﻿@charset "utf-8";
/* CSS Document */
img{
	max-width: 100%;
}

/*PC対応*/
@media screen and (min-width: 641px){
#category_list{
	top: 100px;
}
header{
	margin-bottom: 15px;
}


.mb20 {
	margin: 0 0 20px;
}

#wrap h2{
	width: 944px;
	border-left: solid 6px #a9dbe0;
	background: #666666;
	color: #fff;
	padding: 10px 0 10px 20px;
	font-size: 22px;
	font-weight: 500;
	display: table-cell;
}
#wrap h2 span{
	font-size: 12px;
	vertical-align: middle;
	margin: 0 0 0 10px;
}


#inquiries .copy {
	width: 777px;
	margin: 30px auto 40px;
	line-height: 1.6;
	font-size: 14px;
	text-align:center;
}
#inquiries .redTxt {
	color: #e42424;
	margin-left: 10px;
}

#inquiries dl {
	width: 650px;
	margin: 0 auto 15px;
	
}
#inquiries dt {
	font-size: 14px;
	line-height: 1.6;
	text-align:center;
}
#inquiries dd {
	width: 200px;
	float: right;
	text-align: right;
	padding: 40px 0 0;
}


#inquiries table {
	width: 650px;
	margin: 0 auto 40px;
	border-top: 1px dotted #989898;
	font-size: 14px;
}
#inquiries table th,
#inquiries table td {
	border-bottom: 1px dotted #989898;
}
#inquiries table th {
	border-right: 1px dotted #989898;
	font-weight: normal;
	text-align: left;
	width: 160px;
	padding: 30px 20px;
}
#inquiries table td {
	padding: 30px 50px;
}


#inquiries table input[type="radio"] {
	display: none;
}
#inquiries table label{
	display: inline-block;
	position: relative;
	cursor: pointer;
	padding: 0 20px;
	border-radius: 2px;
	/*text-align: center;*/
	line-height: 1;
	font-size: 110%;
	margin-right: 20px;
	line-height: 1.5em;
}
#inquiries table label:before{
	position: absolute;
	content: "";
	top: 50%;
	left: -8px;
	width: 14px;
	height: 14px;
	margin-top: -8px;
	background: #E3E3E3;
	border-radius: 50%;
	border: 1px solid #E3E3E3;
}
#inquiries table input[type="radio"]:checked + label:after {
	position: absolute;
	content: "";
	top: 50%;
	left: -3px;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	border-radius: 50%;
	background: #666;
}

#inquiries table input {
	
	padding: 5px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
#inquiries table .inputMax {
	width: 100%;
}
#inquiries table .lo_num01 {
	width: 47px;
}
#inquiries table .lo_num02 {
	width: 77px;
}
#inquiries table .num01 {
	width: 69px;
}
#inquiries table textarea {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding: 5px;
	width: 100%;
	height: 106px;
}
#inquiries table textarea.location01 {
	height: 81px;
}
#inquiries table select {
	padding: 5px;
}


#inquiries .btn {
	width: 464px;
	margin: 0 auto 60px;
}
#inquiries .btn li {
	float: left;
	padding-right: 20px;
}
#inquiries .btn li:last-child {
	padding-right: 0;
}
#inquiries .btn a{
	width: 200px;
    padding: 20px 0;
    border: 1px solid #ccc;
    text-align: center;
    margin: 10px auto 50px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    display: block;
    font-weight: bold;
    background-color: #f7f7f7;
    font-size: 16px;
    background-image: url(../img/icon_arrow.gif);
    background-repeat: no-repeat;
    background-position: 95% center;
}
#inquiries .btn li:first-child a {
    float: left;
    background-image: url(../img/icon-arrow02.gif);
    background-repeat: no-repeat;
    background-position: 5% center;
}

