@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@font-face {
  font-family: "normal";
  font-style: normal;
  src: url("../notojp/notojp_r.woff2") format("woff2"), url("../notojp/notojp_r.woff") format("woff"), url("../notojp/notojp_r.otf") format("opentype");
}
@font-face {
  font-family: "med";
  font-style: normal;
  src: url("../notojp/notojp_m.woff2") format("woff2"), url("../notojp/notojp_m.woff") format("woff"), url("../notojp/notojp_m.otf") format("opentype");
}
@font-face {
  font-family: "bold";
  font-style: normal;
  src: url("../notojp/notojp_b.woff2") format("woff2"), url("../notojp/notojp_b.woff") format("woff"), url("../notojp/notojp_b.otf.otf") format("opentype");
}
@font-face {
  font-family: "black";
  font-style: normal;
  src: url("../notojp/notojp_bk.woff2") format("woff2"), url("../notojp/notojp_bk.woff") format("woff"), url("../notojp/notojp_bk.otf.otf") format("opentype");
}
* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5% !important;
  overflow: visible !important;
}

body {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 300;
  letter-spacing: 0.05em;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-wrap: break-word;
  overflow-x: hidden;
}
@media screen and (max-width: 834px) {
  body {
    font-size: 17px;
  }
}
@media screen and (max-width: 640px) {
  body {
    font-size: 20px;
  }
}

header#global_header {
  max-width: 100%;
  min-width: inherit;
}

#contents_wrap {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  min-width: 100%;
  margin: 0 auto;
  padding-bottom: 120px;
  overflow: hidden;
  background: #f7f7f7;
}

#contents {
  background: none !important;
  width: 95%;
  max-width: 1000px;
}
@media only screen and (max-width: 834px) {
  #contents {
    min-width: 95%;
  }
}

#main {
  max-width: 100% !important;
  width: 100%;
  float: none !important;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  #main {
    width: 100%;
  }
}

.inner {
  max-width: 1120px;
  width: 95%;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .inner {
    width: 97%;
    max-width: inherit;
  }
}

#global_footer {
  min-width: inherit !important;
}

a {
  color: #333 !important;
  text-decoration: none;
  transition: 0.6s;
}

a:hover {
  transition: 0.6s;
  opacity: 0.8;
}

.tel_link {
  pointer-events: none;
}
@media only screen and (max-width: 640px) {
  .tel_link {
    pointer-events: inherit;
  }
}

@media only screen and (max-width: 640px) {
  .pankuzu {
    font-size: 16px;
  }
}
.pankuzu a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f015";
  font-weight: 700;
  margin-right: 5px;
}

@media only screen and (max-width: 640px) {
  .cont_text div {
    text-align: left !important;
    padding: 0 10px;
  }
}

.cont_img img {
  width: 100% !important;
}

.map {
  margin-bottom: 0;
}
.map iframe {
  vertical-align: bottom;
}

.form_wrap dl {
  flex-wrap: wrap;
}
.form_wrap dl dt,
.form_wrap dl dd {
  padding-left: 15px !important;
}
@media only screen and (max-width: 640px) {
  .form_wrap dl dt,
  .form_wrap dl dd {
    width: 100% !important;
  }
}

.nf_text {
  margin-bottom: 40px;
}
.nf_text h2 {
  font-size: 22px !important;
  margin-bottom: 30px !important;
  text-align: left !important;
}

.nf_btn {
  text-align: center;
}

/*1カラム*/
#col_main {
  width: 100% !important;
  float: none !important;
}

@media screen and (max-width: 1200px) {
  #side {
    width: 18.75%;
  }
}

@media screen and (max-width: 1200px) {
  #side aside {
    width: 100% !important;
  }
}

.policy h2 {
  border-bottom: 2px solid #bbbbbb;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 25px;
  padding: 0 0 5px;
}

.policy p {
  margin: 0 0 20px;
}

table {
  table-layout: fixed;
}

table td {
  margin-bottom: -1px !important;
}

.tbl_scroll table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b,
strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

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

@media only screen and (max-width: 640px) {
  img.imgL,
  img.imgR {
    max-width: inherit;
  }
}

small {
  font-size: 80%;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #b3b3b3;
}

span {
  font-weight: inherit;
}

input[type=button] {
  cursor: pointer;
  padding: 5px 10px;
}

.inner_out {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
}

