.error {
    padding: 10px;
    margin: 10px auto;
    border: 2px solid red;
}
.error .msg {
    font-size: 87.5%;
    font-weight: 700;
    color: red;
    line-height: 150%;
    padding: 0 0 5px 20px;
    margin: 0 0 10px 0;
    border-bottom: 1px dashed red;
    background: url(/common/smart/design/css/img/alert.gif) no-repeat 0 3px;
    background-size: 16px 14px;
}
.error ul {
    padding: 0 10px;
}
ul {
    list-style: none;
}
.error li {
    color: red;
    font-size: 75%;
    line-height: 150%;
    padding: 0 0 0 10px;
    background: url(/common/smart/design/css/img/arrow4.png) no-repeat 0 7px;
    background-size: 4px 5px;
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000;
}
#main_visual_other #mv_banner .mv_slide_selector .slick-dots {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: -25px;
    min-height: 23px;
}
.text-inden-1 {
    text-indent: 100%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    height: 0;
}
#main_visual_other {
    min-height: 139px;
}
#main_visual_other {
    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: #FE2500;
}
@media screen and (min-width: 320px) {
    #main_visual_other #mv_banner {
        min-height: 120px;
        width: 100%;
    }
}
@media screen and (min-width: 375px) {
    #main_visual_other #mv_banner {
        min-height: 136px;
    }
}
#main_visual_other #mv_banner {
    margin: 0;
    padding: 0;
}
.fix-cls-boxs {
    min-height: 950px;
    width: 100%;
}

.form dl {
    border-bottom: 1px dashed #d8d8d8;
    width: 100%;
    border-left: 1px solid #bebebe;
    border-right: 1px solid #bebebe;
    margin-top: 0;
}
.contact .form dl {
    width: 100%;
    margin-bottom: 30px;
}
.form dt {
    font-size: 80%;
    font-weight: 700;
    margin: 0 0 7px;
    background-color: #F8F8F8;
    padding: 18px;
}
.contact .form dt {
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    margin: 0 0 6px;
    background-color: #fff;
    padding: 0;
    display: flex;
    align-items: center;
}
.nec {
    color: red;
    margin: 0 3px;
}
.contact .form .nec {
    color: #fff;
    padding: 4px 8px;
    background: #e00014;
    font-size: 14px;
    border-radius: 4px;
    width: auto;
}
.form dd {
    font-size: 90%;
    line-height: 150%;
    padding: 0 0 10px;
    margin: 0 0 20px;
    border-bottom: 1px dotted #d8d8d8;
}
.form dd:last-child {
    padding: 0;
    margin: 0;
    border-bottom: none;
}
.contact .form dd {
    font-size: 15px;
    border-bottom: none;
    padding-bottom: 0;
}
.contact {
    margin: 0 10px;
}
.form dl {
    border-top: none;
    border-bottom: none;
    padding: 10px 0;
    margin: 5px auto 0;
    border-bottom: 1px dashed #d8d8d8;
    width: 100%;
    border-left: 1px solid #bebebe;
    border-right: 1px solid #bebebe;
    margin-top: 0;
}
.contact .form dl {
    width: 100%;
    margin-bottom: 30px;
}
.contact .form dd input[type="text"] {
    margin: 0;
    border: #E8E8E8 1px solid;
    width: fill-available;
    width: -webkit-fill-available;
    padding: 10px;
    font-size: 16px;
    border-radius: 6px;
}
.contact .form textarea {
    min-height: 160px;
    resize: none;
    width: 100%;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    padding: 10px;
    box-sizing: border-box;
}
#line_banner{display:none;}
#noti-error span{
    font-size: 14px;
    line-height: 20px;
}

.blocker {
    z-index: 9999;
}

#main {
    padding: 0 0 80px;
}

