@charset "utf-8";
/* CSS Document */
/*------------------------------------------
基本設定
------------------------------------------*/
*{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;	
}
body, html {
	font-family:"メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body {	
	font-size: 75%;
	color: #3e3e3e;
	display:none;
}
a{
	text-decoration: none;
}


p{
	font-weight: normal;
	font-size: 1.35em;
	margin:0;
	padding:0;
	line-height: 1.6;
}

img{
	vertical-align: middle;
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*------------------------------------------
共有設定
------------------------------------------*/

.contents_box{
	width:930px;
	padding:80px 15px;	
	margin:0 auto;
}

h2{
	font-size:3.0em;
	text-align:center;
	margin: 0 0 80px 0;
	
}
.bg_b{
	background-color:#eff4ff;
}


/*------------------------------------------
main bg
------------------------------------------*/

html, body { height: 100%; }
body {
	position:relative;
	margin: 0;
	padding: 0;
}

.cover {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}

.centerBox { 
	position: absolute;
	top: 20%;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}

.section1 {
	background: url(../img/main_bg.jpg) no-repeat fixed; background-size: cover; 
}
.section1 h1{
	font-size: 1.6em;
	color: #fff;
	text-shadow: 5px 2px 20px rgba(0,0,0,0.9);
	font-weight: bold;
}
.section1 h1 span{
	display:block;
}
.lead_title{
	font-size: 4em;
	color: #fff;
	text-shadow: 5px 5px 40px rgba(0,0,0,0.9);
	font-weight: bold;
}
.section1 h1 br,
.lead_title br{
	display:none;
}

.section1 .link_box{
	background:none;
	padding: 15px 0 0 0;
}

.section1 .link_box p{

	width: 470px;
}
.section1 .link_box p a{
	font-size: 1.3em;
	padding: 20px 20px 20px 0px !important;
}
.section1 p.scroll{
	position: absolute;
	bottom:20px;
	left: 0;
	right: 0;
}
.section1 p.scroll a:hover img{
	opacity: 0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
}


header .contents_box{
	padding:0 15px;
}


/*------------------------------------------
gnav
------------------------------------------*/



#header-logo img{
	max-height:24px;
	float:left;
	margin-top:2px;

}
.nav-bar{
	float:right;	
}
.drawer {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
	width: 100%;
	padding: 15px 0 0px 0px;
	text-align: center;
	background: #fff;
	box-shadow: 1px 1px 5px 2px rgba(0, 0, 0, 0.1);
	height: 45px;
/*	overflow: hidden !important;*/
}

#gnav {
	float: left;
}
#gnav li {
	float: left;
	font-size: 1.1em;
	padding:5px 20px 4px 0px;
}
#gnav a {
	text-decoration: none;
	color:#3e3e3e;
	border-bottom:2px solid #fff;
}
#gnav a:hover {
	border-bottom:2px solid #0a5d99;
}
#gnav .head_link a:hover {
	border-bottom:none;
}
#gnav .on {
	border-bottom:2px solid #0a5d99;
	text-decoration: none;
}
#gnav #contents01{
	cursor:default;
}
#gnav li a:hover{
}

ul#gnav li ul li a,
ul#gnav li ul li a:hover {
	border-bottom:none;
}

.menu > li a {
	display: block;
	color: #fff;
}

.menu > li a:hover {
	color: #999;
}

ul.menu__second-level {
	visibility: hidden;
	opacity: 0;
	z-index: 10000;
	padding:15px 15px 5px 15px;
}

#gnav .menu__second-level li {
 	font-size:1.1em;
	padding:0 0 10px 0;
	text-align:left;
	float:none;
}

.menu__second-level li a:hover {
	text-decoration:underline !important;

}


/* floatクリア */
.menu:before,
.menu:after {
	content: " ";
	display: table;
}

.menu:after {
	clear: both;
}

.menu {
	*zoom: 1;
}



/*　個別　*/
.menu > li.menu__single {
	position: relative;
}

