@charset "UTF-8";

.button_01 a,
.button_01 button {
    position: relative;
    display: block;
    width: 100%;
    padding: 15px 0;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    text-align: center;
    background: #cc2a42;
    border: 1px solid #cc2a42;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.button_01 a:hover,
.button_01 button:hover {
    color: #cc2a42;
    text-decoration: none;
    background: #fff;
}

.button_02 a,
.button_02 button {
    position: relative;
    display: block;
    width: 100%;
    padding: 15px 0;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0.2em;
    text-align: center;
    border: 1px solid #898989;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.button_02 a:hover,
.button_02 button:hover {
    color: #fff;
    text-decoration: none;
    background: #898989;
}

.memPass {
    margin-bottom: 50px;
}

.memPass .main_ttl_area {
    margin-bottom: 30px;
    background: #eff4f8;
}

.memPass .main_ttl_area .inner {
    position: relative;
    z-index: 10;
    padding: 13px 0 10px;
}

.memPass .main_ttl_area .main_ttl {
    display: inline-block;
    font-weight: bold;
    font-size: 22px;
    font-size: 2.2rem;
    vertical-align: middle;
}

.memPass .step_area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
}

.memPass .step_area li {
    text-align: center;
}

.memPass .step_area li .step {
    position: relative;
    display: block;
    width: 160px;
    margin-bottom: 5px;
    padding: 20px 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
    border: 1px solid #1d1d1d;
}

.memPass .step_area li .step::after {
    position: absolute;
    top: 50%;
    right: -23px;
    width: 15px;
    height: 15px;
    border-top: 1px solid #1d1d1d;
    border-right: 1px solid #1d1d1d;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    content: '';
}

.memPass .step_area li.current {
    font-weight: bold;
}

.memPass .step_area li.current .step {
    color: #fff;
    font-weight: bold;
    background: #1d1d1d;
}

.memPass .step_area li:last-child .step::after {
    display: none;
}

.memPass .text_01 {
    margin-bottom: 40px;
}

.memPass .text_02 {
    margin-bottom: 40px;
    text-align: center;
}

.memPass .text_03 {
    margin-bottom: 20px;
}

.memPass .text_04 {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
}

.memPass dl dt {
    margin-bottom: 15px;
    font-weight: bold;
}

.memPass dl dd {
    margin-bottom: 30px;
}

.memPass dl dd input[type='text'] {
    padding: 13px;
    border: 1px solid #898989;
    border-radius: 5px;
}

.memPass dl dd input[type='tel'] {
    padding: 13px;
    border: 1px solid #898989;
    border-radius: 5px;
}

.memPass dl dd input[type='text'].inputtext_01 {
    width: 100%;
}

.memPass dl dd input[type='text'].inputtext_02 {
    width: 290px;
    margin: 0 30px 0 15px;
}

.memPass dl dd input[type='tel'].inputtext_03 {
    width: 190px;
    margin: 0 30px 0 15px;
}

.memPass dl dd .text {
    margin-top: 5px;
}

.memPass .btn {
    width: 350px;
    margin: 60px auto 0;
}

.memPass table {
    width: 100%;
    margin-bottom: 40px;
}

.memPass table tr th {
    width: 200px;
    padding: 10px 0;
    background: #e5e5e5;
    border: 1px solid #e5e5e5;
}

.memPass table tr td {
    padding: 10px 20px;
    border: 1px solid #e5e5e5;
}
