@charset "UTF-8";
/* =================================================
*_common_rwd
================================================== */
progress, sub, sup {
  vertical-align: baseline;
}

button, hr, input {
  overflow: visible;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif;
  line-height: 1.15;
}

body {
  margin: 0;
}

figcaption, menu, article, aside, details, figure, footer, header, main, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 0;
  margin: 0;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button, input, optgroup, select, textarea {
  font: inherit;
  margin: 0;
}

optgroup {
  font-weight: 700;
}

button, select {
  text-transform: none;
}

[type=submit], [type=reset], button, html [type=button] {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

#content p {
  font-size: 100%;
  line-height: 1.5;
}

#content p + p {
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  #content p {
    font-size: 15px;
    line-height: 25px;
  }

  #content p + p {
    margin-top: 15px;
  }
}

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

@media screen and (max-width: 767px) {
  .full_width {
    width: 100% !important;
  }
}

@media print {
  body {
    -webkit-print-color-adjust: exact !important;
  }
}

html,
body {
  margin: 0;
  min-width: 375px;
  padding: 0;
}

@media print, screen and (min-width: 768px) {
  html {
    min-width: 1024px;
  }

  body {
    min-width: 1024px;
    width: 100%;
  }
}

@media print {
  html,
  body {
    -webkit-filter: blur(0);
  }
}

@media screen and (max-width: 767px) {
  body.is-open {
    height: 100%;
    overflow: hidden;
  }

  .is-open #wrap {
    height: 100%;
    overflow: hidden;
  }
}

body,
button,
input,
select,
textarea {
  color: #000;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", YuGothic, "游ゴシック", sans-serif;
}

h1, h2, h3, h4, h5, h6, article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary, div, span, p, ul, ol, li, dl, dt, dd, table, tr, th, td, a, img, *:after, *:before {
  box-sizing: border-box;
}

figure {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

p,
li,
dl,
table {
  line-break: strict;
  word-wrap: break-word;
}

img {
  border: 0;
  height: auto;
  line-height: 1;
  max-width: 100%;
  vertical-align: top;
}

a:hover img[src*="bnr"],
a:hover img[src*="btn"] {
  opacity: .7;
}

@media screen and (max-width: 767px) {
  #content img {
    width: 100%;
  }

  #content img.w_auto {
    width: auto;
  }
}

img:not([data-original]) {
  height: auto;
}

a {
  background: transparent;
  outline: 0 none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
}

* {
  margin: 0;
  padding: 0;
}

.hide {
  display: none !important;
}

@media print, screen and (min-width: 768px) {
  .hide_pc {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .hide_sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .sp_w100p {
    width: 100% !important;
  }
}

.bracket {
  margin-right: -5px;
}

/*-------------------------------------------
wrapper class
-------------------------------------------*/
.main {
  font-size: 16px;
  line-height: 1.6;
  margin: 0 auto;
  width: 760px;
}

@media screen and (max-width: 767px) {
  .main {
    padding: 0 15px;
    width: 100%;
  }
}

/*-------------------------------------------
modal_wrap
-------------------------------------------*/
#wrap_inner {
  background-color: #FFF;
  position: relative;
  width: 100%;
  z-index: 1;
}

.is-open #wrap_inner {
  position: fixed;
}

/**
 * Button toggle
 */
.btn_togglemenu {
  background: linear-gradient(#f75586, #d4436f);
  background-color: #d4436f;
  border: 1px solid #d4436f;
  border-radius: 4px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, .15);
  box-sizing: border-box;
  display: none;
  padding: 12px 28px 12px 0;
  position: relative;
  text-align: center;
  width: 115px;
}

.btn_togglemenu span {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}

.btn_togglemenu .btn_togglemenu_arrow {
  display: block;
  height: 12px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
}

.btn_togglemenu .btn_togglemenu_arrow:before,
.btn_togglemenu .btn_togglemenu_arrow:after {
  background-color: #fff;
  border-radius: 2px;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 12px;
}

.btn_togglemenu .btn_togglemenu_arrow:before {
  transform: translateX(-3px) rotate(43deg);
  transform-origin: right center;
}

.btn_togglemenu .btn_togglemenu_arrow:after {
  transform: translateX(-4px) rotate(137deg);
  transform-origin: right center;
}

