@charset "utf-8";

/*--------------------------------------
  リセット
--------------------------------------*/

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    word-wrap: break-word;
}
/*--------------------------------------
  全体定義
--------------------------------------*/

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 {
	position: relative;
 
  
}

#head img{
	margin:0;
	padding:0;
	width:100%; 
}


/*--------------------------------------
  メインビジュアル
--------------------------------------*/


/*--------------------------------------
  メイン下ブロック
--------------------------------------*/


.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;
}


@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;
}
	}
	
.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;
}


/*--------------------------------------
  メインコンテンツ
--------------------------------------*/
#main_conts{
	margin:0 15px;

}

#main_conts p{
	color:#34404f;
	font-size:100%;
	line-height:170%;
	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: 190%;
    line-height: 150%;
	font-weight:bold;
	margin:40px 0 20px 0;

}

@media screen and (max-width: 320px){
	
	.link_head {
	text-align:right;
    position: absolute;
    top: 51%;
    font-size: 100%;
    width: 100%;
    font-weight: bold;
    display: block;
}


#main_conts h3{
	color:#143460;
	text-align:center;
    font-size: 170%;
    line-height: 150%;
	font-weight:bold;
	margin:20px 0 ;

}

#main_conts #point h3 {
    color: #143460;
    text-align: center;
    font-size: 170%;
    line-height: 150%;
    font-weight: bold;
    margin: 20px 0 ;
}

#main_conts #Video_sample h4 {
	z-index: 1;
    opacity:100;
    margin-top: 0px;
    position: relative;
    padding:  0px 2px 5px 2px;
    height: 0px;
    font-size: 12px;
	line-height:17px;
    color: #333;
    display: block;
    text-shadow: none;
    font-weight: bold;
}

#main_conts .tab_item {
    font-size:80%;
    line-height: 130%;
	
}

}

#main_conts h4{
	color:#143460;
	text-align:left;
	font-size:190%;
	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;
}


/*--------------------------------------
  動画サンプル
--------------------------------------*/

#main_conts #sample_video h3{
    margin: 0px 0 20px 0;
}

#sample_video{
	background-color: #fff;
    margin-right: auto;
    margin-left: auto;
	padding:0px 0 20px 0;
}

#sample_video p{
	margin-bottom:0;
	font-size:100%;
}

#main_conts #sample_video h4 {
    color: #143460;
    font-size: 150%;
	line-height:130%;
    font-weight: bold;
    margin: 10px 0 10px 0;
}

iframe {
	margin:0;
	width:100%;
}

#Video {
    /*background-color: #F9F9F9;*/
}

#Video_sample {
	width: 100%;
    margin-right: auto;
    margin-left: auto;
	padding:0px 0 0px 0;
}

#main_conts h3 {
    margin: 20px 0 20px 0;
}


#Video_sample h4 {
/*position: relative;
    padding: 10px;
    height: 0px;
    z-index: 1;
    opacity: 0.8;
    margin-top: -60px;
	font-size:12px;
	color:#FFF;
	 display: block;
    text-shadow: 1px 1px 1px #000000;
	font-weight:bold;*/
	
/*	font-size:13px;
	margin-bottom:0px;
	margin-bottom:10px;*/
	
	z-index: 1;
    opacity:100;
    margin-top: 0px;
    position: relative;
    padding:  0px 3px 5px 3px;
    height: 0px;
    font-size: 12px;
	line-height:17px;
    color: #333;
    display: block;
    text-shadow: none;
    font-weight: bold;
	
}

#Video_sample h5 {
    font-size: 18px;
border-bottom: solid 3px #E6E6F7;
position: relative;
padding-bottom:5px;
margin:15px 0 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: 50%;
	float:left;
	margin-bottom:10px;
	position: relative;
}

.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 h5 {
    font-size: 18px;
    border-bottom: solid 3px #E6E6F7;
    position: relative;
    padding-bottom: 5px;
    margin: 15px 0 10px 0;
}

#theme h3 {
    margin: 25px 0 10px 0;
	line-height: 120%;
}


#theme h3 span{
	font-size:60%;
}


#theme img{
    display: block;
	margin:20px auto 50px auto;
}


.theme_inner {
   width: 100%;
   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%;
}

ul.cp_list {
position: relative;
padding: 0 0.5em;
list-style-type: none;
}

