@charset "utf-8";
/* reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q,
blockquote {
  quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"] {
  -webkit-appearance: none;
  border-radius: 0;
}
/* common */
html,
body {
  width: 100%;
  min-width: 320px;
}
html {
  color: #000;
  font-size: 10px;
  line-height: 1.2;
}
body {
  font-size: 1.5em;
  font-family: var(--basefont);
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: var(--font-black);
  -webkit-text-size-adjust: none;
}
@media (max-width: 768px) {
  body.menuopen {
    overflow: hidden;
  }
}
img {
  vertical-align: bottom;
  max-width: 100%;
}
strong {
  font-weight: bold;
}
.small {
  font-size: 1.2rem;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:hover img {
  transition: 0.3s;
  opacity: 0.9;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
.font-montserrat {
  font-family: var(--montserrat-font);
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.font-lexend-mega {
  font-family: var(--lexend-mega-font);
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
/* utilities */
@media (min-width: 769px) {
  .display-pc {
    display: block;
  }
}
@media (max-width: 768px) {
  .display-pc {
    display: none;
  }
}
@media (min-width: 769px) {
  .display-sp {
    display: none;
  }
}
@media (max-width: 768px) {
  .display-sp {
    display: block;
  }
}
#page {
  position: relative;
  width: 100%;
}
#page:after {
  display: block;
  clear: both;
  content: "";
}
/* header */
@media (max-width: 768px) {
  #header {
    overflow: hidden;
    border-width: 6px 0 0;
  }
}
@media (max-width: 768px) {
  #header > .inner {
    border-width: 2px 0 0;
  }
}
#header #logo {
  margin: 0;
  transition-duration: 0.2s;
}
@media (max-width: 1165px) and (min-width: 769px) {
  #header #logo {
    margin-top: 10px;
    margin-bottom: auto;
  }
}
#header #logo img {
  height: auto;
}
@media (max-width: 1165px) and (min-width: 769px) {
  #header #logo img {
    max-width: 250px;
  }
}
@media (max-width: 768px) {
  #header #logo img {
    max-width: 230px;
    height: auto;
  }
}
#header .wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  max-width: var(--sitewidth);
  margin: auto;
  padding: 28px 0 36px;
}
@media (max-width: 1280px) and (min-width: 769px) {
  #header .wrap {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 1100px) and (min-width: 769px) {
  #header .wrap {
    padding-top: 10px;
    padding-bottom: 30px;
  }
}
@media (max-width: 768px) {
  #header .wrap {
    width: auto;
    padding: 0 0 0 30px;
    height: 80px;
  }
}
#header .wrap .txt {
  flex-grow: 1;
  padding-left: 20px;
  color: #666;
  font-size: 1.4rem;
}
@media (max-width: 940px) {
  #header .wrap .txt {
    display: none;
  }
}
@media (min-width: 769px) {
  #header .content {
    padding-top: 10px;
    display: block !important;
  }
}
@media (max-width: 768px) {
  #header .content {
    display: none !important;
  }
}
@media (min-width: 769px) {
  #header .content .inner {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 1280px) and (min-width: 769px) {
  #header .content .inner {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 20px;
  }
}
#header .content .list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 17px;
}
@media (min-width: 769px) {
  #header .content .list {
    margin-left: 26px;
  }
}
@media (max-width: 768px) {
  #header .content .list {
    display: block;
    padding: 10px 0;
  }
}
#header .content .list li {
  font-size: 1.3rem;
}
#header .content .list li a {
  color: var(--font-gray);
  font-size: 1.3rem;
  font-weight: 500;
}
@media (max-width: 1165px) and (min-width: 769px) {
  #header .content .list li a {
    font-size: 1.1rem;
  }
}
@media (max-width: 768px) {
  #header .content .list li {
    margin-left: 0;
  }
  #header .content .list li a {
    display: block;
    padding: 10px 15px;
  }
}
@media (min-width: 769px) {
  #header .content .list li.btn {
    margin-left: -7px;
  }
}
#header .content .list li.btn a {
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  background: linear-gradient(45deg, #38cb87, #38b48e);
  border-radius: 19px;
  width: 242px;
  height: 38px;
  font-weight: 600;
}
@media (max-width: 1165px) and (min-width: 769px) {
  #header .content .list li.btn a {
    width: 165px;
    font-size: 1.05rem;
  }
}
#header .content .list li.btn a::after {
  content: "";
  width: 11px;
  height: 11px;
  background-image: url(/images/org/icons/icon-external-link.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: inline-block;
}
#header .content .list li.btn.cart a {
  width: 127px;
  height: 38px;
  border: 1px solid #e0e0e0;
  border-radius: 19px;
  font-size: 1.2rem;
  background: #fff;
  color: var(--font-black);
  gap: 3.7px;
}
@media (max-width: 1165px) and (min-width: 769px) {
  #header .content .list li.btn.cart a {
    width: 96px;
    font-size: 1.05rem;
  }
}
#header .content .list li.btn.cart a::before {
  content: "";
  width: 17px;
  height: 16px;
  background-image: url(/images/org/icons/icon-cart.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: inline-block;
}
#header .content .list li.btn.cart a::after {
  content: none;
}
#header .content .genre,
#header .content .series {
  display: none;
}
@media (max-width: 768px) {
  #header .content .genre,
  #header .content .series {
    display: block;
  }
}
#header .content .genre .ttl,
#header .content .series .ttl {
  padding: 8px 15px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
}
#header .content .genre .tree > ul > li,
#header .content .series .tree > ul > li {
  position: relative;
}
@media (max-width: 768px) {
  #header .content .genre .tree > ul > li > ul > li > a,
  #header .content .series .tree > ul > li > ul > li > a {
    padding-left: calc(15px + 1em);
  }
}
@media (max-width: 768px) {
  #header .content .genre .tree > ul > li > ul > li > ul > li > a,
  #header .content .series .tree > ul > li > ul > li > ul > li > a {
    padding-left: calc(15px + 2em);
  }
}
#header .content .genre .tree > ul a,
#header .content .series .tree > ul a {
  display: block;
  padding: 10px 15px;
  font-size: 1.4rem;
  font-weight: bold;
}
#header .content .genre .tree > ul ul,
#header .content .series .tree > ul ul {
  display: none;
}
#header .content .genre .tree > ul ul li,
#header .content .series .tree > ul ul li {
  position: relative;
}
#header .content .genre .tree > ul .arrow,
#header .content .series .tree > ul .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 2px;
  right: 5px;
  width: 30px;
  height: 30px;
  margin: auto;
}
#header .content .genre .tree > ul .arrow::before,
#header .content .series .tree > ul .arrow::before {
  display: block;
  width: 5px;
  height: 5px;
  transform: rotate(135deg);
  content: "";
}
#header .content .genre .tree > ul .arrow.active::before,
#header .content .series .tree > ul .arrow.active::before {
  margin-top: 4px;
  transform: rotate(-45deg);
}
#header .content .form-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 768px) {
  #header .content .form-wrapper {
    margin-top: 16px;
  }
}
#header .content .btnSearchBox {
  margin-right: 14px;
}
#header .content .btnSearchBox a {
  background-color: transparent;
  color: var(--font-gray);
  font-size: 1.2rem;
  font-weight: 700;
}
#header .keywordsearch {
  position: relative;
  text-align: right;
}
#header .keywordsearch input[type="text"] {
  width: 177px;
  max-width: 300px;
  height: 29px;
  padding-top: 1.5px;
  padding-left: 8px;
  border: 1px solid #c3c3c3;
  outline: none;
  font-size: 1.4rem;
}
#header .keywordsearch input[type="text"]::placeholder {
  color: #999999;
}
#header .keywordsearch input[type="submit"] {
  width: 18px;
  height: 18px;
  border: none;
  background-color: #ffffff;
  mask-image: url(/images/custom/icon_search.svg);
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-size: contain;
  cursor: pointer;
}
#header .keywordsearch .submit-btn {
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--color-blue);
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .mobile-content {
  position: fixed;
  top: 80px;
  right: 0;
  z-index: 30;
  width: calc(100% - 25px);
  max-width: 450px;
  height: calc(100% - 80px);
  padding: 0;
  background-color: #f4f4f4;
  overflow: auto;
  z-index: 41;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: none;
}
@media (min-width: 769px) {
  #header .mobile-content {
    display: none !important;
  }
}
#header .mobile-content.hidden {
  visibility: hidden;
  pointer-events: none;
}
#header .mobile-content .content-inner {
  padding-right: 24px;
  padding-left: 24px;
  padding-bottom: 40px;
}
#header .mobile-content .important-news {
  display: block;
}
#header .mobile-content .form-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
}
#header .mobile-content .form-wrapper .keywordsearch input[type="text"] {
  width: 219px;
  height: 36px;
  font-size: 1.6rem;
}
#header .mobile-content .form-wrapper .keywordsearch .submit-btn {
  width: 36px;
}
#header .mobile-content .form-wrapper .btnSearchBox {
  margin-left: 21px;
}
#header .mobile-content .form-wrapper .btnSearchBox a {
  background-color: transparent;
  color: var(--font-gray);
  font-size: 1.4rem;
  font-weight: 600;
}
#header .mobile-content .gnavi-link {
  margin-top: 28px;
  border-top: 1px solid #ffffff;
}
#header .mobile-content .gnavi-link .link-item {
  border-bottom: 1px solid #ffffff;
}
#header .mobile-content .gnavi-link .link-item .btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  color: var(--font-black);
  font-size: 1.6rem;
  font-weight: 600;
}
#header .mobile-content .gnavi-link .link-item .trigger {
  position: relative;
}
#header .mobile-content .gnavi-link .link-item .trigger::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #a0a0a0;
  line-height: 1;
  width: 10px;
  height: 10px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  position: absolute;
  right: 19px;
}
#header .mobile-content .gnavi-link .link-item .trigger.active {
  color: #4e4e4e;
}
#header .mobile-content .gnavi-link .link-item .trigger.active::after {
  transform: translateY(25%) rotate(-45deg);
}
#header .mobile-content .gnavi-link .tree {
  display: none;
  margin-bottom: 30px;
  background-color: #fff;
  padding: 15px 20px;
}
#header .mobile-content .gnavi-link .tree .title {
  margin-bottom: 20px;
}
#header .mobile-content .gnavi-link .tree .title .name {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8;
  display: block;
  color: var(--font-black);
  min-width: 110px;
  padding-bottom: 5px;
}
#header .mobile-content .gnavi-link .tree .title .sub {
  color: #848484;
  font-weight: 500;
  font-size: 1rem;
  padding-top: 8px;
  display: block;
  border-top: 1px dashed #b9b9b9;
}
#header .mobile-content .gnavi-link .tree .link {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
#header .mobile-content .gnavi-link .tree .link.flex-column {
  flex-direction: column;
}
#header .mobile-content .gnavi-link .tree .link.flex-column .item {
  width: 100%;
}
#header .mobile-content .gnavi-link .tree .link .item {
  width: calc(50% - 7.5px);
}
#header .mobile-content .gnavi-link .tree .link .item > a {
  display: flex;
  height: 100%;
  flex-direction: column;
  color: var(--font-black);
}
#header .mobile-content .gnavi-link .tree .link .item .banner {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}
#header .mobile-content .gnavi-link .tree .link .item .banner img {
  max-width: 88%;
  object-fit: contain;
}
#header .mobile-content .gnavi-link .tree .link .item .link-text {
  font-size: 1.05rem;
  width: 100%;
  color: var(--font-black);
  font-weight: 600;
  text-align: center;
}
#header .mobile-content .gnavi-link .tree .link .item .text {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  color: var(--font-blue);
  font-size: 1.6rem;
  font-weight: 600;
}
#header .mobile-content .gnavi-link .tree .link .item .text::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(/images/org/icons/icon-circle-link-arrow.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: inline-block;
}
#header .mobile-content .link-list {
  max-width: 228px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}
