@charset "utf-8";
/* CSS Document */

/*------------ 初期設定 ------------*/
p {
	color: #000000;
	line-height: 1.7;	
}

/*------------ 全体 ------------*/
html {
}

body {
	background-image:url("../images/common/bg.gif");
	background-repeat:repeat;
	background-position:center top;
}

/*------------ WRAPPER ------------*/
#wrapper {
	overflow:hidden;
	width:100%;
}
.content_inner {
	width:960px;
	margin:0 auto;
	position:relative;
}

/*------------ HEADER ------------*/
#header{
	border-bottom:5px solid #009bdf;
}
#header h1{
	padding:2px 0 0;
	float:left;
}
#header h1 img{
	/*width:173px;*/
}
#header ul{
	float:right;
	text-align:right;
}
#header ul li{
	display:inline-block;
	height:71px;
	text-indent:-5000px;
}
#header ul li a{
	display:block;
	height:100%;
	background-repeat:no-repeat;
	background-position:center center;
	text-align:left;
}
#header ul li.btn_tel{
	width: 320px;
	background-color: #fafafa;
	border-left: 1px solid #cccccc;
}
#header ul li.btn_tel a{
	border-left:1px solid #FFF;
	background-image:url("../images/common/img_tel.png");
}
#header ul li.btn_application{
	width:141px;
}
#header ul li.btn_application a{
	background-image:url("../images/common/btn_application.gif");
}


/*------------ NAVI ------------*/
#gnav{
	background-color:#FFF;
	border-bottom:1px solid #cccccc;
}
#gnav ul{
	background-repeat:no-repeat;
	background-position:left center;
	background-image:url("../images/common/bg_nav.gif");
}
#gnav ul li{
	background-repeat:no-repeat;
	background-position:right center;
	background-image:url("../images/common/bg_nav.gif");
	float:left;
}
#gnav ul li a{
	text-align:center;
	/*width:192px;*/
	width:240px;
	text-decoration:none;
	color:inherit;
	display:block;
}
#gnav ul li a span{
	display:inline-block;
	vertical-align:top;
	padding:14px 0;
	padding-left:20px;
	background-repeat:no-repeat;
	background-position:left center;
}
#gnav ul li.nav1 a span{
	background-image:url("../images/common/icon_nav01.gif");
}
#gnav ul li.nav2{
	display:none;
}
#gnav ul li.nav2 a span{
	background-image:url("../images/common/icon_nav02.gif");
}
#gnav ul li.nav3 a span{
	background-image:url("../images/common/icon_nav03.gif");
}
#gnav ul li.nav4 a span{
	background-image:url("../images/common/icon_nav04.gif");
}
#gnav ul li.nav5 a span{
	background-image:url("../images/common/icon_nav05.gif");
}
#btn_menu{
	display:none;
}


