@charset "UTF-8";
/**
* Creative Net Door.
* Basic Css Reset Formatter
**/

/* ステップのデザイン一式 */
.register_content{
    color: #484848;
    display: flex;
    justify-content: center;
    align-items: center;
}
.register_step{
    flex-wrap: wrap;
    list-style: none;
    text-align: center;
    padding-left: 0;
}
.register_step li{
    position: relative;
    padding: 20px 30px;
    margin: 0 25px 10px 0;
    display: inline;
    background: #E5EAED;
}

/* 先端部分 */
.register_step li::after{
    content: "";
    position: absolute;
    top: 0;
    right: -30px;
    border-width: 32px 15px;
    border-color: transparent transparent transparent #E5EAED;
    border-style: solid;
}

/* 現在のステップ */
.register_step li.is-current{
    background: #21abe7;
    color: white;
}
.register_step li.is-current::after{
    border-color: transparent transparent transparent #21abe7 ;
}

.registPage h2 {
    margin-bottom: 1.8rem;
}

.contentsBlockLoginMain__FbLogin {
    border-left: 1px solid #F4F6F7;
    padding: 2rem 0 2rem 0;
    margin: auto;
}

.contentsBlockLoginMain__FbLogin .inner {
    margin: 0 auto;
}
.contentsBlockLoginMain__FbLogin--Btn a {
    display: block;
    text-align: center;
    color: #ffffff;
    background: #1279EA;
    border-radius: 10rem;
    position: relative;
    padding: 1.4rem 2rem 1.3rem 2rem;
    webkit-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration:none;
}
.contentsBlockLoginMain__FbLogin--Btn a::before {
    content: "";
    display: inline-block;
    background: url(../../../../tano/assets/img/facebook.svg) center top no-repeat;
    width: 2.8rem;
    height: 2.8rem;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 1.2rem;
}

.register_submit{
    margin: 20px auto 20px auto;
    width: 32.22%;
}

