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

title : 汎用RWDテンプレート
scope : common_rwd

last modify : 2018/11/26 Chau

========================================================== */
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 {
  -webkit-text-decoration-skip: objects;
  background-color: transparent;
}

a:link, a:visited {
  color: #00e;
}

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: 2em;
  margin: .67em 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;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

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

title : サイト定義
scope : 全ページ

last modify : 2018/11/28

//01 調整用ベーススタイル
//02 wrapper class
//03 modal_wrap

========================================================== */
/* 調整用ベーススタイル
   ======================================================= */
@media print {
  body {
    -webkit-print-color-adjust: exact !important;
    /* Chrome, Safari */
    /*Firefox*/;
  }
}

html,
body {
  margin: 0;
  max-width: 100%;
  min-width: 320px;
  padding: 0;
}

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

@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 Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", 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;
}

.modal_wrap {
  background-color: #000;
  height: 120%;
  left: 0;
  overflow: auto;
  padding: 0 20px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 101;
}

.modal_content {
  bottom: 0;
  margin: auto;
  position: absolute;
  top: 0;
  z-index: 102;
}

.modal_login {
  background-color: #f6eee0;
  background-image: url(/glossary/assets/image/bg-modal-mid.png), url(/glossary/assets/image/bg-modal-top.png), url(/glossary/assets/image/bg-modal-btm.png);
  background-position: center, center 1%, center 99%;
  background-repeat: repeat-y, no-repeat, no-repeat;
  background-size: 98% auto;
  border-radius: 6px;
  margin: 0 auto;
  max-width: 360px;
  padding: 5% 4%;
  position: relative;
  text-align: center;
}

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

.modal_login .cont {
  border-width: 0;
  position: relative;
  width: 100%;
}

.modal_login .ttl {
  margin: 0 auto 15px;
  width: 90%;
}

.modal_login .loading {
  background: #f6eee0;
  border-width: 0;
  display: none;
  height: 100%;
  left: -1px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  width: 102%;
}

.modal_login .loading img {
  bottom: 0;
  height: 50px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
}

.modal_login .id {
  margin: 15px 0 10px;
}

.modal_login .id input {
  border: 1px solid #a39781;
  border-radius: 2px;
  box-sizing: border-box;
  color: #444;
  font-size: 17px;
  height: 41px;
  padding: 4px;
  vertical-align: middle;
  width: 100%;
}

.modal_login .pw_btn {
  -ms-flex-pack: justify;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 10px 0 15px;
  width: 100%;
}

.modal_login .pw_btn:after {
  clear: both;
  content: "";
  display: table;
}

.modal_login .password {
  border: 1px solid #a39781;
  border-radius: 2px;
  box-sizing: border-box;
  color: #444;
  float: left;
  font-size: 17px;
  margin-right: 10px;
  max-height: 41px;
  padding: 4px;
  vertical-align: middle;
  width: 100%;
}

.modal_login .login {
  float: right;
  max-height: 41px;
  max-width: 121px;
  outline: none;
  width: 40%;
}

.modal_login .err {
  background: #fefbf6;
  border: 2px solid #cf3a3b;
  color: #cf3a3b;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 auto 10px;
  padding: 6px;
}

.modal_login .chkbox {
  margin: 0 auto 5px;
  text-align: left;
}

.modal_login .chkbox input[type="checkbox"] {
  display: inline-block;
  height: 15px;
  margin: 0 5px 3px 0;
  vertical-align: middle;
  width: 15px;
}

.modal_login .chkbox {
  margin: 0 auto 5px;
  text-align: left;
}

.modal_login .remind {
  line-height: 1.5;
  margin: 0 auto 24px;
  padding-left: 18px;
  text-align: left;
}

.modal_login .remind a {
  font-weight: bold;
  padding-left: 6px;
}

.modal_login .howto {
  margin: 0 0 10px;
}

.modal_login .line {
  background: #d0bfa1;
  border: none;
  border-bottom: solid 1px #fff;
  height: 1px;
  margin: 0;
  padding: 0;
  width: 100%;
}

.modal_login .regist {
  margin: 10px 0 0;
}

.modal_login .clsbtn {
  background: none;
  border: none;
  font-size: 16px;
  height: 38px;
  padding: 0;
  position: absolute;
  right: -12px;
  top: -12px;
  width: 38px;
}

/**
 * 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: 20px;
}

.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: 14px;
}

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

.btn_togglemenu .btn_togglemenu_arrow:after {
  transform: translateX(-4px) rotate(135deg);
  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 {
    left: 10px;
    margin: 0;
    position: absolute;
    top: 6px;
  }

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

  .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_area .ttl_cate {
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border: solid 3px #ee6b7d;
    border-radius: 5px;
    color: #ee6b7d;
    display: -ms-flexbox;
    display: flex;
    font-size: 24px;
    font-weight: 600;
    height: 50px;
    -ms-flex-pack: center;
    justify-content: center;
    left: 310px;
    line-height: 100%;
    padding: 0 20px;
    position: absolute;
    text-align: center;
    top: 32px;
  }

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

  .site_logo {
    margin: 0;
  }

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

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

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

/*-------------------------------------------
  top_loginbox
-------------------------------------------*/
@media screen and (max-width: 767px) {
  #top_loginbox {
    background: #f6eee0;
    box-sizing: border-box;
    font-weight: 800;
    padding: 0 3px 3px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
  }

  #top_loginbox .loginbox_inner {
    -ms-flex-align: stretch;
    align-items: stretch;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #top_loginbox .loginbox_inner * {
    box-sizing: border-box;
  }

  #top_loginbox .loginbox_inner > p {
    -ms-flex-align: center;
    align-items: center;
    padding: 3px 2px 2px;
  }

  #top_loginbox .loginbox_inner > p a {
    -ms-flex-align: center;
    align-items: center;
    height: 31px;
    vertical-align: middle;
  }

  #top_loginbox .loginbox_inner .user_set {
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -3px 4px;
    padding: 4px;
    width: calc(100% + 6px);
  }

  #top_loginbox .loginbox_inner .user_set .user_img {
    min-width: 34px;
    vertical-align: middle;
    width: 7%;
  }

  #top_loginbox .loginbox_inner .user_set .user_img img {
    border: 1px solid #ccc5ba;
    width: 100%;
  }

  #top_loginbox .loginbox_inner .user_set .user_name {
    font-size: 13px;
    font-weight: bold;
    padding: 1px 0 0 10px;
    position: relative;
    text-align: left;
    vertical-align: middle;
  }

  #top_loginbox .loginbox_inner .user_set .user_name.staff {
    padding-left: 41px;
  }

  #top_loginbox .loginbox_inner .user_set .user_name.staff:after {
    background: #3c9468;
    border-radius: .16px;
    color: #fff;
    content: "社員";
    display: block;
    font-size: 12px;
    height: 32px;
    left: 0;
    line-height: 32px;
    position: absolute;
    text-align: center;
    top: 12px;
    width: 48px;
  }

  #top_loginbox .loginbox_inner .user_set .user_name .esq {
    margin-left: .16px;
  }

  #top_loginbox .loginbox_inner .user_set.employee {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
  }

  #top_loginbox .loginbox_inner .user_set.employee .user_img {
    display: block;
  }

  #top_loginbox .loginbox_inner .user_set.employee .user_name {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  #top_loginbox .loginbox_inner .user_set.employee .user_name:before {
    -ms-flex-align: center;
    align-items: center;
    background-color: #274a7b;
    border-radius: 3px;
    color: #fff;
    content: '社員';
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    font-weight: 600;
    height: 18px;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 16px;
    margin: -2px 10px 0 0;
    width: 40px;
  }

  .btn_pr_pointget {
    background: #cf3a3d;
    display: -ms-flexbox;
    display: flex;
    letter-spacing: .05em;
    width: 49.7%;
  }

  .btn_gl_menu_login {
    background: #22497c url(/glossary/assets/image/bg-loginbox-arrow-rd.png) no-repeat right bottom;
    background-size: 11px 11px;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    letter-spacing: .05em;
    min-height: 35px;
    width: 49.7%;
  }

  .btn_gl_menu_logout {
    -ms-flex-align: center;
    align-items: center;
    background: #22497c url(/glossary/assets/image/bg-loginbox-arrow-rd.png) no-repeat right bottom;
    background-size: 11px 11px;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    letter-spacing: .05em;
    margin-left: 3px;
    min-width: 97px;
    padding: 7px 0;
    width: 50%;
  }

  .btn_pr_pointget a,
  .btn_gl_menu_login a,
  .btn_gl_menu_logout a {
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #d5b37e;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    height: 100%;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.5;
    vertical-align: middle;
    width: 100%;
  }

  .btn_gl_menu_mypage {
    background: #fff url(/glossary/assets/image/bg-username-arrow-rd.png) no-repeat right bottom;
    background-size: 11px 11px;
    box-shadow: 0 -1px rgba(0, 0, 0, .2) inset;
    box-sizing: border-box;
    height: 36px;
    letter-spacing: -.05em;
    min-width: 244px;
    text-align: left;
  }

  .btn_gl_menu_mypage a {
    color: #000;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  #top_loginbox {
    position: absolute;
    right: 0;
    text-align: left;
    top: -74px;
    width: 460px;
  }

  #top_loginbox a {
    border: none;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    height: 31px;
    line-height: 31px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 225px;
  }

  #top_loginbox a:after {
    border: #d6b47a 1px solid;
    bottom: 0;
    content: "";
    display: block;
    height: 27px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 221px;
  }

  #top_loginbox .loginbox_inner {
    -ms-flex-align: stretch;
    align-items: stretch;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #top_loginbox .loginbox_inner * {
    box-sizing: border-box;
  }

  #top_loginbox .loginbox_inner .user_set {
    background-color: transparent;
    display: -ms-flexbox;
    display: flex;
    padding-right: 15px;
    width: 100%;
  }

  #top_loginbox .loginbox_inner .user_set .user_img {
    min-width: 30px;
    vertical-align: middle;
    width: 30px;
  }

  #top_loginbox .loginbox_inner .user_set .user_img img {
    border: 1px solid #ccc5b9;
  }

  #top_loginbox .loginbox_inner .user_set .user_name {
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 0 10px;
    position: relative;
    text-align: left;
    vertical-align: middle;
  }

  #top_loginbox .loginbox_inner .user_set .user_name.staff {
    padding-left: 41px;
  }

  #top_loginbox .loginbox_inner .user_set .user_name.staff:after {
    background: #3c9468;
    border-radius: .16px;
    color: #fff;
    content: "社員";
    display: block;
    font-size: 12px;
    height: 32px;
    left: 0;
    line-height: 32px;
    position: absolute;
    text-align: center;
    top: 12px;
    width: 48px;
  }

  #top_loginbox .loginbox_inner .user_set .user_name .esq {
    margin-left: .16px;
  }

  #top_loginbox .login a {
    width: 120px;
  }

  #top_loginbox .login a:after {
    height: 27px;
    width: 116px;
  }

  #top_loginbox .login .user_set {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  #top_loginbox .login .btn_pr_pointget a {
    background: #d13838;
    float: left;
    min-width: 120px;
  }

  #top_loginbox .login .btn_gl_menu_login {
    margin-left: 8px;
  }

  #top_loginbox .login .btn_gl_menu_login a {
    background: #264878;
    float: right;
  }

  #top_loginbox .logout .btn_pr_pointget a {
    background: #d13838;
    float: left;
    min-width: 130px;
  }

  #top_loginbox .logout .btn_gl_menu_login a {
    background: #264878;
    float: right;
  }
}

