/* CSS Document */

/*====================================

    .btn

====================================*/

.btn {
	width: 100%;
	text-align: center;
	margin-bottom: 100px;
}

.btn a {
	display: inline-block;
	text-align: center;
	cursor: pointer;
	padding: 1.4em 2em;
	background: #fff;
	color: #000;
	line-height: 1em;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	text-decoration: none;
}

.btn a:hover {
	color: #e50012;
	background: #ff0;
}

/*====================================

    .main

====================================*/

.main {
	width: 95%;
	margin: 0 auto;
	padding: 0 20px;
	border: 1px solid #f00;
	background: #fff;
	border-radius: 40px;
}
.main .main_ttl {
	padding: 40px 0 0 0;
}
.main .main_ttl img {
	width: 70%;
	margin: 0 auto;
}

/*====================================

    .message

====================================*/

.message {
	padding-top: 40px;
	margin-bottom: 40px;
}
.message h3 {
	margin-bottom: 30px;
	padding-bottom: 30px;
	width: 100%;
	font-size: 120%;
	line-height: 1.75em;
	border-bottom: 2px solid #ffeedd;
}
.message h3 a {
	font-size: 100%;
	color: #e50012;
	text-decoration: underline;
}
.message h3 a:hover {
	text-decoration: none;
}
.message ul {
}
.message ul li:first-child {
	border-top: 2px solid #ffeedd;
}
.message ul li {
	width: 100%;
	border-bottom: 2px solid #ffeedd;
	padding: 10px 0;
}
.message ul li p {
}
.message ul li p span {
	font-size: 80%;
	display: block;
	line-height: 1.25em;
	margin-top: 10px;
}
.message ul li p a {
	font-size: 100%;
	color: #e50012;
	text-decoration: underline;
}
.message ul li p a:hover {
	text-decoration: none;
}

/*====================================

    .ex

====================================*/

.ex {
	margin-bottom: 40px;
}

.ex p {
	font-size: 110%;
}

.ex p span {
	display: block;
	font-size: 80%;
}

/*====================================

    terms

====================================*/

.terms {
	width: 100%;
	margin-bottom: 40px;
	border-radius: 20px;
	overflow: hidden;
}
.terms .inner {
	width: 100%;
	margin: 0 auto;
	padding: 30px 20px;
	background: #fff6ed;
	height: 400px;
	overflow: scroll;
}
.terms .inner h3 {
	width: 100%;
	font-size: 120%;
	margin-bottom: 20px;
	font-weight: 500;
}
.terms .inner .term_list {
}
.terms .inner .term_list ul {
	padding-left: 1em;
}
.terms .inner .term_list ul li {
	list-style-type: decimal;
	font-size: 80%;
	margin-bottom: 20px;
	font-weight: 400;
}
.terms .inner .term_list ul li p {
	font-size: 100%;
	font-weight: 400;
	line-height: 1.85em;
}
.terms .inner .term_list ul li p a {
	color: #e50012;
	text-decoration: underline;
	font-size: 100%;
}
.terms .inner .term_list ul li p a:hover {
	text-decoration: none;
}
.terms .inner .term_list ul li p strong {
	font-size: 100%;
	font-weight: 600;
}
.terms .inner .term_list ul li p .att {
	display: block;
	font-size: 110%;
	margin-top: 1em;
	font-weight: 600;
}
.terms .inner .term_list ul li .suppl {
	margin: 20px 0;
}
.terms .inner .term_list ul li .suppl p {
	font-size: 70%;
	text-indent: -1em;
	padding-left: 1em;
}

/*====================================

    wp_pri_pol

====================================*/

.wp_pri_pol {
	border-top: 2px solid #ffeedd;
	margin-top: 40px;
	padding-top: 40px;
}
.wp_pri_pol h3 {
	width: 100%;
	font-size: 140%;
	margin-bottom: 30px;
	font-weight: 500;
}
.wp_pri_pol .ex {
}
.wp_pri_pol .ex p {
	font-size: 90%;
	font-weight: 400;
	line-height: 1.85em;
}
.wp_pri_pol .ex p strong {
	font-size: 100%;
	font-weight: 600;
}
.wp_pri_pol .pri_pol_list {
}
.wp_pri_pol .pri_pol_list ul {
}
.wp_pri_pol .pri_pol_list ul li {
	font-size: 80%;
	margin-bottom: 20px;
	font-weight: 400;
}
.wp_pri_pol .pri_pol_list ul li h6 {
	font-size: 120%;
	font-weight: 600;
}
.wp_pri_pol .pri_pol_list ul li p {
	font-size: 100%;
	font-weight: 400;
	line-height: 1.85em;
	text-indent: -1.75em;
	padding-left: 1.75em;
}
.wp_pri_pol .pri_pol_list ul li p span {
	display: block;
	font-size: 90%;
	line-height: 1.85em;
	margin-bottom: 4px;
	padding-left: 4em;
}

/*====================================

    consent_form

====================================*/

