body {
    margin: 0;
    padding: 0;
    background-image: url(/img/head_base.png);
    background-repeat: repeat-x;
    /*font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;*/
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    letter-spacing: 0.05em;
    color: #666;
    font-size: 14px;
    vertical-align:baseline;
    -webkit-text-size-adjust: 100%;
    line-height:1.8em;
    position: relative;
}
input[type="radio"] , input[type="checkbox"]{
   margin-right: 0.5em;
   display:inline-block;
}
input[type="submit"] , input[type="button"]{
    padding: 5px 0;
    line-height:1.8em;
}
#btn_save , #btn_send{
    padding: 5px 0;
    line-height:1.8em;
}
.en,.ja,.ch,.kr{
display:none;
}

a {
    color: #16509B;
    text-decoration: underline;
}
a:hover {
    color: #16509B;
}
#container {
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 30px;
    position: relative;
}
#header {
    height: 112px;
    width: 100%;
    overflow: hidden;
}
#logo {
    padding-top: 30px;
    height: 82px;
    width: 50%;
    float: left;
    overflow: hidden;
}
#logo_top {
    padding-top: 30px;
    height: 82px;
    width: 220px;
    float: left;
    overflow: hidden;
}
#logo_r{
    padding-top:48px;
    float: left;
        font-size: 24px;
        color: #16509B;
}
#logo_r_exchange{
    padding-top:48px;
    float: left;
        font-size: 24px;
        color: #16509B;
        width:500px;
}
#float_menu_top_r, #float_menu_r {
    padding-top: 45px;
    height: 150px;
    width: 50%;
    float: left;
    text-align: right;
}
#float_menu_top_r ul, #float_menu_r ul {
    font-size: 0;
}
#float_menu_top_r ul li, #float_menu_r ul li {
    display: inline-block;
    font-size: 14px;
    padding: 0 15px;
}
#float_menu_top_r ul li span.l_cap{
    background-color:#78A8DE;
    border:1px solid #BBB;
    padding: 3px 3px;
    color:#FFF;
}

#float_menu_top_r ul li span.l_cap_c{
    background-color:#FFF;
    border:1px solid #BBB;
    padding: 3px 3px;
}

#info_cap {
    height: 44px;
    font-size: 20px;
    color: #FFF;
    padding: 10px 0;
}
#info_cap span {
    line-height: 40px;
}


#info_cap_login {
    height: 24px;
    font-size: 20px;
    color: #FFF;
    padding: 20px 10px;
}
#info_cap_top {
    display:none;
}
#menu_top {
    width: 960px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    list-style-type: none;
}
#menu_top li {
    margin: 0;
    padding: 0;
    display: inline-block;
}
#menu_top li a {
    margin: 0;
    padding-top: 17px;
    padding-right: 6px;
    padding-left: 6px;
    padding-bottom: 15px;
    display: inline-block;
    color: #FFF;
}
#lang_menu{
    float:right;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    list-style-type: none;
    display: table;
    margin-top:50px;
    border-collapse: separate;
  border-spacing: 2px 0;
}
#lang_menu li {
    margin: 0;
    background-color:#FFF;
    border:1px solid #BBB;
    padding: 0 3px;
    display: table-cell;
    letter-spacing: 0;
}
#lang_menu li.l_cap{
    background-color:#78A8DE;
    color:#FFF;
}
#lang_menu li a {
    margin: 0;
    text-decoration:none;
    color: #16509B;
}
#lang_menu li:hover{
    background-color:#094D9E;
}
#lang_menu li a:hover {
    color: #FFF;
}
#lang_menu li.l_cap:hover {
    background-color:#78A8DE;
}
.read {
    color: #666;
    font-size: 14px;
    line-height: 20px;
    margin: 34px 0 20px;
    word-wrap: break-word;
}
.read_top {
    color: #666;
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0 20px;
}
.read_caution {
    color: red;
    border: solid 3px red;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 5px 12px;
    font-size: 17px;
    width: 830px;
}
#btn_login {
    margin-top: 0px;
}
.form_cap {
    height: 40px;
    display: inline-block;
}
#btn_login {
    margin-top: 20px;
}
.cont_box{
    width: 0 auto;
}
.box_cap {
    background-image: url(/img/box_cap.png);
    /* 上のみ角丸 */
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border: 1px solid #D5D5D5;
    box-shadow: 0 0 0px 1px rgba(255,255,255,1) inset;
    height: 41px;
}
.cap_txt {
    background-image: url(/img/box_cap_head.png);
    background-repeat: no-repeat;
    padding: 7px 0 0 20px;
    font-size: 14px;
    font-weight: bold;
    color: #16509B;
}
.box_main {
    border-bottom: 1px solid #D5D5D5;
    border-left: 1px solid #D5D5D5;
    border-right: 1px solid #D5D5D5;
    overflow: hidden;
    overflow-wrap: break-word;
}
.box_inner {
    padding: 30px;
}
.box_inner_narrow {
    padding: 16px;
}
.big_txt {
    font-size: 24px;
    line-height: 28px;
    display: inline-block;
    padding-bottom: 10px;
}
.en_top .big_txt {
    font-size: 18px;
}
.blue {
    color: #16509B;
}
.blue_box {
    background-color: #F5F7F8;
    color: #16509B;
    padding: 10px;
    line-height: 1.5em;
    font-size: 14px;
}
.box_left, .box_right {
    width: 473px;
    float: left;
}
.box_left {
    border-right: 1px solid #D5D5D5;
}
.form_cap {
    display: inline-block;
    width: 50px;
    height: 30px;
}
.form_obj {
    overflow: hidden;
    margin-bottom: 10px;
}
input[type="text"] ,input[type="password"],input[type="mail"]{
    height: 30px;
    width: 250px;
    font-size: 14px;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="text"][disabled],input[type="password"][disabled],input[type="mail"][disabled]{
    background:#DCDCDC;
    cursor:not-allowed;
}
input[readonly]{
    background:#DCDCDC;
    cursor:not-allowed;
}
.input_preview {
    width: 230px;
    font-size: 14px;
    display: inline-block;
    margin-right: 5px;
    font-weight: bold;
    border-bottom: 1px solid #CCC;
    padding: 0 10px;
}
.form_ymd {
    margin: 0 10px;
}
.btn_blue {
    font-size: 14px;
    cursor:pointer;
    border-style: none;
    border:0;
    background-color: #094D9E;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #FFF;
    padding: 5px 0;
    text-decoration: none;
    width: 200px;
    display: inline-block;
    text-align: center;
    /*letter-spacing: 0.5em;*/
    -webkit-appearance: none;
}