.scrollarea {
  overflow-y: scroll;
}
.scrollarea::-webkit-scrollbar {
  width: 8px;
}
.scrollarea::-webkit-scrollbar-track {
  background: inherit;
}
.scrollarea::-webkit-scrollbar-thumb {
  background: linear-gradient(to bottom, #4c79bb, #375581);
  border-radius: 4px;
}

form h2.mail {
  display: none;
}
form p.annot {
  display: none;
}
form .form_wrap {
  padding-top: 80px;
}
form .form_wrap dt label {
  color: #f94444 !important;
}
form .form_wrap dd {
  padding: 15px !important;
}

.submit {
  overflow: hidden;
  width: auto;
}
.submit button {
  background: #4c78ba;
  color: #fff;
  border: none;
  border-bottom: 4px solid #2c4161;
  border-radius: 2px;
  text-indent: inherit;
  margin: 30px 10px 0;
  padding: 10px 15px;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 185px;
  height: auto;
  float: none;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .submit button {
    min-width: 210px;
  }
}
.submit button:hover {
  opacity: 1;
}
.submit button:active {
  border-bottom: none;
  top: 2px;
  margin-bottom: 4px;
}
.submit button:focus {
  outline: inherit;
}

.policy_link {
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .policy_link {
    font-size: 2.96875vw;
  }
}
.policy_link a {
  color: #f00 !important;
}

/*プライバシーポリシーモーダル*/
@media screen and (max-width: 834px) {
  .modaal-content-container {
    height: 600px;
    overflow: auto;
  }
}
@media screen and (max-width: 640px) {
  .modaal-content-container {
    height: 400px;
  }
}

.modaal-content-container h3 {
  font-size: 1.2em !important;
  margin-bottom: 30px;
}

p.center {
  text-align: center;
}

.modaal-close {
  position: absolute !important;
  right: -20px !important;
  top: -20px !important;
  background: rgba(0, 0, 0, 0.7) !important;
}

.modaal-content-container h3 {
  border-bottom: 2px solid #bbbbbb;
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 5px;
}

.modaal-content-container p {
  margin: 0 0 20px;
}

.modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after {
  background: #fff !important;
}

@media screen and (max-width: 640px) {
  .modaal-content-container {
    height: 540px;
    overflow-y: scroll;
  }
}

/*下層メイン画像*/
#mainArea2 {
  position: relative;
}

#local-keyvisual {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#local-keyvisual h1 {
  z-index: 1;
  position: relative;
  color: #fff;
  text-align: center;
  text-shadow: 0px 3px 9.7px rgba(255, 255, 255, 0.35);
  font-size: 4em;
  text-align: center;
  margin-bottom: 0;
}
@media only screen and (max-width: 834px) {
  #local-keyvisual h1 {
    font-size: 3em;
  }
}

#local-keyvisual h1 span {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.4em;
  margin-top: -5px;
}

#local-keyvisual h1 span:empty {
  display: none;
}

#local-keyvisual #local-keyvisual-bg,
#local-keyvisual .local-keyvisual-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.pan1 {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 120px;
}
@media screen and (max-width: 640px) {
  .pan1 {
    margin-bottom: 60px;
  }
}

.pan1 a {
  color: #000;
}

/*scroll nav*/
.clone-nav {
  position: fixed !important;
  top: 0;
  left: 0;
  bottom: auto !important;
  z-index: 2;
  width: 100%;
  transition: 0.3s;
  transform: translateY(-100%);
  display: block !important;
}

.is-show {
  transform: translateY(0);
}
@media only screen and (max-width: 834px) {
  .is-show {
    display: none !important;
  }
}

.js-drawer-open .clone-nav {
  z-index: 0;
}

.anime01 {
  position: relative;
}
.anime01::before {
  content: "";
  position: absolute;
  width: 100%;
  padding-top: 200%;
  right: 0;
  top: 0;
  background-color: #fff;
  z-index: 2;
  transition: all 0.8s ease-in;
  transform: translateY(-310px);
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .anime01::before {
    transform: translateY(-220px);
  }
}
@media only screen and (max-width: 640px) {
  .anime01::before {
    transform: translateY(-150px);
  }
}

.visited::before {
  right: -100%;
}

.h_roll {
  display: inline-block;
  text-decoration: none;
  border: 1px solid #1860b1;
  color: #1860b1;
  padding: 20px 2em;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  transition-duration: 0.3s;
  z-index: 99;
}
.h_roll:hover {
  opacity: 1;
  color: #fff !important;
}
.h_roll:hover:after {
  left: 0;
  z-index: -1;
}
.h_roll:after {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #1860b1;
  content: "";
  transition-duration: 0.3s;
}

.blog_list {
  height: 420px;
  overflow-y: auto;
  border: none;
  flex-wrap: wrap;
  flex-direction: row !important;
}
.blog_list::-webkit-scrollbar {
  width: 10px;
}
.blog_list::-webkit-scrollbar-track {
  background: inherit;
}
.blog_list::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}
.blog_list div {
  flex-wrap: wrap;
  flex-direction: row !important;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .blog_list div {
    flex-direction: row;
  }
}
.blog_list div .blog_photo {
  width: 30%;
}
@media only screen and (max-width: 640px) {
  .blog_list div .blog_photo {
    width: 100%;
  }
}
.blog_list div .blog_photo a {
  width: 100%;
  display: block;
}
.blog_list div .blog_photo a img {
  width: 100%;
}
.blog_list div .blog_text {
  width: 70%;
}
@media only screen and (max-width: 640px) {
  .blog_list div .blog_text {
    width: 100%;
  }
}
.blog_list div .blog_date,
.blog_list div h3 a {
  color: #714827 !important;
  font-weight: bold;
  font-size: 16px;
}
.blog_list div .detail {
  font-size: 14px;
}

