/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/


/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Page Specific Styles
- Media Queries
*/


/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */

body {
    min-width: 1280px;
    overflow-x: auto;
    --primary-color: #FFF;
    --secondary-color: #FFFEEB;
    --background-color: #F0F2F7;
}

body[data-env="development"] {
    --primary-color: #faf4f6;
    --secondary-color: #FFF;
    --background-color: #faf4f6;
  }
  
body[data-env="staging"] {
    --primary-color: #FFFFF0;
    --secondary-color: #FFF;
    --background-color: #FFFFF0;
}

.container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.column,
.columns {
    width: 100%;
    float: left;
    box-sizing: border-box;
}


/* For devices larger than 550px */

@media (min-width: 550px) {
    .one.column,
    .one.columns {
        width: 4.66666666667%;
    }
    .two.columns {
        width: 16.6666666667%;
    }
    .three.columns {
        width: 22%;
    }
    .four.columns {
        width: 30.6666666667%;
    }
    .five.columns {
        width: 39.3333333333%;
    }
    .six.columns {
        width: 48%;
    }
    .seven.columns {
        width: 56.6666666667%;
    }
    .eight.columns {
        width: 65.3333333333%;
    }
    .nine.columns {
        width: 74.0%;
    }
    .ten.columns {
        width: 83.3333333333%;
    }
    .eleven.columns {
        width: 91.3333333333%;
    }
    .twelve.columns {
        width: 100%;
        margin-left: 0;
    }
    .one-third.column {
        width: 30.6666666667%;
    }
    .two-thirds.column {
        width: 65.3333333333%;
    }
    .one-half.column {
        width: 49%;
    }
    /* Offsets */
    .offset-by-one.column,
    .offset-by-one.columns {
        margin-left: 8.66666666667%;
    }
    .offset-by-two.column,
    .offset-by-two.columns {
        margin-left: 17.3333333333%;
    }
    .offset-by-three.column,
    .offset-by-three.columns {
        margin-left: 26%;
    }
    .offset-by-four.column,
    .offset-by-four.columns {
        margin-left: 34.6666666667%;
    }
    .offset-by-five.column,
    .offset-by-five.columns {
        margin-left: 43.3333333333%;
    }
    .offset-by-six.column,
    .offset-by-six.columns {
        margin-left: 52%;
    }
    .offset-by-seven.column,
    .offset-by-seven.columns {
        margin-left: 60.6666666667%;
    }
    .offset-by-eight.column,
    .offset-by-eight.columns {
        margin-left: 69.3333333333%;
    }
    .offset-by-nine.column,
    .offset-by-nine.columns {
        margin-left: 78.0%;
    }
    .offset-by-ten.column,
    .offset-by-ten.columns {
        margin-left: 86.6666666667%;
    }
    .offset-by-eleven.column,
    .offset-by-eleven.columns {
        margin-left: 95.3333333333%;
    }
    .offset-by-one-third.column,
    .offset-by-one-third.columns {
        margin-left: 34.6666666667%;
    }
    .offset-by-two-thirds.column,
    .offset-by-two-thirds.columns {
        margin-left: 69.3333333333%;
    }
    .offset-by-one-half.column,
    .offset-by-one-half.columns {
        margin-left: 52%;
    }
}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */

html {
    font-size: 62.5%;
}

body {
    font-size: 1.5em;
    /* currently ems cause chrome bug misinterpreting rems on body element */
    line-height: 1.6;
    font-weight: 400;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "sans-serif";
    color: #4c4c4c;
    background: var(--background-color);
}

.login_header,
.main_header {
    width: 100%;
    height: 80px;
    background-color: var(--primary-color);
    display: block;
    border-bottom: 1px solid #DBDBDD;
}

.login_header .login_inner {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: 100%;
}

.login_inner .noti {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: red;
    text-align: center;
}

.main_header .noti_text {
    color: red;
    width: 170px;
    height: 100%;
    display: flex;
    align-items: center;
}

.main_header.search_bar {
    display: table;
    position: fixed;
    z-index: 1;
}

.main_header .search_wrap {
    position: relative;
}

.main_header .balloon_wrap {
    position: absolute;
    top: 58px;
    left: 156px;
}

.main_header .balloon {
    position: relative;
    padding: 7px 8px 6px 16px;
    background-color: #fff3f3;
    border: 1px solid #c21e4f;
}

.main_header .balloon::before {
    content: '';
    display: block;
    position: absolute;
    top: -11px;
    left: 20px;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #c21e4f;
    border-left: 10px solid transparent;
}

.main_header .balloon::after {
    content: '';
    display: block;
    position: absolute;
    top: -10px;
    left: 20px;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff3f3;
    border-left: 10px solid transparent;
}

.main_header .balloon .msg_err {
    margin-top: 0;
}

.main_header.search_bar .search_box {
    display: table-cell;
    vertical-align: middle;
}

.main_header .inner {
    display: table-cell;
    vertical-align: middle;
}

.main_header .inner.left {
    width: 242px;
    padding: 0px 24px;
}

.main_header .inner.middle {
    width: calc(100% - 454px);
}

