@charset "UTF-8";
@import url(reset.css);
*{
	box-sizing: border-box;
}

html, body {
		height: 100%;
}

body {
		width: 100%;
		margin: 0 auto;
		font-size: 16px;
		font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Osaka, "MS PGothic", arial, helvetica, sans-serif;
		font-feature-settings: "pwid" 1;
		-webkit-font-smoothing: subpixel-antialiased;
		-moz-osx-font-smoothing: unset;
		-webkit-text-size-adjust: 100%;
		text-rendering: optimizeLegibility;
		word-wrap: break-word;
		color: #656565;
		max-width: 580px;
		margin: 0 auto;
}
* {
		box-sizing: border-box;
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
}

img {
		max-width: 100%;
		vertical-align: top;
		height:auto;
		display: block;
		width:100%;
		margin:auto;
}

li {
		list-style: none;
}
.relative{
	position:relative;
}
.absolute{
	position:absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  display:block;
}

/* ページのスタイル */
.b_pink{
	width:16%;
	top:10%;left:14%;z-index:1;
	animation: widthanime 8s linear infinite alternate,
	transformXanime 11s linear infinite alternate;
}
/* .b_yellow{
	width:16%;
	top:67%;left:10%;
	animation: widthanime 7s 2s linear infinite alternate,
	transformXanime 10.5s  linear infinite alternate;
 } */

 main > div:nth-child(2){
	overflow-x: hidden;
 }
 .b_purple{
	width:9%;
	top:20%;left:91%;z-index:1;
	animation:
	widthanimep 8s 3s linear infinite alternate,
	transformXanime 11.2s 1s linear infinite alternate;
}
.b_lightblue{
	width:16%;
	top:10%;left:80%;z-index:1;
	animation: widthanime 7s 0.5s linear infinite alternate,
	transformXanime 10.7s  linear infinite alternate;
}
.b_pink > 	img{animation:transformYanime 11s 0.4s linear infinite alternate;}
.b_yellow > img{animation:transformYanime 10s 0.2s linear infinite alternate;}
.b_purple > img{animation:transformYanime 12s 0.5s linear infinite alternate;}
.b_lightblue > img{animation:transformYanime 9s 1s linear infinite alternate;}
@keyframes widthanime {
	0%{width:14%;}
	100%{width:15%;}
}
@keyframes widthanimep {
	0%{width:9%;}
	100%{width:10%;}
}

@keyframes transformXanime{
	0%{transform:translate(-50%, -50%) translateX(0);}
	20%{transform:translate(-50%, -50%) translateX(7px);}
	40%{transform:translate(-50%, -50%) translateX(2px);}
	60%{transform:translate(-50%, -50%) translateX(-7px);}
	80%{transform:translate(-50%, -50%) translateX(-4px);}
	100%{transform:translate(-50%, -50%) translateX(2px);}
}

@keyframes transformYanime{
	0%{transform:translateY(0);}
	20%{transform:translateY(5px);}
	40%{transform:translateY(2px);}
	60%{transform:translateY(-5px);}
	80%{transform:translateY(0px);}
	100%{transform:translateY(2px);}
}


#light{
	width: 100%;
	max-width:580px;
	height: 220vw;
	max-height:1276px;
	overflow: hidden;
	text-align:center;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	z-index: 1;
}
#light > img{
	animation: 5s bubble ease-in infinite;
	-webkit-animation: 5s bubble ease-in infinite;
	z-index: -2;
	opacity:0;
	position: absolute;
}
#light > img:nth-of-type(1){
	animation-duration: 6s;
	animation-delay: 0.7s;
	left: 0%;
	top:-6%;
	width: 8%;
}
#light > img:nth-of-type(2){
	animation-duration: 7s;
	animation-delay: 0.8s;
	left: -35%;
	top:12%;
	width: 13%;
}
#light > img:nth-of-type(3){
	animation-duration: 8s;
	animation-delay: 0.4s;
	left: 0;
	top:36%;
	width: 10%;
}
#light > img:nth-of-type(4){
	animation-duration: 5s;
	left: 0%;
	top:10%;
	width: 10%;
}
#light > img:nth-of-type(5){
	animation-duration: 6s;
	animation-delay: 0.2s;
	left: 4%;
	top:2%;
	width: 10%;
}
#light > img:nth-of-type(6){
	animation-duration: 8.5s;
	animation-delay: 0.7s;
	left: -2%;
	top:20%;
	width: 8%;
}
#light > img:nth-of-type(7){
	animation-duration: 4.5s;
	right: 35%;
	top:1%;
	width: 13%;
}
#light > img:nth-of-type(8){
	animation-duration: 7.5s;
	animation-delay: 0.8s;
	right: 46%;
	top:26%;
	width: 8%;
}
#light > img:nth-of-type(9){
	animation-duration: 5s;
	animation-delay: 0.8s;
	left: 21%;
	top:2%;
	width: 8%;
}