/*------------ TOP ------------*/
#main{
	position:relative;
	border-bottom:1px solid #cccccc;
}
#main .content_inner:before{
	content:"";
	display:block;
	position:absolute;
	width:1000px;
	top:0;
	left:0;
	margin-left:960px;
	height:329px;
	background-color:#0099cc;
}
#main .bnr{
	position:absolute;
	right:0;
	top:10px;
}
#main .bnr img{
	width:530px;
}
.content_block .content_inner{
	padding-top:65px;
	padding-bottom:20px;
}
.content_block.white .content_inner{
	padding-top:30px;
}
.content_block h3{
	text-align:center;
	padding-bottom:60px;
}
.content_block:nth-child(odd){
	background-color:#f0f0f0;
}
.content_block.white{
	background-color:#FFF;
}
.content_block:nth-child(even){
}
.content_block .content_inner:before{
	content:"";
	display:block;
	width:72px;
	height:71px;
	background-repeat:no-repeat;
	background-position:left top;
	position:absolute;
	left:50%;
	top:0;
	margin-left:-36px;
	margin-top:-36px;
}
.content_block:first-child .content_inner:before{
	display:none;
}
.content_block:nth-child(odd) .content_inner:before{
	background-image:url("../images/common/arrow_content_w.png");
}
.content_block:nth-child(even) .content_inner:before{
	background-image:url("../images/common/arrow_content_g.png");
}
.service_block{
	-webkit-border-radius: 9px 10px 10px 9px/1px;
	-moz-border-radius: 9px 10px 10px 9px/1px;
	border-radius: 9px 10px 10px 9px/1px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 10px rgba(6,0,1,.19);
	-moz-box-shadow: 0 0 10px rgba(6,0,1,.19);
	box-shadow: 0 0 10px rgba(6,0,1,.19);
	padding:30px;
	padding-left:150px;
	background-repeat:no-repeat;
	background-position:30px center;
	margin-bottom:40px;
}
.service_block.block1{
	background-image:url("../images/top/icon_service01.png");
}
.service_block.block2{
	background-image:url("../images/top/icon_service02.png");
	margin-bottom:65px;
}
.service_block .ttl{
	font-size:24px;
	font-weight:700;
	color:#008ed6;
	padding-bottom:10px;
}
.service_block .body{
	font-size:14px;
}
.btn_area{
	text-align:center;
	padding-bottom:65px;
}
.btn_area.show{
	display:block;
}
.btn_area a,
.btn_area input{
	border:none;
	display:inline-block;
	width: 360px;
	height: 60px;
	line-height:60px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #eec207;
	border-bottom:3px solid #333333;
	color:#000;
	text-decoration:none;
	font-size:20px;
	background-repeat:no-repeat;
	background-position:95% center;
	background-image:url("../images/common/arrow_btn.png");
}
.btn_area a.btn_back{
	background-image:url("../images/common/arrow_btn_back.png");
	background-position:5% center;
}
.btn_area2{
	text-align:center;
	padding-bottom:10px;
}
.sub_block .btn_area2{
	padding-top:30px;
}
.sub_block .btn_area2 a{
	position:relative;
	top:0px;
}
.btn_area2 a{
	position:relative;
	top:-40px;
	border:none;
	display:inline-block;
	width: 440px;
	height: 60px;
	line-height:60px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #d9d9d9;
	border-bottom:3px solid #333333;
	color:#000;
	text-decoration:none;
	font-size:20px;
	background-repeat:no-repeat;
	background-position:95% center;
	background-image:url("../images/common/arrow_btn.png");
}
.confirm .btn_area a,
.confirm .btn_area input{
	width:250px;
	margin:0 5px;
}
.confirm .btn_area input{
	height: 63px;
}
.complete{
	padding:80px 0 20px;
	text-align:center;
}
.complete .lead1{
	font-size:16px;
	padding-bottom:20px;
}
.complete .lead2{
	font-size:14px;
	padding-bottom:80px;
}
.plan_block{
	border:2px solid #008ed6;
	padding:25px;
	padding-left:200px;
	background-repeat:no-repeat;
	background-position:10px 20px;
	background-image:url("../images/top/icon_plan.png");
	background-color:#FFF;
	margin-bottom:50px;
}
.plan_block .ttl{
	font-size:26px;
	font-weight:700;
	color:#008ed6;
	padding-bottom:5px;
}
.plan_block .body{
	font-size:18px;
	padding-bottom:20px;
}
.plan_block .img{
	width:625px;
}
.plan_block .img p{
	text-align:right;
	padding-top:0;
}
.flets_block{
	border:2px solid #008ed6;
	background-color:#008ed6;
	padding-left:170px;
	background-repeat:no-repeat;
	background-position:15px 50%;
	background-image:url("../images/top/icon_flets.png");
	margin-bottom:60px;
}
.flets_block .body{
	background-color:#FFF;
	padding:0 20px;
	height:100px;
	line-height:100px;
	font-size:20px;
	font-weight:700;
	color:#008ed6;
}
.lead_block{
	text-align:center;
	margin-bottom:40px;
}
.lead_block .ttl{
	font-size:24px;
	font-weight:700;
	color:#008ed6;
	padding-bottom:10px;
}
.lead_block .body{
	font-size:14px;
}
.call_block{
	width: 400px;
	padding:30px 10px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 10px rgba(6,0,1,.19);
	-moz-box-shadow: 0 0 10px rgba(6,0,1,.19);
	box-shadow: 0 0 10px rgba(6,0,1,.19);
	margin:0 auto 40px;
	text-align:center;
}
.call_block .ttl{
	font-size:24px;
	font-weight:700;
	color:#008ed6;
	padding-bottom:10px;
}
.call_block .ttl a{
	color:inherit;
	text-decoration:none;
}
.call_block .body{
	font-size:14px;
}
.list_support{
	text-align:center;
	margin-bottom:60px;
}
.list_support li{
	display:inline;
	margin:0 25px;
}
.list_support li.cross img{
	padding-top:60px;
}
.flow_block{
	text-align:center;
	margin-bottom:40px;
}
.flow_block p{
	padding-top:5px;
	font-size:14px;
}
.step_block{
	text-align:center;
	font-size:30px;
	margin-bottom:60px;
}
.news_block{
	width:660px;
	margin:0 auto 35px;
}
.table_news{
	width:100%;
}
.table_news th,
.table_news td{
	padding-bottom:25px;
	font-size:14px;
	vertical-align:top;
	font-weight:normal;
}
.table_news th{
	width:20%;
}
.table_news td{
	color:#008ed6;
}
.table_news td a{
	color:inherit;
}
.company_block{
	width:550px;
	margin:0 auto 35px;
}
.table_company{
	width:100%;
}
.table_company th,
.table_company td{
	padding-bottom:25px;
	font-size:14px;
	vertical-align:top;
}
.table_company th{
	width:20%;
}
.contact_block{
	padding-bottom:40px;
}
.contact_block .tel_box{
	text-align:center;
	margin-bottom:10px;
}
.table_tel{
	width:190px;
	margin:0 auto;
}
.table_tel th,
.table_tel td{
	padding-bottom:10px;
	font-size:14px;
	vertical-align:top;
}
.table_tel th{
	width:30%;
}
.table_tel td{
	text-align:right;
}
#list_service{
	padding-bottom:120px;
}
#list_service li{
  border-radius: 3px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px 0px rgba(6, 0, 1, 0.19);
  width: 260px;
  height: 400px;
  padding:20px;
  float:left;
  margin-right:25px;
}
#list_service li.last{
	margin-right:0;
}
#list_service li .icon{
	text-align:center;
	height:110px;
	width:260px;
	display:table-cell;
	vertical-align:bottom;
}
#list_service li .ttl{
	font-size:24px;
	text-align:center;
	padding:20px 0;
	color:#008ed6;
	font-weight:700;
}
#list_service li .body{
	font-size:14px;
}
#list_service li .comment{
	font-size:11px;
	padding-top:15px;
}
.tel_kotei{
	width:260px;
	padding-left:70px;
	text-align:center;
	margin:0 auto;
}
.tel_kotei .igai{
	font-size:20px;
	padding-bottom:7px;
}
.tel_kotei .time{
	font-size:14px;
	padding-top:10px;
}
#list_plan{
	padding-bottom:40px;
}
#list_plan li{
	float:left;
	width:230px;
	margin:0 40px;
	text-align:center;
}
#list_plan li .ttl{
	font-size:22px;
	padding:20px 0;
	color:#008ed6;
	font-weight:700;
}

