@charset "UTF-8";
/* ==========================================================================

    Theme Name: NEO 
    Theme URI: http://
    Author: Yuria Shoji
    Author URI: http://kiu.co.jp/
    Version: 1.0

   ========================================================================== */

@font-face{ 
  font-family: 'urwdin-demi';
  src: url('../../fonts/URWDIN-Demi.eot');
  src: url('../../fonts/URWDIN-Demi.eot?#iefix') format('embedded-opentype'),
       url('../../fonts/URWDIN-Demi.woff') format('woff');
       url('../../fonts/URWDIN-Demi.ttf') format('truetype'),
       url('../../fonts/URWDIN-Demi.svg') format('svg');
}

html {
    font-size: 62.5%;
}

body {
    background: #fff;
    color: #261A15;
    font-family: sans-serif;
    font-size: 16px; font-size: 1.6rem;
    line-height: 1.6;
    -webkit-text-size-adjust: 100%;
}

::-moz-selection {
    background: #A4DDF1;
    text-shadow: none;
}

::selection {
    background: #A4DDF1;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

p{ margin: 0; }

ul,ol,li,dl,dt,dd{
    margin: 0;
    padding: 0;
    list-style: none;
}

img{
    max-width: 100%; 
    height:auto;
}

a,
a:hover{
    color: #05b2d2;
}

a:hover{
    text-decoration: underline;
}

a:focus{
    outline: none;
    color: #05b2d2;
    text-decoration: none;
}


audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

button{
    outline: none;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.block{ display: block; }

.mb10{ margin: 0 0 10px; }
.mb20{ margin: 0 0 20px; }
.mb30{ margin: 0 0 30px; }
.mb40{ margin: 0 0 40px; }

.mt10{ margin: 10px 0 0; }
.mt20{ margin: 20px 0 0; }

.f12{ font-size: 12px; font-size: 1.2rem;}
.f14{ font-size: 14px; font-size: 1.4rem;}

.bold{ font-weight: bold; }

.lft{ text-align: left; }
.ctr{ text-align: center; }
.rgt{ text-align: right; }

.btn{
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 40px;
    line-height: 43px;
    margin: 0 auto;
    padding: 0 20px;
    -webkit-appearance: none;
    border: none;
    border-radius: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px; font-size: 1.6rem;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    vertical-align: middle;
    overflow: hidden;
    font-weight: bold;
    color: #fff !important;
}

.btn-l{
    max-width: 300px;
}

.btn-m{
    width: 240px;
    height: 35px;
    line-height: 38px;
    border-radius: 35px;
}

.btn-s{
    width: auto;
    height: 35px;
    line-height: 38px;
    border-radius: 35px;
}

.btn:hover{
    text-decoration: none;
    color: #fff !important;
}

.btn-blue{
    box-shadow: 0 3px #009ebf; 
    background: #05b2d2;
    color: #fff;
}
.btn-blue-sbs{
    box-shadow: 0 3px #930C2F; 
    background: #B9103C;
    color: #fff;
}

.btn-orange{
    box-shadow: 0 3px #ebaa00;
    background: #ffbe0d;
    color: #fff;
}

.btn-red{
    box-shadow: 0 3px #D33231; 
    background: #DE3F3E;
    color: #fff;
}

.btn-green{
    box-shadow: 0 3px #0aa792;
    background: #1ebba6;
    color: #fff;
}

.btn-gray{
    box-shadow: 0 3px #8f9ca3;
    background: #a3b0b7;
    color: #fff;
}

.btn-orangered{
    box-shadow: 0 3px #eb6d06;
    background: #ff8110;
    color: #fff;
}

.btn-disabled{
    box-shadow: 0 3px #d8d8d8;
    background: #ddd;
    color: #fff;
}

select {
    display: inline;
    position: relative;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border:1px solid #d5d9dd;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background: #f9f9f9 url(../../img/common/arrow_down_select@3x.png) no-repeat right 5px center;
    background-size: 10px 6px;
    cursor: pointer;
    text-indent: .01px; /*Firefox*/
    text-overflow: ""; /*Firefox*/
    font-size: 16px; font-size: 1.6rem;
}

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

select {
    width: 100%;
    height: 33px;
    line-height: 33px;
    padding: 0 10px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea{
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    border: none;
    border: 1px solid #D8D8D8;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 1px 1px 2px rgba(165,165,165,0.2) inset;
    background: #fff;
    cursor: pointer;
    resize: none;
    font-size: 16px; font-size: 1.6rem;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"]{
    width: 100%;
}

input[type="text"].small,
input[type="password"].small,
input[type="email"].small,
input[type="tel"].small{
    width: 20%;
    margin: 0 10px 0 0;
}

input[type="text"].large,
input[type="password"].large,
input[type="email"].large,
input[type="tel"].large{
    width: 100%;
}

textarea{
    width: 100%;
    height: 190px;
    padding: 5px 10px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"]{
    height: 33px;
    line-height: 33px;
}

label{
    position: relative;
    margin: 0 20px 0 0;
}

input[type="radio"]{
    margin: 0 5px 0 0;
}

.wrapper{ margin: 0 10px}

i{
    margin: 0 10px;
}

/* ============
    Header
   ============ */

#header-container{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin: 0 0 20px;
    border-bottom: 1px solid #ccc;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10;
}

#header-container.login{
    margin: 0 0 20px;
}

.logo,
.hx-ttl{
    margin: 0;
}

.logo{
    padding: 5px 0;
}

.logo a{
    display: block;
    overflow: hidden;
    width: 202px;
    height: 0;
    margin: 12px 0;
    padding: 26px 0 0;
    background: url(../../img/login/logo@3x.png) no-repeat left top;
    background-size: 202px 26px;
    color: #fff;
    font-size: 20px; font-size: 2.0rem;
    font-weight: bold;
    text-decoration: none;
}

.logo.sbs a{
    display: block;
    overflow: hidden;
    width: 150px;
    height: 0;
    margin: 0;
    padding: 40px 0 0;
    background: url(../../img/login/logo_sbs@3x.png) no-repeat left top;
    background-size: 150px 40px;
    color: #fff;
    font-size: 20px; font-size: 2.0rem;
    font-weight: bold;
    text-decoration: none;
}

.hx-ttl a{
    display: block;
    color: #231716;
    font-size: 20px; font-size: 2.0rem;
    font-weight: bold;
    text-decoration: none;
}

#nav-container{
    position: relative;
    margin: 0 -10px;
}

