@charset "utf-8";

/*
 common
============================================== */
body{color: #333;}

/*
 entry
============================================== */
.entry{
  padding: 32px 0 28px;
}
.entry .period{
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
}
.entry .period + .period{
  margin-top: 8px;
  margin-bottom: 14px;
}

/* エントリーボタン */
.entry_note_wrap {
  padding: 22px 0 0;
  line-height: 1.5;
}
.entry_note {
  font-size: 16px;
  text-align: center;
}

/*
 ecm-floating-navi-container
============================================== */
.ecm-floating-navi-container[data-layout="default"]{
  background: linear-gradient(90deg,rgba(252, 241, 229, 1) 0%, rgba(252, 241, 229, 1) 50%, rgba(248, 226, 216, 1) 50%, rgba(248, 226, 216, 1) 100%);
}
.ecm-floating-navi-container[data-layout="default"] .ecm-floating-navi{
  width: 960px;
  height: 81px;
  margin: 0 auto;
}
.ecm-floating-navi-container[data-layout="default"] .ecm-floating-navi-item{
  width: 100%;
  flex:0 1 auto;
  border-bottom:none!important;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.04em;
  color: #333;
  position: relative;
  border-left:solid 1px #cccccc;
}
.ecm-floating-navi-container[data-layout="default"] .ecm-floating-navi-item:hover{
  opacity:.8;
}
.ecm-floating-navi-container[data-layout="default"] .ecm-floating-navi-item:last-child{
  border-right:solid 1px #cccccc;
}
.ecm-floating-navi-container[data-layout="default"] .ecm-floating-navi-item .ecm-icon-chevron-down{
  font-weight: 700;
  right: 14px;
  left: auto;
  bottom: auto;
  top: 50%;
  font-size: 16px;
  transform:translateY(-50%);
}
.ecm-floating-navi-item.ecm-floating-navi-item-anchor[data-in-viewport=true]{
  border-bottom:none!important;
}
.ecm-floating-navi-container[data-layout="default"] .ecm-floating-navi-item:first-child{
  background-color: #fcf1e5;
}
.ecm-floating-navi-container[data-layout="default"] .ecm-floating-navi-item:first-child .ecm-icon-chevron-down{
  color: #e67200;
}
.ecm-floating-navi-container[data-layout="default"] .ecm-floating-navi-item:nth-child(2){
  background-color: #dff1f3;
}
.ecm-floating-navi-container[data-layout="default"] .ecm-floating-navi-item:nth-child(2) .ecm-icon-chevron-down{
  color: #289eae;
}
.ecm-floating-navi-container[data-layout="default"] .ecm-floating-navi-item:nth-child(3){
  background-color: #e1ece3;
}
.ecm-floating-navi-container[data-layout="default"] .ecm-floating-navi-item:nth-child(3) .ecm-icon-chevron-down{
  color: #68a071;
}
.ecm-floating-navi-container[data-layout="default"] .ecm-floating-navi-item:last-child{
  background-color: #f8e2d8;
}
.ecm-floating-navi-container[data-layout="default"] .ecm-floating-navi-item:last-child .ecm-icon-chevron-down{
  color: #bf0000;
}

/*
 spu-width1920
============================================== */
.spu-width1920 {
  max-width: 1920px;
  margin: 0 auto;
}
.separation_bg_wrap {
  overflow: hidden;
  width: 100%;
}
.separation_bg_1 {
  border-top: 40px solid #fbf1e0;
  border-right: 960px solid #fbf1e0;
  border-bottom: 40px solid transparent;
  border-left: 960px solid transparent;
}
.separation_bg_2 {
  border-top: 40px solid transparent;
  border-right: 960px solid transparent;
  border-bottom: 40px solid #dff1f3;
  border-left: 960px solid #dff1f3;
  margin-top: -72px;
}
.separation_bg_3 {
  border-top: 40px solid #dff1f3;
  border-right: 960px solid #dff1f3;
  border-bottom: 40px solid transparent;
  border-left: 960px solid transparent;
}
.separation_bg_4 {
  border-top: 40px solid transparent;
  border-right: 960px solid transparent;
  border-bottom: 40px solid #e1ece3;
  border-left: 960px solid #e1ece3;
  margin-top: -72px;
}
.separation_bg_5 {
  border-top: 40px solid #e1ece3;
  border-right: 960px solid #e1ece3;
  border-bottom: 40px solid transparent;
  border-left: 960px solid transparent;
}
.separation_bg_6 {
  border-top: 40px solid transparent;
  border-right: 960px solid transparent;
  border-bottom: 40px solid #ffe8de;
  border-left: 960px solid #ffe8de;
  margin-top: -72px;
}

/*
 title_main
============================================== */
.title_main{
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
.title_main::after{
  content: '';
  display: block;
  width: 200px;
  height: 8px;
  margin: 16px auto 0;
  border-radius: 4px;
}
.con01 .title_main::after{background-color: #e67200;}
.con02 .title_main::after{background-color: #289eae;}
.con03 .title_main::after{background-color: #68a071;}
.con04 .title_main::after{background-color: #bf0000;}

/*
 title_sub
============================================== */
.con02 .title_sub{
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  color: #289eae;
  margin-bottom: 28px;
  letter-spacing: -0.02em;
}

/*
 title_small
============================================== */
.title_small{
  font-size: 22px;
  font-weight: bold;
  padding: 8px 0 5px 16px;
  margin-bottom: 12px;
}
.con02 .title_small{
  border-left:solid 8px #6bb2be;
}

/*
 contents__lead
============================================== */
.contents__lead{
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}
.contents__lead .ecm-icon-new-user:before{
  font-size: 20px;
  vertical-align: middle;
}

/*
 contents__note
============================================== */
.contents__note{
  font-size: 14px;
  line-height: 1.5;
  margin-top: 8px;
  text-align: center;
}

/*
 contents__box
============================================== */
.spu_challenge .contents__box{
  border-radius: 16px;
  padding: 44px 40px 48px;
  background-color: #fff;
}
.spu_challenge .contents__box + .contents__box{
  margin-top: 24px;
}
.spu_challenge .contents__box .howto__image{
  text-align: center;
}
.spu_challenge .contents__box .howto__image + .howto__image{
  margin-top: 40px;
}
.spu_challenge .contents__boxText{
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}
.spu_challenge .contents__boxText.w640{
  width: 820px;
  margin-right: auto;
  margin-left: auto;
}
.spu_challenge .contents__boxText .ecm-icon-new-user:before{
  font-size: 18px;
  vertical-align: middle;
}

/*
 con01
============================================== */
.spu_challenge .con01 {
  background: #fcf1e5;
}
.spu_challenge .con01 .con_inner{
  padding: 76px 0 84px;
}

/*
 con02
============================================== */
.spu_challenge .con02 {
  background: #dff1f3;
}
.spu_challenge .con02 .con_inner{
  padding: 36px 0 80px;
}
.con02_wrap {
  width: 640px;
  margin: 0 auto;
  border: 2px solid #ccc;
  border-radius: 24px;
  background-color: #fff;
}
.con02_wrap a {
  color: #333;
}
.con02_2column {
  display: flex;
  flex-wrap:wrap;
  align-items: center;
  box-sizing: border-box;
}
.con02_2column_l {
  width: 198px;
  box-sizing: border-box;
}
.con02_2column_r {
  flex: 1;
  box-sizing: border-box;
  text-align: center;
}
.table_title {
  background: #6bb2be;
  color: #fff;
  text-align: center;
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
  font-size: 22px;
  font-weight: bold;
  height: 62px;
}
.table_title_l {
  border-right: 4px solid #fff;
  padding: 19px 0 15px;
}
.table_title_r {
  padding: 19px 0 15px;
}
.service_icon {
  text-align: center;
  padding: 16px 0 12px;
}
.service_icon img{
  width: 80px;
  max-width: 80px;
}
.service_icon p {
  font-size: 14px;
  line-height: 1.5;
  padding-top: 6px;
}
.service_text {
  padding: 0 16px;
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
  letter-spacing: -0.04em;
}
.service_text span {
  font-size: 208%;
  color: #bf0000;
}
.service_text .service_point .txt-fz-12{
  font-size: 12px;
}
.service_text span.yellow_line {
  background: linear-gradient(transparent 55%, #fbe926 55%, #fbe926 90%,transparent 90%);
}
.service_text_a {
  text-align: right;
}
.service_text .text_line_through {
  text-decoration: line-through!important;
}
.con02_text_kome {
  font-size: 3.75vw;
  text-indent: -2.2em;
  padding-left: 2.2em;
  line-height: 1.3;
  padding-top: 12px;
}
.con02_line {
  border-bottom: solid 2px #ccc;
  margin: 0 8px;
}
.con02_txt_2 {
  font-size: 3.25vw;
  text-indent: -1.35em;
  padding-left: 1.35em;
  line-height: 1.5;
}

/* 区切り画像 */
.separation_img {
  width: 100%;
}

/*
 con03
============================================== */
.spu_challenge .con03 {
  background: #e1ece3;
}
.spu_challenge .con03 .con_inner{
  padding: 40px 0 80px;
}
.spu_challenge .con03 .bonus__image{
  text-align: center;
  margin-bottom: calc(20/750*100vw);
}

/*
 con04
============================================== */
.spu_challenge .con04 {
  background: #ffe8de;
}
.spu_challenge .con04 .con_inner{
  padding: 40px 0 80px;
}
.spu_challenge .con04 .about__wrap + .about__wrap{
  margin-top: 36px;
}
.spu_challenge .con04 .about__image{position: relative;}
.spu_challenge .con04 .about__imageLink{
  position: absolute;
  bottom:40px;
  right:50px;
  font-size:18px;
}
.spu_challenge .con04 .about__notice{
  font-size: 12px;
  line-height: 1.5;
  margin-top: 8px;
  padding-left: 1em;
  text-indent: -1em;
  color: #666;
}
.spu_challenge .con04 .spu-more__button{
  display: block;
  margin-top: 32px;
}