@charset "utf-8";

@import url(/campaign/css/campaign-detail.css);

/* ========== px ========== */
@media only screen and (min-width: 640px) {
  .c-mt0-pc { margin-top: 0 !important; }
  .c-mt5-pc { margin-top: 5px !important; }
  .c-mt10-pc { margin-top: 10px !important; }
  .c-mt15-pc { margin-top: 15px !important; }
  .c-mt20-pc { margin-top: 20px !important; }
  .c-mt25-pc { margin-top: 25px !important; }
  .c-mt30-pc { margin-top: 30px !important; }
  .c-mt35-pc { margin-top: 35px !important; }
  .c-mt40-pc { margin-top: 40px !important; }
  .c-mt45-pc { margin-top: 45px !important; }
  .c-mt50-pc { margin-top: 50px !important; }
  .c-mt55-pc { margin-top: 55px !important; }
  .c-mt60-pc { margin-top: 60px !important; }
  .c-mt65-pc { margin-top: 65px !important; }
  .c-mt70-pc { margin-top: 70px !important; }
  .c-mt75-pc { margin-top: 75px !important; }
  .c-mt80-pc { margin-top: 80px !important; }
  .c-mt85-pc { margin-top: 85px !important; }
  .c-mt90-pc { margin-top: 90px !important; }
  .c-mt95-pc { margin-top: 95px !important; }
  .c-mt100-pc { margin-top: 100px !important; }
}

@media only screen and (max-width: 640px) {
  .c-mt0-sp { margin-top: 0 !important; }
  .c-mt5-sp { margin-top: 5px !important; }
  .c-mt10-sp { margin-top: 10px !important; }
  .c-mt15-sp { margin-top: 15px !important; }
  .c-mt20-sp { margin-top: 20px !important; }
  .c-mt25-sp { margin-top: 25px !important; }
  .c-mt30-sp { margin-top: 30px !important; }
  .c-mt35-sp { margin-top: 35px !important; }
  .c-mt40-sp { margin-top: 40px !important; }
  .c-mt45-sp { margin-top: 45px !important; }
  .c-mt50-sp { margin-top: 50px !important; }
  .c-mt55-sp { margin-top: 55px !important; }
  .c-mt60-sp { margin-top: 60px !important; }
  .c-mt65-sp { margin-top: 65px !important; }
  .c-mt70-sp { margin-top: 70px !important; }
  .c-mt75-sp { margin-top: 75px !important; }
  .c-mt80-sp { margin-top: 80px !important; }
  .c-mt85-sp { margin-top: 85px !important; }
  .c-mt90-sp { margin-top: 90px !important; }
  .c-mt95-sp { margin-top: 95px !important; }
  .c-mt100-sp { margin-top: 100px !important; }
}