#g-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -1000px;
    background: rgba(45,55,63,0.9);
    width: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    z-index: 99999;
}

#g-nav .inner{	
max-height: calc(100vh - 50px);	
padding: 0 0 30px;	
box-sizing: border-box;	
overflow-y: auto;	
-webkit-overflow-scrolling: auto;	
overflow-scrolling: auto;	
overflow-y: scroll;	
}

#g-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    margin: 0 0 20px;
    font-size: 14px;
}
#g-nav ul li {
    float: none;
    position: relative;
}
#header-container #g-nav ul li a{
    position: relative;
    display: block;
    color: #fff;
    margin: 0;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #2d373f;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    font-size: 14px; font-size: 1.4rem;
    font-weight: bold;
    text-align: left;
}

#header-container #g-nav ul li:last-child a{
    border-bottom: 1px solid #2d373f;
}

#header-container #g-nav ul li a:after{
    position: absolute;
    content: "\f054";
    display: block;
    top: 0;
    right: 10px;
    width: 20px;
    height: 40px;
    text-align: right;
    font-family: 'FontAwesome';
}

.nav-toggle-wrap{
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: auto;
    height: 50px;
    border-left: 1px solid #B9103C;
    background: transparent;
    cursor:pointer;
    z-index: 101;
}

.nav-toggle-wrap .nav-txt{
    position: relative;
    display: inline-block;
    width: auto;
    height: 26px;
    line-height: 26px;
    padding: 12px 0 12px 10px;
    vertical-align: top;
    color: #B9103C;
    font-weight: bold;
    font-size: 14px; font-size: 1.4rem;
}