/* index.html */
#inquiries .btn_branch_sp a{
display: none;
}
#inquiries .btn_branch_pc a{
	display: block;
	margin: 50px 100px 0 100px;
	padding: 20px 0;
	border: 8px solid #cfcfcf;
	text-align: center;
	font-size: 20px;
	color: #666;
	font-weight: 600;
}
#inquiries .btn_branch_pc a:hover{
	color: #fff;
	background-color: #666;
}
#inquiries .btn_branch_pc span{}
#inquiries .btn_branch_pc span:after{
	content: ">>";
	padding-left: 2em;
}
#inquiries .btn_branch a{
	display: block;
	margin: 50px 100px 0 100px;
	padding: 20px 0;
	border: 8px solid #cfcfcf;
	text-align: center;
	font-size: 20px;
	color: #666;
	font-weight: 600;
}
#inquiries .btn_branch a:hover{
	color: #fff;
	background-color: #666;
}
#inquiries .btn_branch span{}
#inquiries .btn_branch span:after{
	content: ">>";
	padding-left: 2em;
}
#inquiries p.txt_branch{
	margin: 20px 100px 0px 100px;
	padding-bottom: 20px;
	font-size: 16px;
	line-height: 1.5em;
}
#inquiries p.txt_branch a{
	text-decoration: underline;
}
#inquiries p.txt_branch:last-of-type{
	margin-bottom: 50px;
}

/* 各フォーム */
#inquiries table tr.bdrB_none th{
	border-bottom: 0 dotted;
}

/* 同意 */
#inquiries .agree_box{
	border: 2px solid #989898;
	width: 650px;
	margin: 0 auto;
	padding: 20px 0 20px 0;
}
#inquiries .agree_box p{
	font-size: 16px;
	line-height: 1.5em;
	text-align: center;
}
#inquiries .agree_box p.tlt{
	font-weight: bold;
	margin-bottom: 1em;
}
#inquiries .agree_check{
	width: 650px;
	margin: 20px auto 50px auto;
	font-size: 16px;
	text-align: center;
}
#inquiries .agree_check span{
	padding-left: 1em;
}
#inquiries .agree_check input{
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
}

#btn-back a {
    width: 400px;
    padding: 20px 0;
    border: 1px solid #ccc;
    text-align: center;
    margin: 30px auto 50px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    display: block;
    font-weight: bold;
    background-color: #f7f7f7;
    font-size: 16px;
    background-image: url(../../common/img/icon_arrow_back.gif);
    background-repeat: no-repeat;
    background-position: 5% center;
}


#inquiries form #errorTxt{
	width: 650px;
}

}

/*スマートフォン対応*/
@media screen and (max-width: 640px){
.mb20 {
	margin: 0 0 10px;
}

body{
	font-size: 14px;
}
#g_nav , .inner , #wrap , #f_area{
	width: 	100%;
	margin: 0 auto;
}
header{
	padding: 15px 4.6875% 17px;
	height:auto
	}
header h1{
		width: 66.85%;
		position:relative;
		top:0;
		margin:0;
	}
#category_list{
	top: 63px;
}


/* / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / 
itemlist（下層ページ）
/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / */
#wrap h2{
	background: #666;
	padding: 15px;
	color: #fff;
	margin: 0  0 15px;
	font-size: 18px;
	font-weight: 500;
}
#wrap h2 span{
	margin: 0 0 0 10px;
}

#inquiries {
	width: 95%;
	margin: 0 auto;
	font-size: 10px;
	line-height: 1.6;
}


#inquiries .copy {
	margin: 20px auto 30px;
	font-size: 12px;
}
#inquiries .redTxt {
	color: #e42424;
	margin-left: 10px;
}

#inquiries dl {
	margin: 0 auto 15px;
}
#inquiries dt {
	background-image: url(../img/bg_sp01.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-size: auto 85%;
	background-color: #FAFAFA;
	
	border: 1px solid #D5D5D5;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
	
	padding: 6px 8px;
	margin: 0 0 20px;
}
#inquiries dd {
	margin: 0 0 11px;
}


#inquiries table {
	width: 100%;
	margin: 0 auto 35px;
	border-top: 1px dotted #989898;
}
#inquiries table th,
#inquiries table td {
	border-bottom: 1px dotted #989898;
	padding: 10px 15px;
}
#inquiries table th {
	border-right: 1px dotted #989898;
	font-weight: normal;
	text-align: left;
	padding: 10px;
	/*width: 12em;*/
	min-width: 6em;
}

