/* ==========================================================================//
//
// [Heading]
//
// ========================================================================== */

.renew_style .re_headingLv1 {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    width: 990px;
    margin: 0 auto 25px;
    padding: 0 0 30px 0;
    position: relative;
}

@media screen and (max-width: 1040px) {
    .renew_style .re_headingLv1 {
        width: 100%;
        margin: 0;
    }
}

@media screen and (max-width: 767px) {
    .renew_style .re_headingLv1 {
        padding: 0;
    }
}

/*スライドの背景を変えたいときはこの画像のリンクを変更する↓*/
.slide04 {
    background: url(/product/s-bio/images/main_10.png) center top no-repeat;
}

.slide05 {
    background: url(/product/s-bio/images/main_11.png) center top no-repeat;
}

.slide06 {
    background: url(/product/s-bio/images/main_12.png) center top no-repeat;
}

.slide07 {
    background: url(/product/s-bio/images/main_13.png) center top no-repeat;
}

.slide08 {
    background: url(/product/s-bio/images/main_14.png) center top no-repeat;
}

.renew_style .re_headingLv1.is-adjusted {
    margin: 0 auto 152px;
}

.renew_style .re_headingLv1 .container {
    width: 990px;
    height: 370px;
    margin: 25px auto 15px;
}

@media screen and (max-width: 1040px) {    
    .renew_style .re_headingLv1 .container {
        width: 100%;
        margin-top: 0;
    }
}
@media screen and (max-width: 767px) {
    .renew_style .re_headingLv1 .container {
        height: 350px;
        margin: 0;
    }
}

.renew_style .re_headingLv1 .wrapper {
    background: url(/product/s-bio/images/bg_main.png) center top no-repeat;
}

@media screen and (max-width: 1040px) {    
    .renew_style .re_headingLv1 .wrapper {
        background-size: 100% 370px;
    }
}

@media screen and (max-width: 767px) {    
    .renew_style .re_headingLv1 .wrapper {
        height: 350px;
    }
}

.renew_style .re_headingLv1 .blockImg {
    position: relative;
    overflow: hidden;
    height: 370px;
}

@media screen and (max-width: 767px) {
    .renew_style .re_headingLv1 .blockImg {
        height: 350px;
    }
}

