@charset "utf-8";
/* CSS Document */

#lp-contents {
    width: 1000px;
    margin: 0 auto;
}

#lp-contents section {
    width: 1000px;
    margin: 0 auto;
    border: none;
}
   
#lp-contents section::before {
    content: "";
    display: none;
}

/* main */

#mv2025{
    padding-bottom: 30px;
    margin: 0 0 90px;
	margin: 30px auto 90px;
	position: relative;
	background: url("../images/main-bg.jpg") no-repeat;
	background-size: cover;
	width: 1250px;
	min-height: 1340px;
	
}




#mv2025 .main-txt {
    display: flex;
    align-items: center;
    border: 1px solid #fff;
    padding: 10px 0 0 0;
    margin: 30px auto 0;
    width: 950px;
}

#mv2025 .main-txt ul li {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 5px;
	text-align: left;
}




#mv2025 .main-txt h4{
	font-size: 24px;
	color: #FFE65A;
	text-align: center;
	border-top: 2px solid #FFE65A;
	border-bottom: 2px solid #FFE65A;
	padding: 10px;

}

#mv2025 .main-txt p{
	font-size: 20px;
	color: #fff;
	text-align: center;
	padding: 30px 0!important;
	line-height: 2.0!important;
	
}


#lp_wrapper *{

	  font-family:
    "Noto Serif JP",
    "Hiragino Mincho ProN",
    "Yu Mincho",
    "MS Mincho",
    serif;
	color: #000;
}

#lp_wrapper .inner {
    width: 980px;
    margin: 0 auto;
	
}

/* contet01 */

#content01 {
    width: 980px;
    margin: 0 auto 80px;
	text-align: center;
}



/* contet02 */

#content02 {
   width: 1250px;
	margin: 0 auto;
	background: url("../images/bg.jpg") no-repeat;
	background-size: 100%;
	padding: 70px 0;
}

#content02 h2{
   text-align: center;
	margin: 0 0 40px;
}

#content02 ol.list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#content02 ol.list li{
	width: 480px;
	margin: 0 0 20px;
	 display: flex;   
}

#content02 ol.list li:last-child{
	width: 100%;
}

#content02 .trend-card{
  background:#fff;
  border: 1px solid #d9d9d9;
  box-shadow: 0 2px 6px rgba(0,0,0,.18);
  position: relative;
  width: 100%;
  height: 100%;         
  display: flex;
  flex-direction: column; 
}



#content02 .trend-head{
  background:#000;
  color:#fff;
  padding: 10px 16px;
  display:flex;
  align-items:flex-end;
  gap: 10px;
}

#content02 .trend-label{
  font-size: 16px;
  color: #fff;
}

#content02 .trend-no{
  font-size: 34px;
  font-weight: 700;
  line-height: 1!important;
	color: #fff;
}

#content02 .trend-title{
	font-size: 26px;
	font-weight: 700;
	line-height: 1!important;
 color: #fff;
}


#content02 .trend-body{
  padding: 20px;
}

#content02 .trend-list{
 
  font-size: 14px;
}

#content02 .trend-list li{
  margin: 0 0 14px;
  font-size: 14px;
	font-family: "Noto Sans JP","Hiragino Kaku Gothic ProN","Yu Gothic","Meiryo",sans-serif;
	width: 100%!important;
	height: auto!important;
	padding: 0 0 0 1em;
	text-indent: -1em;
}

#content02 .trend-callout{
  display:inline-flex;
  align-items:center;
  gap: 8px;
  background:#fff;
  padding: 8px 14px 8px 10px;
  font-size: 18px;
  line-height: 1.2;
}

#content02 .trend-callout-arrow{
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #CF0A0B;
}

#content02 .trend-callout-strong{
  color:#CF0A0B;
font-size: 20px;
  font-weight: 700;
	letter-spacing: -0.05em;
}

#content02 .trend-callout-text{
     font-size: 16px;
  font-weight: 700;
	letter-spacing: -0.05em;
	color:#CF0A0B;
}




/* contet03 */

#content03 {
   width: 1250px;
	margin: 0 auto;
	background: url("../images/bg.jpg") no-repeat;
	background-size: 100%;
	padding: 70px 0;
}

#content03 h2{
   text-align: center;
	margin: 0 0 40px;
}



#content03 p{
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	margin: 0 0 40px;
	line-height: 2!important;
}



  #content03 .principles{
    width: 980px;
    margin: 0 auto;
    padding: 8px 10px;
    font-family: "Noto Sans JP","Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
	  height: 600px;
	  overflow-y: scroll;
	    /* Firefox */
  scrollbar-width: thin;
  scrollbar-color: #f28c00 #e5e5e5;
}
  


