@charset "utf-8";

.iinner {
    max-width: 1000px;
    margin: auto;
}
.flex_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.box_item {
    width: 49%;
}
@media screen and (max-width: 782px) {
	.box_item {
		width: 100%;
	}
	.box_item +.box_item{
		margin-top: 20px;
	}
}

.box_sd {
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
}
.bdr {
    border-radius: 10px;
}


@media screen and (max-width: 782px) {
	table.responsive thead {
		display: none;
	}
	table.responsive tbody th,
	table.responsive tbody td {
		display: block;
	}
	table.responsive tbody td:before {
		content: attr(data-label);
		font-weight: bold;
		margin-right: 10px;
		width: 100%;
		display: block;
		color: #ef9c8d;
	}
	
	table.responsive2 thead {
		display: none;
	}
	table.responsive2 tbody tr {
		display: flow;
	}
	table.responsive2 tbody th,
	table.responsive2 tbody td {
		display: block;
		width: 100%;
	}
	table.responsive2 tbody td:before {
		content: attr(data-label);
		font-weight: bold;
		margin-right: 10px;
		width: 100%;
		display: block;
		color: #ef9c8d;
	}
}

a.link_txt{
	color: #ed9181;
}
a.link_txt:hover{
	opacity: .6;
}

p.ttl_1 {
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
    position: relative;
	width: 100%;
}
p.ttl_1:after {
    position: absolute;
    content: "";
    background: #ed9181;
    height: 2px;
    width: 8em;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
p.ttl_1.left {
    text-align: left;
}
p.ttl_1.left:after {
    left: 0;
    transform: translateY(0px);
}
p.ttl_2 {
    text-align: center;
    background: #ed9181;
	background: #F2A9A9;
    color: #fff;
    border-radius: 40px;
    font-weight: bold;
    padding: 10px;
}
p.ttl_2.left {
    text-align: left;
}
p.ttl_2.cl_gr {
    background: #a3a3a3;
}

.hair_remova_page .ul_list {
    padding-left: 1em;
	margin-bottom: 20px;
}
.hair_remova_page .ul_list div {
    padding-left: 1em;
    position: relative;
}
.hair_remova_page .ul_list div:after {
    position: absolute;
    content: "";
    background: #ed9181;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    left: 0;
    top: 8px;
}




.hair_remova_page .mv {
    background-image: url(/wp-content/themes/lightning-pro-child/assets/img/pill/mv_pill.jpg);
	background-position: bottom;
	background-position: top;
}
.hair_remova_page .mv .message h2 {
    text-shadow: 0px 0px 5px rgba(255, 255, 255, 1), 0px 0px 5px rgba(255, 255, 255, 1), 0px 0px 5px rgba(255, 255, 255, 1), 0px 0px 5px rgba(255, 255, 255, 1);
}
@media screen and (max-width: 768px) {
    .hair_remova_page .mv .message {
        top: 5%;
    }
}


.intro_wrap {
    max-width: 1000px;
    margin: 60px auto 0px;
    background: #faeee7;
    padding: 30px;
    border-radius: 10px;
}
@media screen and (max-width: 782px) {
	.intro_wrap {
		width: 90%;
		padding: 20px;
	}
}

.menu_list div a {
    background: #ed9181;
}

.about_wrap {
    background-image: url(/wp-content/themes/lightning-pro-child/assets/img/pill/bg_01.jpg);
    background-repeat: no-repeat;
	background-size: cover;
}
.about_wrap .flex_box{
	margin: 60px 0px;
}
.about_wrap .flex_box .img {
    width: 40%;
}
.about_wrap .flex_box .txt {
    width: 55%;
}
.about_wrap .flex_box .txt .ttl_2 {
    background-color: transparent;
    color: #ed9181;
    padding: 0;
}
.visual_block {
    margin-bottom: 30px;
}
.visual_block .img {
    width: 60%;
}
.visual_block .txt {
    width: 60%;
    margin-left: 40%;
    margin-top: -20%;
    background: #fff;
    z-index: 1;
    position: sticky;
    padding: 30px;
}
.visual_block .txt .ttl {
    font-size: 1.5em;
    color: #ed9181;
    font-weight: bold;
}
@media screen and (max-width: 782px) {
	.about_wrap .flex_box .img, .about_wrap .flex_box .txt {
		width: 100%;
	}
	.visual_block .img {
		width: 80%;
	}
	.visual_block .txt .ttl {
		font-size: 1.2em;
	}
	#link04 .visual_block .img {
		width: 100%;
	}
}


