@CHARSET "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400..700;1,400..700&family=Noto+Sans+JP:wght@100..900&family=Zen+Old+Mincho&display=swap');
*{
	font-family:"Noto Sans JP", sans-serif;}
body{
	overflow-wrap:break-word;
	position:relative;
	color:#343840;
	font-family:"Noto Sans JP", sans-serif;
	font-weight:300;
	line-height:1.8;
	overflow-x:hidden;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;}

.contact-header{
	background:#A82537;}
.header-inner{
	max-width:1000px;
	width:calc(100% - 40px);
	margin:0 auto;
	padding:20px 0;
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:24px;}
.header-logo img{
	height:40px;}
.header-text h2{
	font-size:22px;
	margin:0;
	color:#FFF;}
.header-text p{
	margin:4px 0 0;
	font-size:14px;
	color:#FFF;}

#contact{
	width:calc(100% - 40px);
	max-width:1000px;
	margin:auto;}
#contact h3{
	letter-spacing:1.5px;
	font-size:20px;
	font-weight:bold;}
span.req{
	display:inline-block;
	padding:2px 8px;
	font-size:13px;
	border-radius:5px;
	background-color:#e60012;
	font-weight:normal;
	color:#fff;
	margin:0 0 0 10px;}
.information{
	margin:0 0 30px;
	padding:20px;
	background-color:#eceff7;}
.information table{
	width:100%;}
.information th,
.information td{
	padding:8px 0;}
.information th{
	width:210px;
	font-weight:normal;
	vertical-align:top;}
.information th label{
	display:flex;
	align-items:center;}
.information th label .req{
	font-size:11px;}
.information td{
	width:calc(100% - 210px);}
.information td.zip input[type="text"]{
	width:auto;}
.information input[type="text"],
.information input[type="email"],
.information input[type="tel"],
.information select{
	padding:5px;
	width:100%;
	border-radius:0;
	border:1px solid #CCC;
	background-color:#fff;}
.information select{
	height:36px;
	color:var(--bs-body-color);}
.information .sup{
	display:block;
	font-size:13px;}
.checkarea{
	margin:0 0 30px;
	padding:20px;
	background-color:#eceff7;}
.agree h3{
	text-align:center;
	margin:0 0 15px;}
.agree p{
	text-align:center;}.agree h3{
	text-align:center;
	margin:0 0 15px;}
.agree p{
	text-align:center;}
.agree button,
.agree input.submit,
.agree a.sendbtn{
	color:#FFF;
	padding:15px;
	border:none;
	font-weight:500;
	border-radius:0;}
.agree input.submit,
.agree a.sendbtn{
	background-color:#0064b2;}
.agree button.reset{
	background-color:#e60012;}
.agree a.sendbtn{
	text-decoration:none;}
.checkboxItem{
	display:inline-flex;
	align-items:center;
	column-gap:15px;
	line-height:1;
	cursor:pointer;}
.checkbox{
	appearance:none;
	border-radius:0;
	position:relative;
	width:30px;
	height:30px;
	border:1px solid #CCC;
	background:#FFF;
	cursor:pointer;}
.checkbox:checked::after{
	content:"";
	position:absolute;
	top:1px;
	left:1px;
	width:calc(100% - 2px);
	height:calc(100% - 2px);
	background:#CCC;}
.checkarea .checkboxItem{
	width:100%;
	margin:5px 0;}
.message{
	margin:0 0 30px;
	padding:20px;
	background-color:#eceff7;}
.message textarea{
	border-radius:0;
	padding:5px;
	width:100%;
	border:1px solid #CCC;
	background-color:#fff;}
.agree .bta-area{
	display:flex;
	justify-content:center;}
.agree button{
	margin:0 5px;}
.information .address{
	align-items:center;
	display:flex;}
.information .address .pref,
.information .address .city{
	width:150px;}
.information .address .city{
	margin:0 0 0 10px;}
@media only screen and (min-width:768px){
	.information th label{
		justify-content:space-between;
		max-width:175px;}
	.information th label .req{
		margin:0;}
	.checkarea{
		display:flex;
		flex-wrap:wrap;}
	.checkarea .checkboxItem{
		width:calc(100% / 3);
		margin:10px 0;}
	.information .address .pref,
	.information .address .city{
		width:220px;}
}
@media only screen and (max-width:767px){
	.header-inner{
		display:block;
		text-align:center;}
	.information th,
	.information td{
		display:block;
		width:100%;}
	.information th{
		padding:10px 0 5px;}
	.information td{
		padding:0 0 10px;}
	.agree .checkboxItem{
		display:table;
		width:100%;}
	.agree .checkboxItem .checkbox{
		float:left;}
	.agree .checkboxItem span{
		float:right;
		line-height:1.5;
		text-align:left;
		width:calc(100% - 40px);}
}