.btn_blue_attention {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.btn_edit {
    background-color: #666;
}
.btn_edit:hover {
    background-color: #888 !important;
}
.application_btn .btn_blue {
    width: 50%;
    font-size: 20px;
    font-weight: bold;
    padding: 30px 0;
    margin: 50px auto 20px;
    display: block;
    background-color: #E9B229;
    border: double;
}
.application_btn .btn_blue:hover{
background-color: #f1c049;
}
.application_btn .btn_red {
    width: 50%;
    font-size: 20px;
    font-weight: bold;
    padding: 30px 0;
    margin: 50px auto 20px;
    display: block;
    background-color: #FF6060;
    border: double;
    text-decoration: none;
    text-align: center;
    color: #FFF;
    border-color: white;
}
.application_btn .btn_red:hover{
background-color: #FF8080;
}
a.btn_blue.temp_clear {
    background-color: #666;
    padding: 15px 0;
    margin-top: 20px;
}
a.btn_blue.temp_clear:hover {
    background-color: #999;
}
.thick{
    padding: 20px 10px;
}
.btn_blue:hover {
    color: #FFF;
    background-color: #3978C4;
}
.btn_upload {
    font-size: 14px;
    cursor: pointer;
    border-style: none;
    border: 0;
    background-color: #ffa51f;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #FFF;
    padding: 5px 0;
    text-decoration: none;
    width: 200px;
    display: inline-block;
    text-align: center;
    /* letter-spacing: 0.5em; */
    -webkit-appearance: none;
}
.btn_upload:hover{
background-color: #f7bc64;
color:#FFF;
}
.max {
    width: 100%;
}
.disabled {
    color: #CCC;
}
.mini {
    font-size: 8px;
    display: inline-block;
    vertical-align: 2px;
    /*margin-top:-10px;*/
    margin-left: 8px;
}
.links_area {
    margin: 10px;
}
.links_l {
    display: inline-block;
    width: 70px;
    line-height: 1em;
}

.en .links_area .links_l {
    display: block;
    width: auto;
}
.en .links_area .links_r {
    display: block;
    width: auto;
    line-height: 1.2em;
}
.kr .links_area .links_l {
    display: block;
    width: auto;
}
.kr .links_area .links_r {
    display: block;
    width: auto;
    line-height: 1.2em;
}
.ch .links_area .links_l {
    display: block;
    width: auto;
}
.ch .links_area .links_r {
    display: block;
    width: auto;
    line-height: 1.2em;
}


.center {
    text-align: center;
}
.forgot {
    margin-top: -20px;
    margin-bottom: 10px;
    text-align: right;
    font-size: 12px;
}
.logout {
    letter-spacing: 0.1em;
    width: 120px;
    padding: 5px 0;
}
.user_name {
    font-size: 18px;
    display: inline-block;
    padding: 0 5px;
    color: #16509B;
}
#main_menu {
    height: 64px;
    color: #FFF;
}
#guest_menu{
    height: 64px;
    color: #FFF;
    margin-top:-64px;
    margin-left:700px;
}
#main_menu ul ,#guest_menu ul{
    font-size: 0;
    padding:0;
}
#main_menu ul li ,#guest_menu ul li{
    line-height:1em;
    display: inline-block;
    font-size: 16px;
    height: 52px;
    /*padding-top: 20px;*/
    border-right: 1px solid #648DC1;
    margin-top: 6px;
    /*background-color:#F00;*/
}
#main_menu ul li:first-child ,#guest_menu ul li:first-child{
    border-left: 1px solid #648DC1;
}