/*------------ COMPANY ------------*/
.mainttl{
  background-color: rgb(0, 155, 223);
  box-shadow: 0px 3px 0px 0px rgba(51, 51, 51, 0.004);
  padding:20px 0;
  border-bottom:3px solid #333333;
}
h3.ttl_sub{
	font-size:24px;
	font-weight:700;
	color:#009bdf;
	text-align:left;
	border-bottom:3px solid #424242;
	padding-bottom:8px;
	position:relative;
	margin-bottom:20px;
}
h3.ttl_sub:before{
	width:200px;
	height:3px;
	content:"";
	display:block;
	background-color:#eec207;
	position:absolute;
	bottom:-3px;
}
.table_common{
	width:100%;
	margin-bottom:70px;
}
.table_common th,
.table_common td{
	width:100%;
	font-size:14px;
	padding:10px 20px;
	border-bottom:1px solid #FFF;
	font-weight:normal;
}
.table_common th{
	text-align:center;
	color:#FFF;
	background-color:#999999;
	width:25%;
}
.table_common td{
	background-color:#eaeaea;
}

/*------------ CONTACT ------------*/
h3.ttl_contact:before{
	background-color:#4087dd;
}
.content_contact{
	width:700px;
	margin:0 auto;
	font-size:14px;
	padding-bottom:120px;
}
.content_contact .lead{
	color:#009bdf;
	font-weight:700;
}
.table_contact{
	width:100%;
}
.table_contact th,
.table_contact td{
	width:100%;
	padding:10px;
	font-weight:normal;
	vertical-align:top;
}
.table_contact th{
	width:20%;
	font-weight:700;
}
.table_contact th.space{
	padding-top:25px;
}
/*20160903追記*/
.table_contact input[type="text"],
.table_contact textarea{
	padding:15px;
	width:94.5%;
	border:none;
	background-color:#f2f2f2;
	font-size:14px;
}
.table_contact input[type="text"].box_mail{
	width:40%;
	position:relative;
	z-index:2;
}
.table_contact .at{
	margin:0 auto;
	text-align:center;
	font-size:16px;
	position:relative;
	z-index:1;
	top:12px;
}
.table_contact input[type="text"].box_number{
	width:80%;
	float:right;
}
.table_contact .number_head{
	width:12%;
	float:left;
	font-size:16px;
	text-align:center;
	position:relative;
	top:13px;
}
/*20160903追記*/
.table_contact textarea{
	height:120px;
}
.table_contact .doui td{
	padding-top:30px;
	text-align:center;
}
.table_contact .doui td label{
	margin-bottom:30px;
	display:block;
	font-size:15px;
}
.table_contact .doui td .error{
	position:relative;
	top:-30px;
}
.list_check li{
	display:inline-block;
	margin:0 15px 0 0;
	vertical-align:middle;
}
.list_check li input{
	margin-right:5px;
	vertical-align:middle;
}
.table_contact td .note{
	font-size:10px;
	padding-top:10px;
}
.table_contact th .multi{
	display:block;
	font-size:10px;
}

/*------------ PP ------------*/
.pp_box{
	padding-bottom:30px;
	font-size:14px;
}
.pp_box .ttl{
	font-weight:700;
}
.list_indent li{
	padding-left:1em;
	text-indent:-1em;
}
.sub_block{
	padding-bottom:100px;
	font-size:14px;
}
.seitei{
	font-size:14px;
	padding-top:40px;
}

