@charset "UTF-8";



/* サイド無し
----------------------------------------------------------------------------------------- */
.content_main.no-side {
    margin: auto;
}
.content_main.no-side .panel {
    margin-top: 30px;
}
/* アラート折り返し（bootstrap上書き） */
.alert {
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* ログイン
----------------------------------------------------------------------------------------- */
.content_main.no-side .col-mini {
    width: 500px;
    max-width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
    .content_main.no-side .panel .panel-body.form-style {
        padding: 55px 80px;
    }
}
.content_main.no-side .login-form-wrap {
    max-width: 500px;
    margin: auto;
}

.account-build {
    width: 400px;
    margin: auto;
    font-size: 15px;
}

.account-build .link-btn-w {
    margin-top: 30px;
}


/* ストアアカウント */

.w-login {
    width: 500px !important;
    padding: 30px 50px 10px;
    margin: 30px auto 0 !important;
}

.w-login ul {
    display: block;
    width: 90%;
    margin: auto;
}

.w-login li {
    display: inline-block;
    width: 46%;
}

.w-login li:last-child {
    margin-left: 6%;
}

.panel-submit.w-login {
    padding: 0;
    margin: 20px auto 0 !important;
}



/* サイトパーツ
----------------------------------------------------------------------------------------- */


/* 基本パーツ */

.content_main.second .panel {}

.page-title {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 30px;
    line-height: 1;
    font-size: 36px;
    font-weight: 600;
    color: #586f77;
}

.page-title .side-cont {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 165px;
}

.page-title-sub .side-cont {
    display: block;
    position: absolute;
    right: 11px;
    top: 11px;
    min-width: 160px;
}

.page-title-sub .side-cont dt {
    float: right;
    position: relative;
    width: 180px;
    padding: 10px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: #fbfbfb;
    border-radius: 2px;
    font-size: 13px;
    color: #14617e;
    cursor: pointer;
    font-weight: 600;
}

.page-title-sub .side-cont dt:after {
    display: block;
    content: "\f107";
    position: absolute;
    top: 60%;
    right: 4px;
    width: 20px;
    height: 20px;
    margin-top: -11px;
    background-size: 20px;
    pointer-events: none;
    font-family: FontAwesome;
    font-size: 18px;
    color: #14617e;
}

.page-title-sub .side-cont dt span {
    position: relative;
    width: 100%;
    padding: 6px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: #fbfbfb;
    border-radius: 2px;
    font-size: 13px;
    color: #14617e;
}

.page-title-sub .side-cont dd {
    float: right;
    position: absolute;
    right: 0;
    top: 36px;
    width: 450px;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #c0d2db;
    border-bottom: none;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
}

.page-title-sub {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 20px;
    padding: 18px;
    background: #018fc0;
    border-radius: 2px;
    line-height: 1;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.page-title-sub:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 30px;
    bottom: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 10px 0 10px;
    border-color: #018fc0 transparent transparent transparent;
    line-height: 0px;
    _border-color: #000000 #000000 #000000 #018fc0;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.page-title-sub .side-cont ul {
    display: block;
    width: 100%;
    padding: 20px 20px 8px;
}

.page-title-sub .side-cont ul li {
    display: inline-block;
    width: 33%;
    padding-bottom: 10px;
}

.confirmation-read {
    font-weight: 600;
    color: #fe8674;
}


/* ボタン関連 */

.link-btn {
    display: block;
    width: 100%;
    padding: 12px 0;
    border: none;
    background: #018fc0;
    border-radius: 2px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}

.link-btn:hover {
    background: #03698C;
    text-decoration: none;
    color: #fff;
}

.link-btn.next:after {
    display: inline-block;
    content: "\f105";
    padding-left: 10px;
    font-family: FontAwesome;
    font-size: 17px;
}

.link-btn.next:link {
    color: #fff;
}

.link-btn-w {
    display: block;
    width: 100%;
    padding: 22px 0;
    border: 1px solid #c3d9e4;
    background: #fff;
    border-radius: 2px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    color: #435259;
    font-weight: 600;
}

.link-btn-w:hover {
    background: #c0d2db;
    text-decoration: none;
}

.link-btn-w.next:after {
    display: inline-block;
    content: "\f105";
    padding-left: 10px;
    font-family: FontAwesome;
    font-size: 17px;
}

.link-btn-w.prev {
    padding: 12px 0;
    position: relative;
}

.link-btn-w.prev:before {
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 10px;
    content: "\f104";
    padding-left: 10px;
    font-family: FontAwesome;
    font-size: 21px;
    line-height: 1;
    color: #435259;
}




/* リンク関連 */

.link-style {}

.link-style.next:after {
    display: inline-block;
    content: "\f105";
    padding-left: 8px;
    font-family: FontAwesome;
    font-size: 17px;
}




/* 一覧ナビ(ページャー、表示件数) */

.list-nav {
    display: block;
    width: 100%;
    padding: 0 30px;
    height: 30px;
}

.list-nav .list-pager {
    display: table;
    width: auto;
    float: left;
    height: 30px;
}

.list-nav .list-pager li {
    display: table-cell;
    height: 30px;
    vertical-align: top;
}

.list-nav .list-pager li a {
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    border-radius: 2px;
    padding-top: 8px;
    background: #fbfbfb;
    border: 1px solid #c0d2db;
    line-height: 1;
    text-align: center;
    font-size: 12px;
    color: #586f77;
}

.list-nav .list-pager li a.active {
    background: #018fc0;
    color: #fff;
}

.list-nav .list-pager li .prev:before {
    display: inline-block;
    content: "\f100";
    font-family: FontAwesome;
}

.list-nav .list-pager li .next:before {
    display: inline-block;
    content: "\f101";
    font-family: FontAwesome;
}

.list-nav .list-number {
    display: block;
    width: auto;
    float: right;
    text-align: right;
}

.list-nav .list-number li {
    display: table-cell;
    height: 30px;
    padding-left: 8px;
    vertical-align: middle;
}

.list-nav .list-number li select.style_number {}

.list-nav .list-number li select option {}


.panel-body.list-style {
    padding: 28px 0px;
}

.panel-body.form-style {
    padding: 28px 15px;
}


.list-table {
    width: 100%;
    margin: 0;
}



/* スクロールバー */

.list-table::-webkit-scrollbar {
    overflow: hidden;
    width: 8px;
    background: #ddd;
}

.list-table::-webkit-scrollbar:horizontal {
    height: 16px;
}

.list-table::-webkit-scrollbar-button {
    display: none;
}

.list-table::-webkit-scrollbar-piece {
    background: #eee;
}

.list-table::-webkit-scrollbar-piece:start {
    background: #eee;
}

.list-table::-webkit-scrollbar-thumb {
    overflow: hidden;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    background: #bbb;
}

.list-table::-webkit-scrollbar-corner {
    overflow: hidden;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #333;
}



.list-table table {
    width: 100%;
    min-width: 1240px;
    border-collapse: collapse;
    border-spacing: 0;
}

.list-table thead {}

.list-table thead tr {}

.list-table tr:nth-of-type(even) {
    background: #f2f8fb;
}

.list-table thead tr th {
    height: 50px;
    padding: 0;
    background: #018fc0;
    border-bottom: 1px solid #c0d2db;
    border-right: 1px solid #c0d2db;
    vertical-align: middle;
    line-height: 120%;
    color: #fff;
    font-weight: 600;
    line-height: 1.5;
    padding-top: 4px;
}

.list-table thead tr.border-left th {
    height: 50px;
    padding: 0;
    background: #018fc0;
    border-bottom: 1px solid #c0d2db;
    border-left: 1px solid #c0d2db;
    vertical-align: middle;
    line-height: 120%;
    color: #fff;
    font-weight: 600;
    line-height: 1.5;
    padding-top: 4px;
}

.list-table thead tr th a {
    color: #fff;
    font-weight: 600;
}

.list-table thead tr th a:hover {
    text-decoration: none;
    color: #fff;
    opacity: 0.7;
}

.list-table thead tr th a:not(.list-header-link):after {
    display: inline-block;
    content: "\f107";
    padding-left: 6px;
    font-family: FontAwesome;
    font-size: 16px;
}

.list-table thead tr th a.list-header-link:hover {
    text-decoration: underline;
}

.list-table thead tr th a.list-header-link:before {
    display: inline-block;
    padding-left: 6px;
    margin-right: 5px;
    font-family: FontAwesome;
    font-size: 16px;
}

.list-table thead tr th a.list-header-link.asc:before {
    content: "\f106";
}

.list-table thead tr th a.list-header-link.desc:before {
    content: "\f107";
}

.list-table table tbody {}

.list-table table tbody tr {}

.list-table table tbody tr td {
    padding: 10px 0px 10px 10px;
    border-bottom: 1px solid #c0d2db;
    border-left: 1px solid #c0d2db;
}

.list-table table tbody tr td:last-child {
    border-right: 1px solid #c0d2db;
}

.table-data tr:first-child td {
    padding-top: 0px;
    font-weight: 600;
}

.table-data tr th {
    border-bottom: 1px solid #e6e6e6;
}

.table-data tr td {
    padding: 14px;
    border-bottom: 1px solid #e6e6e6;
    text-align: right;
    color: #425359;
}

.table-data .percent-up {
    color: #018fc0;
}

.table-data .percent-down {
    color: #fd8675;
}





/* フォーム関連 */

input[type="text"],
input[type="password"] {
    display: inline-block;
    width: 100%;
    height: 30px;
    padding-left: 6px;
    border: none;
    background: #fff;
    border: 1px solid #c0d2db;
    line-height: 1;
}


input[type="submit"] {
    display: block;
    padding: 0;
    border: none;
    background: #018fc0;
    border-radius: 2px;
    text-align: center;
    line-height: 1;
    color: #fff;
    font-weight: 600;
}

.list-number li input[type="submit"] {
    width: 60px;
    height: 30px;
}


input[type="checkbox"] {
    /* display: none; */
}

/*
input[type="checkbox"]+span {
    display: block;
    width: 170px;
    margin: 0 auto;
    height: 30px;
    padding: 6px 0 6px 26px;
    position: relative;
    color: #586f77;
    font-size: 13px;
    cursor: pointer;
}

input[type="checkbox"]+span::before {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #c0d2db;
    background: #fff;
    border-radius: 2px;
}

input[type="checkbox"]:checked+span {}

input[type="checkbox"]:checked+span::before {
    background: #018fc0;
}

input[type="checkbox"]:checked+span::after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 7px;
    width: 6px;
    height: 12px;
    transform: rotate(40deg);
    border-bottom: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
}
*/
.style_number {
    display: block;
    min-width: 60px;
    height: 30px;
    border: 1px solid #c0d2db;
    border-radius: 2px;
    font-size: 13px;
    background: #fff;
    color: #14617e;
}

.style_number.w100 {
    display: block;
    width: 100%;
}

.form-style dl {
    margin-bottom: 30px;
}

.form-style dl dt {
    display: block;
    min-height: 26px;
    margin-bottom: 6px;
    font-size: 14px;
    color: #586f77;
    font-weight: 600;
}

.form-style dl dt .req {
    background: #fd8675;
    border-radius: 2px;
    padding: 3px 6px 4px;
    margin-left: 10px;
    font-size: 12px;
    color: #fff;
}

.form-style dl dd {}

.form-style dl dd .form-input {}

.form-style dl dd .detail {
    display: inline-block;
    margin-top: 5px;
    color: #999;
}





.form-style .panel-submit,
.list-style .panel-submit {
    display: block;
    width: 100%;
    margin-left: auto;
}

.panel-submit .w200 {
    display: block;
    width: 205px;
    margin: 20px auto 20px 0;
}

.form-style .panel-submit .link-btn {}


.panel-body .txt-detail {
    padding: 30px 0;
    text-align: center;
}

.row.customs_label-group [class*="col-md-"] .form-group p,
.customs_label-group [class*="col-md-"] .form-content {
    min-height: 22px;
}





/* 各ページパーツ
----------------------------------------------------------------------------------------- */
/* タブ */
.reg-nav,
.tab-menu {
    width: 99%;
    margin: 20px auto 0!important;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    border-left: solid 1px #e3e9ec;
    border-radius: 5px 5px 0 0;
}
.reg-nav li,
.tab-menu li {
    display: block;
    width: auto!important;
    min-width: 150px;
    border-top: solid 1px #e3e9ec;
    border-right: solid 1px #e3e9ec;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.05);
    position: relative;
}
.reg-nav li::after,
.tab-menu li::after  {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    background: linear-gradient(rgba(255, 255, 255, 0), 98%, rgba(150, 150, 150, .1));
    pointer-events: none;
}
.reg-nav.tab_nine li,
.reg-nav.tab_ten li,
.reg-nav.tab_eleven li,
.reg-nav.tab_twelve li,
.reg-nav.tab_thirteen li,
.reg-nav.tab_fourteen li,
.reg-nav.tab_fifteen li,
.reg-nav.tab_sixteen li,
.reg-nav.tab_seventeen li,
.reg-nav.tab_eighteen li,
.reg-nav.tab_nineteen li,
.reg-nav.tab_twenty li {
    flex: 1 1 auto;
}
@media screen and (min-width: 2200px) {
    .reg-nav li {
        min-width: auto;
    }
}
@media screen and (max-width: 2400px) {
  /* タブ20 */
  .reg-nav.tab_twenty li {
    min-width: 160px;
  }
}
@media screen and (max-width: 2199px) {
    /* タブ10個のとき */
    .reg-nav.tab_ten li {
        min-width: 120px;
    }
    /* タブ11個のとき */
    .reg-nav.tab_eleven li {
        min-width: 220px;
    }
    /* タブ12個のとき */
    .reg-nav.tab_twelve li {
        min-width: 220px;
    }
    /* タブ13・14個のとき */
    .reg-nav.tab_thirteen li,
    .reg-nav.tab_fourteen li {
        min-width: 200px;
    }
    /* タブ15以上 */
    .reg-nav.tab_fifteen li,
    .reg-nav.tab_sixteen li {
        min-width: 180px;
    }
    /* タブ17以上 */
    .reg-nav.tab_seventeen li,
    .reg-nav.tab_eighteen li {
      min-width: 160px;
    }
    /* タブ19以上 */
    .reg-nav.tab_nineteen li,
    .reg-nav.tab_twenty li {
      min-width: 140px;
    }
}
@media screen and (max-width: 1820px) {
    /* タブ8個のとき */
    .reg-nav.tab_eight li {
        flex: 1 1 auto;
        min-width: auto;
    }
    /* タブ9個のとき */
    .reg-nav.tab_nine li {
        min-width: 120px;
    }
    /* タブ10個のとき */
    .reg-nav.tab_ten li {
        min-width: 120px;
    }
    /* タブ11・12個のとき */
    .reg-nav.tab_eleven li,
    .reg-nav.tab_twelve li {
        min-width: 200px;
    }
    /* タブ13・14個のとき */
    .reg-nav.tab_thirteen li,
    .reg-nav.tab_fourteen li {
        min-width: 180px;
    }
    /* タブ15以上 */
    .reg-nav.tab_fifteen li,
    .reg-nav.tab_sixteen li {
        min-width: 160px;
    }
    /* タブ17以上 */
    .reg-nav.tab_seventeen li,
    .reg-nav.tab_eighteen li {
      min-width: 140px;
    }
    /* タブ19以上 */
    .reg-nav.tab_nineteen li {
      min-width: 130px;
    }
    /* タブ20以上 */
    .reg-nav.tab_twenty li {
      min-width: 120px;
    }
}
@media screen and (max-width: 1660px) {
    .reg-nav.tab_six li,
    .reg-nav.tab_seven li {
        flex: 1 1 auto;
        min-width: auto;
    }
    .reg-nav.tab_nine li,
    .reg-nav.tab_ten li {
        min-width: auto;
    }
    /* タブ11個のとき */
    .reg-nav.tab_eleven li {
        min-width: 160px;
    }
    /* タブ12・13個のとき */
    .reg-nav.tab_twelve li,
    .reg-nav.tab_thirteen li {
        min-width: 150px;
    }
    /* タブ14以上 */
    .reg-nav.tab_fourteen li,
    .reg-nav.tab_fifteen li,
    .reg-nav.tab_sixteen li {
        min-width: 130px;
    }
    /* タブ17以上 */
    .reg-nav.tab_seventeen li,
    .reg-nav.tab_eighteen li {
      min-width: 110px;
    }
    /* タブ19以上 */
    .reg-nav.tab_nineteen li,
    .reg-nav.tab_twenty li {
      min-width: 150px;
    }
}
@media screen and (max-width: 1420px) {
    /* タブ9・10個のとき */
    .reg-nav.tab_nine li,
    .reg-nav.tab_ten li {
        min-width: 160px;
    }
    /* タブ11個のとき */
    .reg-nav.tab_eleven li {
        min-width: 150px;
    }
    /* タブ13個のとき */
    .reg-nav.tab_thirteen li {
        min-width: 120px;
    }
    /* タブ14・15個のとき */
    .reg-nav.tab_fourteen li,
    .reg-nav.tab_fifteen li {
        min-width: 110px;
    }
    /* タブ16 */
    .reg-nav.tab_sixteen li {
        min-width: 100px;
    }
    /* タブ17以上 */
    .reg-nav.tab_seventeen li,
    .reg-nav.tab_eighteen li {
        min-width: 150px;
    }
    /* タブ19以上 */
    .reg-nav.tab_nineteen li,
    .reg-nav.tab_twenty li {
        min-width: 130px;
    }
}
@media screen and (max-width: 1279px) {
    /* タブ8個のとき */
    .reg-nav.tab_eight li {
        min-width: 110px;
    }
    /* タブ13個のとき */
    .reg-nav.tab_thirteen li {
        min-width: 130px;
    }
    /* タブ14～16のとき */
    .reg-nav.tab_fourteen li,
    .reg-nav.tab_fifteen li,
    .reg-nav.tab_sixteen li {
        min-width: 130px;
    }
    /* タブ17・18 */
    .reg-nav.tab_seventeen li,
    .reg-nav.tab_eighteen li {
        min-width: 110px;
    }
}

.reg-nav li a,
.tab-menu li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 10px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    background: #fff;
    color: #586f77;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.25;
    z-index: 2;
    text-decoration: none;
}
.reg-nav li a:hover,
.tab-menu li a:hover {
    color: #018fc0;
}
.reg-nav li a.active,
.tab-menu li a.active,
.tab-menu li a[class^="active-"] {
    position: relative;
    overflow: inherit;
    background: #018fc0;
    color: #fff;
    font-weight: 600;
}
.reg-nav li a.active::after,
.tab-menu li a.active::after,
.tab-menu li a[class^="active-"]::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 10px 0 10px;
    border-color: #018fc0 transparent transparent transparent;
    line-height: 0px;
}
.reg-nav + .panel {
    margin-top: 1px;
}