.renew_style .re_headingLv1 .blockImg img {
    width: 990px;
    max-width: 990px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

@media screen and (max-width: 1040px) {
    .renew_style .re_headingLv1 .blockImg img {
        width: auto;
        max-width: 1040px;
    }
}

@media screen and (max-width: 767px) {
    .renew_style .re_headingLv1 .blockImg img {
        width: 990px;
        max-width: 990px;
        max-height: 350px;
    }
}

.renew_style .re_headingLv1 .block a {
    box-sizing: border-box;
    height: 370px;
    display: flex;
    align-items: center;
    color: #fff;
}

@media screen and (max-width: 1040px) {    
    .renew_style .re_headingLv1 .block a {
        padding: 0 30px;
    }
}

@media screen and (max-width: 767px) {
    .renew_style .re_headingLv1 .block a {
        height: 350px;
        overflow: hidden;
        display: block;
        padding: 0;
        position: relative;
    }
}

.renew_style .re_headingLv1 .block a:hover {
    text-decoration: none;
}

.renew_style .re_headingLv1 .block .img-link {
    padding: 0;
    height: 370px;
}

.renew_style .re_headingLv1 .block .img-link picture {
    width: 100%;
}

.renew_style .re_headingLv1 .block .img-link:hover,
.renew_style .re_headingLv1 .block .img-link:hover img {
    opacity: 1;
}

.renew_style .re_headingLv1 .block .img-link img {
    width: 100%;
    height: 370px;
    object-fit: cover;
}
.renew_style .re_headingLv1 .summary {
    width: 510px;
    margin: 0 45px 0 60px;
    font-weight: bold;
}

@media screen and (max-width: 1040px) {
    .renew_style .re_headingLv1 .summary {
        width: 50%;
        margin: 0 25px 0 40px;
        font-weight: bold;
    }
}

@media screen and (max-width: 767px) {
    .renew_style .re_headingLv1 .summary {
        z-index: 11;
        position: absolute;
        bottom: 0;
        width: calc( 100% - 60px );
        margin: 0;
        background-color: rgba(0, 0, 0, 0.6);
        padding: 10px 30px;
    }
}

.renew_style .re_headingLv1 .summary .subtitle {
    font-size: 1.6rem;
}

@media screen and (max-width: 1040px) {
    .renew_style .re_headingLv1 .summary .subtitle {
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 767px) {
    .renew_style .re_headingLv1 .summary .subtitle {
        font-size: 1.0rem;
        font-weight: bold;
        margin: 0;
    }
}

.renew_style .re_headingLv1 .summary .title {
    font-size: 3.5rem;
}

@media screen and (max-width: 1040px) {
    .renew_style .re_headingLv1 .summary .title {
        font-size: 2.4rem;
    }
}

@media screen and (max-width: 767px) {
    .renew_style .re_headingLv1 .summary .title {
        font-size: 1.6rem;
        margin: 0;
    }
}

.renew_style .re_headingLv1 .summary .text {
    margin: 0 0 25px 0;
}

@media screen and (max-width: 767px) {
    .renew_style .re_headingLv1 .summary .text {
        display: none;
    }
}

@media screen and (max-width: 1040px) {
    .renew_style .re_headingLv1 .summary .text {
        font-size: 1.2rem;
    }
}    

.renew_style .re_headingLv1 .summary .link {
    display: inline-block;
    text-align: center;
    width: 180px;
    border: 2px solid #fff;
    border-radius: 50px;
    padding: 5px 0;
    color: #fff;
    transition: 0.4s ease;
}

@media screen and (max-width: 1040px) {
    .renew_style .re_headingLv1 .summary .link {
        width: 150px;
        padding: 3px 0;
        font-size: 1.2rem;
    }
}    

@media screen and (max-width: 767px) {
    .renew_style .re_headingLv1 .summary .link {
        display: none;
    }
}

.renew_style .re_headingLv1 .summary .link:hover {
    text-decoration: none;
    background-color: #fff;
    color: #2c5200;
}

@media screen and (max-width: 1040px) {
    .renew_style .re_headingLv1 .image {
        margin-right: 40px;
    }
}

@media screen and (max-width: 767px) {
    .renew_style .re_headingLv1 .image {
        position: absolute;
        top: 0;
        left: 50%;
        width: 100%;
        padding: 10px;
        height: 230px;
        transform: translate(-50%,0);
        z-index: 10;
    }
}

.renew_style .re_headingLv1 .image .link {
    width: 300px;
}

.renew_style .re_headingLv1 .image img {
    transition: 0.4s ease;
}

@media screen and (max-width: 767px) {
    .renew_style .re_headingLv1 .image img {
        width: 360px;
        height: auto;
        padding: 20px;
        margin: 20px 0 0 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
}

.renew_style .re_headingLv1 .image img:hover {
    transform: scale(1.05);
    opacity: 1;
}

.renew_style .re_headingLv1 .prev,
.renew_style .re_headingLv1 .next {
    position: absolute;
    width: 33px;
    height: 138px;
    top: 50%;
    transform: translate(0,-50%);
    background-color: #2c5200;
    border: 3px solid #fff;
    border-radius: 8px;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .renew_style .re_headingLv1 .prev,
    .renew_style .re_headingLv1 .next {
        width: 25px;
        height: 25px;
        top: 50%;
        transform: translate(0,-50%);
        border: none;
        border-radius: 50%;
    }
}

.renew_style .re_headingLv1 .prev {
    left: -20px;
}

@media screen and (max-width: 1040px) {    
    .renew_style .re_headingLv1 .prev {
        left: 15px;
    }
}

@media screen and (max-width: 767px) {
    .renew_style .re_headingLv1 .prev {
        left: 5px;
    }
}

.renew_style .re_headingLv1 .next {
    right: -20px;
}

@media screen and (max-width: 1040px) {    
    .renew_style .re_headingLv1 .next {
        right: 15px;
    }
}

@media screen and (max-width: 767px) {
    .renew_style .re_headingLv1 .next {
        right: 5px;
    }
}

.renew_style .re_headingLv1 .prev:hover,
.renew_style .re_headingLv1 .next:hover {
    background-color: #eabe08;
}

.renew_style .re_headingLv1 .prev::before,
.renew_style .re_headingLv1 .next::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: block;
    border-top: 5px solid  transparent;
    border-bottom: 5px solid  transparent;
    width: 0;
    height: 0;
}

.renew_style .re_headingLv1 .prev::before {
    border-right: 9px solid #fff;
}

.renew_style .re_headingLv1 .next::before {
    border-left: 9px solid #fff;
}

@media screen and (max-width: 767px) {
    .renew_style .re_headingLv1 .prev::before {
        border-right: 5px solid #fff;
    }
    
    .renew_style .re_headingLv1 .next::before {
        border-left: 5px solid #fff;
    }
}

/* ==========================================================================//
// [Lower]
// ========================================================================== */

.renew_style .re_headingLv1_lower {
    width: 100%;
    margin: 0 auto;
    background-color: #2c5200;
}

.renew_style .re_headingLv1_lower.is-adjusted {
    margin: 0 auto 163px;
}

@media screen and (max-width: 1040px) {
    .renew_style .re_headingLv1_lower.is-adjusted {
        margin: 0 auto 126px;
    }
}

@media screen and (max-width: 767px) {
    .renew_style .re_headingLv1_lower.is-adjusted {
        margin: 0 auto 85px;
    }
}

.renew_style .re_headingLv1_lower .container {
    display: flex;
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 10px 30px;
    width: 990px;
    min-height: 120px;
}

@media screen and (max-width: 1040px) {
    .renew_style .re_headingLv1_lower .container {
        width: 100%;
    }
}

.renew_style .re_headingLv1_lower .container .title {
    margin: 0;
    color: #fff;
    font-size: 2.4rem;
    line-height: 1.3em;
}

.renew_style .re_headingLv1_lower .container .title sup {
    font-size: 0.6em;
    top: -9px;
    position: relative;
}

.renew_style .re_headingLv1_lower .container .title .small {
    font-size: 1.4rem;
    display: block;
}

.renew_style .re_headingLv1_lower .container .image {
    margin: 0;
    background-color: #fff;
    padding: 20px 30px;
    border-radius: 10px;
}

.renew_style .re_headingLv1_lower .container .image img {
    width: auto;
    height: 70px;
}

/* ==========================================================================//
//
// [Navigation]
//
// ========================================================================== */

@media screen and (max-width: 747px) {
    .renew_style .re_navigation {
        position: relative;
        box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
    }
}

.renew_style .re_navigation.is-fixed {
    position: fixed;
    top: 100px;
    left: 50%;
    transform: translate(-50%,0);
    width: 100%;
    height: 90px;
    z-index: 9999;
}

@media screen and (max-width: 1300px) {
    .renew_style .re_navigation.is-fixed {
        top: 60px;
    }
}

@media screen and (max-width: 747px) {
    .renew_style .re_navigation.is-fixed {
        height: auto;
    }
}

.renew_style .re_navigation .lv1 {
    background-color: #e1e1e1;
    margin: 0 auto;
}

.renew_style .re_navigation .lv1 .container {
    width: 990px;
    margin: 0 auto;
}

@media screen and (max-width: 1040px) {
    .renew_style .re_navigation .lv1 .container {
        width: 100%;
    }
}

.renew_style .re_navigation .lv1 .nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .renew_style .re_navigation .lv1 .nav .item {
        width: 100%;
        border-bottom: 1px dotted #b2b2b2;
    }    
}

.renew_style .re_navigation .lv1 .nav .item .link {
    padding: 4px 0;
    display: block;
    position: relative;
}

@media screen and (max-width: 767px) {
    .renew_style .re_navigation .lv1 .nav .item .link::after {
        display: block;
        content: '';
        width: 6px;
        height: 6px;
        border-right: 2px solid #626262;
        border-bottom: 2px solid #626262;
        position: absolute;
        top: 19px;
        right: 15px;
        transform: rotate(-45deg);
    }
}

.renew_style .re_navigation .lv1 .nav .item .link span {
    display: block;
    border-right: 1px dotted #b2b2b2;
    padding: 5px 30px 5px;
}

@media screen and (max-width: 767px) {
    .renew_style .re_navigation .lv1 .nav .item .link span {
        border-right: none;
        padding: 8px 20px;
    }    
}

.renew_style .re_navigation .lv1 .nav .item:first-child .link span {
    border-left: 1px dotted #b2b2b2;
    position: relative;
}

@media screen and (max-width: 767px) {
    .renew_style .re_navigation .lv1 .nav .item:first-child .link span {
        border-left: none;
    }
}

.renew_style .re_navigation .lv1 .nav .item .link.active {
    text-decoration: none;
    background-color: #f3f3f3;
}

@media screen and (max-width: 767px) {
    .renew_style .re_navigation .navigation .lv1 .nav .item .link.active {
        background-color: inherit;
    }
    .renew_style .re_navigation .navigation.type-bio .lv1 .nav .item .link.active {
        padding-bottom: 121px;
    }
    .renew_style .re_navigation .navigation.type-diagnostic .lv1 .nav .item .link.active {
        padding-bottom: 43px;
    }
}

.renew_style .re_navigation .lv1 .nav .item .link:hover {
    text-decoration: none;
}

.renew_style .re_navigation .lv1 .nav .item .link span::before {
    content: '';
    display: block;
    width: 0;
    position: absolute;
    left: 50%;
    top: 30px;
    height: 2px;
    transform: translate(-50%, 0);
    background-color: #2c5200;
    transition: 0.2s ease;
}

.renew_style .re_navigation .lv1 .nav .item .link.active span::before,
.renew_style .re_navigation .lv1 .nav .item .link:hover span::before {
    width: calc( 100% - 60px );
}

@media screen and (max-width: 767px) {
    .renew_style .re_navigation .lv1 .nav .item .link:hover span::before {
        width: 0;
    }
}

@media screen and (max-width: 767px) {
    .renew_style .re_navigation .lv1 .nav .item .link.active span::before {
        width: 5px;
        position: absolute;
        left: 0;
        top: 0;
        height: 45px;
        transform: none;
    }
}    

.renew_style .re_navigation .lv2 {
    
    background-color: #f3f3f3;
    margin: 0 auto 75px;
    padding: 2px 0;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1040px) {
    .renew_style .re_navigation .lv2 {
        padding: 0;
        box-shadow: none;
        margin: 0 auto;
    }
}

.renew_style .re_navigation .lv2 .container {
    width: 990px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 5px 0;
}

@media screen and (max-width: 1040px) {
    .renew_style .re_navigation .lv2 .container {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .renew_style .re_navigation .lv2 .container {
        padding: 0;
    }
}

.renew_style .re_navigation .lv2 .nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
    .renew_style .re_navigation .navigation .lv2 .nav {
        position: absolute;
        background-color: #f3f3f3;
    }
    .renew_style .re_navigation .navigation.type-bio .lv2 .nav {
        top: 91px;
    }
    .renew_style .re_navigation .navigation.type-diagnostic .lv2 .nav {
        top: 137px;
    }
}

@media screen and (max-width: 767px) {
    .renew_style .re_navigation .lv2 .nav .item {
        width: 100vw;
    }
}

.renew_style .re_navigation .lv2 .nav .item .link {
    display: block;
    position: relative;
}

@media screen and (max-width: 767px) {
    .renew_style .re_navigation .lv2 .nav .item .link {
        padding: 5px 0;
        border-top: 1px dotted #b2b2b2;
    }
}

@media screen and (max-width: 767px) {
    .renew_style .re_navigation .lv2 .nav .item .link::after {
        display: block;
        content: '';
        width: 5px;
        height: 5px;
        border-right: 1px solid #626262;
        border-bottom: 1px solid #626262;
        position: absolute;
        top: 16px;
        right: 15px;
        transform: rotate(-45deg);
    }
}

.renew_style .re_navigation .lv2 .nav .item .link span {
    display: block;
    font-size: 1.2rem;
    border-right: 1px dotted #b2b2b2;
    padding: 5px 30px;
}

@media screen and (max-width: 1040px) {
    .renew_style .re_navigation .lv2 .nav .item .link span {
        padding: 5px 20px;
    }    
}

@media screen and (max-width: 767px) {
    .renew_style .re_navigation .lv2 .nav .item .link span {
        border-right: none;
        padding: 5px 30px 5px 20px;
    }    
}

.renew_style .re_navigation .lv2 .nav .item:first-child .link span {
    border-left: 1px dotted #b2b2b2;
}

@media screen and (max-width: 767px) {
    .renew_style .re_navigation .lv2 .nav .item:first-child .link span {
        border-left: none;
    }
}

.renew_style .re_navigation .lv2 .nav .item .link:hover {
    text-decoration: none;
}

.renew_style .re_navigation .lv2 .nav .item .link span::before {
    content: '';
    display: block;
    width: 0;
    position: absolute;
    left: 50%;
    top: 25px;
    height: 2px;
    transform: translate(-50%, 0);
    background-color: #2c5200;
    transition: 0.2s ease;
}

.renew_style .re_navigation.active01 .lv2 .nav .item:nth-child(1) .link span::before,
.renew_style .re_navigation.active02 .lv2 .nav .item:nth-child(2) .link span::before,
.renew_style .re_navigation.active03 .lv2 .nav .item:nth-child(3) .link span::before,
.renew_style .re_navigation .lv2 .nav .item .link:hover span::before {
    width: calc( 100% - 60px );
}

@media screen and (max-width: 767px) {
    .renew_style .re_navigation .lv2 .nav .item .link span::before {
        width: 0px;
        left: 0;
        top: 50%;
        height: 33px;
        transform: translate(0, -50%);
        background-color: #2c5200;
    }

    .renew_style .re_navigation .lv2 .nav .item .link:hover span::before {
        width: 0;
    }

    .renew_style .re_navigation.active01 .lv2 .nav .item:nth-child(1) .link span::before,
    .renew_style .re_navigation.active02 .lv2 .nav .item:nth-child(2) .link span::before,
    .renew_style .re_navigation.active03 .lv2 .nav .item:nth-child(3) .link span::before {
        width: 5px;
    }
}

.renew_style .re_navigation .lv2 .convirsion {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .renew_style .re_navigation .lv2 .convirsion {
        margin-right: 0;
        width: calc( 100% - 30px );
        padding: 15px;
        background-color: #e1e1e1;
        justify-content: center;
    }
    .renew_style .re_navigation .navigation.type-diagnostic .lv2 .convirsion {
        display: none;
    }
}

.renew_style .re_navigation .lv2 .convirsion .item {
    margin: 0 0 0 15px;
}

@media screen and (max-width: 1040px) {
    .renew_style .re_navigation .lv2 .convirsion .item {
        margin: 0 10px 0 0;
    }
}

@media screen and (max-width: 767px) {
    .renew_style .re_navigation .lv2 .convirsion .item {
        padding: 0 5px;
        margin: 0;
        width: 50%;
    }
    .renew_style .re_navigation .lv2 .convirsion .item:nth-child(3) {
        display: none;
    }
}

.renew_style .re_navigation .lv2 .convirsion .item .link {
    display: block;
    background-color: #2c5200;
    border-radius: 50px;
    color: #fff;
    font-weight: bold;
    padding: 5px 25px;
}

@media screen and (max-width: 1040px) {
    .renew_style .re_navigation .lv2 .convirsion .item .link {
        font-size: 1.2rem;
        padding: 3px 20px;
    }
}

@media screen and (max-width: 767px) {
    .renew_style .re_navigation .lv2 .convirsion .item .link {
        text-align: center;
        padding: 5px 0;
    }
}

.renew_style .re_navigation .lv2 .convirsion .item .link:hover {
    background-color: #eabe08;
}

.renew_style .re_navigation .lv2 .convirsion .item .link span {
    background: url(/common/renew-assets/images/ico_window_01.png) right center no-repeat;
    display: inline-block;
    padding-right: 20px;
}

.renew_style .re_navigation .sp-menu {
    display: none;
}

@media screen and (max-width: 767px) {

    .renew_style .re_navigation .sp-menu {
        display: flex;
    }

    .renew_style .re_navigation .sp-menu .button {
        margin: 0;
        background-color: #6b864c;
        color: #fff;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        padding: 10px 0;
        font-size: 1.2rem;
        flex-grow: 1;
    }

    .renew_style .re_navigation .sp-menu .button:nth-child(3) {
        border-right: none;
    }

    .renew_style .re_navigation .sp-menu .button .menu {
        padding: 0 0 0 20px;
        position: relative;
    }

    .renew_style .re_navigation .sp-menu .button .menu .iconHamburger {
        display: inline-block;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(0,-50%);
        background-color: #fff;
        width: 14px;
        height: 2px;
    }

    .renew_style .re_navigation .sp-menu .button .menu .iconHamburger::before,
    .renew_style .re_navigation .sp-menu .button .menu .iconHamburger::after {
        content: '';
        display: block;
        position: absolute;
        background-color: #fff;
        width: 14px;
        height: 2px;
    }

    .renew_style .re_navigation .sp-menu .button .menu .iconHamburger::before {
        top: -5px;
    }

    .renew_style .re_navigation .sp-menu .button .menu .iconHamburger::after {
        bottom: -5px;
    }

    .renew_style .re_navigation .sp-menu .button.type-menu.is-open .menu .iconHamburger {
        background-color: transparent;
    }

    .renew_style .re_navigation .sp-menu .button.type-menu.is-open .menu .iconHamburger::before {
        transform: rotate(-45deg);
        top: 0;
    }

    .renew_style .re_navigation .sp-menu .button.type-menu.is-open .menu .iconHamburger::after {
        transform: rotate(45deg);
        top: 0;
    }

    .renew_style .re_navigation .sp-menu .button .inquiry {
        padding: 0 0 0 20px;
        background: url(/common/images/components/elem_button_list/inquiry.png) left 50% no-repeat;
        background-size: 16px auto;
    }

    .renew_style .re_navigation .sp-menu .button .window {
        display: inline-block;
        padding: 0 20px 0 0;
        background: url(/common/renew-assets/images/ico_window_01.png) right calc( 50% - 2px ) no-repeat;
        background-size: 14px auto;
    }

    .renew_style .re_navigation .navigation {
        opacity: 0;
        visibility: hidden;
        transition: 0.4s ease;
        position: absolute;
        width: 100%;
        top: 39px;
    }

    .renew_style .re_navigation .navigation.is-show {
        opacity: 1;
        visibility: visible;
        z-index: 9999;
    }

    .bg-spNavigation {
        width: 100%;
        height: 100vh;
        position: absolute;
        top: 40px;
        left: 0;
        z-index: 1000;
        background-color: rgba(0, 0, 0, 0.4);
        visibility: hidden;
        opacity: 0;
        transition: 0.4s ease;
    }

    .bg-spNavigation.is-show {
        visibility: visible;
        opacity: 1;
    }
}

/* ==========================================================================//
//
// [Section]
//
// ========================================================================== */

/* ==========================================================================//
// [Normal]
// ========================================================================== */

.renew_style .re_section {
    margin: 60px 0 0 0;
}

@media screen and (max-width: 1040px) {
    .renew_style .re_section {
        margin: 60px 15px 0 15px;
    }
}

@media screen and (max-width: 767px) {    
    .renew_style .re_section {
        margin: 60px 0 0 0;
    }
}

/* ==========================================================================//
// [Reverse]
// ========================================================================== */

.renew_style .re_section_reverse {
    margin-left: calc(50% - 49.1vw);
    margin-right: calc(50% - 49.1vw);
    margin-top: 50px;
    margin-bottom: 50px;
}

.renew_style .re_section_reverse .wrapper {
    max-width: 1280px;
    background-color: #f5f5f5;
    margin: 0 auto;
}

.renew_style .re_section_reverse .container {
    max-width: 990px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 70px 0 50px;
}

@media screen and (max-width: 640px) {
    .renew_style .re_section_reverse .container {
        width: 100%;
        flex-wrap: wrap;
        padding: 70px 0 0;
    }
}

.renew_style .re_section_reverse .block {
    width: 49%;
    box-sizing: border-box;
    background-color: #fff;
    position: relative;
    padding: 45px 25px 25px 25px;
}

@media screen and (max-width: 640px) {
    .renew_style .re_section_reverse .block {
        width: 100%;
        margin: 0 25px 60px;
        padding: 45px 25px 25px 25px;
    }
}

.renew_style .re_section_reverse .block .headingLv2 {
    position: absolute;
    left: 55px;
    top: -22px;
}

@media screen and (max-width: 640px) {
    .renew_style .re_section_reverse .block .headingLv2 {
        left: 26px;
        top: -22px;
    }
}

.renew_style .re_section_reverse .block .box .image {
    margin-bottom: 20px;
    display: block;
}

@media screen and (max-width: 640px) {
    .renew_style .re_section_reverse .block .box .image img {
        width: 100%;
    }
}

.renew_style .re_section_reverse .block .box .link {
    display: inline-block;
    padding-left: 20px;
    position: relative;
}

.renew_style .re_section_reverse .block .box .link::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 12px;
    margin-top: -9px;
    background: url(/common/images/shared/arrow/right01.png) 0 0 no-repeat;
}

