@charset "UTF-8";

#contact {
	width: 100%;
}

#contact table {
	width: 100%;
}

#contact table tr th {
	font-weight: normal;
	vertical-align: middle;
	line-height: 1;
	padding: 0 0 25px 0;
}

#contact table tr td {
	padding: 0 0 25px 0;
}

#contact table tr:nth-of-type(7) td {
	padding: 0 0 50px 0;
}

#contact table tr:last-child th,
#contact table tr:last-child td {
	padding: 0 0 0 0;
}

#contact table tr td input {
	width: 100%;
	border: 1px solid #B4B4B4;
	padding: 10px;
	font-family: 'Noto-DemiLight',"游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,sans-serif;
	font-size: 110%;
	font-weight: normal;
	color: #777;
	line-height: 1;
}

#contact table tr td label {
	margin: 0 15px 0 0;
}

#contact table tr td a {
	text-decoration: underline;
}

#contact table tr td a:hover {
	text-decoration: none;
}

#contact table tr td label input {
	width: auto !important;
	margin: 0 5px 0 0;
}

#contact table tr td textarea {
	width: 100%;
	height: 200px;
	font-family: 'Noto-DemiLight',"游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,sans-serif;
	color: #777;
	border: 1px solid #B4B4B4;
	padding: 10px;
}

#submit {
	width: 220px;
	margin: 0 auto;
	display: -webkit-flex;
    display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

#button {
	width: 100px;
	height: 40px;
	cursor: pointer;
	font-family: 'Noto-DemiLight',"游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,sans-serif;
	font-size: 110%;
	color: #777;
	border: 1px solid #B4B4B4;
	background-color: #FFF;
	transition: 0.3s;
}

#button:hover {
	color: #FFF;
	border: 1px solid #26B5BF;
	background: #26B5BF;
}

#input_check {
	width: 100%;
	margin: 0 0 30px 0;
}

.l_cel {
	width: 11em;
	padding: 15px 0 15px 5px;
	border-bottom: 1px solid #B4B4B4;
	font-family: 'Noto-DemiLight',"游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,sans-serif;
	font-weight: normal;
}

.r_cel {
	padding: 15px 5px 15px 0;
	border-bottom: 1px solid #B4B4B4;
	font-family: 'Noto-DemiLight',"游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,sans-serif;
}

#input_check tr:first-child th,
#input_check tr:first-child td {
	border-top: 1px solid #B4B4B4;
}

.error_message {
	line-height: 1;
	margin: 0 0 20px 0;
}

.checkbox_original {
	display: none;
}

.checkbox_parts {
    padding: 0 0 0 20px;
    position: relative;
    margin: 0 20px 0 0;
}

.checkbox_parts::before {
	width: 15px;
    height: 15px;
    content: "";
    display: block;
	border: 1px solid #B4B4B4;
    position: absolute;
    top: 0;
    left: 0;
}

.checkbox_original:checked + .checkbox_parts::after {
	width: 7px;
    height: 14px;
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    left: 5px;
    transform: rotate(40deg);
    border-bottom: 3px solid #26B5BF;
    border-right: 3px solid #26B5BF;
}

@media screen and (max-width: 720px) {
#contact {
	padding: 0 10px;
}

#contact table,
#contact table tr td {
	width: 100%;
}

#contact table tr th,
#contact table tr td,
#contact table tr td label {
	display: block;
}

#contact table tr th {
	padding: 0 0 5px 0;
}

#contact table tr td {
	padding: 0 0 20px 0;
}

#contact table tr td input {
	font-family: 'Noto-Regular',"游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,sans-serif;
}

#contact table tr td label {
	margin: 0 0 10px 0;
}

#contact table tr td textarea {
	font-family: 'Noto-Regular',"游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,sans-serif;
}

#button {
	font-family: 'Noto-Regular',"游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,sans-serif;
}

#input_check {
	padding: 0 10px;
}

.l_cel {
	width: 100%;
	padding: 15px 5px 0 5px;
	border: none;
	display: block;
	font-family: 'Noto-Regular',"游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,sans-serif;
}

.r_cel {
	padding: 5px 10px 15px 10px;
	display: block;
	font-family: 'Noto-Regular',"游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3",Hiragino Kaku Gothic ProN,"メイリオ",Meiryo,sans-serif;
}

#input_check tr:first-child td {
	border-top: none;
}
}