.c-column>a .c-column__text {
    width: 50%;
}
.c-column>a img {
    width: 50%;
}
.l-top__img-slider .l-top__img-slider__img>img {
    width: 100%;
}
.new-icon {
    font-size: 15px;
    color: white;
    background: red;
    padding: 1px 7px;
    position: absolute;
    transform: rotate(-45deg);
}

.l-register-new__head-prev>a{

    background-color: #456e8d;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 40px;
    border-radius: 3px;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0em;
    color: white;
}
.l-register-new__head-prev>a>img{
    margin-right: 8px;
}
.--second span {
    font-size: 12px;
    width: 48%;
}
.l-user-logout {
    display: flex;
}
.l-user-logout img {
    padding: 15px;
}
.l-user-logout input {
    background: none;
    color: white;
    border: none;
    font-size: 16px;
    font-weight: bold;
    padding: 0;
}
.l-mypage-wrap__link {
    border: none !important;
}

@media screen and (min-width: 741px) {
    .pcNone {
        display: none !important; } }
@media screen and (max-width: 767px) {
    .spNone {
        display: none !important; } }
@media screen and (min-width: 768px) and (max-width: 961px) {
    .tabNone {
        display: none !important; } }

@media screen and (max-width: 767px) {
    .l-side{
        display: none;
    }
    .l-register{
        margin: 0;
        padding: 0;
    }
    .l-register .l-register__inner{
        width: 100%;
        padding: 50px 20px;
    }
}
.l-register{
    padding-bottom: 20px;
}
.l-register .table-responsive .table{
    width: 100%;
}
.l-register .table-responsive .table,.l-register .table-responsive .table td,.l-register .table-responsive .table th{
    border: 1px solid #000;
}
.table-responsive .table th{
    width: 30%;
    padding: 20px 10px;
    background: #ccc;
}
.table-responsive .table td{
    width: 70%;
    padding: 20px 10px;
}
.l-register .table-responsive .table .td{
    background: #ccc;
}
.l-register .table-responsive h2{
    margin: 0 0 20px;

}
@media screen and (max-width: 767px) {
    .l-register .table-responsive{
        padding: 25px 20px;
    }

    .table-responsive .table th{
        font-size: 12px;
    }
    .table-responsive .table td{
        font-size: 12px;
    }
    .l-register .l-register__form-half input{
        width: 100%;
    }
}

.text-button{
    position: relative;
    margin-left: 40vw;
    background-color: #f2f2f2;
    text-align: center;
    padding: 0 0 50px;
}
.text-button a{
    position: relative;
}
.text-button a:before{
    content: '';
    width: 10px;
    height: 10px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    position: absolute;
    right: -20px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
    .text-button{
        margin: 0;
        background-color: #f2f2f2;
        text-align: center;
        padding: 0 0 50px;
    }
}

.l-simulation-button {
    width: calc(100% - 30px);
}
.l-simulation-service__contents-select__date-radio1 div{
    width: 33% !important;
}
