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

/* column */
#new_side {
 display: none !important;
}

/* sarara202509 */
#sarara202509 {
	width: 1000px;
	background: #fff;
	color: #221815;
	font-size: 18px;
	line-height: 170%;
    padding-bottom: 50px;
}
#sarara202509 * {
    box-sizing: border-box;
}
#sarara202509 .sp {
	display: none !important;
}
#sarara202509 img {
    max-width: 100%;
    vertical-align: bottom;
}
#sarara202509 h1,
#sarara202509 h2,
#sarara202509 h3,
#sarara202509 p {
    margin: 0;
}
#sarara202509 ul,
#sarara202509 ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}
#sarara202509 .contents {
    margin: 0 auto 50px;
}

#sarara202509 .marker {
    border-bottom: #ee87b4 solid 3px;
}

/*breadcrumbs*/
#sarara202509 .breadcrumbs ol {
    margin: 0;
    padding: 10px 15px;
    font-size: 13px;
    line-height: 160%;
    color: #804C34;
    list-style: none;
}
#sarara202509 .breadcrumbs ol li {
    margin: 0 5px 0 0;
    display: inline;
}
#sarara202509 .breadcrumbs ol li::after {
    content: ">";
    margin-left: 5px;
}
#sarara202509 .breadcrumbs ol li:last-child::after {
    content: "";
}
#sarara202509 .release_date {
    width: 840px;
    margin: 15px auto !important;
    color: #888;
    font-size: 15px;
    text-align: right;
}
/*intro*/
#sarara202509 .intro,
#sarara202509 .doctor,
#sarara202509 .point,
#sarara202509 .advice {
    width: 840px;
    margin: 0 auto;
}
#sarara202509 .intro h2 {
    background: #f3c91f;
    font-size: 30px;
    display: inline-block;
    padding: 8px 10px 5px 10px;
    margin-bottom: 25px;
}

/*doctor*/
#sarara202509 .doctor {
    margin: 80px auto 70px;
    padding: 0 50px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-content: center;
}
#sarara202509 .doctor::before {
    position: absolute;
    content: '';
    top: 0;
    left:0;
    display: block;
    width: 20px;
    height: 100%;
    background: url("../img/bg-stripe.jpg")repeat-y;
    background-size: 100%;
}
#sarara202509 .doctor::after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    display: block;
    width: 20px;
    height: 100%;
    background: url("../img/bg-stripe.jpg")repeat-y;
    background-size: 100%;
}
#sarara202509 .doctor-txt {
    width: 480px;
    position: relative;
    padding-top: 40px;
}
#sarara202509 .title_doctor {
    position: absolute;
    top: -30px;
    left: -90px;
    width: 202px;
}
#sarara202509 .doctor-img {
    width: 230px;
}
#sarara202509 .coach-name {
    font-size: 28px;
    margin-bottom: 15px;
    font-weight: bold;
}
#sarara202509 .coach-name small {
    font-size: 15px;
    display: block;
}

/*point*/
#sarara202509 .point {
    border-radius: 30px;
    background-color: #f5f1df;
    outline: 3px solid #ebe4c3;
    outline-offset: -13px;
    margin: 80px auto;
    padding: 50px;
    position: relative;
}
#sarara202509 .point-ttl {
    position: absolute;
    top: -30px;
    left: -30px;
    z-index: 999;
}
#sarara202509 .point h2 {
    font-size: 64px;
    color: #d3585c;
    margin: 30px 0 50px 110px;
}
#sarara202509 .point h3 {
    font-size: 30px;
    margin-bottom: 15px;
}
#sarara202509 .point-list {
    background: #ebe4c3;
    border-radius: 30px;
    margin-top: 70px;
    padding: 35px 40px 25px;
    position: relative;
    font-size: 20px;
    font-weight: bold;
}
#sarara202509 .habits {
    position: absolute;
    top: -50px;
    left: 0;
}
#sarara202509 .point ul {
    display: flex;
    flex-wrap: wrap;
    width: 520px;
}
#sarara202509 .point3 ul {
    width: 500px;
}
#sarara202509 .point ul li,
#sarara202509 .advice ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}
#sarara202509 .point1 ul li {
    position: relative;
    padding-left: 30px;
    margin-right: 20px;
    margin-bottom: 10px;
}
#sarara202509 .point ul li:last-child,
#sarara202509 .advice ul li:last-child {
    margin-bottom: 0;
}
#sarara202509 .point ul li::before ,
#sarara202509 .advice ul li::before {
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    content: '';
    width: 25px;
    height: 25px;
    background: url("../img/icon_check.png")no-repeat;
    background-size: 100%;
}
#sarara202509 .point1 .width-full {
    width: 100%;
    margin-right: 0;
}
#sarara202509 .img_point1 {
    position: absolute;
    bottom: 0;
    right: 40px;
}
#sarara202509 .img_point2 {
    position: absolute;
    bottom: 25px;
    right: 20px;
}
#sarara202509 .img_point3 {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