ul.cp_list li {
line-height: 1.5;
padding: 0.5em 0 0.5em 1.4em;
border-bottom: 1px dashed #4DB6AC;
}
ul.cp_list li::before {
position: absolute;
content: "\002713";
color: #00796B;
font-weight: bold;
left : 0.5em;
}
ul.cp_list li:last-of-type {
border-bottom: none;
}

/*タブ切り替え全体のスタイル*/
.tabs {
margin-top: 20px;
background-color: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
width: 100%;
margin: 0 auto;}

/*タブのスタイル*/

#main_conts .tab_content p{
    color: #34404f;
    font-size: 100%;
    line-height: 130%;
    margin-bottom: 10px;
}



.tab_item {
	font-size:80%;
    width: calc(100%/6);
    height: 40px;
    border-left:#CCC 1px solid;
    border-bottom: 3px solid #060;
    background-color: #d9d9d9;
    float: left;
    font-weight: bold;
    transition: all 0.2s ease;
    margin-top:-5px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
	padding-top:10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	box-shadow: 2px 2px 0 #ECECEC;
    text-shadow: 0 1px #FFF;
	
}
.tab_item:hover {
opacity: 0.75;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
display: none;
padding: 0px 10px 0;
clear: both;
overflow: hidden;
}
/*選択されているタブのコンテンツのみを表示*/
#swing:checked ~ #swing_content,
#driver:checked ~ #driver_content,
#Iron:checked ~ #Iron_content,
#approach:checked ~ #approach_content,
#fw:checked ~ #fw_content,
#pt:checked ~ #pt_content  
{
display: block;
}
/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
background-color: #060;
color: #fff;
 text-shadow: 0 1px #999;
}


/*--------------------------------------
  ポイント
--------------------------------------*/

#main_conts #point {
	background-color:#FFF;
}

#point h3 {
    color: #143460;
    text-align: center;
    font-size: 190%;
    line-height: 150%;
    font-weight: bold;
    margin: 15px 0 15px 0;
}

.point_inner {
   width: 100%;
   margin-right: auto;
   margin-left: auto;
   padding:25px 0 10px 0;
}

#point img{
	margin-bottom:15px;
}


/*--------------------------------------
  コーチ紹介
--------------------------------------*/

#co {
	background-color:#F9F9F9;
}

#coach{
	width: 100%;
    margin-right: auto;
    margin-left: auto;
	padding:10px 0 10px 0;
}

#coach h3 {
    color: #143460;
    text-align: center;
    font-size: 190%;
    line-height: 150%;
    font-weight: bold;
    margin: 20px 0 -10px 0;
}

#coach img{
   margin: 0 auto;
   text-align: center;
   display: block;
}


#coach h4 {
	text-align:center;
    color: #143460;
    font-size: 150%;
	line-height:120%;
    font-weight: bold;
    margin: 15px 0 5px 0;
}

#coach h5 {
	text-align:center;
    color: #143460;
    font-size: 120%;
	line-height:170%;
    font-weight: bold;
    margin: 0px 0 10px 0;
}

#coach p {
    color: #34404f;
    padding-bottom: 0px;
}


#coach img{
	margin-top:30px;
}


#coach .coach_box{
	width: 92%;
	margin: 10px auto;
	border-bottom:1px dotted #CCCCCC;
}

/*--------------------------------------
  フォーム
--------------------------------------*/
#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: 100%;
    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: 100%;
    margin-right: auto;
    margin-left: auto;
	padding:10px 0 10px 0;
}
#plan img{
    margin-right: auto;
    margin-left: auto;
	 display: block;

}

.security_box{
	width: 100%;
    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%;
	color:#fff;
	text-align:center;
}

footer a{
	font-size:85%;
	text-decoration:none;
}


.footer_box img:hover{
  opacity:0.85;
  filter:alpha(opacity=85);
  -moz-opacity: 0.85;
}


.footer_box{
	width: 100%;
}

.footer_box a{
	color:#FFF;
}


.footer_box p{
	padding:10px;
	margin:10px 10px 0px 10px;
}


.footer_box span{
	color:#FF3;

}

.footer_box span:hover{
	color:#F77B31;

}

.copy{
	width: 100%;
    margin-right: auto;
    margin-left: auto;
	font-size:95%;
	text-align:center;
	color:#CCC;
	
}

.copy a{
	color:#CCC;
}

/*--------------------------------------
  トップへ戻る
--------------------------------------*/
.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:-10px;
	margin-bottom: 13px;
	color:#D72020;
	font-weight:bold;
}

#main_conts .btn_t02{
	text-align:center;
	font-size:82%;
		color:#D72020;
    	font-weight:bold;
}