/* Chrome / Edge / Safari */
#content03 .principles::-webkit-scrollbar {
  width: 10px;
}

#content03 .principles::-webkit-scrollbar-track {
  background: #e5e5e5;
  border-radius: 10px;
}

#content03 .principles::-webkit-scrollbar-thumb {
  background: #f28c00;
  border-radius: 10px;
}

#content03 .principles::-webkit-scrollbar-thumb:hover {
  background: #d97700;
}

  #content03 .principles-list{
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #content03 .principles-item{
    display: flex;
    align-items: center;
    gap: 14px;
    background: #f3f3f3;
    padding: 10px 14px;
    margin: 0 0 6px;
  }

#content03 .principles-item:nth-child(odd){
  background: #fff;
}
  #content03 .badge{
    flex: 0 0 120px;
    background: #f28c00;
    color: #fff;
    font-weight: 800;
    text-align: center;
    padding: 10px 8px;
    border-radius: 3px;
    line-height: 1;
    letter-spacing: .02em;
    white-space: nowrap;
  }
  #content03 .txt{
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 700;
    color: #111;
  }
  #content03 .red{ 
	  color: #e10000;
	  font-weight: 800;
	  font-size: 16px!important;
}


  #content03 .img{
	  text-align: center;
	  margin: 40px 0 0;
}




/* contet04 */

#content04 {
   width: 1250px;
	margin: 0 auto;
	background: url("../images/bg.jpg") no-repeat;
	background-size: 100%;
	padding: 70px 0;
}

#content04 h2{
   text-align: center;
	margin: 0 0 40px;
}



#content04 p{
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	margin: 0 0 40px;
	line-height: 2!important;
}



#content04 .img{
	
	text-align: center;
	margin: 60px 0 40px;
	
}





/* contet05 */

#content05 {
   width: 1250px;
	margin: 0 auto 80px;;
	background: url("../images/bg.jpg") no-repeat;
	background-size: 100%;
	padding: 70px 0;
	
}


#content05 .img{
	
	text-align: center;
	
	
}

/* contet06 */
#content06 .img{
	
	text-align: center;
	margin: 0 0 60px;
	
}


#content06 table.oosaka th{
	background: #FFF0F1;
	
	
}


#content06 table.oosaka th .i-place {
        background: #E60012;
    }




#content06 table th .capacity {
	font-size: 30px;
    }

#content06 table th .capacity span {
    background: #E60012;
	color: #fff;
	font-size: 30px;
	display: inline-block;
	padding: 5px 10px;
	margin: 0 15px 0 0;
    }


#content06 table.oosaka th .capacity {
    color: #E60012;
	margin: 20px 0 0;
	
    }


#content06 table.oosaka th .capacity span {
        background: #E60012;
	color: #fff;
	font-size: 30px;
	display: inline-block;
	padding: 5px 10px;
	margin: 0 15px 0 0;
    }



#content06 table.tokyo th{
	background: #F4F9FF;
	
	
}


#content06 table.tokyo th .i-place {
        background: #2680EA;
    }


#content06 table.tokyo th .capacity {
    color: #2680EA;
	margin: 20px 0 0;
	
    }


#content06 table.tokyo th .capacity span {
     background: #2680EA;
	color: #fff;
	font-size: 30px;
	display: inline-block;
	padding: 5px 10px;
	margin: 0 15px 0 0;
    }




#content06 table.fukuoka th{
	background: #FDF8FF;
	
	
}


#content06 table.fukuoka th .i-place {
        background: #601886;
    }


#content06 table.fukuoka th .capacity {
    color: #601886;
	margin: 20px 0 0;
	
    }


#content06 table.fukuoka th .capacity span {
     background: #601886;
	color: #fff;
	font-size: 30px;
	display: inline-block;
	padding: 5px 10px;
	margin: 0 15px 0 0;
    }



#content06 table.miyagi th{
	background: #FFF7F0;
	
	
}


#content06 table.miyagi th .i-place {
        background: #FF7C0D;
    }


#content06 table.miyagi th .capacity {
    color: #FF7C0D;
	margin: 20px 0 0;
	
    }


#content06 table.miyagi th .capacity span {
     background: #FF7C0D;
	color: #fff;
	font-size: 30px;
	display: inline-block;
	padding: 5px 10px;
	margin: 0 15px 0 0;
    }




#content06 table.hokkaido th{
	background: #ECFAF2;
	
	
}


#content06 table.hokkaido th .i-place {
        background: #009944;
    }