/*------------ PLAN ------------*/
.color{
	color:#009bdf;
}
#list_plan_sub{
	padding:0 0 30px;
}
.lead_plan{
	font-size:16px;
	padding-bottom:30px;
}
#list_plan_sub li{
  border-style: solid;
  border-width: 3px;
  border-color: #009bdf;
  border-radius: 4px;
  width: 458px;
  text-align:center;
  padding:20px 0;
}
h4.line{
	font-size:18px;
	font-weight:700;
	border-left:5px solid #009bdf;
	line-height:100%;
	padding-left:10px;
	color:#009bdf;
	margin-bottom:20px;
}
.list_option{
	font-size:16px;
	padding-bottom:100px;
}
.ttl_entry{
	text-align:center;
	padding-bottom:30px;
	font-size:30px;
	color:#008ed6;
	font-weight:700;
}
#list_btn{
	text-align:center;
}
#list_btn li{
	display:inline-block;
	margin:0 10px;
	vertical-align:top;
}
.btn_common a{
	border:none;
	display:inline-block;
	width: 360px;
	height: 60px;
	line-height:60px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #eec207;
	border-bottom:3px solid #333333;
	color:#000;
	text-decoration:none;
	font-size:20px;
	background-repeat:no-repeat;
	background-position:95% center;
	background-image:url("../images/common/arrow_btn.png");
	text-align:center;
	text-decoration:none;
	padding:5px 0;
}
#list_btn .btn_tel a{
	border:none;
	display:inline-block;
	width: 360px;
	height: 60px;
	line-height:60px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #008ed6;
	border-bottom:3px solid #333333;
	text-decoration:none;
	font-size:20px;
	text-align:center;
	padding:5px 0;
}
#list_btn .btn_tel p{
	font-size:13px;
	padding-top:10px;
}

/*------------ PLAN ------------*/
.ttl_service{
	font-size:16px;
	font-weight:700;
	padding:20px 0 10px 55px;
	background-repeat:no-repeat;
	background-position:left top;
	margin-bottom:10px;
}
.ttl_kojin{
	background-image:url("../images/plan/icon_kojin.png");
}
.ttl_hojin{
	background-image:url("../images/plan/icon_hojin.png");
}
.img_price{
	padding-bottom:15px;
}
.comment_price{
	font-size:12px;
	padding-bottom:50px;
}
.campaign_body{
	padding-bottom:35px;
}
.list_campaign{
	padding-bottom:75px;
}

/*------------ SUPPORT ------------*/
.box_contact{
  border-style: solid;
  border-width: 1px;
  border-color: rgb(231, 231, 231);
  background-color: rgb(239, 239, 239);
  text-align:center;
  padding:20px;
  margin-bottom:30px;
}
.box_contact .lead{
	font-size:14px;
	padding-bottom:10px;
}
.box_contact .btn_area{
	padding-bottom:0;
}
.box_download{
	border-style: solid;
	border-width: 1px;
	border-color: rgb(231, 231, 231);
	background-color: rgb(239, 239, 239);
	padding:15px;
	margin-bottom:30px;
}
.table_download{
	width:100%;
}
.table_download th,
.table_download td{
	width:50%;
	border:1px solid #666666;
	text-align:center;
	font-size:16px;
	padding:12px;
}
.table_download th{
	color:#FFF;
	background-color:#666666;
}
.table_download td{
	background-color:#FFF;
}
.btn_pdf{
	display:inline-block;
	padding:10px 0 10px 40px;
	background-repeat:no-repeat;
	background-position:left center;
	background-image:url("../images/support/icon_pdf.png");
	color:inherit;
	text-decoration:none;
}
.btn_pdf:hover{
	text-decoration:underline;
}
h4.ttl_qa{
	font-size:16px;
	font-weight:700;
	background-color:#efefef;
	border-left:13px solid #009bdf;
	padding:10px;
	margin-bottom:10px;
}
.list_qa{
	margin-bottom:30px;
}
.list_qa .q{
	font-size:16px;
	font-weight:700;
	background-repeat:no-repeat;
	background-position:left 7px;
	background-image:url("../images/support/icon_q.png");
	padding:5px 0 5px 35px;
	border-bottom:1px dotted #cfcfcf;
	cursor:pointer;
}
.list_qa .q .toggle_trigger{
	background-repeat:no-repeat;
	background-position:100% 50%;
	background-image:url("../images/support/arrow_b.png");
}
.list_qa .q .toggle_trigger.active{
	background-image:url("../images/support/arrow_t.png");
}
.list_qa .a{
	font-size:16px;
	background-repeat:no-repeat;
	background-position:left 7px;
	background-image:url("../images/support/icon_a.png");
	padding:5px 0 5px 35px;
	display:none;
}

.error{
	color:#FF0000;
	line-height:2;
}



/*------------ FOOTER ------------*/

#footer{
	background-color:#2d2d2d;
	color:#FFF;
}
#footer .content_inner{
	padding:25px 0 125px;
}
#pagetop{
	position:absolute;
	left:50%;
	top:0;
	margin-left:-36px;
	margin-top:-36px;
}
#footer ul{
	float:left;
	width:600px;
	line-height:100%;
	border-left:1px solid #FFF;
}
#footer ul li{
	display:inline-block;
	vertical-align:top;
	font-size:11px;
	line-height:100%;
	border-right:1px solid #FFF;
	padding:0 5px;
}
#footer ul li a{
	color:inherit;
	text-decoration:none;
}
#footer ul li a:hover{
	text-decoration:underline;
}
address{
	text-align:right;
	font-size:9px;
	float:right;
	width:350px;
}

