
/*カウンセリングページトップ*/

.secMainvisual .secMainTitle p {
	font-size: 2.6rem;
}

.step3 {
	margin-top: 6rem;
}

.step3 h3 {
	text-align: center;
}

.step3 h3 span {
	font-size: 3.7rem;
	letter-spacing: .075em;
	color: #FFF;
	background: #867971;
	padding: 2rem 9rem;
}

.step3 ul {
	padding-top: 14.8rem;
	padding-bottom: 2rem;
	display: flex;
	justify-content: space-between;
}

.step3-attention {
	font-size: 1.6rem;
	letter-spacing: .04em;
	color: #666;
	padding-bottom: 19.2rem;
}

.step3-attention a {
	color: #1e2cd8;
  text-decoration: underline;
}

.step3 ul li {
	width: 29.6%;
	height: auto;
	aspect-ratio: 415 / 267;
	background: #F3EDE9;
	text-align: center;
	position: relative;
}

.step3 ul li::after {
	content: '';
	position: absolute;
	display: block;
	top: 50%;
	right: -17.5%;
	transform: translateY(-50%);
	border: 2rem solid transparent;
	border-left: 2rem solid;
}

.step3 ul li:last-of-type::after {
	content: none;
}

.step3 ul li h5 {
	width: 48.7%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 4.8rem;
	padding-bottom: 4rem;
}

.step3 ul li p {
	font-size: 2rem;
	line-height: 1.74;
	letter-spacing: .075em;
	color: #282828;
}

.sec_counseling .title {
	text-align: center;
  position: relative;
  display: inline-block;
  margin-bottom: 6rem;
  padding: 0 10rem;
}

.sec_counseling .title::before,
.sec_counseling .title::after {
	content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 6rem;
  height: 1px;
  background-color: black;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.sec_counseling .title::before {
	left: 0;
}
.sec_counseling .title::after {
	right: 0;
}

.sec_counseling .title h2 {
	font-size: 2.8rem;
  color: #10386b;
  letter-spacing: 0.1rem;
  margin-bottom: 0.4rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-style: normal;
}

.step_ttl {
	display: flex;
	align-items: center;
	margin-bottom: 4rem;
}

.step_ttl dl {
	display: flex;
	align-items: flex-end;
	padding-left: 9rem;
	margin-right: 2rem;
	position: relative;
}

.step_ttl dl::before {
	content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 0);
  background: #a492b7;
  width: 7rem;
  height: 1px;
}

.step_ttl dl dt {
	margin-right: 0.5rem;
  margin-bottom: 0;
  font-size: 3rem;
  font-style: italic;
  color: #a492b7;
  letter-spacing: 0.1rem;
  font-family: "Cormorant Infant", serif;
}

.step_ttl dl dd {
	margin-bottom: 0;
  font-size: 5.6rem;
  font-style: italic;
  line-height: 4.5rem;
  color: #a492b7;
  letter-spacing: 0.1rem;
  font-family: "Cormorant Infant", serif;
}

.step_ttl h3 {
	font-size: 2.4rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	letter-spacing: .1rem;
	color: #10386b;
}

.attention_ttl {
	font-size: 2rem;
	font-weight: bold;
}

.step._01 ul {
	display: flex;
	justify-content: space-between;
}

.step._01 ul li {
	width: 48.5%;
	height: auto;
	aspect-ratio: 679 / 396;
	background: #fcf6f6;
	padding: 2.3rem 2.8rem;
	cursor: pointer;
	position: relative;
	
}

/*
.step._01 ul li.tab.active::before {
	content: '';
	width: 100%;
	height: 100%;
	border: .8rem solid #10386b;
	display: block;
	position: absolute;
	top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
*/

.step._01 ul li .bg {
	aspect-ratio: 620 / 349;
	overflow: hidden;
}

.step._01 ul li .bg img {
	transition: all .8s;
}

