header {
    position: relative;
    background: none;
    padding: 15px 0;
    height: auto;
    text-align: center;
}

header img {
    width: 30%;
}

.wrapper {
    width: 100%;
    font-family: HiraKakuProN-W6;
}

.header {
    margin: 30px 0;
}

.body {
    margin: 0 20px;
}

.body-divider {
    background-color: #f4f8f9;
    width: 100%;
    height: 8px;
}

.body-most-recommend {
    background-color: #f4f8f9;
    width: 100%;
    padding-top: 13.1px;
    padding-bottom: 16px;
    text-align: center;
}

.step {
    width: 100%;
    text-align: center;
    padding-top: 20px;
}

.step .step-icon {
    width: 100%;
}

.step .step-icon img {
    width: 20%;
    padding-bottom: 20px;
}

.step .step-icon.confirm img {
    padding-bottom: 0;
}

.step .step-text {
    width: 100%;
}

.step .step-text img {
    width: 60%;
}

.header-message {
    padding-bottom: 5px;
    text-align: center;
}

.header-message.confirm {
    padding-bottom: 1px;
}

.header-message p {
    font-family: HiraKakuProN-W6;
    font-size: 16px;
    font-weight: bold;
    color: #2d373e;
}

.link-btn {
    padding: 20px 0;
}

.link-btn.complete {
    padding: 5px 0 10px 0;
}

.twitter-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    padding: 14px;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    background-color: #1da1f2;
}

.btn {
    display: block;
    position: relative;
    width: 100%;
    padding: 14px;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    background-color: #b1bec9;
}

.btn.active {
    background-color: #00aac9;
}

.twitter-btn img {
    width: 19px;
}

#tel-button img {
    width: 11px;
}

.btn.btn-outline {
    border: solid 1px #00aac9;
    background-color: transparent;
    font-family: HiraKakuProN-W6;
    font-size: 16px;
    color: #00aac9;
}

.btn-white {
    border: solid 1px #00aac9;
    color: #00aac9;
    background-color: #ffffff;
}

.btn.btn-small {
    font-weight: bold;
}

.font-bold {
    font-weight: bold;
}

.hr-text {
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
}

.hr-text:before {
    content: '';
    background: #d5e0e3;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
}

.hr-text:after {
    content: attr(data-content);
    font-size: 13px;
    position: relative;
    display: inline-block;
    color: black;
    padding: 0 8px;
    color: #657786;
    background-color: #fcfcfa;
}

.register-form {
    padding-top: 5px;
}

.register-form input {
    font-family: HiraKakuProN-W3;
    margin-top: 5px;
    width: 100%;
    padding: 10px 16px;
    background-color: #f4f8f9;
    border: 0px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: normal;
    color: #2d373e;
    box-sizing: border-box;
}

.form-item {
    padding: 5px 0;
}

.form-item div.error input {
    border: solid 1px #fd8c8c;
}

.form-item div.error + div {
    font-family: HiraKakuProN-W6;
    font-size: 13px;
    font-weight: bold;
    padding-top: 5px;
    color: #fd8c8c;
}


.form-item-header-required {
    padding: 0 8px; 
    display: inline-block;
    border-radius: 3px;
    background-color: #fd8c8c;
    font-family: HiraKakuProN-W3;
    font-size: 10px;
    color: #fff;
}

.form-item-header-name {
    padding-left: 5px;
    display: inline-block;
    font-family: HiraKakuProN-W6;
    font-size: 13px;
    font-weight: bold;
    color: #657786;
}

.radio {
    padding: 10px 0;
}

.radio-input {
    display: none;
}

.radio-input + label {
    font-family: HiraKakuProN-W3;
    padding-left: 30px;
    position: relative;
    margin-right: 30px;
    font-size: 18px;
}

.radio-input + label::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    background: #f4f8f9;
    border-radius: 3px;
}

.radio-input:checked + label {
    color: #2d373e; 
}

.radio-input:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 7px;
    width: 8px;
    height: 8px;
    background: #009cbe;
    border-radius: 8px;
}

.birth, .area, select, option {
    font-size: 18px;
    font-family: HiraKakuProN-W3;
    padding: 5px 0;
}

.select {
    border: 0;
    border-radius: 8px;
    padding: 12px 15px;
    padding-right: 30px;
    background: #f4f8f9;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
}

.form-item div.error .select-wrap {
    border: solid 1px #fd8c8c;
    border-radius: 8px;
}

.form-item div.error .select-wrap:before {
    right: 11px;
}

.select-wrap {
    position: relative;
    display: inline-block;
    margin-right: 5px;
}

.select-wrap:before {
    content: "";
    display: block;
    z-index: 1;
    position: absolute;
    right: 16px;
    top: 17px;
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #657786;
    border-right: 1px solid #657786;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    line-height: 43px;
    color: #7F878C;
    pointer-events: none;
}

.area .select-wrap {
    width: 100%;
}

.area .select {
    width: 100%;
}

.select .option {
    background-color: #f4f8f9; 
    color: #333;
}

.message {
    font-size: 12px;
    font-family: HiraKakuProN-W3;
    color: #2d373e;
    text-align: center;
    padding-top: 10px;
}

.message p {
    margin: 3px 0;
}

.relogin-message {
    font-family: HiraKakuProN-W3;
    font-size: 13px;
    color: #1da1f2;
    text-align: center;
    padding: 5px 0 15px 0;
}

.confirm-item-list {
    margin-top: 10px;
    margin-bottom: 30px;
    border: solid 1px #d5e0e3;
    border-radius: 8px;
}

.confirm-item {
    border-bottom: solid 1px #d5e0e3;
    padding: 15px;
}

