@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Klee+One&family=Nixie+One&family=Shippori+Mincho+B1&family=Zen+Kaku+Gothic+New&display=swap');
@import url('https://fonts.googleapis.com/css?family=Abril+Fatface|Federo|Limelight ');

@font-face {
  font-family: 'Megrim';
  src: url(https://fonts.gstatic.com/s/megrim/v9/46kulbz5WjvLqJZVam_h.woff2) format('woff2');
}
@font-face
{
font-family: はんなり明朝;
src: url('https://cdn.leafscape.be/hannari/hannari_web.woff')
     format("woff");
}

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

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

header {
    text-align: center;
}

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

.text {
    font-family: HiraKakuPro-W3, sans-serif;
    font-weight: 200;
    margin: 2%;
    margin-bottom: 10px;
}

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

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

.menu {
    color: #555;
    width: 90%;
    margin: 0 auto;
    line-height: 28px;
}

.top {
    max-width: 450px;
    margin: 20px auto 0;
    padding: 0 20px;
}

.box {
    max-width:480px;
    margin:0 auto;
    width: 90%;
}

.list {
    max-width: 420px;
    margin: 0 auto;
    width: 80%;
}

.list p {
    max-width: 380px;
    margin: 0 auto;
    color: #999;
    font-size:12px;
    line-height: 20px;
    display: inline-block;
}

h1 {
    margin: 0 auto;
    letter-spacing: 5px;
    font-family: 'Nixie One', system-ui;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 5px;
}

h2 {
    font-family: 'はんなり明朝', sans-serif;
    font-weight: normal;
    font-size: 18px;
    text-align: center;
    border-bottom: solid 1px #a6ddd7;
    margin: 2em 0;
    padding-bottom: 0.2em;
}

h3 {
    font-size:14px;
    font-family: 'Nixie One', system-ui;
    font-weight: bold;
    padding-bottom: -5px;
    margin-bottom: -15px;
}

.maru {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: solid 1px #e1f3f7;
    border-radius: 50%;
    background: url(../../img/short_ut.png) right top;
    background-size: 170px;
    margin: 30px 10px 20px 10px;
}

.maru:nth-child(2) {
    background: url(../../img/short_ut.png) center bottom;
    background-size: 170px;
}

.maru:nth-child(3) {
    background: url(../../img/short_ut.png) left bottom;
    background-size: 170px;
}

a:link,a:visited,a:active {
    color: #6eb5c0;
    border-bottom: solid 1px #ddd;
    text-decoration: none;
    display: inline-block;
    margin: 8px 0 5px;
}

a:hover {
    position: relative;
    color: #a6ddd7;
}

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

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

input[type=submit] {
    height: auto;
    width: auto;
    cursor: pointer;
    text-shadow: none;
    border: solid 1px #a6ddd7;
    background: #a6ddd7;
    color: #fff;
    padding: 2px 5px;
    margin: 5px 0;
}

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

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

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

    .menu {
        max-width:400px;
    }

    .list, .box {
        width: 100%;
    }

   h2 {
       font-size: 20px;
   }
}