#wrapper {
    width: 320px;
    margin: 0 auto;
}

img.sample {
    margin: 10px 0;
}

img#contents_intro {
    margin: 0;
}

h2 {
    line-height: 1;
    font-size: 0;
}

h3 {
    margin-bottom: 5px;
}

h3+p {
    margin-bottom: 15px;
}

h3+p+p {
    margin-bottom: 15px;
}

input {
    width: 40%;
}

#email, #email_check, #email_confirm {
    width: 70%;
}

#submit {
    width: 20%;
}

#blue {
    background-color: #3399FF;
    width: 90%;
}

.menu {
    display: flex;
}

.right {
    padding-left: 10%;
}

#menu {
    width: 320px;
    height: 60px;
    padding: 0px;
    margin: 0 auto;
    list-style-type: none;
}

#menu li:nth-of-type(1) {
    border-left: 1px solid #338877;
}

#menu li {
    width: 25%;
    float: left;
    border-left: 1px solid #bcc7c4;
    border-top: 1px solid #9ea2a1;
    border-bottom: 1px solid #d3dad9;
    background-color: #449988;
    background: -moz-linear-gradient(top, #77CCBB 0%, #33AA99 50%, #119988 51%, 44CCAA 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #77CCBB), color-stop(50%, #33AA99), color-stop(51%, #119988), color-stop(100%, #44CCAA));
    background: -webkit-linear-gradient(top, #77CCBB 0%, #33AA99 50%, #119988 51%, #44CCAA 100%);
    background: linear-gradient(to bottom, #77CCBB 0%, #33AA99 50%, #119988 51%, #44CCAA 100%);
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#menu li a {
    width: auto;
    /* height: 50px; */
    padding: 15px 0 15px 0;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    display: block;
    margin: 0 auto;
}

#menu>li:nth-child(4), #menu>li:nth-child(3), #menu>li:nth-child(2) {
    background: #ed8d90;
    background: -moz-linear-gradient(top, #ed8d90 0%, #dd5858 48%, #dd4242 50%, #e46b6f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ed8d90), color-stop(48%, #dd5858), color-stop(50%, #dd4242), color-stop(100%, #e46b6f));
    background: -webkit-linear-gradient(top, #ed8d90 0%, #dd5858 48%, #dd4242 50%, #e46b6f 100%);
    background: -o-linear-gradient(top, #ed8d90 0%, #dd5858 48%, #dd4242 50%, #e46b6f 100%);
    background: -ms-linear-gradient(top, #ed8d90 0%, #dd5858 48%, #dd4242 50%, #e46b6f 100%);
    background: linear-gradient(to bottom, #ed8d90 0%, #dd5858 48%, #dd4242 50%, #e46b6f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed8d90', endColorstr='#e46b6f', GradientType=0);
}

#menu p {
    text-align: center;
    align-items: center;
}

#oldemail, #new_email, #new_email2 {
    width: 70%;
}

.lead {
    padding: 10px 15px;
    line-height: 120%;
    border: 1px solid rgb(204, 204, 204);
    margin-bottom: 20px;
}

#change {
    width: 100%;
}

#global-header {
    margin: 0 auto;
    width: 320px;
    display: flex;
    padding: 0;
}

#global-header-menu {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    height: 180vh!important;
    top: 80px;
}

#global-header-menu .global-header-menu-inner {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
}

#global-header .toshin-logo {
    width: 200px;
    left: 0;
}

#global-header .toshin-logo img {
    width: 150px;
}

#global-header .toshin-logo-text a {
    font-size: 12px;
}

.global-header-posButton {
    display: none;
}

#global-header .global-header-searchButton {
    width: 50px;
    top: 25px;
    right: 60px;
}

#global-header .global-header-menuButton {
    height: 90px;
    top: 5px;
    width: 30px;
    margin-right: 0;
    left: 270px;
}

#global-header .hamburger span {
    width: 30px;
}

#global-header .hamburger-line01 {
    top: 30px;
}

#global-header .hamburger-line02 {
    top: 40px;
}

#global-header .hamburger-line03 {
    top: 50px;
}

#global-header .hamburger-click01 {
    top: 40px;
}

#global-header .hamburger-click03 {
    top: 40px;
}

#global-header .hamburger-label {
    font-size: 5px;
    top: 60px;
    width: auto;
    right: auto;
}

#global-footer {
    line-height: 0.7;
}

#global-footer .global-footer-menu01 a {
    font-size: 1vw;
}

#global-footer .global-footer-menu02 a:first-child {
    font-size: 0.8vw;
}

.global-footer-copyright {
    font-size: 1vw;
}