/*-------- text_right --------*/
.t_right {
	text-align: right;
}

/*-------- text_left --------*/
.t_left {
	text-align: left;
}

/*-------- center --------*/
.t_center {
	text-align: center;
}

/*-------- left --------*/
.left {
	float: left;
}

/*-------- right --------*/
.right {
	float: right;
}

/*-------- ClearBoth --------*/
.cb {
	clear: both;
}

/*-------- COLOR --------*/

.red{
	color:#FF0000;
}

.orange{
	color:#FF6600;
}

.blue{
	color:#0097B2;
}

/*-------- FONT --------*/

.bold{
	font-weight:700;
}

.f10{
	font-size:10px;
}

.f14{
	font-size:14px;
}

/*-------- WIDTH --------*/

.w149{
	width:149px;	
}

.w180{
	width:180px;	
}

.w287{
	width:287px;
}

.w380{
	width:380px;
}

.w304{
	width:304px;
}

/*-------- HEIGHT --------*/

.h350{
	height:350px;	
}

.h375{
	height:375px;	
}

.h500{
	height:420px;	
}

.h600{
	height:470px;	
}

/*-------- MARGIN --------*/

.ml3{
	margin:0 0 0 3px;
}

.ml10{
	margin:0 0 0 10px;
}

.ml30{
	margin:0 0 0 30px;
}

.ml40{
	margin:0 0 0 40px;
}

.ml60{
	margin:0 0 0 60px;
}

.ml70{
	margin:0 0 0 70px;
}

.mb10{
	margin:0 0 10px 0;
}

.mb15{
	margin:0 0 15px 0;
}

.mt3{
	margin:3px 0 0 0;
}

.mt10{
	margin:10px 0 0 0;
}


.mt20{
	margin:20px 0 0 0;
}

.mt30{
	margin:30px 0 0 0;
}

/*-------- PADDING --------*/

.pt5{
	padding-top:5px;
}

.pt10{
	padding-top:10px;
}

.pt15{
	padding-top:15px;
}

.pt20{
	padding-top:20px;
}

.pt25{
	padding-top:25px;
}

.pt30{
	padding-top:30px;
}

.pt40{
	padding-top:40px;
}

.pt60{
	padding-top:60px;
}

.pl10{
	padding-left:10px;	
}

.pl12{
	padding-left:12px;	
}

.pl15{
	padding-left:15px;	
}

.pl20{
	padding-left:20px;	
}

.pl30{
	padding-left:30px;	
}

.pl40{
	padding-left:40px;	
}

.pl50{
	padding-left:50px;	
}

.pl60{
	padding-left:60px;	
}

.pl70{
	padding-left:70px;	
}

.pl80{
	padding-left:80px;	
}

.pl100{
	padding-left:100px;	
}

.pr100{
	padding-right:100px;	
}


.pb20{
	padding-bottom:20px;	
}

/*-------- COMMON --------*/

.pic{
	padding:2px;
	display:block;
	border:1px solid #CCCCCC;
}

.hidden{
	overflow:hidden;
}

.abs{
	position:absolute;
}

.ondes{
	color:#999999;
}


@media (min-width:670px) {
.sp{
	display:none !important;
}
span.break_pc{
	display:block;
}
}
@media (max-width:670px) {
.pc{
	display:none !important;
}
body{
	-webkit-text-size-adjust: 100%;
	background:none;
}
img{
	max-width:100%;
	height:auto;
}
.content_inner {
	width:100%;
	box-sizing:border-box;
	padding:0 10px;
}
#header{
	border-width:3px;
	height:40px;
	overflow:hidden;
	margin-bottom:-1px;
}
#header .content_inner{
	padding:0;
}
#header h1{
	padding:2px 0;
	padding-left:10px;
	float:left;
}
#header h1 img{
	width:90px;
}
#header ul{
	float:right;
	text-align:right;
}
#header ul li{
	height:40px;
}
#header ul li a{
	display:block;
	height:100%;
	background-repeat:no-repeat;
	background-position:center center;
	text-align:left;
}
#header ul li.btn_tel{
	width:140px;
	background-color:none;
	border-left:none;
	padding-right:10px;
}
#header ul li.btn_tel a{
	border-left:none;
	background-image:url("../images/common/img_tel.png");
	background-size:140px auto;
}
#header ul li.btn_application{
	width:45px;
}
#header ul li.btn_application a{
	background-image:url("../images/common/btn_application_sp.gif");
	background-size:45px auto;
}

