/* 設定
--------------------------------------*/
html, body, input , select {
    font-size: 3.5vw;
}
.inner {
    width: 100%;
}
#header .inner {
    width: 100%;
}
.pc {
    display: none;
}
.sp {
    display: block;
}

/* flex
--------------------------------------*/
.flex.column_sp {
    flex-direction: column;
}
.flex.center_sp {
    align-items: center;
    justify-content: center;
}

/* font-size
--------------------------------------*/

#header .logo {
    width: 40%;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
#sindan form .box_01 {
    width: 83%;
}
#sindan form .x_mark {
    width: 9.7%;
}
#sindan .submit_01 {
    background-color: unset;
    border: none;
    width: 40%;
    margin-left: 0;
    margin-top: 1rem;
}

/* copyright
--------------------------------------*/
.copyright {
    font-size: 70%;
    font-weight: normal;
}

/* menu
--------------------------------------*/
#header-menu-sp {
    width: 50%;
    z-index: 10000;
    right: 0;
}
#header-menu {
    flex-direction: column;
}
#header-menu li {
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
#menu-btn {
    top: .8rem;
    right: .8rem;
    width: 9%;
}
/* error
--------------------------------------*/
#error {
    width: unset;
    margin-right: 1rem;
    margin-left: 1rem;
}

/* 
--------------------------------------*/
.fixed-bottom {
    position: fixed;
    bottom: 0;
    display: block;
    width: 100%;
    background: #FFF;
}
.fixed-bottom a {
    margin: 1rem auto;
    display: table;
    width: calc(100% - 2rem);
}

#uranai {
    width:98%;
}
#uranai_btn {
    width: 60%;
}

div.present {
    font-size:9pt;
}
div.present strong {
    font-size: 12pt;
    display:block;
}
.share_text {
    max-width:90%x;
    margin: 0 auto;
}

.share_text textarea {
    width:90%;
}

.birth-input {
    flex-direction: column;
}

/* iPhoneハック
---------------------------------------------*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    _::-webkit-full-page-media, _:future, :root .radio_01 input[type="radio"]:checked + label:after  {
    top:10px;
    }
}

