@charset "utf-8";
/* CSS Document */

/* 共通指定 */
.productSyuttoBox,
.productSyuttoBox-main {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    color: #333;
}
.syuttoMainSlider .swiper-slide > img,
.syuttoMainSlider__thum .swiper-slide > img,
.productSyuttoBox .this__youTube > iframe,
.productSyuttoBox .this__video > video,
.productSyuttoNumList > li .this__num > img,
.productSyuttoFlowList > li .this__num > img,
.productSyuttoFlowList > li .this__img > img,
.productSyuttoIconList > li .this__icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
}
.productSyuttoBox-main p,
.productSyuttoBox p {
    font-size: 120%;
    line-height: 1.8;
}
.productSyuttoBox img {
    max-width: 100%;
    height: auto;
}
@media all and (max-width: 640px) {	/* SmartPhone */
    .productSyuttoCol2-img,
    .productSyuttoFlowList > li,
    .productSyuttoPickUp,
    .productSyuttoSet,
    .productSyuttoDownload {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* メインボックス */
.productSyuttoBox-main {
    margin-top: 12px;
}
.syuttoMainSlider__thum {
    margin-top: 12px;
}
.syuttoMainSlider__thum .swiper-wrapper {
    justify-content: center;
}
.syuttoMainSlider .swiper-slide {
    max-width: 100%;
    aspect-ratio: 650 / 462;
}
.syuttoMainSlider__thum .swiper-slide {
    width: 90px;
    aspect-ratio: 90 / 64;
    transition: 0.3s;
}
.syuttoMainSlider__thum .swiper-slide:hover {
    cursor: pointer;
    opacity: 0.6;
}
.productSyuttoBox-main .this__ttl-main {
    color: #37538B;
    font-size: 160%;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 24px;
}
.productSyuttoBox-main .this__catchcopy {
    margin-top: 40px;
}
.productSyuttoBox-main .this__catchcopy-sp {
    display: none;
}
@media all and (max-width: 640px) {	/* SmartPhone */
    .syuttoMainSlider__thum .swiper-slide {
        width: 20%;
    }
    .productSyuttoBox-main .this__ttl-main {
        font-size: 180%;
        margin-top: 12px;
    }
    .productSyuttoBox-main .this__catchcopy {
        margin-top: 35px;
    }
    .productSyuttoBox-main .this__catchcopy-pc {
        display: none;
    }
    .productSyuttoBox-main .this__catchcopy-sp {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 355px;
    }
}
/* コンテンツボックス共通 */
.productSyuttoBox {
    margin-top: 40px;
}
.productSyuttoBox h2 {
    color: #37538B;
    font-size: 210%;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 40px;
}
.productSyuttoBox h2 .this__logo {
    display: inline-block;
    width: 138px;
}
.productSyuttoBox h2 .this__logo > img {
    position: relative;
    top: 12px;
}
.productSyuttoBox .this__ttl-leftline {
    color: #2785CA;
    font-size: 150%;
    font-weight: bold;
    border-left: 2px solid #2785CA;
    line-height: 1.25;
    padding: 4px 0 3px 14px;
    margin-top: 48px;
    margin-bottom: 24px;
}
.productSyuttoBox .this__ttl-underline {
    color: #2785CA;
    font-size: 160%;
    border-left: 0;
    border-bottom: 1px solid #2785CA;
    padding: 4px 0 14px 0;
    margin-top: 30px;
    margin-bottom: 24px;
}
.productSyuttoBox h4 {
    font-size: 125%;
    color: #37538B;
    font-weight: bold;
    line-height: 1.4;
    margin-top: 24px;
    margin-bottom: 8px;
}
.productSyuttoBox .this__youTube,
.productSyuttoBox .this__video {
    max-width: 100%;
    aspect-ratio: 16 / 9;
}
.productSyuttoBox table {
    font-size: 120%;
    line-height: 1.4;
    border: none;
    white-space: normal;
    margin-top: 30px;
    margin-bottom: 30px;
}
.productSyuttoBox table th {
    background-color: transparent;
    background-image: none;
    font-weight: bold;
    min-width: 180px;
}
.productSyuttoBox table th,
.productSyuttoBox table td {
    border: none;
    position: relative;
    padding: 24px 5px;
    vertical-align: top;
}
.productSyuttoBox table th::before,
.productSyuttoBox table td::before,
.productSyuttoBox table tr:last-of-type th::after,
.productSyuttoBox table tr:last-of-type td::after {
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    left: 0;
    width: 100%;
    box-sizing: border-box;
}
.productSyuttoBox table th::before,
.productSyuttoBox table td::before {
    top: 0;
}
.productSyuttoBox table tr:last-of-type th::after,
.productSyuttoBox table tr:last-of-type td::after {
    bottom: 0;
}
.productSyuttoBox table th::before,
.productSyuttoBox table tr:last-of-type th::after {
    background-color: #2785CA;
}
.productSyuttoBox table td::before,
.productSyuttoBox table tr:last-of-type td::after {
    background-color: #DEDEDE;
}
@media all and (max-width: 640px) {	/* SmartPhone */
    .productSyuttoBox {
        margin-top: 15px;
    }
    .productSyuttoBox-main .this__ttl-main {
        font-size: 180%;
    }
    .productSyuttoBox h2 {
        font-size: 180%;
        margin-bottom: 20px;
    }
    .productSyuttoBox h2 .this__logo {
        width: 124px;
    }
    .productSyuttoBox h2 .this__logo > img {
        top: 11px;
    }
    .productSyuttoNumList > li {
        font-size: 140%;
    }
    .productSyuttoBox .this__ttl-underline {
        font-size: 140%;
        padding: 4px 0 8px 0;
    }
    .productSyuttoBox .this__ttl-leftline {
        font-size: 140%;
        padding: 4px 0 1px 12px;
    }
    .productSyuttoBox h4 {
        font-size: 120%;
    }
    .productSyuttoBox table {
        font-size: 110%;
    }
    .productSyuttoBox table th {
        min-width: auto;
    }
}

/* コンテンツボックス個別パーツ */
.productSyuttoCol2-img {
    display: flex;
    gap: 30px;
    margin-top: 24px;
    margin-bottom: 42px;
}
.productSyuttoCol2-img > li {
    width: calc( (100% - 30px) / 2 );
}
.productSyuttoNumList > li {
    position: relative;
    padding-left: 78px;
    border-bottom: 1px solid #DEDEDE;
    padding-top: 15px;
    padding-bottom: 24px;
    margin-bottom: 24px;
    font-size: 150%;
    font-weight: bold;
    line-height: 1.5;

}
.productSyuttoNumList > li:last-of-type {
    border-bottom: none;
    margin-bottom: 15px;
}
.productSyuttoNumList > li .this__num {
    position: absolute;
    top: 0;
    left: 0;
    width: 54px;
    aspect-ratio: 1 / 1;
}
.productSyuttoEvaList {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 25px;
    margin-top: 20px;
    margin-bottom: 48px;
}
.productSyuttoEvaList > li {
    width: calc( (100% - 50px) / 3 );
}
.productSyuttoEvaList > li p {
    font-size: 105%;
}
.productSyuttoEvaList > li .this__img {
    margin-bottom: 10px;
}
.productSyuttoFlowList > li {
    display: flex;
    align-items:flex-start;
    gap: 20px;
    margin-bottom: 16px;
}
.productSyuttoFlowList > li .this__num {
    position: absolute;
    top: -3px;
    left: -3px;
    width: 32px;
    aspect-ratio: 1 / 1;
}
.productSyuttoFlowList > li .this__img {
    width: 280px;
    aspect-ratio: 280 / 160;
    border-radius: 8px;
    overflow: hidden;
}
.productSyuttoFlowList > li .this__txt {
    box-sizing: border-box;
    width: calc( 100% - 280px );
    padding: 12px 0 0 0;
}
.productSyuttoFlowList > li .this__ttl {
    font-size: 150%;
    font-weight: bold;
    position: relative;
    padding-left: 42px;
    margin-bottom: 14px;
}
.productSyuttoPickUp {
    background-color: #E9F3FA;
    border-radius: 12px;
    padding: 24px;
    margin-top: 60px;
    margin-bottom: 60px;
}
.productSyuttoPickUp .this__ttl {
    font-size: 165%;
    text-align: center;
    color: #2785CA;
    line-height: 1.4;
    margin-bottom: 20px;
}
.productSyuttoPickUp .this__ttl-inner {
    display: inline-block;
    position: relative;
    padding: 0 24px;
}
.productSyuttoPickUp .this__ttl-inner::before,
.productSyuttoPickUp .this__ttl-inner::after {
    content: "";
    display: block;
    width: 18px;
    height: 28px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 5px;
}
.productSyuttoPickUp .this__ttl-inner::before {
    left: 0;
    background-image: url(../img/syutto/deco-left.svg);
}
.productSyuttoPickUp .this__ttl-inner::after {
    right: 0;
    background-image: url(../img/syutto/deco-right.svg);
}
.productSyuttoIconList > li {
    box-sizing: border-box;
    position: relative;
    min-height: 100px;
    padding-left: 120px;
    padding-top: 23px;
    margin-bottom: 12px;
}
.productSyuttoIconList > li .this__icon {
    width: 100px;
    aspect-ratio: 1 / 1;
    position: absolute;
    top: 0;
    left: 0;
}
.productSyuttoDownload {
    background-color: #F5F5F5;
    border-radius: 15px;
    padding: 20px 40px;
    display: flex;
    margin-top: 80px;
    margin-bottom: 80px;
}
.productSyuttoDownload .this__img {
    box-sizing: border-box;
    padding-left: 24px;
    width: calc( 100% - 360px);
}
.productSyuttoDownload .this__img > img {
    width: 126px;
}
.productSyuttoDownload .this__txt {
    box-sizing: border-box;
    width: 360px;
    padding-top: 40px;
}
.productSyuttoDownload .this__link-download {
    display: block;
    box-sizing: border-box;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #DEDEDE;
    margin-bottom: 8px;
    font-size: 120%;
    line-height: 1.4;
    color: #333;
    font-weight: bold;
    text-decoration: none;
    padding: 17px 17px 17px 50px;
    position: relative;
    transition: 0.3s;
}
.productSyuttoDownload .this__link-download::before {
    content: "";
    box-sizing: border-box;
    display: block;
    width: 27px;
    height: 27px;
    top: 15px;
    left: 15px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    background-image: url(../img/syutto/icon-download.svg);
}
.productSyuttoDownload .this__link-download:hover {
    opacity: 0.6;
}
#video_syutto_features {
    position: relative;
}
#video_syutto_features_btn {
    content: "";
    display: block;
    width: 60px;
    aspect-ratio: 1 / 1;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/syutto/video-play.png);
    transform: translateY(-30px) translateX(-30px);
}
#video_syutto_features_btn:hover {
    cursor: pointer;
}
#video_syutto_features #video_syutto_features_btn {
    display: none;
}
#video_syutto_features.is-pause #video_syutto_features_btn {
    display: block;
}
@media all and (max-width: 640px) {	/* SmartPhone */
    .productSyuttoCol2-img {
        display: block;
    }
    .productSyuttoCol2-img > li {
        width: 100%;
        margin-bottom: 40px;
    }
    .productSyuttoCol2-img > li:last-of-type {
        margin-bottom: 0;
    }
    .productSyuttoNumList > li .this__num {
        width: 48px;
    }
    .productSyuttoNumList > li {
        font-size: 120%;
        padding-left: 55px;
    }
    .productSyuttoEvaList {
        display: block;
    }
    .productSyuttoEvaList > li {
        width: 100%;
        display: flex;
        align-items:flex-start;
        margin-bottom: 15px;
    }
    .productSyuttoEvaList > li .this__img {
        width: 180px;
        margin-right: 10px;
        margin-bottom: 0;
    }
    .productSyuttoEvaList > li .this__txt {
        width: calc( 100% - 195px );
        padding-top: 8px;
    }
    .productSyuttoFlowList {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .productSyuttoFlowList > li {
        display: block;
        margin-bottom: 30px;
    }
    .productSyuttoFlowList > li .this__img {
        width: 100%;
    }
    .productSyuttoFlowList > li .this__ttl {
        font-size: 140%;
        padding-left: 38px;
        margin-bottom: 7px;
        margin-top: 4px;
    }
    .productSyuttoFlowList > li .this__txt {
        width: 100%;
        padding: 8px 0 0 0;
    }
    .productSyuttoPickUp {
        padding: 15px;
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .productSyuttoPickUp .this__ttl-inner::before,
    .productSyuttoPickUp .this__ttl-inner::after {
        width: 12px;
        height: 28px;
        top: 3px;
    }
    .productSyuttoPickUp .this__ttl {
        font-size: 120%;
        margin-bottom: 10px;
    }
    .productSyuttoPickUp .this__ttl-inner {
        padding: 0 18px;
    }
    .productSyuttoIconList > li {
        min-height: 80px;
        padding-left: 95px;
        padding-top: 8px;
        margin-bottom: 15px;
    }
    .productSyuttoIconList > li .this__icon {
        width: 80px;
    }
    .productSyuttoDownload {
        padding: 20px;
    }
    .productSyuttoDownload .this__img {
        padding-left: 0;
        padding-right: 15px;
        width: 80px;
    }
    .productSyuttoDownload .this__txt {
        padding-top: 0;
        width: calc(100% - 80px);
    }
    .productSyuttoDownload .this__link-download {
        font-size: 110%;
        padding: 17px 5px 17px 44px;
    }
    .productSyuttoDownload .this__link-download::before {
        width: 25px;
        height: 25px;
        left: 10px;
    }
}
@media all and (max-width: 413px) {
    .productSyuttoDownload .this__link-download {
        font-size: 100%;
    }
}

/* 汎用設定 */
.productSyuttoBox .this__txt-cap {
    font-size: 100%;
    color: #D90000;
}
.productSyuttoBox .this__sp {
    display: none;
}
@media all and (min-width: 641px) {

}
@media all and (max-width: 640px) {	/* SmartPhone */
    .productSyuttoBox .this__pc {
        display: none;
    }
    .productSyuttoBox .this__sp {
        display: block;
    }
}