@charset "UTF-8";
*{
	box-sizing: border-box;
}



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: 450px;
		margin: 0 auto;
		background: #ffffff;
}
* {
		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;
}

/* ページのスタイル */

    header.logo_area {
      max-width: 450px;
      width: 100%;
      position: sticky;
      top: 0;
      z-index: 5;
      background: #ffffff;
      box-shadow: 0 6px 14px -7px rgba(0, 0, 0, 0.5);
      padding: 0;
      padding-right: 8px;
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: center;
    }

    header.logo_area>img {
      width: 22%;
      margin: 0;
    }

    header.logo_area>a {
      width: 46.8%;
      margin: 1% 0 0;
      padding: 1%;
    }

  #starry_sky {
	display:none;
	pointer-events: none; /* クリックや選択を無効化 */
}
    @media (min-width: 450px) {
      #starry_sky {

		background:linear-gradient(0deg, #CFBDF5, #504BBB 44%, #1F1B6A);
		background-size: cover;
		/* background-attachment: fixed; */
		/* background-repeat: no-repeat; */
		background-position: center;
        display:block;
        width: 100%;
        height: 100%;
        position: fixed;
        inset:0;
        overflow: hidden;
        z-index:-1;
      }
      .star {
        background-color: white;
        position: absolute;
        border-radius: 50%;
        animation-name: twinkle;
        animation-iteration-count: infinite;
      }
      @keyframes twinkle {
        50% {
          transform: scale(0.2);   
        }
      } 
    }


#qr {
	display: none;
}

@media (min-width: 1000px) {
	#qr {
		position: fixed;
		display: flex;
		justify-content: flex-end;
		width: clamp(1000px, 80vw, 1400px);
		bottom: clamp(30px, calc(-145px + 17.5vw), 100px);
		transform: translate(-50%, 0%);
		left: 50%;
		pointer-events: none;
	}

	#qr>div {
		position: relative;
		width: 245px;
		padding-top: clamp(20px, calc(-30px + 5vw), 40px);
		padding-bottom: clamp(10px, calc(-65px + 7.5vw), 40px);
		/* padding-left: clamp(0px, calc(-40px + 4vw), 16px); */
		/* padding-right: clamp(0px, calc(-40px + 4vw), 16px); */
		background: #ffffff;
		border-radius: 5px;
		box-shadow: 0 8px 16px #16002d;
	}

	#qr p {
		color: #442073;
		text-align: center;
		display: block;
		font-family: "Noto Serif JP", serif;
		margin-bottom: 1rem;
	}

	.corner {
		display: none;
	}

}

@media (min-width: 1400px) {
	#qr>div {
		width: 300px;
	}

	.corner {
		display: block;
		position: absolute;
		width: 60px;
		height: 60px;
		transform: translate(-50%, 0);
	}

	.top-left {
		top: 6px;
		left: 6px;
		transform: rotate(0deg);
	}

	.top-right {
		top: 6px;
		right: 6px;
		transform: rotate(90deg);
	}

	.bottom-left {
		bottom: 6px;
		left: 6px;
		transform: rotate(270deg);
	}

	.bottom-right {
		bottom: 6px;
		right: 6px;
		transform: rotate(180deg);
	}

}












.b_pink{
	width:16%;
	top:10%;left:14%;z-index:1;
	animation: widthanime 8s linear infinite alternate,
	transformXanime 11s linear infinite alternate;
}

 .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:450px;
	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;}
}



.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;
}


    .cta_kiran {
      animation: kiran 1.5s ease-in-out infinite;
    }
    .relative.cta_kiran {
      animation: relative_kiran 1.5s ease-in-out infinite;
    }
    @keyframes kiran {
      0%,
      100% {
        transform: translate(-50%, 0%) scale(0.92);
        filter: brightness(1);
      }

      50% {
        transform: translate(-50%, 0%) scale(1);
        filter: brightness(1.25);
      }
    }

      @keyframes relative_kiran {
      0%,
      100% {
        transform: scale(0.92);
        filter: brightness(1);
      }

      50% {
        transform: scale(1);
        filter: brightness(1.25);
      }
    }









.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;
}














.image-grid {
	position: absolute;
	/* ベースの画像の上に配置 */
	top: 9.7%;
	/* 必要に応じて調整 */
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	width: 90%;
	/* 画像の範囲を調整 */
}

