﻿header nav ul li:last-of-type a{
     padding: 4px 8px;
         background: #1EA5D8;
         color: #fff;
         border-radius: 4px;
       }


.scroll-border {
    position: fixed;
    z-index: 3;
    bottom: 0;
    width: 100%;
    /*background: rgba(0, 106, 255, 0.4);*/
	background: rgba(0, 0, 0, 0.5);
    padding: 15px 0;
    box-sizing: border-box;
    transition: transform 0.6s ease;
    transform: translateY(100%);
    display: flex;
    justify-content: center;

  }
  .scroll-border.show {
    transform: translateY(0);
  }
  .scroll-border .btn{
         width: 400px;
         padding: 10px 0;
         margin-top: 0;
         color: #fff;
         border: none;
         background-color: #F18D00;
	     font-size: 18px;
	  	 font-weight: bold;
	     
  }


header {
     border: none;
     border-bottom: none;
}


main img{
       width: 100%;
}

footer{
       padding-bottom: 74px;
}
/* index
---------------------------------------- */
/* General styles */
#sekou {
     text-align: left;
	 	 
}
/* Title styles */
#sekou #title {
     background-position: center;
     height: 300px;
	 /*background-image: url("../../img/bg_mv_02.png");*/
	 background-image: url("../img/bg_mv.png");
	 background-size:cover;
	 background-repeat: no-repeat;
	 position: relative;
	 padding: 115px 0;
	 /*padding: 120px 0 110px;*/
     @media (max-width: 768px) {
          padding: 40px 0;
   }

}
#sekou #title::before {
	/*background: rgba(0, 174, 196, 0.5);*/
	content: '';
	width: 100%;
	height: 300px;
	position: absolute;
	top: 0;
	left: 0;
}
#sekou #title .inner{
	  display: grid;
	  place-items: center;
}
#sekou #title h1{
     position: relative;
     color: #fff;
     align-self: center;
     font-size: clamp(24px,2.9vw,32px);
	 font-weight: 500;
	 margin-top: 5px;
}
#sekou #title h1 span.sup{
	font-size: clamp(18px,2.9vw,20px);
	color: #fff;
	align-self: center;
	font-weight: lighter;
	margin-top: 17px;
	display: block;
}
@media (max-width: 768px) {
 	#sekou #title h1{
     align-self: center;
	 line-height: normal;
	 position: absolute;
     top: 40%;
	 left: 21%;
	}
	#sekou #title h1 span.sup{
		margin-top: 0;
	}
         
}

/* Section 1 styles */
#sekou #sec1 {
     max-width: 820px;
	 margin: 0 auto;
     height: auto;
}
/* Section 1 - Recommendation section */

@media (max-width: 1120px) {

}
/* Section 1 - Heading styles */
#sekou #sec1 h3 {
     font-size: clamp(20px,2.9vw,26px);
     margin-bottom: 50px;
	 color: #F18D00;
	font-weight: bold;
	line-height: normal;
}
#sekou #sec1 .outline {
     width: 100%;
     margin-bottom: 0px;
     text-align: center;
}
#sekou #sec1 .outline p{
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
#sekou #sec1 .outline p:before{
	content: "※";
	
}
#sekou #sec1 .outline p span.red{
	color: #EC1818;
	font-size: 14px;
}
#sekou #sec1 .outline p span.focus{
	font-size: 16px;
}
#sekou #sec1 .summary{
	border: 1px #333333 solid;
	padding: 15px 10px;
	border-radius: 10px;
	margin: 30px 0;
	height: 90px;
	display: grid;
    align-items: center;
}
#sekou #sec1 .summary span{
	margin-top: 8px;
	display: inline-block;
}
@media (max-width: 423px) {
	#sekou #sec1 .summary{
		height: calc(100% - 20px);
		padding: 10px 10px;
		margin: 15px 0;
	}
}
#sekou #sec1 .summary p{
	font-size: clamp(18px,2.9vw,22px);
	font-weight: 500;
}
#sekou #sec1 .summary p.sup{
	font-size: clamp(14px,2.9vw,16px);
	padding-top: 10px;
}
#sekou #sec1 p b{
	color: #EC1818;
}
/*
#sekou #sec1 div.text p:first-child{
	font-size: 18px;
	padding-bottom: 5px;
}
#sekou #sec1 div.text p:first-child > span{
	font-weight: bold;
}
#sekou #sec1 div.text > p:nth-child(2) > span{
	padding-top: 7px;
	display: inline-block;
}
*/
#sekou #sec1 div.text{
	max-width: 720px;
	margin: 0 auto;
}
#sekou #sec1 div.text p{
	text-align: justify;
	padding: 0 10px 5px 0;
    text-indent: -23px;
}
#sekou #sec1 div.text p span{
	color: #EC1818;
}
#sekou #sec1 div.text p:before{
	content: "●";
	color: #00AEC4;
	margin-right: 5px;
}

#sekou #sec1 .summary p a{
	color: #0A64BB;
}
@media (max-width: 768px) {
	#sekou #sec1{
		padding-top: 30px;
	}
	#sekou #sec1 .outline p{
		text-align: justify;
		text-indent: -10px;
        padding-left: 10px;
		line-height: 140%;
	}
	#sekou #sec1 div.text{
		padding: 0 20px 0 40px;
	}

}