#main_menu ul li a ,#guest_menu ul li a{
    color: #FFF;
    text-decoration: none;
    height: 44px;
    display: block;
    padding-top:20px;
}
#main_menu .btn_home {
    background-image: url(/img/btn_home.png);
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-position:center 10px;
    width: 60px;
    height: 44px;
}
#main_menu ul li.badge a{
    color: #FFF;
}
#main_menu ul li.badge .btn_ask{
    background-image: url(/img/notice_menu.png);
    padding-right: 20px;
    background-repeat: no-repeat;
    background-position: 110px 20px;
    width:120px;
}

.btn_mypage, .btn_apply, .btn_setting, .btn_help, .btn_point, .btn_ask {
    width: 120px;
    text-align: center;
    /*padding-top:40px:*/
}
.top_margin {
    margin-top: 30px;
}
.btn_lang{
    padding:0 10px;
    background-image: url(/img/lang_en.png);
    text-indent: 25px;
    background-repeat: no-repeat;
    background-position: 10px 20px;
    height: 44px;
    width:100px;
}
/*
#guest_menu ul li a.btn_lang{
    padding:0 10px;
    background-image: url(/img/lang_en.png);
    text-indent: 25px;
    background-repeat: no-repeat;
    background-position: 10px 20px;
    height: 44px;
    width:100px;
}
*/
#float_menu_top_r ul li a.btn_lang{
    display:inline-block;
    padding:0 10px;
    background-image: url(/img/lang_en.png);
    text-indent: 25px;
    background-repeat: no-repeat;
    background-position: 10px 6px;
    height: 34px;
    width:100px;
    text-align:left;
    text-decoration:none;
    cursor:pointer;
}

/**/


select {
    height: 30px;
    width: 250px;
    font-size: 16px;
}
td {
    text-align: left;
    height: 40px;
}
.blue_cap {
    background-color: #F0F2F6;
    font-size: 14px;
    font-weight: bold;
    color: #16509B;
    padding: 2px 5px;
    margin-bottom: 20px;
}
.next_cap {
    background-color: #F0F2F6;
    font-size: 14px;
    color: #16509B;
    padding: 2px 5px;
    border: 1px solid #CCC;
}
.no_check {
    display: inline-block;
    width: 100%;
    border-top: 1px dotted #CCC;
    padding-top: 8px;
    margin-top: 8px;
}
.big_cap {
    /*
    background-color: #16509B;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    padding: 2px 5px;
    margin-bottom: 10px;
    */
    background-color: #f2f8ff;
    font-size: 14px;
    font-weight: bold;
    color: #16509B;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #16509B;
    border-left-width: 8px;
}
.table-detail {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 24px;
    th, td {
        border-width: 1px;
        border-style: solid;
        font-size: 14px;
    }
    thead {
        th {
            background-color: #16509B;
            border-color:#16509B;
            text-align: left;
            font-size: 14px;
            font-weight: bold;
            color: #FFF;
            padding: 8px;
        }
    }
    tbody {
        th,td {
            border-color: #D5D5D5;
            padding: 8px;
        }
        th {
            background-color: #F0F2F6;
            color: #16509B;
            width: 25%;

        }
    }
    @media screen and (max-width:751px) {
        display: block;
        thead,tbody,tr,th,td {
            display: block;
            height: auto;
        }
        tbody {
            th {
                width: inherit;
            }
        }
    }
}
.accordion_cap{
    background-color: #16509B;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    padding: 8px;
    margin-bottom: 10px;
    background-image: url(/img/opened.png);
    background-repeat:no-repeat;
    background-position:right 10px center;
    border-radius: 6px;
}
.accordion_cap.closed{
    background-image: url(/img/closed.png);
}
.accordion_tgt{
    padding: 8px;
    overflow-wrap: break-word;
}

