@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;
}
a:hover {

}

p{
	font-weight: normal;
	font-size: 1.2em;
	margin:0;
	padding:0;
	line-height: 1.5;
}

img{
	vertical-align: middle;
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*------------------------------------------
大枠設定
------------------------------------------*/
header{
	position:fixed;
}
/*------------------------------------------
共有設定
------------------------------------------*/

.contents_box{
	width: 100%;
	padding:40px 10px 40px 10px;
	margin:0 auto;
    box-sizing: border-box;
}

h2{
	font-size:2.0em;
	text-align:center;
	margin: 0 0 20px 0;
	
}
.bg_b{
	background-color:#eff4ff;
}
/*#main{
	padding-top: 80px;
}
#reason,#scene,#movie,#function,#plan,#step,#qa,#company{
	margin-top:-80px;
	padding-top:80px;
}
#scene .contents_box{
padding: 20px 10px 40px 10px;
}*/
/*------------------------------------------
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: 90px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}

.section1 {
	background: url(../img/main_bg.jpg) no-repeat fixed;
	background-size: auto; 
	background-position: top center;
}
.section1 h1{
	font-size: 1.4em;
	color: #fff;
	text-shadow: 5px 5px 20px rgba(0,0,0,0.8);
	font-weight: bold;
	line-height: 1.4;
}
.section1 h1 span{
	display:block;
}
.section1 h1 img{
	width:100%;
	max-width:220px;
}
.lead_title{
	font-size: 2.6em;
	color: #fff;
	text-shadow: 5px 5px 20px rgba(0,0,0,0.8);
	font-weight: bold;
	line-height:1.4;
}
.section1 .link_box{
	background:none;
	padding: 10px 0 0px 0 !important;
}

.section1 .link_box p a{
	font-size: 1.2em;
	padding: 10px 20px 10px 0px !important;
}
.section1 p.scroll{
	position: absolute;
	bottom:30px;
	left: 0;
	right: 0;
}
.section1 p.scroll img{
	width:50px;
}
.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;
}

.head_link a{
	padding: 5px 35px 5px 20px;
	background-color: #fa7921;
	border-radius: 3px;
	color: #fff;
	position: relative;
	display: inline-block;
}
.head_link a:after{
	content: "";
	background: url(../img/icon_arrow.png);
	position: absolute;
	top: 0;
	right: 10px;
	margin: 0 auto;
	width: 15px;
	height: 25px;
	background-repeat: no-repeat;
	background-size: 8px auto;
	background-position: right 9px;
}

.drawer-nav .head_link a{
	width: 100%;
	box-sizing: border-box;
	margin: 0px 0 0 0;
}
#contents01{
  /* 	display:none;
	margin-top: -80px;*/
   }

.sp_link{
	float: right;
	margin: 0 50px 0 0;
}
/*--------------------------------------------------------------
nav
--------------------------------------------------------------
/* nav:base */
.drawer-nav {
	position: fixed;
	z-index: 1001;
	top: 0;
	overflow: hidden;
	width: 16.25rem;
	height: 100%;
	color: #393939;
	background-color: #fff;
}
.drawer-nav p {
	font-size:1.4em;
	text-align:center;
	padding:17px 10px;
	font-weight:bold;
}
.head_menu{
	border-bottom:1px solid #000;
transition-duration: initial !important;
    transform: initial !important;
    transition-timing-function: initial !important;
}
.drawer-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.drawer-menu-item {
	font-size: 1.2em;
	display: block;
	margin: 0px 15px;
	text-decoration: none;
	color: #393939;
	border-bottom: 1px solid #dad8d9;
	padding: 15px 5px;
	text-align:left;
}
.drawer-menu-item a{
	color:#393939;
}
.drawer-menu-item:hover {
	text-decoration: none;
	color: #393939;
}

.menu__single .menu__second-level .drawer-menu-item{
	margin: 0 15px;
	padding: 0;
}
.menu__single .drawer-menu-item a{
	padding: 15px 5px;
	display:block;
}

