<style type="text/css">

@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Julius+Sans+One');

@font-face
{
font-family: 和田研細丸ゴシック;
src: url('https://cdn.leafscape.be/wadalab/wadalab-hosomin_web.woff2')
     format("woff2");
}

body {
    background: #fff;
    color: #2b2b2b;
    font-size: 12px;
    font-family: 'Julius Sans One', メイリオ, sans-serif;
    line-height: 200%;
    letter-spacing: 2px;
    margin: 0;
    text-align: center;
}

a {
    color: #2b2b2b;
    background: #ffdc00;
    padding: 2px 5px;
    margin: 0 5px;
    text-decoration: none;
}

h1 {
    font-family: 'Julius Sans One', メイリオ, sans-serif', gulim, メイリオ, sans-serif', gulim, メイリオ, sans-serif;
    font-size: 14px;
    margin: 10px auto 0;
    padding: 0 5px;
    border-bottom: solid 1px #ffdc00;
    display: inline-block;
}

h2 {
    font-family: 'Julius Sans One', メイリオ, sans-serif', gulim, メイリオ, sans-serif', gulim, メイリオ, sans-serif;
    font-size: 14px;
    margin: 10px auto 0;
    padding: 0 5px;
    border-bottom: solid 1px #ffdc00;
    display: inline-block;
}

h3 {
    font-family: 'Julius Sans One', 和田研細丸ゴシック, 'STHeitiSC-Light', 'Microsoft YaHei', gulim, メイリオ, sans-serif;
    font-size: 14px;
    display: inline-block;
    max-width: 250px;
    margin: 50px auto 20px;
    padding: 25px;
    background: rgba(0,0,0,.5);
    text-align: center;
    border: solid 1px #fdeff2;
    box-shadow: 0 0 0 10px rgba(0,0,0,.5);
}

input[type] {
    font-family: 'Julius Sans One', メイリオ, sans-serif;
    color: #fdeff2;
    background: none;
    padding: 5px;
    margin:0 5px;
    border:none;
    border-bottom: 1px solid #fdeff2;
    border-radius: 0;
    width: 60px;
    height: auto;
        -webkit-appearance: none;
    box-shadow: none;
    text-shadow: none;
    text-align: center;
}

input[type=submit] {
    width: 60px;
    height: auto;
    color: #fdeff2;
    border:1px solid #fdeff2;
    background: rgba(0,0,0,.5);
    cursor: pointer;
}

.back{
    content:"";
    display:block;
    top:0;
    left:0;
    z-index:-1;
    width: 100%;
    height: 100%;
        -webkit-background-size: cover;
    position:fixed;
    background:url(pic.png) center/cover no-repeat;
}

.arrow {
    width: 15px;
    height: 15px;
    border: 1px solid;
    border-color: transparent transparent #fdeff2 #fdeff2;
    transform: rotate(-45deg);
    margin: 20px auto;
}

.top {
    max-width: 250px;
    margin: 50px auto 20px;
    padding: 25px;
    background: rgba(0,0,0,.5);
    border: solid 1px #fdeff2;
    box-shadow: 0 0 0 10px rgba(0,0,0,.5);
}

.top a,.ft span,.ft a {
    display: inline-block;
    background: none;
    border: solid 1px #fdeff2;
    width: 80px;
    margin: 10px;
}

.top a:hover,.ft a:hover {
    background: rgba(0,0,0,.5);
}

.main{
    margin-top: 50px;
    background: rgba(255,255,255,.5);
}

.main2{
    margin-top: 50px;
    background: rgba(255,255,255,.7);
}

.wrp {
    max-width:800px;
    margin:10px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-around;
}

.sec {
    width: 250px;
    margin: 50px auto 20px;
    padding: 25px 25px 35px;
    position: relative;
    border:double 3px #fdeff2;
}

.sec a {
    background: none;
}

.sec a:hover {
    text-shadow: 0px 0px 5px #fdeff2;
}

.text {
    max-width: 800px;
    text-align: left;
    margin: 30px auto;
    padding: 50px 25px 0;
    color: #2b2b2b;
    font-size: 13px;
    line-height: 250%;
}

.ft {
    text-align: center;
}

.ft span {
    text-decoration: line-through;
    padding: 2px 5px;
    margin: 0 5px;
}
</style>