@charset "UTF-8";
/*------------------------------------------------------------
common
------------------------------------------------------------*/
.c-inner {
    padding-left: 20px;
    padding-right: 20px;
    color: #323983;
    font-size: 14px;
}

::placeholder {
    color: #C9CBE5;
}
.c-nodata {
    color: #C9CBE5;
}
.c-color_blue {
    color: #323983;
}

.checkmark {
  position: absolute;
  top: 8px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #808080;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
}
.checkmark.checkbox {
    border-radius: 4px;
}
input:checked ~ .checkmark {
  background-color: #004EFF;
  border: none;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
input:checked ~ .checkmark:after {
  display: block;
}
.checkmark:after {
  left: 7.5px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-select {
    display: inline-block;
    border: 1px solid #A5A5A5;
    border-radius: 5px;
    position: relative;
    -webkit-appearance: none;
    height: 50px;
    margin: 0;
    border: none;
    background: url(/assets/img/shape_tran_b-e0ac8482f484a83a197da692d83b6644.svg) no-repeat center right;
    background-size: 10px 8px;
    padding: 0 20px 3px 0;
    line-height: 1;
    font-size: 14px;
}
.no-x-scroll{
    position: relative;
    overflow-x: hidden;
}
input[type="radio"] {
    width: 0;
    height: 0;
    position: absolute;
    opacity: 0;
}
input[type="radio"] + .checkmark {
    right: auto;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid #323983;
}
input[type="radio"]:checked ~ .checkmark {
    background-color: #fff;
}
input[type="radio"]:checked ~ .checkmark:after {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 14px;
    height: 14px;
    border: none;
    transform: none;
    border-radius: 100%;
    background: #323983;
    display: inline-block;
}

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="number"] {
    height: 50px;
    border: none;
    padding: 1em 0;
    padding: 0 0;
    box-sizing: border-box;
    font-size: 14px;
}
input[type="password"] {
    letter-spacing: 2px;
}
input:checked ~ .checkmark {
    background-color: #323983;
}
.checkbar {
    position: absolute;
    content: "";
    height: 100%;
    width: 4px;
    display: block;
    right: 0;
    top: 0;
    background: transparent;
}
input:checked ~ .checkbar  {
    background: #323983;
}

nav a {
    background: none;
    text-align: left;
    font-weight: normal;
    padding: 0;
    margin: 0;
    color: #323983;
}
.gNav-step {
    display: none;
    opacity: 0;
    -webkit-transition: opacity 300ms ease-out;
    transition: opacity 300ms ease-out;
}
.gNav-step.is-show {
    display: block;
    opacity: 1;
}

.c-ul {
    list-style: disc;
    margin-left: 1.5em;
}

.btn_wrap {
    display: flex;
    position: fixed;
    width: calc(100% - 8px);
    bottom: 4px;
    left: 4px;
    background: #fff;
}
.btn_wrap .c-btn ~ .c-btn {
    margin-left: 1px;
}

.fromTo {
    display: inline-block;
    width: 1.2em;
    margin: 0 0.7em;
    text-align: center;
}
.c-inputGroup {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.c-datetime_calendar {
    position: relative;
    box-sizing: border-box;
}
.c-datetime_calendar img.ui-datepicker-trigger {
    position: absolute;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.c-main {
    margin: 60px auto 0px;
    /*padding-bottom: 60px;*/
}
.work-page_s .c-main {
    margin: 0 auto 0px;
    padding-bottom: 0px;
}

.title02 {
    font-weight: normal;
    font-size: 14px;
    background: #F8F9FF;
    padding: 30px 20px 5px;
    color: #5E6072;
    font-size: 14px;
    border-bottom: 1px solid #E4E9F4;
    border-top: 1px solid #E4E9F4;
    margin: 0;
    /*margin-top: -1px;*/
}
.title02_s {
    padding: 10px 20px 5px;
}

.font16 {
    font-size: 16px;
}
.font15 {
    font-size: 15px;
}
.font14 {
    font-size: 14px;
}
.font13 {
    font-size: 13px;
}
.font12 {
    font-size: 12px;
}

.c-flex {
    display: flex;
    justify-content: space-between;
}

.c-caution {
    font-weight: bold;
    font-size: 12px;
    vertical-align: middle;
    display: inline-block;
    color: #E91C1C;
    position: relative;
}
.c-caution:before {
    content: url(/assets/img/icon-caution-2855f7d89d4a056f335dc8b87d43e41e.svg);
    vertical-align: text-bottom;
    line-height: 1;
    margin-right: 3px;
}

.c-borderTop {
    border-top: 1px solid #E4E9F4 !important;
}
.c-borderBottom {
    border-bottom: 1px solid #E4E9F4 !important;
}
.c-no_borderTop {
    border-top: none !important;
}
.c-no_borderBottom {
    border-bottom: none !important;
}

.c-attachment {
    text-align: center;
    padding: 20px;
}

.c-ac_head {
    position: relative;
}
.c-ac_head:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 100%;
    background: #fff url(/assets/img/icon-arrow-bottom-98dc172abe2e24db38dd93de940baaf9.svg) no-repeat center;
}
.c-ac_head.is-show:after {
    background: #fff url(/assets/img/icon-arrow-top-ddd9b51286c19846eea08bbb0138eaca.svg) no-repeat center;
}
.c-ac_body {
    display: none;
}

.c-relative {
    position: relative;
}

.c-label {
    background: #000;
    color: #fff;
    padding: 3px 3px 4px;
    display: inline-block;
    line-height: 1.1;
    font-size: 11px;
    border-radius: 4px;
    margin-right: 5px;
    min-width: 50px;
    text-align: center;
}
.c-label_red {
    background: #EB2727;
}
.c-label_grey {
    background: #C9CBE5;
}
.c-label_navy {
    background: #323983;
}
/* APP用お知らせ赤丸アイコン */
.c-label_ball_icon {
  right: 0px;
  display: inline-block;
  width: 15px;
  min-width: 0px;
  height: 15px;
  border-radius: 50%;
  background-color: #EB2727;
  line-height: 15px;
  text-align: center;
  color: #fff;
  font-size: 10px;
  margin-left:10px;
  
}

.c-func_text {
    color: #323983;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: inline-flex;
    align-items: center;
}

.c-delete {
    display: inline-block;
    width: 12px;
    height: 12px;
    cursor:pointer;
    position: relative;
}
.c-delete:before,
.c-delete:after {
    content: '';
    width: 1px;
    position: absolute;
    height: 12px;
    background-color: #323983;
    transform: rotate(45deg);
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.c-delete:after {
    transform: rotate(-45deg);
}
.c-line_tbl .c-delete {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}


.c-tag {
    font-size: 12px;
    border-radius: 3px;
    border: 1px solid #404040;
    font-weight: 500;
    color: #404040;
    text-align: center;
    padding: 0 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 20px;
    line-height: 20px;
    margin-right: 4px;
}
.wrap_tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 30px;
}

.step {
    position: fixed;
    width: calc(100% - 8px);
    padding: 10px 4px 4px;
    bottom: 0;
    z-index: 9;
}
.is_show_spMenu .step {
    display: none;
}
.c-step-btn {
    display: flex;
}
.c-step-btn ~ .c-step-btn {
    margin-top: 1px;
}

/** アプリ、TOP画面の底部ボタンの表示*/
.top_btn_border {
    border-right: 2px solid;
}
/** アプリ、TOP画面の底部ボタンの表示 end */
.c-func {
    display: flex;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
}

.c-btn {
    background: #000;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    padding: 15px 20px 15px 15px;
    font-size: 14px;
    line-height: 1.2;
    display: block;
    margin: 0 auto;
    width: 33%;
    box-sizing: border-box;
}

.c-btn_func {
    border-radius: 5px;
    position: relative;
    padding: 15px 20px 15px 30px;
}

.c-btn_full {
    width: 100%;
}

.c-btn_blue {
    background: #1975E4;
}
.c-btn_deepblue {
    background: #323983;
}
.c-btn_red {
    background: #EB2727;
}
.c-btn_scarlet {
    background: #FF5252;
}
.c-btn_white {
    background: none;
    border: 1px solid #1975E4;
    color: #1975E4;
}
/* ADD 20220401 */
.c-btn_gray {
	background: #444444;
}

.c-btn span {
    padding-left: 22px;
    display: inline-block;
    position: relative;
}
.c-btn_apply span {
    padding-left: 0;
    padding-right: 15px;
}
.c-btn_func span {
    padding-left: 0;
    display: inline-block;
    position: relative;
}
.c-btn_notification_close span {
    padding-left: 5px;
}

/* ADD-ST 20210616 */
.c-btn_back span {
    padding-left: 15px;
    padding-right: 0px;
}
/* ADD-ED 20210616 */

.c-btn_prev span:before,
.c-btn_delete span:before,
.c-btn_history span:before,
.c-btn_download span:before,
.c-btn_plus span:before,
.c-btn_card span:before,
.c-btn_switch span:before,
.c-btn_update span:before,
.c-btn_x span:before,
.c-btn_menu span:before,
.c-btn_check span:before,
.c-btn_search span:before,
.c-btn_apply span:before,
.c-btn_back span:before,
.c-btn_check_circle span:before,
.c-btn_editted span:before
 {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: 100% auto;
  width: 15px;
  height: auto;
  left: 0;
}
.c-btn_apply span:before {
    left: auto;
    right: 0;
}
.c-btn_prev span:before {
  background: url("/assets/img/icon-prev_b-87c0fa59d66f1348025815e3a37382cf.svg") no-repeat center;
  background-size: 100% auto;
  width: 8px;
}
.c-btn_delete span:before {
  background: url("/assets/img/icon-garbage-1e7903d546205c768c0372138e9ca890.svg") no-repeat center;
  background-size: 100% auto;
}
.c-btn_history span:before {
  background: url("/assets/img/icon-list-65f84e18a3c11e443ba16b4f26ae50a7.svg") no-repeat center;
  background-size: 100% auto;
}
.c-btn_download span:before {
  background: url("/assets/img/icon-download-eef66b42c5ceb26409df06df52ff15b8.svg") no-repeat center;
  background-size: 100% auto;
}
.c-btn_plus span:before {
  background: url("/assets/img/icon-plus-cbc7e8f486e56cdc6a084fe4a7a10904.svg") no-repeat center;
  background-size: 100% auto;
}
.c-btn_card span:before {
  background: url("/assets/img/icon-card-f1f5e995b7d25047b1b4530cdcf8d3cd.svg") no-repeat center;
  background-size: 100% auto;
}
.c-btn_switch span:before {
  background: url("/assets/img/icon-switch_mini-a95f592e40667addaf1bfc6f40841d1c.svg") no-repeat center;
  background-size: 100% auto;
}
.c-btn_update span:before {
  background: url("/assets/img/Icon-update-ba9a3c706d00b0df82b9c4b06dfb532b.svg") no-repeat center;
  background-size: 100% auto;
}
.c-btn_x span:before {
  background: url("/assets/img/icon-x-a1a36deb5e703137ba2b893c96e08683.svg") no-repeat center;
  background-size: 100% auto;
  width: 12px;
}
.c-btn_menu span:before {
  background: url("/assets/img/icon-menu-1711455cb87e50eea306b631f9b23237.svg") no-repeat center;
  background-size: 100% auto;
  width: 14px;
}
.c-btn_check span:before {
  background: url("/assets/img/icon-check-dd65825fd660a9a99f01b96a03d65354.svg") no-repeat center;
  background-size: 100% auto;
}
.c-btn_search span:before {
  background: url("/assets/img/Icon-search-0e50c2a3af4d7cfe1dd903c388bac8fd.svg") no-repeat center;
  background-size: 100% auto;
}
.c-btn_apply span:before {
  background: url("/assets/img/icon-arrow-forward-82e4c9d8b1554ff9c4d7b789d6c1afd4.svg") no-repeat center;
  background-size: 100% auto;
  width: 7px;
}
/* ADD-ST 20210616 */
.c-btn_back span:before {
    background: url("/assets/img/icon-back-19f4ff097d7d6b6cb358f966888648c5.svg") no-repeat center;
    background-size: 100% auto;
    width: 7px;
}
/* ADD-ED 20210616 */
.c-btn_editted span:before {
    background: url("/assets/img/icon_editted-b2e176204bd18081b67fbcca231f0891.svg") no-repeat center;
    background-size: 100% auto;
}
.c-btn_check_circle span:before {
    background: url("/assets/img/icon-check-circle-f09c4f3e5a7cd884aea35d7328327569.svg") no-repeat center;
    background-size: 100% auto;
}

.c-btn_func.c-btn_menu:before,
.c-btn_func.c-btn_delete:before,
.c-btn_func.c-btn_plus:before,
.c-btn_func.c-btn_add:before,
.c-btn_func.c-btn_switch:before,
.c-btn_func.c-btn_history:before,
.c-btn_func.c-btn_search:before
 {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: 100% auto;
  width: 15px;
  height: auto;
  left: 15px;
}
.c-btn_func.c-btn_menu:before {
  background: url("/assets/img/icon-menu-1711455cb87e50eea306b631f9b23237.svg") no-repeat center;
  background-size: 100% auto;
  width: 15px;
}
.c-btn_func.c-btn_delete:before {
  background: url("/assets/img/icon-garbage-1e7903d546205c768c0372138e9ca890.svg") no-repeat center;
  background-size: 100% auto;
  width: 15px;
}
.c-btn_func.c-btn_plus:before {
  background: url("/assets/img/icon-plus-cbc7e8f486e56cdc6a084fe4a7a10904.svg") no-repeat center;
  background-size: 100% auto;
  width: 15px;
}
.c-btn_func.c-btn_add:before {
  background: url("/assets/img/icon-plus-cbc7e8f486e56cdc6a084fe4a7a10904.svg") no-repeat center;
  background-size: 100% auto;
  width: 18px;
}
.c-btn_func.c-btn_switch:before {
  background: url("/assets/img/icon-switch_mini-a95f592e40667addaf1bfc6f40841d1c.svg") no-repeat center;
  background-size: 100% auto;
  width: 15px;
}
.c-btn_func.c-btn_history:before {
  background: url("/assets/img/icon-list-65f84e18a3c11e443ba16b4f26ae50a7.svg") no-repeat center;
  background-size: 100% auto;
  width: 15px;
}
.c-btn_func.c-btn_search:before {
  background: url("/assets/img/Icon-search-0e50c2a3af4d7cfe1dd903c388bac8fd.svg") no-repeat center;
  background-size: 100% auto;
  width: 15px;
}
.c-btn_func span:before {
    display: none;
}

.c-wrap_price {
    display: inline-flex;
    max-width: none;
    align-items: center;
    justify-content: space-between;
    min-width: 100px;
    width: auto;
    max-width: 100%;
}
.c-wrap_price .unit {
    font-size: 12px;
    margin-right: 0;
    display: inline-block;
}
.c-wrap_price .price {
    font-size: 18px;
    font-weight: bold;
    vertical-align: middle;
    word-break: break-all;
    margin-left: 10px;
    line-height: 1.2;
}

.hiddenArea_outer {
    position: relative;
    padding-bottom: 2em;
}
.hiddenArea {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
    /*IE対策*/
    line-height: 1.5em;
    max-height: 4.5em;
}
.hiddenArea_outer.is-show .hiddenArea {
    max-height: none;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: auto;
    height: auto;
}
.hiddenArea_outer.is-show .hiddenArea:before {
    opacity: 0;
}
.hiddenArea_outer.is-show .hiddenArea_more {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.hiddenArea:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
/* Task:11717 F211_お知らせ一覧画面実装    
  background: #fff;
*/
  opacity: 0.7;
  width: 100%;
  height: 50px;
  z-index: 1;
}
.hiddenArea_more {
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}


.c-list_dl > label {
    display: block;
    border-bottom: 1px solid #E4E9F4;
    position: relative;
    padding: 20px;
}
.c-list_dl > label input[type="checkbox"] {
    width: 0;
    height: 0;
    position: absolute;
    opacity: 0;
}
.c-list_dl > label .checkmark {
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 20px;
    margin: auto;
}
.c-list_dl dl {
    display: flex;
    font-size: 12px;
    color: #323983;
    margin: 5px auto;
}
.c-list_dl dl dt {
    width: 5em;
}

.c-list_tbl-radio > label {
    display: block;
    border-bottom: 1px solid #E4E9F4;
    position: relative;
    padding: 10px 20px 20px 20px;
}
.c-list_tbl-radio > label input[type="checkbox"] {
    width: 0;
    height: 0;
    position: absolute;
    opacity: 0;
}
.c-list_tbl-radio > label .checkmark {
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 20px;
    margin: auto;
}
.c-list_tbl-radio table {
}
.c-list_tbl-radio > label tr .checkmark {
    right: 0px;
}
.c-list_tbl-radio table textarea {
    border-radius: 5px;
    /* border: 1px solid #A5A5A5 !important; */
    padding-left: 8px;
    box-sizing: border-box;
    vertical-align: middle;
}

.c-list_link {
    text-decoration: none;
    display: block;
    padding: 15px 40px 15px 0px;
    margin-left: 20px;
    border-bottom: 1px solid #E4E9F4;
    color: #323983;
    position: relative;
}
.c-list_link.noBorder {
    border: none;
}
.c-list_link:after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background: url(/assets/img/icon-menu_r-f68fc513a789b4aab941ee856fe84c83.svg) no-repeat center;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}
/* MSAD経費明細一覧「>」非表示*/
.c-list:after {
    position: absolute;
    width: 15px;
    height: 15px;
    background: none;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}
/* ADD-ST 20210618 */
.c-list_link.attachments:after {
    position: initial;
}
/* ADD-ED 20210618 */
div.c-list_link:after {
    background: none;
}
.c-list_link.c-icon_blank:after {
    background: url(/assets/img/icon_blank-6570a8be802c55750065806ea45ddcb5.svg) no-repeat center;
    background-size: 100% auto;
    width: 20px;
    height: 20px;
    right: 15px;
}

.c-list_tbl {
    table-layout: fixed;
    width: calc(100% - 20px);
    width: 100%;
}
.c-list_tbl > tbody {
}
.c-list_tbl > tbody  > tr {
}
.c-list_tbl > tbody  > tr > * {
    padding: 5px 10px 5px 0;
    color: #323983;
    font-size: 12px;
    min-height: 30px;
    line-height: 1.4;
}
.c-list_tbl > tbody > tr > th {
    font-weight: normal;
    text-align: left;
}
.c-list_tbl > tbody > tr > * p {
    margin: 10px auto;
}
.c-list_tbl.font14 > tbody  > tr > * {
    font-size: 14px;
}


.c-line_tbl {
    margin-left: 20px;
    width: calc(100% - 50px);
    table-layout: fixed;
}
.c-line_tbl > tbody {
}
.c-line_tbl > tbody  > tr {
}
.c-line_tbl > tbody  > tr > * {
    padding: 5px 10px 5px 0;
    border-bottom: 1px solid #E4E9F4;
    color: #323983;
    font-size: 14px;
    min-height: 30px;
    word-break: break-word;
}
.c-line_tbl.no_borderBottom_tbl > tbody > tr > * {
    border-bottom: none;
}

.c-line_tbl.line_tbl_short > tbody  > tr > * {
    padding: 2px 10px 2px 0;
}
.c-line_tbl .c-line_tbl > tbody  > tr > * {
    font-size: 12px;
}
.c-line_tbl > tbody > tr > th {
    font-weight: normal;
    text-align: left;
}
.c-line_tbl > tbody > tr > * p {
    margin-top: 10px;
    margin-bottom: 10px;
}
table > tbody > tr > *.noBorder {
    border-bottom: none;
}

.c-route {
    font-size: 12px;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    --main-bg-color: #000;
}

.c-route_point {
    position: relative;
}

.c-route_point .detail{
    margin-top: 10px;
    margin-bottom: 10px;
}

.c-route_point:before {
    content: "";
    width: 12px;
    height: 12px;
    background: #323983;
    border-radius: 100%;
    display: inline-block;
    position: absolute;
    margin-left: -20px;
    margin-right: 10px;
    top: 2px;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.c-route_line:after {
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    background-color: var(--main-bg-color);
    position: absolute;
    left: -15px;
    top: 12px;
    z-index: 1;
    position: absolute;
    z-index: 1;
}

.c-toggle-option {
    border: 1px solid #323983;
    display: inline-block;
    border-radius: 4px;
    background: #fff;
    position: relative;
}
.c-toggle-option:after {
    content: "";
    display: block;
    clear: both;
}
.c-toggle-option > label {
    display: inline-block;
    float: left;
    height: 100%;
}
.c-toggle-option input[type="radio"] {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}
.c-toggle-option input[type="radio"] + span {
    padding: 7px 7px;
    font-size: 14px;
    line-height: 1;
    height: 100%;
    box-sizing: border-box;
    display: block;
    min-width: 50px;
    text-align: center;
}
.c-toggle-option input[type="radio"]:checked + span {
    background: #323983;
    color: #fff;
}
.c-toggle-option input[type="radio"] + span {
    min-width: 40px;
    padding: 5px 7px;
}
.c-toggle-option.header_toggle {
    position: absolute;
    bottom: 8px;
}

.c-trainItinerary_border {
    position: relative;
    display: block;
    height: 15px;
    margin-left: 20px;
}
.c-trainItinerary_border:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 15px;
    background: #323983;
}

.c-trainItinerary {
    padding: 20px;
    color: #323983;
    font-size: 14px;
}
.c-trainItinerary > *:first-child {
    margin-top: 0;
}
.c-trainItinerary > *:last-child {
    margin-bottom: 0;
}
.c-trainItinerary_station,
.c-trainItinerary_schedule,
.c-trainItinerary_condition {
    display: flex;
    margin: 10px auto;
}
.c-trainItinerary_station > *,
.c-trainItinerary_schedule > *,
.c-trainItinerary_condition > * {
    margin-right: 10px;
}
.stationName ~ .stationName {
    padding-left: 24px;
    background: url(/assets/img/icon-to-1b54c5b16fe165e5ae0555669bee216f.svg) no-repeat left center;
    background-size: 14px;
}

.togglePW {
    position: relative;
}
.togglePW > [type="password"] {
    padding-right: 40px;
}
.togglePW > span {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 100%;
    background: url(/assets/img/icon-showPW-f230edb11fef1bdf704b693b88128b3c.svg) no-repeat center;
}

.c-wrap_check,
.c-wrap_check_nopad{
    display: flex;
    flex-wrap: wrap;
}
.c-wrap_check label {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    margin-right: 15px;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.c-wrap_check_nopad label {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.c-wrap_check label input[type="checkbox"],
.c-wrap_check_nopad label input[type="checkbox"] {
    width: 0;
    height: 0;
    position: absolute;
    opacity: 0;
}
.c-wrap_check label .text,
.c-wrap_check_nopad label .text {
    display: inline-block;
    font-size: 14px;
    color: #323983;
}
.c-wrap_check label .checkmark,
.c-wrap_check_nopad label .checkmark{
    top: 0;
    bottom: 0;
    margin: auto;
}

.c-wrap_check label.text_first,
.c-wrap_check_nopad label.text_first{
    padding-left: 0;
}
.c-wrap_check label.text_first .checkmark,
.c-wrap_check_nopad label.text_first .checkmark{
    left: auto;
}


.span_block {
    display: block;
}

/*------------------------------------------------------------
menu
------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
    .gNav-ul-wrap {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        position: fixed;
        right: -100%;
        top: 0px;
        z-index: 10;
        width: 100%;
        -webkit-transition: right 300ms ease-out;
        transition: right 300ms ease-out;
        background: #fff;
        height: calc(100vh - 60px);
        padding: 45px 0 40px 0;
        padding: 60px 0 30px 0;
        box-sizing: border-box;
    }
    .gNav-ul-wrap.is-show {
        right: 0;
        display: block;
        /* ADD 2022/09/15 Task:11681 */
        height: 100vh;
    }
    .login-page .gNav-ul-wrap {
        height: 100vh;
    }
    .login-page.is_show_spMenu .login,
    .login-page.is_show_spMenu .spFooter {
        display: none;
    }
}
.is_show_spMenu {
    overflow-y: hidden;
    height: 100%;
}
.is_show_spMenu .c-main {
    display: none;
}

.gNav-user {
    font-size: 18px;
    color: #323983;
    padding: 15px 15px 15px 40px;
    background: #F8F9FF;
    border-bottom: 1px solid #E4E9F4;
    position: relative;
}
.menu_user .gNav-user {
    padding: 15px 115px 15px 40px;
    padding: 15px 15px 15px 40px;
}
.gNav-username {
    max-width: 168px;
    display: inline-block;
    word-break: break-all;
}
.gNav-user img {
    vertical-align: middle;
    display: inline-block;
    margin: auto;
    position: absolute;
    top: 20px;
    left: 20px;
}
.gNav-user > .c-tag {
    font-size: 11px;
    color: #323983;
    border-color: #323983;
    padding: 1px 3px 2px;
    line-height: 1.1;
    height: auto;
    position: absolute;
    right: 15px;
    top: 20px;
    margin: auto;
}
.menu_user .gNav-user .wrap_tag {
}

.gNav-linktitle {
    background: #F8F9FF;
    padding: 30px 20px 10px;
    color: #5E6072;
    font-size: 14px;
}

.gNav-link {}

.gNav-link ul.gNav-linklist {
    border-top: 1px solid #E4E9F4;
    padding-left: 20px;
}
.gNav-link ul.gNav-linklist>li {
    display: block;
}
.gNav-link ul.gNav-linklist>li~li {
    border-top: 1px solid #E4E9F4;
}

.gNav-link ul.gNav-linklist>li:last-child {
    /*border: none;*/
}

.gNav-link ul.gNav-linklist:last-of-type>li:last-child {
    border-bottom: 1px solid #E4E9F4;
}

.gNav-link ul.gNav-linklist>li>a {
    color: #323983;
    text-decoration: none;
    font-size: 14px;
    padding: 15px 20px;
    display: block;
    position: relative;
    float: none;
    width: 100%;
    box-sizing: border-box;
}
.gNav-link ul.gNav-linklist>li>a:after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    background: url("/assets/img/icon-menu_r-f68fc513a789b4aab941ee856fe84c83.svg") no-repeat center;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.gNav-copyright {
    padding: 20px;
    font-size: 10px;
    color: #323983;
}
.login-page .gNav-copyright {
    position: absolute;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}

.tabContent {
    display: none;
}
.tabContent.is-show {
    display:  block;
}
.tabHead {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tabHead>li {
    width: 50%;
    text-align: center;
}
.tabHead>li ~ li {
    border-left: 1px solid #fff;
}

.tabHead>li>a {
    display: block;
    background: #C9CBE5;
    color: #fff;
    padding: 12px 10px 0;
    height: 70px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    box-sizing: border-box;
}

.tabHead>li>a.is-show {
    background: #323983;
}

.tabHead>li>a img {
    display: inline-block;
    display: block;
    margin: auto;
    width: 25px;
}

.menu_user {
    padding-bottom: 40px;
}
.menu_user .switch_user {
    padding: 10px 40px 15px 0px;
    display: block;
    color: #323983;
    position: relative;
    margin-left: 20px;
    margin-bottom: 0;
    border-bottom: 1px solid #E4E9F4;
}
.menu_user .wrap_tag {
    padding: 0;
    margin: 0 auto 0;
    flex-wrap: wrap;
}
.menu_user .wrap_tag .c-tag {
    color: #323983;
    border: none;
    background: #EDF1FA;
    font-size: 11px;
    padding: 2px 8px;
    margin: 5px 4px 0 0;
    height: auto;
    line-height: 1.2;
}
.menu_user .switch_user .name {
    word-break: break-all;
}

.menu_user .switch_user input[type="radio"] + .checkmark {
    right: 15px;
    left: auto;
}


/*------------------------------------------------------------
Top tab swipeArea
------------------------------------------------------------*/

.swipeArea-container {
    padding-bottom: 40px;
}
.swipeArea-container.hidden-overflow {
    overflow-x: hidden;
}
.swiper-container {
    /*overflow-y: scroll !important;*/
    /*height: auto !important;*/
    /*min-height: calc(100vh - 61px);*/
   /*max-width: 375px;*/
}
.swiper-container.tab-contents .swiper-wrapper {
    min-height: 100vh;
    min-height: calc(100vh - 61px);
}
.swiper-container.tab-menu .swiper-wrapper {
    align-items: center;
}
.swipeArea-container .tab-menu .swiper-slide {
    padding: 15px 0;
    width: 25%;
    text-align: center;
    color: #C9CBE5;
    line-height: 1.2;
    margin-right: 0 !important;
}
.swipeArea-container .swiper-slide-thumb-active {
   border-bottom: 2px solid rgb(9, 8, 53);
   color: #323983 !important;
   font-weight: 500;
}



.c-list.listTop .unit {
    font-size: 16px;
    font-weight: 500;
}
.listTop_dateTitle {
    font-size: 12px;
    margin-right: 5px;
}
.listTop_date {
    font-size: 13px;
    margin-right: 5px;
}

/** ADD 20220404 */

.c-toggle-col {
    position: relative;
    z-index: 9;
}
.c-toggle-col_head > span:after {
    content: url(/assets/img/shape_tran_b-e0ac8482f484a83a197da692d83b6644.svg);
    display: inline-block;
    margin-left: 7px;
}
.c-toggle-col_head.is-show > span:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.c-toggle-col_body {
    display: none;
}

/*------------------------------------------------------------
login
------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
    body.login-page {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 0;
        min-height: 100vh;
        height: auto;
        background: url("/assets/img/bg_sp-1eb5e53962c7d5f83634bd1e07b0964e.jpg") no-repeat center;
        background-size: cover;
    }
    body.login-page.is_show_spMenu .hamburger {
        position: fixed;
    }

    body.login-page .login {
        padding: 40px 20px 20px;
        width: 100%;
        box-sizing: border-box;
    }

    body.login-page .login .logo {
        margin: 30px auto;
    }

    body.login-page .login .logo img {
        max-width: 230px;
    }

    body.login-page .login form {
        width: 100%;
        max-width: 280px;
        margin: auto;
        margin-bottom: 15px;
    }

    body.login-page .login_forgot {
        margin-bottom: 60px;
    }

    body.login-page .login form .form_col1 {
        margin: 40px auto 20px;
    }

    body.login-page .login form .form_col2 {
        margin: 40px auto 0px;
    }

    body.login-page .login form input {
        width: 100%;
    }

    body.login-page .login_submit {
        width: 100%;
        margin: 30px auto;
    }

    body.login-page footer {
        display: none;
    }

    body.login-page .login_back {
        width: 100%;
        margin: 0 auto 40px;
    }

    .spFooter {
        position: absolute;
        bottom: 20px;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
        color: #fff;
    }

}

/*------------------------------------------------------------
F355
------------------------------------------------------------*/
.tag_area {
    font-size: 10px;
    padding: 0px 5px 0px 5px;
    border: #323983 1px solid;
    display: inline-block;
    margin-right: 15px;
    /* MOD-ST 20210526
    width: 54px;
    */
    width: 60px;
    /* MOD-ED 20210526 */
    text-align: center;
}
.c-list_link.no_after:after {
    background: none;
}
/* ADD-ST 20210526 */
.tag_area_no_width {
    font-size: 10px;
    padding: 0px 5px 0px 5px;
    border: #323983 1px solid;
    display: inline-block;
    margin-right: 15px;
    text-align: center;
}
/* ADD-ED 20210526 */

/*------------------------------------------------------------
F356
------------------------------------------------------------*/
.c-list_dl_outline {
    padding: 20px;
    border-bottom: 1px solid #E4E9F4;
}
.no_border {
    border: none;
}

/*------------------------------------------------------------
F319
------------------------------------------------------------*/
.c-list_nolink {
    text-decoration: none;
    display: block;
    padding: 15px 40px 15px 0px;
    margin-left: 20px;
    border-bottom: 1px solid #E4E9F4;
    color: #323983;
    position: relative;
}

/*------------------------------------------------------------
datepicker
------------------------------------------------------------*/
td .datepicker {
  display: inline;
  position: inherit;
}

.feeder_bottom {
    position: fixed;
    width: calc(100% - 8px);
    bottom: 0;
    z-index:-1;
}

/* 220228_mb_phaze2.css */
/* --------------------- 汎用パーツ --------------------- */
/* ダークモード対応 */
body.work-page {
  background-color: #ffffff !important;
}
input[type="text"],
input[type="password"],
input[type="tel"],
input[type="number"],
input[type="search"],
select,
textarea {
  background-color: #ffffff !important;
}

/* 文字そろえ */
.a_center {
    text-align: center !important;
}

/* 文字サイズ */
.txt_12px {
  font-size: 12px !important;
}
.txt_13px {
  font-size: 13px !important;  
}
.txt_14px {
  font-size: 14px !important;  
}

/* 文字の太さ */
.txt_bold {
  font-weight: bold !important;
}

/* 余白の調整 */
.mt-20 {
    margin-top: -20px !important;
}
.mt-30 {
    margin-top: -30px !important;
}
.mt-40 {
    margin-top: -40px !important;
}
.pl5px {
  padding-left: 5px !important;
}

/* ボーダーの調整 */
.border_btm_none {
  border-bottom: none !important;
}
.border_top_none {
  border-top: none !important;
}
.border_btm {
  border-bottom: 1px solid #E4E9F4;
}

/* 表示形式 */
.dis_flex {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.dis_block {
  display: block;
}

/* 添付データのリスト */
.ul_file li {
  word-break: break-all;
}

/* ページ送り */
.c-results {
  width: auto;
  top: 10px;
}
/*selectでの文字列折り返し*/
.pulldown_return{
	white-space: pre-line;
}

/* --------------------- 表組関係 --------------------- */
/* 要素の多い表組 */
.complexity_tbl th {
  font-weight: bold !important;
  font-size: 10px !important;
  word-break: break-word;
}
.complexity_tbl td {
  font-size: 11px !important;
  word-break: break-word;
}

/* 横スクロールする表組 */
.tbl_slide_lead {
  font-size: 12px;
  color: #FF0004;
}
table.tbl_slide {
  width: 100%;
  border-collapse: separate;
  border-spacing:0px;
  display: block;
}
table.tbl_slide thead {
  display: block;
  float: left;
}
table.tbl_slide tbody {
  display: block;
  width: auto;
  overflow-x: auto;
  white-space: nowrap;
}
table.tbl_slide thead tr {
  display: block;
}
table.tbl_slide tbody tr {
  display: inline-block;
  margin-right: -5px;
}
table.tbl_slide  th {
  word-break: break-word;
  background-color: #f5f4f4;
  border: 1px solid #cccccc;
  font-weight: normal;
  font-size: 14px;
  text-align: left;
  padding: 10px !important;
  display: block;
}
table.tbl_slide td.a_righ {
  text-align: right;
}
table.tbl_slide td {
  word-break: break-word;
  border: 1px solid #cccccc;
  text-align: left;
  padding: 10px !important;
  display: block;
  font-size: 14px;
}
table.tbl_slide  th.th_add {
  border-bottom: 1px solid #f5f4f4 !important;
}
table.tbl_slide  th.td_add {
  border-bottom: 1px solid #f5f4f4 !important;
  border-top: 1px solid #f5f4f4 !important;
}
table.tbl_slide  th.td_add_last {
  border-top: 1px solid #f5f4f4 !important;
}
table.tbl_slide .bg_y {
  background-color: #fffee4 !important;
  font-weight: bold;
}
table.tbl_slide .td_add_child {
  padding-left: 2.5em !important;
}
.c-list_tbl > tbody > tr {
    word-break: break-all;
}
/* ADD-STR 2022/09/05 */ 
.deficit{
 color: red;
}
/* ADD-END 2022/09/05 */ 

/* --------------------- ボタン関係 --------------------- */
/* ボタンの色 */
.c-btn_gray {
    background: #555555;
}

/* 本文中の角丸ボタン */
.c-btn_func.c-btn_download:before,
.c-btn_func.c-btn_apply:before,
.c-btn_func.c-btn_apply_left:before,
.c-btn_func.c-btn_x:before,
.c-btn_func.c-btn_check:before,
.c-btn_func.c-btn_print:before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: 100% auto;
  width: 15px;
  height: auto;
  left: 15px;
}
.c-btn_func.c-btn_download:before {
  background: url("/assets/img/icon-download-eef66b42c5ceb26409df06df52ff15b8.svg") no-repeat center;
  background-size: 100% auto;
  width: 18px;
}
.c-btn_func.c-btn_apply:before {
  background: url("/assets/img/icon-arrow-forward-82e4c9d8b1554ff9c4d7b789d6c1afd4.svg") no-repeat center;
  background-size: 100% auto;
  width: 7px;
}
.c-btn_func.c-btn_apply:before {
    left: auto;
    right: 1em;
}
.c-btn_func.c-btn_apply_left:before {
  background: url("/assets/img/icon-arrow-forward-82e4c9d8b1554ff9c4d7b789d6c1afd4.svg") no-repeat center;
  background-size: 100% auto;
  width: 7px;
}
.line_two {
  top: 8px;
}
.c-btn_func.c-btn_x:before {
  background: url("/assets/img/icon-x-a1a36deb5e703137ba2b893c96e08683.svg") no-repeat center;
  background-size: 100% auto;
  width: 12px;
}
.c-btn_func.c-btn_check:before {
  background: url("/assets/img/icon-check-dd65825fd660a9a99f01b96a03d65354.svg") no-repeat center;
  background-size: 100% auto;
  width: 12px;
}
.c-btn_func.c-btn_print:before {
  background: url("/assets/img/icon-print-c1c4c0cfd59f3266c792f3bae35355ed.svg") no-repeat center;
  background-size: 100% auto;
  width: 12px;
}
.c-btn_back_btm span:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: 100% auto;
  width: 15px;
  height: auto;
  left: 0;
}
.c-btn_back_btm span:before {
  right: auto;
  left: 0;
}
.c-btn_back_btm span:before {
  background: url("/assets/img/icon-arrow-forward-82e4c9d8b1554ff9c4d7b789d6c1afd4.svg") no-repeat center;
  background-size: 100% auto;
  width: 7px;
  transform: scale(-1, 1);
}

/* モーダルウィンドウ内のボタン */
.c-btn_white_bg {
    background: #ffffff;
    border: 1px solid #1975E4;
    color: #1975E4;
}
.c-btn_x_blue span:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: 100% auto;
  width: 15px;
  height: auto;
  left: 0;
}
.c-btn_x_blue span:before {
  background: url("../img/icon-x_blue.svg") no-repeat center;
    background-size: 100% auto;
}