.blog {
  padding: 70px 0;
  background: #fff;
}
@media only screen and (max-width: 834px) {
  .blog .wrap {
    padding: 35px 15px;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 1100px) and (min-width: 835px) {
  .blog .wrap {
    padding: 15px;
  }
}
.blog .page_title {
  text-align: center;
  margin-bottom: 60px;
}
.blog .page_title h1 {
  font-size: 40px;
}
.blog .page_title div {
  color: #912466;
  position: relative;
  display: inline-block;
  padding: 0 3em;
}
.blog .page_title div::before {
  content: "";
  display: block;
  width: 2em;
  height: 1px;
  background: #912466;
  position: absolute;
  top: 50%;
  left: 0;
}
.blog .page_title div::after {
  content: "";
  display: block;
  width: 2em;
  height: 1px;
  background: #912466;
  position: absolute;
  top: 50%;
  right: 0;
}
.blog a {
  color: #714827 !important;
}
.blog a:hover {
  text-decoration: underline !important;
}
.blog a:visited {
  color: #666 !important;
}
.blog div.detail,
.blog div.detail2 {
  margin-top: 15px;
}
@media only screen and (max-width: 834px) {
  .blog aside {
    width: 70%;
    margin: 30px auto 0;
  }
}
@media only screen and (max-width: 834px) {
  .blog aside #search button {
    top: 7px;
  }
}
@media only screen and (max-width: 834px) {
  .blog #contents {
    min-width: inherit;
    width: 100%;
  }
}
.blog #contents dt span.date {
  color: #aaa;
}
.blog #contents dt span.translate {
  font-size: 19px;
  color: #666;
}
.blog #contents .flex_text {
  font-size: 16px;
}
.blog .blog_text {
  margin-bottom: 30px;
}
.blog .blog_img {
  margin-bottom: 20px;
}
.blog .blog_img .box {
  width: 24%;
  margin-right: 1%;
  margin-bottom: 10px;
}
@media only screen and (max-width: 640px) {
  .blog .blog_img .box {
    width: 49%;
  }
}
.blog .blog_img .box h3 {
  display: none;
}

.items {
  margin-left: -20px !important;
}
.items article {
  padding: 15px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  width: 23% !important;
  margin-left: 2% !important;
  margin-right: 0;
  align-items: flex-start !important;
}
@media only screen and (max-width: 834px) {
  .items article {
    width: 46% !important;
    margin-left: 3% !important;
  }
}
.items article .photo {
  width: 100% !important;
  height: 100% !important;
  background-image: none !important;
  position: relative;
}
.items article .photo img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100% !important;
  box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
  display: block !important;
}
.items article .photo::before {
  display: block;
  content: "";
  padding-top: 100%;
}
.items article .name {
  text-decoration: none !important;
  font-weight: bold;
  font-size: 16px;
  margin: 10px 0;
  padding-top: 0 !important;
}
.items article .price {
  color: #ff0000;
  font-weight: bold;
}

.search form input {
  padding: 10px 37px 10px 5px !important;
}
.search form select {
  height: 100% !important;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .search form select {
    padding: 13px 0 !important;
  }
}
.search form :after {
  top: 15px !important;
}
@media only screen and (max-width: 834px) {
  .search form :after {
    top: 19px !important;
  }
}
@media only screen and (max-width: 834px) {
  .search form button {
    top: 2px !important;
  }
}

.i1 {
  justify-content: space-between;
  flex-direction: row !important;
}
@media only screen and (max-width: 640px) {
  .i1 {
    flex-direction: column !important;
  }
}
.i1 .photo {
  flex-direction: column !important;
  max-width: 50%;
  margin-left: 0;
}
@media only screen and (max-width: 640px) {
  .i1 .photo {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.i1 .photo .large {
  margin-left: 0;
}
.i1 .photo .large img {
  width: 100%;
}
.i1 .photo .small {
  min-width: 100% !important;
  max-width: 100% !important;
}
.i1 .photo .small ul {
  flex-direction: row;
  margin-left: -2%;
}
.i1 .photo .small ul li {
  flex-basis: auto;
  width: 23%;
  height: 23%;
  margin-left: 2%;
  position: relative;
}
.i1 .photo .small ul li img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100% !important;
  box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
}
.i1 .photo .small ul li::before {
  display: block;
  content: "";
  padding-top: 100%;
}
.i1 .item_view {
  max-width: 45%;
  min-width: 45%;
  margin-left: 0;
}
@media only screen and (max-width: 640px) {
  .i1 .item_view {
    max-width: 100%;
    min-width: 100%;
    font-size: 17px;
  }
}
.i1 .item_view h2 {
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .i1 .item_view h2 {
    font-size: 26px;
  }
}
.i1 .item_view h2 span {
  display: none;
}
.i1 .item_view .struct {
  flex-direction: column;
  align-items: flex-start;
}
.i1 .item_view .struct .item_option {
  width: 100%;
}
.i1 .item_view .struct .item_option .addcart .select:after {
  top: 17px !important;
}
.i1 .item_view .struct .item_option .addcart .select select {
  padding: 10px !important;
}
.i1 .item_view .struct .item_option .addcart button {
  background: #5d5d5d;
  color: #fff;
  text-indent: inherit;
  padding: 15px;
  height: 100%;
  font-weight: bold;
}
@media only screen and (max-width: 834px) {
  .i1 .item_view .struct .item_option .addcart button {
    font-size: 18px;
  }
}
.i1 .item_view .struct .item_option .addcart a {
  text-decoration: none;
  color: #9a3000 !important;
}
.i1 .item_view .struct .item_option .addcart a::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f06a";
  margin-right: 5px;
}

