@charset "utf-8";
html {
	box-sizing: border-box;
}
*,*:before,*:after {
	box-sizing: inherit;
}
body {
	line-height: 1.5;
}
#episode img {
	border: 0;
	vertical-align: middle;
}
[type="text"],[type="number"],[type="tel"],[type="email"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 2px solid #ccc;
	border-radius: 4px;
	padding: 5px;
	width: 100%;
	height: 40px;
	font-size: 1rem;
}
[type="number"] {
	-moz-appearance: textfield;
	width: 5em;
}
[type="number"]::-webkit-outer-spin-button,
[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
[type="tel"] {
	width: 5em;
}
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 2px solid #ccc;
	border-radius: 4px;
	padding: 5px;
	width: 100%;
	height: 10em;
	font-size: 1rem;
	font-family: Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',osaka,'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}
[readonly] {
	background-color: #f7f7f7;
	color: #666;
}
.checkbox {
	position: relative;
	min-height: 40px;
}
.checkbox [type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	border: none;
	z-index: -1;
	position: absolute;
	width: 100%;
	height: 100%;
}
.checkbox label {
	display: block;
	background: url(../image/check-off.png) -8px center no-repeat;
	background-size: 35px 35px;
	padding-left: 30px;
	padding-top: 12px;
	height: 40px;
}
.checkbox :checked + label {
	background-image: url(../image/check-on.png);
}

/* ラジオボタンとチェックボックス（3択以上） */
.radio-check-list ul {
	width: 48%;
	list-style: none;
	padding: 0;
	background: #FFFFFF;
	border-radius: 5px;
	border: 2px solid #CCCCCC;
}
.radio-check-list ul li {
	padding: 0;
	margin: 0;
	position: relative;
}
.radio-check-list input {
	position: absolute;
	top: -5px;
	width: 100%;
}
.radio-check-list input[type="radio"] {
	opacity : 0;  
	width: 100%;  
	height: 100%;  
	padding: 0;  
}
.radio-check-list input[type="radio"] + label {
	display: block;
	background: url(../image/radio-off.png) no-repeat 8px center;
	background-size: 35px;
	border-bottom: 1px dotted #CCCCCC;
	padding: 12px 10px 10px 50px;
	text-decoration: none;
}
.radio-check-list input[type="radio"]:checked + label {
	background: url(../image/radio-on.png) no-repeat 8px center;
	background-size: 35px;
}
.radio-check-list input[type="checkbox"] {
	opacity : 0;  
	width: 100%;  
	height: 100%;  
	padding: 0;  
}
.radio-check-list input[type="checkbox"] + label {
	display: block;
	background: url(../image/check-off.png) no-repeat 98% center;
	background-size: 35px;
	border-bottom: 1px dotted #CCCCCC;
	padding: 10px 20px 10px 10px;
	text-decoration: none;
}
.radio-check-list input[type="checkbox"]:checked + label {
	background: url(../image/check-on.png) no-repeat 98% center;
	background-size: 35px;
}
.radio-check-list li:last-child label {
	border-bottom:none;
}

#wrap {
	width: auto;
}
.contentsinner {
	background-color: #fcf9da;
	padding-bottom: 30px;
}
.formtitle {
	background: #00b866;
	padding: 0.25em 0;
	text-align: center;
	font-size: 3.85em;
	font-weight: bold;
	color: white;
}
.formtitle span {
	display: inline-block;
	margin-left: 0.5em;
}
#hpform {
	max-width: 980px;
	margin: 0 auto;
	background-color: #fff;
}
#hpform h2 {
	padding:10px 30px 18px 45px;
	font-weight:bold;	
	background: url(../image/h2-line.svg) 30px 11px no-repeat;
	background-size: 5px 16px;
}
.f-rit {
	float: right;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.caution {
	padding: 20px 30px 0;
	margin-bottom: 20px;
}
/*.caution ul {
	width: 768px;
	float: left;
}*/
.site_seal{
	margin-top:10px;
}
.caution li{
	text-align:left;
	list-style:none;
	text-indent:-1em;
	margin-left:1em;
}
.nameStyle,
.emailStyle {
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
.nameStyle label {
	padding-right: 8px;
}
.nameStyle label:nth-child(3) {
	padding-left: 2em;
}
.emailStyle span {
	padding: 0 8px;
}
.form-table {
	margin: 0 30px;
}
.form-table table {
	width: 100%;
	border: 1px solid #777;
	table-layout: fixed;
}
.form-table th {
	background-color: #eee;
	width: 32%;
	padding: 20px 25px 20px;
	vertical-align: top;
	border-right: 1px solid #777;
	border-top: 1px solid #777;
	font-size: 1.08em;
}

.form-table td {
	padding: 12px 25px;
	border-top: 1px solid #777;
	word-wrap: break-word;
}
.form-table td .caution {
	padding: 0;
	margin-top: 5px;
}
.count {
	text-align: right;
	float: right;
	margin-top: 5px;
}
.count + .caution {
	float: left;
}
.form-table td:after {
	content: "";
	display: block;
	clear: both;
}

.caution.last .box {
	margin: 20px 0 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
}
.caution.last h3 {
	position: relative;
	padding: 18px 10px 16px;
	font-weight: bold;
	font-size: 16px;
	cursor: pointer;
}
.caution.last h3::after {
	content: "";
	position: absolute;
	right: 15px;
	bottom: 50%;
	transform: translateY(50%);
	border-style: solid;
	border-width: 8px 6px 0;
	border-color: #666 transparent transparent;
	transition-duration: 0.4s;
}
.caution.last .box .content {
	display: none;
	padding: 0 10px;
}
.caution.last p {
	margin: 15px 10px;
}
.caution.last dl {
	margin: 15px 10px;
}
.caution.last dt {
	font-size: 115.4%;
	margin-bottom: 6px;
}
.caution.last ul {
	width: 100%;
	float: none;
}
.caution.last li + li {
	margin-top: 4px;
}
.caution.last .box.open h3::after {
	transform: translateY(50%) rotate(180deg);
}
.douiCheck {
	padding: 40px 0 25px;
}
.douiCheck .checkbox {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	font-size: 17px;
	font-weight: bold;
	line-height: 1;
}
.send_btn {
	background-color: rgba(0, 184, 102, 0.2);
	padding: 30px 10px;
	text-align: center;
}
.send_btn ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.send_btn button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
	border: 0;
	background: transparent;
	padding: 0;
	margin: 10px 0 0;
	cursor: pointer;
}
.send_btn #btn_confirm {
	background: transparent url(../image/btn_confirm_on.gif) no-repeat center top;
}
.send_btn #btn_return {
	background: transparent url(../image/btn_return_on.gif) no-repeat center top;
}
.send_btn #btn_send {
	background: transparent url(../image/btn_send_on.gif) no-repeat center top;
}
.send_btn img {
	vertical-align: middle;
}
#footer {
	margin-top: 0;
}
/* confirm */
.confirm {
	padding: 20px 30px;
}
.confirm + form th {
	padding-top: 12px;
	padding-bottom: 12px;
}
/* thanks */
.thanks {
	padding-bottom: 30px;
}
.thanksMessage {
	padding: 30px 64px 0;
	font-weight: bold;
	font-size: 14px;
}
.thanks #number {
	display: inline-block;
	padding: 0 0.5em;
	font-size: 170%;
	line-height: 150%;
}
.thanks .caution {
	margin: 20px 30px;
	padding-bottom: 25px;
	border: 4px solid #C6EAD3;
}
.thanks #receipt {
	margin-bottom: 10px;
	color: #003399;
	font-size: 1.23em;
}
.thanks #contact {
	margin: 20px 0;
	font-size: 1.23em;
}

