@charset "utf-8";
/* 基本設定 */
img {
	display: block;
	width: 100%;
}
#kaze {
	padding: 30px 0;
    background: url("../img/back.jpg") repeat top left;
	background-attachment: fixed;
}
#kaze header {
    width: 800px;
    margin: 0 auto 40px auto;
}
#kaze .before h1 {
    margin-bottom: 30px;
}
#kaze .after h1 {
    margin-bottom: 40px;
}
#kaze .before strong {
    font-size: 150%;
    display: block;
    text-align: center;
    line-height: 110%;
    color: #030303;
    padding: 8px 0;
    border-radius: 60px;
    margin: 0 auto 20px auto;
    border: 2px #030303 solid;
    position: relative;
    opacity: 0.6;
}
#kaze .after strong {
    font-size: 170%;
    font-weight: bold;
    display: block;
    text-align: center;
    line-height: 110%;
    padding: 20px 0;
    border-radius: 60px;
    margin: 0 auto 20px auto;
    border: 3px #D51D1D solid;
    background: #D51D1D;
    color: #fff;
}
#kaze .before strong span {
    font-size: 60%;
    font-weight: normal;
}
#kaze .after strong br {
    display: none;
}
#kaze .before h2 {
    font-size: 150%;
    font-weight: bold;
    display: block;
    text-align: center;
    line-height: 110%;
    color: #D51D1D;
    padding: 8px 0;
    border-radius: 60px;
    margin: 0 auto;
    border: 3px #D51D1D solid;
    position: relative;
}
#kaze .before h2:after {
    position: absolute;
    display: block;
    top: -4em;
    right: 1.5em;
    content: '';
    background: url("../img/stamp.png") no-repeat right center / 100%;
    width: 140px;
    height: 140px;
    transform: rotate(12deg);
    opacity: 1;
}
#kaze .after h2 {
    font-family: 'Sawarabi Mincho', sans-serif;
    font-size: 180%;
    font-weight: bold;
    display: block;
    text-align: center;
    line-height: 110%;
    color: #D51D1D;
    padding: 8px 0;
    margin: 0 0 40px 0;
}
#kaze .before h2 span {
    font-size: 60%;
    font-weight: normal;
    color: #D51D1D;
}#kaze .after h2 .border {
    border-bottom: 2px #D51D1D dashed;
}
#kaze .after h2 .wide {
    font-size: 150%;
}
#kaze .after p {
    line-height: 200%;
    font-weight: bold;
}

#kaze article {
    width: 800px;
    margin: 0 auto;
}
#kaze article section {
    margin: 0 0 100px 0;
}
article .ov div {
    background: #fff;
    padding: 25px 0;
    margin-bottom: 20px;
}
article .ov img {
    width: 40%;
    margin: 0 auto;
}
article .ov p {
    font-size: 100%;
    line-height: 200%;
}
article .contents h1 {
    text-align: center;
    border-top: #030303 2px solid;
    border-bottom: #030303 2px solid;
    padding: 20px 0;
    font-size: 130%;
    font-weight: bold;
    line-height: 150%;
    margin-bottom: 25px;
}
article .contents p {
    line-height: 180%;
}

@media (max-width: 812px) {
#kaze header {
    width: 95%;
    margin: 0 auto 40px auto;
}
#kaze header strong {
    margin: 0 auto 25px auto;
}
#kaze .after strong {
    font-size: 3.5vw;
}
#kaze .before h2 {
    font-size: 120%;
}
#kaze .after h2 {
    font-size: 3.5vw;
    margin-bottom: 20px;
}
#kaze .before h2:after {
    top: -5.7em;
    right: 2.5em;
    width: 100px;
    height: 100px;
}
#kaze article {
    width: 95%;
}
article .ov img {
    width: 60%;
}
#kaze header strong {
    font-size: 120%;
}
article .ov div {
    padding: 15px 0;
}
}

@media (max-width: 480px) {
#kaze .before h1,
#kaze .after h1{
    margin-bottom: 15px;
}
#kaze header {
    margin: 0 auto 25px auto;
}
#kaze .before strong {
    font-size: 80%;
}
#kaze .after strong {
    font-size: 100%;
    padding: 10px 0;
    line-height: 150%;
    margin-bottom: 10px;
}
#kaze .after strong br {
    display: block;
}
#kaze .before h2 {
    font-size: 80%;
}
#kaze .after h2 {
    margin-bottom: 10px;
}
#kaze .before h2:after {
    top: -6.5em;
    width: 75px;
    height: 75px;
}
#kaze .after p {
    font-size: 80%;
}
#kaze article section {
    margin: 0 0 50px 0;
}
article .ov div {
    margin-bottom: 10px;
}
article .ov img {
    width: 90%;
}
article .ov p {
    font-size: 80%;
}
article .contents h1 {
    font-size: 90%;
}
article .contents p {
    font-size: 80%;
}


}
