@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Ovo&display=swap');

@font-face
{
font-family: はれのそら明朝;
src: url('https://cdn.leafscape.be/Harenosora/harenosora_web.woff2')
     format("woff2");
}

* {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

body{
    font-family: HiraKakuPro-W3, 'メイリオ', "Noto Sans JP", verdana, sans-serif;
    color: #555;
    background-color: #f5f5f5;
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 0.1em;
    margin: 0;
    padding: 0;
}

.wrp {
    max-width: 500px;
    width: 90%;
    margin: 0 auto;
    white-space: pre-wrap;
}

.text {
    margin: 2%;
}

.text p {
    color: #999;
    font-size: 12px;
    margin-bottom: 0;
}

.text c {
    text-align: center;
    margin: 0 auto;
    display: block;
}

.top {
    color: #999;
    text-align: center;
}

main {
    margin: 0 auto;
    width: 90%;
    padding: 10px;
}

main m {
    font-size: 12px;
    margin: 0 0 0.8em 1em;
    display: inline-block;
}

.at {
    color: #999;
    font-size: 12px;
    padding: 0 2%;
}

h1 {
    font-family: 'Ovo', 'はれのそら明朝';
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 0.5em;
    position: relative;
    letter-spacing: 4px;
}

h2 {
    font-family: 'Ovo', 'はれのそら明朝';
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 1.5em 0 1em;
    padding: 0.5em;
    position: relative;
    letter-spacing: 4px;
}

h3 {
    font-family: 'はれのそら明朝';
    color: #8383af;
    font-size: 15px;
    letter-spacing: 2.5px;
}

h4 {
    text-align: center;
    font-size: 18px;
    background-image: url("../../img/short_inu.png");
    background-clip: text;
    -webkit-background-clip: text;
    color: rgba(255,255,255,0);
}

a, a:active {
    color: #8383af;
    text-decoration:none;
}

a:visited {
    color: #b1b3d3;
}

a:hover {
    color: #aaafe0;
    background: none;
}

input[type],textarea {
    height: 50px;
    width: 100%;
    background: #fff;
    border: solid 1px #e3e1f2;
    margin: 5px 10px;
    padding: 2px 5px;
    border-radius: 0;
    border-radius: 5px;
    -webkit-appearance: none;
    box-shadow: none;
}

input[type=text] {
    height: auto;
    width: 80px;
}

input[type=submit] {
    font-weight: normal;
    height: auto;
    width: auto;
    cursor: pointer;
    text-shadow: none;
    border: solid 1px #c3c6e5;
    background: #c3c6e5;
    color: #fff;
    padding: 3px 10px;
    margin: 5px 0;
    font-weight: normal;
}

@media screen and (min-width:768px) {

    body {
        font-size: 14px;
        letter-spacing: 2.2px;
        line-height: 26px;
    }

    .text p{
        font-size: 13px;
    }

    main {
        max-width: 450px;
    }
}