/* nav:overlay */
.drawer-overlay {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
}

.drawer-open .drawer-overlay {
	display: block;
}

/* nav:Right */
.drawer--right .drawer-nav {
	right: -16.25rem;
	-webkit-transition: right .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: right .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
	  right: 0px;
}

.drawer--right.drawer-open .drawer-hamburger {
	right: 16rem;
}

/* nav:Hamburger */
.drawer-hamburger {
	position: fixed;
	z-index: 1004;
	top: 5px;
	right: 5px;
	display: block;
	box-sizing: content-box;
	width: 2rem;
	padding: 0;
	padding-top: 15px;
	padding-right: .75rem;
	padding-bottom: 20px;
	padding-left: .75rem;
	-webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	-webkit-transform: translate3d(0, 0, 0);
	  transform: translate3d(0, 0, 0);
	border: 0;
	outline: 0;
	background-color: transparent;
}

.drawer-hamburger:hover {
	cursor: pointer;
	background-color: transparent;
}

.drawer-hamburger-icon {
	position: relative;
	display: block;
	margin-top: 10px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
	width: 100%;
	height: 2px;
	-webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	background-color: #222;
}

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
	background-color: #fff;
}

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
	position: absolute;
	top: -10px;
	left: 0;
	content: ' ';
}

.drawer-hamburger-icon:after {
	top: 10px;
}

.drawer-open .drawer-hamburger-icon {
	background-color: transparent;
}

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
	top: 0;
}

.drawer-open .drawer-hamburger-icon:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	  transform: rotate(45deg);
}

.drawer-open .drawer-hamburger-icon:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	  transform: rotate(-45deg);
}

.sr-only {
	position: absolute;
	left: 11px;
    top: 42px;
	font-size:0.875em;
}
.drawer-open .sr-only{
display:none;	
}
.init-bottom{
	display:none;
}

/*------------------------------------------
gnav
------------------------------------------*/
#header-logo img{
	height:20px;
	float:left;
	margin: 5px 0 0 0;	
}
.drawer {
/*position: fixed;*/
	top: 0;
	left: 0;
	z-index: 200; /*←20000*/
	width: 100%;
	padding: 15px 10px;
	text-align: center;
	background: #fff;
	box-sizing: border-box;
	height: 60px;
	box-shadow:1px 1px 5px 2px rgba(0, 0, 0, 0.1)
/*	overflow: hidden !important;*/
}
header.drawer-open{
	position:static;	
}


/*------------------------------------------
リード文
------------------------------------------*/
.lead p{
    padding: 15px 20px;
    margin: 0 auto;
    font-size: 1.3em;
    line-height: 1.6;
}
.lead em{
	font-weight:bold;
}
/*------------------------------------------
Ahrefsが支持される3つの理由
------------------------------------------*/
#reason li{
	margin: 0 auto 10px auto;
	text-align: center;
	border-bottom: 1px solid #ddd;
	padding: 0 0px 20px 0px;
}
#reason li:last-child{
	margin:0 0 0 0;
	border:none;
}
#reason li figure{
	text-align:center;
	margin:0 auto;
}
#reason li figure img{
	width:100%;
	max-width:150px;
}
#reason li h3{
	text-align: center;
	font-weight: bold;
	font-size: 1.4em;
	margin: 20px 0 15px 0;
	line-height: 1.4;
}
#reason li p{
	padding:0 30px;	
}
#reason li em{
	font-size: 1.2em;
	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,100%;
	background-color:#f8f8fa;
	min-height: 300px;
	padding-top: 80px;
	box-sizing: border-box;
	text-align: center;
	color:#fff;
/*	margin-top: 0 !important;*/
}

#movie .popup-iframe img{
	width:100px;
}

#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;
}

/*------------------------------------------
Ahrefsにできる事
------------------------------------------*/

