@charset "UTF-8";
/* Scss Document */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  position: relative;
  z-index: 0;
}
body.active {
  overflow: hidden;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
}

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

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

.i5 {
  display: none;
}
@media screen and (max-width: 320px) {
  .i5 {
    display: inline-block;
  }
}

header {
  background-image: url("../img/cmn/header_bg.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding-left: 10px;
  padding-right: 60px;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  header {
    padding: 0;
    background-size: auto 25px;
    background-repeat: repeat-x;
  }
}
@media print, screen and (min-width: 992px) {
  header {
    justify-content: center;
  }
}
header div.inner {
  max-width: 950px;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}
header div.inner .logo {
  display: block;
}
@media print, screen and (min-width: 768px) {
  header div.inner .logo {
    flex-basis: 36%;
  }
}
header div.inner .logo img {
  max-width: 194px;
}
@media print, screen and (min-width: 768px) {
  header div.inner .logo img {
    max-width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  header div.inner div.navBox {
    flex-basis: 64%;
  }
}
header div.inner div.navBox a.opnBtn {
  display: block;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 20px;
  right: 10px;
  z-index: 2;
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  header div.inner div.navBox a.opnBtn {
    display: none;
  }
}
header div.inner div.navBox a.opnBtn span {
  display: block;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-top: solid 5px #898989;
}
header div.inner div.navBox a.opnBtn span::before, header div.inner div.navBox a.opnBtn span::after {
  content: "";
  display: block;
  width: 100%;
  border-top: solid 5px #898989;
  position: absolute;
  left: 0;
  transition: 0.3s;
}
header div.inner div.navBox a.opnBtn span::before {
  top: -15px;
}
header div.inner div.navBox a.opnBtn span::after {
  top: 5px;
}
header div.inner div.navBox a.opnBtn.active span {
  border-color: transparent;
}
header div.inner div.navBox a.opnBtn.active span::before {
  transform: rotate(45deg) translate(5px, 5px);
}
header div.inner div.navBox a.opnBtn.active span::after {
  transform: rotate(-45deg) translate(9px, -9px);
}
header div.inner div.navBox ul.head-nav {
  padding-top: 26px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  header div.inner div.navBox ul.head-nav {
    text-align: right;
    padding-right: 40px;
  }
}
header div.inner div.navBox ul.head-nav li a img {
  max-width: 98px;
}
@media print, screen and (min-width: 768px) {
  header div.inner div.navBox ul.head-nav li a img {
    max-width: 100%;
  }
}
header div.inner div.navBox nav {
  position: fixed;
  top: 12px;
  right: -100%;
  width: 100%;
  height: calc(100vh - 12px);
  box-sizing: border-box;
  padding: 80px 0 20px;
  background-color: #fff;
  transition: 0.5s;
  z-index: -1;
}
@media print, screen and (min-width: 768px) {
  header div.inner div.navBox nav {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin-top: 2.5%;
    transition: 0;
  }
}
header div.inner div.navBox nav.active {
  transform: translateX(-100%);
}
header div.inner div.navBox nav a.clsBtn {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 20px;
  right: 20px;
}
@media print, screen and (min-width: 768px) {
  header div.inner div.navBox nav a.clsBtn {
    display: none;
  }
}
header div.inner div.navBox nav a.clsBtn::before, header div.inner div.navBox nav a.clsBtn::after {
  content: "";
  display: block;
  width: 100%;
  border-top: solid 5px #898989;
  position: absolute;
  left: 0;
}
header div.inner div.navBox nav a.clsBtn::before {
  top: 15px;
  transform: rotate(45deg) translate(5px, 5px);
}
header div.inner div.navBox nav a.clsBtn::after {
  top: 35px;
  transform: rotate(-45deg) translate(9px, -9px);
}
@media print, screen and (min-width: 768px) {
  header div.inner div.navBox nav ul {
    display: flex;
  }
}
header div.inner div.navBox nav ul li {
  border-bottom: solid 1px #aaa;
}
@media print, screen and (min-width: 768px) {
  header div.inner div.navBox nav ul li {
    flex: 1;
    border-style: dotted;
    border-width: 0 2px 0 0;
    border-color: #aaa;
  }
}
header div.inner div.navBox nav ul li:first-of-type {
  border-top: solid 1px #aaa;
}
@media print, screen and (min-width: 768px) {
  header div.inner div.navBox nav ul li:first-of-type {
    border-top: none;
    border-left: dotted 2px #aaa;
  }
}
header div.inner div.navBox nav ul li a {
  display: block;
  color: #555;
  text-decoration: none;
}
header div.inner div.navBox nav ul li a div.sp {
  padding: 20px;
  position: relative;
}
header div.inner div.navBox nav ul li a div.sp::before {
  font-family: "Font Awesome 5 Free";
  content: "";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
header div.inner div.navBox nav ul li a div.pc {
  width: 100%;
  text-align: center;
  border-bottom: solid 5px transparent;
}
header div.inner div.navBox nav ul li.active a {
  pointer-events: none;
}
header div.inner div.navBox nav ul li.active a div.sp {
  background-color: #fff473;
}
header div.inner div.navBox nav ul li.active a div.pc {
  border-color: #fff473;
}

footer {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  footer div.footerNav {
    background-color: #F9F8EE;
  }
}
footer div.footerNav::before, footer div.footerNav::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media print, screen and (min-width: 768px) {
  footer div.footerNav::before, footer div.footerNav::after {
    background-size: auto;
    background-repeat: repeat-x;
  }
}
footer div.footerNav::before {
  padding-top: 2.7%;
  transform: translateY(-100%);
}
@media print, screen and (min-width: 768px) {
  footer div.footerNav::before {
    background-image: url("../img/cmn/news-enter_bg_top_pc.png");
  }
}
footer div.footerNav::after {
  background-image: url("../img/cmn/news-enter_bg_bottom_sp.png");
  padding-top: 20%;
}
@media print, screen and (min-width: 768px) {
  footer div.footerNav::after {
    padding-top: 0;
  }
}
@media print, screen and (min-width: 768px) {
  footer div.footerNav::after {
    height: 124px;
    background-image: url("../img/cmn/news-enter_bg_bottom_pc.png");
  }
}
footer div.footerNav div.newsEnter {
  padding-top: 35px;
  padding-bottom: 35px;
}
@media print, screen and (min-width: 768px) {
  footer div.footerNav div.newsEnter {
    padding-top: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  footer div.footerNav div.newsEnter {
    padding-bottom: 50px;
  }
}
footer div.footerNav div.newsEnter a img {
  max-width: 360px;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  footer div.footerNav div.newsEnter a img {
    max-width: 100%;
    width: auto;
  }
}
footer div.footerNav div.footerNavList {
  max-width: 1000px;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2em;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  footer div.footerNav div.footerNavList.pc {
    display: block;
  }
}
footer div.footerNav div.footerNavList ul {
  display: flex;
  justify-content: center;
}
footer div.footerNav div.footerNavList ul li + li {
  margin-left: 1em;
}
@media print, screen and (min-width: 992px) {
  footer div.footerNav div.footerNavList ul li + li {
    margin-left: 3em;
  }
}
footer div.footerNav div.footerNavList ul li strong {
  display: block;
  margin-bottom: 25px;
}
footer div.footerNav div.footerNavList ul li strong::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 17px;
  margin-bottom: -2px;
  background-size: cover;
}
@media print, screen and (min-width: 992px) {
  footer div.footerNav div.footerNavList ul li strong::before {
    margin-right: 10px;
  }
}
footer div.footerNav div.footerNavList ul li strong a {
  font-size: 16px;
  text-decoration: none;
  color: #504E4F;
}
footer div.footerNav div.footerNavList ul li:nth-of-type(1) strong::before {
  background-image: url("../img/cmn/footer_nav_list_bg01.png");
}
footer div.footerNav div.footerNavList ul li:nth-of-type(2) strong::before {
  background-image: url("../img/cmn/footer_nav_list_bg02.png");
}
footer div.footerNav div.footerNavList ul li:nth-of-type(3) strong::before {
  background-image: url("../img/cmn/footer_nav_list_bg03.png");
}
footer div.footerNav div.footerNavList ul li:nth-of-type(4) strong::before {
  background-image: url("../img/cmn/footer_nav_list_bg04.png");
}
footer div.footerNav div.footerNavList ul li ul {
  display: block;
}
@media print, screen and (min-width: 992px) {
  footer div.footerNav div.footerNavList ul li ul {
    padding-left: 1.5em;
  }
}
footer div.footerNav div.footerNavList ul li ul li + li {
  margin-top: 25px;
  margin-left: 0;
}
footer div.footerNav div.footerNavList ul li ul li a {
  color: #504E4F;
  font-size: 13px;
}
footer div.footerNav div.footerNavList ul li ul li a::before {
  content: ">";
  padding-right: 1em;
}
footer div.telBox {
  margin-top: 23px;
}
@media print, screen and (min-width: 768px) {
  footer div.telBox {
    margin-top: 40px;
  }
}
footer div.telBox strong {
  display: block;
}
footer div.telBox strong img {
  max-width: 270px;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  footer div.telBox strong img {
    max-width: 415px;
  }
}
footer div.telBox ul {
  margin-top: 25px;
}
@media print, screen and (min-width: 768px) {
  footer div.telBox ul {
    margin-top: 35px;
  }
}
footer div.telBox ul li + li {
  margin-top: 10px;
}
@media print, screen and (min-width: 768px) {
  footer div.telBox ul li a {
    pointer-events: none;
  }
}
footer div.telBox ul li a img {
  max-width: 320px;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  footer div.telBox ul li a img {
    max-width: 450px;
  }
}
footer div.cpoyright {
  margin-top: 23px;
}
@media print, screen and (min-width: 768px) {
  footer div.cpoyright {
    margin-top: 40px;
  }
}
footer div.cpoyright p {
  font-size: 6px;
}
@media print, screen and (min-width: 768px) {
  footer div.cpoyright p {
    font-size: 12px;
  }
}

main {
  display: block;
  background-color: #F9F8EE;
  position: relative;
  padding-bottom: 50px;
}
@media print, screen and (min-width: 768px) {
  main {
    margin-top: 40px;
  }
}
main::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url("../img/cmn/news-enter_bg_top_sp.png");
  padding-top: 2.7%;
  transform: translateY(-100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  main::before {
    background-image: url("../img/cmn/news-enter_bg_top_pc.png");
    background-size: auto;
    background-repeat: repeat-x;
  }
}

.wp-members-login-dialog {
  padding: 0.5em;
  background: #fff;
  margin: 0.5em 0;
  border: 1px solid #c3c3c3;
  text-align: center;
}

.nw {
  font-size: 1em;
  margin-left: 0.5em;
  color: #606060;
  opacity: 0.7;
}

.backbo {
  margin-top: 3%;
  max-width: 620px;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.backbo a {
  font-size: 12px;
  color: #BCB3A6;
  text-decoration: none;
  display: flex;
  padding: 0.3em;
  display: inline-block;
  justify-content: center;
  align-items: center;
  background-color: #D9D7CF;
  border-style: solid;
  border-color: transparent;
  border-width: 2px 0;
  border-radius: 3px;
}
@media print, screen and (min-width: 768px) {
  .backbo a {
    font-size: 18px;
  }
}

body.error404 .mainCont {
  padding: 5% 0;
  max-width: 620px;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
body.error404 .mainCont p {
  font-size: 12px;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  body.error404 .mainCont p {
    font-size: 18px;
  }
}
body.error404 .mainCont a {
  margin-top: 3%;
  font-size: 12px;
  color: #BCB3A6;
  text-decoration: none;
  display: flex;
  padding: 0.3em;
  display: inline-block;
  justify-content: center;
  align-items: center;
  background-color: #D9D7CF;
  border-style: solid;
  border-color: transparent;
  border-width: 2px 0;
  border-radius: 3px;
}
@media print, screen and (min-width: 768px) {
  body.error404 .mainCont a {
    font-size: 18px;
  }
}

.open_pdf_bo {
  color: #BCB3A6;
  text-decoration: none;
  display: flex;
  padding: 0.3em;
  display: inline-block;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #BCB3A6;
  border-radius: 3px;
}

.blog-main h1 {
  font-size: 24px;
  color: #504f4f;
}
@media print, screen and (min-width: 768px) {
  .blog-main h1 {
    font-size: 34px;
  }
}