@charset "utf-8";

/*--------------------------------------
  リセット
--------------------------------------*/

* {
	margin: 0;
	padding: 0;
}


/*--------------------------------------
  全体定義
--------------------------------------*/

html {
	color: #34404f;
}

body {
	font-size:14px;
	line-height:20px;
font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	margin: 0;
	padding: 0;
}

a{
	border:none;
}

ul, ol, li {
    list-style: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}



/*--------------------------------------
  margin.padding調整
--------------------------------------*/

.ma_t20{
	margin-top:20px;
}

.ma_t30{
	margin-top:30px;
}

.ma_t40{
	margin-top:40px;
}

.ma_b20{
	margin-bottom:20px;
}


/*--------------------------------------
  main_slide
--------------------------------------*/


#main_slide ul,li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#main_slide{
	height:300px;
}

#function_top h3{
	padding-top:50px;
}



/*--------------------------------------
  header
--------------------------------------*/


.head_img{
 z-index: 1;
  background-image: url(/img/lp/header_back.jpg);
  background-repeat: repeat;
  height: 990px;
  
  background-size: cover;
  background-position: center;
  
  
}


#head_contens{
 z-index: 2;
	width:1100px;
    margin-right: auto;
    margin-left: auto;
	position: relative;
}

#head_contens img{
    margin-left: -35px;
}


/*--------------------------------------
  メインビジュアル
--------------------------------------*/
.main_text{
	width:1100px;
	height:990px;
}

.pc_img{
  position: relative;
}

.main_bottom p{
	text-align:right;
	font-size:70%;
	margin-top:-30px;
	color:#fff;
}


/*--------------------------------------
  メイン下ブロック
--------------------------------------*/
.head_bottom{
    border-top: #e1e1e1 1px solid;
	background-color:#E9E9E9;
	height:326px;
	border-bottom:#666;
}

.trial_conts{
	background: url(/img/lp/head_bottom_bg.png) no-repeat;
 	width:1100px;
	height:330px;
    margin-right: auto;
    margin-left: auto;
}

.trial_conts_box{
	padding-left:480px;
	padding-top:40px;
}

#trial .trial_conts_box h3{
	text-align:center;
	font-size:210%;
	line-height:180%;
	margin-bottom:0px;
	margin-top:10px;
}

.trial_conts_box span{
	padding-left:100px;
	text-align:center;
	font-size:130%;
	margin-bottom:0px;
}

.trial_conts_box .btn01 {
    margin: 10px 0px 0px 90px;
}

.trial_conts_box p{
	color:#34404f;
	text-align:center;
	font-size:110%;
	line-height:170%;
}

.img_center{
	padding-left:120px;
}

