@charset "UTF-8";
.c-btn {
    max-width: 400px;
}
.c-btn a {
    height: 64px;
    font-size: 18px;
    padding: 0 40px;
}
.add {
    font-size: 14px;
    padding-left: 1em;
    position: relative;
    line-height: 1.5;
    color: #666666;
}
.add span {
    position: absolute;
    left: 0;
}
.pagemv_wrap {
    background: #EDF9F9 url(../img/medical_mv.png) no-repeat center right;
    margin-bottom: 40px;
}
.page_mv_ttl span {
    display: inline-block;
    padding-left: 80px;
    position: relative;
}
.page_mv_ttl span::before {
    position: absolute;
    content: "";
    background: url(../svg/icn_img04.svg) no-repeat 0 0 / 100% auto;
    width: 52px;
    height: 54px;
    left: 0;
    top: 50%;
    margin-top: -27px;
}
.pagelnk_wrap {
    max-width: 1340px;
    padding: 0 40px;
    box-sizing: border-box;
    margin: 0 auto;
}
.pagelnk_lst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.pagelnk_lst li {
    margin-right: 48px;
    font-size: 16px;
}
.pagelnk_lst li:last-child {
    margin-right: 0;
}
.pagelnk_lst li a {
    position: relative;
    padding-left: 22px;
}
.pagelnk_lst li a:before {
    position: absolute;
    content: "";
    background: url(../svg/arrow_down_fill.svg) no-repeat center left / 100% auto;
    width: 14px;
    height: 10px;
    left: 0;
    top: 50%;
    margin-top: -5px;
}
.page_ttl {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 600;
    text-align: center;
}
.page_txt {
    text-align: center;
    line-height: 1.4;
    padding-top: 18px;
}
.merit_wrap {
    max-width: 1340px;
    padding: 0 40px;
    box-sizing: border-box;
    margin: 0 auto;
}
.merit_in {
    padding: 86px 0 90px;
}
.merit_lst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px;
}
.merit_lst li {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 50px;
    padding-right: 70px;
    box-sizing: border-box;
}
.merit_lst li:last-child {
    width: 100%;
}
.merit_lst li .img {
    padding-right: 24px;
}
.merit_lst li .box {
    width: -webkit-calc(100% - 246px);
    width: calc(100% - 246px);
    box-sizing: border-box;
}
.merit_lst li .box .ttl {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    color: #008486;
}
.merit_lst li .box .ttl a {
    color: #008486;
    text-decoration: underline;
    position: relative;
    padding-right: 24px;
}
.merit_lst li .box .ttl a:before {
    position: absolute;
    content: "";
    background: url(../svg/arrow_down_fill.svg) no-repeat center left / 100% auto;
    width: 14px;
    height: 10px;
    right: 0;
    top: 50%;
    margin-top: -5px;
}
.merit_lst li .box .txt {
    line-height: 1.4;
    padding-top: 10px;
}
.merit_btn {
    margin-top: 75px;
}
.why_wrap {
    background: #EDF9F9;
    padding: 80px 0 70px;
}
.why_in {
    max-width: 1100px;
    padding: 0 40px;
    box-sizing: border-box;
    margin: 0 auto;
}
.why_cnt {
    margin-bottom: 60px;
}
.why_cnt:last-child {
    margin-bottom: 0;
}
.whyDtl_wrap {
    background: #fff;
    margin-top: 50px;
}
.whyDtl_ttl {
    background: #fff;
}
.whyDtl_ttl a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    background: #008486;
    color: #fff;
    font-size: 22px;
    line-height: 1;
    font-weight: 600;
    padding: 0 40px;
    box-sizing: border-box;
    text-decoration: none;
    position: relative;
}
.whyDtl_ttl a:before,
.whyDtl_ttl a:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 4px;
    height: 24px;
    right: 40px;
    top: 50%;
    margin-top: -12px;
    background-color: #fff;
    transition: all .2s;
    transform: rotate(90deg);
}
.whyDtl_ttl a::after {
    transform: rotate(90deg);
}
.whyDtl_ttl.on a::before {
    transform: rotate(0deg);
}
.whyCnt_box {
    max-width: 830px;
    margin: 0 auto;
    padding: 40px 0;
    border-top: 1px solid #008486;
}
.whyCnt_box:first-child {
    border-top: none;
}
.whyCnt_box .lst li {
    font-size: 16px;
    line-height: 1.2;
    color: #666;
    position: relative;
    padding-left: 34px;
    margin-bottom: 10px;
}
.whyCnt_box .lst li .nmb {
    font-weight: 600;
    color: #008486;
    position: absolute;
    left: 0;
    top: 0;
}
.whyCnt_box .lst li .cl {
    font-weight: 600;
    color: #008486;
}
.whyCnt_box .lst li.add {
    font-size: 12px;
    padding-left: 0;
    margin-bottom: 0;
    padding-top: 10px;
}
.whyCnt_flx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.whyCnt_mds {
    font-weight: 600;
    position: relative;
    padding-left: 24px;
    margin-bottom: 20px;
}
.whyCnt_mds:before {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 6px;
    background: #00A8A9;
    border-radius: 50%;
}
.whyCnt_mds span {
    font-weight: 400;
    color: #666;
    padding-left: 34px;
}
.whyCnt_cmt {
    font-weight: 600;
    box-sizing: border-box;
}
.whyCnt_cmt span {
    font-size: 22px;
    color: #F15A24;
}
.whyCnt_cmt .sl {
    font-size: 16px;
}
.whyCnt_txt {
    padding-top: 30px;
    font-size: 12px;
    line-height: 1.5;
    color: #666;
}
.whyCnt_flx.ver1 .lst {
    width: -webkit-calc(100% - 290px);
    width: calc(100% - 290px);
    box-sizing: border-box;
}
.whyCnt_flx.ver2 .whyCnt_cmt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 414px;
}
.whyCnt_flx.ver3 .whyCnt_cmt {
    width: -webkit-calc(100% - 370px);
    width: calc(100% - 370px);
    padding-left: 50px;
}
.whyCnt_flx.ver4 .whyCnt_cmt {
    width: -webkit-calc(100% - 452px);
    width: calc(100% - 452px);
    padding-left: 40px;
}
.whyCnt_flx.ver5 .whyCnt_cmt {
    width: -webkit-calc(100% - 274px);
    width: calc(100% - 274px);
    padding-left: 38px;
}
.whyCnt_flx.ver6 .whyCnt_cmt {
    width: -webkit-calc(100% - 420px);
    width: calc(100% - 420px);
    padding-left: 30px;
}
.whyCnt_flx.is-ctr {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.tipsDtl_wrap {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 58px 40px;
    margin-top: 28px;
}
.tipsDtl_wrap .lst {
    width: -webkit-calc(100% - 300px);
    width: calc(100% - 300px);
    padding-left: 54px;
    box-sizing: border-box;
}
.tipsDtl_wrap .lst li {
    line-height: 1.5;
    margin-bottom: 30px;
    padding-left: 30px;
    position: relative;
}
.tipsDtl_wrap .lst li:last-child {
    margin-bottom: 0;
}
.tipsDtl_wrap .lst li span {
    display: block;
    padding-top: .4em;
    font-size: 14px;
}
.tipsDtl_wrap .lst li:before {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 2px;
    background: #8EC536;
    border-radius: 50%;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    color: #fff;
    box-sizing: border-box;
    padding-top: 4px;
    text-align: center;
}
.tipsDtl_wrap .lst li:nth-child(1):before {
    content: '1';
}
.tipsDtl_wrap .lst li:nth-child(2):before {
    content: '2';
}
.prod_wrap {
    max-width: 1260px;
    padding: 0 40px;
    box-sizing: border-box;
    margin: 0 auto;
}
.prod_in {
    padding: 70px 0 100px;
}
.prodDtl_wrap {
    margin-bottom: 120px;
}
.prodDtl_wrap:first-of-type {
    margin-top: 48px;
}
.prodDtl_wrap:last-child {
    margin-bottom: 0;
}
.prodDtl_ttl {
    font-size: 30px;
    line-height: 1;
    font-weight: 600;
    border-bottom: 2px solid #00A8A9;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.prodDtl_txt {
    line-height: 1.6;
}
.prodCnt_cnt {
    margin-top: 60px;
}
.prodCnt_cnt:first-of-type {
    margin-top: 30px;
}
.prodCnt_ttl {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    color: #008486;
    text-align: center;
    background: #EDF9F9;
    border-radius: 100vh;
    padding: 14px 0;
    box-sizing: border-box;
}
.prodCnt_ttl.ver2 {
    font-size: 22px;
    border-radius: 0;
    padding: 15px 0;
    border: 1px solid #008486;
}
.prodCnt_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-top: 50px;
}
.prodCnt_wrap:first-of-type {
    margin-top: 30px;
}
.prodCnt_wrap .img {
    text-align: center;
}
.prodCnt_wrap .box {
    width: -webkit-calc(100% - 240px);
    width: calc(100% - 240px);
    padding-left: 54px;
    box-sizing: border-box;
}
.prodCnt_wrap .box .txt {
    margin-bottom: 14px;
}
.prodCnt_wrap .box .txt dt {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 14px;
}
.prodCnt_wrap .box .txt dd {
    line-height: 1.6;
}
.prodCnt_wrap .box .btn.c-btn {
    max-width: 284px;
    margin: 0;
}
.prodCnt_wrap .box .btn.c-btn a {
    height: 45px;
    font-size: 12px;
    padding: 0 30px;
}
.prodCnt_read {
    width: 100%;
    padding: 28px 0 30px;
    border: 1px solid #008486;
    border-top:none;
}
.prodCnt_read .txt {
    text-align: center;
    font-size: 22px;
    line-height: 2;
    font-weight: 600;
}
.prodCnt_read .txt .bg {
    font-size: 31px;
    color: #F15A24;
}
.prodCnt_read .txt .com {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    padding-top: 17px;
}
.prodCnt_read .lst {
    width: 600px;
    margin: 0 auto;
    margin-top: 10px;
}
.prodCnt_read .lst li {
    margin-bottom: 5px;
}
.prodCnt_read .lst li:last-child {
    margin-bottom: 0;
}
.prodCnt_read .lst .add {
    padding-left: 2.5em;
}
.serv_wrap {
    margin-top: 34px;
}
.servCnt_wrap {
    position: relative;
    margin-bottom: 55px;
    padding-right: 390px;
}
.servCnt_wrap:last-child {
    margin-bottom: 0;
}
.servCnt_ttl {
    font-size: 22px;
    line-height: 1;
    font-weight: 600;
    position: relative;
    padding-left: 30px;
}
.servCnt_ttl:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 1px;
    background: #00A8A9;
    border-radius: 50%;
}
.servCnt_img {
    position: absolute;
    right: 0;
    top: 0;
}
.servCnt_txt {
    margin-top: 12px;
    line-height: 1.6;
    padding-left: 30px;
}
.servCnt_lst {
    margin-top: 18px;
    padding-left: 30px;
}
.servCnt_lst dt {
    line-height: 1;
    font-weight: 600;
    color: #008486;
}
.servCnt_lst dd ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.servCnt_lst dd ul li {
    margin-top: 14px;
    line-height: 1;
    position: relative;
    padding-left: 16px;
    margin-right: 40px;
    margin-top: 14px;
}
.servCnt_lst dd ul li:before {
    content: '';
    display: block;
    width: 12px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 3px;
    background: url(../svg/check.svg) no-repeat center;
    background-size: 100% auto;
}
.servCnt_btn.c-btn {
    margin: 34px 0 0;
}
.medicalAdd_wrap {
    max-width: 1380px;
    padding: 0 40px;
    box-sizing: border-box;
    margin: 0 auto;
    padding-bottom: 85px;
}
.medicalAdd_wrap .txt {
    font-size: 14px;
    line-height: 1.5;
}
@media screen and (min-width: 896px) and (max-width:1160px) {
    .merit_lst li {
        width: 100%;
    }
    .merit_lst li:nth-child(2) {
        margin-top: 50px !important;
    }
}
@media screen and (min-width: 896px) and (max-width:1230px) {
    .pagelnk_lst li {
        margin-right: 1.4vw;
        font-size: 1.3vw;
    }
}
@media (min-width: 896px) {
    .merit_lst li:nth-child(-n+2) {
        margin-top: 0;
    }
    .merit_lst li:nth-of-type(even) {
        padding-right: 0;
    }
    .merit_lst li .box .ttl a:hover {
        text-decoration: none;
    }
    .whyDtl_ttl a:hover {
        opacity: .8;
    }
    .whyCnt_flx.ver6 .whyCnt_cmt {
        font-feature-settings: "palt";
        -webkit-font-feature-settings: "palt";
    }
    .servCnt_lst dd ul li:nth-child(3),
    .servCnt_lst dd ul li:last-child {
        margin-right: 0;
    }
}
@media only screen and (max-width: 896px) {
    .c-btn {
        max-width: 315px;
    }
    .c-btn a {
        height: 55px;
        font-size: 14px;
        padding: 0 24px;
    }
    .add {
        font-size: 12px;
    }
    .pagemv_wrap {
        background: #EDF9F9 url(../img/sp/medical_mv.png) no-repeat center right / auto 160px;
        margin-bottom: 18px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 0 15px;
    }
    .page_mv_ttl {
        text-align: left;
        font-size: 16px;
        line-height: 1.4;
    }
    .page_mv_ttl span {
        padding-left: 50px;
    }
    .page_mv_ttl span::before {
        width: 30px;
        height: 30px;
        margin-top: -15px;
    }
    .pagelnk_wrap {
        padding: 0 15px;
    }
    .pagelnk_lst {
        display: block;
    }
    .pagelnk_lst li {
        margin: 0 0 12px;
        font-size: 14px;
        line-height: 1.2;
    }
    .pagelnk_lst li:last-child {
        margin: 0;
    }
    .pagelnk_lst li a {
        padding-left: 26px;
    }
    .pagelnk_lst li a:before {
        width: 12px;
        height: 8px;
        margin-top: -4px;
    }
    .page_ttl {
        font-size: 24px;
        line-height: 1.4;
    }
    .page_txt {
        font-size: 16px;
        line-height: 1.5;
        padding-top: 20px;
    }
    .merit_wrap {
        padding: 0 15px;
    }
    .merit_in {
        padding: 56px 0 55px;
    }
    .merit_lst {
        margin-top: 18px;
    }
    .merit_lst li {
        display: block;
        width: 100%;
        margin-top: 30px;
        padding-right: 0;
    }
    .merit_lst li:first-child {
        margin-top: 0;
    }
    .merit_lst li .img {
        padding: 0 0 15px;
        text-align: center;
    }
    .merit_lst li .img source,
    .merit_lst li .img img {
        width: 100%;
        height: auto;
    }
    .merit_lst li .box {
        width: 100%;
    }
    .merit_lst li .box .ttl {
        font-size: 20px;
    }
    .merit_lst li .box .ttl a {
        padding-right: 28px;
    }
    .merit_lst li .box .txt {
        font-size: 13px;
        line-height: 1.5;
        padding-top: 10px;
    }
    .merit_btn {
        margin-top: 30px;
    }
    .why_wrap {
        padding: 44px 0 42px;
    }
    .why_in {
        padding: 0 15px;
    }
    .why_cnt {
        margin-bottom: 74px;
    }
    .whyDtl_wrap {
        margin-top: 40px;
    }
    .whyDtl_wrap:first-of-type {
        margin-top: 20px;
    }
    .whyDtl_ttl a {
        width: 100%;
        height: 55px;
        font-size: 16px;
        padding: 0 15px;
    }
    .whyDtl_ttl a:before,
    .whyDtl_ttl a:after {
        right: 26px;
    }
    .whyDtl_box {
        padding: 0 15px;
    }
    .whyCnt_box {
        padding: 24px 0;
    }
    .whyCnt_box .lst li {
        font-size: 15px;
        line-height: 1.4;
        padding-left: 24px;
        margin-bottom: 8px;
    }
    .whyCnt_box .lst li .cl {
        display: block;
    }
    .whyCnt_box .lst li:last-child {
        margin-bottom: 0;
    }
    .whyCnt_flx {
        display: block;
    }
    .whyCnt_box .img {
        margin-top: 20px;
        text-align: center;
    }
    .whyCnt_box .img source,
    .whyCnt_box .img img {
        width: 100%;
        height: auto;
        max-width: 315px;
    }
    .whyCnt_mds {
        font-size: 15px;
        line-height: 1.4;
        padding-left: 24px;
        margin-bottom: 14px;
    }
    .whyCnt_mds:before {
        width: 16px;
        height: 16px;
        top: 2px;
    }
    .whyCnt_mds span {
        display: block;
        font-size: 12px;
        padding: 4px 0 0;
    }
    .whyCnt_cmt {
        text-align: center;
        font-size: 16px;
        line-height: 1.5;
        margin-top: 20px;
    }
    .whyCnt_cmt span {
        font-size: 22px;
    }
    .whyCnt_cmt .sl {
        font-size: 16px;
    }
    .whyCnt_txt {
        padding-top: 16px;
        font-size: 12px;
    }
    .whyCnt_flx.ver1 .lst {
        width: 100%;
    }
    .whyCnt_flx.ver2 .whyCnt_cmt {
        position: static;
        transform: none;
    }
    .whyCnt_flx.ver3 .whyCnt_cmt,
    .whyCnt_flx.ver4 .whyCnt_cmt,
    .whyCnt_flx.ver5 .whyCnt_cmt,
    .whyCnt_flx.ver6 .whyCnt_cmt {
        width: 100%;
        padding-left: 0;
    }
    .tipsDtl_wrap {
        display: block;
        padding: 24px 15px;
        margin-top: 20px;
    }
    .tipsDtl_wrap .img {
        margin-bottom: 26px;
        text-align: center;
    }
    .tipsDtl_wrap .img source,
    .tipsDtl_wrap .img img {
        width: 100%;
        height: auto;
        max-width: 315px;
    }
    .tipsDtl_wrap .lst {
        width: 100%;
        padding-left: 0;
    }
    .tipsDtl_wrap .lst li {
        font-size: 15px;
        margin-bottom: 20px;
        padding-left: 30px;
    }
    .tipsDtl_wrap .lst li span {
        padding-top: .6em;
        font-size: 15px;
    }
    .tipsDtl_wrap .lst li:before {
        top: 0;
    }
    .prod_wrap {
        padding: 0 15px;
    }
    .prod_in {
        padding: 38px 0 112px;
    }
    .prodDtl_wrap {
        margin-bottom: 72px;
    }
    .prodDtl_wrap:first-of-type {
        margin-top: 28px;
    }
    .prodDtl_ttl {
        font-size: 24px;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    .prodDtl_txt {
        line-height: 1.6;
    }
    .prodCnt_wrap {
        margin-top: 45px;
    }
    .prodCnt_wrap:first-of-type {
        margin-top: 10px;
    }
    .prodCnt_ttl {
        font-size: 14px;
        padding: 16px 0;
    }
    .prodCnt_ttl.ver2 {
        font-size: 22px;
        padding: 15px 0;
    }
    .prodCnt_wrap {
        display: block;
    }
    .prodCnt_wrap .img {
        text-align: center;
        margin-bottom: 5px;
    }
    .prodCnt_wrap .img source,
    .prodCnt_wrap .img img {
        width: 100%;
        height: auto;
        max-width: 315px;
    }
    .prodCnt_wrap .box {
        width: 100%;
        padding-left: 0;
    }
    .prodCnt_wrap .box .txt {
        margin-bottom: 20px;
    }
    .prodCnt_wrap .box .txt dt {
        font-size: 16px;
        line-height: 1.3;
        margin-bottom: 10px;
    }
    .prodCnt_wrap .box .txt dd {
        font-size: 13px;
        line-height: 1.5;
    }
    .prodCnt_wrap .box .btn.c-btn {
        max-width: 315px;
        margin: 0 auto;
    }
    .prodCnt_wrap .box .btn.c-btn a {
        height: 55px;
        font-size: 14px;
        padding: 0 24px;
    }
    .prodCnt_read {
        width: 100%;
        box-sizing: border-box;
        padding: 20px 15px 18px;
    }
    .prodCnt_read .txt {
        font-size: 16px;
    }
    .prodCnt_read .txt .bg {
        font-size: 23px;
    }
    .prodCnt_read .txt .com {
        font-size: 10px;
        padding-top: 3px;
    }
    .prodCnt_read .lst {
        width: 100%;
        margin: 0 auto;
        margin-top: 10px;
    }
    .prodCnt_read .lst li {
        margin-bottom: 5px;
    }
    .prodCnt_read .lst li:last-child {
        margin-bottom: 0;
    }
    .prodCnt_read .lst .add {
        padding-left: 2.5em;
    }
    .serv_wrap {
        margin-top: 20px;
    }
    .servCnt_wrap {
        margin-bottom: 45px;
        padding-right: 0;
    }
    .servCnt_ttl {
        font-size: 16px;
        line-height: 1;
        font-weight: 600;
        position: relative;
        padding-left: 20px;
        margin-bottom: 6px;
    }
    .servCnt_ttl:before {
        width: 16px;
        height: 16px;
        top: 0;
    }
    .servCnt_img {
        position: static;
        right: 0;
        top: 0;
        padding: 0 15px;
        text-align: center;
    }
    .servCnt_img source,
    .servCnt_img img {
        width: 100%;
        height: auto;
    }
    .servCnt_txt {
        font-size: 13px;
        margin-top: 12px;
        line-height: 1.6;
        padding: 0 15px;
        margin-top: 10px;
    }
    .servCnt_lst {
        padding: 0 15px;
        margin-top: 10px;
    }
    .servCnt_lst dt {
        font-size: 14px;
        line-height: 1;
        font-weight: 600;
        color: #008486;
    }
    .servCnt_lst dd ul {
        display: block;
        margin-top: 10px;
    }
    .servCnt_lst dd ul li {
        font-size: 13px;
        margin-right: 0;
        margin-top: 8px;
        line-height: 1;
    }
    .servCnt_lst dd ul li:before {
        top: 2px;
    }
    .servCnt_lst dd ul li:first-child {
        margin-top: 0;
    }
    .servCnt_btn.c-btn {
        margin: 20px auto 0;
    }
    .medicalAdd_wrap {
        padding: 0 15px;
        padding-bottom: 20px;
    }
    .medicalAdd_wrap .txt {
        font-size: 13px;
    }
}
@media only screen and (max-width: 460px) {
}
@media (max-width: 374px) {
    .merit_lst li .box .ttl {
        font-size: 17px;
    }
    .whyDtl_ttl a {
        font-size: 14px;
    }
    .prodCnt_ttl {
        font-size: 12px;
    }
    .prodCnt_read .txt .bg {
        font-size: 20px;
    }
    .prodCnt_read .txt {
        font-size: 13px;
    }
    .prodCnt_read .txt .com {
        font-size: 10px;
        padding-top: 0;
    }
    .servCnt_lst dd ul li {
        font-size: 12px;
    }
}