#scene li{
	background-color:#fff;
	border:1px solid #e6e6e6;
	padding:25px 25px 25px 25px;
	font-weight:bold;
	margin: 0 0 10px 0;
	background-repeat:no-repeat;
	background-position:top left;
	background-size: 28px auto;
}
#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:1.4em;
    padding: 5px 0 10px 0;
	line-height:1.5;
}
#scene li dt br{
	display:none;
	
}
#scene li dt em{
	color:#6fbe5f;
}
#scene li dd{
	position: relative;
	border-top: 1px solid #568ac3;
	padding: 15px 0 0px 60px;
}

#scene li dd:before{
	content: "";
	position: absolute;
	top: 15px;
	left: 0px;
	margin: 0 auto;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-size: 50px auto !important;
	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.0em;
	position: relative;
	padding: 3px 8px 2px 8px;
	width: auto;
	color: #fff;
	text-align: left;
	background: #568ac3;
	z-index: 0;
	border-radius:3px;
}

#scene li dd .balloon:after {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 10%;
	margin-left: -10px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #568ac3 transparent transparent transparent;
	z-index: -1;
}
#scene li dd .function{
	font-weight:bold;
	font-size:1.45em;
	margin: 10px 0 0 0;
}

/*------------------------------------------
主な機能
------------------------------------------*/
#function #contents{
	clear:both;
/*	position:relative;*/
}
 
#function #contents div {
	border-top: none;
}
#function #contents div.contents_text {
	display:block !important;
	padding:0;
}
#function #contents div.contents_text h3{
	margin:30px 0 15px 0 !important;
}
#function #contents div.contents_text p{
	margin:15px 0 20px 0 !important;
}

#function ul{
	border-bottom:1px solid #568ac3;
	display:table;
}
#function li {
	display:table-cell;
	width: 17%;
}
#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{
	height:40px;
}
#function li a{
	display:block;
	text-decoration: none;
	background-repeat:no-repeat;
	background-size:40px auto;
	background-position: 50% 24%;
	padding: 70px 2px 4px 2px;
	text-align: center;
	font-size: 0.8em;
	color:#3e3e3e;
	position: relative;
	line-height: 1.3;
	height:40px;
	border-bottom: 4px solid #fff;
}
#function li a br{
	display:none;
	
}
#function li .current:after{
	border-bottom:4px solid #568ac3;
	position: relative;
	height:40px;
}
#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:4px solid #568ac3;
	position: relative;
	height:40px;
	background-color: #eff4ff;
	border-radius: 6px 6px 0 0;
}

#function #contents figure{
	margin: 0 0 10px 0;
}
#function #contents figure img{
	width: 80%;
	text-align: center;
	margin: 0 auto;
	display: block;
	max-width:196px;
}
#function #contents figure a{
	display:block;
 	cursor: zoom-in;
}



#function #contents h3{
	font-weight:bold;
	font-size: 1.6em;
	text-align:center;
}
#function #contents p{
	font-size: 1.2em;
	line-height: 1.6;	
}
#function #contents div {
	padding:0px 0 0 0;
	position:relative;
}
#function #contents dl{
	background-color:#ededed;
	padding:15px 15px 0 15px;
	clear: both;
	margin:20px 0 0 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.3em;
	padding: 0px 0 5px 28px;
	background-size: 20px;
}
#function #contents dd{
	font-size: 1.2em;
	line-height: 1.6;
	padding:0 0 15px 0;
}
#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{
	margin: 0 !important;
	font-size: 1.0em !important;
	line-height: 1.4 !important;
	text-align:center;
}

#function .zoom br{
	display:none;
}


/*------------------------------------------
選べる4つの料金プラン
------------------------------------------*/