/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
}
.open #nav-toggle span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
}
/* #global-nav スライドアニメーション */
.open #g-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(1000px);
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
}

/* Toggle Button */
#nav-toggle {
    display: inline-block;
    width: 19px;
    height: 19px;
    padding: 15px 15px 15px 10px;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #B9103C;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 8px;
}
#nav-toggle span:nth-child(3) {
    top: 16px;
}

.btn-logout{
    width: 80%;
    line-height: 36px;
    margin: 0 auto 20px;
    border: 2px solid #fff;
    background: transparent;
    color: #fff;
}

.user-info{
    position: relative;
    width: 100%;
    margin: 20px 0;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
}

.user-info:before{
    position: absolute;
    display: block;
    content: "\f007";
    top: 50%;
    left: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: -15px 0 0;
    box-sizing: border-box;
    font-family: 'FontAwesome';
    font-size: 30px; font-size: 3.0rem;
}

.user-info p{
    line-height: 1.6;
    padding: 0 0 0 30px;
    font-size: 14px; font-size: 1.4rem;
    text-align: left;
}

.user-info p span{
    display: block;
}

.user-info-box{
    height: 30px;
    line-height: 30px;
    margin: 0 -10px;
    padding: 0 10px;
    background: #f2f2f2;
    white-space: nowrap;
    font-size:12px; font-size:1.2rem;
    color: #555;
}

.user-info-box .inner{
    overflow-x: auto;
}

.user-info-box span{
    display: inline-block;
    margin: 0 0 0 5px;
}

.user-info-box i{
    margin: 0;
}


/* ============
    Menu
   ============ */

/* ============
    Main
   ============ */
  
#main-container{
    margin: 100px 0 40px;
}

.alert{
    position: relative;
    display: block;
    margin: 0 0 20px;
    padding: 10px 10px 10px 50px;
    border-radius: 2px;
    font-size: 13px; font-size: 1.3rem;
}

.alert i{
    margin: 0 10px 0 0;
    font-size: 20px; font-size: 2.0rem;
}

.alert .close{
    position: absolute;
    display: block;
    top: 50%;
    right: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: -10px 0 0;
    font-size: 20px; font-size: 2.0rem;
    text-decoration: none;
    text-align: center;
}

.alert .close i{
    font-size: 20px; font-size: 2.0rem;
}

.alert-danger{
    border: 1px solid #e1c3c3;
    background: #ffe1e1;
    color: #f04848;
    font-weight: bold;
}

.alert-danger:before{
    position: absolute;
    display: block;
    content: "\f071";
    top: 13px;
    left: 10px;
    width: 20px;
    height: 20px;
    line-height: 1;
    margin: 0;
    font-family: 'FontAwesome';
    font-size: 20px; font-size: 2.0rem;
}

.alert.alert-danger .close i{
    color: #d7b9b9;
}

.alert-success{
    border: 1px solid #b6e1c0;
    background: #deffde;
    color: #43b581;
    font-weight: bold;
}

.alert-success:before{
    position: absolute;
    display: block;
    content: "\f058";
    top: 13px;
    left: 10px;
    width: 20px;
    height: 20px;
    line-height: 1;
    margin: 0;
    font-family: 'FontAwesome';
    font-size: 20px; font-size: 2.0rem;
}

.alert.alert-success .close i{
    color: #acd7b6;
}

.attention{
    color: #f04848;
}

.alert-box{
    padding: 10px;
    border-radius: 2px;
    background: #ffe1e1;
    color: #f04848;
    font-weight: bold;
}

.alert-message{	
padding: 10px;	
border: 2px solid #ffb403;	
border-radius: 2px;	
text-align: center;	
color: #ffb403;	
font-weight: bold;	
}

.hx-main{
    position: relative;
    line-height: 1.2;
    margin: 0 0 20px;
    padding: 0 0 10px;
    border-bottom: 3px solid #eaedf1;
    font-size: 22px; font-size: 2.2rem;
    z-index: -1;
}