/* ========== hidden ========== */
@media only screen and (min-width: 640px) {
  .c-hide-pc {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  .c-hide-sp {
    display: none;
  }
}

/* ========== color ========== */
/* ----- color-alert-01 ----- */
body.color-alert-01 .c-heading2-01 span {
  color: #007daf;
}

body.color-alert-01 .c-heading3-01 h2,
body.color-alert-01 .c-heading3-01 h3,
body.color-alert-01 .c-list-03 span {
  color: #007daf;
}

body.color-alert-01 .c-linkList-01 a:before,
body.color-alert-01 .c-btn-01:before {
  background-image: url(/landing/20201125_alert/img/icon_link_01.png);
}

/* ========== security-alertBlock-01 ========== */
.security-alertBlock-01 {
  background-color: #ffdede;
  border: 2px solid #e50000;
  border-radius: 10px;
  margin-top: 40px;
  padding: 15px 12px;
  position: relative;
}
@media only screen and (min-width: 640px) {
  .security-alertBlock-01 {
    border: 3px solid #e50000;
    margin-top: 60px;
    padding: 16px 24px 20px;
  }
}

.security-alertBlock-ttl {
  position: absolute;
  top: -16px;
  left: 0;
  right: 0;
  margin: auto;
  width: 178px;
}
@media only screen and (min-width: 640px) {
  .security-alertBlock-ttl {
    top: -24px;
    width: 248px;
  }
}

/* ========== security-list-01 ========== */
.security-list-01 {
  margin: 15px 0 0;
}
@media only screen and (min-width: 640px) {
  .security-list-01 {
    margin: 15px auto 0;
    max-width: 722px;
  }
}

.security-list-item {
  margin-top: 5px;
  display: table;
  width: 100%;
}

.security-list-icon,
.security-list-txt {
  display: table-cell;
  vertical-align: middle;
}
.security-list-icon {
  background: -moz-linear-gradient(left, #0072b9, #00a58e);
  background: -webkit-linear-gradient(left, #0072b9, #00a58e);
  background: linear-gradient(to right, #0072b9, #00a58e);
  color: #fff;
  text-align: center;
  width: 18%;
}
.security-list-txt {
  background-color: #e9f8f6;
  padding: 8px 10px;
  width: 82%;
}
@media only screen and (min-width: 640px) {
  .security-list-icon {
    width: 90px;
  }
  .security-list-txt {
    width: 630px;
  }
}

/* ========== security-check-01 ========== */
.security-check-01 {
  margin: 30px 0;
  background-color: #e9f8f6;
  border: 2px solid #007daf;
  border-radius: 10px;
  padding: 20px 10px 10px;
  position: relative;
}
@media only screen and (min-width: 640px) {
  .security-check-01 {
    margin: 60px auto 40px;
    max-width: 722px;
    padding: 40px 30px 20px;
  }
}

.security-check-01:before,
.security-check-01:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.security-check-01:before {
  bottom: -20px;
  border-top: 20px solid #007daf;
  border-right: 45px solid transparent;
  border-left: 45px solid transparent;
}
.security-check-01:after {
  bottom: -17px;
  border-top: 20px solid #e9f8f6;
  border-right: 45px solid transparent;
  border-left: 45px solid transparent;
}

.security-check-ttl {
  position: absolute;
  top: -24px;
  left: 0;
  right: 0;
  margin: auto;
  width: 178px;
}
@media only screen and (min-width: 640px) {
  .security-check-ttl {
    top: -48px;
    width: 370px;
  }
}

.security-check-item {
  border-bottom: 1px dotted #cecece;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
.security-check-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
@media only screen and (min-width: 640px) {
  .security-check-item {
    margin-bottom: 15px;
  }
}

.security-check-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 640px) {
  .security-check-data {
    -webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
  }
}

.security-check-item-icon {
  margin-right: 8px;
}
@media only screen and (min-width: 640px) {
  .security-check-item-icon {
    margin-right: 18px;
  }
}

.security-check-item-icon img {
  width: 42px;
}
@media only screen and (min-width: 640px) {
  .security-check-item-icon img {
    width: 64px;
  }
}

.security-text-yes,
.security-text-no {
  font-weight: bold;
}
.security-text-yes {
  color: #092eb9;
}
.security-text-no {
  color: #e50000;
}

/* =========== security-text-01 =========== */
.security-text-01 {
	position: relative;
	padding-left: 38px;
}

.security-text-01 > .marker {
	position: absolute;
		top: -3px;
		left: 0;
}

.security-text-01 > .marker {
	position: absolute;
		top: -3px;
		left: 0;
}

.security-text-01 > .text > img {
	margin: -2px 2px 0;
}

/* =========== column-group =========== */
.security-column-group:last-child {
	margin-bottom: 2em;
}

.security-column-group .col-unit-1\/2 {
	margin-top: 2em !important;
}

/* =========== security-nav-01 =========== */
.security-nav-01 {
  margin-top: 22px;
  margin-left: -3.25%;
}
.security-nav-01:before ,
.security-nav-01:after {
  content: " ";
  display: table;
}
.security-nav-01:after {
  clear: both;
}

/* nav-item */
.security-nav-01 .nav-item {
  display: block;
  text-decoration: none;
  border: 1px solid #d4d5d5;
  float: left;
  width: 30%;
  margin-left: 3.25%;
  padding: 30px 18px 30px 18px;
  border-radius: 8px;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f9f9f9 50%, #f3f3f3 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f9f9f9), color-stop(100%,#f3f3f3)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%,#f9f9f9 50%,#f3f3f3 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%,#f9f9f9 50%,#f3f3f3 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%,#f9f9f9 50%,#f3f3f3 100%); /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%,#f9f9f9 50%,#f3f3f3 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-9 */
}

.security-nav-01 .nav-item:hover {
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
}

/* nav-icon */
.security-nav-01 .nav-item .nav-icon {
 text-align: center;
}
.security-nav-01 .nav-item .nav-icon img {
  max-width: 100%;
}

/* nav-header  */
.security-nav-01 .nav-item .nav-header {
  text-align: center;
  margin-top: 16px;
  font-size: 20px;
}
.security-nav-01 .nav-item .nav-header p {
  text-decoration: none;
  color: #007daf;
  font-weight: bold;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 0 0 24px;
  text-align: left;
}
.security-nav-01 .nav-item .nav-header p:before {
  width: 19px;
  height: 100%;
  background-image: url(/landing/20201125_alert/img/icon_link_01.png);
  background-repeat: no-repeat;
  background-size: auto 18px;
  position: absolute;
  left: 0;
  top: 0.2em;
  content: "";
}

/* nav-body  */
.security-nav-01 .nav-item .nav-body p {
  margin: 16px 0 0 0;
  padding: 0;
  color: #535252;
}

@media only screen and (max-width: 640px) {
  .security-nav-01 {
    margin: 0;
  }
  .security-nav-01 .nav-item {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .security-nav-01 .nav-item:hover {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
  }
  .security-nav-01 .nav-item .nav-header {
    font-size: 16px;
    margin-top: 10px;
  }
  .security-nav-01 .nav-item .nav-header p:before {
    top: 0.1em;
  }
  .security-nav-01 .nav-item .nav-body {
    margin-top: 10px;
  }
}

/* =========== movie =========== */
#flg-movie {
	height: 0;
	margin-top: 1.25em;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}

#flg-movie iframe {
	border: #000 solid 1px;
	box-sizing: border-box;
	height: 100%;
	position: absolute;
		top: 0;
		left: 0;
	width: 100%;
}

#flg-movie .c-figure-01 {
	padding-top: 3em;
}

@media only screen and (max-width: 640px) {
#flg-movie .c-figure-01 {
	padding-top: 1.5em;
}
}

@media only screen and (max-width: 480px) {
#flg-movie .c-figure-01 {
	padding-top: 0;
}
}