@charset "UTF-8";
/*----------------------------------------
  fv
------------------------------------------*/
.s-pc {
  display: none;
}

.s-sp{
  display: inline-block;
  width: 100%;
}

.f-pagetop-button.is-active {
    position: fixed;
    bottom: 90px;
}

.f-section-header .f-heading:first-child{
  margin-top: 0;
}

.f-section::before{
  background: #2a4576;
}

.f-heading{
  margin-top: 0;
}

.f-btn{
  width: 100%;
}

.area-cpn{
  margin-top: 0 !important;
}

.palt{
 font-feature-settings: "palt";
}

.f-mv{
  height: auto;
}

.f-mv-message{
  padding: 0;
}

.f-mv::before{
  background-color:rgba(0, 0, 0, 0); 
}

.f-mv-heading{
  margin-bottom: auto;
}

.f-mv-heading img{
  width: 100%;
}

.f-mv-heading-wrap .f-annotation{
  text-align: center;
  color: #fff;
  margin-top: -31px;
}

.f-mv-heading-wrap .f-annotation a{
  color: #fff;
}

.fixed {
  left: 0;
  position: fixed;
  top: 0;
  z-index: 999;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.17);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.17);
}

#entry{
  background: url(/doc/special/lesson-250925/img/bg-entry-sp.png) no-repeat top center;
}

#entry .f-section-inner{
  padding: 30px 20px 10px;
}

#entry .f-section-header .f-text{
  font-size: 20px;
  color: #2a4576;
  font-weight: bold;
  margin-bottom: 5px;
}

#entry .f-section-header h2{
  font-weight: bold;
  color: #2a4576;
  font-feature-settings: "palt";
}

#entry .f-section-header h2.entry-h2 span{
  color: #bf0000;
  background: linear-gradient(transparent 70%, #f8d864 70%);
}

#entry .f-section-header.search-lesson h2{
  padding-top: 20px;
}

#entry .f-section-header.search-lesson span{
    background: linear-gradient(transparent 70%, #f8d864 70%);
}

.entry-txt{
  margin: -25px auto 8px;
  text-align: center;
}

.entry-btn{
  background-color: #cf0000;
  border-color: #bf0000;
  line-height: 19px;
}

#entry .f-section-header.search-lesson{
  margin-bottom: 12px;
}

.f-menu.f-menu--cover{
  background: #2a4576;
  margin-bottom: 0;
}

.f-menu.f-menu--cover .f-menu-button{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2a4576;
  color: #fff;
  font-size: 12px;
  padding: 11px 5px 17px;
  position: relative;
	vertical-align: middle;
	text-decoration: none;
}

.f-menu.f-menu--cover .f-menu-button:hover{
  background: #2a4576;
}

.f-menu.f-menu--cover .f-menu-button::before{
  position: absolute;
	bottom: 9px;
  left: 0;
  right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 7px;
	height: 7px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.f-menu.f-menu--cover .f-menu-button:active{
  color: #fff;
}

#special-offer , #step {
  background-color: #fff5cc;
  letter-spacing: 0;
}

#special-offer h2, #step h2,#faq h2, .detail h2, #schedule h2{
  color: #2a4576;
  position: relative;
  margin-bottom: 60px;
}

#special-offer h2::after, #step h2::after, #faq h2::after, .detail h2::after, #schedule h2::after{
  content: '';
  width: 50px;
  height: 4px;
  display: inline-block;
  background-color: #2a4576;
  position: absolute;
  bottom: -24px;
  left: calc(50% - 25px)
}

.special-offer-list{
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.special-offer-item{
  width: 98%;
  padding: 1% 1% 0;
  margin-bottom: 20px;
}

.special-offer-img{
  text-align: center;
}


#special-detail .f-section-content{
  padding: 24px 16px;
  background-color: #fff;
}

/*------------------------------------
  参加方法
------------------------------------*/
#step .f-section-inner{
  padding-top: 0;
  padding-bottom: 60px;
}

.step h3{
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  padding: 20px 0 10px;
  text-align: center;
  color: #2a4576;
  position:relative;
}

.step h3::before{
  content: '';
  display: inline-block;
  width: 30px; 
  height: 30px;
  background-image: url(/doc/special/lesson-250925/img/icon-pen.png) ;
  background-size: contain;
  background-repeat:no-repeat;
  position:relative;
  left: 0;
  top: 8px;
}

.step h3.f-icon::before{
  content: '';
  display: inline-block;
  width: 30px; 
  height: 30px;
  background-image: url(/doc/special/lesson-250925/img/icon-lesson.png) ;
  background-size: contain;
  background-repeat:no-repeat;
  position:relative;
  left: 0;
  top: 8px;
}

