@charset "utf-8";

html{

}
body{
font-family: 'Noto Sans JP', sans-serif!important;


}



/*===========================
PC・スマホ表示切替
===========================*/
.pc-display{
display:block!important;	
}
.sp-display{
display:none!important;
}




@media screen and (max-width: 767px) {
.pc-display{
display:none!important;	
}
.sp-display{
display:block!important;
}
}


/*===========================
読み込みの際のフェード
===========================*/
body {
animation: fadeIn 3s ease 0s 1 normal;
-webkit-animation: fadeIn 3s ease 0s 1 normal;
}

@keyframes fadeIn{
	0% {opacity: 0}
	100% {opacity: 1}
}

@-webkit-keyframes fadeIn{
	0% {opacity: 0}
	100% {opacity: 1}
}



/*===========================
header
===========================*/


header{
background:url(../images/pattern01.jpg) repeat 0 0;
background-size:50% 50%;
-moz-background-size:50% 50%;
-webkit-background-size:50% 50%;
-o-background-size:50% 50%;
-ms-background-size:50% 50%;
}


header .inner{
width:1100px;
padding:30px 0 30px 0;	
margin:0 auto;
color:#fff;
font-size:35px;
line-height:1.2;
text-align:center;
font-weight:bold;
font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	
}

header .inner img{
width:100%;
height:auto;
}


/*===========================
section.main-title
===========================*/

section.main-title{
width:1100px;
margin:0 auto;
color:#2d68a2;
padding:40px 0 20px 0;
}

section.main-title:after{
content: "";
clear:both;
height:0;
display:block;
visibility: hidden;
}


/*　メインタイトル 左側 */
section.main-title .left{
width:600px;
float:left;
}

section.main-title .left p.catch{
text-align:center;
padding:20px 0 20px 0;	
}

section.main-title .left span.genetist{
font-family: futura-pt-bold, sans-serif;
font-weight: 700;
font-style: normal;
font-size:30px;	
}

section.main-title .left span.miraiwo{
font-family: kozuka-gothic-pro,"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
font-weight:bold;
font-size:14px;	
}
section.main-title .left h1{
font-family: dnp-shuei-shogomincho-std, sans-serif;
font-weight: 700;
font-style: normal;
font-size:82px;
text-align: center;
line-height:1.2;
letter-spacing:10px;
}

section.main-title .left h2{
font-family: dnp-shuei-shogomincho-std, sans-serif;
font-weight: 700;
font-style: normal;
font-size:20px;
text-align: center;
padding:15px 0 0px 0;
}

/*　メインタイトル 右側 */
section.main-title .right{
float:right;
width:500px;
text-align:center;
}


section.main-title .right img{
width:100%;
height:auto;
}



/*===========================
section.summary
===========================*/




section.summary{
width:1050px;
margin:0 auto;
color:#2d68a2;
padding:40px 0 20px 0;
}

section.summary:after{
content: "";
clear:both;
height:0;
display:block;
visibility: hidden;
}


section.summary .left{
width:550px;
float:left;	
}


section.summary .left img{
width:100%;
height:auto;
}

section.summary .right{
width:500px;
float:left;
position:relative;
left:-60px;
}


section.summary .right h3{
font-family: kozuka-gothic-pro,"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
font-weight:normal;
font-size:42px;
margin:30px 0 20px 0;
}

section.summary .right h3 img{
width:50px;
height:auto;
position:relative;
top:4px;
}

section.summary .right ul.tag-space{
padding:20px 0 0 0;
text-align:center;
}



section.summary .right ul.tag-space li{
display:inline;
margin:20px 15px 20px 15px;
text-align:center;
font-family:dnp-shuei-shogomincho-std, sans-serif;
font-weight:normal;
font-style: normal;
padding:2px 10px;
list-style-type:none;
border-radius:30px;
border:solid 2px #297bc0;
line-height:60px;
font-size:22px;
}



/*===========================
section.advise-from-doctor
===========================*/




section.advise-from-doctor{
width:850px;
margin:0 auto;
color:#2d68a2;
padding:40px 0 20px 0;
}