.main_header .inner.right {
    width: 200px;
    min-width: 200px;
    padding: 0px 4px;
}

.search_box.customer {
    width: 642px;
    min-width: 642px;
    height: 64px;
    padding: 0px 16px;
}

.search_box.deficiency {
    padding: 32px 16px;
}

.search_box.deficiency label {
    padding: 8px 0;
}

.search_box.policy {
    width: 328px;
    min-width: 328px;
    height: 64px;
    border-right: 1px solid;
    border-color: #D8D8D8;
    padding: 0px 16px;
}

.login_logo {
    display: block;
    height: 60px;
    margin: 10px;
}

.main_logo {
    display: block;
    width: 200px;
    height: auto;
}

.main_logo.for-login {
    margin: 20px auto;
}

.login_form {
    margin: 0 auto;
    display: block;
    width: 700px;
}

.alert_msg {
    display: block;
    color: #EB3C3C;
    font-weight: bold;
    margin-top: 8px;
    margin-bottom: 8px;
    position: relative;
}

.msg_input_must {
    display: block;
    color: #EB3C3C;
    font-size: 1.2rem;
    margin-top: 8px;
    margin-left: 8px;
    position: relative;
    margin-bottom: 24px;
}

.msg_input_must_star {
    color: #EB3C3C;
    font-size: 1.2rem;
    margin-top: 8px;
    margin-bottom: 24px;
}

.mgn_left_8 {
    margin-left: 8px;
}

.msg_input_must:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 2.5px;
    background-color: #EB3C3C;
    display: block;
    position: absolute;
    left: -8px;
    top: 6px;
}

.msg_err {
    display: block;
    color: rgb(194, 30, 79);
    font-size: 1.2rem;
    margin-top: 8px;
    position: relative;
}

.inner.quad-col .msg_err {
    margin-top: 0px;
}

.must_dot:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 2.5px;
    background-color: #EB3C3C;
    display: block;
    position: absolute;
    left: -8px;
    top: 6px;
}

.must_dot {
    position: relative;
    margin-left: 8px;
}

.top_box {
    margin-top: 100px;
}

.top_content {
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
    width: 1152px;
    display: block;
}

.top_content .top_func_box {
    display: inline-block;
    vertical-align: top;
    width: 320px;
    min-height: 160px;
    height: auto;
    background: var(--primary-color);
    border-top: 4px solid #1D4E89;
    box-shadow: 0px 2px 0px #E9EEF4;
    margin-right: 32px;
    margin-bottom: 32px;
    padding: 20px 16px;
}

.top_content .top_func_box.last {
    margin-right: 0px;
}

.top_content .func_item {
    padding-top: 16px;
    border-top: 1px solid #DBDBDD;
}

.top_content .func_item .under_construction {
    pointer-events: none;
    color: #B3BBCE;
    text-decoration: none;
}

.side_nav {
    display: block;
    position: fixed;
    margin-top: 80px;
    width: 206px;
    height: calc(100vh - 80px);
    background-color: var(--primary-color);
    box-shadow: 2px 0px 0px #E9EEF4;
    border-top: 4px solid #1D4E89;
    overflow-y: auto;
    z-index: 1;
}

.main_content {
    display: block;
    float: left;
    width: calc(100% - 206px);
    margin-left: 206px;
    margin-top: 80px;
}

.main_content.popup {
    float: none;
    width: 100%;
    margin-left: 0px;
    margin-top: 0px;
}

.main_content .section.off {
    display: none;
}

.main_content .box {
    display: block;
    width: calc(100% - 96px);
    padding: 24px;
    margin: 0 auto 16px;
    background: var(--primary-color);
    box-shadow: 0px 2px 0px #E9EEF4;
    box-sizing: unset;
}

.main_content .box:last-child {
    margin-bottom: 0;
}

.main_content .box.box_err {
    color: #c21e4f;
    font-size: 1.2rem;
    padding: 24px 23px;
    background-color: #fff3f3;
    border: 1px solid #c21e4f;
}

.main_content .btn_box {
    margin: 24px 0px;
}

.sub_menu {
    padding-left: 1.4rem;
    padding-top: 4px;
    padding-bottom: 8px;
    /* display: none; 次フェーズ以降 */
}

.sub_menu.on {
    display: block;
}

.login.footer {
    padding: 64px 0px;
}

.main_content .footer {
    position: relative;
}

.input_box {
    display: inline-block;
    margin-right: 24px;
}

.input_box.med_check {
    display: block;
}

.cont_ttl .input_box {
    margin-left: 8px;
}

.step_box {
    text-align: right;
    margin-top: 8px;
}

.main_content .two-col,
.main_content .three-col,
.main_content .quad-col {
    display: block;
}

.main_content .two-col div {
    display: inline-block;
    width: 49.5%;
    vertical-align: top;
}
.first-col-ttl{
    width: 30%!important;
}

.second-col-ttl{
    width: 69.5%!important;
}
/* sj001代理店登録 バリデーションメッセージ用 */
.validation_form {
    white-space: nowrap;
    font-size: 1.2rem;
    color: red;
}