.btn_box {
    margin-top: 30px;
    width: 100%;
    text-align: center;
    overflow: hidden;
}
.fit {
    width: 700px;
}
input.fit {
    width: 700px;
}
#breadcrumb {
    text-align: center;
    margin: 5px auto;
    line-height: 1.5em;
}
.focus {
    color: #FFF;
    background-color: #717171;
    padding: 0px 4px;
}
select.short, input[type="text"].short {
    width: 100px;
    height: 30px;
}
.auto {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    word-break: break-all;
}
.div_box {
    margin: 20px 0;
    border-bottom: 1px solid #CCC;
}
textarea {
    width: 800px;
    height: 150px;
    font-size: 14px;
}
.red {
    color: #CC0000;
}
.green{
    /*color: #69BD00;*/
    color:#094D9E;
}
.bold {
    font-weight: bold;
}
.bold_big {
    font-weight: bold;
    font-size: 16px;
    color:#000;
    text-align: center;
    display: block;
    margin: 20px 0 0;
}
label {
    font-size: 14px;
}
label.long {
    width: auto;
    margin-right: 10px;
    font-size: 14px;
}
.obj_2nd {
    margin-left: 50px;
    width: auto;
}
.btn_left {
    float: left;
    margin-left: 200px;
}
.btn_right {
    float: right;
    margin-right: 200px;
}
/**/
.btn, .drawr {
    display: none;
}
#user_name {
    position: absolute;
    top: 20px;
    right: 20px;
}
.logout {
    position: absolute;
    top: 60px;
    right: 20px;
}
#attention {
    margin: 20px 0;
    background-color: #FFDDDB;
    padding: 5px 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    color:#000;
}
table#status {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    margin-bottom: 20px;
}
table#status th {
    padding: 4px;
    text-align: center;
    vertical-align: top;
    color: #444;
    background-color: #ccc;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
table#status th:nth-child(2), table#status th:nth-child(3), table#status th:nth-child(4), table#status td:nth-child(2), table#status td:nth-child(3), table#status td:nth-child(4) {
    width: 90px;
    text-align: center;
}
table#status td {
    padding: 4px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.status_send {
    background-color: #FF6300;
    color:#FFF;
}
/* .status_processing {
    background-color: #32B300;
    color:#FFF;
} */
.status_confirm {
    background-color: #32B300;
    color:#FFF;
}
.status_complete {
    background-color: #094D9E;
    color:#FFF;
}
.status_result {
    background-color: #FA8072;
    color:#FFF;
}
.status_payment {
    background-color: #00BFFF;
    color:#FFF;
}
.status_receive {
    background-color: #A94213;
    color:#FFF;
}
.status_numbering {
    background-color: #EE2211;
    color:#FFF;
}

.status_alert {
    background-color: #FE8E5C;
}
.status_base {
    overflow: hidden;
}
.col_img {
    float: left;
    padding: 5px 20px;
    width: 100px;
    border: 1px solid #ccc;
    text-align: center;
}
.col_msg {
    margin-left: 15px;
    float: left;
    padding-bottom:20px;
    width:725px;
}
.arrow_next {
    background-image: url(/img/next_arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 60px;
    width: 140px;
}
#date_note tr td {
    display: inline-block;
    margin-right: 30px;
}
#date_note tr td .rtn {
    font-weight: bold;
}
table#status_detail {
    /* width: 100%; */
    width: 95%;
    border-collapse: separate;
    border-spacing: 0px;
    /* border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    margin-bottom: 20px; */
    border: none;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 20px;
}
table#status_detail th {
    padding: 4px;
    text-align: center;
    vertical-align: top;
    color: #444;
    background-color: #ccc;
    /* border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc; */
    border: none;
}
table#status_detail th:nth-child(1), table#status_detail td:nth-child(1) {
    width: 60px;
    text-align: center;
}
table#status_detail th:nth-child(4), table#status_detail td:nth-child(4) {
    width: 120px;
    text-align: center;
}
table#status_detail td {
    padding: 4px;
    /* border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc; */
}
tr.comp td {
    background-color: #f7ffe4;
}
tr.yet td {
    background-color: #ffdfdc;
}
div#paymentFlg span,div#pictureFlg span,div#passportFlg span {
    color: #F00;
}
.accordion {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
}
.accordion_inner {
    display: none;
}
.accordion_btn:after {
    content:"";
    display:block;
    width:8px;
    height:8px;
    border-top: #444 2px solid;
    border-right: #444 2px solid;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    position:absolute;
    right: 2%;
    top: -12%;
    bottom: 0;
    margin: auto;
}
.accordion_btn.open:after {
    content:"";
    display:block;
    width:8px;
    height:8px;
    border-top: #444 2px solid;
    border-right: #444 2px solid;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position:absolute;
    right: 2%;
    top: 12%;
    bottom: 15%;
    margin: auto;
}