#light > img:nth-of-type(10){
	animation-duration: 4.1s;
	right: 11%;
	top:2%;
	width: 10%;
}

#light > img:nth-of-type(11){
	animation-duration: 4.1s;
	right: 60%;
	top:45%;
	width: 8%;
}

#light > img:nth-of-type(12){
	animation-duration: 4.1s;
	animation-delay: 0.2s;
	right: 102%;
	top:43%;
	width: 10%;
}
#light > img:nth-of-type(13){
	animation-duration: 3.1s;
	right: 74%;
	top:43%;
	width: 8%;
}
#light > img:nth-of-type(14){
	animation-duration: 5.1s;
	animation-delay: 0.1s;
	right: 45%;
	top:45%;
	width: 10%;
}

@keyframes bubble {
	0%{ transform:translate3d(-15px, 200px, 0); opacity: 0;}
	30%{opacity: 1;}
	95%{opacity: 1;}
	100%{ transform:translate3d(200px, -15px, 0); opacity: 0;}
}

a.registered{
  text-align: center;
  text-decoration:revert;
  display:block;
  color:revert;
  font-size: 1rem;
  margin-bottom:2rem;
}

.fade-in{
	opacity:0;
	transform: translate(-50%, -20%);
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}
.visible{
	opacity: 1;
	transform: translate(-50%, -50%);
}

.bold{
	font-weight:bold;
}

div.kiran_outer {
	border-radius: 13px;
	width: 90%;
	position: absolute;
	height: 4.5%;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 48%;
	opacity: 0.7;
	overflow: hidden;
}
div.kiran{
	overflow: inherit;
	height: 100%;
	width: 10%;
	position: absolute;
	top: 0%;
	left: 0;
	background-color: #fff;
	opacity: 0;
	transform: rotate(45deg);
	-webkit-animation: shiny 3.5s ease-in-out infinite;
	animation: shiny 3.5s ease-in-out infinite;
}
@keyframes shiny {
	0% {
			transform: scale(0) rotate(45deg);
			opacity: 0;
	}
	80% {
			transform: scale(0) rotate(45deg);
			opacity: 0.3;
	}
	81% {
			transform: scale(4) rotate(45deg);
			opacity: 0.85;
	}
	100% {
			transform: scale(40) rotate(45deg);
			opacity: 0;
	}
}


.header > img{
	width:22%;
	margin:0;
}
div.wrap_youtube > iframe {
	border-radius: 7px;
	aspect-ratio: 16 / 9;
	height: auto;
	position:absolute;
	width:85%;
	top: 78%;
	bottom:15%;
	left: 50%;
	transform: translate(-50%, -50%);

}

div.cta{
	background: #fefbff;
	padding: 2rem 0;
}



/*先生の紹介*/
.teller{
	background: #ffffff;
	background:url("https://happy-cielo.jp/lp/sp115/common/img/tellerbg.webp");
	background-size: 100%;
}