.hx-main span{
    font-size: 16px; font-size: 1.6rem;
}

.hx-main:before{
    position: absolute;
    content: " ";
    bottom: -3px;
    left: 0;
    display: block;
    width: 60px;
    height: 3px;
    background: #B9103C;
}

.hx-main.step1:before{	
width: 20%;	
}	
.hx-main.step2:before{	
width: 40%;	
}	
.hx-main.step3:before{	
width: 60%;	
}	
.hx-main.step4:before{	
width: 80%;	
}

.hx-rbdr{
    margin: 0 0 20px;
    padding: 5px 10px;
    border-left:#B9103C 3px solid;
    background: repeating-linear-gradient(
      45deg,
      #fff,
      #fff 3px,
      #FFEDF2 3px,
      #FFEDF2 6px
    );
    font-size: 18px; font-size: 1.8rem;
    font-weight: bold;
}

.hx-sub{
    position: relative;
    margin: 0 0 10px;
    font-size: 18px; font-size: 1.8rem;
    font-weight: bold;
}

.dl-form{
    margin: 0 0 20px;
}

.dl-form dt{
    position: relative;
    margin: 0 0 10px;
    line-height: 1;
    font-size: 14px; font-size: 1.4rem;
    font-weight: bold;
}

.dl-form dt .btn{
    display: inline-block;
    width: auto;
    height: 30px;
    line-height: 30px;
    margin: 0 0 0 10px;
    padding: 0 10px;
    border-raidus: 30px;
    font-size: 14px; font-size: 1.4rem;
    line-height: 1;
    font-size: 14px; font-size: 1.4rem;
    font-weight: bold;
}

.required{
    display: inline-block;
    line-height: 1;
    margin: 0 0 0 10px;
    padding: 3px 5px;
    border-radius: 2px;
    background: #f04848;
    color: #fff;
    font-size: 12px; font-size: 1.2rem;
    font-weight: normal;
}

input[type="text"].target,
input[type="tel"].target,
input[type="email"].target,
input[type="password"].target{
  pointer-events: none;
  background: #f7f7f7;
}

.dl-form dd{
    position: relative;
    margin: 0 0 20px;
}

.li-link li{
    margin: 0 0 10px;
}

.li-link li a{
    text-decoration: none;
}

.li-num {
    margin: 0 0 20px;
}

.li-num li{
    margin: 0 0 10px;
    padding-left: 27px;
    text-indent: -27px;
}

.li-num .num{
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 18px;
    margin: 0 5px 0 0;
    padding: 0;
    border-radius: 50%;
    border: 2px solid #ffbe0d;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffbe0d;
    text-align: center;
    font-size: 14px; font-size: 1.4rem;
    text-indent: 0;
}

.li-dot {
    margin: 0 0 20px;
}

.li-dot li{
    position: relative;
    margin: 0 0 10px;
    padding: 0 0 0 10px;
}

.li-dot li:before{
    position: absolute;
    content: " ";
    top: 10px;
    left: 0;
    width: 6px;
    height: 6px;
    margin: 0;
    border-radius: 3px;
    background: #ffc830;
}

.tbl{
    width: 100%;
    margin: 0 0 20px;
}

.tbl th{
    padding: 5px;
    background: #eaedf1;
    font-size: 12px; font-size: 1.2rem;
}

.tbl td{
    padding: 5px;
    border: 1px solid #eaedf1;
    background: #fff;
    font-size: 12px; font-size: 1.2rem;
}

.hint.ctr-view{
    right: auto;
    left: 50%;
    margin: 0 0 0 -140px;
}

