/* モーダル */

/* PCレイアウト */
/*-------------------------------------------*/
.modal-bg {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100vh;
    background-color:rgba(0,0,0,0.6);
    cursor:pointer;
}
.modal-wrap {
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100vh;
    z-index:100;
    z-index: 10000;
}
.modal-inner {
    position:absolute;
    top:2%;
    left:0;
    right:0;
    width:96%;
    max-width:950px;
    height:calc(90vh - 40px);
    margin:auto;
    line-height:1.6;
}

.modal-inner .content {
    overflow-y:auto;
    width:calc(100% - 40px);
    height:100%;
    background-color:#ffffff;
    margin:0 auto;
    padding:0 0 3%;
    border:20px solid #000000;
    text-align: left;
    font-family:'Noto Serif JP','游明朝','Yu Mincho',YuMincho,serif;
    font-size:1.0em;
    letter-spacing:0.1em;
}
.modal-inner img {
    max-width:100%;
    height:auto;
}

.modal-inner .image {
    margin-bottom: 45px;
}
.modal-inner .image:first-child {
    margin-bottom: 0;
}
.modal-inner h2,
.modal-inner h3,
.modal-inner p {
    width:93%;
    margin-left: auto;
    margin-right: auto;
}
.modal-inner h2 {
    margin-bottom:1em;
    line-height:1.6;
    font-size:2.4em;
    font-weight:900;
}
.modal-inner h3 {
    margin-bottom:1em;
    line-height:1.6;
    font-size:1.8em;
    font-weight:900;
}
.modal-inner p {
    margin-bottom:1.5em;
    line-height:2.2;
    font-size:1.4em;
    font-weight:500;
    letter-spacing:0.075em;
}
.modal-inner p.eol {
    margin-bottom:3.5em;
}
.modal-inner p.bottom {
    margin-bottom:60px;
}
.modal-inner p.right {
    text-align: right;
}
.modal-inner p.center {
    text-align: center;
}
.modal-inner p.note {
    font-size: 1.2em;
}

.modal-inner strong {
    font-weight:900;
}
.modal-inner .red {
    color:#ff0000;
}
.modal-inner img {
    display: block;
}

.modal-inner .name-wrap {
    background-color: #dddddd;
    margin-bottom: 60px;
    padding: 3em 0 1em;
}
.modal-inner .name {
    display: flex;
    justify-content: space-between;
    align-items:flex-end;
    width:93%;
    margin:0 auto 1em;
}
.modal-inner .name h4 {
    padding-left: 1em;
    line-height:1.6;
    font-size:1.8em;
    font-weight:900;
    text-indent: -1em;
}
.modal-inner .name .photo {
    width: 18.5%;
}

.modal-inner p.name-lead {
    margin-bottom: 2.5em;
    line-height: 1.8;
}
.modal-inner p.name-lead.eol {
    margin-bottom: 5em;
}

.modal-inner .speaker {
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    margin-left: 3.5%;
    padding-left: 82px;
    line-height:70px;
    font-size:1.8em;
    font-weight:900;
}
.modal-inner .speaker.nakamura {
    background-image: url("../images/sec09_photo02.png");
}
.modal-inner .speaker.miura {
    background-image: url("../images/sec09_photo01.png");
}




/* close button */
span.modal-close {
    cursor:pointer;
}
span.modal-close:hover {
    opacity:0.7;
}

.btn-close {
    position:absolute;
    top:8px;
    right:8px;
    width:28px;
    height:28px;
    margin:auto;
    z-index:9999;
}
.btn-close span {
    display:inline-block;
    background-repeat:no-repeat;
    background-position:left center;
    background-image:url("../images/modal_close.png");
    background-size:contain;
    width:100%;
    height:100%;
    text-indent:-9999px;
    z-index:2;
    cursor:pointer;
    transition:opacity .3s ease-in;
}


/* interview 2 */
.modal-inner .modal1-main-image {
    margin-bottom: 3em;
}
.modal-inner h3.modal2-name {
    margin-bottom:0;
}
.modal-inner .modal2-image {
    width:93%;
    margin-left: auto;
    margin-right: auto;
}
.modal-inner .modal2-caption {
    box-sizing: border-box;
    position: relative;
    width:93%;
    background-color: #eaeaea;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:3em;
    padding: 0.75em 1.5em;
    line-height: 1.4;
    font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
    font-size: 1.2em;
}
.modal-inner .modal2-caption:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 5px;
    height: 64%;
    background-color: #000000;
    margin: auto;
    content: "";
}

.modal-inner ol.modal2-list {
    width:86%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3em;
    padding-left: 1.5em;
    list-style: decimal;
    font-size: 1.4em;
}
.modal-inner ol.modal2-list li {
    margin-bottom: 0.5em;
}
@media only screen and (max-width: 750px) {
    .modal-inner .modal2-caption {
        font-size:0.9em
    }
    .modal-inner ol.modal2-list {
        font-size:1.0em
    }
}

/* 表モーダル */
.modal-wrap2 {
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100vh;
    z-index:100;
    z-index: 10000;
}
.modal-inner a.modal2-excel {
    pointer-events: none;
}
@media only screen and (max-width: 750px) {
    .modal-inner a.modal2-excel {
        pointer-events:inherit;
    }
    .modal-inner a.modal2-excel:after {
        display: block;
        text-align: right;
        font-size: 0.8em;
        color: #000000;
        text-decoration: none;
        content: "クリックで拡大できます";
    }
    .modal-inner a.modal2-excel:hover:after {
        text-decoration: none !important;
    }
}
.modal-wrap2.modal2_excel-wrap .modal-inner {
    overflow-x: hidden;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:96%;
    max-width:950px;
    height: 300px;
    padding-top: 24px;
}
.modal-wrap2.modal2_excel-wrap .modal-inner .img-wrap {
    overflow-x: auto;
    width: 100%;
}
.modal-wrap2.modal2_excel-wrap .modal-inner img {
    width: 950px;
    max-width: inherit;
}
.modal-wrap2.modal2_excel-wrap .btn-close {
    top: 0;
    right: 16px;
}
.modal-wrap2.modal2_excel-wrap .btn-close span {
    border: 1px solid #000000;
    border-radius: 100%;
}


/* 750px以下 */
/*-------------------------------------------*/
@media only screen and (max-width: 750px) {

.modal-inner {
    top:0;
    width:100%;
    height:calc(100vh - 11vw);
}
.modal-inner .content {
    width:calc(100% - 8vw);
    border:4vw solid #000000;
}

.btn-close {
    top:calc(4vw - 14px);
    right:calc(4vw - 14px);
}


.modal-inner h2 {
    font-size:1.6em;
}
.modal-inner h3 {
    font-size:1.2em;
}
.modal-inner p {
    font-size:1.0em
}
.modal-inner .name h4 {
    font-size:1.2em;
}

.modal-inner p.note {
    font-size: 0.9em;
}

.modal-inner .speaker {
    padding-left: 82px;
    font-size:1.2em;
}


}
/*-------------------------------------------*/
/* 750px以下 END */