section.advise-from-doctor:after{
content: "";
clear:both;
height:0;
display:block;
visibility: hidden;
}


section.advise-from-doctor .left{
width:430px;
float:left;	
}


section.advise-from-doctor .left h2{
font-family: kozuka-gothic-pro,"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
font-weight:normal;
font-size:43px;
line-height:1.3;	
margin:40px 0 40px 0;
letter-spacing:2px;	
}

section.advise-from-doctor .left h3{
font-family: kozuka-gothic-pro,"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
font-weight:normal;
font-size:25px;
margin:0px 0 50px 0;
border-radius:30px;
border:solid 2px #297bc0;
padding:10px 27px 8px;
text-align:center;
display:inline;
}

section.advise-from-doctor p{
margin:50px 0 0 0;
font-family: kozuka-gothic-pro,"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
font-weight:normal;
font-size:21px;
line-height:1.7;
}


section.advise-from-doctor .right{
width:400px;
float:right;	
}


section.advise-from-doctor .right img{
width:100%;
height:auto;	
}

/*===========================
section#what
===========================*/



section#what{
color:#2d68a2;
width:850px;
margin:60px auto 30px;
}

section#what h2{
font-family: kozuka-gothic-pro,"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
font-weight:bold;
font-size:35px;
text-align: center;
padding:0 0 10px 0;	
}


section#what p{
font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
font-weight:bold;
font-size:14px;
line-height:1.5;
padding:10px 0 10px 0;
text-align:left;

}


/*===========================
section.developer
===========================*/





section.developer .inner{
width:750px;
margin:0 auto;
color:#2d68a2;
padding:40px 0 20px 0;
}

section.developer .inner:after{
content: "";
clear:both;
height:0;
display:block;
visibility: hidden;
}


section.developer .inner .left{
width:450px;
float:left;	
}


section.developer .inner .left h3 span.signpost{
font-family: kozuka-gothic-pro,"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
font-weight:normal;
font-size:25px;
display:block;
padding:10px 0 10px 0;
}


section.developer .inner .left h3 span.university{
font-family: kozuka-gothic-pro,"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
font-weight:normal;
font-size:30px;
display:block;
padding:10px 0 10px 0;	
}

section.developer .inner .left h2{
padding:10px 0 10px 0;
}
section.developer .inner .left h2 span.name{
font-family: kozuka-gothic-pro,"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
font-weight:normal;
font-size:48px;	
}

section.developer .inner .left h2 span.kyozyu{
font-family: kozuka-gothic-pro,"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
font-weight:normal;
font-size:30px;	
}

section.developer .inner .left h4{
font-family: kozuka-gothic-pro,"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
font-weight:normal;
font-size:25px;
}



section.developer .inner .right{
width:250px;
float:right;	
}


section.developer .inner .right img{
width:100%;
height:auto;	
}


section.developer p{
font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
font-weight:bold;
font-size:14px;
padding:10px 0 10px 0;	
width:750px;	
margin:20px auto 30px;
color:#2d68a2;
line-height: 1.5;	
}






/*===========================
section.#feature
===========================*/


section.feature{
width:1000px;
margin:0 auto;
color:#2d68a2;
padding:40px 0 20px 0;
}

section.feature:after{
content: "";
clear:both;
height:0;
display:block;
visibility: hidden;
}


section.feature .left{
width:535px;
float:left;	
}


section.feature .left .icon{
width:233px;
float:left;
margin:20px 20px 20px 0;
}

section.feature .left .icon:nth-child(2n){
margin:20px 0px 20px 0;
}


section.feature .left .icon img{
width:100%;
height: auto;
}

section.feature .right{
width:415px;
float:right;
}

section.feature .right img{
width:100%;
height:auto;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
     -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
        box-sizing: border-box;
 border:solid 1px #ccc;
}





/*===========================
section#for-all
===========================*/


section#for-all{
width:800px;
margin:0 auto;
color:#2d68a2;
padding:40px 0 20px 0;
}

section#for-all:after{
content: "";
clear:both;
height:0;
display:block;
visibility: hidden;
}

section#for-all .left{
width:360px;
float:left;
}