/*------------ NAVI ------------*/
#gnav{
	display:none;
}
#gnav .content_inner{
	padding:0;
}
#gnav ul{
	background:none;
}
#gnav ul li{
	background:none;
	float:none;
	border-bottom:1px solid #cccccc;
}
#gnav ul li:last-child{
	border:none;
}
#gnav ul li a{
	text-align:left;
	width:100%;
	text-decoration:none;
	color:inherit;
	display:block;
}
#gnav ul li a span{
	display:block;
	vertical-align:top;
	padding:14px 0;
	padding-left:35px;
	background-repeat:no-repeat;
	background-position:10px center;
}
#gnav ul li.nav2 a span{
	background-position:13px center;
}
#btn_menu{
	position:absolute;
	right:0;
	top:0;
    width: 45px;
    height:40px;
	display:block;
	background-color:#009bdf;
}
#btn_menu span {
    display: block;
    background: #FFF;
    width: 24px;
    height: 2px;
    position: absolute;
    left: 11px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
#btn_menu span:first-child {
    top: 12px;
}
#btn_menu span:nth-child(2) {
    margin-top: -1px;
    top: 50%;
}
#btn_menu span:last-child {
    bottom: 12px;
}
#btn_menu.active span:first-child {
    -webkit-transform: translateY(7px) rotate(45deg);
    -moz-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
}
#btn_menu.active span:nth-child(2) {
    opacity: 0;
}
#btn_menu.active span:last-child {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -moz-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
}


/*------------ TOP ------------*/
#main{
	border-bottom:none;
}
#main .content_inner{
	padding:0;
}
#main:before{
	display:none;
}
#main .bnr{
	position:static;
	padding:10px;
}
#main img{
	width:100%;
}
#main .bnr img{
	width:100%;
}
.content_block .content_inner{
	padding-top:15px;
	padding-bottom:15px;
}
.content_block h3{
	padding-bottom:15px;
}
.content_block h3 img{
	height:35px;
}
.content_block .content_inner:before{
	display:none;
}
.service_block{
	padding:15px;
	padding-left:70px;
	background-position:15px center;
	margin-bottom:10px;
}
.service_block.block1{
	background-size:35px auto;
}
.service_block.block2{
	background-size:45px auto;
	margin-bottom:15px;
}
.service_block .ttl{
	font-size:14px;
	padding-bottom:5px;
}
.service_block .body{
	font-size:12px;
}
.plan_block{
	border:1px solid #008ed6;
	padding:10px;
	background:none;
	margin-bottom:10px;
}
.plan_block .ttl{
	font-size:14px;
	padding-bottom:5px;
	text-align:center;
}
.plan_block .body{
	font-size:12px;
	padding-bottom:10px;
}
.plan_block .img{
	width:100%;
	font-size:10px;
}
.plan_block .img{
	width:100%;
}
.flets_block{
	border:1px solid #008ed6;
	padding-left:85px;
	background-repeat:no-repeat;
	background-position:7px 50%;
	background-size:70px auto;
	margin-bottom:15px;
}
.flets_block .body{
	padding:10px;
	height:auto;
	line-height:1.7;
	font-size:14px;
}
.lead_block{
	margin-bottom:15px;
}
.lead_block .ttl{
	font-size:14px;
	padding-bottom:5px;
}
.lead_block .body{
	font-size:12px;
}
.call_block{
	width: 80%;
	padding:20px 15px;
	background-color: #fff;
	margin:0 auto 20px;
}
.call_block .ttl{
	font-size:14px;
	padding-bottom:5px;
}
.call_block .body{
	font-size:12px;
}
.list_support{
	text-align:center;
	margin-bottom:15px;
}
.list_support li{
	display:block;
	margin:0 auto 5px;
	width:55%;
	text-align:center;
}
.list_support li img{
	width:100%;
}
.list_support li.cross{
	width:7%;
}
.list_support li.cross img{
	padding-top:0;
	width:100%;
}
.flow_block{
	margin-bottom:15px;
}
.flow_block img{
	width:100%;
}
.flow_block p{
	font-size:10px;
	text-align:left;
}
.step_block{
	font-size:16px;
	margin-bottom:15px;
}
.btn_area{
	padding-bottom:15px;
}
.btn_area.show{
	display:block;
}
.btn_area a,
.btn_area input{
	display:inline-block;
	width: 75%;
	height: 40px;
	line-height:40px;
	font-size:14px;
	background-repeat:no-repeat;
	background-position:95% center;
	background-size:7px auto;
}
.btn_area2{
	text-align:center;
	padding-bottom:15px;
}
.sub_block .btn_area2{
	padding-top:15px;
}
.sub_block .btn_area2 a{
    padding: 15px 0;
	height:auto;
	line-height:1.7;
}
.btn_area2 a{
	position:relative;
	top:0px;
	display:inline-block;
	width: 95%;
	height: 40px;
	line-height:40px;
	font-size:14px;
	background-color: #d9d9d9;
	background-repeat:no-repeat;
	background-position:95% center;
	background-size:7px auto;
}
.confirm .btn_area a,
.confirm .btn_area input{
	width: 75%;
	margin:5px 0;
}
.confirm .btn_area input{
	height: 43px;
}
.complete{
	padding:0 0 0;
	text-align:left;
}
.complete .lead1{
	font-size:14px;
	padding-bottom:10px;
}
.complete .lead2{
	font-size:12px;
	padding-bottom:20px;
}
.news_block{
	width:100%;
	margin:0 auto 15px;
}
.table_news th,
.table_news td{
	display:block;
	padding-bottom:5px;
	font-size:12px;
}
.table_news th{
	width:100%;
}
.company_block{
	width:100%;
	margin:0 auto 15px;
}
.table_company{
	width:100%;
}
.table_company th,
.table_company td{
	padding-bottom:5px;
	font-size:12px;
}
.table_company th{
	width:20%;
	white-space:nowrap;
}
.contact_block{
	padding-bottom:15px;
}
.contact_block .tel_box{
	margin-bottom:10px;
}
.contact_block .tel_box img{
	width:200px;
}
.table_tel{
	width:150px;
	margin:0 auto;
}
.table_tel th,
.table_tel td{
	padding-bottom:5px;
	font-size:12px;
	white-space:nowrap;
}
.table_tel th{
	width:30%;
}
.table_tel td{
	text-align:right;
}
#list_service{
	padding-bottom:0;
}
#list_service li{
  border-radius: 2px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px 0px rgba(6, 0, 1, 0.19);
  width: 95%;
  height: auto;
  padding:10px;
  float:none;
  margin:0 auto 15px;
}
#list_service li.last{
	margin-right:0;
}
#list_service li .icon{
	text-align:center;
	height:auto;
	width:auto;
	display:block;
	vertical-align:bottom;
}
#list_service li .ttl{
	font-size:14px;
	padding:10px 0;
}
#list_service li .body{
	font-size:12px;
}
#list_service li .comment{
	font-size:11px;
	padding-top:5px;
}
.tel_kotei{
	width:160px;
	padding-left:40px;
	text-align:center;
	margin:0 auto;
}
.tel_kotei .igai{
	font-size:14px;
	padding-bottom:7px;
}
.tel_kotei .time{
	font-size:12px;
	padding-top:10px;
}
#list_plan{
	padding-bottom:0;
}
#list_plan li{
	float:none;
	width:95%;
	margin:0 auto 15px;
	text-align:center;
}
#list_plan li .icon{
	width:55%;
	margin:0 auto 0;
}
#list_plan li .ttl{
	font-size:16px;
	padding:7px 0;
}

