@charset "utf-8";

.fcRed {
    color: #D9161B!important;
}
.w-80 { width: 80%; }
.fs10 { font-size:10px; }
.fs12 { font-size:12px; }
.fs14 { font-size:14px; }
.fs16 { font-size:16px; }
.fs18 { font-size:18px; }
.fs20 { font-size:20px; }
.fs22 { font-size:22px; }
.taC {
    text-align: center!important;
}
.text-underline {
    text-decoration: underline;
}
.list_item {
    list-style-type:disc;
    padding-left: 15px;
}
.pt0 {
    padding-top: 0!important;
}
.pt18 {
    padding-top: 18px!important;
}
.pb0 {
    padding-bottom: 0px!important;
}
    
@media screen and (max-width: 749px) {
    .sp_fs10 {
        font-size: 10px;
    }

    .sp_fs11 {
        font-size: 11px;
    }

    .sp_fs12 {
        font-size: 12px !important;
    }

    .sp_fs13 {
        font-size: 13px;
    }

    .sp_fs14 {
        font-size: 14px;
    }

    .sp_fs15 {
        font-size: 15px;
    }

    .sp_fs16 {
        font-size: 16px;
    }

    .sp_fs17 {
        font-size: 17px;
    }

    .sp_fs18 {
        font-size: 18px;
    }

    .sp_fs19 {
        font-size: 19px;
    }

    .sp_fs20 {
        font-size: 20px;
    }

    .sp_fs21 {
        font-size: 21px;
    }

    .sp_fs22 {
        font-size: 22px;
    }
}
body.mobile_step .l-header .l-headerInfo__inner,
body.mobile_step .l-header .l-headerGnav__inner,
body.mobile_step .l-header--simple .l-headerInfo__inner,
body.mobile_step .l-header--simple .l-headerGnav__inner {
    justify-content: flex-start;
    padding: 15px 0!important;
}
@media screen and (max-width: 749px) {
    body.mobile_step .l-header .l-headerInfo__inner,
    body.mobile_step .l-header .l-headerGnav__inner,
    body.mobile_step .l-header--simple .l-headerInfo__inner,
    body.mobile_step .l-header--simple .l-headerGnav__inner {
    padding: 15px !important;
    }
}
body.mobile_step #fixedPriceArea .btn.gre {
    background: #D9161B!important;
}
body.mobile_step #application_btn a {
    color: #D9161B!important;
    border-color: #e93817!important;
}
body.mobile_step #optionSelect h4.ques .required {
    background: #D9161B!important;
}
body.mobile_step .label--rec {
    background-color: #D9161B!important;
}
#optionSelect h4.ques .optional {
    background-color: #113150!important;
}
body.mobile_step .typeA .ques .pickup,
body.mobile_step .typeI .ques .pickup {
    background: #D9161B!important;
}
#priceList .priceTable .totalPrice em {
    color: #D9161B!important;
}
body.mobile_step #priceList .price_h3 {
    color: #D9161B!important;
}
body.mobile_step #priceList .price_h3:before {
    background: #e93817!important;
}
body.mobile_step #priceList .priceTable .totalPrice em {
    color: #D9161B!important;
}
body.mobile_step .btn-primary {
    background: #D9161B!important;
}
#side_price .side_content .side_btn_wrap .btn.red {
    background: #D9161B!important;
}
#side_price .side_content .side_inner h4 {
    color: #D9161B!important;
}
#side_price .side_content .side_btn_wrap .btn.green {
    color: #D9161B!important;
    border-color: #D9161B!important;
}
#side_price .side_content .side_btn_wrap .btn.green span::after {
    border-color: #e93817!important;
}
body.mobile_step .l-header--simple .l-headerInfo__inner .m-headerLogo img {
    padding-top: 5px;
    width: 150px;
}