.main_content .quad-col div {
    display: inline-block;
    width: 24.5%;
    vertical-align: middle;
}

.main_content .three-col div {
    display: inline-block;
    width: 32.5%;
    vertical-align: middle;
}

.main_content .box .inner.ttl_row {
    margin-top: 24px;
    margin-bottom: 8px;
}

.main_content .box .inner.first {
    margin-bottom: 16px;
    display: block;
}

.main_content .box .inner.first+.err-row {
    margin-top: -8px;
}

.mgt-8 {
    margin-top: 8px;
}
.main_content .box .inner.hide {
    display: none;
}

.tab_nav {
    padding: 16px 24px 0px;
}

.unset_padding {
    padding: unset;
}

.tab_nav .tab_nav_item {
    display: inline-block;
    cursor: pointer;
    padding: 8px 32px;
    border-right: 1px solid #DBDBDD;
    margin-right: -5px;
    font-size: 1.4rem;
    background: #e4e6ec;
    color: #666;
}

.tab_nav .tab_nav_item.last.active {
    border-right: none;
}

.tab_nav .tab_nav_item.active {
    background-color: #fff;
    color: #646A99;
    font-weight: bold;
}

.tab_nav .tab_nav_item:hover {
    opacity: 0.5;
}

.tab_nav .tab_nav_item.active:hover {
    opacity: 1;
}

.footer img {
    width: auto;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
}

.box .btn_box {
    margin-bottom: 8px;
}

.img_popup {
    background-color: rgba(0, 0, 0, .6);
    box-shadow: 0 0 0 9999px rgba(0, 0, 0, .6);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 80vw;
    /* height: 90vw; */
    overflow-y: auto;
    margin-top: 64px;
    z-index: 99999 !important;
}

.img_popup img {
    max-height: 77vh;
    max-width: 77vh;
    margin: 0 auto;
    display: block;
    border: 16px solid #fff;
}

.cont_inner_ttl {
    color: #666;
    font-size: 1.4rem;
    margin-top: 20px;
    margin-bottom: 8px;
}

.cont_inner_wrap {
    border-bottom: 1px dotted #BCBFD1;
}

.cont_inner_wrap:first-of-type {
    margin-top: 8px;
    border-top: 1px dotted #BCBFD1;
}

.cont_inner_ttl {
    color: #666;
    font-size: 1.4rem;
    margin-top: 20px;
    margin-bottom: 8px;
}


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.login_title h1 {
    margin: 64px auto;
    color: #132E5D;
    font-weight: normal;
    font-size: 2.8rem;
    text-align: center;
}

.login_item {
    margin-bottom: 56px;
}

.login_item label {
    /*margin-top: 0;*/
    /*margin-bottom: 16px;*/
    color: #4c4c4c;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 40px;
    height: 40px;
}

.login_item .inner {
    display: block;
    position: relative;
}

.login_item .inner h3,
.login_item .inner a {
    display: inline-block;
}

button+a {
    text-align: center;
    display: block;
    font-size: 1.2rem;
    margin-top: 48px;
}

.main_header.search_bar .search_box span {
    font-size: 1.4rem;
    font-weight: bold;
    color: #646A99;
    margin-right: 16px;
}

.login_info {
    font-size: 1.2rem;
    display: block;
    text-align: center;
}

.breadcrumb {
    font-size: 1.1rem;
    margin-top: 24px;
    margin-left: 24px;
    display: block;
    color: #0D1F3D;
}

.top_func_ttl {
    font-size: 2.4rem;
    color: #132E5D;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 8px;
}

.main_content .func_ttl {
    margin-left: 24px;
    font-size: 1.8rem;
    margin-top: 4px;
    margin-bottom: 16px;
    color: #132E5D;
}

.main_content.popup .func_ttl {
    margin-top: 16px;
}

.main_content .cont_ttl,
.result th {
    margin-top: 0px;
    margin-bottom: 4px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #646A99;
}

.scroll_modal {
    max-height: 45vh;
    overflow-y: auto;
}

.box_ttl {
    font-size: 1.6rem;
    color: #132E5D;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 8px;
    border-bottom: 1px solid #DBDBDD;
}

.custom_box_ttl {
    font-size: 1.6rem;
    color: #132E5D;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 8px;
    border-bottom: 1px solid #DBDBDD;
    height: auto;
    display: flex;
    justify-content: space-between;
    max-height: fit-content !important;
    margin-bottom: 23px;
}

.box_ttl .msg_input_must, .custom_box_ttl .msg_input_must {
    display: inline-block;
    font-weight: normal;
    margin-left: 24px;
    margin-bottom: 0px;
}

.span_right {
    color: #EB3C3C;
    font-size: 1.2rem;
    height: auto;
    display: block;
    text-align: right;
    max-width: 61%;
    background-color: #ffff00;
    padding: 5px 0px 5px 5px;
}

.span_right_two {
    color: #EB3C3C;
    font-size: 1.2rem;
    height: auto;
    text-align: right;
    max-width: 61%;
    background-color: #ffff00;
    padding: 5px 0px 5px 5px;
    float: right;
}

