
/* CSS Document */

/*=============================================
* PC・タブレット・スマートフォン共通
=============================================*/

/*言語切り替え*/
.lang_menu {
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    border-bottom: 3px solid #d3d3d3;
}
.lang_menu li {
    width: calc((100% / 2) - 5px);
    position: relative;
}
.lang_menu li a {
    width: 100%;
    padding: 10px .5em;
    display: block;
    color: #fff;
    background-color: #d3d3d3;
    font-size: 2rem;
    text-align: center;
    text-decoration: none;
    transition: .2s;
    border-radius: 5px 5px 0 0;
    box-sizing: border-box;
}
.lang_menu li a.active,
.lang_menu li a:hover {
    color: #fff;
    background-color: #0F8191;
}
.lang_menu li a.active:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #0F8191;
    border-width: 14px;
    margin-left: -14px;
}

/* ヘッダー・フッター */
.header_Left h1 {
    font-size: 21px;
    font-size: 2.1rem;
}


/* コンテンツ設定 */
.content p.numbercheckResult-summary_text {
    padding: 0;
}
.asterisk_red {
    margin: 0;
    color: #B74545;
    padding-left: 1em;
    text-indent: -1em;
    display: block;
    line-height: 1.3em;
}
.content p.smallTXT {
    font-size: 14px;
    font-size: 1.4rem;
}

