@charset "utf-8";
/* CSS Document */

#contact li {
	list-style: none;
}
#contact {
	line-height: 1.6;
	font-weight: 500;
}
#contact input[type="text"] {
	padding: 5px 0 5px 8px;
	border: 1px solid rgb(169, 169, 169);
	border-radius: 0;
	outline: none;
	background: #fff;
	box-sizing: border-box;
}
#contact input[type=text].txt_260 {
	width: 37%;}
#contact input[type=text].txt_260:first-of-type {
	margin-right: 2%;
}
#contact .name_box label {
	display: inline-block;
	width: 30px;
}
#contact .name_box > p {
	width: 100%;
}
#contact .name_box > p span {
	font-size: 12px;
	display: inline-block;
	width: 37%;
	padding-left: 30px;
}
#contact .name_box > p span:nth-child(2) {
	display: inline;
	padding-left: 44px;
	width: 37%;
	
}
#contact input[type="radio"] {
	margin: 0;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #bbb;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #bbb;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #bbb;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #bbb;
}
select option {
	background-color: #fff;
	color: #000;
}
.error {
	font-size: 12px;
	color: #ED0000;
	font-weight: bold;
	margin-top: 10px;
}
.error:before {
	content: "※";
	font-size: 12px;
	color: #ED0000;
	font-weight: bold;
	margin-right: 3px;
}
.form_wrap ul {
	margin-bottom: 0;
}
/*---------------------------------------------------------------
	Media query SP
-------------------------------------------------------------- */
#contact .break_area {
	padding-bottom: 30px;
}
.form_step {
	margin: 20px auto 40px;
	width: 100%;
	display: flex;
	justify-content: center;
}
.form_step li {
	text-align: center;
	color: #333;
	font-size: 14px;
	line-height: 1.2;
	font-weight: bold;
}
.form_step li span {
	display: block;
	margin: auto;
	border: solid 20px #fff;
	background: #333;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin-bottom: 20px;
}
.form_step li.active span {
	border: solid 20px #FFDADD;
	background: #BF1D29;
}
/*	.form_step li.active {
	margin-top: -10px;
	}*/
.form_step li:nth-child(2) {
	padding: 0 27%;
	box-sizing: border-box;
	margin: 0;
	position: relative;
}
.form_step li:nth-child(2)::before {
	width: 40%;
	height: 2px;
	top: 28%;
	left: 0;
	display: block;
	content: "";
	position: absolute;
	background: #ddd;
}
.form_step li:nth-child(2)::after {
	width: 40%;
	height: 2px;
	top: 28%;
	right: 0;
	display: block;
	content: "";
	position: absolute;
	background: #ddd;
}
span.required {
	font-size: 12px;
	line-height: 1.8;
	color: #fff;
	background: #BF1D29;
	width: 60px;
	display: inline-block;
	border: 1px solid #BF1D29;
	border-radius: 10px;
	box-sizing: border-box;
	margin-left: 10px;
	text-align: center;
	letter-spacing: 3px;
}
span.option {
	font-size: 12px;
	line-height: 1.8;
	color: #fff;
	background: #333;
	width: 60px;
	display: inline-block;
	border: 1px solid #333;
	border-radius: 10px;
	box-sizing: border-box;
	margin-left: 10px;
	text-align: center;
	letter-spacing: 3px;
}
.form_wrap dl {
	margin-bottom: 50px;
}
.form_wrap dl dt {
	display: block;
	width: 100%;
	font-size: 16px;
	padding: 10px;
	background: #eee;
	font-weight: bold;
	margin: 0 0 15px 0;
	box-sizing: border-box;
	vertical-align: text-bottom;
}
.form_wrap dl dd {
	margin: 0 0 35px 0;
}
.form_wrap dl .name_box
.form_wrap ul li
{ width: 100%;
	display: inline-block;
	text-align: left;
	padding: 0 20px 10px 0;
}
.form_wrap textarea {
	font-family: "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
	width: 100%;
	height: 100px;
	padding: 5px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
.form_wrap input[type='text'] {
	width: 100%;
	height: 45px;
	appearance: none;
}
.form_wrap input#zip {
	width: 70%;
}
#contents_container #content .form_wrap #zip_btn {
	width: 30%;
	font-size: 12px;
	font-weight: 500;
	color: #fff;
	padding: 12px 10px;
	border: 1px solid #333;
	background-color: #333;
	border-radius: 30px;
	display: block;
	margin-left: 10px;
	text-align: center;
	text-decoration: none;
}
.form_wrap .zip_area {
	display: flex;
}
.form_wrap #pref {
	width: 100%;
	height: 45px;
	padding: 5px;
	box-sizing: border-box;
}
.form_wrap .submit_container {
	position: relative;
	text-align: center;
	margin-top: 40px;
}
.thanks_box {
	background: #FBFBFB;
	padding: 40px;
	margin-bottom: 40px;
}
.thanks_box h3 {
	font-size: 20px;
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
}
.thanks_box p {
	text-align: center;
	font-size: 14px;
}
.to_top_btn {
	text-align: center;
}

