@import url('https://fonts.googleapis.com/css?family=Sacramento|Sniglet');
@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-weight: normal;
    list-style-type: none;
    box-sizing: border-box;
}

input, button, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
}

textarea {
    width: 100%;
    height: 80px;
    background: #efefef;
    border-radius: 3px;
    padding: 10px;
    font-family: 'Consolas','Source Code Pro', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", monospace;
    font-size: 11px;
    color: #888;
}

strong {
    font-weight: bold;
}

a {
    text-decoration: none;
    color: #77C9D7;
}

body {
    color: #888;
    letter-spacing: 0.5px;
    line-height: 1.8;
    font-size: 12px;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
    word-break: break-all;
    text-align: justify;
    background-color: #ffffff;
background-image: url("data:image/svg+xml,%3Csvg width='40' height='1' viewBox='0 0 40 1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0h20v1H0z' fill='%23f8f9fa' fill-opacity='1' fill-rule='evenodd'/%3E%3C/svg%3E");
    border-top: 6px solid #b2e0e8;
}

header {
    margin: 35px auto;
    text-align: center;
    position: relative;
}

header h1 {
    background: url(icon.jpeg) no-repeat center top;
    background-size: 64px;
    min-height: 70px;
    padding-top: 60px;
    font-family: 'Sacramento', cursive;
    font-size: 22px;
}

header p {
    font-size: 10px;
    letter-spacing: 1.2px;
    margin-top: 20px;
}

article {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 840px;
    margin: 0 auto;
}

article p {
    width: 80%;
    max-width: 240px;
    margin: 20px 20px 10px;
    background: #fff;
    position: relative;
    padding: 10px 20px 10px 22px;
    border: 1px solid #edf0f4;
}

article p::before {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    background: url(icon2.jpeg) no-repeat center top;
    background-size: 24px;
    transform: rotate(-25deg);
    position: absolute;
    top: -8px;
    left: -10px;
    z-index: 10;
}

article p:nth-child(even)::before {
    background: url(icon2.jpeg) no-repeat center top;
    background-size: 24px;
}

article p:nth-child(even) a {
    color: #a1c9e6;
}

article p span {
    display: block;
    font-size: 11px;
    color: #bfbfbf;
    position: relative;
}

article p::after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    border-left: 3px double #efefef;
    position: absolute;
    top: 0;
    right: 5px;
}

article p a {
    color: #77C9D7;
    font-weight: bold;
}

section {
    width: 80%;
    margin: 30px auto;
    max-width: 840px;
}

section p {
    margin-bottom: 15px;
}

h2 {
    width: 80%;
    max-width: 200px;
    font-size: 28px;
    font-family: 'Sacramento', cursive;
    text-align: center;
    border-bottom: 3px double #efefef;
    margin: 40px auto 15px;
    line-height: 1;
}

h3 {
    font-size: 15px;
    font-family: 'Sniglet', cursive;
    background: url(icon2.jpeg) no-repeat left 5px;
    background-size: 16px;
    padding-left: 23px;
    margin: 40px 0 5px;
}

form {
    text-align: center;
    margin: 15px 0 20px;
}

form input[type=text],
form input[type=submit] {
    line-height: 1.8;
    font-size: 10px;
    color: #555;
    display: inline;
    background: #efefef;
    border: none;
    padding: 3px 10px;
    border-radius: 3px;
}

form input[type=text] {
    width: 70px;
    line-height: 22px;
    height: 26px;
}

form input[type=submit] {
    width: 50px;
    height: 24px;
    margin-top: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #a1c9e6;
    color: #fff;
}

.story h1 {
    font-size: 12px;
    font-weight: bold;
    padding-top: 70px;
    letter-spacing: 2px;
}

.story p {
    margin-bottom: 20px;
}

footer {
    margin: 40px 0 30px;
    background: #fff;
    position: relative;
    padding: 18px 20px 18px 22px;
    border: 1px solid #edf0f4;
}

footer::before {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    background: url(icon2.jpeg) no-repeat center top;
    background-size: 24px;
    transform: rotate(-25deg);
    position: absolute;
    top: -8px;
    left: -10px;
    z-index: 10;
}

footer::after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    border-left: 3px double #efefef;
    position: absolute;
    top: 0;
    right: 5px;
}

footer h4 {
    font-weight: bold;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 8px;
}

footer p {
    margin-bottom: 0 !important;
}