/* 先生の写真と名前 */
.teller_cont1{
	display:flex;
	padding:0 5%;
	margin-top:5%;
	background: #cfc7ff;
	background:url("https://happy-cielo.jp/lp/sp115/common/img/tellerbg.webp");
	background-size: 100%;
}
div.teller:first-child .teller_cont1{
	border-top:0;
}
div.teller > div:first-child{
	margin-top:0;
}
.teller_cont1_prf{
	width:auto;
	margin-left:5%;
}
.teller_cont1_prf span{
	font-size:1.1rem;
}
.teller_cont1_prf > div:first-child{
	font-size:1.2rem;
	color:#ffffff;
	text-decoration: underline;
}
.teller_cont1_prf > div:nth-child(2){
	color:#fefb51;
	font-size:2rem;
}

/* 占術やプロフなど */
.teller_cont2{
	padding:0 5%;
	text-align: center;
	/* display:flex;
	flex-wrap: wrap; */
	background: #281a4b;
}

.teller_cont3{
	padding:5%;
	text-align: justify;
	background: #cfc7ff;
	background:url("../../common/img/tellerbg.webp");
	background-size: 100%;
	color:#fefbff;
}

.teller_cont4{
	padding:5%;
	text-align: justify;
	background: #fefbff;
	color:#000000;
}
.teller_cont4 > p{
	font-size: 1.3rem;
	font-weight:bold;
	font-family: "Hiragino Mincho Pro", "MS PMincho", "Kozuka Mincho Pro", "Yu Mincho", "Times New Roman", serif;
	text-align: center;
}
.teller_cont4_spec{
margin: 0.6rem 0 2rem 0;
}
.teller_cont4_line{
	margin:9% 0% 12% 0%;
}
.teller_cont4_spec + .teller_cont4_line{
	margin: 0% 0% 6% 0%;
}
.teller_cont4_cta{
	width:100%;
	margin:-1rem auto 2rem;
}
.teller_cont4 > .reviwer{
	display:flex;
	flex-wrap:wrap;
	margin-bottom:1rem;
}
.reviewer_title{
	width:100%;
	color:#f8528d;
	font-size: 1.4rem;
	font-weight:bold;
	margin:1rem auto 0.5rem;
}
.reviwer > img{
	width:3rem;
	height:3rem;
	margin:0 1rem 0 0;
}
.reviwer > div{
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}
.reviwer > div > span{
	color:#c9990c;
}
.review{
	line-height: 1.7;
	font-size: 0.9rem;
}
.teller_cont4 > .relative img{
	width:99%;
	margin: -5% 0% 4% 0%;
}
.teller_cont4 > .relative .kiran_outer{
	top:45%;
	height:86%;
	width:97%;
}



.teller_cont2{
	color:white;
}
.teller_cont1,.teller_cont2,.teller_cont3,.teller_cont4{
	padding:5%;
}


/* 占い師からのメッセージ */
.tellermessage_wrap{
	background: #ffffff;
	padding:0;
	color:#ffffff;
}

.tellermessage{
	background: #382463;
	padding:0;
}
div.tellermessage:nth-of-type(2){
	background: #5c3ca1;
}
div.tellermessage:nth-of-type(2) .tellermessage_cont1{
	flex-direction: row-reverse;
}
.tellermessage_cont1{
	display: flex;
	padding:5%;
}
.tellermessage_cont1 > div{
	text-align: center;
	width:100%;
}
.tellermessage_cont1 > div > div{
	font-size:1.5rem;
	text-decoration: underline;
}
.tellermessage > p{
	padding: 0 5% 1.5em;
	color:#ffffff;
}

.tellermessage_wrap > .cta > img{
 width: 78%;
 margin-bottom:1.2rem
}
.tellermessage_wrap > .cta > a > img{
	width:90%;
}
.tellermessage_wrap .kiran_outer{
	top:71.9%;
	height:30.2%;
	width:88%
}


/* 共感を呼ぶ */