/* テーブル設定 */
.numberresult_table tr:first-child th:first-child {
    width: 230px;
}
.numberresult_table tr:first-child th:nth-child(2) {
    width: 330px;
}
select {
    background: linear-gradient(to bottom, #FFF, #EEE);
    background-color: #f8f8f8;
    border: 1px solid #aaa;
}

/*入力フィールド・ボックスリスト調整*/
input, select, .itemtable input {
    height: 40px;
    padding: 4px;
    font-size: 18px;
    font-size: 1.8rem;
    border: 1px #aaa solid;
    font-family: Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;
    box-sizing: border-box;
    border-radius: 3px;
}
.input_short {
    width: 60px;
}
.tel_number {
    width: 100px;
}

.input_mid {
    width: 25rem;
}

/*フローチャート*/
.flowchart.col4 li  {
    width: calc(100% / 4 - 15px);
}
/*ボタン*/
.notice_off.mainbtn,
.notice_on.mainbtn {
    margin: 0 0 10px 0;
}

/*納付手続きの前に*/
.text_nomal {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: normal;
}


/*納付情報照会結果*/
.content .fee-check-box {
    width: 95%;
    margin: 5px auto 10px auto;
    padding: 0;
    /* border: none; */
    border-top: none;
    border-right: none;
    border-bottom: 1px dotted #ccc;
    border-left: none;
    border-right: none;
    text-align: left;
}
fieldset {
        margin: 10px 0 25px 0;
}
/*支払情報入力*/
.itemtable thead th span.weight_nomal {
    font-weight: normal;
}
.secure-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.secure-list li {
    margin: 0 10px 7px 0;
    display: inline-block;
}
.image_scode {
    width: 139px;
    margin: 0 10px 5px 0;
    vertical-align:middle;
}
.secure-list li img {
    max-height: 45px;
    vertical-align:middle;
}

/*支払内容確認*/
.content section.confirm_text {
    margin: 0 0 20px 0;
}

/*納付手続き完了*/
td.summarytable_price {
    text-align: right;
}

.complete_total {
    padding: 10px 8px;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
    border: 3px solid #FFA44C;
    background-color: #FFFFD7;
    text-align: center;
}

/*お支払手続きの流れ*/
.flow_step {
    margin: 2px 5px 0 -2.3rem;
    padding: 0px 5px;
    background-color: #D82F38;
    color: #fff;
    border-radius: 10px;
    font-size: 0.8em;
    display: block;
    float: left;
}
.flow_step_text {
    color: #D82F38;
    font-size: 1.6rem;
}
.content ol.flowlist {
    margin: 0 20px;
    padding: 0;
    list-style: none;
}
.flowlist li {
    margin: 0 0 10px 0;
    padding: 0 0 0 2.3rem;
}
.flowlist li.no_step {
    padding: 2px 5px 0 0;
}
.content ol.flowlist_img {
    width: 95%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flowlist_img:after {
    content: "";
    display: block;
    width: calc((100% / 3) - 30px);
    height: 0;
}
.flowlist_img li {
    width: calc((100% / 3) - 30px);
    display: flex;
    align-items: center;
    position: relative;
    border: 1px solid #ccc;
}
.flowlist_img li:before {
    content: '';
    width: 15px;
    height: 15px;
    border: 0;
    border-top: solid 4px #143C85;
    border-right: solid 4px #143C85;
    position: absolute;
    top: calc(50% - 15px);
    right: -27px;
    margin-top: -4px;
    transform: rotate(45deg);
}
.flowlist_img li:last-child:before {
    display: none;
}
.flowlist_img li img {
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
}
/*入力フィールド・リスト調整*/
.itemtable .selectNum {
    background: #ffffff;
}

/*エラー*/
h3.caution {
    border-left: none;
}

/*English*/
body.en .header_Left {
    width: 620px;
}
body.en .header_Left h1 {
    font-size:22px; font-size:2.2rem;
}
body.en .flowchart {
    width: 900px;
}
body.en .flowchart li {
    padding: 0 10px;
    font-size:13px; font-size:1.3rem;
    text-align: center;
}
body.en .footer_copyright_top li {
    vertical-align: middle;
}
body.en .resent_check th,
body.en .itemtable th {
    padding: 8px 16px 8px 8px;
    position: relative;
}
body.en .hissu {
    margin: 0 0 0 5px;
    color: #B74545;
    background: none;
    font-size: 2.4rem;
    top: calc(50% - 1.2rem);
    right: 3px;
    position: absolute;
}
body.en .calculate_summarytotal {
    font-size: 18px;
    font-size: 1.8rem;
}
body.en .mainbtn {
    width: 400px;
}
body.en .about_company dt {
    width: 9rem;
}
body.en .about_company dd {
    margin: 0 0 5px 9rem;
}

/*準備中*/
fieldset.pre {
    margin: 10px 0 0px 0;
}

/*=============================================
* PC表示 769px～
=============================================*/

@media screen and (min-width: 769px) {

    /* コンテンツ設定 */
    .content section {
        margin: 0 0 20px 0;
    }
    /*入力フィールド・ボックスリスト調整*/
    .itemtable input, .itemtable .selectNum {
        margin: 5px 10px 5px 0;
        padding: 2px 4px;
        font-size: 16px;
        font-size: 1.6rem;
        border: 1px #333 solid;
    }
    /*納付手続きの前に*/
    .notice_right {
        margin: 24px 0 0 0;
    }
    /*お支払内容照会*/
    .resent_check th {
        width: 270px;
    }
    /*納付手続きの流れ*/
    .flow_text {
        float: left;
        width: 430px;
    }
    .flow_image {
        float: right;
        width: 500px;
        border: 1px #CCC solid;
    }
}

/*=============================================
* タブレット・スマートフォン表示 ～768px
=============================================*/

@media screen and (max-width: 768px) {

    /*言語切り替え*/
    .lang_menu li a {
        font-size: 1.6rem;
    }

    /* ヘッダー・フッター */
    .header_Left h1 {
        font-size: 17px;
        font-size: 1.7rem;
        line-height: 1.1em;
    }
    .header_Left h1 a {
        font-size: 17px;
        font-size: 1.7rem;
        line-height: 1.1em;
    }

    /* コンテンツ設定 */
    .content p.smallTXT {
        font-size: 12px;
        font-size: 1.2rem;
    }
    /*入力フィールド・ボックスリスト調整*/
    .tel_number {
        width: 85px;
    }
    /*支払内容確認*/
    .content .confirm_text {
        margin: 0 0 20px 0;
    }

    /*納付情報照会結果_scan*/
    .numberresult_table td:before {
        content: attr(data-text);
        text-align: left;
    }
    .numberresult_table.complete_table tr td:nth-child(4):before,
    .numberresult_table.complete_table tr td:last-child:before {
        background-color: #FDFFE7;
    }


    /*納付手続きの前に_input*/
    .itemtable tr:first-child th.calculate_title {
        border-left: 3px solid #018838;
    }

    /*お支払手続きの流れ*/
    /*.content ol.flowlist,
    .content ol.flowlist_img {
        width: 96%;
        margin: 0 auto;
    }
    .flowlist_img li {
        width: 100%;
        margin: 0 0 30px 0;
        display: block;
        text-align: center;
        border: none;
    }
    .flowlist_img li:last-child {
        margin: 0;
    }
    .flowlist_img li img {
        width: 300px;
        border: 2px solid #ccc;
    }
    .flowlist_img li:before {
        top: auto;
        bottom: -15px;
        right: calc(50% - 7.5px);
        margin-top: 0;
        transform: rotate(135deg);
    }*/
    
    /*お支払手続きの流れ*/
    .flow_image img {
        width: 100%;
        max-width: 500px;
        border: 1px solid #CCC;
        box-sizing: border-box;
    }
    .smallTXT a {
        font-size: 12px;
        font-size: 1.2rem;
    }
    
    .flow_text p {
        margin: 0 0 5px 0;
    }
    /*English*/
    body.en .header_Left {
        width: calc(100% - 50px);
    }
    body.en .header_Left h1 a {
        font-size:18px; font-size:1.8rem;
    }
    body.en .flowchart {
        width: 100%;
    }
    body.en .numberresult_table td:before,
    body.en .summary_sub-total th, .calculate_subtotal th {
        width: 57vw;
    }
    body.en .numberresult_table td p {
        text-align: right;
    }
    body.en .mainbtn {
        width: 90%;
        font-size:17px; font-size:1.7rem;
    }
    body.en .mainbtn.scanbtn {
        padding: 3px 0 0 50px;  
    }
    body.en .content ol.numbercheck_step li h3 {
        padding: 3px 0;
    }
    body.en input.calculate_tax {
        width: calc(100% - 4rem);
    }
    body.en .content ol.numbercheck_step li h3 {
        width: 100%;
        display: block;
    }

    /*準備中*/
    .pre p {
        text-align: left;
    }
}
