@charset "utf-8";
/* not sans jp */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800&display=swap');

body{
    font-family: 'Noto Sans JP', sans-serif;
}

.en_content{
 display: none;
}

/* ポップアップ画面 */
.popup_background{
    position: absolute;
    height: 100vh;
    width: 100%;
    background-color: gray;
    opacity: 0.7;
    z-index: 100;
    top: 0;
}
.popup{
    width: auto; /*90%;*/
    height: 90%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    overflow-y: hidden;
    z-index: 200;
}

/* .articleHeader{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: row;
    padding: 10px 20px 20px;
    background: #f6f6f6;
    border-radius: 5px;
    border-top: 4px solid #909090;
    border-top-color: #23ac38;
}

.articleHeader_title{
    margin: 20px 0 0;
    width: 100%;
    font-size: 2.1428571429rem;
    font-weight: 700;
    font-family: Shin Go Medium;
    line-height: 1.4;
    color: #23AC38;
}

.articleHeader_title_eng{
    margin: 2px 0 0;
    width: 100%;
    font-size: 1.5em;
    font-weight: 700;
    font-family: Shin Go Medium;
    line-height: 1.4;
    color: #23AC38;
    text-align: center;
    font-family: serif;
}

.TOS_text{
    padding: 15px;
    font-family: "Shin Go Regular", "Yu Gothic", 游ゴシック, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, sans-serif;
    font-weight: 400;
    width: 860px;
    font-size: 14px;
    margin: 0 auto;
    color: #333;
    word-break: break-all;
    text-align: left;
    font-weight: 600;
}
.TOS_text p{
    margin-top: 20px;
    margin-bottom: 0;
}
.PP_text{
    padding: 15px;
    font-family: "Shin Go Regular", "Yu Gothic", 游ゴシック, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, sans-serif;
    font-weight: 400;
    width: 860px;
    font-size: 14px;
    margin: 0 auto;
    color: #333;
    word-break: break-all;
    text-align: left;
    font-weight: 600;
}
.PP_text p{
    margin-top: 20px;
    margin-bottom: 0;
} */

.pop_close{
    position: sticky;
    width: 30px;
    height: 30px;
    font-size: 30px;
    line-height: 30px;
    /* right: 20px;
    top: 10px; */
    left: calc(860px - 20px);
    cursor: pointer;
    background-color: white;

}

.TOS_content{
    width: 860px;
    height: 100%;
    /* overflow: scroll; */
}

.engdisp{
    display: none;
}

.pp_content{
    width: 860px;
    height: 100%;
    /* overflow: scroll; */
}
.footer{
    max-width: 1200px;
    display: flex;
    justify-content: end;
    margin: 0 auto;
    margin-top: 35px;
}

.footerp{
    margin: 0;
    text-align: left;
    width: 224px;
    height: 20px;
    display: flex;
    justify-content: flex-end;
    /* font: normal normal normal 14px/24px A-OTF Shin Go Pro; */
    /* font-family: Shin Go Medium; */
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #231C19;
    opacity: 1;
    font-weight: 600;
}
.en_footerp{
    margin: 0;
    text-align: left;
    width: 230px;
    height: 20px;
    display: flex;
    justify-content: flex-end;
    /* font: normal normal normal 14px/24px A-OTF Shin Go Pro; */
    /* font-family: Shin Go Medium; */
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #231C19;
    opacity: 1;
    font-weight: 600;
}

.footerp p{
    margin: 0;
}
.en_footerp p{
    margin: 0;
}

iframe{
    border:none;
    overflow: hidden;
}