@charset "utf-8";

/* ------------------------------
 お問合せ
------------------------------ */
.contentsContact{
	min-height: 300px;
}
.red{
	color:#ff5a5a;
}
.tac{
    text-align: center;
}
.cms_text ul > li::before{
	content: none;
}
/* ------------------------------
 ボタン
------------------------------ */
.contentsContact .btn{
	width: 240px;
	min-height: 68px;
	line-height: 68px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	text-align: left;
	border-radius: 50px;
	border: none;
	padding-left: 25px;
	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;
	background: #1464cd url(../img/icon_circle_arrow_contact.svg) no-repeat right 15px center / 42px 42px;
}
.btn-b {
	-webkit-appearance: none;
	appearance: none;
	color: #fff;
	min-width: 100px;
	width: 100px;
	float: left;
	margin-right: -100px;
	line-height: 1.5;
	line-height: 50px;
	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;
	border-radius: 50px;
	background: #c0c0c0;
    font-size: 18px;
    font-weight: bold;
	cursor: pointer;
}
.btn:disabled,
.btn.is-disabled {
	cursor: auto;
	color: #fff;
	background: #bcbcbc url(../img/icon_circle_arrow_contact_g.svg) no-repeat right 15px center / 42px 42px;
}
.contentsContact input::-webkit-input-placeholder {
	color: #9b9b9b;
}
.contentsContact input[type='text'] ,
.contentsContact select,
.contentsContact textarea {
	font-size: 16px;
	font-weight: normal;
	width: 100%;
	min-height: 36px;
	padding: 0 1em;
	text-align: left;
	-webkit-appearance: none;
	vertical-align: middle;
	background: #f2f2f2;
}
.contentsContact input[type='text']:focus ,
.contentsContact select:focus ,
.contentsContact textarea:focus {
	outline: 0;
	box-shadow: 0 0 2px 3px #ddd inset;
}
.contentsContact textarea {
    height: 180px;
}
.contentsContact input[type='text']:focus ,
.contentsContact textarea:focus {
    outline: 0;
}

.check-boxes {
    margin-bottom: 20px;
}
input[type="checkbox"] {
    margin-right: 5px;
    vertical-align: baseline;
}
label {
    vertical-align: baseline;
    display: inline-block;
}
@media screen and (min-width: 768px) {
	.style02 table th {
		width: 260px;
		padding: 21px 0 21px 5px;
		vertical-align: top;
	}
	.style02 table th:after {
		width: 260px;
	}
	.btn:hover{
		opacity: 0.7;
	}
	.btn-b:hover{
		opacity: 0.7;
	}
	.btn:disabled:hover{
		opacity: 0.7;
	}
	.contentsContact input[type='text'] {
		width: 500px;
	}
	.month-day{
		width: 80px !important;
	}
	.year{
		width: 130px !important;
	}
	.zip{
		width: 180px !important;
	}
	.w385{
		width: 385px !important;
	}
}
@media screen and (max-width: 767px) {
	.contentsContact input[type='text'] ,
	.contentsContact select,
	.contentsContact textarea {
		width: 100%;
	}
	.contentsContact textarea {
		width: 100%;
	}
	.inline li{
		padding-left: 0 !important;
	}
	.lead {
		text-align: left;
	}
	.contentsContact .btn{
		font-size: 17px;
		display: block;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.btn-b{ 
		float: none;
		margin-right: 0;
		font-size: 17px;
	}
	.birth li:first-child{
		width: 100%;
		display: block
	}
	.year{
		width: 185px !important;
		margin-bottom: 10px;
	}
	.zip{
		width: 120px !important;
	}
}
/* ラジオボタン */
.inline li {
	display: inline-block;
	margin-right: 1.5em;
}
input[type=radio] {
	display: none;
}
input[type=radio] + span {
	width: 16px;
	height: 16px;
	border: solid 1px #999999;
	border-radius: 100%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 7px;
	position: relative;
	margin-top: -2px;
}
input[type=radio] + span:before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	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: #1464cd;
}
/* チェックボックス */
input[type=checkbox] {
	display: none;
}
input[type=checkbox] + span {
	width: 16px;
	height: 16px;
	border: solid 1px #999999;
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 5px;
	position: relative;
	border-radius: 2px;
}
input[type=checkbox] + span:before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background-color: transparent;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
input[type=checkbox]:checked + span:before {
	background-color: #1464cd;
}

/* セレクト */
.contentsContact button.zip_search {
	width: 115px;
	padding: 7px;
	min-width: auto;
	font-size: 1.5rem;
	font-style: normal;
	line-height: 1;
	border-radius: 50px;
	background-color: #1464cd;
	color: #fff;
	height: 33px;
	margin-left: 15px;
	cursor: pointer;
}
.selectPD label {
	position: relative;
	display: inline-block;
	-webkit-appearance: none;
}
.selectPD label::before,
.selectPD label::after {
	content: "";
	position: absolute;
}
.selectPD label::before {
	right: 0;
	top: 0;
	width: 20px;
	height: 36px;
	cursor: pointer;
}
.selectPD label::after {
	width: 10px;
	height: 6px;
	top: 16px;
	right: 10px;
	margin: auto;
	background: url('../img/select.svg') no-repeat right 0 top 0 / cover;
	z-index: 2;
	pointer-events:none;
}
.selectPD label select {
	padding-right: 35px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.selectPD label select::-ms-expand {
	display: none;
}
.selectPD label select:hover {
	cursor: pointer;
}
_:-ms-lang(x), .selectPD label select {
	appearance: none;
}

span.required {
	width: 40px;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	text-align: center;
	color: #ff5a5a;
	border: solid 1px #ff5a5a;
	border-radius: 50px;
}
@media screen and (max-width: 767px) {
	span.required{
		width: 43px;
		line-height: 19px;
		font-size: 12px;
	}
}

/* ファイルアップロード */
.file-select{
	width: 136px;
	line-height: 34px;
	font-size: 1.5rem;
	cursor: pointer;
	margin-right: 15px;
}
.file-up{
	width: 115px;
	font-weight: bold;
	color: #fff;
	line-height: 32px;
	font-size: 1.5rem;
	cursor: pointer;
	border-radius: 50px;
	background: #1464cd;
}
.file-delete{
	width: 115px;
	font-weight: bold;
	color: #fff;
	line-height: 32px;
	font-size: 1.5rem;
	cursor: pointer;
	border-radius: 50px;
	background: #999999;
}