/*------------ COMPANY ------------*/
.mainttl{
  box-shadow: 0px 3px 0px 0px rgba(51, 51, 51, 0.004);
  padding:10px 0;
  border-bottom:2px solid #333333;
}
.mainttl img{
	height:16px;
}
h3.ttl_sub{
	font-size:16px;
	border-bottom:2px solid #424242;
	padding-bottom:5px;
	margin-bottom:15px;
}
h3.ttl_sub:before{
	width:140px;
	height:2px;
	bottom:-2px;
}
.table_common{
	width:100%;
	margin-bottom:20px;
}
.table_common th,
.table_common td{
	width:100%;
	font-size:14px;
	padding:5px 10px;
	border-bottom:1px solid #FFF;
	font-weight:normal;
	display:block;
	box-sizing:border-box;
	text-align:left;
}
.table_common th{
	width:100%;
}
.table_common td{
	background-color:#eaeaea;
}

/*------------ CONTACT ------------*/
.content_contact{
	width:auto;
	font-size:14px;
	padding:0 0 20px;
}
.table_contact th,
.table_contact td{
	padding:8px 0;
	box-sizing:border-box;
	display:block;
	width:100%;
}
.table_contact th.space{
	padding:8px 0 0;
}
.table_contact th{
	width:100%;
	font-weight:700;
	padding-bottom:0;
}
.table_contact input[type="text"],
.table_contact textarea{
	padding:10px;
	width:100%;
	border:none;
	background-color:#f2f2f2;
	box-sizing:border-box;
	font-size:14px;
}
/*20160903追記*/
.table_contact input[type="text"].box_mail{
	width:45%;
}
.table_contact .at{
	font-size:14px;
	top:8px;
}
.table_contact input[type="text"].box_number{
	width:85%;
}
.table_contact .number_head{
	width:12%;
	font-size:14px;
	top:10px;
}
/*20160903追記*/
.table_contact .doui th{
	display:none;
}
.table_contact .doui td{
	padding-top:10px;
	text-align:left;
}
.table_contact .doui td label{
	margin-bottom:15px;
	display:block;
}
.table_contact .doui td .error{
	position:relative;
	top:-15px;
}
.table_contact th .multi{
	display:inline;
}
.list_check{
	margin-bottom:-5px;
	margin-top:-5px;
}
.list_check li {
    margin: 5px 15px 5px 0;
}

/*------------ PP ------------*/
.pp_box{
	padding-bottom:15px;
	font-size:12px;
}
.sub_block{
	padding-bottom:40px;
}
.seitei{
	font-size:12px;
	padding-top:15px;
}