.step._01 ul li:hover .bg img {
	-webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.step._01 ul li h3 {
	font-size: 3.8rem;
	color: #10386b;
	font-family: 'Noto Serif JP', serif;
  font-weight: 700;
  font-style: normal;
	letter-spacing: .075em;
	padding: .75em 1.24em;
	background: rgba(255, 255, 255, .6);
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.content {
	display: none;
}

.content.show {
	display: block;
}

#sec02 {
	padding-top: 12rem;
}

.step._02 ul {
	display: flex;
	justify-content: space-between;
}

.step._02 ul li {
	width: 49%;
	height: auto;
	aspect-ratio: 85 / 23;
	background: #fcf6f6;
	cursor: pointer;
	margin-top: 5%;
	position: relative;
}

.step._02.doctor_fukuoka ul li {
	width: 32.5%;
	aspect-ratio: 459 / 184;
}


.step._02 ul li .flex {
	display: flex;
	align-items: flex-end;
}

.step._02 ul li figure {
	width: 30.9%;
	margin-left: 1rem;
	margin-right: 10%;
	margin-top: -13.5%;
}

.step._02 ul li.doctor02 figure {
	width: 26%;
	margin-left: 1rem;
	margin-right: 10%;
	margin-top: -11.5%;
}

.step._02 ul li.doctor03 figure {
	width: 41%;
	margin-left: .5rem;
	margin-right: -4%;
	margin-top: -19.1%;
}

.step._02 ul li.doctor04 figure {
	width: 44.7%;
	margin-left: 1rem;
	margin-right: 5%;
	margin-top: -19.1%;
}

.step._02 ul li.doctor05 figure {
	width: 46.1%;
	margin-left: 1rem;
	margin-right: 5%;
	margin-top: -19.1%;
}

.step._02 ul li h5 {
	font-size: 2.6rem;
	letter-spacing: .075em;
	color: #282828;
	margin-bottom: 2.5rem;
}

.step._02 ul li h5 small {
	font-size: .52em;
	font-weight: 300;
}

.step._02 ul li h5 small.position {
	display: block;
}

.step._02 .grade {
	width: 100%;
	height: auto;
	aspect-ratio: 670/47;
	background: transparent linear-gradient(90deg, #8789BA 0%, #8184B5 20%, #7178A7 46%, #566490 75%, #394F78 100%) 0% 0% no-repeat padding-box;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.step._02.doctor_fukuoka .grade {
	width: 100%;
	height: auto;
	aspect-ratio: 459/47;
}

.step._02 .doctor02 .grade {
	background: transparent linear-gradient(90deg, #FBE3C5 0%, #FBDDC1 27%, #FCCDB7 62%, #FFB4A9 100%) 0% 0% no-repeat padding-box;
}

.step._02 .doctor03 .grade {
	background: transparent linear-gradient(90deg, #FFC5C9 0%, #FCBFC5 16%, #F5AFBB 37%, #EA94AA 61%, #DB6F93 87%, #D25986 100%) 0% 0% no-repeat padding-box;
}

.step._02 .doctor05 .grade {
	background: transparent linear-gradient(90deg, #D3CBC5 0%, #CFC5BF 19%, #C7B7AF 45%, #B99F94 73%, #A88274 100%) 0% 0% no-repeat padding-box;
}

.step._02 .grade::before,
.step._02 .grade::after {
	content: ""; 
  width: 2rem; /* 線の長さを指定 */
  height: .3rem; /* 線の幅を指定 */
  display: inline-block; /* インラインブロックにする */
  border-radius: 2px; /* 線を角丸にする */
  background: #fff;   /* 線の色を指定 */
  position: absolute; /* 相対位置に指定 */
  right: 2rem; /* 右から10pxの位置に配置 */
}

.step._02 .grade::before {
	top: calc(50% - .8rem);     /* 数値は微調整してください */
  transform: rotate(45deg); /* 45度回転させる */
}

.step._02 .grade::after {
	bottom: calc(50% - .8rem);   /* 数値は微調整してください */
  transform: rotate(-45deg); /* -45度回転させる */
}

.step._02 .attention {
	font-size: 1.6rem;
	color: #666;
	line-height: 3.4rem;
	letter-spacing: .04em;
	margin-top: 2rem;
/*	margin-bottom: 18rem;*/
}

.step._02 .attention a {
	color: #1e2cd8;
	text-decoration: underline;
}

.about_teenage h3 {
	display: block;
  position: relative;
}

.about_teenage h3::before {
	content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 0);
  background: #a492b7;
  width: 100%;
  height: 1px;
}

.about_teenage h3 span {
	position: relative;
  z-index: 2;
  display: inline-block;
  background: #fff;
  padding: 0.5rem 2rem 0.5rem 0;
  font-size: 2.8rem;
  color: #10386B;
  letter-spacing: 0.1rem;
  margin-bottom: 0.4rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
}

.about_teenage h4 {
	margin-top: 1em;
}

.about_teenage h4::before {
	content: none;
}

.about_teenage p {
	font-size: 1.6rem;
	color: #666;
	line-height: 3.4rem;
	letter-spacing: .04em;
	margin-top: .5em;
}

.step._03 {
	margin-top: 12rem;
	margin-bottom: 9rem;
}

.step._03 .doctor_name h1,
.step._03 .doctor_name h4 {
	position: relative;
  margin: 8rem 0 3rem;
  padding-left: 1.5rem;
  font-size: 2.4rem;
  font-weight: 500;
  color: #10386b;
  font-family: 'Noto Serif JP', serif;
}

.step._03 .doctor_name h1::before, 
.step._03 .doctor_name h4::before {
	content: "";
  width: 0.4rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #10386b;
}

.step._03 .doctor_name p {
	font-size: 1.6rem;
	line-height: 3.4rem;
	letter-spacing: .04em;
	color: #666;
}

.step._03 .doctor_wrap {
	width: 69.2%;
	margin-top: 6rem;
	margin-bottom: 12rem;
	margin-left: auto;
	margin-right: auto;
	background: #fcf6f6;
}

.step._03.doctor01 .doctor_wrap {
	width: 100%;
	margin-bottom: 8rem;
}

.step._03 .doctor_wrap h5,
.step._03 .doctor_wrap > p {
	font-size: 3rem;
	font-weight: 600;
	letter-spacing: .075em;
	color: #FFF;
	background: transparent linear-gradient(90deg, #FBE3C5 0%, #FBDDC1 27%, #FCCDB7 62%, #FFB4A9 100%) 0% 0% no-repeat padding-box;
	text-align: right;
	padding: .4em 1.2em;
}

.step._03.doctor01 .doctor_wrap > p {
	background: transparent linear-gradient(90deg, #8789BA 0%, #8184B5 20%, #7178A7 46%, #566490 75%, #394F78 100%) 0% 0% no-repeat padding-box;
}

.step._03.doctor03 .doctor_wrap h5 {
	background: transparent linear-gradient(90deg, #FFC5C9 0%, #FCBFC5 16%, #F5AFBB 37%, #EA94AA 61%, #DB6F93 87%, #D25986 100%) 0% 0% no-repeat padding-box;
}

.step._03.doctor04 .doctor_wrap h5 {
	background: transparent linear-gradient(90deg, #D3CBC5 0%, #CFC5BF 19%, #C7B7AF 45%, #B99F94 73%, #A88274 100%) 0% 0% no-repeat padding-box;
}

.step._03 .doctor_wrap h5 small,
.step._03 .doctor_wrap > p small {
	font-size: .42em;
}

.step._03 .doctor_wrap .flex {
	display: flex;
	align-items: center;
}

.step._03 .doctor_wrap figure {
	width: 22.8%;
	margin-top: 3rem;
	margin-left: 3rem;
	margin-right: 8rem;
}

.step._03.doctor01 .doctor_wrap figure {
	width: 14.2%;
	margin-top: -6rem;
	margin-right: 5rem;
}

.step._03.doctor03 .doctor_wrap figure {
	width: 24.3%;
	margin-right: 7rem;
}

.step._03.doctor04 .doctor_wrap figure {
	width: 27.9%;
	margin-right: 3.5rem;
}

.step._03 .doctor_wrap ul {
	width: 58%;
}

.step._03 .doctor_wrap ul li {
/*	width: 50rem;*/
	width: 100%;
	height: auto;
	aspect-ratio: 543/129;
	background: #eceaf1;
	padding: 2.5rem;
	box-shadow: 1px 1px 1px #00000047;
	display: flex;
	justify-content: center;
	align-items: center;
}

.step._03 .doctor_wrap ul li:first-of-type {
	margin-bottom: 3rem;
}

.step._03 .doctor_wrap  ul li p {
	margin-bottom: 1rem;
}

.step._03 .doctor_wrap ul li span {
	font-size: 1.2rem;
	letter-spacing: .2em;
	color: #282828;
}

.step._03 .doctor_wrap ul li span.bg_purple {
	font-size: 1.1rem;
	color: #FFF;
	background: #a193b4;
	padding: .3em 1em;
	margin: 0 1em 0 1.5em;
}

.step._03 .doctor_wrap ul li span.time {
	font-size: 1.4rem;
}

.step._03 .doctor_wrap ul li .flex {
	justify-content: center;
}

.step._03 .doctor_wrap ul li:nth-of-type(2) a {
	font-size: 3rem;
	font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-style: normal;
	letter-spacing: .2em;
	color: #282828;
}

.step._03 .doctor_wrap .form_title {
	display: flex;
	align-items: center;
}

.step._03 .doctor_wrap .form_title p {
	font-size: 2rem;
	letter-spacing: .075em;
	color: #FFF;
	background: #ce3c5b;
	padding: .3em 1.5em;
	text-align: center;
}

.step._03 .doctor_wrap .form_title span {
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: .075em;
	color: #ce3c5b;
}

.step._03 .doctor_wrap .form_title h1 {
	font-size: 3rem;
	font-weight: 600;
	letter-spacing: .075em;
	color: #282828;
	margin-left: 3rem;
}

.notes > h6 {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: .075em;
	color: #ce3c5b;
	margin-bottom: .5em;
}

.notes_wrap {
	background: #f4eeea;
	padding: 3rem;
	font-size: 1.6rem;
	line-height: 3.4rem;
	letter-spacing: .04em;
	color: #666;
}

.notes h5 {
	font-size: 1.8rem;
  color: #10386b;
  letter-spacing: 0.1rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-style: normal;
  position: relative;
  padding-left: 1.2rem;
  margin-bottom: 1rem;
}

.notes h5::before {
	content: "";
  width: .4rem;
  height: 100%;
  background: #7e7e7f;
  position: absolute;
  top: 0;
  left: 0;
}

.notes_block {
	margin-bottom: 6rem;
}

.notes_content {
	padding-left: 3rem;
}

.notes_content ul {
	margin-top: 3rem;
}

.notes_content ul li::after {
	content: '↓';
	display: block;
	margin-left: 0;
}

.notes_content ul li:last-of-type::after {
	content: none;
}

.notes_content h6 {
	color: #2f4571;
	font-weight: 600;
}

.notes_content p.attention {
	padding-left: 1em;
	position: relative;
}

.notes_content span.red {
	font-weight: 600;
	color: #ce3c5b;
}

.notes_content span.under_line {
	text-decoration: underline;
}

.notes_content .attention::before {
	content: '※';
	position: absolute;
	display: inline-block;
	left: 0;
}

.notes_content a {
	color: #1e2cd8;
	text-decoration: underline;
}

.notes_content dl {
	display: flex;
}

.notes_content dl dt {
	margin-right: 1em;
}



/*全て共通：hideエリアをはじめは非表示*/
.hide-area{
	display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
	background:#ccc;	
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#666;
}

/*-------モーダルのCSS-------*/
.modaal-content-container {
	text-align: center;
}

.modal_title {
	text-align: center;
  position: relative;
  display: inline-block;
  margin-bottom: 6rem;
  padding: 0 10rem;
}

.modal_title::before,
.modal_title::after {
	content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 6rem;
  height: 1px;
  background-color: black;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.modal_title::before {
	left: 0;
}

.modal_title::after {
	right: 0;
}

.modal_ttl {
	font-size: 2.8rem;
	color: #10386b;
	letter-spacing: .1rem;
	font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-style: normal;
}

.form_link {
	width: 35rem;
	margin-left: auto;
	margin-right: auto;
	background-color: #10386b;
}

.form_link:first-of-type {
	margin-bottom: 3rem;
}

.form_link a {
	display: block;
	font-size: 2.2rem;
	font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-style: normal;
	letter-spacing: .1rem;
	padding: 1.5rem;
	color: #FFF;
	transition: all .4s;
}

.form_link a:hover {
	opacity: .7;
}


/*-------モーダルのCSSここまで-------*/


@media screen and (max-width: 860px) {
	
	
	.step._03 .doctor_wrap figure {
		margin-right: 5rem;
	}
	
	.step._03.doctor03 .doctor_wrap figure {
		margin-right: 4rem;
	}
	
	.step._03 .doctor_wrap ul {
		width: 60%;
	}
	
	.step._03 .doctor_wrap ul li:first-of-type {
		margin-bottom: 1.5rem;
	}
	
	
}


@media screen and (max-width: 768px) {
	
	.secMainvisual .secMainTitle p {
		font-size: 2.4rem;
	}
	
	.sec_counseling .title {
		padding: 0 8rem;
	}
	
	.step3 h3 span {
		font-size: 2.4rem;
		padding: 1.5rem;
	}
	
	.step3 ul {
		display: block;
		padding-top: 10rem;
		padding-bottom: 2rem;
	}
	
	.step3 ul li {
		max-width: 500px;
		width: 80%;
		aspect-ratio: unset;
		margin-left: auto;
		margin-right: auto;
		padding: 3rem;
	}
	
	.step3 ul li:not(:last-of-type) {
		margin-bottom: 6rem;
	}
	
	.step3 ul li::after {
		top: unset;
		bottom: -4rem;
		left: 50%;
		right: unset;
		transform: translate(-50%, 0);
		transform: rotate(90deg);
		transform-origin: left;
	}
	
	.step3 ul li h5 {
		padding-top: 0;
		padding-bottom: 2.5rem;
	}
	
	.step3 ul li p {
		font-size: 1.7rem;
	}
	
	.step3-attention {
		padding-bottom: 10rem;
		text-align: center;
	}
	
	.step .step_ttl {
		font-size: 2.2rem;
    margin-bottom: 3rem;
	}
	
	.step_ttl dl {
		padding-left: 2.5rem;
		margin-right: 1.5rem;
    margin-bottom: 0rem;
		align-items: center
	}
	
	.step .step_ttl dl::before {
		width: 2rem;
    transform: translate3d(0, 0%, 0);
	}
	
	.step_ttl dl dt {
		font-size: 2rem;
	}
	
	.step_ttl dl dd {
		font-size: 4rem;
	}
	
	.step_ttl h3 {
		font-size: 2.2rem;
	}
	
	.step._01 ul {
		display: block;
	}
	
	.step._01 ul li {
		max-width: 600px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.step._01 ul li:first-of-type {
		margin-bottom: 3rem;
	}
	
	.step._01 ul li h3 {
		font-size: 3.2rem;
		white-space: nowrap;
	}
	
	.step._02 ul {
		display: block;
	}
	
	.step._02 ul li,
	.step._02.doctor_fukuoka ul li {
		max-width: 600px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 18.5%;
	}
	
	.step._02.doctor_fukuoka ul li {
		aspect-ratio: 85 / 23;
	}
	
	.step._02.doctor_fukuoka .grade {
		aspect-ratio: 670/47;
	}
	
	.step._02 ul li.doctor02 {
		margin-top: 16.5%;
	}
	
	.step._02 ul li h5 {
		font-size: 2.4rem;
		margin-bottom: 1.5rem;
	}
	
	.step._02 ul li figure {
		margin-left: .5rem;
		margin-right: 7%;
	}
	
	.step._02 ul li.doctor03 figure {
		width: 29%;
		margin-right: 6%;
    margin-top: -14%;
	}
	
	.step._02 ul li.doctor04 figure {
		width: 30.9%;
    margin-top: -13.5%;
		margin-left: .5rem;
		margin-right: 7%;
	}
	.step._02 ul li.doctor05 figure {
		width: 32%;
		margin-top: -13.5%;
	}
	
	.step._02 .grade::before,
	.step._02 .grade::after {
		width: 1.5rem;
	}
	
	.step._02 .grade::before {
		top: calc(50% - 0.6rem);
	}
	
	.step._02 .grade::after {
		bottom: calc(50% - 0.7rem);
	}
	
	.step._02 .attention {
		font-size: 1.6rem;
		line-height: 3.6rem;
		margin-top: 1rem;
	}
	
	.step._03 .doctor_name p,
	.about_teenage p {
		font-size: 1.8rem;
		line-height: 3.6rem;
	}
	
	.step._03 .doctor_wrap {
		width: 100%;
	}
	
	.step._03 .doctor_name h1,
	.step._03 .doctor_name h4 {
		margin: 5rem 0 3rem;
	}
	
	.step._03 .doctor_wrap h5,
	.step._03 .doctor_wrap  > p {
		font-size: 2.2rem;
	}
	
	.step._03 .doctor_wrap ul li:nth-of-type(2) a {
		font-size: 2rem;
	}
	
	.step._03 .doctor_wrap figure {
		margin-left: .5rem;
		margin-right: 2rem;
	}
	
	.step._03.doctor03 .doctor_wrap figure {
		margin-right: 2rem;
	}
	
	.step._03.doctor04 .doctor_wrap figure {
		margin-right: 2rem;
	}
	
	.step._03 .doctor_wrap ul {
		width: 70%;
	}
	
	.step._03 .doctor_wrap ul li {
		padding: 1.5rem;
	}
	
	.step._03 .doctor_wrap ul li:first-of-type {
		margin-bottom: 1rem;
	}
	
	.step._03 .doctor_wrap > .flex {
		padding-right: 2rem;
	}
	
	.step._03 .doctor_wrap ul li p {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.step._03 .doctor_wrap ul li span {
		font-size: .9rem;
	}
	
	.step._03 .doctor_wrap ul li span.bg_purple {
		font-size: .8rem;
	}
	
	.step._03 .doctor_wrap ul li span.time {
		font-size: 1rem;
	}
	
	.step._03 .doctor_wrap .form_title {
		display: block;
		text-align: center;
	}
	
	.step._03 .doctor_wrap .form_title p {
		font-size: 1.6rem;
		display: inline-block;
		padding: .3em 2.5em;
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
	
	.step._03 .doctor_wrap .form_title h1 {
		font-size: 2.2rem;
		margin-left: 0;
	}
	
	.step._03.doctor01 .doctor_wrap figure {
		width: 25%;
		margin-top: -3rem;
		margin-right: 2rem;
	}
	
	.notes_wrap {
		line-height: 3.6rem;
		padding: 1.5rem;
	}
	
	.notes h5 {
		font-size: 1.8rem;
	}
	
	.notes h5::before {
		width: .6rem;
		aspect-ratio: 17/110;
	}
	
	.notes_content {
		padding-left: 1.5rem;
	}
	
	.notes_content dl {
		display: block;
	}
	
	.notes_block {
		margin-bottom: 4rem;
	}
	
	
	.modal_title {
		padding: 0 5.5rem;
		margin-bottom: 4rem;
	}
	
	.modal_ttl {
		font-size: 2.2rem;
	}
	
	.form_link a {
		font-size: 2rem;
	}
	
}


/*カウンセリングページトップここまで*/


/*-------フォームのCSS-------*/

.visible_pc {
	display: block;
}

.visible_sp {
	display: none;
}

.contactForm {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 8rem;
}

.mw_wp_form dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 2rem 0;
}

.mw_wp_form dl dt {
	width: 20%;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: .04em;
/*
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
*/
	
	position: relative;
	
}

.mw_wp_form .red {
	font-size: 1.2rem;
	font-weight: normal;
	color: #FFF;
	background-color: #bb272d;
	padding: .3em .5em;
	position: absolute;
	top: 0;
	right: -30%;
}

.mw_wp_form dl dd {
	width: 70%;
	font-size: 1.6rem;
}

.mw_wp_form input[type="text"],
.mw_wp_form input[type="email"] {
	width: 100%;
	color: #808080;
}



.mw_wp_form textarea {
	width: 100%;
}

.mw_wp_form .mwform-checkbox-field {
	display: inline-block;
	margin-right: 3rem;
}


.mw_wp_form .horizontal-item + .horizontal-item {
	margin-left: 0!important;
}

.mw_wp_form input[type="text"].other_parts {
	margin-top: 1rem;
}

.mw_wp_form input[type="text"].other_way {
	margin-top: 1rem;
}

 
.mw_wp_form input[type="text"].detail_schedule01, 
.mw_wp_form input[type="text"].detail_schedule02,
.mw_wp_form input[type="text"].detail_examination,
.mw_wp_form input[type="text"].detail_estimate {
	margin-top: 1rem;
}

.mw_wp_form .mwform-radio-field:not(:last-of-type) {
	display: inline-block;
	margin-right: 3rem;
}



.mw_wp_form select {
	width: 100%;
	color: #808080;
	position: relative;
}

.mw_wp_form .select_wrap {
	display: inline-block;
	position: relative;
}

.mw_wp_form .select_wrap::after {
	content: "";
  position: absolute;
  z-index: 2;
  top: 17px;
  right: 5px;
  display: inline-block;
  margin-right: 10px;
  border: 5px solid transparent;
  border-color: #808080 #808080 transparent transparent;
  width: 0;
  height: 0;
  pointer-events: none;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.mw_wp_form .birth_wrap {
	margin-left: 1rem;
	margin-right: .5rem;
}

.mw_wp_form .birth_wrap:first-of-type {
	margin-left: 0;
}

.mw_wp_form .pre_wrap, 
.mw_wp_form .parts_wrap {
	width: 100%;
}

.mw_wp_form .time_wrap {
	width: 49%;
}

.mw_wp_form .time_wrap:first-of-type {
	margin-right: .5%;
}

.mw_wp_form select.birth_year,
.mw_wp_form select.birth_month,
.mw_wp_form select.birth_date,
.mw_wp_form select.age,
.mw_wp_form .mwform-tel-field input[type="text"] {
	width: 10rem;
}


.mw_wp_form .attention {
	font-size: 1.1rem;
	line-height: 1.5;
	margin-top: 1rem;
}

.mw_wp_form .contactBtn .attention {
	margin-bottom: 1rem;
}

.mw_wp_form .attention a {
	color: #1e2cd8;
  text-decoration: underline;
}

.mw_wp_form_confirm .attention,
.mw_wp_form_confirm .privacyContact {
	display: none;
}

.mw_wp_form_confirm .contactBtn {
	margin-top: 8rem;
}

.mw_wp_form_confirm .select_wrap::after {
	content: none;
}

.contact_btn {
	width: 20rem;
	background-color: #867a73;
  border-width: 0;
  color: #fff;
  cursor: pointer;
  font-size: 1.3rem;
	letter-spacing: .21em;
  text-align: center;
  padding: 1.5rem;
  position: relative;
  transition: all 0.2s ease-out;
  border-radius: 0.4rem;
	-webkit-appearance: none;
  appearance: none;
}

.contact_btn:hover {
	opacity: 0.7;
}

@media screen and (max-width: 768px) {
	
	.visible_pc {
		display: none;
	}

	.visible_sp {
		display: block;
	}
	
	.keyboard-active .footerBottom {
		display: none;
	}
	
	
	.mw_wp_form dl {
		display: block;
	}
	
	.mw_wp_form dl dt,
	.mw_wp_form dl dd {
		width: 100%;
	}
	
	.mw_wp_form dl dt {
		font-size: 1.8rem;
		margin-bottom: 1.5rem;
	}
	
	.mw_wp_form dl dt.required {
		padding-left: 4.5rem;
	}
	
	.mw_wp_form .red {
		padding: 0.2em 0.5em;
		top: .2rem;
		left: 0;
		right: unset;
	}
	
	
	.mw_wp_form .mwform-checkbox-field {
		margin-bottom: 1rem;
	}
	
	
	.mw_wp_form .select_wrap::after {
		top: 14px;
/*		right: -5px;*/
	}
	
	.mw_wp_form .birth_wrap.select_wrap::after {
		right: -4px;
	}
	
	.mw_wp_form select.birth_year,
	.mw_wp_form select.birth_month,
	.mw_wp_form select.birth_date,
	.mw_wp_form select.age {
		width: 8.5rem;
	}
	
	.contact_btn {
		padding: 3rem 1rem;
    font-size: 1.8rem;
	}
	
}


/*-------フォームのCSSここまで-------*/







/*-----------------------------旧ページCSS--------------------------------*/

.counselingTitleBody h3 {
  display: block;
  position: relative;
}
.counselingTitleBody h3:nth-of-type(n + 2) {
  margin-top: 6rem;
}
.counselingTitleBody h3 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  background: #fff;
  padding: 0.5rem 2rem 0.5rem 0;
  font-size: 2.8rem;
  color: #10386B;
  letter-spacing: 0.1rem;
  margin-bottom: 0.4rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-style: normal;
}
.counselingTitleBody h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 0);
  background: #a492b7;
  width: 100%;
  height: 1px;
}
.counselingTitleBody h6 {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 1em;
}
.counselingTitleBody h5 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #10386B;
  border-bottom: 1px solid #10386B;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
.counselingTitleBody h5:nth-of-type(n + 2) {
  margin-top: 2em;
}
.counselingTitleBody ul {
  font-size: 1.6rem;
  margin-top: 0.5em;
}
.counselingTitleBody ul li a {
  text-decoration: underline;
}
.counselingTitleBody .more_btn {
  font-size: 1.8rem;
  text-align: center;
  margin-top: 1em;
}
.counselingTitleBody .more_btn a {
  display: inline-block;
  border: 1px solid #10386B;
  padding: 0.5em 0em;
  margin-left: 0.5em;
  margin-right: 0.5em;
  width: 290px;
  transition: all ease 0.5s;
}
.counselingTitleBody .more_btn a:hover {
  background-color: #10386B;
  color: #fff;
}
.counselingTitleBody .counseling_text02 {
  margin-top: 2rem;
}
.counselingTitleBody .counseling_text02 strong {
  color: #cc0707;
}





/*送信完了画面*/


.sec_counseling_thanks .title {
	text-align: center;
  position: relative;
  display: inline-block;
  margin-bottom: 6rem;
  padding: 0 10rem;
}

.sec_counseling_thanks .title::before,
.sec_counseling_thanks .title::after {
	content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 6rem;
  height: 1px;
  background-color: black;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.sec_counseling_thanks .title::before {
	left: 0;
}

.sec_counseling_thanks .title::after {
	right: 0;
}

.sec_counseling_thanks .title h2 {
	font-size: 2.8rem;
  color: #10386B;
  letter-spacing: 0.1rem;
  margin-bottom: 0.4rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  font-style: normal;
}

.sec_counseling_thanks .line {
	margin-top: 14rem;
}

.sec_counseling_thanks .line p {
	font-size: 1.6rem;
  line-height: 2.8rem;
  letter-spacing: 0.04em;
	text-align: center;
	margin-bottom: 6rem;
}

.sec_counseling_thanks .line a {
	display: block;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}

.sec_counseling_thanks .sns {
	margin-top: 14rem;
}

@media screen and (max-width: 768px) {
	
	.sec_counseling_thanks .line p {
		font-size: 1.8rem;
		line-height: 3rem;
    letter-spacing: 0.04em;
	}
	
	.sec_counseling_thanks .line a {
		width: 80%;
	}
	
}

/*送信完了画面ここまで*/


/*取材フォーム 2022/12/27*/

.pr-heading {
	font-size: 2.4rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  letter-spacing: .1rem;
  color: #10386b;
	text-align: center;
}

.pr-lead-txt {
	font-size: 1.6rem;
  line-height: 3.4rem;
  letter-spacing: .04em;
  color: #666;
	text-align: center;
	margin-top: 6rem;
}

.pr-contactBtn {
	margin-top: 4rem;
}

/*ここまで取材フォーム 2022/12/27*/


/*医師追加による修正 2023/02/24*/

.step._02 ul {
	flex-wrap: wrap;
}

.step._02 ul li.doctor06 figure {
	width: 35.85%;
	margin-top: -13.1%;
	margin-right: 7%;
}

.step._02.doctor_fukuoka ul li {
	width: 49%;
	aspect-ratio: 85/23;
}

.step._02 ul li.doctor05,
.step._02 ul li.doctor06 {
	margin-top: 12%;
}

.step._02 .grade,
.step._03 .doctor_wrap h5 {
	background: transparent linear-gradient(90deg,#8789ba 0%,#8184b5 20%,#7178a7 46%,#566490 75%,#394f78 100%) 0% 0% no-repeat padding-box!important;
}

.step._02.doctor_fukuoka .grade {
	aspect-ratio: 670/47;
}

.step._02 ul li.doctor03 figure {
	width: 26.2%;
	margin-top: -8.8%;
	margin-left: 2%;
	margin-right: 14.5%;
}

.step._02 ul li.doctor04 figure {
	width: 30.9%;
  margin-left: 1rem;
  margin-right: 10%;
  margin-top: -13.5%;
}
.step._02 ul li.doctor05 figure {
	width: 29.5%;
	margin-top: -11.3%;
	margin-left: 3%;
	margin-right: 10.5%;
}

.step._03.doctor06 .doctor_wrap figure {
	width: 34.9% ;
	margin-left: 0;
	margin-right: 1rem;
}

@media screen and (max-width: 768px) {
	
	.step._02 ul li.doctor05, .step._02 ul li.doctor06 {
		margin-top: 19%;
	}
	
	.step._02.doctor_fukuoka ul li {
		width: 100%;
	}
	
}

/*ここまで医師追加による修正 2023/02/24*/


/* アートメイクの予約先追加 2023/04/25 */

.artist-list {
	margin-top: 6%;
}

.step._02 ul li.artist01 figure {
	width: 27.6%;
	margin-top: -13.3%;
	margin-left: 4%;
	margin-right: 12%;
}

.step._02 ul li.artist02 figure {
	width: 33.1%;
	margin-top: -13.3%;
	margin-left: 4%;
	margin-right: 5%;
}

.step._02 .artist-list .grade,
.step._03 .doctor_wrap.artist h5 {
	background: transparent linear-gradient(90deg, #D3CBC5 0%, #CEC6BF 8%, #C3B8AF 19%, #AFA194 32%, #998675 43%, #645247 100%) 0% 0% no-repeat padding-box!important;
}

.step._03 .doctor_wrap.artist > .flex {
	padding: 3rem;
}

.step._03 .doctor_wrap figure.chihiro {
	width: 33.3%;
	margin-top: 0;
	margin-bottom: -3rem;
	margin-left: -1rem;
	margin-right: 4rem;
}

.step._03 .doctor_wrap figure.yoshimi {
	width: 39%;
	margin-top: 0;
	margin-bottom: -3rem;
	margin-left: -2.5rem;
	margin-right: 1rem;
}

.step._03 .doctor_wrap ul li {
	padding: 0;
}

.step._03 .doctor_wrap ul li a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.step._03 .doctor_wrap ul li:first-of-type a {
	flex-direction: column;
}
.step._03 .doctor_wrap ul li:first-of-type a > p {
	width: 70%;
}

.step._03 .doctor_wrap ul li:nth-of-type(3) {
	margin-top: 3rem;
}

.step._03 .doctor_wrap ul li a.reserve-line {
	font-size: 3rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-style: normal;
	letter-spacing: .2em;
	color: #282828;
}

@media screen and (max-width: 768px) {
	

	.step._03 .doctor_wrap figure.chihiro {
		margin-left: -1.5rem;
		margin-right: 2rem;
	}

	.step._03 .doctor_wrap figure.yoshimi {
		margin-left: -2.5rem;
		margin-right: 1rem;
	}

	.step._03 .doctor_wrap ul li:nth-of-type(3) {
		margin-top: 1rem;
	}

	.step._03 .doctor_wrap ul li a.reserve-line {
		font-size: 2rem;
	}

}

/* ここまでアートメイクの予約先追加 2023/04/25 */