#header .mobile-content .link-list li + li {
  margin-top: 20px;
}
#header .mobile-content .link-list li a {
  display: inline-flex;
  gap: 13px;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--font-black);
}
#header .mobile-content .link-list li a::before {
  content: "";
  width: 17px;
  height: 17px;
  background-image: url(/images/org/icons/icon-circle-arrow_blue.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: inline-block;
  flex-shrink: 0;
}
#header .mobile-content .btn-list {
  margin-top: 35px;
}
#header .mobile-content .btn-list li + li {
  margin-top: 21px;
}
#header .mobile-content .btn-list a {
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  background: linear-gradient(45deg, #38cb87, #38b48e);
  border-radius: 24px;
  width: 100%;
  font-weight: 600;
  padding: 11px 53px 11px 30px;
  position: relative;
  text-align: center;
  line-height: 1.64;
  font-size: 1.5rem;
}
#header .mobile-content .btn-list a::after {
  content: "";
  width: 13px;
  height: 13px;
  background-image: url(/images/org/icons/icon-external-link.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
#header .mobile-content .btn-list a.seminar {
  background: linear-gradient(45deg, #ffa700, #ff6c00);
  border-radius: 39px;
  font-size: 1.4rem;
  padding-top: 12px;
  padding-bottom: 12px;
}
#header .mobile-content .btn-list a.cart {
  display: flex;
  width: 209px;
  height: 40px;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  font-size: 1.4rem;
  background: #fff;
  color: var(--font-black);
  gap: 5px;
  padding-right: 1em;
  padding-left: 1em;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}
#header .mobile-content .btn-list a.cart::before {
  content: "";
  width: 20px;
  height: 19px;
  background-image: url(/images/org/icons/icon-cart.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: inline-block;
}
#header .mobile-content .btn-list a.cart::after {
  content: none;
}
#header .mobile-content .sns {
  margin-top: 37px;
  display: flex;
  align-items: center;
  gap: 25px;
}
@media (max-width: 768px) {
  #header .mobile-content .sns {
    justify-content: center;
    margin-top: 35px;
  }
}
#header .mobile-content .sns li svg path {
  fill: #6c6c6c;
}
#header .mypage {
  padding-right: 10px;
}
#header .mypage a {
  display: inline-block;
  padding: 7px 23px;
  background-color: var(--main-color1);
  border-radius: 20px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 768px) {
  #header .mypage a {
    font-size: 10px;
    padding: 6px 12px;
  }
}
#header .mypage a:before {
  content: "";
  display: inline-block;
  margin: 0 6px -2px 0;
  width: 15px;
  height: 15px;
  background-image: url(https://www.hondana.jp/images/icon/icon_mypage.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  #header .mypage a:before {
    width: 11px;
    height: 11px;
  }
}
#header #menu {
  display: none;
}
@media (max-width: 768px) {
  #header #menu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 78px;
    height: 100%;
  }
}
#header #menu .search {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
}
@media (max-width: 768px) {
  #header #menu .search {
    display: none;
  }
}
#header #menu .search svg {
  width: 19px;
}
#header #menu .btn {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: relative;
  top: 4px;
  width: 34px;
  height: 20px;
  cursor: pointer;
  z-index: 5;
}
#header #menu .btn span {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000;
  transition: all 0.3s;
  will-change: top, bottom;
}
#header #menu .btn span:nth-of-type(1) {
  top: 0;
}
#header #menu .btn span:nth-of-type(2) {
  top: 9.5px;
}
@media (max-width: 768px) {
  #header #menu .btn span:nth-of-type(2) {
    top: calc(50% - 1px);
  }
}
#header #menu .btn span:nth-of-type(3) {
  bottom: 0;
}
#header #menu.menuopen {
  background-color: #d9d9d9;
  position: relative;
  z-index: 41;
}
#header #menu.menuopen .btn span:nth-of-type(1) {
  transform: translateY(8px) rotate(-30deg);
}
#header #menu.menuopen .btn span:nth-of-type(2) {
  opacity: 0;
}
#header #menu.menuopen .btn span:nth-of-type(3) {
  transform: translateY(-10px) rotate(30deg);
}
#gnavi {
  position: relative;
  z-index: 13;
}
@media (max-width: 768px) {
  #gnavi {
    display: none;
  }
}
#gnavi .wrap {
  max-width: var(--sitewidth);
  padding: 0 50px;
  border-bottom: 1px solid #d1d1d1;
  margin: 0 auto;
  transform: rotate(0.03deg);
}
@media (max-width: 1165px) and (min-width: 769px) {
  #gnavi .wrap {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 768px) {
  #gnavi .wrap {
    padding: 0;
  }
}
#gnavi .wrap > ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#gnavi .wrap > ul > li {
  padding-bottom: 28px;
}
@media (max-width: 768px) {
  #gnavi .wrap > ul > li {
    position: static;
  }
}
@media (min-width: 769px) {
  #gnavi .wrap > ul > li.genre:hover a,
  #gnavi .wrap > ul > li.series:hover a,
  #gnavi .wrap > ul > li.menu:hover a,
  #gnavi .wrap > ul > li.genre:hover span,
  #gnavi .wrap > ul > li.series:hover span,
  #gnavi .wrap > ul > li.menu:hover span {
    color: #3092e5;
  }
  #gnavi .wrap > ul > li.genre:hover > span,
  #gnavi .wrap > ul > li.series:hover > span,
  #gnavi .wrap > ul > li.menu:hover > span {
    position: relative;
  }
  #gnavi .wrap > ul > li.genre:hover > span::after,
  #gnavi .wrap > ul > li.series:hover > span::after,
  #gnavi .wrap > ul > li.menu:hover > span::after {
    content: "";
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #3092e5;
    position: absolute;
    bottom: -28px;
  }
  #gnavi .wrap > ul > li.genre:hover .tree,
  #gnavi .wrap > ul > li.series:hover .tree,
  #gnavi .wrap > ul > li.menu:hover .tree {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