.tbl-inl th{
    text-align: left;
    border-bottom: 1px solid #fff;
    width: 30%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.tbl-block th,
.tbl-block td{
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.tbl-block th{
    padding: 5px 10px;
    background: #eaedf1;
    font-size: 12px; font-size: 1.2rem;
    text-align: left;
}

.tbl-block td{
    padding: 10px;
    border: 1px solid #eaedf1;
    background: #fff;
    font-size: 16px; font-size: 1.6rem;
}

.tbl .btn{
    min-width: inherit;
    width: auto;
    height: 24px;
    line-height: 24px;
    border-radius: 24px;
    box-shadow: none;
    padding: 0 10px;
    font-size: 12px; font-size: 1.2rem;
}

.tbl-list td{
    border: none;
}

.tbl-list tr{
    border-top: 1px solid #eaedf1;
    border-bottom: 1px solid #eaedf1;
}

.tbl .nowrap{
    white-space: nowrap;
}

.tbl .bg-gray td{
    background: #f2f2f2;
}

.tbl .disabled td{
    background: #f2f2f2;
    pointer-events: none;
}

.hide{
     display:none;
}

.tbl .txt-black{
    color: #261A15;
}

.tbl .txt-orange{
    color: #eb6d06;
}

.tbl .txt-blue{
    color: #009ebf;
}

.dl{
    border-top: 1px solid #eaedf1;
}

.dl dt{
    margin: 0 0 8px;
    padding: 8px 0 0;
    font-size: 14px; font-size: 1.4rem;
    font-weight: bold;
}

.dl dd{
    padding: 0 0 8px;
    border-bottom: 1px solid #eaedf1;
    font-size: 16px; font-size: 16px;
    font-weight: normal;
}

.dl-news dt{
    margin: 0 0 5px;
    font-size: 12px; font-size: 1.2rem;
}

.dl-news{
    margin: -1px 0 0;
}

.dl-news dd,
.modal-link-txt{
    color: #05b2d2;
    text-decoration: underline;
    cursor: pointer;
}

.btn-flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 -10px 40px;
}

.btn-flex li{
    display: inline-block;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.btn-flex .flex{
    -webkit-flex: 1;
    flex: 1;
}

.form-flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 -10px;
}

.form-flex select{
    width: auto;
    margin: 0 10px;
    flex: 1;
}

.total-count{
    font-size: 14px; font-size: 1.4rem;
}

.total-count .num{
    display: inline-block;
    margin: 0 10px;
    font-size: 20px; font-size: 2.0rem;
    font-weight: bold;
    font-family: 'urwdin-demi' , sans-serif;
}

.iradio_square-yellow,
.icheckbox_square-yellow{
    margin: 0 5px 0 0;
}

input[type="text"].request-amount{
    width: 40%;
    margin: 0 5px 0 0;
}

.bdr-arrow-list{
    position: relative;
    margin: -1px 0 0;
    padding: 0;
    border: 1px solid #D5D9DD;
}

.bdr-arrow-list a{
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #261A15;
}

.bdr-arrow-list:after{
    position: absolute;
    content: "\f054";
    display: block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    top: 50%;
    right: 10px;
    margin: -8px 0 0;
    text-align: right;
    font-family: 'FontAwesome';
    color: #ffc830;
}
/*保留*/
.box-flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 -10px;
}

.box-flex section{
    flex: 1;
    margin: 0 10px;
}

.hx-summary{
    margin: 0 0 10px;
    font-size: 16px; font-size: 1.6rem;
    font-weight: bold;

}

.box-flex section p{
    
}

.available-amount a{
    display: block;
    text-decoration: none;
}

.top-num{
    display: inline-block;
    margin: 0 5px 0 0;
    font-family: 'urwdin-demi' , sans-serif;
    font-size: 40px; font-size: 4.0rem;
}

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .60);
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1000;
}
.modal-container {
  display: table;
  width: 100%;
  height: 100%;
}
.modal-inner {
  display: table-cell;
  padding: 40px 30px; /* モーダル外側の余白 */
  vertical-align: middle;
}
.modal-main {
  margin: 0 auto;
  padding: 1.9em 15px 20px; /* モーダル内側の余白 */
  max-width: 550px;
  background-color: #fff;
  position: relative;
  word-break: break-all;
}

#modal-close{
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: -20px;
    right: -20px;
    border-radius: 20px;
    background: #3f3f3f;
    color: #fff;
    font-size: 24px; font-size: 2.4rem;
    text-align: center;
}