/* sec2 */
#sekou #sec2{
	margin: 70px 0 53px;
}
#sekou #sec2 h2{
	margin-bottom: 50px;
}

#sekou #sec2 ol{
	max-width: 900px;
	margin: 80px auto;
}
#sekou #sec2 ol li.flow{
	background-color: #D9EFF2;
	border-radius: 10px;
	padding: 20px 70px 25px;
	margin: 18px 0;
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
}
#sekou #sec2 ol li.flow h4{
	 font-weight: bolder;
}
#sekou #sec2 ol li.flow:nth-child(3) > p:nth-of-type(2n){
	padding-top: 0;
	padding-left: 13px;
   	text-indent: -13px;
	font-size: 14px;
}
#sekou #sec2 ol li.flow:nth-child(3) > p:nth-of-type(2n):before{
	content: "※";
}
#sekou #sec2 ol li.flow:nth-child(5) > p:nth-of-type(3n){
	padding-left: 13px;
   	text-indent: -13px;
	font-size: 14px;
}
#sekou #sec2 ol li.flow:nth-child(5) > p:nth-of-type(3n):before{
	content: "※";	
}
#sekou #sec2 ol li.flow:nth-child(5) > p:not(:first-of-type){
	padding-top: 0;
}
#sekou #sec2 ol li.flow:nth-child(5) > p:nth-of-type(3n){
	padding-left: 13px;
   	text-indent: -13px;	
}
#sekou #sec2 ol li.flow:last-child > p:first-of-type{
	font-size: 18px;
	font-weight: bold;
}
#sekou #sec2 ol li.flow:last-child > p:nth-of-type(2n){
	padding-top: 0;
}
#sekou #sec2 ol li.flow:last-child > p:nth-of-type(3n){
	font-size: 14px;
	padding-top: 5px;
	line-height: 17px;
}
#sekou #sec2 ol li.flow:last-child > p:nth-of-type(3n):before{
	content: "※";
}
@media (max-width: 768px) {
	#sekou #sec2 ol li.flow:last-child > p:nth-of-type(3n){
		padding-left: 13px;
   		text-indent: -13px;
	}

}
#sekou #sec2 ol li.flow p{
	padding-top: 10px;
	line-height: 170%;
}
#sekou #sec2 ol li img{
	width: 35px;
}

#sekou #sec2 ol li h4{
	color: #0A64BB;
	font-size:24px;
	border-bottom: 1px #0A64BB solid;
	padding-bottom: 15px;
}
#sekou #sec2 ol li h4{
	color: #00AEC4;
	font-size:clamp(22px,2.9vw,24px);
	border-bottom: 1px #0A64BB solid;
}


@media (max-width: 768px) {
    #sekou #sec2{
		margin: 50px 0 33px;
	}
	#sekou #sec2 ol li.flow{
		padding: 20px 15px 25px;
	} 
	#sekou #sec2 ol li.flow p{
		text-align: justify;
	}
}
 
/* sec3 */
#sekou #sec3{
	margin-bottom: 25px;
}
#sekou #sec3 h2{
	margin-bottom: 40px;
}
#sekou #sec3 div.sup{
	display: flex;
	gap:13px;
	margin: 15px 0 45px;
}
#sekou #sec3 div.sup p{
	font-size: 14px;
}
#sekou #sec3 div.sup p:before{
	content: "※";
}

@media (max-width: 768px) {
	#sekou #sec3 div.sup{
		flex-direction: column;
		gap:0;
	}
	#sekou #sec3 div.sup p{
		text-align: justify;
		line-height: normal;
		padding-left: 13px;
        text-indent: -13px;
	}
	#sekou #sec3  p:last-of-type{
		
	}

}






/* kiyaku
---------------------------------------- */
#kiyaku {}
/* entry
---------------------------------------- */
#entry {}
/* confirm
---------------------------------------- */
#confirm {}
/* complete
---------------------------------------- */
#complete {}
/* 質問共通
---------------------------------------- */


details {
     text-align: left;
     border-bottom: 1px solid #ccc;
     margin-bottom: 10px;
}
details .answer {
     display: flex;
     max-width: 1118px;
     width: 100%;
     text-align: left;
     flex-wrap: nowrap;
}


details .answer section{
     display: block;
     width: 100%;
     margin: 0px 0 36px 36px;
}

details .answer section article{
     display: block;
     width: 100%;
     margin: 18px 0;
     font-size: 14px;
}


details .answer section img{
     display: block;
     width: 100%;
}

details .answer section .js-scrollable img{
     display: block;
     width: 823px;
}

details p:first-of-type {
     width: 34px;
     padding: 2px 10px;
     margin-right: 4px;
}
details p:last-of-type {
     max-width: 1050px;
     margin-bottom: 20px;
     margin-right: 45px;
     @media (max-width: 768px) {
          margin-bottom: 20px;
          margin-right: 0px;
          margin-left: 0px;
          font-size: 14px;
     }
}

       @media (max-width: 500px) {
/*footer .content {
    width: calc(100% - 30px);
    padding: 15px 0 15px 0;
    display: none;
       } */
       footer #copyright {
    border-top: 1px solid #ccc;
}
       }
/* contact共通
---------------------------------------- */