.inner.space {
    margin-top: 24px;
}

.cont_value {
    font-size: 1.5rem;
    color: #4c4c4c;
}

.cont_value.done {
    display: block;
    text-align: center;
    font-size: 1.8rem;
}

.step {
    display: inline-block;
    margin-right: 8px;
    color: #7C7C7C;
}

.step.on {
    color: #4c4c4c;
    font-weight: bold;
}

.step_box .last {
    margin-right: 24px;
}

.cont_comment {
    border: 1px solid #B3BBCE;
    padding: 16px;
    display: block;
}

.lbl_filename {
    font-size: 1.4rem;
    color: #132E5D;
    margin-right: 8px;
}

.footer {
    text-align: center;
}

.footer_ttl {
    font-size: 1.2rem;
    color: #9b9b9b;
    display: inline-block;
}

.cont_value.txt-right {
    text-align: right;
    margin-right: 140px;
    display: block;
}

p {
    margin-top: 0;
}

.task_done {
    font-size: 1.2rem;
    font-weight: normal;
    margin-left: 12px;
    padding: 4px 8px;
    background-color: #2f7011;
    color: #fff;
}

.cont_chg {
    display: block;
    font-size: 14px;
    color: #4a4a4a;
    position: relative;
    margin-top: 8px;
    padding-left: 64px;
}

.cont_chg:before {
    position: absolute;
    content: '変更前';
    font-size: 12px;
    width: 56px;
    background: #7C7C7C;
    color: #fff;
    text-align: center;
    left: 0px;
}

.cont_value.modify {
    display: block;
    font-size: 16px;
    color: #f06449;
    position: relative;
    margin-top: 8px;
    padding-left: 64px;
}

.cont_value.modify:before {
    position: absolute;
    content: '変更後';
    font-size: 12px;
    width: 56px;
    background: #f06449;
    color: #fff;
    text-align: center;
    left: 0px;
    top: 2px;
}

.cont_value.old {
    color: #f06449;
    margin-left: 8px;
}

.msg_notice {
    font-size: 13px;
    margin-bottom: 16px;
    display: inline-block;
}


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */

a {
    color: #21748A;
}

a:hover {
    color: #2C9AB7;
    opacity: 0.5
}

.logoff_link {
    display: block;
    text-align: center;
}

.func_item a {
    display: block;
    margin-bottom: 16px;
}

.sub_menu a {
    display: block;
    margin-top: 16px;
}

.box_ttl_link {
    font-size: 1.4rem;
    margin-left: 24px;
    font-weight: normal;
}

.step_box a {
    margin-right: 16px;
}

.open_new_link {
    padding-right: 20px;
    position: relative;
}

.open_new_link:after {
    content: '';
    display: block;
    position: absolute;
    background: url(../img/ico_open_new.svg) no-repeat;
    width: 16px;
    height: 16px;
    right: 0px;
    top: 0px;
}

.open_new_link.modal:after {
    background: url(../img/ico_open_modal.svg) no-repeat;
}

.ai_check {
    padding-left: 20px;
    position: relative;
}

.ai_check:before {
    content: '';
    display: block;
    position: absolute;
    background: url(../img/ico_task_check.svg) no-repeat;
    width: 16px;
    height: 16px;
    left: 0px;
    top: -2px;
}

.ai_check.none:before {
    background: url(../img/ico_task_blank.svg) no-repeat;
}


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */

button:hover {
    opacity: 0.7;
}

button:focus {
    outline: 1;
}

.btn_box.multi {
    text-align: center;
}

.btn_box.multi button {
    display: inline-block;
}

.btn_sent {
    width: 160px;
    height: 48px;
    border-radius: 24px;
    border: 0px;
    color: #fff;
    font-weight: bold;
    font-size: 1.6rem;
    background-color: #265194;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.btn_import {
    width: 160px;
    height: 48px;
    border-radius: 24px;
    border: 0px;
    color: #fff;
    font-weight: bold;
    font-size: 1.6rem;
    background-color: #49BEAA;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.btn_export {
    width: 160px;
    height: 48px;
    border-radius: 24px;
    border: 0px;
    color: #fff;
    font-weight: bold;
    font-size: 1.6rem;
    background-color: #669CD6;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.btn_sent.long {
    width: 240px;
}

.btn_close.left {
    margin-right: 176px;
}

.btn_close {
    width: 160px;
    height: 48px;
    border-radius: 24px;
    color: #4c4c4c;
    font-weight: bold;
    font-size: 1.6rem;
    background-color: #fff;
    border: 1px solid #7C7C7C;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.btn_save {
    width: 160px;
    height: 48px;
    border-radius: 24px;
    border: 0px;
    color: #fff;
    font-weight: bold;
    font-size: 1.6rem;
    background-color: #50A3C8;
    margin-left: auto;
    margin-right: 32px;
    display: block;
}

.btn_reject {
    width: 160px;
    height: 48px;
    border-radius: 24px;
    border: 0px;
    color: #fff;
    font-weight: bold;
    font-size: 1.6rem;
    background-color: #832D68;
    margin-left: auto;
    margin-right: 32px;
    display: block;
}