.btn_togglemenu.btn_togglemenu_close {
  background: linear-gradient(#d4436f, #f75586);
  background-color: #d4436f;
}

.btn_togglemenu.btn_togglemenu_close .btn_togglemenu_arrow {
  transform: translateY(-50%) rotate(180deg);
}

.backtotop {
  background: #fff;
  border-radius: 14px;
  display: block;
}

@media screen and (max-width: 767px) {
  .header {
    position: relative;
  }

  .header_wrap {
    background: #F6EEE0;
    font-size: 15px;
    height: 75px;
    position: relative;
    z-index: 101;
  }

  .header_btn {
    display: block;
    position: absolute;
    right: 10px;
    top: 16px;
  }

  .btn_togglemenu_open {
    display: block;
  }

  .site_logo a {
    display: block;
    width: 180px;
  }

  .site_logo span {
    background: #fff;
    border-radius: 5px;
    display: block;
    font-size: 13px;
    font-weight: bold;
    height: 20px;
    letter-spacing: .1em;
    line-height: 20px;
    margin-bottom: 2px;
    position: relative;
    text-align: center;
    top: 0;
    vertical-align: top;
    width: 207px;
  }
}

@media print, screen and (min-width: 768px) {
  .header {
    font-size: 15px;
  }

  .header a:hover {
    opacity: .7;
  }

  .header .header_area {
    margin: 0 auto;
    position: relative;
    width: 1000px;
  }

  .header .header_wrap {
    height: 84px;
    margin: 0 auto;
    position: relative;
    width: 1000px;
  }

  .site_logo {
    margin: 0;
  }

  .site_logo a:hover {
    opacity: 1;
  }
}

.bc186 .font_resize_wrap.cmn {
  margin-left: 0;
}

/*-------------------------------------------
nav
-------------------------------------------*/
@media print, screen and (min-width: 768px) {
  #nav {
    display: none;
    margin: 0 auto;
    padding-bottom: 6px;
    position: relative;
    width: 1000px;
  }

  #nav.nav_abs {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .nav_pc {
    display: none;
  }

  #nav .nav_wrap {
    background-color: #fbe8f0;
    bottom: 0;
    left: 0;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateY(-100%);
    transition: transform ease .5s;
    width: 100%;
    z-index: 0;
  }

  #nav.nav_abs {
    margin: -53px 0 53px;
    position: relative;
  }

  #nav.nav_abs .nav_wrap {
    top: 0;
  }

  .is-open #nav .nav_wrap {
    transform: translateY(0);
    visibility: visible;
    z-index: 100;
    top: 100px;
  }

  .navClose #nav .nav_wrap {
    transform: translateY(-100%);
    visibility: hidden;
  }

  .navAnm #nav .nav_wrap {
    visibility: visible;
    z-index: 100;
  }

  #nav .nav_wrapInner {
    background-color: #fbe8f0;
    padding-bottom: 14px;
  }

  #nav .nav_list {
    border-top: 1px solid #f9a5be;
    font-size: 14px;
  }

  #nav .nav_list a {
    background-color: #fbe8f0;
    border-bottom: 1px solid #f9a5be;
    color: #ff3e6f;
    display: block;
    padding: 14px 43px 14px 38px;
    position: relative;
    text-decoration: none;
  }

  #nav .nav_list a:before {
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    top: 0;
  }

  #nav .nav_list a:after {
    background: url(/glossary/assets/image/ico-arrow03.png) center center no-repeat;
    background-size: auto 16px;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    right: 22px;
    top: 0;
    width: 16px;
  }

  #nav .nav_list .gray > a:after {
    background: url(/glossary/assets/image/image-cmn/ico-arrow06.png) center center no-repeat;
    background-size: auto 16px;
  }

  #nav .nav_list .accordion a.accordion_btn:after {
    transform: rotate(90deg);
  }

  #nav .nav_list .accordion.op a.accordion_btn:after {
    background-image: url(/glossary/assets/image/ico-arrow03.png);
    transform: rotate(-90deg);
  }

  #nav .nav_list .accordion.op:last-child {
    border-bottom: 0;
  }

  #nav .nav_list li li a {
    background-color: #fff;
    border-color: #facad8;
    padding-left: 38px;
    text-indent: -14px;
  }

  #nav .accordion li a:after {
    background: url(/glossary/assets/image/ico-arrow03.png) center center no-repeat;
    background-size: auto 32px;
    right: 43px;
    width: 32px;
  }

  #nav .nav_list li li:last-child a {
    border-color: #f9a5be;
  }

  #nav .nav_list .home a {
    background-image: url(/glossary/assets/image/ico-nav01.png);
    background-position: 11px center;
    background-repeat: no-repeat;
    background-size: 19px;
  }

  #nav .nav_list .home a:before, #nav .nav_list .home a:after {
    content: normal;
  }

  #nav .nav_list .login a {
    background-image: url(/glossary/assets/image/ico-arrow02.png);
    background-position: 11px center;
    background-repeat: no-repeat;
    background-size: 16px;
  }

  #nav .nav_list .circle.gray > a {
    color: #aaa;
  }

  #nav .nav_list .circle.gray > a:before {
    background-color: #aaaaaa;
  }

  #nav .nav_list .circle > a:before {
    background-color: #f881a5;
    border-radius: 50%;
    bottom: 0;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 14px;
    left: 12px;
    position: absolute;
    top: 15px;
    width: 14px;
  }

  #nav .nav_list .circle_s > a:before {
    background-image: none;
    content: "・";
    display: inline;
    position: static;
  }

  #nav .nav_list .btn_next > a:after {
    background: url(/glossary/assets/image/ico-arrow03.png) center center no-repeat;
    background-size: auto 16px;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    right: 21px;
    top: 0;
    width: 16px;
  }

  #nav .nav_bnrlist {
    border-bottom: 1px solid #f9a5be;
    margin: 0 40px;
    padding: 30px;
  }

  #nav .nav_bnrlist li {
    margin: 14px auto 0 auto;
  }

  #nav .nav_bnrlist li:first-child {
    margin-top: 0;
  }

  #nav .nav_bnrlist li img {
    height: auto;
    width: 100%;
  }

  #nav .nav_close {
    margin-top: 14px;
  }

  #nav .nav_close a {
    height: auto;
  }

  #nav .nav_close .btn_togglemenu {
    margin: 0 auto;
  }
}

@media print, screen and (min-width: 768px) {
  .nav_sp {
    display: none;
  }

  .nav_pc .menu_lst {
    background: #0087dd;
    display: table;
    margin: 0 auto;
    padding: 2px 1px;
    table-layout: fixed;
    width: 1000px;
  }

  .nav_pc .menu {
    border-left: 1px solid #87c6ee;
    border-right: 1px solid #0d5a86;
    display: table-cell;
    height: 43px;
    position: relative;
  }

  .nav_pc .menu:nth-child(-n+2) {
    border-left: none;
    padding-left: 1px;
  }

  .nav_pc .menu:nth-child(2) {
    border-left: 1px solid #87c6ee;
    padding-left: 0;
  }

  .nav_pc .menu a {
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: bold;
    height: 43px;
    line-height: 20px;
    margin: 0 2px;
    overflow: hidden;
    position: relative;
    text-align: right;
  }

  .nav_pc .menu a:hover {
    background: #0C5BAC;
  }

  .nav_pc .menu a div {
    background-image: url(/glossary/assets/image/spr-main-nav-m-x2.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 39px auto;
    height: 42px;
    margin: 0 auto;
    position: relative;
    width: 108px;
  }

  .nav_pc .menu a div p {
    font-size: 16px;
    letter-spacing: 1.2px;
    line-height: 18px;
    position: absolute;
    right: 0;
    text-align: left;
    top: 52%;
    transform: translateY(-50%);
  }

  .nav_pc .menu a img {
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 39px;
  }

  .nav_pc .menu span {
    font-size: 13px;
  }

  .nav_pc .menu:first-child a {
    margin-left: 0;
  }

  .nav_pc .menu.gps a div {
    background-position-y: -224px;
    width: 105px;
  }

  .nav_pc .menu.map a div {
    background-position-y: -179px;
    width: 105px;
  }

  .nav_pc .menu.area a div {
    background-position-y: 2px;
    width: 104px;
  }

  .nav_pc .menu.rev a div {
    background-position-y: -45px;
  }

  .nav_pc .menu.pika a div {
    background-position-y: -89px;
  }

  .nav_pc .menu.mv a div {
    background-position-y: -135px;
  }

  .nav_pc .menu.cate a div {
    background-position-y: -270px;
    width: 112px;
  }
}

.menu.is_pc_hide {
  display: none;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .menu.is_pc_hide {
    display: block;
  }
}

/*-------------------------------------------
  siteroute
-------------------------------------------*/
#siteroute {
  display: block;
  list-style: none;
  margin: 0 auto;
  overflow: hidden;
  padding: 9px 0 5px;
  text-align: left;
  width: 970px;
}

#siteroute li {
  float: left;
  margin: 0 5px 5px 0;
  padding: 0;
}

#siteroute li > a {
  color: #1689da;
  cursor: pointer;
  line-height: 110%;
  margin: 0;
}

