@charset "utf-8";

:root {
  	--color1: rgb(123 147 219);
  	--color2: rgb(189 208 237);
	--color3: rgb(239 243 251);
	--color4: rgb(246 246 246);
}


.hair_remova_page .warp_ttl h2:not(.clinic_wrap h2):not(.contact_wrap h2):after{
	background-color: var(--color1);
}
.hair_remova_page .warp_ttl span:not(.clinic_wrap span):not(.contact_wrap span) {
    color: var(--color1);;
}
.hair_remova_page h3:after{
	background-color: var(--color1);
}
h4 {
    background: var(--color1);
    text-align: center;
    padding: 10px;
    color: #fff;
}
h5 {
    color: var(--color1);
}

.hair_remova_page .list {
    margin-bottom: 10px;
}
.hair_remova_page .list div:before {
    background: var(--color1);
    top: 7px;
}

.hair_remova_page .row table th:not(.footer_info table th){
    background: var(--color2);
}
@media screen and (max-width: 768px) {
	.hair_remova_page .rsp_tbl thead {
		display: none;
	}
	.hair_remova_page .rsp_tbl th,
	.hair_remova_page .rsp_tbl td {
		width: 100%;
		display: block;
	}
	.hair_remova_page .rsp_tbl th:before,
	.hair_remova_page .rsp_tbl td:before {
		content: attr(data-label);
		float: left;
		font-weight: bold;
		margin-right: 10px;
		height: 2em;
		width: 6em;
	}
}

.sd{
	box-shadow: 0px 0px 10px 0px rgba(89, 59, 26, 0.05);
}
.bdr{
	border-radius: 20px;
}

.hair_remova_page #ttl-bg {
    height: 0;
}
.hair_remova_page .mv {
    background: url(/wp-content/themes/lightning-pro-child/assets/img/ectopic/mv_ectopic.jpg);
    background-size: cover;
    background-position: center;
}
.hair_remova_page .mv .message h2{
	color:var(--color1);
}
@media screen and (max-width: 768px) {
	.hair_remova_page .mv .message {
		bottom: inherit;
		top: 5%;
	}
}

.contents_list {
    width: 1000px;
    margin: auto;
    border: 1px solid;
	border-color: var(--color1);
    padding: 20px;
}
.contents_list ol {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 0;
    counter-reset: number;
    list-style-type: none; 
    margin: 0;
}
.contents_list ol li {
    width: 49%;
    padding-left: 2em;
    position: relative;
}
.contents_list ol li:before {
    position: absolute;
    counter-increment: number;
    content: counter(number);
    display:inline-block;
    background: var(--color1);
    color: white;
    font-weight:bold;
    font-size: 14px;
    border-radius: 50%;
    left: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.contents_list ol li a:hover {
    color: var(--color2);
}


.intro_flex .intro_txt {
    width: 70%;
    margin-left: 30%;
    background: #fff;
    padding: 30px;
    box-shadow: 0px 0px 10px 0px rgba(89, 59, 26, 0.05);
    z-index: 1;
    position: sticky;
}
.intro_flex .intro_img {
    margin-right: 60%;
    margin-top: -200px;
}
.intro_flex + .intro_flex {
    margin-top: 60px;
}

.intro_flex:nth-child(2n) .intro_txt {
    margin-left: initial;
}
.intro_flex:nth-child(2n) .intro_img {
    margin-right: initial;
    margin-left: 60%;
}
@media screen and (max-width: 768px) {
	.intro_flex {
		display: inline-grid;
	}
	.intro_flex .intro_txt {
		margin-left: 5%;
		width: 95%;
		padding: 15px;
		order: 2;
	}
	.intro_flex .intro_img {
		margin-right: 10%;
		margin-top: 0;
		margin-bottom: -10px;
	}
	.intro_flex:nth-child(2n) .intro_img {
		margin-right: initial;
		margin-top: 0;
		margin-bottom: -10px;
		margin-left: 10%;
	}
}
@media screen and (max-width: 768px) {
	.contents_list {
		width: 100%;
	}
	.contents_list ol li {
		width: 100%;
	}
	.contents_list ol li + li {
		margin-top: 10px;
	}
}


.hair_remova_page .flow_wrap ul li {
	display: block;
    padding: 30px;
}
.flow_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.hair_remova_page .flow_img {
    background-color: transparent;
}
.hair_remova_page .flow_img img {
    border-radius: 0;
}
.hair_remova_page .flow_txt {
    width: 68%;
	padding: 0;
    text-align: left;
}
.flow_txt h3 span {
    background: var(--color1);
    color: #fff;
    padding: 10px 20px;
    margin-right: 10px;
}
.flow_wrap h3 {
    display: flex;
    align-items: center;
	flex-wrap: wrap;
}
.hair_remova_page .flow_wrap h3::after {
    left: 0;
    transform: inherit;
}
.flow_wrap h3 span {
    background: var(--color1);
    color: #fff;
    padding: 10px 20px;
    margin-right: 10px;
}
@media screen and (max-width: 768px) {
	.hair_remova_page .flow_wrap ul li {
		padding: 20px;
	}
	.flow_wrap h3 span {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.hair_remova_page .flow_txt {
		width: 100%;
		margin-top: 20px;
	}
}

.misunderstanding_wrap{
	background-color: var(--color4);
}

.difference_wrap th:nth-of-type(1) {
    background: #a3a3a3;
}

.symptoms_wrap{
	background-color: var(--color3);
}
.symptoms_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1em;
	margin-bottom: 40px;
    margin-top: 30px;
}
.symptoms_list .list_item {
    flex: 1;
    background: #fff;
    padding: 30px;
}
@media screen and (max-width: 768px) {
	.symptoms_list .list_item {
		flex: auto;
		padding: 20px;
	}
	
	.difference_wrap td:last-child:before {
		color: #afafaf;
	}
}

.treatment_wrap {
    background: var(--color4);
}
.treatment_item {
    background: #fff;
    padding: 40px;
}
.treatment_item + .treatment_item {
    margin-top: 40px;
}
.treatment_list {
    margin-bottom: 40px;
}
.ico_ttl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}
.ico_ttl h3 {
    width: calc(100% - 180px);
    margin: 0;
}
.ico_ttl .img {
    background: var(--color2);
    border-radius: 50%;
    padding: 30px;
    width: 150px;
    height: 150px;
}
.ico_ttl .img img {
    object-fit: contain;
}
@media screen and (max-width: 768px) {
	.treatment_item {
		padding: 20px;
	}
	.ico_ttl h3 {
		width: calc(100% - 100px);
	}
	.ico_ttl .img {
		width: 80px;
		height: 80px;
		padding: 20px;
	}
}

.examination_wrap {
    background-image: url(/wp-content/themes/lightning-pro-child/assets/img/ectopic/bg_examination.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.examination_wrap h2,
.hair_remova_page .examination_wrap .warp_ttl span {
    color: #fff!important;
	text-shadow: 0px 0px 5px rgba(93, 93, 93, 1),0px 0px 5px rgba(93, 93, 93, 1),0px 0px 5px rgba(93, 93, 93, 1);
}
.examination_wrap .txt {
    background: rgb(255 255 255 / 90%);
    padding: 30px;
}
@media screen and (max-width: 768px) {
	.examination_wrap .txt {
		margin-left: 0%;
		padding: 20px;
	}
}