#plan table{
	background-color:#fff;
	border:1px solid #e6e6e6;
	font-size:1.0em;
	width:100%;
}
#plan table td,#plan table th{
	border:1px solid #e6e6e6;
	padding:5px 5px;
}
#plan table th br{
	display:none;
}
#plan table th{
	font-size:0.9em;
	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.2em;
	font-weight:bold;
	position:relative;
	padding:30px 0 30px 0;
}
.plan2 span{
	background-color:#6fbe5f;	
	color:#fff;
	font-size:0.7em;
	font-weight:normal;
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	padding: 3px 0 2px 0;
}

.fw_b,.monthly td,.plan_link{
	font-weight:bold;
}
.plan_link br{
	display:none;	
}
.initial td{
	font-size:1.6em;	
}
.monthly td{
	color:#1e5694;
	font-size:1.6em;	
}
.plan_link td{
	color:#fa7921;
	position:relative;
	padding: 5px 5px 40px 5px !important;
}

.plan_link p{

	font-size:0.9em;
width: 85%;
	position:absolute;
	bottom:5px;
	left:5px;

}
.plan_link p a{
	padding:5px 5px 5px 5px;
	background-color:#fa7921;
	border-radius:3px;
	color:#fff;
	position: relative;
	display:block;
}
.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{
	display:none;
/*	content: "";
	background: url(../img/icon_arrow.png);
	position: absolute;
	top: 0;
	right: 5px;
	margin: 0 auto;
	width: 15px;
	height: 25px;
	background-repeat: no-repeat;
	background-size: 6px 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{
	margin:0 auto 50px auto;
	width:220px;
	border-radius:100%;
	border:5px solid #568ac3;
	height:220px;
	text-align: center;
	position: relative;
}
#step li figure{
	position:absolute;
	top:40px;
	left: 0;
	right: 0;
}
#step li figure img{
	width:60px;

}
#step li p{
	position:absolute;
	top:90px;
	left: 0;
	right: 0;
	font-size: 1.3em;
	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 auto 0px auto;
}
#step li:after{
	content: url(../img/step_arrow.png);
	position: absolute;
	bottom: -70px;
	right: 0px;
	left:0;
	margin: 0 auto;
	width: 25px;
	height:85px;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
#step li:last-child:after{
	content: "";
}
/*------------------------------------------
14日間無料で試す
------------------------------------------*/

.link_box{
	background-color: #fff2e7;
	width: 100%;
	margin:0 auto;
	padding:30px 0;
	box-sizing: border-box;
}

.link_box p{
	margin:0 auto !important;
	text-align:center;
	background-color:#fa7921;
	width:90%;
	border-radius:5px;	
	position: relative;
	padding:0 !important;
}

.link_box p a{
	padding:10px 30px 10px 10px !important;
	color:#fff;
	font-size:1.2em;
	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:"" ;
	position: absolute;
	right: 10px;
	margin: 0 auto;
	width: 15px;
	height:25px;
	background-image:url(../img/icon_arrow.png);
	background-repeat:no-repeat;
	background-size:10px auto;
	background-position:center;
}
.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:40px 5px 30px 5px;
	border:1px solid #e6e6e6;
}
#qa_box h2{
	    margin: 0 0 20px 0;
}
#qa_box li{
	padding:0;
}
#qa_box li:nth-of-type(even){
	background-color:#eff4ff;
}
#qa_box dl{
	font-size: 1.2em;
	line-height: 1.4;
	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: 25px auto;
	padding: 15px 0 13px 45px;
	margin: 0 0 0px 0;
}

