@charset "utf-8";

/* ------------------------------
 フォーム（PC）
------------------------------ */
.contents .res {
	margin-bottom: 70px;
}
.contents .res table tr th span.req,
.contents .res table tr th span.any {
	display: inline-block;
	width: 44px;
	height: 20px;
	margin: 0 10px 4px 0;
	border-radius: 10px;
	color: #fff;
	font-weight: bold;
	font-size: 1.3rem;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.req {
	background: #059649;
}
.any {
	background-color: #95989b;
}
@media print, screen and (min-width: 768px) {
	.contents table th {
		width: 25%;
	}
	.contents table th.vat {
		vertical-align: top;
	}
	.contents table td {
		padding: 21px 0 21px 30px;
	}
}
/* フォーム */
label {
	display: inline-block;
	position: relative;
	cursor: pointer;
}
textarea::placeholder,
input::placeholder {
	color: #9b9b9b;
}
input[type='text'],
input[type='number'],
input[type='tel'],
input[type='email'],
input[type='password'],
textarea {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 100%;
	padding: 3px 12px;
	background: #f4f5f4;
	color: #1a1a1a;
	font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: 500;
	text-align: left;
	vertical-align: middle;
}
input[type='text']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='email']:focus,
textarea:focus {
	outline: 2px solid #333;
	outline-offset: -2px;
}
input[type='text']:disabled,
input[type='number']:disabled,
input[type='tel']:disabled,
input[type='email']:disabled,
textarea:disabled {
	background-color: #ddd;
	cursor: default;
}
input[type='text'].w150 {
	width: 150px;
}
/* ラジオボタン */
input[type=radio] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	position: absolute;
	top: 8px;
}
input[type=radio] + span {
	display: inline-block;
	position: relative;
	top: 1px;
	width: 14px;
	height: 14px;
	margin-right: .5em;
	border: 1px solid #757b82;
	border-radius: 50%;
	background-color: #fff;
}
input[type=radio] + span::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background-color: transparent;
	margin: auto;
}
input[type=radio]:checked + span:before {
	background-color: #059649;
}
input[type=radio]:focus {
	outline: 0;
}
input[type=radio]:focus + span {
	outline: 2px solid #333;
	outline-offset: -2px;
}
/* チェックボックス */
input[type=checkbox] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	position: absolute;
	top: 8px;
}
input[type=checkbox] + span {
	display: inline-block;
	position: relative;
	top: 3px;
	width: 20px;
	height: 20px;
	margin-right: .5em;
	background-color: #fff;
	border: solid 1px #99a19d;
}
input[type=checkbox] + span::before {
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 4px;
	width: 10px;
  	height: 10px;
	margin: auto;
	
}
input[type=checkbox]:checked + span::before {
	width: 10px;
	height: 10px;
	background: #059649;
}
input[type=checkbox]:focus {
	outline: 0;
}
input[type=checkbox]:focus + span {
	outline: 2px solid #333;
	outline-offset: -2px;
}
/* プルダウン */
select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	position: relative;
	width: auto;
	padding: 3px 28px 3px 10px;
	background: #f4f5f4 url(../img/select.svg) no-repeat right 10px center / 10px 7px;
	color: #1a1a1a;
	font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: 500;
}
select:focus {
	outline: 2px solid #333;
	outline-offset: -2px;
}
.ymd {
	display: inline-block;
	height: 34px;
	margin: 0 1em 0 .5em;
	line-height: 34px;
}
/* ボタン基本 */
.contents button.zip_search {
	width: 86px;
	height: 32px;
	border-radius: 16px;
	background-color: #059649;
	color: #fff;
	font-size: 1.5rem;
	line-height: 32px;
}
/* ボタン基本 */
.contents button.btn {
	font-size: 1.6rem;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	min-height: 60px;
	position: relative;
	background: -webkit-linear-gradient(45deg, #0a9448, #56bd22);
	border-radius: 60px;
	padding: 0 60px 0 30px;
	min-width: 230px;
	transition: .3s ease-in-out;
}
.contents button.btn::after {
	content: "";
	position: absolute;
	width: 24px;
	height: 8px;
	background: url(../img/icon_arrow_nav_w.svg) no-repeat center / cover; 
	top: 0;
	bottom: 0;
	right: 25px;
	left: auto;
	margin: auto;
	transition: .3s ease-in-out;
}
/* 戻るボタン */
.contents button.back {
	display: block;
	min-width: 80px;
	height: 40px;
	border-radius: 20px;
	background-color: #8c8c8c;
	color: #fff;
	cursor: pointer;
}
.contents button.btn:disabled {
	opacity: .4;
}
@media print, screen and (min-width: 768px) {
	/* ボタン基本 */
	.contents button.btn:hover {
		opacity: .7;
	}
	/* 戻るボタン */
	.contents button.back {
		float: left;
		margin: 10px -80px 0 0;
	}
	.contents button.back:hover {
		opacity: .7;
	}
}
/* ------------------------------
 フォーム（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.contents > #form_box > .inBlock {
		width: 90%;
		margin: 0 auto 60px;
	}
	.contents .res {
		margin-bottom: 50px;
	}
	/* フォーム */
	input[type='text'],
	input[type='number'],
	input[type='tel'],
	input[type='email'],
	input[type='password'],
	textarea {
		border-radius: 0;
		font-size: medium;
		padding: 3px 8px;
	}
	textarea {
		padding: 9px 8px;
	}
	input[type='text'].w150 {
		width: 120px;
	}
	/* プルダウン */
	select {
		width: 100%;
		font-size: medium;
	}
	.ymd {
		display: inline-block;
		margin: 0 .5em 0 .25em;
	}
	/* ボタン基本 */
	.contents button.btn {
		min-width: 190px;
		min-height: 48px;
		font-size: 1.4rem;
		border-radius: 48px;
		padding: 0 50px 0 25px;
	}
	.contents button.btn::after {
		right: 20px;
	}
	/* 戻るボタン */
	.contents button.back {
		display: inline-block;
		margin-right: 10px;
	}
}