/* ステップナビ */
body.mobile_step .l-he
body.user_info .stepBar {
    width: 960px;
    font-family: 'Noto Sans Japanese Regular';
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    display: table;
    overflow: hidden;
    *zoom: 1;
}
body.user_info .stepBar li,
body.mobile_step .stepBar li {
    position: relative;
    display: table-cell;
    height: 40px;
    vertical-align: middle;
    text-align: center;
    background-color: #eee;
    color: #666;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 0;
}
body.user_info .stepBar li:before,
body.user_info .stepBar li:after,
body.mobile_step .stepBar li:before,
body.mobile_step .stepBar li:after {
    position: absolute;
    left: -5px;
    display: block;
    content: '';
    background-color: #eee;
    border-left: 4px solid #FFF;
    width: 6px;
    height: 20px;
    box-sizing: initial;
}
body.user_info .stepBar li:after,
body.mobile_step .stepBar li:after {
    top: 0;
    -moz-transform: skew(27deg);
    -ms-transform: skew(27deg);
    -webkit-transform: skew(27deg);
    transform: skew(27deg);
}
body.user_info .stepBar li:before,
body.mobile_step .stepBar li:before {
    bottom: 0;
    -moz-transform: skew(-27deg);
    -ms-transform: skew(-27deg);
    -webkit-transform: skew(-27deg);
    transform: skew(-27deg);
}
body.user_info .stepBar li:first-child,
body.mobile_step .stepBar li:first-child {
    border-left: 1px solid #e4e4e4;
}
body.user_info .stepBar li:first-child:before,
body.user_info .stepBar li:first-child:after,
body.user_info .stepBar li:first-child span:before,
body.user_info .stepBar li:first-child span:after,
body.mobile_step .stepBar li:first-child:before,
body.mobile_step .stepBar li:first-child:after,
body.mobile_step .stepBar li:first-child span:before,
body.mobile_step .stepBar li:first-child span:after {
    content: none;
}
body.user_info .stepBar li:last-child span,
body.mobile_step .stepBar li:last-child span {
    padding-right: 5px;
}
body.user_info .stepBar li:last-child,
body.mobile_step .stepBar li:last-child {
    border-right: 1px solid #e4e4e4;
}
body.user_info .stepBar li.current,
body.mobile_step .stepBar li.current {
    color: #FFF;
    background-color: #D9161B!important;
}
body.user_info .stepBar li.current,
body.mobile_step .stepBar li.current {
    background-color: #D9161B!important;
}
body.user_info .stepBar li.current:before,
body.user_info .stepBar li.current:after,
body.mobile_step .stepBar li.current:before,
body.mobile_step .stepBar li.current:after {
    background-color: #D9161B!important;
    box-sizing: initial;
}
.stepBar li.disable,
body.user_info .stepBar li.disable,
body.mobile_step .stepBar li.disable {color: #dddddd;}
body.user_info .stepBar li span,
body.mobile_step .stepBar li span {
    display: block;
    z-index: 5;
    vertical-align: middle;
    padding: 0 10px 0 8px;
}
body.user_info .stepBar li span:before,
body.user_info .stepBar li span:after,
body.mobile_step .stepBar li span:before,
body.mobile_step .stepBar li span:after  {
    position:  absolute;
    display: block;
    content: "";
    left: -5px;
    width: 2px;
    height: 20px;
    background: #fff;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    z-index: 2;
}
body.user_info .stepBar li span:before,
body.mobile_step .stepBar li span:before {
    border-bottom: 1px solid #fff;
    bottom: -1px;
}
body.user_info .stepBar li span:after,
body.mobile_step .stepBar li span:after {
    border-top: 1px solid #fff;
    top: -1px;
}
body.user_info .stepBar li span:after,
body.mobile_step .stepBar li span:after {
    top: -1px;
    -moz-transform: skew(27deg);
    -ms-transform: skew(27deg);
    -webkit-transform: skew(27deg);
    transform: skew(27deg);
}
body.user_info .stepBar li span:before,
body.mobile_step .stepBar li span:before {
    bottom: -1px;
    -moz-transform: skew(-27deg);
    -ms-transform: skew(-27deg);
    -webkit-transform: skew(-27deg);
    transform: skew(-27deg);
}
@media screen and (max-width: 749px) {
    body.mobile_step #pagettl,
    body.mobile_step #pagettl, #pagettl {
        background-color: #D9161B;
    }
    body.mobile_step #pagettl p, #pagettl p {
        color: #D9161B;
    }
    body.mobile_step #pagettl.mobile_pagettl {
        background-color: none;
    }
}
/* かんたんふぉーむ */
.requiredTxt span.required {
    background-color: #D9161B!important;
}
@media screen and (max-width: 749px) {
    #areaSelect .inner .requiredTxt span.required {
        background: #D9161B!important;
    }
}
#areaSelect .inner .requiredTxt>span {
    border-color: #e93817!important;
}
body.user_info .midashi_s {
    border-left: 4px solid #e93817;
}
.m-hdg-01 > .m-hdg,
.m-txtClr-jcom {
    color: #D9161B!important;
}
body.mobile_step a.btnTypeEntry {
    background: #D9161B!important;
}
body.mobile_step h3.midashi_s {
    border-color: #e93817!important;
}
body.user_info #input_v2 .inner .subtitle>span {
    border-color: #e93817!important;
}
body.user_info #input_v2 .inner .subtitle span.required {
    background: #D9161B!important;
}
body.user_info #input_v2 .inner .sp_show.required,
body.user_info #input_v2 .inner .inputFormTable1 th {
    border-left: #D9161B!important;
}
a.btnTypeEntryR,
a.btnTypeEntry {
    background: #D9161B!important;
}
@media screen and (max-width: 749px) {
    .selectList-select {
        background-image: none;
        background-color: #ffffff;
    }
    .selectList-select:before {
        right: 20px;
        margin-top: -10px;
        border-radius: 0;
        background-image: none;
        display: inline-block;
        width: 12px;
        height: 12px;
        border: none;
        border-bottom: 2px solid #333;
        border-right: 2px solid #333;
        transform: rotate(45deg);
    }
    .selectList-select:after {
        width: 0;
        height: 0;
        border: none;
        content: none;
    }
}
.procedure_wrap .step::before {
    border-top: 20px solid #e93817;
}
.procedure_wrap .step .title .title_txt03 {
    color: #D9161B!important;
}
#header .container {
    display: flex;
    max-width: 1100px;
    margin: 0 auto;
}
@media screen and (max-width: 749px) {
        #header .container {
        margin: 0 20px;
        width: calc(100% - 24px * 2);
    }
}
/* ----------------------------------------------------
    modal
---------------------------------------------------- */
/* .mobile_step_modal {
    overflow: hidden!important;
} */
#cboxTopLeft, #cboxTopCenter, #cboxTopRight, #cboxMiddleLeft, #cboxMiddleRight, #cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight {
    width: 0px !important;
    height: 0px !important;
    /* background: #cbd3d5; */
    background-image: none !important;
}
#top #cboxLoadedContent {
    padding-top: 0;
}
#top .cboxIframe {
    padding-top: 12px!important;
    border-radius: 32px!important;
}
#colorbox {
    padding-top: 12px!important;
    border-radius: 32px!important;
}
#cboxClose,
#top #cboxClose {
    z-index: 2;
    background-image: none!important;
    overflow: hidden;
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: auto;
    display: block;
    width: 32px;
    height: 32px;
    margin: auto;
    outline: none;
}
#colorbox #cboxClose::before,
#colorbox #cboxClose::after,
#top #cboxClose::before,
#top #cboxClose::after {
    content: "";
    display: block;
    position: absolute;
    background: #333333;
    width: 19px;
    height: 2px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 100px;
}
#colorbox #cboxClose::before,
#top #cboxClose::before {
    transform: rotate(-45deg);
}
#colorbox #cboxClose::after,
#top #cboxClose::after {
    transform: rotate(45deg);
}
body.mobile_step_modal #newMainArea {
    font-size: 16px;
}
@media screen and (max-width: 749px) {
    body.mobile_step_modal #newMainArea {
        font-size: 16px;
    }
}
body.mobile_step_modal .main {
    border-radius: 32px;
    padding: 0;
}
.mobile_step_modal {
    font-family: 'Noto Sans JP', sans-serif;
    display: block;
}
.mobile_step_modal .inner,
body.mobile_step_modal #personalconf.inner {
    max-width: none;
    padding: 15px 60px;
    margin: 0!important;
}
body.mobile_step_modal .scroll-box .inner,
body.mobile_step_modal .scroll-box #personalconf.inner {
    padding: 15px 60px 32px;
}
@media screen and (max-width: 749px) {
    .mobile_step_modal .inner,
    body.mobile_step_modal #personalconf.inner {
        padding: 15px;
    }
    body.mobile_step_modal .scroll-box .inner,
    body.mobile_step_modal .scroll-box #personalconf.inner {
        padding: 15px 15px 32px;
    }
}


