@charset "UTF-8";
/* CSS Document */

p {letter-spacing: 0.05em;}

/* スクリーンサイズ */
/* .screen_width{max-width: 375px}
@media only screen and (max-width: 1024px) {.screen_width{max-width: 375px}}
@media only screen and (max-width: 640px) {.screen_width{max-width: 100%}} */



/* 共通背景 */
/*bg*/
/* .bg_pc_wrap { position: relative; z-index: 0; background-image: none !important; clip-path:  inset(0);}
.bg_pc_wrap::before {content: ""; display: block; position: fixed; top: 0; left: 0; z-index: -1; width: 50%; height: 100vh; height: 100dvh; background-repeat: no-repeat; background-position: center center; background: url("/is/image/content/dam/sites/kao/www-kao-co-jp/liese/1904_renew/common/2602/bg_left.png?fmt=png-alpha&hei=1366"); background-size: cover;}
.bg_pc_wrap::after {content: ""; display: block; position: fixed; top: 0; right: 0; z-index: -1; width: 50%; height: 100vh; height: 100dvh; background-repeat: no-repeat; background-position: center center; background: url("/is/image/content/dam/sites/kao/www-kao-co-jp/liese/1904_renew/common/2602/bg_right.png?fmt=png-alpha&hei=1366"); background-size: cover;} */



/* p余白削除 */
.margin_p_none p {margin: 0!important}
.margin_none {margin: 0!important}
.img_margin_none .g-Image--v2 {margin-bottom: 0;}

/* フォントサイズ */
.font-32 {font-size: 32px; line-heigh: 1.33;}
.font-28 {font-size: 28px; line-heigh: 1.33;}
.font-26 {font-size: 26px; line-heigh: 1.33;}
.font-24 {font-size: 24px; line-heigh: 1.33;}
.font-22 {font-size: 22px; line-heigh: 1.33;}
.font-20 {font-size: 20px; line-heigh: 1.33;}
.font-18 {font-size: 19px; line-heigh: 1.33;}
.font-17 {font-size: 17px; line-heigh: 1.33;}
.font-16 {font-size: 16px; line-heigh: 1.33;}
.font-15 {font-size: 15px; line-heigh: 1.33;}
.font-10 {font-size: 10px; line-heigh: 1.1;}
@media only screen and (min-width: 640px) {
.font-32 {font-size: 38px; }
.font-28 {font-size: 33px; }
.font-26 {font-size: 31px; }
.font-24 {font-size: 28px; }
.font-22 {font-size: 26px; }
.font-20 {font-size: 24px; }
.font-18 {font-size: 22px; }
.font-17 {font-size: 20px; }
.font-16 {font-size: 19px; }
.font-15 {font-size: 18px; }
.font-10 {font-size: 12px; }
}

/* フォントファミリー */
.font-fm_l {font-family: 'TsukuARdGothicStd-L', sans-serif}
.font-fm_r {font-family: 'TsukuARdGothicStd-R', sans-serif}
.font-fm_m {font-family: 'TsukuARdGothicStd-M', sans-serif}
.font-fm_d {font-family: 'TsukuARdGothicStd-D', sans-serif}
.font-fm_b {font-family: 'TsukuARdGothicStd-B', sans-serif;font-weight: bold;}
.font-fm_e {font-family: 'TsukuARdGothicStd-E', sans-serif;font-weight: bold;}

/* 色 */
.col_white {color: #fff;}
.col_gray {color: #514E4E;}
.col_orange {color: #E95547;}

/* マーカー */
.marker_orange {background: linear-gradient(transparent 70%, #F8D893 0%);}

/*リスト*/
.circle_list {padding: 0;margin: 0;}
.circle_list li {padding-left: 1.2em;position: relative;list-style: none;margin-bottom: 10px;}
.circle_list li::before {content: "●";display: inline;line-height: 1;margin-left: -1em;}
.circle_list li p {display: inline;}

/* 背景色 */
.bg_white {background-color: #ffffff;}
.bg_gray {background-color: #F0F1F6;}
.bg_orange {background-color: #E95547;}
.bg_orange_light {background-color: #FCEBC9;}
.box_orange {background-color: #E95547;padding-top: 10px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; border-radius: 9999px;}

/* 線 */
.line_orange_long {border-bottom: 2px solid #E95547;display: inline; padding-bottom: 10px}
.line_orange h2::after { position: absolute; content: ""; background-color: #E95547;  width: 24px; height: 2px; bottom: 0px; left: 50%; transform: translateX(-50%);　}
.line_gray h2::after { position: absolute; content: ""; background-color: #514E4E; width: 24px; height: 2px; bottom: 0px; left: 50%; transform: translateX(-50%);}