/*
.file {
    border-radius: 4px;
    text-align: center;
    display: inline-block;
    overflow: hidden;
    position: relative;
    padding: .5em;
    width: 180px;
    border: 1px solid #CCC;
    background-color: #eee;
}
.file input[type="file"] {
    opacity: 0;
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    font-size: 100px;
    cursor: pointer;
}
*/
.file input[type="file"] {
font-size:16px;
}
table#fee {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    margin-bottom: 20px;
}
table#fee th {
    padding: 4px;
    text-align: center;
    color: #444;
    background-color: #ccc;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 30%;
}
table#fee th:nth-child(3) {
    background-color: #aaa;
}
table#fee td {
    text-align: right;
    padding: 4px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 18px;
}
table#fee td.total, table#fee th.total {
    background-color: #89A14D;
    color: #FFF;
    font-weight: bold;
}
.fee_half {
    float: left;
    margin-right: 20px;
}
.chat {
    margin: 40px 0;
}
.chat_user {
    width: 810px;
}
.chat_user .sub, .chat_admin .sub {
    width: 700px;
    padding: 5px 10px 20px 0;
    font-size: 14px;
    overflow: hidden;
}
.chat_admin .sub {
    margin-left: 150px;
}
.chat_user .sub {
    margin-left: 20px;
}
.chat_user .sub .date, .chat_admin .sub .date {
    float: left;
    width: 50%;
}
.chat_user .sub .right, .chat_admin .sub .right {
    float: left;
    width: 50%;
    text-align: right;
}
.chat_user .msg {
    width: 710px;
    text-align: left;
    padding: 15px 20px;
    margin-left: 0px;
    margin-top: 8px;
    border-radius: 10px;
    position: relative;
    background-color: #D3E3FF;
}
.chat_user .msg:after {
    content: "";
    position: absolute;
    top: 50%;
    left: -10px;
    margin-top: -10px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #D3E3FF transparent transparent;
}
.chat_admin {
    width: 810px;
}
.chat_admin .msg {
    width: 710px;
    text-align: left;
    padding: 15px 20px;
    margin-left: 130px;
    margin-top: 8px;
    border-radius: 10px;
    position: relative;
    background-color: #FFDDDB;
}
.chat_admin .msg:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -10px;
    margin-top: -10px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #FFDDDB;
}
#trim_box {
    margin: 20px auto;
    position: relative;
    width: 390px;
    height: 390px;
    overflow: hidden;
}
#trim_inner {
    position: absolute;
    width: auto;
    height: auto;
}
#trim_inner img {
    vertical-align: bottom;
}
#trim_cover {
    position: absolute;
    background-image: url(/img/trim_cover.png);
    background-size:cover;
    width: 390px;
    height: 390px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.trim_bar {
    -webkit-appearance:none;
    width: 360px;
    vertical-align:middle;
    margin: 0 10px;
     background-color:#ECECEC;
      -webkit-border-radius:15px;
 -moz-border-radius:15px;
     border-radius:15px;
      -webkit-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.2) inset;
       -moz-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.2) inset;
                  box-shadow:0px 1px 3px rgba(0, 0, 0, 0.2) inset;
                  outline:none;
}

[type="range"]::-webkit-slider-thumb {
-webkit-appearance:none;
width:30px;
height:30px;
cursor:pointer;
 border:none;
 background-color:#094D9E;
 -webkit-border-radius:50%;
 -moz-border-radius:50%;
border-radius:50%;
-webkit-box-shadow:0px 2px 2px rgba(255, 255, 255, 0.5) inset;
       -moz-box-shadow:0px 2px 2px rgba(255, 255, 255, 0.5) inset;
                  box-shadow:0px 2px 2px rgba(255, 255, 255, 0.5) inset;
}
.error{
    color:#D81E00;
    font-weight:bold;
}

#schedule,#flow,#preparation,#pay,#question,#ask{
    height:30px;
}

#schedule_table{
    width:100%;
     border-collapse: collapse;
  border-spacing: 0;
}
#schedule_table tr td {
    border-bottom:1px solid #BBB;
    padding:0 5px;
    text-align:center;
}
#schedule_table tr td:nth-child(1) {
    text-align:left;
}
#schedule_table tr:nth-child(even) td {
    background:#E7F4FF;

}
.stap_base{
    color:#16509B;
    font-weight:bold;
    font-size:16px;
    background-color:#E7F4FF;

    line-height:1em;
    padding:10px 10px 10px 45px;
    background-repeat:no-repeat;
    margin:10px 0;
}
.en_top .stap_base{
    font-size:13px;
    padding:10px 10px 10px 45px;
}
.step_num_1{
    background-image: url(/img/step_1.png);
}
.step_num_2{
    background-image: url(/img/step_2.png);
}
.step_num_3{
    background-image: url(/img/step_3.png);
}
.step_num_4{
    background-image: url(/img/step_4.png);
}
.blue_edge{
    border:1px solid #16509B;
    padding:20px;
    margin-top:20px;
}
.notice{
background-image: url(/img/notice.png);
color:#16509B;
    font-weight:bold;
    font-size:16px;

    line-height:1em;
    padding:10px 10px 10px 35px;
    background-repeat:no-repeat;
margin-bottom:15px;
}
.indent{
margin-top:0.5em;
padding-left:1em;

}
#flow_table{
    width:888px;
    margin:0;
}
#flow_table tr td{
    padding:0;
    margin:0;
    background-repeat:no-repeat;
    width:152px;
    vertical-align:top;
}