/* モバクロ 注意事項 */
.mobaile_important {
    font-size: 14px!important;
}
.mobile_step_modal .m-bg-mobile {
    background-color: #D9161B !important;
}
.mobile_step_modal .m-bg-mobile .caution {
    font-size: 129%;
}
.mobile_step_modal .m-border-mobile {
    border: 1px solid #D9161B !important;
}
.mobile_step_modal .m-color-jcom {
    color: #D9161B !important;
}
.mobile_step_modal span.txt-block-red {
    background-color: #D9161B !important;
}
.mobile_step_modal span.txt-block-mobile {
    background-color: #F5D200 !important;
    color: #111111 !important;
}
.mobile_step_modal .btn-close {
    overflow: hidden;
    position: relative;
    display: inline-block;
    transition: .3s opacity ease-out;
    cursor: pointer;
    box-sizing: border-box;
    background: #fff;
    width: 352px;
    min-width: 352px;
    min-height: 58px;
    padding: 14px 40px;
    border: 3px solid #fff;
    border-radius: 100px;
    line-height: 1.3;
    text-decoration: none !important;
    font-size: 18px;
    font-weight: bold;
    color: #333 !important;
    text-align: center;
}
.mobile_step_modal .btn-close {
    background: #fff;
    border-color: #E2E2E2;
    width: 150px;
    min-width: 150px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 16px;
}
.modal .modal-content>.modal-header>*:last-child, .modal .modal-content>.modal-body>*:last-child, .modal .modal-content>.modal-footer>*:last-child {
    margin-bottom: 0;
}
/* モバクロ お申し込みの前に */
body.mobile_step .mobile_confBox {
    margin: 0!important;
    padding: 0!important;
}
body.apply-guide .m-color-mobile {
    text-align: left!important;
}
body.mobile_step_modal .fcRed {
    color: #D9161B;
}
body.mobile_step_modal .m-color-mobile {
    color: #D9161B;
}