/* --------------------- 検索エリア --------------------- */
/* 検索アイコン */
.AFF-searchWrap {
  position: relative;
}
.AFF-searchWrap .searchButton {
  position: absolute;
  bottom: 3px;
  right: 3px;
}

/* --------------------- 表組（支払先） --------------------- */
.title_table {
  font-size: 14px;
  font-weight: normal;
  margin: 20px 0 0 20px;
  color: #323983;
}
.outer_tbl_bg_gray {
  margin-left: 20px;
  width: calc(100% - 50px);
  padding: 10px 0;
  border-bottom: 1px solid #E4E9F4;
}
.inner_tbl_bg_gray {
  margin: 0px 0px 10px 10px;
  padding: 10px 0;
  background-color: #F4F4F4;
}
.tbl_bg_gray {
}
.tbl_bg_gray th,
.tbl_bg_gray td {
  padding: 6px 6px !important;
  font-size: 12px !important;
  line-height: 1.5;
}
.border_btm_1px {
}
.tbl_bg_gray td .c-select {
  font-size: 12px;
}

/* --------------------- モーダルウィンドウ --------------------- */
/* 検索ボックス */
.modal_search_box {
  padding: 1em;
  border-radius: 8px;
  border: 1px solid #E4E9F4;
  box-shadow: 0px 0px 15px 2px rgb(0 0 0 / 15%);
}
.mordal_tbl_search {
  width: 90%;
  margin: 0 5%;
  padding: 0;
}
.modal_search_box .modal_tit_search {
  padding-bottom: 0.8em;
  text-align: center;
  border-bottom: 3px solid #E4E9F4;
  margin-bottom: 1em;
  color: #707070;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
}
.modal_search_box .ttl {
  font-size: 14px;
}
.modal_content .modal_tit_sub {
  text-align: center;
  border-bottom: 3px solid #E4E9F4;
  margin-top: 20px;
  margin-bottom: 1em;
  color: #707070;
  font-size: 16px;
  font-weight: normal;
  padding: 30px 20px 0.6em;
  line-height: 1;
}
.mordal_tbl_search th {
  font-size: 13px !important;
  font-weight: bold !important;
  line-height: 1.5;
}
.mordal_tbl_search td {
  line-height: 1.5;
}
.modal_content .c-list_dl > label {
  padding: 20px 0;
}
.modal_search_box .c-ac_head:after {
  top: -9px;
}
.modal_tit_sub.c-ac_head {
  background-color: #F8F9FF;
}
.modal_search_box .modal_label {
    margin-bottom: 0.4em;
}

