@charset "UTF-8";
html { font-size: 16px; }
@media screen and (max-width: 467px) { html { font-size: 3.5vw; } }

body { margin:4px; background-color: #ffffff; color: #000; font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

h1 {
    font-size: 25px;
    margin-top:5px;
    margin-bottom: 0em;
    border:0em;
    padding:0em;
}

h2 {
  font-size: 22px;
  margin-top: 5px;
  margin-bottom: 0em;
  border-bottom: 2px solid #3b6fbd;
  padding-bottom: 5px;
  margin-bottom: 10px;
  padding: 0em;
}

h3 {
font-size: 20px;
margin-top: 10px;
margin-bottom: 10px;
padding: 8px 12px;
background-color: #f0f0f0; /* 明るいグレー */
font-weight: bold;
border-radius: 5px; /* 角を少し丸くする（好みで） */
}

h4 {
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 0em;
    border: 0em;
    padding: 0em;
}

h5 {
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 0em;
    border: 0em;
    padding: 0em;
}

h6 {
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 0em;
    border: 0em;
    padding: 0em;
}

h7 {
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 0em;
    border: 0em;
    padding: 0em;
}

ul {
    margin-top: 0em;
    margin-bottom: 0em;
}

p {
    line-height: 1.5;
    margin: 5px 0 0 0;
}
table {
    border-spacing:unset;
}
li { list-style: none; }

img { max-width: 100%; vertical-align: bottom; }

a { color: #008FD5; }
a:hover { text-decoration: none; }

button { padding: 0; border: none; background: none; font-size: 1rem; }

input[type="text"], input[type="password"], input[type="tel"], input[type="email"] { font-size: 1rem; }

figcaption { margin-top: 10px; }

input[type="radio"], input[type="checkbox"] { -webkit-appearance: none; -moz-appearance: none; appearance: none; position: relative; width: 20px; height: 20px; margin: auto 5px auto 0; padding: 0; border: none; border-radius: 0; background: none; outline: none; line-height: 1; vertical-align: middle; }
input[type="radio"]:checked::after, input[type="checkbox"]:checked::after { content: ""; position: absolute; top: 50%; left: 0; -moz-box-sizing: border-box; box-sizing: border-box; display: block; }

input[type="radio"] { border: 1px solid #cacaca; border-radius: 20px; background: #fff; }
input[type="radio"]:checked::after { width: 10px; height: 10px; margin: -5px 0 0 4px; background: #666; border-radius: 20px; }

input[type="checkbox"] { border: 1px solid #cacaca; border-radius: 2px; background: #fff; }
input[type="checkbox"]:checked::after { width: 13px; height: 7px; margin: -5px 0 0 3px; border-left: 3px solid #666; border-bottom: 3px solid #666; transform: rotate(-45deg); }

.only-pc { display: block; }
@media screen and (max-width: 467px) { .only-pc { display: none; } }

.only-sp { display: none; }
@media screen and (max-width: 467px) { .only-sp { display: block; } }

img.only-pc, span.only-pc { display: inline; }
@media screen and (max-width: 467px) { img.only-pc, span.only-pc { display: none; } }
img.only-sp, span.only-sp { display: none; }
@media screen and (max-width: 467px) { img.only-sp, span.only-sp { display: inline; } }

table.only-pc { display: table; }
@media screen and (max-width: 467px) { table.only-pc { display: none; } }
table.only-sp { display: none; }
@media screen and (max-width: 467px) { table.only-sp { display: table; } }

/** パーツ */
.w100 { width: 100%; }

.w40 { width: 40%; }

.ico::before { content: ''; display: inline-block; vertical-align: middle; }

.ico-link::before { content: url("../img/common/ico_link.png"); }

.ico-preview::before { content: url("../img/common/ico_preview.png"); }

.ico-search::before { content: url("../img/common/ico_search.png"); }

.icon_import::before { content: url("../img/common/icon_import.png"); }

.ico-replace::before { content: url("../img/common/ico_replace.png"); }

.ico-update::before { content: url("../img/common/ico_update.png"); }

.ico-user::before { content: url("../img/common/ico_user.png"); }

.ico-home::before { content: url("../img/common/ico_home.png"); }

.ico-sitelink::before { content: url("../img/common/ico_sitelink.png"); }

.ico-library::before { content: url("../img/common/ico_library.png"); }

.ico-help::before { content: url("../img/common/ico_help.png"); }

.ico-list-sort::before { content: url("../img/common/ico_list_sort.png"); }

.ico-list-search::before { content: url("../img/common/ico_list_search.png"); }

.ico-list-menu::before { content: url("../img/common/ico_list_menu.png"); }

.ico-display::before { content: url("../img/common/ico_display.png"); }

.ico-list-lock::before { content: url("../img/common/ico_list_lock.png"); }
.ico-list-unlock::before { content: url("../img/common/unlock.png"); }
.ico-list-menu::before { content: url("../img/common/ico_list_menu.png"); }

.ico-folder::before { content: url("../img/common/ico_folder.png"); margin-right: 7px; }

.ico-folder-s::before { content: url("../img/common/ico_folder_s.png"); margin-right: 7px; }

.ico-plus::before { content: url("../img/common/ico_plus.gif"); margin-right: 7px; }

.ico-plus-s::before { content: url("../img/common/ico_plus_s.png"); margin-right: 7px; }

.ico-point::before { content: url("../img/common/ico_point.png"); margin-right: 7px; }

.is-open .ico-plus::before { content: url("../img/common/ico_minus.gif"); }
.is-open .ico-plus-s::before { content: url("../img/common/ico_minus_s.png"); }

.ico-settings::before { content: url("../img/common/settings.JPG");}
.ico-sorting::before { content: url("../img/common/sorting.jpg");}
.ico-pdf::before { content: url("../img/common/pdf.jpg"); height: 50px;}

.ico-lr { content: url("../img/common/lr.jpg"); }

.ico-hidden { visibility: hidden; }

.btn { display: inline-block; min-width: 115px; padding: 10px 20px; border-radius: 5px; background-color: #0a60b5; box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2); color: #fff; font-size: 1rem; text-align: center; cursor: pointer; }
.btn:hover { background-color: #1a237e; }
.btn.btn-danger { background-color: #c14342; }
.btn.btn-reset { background-color: #777777; }

.inp { padding: 7px 10px; border: 1px solid #cacaca; border-radius: 5px; background-color: #fff; font-size: 1rem; outline: none; }

.inp-y { width: 8em; }

.inp-d { width: 4em; }

.ui-datepicker-trigger { margin-left: 5px; vertical-align: middle; }

.ttl-sec { position: relative; margin-bottom: 20px; padding: 0 0 3px 10px; border-bottom: 1px solid #3b6fbd; font-size: 128.5714285714%; }
.ttl-sec::before { content: ''; position: absolute; bottom: 0; left: 0; display: block; width: 100%; height: 1px; background-color: #b5b5b5; }
.ttl-sec::after { content: ''; position: absolute; bottom: -2px; left: 0; display: block; width: 100%; height: 1px; background-color: #b5b5b5; }

.ttl-block { margin-bottom: 25px; padding: 10px 12px 8px; background-color: #f0f0f0; color: #3b6fbd; font-size: 114.2857142857%; font-weight: bold; }

.tbl { width: 100%; border: 1px solid #999; border-collapse: collapse; border-radius: 5px; background-color: #fff; line-height: 1.5; font-size: 14px;}
.tbl > thead > tr > th { padding: 10px; border-bottom: 1px solid #999; color: #000000; font-weight: normal; }
.tbl > thead > tr > th:first-child { border-top-left-radius: 5px; }
.tbl > thead > tr > th:last-child { border-top-right-radius: 5px; }
    .tbl > tbody > tr > td {
        padding: 2px 1px 3px 3px; border: 1px solid #999;
    }
.tbl > tbody > tr > td > p { margin: 0; min-height: 1em; }
.tbl > tbody > tr > td:last-child { border-right: none; }
.tbl > tbody > tr:last-child > td:first-child { border-bottom-left-radius: 5px; }
.tbl > tbody > tr:last-child > td:last-child { border-bottom-right-radius: 5px; }
.tbl > tbody > tr.is-active > td { background-color: #fffddd; }

.sidetbl { width: 100%;  border-collapse: separate; border-radius: 5px; background-color: #fff; line-height: 1.5; }
.sidetbl > thead > tr > th { padding: 10px;  color: #000000; font-weight: normal; }
.sidetbl > thead > tr > th:first-child { border-top-left-radius: 5px; }
.sidetbl > thead > tr > th:last-child { border-top-right-radius: 5px; }
.sidetbl > tbody > tr > td { padding: 10px; border-top: 0px solid #999; }
.sidetbl > tbody > tr > td:last-child { border-right: none; }
.sidetbl > tbody > tr:nth-child(even) > td { background-color: #f7f7f7; }
.sidetbl > tbody > tr:last-child > td:first-child { border-bottom-left-radius: 5px; }
.sidetbl > tbody > tr:last-child > td:last-child { border-bottom-right-radius: 5px; }
.sidetbl > tbody > tr.is-active > td { background-color: #fffddd; }

@media screen and (max-width: 467px) { .tbl-scroll { overflow-x: auto; white-space: nowrap; }
  .tbl-scroll::-webkit-scrollbar { height: 5px; }
  .tbl-scroll::-webkit-scrollbar-track { background-color: #f1f1f1; }
  .tbl-scroll::-webkit-scrollbar-thumb { background-color: #bcbcbc; } }

.tbl-v { width: 100%; }
.tbl-v > tbody > tr > th { padding: 10px 12px; border-bottom: 1px solid #999; font-weight: normal; text-align: left; }
.tbl-v > tbody > tr > td { padding: 10px 12px; border-bottom: 1px solid #999; }

.box-float { position: relative; }
.box-float .box-float-content { display: none; position: absolute; z-index: 1; min-width: 170px; border: 1px solid #c2c2c2; background-color: #fff; }

.box-col2-limg > .box-col-img { float: left; width: 100%; max-width: 300px; }
@media screen and (max-width: 467px) { .box-col2-limg > .box-col-img { float: none; max-width: initial; } }
.box-col2-limg > .box-col-txt { margin-left: 325px; }
@media screen and (max-width: 467px) { .box-col2-limg > .box-col-txt { margin-left: 0; margin-top: 20px; } }
.box-col2-limg > .box-col-simg { float: left; width: 100%; max-width: 150px; }
@media screen and (max-width: 467px) { .box-col2-limg > .box-col-simg { float: none; max-width: initial; } }
.box-col2-limg > .box-col-stxt { margin-left: 175px; }
@media screen and (max-width: 467px) { .box-col2-limg > .box-col-stxt { margin-left: 0; margin-top: 20px; } }

.box-col2-rimg > .box-col-img { float: right; width: 100%; max-width: 300px; }
@media screen and (max-width: 467px) { .box-col2-rimg > .box-col-img { float: none; max-width: initial; } }
.box-col2-rimg > .box-col-txt { margin-right: 325px; }
@media screen and (max-width: 467px) { .box-col2-rimg > .box-col-txt { margin-right: 0; margin-top: 20px; } }
.box-col2-rimg > .box-col-simg { float: right; width: 100%; max-width: 150px; }
@media screen and (max-width: 467px) { .box-col2-rimg > .box-col-simg { float: none; max-width: initial; } }
.box-col2-rimg > .box-col-stxt { margin-right: 175px; }
@media screen and (max-width: 467px) { .box-col2-rimg > .box-col-stxt { margin-right: 0; margin-top: 20px; } }

.box-col-item { float: left; }
@media screen and (max-width: 467px) { .box-col-item { float: none; margin-bottom: 20px; } }
.box-col-item:last-child { float: right; }
@media screen and (max-width: 467px) { .box-col-item:last-child { float: none; margin-bottom: 0; } }

.box-col2 > .box-col-item { width: 47.4025974026%; }
@media screen and (max-width: 467px) { .box-col2 > .box-col-item { width: 100%; } }

.box-col3 > .box-col-item { width: 29.2207792208%; }
@media screen and (max-width: 467px) { .box-col3 > .box-col-item { width: 100%; } }
.box-col3 > .box-col-item:first-child { margin-right: 5.8441558442%; }
@media screen and (max-width: 467px) { .box-col3 > .box-col-item:first-child { margin-right: 0; } }

.box-img { text-align: center; }
.box-img figure { display: inline-block; }
.box-img figure figcaption { text-align: left; }
@media screen and (max-width: 467px) { .box-img figure figcaption { text-align: center; } }

.pagination { margin-top: 25px; text-align: center; }
.pagination li { display: inline-block; margin-right: 5px; }
.pagination li:last-child { margin-right: 0; }
.pagination li a { display: inline-block; width: 36px; height: 36px; color: #000; line-height: 36px; text-align: center; text-decoration: none; }
.pagination li.pagination-page a { border-radius: 5px; border: 1px solid #ccc; background-color: #fff; }
.pagination li.pagination-page.is-current a { color: #fff; border: none; background-color: #3b6fbd; }
.pagination li.is-hide { visibility: hidden; }

.error-box { margin-bottom: 40px; padding: 20px; border: 1px solid #cacaca; background-color: #fff; }
.error-box .error-ttl { margin-bottom: 15px; color: #c14342; font-size: 114.2857142857%; font-weight: bold; }
.error-box ul { padding-left: 30px; }
.error-box ul li { margin-top: 10px; padding-left: 1px; text-indent: -1px; }

.message-box { margin-bottom: 40px; }
.message-box .message-txt { margin-bottom: 10px; padding-left: 10px; }
.message-box .message-txt::before { content: url("../img/common/ico_check.png"); margin-right: 10px; }

.form-box .form-txt { margin-bottom: 30px; color: #c14342; }
.form-box dl { display: table; width: 100%; margin-bottom: 10px; }
.form-box dl dt { position: relative; display: table-cell; width: 20em; padding-left: 1em; text-indent: 1em; vertical-align: top; }
@media screen and (max-width: 467px) { .form-box dl dt { display: block; }
.form-box dl dt br { display: none; } }
.form-box dl dt.form-required::before { content: '※'; position: absolute; top: 0; left: -1em; color: #c14342; }
.form-box dl dd { display: table-cell; }
@media screen and (max-width: 467px) { .form-box dl dd { display: block; margin-top: 10px; } }
.form-box dl dd label { margin-right: 2em; }
.form-box .form-disc { margin-top: 10px; }
.form-box .form-btn { margin-bottom: 30px; }
@media screen and (max-width: 467px) { .form-box .form-btn { text-align: center; } }
.form-box .form-btn .btn { margin-right: 40px; }
@media screen and (max-width: 467px) { .form-box .form-btn .btn { margin: 15px 5px 0; } }
.form-box .form-btn .btn:last-child { margin-right: 0; }
@media screen and (max-width: 467px) { .form-box .form-btn .btn:last-child { margin-right: 5px; } }
.form-box .form-ctrl { padding-left: 20em; }
@media screen and (max-width: 467px) { .form-box .form-ctrl { padding-left: 0; } }

/** レイアウト */
.header { position: relative; padding: 15px 20px; border-bottom: 1px solid #e4e4e4; background-color: #fff; }
@media screen and (max-width: 467px) { .header { height: 60px; } }
.header .header-menu { display: none; }
@media screen and (max-width: 467px) { .header .header-menu { display: block; position: absolute; top: 10px; left: 16px; width: 40px; height: 40px; z-index: 10; cursor: pointer; }
  .header .header-menu span { position: absolute; left: 4px; width: 32px; height: 2px; background-color: #333; transition: all .4s; }
  .header .header-menu span:nth-child(1) { top: 9px; }
  .header .header-menu span:nth-child(2) { top: 19px; }
  .header .header-menu span:nth-child(3) { top: 29px; } }
.header .header-logo { float: left; }
@media screen and (max-width: 467px) { .header .header-logo { position: absolute; top: 0; left: 0; display: flex; justify-content: center; align-items: center; float: none; width: 100%; height: 100%; }
  .header .header-logo img { max-height: 50px; } }
.header .gnav { float: right; padding-top: 3px; }
.header .gnav nav { float: left; padding-top: 5px; }
@media screen and (max-width: 467px) { .header .gnav nav { display: none; } }
.header .gnav nav li { float: left; min-width: 65px; margin-right: 10px; text-align: center; }
.header .gnav nav li .ico { display: block; margin-bottom: 5px; }
.header .gnav .gnav-user { position: relative; float: left; padding-top: 10px; }
@media screen and (max-width: 467px) { .header .gnav .gnav-user { position: absolute; top: 0; right: 10px; } }
.header .gnav .gnav-user p { cursor: pointer; }
.header .gnav .gnav-user p .ico { margin-right: 5px; }
@media screen and (max-width: 467px) { .header .gnav .gnav-user p span { display: none; } }
.header .gnav .gnav-user ul { display: none; position: absolute; right: -10px; margin-top: 10px; padding: 5px 10px 15px 5px; white-space: nowrap; }
.header .gnav .gnav-user ul li { margin-top: 10px; }
@media screen and (max-width: 467px) { .header .gnav .gnav-user ul li { margin-top: 20px; } }
.header .gnav .gnav-user ul li::before { content: '・'; }
.header .gnav .gnav-user.is-open { z-index: 10; }
@media screen and (max-width: 467px) { .header .gnav .gnav-user.is-open { border: 1px solid #ccc; background-color: #fff; }
  .header .gnav .gnav-user.is-open p { padding-left: 10px; }
  .header .gnav .gnav-user.is-open p span { display: inline; } }
.header .gnav .gnav-user.is-open ul { display: block; border: 1px solid #ccc; background-color: #fff; }
@media screen and (max-width: 467px) { .header .gnav .gnav-user.is-open ul { position: static; margin-top: 0; border: none; background: none; } }
.header .gnav a { color: #000; text-decoration: none; }

.js-menuopen .header-menu span:nth-child(1) { transform: translateY(10px) rotate(45deg); }
.js-menuopen .header-menu span:nth-child(2) { opacity: 0; }
.js-menuopen .header-menu span:nth-child(3) { transform: translateY(-10px) rotate(-45deg); }
.js-menuopen .gnav nav { display: block; position: absolute; top: 60px; left: 0; z-index: 10; width: 100%; padding: 30px 20px 20px; background-color: #fff; box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2); }
.js-menuopen .gnav nav li { float: none; margin-right: 0; margin-bottom: 30px; text-align: left; }
.js-menuopen .gnav nav li .ico { display: inline-block; margin-right: 10px; }

.main { position: relative; padding: 12px 15px 0; }
@media screen and (max-width: 467px) { .main { padding-bottom: 80px; } }

.content { float: right; width: 77%; transition: width .4s; position: relative; }
@media screen and (max-width: 467px) { .content { float: none; width: 100%; } }

.sec { margin-bottom: 10px; line-height: 1.5; }

.topicpath { margin-bottom: 30px; padding-left: 15px; line-height: 1.5; }
.topicpath li { position: relative; display: inline-block; margin-right: 10px; padding-right: 20px; }
.topicpath li::after { content: ''; position: absolute; top: 0; right: 0; display: block; width: 16px; height: 16px; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; transform: rotate(-45deg); }
.topicpath li:last-child::after { display: none; }
.topicpath li a { color: #000; text-decoration: none; }

.side { float: left; width: 100%; padding-top: 5px; font-size:14px; }
@media screen and (max-width: 467px) { .side { float: none; width: 100%; margin-top: 60px; } }
.side .side-btn { text-align: right; cursor: pointer; }
@media screen and (max-width: 467px) { .side .side-btn { display: none; } }
.side .side-btn span::before { content: '＜ '; color: #000; font-weight: bold; }
.side .side-sec { border: 1px solid #999; border-radius: 5px; background-color: #fff; width: 100%; box-sizing: border-box; }
.side .side-ttl { padding: 12px 10px; background-color: #3b6fbd; color: #fff; }
.side .side-list { padding: 12px 10px 12px 15px; box-sizing: border-box; }
.side .side-list li { cursor: pointer; }
.side .side-list > li { margin-bottom: 0px; }
.side .side-list > li:last-child { margin-bottom: 0; }
.side .side-list .side-child { display: none; padding-left: 35px; }
.side .side-list .side-child > li { margin-top: 5px; }
.side .side-list .box-float:hover > span { color: #3b6fbd; }
.side .side-list .box-float-content { padding: 6px 0; }
.side .side-list .box-float-content li { padding: 6px 12px 6px 20px; }
@media screen and (max-width: 467px) { .side .side-list .box-float-content { position: static; border: none; } }
.side .side-list .side-child-h1 > .box-float-content { left: 100px; }
.side .side-list .side-child-h2 { position: static; }
.side .side-list .side-child-h2:hover > span { position: relative; display: block; }
.side .side-list .side-child-h2:hover > span::after { content: '>'; position: absolute; top: 0; right: 0; color: #3b6fbd; }
.side .side-list .side-child-h2 > .box-float-content { top: -1px; left: 168px; }
.side .side-menu { padding: 12px 10px; }

.js-sideclose .content { width: 100%; }
.js-sideclose .topicpath { padding-left: 35px; }
@media screen and (max-width: 467px) { .js-sideclose .topicpath { padding-left: 0; } }
.js-sideclose .side { position: absolute; top: 0; left: 0; overflow: auto; }
@media screen and (max-width: 467px) { .js-sideclose .side { position: static; } }
.js-sideclose .side .side-btn { width: 40px; height: 40px; border-top-right-radius: 10px; border-bottom-right-radius: 10px; background-color: #3b6fbd; line-height: 40px; text-align: center; position: relative; z-index: 10;}
.js-sideclose .side .side-btn::after { content: '＞'; color: #fff; }
.js-sideclose .side .side-btn span { display: none; }
.js-sideclose .side .side-content { display: none; }

.footer { padding-top: 40px; }
.footer ul { text-align: center; }
.footer ul li { display: inline; margin-right: 1.5em; }
.footer ul li:last-child { margin-right: 0; }
.footer p { padding: 10px 0 25px; text-align: center; }

/* 一覧エリア */
.list-area .list-condition { margin-bottom: 30px; }
.list-area .list-condition p { float: left; }
.list-area .list-condition ul { margin-left: 5em; }
.list-area .list-condition ul li { display: inline-block; margin-right: 2em; }
.list-area .list-condition ul li:last-child { margin-right: 0; }
.list-area .list-nav { margin-bottom: 14px; }
.list-area .list-nav ul { float: left; }
.list-area .list-nav ul li { float: left; margin-right: 25px; }
.list-area .list-nav p { float: right; padding: 0; line-height: 1; cursor: pointer; }
.list-area .list-nav p i { margin-right: 10px; }
.list-area .list-nav p.tac { padding: 10px; }
.list-area .box-float { display: inline-block; }
.list-area .box-float .box-float-content { padding: 12px 7px; }
.list-area .box-float .box-float-content p { padding: 0 5px 5px; border-bottom: 1px solid #c2c2c2; }
.list-area .box-float .box-float-content ul { padding: 0 5px; }
.list-area .box-float .box-float-content ul li { margin-top: 5px; }
.list-area .list-nav-search p { float: right;}
.list-area .list-nav-search p i { margin-right: 10px; }
.list-area .list-nav-search { margin-bottom: 14px; }
.list-area .list-nav-search ul { float: left; }
.list-area .list-nav-search ul li { float: left; margin-right: 25px; }

/** 検索 */

.inp-edit { padding: 12px; border: 1px solid #e3e3e3; border-radius: 5px; background-color: #f1f1f1; font-size: 1rem; outline: none; }
.textbox { width: 100%; padding: 30px; border-radius: 5px; background-color: #fff; box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2); }
.main-edit { padding: 40px 20px 180px; }
@media screen and (max-width: 467px) { .main1 { padding-bottom: 80px; } }
.wordbreakall-edit { box-sizing: border-box; word-break: break-all; }
.search-area .search-box { margin-bottom: 60px; }
.search-area .search-ttl { font-size: 1.2857142857rem; font-weight: bold; }
.search-area .search-condition .search-content { padding-left: 25px; }
@media screen and (max-width: 467px) { .search-area .search-condition .search-content { padding-left: 0; } }
.search-area .search-condition .search-content .search-condition-content { padding: 0 0 20px 75px; }
@media screen and (max-width: 467px) { .search-area .search-condition .search-content .search-condition-content { padding-left: 0; } }
.search-area .search-condition .search-content .search-condition-content dl { display: table; width: 100%; margin-bottom: 20px; }
.search-area .search-condition .search-content .search-condition-content dl dt { display: table-cell; width: 130px; padding-top: 15px; font-weight: normal; text-align: left; vertical-align: top; }
@media screen and (max-width: 467px) { .search-area .search-condition .search-content .search-condition-content dl dt { display: block; width: 100%; } }
.search-area .search-condition .search-content .search-condition-content dl dd { display: table-cell; }
@media screen and (max-width: 467px) { .search-area .search-condition .search-content .search-condition-content dl dd { display: block; margin-top: 10px; } }
.search-area .search-condition .search-content .search-condition-content p { margin-top: 10px; padding-left: 1em; }
.search-area .search-condition .search-content .search-condition-content .search-condition-row dl { float: left; width: 47%; margin-right: 6%; }
@media screen and (max-width: 1028px) { .search-area .search-condition .search-content .search-condition-content .search-condition-row dl { float: none; width: 100%; margin-right: 0; } }
.search-area .search-condition .search-content .search-condition-btn { text-align: center; }
.search-area .search-condition .search-content .search-condition-btn button { width: 100%; max-width: 220px; }
@media screen and (max-width: 467px) { .search-area .search-condition .search-content .search-condition-btn button { width: 90%; max-width: initial; } }


/* ユーザ、パスワード変更画面 ヘッダーレイアウト */
.header .gnav nav li.is-open .gnav-child-edit { display: block; }
.header .gnav .gnav-child-edit { display: none; position: absolute; z-index: 10; padding-top: 20px; }
.header .gnav .gnav-child-edit::before { content: ''; display: block; position: absolute; top: 10px; left: 50%; width: 20px; height: 20px; margin-left: -10px; background-color: #fff; box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); transform: rotate(45deg) skew(20deg, 20deg); }
.header .gnav .gnav-child-edit div { position: relative; z-index: 1; padding: 20px 0; border-radius: 10px; background-color: #fff; box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2); }
.header .gnav .gnav-link .gnav-child-edit { width: 310px; margin-left: -135px; }
.header .gnav .gnav-link .gnav-child-edit dl { float: left; padding-left: 30px; }
.header .gnav .gnav-link .gnav-child-edit dl ul { padding-left: 0.5em; }
.header .gnav .gnav-link .gnav-child-edit dl ul li { float: none; margin-top: 10px; margin-right: 0; }
.header .gnav .gnav-link .gnav-child-edit dl ul li::before { content: '> '; color: #1a237e; }
.header .gnav nav li .ico-edit { margin-bottom: 5px; }

/* ユーザ、パスワード変更画面 表 */
.tbl-edit { width: 100%; border: 1px solid #e4e4e4; line-height: 1.5; }
.tbl-edit > thead > tr > th { padding: 10px; background-color: #f1f1f1; font-weight: normal; }
.tbl-edit > tbody > tr > td { padding: 10px; border-top: 1px solid #e4e4e4; border-right: 1px solid #f1f1f1; }
.tbl-edit > tbody > tr > td:last-child { border-right: none; }
.tbl-edit > tbody > tr:nth-child(even) > td { background-color: #f9f9f9; }


/* 共通 */
.tac { text-align: center; }

.clearfix { zoom: 1; }
.clearfix::before { content: ""; display: table; }
.clearfix::after { content: ""; display: table; clear: both; }
.fix_btn { position: fixed; bottom: 0; right: 0; margin: 20px; }
.fix_btn_left { position: fixed; bottom: 0; left: 0; margin: 20px; }

/*# sourceMappingURL=base.css.map */

.export-pagination {
    margin-top: 2px;
    text-align: right;
    background: #99CCFF;
}
.export-pagination li { display: inline-block; margin-right: 5px; }
.export-pagination li:last-child { margin-right: 0; }
.export-pagination li a { display: inline-block; width: 42px; height: 45px; color: #000; line-height: 36px; text-align: center; text-decoration: none; }
.export-pagination li.pagination-page a { border-radius: 5px; border: 1px solid #ccc; background-color: #fff; }
.export-pagination li.pagination-page.is-current a { color: #fff; border: none; background-color: #3b6fbd; }
.export-pagination li.is-hide { visibility: hidden; }
.export-pagination li.print {float: left; }
.export-pagination li.top {float: left; }
.export-pagination li.return {float: left; }


.header_box {
    position: relative;
    border-bottom: 1px solid #e4e4e4;
    padding: 5px;
}

.header_r { float: right; }

.header_search {
  float: left;
  margin: 8px 10px 0 0;
}

.header_search_box {
  box-sizing: border-box;
  position: relative;
  border: 1px solid #999;
  width: 160px;
  height: 30px;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

.header_search_box input[type="text"]  {
  border: none;
  width: 125px;
  height: 30px;
  background-color: #e9e9e9;
}

.header_search_box input[type="text"]:focus {
  outline: 0;
}

.header_search_box input[type="submit"]  {
  cursor: pointer;
  font-family: FontAwesome;
  border: none;
  position: absolute;
  background: #e9e9e9 url("../img/common/ico_export_search.png") no-repeat right 10px center;
  width: 30px;
  height: 30px;
  right: 0;
  outline : none;
}

.search_body { display: none; }

.search_result { background-color: #ffff00; }

.leftArea {
  position: sticky;
  position: -webkit-sticky;
  top: 4px;
  width: 48%;
  float: left;
  word-break: break-all;
}

.rightArea {
    position: sticky;
    position: -webkit-sticky;
    top: 4px;
    margin-left: 1%;
    width: 48%;
    float: right;
    word-break: break-all;
}
.leftArea2 {
    position: sticky;
    position: -webkit-sticky;
    top: 4px;
    width: 49%;
    float: left;
}

.rightArea2 {
    position: sticky;
    position: -webkit-sticky;
    top: 4px;
    margin-left: 1%;
    width: 50%;
    float: right;
}

#slide_btn{
  float: left;
  width :1.5%;
  margin-left: 0.3%;
  text-combine-upright: all;
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  padding-top: 5px;
  word-break: break-all;
  text-orientation: upright;
}

#slide_btn button{
  padding: 15%;
  cursor: pointer;
  background-color: rgb(240,240,240);
}

#slide_btn button:hover{
  background-color: rgb(225,225,225);
}

.rightTriangle {
  display: inline-block;
  border-style: solid;
  border-width: 8px 8px 8px 0;
  border-color: transparent #333 transparent transparent;
}

.leftTriangle {
  display: inline-block;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #333;

}

table.chapter01 div {
    line-height: 2;
}

table.chapter02 div {
    line-height: 2;
}

table.chapter03 div {
    line-height: 2;
}
table.chapter01{
    margin-left: 20px;
    width: calc(100% - 20px) !important ;
    line-height: 1;
}

table.chapter02{
    margin-left: 20px;
    width: calc(100% - 20px) !important ;
    line-height: 1;
}

table.chapter03{
    margin-left: 20px;
    width: calc(100% - 20px) !important ;
    line-height: 1;
}

table.chapter04{
  margin-left: 20px;
  width: calc(100% - 20px) !important ;
  line-height: 1;
}

table.chapter05{
  margin-left: 20px;
  width: calc(100% - 20px) !important ;
  line-height: 1;
}

table.chapter06{
  margin-left: 20px;
  width: calc(100% - 20px) !important ;
  line-height: 1;
}

table.chapter07{
  margin-left: 20px;
  width: calc(100% - 20px) !important ;
  line-height: 1;
}

.chapter01 {
    margin-left: 0px;
    line-height:1;
}
.chapter02 {
    margin-left: 0px;
    line-height: 1;
}
.chapter03 {
  margin-left: 0px;
  line-height: 1;
}
.chapter04 {
  margin-left: 0px;
  line-height: 1;
}
.chapter05 {
  margin-left: 0px;
  line-height: 1;
}
.chapter06 {
  margin-left: 0px;
  line-height: 1;
}
.chapter07 {
  margin-left: 0px;
  line-height: 1;
}
.context-menu-two-3 {
    margin-left: 40px;
}

#sp_menu_btn,
#panel_menu {
    display: none;
}

@media screen and (max-width: 467px) {
    #slide_btn { display: none; margin-left:0;width:0px;} 
    #splitter { display: none; margin-left:0;width:0px;}  
}

@media screen and (max-width: 1024px) {
  #sp_menu_btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #99CCFF;
    color: #fff;
    cursor: pointer;
    outline: none;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: 50%;
    float: left;
    padding: 0;
    border: none;
    font-size: 1rem;
  }
  
  #sp_menu_btn span {
    position: relative;
    width: 30px;
    height: 2px;
    background-color: #fff;
    transition: .5s;
    margin-top: -10px;
  }

  #sp_menu_btn span::before {
    top: -8px;
  }

  #sp_menu_btn span::after {
    bottom: -8px;
  }
  
  #sp_menu_btn span::before, #sp_menu_btn span::after {
    content: '';
    position: absolute;
    display: block;
    width: 30px;
    height: 3px;
    transition: .5s;
    background-color: #fff;
  }

  #sp_menu_btn.opened span {
    background-color: transparent;
  }

  #sp_menu_btn.opened span::before {
    transform: translateY(7px) rotate(-45deg);
  }

  #sp_menu_btn.opened span::after {
      transform: translateY(-8px) rotate(45deg);
  }


  #sp_menu_btn::after {
    content: 'menu';
    text-transform: uppercase;
    font-size: 10px;
    position: absolute;
    bottom: 5px;
  }
  
  #panel_menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    background-color: #fff;
    overflow-y: auto;
  }
  
  #panel_menu ul {
    margin: 1rem 0;
  }
  #panel_menu ul li {
    margin: 0.5rem 0;
  }
  #right {
    display: block;
    margin-left:0px;
    width: 100% !important;
  }
  #menu,#slide_btn,#splitter,#left {
    display: none;
    margin-left:0%;
    width:0%;
  }
 

  #treeSP {
    margin: 2rem 0 0;
  }
}

#menu {
  float: left;
  width: 20%; /*左フレームの幅*/
  height: 100%;
  margin-right: -20%; /*左フレームの幅と同じネガティブマージン*/
  overflow: none;
}

#splitter {
  float: left;
  margin-left: 20%; /*左フレームの幅と同じサイズ*/
  margin-top: 5px;
  width: 0.3%; /*スプリッターの幅*/
  margin-right: -0.3%; /*スプリッター自身の分のネガティブマージン*/

  /*フレームに似た装飾*/
  background-color: #ccc;
  border: solid 1px #999;
  border-width: 0 1px;
  border-right-color: #666;
}

#splitter:hover {
  cursor:e-resize;
  background-color: #eee;
}

#right {
  height: 100%;
  overflow: auto;
}