/* 見積シュミレータ */

.simu-pattern {
    padding: 20px 25px 20px;
}

.simu-pattern .col-md-3 {
    padding: 0 5px !important;
}

.simu-pattern a {
    display: block;
    padding: 6px;
    background: #f2f8fb;
    border-radius: 6px;
    border: 1px solid #c0d2db;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
}

.simu-pattern a:hover {
    background: #018fc0;
    text-decoration: none;
}

.simu-pattern a.active {
    background: #018fc0;
    text-decoration: none;
}

.simu-pattern a h4 {
    display: table;
    width: 100%;
    height: 60px;
    padding: 5px 0;
    text-align: center;
    line-height: 120%;
    font-size: 20px;
    font-weight: 600;
    color: #43545a;
}

.simu-pattern a:hover h4 {
    color: #fff;
}

.simu-pattern a.active h4 {
    background: #018fc0;
    color: #fff;
}

.simu-pattern a h4 p {
    display: table-cell;
    vertical-align: middle;
}

.simu-pattern a h4 span {
    display: block;
    font-size: 14px;
    font-weight: 300;
}

.list-table.simu-table {
    overflow-x: visible;
    padding: 0 30px;
}

.list-table.simu-table table {
    min-width: auto;
    width: 100%;
}

.list-table.simu-table table tr th {
    text-align: left;
}