li.menu__single ul.menu__second-level {
	position: absolute;
	top: 44px;
	width: 220px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	font-size:1.0em;
	background: #fff;
	border:1px solid #0a5d99;
	z-index:100000;
}

li.menu__single:hover ul.menu__second-level {
	top: 38px;
	visibility: visible;
	opacity: 1;
	z-index:100000;
}

.menu__second-level li a:hover {
	text-decoration:underline !important;
}



/* balloon-1 top */
#balloon-1-top{

}
#balloon-1-top:before {
	content: "";
	position: absolute;
	top: -7px; left: 10%;
	margin-left: -9px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 9px 8px 9px;
	border-color: transparent transparent #fff transparent;
	z-index: 0;
}
#balloon-1-top:after {
	content: "";
	position: absolute;
	top: -8px; left: 10%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 10px 8px 10px;
	border-color: transparent transparent #0a5d99 transparent;
	z-index: -1;
}




/*ヘッダー　リンク*/

p.head_link{
	font-size:1.0em;
	display: inline-block;
}
p.sp_link{
	display:none;
}
p.head_link a{
	padding:5px 30px 4px 20px;
	background-color:#fa7921;
	border-radius:5px;
	color:#fff !important;
	position: relative;
	display:block;
}
#gnav li:last-child{
	padding:0px;
	border-bottom: none !important;

}
p.head_link a:after{
	content: "";
	background: url(../img/icon_arrow.png);
	position: absolute;
	top: 3px;
	right: 8px;
	margin: 0 auto;
	width: 15px;
	height: 25px;
	background-repeat: no-repeat;
	background-size: 8px auto;
	background-position: right center;
}
p.head_link:hover{
	opacity: 0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
}
.head_menu,.head_top{
	display:none;
}

/*------------------------------------------
スクロールでヘッダー縮小
------------------------------------------*/

/* transition */
header,
header #header-logo img,
header #gnav li,
header p.head_link{
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
/* Fixed */
header.fixed {
	padding: 0px 0 0px 0px;
	height: 35px;
}

header.fixed #header-logo img {
	max-height: 20px;
	margin-top: 7px;
}
header.fixed #gnav li,
header.fixed #gnav .drawer-dropdown-menu:last-child li{
	padding: 8px 20px 4px 0px;
}


header.fixed p.head_link a {
	padding: 8px 30px 0px 20px;
	border-radius: 0px;
	height: 27px;
	vertical-align: middle;
	margin: 0 auto;
}

header.fixed #gnav li:last-child{
	padding:0px;

}
header.fixed #gnav li:last-child a{
	border-bottom: none !important;
}
/*------------------------------------------
リード文
------------------------------------------*/
.lead p{
	width: 900px;
	padding: 50px 15px;
	margin: 0 auto;
	font-size: 1.5em;
	line-height: 1.5;
}
.lead em{
	font-weight:bold;
}
/*------------------------------------------
Ahrefsが支持される3つの理由
------------------------------------------*/
#reason li{
	float:left;
	margin:0 30px 0 0;
	width:285px;
}
#reason li:last-child{
	margin:0 0 0 0;
}
#reason li figure{
	text-align:center;
	margin:0 auto;
}
#reason li h3{
	text-align: center;
	font-weight: bold;
	font-size: 1.7em;
	margin: 28px 0 20px 0;
	line-height: 1.4;
	min-height: 56px;
}
#reason li em{
	font-size: 1.3em;
	font-weight:bold;
	color:#0a5d99;
}
#reason li span{
	display:block;
	font-size: 0.8em;
	margin: 5px 0 0 0;
}
/*------------------------------------------
動画
------------------------------------------*/
#movie{
	background: url(../img/movie_bg.png) repeat left top, url(../img/movie.jpg) no-repeat 50% / cover;
	background-size:auto;
	background-color:#f8f8fa;
	height: 618px;
	padding-top: 140px;
	box-sizing: border-box;
	text-align: center;
	color:#fff;
}

