@charset "utf-8";


.red { color: #860042;}
/* ------------------------------
 横幅
------------------------------ */
.w5em {width: 5em !important;}
.w4em {width: 4em !important;}
.w7em {width: 7em !important;}
.w10em {width: 10em !important;}

.w60 {width: 60px !important;}
.w100 {width: 100px !important;}

.w30p { width: 30% !important;}
.w49p { width: 49% !important;}
.w100p { width: 100% !important;}

.mr2p { margin-right: 2% !important;}
.mr4p { margin-right: 4% !important;}

/* ------------------------------
 テーブル線
------------------------------ */
#form_box table th,
#form_box table td {
    border-bottom: 1px dotted #a4a4a4;
}
#form_box table tr:first-child th,
#form_box table tr:first-child td {
    border-top: 1px dotted #a4a4a4;
}


/* ------------------------------
 ボタン
------------------------------ */
.zip_srch {
	font-size: 1.4rem !important;
    font-weight: bold;
	color: #fff;
	line-height: 1.5;
	padding: 10px 20px;
	cursor: pointer;
	background: #004097;
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
	cursor : pointer;
    border-radius: 20px;
}

.btn-a {
	-webkit-appearance: none;
	appearance: none;
	font-size: 1.6rem;
	width: 300px;
	padding: 15px;
	background: #fff;
	color: #004097;
    border: 2px solid #004097;
    border-radius: 30px;
	line-height: 1.5;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	-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;
}

.btn-b {
	-webkit-appearance: none;
	appearance: none;
	font-size: 1.6rem;
	color: #fff;
	min-width: 100px;
	width: 100px;
	float: left;
	margin-right: -100px;
    border-radius: 30px;
	line-height: 1.5;
	padding: 15px;
	cursor: pointer;
	background: #b5b5b6;
	-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;
}
.btn-b span {
    position: relative;
}
.btn-b span::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 7px;
	height: 7px;
	border-top: 2px solid #004097;
	border-right: 2px solid #004097;
	transform: rotate(45deg);
}
.btn-a:disabled,
.btn-a.is-disabled {
	text-decoration: none;
	background: #fff;
	color: #b5b5b6;
    border: 2px solid #b5b5b6;
	cursor: auto;
}

.btn-a:disabled:hover span {
	background: none;
}
.btn-a span::before {
	content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    margin: auto;
    width: 7px;
    height: 7px;
    border-top: 2px solid #004097;
    border-right: 2px solid #004097;
    transform: rotate(45deg);
    opacity: 1;
    -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;
}
.btn-a:disabled span::before,
.btn-a.is-disabled span::before {
	opacity: 0;
}
input.btn-a {
    background: #fff;
}
table textarea::-webkit-input-placeholder,
table input::-webkit-input-placeholder {
	color: #ccc;
}
table textarea::-webkit-input-placeholder,
table input::-webkit-input-placeholder {
  color: #ccc;
}
table textarea::-moz-placeholder,
table input::-moz-placeholder {
  color: #ccc; opacity: 1;
}
table textarea::-ms-input-placeholder,
table input::-ms-input-placeholder {
  color: #ccc;
}

table input[type='text'] ,
table input[type='number'] ,
table input[type='tel'] ,
table input[type='fax'] ,
table input[type='email'] ,
table input[type='password'] ,
table textarea {
	width: 100%;
	font-size: 1.6rem;
	font-weight: normal;
	color: #000;
	padding: 5px;
	text-align: left;
	background: #eeefef;
	-webkit-appearance: none;
	vertical-align: middle;
}
table select {
	width: auto;
}
table input[type='text']:focus ,
table input[type='number']:focus ,
table input[type='tel']:focus ,
table input[type='email']:focus ,
table select:focus ,
table textarea:focus {
	outline: 0;
	box-shadow: 0 0 2px 3px #ddd inset;
}
table textarea {
	height: 170px;
}
table input[type='text']:focus ,
table input[type='number']:focus ,
table input[type='tel']:focus ,
table input[type='email']:focus ,
table textarea:focus {
    outline: 0;
}
.check-boxes {
	font-size: 1.8rem;
    margin-top: 40px;
    margin-bottom: 40px;
}
input[type="checkbox"] {
    margin-right: 5px;
    vertical-align: baseline;
}
label {
	margin: 5px 1em 5px 0;
	vertical-align: baseline;
	display: inline-block;
    cursor: pointer;
}


/* type="number"の矢印消す */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance:textfield;
}