.btn_sent.small {
    width: 96px;
    margin-left: 16px;
}

.btn_delete {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}

.btn_yellow {
    width: 140px;
    height: 48px;
    border-radius: 24px;
    border-radius: 5px;
    color: #000;
    font-weight: bold;
    font-size: 1.6rem;
    background-color: #FFA500;
    border: 1px solid #FFA500;
    display: block;
}

.btn_yellow:disabled{
    width: 140px;
    height: 48px;
    border-radius: 24px;
    color: #fff;
    border-radius: 5px;
    color: #000;
    font-weight: bold;
    font-size: 1.6rem;
    background-color: #FFD68A;
    border: 1px solid #FFD68A;
    display: block;
    cursor: not-allowed;
}

.case_select_box+.btn_delete {
    margin-left: 8px;
}

.far+.with-icon {
    margin-left: 2px;
}

.btn_box_func,
.btn_file_upload {
    padding: 4px 16px;
    background: #646A99;
    color: #fff;
    border-radius: 4px;
    border: 0px;
}

.btn_file_upload {
    display: inline-block;
    margin-right: 16px;
}

#doc_up_01,
#doc_up_02,
#doc_up_03 {
    display: none;
}

._filename {
    border: 0px;
    font-size: 1.4rem;
    width: calc(100% - 150px);
    margin-left: -8px;
}

.btn_box_func.left {
    margin-left: 16px;
}

.login_form .btn_sent {
    margin-top: 88px;
}

.upload-left .btn_save {
    margin-left: 0px;
    margin-top: 24px;
    margin-right: 24px;
    display: inline-block;
}

.upload-right .btn_sent {
    margin-left: auto;
    margin-top: 24px;
    margin-right: 0px;
    float: right;
}

.search_box.search_box.customer .btn_sent {
    margin-left: 16px;
}

.cont_ttl+button {
    margin-left: 0px;
}

button.inline {
    margin-left: 8px;
    display: inline-block;
}

.add_irr_input,
.rm_irr_input {
    display: none;
}

