@charset "utf-8";
/* safariリセット */
input[type="button"],input[type="text"],input[type="submit"],textarea,select{
   -webkit-appearance: none;
   border-radius: 0;
   border: none;
   font-size: 16px;
   color: #000;
   background: #fff;
}
input[type="text"],
textarea{
	display: block;
	width: 100%;
	border: 1px solid #ddd;
}
label{
	cursor: pointer;
	user-select: none;
}
select{
	cursor: pointer;
	display: block;
	width: 100%;
	height: 100%;
	-webkit-appearance: none;
}
select#contactcat{
	background: #fff url(../images/arrow.svg) no-repeat center right 20px / 10px;
	border: 1px solid #ddd;
}
.contact-ttl{
	text-align: center;
	position: relative;
}
.contact-ttl::after{
	content: "";
	display: inline-block;
	background: #80272d;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.topcontact-txt{
	text-align: center;
	letter-spacing: 0.08em;
}
.topcontact-txt a{
	color: var(--blue01);
	text-decoration: underline;
}
.contact-table *{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
.contact-table{
	border-collapse: collapse;
}
.contact-table th,
.contact-table td{
	display: block;
}
.contact-table td{
	background: #fff;
}
.contact-table th{
	text-align: left;
}
.contact-table th .must::after{
	content: '*';
	color: #ff0000;
	margin-left: 3px;
	position: relative;
	top: -2px;
}
.contact-table td p{
	width: 100%;
}
textarea#option{
	height: 130px;
}
textarea#comment{
	height: 250px;
}
.choice-area{
	width: 100%;
	display: flex;
	flex-direction: column;
}
.choice-area li{
	display: inline-block;
}
.choice-area li:not(:last-child){
	margin-bottom: 3px;
}
.check-label > input{
	margin-right: 5px;
	position: relative;
	top: 1px;
}
.select-area-td{
	justify-content: flex-start;
}
.select-area{
	width: 50%;
	height: 40px;
	margin: 0 auto 0 0;
	min-width: 220px;
	border: 1px solid #000;
	position: relative;
	padding: 0 10px;
}
.select-area::after{
	content: "";
	display: inline-block;
	background: url(../images/arrow.svg) no-repeat;
	background-size: contain;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
}
.to-top,
.sendbutton{
	margin: 0 auto;
	width: 90%;
	max-width: 300px;
}
.to-top a,
.sendbutton input{
	width: 100%;
	display: block;
	text-align: center;
	padding: 15px 0;
	background: var(--blue01);
	border: 1px solid var(--blue01);
	border-radius: 70px;
	color: #fff;
	cursor: pointer;
	transition: .5s all;
}
.bac{
	text-align: center;
	margin-top: 10px;
}
.bac a{
	text-decoration: underline;
	color: #333;
	transition: .5s all;
}
.complete_p{
	text-align: center;
}
.confirm-table td{
	border: 1px solid #ddd;
	padding: 10px;
	min-height: 40.5px;
}
.contact-form{
	background-color: rgba(248, 248, 248, 0.75);
	border: 1px solid #ddd;
	border-radius: 5px;
}
@media screen and (min-width: 768px){
	.sec-ttl .ja{
		font-size: 35px;
	}
	.more-btn{
		width: 600px;
    margin: 0 auto 30px;
	}
	.more-btn a{
		font-size: 15px;
	}
	#contactcat-area{
		margin-bottom: 30px;
	}
	select#contactcat{
		height: 40.5px;
		padding: 10px;
	}
	#mainarea{
		margin-bottom: 100px;
	}
	.contact-form{
		width: 720px;
		margin: 0 auto;
		padding: 50px 0;
	}
	.contact-ttl{
		font-size: 30px;
		padding-bottom: 30px;
		margin-bottom: 40px;
	}
	.contact-ttl::after{
		width: 140px;
	}
	.topcontact-txt{
		margin-bottom: 30px;
		font-size: 18px;
	}
	.contact-table{
		width: 600px;
		margin: 0 auto 50px;
	}
	.contact-table th{
		margin-bottom: 10px;
	}
	.contact-table td{
		margin-bottom: 30px;
	}
	.contact-table input[type="text"],
	.contact-table textarea{
		padding: 10px;
	}
	.to-top a:hover,
	.sendbutton input:hover{
		color: var(--blue01);
		background: #fff;
	}
	.bac a:hover{
		opacity: 0.7;
	}
	.complete_p{
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 767px){
	.more-btn{
		width: 90%;
    margin: 0 auto 20px;
	}
	.more-btn a{
		font-size: 12px;
	}
	#contactcat-area{
		margin-bottom: 20px;
	}
	select#contactcat{
		height: 34.5px;
		padding: 7px;
	}
	#mainarea{
		margin-bottom: 60px;
	}
	.contact-form{
		width: 95%;
		margin: 0 auto;
		padding: 40px 0;
	}
	.contact-ttl{
		font-size: 20px;
		padding-bottom: 20px;
		margin-bottom: 30px;
	}
	.contact-ttl::after{
		width: 80px;
	}
	.topcontact-txt{
		margin-bottom: 20px;
		font-size: 14px;
	}
	.contact-table{
		margin-bottom: 30px;
	}
	.contact-table th,
	.contact-table td{
		width: 100%;
	}
	.contact-table tr{
		padding: 15px 15px 15px 15px;
	}
	.contact-table th{
		font-size: 16px;
		text-align: left;
		margin-bottom: 5px;
	}
	.contact-table td{
		margin-bottom: 20px;
	}
	.confirm-table td{
		min-height: 44px;
	}
	.contact-table input[type="text"],
	.contact-table textarea{
		padding: 7px;
	}
	.complete_p{
		margin-bottom: 30px;
	}
}




















