@charset "UTF-8";

/*  modal---------------------------------------------------------- */
.modal_open {
    overflow-y: hidden;
}

.modal_open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal_open .modal.in {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 12001;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    display: none;
    width: 90%;
    max-width: 1100px;
}

.modal .modal_dialog {
    display: block;
    position: relative;
}

.modal .modal_dialog .modal_body {
    padding: calc(60px * var(--font-ratio));
    background: #fff;
    border-radius: calc(8px);
}

.modal .modal_dialog .modal_body2 {
    padding: 15px;
    background: #fff;
}

.modal .modal_dialog .voice_modal_grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.modal .modal_dialog .voice_modal_grid .voice_modal_img {
    width: calc(264px * var(--font-ratio));
}

.modal .modal_dialog .voice_modal_grid .voice_modal_img p {
    line-height: 1.75;
    font-size: 14px;
    margin-top: 10px;
}

.modal .modal_dialog .voice_modal_grid .voice_modal_img ._name {
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
}

.modal .modal_dialog .voice_modal_grid .voice_modal_txt {
    width: calc(100% - 290px);
    position: relative;
}

.modal .modal_dialog .voice_modal_grid .voice_modal_txt .modal_close02 {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -40px;
}

.modal .modal_dialog .voice_modal_grid .voice_modal_txt .modal_close02 a {
    font-size: 18px;
    color: #0094a3;
    display: inline-block;
}

/*.modal .modal_dialog .voice_modal_grid .voice_modal_txt .modal_close02 a:before {
    content: "";
    width: 20px;
    height: 20px;
    background: url("/solution/carbon_offset/img/icon_modal_close.svg") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 3px;
    margin-right: 10px;
}*/

.modal .modal_dialog .voice_modal_grid .voice_modal_txt ._title {
    font-size: calc(15rem / var(--root-font-size) * var(--font-ratio) * 1.6);
    font-weight:500;
    margin-bottom: 20px;
    margin-top;
}
.modal .modal_dialog .text02 .c-link{
    display:inline-block;
    margin-top: calc(15rem / var(--root-font-size) * var(--font-ratio) * 1.6);
}
.modal .modal_dialog .modal_movie {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 55%;
}

.modal .modal_dialog .modal_movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modal_movie_txt {
    display: block;
    margin-top: 20px;
    text-align: center;
}

.modal_backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 12000;
    background-color: #000;
}

.modal_backdrop.fade {
    opacity: 0;
}

.modal_backdrop.in {
    opacity: .7;
}

.modal_close {
    /*background-color: #0094a3;
    border-radius: 100%;*/
    font-size: 0;
    line-height: 0;
    display: inline-block;
    text-indent: 0 !important;
    position: absolute;
    width: 50px;
    height: 50px;
    right: 15px;
    top: 15px;
    border: none;
    outline: none;
}

.modal_close:after {
    content: "\f10a";
    font-size:calc(20px * var(--font-ratio));
    line-height: 1;
    font-family: iconfont !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.js_modal_bg {
    background: rgba(0, 0, 0, 0.3);
    display: none;
    height: 130%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10100;
}

@media screen and (max-width: 767px) {
    .alliance_about iframe {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .modal {
        max-width: 100%;
        width: 100%;
    }

    .modal .modal_dialog {
        width: 100%;
    }

    .modal .modal_dialog .modal_content {
        padding: 0 20px;
    }

    .modal .modal_dialog .modal_body {
        padding: calc(30px * var(--font-ratio));
    }

    .modal .modal_dialog .voice_modal_grid .voice_modal_img {
        width: 100%;
    }

    .modal .modal_dialog .voice_modal_grid .voice_modal_img ._image {
        width: 80%;
        float: none;
        margin-top: calc(16px * var(--font-ratio));
        margin-right: auto;
        margin-left: auto;
    }

    .modal .modal_dialog .voice_modal_grid .voice_modal_txt {
        width: 100%;
        margin-top: 20px;
    }

    .modal .modal_dialog .voice_modal_grid .voice_modal_txt .box_scroll {
        height: 200px;
        overflow-y: auto;
    }

    .modal .modal_dialog .voice_modal_grid .voice_modal_txt ._title {
        /*font-size: 20px;*/
        margin-bottom: 15px;
    }

    .modal .modal_dialog .modal_movie {
        padding-top: 75%;
    }

    .modal_close {
        right: 30px;
        top: 10px;
    }
}