.consent_form {
	background: #eee;
	padding: 30px;
	border-radius: 20px;
}
.consent_form dl {
	width: 100%;
}
.consent_form dl dt {
	font-size: 120%;
	margin-bottom: 10px;
}
.consent_form dl dd {
	text-align: center;
}
.consent_form dl dd a {
	display: block;
	text-decoration: none;
	line-height: 1em;
	padding: 1em 0;
	background: url(../images/arrow.svg) no-repeat top 50% right 20px #e50012;
	background-size: 10px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	color: #fff;
	border-radius: 10px;
}

/*====================================

    .wrap_form

====================================*/

.wrap_form {
	border-bottom: 2px solid rgba(255, 255, 255, .3);
	padding: 40px 0;
	margin-bottom: 40px;
}

.wrap_form .ex {
	font-size: 90%;
	color: #E50211;
	margin-bottom: 10px;
}

.wrap_form dl {
	width: 100%;
	margin-bottom: 20px;
}

.wrap_form dl:last-of-type {
	margin-bottom: 60px;
}

.wrap_form dl dt {
	width: 100%;
	font-size: 120%;
	margin-bottom: .5em;
}

.wrap_form dl dt span {
	color: #E50211;
	font-size: 70%;
	padding-left: .2em;
	margin-top: -1em;
}

.wrap_form dl dd {}

.wrap_form .input_text_short,
.wrap_form .input_text_middle {
	border: 0;
	padding: 10px;
	font-size: 1.1em;
	color: #aaa;
	border: solid 1px #E50211 !important;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
	-moz-box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
	box-shadow: 0px 1px rgba(255, 255, 255, 0.5);
}

.wrap_form .input_text_short {
	width: 100%;
}

.wrap_form .input_text_middle {
	width: 100%;
}
.wrap_form input[type="submit"],
.wrap_form input[type="text"],
.wrap_form input[type="file"],
.wrap_form select,
.wrap_form textarea,
.wrap_form button {
	-moz-appearance: none;
	-webkit-appearance: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	border: none;
}

.wrap_form input::placeholder {
	color: #ccc;
}
.wrap_form input[type="file"] {
	border: 1px solid #E50211;
	padding: 10px;
	cursor: pointer;
}
.wrap_form label {
	padding: 10px 40px;
	background-color: #fff;
	cursor: pointer;
	display: inline-block;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #E50211;
}
.wrap_form input[type="file"] {
	display: none;
}
.wrap_form .file_text {
	font-size: 90%;
	color: #E50211;
}
label {
	width: 100%;
	text-align: center;
	margin-bottom: 4px;
}
.wrap_form .wp_radio {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.wrap_form .wp_radio .cell {
	width: 48%;
}
.wrap_form .wp_radio .cell label {
	padding: 10px 10px;
	width: 100%;
	text-align: center;
}
.wrap_form .wp_radio .cell input[type="radio"]::before {
	background-color: #E50211;
	border-radius: 50%;
	bottom: 0;
	content: "";
	height: 10px;
	left: 0;
	margin: auto;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 10px;
}
.wrap_form .wp_radio .cell input[type="radio"]:checked::before {
	opacity: 1;
}
.wrap_form .wp_radio .cell input[type="radio"] {
	appearance: none;
	border: 1px solid #E50211;
	border-radius: 50%;
	height: 14px;
	left: -.5em;
	margin: 0;
	position: relative;
	width: 14px;
}
.file-name {
	color: #000 !important;
}

/*====================================

    .cell_mail

====================================*/

.cell_mail {
	margin-bottom: 20px;
	background: #f7f7f7;
	border-radius: 30px;
	padding: 30px 20px;
	position: relative;
	z-index: 1;
	border-right: 2px solid #eee;
	border-bottom: 2px solid #eee;
}
.cell_mail p {
	margin-bottom: 30px;
}
.cell_mail a {
	font-size: 120%;
	color: #E50211;
	text-decoration: underline;
	line-height: 1em;
	margin-bottom: 20px;
	display: block;
}
.cell_mail a:hover {
	text-decoration: none;
}
.cell_mail .cap {
}
.cell_mail .cap li {
	font-size: 70%;
	line-height: 1.5em;
}

/*====================================

    .btn_upload

====================================*/

.btn_upload {
	width: 100%;
	text-align: center;
}
.button {
	display: inline-block;
	text-align: center;
	cursor: pointer;
	padding: 1.2em 7em;
	background: #E50211;
	color: #fff;
	line-height: 1em;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.button:hover {
	box-shadow: none;
	color: #e50012;
	background: #ff0;
}

/*====================================

    .wrap_thanks .wrap_error

====================================*/

.wrap_thanks,
.wrap_error {
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}

.wrap_thanks .ttl,
.wrap_error .ttl {
	padding: 60px 0 0 0;
	margin-bottom: 100px;
}

.wrap_thanks .ttl img,
.wrap_error .ttl img {
	width: 240px;
	margin: 0 auto;
}

.wrap_thanks p,
.wrap_error p {
	width: 100%;
	text-align: center;
	font-size: 150%;
	color: #ff0;
	margin-bottom: 100px;
}

/*====================================

    #footer

====================================*/

#footer {
	width: 100%;
	text-align: center;
	padding: 10px 0;
}
#footer p {
	width: 100%;
	text-align: center;
	font-size: 70%;
	color: #fff;
}

