@import url('https://fonts.googleapis.com/css?family=Pinyon+Script|Open Sans|David+Libre');

* {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-weight: normal;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
}

body {
    font-family: 'Open Sans', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 180%;
    word-break: break-all;
    background-image: linear-gradient(
    -45deg,
    #FFF 25%,
    #F9F9F9 25%, #F9F9F9 50%,
    #FFF 50%, #FFF 75%,
    #F9F9F9 75%, #F9F9F9
  );
  background-size: 48px 48px;
}

article {
    max-width: 480px;
    width: 80%;
    margin: 0 auto;
    position: relative;
}

hr {
    height: 40px;
    border: none;
    background: url(#山吹7_url#) no-repeat center top;
    background-size: 32px;
    opacity: .8;
    margin: 6px 0;
    position: relative;
    z-index: 10;
}

section:last-child {
    margin-bottom: 0;
}

section:last-child::after {
    display: none;
}

a{
    color: #333;
    text-decoration: none;
    transition: .3s;
    border-bottom: 1px dotted #E5E5E5;
}

strong {
    font-weight: bold;
}

p {
    margin-bottom: 15px;
}

header {
    max-width: 300px;
    margin: 0 auto 70px;
}

h1 {
    font-size: 40px;
    font-family: 'Pinyon Script', cursive;
    background: url(#山吹12_url#) no-repeat 0 -10px;
    background-size: 75px;
    padding-top: 40px;
    padding-left: 10px;
    text-align: center;
}

h2{
    display: inline-block;
    font-family: 'Pinyon Script', cursive;
    font-size: 28px;
    color: #000;
    margin: 0 0 10px;
    padding: 5px 10px;
    border-bottom: 3px double #DFDFDF;
}

h3::before {
    content: '\f06c';
    font-family: 'FontAwesome';
    font-size: 16px;
    margin-right: 5px;
    color: #BCE68A;
}

h3 {
    font-weight: bold;
    margin: 25px 0 0;
}

h3 span {
    font-size: 10px;
    color: #BFBFBF;
}

dl {
    margin: 5px 0;
}

dl dt {
    float: left;
    margin-right: 50px;
    position: fixed;
}

dl dd {
    overflow: hidden;
    position: relative;
    margin-left: 60px;
}

ul li {
    list-style-type: none;
    margin: 10px 0;
}

ul li a {
    border: none;
}

ul li a i.fa {
    font-size: 13px;
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    background: #bce68a;
    border: 1px solid #bce68a;
    color: #FFF;
    transition: .3s;
}

ul li.arrow i.fa {
    background: #CFCFCF;
    border: 1px solid #CFCFCF;
}

ul li a:hover i.fa {
    background: #FFF;
    color: #bce68a;
    border: 1px solid #bce68a;
}