section#for-all .left img{
width:100%;
height:auto;
}

section#for-all .right{
width:410px;
float:right;
padding:30px 0 0 30px;	
}

section#for-all .right span.genetist{
font-family: futura-pt-bold, sans-serif;
font-weight: 700;
font-style: normal;
font-size:30px;	
}

section#for-all .right span.miraiwo{
font-family: kozuka-gothic-pro,"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
font-weight:bold;
font-size:14px;	
}


section#for-all .right h2{
font-family: kozuka-gothic-pro,"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
font-weight:bold;
font-size:34px;
padding:10px 0 10px 0;
line-height:1.4;
}


/*===========================
section#check-list
===========================*/


section#check-list{
width:900px;
margin:0 auto;
color:#2d68a2;
padding:40px 0 20px 0;
}


section#check-list img{
width:100%;
height:auto;
}

/*===========================
section#contents
===========================*/


section#contents{
background:url(../images/pattern02.jpg) repeat 0 0;
background-size:50% 50%;
-moz-background-size:50% 50%;
-webkit-background-size:50% 50%;
-o-background-size:50% 50%;
-ms-background-size:50% 50%;
padding:100px 0 60px 0;	
}


section#contents .tettei{
width:1100px;
margin:0 auto 0px;
}

section#contents .tettei p{
text-align:center;
padding:0 0 0 0;	
}
section#contents .tettei p span.genetist{
font-family: futura-pt-bold, sans-serif;
font-weight: 700;
font-style: normal;
font-size:30px;
color:#fff;
text-shadow:0px 0px 4px #284d71;	
}



section#contents .tettei p span.miraiwo{
font-family: kozuka-gothic-pro,"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
font-weight:bold;
font-size:14px;
color:#fff;
text-shadow:0px 0px 4px #284d71;	
}

section#contents .tettei p.caption{
font-family: kozuka-gothic-pro,"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
font-weight:bold;
font-size:22px;
color:#fff;
text-shadow:0px 0px 4px #284d71;
margin:90px 0 0 0;	
}


section#contents .tettei h2{
font-size:53px;
font-family:dnp-shuei-shogomincho-std, sans-serif;
font-weight:bold;
font-style: normal;
color:#fff;
text-align:center;
line-height:1.3;
margin:20px auto 40px;
text-shadow:0px 0px 4px #284d71;	
}


section#contents .tettei .box{
background:#fff;
width:100%;
}

section#contents .tettei .box h3{
position: relative;
background: #d6e8f7;
font-size:40px;
font-family:dnp-shuei-shogomincho-std, sans-serif;
font-weight:bold;
padding:22px 15px 22px 15px;
color:#2d68a2;
text-align:center;
}
section#contents .tettei .box h3:after {
top: 100%;
left: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(136, 183, 213, 0);
border-top-color: #d6e8f7;
border-width: 30px;
margin-left: -30px;
}

section#contents .tettei .box img{
width:100%;
height:auto;
display: block;
padding:20px 0 20px 0;
}


section#contents .tettei .box p{
padding:20px 40px 30px 40px;
font-weight:bold;
font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
line-height:1.3;
font-size:17px;
color:#5e666f;
text-align:left;
}
section#contents .jitugen{
width:900px;
margin:0 auto;
padding:40px 0 40px 0;
}

section#contents .jitugen h3{
font-weight:bold;
font-family: kozuka-gothic-pro,"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
line-height:1.5;
font-size:42px;
color:#fff;
text-align:center;
padding:40px 0 40px 0;
text-shadow:0px 0px 4px #284d71;
} 



section#contents .jitugen p{
font-weight:bold;
font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
line-height:1.3;
font-size:17px;
color:#fff;
text-align:left;
text-shadow:0px 0px 4px #284d71;		
} 





/*===========================
section#chart
===========================*/


section#chart{
width:1000px;
margin:100px auto 50px;
color:#2d68a2;
padding:0px 0 0px 0;
}


section#chart h2{
font-weight:bold;
font-family: kozuka-gothic-pro,"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
line-height:1.5;
font-size:35px;
text-align:center;
}

