
a{
    text-decoration: underline;
}
.h1-text{
    font-family:"ＭＳ Ｐゴシック", serif;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    background-image: url('../images/new1.gif');
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    height: 40px;
    width: 100%;
    text-align: center;
    line-height: 25px;
}
.h1-p-text{
    font-family: "ＭＳ Ｐゴシック", serif;
    font-size: 12pt;
    color: #333333;
    word-wrap: break-word;
    line-height: 20px;
}
.h2-text {
    font-size: 14px;
    color: #333333;
    font-family: "ＭＳ Ｐゴシック", serif;
}
.h2-p-text{
    font-family: "ＭＳ Ｐゴシック", serif;
    font-size: 14px;
    color: #333333;
    word-wrap: break-word;
    line-height: 20px;
}
.h3-text{
    font-size: 14px;
    color: #333333;
    text-align: left;
    word-wrap: break-word;
    line-height: 20px;
}
.h4-text{
    font-size: 14px;
    color: #333333;
    text-align: left;
    word-wrap: break-word;
    line-height: 20px;
    font-family: "ＭＳ Ｐゴシック",serif;
}
.img-pdf{
    width: 283px;
    height: 200px;
}
.img-pdf2{
    height: 283px;
}
.p-text{
    font-size: 14px;
    color: #333333;
    text-align: left;
    word-wrap: break-word;
    line-height: 20px;
}
.member-img{
    width: 111px;
}
.member-title{
    font-size: 14px;
    word-wrap: break-word;
    line-height: 20px;
    margin-bottom: 1rem;
    font-family:"ＭＳ Ｐゴシック",serif;
}
.member-p-text {
    font-size: 14px;
    margin-bottom: 0;
    color: #333333;
    word-wrap: break-word;
    line-height: 20px;
    font-family: "ＭＳ Ｐゴシック", serif;
}
.movie-frame{
    max-width: 426px;
    margin: 0 auto;
}
.movie-wrap {
    position: relative;
    padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
}
.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.corner-detail {
    min-height: 170px;
    padding-bottom: 1rem;
    border-bottom: 1px dashed #333333;
}
@media screen and (max-width: 767.98px) {
    .h1-text {
        font-size: 16px;
        height: 30px;
    }
    .img-pdf{
        max-width: 100%;
        width: 100%;
        height: auto;
    }
    .img-pdf2{
        max-width: 100%;
        width: 100%;
        height: auto;
    }
    .member-title {
        font-size: 13px;
    }
    .member-img{
        width: auto;
    }
    .corner-detail {
        min-height: auto;
    }
}