@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;
	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%;
}
.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;
	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%;
	margin: 0 auto 0 0;
	min-width: 220px;
	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: 12px;
	z-index: 1;
}
.select-area select{
	padding: 10px;
	border: 1px solid #ddd;
	position: relative;
	background-color: rgba(0, 0, 0, 0);
	z-index: 2;
}
.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;
}
.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;
}
body{
	padding-top: 0 !important;
	line-height: 1.85;
}
input[type="text"]::placeholder, textarea::placeholder{
  color: rgba(0,0,0,.5);
}

.header__logo{
	margin: 30px auto;
}
h1{
	font-weight: bold;
}
.contactnote_sub a{
	text-decoration: underline;
	color: var(--BLUE01);
}
.mininner {
	border-radius: 15px;
	border: 3px solid var(--BLACK);
}

.completeP .to-top {
	margin-top: 50px;
	max-width: 300px;
	margin-inline: auto;
}
.complete_title {
	margin-top: 50px;
	margin-bottom: 16px;
	font-weight: 700;
	border-top: 1px solid #000000;
	padding-top: 30px;
}
.complete_docslink_contents a{
	color: var(--BLUE01);
	text-decoration: underline;
}
.complete_docslink_contents::before{
	content: "";
	display: inline-block;
	background: url(/asset2025/images/top/file.svg);
	aspect-ratio: 113/150;
	width: 14px;
	margin-right: 5px;
	transform: translateY(1px);
}


footer {
	margin-top: 40px;
	color: #5b6d83;
}
footer a{
	color: #5b6d83;
}
footer a:visited{
	color: #5b6d83;
}
footer .footer-wrap {
	text-align: right;
	padding: 28px 0;
	width: 90%;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}
.corplink a::after{
	content: '';
	display: inline-block;
	aspect-ratio: 1/1;
	mask: url(/asset2025/images/top/icon_targerBlank.svg) no-repeat center center / 100%;
	-webkit-mask: url(/asset2025/images/top/icon_targerBlank.svg) no-repeat center center / 100%;
	background: #5b6d83;
	width: 15px;
	transform: translateY(1px);
  margin-left: 3px;
}
@media screen and (min-width: 768px){
	.header__logo{
		max-width: 400px;
	}
	#mainarea{
		width: 60%;
		max-width: 800px;
		margin: 60px auto;
	}
	h1 {
    font-size: 2em;
    margin-bottom: 15px;
	}
	.mininner{
		padding: 56px 10%;
    margin: 2em auto 3em;
	}

	.complete_p,.complete_docslink_contents {
    font-size: 20px;
	}
	.complete_title{
		font-size: 21px;
	}

	.contactnote,.contactnote_sub {
    font-size: 20px;
	}
	.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;
	}
}
@media screen and (min-width: 768px) and (max-width: 950px) {
	#mainarea {
		width: 90%;
	}
}
@media screen and (max-width: 767px){
	.header__logo{
		width: 60%;
		max-width: 400px;
	}
	#mainarea{
		width: 92%;
		margin-top: 40px;
		margin-inline: auto;
	}
	h1 {
		font-size: 21px;
		margin-bottom: 10px;
	}
	.contactnote, .contactnote_sub {
		font-size: 15px;
	}
	.mininner {
		padding: 20px 20px;
		margin-top: 18px;
	}

	.complete_p,.complete_docslink_contents {
		font-size: 16px;
	}
	.complete_title{
		font-size: 17px;
	}

	.contact-form{
		padding: 20px 0;
		margin: 0 auto;
	}
	.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;
	}
}


/* 入力欄のエラー表示 */
.error-field {
	border: 1px solid #dc3b3b !important;
}
.error-message {
	color: #dc3b3b;
	font-size: 12px;
	margin-top: 5px;
}