@charset "UTF-8";
/* =============================================================================================================
	通常スタイル
============================================================================================================= */
/* input
--------------------------------------------------------- */

.contents-inner {
	margin-top: 85px;
}
@media screen and (max-width: 1000px) {
	.contents-inner {
		margin-top: 6vw;
	}
}
.contents-inner .contact-form-input-summary p.contact_input_page {
    margin-bottom: 40px;
    font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0.06em;
}
.contents-inner table {
    width: 100%;
    margin: 0 0 20px;
}
.contents-inner table tr th {
    width: 15%;
	min-width: 150px;
    font-size: 20px;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    line-height: 1.4;
    padding: 20px 0 20px 0;
    border-bottom: none;
    background: #fff;
}
.contents-inner table tr td {
    width: calc(100% - 150px);
    font-size: 18px;
    text-align: left;
    line-height: 1.6;
    vertical-align: middle;
    padding: 10px 20px 10px 20px;
    border-bottom: none;
    word-break: break-all;
    background: #fff;
}
.contents-inner table tr td textarea, .contents-inner table tr td input[type="text"] {
    width: 100%;
    color: #333;
    font-size: 18px;
    line-height: 1.4;
    display: block;
    margin: auto;
    padding: 7px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.contents-inner table tr td.contact-form-input-table-td-size-02 textarea, .contents-inner table tr td.contact-form-input-table-td-size-02 input[type="text"] {
    width: 100%;
}
.content-wrapper table tbody th:last-child, .content-wrapper table tbody td:last-child {
    border-right: none;
}
.contents-inner table tr td textarea {
    height: 130px;
}

.contact-form-btn-form_inner {
    text-align: right;
	padding-right: 20px;
}
#topReturn.contact-form-btn-form_inner {
	text-align: left;
}
#form_btn.contact-form-btn-form-submit,#cFinish_button.contact-form-btn-form-submit {
    border: none;
    background: #ffc112;
    padding: 10px 50px;
    font-size: 1.6rem;
    line-height: 1;
	letter-spacing: 0.06em;
	transform: 0.2s;
}
#form_btn.contact-form-btn-form-submit:hover,#cFinish_button.contact-form-btn-form-submit:hover {
	background: #222;
	color: #ffc112;
}


/* confirm
--------------------------------------------------------- */
.contents-inner p.contact_confirm_page {
    font-size: 2rem;
    margin-bottom: 40px;
	font-weight: bold;
	letter-spacing: 0.06em;
}
.contents-inner table.contact_confirm_table tr th , .contents-inner table.contact_confirm_table tr td {
    border-bottom: 1px dotted #ddd;
}
.contact-form-btn-form.confirm_btn {
	overflow: hidden;
}
.contact-form-btn-form.confirm_btn form:first-of-type {
	float: left;
}
.contact-form-btn-form.confirm_btn form:first-of-type .contact-form-btn-form-back {
    border: none;
    background: #bbb;
    padding: 10px 50px;
    font-size: 1.6rem;
    line-height: 1;
	letter-spacing: 0.06em;
	transform: 0.2s;
}
.contact-form-btn-form.confirm_btn form:first-of-type .contact-form-btn-form-back:hover {
	background: #999;
}
.contact-form-btn-form.confirm_btn form:last-of-type {
	float: right;
}
.contact-form-btn-form.confirm_btn form:last-of-type .contact-form-btn-form-submit {
    border: none;
    background: #ffc112;
    padding: 10px 50px;
    font-size: 1.6rem;
    line-height: 1;
	letter-spacing: 0.06em;
	transform: 0.2s;
}
.contact-form-btn-form.confirm_btn form:last-of-type .contact-form-btn-form-submit:hover {
	background: #222;
	color: #ffc112;
}
.contents-inner table.contact_confirm_table {
    width: 100%;
    margin: 0 0 30px;
}
@media screen and (max-width: 1000px) {
}
@media screen and (max-width: 767px) {
	.contents-inner .contact-form-input-summary p.contact_input_page {
		font-size: 3vw;
		margin-bottom: 20px;
	}
	 .contents-inner table tr th {
		font-size: 3vw;
		padding: 3% 3% 3% 0;
		 min-width: auto;
		 width: 20%;
		 box-sizing: border-box;
	}
	.contents-inner table tr td {
		font-size: 2.5vw;
		padding: 3% 0 3% 0;
		width: 80%;
	}
	 .contents-inner p.contact_confirm_page {
		font-size: 3vw;
		margin-bottom: 20px;
	}
	.contact-form-btn-form_inner {
		padding-right: 0px;
	}
	#form_btn.contact-form-btn-form-submit,.contact-form-btn-form.confirm_btn form:first-of-type .contact-form-btn-form-back,.contact-form-btn-form.confirm_btn form:last-of-type .contact-form-btn-form-submit,#cFinish_button.contact-form-btn-form-submit {
		padding: 2vw 4vw;
		font-size: 3vw;
	}
	.contents-inner table {
		width: 100%;
		margin: 0 0 5px;
	}
}
@media screen and (max-width: 480px) {
 
}