/*------------ PLAN ------------*/
#list_plan_sub{
	padding:0 0 15px;
}
.lead_plan{
	font-size:14px;
	padding-bottom:15px;
}
#list_plan_sub li{
  border-style: solid;
  border-width: 2px;
  border-radius: 3px;
  width: auto;
  text-align:center;
  padding:10px;
  float:none !important;
  margin-bottom:10px;
}
#list_plan_sub li img{
	height:80px;
}
h4.line{
	font-size:14px;
	border-left:3px solid #009bdf;
	padding-left:5px;
	margin-bottom:10px;
}
.list_option{
	font-size:14px;
	padding-bottom:40px;
}
.ttl_entry{
	text-align:center;
	padding-bottom:10px;
	font-size:20px;
}
#list_btn{
	text-align:center;
}
#list_btn li{
	display:block;
	margin:0 10px;
	vertical-align:top;
}
.btn_common a{
	border:none;
	display:block;
	width: 100%;
	height: auto;
	line-height:1.7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #eec207;
	border-bottom:3px solid #333333;
	color:#000;
	text-decoration:none;
	font-size:14px;
	background-repeat:no-repeat;
	background-position:95% center;
	background-image:url("../images/common/arrow_btn.png");
	background-size:7px auto;
	text-align:center;
	text-decoration:none;
	padding:15px 0;
}
#list_btn .btn_tel a{
	border:none;
	display:block;
	width: 100%;
	height: auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #008ed6;
	border-bottom:3px solid #333333;
	text-decoration:none;
	text-align:center;
	padding:10px 0;
}
#list_btn .btn_tel a img{
	width:200px;
}
#list_btn .btn_tel p{
	font-size:11px;
	padding-top:5px;
	padding-bottom:10px;
}
.ttl_service{
	font-size:16px;
	font-weight:700;
	padding-left:60px;
}

/*------------ PLAN ------------*/
.ttl_service{
	font-size:14px;
	font-weight:700;
	padding:10px 0 5px 35px;
	background-repeat:no-repeat;
	background-position:left top;
	background-size:30px auto;
	margin-bottom:5px;
}
.ttl_kojin{
	background-image:url("../images/plan/icon_kojin.png");
}
.ttl_hojin{
	background-image:url("../images/plan/icon_hojin.png");
}
.img_price{
	padding-bottom:15px;
}
.comment_price{
	font-size:11px;
	padding-bottom:20px;
}
.campaign_body{
	padding-bottom:15px;
	font-size:12px;
}
.list_campaign{
	padding-bottom:30px;
}

/*------------ SUPPORT ------------*/
.box_contact{
  border-style: solid;
  border-width: 1px;
  border-color: rgb(231, 231, 231);
  background-color: rgb(239, 239, 239);
  text-align:center;
  padding:20px;
  margin-bottom:30px;
}
.box_contact .lead{
	font-size:14px;
	padding-bottom:10px;
}
.box_contact .btn_area{
	padding-bottom:0;
}
.box_download{
	border-style: solid;
	border-width: 1px;
	border-color: rgb(231, 231, 231);
	background-color: rgb(239, 239, 239);
	padding:15px;
	margin-bottom:30px;
}
.table_download{
	width:100%;
}
.table_download th,
.table_download td{
	width:100%;
	border:1px solid #666666;
	text-align:center;
	font-size:14px;
	padding:8px;
	display:block;
	box-sizing:border-box;
}
.table_download th{
	color:#FFF;
	background-color:#666666;
}
.btn_pdf{
	display:inline-block;
	padding:2px 0 2px 20px;
	background-size:15px auto;
	color:inherit;
	text-decoration:none;
}
.btn_pdf:hover{
	text-decoration:underline;
}
h4.ttl_qa{
	font-size:14px;
	font-weight:700;
	background-color:#efefef;
	border-left:7px solid #4087dd;
	padding:5px;
	margin-bottom:5px;
}
.list_qa{
	margin-bottom:15px;
}
.list_qa .q{
	font-size:14px;
	font-weight:700;
	background-repeat:no-repeat;
	background-position:left 7px;
	background-image:url("../images/support/icon_q.png");
	padding:5px 0 5px 35px;
	border-bottom:1px dotted #cfcfcf;
	cursor:pointer;
}
.list_qa .q .toggle_trigger{
	background-repeat:no-repeat;
	background-position:100% 50%;
	background-image:url("../images/support/arrow_b.png");
	background-size:12px auto;
	padding-right:20px;
}
.list_qa .q .toggle_trigger.active{
	background-image:url("../images/support/arrow_t.png");
}
.list_qa .a{
	font-size:14px;
	background-repeat:no-repeat;
	background-position:left 7px;
	background-image:url("../images/support/icon_a.png");
	padding:5px 0 5px 35px;
	display:none;
}

/*------------ FOOTER ------------*/

#footer .content_inner{
	padding:15px 0;
}
#pagetop{
	margin-left:-18px;
	margin-top:-18px;
	z-index:5;
}
#pagetop img{
	width:36px;
}
#footer ul{
	float:none;
	width:100%;
	line-height:100%;
	text-align:center;
	border-left:none;
	padding-bottom:10px;
	position:relative;
	z-index:10;
}
#footer ul li{
	font-size:11px;
	line-height:100%;
	border-right:1px solid #FFF;
	padding:0 5px;
}
#footer ul li:first-child{
	border-left:1px solid #FFF;
}
address{
	text-align:center;
	font-size:9px;
	float:none;
	width:100%;
}
}
