@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@500&family=Sawarabi+Mincho&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.noto{
    font-family: 'Noto Sans', sans-serif;
}
.no_padding{
    padding: 0 0 15px !important;
}
.sawarabi{
    font-family: 'Sawarabi Mincho', serif;
}
/* .title.t_photo::before{
    background: url(../img/tittle_en.jpg)no-repeat center left/cover
} */
.t-center{
    text-align: center;
}
.sb_ttl{
    font-size: 26px;
    margin: 60px 0 30px;
    letter-spacing: 0.05em;
    line-height: 20px;
}
.dtl_txt p{
    letter-spacing: 0.1em;
    line-height: 34px;
    font-size: 16px;
    color: #2B2B2B;
}
.catalog_inner {
    max-width: 293px;
    margin: 40px auto 20px;
}
.catalog_inner a p {
    margin-bottom: 15px;
}
.catalog_inner .name {
    display: flex;
    justify-content: center;
    line-height: 1.5;
}
.catalog_inner .name::before {
    display: inline-block;
    content: "";
    width: 16px;
    height: 16px;
    background: url(../../../common/img/catalog/icon_pdf.svg)no-repeat top center/16px 16px;
    margin: 5px 5px 0 0;
}
.catalog_inner .name span.arrow {
    display: inline-block;
    width: 31px;
    height: 5px;
    background: url(../../../common/img/arrow_icon_black.svg) no-repeat top center/contain;
    vertical-align: 5px;
    margin-left: 10px;
}

.tbl_ttl{
    font-size: 30px;
    letter-spacing: 0.05em;
    font-weight: 400;
    margin-bottom: 60px;
    padding-bottom: 7px;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
}
.tbl_ttl::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 2px;
    background-color: #2C78AD;
    transform: translateY(50%);
}
table.tr_blue tr th {
    width: 30%;
    letter-spacing: 0.05em;
}
table.tr_blue tr td{
    letter-spacing: 0.05em;
    color: #2B2B2B;
}
table.tr_blue tr td a{
    text-decoration: none !important;
}
.extra_padding table.tr_blue tr th{
    border-bottom: 1px solid #e8e8e8;
}
.extra_padding table.tr_blue tr:nth-child(1) th {
    border-top: 1px solid #e8e8e8;
}
.map-responsive{
    overflow:hidden;
    position:relative;
    height:0;
    margin: 50px 0 0;
    padding-bottom:35.25%;
 }
 .map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
 }
 .ppt_wrap{
    margin-top: 50px;
    text-align: center;
 }
 @media screen and (max-width:768px) {
    .container{
        padding: 0 20px;
    }
    .sb_ttl{
        font-size: 22px;
        margin: 25px 0;
        letter-spacing: 0.1em;
        line-height: 34px;
    }
    .tbl_ttl{
        font-size: 22px;
        margin-bottom: 40px;
    }
    .map-responsive{
        padding-bottom:65.25%;
        margin: 35px 0 0;

    }
    .ppt_wrap{
        margin-top: 30px;
     }
    .ppt_wrap iframe{
        width: 100%;
        /* height: 300px; */
        height: 56.8vw;
     }
 }