/* モーダル内の検索結果 */
.mordal_tbl_result {}
.mordal_tbl_result th {
  font-weight: bold !important;
}
.mordal_tbl_result td{}
.mordal_tbl_search th.txt_10px {
  font-size: 10px !important;
}
.c-list_tbl.mordal_tbl_result th,
.c-list_tbl.mordal_tbl_result td {
  color: #707070;
}
input[disabled] {
  background-color: #e5e5e5 !important;
  padding-left: 10px;
  color: #000000;
}

.supplier_address_line{
    float: left;
}

/* --------------------- 個別ページの調整 --------------------- */
/* f700 */
.F700 .swipeArea-container .tab-menu .swiper-slide {
    width: 25%;
}

/* f701 */
.icon_blank_file {
    display: inline;
    padding-left: 0.4em;
}

/* f703 */
.list_file li {
    word-break: break-all;
}

/* F302 */
.c-btn_func.c-btn_delete.c-btn_left_18px:before {
    left: 18px;
}

/* F101_top.html */
.swiper-container .c-list.news_notice {
    font-weight: bold;
}
.swiper-container .c-list .news_notice_point {
  position: relative;
  padding-left: 1.4em;
}
.swiper-container .c-list .news_notice_point:before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #EB2727;
  left: 1px;
  top: 6px;
}
.swiper-container .c-list.news_readed {
    background-color: #efefef;
}
.swiper-container .c-list .icon_modal {
  padding-right: 0.4em;
  width: 12px;
  vertical-align: inherit;
}
.swiper-container .notificationContent a {
  color: #404040;
  text-decoration: none;
}
.swiper-container .news_notice_label_jisya {
  background-color: #8600f5;
  color: #FFF;
  font-weight: normal;
  font-size: 11px;
  padding: 4px 18px;
  margin-right: 0.4em;
  border-radius: 4px;
  text-align: center;
  vertical-align: top;
}
.swiper-container .news_notice_label_unei {
  background-color: #008e11;
  color: #FFF;
  font-weight: normal;
  font-size: 11px;
  padding: 4px 6px;
  margin-right: 0.4em;
  border-radius: 4px;
  text-align: center;
  vertical-align: top;
}
.swiper-container .news_notice_label_juyo {
  background-color: #cd0000;
  color: #FFF;
  font-weight: normal;
  font-size: 11px;
  padding: 4px 18px;
  margin-right: 0.4em;
  border-radius: 4px;
  text-align: center;
  vertical-align: top;
}
.swiper-container .swiper-wrapper .swiper-slide .notice_ball_icon {
  margin-left:10px;
  right: 0px;
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #EB2727;
  line-height: 22px;
  text-align: center;
  color: #fff;
  font-size: 10px;
}

