@charset "utf-8";
/*_______________________________

         【ラ･パルレ】
　　
「レスキュー！お腹の脂肪攻略プログラム」ページ用CSS

　　 /mens/trial/body/rescue_body.html
　　　　　（PC・TB・SP）

　　　　リニューアル2025
_______________________________*/

.title_aboutcourse span.bg {
    font-size: 21px;
}

.table_of_contents .chapter_list li.chapter_list01 a em{
	font-size: 22px;
}

.worries .box{
    display: flex;
    gap: 20px 30px;
	align-items: center;
	margin-bottom: 40px;
}
.worries .box:last-of-type{
	margin-bottom: 0;
}
.worries .worries_list{
	margin-bottom: 0;
}
.why .cause_list{
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 40px;
	justify-content: center;
	gap: 20px min(4.5vw,60px);
}
.why .cause_list li{
	display: flex;
	column-gap:20px;
	align-items: center;
}
.why .cause_list li img {
    width: 100px;
}
.why .cause_list li p{
    text-align: center;
    font-size: 28px;
    color: var(--main-color);
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
	flex: 1;
}
.why .cause_list li p span{
    background-image: linear-gradient(to right, var(--main-color) 12px, transparent 8px);
    background-size: 17px 2px;
    background-repeat: repeat-x;
    background-position: left bottom;
    display: block;
    line-height: 1.75;
    min-width: 300px;
}
.why .cause_list li p span:last-of-type{
	background: none;
}
.why .box::after{
	content: "";
	background: url(/mens/trial/img/arrow.svg) no-repeat;
	background-position: center;
	background-size: contain;
	width: 133px;
	height: 130px;
	display: block;
	margin:0 auto 40px;
}
.why .box:last-of-type::after{
	display: none;
}
.why .box:nth-of-type(2){
	max-width: 688px;
	margin: auto;
}
.why .box:nth-of-type(2) span{
	border: 1px solid var(--main-color);    
	text-align: center;
    font-size: 28px;
    color: var(--main-color);
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
	margin-bottom: 40px;
	height: 65px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.why .box:nth-of-type(3) span{
	color: #5F4C3F;
	text-align: center;
    font-size: 28px;
	display: block;
	margin: 0 auto 40px;
}

.solution .text{
    margin-bottom: 40px;

}
.solution .check_ttl{
    text-align: center;
    margin-bottom: 30px;
}
.solution .check_list{
    margin-bottom: 40px;
}
.text_border {
    text-align: center;
    border: 2px solid var(--main-color);
    border-radius: 20px;
    max-width: 700px;
    margin: 0 auto;
    padding: 15px 20px;
}
.text_border p{
    font-size: 28px;
    font-weight: 500;
}
.text_border p em{
    color: #FF3100;
}
.arrow_bottom{
    text-align: center;
    transform: rotate(90deg);
}
.arrow_bottom.single{
    text-align: center;
    transform: rotate(0deg);
    margin: 30px auto 0;
}

.result_focus h4 em{
	display: inline-block;
}
.result_focus .features .wrap {
    flex-flow: column;
	gap: 35px 0;
}
.result_focus .features .wrap > p{
    font-weight: 500;
    font-size: 18px;
    text-align: center;
}
.result_focus .arrow_bottom {
    transform: none;
}
.result_focus .features ul {
    flex-flow: row;
    gap: 0 10px;
	width: 100%;
}
.result_focus .features ul li {
    flex-flow: column;
    border: 5px solid var(--main-color);
    border-radius: 25px;
    text-align: center;    
	padding: 15px 0;
    gap: 20px 0;
}
.result_focus .features ul li em {
    font-weight: 400;
	letter-spacing: -0.03em;
	font-size: min(2.35vw, 28px);
}

.result_focus .features .wrap .text p{
    margin-bottom: 0;
    font-size: 20px;
    font-family: "Noto Serif JP", serif;
	text-align: center;
}
.result_focus .features .wrap .text em{
    color: #FF3100;
    font-size: clamp(28px,3vw,37px);
    font-weight: bold;
    font-family: "Noto Serif JP", serif;
    background-image: radial-gradient(circle at center, #ff3100 20%, transparent 20%);
    background-position: top right;
    background-repeat: repeat-x;
    background-size: 1em 0.3em;
    padding-top: 0.2em;
    line-height: 3em;
    vertical-align: middle;
    margin-right: 5px;
}

.point .point_contents li.point_box .box.grid .pc_right-bottom .check{
	margin-top: 15px;
}

#chapter02 > section > div > div.contents_slider_wrap > ol > div > div div > div.img{
    flex-basis: min(60%,450px);
}





/*_______________________________
　　　
　　　メディアクエリ切り替え
     　　　（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) {
	
.mv_title span{	
    font-size: min(4vw, 14px);
}
.mv_title em {
    font-size: min(4vw, 15px);
}	

.table_of_contents .chapter_list li.chapter_list01 a em {
    font-size: 18px;
}
.chapter h3 em {
    font-size: min(7vw, 28px);
    letter-spacing: -0.03em;
}
	
.title_aboutcourse span.bg {
        font-size: clamp(14px, 2.2vw, 21px);
        letter-spacing: -0.03em;
    }
	
.troubleshooting h4 {
        letter-spacing: -0.05em;
    }
.troubleshooting h4 em {
    font-size: min(7.5vw, 28px);
}	

.worries .box {
    flex-flow: column;
    margin-bottom: 30px;
}	

.why .box::after {
    width: 75px;
    height: 75px;
    margin: 0 auto 20px;
}	
.why .cause_list {
        flex-flow: column;
        margin-bottom: 25px;
        gap: 10px 0;
    }
.why .cause_list li {
    column-gap: 15px;
}	
.why .cause_list li img {
    width: 75px;
}	
.why .cause_list li p {
    font-size: 22px;
}	
.why .cause_list li p span{
		min-width: auto;
}	
.why .box:nth-of-type(2) span {
    font-size: 22px;
    margin-bottom: 20px;
    height: 45px;
}	
.why .box:nth-of-type(3) span {
    text-align: left;
    font-size: 18px;
    margin: 0 auto 15px;
}
.solution .check_list {
    margin: 0 -5vw 10px;
}	
.solution .check_ttl {
    margin-bottom: 20px;
}	
.text_border{
        width: auto;
        padding: 10px;
        border-radius: 10px;
        border: 1px solid var(--main-color);
}
.text_border p{
    font-size: 15px;
}
.arrow_bottom.single {
        margin-top: 15px;
    }	
.arrow_bottom.single img{
		 height: 37px;
}	
.solution .text span{
    border: 1px solid var(--main-color);
    text-align: center;
    color: var(--main-color);
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 20px;
    min-height: 45px;
    line-height: 1.25;
}	
	
.result_focus .features .wrap {
    gap: 0;
}	
.result_focus .features .wrap > p {
    font-size: 14px;
	margin-bottom: 10px;
}
.result_focus .features ul {
    gap: 0 15px;
}	
.result_focus .features ul li {
    border: 2px solid var(--main-color);
    border-radius: 13px;
    padding: 7px 0;
    gap:5px 0;
    justify-content: space-between;
}	
.result_focus .features ul li em {
        font-size: 16px;
        line-height: 1.2;
        height: 55px;
        display: flex;
        align-items: center;
}	
.result_focus .arrow_bottom {
    width: 75px;
	margin: 20px auto;
}

	
	
	
	


	
	

/* --- */
}
/* ↑ ↑ ↑ SP（767px）以下　用　↑ ↑ ↑ */
