@charset "UTF-8";

/*------------------------------------------------------------
    ◆読み込みHTML
    /index.html
------------------------------------------------------------*/
.photoCard_text__movie {
    color: #333333;
    top: 90.206%;
    left: 0;
    width: 100%;
    text-align: center;
}

.photoCard_text__movie::after {
    display: none;
}
.imgCard {
    width: 93.75%;
    margin: 20px auto 0;
}
.btnCard {
    background-color: #F4FAFF;
    width: 100%;
    margin-top: 30px;
    padding: 30px 0;
}
.btnCard_inner {
    width: 93.75%;
    margin: 0 auto;
}
@media print, screen and (min-width: 770px) {
    .imgCard {
        width: 1200px;
        margin: 40px auto 0;
    }
    .btnCard {
        margin-top: 40px;
        padding: 40px 0;        
    }
    .btnCard_inner {
        width: 1200px;
        margin: 0 auto;
    }
}

.glance {
    width: 100%;
    margin-top: 40px;
}
.no1 {
    box-sizing: border-box;
    display: flex;
    justify-content:space-between;
    gap: 10px;
    background-color: #F4FAFF;
    padding: 20px 11px 20px 9px;
}
.no1_title {
    flex-basis: 100px;
    flex-shrink: 0; /* 幅を固定 */
}
.no1_title_text {
    font-size: 2.4rem;
    line-height: 1.5;
}
.no1_title_img {
    width: 100%;
    margin-top: 10px;
}
.no1_content {
    flex: 1; /* 残りの幅を全て使用 */
}
.no1_content_item {
    background: #fff;
    padding: 10px;
}
.no1_content_item + .no1_content_item {
    margin-top: 10px;
}
.no1_content_text {
    position: relative;
    padding-left: 22px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
}
.no1_content_text::before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: #1556A3;
    content: "\f521";
    margin-right: 6px;
}
@media print, screen and (min-width: 770px) {
    .glance {
        display: flex;
        justify-content: space-between;
        width: 1200px;
        margin: 60px auto 0;
    }
    .no1 {
        position: relative;
        width: 560px;
        border-radius: 8px;
        gap: 16px;
        padding: 87px 20px 20px;
    }
    .no1_title {
        flex-basis: 142px;
        flex-shrink: 0; /* 幅を固定 */
    }
    .no1_title_text {
        position: absolute;
        top: 20px;
        left: 20px;
        font-size: 3.2rem;
    }
    .no1_title_img {
        margin-top: 0;
    }
    .no1_content {
        flex: 1; /* 残りの幅を全て使用 */
    }
    .no1_content_item {
    }
    .no1_content_item + .no1_content_item {
        margin-top: 16px;
    }
    .no1_content_text {
    }
    .no1_content_text::before {
    }
}

.data {
    margin: 20px 10px 0
}
.dataBox {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.4vw;
}
.dataBox_item {
    display: block;
    box-sizing: border-box;
    color: #333 !important;
    box-sizing: border-box;
    border: solid 1px var(--main-blue);
    border-radius: 8px;
    text-align: center;
    padding: 20px 5px 24px;
}
.dataBox_img {
    display: block;
    width: 100%;
    height: 77px;
}
.dataBox_title {
    font-size: 1.4rem;
    font-weight: bold;
    margin-top: 10px;
    width: 100%;
    height: 48px;
    display: grid;
    place-content: center;
}
.dataBox_value {
    line-height: 1;
}
.dataBox_valueNum {
    position: relative;
    display: inline-block;
    font-size: 2.8rem;
    font-weight: bold;
    color: var(--main-blue);
}
.dataBox_valueNum sup {
    position: absolute;
    top: 3px;
    right: -26px;
    font-size: 1.4rem;
    font-weight: normal;
    color: #333;
}
.dataBox_valueUnit {
    display: block;
    margin-top: 6px;
    font-size: 1.4rem;
    font-weight: bold;
}
.data_link {
    margin-top: 20px;
    text-align: right;
}
.data_link a {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    color: var(--main-blue);
}
.data_link a::after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f054";
    color: var(--main-blue);
    margin-left: 8px;
}
@media print, screen and (min-width: 770px) {
    .data {
        width: 608px;
        margin: 0;
    }    
    .dataBox {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 16px;
    }
    .dataBox_item {
        padding: 34px 5px 38px;
    }    
    .data_link {
        margin-top: 34px;
    }
    .data_link a {
        font-size: 2.0rem;
    }    
}

.bannerCard {
    width: 93.75%;
    margin: 40px auto;
}
.bannerCard_title {
    border-left: solid 2px var(--main-blue);
    padding-left: 8px;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.5;
}
@media print, screen and (min-width: 770px) {
    .bannerCard {
        width: 1200px;
        margin: 60px auto 80px;
    }
    .bannerCard_title {
        border-left: solid 4px var(--main-blue);
        padding-left: 16px;
        font-size: 2.4rem;
    }
}

/* 上書き ------------------------------ */
.categoryTopBanner {
    border-top: none;
    margin-top: 30px;
    padding-top: 0;
}


/* 動画ボックス ------------------------------ */
div#shadow {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000000;
    z-index: 105;
}
div#boxwin {
    opacity: 1;
    display: none;
    position: absolute;
    width: 870px;
    padding:10px;
    background-color: #FFFFFF;
    z-index: 110;
}
div#boxWrap {
    width:850px;
    margin:0 auto;
}
div#boxWrap video {
    display:none;
}
.mov_video video {
    width: 100%;
    vertical-align: top;
    margin-bottom: 11.666%;
}
.mov_thum {
    display: none;
}
.photoCard,
.mov_video {
    display: none;
    position: relative;
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.16);
}
@media print, screen and (min-width: 770px) {
    .mov_thum:hover {
        cursor:pointer;
        opacity:0.7;
    }
}