#movie a:hover img{
	opacity: 0.9;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=90)";
	-ms-filter: "alpha(opacity=90)";
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
}
.inline_content {
	width: 300px;
	overflow: hidden;
}

.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.9 !important;
}

/*------------------------------------------
Ahrefsにできる事
------------------------------------------*/

#scene li{
	background-color:#fff;
	border:1px solid #e6e6e6;
	padding:12px 20px 12px 55px;
	font-weight:bold;
	margin: 0 0 20px 0;
	background-repeat:no-repeat;
	background-position:top left;
}
#scene li:nth-of-type(1){
	background-image:url(../img/icon_1.png);
}
#scene li:nth-of-type(2){
	background-image:url(../img/icon_2.png);
}
#scene li:nth-of-type(3){
	background-image:url(../img/icon_3.png);
}
#scene li:nth-of-type(4){
	background-image:url(../img/icon_4.png);
}
#scene li:nth-of-type(5){
	background-image:url(../img/icon_5.png);
}
#scene li:nth-of-type(6){
	background-image:url(../img/icon_6.png);
}
#scene li:nth-of-type(7){
	background-image:url(../img/icon_7.png);
}
#scene li dl{
	width:100%;
}
#scene li dt{
	font-size:2.0em;
	width:470px;
	float:left;
	padding: 10px 0 0 0;
}
#scene li dt em{
	color:#6fbe5f;
}
#scene li dd{
	float:right;
	position: relative;
	border-left: 1px solid #568ac3;
	padding: 15px 0 0 110px;
	width: 260px;
	min-height: 75px;
}

#scene li dd:before{
	content: "";
	position: absolute;
	top: 5px;
	left: 15px;
	margin: 0 auto;
	width: 84px;
	height: 84px;
	background-repeat: no-repeat;
	background-size: 84px auto;
	background-position: left center;	
}
#scene li dd.site:before{
	background: url(../img/icon_site.png);
}
#scene li dd.contents:before{
	background: url(../img/icon_contents.png);
}
#scene li dd.alert:before{
	background: url(../img/icon_alert.png);
}
#scene li dd.keyword:before{
	background: url(../img/icon_keyword.png);
}


#scene li dd .balloon {
	font-size:1.1em;
	position: relative;
	padding: 4px 8px 3px 8px;
	width: auto;
	min-width: 115px;
	color: #fff;
	text-align: center;
	background: #568ac3;
	z-index: 0;
	border-radius:5px;
}

#scene li dd .balloon:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 14%;
	margin-left: -10px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 14px 14px 0 14px;
	border-color: #568ac3 transparent transparent transparent;
	z-index: -1;
}
#scene li dd .function{
	font-weight:bold;
	font-size:1.6em;
	margin: 15px 0 0 0;
}

/*------------------------------------------
主な機能
------------------------------------------*/

#function #contents{
	clear:both;
	position:relative;
}
 
#function #contents div {
	border-top: none;
}
#function #contents div.contents_text {
	display:block !important;
	float:right;
	width:490px;
	padding:0;
}
#function #contents div.contents_text h3{
	margin:0px 0 0px 0 !important;
}
#function #contents div.contents_text p{
	margin:10px 0 20px 0 !important;
}
#function ul{
	border-bottom:1px solid #568ac3;
}
#function li {
	float: left;
	width: 16.66%;
}
#function ul li:nth-of-type(1) a {
	background-image:url(../img/icon_site.png);
}
#function ul li:nth-of-type(2) a {
	background-image:url(../img/icon_contents.png);
}
#function ul li:nth-of-type(3) a {
	background-image:url(../img/icon_keyword.png);
}
#function ul li:nth-of-type(4) a {
	background-image:url(../img/icon_alert.png);
}
#function ul li:nth-of-type(5) a {
	background-image:url(../img/icon_rank.png);
}
#function ul li:nth-of-type(6) a {
	background-image:url(../img/icon_api.png);
}
#function li a{
	display: block;
	text-decoration: none;
	background-repeat:no-repeat;
	background-size:67px auto;
	background-position: 50% 24%;
	padding: 100px 10px 10px 10px;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	color:#3e3e3e;
	height:40px;
	position: relative;

}
#function li a:hover{
	border-bottom:6px solid #568ac3;
	position: relative;
	height:40px;
}
#function li a:hover:after,
#function li .current:after {
	content: "";
	position: absolute;
	bottom: -17px;
	left: 50%;
	margin-left: -10px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 15px 10px 0 10px;
	border-color: #568ac3 transparent transparent transparent;
	z-index: -1;
}
#function li .current{
	border-bottom: 6px solid #568ac3;
    position: relative;
    background-color: #eff4ff;
    padding: 100px 10px 10px 10px;
    border-radius: 10px 10px 0 0;
}