/* ラジオボタン */
input[type=radio] {
	display: none;
}
input[type=radio] + span {
	width: 20px;
	height: 20px;
	background-color: #fff;
	border: solid 1px #C8C8C8;
	border-radius: 100%;
	display: inline-block;
	vertical-align: top;
	margin-right: 8px;
	position: relative;
}
input[type=radio] + span:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background-color: transparent;
	border-radius: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
input[type=radio]:checked + span:before {
	background-color: #004097;
}



/* チェックボックス */
input[type=checkbox] {
	display: none;
}
input[type=checkbox] + span {
	width: 20px;
	height: 20px;
	background-color: #eeefef;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	position: relative;
	vertical-align: middle;
}
input[type=checkbox] + span:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background-color: transparent;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
input[type=checkbox]:checked + span:before {
	background-color: #004097;
}




/* プルダウン装飾 */
select {
	font-size: 1.6rem;
	width: 100%;
	border-radius: 0;
	position: relative;
	height: 44px;
	line-height: 44px;
	padding: 0 32px 0 7px;
	background: #eeefef url("../img/select.svg") no-repeat right 12px center / 14px auto;
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
    cursor: pointer;
}
select::-ms-expand {
	display: none;
}

/* お問合せテーブル */
.inputList table {
	width: 100%;
}
.inputList table th,
.inputList table td {
	vertical-align: top;
	padding-top: 24px;
	padding-bottom: 24px;
}
.inputList table tr th {
	width: 20%;
}
.inputList table tr th span {
	font-size: 1.2rem;
	font-weight: bold;
	color: #fff;
	min-width: 46px;
	display: block;
	text-align: center;
	line-height: 22px;
	padding: 0 3px;
	margin-right: 10px;
	float: left;
	background: #004097;
}
.inputList table tr th p {
	overflow: hidden;
}
.inputList table tr th span.any {
	background: #b5b5b6;
}
.inputList table.enTable tr th span {
	font-size: 1.2rem;
	min-width: 65px;
	padding: 0 3px;
}
.inputList table tr td li {
	vertical-align: middle;
}
.invisible{
	display: none;
}


.policy {
	font-size: 1.6rem;
}


#form_inquiry {
    padding-bottom: 95px;
}

.button_wrap {
	position: absolute;
	width: 300px;
	margin: auto;
	left: 0;
	right: 0;
}
.button_wrap::before {
	content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    margin: auto;
    width: 7px;
    height: 7px;
    border-top: 2px solid #004097;
    border-right: 2px solid #004097;
    transform: rotate(45deg);
    opacity: 1;
    -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;
	z-index: 10;
}

/* IE用CSS */
@media all and (-ms-high-contrast:none){
	/* ボタン種類 */
	.button.kinds a {
		padding: 16px 15px 12px;
	}
	
	.inputList table tr th span {
		line-height: 12px;
		padding: 6px 8px 2px;
	}
}

/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.w4em {width: 23% !important;}
	.w5em {width: 24% !important;}
	.w7em {width: 30% !important;}
	.w10em {width: 28% !important;}
	.w100 {width: 70px !important;}
	.w30p { width: 100% !important;}
	.address.w10em {
		width: 10em !important;
	}
	
    #form_box table th {
        border-bottom: none;
    }
    #form_box table tr:first-child td {
        border-top: none;
    }

	table input[type='text'] ,
	table input[type='number'] ,
	table input[type='tel'] ,
	table input[type='email'] ,
	table input[type='password'] ,
	table textarea {
		width: 100%;
	}
	/* お問合せテーブル */
	.inputList table th {
		width: auto !important;
		display: block;
		padding: 10px;
		border-bottom: none;
	}
	.inputList table td {
		width: auto !important;
		display: block;
		padding: 10px;
	}

	#form_box table th {
		padding: 20px 0 3px 0;
	}
	#form_box table td {
		padding: 3px 0 20px 0;
	}
	
	/* ボタン */
	.btn-a {
		font-size: 1.6rem !important;
		width: 90%;
		padding: 20px;
	}
	.btn-b {
		font-size: 1.6rem !important;
		min-width: 100px;
		padding: 20px;
		width: 90%;
		float: none;
		margin-right: 0;
		margin-bottom: 5px;
		margin-top: 10px;
	}
	.button_wrap {
		position: relative;
		width: 100%;
		margin: 0 auto 30px;
	}
	.button_wrap::before {
		right: 50px;
	}
	
}

@media screen and (max-width: 479px) {
	
}