.block_list {
    margin-top: 30px;
}
.block_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1em;
}
.block_list .block_item {
    width: 49%;
    background: #fff;
    padding: 30px;
}
.block_item.m_size {
    width: 75%;
}
.block_item.l_size{
	width: 100%;
}
@media screen and (max-width: 782px) {
	.visual_block .txt {
		width: 95%;
		margin-left: 5%;
		margin-top: -10%;
		padding: 20px;
	}
	.block_list .block_item {
		width: 100%;
		padding: 20px;
	}
}


._flow_wrap {
    background-image: url(https://himeji-ladies.jp/wp-content/themes/lightning-pro-child/assets/img/pill/bg_02.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #efefef;
}
span.step {
    background: #ed9181;
    color: #fff;
    padding: 0px 10px;
    margin-right: 10px;
    font-size: .8em;
}
._flow_wrap .ttl_1.left:has(span.step) {
    display: flex;
    align-items: center;
	flex-wrap: wrap;
}
@media screen and (max-width: 782px) {
	span.step {
		width: 100%;
	}
}


.compare_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.compare_item {
    width: 30%;
}
@media screen and (max-width: 782px) {
	.compare_item {
		width: 100%;
	}
}


.take_wrap {
    background-image: url(/wp-content/themes/lightning-pro-child/assets/img/pill/bg_03.jpg);
    background-repeat: no-repeat;
	background-color: #f3f4f5;
	background-size: cover;
}
.compare_wrap {
    background-image: url(/wp-content/themes/lightning-pro-child/assets/img/pill/bg_04.jpg);
    background-repeat: no-repeat;
	background-size: cover;
}


.faq_wrap .block_item.l_size {
    background: #faeee7;
}

.bg_pink {
    background: #faeee7;
}
.merit_wrap .flex_box + .flex_box{
	margin-top: 40px;
}
.merit_wrap .img {
    width: 30%;
}
.merit_wrap .txt {
    width: 65%;
}
.merit_wrap .ttl_2.left {
    background-color: transparent;
    color: #ed9181;
    padding: 0;
}
.merit_wrap .flex_box:nth-of-type(2n) {
    flex-flow: row-reverse;
}
@media screen and (max-width: 782px) {
	.merit_wrap .flex_box:nth-of-type(2n){
		flex-flow: wrap;
	}
	.merit_wrap .img,
	.merit_wrap .txt {
		width: 100%;
	}
	.merit_wrap .img{
		margin-bottom: 20px;
	}
}

.compare_wrap img {
    /*padding: 15px;*/
    background: #fff;
    border-radius: 10px;
}
.compare_wrap figure {
    width: 100%;
}
.compare_wrap table {
    border-top: none;
}
.compare_wrap table tbody th {
    background-color: #c3928a;
	color:#fff;
}
.compare_wrap table td {
    background: #fff;
}


.faq_wrap .block_list {
    background-color: #faeee7;
}
.faq_wrap .block_list .block_item {
    background-color: transparent;
}
.faq_wrap .block_list:nth-of-type(2) {
    background: rgb(76 175 80 / 10%);
}
.faq_wrap .block_list:nth-of-type(3) {
    background: rgb(3 169 244 / 10%);
}
.faq_wrap .block_list:nth-of-type(2) .ttl_1:after {
    background: #4CAF50;
}
.faq_wrap .block_list:nth-of-type(3) .ttl_1:after {
    background: #03A9F4;
}

.bn_online {
    max-width: 600px;
    margin: auto;
    margin-top: 60px;
}
@media (max-width: 782px) {
	.bn_online {
		width: 90%;
	}
}