section#chart img{
display:block;
width:100%;
height:auto;
padding:30px 0 30px 0;	
}

section#chart P{
font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
font-weight:bold;
font-size:17px;
color:#2d68a2;
line-height: 1.5;
}




/*===========================
section#rikan
===========================*/


section#rikan{
width:880px;
margin:100px auto 50px;
color:#2d68a2;
padding:0px 0 0px 0;
}


section#rikan h2{
font-size:46px;
font-family:dnp-shuei-shogomincho-std, sans-serif;
font-weight:bold;
line-height:1.5;
text-align:center;
}

section#rikan img{
display:block;
width:100%;
height:auto;
padding:50px 0 40px 0;	
}

section#rikan p.syutten{
font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
font-weight:bold;
font-size:13px;
color:#2d68a2;
line-height: 1.2;
}




/*===========================
section#strong
===========================*/


section#strong{
width:1000px;
margin:100px auto 50px;
color:#2d68a2;
padding:0px 0 0px 0;
}



section#strong h2{
font-family:kozuka-gothic-pro, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
font-weight:bold;
font-size:46px;
color:#2d68a2;
line-height: 1.4;
padding:0 0 15px 0;
text-align:center;
}

section#strong p.caption{
font-family: kozuka-gothic-pro,"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
font-weight:bold;
font-size:25px;
color:#2d68a2;
line-height: 1.4;
padding:0 0 25px 0;
text-align:center;	
}

section#strong .point{
padding:30px 0 30px 0;
}
section#strong .point h3{
font-size:45px;
font-family:dnp-shuei-shogomincho-std, sans-serif;
font-weight:bold;
color:#2d68a2;	
line-height:1.5;
border-radius:45px;
border:solid 3px #2d68a2;
text-align: center;
width:200px;
padding:6px 0 6px 0;
margin:30px auto 20px;
}


section#strong .point h4{
font-family: kozuka-gothic-pro,"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
font-weight:bold;
font-size:40px;
color:#2d68a2;
line-height: 1.4;
padding:0 0 25px 0;
text-align:center;	
}

section#strong .point img.img01{
display:block;
width:380px;
height:auto;
margin:0 auto 25px;
}


section#strong .point img.img02{
display:block;
width:500px;
height:auto;
margin:0 auto 25px;
}

section#strong .point img.img03{
display:block;
width:380px;
height:auto;
margin:0 auto 25px;
}


section#strong .point p{
font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
font-weight:bold;
font-size:17px;
line-height:1.5;
width:840px;
margin:0 auto 0;
padding:0 0 0 0;
}



/*===========================
section#difference
===========================*/


section#difference{
margin:80px auto 50px;
color:#2d68a2;
padding:0px 0 0px 0;
}

section#difference p.caption{
font-family: kozuka-gothic-pro,"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
font-weight:bold;
font-size:22px;;
line-height: 1.4;
padding:0 0 5px 0;
text-align:center;	
}


section#difference h2{
font-family: kozuka-gothic-pro,"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
font-weight:bold;
font-size:55px;;
line-height: 1.4;
padding:0 0 75px 0;
text-align:center;	
}


section#difference img{
display:block;
width:1000px;
height:auto;
margin:0 auto;
}


section#difference h3{
font-family: kozuka-gothic-pro,"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
font-weight:bold;
font-size:40px;;
line-height: 1.4;
padding:110px 0 35px 0;
text-align:center;	
}



section#difference p{
font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
font-weight:bold;
font-size:17px;
line-height:1.5;
width:940px;
margin:0 auto 0;
padding:20px 0 20px 0;
}



/*===========================
section#best-asset
===========================*/


section#best-asset{
margin:80px auto 50px;
color:#2d68a2;
padding:0px 0 0px 0;
}

section#best-asset p.caption{
font-size:28px;
font-family:dnp-shuei-shogomincho-std, sans-serif;
font-weight:bold;
color:#2d68a2;
line-height:1.4;
padding:0 0 5px 0;
text-align:center;
}

section#best-asset h2{
font-size:55px;
font-family:dnp-shuei-shogomincho-std, sans-serif;
font-weight:bold;
color:#2d68a2;
line-height:1.4;
margin:0 0 40px 0;
text-align:center;
}