header#global_header {
  max-width: 100%;
  min-width: inherit;
}

.header_container {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 15px 20px;
  color: #1860b1;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  background: rgba(255, 255, 255, 0.5);
}
.header_container a {
  color: #1860b1 !important;
}
@media screen and (max-width: 950px) {
  .header_container {
    padding: 20px 0 10px 15px;
  }
}
@media only screen and (max-width: 834px) {
  .header_container {
    padding: 13px 0 10px 15px;
  }
}

#nav_global {
  display: flex !important;
  justify-content: space-between;
}
#nav_global .h_logo {
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
  text-align: left;
  background: url(../images/contents/logo.png) left center no-repeat;
  padding-left: 105px;
  height: -moz-fit-content;
  height: fit-content;
}
#nav_global .h_logo span {
  font-weight: bold;
}
#nav_global ul {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
@media only screen and (max-width: 834px) {
  #nav_global ul {
    display: none;
  }
}
#nav_global ul li {
  flex-grow: 1;
  padding: 0 20px;
  border-right: 1px solid #1860b1;
  line-height: 16px;
}
#nav_global ul li:last-child {
  border-right: none;
}
#nav_global ul li a {
  display: block;
  font-size: 15px;
  padding: 0 20px;
  position: relative;
  font-weight: 500;
}
#nav_global ul li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #1860b1;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
#nav_global ul li a:hover {
  opacity: 1;
}
#nav_global ul li a:hover::after {
  transform: scale(1, 1);
}
#nav_global ul .dropdown {
  position: relative;
}
#nav_global ul .dropdown .second-level {
  position: absolute;
  z-index: 99;
  padding: 0;
  top: calc(100% + 12px);
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  transition: 0.2s ease;
  visibility: hidden;
  opacity: 0;
  border: 1px solid #ccc;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
#nav_global ul .dropdown .second-level li {
  background: linear-gradient(to bottom, #fff, #d2d2d2);
  padding: 7px 0;
  border-right: none;
}
#nav_global ul .dropdown .second-level li:first-child {
  border-left: none;
  background: linear-gradient(to bottom, #fff, #eee);
  padding: 5px 0;
}
#nav_global ul .dropdown:hover {
  transition: 0.2s ease;
}
#nav_global ul .dropdown:hover .second-level {
  visibility: visible;
  opacity: 1;
}
#nav_global .h_contact .contact_link {
  padding: 12px 2em;
  display: inline-block;
  border: 1px solid #1860b1;
  background: rgba(255, 255, 255, 0.3);
  margin-bottom: 5px;
}
#nav_global .h_contact .tel,
#nav_global .h_contact .fax {
  font-size: 14px;
}
#nav_global .h_contact .tel span,
#nav_global .h_contact .fax span {
  margin-left: 5px;
  font-size: 18px;
}
#nav_global .h_contact .tel_link {
  display: none;
}
@media screen and (max-width: 1280px) {
  #nav_global {
    flex-wrap: wrap;
  }
  #nav_global nav li {
    padding: 0 5px;
  }
  #nav_global nav li a {
    padding: 0 10px;
  }
  #nav_global .h_contact {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    margin-right: 20px;
  }
  #nav_global .h_contact .contact_link {
    margin: 0 20px 0 0;
  }
}
@media only screen and (max-width: 834px) {
  #nav_global .h_contact {
    width: auto;
    margin-right: 70px;
  }
  #nav_global .h_contact .contact_link {
    padding: 0px 10px;
    margin-right: 10px;
  }
  #nav_global .h_contact .contact_link span {
    display: none;
  }
  #nav_global .h_contact .contact_link::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f0e0";
    font-weight: 300;
    font-size: 30px;
  }
  #nav_global .h_contact .tel,
  #nav_global .h_contact .fax {
    display: none;
  }
  #nav_global .h_contact .tel_link {
    display: inline-block;
    border: 1px solid #1860b1;
    padding: 0px 10px 4px;
    font-size: 28px;
  }
}

.clone-nav {
  padding: 15px 20px;
  color: #1860b1 !important;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  background: rgba(255, 255, 255, 0.85);
  align-items: center;
}
.clone-nav a {
  color: #1860b1 !important;
}
.clone-nav nav {
  height: -moz-fit-content;
  height: fit-content;
}
.clone-nav .h_contact {
  display: flex;
  align-items: center;
}
.clone-nav .h_contact .contact_link {
  margin-bottom: 0 !important;
  margin-right: 15px;
}
.clone-nav .h_contact .tel,
.clone-nav .h_contact .fax {
  display: none;
}
@media screen and (max-width: 1280px) and (min-width: 835px) {
  .clone-nav .contact_link {
    margin: 0 !important;
  }
}
@media only screen and (max-width: 834px) {
  .clone-nav {
    padding: 5px;
  }
  .clone-nav .h_contact {
    padding-top: 8px;
  }
  .clone-nav .contact_link span::before {
    font-size: 24px;
  }
  .clone-nav .tel_link {
    font-size: 21px;
    padding: 1px 9px 4px 10px;
  }
}

