/* Hides from IE Mac \*/
* html {
	height: 1%;
}

img {
	max-width: 100%;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

a img:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	/* Ie用 */
	-webkit-transition: 0.6s;
	transition: 0.6s;
}

#gotop {
	display: block;
	position: fixed;
	bottom: 10px;
	right: 0px;
	width: 95px;
	height: 95px;
	background: url(../images/gotop.png) no-repeat;
	background-size: 95px;
	opacity: 0.7;
}

#gotop span {
	display: none;
}

#gotop a {
	display: block;
	width: 95px;
	height: 95px;
}

#gotop:hover {
	opacity: 1.0;
	filter: alpha(opacity=60);
	-webkit-transition: 0.6s;
	transition: 0.6s;
}

.wrap {
	width: 960px;
	background: #fff;
	margin: 0 auto;
	text-align: center;
}

.radio-group {
	width: 70%;
	margin: 0 auto;
	justify-content: space-between;
	flex-wrap: wrap;
	display: flex;
}

.check-group {
	width: 80%;
	margin: 0 auto;
	justify-content: space-between;
	flex-wrap: wrap;
	display: flex;
}

.radio-image {
	height: 300px;
	margin: 20px auto;
}

.check-image {
	height: 300px;
	margin: 20px 30px;
}

input[type=radio],
input[type=checkbox] {
	display: none;
}

body {
	margin: 0;
	padding: 0;
	font-family: arial, sans-serif;
	font-size: 0.75em;
}

img {
	max-width: 100%;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

a img:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	/* Ie用 */
	-webkit-transition: 0.6s;
	transition: 0.6s;
}

.header {
	background: url(../images/header.jpg) no-repeat;
	width: 960px;
	height: 90px;
	position: relative;
	background-size: 100%;
}

.main {
	background: url(../images/main.jpg) no-repeat;
	width: 960px;
	height: 545px;
	position: relative;
	background-size: 100%;
}

.main .txt002 span {
	font-size: 90px;
}

.main .txt002 {
	font-size: 70px;
	color: #ffffff;
	font-family: serif;
	font-weight: bold;
	transform: rotate(-12deg);
	letter-spacing: -0.05em;
	line-height: 90px;
	position: absolute;
	top: 110px;
	left: 30px;
	right: -12px;
	margin: 0 auto;
	text-align: left;
}

.main .txt1 {
	font-size: 1.2em;
	color: #0087cb;
	line-height: 20px;
	position: absolute;
	top: 475px;
	left: 114px;
	right: 0;
	margin: 0 auto;
	text-align: left;
}

textarea {
	height: 100px;
}

.privacy {
	border: 1px solid #ddd;
	background: #fff;
	width: 700px;
	height: 300px;
	padding: 10px;
	margin: 20px auto 30px;
	text-align: left;
	font-size: 1em;
	box-sizing: border-box;
	overflow: scroll;
}

.tel {
	background: url(../images/tel.jpg) no-repeat;
	width: 960px;
	height: 245px;
	position: relative;
	background-size: 100%;
}

.footer {
	background-color: #82bd23;
	width: 960px;
	height: 96px;
	position: relative;
	background-size: 100%;
}

.footer .txt {
	width: 100%;
	font-size: 1em;
	color: #fff;
	line-height: 22px;
	position: absolute;
	top: 12px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}

::-webkit-input-placeholder {
	color: #ddd;
}

a {
	text-decoration: none;
}

.question {
	width: 90%;
	font-size: 1.8em;
	margin: 10px auto;
	padding: 10px;
	color: #fff;
	background-color: #e4607f;
	border-radius: 30px;
}

.question .br {
	display: none;
}

.answer {
	width: 90%;
	border: solid 4px #ddd;
	border-radius: 30px;
	margin: 10px auto;
	/* padding: 10px; */
}

.answer dt,
.answer dd {
	display: inline-block;
}

.answer dt {
	width: 30%;
	text-align: left;
}

.answer dd {
	width: 70%;
	margin-inline-start: 0;
	margin: 0 40%;
	text-align: left;
}

button {
	display: inline;
	cursor: pointer;
	color: #fff;
	border: none;
	margin: 10px auto;
}

button.disabled {
	background-color: #a9a9a9;
	cursor: default;
}

.btn_prev {
	background-color: #a9a9a9;
	padding: 7px 49px;
	font-size: 1.2em;
}

.btn_next {
	background-color: #e4607f;
	padding: 10px 90px;
	font-size: 1.8em;
	font-weight: bold;
}

.btn_submit {
	background-color: #e4607f;
	padding: 10px 120px;
	font-size: 1.8em;
	font-weight: bold;
}

span.required {
	background: #e4607f;
	color: #fff;
	font-size: 1em;
	padding: 5px;
	margin-right: 10px;
}

.textinput {
	margin: 10px auto;
	padding: 10px;
	border: 1px solid #ddd;
	width: 50%;
}

.radioinput {
	margin: 10px auto;
	padding: 10px;
	border: 1px solid #ddd;
}

.checkboxinput {
	display: inline-block;
	margin: 10px auto;
	padding: 10px;
}

.selectinput {
	margin: 10px auto;
	padding: 10px;
	border: 1px solid #ddd;
	width: 50%;
}

.question-frame {
	width: 100%;
}

.answer-inner {
	margin: 10px auto;
}

.radio-group label {
	border: 3px solid #999999;
	border-radius: 10px;
}

input[type="radio"]:checked+label {
	border: 3px solid #2eb6d1;
}

.radio-image-label {
	display: block;
}

.check-group label {
	border: 3px solid #999999;
	border-radius: 10px;
}

input[type="checkbox"]:checked+label {
	border: 3px solid #2eb6d1;
}

.check-image-label {
	display: block;
}

.radio-frame {
	margin: 20px;
	width: 40%;
}

.block-label {
	display: block;
	font-size: 1.6em;
}

.shikaku-image-border {
	margin: 20px;
}

.agreement {
	font-size: 1.2em;
	text-align: center;
}

.pink {
	color: #e4607f;
}

.privacy_title {
	font-size: 1.7em;
	color: #e4607f;
}