section#best-asset .thumb{
height:440px;
width:100%;
background:url("../images/best-asset-bg.jpg") repeat-x 0 0;
background-size:100px 440px;
-moz-background-size:100px 440px;
-webkit-background-size:100px 440px;
-o-background-size:100px 440px;
-ms-background-size:100px 440px;
margin:0 0 40px 0;	
}

section#best-asset .thumb img{
display:block;
width:1200px;
height:auto;
margin:0 auto 0px;
}
	

section#best-asset p{
font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
font-weight:bold;
font-size:17px;
line-height:1.5;
width:940px;
margin:0 auto 0;
padding:20px 0 20px 0;
}


/*===========================
section#how-value
===========================*/

section#how-value{
padding:60px 0 60px 0;
color:#2d68a2;
}

section#how-value h2{
font-size:55px;
font-family:dnp-shuei-shogomincho-std, sans-serif;
font-weight:bold;
line-height:1.4;
margin:0 0 40px 0;
text-align:center;
}

section#how-value img{
display:block;
width:700px;
height:auto;
margin:0 auto 30px;
}



section#how-value p{
font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
font-weight:bold;
font-size:17px;
line-height:1.5;
width:940px;
margin:0 auto 0;
padding:20px 0 20px 0;
}



/*===========================
section#our-thought
===========================*/

section#our-thought{
color:#2d68a2;
padding:0 0 80px 0;
}

section#our-thought h3{
font-size:36px;
font-family:dnp-shuei-shogomincho-std, sans-serif;
font-weight:bold;
line-height:1.4;
margin:0 0 50px 0;
text-align:center;
color:#2d68a2;	
}


section#our-thought .inner{
width:920px;
margin:0 auto;
}

section#our-thought .inner:after{
content: "";
clear:both;
height:0;
display:block;
visibility: hidden;
}

section#our-thought h2.left{
width:420px;
float:left;
font-size:51px;
font-family:dnp-shuei-shogomincho-std, sans-serif;
font-weight:bold;
line-height:1.75;
margin:0 0 20px 0;
color:#2d68a2;
padding:20px 20px 0 0;	
}



section#our-thought .right{
width:450px;
float:right;
}


section#our-thought .right img{
width:100%;
height:auto;
display:block;
margin:0 0 40px 0;
}


section#our-thought p{
font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
font-weight:bold;
font-size:17px;
line-height:1.5;
width:940px;
margin:0 auto 0;
padding:20px 0 20px 0;
}


/*===========================
section#voice
===========================*/

section#voice{

}

section#voice .title-bg{
width:100%;
background:url(../images/pattern02.jpg) repeat 0 0;
background-size:50% 50%;
-moz-background-size:50% 50%;
-webkit-background-size:50% 50%;
-o-background-size:50% 50%;
-ms-background-size:50% 50%;
padding:100px 0 60px 0;	
}

section#voice .title{
width:1000px;
margin:0 auto;
}

section#voice .title:after{
content: "";
clear:both;
height:0;
display:block;
visibility: hidden;
}

section#voice .title .left{
width:340px;
height:340px;
float:left;	
margin:0 auto;
display: flex;
justify-content: center;
align-items: center;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
     -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
        box-sizing: border-box;
padding:30px 30px 30px 30px;
border:solid 1px #fff;
text-align:center;
}



section#voice .title .left h2 span.midashi{
font-family: kozuka-gothic-pro,"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
font-weight:bold;
font-size:35px;
color:#fff;
line-height:1.3;
text-shadow:0px 0px 4px #284d71;	
}

section#voice .title .left h2 span.caption{
font-family: futura-pt-bold, sans-serif;
font-weight: 700;
font-style: normal;
font-size:14px;
text-shadow:0px 0px 4px #284d71;
color:#fff;
line-height:1.4;
position:relative;
top:10px;
}




section#voice .title .right{
width:600px;
height:320px;
float:right;
margin:0 0 0 30px;
display: flex;
justify-content: center;
align-items: center;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
     -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
        box-sizing: border-box;
