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

.lm1em1em {
    margin: 0 1em;
}

.m2em1-3em {
    margin: 0 1.3em 0 2em;
}

.lm2em {
    margin-left: 2em;
}

.lm2-3em {
    margin-left: 2.3em;
}

.rm1-5em {
    margin-right: 1.5em;
}

.rm2em {
    margin-right: 2em;
}

/*----------------------------------------------------*/
/* healthcare/iv/
------------------------------------------------------*/

#category_vi.iv .carousel li p.leadTitle {
    font-size: 172%;
    font-weight: normal;
}

#category_vi.iv .carousel li p.leadTitle.edgeW {
    text-shadow: 3px 0 1px #fff, -3px 0 1px #fff, 0 3px 1px #fff, 0 -3px 1px #fff;
}

@media only screen and (max-width: 767px) {
    #category_vi.iv .carousel li p.leadTitle {
        font-size: 143%;
    }

    #category_vi.iv .carousel li p.leadTitle.edgeW {
        text-shadow: none;
    }

    #category_vi .carousel li img.sp {
        position: relative;
        left: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        width: 100%;
    }
}

/*----------------------------------------------------*/
/* pageVi
------------------------------------------------------*/

.pageVi {
    padding: 0;
}

.pageVi p.leadTitle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 6%;
    color: #333;
    letter-spacing: 0.1em;
    font-size: 172%;
    font-weight: normal;
    margin: 0;
}

.pageVi p.colorW {
    color: #fff;
}

.pageVi p.edgeW {
    text-shadow: 3px 0 1px #fff, -3px 0 1px #fff, 0 3px 1px #fff, 0 -3px 1px #fff;
}

@media only screen and (max-width: 767px) {
    .pageVi {
        padding: 0;
    }

    .pageVi .vi img {
        width: 100%;
    }

    .pageVi p.leadTitle {
        width: 100%;
        padding: 20px 20px;
        box-sizing: border-box;
        background: #407ec9;
        color: #fff;
        margin: 0;
        position: static;
        top: auto;
        transform: none;
        font-size: 143%;
    }

    .pageVi p.edgeW {
        text-shadow: none;
    }
}

/* columnbox01 */

.columnbox01 {
    border: 4px solid #d7d7d7;
    margin: 20px 0;
    padding: 20px;
    border-radius: 10px;
}

/* faq */

.faq dt {
    margin-bottom: 5px;
    padding-left: 1.5em;
    text-indent: -1.5em;
    color: #577bc6;
    font-size: 115%;
}

.faq dt:before {
    content: "Q:";
    margin-right: 0.5em;
}

.faq dd {
    margin-bottom: 15px;
    padding-left: 1.7em;
    text-indent: -1.7em;
}

.faq dd:before {
    content: "A:";
    font-size: 115%;
    margin-right: 0.6em;
}

/* electolyDl */

.electolyDl {
    margin-bottom: 0;
}

.electolyDl dt {
    float: left;
    clear: both;
    position: relative;
    width: 6em;
}

.electolyDl dt:after {
    position: absolute;
    top: 0;
    right: 0;
    content: "：";
    display: block;
}

.electolyDl dd {
    padding-left: 6.5em;
}

.nutritionDl {
    margin-bottom: 0;
}

/* abbrList */

.abbrList {
    border: 1px solid #d7d7d7;
    margin-bottom: 10px;
    position: relative;
}

.abbrList th,
.abbrList td {
    padding: 0 10px 10px;
    vertical-align: bottom;
}

.abbrList th {
    white-space: nowrap;
}

.abbrList th:after {
    content: "：";
}

@media only screen and (max-width: 767px) {

    .abbrList th,
    .abbrList td {
        display: block;
    }
}

/* unitColumn */

.unitColumn {
    border: 1px solid #d7d7d7;
    margin-bottom: 10px;
    position: relative;
    padding: 15px 15px 15px 15px;
}

.unitColumn .caption {
    position: absolute;
    top: -0.7em;
    left: 0.5em;
    background: #fff;
    padding: 0 0.5em;
    font-weight: bold;
}