.display-flex{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.checkbox-row {
    flex: 0 0 40%; 
    padding: 5px; 
  }

.info-box{
    margin-top: 40px;
    display: none
}

.flex-container {
    display: flex;
}
  
.input-wrapper {
    width: 25%;
}

.name-box{
    display: none
}

.m_bottom{
    margin-bottom: 15px;
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */

input:hover,
select:hover {
    opacity: 0.7;
}

input:disabled:hover {
    opacity: 1;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
    height: 40px;
    padding: 0px 8px;
    /* The 6px vertically centers text on FF, ignored by Webkit */
    border: 1px solid #B3BBCE;
    border-radius: 4px;
    background: #f7f7f7;
    box-shadow: none;
    box-sizing: border-box;
}


/* Removes awkward default styles on some inputs for iOS */

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

textarea {
    min-height: 65px;
    padding-top: 6px;
    padding-bottom: 6px;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
    background-color: #fff;
    box-shadow: 0px 0px 4px #2B579A;
    outline: 0;
}

label,
legend {
    display: block;
    margin-bottom: .5rem;
    font-weight: 600;
}

fieldset {
    padding: 0;
    border-width: 0;
}

input[type="checkbox"],
input[type="radio"] {
    display: inline;
    margin-right: 8px;
}

label>.label-body {
    display: inline-block;
    font-weight: normal;
}

::placeholder {
    color: #a3a3a3;
}

input:focus:placeholder-shown,
textarea:focus:placeholder-shown {
    opacity: 0.5;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    opacity: 0.5;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    opacity: 0.5;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    opacity: 0.5;
}

input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
    opacity: 0.5;
}

.login_item input {
    width: 400px;
}

.search_box span,
.search_box input,
.search_box button {
    display: inline-block;
}

.main_header.search_bar .search_box input {
    font-size: 1.2rem;
}

.input.short {
    width: 84px;
}

.input.short.month {
    width: 48px;
}

.input.medium {
    width: 120px;
}

.input.long {
    width: 320px;
}

.input.year {
    margin-right: 8px;
}

.input.month {
    margin-left: 16px;
    margin-right: 8px;
}

.input_comment {
    border-radius: 4px;
    width: 100%;
    font-size: 1.5rem;
    resize: none;
    padding: 16px;
    height: 160px;
}

select {
    border-radius: 24px;
    cursor: pointer;
}

label {
    font-weight: normal;
    font-size: 1.5rem;
    cursor: pointer;
    color: #4c4c4c;
}

.case_select_list {
    width: 100%;
}

.case_select_list_item {
    margin-bottom: 8px;
}

.case_select_list .case_select {
    display: inline-block;
    margin-right: 8px;
}

.case_select {
    width: 200px!important;
    height: 40px;
    display: block;
    text-align: center;
    border: 1px solid #B3BBCE;
    background: #f7f7f7;
    position: relative;
    border-radius: 4px;
}

.case_select select {
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 8px 38px 8px 16px;
    color: #4c4c4c;
}

.case_select select::-ms-expand {
    display: none;
}

.case_select::before {
    position: absolute;
    top: 18px;
    right: 16px;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #132E5D;
    pointer-events: none;
}

.case_select.small {
    width: 120px!important;
}

.case_select.middle {
    width: 152px!important;
}

.input+.case_select {
    margin-left: 8px;
}

.hide {
    display: none!important;
}

.val,
.auto_val,
.total_claim,
.total_pay {
    text-align: right;
}

input.disabled {
    border: 0px;
    background: #fff;
}

.main_content .two-col .ins_num_input,
.main_content .two-col .cash_reg_input {
    display: none;
}

.pay_amount_set {
    text-align: right;
}

.box .inner.first.two-col.med_box {
    display: none;
}

.box .inner.first.two-col.med_box.on {
    display: block;
}


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */

ul {
    list-style: none;
}

ol {
    list-style: none;
}

ol,
ul {
    padding-left: 0;
    margin-top: 0;
}

.nav_list {
    padding: 0px 16px;
    margin-top: 4px;
}

.nav_item {
    padding: 16px 0px;
    font-size: 14px;
    color: #132E5D;
    border-bottom: 1px solid #DBDBDD;
    /* cursor: pointer; 次フェーズ以降 */
    position: relative;
}

.nav_item.on::after {
    transform: rotate(180deg);
    transition-duration: .3s;
}


/* 次フェーズ以降使用
.nav_item::after {
  position: absolute;
  top: 26px;
  right: 8px;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #132E5D;
  pointer-events: none;
  transition-duration: .3s;
}*/

.cont_value_list {
    width: 100%;
    margin-bottom: 0px;
}

.cont_value_item {
    display: inline-block;
    margin-bottom: 8px;
    padding-right: 16px;
}

.cont_value_item:last-child {
    margin-bottom: 0px;
    padding-right: 0px;
}

.cont_value_list.vertical .cont_value_item {
    display: block;
}

/* SJ001 代理店登録 代理店名(カナ)で使用*/
.agencyNameKana {
    width: 300px;
}

/* SJ001 代理店登録 住所(都道府県以下)で使用*/
.adress {
    width: 500px;
}

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */

code {
    padding: .2rem .5rem;
    margin: 0 .2rem;
    font-size: 90%;
    white-space: nowrap;
    background: #F1F1F1;
    border: 1px solid #E1E1E1;
    border-radius: 4px;
}

pre>code {
    display: block;
    padding: 1rem 1.5rem;
    white-space: pre;
}


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.scrollable {
    width: 100%;
    overflow-x: auto;
}

.min-width {
    min-width: 1600px;
}

.result {
    width: 100%;
    margin-bottom: 8px;
}

tr:hover {
    background-color: var(--secondary-color)!important;
}

th,
td {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #DBDBDD;
}

th:first-child,
td:first-child {
    padding-left: 0;
}

th:last-child,
td:last-child {
    padding-right: 0;
}

.result.slc th:first-child,
.result.slc td:first-child {
    width: 360px;
}

.result.slc .amount {
    text-align: right;
    padding-right: 48px;
}

.result.slc .amount_ttl_first {
    text-align: right;
    padding-right: 80px;
}

.result.slc .amount_ttl_second {
    text-align: right;
    padding-right: 56px;
}


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.box_ttl+.inner.first {
    margin-top: 24px;
}

.cont_ttl+.btn_box {
    margin-top: 8px;
}

.btn_box+.btn_box {
    margin-top: 0px;
    margin-bottom: 24px;
}

.inner.first+.box_ttl {
    margin-top: 32px;
}

.box.first.popup {
    margin-top: 24px;
}

.main_content .box .inner.first.single {
    margin-bottom: 0px;
}

.select_list.func_box {
    width: 80px;
    display: inline-block;
    height: 40px;
    position: relative;
}

.select_list.func_box .btn_box_func {
    position: absolute;
    top: 4px;
}

.input_lbl {
    margin-right: 8px;
    display: inline-block;
}


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.u-full-width {
    width: 100%;
    box-sizing: border-box;
}

.u-max-full-width {
    max-width: 100%;
    box-sizing: border-box;
}

.u-pull-right {
    float: right;
}

.u-pull-left {
    float: left;
}


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */

hr {
    margin-top: 16px;
    margin-bottom: 16px;
    border-width: 0;
    border-top: 1px solid #DBDBDD;
}


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* Self Clearing Goodness */

.container:after,
.row:after,
.u-cf {
    content: "";
    display: table;
    clear: both;
}


/* pagination : step comp
----------------------------------------------- */

.pager {
    overflow: hidden;
    margin-top: 24px;
    margin-bottom: 0px;
}

.pager ul {
    list-style: none;
    position: relative;
    left: 50%;
    float: left;
}

.pager ul li {
    margin: 0 1px;
    position: relative;
    left: -50%;
    float: left;
}

.pager ul li span,
.pager ul li a {
    display: block;
    font-size: 14px;
    padding: 4px 8px;
    border-radius: 4px;
}

.pager ul li a {
    background: #fff;
}

.pager ul li a:hover {
    background: #1f4f80;
    color: #FFF;
}

.pager .current {
    font-weight: 600;
    color: #1F4F80;
}


/* Page Specific Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* CD_001: 顧客詳細画面 */

.black-list th:last-child,
.non-renewable-list th:last-child {
    width: 600px;
}


/* MBA_001, 004: 給付金支払査定画面 */

.treatment {
    border: none;
    margin: 0;
    padding: 0;
}

.treatment legend {
    margin-bottom: 0;
}

.treatment_detail label {
    margin-bottom: 0;
}

.treatment_detail span {
    display: block;
}

/* 不備管理 */
.item_box {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    padding-top: 25px;
}

.item_label {
    padding: 7px 0px;
}

.reason_comment {
    display: flex;
    flex-direction: column;
}

.m-top {
    margin-top: 16px;
}

.error_left {
    padding-left: 25px;
}

.noti_container {
    width: 100%!important;
}

.noti_box {
    width: 100%;
    display: flex;
    margin-bottom: 5px;
}

.noti_date {
    width: 40%!important;
    margin-top: 8px;
    margin-right: 20px;
}

.mail_box {
    display: flex;
    width: 100%!important;
    align-content: space-between;
    margin-top: 30px;
}

.read_only {
    margin-top: 13px!important;
}

.mail_button {
    display: flex;
}

.mail_box .title {
    width: 30%!important;
}

.mail_box .status {
    width: 60%!important;
    text-align: start;
}

.log_box {
    width: 100%!important;
}

.log_box .log_label {
    margin-top: 8px;
}

/* 病院名 */

.autocomplete {
    position: relative;
    width: 180px!important;
    padding: 0;
}

.autocomplete-results {
    margin: 0;
    width: 100%;
    border: 1px solid rgb(96, 96, 96);
    min-height: 30px;
    max-height: 200px;
    overflow: auto;
    position: absolute;
    background-color: white;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.267);
    left: 0;
    top: 100%;
}

