@charset "UTF-8";

/* 20220325 追記 */
.ir_list_btnList .btn__more {
    display: none;
    font-weight: bold;
}

.ir .ir_list_btnList {
    text-align: center;
    margin-bottom: 56px;
}

.ir .ir_list_btnList .btn__more {
    display: inline-block;
    margin-top: 48px;
}

.contents__title {
    margin-bottom: 20px;
}

.contents__title::after {
    width: 100%;
}

#tab li {
    width: 34%;
}

@media screen and (max-width: 768px) {
    .contents__title {
        font-size: 24px;
        padding-bottom: 10px;
        margin-bottom: 16px;
        line-height: 36px;
    }

    .contents__title.ir_lib {
        margin-bottom: 0px;
    }

    .ir_lib_h3 {
        font-size: 20px;
        padding-top: 36px;
        margin: 0;
    }

    .ir .ir_list_btnList {
        text-align: center;
        margin-bottom: 32px;
    }

    .ir_list_btnList .btn__more {
        display: inline-block;
        padding-top: 28px;
    }

    #tab.tab-typeIR {
        padding-bottom: 0;
        margin-bottom: 16px;
    }

    #irp-press-title {
        font-size: 24px;
        padding-top: 0;
        margin-left: 0;
        margin-bottom: 16px;
    }
}

@media screen and (max-width: 425px) {
    .ir_list_btnList .btn__more {
        display: block;
        padding-top: 22px;
    }

    .main__contents .contents__title:after {
        width: 100%;
    }
}

@media (max-width:767px) {
    .txt-more {
        margin-top: 1em;
    }
}

/*フロートバナー*/
#fixedItem_quick-pc {
    position: fixed;
    right: 0;
    bottom: 80px;
    width: 90px;
    display: block;
    z-index: 10;
    -moz-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

/* line 418, ../sass/_parts.scss */
#fixedItem_quick-pc a {
    display: block;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

/* line 422, ../sass/_parts.scss */
#fixedItem_quick-pc a:hover {
    opacity: 0.6;
}

/* line 425, ../sass/_parts.scss */
#fixedItem_quick-pc.show {
    right: 0;
}
@media (max-width:767px) {
    #fixedItem_quick-pc{
        display: none;
    }
}
.who-sp{
    display: none;
}
@media (max-width:767px) {
    .who-sp{
    display: block;
        padding-top: 60px;
}
}
@media (max-width:767px){
    .add_sp_padtop{
        padding-top: 30px!important;
    }
}

.supplement_box{
    padding: 1em;
    text-align: left;
    background-color: #f7f7f7;
    margin-top: 80px!important;
}
@media (max-width:767px){
    /*.supplement_box{
        margin-top: 1em;
    }*/
    .add_margintop{
        margin-top: 0!important;
    }
}