#gnavi .wrap > ul > li > a,
#gnavi .wrap > ul > li > span {
  display: flex;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
}
#gnavi .wrap > ul > li > a:hover,
#gnavi .wrap > ul > li > span:hover {
  color: #3092e5;
}
@media (max-width: 1165px) and (min-width: 769px) {
  #gnavi .wrap > ul > li > a,
  #gnavi .wrap > ul > li > span {
    font-size: 1.4rem;
  }
}
#gnavi .wrap > ul > li > a br,
#gnavi .wrap > ul > li > span br {
  display: none;
}
#gnavi .wrap .tree {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  width: 100vw;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 14;
  background-color: #f4f4f4;
  transition: opacity 0.3s, visibility 0.3s;
}
@media (max-width: 768px) {
  #gnavi .wrap .tree {
    left: 0;
  }
}
#gnavi .wrap .tree .inner {
  max-width: var(--sitewidth);
  margin-right: auto;
  margin-left: auto;
  padding: 35px 50px;
}
#gnavi .wrap .tree .block {
  display: flex;
  gap: 20px;
}
#gnavi .wrap .tree .title .name {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.8;
  display: block;
  color: var(--font-black);
  min-width: 110px;
  padding-bottom: 5px;
}
#gnavi .wrap .tree .title .sub {
  color: #848484;
  font-weight: 500;
  font-size: 1rem;
  padding-top: 8px;
  display: block;
  border-top: 1px dashed #b9b9b9;
}
#gnavi .wrap .tree .link {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}
#gnavi .wrap .tree .link.flex-column {
  flex-direction: column;
}
#gnavi .wrap .tree .link .item > a {
  display: flex;
  height: 100%;
  flex-direction: column;
  color: var(--font-black);
}
#gnavi .wrap .tree .link .item .banner {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 80px;
  flex-direction: column;
}
#gnavi .wrap .tree .link .item .banner img {
  object-fit: contain;
}
#gnavi .wrap .tree .link .item .link-text {
  font-size: 1.3rem;
  margin-top: 1em;
  width: 100%;
  max-width: 200px;
  font-weight: 600;
  text-align: center;
}
#gnavi .wrap .tree .link .item .text {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  color: var(--font-blue);
  font-size: 1.6rem;
  font-weight: 600;
}
#gnavi .wrap .tree .link .item .text::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(/images/org/icons/icon-circle-link-arrow.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: inline-block;
}
.important-news {
  padding-top: 18px;
  padding-right: 50px;
  padding-left: 50px;
  padding-bottom: 25px;
  max-width: var(--sitewidth);
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1165px) and (min-width: 769px) {
  .important-news {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 768px) {
  .important-news {
    display: none;
    background-color: #fff;
    padding: 22px 25px 22px 28px;
  }
}
.important-news .data-list {
  display: flex;
  gap: 16px;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media (min-width: 769px) {
  .important-news .data-list {
    align-items: center;
    justify-content: flex-end;
  }
}
@media (max-width: 768px) {
  .important-news .data-list {
    flex-direction: column;
    line-height: 1.57;
  }
}
.important-news .data-list .title,
.important-news .data-list .data {
  display: flex;
  align-items: center;
  gap: 20px;
}
.important-news .data-list .time {
  font-family: var(--montserrat-font);
  color: #818181;
  margin-left: 4px;
}
.important-news .data-list .block {
  display: flex;
  gap: 16px;
}
@media (min-width: 769px) {
  .important-news .data-list .block {
    align-items: center;
  }
}
.important-news .data-list .title span {
  color: var(--font-red);
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 5.5px;
}
.important-news .data-list .title span::before {
  content: "";
  width: 17px;
  height: 17px;
  background-image: url(/images/org/icons/icon-exclamation.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: inline-block;
}
@media (max-width: 768px) {
  .important-news .data-list .data {
    flex-direction: column;
    flex-grow: 1;
    align-items: flex-start;
    gap: 15px;
  }
}
.important-news .data-list .data .text {
  max-width: 400px;
}
.important-news .data-list .data .text a {
  font-weight: 600;
  color: var(--font-black);
  text-decoration: underline;
}
.important-news .data-list .data .text a:hover {
  text-decoration: none;
}
.important-news .data-list .data .btn {
  border: 1px solid #969696;
  color: #969696;
  border-radius: 11px;
  font-weight: 500;
  font-size: 1.2rem;
  width: 97px;
  height: 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
@media (max-width: 768px) {
  .important-news .data-list .data .btn {
    margin-right: 0;
    margin-left: auto;
  }
}
.important-news .data-list .data .btn::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #969696;
  line-height: 1;
  width: 5px;
  height: 5px;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}
@media (min-width: 769px) {
  .important-news + .breadcrumbs {
    padding-top: 8px;
  }
}
.breadcrumbs {
  max-width: var(--sitewidth);
  margin-right: auto;
  margin-left: auto;
  padding-top: 33px;
  padding-bottom: 80px;
}
@media (max-width: 1280px) and (min-width: 769px) {
  .breadcrumbs {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 768px) {
  .breadcrumbs {
    padding-top: 23px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 50px;
  }
}
.breadcrumbs ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1em 0;
}
.breadcrumbs ul li {
  position: relative;
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.breadcrumbs ul li:only-child {
  display: none;
}
.breadcrumbs ul li:last-of-type a {
  pointer-events: none;
  text-decoration: none;
  color: #9b9b9b;
}
.breadcrumbs ul li:not(:last-of-type)::after {
  background: url(/images/org/icons/icon-arrow.svg) no-repeat;
  background-size: contain;
  content: "";
  width: 5px;
  height: 9px;
  margin-right: 20px;
  margin-left: 20px;
  display: inline-block;
}
.breadcrumbs ul li a {
  color: var(--color-blue);
  font-weight: 500;
  font-size: 1.4rem;
}
#search {
  position: fixed;
  top: 0;
  right: -330px;
  z-index: 50;
  width: 330px;
  height: 100%;
  box-sizing: border-box;
  color: #4e4e4e;
  transform: translateX(0);
}
@media (max-width: 768px) {
  #search {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    width: calc(100% - 26px);
    max-width: 450px;
    transition: opacity 0.2s;
  }
}
#search.open {
  transform: translateX(-330px);
}
@media (min-width: 769px) {
  #search.open {
    transition: transform 0.2s;
  }
}
@media (max-width: 768px) {
  #search.open {
    transform: translateX(-50%);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
#search .close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}
@media (max-width: 768px) {
  #search .close {
    background-color: #0d0d0d;
    width: 41px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    top: 20px;
    right: -8px;
  }
}
#search .close .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
#search .close .icon::before {
  display: block;
  position: absolute;
  width: 25px;
  height: 2px;
  background-color: #0d0d0d;
  transform: rotate(45deg);
  content: "";
}
#search .close .icon::after {
  display: block;
  position: absolute;
  width: 25px;
  height: 2px;
  background-color: #0d0d0d;
  transform: rotate(-45deg);
  content: "";
}
@media (max-width: 768px) {
  #search .close .icon::before,
  #search .close .icon::after {
    background-color: #fff;
    width: 17px;
    height: 1px;
  }
}
#search .wrap {
  background-color: #f4f4f4;
  position: relative;
  padding: 55px 20px 35px;
  height: 100%;
  overflow: auto;
}
@media (max-width: 768px) {
  #search .wrap {
    padding: 30px 24.5px 35px;
    height: calc(100% - 60px);
    top: 40px;
  }
}
#search .title {
  font-weight: 700;
  font-weight: 1.6rem;
  text-align: center;
}
#search .title.condition {
  text-align: left;
  padding-bottom: 18px;
  border-bottom: 1px solid #aaaaaa;
  margin-top: 35px;
}
#search .keyword input[type="text"] {
  margin-top: 25px;
  height: 40px;
}
#search .keyword .top-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 112px;
  height: 38px;
  gap: 8px;
  border-radius: 21px;
  background-color: var(--color-blue);
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  margin-right: auto;
  margin-left: auto;
  margin-top: 16px;
  transition: opacity 0.3s;
}
#search .keyword .top-submit:hover {
  opacity: 0.9;
}
#search .keyword .top-submit svg {
  fill: #fff;
  width: 16px;
  height: 16px;
}
#search table,
#search tbody,
#search tr,
#search th,
#search td {
  display: block;
}
#search table {
  margin-top: 24px;
}
#search tr {
  margin: 0 0 20px;
  display: flex;
  align-items: center;
}
#search tr:last-child {
  margin: 0;
}
#search th {
  font-size: 1.4rem;
  min-width: 70px;
  width: 70px;
  font-weight: 700;
  color: #898989;
}
@media (max-width: 768px) {
  #search th {
    min-width: 80px;
    width: 80px;
  }
}
#search td {
  flex-grow: 1;
}
#search input[type="text"],
#search select {
  display: block;
  width: 100%;
  height: 36px;
  padding: 0 0.87em;
  border: none;
  background-color: #fff;
  font-size: 1.4rem;
  border: 1px solid #c3c3c3;
}
@media (max-width: 768px) {
  #search input[type="text"],
  #search select {
    font-size: 1.6rem;
  }
}
#search input[type="text"]::placeholder,
#search select::placeholder {
  color: #999999;
}
#search input[type="text"] {
  outline: none;
}
#search .select-wrap {
  position: relative;
  width: 100%;
}
#search .select-wrap::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 15px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  transform: translateY(-50%) rotate(-135deg);
  font-size: 20px;
  pointer-events: none;
}
#search .select-wrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 30px;
}
#search .select-wrap select::-ms-expand {
  display: none;
}
#search label {
  font-size: 1.3rem;
  display: inline-flex;
  align-items: center;
  gap: 1px;
}
#search .formatRadio {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px -10px 0;
}
#search .formatRadio label {
  margin: 0 20px 10px 0;
}
#search .btn-wrap {
  display: flex;
  margin-top: 28px;
  gap: 16px;
}
@media (max-width: 768px) {
  #search .btn-wrap {
    padding-right: 10px;
    padding-left: 10px;
  }
}
#search .btn-wrap .btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #888888;
  width: calc(50% - 8px);
  height: 42px;
  gap: 8px;
  border-radius: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: opacity 0.3s;
}
#search .btn-wrap .btn:hover {
  opacity: 0.9;
}
#search .btn-wrap .btn.submit {
  background: linear-gradient(45deg, #3092e5, #1e6bc4);
  color: #fff;
}
#search .btn-wrap .btn.clear {
  border: 1px solid #a8a8a8;
}
#search .btn-wrap .btn svg {
  fill: #fff;
  width: 16px;
  height: 16px;
}
#search-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 40;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 2, 49, 0.3);
}
#search-overlay.above {
  z-index: 41;
}
/* searchBox */
#overlay {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#E6000000', endColorstr='#E6000000');
  background: transparent;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  z-index: 12;
}
:root #overlay {
  filter: none\0/IE9;
}
#searchBox {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(calc(-50% - 100px));
  display: none;
  width: 530px;
  box-sizing: border-box;
  margin: auto;
  padding: 27px;
  background: #f3f3f3;
  z-index: 12;
}
@media (max-width: 768px) {
  #searchBox {
    overflow-y: auto;
    top: 0;
    width: auto;
    max-height: 105vh;
    margin: 10px 10px 0;
    transform: none;
  }
}
:root #searchBox {
  filter: none\0/IE9;
}
#searchBox table {
  width: 100%;
}
#searchBox table th,
#searchBox table td {
  padding: 2px 0;
}
#searchBox table th {
  width: 22%;
  text-align: left;
  font-weight: normal;
}
#searchBox table td {
  width: 78%;
}
@media (max-width: 768px) {
  #searchBox table tbody {
    display: block;
  }
  #searchBox table th,
  #searchBox table td {
    display: block;
    width: 100%;
  }
}
#searchBox input[type="text"] {
  width: 97%;
  border: solid 1px #dddddd;
  font-size: 14px;
  padding: 5px;
}
#searchBox select {
  width: 100%;
  border: solid 1px #dddddd;
  font-size: 14px;
  padding: 5px;
}
#searchBox select[name="amount"],
#searchBox select[name="order"] {
  width: auto;
}
#searchBox .btn {
  margin: 10px 0;
  text-align: center;
}
#searchBox .btn a {
  min-width: 130px;
  border: none;
  background: #888888;
  color: #ffffff;
  padding: 10px;
  margin: 0 5px;
  display: inline-block;
  border-radius: 4px;
  font-weight: bold;
}
#searchBox .btn a:hover {
  text-decoration: none;
}
@media (max-width: 768px) {
  #searchBox .btn a {
    display: block;
  }
}
@media (max-width: 768px) {
  #searchBox .btn .search_submit {
    margin-bottom: 10px;
  }
}
#searchBox .close {
  position: absolute;
  top: -3px;
  right: -60px;
}
@media (max-width: 768px) {
  #searchBox .close {
    position: static;
    margin-top: -10px;
  }
}
#searchBox .close a {
  color: #ffffff;
  text-align: center;
  width: 60px;
  line-height: 28px;
  display: block;
}
@media (max-width: 768px) {
  #searchBox .close a {
    margin-left: auto;
  }
}
#searchBox legend {
  margin-left: 15px;
}
#contents {
  max-width: var(--sitewidth);
  margin: 0 auto 0px;
  padding: 25px 15px 0;
}
@media (max-width: 768px) {
  #contents {
    display: block;
    width: auto;
    padding: 25px 0 0;
  }
}
#contents.noleft {
  flex-direction: row;
}
@media (max-width: 768px) {
  #contents.noleft {
    padding: 20px 15px 0;
  }
}
#contents.noleft #main {
  max-width: none;
  padding-right: 30px;
}
@media (max-width: 768px) {
  #contents.noleft #main {
    padding-right: 0;
    padding-bottom: 30px;
  }
}
#contents.noleft #sub {
  width: 240px;
  min-width: 240px;
}
@media (max-width: 768px) {
  #contents.noleft #sub {
    width: auto;
    min-width: auto;
  }
}
#contents .error,
#contents .note {
  color: #ff0000;
}
/* ジャンル */
#genre_tree {
  position: relative;
  z-index: 2;
}
/* シリーズ */
#series_tree > li > a {
  display: block;
  padding: 10px 0;
}
.custommenu > ul {
  position: relative;
}
.custommenu > ul > li a,
.custommenu > ul > li b {
  display: inline-block;
  margin: 10px 0;
  padding: 0;
  font-size: 1.5rem;
  word-break: break-all;
  color: #fff;
  font-weight: 500;
  line-height: 1.35;
}
@media (max-width: 768px) {
  .custommenu > ul > li a,
  .custommenu > ul > li b {
    font-size: 1.4rem;
  }
}
.custommenu li.entry span {
  display: block;
}
.custommenu li.entry .row {
  display: flex;
}
.custommenu li.entry .ck + .row a:not([class*="icon"]) {
  padding-right: 1.3em;
}
.custommenu li.entry > div > span {
  position: relative;
}
.custommenu li.entry > div > span .ck {
  position: absolute;
  top: 3px;
  right: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}
