/*----------------------------------------
サイト固有
----------------------------------------*/
.relative{
	position: relative;
}
.line-button{
	position:absolute;
	bottom:1%;
}

.info_col1,.info_col2{
	padding:1em;
}
.info_box .info_col1 th{
	text-align:right;
	width:25%;
	padding:0.5em 0.2em 0.5em 0;
	border-right:3px solid #666;
}

.info_company{
	font-size: 1.5em;
	font-weight:bold;
	margin-bottom:0.5em;
}

.info_col2{
	padding-top:3em;
	padding-bottom:2em;
	padding-right:40%;
	background:url(../images/LP010.png) no-repeat right bottom/60%;
}
.info_col2 .info_type{
	margin-bottom:0.5em;
}
.info_col2 .info_type span{
	font-size: 1.2em;
	font-weight:bold;
	padding:0.2em 0.5em 0.1em 0.5em;
	border:1px solid #555;
}
.info_col2 .info_title{
	margin-top:1em;
	margin-bottom:0.5em;
}
.info_col2 .info_title span{
	font-size: 1.1em;
	font-weight:bold;
	padding-bottom: 0.1em;
	border-bottom: 1px solid #555;
}
.info_col2 .info_list{
	list-style :disc;
	padding-left:1.5em;
	color: #555;
	background-color:rgba(255,255,255,0.8);
}

@media screen and (max-width:650px){
	html{
		font-size:16px;
	}
}
@media screen and (max-width:550px){
	html{
		font-size:14px;
	}
}
@media screen and (max-width:450px){
	html{
		font-size:12px;
	}
	.info_col2{
		background:url(../images/LP010.png) no-repeat right bottom/80%;
	}
}
@media screen and (max-width:350px){
	html{
		font-size:10px;
	}

}
/*----------------------------------------
ソーシャルボタン
----------------------------------------*/
.ssba img {
    border: 0 none;
    box-shadow: none !important;
    display: inline !important;
    padding: 10px;
    vertical-align: middle;
    width: 60px !important;
}
.ssba, .ssba a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-family: Indie Flower;
    font-size: 20px;
    text-decoration: none;
}
.ssba_sharecount:after, .ssba_sharecount:before {
    border: medium solid transparent;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    right: 100%;
    width: 0;
}
.ssba_sharecount:after {
    border-color: rgba(224, 221, 221, 0) #f5f5f5 rgba(224, 221, 221, 0) rgba(224, 221, 221, 0);
    border-width: 5px;
    margin-top: -5px;
    top: 50%;
}
.ssba_sharecount:before {
    border-color: rgba(85, 94, 88, 0) #e0dddd rgba(85, 94, 88, 0) rgba(85, 94, 88, 0);
    border-width: 6px;
    margin-top: -6px;
    top: 50%;
}
.ssba_sharecount {
    background: none repeat scroll 0 0 #f5f5f5;
    border: 1px solid #e0dddd;
    border-radius: 6px;
    color: #555e58;
    font: 11px Arial,Helvetica,sans-serif;
    padding: 5px;
    position: relative;
    text-align:right;
}
.ssba_sharecount:after {
    border-right-color: #f5f5f5;
}