.register_submit button {
    width: 100%;
    background: #0082D0;
    border-radius: 10rem;
    font-size: 1.5rem;
    padding: 1.9rem 0rem 2rem 0rem;
    color: #ffffff;
    cursor: pointer;
    webkit-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.register_submit button:hover {
    opacity: 0.5;
}

.register_submit_off button {
    background: #E5EAED;!important;
}

.pmark_text-center{
    text-align: center;
}

.pmark_text-center img{
    margin: auto;
}

.error_label{
    color: #f43838;
    background: #ffdbe0;!important;
}

.registPage .blueBox {
    margin-top: 1.6rem;
    background: #D3F3FF;
    padding: 1rem 1.4rem 1rem 1.4rem;
}

.registPage .blueBox p {
    line-height: 1.467;
    letter-spacing: 0;
}

.registPage .redBox {
    margin-top: 1.6rem;
    background: #ffdbe0;
    padding: 1rem 1.4rem 1rem 1.4rem;
}
.registPage .redBox p {
    line-height: 1.467;
    letter-spacing: 0;
}

.registPage dl.dlTypeStyleA1 {
    border-top: 1px solid #E5EAED;
    margin-top: 2.8rem;
}
.registPage dl.dlTypeStyleA:last-of-type {
    margin-bottom: 5rem;
}

.dlTypeStyleA dd .sideRadio_regist {
    display: inline-block;
}
.dlTypeStyleA dd .sideRadio_regist .radio {
    display: inline-block;
}
.dlTypeStyleA dd .sideRadio_regist .radio:not(:first-of-type) {
    margin-left: 3rem;
}

.regist_name div {
    display: inline-block;
}

.name1{
    margin-right: 10px;
}

.radio-label-name{
    margin-right: 16px;
}
.radio-label-furi{
    margin-right: 2px;
}

dl.dlTypeStyleA dd .birthdayCode {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

dl.dlTypeStyleA dd .birthdayCode .select .selectbox-001 select {
    min-width: 130px;
    padding: 0.8rem 1.2rem 1.1rem 1.2rem;
}

dl.dlTypeStyleA dd .birthdayCode p {
    margin: 0 1.2rem 0 0.4rem;
}

.dlTypeStyleA dd .birthdayCode p:last-of-type {
    margin-right: 0;
}

.registPage dl.dlTypeStyleA.noborder {
    border-bottom: none;
}

.registPage dl.dlTypeStyleA.noborder dt, .registPage dl.dlTypeStyleA.noborder dd {
    padding-bottom: 0.6rem;
}

.registPage dl.dlTypeB {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-bottom: none;
}

.registPage dl.dlTypeB:not(:first-of-type) {
    padding: 0 !important;
}

.registPage dl.dlTypeB dt {
    font-size: 1.5rem;
    line-height: 1.667;
    background: #F4F6F7;
    width: 22rem;
    padding: 0.5rem 1.6rem;
    border-bottom: none;
    position: relative;
}

.registPage dl.dlTypeB dt .required {
    border-radius: 10rem;
    background: #FF436E;
    color: #ffffff;
    font-size: 1.1rem;
    line-height: 1;
    width: 3.8rem;
    height: 1.9rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 1.6rem;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.registPage dl.dlTypeB dd {
    font-size: 1.5rem;
    line-height: 1.667;
    width: calc(100% - 220px);
    padding: 0.5rem 0rem 0.5rem 2rem;
    border-bottom: none;
}

.registPage dl.dlTypeB.border {
    border-bottom: 1px solid #E5EAED;
}

.registPage dl.dlTypeB.border dt, .registPage dl.dlTypeB.border dd {
    padding-bottom: 1.8rem;
}

.registPage dl.dlTypeB.noborder {
    border-bottom: none;
}

.registPage dl .placeCode {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.registPage dl .placeCode__Title {
    width: 17rem;
}
.registPage dl .placeCode__Title span {
    display: none;
}
.registPage dl .placeCode__Detail {
    width: calc(100% - 121px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.registPage dl .placeCode__Detail .selectbox-001 {
    width: 11.8rem;
}
.registPage dl .placeCode__Detail .selectbox-001 select {
    width: 100%;
    padding: 0.8rem 1.2rem 1.1rem 1.2rem;
}
.registPage dl .placeCode__Detail .input-001 {
    width: 100%;
}
.registPage dl .placeCode__Detail .input-001 input {
    width: 100%;
}
.registPage dl .placeCode__Detail p {
    padding: 0 1rem;
}
.registPage dl .placeCode__Detail p.linkType01 a {
    margin-left: 1rem;
}
.registPage dl .placeCode__Detail .postcodeLeft {
    width: 5.6rem;
}
.registPage dl .placeCode__Detail .postcodeLeft input {
    width: 100%;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    text-align: center;
}
.registPage dl .placeCode__Detail .postcodeRight {
    width: 5.6rem;
}
.registPage dl .placeCode__Detail .postcodeRight input {
    width: 100%;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    text-align: center;
}

.registPage dl .telCode {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.registPage dl .telCode p {
    padding: 0 1rem;
}
.registPage dl .telCode span.smallText {
    margin-left: 2rem;
}
.registPage dl .telCode .input-001 {
    width: 5.6rem;
}
.registPage dl .telCode .input-001 input {
    width: 100%;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    text-align: center;
}
.registPage dl .telCode .input-001.first {
    width: 5rem;
}
.registPage dl .telCode .input-001.first input {
    width: 100%;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
}

.mailmagazine-radio{
    margin-bottom: 15px;
}

.checkbox_inline{
    display: inline-block;
    margin-bottom: 15px;
    vertical-align: middle;
}

.registPage .termsCheck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 3rem 0 0 0;
}
.registPage .termsCheck p {
    margin-bottom: 2rem;
}
.registPage .termsCheck .checkbox .mwform-checkbox-field-border {
    top: 0rem;
}
.registPage .termsCheck .checkbox .mwform-checkbox-field-text {
    font-size: 1.5rem;
}

.color-red{
    color: #FF0000;
}

@media screen and (min-width: 768px) {
    .registPage h2 {
        margin-top: 8rem;
    }

    .registPage h2.registPageConfirm{
        margin-top: 3.0rem;
    }

    .registPage h2.registPageFin{
        margin-top: 6.0rem !important;
    }

    .register_input_submit{
        margin: 20px auto 20px auto;
        width: 32.22%;
    }

    .contentsBlockLoginMain__FbLogin {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .register_step{
        display: flex;
        flex-direction: column;
        list-style: none;
        text-align: center;
        padding-left: 0;
    }
    .register_step li{
        position: relative;
        padding: 20px 30px;
        margin: 0 25px 40px 0;
        display: inline;
    }

    /* 先端部分 */
    .register_step li:not(:last-child) {
        margin-bottom: 40px;
        position: relative;
    }

    .register_step li::after{
        right: 0px
    }

    .register_step li:not(:last-child)::after {
        content: '';
        position: absolute;
        border: 20px solid transparent;
        width: 0;
        height: 0;
        top: 75px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        border-top-color: #4D9BC1;
    }

    .register_step li dl dt {
        font-size: 1.3em;
        font-weight: bold;
        border-bottom: 2pt dashed #ccc;
        margin: 0;
    }

    .registPage .titleTypeD {
        margin-top: 1rem;
    }

    .pmark_text-center img{
        width: 50%;
    }

    .registPage .redBox {
        margin-top: 1.4rem;
        background: #ffdbe0;
        padding: 1.2rem 1.4rem 1.2rem 1.4rem;
    }
    .registPage .redBox p {
        font-size: 3.73vw;
        line-height: 1.571;
        letter-spacing: 0;
        margin-bottom: 0 !important;
    }

    .registPage .blueBox {
        margin-top: 1.4rem;
        background: #D3F3FF;
        padding: 1.2rem 1.4rem 1.2rem 1.4rem;
    }
    .registPage .blueBox p {
        font-size: 3.73vw;
        line-height: 1.571;
        letter-spacing: 0;
        margin-bottom: 0 !important;
    }

    dl.dlTypeStyleA dd .birthdayCode .select .selectbox-001 select {
        min-width: 60px;
        margin-right: 5px;
    }

    dl.dlTypeStyleA dd .birthdayCode .select .selectbox-001 #birthdaya {
        min-width: 120px !important;
    }

    .registPage dl.dlTypeB {
        margin: 0;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        border-bottom: none;
    }
    .registPage dl.dlTypeB:not(:first-of-type) {
        padding: 0 !important;
    }
    .registPage dl.dlTypeB dt {
        font-size: 3.73vw;
        line-height: 1.667;
        background: none;
        width: 100%;
        padding: 0.5rem 1.6rem;
        border-bottom: none;
        position: relative;
        display: none;
    }
    .registPage dl.dlTypeB dt .required {
        border-radius: 10rem;
        background: #FF436E;
        color: #ffffff;
        font-size: 2.93vw;
        line-height: 1;
        width: 3.8rem;
        height: 1.9rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: absolute;
        top: 50%;
        right: 1.6rem;
        -webkit-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
        display: none;
    }
    .registPage dl.dlTypeB dd {
        font-size: 3.73vw;
        line-height: 1.667;
        width: 100%;
        padding: 0rem 0rem 0rem 0rem;
        border-bottom: none;
    }
    .registPage dl.dlTypeB dd .required {
        border-radius: 10rem;
        background: #FF436E;
        color: #ffffff;
        font-size: 2.93vw;
        line-height: 1;
        width: 3.8rem;
        height: 1.9rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: static;
        top: 0;
        right: 0rem;
        -webkit-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
        margin-left: 1.4rem;
    }
    .registPage dl.dlTypeB.border {
        border-bottom: 1px solid #E5EAED;
    }
    .registPage dl.dlTypeB.border dt, .registPage dl.dlTypeB.border dd {
        padding-bottom: 0rem;
    }
    .registPage dl.dlTypeB.border dd {
        padding-bottom: 1rem;
    }
    .registPage dl.dlTypeB.noborder {
        border-bottom: none;
    }

    .registPage dl .placeCode {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .registPage dl .placeCode__Title {
        width: 100%;
        font-weight: normal;
        margin-bottom: 1rem;
    }
    .registPage dl .placeCode__Title p {
        display: inline-block;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .registPage dl .placeCode__Title p span {
        display: inline-block;
    }
    .registPage dl .placeCode__Detail {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 1.5rem;
    }
    .registPage dl .placeCode__Detail .select {
        width: 100%;
    }
    .registPage dl .placeCode__Detail .select .selectbox-001 {
        width: 32.54%;
        min-width: 10.9rem;
        font-size: 3.73vw;
    }
    .registPage dl .placeCode__Detail .select .selectbox-001 select {
        width: 100%;
        font-size: 3.73vw;
        padding: 0.8rem 1.2rem 1.1rem 1.2rem;
    }
    .registPage dl .placeCode__Detail .input-001 {
        width: 100%;
    }
    .registPage dl .placeCode__Detail .input-001 input {
        width: 100%;
        padding: 0.9rem 1.1rem;
    }
    .registPage dl .placeCode__Detail p {
        padding: 0 1rem;
    }
    .registPage dl .placeCode__Detail p.linkType01 {
        font-size: 3.73vw;
    }
    .registPage dl .placeCode__Detail p.linkType01 a {
        margin-left: 0.4rem;
    }
    .registPage dl .placeCode__Detail .postcodeLeft {
        width: 5.6rem;
    }
    .registPage dl .placeCode__Detail .postcodeLeft input {
        width: 100%;
    }
    .registPage dl .placeCode__Detail .postcodeRight {
        width: 5.6rem;
    }
    .registPage dl .placeCode__Detail .postcodeRight input {
        width: 100%;
    }

    .registPage dl .telCode {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .registPage dl .telCode p {
        padding: 0 1rem;
    }
    .registPage dl .telCode span.smallText {
        margin-left: 0rem;
        display: block;
    }
    .registPage dl .telCode .input-001 {
        width: 5.8rem;
    }
    .registPage dl .telCode .input-001 input {
        width: 100%;
    }
    .registPage dl .telCode .input-001.first {
        width: 5rem;
    }
    .registPage dl .telCode .input-001.first input {
        width: 100%;
    }
}