/* ----------------------------
reset
------------------------------- */
body,
h1,h2,h3,h4,h5,h6,p,
ul,ol,li,dl,dt,dd,
form,fieldset,legend,pre,blockquote {
	margin:0px;
	padding:0px;
}

ul,li {
	list-style:none;
}

img {
	margin:0px;
	padding:0px;
	border:0px;
	vertical-align:top;
}

html { font-size: 62.5%;} 

body {
	color: #111111;
	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
    font-size: 2.0rem;;
    line-height: 1.7;
    color: #282828;
	-webkit-text-size-adjust: 100%;
    background-color: #ffffff;
    text-align: left;
}

a,
a:link,
a:visited {
	color: #484848;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #333;
	text-decoration:none;
}

a img {
	margin:0;
	padding:0;
	border-style:none;
}

/**************************************************************
【配置設定】
**************************************************************/
.img_c{text-align:center; margin: 0px auto;}
.img_c2{text-align:center; margin: 20px auto;}
.img_c2 img{width: 70%;}


/* バナー */
.banner{}
.banner img:hover{opacity:0.8; filter: alpha(opacity=60);}


/* 共通 */
#wrapper{
width: 100%;
margin: 0 auto;
background-color: #ffffff;
}

.inner{
    width: 1000px;
	margin:0 auto;
}
.inner2{
    width: 900px;
	margin:0 auto;
}

.back_line{
background-image: url("../images/back_line2.png");
background-repeat: repeat-x;
background-size: auto 40%;
background-position: left bottom;
}

.banner_pc{display: block;}
.banner_sp{display: none;}

.pcbr {display:inline;}
.spbr {display:none;}

/* ヘッダー */
#header_pc{
width:100%;
margin: 0 auto;
background-image: url("../images/header_pc_back.jpg");
background-repeat: no-repeat;
background-position: center top;
background-color:#f37719;
}

#header_pc h1{
text-align: center;
}

#header_pc{display: block;}
#header_sp{display: none;}


/* CTA */
.cta{
background-image: url("../images/cta_back.jpg");
background-repeat: no-repeat;
background-position: center top;
padding: 30px 0 50px;
background-color:#f37719;
}

.cta2{
padding: 30px 0 0px;
}

.cta_input{
margin: 0 auto;
text-align: center;
}

.submit{
	margin:0px auto;
	width: 80%;
}
.submit img{
width: 100%;
}

/* プレゼント */
.present{
background-image: url("../images/present_back.jpg");
background-repeat: no-repeat;
background-position: center top;
padding: 80px 0 80px;
}

.present h2{
text-align: center;
margin: 0 auto 30px;
}

.present h3{
text-align: center;
}

/* ////ch1//// */
.ch1{
background-image: url("../images/ch1_back.jpg");
background-repeat: repeat-y;
background-position: center top;
background-color:#f37719;
padding: 60px 0 60px;
}

.ch1_box{
padding: 60px 50px 60px;
background-color: #fff;
border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
}

.ch1 h2{
margin: 0 auto 50px;
text-align: center;
}
.ch1 h2 img{
width: 70%;
margin: 0 auto;
}

.ch1_img{
text-align: center;
margin: 0 auto 30px;
}
.ch1_img img{
}

.ch1 li{
background-image: url("../images/icon1.png");
background-repeat: no-repeat;
background-position: left 1px;
background-size: 25px auto;
padding: 0 0 0 35px;
margin: 0 0 10px;
font-size: 20px;
line-height: 28px;
}

/* ////ch2//// */
.ch2{
background-color:#fff7e7;
padding: 80px 0 80px;
}

.ch2_box{
padding: 0px 50px 0px;
}

.ch2 h2{
text-align: center;
margin: 0 auto 50px;
}

.dot{
border-bottom: 2px dotted #111;
padding: 0 0 15px;
margin: 15px 0 0;
}