.renew_style .re_section_reverse .block .box .link .outer {
    background: url(/common/renew-assets/images/ico_window_02.png) right center no-repeat;
    display: block;
    padding-right: 20px;
}

/* ==========================================================================//
// [Philosophy]
// ========================================================================== */

.renew_style .re_section_philosophy {
    text-align: center;
    margin-bottom: 100px;
}

.renew_style .re_section_philosophy .logo {
    margin-bottom: 40px;
}

.renew_style .re_section_philosophy .catch .small {
    font-size: 2.4rem;
    display: block;
}

.renew_style .re_section_philosophy .catch .large {
    font-size: 4.0rem;
    display: block;
}

.renew_style .re_section_philosophy .lead {
    margin-top: 40px;
    font-size: 1.6rem;
    line-height: 2.4;
}

.renew_style .re_section_philosophy .block {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
    padding: 0 50px;
}

.renew_style .re_section_philosophy .block .box {
    width: 46%;
}

.renew_style .re_section_philosophy .block .box .title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.renew_style .re_section_philosophy .block .box .text {
    text-align: left;
}

.renew_style .re_section_philosophy .note .text {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.renew_style .re_section_philosophy .note .text img {
    height: 22px;
    padding-right: 10px;
    width: auto;
}

.renew_style .re_section_philosophy .link {
    position: relative;
    padding-left: 20px;
    display: inline-block;
    font-size: 1.4rem;
}

.renew_style .re_section_philosophy .link::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 12px;
    margin-top: -9px;
    background: url(/common/images/shared/arrow/right01.png) 0 0 no-repeat;
}

