@charset "utf-8";

.mailform-txt1 {
	margin-bottom: 30px;
	font-weight: bold;
	line-height: 1.8;
}
.inquiry-list {margin-bottom: 40px;}
.inquiry-list li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 15px;
}
.inquiry-list li::before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 10px;
	background-color: rgba(0,52,100,1);
	left: 0;
	top: 9px;
}
.contact {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.contact li {
	width: 50%;
	padding: 30px 20px;
	border: 1px solid #999;
}
.contact-icon {
	max-width: 30px;
	margin: 0 auto 10px;
}
.contact-title {
	text-align: center;
	font-size: 18px;
	margin-bottom: 15px;
}
.contact-tel {
	text-align: center;
	font-size: 40px;
	line-height: 1;
	margin-bottom: 5px;
}

.mailform-area {
	max-width: 960px;
	margin: 0 auto 40px;
}
.mailform-area table {
	width: 100%;
	border-top: 1px dotted #ccc;
}
.mailform-area table tr {border-bottom: 1px dotted #ccc;}
.mailform-area table th, .mailform-area table td {padding: 15px 0;}
.mailform-area table th {
	width: 260px;
	font-weight: bold;
}
.required {
	margin-left: 15px;
	font-size: 9px;
	color: #fff;
	background: rgba(229,0,50,1);
	/*padding: 3px 3px 3px 6px;*/
	padding: 3px;
	border-radius: 4px;
	/*letter-spacing: 3px;*/
}
.mailform-area .input01,
.mailform-area .input02 {
	width: 100%;
	padding: 4px 8px;
	font-size: 15px;
	font-family: 'Noto Sans JP', Meiryo, メイリオ, 游ゴシック体, 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
input[type=checkbox] {
	transform: scale(1.3);
	margin-right: 5px;
}
.mailform-area .processing li,
.mailform-area .material li,
.mailform-area .item li {
	margin-bottom: 5px;
}
.mailform-button {
	margin-bottom: 60px;
}
.mailform-button ul {
	max-width: 300px;
	margin: 0 auto;
}
.mailform-button ul li:nth-child(1) {width: 100%;}
.mailform-button ul li:nth-child(2) {
	width: 100px;
	margin: 10px auto 0;
}
.mailform-button button {
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	background: #fff;
}
.mailform-button button.mailform-button1 {
	width: 100%;
	margin: 0 auto;
	display: block;
	background-size: 8px auto;
	background-position: right 15px center;
	background-repeat: no-repeat;
	background-color: rgba(0,52,100,1);
	border-radius: 6px;
	text-align: center;
	color: #fff;
	line-height: 1;
	padding: 20px 10px;
	text-decoration: none;
	font-size: 17px;
	font-weight: bold;
	font-family: 'Noto Sans JP', Meiryo, メイリオ, 游ゴシック体, 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
.mailform-button button.mailform-button1:hover {
	background-color: rgba(37,76,164,1);
	-webkit-transition: all .3s; transition: all .3s;
}
.mailform-button button.mailform-button2 {
	width: 100%;
	margin: 0 auto;
	display: block;
	background-color: rgba(153, 153, 153, 1);
	border-radius: 6px;
	text-align: center;
	color: #fff;
	line-height: 1;
	padding: 10px 10px;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	font-family: 'Noto Sans JP', Meiryo, メイリオ, 游ゴシック体, 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
.mailform-button button.mailform-button2:hover {
	background-color: rgba(102, 102, 102, 1);
	-webkit-transition: all .3s; transition: all .3s;
}
@media only screen and (max-width: 768px) {
	.mailform-txt1 {
		font-size: 15px;
	}
	.inquiry-list li {font-size: 15px;}
	.mailform-area table th {
		width: 160px;
		font-size: 15px;
	}
	.mailform-area .processing li,
	.mailform-area .material li,
	.mailform-area .item li {
		font-size: 15px;
	}

}
@media only screen and (max-width: 640px) {
	.contact li {
		width: 100%;
		max-width: 480px;
		margin: 0 auto 15px;
	}
	.contact-icon {max-width: 26px;}
	.contact-title {
		font-size: 17px;
		margin-bottom: 15px;
	}
	.contact-tel {font-size: 34px;}
	.mailform-area table th, .mailform-area table td {
		display: block;
		width: 100%;
	}
	.mailform-area table th {padding-bottom: 0;}
	.mailform-button ul {max-width: 240px;}
	.mailform-button button.mailform-button1 {
		padding: 16px 10px;
		font-size: 16px;
	}
	.mailform-button button.mailform-button2 {font-size: 15px;}
}

.privacy {
	margin-top: 1em;
}