body {
    background: #3F5A5A;
    color: #FFFFEA;
    font-family: dnp-shuei-gothic-gin-std, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'Hiragino Sans', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: .08em;
    font-size: 13px;
	font-style: normal;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

main {
    width: 100%;
    box-sizing: border-box;
    padding: 40px 32px;
    min-width: 300px;
    max-width: 640px;
    margin: 0 auto;
}

.font-en {
    font-family: litania, serif;
    font-weight: 400;
    font-style: normal;
}

.font-b {
    font-family: dnp-shuei-gothic-gin-std, sans-serif;
    font-weight: 600;
    font-style: normal;
}

.uline {
    display: inline;
    position: relative;
    background: linear-gradient(transparent 60%, rgba(0,0,0,.2) 60%);
}

p {
    line-height: 1.6;
    padding: 0;
    margin-bottom: 16px;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

li:last-of-type,p:last-of-type {
    margin-bottom: 0 !important;
}

a {
    color: #FFFFEA;
}

footer {
    padding-top: 20px;
    margin-bottom: 30px;
    text-align: center;
}

/* header */
header {
    margin-bottom: 24px;
}

/* headline */
h1 {
    font-size: 40px;
    letter-spacing: .1em;
    margin: 0 0 24px;
}

h2 {
    font-size: 13px;
    border-top: 1px solid #FFFFEA;
    padding-top: 24px;
    margin: 0 0 10px;
}

h3 {
    font-size: 13px;
    margin: 0 0 10px;
}

h4 {
    font-size: 13px;
    margin: 20px 0 16px;
    padding-left: 22px;
    position: relative;
}

h4::before,
.terms.grey li::before {
    content: "";
    width: 12px;
    height: 1px;
    background: #FFFFEA;
    position: absolute;
    top: 11px;
    left: 0;
}

/* list */
.terms {
    padding-bottom: 24px;
}

.terms:last-of-type {
    border-bottom: 1px solid #FFFFEA;
    margin-bottom: 24px;
}

.terms li {
    padding-left: 22px;
    margin-bottom: 10px;
    position: relative;
}

.terms.ok li::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 100%;
    border: 1px solid #FFFFEA;
    position: absolute;
    top: 4px;
    left: 0;
}

.terms.ng li::before {
    display: block;
    content: "";
    width: 13px;
    height: 1px;
    background: #FFFFEA;
    position: absolute;
    top: 10px;
    left: 0;
    transform: rotate(45deg);
}

.terms.ng li::after {
    display: block;
    content: "";
    width: 13px;
    height: 1px;
    background: #FFFFEA;
    position: absolute;
    top: 10px;
    left: 0;
    transform: rotate(-45deg);
}

/* resource */
.resource {
    margin: 50px 0;
}

.item h4+p {
    padding-left: 22px;
    padding-bottom: 24px;
}

.resource .item ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
}

.resource .item ul li {
    display: inline-block;
    width: calc(calc(100% - 11px) / 2);
    height: auto;
    margin-bottom: 11px;
}

.resource .item ul li img {
    height: auto;
    width: 100%;
}

.resource .item ul li img.hasborder {
    border: solid 1px #FFFFEA;
}