.flow_1{
background-image: url(/img/flow_1.png);
}
.flow_2{
background-image: url(/img/flow_2.png);
}
.flow_3{
background-image: url(/img/flow_3.png);
}
.flow_4{
background-image: url(/img/flow_4.png);
}
.flow_5{
background-image: url(/img/flow_5.png);
}
#flow_table tr td span.bold{
display:block;
padding-top:90px;
font-size:18px;
height:0px;
}
.en_top #flow_table tr td span.bold{
font-size:14px;
height:30px;
}
.sml{
    line-height:1.5em;
}
#flow_table tr td.next_arrow{
    width:32px;
    background-image: url(/img/flow_arrow.png);
    background-position:top center;
}
.cards{
    width:auto;
    margin:20px;
}
#paymentLoading{
    position:absolute;
    width:40px;
    height:40px;
    left:50%;
    top:50%;
    margin:-20px -20px;
}

.btn_prev {
    height: 30px;
    width: 100px;
    background:#16509B;
    border-radius: 0 4px 4px 0;
    line-height:30px;
    color:#FFF;
    font-size:11px;
    text-align:left;
    text-indent:-7px;
    margin-left:15px;
    margin-top:20px;
}
.btn_prev:after {
    float: left;
    content: "";
    position: relative;
    top:0;
    left:-30px;
    height: 0;
    width: 0;
    border-color: transparent  #16509B transparent  transparent;
    border-style: solid;
    border-width: 15px;
}
.btn_prev a {
    height: 30px;
    width: 70px;
    display:inline-block;
    color:#FFF;
    text-decoration:none;
}
.ja .btn_prev {
    width: 120px;
}
.ja.btn_prev a{
    width: 90px;
}
.q_tit{
    font-size:16px;
    font-weight:bold;
    border-bottom:1px solid #666;
    margin-bottom:10px;
}
.q_cap{
    color: #16509B;
    text-decoration: underline;
    cursor:pointer;
    line-height:1.5em;
    margin-bottom:10px;
}
.q_ans{
display:none;
line-height:1.5em;
margin-bottom:20px;
}

#flow_table_sp{
    display:none;
}

.ssl_mark{
    width:940px;
    text-align:right;
    margin:20px auto 0;
}
#footer{
margin-top:40px;
height:128px;
border-top:1px solid #AAA;
}
#footer .inner{
margin:0 auto;
width:940px;
height:128px;
background-image: url(/img/foot_logo.png);
background-repeat:no-repeat;
background-position:20px 35px;
}
#footer .inner a{
text-decoration:none;
color:#666;
}
.foot_l{
    float:left;
    margin:33px 0 0 85px;
    font-size:12px;
    line-height:1.2em;
    diaplay:inline-block;
}
.foot_r{
    float:right;
    font-size:12px;
    line-height:1.5em;
    margin:43px 20px 0 0;
    diaplay:inline-block;
}
.foot_name{
font-size:16px;
line-height:1.5em;
}
.right{
text-align:right;
margin:5px 0;
}
.jump_menu{
    position: fixed;
    width:950px;
    margin:0 auto;
    bottom: 10px;
    /*right:0;*/
    height:30px;
    text-align:right;
}


@media screen and (max-width:751px) {
body {
/*font-size: 18px;*/
}
form,
.cont_box {
    padding: 15px 15px 0;
}
.cont_box form,
form .cont_box {
    padding: 5px 0 0;
}
#container {
    width: 480px;
    margin: 0 auto;
    padding-bottom: 30px;
}
#float_menu_r {
    padding-top: 40px;
    width: 270px;
}
#user_name {
    position: absolute;
    top: 126px;
    left: 10px;
    color: #CCC;
}
#user_name a {
    color: #FFF;
}
.logout {
    position: absolute;
    top: 40px;
    right: 20px;
}
#main_menu ul li {
    /*
    display: inline-block;
    font-size: 16px;
    height: 38px;
    padding-top: 12px;
    border-right: 1px solid #073C74;
    border-left: 1px solid #648DC1;
    margin-top: 6px;
    */
    display: none;

}
.btn_home {
    background-image: none;
    text-indent: 0px;
    width: auto;
    padding: 0 5px;
    text-align: center;
}
.btn_mypage, .btn_apply, .btn_setting, .btn_help, .btn_point, .btn_ask {
    width: auto;
    padding: 0 5px;
    text-align: center;
}