.confirm-item .confirm-item-header {
    width: 100px;
    display: inline-block;
    font-family: HiraKakuProN-W6;
    font-size: 13px;
    font-weight: bold;
    color: #657786;
}

.confirm-item .confirm-item-text {
    display: inline-block;
    font-family: HiraKakuProN-W3;
    font-size: 16px;
    color: #2d373e;
}

.confirm-item.last {
    border: none;
}

.confirm-item-list-footer .link-btn{
    padding-top: 0;
}

.confirm-reedit {
    width: 60%;
    margin-left: 20%;
}

.footer-message {
    background-color: #e6ffd1;
    padding: 12px;
    text-align: center;
    margin: 5px 0px;
    margin-bottom: 30px;
}

.footer-message .footer-message-icon {
    width: 100%;
}

.footer-message .footer-message-icon img {
    width: 20px;
}

.footer-message .footer-message-title {
    color: #50b033;
    font-size: 13px;
    font-family: HiraKakuProN-W6;
    font-weight: bold;
    padding: 5px 0;
}

.footer-message .footer-message-text {
    color: #2d373e;
    font-size: 13px;
    font-family: HiraKakuProN-W3;
    padding: 5px 0;
}

.footer-message .footer-message-text p {
    margin: 2px 0;
}

.tel-message {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #2d373e;
}

.tel {
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 5px;
    border-radius: 8px;
    background-color: #f4f8f9;
    text-align: center;
}

.tel .tel-text {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tel .tel-icon {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 3px;
    background-color: #657786;
    font-family: HiraKakuProN-W6;
    font-size: 10px;
    color: #ffffff;
}

.tel .tel-tel {
    display: inline-block;
    font-family: HiraKakuProN-W3;
    font-size: 30px;
    margin-left: 10px;
}

.tel-message-text.notice {
    font-size: 13px;
}

.tel-message-text.notice p {
    margin: 5px 0;
}

.complete .body {
    padding-bottom: 20px;
}

.complete .list {
    width: 100%;
}

.complete .header-img {
    margin-top: 25px;
    width: 100%;
    text-align: center;
}

.complete .header-img img {
    width: 30%;
}

.complete .header-message.complete p{
    color: #00aac9;
}

.complete .header-message.complete img {
    height: 18px;
}

.complete .recommend-header-text {
    color: #2d373e;
    font-size: 18px;
    font-family: HiraKakuProN-W6, sans-serif;
}

.complete .recommend-header-text p {
    padding-bottom: 4px;
}

.complete .recommend-header-text img {
    height: 29.7px;
}

.complete .most-recommend-game {
    width: 100%;
}

.complete .most-recommend-game .item {
    width: 75%;
    margin: 0 auto;
    border-radius: 16px;
    box-shadow: 0 2px 8px 0 rgba(54, 55, 60, 0.16);
    box-sizing: border-box;
    margin-bottom: 8px;
    background-color: #ffffff;
}

.complete .most-recommend-game .item .item-img {
    border-radius: 16px;
}

.complete .most-recommend-game .item .item-img img {
    width: 100%;
    border-radius: 16px 16px 0 0;
}

.complete .most-recommend-game .item .item-text {
    padding: 0 8px;
    text-align: left;
}

.complete .most-recommend-game .item .item-text .item-title {
    font-weight: bold;
    font-family: HiraKakuProN-W6, sans-serif;
    font-size: 13px;
    color: #2d373e;
    padding-bottom: 2px;
}

.complete .most-recommend-game .item .item-text .item-message {
    font-family: HiraKakuProN-W3, sans-serif;
    font-size: 10px;
    line-height: 1.7;
    color: #657786;
    padding-bottom: 5px;
}

.complete .list .list-header-text {
    padding-top: 5px;
    width: 100%;
    color: #2d373e;
    font-size: 16px;
    font-family: HiraKakuProN-W6;
}

.complete .list .list-header-text p {
    padding: 0 20px;
}

.complete .list .list-header-text img {
    height: 16px;
    padding-right: 10px;
}

.complete .recommend-game-list {
    width: 100%;
}

.complete .recommend-game-list .item {
    width: 75%;
    margin-right: 5%;
    border-radius: 16px;
    box-shadow: 0 2px 8px 0 rgba(54, 55, 60, 0.16);
    box-sizing: border-box;
    margin-bottom: 8px;
}

.complete .recommend-game-list .item .item-img {
    border-radius: 16px;
}

.complete .recommend-game-list .item .item-img img {
    width: 100%;
    border-radius: 16px 16px 0 0;
}

.complete .recommend-game-list .item .item-text {
    padding: 0 8px;
}

.complete .recommend-game-list .item .item-text .item-title {
    font-weight: bold;
    font-family: HiraKakuProN-W6;
    font-size: 13px;
    color: #2d373e;
    padding-bottom: 2px;
}

.complete .recommend-game-list .item .item-text .item-message {
    font-family: HiraKakuProN-W3;
    font-size: 10px;
    color: #657786;
    padding-bottom: 5px;
}

.footer-banner {
    padding: 5px 20px 20px 20px;
}

.footer-banner img {
    width: 100%;
}

span.yellow-underline {
    background: linear-gradient(transparent 50%, #fde458 50%);
}

span.blue-underline {
    color: #00aac9;
    background: linear-gradient(transparent 90%, #00aac9 50%);
}

.error-wrapper {
    margin: 20px 0 10px 0;
    width: 100%;
    text-align: center;
}

.error-message {
    padding: 15px 0;
    width: 100%;
    border-radius: 4px;
    background-color: #fff4f6;
}

.error-message .message-title {
    font-family: HiraKakuProN-W6;
    color: #fd8c8c;
    font-size: 13px;
    font-weight: bold;
}

a {
    text-decoration: none;
    color: #1da1f2;
}
