@charset "UTF-8";

body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address {
	font-family: Arial, san-serif;
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5;
	font-family: inherit;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
	color: inherit;
}
img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
/* レイアウト */
#scean1 {
	display: block;
}
#scean2 {
	display: none;
}
.txt_red {
	color: red;
}
body.siteBody {
	background: url("../img/bg.png") no-repeat;
	background-size: cover;
	color: #666;
	width: 100%;
	text-align: center;
}
.top_area {
	width: 100%;
	position: relative;
}
.top_circle {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.top_star_01 {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}
.top_star_02 {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 3;
}
.top_star_03 {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 4;
}
.top_star_02 img, .top_star_03 img {
	opacity: 0;
}
.top_text {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 5;
}
.circle_anm {
	-webkit-animation-name: blinking;
	animation-name: blinking;
	-webkit-animation-duration: 2.5s;
	animation-duration: 2.5s;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: normal;
	animation-direction: normal;
}
@-webkit-keyframes blinking {
0% {
opacity: 0;
}
40% {
opacity: 1;
}
60% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes blinking {
0% {
opacity: 0;
}
40% {
opacity: 1;
}
60% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.star_anm {
	-webkit-animation-name: blink;
	animation-name: blink;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}
.star_anm_02 {
	-webkit-animation-name: blink;
	animation-name: blink;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.star_anm_03 {
	-webkit-animation-name: blink;
	animation-name: blink;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}
@-webkit-keyframes blink {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes blink {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.bg_icon {
	width: 100%;
	margin: 5px auto;
	text-align: center;
}
.bg_icon td {
	padding: 0 0 10px;
}
.btn_access_line,.btn_form {
	border-radius: 30px;
	border: none;
	color: #6e5711 !important;
	cursor: pointer;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 250px;
	display: inline-block;
	margin: 10px auto 10px;
	padding: 5px 5px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	animation: pulse 1.5s infinite;
	background: #ffd700;
	border: 6px outset #e6b422;
	line-height: 40px;
}
@keyframes pulse {
0% {
transform: scale(1);
}
50% {
transform: scale(1.05);
}
100% {
transform: scale(1);
}
}
.anm_btn {
	animation-name: heartBeat;
	animation-duration: 3s;
	animation-timing-function: ease;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-direction: normal;
}
@-webkit-keyframes heartBeat {
0% {
-webkit-transform: scale(1);
transform: scale(1)
}
14% {
-webkit-transform: scale(1.1);
transform: scale(1.1)
}
28% {
-webkit-transform: scale(1);
transform: scale(1)
}
42% {
-webkit-transform: scale(1.1);
transform: scale(1.1)
}
70% {
-webkit-transform: scale(1);
transform: scale(1)
}
}
@keyframes heartBeat {
0% {
-webkit-transform: scale(1);
transform: scale(1)
}
14% {
-webkit-transform: scale(1.1);
transform: scale(1.1)
}
28% {
-webkit-transform: scale(1);
transform: scale(1)
}
42% {
-webkit-transform: scale(1.1);
transform: scale(1.1)
}
70% {
-webkit-transform: scale(1);
transform: scale(1)
}
}

.btn_form {
	background: #ffd700 url(../img/btn_arrow.png) 70% 50% no-repeat;
}

.btn_rink {
	width: 70%;
	margin: 10px auto 20px;
}
/* 結果画面 */
.box_submit {
	padding: 4%;
	color: #ffffff;
}
.btn_back {
	margin: 0 auto;
	width: 70%;
}

.btn_back a{
	text-decoration: underline;
}
/* フッター */
nav {
	margin: 0 8px;
}
ul.f_nav {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
}
ul.f_nav li {
	width: 50%;
	margin-bottom: 8px;
	box-sizing: border-box;
	padding: 0 5px;
}
ul.f_nav li > a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 50px;
	text-align: center;
	box-sizing: border-box;
	color: #211d7c;
	background: rgba(255,255,255,0.80);
	font-size: 0.8em;
	line-height: 1.2em;
	padding: 0 1em;
	border: 1px solid #211d7c;
}
ul.f_nav li > a {
	border-width: 1px;
}
.footerBox {
	position: relative;
	bottom: 0;
	width: 100%;
	height: 40px;
	display: table;
	font-size: 0;
}
.footerBox li {
	display: table-cell;
	vertical-align: middle;
}
.copyRight {
	font-size: 10px;
	width: 100%;
	text-align: center;
	line-height: 1.2em;
	color: #fff;
}
.copyRight p {
	width: 100%;
	color: #4b42c5;
	line-height: 1.2em;
}

/***************************************/
/*	formレイアウト
=======================================*/

.bg_box_action {
  background: url(../img/form_frame_mdl.webp) 0 center / 100% repeat-y;
}

.box_action {
	padding: 0.5em 1.5em 0;
	color: #111111;
	box-sizing: border-box;
}

.bg_box_action2 {
	margin: 0 auto 20px;
	width:94%;
	background-size: contain ;
	background-color: #ffffffd8;
	padding: 0.5em 1.5em 1em;
	color: #111111;
	box-sizing: border-box;
	border-radius: 0.5em;
}

.bg_box_action2 p {
  font-weight: 600;
  text-align: left;
  text-shadow:
    -2px -2px 0 #fff,
    2px -2px 0 #fff,
    -2px 2px 0 #fff,
    2px 2px 0 #fff;
}

fieldset legend {
	background-color: #8b4513;
	border: 0 none;
	margin-bottom: 10px;
	border-radius: 8px 8px 0 0;
	color: #ffffff;
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: center;
	width: 100%;
}

.cate_radio {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cate_radio li {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.cate_radio, .cate_select {
	width: 100%;
	table-layout: fixed;
	display: table;
}
.cate_radio li, .cate_select li {
	display: table-cell;
}
.cate_radio li label {
	text-align: center;
	border-radius: 15px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	background: #a1a0a0;
	margin: 0 4%;
	display: block;
}

.cate_radio li label {
	box-sizing: border-box;
}

.cate_radio li:first-child input[type="radio"]:checked + label {
	color: #fff;
	background: #ff69b4;
	border: 6px ridge #fa2690;
	line-height: 40px;
}
.cate_radio li:last-child input[type="radio"]:checked + label {
	color: #fff;
	background: #00bfff;
	border: 6px ridge #058dfc;
	line-height: 40px;
}
.cate_radio li input[type="radio"] {
	display: none;
}


.form_box {
	width: 100%;
	background: url(../img/submit_frame_mid.webp) 0 0 repeat-y;
	background-size: contain;
	padding: 0 10%;
	color: #39270e;
}
h3 {
	font-size: 1.3rem;
	margin-top: 0;
	margin-bottom: .5rem;
	font-weight: bold;
	line-height: 1.2;
	color: 000;
}
.rounded-pill {
	border-radius: 8px !important;
}
.bg-danger {
	background-color: #ff0000 !important;
}
.me-3 {
	margin-right: 1rem !important;
}
.ms-2 {
	margin-left: .5rem !important;
}
.mb-5 {
	margin-bottom: 3rem !important;
}
.badge {
	display: inline-block;
	padding: 8px 10px;
	font-size: 1rem;
	line-height: 1;
	color: #fff !important;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 8px;
}
.row {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
}
.form-control-lg {
	width: 100% !important;
	min-height: calc(1.5em + 1rem + 1rem);
	padding: .5rem 1rem;
	font-size: 1.25rem;
	border-radius: 8px;
}
.col-lg-4 {
	flex: 0 0 100%;
	max-width: 100%;
}
.form-check {
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5em;
	margin-bottom: .125rem;
}
.form-check-input {
	width: 1em;
	height: 1em;
	margin-top: .25em;
	vertical-align: top;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: #ccc solid 2px;
	-webkit-print-color-adjust: exact;
	color-adjust: exact;
	print-color-adjust: exact;
}
.form-check .form-check-input {
	float: left;
	margin-left: -1.5em;
}
.form-check-input[type=radio] {
	border-radius: 50%;
}
.form-check {
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5em;
	margin-bottom: .125rem;
}
.col {
	flex: 100%;
}
.justify-content-start {
	justify-content: center!important;
	align-items: center;
}
.d-flex {
	display: flex !important;
}
select {
	word-wrap: normal;
}
button, select {
	text-transform: none;
}
button, input, optgroup, select, textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
input, select {
	vertical-align: middle;
}
select:not(:-internal-list-box) {
	overflow: visible !important;
}
select {

	text-rendering: auto;
	color: fieldtext;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: normal;
	text-transform: none;
	text-indent: 0px;
	text-shadow: none;
	display: inline-block;
	text-align: start;
	appearance: auto;
	box-sizing: border-box;
	align-items: center;
	-webkit-rtl-ordering: logical;
	background-color: field;
	cursor: default;
	margin: 0em;
	white-space: pre;
	border-width: 1px;
	border-style: solid;
	border-color: light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
	border-image: initial;
	border-radius: 0px;
}
.btn {
	display: inline-block;
	padding: 20px 10px;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.5rem;
	color: #fff;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	border: #5F0001 solid 2px;
	border-radius: 8px;
	background-color: #B80003;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.gap-2 {
	gap: .5rem !important;
}
.d-grid {
	display: grid !important;
}

select[name="birth_dt_y"] {
	width: 100%;
	color: #39270e;
	font-size: 1.2rem;
	border: 1px solid #39270e;
	display: block;
	margin: 0 auto;
	box-sizing: border-box;
	border-radius: 5px;
	padding: 10px 5px;
}
select[name="birth_dt_m"] {
	width: 100%;
	color: #39270e;
	font-size: 1.2rem;
	border: 1px solid #39270e;
	display: block;
	margin: 0 auto;
	box-sizing: border-box;
	border-radius: 5px;
	padding: 10px 5px;
}
select[name="birth_dt_d"] {
	width: 100%;
	color: #39270e;
	font-size: 1.2rem;
	border: 1px solid #39270e;
	display: block;
	margin: 0 auto;
	box-sizing: border-box;
	border-radius: 5px;
	padding: 10px 5px;
}