#inquiries table input[type="radio"] {
	display: none;
}
#inquiries table label{
	display: inline-block;
	position: relative;
	cursor: pointer;
    padding: 5px 0px 5px 10px;
	border-radius: 2px;
	/*text-align: center;*/
	line-height: 1;
	font-size: 110%;
	margin-right: 10px;
}
#inquiries table label:before{
	position: absolute;
	content: "";
	top: 50%;
	left: -8px;
	width: 14px;
	height: 14px;
	margin-top: -8px;
	background: #E3E3E3;
	border-radius: 50%;
	border: 1px solid #E3E3E3;
}
#inquiries table input[type="radio"]:checked + label:after {
	position: absolute;
	content: "";
	top: 50%;
	left: -3px;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	border-radius: 50%;
	background: #666;
}

#inquiries table input {
	padding: 3px 5px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
#inquiries table .inputMax {
	width: 100%;
}
#inquiries table .lo_num01 {
	width: 40px;
}
#inquiries table .lo_num02 {
	width: 70px;
}
#inquiries table .num01 {
	width: 40px;
}
#inquiries table textarea {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding: 5px;
	width: 100%;
	height: 106px;
}
#inquiries table textarea.location01 {
	height: 81px;
}
#inquiries table select {
	padding: 5px;
}


#inquiries .btn {
	width: 194px;
	margin: 0 auto 35px;
}
#inquiries .btn li {
	float: left;
	padding-right: 20px;
}
#inquiries .btn li:last-child {
	padding-right: 0;
}
#inquiries .btn a{
	width: 85px;
	height: 15px;
	
	padding: 5px 0;
	
	text-align: center;
	border: 1px solid #ccc;
	
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	
	display: block;
	font-size: 15px;
	
	line-height: 1.0;
}

/* index.html */
#inquiries .btn_branch_pc{
display: none;
}
#inquiries .btn_branch a{
	display: block;
	/*margin: 50px 50px 0 50px;*/
	padding: 1em 0;
	border: 8px solid #cfcfcf;
	text-align: center;
	font-size: 16px;
}
#inquiries .btn_branch span{}
#inquiries .btn_branch span:after{
	content: ">>";
	padding-left: 1em;
}
#inquiries .btn_branch_sp a{
	display: block;
	/*margin: 50px 50px 0 50px;*/
	padding: 1em 0;
	border: 8px solid #cfcfcf;
	text-align: center;
	font-size: 16px;
}
#inquiries .btn_branch_sp span{}
#inquiries .btn_branch_sp span:after{
	content: ">>";
	padding-left: 1em;
}
#inquiries p.txt_branch{
	margin: 1em 0 2em 0;
	font-size: 1.5em;
	line-height: 1.5em;
}
#inquiries p.txt_branch a{
	text-decoration: underline;
}

/* 各フォーム */
#inquiries table tr.bdrB_none th{
	border-bottom: 0 dotted;
}

/* 同意 */
#inquiries .agree_box{
	border: 2px solid #989898;
	/*width: 650px;*/
	margin: 0 auto;
	padding: 1em ;
}
#inquiries .agree_box p{
	font-size: 1.2em;
	line-height: 1.5em;
}
#inquiries .agree_box p.tlt{
	font-weight: bold;
	margin-bottom: 1em;
	text-align: center;
}
#inquiries .agree_check{
	margin: 1em auto 2em auto;
	font-size: 1.2em;
	text-align: center;
}
#inquiries .agree_check span{
	padding-left: 1em;
}
#inquiries .agree_check input{
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
}

#btn-back a {
    width: 90%;
    padding: 15px 0;
    border: 1px solid #ccc;
    text-align: center;
    margin: 30px auto 50px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    display: block;
    font-weight: bold;
    background-color: #f7f7f7;
    font-size: 12px;
    background-image: url(../../common/img/icon_arrow_back.gif);
    background-repeat: no-repeat;
    background-position: 5% center;
}

}