@charset "UTF-8";
.page_fac_txt {
    font-weight: 500;
    margin-bottom: 45px;
}
.page_fac_txt .txt {
    margin-bottom: 1em;
}
.page_fac_txt .txt:last-child {
    margin-bottom: 0;
}
.page_fac_txt .lnk {
    margin-bottom: .6em;
}
.page_fac_txt .lnk:last-child {
    margin-bottom: 0;
}
.page_fac_txt .lnk a {
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 1ex;
    position: relative;
    padding-left: 15px;
}
.page_fac_txt .lnk a:before {
    position: absolute;
    content: "";
    background: url(/cmn/img/arw.png) no-repeat 0 0 / 100% auto;
    width: 9px;
    height: 14px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.webp .page_fac_txt .lnk a:before {
    background: url(/cmn/img/arw.webp) no-repeat 0 0 / 100% auto;
}
.lowdtl_box {
    margin-bottom: 60px;
}
.lowdtl_box:last-of-type {
    margin-bottom: 0;
}
.lowcnt_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.lowcnt_txt {
    width: -webkit-calc(100% - 285px);
    width: calc(100% - 285px);
    box-sizing: border-box;
    padding-right: 48px;
}
.lowcnt_txt .txt {
    line-height: 2;
    font-weight: 500;
}
.lowcnt_txt .btn {
    margin-top: 15px;
    font-weight: 500;
}
.lowcnt_txt .btn a {
    text-decoration: underline;
    padding-left: 1em;
    position: relative;
    text-underline-offset: 1ex;
}
.lowcnt_txt .btn a:before {
    position: absolute;
    content: "";
    background: url(/cmn/img/arw.png) no-repeat 0 0 / 100% auto;
    width: 9px;
    height: 14px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.webp .lowcnt_txt .btn a:before {
    background: url(/cmn/img/arw.webp) no-repeat 0 0 / 100% auto;
}
.lowcnt_img {
    border: solid 1px #3cbd70;
    border-radius: 0;
    overflow: hidden;
}
.lowcnt_box.is-select {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  	-webkit-box-orient: horizontal;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: row;
  	flex-direction: row;
    position: relative;
}
.lowcnt_box.is-select .btn {
    font-weight: bold;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9;
}
.lowcnt_box.is-select .lowcnt_txt {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 35px;
    width: -webkit-calc(100% - 330px);
    width: calc(100% - 330px);
}
.lowcnt_box.is-select .lowcnt_img a {
    /* border: solid 1px #3cbd70; */
    transition: 0.5s;
    position: relative;
    overflow: hidden;
    border-radius: 0;
    box-sizing: border-box;
    display: block;
}
.lowcnt_box.is-select .lowcnt_img img {
    max-width: 283px;
    transition: 0.5s;
}
.lowcnt_box.is-select .info_txt {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 1;
}
.lowcnt_box.is-select .info_txt {
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: rgba(94,185,106,0.75);
    padding: 12px 0 3px;
}
.lowcnt_box.is-select .info_txt dt {
    font-size: 30px;
    line-height: 1;
}
.lowcnt_box.is-select .info_txt dd {
    font-size: 18px;
}
.category_wrap {
    background: #f4f4f4;
    border-radius: 6px;
    width: 100%;
    box-sizing: border-box;
    padding: 34px 58px;
    margin: 45px 0 60px 0;
}
.category_ttl {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    position: relative;
    padding-left: 40px;
    color: #333333;
}
.category_ttl::before {
    content: "";
    background: url(../../cmn/img/icn_supply.png);
    width: 27px;
    height: 22px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    z-index: 9;
}
.category_list {
    margin-top: 40px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}
.category_list ul {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    margin-top: -28px;
    margin-bottom: 48px;
}
.category_list ul.ver2 {
    margin-bottom: 28px;
}
.category_list.is-ver2 ul {
    width: 100%;
}
.category_list ul:last-child {
    padding: 0;
    margin-bottom: 0;
}
.category_list ul li {
    margin-top: 28px;
    line-height: 1;
    width: 33.3333%;
}
.category_list ul li:last-child {
    padding: 0;
}
.category_list ul li a {
    font-size: 16px;
    color: #3a7a8a;
    font-weight: 500;
}
.page_main.is-lower {
    margin-bottom: 68px;
}
.knowhow_wrap {
    margin-bottom: 86px;
}

.lowcnt_mds {
    font-size:18px;
    font-weight: bold;
    padding-bottom: 30px;
}
.lowdtl_box.ver2 {
    border: 1px solid #3cbd70;
    border-radius: 4px;
    padding: 50px 30px;
    margin-bottom: 30px;
}
.lowdtl_box.ver2 .lowdtl_ttl {
    margin-bottom: 30px;
    border-bottom: none;
    position: relative;
    padding-left: 20px;
}
.lowdtl_box.ver2 .lowdtl_ttl:before {
    position: absolute;
    content: "";
    background: #3cbd70;
    width: 8px;
    height: 32px;
    border-radius: 4px;
    bottom: auto;
    top: -4px;
    left: 0;
}
.lowdtl_box.ver2 .page_lowdtl_ttl {
    font-size: 24px;
    padding-bottom: 0;
}
.lowdtl_box.ver2 .page_lowdtl_ttl:before {
    content: none;
}
.lowcnt_box.ver2 .lowcnt_txt {
    width: -webkit-calc(100% - 242px);
    width: calc(100% - 242px);
}
.lowcnt_box.ver2 .lowcnt_txt .txt {
    line-height: 1.7;
    font-weight: 500;
}
.lowcnt_box.ver2 .lowcnt_txt .btn {
    width: 160px;
    margin-right: 18px;
}
.lowcnt_box.ver2 .lowcnt_txt .btn:last-child {
    margin-right: 0;
}
.lowcnt_box.ver2 .lowcnt_txt .btn a {
    width: 100%;
    height: 50px;
    background: #3cbd70;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    box-sizing: border-box;
    transition: 0.2s;
    padding:0;
    text-decoration: none;
}
.lowcnt_box.ver2 .lowcnt_txt .btn span {
    position: relative;
    padding-left: 20px;
}
.lowcnt_box.ver2 .lowcnt_txt .btn span:before {
    content: '';
    width: 8px;
    height: 8px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 3px;
    left: -4px;
    transform: rotate(45deg);
}
.lowcnt_box.ver2 .lowcnt_txt .btn a:before {
    content: none;
}
.lowcnt_box.ver2 .lowcnt_img img {
    border-radius: 0;
}
.lowbtn_lst {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

@media (min-width: 896px) {
    .lowcnt_img a:hover {
        opacity: .7;
    }
    .lowcnt_box.is-select .lowcnt_img a:hover {
        opacity: 1;
    }
    .lowcnt_box.is-select .lowcnt_img a:hover img {
        transform: scale(1.1);
        transition: opacity 0.5s ease-in-out , all 0.5s ease-in-out;
        opacity: 0.7;
    }
    .lowcnt_box.ver2 .lowcnt_txt .btn a:hover {
        opacity: .7;
    }
    .lowcnt_txt .btn a:hover {
        text-decoration: none;
    }
    .page_fac_txt .lnk a:hover {
        text-decoration: none;
    }
}
@media only screen and (max-width: 896px) {
    .page_fac_txt {
        font-size: 16px;
        line-height: 1.75;
        margin-bottom: 40px;
    }
    .page_fac_txt .lnk a {
        font-size: 16px;
        line-height: 1.75;
    }
    .page_fac_txt .lnk a:before {
        background: url(/cmn/img/sp/arw.png) no-repeat center/8px auto;
        width: 8px;
        height: 14px;
    }
    .webp .page_fac_txt .lnk:before {
        background: url(/cmn/img/sp/arw.webp) no-repeat center/8px auto;
    }
    .lowdtl_box {
        margin-bottom: 40px;
    }
    .lowcnt_box {
        display: block;
    }
    .lowcnt_img {
        text-align: center;
        border-radius: 0;
    }
    .lowcnt_img source,
    .lowcnt_img img {
        width: 100%;
        height: auto;
        max-width: 275px;
    }
    .lowcnt_txt {
        width: 100%;
        padding: 20px 0 0;
    }
    .lowcnt_txt .txt {
        font-size: 16px;
        line-height: 1.75;
    }
    .lowcnt_txt .btn {
        margin-top: 10px;
    }
    .lowcnt_txt .btn a {
        font-size: 16px;
        line-height: 1.75;
        display: inline-block;
        text-underline-offset: 4px;
    }
    .lowcnt_txt .btn a:before {
        background: url(/cmn/img/sp/arw.png) no-repeat center/8px auto;
        width: 8px;
        height: 14px;
    }
    .webp .lowcnt_txt .btn a:before {
        background: url(/cmn/img/sp/arw.webp) no-repeat center/8px auto;
    }
    .lowcnt_box.is-select .btn {
        position: relative;
        text-align: right;
    }
    .lowcnt_box.is-select .lowcnt_txt {
        padding-left: 0;
        padding-bottom: 0;
        width: 100%;
    }
    .lowcnt_box.is-select .lowcnt_img img {
        max-width: 100%;
        min-width: 100%;
    }
    .category_wrap {
        height: auto;
        padding: 20px 15px;
        margin: 0 0 40px 0;
    }
    .category_ttl {
        font-size: 16px;
        padding-left: 25px;
    }
    .category_ttl::before {
        background: url(../../cmn/img/sp/icn_supply.png);
        background-size: 19px auto;
        width: 19px;
        height: 16px;
    }
    .category_list {
        margin-top: 16px;
    }
    .category_list ul {
        padding-right: 13.4328%;
        margin-bottom: 20px;
    }
    .category_list ul.ver2 {
        margin-bottom: 12px;
    }
    .category_list ul li {
        padding-bottom: 12px;
    }
    .category_list.is-ver2 ul li {
        width: 100%;
    }
    .category_list.is-ver2 ul li:not(:first-child) {
        margin-top: 0;
    }
    .category_list ul li a {
        font-size: 12px;
    }
    .page_main.is-lower {
        margin-bottom: 0;
    }
    .knowhow_wrap {
        margin-bottom: 45px;
    }
    .fc_info_dtl.ver2 {
        margin-bottom: 0;
    }
    .page_lowdtl_ttl {
        padding-bottom: 18px;
    }
    .page_lowdtl_ttl {
        line-height: 1.2;
    }

    .lowcnt_mds {
        font-size:16px;
        line-height: 1.75;
        padding-bottom: 20px;
    }
    .lowdtl_box.ver2 {
        padding: 30px 15px 20px;
        margin-bottom: 20px;
    }
    .lowdtl_box.ver2 .lowdtl_ttl {
        margin-bottom: 20px;
        padding-left: 16px;
    }
    .lowdtl_box.ver2 .lowdtl_ttl:before {
        width: 6px;
        height: 100%;
        border-radius: 2px;
        top: 0;
        left: 0;
    }
    .lowdtl_box.ver2 .page_lowdtl_ttl {
        font-size: 18px;
    }
    .lowdtl_box.ver2 .page_lowdtl_ttl:before {
        content: none;
    }
    .lowcnt_box.ver2 .lowcnt_img source,
    .lowcnt_box.ver2 .lowcnt_img img {
        max-width: 242px;
        border-radius: 0;
    }
    .lowcnt_box.ver2 .lowcnt_txt {
        width: 100%;
        padding: 20px 0 0;
    }
    .lowcnt_box.ver2 .lowcnt_txt .txt {
        font-size: 14px;
        line-height: 1.6;
    }
    .lowcnt_box.ver2 .lowcnt_txt .btn {
        width: 32%;
        margin-right: 0;
    }
    .lowcnt_box.ver2 .lowcnt_txt .btn a {
        width: 100%;
        height: 50px;
        border-radius: 4px;
        font-size: 14px;
    }
    .lowcnt_box.ver2 .lowcnt_txt .btn span {
        padding-left: 14px;
    }
    .lowcnt_box.ver2 .lowcnt_txt .btn span:before {
        content: '';
        width: 6px;
        height: 6px;
        top: 3px;
        left: -3px;
        transform: rotate(45deg);
    }
    .lowbtn_lst {
        margin-top: 20px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
@media only screen and (max-width: 374px) {
    .lowcnt_box.ver2 .lowcnt_txt .btn a {
        font-size: 12px;
    }
    .lowcnt_box.ver2 .lowcnt_txt .btn span {
        padding-left: 12px;
    }
    .lowcnt_box.ver2 .lowcnt_txt .btn span:before {
        top: 2px;
        left: -2px;
    }
    .lowcnt_txt .btn a:before {
        top: 6px;
        transform: none;
    }
}
