/*
各画面用のスタイルを記述するCSSです。
*/
.column.-main.-calendar .pc{
    display: block;
}
.column.-main.-calendar .sp{
    display: none;
}

/* CALENDAR cover */

.column.-main.-calendar .main_mv {
    margin: 55px auto 70px;
    position: relative;
}

.column.-main.-calendar .main_mv p {
    position: absolute;
    bottom: 0;
    line-height: 2;
}

.column.-main.-calendar .main_mv p ._visible-lg {
    display: initial !important;
}

.column.-main.-calendar ._img-flex {
    width: 100%;
    height: auto;
}

.column.-main.-calendar .flex-wrap{
    display: flex;
}

/* download */

.column.-main.-calendar .download-caution{
    line-height: 1.7;
    margin-bottom: 40px;
}

.column.-main.-calendar .download-caution ul{
    margin-left: 30px;

}

.column.-main.-calendar .download-frame{
    position: relative;
    display: inline-block;
    padding: 10px 15px;
    min-width: 120px;
    max-width: 100%;
    background: #fff;
    border: solid 1px #ccc;
    font-size: .16rem;
    font-weight: 700;
    border-radius: 6px;
}

.column.-main.-calendar .download-frame:before{
    content: "";
    position: absolute;
    bottom: -17px;
    left: 50%;
    margin-left: -6px;
    border: 8px solid transparent;
    border-top: 12px solid #FFF;
    z-index: 2;
}

.column.-main.-calendar .download-frame:after{
    content: "";
    position: absolute;
    bottom: -17px;
    left: 50%;
    margin-left: -5px;
    border: 7px solid transparent;
    border-top: 10px solid #ccc;
    z-index: 1;
}

.column.-main.-calendar .download-frame p{
    margin: 0;
    padding: 0;
}

  .column.-main.-calendar .download-btn a {
    /* display: block;
    width: 100%;
    height: 40px; */
    padding: 10px 25px;
    /* border-radius: 6px;
    text-decoration: none;
    color: #333;
    border: solid 1px #ccc; */
    background:url(/solution/financial-assets/service/calendar2025/img/download_icon.png) no-repeat 140px 13px,#fff;
    font-size: .15rem;
    /* font-weight: 700;
    text-align: left; */
  }

.column.-main.-calendar .image-mouseover-1 {
    position: relative;
    overflow: visible;
    width: 100%;
    height: auto;
    }
.column.-main.-calendar .image-mouseover-1 img {
    display: block;
    transition-duration: 0.5s;
    position: relative;
    z-index: 5;
    }
.column.-main.-calendar .image-mouseover-1 img:hover {
    transform: scale(1.66,1.66);
    transition-duration: 0.5s;
    box-shadow: 0px 0px 5px 2px rgba(35,24,21,0.5);
    position: relative;
    z-index: 10;
    }

.column.-main.-calendar .calendar-wrap{
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: space-between;
    margin-bottom: 20px;
}

.column.-main.-calendar .calendar-wrap > li{
        border: solid 1px #ccc;
        width: 22.5%;
        margin-bottom: 40px;
    }

.column.-main.-calendar .download-area {
    background: #faf7f4;
    border-top: solid 3px #999;
    padding: 15px;
}

.column.-main.-calendar .download-area .download-btn-area{
    margin-bottom: 7px;
    justify-content: space-between;
    align-items: center;
}


.column.-main.-calendar .download-area .download-btn-area .year{
    font-size: .22rem;
    font-weight: 700;
}
.column.-main.-calendar .year{
    width: 27%
}
.column.-main.-calendar .download-btn{
    width: 73%;
}

.column.-main.-calendar .download-btn a {
    /* display: block; */
    width: 100%;
    min-width: 0;
    /* height: 40px; */
    /* padding: 10px 15%; */
    /* border-radius: 6px; */
    /* text-decoration: none; */
    /* color: #333; */
    /* border: solid 1px #ccc; */
    background:url(/solution/financial-assets/service/calendar2025/img/download_icon.png) no-repeat 86% center,#fff;
    /* font-weight: 700;
    text-align: left; */
}

.column.-main.-calendar .download-btn a:hover {
    color: #fff;
    background:url(/solution/financial-assets/service/calendar2025/img/download_icon_hover.png) no-repeat 86% center,#42425a;
        font-weight: 700;
  }

  .column.-main.-calendar .download-area .img-size{
    text-align: right;
    font-size: 0.12rem;
}


.column.-main.-calendar .download-area .img-size{
        text-align: right;
    }

.column.-main.-calendar .all-download-button a {
        /* display: block; */
        /* width: 440px; */
        /* height: 40px; */
        margin: 0 auto 60px;
        padding: 10px 40px;
        /* border-radius: 6px; */
        /* text-decoration: none; */
        color: #d1161b;
        /* border: solid 2px #d1161b; */
        background:url(/solution/financial-assets/service/calendar2025/img/download_icon.png) no-repeat 383px 16px,#fff;
        /* font-size: .16rem; */
        /* font-weight: 700; */
}

.column.-main.-calendar .all-download-button a:hover{
    color: #fff;
    background:url(/solution/financial-assets/service/calendar2025/img/download_icon_hover.png) no-repeat 383px 16px,#d1161b;
        /* font-weight: 700; */

}

.column.-main.-calendar .precautions{
    border: 1px solid #ccc;
    background-color: #fff;
    margin-bottom: 60px;
    padding: 10px 20px 20px;
    line-height: 1.7;
}