.renew_style .re_section_philosophy .link:hover::before {
    background: url(/common/images/shared/arrow/right02.png) 0 0 no-repeat;
}

/* ==========================================================================//
// [Distributors]
// ========================================================================== */

.renew_style .re_section_distributors .headingLv2 {
    text-align: center;
    border: none;
}

.renew_style .re_section_distributors .text {
    text-align: center;
    margin-bottom: 40px;
}

.renew_style .re_section_distributors .accordion {
    display: none;
}

.renew_style .re_section_distributors .announce {
    display: none;
}

@media screen and (max-width: 767px) {
    .renew_style .re_section_distributors .announce {
        display: block;
        text-align: center;
        font-weight: bold;
        color: #920000;
        margin-bottom: 15px;
    }
}

.renew_style .re_section_distributors .accordion .table .scroll {
    overflow-y: inherit;
    overflow-x: inherit;
}

@media screen and (max-width: 767px) {
    .renew_style .re_section_distributors .accordion .table {
        width: 100%;
    }
    .renew_style .re_section_distributors .accordion .table .scroll {
        overflow: scroll;
        overflow-y: scroll;
        overflow-x: scroll;
    }
}

.renew_style .re_section_distributors .buttonOpen {
    display: block;
    margin: 0 auto;
    background-color: #2c5200;
    border-radius: 50px;
    color: #fff;
    font-size: 1.34em;
    width: 280px;
    text-align: center;
    padding: 6px 0;
    cursor: pointer;
    position: relative;
}