#function #contents figure{
	float:left;
	margin: 0 0 80px 0;
	width:396px;
}
#function #contents figure a{
	display:block;
 	cursor: zoom-in;
}

#function #contents h3{
	font-weight:bold;
	font-size: 2em;
}
#function #contents p{
	font-size: 1.3em;
	line-height: 1.8;	
}
#function #contents div {
	padding:45px 0 0 0;
	position:relative;
}
#function #contents dl{
	background-color:#ededed;
	padding:15px;
	width: 460px;
	float: right;
	margin: 0 0 0px 0;
}
#function #contents dt{
	font-weight:bold;
	background-image:url(../img/icon_ex.png);
	background-position: 1px 1px;
	background-repeat: no-repeat;
	font-size: 1.5em;
	padding: 0px 0 5px 35px;
}
#function #contents dd{
	font-size: 1.2em;
	line-height: 1.8;
}
#function #contents dd p{
	font-size: 1.0em;
	line-height: 1.8;
	display: inline;
}
#function #contents dd p a{
	text-decoration: underline;
	font-size: 1.0em;
	line-height: 1.8;
	display: inline;
	color:#3e3e3e;
}
#function #contents p a:hover{
	text-decoration: none;
}
#function .zoom{
	position: absolute;
	left: 5px;
	top: 340px;
	margin: 0 !important;
	font-size: 1.0em !important;
	line-height: 1.4 !important;
}


/*------------------------------------------
選べる4つの料金プラン
------------------------------------------*/

#plan table{
	background-color:#fff;
	border:1px solid #e6e6e6;
	font-size:1.35em;

}
#plan table td,#plan table th{
	border:1px solid #e6e6e6;
	padding:10px 15px;
}
#plan table th{
	font-size:0.85em;
	vertical-align:middle;	
}
#plan table .t_left{
	width:20%;
	text-align:left;
}
#plan table .t_plan{
	width:20%;	
}
#plan table tr th:nth-of-type(1){
	text-align:left;
}

#plan table td{	
	vertical-align:middle;
	text-align: center;
}

#plan table .fw_b td{
	text-align: left;
	vertical-align: top;
}

#plan table td span{	
	font-size:0.8em;
	display:block !important;
}
#plan .t_plan{
	font-size:1.3em;
	font-weight:bold;
	position:relative;
	padding:50px 0 20px 0;

}
.plan2 span{
	background-color:#6fbe5f;	
	color:#fff;
	font-size:0.7em;
	font-weight:normal;
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	padding: 3px 0 2px 0;
}


.fw_b,.monthly td,.plan_link{
	font-weight:bold;
}
.initial td{
	font-size:1.6em;	
}
.monthly td{
	color:#1e5694;
	font-size:1.6em;	
}

.plan_link td{
	color:#fa7921;
	position:relative;
	padding: 15px 15px 50px 15px !important;
}

.plan_link p{
	font-size:0.9em;
	width: 85%;
	position:absolute;
	bottom:15px;
	left:15px;

}
.plan_link p a{
	padding:5px 0px 5px 0px;
	background-color:#fa7921;
	border-radius:5px;
	color:#fff;
	position: relative;
	display:block;
	text-align: center;
}
.plan_link td:nth-of-type(3) p a,
.plan_link td:nth-of-type(4) p a{
	background-color:#1e5694;
}