.list-table.simu-table table tr th:first-child {
    text-align: center
}

.list-table.simu-table table tr td {
    padding: 4px 15px 4px 0;
    vertical-align: middle;
}

.list-table.simu-table table tr td input+input {
    margin-top: 4px;
}

.list-table.simu-table table tr td span {
    display: block;
}

.list-table.simu-table table tr td:first-child {
    padding-left: 15px;
}

.list-table.simu-table table tr:nth-child(odd) td {
    background: #fff;
}

.list-table.simu-table table tr:nth-child(even) td {
    background: #f2f8fb;
}

.list-table.simu-table {}

.list-table.simu-table table td button.btn {
    display: block;
    width: 30px;
    height: 30px;
    padding: 0;
    border: none;
    background: #fff;
    border: 1px solid #c0d2db;
    line-height: 1;
    font-size: 18px;
    font-weight: 300;
    color: #586f77;
}

.list-table.simu-table table td button.pm-btn:first-child {
    margin-bottom: 3px;
}

.list-table.simu-table table td button.btn.color-y-btn {
    background: #e7c807;
}

.list-table.simu-table table td button.btn.color-b-btn {
    background: #008ec2;
}

.list-table.simu-table table td button.btn.color-g-btn {
    background: #00aa92;
}

.list-table .cancel-reason {
    min-width: 1250px;
    width: 100%;
}

