html {
    font-size: 62.5%;
}
body {
    font-size: 1.6rem;
}

/* //////////////タイトル //////////////// */
.ngsTitle {
    text-align: center;
}
.ngsTitle h2 {
	font-size: 28px;
    border-bottom: solid 2px #9c3;
	display: inline;
	font-weight: bold;
	margin-bottom: 16px;
}

/* ////////////// 画像 //////////////// */
.imgBox {
    text-align: center;
    margin: 30px 0;
}
.imgBox .img01 img {
    width: 40%;
}
.imgBox .img01 figcaption {
    margin-top: 10px;
    font-size: 1.2rem;
}
.imgBox .imgRow {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}
.imgBox .imgRow .imgCol {
    width: 50%;
    min-width: 200px;
}
.imgBox .imgRow img {
    width: 100%;
    height: auto;
    display: block;
}
.imgBox .imgRow figcaption {
    margin-top: 10px;
    text-align: left;
    font-size: 1.2rem;
}

/* ////////////// テキスト //////////////// */
h5 {
	font-size: 1.8rem;
    font-weight: bold;
    padding: 20px 0px 10px;
}

/* ////////////// コンテンツ //////////////// */
.ngsExample,
.connection,
.geneInquiry {
    margin-top: 40px;
}
.ngsInquiry {
    margin-top: 50px;
}
.ngsInquiry p:first-child,
.connection p:first-child,
.geneInquiry p:first-child {
    font-weight: bold;
    margin-bottom: 10px;
}

.geneInquiry {
    margin-bottom: 50px;
}

.listStyle li a,
.geneInquiry a {
    font-size: 1.4rem;
}

.linkBlank:after{
	content: "";
    display: inline-block;
    width: 12px;
    height: 16px;
    margin: 0px 0 0 3px;
    background: url(/image/common/icon_blank.png) no-repeat 0 0;
    vertical-align: middle;
}

/* ////////////// 問い合わせ詳細 //////////////// */
.requestDetails {
    margin-bottom: 10px;
}
.requestDetails li{
    position: relative;
    padding: 0 0 0 2em;
    margin-left: 20px;
    font-size: 1.4rem;
}
.requestDetails li span {
    position: absolute;
    left: 0;
    top: 0;
}   

/* ////////////// 関連資料 //////////////// */
.listStyle li {
    position: relative;
    padding: 0 0 0 2em;
}
.listStyle li span {
    position: absolute;
    left: 0;
    top: 0;
}
.listStyle li + li {
    margin-top: 5px;
}



@media (max-width: 768px) {
    /* タイトル */
    .ngsTitle h2 {
        font-size: 18px;
        padding-bottom: 5px;
    }
    /* 画像 */
    .imgBox .img01 img {
        width: 80%;
    }
    .imgBox .imgRow {
        flex-direction: column;
        gap: 20px;
    }
    .imgBox .imgRow .imgCol {
        width: 100%;
    }
    .imgBox .img01 figcaption {
    margin-top: 0;
    }
    /* コンテンツ */
    .geneInquiry {
        margin-bottom: 0;
    }
}