.ssba-wrapp {
display:none !important;
    bottom: 30px;

    left: 10px;
    opacity: 0.5;
    position: fixed;
    z-index: 100;
}
.ssba-wrapp .ssba {
    display: block !important;
}
.ssba-wrapp .ssba a, .ssba-wrapp .ssba span {
    display: block !important;
}
.ssba-wrapp .ssba_sharecount:before {
    border-color: #e0dddd rgba(192, 192, 192, 0) !important;
    border-style: solid !important;
    border-width: 0 5px 6px !important;
    content: "" !important;
    height: 0 !important;
    left: 24px !important;
    position: absolute !important;
    top: -1px !important;
    width: 0 !important;
}
.ssba-wrapp .ssba_sharecount:after {
    border-color: #f5f5f5 rgba(192, 192, 192, 0) !important;
    border-style: solid !important;
    border-width: 0 5px 5px !important;
    content: "" !important;
    height: 0 !important;
    left: 24px !important;
    position: absolute !important;
    top: 0 !important;
    width: 0 !important;
}
/*----------------------------------------
IE
----------------------------------------*/
#scroll-top a{
	/* IE8 */
	background: url("../images/scroll-top-top.png") no-repeat scroll 50% center #BBB\9;
}
.navi-list ul{
	background-color:#EEE\9;
}
.ssba-wrapp, .ssba-wrapp .ssba{
	width:64px\9;
}
.ssba-wrapp .ssba_sharecount:before{
  display:none\9;
}
.ssba-wrapp .ssba_sharecount:after{
  display:none\9;
}
/*----------------------------------------
共通
----------------------------------------*/
*{
	margin:0;
	padding:0;
	word-break: break-all;
	vertical-align:middle;
	font-size:1em;
	box-sizing:border-box;
}
td,th,p{
	color:#555555;
}
a{ 
	text-decoration:none;
}
a:hover{ 
	opacity:0.8;
}
.col a{
	color:#008cff;
}
img{
	max-width: 100%;
	height:auto;
	border:none;
}
html {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
body{
	min-width:950px;/*背景が消えるバグ防止*/
	background-color:#FFF;
}
.pc-width{
	width:950px !important;
	margin:auto !important;
}
.sp-width{
	width:650px !important;
	margin:auto !important;
}

.fl{
	float:left !important;
}
.fr{
	float:right !important;
}
.cf:after{
	clear:both;
}
.cf{
	overflow:hidden;
}
.title{
	background-color:#0074C5;
}
.back-blue-closs{
	background:url(../images/closs02.png);
}
.back-note{
	background:url(../images/back-note.png);
}
.back-par{
	background:url(../images/back-par.png);
}
.back-closs{
	background:url(../images/closs.png);
}
.back-blue{
	background-color:#0074bd;
}
.back-red{
	background-color:#a20d23;
}
.back-hight-blue{
	background-color:#DAEEF1;
}
.back-down-blue{
	background-color:#122F89;
}
.back-pink{
	background-color:#FA77B6;
}
.back-white{
	background-color:white;
}
.w100{
	width:100%;
}
.h100{
	height:100%;
}
.red{
	color:red;
}
.white{
	color:white;
}
.blue{
	color:#0074D2;
}
.bold{
	font-weight:bold;
}
h3{
	font-size:25px;
}
h4{
	font-size:20px;
}
.block{
	display:block;
}
.inline-block{
	display:inline-block;
}
.center{
	text-align:center;
}
.left{
	text-align:left;
}
.right{
	text-align:right;
}
.mt5{
	margin-top:5px !important;
}
.mt10{
	margin-top:10px !important;
}
.mt15{
	margin-top:15px !important;
}
.mt20{
	margin-top:20px !important;
}
.mt30{
	margin-top:30px !important;
}
.mb5{
	margin-bottom:5px !important;
}
.mb10{
	margin-bottom:10px !important;
}
.mb15{
	margin-bottom:15px !important;
}
.mb20{
	margin-bottom:20px !important;
}
.mb30{
	margin-bottom:30px !important;
}
.pt5{
	padding-top:5px !important;
}
.pt10{
	padding-top:10px !important;
}
.pt15{
	padding-top:15px !important;
}
.pt20{
	padding-top:20px !important;
}
.pt30{
	padding-top:30px !important;
}
.pt40{
	padding-top:40px !important;
}
.pt130{
	padding-top:130px !important;
}
.pb5{
	padding-bottom:5px !important;
}
.pb10{
	padding-bottom:10px !important;
}
.pb15{
	padding-bottom:15px !important;
}
.pb20{
	padding-bottom:20px !important;
}
.pb30{
	padding-bottom:30px !important;
}
.pb40{
	padding-bottom:40px !important;
}
.pl5{
	padding-left:5px !important;
}
.pl10{
	padding-left:10px !important;
}
.pl20{
	padding-left:20px !important;
}
.pr5{
	padding-right:5px !important;
}
.pr10{
	padding-right:10px !important;
}
.pr20{
	padding-right:20px !important;
}
.p5{
	padding:5px !important;
}
.p10{
	padding:10px !important;
}
.p15{
	padding:15px !important;
}
.p20{
	padding:20px !important;
}
.p30{
	padding:30px !important;
}
.vtop{
	vertical-align:top;
}
.vbottom{
	vertical-align:bottom;
}
.vmiddle{
	vertical-align:middle;
}
.radius5{
	border-radius:5px;
}
.radius10{
	border-radius:10px;
}
/*----------------------------------------
フォーム
----------------------------------------*/
input[type="text"], input[type="password"], input[type="email"], textarea,select{
	border:1px solid #CCCCCC;
	padding:10px;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus{
	border:1px solid #0682c5 !important;
}
input[type="submit"]{
	margin-top:20px;
	padding:15px;
	background-color:#0682c5;
	cursor: pointer;
	color:#ffffff;
	font-weight:bold;
	font-size:13px;
	border:none;
	border-radius: 2px;
	-border-radius: 2px;
	-moz-border-radius: 2px;
}
.submit:hover{
	background-color:#04bde1;
}
/*----------------------------------------
独自コンテンツ部分
----------------------------------------*/
#contents_00{
	/*position:fixed;*/
	z-index:100;
}
#content_00_02{
	background-color:#FFF;
	padding-bottom:10px;
}
#content_00_02 .col-wrapp a.col{
	border-radius:3px;
	padding:8px 3px;
	color:white;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#345099+49,345099+50,1e4199+50 */