.unitColumn dt {
    clear: both;
    float: left;
    position: relative;
}

.unitColumn dt:after {
    content: "：";
}

.unitColumn dd {
    padding-left: 8em;
}

/* imglist */
.imglist li {
    margin-bottom: 20px;
}

.imglist li.textImg {
    padding: 10px 20px 1px 20px;
    background: #f0f0f0;
}

.unitImg {
    border: 1px solid #aaa;
}

/*----------------------------------------------------*/
/* categoryFooterLink
------------------------------------------------------*/

.categoryFooterLink {
    background: #b6c5e6;
    position: relative;
    padding: 30px 0;
}

.categoryFooterLink .title {
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 15px;
}

.categoryFooterLink .carouselCont {
    position: relative;
}

.categoryFooterLink .carouselCont .prev,
.categoryFooterLink .carouselCont .next {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -18px;
    cursor: pointer;
}

.categoryFooterLink .carouselCont .prev.slick-disabled,
.categoryFooterLink .carouselCont .next.slick-disabled {
    display: none !important;
    display: block !important;
}

.categoryFooterLink .carouselCont .prev:before,
.categoryFooterLink .carouselCont .next:before {
    content: "";
    width: 18px;
    height: 36px;
    display: block;
}

.categoryFooterLink .carouselCont .prev {
    margin-left: -550px;
}

.categoryFooterLink .carouselCont .prev:before {
    background: url(/lib/image/cmn/icon_prev.png);
}

.categoryFooterLink .carouselCont .prev.slick-disabled:before {
    background: url(/lib/image/cmn/icon_prev_off.png);
    cursor: default;
}

.categoryFooterLink .carouselCont .next {
    margin-left: 525px;
}

.categoryFooterLink .carouselCont .next:before {
    background: url(/lib/image/cmn/icon_next.png);
}

.categoryFooterLink .carouselCont .next.slick-disabled:before {
    background: url(/lib/image/cmn/icon_next_off.png);
    cursor: default;
}

.categoryFooterLink .carouselBox {
    width: 1020px;
    margin: 0 auto;
    overflow: hidden;
}

.categoryFooterLink ul.linkList {
    width: 1045px;
    margin: 0 auto;
}

.categoryFooterLink ul.linkList li {
    font-size: 14px;
    width: 324px;
    padding: 0 25px 0 0;
    position: relative;
}

.categoryFooterLink ul.linkList li.currentPage {
    display: none;
}

.categoryFooterLink ul.linkList li img {
    width: 100%;
}

.categoryFooterLink ul.linkList li p {
    position: absolute;
    top: 50%;
    width: calc(100% - 25px);
    text-align: center;
    color: #fff;
    font-size: 20px;
    text-shadow: 2px 2px 2px #000, -1px -1px 2px #000;
    margin: -0.5em 0 0 0;
}

.categoryFooterLink ul.linkList li:nth-child(5) {
    margin-right: 0;
}

@media only screen and (max-width: 767px) {
    .categoryFooterLink .carouselCont {
        position: relative;
    }

    .categoryFooterLink .carouselBox,
    .categoryFooterLink ul.linkList {
        width: auto;
        position: relative;
    }

    .categoryFooterLink .carouselCont .prev,
    .categoryFooterLink .carouselCont .next {
        top: 50% important;
        left: auto;
        margin: 0;
    }

    .categoryFooterLink .carouselCont .prev:before,
    .categoryFooterLink .carouselCont .next:before {
        width: 18px;
        height: 36px;
        background-size: 18px 36px;
    }

    .categoryFooterLink .carouselCont .prev {
        left: 5px;
    }

    .categoryFooterLink .carouselCont .next {
        right: 5px;
    }

    .categoryFooterLink ul.linkList {
        margin: 0 40px;
    }

    .categoryFooterLink ul.linkList li {
        width: auto;
        padding: 0 10px;
    }

    .categoryFooterLink ul.linkList li img {
        width: 100%;
        height: auto;
    }

    .categoryFooterLink ul.linkList li p {
        font-size: 18px;
    }

    .unit_img_04_sp {
        max-width: 104px;
        display: block;
        margin: auto;
    }
}
