* {
    list-style: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border-collapse: collapse;
    font-style: normal;
}

input,
select {
    vertical-align: middle;
}

.name2 {
    display: flex;
    /* display: block; */
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 72px;
}

.yemail {
    width: 150px !important;
}

.info_input {
    border-top: 2px solid #222;
    font-size: 0.875rem;
}

.info_input dl {
    border-bottom: 1px solid #d3d4d6;
    display: flex;
    align-items: center;
}

.info_input dl dt {
    background: #f6f6f6;
    width: auto;
    min-width: 20%;
    color: #222;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

.info_input dl dd {
    color: #666;

    padding: 8px 12px;
    font-size: .95em;
    position: relative;
    width: 100%;
    align-self: center;
}


.info_input dl dd input {
    height: 38px;
    border-radius: 6px;
    width: 100%;
    vertical-align: middle;
}

.info_input dl dd.address input {
    width: 100%;
}

.info_input dl dd.number input {
    width: 100px;
}

.info_input dl dd .post {
    width: 115px;
    height: 38px;
    color: #fff;
    background: #343434;
    display: inline-block;
    border-radius: 6px;
    margin-left: 10px;
    font-size: .95em;
    font-weight: 300;
}

.info_input dl dd span {
    margin-left: 10px;
    font-size: 0.9em;
}

.info_input dl dd>p {
    font-size: 0.9em;
    margin-left: 2px;
    padding-top: 2px;
}

.info_input dl dd em {
    color: #e7880c;
}

.sub_btn {
    text-align: center;
    margin: 40px 0 110px;
}

.sub_btn .b_confirm {
    display: inline-block;
    border: none;
    background: #4F46E5;
    border-radius: 30px;
    height: 50px;
    width: 170px;
    color: #fff;
    text-align: center;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s;
    letter-spacing: 0.3px;
    line-height: 1 !important;
}

.sub_btn .b_confirm:hover {
    filter: brightness(110%);
}



.sub_visual {
    width: 100%;
    max-width: 900px;
    height: 132px;
    position: relative;
    text-align: center;
    margin: 0 auto;
    background: url(../images/common/sub_bg.png) no-repeat right;
}

.sub_visual.join {
    background: url(../images/common/join_bg.png) no-repeat right;
}

.sub_visual h2 {
    font-size: 2em;
    font-weight: bold;
    padding-top: 50px;
    letter-spacing: -.05em;
}

.sub_visual p {
    color: #999;
    font-size: .9em;
    font-weight: 400;
}

.sub_contents {
    width: 100%;
}

.sub_tab {
    width: 100%;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    position: relative;
    height: 47px;
}

.sub_tab ul {
    height: 47px;
    width: 600px;
    margin-left: -300px;
    position: absolute;
    top: -1px;
    left: 50%;
}

.sub_tab.four ul {
    width: 800px;
    margin-left: -400px;
}

.sub_tab.six ul {
    width: 900px;
    margin-left: -450px;
}

.sub_tab ul li {

    width: 200px;
    text-align: center;
}

.sub_tab.six ul li {
    width: calc(900px/6);
}


.sub_tab li a {
    color: #aaa;
    background: #f6f6f6;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    display: block;
}

.sub_tab li:first-child a {
    border-left: 1px solid #ddd;
}

.sub_tab li.on a {
    color: #fff;
    background: #5ba4ff;
    border-right: 1px solid #5ba4ff;
    border-top: 1px solid #5ba4ff;
    border-bottom: 1px solid #5ba4ff;
}

.sub_tab li.on:first-child a {
    border-left: 1px solid #5ba4ff;
}

.sub_con {
    margin: 0 auto;
    max-width: 900px;
    padding: 20px;
    font-family: "SUIT";
}

.sub_con.mb {
    padding-bottom: 150px;
}

.sub_ttl {
    font-size: 1.5em;
    font-weight: 500;
    letter-spacing: -0.05em;
    margin: 60px 0 18px;
    position: relative;
    color: #222;
}

.sub_ttl.mb0 {
    margin: 60px 0 0;
}

.sub_ttl::before {
    content: '';
    display: block;
    width: 17px;
    height: 5px;
    background: #645bff;
    margin-bottom: 3px;
}

.sub_ttl small {
    color: #e5ad41;
    font-size: .65em;
    font-weight: 400;
    margin-left: 6px;
}



input,
select,
textarea,
button {
    vertical-align: middle;
}

input[type=text],
input[type=password],
input[type=tel],
input[type=number],
input[type=search],
input[type=date] {
    padding: 0 6px;
    height: 50px;
    color: #000;
    font-size: .95em;
    border: 1px solid #DCDCDC;
    border-radius: 2px;
    -webkit-appearance: none;
    appearance: none;
}

input[type=text],
input[type=password],
input[type=tel],
input[type=number],
input[type=search],
input[type=date] {
    width: 100%;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=date]:focus,
textarea:focus {
    border-color: #7c7c7c;
    background: #f8f8f8;
    outline: 0;
    transition: 0.3s;
}

textarea {
    padding: 10px;
    color: #000;
    font-size: .95em;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    border-radius: 10px;
}

input::-ms-clear {
    display: none;
}



::placeholder {
    color: #999;
    font-weight: 300;
    font-size: .95em;
}

:-ms-input-placeholder {
    color: #999;
    letter-spacing: 0.04px;
    font-weight: 300;
    font-size: .95em;
}

input.placeholder {
    color: #999;
    font-weight: 300;
    font-size: .95em;
}

input.number {
    font-family: 'roboto';
}

@media all and (max-width:767px) {
    .info_input dl dt {
        padding: 8px 0;
    }

    .info_input dl dd.number input:nth-of-type(3) {
        margin-top: 8px;
    }

    #big {
        padding: 40px 0 !important;
    }
}