.btn_head {
	position: absolute;
	top: 84%;
	left: 50%;
    width:500px;
    font-size:200%;
    font-weight:bold;
    display:block;
    text-align:center;
    color:#F7782B;
background: -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 120, color-stop(1.00, #8f0202), color-stop(0.00, #ff0001));
background: -webkit-radial-gradient(50% 100%, circle, #ff0001, #8f0202);
background: -moz-radial-gradient(50% 100%, circle, #ff0001, #8f0202);
background: -o-radial-gradient(50% 100%, circle, #ff0001, #8f0202);
background: -ms-radial-gradient(50% 100%, circle, #ff0001, #8f0202);
background: radial-gradient(50% 100%, circle, #ff0001, #8f0202);
	border-radius:5px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.2), 0 -4px 5px -2px #2E2E2E inset; 
}


.btn_head a{
    color:#fff;
    text-shadow: 2px 2px 3px #920202;
	text-decoration:none;
	display:block;
	width: 100%; /* 横幅 */
	height:100%;
	padding:30px 0 ;
}


.btn_head:hover {
	background: -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 120, color-stop(1.00, #0e3e8d), color-stop(0.00, #09123c));
	background: -webkit-radial-gradient(50% 100%, circle, #09123c, #0e3e8d);
	background: -moz-radial-gradient(50% 100%, circle, #09123c, #0e3e8d);
	background: -o-radial-gradient(50% 100%, circle, #09123c, #0e3e8d);
	background: -ms-radial-gradient(50% 100%, circle, #09123c, #0e3e8d);
	background: radial-gradient(50% 100%, circle, #09123c, #0e3e8d);

}

.btn_head a:hover{
    color:#fff;
    text-shadow: 2px 2px 3px #1D181C;
	text-decoration:none;
	display:block;
	width: 100%; /* 横幅 */
	transition: all .3s;
}

.btn_head,
.btn_head::before,
.btn_head::after {
	transition: all .3s;
}

.btn01 {
	margin:20px 0px 0px 90px;
    width:420px;
    font-size:200%;
    font-weight:bold;
    display:block;
    text-align:center;
    color:#F7782B;
background: -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 120, color-stop(1.00, #8f0202), color-stop(0.00, #ff0001));
background: -webkit-radial-gradient(50% 100%, circle, #ff0001, #8f0202);
background: -moz-radial-gradient(50% 100%, circle, #ff0001, #8f0202);
background: -o-radial-gradient(50% 100%, circle, #ff0001, #8f0202);
background: -ms-radial-gradient(50% 100%, circle, #ff0001, #8f0202);
background: radial-gradient(50% 100%, circle, #ff0001, #8f0202);
	border-radius:5px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.2), 0 -4px 5px -2px #2E2E2E inset; 
}


.btn01 a{
    color:#fff;
    text-shadow: 2px 2px 3px #920202;
	text-decoration:none;
	display:block;
	width: 100%; /* 横幅 */
	height:100%;
	padding:30px 0 ;
}


.btn01:hover {
	background: -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 120, color-stop(1.00, #0e3e8d), color-stop(0.00, #09123c));
	background: -webkit-radial-gradient(50% 100%, circle, #09123c, #0e3e8d);
	background: -moz-radial-gradient(50% 100%, circle, #09123c, #0e3e8d);
	background: -o-radial-gradient(50% 100%, circle, #09123c, #0e3e8d);
	background: -ms-radial-gradient(50% 100%, circle, #09123c, #0e3e8d);
	background: radial-gradient(50% 100%, circle, #09123c, #0e3e8d);

}

.btn01 a:hover{
    color:#fff;
    text-shadow: 2px 2px 3px #1D181C;
	text-decoration:none;
	display:block;
	width: 100%; /* 横幅 */
	transition: all .3s;
}

.btn01,
.btn01::before,
.btn01::after {
	transition: all .3s;
}


.btn02 {
    margin-right: auto;
    margin-left: auto;
    width:420px;
    font-size:200%;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    color:#F7782B;
background: -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 120, color-stop(1.00, #8f0202), color-stop(0.00, #ff0001));
background: -webkit-radial-gradient(50% 100%, circle, #ff0001, #8f0202);
background: -moz-radial-gradient(50% 100%, circle, #ff0001, #8f0202);
background: -o-radial-gradient(50% 100%, circle, #ff0001, #8f0202);
background: -ms-radial-gradient(50% 100%, circle, #ff0001, #8f0202);
background: radial-gradient(50% 100%, circle, #ff0001, #8f0202);
	border-radius:5px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.2), 0 -4px 5px -2px #2E2E2E inset; 
	border-radius:5px;
}


.btn02 a{
    color:#fff;
    text-shadow: 2px 2px 3px #920202;
	text-decoration:none;
	display:block;
	width: 100%; /* 横幅 */
	height:100%;
	padding:30px 0 ;
}


.btn02:hover {
	background: -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 120, color-stop(1.00, #0e3e8d), color-stop(0.00, #09123c));
	background: -webkit-radial-gradient(50% 100%, circle, #09123c, #0e3e8d);
	background: -moz-radial-gradient(50% 100%, circle, #09123c, #0e3e8d);
	background: -o-radial-gradient(50% 100%, circle, #09123c, #0e3e8d);
	background: -ms-radial-gradient(50% 100%, circle, #09123c, #0e3e8d);
	background: radial-gradient(50% 100%, circle, #09123c, #0e3e8d);
}

.btn02 a:hover{
    color:#fff;
    text-shadow: 2px 2px 3px #1D181C;
	text-decoration:none;
	display:block;
	width: 100%; /* 横幅 */
	transition: all .3s;
}

.btn02,
.btn02::before,
.btn02::after {
	transition: all .3s;
}


/*--------------------------------------
  メインコンテンツ
--------------------------------------*/
#main_conts{

}

#main_conts p{
	color:#34404f;
	font-size:110%;
	line-height:200%;
	margin-bottom:20px;
}

#main_conts h2{
	color:#143460;
	text-align:center;
	font-size:300%;
	font-weight:bold;
	margin:40px 0 60px 0;
	font-weight:500;

}


#main_conts h3{
	color:#143460;
	text-align:center;
	font-size:280%;
	font-weight:bold;
	margin:40px 0 60px 0;

}

#main_conts h4{
	color:#143460;
	text-align:left;
	font-size:210%;
	font-weight:bold;
	margin:0px 0 40px 0;
	font-weight:500;

}

#main_conts h4 span{
	font-size:50%;
}

#page h3{
	color:#143460;
	text-align:left;
	font-size:220%;
	font-weight:bold;
	margin:50px 0 40px 0;
	padding-bottom:25px;
	font-weight:500;
	border-bottom:1px solid #143460;

}


#page h4{
	color:#143460;
	text-align:left;
	font-size:180%;
	font-weight:bold;
	margin:0px 0 40px 0;
	font-weight:500;

}

#page h5{
	color:#143460;
	text-align:left;
	font-size:120%;
	font-weight:bold;
	margin:0px 0 10px 0;
	padding-top:10px;
	font-weight:500;

}

#page table {
	text-align:left;
	width:100%;
	color:#666;
	font-size:100%;

	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	border:#ccc 1px solid;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
	margin-bottom:50px;
}
#page table th {
	text-align:center;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #fafafa;

	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
#page table th:first-child {
	text-align:center;
}
#page table tr:first-child th:first-child {
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
#page table tr:first-child th:last-child {
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
#page table tr {
	

}
#page table td {
		text-align:left;
	padding:10px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;

	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: #ffffff;
}
#page table tr.even td {
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
#page table tr:last-child td {
	border-bottom:0;
}
#page table tr:last-child td:first-child {
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
#page table tr:last-child td:last-child {
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}

#main_conts .line{
	background-color:#e1e1e1;
	width:100%;
	height:1px;
}

#main_conts .fl_l{
	margin:0px;
    padding: 0px 15px 30px 8px;
    display: block;
    float: left;
}

#main_conts .mini_text{
	text-align:right;
	font-size:80%;
	color:#666;
}


/*--------------------------------------
  動画サンプル
--------------------------------------*/

#Video_sample {
	width: 1100px;
    margin-right: auto;
    margin-left: auto;
	padding:50px 0 0px 0;
}


#main_conts h4 {
    color: #143460;
    text-align: left;
    font-size: 115%;
	line-height:120%;
    font-weight: bold;
    margin: 5px 0 5px 0;
}

#Video_sample p {
    color: #34404f;
    font-size: 95%;
    line-height: 180%;
    padding-bottom: 20px;
}

#Video_sample .box{
	width: 355px;
	float:left;
}

#Video_sample .box_cen{
	padding:0 15px;
}

/*--------------------------------------
  テーマ一覧
--------------------------------------*/

#theme {
	
}


#theme img{
    margin-right: auto;
    margin-left: auto;
    display: block;
	margin-bottom:50px;
}


.theme_inner {
   width: 1100px;
   margin-right: auto;
   margin-left: auto;
   padding:25px 0 50px 0;
}

#theme .theme_inner .theme_box{
	width: 355px;
	float:left;
}


#theme .box_cen{
	padding:0 15px;
}

.theme_inner ul li{
	line-height:200%;
}


/*--------------------------------------
  ポイント
--------------------------------------*/

#point {
	background-color:#F9F9F9;
}

#point h3 {
    color: #143460;
    text-align: center;
    font-size: 280%;
    font-weight: bold;
    margin: 40px 0 20px 0;
}

.point_inner {
   width: 1100px;
   margin-right: auto;
   margin-left: auto;
   padding:25px 0 10px 0;
}

#point img{
	margin-bottom:10px;
}


/*--------------------------------------
  コーチ紹介
--------------------------------------*/

#coach{
	width: 1100px;
    margin-right: auto;
    margin-left: auto;
	padding:25px 0 25px 0;
}

#coach img{
   margin: 0 auto;
   text-align: center;
   display: block;
}


#coach h4 {
	text-align:center;
    color: #143460;
    font-size: 140%;
	line-height:120%;
    font-weight: bold;
    margin: 15px 0 5px 0;
}

