@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;
}
/* common */
html,
body {
  width: 100%;
}
html {
  color: #000;
  font-size: 10px;
  line-height: 1.2;
}
body {
  font-size: 1.5em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
body.menuopen {
  overflow: hidden;
}
img {
  vertical-align: bottom;
  max-width: 100%;
}
a {
  color: #276C9D;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
strong {
  font-weight: bold;
}
.small {
  font-size: 1.2rem;
}
a:hover img {
  transition: 0.3s;
  opacity: 0.9;
}
#page {
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  #page {
    overflow: hidden;
  }
}
#page:after {
  display: block;
  clear: both;
  content: '';
}
/* header */
#header {
  position: fixed;
  top: 0;
  z-index: 11;
  width: 100%;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 768px) {
  #header {
    height: auto;
    padding: 8px;
    box-sizing: border-box;
  }
}
#header #logo {
  margin: 0;
  transition-duration: 0.2s;
}
#header #logo img {
  max-height: 50px;
}
@media (max-width: 768px) {
  #header #logo img {
    max-height: 40px;
  }
}
#header .wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  margin: auto;
  padding: 0 15px;
}
@media (max-width: 768px) {
  #header .wrap {
    width: auto;
    padding: 0;
  }
}
#header #menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  height: 100px;
}
@media (max-width: 768px) {
  #header #menu {
    height: auto;
  }
}
#header #menu.menuopen .btn {
  background-color: #b5b5b5;
}
#header #menu.menuopen .btn span:nth-of-type(1) {
  transform: translateY(9px) rotate(-315deg);
}
#header #menu.menuopen .btn span:nth-of-type(2) {
  opacity: 0;
}
#header #menu.menuopen .btn span:nth-of-type(3) {
  transform: translateY(-10px) rotate(315deg);
}
@media (max-width: 768px) {
  #header #menu.menuopen .btn span:nth-of-type(1) {
    transform: translateY(7px) rotate(-315deg);
  }
  #header #menu.menuopen .btn span:nth-of-type(3) {
    transform: translateY(-8px) rotate(315deg);
  }
}
.menuopen #header #menu.menuopen .search {
  width: auto;
  height: auto;
  margin-right: 0;
  background-color: transparent;
}
.menuopen #header #menu.menuopen .search:before,
.menuopen #header #menu.menuopen .search:after {
  content: none;
}
.menuopen #header #menu.menuopen .search svg {
  display: inline;
}
#header #menu > div {
  margin-left: 20px;
}
#header #menu .search {
  cursor: pointer;
}
.menuopen #header #menu .search {
  position: relative;
  width: 40px;
  height: 40px;
  margin-right: -6px;
  border-radius: 50%;
  background-color: #999999;
}
.menuopen #header #menu .search:before,
.menuopen #header #menu .search:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 18px;
  height: 2px;
  margin: auto;
  background-color: #fff;
}
.menuopen #header #menu .search:before {
  transform: rotate(-315deg);
}
.menuopen #header #menu .search:after {
  transform: rotate(315deg);
}
.menuopen #header #menu .search svg {
  display: none;
}
#header #menu .btn {
  position: relative;
  width: 53px;
  height: 53px;
  background-color: #000000;
  border-radius: 50%;
  cursor: pointer;
}
@media (max-width: 768px) {
  #header #menu .btn {
    width: 44px;
    height: 44px;
  }
}
#header #menu .btn span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 27px;
  height: 3px;
  margin: auto;
  transition: all 0.4s;
  background-color: #fff;
}
#header #menu .btn span:first-child {
  top: -18px;
}
#header #menu .btn span:last-child {
  top: 18px;
}
@media (max-width: 768px) {
  #header #menu .btn span {
    width: 20px;
  }
  #header #menu .btn span:first-child {
    top: -14px;
  }
  #header #menu .btn span:last-child {
    top: 14px;
  }
}
.simplebar-content-wrapper::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
}
#gnavi {
  position: fixed;
  top: 100px;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  margin: auto;
  padding: 0;
  z-index: 11;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  #gnavi {
    top: 60px;
  }
}
#gnavi .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  transition: 0.3s;
  overflow: auto;
  max-width: 1120px;
  width: calc(100vw - 80px);
  max-height: calc(100vh - 150px);
  margin: auto;
  padding: 0;
}
@media (max-width: 768px) {
  #gnavi .wrap {
    display: block;
    width: 100%;
    max-height: calc(100vh - 90px);
  }
}
#gnavi .wrap .btn {
  position: absolute;
  top: 0;
  left: -50px;
  display: block;
  width: 50px;
  height: 50px;
  background-color: #000000;
}
#gnavi .wrap .btn span {
  display: block;
  margin: 5px auto 0;
  width: 23px;
  height: 3px;
  background-color: #D5E6E4;
}
#gnavi .wrap .btn span:first-child {
  margin-top: 15px;
}
#gnavi .wrap .banner {
  width: 150px;
  transition-duration: 0.2s;
}
#gnavi .wrap > ul {
  display: block;
  width: 100%;
  border-bottom: 1px solid #CECECE;
  font-size: 1.5rem;
}
#gnavi .wrap > ul.second {
  padding-top: 10px;
  border-bottom: none;
}
#gnavi .wrap > ul.second li {
  padding: 10px 15px;
}
#gnavi .wrap > ul.second li a {
  display: inline;
  padding: 0;
  border-top: none;
  font-weight: normal;
  font-size: 1.4rem;
}
#gnavi .wrap > ul.second li a:after {
  content: none;
}
#gnavi .wrap > ul li a {
  display: block;
  padding: 5px 23px;
  color: #fff;
  font-weight: bold;
  transition-duration: 0.2s;
  position: relative;
  padding: 13px 15px;
  border-top: 1px solid #CECECE;
  color: #000;
  font-size: 1.6rem;
}
#gnavi .wrap > ul li a:after {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  display: block;
  content: '';
  width: 5px;
  height: 5px;
  margin: auto;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  transform: rotate(45deg);
}
#gnavi .wrap .box {
  width: calc(50% - 20px);
  margin-top: 30px;
}
@media (max-width: 768px) {
  #gnavi .wrap .box {
    width: 100%;
  }
}
#gnavi .wrap .box .ttl {
  position: relative;
  padding: 8px 10px;
  background-color: #ddd;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: bold;
}
@media (max-width: 768px) {
  #gnavi .wrap .banner {
    width: 170px;
    order: 4;
    padding: 0 0 27px 10px;
  }
}
#search {
  position: fixed;
  top: 100px;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  margin: auto;
  padding: 0;
  z-index: 11;
  background-color: #EAE9E9;
}
@media (max-width: 768px) {
  #search {
    top: 60px;
  }
}
#search .wrap {
  overflow: auto;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 1120px;
  width: calc(100vw - 80px);
  max-height: calc(100vh - 150px);
  margin: auto;
  padding: 20px 0;
}
@media (max-width: 768px) {
  #search .wrap {
    width: 100%;
    max-height: calc(100vh - 90px);
    padding: 20px 15px;
    box-sizing: border-box;
  }
}
#search #keywordsearch {
  position: relative;
  width: 100%;
}
#search #keywordsearch input::placeholder {
  color: #aaa;
}
#search #keywordsearch input[type=text] {
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  padding-left: 10px;
  border-radius: 30px;
  border: 2px solid #000000;
  line-height: 60px;
  font-size: 1.7rem;
  text-align: center;
  outline: none;
}
#search #keywordsearch input[type=submit] {
  position: absolute;
  top: 18px;
  left: 23px;
  width: 24px;
  height: 24px;
  border: none;
  background-color: transparent;
  background-image: url(../images/custom/icon_search.svg);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
}
#search #keywordsearch button {
  overflow: hidden;
  position: absolute;
  display: block;
  top: 14px;
  right: 15px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background-color: #999999;
  text-indent: -9999px;
  cursor: pointer;
}
#search #keywordsearch button:before,
#search #keywordsearch button:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 18px;
  height: 2px;
  margin: auto;
  background-color: #fff;
}
#search #keywordsearch button:before {
  transform: rotate(315deg);
}
#search #keywordsearch button:after {
  transform: rotate(-315deg);
}
#search #detailsearch {
  width: 100%;
  max-width: 470px;
  margin: 27px auto 0;
}
#search #detailsearch table {
  width: 100%;
}
#search #detailsearch caption {
  padding-bottom: 24px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  #search #detailsearch caption {
    padding-bottom: 10px;
  }
}
#search #detailsearch th,
#search #detailsearch td {
  padding-bottom: 12px;
  line-height: 43px;
}
@media (max-width: 768px) {
  #search #detailsearch th,
  #search #detailsearch td {
    display: block;
    line-height: 1.2;
  }
}
#search #detailsearch th {
  width: 90px;
  padding-right: 10px;
  font-weight: bold;
}
@media (max-width: 768px) {
  #search #detailsearch th {
    padding-bottom: 6px;
  }
}
@media (max-width: 768px) {
  #search #detailsearch td {
    padding-bottom: 17px;
  }
}
#search #detailsearch input[type=text] {
  width: 100%;
  height: 43px;
  box-sizing: border-box;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  line-height: 43px;
}
#search #detailsearch select {
  width: 100%;
  height: 43px;
  box-sizing: border-box;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  line-height: 43px;
}
#search #detailsearch .btn {
  padding-top: 18px;
}
#search #detailsearch .btn a {
  display: block;
  height: 50px;
  border-radius: 5px;
  background-color: #000;
  line-height: 50px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
}
#search #detailsearch .clear {
  padding-top: 20px;
  text-align: center;
}
/* 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;
  border: 3px solid #000000;
  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;
  }
}
#searchBox .btn .search_submit {
  background: url(../images/common/btn_search.png) left center no-repeat #000000;
}
@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 {
  background: #000000;
  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: 1120px;
  margin: 0 auto 0px;
  padding: 100px 15px 0;
}
@media (max-width: 768px) {
  #contents {
    display: block;
    width: auto;
    padding: 60px 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: 12px 15px 12px 10px;
  padding: 0;
  font-size: 1.4rem;
}
.custommenu li.entry span {
  display: block;
}
.custommenu li.entry > div > span {
  position: relative;
  border-bottom: solid 1px #dddddd;
}
.custommenu li.entry > div > span .ck {
  display: block;
  position: absolute;
  top: 21px;
  right: 0;
}
.custommenu li.entry > div > span .ck.open:before {
  content: none;
}
.custommenu li.entry > div > span .ck:before,
.custommenu li.entry > div > span .ck:after {
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  display: block;
  content: '';
  width: 10px;
  height: 2px;
  margin: auto;
  background-color: #666;
}
.custommenu li.entry > div > span .ck:before {
  transform: rotate(90deg);
}
.custommenu li.entry > div > span > div {
  display: none;
}
.custommenu li.entry > div > span > div a {
  margin: 8px 15px 8px 10px;
}
.custommenu li.entry > div > span > div > span {
  position: relative;
  box-sizing: border-box;
  padding-left: 20px;
}
.custommenu li.entry > div > span > div > span > div {
  display: none;
  padding-top: 0;
}
.custommenu li.entry .submenublock > span:last-child {
  border-bottom: none;
}
.custommenu li.entry > div > span > div > span div,
.custommenu li.entry .submenublock > span div {
  padding: 0 5px 0 1em;
  margin-bottom: 10px;
  margin-left: 1em;
}
.custommenu li.entry > div > span > div > span div span,
.custommenu li.entry .submenublock > span div span {
  display: inline-block;
  margin-right: 1em;
}
.custommenu li.entry > div > span > div > span div span a,
.custommenu li.entry .submenublock > span div span a {
  padding: 0;
  margin-bottom: 3px;
  font-size: 14px;
}
.custommenu li.entry > div > span > div > span div span a:before,
.custommenu li.entry .submenublock > span div span a:before {
  content: '＞ ';
  color: #999;
  font-size: 12px;
}
.custommenu li.entry > div > span > div > span.issub > a,
.custommenu li.entry .submenublock > span.issub > a {
  padding: 15px 10px 5px;
}
.custommenu .hassub > div > span > a::after {
  border: 5px solid transparent;
  border-left-color: #aaaaaa;
  content: '';
  height: 0;
  position: absolute;
  right: 5px;
  width: 0;
}
.custommenu .hassub.selected > div > span > a::after {
  border-left-color: #666666;
}
.custommenu li.entry .submenublock {
  width: 240px;
  float: left;
  border-left: dotted 1px #dddddd;
}
.pagetitle {
  margin-bottom: 30px;
  font-size: 2.6rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .pagetitle {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.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: 15px 0;
}
.tableType1 th {
  width: 160px;
  color: #6B5551;
  vertical-align: middle;
}
.tableType1 td p {
  margin-top: 8px;
}
.tableType1 td p:first-child {
  margin-top: 0;
}
.formType1 input[name=mail],
.formType1 input[name=mail_sub] {
  width: 230px;
}
.formType1 textarea {
  width: 360px;
  height: 100px;
}
#commonbanner {
  padding: 60px 20px 40px 0;
  background-color: #EAE9E9;
}
@media (max-width: 768px) {
  #commonbanner {
    padding: 20px 0 5px 20px;
  }
}
#commonbanner .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1140px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #commonbanner .wrap {
    justify-content: flex-start;
  }
}
#commonbanner .wrap .item {
  margin-left: 20px;
  margin-bottom: 20px;
}
#commonbanner .wrap .item:nth-child(n+4) {
  margin-right: auto;
}
#commonbanner .wrap .item img {
  max-width: 360px;
}
@media (max-width: 768px) {
  #commonbanner .wrap .item {
    margin-right: 15px;
    margin-bottom: 15px;
    margin-left: 0;
  }
  #commonbanner .wrap .item img {
    max-width: 160px;
  }
}
.booklist {
  position: relative;
  overflow-x: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  padding-bottom: 30px;
}
.booklist:hover .prevscroll,
.booklist:hover .nextscroll {
  opacity: 100;
}
.booklist .prevscroll,
.booklist .nextscroll {
  opacity: 0;
  position: absolute;
  margin: auto;
  top: -30px;
  bottom: 0;
  transition: 0.3s;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  cursor: pointer;
  background-color: #000;
}
@media (max-width: 768px) {
  .booklist .prevscroll,
  .booklist .nextscroll {
    display: none;
  }
}
.booklist .prevscroll:after,
.booklist .nextscroll:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  width: 13px;
  height: 13px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.booklist .prevscroll {
  left: 10px;
}
.booklist .prevscroll:after {
  left: 5px;
  transform: rotate(-135deg);
}
.booklist .nextscroll {
  right: 10px;
}
.booklist .nextscroll:after {
  right: 5px;
  transform: rotate(45deg);
}
.booklist .item {
  width: 170px;
  min-width: 170px;
  margin-right: 20px;
  padding: 15px 10px;
  box-sizing: border-box;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  font-size: 1.2rem;
}
.booklist .item .image {
  margin-bottom: 15px;
  text-align: center;
}
.booklist .item .image img {
  max-width: 103px;
  box-shadow: 0px 0px 6px #00000029;
}
.booklist .item .ttl {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 1.3rem;
}
.booklist .item a {
  color: #333;
}
.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 {
  width: 170px;
  min-width: 170px;
  margin-right: 20px;
  padding: 15px 10px;
  box-sizing: border-box;
  background-color: #DDDDDD;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}
.moreLink:hover {
  background-color: #cccccc;
}
.moreLink p {
  margin-top: 8.5rem;
  position: relative;
  font-size: 1.4rem;
  font-weight: bold;
}
.moreLink p::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 25px;
  margin: auto;
  background-image: url(/images/common/more.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}
_::-webkit-full-page-media,
_:future,
:root .moreLink {
  width: 170px;
  min-width: 170px;
  margin-right: 20px;
  padding: 15px 10px;
  box-sizing: border-box;
  background-color: #DDDDDD;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}
_::-webkit-full-page-media:hover,
_:future:hover,
:root .moreLink:hover {
  background-color: #cccccc;
}
.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: 12px 0;
  border-bottom: 1px solid #EAE9E9;
}
@media (max-width: 768px) {
  .newslist .item {
    padding: 10px 0;
  }
}
.newslist .item:first-child {
  border-top: 1px solid #EAE9E9;
}
.newslist .item .head {
  display: contents;
}
@media (max-width: 768px) {
  .newslist .item .head {
    display: block;
  }
}
.newslist .item .date {
  margin-right: 15px;
  padding-top: 2px;
  font-size: 1.5rem;
  color: #666666;
}
@media (max-width: 768px) {
  .newslist .item .date {
    font-size: 1.3rem;
  }
}
.newslist .item .category {
  margin-right: 15px;
}
.newslist .item .category a {
  display: block;
  width: 70px;
  height: 24px;
  border-radius: 2px;
  background: #276C9D;
  text-align: center;
  line-height: 24px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 768px) {
  .newslist .item .category {
    margin-top: 3px;
  }
  .newslist .item .category a {
    min-width: 50px;
    width: min-content;
    height: 19px;
    padding: 0 3px;
    box-sizing: border-box;
    line-height: 19px;
    font-size: 1.1rem;
  }
}
.newslist .item .txt {
  flex-grow: 1;
  padding-top: 2px;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .newslist .item .txt {
    font-size: 1.3rem;
  }
}
.newslist .item .txt a {
  color: #000;
}
#footer .pagetop {
  *zoom: 1;
  width: 1081px;
  margin: 0 auto;
}
#footer .pagetop:after {
  content: "";
  display: block;
  clear: both;
}
#footer .pagetop a {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  float: right;
  padding: 7px 50px;
  background-image: url(/images/common/bg_footer.png);
  background-color: #74615c;
  font-size: 117%;
  font-weight: bold;
  color: #FFF;
}
#footer .pagetop a:before {
  content: "";
  position: absolute;
  left: 34px;
  top: 12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #ffffff transparent;
  line-height: 0px;
  _border-color: #000000 #000000 #ffffff #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
#fotNavi {
  padding: 30px 0 40px;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}
@media (max-width: 768px) {
  #fotNavi {
    padding: 0;
  }
}
#fotNavi .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 15px;
  font-weight: bold;
}
@media (max-width: 768px) {
  #fotNavi .inner {
    display: block;
    width: auto;
    padding: 40px 20px;
  }
}
#fotNavi .inner .sns {
  flex-grow: 1;
}
@media (max-width: 768px) {
  #fotNavi .inner .sns {
    padding-top: 40px;
  }
}
#fotNavi .inner .sns ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  #fotNavi .inner .sns ul {
    justify-content: flex-start;
  }
}
#fotNavi .inner .sns ul li {
  margin-left: 10px;
}
#fotNavi .inner dl {
  min-width: 170px;
  box-sizing: border-box;
  padding: 0 30px 0 0;
}
@media (max-width: 768px) {
  #fotNavi .inner dl {
    width: 100%;
    min-width: none;
    padding: 0;
  }
  #fotNavi .inner dl:first-child {
    border-top: 1px solid #DDD;
  }
  #fotNavi .inner dl.show dt:before {
    content: none;
  }
  #fotNavi .inner dl.show dd {
    padding: 20px 0;
    line-height: 1.2;
  }
  #fotNavi .inner dl.show dd ul li {
    line-height: 1.2;
    opacity: 1;
    padding-bottom: 10px;
  }
  #fotNavi .inner dl.show dd ul li a {
    display: block;
  }
}
#fotNavi .inner dt {
  margin-bottom: 20px;
  font-size: 1.7rem;
  color: #423B34;
}
@media (max-width: 768px) {
  #fotNavi .inner dt {
    position: relative;
    margin-bottom: -1px;
    padding: 15px 0;
    border-bottom: 1px solid #DDD;
    font-size: 1.6rem;
  }
  #fotNavi .inner dt:before,
  #fotNavi .inner dt:after {
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
    display: block;
    content: '';
    width: 10px;
    height: 2px;
    margin: auto;
    background-color: #666;
  }
  #fotNavi .inner dt:before {
    transform: rotate(90deg);
  }
}
@media (max-width: 768px) {
  #fotNavi .inner dd {
    visibility: ;
    padding: 0;
    border-bottom: 1px solid #DDD;
    transition: 0.3s;
    line-height: 0;
  }
  #fotNavi .inner dd ul li {
    opacity: 0;
    padding: 0;
    transition: 0.3s;
    line-height: 0;
  }
  #fotNavi .inner dd ul li a {
    display: none;
  }
}
#fotNavi .inner a {
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  color: #000000;
}
#fotNavi .inner li {
  position: relative;
  padding-bottom: 5px;
}
@media (max-width: 768px) {
}
#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%;
}
#copyright {
  padding: 14px 15px 20px;
  max-width: 1120px;
  margin: 0 auto;
  font-size: 1.1rem;
}
@media (max-width: 768px) {
  #copyright {
    padding: 10px 0;
    width: auto;
    text-align: center;
  }
}
/* 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 a {
  color: #276C9D;
}
.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;
}
.cms table caption {
  padding-bottom: 10px;
}
.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 {
    width: auto !important;
  }
  .cms table th,
  .cms table td {
    width: auto !important;
  }
}
.cms iframe {
  max-width: 100%;
}
.cms h1 {
  font-size: 3.8rem;
}
@media (max-width: 768px) {
  .cms h1 {
    font-size: 3.5rem;
  }
}
.cms h2 {
  font-size: 3rem;
}
@media (max-width: 768px) {
  .cms h2 {
    font-size: 2.8rem;
  }
}
.cms h3 {
  font-size: 2.6rem;
}
@media (max-width: 768px) {
  .cms h3 {
    font-size: 2.4rem;
  }
}
.cms h4 {
  font-size: 2.2rem;
}
@media (max-width: 768px) {
  .cms h4 {
    font-size: 2rem;
  }
}
.cms h5 {
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .cms h5 {
    font-size: 1.7rem;
  }
}
.cms h6 {
  font-size: 1.4rem;
}
/* cms end */