body.mobile_step_modal .m-bg-mobile {
    background-color: #D9161B;
}
body.mobile_step_modal #header_nav.inner .page_nav ul li a {
    background-color: #D9161B;
}
@media screen and (max-width: 749px) {
    body.mobile_step_modal #header_nav.inner .page_nav ul li a {
        font-size: 14px;
    }
}
/* body.mobile_step_modal #newMainArea_1 .inner {
    padding: 0;
} */
body.mobile_step_modal .guide_inner {
    padding: 0;
    margin: 0;
    font-size: 16px;
}
body.mobile_step_modal .mobile_confBox .box .txt {
    font-size: 16px;
}
.m-accordion-hdg a, .m-accordion-hdg-qa a {
    font-size: 16px;
}
body.mobile_step_modal .m-accordion-contents {
    font-size: 16px;
}
@media screen and (max-width: 749px) {
    body.mobile_step_modal .guide_inner {
        padding: 0;
    }
}
@media (min-width: 768px) {
    body.mobile_step_modal #newMainArea_1 #m_confBox_nav {
        display: flex;
    }
    body.mobile_step_modal #newMainArea_1 #m_confBox_nav ul {
        width: auto;
    }
}
/* モバクロ SIMカードとeSIMの比較 */
.m-color-mobile {
    color: #333!important;
    font-size: 24px;
    text-align: left;
}
@media screen and (max-width: 749px) {
    .m-color-mobile {
        font-size: 22px;
    }
}
table.m-compare-table {
    width: auto;
}

table.m-compare-table th,
table.m-compare-table td {
    border: 1px solid #D9161B;
    font-size: 16px;
}
@media screen and (max-width: 749px) {
    table.m-compare-table td {
        vertical-align: top;
    }
}
table.m-compare-table th {
    background: #D9161B;
}
table.m-compare-table .colcol {
    background-color: #FDECEE;
}
table.m-compare-table .mark_adjust {
    font-size: 14px!important;
}
.notice {
    font-size: 14px;
    width: auto;
}
/* モバクロ 通信データ量 */
body.mobile_step_modal h1 {
    color: #333333;
    font-size: 24px !important;
    border-bottom: 3px solid #eeeeee;
    margin: 0 auto 15px auto;
    padding: 0;
    padding-bottom: 5px;
    width: auto;
    text-align: left !important;
}
body.mobile_step_modal .main {
    padding: 0!important;
    margin: 0 auto;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
}
body.mobile_step #header_nav {
    padding-top: 15px ;
}