#coach h5 {
	text-align:center;
    color: #143460;
    font-size: 100%;
	line-height:150%;
    font-weight: bold;
    margin: 0px 0 10px 0;
}

#coach p {
    color: #34404f;
    font-size: 95%;
    line-height: 180%;
    padding-bottom: 20px;
}

#coach .coach_box{
	width: 255px;
	float:left;
}

#coach .box_cen{
	padding:0 15px 0 15px;
}

#coach .box_cen2{
	padding:0 15px 0 0px;
}

/*--------------------------------------
  フォーム
--------------------------------------*/
#form {
	background-color:#F9F9F9;
}

.form_inner {
   width: 800px;
   margin-right: auto;
   margin-left: auto;
   padding:25px 0 10px 0;
}
@media screen and (max-width: 768px){
#form .form_inner {
   width: 100%;
   margin-right: auto;
   margin-left: auto;
   padding:25px 0 10px 0;}
   
   
#form h4{
	text-align:center;
    color: #143460;
    font-size: 30px;
	line-height:160%;
    font-weight: bold;
    margin: 0px 0 5px 0;
}

#form h3 {
    color: #143460;
    text-align: center;
    font-size: 280%;
    line-height: 140%;
    font-weight: bold;
    margin: 10px 0 0px 0;
}