#qa_box dl span{
	display:block;
	font-size:0.9em;
}
#qa_box li.credit_card{
	padding: 0;
}
#qa_box .credit_card dd div{
	padding:0 0 10px 0;

}
#qa_box li.credit_card img{
	width:100%;
	max-width:200px;


}
#qa_box .slidetoggle{
	display: block;
	cursor: pointer;
	background: url(../img/icon_arrow_down.png) 96% 20px no-repeat,url(../img/qa_q.jpg) 10px 12px no-repeat;
	padding-right: 35px;
	background-size:18px, 25px;
}
#qa_box .slidetoggle.actives{
	background: url(../img/icon_arrow_up.png) 96% 20px no-repeat,url(../img/qa_q.jpg)  10px 12px no-repeat;
	background-size: 18px, 25px;
}
.doc-body .toggle{
	display:none;
	padding: 20px 0 20px 0;
}
#qa_box dd{
	background-image:url(../img/qa_a.jpg);
	background-repeat:no-repeat;
	background-position:10px 0px !important;
	background-size: 25px auto;
	padding: 0px 35px 13px 45px !important;
	margin: 0 0 0px 0 !important;
}

/*------------------------------------------
会社概要
------------------------------------------*/

#company h2{
	    margin: 0 0 45px 0;
}
#company ul{
	margin:30px 0 0 0;
}
#company li{
	border-bottom:1px solid #999999;
	box-sizing: border-box;
	padding: 0 0px 30px 0;
}
#company li:last-child{
	border-bottom:none;
	padding:20px 0 0 0px;
}
#company li a{
	color:#1e5694;
	text-decoration:underline;
}
#company li a:hover{
	text-decoration:none;
}
#company li dl{
	margin:0 0 15px 0;
}
#company li dt{
	font-weight:bold;
	font-size:1.4em;
	margin: 0 0 5px 0;
}
#company li dd{
	font-size:1.2em;
}
#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:40px 30px;
	background:#fff;
    min-width: 280px;
max-width: 600px;
}


.modal-content{
	text-align:center;
}
.modal-content h2 {
	margin: 0 0 20px 0;
	text-align:center;
	font-size: 1.6em;
	font-weight: bold;
}

/*入力フォームへのリンクボタン*/
.modal-content .link_box input[type="submit"],
.modal-content .link_box input[type="button"],
.modal-content .link_box input[type="button"][disabled]  {
	-webkit-appearance: none;
}


.modal-content .link_box{
	background: none;
	margin: 0 auto;
	padding: 0 0 5px 0;
	clear: both;
	position: relative;
}
.modal-content .link_box:before{
	content: "";
	position: absolute;
	top: 10px;
	right: 40px;
	margin: 0 auto;
	width: 15px;
	height: 25px;
	z-index:100;
	background-image: url(../img/icon_arrow.png);
	background-repeat: no-repeat;
	background-size: 10px auto;
	background-position: center;
}

.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:8px 30px 8px 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:10px 0px 10px 0px !important;
	color:#fff;
	font-size:1.5em;
	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.2em;
	text-align: left;
}
.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: bold;
	text-align: center;
	font-size: 1.3em;
}
.radiobtn p{
	font-size:0.8em;
	margin-left: -25px;
}
.radiobtn p br{
	display:none;
}
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;
}
.tab-content input[type="radio"]:checked + label {
}

.tab-content .tab-box {
	padding: 15px 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{
	font-size: 1.4em;
	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: 0px 0px 5px 37px;
	vertical-align: middle;
	cursor: pointer;
	font-weight: bold;
}

.checkstyle {
	display: inline-block !Important;
	padding: 5px 0px 0px 42px;
	margin-bottom:20px;
}
.tab-content .radio:nth-of-type(1){
	padding: 5px 5px 12px 27px;
}


.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: 15px;
	left: 10px;
	display: block;
	margin-top: -10px;
	width: 18px;
	height: 18px;
	border: 2px solid #cccccc;
	border-radius:30px;
	content: '';
}
.checkstyle:after{

}
.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: 15px;
	left: 15px;
	display: block;
	margin-top: -5px;
	width: 12px;
	height: 12px;
	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: 15px;
	left: 16px;
	display: block;
	margin-top: -7px;
	width: 6px;
	height: 9px;
	border-right: 3px solid #1e5694;
	border-bottom: 3px 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:10px 0;
}
footer p{
	color:#fff;
	font-size: 1.0em;
	text-align: center;
}
footer .contents_box {
	padding: 5px 15px;
}
footer ul{
	margin: 0 0 30px 0;
	text-align:center;
}
footer ul li a{
	color:#fff;
	text-decoration:underline;
	font-size: 1.0em;
	display: block;
    padding: 10px;
}
footer ul li a:hover{
	text-decoration:none;

}


