@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;
}

.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}


/*--------------------------------------
  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/header_back.jpg);
  background-repeat: repeat;
  height: 1050px;
  
  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;
}


@media screen and (max-width: 768px){
#head {
	position: relative;
 
  
}

#head img{
	margin:0;
	padding:0;
	width:100%; 
}
}

/*--------------------------------------
  メインビジュアル
--------------------------------------*/
.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/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: 89%;
	left: 50%;
    width:500px;
    font-size:220%;
    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:45px 0 ;
}


.btn_head:hover {
	opacity:0.8;
	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;
}

.link_head {
    position: absolute;
    top: 62%;
    left: 67%;
    font-size: 200%;
    font-weight: bold;
    display: block;
}

.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;
}


.btn03 {
	margin:50px auto 40px auto;
}

.btn02 {
	margin:30px auto 40px auto;
    width:550px;
    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:40px 0 ;
}


.btn02:hover {
		opacity:0.8;
	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;
}
@media screen and (max-width: 768px){
.link_head {
	padding-right:10px;
	text-align:right;
    position: absolute;
    top: 51%;
    font-size: 110%;
    width: 100%;
    font-weight: bold;
    display: block;
}

.img_center{
	padding-left:120px;
}



.btn_head {
	position: absolute;
    bottom: 9%;
    left: 27%;
    width: 70%;
    font-size: 150%;
    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:20px 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:15px auto 30px auto;
    width:100%;
    font-size:160%;
    line-height: 130%;
    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 span{
    font-size:70%;
}


.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;
}
}

@media screen and (max-width: 320px){
	#head .btn_head a {
    color:#fff;
    text-shadow: 2px 2px 3px #920202;
	text-decoration:none;
	display:block;
	width: 100%; /* 横幅 */
	height:100%;
	padding:18px 0 ;
}

	#head .btn_head {
	position: absolute;
    bottom: 9%;
    left: 27%;
    width: 70%;
    font-size: 130%;
    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;
}
	}
	

/*--------------------------------------
  メインコンテンツ
--------------------------------------*/
#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 50px 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;
}


/*--------------------------------------
  動画サンプル
--------------------------------------*/

#link_head{
    position: absolute;
    top: 62%;
    left: 67%;
    font-size: 200%;
    font-weight: bold;
    display: block;
}

#main_conts #sample_video h3{
    margin: 40px 0 30px 0;
}

#sample_video{
	background-color: #fff;
	width: 1100px;
    margin-right: auto;
    margin-left: auto;
	padding:0px 0 50px 0;
}

#sample_video p{
	margin-bottom:0;
	font-size:100%;
}

iframe {
	margin:0;
}

.sam_box01{
	float:right;
	width:545px;
	margin-left:10px;
}

.sam_box02{
	float:right;
	width:545px;
}

#sample_video h4 {
    color: #143460;
    text-align: left;
    font-size: 160%;
	line-height:100%;
    font-weight: bold;
    margin: -10px 0 10px 0;
    font-weight: bold;
}


#Video {
    /*background-color: #F9F9F9;*/
}

#Video_sample {
	width: 1100px;
    margin-right: auto;
    margin-left: auto;
	padding:50px 0 0px 0;
}

#main_conts h3 {
    margin: 40px 0 50px 0;
}


#Video_sample h4 {
position: relative;
    padding: 10px;
    height: 0px;
    z-index: 1;
    opacity: 0.8;
    margin-top: -60px;
	font-size:15px;
	color:#FFF;
	 display: block;
    text-shadow: 1px 1px 1px #000000;
	font-weight:bold;
	
/*	font-size:13px;
	margin-bottom:0px;
	margin-bottom:10px;*/
	
}

#Video_sample h5 {
    font-size: 18px;
border-bottom: solid 3px #E6E6F7;
position: relative;
padding-bottom:5px;
margin:10px 0;
}

#Video_sample h5:after {
position: absolute;
content: " ";
display: block;
border-bottom: solid 3px #0E65AA;
bottom: -3px;
width: 20%;
}


#Video_sample p {
    color: #34404f;
    font-size: 95%;
    line-height: 180%;
    padding-bottom: 20px;
}

#Video_sample .box{
	width: 267px;
	float:left;
	margin-bottom:10px;
	position: relative;
}

#Video_sample .box_cen{
	padding:0 10px ;
}

#Video_sample .box_cen2{
	padding:0 10px 0 0px ;
}


.category-label{
	position: absolute;
    top: 0;
}

/*スイング*/
.category-label .category01{
	color:#fff;
	padding: 0px 7px 0px 7px;
    background-color: #55BA69;
    font-size: 13px;
}


/*アイアン*/
.category-label .category02{
	color:#fff;
	padding: 0px 7px 0px 7px;
    background-color: #069;
    font-size: 13px;
}

/*ドライバー*/
.category-label .category03{
	color:#fff;
	padding: 0px 7px 0px 7px;
    background-color: #F68441;
    font-size: 13px;
}

/*パター*/
.category-label .category04{
	color:#fff;
	padding: 0px 7px 0px 7px;
    background-color: #399;
    font-size: 13px;
}


/*FW/UT*/
.category-label .category05{
	color:#fff;
	padding: 0px 7px 0px 7px;
    background-color: #039;
    font-size: 13px;
}

/*アプローチ*/
.category-label .category06{
	color:#fff;
	padding: 0px 7px 0px 7px;
    background-color: #F66;
    font-size: 13px;
}

/*バンカー*/
.category-label .category07{
	color:#fff;
	padding: 0px 7px 0px 7px;
    background-color: #39C;
    font-size: 13px;
}


/*--------------------------------------
  テーマ一覧
--------------------------------------*/

#theme {
	
}

#theme h3 {
    margin: 40px 0 10px 0;
}


#theme h3 span{
	font-size:60%;
}


#theme img{
    display: block;
	margin:20px auto 50px auto;
}


.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:#fff;
}

#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;
}


/*--------------------------------------
  コーチ紹介
--------------------------------------*/

#co {
	background-color:#F9F9F9;
}

#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;
}

#form h3 {
    color: #143460;
    text-align: center;
    font-size: 280%;
    font-weight: bold;
    margin: 40px 0 30px 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;
}

/*--------------------------------------
  その他ブロック
--------------------------------------*/

#pl{
	background-color:#F9F9F9;
}

#plan{
	width: 1100px;
    margin-right: auto;
    margin-left: auto;
	padding:25px 0 10px 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: 1100px;
    margin-right: auto;
    margin-left: auto;
	padding:20px 0 0px 0;
	margin-bottom:20px;
}


.footer_box span{
	color:#FF3;

}

.footer_box span:hover{
	color:#F77B31;

}

.copy{
	width: 1100px;
    margin-right: auto;
    margin-left: auto;
	border-top:#333 1px solid;
	color:#fff;
	font-size:90%;
	text-align:right;
	padding:10px 0;
	
}


/*--------------------------------------
  トップへ戻る
--------------------------------------*/
.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
}


#main_conts .btn_t01{
	text-align:center;
	line-height: 0%;
	font-size:100%;
	padding-bottom:0;
	margin-top:20px;
	margin-bottom: 13px;
	color:#D72020;
	font-weight:bold;
}

#main_conts .btn_t02{
	text-align:center;
	font-size:82%;
		color:#D72020;
    	font-weight:bold;
}