.news-date{
    margin: 0 0 10px;
    font-size: 14px; font-size: 1.4rem;
}

.dl-news-detail dt{
    margin: 0 0 10px;
    font-size: 18px; font-size: 1.8rem;
    font-weight: bold;
    word-break: break-word;
}

.dl-news-detail dd{
    word-break: break-word;
}

#message_more{
    display: block;
    margin: -1px 0 0;
    padding: 10px;
    border: 1px solid #eaedf1;
    background: #eaedf1;
    text-align: center;
    color: #261A15;
    text-decoration: none;
}

#clonetable{
font-size: 12px; font-size: 1.2rem;
}

#bankaccountname{
    color: #f04848;
    font-weight: bold;
}

.request-detail #bankaccountname{
    color: #261A15;
    font-weight: normal;
}

.tooltip{
    position: relative;
    color: #B9103C;
    margin: 0 0 0 5px;
    font-size: 18px; font-size: 1.8rem;
}

#login .tooltip{
    font-size: 18px; font-size: 1.8rem;
}

.hint {
    text-align: left;
    position: absolute;
    z-index: 1;
    transition: opacity 500ms;
    width: 280px;
    top: 125%;
    right: -10px; 
    padding: 0 0 50px;
}
#formlogin .hint,
.hint.rgt-view{
    right: auto;
    left: -10px;
}

.hint > .text {
    background: #f2f2f2;
    color: #261A15;
    padding: 12px;
    border-radius: 6px;
    font-size: 12px; font-size: 1.2rem;
    display: inline-block;
    line-height: 1.4;
}
.hint > .text::after {
    content: " ";
    position: absolute;
    top: -10px;
    right: 10px;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #f2f2f2 transparent;
}

#formlogin .hint > .text::after,
.hint.rgt-view > .text::after{
    right: auto;
    left: 15px;
}


.hint .tooltip-ttl{
    display: block;
    margin: 0 0 10px;
    font-size: 14px; font-size: 1.4rem;
    font-weight: bold;
}

.hint .ttl-num{
    display: block;
    margin: 0 0 10px;
    font-size: 13px; font-size: 1.3rem;
    font-weight: bold;
}

.hint .ttl-num .num{
    display: inline-block;
    margin: 0 5px 0 0;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 50%;
    background: #ffb403;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 12px; font-size: 1.2rem;
}

.hint .txt-blue{
    display: block;
    color: #05b2d2;
    font-weight: bold;
}

.hint i{
    display: block;
    margin: 10px 0;
    font-size: 14px; font-size: 1.4rem;
    color: #261A15;
}

.operating-logo{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 -10px;
}

.operating-logo li{
    padding: 0 10px;
}

.operating-logo li img{
    max-height: 63px;
}

.txt-green{
    color: #096704;
}

.save-box{
    margin: 10px 0 0;
    font-size: 14px; font-size: 1.4rem;
}

#showpw{
    position: absolute;
    display: inline-block;
    cursor: pointer;
    top: 4px;
    right: 0;
}

.wovn-languages{
    position: absolute;
    top: 10px;
    right: 125px;
}

#login .wovn-languages{
    right: 10px;
}

.wovn-lang-list{
    position: relative;
    border-radius: 5px;
    background: #B9103C;
}

.wovn-switch{
    height: 32px;
    line-height: 35px;
    margin: -3px 0 0;
    padding: 0 10px 0 27px;
    border-radius: 5px;
    box-shadow: 0 3px 0  #930C2F;
    background: #B9103C;
    font-size: 13px; font-size: 1.3rem;
    color: #fff;
    font-weight: bold;
    cursor: pointer;

}

.wovn-lang-list .wovn-switch.selected::before{
    position: absolute;
    display: block;
    content: "\f0ac";
    top: 0;
    left: 10px;
    font-family: 'FontAwesome';
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.username-check{
    display: inline-block;
    margin: 0 10px 0 0;
    font-size: 20px; font-size: 2.0rem;
    font-weight: bold;
}

#switch-area {
 line-height    : 36px; 
 letter-spacing : 0; 
 text-align     : center; 
 font-size      : 16px;
 position       : relative;
 margin         : 0; 
 width          : 140px;
 box-sizing: border-box;
}