.plan_link p a:after{
	content: "";
	background: url(../img/icon_arrow.png);
	position: absolute;
	top: 4px;
	right: 10px;
	margin: 0 auto;
	width: 15px;
	height: 25px;
	background-repeat: no-repeat;
	background-size: 8px auto;
	background-position: right center;
}
.plan_link p:hover{
	opacity: 0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
}
/*------------------------------------------
お申込みの流れ
------------------------------------------*/
#step li{
	float:left;
	margin:0 60px 0 0;
	width:250px;
	border-radius:100%;
	border:10px solid #568ac3;
	height:250px;
	text-align: center;
	position: relative;
}
#step li figure{
	position:absolute;
	top:50px;
	left: 0;
	right: 0;
}
#step li p{
	position:absolute;
	top:105px;
	left: 0;
	right: 0;
	font-size: 1.5em;
	line-height: 1.5;
	margin: 0 20px;
	text-align: left;
}
#step li p span{
	display:block;
	font-size: 0.85em;
}
#step li:last-child{
	margin:0 0 0 0;
}
#step li:after{
	content: url(../img/step_arrow.png);
	position: absolute;
	top: 85px;
	right: -50px;
	margin: 0 auto;
	width: 25px;
	height:85px;
}
#step li:last-child:after{
	content: "";
}
/*------------------------------------------
14日間無料で試す
------------------------------------------*/

.link_box{
	background-color: #fff2e7;
	width: 100%;
	margin:0 auto;
	padding:45px 0;
	clear:both;
}

.link_box p{
	margin:0 auto !important;
	text-align:center;
	background-color:#fa7921;
	width:580px;
	border-radius:5px;	
	position: relative;
	padding:0 !important;
}

.link_box p a{
	padding:20px 100px 20px 70px !important;
	color:#fff;
	font-size:1.7em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display:block;
	position: relative;
	font-weight:bold;

}
.link_box p a:after{
	content: url(../img/icon_arrow.png);
	position: absolute;
	top: 22px;
	right: 40px;
	margin: 0 auto;
	width: 15px;
	height:25px;
}
.link_box p:hover{
	opacity: 0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
}

/*------------------------------------------
よくある質問
------------------------------------------*/
#qa_box{
	background-color:#fff;
	padding:48px;
	border:1px solid #e6e6e6;
}
#qa_box h2{
	    margin: 0 0 45px 0;
}
#qa_box li{
	padding:15px 20px 15px 15px;
}
#qa_box li:nth-of-type(even){
	background-color:#eff4ff;
}
#qa_box dl{
	font-size: 1.35em;
	line-height: 1.7;
	margin: 0 0 0px 0;
}
#qa_box dt{
	background-image:url(../img/qa_q.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	background-size: 37px 35px;
	padding: 6px 0 6px 55px;
	margin: 0 0 10px 0;
	cursor: auto !important;
}
#qa_box dd{
	background-image:url(../img/qa_a.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	background-size: 37px 35px;
	padding: 6px 0 0px 55px;
}
#qa_box dl span{
	display:block;
	font-size:0.9em;
}
#qa_box li.credit_card{
	padding: 15px 0px 15px 15px;
}
#qa_box .credit_card dd div{
	width:510px;
	float:left;
}
#qa_box .credit_card dd figure{
	float:right;
}



/*------------------------------------------
会社概要
------------------------------------------*/

#company h2{
	    margin: 0 0 45px 0;
}
#company ul{
	margin:30px 0 0 0;
}
#company li{
	width:50%;
	float:left;
	border-right:1px solid #999999;
	box-sizing: border-box;
	padding: 0 40px 0 0;
}
#company li:last-child{
	border-right:none;
	padding:0 0 0 40px;
}
#company li a{
	color:#1e5694;
	text-decoration:underline;
}
#company li a:hover{
	text-decoration:none;
}
#company li dl{
	margin:0 0 20px 0;
}
#company li dt{
	font-weight:bold;
	font-size:1.5em;
	margin: 0 0 5px 0;
}
#company li dd{
	font-size:1.35em;
}
#company .map{
	position:relative;
	overflow: auto;
}
#company .map iframe{
	float:left;
}
#company .map p{
	position:absolute;
	bottom:0;
	right:10px;
}