background: #345099; /* Old browsers */
background: -moz-linear-gradient(top,  #345099 49%, #345099 50%, #1e4199 50%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #345099 49%,#345099 50%,#1e4199 50%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #345099 49%,#345099 50%,#1e4199 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#345099', endColorstr='#1e4199',GradientType=0 ); /* IE6-9 */
}
.nav-arrow{
	background-image:url(../images/subaru_03.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	
}
.bottm-line{
	border-bottom:2px dotted #0074D2;
}
.bottm-line2{
	border-bottom:2px dotted white;
}
.key-chosei{
	padding-top:100px;
}
/*----------------------------------------
カラム操作
----------------------------------------*/
.ng-margin5{
	margin-left:-5px;
	margin-right:-5px;
}
.ng-margin10{
	margin-left:-10px;
	margin-right:-10px;
}
.ng-margin15{
	margin-left:-15px;
	margin-right:-15px;
}
.ng-margin20{
	margin-left:-20px;
	margin-right:-20px;
}
.ng-margin25{
	margin-left:-25px;
	margin-right:-25px;
}
.ng-margin30{
	margin-left:-30px;
	margin-right:-30px;
}
.ng-margin35{
	margin-left:-35px;
	margin-right:-35px;
}
.ng-margin40{
	margin-left:-40px;
	margin-right:-40px;
}
.col-wrapp{
	width:100%;
	display:table;
}
.col-wrapp.colla{
	border-collapse:collapse;
}
.col-wrapp.fixed{
	table-layout: fixed;
}
.col-wrapp .col{
	display:table-cell;
}
.ng-margin5 .col-wrapp{
	border-spacing:5px 0px !important;
}
.ng-margin10 .col-wrapp{
	border-spacing:10px 0px !important;
}
.ng-margin15 .col-wrapp{
	border-spacing:15px 0px !important;
}
.ng-margin20 .col-wrapp{
	border-spacing:20px 0px !important;
}
.ng-margin25 .col-wrapp{
	border-spacing:25px 0px !important;
}
.ng-margin30 .col-wrapp{
	border-spacing:30px 0px !important;
}
.ng-margin35 .col-wrapp{
	border-spacing:35px 0px !important;
}
.ng-margin40 .col-wrapp{
	border-spacing:40px 0px !important;
}
.sp-only{
	display:none !important;
}
.pc-only{
	display:block;
}
.pc-only.col{
	display:table-cell;
}
.pc-only.col-wrapp{
	display:table;
}
.col-wrapp.colla{
	border-collapse:collapse;
}
.col-wrapp.fixed{
	table-layout: fixed;
}
.border-sp2{
	border-spacing:2px 2px;
}
.border-sp5{
	border-spacing:5px 5px;
}
.border-sp10{
	border-spacing:10px 10px;
}


.access_table{
	width:850px;
	margin:auto;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:30px;
}
.access_table .map-link img{
	border:1px solid #000 !important;
	vertical-align:middle;
}
.access_table .col{
	width:50%;
	vertical-align:top;
}
/*----------------------------------------
メールフォーム
----------------------------------------*/
.form_table{
	background-color:#FFFFFF;
	width:100%;
}
.form_table .td_01{
	background-color:#EEEEEE;
	padding:15px;
	max-width:135px !important;
	text-align:right;
	font-size:13px;
	
}
.form_table .td_02{
	background-color:#FFFFFF;
	padding:15px;
}
.hissu{
	display:inline-block;
	padding:2px 7px;
	margin-left:5px;
	font-size:11px;
	color:#FFFFFF;
	background-color:red;
}
input[type="text"],select,input[type="submit"],input[type="email"],input[type="tel"],textarea{
	margin:5px 0px;
	padding:10px 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing:border-box;
}
input[type="text"],select,input[type="email"],input[type="tel"],textarea{
	border:1px solid #DDD;
	width:100%;
}
.submit {
	cursor: pointer;
	background-color: #122F89;
	border-radius: 5px;
	color: #ffffff;
	font-size: 30px;
	font-weight: bold;
	margin:auto;
	margin-top:13px;
	padding: 15px;
	text-align: center;
	max-width: 250px;
}
.submit:hover{
	background-color: #f8d7eb;
	color: #cf007b;
}
.pc_hide,.pc_tb_hide{
	display:none !important;
}
.sp_hide{
	display:block !important;
}
.sp_tb_hide{
	display:table !important;
}
/*===============================================
スマフォ画面の横幅が650pxまで
===============================================*/
@media screen and (max-width:650px){
	.pc-only{
		display:none !important;
	}
	.sp-only{
		display:block !important;
	}
	.sp-only.col-wrapp{
		display:table !important;
	}
	.sp-only.col{
		display:table-cell !important;
	}
	.sp_hide,.sp_tb_hide{
		display:none !important;
	}
	.pc_hide{
		display:block !important;
	}
	.pc_tb_hide{
		display:table !important;
	}
	html{
		overflow-x : hidden;
		overflow-y : auto;
	}
	body{
		min-width:0;
		overflow-x : hidden;
		overflow-y : auto;
	}
	.pc-width{
		width:100% !important;
	}
	.sp-width{
		width:100% !important;
	}
	.col-wrapp .change.col{
		display:block;
		margin-bottom:15px;
		width:100% !important;
	}
	.access_table{
		width:100% !important;
	}
	.access_table iframe{
		
	}
	.form_table .td_01{
		text-align:left;
	}
	.form_table .td_01,.form_table .td_02{
		display:block !important;
		max-width:100% !important;
		width:100% !important;
	}
	h3{
		font-size:20px;
	}
	h4{
		font-size:15px;
	}
	.icon{
		display:none;
	}
	.key-chosei{
		padding-top:100px;
	}
	.head-nav a{
		font-size:11px;
	}
}