/*---------------------------------------------------------------
	Media query Tab
-------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 1001px) {
}

/*---------------------------------------------------------------
	Media query PC
-------------------------------------------------------------- */
@media (min-width: 768px) {
#contact .row .grid_6 {
	width: 700px;
	margin: auto;
}
#contact .row .col {
	float: none;
}
#contact .break_area {
	padding-bottom: 30px;
}
.form_step {
	margin: 40px auto;
	width: 475px;
	display: flex;
	justify-content: center;
}
.form_step li {
	text-align: center;
	color: #333;
	font-size: 16px;
	line-height: 1.2;
}
.form_step li span {
	display: block;
	margin: auto;
	border: solid 30px #fff;
	background: #333;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin-bottom: 20px;
}
.form_step li.active span {
	border: solid 30px #FFDADD;
	background: #BF1D29;
}
/*	.form_step li.active {
	margin-top: -10px;
	}*/
.form_step li:nth-child(2) {
	padding: 0 172px;
	box-sizing: border-box;
	margin: 0;
	position: relative;
}
.form_step li:nth-child(2)::before {
	width: 172px;
	height: 2px;
	top: 33px;
	left: 0;
	display: block;
	content: "";
	position: absolute;
	background: #ddd;
}
.form_step li:nth-child(2)::after {
	width: 172px;
	height: 2px;
	top: 33px;
	right: 0;
	display: block;
	content: "";
	position: absolute;
	background: #ddd;
}
span.required {
	font-size: 12px;
	line-height: 1.8;
	color: #fff;
	background: #BF1D29;
	width: 60px;
	display: inline-block;
	border: 1px solid #BF1D29;
	border-radius: 10px;
	box-sizing: border-box;
	margin-left: 10px;
	text-align: center;
	letter-spacing: 3px;
}
span.option {
	font-size: 12px;
	line-height: 1.8;
	color: #fff;
	background: #333;
	width: 60px;
	display: inline-block;
	border: 1px solid #333;
	border-radius: 10px;
	box-sizing: border-box;
	text-align: center;
	letter-spacing: 3px;
}
	span.placeholder_550 {
		font-size: 12px;
		display: block;
		text-align: right;
		width: 550px;
	}
span.placeholder_350 {
		font-size: 12px;
		display: block;
		text-align: right;
		width: 350px;
	}
.form_wrap dl {
	padding: 40px 50px;
	background: #FBFBFB;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 40px;
}
.form_wrap dl dt {
	display: block;
	width: 30%;
	float: left;
	font-weight: bold;
	font-size: 14px;
	background: transparent;
	padding: 0;
}
.form_wrap dl dd {
	margin-left: 30%;
	margin-bottom: 40px;
}
	.form_wrap dl .name_box {
		width: 700px;
	}
.form_wrap dl dd:last-of-type {
	margin-bottom: 0;
}
.form_wrap ul li {
	display: inline-block;
	text-align: left;
	padding: 0 20px 0 0;
}
.form_wrap textarea {
	font-family: "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
	width: 550px;
	height: 100px;
	padding: 5px;
	border: 1px solid #ccc;
	background: #fff;
}
.form_wrap input[type='text'] {
	width: 550px;
	height: 45px;
	appearance: none;
}
#contact input[type=text].txt_260 {
	width: 230px;}
#contact input[type=text].txt_260:first-of-type {
	margin-right: 20px;
}
#contact .name_box label {
	display: inline-block;
	width: 33px;
}
#contact .name_box > p span {
	font-size: 12px;
	display: inline-block;
	width: 263px;
	text-align: right;
	padding: 0;
}
#contact .name_box > p span:nth-child(2) {
	display: inline-block;
	width: 288px;
	text-align: right;
	padding: 0;
}	

.form_wrap input#zip {
	width: 350px;
}
#contents_container #content .form_wrap #zip_btn {
	width: 120px;
	height: 45px;
	font-size: 12px;
	font-weight: 500;
	color: #333;
	border: 1px solid #333;
	background-color: #fff;
	border-radius: 30px;
	display: block;
	margin-left: 10px;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
}
#contents_container #content .form_wrap #zip_btn:hover {
	color: #fff;
	background-color: #333;
	transition: all 0.3s ease-out;
}
.form_wrap .zip_area {
	display: flex;
}
.form_wrap #pref {
	width: 350px;
	height: 45px;
	padding: 5px;
	box-sizing: border-box;
	background: #fff;
}
.form_wrap .submit_container {
	position: relative;
	text-align: center;
	margin-top: 40px;
}
.form_wrap .submit_container .btn:hover {
	opacity: 1;
	background: #000000;
	color: #ffffff !important;
	transition: all 0.3s ease-out;
}
.thanks_box {
	background: #FBFBFB;
	padding: 40px;
	margin-bottom: 40px;
}
.thanks_box h3 {
	font-size: 20px;
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
}
.thanks_box p {
	text-align: center;
	font-size: 14px;
}
.to_top_btn {
	text-align: center;
}
.btn:hover {
	color: #fff!important;
	background: #000;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
}
textarea:focus, input:focus {
	background: #fff9f9;
}

/*---------------------------------------------------------------
	201906追加分
-------------------------------------------------------------- */