@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Color+Emoji&display=swap');

body {
    font-family: "Noto Color Emoji", "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    background: #fff;
    color: #41515f;
    font-size: 12px;
    line-height: 180%;
    letter-spacing: 1px;
}

a {
    color: #41515f;
    text-decoration: none;
    border-bottom: 2px solid #f7dff0;
}

a:hover,
active {
    position: relative;
    top: 0;
    border-bottom: 2px solid #f0f0f0;
}

h1 {

    font-size: 20px;
    margin: 20px 0 10px;
    font-weight: 200;
}

h1.maintitle {
    font-weight: bold;
    background-image: url("top.jpg");
    background-clip: text;
    font-size: 34px;
    -webkit-background-clip: text;
    color: rgba(255, 255, 255, 0);
    line-height: 100%;
    letter-spacing: 1px;
    margin: 0 0 15px;
    padding: 0;
}

h2 {
    font-size: 13px;
    margin: 10px 0;
    font-weight: 200;
    text-transform: uppercase;
    background: #f3f3f2;
    padding: 2px 10px;
    display: inline-block;
}

b {
    text-decoration: underline;
}

hr {
    border-top: #f3f3f2;
    border-left: none;
}

.wrp {
    max-width: 500px;
    margin: 50px auto 10px;
}



.menu {
    letter-spacing: 2px;
    line-height: 250%;

}


.main {
    margin: 10px 10px;
    text-align: left;
}





.tyui {
    letter-spacing: 2px;
    font-size: 10px;
    margin: 0px 0px 20px;

    display: inline-block;

    border: none;

}





input[type],
textarea {
    height: 50px;
    width: 50%;
    font-size: 12px;
    font-family: 'Fauna One', 'STHeitiSC-Light', 'Microsoft YaHei', gulim, メイリオ, sans-serif;
    line-height: 180%;
    letter-spacing: 2px;
    color: #333;
    background: #f3f3f2;
    border: solid 1px #fff;
    -webkit-appearance: none;
    border-radius: 3px;
    box-shadow: none;
    margin: 3px 0;
    padding: 3px;
}

input[type=text] {
    height: auto;
    width: 200px;
}

input[type=submit] {
    height: auto;
    width: 100px;
    cursor: pointer;
    text-shadow: none;
    background: #f8e58c;
    font-weight: 200;
}






@media (min-width: 1030px) {
    .wrp {
        max-width: 600px;
    }
}