.graph-image {
    width: 100%;
    margin: 30px auto 0;
}

.graph-image dt {
    width: 30%;
    margin: auto;
}

.graph-image img {
    width: 60%;
    margin: auto;
}

.hide {
    display: none;
}




/* モーダル内 */

.remodal-bg {}

.remodal {
    padding: 0 0 50px !important;
}

.remodal .panel-head {}

.remodal .panel-head .panel-tools {}

.remodal .panel-head .remodal-close {
    position: absolute;
    top: -2px !important;
    right: -2px;
    left: auto !important;
    color: #fff;
    right: 0 !important;
}

.remodal .panel-body {
    padding: 0;
}

.remodal .panel-body .page-title {
    margin: 0;
    padding: 30px 0 25px;
    background: #fff;
    font-size: 24px;
    font-weight: 600;
    color: #018fc0;
}

.remodal .panel-body .page-title:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 49%;
    bottom: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
    line-height: 0px;
    _border-color: #000000 #000000 #000000 #fff;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.remodal .panel-body .page-title-sub {
    margin: 0;
    padding: 30px 0 25px;
    background: #fff;
    font-size: 18px;
    font-weight: 300;
    color: #018fc0;
}

.remodal .panel-body .page-title-sub:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 49%;
    bottom: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
    line-height: 0px;
    _border-color: #000000 #000000 #000000 #fff;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.remodal .panel-body .form-group {
    margin-bottom: 40px;
    padding: 20px;
    background: #f5f5f5;
}