#form .form_box {
    margin: 10px 0 50px 0;
    padding: 30px 40px 40px 20px;
    background: #f1f1f1;
    border: 1px solid #DDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
}
#form h3 {
    color: #143460;
    text-align: center;
    font-size: 280%;
    font-weight: bold;
    margin: 20px 0 20px 0;
}

#form h4 {
	text-align:center;
    color: #143460;
    font-size: 30px;
	line-height:160%;
    font-weight: bold;
    margin: 15px 0 5px 0;
}

#form h4 span{
	text-align:center;
    color: #F70000;
    font-size: 30px;
    font-weight: bold;
    margin: 15px 0 5px 0;
}

.form_box{
	margin:10px 0 50px 0;
	padding: 40px 80px 50px 80px;
	background: #f1f1f1;
    border: 1px solid #DDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

input{
	display: block;
    padding: 15px;
	width:95%;
    outline: none;
    border: 1px solid #DDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	font-size: 14px;
}


label {
    display: inline-block;
    margin: 15px 0 5px 0;
}

.btn {
    cursor: pointer;
}

.btn-block {
    display: block;
    width: 100%;
}


.btn-primary {
	margin-top:20px;
    margin-right: auto;
    margin-left: auto;
    width:100%;
    font-size:200%;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    color:#fff;
background: -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 120, color-stop(1.00, #8f0202), color-stop(0.00, #ff0001));
    background: -webkit-radial-gradient(50% 100%, circle, #ff0001, #8f0202);
    background: -moz-radial-gradient(50% 100%, circle, #ff0001, #8f0202);
    background: -o-radial-gradient(50% 100%, circle, #ff0001, #8f0202);
    background: -ms-radial-gradient(50% 100%, circle, #ff0001, #8f0202);
    background: radial-gradient(50% 100%, circle, #ff0001, #8f0202);
	border-radius:5px;
    padding: 20px 0;
	border:none;
	box-shadow: 0 2px 2px rgba(0,0,0,0.2), 0 -4px 5px -2px #2E2E2E inset; 
	text-shadow: 2px 2px 3px #920202;
}


.btn-primary:hover {
	background: -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 120, color-stop(1.00, #0e3e8d), color-stop(0.00, #09123c));
	background: -webkit-radial-gradient(50% 100%, circle, #09123c, #0e3e8d);
	background: -moz-radial-gradient(50% 100%, circle, #09123c, #0e3e8d);
	background: -o-radial-gradient(50% 100%, circle, #09123c, #0e3e8d);
	background: -ms-radial-gradient(50% 100%, circle, #09123c, #0e3e8d);
	background: radial-gradient(50% 100%, circle, #09123c, #0e3e8d);

}

.btn-primary a:hover{
	border-color: #F7782B;
	text-shadow: 2px 2px 3px #1D181C;
    color:#fff;
	text-decoration:none;
	display:block;
	width: 100%; /* 横幅 */
	transition: all .3s;
}


/*--------------------------------------
  FAQ
--------------------------------------*/

#faq{
	width: 1100px;
    margin-right: auto;
    margin-left: auto;
	padding:50px 0;
}

#faq p{
	margin-bottom:15px;
	color:#143460;
}

.Question_top{
	color: #143460;
	margin-bottom:30px;
	padding-top:0px;
}

.Question{
	color: #143460;
	margin-bottom:30px;
	padding-top:40px;
}

.Question_top span{
	font-weight:bold;
	font-size:110%;
}

.Question span{
	font-weight:bold;
	font-size:110%;
}

.Answer{
	color: #143460;
	padding-bottom:20px;
	border-bottom:#e1e1e1 solid 1px;
}

.Answer span{
	font-weight:bold;
	font-size:110%;
}

#faq .Ques_des{
	margin:0px 15px 0px 0px;
    width:70px;
    font-size:100%;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    color:#143460;
    background-color:#fff;
	box-shadow:2px 3px #0a1e39;
	border:2px solid #143460;
	border-radius:8px;
	float:left;
}

#faq .Ans_des{
	margin:0px 15px 0px 0px;
    width:70px;
    font-size:100%;
    font-weight:bold;
    text-decoration:none;
    display:block;
    text-align:center;
    color:#C30D23;
    background-color:#fff;
	box-shadow:2px 3px #C30D23;
	border:2px solid #C30D23;
	border-radius:8px;
	float:left;
}

#faq .faq_text{
	text-align:left;
	padding-top:3px;
}

/*--------------------------------------
  その他ブロック
--------------------------------------*/

#plan{
	width: 1100px;
    margin-right: auto;
    margin-left: auto;
	padding:25px 0 50px 0;
}
#plan img{
    margin-right: auto;
    margin-left: auto;
	 display: block;

}

.security_box{
	width: 1100px;
    margin-right: auto;
    margin-left: auto;
	padding:50px 0;
}

#trial .mini_text{
	color:#999;
	font-size:80%;
	text-align:center;
	margin-top:7px;
}

#trial .mini_text a:hover{
	color:#F7782B;
}


/*--------------------------------------
  フッター
--------------------------------------*/
footer{
	margin-top:0px;
	background-color:#000;
	height:130px;
	line-height:200%;
}

footer a{
	color:#FFF;
	font-size:90%;
	text-decoration:none;
}

footer a:hover{
	text-decoration:none;
	color:#F77B31;
}


.footer_box img:hover{
  opacity:0.85;
  filter:alpha(opacity=85);
  -moz-opacity: 0.85;
}


.footer_box{
	width: auto;
    margin-right: auto;
    margin-left: auto;
	padding:10px;
	margin-bottom:20px;
}


.footer_box span{
	color:#FF3;

}

.footer_box span:hover{
	color:#F77B31;

}

.copy{
	width: 100%;
    margin-right: auto;
    margin-left: auto;
	border-top:#333 1px solid;
	color:#fff;
	font-size:90%;
	text-align:right;
	margin: 20px 20px 0px -20px;
	
}


/*--------------------------------------
  トップへ戻る
--------------------------------------*/
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    font-size: 12px;
    text-decoration: none;
    padding: 10px 15px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    background-color: #FBBC95;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding: 10px 15px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}


/* micro clearfx */

.cf:before,
.cf:after {
    content: "";
    display: table
}

.cf:after {
    clear: both
}

.cf {
    zoom: 1
}