.mean-nav .h_logo {
  display: none;
}

#mainArea {
  position: relative;
}
#mainArea img {
  width: 100vw;
  min-height: 80vh;
  -o-object-fit: cover;
     object-fit: cover;
}
#mainArea .page_title {
  width: 100%;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-size: 40px;
  color: #fff;
  position: absolute;
  top: 50%;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  left: 50%;
  transform: translateX(-50%);
}

.main_under img {
  min-height: 45vh !important;
}

#local-keyvisual {
  position: absolute;
  bottom: 12%;
  left: 5%;
}

#footer {
  background: linear-gradient(to bottom, #4c79bc, #293c58);
  color: #fff;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  font-size: 14px;
}
#footer a {
  color: #fff !important;
}

.footer_container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px 0;
}
@media only screen and (max-width: 834px) {
  .footer_container {
    justify-content: center;
    padding: 50px 0 30px;
  }
}
.footer_container .f_logo {
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  height: -moz-fit-content;
  height: fit-content;
  text-align: left;
  background: url(../images/contents/logo.png) left center no-repeat;
  padding-left: 105px;
  margin-bottom: 25px;
}
.footer_container .f_box {
  text-align: left;
}
.footer_container .f_box p:not(:last-child) {
  margin-bottom: 10px;
}

.nav_footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 0;
}
@media only screen and (max-width: 834px) {
  .nav_footer {
    width: 100%;
  }
}
.nav_footer li {
  flex-grow: 1;
  padding: 0 7px;
  font-size: 14px;
}
@media only screen and (max-width: 834px) {
  .nav_footer li {
    width: 100%;
    margin-top: 20px;
    font-size: 18px;
  }
}
.nav_footer li a {
  color: #333 !important;
  display: block;
  padding: 0 3px;
}

#copyright {
  background: transparent;
  line-height: 70px;
}

.cont_title h2 {
  font-size: 32px;
  line-height: 1.2em;
  border-left: 5px solid #1860b1;
  padding-left: 10px;
  margin-bottom: 80px;
}