/*------------------------------------------
申し込みLink　モーダル
------------------------------------------*/

.modal-overlay {
	z-index:200;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;/*for old Safari*/
	height:100vh;
	background-color:rgba(0,0,0,.5)}
	.modal-overlay (:target) {height:100%\9} /* IE9,10 */
	a.modal-open:hover {cursor:pointer}
.modal-content {
	position:fixed;
	display:none;
	z-index:300;
	margin:10px;
	padding:50px 120px;
	background:#fff
}
.modal-content{
	text-align:center;
}
.modal-content h2 {
	margin: 0 0 20px 0;
	text-align:center;
	font-size: 2.8em;
}

/*入力フォームへのリンクボタン*/
.modal-content .link_box{
	background: none;
	margin: 0 auto;
	padding: 20px 0;
	clear: both;
	position: relative;
	width:500px;
}
.modal-content .link_box:before{
	content: url(../img/icon_arrow.png);
	position: absolute;
	top: 45px;
	right: 40px;
	margin: 0 auto;
	width: 15px;
	height: 25px;
	z-index:100;
}

.modal-content .link_box input[type="button"][disabled]{
	background:#aaaaaa;
	cursor:auto !important;
}
.modal-content .link_box input[type="button"][disabled]:hover{
	opacity:1;
}

.modal-content .link_box input[type="button"]{
	padding:5px 30px 4px 20px;
	background-color:#fa7921;
	border-radius:5px;
	color:#fff !important;
	position: relative;
	display:block;
	margin:0 auto;
	text-align:center;
	width: 100%;
}
.modal-content .link_box input[type="button"]{
	padding:20px 100px 20px 70px !important;
	color:#fff;
	font-size:1.9em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display:block;
	position: relative;
	font-weight:bold;

}
.modal-content .link_box input[type="button"]:after{
	content: url(../img/icon_arrow.png);
	position: absolute;
	top: 22px;
	right: 40px;
	margin: 0 auto;
	width: 15px;
	height:25px;
}
.modal-content .link_box input[type="button"]:hover{
	opacity: 0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	cursor:pointer;
}


#modal4.modal-content .link_box input[type="button"][disabled],
#modal5.modal-content .link_box input[type="button"][disabled]{
	background:#aaaaaa;
}
#modal4.modal-content .link_box input[type="button"],
#modal5.modal-content .link_box input[type="button"]{
	background-color:#1e5694;
}
.modal-content p{
	font-size:1.3em;
}
.tab-content{
	margin:20px auto 0 auto;
	width: 500px;
	text-align: left;
}
.modal-content .radiobtn{
	border-right:1px solid #e6e6e6;

}
.modal-content .radiobtn:nth-of-type(2){
	border-right:none;

}
.modal-content .tab_lede p.lede{
	width: 250px;
	display: inline-block;
	text-align: left;
	font-weight:normal;
	font-size: 1.3em;
	line-height: 1.8;
	border-right:1px solid #e6e6e6;
	font-size: 1.4em;
	padding: 0 20px 0 0;
	box-sizing: border-box;
}
.modal-content .tab_lede p:nth-of-type(2){
	padding: 0px 0px 10px 15px;
	border-right: none;
	width: 241px;
	box-sizing: border-box;
}

.modal-content p.lede{
	font-weight: normal;

}
.radiobtn p{
	font-size:0.6em;
	margin-left: -35px;
}
a.modal-close {
	position:absolute;
	top:10px;
	right:15px;
	color:#3e3e3e;
	font-size:30px;
	line-height:1;
	font-weight:bold;
	text-decoration:none}