div.kyokan_wrap{
	text-align: justify;
}
div.kyokan:nth-of-type(1){background: #553b91}
div.kyokan:nth-of-type(2){background: #383b9b}
div.kyokan:nth-of-type(3){background: #b12262}

.kyokan > p{
	color:white;
	padding:5% 5% 5%;
}
.kyokan_wrap > .cta > img{
	width:82%;margin-bottom:1.2rem;
}
.kyokan_wrap > .cta > a > img{
	width: 90%;
	margin: -1% 4% 3% 6%;
}
.kyokan_wrap .kiran_outer{
	top:70%;height:30%;width:87%;
}




/* よくある質問関連 */
/*質問一覧*/
.question_wrap {
  width: 100%;
	background:#fefbff;
  padding-top: 5%;
	position:relative;
}

.question {
  margin: auto 7.5%;
  padding: 4px 0;
  color: #000000;
  border-bottom: 1px solid #daccb4;
}

div.question:last-of-type {/* 最後の質問に余白とborderは設けない */
  margin-bottom: 9%;
  /* border: none; */
}

.question>p {
  font-weight: bold;
  font-size: 1.1rem;
  padding: 2%;
  padding-right: 4%;
  position: relative;
}

.question span {
  color: #d3ac4f;
}

.question>p:after {
  /* 矢印 */
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #181a69;
  border-right: solid 2px #181a69;
  position: absolute;
  top: 26%;
  right: 0;
  transform: rotate(135deg);
}

.honbun {
  margin: 0 4px;
  display: none;
}

.honbun>p {
  padding: 2%;
  font-size: 0.9rem;
}

div.question:last-of-type {
  margin-bottom: 0;
}


.bgquestion{
	background:#fefbff;
	padding:1rem 0 2rem;
}

.bgquestion > img{
	width:74%;margin:1rem auto 2rem;
}
.bgquestion > a > img{
	width:90%;margin: -4% 4.5% -3% 5.5%;
}
.bgquestion .kiran_outer{
	top:70%;height:39%;width:87%;
}

.formtehutehu{
	overflow: hidden;
}
.formtehutehu .absolute{
	width: 16%;
	top: 10%;
	left: 14%;
	animation: widthanimeform 8s linear infinite alternate, transformXanime 11s linear infinite alternate;
}
.formtehutehu > div.absolute:nth-of-type(1){
	top: 43%;
	left: 23%;
}
.formtehutehu > div.absolute:nth-of-type(2){
	top: 51%;
	left: 74%;
}
.formtehutehu > div.absolute:nth-of-type(3){
	top: 37%;
	left: 84%;
}
.formtehutehu > div.absolute:nth-of-type(1) > img,
.formtehutehu > div.absolute:nth-of-type(3) > img{
		animation: transformYanime 11s 0.4s linear infinite alternate;
}
.formtehutehu > div.absolute:nth-of-type(2) > img{
	transform: rotate(-20deg);
}


@keyframes widthanimeform {
	0%{width:50%}
	100%{width:53%;}
}











.form_midashi{
	margin:-22% auto 0.3rem;
	width:100%;
	position: sticky;
	z-index:1;
}


/*フォーム*/
form .title, .open {
		text-align: left;
		color: #5b5b5b;
		font-size: 16px;
		font-weight: bold;
		width: 92%;
		margin: 0.8rem auto 0.5rem auto;
		line-height: 1.6;
}

.txtc {
		text-align: center;
}

.form_select1 {
		-webkit-appearance: button;
		-moz-appearance: button;
		appearance: button;
		width: 90%;
		margin: -8px auto -1px auto;
		height: 45px;
		border: 1px dotted #5b5b5b;
		font-size: 20px;
		font-weight: bold;
		text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
		border-radius: 5px;
		color: #ffffff;
		padding-left: 40%;
		background: url(../../common/img/arrow5.png) no-repeat 90% 50%, url(../../common/img/pk02.jpg) no-repeat;
		background-size: 20px, 100%;
}

.birth_frame {
		width: 92%;
		margin: 5px 0 5px 5%;
}

.select_form:nth-child(1) {
		width: 35%;
		height: 35px;
		border: 1px solid #696969;
		border-radius: 5px;
		font-size: 16px;
		background-color: #ffffff;
		margin: 0;
		padding: 0;
}

.mg10 {
		margin-top: 10px;
}

.select_form:nth-child(2), .select_form:nth-child(3) {
		width: 30%;
		height: 35px;
		border: 1px solid #696969;
		border-radius: 5px;
		font-size: 16px;
		background-color: #ffffff;
		margin: 0;
		padding: 0;
}

.hissu {
		color: #696969;
		font-size: 12px;
		font-weight: normal;
}

.input {
		width: 88%;
		margin: 0 auto;
		border: 1px solid #9B9B9B;
		font-size: 16px;
		border-radius: 6px;
		height: 35px;
		padding: 1%;
}



.open {
		margin-top: 12px;
}

textarea {
		width: 90%;
		margin: 4px auto 12px;
		border: 1px solid #696969;
		border-radius: 5px;
		padding: 6px;
		font-size: 14px;
}

.btn {
		width: 90%;
		padding: 13px 0;
		margin: 4px auto 20px;
		background: url(../../common/img/pu01.jpg) repeat;
		background-size: 100%;
		border-radius: 5px;
		border-top: 2px solid #FFF;
		border-left: 2px solid #FFF;
		border-right: 3px solid #939393;
		border-bottom: 3px solid #939393;
		color: #ffffff;
		text-align: center;
		font-weight: bold;
		font-size: 17px;
		text-shadow: 1px -1px 0px #696969;
}

.pp {
		position: relative;
}

.pp > img {
		width: 100%;
}

footer {
		position: relative;
		display: block;
		width: 100%;
		background: #626bc1;
		color: #000000;
		font-size: 15px;
		text-align: center;
		margin-top: -2px;
}

footer p {
		width: 100%;
		font-size: 12px;
		padding: 5px 0 28px;
		color:#ffffff;
}

.footer1 {
		text-align: center;
		padding: 8px 10% 5px;
}

.footer1 li {
		display: inline;
		list-style: outside none none;
		text-align: center;
}

.footer1 li a {
		font-weight: bold;
}

.footer2 {
		text-align: center;
		padding: 0 8% 10px;
}

.footer2 li {
		display: inline;
		list-style: outside none none;
		text-align: center;
}

.f1, .f2, .f5, .f4, .f6, .f3 {
		font-size: 11px;
		color: #fff;
}

.b1 {
		color: #FFF;
}

#popup_ellment {
		/*position: fixed;*/
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		overflow-y: scroll;
		z-index: 5000;
		background-color: rgba(0, 0, 0, 0.65);
		display: none;
		width: 100%;
		display: none;
		position: absolute;
		background-color: rgba(0, 0, 0, 0.65);
		width: 100%;
		top: 0px;
		z-index: 5000;
		height: 4000px;
}

.p_title {
		height: 30px;
		line-height: 30px;
		color: #ffffff;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
		position: fixed;
		width: 100%;
		padding: 0px 5px;
		border-top: 1px solid rgba(255, 255, 255, 0.9);
		border-bottom: 1px solid rgba(0, 0, 0, 0.2);
		box-shadow: 0px 0px 1px #000;
		/* text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9); */
		background-color: #83BDED;
}

p {
		margin: 0;
		padding: 0;
		line-height: 1.6;
		color:#181a69;
}

.close1, .close2, .close3, .close4, .close5, .close6 {
		width: 25%;
		height: 26px;
		margin: 0px 0px 50px 75%;
		color: #6C4230;
		position: fixed;
		bottom: 0px;
}

.tx2 {
		background: #FFF none repeat scroll 0% 0%;
		width: 96%;
		padding: 1px 0px;
		margin: 0px auto;
		text-align: center;
		border-radius: 5px;
		border: 1px solid #6C4230;
		font-size: 1.4rem;
}

.pp_txt a {
		color: #0036d3;
		text-decoration: underline;
}

.frame_dot {
		width: 92%;
		margin: 45px auto;
		/*border: 1px dotted #4f2716;*/
		border-radius: 5px;
		background-color: #ffffff;
		padding: 10px 2%;
		color: #6c4230;
}

.f_12 {
		font-size: 10px;
		text-align: left;
}

.f_14 {
		font-size: 12px;
		text-align: left;
}

/* 口コミ*/
span.bold {
    font-weight: bold;
}

span.underline {
    text-decoration: underline;
}

/*フォーム*/
main form {
		width: 86%;
		display: block;
		margin: 0 auto;
}

main form .submit {
		width: 100%;
		margin: 13% auto;
		display: block;
}

main form .submit img,main form .submit input {
		width: 100%;
}

main .p_mark {
		width: 80%;
		margin: 0 auto 6%;
		display: block;
}

main .p_mark img {
		width: 100%;
}
.form_top{
	font-size: 22px;
	font-weight: bold;
	border-left: 4px solid #d02e67;
  padding-left: 2%;
	margin:5% 5% 2%;
}
.form_secondtop{
	text-align:center;
	font-size:14px;
}

.form_cont {
		font-size: 18px;
		margin-bottom: 2px;
}

.form_cont span {
		color: #d02e67;
		font-size: 13px;
		display: inline-block;
		vertical-align: bottom;
		margin-bottom: 4px;
		padding: 0 4px;
}

#form {
		margin: 16.2px auto;
}

#form .radio-group {
		display: block;
		width: 100%;
		height: 54px;
		padding-bottom: 6%;
		box-sizing: unset;
}