/*-------------------------------------------
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: 100px;
    transform: translateY(-100%);
    transition: transform ease .5s;
    visibility: hidden;
    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: translateX(0%);
    visibility: visible;
    z-index: 100;
  }

  .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: 10px;
    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: 9px auto;
    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-device-width: 1024px) and (min-device-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: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
    overflow-y: hidden;
    padding: 0;
    width: auto;
  }

  #siteroute li {
    display: -ms-flexbox;
    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 .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
 // - .main_visual
 // - アンカーナビゲーション #nav_anchor
 // - section
 // - title heading
 // - font resizer
 // - map_area
 // - js menu_toggle
 // - list glossary
 // - search area
 // - list banner
 // content あ行
 // - 50音検索　sec_search_50on
 // - post : print area
 * ======================================================= */
#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;
}

@media print, screen and (min-width: 768px) {
  .post_btn .kana {
    display: block;
    margin-top: 5px;
  }
  .ttl_name {
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border: solid 4px #b83e39;
    border-radius: 7px;
    color: #b83e39;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    height: 54px;
    left: 117px;
    letter-spacing: .1em;
    line-height: 1.2;
    padding: 0 23px;
    position: absolute;
    top: 76px;
  }
}

@media screen and (max-width: 767px) {
  .ttl_name {
    background-color: #f65686;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 12px 10px;
    text-align: center;
  }
}

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

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

/*----------------------------------------
アンカーナビゲーション #nav_anchor
-----------------------------------------*/
.nav_anchor_box {
  -webkit-filter: opacity(1);
  -webkit-print-color-adjust: exact;
  position: absolute;
  right: 17px;
  top: 16px;
  width: 259px;
  z-index: 12;
}

@media screen and (max-width: 767px) {
  .nav_anchor_box {
    bottom: 0;
    position: static;
    right: 0;
    top: 0;
    width: 100%;
  }
}

.nav_anchor_inner a {
  color: #000;
  text-align: left;
}

.nav_anchor_inner .close_anchor_box a {
  color: #fff;
  text-align: center;
}

.ttl_nav_anchor {
  -ms-flex-align: center;
  align-items: center;
  background: linear-gradient(to bottom, #a8834a 0%, #a17b43 47%, #99713b 50%, #8d622e 100%);
  border-radius: 3px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .75);
  color: #fff;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  font-size: 15px;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: .08em;
  line-height: 40px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  z-index: 12;
}