#open-modal {
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    border: 1px solid #ffffff;
    padding: 16px 10px;
    background: #E61E02;
    width: 100%;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    margin: 0 auto 20px;
    box-sizing: border-box;
}
#open-modal span {
    color: #FFF500;
}
#open-modal::after {
    margin-left: 5px;
    content: '';
    background: url(/common/design/user/css/img/icon-arrow-regist.png) no-repeat;
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
    display: block;
}

.ex {
    font-weight: bold;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 10px;
}

tbody {
    border: 2px solid #d5d5d5;
}

.form dl {
    border-bottom: 1px dashed #d8d8d8;
    width: 100%;
    border-left: 1px solid #bebebe;
    border-right: 1px solid #bebebe;
    margin-top: 0;
}

.form dl:first-child {
    border-top: 1px solid #d8d8d8;
}

.form dl:last-child {
    border-bottom: 1px solid #d8d8d8;
}

.form dl:nth-child(2n) {
    background: #f7f7f7;
}

.modal {
    top: -15%;
}

.form dd input::placeholder {
    color: #bebebe;
}

.form dd input:-ms-input-placeholder {
    color: #bebebe;
}

.form dd input::-ms-input-placeholder {
    color: #bebebe;
}


.form dd input[type="text"] {
    padding: 2px 10px;
    width: 100% !important;
    box-sizing: border-box;
}

.form .nec span {
    padding: 5px 10px;
    background: #e00014;
    border-radius: 5px;
    margin-left: 5px;
}

.form th, .form td {
    padding: 20px 10px;
}

.form .submit {
    position: relative;
}

.form .submit .fa-chevron-circle-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    color: #fff;
    font-size: 26px;
}

.form dd:last-child {
    border-bottom: 0;
    margin: 0 10px;
}
.contact .form dd {
    line-height: 22px;
}
.form dt {
    padding: 5px 10px;
    background: transparent;
    margin-bottom: 0;
}

.sbmt_check {
    position: relative;
    display: block;
    background: #e61e02;
    padding: 15px 35px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border: 0;
    border-radius: 5px;
    outline: unset;
    width: 100%;
    margin: 40px auto;
    text-indent: 1px;
    height: auto;
    float: unset;
}