.image-grid img {
	width: calc(25% - 10px);
	/* 4列固定 */
	height: auto;
	object-fit: cover;
}


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


/*先生の紹介*/
.teller {
	background: #2b0d53;
}

.teller_midashi {
	position: relative;
}

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


/* 先生の写真と名前 */
.teller_cont1 {
	display: flex;
	align-items: center;
	padding: 5% 5% 0;
}

.teller_cont1 p {
	color: #fff;
}

.teller_cont1>img,
.tellermessage_cont1>img {
	width: 30%;
	width: 35%;
	border-radius: 150px;
}

.teller_cont1>div,
.tellermessage_cont1>div {
	width: 100%;
	padding-left: 1rem;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
	gap: 8px;
}

.teller_cont1 .name1 {
	display: block;
	background: #785fba;
	font-size: 0.8rem;
	padding-bottom: 4px;

	padding: 3px 5px;
	margin: 0;
	border-radius: 4px;
	display: flex;
	align-items: center;
	gap: 3px;
}

.teller_cont1 p.name1:before {
	content: "";
	background: url("../img/tagmark.svg");
	width: 1rem;
	height: 1rem;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
}

.teller_cont1 .name2,
.tellermessage_cont1 .name2 {
	font-size: 1.9rem;
	font-weight: bold;
	background: linear-gradient(180deg, #f8e675 0%, #caa204 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: 'Noto Serif JP', serif;
}

.name2 span {
	font-size: 0.9rem;
	display: inline-block;
}



/* 占術やプロフなど */
.teller_cont2 {
	text-align: center;
	background: #2b0d53;
	text-align: left;
	color: white;
}

.teller_cont2>div:first-of-type {
	margin-top: 0;
}

.teller_cont2>div {
	margin-top: 1rem;
}

.teller_cont2 .teller_icon img+span {
	color: #ffd141;
}

.teller_cont4 {
	padding: 5%;
	text-align: justify;
	background: #fefbff;
	color: #000000;
}

.teller_cont4 .teller_icon img+span {
	color: #6e58a1;
}

.teller_cont4 .cta_kiran {
	width: 90%;
	position: relative;
}

.review {
	line-height: 1.7;
	font-size: 0.9rem;
}






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


.chart-labels {
	display: flex;
	flex-direction: column;
	gap: 23px;
	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;
}

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

.star-row {
	position: relative;
	width: 94%;
	margin: auto;
}


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

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

div.teller_icon {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: nowrap;
}

.teller_icon img {
	display: inline;
	height: 2rem;
	width: auto;
	margin: 0;
}

.teller_cta {
	color: #5c21c6;
	color: #7428f8;
	text-align: center;
	margin-top: 1.1rem;
	font-size: 1.5rem;
	font-family: serif;
	font-weight: bold;
}























/* 共感を呼ぶ */

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%;
}





/* よくある質問関連 */
/*質問一覧*/
.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%;
}


.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 {
		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;
}

/*フォーム*/
:root {
	--pink-color: #e56e98;
	--pink-color: #ff397f;
}

p {
	color: #4a4a4a;
}

div.formtitle {
	position: relative;
	text-align: center;
	margin-top: 1.5rem;
}

div.formtitle::after {
	content: '';
	top: 50%;
	z-index: 1;
	display: block;
	width: 100%;
	height: 1px;
	background: #fda3c4;
	position: absolute;
}

div.formtitle>p {
	font-size: 1.5rem;
	display: block;
	position: relative;
	text-align: justify;
	z-index: 2;
	background-color: #fff;
	width: fit-content;
	margin: auto;
	padding: 0 1rem;
}

.step {
	display: flex;
	margin: 24px auto;
	width: 90%;
}

.step div {
	flex: 1;
	padding: 10px 16px 10px 10px;
	font-size: 14px;
	text-align: center;
	background: #f3f3f3;
	color: #4a4a4a;
	clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 50%, calc(100% - 12px) 100%, 0 100%);
	border-radius: 4px 0px 0px 4px;
}

.step .active {
	background: var(--form-color);
	background: #1E88E5;
	color: #fff;
	font-weight: bold;
}