h3 {
  color: #1860b1;
  font-size: 22px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.main_cont01 .cont_box {
  padding: 20px;
  background: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 80px;
}
.main_cont01 .cont_box img {
  width: 50% !important;
  max-width: inherit;
  margin-right: 5%;
}
@media only screen and (max-width: 834px) {
  .main_cont01 .cont_box img {
    float: none !important;
    width: 70% !important;
    margin: 0 15% 30px;
  }
}
@media only screen and (max-width: 640px) {
  .main_cont01 .cont_box img {
    width: 100% !important;
    margin: 0 0 30px;
  }
}
.main_cont01 .cont_box h3 {
  width: 45%;
  float: left;
}
@media only screen and (max-width: 834px) {
  .main_cont01 .cont_box h3 {
    float: none;
    width: 100%;
  }
}
.main_cont01 .cont_box:nth-child(odd) img {
  float: right !important;
  margin-right: 0;
  margin-left: 5%;
}
@media only screen and (max-width: 834px) {
  .main_cont01 .cont_box:nth-child(odd) img {
    float: none !important;
    width: 70% !important;
    margin: 0 15% 30px;
  }
}
@media only screen and (max-width: 640px) {
  .main_cont01 .cont_box:nth-child(odd) img {
    width: 100% !important;
    margin: 0 0 30px;
  }
}

.main_cont02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.main_cont02 .cont_box {
  width: 48%;
  padding: 20px 20px 40px;
  margin: 0 auto 160px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  position: relative;
}
@media only screen and (max-width: 640px) {
  .main_cont02 .cont_box {
    width: 100%;
  }
}
.main_cont02 .cont_box h2 {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #1860b1;
  font-size: 22px;
  line-height: 1.6;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.main_cont02 .cont_box h3 {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .main_cont02 .cont_box h3 {
    font-size: 20px;
  }
}
.main_cont02 .cont_box .text_box {
  margin-bottom: 10px;
}
.main_cont02 .cont_box::before {
  display: block;
  font-family: "Font Awesome 5 Pro";
  content: "\f354";
  font-weight: 700;
  font-size: 80px;
  position: absolute;
  bottom: -65px;
  left: 50%;
  transform: translate(-50%, 50%);
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}
.main_cont02 .boxL::before {
  color: #3781d4;
}
.main_cont02 .boxR::before {
  color: #ffb74e;
}
.main_cont02 .cont_img {
  width: 100%;
}
.main_cont02 .cont_img img {
  width: auto !important;
}

.main_cont03 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 160px;
}
.main_cont03 .cont_text {
  width: 100%;
  padding: 20px;
  background: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 80px;
}
.main_cont03 .cont_text li {
  padding-left: 1.4em;
  margin-bottom: 10px;
}
.main_cont03 .cont_text li::before {
  display: inline-block;
  content: "・";
  position: absolute;
  left: 20px;
}
.main_cont03 .cont_img {
  width: 45%;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .main_cont03 .cont_img {
    width: 80%;
    margin-bottom: 30px;
  }
}

.pdf_list ul {
  display: flex;
  flex-wrap: wrap-reverse;
  flex-direction: row-reverse;
  justify-content: center;
}
.pdf_list ul li {
  width: 33.3333333333%;
  height: 65px;
  line-height: 60px;
  margin: 0 0 20px;
}
@media only screen and (max-width: 640px) {
  .pdf_list ul li {
    width: 50%;
  }
}
.pdf_list ul li a {
  display: block;
  width: 97%;
  text-align: center;
  color: #fff !important;
  background: #537ebd;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}
.pdf_list ul li a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f1c1";
  font-weight: 700;
  font-size: 1.4em;
  margin-right: 5px;
}

.form_wrap {
  margin-bottom: 80px;
}
.form_wrap dl {
  flex-wrap: wrap;
}
.form_wrap dl dt, .form_wrap dl dd {
  padding: 15px !important;
  border-width: 3px !important;
}

.main_cont04 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 160px;
}
.main_cont04 .cont_list {
  width: 100%;
}
.main_cont04 .cont_box {
  padding: 20px 20px 40px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.main_cont04 .boxL {
  width: 35%;
}
@media only screen and (max-width: 640px) {
  .main_cont04 .boxL {
    width: 100%;
    margin-bottom: 30px;
  }
}
.main_cont04 .boxR {
  width: 60%;
}
@media only screen and (max-width: 640px) {
  .main_cont04 .boxR {
    width: 100%;
  }
}

.main_cont05 .cont_title {
  margin-bottom: 40px;
}
.main_cont05 .cont_title h2 {
  margin-bottom: 40px;
}
.main_cont05 .tel_link {
  padding: 12px 2em 12px 3em;
  display: inline-block;
  background: #537ebd;
  color: #fff !important;
  font-size: 24px;
  margin-bottom: 80px;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  position: relative;
}
.main_cont05 .tel_link::before {
  font-family: "Font Awesome 5 Free";
  content: "\f879";
  font-weight: 700;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1.5em;
  font-size: 1.1em;
}
.main_cont05 .mail_form {
  padding-top: 0;
}

.nf_btn .link_btn {
  padding: 10px 2em;
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
}

/* home */
h1, h2 {
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-size: 64px;
  line-height: 64px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 834px) {
  h1, h2 {
    font-size: 53px;
    line-height: 53px;
  }
}

.link_btn {
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  text-align: center;
  font-size: 24px;
}

.top_cont01 {
  display: flex;
  justify-content: flex-end;
  margin: 120px auto;
}
.top_cont01 article {
  background: linear-gradient(90deg, #4c79bc, #293c58);
  color: #fff;
  position: relative;
  font-size: 20px;
  padding: 7% 3% 7% 10%;
  max-width: 75%;
}
@media screen and (max-width: 1249px) {
  .top_cont01 article {
    max-width: 90%;
  }
}
@media only screen and (max-width: 834px) {
  .top_cont01 article {
    max-width: 98%;
  }
}
.top_cont01 article::before {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  top: -1px;
  left: -1px;
  border-top: 150px solid #fff;
  border-right: 150px solid transparent;
}
@media only screen and (max-width: 834px) {
  .top_cont01 article::before {
    border-top: 70px solid #fff;
    border-right: 70px solid transparent;
  }
}
.top_cont01 article::after {
  content: "";
  position: absolute;
  width: 101%;
  height: 101%;
  right: -1px;
  top: -1px;
  background-color: #fff;
  z-index: 2;
  transition: all 0.6s ease-out;
}
.top_cont01 article h1 {
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  font-size: 30px;
  line-height: 48px;
  border-bottom: 2px solid;
  padding: 0 5px 10px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 640px) {
  .top_cont01 article h1 {
    font-size: 4.6875vw;
  }
}
.top_cont01 article div {
  font-weight: 300;
  line-height: 2.2em;
}
.top_cont01 .visited::after {
  right: -100%;
}

.top_cont02 {
  width: 96%;
  margin: 0 auto;
  background: #eee;
  padding: 120px 0 210px;
  position: relative;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .top_cont02 {
    padding: 70px 0 100px;
  }
}
@media only screen and (max-width: 640px) {
  .top_cont02 {
    width: 100%;
    padding: 70px 0 0;
  }
}
.top_cont02::before {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  top: 0;
  right: 0;
  border-top: 150px solid #fff;
  border-left: 150px solid transparent;
}
@media only screen and (max-width: 640px) {
  .top_cont02::before {
    border-top: 50px solid #fff;
    border-left: 50px solid transparent;
  }
}
.top_cont02::after {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  bottom: 0;
  left: 0;
  border-bottom: 150px solid #fff;
  border-right: 150px solid transparent;
}
@media only screen and (max-width: 640px) {
  .top_cont02::after {
    border-bottom: 50px solid #fff;
    border-right: 50px solid transparent;
  }
}
.top_cont02 .top_link {
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .top_cont02 .top_link {
    justify-content: center;
  }
}
.top_cont02 .top_link a {
  position: relative;
  width: 48%;
  margin-bottom: 130px;
}
@media only screen and (max-width: 834px) {
  .top_cont02 .top_link a {
    margin-bottom: 170px;
  }
}
@media only screen and (max-width: 640px) {
  .top_cont02 .top_link a {
    width: 90%;
  }
}
.top_cont02 .top_link a .box img {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.top_cont02 .top_link a .box div {
  position: absolute;
  width: 90%;
  background: #fff;
  padding: 25px 25px 80px;
  bottom: -80px;
  font-size: 30px;
  line-height: 1.2em;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  overflow: hidden;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  transition: opacity 0.8s ease-out 0s, transform 0.8s ease-out 0s, color 0.6s, background-color 0.6s !important;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .top_cont02 .top_link a .box div {
    padding: 15px 15px 90px;
    bottom: -120px;
    font-size: 26px;
  }
}
.top_cont02 .top_link a .box div span {
  font-size: 16px;
  border-bottom: 1px solid;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-left: 0.3em;
}
.top_cont02 .top_link a .box div .tx_l {
  color: rgba(24, 96, 177, 0.8);
  font-size: 58px;
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-weight: 300;
  line-height: 0.85em;
  text-align: right;
  border-bottom: none;
  position: absolute;
  bottom: 0;
  right: -2px;
}
@media screen and (max-width: 1280px) {
  .top_cont02 .top_link a .box div .tx_l {
    font-size: 46px;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .top_cont02 .top_link a .box div .tx_l {
    font-size: 36px;
  }
}
.top_cont02 .top_link a .box div::after {
  display: block;
  white-space: pre;
  color: rgba(24, 96, 177, 0.8);
  font-size: 58px;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  line-height: 0.85em;
  text-align: right;
  position: absolute;
  bottom: 0;
  right: -2px;
}
.top_cont02 .top_link a:nth-child(1) div, .top_cont02 .top_link a:nth-child(3) div {
  left: -70px;
}
@media screen and (max-width: 1280px) {
  .top_cont02 .top_link a:nth-child(1) div, .top_cont02 .top_link a:nth-child(3) div {
    left: -20px;
  }
}
.top_cont02 .top_link a:nth-child(2), .top_cont02 .top_link a:nth-child(4) {
  transform: translateY(40%);
}
@media only screen and (max-width: 640px) {
  .top_cont02 .top_link a:nth-child(2), .top_cont02 .top_link a:nth-child(4) {
    transform: translateY(0);
  }
}
.top_cont02 .top_link a:nth-child(2) div, .top_cont02 .top_link a:nth-child(4) div {
  right: -70px;
}
@media screen and (max-width: 1280px) {
  .top_cont02 .top_link a:nth-child(2) div, .top_cont02 .top_link a:nth-child(4) div {
    right: -20px;
  }
}
.top_cont02 .top_link a:hover .box div {
  background: #2166b4;
  color: #fff;
  opacity: 1;
}
.top_cont02 .top_link a:hover .box .tx_l {
  color: rgba(255, 255, 255, 0.7);
  transition: 0.6s;
}

.top_img img {
  width: 50% !important;
  margin-left: 0;
  position: absolute;
  right: 0;
  transform: translateY(-310px);
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .top_img img {
    transform: translateY(-220px);
  }
}
@media only screen and (max-width: 640px) {
  .top_img img {
    width: 80% !important;
    max-width: inherit;
    position: inherit;
    transform: translateY(0);
  }
}

.top_cont03 {
  position: relative;
  margin-top: 300px;
  padding-bottom: 200px;
  background: linear-gradient(90deg, #4c79bc, #293c58);
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .top_cont03 {
    margin-top: 230px;
  }
}
@media only screen and (max-width: 640px) {
  .top_cont03 {
    margin-top: 100px;
  }
}
.top_cont03 .title div {
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-size: 64px;
  font-weight: 300;
  line-height: 55px;
  transform: translateY(-50%);
  padding-left: 2%;
}
@media only screen and (max-width: 834px) {
  .top_cont03 .title div {
    font-size: 53px;
    line-height: 46px;
  }
}
.top_cont03 .title div::after {
  display: block;
  content: "CONTACT";
  color: #fff;
  transform: rotateX(180deg);
}
.top_cont03 .inner {
  margin: 50px auto 80px;
}
@media screen and (max-width: 1200px) and (min-width: 641px) {
  .top_cont03 .inner {
    width: 94%;
    display: flex;
    align-items: flex-end;
  }
}
@media screen and (max-width: 900px) and (min-width: 641px) {
  .top_cont03 .inner {
    margin-top: 0;
  }
}
.top_cont03 .cont_text {
  color: #fff;
  width: 35%;
}
.top_cont03 .cont_text h2 {
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 30px;
  margin-bottom: 20px;
  color: #fff;
}
.top_cont03 .cont_text span {
  display: block;
  font-size: 28px;
  font-weight: 300;
  border-bottom: 1px solid #fff;
  color: #fff;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .top_cont03 .cont_text span {
    font-size: 24px;
  }
}
@media only screen and (max-width: 640px) {
  .top_cont03 .cont_text span {
    display: inline-block;
    padding: 0 1em;
  }
}
@media screen and (max-width: 1200px) {
  .top_cont03 .cont_text {
    width: 42%;
    margin: 0 4%;
  }
}
@media only screen and (max-width: 640px) {
  .top_cont03 .cont_text {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  .top_cont03 .cont_text h3, .top_cont03 .cont_text div {
    text-align: center !important;
  }
}
.top_cont03 .link_btn {
  margin: 40px 0 0;
  padding: 20px 0;
  color: #fff !important;
  border: 1px solid #fff;
  width: 100%;
}
@media only screen and (max-width: 834px) {
  .top_cont03 .link_btn {
    font-size: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .top_cont03 .link_btn {
    width: auto;
    padding: 20px 2em;
  }
}
.top_cont03 .link_btn:hover {
  color: #4973b2 !important;
  font-weight: 500;
}
.top_cont03 .link_btn::after {
  background: #fff;
}

.top_cont04 {
  background: #fff;
  padding: 80px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  transform: translateY(-200px);
  margin-bottom: -160px;
  position: relative;
}
@media only screen and (max-width: 834px) {
  .top_cont04 {
    padding: 40px 10px 60px;
  }
}
.top_cont04::before {
  display: block;
  content: "";
  width: 10%;
  height: 2px;
  position: absolute;
  top: 15px;
  left: 15px;
  background: #ccc;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.top_cont04::after {
  display: block;
  content: "";
  width: 10%;
  height: 2px;
  position: absolute;
  top: 15px;
  right: 15px;
  background: #ccc;
  transform: translate(50%, -50%) rotate(45deg);
}
.top_cont04 .news_list::before {
  display: block;
  content: "";
  width: 10%;
  height: 2px;
  position: absolute;
  bottom: 15px;
  left: 15px;
  background: #ccc;
  transform: translate(-50%, -50%) rotate(45deg);
}
.top_cont04 .news_list::after {
  display: block;
  content: "";
  width: 10%;
  height: 2px;
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: #ccc;
  transform: translate(50%, -50%) rotate(-45deg);
}

.news_list {
  height: 250px;
  padding-right: 20px;
  margin-bottom: 0;
}
.news_list dl {
  align-items: flex-start;
}
.news_list dl dt, .news_list dl dd {
  border: none !important;
}

/* title */
.inner-full {
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
}

.inner-1000 {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}
@media only screen and (max-width: 834px) {
  .inner-1000 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.fix-h2-era > article > h2, .fix-h2 > article > h2 {
  margin-bottom: 0;
  font-weight: bold;
  line-height: 1.6;
}

.fix-h2 > article > h2 {
  margin-bottom: 15px;
  font-size: 40px;
  line-height: 1;
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .fix-h2 > article > h2 {
    font-size: 28px;
  }
}
.fix-h2 > article > div {
  color: #1860b1;
  font-weight: bold;
}

.fix-h2-era {
  border-bottom: 2px solid #5e5e5e;
  position: relative;
  z-index: 0;
  cursor: pointer;
}
.fix-h2-era:before {
  content: "+";
  font: var(--fa-font-solid);
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -100%);
  transition: 0.4s;
}
.js-accordion-clicked.fix-h2-era:before {
  transform: translate(0, -100%) rotate(45deg);
  transition: 0.4s;
}

.fix-h2-era > article > h2 {
  font-size: 24px;
}

.fix-h3 > article > h3 {
  color: #333333;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-size: 24px;
  font-weight: bold;
  border-bottom: none;
  line-height: 1.6;
}
.fix-h3 > article > div {
  font-size: 14px;
  font-weight: bold;
}

.fix-category {
  width: 100vw;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  transform: translate(0, -100%);
  z-index: 1000;
  transition: 0.4s;
  overflow-y: auto;
}
.fix-category__inner {
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 834px) {
  .fix-category__inner {
    display: block;
  }
}
.fix-category__inner i {
  font-size: 20px;
  position: absolute;
  right: 40px;
  z-index: 1;
  cursor: pointer;
}
@media only screen and (max-width: 834px) {
  .fix-category__inner i {
    top: 50px;
    right: 20px;
  }
}
.fix-category__title {
  border-bottom: 1px solid #ccc;
}

.js-drawer-open .fix-category {
  transform: translate(0, 0);
  transition: 0.4s;
}

.fix-business {
  flex: 0 0 auto;
  width: calc((100% - 40px) / 2);
  margin-right: 40px;
}
@media only screen and (max-width: 834px) {
  .fix-business {
    width: 100%;
    margin-right: 0;
    margin-bottom: 60px;
  }
}

.fix-filter {
  margin-bottom: -20px;
}
.fix-filter .box {
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.fix-filter .box:nth-child(2n) {
  margin-right: 0;
}
.fix-filter button {
  display: block;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  border: none;
  background: none;
  text-align: left;
}

.fix-order {
  flex: 1 0 0;
}

.fix-era__inner > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.fix-era__wrapper {
  display: none;
  padding-top: 35px;
}

.fix-data {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.fix-data .box {
  font-size: 14px;
}
.fix-data .box:first-child {
  flex: 0 0 30%;
  margin-right: 20px;
}
.fix-data .box:last-child {
  flex: 1 0 0;
}

.fix-filter-header__inner {
  display: flex;
  align-items: flex-start;
}

.fix-filter-button {
  padding: 17px 25px;
  color: white;
  background-color: #1860b1;
  font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  border: none;
  border-radius: 100vh;
}/*# sourceMappingURL=common.css.map */