#form .radio-group label {
		cursor: pointer;
		float: left;
		padding: 3.3% 0;
		margin: 0 0 2%;
		font-size: 24px;
		font-weight: 500;
		background: #cbc2c7;
		color: #ffffff;
		text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
		box-shadow: 6px 3px 12px rgba(0, 0, 0, 0.2) inset, 3px 2px 3px rgba(0, 0, 0, 0.1) inset;
		width: 50%;
		line-height: 30px;
		text-align: center;
}

#form .radio-group label:nth-of-type(1) {
		border-radius: 8px 0 0 8px;
}

#form .radio-group label:nth-of-type(2) {
		border-radius: 0 8px 8px 0;
}

#form .radio-group input {
		display: none;
}

#form .radio-group input:checked + label {
		color: #fff;
		text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
		box-shadow: 2px 4px 12px rgba(238, 148, 172, 0.6);
		background: #e56e98;
		background: -moz-linear-gradient(top, #e56e98 0%, #d02e67 100%);
		background: -webkit-linear-gradient(top, #e56e98 0%, #d02e67 100%);
		background: linear-gradient(to bottom, #e56e98 0%, #d02e67 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e56e98', endColorstr='#d02e67',GradientType=0 );
}

#select_form {
		width: 100%;
		margin-bottom: 6%;
}

#select_form select {
		font-size: 22px;
		border-radius: 0;
		border: solid 2px #cdcdcd;
		padding: 2% 4%;
		border-radius: 6px;
		margin-left: 2%;
}