/* F101_top_modal_output.html */
.APP_modal_news_company .outer_time {
  display: flex;
  justify-content: end;
}
.APP_modal_news_company p {
  margin-bottom: 2em;
}
.APP_modal_news_company .icon_modal {
  padding-right: 0.4em;
  width: 12px;
  vertical-align: inherit;
}
.APP_modal_news_company .c-btn_x_blue span:before {
  top: 2px;
}
.APP_modal_news_company a span.linkURL {
  color: -webkit-link;
  text-decoration: underline;
}

/* F217 */
.notification_setting {
  padding: 15px 20px 15px 0px;
  margin-left: 20px;
  border-bottom: 1px solid #E4E9F4;
  color: #323983;
}
.notification_setting_area {
  display: flex;
}
.notification_setting_text {
  width: 100%;
}
.notification_setting_check {
  min-width: 110px;
}
.notification_setting_detail {
  padding-left: 1em;
}
.notification_setting_detail p {
  font-size: 14px;
}

.notification_setting_tbl {
  margin-left: 0px;
  width: 100%;
  table-layout: inherit;
}
.notification_setting_tbl select {
  height: 2.6em;
  font-size: 14px;
  border: 1px solid #808080;
  border-radius: 5px;
  padding-left: 5px;
  cursor: pointer;
}
.notification_setting_tbl select.c-select {
  width: 100%;
}
.notification_setting_tbl select.notification_setting_time {
  width: 40%;
}
.notification_setting_tbl .td_height_50 {
  height: 50px;
}