@media screen and (max-width: 767px) {
  .ttl_nav_anchor {
    background: linear-gradient(to bottom, #a8834a 0%, #8d622e 100%);
    border-radius: 0;
    box-shadow: none;
  }
}

.ttl_nav_anchor:before {
  background: url(/glossary/assets/image/ico-interview-menu.png) no-repeat 0 0/cover;
  content: "";
  display: inline-block;
  height: 18px;
  margin-right: 18px;
  width: 18px;
}

.ttl_nav_anchor:after {
  background: url(/glossary/assets/image/ico-tgl-arrow.png) no-repeat 0 0/cover;
  content: "";
  display: inline-block;
  height: 8px;
  margin-left: 18px;
  width: 13px;
}

.ttl_nav_anchor:hover {
  background: linear-gradient(to bottom, #bb9d69 0%, #b2915e 47%, #ae8b58 50%, #a57f4c 100%);
}

@media screen and (max-width: 767px) {
  .ttl_nav_anchor:hover {
    background: linear-gradient(to bottom, #bb9d69 0%, #a57f4c 100%);
  }
}

.ttl_nav_anchor.op:after {
  transform: rotate(180deg);
}

.nav_anchor_inner {
  background: #cfb78a;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .75);
  display: none;
  margin-top: 30px;
  padding: 15px;
  position: relative;
  z-index: 12;
}

@media screen and (max-width: 767px) {
  .nav_anchor_inner {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2);
    margin-top: 0;
    padding: 15px 10px;
  }
}

.nav_anchor_inner:before {
  border: 20px solid transparent;
  border-bottom: 30px solid #cfb78a;
  content: "";
  left: 50%;
  position: absolute;
  top: -42px;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .nav_anchor_inner:before {
    border: none;
  }
}

.ttl_nav_anchor.op + .nav_anchor_inner {
  animation: fadeIn 1s ease 0s 1 alternate;
  display: block;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.nav_anchor_inner ul {
  background: #fff;
  border-radius: 5px;
  margin: 0 auto 15px;
  padding: 0 10px;
}

.nav_anchor_inner li {
  background: url(/glossary/assets/image/ico-pagelnk.png) no-repeat center left/16px;
  border-bottom: 1px solid #cfb78a;
}

.nav_anchor_inner li.off a {
  color: #a2a2a2;
  pointer-events: none;
}

.nav_anchor_inner li:last-child {
  border-bottom: none;
}

.nav_anchor_inner a {
  color: #000;
  display: block;
  font-weight: 800;
  line-height: 45px;
  text-indent: 1.5em;
}

.nav_anchor_inner a:hover {
  color: #f00;
}

.close_anchor_box {
  margin: 0 auto;
}

.close_anchor_box a {
  -ms-flex-align: center;
  align-items: center;
  background-color: #a17b43;
  background-image: linear-gradient(to bottom, #a8834a 0%, #a17b43 47%, #99713b 50%, #8d622e 100%);
  border-radius: 5px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .75);
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: .3em;
  line-height: 40px;
  margin: 0 auto;
  text-align: center;
  text-indent: 0;
  width: 135px;
}

.close_anchor_box a:after {
  background: url(/glossary/assets/image/ico-tgl-arrow.png) no-repeat 0 0/cover;
  content: "";
  display: inline-block;
  height: 8px;
  margin-left: 5px;
  transform: rotate(180deg);
  width: 13px;
}

.close_anchor_box a:hover {
  background: linear-gradient(to bottom, #bb9d69 0%, #b2915e 47%, #ae8b58 50%, #a57f4c 100%);
  color: #fff;
}

/*----------------------------------------
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: #ffc7d3;
    border-bottom: 2px solid #f55586;
    border-top: 2px solid #f55586;
    color: #e5027f;
    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 #e5027f;
    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 #f55586;
    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 #f55586;
  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 #f55586;
  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: #f55586;
  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: #fddfe8;
    color: #000;
    font-size: 15px;
    line-height: 1;
    margin-bottom: 17px;
    padding: 8px 0 4px 20px;
    border-bottom: 3px solid #f65587;
  }

  .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: -ms-flexbox;
  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: -ms-flexbox;
  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: -ms-flexbox;
  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;
}

/* ---------------------------------------
 map_area
---------------------------------------- */
@media print, screen and (min-width: 768px) {
  .map_area {
    background: url(/glossary/assets/image/bg-map.jpg) no-repeat 0 0;
    background-size: 100% auto;
    font-weight: 600;
    height: 440px;
    margin: 15px 0 0 5px;
    position: relative;
    width: 690px;
  }

  .map_area_ttl {
    -ms-flex-align: center;
    align-items: center;
    background-color: #5c4aaa;
    color: #fff;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 15px;
    height: 30px;
    -ms-flex-pack: center;
    justify-content: center;
    width: 70px;
  }

  .map_area .menu_toggle_data {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: -5px;
  }

  .map_area .item {
    background-color: #fff;
    margin-right: 5px;
  }

  .map_area .item a,
  .map_area .item > span {
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #5c4aaa;
    border-top-width: 5px;
    color: #5c4aaa;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 30px;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: 10px;
    text-indent: 10px;
    width: 70px;
  }

  .map_area .item a:hover {
    background-color: #5C4AAA;
    color: #fff;
  }

  .map_area .item a.non_spc,
  .map_area .item > span.non_spc {
    letter-spacing: 0;
    text-indent: 0;
  }

  .map_area .item > span.ico_none,
  .map_area .lst_hokkaido [class*=item_tohoku] > span.ico_none {
    color: #999;
    background-color: #e6e6e6;
    border-color: #999;
  }

  .map_area .lst_hokkaido .map_area_ttl {
    position: absolute;
  }

  .map_area .lst_hokkaido .menu_toggle_data {
    display: block;
  }

  .map_area .lst_hokkaido .ttl_hokkaido {
    left: 469px;
    top: 0;
  }

  .map_area .lst_hokkaido .item_hokkaido {
    left: 469px;
    top: 34px;
  }

  .map_area .lst_hokkaido .ttl_tohoku {
    background-color: #4666b5;
    right: 0;
    top: 73px;
    width: 221px;
  }

  .map_area .lst_hokkaido .item {
    position: absolute;
  }

  .map_area .lst_hokkaido [class*=item_tohoku] a,
  .map_area .lst_hokkaido [class*=item_tohoku] > span {
    border-color: #4666b5;
    color: #4666b5;
  }

  .map_area .lst_hokkaido [class*=item_tohoku] a:hover {
    background-color: #4666b5;
    color: #fff;
  }

  .map_area .lst_hokkaido .item_tohoku01 {
    left: 469px;
    top: 108px;
  }

  .map_area .lst_hokkaido .item_tohoku02 {
    left: calc(469px + 75px);
    top: 108px;
  }

  .map_area .lst_hokkaido .item_tohoku03 {
    left: calc(469px + 75px * 2);
    top: 108px;
  }

  .map_area .lst_hokkaido .item_tohoku04 {
    left: 469px;
    top: calc(108px + 35px);
  }

  .map_area .lst_hokkaido .item_tohoku05 {
    left: calc(469px + 75px);
    top: calc(108px + 35px);
  }

  .map_area .lst_hokkaido .item_tohoku06 {
    left: calc(469px + 75px * 2);
    top: calc(108px + 35px);
  }

  .map_area .lst_kanto {
    position: absolute;
    right: 0;
    top: 184px;
    width: 221px;
  }

  .map_area .lst_kanto .map_area_ttl {
    background-color: #33a7a8;
    width: 221px;
  }

  .map_area .lst_kanto .menu_toggle_data .item {
    margin-top: 5px;
  }

  .map_area .lst_kanto .menu_toggle_data .item a {
    border-color: #33a7a8;
    color: #33a7a8;
  }

  .map_area .lst_kanto .menu_toggle_data .item a:hover {
    background-color: #33a7a8;
    color: #fff;
  }

  .map_area .lst_koshinetsu {
    left: 255px;
    position: absolute;
    top: 5px;
    width: 70px;
  }

  .map_area .lst_koshinetsu .map_area_ttl {
    background-color: #348653;
  }

  .map_area .lst_koshinetsu .menu_toggle_data .item {
    margin-top: 5px;
  }

  .map_area .lst_koshinetsu .menu_toggle_data .item a {
    border-color: #348653;
    color: #348653;
  }

  .map_area .lst_koshinetsu .menu_toggle_data .item a:hover {
    background-color: #348653;
    color: #fff;
  }

  .map_area .lst_hokuriku {
    left: 175px;
    position: absolute;
    top: 5px;
    width: 70px;
  }

  .map_area .lst_hokuriku .map_area_ttl {
    background-color: #d9b300;
  }

  .map_area .lst_hokuriku .menu_toggle_data .item {
    margin-top: 5px;
  }

  .map_area .lst_hokuriku .menu_toggle_data .item a {
    border-color: #d9b300;
    color: #d9b300;
  }

  .map_area .lst_hokuriku .menu_toggle_data .item a:hover {
    background-color: #d9b300;
    color: #fff;
  }

  .map_area .lst_tokai {
    left: 469px;
    position: absolute;
    top: 329px;
    width: 146px;
  }

  .map_area .lst_tokai .map_area_ttl {
    background-color: #6e9d2a;
    width: 100%;
  }

  .map_area .lst_tokai .menu_toggle_data .item {
    margin-top: 5px;
  }

  .map_area .lst_tokai .menu_toggle_data .item a {
    border-color: #6e9d2a;
    color: #6e9d2a;
  }

  .map_area .lst_tokai .menu_toggle_data .item a:hover {
    background-color: #6e9d2a;
    color: #fff;
  }

  .map_area .lst_shikoku {
    left: 309px;
    position: absolute;
    top: 340px;
    width: 146px;
  }

  .map_area .lst_shikoku .map_area_ttl {
    background-color: #ef1a97;
    width: 100%;
  }

  .map_area .lst_shikoku .menu_toggle_data .item {
    margin-top: 5px;
  }

  .map_area .lst_shikoku .menu_toggle_data .item a {
    border-color: #ef1a97;
    color: #ef1a97;
  }

  .map_area .lst_shikoku .menu_toggle_data .item a:hover {
    background-color: #ef1a97;
    color: #fff;
  }

  .map_area .lst_kansai {
    left: 0;
    position: absolute;
    top: 5px;
    width: 146px;
  }

  .map_area .lst_kansai .map_area_ttl {
    background-color: #ec9b00;
    width: 100%;
  }

  .map_area .lst_kansai .menu_toggle_data .item {
    margin-top: 5px;
  }

  .map_area .lst_kansai .menu_toggle_data .item a {
    border-color: #ec9b00;
    color: #ec9b00;
  }

  .map_area .lst_kansai .menu_toggle_data .item a:hover {
    background-color: #ec9b00;
    color: #fff;
  }

  .map_area .lst_chugoku {
    left: 0;
    position: absolute;
    top: 154px;
    width: 221px;
  }

  .map_area .lst_chugoku .map_area_ttl {
    background-color: #f36d24;
    width: 100%;
  }

  .map_area .lst_chugoku .menu_toggle_data .item {
    margin-top: 5px;
  }

  .map_area .lst_chugoku .menu_toggle_data .item a {
    border-color: #f36d24;
    color: #f36d24;
  }

  .map_area .lst_chugoku .menu_toggle_data .item a:hover {
    background-color: #f36d24;
    color: #fff;
  }

  .map_area .lst_kyushu {
    left: 0;
    position: absolute;
    top: 339px;
    width: 296px;
  }

  .map_area .lst_kyushu .map_area_ttl {
    background-color: #e3336d;
    width: 100%;
  }

  .map_area .lst_kyushu .menu_toggle_data .item {
    margin-top: 5px;
  }

  .map_area .lst_kyushu .menu_toggle_data .item a {
    border-color: #e3336d;
    color: #e3336d;
  }

  .map_area .lst_kyushu .menu_toggle_data .item a:hover {
    background-color: #e3336d;
    color: #fff;
  }

  .map_area .menu_toggle_data .item_off > span {
    border-color: #8c8c8c;
    color: #8c8c8c;
  }

  .map_area_dot {
    display: none;
  }

  /* 全国リンク */
  .base_list_link + .map_area {
    margin-top: 9px;
  }
  .base_list_link a {
    background: linear-gradient(#1fb8df, #00a0c1);
    border: 1px solid #00829d;
    border-radius: 20px;
    box-shadow: 0 2px 0 #1b6372;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    height: 42px;
    letter-spacing: 1.5px;
    line-height: 42px;
    margin: 7px 0 0;
    padding-left: 47px;
    padding-right: 35px;
    position: relative;
    text-align: center;
    width: auto;
  }
  .base_list_link a::before {
    background: url(/image/base-list-nationwide.png) no-repeat 0 0/100%;
    content: "";
    height: 17px;
    left: 15px;
    position: absolute;
    top: calc(50% - 8px);
    width: 24px;
  }
  .base_list_link a::after {
    border-bottom: 5px solid transparent;
    border-left: 9px solid #fff;
    border-top: 5px solid transparent;
    content: "";
    position: absolute;
    right: 12px;
    top: calc(50% - 4px);
  }
  .base_list_link a:hover {
    opacity: .8;
  }

}

/* ---------------------------------------
 map_area 2
---------------------------------------- */
.map_area_2 .menu_toggle_data .item .disable {
  color: #8c8c8c;
  pointer-events: none;
}
@media print, screen and (min-width: 768px) {
  .txt_lead_wide {
    width: 705px;
  }
  .map_area_2 {   
    margin-top: 18px;
  }
  .map_area_2 .menu_toggle_lst {
    display: flex;
    margin-bottom: 5px;
  }
  .map_area_2 .menu_toggle_btn {
    margin-right: 20px;
    width: 140px;
  }
  .map_area_2 .menu_toggle_data {
    border-bottom: 1px solid #a6cbe6;
    display: flex;
    padding-bottom: 8px;
    padding-left: 2px;
    padding-top: 7px;
    width: 540px;
  }
  .map_area_2 .lst_kyushu .menu_toggle_data {
    border-bottom: none;
  }
  .map_area_2 .menu_toggle_data .item {
    /* margin-left: 10px; */
    min-width: 54px;
    padding: 0 16px 0 12px;
  }
  .map_area_2 .map_area_ttl {
    align-items: center;
    color: #fff;
    display: inline-flex;
    display: -ms-inline-flexbox;
    font-size: 16px;
    font-weight: 600;
    height: 36px;
    justify-content: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    position: relative;
    width: 140px;
  }
  .map_area_2 .map_area_ttl:after {
    background-color: transparent;
    border: 1px solid #fff;
    content: "";
    height: calc(100% - 2px);
    left: 1px;
    position: absolute;
    top: 1px;
    width: calc(100% - 2px);
  }
  .map_area_2 .map_area_dot {
    display: block;
  }
  .map_area_2 .item a, 
  .map_area_2 .item > span {
    font-size: 16px;
    font-weight: 600;
  }
  .map_area_2 .ttl_hokkaido {
    background-color: #4666b5;
  }
  .map_area_2 .lst_kanto .map_area_ttl {
    background-color: #33a7a8;
  }
  .map_area_2 .lst_koshinetsu .map_area_ttl {
    background-color: #348653;
  }
  .map_area_2 .lst_tokai .map_area_ttl {
    background-color: #6e9d2a;
  }
  .map_area_2 .lst_kansai .map_area_ttl {
    background-color: #ec9b00;
  }
  .map_area_2 .lst_chugoku .map_area_ttl {
    background-color: #e47b00;
  }
  .map_area_2 .lst_shikoku .map_area_ttl {
    background-color: #ef1a97;
  }
  .map_area_2 .lst_kyushu .map_area_ttl {
    background-color: #e3336d;
  }
  .map_area_2 .lst_kyushu .item:last-child {
    /* margin-left: 16px; */
  }
  .map_area_2 .lst_kansai .item:last-child {
    /* margin-left: 5px; */
  }
}

/* ---------------------------------------
 js menu_toggle
---------------------------------------- */
@media screen and (max-width: 767px) {
  .map_area_2 .menu_toggle_data .item .disable:after {
    background-image: url(/glossary/assets/image/ico-arrow06.png);
  }
  .menu_toggle {
    border-bottom: 1px solid #f9a5be;
    margin: 15px 0 20px;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .menu_toggle a {
    color: #ff3e6f;
    display: block;
    position: relative;
    text-decoration: none;
  }
}

@media print, screen and (min-width: 768px) {
  .menu_toggle_btn.txt_slash {
    -ms-flex-align: center;
    align-items: center;
    background-color: #e3336d;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    height: 30px;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .menu_toggle_btn.txt_slash .slash {
    line-height: 0;
    text-indent: -9999px;
  }

  .menu_toggle_btn.txt_slash .slash:after {
    color: #fff;
    content: "/";
    display: block;
    line-height: initial;
    text-indent: 0;
  }
}

@media screen and (max-width: 767px) {
  .menu_toggle_btn {
    background-color: #fbe8f0;
    border: 1px solid #f9a5be;
    border-bottom: none;
    color: #ff3e6f;
    display: block;
    padding: 11px 35px 11px 32px;
    position: relative;
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  .menu_toggle_btn:before {
    background-color: #f881a5;
    content: "";
    display: block;
    height: 10px;
    left: 11px;
    position: absolute;
    top: 16px;
    transform: rotate(45deg);
    width: 10px;
  }
}

@media screen and (max-width: 767px) {
  .menu_toggle_btn:after {
    background-image: url(/glossary/assets/image/ico-arrow02.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 1.15em;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    right: 14px;
    top: 0;
    transform: rotate(90deg);
    width: 16px;
  }
}

@media screen and (max-width: 767px) {
  .menu_toggle_data {
    display: -ms-flexbox;
    display: flex;
    display: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 0;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .menu_toggle_data li a,
  .menu_toggle_data li > span {
    background-color: #fff;
    border: 1px solid #f9a5be;
    border-bottom: none;
    padding: 11px 35px 11px 30px;
  }
}

@media screen and (max-width: 767px) {
  .menu_toggle_data li a:after,
  .menu_toggle_data li > span:after {
    background: url(/glossary/assets/image/ico-arrow02.png) center center no-repeat;
    background-size: auto 16px;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    right: 14px;
    top: 0;
    width: 16px;
  }
}

@media screen and (max-width: 767px) {
  .menu_toggle_data li a.ico_none,
  .menu_toggle_data li > span.ico_none {
    color: #aaa;
    pointer-events: none;
  }
}

@media screen and (max-width: 767px) {
  .menu_toggle_data li a.ico_none:after,
  .menu_toggle_data li > span.ico_none:after {
    background: url(/glossary/assets/image/ico-arrow06.png) center center no-repeat;
    background-size: auto 16px;
  }
}

@media screen and (max-width: 767px) {
  .menu_toggle_data.row_2 {
    border-right: 1px solid #f9a5be;
  }
}

@media screen and (max-width: 767px) {
  .menu_toggle_data.row_2 li {
    display: inline-block;
    font-size: 15px;
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .menu_toggle_data.row_2 li a,
  .menu_toggle_data.row_2 li > span {
    -ms-flex-align: center;
    align-items: center;
    border-right: none;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    position: relative;
  }

  .menu_toggle_data.row_2 li > span {
    color: #8c8c8c;
  }

  .menu_toggle_data.row_2 li > span:after {
    background-image: url(/glossary/assets/image/ico-arrow06.png);
    color: #8c8c8c;
  }
}

@media screen and (max-width: 767px) {
  .menu_toggle_data.row_2 li a:before,
  .menu_toggle_data.row_2 li > span:before {
    background-image: none;
    content: "・";
    display: inline;
    margin-left: -14px;
    position: static;
  }
}

@media screen and (max-width: 767px) {
  .menu_toggle_data.row_2 li:first-child a,
  .menu_toggle_data.row_2 li:first-child > span {
    border-top: 1px solid #f9a5be;
  }
}

@media screen and (max-width: 767px) {
  .menu_toggle_data.row_1 {
    border-right: 1px solid #f9a5be;
  }
}

@media screen and (max-width: 767px) {
  .menu_toggle_data.row_1 li {
    display: inline-block;
    font-size: 15px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .menu_toggle_data.row_1 li a,
  .menu_toggle_data.row_1 li > span {
    border-right: none;
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .menu_toggle_data.row_1 li a:before,
  .menu_toggle_data.row_1 li > span:before {
    background-image: none;
    content: "・";
    display: inline;
    margin-left: -14px;
    position: static;
  }
}

@media screen and (max-width: 767px) {
  .menu_toggle_data.row_1 li:first-child a,
  .menu_toggle_data.row_1 li:first-child > span {
    border-top: 1px solid #f9a5be;
  }
}

@media screen and (max-width: 767px) {
  .menu_toggle_lst .menu_toggle_data {
    transition-duration: .5s;
  }
}

@media screen and (max-width: 767px) {
  .menu_toggle_lst.op .menu_toggle_data {
    transition-duration: .5s;
  }
}

@media screen and (max-width: 767px) {
  .menu_toggle_lst.op .menu_toggle_btn:after {
    transform: rotate(-90deg);
  }
}

@media screen and (max-width: 767px) {
  .menu_toggle_lst.close .menu_toggle_data {
    transition-duration: .2s;
  }
}

@media screen and (max-width: 767px) {
  .menu_toggle_lst.op_time .menu_toggle_data {
    transition-duration: 0s;
  }
}

@media screen and (max-width: 767px) {
  .menu_toggle_lst.op_time .menu_toggle_btn:after {
    transform: rotate(-90deg);
  }
}

@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: -ms-flexbox;
    display: flex;
    font-size: 16px;
    padding: 10px;
    width: 100%;
  }
}

/* ---------------------------------------
 list glossary
---------------------------------------- */
@media screen and (max-width: 767px) {
  .lst_glo {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 5px;
  }

  .lst_glo_item {
    margin-top: 10px;
    width: 49%;
  }

  .lst_glo_ttl 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 rgba(0, 0, 0, .15);
    color: #f04d84;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    padding: 10px;
    width: 100%;
  }

  .active .lst_glo_ttl a {
    background: -webkit-radial-gradient(center, ellipse cover, #f55484 0%, #d74471 100%);
    background-image: radial-gradient(#f55484, #d74471);
    border: 1px solid #f75586;
    box-shadow: none;
    color: #fff;
    text-shadow: 0px -1px rgba(0,0,0,0.2);
  }

  .lst_glo_ttl a span {
    margin-right: 5px;
  }

  .lst_glo .item_blank .lst_glo_ttl a {
    background-color: transparent;
    background-image: url(/glossary/assets/image/ico-arrow01-grey.png), linear-gradient(to top, #eaeaea, #fff);
    border-color: #b2b2b2;
    box-shadow: none;
    color: #a4a4a4;
    pointer-events: none;
  }

  .lst_glo_inner {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .lst_glo_tb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 15px 12px 0;
    position: relative;
    width: 650px;
  }

  .lst_glo_tb .active {
    padding-bottom: 53px;
  }

  .lst_glo_tb .lst_glo_ttl,
  .lst_glo_tb .lst_glo_ttl:hover,
  .lst_glo_tb .lst_glo_item.active .lst_glo_ttl a {
    background: #0281d2;
    box-shadow: none;
  }

  .lst_glo_tb .lst_glo_ttl {
    background-color: #9ad8ff;
    border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 -2px 2px #7eb9da inset, 0 2px 2px #cdecff inset, 2px 0 2px #cde8f9 inset, -2px 0 2px #87c3e7 inset;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    line-height: 1.5;
    margin: 0;
    text-align: center;
    width: 60px;
  }

  .lst_glo_tb .lst_glo_ttl a {
    border-radius: 3px;
    color: #502608;
    display: block;
    height: 100%;
    padding: 5px 0;
  }
  .lst_glo_tb .lst_glo_ttl a:hover,
  .lst_glo_tb .lst_glo_item.active .lst_glo_ttl a {
    color: #fff;
  }

  .lst_glo_tb .lst_glo_ttl a span {
    font-size: 20px;
  }

  /* 50音のリンク先が全くない場合 */
  .lst_glo .item_blank .lst_glo_ttl {
    background-color: #ffe2e8;
    box-shadow: none;
    cursor: context-menu;
  }
  .lst_glo .item_blank .lst_glo_ttl a {
    color: #999;
    cursor: text;
    pointer-events: none;
  }

  /* 50音リンク */
  .lst_glo_tb .lst_glo_inner {
    background-color: #e4f4ff;
    border: solid 1px #0281d2;
    border-radius: 4px;
    box-shadow: 0 2px rgba(120, 175, 209, .6);
    display: none;
    height: 40px;
    left: 0;
    position: absolute;
    top: 52px;
    width: 356px;
  }
  .lst_glo_item.active .lst_glo_inner {
    display: block;
  }

  .lst_glo_tb .lst_glo_inner ul {
    display: table;
    height: 100%;
    position: relative;
    table-layout: fixed;
    width: 100%;
    z-index: 2;
  }

  .lst_glo_tb .lst_glo_inner li {
    display: table-cell;
    font-size: 20px;
    line-height: 1.5;
    padding: 0;
    position: relative;
    text-align: center;
    vertical-align: middle;
  }
  .lst_glo_tb .lst_glo_inner li:after {
    background-color: #98d4fd;
    content: '';
    display: block;
    height: calc(100% - 2px);
    position: absolute;
    right: -1px;
    top: 1px;
    width: 1px;
    z-index: 1;
  }
  .lst_glo_tb .lst_glo_inner li:last-child:after {
    display: none;
  }

  .lst_glo_tb .lst_glo_inner li a,
  .lst_glo_tb .lst_glo_inner li span {
    -ms-flex-align: center;
    align-items: center;
    color: #0281d2;
    display: -ms-flexbox;
    display: flex;
    height: 38px;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 20px;
    position: relative;
  }
  .lst_glo_tb .lst_glo_inner li a:hover {
    background-color: #66b7ee;
    color: #fff;
  }
  .lst_glo_tb .lst_glo_inner li.off span {
    color: #74a8ca;
    pointer-events: none;
  }
  .lst_glo_tb .lst_glo_inner li a:after {
    background: url(/glossary/assets/image/spr-ico-chara-down.png) no-repeat 0 0/100% auto;
    content: "";
    height: 9px;
    position: absolute;
    right: 9px;
    top: 15px;
    width: 12px;
  }
  .lst_glo_tb .lst_glo_inner li a:hover:after {
    background-position: 0 -10px;
  }
  .lst_glo_tb .lst_glo_inner li.off span:after {
    background: url(/glossary/assets/image/ico-chara-down-off.png) no-repeat 0 0/100% auto;
    content: "";
    height: 9px;
    position: absolute;
    right: 9px;
    top: 15px;
    width: 12px;
  }
  /* 矢印 */
  .lst_glo_tb .lst_glo_item.active .lst_glo_inner li a:before,
  .lst_glo_tb .lst_glo_item.active .lst_glo_inner li span:before {
    background: url(/glossary/assets/image/spr-ico-chara.png) no-repeat 0 0;
    content: "";
    display: none;
    height: 10px;
    left: calc(50% + -6px);
    position: absolute;
    top: -9px;
    transform: translateX(-50%);
    width: 12px;
    z-index: 100;
  }
  .lst_glo_tb .lst_glo_item.active .lst_glo_inner li a:hover:before,
  .lst_glo_tb .lst_glo_item.active .lst_glo_inner li span:hover:before {
    background: url(/glossary/assets/image/spr-ico-chara.png) no-repeat 0 -15px;
  }
  /* あ行 */
  .lst_glo_tb .lst_glo_item.active:nth-child(1) li:nth-child(1) a:before,
  .lst_glo_tb .lst_glo_item.active:nth-child(1) li:nth-child(1) span:before {
    display: block;
  }
  /* か行 */
  .lst_glo_tb .lst_glo_item.active:nth-child(2) .lst_glo_inner {
    left: 65px;
  }
  .lst_glo_tb .lst_glo_item.active:nth-child(2) li:nth-child(1) a:before,
  .lst_glo_tb .lst_glo_item.active:nth-child(2) li:nth-child(1) span:before {
    display: block;
  }
  /* さ行 */
  .lst_glo_tb .lst_glo_item.active:nth-child(3) .lst_glo_inner {
    left: 130px;
  }
  .lst_glo_tb .lst_glo_item.active:nth-child(3) li:nth-child(1) a:before,
  .lst_glo_tb .lst_glo_item.active:nth-child(3) li:nth-child(1) span:before {
    display: block;
  }
  /* た行 */
  .lst_glo_tb .lst_glo_item.active:nth-child(4) .lst_glo_inner {
    left: 197px;
  }
  .lst_glo_tb .lst_glo_item.active:nth-child(4) li:nth-child(1) a:before,
  .lst_glo_tb .lst_glo_item.active:nth-child(4) li:nth-child(1) span:before {
    display: block;
  }
  /* な行 */
  .lst_glo_tb .lst_glo_item.active:nth-child(5) .lst_glo_inner {
    left: 263px;
  }
  .lst_glo_tb .lst_glo_item.active:nth-child(5) li:nth-child(1) a:before,
  .lst_glo_tb .lst_glo_item.active:nth-child(5) li:nth-child(1) span:before {
    display: block;
  }
  /* は行 */
  .lst_glo_tb .lst_glo_item.active:nth-child(6) .lst_glo_inner {
    left: 250px;
  }
  .lst_glo_tb .lst_glo_item.active:nth-child(6) li:nth-child(2) a:before,
  .lst_glo_tb .lst_glo_item.active:nth-child(6) li:nth-child(2) span:before {
    display: block;
    left: calc(50%);
  }
  /* ま行 */
  .lst_glo_tb .lst_glo_item.active:nth-child(7) .lst_glo_inner {
    left: 245px;
  }
  .lst_glo_tb .lst_glo_item.active:nth-child(7) li:nth-child(3) a:before,
  .lst_glo_tb .lst_glo_item.active:nth-child(7) li:nth-child(3) span:before {
    display: block;
    left: calc(50%);
  }
  /* や行 */
  .lst_glo_tb .lst_glo_item.active:nth-child(8) .lst_glo_inner {
    left: 380px;
    width: 214px;
  }
  .lst_glo_tb .lst_glo_item.active:nth-child(8) li:nth-child(2) a:before,
  .lst_glo_tb .lst_glo_item.active:nth-child(8) li:nth-child(2) span:before {
    display: block;
    left: calc(50%);
  }
  /* ら行 */
  .lst_glo_tb .lst_glo_item.active:nth-child(9) .lst_glo_inner {
    left: 235px;
  }
  .lst_glo_tb .lst_glo_item.active:nth-child(9) li:nth-child(5) a:before,
  .lst_glo_tb .lst_glo_item.active:nth-child(9) li:nth-child(5) span:before {
    display: block;
    left: calc(50%);
  }
  /* わ行 */
  .lst_glo_tb .lst_glo_item.active:nth-child(10) .lst_glo_inner {
    left: 436px;
    width: 214px;
  }
  .lst_glo_tb .lst_glo_item.active:nth-child(10) li:nth-child(3) a:before,
  .lst_glo_tb .lst_glo_item.active:nth-child(10) li:nth-child(3) span:before {
    display: block;
    left: calc(51.5% + 2px);
  }

}

/* ---------------------------------------
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: -ms-flexbox;
  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: -ms-flexbox;
  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: -ms-flexbox;
    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 {
    border-bottom: 1px solid #e5496e;
    color: #fff;
    display: block;
    font-size: 17px;
    font-weight: bold;
    height: 34px;
    line-height: 34px;
    min-width: 200px;
    position: relative;
    text-align: left;
  }

  .search_cate_btn:before {
    background: url(/glossary/assets/image/spr-icorhombus.png) no-repeat 0 0/cover;
    content: "";
    height: 21px;
    left: 11px;
    position: absolute;
    top: 7px;
    width: 21px;
    z-index: 2;
  }

  .search_cate_btn span {
    background: #e16161;
    display: inline-block;
    min-width: 197px;
    padding-left: 43px;
    padding-right: 1px;
    position: relative;
  }

  .search_cate_btn span:after {
    border-bottom: 34px solid #e16161;
    border-right: 30px solid transparent;
    border-top: 0 solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: -29px;
    top: 0;
    width: 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 {
    -ms-flex-align: end;
    align-items: flex-end;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .search_cate_data li {
    display: -ms-flexbox;
    display: flex;
    line-height: 1.3;
    margin-left: 30px;
    margin-top: 15px;
  }

  .search_cate_data li:nth-child(3n + 1) {
    margin-left: 0;
  }

  .search_cate_data li a {
    background-color: #fee7e7;
    border: solid 2px #ddaaaa;
    border-radius: 3px;
    color: #0051c2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 15px;
    font-weight: 600;
    height: 68px;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.2;
    padding: 5px 10px 4px 26px;
    position: relative;
    text-align: center;
    width: 233px;
  }

  .search_cate_data li a:hover, .search_cate_data li a:active {
    color: #ea2020;
  }

  .search_cate_data li a:hover:before, .search_cate_data li a:active:before {
    background-position: 0 -16px;
  }

  .search_cate_data li a:before {
    background: url(/glossary/assets/image/spr-icosrch-x2.png) no-repeat 0 -16px;
    background-size: cover;
    content: "";
    height: 14px;
    left: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
  }

  .search_cate_data li a.bnr {
    background: none;
    border: none;
    border-radius: 0;
    padding: 0;
  }

  .search_cate_data li a.bnr:before {
    display: none;
  }

  .search_cate_data li a .srch_count {
    color: #000;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0;
    margin-top: 2px;
  }

  .search_cate_data .empty {
    height: 68px;
    padding: 0;
    position: relative;
    width: 234px;
  }

  .search_cate_data .empty img {
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 100%;
    position: absolute;
    right: 0;
    top: 0;
  }

  .search_cate_data .empty._connect {
    width: 496px;
  }

  .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;
  }
}

@media print, screen and (min-width: 768px) {
  .search_cate_data.no_lead {
    background: none;
    margin-top: 15px;
  }

  .search_cate_data.no_lead li a {
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-color: #bea06c;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }

  .search_cate_data.no_lead li a:before {
    background-position: 0 0;
  }

  .search_cate_data.no_lead li a:hover:before {
    background-position: 0 -16px;
  }

  .search_cate_data.no_lead.col2 li {
    margin-left: 14px;
    width: 373px;
  }

  .search_cate_data.no_lead.col2 li:nth-child(2n + 1) {
    margin-left: 0;
  }

  .search_cate_data.no_lead.col3 li {
    margin-left: 14px;
    width: 244px;
  }

  .search_cate_data.no_lead.col3 li:nth-child(3n + 1) {
    margin-left: 0;
  }

  .search_cate_data.no_lead.col3 .empty._connect {
    width: 496px;
  }
}

@media screen and (max-width: 767px) {
  .search_cate_data.no_lead {
    border-bottom: 1px solid #f9a5be;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 0;
    margin: 15px 0 20px;
    overflow: hidden;
  }

  .search_cate_data.no_lead li {
    font-size: 15px;
    width: 100%;
  }

  .search_cate_data.no_lead li.empty {
    display: none;
  }

  .search_cate_data.no_lead li a {
    background-color: #fff;
    border: 1px solid #f9a5be;
    border-bottom: none;
    color: #ff3e6f;
    display: block;
    padding: 11px 35px 11px 30px;
    position: relative;
    text-decoration: none;
  }

  .search_cate_data.no_lead li a:before {
    background-image: none;
    content: "・";
    display: inline;
    margin-left: -14px;
    position: static;
  }

  .search_cate_data.no_lead li a:after {
    background: url(/glossary/assets/image/ico-arrow02.png) center center no-repeat;
    background-size: auto 16px;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    right: 14px;
    top: 0;
    width: 16px;
  }
}

/* ---------------------------------------
list banner
---------------------------------------- */
.ad_bnrbox {
  display: -ms-flexbox;
  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;
  }
}

.ad_bnrbox.col2 .ad_box .ad_box_link {
  display: block;
  height: 210px;
  width: 252px;
}

.ad_box .ad_box_img {
  width: 100%;
}

.ad_bnrbox03.col3,.ad_bnrbox02.col3{
  margin: 40px auto 0;
  padding: 40px 0 0;
  width: 800px;
  text-align: center;
  overflow: hidden;
  border-top: 4px solid #FFA5C9;
}

.ad_bnrbox03 .ad_box03,.ad_bnrbox02 .ad_box02{
  display: inline-block;
  padding: 0 8px!important;
  vertical-align: top;
}

/* ----------------------------------------------------------
 ページ下部 2-3つ並びバナー (footer: 2-3 banner) _ad_bnrbox
---------------------------------------------------------- */
.ad_bnrbox02.col3.rwd {
  border-top: 4px solid #ffa5c9;
  margin: 40px auto 0;
  overflow: hidden;
  padding: 40px 0 0;
  text-align: center;
  width: 850px;
}

.ad_bnrbox02.col3.rwd .ad_box02 {
  display: inline-block;
  padding: 0 10px;
  vertical-align: top;
}

.ad_bnrbox02.col3.rwd .ad_box02 .ad_box02_link {
  display: block;
  height: 205px;
  width: 246px;
}

.ad_bnrbox02.col3.rwd .ad_box02 .ad_box02_img {
  width: 100%;
}

.ad_bnrbox02.col3.rwd img.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .ad_bnrbox02.col3.rwd {
    border-width: 3px;
    margin: 31px 15px 0;
    padding-top: 32px;
    width: calc(100% - 30px);
  }

  .ad_bnrbox02.col3.rwd img.sp {
    display: inline;
  }

  .ad_bnrbox02.col3.rwd img.pc {
    display: none;
  }

  .ad_bnrbox02.col3.rwd .ad_box02 {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 300px;
  }

  .ad_bnrbox02.col3.rwd .ad_box02 + .ad_box02 {
    margin-top: 15px;
  }

  .ad_bnrbox02.col3.rwd .ad_box02 .ad_box02_link {
    height: auto;
    width: 100%;
  }
}

/* =======================================================
 * content あ行
 * ======================================================= */
/* ---------------------------------------
50音検索　sec_search_50on
---------------------------------------- */
@media print, screen and (min-width: 768px) {
  .sec_search_50on .sec_inner {
    width: 650px;
  }

  .sec_search_50on .lst_chara {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 20px auto 0;
    position: relative;
    width: 650px;
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

  @keyframes slidein {
    from {
      padding: 0 0 0;
    }
    to {
      padding: 0 0 40px;
    }
  }

  .sec_search_50on .chara {
    list-style: none;
    vertical-align: top;
  }

  .sec_search_50on .chara_ttl {
    background-color: #ffc7d3;
    border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 -2px 2px #ffa5b9 inset,
    0 2px 2px #ffe1e8 inset,
    2px 0 2px #ffe1e8 inset,
    -2px 0 2px #ffa5b9 inset;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    line-height: 1.5;
    margin: 0;
    text-align: center;
    width: 60px;
  }

  .sec_search_50on .chara_ttl:hover a {
    background: #0281d2;
    color: #fff;
  }

  .sec_search_50on .chara_ttl a {
    border-radius: 3px;
    color: #502608;
    display: block;
    height: 100%;
    padding: 5px 0;
  }

  .sec_search_50on .chara_ttl a:hover,
    .sec_search_50on .chara_ttl a:active {
    background: #f55586;
    color: #fff;
  }

  .sec_search_50on .chara_ttl span {
    font-size: 20px;
  }

  .sec_search_50on .chara.active .chara_ttl {
    pointer-events: none;
  }

  .sec_search_50on .chara.item_blank:hover {
    background: none;
  }

  .sec_search_50on .chara.item_blank .chara_ttl {
    background-color: #ffe2e8;
    box-shadow: none;
    cursor: context-menu;
  }

  .sec_search_50on .chara.item_blank .chara_ttl a {
    color: #999;
    cursor: text;
    pointer-events: none;
  }

  .sec_search_50on .chara.item_blank .chara_ttl:hover {
    background: #ffe2e8;
  }

  .sec_search_50on .chara.item_blank .chara_ttl:hover a {
    background: #ffe2e8;
    color: #949290;
  }

  .sec_search_50on .chara .chara_area {
    background-color: #e4f4ff;
    border: solid 1px #0281d2;
    border-radius: 4px;
    box-shadow: 0 2px rgba(120, 175, 209, .6);
    display: none;
    height: 40px;
    left: 0;
    position: absolute;
    top: 52px;
    width: 356px;
  }

  .sec_search_50on .chara .chara_area.chara_area_row_2 {
    top: 52px;
  }

  .sec_search_50on .chara .chara_area ul {
    display: table;
    height: 100%;
    position: relative;
    table-layout: fixed;
    width: 100%;
    z-index: 2;
  }

  .sec_search_50on .chara .chara_area .btn {
    display: table-cell;
    font-size: 20px;
    line-height: 1.5;
    padding: 0;
    position: relative;
    text-align: center;
    vertical-align: middle;
  }

  .sec_search_50on .chara .chara_area .btn:after {
    background-color: #98d4fd;
    content: '';
    display: block;
    height: calc(100% - 2px);
    position: absolute;
    right: -1px;
    top: 1px;
    width: 1px;
    z-index: 1;
  }

  .sec_search_50on .chara .chara_area .btn:last-child:after {
    display: none;
  }

  .sec_search_50on .chara .chara_area .btn.btn_off a {
    color: #74a8ca;
    pointer-events: none;
  }

  .sec_search_50on .chara .chara_area .btn.btn_off a:after {
    background: url(/glossary/assets/image/ico-chara-down-off.png) no-repeat 0 0/100% auto;
    content: "";
    height: 9px;
    position: absolute;
    right: 9px;
    top: 15px;
    width: 12px;
  }

  .sec_search_50on .chara .chara_area .btn a {
    -ms-flex-align: center;
    align-items: center;
    color: #0281d2;
    display: -ms-flexbox;
    display: flex;
    height: 38px;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 20px;
    position: relative;
  }

  .sec_search_50on .chara .chara_area .btn a:after {
    background: url(/glossary/assets/image/spr-ico-chara-down.png) no-repeat 0 0/100% auto;
    content: "";
    height: 9px;
    position: absolute;
    right: 9px;
    top: 15px;
    width: 12px;
  }

  .sec_search_50on .chara .chara_area .btn a:hover {
    background-color: #66b7ee;
  }

  .sec_search_50on .chara .chara_area .btn a:hover:after {
    background-position: 0 -10px;
  }

  .sec_search_50on .chara.active:nth-child(1) .chara_area {
    left: 0;
  }
  .sec_search_50on .chara.active:nth-child(2) .chara_area {
    left: 65px;
  }
  .sec_search_50on .chara.active:nth-child(3) .chara_area {
    left: 130px;
  }
  .sec_search_50on .chara.active:nth-child(4) .chara_area {
    left: 197px;
  }
  .sec_search_50on .chara.active:nth-child(5) .chara_area {
    left: 263px;
  }
  .sec_search_50on .chara.active:nth-child(6) .chara_area {
    left: 250px;
  }
  .sec_search_50on .chara.active:nth-child(7) .chara_area {
    left: 245px;
  }
  .sec_search_50on .chara.active:nth-child(8) .chara_area {
    left: 380px;
    width: 214px;
  }
  .sec_search_50on .chara.active:nth-child(9) .chara_area {
    left: 235px;
  }
  .sec_search_50on .chara.active:nth-child(10) .chara_area {
    left: 436px;
    width: 214px;
  }

  .sec_search_50on .chara.active {
    padding-bottom: 53px;
  }

  .sec_search_50on .chara.active a {
    color: #fff;
  }

  .sec_search_50on .chara.active .chara_ttl,
    .sec_search_50on .chara.active .chara_ttl:hover {
    background: #0281d2;
    box-shadow: none;
  }

  .sec_search_50on .chara.active .chara_ttl a,
    .sec_search_50on .chara.active .chara_ttl:hover a {
    color: #fff;
  }

  .sec_search_50on .chara.active .chara_area {
    display: block;
  }

  .sec_search_50on .chara.active .chara_area .btn a:before {
    background: url(/glossary/assets/image/spr-ico-chara.png) no-repeat 0 0;
    content: "";
    display: none;
    height: 10px;
    left: calc(50% + -6px);
    position: absolute;
    top: -9px;
    transform: translateX(-50%);
    width: 12px;
    z-index: 100;
  }

  .sec_search_50on .chara.active .chara_area .btn a:hover {
    background-color: #66b7ee;
    color: #fff;
  }

  .sec_search_50on .chara.active .chara_area .btn a:hover:before {
    background: url(/glossary/assets/image/spr-ico-chara.png) no-repeat 0 -15px;
  }

  .sec_search_50on .chara.active:nth-child(1) .btn:nth-child(1) a:before{
    display: block;
  }

  .sec_search_50on .chara.active:nth-child(2) .btn:nth-child(1) a:before {
    display: block;
  }

  .sec_search_50on .chara.active:nth-child(3).item_3 .btn:nth-child(1) a:before {
    display: block;
  }

  .sec_search_50on .chara.active:nth-child(4) .btn:nth-child(1) a:before {
    display: block;
  }

  .sec_search_50on .chara.active:nth-child(5) .btn:nth-child(1) a:before {
    display: block;
  }

  .sec_search_50on .chara.active:nth-child(6) .btn:nth-child(2) a:before {
    display: block;
    left: calc(50%);
  }

  .sec_search_50on .chara.active:nth-child(7) .btn:nth-child(3) a:before {
    display: block;
    left: calc(50%);
  }

  .sec_search_50on .chara.active:nth-child(8).item_3 .btn:nth-child(2) a:before {
    display: block;
    left: calc(50%);
  }

  .sec_search_50on .chara.active:nth-child(9) .btn:nth-child(5) a:before {
    display: block;
    left: calc(50%);
  }

  .sec_search_50on .chara.active:nth-child(10) .btn:last-child a:before {
    display: block;
    left: calc(51.5% + 2px);
  }

  .inner {
    margin: 45px auto 0;
    width: 760px;
  }
}

@media screen and (max-width: 767px) {
  .inner {
    width: 100%;
  }
}
/* title color blue */
.sec_search_50on_blue .ttl_h3.ttl_book span {
  background: #148dc5;
}
.sec_search_50on_blue .ttl_h3.ttl_book:after {
  border-bottom: 37px solid #148dc5;
}
.sec_search_50on_blue .ttl_h3.ttl_book {
  border-bottom: 3px solid #148dc5;
}

@media print, screen and (min-width: 768px) {
  .sec_search_50on_blue .chara_ttl {
    background-color: #a8dcf4;
    box-shadow: 0 -2px 2px #7bc9ee inset, 0 2px 2px #ceebf9 inset, 2px 0 2px #ceebf9 inset, -2px 0 2px #7bc9ee inset;
  }
  .sec_search_50on_blue .chara_ttl a {
    color: #050c0f;
  }
  .sec_search_50on_blue .chara_ttl a:hover,
  .sec_search_50on_blue .chara_ttl a:active {
    background: #148ec6;
    color: #fff;
  }
  .sec_search_50on_blue .chara.item_blank .chara_ttl {
    background-color: #c2dff3;
    box-shadow: none;
    cursor: context-menu;
  }
  .sec_search_50on_blue .chara.item_blank .chara_ttl a {
    color: #999;
    cursor: text;
    pointer-events: none;
  }
  .sec_search_50on .chara.item_blank .chara_ttl:hover a {
    color: #949290;
  }
  .sec_word_blue .ttl_h3.ttl_word::after {
    background: url(/glossary/assets/image/ttl-h3-bg-blue.png) no-repeat center / contain;
  }
  .sec_word_blue .ttl_h3.ttl_word {
    background-color: #deeff7;
    border-bottom: 3px solid #148ec6;
  }
  .sec_word_blue .glossary_word_item a:before {
    background: url(/glossary/assets/image/ico-arrow-blue.png) center center no-repeat;
    background-size: 8px 11px;
  }
}
@media screen and (max-width: 767px) {
  .sec_search_50on_blue .ttl_h3.ttl_book span {
    background: none;
    color: #000;
    font-size: 24px;
    height: auto;
    line-height: 1.5;
    padding: 0;
  }
  .sec_search_50on_blue .lst_glo_anchor a {
    background-image: url(/glossary/assets/image/ico-arrow01-down-blue.png), linear-gradient(to top, #deedf2, #feffff);
    background-size: 16px auto, 100% 100%;
    border: 1px solid #3c93c9;
    color: #3c93c9;
  }
  .sec_word_blue .ttl_h3.ttl_book,
  .sec_word_blue .ttl_h3.ttl_word {
    border-bottom: 3px solid #148ec6;
  }
  .sec_word_blue .glossary_word_list {
    border-bottom: 1px solid #3c93c9;
    border-color: #3c93c9;
  }
  .sec_word_blue .glossary_word_item a {
    border: 1px solid #3c93c9;
    border-bottom: none;
    color: #3c93c9;
  }
  .sec_word_blue .glossary_word_item a:before {
    background-color: #148ec6;
  }
  .sec_word_blue .glossary_word_item a:after {
    background: url(/glossary/assets/image/ico-arrow03-blue.png) center center no-repeat;
    background-size: auto 16px;
  }
}

/*-------------------------------------------
post : print area
-------------------------------------------*/
.post {
  border-color: #f65686;
  margin: 11px 0 0;
  position: relative;
}

.post_btn {
  background-color: #ffe2e8;
  border: 2px solid #f55586;
  border-bottom: 3px solid #fbb0c7;
  color: #503306;
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
  padding: 11px 230px 7px 32px;
  position: relative;
}

.post_btn h1 {
  font-size: 20px;
  line-height: 1.1;
  margin: auto;
}

.post_btn .kana {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .post_btn {
    background-color: #fbe8f0;
    border: 1px solid #f65686;
    border-bottom: none;
    color: #ff3e6f;
    display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.625;
    margin-bottom: 0;
    padding: 11px 35px 11px 32px;
    position: relative;
    text-decoration: none;
  }

  .post_btn .kana {
    font-size: 14px;
  }
}

.post_btn:before {
  background: url(/glossary/assets/image/ico-ttl-post.png) no-repeat 0 0;
  background-size: 16px 16px;
  content: "";
  display: block;
  height: 16px;
  left: 11px;
  position: absolute;
  top: 15px;
  width: 16px;
}

@media screen and (max-width: 767px) {
  .post_btn:before {
    background: none;
    background-color: #f881a5;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 10px;
    left: 11px;
    position: absolute;
    top: 18px;
    transform: rotate(45deg);
    width: 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .post_btn:after {
    height: 5px;
  }
}

@media screen and (max-width: 767px) {
  .post_btn:after {
    background-image: url(/glossary/assets/image/ico-arrow02.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 1.15em;
    bottom: 0;
    content: "";
    display: block;
    position: absolute;
    right: 14px;
    top: 0;
    transform: rotate(90deg);
    width: 16px;
  }
}

.post_btn .btn_print {
  background: url(/glossary/assets/image/btn-print.png) no-repeat 0 0/210px;
  bottom: 0;
  color: #fff;
  display: block;
  font-size: 15px;
  height: 34px;
  padding-left: 30px;
  position: absolute;
  right: 10px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, .32);
  top: 50%;
  transform: translateY(-50%);
  width: 210px;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .post_btn .btn_print:hover {
    opacity: .7;
  }
}

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

.post_data {
  font-size: 100%;
}

@media print, screen and (min-width: 768px) {
  .post_data {
    border: 2px solid #f55586;
    border-top: none;
    line-height: 1.875;
    margin-bottom: 30px;
    padding: 19px 28px 19px;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .post_wrap {
    border: 1px solid #f65686;
    border-bottom: none;
    padding: 15px;
    width: 100%;
  }
}

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

.post_box_img {
  float: right;
  margin: 6px 0 20px 20px;
  width: 280px;
}

@media screen and (max-width: 767px) {
  .post_box_img {
    float: none;
    margin: 0 0 20px;
    width: 100%;
  }
}

@media print {
  .js_print_style {
    margin: 60px 0;
  }

  .js_print_btn,
  .js_no_print {
    display: none !important;
  }
}

@media print, screen and (min-width: 768px) {
  .mr_bracket {
    margin-right: -.7em;
  }
}

/* word color blue */ 
.section_word_blue .post_btn {
  background-color: #deeff7;
  border: 2px solid #148dc5;
  border-bottom: 3px solid #9fd3ff;
  color: #000;
}
@media print, screen and (min-width: 768px) {
  .section_word_blue .post_data {
    border: 2px solid #148dc5;
    border-top: none;
  }
}
.section_word_blue .post_btn:before {
  background: url(/glossary/assets/image/ico-ttl-post-blue.png) no-repeat 0 0;
  background-size: 16px 16px;
}
@media screen and (max-width: 767px) {
  .section_word_blue .no_toggle {
    border-bottom: 1px solid #148dc5;
    pointer-events: none;
  }
  .section_word_blue .post_wrap {
    border: 1px solid #148dc5;
    border-bottom: none;
  }
  .section_word_blue .post_btn {
    background-color: #deeff7;
    border: 1px solid #148dc5;
    border-bottom: none;
    color: #000;
  }
  .section_word_blue .post_btn:before {
    background: none;
    background-color: #148dc5;
  }
}
/*-------------------------------------------
button map
-------------------------------------------*/
@media print, screen and (min-width: 768px) {
	.base_list_nationwide p	{
		letter-spacing: -.2px;
		margin: 0;
	}
	.base_list_nationwide .base_list_link	{
		align-items: center;
		background: linear-gradient(#ed3f3f, #e23939);
		border: 1px solid #c35e52;
		border-radius: 20px;
		box-shadow: 0 2px 0 #b15b5b;
		box-sizing: border-box;
		color: #fff;
		display: inline-flex;
		height: 40px;
		justify-content: center;
		letter-spacing: 1.5px;
		margin-top: 27px;
		padding-left: 47px;
		padding-right: 35px;
		position: relative;
		text-align: center;
		width: auto;
	}
	.base_list_nationwide .base_list_link:hover	{
		opacity: .8;
	}
	.base_list_nationwide .base_list_link:before	{
		background: url("/image/base-list-nationwide.png") no-repeat 0 0/100%;
		content: "";
		height: 17px;
		left: 15px;
		position: absolute;
		top: calc(50% - 9px);
		width: 24px;
	}
	.base_list_nationwide .base_list_link:after	{
		border-bottom: 5px solid transparent;
		border-left: 9px solid #fff;
		border-top: 5px solid transparent;
		content: "";
		position: absolute;
		right: 12px;
		top: calc(50% - 5px);
	}
}
@media screen and (max-width: 767px) {
	.base_list_nationwide a	{
		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;
		display: -ms-flexbox;
		font-size: 16px;
		padding: 10px;
		width: 100%;
	}
}


/*******************
下部広告バナー
*******************/
.ad_bnrbox_normal{
  border-top: 2px solid #FFA5C9;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 37px auto 80px;
  padding: 28px 0px 0;
  width: 800px;
}

.ad_bnrbox_normal li{
  font-size: 0;
  margin: 0 13px;
  max-height: 240px;
  width: 240px;
}

.ad_bnrbox_normal li a:hover{
  opacity: .8;
}

.ad_bnrbox_normal li img{
  width: 100%;
}

.ad_bnrbox_normal li.ad_bnrbox_normal_list_wide{
  font-size: 0;
  margin: 0;
  max-height: none;
  width: 400px;
  flex: 0 0 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.ad_bnrbox_normal li.ad_bnrbox_normal_list_wide a{
  width: 420px;
}

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

  .ad_bnrbox_normal {
    border-top: 2px solid #ffcfe2;
    margin: 26px 15px 50px;
    padding-top: 13px;
    width: auto;
    flex-direction: column;
  }

  .ad_bnrbox_normal li{
    width: 100%;
    margin: 15px 0 0;
  }

  .ad_bnrbox_normal li a{
    display: block;
  }

  .ad_bnrbox_normal li img{
    width: 100%;
  }

  .ad_bnrbox_normal li.ad_bnrbox_normal_list_wide{
    width: 100%;
    margin: 15px 0 0;
  }

  .ad_bnrbox_normal li.ad_bnrbox_normal_list_wide a{
    width: 100%;
  }

  .ad_bnrbox_normal li.ad_bnrbox_normal_list_replace{
    order: 1;
  }
}

@media screen and (min-width: 768px) {
  .ad_bnrbox_normal .sp {
      display: none;
  }
}