@charset "utf=8";

html, body {
    font-size: 16px;
    font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',YuGothic,'Yu Gothic','Helvetica Neue','Arial',sans-serif;
    color: #2D0000;
}

body, div, p, h1, h2, h3, h4, ul, ol, figure {
    margin: 0;
    padding: 0;
}

h1 {
    font-weight: bold;
        line-height: 1.4;
}
h1 span {
    display: block;
    font-weight: normal;
    margin-top: 0.2em;
}

p, li {
    line-height: 1.6;
}

img {
    width: 100%;
    height: auto;
}

body {
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 960px;
}
@media screen and (min-width: 768px) {
    body {
        padding-left: 20px;
        padding-right: 20px;
    }
}

header {
    background: #5C0E00;
}
header img {
    width: 300px;
    padding: 10px 40px;
}

.main-hd {
    padding-top: 20px;
    padding-bottom: 40px;
}
.main-hd h1 {
    text-align: center;
}

.cont {
    padding-top: 20px;
    padding-bottom: 40px;
}

.cont h1 {
    font-size: 16px;
    font-weight: normal;
    width: 240px;
    border: 1px solid black;
    text-align: center;
    margin: 10px auto;
    padding: .4em 0;
}
.cont span {
    font-size: .9em;
    line-height: 0.6em;
    padding-bottom: .4em;
}

.cont ol {
    padding: 20px;
}
.cont li {
    padding: .4em 0;
}

.ja {
    margin-bottom: 0.6em;
}
.en {
    margin-bottom: 3em;
}

.steps {
    margin: 20px 0;
}
.steps h2 {
    font-size: 18px;
    font-weight: normal;
    color: white;
    background-color: #347857;
    padding:  .6em .1em;
}
.steps span {
    display: block;
    font-size: 16px;
    line-height: 1.2em;
    padding-left: 2.5em;
}

#step1::before {
    content: "1";
    line-height: 1em;
    font-size: 2em;
    padding: 0 0.3em 0 0.2em;
}
#step2::before {
    content: "2";
    line-height: 1em;
    font-size: 2em;
    padding: 0 0.3em 0 0.2em;
}
#step3::before {
    content: "3";
    line-height: 1em;
    font-size: 2em;
    padding: 0 0.3em 0 0.2em;
}
#step4::before {
    content: "4";
    line-height: 1em;
    font-size: 2em;
    padding: 0 0.3em 0 0.2em;
}
#step5::before {
    content: "5";
    line-height: 1em;
    font-size: 2em;
    padding: 0 0.3em 0 0.2em;
}
#step6 {
    background-color: #B02C23;
}
#step6::before {
    content: "6";
    line-height: 1em;
    font-size: 2em;
    padding: 0 0.3em 0 0.2em;
}

footer {
    text-align: center;
}

footer p {
    color: silver;
    font-size: 0.8em;
    padding-bottom: 30px;
}