.column.-main.-calendar .precautions dt{
    font-weight: 700;
    font-size: .2rem;
    margin-bottom: 10px;
}

.column.-main.-calendar .precautions dd{
    text-indent: -40px;
    padding-left: 30px;
    font-size: .16rem;
}

/* Person-introduction */

.column.-main.-calendar .Person-introduction{
    line-height: 1.7;
    justify-content: space-between
}
.column.-main.-calendar .Person-introduction .Person-introduction-text{
    width: 72.5%;
    margin-left: 40px;
}

.column.-main.-calendar .Person-introduction .Person-introduction-text .name{
    background: #faf7f4;
    font-weight: 700;
    font-size: .2rem;
    margin-bottom: 40px;
    padding: 16px 30px;
}

.column.-main.-calendar .Person-introduction .Person-introduction-text .name span{
    margin-right: 20px;
}

.column.-main.-calendar .Person-introduction .Person-introduction-text .text{
    margin-bottom: 30px;
}

.column.-main.-calendar .Person-introduction .Person-introduction-text .text a{
    color:#09348b ;
    text-decoration: none;
}

.column.-main.-calendar .Person-introduction .Person-introduction-text .text :hover{
    color:#09348b ;
    text-decoration: underline;
}

.column.-main.-calendar .-primary-calendar{
    margin-top: 50px;
}

@media screen and (max-width: 1240px){
    .column.-main.-calendar .main_mv p {
        position: static;
        margin-top: 1em;
        line-height: 2;
        padding-inline: 1em;
    }
    .column.-main.-calendar .main_mv p ._visible-lg {
        display: none !important;
    }
    .column.-main.-calendar .download-area .download-btn-area{
        display: block;

    }

    .column.-main.-calendar .year{
        width: 100%;
        text-align: center;
        margin-bottom: 7.5px;
    }
    .column.-main.-calendar .download-btn{
        width: 100%;
    }

    .column.-main.-calendar .download-btn a {
        padding: 10px 15% 10px 5%;
    }

}



@media screen and (max-width: 767px){
    /* body {
        min-width: 320px;
    } */

    .column.-main.-calendar .pc{
        display: none;
    }

    .column.-main.-calendar .sp{
        display: block;
    }

    /* CALENDAR cover */

    .column.-main.-calendar .download-caution {
        display: block;
        margin-bottom: 10px;
    }

    .column.-main.-calendar .download-caution ul{
        margin-left: 0;
    }

    .column.-main.-calendar .download-caution ul li{
        text-indent: -15px;
        padding-left: 15px;
    }

    .column.-main.-calendar .download-frame{
        min-width: 100%;
        margin-bottom: 15px;
        padding: 3px 15px;
        font-size: .15rem;
    }

    .column.-main.-calendar .download-frame p{
        text-align: center;
    }

    .column.-main.-calendar .calendar-wrap {
        margin-bottom: 5px;
    }

    .column.-main.-calendar .calendar-wrap > li{
        border: solid 1px #ccc;
        width: 48.4%;
        margin-bottom: 15px;
    }

    .column.-main.-calendar .download-area {
        padding: 5px;
    }
    .column.-main.-calendar .download-area .download-btn-area .year {
        font-size: .20rem;
    }

    .column.-main.-calendar .download-btn a {
        display: block;
        width: 100%;
        height: 30px;
        padding: 5px 15%;
    }

    .column.-main.-calendar .image-mouseover-1 img:hover {
        transform: none;
        box-shadow:none;
        }

    .column.-main.-calendar .download-area .img-size {
        font-size: 0.10rem;
    }


    .column.-main.-calendar .all-download-button{
        width: 100%;
    }
    .column.-main.-calendar .all-download-button a {
        width: 100%;
        height: auto;
        padding: 10px 20px 10px 10px;
        background:url(/solution/financial-assets/service/calendar2025/img/download_icon.png) no-repeat 96% center,#fff;
        margin-bottom: 30px;
        font-size: .15rem;
    }

    .column.-main.-calendar .all-download-button a:hover{
    color: #fff;
    background:url(/solution/financial-assets/service/calendar2025/img/download_icon_hover.png) no-repeat 96% center,#d1161b;

    }

    .column.-main.-calendar .precautions{
        margin-bottom: 25px;
        padding: 10px 15px 20px;
    }
    .column.-main.-calendar .precautions dt{
        font-size: .18rem;
        margin-bottom: 0;;
    }
    .column.-main.-calendar .precautions dd {
        font-size: .15rem;
    }

    .column.-main.-calendar .Person-introduction .Person-introduction-text .name span{
        margin-right: 0px;
    }

    .column.-main.-calendar .Person-introduction figure{
        width: 43%;
    }
    .column.-main.-calendar .Person-introduction .Person-introduction-text {
    margin-left: 10px;
    width: 57%;
    }

    .column.-main.-calendar .Person-introduction .Person-introduction-text .name{
        font-size: .16rem;
        padding: 7px 15px;
    }

    .column.-main.-calendar .Person-introduction-text-sp{
    line-height: 1.7;
    margin-top: 15px;
    }

    .column.-main.-calendar .Person-introduction-text-sp p:nth-of-type(2){
        margin-top: 25px;
    }

    .column.-main.-calendar .-primary-calendar {
        margin-top: 0;
    }

}

@media screen and (max-width: 375px){

    .column.-main.-calendar .download-btn a {
        font-size: .13rem;
    }
}