/* error */
.error {
	padding: 15px 25px;
	color: #FE3048;
	border: 4px solid #FE3048;
	overflow: hidden;
	text-align: left;
	margin: 0 30px 20px;
}
.error .midashi {
	margin: 10px 0;
	font-size: 120%;
	font-weight: bold;
	line-height: 1.8em;
}
.error .midashi img {
	margin-right: 10px;
}

/* PC style */
@media screen and (min-width: 701px) {
	.send_btn button:hover img {
		visibility: hidden;
	}
}
/* SP style */
@media screen and (max-width:700px) {
	.radio-check-list ul {
		width: 100%;
	}
	.contentsinner {
		padding-bottom: 10px;
	}
	.formtitle {
		font-size: 1.54em;
		padding: 0.5em 0;
		line-height: 1.2;
	}
	.formtitle span {
		display: block;
		margin-left: 0;
	}
	#hpform {
		max-width: 100%;
		margin: 10px;
	}
	#hpform h2 {
		padding:10px 10px 18px 20px;
		background: url(../image/h2-line.svg) 10px 11px no-repeat;
		background-size: 5px 16px;
	}
	.caution {
		padding: 20px 10px 0;
	}
	.caution ul {
		float: none;
		width: 100%;
	}
	.nameStyle label {
		padding-right: 5px;
	}
	.nameStyle label:nth-child(3) {
		padding-left: 1em;
	}
	.emailStyle span {
		padding: 0 5px;
	}
	
	table,tbody,tr,th,td {
		display: block;
	}
	.form-table {
		margin: 0 10px;
	}
	.form-table table {
		border-top: 0;
	}
	.form-table th {
		width: auto;
		border-right: 0;
		padding: 5px 10px;
	}
	.form-table td {
		border-top: 0;
		padding: 5px 10px 15px;
	}
	[alt="必須"] {
		width: 34px;
	}
	.send_btn ul {
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	.confirm {
		padding: 20px 10px;
	}
	.confirm + form th {
		padding: 5px 10px;
	}
	.caution.last h3 {
		padding: 10px 18px 10px 8px;
	}
	.caution.last h3::after {
		right: 4px;
	}
	.caution.last .box .content {
		padding: 0 8px;
	}
	.caution.last p {
		margin-top: 0;
		margin-left: 0;
		margin-right: 0;
	}
	.caution.last p,
	.caution.last dl,
	.caution.last ul {
		margin-left: 0;
		margin-right: 0;
	}
	.douiCheck {
		padding: 20px 0 5px;
	}
	.thanksMessage {
		padding: 30px 24px;
	}
	.thanks .caution {
		margin: 0 10px;
	}
	.thanks #number {
		font-size: 155%;
		line-height: 130%;
	}
	
	.error {
		margin: 0 10px 20px;
		padding: 0 10px 15px;
	}
	.error .midashi {
		text-indent: -25px;
		padding-left: 25px;
		line-height: 1.4;
	}
	.error .midashi img {
		width: 20px;
		vertical-align: top;
		margin-right: 5px;
	}
}
@media screen and (max-width:340px) {
	[type="tel"] {
		width: 4.7em;
	}
}