padding:30px 30px 30px 30px;
text-align:center;
}

section#voice .title .right p{
font-family: kozuka-gothic-pro,"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
font-weight:bold;
font-size:30px;
color:#fff;
line-height:1.3;
text-shadow:0px 0px 4px #284d71;
}

section#voice .title .right:before{
content:"";
width:1px;
height:240px;
background:#fff;
position:relative;
left:-70px;
}



section#voice ul.inner{
width:1000px;
margin:0 auto;
padding:40px 0 40px 0;
}


section#voice ul.inner:after{
content: "";
clear:both;
height:0;
display:block;
visibility: hidden;
}


section#voice ul.inner li{
list-style-type:none;
width:300px;
float:left;
margin:25px 50px 25px 0;

}

section#voice ul.inner li:nth-child(3n){
margin:25px 0px 25px 0;	
}

section#voice ul.inner li img{
width:100%;
height:auto;
}




/*===========================
section#flow
===========================*/


section#flow h2{
font-family:fot-tsukuardgothic-std, sans-serif;
font-weight: 700;
font-style: normal;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
     -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
        box-sizing: border-box;
border:solid 5px #1c5a96;
padding:70px 20px 20px 20px;
width:350px;
height:350px;
border-radius:350px;
text-align:center;	
margin:30px auto 0;
}



section#flow h2 span.midashi{
color:#1c5a96;
font-family:fot-tsukuardgothic-std, sans-serif;
font-weight:700;
font-style:normal;
font-size:52px;
display:block;
margin:0 0 10px 0;
}



section#flow h2 span.caption{
color:#1c5a96;
font-family:fot-tsukuardgothic-std, sans-serif;
font-weight:700;
font-style:normal;
display:block;
font-size:22px;
}
section#flow h2 span.icon{
display:block	
}

section#flow h2 span.icon img{
width:73px;
height:auto;
position:relative;
top:-10px;
}



section#flow h3{
color:#1c5a96;
font-family:fot-tsukuardgothic-std, sans-serif;
font-weight:700;
font-style:normal;
font-size:32px;
display:block;
margin:0 auto 0;
padding:60px 0 30px 0;
text-align:center;
line-height:1.4;
}


section#flow .inner{
width:1000px;
margin:0 auto;
}

section#flow .inner:after{
content: "";
clear:both;
height:0;
display:block;
visibility: hidden;
}



section#flow .inner .box{
width:310px;
float:left;
}

section#flow .inner .box .number{
font-family:futura-pt, sans-serif;
font-weight:300;
font-style:normal;
font-size:40px;
background:#1c5a96;
width:100px;
height:100px;
margin:0 auto 30px;
display:flex;
justify-content:center;
align-items:center;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
     -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
        box-sizing: border-box;
color:#fff;
border-radius:80px;
}

section#flow .inner .box .img img{
width:200px;
height:auto;
display:block;
margin:0 auto 20px;
}


section#flow .inner .box .text{
font-family: fot-tsukuardgothic-std, sans-serif;
font-weight: 700;
font-style: normal;
font-size:25px;
color:#1c5a96;
text-align:center;
line-height:1.5;
}



section#flow .inner .arrow{
width:35px;
float:left;
}

section#flow .inner .arrow img{
width:100%;
height:auto;
display:block;
padding:200px 0 0 0;
}


section#flow .after .img img{
width:410px;
height:auto;
display:block;
margin:60px auto 30px;
}

section#flow .after .text{
font-family: fot-tsukuardgothic-std, sans-serif;
font-weight: 700;
font-style: normal;
font-size:33px;
color:#1c5a96;
text-align:center;
line-height:1.5;
}




/*===========================
section#faq
===========================*/


section#faq{
margin:90px 0 80px 0;
}

section#faq .title-bg{
width:100%;
background:url(../images/pattern02.jpg) repeat 0 0;
background-size:50% 50%;
-moz-background-size:50% 50%;
-webkit-background-size:50% 50%;
-o-background-size:50% 50%;
-ms-background-size:50% 50%;
padding:50px 0 50px 0;	
text-align:center;
}