.btn_lang{
    margin-top: 30px;
    padding:0 10px;
    background-image: url(/img/lang_en.png);
    text-indent: 30px;
    background-repeat: no-repeat;
    background-position: 10px 8px;
    line-height:1em;
}

#float_menu_top_r ul li a.btn_lang{
    display:inline-block;
    padding:2px 10px;
    background-image: url(/img/lang_en.png);
    text-indent: 25px;
    background-repeat: no-repeat;
    background-position: 10px 0px;
    height: 34px;
    width:100px;
    text-align:left;
    text-decoration:none;
}

#float_menu_top_r ul li, #float_menu_r ul li {
    padding: 0 10px;
}
.box_left, .box_right {
    width: 100%;
    float: none;
}
.box_right {
    border-top: 1px solid #D5D5D5;
}
.form_obj input[type="text"] {
    height: 30px;
    font-size: 20px;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100% !important;
}
.form_obj input[type="text"].short {
    height: 30px;
    font-size: 20px;
    margin-bottom: 10px;
    width: 350px;
}
.form_obj select {
    height: 30px;
    font-size: 20px;
    width: 400px;
    margin-bottom: 8px;
}
.form_obj select.short {
    height: 30px;
    font-size: 20px;
    width: 160px;
    margin-bottom: 8px;
}
.obj_2nd {
    margin-left: 0px;
    margin-top: 20px;
}
input.fit {
    width: 330px;
}
#logo {
    width: 200px;
}
#float_menu_top_r {
    width: 270px;
}
textarea {
    width: 430px;
}
.sp_2nd {
    margin-left: 0px;
}
.btn_left {
    margin-left: 0px;
}
.btn_right {
    margin-right:0px;
}
.col_msg {
    margin-left: 0px;
    width: 100%;
    margin-top: 10px;
}
#date_note tr td {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
}
/*

 /*ドロワー*/
/*
#btn_home {
    background-image: none;
    text-indent: 0px;
    width: auto;
    padding: 0 5px;
}
*/

#menu ul {
    display: none;
}
.btn {
    background: transparent url(/img/sp_menu.png) no-repeat 0 0;
    display: block;
    width: 35px;
    height: 35px;
	position: fixed;
    top: 125px;
    right: 20px;
    cursor: pointer;
    z-index: 201;
    display: block;
}
.cls {
    background-position: -35px 0;
}
.drawr {
    display: none;
    background-color: rgba(0,20,50,0.8);
    position: fixed;
    top: 113px;
    right: 0;
    width: 240px;
    padding: 30px 0 20px 0px;
    z-index: 200;
    font-size: 20px;
}
#drawr_inner {
    list-style-type: none;
}
#drawr_inner li {
    width: 240px;
}
#drawr_inner li a {
    color: #fff;
    display: block;
    padding: 5px 5px;
    text-decoration: none;
    text-shadow: 0px 0px 5px #000;
    text-align: left;
}
#drawr_inner.drawr_inner_menu li a {
    /* border-bottom: solid 1px #fff; */
    width: 160px;
}
#drawr_inner.drawr_inner_menu li:nth-of-type(5) a {
    border-bottom: solid 1px #fff;
    padding-bottom: 25px;
}
/* .box_main {
    border-left: none;
    border-right: none;
} */
.rtn:before {
    content: "\A";
    white-space: pre;
}
.links_l {
    width: 100%;
    display: block;
}
.links_r {
    display: block;
    font-size: 11px;
}
.form_cap {
    height: 50px;
    display: inline-block;
}
/**/