#siteroute li > a:hover {
  color: #f00;
}

#siteroute li span {
  background: url(/glossary/assets/image/ico-arrow-siteroute-beige.gif) no-repeat 0 center;
  float: left;
  font-size: 16px;
  margin: 0;
  padding: 1px 0 0 12px;
  line-height: 110%;
}

.siteroute_pink #siteroute li > a {
  color: #1825ce;
}

.siteroute_pink #siteroute li > a:hover {
  color: #f00;
}

.siteroute_pink #siteroute li span {
  background: url(/glossary/assets/image/ico-arrow-siteroute-pink.gif) no-repeat 0 center;
  background-size: 5px 5px;
}

#siteroute li:not([class]):last-child > a span, #siteroute li .last_crumbs {
  color: #000;
  cursor: default;
  /* font-size: 17px; */
  line-height: 110%;
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  .siteroute_wrap {
    background: #fff;
    min-width: 320px;
    overflow-x: auto;
  }

  #siteroute {
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
    overflow-y: hidden;
    padding: 0;
    width: auto;
  }

  #siteroute li {
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    float: none;
    margin: 0 0 0 10px;
  }

  #siteroute li:last-child {
    padding-right: 10px;
  }

  #siteroute li > a,
  #siteroute li > span {
    display: inline-block;
    line-height: 1;
    padding: 10px 0;
  }

  #siteroute li span {
    font-size: 12px;
  }
}

/* ---------------------------------------
 SEO
---------------------------------------- */
@media screen and (max-width: 767px) {
  .footer_lead {
    background: none;
    background-color: #fbe8f0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 40px 20px 40px;
    padding: 15px;
    width: auto;
  }

  .footer_lead:after {
    clear: both;
    content: "";
    display: block;
  }
}

.footer_lead p {
  color: #000;
  font-size: 13px;
  line-height: 1.5;
}

.txt_opn {
  clear: both;
  color: #1689da;
  float: right;
}