.step .last {
	clip-path: none;
	border-radius: 4px;
}
        .form_cont {
          font-weight: bold;
          font-size: 15px;
          margin-top: 14px;
          margin-bottom: 3px;
          color: #4a4a4a;
        }
 div.form_cont:first-of-type {
          margin-top:6px;
		}

        form#form .valid_ng_border {
          animation: valid_ng_border 0.5s 0s linear 2 alternate;
          border-color: red;
          background: #ffd4d4;
        }

        @keyframes valid_ng_border {

          0%,
          15% {
            border-color: red;
            background: #ffd4d4;
          }

          85%,
          100% {
            border-color: #ffeaea9f;
            background: #fff1f1ff;
          }
        }



form {
	width: 100%;
	min-width: 277px;
	display: block;
	margin: 0 auto;
}

dd,
dl,
dt {
	overflow-x: hidden;
}

.form_cont {
	font-weight: bold;
	font-size: 15px;
	margin-top: 20px;
	margin-bottom: 3px;
	color: #4a4a4a;
}

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


.radio-group {
	display: flex;
	gap: 8px;
	margin-bottom: 16px;
	height: auto;
	margin-bottom: 0;
	padding-bottom: 0;
}

.radio-group input {
	display: initial;
	width: 16px;
	height: auto;
}

.radio-group label {
	border: none;
	background: none;
	box-shadow: none;
	color: #4a4a4a;
	text-shadow: none;
	margin: 0;
	text-align: initial;
	display: block;
	float: initial;
	flex: initial;
	width: auto;
}

.radio-group input[type="radio"]:checked+label {}

.radio-group label:nth-of-type(1),
.radio-group label:nth-of-type(2) {
	border-radius: 100px;
}

/* 入力欄全体 */
#select_form select,
#name_form input,
#address_form input,
select#domain_form {
	border: 1.4px solid #ccc;
	border-radius: 6px;
	font-size: 16px;
}


/* 生年月日 */
#select_form {
	width: 100%;
	margin: 16.2px auto;

	display: flex;
	gap: 6px;
}

#select_form select {
	font-size: 16px;
	border-radius: 6px;
	border: solid 1px #cdcdcd;
	padding: 6px 12px;
	flex: 1;
}

.birth_p {
	margin-bottom: -12px;
}



/* 名前 */
#name_form {
	width: 100%;
	margin: 16.2px auto;
}

#name_form input {
	width: 100%;
	font-size: 16px;
	border-radius: 6px;
	border: solid 1px #cdcdcd;
	padding: 6px 12px;
}

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


/* メアド入力型につき追加2024年7月25日 */
#address_form input,
select#domain_form {
	width: 100%;
	font-size: 16px;
	border-radius: 0;
	border: solid 1px #aaa;
	padding: 6px 12px;
}


#address_form input,
select#domain_form {
	width: 100%;
	border-radius: 6px;
	border: 1px solid #cdcdcd;
	padding: 6px 12px;
	display: block;
}

#address_form .flex {
	display: flex;
	justify-content: space-between;
	gap: 6px;
	margin-bottom: 8px;
	flex-wrap: nowrap;
	align-items: center;
}





.submit input[type="submit"] {
	background: linear-gradient(68deg, #f2769c 0%, #ffb5c1 100%);
	color: white;
	border: none;
	border-radius: 8px;
	font-weight: bold;
	cursor: pointer;
	box-shadow: 0 2px 7px #ffcbcb;
	font-size: 20px;
	width: 100%;
	padding: 10px 10%;
	margin-bottom: 16px;
}


.form-box {
	max-width: 720px;
	margin: 19px 4% 40px;

	padding: 14px 24px;
	background: #ffff;
	border: 2px solid #e8e8e8;
	border-radius: 0;
}

.form-title {
	font-size: 20px;
	font-weight: bold;
	color: #1e88e5;
	border-bottom: 4px solid #1e88e5;
	padding-bottom: 4px;
	margin-bottom: 0;
	padding-left: 4%;
}

.formmidashi {
	font-size: 16px;
	background: white;
	color: #1e88e5;
	display: block;
	width: fit-content;
	font-weight:600;
}

input {
	border: 1px solid #ccc;
	padding: 12px;
	font-size: 14px;
}

/* お悩みジャンル */
#genre_form {
	width: 100%;
	margin: 16.2px auto;
}

#genre_form select {
	width: 100%;
	font-size: 16px;
	border-radius: 6px;
	border: solid 1px #cdcdcd;
	padding: 6px 12px;
}















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








div.footermenu{
	background-color:aliceblue;
}
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;
}



