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

*{
    box-sizing: border-box;
}

body{
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

.mb10{
    margin-bottom: 10px !important;
}
.mb20{
    margin-bottom: 20px !important;
}
.mb30{
    margin-bottom: 30px !important;
}
.mb40{
    margin-bottom: 40px !important;
}
.mb50{
    margin-bottom: 50px !important;
}
.mb60{
    margin-bottom: 60px !important;
}
.mb70{
    margin-bottom: 70px !important;
}
.mb80{
    margin-bottom: 80px !important;
}
.mb90{
    margin-bottom: 90px !important;
}
.mb100{
    margin-bottom:100px !important;
}

strong{
    font-weight: bold;
    color:#fb0c22;
}

.bg-y{
    background: #fffbca;
}

b{
    font-weight: bold;
    text-decoration: underline;
}

.txt_red{
    font-weight: bold;
	color:#f00;	
}

section{
	margin:0 auto;
	overflow:hidden;
    font-size: 18px;
    line-height: 1.6;
}

img{
	max-width:100%;
	height:auto;	
}

img.f-left{
	width:420px;
	float:left;
}

img.f-right{
	width:420px;
	float:right;	
}

div.f-left{
	width:500px;
	float:left;
}

div.f-right{
	width:500px;
	float:right;
}

.btn{
    clear:both;
	width:80%;
	margin:0 auto;
}

.btn a{
    display: block;
	max-width:600px;
	padding:15px 20px;
	background: #efc413;
    font-size:20px;
	color:#000;
	font-weight:bold;
	text-align:center;
	margin:0 auto;
	border-radius:10px;
    text-decoration: none;
    border: 1px solid #9a7023;
}

.btn a:hover{
    opacity: 0.5;
}


/*タイトル*/
.sec01{
    text-align: center;
    padding-top:80px;
}

.sec01 h1{
    font-size:28px;
}

.sec01 p{
    font-size:36px;
    line-height: 1.5;
    letter-spacing: 1px;
    font-weight: bold;
}

.sec02 {
	max-width:920px;
	text-align:center;
}

.sec02 h2{
    border-top:1px solid #fb0c22;
    border-bottom:1px solid #fb0c22;
    padding: 25px 0;
    font-size:24px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 2px;
    color:#fb0c22;
}

.sec02 img.f-left{
	width:490px;
	float:left;
}

.sec02 div.f-right{
    padding-top:20px;
	width:400px;
	float:right;
}

.sec3{
	margin:0 auto;
	overflow:hidden;
	text-align:center;
}

.sec3 h2{
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 2px;
}

.sec3 h2 .small{
    font-size: 18px;
}

.sec3 p{
	text-align:left;
	max-width:840px;
    margin: 0 auto;
}


.sec-set{
    max-width:960px;
    margin: 0 auto;
}

.sec-set h3{
    padding-top: 0px;
    font-size:24px;
    font-weight: bold;
}

.sec-set h3 .small{
    font-size:18px;   
}

.sec-set p{
    font-size:16px;
}


.gps-shindan{
    max-width:990px;
    margin: 0 auto;
    padding-bottom:50px;
    border-bottom: 1px solid #000;
}

.sec04{
    max-width:800px;
    text-align: center;
}

.sec05 h3{
    font-size:30px;
    font-weight: bold;
}

.sec05 h3.bg-b{
	font-size:24px;
	font-weight:bold;
	color:#fff;
	background:#2e3183;
	padding:10px 20px 7px;
}


.sec05 .check{
	margin-left:20px;
	text-align:left;
	background:#fff;
}

.sec05 .check li{
	font-size:18px;
	font-weight:bold;
	color:#231815;
	background:url(../images/icon_check.jpg) 10px 4px no-repeat;
	margin-top:10px;
	padding-left:34px;
}

.sec05 .check li:first-child{
	margin-top:0;	
}

.sec05{
    max-width:990px;
    margin: 0 auto; 
}

.sec05 p{
    margin-left:20px;
}

.sec05 .tool{
    margin-left:20px; 
    max-width: 700px;
    overflow: hidden;
}

.sec05 .tool li{
    font-size:20px;
    font-weight: bold;
    color:#2e3184;
    width: 300px;
    float: left;
    margin-bottom:10px;
}

.sec06{
    max-width:990px;
    margin: 0 auto; 
}

.sec06 h3.bg-grad{
	font-size:24px;
	font-weight:bold;
	background-image: -moz-linear-gradient(top, #d8d8d8, #ffffff);
	background-image: -ms-linear-gradient(top, #d8d8d8, #ffffff);
	background-image: -o-linear-gradient(top, #d8d8d8, #ffffff);
	background-image: -webkit-linear-gradient(top, #d8d8d8, #ffffff);
	background-image: linear-gradient(top, #d8d8d8, #ffffff);
	padding:10px 20px;
	
}

.sec06 .step{
	font-size:16px;
	font-weight:bold;
	color:#fff;
	background-image: -moz-linear-gradient(top, #727272, #353535);
	background-image: -ms-linear-gradient(top, #727272, #353535);
	background-image: -o-linear-gradient(top, #727272, #353535);
	background-image: -webkit-linear-gradient(top, #727272, #353535);
	background-image: linear-gradient(top, #727272, #353535);
	padding:15px 20px 13px;
}

.sec06 .step .box{
	display:inline-block;
	padding:3px 20px 1px;
	margin-right:10px;
	background:#fff;
	color:#000;
	font-size:14px;
	border-radius:2px;
	position:relative;
	top:-1px;
}

.sec06 p{
    margin-left:20px;
}

.sec06 p.btn{
    margin-left:auto;
}


.img-box .letter .check.no li{
	background:url(../images/icon_nocheck.jpg) 10px 4px no-repeat;
}

.img-box .mmp{
	border:1px solid #ccc;
	text-align:center;
	padding-bottom:30px;
	font-size:16px;
	max-width:810px;
	margin:0 auto 50px;
    background: #fff;
}

.img-box .mmp .inner{
	background:#2e3189;
	padding:30px 20px 20px;
	color:#fff;
	margin-bottom:30px;
}

.img-box .mmp .inner .tokuten{
	background:#fff;
	color:#2e3189;
	width:210px;
	font-weight:bold;
	padding-top:2px;
	margin:0 auto 5px;
}

.img-box .mmp .inner h3{
	font-size:30px;
	font-weight:bold;
	text-align:center;
	margin:0 10% 10px;
	line-height:1.4;
}

.img-box .mmp .inner h3 .small{
	font-size:18px;
}

.img-box .mmp .inner+p{
	display:inline;
	font-size:22px;
	font-weight:bold;
	margin-bottom:10px;
    background: #fffbca;
}

.img-box .mmp .inner+p .big{
	color:#f00;
}

.img-box .mmp .inner+p+p strong{
	font-size:18px;
}

.img-box .mmp .inner+p+p{
	margin:20px auto;
	font-weight:bold;
}
	
.img-box .mmp ul{
	width:460px;
	margin:0 auto;
	padding-left:20px;
}

.img-box .mmp ul li{
	position:relative;
	text-align:left;
	margin-bottom:10px;
	font-weight:bold;
}

.img-box .mmp ul li::before{
	content:"● ";
	position:absolute;
	top:2px;
	left:-20px;
}

.img-box{
    width:990px;
    margin: 0 auto;  
}

.sec-set h2{
    font-size:36px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
}

.sec-set h2 .small{
    font-size:20px;
}

.sec-set div p:first-child{
    padding-top: 0px;
}

.sec07{
    max-width:990px;
    margin: 0 auto; 
}

.sec07 h2{
    font-size:36px;
    font-weight: bold;
    text-align: center;
}

.sec07 .letter h3{
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
}

.sec07 .letter h4{
    width: 80%;
    margin: 0 10% 30px;
    color: #1c3759;
    font-size: 24px;
    line-height: 1.4;
    font-weight: bold;
	background:#eee;
	padding:16px 26px;	
}

.sec07 .letter ol{
    width: 80%;
    margin: 0 10% 25px;
}

.sec07 .letter ol li{
    font-size:20px;
	font-weight:bold;
}


.sec07 .letter hr{
    width: 80%;
	margin-bottom:40px;
}

.sec08{
    max-width:990px;
    margin: 0 auto; 
    border-top:1px solid #000;
    border-bottom:1px solid #000;
    padding: 40px 0;
    text-align: center;
}

.sec08 h3{
    font-size:30px;
    font-weight: bold;
    color:#fb0c22;
}

.sec08 h3+p,
.sec08 h3+p+p+p{
    font-size:20px;
    font-weight: bold; 
}

.sec09{
    max-width:990px;
    margin: 0 auto;     
}

.sec09 .inner{
	background:#1d375a;
	color:#fff;
	text-align:center;
	padding-top:35px;
}

.sec09 .inner h2{
    font-size:34px;
	font-weight:bold;
}

.sec09 .inner p{
	font-weight:bold;
    border-bottom: none;
    padding: 0 60px 35px;
}

.sec09 p{
    padding:30px 60px;
    border-bottom: 1px solid #000;
}

.sec09 p.btn{
    padding: 0;
    border-bottom: none;
}


.sec09 .b-grad{
	text-align:center;
	font-size:16px;
	background-image: -moz-linear-gradient(top, #ffffff, #d8d8d8);
	background-image: -ms-linear-gradient(top, #ffffff, #d8d8d8);
	background-image: -o-linear-gradient(top, #ffffff, #d8d8d8);
	background-image: -webkit-linear-gradient(top, #ffffff, #d8d8d8);
	background-image: linear-gradient(top, #ffffff, #d8d8d8);
}

.sec09 .b-grad h3{
	font-size:20px;
	font-weight:bold;
	padding:30px 20px 10px;
}

.sec09 .b-grad p{
	font-size:15px;
	padding:0px 20px 30px;
}

.sec10{
    max-width:990px;
    margin: 0 auto;     
}

.sec10 .name{
	position:absolute;
	bottom:40px;
	right:30px;
	width: 181px;
    margin: 0 10% 30px;
}

.sec10 h3{
    font-size:30px;
    font-weight: bold;  
    text-align: center;
}

.sec11{
    padding: 30px 140px;
    max-width: 990px;
    margin: 0 auto;
    border-top: 1px solid #000;
}

.sec11 h3{
    font-size: 24px;
    font-weight: bold;  
}

.sec11 li{
    margin-bottom: 10px;
}

.sec11 b{
    text-decoration: none;
    padding-left: 20px;
}

.form-sec{
    padding: 0 140px;
    max-width: 990px;
    margin: 0 auto;
}

.form-sec h3{
    font-size: 24px;
    font-weight: bold;  
}

.form{
    width:700px;
    margin: 0 auto;    
}

.form th,td{
    padding: 10px 20px;
}

.form th span{
    color:#fb0c22;
}

.form th p{
    position:relative;
    top:40px;
    left: 0px;
}

.form input{
    width: 340px;
    border-radius: 4px;
    background: #f8f8f8;
    border: 1px solid #c8c8c8;
    padding: 5px 10px;
}

.birthday input{
    width: 60px;
    margin-right: 5px;
}

.birthday input:first-child{
    width: 80px;
}

.form .form-btn{
    width:200px;
    border: 1px solid #9a7023;
    display: block;
	padding:10px 20px;
	background: #efc413;
    color:#000;
    cursor: pointer;
}

.form .form-btn:hover{
   opacity: 0.8; 
}

.mailmagazin{
    max-width: 990px;
    margin: 0 auto;
    padding: 30px;

    border-bottom:1px solid #000;
}

.mailmagazin .inline{
    border: 1px solid #ccc;
    padding: 20px;
    height:200px;
    overflow: scroll;
    font-size: 12px;
}

.mailmagazin .inline h1,
.mailmagazin .inline h2{
    font-weight: bold;
}

.ps{
    max-width: 990px;
    margin: 0 auto; 
}

.ps .letter h3{
	width: 80%;
    margin: 0 10% 30px;
    color: #1c3759;
    font-size: 24px;
    line-height: 1.4;
    font-weight: bold;
    background: #eee;
    padding: 14px 26px 12px;	
}

.faq{
    max-width:990px;
    margin: 0 auto;
    font-size: 16px;
}

.faq h2{
    background: #e8e8e8;
    padding: 15px 30px 12px;
    font-size: 20px;
    font-weight: bold;
}

.faq dt{
    padding: 20px 30px 10px 60px;
    position: relative;
    font-weight: bold;
}

.faq dt::before{
    content: "Q.";
    position:absolute;
    top: 19px;
    left: 30px;
}

.faq dd{
    padding: 0 30px 15px 60px;
    position: relative;
    border-bottom: 1px solid #ccc;
}

.faq dd::before{
    content: "A.";
    position:absolute;
    top: 0px;
    left: 30px;
}

.copy{
    text-align: center;
    font-size: 14px;
    padding-bottom: 30px;
}

/*送信完了メール*/
.thx{
    max-width: 990px;
    margin: 0 auto;
    text-align: center;
    padding: 80px;
}

.thx h1{
    font-size:24px;
    font-weight: bold;
    color: cornflowerblue;
}


/* レター設定
**************************************************************/

.letter{
	max-width:1000px;
	margin:0 auto;
	background:url(../images/bg_letter_top.jpg) top center no-repeat,url(../images/bg_letter_bottom.jpg) bottom center no-repeat,url(../images/bg_letter_mid.jpg) top center repeat-y;
	background-size:contain;
	padding:100px 20px 50px;
	box-sizing:border-box;
	color:#1c3759;
}

.letter.top{
	max-width:1000px;
	margin:0 auto;
	background:url(../images/bg_letter_top.png) top center no-repeat,url(../images/bg_letter_bottom.jpg) bottom center no-repeat,url(../images/bg_letter_mid.jpg) top center repeat-y;
	background-size:contain;
	padding:100px 20px 50px;
	box-sizing:border-box;
	color:#1c3759;
	position:relative;
}

.letter h3{
	font-size:28px;
	font-weight:bold;
	text-align:left;
	margin:0 10% 30px;
}

.letter>p{
	width:80%;
	margin:0 10% 30px;
	color:#1c3759;
	font-size:16px;
	line-height:1.8;
	font-weight:bold;
}

.letter strong{
	font-size:22px;
}

.letter .big{
	font-size:30px;
	font-weight:bold;	
	line-height:1.4;
}

.letter .bg-y{
	font-size:18px;
}

.letter .check{
	width:80%;
	margin:0 10% 30px;
	text-align:left;
	border:2px solid #ccc;
	background:#fff;
	padding:30px 30px;
}

.letter .check li{
	font-size:16px;
	font-weight:bold;
	color:#231815;
	background:url(../images/icon_check.jpg) 10px 4px no-repeat;
	margin-top:10px;
	padding-left:34px;
}

.letter .check li:first-child{
	margin-top:0;	
}





/* 富の「GPS」診断セッション
**************************************************************/

.session01{
	text-align:center;
	font-size:20px;
	font-weight:bold;
	border:6px solid #2e3183;
	padding:60px 20px 50px;
}

.session01 .f14{
	font-size:14px;
	margin:20px 0;
}

.session01 .f30{
	font-size:30px;
	color:#2e3183;
}

.session01 .f42{
	font-size:42px;
	margin-bottom:20px;
}


.session02,.session03{
	max-width:990px;
	border:2px solid #2e3183;
	padding:60px 20px 50px;	
	text-align:center;
}

.session02 h3,.session03 h3{
	font-size:30px;
	font-weight:bold;
	line-height:1.4;
}

.session03 h3 .big{
	font-size:40px;
	color:#2e3183;
}

.session02 .bg-b,.session03 .bg-b{
	font-size:18px;
	font-weight:bold;
	color:#fff;
	line-height:1.2;
}

.session02 .bg-b li,.session03 .bg-b li{
	background:#172a88;
	border-radius:10px;
	max-width:680px;
	margin:0 auto 10px;
	padding:20px 20px 16px;
}

.session02 .bg-b li .small,.session03 .bg-b li .small{
	display:block;
	font-size:12px;
}

.session03 .bg-b+.price{
	font-size:26px;	
	font-weight:bold;
}

.session03 .bg-b+.price .big{
	font-size:30px;	
	color:#f00;
}

.session03 .bg-b+.price .big strong{
	font-size:46px;	
}

.session03 .bg-b+.price+p{
	font-size:20px;	
	font-weight:bold;
}

.session02 .arrow{
	background:url(../images/bg_arrow.gif) no-repeat top center;
	padding-top:50px;
	font-weight:bold;
}

.session02 .sp,.session03 .sp{
	max-width:800px;
	margin:0 auto;
	border:4px solid #f00;
	padding-bottom:30px;
}

.session02 .sp h4,.session03 .sp h4{
	background:#f00;
	padding:10px 20px 8px;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	margin-bottom:28px;
}

.session02 .sp .ttl,.session03 .sp .ttl{
	font-size:30px;
	font-weight:bold;
	margin-bottom:15px;
}

.session02 .sp .ttl .small,.session03 .sp .ttl .small{
	font-size:16px;
	font-weight:bold;
	display:block;
}

.session02 .sp .price,.session03 .sp .price{
	font-size:22px;
	font-weight:bold;
	background: #fffbca;
	display: inline;
}

.session02 .sp .price .big,.session03 .sp .price .big{
	color:#f00;
	font-size:34px;
}




/*レスポンシブ*/
@media screen and (max-width:640px){

p{
	font-size:16px;
}

.mb20{
    margin-bottom: 10px !important;
}
.mb30{
    margin-bottom: 20px !important;
}
.mb40{
    margin-bottom: 30px !important;
}
.mb50{
    margin-bottom: 40px !important;
}
.mb60{
    margin-bottom: 40px !important;
}
.mb70{
    margin-bottom: 50px !important;
}
.mb80{
    margin-bottom: 50px !important;
}
.mb90{
    margin-bottom: 60px !important;
}
.mb100{
    margin-bottom: 60px !important;
}

img.f-left{
	width:100%;
	float:none;
	padding:0 10px;
	box-sizing:border-box;
}

img.f-right{
	width:100%;
	float:none;	
	padding:0 10px;
	box-sizing:border-box;

}

div.f-left{
	width:100%;
	float:none;
	padding:0 10px;
	box-sizing:border-box;

}

div.f-right{
	width:100%;
	float:none;
	padding:0 10px;
	box-sizing:border-box;

}


.btn{
    clear:both;
	width:80%;
	margin:0 auto;
	line-height:1.2;
}

.btn a{
    display: block;
	max-width:600px;
	padding:15px 20px;
	background: #efc413;
    font-size:20px;
	color:#000;
	font-weight:bold;
	text-align:center;
	margin:0 auto;
	border-radius:10px;
    text-decoration: none;
    border: 1px solid #9a7023;
}

.btn a:hover{
    opacity: 0.5;
}

.sec01 {
    text-align: center;
    padding-top: 60px;
}

.sec01 h1{
    font-size:20px;
	padding:0 10px;
}

.sec01 p{
    font-size:20px;
    line-height: 1.5;
    letter-spacing: 1px;
    font-weight: bold;
	padding:0 10px;
}

.sec02 {
	max-width:920px;
	margin-bottom:40px !important;
}

.sec02 h2{
    border-top:1px solid #fb0c22;
    border-bottom:1px solid #fb0c22;
    padding: 25px 0;
    font-size:24px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 2px;
    color:#fb0c22;
}

.sec02 img.f-left{
	width:100%;
	padding:0 10px;
	float:none;
	margin-bottom:0px !important;
}

.sec02 div.f-right{
    padding:10px 10px 0;
	width:100%;
	float:none;
	margin-bottom:20px;
}

.sec02 div.f-right h2{
    font-size:18px;
}

.sec02 div.f-right h2 br{
	display:none;
}


.sec3{
	margin:0 auto;
	overflow:hidden;
	text-align:center;
}

.sec3 h2{
    font-weight: bold;
    font-size: 22px;
    letter-spacing: none;
	line-height:1.2;
	padding:0 10px;
}

.sec3 h2 .small{
    font-size: 16px;
}

.sec3 p{
	text-align:left;
    max-width:840px;
    margin: 0 auto;
	padding: 0 10px;
    font-size: 16px;
}

.sec-set h3 {
    padding-top: 10px;
    font-size: 20px;
    font-weight: bold;
}

.session01 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    border: 6px solid #2e3183;
    padding: 40px 10px 30px;
	margin:0 10px;
}

.session01 .f30{
	font-size: 20px;
}

.session01 .f42{
	font-size: 30px;
}

.sec04 h3{
    font-weight: bold;
}

.sec04 p{
    padding:0 10px;
}

.sec05 h3.bg-b {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: #2e3183;
    padding: 10px 20px 7px;
	line-height:1.4;
}

.sec05 .check {
    margin-left: 10px;
	margin-right:10px;
    text-align: left;
    background: #fff;
}


.sec06 h3.bg-grad {
    font-size: 20px;
	line-height:1.4;
    font-weight: bold;
    padding: 10px 20px;
}

.sec06 .step {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding: 15px 20px 13px;
}

.sec06 .step .box {
    display: block;
    padding: 3px 20px 1px;
	margin-right:10px;
	margin-bottom:5px;
    background: #fff;
    color: #000;
    font-size: 14px;
	width:110px;
	text-align:center;
}

.sec06 p {
    margin-left: 10px;
    margin-right: 10px;
}

.sec06 p.btn {
    margin-left: auto;
    margin-right: auto;

}

.session02 h3, .session03 h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
}

.session02 .sp .ttl, .session03 .sp .ttl {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
	padding:0 10px;
}

.sec-set h2 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
	padding:0 10px;
}

.sec-set h2 .small {
    font-size: 16px;
}

.sec07 h2 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
	padding:0 10px;
}

.sec07 .letter h3 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    font-size: 22px;
	padding-left:10px;
	padding-right:10px;
	line-height:1.2;
}

.sec07 .letter h3 br{
	display:none;
}
	
	
.sec07 .letter h4 {
    width: 96%;
    margin: 0 2% 20px;
    color: #1c3759;
    font-size: 20px;
    line-height: 1.2;
    font-weight: bold;
    background: #eee;
    padding: 14px 15px;
}	
	
.sec08 h3 {
    font-size: 24px;
    line-height: 1.2;
}	
	
.sec08 h3+p, .sec08 h3+p+p+p {
    font-size: 20px;
    padding: 0 10px;
}

.sec08 h3+p, .sec08 h3+p+p{
    padding: 0 10px;
}

.sec08 h3+p, .sec08 h3+p+p br{
    display:none;
}


.sec09 .inner h2 {
    font-size: 26px;
    font-weight: bold;
    padding: 0 10px;
}

.sec09 .inner p {
    font-weight: bold;
    border-bottom: none;
    padding: 0 10px 35px;
}

.sec09 p {
    padding: 20px 20px;
    border-bottom: 1px solid #000;
}

.sec10 h3 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 0 10px;
}





/* レター設定
**************************************************************/

.letter{
	max-width:1000px;
	margin:0 10px;
	background:url(../images/bg_letter_top.jpg) top center no-repeat,url(../images/bg_letter_bottom.jpg) bottom center no-repeat,url(../images/bg_letter_mid.jpg) top center repeat-y;
	background-size:contain;
	padding:40px 15px 30px;
	box-sizing:border-box;
	color:#1c3759;
}

.letter h3{
	font-size:24px;
	font-weight:bold;
	text-align:left;
	padding:0 12px;
	margin:0 0 20px;
}

.letter>p{
	width:100%;
	margin:0 0 20px;
	font-size:16px;
}

.letter>p br{
	display:none;	
}

.letter strong{
	font-size:20px;
}

.letter .big{
	font-size:24px;
}

.letter .bg-y{
	font-size:18px;
}

.letter .check{
	width:100%;
	margin:0 0 30px;
	padding:20px 10px 20px 5px;
}

.letter .check li{
	font-size:14px;
	font-weight:bold;
	color:#231815;
	background:url(../images/icon_check.jpg) 10px 4px no-repeat;
	margin-top:10px;
	padding-left:34px;
}

.letter .check li:first-child{
	margin-top:0;	
}

.img-box {
	width:100%;	
}

.img-box .mmp{
	padding-bottom:30px;
	font-size:16px;
	max-width:100%;
	width:100%;
	margin:0 auto 30px;
}

.img-box .mmp .inner{
	padding:30px 15px 20px;
	margin-bottom:30px;
}

.img-box .mmp .inner .tokuten{
	width:210px;
	padding-top:2px;
	margin:0 auto 5px;
}

.img-box .mmp .inner h3{
	font-size:24px;
	font-weight:bold;
	text-align:center;
	margin:0 0 10px;
	line-height:1.4;
	padding:0;
}

.img-box .mmp .inner h3 .small{
	font-size:18px;
}

.img-box .mmp .inner+p{
	display:inline-block;
	font-size:20px;
	font-weight:bold;
    background: #fffbca;
	margin:0 10px 10px 10px;
}

.img-box .mmp .inner+p .big{
	color:#f00;
	
}

.img-box .mmp .inner+p+p strong{
	font-size:16px;
}

.img-box .mmp .inner+p+p{
	width:90%;
	margin:20px auto;
	font-weight:bold;
}

.img-box .mmp .inner+p+p br{
	display:none;
}

.img-box .mmp ul{
	width:90%;
	margin:0 auto;
	padding-left:20px;
}

.img-box .mmp ul li{
	position:relative;
	text-align:left;
	margin-bottom:10px;
	font-weight:bold;
}

.img-box .mmp ul li::before{
	content:"● ";
	position:absolute;
	top:2px;
	left:-20px;
}


.letter.top {
    max-width: 1000px;
    margin: 0 10px;
    background: url(../images/bg_letter_top.png) top center no-repeat,url(../images/bg_letter_bottom.jpg) bottom center no-repeat,url(../images/bg_letter_mid.jpg) top center repeat-y;
    background-size: contain;
    padding: 0 15px 50px;
    box-sizing: border-box;
    color: #1c3759;
    position: relative;
}

.sec10 .name {
    position: absolute;
    bottom: 0px;
    right: 10px;
    width: 180px;
    margin: 0 10% 30px;
}

.session03 {
    max-width: 990px;
    border: 2px solid #2e3183;
    padding: 40px 15px 40px;
    text-align: center;
}

.session03 h3{
    font-size: 20px;
}

.session03 h3 .big {
    font-size: 30px;
    color: #2e3183;
}

.session03 .bg-b+.price .big {
    font-size: 24px;
    color: #f00;
}

.session03 .bg-b+.price .big strong {
    font-size: 32px;
}

.session02 .sp .price,
.session03 .sp .price {
    font-size: 20px;
	width:230px;
	margin:0 auto;
	display: block;
}

.session02 .sp .price .big,
.session03 .sp .price .big {
    color: #f00;
    font-size: 26px;
}

.sec11 {
    padding: 20px 15px;
	font-size:16px;
}

.sec11 b {
    text-decoration: none;
    padding-left: 0px;
}

.form-sec {
    padding: 0 15px;
    max-width: 990px;
    margin: 0 auto;
}

.form {
    width: 100%;
    margin: 0 auto;
}

.form-sec h3 {
    font-size: 24px;
    font-weight: bold;
	padding-top:10px;
	text-align:center;
}

.form th,
.form td{
	width: 100%;
	display:block !important;
}

.form input {
    width: 100%;
    border-radius: 4px;
    background: #f8f8f8;
    border: 1px solid #c8c8c8;
    padding: 5px 10px;
	box-sizing:border-box;
}

.form th, td {
    padding: 0 20px;
}

.form td {
    padding-bottom: 20px;
}

.birthday input{
    width: 60px !important;
}

.form th p {
    position: relative;
    top: -10px;
    left: 0px;
}

.ps>p{
	padding:0 10px;
}


.ps .letter h3 {
    width: 100%;
    margin: 0 0 10px;
    font-size: 22px;
    padding: 14px 15px 10px;
}

.faq h2 {
    background: #e8e8e8;
    padding: 15px 20px 12px;
    font-size: 20px;
    font-weight: bold;
}

.faq dt {
    padding: 20px 20px 10px 40px;
}

.faq dt::before {
    content: "Q.";
    position: absolute;
    top: 19px;
    left: 15px;
}


.faq dd {
    padding: 0 20px 15px 40px;
    position: relative;
    border-bottom: 1px solid #ccc;
}

.faq dd::before {
    content: "A.";
    position: absolute;
    top: 0px;
    left: 15px;
}


}


/* large */

.form--large {
	border-top: 1px solid #eee;
}

.form--large label {
	margin: 0;
	padding: 1em 0;
	display: block;
	border-bottom: 1px solid #eee;
}

.form--large label span {
	display: block;
	font-weight: bold;
	float: left;
	margin-right: 1em;
	width: 7em;
}

.form--large input[type="text"] {
	margin: 0;
}

.form--large textarea {
	margin: .5em 0;
	width: 100%;
}

.form--large .form-button,
.form--large .form-button-w {
	padding: .666em 1.333em;
	font-weight: bold;
	font-size: 17px;
	font-size: 1.7rem;
}

@media(max-width: 640px) {

	.form--large label span {
		float: none;
		width: auto;
		margin-bottom: 10px;
	}

}