#select_form select:nth-of-type(1) {
		margin-left: 0;
}

#select_form > span {
		font-size: 18px;
		font-weight: bold;
		vertical-align: bottom;
}

#select_form p:nth-of-type(2) {
		color: #d02e67;
		font-size: 14px;
		margin-top: 6px;
}

#name_form {
		position: relative;
		width: 100%;
}

#name_form input{
		width: 100%;
		font-size: 22px;
		border-radius: 0;
		padding: 2% 4%;
		border-radius: 6px;
		color: #3d3d3d !important;
		border: 2px solid #cdcdcd !important;
		-webkit-transition: 0.2s;
		transition: 0.2s;
}

#name_form input:focus {
		color: #3d3d3d !important;
		border: 2px solid rgba(241, 78, 124, 0.4) !important;
}

#name_form #e_name {
		position: absolute;
		bottom: -26px;
		width: 100%;
		text-align: center;
		color: #d02e67;
		font-weight: bold;
		animation: 2s tenmetu ease-in-out infinite;
		-webkit-animation: 2s tenmetu ease-in-out infinite;
}


#address_form input,
#address_form select{
	width: 100%;
	font-size: 19px;
	border-radius: 0;
	padding: 2% 4%;
	border-radius: 6px;
	color: #3d3d3d !important;
	border: 2px solid #cdcdcd !important;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}









