@charset "utf-8";
/*_______________________________

         【ラ･パルレ】
　　
「オーダーセレクト美痩身コース」ページ用CSS

　　 /trial/body/orderselect.html
　　　　　（PC・TB・SP）

　　　　リニューアル2025
_______________________________*/

.worries .inner h3 span.txt{
    font-family: "Noto Serif JP", serif;
    font-size: 24px;
    font-weight: 600;
    color: var(--accent-color);
}

.worries .inner h3 span em{
    display: inline-block;
}

.worries .worries_list{
    max-width: 575px;
    margin: 0 auto;
}
.worries .illust{
    width: min(52%, 470px);
	margin: 40px auto 0;
}




.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;
}
.why .box .cause_list{
    display: flex;
    column-gap: 60px;
    margin: 0 auto 40px;
}

.why .box .cause_list li{
    display: flex;
    align-items: center;
    column-gap: 10px;
    width: 420px;
}
.why .box .cause_list li img{
    width: 100px;
}
.why .box .cause_list li p{
    width: calc(100% - 110px);
    font-size: 28px;
    color: var(--accent-color);
    font-weight: 600;
    font-family: "Noto Serif JP", serif;
    text-align: center;
}
.why .box .cause_list li p span{
    display: block;

}
.why .box .cause_list li p span:nth-of-type(1){
    background-image : linear-gradient(to right, var(--accent-color) 10px, transparent 5px);
    background-size: 15px 2px;
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-bottom: 10px;
}
.why .box .cause_list li p span:nth-of-type(2){
    padding-top: 10px;
}

.why .box .self-dieting{
    width: 668px;
    margin: 0 auto;
}
.why .box .self-dieting p{
    border: 1px solid var(--accent-color);
    color: var(--accent-color);
    font-weight: 600;
    font-family: "Noto Serif JP", serif;
    font-size: 28px;
    text-align: center;
    padding: 8px 10px;
    margin: 40px auto;
}
.why .box .negative-influence p{
    text-align: center;
    margin: 40px auto;
}
.why .box .negative-influence p em{
    font-size: 28px;
    font-weight: 600;
    font-weight: 500;
}
.why .box .negative-influence .notice{
    text-align: left;
    font-size: 12px;
    margin: 10px auto 40px;
}
.arrow_bottom{
    text-align: center;
    transform: rotate(90deg);
}
.arrow_bottom.single{
    text-align: center;
    transform: rotate(0deg);
    margin: 30px auto 0;
}

.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(--accent-color);
    border-radius: 20px;
    width: 700px;
    margin: 0 auto;
    padding: 15px 20px;
}
.text_border p{
    font-size: 28px;
    font-weight: 500;
}
.text_border p em{
    color: #FF3100;
}

.result_focus h4 em{
    display: inline-block;
}

.result_focus .features .wrap{
    width: 610px;
    margin: 0 auto;
    display: block;
}

.result_focus .features .wrap > p{
    font-size: 18px;
    margin-bottom: 10px;
}
.result_focus .features .wrap ul{
    margin-bottom: 20px;
}
.result_focus .features .wrap .text{
    text-align: center;
    margin-top: 20px;
}
.result_focus .features .wrap .text p{
    margin-bottom: 0;
    font-size: 20px;
    font-family: "Noto Serif JP", serif;
}
.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;
}



/*_______________________________
　　　
　　　メディアクエリ切り替え
     　　　（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 .inner h3 span.txt{
    font-size: 20px;
}

.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;
}

.why .box .cause_list{
    display: block;
}
.why .box .cause_list li{
    margin: 0 auto;
    width: auto;
}
.why .box .cause_list li:nth-of-type(1){
    margin-bottom: 20px;
}
.why .box .cause_list li img{
    width: 76px;
}
.why .box .cause_list li p{
    width: calc(100% - 86px);
    font-size: 22px;
}
.why .box .cause_list li p span:nth-of-type(1){
    padding-bottom: 0;
}
.why .box .cause_list li p span:nth-of-type(2){
    padding-top: 0;
}
.arrow_bottom{
    width: 66px;
    height: 66px;
    margin: 0 auto;
}
.arrow_bottom.single{
    margin-top: 15px;
    height: 37px;
}
.why .box .self-dieting{
    margin: 0 auto 20px;
    width: auto;
}
.why .box .self-dieting p{
    font-size: 22px;
    padding: 8px 10px;
    margin: 20px auto;
}
.why .box .negative-influence p{
    margin: 20px auto;
}
.why .box .negative-influence p em{
    font-size: 18px;
}
.why .box .negative-influence .notice{
    font-size: 11px;
    margin-bottom: 0;
}
.solution .check_ttl{
    margin-bottom: 20px;
}
.solution .check_list{
    margin-left: -5vw;
    width: 100vw;
    margin-bottom: 5px;
}
.text_border{
    width: auto;
    padding: 10px;
}
.text_border p{
    font-size: 15px;
}
.result_focus .features .wrap{
    width: auto;
}
.result_focus .features .wrap ul{
    margin-bottom:10px;
}
.result_focus .features .wrap > p{
    font-size: 14px;
    margin-bottom: 15px;
}
.result_focus .features .wrap .text{
    margin-top: 0;
}
	
	
	
/* --- */
}
/* ↑ ↑ ↑ SP（767px）以下　用　↑ ↑ ↑ */