/* F901_*/
.c-list_link_no_arrow {
    text-decoration: none;
    display: block;
    padding: 15px 40px 15px 0px;
    margin-left: 20px;
    border-bottom: 1px solid #E4E9F4;
    color: #323983;
    position: relative;
}

/*   F001b.html adjust   */
@media screen and (max-width: 599px) {
    body.login-page .login_submit.login_sso {
        margin-top: 1em;
    }
    p.hr_login {
        font-size:1.4em;
    }
    p.hr_login {
        margin: -4% 0 -4% 0;
    }
    .hr_login_line:before {
        height: 1px;
        margin: 0 1em 0 -2em;
    }
    .hr_login_line:after {
        height: 1px;
        margin: 0 -2em 0 1em;
    }
    .hr_login_inner:before {
        background-image: -webkit-linear-gradient(top, #ffffff, #51aef9);
        background-image: linear-gradient(to left, #ffffff, #51aef9);
    }
    .hr_login_inner:after {
        background-image: -webkit-linear-gradient(top, #ffffff, #51aef9);
        background-image: linear-gradient(to right, #ffffff, #51aef9);
    }
    body.login-page .login_submit.login_sso + .hr_login + .form_col2 {
        margin-top: 8%;
    }
    body.login-page .login_submit.login_sso + .hr_login + .form_col2 + .password + button.login_submit {
        margin: 10px auto;
    }
}

/* number-overlap使用時の位置調整 */
.number-overlap-app {
  padding: 11px 0px 0px 0px;
  z-index: 1;
  white-space: nowrap;
}

/* number-input非活性時の位置調整 */
.number-input[disabled] ~ .readonly-gray-app {
  padding: 11px 0px 0px 10px;
}

/* placeholder有効時、color変更 */
.number-input-app::placeholder {
  -webkit-text-fill-color: #C9CBE5;
}
