@charset "utf-8";
/*_______________________________

         【ラ･パルレ】
　　
「汗だくセルライトproコース」ページ用CSS

　　 /trial/body/heat.html
　　　　　（PC・TB・SP）

　　　　リニューアル2025
_______________________________*/

.worries{
	
}
.worries .worries_list{
    width: min(52%, 470px);
	float: left;
}
.worries .img{
	float: right;
    width: min(45%, 380px);
}
.worries .illust{
    width: min(52%, 470px);
	margin-bottom: 3vw;
}




.why .box .text{
	text-align: center;
	margin-bottom: 40px;
}
.why .box .text > em{
    font-size: 28px;
	font-weight: bold;
    color: var(--accent-color);
    font-family: "Noto Serif JP", serif;
	display: block;
	margin-bottom: 30px;
}
.why .box .text p {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}
.why .box dl{
	display: flex;
	justify-content: space-between;
	position: relative;
}
.why .box dl::after{
	content: "";
	background: url(/trial/leg/img/modebi/arrow.svg);
	width: min(13%,97px);
	height: min(100%,97px);
	aspect-ratio: 1/1;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	left: calc(50% - 4%);
	margin: auto;
}
.why .box dl > div {
    flex-basis: min(45%, 350px);
}
.why .box dt {
    height: 30px;
    max-width: 285px;
    margin: auto;
    background: var(--main-color);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: anchor-center;
    font-size: 15px;
    border-radius: 10px;
	margin-bottom: 25px;
}


.solution .img{
    float: right;
    width: min(50%, 450px);
}
.solution .text{
    float: left;
    width: 50%;
}
.solution .text:first-of-type{
	margin-bottom: 5px;
    padding-top: 20px;
}
.solution .wrap{
	clear: both;
	display: flex;
	justify-content: space-between;
	padding: min(2.5vw, 40px) 0;
	align-items: flex-end;
}

.solution .wrap .illust{
    flex-basis:min(35%, 370px);
}
.solution .wrap .box{
	flex-basis: min(60%,490px);
	max-width: 490px;
	padding: 40px;
	margin: 0 auto;
}
.solution .box ol{
	max-width: 320px;
	margin: 20px auto;
}
.solution .box ol li{
	color: #FF3100;
	font-size: clamp(20px, 2.5vw, 26px);
	font-weight: bold;
    font-family: "Noto Serif JP", serif;
	margin-bottom: 5px;
}
.solution .box img{
	display: block;
	margin-bottom:20px;
}
.solution .box p{
	font-weight: 500;
	font-size: clamp(15px, 2vw, 20px);
}
.solution .box p em{
	color: #FF3100;
}

.flow .step_contents li.step_box.step03 .detail img{
    width: 70%;
    padding-left: 5%;
}


/*_______________________________
　　　
　　　メディアクエリ切り替え
     　　　（TB・SP）
_______________________________*/


/* ↓ ↓ ↓ TB（1024px）以下　用 ↓ ↓ ↓ */

@media (max-width:1024px){

	
/* --- */
}
/* ↑ ↑ ↑ TB（1024px）以下　用　↑ ↑ ↑ */





/*  ↓ ↓ ↓ TB（820px）以下　用  ↓ ↓ ↓ */

@media (max-width:820px){
	


/* --- */
}
/* ↑ ↑ ↑ TB（820px）以下　用　↑ ↑ ↑ */






/* ↓ ↓ ↓ SP（767px）以下　用 ↓ ↓ ↓ */

@media screen and (max-width: 767px) {
	

.worries .worries_list{
    width:100%;
	float:none;
}
.worries .img{
	float: none;
	width: calc(100% + 1.5vw + 1.5vw);
    margin-left: -1.5vw;
    margin-right: -1.5vw;
	margin-bottom: 20px;
}
.worries .img img{
	display: block;
	max-width: 500px;
	width: 100%;
	margin: auto;
}	
.worries .illust{
	max-width: 400px;
	width: 95%;
	margin: 0 auto;
}	
	
	

.why .box .text {
    margin-bottom: 30px;
}
.why .box .text > em {
    margin-bottom: 20px;
}	
.why .box .text p {
    font-size: 15px;
}	
	
.why .box dl {
    flex-flow: column;
	gap: 60px;
}	
.why .box dl::after {
    width: 70px;
    height: 70px;
    top: 0;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(90deg);
}	
.why .box dt {
    height: 25px;
    max-width: 225px;
    font-size: 14px;
    border-radius: 5px;
    margin-bottom: 20px;
}	
.why .box dd img{
    width: 95%;
    max-width: 400px;
    margin: auto;
    display: block;
}	
	
.solution h4 {
        text-align: left;
}
.solution .img{
    float: none;
    width: 100%;        
	max-width: 500px;
    margin: -10px auto 10px;
}
.solution .text{
    float: none;
    width: 100%;
	margin: 0 !important;
    padding: 0 !important;
}	
.solution .wrap{
	gap:20px;
	flex-flow: column;
	padding: 0;
}
.solution .wrap .illust{
    max-width: 450px;
	margin: auto;
}	
.solution .wrap .box {
    padding: 30px 6vw;
}	
.solution .box ol {
    max-width: 250px;
    margin: 10px auto;
}
.solution .box img {
    margin-bottom: 10px;
}

.result_focus h4{
	text-align: left;	
}	
	
	
	
/* --- */
}
/* ↑ ↑ ↑ SP（767px）以下　用　↑ ↑ ↑ */