.autocomplete-result {
    width: 100%;
    list-style: none;
    text-align: left;
    padding: 4px 8px;
    cursor: pointer;
}

.autocomplete-result.is-active,
.autocomplete-result:hover {
    background-color: blue;
    color: white;
}

.log_date {
    width: auto!important;
    margin-bottom: 8px;
}

/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/


/* Larger than mobile */

@media (min-width: 400px) {}


/* Larger than phablet (also point when grid becomes active) */

@media (min-width: 550px) {}


/* Larger than tablet */

@media (min-width: 750px) {}


/* Larger than desktop */

@media (min-width: 1000px) {}


/* Larger than Desktop HD */

@media (min-width: 1200px) {}


/* ここから 2019/12/17追加 */

div.separate_box {
    display: inline-block!important;
    width: auto!important;
}

div.separate_box .label {
    display: inline-block;
    margin-top: 8px;
    margin-right: 4px;
}

div.separate_box .input_wrap {
    display: inline-block;
    vertical-align: top;
}

div.separate_box .input {
    margin-right: 8px;
}


/* ここまで 2019/12/17追加 */


/* ここから kenes 2019/12/18追加 */

.sakujyo {
    position: relative;
    overflow: hidden;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    line-height: 26px;
}

.cont_value_item {
    height: 40px;
    /*border-bottom: 2px dotted gray;*/
}

.cont_value_item:last-child {
    margin-bottom: 0px;
    padding-right: 16px;
}


/* ここまで kenes 2019/12/18追加 */

/* ここから 津野　2020/7/30〜追加 */

/* 代理店登録 稼働情報 手数料 セレクトボックスのレイアウト調整 */
#select_commission {
    border-radius: 4px;
}

.amount_display {
    text-align: right;
    width: 130px !important;
}

/* ここから 保険・給付金*/

.margin_bottom_40 {
    margin-bottom: 40px;
}
.margin_top_40 {
    margin-top: 40px;
}

.txt_center {
    text-align: center;
}

.header_rowline {
    border: none;
}

.input.forceSize {
    width: 30px;
    height: 30px;
    margin-left: 40px;
}

.force_process_lbl {
    display: inline-block;
    padding-left: 8px;
    font-size: 1.6rem;
    color: #132E5D;
}

.v-skip-alert{
    width: 32px;
    height: 32px !important;
    padding: 10px !important;
    margin-right: 10px;
}

.box_history {
    font-size: 1.6rem;
    color: #132E5D;
    margin-top: 20px;
}

.detail_history {
    font-size: 1.6rem;
    color: #132E5D;
}

.btn_box.multi .skip_alert {
    display: inline-block;
    margin-left: 20px;
}

.day_cost_right{
    text-align: right;
    width: 100px;
}

.day_cost_right_medium{
    text-align: right;
    width: 120px;
}

.branch_no{
    width: 100px;
}

.day_cost{
    width: 220px;
}

.day_cost_right_large {
    text-align: right;
    width: 100px;
}

.day_cost_right {
    text-align: right;
    width: 100px;
}