.custommenu li.entry > div > span .ck:hover {
  opacity: 0.75;
}
@media (max-width: 768px) {
  .custommenu li.entry > div > span .ck:hover {
    opacity: 0.9;
  }
}
.custommenu li.entry > div > span .ck::before {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url(/images/org/icons/icon-circle-link-arrow.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  transform: translateY(50%) rotate(90deg);
}
.custommenu li.entry > div > span .ck.open::before {
  transform: translateY(50%) rotate(-90deg);
}
.custommenu li.entry > div > span > div {
  display: none;
}
.custommenu li.entry > div > span > div > span {
  position: relative;
  box-sizing: border-box;
  padding-left: 1em;
}
.custommenu li.entry > div > span > div > span > div {
  display: none;
  padding-top: 0;
}
.custommenu li.entry > div > span > div > span div {
  margin-bottom: 10px;
}
.custommenu li.entry > div > span > div > span div span {
  display: block;
  padding-left: 1em;
}
.custommenu li.entry > div > span > div > span div span a {
  padding: 0;
  margin-bottom: 3px;
  font-size: 14px;
}
.custommenu li.entry > div > span > div > span div span a:before {
  content: "＞ ";
  color: #fff;
  font-size: 12px;
}
.custommenu li.entry.default-open > div > span > div,
.custommenu li.entry.default-open > div > span > div > span > div {
  display: block !important;
}
.custommenu li a i,
.custommenu li b i {
  font-style: normal;
  font-size: 90%;
}
.custommenu .archive_tree > li > div > span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.custommenu .archive_tree > li > div > span > .ck {
  order: 2;
  margin-left: 10px;
}
.custommenu .archive_tree > li > div > span > a,
.custommenu .archive_tree > li > div > span > b {
  order: 1;
}
.custommenu .archive_tree > li > div > span > a + div,
.custommenu .archive_tree > li > div > span > b + div {
  order: 3;
  width: 100%;
}
.custommenu .archive_tree > li > div > span > b {
  font-size: 1.4rem;
  font-weight: 700;
}
.section .section-inner {
  max-width: var(--sitewidth);
  margin-right: auto;
  margin-left: auto;
  padding: 65px 50px;
}
@media (max-width: 768px) {
  .section .section-inner {
    padding: 50px 20px;
  }
}
.section-title .sub {
  display: flex;
  align-items: center;
  gap: 19px;
}
@media (max-width: 768px) {
  .section-title .sub {
    gap: 14px;
  }
}
.section-title .sub .txt {
  font-size: 2.2rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .section-title .sub .txt {
    font-size: 1.8rem;
  }
}
.section-title .sub .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 65px;
  padding-right: 0.5em;
  padding-left: 0.5em;
  height: 26px;
  border-radius: 2px;
  background: #4b8feb;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  border: 1px solid #4b8feb;
}
@media (max-width: 768px) {
  .section-title .sub .icon {
    font-size: 1.4rem;
  }
}
.section-title .name {
  font-size: 8.2rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .section-title .name {
    font-size: 4.8rem;
    margin-top: 6px;
  }
}
@media (min-width: 769px) {
  .section-title .name br {
    display: none;
  }
}
.section-title.blue .icon {
  border-color: #1c2187;
  background-color: #1c2088;
}
.section-title.blue .name {
  color: #1c2187;
}
.section-title.sky .icon {
  border-color: #3092e5;
  background-color: #3092e5;
}
.section-title.sky .name {
  color: #3092e5;
}
.pagetitle {
  margin-bottom: 30px;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.75;
  color: var(--font-blue);
}
@media (max-width: 768px) {
  .pagetitle {
    font-size: 2.6rem;
    line-height: 1.38;
  }
}
.sectionType1 + .sectionType1 {
  margin-top: 60px;
}
.sectionType1 .sttl {
  padding-top: 10px;
  padding-bottom: 30px;
  border-top: 1px solid #ddd;
  font-size: 2rem;
  font-weight: bold;
}
.tableType1 {
  width: 100%;
  border-top: solid 1px #dddddd;
}
.tableType1 tr {
  border-bottom: solid 1px #dddddd;
}
.tableType1 th,
.tableType1 td {
  padding: 20px 0;
}
.tableType1 th {
  width: 160px;
  color: #6b5551;
  vertical-align: middle;
}
@media (min-width: 769px) {
  .tableType1 th {
    width: 200px !important;
  }
}
.tableType1 td p {
  margin-top: 8px;
}
.tableType1 td p:first-child {
  margin-top: 0;
}
.tableType1 input.disabled {
  pointer-events: none;
  background-color: #f8f8f8;
}
.formType1 input[name="mail"],
.formType1 input[name="mail_sub"] {
  width: 230px;
}
.formType1 textarea {
  width: 360px;
  height: 100px;
}
.common-banner {
  padding-bottom: 65px;
  padding-right: 50px;
  padding-left: 50px;
  position: relative;
}
@media (max-width: 768px) {
  .common-banner {
    padding-bottom: 55px;
  }
}
.common-banner::after {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #ffffff;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .common-banner::after {
    width: 77%;
  }
}
@media (max-width: 768px) {
  .common-banner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.common-banner .title {
  font-size: 1.8rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin-bottom: 42px;
}
.common-banner .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1280px) {
  .common-banner .list {
    max-width: calc(100% - 150px);
  }
}
@media (max-width: 768px) {
  .common-banner .list {
    flex-direction: column;
  }
}
@media (min-width: 769px) {
  .common-banner .list .item {
    width: calc(100% / 4 - 26.25px);
  }
}
@media (max-width: 768px) {
  .common-banner .list .item {
    max-width: 200px;
  }
}
.common-banner .link {
  font-size: 1.6rem;
  text-align: right;
  margin-top: 28px;
}
@media (max-width: 768px) {
  .common-banner .link {
    text-align: center;
    margin-top: 40px;
  }
}
.common-banner .link a {
  display: inline-flex;
  align-items: center;
  gap: 18.5px;
  color: #fff;
}
@media (max-width: 768px) {
  .common-banner .link a {
    gap: 20px;
  }
}
.common-banner .link a::after {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(/images/org/icons/icon-circle-arrow.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: inline-block;
}
.booklist {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 40px;
}
@media (max-width: 768px) {
  .booklist {
    gap: 20px 30px;
    padding-bottom: 15px;
  }
}
.booklist .item {
  width: calc(100% / 5 - 32px);
  text-align: center;
  font-size: 1.4rem;
  color: var(--color-blue);
}
@media (max-width: 768px) {
  .booklist .item {
    width: calc(100% / 3 - 20px);
  }
}
@media (max-width: 480px) {
  .booklist .item {
    width: calc(100% / 2 - 15px);
  }
}
.booklist .item .image {
  text-align: center;
  margin-bottom: 19px;
}
.booklist .item .image img {
  height: 220px;
  object-fit: contain;
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.13));
}
@media (max-width: 480px) {
  .booklist .item .image img {
    height: 158px;
  }
}
.booklist .item .ttl {
  font-weight: 600;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 769px) {
  .booklist .item .ttl {
    text-align: left;
    max-width: 130px;
  }
}
.booklist .item .formatname {
  display: none;
}
.booklist .item a {
  color: var(--color-blue);
}
.booklist .item .price,
.booklist .item .author,
.booklist .item .bookdate,
.booklist .item .outline {
  font-size: 1.3rem;
}
.booklist .item .price {
  margin-top: 5px;
}
.booklist .item .author {
  margin-top: 5px;
}
.booklist .item .bookdate {
  margin-top: 5px;
}
.booklist .item .outline {
  margin-top: 10px;
}
.booklist .item .outline.magazine-genre {
  display: block !important;
  color: var(--font-black);
}
.booklist .item .outline span {
  display: block;
  text-align: left;
}
.booklist .item .btns {
  margin-top: 5px;
}
.booklist .simplebar-track:after {
  z-index: 1;
  position: absolute;
  display: block;
  top: 2px;
  content: "";
  height: 4px;
  background-color: #ccc;
  left: 0;
  right: 0;
  margin: auto;
}
.booklist .simplebar-track .simplebar-scrollbar {
  z-index: 2;
  height: 4px;
}
.booklist .simplebar-track .simplebar-scrollbar:before {
  background-color: #000;
}
.booklist .simplebar-content {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.moreLink {
  background-color: #000;
  color: #fff;
  padding: 1rem;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  border: 1px solid #000;
  border-radius: 50px;
  width: 190px;
  margin: 0 auto;
}
.moreLink:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}
.moreOverlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}
.moreOverlay .cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.moreOverlay .spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px transparent solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}
.newslist .item {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 28px 30px 28px 0;
  border-bottom: 1px solid #c3c3c3;
}
@media (max-width: 768px) {
  .newslist .item {
    flex-direction: column;
    gap: 11px;
    padding: 25px 25px 25px 0;
  }
}
.newslist .item:first-child {
  border-top: 1px solid #c3c3c3;
}
.newslist .item .head {
  display: flex;
  align-items: center;
}
.newslist .item .date {
  font-size: 1.4rem;
  color: #3092e5;
  margin-right: 15px;
  font-family: var(--lexend-mega-font);
}
.newslist .item .category {
  margin-right: 15px;
}
.newslist .item .category a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  height: 19px;
  padding-right: 0.5em;
  padding-left: 0.5em;
  border-radius: 2px;
  background: #bb66bb;
  text-align: center;
  line-height: 24px;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
}
.newslist .item .category a.reprint {
  background-color: #229966;
}
.newslist .item .category a.pr {
  background-color: #dd8855;
}
.newslist .item .category a.event {
  background-color: #dd4455;
}
.newslist .item .category a.bookstore {
  background-color: #2266bb;
}
.newslist .item .category a.errata {
  background-color: #5555aa;
}
.newslist .item .category a.recruit {
  background-color: #99aa00;
}
.newslist .item .category a.news {
  background-color: #3092e5;
}
@media (max-width: 768px) {
  .newslist .item .category {
    margin-top: 3px;
  }
  .newslist .item .category a {
    min-width: 50px;
    width: min-content;
  }
}
.newslist .item .txt {
  flex-grow: 1;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
}
@media (max-width: 768px) {
  .newslist .item .txt {
    font-size: 1.3rem;
  }
}
.newslist .item .txt a {
  color: #000;
}
.titleType1 {
  margin-bottom: 30px;
  text-align: center;
  transform: rotate(0.03deg);
  font-size: 2.6rem;
  font-weight: bold;
}
.titleType1:before,
.titleType1:after {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  margin: 0 20px 6px;
  transform: rotate(45deg);
  background-color: #bbc0d1;
}
@media (max-width: 768px) {
  .titleType1:before,
  .titleType1:after {
    width: 8px;
    height: 8px;
    margin: 0 12px 3px;
  }
}
@media (max-width: 768px) {
  .titleType1 {
    font-size: 2rem;
  }
}
#footer {
  position: relative;
  background-image: url(/images/org/common/footer-bg.png?var=1.0.1);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  #footer {
    background-position: 69% top;
  }
}
#footer .block-inner {
  max-width: var(--sitewidth);
  margin-right: auto;
  margin-left: auto;
  padding: 90px 0 120px;
}
@media (max-width: 1280px) and (min-width: 769px) {
  #footer .block-inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 768px) {
  #footer .block-inner {
    padding: 90px 0 90px;
  }
}
#footer .info .logo {
  display: block;
}
@media (max-width: 768px) {
  #footer .info {
    text-align: center;
  }
}
#footer .info .address {
  margin-top: 20px;
  color: #fff;
  line-height: 1.5;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  #footer .info .address {
    display: inline-block;
    text-align: left;
    font-size: 1.4rem;
  }
}
#footer .info .address p + p {
  margin-top: 0.2em;
}
@media (min-width: 1001px) {
  #footer .info .address p br {
    display: none;
  }
}
#footer .info .address b {
  font-weight: 600;
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  #footer .info .address b {
    font-size: 1.7rem;
  }
}
#footer .info .address a {
  color: #fff;
}
#footer .info .sns {
  margin-top: 50px;
  display: flex;
  align-items: center;
  gap: 25px;
}
@media (max-width: 768px) {
  #footer .info .sns {
    justify-content: center;
    margin-top: 35px;
  }
}
#footer .footer-nav {
  padding-top: 70px;
}
@media (max-width: 1360px) and (min-width: 769px) {
  #footer .footer-nav {
    padding-right: 40px;
  }
}
@media (max-width: 768px) {
  #footer .footer-nav {
    padding-top: 55px;
    padding-right: 50px;
    padding-left: 50px;
  }
}
#footer .footer-nav .inner {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
@media (max-width: 768px) {
  #footer .footer-nav .inner {
    flex-direction: column;
  }
}
#footer .link-list {
  flex-grow: 1;
  max-width: 883px;
}
#footer .link-list .block {
  width: 100%;
  display: flex;
  max-width: var(--sitewidth);
  gap: 30px 20px;
  flex-wrap: wrap;
}
@media (max-width: 1000px) and (min-width: 769px) {
  #footer .link-list .block {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  #footer .link-list .block {
    gap: 25px 15px;
  }
}
@media (max-width: 768px) {
  #footer .link-list .block .d-none-sp {
    display: none;
  }
}
#footer .link-list .block .d-none-sp dl {
  width: 100%;
}
#footer .link-list .block .d-none-sp dt {
  margin-top: 1em;
}
@media (min-width: 769px) {
  #footer .link-list .block .d-none-pc {
    display: none;
  }
}
#footer .link-list .block .d-none-pc dl {
  width: 100%;
}
@media (min-width: 769px) {
  #footer .link-list .block dl {
    min-width: calc(100% / 5 - 16px);
    max-width: calc(100% / 5 - 16px);
  }
}
@media (max-width: 768px) {
  #footer .link-list .block dl {
    width: calc(50% - 7.5px);
  }
}
@media (max-width: 768px) {
  #footer .link-list .block dl.seminar dt {
    font-size: 1.5rem;
  }
}
#footer .link-list .block dt,
#footer .link-list .block dd {
  line-height: 1.4;
}
#footer .link-list .block dt {
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 1em;
  color: #fff;
}
@media (max-width: 1100px) and (min-width: 769px) {
  #footer .link-list .block dt {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  #footer .link-list .block dt {
    font-size: 1.7rem;
  }
}
#footer .link-list .block dt:not(:first-of-type) {
  margin-top: 1em;
}
@media (max-width: 768px) {
  #footer .link-list .block dt:not(:first-of-type) {
    margin-top: 25px;
  }
}
#footer .link-list .block dt a {
  font-size: inherit;
  font-weight: inherit;
}
#footer .link-list .block dd {
  color: #fff;
  line-height: 1.785;
  font-size: 1.4rem;
}
@media (max-width: 1000px) and (min-width: 769px) {
  #footer .link-list .block dd {
    font-size: 1.3rem;
  }
}
#footer .link-list .block a {
  display: inline-block;
  font-size: inherit;
  font-weight: normal;
  color: #fff;
}
#footer .link-list .block li {
  position: relative;
  padding-bottom: 5px;
}
#footer .bottom {
  text-align: right;
  margin-top: 110px;
}
@media (max-width: 768px) {
  #footer .bottom {
    text-align: center;
    margin-top: 65px;
  }
}
#footer .copyright {
  color: #fff;
  font-size: 1.2rem;
  font-family: var(--montserrat-font);
}
@media (max-width: 768px) {
  #footer .copyright {
    display: inline-block;
    text-align: left;
    line-height: 2.08;
    font-size: 1.05rem;
  }
}
#publisher {
  padding: 15px 0 40px;
  background-image: url(/images/common/bg_footer.png);
  background-color: #817876;
}
#publisher .inner {
  width: 1081px;
  margin: 0 auto;
  font-weight: bold;
  color: #fff;
}
#publisher .inner .ttl {
  padding-bottom: 4px;
  font-size: 117%;
}
.page-top {
  position: absolute;
  top: 38%;
  right: 20px;
  cursor: pointer;
  transition: opacity 0.3s;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1360px) and (min-width: 769px) {
  .page-top {
    top: 42%;
    right: 10px;
  }
}
@media (max-width: 768px) {
  .page-top {
    display: none;
  }
}
.page-top:hover {
  opacity: 0.75;
}
@media (max-width: 768px) {
  .page-top:hover {
    opacity: 0.9;
  }
}
/* cms start */
.cms {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .cms {
    font-size: 1.4rem;
  }
}
.cms * {
  word-break: break-all;
}
.cms img {
  height: auto !important;
}
.cms img.zoom-img {
  cursor: zoom-in;
}
.cms img.zoom-img:hover {
  transition: 0.3s;
  opacity: 0.9;
}
.cms p {
  margin: 1em 0;
  line-height: 1.8;
}
.cms b {
  font-weight: bold;
}
.cms ul {
  list-style-type: disc;
  margin: 1em 0 1em 1em;
  padding: 0 0 0 1em;
}
.cms ul ul {
  list-style-type: circle;
  margin: 0 0 0 1em;
}
.cms ul ul ul {
  list-style-type: square;
}
.cms ol {
  list-style-type: decimal;
  margin: 1em 0 1em 1em;
  padding: 0 0 0 1em;
}
.cms ol ol {
  margin: 0 0 0 1em;
}
.cms dl {
  margin: 1em 0;
}
.cms dd {
  margin: 0 0 0 1em;
}
.cms blockquote {
  margin: 1em;
  padding: 0 0 0 1em;
  border-left: 3px solid #cccccc;
}
.cms pre {
  margin: 1em;
  padding: 1em;
  border: 1px solid #cccccc;
  white-space: normal;
}
.cms blockquote blockquote {
  margin: 0;
}
.cms table {
  border-top: 1px solid #bbb;
  border-right: 1px solid #bbb;
  width: 100% !important;
  max-width: 100%;
}
.cms table caption {
  padding-bottom: 10px;
}
.cms table tr {
  background-color: #fff;
}
.cms table th {
  padding: 5px 5px 5px 7px;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #bbb;
  background-color: #eee;
  text-align: left;
  vertical-align: top;
  font-weight: bold;
  white-space: nowrap;
}
.cms table td {
  padding: 5px 5px 5px 7px;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #bbb;
  text-align: left;
  vertical-align: top;
}
@media (max-width: 768px) {
  .cms table th,
  .cms table td {
    width: auto !important;
  }
}
.cms iframe {
  max-width: 100%;
}
.cms h1,
.cms h2,
.cms h3,
.cms h4,
.cms h5,
.cms h6 {
  margin-bottom: 15px;
  font-weight: bold;
}
.cms h1 {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.69;
}
@media (max-width: 980px) {
  .cms h1 {
    font-size: 2rem;
    line-height: 1.55;
  }
}
.cms h2 {
  font-size: 2rem;
  font-weight: 600;
  color: var(--color-blue);
  position: relative;
  padding-bottom: 1em;
  line-height: 1.5;
}
.cms h2::after {
  content: "";
  background: linear-gradient(to right, #3090e3, #1c2187);
  height: 2px;
  width: 100%;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
}
.cms h3 {
  color: var(--color-blue);
  font-weight: 600;
  font-size: 2.2rem;
}
@media (max-width: 980px) {
  .cms h3 {
    font-size: 2rem;
  }
}
.cms h4 {
  font-size: 2rem;
}
@media (max-width: 768px) {
  .cms h4 {
    font-size: 1.8rem;
  }
}
.cms h5 {
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .cms h5 {
    font-size: 1.7rem;
  }
}
.cms h6 {
  font-size: 1.4rem;
}
.cms .links {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  flex-wrap: wrap;
}
@media (max-width: 980px) {
  .cms .links {
    flex-direction: column;
    gap: 25px;
  }
}
.cms .links.col-3 {
  gap: 15px;
  justify-content: flex-start;
}
@media (max-width: 980px) {
  .cms .links.col-3 {
    flex-direction: row;
  }
}
.cms .links.col-3 .btn {
  max-width: calc(100% / 3 - 10px);
  width: calc(100% / 3 - 10px);
  margin: 0;
}
@media (max-width: 980px) {
  .cms .links.col-3 .btn {
    max-width: calc(50% - 7.5px);
    width: calc(50% - 7.5px);
  }
}
.cms .links .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--font-blue);
  max-width: 322px;
  width: 100%;
  min-height: 55px;
  border-radius: 39px;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.6rem;
  font-weight: 600;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-right: 2.3em;
  padding-left: 1em;
  color: #fff;
  position: relative;
  background: linear-gradient(to right, #2196f3, #1565c0);
}
@media (max-width: 1050px) and (min-width: 981px) {
  .cms .links .btn {
    padding-right: 2em;
    padding-left: 1em;
  }
}
@media (max-width: 980px) {
  .cms .links .btn {
    font-size: 1.4rem;
  }
}
.cms .links .btn::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(/images/org/icons/icon-circle-link-arrow_sky.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.cms .links .btn.green {
  background: linear-gradient(45deg, #38cb87, #38b48e);
}
.cms .links .btn.green::after {
  background-image: url(/images/org/icons/icon-external-link_green.svg);
}
.cms .links .btn.orange {
  border-radius: 39px;
  background: linear-gradient(45deg, #ffa700, #ff6c00);
}
@media (max-width: 980px) {
  .cms .links .btn.orange {
    min-width: 238px;
  }
}
.cms .links .btn.orange::after {
  background-image: url(/images/org/icons/icon-circle-link-arrow_orange.svg);
}
.cms .links .btn.black {
  background: #fff;
  border: 2px solid var(--font-black);
  color: var(--font-black);
}
.cms .links .btn.black::after {
  background-image: url(/images/org/icons/icon-circle-link-arrow.svg);
}
.cms .links .btn.normal::after {
  content: none;
}
.cms .links .btn:hover {
  opacity: 0.9;
}
.cms .pdf-link {
  margin-top: 20px;
  display: flex;
  gap: 15px 10px;
  flex-wrap: wrap;
}
.cms .pdf-link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #ccc;
  min-height: 55px;
  border-radius: 18px;
  width: calc(100% / 3 - 6.6666666px);
  padding: 1em;
  color: var(--color-blue);
  font-weight: 600;
  gap: 5px;
  font-size: 1.6rem;
  background-color: #fff;
}
@media (max-width: 768px) {
  .cms .pdf-link a {
    width: calc(50% - 5px);
    font-size: 1.5rem;
    padding: 1em 0.5em;
  }
}
.cms .pdf-link a span {
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .cms .pdf-link a span {
    font-size: 1.3rem;
  }
}
.cms .pdf-link a::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(/images/org/icons/icon-lock.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: inline-block;
  margin-top: 5px;
}
.cms .border-frame {
  background-color: #eee;
  padding: 1.5em;
  border-radius: 8px;
}
.cms .border-frame .label {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  height: 30px;
}
.cms .border-frame .icon-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}
.cms .border-frame .icon-list li {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (min-width: 769px) {
  .cms .border-frame .icon-list li {
    min-width: calc(100% / 4 - 7.5px);
  }
}
@media (max-width: 768px) {
  .cms .border-frame .icon-list li {
    width: calc(50% - 10px);
    font-size: 1.2rem;
  }
  .cms .border-frame .icon-list li br {
    display: none;
  }
}
.cms .border-frame .point-list {
  list-style: none;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  counter-reset: li;
}
.cms .border-frame .point-list li {
  padding-left: 100px;
  font-size: 1.6rem;
}
.cms .border-frame .point-list li + li {
  margin-top: 1em;
}
.cms .border-frame .point-list li::before {
  content: "ポイント " counter(li) "：";
  counter-increment: li;
  margin-left: -94px;
  margin-right: 10px;
  font-size: 1.4rem;
  font-weight: 600;
  color: #9a9a9a;
}
.cms .border-frame .point-list li strong {
  color: #df6c28;
}
.cms .table-gray {
  border-color: #fff;
  border-width: 2px;
  width: 100% !important;
}
.cms .table-gray tr {
  display: flex;
}
.cms .table-gray th,
.cms .table-gray td {
  width: 50% !important;
  background-color: #edecf1;
  border-color: #fff;
  border-width: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 15px;
}
@media (max-width: 768px) {
  .cms .table-gray th,
  .cms .table-gray td {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.cms .table-gray th img,
.cms .table-gray td img {
  object-fit: contain;
  max-height: 30px;
}
@media (max-width: 768px) {
  .cms .table-gray th img,
  .cms .table-gray td img {
    max-height: 25px;
  }
}
.cms .table-gray td:nth-child(even) a {
  font-size: 1.6rem;
  color: var(--color-blue);
}
@media (max-width: 768px) {
  .cms .table-gray td:nth-child(even) a {
    font-size: 1.4rem;
  }
}
.cms .table-gray td:nth-child(even) a::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(/images/org/icons/icon-circle-link-arrow_sky.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: -0.2em;
  margin-right: 8px;
}
.cms a.link-icon::before,
.cms p.link-icon::before,
.cms span.link-icon::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(/images/org/icons/icon-circle-link-arrow_sky.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: -0.15em;
  margin-right: 5px;
}
.cms a.link-icon.green::before,
.cms p.link-icon.green::before,
.cms span.link-icon.green::before {
  background-image: url(/images/org/icons/icon-circle-link-arrow_green.svg);
}
.cms a.link-icon.orange::before,
.cms p.link-icon.orange::before,
.cms span.link-icon.orange::before {
  background-image: url(/images/org/icons/icon-circle-link-arrow_orange.svg);
}
.cms a.pdf-icon::before,
.cms p.pdf-icon::before,
.cms span.pdf-icon::before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(/images/org/icons/icon-file-pdf.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  vertical-align: -0.2em;
  margin-right: 5px;
}
.cms a.docs-icon::before,
.cms p.docs-icon::before,
.cms span.docs-icon::before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(/images/org/icons/icon-file-docs.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  vertical-align: -0.2em;
  margin-right: 5px;
}
.cms a.excel-icon::before,
.cms p.excel-icon::before,
.cms span.excel-icon::before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(/images/org/icons/icon-file-excel.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  vertical-align: -0.2em;
  margin-right: 5px;
}
.cms a.ppt-icon::before,
.cms p.ppt-icon::before,
.cms span.ppt-icon::before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(/images/org/icons/icon-file-ppt.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  vertical-align: -0.2em;
  margin-right: 5px;
}
.cms a.txt-icon::before,
.cms p.txt-icon::before,
.cms span.txt-icon::before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(/images/org/icons/icon-file-txt.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  vertical-align: -0.2em;
  margin-right: 5px;
}
.cms a.zip-icon::before,
.cms p.zip-icon::before,
.cms span.zip-icon::before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(/images/org/icons/icon-file-zip.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  vertical-align: -0.2em;
  margin-right: 5px;
}
.cms a.youtube-icon::before,
.cms p.youtube-icon::before,
.cms span.youtube-icon::before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(/images/org/icons/icon-youtube.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  vertical-align: -0.2em;
  margin-right: 5px;
}
.cms a.file-text-icon::before,
.cms p.file-text-icon::before,
.cms span.file-text-icon::before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(/images/org/icons/icon-file-text-o.png);
  background-size: 110% auto;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  vertical-align: -0.2em;
  margin-right: 5px;
}
.cms .row {
  display: flex;
  gap: 30px;
}
@media (max-width: 768px) {
  .cms .row {
    flex-direction: column;
    gap: 10px;
  }
}
.cms .row > .col {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cms .row > .col:not(.image) {
  min-width: 50%;
}
.cms .row > .col.flex-start {
  justify-content: flex-start;
}
@media (min-width: 769px) {
  .cms .row > .col.image {
    min-width: 120px;
    max-width: 120px;
  }
}
@media (max-width: 768px) {
  .cms .row > .col.image {
    order: -1;
    max-width: 140px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 981px) {
  .cms .row > .col.image.large {
    min-width: 200px;
    max-width: 200px;
  }
}
@media (max-width: 768px) {
  .cms .row > .col.image.large {
    max-width: 180px;
  }
}
.cms .row > .col.image img {
  width: 100% !important;
  height: auto;
  object-fit: contain;
}
.cms .ul-menu {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}
.cms .ul-menu li {
  padding-left: 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding: 1em;
}
@media (max-width: 768px) {
  .cms .ul-menu li {
    flex-direction: column;
    gap: 20px;
    padding-right: 0;
    padding-left: 0;
  }
}
.cms .ul-menu li .text {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1.5rem;
}
@media (min-width: 769px) {
  .cms .ul-menu li .text {
    font-size: 1.6rem;
  }
}
.cms .ul-menu li .text::before {
  content: "";
  border: 2px solid #34c9cb;
  border-radius: 50%;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-top: 2px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .cms .ul-menu li .text > strong {
    white-space: nowrap;
  }
}
.cms .border-link {
  margin-top: 20px;
  display: flex;
  gap: 15px 10px;
  flex-wrap: wrap;
}
.cms .border-link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #ccc;
  min-height: 55px;
  border-radius: 18px;
  width: calc(100% / 3 - 6.6666666px);
  padding: 1em;
  color: var(--color-blue);
  font-weight: 600;
  gap: 5px;
  font-size: 1.6rem;
  background-color: #fff;
}
@media (max-width: 768px) {
  .cms .border-link a {
    width: calc(50% - 5px);
    font-size: 1.5rem;
    padding: 1em 0.5em;
  }
}
.cms .border-link a span {
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .cms .border-link a span {
    font-size: 1.3rem;
  }
}
.cms .border-link a .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  max-width: 200px;
  width: 100%;
  height: 33px;
  border-radius: 28px;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  position: relative;
  background: #414374;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
@media (max-width: 1050px) and (min-width: 981px) {
  .cms .border-link a .btn {
    padding-right: 1em;
    padding-left: 1em;
  }
}
@media (max-width: 980px) {
  .cms .border-link a .btn {
    font-size: 1.3rem;
    height: 30px;
  }
}
.cms .border-link-teiki {
  margin-top: 20px;
  display: flex;
  gap: 15px 10px;
  flex-wrap: wrap;
}
.cms .border-link-teiki a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #ccc;
  min-height: 55px;
  border-radius: 18px;
  width: calc(50% - 5px);
  padding: 1em;
  color: var(--color-blue);
  font-weight: 600;
  gap: 5px;
  font-size: 1.7rem;
  background-color: #fff;
}
@media (max-width: 980px) {
  .cms .border-link-teiki a {
    width: 100%;
    font-size: 1.5rem;
    padding: 1em 0.5em;
  }
}
.cms .border-link-teiki a:nth-child(even) .picture {
  background-image: url(/images/org/article/form_application_button_01.png);
}
.cms .border-link-teiki a .title {
  font-size: 2rem;
}
@media (max-width: 980px) {
  .cms .border-link-teiki a .title {
    font-size: 1.8rem;
  }
}
.cms .border-link-teiki a .link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 1.6rem;
  margin-top: 0.5em;
}
@media (max-width: 980px) {
  .cms .border-link-teiki a .link {
    font-size: 1.4rem;
  }
}
.cms .border-link-teiki a .link::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(/images/org/icons/icon-circle-link-arrow_gray.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  display: inline-block;
  margin-top: 2px;
}
@media (max-width: 980px) {
  .cms .border-link-teiki a .link::after {
    width: 14px;
    height: 14px;
  }
}
.cms .border-link-teiki a .picture {
  width: 100%;
  height: 100px;
  display: block;
  background-repeat: no-repeat;
  background-image: url(/images/org/article/form_application_button_12-2.png);
  background-position: center;
  background-size: 160px auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  color: #fff;
}
.cms .border-link-teiki a .text {
  text-align: center;
  color: var(--font-black);
  margin-top: 0;
  margin-bottom: 0;
}
.cms .tableHistory tr {
  background-color: #fff;
}
.cms .tableHistory tr:nth-child(even) {
  background-color: #edecf1;
}
.cms .tableHistory th {
  background-color: transparent;
}
.cms .no-border-table,
.cms .no-border-table tr,
.cms .no-border-table th,
.cms .no-border-table td {
  border: none;
}
.cms .col-2-table .row,
.cms .col-2-list .row {
  gap: 10px;
  padding: 10px 15px;
}
@media (max-width: 980px) {
  .cms .col-2-table .row,
  .cms .col-2-list .row {
    gap: 0;
    flex-direction: column;
    padding: 10px 0;
  }
}
.cms .col-2-table .row .col,
.cms .col-2-list .row .col {
  min-width: auto;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: left;
  flex-grow: 0;
}
@media (max-width: 980px) {
  .cms .col-2-table .row .col:nth-child(1),
  .cms .col-2-list .row .col:nth-child(1) {
    align-items: center;
  }
}
.cms .col-2-table .row .col:nth-child(1) p,
.cms .col-2-list .row .col:nth-child(1) p {
  white-space: nowrap;
}
.cms .col-2-table .row .col:nth-child(2),
.cms .col-2-list .row .col:nth-child(2) {
  flex-grow: 1;
  padding-bottom: 1em;
}
.cms .col-2-table .row .col p,
.cms .col-2-list .row .col p {
  margin-top: 0;
}
.cms .col-2-table .row .col img,
.cms .col-2-list .row .col img {
  min-width: 100px;
  min-height: 130px;
  object-fit: contain;
}
.cms .col-2-table tr,
.cms .col-2-list tr {
  display: flex;
  flex-wrap: wrap;
}
.cms .col-2-table tr td,
.cms .col-2-list tr td {
  width: 50%;
}
@media (max-width: 980px) {
  .cms .col-2-table tr td,
  .cms .col-2-list tr td {
    width: 50% !important;
  }
}
.cms .col-2-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 980px) {
  .cms .col-2-list {
    gap: 0 15px;
  }
}
.cms .col-2-list li {
  width: calc(50% - 5px);
}
@media (max-width: 980px) {
  .cms .col-2-list li {
    width: calc(50% - 7.5px);
  }
}
.cms .col-4-table tr {
  display: flex;
  flex-wrap: wrap;
}
.cms .col-4-table tr td {
  width: calc(100% / 4);
}
@media (max-width: 980px) {
  .cms .col-4-table tr td {
    width: 50% !important;
  }
}
.cms .link-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cms .link-list li + li {
  margin-top: 0.5em;
}
.cms .link-list.list-file-text li {
  position: relative;
  padding: 5px 15px 20px 15px;
  border-bottom: 1px solid #ccc;
  line-height: 1.5;
}
.cms .link-list.list-file-text li:not(:first-of-type) {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .cms .link-list.list-file-text li:not(:first-of-type) {
    padding-top: 15px;
  }
}
@media (max-width: 768px) {
  .cms .link-list.list-file-text li {
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 15px;
  }
}
.cms .link-list.list-file-text li + li {
  margin-top: 0;
}
.cms .link-list.list-file-text li a::before {
  content: "";
  width: 23px;
  height: 23px;
  background-image: url(/images/org/icons/icon-file-text-o.png);
  background-size: 110% auto;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  vertical-align: -0.2em;
  margin-right: 0;
  flex-shrink: 0;
}
.cms .link-list.list-file-text li:has(a.pdf-icon) a::before {
  content: "";
  width: 23px;
  height: 23px;
  background-image: url(/images/org/icons/icon-file-pdf.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  vertical-align: -0.2em;
  margin-right: 0;
  flex-shrink: 0;
}
.cms .link-list.list-file-text li a {
  display: inline-flex;
  gap: 0.5em;
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  .cms .link-list.list-file-text li a {
    gap: 0.5em;
  }
}
.cms .link-list.list-file-text li a p {
  margin: 0;
  display: inline;
}
.cms .link-list.list-file-text li a span {
  display: inline-block;
  border: 2px solid #404572;
  padding: 0.1em 0.3em;
  font-size: 1.2rem;
  font-weight: 600;
  margin-left: 1em;
}
@media (max-width: 768px) {
  .cms .link-list.list-file-text li a span {
    font-size: 1rem;
  }
}
.cms .pdf-list > * {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .cms .pdf-list > * {
    font-size: 1.4rem;
    gap: 15px;
  }
}
.cms .pdf-list > * img {
  flex-grow: 1;
  width: 100px !important;
  max-width: 100px !important;
  object-fit: contain;
}
.cms .pdf-list > * a:not(:has(img)) {
  margin-right: 1em;
}
.cms .pdf-list > div {
  border: 1px solid #bbb;
  background-color: #fff;
}
.cms .pdf-list img {
  display: block;
  padding: 5px;
  border-right: 1px solid #bbb;
}
.cms .q-and-a dt {
  position: relative;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 0.5em;
  padding: 1em 0 1em 40px;
  margin: 0;
  background-color: #f4f4f4;
  padding-right: 2em;
  cursor: pointer;
}
.cms .q-and-a dt i {
  font-style: normal;
  font-size: 17px;
  font-weight: 600;
  color: #3f4066;
  display: inline-block;
  margin-right: 0.5em;
  position: absolute;
  top: 0.8em;
  left: 0.8em;
}
.cms .q-and-a dt::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: var(--main-color1);
  line-height: 1;
  width: 10px;
  height: 10px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  position: absolute;
  top: 20px;
  right: 15px;
}
.cms .q-and-a dt.-open::after {
  transform: translateY(0) rotate(-45deg);
}
.cms .q-and-a dd {
  position: relative;
  margin: 0;
  padding: 0.8em 0 1em 40px;
  font-size: 1.5rem;
  background-color: #f4f4f4;
  display: none;
}
@media (max-width: 768px) {
  .cms .q-and-a dd {
    font-size: 1.4rem;
  }
}
.cms .q-and-a dd + dt {
  margin-top: 1em;
}
.cms .q-and-a dd * {
  font-size: 1.6rem;
}
.cms .q-and-a dd i {
  font-style: normal;
  font-size: 17px;
  font-weight: 600;
  color: #ff4448;
  display: inline-block;
  margin-right: 0.5em;
  position: absolute;
  top: 0.7em;
  left: 0.8em;
}
/* cms end */
.shopify-buy-frame--toggle,
.shopify-buy-frame--toggle.is-active.is-sticky {
  display: none !important;
}