/* ---------------------------------------
 Footer
---------------------------------------- */
@media screen and (max-width: 767px) {
  footer .bg_footer {
    background: #fce8f1;
    border-top: 1px solid #f9a5be;
    padding: 0;
  }

  footer .bg_footer:before {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  footer .footer {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  footer .col_navi_footer {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  footer .navi_footer_nav {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
  }
}
footer .footer_border {
  border-top: none;
}

footer .footer_border .logo {
  display: none;
}

footer .navi_footer_nav li {
  padding: 0;
}

footer .navi_footer_nav li:last-child {
  border-bottom: 0;
  border-right: none;
}

@media screen and (max-width: 767px) {
  footer .navi_footer_nav li {
    border-right: 0;
    font-size: 15px;
    margin-bottom: 0;
    text-align: left;
  }

  footer .navi_footer_nav li:last-child {
    border-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  footer .navi_footer_nav a {
    border-bottom: 1px solid #f9a5be;
    color: #ff3e6f;
    display: block;
    font-weight: normal;
    padding: 14px 43px 14px 38px;
    position: relative;
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  footer .navi_footer_nav a:before {
    background-color: #e688a5;
    border: 0;
    bottom: 0;
    box-sizing: border-box;
    content: "";
    height: 10px;
    left: 12px;
    position: absolute;
    top: 16px;
    transform: rotate(45deg);
    width: 10px;
  }
}

@media screen and (max-width: 767px) {
  footer .navi_footer_nav a:after {
    background: url(/glossary/assets/image/ico-arrow03.png) center center no-repeat;
    background-size: auto 16px;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
    width: 16px;
  }
}

@media screen and (max-width: 767px) {
  footer .product {
    color: #ff3e6f;
    display: inline-block;
    font-size: 13px;
    line-height: 1.346;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    width: 100%;
  }
}

footer .product dt {
  margin-right: 5px;
}

@media screen and (max-width: 767px) {
  footer .product dt {
    display: inline;
  }
}

footer .product dd {
  margin: 0;
}

@media screen and (max-width: 767px) {
  footer .product dd {
    display: inline;
  }
}

@media screen and (max-width: 767px) {
  footer .copyright {
    background: #cc5479;
    border: none;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.346;
    padding: 10px;
    text-align: center;
  }

  footer .copyright a {
    color: #fff;
  }
}

/* =======================================================
 * content_cmn
 * ======================================================= */
 #content {
  margin: 0 auto;
  position: relative;
  width: 1000px;
}

@media screen and (max-width: 767px) {
  #content {
    width: 100%;
  }
}

/* ---------------------------------------
 main_visual
---------------------------------------- */
.main_visual {
  margin-bottom: 8px;
  position: relative;
  width: 1000px;
}

@media screen and (max-width: 767px) {
  .main_visual {
    width: 100%;
  }
}

.main_visual_bnr {
  padding: 15px;
}

.ttl_name {
  display: none;
}

@media screen and (max-width: 767px) {
  .ttl_name {
    background-color: #f65686;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    padding: 12px 10px;
    text-align: center;
    width: 100%;
  }
}

.txt {
  color: #000;
  font-size: 16px;
  line-height: 1.7;
  margin: 0 150px;
}

@media screen and (max-width: 767px) {
  .txt {
    margin: 0 20px;
  }
}

/*----------------------------------------
section
-----------------------------------------*/
.sec_cmn {
  margin-top: 44px;
}

@media screen and (max-width: 767px) {
  .sec_cmn {
    margin-top: 35px;
  }

  .sec_cmn__categorylist {
    margin-bottom: 35px;
  }
}

@media print, screen and (min-width: 768px) {
  .sec_inner {
    margin: 0 auto;
    width: 700px;
  }
}

.txt_desc {
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .txt_desc {
    width: 700px;
  }
}

.txt_lead {
  font-size: 93.75%;
  margin-top: 21px;
}

@media screen and (max-width: 767px) {
  .txt_lead {
    margin-top: 20px;
  }
}

/* ---------------------------------------
title heading
---------------------------------------- */
@media screen and (max-width: 767px) {
  .ttl_h3 {
    border-bottom: 3px solid #f85486;
    font-size: 18px;
    margin: 0 0 20px;
    padding-bottom: 7px;
  }
  .section_word {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .ttl_h3.ttl_search {
    background-color: #c4ecf9;
    border-bottom: 2px solid #0068b6;
    border-top: 2px solid #0068b6;
    color: #0068b6;
    letter-spacing: .06em;
    line-height: 29px;
    margin: 50px 0 30px;
    padding: 13px 15px 13px 76px;
    text-indent: -61px;
  }

  .ttl_h3.ttl_search:before {
    background: url(/glossary/assets/image/ico-area.png) no-repeat 0 0/29px auto;
    border-right: 2px solid #0068b6;
    box-sizing: content-box;
    content: "";
    display: inline-block;
    height: 29px;
    margin-right: 15px;
    padding: 0 15px 0 0;
    vertical-align: middle;
    width: 29px;
  }

  .ttl_h3.ttl_search__category:before {
    background: url(/glossary/assets/image/ico-category.png) no-repeat 0 0;
    background-size: 29px 21px;
    border-right: 2px solid #0068b6;
    box-sizing: content-box;
    content: "";
    display: inline-block;
    height: 21px;
    margin-right: 15px;
    padding: 0 15px 0 0;
    vertical-align: middle;
    width: 29px;
  }
}

.ttl_h3.ttl_book {
  border-bottom: 3px solid #0068b6;
  font-size: 19px;
  height: 42px;
  line-height: 1.5;
  margin-bottom: 21px;
  position: relative;
}

.ttl_h3.ttl_book:before {
  background: url(/glossary/assets/image/ico-book.png) no-repeat 0 0;
  background-size: cover;
  content: "";
  height: 19px;
  left: 10px;
  position: absolute;
  top: 10px;
  width: 21px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .ttl_h3.ttl_book:before {
    display: none;
  }
}

.ttl_h3.ttl_book:after {
  border-bottom: 37px solid #0068b6;
  border-right: 24px solid transparent;
  border-top: 0 solid transparent;
  bottom: 2px;
  content: "";
  display: inline-block;
  height: 0;
  position: absolute;
  vertical-align: middle;
  width: 0;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .ttl_h3.ttl_book:after {
    display: none;
  }
}

.ttl_h3.ttl_book span {
  background: #0068b6;
  color: #fff;
  display: inline-block;
  height: 37px;
  letter-spacing: .1em;
  margin-right: -1px;
  padding: 5px 16px 0 42px;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .ttl_h3.ttl_book span {
    background: none;
    color: #000;
    font-size: 24px;
    height: auto;
    line-height: 1.5;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .ttl_h3.ttl_book {
    border-bottom: 3px solid #f85486;
    height: auto;
    margin-bottom: 20px;
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .ttl_h3.ttl_word {
    position: relative;
    background-color: #dbf5ff;
    color: #000;
    font-size: 15px;
    line-height: 1;
    margin-bottom: 17px;
    padding: 8px 0 4px 20px;
    border-bottom: 3px solid #87c6e7;
  }

  .ttl_h3.ttl_word:first-letter {
    font-size: 17px;
  }

  .ttl_h3.ttl_word::after {
    content: "";
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 200px;
    height: 26px;
    background: url("/glossary/assets/image/ttl-h3-bg.png") no-repeat center / contain;
  }
}

.ttl_h4 {
  border-bottom: 3px solid #2193db;
  font-size: 22px;
  height: 40px;
  line-height: 1.5;
  margin-bottom: 12px;
  position: relative;
}

.ttl_h4:after {
  background: url(/glossary/assets/image/bg-ttl-h4-right.png) no-repeat right 0 top 3px;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 44px;
  position: absolute;
  right: 0;
  vertical-align: middle;
  width: 410px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .ttl_h4:after {
    display: none;
  }
}

.ttl_h4 span {
  background: #2193db;
  color: #fff;
  display: inline-block;
  height: 40px;
  padding: 3px 13px 0 17px;
  position: relative;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .ttl_h4 span {
    background: none;
    color: #000;
    font-size: 16px;
    height: auto;
    padding: 0 0 0 10px;
  }
}

.ttl_h4 span:after {
  border-bottom: 40px solid #2193db;
  border-right: 22px solid transparent;
  border-top: 0 solid transparent;
  content: "";
  height: 40px;
  position: absolute;
  right: -22px;
  top: 0;
  width: 23px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .ttl_h4 span:after {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .ttl_h4 {
    border-bottom: 0;
    border-left: 5px solid #f85486;
    height: auto;
    line-height: 1;
    margin-bottom: 20px;
    width: 100%;
  }
}

/* ---------------------------------------
font resizer
---------------------------------------- */
.mod_font_change {
  margin: 0 -38px 30px 0;
}

.mod_font_change:after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (max-width: 767px) {
  .mod_font_change {
    margin: 0 0 20px 0;
  }
}

.mod_font_change .mod_inner {
  border-bottom: 1px solid #148ec6;
  clear: both;
  display: flex;
  float: right;
  height: 34px;
  width: 240px;
}

@media screen and (max-width: 767px) {
  .mod_font_change .mod_inner {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.born {
  -ms-flex-align: end;
  align-items: flex-end;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 3px;
}

@media screen and (max-width: 767px) {
  .born {
    width: 45%;
  }
}

.mod_font_change .ttl {
  margin: 12px 10px 0;
}

@media screen and (max-width: 767px) {
  .mod_font_change .ttl {
    margin-left: 0;
  }
}

.mod_font_change li {
  -ms-flex-align: center;
  align-items: center;
  background: #89c6e2;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-weight: 800;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 20px 0 0;
  padding-top: 2px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .mod_font_change li {
    margin-right: 0;
    padding: 2px 5px;
  }
}

.mod_font_change li:first-child {
  font-size: 18px;
  height: 24px;
  width: 24px;
}

.mod_font_change li:nth-child(2) {
  font-size: 19px;
  height: 27px;
  width: 27px;
}

.mod_font_change li:last-child {
  font-size: 25px;
  height: 30px;
  margin: 0 5px 0 0;
  width: 30px;
}

@media screen and (max-width: 767px) {
  .mod_font_change li:last-child {
    margin-right: 0;
  }
}

.mod_font_change li.active,
.mod_font_change li:hover {
  background: #148ec6;
  color: #fff;
}

.mod_font_change li.active {
  cursor: default;
}

.mod_font_change li.active use,
.mod_font_change li:hover use {
  fill: #fff;
}

@media screen and (max-width: 767px) {
  .base_list_link {
    margin: 15px 0 20px;
  }
  
  .base_list_link a {
    -ms-flex-align: center;
    align-items: center;
    background-color: #f65686;
    background-image: url(/glossary/assets/image/ico-arrow01.png), linear-gradient(to top, #f2dee9, #fefeff);
    background-position: right 10px top 50%, 0 0;
    background-repeat: no-repeat, no-repeat;
    background-size: 7px auto, 100% 100%;
    border: 1px solid #f65686;
    border-radius: 5px;
    box-shadow: 0 2px rgb(0 0 0 / 15%);
    color: #f04d84;
    display: flex;
    font-size: 16px;
    padding: 10px;
    width: 100%;
  }
}

/* ---------------------------------------
search area
---------------------------------------- */
.bnr_search {
  margin: 18px 0;
  text-align: center;
}

.lead {
  display: flex;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .lead {
    flex-direction: column;
  }
}

.lead_txt {
  flex: 1;
  font-size: 93.75%;
  padding-right: 20px;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .lead_txt {
    display: block;
    flex: initial;
    padding-right: 0;
    width: 100%;
  }
}

.lead_btn {
  display: table-cell;
  vertical-align: top;
  width: 246px;
}

@media screen and (max-width: 767px) {
  .lead_btn {
    display: block;
    margin: 10px auto 0;
  }
}

.btn_store {
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #b39852;
  border-radius: 4px;
  display: flex;
  font-size: 15px;
  font-weight: bold;
  height: 60px;
  line-height: 1.25;
  text-align: center;
  vertical-align: top;
}

@media print, screen and (min-width: 768px) {
  .btn_store:hover {
    border-color: #fff;
  }

  .btn_store:hover a {
    background-color: #fff;
    border: 2px solid #b39852;
    color: #b39852;
  }

  .btn_store:hover a:before {
    background-position: left -48px;
    left: 6px;
    top: 19px;
  }
}

.btn_store a {
  -ms-flex-align: center;
  align-items: center;
  background-color: #b39852;
  border: 1px solid #fff;
  border-radius: 4px;
  color: #fff;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 5px;
  position: relative;
  vertical-align: middle;
  width: 100%;
}

.btn_store a:before {
  background: url(/glossary/assets/image/spr-icosrch-x2.png) no-repeat left -80px;
  background-size: cover;
  content: "";
  height: 14px;
  left: 7px;
  position: absolute;
  top: 20px;
  width: 14px;
}

.btn_store a span {
  font-size: 12px;
}

@media print, screen and (min-width: 768px) {
  .search_cate {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
    position: relative;
  }

  .search_cate > li {
    width: 100%;
  }

  .search_cate_lst + .search_cate_lst {
    margin-top: 30px;
  }

  .search_cate_lst.inline3 {
    margin-left: 30px;
    width: 233px;
  }

  .search_cate_lst.inline3:nth-of-type(3n + 1) {
    margin-left: 0;
  }

  .search_cate .btn_blue {
    border-bottom: 1px solid #2f5b99;
  }

  .search_cate .btn_blue span {
    background: #2f5b99;
  }

  .search_cate .btn_blue span:after {
    border-bottom-color: #2f5b99;
  }

  .search_cate .btn_yellow {
    border-bottom: 1px solid #cc9e10;
  }

  .search_cate .btn_yellow span {
    background: #cc9c09;
  }

  .search_cate .btn_yellow span:after {
    border-bottom-color: #cc9e10;
  }

  .search_cate .btn_green {
    border-bottom: 1px solid #4d873b;
  }

  .search_cate .btn_green span {
    background: #4d873b;
  }

  .search_cate .btn_green span:after {
    border-bottom-color: #4d873b;
  }

  .search_cate .data_blue li a {
    background-color: #e2f5fb;
    border-color: #99bcc8;
  }

  .search_cate .data_blue li a:before {
    background-position: 0 0;
  }

  .search_cate .data_yellow li a {
    background-color: #f8eecf;
    border-color: #c3b17a;
  }

  .search_cate .data_yellow li a:before {
    background-position: 0 -48px;
  }

  .search_cate .data_green li a {
    background-color: #e8f8e3;
    border-color: #a3c697;
  }

  .search_cate .data_green li a:before {
    background-position: 0 -64px;
  }

  .search_cate .data_white li a {
    background-color: #fff;
    border-color: #bea06c;
  }

  .search_cate .data_white li a:before {
    background-position: 0 0;
  }
}

@media screen and (max-width: 767px) {
  .search_cate_lst .srch_count {
    white-space: nowrap;
  }

  .search_cate_lst .srch_count:before {
    content: "";
    display: inline-block;
  }

  .search_cate .empty {
    display: none;
  }

  .menu_toggle_data.row_1 li.empty {
    display: none;
  }
}

/* ---------------------------------------
list banner
---------------------------------------- */
.ad_bnrbox {
  display: flex;
  justify-content: center;
  margin-top: 65px;
  margin-bottom: 65px;
}

@media screen and (max-width: 767px) {
  .ad_bnrbox {
    display: none;
  }
}

@media print {
  .ad_bnrbox {
    display: none !important;
  }
}

.ad_box {
  margin-left: 20px;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .ad_box {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .inner {
    margin: 0 15px;
  }
}

/* =================================================
_public_search
================================================== */
/* ---------------------------------------
_public_search - header
--------------------------------------- */
@media print, screen and (min-width: 768px) {
  .other_head_box,
  .usr_area_inner {
    flex: 1 1 0;
  }

  .other_head_box {
    justify-content: space-between;
  }

  .about_box_txt {
    margin: 5px 0 0 0;
  }

  .bc186 .font_resize_wrap.cmn {
    align-items: flex-end;
    display: flex;
    height: 47px;
    margin-bottom: 3px;
  }

  .global_header .logo_head_box {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  header .ttl_cate.header_sp {
    display: none;
  }
}

/* ---------------------------------------
*_public_search - module
--------------------------------------- */
@media screen and (max-width: 767px) {
  .pc {
    display: none!important;
  }
}

@media print, screen and (min-width: 768px) {
  .sp {
    display: none!important;
  }
}

/* ---------------------------------------
*_public_search - content
--------------------------------------- */
.accordion .accordion_data {
  display: none;
  font-size: 0;
  overflow: hidden;
  transition: height ease;
}

.accordion.op .accordion_data {
  display: block;
}

.accordion.anm .accordion_data {
  display: block;
}

.accordion .accordion_data li {
  font-size: 15px;
}

#nav .nav_list .accordion.op a.accordion_btn:after {
  background-image: url(/castle/historian/assets/image/arrow_03.png);
  transform: rotate(-90deg);
}

.is-open .btn_togglemenu_open {
  display: none;
}

@media screen and (max-width: 767px) {
  .is-open .btn_togglemenu_close {
    display: block;
  }
}

.is-open #header_wrap {
  height: 75px;
}

.is-open .main_header {
  position: fixed;
  top: 0;
  width: 100%;
}

.ttl_main {
  text-align: center;
}

footer {
  background: #fff;
  margin-top: 58px;
}

@media screen and (max-width: 767px) {
  footer {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 768px) {
  .mod_pagetop.fixed {
    bottom: 0;
    position: fixed;
  }
}

.leadbox {
  margin: 38px auto 0;
  width: 704px;
}

@media screen and (max-width: 767px) {
  .leadbox {
    margin: 20px 15px 0;
    width: auto;
  }
}

.sec_xl_srch {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .map_area {
    display: none;
  }
}

.ttl_xl_srch {
  font-size: 125%;
  display: flex;
  justify-content: center;
}

.ttl_xl_srch span {
  align-items: center;
  border-bottom: 2px solid #9d1528;
  color: #9d1528;
  display: inline-flex;
  font-weight: 600;
  justify-content: center;
  letter-spacing: .6px;
  padding: 0 45px 5px;
  text-align: center;
}

.ttl_xl_srch span:before {
  background: url(/public_search/assets/image/ico-search-public.png) no-repeat 0 0;
  content: "";
  display: block;
  height: 15px;
  margin-right: 7px;
  width: 15px;
}

.map_area .lead_txt {
  display: flex;
  justify-content: center;
  margin-top: 6px;
}

/* ---------------------------------------
*_map svg
--------------------------------------- */
/*map*/
.map_wrap {
  background: linear-gradient(90deg, #ffffc0 0, #fffeef 100%);
  border: 1px solid #9d1528;
  height: 680px;
  margin: 1.4rem auto 0;
  overflow: hidden;
  padding: 20px 20px 30px 15px;
  position: relative;
  text-align: center;
  width: 940px;
}

.map_wrap.map_wrap_01.map_01_area {
  padding: 2px;
}

.map_wrap.map_wrap_02.svg-14100,
.map_wrap.map_wrap_02.svg-22130 {
  padding-bottom: 20px;
}

.map_wrap.map_wrap_02.svg-12100,
.map_wrap.map_wrap_02.svg-22100 {
  padding-bottom: 30px;
}

.map_wrap.map_wrap_02.svg-27100 {
  padding-bottom: 15px;
}

.map_wrap.map_wrap_02.svg-26100 {
  padding-bottom: 5px;
}

.map_wrap.map_wrap_02 svg {
  -webkit-filter: unset;
  filter: unset;
}

.map_wrap.map_wrap_02.svg-27100 svg {
  padding-left: 60px;
}

.map_wrap.map_wrap_02.svg-26100 svg {
  padding-right: 100px;
}

.map_svg {
  -webkit-filter: drop-shadow(-1px 7px 3px rgba(21, 55, 78, .5));
  filter: drop-shadow(-1px 7px 3px rgba(21, 55, 78, .5));
  height: 100%;
  width: 100%;
}

.map_svg a:hover {
  opacity: 1;
}

.map_wrap_01 .map_svg {
  display: block;
  margin: 0 auto;
  max-height: 700px;
}

.map_wrap_01.map_01_area .map_svg {
  height: auto;
  width: 100%;
}

.map_wrap.map_wrap_01.map_01_area.svg-01-north {
  padding-left: 165px;
}

.map_wrap.map_wrap_01.map_01_area.svg-01-south {
  padding: 2px 0 10px 120px;
}

.map_svg path,
.map_svg polygon {
  fill: #90c31f;
}

.map_svg a path,
.map_svg a polygon {
  position: relative;
  transition: all .3s;
  z-index: 1;
}

.map_svg text {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 14px;
  letter-spacing: .1em;
}

.map_wrap.svg-00 .map_svg text {
  font-size: 13px;
}

.map_svg a text {
  position: relative;
  z-index: 2;
}

.map_svg a:hover path,
.map_svg a:hover polygon,
.map_svg a:hover polyline {
  cursor: pointer;
  fill: #1e6ed4 !important;
}

.map_svg a .blue01 path {
  fill: #6ac8ee;
}

.map_svg a .blue02 path {
  fill: #31a9e1;
}

.map_svg a .purple path {
  fill: #b088e4;
}

.map_svg a .pink path {
  fill: #e896bd;
}

.map_svg a .red path {
  fill: #e16e79;
}

.map_svg a .orange path {
  fill: #ea9a6d;
}

.map_svg a .yellow path {
  fill: #ecba49;
}

.map_svg a .green01 path {
  fill: #8fd13a;
}

.map_svg a .green02 path {
  fill: #2bae37;
}

.map_svg a .green03 path {
  fill: #69cc8f;
}

.map_svg a .green04 path {
  fill: #bddb4b;
}

.map_svg.svg-hex-1 path,
.map_svg.svg-hex-1 polygon,
.map_svg a .hex-1 path {
  fill: #6ac9ef;
}

.map_svg.svg-hex-2 path,
.map_svg.svg-hex-2 polygon,
.map_svg a .hex-2 path {
  fill: #6ac9ef;
}

.map_svg.svg-hex-3 path,
.map_svg.svg-hex-3 polygon,
.map_svg a .hex-3 path {
  fill: #69cc8f;
}

.map_svg.svg-hex-4 path,
.map_svg.svg-hex-4 polygon,
.map_svg a .hex-4 path {
  fill: #8fd13b;
}

.map_svg.svg-hex-5 path,
.map_svg.svg-hex-5 polygon,
.map_svg a .hex-5 path {
  fill: #ea9a6e;
}

.map_svg.svg-hex-6 path,
.map_svg.svg-hex-6 polygon,
.map_svg a .hex-6 path {
  fill: #e26f7a;
}

.map_svg.svg-hex-7 path,
.map_svg.svg-hex-7 polygon,
.map_svg a .hex-7 path {
  fill: #b189e5;
}

.map_svg.svg-hex-8 path,
.map_svg.svg-hex-8 polygon,
.map_svg a .hex-8 path {
  fill: #2baf37;
}

.map_svg.svg-hex-9 path,
.map_svg.svg-hex-9 polygon,
.map_svg a .hex-9 path {
  fill: #e897be;
}

.map_svg.svg-hex-10 path,
.map_svg.svg-hex-10 polygon,
.map_svg a .hex-10 path {
  fill: #edbb4a;
}

.map_svg g.pref-capital path,
.map_svg g.pref-capital polygon {
  fill: #f294c5;
}

.map_svg.svg-hex-9 g.pref-capital path,
.map_svg.svg-hex-9 g.pref-capital polygon {
  fill: #8fd13b;
}

.map_svg a .hex-1-opacity path {
  fill: #c3e9f9;
}

.map_svg a .hex-2-opacity path {
  fill: #c3e9f9;
}

.map_svg a .hex-3-opacity path {
  fill: #9fe2b1;
}

.map_svg a .hex-4-opacity path {
  fill: #bce389;
}

.map_svg a .hex-5-opacity path {
  fill: #f2c2a8;
}

.map_svg a .hex-6-opacity path {
  fill: #eea9af;
}

.map_svg a .hex-7-opacity path {
  fill: #d0b8ef;
}

.map_svg a .hex-8-opacity path {
  fill: #80cf87;
}

.map_svg a .hex-9-opacity path {
  fill: #f1c1d8;
}

.map_svg a .hex-10-opacity path {
  fill: #f4d692;
}

.map_svg #bridge polygon,
.map_svg #bridge path,
.map_svg #bridge polyline {
  fill: #ccc;
}

.map_svg a:hover text {
  cursor: pointer;
}

.map_svg a text {
  fill: #1734e8;
  font-weight: 600;
}

.map_svg a text.text-background {
  fill: #1734e8;
  stroke-linejoin: round;
  stroke-width: 5px;
  stroke: #fff;
}

.map_svg g.disabled path,
.map_svg g.disabled polygon,
.map_svg g.disabled polyline {
  fill: #ccc;
}

.map_svg g.disabled text {
  fill: #000;
}

.map_svg g.disabled text.text-background {
  fill: #fff;
  stroke-linejoin: round;
  stroke-width: 4px;
  stroke: #fff;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .map_svg a text {
    stroke-width: 0;
  }
}

.sec_area_list {
  margin-top: 43px;
}

.sec_area_list .ttl_xl_srch span {
  padding: 0 27px 5px;
}

@media screen and (max-width: 767px) {
  .ttl_xl_srch {
    font-size: 16px;
    justify-content: flex-start;
    margin: 0 15px;
  }

  .sec_area_list .ttl_xl_srch span, .ttl_xl_srch span {
    display: flex;
    justify-content: flex-start;
    padding: 0 0 5px;
    text-align: left;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .sec_xl_srch {
    margin: 20px 0 0;
  }
}

.list_area_table {
  margin: 18px auto 0;
  max-width: 950px;
  transform: translateX(8px);
  width: 100%;
}

@media screen and (max-width: 767px) {
  .list_area_table {
    margin-top: 23px;
    transform: translateX(0);
  }

  .list_area_table table,
  .list_area_table tbody,
  .list_area_table tr,
  .list_area_table th,
  .list_area_table td {
    display: block;
  }
}

.list_area_table table {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .list_area_table table {
    border-bottom: 1px solid #f75586;
    border-collapse: collapse;
  }

  .list_area_table tr:not(:last-child) {
    border-bottom: 1px solid #f75586;
  }
}

.list_area_table th {
  padding: 0;
  padding-bottom: 2px;
  vertical-align: top;
  width: 118px;
}

.list_area_table tr:nth-child(n + 2) th {
  padding-top: 5px;
}

.list_area_table th a.ico_next,
.list_area_table th span {
  background-color: #236ed1;
  background-size: contain;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: normal;
  margin-left: -5px;
  padding: 10px;
  position: relative;
}

.list_area_table th .ico_next {
  background-color: #236ed1;
  background-size: contain;
  color: #fff;
  display: block;
  font-size: 1.8rem;
  font-weight: normal;
  margin-left: -.5rem;
  padding-left: 25px;
  padding-right: 25px;
  padding: .9rem .8rem .7rem .8rem;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .hex-1 .list_area_table th,
  .hex-2 .list_area_table th {
    border-bottom-color: #30b9f0;
  }

  .hex-1 .list_area_table th span,
  .hex-2 .list_area_table th span {
    background-color: #30b9f0;
  }

  .hex-3 .list_area_table th {
    border-bottom-color: #29cc67;
  }

  .hex-3 .list_area_table th span {
    background-color: #29cc67;
  }

  .hex-4 .list_area_table th {
    border-bottom-color: #8fd13b;
  }

  .hex-4 .list_area_table th span {
    background-color: #8fd13b;
  }

  .hex-5 .list_area_table th {
    border-bottom-color: #ea9a6e;
  }

  .hex-5 .list_area_table th span {
    background-color: #ea9a6e;
  }

  .hex-6 .list_area_table th {
    border-bottom-color: #e26f7a;
  }

  .hex-6 .list_area_table th span {
    background-color: #e26f7a;
  }

  .hex-7 .list_area_table th {
    border-bottom-color: #b189e5;
  }

  .hex-7 .list_area_table th span {
    background-color: #b189e5;
  }

  .hex-8 .list_area_table th {
    border-bottom-color: #2baf37;
  }

  .hex-8 .list_area_table th span {
    background-color: #2baf37;
  }

  .hex-9 .list_area_table th {
    border-bottom-color: #e897be;
  }

  .hex-9 .list_area_table th span {
    background-color: #e897be;
  }

  .hex-10 .list_area_table th {
    border-bottom-color: #edbb4a;
  }

  .hex-10 .list_area_table th span {
    background-color: #edbb4a;
  }
}

@media all and (-ms-high-contrast: none) {
  .list_area_table th a.ico_next,
  .list_area_table th span {
    padding: 1rem 1.34rem .6rem;
  }
}

@media screen and (max-width: 767px) {
  .list_area_table th {
    border: 1px solid #f75586;
    border-bottom: none;
    cursor: pointer;
    display: block;
    padding-bottom: 0;
    text-align: left;
    width: 100%;
  }

  .list_area_table tr:nth-child(n + 2) th {
    border-top: none;
    padding-top: 0;
  }

  .list_area_table th a.ico_next,
  .list_area_table th span {
    background: #fbe8f0;
    color: #ff5b85;
    display: block;
    font-size: 15px;
    margin-left: 0;
    padding: 14px 34px 15px 27px;
    position: relative;
  }

  .list_area_table th a.ico_next:before,
  .list_area_table th span:before {
    background: #ff5b85;
    content: "";
    height: 10px;
    left: 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
  }

  .list_area_table th a.ico_next:after,
  .list_area_table th span:after {
    background: url(/image_cmn/ico-arrow-up.png) center center no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 11px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) rotateZ(180deg);
    width: 20px;
  }

  .list_area_table th a.ico_next:after {
    transform: translateY(-50%) rotateZ(90deg);
  }

  .list_area_table th.active span:after {
    transform: translateY(-50%);
  }
}

.list_area_table td {
  padding: 0 0 0 16px;
}

.list_area_table_index tr:nth-child(n + 2) td {
  padding-top: 5px;
}

@media screen and (max-width: 767px) {
  .list_area_table td {
    display: block;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    transition: max-height .3s ease-out;
    width: 100%;
  }

  .list_area_table tr:nth-child(n + 2) td {
    padding-top: 0;
  }
}

.list_area_table td .list_table {
  display: flex;
  justify-content: inherit;
}

@media screen and (max-width: 767px) {
  .list_area_table td .list_table {
    border-left: 1px solid #f75586;
  }
}

.list_area_table_color th span:before {
  content: none;
}

.list_area_table_color th .blue {
  background-color: #39b1d5;
}

.list_area_table_color th .green {
  background-color: #32b966;
}

.list_area_table_color th .green02 {
  background-color: #10981c;
}

.list_area_table_color th .green03 {
  background-color: #76bd1b;
}

.list_area_table_color th .orange {
  background-color: #edaf22;
}

.list_area_table_color th .orange02 {
  background-color: #edaf22;
}

.list_area_table_color th .red {
  background-color: #dd5e6a;
}

.list_area_table_color th .pink {
  background-color: #e57da9;
}

.list_area_table_color th .purple {
  background-color: #a46edf;
}

.list_table li {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 0;
  margin-right: 6px;
  margin: 5px 0;
  min-width: 92px;
}

.list_table li:last-child {
  margin-right: 0;
}

.list_area_table.list_area_table_index .list_table li:not(:last-child) {
  margin-right: 10px;
  max-width: unset;
  width: unset;
}

@media (min-width: 768px) {
  .list_table.list_table_2 li {
    margin-bottom: .5rem;
    margin-top: 1rem;
  }

  .list_area_table_index tr:last-child .list_table {
    margin-top: 7px;
  }

  .list_table li.text_long {
    margin-right: 1.5rem;
  }
}

@media (min-width: 768px) and (-ms-high-contrast: none) {
  .list_table li {
    margin-top: .6rem;
  }
}

@media screen and (max-width: 767px) {
  .list_table li {
    align-items: center;
    border-right: 1px solid #f75586;
    border-top: 1px solid #f75586;
    display: flex;
    flex: 1 1 50%;
    float: none;
    margin: 0;
  }
}

.sec_area_list .list_table li a {
  align-items: center;
  display: inline-flex;
  padding: 0 1px 2px 14px;
  position: relative;
}

.sec_area_list .list_table li a:hover {
  opacity: .7;
}

@media screen and (max-width: 767px) {
  .sec_area_list .list_table li a {
    padding: 15px 27px 15px 17.5px;
    width: 100%;
  }
}

.sec_area_list .list_table li a:before {
  border-color: transparent transparent transparent #0000ff;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  content: "";
  display: inline-block;
  height: 0;
  left: 0;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}

@media screen and (max-width: 767px) {
  .sec_area_list .list_table li a:before {
    display: none;
  }

  .sec_area_list .list_table li a:after {
    background: url(/image_cmn/ico-arrow04.png) center center no-repeat;
    background-size: contain;
    content: "";
    height: 17px;
    position: absolute;
    right: 9px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
  }
}

.sec_area_list .list_table li.disabled a:before {
  background-image: url(/image_cmn/ico-search-disabled.png);
}

.sec_area_list .list_table li a span {
  color: #1734e8;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .sec_area_list .list_table li a span {
    color: #000;
    font-size: 15px;
    font-weight: normal;
    position: relative;
  }
}

.sec_area_list .list_table li.disabled a, .sec_area_list .list_table li.disabled a span {
  color: #ccc;
  pointer-events: none;
}

.sec_area_list .list_table li a .city_txt, .sec_area_list .list_table li a .area_conut {
  color: #000;
  font-size: 1.3rem;
  letter-spacing: 0;
}

.sec_area_list .list_table li a .area_conut {
  font-weight: 400;
  white-space: nowrap;
}

/* detail page */
@media print, screen and (min-width: 768px) {
  .sec_area_list .list_table li a.special {
    font-weight: 600;
  }
}

.list_area_table_color th .hex-1-2 {
  background-color: #6ac9ef;
}

.list_area_table_color th .hex-3 {
  background-color: #69cc8f;
}

.list_area_table_color th .hex-4 {
  background-color: #8fd13b;
}

.list_area_table_color th .hex-5 {
  background-color: #ea9a6e;
}

.list_area_table_color th .hex-6 {
  background-color: #e26f7a;
}

.list_area_table_color th .hex-7 {
  background-color: #b189e5;
}

.list_area_table_color th .hex-8 {
  background-color: #2baf37;
}

.list_area_table_color th .hex-9 {
  background-color: #e897be;
}

.list_area_table_color th .hex-10 {
  background-color: #edbb4a;
}

.btn_srch_list {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #9d1528;
  color: #9d1528;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 21px;
  padding: 7px 27px 5px 14px;
  position: absolute;
  right: 279px;
  top: 104px;
}

.btn_srch_list:hover {
  opacity: .7;
}

.btn_srch_list:after {
  border-color: #9d1528 transparent transparent transparent;
  border-style: solid;
  border-width: 6px 3.5px 0 3.5px;
  content: "";
  display: inline-block;
  height: 0;
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}

.select_search_region {
  background: url(/image_cmn/ico-finger.png) no-repeat left top;
  bottom: 60px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  height: 47px;
  letter-spacing: -.8px;
  line-height: 52px;
  padding-left: 51px;
  position: absolute;
  right: 35px;
  top: 30px;
}

.svg-00 .select_search_region {
  right: 274px;
  top: 46px;
}

.bnr_center_cmn {
  margin-top: 30px;
  text-align: center;
}

.bnr_center_cmn .cap {
  font-size: 16px;
  line-height: 24px;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .bnr_center_cmn {
    margin: 40px auto 0;
    text-align: left;
    width: 300px;
  }
}

.sec_xl {
  margin: 29px auto 0;
  width: 938px;
}

.ttl_xl {
  border-bottom: 2px solid #264172;
  overflow: hidden;
}

.ttl_xl .l_inner  {
  background: url(/public_search/assets/image/bg-ttl-xl.png) no-repeat right top;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-right: 60px;
  padding: 8px 110px 8px 16px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .sec_xl {
    margin: 29px 15px 0;
    width: auto;
  }

  .sec_area_list + .useful {
    margin-top: 40px;
  }

  .ttl_xl .l_inner  {
    background-position: right top -50px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    line-height: 27px;
    margin-right: 30px;
    min-width: 310px;
    padding: 7px 70px 7px 16px;
    position: relative;
  }
}

.list_bnr_useful {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 2px 0;
}

.list_bnr_useful li {
  width: 300px;
}

.list_bnr_useful li:nth-child(n + 4) {
  margin-top: 14px;
}

.list_bnr_useful li a {
  display: inline-block;
}

.list_bnr_useful li .cap {
  font-size: 16px;
  line-height: 24px;
  margin-top: 6px;
}

@media screen and (max-width: 767px) {
  .list_bnr_useful {
    display: block;
    margin: 20px auto 0;
    width: 300px;
  }

  .list_bnr_useful li:nth-child(n + 2) {
    margin-top: 14px;
  }

  .list_bnr_useful li a {
    display: inline-block;
  }

  .list_bnr_useful li .cap {
    line-height: 24px;
    margin-top: 6px;
  }
}

.svg-00 .select_search_containner {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 75px 0 0 396px;
  position: absolute;
  top: 0;
  width: 300px;
}

.svg-00 .select_search_containner .select_search_region {
  display: inline-block;
  position: static;
}

.svg-00 .select_search_containner .btn_srch_list {
  display: inline-block;
  margin-top: 10px;
  position: relative;
  right: auto;
  top: auto;
}