@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::-webkit-input-placeholder {
  color: #878787;
}
input::-moz-placeholder {
  color: #878787;
}
input:-ms-input-placeholder {
  color: #878787;
}
input::placeholder {
  color: #878787;
}



input[type="text"],
textarea{
	display: block;
	width: 100%;
	border: 1px solid #cdcdcd;
	border-radius: 4px;
}
input[name="zip_1"]{
	width: 85px;
}
input[name="zip_2"],
input[name="pref"]{
	width: 100px;
}
label{
	cursor: pointer;
	user-select: none;
}
select{
	cursor: pointer;
	display: block;
	width: 100%;
	height: 100%;
}
#mainarea{
	margin-bottom: var(--GENERALSEC);
	width: 60%;
	max-width: 800px;
	margin: 60px auto;
}
.sec-ttl{
	text-align: center;
}
.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 .post-code{
	display: flex;
	align-items: center;
	gap: 10px;
}
.confirm-table td{
	background: #fff;
}
.contact-table th{
	text-align: left;
	font-weight: normal;
	font-family: var(--FF_MINCHO);
}
.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;
}
.choice-area li{
	margin-right: 13px;
}
.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%;
	margin: 0 auto 0 0;
	min-width: 220px;
	border: 1px solid #ddd;
	position: relative;
}
.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%);
}
.select-area select{
	padding: 10px;
}
.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: #000;
	border: 1px solid #000;
	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{
	font-size:20px;
}
.confirm-table td{
	border: 1px solid #ddd;
	padding: 10px;
	min-height: 40.5px;
}
.contact-table td.harf{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 10px;
}
.check-label[for="check-pp"]{
	display: block;
	width: fit-content;
	margin: 0 auto 10px;
}
.note01{
	font-size:0.85em;
}
.note02{
	font-size: 0.8em;
}
@media screen and (min-width: 768px){
	.contact-form{
		margin: 0 auto;
	}
	.contact-table{
		width: 100%;
		margin: 0 auto 50px;
	}
	.contact-table th{
		margin-bottom: 5px;
		font-size: 16px;
	}
	.contact-table td{
		margin-bottom: 14px;
	}
	.contact-table input,
	.contact-table textarea{
		padding: 10px;
	}
	.to-top a:hover,
	.sendbutton input:hover{
		color: #000;
		background: #fff;
	}
	.bac a:hover{
		opacity: 0.7;
	}
	.complete_p{
		margin-bottom: 40px;
	}
}
@media screen and (min-width:768px) and (max-width:950px) {
	#mainarea{
	width: 90%;
	}
}
@media screen and (max-width: 767px){
	#mainarea{
		width:92%;
		margin-top: 40px;
	}
	.contact-form{
		width: var(--INNER_WIDTH);
		margin: 0 auto;
		padding: 20px 0;
	}
	.contact-table{
		width: 100%;
		margin: 0 auto 30px;
	}
	.contact-table th,
	.contact-table td{
		width: 100%;
	}
	.contact-table tr{
		padding: 15px 15px 15px 15px;
	}
	.contact-table th{
		font-size: 14px;
		text-align: left;
		margin-bottom: 5px;
	}
	.contact-table td{
		margin-bottom: 15px;
	}
	.confirm-table td{
		min-height: 44px;
	}
	.contact-table input,
	.contact-table textarea{
		padding: 7px;
	}
	.complete_p{
		margin-bottom: 30px;
	}
}

h1 {
	font-size: 1.6em;
	margin-bottom: 15px;
}
.contactnote{
	font-size:20px;
}
.contactnote_sub{
	font-size:20px;
}
.contactnote_sub a{
	text-decoration: underline;
}
.mininner {
	background: #fff;
	padding: 56px 10%;
	margin: 2em auto 3em;
	border-radius: 15px;
	border:3px solid var(--BLACK);
}

body::before {
	content: "";
	background: url('/contents/asset/images/back-tex.jpg') no-repeat center center fixed;
	background-size: cover;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2
}

body::after {
	content: "";
	background: linear-gradient(to bottom, #fff 40%, transparent 60%);
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1
}
.complete_title {
	margin-top: 50px;
	margin-bottom: 16px;
	font-size: 21px;
	font-weight: 700;
	border-top: 1px solid #000000;
	padding-top: 30px;
}
.complete_docslink_contents{
	margin-bottom: 7px;
	font-size: 20px;
}
.complete_docslink_contents::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 19px;
  background-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"%3E%3Cpath d="M320 480L64 480c-17.7 0-32-14.3-32-32L32 64c0-17.7 14.3-32 32-32l128 0 0 112c0 26.5 21.5 48 48 48l112 0 0 256c0 17.7-14.3 32-32 32zM240 160c-8.8 0-16-7.2-16-16l0-111.5c2.8 .7 5.4 2.1 7.4 4.2L347.3 152.6c2.1 2.1 3.5 4.6 4.2 7.4L240 160zM64 0C28.7 0 0 28.7 0 64L0 448c0 35.3 28.7 64 64 64l256 0c35.3 0 64-28.7 64-64l0-284.1c0-12.7-5.1-24.9-14.1-33.9L254.1 14.1c-9-9-21.2-14.1-33.9-14.1L64 0zM96 384l80 0 0 32-80 0 0-32zm0-32l0-32 80 0 0 32-80 0zm112 64l0-32 80 0 0 32-80 0zm0-64l0-32 80 0 0 32-80 0zm112 16l0-16 0-32 0-16 0-16 0-32c0-17.7-14.3-32-32-32l-96 0-96 0c-17.7 0-32 14.3-32 32l0 32 0 16 0 16 0 32 0 16 0 16 0 32c0 17.7 14.3 32 32 32l80 0 16 0 16 0 80 0c17.7 0 32-14.3 32-32l0-32 0-16zM288 256l0 32-96 0-96 0 0-32 96 0 96 0z"/%3E%3C/svg%3E');
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: -3px;
  vertical-align: middle;
  padding-right: 12px;
}
.complete_docslink_contents a{
	text-decoration: underline;
}
.completeP .to-top{
	margin-top: 50px;
}
@media screen and (max-width:767px) {
	#mainarea{
		margin-bottom: 0;
	}
	.mininner {
		padding: 20px 20px;
		margin-top: 18px;
		margin-bottom: 0;
	}
	h1{
		font-size: 21px;
		margin-bottom: 10px;
	}
	.contactnote,
	.contactnote_sub{
		font-size:15px;
	}
	.complete_title{
		font-size: 17px;
	}
	.complete_p,
	.complete_docslink_contents{
		font-size:16px;
	}
}
