@charset "UTF-8";

.blue,
sup {
    color: #00a0e9
}

.font-bold {
    font-weight: 500
}

.ma {
    margin-left: auto;
    margin-right: auto
}

.has-arrow-left {
    padding-left: .75em;
    position: relative
}

.has-arrow-left .fa-angle-right {
    position: absolute;
    top: .275em;
    left: 0
}

.flex-container {
    display: flex;
    flex-wrap: wrap
}

.flex-item {
    width: 100%
}

.flex-container.column4 .category {
    color: #a0a0a0
}

.flex-container.column4 .flex-item .img {
    border: solid 1px #d9d9d9
}

.products-sub-title {
    font-weight: 300;
    border-bottom: solid 1px #a0a0a0
}

.sub-item .base-width {
    border-bottom: solid 1px #d9d9d9
}

.sub-section:last-of-type .sub-item .base-width {
    border-bottom: none
}

.sub-item .sub-title {
    font-weight: 700
}

.sub-sub-title {
    padding-left: 13px;
    position: relative
}

.sub-sub-title::before {
    content: '';
    display: block;
    width: 4px;
    height: 85%;
    background: #000;
    position: absolute;
    top: 8%;
    left: 0
}

.underline {
    text-decoration: underline;
    color: inherit !important
}

.caption a {
    text-decoration: underline
}

.caption a:hover {
    text-decoration: none
}

.btn-arrow {
    display: inline-block;
    text-align: center
}

.btn-arrow a {
    display: block;
    width: 100%;
    height: 100%;
    padding: .7em 1.5em .7em 2.5em;
    font-size: inherit;
    line-height: inherit;
    background-color: #535353;
    background-image: url(/products/common/images/chevron-right-solid-w.svg);
    background-repeat: no-repeat;
    background-position: left .7em center;
    background-size: auto 1em;
    color: #fff;
    text-decoration: none
}

.btn-arrow.btn-arrow.ba-r a {
    padding: .7em 2.5em .7em 1.5em;
    background-position: right .7em center
}

.btn-arrow.ba-lightgray a {
    background-color: #8d8d8d
}

.mt05em {
    margin-top: .5em
}

.mt1em {
    margin-top: 1em
}

.mt2em {
    margin-top: 2em
}

.mt3em {
    margin-top: 3em
}

.main-title {
    background-color: #e3eff6;
    padding: 3rem 4rem;
    margin-bottom: 5rem;
    line-height: 1.4
}

.list_item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start
}

.date01 {
	text-align:right;
}

.list_items li+li {
    margin-top: .2em
}

.list_item_mark {
    margin-right: .5em
}

.list_item_txt {
    width: 100%
}

.list_item_txt a {
    text-decoration: underline
}

.list_item_txt a:hover {
    text-decoration: none
}

.white_btn {
    display: inline-block;
    padding: .5em 2.5em;
    background: #fff;
    border: solid 1px #595757;
    color: #595757;
    position: relative
}

.white_btn:hover {
    text-decoration: none
}

.white_btn::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    display: inline-block;
    font-size: 1.2em;
    line-height: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1em
}

.icon_new_window {
    position: relative
}

.icon_new_window::after {
    content: "";
    background: url(/support/washer/cloud/replenishment/images/icon_new_window.svg);
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: 50%;
    right: 4%;
    transform: translateY(-50%)
}

.process_area .list_item:not(:first-child) {
    margin-top: 6rem
}

.qa_area .list_item+.list_item {
    margin-top: 6rem
}

.qa_tit {
    font-size: 2rem;
    font-weight: 400
}

.qa_tit+.list_item {
    margin-top: 2rem
}

.icon_qa {
    width: 1.8rem;
    position: relative
}

.icon_qa_Q {
    top: .1em
}

