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

aside {
	display: none;
}
.main section {
    margin-top: 30px;
}
.bg-gray {
	margin-bottom: 100px;
	position: relative;
}
.bg-gray::after {
	content: '';
	display: block;
	width: 200%;
	height: 2px;
	background: url(/parts/img/line_horizontal.png) repeat-x;
	background-size: 6px 2px;
	position: absolute;
	top: 110px;
	right: -100%;
	z-index: -1;
}
.title-wrap {
	position: relative;
}
.title-wrap::after {
	content: '';
	display: block;
	width: 168px;
	height: 82px;
	background: #f8f8f8 url(/parts/img/spoon_icon.png) no-repeat;
	position: absolute;
	right: -110px;
	top: -13px;
}
.inquiry .contact-btn .pc {
	background: #282828;
}

/* ---------------------------------------
	index
--------------------------------------- */

.error_010,
.error_020 {
	color: #ca3738;
}
.error_020 {
	margin-bottom: 10px;
}

.intro {
	background: #fff;
	padding: 20px;
	border: 2px solid #000;
	border-radius: 5px;
}
.intro p {
	margin-bottom: 10px;
	text-align: center;
	line-height: 1.4;
}
.intro p:last-child {
	margin-bottom: 0;
}
.intro p .tel-link {
	display: block;
	width: 180px;
	height: 40px;
	background: #f5f5f5;
	border-radius: 25px;
	margin: 20px auto 0px auto;
	text-align: center;
	line-height: 40px;
}
.intro p .tel-link > span {
	padding-left: 24px;
	background: url(/parts/img/ico_tel_black.png) left center /12px 16px no-repeat;
	color: #282828;
}

/* ステップ */
.steps {
	display: flex;
	width: 100%;
	height: 50px;
	margin-bottom: 50px;
	line-height: 50px;
	background: #fff;
}
.thanks .steps {
	margin-bottom: 35px;
}
.steps li {
	width: 33.33333%;
	box-sizing: border-box;
	text-align: center;
	font-size: 18px;
	position: relative;
}
.steps li.on::after {
	content: '';
	display: block;
	width: 35px;
	height: 35px;
	background: #349440;
	box-shadow: 0 0 17px rgba(0,0,0,.2);
	position: absolute;
	top: 0;
	bottom: 0;
	right: -18px;
	margin: auto;
	transform: rotate(45deg);
	z-index: 0;
}
.steps li.on {
	background: #349440;
	color: #fff;
	font-weight: bold;
	box-shadow: 0 0 17px rgba(0,0,0,.2);
}
.steps li.on::before {
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	background: #349440;
	position: absolute;
	right: 0;
	z-index: 2;
}
.steps li span {
	position: relative;
	z-index: 3;
}
.steps li i {
	display: inline-block;
	width: 60px;
	height: 26px;
	margin-right: 15px;
	margin-top: -7px;
	color: #fff;
	background: #ccc;
	font-size: 14px;
	line-height: 26px;
	border-radius: 15px;
	top: -2px;
	position: relative;
}
.steps li.on i {
	background: #fff;
	color: #349440;
	font-weight: normal;
}
.steps + p.error_010 {
	margin-top: 45px;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: center;
}