#switch-area input[type="checkbox"] {
 display        : none;
}

#switch-area label {
 display        : block;
 box-sizing     : border-box;
 height         : 40px; 
 border         : 2px solid #999999; 
 border-radius  : 20px;
}

#switch-area input[type="checkbox"]:checked +label {
 border-color   : #ffb403;
}

#switch-area label span:after{
 content        : "OFF";
 padding        : 0 0 0 40px;
 color          : #999999;
}

#switch-area  input[type="checkbox"]:checked + label span:after{
 content        : "ON";
 padding        : 0 40px 0 0;
 color          : #ffb403; 
}

#switch-area #sw-img {
 position       : absolute;
 width          : 32px;
 height         : 32px;
 background     : #999999;
 top            : 4px;
 left           : 4px;
 border-radius  : 16px; 
 transition     : .2s;
 z-index: 0;
}

#switch-area input[type="checkbox"]:checked ~ #sw-img {
 transform      : translateX(80px); 
 background     : #ffb403;
}

.bdr-link{
    position: relative;
    display: block;
    height: auto;
    line-height: 1.4;
    margin: 0 0 20px;
    padding: 8px 30px 8px 10px;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    background: #F2F2F2;
    z-index: 1;
    font-weight: normal;
    cursor: pointer;
    text-decoration: none;
    color: #424242;
}

#main-container .bdr-link:after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 18px;
    height:42px;
    line-height: 42px;
    margin-top: -21px;
    content: '\f054';
    font-family: 'FontAwesome';
    color: #ec704a;
    font-size: 18px; font-size: 1.8rem;
}

.helpguide-img{
    max-width: 500px;
    margin: 0 auto 20px;
    word-break: break-word;
}

.unread{
    display: inline-block;
    margin: 0 0 0 8px;
    padding: 0 4px;
    border-radius: 2px;
    background: #f04848;
    color: white;
    font-size: 12px; font-size: 1.2rem;
    vertical-align: text-top;
}

.hx-notice{
    margin: 0 0 20px;
    color: #f04848;
    text-align: center;
    font-size: 24px; font-size: 2.4rem;
}

.hx-notice i{
    display: block;
    margin: 0 0 10px;
    font-size: 50px; font-size: 5.0rem;
}

.txt-notice{
    font-weight: bold;
}

.error.control-label,
.form-error{
    display: block;
    margin: 5px 0;
    color: #f04848;
    font-size: 14px; font-size: 1.4rem;
}

.pw-wrap{
    position: relative;
}

.pw-wrap .js-pw-disp{
    position: absolute;
    top: 6px;
    right: 6px;
    font-size: 18px; font-size: 1.8rem;
    line-height: 1;
    color: #717e85;
}

.txt-red{
    color: #f04848; 
}

.form-disabled{
    background: #eee !important;
    color: #666 !important;
}

.hx-flex-box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 0 10px;
}

.hx-flex-box .btn{
    margin: 0;
    width: auto;
    height: 30px;
    line-height: 30px;
    margin: 0 0 0 10px;
    padding: 0 10px;
    border-radius: 30px;
    font-size: 14px; font-size: 1.4rem;
}

.alert-bg{
    display: inline-block;
    margin: 5px 0;
    padding: 5px 10px;
    background: #fff84b;
    text-decoration: underline;
    font-size: 18px; font-size: 1.8rem;
}

.hx-identification{
    margin: 0 0 30px;
    font-weight: bold;
    text-align: center;
    font-size: 24px; font-size: 2.4rem;
    color: #f04848;
}

.bg-box{
    padding: 20px 10px;
    background: rgba(255, 190, 13, 0.2);
}

.bg-red{
    background: #FFEDF2;
    padding: 20px;
    text-align: center;
}

.bg-red p{
    margin: 0 0 10px;
}

.li-tab{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    margin: 0 -10px;
    border-bottom: 1px solid #d8d8d8;
}