/*------------------------------------------
ページトップへのリンク
------------------------------------------*/
#page_top{
	bottom: 10px;
	margin: 0;
	position: fixed;
	right: 10px;
	z-index: 1000;	
	opacity: 0.7;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
}
#page_top img{
	width:50px;
}
#page_top:hover{
	opacity: 1;
}



/*------------------------------------------
ゆっくり切り替わる
------------------------------------------*/
.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;
}




@media screen and (min-width:768px) {
    /*　画面サイズが768pxからはここを読み込む　*/

	.section1 {
	background-size: auto 100%;
		}
	.section1 h1 img {
	    max-width: 250px !important;
	}
	.section1 h1 span {
	    font-size: 1.4em !important;
	}
	.lead_title br{
		display:block !important;
	}
	.lead_title {
	    font-size: 4em!important;
	}

	.section1 .link_box p a {
	    font-size: 1.4em !important;
	    padding: 18px 20px 18px 0px !important;
	    margin: 20px 0 0 0 !important;
	}

}

@media screen and (min-width:480px) {
    /*　画面サイズが480pxからはここを読み込む　*/
	.section1 h1 span{
		font-size:0.9em;
	}
	.section1 h1 img {
		max-width: 150px;
	}
	.section1 .link_box {
	    padding: 5px 0 0px 0 !important;
	}
	.link_box p {
	    width: 60%;
	}
	.section1 .link_box p a {
	    font-size: 1.1em;
	    padding: 8px 20px 8px 0px !important;
	}
	.section1 p.scroll {
	    bottom: 10px;
	}

	#scene li dd .balloon{
	    display: inline-block;
	}
	.lead_title{
		font-size:2em;
	}
	.lead_title br{
		display:none;
	}

	.centerBox {
	    top: 80px;
	}
	.section1 p.scroll img {
	    width: 44px;
	}
	.section1 .link_box p a {
	    padding: 5px 20px 5px 0px !important;
	}
}


@media screen and (max-width:320px) {
    /*　画面サイズが320px以下からはここを読み込む　*/
	.section1 h1 {
	    font-size: 1.3em;
	}
	.section1 h1 img {
	    max-width: 190px;
	}
	.lead_title {
	    font-size: 2.3em;
	    line-height: 1.3;
	}
	.section1 .link_box p a {
	    font-size: 1.1em;
	    padding: 8px 20px 8px 0 !important;
	}
	.section1 p.scroll {
	    bottom: 20px;
	}
	.section1 p.scroll img {
	    width: 46px;
	}
	.plan_link td {
	    padding: 5px 5px 40px 5px !important;
	}
	#function li,
	#function li a {
	    height: 50px !important;
	}
	#function li .current {
	    height: 50px !important;
	}

	#plan table{
		width:100% !important;

	}
	#plan .contents_box {
	    padding: 40px 0;
	    width: 100%;
	}
	.plan_link p a{
	    padding: 5px 3px 5px 3px;
}



}





@media screen and (max-height: 400px) {
   /* 高さ400px以下の場合 */

	.modal-content {
	    padding: 20px 30px;
	}
	.modal-content h2 {
	    margin: 0 0 10px 0;
	}

	.tab-content {
	    margin: 5px auto 0 auto;
	}
	.tab-content .tab-box {
	    padding: 0px 0px 10px 0px !important;
	}
	.checkstyle {

	    padding: 5px 0px 0px 42px !important;
	    margin-bottom: 10px;
	}
	.modal-content p {
	}
	.modal-content .link_box{
	    max-width: 300px;
	}
	

}