.renew_style .re_section_distributors .buttonOpen:hover {
    background-color: #eabe08;
}

.renew_style .re_section_distributors .buttonOpen span {
    display: block;
    position: absolute;
    right: 2px;
    top: 2px;
    background-color: #fff;
    width: 33px;
    height: 33px;
    border-radius: 50px;
}

.renew_style .re_section_distributors .buttonOpen span::before,
.renew_style .re_section_distributors .buttonOpen span::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: #2c5200;
    width: 16px;
    height: 2px;
    transform: translate(-50%,-50%);
}

.renew_style .re_section_distributors .buttonOpen span::before {
    width: 16px;
    height: 2px;
}

.renew_style .re_section_distributors .buttonOpen span::after {
    width: 2px;
    height: 16px;
}

.renew_style .re_section_distributors .buttonOpen.minus span::after {
    display: none;
}

.renew_style .re_section_distributors .buttonOpen:hover span::before,
.renew_style .re_section_distributors .buttonOpen:hover span::after {
    background-color: #eabe08;
}


/* ==========================================================================//
//
// [Tab Box]
//
// ========================================================================== */

.renew_style .re_tabBox {
    margin: 0 -30px;
}

@media screen and (max-width: 767px) {
    .renew_style .re_tabBox {
        margin: 0;
    }
}

.renew_style .re_tabBox .controller {
    display: flex;
    width: 100%;
    align-items:flex-end;
}

.renew_style .re_tabBox .controller .button {
    border: 1px solid #9d9d9d;
    border-bottom: none;
    width: 50%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 1.6rem;
    font-weight: bold;
    cursor: pointer;
    padding: 15px 0;
    background-color: #2c5200;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

@media screen and (max-width: 767px) {
    .renew_style .re_tabBox .controller .button {
        font-size: 1.2rem;
        padding: 10px 0;
    }
}

.renew_style .re_tabBox .controller .button:hover,
.renew_style .re_tabBox .controller .button.is-active {
    background-color: #fff;
    color: #333;
}

.renew_style .re_tabBox .tab {
    border: 1px solid #9d9d9d;
    border-top: none;
    padding: 70px 50px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

@media screen and (max-width: 767px) {
    .renew_style .re_tabBox .tab {
        padding: 30px 20px;
    }
}

.renew_style .re_tabBox .tab#tab02 {
    display: none;
}
/*佐々木追記221110*/
.renew_style .re_tabBox .tab#tab03 {
    display: none;
}

/*佐々木追記230324*/
.renew_style .re_tabBox .tab#tab04 {
    display: none;
}

.renew_style .re_tabBox .tab .headingLv2 {
    margin-left: 0;
}

.renew_style .re_tabBox .tab > .button {
    box-sizing: border-box;
    display: block;
    background-color: #2c5200;
    color: #fff;
    font-weight: bold;
    margin: 30px auto 0;
    border-radius: 20px;
    padding: 5px 30px;
    width: 100%;
    max-width: 280px;
    transition: 0.4s ease;
}

.renew_style .re_tabBox .tab > .button:hover {
    background-color: #eabe08;
    text-decoration: none;
}

/* ==========================================================================//
//
// [Product List]
//
// ========================================================================== */

.renew_style .productList {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative;
}

@media screen and (max-width: 767px) {
    .renew_style .productList {
        justify-content: space-between;
    }
}

.renew_style .productList.cols3 .item {
    width: 30%;
    margin: 0 5% 30px 0;
}

@media screen and (max-width: 767px) {
    .renew_style .productList.cols3 .item {
        width: 48%;
        margin: 0 0 25px 0;
    }
}

.renew_style .productList.cols3 .item:nth-child(3n) {
    margin-right: 0;
}

.renew_style .productList.cols4 .item {
    width: 22%;
    margin: 0 4% 30px 0;
}

@media screen and (max-width: 767px) {
    .renew_style .productList.cols4 .item {
        width: 48%;
        margin: 0 2% 30px 0;
    }
}

.renew_style .productList.cols4 .item:nth-child(4n) {
    margin-right: 0;
}

@media screen and (max-width: 767px) {
    .renew_style .productList.cols4 .item:nth-child(2n) {
        margin-right: 0;
    }
}

.renew_style .productList .item .link .image {
    border: 5px solid #ebebeb;
    transition: 0.4s ease;
    width: 100%;
    height: 167px;
    position: relative;
    overflow: hidden;
}

.renew_style .productList .item .link .image img {
    object-fit: cover;
    width: 100%;
    height: 167px;
}

@media screen and (max-width: 1040px) {
    .renew_style .productList .item .link .image,
    .renew_style .productList .item .link .image img {
        height: 16vw;
    }
}

@media screen and (max-width: 767px) {
    .renew_style .productList .item .link .image,
    .renew_style .productList .item .link .image img {
        height: 28vw;
    }
}

.renew_style .productList .item .link .image:hover {
    border: 5px solid #2c5200;
}

.renew_style .productList .item .link .image img:hover {
    opacity: 1;
}

.renew_style .productList .item .text {
    position: relative;
    padding-left: 20px;
    display: inline-block;
}

.renew_style .productList .item .text::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 12px;
    margin-top: -9px;
    background: url(/common/images/shared/arrow/right01.png) 0 0 no-repeat;
}

.renew_style .productList .item .text:hover::before {
    background: url(/common/images/shared/arrow/right02.png) 0 0 no-repeat;
}

.renew_style .re_productBox {
    margin: 0 -30px 0;
}

@media screen and (max-width: 1040px) {
    .renew_style .re_productBox {
        margin: 0;
    }
}

@media screen and (max-width: 767px) {
    .renew_style .re_productBox {
        margin: 0 10px 0;
    }
}

.renew_style .re_productBox .headingLv2 {
    margin-left: 0;
}

.renew_style .productList .item.expansion {
    overflow: visible;
    position: relative;
    min-height: 220px;
    height: 250px;
}

@media screen and (max-width: 767px) {
    .renew_style .productList .item.expansion {
        min-height: auto;
        height: auto;
    }
}

.renew_style .productList .item.expansion .box {
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 50%;
    padding: 15px;
    transform: translate(-50%,0);
    transition: 0.1s ease;
    z-index: 998;
    min-height: 220px;
    height: 220px;
    top: 5px;
}

@media screen and (max-width: 767px) {
    .renew_style .productList .item.expansion .box {
        position: relative;
        width: 100%;
        left: auto;
        padding: 0;
        transform: translate(0,0);
        min-height: auto;
        height: auto;
    }
}

.renew_style .productList .item.expansion .box:hover {
    position: absolute;
    width: 107%;
    box-shadow: 0px 10px 15px 0 rgba(0, 0, 0, 0.2);
    z-index: 999;
    min-height: auto;
    height: auto;
}

@media screen and (max-width: 1040px) {
    .renew_style .productList .item.expansion .box:hover {
        position: relative;
        width: 100%;
        box-shadow: none;
        min-height: auto;
        height: auto;
    }
}

