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 {
    font-weight: bold;
    margin: 0 0 6px 0;
    color: #f00;
    font-size: 14px;
    display: none;
}
.sp {
    display: none;
}
div,
th,
td {
    box-sizing: border-box;
}
.disc li {
    list-style-type: disc;
    margin: 0 0 0 1.5em;
}
img {
    max-width: 100%;
    line-height: 1;
}
.clear {
    zoom: 1
}
.clear:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '';
}
sp {
    display: none;
}
/* ----------contents---------- */
header {
    width: 1000px;
    margin: 0 auto;
    padding: 40px;
}
header img {
    width: 160px;
}
article h1 {
    width: 1000px;
    margin: 0 auto;
    background: url(../images/KV.jpg) no-repeat right top;
    background-size: 916px auto;
    font-weight: 700;
    font-size: 40px;
    padding: 466px 0 0 0;
}
article h1 span {
    display: inline-block;
    background: #FFF;
    padding: 8px;
    line-height: 120%;
}
article .section1 p:first-child:before {
    content: "";
    display: block;
    width: 4px;
    height: 48px;
    margin: 0 0 48px 0;
    background-color: #6FBD27;
}
article .section1 {
    margin: 48px auto 0 auto;
    background: url(../images/img1.jpg) no-repeat calc(50vw + 40px) 96px;
    background-size: 640px auto;
    min-height: 522px;
}
article .section1 .text {
    width: 1000px;
    margin: 0 auto 0 auto;
}
article .section1 .text p {
    width: 458px;
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    text-align: justify;
}
article .section2 p:first-child:before {
    content: "";
    display: block;
    width: 4px;
    height: 48px;
    margin: 0 0 48px 458px;
    background-color: #6FBD27;
}
article .section2 {
    margin: 48px auto 0 auto;
    background: url(../images/img2.jpg) no-repeat calc(50vw - 640px - 40px) 96px;
    background-size: 640px auto;
    min-height: 522px;
}
article .section2 .text {
    width: 1000px;
    margin: 0 auto 0 auto;
}
article .section2 .text p {
    width: 458px;
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    text-align: justify;
    margin: 0 0 0 538px;
}
article .SLR,
article .guideline {
    width: 1000px;
    margin: 120px auto 0 auto;
    background: url(../images/line.png) no-repeat center top;
    background-size: 100% 4px;
    padding: 48px 0 0 0;
}
article .SLR h2,
article .guideline h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 120%;
    display: inline-block;
    padding: 0 0 32px 0;
    border-bottom: 26px solid #6FBD27;
}
article .SLR h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
}
article .SLR > ul {
    display: flex;
    justify-content: space-between;
    margin: 72px 0 0 0;
}
article .SLR li {
    width: 460px;
}
article .SLR img {
    margin: 40px 0 0 0;
}
article .SLR p,
article .guideline p {
    margin: 40px 0 0 0;
    font-weight: 400;
    font-size: 16px;
    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: 16px;
    line-height: 160%;
    text-align: justify;
}
article .references {
    width: 1000px;
    margin: 160px auto 0 auto;
    border-top: 1px solid #CCCCCC;
    padding: 40px 0 0 0;
}
article .references h2 {
    font-weight: 700;
    font-size: 16px;
    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: 80px 0 0 0;
    padding: 32px 0 80px 0;
}
footer .inner {
    width: 1000px;
    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: underline;
}