.step-list-item{
  background: #fff;
  border: 1px solid #2a4576;
  text-align: center;
  border-radius: 2px;
  overflow: hidden;
  margin: 10px 10px 20px;
  padding-bottom: 16px;
}

.step-list-item:last-child{
  margin-bottom: 0;
}

.step-list-ttl{
  background: #2a4576;
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 0;
  padding: 3px;
}

.step-list-txt{
  text-align: center;
  padding: 10px 20px 0;
  margin-bottom: 0;
  line-height: 1.8;
}

.step-list-txt small{
  font-size: 13px;
  font-weight: bold;
}

.step .f-btn-block{
  margin: 20px 20px;
}

.step .achievement{
  font-size: 28px;
  color: #2a4576;
  position: relative;
  margin-top: 60px;
  font-weight: bold;
}

.step .achievement02{
  margin-top: 60px;
}

.step .achievement::before{
  position: absolute;
	top: -35px;
  left: 50%;
  right: 50%;
	margin: auto;
  margin-left: -15px;
	content: "";
	vertical-align: middle;
	box-sizing: border-box;
	width: 10px;
	height: 10px;
	border: 20px solid transparent;
	border-left: 18px solid #2a4576;
  transform: rotate(90deg);
}

.step .achievement02::before{
	top: -35px;
}

.step .more{
  text-align: center;
  font-size: 20px;
  color: #2a4576;
  font-weight: bold;
  margin: 30px auto 10px;
  font-feature-settings: "palt";
}

.step .more span{
  font-size: 28px;
}

#schedule{
  background: #d2efff;
}

#schedule table.row th,table.row td{
  width:100%;
  display:block;
  margin: 0 auto;
  text-align: center;
}

#schedule .f-table th {
  background-color: #2a4576;
  color: #fff;
  font-weight: normal;
}

#schedule .f-table td, .f-table th {
  border: none;
}

.detail .f-heading{
  margin: 10px auto 72px;
}

.detail .f-table {
    width: 100%;
    margin-bottom: 0;
    table-layout: fixed;
}

#special-detail  .f-section-content h3{
  font-feature-settings: "palt";
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  padding: 40px 0 16px;
  text-align: left;
}

#detail dt {
  float: left;
}

#detail dd {
  margin-left: 56px;
}

#faq .f-section-content h3{
  font-feature-settings: "palt";
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  padding: 20px 0 12px;
  text-align: center;
}

#faq .f-section-content h4{
  font-feature-settings: "palt";
  font-weight: 700;
  font-size: 17px;
  padding: 10px 0 12px;
  line-height: 22px;
  text-align: left;
}

.f-accordion{
  margin: 0 auto 30px;
  width: 100%;
}

.f-accordion-panel{
  border: 2px solid #000;
  margin-top: 10px;
  box-shadow: none;
  border-radius: 3px;
}

.f-accordion.f-accordion--faq .f-accordion-panel-head {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #000;
  color: #fff;
}

.f-accordion.f-accordion--faq .inner {
    padding-top: 13px;
    padding-bottom: 2px;
}

.f-accordion-panel-head::after{
  color: #fff;
}

.f-accordion.f-accordion--faq .f-accordion-panel-head::before{
  background: #fff;
  color: #000;
}

.f-accordion.f-accordion--faq .inner::before{
  top: 9px;
}