a.modal-close:hover {
	cursor:pointer;
	opacity:.6
}
/*------------------------------------------
申し込みLink　モーダル＞タブ＞チェックボックス
------------------------------------------*/
.check_erea{
	font-size:1.3em;
	text-align: center;
}
.check_erea a{
	color:#1e5694;
	text-decoration:underline;
}
.check_erea a:hover{
	text-decoration:none;
}

.checkbox{
	margin-left:10px;

}


/*------------------------------------------
Link　モーダル＞タブ
------------------------------------------*/

.tab-content input[type="radio"] {
	margin: 0 0 0 20px;
}

.tab-content label {
	display: table-cell;
	cursor: pointer;
	box-sizing: border-box;
	font-weight: bold;
width: 250px;
}
.tab-content input[type="radio"]:checked + label {
}

.tab-content .tab-box {
	padding: 20px 0px 10px 0px;
	box-sizing: border-box;
}

.tab-content > .tab-box > div {
	display: none;
}

#tab_link1:checked ~ .tab-box > #tabView1 {
	display: block;
}

#tab_link2:checked ~ .tab-box > #tabView2 {
	display: block;
}

.radiobtn{
/*	width: 250px;*/
	font-size: 2em;
	text-align: left;
	font-weight: bold;

}
/*------------------------------------------
申し込みLink　モーダル＞タブ＞ラジオボタン
------------------------------------------*/

input[type=radio], input[type=checkbox] {
	display: none;
}

.radio, .checkstyle {
	box-sizing: border-box;
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	display: inline-block;
	margin: 0 0px 0px 0;
	padding: 5px 0px 12px 52px;
	vertical-align: middle;
	cursor: pointer;
	font-weight: bold;
}

.checkstyle {
	display: inline-block !Important;
	padding: 5px 0px 12px 42px;
	width:250px;
}
.tab-content .radio:nth-of-type(1){
	padding: 5px 0px 12px 35px;
}
.radio:hover, .checkstyle:hover {
}
.radio:hover:after, .checkstyle:hover:after {
	border-color: #999;
}
.radio:after, .checkstyle:after {
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	top: 18%;
	left: 15px;
	display: block;
	margin-top: -10px;
	width: 21px;
	height: 21px;
	border: 2px solid #cccccc;
	border-radius:30px;
	content: '';
}
.checkstyle:after{
	top:35%;
}
.tab-content .radio:nth-of-type(1):after{
	left: 0px;
}
.tab-content .radio:nth-of-type(1):before{
	left: 5px;
}
.checkstyle:after {
	border-radius:3px;
}

.radio:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 18%;
	left: 20px;
	display: block;
	margin-top: -5px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #1e5694;
	content: '';
	opacity: 0;
}
input[type=radio]:checked + .radio:before {
	opacity: 1;
}

.checkstyle:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 40%;
	left: 22px;
	display: block;
	margin-top: -7px;
	width: 6px;
	height: 9px;
	border-right: 4px solid #1e5694;
	border-bottom: 4px solid #1e5694;
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
input[type=checkbox]:checked + .checkstyle:before {
	opacity: 1;
}


/*------------------------------------------
footer
------------------------------------------*/
footer{
	background-color:#111111;
	padding:18px 0;
}
footer .contents_box {
	padding: 0px 15px;
}
footer ul li a{
	float:left;
	color:#fff;
	font-size: 1.0em;
	text-decoration:underline;
	margin-right: 30px;
}
footer ul li a:hover{
	text-decoration:none;
}
footer p{
	float:right;
	color:#fff;
	font-size: 1.0em;
}



/*------------------------------------------
ページトップへのリンク
------------------------------------------*/
#page_top{
	z-index: 1000;
	bottom: 40px;
	margin: 0;
	position: fixed;
	right: 20px;
}
#page_top:hover{
	opacity: 0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
}
/*------------------------------------------
ゆっくり切り替わる
------------------------------------------*/
.fade{
    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;  
}


/*------------------------------------------
クリア設定
------------------------------------------*/
/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/*Hides from IE-mac \*/
*html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}



