@charset "utf-8";
main{
	padding-bottom: 100px;
}
h2{
	margin-bottom: 45px;
	font-size: 31px;
	letter-spacing: 8px;
	font-family: 游明朝 medium, 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","ヒラギノ明朝 ProN W3",HGS明朝E,メイリオ,Meiryo,serif;
	color: #393939;
	font-weight: normal;
	text-align: center;
}
@media screen and (max-width: 767px) {
	h2 {
		font-size: 22px;
		margin-bottom: 30px;
	}
	main{
	padding-bottom: 80px;
}
}
.migration-inner{
	margin-left: auto;
	margin-right: auto;
}
.entry-txt{
	text-align: center;
	margin-bottom: 30px;
}
@media screen and (min-width: 770px){
	.migration-sec-ttl02{
		font-size: 35px;
		padding-bottom: 18px;
		margin-bottom: 60px;
	}
	.migration-inner{
		width: 95%;
		max-width: 750px;
	}
	.contact-form{
		margin-top: 80px;
	}
}
@media screen and (max-width: 769px){
	.migration-sec-ttl02{
		font-size: 28px;
		padding-bottom: 12px;
		margin-bottom: 30px;
	}
	.migration-inner{
		width: 94%;
	}
	.contact-form{
		margin-top: 40px;
	}
}
/* フォーム */
/* 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 #000;
}
label{
	cursor: pointer;
	user-select: none;
}
select{
	cursor: pointer;
	display: block;
	width: 100%;
	height: 100%;
}
textarea{
	height: 250px;
}
.contact-table *{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
.contact-table{
	border-collapse: collapse;
}
.contact-table tr{
	display: flex;
	flex-wrap: wrap;
}
.contact-table th,
.contact-table td{
	display: block;
}
.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-wrap: wrap;
}
.choice-area li{
	display: inline-block;
}
.choice-area li:not(:last-child){
	margin-right: 15px;
}
.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: #EA5E4A;
	border: 1px solid #EA5E4A;
	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;
}
.minfont{
	font-size:0.85em;
}
@media screen and (min-width: 770px){
	.contact-table{
		border: 1px solid #999;
		margin-bottom: 50px;
	}
	.contact-table tr{
		align-items: stretch;
	}
	.contact-table tr:not(:last-child){
		border-bottom: 1px solid #999;
	}
	.contact-table th,
	.contact-table td{
		display: flex;
		align-items: center;
	}
	.contact-table th{
		justify-content: center;
	}
	.contact-table th{
		width: 220px;
		padding: 20px 0;
	}
	.contact-table th{
		border-right: 1px solid #999;
	}
	.contact-table td{
		padding: 20px;
		flex: 1;
	}
	.contact-table input,
	.contact-table textarea{
		padding: 10px;
	}
	.to-top a:hover,
	.sendbutton input:hover{
		color: #EA5E4A;
		background: #fff;
	}
	.bac a:hover{
		opacity: 0.7;
	}
	.complete_p{
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 769px){
	.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{
		min-height: 24px;
	}
	.contact-table input,
	.contact-table textarea{
		padding: 7px;
	}
	.complete_p{
		margin-bottom: 30px;
	}
	.choice-area.tandem{
		flex-direction: column;
	}
}