.title1{
color: #fff;
display: inline-block;
font-size: 26px;
line-height: 130%;
text-align: center;
width: 200px;
padding: 10px;
margin: 0 20px 0 0;
background: rgb(245,133,27); /* Old browsers */
background: -moz-linear-gradient(left, rgba(245,133,27,1) 0%, rgba(249,164,32,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(245,133,27,1) 0%,rgba(249,164,32,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(245,133,27,1) 0%,rgba(249,164,32,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5851b', endColorstr='#f9a420',GradientType=1 ); /* IE6-9 */

border-radius: 80px;
-webkit-border-radius: 80px;
-moz-border-radius: 80px;
}

.title2{
color: #fff;
display: inline-block;
font-size: 26px;
line-height: 130%;
text-align: center;
width: 200px;
padding: 10px;
margin: 0 20px 0 0;
background: rgb(33,45,127); /* Old browsers */
background: -moz-linear-gradient(left, rgba(33,45,127,1) 0%, rgba(83,98,195,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(33,45,127,1) 0%,rgba(83,98,195,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(33,45,127,1) 0%,rgba(83,98,195,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212d7f', endColorstr='#5362c3',GradientType=1 ); /* IE6-9 */

border-radius: 80px;
-webkit-border-radius: 80px;
-moz-border-radius: 80px;
}

.naiyou{
display: inline-block;
font-size: 26px;
line-height: 130%;
font-weight: bold;
}

.tyousei{
padding: 70px 0 0;
}

.ch2 h4{
margin: 10px auto 0px;
font-size: 26px;
line-height: 160%;
color: #f5861b;
}

/* ////ch3//// */
.ch3{
background-image: url("../images/ch1_back.jpg");
background-repeat: repeat-y;
background-position: center top;
background-color:#f37719;
padding: 80px 0 80px;
}

.ch3 h2{
margin: 0 auto 50px;
text-align: center;
}
.ch3 h2 img{
width: 30%;
margin: 0 auto;
}

.ch3_box{
padding: 0px 50px 50px;
background-color: #fff;
border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
margin: 30px auto;
}

.ch3_in{
padding:30px 0 30px;
border-bottom: 2px dotted #111;
}

.ch3_in:last-child{
padding: 30px 0 0px;
border-bottom: none;
}

.ch3 h4{
margin: 0 auto 30px;
text-align: center;
color: #fff;
font-size: 26px;
line-height: 130%;
padding: 7px 10px;
width: 20%;
display: inline-block;

background: rgb(33,45,127); /* Old browsers */
background: -moz-linear-gradient(left, rgba(33,45,127,1) 0%, rgba(83,98,195,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(33,45,127,1) 0%,rgba(83,98,195,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(33,45,127,1) 0%,rgba(83,98,195,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212d7f', endColorstr='#5362c3',GradientType=1 ); /* IE6-9 */

border-radius: 0px 0px 10px 10px;
}

.photo{
float: left;
width: 38%;
}
.photo img{
width: 100%;
box-shadow: 0px 4px 11px -5px rgba(0,0,0,0.2);
}

.book{
text-align: center;
width: 50%;
margin: 20px auto 0;
}
.book img{
width: 100%;
}

.prof{
float: right;
width: 57%;
font-size: 18px;
line-height: 180%;
}

.ch3 h5{
font-size: 28px;
line-height: 160%;
letter-spacing: 0.05em;
}
.ch3 h5 span{
font-size: 0.7em;
padding: 0 0 0 5px;
}

.ch3 h6{
font-size: 18px;
line-height: 120%;
color: #4859cb;
margin: 0 0 30px;
}

/* ////ch4//// */
.ch4{
background-color:#fff7e7;
padding: 80px 0 80px;
}

.ch4 h2{
text-align: center;
margin: 0 auto 50px;
}


/* footer */
footer{
    background-color: #212d7f;
	padding:20px 0px 20px;
	width:100%;
}

.footer_inner{
width: 980px;
margin: 0 auto;
}

.copy{
text-align: center;
font-size: 1.2rem;
margin: 0px 0 0;
padding: 0px 0;
color: #fff;
}

footer a,
footer a:link,
footer a:visited {
	color: #fff;
	text-decoration: none;
}

footer a:hover,
footer a:active {
	color: #fff;
	text-decoration:underline;
}


/*ここからタブレット用（600px～1054px）環境の設定
---------------------------------------------------------------------------*/
@media (min-width:600px) and (max-width:1054px){
body { font-size: 1.8rem;
	line-height: 1.7;
background-image:none;}

/* イメージ */
.img_c img{width:100%;}
.img_c2 img{width:90%; margin: 20px auto;}


/* 共通 */
#wrapper{
width: 100%;
margin: 0 auto;
background-color: #ffffff;
}

.inner{
	width:92%;
	margin:0 auto;
}

.inner2{
	width:92%;
	margin:0 auto;
}

.banner_pc{display: none;}
.banner_sp{display: block;}

.pcbr {display:inline;}
.spbr {display:none;}

/* ヘッダー */
#header_sp{
width:100%;
margin: 0 auto;
background-image: none;
background-repeat: no-repeat;
background-position: center top;
}

#header_sp h1{
text-align: center;
}
#header_sp h1 img{width: 100%;}

#header_pc{display: none;}
#header_sp{display: block;}


/* CTA */
.cta{
background-image: url("../images/cta_back_sp.jpg");
background-repeat: no-repeat;
background-position: center top;
background-size: 100% auto;
padding: 0px 0 50px;
}

.cta_input{
margin: 0 auto;
text-align: center;
}

.submit{
	margin:0px auto;
	width: 90%;
}
.submit img{
width: 100%;
}

/* プレゼント */
.present{
background-image: url("../images/present_back.jpg");
background-repeat: repeat-y;
background-position: center top;
background-size: 120% auto;
padding: 50px 0 50px;
}

.present h2{
text-align: center;
margin: 0 auto 20px;
}
.present h2 img{
width: 90%;
margin: 0 auto;
}

.present h3{
text-align: center;
}
.present h3 img{
width: 100%;
margin: 0 auto;
}

/* ////ch1//// */
.ch1{
background-image: url("../images/ch1_back.jpg");
background-repeat: repeat-y;
background-position: center top;
background-color:#f37719;
padding: 40px 0 40px;
}

.ch1_box{
padding: 40px 25px 40px;
background-color: #fff;
border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
}

.ch1 h2{
margin: 0 auto 50px;
text-align: center;
}
.ch1 h2 img{
width: 80%;
margin: 0 auto;
}

.ch1_img{
width: 100%;
margin: 0 auto 30px;
}
.ch1_img img{
width: 100%;
}

.ch1 li{
background-image: url("../images/icon1.png");
background-repeat: no-repeat;
background-position: left 3px;
background-size: 20px auto;
padding: 0 0 0 30px;
margin: 0 0 10px;
font-size: 18px;
line-height: 26px;
}

/* ////ch2//// */
.ch2{
background-color:#fff7e7;
padding: 50px 0 50px;
}

.ch2_box{
padding: 0px 0px 0px;
}

.ch2 h2{
text-align: center;
margin: 0 auto 40px;
}
.ch2 h2 img{
width: 40%;
margin: 0 auto;
}

.dot{
border-bottom: 2px dotted #111;
padding: 0 0 15px;
margin: 15px 0 0;
}

.title1{
color: #fff;
display: inline-block;
font-size: 20px;
line-height: 130%;
text-align: center;
width: 20%;
padding: 7px 10px;
margin: 0 10px 0 0;
background: rgb(245,133,27); /* Old browsers */
background: -moz-linear-gradient(left, rgba(245,133,27,1) 0%, rgba(249,164,32,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(245,133,27,1) 0%,rgba(249,164,32,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(245,133,27,1) 0%,rgba(249,164,32,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5851b', endColorstr='#f9a420',GradientType=1 ); /* IE6-9 */

border-radius: 80px;
-webkit-border-radius: 80px;
-moz-border-radius: 80px;
}

.title2{
color: #fff;
display: inline-block;
font-size: 20px;
line-height: 130%;
text-align: center;
width: 20%;
padding: 7px 10px;
margin: 0 10px 0 0;
background: rgb(33,45,127); /* Old browsers */
background: -moz-linear-gradient(left, rgba(33,45,127,1) 0%, rgba(83,98,195,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(33,45,127,1) 0%,rgba(83,98,195,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(33,45,127,1) 0%,rgba(83,98,195,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212d7f', endColorstr='#5362c3',GradientType=1 ); /* IE6-9 */

border-radius: 80px;
-webkit-border-radius: 80px;
-moz-border-radius: 80px;
}

.naiyou{
display: inline-block;
font-size: 20px;
line-height: 130%;
font-weight: bold;
}

.tyousei{
padding: 70px 0 0;
}

.ch2 h4{
margin: 5px auto 0px;
font-size: 22px;
line-height: 160%;
color: #f5861b;
}

/* ////ch3//// */
.ch3{
background-image: url("../images/ch1_back.jpg");
background-repeat: repeat-y;
background-position: center top;
background-color:#f37719;
padding: 40px 0 40px;
}

.ch3 h2{
margin: 0 auto 30px;
text-align: center;
}
.ch3 h2 img{
width: 40%;
margin: 0 auto;
}

.ch3_box{
padding: 0px 20px 20px;
background-color: #fff;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
margin: 20px auto;
}

.ch3_in{
padding:20px 0 20px;
border-bottom: 2px dotted #111;
}

.ch3_in:last-child{
padding: 20px 0 0px;
border-bottom: none;
}

.ch3 h4{
margin: 0 auto 20px;
text-align: center;
color: #fff;
font-size: 20px;
line-height: 130%;
padding: 7px 10px;
width: 40%;
display: inline-block;

background: rgb(33,45,127); /* Old browsers */
background: -moz-linear-gradient(left, rgba(33,45,127,1) 0%, rgba(83,98,195,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(33,45,127,1) 0%,rgba(83,98,195,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(33,45,127,1) 0%,rgba(83,98,195,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212d7f', endColorstr='#5362c3',GradientType=1 ); /* IE6-9 */

border-radius: 0px 0px 10px 10px;
}

.photo{
float: none;
width: 45%;
margin: 0 auto 10px;
}
.photo img{
width: 100%;
box-shadow: 0px 4px 11px -5px rgba(0,0,0,0.2);
}

.book{
text-align: center;
width: 30%;
margin: 10px auto 5px;
}
.book img{
width: 100%;
}

.prof{
float: none;
width: 100%;
margin: 0 auto;
font-size: 16px;
line-height: 180%;
}

.ch3 h5{
font-size: 22px;
line-height: 160%;
letter-spacing: 0.05em;
text-align: center;
}
.ch3 h5 span{
font-size: 0.7em;
padding: 0 0 0 5px;
}

.ch3 h6{
font-size: 16px;
line-height: 120%;
color: #4859cb;
margin: 0 0 20px;
text-align: center;
}

/* ////ch4//// */
.ch4{
background-color:#fff7e7;
padding: 40px 0 40px;
}

.ch4 h2{
text-align: center;
margin: 0 auto 30px;
}
.ch4 h2 img{
width: 40%;
margin: 0 auto;
}


/* footer */
footer{
    background-color: #212d7f;
	padding:10px 0px;
	width:100%;
}

.footer_inner{
width: 92%;
margin: 0 auto;
}

.copy{
text-align: center;
font-size: 1.1rem;
line-height: 130%;
margin: 0px 0 0;
padding: 0px;
color: #fff;
}

footer a,
footer a:link,
footer a:visited {
	color: #fff;
	text-decoration: none;
}

footer a:hover,
footer a:active {
	color: #fff;
	text-decoration:underline;
}

}

/*ここからスマートフォン用（599px以下）環境の設定
---------------------------------------------------------------------------*/
@media only screen and (max-width:599px){
body { font-size: 1.6rem; 
background-image:none;
line-height:1.7;
margin: 0 auto 0;}

/* イメージ */
.img_c img{width:100%;}
.img_c2 img{width:100%; margin: 20px auto;}

/* バナー */
.banner{}
.banner img:hover{opacity:1.0; filter: alpha(opacity=100);}

/* 共通 */
#wrapper{
width: 100%;
margin: 0 auto;
background-color: #ffffff;
}

.inner{
	width:92%;
	margin:0 auto;
}

.inner2{
	width:92%;
	margin:0 auto;
}

.banner_pc{display: none;}
.banner_sp{display: block;}

.pcbr {display:none;}
.spbr {display:inline;}

/* ヘッダー */
#header_sp{
width:100%;
margin: 0 auto;
background-image: none;
background-repeat: no-repeat;
background-position: center top;
}

#header_sp h1{
text-align: center;
}
#header_sp h1 img{width: 100%;}

#header_pc{display: none;}
#header_sp{display: block;}

/* CTA */
.cta{
background-image: url("../images/cta_back_sp.jpg");
background-repeat: no-repeat;
background-position: center top;
background-size: 100% auto;
padding: 0px 0 50px;
}

.cta2{
padding: 10px 0 10px;
}

.cta_input{
margin: 0 auto;
text-align: center;
}

.submit{
	margin:0px auto;
	width: 100%;
}
.submit img{
width: 100%;
}

/* プレゼント */
.present{
background-image: url("../images/present_back.jpg");
background-repeat: repeat-y;
background-position: center top;
background-size: 120% auto;
padding: 30px 0 40px;
}

.present h2{
text-align: center;
margin: 0 auto 20px;
}
.present h2 img{
width: 100%;
margin: 0 auto;
}

.present h3{
text-align: center;
}
.present h3 img{
width: 100%;
margin: 0 auto;
}

/* ////ch1//// */
.ch1{
background-image: url("../images/ch1_back.jpg");
background-repeat: repeat-y;
background-position: center top;
background-color:#f37719;
background-size: 120% auto;
padding: 30px 0 30px;
}

.ch1_box{
padding: 30px 15px 20px;
background-color: #fff;
border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
}

.ch1 h2{
margin: 0 auto 40px;
text-align: center;
}
.ch1 h2 img{
width: 90%;
margin: 0 auto;
}

.ch1_img{
width: 100%;
margin: 0 auto 20px;
}
.ch1_img img{
width: 100%;
}

.ch1 li{
background-image: url("../images/icon1.png");
background-repeat: no-repeat;
background-position: left 5px;
background-size: 15px auto;
padding: 0 0 0 20px;
margin: 0 0 10px;
font-size: 16px;
line-height: 24px;
}

/* ////ch2//// */
.ch2{
background-color:#fff7e7;
padding: 40px 0 40px;
}

.ch2_box{
padding: 0px 0px 10px;
}

.ch2 h2{
text-align: center;
margin: 0 auto 20px;
}
.ch2 h2 img{
width: 45%;
margin: 0 auto;
}

.dot{
border-bottom: 2px dotted #111;
padding: 0 0 15px;
margin: 15px 0 0;
font-size: 14px;
}

.title1{
color: #fff;
display: inline-block;
font-size: 15px;
line-height: 130%;
text-align: center;
width: 20%;
padding: 5px 10px;
margin: 0 7px 0 0;
background: rgb(245,133,27); /* Old browsers */
background: -moz-linear-gradient(left, rgba(245,133,27,1) 0%, rgba(249,164,32,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(245,133,27,1) 0%,rgba(249,164,32,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(245,133,27,1) 0%,rgba(249,164,32,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5851b', endColorstr='#f9a420',GradientType=1 ); /* IE6-9 */

border-radius: 80px;
-webkit-border-radius: 80px;
-moz-border-radius: 80px;
}

.title2{
color: #fff;
display: inline-block;
font-size: 15px;
line-height: 130%;
text-align: center;
width: 20%;
padding: 5px 10px;
margin: 0 7px 0 0;
background: rgb(33,45,127); /* Old browsers */
background: -moz-linear-gradient(left, rgba(33,45,127,1) 0%, rgba(83,98,195,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(33,45,127,1) 0%,rgba(83,98,195,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(33,45,127,1) 0%,rgba(83,98,195,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212d7f', endColorstr='#5362c3',GradientType=1 ); /* IE6-9 */

border-radius: 80px;
-webkit-border-radius: 80px;
-moz-border-radius: 80px;
}

.naiyou{
display: inline-block;
font-size: 18px;
line-height: 130%;
font-weight: bold;
}

.tyousei{
padding: 40px 0 0;
}

.ch2 h4{
margin: 5px auto 0px;
font-size: 18px;
line-height: 160%;
color: #f5861b;
}

/* ////ch3//// */
.ch3{
background-image: url("../images/ch1_back.jpg");
background-repeat: repeat-y;
background-position: center top;
background-color:#f37719;
background-size: 120% auto;
padding: 40px 0 30px;
}

.ch3 h2{
margin: 0 auto 30px;
text-align: center;
}
.ch3 h2 img{
width: 40%;
margin: 0 auto;
}

.ch3_box{
padding: 0px 20px 20px;
background-color: #fff;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
margin: 20px auto;
}

.ch3_in{
padding:15px 0 15px;
border-bottom: 2px dotted #111;
}

.ch3_in:last-child{
padding: 20px 0 0px;
border-bottom: none;
}

.ch3 h4{
margin: 0 auto 20px;
text-align: center;
color: #fff;
font-size: 16px;
line-height: 130%;
padding: 7px 10px;
width: 40%;
display: inline-block;

background: rgb(33,45,127); /* Old browsers */
background: -moz-linear-gradient(left, rgba(33,45,127,1) 0%, rgba(83,98,195,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(33,45,127,1) 0%,rgba(83,98,195,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(33,45,127,1) 0%,rgba(83,98,195,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212d7f', endColorstr='#5362c3',GradientType=1 ); /* IE6-9 */

border-radius: 0px 0px 10px 10px;
}

.photo{
float: none;
width: 55%;
margin: 0 auto 10px;
}
.photo img{
width: 100%;
box-shadow: 0px 4px 11px -5px rgba(0,0,0,0.2);
}

.book{
text-align: center;
width: 40%;
margin: 10px auto 5px;
}
.book img{
width: 100%;
}

.prof{
float: none;
width: 100%;
margin: 0 auto;
font-size: 14px;
line-height: 180%;
}

.ch3 h5{
font-size: 18px;
line-height: 160%;
letter-spacing: 0.05em;
text-align: center;
}
.ch3 h5 span{
font-size: 0.7em;
padding: 0 0 0 5px;
}

.ch3 h6{
font-size: 14px;
line-height: 120%;
color: #4859cb;
margin: 0 0 20px;
text-align: center;
}

/* ////ch4//// */
.ch4{
background-color:#fff7e7;
padding: 40px 0 40px;
}

.ch4 h2{
text-align: center;
margin: 0 auto 30px;
}
.ch4 h2 img{
width: 48%;
margin: 0 auto;
}





/* footer */
footer{
    background-color: #212d7f;
	padding:10px 0px;
	width:100%;
}

.footer_inner{
width: 92%;
margin: 0 auto;
}

.copy{
text-align: center;
font-size: 1.1rem;
line-height: 130%;
margin: 0px 0 0;
padding: 0px 0px;
color: #fff;
}

footer a,
footer a:link,
footer a:visited {
	color: #fff;
	text-decoration: none;
}

footer a:hover,
footer a:active {
	color: #fff;
	text-decoration:underline;
}


}


/*************************************************************
【marginの設定】
*************************************************************/
.m0{margin:0 !important}
.mt0{margin-top:0 !important}
.mr0{margin-right:0 !important}
.mb0{margin-bottom:0 !important}
.ml0{margin-left:0 !important}

.m5{margin:5px !important}
.mt5{margin-top:5px !important}
.mr5{margin-right:5px !important}
.mb5{margin-bottom:5px !important}
.ml5{margin-left:5px !important}

.m10{margin:10px !important}
.mt10{margin-top:10px !important}
.mr10{margin-right:10px !important}
.mb10{margin-bottom:10px !important}
.ml10{margin-left:10px !important}

.m15{margin:15px !important}
.mt15{margin-top:15px !important}
.mr15{margin-right:15px !important}
.mb15{margin-bottom:15px !important}
.ml15{margin-left:15px !important}

.m20{margin:20px !important}
.mt20{margin-top:20px !important}
.mr20{margin-right:20px !important}
.mb20{margin-bottom:20px !important}
.ml20{margin-left:20px !important}

.m25{margin:25px !important}
.mt25{margin-top:25px !important}
.mr25{margin-right:25px !important}
.mb25{margin-bottom:25px !important}
.ml25{margin-left:25px !important}

.m30{margin:30px !important}
.mt30{margin-top:30px !important}
.mr30{margin-right:30px !important}
.mb30{margin-bottom:30px !important}
.ml30{margin-left:30px !important}

.m35{margin:35px !important}
.mt35{margin-top:35px !important}
.mr35{margin-right:35px !important}
.mb35{margin-bottom:35px !important}
.ml35{margin-left:35px !important}

.m40{margin:40px !important}
.mt40{margin-top:40px !important}
.mr40{margin-right:40px !important}
.mb40{margin-bottom:40px !important}
.ml40{margin-left:40px !important}

.m45{margin:45px !important}
.mt45{margin-top:45px !important}
.mr45{margin-right:45px !important}
.mb45{margin-bottom:45px !important}
.ml45{margin-left:45px !important}

.m50{margin:50px !important}
.mt50{margin-top:50px !important}
.mr50{margin-right:50px !important}
.mb50{margin-bottom:50px !important}
.ml50{margin-left:50px !important}

.m55{margin:55px !important}
.mt55{margin-top:55px !important}
.mr55{margin-right:55px !important}
.mb55{margin-bottom:55px !important}

.ml55{margin-left:55px !important}
.m60{margin:60px !important}
.mt60{margin-top:60px !important}
.mr60{margin-right:60px !important}
.mb60{margin-bottom:60px !important}
.ml60{margin-left:60px !important}

.m65{margin:65px !important}
.mt65{margin-top:65px !important}
.mr65{margin-right:65px !important}
.mb65{margin-bottom:65px !important}
.ml65{margin-left:65px !important}

.m70{margin:70px !important}
.mr70{margin-right:70px !important}
.mb70{margin-bottom:70px !important}
.ml70{margin-left:70px !important}

.m75{margin:75px !important}
.mt75{margin-top:75px !important}
.mr75{margin-right:75px !important}
.mb75{margin-bottom:75px !important}
.ml75{margin-left:75px !important}

.m80{margin:80px !important}
.mt80{margin-top:80px !important}
.mr80{margin-right:80px !important}
.mb80{margin-bottom:80px !important}
.ml80{margin-left:80px !important}


.mlrb30{margin:10px 30px 30px !important}
.ml90{margin-left:90px !important}

/**************************************************************
【paddingの設定】
**************************************************************/
.p0{padding:0 !important}		
.pt0{padding-top:0 !important}	
.pr0{padding-right:0 !important}
.pb0{padding-bottom:0 !important}
.pl0{padding-left:0 !important}	

.p5{padding:5px !important}
.pt5{padding-top:5px !important}
.pr5{padding-right:5px !important}
.pb5{padding-bottom:5px !important}
.pl5{padding-left:5px !important}

.p10{padding:10px !important}
.pt10{padding-top:10px !important}
.pr10{padding-right:10px !important}
.pb10{padding-bottom:10px !important}
.pl10{padding-left:10px !important}

.p20{padding:20px !important}
.pt20{padding-top:20px !important}
.pr20{padding-right:20px !important}
.pb20{padding-bottom:20px !important}
.pl20{padding-left:20px !important}

.p30{padding:30px !important}

.p4050{padding:40px 50px !important}

.pb30{padding-bottom:30px !important}
.pb40{padding-bottom:40px !important}
.pb50{padding-bottom:50px !important}
.pb80{padding-bottom:80px !important}

/**************************************************************
【widthの設定】
**************************************************************/
.w50{width:50px;}
.w100{width:100px;}
.w130{width:130px;}
.w180{width:180px;}
.w200{width:200px;}
.w220{width:220px;}
.w250{width:250px;}
.w350{width:350px;}
.w400{width:400px;}
.w450{width:450px;}
.w500{width:500px;}
.w600{width:600px;}
.w700{width:700px;}
.w710{width:710px;}
.w876{width:876px;}

/**************************************************************
【heightの設定】
**************************************************************/
.h10{height:10px;}
.h30{height:30px;}
.h100{height:100px;}
.h200{height:200px;}


/**************************************************************
【配置設定】
**************************************************************/
.center{text-align:center;}
.left{text-align:left;}
.right{text-align:right;}

.f_left{float:left;}
.f_right{float:right;}

/**************************************************************
【文字装飾】
**************************************************************/
.red1{color:#FF0000;}/*明るい赤 */
.red2{color:#b00000;}/*暗い赤 */
.red1_b{color:#F00;font-weight:bold;}/*太字・明るい赤 */
.red2_b{color:#d13938;font-weight:bold;}/*太字・暗い赤 */
.blue{color:#00F;}/*青 */
.bl{color:#1a7ca7;}/*青 */
.or{color:#ff8a00;}/*オレンジ */
.or2{color:#ff6c00;}/*オレンジ2 */
.blk{color:#000;}/*黒 */
.gr{color:#999;}/*グレー */
.grn{color:#50A810;}/*みどり */
.pk{color:#FE48DA;}/*ピンク */
.gld{color:#d5b876;}/*ゴールド */
.pp{color:#8A37BC;}/*むらさき */
.underline{text-decoration:underline;}/*アンダーライン */
strong{font-weight:bold;}/*太字 */
.bg_y{
    background-color:#F6BD15;
    padding:0px 5px 0px;}
.bg_k{
	background-color: #F8FF12;
	padding: 0px 5px 0px;}


.font0_5{font-size:0.5em;}
.font0_6{font-size:0.6em;}
.font0_7{font-size:0.7em;}
.font0_8{font-size:0.8em;}
.font0_9{font-size:0.9em;}
.font1{font-size:1em;}
.font1_1{font-size:1.1em;}
.font1_2{font-size:1.2em;}
.font1_3{font-size:1.3em;}
.font1_4{font-size:1.4em;}
.font1_5{font-size:1.5em;}
.font1_6{font-size:1.6em;}
.font1_7{font-size:1.7em;}
.font1_8{font-size:1.8em;}
.font1_9{font-size:1.9em;}
.font2{font-size:2em;}

.lh160{
line-height: 160%;
}

.font_M {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}


/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/*Q&A */
.qa{
font-size: 20px;
line-height: 36px;
}
.qa-list dl {
    position: relative;
    margin: 20px 0 0;
    cursor: pointer;
}
.qa-list dl:first-child {
  margin-top: 0;
}
.qa-list dl::after {
    position: absolute;
    top: 30px;
    right: 26px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}
.qa-list .open::after {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 20px 20px 20px 60px;
    font-weight: bold;
    background: #fff;
}
.qa-list dl dt::before {
    font-size: 30px;
    line-height: 36px;
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
    content: 'Q.';
    color: #f68d1d;
}
.qa-list dl dd::before {
    font-size: 30px;
    line-height: 1;
    position: absolute;
    left: 20px;
    display: block;
    content: 'A.';
    font-weight: bold;
    color: #47a81c;
}
.qa-list dl dd {
    position: relative;
    margin: 0;
    padding: 20px 20px 20px 60px;
    background: #fff;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}

@media (min-width:600px) and (max-width:1024px){
.qa{
font-size: 18px;
line-height: 28px;
}

 .qa-list dl {
    margin: 10px 0 0;
    line-height: 160%;
}
.qa-list dl:after {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
}
.qa-list dl dt {
    padding: 10px 40px 10px 45px;
    font-size: 18px;
}
.qa-list dl dt::before {
    font-size: 14px;
    top: 12px;
    left: 20px;
}
.qa-list dl dt::before {
    font-size: 18px;
    line-height: 28px;
    position: absolute;
    top: 10px;
    left: 20px;
    display: block;
    content: 'Q.';
    color: #f68d1d;
}
.qa-list dl dd::before {
    font-size: 18px;
    line-height: 1;
    position: absolute;
    left: 20px;
    display: block;
    content: 'A.';
    font-weight: bold;
    color: #47a81c;
}
.qa-list dl dd {
    margin: 0;
    padding: 10px 10px 10px 45px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}
}

@media only screen and (max-width:599px){
.qa{
font-size: 14px;
line-height: 24px;
}

 .qa-list dl {
    margin: 10px 0 0;
    line-height: 160%;
}


.qa-list dl:after {
    top: 15px;
    right: 20px;
    width: 7px;
    height: 7px;
}
.qa-list dl dt {
    padding: 10px 40px 10px 35px;
    font-size: 14px;
}
.qa-list dl dt::before {
    font-size: 14px;
    top: 12px;
    left: 20px;
}

.qa-list dl dt::before {
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    top: 10px;
    left: 10px;
    display: block;
    content: 'Q.';
    color: #f68d1d;
}
.qa-list dl dd::before {
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    left: 10px;
    display: block;
    content: 'A.';
    font-weight: bold;
    color: #47a81c;
}

.qa-list dl dd {
    margin: 0;
    padding: 10px 10px 10px 35px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}
}