.chat {
    margin: 40px 0;
}
.chat_user {
    width: 400px;
}
.chat_user .sub, .chat_admin .sub {
    width: 400px;
    padding: 5px 10px 20px 0;
    font-size: 14px;
    overflow: hidden;
}
.chat_admin .sub {
    margin-left: 0px;
}
.chat_user .sub {
    margin-left: 0px;
}
.chat_user .sub .date, .chat_admin .sub .date {
    float: left;
    width: 50%;
}
.chat_user .sub .right, .chat_admin .sub .right {
    float: left;
    width: 50%;
    text-align: right;
}
.chat_user .msg {
    width: 400px;
    text-align: left;
    padding: 15px 20px;
    margin-left: 0px;
    margin-top: 8px;
    border-radius: 10px;
    position: relative;
    background-color: #D3E3FF;
}
.chat_admin {
    width: 400px;
}
.chat_admin .msg {
    width: 400px;
    text-align: left;
    padding: 15px 20px;
    margin-left: 0px;
    margin-top: 8px;
    border-radius: 10px;
    position: relative;
    background-color: #FFDDDB;
}
.fit {
    width: 400px;
}
.names input[type="text"],.names .input_preview{
    margin-bottom:20px;
    height: 36px;
    width: 100% !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#logo_r{
    display:none;
}
#info_cap_top {
	height: auto;
	font-size: 20px;
	color: #FFF;
	padding: 20px 10px 20px;
	display:block;
}
#lang_menu .l_cap{
display:none;
}
#menu_top{
    display:none;
}
#guest_menu{
display:none;
}
.next_btm{
    width:auto;
    height:30px;
    background-image: url(../img/flow_arrow_btm.png);
    background-repeat: no-repeat;
    background-position: center;
}
#flow_table{
    display:none;
}
#flow_table_sp{
    display:block;
}
.cards{
    width:auto;
}
.cards img{
    display:block;
    margin:0 auto 10px
}
#schedule_table tr td {
    word-break:break-all;
}
.ssl_mark{
    width:440px;
}
#footer .inner{
margin:0 auto;
width:480px;
height:118px;
background-image: url(../img/foot_logo.png);
background-repeat:no-repeat;
background-position:20px 15px;
padding-top:10px;
}
.foot_l{
    float:none;
    margin:5px 0 0 85px;
    font-size:12px;
    line-height:1.2em;
    diaplay:block;
}
.foot_r{
    float:none;
    font-size:12px;
    line-height:1.5em;
    margin:10px 0 0 25px;
    diaplay:block;
}
input[type="radio"] , input[type="checkbox"]{
   -webkit-transform: scale(1.3);
   transform: scale(1.3);
}
.jump_menu{
    width:470px;
}
.read {
	margin: 20px 0 20px;
}
.top_read {
	margin: 20px 10px 20px;
}
.user_name {
    color: #FFF;
}
.trim_bar {
    width: 280px;
    }
#header {
	height: 112px;
	width: 100%;
	overflow: hidden;
}
#header_fix {
	position: sticky;
	z-index: 200;
	top: 0px;
	background-image: url(/img/head_base.png);
	background-repeat: repeat-x;
}
#schedule,#flow,#preparation,#pay,#question,#ask{
    padding-top: 172px;
    margin-top: -172px;
}
.error + .form_obj {
    margin-top: 20px;
}
.form_obj label + label {
    padding-left: 8px;
}
.form_obj div:has(label) + div,
#hope1 div:has(label) + div,
#hope2 div:has(label) + div {
    padding-top: 5px;
}
#hope1 div:has(label) input[type="radio"],
#hope2 div:has(label) input[type="radio"] {
    margin-right: 1em;
}
#hope2 + input[type="text"] {
    margin-top: 10px;
}
}
div#environment {
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    padding: 5px 10px;
    background-color: #FF0000;
    color: #FFFFFF;
    font-weight: bold;
    opacity: 0.8;
}
a.top_anker {
    color: #0470C0;
    text-decoration: none;
}
.required::after {
    content: "必須";
    background-color: #FF4D4D;
    color: #fff;
    font-size: 12px;
    /* font-weight: bold; */
    min-width: 10px;
    padding: 3px 7px 4px;
    margin: 0 5px 2px 0;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    border-radius: 3px;
    display: inline-block;
  }
table.payment_table {
    border-collapse: collapse;
    width: 100%;
    /* max-width: 700px; */
}
table.payment_table th, table.payment_table td {
    padding: 0;
}
table.payment_table td {
    padding: 4px;
    padding-left: 2em;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
table.payment_table th {
    font-weight: bold;
    text-align: center;
    width: 20%;
    background-color: #ccc;
    border-top: 1px solid #ccc;
    border-left: 1px solid #fff;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #fff;
}
table.payment_table tr:last-of-type th {
    border-bottom: 1px solid #ccc;
}
@media screen and (max-width:751px) {
    table.payment_table th, table.payment_table td {
        padding: .5em;
    }
    table.payment_table th {
        width: 27%;
    }
}
.login_two_factor_auth span p {
    margin: 0;
    padding-left: 1em;
    text-indent: -1em;
}
.login_two_factor_auth span p:last-of-type {
    margin-bottom: 2em;
}
.login_two_factor_auth .code_form_none {
    margin-bottom: 2em;
}
.login_two_factor_auth input[type="text"] {
    margin-bottom: 5px;
}
.login_two_factor_auth .btns .btn_blue {
    margin-bottom: 10px;
}
@media screen and (max-width:751px) {
    .login_two_factor_auth .btns .btn {
        position: relative;
        top: 0;
        right: 0;
        width: auto;
        text-align: center;
    }
}
.pc { display: block !important; }
.sp { display: none !important; }

@media screen and (max-width: 768px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}