body {
    font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
 margin: 0;
 padding: 0;
    color: #000;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 font-feature-settings: "palt";
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
 font-size: 100%;
 font-weight: normal;
 font-style: normal;
 margin: 0;
 padding: 0;
 list-style-type: none;
}

a {
 color: #008854
}

p.error,
span.important {
 font-weight: bold;
 padding: 0;
 color: #f00;
}

p.error {
 display: none;
}

div,
th,
td {
 box-sizing: border-box;
}

.disc li {
 list-style-type: disc;
 margin: 0 0 0 1.5em;
}

.pc {
 display: none;
}

img {
 max-width: 100%;
}

/* ----------contents---------- */
header {
    padding: 16px;
}
header img {
    width: 120px;
}
article h1 {
    font-weight: 700;
    padding: 0 0 0 0;
    margin: -1em 10vw 0 0;
}
article h1 span {
    display: inline-block;
    background: #FFF;
    padding: 2.5vw 5vw;
    font-size: 24px;
    line-height: 1.2;
}
article .section1 p:first-child:before {
    content: "";
    display: block;
    width: 2px;
    height: 32px;
    margin: 0 0 24px 0;
    background-color: #6FBD27;
}
article .section1 {
    margin: 48px 5vw 0 5vw;
}
article .section1 .text {
}
article .section1 .text p {
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    text-align: justify;
    margin: 24px 0 0 0;
}
article .section2 p:first-child:before {
    content: "";
    display: block;
    width: 2px;
    height: 32px;
    margin: 0 0 24px 0;
    background-color: #6FBD27;
}
article .section2 {
    margin: 48px 5vw 0 5vw;

}
article .section2 .text {
}
article .section2 .text p {
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    text-align: justify;
    margin: 24px 0 0 0;
}
article .SLR,
article .guideline {
    background: url(../images/line.png) no-repeat center top;
    background-size: 100% 4px;
    padding: 32px 0 0 0;
    margin: 64px 5vw 0 5vw;
}
article .SLR h2,
article .guideline h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    display: inline-block;
    padding: 0 0 16px 0;
    border-bottom: 16px solid #6FBD27;
}
article .SLR h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
}
article .SLR > ul {
    justify-content: space-between;
    margin: 32px 0 0 0;
}
article .SLR li:nth-child(2) {
    margin: 64px 0 0 0;
}
article .SLR ul.image {
    margin: 16px 0 0 0;
}
article .SLR ul.image li:nth-child(2) {
    margin: 16px 0 0 0;
}
article .SLR img {
    margin: 0px 0 0 0;
}
article .SLR p,
article .guideline p {
    margin: 16px 0 0 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    text-align: justify;
}
article .btn {
    text-align: right;
    margin: 40px 0 0 0;
}
article .btn a {
    color: #FFF;
    background: #008854;
    border-radius: 4px;
    text-decoration: none;
    padding: 12px 16px 12px 16px;
}
article  .btn span {
    background: url(../images/icon_pdf.png) no-repeat right center;
    background-size: 16px auto;
    display: inline-block;
    padding: 0 32px 0 0;
}
article .guideline p {
    margin: 40px 0 0 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    text-align: justify;
}
article .references {
    overflow-wrap: break-word;
    margin: 64px 5vw 0 5vw;
    border-top: 1px solid #CCCCCC;
    padding: 24px 0 0 0;
}
article .references h2 {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.4;
    color: #777;
}
article .references ol {
    list-style-type: decimal;
    margin: 16px 0 0 24px;
}
article .references li {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.4;
    color: #999;
    margin: 8px 0 0 0;
}
footer {
    background: #F9F9F9;
    margin: 32px 0 0 0;
    padding: 5vw 5vw 64px 5vw;
}
footer .inner {
    margin: 0 auto 0 auto;
}
footer ul {
    margin: 0;
    padding: 0;
    display: flex;
}
footer li {
    margin: 0 32px 0 0;
    padding: 0;
}
footer li a {
    font-size: 12px;
    color: #008C56;
    text-decoration: none;
}