.renew_style .productList .item.expansion .box .link.new {
    position: relative;
    display: block;
}

.renew_style .productList .item.expansion .box .link.new::after {
    content: 'NEW';
    display: block;
    position: absolute;
    left: 10px;
    top: -10px;
    padding: 1px 5px;
    background-color: #eabe08;
    font-size: 1.0rem;
    font-weight: bold;
}

.renew_style .productList .item.expansion .box .link .image {
    border: 1px solid #ebebeb;
    height: 145px;
}

.renew_style .productList .item.expansion .box .link .image:hover {
    border: 1px solid #2c5200;
}

.renew_style .productList .item.expansion .box .link .image img {
    width: 100%;
    max-width: 100%;
    height: 145px;
}

@media screen and (max-width: 1040px) {
    .renew_style .productList .item.expansion .box .link .image,
    .renew_style .productList .item.expansion .box .link .image img {
        height: 14.1vw;
    }
}

@media screen and (max-width: 767px) {
    .renew_style .productList .item.expansion .box .link .image,
    .renew_style .productList .item.expansion .box .link .image img {
        height: 28.6vw;
    }
}

.renew_style .productList .item.expansion .box .text {
    font-weight: bold;
}

.renew_style .productList .item.expansion .box .summary {
    margin-top: 5px;
    visibility: hidden;
    display: none;
    opacity: 0;
}

.renew_style .productList .item.expansion .box:hover .summary {
    visibility: visible;
    display: block;
    opacity: 1;
}

@media screen and (max-width: 1040px) {
    .renew_style .productList .item.expansion .box:hover .summary {
        visibility: hidden;
        display: none;
        opacity: 0;    
    }
}

.renew_style .productList .item.expansion .box .detail {
    background-color: #2c5200;
    border-radius: 5px;
    display: block;
    color: #fff;
    text-align: center;
    padding: 3px 0;
    visibility: hidden;
    display: none;
    opacity: 0;
}

.renew_style .productList .item.expansion .box:hover .detail {
    visibility: visible;
    display: block;
    opacity: 1;
}

@media screen and (max-width: 1040px) {
    .renew_style .productList .item.expansion .box:hover .detail {
        visibility: hidden;
        display: none;
        opacity: 0;    
    }
}

.renew_style .productList .item.expansion .box .detail:hover {
    background-color: #eabe08;
    text-decoration: none;
}

/* ==========================================================================//
//
// [Inquiry]
//
// ========================================================================== */

.renew_style .re_inquiry_block {
    margin-left: calc(50% - 49.1vw);
    margin-right: calc(50% - 49.1vw);
    position: relative;
    margin-bottom: 1px;
}

@media screen and (max-width: 1300px) {
    .renew_style .re_inquiry_block {
        margin-left: 0;
        margin-right: 0;
    }    
}

/*.renew_style .re_inquiry_block.is-fixed {
    position: fixed;
    top: calc( 100vh - 106px );
    left: 50%;
    transform: translate(-50%,0);
    z-index: 10000;
    margin: 0;
    max-width: 1280px;
    width: 100%;
}*/

.renew_style .re_inquiry_block .controller {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translate(-50%,0);
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .renew_style .re_inquiry_block .controller {
        top: -50px;
    }
}

.renew_style .re_inquiry_block .controller .button {
    font-weight: bold;
    display: inline-block;
    width: 280px;
    margin: 0 5px;
    background-color: #2c5200;
    height: 50px;
    font-size: 1.0em;
    cursor: pointer;
    color: #fff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .renew_style .re_inquiry_block .controller .button {
        margin: 0 3px;
        width: auto;
        height: auto;
        padding: 8px 10px;
        font-size: 1.3rem;
    }
}

.renew_style .re_inquiry_block .controller .button:hover {
    background-color: #eabe08;
}

.renew_style .re_inquiry_block .controller .button.is-active {
    background-color: #F5F2E9;
    color: #000;
    cursor: auto;
}

.renew_style .re_inquiry_block .controller .button .small {
    font-weight: normal;
    font-size: 0.75em;
}

.renew_style .re_inquiry_block .wrapper {
    background-color: #F5F2E9;
    margin: 0 auto;
    padding: 50px 0;
    position: relative;
    /*top: 130px;*/
    /*transition: 0.4s ease;*/
    max-width: 1280px;
    width: 100%;
    text-align: left;
    display: none;
}

.renew_style .re_inquiry_block .wrapper.is-show {
    display: block;
}

/*.renew_style .re_inquiry_block.is-show .wrapper {
    top: 0;
    visibility: visible;
}*/

.renew_style .re_inquiry_block .container {
    max-width: 990px;
    margin: 0 auto;
    font-size: 0.86em;
}

@media screen and (max-width: 767px) {
    .renew_style .re_inquiry_block .container {
        padding: 0 15px;
    }
}

.renew_style .re_inquiry_block .text {
    text-align: center;
    margin: 0 0 15px 0;
}

.renew_style .re_inquiry_block .buttons {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .renew_style .re_inquiry_block .buttons {
        flex-wrap: wrap;
    }
}

.renew_style .re_inquiry_block .button {
    margin: 0 5px 10px;
}

@media screen and (max-width: 767px) {
    .renew_style .re_inquiry_block .button {
        width: 100%;
    }
}

.renew_style .re_inquiry_block .link {
    display: block;
    border-radius: 3px;
    background-color: #2c5200;
    color: #fff;
    font-size: 1.33em;
    padding: 9px 25px;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .renew_style .re_inquiry_block .link {
        padding: 18px 10px;
    }
}

.renew_style .re_inquiry_block .link:hover {
    background-color: #eabe08;
    text-decoration: none;
}

.renew_style .re_inquiry_block .link.large {
    min-width: 350px;
}

@media screen and (max-width: 767px) {
    .renew_style .re_inquiry_block .link.large {
        width: 100%;
        min-width: 100%;
    }
}

.renew_style .re_inquiry_block .mail {
    background: url(/common/images/components/elem_button_list/inquiry.png) left 50% no-repeat;
    padding: 0 0 0 40px;
}

@media screen and (max-width: 767px) {
    .renew_style .re_inquiry_block .mail {
        font-size: 1.4rem;
    }
}

.renew_style .re_inquiry_block .faq {
    background: url(/common/images/components/elem_button_list/purchase.png) left 50% no-repeat;
    padding: 0 0 0 40px;
}

.renew_style .re_inquiry_block .information {
    margin: 50px 0 0 0;
    display: flex;
}

@media screen and (max-width: 767px) {
    .renew_style .re_inquiry_block .information {
        flex-wrap: wrap;
        margin: 30px 0 0 0;
    }
}

.renew_style .re_inquiry_block .box {
    width: 50%;
    padding: 0 30px;
}

@media screen and (max-width: 767px) {
    .renew_style .re_inquiry_block .box {
        width: 100%;
    }
}

.renew_style .re_inquiry_block .box:nth-child(1) {
    border-right: 1px solid #C7C7C7;

}