#pmark {
	width: 30%;
	margin: 20px auto 5px;
}
#pmark>a{
	margin: 24px auto;
}
#footer_icon img{
width:100%;
}
#footer_icon,div.footermenu{
	background-color:aliceblue;
}
#footer_icon{
	display:flex;
	text-align:center;
	padding:0 10px;
}
#fortune_icon{
	width:50%;
	padding:0 5%;
	border-left: 1px solid #e5e5e5;
	margin:auto 0;
}
footer {
		width: 100%;
		display: block;
		text-align: cecnter;
}

footer .footer_list {
		background: #0a3d62;
		width: 100%;
}

footer ul {
		padding: 16px 9% 14px;
		text-align: center;
}

footer li {
		font-size: 15px;
		font-weight: bold;
		line-height: 1.8;
		display: inline-block;
		color: #fff;
		font-weight: 800;
}

footer li a {
		font-weight: 600;
		color: #fff;
		padding-right: 4px;
}

footer #copy {
		background: #072f4b;
		width: 100%;
		padding: 6px 0;
		display: block;
		color: #fff;
		font-size: 12px;
		text-align: center;
}

.howto {
		padding: 7% 3%;
		width: 100%;
}

.popup_content * {
		font-size: 14px !important;
}

.close_btn {
		top: 6px !important;
}

.popup_content {
		margin: 12px 2% !important;
		padding: 16px !important;
		border-radius: 8px !important;
}

.popup_content h1, .popup_content .price-exp h3 {
		font-size: 20px !important;
		margin-bottom: 7% !important;
		border-bottom: 3px solid #d02e67 !important;
}

.popup_content .agreement li {
		padding: 0 !important;
}

.popup_content .corp dt, .popup_content .agreement dt, .popup_content .policy dt, .popup_content .contact h1, .popup_content p.textarea1 {
		border-left: 6px solid #d02e67 !important;
		border-bottom: 1px solid #d02e67 !important;
}

@keyframes tenmetu {
		0% {
				opacity: 1;
		}
		50% {
				opacity: 0;
		}
		100% {
				opacity: 1;
		}
}

@-webkit-keyframes tenmetu {
		0% {
				opacity: 1;
		}
		50% {
				opacity: 0;
		}
		100% {
				opacity: 1;
		}
}

.submit {
		width: 94%;
		margin: 32px auto 32px;
}

.submit img {
		display: block;
		cursor: pointer;
}



#select_form select{
  font-size:min(5vw,30px);
}
#select_form > span {
    font-size:min(5vw,30px);
    vertical-align: middle;
}

#form .radio-group label {
  box-shadow:none;
  text-shadow:none;
  background:none;
  color:#e56e98;
  border:1px solid #e56e98;
}
#form .radio-group input:checked + label {
  background: #e56e98;
}

main form .submit{
  text-align:center;
}
main form .submit input{
  border:1px solid #e56e98;
  background:#e33c5d;
  color:white;
  width:100%;
  padding:10px 10%;
  font-size:24px;
  box-shadow:2px 4px 12px rgb(238 148 172 / 60%);
  border-radius:8px;
}


.communication-chart {
	display: flex;
	gap: 16px;
	align-items: flex-start;
	font-family: sans-serif;
	margin: 24px 0;
}

.chart-labels {
	display: flex;
	flex-direction: column;
	gap: 29px;
	margin-top: 4px;
}

.label {
	background-color: #6e58a1;
	color: white;
	padding: 4px 10px;
	font-size: 14px;
	white-space: nowrap;
	border-radius: 4px;
	/*width: 130px;*/
	text-align: center;
}

.chart-stars {
	display: flex;
	flex-direction: column;
	gap: 32px;
	flex: 1;
	position: relative;
}

.star-row {
	position: relative;
}

.stars {
	display: flex;
	justify-content:space-evenly;
	font-size: 20px;
	line-height: 1.4;
	color: #6e58a1;
}

.helper-labels {
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: 24px;
	left: 0;
	width: 100%;
	font-size: 11px;
	color: #555;
	pointer-events: none;
}

	.helper-labels span {
		white-space: nowrap;
	}

</style >