.li-tab li{
    flex: 1;
    margin: 0 5px -1px 5px;
    padding: 10px;
    border-radius: 4px 4px 0 0;
    border: 1px solid #d8d8d8;
    box-sizing: border-box;
    background: #d8d8d8;
    text-align: center;
    cursor: pointer;
}

.li-tab li.active{
    border-bottom: 1px solid #fff;
    background: #fff;
}

.tabcontent{
    padding: 20px 0 0;
}

.radio-btn-box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: stretch;
    margin: 0 -5px;
}
.radio-btn-box li{
    width: 33.3%;
    margin: 0 0 10px;
    padding: 0 5px;
    box-sizing: border-box;
}

.btn-r{
  display: none;
}
.radio-btn-box label {
    display: block;
    margin: 0;
    border-radius: 3px;
    background: #eaedf1;
    padding: 10px;
    font-size: 12px; font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.btn-r:checked + label {
  background: #89DDED;
}

.dl-bdr dt{
    margin: 0 -15px 10px;
    padding: 5px 15px;
    background: #e7e7e7;
    text-align: center;
    font-size: 14px; font-size: 1.4rem;
}

.dl-bdr dd{
    margin: 0 0 20px;
}

.account-name{
    font-size: 18px; font-size: 1.8rem;
    font-weight: bold;
}

.txt-caution{
    position: relative;
    display: block;
    margin: 20px 0 0;
    padding: 0 0 0 28px;
    color: #f04848;
}

.txt-caution::before{
    position: absolute;
    content: "\f071";
    display: block;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: left;
    font-family: 'FontAwesome';
}

.txt-l{
    font-size: 22px; font-size: 2.2rem;
}

.txt-red-box {
    margin: 0 0 20px;
}

.txt-red-box span{
    display: block;
    font-size: 16px; font-size: 1.6rem;
}

.page-number{
    margin: 0 0 10px;
}

.page-number .label-box label{
    line-height: 36px;
    margin: 0 20px 0 0;
}

.page-number p{
    display: block;
    margin: 0 0 10px;
    font-size: 12px; font-size: 1.2rem;
}

.page-number p .total-count{
    font-weight: bold;
}

.page-number .pagination-area{
    display: block;
}

.pagination-area{
    text-align: center;
}

.pagination{
    display: inline-block;
    margin: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.pagination>li{
    display: inline;
}

.pagination>li>a,
.pagination>li>span{
    position: relative;
    float: left;
    margin-left: -1px;
    padding: 8px;
    line-height: 1;
    text-decoration: none;
    border: 1px solid #B9103C;
    background: #fff;
    color: #B9103C;
    font-weight: bold;
    font-size: 13px; font-size: 1.3rem;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover{
    border-color: #B9103C;
    background-color: #B9103C;
    color: #fff;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover{
    background: #B9103C;
    color: #fff;
    z-index: 3;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span{
    margin-left: 0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span{
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover{
    color: #A3B0B7;
    cursor: not-allowed;
    border: 1px solid #B9103C;
    background: #fff;
}

.pagination i{
    margin: 0 !important;
}


.error-guide-box{
    margin: 5px 0 0;
    text-align: right;
    color: #261A15;
}

span.deleteicon {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}
span.deleteicon span {
    position: absolute;
    display: block;
    right: 10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    background-color: #a3b0b7;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
}

span.deleteicon span i{
    margin: 0;
    text-align: center;
}
span.deleteicon input {
    padding-right: 18px;
    box-sizing: border-box;
}

.btn-round-close::before, .btn-round-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 12px;
  background: #fff; /* バツ印の色 */
}

.btn-round-close::before {
  transform: translate(-50%,-50%) rotate(45deg);
}

.btn-round-close::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

.tbl th.th-bg-orange{
    background: #FFF1E3;
}

/* ============
    Footer
   ============ */

#footer-container{
    background: #A3B0B7;
}

#footer-container .copy{
    height: 50px;
    line-height: 50px;
    margin: 0;
    text-align: center;
    font-size: 12px; font-size: 1.2rem;
    color: #fff;
}
