:root { --base-color: #ef8d00; }
body{
	max-width: 800px;
	margin: auto;
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
}
h2{
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 2px;
	color:var(--base-color);
	margin-bottom: 26px;
}
h3{
	border-left: 6px solid var(--base-color);
	padding: 4px 0 4px 16px;
	line-height: 1.6;
	letter-spacing: 3px;
	margin-bottom: 16px;
}
p{margin-bottom: 16px;}
form .main_table{
  width: 100%;
  margin-bottom: 40px;
	font-size: 13px;
  border-collapse: collapse;
}
form .main_table th{
	background-color: #fdc0b5;
	width: 30%;
	font-weight: bold;
	color: #333;
	text-align: left;
	font-weight: normal;
	padding: 5px 10px;	
}
form .main_table td{
	background-color: #fde7e3;
	padding: 5px 10px;	
}
form .form_regal{
	width: 100%;
	height: 150px;
	overflow-y: scroll;
	border: 1px solid #eee;
	padding: 15px;
	margin-bottom: 15px;	
}
form .regal_checl {
	background-color: rgba(237, 237, 237, 1.00);
	text-align: center;
	padding: 15px;
	margin-bottom: 40px;
}
#contact_btn{
	text-align: center;
	padding: 15px;
}
#contents_form{margin: 32px auto;}
#thanks_box{margin-bottom:120px;}
.next_btn{
	position: relative;
	margin: 0 16px;
	padding: 8px 64px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #fff;
	background: #555;
	border: none;
}
.next_btn::before,
.next_btn::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 12px;
  width: 16px;
  height: 4px;
  border-radius: 9999px;
  background-color: #fff;
  transform-origin: calc(100% - 2px) 50%;
}
.next_btn::before {transform: rotate(45deg);}
.next_btn::after {transform: rotate(-45deg);}

.next_btn.back::before,
.next_btn.back::after {
  left: 0px;
}
.next_btn.back::before {transform: rotate(225deg);}
.next_btn.back::after {transform: rotate(-225deg);}
.next_btn:hover{
	opacity: 0.6;
	transition: opacity 0.5s;
}
.link_btn {
	font-size: 18px;
	color: #fff;
	line-height: 100%;
	text-decoration: none;
	margin: 0 10px 10px 10px;
	padding: 10px 70px;
	border: none;
	display: inline-block;
	background: #949494 url(../../img/link_btn_img.png) no-repeat 97% 50%;
	cursor: pointer;
}
.w95p{width:95%;}