.inquiry_table_wrap {
	width: 100%;
	padding: 0 30px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 5px;
}
.inquiry_table {
	width: 100%;
}
.inquiry_table th,
.inquiry_table td {
	padding: 20px 0;
	vertical-align: middle;
	border-bottom: 1px dotted #d8d8d8;
}
.inquiry_table th {
	width: 28%;
	padding-right: 40px;
	color: #282828;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}
.inquiry_table tr:last-child th,
.inquiry_table tr:last-child td {
	border-bottom: none;
}
.inquiry_table tr.consult {
	display: none;
}
.inquiry_table tr.consult th,
.inquiry_table tr.consult td {
	background: #eef8ef;
}
.inquiry_table tr.consult th p {
	margin-left: 30px;
}
.inquiry_table th p {
	margin-bottom: 0;
}
.inquiry_table th p.required {
	padding-right: 60px;
	position: relative;
}
.inquiry_table th p.required::after {
	content: '必須';
	display: block;
	width: 50px;
	height: 24px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 24px;
	background: #ca3738;
	border-radius: 12px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.inquiry_table th.border_none,
.inquiry_table td.border_none {
	border-bottom: none;
}
.inquiry_table td p.again {
	margin: 10px 0;
}
.inquiry_table td input[type="text"],
.inquiry_table td textarea,
.inquiry_table td select {
	width: 100%;
	box-sizing: border-box;
	border: none;
	padding: 20px;
	background: #f6f6f6;
	font-size: 14px;
}
.inquiry_table td select {
	width: 300px;
}
.inquiry_table td input[type="text"]:focus,
.inquiry_table td textarea:focus {
	background: #eef8ef;
}
.inquiry_table tr.consult td input[type="text"] {
	width: calc(100% - 30px);
	background: #fff;
	border: 1px solid #fff;
}
.inquiry_table tr.consult td input[type="text"]:focus {
	border: 1px solid #349440;
}

.btn_box {
	display: flex;
	justify-content: space-between;
	text-align: center;
	margin: 50px 0 35px;
}
.btn_box button {
	box-sizing: border-box;
	width: 100%;
	background: #282828 url(/parts/img/arrow_white.png) right 20px center /6px 10px no-repeat;
	border: 1px solid #282828;
	color: #fff;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	cursor: pointer;
	transition: background color border 0.5s ease;
}
.btn_box button.back {
	margin-right: 20px;
	background: #888 url(/parts/img/arrow_left_white.png) left 20px center /6px 10px no-repeat;
	border: 1px solid #888;
}
.btn_box button:hover {
	border: 1px solid #ca3738;
	color: #ca3738;
	background: #fff url(/parts/img/arrow_red.png) right 20px center /6px 10px no-repeat;
	transition: 0.5s ease;
}
.btn_box button.back:hover {
	background: #fff url(/parts/img/arrow_left_red.png) left 20px center /6px 10px no-repeat;
}

/* thanks */
.main .last-step {
	margin-top: 0;
}
.thanks .intro {
	margin-bottom: 35px;
}
.intro h2 {
	margin-bottom: 20px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}
.thanks .steps li.on::after {
	display: none;
}
footer .foot-nav {
    padding: 0 0 80px;
}
footer{
    padding-top:0;
}

@media screen and (max-width: 1080px) {
	.title-wrap::after {
		right: -4%;
	}
	/* ---------------------------------------
		index
	--------------------------------------- */
	
}

@media screen and (max-width: 767px) {
	.main section {
		margin-top: 20px;
	}
	.title-wrap::after {
		display: none;
	}

    .bg-gray {
        margin-bottom: 50px;
        position: relative;
    }    
    
	/* ---------------------------------------
		index
	--------------------------------------- */
	.intro {
		padding: 15px 20px 15px 20px;
	}
	.intro h2 {
		line-height: 1.4;
		font-size: 20px;
	}
	.intro p {
		text-align: left;
	}
	.intro p .tel-link {
		width: 80%;
		box-sizing: border-box;
		position: relative;
	}
	.intro p .tel-link a {
		display: block;
		background: #282828;
		color: #fff;
		background-image: url(/parts/img/ico_tel_white.png);
		background-repeat: no-repeat;
		background-position: left 30px center;
		background-size: 12px 16px;
		position: absolute;
		width: 100%;
		height: 40px;
		border-radius: 20px;
		top: 0;
		left: 0;
	}
    

    /* step-調整 */
    .steps li {
        font-size: 14px;
        position: relative;
    }
    .steps li i {
        width: auto;
        height: 22px;
        margin-right: 10px;
        margin-top: -7px;
        font-size: 12px;
        line-height: 22px;
        top: -2px;
        padding: 0 10px;
    }
    .steps li.on::after {
        right: -3px;
    }    
    
	.inquiry_table_wrap {
		padding: 0 20px;
	}
	.inquiry_table th,
	.inquiry_table td {
		display: block;
	}
	.inquiry_table th {
		width: 100%;
		padding-right: 0;
		padding-bottom: 0;
		border-bottom: none;
	}
	.inquiry_table th p.required {
		padding-right: 70px;
	}
	.inquiry_table td {
		padding-top: 10px;
	}
	.inquiry_table tr.consult th,
	.inquiry_table tr.consult td {
		padding-left: 20px;
		padding-right: 20px;
	}
	.inquiry_table tr.consult th {
		width: calc(100% - 20px * 2);
	}
	.inquiry_table tr.consult th p {
		margin-left: 0;
	}
	.inquiry_table tr.consult td input[type="text"] {
		width: 100%;
	}
	.radio label {
		display: flex;
		line-height: 1.4;
	}
	.radio + .radio {
		margin-top: 10px;
	}
	.btn_box {
		margin: 30px auto 60px;
	}

    footer .foot-nav {
        padding: 30px 0 0 0;
    }    
}

@media screen and (max-width: 480px) {
	/* ---------------------------------------
		index
	--------------------------------------- */
	.inquiry_table td select {
		width: 100%;
	}
	.intro p .tel-link {
		width: 100%;
	}
}