@media screen and (max-width: 767px) {
    .renew_style .re_inquiry_block .box:nth-child(1) {
        border-right: none;
        border-bottom: 1px solid #C7C7C7;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
}

.renew_style .re_inquiry_block .heading {
    text-align: center;
    margin: 0 0 15px 0;
}

.renew_style .re_inquiry_block .title {
    font-weight: bold;
    font-size: 1.35em;
    position: relative;
}

.renew_style .re_inquiry_block .title:before,
.renew_style .re_inquiry_block .title:after {
    position: absolute;
    top: 50%;
    content: '';
    width: 40px;
    height: 1px;
    background-color: #000;
    display: block;
}

.renew_style .re_inquiry_block .title:before {
    left: -50px;
}

.renew_style .re_inquiry_block .title:after {
    right: -50px;
}

.renew_style .re_inquiry_block .subtitle {
    text-align: center;
    margin-top: -10px;
}

.renew_style .re_inquiry_block .tag {
    margin: 15px 0 0 -7px;
    text-align: center;
}

@media screen and (max-width: 500px) {
    .renew_style .re_inquiry_block .tag {
        text-align: center;
        margin: 15px 0 0 0;
    }
}

.renew_style .re_inquiry_block .half {
    display: flex;
}

@media screen and (max-width: 500px) {
    .renew_style .re_inquiry_block .half {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.renew_style .re_inquiry_block .area {
    width: 50%;
}

@media screen and (max-width: 500px) {
    .renew_style .re_inquiry_block .area {
        width: 100%;
    }
}

.renew_style .re_inquiry_block .definition {
    display: flex;
    justify-content: center;
    font-size: 1.33em;
}

@media screen and (max-width: 500px) {
    .renew_style .re_inquiry_block .definition {
        justify-content: center;
    }
}

.renew_style .re_inquiry_block .definition .content {
    font-weight: bold;
}

.renew_style .re_inquiry_block .definition.type01 .name {
    min-width: 45px;
}

@media screen and (max-width: 500px) {
    .renew_style .re_inquiry_block .definition.type02 {
        justify-content: center;
        flex-wrap: wrap;
    }
}

.renew_style .re_inquiry_block .definition.type02 .name {
    min-width: 160px;
    font-size: 0.94em;
}

@media screen and (max-width: 500px) {
    .renew_style .re_inquiry_block .definition.type02 .name {
        width: 100%;
        text-align: center;
    }
}

.renew_style .re_inquiry_block .definition.type02 .content {
    font-size: 0.94em;
}

@media screen and (max-width: 500px) {
    .renew_style .re_inquiry_block .definition.type02 .content {
        width: 100%;
        text-align: center;
    }
}

.renew_style .re_inquiry_block .definition.type03 .name {
    min-width: 85px;
    font-size: 0.94em;
}

.renew_style .re_inquiry_block .definition.type03 .content {
    font-size: 0.94em;
}

.renew_style .re_inquiry_block .definition .content .small {
    font-size: 0.75em;
}

.renew_style .re_inquiry_block .freecall {
    text-align: center;
    margin: 0;
}

@media screen and (max-width: 500px) {
    .renew_style .re_inquiry_block .freecall {
        text-align: center;
    }
}

.renew_style .re_inquiry_block .freecall .name {
    font-size: 1.33em;
}

.renew_style .re_inquiry_block .freecall .number {
    display: inline-block;
    margin-left: 10px;
    font-weight: bold;
}

/* ==========================================================================//
//
// [Page Top]
//
// ========================================================================== */

.space_pageTop {
    margin-top: 150px;
}

@media screen and (max-width: 767px) {
    .space_pageTop {
        margin-top: 50px;
    }
}

.renew_style .btn_pageTop {
    position: fixed;
    bottom: 65px;
    width: 100%;
    max-width: 1280px;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 9998;
    height: 0;
    overflow: visible;
}

@media screen and (max-width: 767px) {
    .renew_style .btn_pageTop {
        display: none;
    }
}

.renew_style .btn_pageTop.is-auto {
    top: -40px;
    position: relative;
}

.renew_style .btn_pageTop .button {
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 25px;
    width: 40px;
    height: 40px;
    background-color: #2c5200;
    cursor: pointer;
}

.renew_style .btn_pageTop .button:hover {
    background-color: #eabe08;
}

.renew_style .btn_pageTop .button::before {
    position: absolute;
    width: 15px;
    height: 15px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    content: '';
    display: block;
    top: 15px;
    left: 50%;
    transform: translate(-50%,0) rotate(-45deg);
}

/* ==========================================================================//
//
// [Slick Slide]
//
// ========================================================================== */

.renew_style .slick-slide img {
    width: auto;
    height: auto;
}

.slick-dots {
    position: absolute;
    left: 50%;
    bottom: -28px;
    display: block;
    width: 990px;
    margin-left: -495px;
    list-style: none;
    text-align: center;
    padding: 0;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    letter-spacing: normal;
    height: 9px;
    width: 75px;
    margin: 0 6px;
    padding: 0;
    cursor: pointer;
    background: #9d9d9d;
}

.slick-dots li.slick-active {
    background: #2c5200;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 12px;
    width: 62px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

@media only screen and (max-width: 1010px) {
    .slick-slider:not(.top-main-slider) {
        padding: 0;
    }
}

.renew_style .re_productDetailBox .slick-dots li.slick-active,
.renew_style .re_productDetailBox .slick-dots li:hover {
    border: 3px solid #2c5200;
}

/* ==========================================================================//
//
// [Drug Caution]
//
// ========================================================================== */

.renew_style .re_drug_caution {
    position: absolute;
    top: 0;
    left: calc(50% - 49.1vw);
    width: 98vw;
    height: 100%;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.94);
    display: none;
    visibility: hidden;
}

@media screen and (max-width: 767px) {
    .renew_style .re_drug_caution {
        box-sizing: border-box;
        padding: 0 15px;
    }
}

.renew_style .re_drug_caution.is-show {
    display: block;
    visibility: visible;
}

.renew_style .re_drug_caution .wrapper {
    width: 100%;
    max-width: 990px;
    margin: 0 auto;
    padding: 30px 0 0 0;
}

.renew_style .re_drug_caution .headingLv2 {
    margin-left: 0;
}

.renew_style .re_drug_caution .text {
    margin-top: 30px;
}

.renew_style .re_drug_caution .numberList {
    margin-top: 30px;
}

.renew_style .re_drug_caution .item {
    display: flex;
}

.renew_style .re_drug_caution .num {
    width: 1.3em;
}

.renew_style .re_drug_caution .box {
    margin: 30px 0 0 0;
    background-color:#f3f3f3;
    padding: 30px 15px;
}

.renew_style .re_drug_caution .question {
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}

.renew_style .re_drug_caution .buttons {
    display: flex;
    justify-content: center;
}

.renew_style .re_drug_caution .button {
    margin: 0 10px;
    background-color: #2c5200;
    color: #fff;
    padding: 5px 0;
    width: 250px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 3px;
    display: block;
}

.renew_style .re_drug_caution .button:hover {
    background-color: #eabe08;
    text-decoration: none;
}

/* ==========================================================================//
//
// [Product Detail]
//
// ========================================================================== */

.renew_style .re_productDetailBox {
    display: flex;
    margin: 0 -30px 30px;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media screen and (max-width: 1040px) {
    .renew_style .re_productDetailBox {
        margin: 0 0px 60px;
    }
}

@media screen and (max-width: 767px) {
    .renew_style .re_productDetailBox {
        margin: 0 0px 20px;
    }
}

.renew_style .re_productDetailBox .productArea {
    width: 48%;
}

@media screen and (max-width: 767px) {
    .renew_style .re_productDetailBox .productArea {
        width: calc( 100% - 30px );
        margin: 0 15px 15px;
        box-sizing: border-box;
    }
}

.renew_style .re_productDetailBox .summaryArea {
    width: 48%;
}

@media screen and (max-width: 767px) {
    .renew_style .re_productDetailBox .summaryArea {
        width: 100%;
    }
}

.renew_style .re_productDetailBox .summaryArea .headingLv2 {
    margin-left: 0;
}

.renew_style .re_productDetailBox .box {
    box-sizing: border-box;
    border: 1px solid #c9c9c9;
    padding: 20px;
    position: relative;
    margin-bottom: 90px;
    overflow: visible;
}

.renew_style .re_productDetailBox .box.noThumb {
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .renew_style .re_productDetailBox .box {
        padding: 20px;
        margin-bottom: 90px;
    }
}

.renew_style .re_productDetailBox .box .item {
    width: 100%;
}

.renew_style .re_productDetailBox .box .item img {
    width: 100%;
}

.renew_style .re_productDetailBox .prev,
.renew_style .re_productDetailBox .next {
    position: absolute;
    width: 26px;
    height: 26px;
    top: 50%;
    transform: translate(0,-50%);
    background-color: #2c5200;
    border-radius: 50%;
    cursor: pointer;
}

.renew_style .re_productDetailBox .prev:hover,
.renew_style .re_productDetailBox .next:hover {
    background-color: #eabe08;
}

.renew_style .re_productDetailBox .prev {
    left: -13px;
}

.renew_style .re_productDetailBox .next {
    right: -13px;
}

.renew_style .re_productDetailBox .prev::before,
.renew_style .re_productDetailBox .next::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: block;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    width: 0;
    height: 0;
}

.renew_style .re_productDetailBox .prev::before {
    border-right: 6px solid #fff;
}

.renew_style .re_productDetailBox .next::before {
    border-left: 6px solid #fff;
}

.renew_style .re_productDetailBox .slick-dots {
    justify-content: center;
    margin: 0 !important;
    position: absolute;
    left: 50%;
    bottom: -72px;
    width: 100%;
    transform: translate(-50%,0);
    display: block !important;
}

@media screen and (max-width: 767px) {
    .renew_style .re_productDetailBox .slick-dots {
        bottom: -55px;
    }    
}

.renew_style .re_productDetailBox .slick-dots li {
    width: 60px;
    height: auto;
    margin: 0 5px;
    border: 3px solid #c9c9c9;
    transition: 0.4s ease;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .renew_style .re_productDetailBox .slick-dots li {
        width: 45px;
    }
}

/* ==========================================================================//
//
// [Helper]
//
// ========================================================================== */

.only-pc {
    display: block;
}

@media screen and (max-width: 767px) {
    .only-pc {
        display: none;
    }
}

@-moz-document url-prefix() {
    .only-pc {
        display: inline;
    }
}

.w-150-pc { width: 150px !important; }
.w-200-pc { width: 200px !important; }
.w-250-pc { width: 250px !important; }
.w-300-pc { width: 300px !important; }
.w-350-pc { width: 350px !important; }
.w-930-pc { width: 930px !important; }

.w-150-pc img { max-width: 100% !important; }
.w-200-pc img { max-width: 100% !important; }
.w-250-pc img { max-width: 100% !important; }
.w-300-pc img { max-width: 100% !important; }
.w-350-pc img { max-width: 100% !important; }

@media screen and (max-width: 767px) {
    .w-100per-sp { width: 100% !important; }
}

.ta-c { text-align: center; }
.ta-r { text-align: right; }

.d-inline { display: inline !important; }

.fw-b { font-weight: bold; }

.mt-10 { margin-top: 10px; }
.mt-20 { margin-top: 20px; }
.mt-30 { margin-top: 30px; }
.mt-40 { margin-top: 40px; }
.mt-50 { margin-top: 50px; }
.mt-60 { margin-top: 60px; }
.mt-70 { margin-top: 70px; }
.mt-80 { margin-top: 80px; }
.mt-90 { margin-top: 90px; }
.mt-100 { margin-top: 100px; }

.mb-5 { margin-bottom: 5px; }
.mb-10 { margin-bottom: 10px; }
.mb-20 { margin-bottom: 20px; }
.mb-30 { margin-bottom: 30px; }
.mb-40 { margin-bottom: 40px; }
.mb-50 { margin-bottom: 50px; }
.mb-60 { margin-bottom: 60px; }
.mb-70 { margin-bottom: 70px; }
.mb-80 { margin-bottom: 80px; }
.mb-90 { margin-bottom: 90px; }
.mb-100 { margin-bottom: 100px; }

.ml-5 { margin-left: 5px; }
.ml-10 { margin-left: 10px; }
.ml-15 { margin-left: 15px; }
.ml-20 { margin-left: 20px; }
.ml-25 { margin-left: 25px; }

.mr-5 { margin-right: 5px; }
.mr-10 { margin-right: 10px; }
.mr-15 { margin-right: 15px; }
.mr-20 { margin-right: 20px; }
.mr-25 { margin-right: 25px; }

.text-indent {
    margin: 0 0 5px 1.25em;
    text-indent: -1.25em;
}

.text-indent02 {
    margin: 0 0 5px 1.75em;
    text-indent: -1.75em;
}

.text-indent-follow {
    margin: 0 0 10px 1.25em;
}

.whiteSpace-wrap-pc {
    white-space: normal !important;
}

.d-flex {
    display: flex;
    align-items: center;
}

.wordbreak-breakall {
    word-break: break-all;
}

.f-color {
    color: #920000;
}

/* ==========================================================================//
//
// [Adjust]
//
// ========================================================================== */


.block {
    display: flex;
    flex-wrap: wrap;
}

.block.col4 .box {
    box-sizing: border-box;
    width: 21%;
    margin: 0 15px 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

@media screen and (max-width: 767px) {
    .block.col4 .box {
        box-sizing: border-box;
        width: 41%;
    }
}

.block .box .image {
    width: 100%;
    text-align: center;
}

.block .box .text {
    width: 100%;
}

.renew_style .textListNavi.adjust01 {
    margin: 30px -30px 0 -30px;
}

@media screen and (max-width: 767px) {
    .renew_style .textListNavi.adjust01 {
        margin: 30px 0;
    }
}

.movie-youtube {
    max-width: 767px;
}

.movie-youtube .movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.movie-youtube .movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 767px) {
    #mainArea {
        margin: 20px 10px 100px;
    }
}

.elem_section_block {
    margin-bottom: 30px;
}

.w-adjust-related-image {
    object-fit: cover;
    width: 217px !important;
    height: 141px !important;
}
