/* jumbotron
++++++++++++++++++++++++++++++++++++++++ */

/* add new */
.jumbotron-camp{
  background-image: url(/corp/lp/sns/campaign/cfd_2107/images/mv-sns-bg02.jpg);
  background-position: center;
  background-repeat: repeat-y;
}
.jumbotron-camp .camp-wrap{
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.jumbotron-camp .camp-wrap .logo{
  width: 100%;
  line-height: 1;
}
.jumbotron-camp .camp-wrap .camp-note{
  width: 100%;
  color: #fff;
}
@media (min-width: 1200px) {
  .jumbotron-camp .camp-wrap{
    max-width: 1200px;
    padding: 30px 120px 0;
  }
}
@media (max-width: 1199px) {
  .jumbotron-camp .camp-wrap{
    max-width: none;
    padding: 30px 10% 0;
  }
  .jumbotron-camp .camp-wrap .camp-left{
    width: 54%;
  }
  .jumbotron-camp .camp-wrap .camp-present{
    width: 46%;
  }
  .jumbotron-camp .camp-wrap .camp-note{
    font-size: 1.5vw;
  }
}
@media (max-width: 767px) {
  .jumbotron-camp .camp-wrap{
    display: block;
    max-width: 620px;
    padding: 10px;
    background-image: url(/corp/lp/sns/campaign/cfd_2107/images/mv-sns-bg01-sp.jpg);
  }
  .jumbotron-camp .camp-wrap .logo{
    margin-bottom: 10px;
  }
  .jumbotron-camp .camp-wrap .logo img{
    width: 150px;
    height: auto;
  }
  .jumbotron-camp .camp-wrap .camp-btn{
    margin-top: 5px;
  }
  .jumbotron-camp .camp-wrap .camp-left{
    width: 100%;
  }
  .jumbotron-camp .camp-wrap .camp-present{
    width: 100%;
    margin-top: 5px;
  }
  .jumbotron-camp .camp-wrap .camp-note{
    font-size: 1.2rem;
    margin-top: 10px;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .jumbotron-camp .camp-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    background-image: url(/corp/lp/sns/campaign/cfd_2107/images/mv-sns-bg01-pc.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .jumbotron-camp .camp-wrap .logo{
    margin-bottom: 2.6%;
  }
  .jumbotron-camp .camp-wrap .camp-btn{
    margin-top: 1.0%;
  }
  .jumbotron-camp .camp-wrap .camp-present{
    width: 44.4%;
    max-width: 426px;
  }
  .jumbotron-camp .camp-wrap .camp-present img{
    padding-left: 2.4%;
  }
  .jumbotron-camp .camp-wrap .camp-note{
    padding: 1% 0;
    text-align: center;
  }
}

/* Layout
++++++++++++++++++++++++++++++++++++++++ */

/* overwrite - base.css */
@media (max-width: 767px) {
  .main {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .main {
    padding-top: 0;
    padding-bottom: 0;
  }
}

/* display control ++++++++++++++++ */

/* section ++++++++++++++++ */

/* overwrite - base.css */
@media (max-width: 767px) {
  .l-section-body {
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* add new */
@media (max-width: 767px) {
  .toggle-margin{
    padding-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .toggle-margin{
    padding-bottom: 20px;
  }
}

/* component
++++++++++++++++++++++++++++++++++++++++ */

/* heading ++++++++++++++++ */

/* overwrite - base.css */
.c-ttl-01 {
  max-width: 900px;
}
@media (max-width: 919px) {
  .c-ttl-01 {
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media (min-width: 920px) {
  .c-ttl-01 {
    margin-right: auto;
    margin-left: auto;
  }
}

/* add new */
.c-ttl-02{
  max-width: 900px;
  text-align: center;
  background-color: #01529e;
  color: #fff;
}
.c-ttl-02 b {
  position: relative;
  display: block;
  height: inherit;
  margin: 0 auto;

  font-family: a-otf-ryumin-pr6n, serif;
  font-style: normal;
  font-weight: 300;
}
.c-ttl-03{
  margin: 0 auto;
  padding: 0 10px;
  color: #01529e;
}
.c-ttl-03 b {
  position: relative;
  display: block;
  height: inherit;
  margin: 0 auto;
  font-family: a-otf-ryumin-pr6n, serif;
  font-style: normal;
  font-weight: 300;
}

@media (min-width: 920px) {
  .c-ttl-02 {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 919px) {
  .c-ttl-02 {
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .c-ttl-02 {
    padding: 12px 0;
    font-size: 4.8vw;
  }
  .c-ttl-02 {
    font-size: 4.8vw;
  }
}
@media (min-width: 768px) {
  .c-ttl-02 {
    padding: 24px 0;
    font-size: 5.6rem;
  }
  .c-ttl-03 {
    font-size: 5.6rem;
  }
}
@media (max-width: 900px) {
  .c-ttl-02 {
    font-size: 4.8vw;
  }
  .c-ttl-03 {
    font-size: 4.8vw;
  }
}

.ac-ttl{
  position: relative;
}
.ac-ttl:hover{
  
}
.ac-ttl:after{
  position: absolute;
  top: calc( 50% - 24px );
  right: 30px;
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  background-image: url(/corp/lp/sns/campaign/cfd_2107/images/ico-sns-arrow.png);
  background-size: contain;
  transition-duration: 0.5s;
  transition-property: transform;
}
.open.ac-ttl:after{
  transform: rotate(180deg);
}
@media (max-width: 767px) {
  .ac-ttl:after{
    top: calc( 50% - 12px );
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 768px) {
  .ac-ttl {
    opacity: 1;
    transition: opacity 0.2s ease;
    cursor: pointer;
  }
  .ac-ttl:hover {
    opacity: 0.7;
  }
  .ac-ttl:after{
    top: calc( 50% - 24px );
    width: 48px;
    height: 48px;
  }
}

/* sec01
++++++++++++++++++++++++++++++++++++++++ */

/* overwrite - convenience.css */
@media (max-width: 639px) {
  .sec01 {
    margin-top: 0;
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .sec01 {
    margin-top: 0;
    padding-top: 30px;
  }
  .sec01 .c-ttl-01{
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .sec01 {
    margin-top: 0;
    padding-top: 60px;
  }
  .sec01 .c-ttl-01{
    margin-top: 60px;
  }
}

/* sec02
++++++++++++++++++++++++++++++++++++++++ */

/* overwrite - convenience.css */
.sec02 {
  margin-top: 0;
  padding-top: 20px;
}
@media (max-width: 639px) {
  .sec02 {
    margin-top: 0;
    padding-top: 10px;
  }
}

/* sec03
++++++++++++++++++++++++++++++++++++++++ */

/* overwrite - convenience.css */
.sec03 {
  margin-top: 0;
  padding-top: 20px;
}
@media (max-width: 639px) {
  .sec03 {
    margin-top: 0;
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .sec03 .box02{
    margin-top: 12px;
  }
}
@media (min-width: 768px) {
  .sec03 .box02{
    margin-top: 24px;
  }
}

/* sec04
++++++++++++++++++++++++++++++++++++++++ */

/* overwrite - convenience.css */
.sec04 {
  margin-top: 0;
  padding-top: 20px;
}
@media (max-width: 639px) {
  .sec04 {
    margin-top: 0;
    padding-top: 10px;
  }
}

/* sec06
++++++++++++++++++++++++++++++++++++++++ */

/* overwrite - convenience.css */
@media (max-width: 639px) {
  .sec06 {
    margin-top: 10px;
  }
}

/* add new */
.lead-txt{
  line-height: 1;
}
.lead-txt b{
  color: #01529e;
  font-family: a-otf-ryumin-pr6n, serif;
  font-style: normal;
  /* font-weight: 300; */
}
@media (max-width: 767px) {
  .lead-txt {
    font-size: 4.8vw;
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  .lead-txt {
    font-size: 3.6rem;
    margin-top: 30px;
  }
}

/* sec07
++++++++++++++++++++++++++++++++++++++++ */

/* overwrite - base.css */
@media (max-width: 767px) {
  .sec07 {
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .sec07 {
    padding-bottom: 60px;
  }
}

/* add new */
.entry-list dt{
  font-weight: bold;
}
@media (max-width: 767px) {
  .entry-list{
    margin-top: 24px;
  }
  .entry-list dt{
    margin-top: 15px;
    font-weight: bold;
  }
}
@media (min-width: 768px) {
  .entry-list{
    margin-top: 50px;
  }
  .entry-list dt{
    margin-top: 30px;
    font-weight: bold;
  }
}

/* sec09
++++++++++++++++++++++++++++++++++++++++ */

/* add new */
.sec09{
  background-image: url(/corp/lp/sns/campaign/cfd_2107/images/bg-sns-camp.png);
}
.sec09 em{
  font-weight: bold;
}
.camp-entry-list{
  box-sizing: border-box;
}
.camp-entry-list li{
  background-color: #fff;
  border: solid 2px #0392d5;
  border-radius: 10px;
}
.camp-entry-list li > img{
  width: 100%;
  border-radius: 6px 6px 0 0;
}
.camp-entry-list .step-complate{
  width: 100%;
  padding: 0 !important;
  background-color: transparent;
  border: none;
  border-radius: 0;
}
.box-camp-account{
  text-align: center;
  background-color: #fff2f5;
}
.box-camp-account a{
  display: block;
  text-decoration: none;
  color: inherit;
}
.txt-camp-account{
  color: #ef355e;
}
@media (max-width: 959px) {
  .camp-entry-list li{
    font-size: 1.8vw;
  }
}
@media (max-width: 767px) {
  .sec09{
    padding: 30px 10px 10px;
    background-size: 8px;
  }
  .camp-entry-ttl{
    margin-top: 15px;
  }
  .camp-entry-list{
    margin-top: 5px;
  }
  .camp-entry-list li{
    max-width: 600px;
    font-size: 3.6vw;
    margin: 10px auto 0;
  }
  .camp-entry-list li > p{
    margin: 10px 10px;
  }
  .box-camp-account{
    margin-top: 10px;
  }
  .box-camp-account a{
    padding: 10px 0;
  }
}
@media (min-width: 768px) {
  .sec09{
    padding: 60px 0;
  }
  .camp-entry-ttl{
    margin-top: 40px;
  }
  .camp-entry-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 960px;
    margin: 2% auto 0;
    padding: 0 3%;
  }
  .camp-entry-list li{
    width: 49%;
    margin-top: 2%;
    padding: 0 0 2%;
  }
  .camp-entry-list li > p{
    margin: 2% 4% 0;
  }
  .box-camp-account{
    margin-top: 2%;
  }
  .box-camp-account a{
    padding: 1.4% 0;
  }
}

/* sec10
++++++++++++++++++++++++++++++++++++++++ */

/* add new */
.sec10{
  background-image: url(/corp/lp/sns/campaign/cfd_2107/images/bg-sns-camp.png);
}
.camp-detail{
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  border-top: solid 1px #bbb;
  border-left: solid 1px #bbb;
}
.camp-detail th,
.camp-detail td{
  border-bottom: solid 1px #bbb;
  border-right: solid 1px #bbb;
}
.camp-detail th{
  font-weight: bold;
  background-color: #e5f7ff;
}
.camp-detail td{
  background-color: #fff;
}
.camp-detail ul li{
  text-indent: -1em;
  padding-left: 1em;
}
.camp-detail ul > li:before{
  content: "・";
}
.camp-detail .list-note > li:before{
  content: "※";
}
@media (max-width: 767px) {
  .sec10{
    padding: 30px 10px 10px;
    background-size: 8px;
  }
  .camp-detail{
    max-width: 640px;
    margin-top: 16px;
  }
  .camp-detail th,
  .camp-detail td{
    display: block;
    width: 100%;
  }
  .camp-detail th{
    padding: 8px 0;
    text-align: center;
  }
  .camp-detail td{
    padding: 8px;
  }
}
@media (min-width: 768px) {
  .sec10{
    padding: 60px 10px;
  }
  .camp-detail{
    margin-top: 40px;
  }
  .camp-detail th{
    width: 26%;
    padding: 14px;
  }
  .camp-detail td{
    padding: 14px;
  }
}

/* utility
++++++++++++++++++++++++++++++++++++++++ */

/* margin ++++++++++++++++ */

/* margin top ++++ */
.u-mgt10{
  margin-top: 10px !important;
}

/* bnr-kouza
++++++++++++++++++++++++++++++++++++++++ */

/* overwrite - base.css */
.bnr-kouza {
  padding: 0;
}

/* footer
++++++++++++++++++++++++++++++++++++++++ */

/* overwrite - base.css */
@media (max-width: 767px) {
  .footer {
    padding-bottom: 40px;
  }
}