.day_cost_center {
    text-align: left;
    padding-left: 75px;
}

.white_space th {
    white-space:nowrap;        
}

.td_nowrap td {
    white-space:nowrap;        
}

.spacing {
    width: 100px;

}

.spacing-70 {
    width: 70px;

}

.spacing-80 {
    width: 80px;

}
.spacing-90 {
    width: 90px;

}

.contract_branch {
    width: 120px;
}

.day_length {
    width: 220px;
}

.claim_info {
    position: relative;
    display: inline-block;
}
  
.claim_info_text {
    visibility: hidden;
    width: 130px;
    background-color: #646A99;
    color: #fff;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    font-size: 12px;
    left: 50%;
    margin-left: -130px;
    opacity: 0;
    transition: opacity 0.3s;
    word-break: break-word;
    white-space: pre-wrap;
}

.claim_info_before {
    visibility: hidden;
}

.claim_info_before::before {
    top: -25%;
    content: "";
    position: absolute;
    border: solid;
    border-color: #646A99 transparent;
    border-width: 0.5em .5em 0em .5em;
    z-index: 1;
    left: 80%;
}

.claim_info .claim_info_text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
}

.claim_info_text {
    overflow-y: auto;
    max-height: 100px;
    min-width: 200px;
    display: block;
}

.claim_info:hover .claim_info_text, .claim_info:hover .claim_info_before {
    visibility: visible;
    opacity: 1;
}

.fontSmaller {
    font-size: smaller;
  }
  .w100 {
    width: 100px;
  }

  .w130 {
    width: 130px;
  }
  
  .w50 {
    width: 50px;
  }
  
  .w80 {
    width: 80px;
  }
  
  .case_select_small {
    width: 100px !important;
    height: 40px;
    display: block;
    text-align: center;
    position: relative;
    border-radius: 4px;
  }
  
  .select_border {
    border-radius: 4px;
  }
  
  .btn_small {
    width: 70px;
    margin-left: 16px;
    font-size: 1.3rem;
  }
  
  .div_float {
    float: left;
  }
  
  .div_widthA {
    width: 140px;
  }
  
  .div_widthB {
    width: 70px;
  }
  
  .div_widthC {
    width: 120px;
  }
  
  .div_widthD {
    width: 100px;
  }
  
  .div_widthE {
    width: 850px;
  }
  
  .memo_width {
    width: 800px;
  }

  .td_display {
    vertical-align: top;
  }

  .history_result {
    width: 100%;
    margin-bottom: -14px;
}

.history_result th {
    margin-top: 0px;
    margin-bottom: 4px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #646A99;
}
.margin-left{    
    margin-left: 20px;
}

.se_input_memo {
    margin-right:20px;
    vertical-align: top;
}
.margin-right{    
    margin-right: 60px;
}

.margin-right-200{    
    margin-right: 200px;
}

.nowrap{
    white-space:nowrap;        
}

.input_memo {
    resize: none;
} 

.tooltip_font {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "sans-serif";
}

.cost_box_left {
    display: inline-block;
    width: 150px;
    text-align: left;
  }
.add_column{
    margin-top: 14%;
  }

.sort {
    white-space: nowrap;
}
.sort_child {
    display: inline-block;
}
.radio_sort{
    display: inline-block;
    margin-top: 10px;
    margin-left: 20px;
}

/* 受付基本情報エリアのレスポンシブ*/
@media (min-width: 500px) and (max-width: 1535px) {
    .w50 {
        width: 42px;
    }

    .td_p2, .th_p2{
        padding: 8px 2px;
        text-align: left;
        border-bottom: 1px solid #DBDBDD;
    }
    .field_right{
        padding: 8px 2px;
        text-align: right;
        border-bottom: 1px solid #DBDBDD;
    }
    .field_centre{
        padding: 8px 2px;
        text-align: center;
        border-bottom: 1px solid #DBDBDD;
    }
    .field_padding{
        padding-right: 10px;
    }
}

.txt_right {
    text-align: right;
}

.active_remark {
    max-height: 120px;
    overflow-y: auto;
    overflow-x: hidden;
    word-break: break-word;
    white-space: pre-wrap;
}

.swal-wide{
    width:550px !important;
}

.align-right{
    text-align: right;
}

.p-10{
    padding-left: 1%;
}

/* ユーザーパスワード変更 */
.main_content .changepassword_title {
    text-align: center;
} 

.sample .form_group { 
    display: flex; 
    margin-left: 360px;
    padding-top: 36px;
    margin-bottom: 5px;       
}     
.form_group label {       
    display: block;
    width: 200px;
    float: left;      
    margin-bottom: 5px;       
    font-weight: normal;
    text-align: left;     
}     
.form_group input { 
    width: 400px;  
    padding: 0px 8px 0px 8px;       
    box-sizing: border-box;       
    border: 1px solid #B3BBCE;
    border-radius: 4px;
    margin-left:100px;   
}

.msg_err_password {
    color: rgb(194, 30, 79);
    font-size: 1.2rem;
    margin-top: 8px;
    width: 400px;       
    margin-left:660px;   
}