#content06 table.hokkaido th .capacity {
    color: #009944;
	margin: 20px 0 0;
	
    }


#content06 table.hokkaido th .capacity span {
     background: #009944;
	color: #fff;
	font-size: 30px;
	display: inline-block;
	padding: 5px 10px;
	margin: 0 15px 0 0;
    }




#content06 table.aichi th{
	background: #FFF1E3;
	
	
}


#content06 table.aichi th .i-place {
        background: #804F21;
    }


#content06 table.aichi th .capacity {
    color: #804F21;
	margin: 20px 0 0;
	
    }


#content06 table.aichi th .capacity span {
     background: #804F21;
	color: #fff;
	font-size: 30px;
	display: inline-block;
	padding: 5px 10px;
	margin: 0 15px 0 0;
    }


#content06 p.att {
   
	font-size: 16px;
	text-align: center;
    }



/* contet07 */
#content07 {
   width: 1250px;
	margin: 90px auto;
	background: url("../images/bg.jpg") no-repeat;
	background-size: 100%;
	padding: 70px 0;
}

#content07 h2{
   text-align: center;
	margin: 0 0 40px;
}


#content07 .content07-inner{
  display: flex;
	justify-content: space-between;
}

#content07 .content07-inner .img{
  
	width: 300px;
}

#content07 .content07-inner .txt{
  background: #fff;
	padding: 40px 30px;
	width: 670px;
	 box-shadow: 0 8px 24px rgba(0,0,0,.12);
}

#content07 .content07-inner .txt h3{
  font-size: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #000;
	margin: 0 0 30px;
}

#content07 .content07-inner .txt h3 span{
  font-size: 30px;
}


#content07 .content07-inner .txt p{
  font-size: 16px;
	padding: 0 0 10px;
	border-bottom: 1px solid #000;
	margin: 0 0 30px;
	line-height: 2!important;
}



/* faq */
#faq .sectinon-ttl .ttl-txt {
    display: none;
}

#faq .sectinon-ttl h2 {
    font-size: 30px;
    text-align: center;
    letter-spacing: -0.05px;
    margin: 0 0 40px;
    background: #003399;
    color: #fff;
}

.faq h2 {
    background: #003399;
    padding: 10px 0;
    position: relative;
}


#faq .faq_content dl{
	color: #003399;
	font-size: 20px;
	margin-bottom: 40px;
	background: #fff;
}

#faq .faq_content dl:last-of-type{
	margin-bottom: 0;
}
#faq .faq_content dl dt{
	border-bottom: 1px solid #003399;
	font-weight: 500;
	position: relative;
	padding:0.6em 0.6em 0.6em 3em;
	cursor: pointer;
	
}
#faq .faq_content dl dt:before{
	font-family: 'Raleway', sans-serif;
	position: absolute;
	content: 'Q.';
	font-size: 24px;
	font-weight: 500;
	top: .1em;
	left: 0;
	padding: 11px;
	background: #003399;
	color: #fff;
}



#faq .faq_content dl dt::after {
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #003399;
    border-right: solid 2px #003399;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -7px;
}





#faq .faq_content dl dd{
	/*display: none;*/
	font-weight: bold;
	position: relative;
	padding:0 .4em 20px 4em;
	margin-top: 20px;
	font-size: 16px!important;
	line-height: 2!important;
	
}
#faq .faq_content dl dd:before{
	font-family: 'Raleway', sans-serif;
	color: #003399;
	font-size: 28px;
	position: absolute;
	content: 'A.';
	font-weight: 500;
	top: 0em;
	left: 10px;	
	
}
#faq .faq_content dl dd span{
	display: block;
}






/* time-table */

#lp-contents .time-table {
    width: 1000px;
    margin: 0 auto;
}

#lp-contents .time-table h2 {
    background: #003399;
    color: #fff;
}

#lp-contents .time-table table th .day {
    margin-left: 3em;
    text-indent: -3.8em;
}

/* application */

#days .application-inner h3  {
   font-size: 30px!important;
}



#days .application-inner h3 span {
    margin: 20px 0 40px;
}

#days .application-inner h3 br.device-pc {
    display: block;
}

#days .application-inner h3 br.device-sp {
    display: none;
}




#detail-txt{
	padding: 60px 0;
	text-align: center;
	
}


#detail-txt h4{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	text-align: center;
	font-size: 36px;
	
}

#detail-txt h4 .real{
	color: #002672;
	
}


#detail-txt h4 .web{
	color: #A80000;
	
}

#detail-txt p{
	font-size: 18px;
	line-height: 2.2!important;
	
}


#detail-txt h5{
	padding: 40px 0;
	
}