body.mobile_step_modal .main .note {
    font-size: 14px!important;
}
body.mobile_step_modal h2,
body.mobile_step_modal .h2 {
    /* max-width: 1120px; */
    padding-left: 16px!important;;
    text-align: left!important;
    position: relative!important;;
    padding: 7px!important;;
    margin-bottom: 20px!important;;
    padding-left: 16px!important;;
    border-left: none!important;
    margin-bottom: 20px!important;;
    background-color: #fff!important;;
    font-size: 22px!important;;
    font-weight: bold!important;;
    border: none!important;;
}
@media screen and (max-width: 749px) {
    body.mobile_step_modal h2,
    body.mobile_step_modal .h2 {
        font-size: 18px!important;;
    }
}
body.mobile_step_modal h2::after,
body.mobile_step_modal .h2::after {
    content: "";
    width: 4px;
    height: calc(100% - 8px);
    background: #e93817;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
body.mobile_step_modal h2::before {
    content: none;
}
body.mobile_step_modal #newMainArea_1 h2 {
    font-size: 22px;
    text-align: left;
    border: none;
}
body.mobile_step_modal #newMainArea_1 h2.midashi {
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
    font-size: 18px;
}
body.mobile_step_modal #newMainArea_1 h2.midashi::after {
    content: none;
}
@media screen and (max-width: 749px) {
    body.mobile_step_modal #newMainArea_1 h2 {
        font-size: 18px;
    }
    body.mobile_step_modal #newMainArea_1 h2.midashi {
        font-size: 16px;
    }
}
body
body.mobile_step_modal .data_box {
    display: flex;
    flex-wrap: wrap;
}
body.mobile_step_modal .data_box li {
    display: flex;
    align-items: center;
    float: none;
}
body.mobile_step_modal .data_box li span {
    font-size: 14px;
}

/* モバクロ J:COMパーソナルID */
body.mobile_step_modal h1 {
    color: #333!important;
    font-size: 24px!important;
    text-align: left;
}
@media screen and (max-width: 749px) {
    body.mobile_step_modal h1,
    .mobile_step_modal #newMainAre h1 {
        font-size: 22px!important;
        padding-right: 23px;
    }
}
body.mobile_step_modal {
    font-size: 16px;
}
/* モバクロ 端末説明 */

.mobile_step_modal .mobileCnt h3 {
    color: #D9161B;
    border-bottom: 2px solid #D9161B;
    font-size: 16px;
}
.mobile_step_modal .mobileCnt h3 span {
    background-color: #D9161B;
}
.mobile_step_modal .main .noteList li {
    font-size: 14px;
}
.mobile_step_modal a.linkArrowV3 {
    font-size: 16px;
}
.mobile_step_modal a.linkArrowV3::before {
    position: absolute;
    content: "";
    vertical-align: middle;
    top: 5px;
    left: 0;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border: 5px solid transparent;
    border-left: 5px solid #D9161B;
}
.mobile_step_modal #newMainArea .main .noteNumberList li,
.mobile_step_modal #newMainArea .main .noteList li {
    font-size: 14px;
}
body.mobile_step_modal .hidden-pc {
    display: none !important;
 }

@media screen and (max-width: 749px) {
    body.mobile_step_modal .hidden-pc {
    display: block  !important;
    }
}

/* モバクロ かけ放題オプション */
.mobile_step_modal table.price-list .th-data {
	border-color: #D9161B !important;
}
.mobile_step_modal table.price-list {
    border-collapse: separate;
    border-top: solid #D9161B 2px;
    border-left: solid #D9161B 1px;
    border-right: solid #D9161B 1px;
    margin-bottom: 0;
}
.mobile_step_modal table.price-list .th-data {
    background-color: #D9161B;
}
.price-list .th-data:last-of-type,
.price-list .td-datamori:last-of-type,
.price-list .td-price:last-of-type,
.price-list .td-speed:last-of-type,
.price-list .td-carry:last-of-type,
.price-list .td-kakeho:last-of-type {
	border-color: #D9161B !important;
}

/* 見積もり結果を送信する */
.entry_mail_modal {
    font-size: 16px;
}
.entry_mail_modal .note {
    font-size: 14px;
}

.entry_mail_modal h1 {
    color: #333!important;
    font-size: 24px !important;
    font-weight: bold;
    border-bottom: 3px solid #eeeeee;
    margin: 0 auto 15px auto;
    padding-bottom: 5px;
    width: auto;
    text-align: left !important;
}
.entry_mail_modal h1:after {
    content: none;
}
@media screen and (max-width: 749px) {
    .entry_mail_modal h1 {
        font-size: 22px!important;
    }
}
/* モバクロ 初回（はじめてご利用の方）モーダル */
body.mobile_step_modal div.mobile_prepares__area h2 {
    margin-bottom: 0!important;
}

@media screen and (max-width: 767px) {
body.mobile_step_modal div.mobile_prepares__area {
    margin-bottom: 20px;
}
}

/* データ盛 */
.entry_mail_modal h1.m-hdg-01 {
    text-align: left!important;
}