.text-center {
    text-align: center;
    margin: 20px 0;
}
.common-title_s1{
    max-height: 36px;
}
p.ex {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 20px;
}
.check_form {
    margin: 20px 0 0 0;
}
.check_form h3 {
    font-size: 87.5%;
    padding: 6px 10px;
    margin: 10px auto;
    border-left: 5px solid #e70000;
    width: 86%;
}
.check_form dt {
    font-size: 80%;
    font-weight: 700;
    margin: 0 0 7px;
    background-color: #F8F8F8;
    padding: 18px;
}
.check_form dd {
    font-size: 90%;
    line-height: 150%;
    padding: 0 0 10px 16px;
    margin: 0 0 20px;
    border-bottom: 1px dotted #d8d8d8;
}
.sbmt_box {
    text-align: center;
    margin: 20px 0 0 0;
}
.sbmt_box .sbmt {
    display: inline;
}
.sbmt {
    overflow: hidden;
}
.sbmt {
    text-align: center;
    margin: 20px 0 0 0;
}
section p {
    font-size: 14px;
}
.sbmt input[type="submit"] {
    width: auto;
    height: auto;
    font-weight: 700;
    padding: 20px 100px;
    margin: 20px 8px 26px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #fff;
    font-size: 120%;
    background: linear-gradient(#444, #1a1a1a);
    border: none;
}
.check_form .sbmt input[type="submit"] {
    width: 48%;
    color: #fff;
    font-size: 75%;
    font-weight: 700;
    display: inline-block;
    padding: 17px 5px;
    border-radius: 3px;
    background: linear-gradient(#444, #1a1a1a);
    margin: 20px 0;
}
.contact .sbmt input[type="submit"] {
    background: #c80000;
    padding: 15px 20px;
    margin: 0 0 40px;
    width: 100%;
}

.comp dl {
    padding: 20px;
    border: 1px solid #202020;
}
.comp dt {
    font-size: 75%;
    line-height: 160%;
    margin: 0 0 20px 0;
}
.comp dd {
    text-align: center;
}
.comp dd p a {
    font-size: 75%;
    line-height: 150%;
    display: inline;
    padding: 0 0 0 15px;
    margin: 0 10px;
    background: url(/common/smart/design/css/img/arrow1.png) no-repeat 0 0;
    background-size: 12px 12px;
}
.comp dt span.subtit_pc {
    font-weight: 700;
    margin-top: 20px;
    display: inline-block;
}

.comp dt span.subtit_carrier {
    font-weight: 700;
    margin-top: 10px;
    display: inline-block;
}
.comp.clearfix {margin-bottom: 15px}
.row__custom--contact .bg__white--custom {
    background-color: #fff;
    padding: 20px;
    width: 100%;
    border: 1px solid #E8E8E8;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
}
.row__custom--contact .bg__white--custom p {
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000;
    text-align: center;
}
.row__custom--contact .text__faq a {
    display: flex;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    color: #0084FF;
    margin-bottom: 10px;
    align-items: center;
    gap: 10px;
}
.row__custom--contact .text__faq a:before {
    content: '';
    background: url(/common/design/user/css/img/q-icon.png) no-repeat;
    background-size: 100% 100%;
    width: 30px;
    height: 30px;
    display: flex;
    flex-shrink: 0;
}
.row__custom--contact .text__faq a:last-child {
    margin-bottom: 0;
}
.row__custom--contact .btn--new__regist a , .row__custom--contact .btn--new__regist p {
    display: flex;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    padding: 17px 0;
    gap: 5px;
    border-radius: 10px;
    background-color: #363636;
    color: #fff;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
}
.row__custom--contact .text__faq {
    margin-bottom: 20px;
}
.row__custom--contact .btn--new__regist a:after , .row__custom--contact .btn--new__regist p:after {
    content: '';
    background: url(/common/design/user/css/img/icon-arrow-regist.png) no-repeat;
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
    display: block;
}
.row__custom--contact .btn--new__regist p {
    position: relative;
    right: unset;
    height: auto;
}
.row__custom--contact .left--box {
    margin-bottom: 10px;
}
.contact__box--parent {
    background: #F7F7F7;
    padding: 20px 10px;
    margin-bottom: 50px;
}
.row__custom--contact .right--box span {
    display: block;
    text-align: center;
    margin: 0 auto 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0.05em;
}
.title__regist--news {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    color: #000;
    margin-bottom: 20px ;
}
.form__regist--news {
    border: 1px solid #E8E8E8;
    padding: 20px;
    margin-bottom: 70px;
}
.form__regist--news dl , .form__regist--news dl:first-child , .form__regist--news dl:last-child {
    border: none;
    padding: 0;
}
.form__regist--news dl:nth-child(2n) {
    background: #fff;
}
.form__regist--news dd:last-child {
    margin: 0;
}
.contact .form__regist--news .nec {
    padding: 5px 10px;
    background: #C2172D;
    font-size: 10px;
    line-height: 10px;
    border-radius: 6px;
    margin-left: 5px;
}
.form__regist--news .sbmt__check {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    background: #E61E02;
    padding: 17px 10px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    border-radius: 10px;
    width: 100%;
    margin: 0 auto;
    border: none;
    cursor: pointer;
}
.form__regist--news .sbmt__check:after {
    content: '';
    background: url(/common/design/user/css/img/icon-arrow-regist.png) no-repeat;
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
    display: block;
}
.btn__showw--more {
    background-color: #363636;
    border-radius: 10px;
    padding: 16.5px 20px;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    color: #fff;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
}
.btn__showw--more:after {
    content: '';
    background: url('/common/design/user/css/img/icon_arrow_2.png') no-repeat;
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
    display: block;
}