/*advice*/
#sarara202509 .advice {
    padding: 50px 0;
    border-top: 3px dotted #969797;
    border-bottom: 3px dotted #969797;
}
#sarara202509 .advice-inner {
    display: flex;
    justify-content: space-between;
}
#sarara202509 .advice-txt {
    width: 450px;
}
#sarara202509 .advice-txt h2  {
    font-size: 30px;
    color: #00b2b8;
    line-height: 130%;
    margin-bottom: 15px;
}
#sarara202509 .advice .habits {
    position: absolute;
    top: -50px;
    left: 50px;
}
#sarara202509 .advice ul {
    width: 600px;
    margin: 0 auto;
}
#sarara202509 .advice ul li {
}
#sarara202509 .advice .point-list {
    padding: 50px 0px 40px;
    background-color: #f5f1df;
    outline: 3px solid #ebe4c3;
    outline-offset: -13px;
}

/*recommend*/
#sarara202509 .recommend {
    margin: 80px 35px 0;
}
#sarara202509 .recommend h2 {
    font-size: 40px;
    color: #d3585c;
    text-align: center;
    line-height: 115%;
    margin-bottom: 30px;
}
#sarara202509 .recommend h2 .fukidashi {
    font-size: 30px;
    color: #221815;
    margin-bottom: 10px;
    position: relative;
}
#sarara202509 .recommend h2 .fukidashi::before {
    position: absolute;
    top: -5px;
    left: -35px;
    display: block;
    content: '';
    width: 29px;
    height: 40px;
    background: url("../img/img_fukidashi.png")no-repeat;
    background-size: 100%;
}
#sarara202509 .recommend h2 .fukidashi::after {
    position: absolute;
    top: -5px;
    right: -30px;
    display: block;
    content: '';
    width: 29px;
    height: 40px;
    background: url("../img/img_fukidashi.png")no-repeat;
    background-size: 100%;
    transform: scale(-1, 1);
}
#sarara202509 .recommend ul {
    display: flex;
    justify-content: space-between;
}
#sarara202509 .recommend ul li {
    width: 290px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
#sarara202509 .recommend .copy {
    width: 100%;
    position: relative;
    display: flex;
    padding: 15px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    align-content: stretch;
    justify-content: center;
    text-align: center;
}
#sarara202509 .herushi-bo .copy {
    background: #4d2123;
}
#sarara202509 .metapura-green .copy {
    background: #337f71;
}
#sarara202509 .metapura-red .copy {
    background: #a52a24;
}
#sarara202509 .herushi-bo .copy::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #4d2123;
}
#sarara202509 .metapura-green .copy:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #337f71;
}
#sarara202509 .metapura-red .copy:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #a52a24;
}
#sarara202509 .recommend-txt {
    position: relative;
    margin-bottom: 20px;
}
#sarara202509 .recommend h3 {
    font-size: 30px;
    margin: 20px 0 10px;
    line-height: 120%;
}
#sarara202509 .herushi-bo h3 {
    color: #4d2123;
}
#sarara202509 .metapura-green h3 {
    color: #337f71;
}
#sarara202509 .metapura-red h3 {
    color: #a52a24;
}
#sarara202509 .recommend .pkg {
    position: absolute;
    top: -45px;
    right: 10px;
}
#sarara202509 .recommend-txt p {
    font-weight: bold;
}
#sarara202509 .recommend-txt p b {
    color: #d3585c;
}
#sarara202509 .recommend-txt p small {
    font-size: 12px;
}
#sarara202509 .float-right {
    font-size: 12px;
    text-align: right;
    font-weight: normal!important;
}
#sarara202509 .btn {
    margin-top: auto;
}
#sarara202509 .btn a {
    color: #fff;
    background: #d3585c url("../img/icon_arrow.png")no-repeat 92% 50%;
    font-weight: bold;
    padding: 15px;
    border-radius: 100px;
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    margin-top: auto;
    background-size: 11px;
}