/*-----------------------------------------
-----------------------------------
  style PC
-----------------------------------
------------------------------------------*/
@media screen and (min-width: 768px) {
  .s-pc {
    display: inline-block;
  }

  .s-sp{
    display: none;
  }

  .f-section-inner {
    padding: 60px 0;
  }

  .f-mv {
    background: #01162c url(/doc/special/lesson-250925/img/bg-main.png) no-repeat bottom center;
    background-size: 1920px 762px;
    letter-spacing: 0;
  }

  .f-mv-heading-wrap{
    position: relative;
  }

  .f-mv-heading{
    width: 891px;
    height: 577px;
    padding: 20px 0 20px 62px;
  }

  .sub{
    position: absolute;
    top: 130px;
    right: 10px;
  }

  .date{
    padding-bottom: 15px;
  }

  .f-mv-heading-wrap .f-annotation{
    margin-top: 0;
    padding-bottom: 11px;
  }
  #entry{
    background: url(/doc/special/lesson-250925/img/bg-entry-pc.png) repeat top center;
    background-size: cover;
    background-attachment: fixed;
  }

  #entry .f-section-inner{
    padding: 40px 20px 40px;
  }
  #entry .f-section-header.search-lesson h2{
    font-size: 28px;
  }
  .entry-txt{
    font-size: 16px;
  }

  .f-menu.f-menu--cover .f-menu-button{
    font-size: 17px;
    font-weight: bold;
    padding: 10px 8px 18px;
  }

  .f-menu.f-menu--cover .f-menu-button:hover{
    opacity: 0.9;
  }

  .f-menu.f-menu--cover .f-menu-button::before{
    bottom: 12px;
    width: 9px;
    height: 9px;
  }
  #special-offer .f-section-content , #step .f-section-content , #faq .f-section-content{
    margin-top: 60px;
  }
  .special-offer-list{
    width: 860px;
    margin: 40px auto 25px;
  }

  .special-offer-item{
    width: 400px;
    display: flex;
  }
  #step .f-section-content{
    margin-bottom: 50px;
  }
  #step .f-section-inner {
    padding: 0 20px 40px;
  }
  .step h3::before{
  width: 40px; 
  height: 40px;
  left: -5px;
  top: 10px;
  }

  .step h3.f-icon::before{
  width: 40px; 
  height: 40px;
  left: -5px;
  top: 10px;
  }
  #step .s-pc .f-linkblock-heading {
    background-color: #2a4576;
    padding: 0;
  }
  #step .f-section-content.s-pc{
    width: 920px;
    margin: 20px auto;
    text-align: center;
    display: flex;
    padding-top: 10px;
  }

  #step .f-linkblock{
    border-color: #2a4576;
    border-top: none;
  }

  #step .f-linkblock-item {
    border-right:2px solid #2a4576;
    padding: 0 20px 10px;
  }

  #step .f-linkblock-item:last-child {
    border-right: none
}
  .step h3 {
    padding: 0;
  }

  #schedule table.row th,table.row td{
    width:720px;
  }

  #schedule .f-table th {
    font-size: 16px;
  }
  #schedule .f-table td {
    font-size: 15px;
  }

  .detail .f-table{
    width: 860px;
    margin: 0 auto;
  }

  #special-detail .f-section-content{
  width: 880px;
  margin: 0 auto;
  }

  #special-detail  .f-section-content h3{
  font-feature-settings: normal;
  padding: 40px 0 16px 16px;
  text-align: center;
  }

  #faq .f-section-content{
    margin: 60px auto 40px;
    width: 820px;
  }

  #faq .f-section-content h3, #special-detail  .f-section-content h3{
  font-feature-settings: normal;
  font-size: 20px;
  }

  #faq .f-section-content h4{
  font-feature-settings: normal;
  text-align: center;
  }

  .f-accordion-panel{
    margin-top: 18px;
  }

  .f-accordion-panel-head{
    min-height: 65px;
  }

  .f-accordion-panel-head::after{
    top: 13px;
  }

  .f-accordion.f-accordion--faq .f-accordion-panel-head::before{
    top: 11px;
  }

  .f-accordion.f-accordion--faq .f-accordion-panel-body .inner{
    padding: 22px 60px 10px 72px;
  }

  .f-accordion.f-accordion--faq .f-accordion-panel-body .inner::before{
    top: 11px;
  }

}

/*-----------------------------------------
-----------------------------------
  style tablet
-----------------------------------
------------------------------------------*/
@media (min-width: 768px) and (max-width: 959px){
  .f-mv .f-mv-heading img.s-pc{
    width: 96%;
  }
  .f-mv .f-mv-heading{
    width: auto;
    height: auto;
  }
  .special-offer-list{
    width: 96%;
  }
  .special-offer-item{
    width: 48% !important;
  }
  #step .f-section-content.s-pc {
    width: 96%;
    margin: 20px auto;
  }

  .detail .f-table{
    width: 94%;
  }
  #special-detail .f-table{
    width: 100%;
    margin:0 auto;
  }
  #special-detail.f-bg02{
    background-color: #fff !important;
  }
  #special-detail.f-bg02 .f-heading{
    margin-bottom: 20px;
  }
  #special-detail .f-section-content{
  width: 94%;
  margin: 0 auto;
  padding: 24px 0;
  }
  #special-detail  .f-section-content h3{
  padding: 40px 0 16px;
  }
  #faq .f-section-content{
    margin: 50px auto;
    width: 92%;
  }
  #faq .f-section-content h3{
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    padding: 20px 0 10px;
  }
}

@media screen and (max-width: 767px) {
    .detail .f-table.f-table--2column.f-table--vertical {
        border: 1px solid #f2f2f2;
    }
    .detail .f-table td, .f-table th {
      padding:12px 10px;
    }
    
}