section#faq h2{
padding:0px 0 0px 0;
}


section#faq h2 span.caption{
font-family: futura-pt-bold, sans-serif;
font-weight: 700;
font-size:30px;
color:#fff;
line-height:1.3;
text-shadow:0px 0px 4px #284d71;
display:block;
}


section#faq h2 span.catch{
font-family: kozuka-gothic-pro,"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
font-weight:bold;
font-size:30px;
color:#fff;
line-height:1.3;
padding:5px 0 5px 0;	
text-shadow:0px 0px 4px #284d71;
display:block;
}


section#faq h2 span.midashi{
font-family: kozuka-gothic-pro,"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
font-weight:bold;
font-size:42px;
color:#fff;
line-height:1.3;
text-shadow:0px 0px 4px #284d71;
display:block;	
}



/* アコーディオン */

.accordion{
padding:30px 50px 10px;
width:1000px;
margin:0 auto;
}

.accordion li{
background: #ffffff;
border-radius: 10px;
border:3px solid #1c5a96;
overflow: hidden;
margin-top:20px;
font-family: kozuka-gothic-pro,"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
font-weight:bold;
color:#1c5a96;
}

.trigger:hover,
.accordion .trigger.active{
background: #dbe4ec;
}

.accordion .trigger {
padding: 27px 40px 22px 56px;
position: relative;
font-weight: bold;
font-size: 22px;
cursor: pointer;
}

.accordion .trigger::before,
.accordion .toggle_container::before{
content: "";
width: 30px;
height: 30px;
display: inline-block;
position: absolute;
left: 17px;
}

.accordion .trigger::before {
top: 50%;
margin-top: -15px;
background: url(../images/faq-q.png) no-repeat;
background-size: contain;
}

.accordion .toggle_container::before {
background: url(../images/faq-a.png) no-repeat;
background-size: contain;
top: 17px;
}

.accordion .trigger::after, 
.accordion .trigger.active::after {
font-size: 40px;
line-height: 1;
color: #1c5a96;
position: absolute;
top: 40%;
right: 15px;
margin-top: -11px;
font-weight: bold;
}

.accordion .trigger::after {
content: "\0203a";

}
.accordion .trigger.active::after {
content: "\0203a";
transform: rotate(90deg);
animation: fadeIn 1s ease 0s 1 normal;
-webkit-animation: fadeIn 1s ease 0s 1 normal;	
}



.toggle_container{
padding: 17px 20px 15px 56px;
position: relative;
font-size: 16px;
}

.toggle_container p{
line-height: 1.8;
}



/*===========================
section.four-strong
===========================*/

section.four-strong{
padding:50px 0 40px 0;
}


section.four-strong .inner{
width:1000px;
margin:auto;
}

section.four-strong .inner:after{
content: "";
clear:both;
height:0;
display:block;
visibility: hidden;
}


section.four-strong .inner .icon{
width:230px;
margin:0 20px 0 0;
float:left;	
}


section.four-strong .inner .icon img{
width:100%;
height:auto;
}

section.four-strong .inner .icon:nth-child(4n){
margin:0 0px 0 0;
}




/*===========================
section#buy-btn
===========================*/

section#buy-btn{
width:1000px;
margin:0 auto;
}

section#buy-btn img{
width:100%;
height:auto;
}


section#buy-btn img:hover{
opacity:0.85;

}


	
/*===========================
footer
===========================*/

footer{
font-family: dnp-shuei-shogomincho-std, sans-serif;
font-weight: 700;
font-style: normal;
margin:40px auto 0;;
}

footer ul.link{
background: #fdf4d0;
padding: 20px;
font-size: 14px;
text-align:center;
}

footer ul.link li{
display:inline;
list-style-type:none;
text-align:center;
}

footer ul.link li:nth-child(1){
border-right:solid 1px #d2bf68;
}

footer ul.link li a{
color:#bc9c04;
text-shadow:0px 1px 0px rgba(255,255,255,0.7);
padding:2px 10px;
text-decoration:none;
}

footer p.copyright{
background:#2d68a2;;
color:#fff;
padding:5px 2% 5px 2%;
text-align:center;

}