@media only screen and (max-width:767px) {
    .pc {
        display: none
    }

    .sp {
        display: block
    }

    article {
        padding-top: 4.6rem;
        position: relative;
        font-size: 1.5rem;
        line-height: 1.6
    }

    .mts {
        margin-top: 2rem
    }

    #aboutMain {
        margin-top: 3rem
    }

    .flex-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .flex-container>.flex-item {
        width: 100%;
        margin-top: 3rem
    }

    .flex-container>.flex-item:first-of-type {
        margin-top: 0
    }

    .flex-item-img,
    .flex-item-text {
        width: 100%
    }

    .flex-container.img-text>.img-container,
    .flex-container.img-text>.text-container {
        width: 48%
    }

    .flex-container.sp-column2 {
        font-size: 1.5rem
    }

    .flex-container.sp-column2 .ttl {
        margin-top: .5em;
        font-size: 1.6rem
    }

    .flex-container.sp-column2 .text {
        margin-top: .5em;
        font-size: 1.4rem
    }

    .flex-container.sp-column2 .category {
        margin-top: .5em;
        font-size: 1.2rem;
        line-height: 1.4
    }

    .flex-container.sp-column2>.flex-item {
        width: 48%
    }

    .flex-container.sp-column2>.flex-item:nth-of-type(-n+2) {
        margin-top: 0
    }

    .products-sub-title {
        margin-bottom: 3rem;
        padding-bottom: .2em;
        font-size: 1.8rem
    }

    .sub-section {
        padding-top: 5rem
    }

    .sub-section:first-of-type {
        padding-top: 0
    }

    .sub-item .base-width {
        padding-bottom: 5rem
    }

    .sub-section .sub-title {
        font-size: 1.8rem
    }

    .text-container {
        margin-top: 2rem
    }

    .img-container {
        margin-top: 3rem
    }

    .flex-container>.flex-item:nth-of-type(n+2)>.img-container:first-child,
    .flex-container>.flex-item:nth-of-type(n+2)>.text-container:first-child {
        margin-top: 0
    }

    .caption-section .base-width {
        padding-top: 5rem
    }

    .sub-sub-title {
        margin-top: 6rem;
        font-size: 1.6rem
    }

    .main-title {
        background-color: #e3eff6;
        padding: 1rem 5%
    }

    .white_btn {
        font-size: 1.6rem;
        padding: .5em 2em;
        width: 100%
    }

    .white_btn::before {
        left: .8em
    }

    .process_area .list_item:not(:first-child) {
        margin-top: 3.5rem
    }

    .process_area .white_btn_wrap {
        margin-top: 1.5rem
    }

    .icon_qa_Q {
        top: .25em
    }

    #productsPageFooterNavi {
        display: flex;
        justify-content: space-between;
        padding: 2rem 0;
        color: #535353;
        border-top: solid 1px #a0a0a0
    }

    .products-page-footer-navi-item {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 50%;
        padding: 2rem 0
    }

    .products-page-footer-navi-item:first-of-type {
        border-right: solid 1px #a0a0a0
    }

    .products-page-footer-navi-ttl {
        width: 100%;
        text-align: center
    }

    ul.list-sns {
        display: flex;
        justify-content: center;
        width: 100%;
        padding: 0 5%;
        margin-top: 1em
    }

    ul.list-sns li a {
        display: block;
        max-width: 5rem;
        padding: 15%
    }

    .products-page-footer-navi-item .link {
        display: flex;
        justify-content: center;
        align-items: center
    }

    .products-page-footer-navi-item .link a {
        display: flex;
        justify-content: center;
        align-items: center
    }

    .products-page-footer-navi-item .link a .img {
        width: 3.5rem
    }

    .products-page-footer-navi-item .link .ttl {
        padding-left: .2em;
        font-size: 1.4rem;
        text-align: center
    }
}

@media print,
screen and (min-width:768px) {
    .pc {
        display: block
    }

    .sp {
        display: none
    }

    article {
        padding-top: 60px;
        position: relative
    }

    article[data-page-navi-type=has-sub-menu] {
        padding-top: 110px
    }

    .mts {
        margin-top: 4rem
    }

    .flex-container.half {
        justify-content: space-between
    }

    .flex-container.half>.flex-item-text {
        width: 63%
    }

    .flex-container.half>.flex-item-img {
        width: 30%
    }

    .flex-container.column4 {
        margin-top: 5rem
    }

    .flex-container.column4 {
        font-size: 1.5rem
    }

    .flex-container.column4 .ttl {
        margin-top: .5em;
        font-size: 1.6rem
    }

    .flex-container.column4 .text {
        margin-top: .5em;
        font-size: 1.4rem
    }

    .flex-container.column4 .category {
        margin-top: .5em;
        font-size: 1.2rem;
        line-height: 1.4
    }

    .flex-container.column4>.flex-item {
        width: 23.5%;
        margin-left: 2%;
        margin-top: 2rem
    }

    .flex-container.column4>.flex-item:nth-of-type(4n-3) {
        margin-left: 0
    }

    .flex-container.column4>.flex-item:nth-of-type(-n+4) {
        margin-top: 0
    }

    .products-sub-title {
        margin-bottom: 5rem;
        padding-bottom: .2em;
        font-size: 2rem
    }

    .sub-section {
        padding-top: 8rem
    }

    .sub-section:first-of-type {
        padding-top: 0
    }

    .sub-item .base-width {
        padding-bottom: 8rem
    }

    .sub-title {
        font-size: 2.2rem
    }

    .text-container {
        margin-top: 4rem
    }

    .img-container {
        margin-top: 4rem
    }

    .caption-section .base-width {
        padding-top: 7rem
    }

    .sub-sub-title {
        font-size: 1.8rem
    }

    .flex-container.half>.flex-item:nth-of-type(n+3) {
        margin-top: 4rem
    }

    .sub-sub-item {
        padding-top: 8rem
    }

    .sub-title+.sub-sub-item {
        padding-top: 4rem
    }

    .sub-sub-title+.text-container {
        margin-top: 2rem
    }

    #productsPageFooterNavi {
        display: flex;
        justify-content: space-between;
        padding: 3rem 5%;
        color: #535353;
        border-top: solid 1px #a0a0a0
    }

    .products-page-footer-navi-item {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        width: 50%
    }

    .products-page-footer-navi-item:first-of-type {
        border-right: solid 1px #a0a0a0
    }

    .products-page-footer-navi-ttl {
        width: 100%;
        text-align: center
    }

    .products-page-footer-navi-item a .ttl {
        padding-left: .5em;
        font-size: 2rem
    }

    ul.list-sns {
        display: flex;
        justify-content: center;
        width: 100%;
        margin-top: 1em
    }

    ul.list-sns li {
        display: flex;
        margin-left: 2%
    }

    ul.list-sns li:first-child {
        margin-left: 0
    }

    ul.list-sns li a {
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 5rem;
        height: 100%;
        padding: 10%
    }

    .products-page-footer-navi-item .link {
        display: flex;
        justify-content: center;
        align-items: center
    }

    .products-page-footer-navi-item .link a {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        padding: .5em 1em;
        background: #fff
    }

    .products-page-footer-navi-item .link a .img {
        width: 4.5rem
    }
}