.remodal .panel-body .form-group dl {
    padding: 10px 30px;
}

.remodal .panel-body .form-group dl dt {
    margin-bottom: 6px;
    text-align: left;
}

.remodal .panel-body .form-group dl dd {}

.remodal .panel-body .form-group .kingaku {
    display: block;
    text-align: left;
}

.remodal .panel-body .form-group .kingaku dl {
    display: inline-block;
}

.remodal .panel-body .form-group .kingaku dl:first-child {
    padding: 10px 10px 10px 30px;
}

.remodal .panel-body .form-group .kingaku dl:last-child {
    padding: 10px 30px 10px 10px;
}

.remodal .panel-body .form-group .kingaku .nedan input[type="text"] {
    display: inline-block;
    width: 90%;
    margin-right: 8px;
}

.remodal .panel-body .form-group .period {
    display: inline-block;
}

.remodal .panel-body .form-group .period dl {}

.remodal .panel-body .form-group .period dl dt {}

.remodal .panel-body .form-group .period dl dd {
    text-align: left;
}

.remodal .panel-body .form-group .period dl dd input[type="text"] {
    display: inline-block;
    max-width: 60px;
    width: auto;
    height: 30px;
    padding: 0;
    border: none;
    background: #fff;
    border: 1px solid #c0d2db;
    line-height: 1;
    font-size: 18px;
}

.remodal .panel-body form .form-group .col-md-6 dl dd .form-input {}

.remodal .panel-body form .panel-submit {
    width: 200px;
    margin: auto;
}
