@charset "UTF-8";
@import url("https://use.typekit.net/glh7snw.css");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&family=M+PLUS+Rounded+1c&family=Noto+Sans+JP:wght@400;500;700&display=swap");
/* ==========================================================================
** Foundation
\* ======================================================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, tr, th, td, small, button, time, figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

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

img {
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}

span {
  display: inline-block;
}

input,
textarea,
select {
  font-size: 16px;
}

.swiper-button-next,
.swiper-button-prev {
  background-image: none;
}

.swiper-button-next:focus,
.swiper-button-prev:focus {
  outline: none;
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  min-width: 1200px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
  color: #444444;
  padding-top: 150px;
  -webkit-text-size-adjust: 100%;
}

@media screen and (min-width: 770px) {
  body {
    overflow-x: hidden;
  }
}

@media screen and (max-width: 769px) {
  body {
    min-width: auto;
    padding-top: 50px;
  }
}

@media screen and (max-width: 375px) {
  body {
    min-width: 375px;
  }
}

img {
  image-rendering: -webkit-optimize-contrast;
}

/* ==========================================================================
** Layout
\* ======================================================================= */
/* ======================================
**
** ヘッダー
**
\* =================================== */
.l-header {
  background-color: #fff;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  min-width: 1200px;
  height: 150px;
  transition: 0.3s;
}

@media screen and (max-width: 769px) {
  .l-header {
    min-width: auto;
    height: 50px;
  }
}

@media screen and (max-width: 375px) {
  .l-header {
    min-width: 375px;
  }
}

@media screen and (min-width: 770px) {
  .l-header {
    position: absolute;
  }
}

.l-header__top {
  display: flex;
  align-items: center;
  height: 100px;
}

@media screen and (max-width: 769px) {
  .l-header__top {
    height: 50px;
    max-width: auto !important;
    padding: 0 !important;
    padding-left: 20px !important;
  }
}

.l-header__left {
  width: 50%;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 769px) {
  .l-header__left {
    width: calc(100% - 50px);
  }
}

.l-header__logo {
  width: 280px;
  margin-right: 10px;
}

@media screen and (max-width: 769px) {
  .l-header__logo {
    width: 130px;
    margin-right: 7.5px;
  }
}

.l-header__logo img {
  transition: 0.3s;
  width: 100%;
}

.l-header__catch {
  font-weight: bold;
  font-size: 1.9rem;
  transition: 0.3s;
}

@media screen and (max-width: 769px) {
  .l-header__catch {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 769px) {
  .l-header__catch img {
    width: 130px;
  }
}

.l-header__right {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.l-header__tel {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  width: calc(100% - 145px);
  padding: 3px 0;
  margin-top: 7px;
}

.l-header__tel.is--normalPhone .l-header__tel__icon {
  width: 32px;
}

.l-header__tel__icon {
  width: 49px;
  margin-right: 6px;
}

.l-header__tel__icon img {
  width: 100%;
}

.l-header__tel__text {
  font-family: "Lato", sans-serif;
  font-size: 41px;
  font-weight: bold;
  color: #100169;
  line-height: 31.84px;
}

.l-header__tel__time {
  width: 100%;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  color: #444444;
  text-align: right;
  letter-spacing: 0.1em;
  margin-top: 4px;
}

.l-header__line {
  display: block;
  background-color: #1AB204;
  border-radius: 4.7px;
  width: 130px;
  margin-left: 15px;
  text-align: center;
  line-height: 1;
  padding: 10px 0;
  transition: opacity 0.3s;
}

.l-header__line:hover {
  opacity: 0.6;
}

.l-header__line__text1 {
  font-size: 11px;
  font-weight: bold;
  color: #FFFF00;
}

.l-header__line__text2 {
  font-size: 19px;
  font-weight: bold;
  color: #fff;
  margin-top: 7px;
}

.l-header__mail {
  margin-left: 15px;
  transition: opacity 0.3s;
}

.l-header__mail:hover {
  opacity: 0.6;
}

.l-header__mail img {
  width: 138px;
  height: auto;
}

.l-header__burger {
  position: relative;
  width: 50px;
  height: 50px;
  background-color: #276EB3;
  padding: 12.5px 14px 0;
}

.l-header__burger__line {
  position: relative;
  width: 22px;
  height: 11px;
}

.l-header__burger__line div {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%) rotate(0deg);
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.l-header__burger__line div:nth-of-type(1) {
  top: 0;
  transition: top 0.3s, transform 0.3s 0.3s;
}

.l-header__burger__line div:nth-of-type(2) {
  top: 50%;
  transition: 0.3s;
}

.l-header__burger__line div:nth-of-type(3) {
  top: 100%;
  transition: top 0.3s, transform 0.3s 0.3s;
}

.l-header__burger__line.open div:nth-of-type(1) {
  top: 50%;
  transform: translateX(-50%) rotate(45deg);
}

.l-header__burger__line.open div:nth-of-type(2) {
  opacity: 0;
}

.l-header__burger__line.open div:nth-of-type(3) {
  top: 50%;
  transform: translateX(-50%) rotate(-45deg);
}

.l-header__burger__text {
  position: absolute;
  font-weight: bold;
  font-size: 1rem;
  color: #FFF;
  text-align: center;
  word-break: keep-all;
  line-height: 1;
  left: 50%;
  bottom: 8px;
  transform-origin: center;
  transform: translateX(-50%) scale(0.8);
}

.l-header__nav {
  background-color: #100169;
  height: 50px;
}

@media screen and (min-width: 770px) {
  .l-header__nav {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
  }
  .l-header__nav.is-pre-show {
    top: -50px;
    opacity: 0;
    position: fixed;
  }
  .l-header__nav.is-show {
    top: 0;
    opacity: 1;
    position: fixed;
    transition: opacity 0.2s ease, top 0.2s ease;
    z-index: 1000;
  }
}

.l-header__nav__list {
  display: flex;
  justify-content: space-between;
}

.l-header__nav__list > li.open > a {
  position: relative;
}

.l-header__nav__list > li.open > a:hover {
  opacity: 1;
}

.l-header__nav__list > li.open > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  border-bottom: 10px solid #E3EFF6;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}

.l-header__nav__list > li > a {
  color: #FFF;
  line-height: 50px;
  font-size: 1.6rem;
  font-weight: bold;
  transition: opacity 0.3s;
}

.l-header__nav__list > li > a:hover {
  opacity: 0.6;
}

.l-header__nav__list .sub-menu {
  position: fixed;
  top: 150px;
  left: 0;
  right: 0;
  background-color: #E3EFF6;
  width: 1000px;
  min-width: 1000px;
  margin: 0 auto;
  padding: 25px 0;
  display: none;
  flex-wrap: wrap;
}

@media screen and (min-width: 770px) {
  .l-header__nav__list .sub-menu {
    position: absolute;
    left: 0;
    top: 50px;
  }
}

.l-header__nav__list .sub-menu.areas {
  gap: 40px 28px;
}

.l-header__nav__list .sub-menu::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1000%;
  height: 100%;
  background-color: #E3EFF6;
  z-index: -1;
  transform: translateX(-50%);
}

.l-header__nav__list .sub-menu li.search {
  width: 100%;
}

.l-header__nav__list .sub-menu li.area {
  width: calc(100% / 3 - 28px * 2 / 3);
  line-height: 1;
}

.l-header__nav__list .sub-menu li.area .section {
  font-size: 18px;
  display: block;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #276ea0;
  color: #276ea0;
}

.l-header__nav__list .sub-menu li.area .prefs {
  font-size: 15px;
  letter-spacing: 0.04em;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
}

.l-header__nav__list .sub-menu li.area .prefs .pref {
  min-width: 3em;
  color: #000;
}

.l-header__nav__list .sub-menu li.area .prefs .pref:hover {
  text-decoration: underline;
}

.l-header__nav__list .sub-menu li.item:first-child {
  width: 100%;
}

.l-header__nav__list .sub-menu li.item:first-child a {
  font-size: 18px;
  color: #444444;
  font-weight: bold;
  padding-left: 18px;
  position: relative;
  line-height: 29px;
}

.l-header__nav__list .sub-menu li.item:first-child a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 9px;
  height: 100%;
  background-color: #286B91;
}

.l-header__nav__list .sub-menu li.item:not(:first-child) {
  width: calc(100% / 5 - 25px * 4 / 5);
  background-color: #fff;
  margin-right: 25px;
  margin-top: 14px;
}

.l-header__nav__list .sub-menu li.item:not(:first-child):nth-child(5n) + li {
  margin-right: 0;
}

.l-header__nav__list .sub-menu li.item:not(:first-child) a {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  color: #444444;
  padding: 13px;
  transition: 0.3s;
}

.l-header__nav__list .sub-menu li.item:not(:first-child) a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6px;
  width: 8px;
  height: 13px;
  background-image: url(../images/common/ico-next-color.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transform: translateY(-50%);
}

.l-header__nav__list .sub-menu li.item:not(:first-child) a:hover {
  opacity: 0.6;
}

.l-header__nav__list .sub-menu li.way:first-child {
  width: 100%;
}

.l-header__nav__list .sub-menu li.way:first-child a {
  font-size: 18px;
  color: #444444;
  font-weight: bold;
  padding-left: 18px;
  position: relative;
  line-height: 29px;
}

.l-header__nav__list .sub-menu li.way:first-child a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 9px;
  height: 100%;
  background-color: #286B91;
}

.l-header__nav__list .sub-menu li.way:not(:first-child) {
  width: calc(100% / 3 - 33px * 2 / 3);
  background-color: #fff;
  margin-right: 33px;
  margin-top: 14px;
  padding: 20px 60px 15px;
  padding-right: 30px;
  border-radius: 12px;
  transition: 0.3s;
}

.l-header__nav__list .sub-menu li.way:not(:first-child):nth-child(3n) + li {
  margin-right: 0;
}

.l-header__nav__list .sub-menu li.way:not(:first-child) .title {
  position: relative;
  padding-left: 27px;
  font-size: 22.4px;
  color: #100169;
  font-weight: bold;
  line-height: 18.5px;
}

.l-header__nav__list .sub-menu li.way:not(:first-child) .title::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 18.5px;
  height: 18.5px;
  background-image: url(../images/common/btn-blue.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.l-header__nav__list .sub-menu li.way:not(:first-child) .text {
  font-size: 15px;
  color: #444444;
  margin-top: 13px;
}

.l-header__nav__list .sub-menu li.way:not(:first-child):hover {
  opacity: 0.6;
}

.l-header__nav__list .sub-menu li.way:nth-of-type(3) .title {
  color: #1AB204;
}

.l-header__nav__list .sub-menu li.way:nth-of-type(3) .title::after {
  background-image: url(../images/common/btn-green.png);
}

.l-header__nav__list .sub-menu li.way:nth-of-type(4) .title {
  color: #AF272D;
}

.l-header__nav__list .sub-menu li.way:nth-of-type(4) .title::after {
  background-image: url(../images/common/btn-red.png);
}

/* ======================================
**
** フッダー
**
\* =================================== */
.l-footer {
  background-color: #fff;
}

@media screen and (max-width: 769px) {
  .l-footer {
    padding-bottom: 86px;
  }
}

.l-footer__logos {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 750px;
}

@media screen and (max-width: 769px) {
  .l-footer__logos {
    height: auto;
    flex-wrap: wrap;
    padding: 0;
  }
}

.l-footer__logos__item {
  width: auto;
  height: 32px;
  text-align: center;
  transition: opacity 0.3s;
}

@media screen and (max-width: 769px) {
  .l-footer__logos__item {
    margin-right: 0 !important;
  }
  .l-footer__logos__item:first-child {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center;
  }
  .l-footer__logos__item:first-child img {
    width: 210px !important;
  }
  .l-footer__logos__item:not(:first-child) {
    flex: 1;
  }
}

.l-footer__logos__item:not(:last-child) {
  margin-right: 40px;
}

.l-footer__logos__item--large {
  height: auto;
  width: 280px;
  margin-right: 58px;
}

.l-footer__logos__item--large img {
  width: 100% !important;
  height: auto;
}

.l-footer__logos__item img {
  width: auto;
  height: 100%;
}

.l-footer__logos__item:hover {
  opacity: 0.6;
}

.l-footer__nav1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  margin: 0 -26px;
}

@media screen and (max-width: 769px) {
  .l-footer__nav1 {
    flex-wrap: wrap;
    margin: 25px 0 0;
    height: auto;
    width: calc(100% + 40px);
    transform: translateX(-20px);
  }
}

.l-footer__nav1 li {
  height: 48px;
  flex-grow: 1;
}

@media screen and (max-width: 769px) {
  .l-footer__nav1 li {
    flex: auto;
    padding: 0;
    width: 50% !important;
    height: 44px;
    border: 0 !important;
    border-top: 1px dotted #808080 !important;
  }
  .l-footer__nav1 li:nth-child(2n) {
    border-left: 1px dotted #808080 !important;
  }
}

.l-footer__nav1 li:not(:last-child) {
  border-right: 1px dotted #808080;
}

.l-footer__nav1 li:first-child {
  padding-left: 0 !important;
}

.l-footer__nav1 li:last-child {
  padding-right: 0 !important;
}

.l-footer__nav1 li a {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  line-height: 48px;
  color: #286B91;
  font-weight: bold;
  word-break: keep-all;
  transition: opacity 0.3s;
}

@media screen and (max-width: 769px) {
  .l-footer__nav1 li a {
    line-height: 44px;
    font-size: 12.5px;
  }
}

.l-footer__nav1 li a:hover {
  opacity: 0.6;
}

.l-footer__gray {
  background-color: #EBEBEB;
  margin-top: 26px;
  padding: 40px 0 55px;
}

@media screen and (max-width: 769px) {
  .l-footer__gray {
    margin-top: 0;
    padding: 22px 0 25px;
  }
}

.l-footer__nav2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 769px) {
  .l-footer__nav2 {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .l-footer__nav2 li {
    margin-top: 14px;
  }
  .l-footer__nav2 li:nth-of-type(1) {
    width: 28%;
  }
  .l-footer__nav2 li:nth-of-type(2) {
    width: 37.5%;
  }
  .l-footer__nav2 li:nth-of-type(3) {
    width: 34.5%;
  }
  .l-footer__nav2 li:nth-of-type(4) {
    width: 28%;
  }
  .l-footer__nav2 li:nth-of-type(5) {
    width: 37.5%;
  }
  .l-footer__nav2 li:nth-of-type(6) {
    width: 34.5%;
  }
  .l-footer__nav2 li:nth-child(-n+3) {
    margin-top: 0;
  }
}

.l-footer__nav2 a {
  font-size: 1.5rem;
  color: #444444;
  transition: opacity 0.3s;
}

@media screen and (max-width: 769px) {
  .l-footer__nav2 a {
    font-size: 11.5px;
  }
}

.l-footer__nav2 a:hover {
  opacity: 0.6;
}

.l-footer__copy {
  margin-top: 30px;
  text-align: center;
  font-size: 1.4rem;
}

@media screen and (max-width: 769px) {
  .l-footer__copy {
    text-align: left;
    font-size: 10px;
  }
}

/* ======================================
**
** Common
**
\* =================================== */
.l-container {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 769px) {
  .l-container {
    padding: 0 20px;
  }
}

@media screen and (max-width: 769px) {
  .l-body {
    overflow: hidden;
  }
}

.l-col2 {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 769px) {
  .l-col2 {
    display: block;
  }
}

.l-col2__content {
  width: 75%;
  padding: 15px 0 0;
}

@media screen and (max-width: 769px) {
  .l-col2__content {
    width: 100%;
  }
}

.l-col2__breadcrumb {
  padding-bottom: calc((15 - 0) * ((100vw - 375px) / (1400 - 375)) + 0px);
  padding-top: 10px;
}

@media screen and (min-width: 770px) {
  .l-col2__breadcrumb {
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 375px) {
  .l-col2__breadcrumb {
    padding-bottom: 0px;
  }
}

.l-col2__sidebar {
  padding-top: 15px;
  width: 22%;
}

@media screen and (max-width: 769px) {
  .l-col2__sidebar {
    margin-top: 0;
    width: 100%;
    display: none;
  }
}

.l-3way {
  position: relative;
  background-color: #D7B271;
  margin-top: 15px;
  margin-bottom: 50px;
  padding: 22px 20px;
}

@media screen and (max-width: 769px) {
  .l-3way {
    padding: 18px 20px 22px;
    margin: 16px calc(50% - 50vw) 23px;
    width: 100vw;
  }
}

.l-3way__text {
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translateX(-50%);
  color: #FFF;
  line-height: 22px;
  font-size: 11px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  word-break: keep-all;
}

.l-faq {
  padding: 50px 0;
}

@media screen and (max-width: 769px) {
  .l-faq {
    padding-top: 18px;
    padding-bottom: 26px;
  }
}

.l-faq__btn {
  padding-top: 30px;
  padding-left: 230px;
  padding-right: 230px;
}

@media screen and (max-width: 769px) {
  .l-faq__btn {
    padding-top: 21px;
    padding-right: 0;
    padding-left: 0;
  }
}

.l-case {
  padding: 33px 0 57px;
}

@media screen and (max-width: 769px) {
  .l-case {
    padding: 14px 0 25px;
  }
}

.l-case__btn {
  padding: 35px 0 0;
  text-align: center;
}

.l-case__btn a {
  display: inline-block;
  width: auto;
  padding-left: 76px;
  padding-right: 76px;
  padding-top: 13px;
  padding-bottom: 13px;
  line-height: 1.4 !important;
  height: auto !important;
}

@media screen and (max-width: 769px) {
  .l-case__btn a {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (max-width: 769px) {
  .l-case__btn {
    padding: 32px 0 0;
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.l-aisatu {
  padding: 25px 0 50px;
}

@media screen and (max-width: 769px) {
  .l-aisatu {
    padding: 15px 0 20px;
  }
}

.l-hinmoku {
  padding: 30px 0 50px;
}

@media screen and (max-width: 769px) {
  .l-hinmoku {
    padding: 14px 0 30px;
    margin: 0 calc(50% - 50vw);
  }
}

.l-hinmoku__main {
  position: relative;
  background-color: #EBEBEB;
  padding: 32px 28px 32px 27px;
}

@media screen and (max-width: 769px) {
  .l-hinmoku__main {
    padding: 16px 20px;
  }
}

.l-hinmoku__btn {
  padding-top: 28px;
  padding-left: 230px;
  padding-right: 230px;
}

@media screen and (max-width: 769px) {
  .l-hinmoku__btn {
    margin: 0 20px;
    padding-top: 17px;
    padding-left: 0;
    padding-right: 0;
  }
}

.l-brand {
  padding: 24px 0 50px;
}

@media screen and (max-width: 769px) {
  .l-brand {
    padding: 17px 0 22px;
    margin: 0 calc(50% - 50vw);
  }
}

.l-brand__main {
  position: relative;
  background-color: #EBEBEB;
  padding: 25px 30px;
}

@media screen and (max-width: 769px) {
  .l-brand__main {
    padding: 15px 20px;
  }
}

.l-brand__main--bg-blue {
  background-color: #E3EFF6;
}

.l-brand__main--bg-blue::after {
  background-color: #E3EFF6;
}

.l-brand__listTitle {
  font-size: 20px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 15px;
}

@media screen and (max-width: 769px) {
  .l-brand__listTitle {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 5px;
  }
}

.l-brand__listTitle:first-child {
  margin-top: 0;
}

.l-brand__btn {
  padding: 27px 230px 0;
}

@media screen and (max-width: 769px) {
  .l-brand__btn {
    padding: 15px 0 0;
  }
}

.l-possible {
  padding: calc((35 - 13) * ((100vw - 375px) / (1400 - 375)) + 13px) 0 calc((65 - 27) * ((100vw - 375px) / (1400 - 375)) + 27px);
}

@media screen and (min-width: 770px) {
  .l-possible {
    padding: 35px 0 65px;
  }
}

@media screen and (max-width: 375px) {
  .l-possible {
    padding: 13px 0 27px;
  }
}

.l-expensive {
  padding: 0 0 40px;
}

@media screen and (max-width: 769px) {
  .l-expensive {
    padding-bottom: 25px;
  }
}

.l-expensive__content {
  background-color: #ebebeb;
  padding: 40px 35px;
}

@media screen and (max-width: 769px) {
  .l-expensive__content {
    padding: 55px 22px 33px;
  }
}

.l-expensive__item {
  margin-top: 35px;
}

.l-expensive__item:first-child {
  margin-top: 0;
}

@media screen and (max-width: 769px) {
  .l-expensive__item {
    margin-top: 21px;
  }
}

.l-japan {
  padding: 45px 0;
}

@media screen and (max-width: 769px) {
  .l-japan {
    padding: 0 0 30px;
  }
}

.l-japan__btn {
  padding: 38px 230px 0;
}

@media screen and (max-width: 769px) {
  .l-japan__btn {
    padding: 25px 0 0;
  }
}

.l-document {
  padding: 22px 0 50px;
}

@media screen and (max-width: 769px) {
  .l-document {
    padding: 15px 0 22px;
  }
}

.l-document__main {
  margin-top: 20px;
  padding: 20px;
  background-color: #ebebeb;
}

@media screen and (max-width: 769px) {
  .l-document__main {
    margin-top: 15px;
  }
}

.l-document__text-list {
  margin-top: 15px;
}

@media screen and (max-width: 769px) {
  .l-document__text-list {
    margin-top: 10px;
  }
}

.l-daikichi {
  padding: 12px 0 44px;
}

@media screen and (max-width: 769px) {
  .l-daikichi {
    padding: 8px 0 23px;
  }
}

.l-daikichi {
  padding: 12px 0 44px;
}

@media screen and (max-width: 769px) {
  .l-daikichi {
    padding: 8px 0 23px;
  }
}

.l-top-btn {
  padding: 0 240px 50px;
}

.l-pc-fixed-bar {
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 86px;
  opacity: 0;
  z-index: 100;
  pointer-events: none;
  transition: top 0.2s ease;
}

@media screen and (max-width: 769px) {
  .l-pc-fixed-bar {
    display: none;
  }
}

.l-pc-fixed-bar__inner {
  padding: 13px 0;
  display: flex;
  margin: 0 -15px;
  align-items: center;
  justify-content: center;
}

.l-pc-fixed-bar__btn {
  width: 487px;
  border-radius: 5px;
  height: 60px;
  display: flex;
  align-items: stretch;
  color: #fff;
  margin: 0 15px;
  padding: 6px 0;
  transition: opacity 0.4s ease;
}

.l-pc-fixed-bar__btn:hover {
  opacity: 0.7;
}

.l-pc-fixed-bar__btn.is-mail {
  background: #3a6cb3;
}

.l-pc-fixed-bar__btn.is-mail .l-pc-fixed-bar__btn-icon img {
  width: 34px;
  height: auto;
}

.l-pc-fixed-bar__btn.is-line {
  background: #4eb300;
}

.l-pc-fixed-bar__btn.is-line .l-pc-fixed-bar__btn-icon img {
  width: 34px;
  height: auto;
}

.l-pc-fixed-bar__btn.is-phone {
  background: #100169;
}

.l-pc-fixed-bar__btn.is-phone .l-pc-fixed-bar__btn-icon img {
  width: 36px;
  height: auto;
}

.l-pc-fixed-bar__btn-icon {
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-right: 1px dotted rgba(255, 255, 255, 0.6);
}

.l-pc-fixed-bar__btn-text {
  flex-grow: 1;
  font-size: 21px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.l-pc-fixed-bar__btn-text-wrap {
  margin-left: 25px;
  margin-right: auto;
}

.l-pc-fixed-bar__btn-text-num {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 24px;
  margin-top: -2px;
  display: block;
  font-weight: 700;
}

.l-pc-fixed-bar__btn-text-num + span {
  margin-top: 2px;
}

.l-pc-fixed-bar__btn-text-small {
  display: block;
  margin-top: 4px;
  font-size: 14px;
}

.l-pc-fixed-bar.is-show {
  pointer-events: auto;
  top: 50px;
  position: fixed;
  opacity: 1;
}

.l-shopSearchBox {
  display: flex;
  align-items: stretch;
  width: 764px;
  margin: 20px auto 0;
}

.l-shopSearchBox__text {
  border: none;
  padding: 0 20px;
  border-radius: 10px 0 0 10px;
  font-size: 15px;
  height: 44px;
  flex-grow: 1;
  outline-offset: -1px;
  margin-right: -1px;
}

.l-shopSearchBox__text:focus {
  outline-color: #FF801E !important;
}

.l-shopSearchBox__btn {
  width: 270px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 10px 10px 0;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  background: #12207f;
  transition: opacity 0.4s ease;
}

.l-shopSearchBox__btn:hover {
  opacity: 0.7;
}

.l-shopSearchBox__btn::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background: url("../images/common/ico-search.svg") no-repeat center/16px;
}

@media screen and (max-width: 769px) {
  .l-shopSearchBox__btn::before {
    width: 14px;
    height: 14px;
    background-size: 14px;
  }
}

/* ======================================
**
** TOPページ
**
\* =================================== */
.l-news {
  padding: 20px 0 50px;
}

@media screen and (max-width: 769px) {
  .l-news {
    padding: 8px 0 30px;
  }
}

.l-news__list + .l-news__btn {
  margin-top: 20px;
}

@media screen and (max-width: 769px) {
  .l-news__list + .l-news__btn {
    margin-top: 10px;
  }
}

.l-news__btn {
  padding: 18px 210px 0;
}

@media screen and (max-width: 769px) {
  .l-news__btn {
    padding: 8px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.l-strong {
  padding: 0px 0 20px;
}

@media screen and (max-width: 769px) {
  .l-strong {
    padding: 0 0 12px;
  }
}

/* ======================================
**
** 店舗紹介
**
\* =================================== */
.l-shop-area {
  padding: 0 0 0;
}

.l-shop-area__pref {
  margin-top: 38px;
  padding-bottom: 30px;
}

@media screen and (max-width: 769px) {
  .l-shop-area__pref {
    margin-top: 13px;
    padding-bottom: 25px;
  }
}

.l-shop-area__item {
  margin-top: 33px;
  padding-bottom: 30px;
}

@media screen and (max-width: 769px) {
  .l-shop-area__item {
    margin-top: 13px;
    padding-bottom: 18px;
    padding: 0 calc((180 - 0) * ((100vw - 450px) / (769 - 375)) + 0px);
  }
}

.l-shop-area__item__content {
  margin-top: 30px;
}

@media screen and (max-width: 769px) {
  .l-shop-area__item__content {
    margin-top: 12px;
  }
}

.l-intro-detail__top {
  padding-top: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 769px) {
  .l-intro-detail__top {
    padding-top: 12.5px;
  }
}

.l-intro-detail__top__slider {
  width: 53.3333%;
}

@media screen and (max-width: 769px) {
  .l-intro-detail__top__slider {
    width: 100%;
    order: 1;
  }
}

.l-intro-detail__top__map {
  width: 43%;
}

@media screen and (max-width: 769px) {
  .l-intro-detail__top__map {
    width: 100%;
    order: 3;
  }
}

.l-intro-detail__info {
  padding-top: 32px;
  padding-bottom: 48px;
  width: 100%;
}

@media screen and (max-width: 769px) {
  .l-intro-detail__info {
    order: 2;
    padding-bottom: 0;
  }
}

.l-intro-detail__parking {
  padding-top: 30px;
  padding-bottom: 54px;
}

@media screen and (max-width: 769px) {
  .l-intro-detail__parking {
    padding-top: 16px;
    padding-bottom: 23px;
  }
}

.l-intro-detail__station {
  padding-top: 30px;
  padding-bottom: 50px;
}

@media screen and (max-width: 769px) {
  .l-intro-detail__station {
    padding-top: 22px;
    padding-bottom: 25px;
  }
}

/* ======================================
**
** 買取品目
**
\* =================================== */
.l-souba {
  padding-bottom: calc((40 - 25) * ((100vw - 375px) / (1400 - 375)) + 25px);
}

@media screen and (min-width: 770px) {
  .l-souba {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 375px) {
  .l-souba {
    padding-bottom: 25px;
  }
}

.l-souba__updated {
  margin-top: 10px;
  font-size: 13px;
}

.l-souba__updated::before {
  content: "※";
}

.l-souba__item {
  margin-top: calc((25 - 14) * ((100vw - 375px) / (1400 - 375)) + 14px);
}

@media screen and (min-width: 770px) {
  .l-souba__item {
    margin-top: 25px;
  }
}

@media screen and (max-width: 375px) {
  .l-souba__item {
    margin-top: 14px;
  }
}

.l-souba__item:nth-child(3) .l-souba__item__left .p-souba2__item:nth-child(2n) {
  border-bottom: none;
}

.l-souba__item:nth-child(3) .l-souba__item__right .p-souba2__item:last-child {
  border-bottom: none;
}

.l-souba__item--flex {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 769px) {
  .l-souba__item--flex {
    display: block;
  }
}

.l-souba__item__left {
  width: 67%;
}

@media screen and (max-width: 769px) {
  .l-souba__item__left {
    width: 100%;
  }
}

.l-souba__item__right {
  width: 31%;
}

@media screen and (max-width: 769px) {
  .l-souba__item__right {
    width: 100%;
  }
}

.l-souba__table {
  margin-top: 10px;
}

.p-souba-tool {
  margin-top: 40px;
}

@media screen and (max-width: 769px) {
  .p-souba-tool {
    margin-top: calc((40 - 25) * ((100vw - 375px) / (1400 - 375)) + 25px);
  }
}

.p-souba-tool-box {
  background-color: #e7f0f7;
  padding: 26px 25px 22px;
}

@media screen and (max-width: 769px) {
  .p-souba-tool-box {
    padding: 20px 20px 16px;
  }
}

.p-souba-tool-box-calc {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  align-content: flex-end;
  flex-flow: row nowrap;
}

@media screen and (max-width: 769px) {
  .p-souba-tool-box-calc {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    align-content: flex-end;
    flex-flow: row wrap;
  }
}

.p-souba-tool-box-calc-left {
  flex: 0 0  440px;
  max-width: 440px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  align-content: flex-end;
  flex-flow: row nowrap;
}

@media screen and (max-width: 769px) {
  .p-souba-tool-box-calc-left {
    flex: 0 0  100%;
    max-width: 100%;
  }
}

.p-souba-tool-box-calc-right {
  flex: 0 0  260px;
  max-width: 260px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  align-content: flex-end;
  flex-flow: row nowrap;
}

@media screen and (max-width: 769px) {
  .p-souba-tool-box-calc-right {
    flex: 0 0  100%;
    max-width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    align-content: flex-end;
    flex-flow: row nowrap;
    margin-top: 16px;
  }
}

.p-souba-tool-box-calc-col.p-souba-tool-box-calc-col--select {
  flex: 0 0  243px;
  max-width: 243px;
}

@media screen and (max-width: 769px) {
  .p-souba-tool-box-calc-col.p-souba-tool-box-calc-col--select {
    flex: 1 1  50%;
    max-width: none;
  }
}

.p-souba-tool-box-calc-col.p-souba-tool-box-calc-col--gram {
  flex: 0 0  110px;
  max-width: 110px;
}

@media screen and (max-width: 769px) {
  .p-souba-tool-box-calc-col.p-souba-tool-box-calc-col--gram {
    flex: 1 1  20%;
    max-width: none;
  }
}

.p-souba-tool-box-calc-col.p-souba-tool-box-calc-col--result {
  flex: 0 0  163px;
  max-width: 163px;
}

@media screen and (max-width: 769px) {
  .p-souba-tool-box-calc-col.p-souba-tool-box-calc-col--result {
    flex: 0 0  41%;
    max-width: 41%;
  }
}

.p-souba-tool-box-calc-col-head {
  background-color: #556ea4;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.00em;
  line-height: 35px;
  height: 35px;
  text-align: center;
}

@media screen and (max-width: 769px) {
  .p-souba-tool-box-calc-col-head {
    font-size: 13px;
    line-height: 26px;
    height: 26px;
  }
}

.p-souba-tool-box-calc-col-body {
  height: 45px;
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #556ea4;
}

@media screen and (max-width: 769px) {
  .p-souba-tool-box-calc-col-body {
    height: 32px;
  }
}

.p-souba-tool-box-calc-col-body-select {
  font-size: 18px;
  color: #000000;
  font-weight: 700;
  letter-spacing: 0.00em;
  line-height: 1.0;
  position: relative;
  font-feature-settings: "palt";
}

@media screen and (max-width: 769px) {
  .p-souba-tool-box-calc-col-body-select {
    letter-spacing: -0.04em;
    font-size: 13px;
  }
}

.p-souba-tool-box-calc-col-body-select::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translate3d(0, -50%, 0) rotate(135deg);
  margin-top: -2px;
}

@media screen and (max-width: 769px) {
  .p-souba-tool-box-calc-col-body-select::after {
    right: 8px;
    width: 8px;
    height: 8px;
  }
}

.p-souba-tool-box-calc-col-body-select-current {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  flex-flow: row wrap;
  text-align: left;
  height: 43px;
  padding: 0px 12px;
  cursor: pointer;
}

@media screen and (max-width: 769px) {
  .p-souba-tool-box-calc-col-body-select-current {
    height: 32px;
    line-height: 32px;
    padding: 0px 6px;
    padding-right: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}

.p-souba-tool-box-calc-col-body-select-list {
  position: absolute;
  z-index: 2;
  top: 100%;
  left: -1px;
  right: -1px;
  background-color: #ffffff;
  width: calc(100% + 2px);
  transform: translate3d(0, -2px, 0) rotate(0deg);
  border: 1px solid #556ea4;
  border-top: none;
  overflow: auto;
  display: none;
  animation: anim-p-souba-tool-box-calc-col-body-select-list 200ms ease-out 0ms 1 normal forwards;
}

@media screen and (max-width: 769px) {
  .p-souba-tool-box-calc-col-body-select-list {
    max-height: 200px;
  }
}

.p-souba-tool-box-calc-col-body-select.is-active .p-souba-tool-box-calc-col-body-select-list {
  display: block;
}

@keyframes anim-p-souba-tool-box-calc-col-body-select-list {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.p-souba-tool-box-calc-col-body-select-list-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  flex-flow: row wrap;
  padding: 7px 12px;
  cursor: pointer;
  transition: all 300ms  ease-out 0ms;
}

@media screen and (max-width: 769px) {
  .p-souba-tool-box-calc-col-body-select-list-item {
    padding: 7px 7px;
  }
}

@media screen and (min-width: 770px) {
  .p-souba-tool-box-calc-col-body-select-list-item:hover {
    background-color: #efefef;
  }
}

.p-souba-tool-box-calc-col-body-input input {
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  appearance: none;
  height: 45px;
  width: 100%;
  text-align: right;
  padding: 0 20px 0 5px;
  font-size: 18px;
  font-weight: 700;
  ime-mode: inactive;
}

@media screen and (max-width: 769px) {
  .p-souba-tool-box-calc-col-body-input input {
    height: 32px;
    padding: 0 8px 0 4px;
    font-size: 16px;
  }
}

.p-souba-tool-box-calc-label {
  font-size: 35px;
  color: #556ea4;
  font-weight: 700;
  letter-spacing: 0.00em;
  line-height: 1.0;
}

@media screen and (max-width: 769px) {
  .p-souba-tool-box-calc-label {
    font-size: 24px;
  }
}

.p-souba-tool-box-calc-label.is-multi {
  position: relative;
  flex: 0 0  50px;
  max-width: 50px;
  height: 80px;
}

@media screen and (max-width: 769px) {
  .p-souba-tool-box-calc-label.is-multi {
    flex: 0 0  35px;
    max-width: 35px;
    height: 58px;
  }
}

.p-souba-tool-box-calc-label.is-multi::before, .p-souba-tool-box-calc-label.is-multi::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 30px;
  height: 4px;
  background-color: #556ea4;
}

@media screen and (max-width: 769px) {
  .p-souba-tool-box-calc-label.is-multi::before, .p-souba-tool-box-calc-label.is-multi::after {
    width: 21px;
    height: 3px;
  }
}

.p-souba-tool-box-calc-label.is-multi::before {
  transform: translate3d(0, 0, 0) rotate(45deg);
}

.p-souba-tool-box-calc-label.is-multi::after {
  transform: translate3d(0, 0, 0) rotate(-45deg);
}

.p-souba-tool-box-calc-label.is-gram {
  flex: 0 0  32px;
  max-width: 32px;
  position: relative;
  top: -6px;
  text-align: right;
}

@media screen and (max-width: 769px) {
  .p-souba-tool-box-calc-label.is-gram {
    flex: 0 0  22px;
    max-width: 22px;
  }
}

.p-souba-tool-box-calc-label.is-equal {
  position: relative;
  flex: 0 0  54px;
  max-width: 54px;
  height: 80px;
}

@media screen and (max-width: 769px) {
  .p-souba-tool-box-calc-label.is-equal {
    flex: 0 0  42px;
    max-width: 42px;
    height: 58px;
  }
}

.p-souba-tool-box-calc-label.is-equal::before, .p-souba-tool-box-calc-label.is-equal::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 26px;
  height: 4px;
  background-color: #556ea4;
}

@media screen and (max-width: 769px) {
  .p-souba-tool-box-calc-label.is-equal::before, .p-souba-tool-box-calc-label.is-equal::after {
    width: 20px;
    height: 3px;
  }
}

.p-souba-tool-box-calc-label.is-equal::before {
  transform: translate3d(0, -6px, 0) rotate(0deg);
}

@media screen and (max-width: 769px) {
  .p-souba-tool-box-calc-label.is-equal::before {
    transform: translate3d(0, -4px, 0) rotate(0deg);
  }
}

.p-souba-tool-box-calc-label.is-equal::after {
  transform: translate3d(0, 6px, 0) rotate(0deg);
}

@media screen and (max-width: 769px) {
  .p-souba-tool-box-calc-label.is-equal::after {
    transform: translate3d(0, 4px, 0) rotate(0deg);
  }
}

.p-souba-tool-box-calc-label.is-yen {
  flex: 0 0  42px;
  max-width: 42px;
  position: relative;
  text-align: right;
  font-size: 30px;
}

@media screen and (max-width: 769px) {
  .p-souba-tool-box-calc-label.is-yen {
    flex: 0 0  30px;
    max-width: 30px;
    font-size: 20px;
  }
}

.p-souba-tool-box-notice {
  font-size: 13px;
  color: #464646;
  font-weight: 400;
  letter-spacing: 0.00em;
  line-height: 1.5;
  margin-top: 14px;
}

@media screen and (max-width: 769px) {
  .p-souba-tool-box-notice {
    font-size: 13px;
    margin-top: 10px;
    text-indent: -1em;
    padding-left: 1em;
  }
}

.l-pCase {
  padding-top: 33px;
  overflow: hidden;
}

@media screen and (max-width: 769px) {
  .l-pCase {
    padding-top: 11.5px;
  }
}

.l-pCase__table {
  padding-top: 55px;
}

@media screen and (max-width: 769px) {
  .l-pCase__table {
    padding-top: 18px;
  }
}

.l-pCase__table a {
  text-decoration: underline;
}

.l-pCase__table a:hover {
  text-decoration: none;
}

.l-pCase__btns {
  padding-top: 30px;
}

@media screen and (max-width: 769px) {
  .l-pCase__btns {
    padding-top: 15px;
  }
}

.p-reason {
  padding-top: 20px;
}

.p-reason-main {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  flex-flow: row nowrap;
  margin-bottom: 30px;
}

@media screen and (max-width: 769px) {
  .p-reason-main {
    display: block;
    margin-bottom: 20px;
  }
}

.p-reason-main-img {
  flex: 0 0  380px;
  max-width: 380px;
}

.p-reason-main-img img {
  max-width: 100%;
}

@media screen and (max-width: 769px) {
  .p-reason-main-img {
    display: block;
    flex: 0 0  100%;
    max-width: 100%;
  }
}

.p-reason-main-desc {
  flex: 0 0  450px;
  max-width: 450px;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #3a7584;
  position: relative;
  z-index: 2;
  font-size: 15px;
  letter-spacing: 0.00em;
  line-height: 1.85;
  padding: 25px 25px;
}

@media screen and (max-width: 769px) {
  .p-reason-main-desc {
    flex: 0 0  100%;
    max-width: 100%;
    margin-top: -25px;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 13px;
    padding: 12px 12px;
  }
}

@media screen and (min-width: 769px) {
  .p-reason-main-img + .p-reason-main-desc {
    margin-left: -80px;
  }
}

.p-reason-list-item {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row nowrap;
  margin-bottom: 30px;
  padding-right: 20px;
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 769px) {
  .p-reason-list-item {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    align-content: flex-start;
    flex-flow: row wrap;
    margin-bottom: 20px;
    padding: 0;
  }
}

.p-reason-list-item::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 16%;
  bottom: 0;
  right: 0;
  width: 500px;
  height: auto;
  background-color: #f0f0f0;
}

@media screen and (max-width: 769px) {
  .p-reason-list-item::after {
    content: none;
  }
}

.p-reason-list-item::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 16%;
  bottom: 0;
  right: 500px;
  width: 100px;
  height: auto;
  background-color: #f0f0f0;
  background: linear-gradient(to left top, #f0f0f0 0%, #f0f0f0 49.5%, transparent 50%, transparent);
}

@media screen and (max-width: 769px) {
  .p-reason-list-item::before {
    content: none;
  }
}

.p-reason-list-item-descs {
  flex: 1 1 auto;
  padding-right: 25px;
}

@media screen and (max-width: 769px) {
  .p-reason-list-item-descs {
    padding: 0px;
    position: relative;
  }
  .p-reason-list-item-descs::after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 16%;
    bottom: 5%;
    right: 0;
    width: 45%;
    height: auto;
    background-color: #f0f0f0;
    pointer-events: none;
  }
  .p-reason-list-item-descs::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 16%;
    bottom: 5%;
    right: 45%;
    width: 40%;
    height: auto;
    background-color: #f0f0f0;
    background: linear-gradient(to left top, #f0f0f0 0%, #f0f0f0 49.5%, transparent 50%, transparent);
    pointer-events: none;
  }
}

.p-reason-list-item-descs-tit {
  position: relative;
  padding-left: 65px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #3a7584;
}

@media screen and (max-width: 769px) {
  .p-reason-list-item-descs-tit {
    padding-top: 20px;
    padding-bottom: 12px;
    padding-left: 50px;
    margin-bottom: 15px;
  }
}

.p-reason-list-item-descs-tit-num {
  font-size: 80px;
  color: #51748a;
  font-family: 'Bodoni Moda', serif;
  font-style: italic;
  position: absolute;
  left: 0;
  line-height: 27px;
}

@media screen and (max-width: 769px) {
  .p-reason-list-item-descs-tit-num {
    font-size: 60px;
    line-height: 13px;
  }
}

.p-reason-list-item-descs-tit-txt {
  font-size: 27px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width: 769px) {
  .p-reason-list-item-descs-tit-txt {
    font-size: 20px;
  }
}

.p-reason-list-item-descs-desc {
  font-size: 14px;
  line-height: 1.85;
}

@media screen and (max-width: 769px) {
  .p-reason-list-item-descs-desc {
    font-size: 13px;
  }
}

.p-reason-list-item-img {
  flex: 0 0  270px;
  max-width: 270px;
}

@media screen and (max-width: 769px) {
  .p-reason-list-item-img {
    flex: 0 0  100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}

.p-reason-list-item-img img {
  max-width: 100%;
}

@media screen and (max-width: 769px) {
  .p-reason-list-item-img img {
    width: 100%;
  }
}

@media screen and (max-width: 769px) {
  .p-reason-list-item-img {
    order: -1;
  }
}

.p-moreover {
  margin-bottom: 40px;
}

@media screen and (max-width: 769px) {
  .p-moreover {
    margin-bottom: 30px;
  }
}

.p-moreover-tit {
  font-size: 40px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #51748a;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.0em;
  line-height: 1.5;
  font-feature-settings: "palt";
  margin-bottom: 5px;
}

@media screen and (max-width: 769px) {
  .p-moreover-tit {
    font-size: 28px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 10px;
  }
}

.p-moreover-main {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  flex-flow: row nowrap;
}

@media screen and (max-width: 769px) {
  .p-moreover-main {
    display: block;
  }
}

.p-moreover-main-img {
  flex: 0 0  450px;
  max-width: 450px;
}

.p-moreover-main-img img {
  max-width: 100%;
}

@media screen and (max-width: 769px) {
  .p-moreover-main-img {
    flex: 0 0  100%;
    max-width: 100%;
  }
  .p-moreover-main-img img {
    width: 100%;
    max-width: 100%;
  }
}

.p-moreover-main-list {
  position: relative;
  z-index: 2;
  flex: 0 0  380px;
  max-width: 380px;
}

@media screen and (max-width: 769px) {
  .p-moreover-main-list {
    flex: 0 0  100%;
    max-width: 100%;
    margin-top: -24px;
  }
}

.p-moreover-main-img + .p-moreover-main-list {
  margin-left: -80px;
}

@media screen and (max-width: 769px) {
  .p-moreover-main-img + .p-moreover-main-list {
    margin-left: 0px;
    padding: 0 15px;
  }
}

.p-moreover-main-list-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  flex-flow: row wrap;
  position: relative;
  background-color: #51748a;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.00em;
  line-height: 1.5;
  padding: 5px 10px;
  padding-left: 40px;
  margin-bottom: 10px;
  min-height: 50px;
}

@media screen and (max-width: 769px) {
  .p-moreover-main-list-item {
    flex: 0 0  100%;
    max-width: 100%;
    font-size: 12px;
    padding-left: 35px;
    margin-bottom: 6px;
    min-height: 48px;
  }
}

.p-moreover-main-list-item:last-child {
  margin-bottom: 0px;
}

.p-moreover-main-list-item::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 15px;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-radius: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg);
}

@media screen and (max-width: 769px) {
  .p-moreover-main-list-item::before {
    left: 15px;
    width: 12px;
    height: 12px;
  }
}

.p-available-for-sale {
  margin-bottom: 50px;
}

@media screen and (max-width: 769px) {
  .p-available-for-sale {
    margin-bottom: 30px;
  }
}

.p-available-for-sale-tit {
  font-size: 38px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #51748a;
  font-weight: 500;
  letter-spacing: -0.0em;
  line-height: 1.5;
  font-feature-settings: "palt";
  padding-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

@media screen and (max-width: 769px) {
  .p-available-for-sale-tit {
    font-size: 22px;
  }
}

.p-available-for-sale-main {
  background-color: #f0f0f0;
  padding: 25px 30px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row nowrap;
}

@media screen and (max-width: 769px) {
  .p-available-for-sale-main {
    display: block;
    position: relative;
    z-index: 1;
    background: none;
    padding: 20px 0 25px;
  }
  .p-available-for-sale-main::before {
    content: "";
    position: absolute;
    display: block;
    pointer-events: none;
    z-index: -1;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    background-color: #f0f0f0;
    transform: translate3d(-50vw, 0, 0) rotate(0deg);
  }
}

.p-available-for-sale-main-img {
  flex: 0 0  315px;
  max-width: 315px;
  padding-right: 25px;
  border-right: 1px solid #51748a;
  margin-right: 25px;
}

@media screen and (max-width: 769px) {
  .p-available-for-sale-main-img {
    flex: 0 0  100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border: none;
    border-bottom: 2px solid #51748a;
  }
}

.p-available-for-sale-main-img img {
  width: 100%;
  max-width: 100%;
}

.p-available-for-sale-main-r-list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row wrap;
  margin-bottom: 10px;
}

@media screen and (max-width: 769px) {
  .p-available-for-sale-main-r-list {
    margin-bottom: 5px;
  }
}

.p-available-for-sale-main-r-list-item {
  flex: 0 0  30.666%;
  max-width: 30.666%;
  margin-left: 4%;
  margin-bottom: 10px;
}

.p-available-for-sale-main-r-list-item:nth-child(3n+1) {
  margin-left: 0px;
}

.p-available-for-sale-main-r-list-item-img {
  margin-bottom: 8px;
}

@media screen and (max-width: 769px) {
  .p-available-for-sale-main-r-list-item-img {
    margin-bottom: 4px;
  }
}

.p-available-for-sale-main-r-list-item-img img {
  width: 100%;
  max-width: 100%;
}

.p-available-for-sale-main-r-list-item-txt {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1.3;
}

@media screen and (max-width: 769px) {
  .p-available-for-sale-main-r-list-item-txt {
    font-size: 12px;
  }
}

.p-available-for-sale-main-r-desc {
  font-size: 18px;
  color: #476fa2;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  letter-spacing: 0.00em;
  line-height: 1.5;
  font-feature-settings: "palt";
  text-align: center;
}

@media screen and (max-width: 769px) {
  .p-available-for-sale-main-r-desc {
    font-size: 16px;
  }
}

.p-references {
  padding-top: 25px;
  margin-bottom: 15px;
  position: relative;
}

@media screen and (max-width: 769px) {
  .p-references {
    padding-top: 15px;
    margin-bottom: 15px;
  }
}

.p-references-list {
  position: relative;
}

@media screen and (min-width: 769px) {
  .p-references-list {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    align-content: flex-start;
    flex-flow: row wrap;
  }
}

@media screen and (max-width: 769px) {
  .p-references-list {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 769px) {
  .p-references-list-item {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.00em;
    line-height: 1.5;
    flex: 0 0  23%;
    max-width: 23%;
    margin-bottom: 30px;
    margin-right: 2.666%;
  }
  .p-references-list-item:nth-child(4n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 769px) {
  .p-references-list-item {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.00em;
    line-height: 1.5;
    flex: 0 0  50%;
    max-width: 50%;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.p-references-list-item-img {
  margin-bottom: 5px;
}

.p-references-list-item-img img {
  width: 100%;
  max-width: 100%;
}

.p-references-list-item-category {
  margin-bottom: 5px;
  min-height: 21px;
  font-feature-settings: "palt";
}

@media screen and (max-width: 769px) {
  .p-references-list-item-category {
    margin-bottom: 3px;
    min-height: 18px;
  }
}

.p-references-list-item-category a {
  color: #000;
  font-weight: 700;
}

.p-references-list-item-name {
  margin-bottom: 5px;
  min-height: 21px;
  font-feature-settings: "palt";
}

@media screen and (max-width: 769px) {
  .p-references-list-item-name {
    margin-bottom: 3px;
    min-height: 18px;
  }
}

.p-references-list-item-price {
  text-align: right;
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  align-content: baseline;
  flex-flow: row wrap;
  width: 100%;
  line-height: 1.25;
}

@media screen and (max-width: 769px) {
  .p-references-list-item-price {
    align-items: flex-end;
    justify-content: flex-end;
    align-content: flex-end;
    flex-flow: row nowrap;
  }
}

.p-references-list-item-price-pre {
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

@media screen and (max-width: 769px) {
  .p-references-list-item-price-pre {
    font-size: 10px;
    text-align: left;
    line-height: 1.25;
    font-weight: 700;
  }
}

.p-references-list-item-price-num-wrap {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  align-content: baseline;
  flex-flow: row nowrap;
}

.p-references-list-item-price-num {
  font-size: 18px;
  font-weight: 700;
  color: #80272d;
  margin-right: 2px;
  margin-left: 2px;
}

@media screen and (max-width: 769px) {
  .p-references-list-item-price-num {
    font-size: 18px;
  }
}

.p-references-list-item-price-unit {
  font-size: 10px;
  font-weight: 700;
}

@media screen and (max-width: 769px) {
  .p-references-list-item-price-unit {
    font-size: 10px;
    line-height: 1.0;
  }
}

.p-references.swiper-container-initialized {
  padding-bottom: 1px;
}

.p-references.swiper-container {
  overflow: visible;
}

.p-references .swiper-wrapper {
  overflow: visible;
}

.p-references .swiper-pagination-bullet-active {
  background-color: #252a79;
}

.p-references .swiper-pagination {
  bottom: 0;
}

@media screen and (min-width: 769px) {
  .p-references .swiper-pagination {
    display: none !important;
  }
}

@media screen and (max-width: 769px) {
  .p-references.swiper-container-initialized .swiper-slide {
    opacity: 0;
    transition: all 300ms  ease-out 0ms;
  }
  .p-references.swiper-container-initialized .swiper-slide.swiper-slide-active {
    opacity: 1;
  }
  .p-references.swiper-container-initialized .swiper-slide.swiper-slide-next {
    opacity: 1;
  }
}

.p-references-slider-buttons {
  display: none;
  position: absolute;
  z-index: 20;
  top: 50%;
  left: 50%;
  right: auto;
  width: 100vw;
  transform: translate3d(-50%, 0, 0) rotate(0deg);
}

.swiper-container-initialized .p-references-slider-buttons {
  display: block;
}

.p-references-slider-buttons .p-references-slider-button {
  position: absolute;
  z-index: 20;
  display: block;
  width: 20px;
  height: 25px;
  background-color: #252a79;
}

.p-references-slider-buttons .p-references-slider-button::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate3d(0, -50%, 0) rotate(45deg);
}

.p-references-slider-buttons .p-references-slider-button.swiper-button-prev {
  left: 0;
}

.p-references-slider-buttons .p-references-slider-button.swiper-button-prev::after {
  left: 50%;
  right: auto;
  transform: translate3d(-25%, -50%, 0) rotate(-135deg);
}

.p-references-slider-buttons .p-references-slider-button.swiper-button-next {
  right: 0;
}

.p-references-slider-buttons .p-references-slider-button.swiper-button-next::after {
  left: auto;
  right: 50%;
  transform: translate3d(25%, -50%, 0) rotate(45deg);
}

/* ======================================
**
** 買取大吉の特徴
**
\* =================================== */
.l-feature {
  padding-bottom: 50px;
}

.l-feature__content {
  padding-top: 17px;
}

/* ======================================
**
** ニュース
**
\* =================================== */
.l-archive {
  padding: 45px 0 100px;
}

@media screen and (max-width: 769px) {
  .l-archive {
    padding: 10px 0 44px;
  }
}

.l-archive__pager {
  padding-top: 28px;
}

@media screen and (max-width: 769px) {
  .l-archive__pager {
    padding-top: 23px;
  }
}

.l-single {
  padding-bottom: 45px;
}

@media screen and (max-width: 769px) {
  .l-single {
    padding-bottom: 30px;
  }
}

.l-single__info {
  display: flex;
  align-items: center;
}

.l-single__info *:first-child {
  margin-right: 13px;
}

.l-single__info-new {
  margin-right: 10px;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #A9001A;
}

@media screen and (max-width: 769px) {
  .l-single__info-new {
    font-size: 13px;
  }
}

@media screen and (max-width: 769px) {
  .l-single__info {
    flex-flow: row wrap;
  }
}

@media screen and (max-width: 769px) {
  .l-single__info-prop {
    flex: 0 0  100%;
    max-width: 100%;
    margin-top: 8px;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    align-content: flex-start;
    flex-flow: row wrap;
  }
}

.l-single__title {
  padding-top: 15px;
  margin-bottom: 17px;
}

@media screen and (max-width: 769px) {
  .l-single__title {
    padding-top: 17.5px;
    margin-bottom: 15px;
  }
}

.l-single__thumbnail {
  margin-top: 17px;
  margin-bottom: 20px;
}

.l-single__thumbnail img {
  width: 100%;
}

@media screen and (max-width: 769px) {
  .l-single__thumbnail {
    width: calc(100% + 40px);
    transform: translateX(-20px);
    margin-top: 15px;
    margin-bottom: 14px;
  }
}

.l-single__share {
  padding-top: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-single__share > * {
  width: 240px;
}

.l-single__share > *:first-child {
  margin-right: 22px;
}

.l-single__share a {
  color: #fff !important;
  text-decoration: none !important;
}

@media screen and (max-width: 769px) {
  .l-single__share {
    padding-top: 25px;
  }
  .l-single__share > * {
    width: auto;
    flex: 1;
  }
  .l-single__share > *:first-child {
    margin-right: 14px;
  }
}

.l-single__btn {
  padding: 55px 240px 0;
}

@media screen and (max-width: 769px) {
  .l-single__btn {
    padding: 47.5px 0 0;
  }
}

/* ======================================
**
** 買取ブランド
**
\* =================================== */
.l-brandAll {
  padding-bottom: 60px;
}

@media screen and (max-width: 769px) {
  .l-brandAll {
    padding-bottom: 24px;
  }
}

.l-brandAll__tab {
  padding-top: 26px;
}

@media screen and (max-width: 769px) {
  .l-brandAll__tab {
    padding-top: 20px;
  }
}

.l-brandAll__main {
  padding-top: 35px;
}

@media screen and (max-width: 769px) {
  .l-brandAll__main {
    padding-top: 18px;
  }
}

.l-brandAll__item:not(:first-child) {
  padding-top: 46px;
}

@media screen and (max-width: 769px) {
  .l-brandAll__item:not(:first-child) {
    padding-top: 19px;
  }
}

.l-brandSouba {
  padding: 24px 0 68px;
}

@media screen and (max-width: 769px) {
  .l-brandSouba {
    padding: 0 0 36px;
  }
}

.l-brandSouba__main {
  padding-top: 6px;
}

@media screen and (max-width: 769px) {
  .l-brandSouba__main {
    padding-top: 12.5px;
  }
}

.l-brandSouba__btn {
  padding-top: 7px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 769px) {
  .l-brandSouba__btn {
    padding-top: 22px;
  }
}

.l-reason {
  padding: 25px 0 40px;
}

@media screen and (max-width: 769px) {
  .l-reason {
    padding: 17px 0 27.5px;
  }
}

.l-marketPlace {
  padding-bottom: 50px;
}

@media screen and (max-width: 769px) {
  .l-marketPlace {
    padding-bottom: 30px;
  }
}

.l-marketPlace__note {
  margin-top: 15px;
  font-size: 16px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 769px) {
  .l-marketPlace__note {
    font-size: 13px;
    margin-top: 10px;
  }
}

.l-marketPlace__btn {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 769px) {
  .l-marketPlace__btn {
    margin-top: 20px;
  }
}

/* ======================================
**
** サイトマップ
**
\* =================================== */
.l-sitemap {
  padding-bottom: 38px;
}

.l-sitemap__item {
  margin-top: 30px;
}

@media screen and (max-width: 769px) {
  .l-sitemap__item {
    margin-top: 25px;
  }
}

.l-sitemap__other {
  padding-top: 38px;
  background-image: linear-gradient(to right, #808080, #808080 1px, transparent 1px, transparent 8px);
  background-size: 3px 1px;
  background-position: left top;
  background-repeat: repeat-x;
}

@media screen and (max-width: 769px) {
  .l-sitemap__other {
    padding-top: 31px;
  }
}

.l-sitemap__btn {
  padding: 50px 240px 0;
}

@media screen and (max-width: 769px) {
  .l-sitemap__btn {
    padding: 33px 0 0;
  }
}

/* ======================================
**
** よくある質問
**
\* =================================== */
.l-faqPage {
  padding-bottom: 55px;
}

@media screen and (max-width: 769px) {
  .l-faqPage {
    padding-bottom: 30px;
  }
}

.l-faqPage__cat {
  padding-top: 23px;
}

@media screen and (max-width: 769px) {
  .l-faqPage__cat {
    padding-top: 20px;
  }
}

.l-faqPage__group {
  padding-top: 65px;
}

@media screen and (max-width: 769px) {
  .l-faqPage__group {
    padding-top: 40px;
  }
}

.l-faqPage__content {
  padding-top: 38px;
}

@media screen and (max-width: 769px) {
  .l-faqPage__content {
    padding-top: calc(47px / 2);
  }
}

.l-faqPage__btn {
  padding: 55px 230px 0;
}

@media screen and (max-width: 769px) {
  .l-faqPage__btn {
    padding: 50px 0 0;
  }
}

/* ======================================
**
** プライバシーポリシー
**
\* =================================== */
.l-privacy {
  padding: 17px 0 50px;
}

@media screen and (max-width: 769px) {
  .l-privacy {
    padding: 15px 0 25px;
  }
}

/* ======================================
**
** 会社情報
**
\* =================================== */
.l-company {
  padding: 22px 0 55px;
}

@media screen and (max-width: 769px) {
  .l-company {
    padding: 18px 0 30px;
  }
}

.l-company__section {
  padding-top: 55px;
}

@media screen and (max-width: 769px) {
  .l-company__section {
    padding-top: 25px;
  }
}

.l-company__content {
  padding-top: 27px;
}

@media screen and (max-width: 769px) {
  .l-company__content {
    padding-top: 22px;
  }
}

.l-company__btn {
  padding: 50px 230px 0;
}

@media screen and (max-width: 769px) {
  .l-company__btn {
    padding: 30px 0 0;
  }
}

/* ======================================
**
** お問い合わせ
**
\* =================================== */
.l-contact {
  padding-bottom: 66px;
}

@media screen and (max-width: 769px) {
  .l-contact {
    padding-bottom: 42px;
  }
}

.l-contact__message {
  padding-top: 26px;
}

@media screen and (max-width: 769px) {
  .l-contact__message {
    padding-top: 15px;
  }
}

.l-contact__ast {
  padding-top: 25px;
}

@media screen and (max-width: 769px) {
  .l-contact__ast {
    padding-top: 15px;
  }
}

.l-contact__item {
  padding: 22px 0;
  display: flex;
}

.l-contact__item:not(:last-child) {
  border-bottom: 1px solid #444;
}

.l-contact__item.pt0 {
  padding-top: 0;
}

.l-contact__item.pb0 {
  padding-bottom: 0;
}

.l-contact__item.border0 {
  border-bottom: 0;
}

.l-contact__item__title {
  width: 240px;
}

.l-contact__item__input {
  width: calc(100% - 240px);
}

.l-contact__item__confirm {
  width: calc(100% - 240px);
  border: 1px solid #C8C8C8;
  background: #ebebeb;
  min-height: 50px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 15px;
}

@media screen and (max-width: 769px) {
  .l-contact__item {
    padding: 20px 0;
    display: block;
  }
  .l-contact__item__title {
    width: 100%;
  }
  .l-contact__item__input {
    width: 100%;
    margin-top: 15px;
  }
  .l-contact__item__confirm {
    width: 100%;
    margin-top: 15px;
    height: 38px;
    padding: 10px 15px;
    font-size: 16px;
  }
}

.l-contact__agree {
  padding-top: 20px;
}

@media screen and (max-width: 769px) {
  .l-contact__agree {
    padding-top: 26px;
  }
}

.l-contact__privacy {
  padding-top: 7px;
}

.l-contact__submit {
  padding: 50px 220px 0;
  text-align: center;
}

@media screen and (max-width: 769px) {
  .l-contact__submit {
    padding: 32px 0 0;
  }
}

.l-contact__thank {
  padding-top: 48px;
  text-align: center;
}

.l-contact__thank img {
  width: 190px;
}

@media screen and (max-width: 769px) {
  .l-contact__thank {
    padding-top: 11.5px;
  }
  .l-contact__thank img {
    width: 92px;
  }
}

.l-contact__success {
  padding-top: 30px;
  text-align: center;
}

@media screen and (max-width: 769px) {
  .l-contact__success {
    padding-top: 18px;
  }
}

.l-contact__return {
  padding: 60px 220px 0;
}

@media screen and (max-width: 769px) {
  .l-contact__return {
    padding: 45px 0 0;
  }
}

/* ======================================
**
** 流れ
**
\* =================================== */
.l-flow {
  padding: 40px 0 50px;
}

@media screen and (max-width: 769px) {
  .l-flow {
    padding: 16px 0 40px;
  }
}

.l-flow__item:not(:first-child) {
  margin-top: 50px;
}

@media screen and (max-width: 769px) {
  .l-flow__item:not(:first-child) {
    margin-top: 30px;
  }
}

.l-flow__btn {
  padding: 38px 240px 0;
}

@media screen and (max-width: 769px) {
  .l-flow__btn {
    padding: 24px 0 0;
  }
}

.l-line {
  padding: 18px 0 60px;
}

@media screen and (max-width: 769px) {
  .l-line {
    padding: 8px 0 30px;
  }
}

.l-line__flow {
  padding-top: 28px;
}

@media screen and (max-width: 769px) {
  .l-line__flow {
    padding-top: 21px;
  }
}

.l-line__btn {
  padding-top: 44px;
  text-align: center;
}

@media screen and (max-width: 769px) {
  .l-line__btn {
    padding-top: 25px;
  }
}

.l-line__group {
  padding-top: 52px;
}

@media screen and (max-width: 769px) {
  .l-line__group {
    padding-top: 25px;
  }
}

/* ======================================
**
** コラム
**
\* =================================== */
.l-pickup {
  padding: 0 0 35px;
}

@media screen and (max-width: 769px) {
  .l-pickup {
    padding: 0 0 10px;
  }
}

.l-pickup__slider {
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
  width: calc(100% + 40px);
  transform: translateX(-20px);
  padding-bottom: 30px;
  position: relative;
}

@media screen and (max-width: 769px) {
  .l-pickup__slider {
    padding-left: 10px;
    padding-right: 10px;
    width: calc(100% + 20px);
    transform: translateX(-10px);
    padding-top: 16px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 769px) {
  .l-pickup__slider .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
  }
}

.l-pickup__slider .swiper-pagination-bullet {
  opacity: 1 !important;
  background: #B7B7B7;
  width: 50px;
  height: 2px;
  border-radius: 999px;
}

@media screen and (max-width: 769px) {
  .l-pickup__slider .swiper-pagination-bullet {
    margin: 0 4px !important;
    max-width: 50px;
    border-radius: 0;
    flex: 1;
  }
}

.l-pickup__slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #808080;
  height: 4px;
  transform: translateY(1px);
  border-radius: 999px;
}

@media screen and (max-width: 769px) {
  .l-pickup__slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    transform: none;
  }
}

.l-columnTop {
  margin-top: 42px;
  margin-bottom: 75px;
}

@media screen and (max-width: 769px) {
  .l-columnTop {
    margin-top: 28px;
    margin-bottom: 40px;
  }
}

.l-columnTop.is-top {
  margin: 30px 0 70px;
}

@media screen and (max-width: 769px) {
  .l-columnTop.is-top {
    margin-top: 28px;
    margin-bottom: 40px;
  }
}

.l-columnTop.is-top .l-columnTop__body {
  padding-top: 0;
}

.l-columnTop.is-category {
  margin-top: 0;
}

.l-columnTop.is-category .l-columnTop__body {
  padding-top: 0;
}

.l-columnTop__body {
  padding-top: 55px;
}

@media screen and (max-width: 769px) {
  .l-columnTop__body {
    padding-top: 28px;
  }
}

.l-columnTop__pager {
  padding-top: 74px;
}

@media screen and (max-width: 769px) {
  .l-columnTop__pager {
    padding-top: 23px;
  }
}

@media screen and (max-width: 769px) {
  .l-article {
    padding-top: 10px;
  }
}

.l-article__header__inner {
  padding-bottom: 20px;
  border-bottom: 1px solid #444;
  margin-bottom: 35px;
}

@media screen and (max-width: 769px) {
  .l-article__header__inner {
    border-bottom: none;
    padding-bottom: 20px;
    margin-bottom: 0;
  }
}

.l-article__header__title {
  padding-top: 20px;
}

@media screen and (max-width: 769px) {
  .l-article__header__title {
    padding-top: 12.5px;
  }
}

.l-article__header__tags {
  padding-top: 10px;
}

@media screen and (max-width: 769px) {
  .l-article__header__tags {
    padding-top: 8px;
  }
}

.l-article__header__img {
  margin-top: 20px;
  position: relative;
}

@media screen and (max-width: 769px) {
  .l-article__header__img {
    margin-top: 0;
  }
}

.l-article__header__img img {
  max-width: 100%;
}

.l-article__header__img .new {
  position: absolute;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-color: #47749a;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 15px;
  left: 15px;
}

@media screen and (max-width: 769px) {
  .l-article__header__img .new {
    top: 09px;
    left: 10px;
    width: 42px;
    height: 42px;
    font-size: 10px;
  }
}

.l-article__header__text {
  padding-top: 22px;
  font-size: 15px;
  line-height: 1.625;
}

@media screen and (max-width: 769px) {
  .l-article__header__text {
    font-size: 13px;
    padding-top: 12px;
  }
}

.l-article__header__buttons {
  padding-top: 30px;
}

@media screen and (max-width: 769px) {
  .l-article__header__buttons {
    padding-top: 17.5px;
  }
}

.l-article__content {
  padding-top: 65px;
  display: flow-root;
  /* 目次 */
}

@media screen and (max-width: 769px) {
  .l-article__content {
    padding-top: 26px;
  }
}

.l-article__content::after {
  display: block;
  clear: both;
  content: '';
}

.l-article__content #toc_container {
  padding: 40px 50px;
  background-color: #e7f1f7;
  margin: 60px 0;
  width: 100% !important;
}

@media screen and (max-width: 769px) {
  .l-article__content #toc_container {
    padding: 24px 24px 30px;
    margin: 45px 0;
  }
}

.l-article__content #toc_container:first-child {
  margin-top: 0;
}

.l-article__content #toc_container.contracted {
  padding-bottom: 0 !important;
}

.l-article__content #toc_container.contracted .toc_title {
  margin-bottom: 0 !important;
}

.l-article__content #toc_container a {
  color: inherit;
}

.l-article__content #toc_container .toc_title {
  margin: -40px -50px 30px;
  text-align: center;
  position: relative;
  z-index: 1;
  background-color: #39759a;
  line-height: 1;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}

@media screen and (max-width: 769px) {
  .l-article__content #toc_container .toc_title {
    margin: -24px -24px 20px;
    font-size: 13px;
    height: 33.5px;
    padding: 0 16px;
  }
}

.l-article__content #toc_container .toc_title .toc_toggle {
  color: #fff;
  margin-left: 10px;
  font-size: 16px;
}

@media screen and (max-width: 769px) {
  .l-article__content #toc_container .toc_title .toc_toggle {
    font-size: 12px;
  }
}

.l-article__content #toc_container .toc_title .toc_toggle a {
  color: #fff;
}

@media screen and (max-width: 769px) {
  .l-article__content #toc_container .toc_title .toc_toggle a {
    font-size: 12px;
  }
}

.l-article__content #toc_container ul.toc_list > li:not(:first-child) {
  margin-top: 30px;
}

.l-article__content #toc_container ul.toc_list > li > a {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  display: block;
  padding-bottom: 06px;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 769px) {
  .l-article__content #toc_container ul.toc_list > li > a {
    line-height: 1.5;
    font-size: 14px;
  }
}

.l-article__content #toc_container ul.toc_list > li > a > .toc_number:before {
  content: "[";
}

.l-article__content #toc_container ul.toc_list > li > a > .toc_number:after {
  content: "]";
}

.l-article__content #toc_container ul.toc_list > li > ul {
  margin-top: 18px;
}

@media screen and (max-width: 769px) {
  .l-article__content #toc_container ul.toc_list > li > ul {
    margin-top: 12px;
  }
}

.l-article__content #toc_container ul.toc_list > li > ul > li {
  padding-left: 2em;
  position: relative;
}

@media screen and (max-width: 769px) {
  .l-article__content #toc_container ul.toc_list > li > ul > li {
    padding-left: 1.8em;
  }
}

.l-article__content #toc_container ul.toc_list > li > ul > li:not(:first-child) {
  margin-top: 7px;
}

.l-article__content #toc_container ul.toc_list > li > ul > li::after {
  content: "●";
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 0;
  color: #6d9ab5;
}

@media screen and (max-width: 769px) {
  .l-article__content #toc_container ul.toc_list > li > ul > li::after {
    top: -01px;
    font-size: 12px;
  }
}

.l-article__content #toc_container ul.toc_list > li > ul > li > a {
  font-size: 16px;
  color: #4c4e4d;
  font-weight: bold;
}

@media screen and (max-width: 769px) {
  .l-article__content #toc_container ul.toc_list > li > ul > li > a {
    font-size: 12px;
    word-break: break-all;
    line-height: 1.375;
  }
}

.l-article__content #toc_container ul.toc_list > li > ul > li > ul {
  margin-top: 10px;
  margin-left: 20px;
}

@media screen and (max-width: 769px) {
  .l-article__content #toc_container ul.toc_list > li > ul > li > ul {
    margin-top: 08px;
    margin-left: 0;
  }
}

.l-article__content #toc_container ul.toc_list > li > ul > li > ul > li {
  list-style: disc;
  font-size: 14px;
}

@media screen and (max-width: 769px) {
  .l-article__content #toc_container ul.toc_list > li > ul > li > ul > li {
    font-size: 12px;
  }
}

.l-article__content #toc_container ul.toc_list > li > ul > li > ul > li:not(:first-child) {
  margin-top: 05px;
}

.l-article__content a {
  color: #619cb4;
}

.l-article__content a:hover {
  text-decoration: underline;
}

.l-article__content img {
  width: auto;
}

.l-article__content .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.l-article__content .alignright {
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
}

.l-article__content .alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.l-article__content img.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 26px;
  margin-top: 26px;
}

@media screen and (max-width: 769px) {
  .l-article__content img.aligncenter {
    margin-bottom: 16px;
    margin-top: 16px;
  }
}

.l-article__content img.alignright {
  float: right;
  margin-bottom: 26px;
  margin-top: 26px;
  margin-left: 13px;
  width: calc(100% / 2 - 13px);
}

@media screen and (max-width: 769px) {
  .l-article__content img.alignright {
    margin-bottom: 16px;
    margin-top: 16px;
    margin-left: 08px;
    width: calc(100% / 2 - 08px);
  }
}

.l-article__content img.alignleft {
  float: left;
  margin-right: 13px;
  margin-bottom: 26px;
  margin-top: 26px;
  width: calc(100% / 2 - 13px);
}

@media screen and (max-width: 769px) {
  .l-article__content img.alignleft {
    margin-bottom: 16px;
    margin-top: 16px;
    margin-right: 08px;
    width: calc(100% / 2 - 08px);
  }
}

.l-article__content .wp-caption,
.l-article__content [class*='wp-image'] {
  display: block;
  max-width: 100% !important;
  margin-top: 1.5em;
  text-align: center;
}

.l-article__content .wp-caption-text {
  margin-top: 0;
}

.l-article__content h2 {
  color: #4D4D4D;
  font-weight: 700;
  font-size: 23px;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-top: 30px;
  margin-bottom: 25px;
}

@media screen and (max-width: 769px) {
  .l-article__content h2 {
    font-size: 15px;
    margin-top: 25px;
    margin-bottom: 15px;
  }
}

.l-article__content .p-wp-index h2 {
  font-size: inherit;
  border-bottom: 0;
  padding-bottom: inherit;
  margin: 0;
}

.l-article__content h3 {
  position: relative;
  background-color: #e3e4e4;
  padding: 18px 32px;
  padding-left: 57px;
  font-size: 19px;
  font-weight: 700;
  color: #4D4D4D;
  margin-top: 40px;
  margin-bottom: 20px;
}

@media screen and (max-width: 769px) {
  .l-article__content h3 {
    font-size: 13px;
    padding: 14px;
    padding-left: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

.l-article__content h3::after {
  content: "●";
  position: absolute;
  top: 18px;
  left: 32px;
  color: #6d9ab5;
}

@media screen and (max-width: 769px) {
  .l-article__content h3::after {
    top: 14px;
    left: 15px;
  }
}

.l-article__content h4 {
  position: relative;
  padding-left: 1.2em;
}

.l-article__content h4::after {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
}

.l-article__content .p-wp-index h3 {
  background-color: transparent;
  padding: 0;
  padding-left: inherit;
  font-size: inherit;
  margin: 0;
}

@media screen and (max-width: 769px) {
  .l-article__content .p-wp-index h3 {
    padding-left: 16px;
  }
}

.l-article__content .p-wp-index h3::after {
  display: none;
}

.l-article__content h4 {
  font-size: 14px;
  line-height: 2;
  margin-top: 15px;
}

@media screen and (max-width: 769px) {
  .l-article__content h4 {
    font-size: 12px;
  }
}

.l-article__content h4 + h4 {
  margin-top: 0;
}

.l-article__content .p-wp-index h4 {
  font-size: inherit;
  line-height: 1.4;
  margin-top: 0;
}

.l-article__content p {
  font-size: 15px;
  margin: 10px 0;
  display: flow-root;
}

@media screen and (max-width: 769px) {
  .l-article__content p {
    font-size: 13px;
  }
}

.l-article__content p::after {
  display: block;
  clear: both;
  content: '';
}

.l-article__content table {
  border-collapse: collapse;
  margin: 32px 0 25px;
  width: auto !important;
  height: auto !important;
  min-width: 100%;
  white-space: nowrap;
}

@media screen and (max-width: 769px) {
  .l-article__content table {
    border: 1px solid #000;
    margin: 20px 0 5px;
    white-space: nowrap;
  }
}

@media screen and (max-width: 769px) {
  .l-article__content table tr {
    height: auto !important;
  }
  .l-article__content table tr:not(:last-child) {
    border-bottom: 1px solid #000;
  }
}

.l-article__content table th,
.l-article__content table td {
  border: 1px solid #000;
  font-size: 16px;
  padding: 15px 30px;
  word-break: break-all;
}

@media screen and (max-width: 769px) {
  .l-article__content table th,
  .l-article__content table td {
    width: auto !important;
    height: auto !important;
    text-align: center !important;
    font-size: 11px !important;
    padding: 10px !important;
  }
}

.l-article__content table th p,
.l-article__content table td p {
  margin: 0px;
}

.l-article__content table th {
  background-color: #F7F7F7;
}

@media screen and (max-width: 769px) {
  .l-article__content table th a,
  .l-article__content table th strong,
  .l-article__content table th span {
    font-size: 12px !important;
  }
}

@media screen and (max-width: 769px) {
  .l-article__content table td a,
  .l-article__content table td strong,
  .l-article__content table td span {
    font-size: 12px !important;
  }
}

.l-article__content blockquote {
  background-color: #f7f7f7;
  display: flex;
  align-items: flex-start;
  padding: 20px 30px;
  font-size: 15px;
  margin: 20px 0 40px;
}

@media screen and (max-width: 769px) {
  .l-article__content blockquote {
    display: block;
    font-size: 12px;
    padding: 14px;
    margin-bottom: 30px;
    margin-top: 20px;
  }
}

.l-article__content blockquote p {
  white-space: nowrap;
  color: #4D4D4D;
  font-weight: 700;
  margin: 0;
}

@media screen and (max-width: 769px) {
  .l-article__content blockquote p {
    font-size: 12px;
  }
}

.l-article__content blockquote cite {
  color: #619cb4;
  font-weight: 500;
  font-style: normal;
}

@media screen and (max-width: 769px) {
  .l-article__content blockquote cite {
    display: block;
    line-height: 1.3;
  }
}

.l-article__content .point {
  position: relative;
  margin: 40px 0;
  background-color: #f7f7f7;
  padding: 80px 64px 32px;
}

@media screen and (max-width: 769px) {
  .l-article__content .point {
    padding: 52px 15px 15px;
  }
}

.l-article__content .point::after {
  content: "POINT";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 51px;
  font-weight: 700;
  font-size: 18px;
  color: #000;
  background-color: #cacaca;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 769px) {
  .l-article__content .point::after {
    font-size: 11px;
    height: 38px;
    background-color: #CACACA;
  }
}

.l-article__content .point li {
  color: #4D4D4D;
  position: relative;
  font-weight: 700;
  font-size: 16px;
  padding-left: 35px;
}

@media screen and (max-width: 769px) {
  .l-article__content .point li {
    font-size: 12.5px;
    padding-left: 22px;
  }
}

.l-article__content .point li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 27px;
  height: 26px;
  background-image: url("../images/column/ico-point.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (max-width: 769px) {
  .l-article__content .point li::after {
    width: 15px;
    height: 14px;
    transform: translateY(20%);
  }
}

.l-article__content .point li:not(:first-child) {
  margin-top: 14px;
}

@media screen and (max-width: 769px) {
  .l-article__content .point li:not(:first-child) {
    margin-top: 09px;
  }
}

.l-article__content hr {
  position: relative;
  padding: 30px 0;
  border: 0;
}

@media screen and (max-width: 769px) {
  .l-article__content hr {
    padding: 13px 0;
  }
}

.l-article__content hr::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 09px;
  height: 09px;
  background-color: #000;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.l-article__content a.button {
  position: relative;
  background-color: #100169;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  padding: 13px 79px 13px 59px;
  transition: opacity 0.3s;
  margin-top: 40px;
  margin-bottom: 20px;
}

@media screen and (max-width: 769px) {
  .l-article__content a.button {
    font-size: 12.2px;
    padding: 12px 60px 12px 40px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.l-article__content a.button::after, .l-article__content a.button::before {
  content: "";
  position: absolute;
  transform-origin: right;
  right: 55px;
  top: 50%;
  width: 15px;
  height: 1px;
  background-color: #fff;
}

@media screen and (max-width: 769px) {
  .l-article__content a.button::after, .l-article__content a.button::before {
    right: 42px;
    width: 13px;
  }
}

.l-article__content a.button::after {
  transform: translateY(-50%) rotate(45deg);
}

.l-article__content a.button::before {
  transform: translateY(-50%) rotate(-45deg);
}

.l-article__content a.button:hover {
  opacity: 0.6;
  text-decoration: none;
}

.l-article__content .has-text-align-center {
  text-align: center;
}

.l-article__footer {
  margin-bottom: 60px;
}

.l-article__footer__buttons {
  padding-top: 60px;
}

@media screen and (max-width: 769px) {
  .l-article__footer__buttons {
    padding-top: 30px;
  }
}

.l-article__footer__back {
  padding-top: 50px;
  padding-left: 230px;
  padding-right: 230px;
}

@media screen and (max-width: 769px) {
  .l-article__footer__back {
    margin: 0;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }
}

.l-article__footer__author {
  padding-top: 65px;
}

@media screen and (max-width: 769px) {
  .l-article__footer__author {
    padding-top: 26px;
  }
}

.l-article__footer__button {
  padding-top: 50px;
  text-align: center;
}

@media screen and (max-width: 769px) {
  .l-article__footer__button {
    padding-top: 27.5px;
  }
}

.l-article__footer__catHead {
  padding-top: 80px;
}

@media screen and (max-width: 769px) {
  .l-article__footer__catHead {
    padding-top: 38px;
  }
}

.l-article__footer__list {
  padding-top: 55px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 769px) {
  .l-article__footer__list {
    display: block;
    padding-top: 20px;
  }
}

.l-article__footer__list__item {
  width: calc(100% / 2 - 40px);
}

@media screen and (max-width: 769px) {
  .l-article__footer__list__item {
    width: 100%;
  }
}

.l-article__footer__list__item:not(:nth-child(2n)) {
  position: relative;
  margin-right: 79.999px;
}

@media screen and (max-width: 769px) {
  .l-article__footer__list__item:not(:nth-child(2n)) {
    margin-right: 0;
  }
}

.l-article__footer__list__item:not(:nth-child(2n))::after {
  content: "";
  position: absolute;
  top: 0;
  right: -40px;
  width: 0.5px;
  height: 100%;
  background-color: #989999;
}

.l-article__footer__list__item:not(:nth-child(-n+2)) {
  margin-top: 42px;
}

@media screen and (max-width: 769px) {
  .l-article__footer__list__item:not(:nth-child(-n+2)) {
    margin-top: 0;
  }
}

@media screen and (max-width: 769px) {
  .l-article__footer__list__item:not(:first-child) {
    margin-top: 28px;
  }
}

.p-issue-number {
  margin-top: 20px;
  margin-bottom: 50px;
}

@media screen and (max-width: 769px) {
  .p-issue-number {
    margin-top: 15px;
    margin-bottom: 30px;
  }
}

h2.p-issue-number-tit,
.p-issue-number-tit {
  font-size: 19px;
  color: #4D4D4D;
  font-weight: 700;
  letter-spacing: 0.00em;
  line-height: 1.5;
  background-color: #E3E3E3;
  margin: 0px;
  margin-bottom: 20px;
  padding: 16px 60px;
  position: relative;
}

@media screen and (max-width: 769px) {
  h2.p-issue-number-tit,
  .p-issue-number-tit {
    font-size: 12px;
    margin-bottom: 14px;
    padding: 12px 30px;
  }
}

h2.p-issue-number-tit::before,
.p-issue-number-tit::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 30px;
  width: 20px;
  height: 20px;
  background: #619BB3;
  border-radius: 50%;
  transform: translate3d(0, -50%, 0) rotate(0deg);
}

@media screen and (max-width: 769px) {
  h2.p-issue-number-tit::before,
  .p-issue-number-tit::before {
    left: 14px;
    width: 12px;
    height: 12px;
  }
}

.p-issue-number-desc {
  font-size: 15px;
  margin-bottom: 22px;
}

@media screen and (max-width: 769px) {
  .p-issue-number-desc {
    font-size: 12px;
    margin-bottom: 14px;
  }
}

.l-article__content .p-issue-number-tbl-wrapper,
.p-wpContent .p-issue-number-tbl-wrapper,
.p-issue-number-tbl-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.l-article__content .p-issue-number-tbl-wrapper:-webkit-scrollbar,
.p-wpContent .p-issue-number-tbl-wrapper:-webkit-scrollbar,
.p-issue-number-tbl-wrapper:-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 769px) {
  .l-article__content .p-issue-number-tbl-wrapper,
  .p-wpContent .p-issue-number-tbl-wrapper,
  .p-issue-number-tbl-wrapper {
    padding-bottom: 5px;
  }
}

.l-article__content .p-issue-number-tbl-wrapper table,
.p-wpContent .p-issue-number-tbl-wrapper table,
.p-issue-number-tbl-wrapper table {
  width: 100% !important;
  border-collapse: collapse;
  font-size: 15px;
  letter-spacing: 0.002em;
  margin: 0px;
}

@media screen and (max-width: 769px) {
  .l-article__content .p-issue-number-tbl-wrapper table,
  .p-wpContent .p-issue-number-tbl-wrapper table,
  .p-issue-number-tbl-wrapper table {
    white-space: nowrap;
    width: auto !important;
    font-size: 12px;
    margin-bottom: 5px;
  }
}

.l-article__content .p-issue-number-tbl-wrapper table thead th,
.p-wpContent .p-issue-number-tbl-wrapper table thead th,
.p-issue-number-tbl-wrapper table thead th {
  border-right: 1px solid #fff;
}

.l-article__content .p-issue-number-tbl-wrapper table thead th.th-no,
.p-wpContent .p-issue-number-tbl-wrapper table thead th.th-no,
.p-issue-number-tbl-wrapper table thead th.th-no {
  text-align: center;
}

.l-article__content .p-issue-number-tbl-wrapper table thead th.th-country,
.p-wpContent .p-issue-number-tbl-wrapper table thead th.th-country,
.p-issue-number-tbl-wrapper table thead th.th-country {
  border-right: 3px solid #fff;
  min-width: 120px;
}

.l-article__content .p-issue-number-tbl-wrapper table thead th:nth-last-child(1),
.p-wpContent .p-issue-number-tbl-wrapper table thead th:nth-last-child(1),
.p-issue-number-tbl-wrapper table thead th:nth-last-child(1) {
  border-right: 1px solid #B8B8B8;
}

.l-article__content .p-issue-number-tbl-wrapper table tr,
.p-wpContent .p-issue-number-tbl-wrapper table tr,
.p-issue-number-tbl-wrapper table tr {
  display: table-row;
}

.l-article__content .p-issue-number-tbl-wrapper table tr:nth-of-type(2n+1),
.p-wpContent .p-issue-number-tbl-wrapper table tr:nth-of-type(2n+1),
.p-issue-number-tbl-wrapper table tr:nth-of-type(2n+1) {
  background: #EAF2F6;
}

.l-article__content .p-issue-number-tbl-wrapper table th, .l-article__content .p-issue-number-tbl-wrapper table td,
.p-wpContent .p-issue-number-tbl-wrapper table th,
.p-wpContent .p-issue-number-tbl-wrapper table td,
.p-issue-number-tbl-wrapper table th,
.p-issue-number-tbl-wrapper table td {
  display: table-cell;
  padding: 8px 20px;
  border: 1px solid #B8B8B8;
  text-align: left;
}

@media screen and (max-width: 769px) {
  .l-article__content .p-issue-number-tbl-wrapper table th, .l-article__content .p-issue-number-tbl-wrapper table td,
  .p-wpContent .p-issue-number-tbl-wrapper table th,
  .p-wpContent .p-issue-number-tbl-wrapper table td,
  .p-issue-number-tbl-wrapper table th,
  .p-issue-number-tbl-wrapper table td {
    padding: 6px 12px;
  }
}

.l-article__content .p-issue-number-tbl-wrapper table th,
.p-wpContent .p-issue-number-tbl-wrapper table th,
.p-issue-number-tbl-wrapper table th {
  background-color: #ADADAD;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

@media screen and (max-width: 769px) {
  .l-article__content .p-issue-number-tbl-wrapper table th,
  .p-wpContent .p-issue-number-tbl-wrapper table th,
  .p-issue-number-tbl-wrapper table th {
    font-size: 12px !important;
  }
}

.l-article__content .p-issue-number-tbl-wrapper table th.th-no,
.p-wpContent .p-issue-number-tbl-wrapper table th.th-no,
.p-issue-number-tbl-wrapper table th.th-no {
  width: 55px;
  padding-left: 3px;
  padding-right: 3px;
}

@media screen and (max-width: 769px) {
  .l-article__content .p-issue-number-tbl-wrapper table th.th-no,
  .p-wpContent .p-issue-number-tbl-wrapper table th.th-no,
  .p-issue-number-tbl-wrapper table th.th-no {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.l-article__content .p-issue-number-tbl-wrapper table th.th-country,
.p-wpContent .p-issue-number-tbl-wrapper table th.th-country,
.p-issue-number-tbl-wrapper table th.th-country {
  border-right: 3px solid #B8B8B8;
}

.l-article__content .p-issue-number-tbl-wrapper table td.td-no,
.p-wpContent .p-issue-number-tbl-wrapper table td.td-no,
.p-issue-number-tbl-wrapper table td.td-no {
  text-align: center;
  width: 55px;
  padding-left: 2px;
  padding-right: 2px;
}

.l-article__content .p-issue-number-tbl-wrapper table td.td-country,
.p-wpContent .p-issue-number-tbl-wrapper table td.td-country,
.p-issue-number-tbl-wrapper table td.td-country {
  border-right: 3px solid #B8B8B8;
}

.l-article__content .p-issue-number-tbl-wrapper table td:nth-last-child(1),
.p-wpContent .p-issue-number-tbl-wrapper table td:nth-last-child(1),
.p-issue-number-tbl-wrapper table td:nth-last-child(1) {
  border-right: 1px solid #B8B8B8;
}

@media screen and (min-width: 770px) {
  .p-issue-number-tbl-wrapper::-webkit-scrollbar,
  .p-table-wrapper::-webkit-scrollbar {
    display: none;
  }
}

.js-scrollable.is-scrollable {
  cursor: grab;
}

.js-scrollable.is-scrollable:active {
  cursor: grabbing;
}

.l-article__content .fix-tbl,
.fix-tbl {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.00em;
  line-height: 1.75;
}

@media screen and (max-width: 769px) {
  .l-article__content .fix-tbl,
  .fix-tbl {
    font-size: 13px;
  }
}

.l-article__content .fix-tbl ul,
.fix-tbl ul {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row wrap;
  gap: 20px 20px;
  padding: 0px;
  margin: 0px;
}

.l-article__content .fix-tbl li,
.fix-tbl li {
  word-break: break-all;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.00em;
  line-height: 1.75;
  padding: 0px;
  margin: 0px;
  list-style: none;
}

@media screen and (max-width: 769px) {
  .l-article__content .fix-tbl li,
  .fix-tbl li {
    font-size: 13px;
  }
}

.l-article__content .fix-tbl img,
.fix-tbl img {
  max-width: 100%;
  margin: 0px;
  padding: 0px;
  display: block;
}

.l-article__content .fix-tbl h1, .l-article__content .fix-tbl h2, .l-article__content .fix-tbl h3, .l-article__content .fix-tbl h4, .l-article__content .fix-tbl h5, .l-article__content .fix-tbl h6,
.fix-tbl h1,
.fix-tbl h2,
.fix-tbl h3,
.fix-tbl h4,
.fix-tbl h5,
.fix-tbl h6 {
  padding: 0px;
  margin: 10px 0;
  font-size: 16px;
  color: #000;
  font-weight: 700;
  letter-spacing: 0.00em;
  line-height: 1.5;
  background: none;
}

@media screen and (max-width: 769px) {
  .l-article__content .fix-tbl h1, .l-article__content .fix-tbl h2, .l-article__content .fix-tbl h3, .l-article__content .fix-tbl h4, .l-article__content .fix-tbl h5, .l-article__content .fix-tbl h6,
  .fix-tbl h1,
  .fix-tbl h2,
  .fix-tbl h3,
  .fix-tbl h4,
  .fix-tbl h5,
  .fix-tbl h6 {
    font-size: 13px;
  }
}

.l-article__content .fix-tbl h1::after, .l-article__content .fix-tbl h1::before, .l-article__content .fix-tbl h2::after, .l-article__content .fix-tbl h2::before, .l-article__content .fix-tbl h3::after, .l-article__content .fix-tbl h3::before, .l-article__content .fix-tbl h4::after, .l-article__content .fix-tbl h4::before, .l-article__content .fix-tbl h5::after, .l-article__content .fix-tbl h5::before, .l-article__content .fix-tbl h6::after, .l-article__content .fix-tbl h6::before,
.fix-tbl h1::after,
.fix-tbl h1::before,
.fix-tbl h2::after,
.fix-tbl h2::before,
.fix-tbl h3::after,
.fix-tbl h3::before,
.fix-tbl h4::after,
.fix-tbl h4::before,
.fix-tbl h5::after,
.fix-tbl h5::before,
.fix-tbl h6::after,
.fix-tbl h6::before {
  content: none;
}

.l-article__content .fix-tbl p,
.fix-tbl p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.00em;
  line-height: 1.75;
  background: none;
}

@media screen and (max-width: 769px) {
  .l-article__content .fix-tbl p,
  .fix-tbl p {
    font-size: 13px;
  }
}

.l-article__content .fix-tbl p::after, .l-article__content .fix-tbl p::before,
.fix-tbl p::after,
.fix-tbl p::before {
  content: none;
}

.l-article__content .fix-tbl p:empty,
.fix-tbl p:empty {
  display: none;
}

@media only screen and (min-width: 770px) {
  .l-article__content .fix-tbl.pc1 li,
  .fix-tbl.pc1 li {
    flex: 0 0 calc(100% - 0px);
    max-width: calc(100% - 0px);
  }
  .l-article__content .fix-tbl.pc2 li,
  .fix-tbl.pc2 li {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
  .l-article__content .fix-tbl.pc3 li,
  .fix-tbl.pc3 li {
    flex: 0 0 calc(33.33% - 14px);
    max-width: calc(33.33% - 14px);
  }
  .l-article__content .fix-tbl.pc4 li,
  .fix-tbl.pc4 li {
    flex: 0 0 calc(25% - 15px);
    max-width: calc(25% - 15px);
  }
  .l-article__content .fix-tbl.pc5 li,
  .fix-tbl.pc5 li {
    flex: 0 0 calc(20% - 16px);
    max-width: calc(20% - 16px);
  }
  .l-article__content .fix-tbl.pc6 li,
  .fix-tbl.pc6 li {
    flex: 0 0 calc(16.66% - 16.66px);
    max-width: calc(16.66% - 16.66px);
  }
}

@media screen and (max-width: 769px) {
  .l-article__content .fix-tbl.sp1 li,
  .fix-tbl.sp1 li {
    flex: 0 0 calc(100% - 0px);
    max-width: calc(100% - 0px);
  }
  .l-article__content .fix-tbl.sp2 li,
  .fix-tbl.sp2 li {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
  .l-article__content .fix-tbl.sp3 li,
  .fix-tbl.sp3 li {
    flex: 0 0 calc(33.33% - 14px);
    max-width: calc(33.33% - 14px);
  }
  .l-article__content .fix-tbl.sp4 li,
  .fix-tbl.sp4 li {
    flex: 0 0 calc(25% - 15px);
    max-width: calc(25% - 15px);
  }
  .l-article__content .fix-tbl.sp5 li,
  .fix-tbl.sp5 li {
    flex: 0 0 calc(20% - 16px);
    max-width: calc(20% - 16px);
  }
  .l-article__content .fix-tbl.sp6 li,
  .fix-tbl.sp6 li {
    flex: 0 0 calc(16.66% - 16.66px);
    max-width: calc(16.66% - 16.66px);
  }
}

/* ==========================================================================
** Project
\* ======================================================================= */
/* ======================================
**
** Common
**
\* =================================== */
.p-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  height: 86px;
  background-color: rgba(68, 68, 68, 0.5);
  padding: 8px 8px 18px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translateY(101%);
  transition: transform 0.3s ease;
}

.p-cta.open {
  transform: translateY(0%);
}

@media screen and (min-width: 769px) {
  .p-cta {
    display: none;
  }
}

.p-cta__btn {
  height: 100%;
  width: calc(100% / 2 - 4px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-cta__btn img {
  width: 100%;
}

.p-sp-nav {
  background-color: #100169;
  height: 38.5px;
}

.p-sp-nav .l-container {
  max-width: none;
  padding: 0;
  padding-left: 20px;
}

.p-sp-nav__list {
  display: flex;
  overflow-x: auto;
  justify-content: space-between;
}

.p-sp-nav__list li {
  margin-right: 20px;
}

.p-sp-nav__list li:last-child {
  margin-right: 0;
  padding-right: 30px;
}

.p-sp-nav__list a {
  color: #fff;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 38.5px;
  word-break: keep-all;
}

@media screen and (max-width: 769px) {
  .p-sp-menu {
    background-color: #fff;
    position: fixed;
    z-index: 1000;
    top: 50px;
    left: 0;
    right: 0;
    padding-top: 8px;
    transform: translateX(130%);
    transition: transform ease 0.3s;
    overflow-y: auto;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 769px) and (max-width: 375px) {
  .p-sp-menu {
    min-width: 375px;
  }
}

@media screen and (max-width: 769px) {
  .p-sp-menu.open {
    transform: translateX(0%);
  }
  .p-sp-menu__btn__item {
    background-color: #100169;
    border-radius: 5px;
    display: block;
    display: flex;
    align-items: center;
    transition: opacity 0.3s;
    max-width: 335px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-sp-menu__btn__item:nth-of-type(2) {
    background-color: #286B91;
  }
  .p-sp-menu__btn__item:nth-of-type(3) {
    background-color: #1AB204;
  }
  .p-sp-menu__btn__item:not(:first-child) {
    margin-top: 6.5px;
  }
  .p-sp-menu__btn__item:hover {
    opacity: 0.6;
  }
  html .p-sp-menu__btn__img {
    width: 100%;
    height: auto;
    padding: 0;
  }
  html .p-sp-menu__btn__img img {
    width: 100%;
  }
  html .p-sp-menu__btn__icon {
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: flex !important;
  }
  html .p-sp-menu__btn__icon img {
    width: 32.5px;
  }
  html .p-sp-menu__btn__text {
    position: relative;
    width: calc(100% - 70px);
    padding: 10px 0 10px 18.5px;
    color: #fff;
    font-weight: bold;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 1;
    display: flex !important;
  }
  html .p-sp-menu__btn__text::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    transform: translateY(-50%);
    height: 81%;
    border-left: 1px dotted #FFF;
  }
  html .p-sp-menu__btn__text .fz17 {
    font-size: 1rem;
    margin-left: 5px;
    margin-top: 7px;
  }
  html .p-sp-menu__btn__text .fz22 {
    font-size: 1.1rem;
    margin-left: 5px;
  }
  html .p-sp-menu__btn__text .fz30 {
    font-size: 1.5rem;
  }
  html .p-sp-menu__btn__text .fz40 {
    font-size: 2rem;
    width: 110%;
    margin-top: 8px;
  }
  html .p-sp-menu__btn__text .lato {
    font-family: "Lato", sans-serif;
    font-size: 2.25rem;
    margin-top: 8px;
  }
  .p-sp-menu__way {
    margin: 13px auto 0;
    max-width: 335px;
  }
  .p-sp-menu__way__title {
    background-color: #ddb871;
    color: #fff;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    font-size: 1.3rem;
    padding: 0 13px;
  }
  .p-sp-menu__way__title span {
    color: #ffff00;
  }
  .p-sp-menu__way__btn {
    margin-top: 6px;
    border-radius: 6px;
    background-color: #f2f2f2;
    display: flex;
    align-items: center;
    padding: 8px 25px;
    padding-right: 18px;
    transition: opacity 0.3s;
  }
  .p-sp-menu__way__btn:hover {
    opacity: 0.6;
  }
  .p-sp-menu__way__btn:nth-child(3) .p-sp-menu__way__btn__left span:nth-child(2) {
    color: #1ab906;
  }
  .p-sp-menu__way__btn:nth-child(4) .p-sp-menu__way__btn__left span:nth-child(2) {
    color: #ae272d;
  }
  .p-sp-menu__way__btn__left {
    display: flex;
    align-items: center;
    width: 120px;
  }
  .p-sp-menu__way__btn__left span:nth-of-type(1) {
    width: 13px;
    height: 100%;
    margin-right: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-sp-menu__way__btn__left span:nth-of-type(1) img {
    width: 100%;
    height: 100%;
  }
  .p-sp-menu__way__btn__left span:nth-of-type(2) {
    font-weight: bold;
    font-size: 1.6rem;
    color: #100169;
    line-height: 13px;
  }
  .p-sp-menu__way__btn__text {
    width: calc(100% - 120px);
    font-size: 1.15rem;
    line-height: 1.4;
    color: #444444;
  }
  .p-sp-menu__acc {
    padding: 13px 0;
  }
  .p-sp-menu__acc li a {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .p-sp-menu__acc > li:not(:first-child) {
    margin-top: 5px;
  }
  .p-sp-menu__acc > li > a {
    background-color: #EAF6FD;
    position: relative;
    display: block;
    padding: 6.5px 0;
    line-height: 25px;
    font-size: 15.5px;
    font-weight: bold;
    color: #100169;
  }
  .p-sp-menu__acc > li > a::after, .p-sp-menu__acc > li > a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translate(0%, -50%);
    width: 16px;
    height: 3px;
    background-color: #100169;
  }
  .p-sp-menu__acc > li > a::before {
    transform: translate(0%, -50%) rotate(90deg);
    transition: transform 0.3s ease;
  }
  .p-sp-menu__acc > li > a > div {
    position: relative;
    max-width: 335px;
    height: 100%;
    margin: 0 auto;
    padding-left: 15px;
  }
  .p-sp-menu__acc > li > a > div::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 7.5px;
    height: 100%;
    background-color: #FFF;
    transform: translateY(-50%);
  }
  .p-sp-menu__acc > li > .sub-menu {
    display: none;
    padding: 12px 20px;
  }
  .p-sp-menu__acc > li > .sub-menu > li + li {
    border-top: 5px solid #fff;
  }
  .p-sp-menu__acc > li > .sub-menu > li > a {
    position: relative;
    background: #f2f2f2;
    display: block;
    padding: 5px 0;
    line-height: 25px;
    font-size: 14px;
    color: #444444;
    font-weight: bold;
  }
  .p-sp-menu__acc > li > .sub-menu > li > a div {
    position: relative;
    max-width: 335px;
    height: 100%;
    margin: 0 auto;
    padding-left: 15px;
  }
  .p-sp-menu__acc > li > .sub-menu > li > a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    width: 10px;
    height: 15px;
    background-image: url(../images/common/ico-next-color.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: transform 0.3s;
  }
  .p-sp-menu__acc > li > .sub-menu > li > a.button {
    border: 1px solid #3a6cb4;
    text-align: center;
    padding: 5px 0;
    margin-top: 5px;
    background: transparent;
  }
  .p-sp-menu__acc > li > .sub-menu > li > a.button::after {
    display: none;
  }
  .p-sp-menu__acc > li > .sub-menu > li.open a::after {
    transform: translateY(-50%) rotate(90deg);
  }
  .p-sp-menu__acc > li > .sub-menu > li > .sub-menu {
    display: none;
    background-color: #fff;
  }
  .p-sp-menu__acc > li > .sub-menu > li > .sub-menu > li + li {
    border-top: 1px dotted #808080;
  }
  .p-sp-menu__acc > li > .sub-menu > li > .sub-menu > li > a {
    display: block;
    padding: 5px 0;
    line-height: 25px;
    font-size: 14px;
    color: #444444;
  }
  .p-sp-menu__acc > li > .sub-menu > li > .sub-menu > li > a div {
    max-width: 335px;
    height: 100%;
    margin: 0 auto;
    padding-left: 15px;
  }
  .p-sp-menu__acc > li > .sub-menu > li > .sub-menu > li:first-child:not(.normal) > a {
    font-weight: bold;
    color: #286B91;
  }
  .p-sp-menu__acc > li.open a::before {
    transform: translate(0%, -50%) rotate(0deg);
  }
  .p-sp-menu__acc .p-shopSearchBox {
    margin: 20px 0 0;
  }
  .p-sp-menu__list li {
    background-color: #276EB3;
  }
  .p-sp-menu__list li:not(:first-child) {
    margin-top: 3px;
  }
  .p-sp-menu__list li a {
    position: relative;
    display: block;
    padding: 6.5px 0;
    line-height: 25px;
    font-size: 15.5px;
    font-weight: bold;
    color: #FFF;
  }
  .p-sp-menu__list li a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    width: 10px;
    height: 15px;
    background-image: url(../images/common/ico-next-white.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .p-sp-menu__list li a div {
    position: relative;
    max-width: 335px;
    height: 100%;
    margin: 0 auto;
  }
  .p-sp-menu__sns {
    height: 80px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .p-sp-menu__sns__item {
    height: 32px;
  }
  .p-sp-menu__sns__item img {
    width: auto;
    height: 100%;
  }
}

.p-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 769px) {
  .p-breadcrumb {
    flex-wrap: nowrap;
    white-space: nowrap;
    padding-bottom: 5px;
    overflow-x: scroll;
  }
}

.p-breadcrumb__item {
  position: relative;
  font-size: calc((11 - 10) * ((100vw - 375px) / (1400 - 375)) + 10px);
  color: #444444;
  margin-right: 14px;
}

@media screen and (min-width: 770px) {
  .p-breadcrumb__item {
    font-size: 11px;
  }
}

@media screen and (max-width: 375px) {
  .p-breadcrumb__item {
    font-size: 10px;
  }
}

.p-breadcrumb__item:last-child {
  margin-right: 0;
  font-weight: bold;
  text-decoration: none !important;
}

.p-breadcrumb__item:last-child::after {
  content: none !important;
}

.p-breadcrumb__item::after {
  content: ">";
  position: absolute;
  top: 50%;
  right: 0;
  width: 14px;
  text-align: center;
  transform: translate(100%, -50%);
}

.p-breadcrumb__item:hover {
  text-decoration: underline;
}

.p-breadcrumb__item.no-link:hover {
  text-decoration: none;
}

.p-contact-buttons {
  max-width: 750px;
  width: 100%;
}

@media screen and (max-width: 769px) {
  .p-contact-buttons {
    max-width: none;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    background-color: #ebebeb;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 375px) {
  .p-contact-buttons {
    margin: 0;
    width: 375px;
    transform: translateX(-20px);
  }
}

.p-contact-buttons__title {
  font-size: 38px;
  position: relative;
  word-break: keep-all;
  text-align: center;
  letter-spacing: 1px;
  font-weight: bold;
  color: #100169;
  line-height: 1;
}

@media screen and (max-width: 769px) {
  .p-contact-buttons__title {
    background-color: #ebebeb;
    padding-top: 19px;
    margin-bottom: 19px;
    font-size: 17px;
  }
}

.p-contact-buttons__title span:nth-of-type(1) {
  position: relative;
  z-index: 1;
}

.p-contact-buttons__title span:nth-of-type(2) {
  position: absolute;
  bottom: 0;
  left: 160px;
  width: 390px;
  height: 6px;
  background-color: #E3D521;
  z-index: 0;
}

@media screen and (max-width: 769px) {
  .p-contact-buttons__title span:nth-of-type(2) {
    height: 3.4px;
    left: 50%;
    transform: translateX(calc(-50% - 10px));
    width: 178px;
  }
}

@media screen and (min-width: 769px) {
  .p-contact-buttons__list {
    margin-top: 27px;
    background-color: #ebebeb;
    display: flex;
    align-items: center;
    padding: 20px;
    justify-content: space-between;
  }
}

@media screen and (min-width: 769px) and (max-width: 769px) {
  .p-contact-buttons__list {
    display: block;
    margin-top: 0;
    padding-top: 14px;
  }
}

@media screen and (min-width: 769px) {
  .p-contact-buttons__list.contact {
    padding: 23px 30px;
  }
  .p-contact-buttons__list.is-col2 .p-contact-buttons__item {
    display: block;
    width: calc(100% / 2 - 25px / 2);
  }
  .p-contact-buttons__list.is-col2 .p-contact-buttons__top.tel {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .p-contact-buttons__list.is-col2 .p-contact-buttons__top.tel span {
    width: auto;
    display: inline;
    margin-top: 0;
    white-space: nowrap;
  }
  .p-contact-buttons__list.is-col2 .p-contact-buttons__top.tel span:nth-child(2) {
    margin-left: 5px;
  }
  .p-contact-buttons__list.is-col2 .p-contact-buttons__bottom.tel {
    justify-content: center;
  }
  .p-contact-buttons__list.is-col2 .p-contact-buttons__bottom.tel p {
    text-align: center;
  }
  .p-contact-buttons__list.is-col2 .p-contact-buttons__bottom.tel p span {
    display: block;
  }
  .p-contact-buttons__list.is-col2 .p-contact-buttons__bottom.tel p span:nth-child(2) {
    margin-left: -10px;
  }
  .p-contact-buttons__list.is-col2 .p-contact-buttons__bottom.mail {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-contact-buttons__item {
    display: block;
    width: calc(100% / 3 - 25px * 2 / 3);
    background-color: #100169;
    padding: 16px 16px 11px;
    border-radius: 6px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
  }
  .p-contact-buttons__item img {
    width: 20px;
  }
  .p-contact-buttons__item:nth-of-type(2) {
    background-color: #286B91;
  }
  .p-contact-buttons__item:nth-of-type(2) img {
    width: 22px;
  }
  .p-contact-buttons__item:nth-of-type(3) {
    background-color: #1AB204;
  }
  .p-contact-buttons__item:nth-of-type(3) img {
    width: 32px;
  }
  .p-contact-buttons__item.contact {
    width: calc(100% / 2 - 25px / 2);
    padding: 16px 20px 19px;
  }
  .p-contact-buttons__top {
    border-top: 1px dotted #fff;
    border-bottom: 1px dotted #fff;
    height: 63px;
  }
  .p-contact-buttons__top.tel span:nth-of-type(1) {
    font-size: 2.7rem;
    width: 100%;
    text-align: center;
    margin-top: 8px;
    white-space: nowrap;
  }
  .p-contact-buttons__top.tel span:nth-of-type(2) {
    font-size: 1.55rem;
    width: 100%;
    text-align: center;
    margin-top: 4px;
  }
  .p-contact-buttons__top.mail {
    font-size: 3rem;
    line-height: 63px;
    text-align: center;
  }
  .p-contact-buttons__top.line {
    font-size: 1.65rem;
    text-align: center;
    line-height: 1.5;
    padding-top: 6px;
  }
  .p-contact-buttons__top.contact {
    border-top: 0;
  }
  .p-contact-buttons__top.contact.tel span:nth-of-type(1) {
    font-size: 22px;
    color: #FFFF00;
    margin-top: 0;
  }
  .p-contact-buttons__top.contact.tel span:nth-of-type(2) {
    font-size: 15px;
    margin-top: 8px;
    letter-spacing: 0.1em;
  }
  .p-contact-buttons__top.contact.mail {
    font-size: 3.2rem;
  }
  .p-contact-buttons__bottom {
    height: 47px;
    margin-top: 7px;
  }
  .p-contact-buttons__bottom.tel {
    display: flex;
  }
  .p-contact-buttons__bottom.tel.centered {
    align-items: center;
  }
  .p-contact-buttons__bottom.tel.centered span img {
    margin-top: 5px;
  }
  .p-contact-buttons__bottom.tel span {
    margin-right: 5px;
  }
  .p-contact-buttons__bottom.tel span img {
    margin-top: 10px;
  }
  .p-contact-buttons__bottom.tel p span:nth-of-type(1) {
    font-family: "Lato", sans-serif;
    font-size: 23px;
    margin-top: 5px;
    white-space: nowrap;
  }
  .p-contact-buttons__bottom.tel p span:nth-of-type(2) {
    font-size: 1rem;
    margin-top: 4px;
  }
  .p-contact-buttons__bottom.tel.normal span img {
    margin-top: 7px;
  }
  .p-contact-buttons__bottom.mail {
    display: flex;
    align-items: center;
  }
  .p-contact-buttons__bottom.mail span {
    margin-right: 5px;
  }
  .p-contact-buttons__bottom.mail span img {
    margin-top: 2px;
  }
  .p-contact-buttons__bottom.mail p {
    font-size: 1.55rem;
  }
  .p-contact-buttons__bottom.line {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-contact-buttons__bottom.line span {
    margin-right: 5px;
  }
  .p-contact-buttons__bottom.line p {
    font-size: 2.45rem;
  }
  .p-contact-buttons__bottom.contact {
    justify-content: center;
    border-bottom: 1px dotted #FFFFFF;
    height: 67px;
    margin-top: 0;
  }
  .p-contact-buttons__bottom.contact.tel {
    padding-top: 10px;
  }
  .p-contact-buttons__bottom.contact.tel p {
    width: 160px;
    word-break: keep-all;
  }
  .p-contact-buttons__bottom.contact.mail span {
    margin-right: 5px;
  }
  .p-contact-buttons__bottom.contact.mail p {
    font-size: 2rem;
  }
}

@media screen and (max-width: 769px) {
  .p-contact-buttons__list.contact {
    background-color: #ebebeb;
    margin-top: 19px;
    padding: 13px 20px;
    width: calc(100% + 40px);
    transform: translateX(-20px);
  }
  .p-contact-buttons__list.contact .fz30.contact {
    color: #FFFF00;
  }
}

.p-3way {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 769px) {
  .p-3way {
    display: block;
  }
}

.p-3way__item {
  display: block;
  background-color: #fff;
  width: calc(100% / 3 - 15px * 2 / 3);
  border-radius: 6px;
  padding: 22px;
  color: #444444;
}

.p-3way__item .p-3way__title {
  color: #100169;
}

.p-3way__item:nth-of-type(2) .p-3way__title {
  color: #1AB204;
}

.p-3way__item:nth-of-type(2) .p-3way__content span:nth-of-type(1) {
  color: #1AB204;
}

.p-3way__item:nth-of-type(3) .p-3way__title {
  color: #A8272D;
}

.p-3way__item:nth-of-type(3) .p-3way__content span:nth-of-type(1) {
  color: #A8272D;
}

@media screen and (max-width: 769px) {
  .p-3way__item {
    width: 100%;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
  }
  .p-3way__item:not(:first-child) {
    margin-top: 10px !important;
  }
}

.p-3way__img {
  margin-top: 5px;
}

@media screen and (max-width: 769px) {
  .p-3way__img {
    margin-top: 0;
    order: 1;
    width: 42%;
  }
}

.p-3way__img img {
  width: 100%;
}

.p-3way__title {
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: bold;
  font-size: calc((33 - 18) * ((100vw - 375px) / (1400 - 375)) + 18px);
}

@media screen and (min-width: 770px) {
  .p-3way__title {
    font-size: 33px;
  }
}

@media screen and (max-width: 375px) {
  .p-3way__title {
    font-size: 18px;
  }
}

@media screen and (max-width: 769px) {
  .p-3way__title {
    display: none;
  }
}

.p-3way__text {
  font-size: 14px;
  font-weight: bold;
  margin-top: 16px;
}

@media screen and (max-width: 769px) {
  .p-3way__text {
    display: none;
  }
}

@media screen and (max-width: 769px) {
  .p-3way__content {
    padding-left: 12.5px;
    order: 2;
    width: 58%;
  }
  .p-3way__content span:nth-of-type(1) {
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    color: #100169;
    width: 100%;
  }
  .p-3way__content span:nth-of-type(2) {
    font-size: 18px;
    margin-top: 10px;
    font-size: 12px;
    width: 100%;
  }
}

.p-voice {
  position: relative;
  margin-top: 16px;
  padding-bottom: 20px;
}

@media screen and (max-width: 769px) {
  .p-voice {
    margin-top: 0;
    padding-bottom: 19px;
  }
}

@media screen and (max-width: 769px) {
  .p-voice .swiper-button-prev,
  .p-voice .swiper-button-next {
    width: 20px;
  }
  .p-voice .swiper-button-prev img,
  .p-voice .swiper-button-next img {
    width: 100%;
  }
}

.p-voice .swiper-button-prev::after,
.p-voice .swiper-button-next::after {
  content: none !important;
}

.p-voice .swiper-button-prev {
  top: 55%;
  left: 0;
  right: auto;
  bottom: auto;
}

@media screen and (max-width: 769px) {
  .p-voice .swiper-button-prev {
    transform: translateX(-100%);
  }
}

.p-voice .swiper-button-next {
  top: 55%;
  left: auto;
  right: 0;
  bottom: auto;
  transform: translateX(100%);
}

.p-voice .swiper-pagination-bullet-active {
  background: #1e267c;
}

.p-voice__inner {
  overflow-x: hidden;
}

@media screen and (min-width: 769px) {
  .p-voice__wrapper {
    display: block;
  }
}

.p-voice__item {
  padding: 24px 0;
  display: flex;
}

.p-voice__item:not(:last-child) {
  border-bottom: 1px dotted #808080;
}

@media screen and (min-width: 770px) {
  .p-voice__item[data-view-item]:nth-child(n + 6) {
    display: none;
  }
  .p-voice__item[data-view-item]:nth-child(n + 6).show {
    display: flex;
  }
}

@media screen and (max-width: 769px) {
  .p-voice__item {
    border-bottom: none !important;
    padding: 20px 0 0;
  }
}

.p-voice__left {
  width: 100px;
  padding-top: 10px;
}

@media screen and (max-width: 769px) {
  .p-voice__left {
    width: 73px;
  }
}

.p-voice__icon {
  text-align: center;
}

.p-voice__icon img {
  width: 38px;
}

@media screen and (max-width: 769px) {
  .p-voice__icon img {
    width: 25px;
  }
}

.p-voice__info {
  font-size: 15px;
  font-weight: bold;
  margin-top: 10px;
}

@media screen and (max-width: 769px) {
  .p-voice__info {
    font-size: 11px;
    text-align: center;
  }
}

.p-voice__content {
  width: calc(100% - 100px);
  padding-left: 20px;
}

@media screen and (max-width: 769px) {
  .p-voice__content {
    width: calc(100% - 73px);
    padding-left: 10px;
  }
}

.p-voice__title {
  font-size: 19px;
  font-weight: bold;
}

@media screen and (max-width: 769px) {
  .p-voice__title {
    font-size: 14.5px;
  }
}

.p-voice__text {
  font-size: 15px;
  line-height: 1.9;
  margin-top: 10px;
}

@media screen and (max-width: 769px) {
  .p-voice__text {
    font-size: 13px;
    margin-top: 8px;
  }
}

.p-voice__pagination {
  position: absolute;
  bottom: 17px;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
  height: 8px;
  width: 100%;
}

.p-voice__pagination .swiper-pagination2 {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}

.p-voice__pagination .swiper-pagination2 .swiper-pagination-bullet {
  margin-right: 8px;
}

.p-voice__btn {
  margin: 30px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 769px) {
  .p-voice__btn {
    display: none;
  }
}

.p-voice__product {
  background: #e7e7e7;
  padding: 30px;
  display: flex;
  align-items: flex-start;
  font-size: 15px;
  line-height: 1.5;
  margin-top: 20px;
}

@media screen and (max-width: 769px) {
  .p-voice__product {
    margin-left: -83px;
    padding: 15px;
    font-size: 12px;
  }
}

.p-voice__productImg {
  width: 200px;
  flex-basis: 200px;
  flex-shrink: 0;
  aspect-ratio: 4 / 3;
  margin-right: 20px;
}

@media screen and (max-width: 769px) {
  .p-voice__productImg {
    width: 130px;
    flex-basis: 130px;
    margin-right: 10px;
  }
}

.p-voice__productImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-voice__productData {
  width: calc(100% - 200px);
}

@media screen and (max-width: 769px) {
  .p-voice__productData {
    width: calc(100% - 130px);
  }
}

.p-voice__productData a {
  color: inherit;
}

.p-voice__productData a:hover {
  text-decoration: underline;
}

.p-voice__productRow + .p-voice__productRow {
  margin-top: 5px;
}

.p-voice__productRowTitle {
  position: relative;
  padding-left: 1.25em;
  font-weight: bold;
}

.p-voice__productRowTitle::before {
  content: "●";
  color: #006d8e;
  position: absolute;
  left: 0;
}

.p-voice__productRowData {
  padding-left: 1.25em;
}

.p-faq__item {
  cursor: pointer;
}

.p-faq__item:not(:first-child) {
  margin-top: 28px;
}

@media screen and (max-width: 769px) {
  .p-faq__item:not(:first-child) {
    margin-top: 12px;
  }
}

.p-faq__item.open .p-faq__que {
  background-color: #EBEBEB;
  border-color: #EBEBEB;
}

.p-faq__que,
.p-faq__ans {
  position: relative;
}

.p-faq__que {
  border: 1px solid #444444;
  position: relative;
  padding: 30px 0;
  border-radius: 9px;
  padding-right: 100px;
}

@media screen and (max-width: 769px) {
  .p-faq__que {
    padding: 18px 0;
    padding-right: 50px;
  }
}

.p-faq__ico {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  right: 27px;
  transform: translateX(-50%);
  width: 25px;
}

@media screen and (max-width: 769px) {
  .p-faq__ico {
    width: 18.5px;
    right: 15px;
  }
}

.p-faq__ico img {
  width: 100%;
}

.p-faq__label {
  font-family: futura-pt, sans-serif;
  position: absolute;
  top: 50%;
  left: 45px;
  transform: translateY(-50%);
  font-size: 30px;
  font-weight: 400;
  color: #286b95;
}

@media screen and (max-width: 769px) {
  .p-faq__label {
    font-size: 25px;
    left: 17.5px;
  }
}

.p-faq__label--ans {
  color: #af262d;
}

.p-faq__text {
  font-size: 17px;
  font-weight: bold;
  padding: 0 70px 0 90px;
}

@media screen and (max-width: 769px) {
  .p-faq__text {
    font-size: 13px;
    padding: 0 40px 0 57px;
  }
}

.p-faq__text--ans {
  font-weight: normal;
  font-size: 15px;
  line-height: 1.9;
}

@media screen and (max-width: 769px) {
  .p-faq__text--ans {
    font-size: 13px;
  }
}

.p-faq__ans {
  margin-top: 27px;
  padding-right: 24px;
  display: none;
}

.p-faq__ans .p-faq__label {
  top: 0%;
  transform: translateY(0%);
}

@media screen and (max-width: 769px) {
  .p-faq__ans {
    margin-top: 15px;
    padding-right: 0;
  }
}

.p-case {
  position: relative;
}

@media screen and (max-width: 769px) {
  .p-case .swiper-button-prev,
  .p-case .swiper-button-next,
  .p-case .swiper-button-prev2,
  .p-case .swiper-button-next2 {
    width: 20px;
  }
  .p-case .swiper-button-prev img,
  .p-case .swiper-button-next img,
  .p-case .swiper-button-prev2 img,
  .p-case .swiper-button-next2 img {
    width: 100%;
  }
}

.p-case .swiper-button-prev::after,
.p-case .swiper-button-next::after,
.p-case .swiper-button-prev2::after,
.p-case .swiper-button-next2::after {
  content: none !important;
}

.p-case .p-intro-slider__btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 13px);
}

@media screen and (max-width: 769px) {
  .p-case .p-intro-slider__btn {
    height: calc(100% - 8px);
  }
}

.p-case .p-intro-slider__btn .swiper-button-prev,
.p-case .p-intro-slider__btn .swiper-button-prev2,
.p-case .p-intro-slider__btn .swiper-button-next,
.p-case .p-intro-slider__btn .swiper-button-next2 {
  position: absolute;
  top: 0;
  right: auto;
  left: auto;
  bottom: auto;
  margin: 0 !important;
  width: 15px !important;
  padding: 0 3px;
  height: 100%;
  display: flex;
  align-items: center;
  background-color: #fff !important;
  z-index: 3;
}

.p-case .p-intro-slider__btn .swiper-button-prev::after,
.p-case .p-intro-slider__btn .swiper-button-prev2::after,
.p-case .p-intro-slider__btn .swiper-button-next::after,
.p-case .p-intro-slider__btn .swiper-button-next2::after {
  content: none;
}

@media screen and (max-width: 769px) {
  .p-case .p-intro-slider__btn .swiper-button-prev,
  .p-case .p-intro-slider__btn .swiper-button-prev2,
  .p-case .p-intro-slider__btn .swiper-button-next,
  .p-case .p-intro-slider__btn .swiper-button-next2 {
    width: 20px !important;
    padding: 0;
  }
}

.p-case .p-intro-slider__btn .swiper-button-next,
.p-case .p-intro-slider__btn .swiper-button-next2 {
  right: 0;
}

.p-case .swiper-button-prev,
.p-case .swiper-button-prev2 {
  top: 45%;
  left: 0;
  right: auto;
  bottom: auto;
}

@media screen and (max-width: 769px) {
  .p-case .swiper-button-prev,
  .p-case .swiper-button-prev2 {
    transform: translateX(-100%);
  }
}

.p-case .swiper-button-next,
.p-case .swiper-button-next2 {
  top: 45%;
  left: auto;
  right: 0;
  bottom: auto;
  transform: translateX(100%);
}

.p-case__inner {
  overflow-x: hidden;
}

@media screen and (min-width: 769px) {
  .p-case__inner {
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 769px) {
  .p-case__list {
    display: flex;
    flex-wrap: wrap;
    transform: none;
    height: auto;
  }
}

@media screen and (min-width: 769px) {
  .p-case__item {
    width: calc(100% / 3 - 40px * 2 / 3);
    margin-top: 40px;
    margin-right: 40px;
  }
  .p-case__item:nth-child(-n+3) {
    margin-top: 0;
  }
  .p-case__item:nth-child(3n) {
    margin-right: 0;
  }
}

.p-case__img {
  display: block;
  position: relative;
  padding-bottom: 75%;
  transition: opacity 0.3s;
}

.p-case__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover;";
  object-fit: cover;
}

.p-case__img:hover {
  opacity: 0.6;
}

.p-case__label {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #286B91;
  color: #FFF;
  font-size: 15px;
  line-height: 31px;
  padding: 0 13px;
}

@media screen and (max-width: 769px) {
  .p-case__label {
    font-size: 10px;
    line-height: 21px;
    padding: 0 8px;
  }
}

.p-case__title {
  margin-top: 15px;
  display: flex;
  transition: opacity 0.3s;
}

@media screen and (max-width: 769px) {
  .p-case__title {
    margin-top: 7px;
  }
}

.p-case__title:hover {
  opacity: 0.6;
}

.p-case__title__ico {
  width: 22px;
  height: 22px;
  margin-right: 6px;
}

@media screen and (max-width: 769px) {
  .p-case__title__ico {
    width: 15px;
    height: 15px;
    margin-right: 4px;
  }
}

.p-case__title__ico img {
  width: 100%;
  height: 100%;
  transform: translateY(3px);
}

.p-case__title__text {
  width: calc(100% - 28px);
  font-size: 17px;
  font-weight: bold;
  color: #286B91;
  line-height: 25px;
}

@media screen and (max-width: 769px) {
  .p-case__title__text {
    font-size: 13px;
  }
}

.p-case__info {
  margin-top: 13px;
  font-size: 14px;
}

.p-case__info a {
  display: inline;
  color: #000;
  text-decoration: underline;
}

.p-case__info a:hover {
  text-decoration: none;
}

@media screen and (max-width: 769px) {
  .p-case__info {
    font-size: 10px;
    margin-top: 2px;
  }
}

.p-case__price {
  display: flex;
  align-items: flex-end;
  margin-top: 13px;
}

@media screen and (max-width: 769px) {
  .p-case__price {
    margin-top: 6px;
  }
}

.p-case__price__title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
}

@media screen and (max-width: 769px) {
  .p-case__price__title {
    font-size: 10px;
  }
}

.p-case__price__text {
  font-family: "Lato", sans-serif;
  font-size: 29px;
  font-weight: bold;
  line-height: 1;
  color: #A8272D;
}

@media screen and (max-width: 769px) {
  .p-case__price__text {
    font-size: 20px;
  }
}

.p-case__price__text span {
  margin-left: 4px;
  font-size: 15px;
  color: #444444;
}

@media screen and (max-width: 769px) {
  .p-case__price__text span {
    font-size: 10px;
  }
}

.p-case__pagination {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(120%);
  height: 8px;
  width: 100%;
}

.p-case__pagination .swiper-pagination3,
.p-case__pagination .swiper-pagination4 {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}

.p-case__pagination .swiper-pagination3 .swiper-pagination-bullet,
.p-case__pagination .swiper-pagination4 .swiper-pagination-bullet {
  margin-right: 8px;
}

.p-case__pagination .swiper-pagination-bullet-active {
  background: #100169;
}

.l-case__notice {
  font-size: 16px;
  color: #000000;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width: 769px) {
  .l-case__notice {
    font-size: 12px;
    letter-spacing: 0.0em;
    margin-top: 20px;
  }
}

.p-aisatu__title {
  font-size: 19px;
  padding-bottom: 20px;
  font-weight: bold;
}

@media screen and (max-width: 769px) {
  .p-aisatu__title {
    font-size: 15px;
    padding-bottom: 10px;
  }
}

.p-aisatu__img {
  margin-bottom: 20px;
}

.p-aisatu__img img {
  width: 100%;
}

@media screen and (max-width: 769px) {
  .p-aisatu__img {
    margin-bottom: 10px;
  }
}

.p-aisatu__text {
  font-size: 15px;
}

@media screen and (max-width: 769px) {
  .p-aisatu__text {
    font-size: 13px;
  }
}

.p-aisatu__text h3 {
  margin-top: 2em;
}

.p-aisatu__text h3:first-child {
  margin-top: 0;
}

.p-aisatu__text p + p {
  margin-top: 1.5em;
}

.p-hinmoku {
  display: flex;
  flex-wrap: wrap;
}

.p-hinmoku__item {
  background-color: #fff;
  width: calc(100% / 3 - 16px * 2 / 3);
  margin-top: 25px;
  margin-right: 15px;
  border-left: 10px solid #286B91;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 770px) {
  .p-hinmoku__item:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 770px) {
  .p-hinmoku__item:nth-child(-n+3) {
    margin-top: 0;
  }
}

@media screen and (max-width: 769px) {
  .p-hinmoku__item {
    width: calc(100% / 2 - 6px);
    margin-top: 12px;
    margin-right: 12px;
    border-left-width: 7px;
  }
  .p-hinmoku__item:nth-child(2n) {
    margin-right: 0 !important;
  }
  .p-hinmoku__item:nth-child(-n+2) {
    margin-top: 0 !important;
  }
}

.p-hinmoku__arrow {
  width: 34px;
  height: 46px;
}

@media screen and (max-width: 769px) {
  .p-hinmoku__arrow {
    width: 30px;
    height: 36px;
  }
}

.p-hinmoku__arrow img {
  width: 20px;
  height: 100%;
  object-fit: contain;
  font-family: "object-fit: contain;";
  margin: 0 auto;
  display: block;
}

.p-hinmoku__img {
  width: 60px;
}

@media screen and (max-width: 769px) {
  .p-hinmoku__img {
    width: 44px;
  }
}

.p-hinmoku__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: "object-fit: contain;";
}

.p-hinmoku__text {
  width: calc(100% - 60px);
  font-size: 15px;
  font-weight: bold;
  color: #444444;
}

@media screen and (max-width: 769px) {
  .p-hinmoku__text {
    width: calc(100% - 44px);
    font-size: 10.5px;
  }
}

.p-list01 {
  display: flex;
  flex-wrap: wrap;
}

.p-list01__item {
  padding: 8px 6px;
  background-color: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  width: calc(100% / 3 - 20px * 2 / 3 - 1px);
  margin-top: 20px;
  margin-right: 20px;
  transition: opacity 0.3s;
}

@media screen and (max-width: 769px) {
  .p-list01__item {
    width: calc(100% / 2 - 4px);
    margin-top: 8px !important;
    margin-right: 8px !important;
    border-radius: 4px;
  }
  .p-list01__item:nth-child(-n+2) {
    margin-top: 0 !important;
  }
  .p-list01__item:nth-child(2n) {
    margin-right: 0 !important;
  }
}

.p-list01__item:nth-child(-n+3) {
  margin-top: 0;
}

.p-list01__item:nth-child(3n) {
  margin-right: 0;
}

.p-list01__item:hover {
  opacity: 0.7;
}

.p-list01__img {
  flex: 0 0  60px;
  max-width: 60px;
  width: 60px;
  margin-right: 6px;
}

@media screen and (max-width: 769px) {
  .p-list01__img {
    flex: 0 0  40px;
    max-width: 40px;
    width: 40px;
    margin-right: 4px;
  }
}

.p-list01__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: "object-fit: contain;";
}

.p-list01__ico {
  flex: 0 0  22px;
  max-width: 22px;
  width: 22px;
  margin-right: 6px;
}

@media screen and (max-width: 769px) {
  .p-list01__ico {
    flex: 0 0  16px;
    max-width: 16px;
    width: 16px;
    margin-right: 4px;
  }
}

.p-list01__ico img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: "object-fit: contain;";
}

.p-list01__text {
  flex: 1 1 auto;
  color: #444444;
  word-break: break-all;
  font-size: calc((15 - 11) * ((100vw - 375px) / (1400 - 375)) + 11px);
}

@media screen and (min-width: 770px) {
  .p-list01__text {
    font-size: 15px;
  }
}

@media screen and (max-width: 375px) {
  .p-list01__text {
    font-size: 11px;
  }
}

@media screen and (max-width: 769px) {
  .p-list01__text {
    width: calc(100% - 64px);
  }
}

.p-possible__flex {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 769px) {
  .p-possible__flex {
    display: block;
  }
}

.p-possible__circle {
  position: relative;
  display: flex;
  width: 230px;
  margin-right: 20px;
}

@media screen and (max-width: 769px) {
  .p-possible__circle {
    width: 100%;
    margin-right: 0;
  }
  .p-possible__circle::after {
    content: none;
  }
}

.p-possible__circle__item {
  background-color: #EBEBEB;
  width: 105px;
  height: 105px;
  border: 1px solid #5695b4;
  border-radius: 50%;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.4;
}

.p-possible__circle__item:not(:last-child) {
  margin-right: 20px;
}

@media screen and (max-width: 769px) {
  .p-possible__circle__item {
    width: calc(100% / 2 - 8px);
    border-radius: 5px;
    font-size: 14px;
    height: 39.5px;
    line-height: 37.5px;
  }
  .p-possible__circle__item:not(:last-child) {
    margin-right: 16px;
  }
}

.p-possible__large {
  width: calc(100% - 250px);
  font-weight: bold;
  font-size: 31px;
  line-height: 1;
}

.p-possible__large .border {
  position: relative;
}

.p-possible__large .border::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6.5px;
  background-color: #E3D521;
  z-index: -1;
}

.p-possible__large .min {
  font-size: 16.5px;
}

@media screen and (max-width: 769px) {
  .p-possible__large {
    width: 100%;
    margin-top: 15px;
    font-size: 20px;
  }
  .p-possible__large .border::after {
    height: 4px;
  }
  .p-possible__large .min {
    font-size: 20px;
    margin-top: 7px;
  }
}

.p-possible__text {
  margin-top: 18px;
  font-size: 15px;
}

@media screen and (max-width: 769px) {
  .p-possible__text {
    font-size: 13px;
    margin-top: 10px;
  }
}

.p-possible__img {
  display: flex;
  margin-top: 18px;
}

@media screen and (max-width: 769px) {
  .p-possible__img {
    margin: 12px calc(50% - 50vw) 0;
    width: 100vw;
  }
}

.p-possible__img__item {
  width: calc(100% / 3 - 18px * 2 / 3);
  margin-top: 10px;
  margin-right: 18px;
}

.p-possible__img__item:nth-child(-n+3) {
  margin-top: 0;
}

.p-possible__img__item:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 769px) {
  .p-possible__img__item {
    width: calc(100% / 3);
    margin-right: 0;
  }
}

.p-possible__img__inner {
  padding-bottom: 64.5%;
  position: relative;
}

.p-possible__img__inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.p-expensive {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 770px) {
  .p-expensive {
    display: grid;
    grid-template-columns: 102px 1fr;
    grid-template-rows: auto auto;
  }
}

.p-expensive__point {
  text-align: center;
  width: 85px;
  margin-right: 17px;
  font-weight: 900;
  line-height: 1;
  font-family: "Lato", sans-serif;
}

@media screen and (min-width: 770px) {
  .p-expensive__point {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
  }
}

@media screen and (max-width: 769px) {
  .p-expensive__point {
    width: 33px;
    margin-right: 10px;
  }
}

.p-expensive__point__text {
  font-size: 21px;
  display: block;
  line-height: 1.6;
}

@media screen and (max-width: 769px) {
  .p-expensive__point__text {
    font-size: 10px;
    line-height: 1.7;
  }
}

.p-expensive__point__num {
  font-size: 55px;
  color: #286B8E;
}

@media screen and (max-width: 769px) {
  .p-expensive__point__num {
    font-size: 35px;
  }
}

.p-expensive__title {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 20px;
}

@media screen and (min-width: 770px) {
  .p-expensive__title {
    grid-column: 2 / 2;
    grid-row: 1 / 2;
  }
}

@media screen and (max-width: 769px) {
  .p-expensive__title {
    width: calc(100% - 45px);
    padding-bottom: 0;
    font-size: 15px;
  }
}

.p-expensive__text {
  padding: 20px 25px;
  background-color: #fff;
  font-size: 15px;
  border-radius: 18px;
}

@media screen and (min-width: 770px) {
  .p-expensive__text {
    grid-column: 2 / 2;
    grid-row: 2 / 3;
  }
}

@media screen and (max-width: 769px) {
  .p-expensive__text {
    width: 100%;
    margin-top: 13px;
    padding: 15px;
    border-radius: 12px;
  }
}

.p-japan {
  position: relative;
  width: 100%;
  height: 600px;
}

@media screen and (max-width: 769px) {
  .p-japan {
    height: auto;
  }
}

.p-japan__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 769px) {
  .p-japan__map {
    position: static;
  }
}

.p-japan__medal {
  position: absolute;
  top: -120px;
  right: 0;
  text-align: right;
}

@media screen and (max-width: 769px) {
  .p-japan__medal {
    top: 10px;
    left: 0;
    right: auto;
    display: flex;
    width: 100%;
  }
}

.p-japan__medal__img {
  display: inline-block;
  width: 180px;
}

.p-japan__medal__img img {
  width: 100%;
}

@media screen and (max-width: 769px) {
  .p-japan__medal__img {
    width: 30%;
    margin-right: 10px;
  }
}

.p-japan__medal__content {
  line-height: 1;
  margin-top: 10px;
}

.p-japan__medal__content .large {
  font-size: 21px;
  font-weight: bold;
}

.p-japan__medal__content .middle {
  font-size: 11px;
  font-weight: bold;
  margin-top: 5px;
}

.p-japan__medal__content .min {
  font-size: 10px;
  margin-top: 4px;
}

@media screen and (max-width: 769px) {
  .p-japan__medal__content {
    text-align: left;
    margin-top: 0px;
    transform-origin: left;
    transform: scale(0.75);
    word-break: keep-all;
    line-height: 1.3;
    width: 50%;
  }
  .p-japan__medal__content .large {
    font-size: 22px;
  }
  .p-japan__medal__content .middle {
    font-size: 11.3px;
  }
  .p-japan__medal__content .min {
    font-size: 10px;
    margin-top: 4px;
  }
}

.p-japan__area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 769px) {
  .p-japan__area {
    position: static;
    display: flex;
    flex-wrap: wrap;
  }
}

.p-japan__area__item {
  width: 210px;
  position: absolute;
}

.p-japan__area__item:nth-of-type(3) {
  top: 0;
  left: 0;
}

.p-japan__area__item:nth-of-type(6) {
  top: 180px;
  left: 0;
}

.p-japan__area__item:nth-of-type(3) {
  top: 0;
  left: 240px;
}

.p-japan__area__item:nth-of-type(2) {
  bottom: 0;
  right: 0;
}

.p-japan__area__item:nth-of-type(1) {
  bottom: 200px;
  right: 0;
}

.p-japan__area__item:nth-of-type(4) {
  bottom: 0;
  right: 240px;
}

@media screen and (max-width: 769px) {
  .p-japan__area__item {
    position: static;
    width: calc(100% / 2 - 12px / 2);
    margin-top: 15px;
    margin-right: 12px;
  }
  .p-japan__area__item:nth-child(-n+2) {
    margin-top: 0;
  }
  .p-japan__area__item:nth-child(2n) {
    margin-right: 0;
  }
}

.p-japan__area__top {
  position: relative;
  display: block;
  width: 100%;
  background-color: #276EAC;
  height: 43px;
  color: #FFF;
  line-height: 41px;
  text-align: center;
  font-weight: bold;
  font-size: 17px;
  border-radius: 10px;
}

.p-japan__area__top .ico {
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
  width: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-japan__area__top .ico img {
  width: 100%;
}

@media screen and (max-width: 769px) {
  .p-japan__area__top {
    font-size: 13px;
    height: 36px;
    line-height: 34px;
  }
}

.p-japan__area__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
}

@media screen and (max-width: 769px) {
  .p-japan__area__list {
    margin-top: 3px;
  }
}

.p-japan__area__list__item {
  font-size: 14px;
  font-weight: bold;
  width: 50%;
  text-align: center;
  line-height: 1.8;
  color: #444444;
}

.p-japan__area__list__item.w100 {
  width: 100%;
}

@media screen and (max-width: 769px) {
  .p-japan__area__list__item {
    font-size: 11px;
    margin-top: 5px;
  }
}

a.p-japan__area__list__item:hover {
  text-decoration: underline;
}

.p-document .c-text15-13mt15-10 {
  letter-spacing: normal;
}

.p-document__top {
  font-size: 29px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1;
}

.p-document__top .blue {
  color: #286B8E;
}

.p-document__top .border {
  position: relative;
}

.p-document__top .border::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6.5px;
  background-color: #E3D521;
  z-index: -1;
}

@media screen and (max-width: 769px) {
  .p-document__top {
    font-size: 21.5px;
    line-height: 1.3;
  }
}

.p-document__fig {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 769px) {
  .p-document__fig {
    display: block;
  }
}

.p-document__fig__left {
  width: 120px;
  height: 120px;
  margin-right: 20px;
  border-radius: 50%;
  background-image: url("../images/common/dot-border.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 769px) {
  .p-document__fig__left {
    background-image: url("../images/common/dot-border-sp.svg");
    width: 100%;
    height: 30px;
    line-height: 30px;
    border-radius: 7px;
    font-size: 12.5px;
  }
}

.p-document__fig__list {
  width: calc(100% - 140px);
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 769px) {
  .p-document__fig__list {
    width: 100%;
  }
}

.p-document__fig__item {
  height: 65px;
  width: calc(100% / 3 - 15px * 2 / 3);
  background-color: #fff;
  margin-top: 14px;
  margin-right: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  border-radius: 5px;
}

.p-document__fig__item:nth-child(-n+3) {
  margin-top: 0;
}

.p-document__fig__item:nth-child(3n) {
  margin-right: 0;
}

.p-document__fig__item span {
  font-size: 11px;
}

@media screen and (max-width: 769px) {
  .p-document__fig__item {
    width: calc(100% / 2 - 11px / 2);
    margin-top: 12px !important;
    height: 50px;
    margin-right: 11px !important;
  }
  .p-document__fig__item:nth-child(2n) {
    margin-right: 0 !important;
  }
  .p-document__fig__item span {
    font-size: 10px;
  }
}

.p-text-list__item {
  font-size: 13px;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.8;
}

.p-daikichi {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-daikichi__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc(100% / 2 - 12px * 1 / 2);
  border: 1px solid #100169;
  border-left: 4.7px solid #100169;
  padding: 18px 0;
  margin-top: 10px;
  transition: opacity 0.3s;
}

.p-daikichi__item--3 {
  width: calc(100% / 3 - 12px * 2 / 3);
  align-items: flex-start;
}

.p-daikichi__item--4 {
  width: calc(100% / 4 - 12px * 3 / 4);
  align-items: flex-start;
}

.p-daikichi__item:hover {
  opacity: 0.6;
}

@media screen and (max-width: 769px) {
  .p-daikichi__item {
    position: relative;
    width: calc(100% / 2 - 7px);
    padding: 0 0 8px;
  }
}

.p-daikichi__img {
  width: 50%;
}

.p-daikichi__img--3 {
  width: 45%;
}

.p-daikichi__img--4 {
  width: 40%;
}

@media screen and (max-width: 769px) {
  .p-daikichi__img {
    width: 100%;
  }
}

.p-daikichi__img__inner {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-daikichi__img__inner img {
  width: auto;
  height: 100%;
}

.p-daikichi__img__inner--3 {
  height: 50px;
}

.p-daikichi__img__inner--4 {
  height: 50px;
}

@media screen and (max-width: 769px) {
  .p-daikichi__img__inner {
    height: 56px;
    margin-bottom: -5px;
  }
}

.p-daikichi__content {
  width: 50%;
  padding-right: 25px;
}

.p-daikichi__content--3 {
  width: 55%;
  padding-right: 15px;
}

.p-daikichi__content--4 {
  width: 60%;
  padding-right: 12px;
}

@media screen and (max-width: 769px) {
  .p-daikichi__content {
    width: 100%;
    padding-right: 0;
  }
}

.p-daikichi__title .text {
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #286B91;
}

.p-daikichi__title .text .ico {
  position: absolute;
  top: 50%;
  right: -7px;
  transform: translate(100%, -50%);
  width: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-daikichi__title .text .ico img {
  width: 100%;
}

.p-daikichi__title--3 {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.p-daikichi__title--4 {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  letter-spacing: -0.2em;
}

@media screen and (max-width: 769px) {
  .p-daikichi__title {
    text-align: center;
    display: block;
    height: auto;
  }
  .p-daikichi__title .text {
    display: block;
    font-size: 13.5px;
    text-align: center;
  }
  .p-daikichi__title .text .ico {
    display: none;
  }
}

.p-daikichi__text {
  font-size: 12px;
  color: #444444;
  margin-top: 4px;
}

.p-daikichi__text--3 {
  width: 221px;
  padding-left: 15px;
  transform: translateX(-106px);
  margin-top: 10px;
}

.p-daikichi__text--4 {
  width: 161px;
  padding-left: 15px;
  transform: translateX(-69px);
  margin-top: 10px;
}

@media screen and (max-width: 769px) {
  .p-daikichi__text {
    display: none;
  }
}

.p-daikichi__text span {
  font-size: 10px;
}

.p-daikichi__btn {
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}

.p-daikichi__btn img {
  width: 100%;
  height: 100%;
}

.p-pager {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-pager__item {
  width: 33px;
  height: 33px;
  line-height: 33px;
  font-size: 13px;
  font-weight: bold;
  color: #4D4D4D;
  text-align: center;
  background-color: #DFDFDF;
  transition: 0.3s;
}

.p-pager__item:not(:last-child) {
  margin-right: 16px;
}

.p-pager__item.active, .p-pager__item.omission {
  cursor: default;
}

.p-pager__item.active {
  color: #FFF;
  background-color: #286B86;
}

.p-pager__item:not(.p-pager__item.omission):hover {
  color: #FFF;
  background-color: #286B86;
}

.p-banner {
  margin-bottom: 15px;
}

@media screen and (max-width: 769px) {
  .p-banner {
    margin-top: 10px;
    margin-bottom: 0;
  }
}

.p-table {
  border: 1px solid #100169;
  width: 100%;
  border-collapse: collapse;
  letter-spacing: 0.1em;
}

.p-table tr:not(:last-child) {
  border-bottom: 0.4px solid #444;
}

.p-table th {
  border-right: 1px solid #100169;
  background-color: #D8E4EB;
  font-size: 15px;
  font-weight: bold;
  vertical-align: middle;
  padding: 10px 0;
  width: 215px;
}

.p-table td {
  width: calc(100% - 215px);
  font-size: 15px;
  padding: 10px 25px;
}

.p-table a {
  color: #444;
}

@media screen and (max-width: 769px) {
  .p-table {
    border: 0;
    display: block;
  }
  .p-table tbody,
  .p-table tr,
  .p-table th,
  .p-table td {
    display: block;
    border-bottom: 0 !important;
    border-right: 0 !important;
    text-align: left;
    width: 100%;
  }
  .p-table th {
    font-size: 14px;
    padding: 7px 14px;
  }
  .p-table td {
    font-size: 13px;
    padding: 10px 0 15px;
  }
}

.p-page-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  transition: opacity 0.4s ease;
  pointer-events: none;
  opacity: 0;
}

@media screen and (max-width: 769px) {
  .p-page-top {
    right: 10px;
    bottom: 80px;
  }
}

.p-page-top.is-show {
  pointer-events: auto;
  opacity: 1;
}

@media screen and (min-width: 770px) {
  .p-page-top.is-abs {
    position: absolute;
    bottom: 200px;
  }
}

.p-page-top img {
  width: 46px;
  height: 46px;
}

@media screen and (max-width: 769px) {
  .p-page-top img {
    width: 30px;
    height: 30px;
  }
}

/* ======================================
**
** サイドバー
**
\* =================================== */
.p-aside-way {
  background-color: #D7B271;
  padding: 18px 12px 20px;
}

.p-aside-way__title {
  font-size: 15px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-aside-way__title span {
  font-size: 51px;
  font-family: "Lato", sans-serif;
  color: #FFFF00;
}

.p-aside-way__list {
  margin-top: 10px;
}

.p-aside-way__item {
  display: block;
  background-color: #fff;
  padding: 15px 10px 12px;
  padding-right: 30px;
  border-radius: 12px;
  transition: 0.3s;
}

.p-aside-way__item:not(:first-child) {
  margin-top: 12px;
}

.p-aside-way__item .title {
  position: relative;
  padding-left: 27px;
  font-size: 20px;
  color: #100169;
  font-weight: bold;
  line-height: 18.5px;
}

.p-aside-way__item .title::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 16.5px;
  height: 16.5px;
  background-image: url(../images/common/btn-blue.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.p-aside-way__item .text {
  font-size: 11px;
  color: #444444;
  margin-top: 9px;
}

.p-aside-way__item:nth-of-type(2) .title {
  color: #1AB204;
}

.p-aside-way__item:nth-of-type(2) .title::after {
  background-image: url(../images/common/btn-green.png);
}

.p-aside-way__item:nth-of-type(3) .title {
  color: #A8272D;
}

.p-aside-way__item:nth-of-type(3) .title::after {
  background-image: url(../images/common/btn-red.png);
}

.p-aside-menu {
  margin-top: 30px;
}

.p-aside-menu:first-child {
  margin-top: 0;
}

.p-aside-menu__title {
  background-color: #286B91;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  color: #FFF;
  padding: 6px 0;
}

.p-aside-menu__list > li {
  margin-top: 7px;
}

.p-aside-menu__list > li > a {
  background-color: #EBEBEB;
  display: block;
  width: 100%;
  height: 100%;
  padding: 6px 28px;
  font-size: 17px;
  color: #444444;
  font-weight: bold;
  transition: 0.3s;
  position: relative;
}

.p-aside-menu__list > li > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 9px;
  height: 16px;
  background-image: url(../images/common/ico-next-color.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  transition: 0.3s;
}

.p-aside-menu__list > li > a:hover {
  opacity: 0.6;
}

.p-aside-menu__list > li .sub-menu {
  display: none;
}

.p-aside-menu__list > li.open > a::after {
  transform: translateY(-50%) rotate(90deg);
}

.p-aside-menu__list > li .sub-menu li:not(:last-child) {
  border-bottom: 1px dotted #808080;
}

.p-aside-menu__list > li .sub-menu li:first-child a {
  font-weight: bold;
  color: #286B91;
}

.p-aside-menu__list > li .sub-menu li a {
  width: 100%;
  height: 100%;
  padding: 6px 28px;
  font-size: 17px;
  color: #444444;
  transition: 0.3s;
}

.p-aside-menu__list > li .sub-menu li a:hover {
  opacity: 0.6;
}

.p-aside-menu__list--cat > li > a {
  background-color: #E3EFF6;
}

.p-aside-menu__list--area > li > a {
  background-color: #E3EFF6;
}

.p-aside-menu__list--area .sub-menu li:first-child a {
  font-weight: normal !important;
  color: #444444 !important;
}

.p-aside-menu__button {
  display: block;
  border: 1px solid #100169;
  margin-top: 20px;
  background: #dfdfdf;
  color: #100169;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  padding: 6px 0;
  transition: opacity 0.4s ease;
}

.p-aside-menu__button:hover {
  opacity: 0.7;
}

.p-aside-banner {
  margin-top: 30px;
}

.p-aside-banner__item + .p-aside-banner__item {
  margin-top: 10px;
}

.p-aside-banner__item img {
  max-width: 100%;
  height: auto;
}

.p-aside-banner__item a {
  transition: opacity 0.4s ease;
  display: block;
}

.p-aside-banner__item a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 769px) {
  .p-aside-banner {
    display: none;
  }
}

/* ======================================
**
** TOPページ
**
\* =================================== */
.p-top-slider {
  overflow: hidden;
}

.p-top-slider__inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  height: 100%;
}

.p-top-slider__wrapper {
  height: 100%;
}

.p-top-slider__item {
  position: relative;
  height: 0;
  padding-bottom: 43%;
  width: 100%;
}

.p-top-slider__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (max-width: 769px) {
  .p-top-slider__item {
    padding-bottom: 66.6666%;
  }
}

.p-top-slider__btn .swiper-button-next img,
.p-top-slider__btn .swiper-button-prev img {
  width: 100%;
}

.p-top-slider__btn .swiper-button-next::after,
.p-top-slider__btn .swiper-button-prev::after {
  content: none;
}

@media screen and (max-width: 769px) {
  .p-top-slider__btn {
    display: none;
  }
  .p-top-slider__btn .swiper-button-next {
    right: 0px;
  }
  .p-top-slider__btn .swiper-button-prev {
    left: 0px;
  }
}

.p-top-slider__pagination {
  height: 10px;
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 769px) {
  .p-top-slider__pagination {
    bottom: 5px;
  }
}

.p-top-slider__pagination .swiper-pagination {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-top-slider__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 1;
  margin-right: 16px;
}

.p-top-slider__pagination .swiper-pagination-bullet-active {
  background: #1e2678;
}

@media screen and (max-width: 769px) {
  .p-top-slider__pagination .swiper-pagination-bullet {
    background: #a5a5a5;
    width: 6px;
    height: 6px;
    margin-right: 8px;
  }
  .p-top-slider__pagination .swiper-pagination-bullet-active {
    background: #1e2678;
  }
}

.p-news {
  display: flex;
  padding: 10px 0;
  font-size: 16px;
}

.p-news:not(:last-child) {
  border-bottom: 1px dotted #808080;
}

.p-news[data-view-item]:nth-child(n + 5) {
  display: none;
}

.p-news[data-view-item].show {
  display: flex;
}

.p-news__time {
  width: 110px;
  font-weight: bold;
  color: #100169;
}

@media screen and (max-width: 769px) {
  .p-news__time {
    width: 70px;
    font-size: 11.5px;
  }
}

.p-news__cat {
  width: 160px;
  letter-spacing: -0.05em;
}

.p-news__cat--red {
  color: #B4001A;
  font-weight: bold;
}

@media screen and (max-width: 769px) {
  .p-news__cat {
    width: 105px;
    font-size: 11.5px;
  }
}

.p-news__link {
  width: calc(100% - 270px);
  color: #444444;
  font-feature-settings: "palt";
}

.p-news__link--bold {
  font-weight: bold;
}

@media screen and (max-width: 769px) {
  .p-news__link {
    width: calc(100% - 175px);
    font-size: 13px;
  }
}

.p-add {
  transition: opacity 0.3s;
  display: block;
}

.p-add img {
  width: 100%;
}

.p-add:hover {
  opacity: 0.6;
}

.p-strong {
  position: relative;
  padding: 40px 0 35px;
}

.p-strong:not(:last-child) {
  border-bottom: 1px dotted #808080;
}

.p-strong.feature {
  padding: 25px 0 85px;
  border-bottom: 0;
}

@media screen and (max-width: 769px) {
  .p-strong {
    padding: 15px 0 11px;
  }
  .p-strong.feature {
    padding: 28px 0 65px;
    border-bottom: 0;
  }
}

.p-strong__title {
  display: flex;
  align-items: center;
  height: 78px;
}

.p-strong__title.feature {
  width: calc(100% - 38.6%);
}

@media screen and (max-width: 769px) {
  .p-strong__title {
    height: auto;
  }
  .p-strong__title.feature {
    width: 100%;
  }
}

.p-strong__title__num {
  width: 78px;
  height: 78px;
  background-color: #100169;
  border-radius: 50%;
  color: #FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  line-height: 1;
  margin-right: 10px;
}

.p-strong__title__num .text {
  font-size: 14px;
}

.p-strong__title__num .num {
  font-family: "Lato", sans-serif;
  font-size: 33px;
  margin-top: 4px;
}

@media screen and (max-width: 769px) {
  .p-strong__title__num {
    width: 65px;
    height: 65px;
  }
  .p-strong__title__num .text {
    font-size: 12px;
  }
  .p-strong__title__num .num {
    font-size: 27.5px;
  }
}

.p-strong__title__text {
  width: calc(100% - 88px);
  font-weight: bold;
  font-size: 29px;
  line-height: 1.4;
}

.p-strong__title__text .marker {
  position: relative;
  color: #286B91;
}

.p-strong__title__text .marker::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 9.5px;
  background-color: #E3D521;
  z-index: -1;
}

@media screen and (max-width: 769px) {
  .p-strong__title__text {
    font-size: 21.5px;
  }
}

.p-strong__content {
  margin-top: -78px;
}

@media screen and (max-width: 769px) {
  .p-strong__content {
    margin-top: 0;
  }
}

.p-strong__content__text {
  padding-left: 88px;
  padding-top: 95px;
  font-size: 15px;
  text-align: justify;
}

.p-strong__content__text.feature {
  width: calc(100% - 38.6%);
  padding-right: 30px;
}

@media screen and (max-width: 769px) {
  .p-strong__content__text {
    padding-left: 0;
    padding-top: 12px;
    font-size: 13px;
    text-align: justify;
  }
  .p-strong__content__text.feature {
    width: 100%;
    padding-right: 0px;
  }
}

.p-strong__content__img {
  float: right;
  width: 150px;
  clear: both;
  margin-left: 14px;
}

.p-strong__content__img img {
  width: 100%;
}

.p-strong__content__img.feature {
  padding-top: 24px;
  width: 38.6%;
}

@media screen and (max-width: 769px) {
  .p-strong__content__img {
    width: 34.8%;
    margin-top: 12px;
  }
  .p-strong__content__img.feature {
    padding-top: 5px;
    width: 40.7%;
    margin-top: 12px;
  }
}

.p-strong__btn {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 0 240px;
}

@media screen and (max-width: 769px) {
  .p-strong__btn {
    padding: 0;
  }
}

/* ======================================
**
** 店舗紹介
**
\* =================================== */
.p-shop {
  display: flex;
}

.p-shop__img {
  width: 325px;
  margin-right: 20px;
}

.p-shop__img img {
  width: 100%;
}

@media screen and (max-width: 769px) {
  .p-shop__img {
    width: 37%;
    margin-right: 12px;
  }
}

.p-shop__content {
  width: calc(100% - 345px);
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 769px) {
  .p-shop__content {
    display: block;
    width: calc(100% - 37% - 12px);
  }
}

.p-shop__text1 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 3px;
}

@media screen and (max-width: 769px) {
  .p-shop__text1 {
    font-size: 12.5px;
  }
}

.p-shop__text2 {
  margin-top: 4px;
  font-size: 14px;
  position: relative;
}

.p-shop__text2::before {
  position: absolute;
  left: 0;
  top: 0;
}

.p-shop__text2 a {
  color: #444444;
}

@media screen and (max-width: 769px) {
  .p-shop__text2 {
    font-size: 12.5px;
    line-height: 1.2;
    padding-bottom: 4px;
  }
}

.p-shop__text2.is-address {
  padding-left: 3.5em;
}

.p-shop__text2.is-address::before {
  content: "住所 ： ";
}

.p-shop__text2.is-tel {
  padding-left: 3.5em;
}

.p-shop__text2.is-tel::before {
  content: "TEL ： ";
}

.p-shop__text2.is-fax {
  padding-left: 3.5em;
}

.p-shop__text2.is-fax::before {
  content: "FAX ： ";
}

.p-shop__btn {
  display: flex;
  align-items: flex-end;
  flex-grow: 1;
  margin-top: 15px;
}

.p-shop__btn-inner {
  width: 100%;
  display: flex;
  align-items: stretch;
}

@media screen and (max-width: 769px) {
  .p-shop__btn {
    margin-top: 12px;
    width: 166%;
    transform: translateX(calc(-37% - 12px));
    justify-content: space-between;
  }
}

.p-shop__btn .c-btn01 {
  height: 100%;
  padding: 10px 25px 10px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.44;
}

.p-shop__btn__map {
  width: 160px;
  margin-right: 13px;
}

@media screen and (max-width: 769px) {
  .p-shop__btn__map {
    width: 42%;
  }
}

.p-shop__btn__detail {
  width: calc(100% - 173px);
}

@media screen and (max-width: 769px) {
  .p-shop__btn__detail {
    width: 56%;
  }
}

.p-shop-text {
  font-size: 15px;
  padding: 30px 0 40px;
  border-top: 1px dotted #444444;
}

@media screen and (max-width: 769px) {
  .p-shop-text {
    font-size: 13px;
    padding: 20px 0;
  }
}

.p-intro-slider {
  position: relative;
}

.p-intro-slider img {
  width: 100%;
}

.p-intro-slider .swiper-notification {
  display: none !important;
}

@media screen and (max-width: 769px) {
  .p-intro-slider__thumbnail__outer {
    padding: 0;
  }
}

.p-intro-slider__thumbnail {
  position: relative;
  padding-bottom: 70%;
}

.p-intro-slider__thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.p-intro-slider__inner {
  width: 100%;
  height: 100% !important;
  overflow: hidden;
  position: relative;
  padding: 13px 15px 0;
}

@media screen and (max-width: 769px) {
  .p-intro-slider__inner {
    padding: 10px 20px 0;
    margin: 0 -20px;
    width: 100vw;
  }
}

.p-intro-slider__inner .p-intro-slider__btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 13px);
}

@media screen and (max-width: 769px) {
  .p-intro-slider__inner .p-intro-slider__btn {
    height: calc(100% - 8px);
  }
}

.p-intro-slider__inner .p-intro-slider__btn.v2 {
  top: 0;
}

.p-intro-slider__inner .swiper-button-prev,
.p-intro-slider__inner .swiper-button-prev2,
.p-intro-slider__inner .swiper-button-next,
.p-intro-slider__inner .swiper-button-next2 {
  position: absolute;
  top: 0;
  right: auto;
  left: auto;
  bottom: auto;
  margin: 0 !important;
  width: 15px !important;
  padding: 0 3px;
  height: 100%;
  display: flex;
  align-items: center;
  background-color: #fff !important;
  z-index: 3;
}

.p-intro-slider__inner .swiper-button-prev::after,
.p-intro-slider__inner .swiper-button-prev2::after,
.p-intro-slider__inner .swiper-button-next::after,
.p-intro-slider__inner .swiper-button-next2::after {
  content: none;
}

@media screen and (max-width: 769px) {
  .p-intro-slider__inner .swiper-button-prev,
  .p-intro-slider__inner .swiper-button-prev2,
  .p-intro-slider__inner .swiper-button-next,
  .p-intro-slider__inner .swiper-button-next2 {
    width: 20px !important;
    padding: 0;
  }
}

.p-intro-slider__inner .swiper-button-next,
.p-intro-slider__inner .swiper-button-next2 {
  right: 0;
}

.p-intro-slider__item {
  transition: opacity 0.3s;
  cursor: pointer;
}

.p-intro-slider__item span {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 70%;
}

.p-intro-slider__item span img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.p-intro-slider__item:hover {
  opacity: 0.6;
}

@media screen and (max-width: 769px) {
  .p-intro-map {
    display: flex;
    flex-direction: column;
    padding: 10px 0px 20px;
  }
}

.p-intro-map__inner {
  position: relative;
  padding-bottom: 76%;
}

@media screen and (max-width: 769px) {
  .p-intro-map__inner {
    order: 2;
    margin-top: 12px;
  }
}

.p-intro-map__inner > * {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.p-intro-map__btn {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0 0;
  gap: 20px 15px;
}

@media screen and (max-width: 769px) {
  .p-intro-map__btn {
    gap: 10px;
    padding: 10px 0;
  }
}

.p-intro-map__btn__item {
  width: 100%;
}

.p-intro-map__btn__item.is--half {
  width: calc(50% - 7.5px);
}

@media screen and (max-width: 769px) {
  .p-intro-map__btn__item.is--half {
    width: calc(50% - 5px);
  }
}

.p-intro-info {
  display: flex;
}

@media screen and (max-width: 769px) {
  .p-intro-info {
    display: block;
  }
}

.p-intro-info__time {
  width: 39%;
  font-size: calc((20 - 12.5) * ((100vw - 375px) / (1400 - 375)) + 12.5px);
  font-weight: bold;
  border-right: 1px dotted #444444;
}

@media screen and (min-width: 770px) {
  .p-intro-info__time {
    font-size: 20px;
  }
}

@media screen and (max-width: 375px) {
  .p-intro-info__time {
    font-size: 12.4px;
  }
}

@media screen and (max-width: 769px) {
  .p-intro-info__time {
    border: 0;
    width: 100%;
  }
  .p-intro-info__time span {
    display: inline !important;
  }
}

.p-intro-info__right {
  width: 61%;
  padding-left: 20px;
}

@media screen and (max-width: 769px) {
  .p-intro-info__right {
    width: 100%;
    padding-left: 0;
    display: flex;
    flex-direction: column;
  }
}

.p-intro-info__num {
  font-size: calc((17 - 12.5) * ((100vw - 375px) / (1400 - 375)) + 12.5px);
  font-weight: bold;
}

@media screen and (min-width: 770px) {
  .p-intro-info__num {
    font-size: 17px;
  }
}

@media screen and (max-width: 375px) {
  .p-intro-info__num {
    font-size: 12.5px;
  }
}

@media screen and (max-width: 769px) {
  .p-intro-info__num {
    font-weight: normal;
    order: 2;
    margin-top: 4px;
  }
}

.p-intro-info__num a {
  color: #444444;
}

.p-intro-info__address {
  position: relative;
  font-size: calc((14 - 12.5) * ((100vw - 375px) / (1400 - 375)) + 12.5px);
  line-height: 1.33;
  margin-top: 16px;
  padding-left: 3.5em;
}

@media screen and (min-width: 770px) {
  .p-intro-info__address {
    font-size: 14px;
  }
}

@media screen and (max-width: 375px) {
  .p-intro-info__address {
    font-size: 12.5px;
  }
}

.p-intro-info__address::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "住所：";
}

@media screen and (max-width: 769px) {
  .p-intro-info__address {
    order: 1;
    margin-top: 10px;
  }
}

.p-intro-info__mail {
  font-size: calc((14 - 12.5) * ((100vw - 375px) / (1400 - 375)) + 12.5px);
  line-height: 1;
  margin-top: 15px;
  padding-left: 8.5em;
  position: relative;
}

@media screen and (min-width: 770px) {
  .p-intro-info__mail {
    font-size: 14px;
  }
}

.p-intro-info__mail::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "メールアドレス：";
}

@media screen and (max-width: 769px) {
  .p-intro-info__mail {
    margin-top: 4px;
    font-size: 12.5px;
    order: 2;
  }
}

.p-intro-parking {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 769px) {
  .p-intro-parking {
    display: block;
  }
}

.p-intro-parking__item {
  background-color: #EBEBEB;
  border-radius: 5px;
  padding: 26px 38px;
  width: calc(100% / 2 - 10px);
  margin-top: 20px;
  margin-right: 20px;
}

@media screen and (max-width: 769px) {
  .p-intro-parking__item {
    width: 100%;
  }
  .p-intro-parking__item:not(:first-child) {
    margin-top: 15px !important;
  }
}

.p-intro-parking__item:nth-child(2n) {
  margin-right: 0;
}

.p-intro-parking__item:nth-child(-n+2) {
  margin-top: 0;
}

.p-intro-parking__title {
  background-image: linear-gradient(to right, #808080, #808080 1px, transparent 1px, transparent 8px);
  background-size: 4px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
  font-size: calc((19 - 16) * ((100vw - 375px) / (1400 - 375)) + 16px);
  font-weight: bold;
  padding-bottom: 6px;
}

@media screen and (min-width: 770px) {
  .p-intro-parking__title {
    font-size: 19px;
  }
}

@media screen and (max-width: 375px) {
  .p-intro-parking__title {
    font-size: 16px;
  }
}

.p-intro-parking__table {
  font-size: 14px;
}

@media screen and (max-width: 769px) {
  .p-intro-parking__table {
    font-size: 12.5px;
  }
}

.p-intro-parking__table th {
  padding: 5px 0;
  text-align: left;
}

.p-intro-parking__table th:first-child {
  width: 86px;
}

@media screen and (max-width: 769px) {
  .p-intro-parking__table th:first-child {
    white-space: nowrap;
    width: 66px;
  }
}

.p-intro-parking__btn {
  padding-top: 10px;
}

@media screen and (max-width: 769px) {
  .p-intro-parking__btn {
    margin-top: 8px;
  }
}

.p-intro-tag {
  height: 55px;
  overflow: hidden;
}

@media screen and (max-width: 769px) {
  .p-intro-tag {
    display: none;
  }
}

.p-intro-tag__item {
  font-size: calc((15 - 11) * ((100vw - 375px) / (1400 - 375)) + 11px);
  background-color: #E3EFF6;
  transition: background-color 0.3s, color 0.3s;
  padding: 15px 25px;
  cursor: pointer;
  white-space: nowrap;
}

.p-intro-tag__item.swiper-slide {
  width: auto;
}

.p-intro-tag__item:hover {
  background-color: #286B91;
  color: #FFF;
}

.p-intro-tag__item--active {
  background-color: #286B91;
  color: #FFF;
}

.p-intro-station {
  padding: 26px;
}

@media screen and (max-width: 769px) {
  .p-intro-station {
    padding: 0;
  }
}

@media screen and (min-width: 770px) {
  .p-intro-station {
    border: 1px solid #100169;
  }
}

@media screen and (max-width: 769px) {
  .p-intro-station__group {
    border: 1px solid #100169;
    margin-top: 15px;
  }
}

@media screen and (max-width: 769px) {
  .p-intro-station__group:first-child {
    margin-top: 0;
  }
}

@media screen and (min-width: 770px) {
  .p-intro-station__group:not(:first-child) {
    display: none;
  }
}

@media screen and (max-width: 769px) {
  .p-intro-station__group:not(:first-child) .p-intro-station__item-content {
    display: none;
  }
}

.p-intro-station__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}

@media screen and (max-width: 769px) {
  .p-intro-station__list {
    display: block;
    margin-top: 8px;
  }
}

.p-intro-station__item {
  width: calc(100% / 3 - 25px * 2 / 3);
  margin-top: 16px;
  margin-right: 25px;
}

@media screen and (max-width: 769px) {
  .p-intro-station__item {
    width: 100%;
    margin-top: 15px !important;
    margin-right: 15px !important;
  }
  .p-intro-station__item:not(:first-child) {
    display: none;
  }
}

.p-intro-station__item:nth-child(-n+3) {
  margin-top: 0;
}

.p-intro-station__item:nth-child(3n) {
  margin-right: 0;
}

@media screen and (min-width: 770px) {
  .p-intro-station__item-handle {
    display: none;
  }
}

@media screen and (max-width: 769px) {
  .p-intro-station__item-handle {
    margin: 0;
    background: #f2f2f2;
    color: #100169;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 20px;
    position: relative;
  }
  .p-intro-station__item-handle::after {
    position: absolute;
    right: 20px;
    top: calc(50% - 3px);
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border-bottom: 1px solid #100169;
    border-right: 1px solid #100169;
    transform: rotate(-135deg);
    transition: ease 0.3s transform;
  }
  .p-intro-station__item-handle.is-show {
    border-bottom: 1px solid #100169;
  }
  .p-intro-station__item-handle.is-show::after {
    top: calc(50% - 10px);
    transform: rotate(45deg);
  }
}

@media screen and (max-width: 769px) {
  .p-intro-station__item-content {
    padding: 20px;
    padding-bottom: 8px;
  }
}

.p-intro-station__img {
  padding-bottom: 70%;
  position: relative;
}

.p-intro-station__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.p-intro-station__content {
  margin-top: 13px;
  display: flex;
}

.p-intro-station__num {
  font-size: calc((29 - 18) * ((100vw - 375px) / (1400 - 375)) + 18px);
  width: calc((29 - 18) * ((100vw - 375px) / (1400 - 375)) + 18px);
  font-family: "Lato", sans-serif;
  color: #100169;
  font-weight: bold;
  line-height: 1.3;
}

@media screen and (min-width: 770px) {
  .p-intro-station__num {
    font-size: 29px;
    width: 29px;
  }
}

@media screen and (max-width: 375px) {
  .p-intro-station__num {
    font-size: 18px;
    width: 18px;
  }
}

@media screen and (min-width: 770px) {
  .p-intro-station__item:nth-child(n+10) .p-intro-station__num {
    width: 50px;
  }
}

@media screen and (max-width: 769px) {
  .p-intro-station__item:nth-child(n+10) .p-intro-station__num {
    width: 26px;
  }
}

@media screen and (max-width: 375px) {
  .p-intro-station__item:nth-child(n+10) .p-intro-station__num {
    width: 26px;
  }
}

@media screen and (min-width: 770px) {
  .p-intro-station__item:nth-child(n+10) .p-intro-station__text {
    width: calc(100% - 50px);
  }
}

.p-intro-station__text {
  width: calc(100% - 29px);
  text-align: justify;
  font-size: calc((15 - 11.5) * ((100vw - 375px) / (1400 - 375)) + 11.5px);
}

@media screen and (min-width: 770px) {
  .p-intro-station__text {
    font-size: 15px;
  }
}

@media screen and (max-width: 375px) {
  .p-intro-station__text {
    font-size: 11.5px;
  }
}

.p-intro-station__thumb {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 12px -6px 0;
  counter-reset: num;
}

@media screen and (min-width: 770px) {
  .p-intro-station__thumb {
    display: none;
  }
}

@media screen and (max-width: 769px) {
  .p-intro-station__thumb {
    flex-flow: row wrap;
  }
}

.p-intro-station__thumb-item {
  counter-increment: num;
  width: calc(100% / 6 - 12px);
  margin: 0 6px;
  position: relative;
}

@media screen and (max-width: 769px) {
  .p-intro-station__thumb-item {
    flex: 0 0 calc(20% - 12px);
    max-width: calc(20% - 12px);
    width: auto;
    margin-bottom: 12px;
  }
}

.p-intro-station__thumb-item img {
  width: 100%;
  height: auto;
}

.p-intro-station__thumb-item::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  right: -8px;
  top: calc(50% - 3px);
  border-style: solid;
  border-width: 3px 0 3px 4px;
  border-color: transparent transparent transparent #ccc;
}

.p-intro-station__thumb-item::before {
  content: counter(num);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 15px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border-radius: 100%;
  background: #fff;
  color: #100169;
}

.p-intro-station__thumb-item:last-child::after {
  display: none;
}

.p-intro-station__thumb-item.is-active::after {
  border-left-color: #100169;
}

.p-intro-station__thumb-item.is-active::before {
  display: none;
}

.p-shopPrefName {
  font-size: 24px;
  color: #286b85;
  font-weight: bold;
  background: #e3eff6;
  padding: 8px 20px;
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
}

@media screen and (max-width: 769px) {
  .p-shopPrefName {
    font-size: 17px;
    padding: 6px 15px;
  }
}

.p-shopPref {
  padding-bottom: 30px;
}

.p-shopPref__item {
  border-bottom: 2px dotted #444;
  padding: 16px 0;
}

@media screen and (max-width: 769px) {
  .p-shopPref__item {
    padding: 14px 0;
  }
}

.p-shopPref__item:last-child {
  border-bottom: none;
}

.p-shopPref__item__title {
  color: #4d4c4d;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.02em;
  position: relative;
}

@media screen and (max-width: 769px) {
  .p-shopPref__item__title {
    font-size: 15px;
  }
}

.p-shopPref__item__title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4px;
  width: 9px;
  height: 16px;
  background-image: url(../images/common/ico-next-color.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transform-origin: center center;
  transform: translateY(-50%);
  transition: transform 0.4s ease;
}

@media screen and (max-width: 769px) {
  .p-shopPref__item__title::after {
    width: 7px;
    height: 12px;
  }
}

.p-shopPref__item__title.is-open::after {
  transform: translateY(-50%) rotate(90deg);
}

.p-shopPref__item__body {
  padding: 14px 0;
  display: none;
}

@media screen and (max-width: 769px) {
  .p-shopPref__item__body {
    padding: 10px 0;
  }
}

.p-shopPref__item__links {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 14px 16px;
}

@media screen and (max-width: 769px) {
  .p-shopPref__item__links {
    gap: 12px 12px;
  }
}

.p-shopPref__item__link {
  width: calc(100% / 4 - 16px * 3 / 4);
  padding: 12px 20px;
  font-size: 20px;
  font-weight: 600;
  color: #444;
  background: #ebebeb;
  transition: opacity 0.4s ease;
}

@media screen and (max-width: 769px) {
  .p-shopPref__item__link {
    font-size: 14px;
    padding: 6px 12px;
    width: calc(100% / 3 - 12px * 2 / 3);
  }
}

.p-shopPref__item__link:hover {
  opacity: 0.7;
}

.p-shopPref__item__link.is-all {
  width: 100%;
}

.p-citySection {
  margin-top: 40px;
  padding-bottom: 40px;
  border-bottom: 2px dotted #000;
}

@media screen and (max-width: 769px) {
  .p-citySection {
    margin-top: 25px;
    padding-bottom: 25px;
    border-bottom: none;
  }
}

.p-citySection:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.p-citySection__title {
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 600;
  color: #444;
  background: #ebebeb;
}

@media screen and (max-width: 769px) {
  .p-citySection__title {
    font-size: 15px;
    padding: 6px 14px;
  }
}

.p-citySelect {
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 769px) {
  .p-citySelect {
    border-bottom: 1px dashed #000;
  }
}

.p-citySelect__title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.02em;
  position: relative;
}

@media screen and (max-width: 769px) {
  .p-citySelect__title {
    font-size: 15px;
  }
}

.p-citySelect__title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4px;
  width: 9px;
  height: 16px;
  background-image: url(../images/common/ico-next-color.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transform-origin: center center;
  transform: translateY(-50%);
  transition: transform 0.4s ease;
}

@media screen and (max-width: 769px) {
  .p-citySelect__title::after {
    width: 7px;
    height: 12px;
  }
}

.p-citySelect__title.is-open::after {
  transform: translateY(-50%) rotate(90deg);
}

.p-citySelect__links {
  margin-top: 10px;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 13px 16px;
  padding-bottom: 40px;
}

@media screen and (max-width: 769px) {
  .p-citySelect__links {
    gap: 12px 12px;
    padding-bottom: 15px;
  }
}

.p-citySelect__links__item {
  width: calc(100% / 4 - 16px * 3 / 4);
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 600;
  color: #444;
  background: #ebebeb;
  transition: opacity 0.4s ease;
}

@media screen and (max-width: 769px) {
  .p-citySelect__links__item {
    font-size: 14px;
    padding: 6px 12px;
    width: calc(100% / 3 - 12px * 2 / 3);
  }
}

.p-citySelect__links__item:hover {
  opacity: 0.7;
}

.p-citySelect__links__item.is-all {
  width: 100%;
}

.p-shopExcerpt {
  margin-top: 15px;
}

@media screen and (max-width: 769px) {
  .p-shopExcerpt {
    margin-top: 13px;
  }
}

.p-shopExcerpt__title {
  font-size: 18px;
  font-weight: bold;
  color: #100169;
  border: 1px solid #100169;
  padding: 10px 20px;
  position: relative;
}

@media screen and (max-width: 769px) {
  .p-shopExcerpt__title {
    font-size: 14px;
    padding: 6px 14px;
  }
}

.p-shopExcerpt__title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 9px;
  height: 16px;
  background-image: url(../images/common/ico-next-color.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transform-origin: center center;
  transform: translateY(-50%);
  transition: transform 0.4s ease;
}

@media screen and (max-width: 769px) {
  .p-shopExcerpt__title::after {
    right: 12px;
    width: 7px;
    height: 12px;
  }
}

.p-shopExcerpt__title.is-open::after {
  transform: translateY(-50%) rotate(90deg);
}

.p-shopExcerpt__body {
  display: none;
}

.p-shopExcerpt__table {
  margin-top: -1px;
  border: 1px solid #100169;
  border-top: none;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.p-shopExcerpt__column {
  width: calc(100% / 3);
  border-top: 1px solid #100169;
  border-left: 1px dashed #100169;
}

@media screen and (max-width: 769px) {
  .p-shopExcerpt__column {
    width: 100%;
    border-top: none;
    border-left: none;
  }
}

.p-shopExcerpt__column:nth-child(1), .p-shopExcerpt__column:nth-child(2) {
  border-left: none;
}

@media screen and (min-width: 770px) {
  .p-shopExcerpt__column.is-address {
    width: 100%;
    display: flex;
  }
  .p-shopExcerpt__column.is-address .p-shopExcerpt__column__title {
    background: #21257c;
    color: #fff;
    width: 80px;
    text-align: center;
    flex-shrink: 0;
  }
  .p-shopExcerpt__column.is-address .p-shopExcerpt__column__text {
    flex-grow: 1;
  }
}

.p-shopExcerpt__column__title {
  font-size: 14px;
  font-weight: bold;
  padding: 12px 20px;
  background: #ebebeb;
}

@media screen and (max-width: 769px) {
  .p-shopExcerpt__column__title {
    padding: 6px 14px;
    font-size: 13px;
  }
}

.p-shopExcerpt__column__text {
  font-size: 14px;
  padding: 12px 20px;
}

@media screen and (max-width: 769px) {
  .p-shopExcerpt__column__text {
    padding: 8px 14px;
    font-size: 13px;
  }
}

.p-shopExcerpt__btn {
  padding-bottom: 30px;
}

@media screen and (max-width: 769px) {
  .p-shopExcerpt__btn {
    padding-bottom: 15px;
  }
}

.p-shopExcerpt__btn .c-btn01 {
  height: 100%;
  padding: 10px 25px 10px 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.44;
}

.p-shopExcerpt__btn-inner {
  margin-top: 20px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 0 30px;
}

@media screen and (max-width: 769px) {
  .p-shopExcerpt__btn-inner {
    gap: 0 5px;
    margin-top: 15px;
  }
}

.p-shopExcerpt__btn__detail, .p-shopExcerpt__btn__map {
  width: 250px;
}

@media screen and (max-width: 769px) {
  .p-shopExcerpt__btn__detail, .p-shopExcerpt__btn__map {
    width: auto;
  }
}

@media screen and (max-width: 769px) {
  .p-shopExcerpt__btn__map {
    width: 42%;
  }
}

@media screen and (max-width: 769px) {
  .p-shopExcerpt__btn__detail {
    width: 56%;
  }
}

.p-shopArea {
  margin-bottom: 60px;
}

@media screen and (max-width: 769px) {
  .p-shopArea {
    margin-bottom: 30px;
  }
}

.p-shopArea__note {
  font-size: 15px;
  line-height: 1.73333333;
  color: #000;
  padding: 14px 0 20px;
}

@media screen and (max-width: 769px) {
  .p-shopArea__note {
    font-size: 13px;
    line-height: 1.68;
  }
}

.p-shopSearchBox {
  margin-top: 30px;
  margin-bottom: 60px;
}

@media screen and (max-width: 769px) {
  .p-shopSearchBox {
    margin-top: 15px;
    margin-bottom: 40px;
  }
}

.p-shopSearchBox__fieldText {
  width: 100%;
  height: 44px;
  padding: 0 20px;
  font-size: 16px;
  background: #eaeaea;
  border: none;
  border-radius: 10px;
  outline-offset: -1px;
  margin-right: -1px;
}

.p-shopSearchBox__fieldText:focus {
  outline-color: #FF801E !important;
}

@media screen and (max-width: 769px) {
  .p-shopSearchBox__fieldText {
    font-size: 16px;
    height: 32px;
    border-radius: 7px;
    margin-right: auto;
    outline-offset: 0;
  }
}

.p-shopSearchBox__action {
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin-top: 20px;
}

@media screen and (max-width: 769px) {
  .p-shopSearchBox__action {
    display: block;
    margin-top: 15px;
  }
}

.p-shopSearchBox__actionBtn {
  width: 286px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  background: #dcdcdc;
  color: #12207f;
  border: 1px solid #12207f;
  border-radius: 10px;
  font-size: 16px;
  transition: opacity 0.4s ease;
}

.p-shopSearchBox__actionBtn:hover {
  opacity: 0.7;
}

@media screen and (max-width: 769px) {
  .p-shopSearchBox__actionBtn {
    width: 100%;
    font-size: 12.5px;
    height: 35px;
    border-radius: 7px;
  }
}

.p-shopSearchBox__actionBtn[type="submit"] {
  background: #12207f;
  color: #fff;
}

.p-shopSearchBox__actionBtn[type="submit"]::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background: url("../images/common/ico-search.svg") no-repeat center/16px;
}

@media screen and (max-width: 769px) {
  .p-shopSearchBox__actionBtn[type="submit"]::before {
    width: 14px;
    height: 14px;
    background-size: 14px;
  }
}

.p-shopSearchBox__actionBtn + .p-shopSearchBox__actionBtn {
  margin-left: 10px;
}

@media screen and (max-width: 769px) {
  .p-shopSearchBox__actionBtn + .p-shopSearchBox__actionBtn {
    margin-left: 0;
    margin-top: 10px;
  }
}

.p-searchResult__pager {
  margin: 20px 0 50px;
}

.p-searchResult__none {
  font-size: 20px;
  margin: 50px 0 120px;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 769px) {
  .p-searchResult__none {
    font-size: 16px;
    margin: 40px 0 60px;
  }
}

.p-shopAttrs {
  padding: 0 0 40px;
}

@media screen and (max-width: 769px) {
  .p-shopAttrs {
    padding-bottom: 30px;
  }
}

.p-shopAttrs .c-title03 {
  margin-bottom: 30px;
}

@media screen and (max-width: 769px) {
  .p-shopAttrs .c-title03 {
    margin-bottom: 20px;
  }
}

.p-shopAttrs__list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px 15px;
}

@media screen and (max-width: 769px) {
  .p-shopAttrs__list {
    gap: 15px 10px;
  }
}

.p-shopAttrs__listItem {
  width: calc(100% / 8 - 15px * 7 / 8);
}

@media screen and (max-width: 769px) {
  .p-shopAttrs__listItem {
    width: calc(100% / 6 - 10px * 5 / 6);
  }
}

.p-shopAttrs__listItem img {
  width: 100%;
}

.p-shopAttrs__listItemText {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.333;
  margin-top: 6px;
}

@media screen and (max-width: 769px) {
  .p-shopAttrs__listItemText {
    font-size: 11px;
    margin-top: 4px;
    margin-left: -5px;
    margin-right: -5px;
  }
}

.p-shopAttrs__listItem[data-enable="0"] {
  display: none;
}

.p-shopAttrs__listItem[data-enable="0"] img {
  filter: grayscale(100%);
}

/* ======================================
**
** 買取品目
**
\* =================================== */
.p-purchase-img {
  margin-bottom: 15px;
}

@media screen and (max-width: 769px) {
  .p-purchase-img {
    margin-top: 10px;
    margin-bottom: 0;
  }
}

.p-souba1 {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 769px) {
  .p-souba1 {
    display: block;
  }
}

.p-souba1__item {
  width: calc(100% / 4 - 10px * 3 / 4);
  border: 1px solid #100169;
  margin-top: 10px;
  margin-right: 10px;
}

.p-souba1__item:nth-child(-n+4) {
  margin-top: 0;
}

.p-souba1__item:nth-child(4n) {
  margin-right: 0;
}

@media screen and (max-width: 769px) {
  .p-souba1__item {
    width: 100%;
    margin-top: 9px !important;
    margin-right: 0;
    display: flex;
  }
  .p-souba1__item:first-child {
    margin-top: 0 !important;
  }
}

.p-souba1__title {
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  padding: 10px 0;
}

.p-souba1__title--gold {
  background-color: #D4AB44;
}

.p-souba1__title--blue {
  background-color: #286c91;
}

.p-souba1__title--gray-thin {
  background-color: #E7E7E7;
  color: #444444;
}

.p-souba1__title--gray {
  background-color: #ACAEAD;
}

@media screen and (max-width: 769px) {
  .p-souba1__title {
    width: 50%;
    font-size: 12.5px;
  }
}

.p-souba1__content {
  padding: 14px 0 16px;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 769px) {
  .p-souba1__content {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
}

.p-souba1__content__text1 {
  display: block;
  font-size: 21px;
}

@media screen and (max-width: 769px) {
  .p-souba1__content__text1 {
    font-size: 13px;
  }
}

.p-souba1__content__text2 {
  display: block;
  font-size: 17px;
}

@media screen and (max-width: 769px) {
  .p-souba1__content__text2 {
    font-size: 13px;
  }
}

.p-souba2 {
  border: 1px solid #100169;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  box-sizing: content-box;
}

@media screen and (max-width: 769px) {
  .p-souba2 {
    height: auto !important;
    display: block;
  }
}

.p-souba2__item {
  height: 60px;
  display: flex;
  align-items: center;
}

.p-souba2__item:not(:nth-child(-n + 4)) {
  border-left: 1px solid #286c91;
}

.p-souba2__item:not(:nth-child(4n)) {
  border-bottom: 1px dotted #808080;
}

@media screen and (max-width: 769px) {
  .p-souba2__item {
    height: auto;
  }
  .p-souba2__item:not(:nth-child(-n + 4)) {
    border-left: 0;
  }
  .p-souba2__item:not(:nth-child(4n)) {
    border-bottom: 0;
  }
  .p-souba2__item:not(:first-child) {
    border-top: 1px solid #286c91;
  }
}

.p-souba2__title {
  width: 46%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-souba2__title--gold {
  background-color: #d4ab44;
}

.p-souba2__title--blue {
  background-color: #286c91;
}

.p-souba2__title--gray-thin {
  background-color: #e7e7e7;
  color: #444444;
}

.p-souba2__title--gray {
  background-color: #acaead;
}

@media screen and (max-width: 769px) {
  .p-souba2__title {
    width: 50%;
    font-size: 12.5px;
    padding: 10px 0;
  }
}

.p-souba2__text {
  width: 54%;
  display: block;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 769px) {
  .p-souba2__text {
    width: 50%;
    font-size: 13px;
  }
}

.p-trendGraph {
  margin-bottom: 50px;
}

@media screen and (max-width: 769px) {
  .p-trendGraph {
    margin-bottom: 40px;
  }
}

.p-trendGraph img {
  max-width: 100%;
}

.p-condition {
  margin-bottom: 40px;
}

@media screen and (max-width: 769px) {
  .p-condition {
    margin-bottom: 30px;
  }
}

.p-condition__item {
  border: 1px solid #006b92;
  margin-top: 25px;
}

@media screen and (max-width: 769px) {
  .p-condition__item {
    margin-top: 20px;
  }
}

.p-condition__itemTitle {
  border-bottom: 1px solid #006b92;
  background: #ebebeb;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  padding: 15px 20px;
}

@media screen and (max-width: 769px) {
  .p-condition__itemTitle {
    font-size: 16px;
    padding: 12px 16px;
  }
}

.p-condition__itemDesc {
  padding: 30px 30px 20px;
  font-size: 15px;
  line-height: 1.866;
}

@media screen and (max-width: 769px) {
  .p-condition__itemDesc {
    padding: 20px 16px;
    font-size: 13px;
    line-height: 1.68;
  }
}

.p-condition__case {
  display: flex;
  flex-wrap: wrap;
  padding: 0 30px 30px;
  gap: 30px;
}

@media screen and (max-width: 769px) {
  .p-condition__case {
    display: block;
    padding: 0 16px 20px;
  }
}

.p-condition__caseItem {
  width: calc(100% / 2 - 30px / 2);
  display: flex;
  align-items: flex-end;
}

.p-condition__caseItemImage {
  width: 125px;
  flex-shrink: 0;
}

.p-condition__caseItemImage img {
  width: 100%;
}

@media screen and (max-width: 769px) {
  .p-condition__caseItemImage {
    width: 96px;
  }
}

.p-condition__caseItemData {
  margin-left: 15px;
  flex-grow: 1;
}

.p-condition__caseItemTitle {
  font-size: 15px;
  padding-bottom: 13px;
  margin-bottom: 13px;
  line-height: 1.4;
  border-bottom: 1px solid #006b92;
}

@media screen and (max-width: 769px) {
  .p-condition__caseItemTitle {
    font-size: 12.5px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}

.p-condition__caseItemPrice {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 769px) {
  .p-condition__caseItemPrice {
    font-size: 18px;
  }
}

@media screen and (max-width: 769px) {
  .p-condition__caseItem {
    width: 100%;
  }
  .p-condition__caseItem + .p-condition__caseItem {
    margin-top: 20px;
  }
}

.p-condition__feature {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: 25px;
}

.p-condition__feature .blue {
  color: #286B8E;
}

.p-condition__feature .border {
  position: relative;
}

.p-condition__feature .border::after {
  position: absolute;
  content: "";
  bottom: 6px;
  left: 0;
  width: 100%;
  height: 6.5px;
  background-color: #E3D521;
  z-index: -1;
}

@media screen and (max-width: 769px) {
  .p-condition__feature {
    font-size: 21.5px;
    line-height: 1.3;
    letter-spacing: normal;
  }
}

.p-imageSection {
  margin-bottom: 40px;
}

@media screen and (max-width: 769px) {
  .p-imageSection {
    margin-bottom: 30px;
  }
}

.p-imageSection__image {
  margin-top: 25px;
}

@media screen and (max-width: 769px) {
  .p-imageSection__image {
    margin-top: 15px;
  }
}

.p-imageSection__image img {
  width: 100%;
}

.p-evaluation {
  margin-bottom: 40px;
}

@media screen and (max-width: 769px) {
  .p-evaluation {
    margin-bottom: 30px;
  }
}

.p-evaluation__container {
  margin-top: 20px;
  gap: 25px 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  counter-reset: evaluation-number;
}

@media screen and (max-width: 769px) {
  .p-evaluation__container {
    display: block;
  }
}

.p-evaluation__item {
  width: calc(100% / 2 - 30px / 2);
  border: 1px solid #444;
  display: flex;
  flex-direction: column;
  counter-increment: evaluation-number;
}

@media screen and (max-width: 769px) {
  .p-evaluation__item {
    width: 100%;
  }
  .p-evaluation__item + .p-evaluation__item {
    margin-top: 20px;
  }
}

.p-evaluation__itemTitle {
  display: flex;
  align-items: stretch;
  justify-content: center;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  background: #ebebeb;
  text-align: center;
  flex-shrink: 0;
  padding: 15px 0 15px 70px;
}

@media screen and (max-width: 769px) {
  .p-evaluation__itemTitle {
    font-size: 16px;
    justify-content: flex-start;
    padding: 10px 0 10px 63px;
  }
}

.p-evaluation__itemTitle::before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 28px;
  content: counter(evaluation-number);
  width: 70px;
  height: 100%;
  background: #1d267c;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 769px) {
  .p-evaluation__itemTitle::before {
    font-size: 18px;
    width: 43px;
  }
}

.p-evaluation__itemDesc {
  padding: 20px 30px;
  font-size: 15px;
  flex-grow: 1;
  line-height: 1.86;
}

@media screen and (max-width: 769px) {
  .p-evaluation__itemDesc {
    font-size: 13px;
    line-height: 1.7;
    padding: 20px;
  }
}

.p-evaluation__itemImage {
  flex-shrink: 0;
}

.p-evaluation__itemImage img {
  width: 100%;
}

.p-expert {
  margin-bottom: 40px;
}

@media screen and (max-width: 769px) {
  .p-expert {
    margin-bottom: 30px;
  }
}

.p-expert__container {
  display: flex;
  flex-wrap: wrap;
  padding-top: 25px;
  gap: 30px 40px;
}

@media screen and (max-width: 769px) {
  .p-expert__container {
    gap: 20px;
  }
}

.p-expert__item {
  width: calc(100% / 4 - 40px * 3 / 4);
}

@media screen and (max-width: 769px) {
  .p-expert__item {
    width: calc(100% / 2 - 20px * 1 / 2);
  }
}

.p-expert__itemImage {
  margin-bottom: 12px;
}

.p-expert__itemImage img {
  width: 100%;
}

.p-expert__itemTitle {
  border-left: 8px solid #006b8b;
  line-height: 1.7;
  font-size: 15px;
  font-weight: bold;
  padding: 2px 0 2px 10px;
}

@media screen and (max-width: 769px) {
  .p-expert__itemTitle {
    font-size: 13px;
  }
}

.p-expert__itemComment {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.93;
}

@media screen and (max-width: 769px) {
  .p-expert__itemComment {
    font-size: 12px;
    line-height: 1.75;
  }
}

.p-expert__item:nth-child(n + 5) {
  display: none;
}

.p-expert__item.show {
  display: block;
}

.p-expert__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0 10px;
}

.p-accordionCase {
  margin-bottom: 50px;
}

.p-accordionCase__section {
  border-top: 1px solid #00728b;
}

.p-accordionCase__section + .p-accordionCase__section {
  margin-top: -1px;
}

.p-accordionCase__sectionTitle {
  position: relative;
  display: flex;
  align-items: center;
  padding: 5px 0;
  border-bottom: 1px solid #00728b;
}

.p-accordionCase__sectionTitleIcon {
  width: 90px;
  margin-right: 30px;
}

.p-accordionCase__sectionTitleIcon img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 769px) {
  .p-accordionCase__sectionTitleIcon {
    margin-right: 20px;
    width: 65px;
  }
}

.p-accordionCase__sectionTitleText {
  font-size: 23px;
  font-weight: bold;
}

@media screen and (max-width: 769px) {
  .p-accordionCase__sectionTitleText {
    font-size: 15.5px;
  }
}

.p-accordionCase__sectionTitle::before, .p-accordionCase__sectionTitle::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  display: block;
  width: 30px;
  height: 5px;
  background: #6b6b6b;
}

@media screen and (max-width: 769px) {
  .p-accordionCase__sectionTitle::before, .p-accordionCase__sectionTitle::after {
    width: 20px;
    height: 3px;
    right: 0;
  }
}

.p-accordionCase__sectionTitle::after {
  transform: rotate(90deg);
  transition: transform 0.4s ease;
}

.p-accordionCase__sectionTitle.is-open::after {
  transform: rotate(0);
}

.p-accordionCase__container {
  display: none;
  position: relative;
  padding: 0 10px;
}

@media screen and (max-width: 769px) {
  .p-accordionCase__container {
    padding: 0;
  }
}

.p-accordionCase__sliderNav {
  position: absolute;
  width: 100%;
  top: 50%;
  z-index: 100;
}

.p-accordionCase__sliderNavPrev, .p-accordionCase__sliderNavNext {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #286c91;
  width: 20px;
  height: 100px;
  top: -50px;
}

@media screen and (max-width: 769px) {
  .p-accordionCase__sliderNavPrev, .p-accordionCase__sliderNavNext {
    width: 16px;
    height: 55px;
    top: -27.5px;
  }
}

.p-accordionCase__sliderNavPrev.swiper-button-disabled, .p-accordionCase__sliderNavNext.swiper-button-disabled {
  opacity: 0.2;
  pointer-events: none;
}

.p-accordionCase__sliderNavPrev::before, .p-accordionCase__sliderNavNext::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: relative;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

@media screen and (max-width: 769px) {
  .p-accordionCase__sliderNavPrev::before, .p-accordionCase__sliderNavNext::before {
    width: 6px;
    height: 6px;
  }
}

.p-accordionCase__sliderNavPrev {
  left: -30px;
}

@media screen and (max-width: 769px) {
  .p-accordionCase__sliderNavPrev {
    left: -20px;
  }
}

.p-accordionCase__sliderNavPrev::before {
  transform: rotate(-135deg);
  left: 2px;
}

.p-accordionCase__sliderNavNext {
  right: -10px;
}

@media screen and (max-width: 769px) {
  .p-accordionCase__sliderNavNext {
    right: -20px;
  }
}

.p-accordionCase__sliderNavNext::before {
  transform: rotate(45deg);
  right: 2px;
}

.p-accordionCase__slider {
  transition: opacity 0.4s ease;
  padding: 20px 0;
}

@media screen and (max-width: 769px) {
  .p-accordionCase__sliderColumn {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 769px) {
  .p-accordionCase__sliderColumn .p-accordionCase__item {
    width: calc(100% / 2 - 20px * 1 / 2);
  }
}

.p-accordionCase__item {
  width: calc(100% / 3 - 20px * 2 / 3);
}

.p-accordionCase__itemImage {
  position: relative;
}

.p-accordionCase__itemImage img {
  width: 100%;
  height: auto;
}

.p-accordionCase__itemTag {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #286B91;
  color: #FFF;
  font-size: 15px;
  line-height: 31px;
  padding: 0 13px;
}

@media screen and (max-width: 769px) {
  .p-accordionCase__itemTag {
    font-size: 10px;
    line-height: 21px;
    padding: 0 8px;
  }
}

.p-accordionCase__itemTitle {
  margin-top: 15px;
  font-size: 17px;
  font-weight: bold;
  color: #286B91;
  line-height: 25px;
  display: flex;
  align-items: center;
}

.p-accordionCase__itemTitle::before {
  content: "";
  width: 22px;
  height: 22px;
  margin-right: 6px;
  flex-shrink: 0;
  background: url("../images/common/btn-blue.png") no-repeat center/22px;
}

@media screen and (max-width: 769px) {
  .p-accordionCase__itemTitle::before {
    width: 15px;
    height: 15px;
    background-size: 15px;
    margin-right: 4px;
  }
}

@media screen and (max-width: 769px) {
  .p-accordionCase__itemTitle {
    font-size: 13px;
    margin-top: 7px;
  }
}

.p-accordionCase__itemBrand {
  margin-top: 13px;
  font-size: 14px;
}

@media screen and (max-width: 769px) {
  .p-accordionCase__itemBrand {
    font-size: 10px;
    margin-top: 2px;
  }
}

.p-accordionCase__itemCategory {
  font-size: 14px;
}

@media screen and (max-width: 769px) {
  .p-accordionCase__itemCategory {
    font-size: 10px;
  }
}

.p-accordionCase__itemPrice {
  display: flex;
  align-items: flex-end;
  margin-top: 13px;
}

@media screen and (max-width: 769px) {
  .p-accordionCase__itemPrice {
    margin-top: 6px;
  }
}

.p-accordionCase__itemPriceTitle {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
}

@media screen and (max-width: 769px) {
  .p-accordionCase__itemPriceTitle {
    font-size: 10px;
  }
}

.p-accordionCase__itemPriceNumber {
  font-family: "Lato", sans-serif;
  font-size: 29px;
  font-weight: bold;
  line-height: 1;
  color: #A8272D;
}

@media screen and (max-width: 769px) {
  .p-accordionCase__itemPriceNumber {
    font-size: 20px;
  }
}

.p-accordionCase__itemPriceUnit {
  position: relative;
  top: 2px;
  margin-left: 4px;
  font-size: 15px;
  color: #444444;
  font-weight: bold;
}

@media screen and (max-width: 769px) {
  .p-accordionCase__itemPriceUnit {
    font-size: 10px;
  }
}

.p-accordionCase__notice {
  font-size: 16px;
  color: #000000;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width: 769px) {
  .p-accordionCase__notice {
    font-size: 12px;
    letter-spacing: 0.0em;
    margin-top: 12px;
  }
}

.p-brandTable {
  margin: 0 0 60px;
}

@media screen and (max-width: 769px) {
  .p-brandTable {
    margin: 0 0 40px;
  }
}

.p-brandTable__body {
  margin-top: 25px;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  border-left: 1px solid #006b92;
  border-top: 1px solid #006b92;
}

.p-brandTable__row {
  width: 100%;
  display: flex;
  align-items: stretch;
}

@media screen and (max-width: 769px) {
  .p-brandTable__row {
    flex-wrap: wrap;
  }
  .p-brandTable__row .p-brandTable__cell:nth-child(n + 3) {
    background: #eeefee;
  }
}

@media screen and (min-width: 770px) {
  .p-brandTable__row:nth-child(2n) .p-brandTable__cell {
    background: #eeefee;
  }
}

.p-brandTable__cell {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 5px;
  position: relative;
  width: 25%;
  border: 1px solid #006b92;
  border-left: none;
  border-top: none;
  font-size: 16px;
  line-height: 1.5;
}

.p-brandTable__cell a {
  color: inherit;
}

.p-brandTable__cell a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 769px) {
  .p-brandTable__cell {
    font-size: 13px;
    width: 50%;
  }
}

.p-maker {
  margin: 0 0 60px;
}

@media screen and (max-width: 769px) {
  .p-maker {
    margin: 0 0 40px;
  }
}

.p-maker__description {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.75;
}

@media screen and (max-width: 769px) {
  .p-maker__description {
    margin-top: 10px;
    font-size: 13px;
  }
}

.p-maker__list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 15px 40px;
  margin-top: 25px;
}

@media screen and (max-width: 769px) {
  .p-maker__list {
    gap: 20px 25px;
  }
}

.p-maker__listItem {
  width: calc(100% / 3 - 40px * 2 / 3);
}

@media screen and (max-width: 769px) {
  .p-maker__listItem {
    width: calc(100% / 2 - 25px * 1 / 2);
  }
}

.p-maker__listItemImage {
  margin-bottom: 6px;
}

.p-maker__listItemImage img {
  width: 100%;
  height: auto;
}

.p-maker__listItemTitle {
  font-size: 17px;
  line-height: 1.35;
  text-align: center;
}

@media screen and (max-width: 769px) {
  .p-maker__listItemTitle {
    font-size: 14px;
  }
}

.p-priceSimulator {
  padding-bottom: 50px;
}

.p-priceSimulator__desc {
  padding: 20px 0;
  font-size: 15px;
  line-height: 1.8;
}

@media screen and (max-width: 769px) {
  .p-priceSimulator__desc {
    font-size: 13px;
    line-height: 1.6;
  }
}

.p-priceSimulator__selectors {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 35px;
  margin-bottom: 20px;
  position: relative;
}

@media screen and (max-width: 769px) {
  .p-priceSimulator__selectors {
    display: block;
    padding-bottom: 25px;
    margin-bottom: 10px;
  }
}

.p-priceSimulator__selectors::after {
  position: absolute;
  left: calc(50% - 12.5px);
  bottom: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 12.5px 0 12.5px;
  border-color: #6b6b6b transparent transparent transparent;
}

@media screen and (max-width: 769px) {
  .p-priceSimulator__selectors::after {
    border-width: 14px 10px 0 10px;
  }
}

.p-priceSimulator__selectorsItem {
  width: calc(100% / 2 - 20px * 1 / 2);
}

@media screen and (max-width: 769px) {
  .p-priceSimulator__selectorsItem {
    width: auto;
    display: flex;
    align-items: stretch;
  }
  .p-priceSimulator__selectorsItem + .p-priceSimulator__selectorsItem {
    margin-top: 10px;
  }
}

.p-priceSimulator__selectorsItemTitle {
  background: #466ea8;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 769px) {
  .p-priceSimulator__selectorsItemTitle {
    font-size: 13px;
    width: 103px;
    height: 40px;
    flex-shrink: 0;
  }
}

.p-priceSimulator__selectorsItemField {
  height: 50px;
  background: #e7e9eb;
  position: relative;
}

@media screen and (max-width: 769px) {
  .p-priceSimulator__selectorsItemField {
    font-size: 13px;
    height: auto;
    width: 100%;
  }
}

.p-priceSimulator__selectorsItemField::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 15px;
  display: block;
  width: 14px;
  height: 14px;
  border-right: 1px solid #466ea8;
  border-bottom: 1px solid #466ea8;
  transform: rotate(45deg);
  pointer-events: none;
}

@media screen and (max-width: 769px) {
  .p-priceSimulator__selectorsItemField::after {
    top: 12px;
    right: 13px;
    width: 10px;
    height: 10px;
  }
}

.p-priceSimulator__selectorsItemField select {
  width: 100%;
  height: 100%;
  font-size: 15px;
  padding: 10px 15px;
  background: transparent;
  border: none;
  outline: none;
  -webkit-appearance: none;
}

.p-priceSimulator__footer {
  display: flex;
  align-items: stretch;
}

@media screen and (max-width: 769px) {
  .p-priceSimulator__footer {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.p-priceSimulator__button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1d267c;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 10px;
  width: 320px;
  height: 70px;
  flex-shrink: 0;
  margin-right: 15px;
  transition: opacity 0.4s ease;
}

@media screen and (max-width: 769px) {
  .p-priceSimulator__button {
    width: 274px;
    height: 47px;
    font-size: 15px;
    margin: 0;
  }
}

.p-priceSimulator__button:hover {
  opacity: 0.7;
}

.p-priceSimulator__result {
  display: flex;
  align-items: stretch;
  flex-grow: 1;
  border: 1px solid #007893;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
  overflow: hidden;
  border-radius: 10px;
}

@media screen and (max-width: 769px) {
  .p-priceSimulator__result {
    width: 274px;
    height: 47px;
    margin: 10px 0 0 0;
  }
}

.p-priceSimulator__resultTitle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  background: #ddd;
}

@media screen and (max-width: 769px) {
  .p-priceSimulator__resultTitle {
    font-size: 14px;
  }
}

.p-priceSimulator__resultPrice {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  flex-shrink: 0;
}

@media screen and (max-width: 769px) {
  .p-priceSimulator__resultPrice {
    font-size: 15px;
    width: 155px;
  }
}

.p-priceSimulator__alert {
  font-size: 17px;
  font-weight: bold;
  color: #f00;
  margin: 16px 0 30px;
  text-align: center;
}

@media screen and (max-width: 769px) {
  .p-priceSimulator__alert {
    width: 274px;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
    line-height: 1.6;
  }
}

.p-priceResult {
  margin-top: 30px;
}

.p-priceResult__header {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
  line-height: 1;
}

@media screen and (max-width: 769px) {
  .p-priceResult__header {
    margin-bottom: 10px;
  }
}

.p-priceResult__title {
  color: #466c8d;
  font-size: 22px;
  font-weight: bold;
}

@media screen and (max-width: 769px) {
  .p-priceResult__title {
    font-size: 13.5px;
  }
}

.p-priceResult__update {
  margin-left: auto;
  font-size: 15px;
  font-weight: bold;
}

@media screen and (max-width: 769px) {
  .p-priceResult__update {
    font-size: 11.5px;
  }
}

.p-priceResult__inner {
  background: #e7e9eb;
  padding: 0 20px 20px;
  height: 300px;
  border-top: 1px solid #466c8d;
  overflow-y: scroll;
}

@media screen and (max-width: 769px) {
  .p-priceResult__inner {
    padding: 0 10px 16px;
    height: 210px;
  }
}

.p-priceTable {
  padding-top: 20px;
}

@media screen and (max-width: 769px) {
  .p-priceTable {
    padding-top: 16px;
  }
}

.p-priceTable__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
}

@media screen and (max-width: 769px) {
  .p-priceTable__title {
    font-size: 13px;
    margin-bottom: 10px;
  }
}

.p-priceTable__title::before {
  content: "■";
  color: #466c8d;
  margin-right: 4px;
}

.p-priceTable__content {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.p-priceTable__content thead tr th {
  color: #fff;
  background: #000;
  padding: 5px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-right: 1px solid #e1e1e1;
  vertical-align: middle;
}

@media screen and (max-width: 769px) {
  .p-priceTable__content thead tr th {
    font-size: 12.5px;
    padding: 2px 5px;
  }
}

.p-priceTable__content thead tr th:last-child {
  border-right: none;
}

.p-priceTable__content thead tr th:nth-child(1) {
  background: #6b6b6b;
}

.p-priceTable__content thead tr th:nth-child(2) {
  background: #466cd2;
}

.p-priceTable__content thead tr th:nth-child(3) {
  background: #466cb2;
}

.p-priceTable__content thead tr th:nth-child(4) {
  background: #466c8d;
}

.p-priceTable__content tbody tr td {
  font-size: 16px;
  text-align: center;
  padding: 5px;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  background: #fff;
}

@media screen and (max-width: 769px) {
  .p-priceTable__content tbody tr td {
    font-size: 12.5px;
    padding: 2px 5px;
  }
}

.p-priceTable__content tbody tr td:nth-child(1) {
  background: #daeaf2;
  border-bottom: 1px solid #fff;
}

.p-priceTable__content tbody tr td:last-child {
  border-right: none;
}

.p-priceTable__content tbody tr td.is-selected {
  background: #daeaf2;
}

.p-priceTable__content tbody tr:last-child td {
  border-bottom: none !important;
}

.p-priceNotice {
  margin-top: 30px;
}

.p-priceNotice__title {
  color: #466c8d;
  font-size: 22px;
  font-weight: bold;
  border-bottom: 1px solid #007893;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

@media screen and (max-width: 769px) {
  .p-priceNotice__title {
    font-size: 13.5px;
  }
}

.p-priceNotice__item {
  font-size: 15px;
  line-height: 1.8;
}

@media screen and (max-width: 769px) {
  .p-priceNotice__item {
    font-size: 12px;
    line-height: 1.6;
  }
}

.p-categoryRanking {
  padding: 0 0 50px;
}

.p-categoryRanking .c-title01 {
  font-size: 23px;
  margin-bottom: 20px;
}

@media screen and (max-width: 769px) {
  .p-categoryRanking .c-title01 {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.25;
    letter-spacing: normal;
  }
}

.p-categoryRanking .c-title01::after {
  height: 75%;
}

.p-categoryRanking .c-title01 span {
  letter-spacing: normal;
}

@media screen and (max-width: 769px) {
  .p-categoryRanking .c-title01 span {
    display: block;
    font-size: 12px;
  }
}

.p-categoryRanking__section + .p-categoryRanking__section {
  margin-top: 30px;
}

@media screen and (max-width: 769px) {
  .p-categoryRanking__section + .p-categoryRanking__section {
    margin-top: 20px;
  }
}

.p-categoryRanking__section:nth-child(n + 4) {
  display: none;
}

.p-categoryRanking__section:nth-child(n + 4).show {
  display: block;
}

.p-categoryRanking__sectionTitle {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.06em;
  color: #286c89;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  line-height: 1.25;
}

@media screen and (max-width: 769px) {
  .p-categoryRanking__sectionTitle {
    font-size: 15.5px;
    margin-bottom: 10px;
  }
}

.p-categoryRanking__sectionTitle::before {
  content: "";
  display: block;
  width: 10px;
  height: 1.5em;
  position: relative;
  top: 2px;
  margin-right: 10px;
  background: #286c89;
}

@media screen and (max-width: 769px) {
  .p-categoryRanking__sectionTitle::before {
    top: 1px;
    margin-right: 7px;
    width: 7px;
  }
}

.p-categoryRanking__table {
  width: 100%;
  border: 1px solid #286c89;
  border-collapse: collapse;
}

.p-categoryRanking__tablePrice {
  width: 180px;
  font-weight: bold;
  text-align: center;
  color: #cf1520;
}

@media screen and (max-width: 769px) {
  .p-categoryRanking__tablePrice {
    width: 120px;
    font-size: 13px;
  }
}

.p-categoryRanking__table thead th {
  border: 1px solid #286c89;
  border-bottom: none;
  background: #e3eff6;
  font-size: 16px;
  font-weight: bold;
  padding: 6px 10px;
}

@media screen and (max-width: 769px) {
  .p-categoryRanking__table thead th {
    font-size: 14px;
  }
}

.p-categoryRanking__table tbody td {
  border: 1px solid #286c89;
  padding: 6px 10px;
  font-size: 15px;
  vertical-align: middle;
}

@media screen and (max-width: 769px) {
  .p-categoryRanking__table tbody td {
    font-size: 12.5px;
    line-height: 1.5;
    padding: 5px;
  }
}

.p-categoryRanking__table tbody td .rank {
  display: flex;
  align-items: center;
}

.p-categoryRanking__table tbody td .rank::before {
  content: "1";
  font-weight: bold;
  color: #fff;
  padding-top: 4px;
  flex-shrink: 0;
  margin-right: 15px;
  width: 39px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../images/category/img_crown_04.png") no-repeat left top/39px 30px;
}

@media screen and (max-width: 769px) {
  .p-categoryRanking__table tbody td .rank::before {
    font-size: 10px;
    width: 25px;
    height: 19px;
    background-size: 25px 19px;
    margin-right: 10px;
  }
}

.p-categoryRanking__table tbody tr:first-child td {
  border-top: none;
}

.p-categoryRanking__table tbody tr:nth-child(2n) td {
  background: #f4f5f5;
}

.p-categoryRanking__table tbody tr:nth-child(1) td .rank::before {
  content: "1";
  background-image: url("../images/category/img_crown_01.png");
}

.p-categoryRanking__table tbody tr:nth-child(2) td .rank::before {
  content: "2";
  background-image: url("../images/category/img_crown_02.png");
}

.p-categoryRanking__table tbody tr:nth-child(3) td .rank::before {
  content: "3";
  background-image: url("../images/category/img_crown_03.png");
}

.p-categoryRanking__table tbody tr:nth-child(4) td .rank::before {
  content: "4";
}

.p-categoryRanking__table tbody tr:nth-child(5) td .rank::before {
  content: "5";
}

.p-categoryRanking__more {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 769px) {
  .p-categoryRanking__more {
    margin-top: 20px;
  }
}

.p-alertBox {
  margin-top: 45px;
  background: #fcfae2;
  border-radius: 40px;
  padding: 25px 30px 30px 70px;
}

@media screen and (max-width: 769px) {
  .p-alertBox {
    margin-top: 20px;
    padding: 20px 25px;
    border-radius: 20px;
  }
}

.p-alertBox__title {
  color: #ca3737;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.02em;
  position: relative;
}

@media screen and (max-width: 769px) {
  .p-alertBox__title {
    font-size: 16px;
    padding-left: 34px;
  }
}

.p-alertBox__title::before {
  content: "";
  display: block;
  position: absolute;
  left: -46px;
  top: 0;
  width: 36px;
  height: 46px;
  background: url("../images/category/img_notice.png") no-repeat center top/36px 46px;
}

@media screen and (max-width: 769px) {
  .p-alertBox__title::before {
    width: 24px;
    height: 30px;
    background-size: 24px 30px;
    left: 0;
    top: 0;
  }
}

.p-alertBox__text {
  margin-top: 10px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.85;
}

@media screen and (max-width: 769px) {
  .p-alertBox__text {
    font-size: 13px;
    line-height: 1.69;
  }
}

.p-alertBox__note {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.85;
}

@media screen and (max-width: 769px) {
  .p-alertBox__note {
    margin-top: 3px;
    font-size: 13px;
    line-height: 1.69;
  }
}

/* ======================================
**
** 買取大吉の特徴
**
\* =================================== */
.p-feature__title {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.684;
}

@media screen and (max-width: 769px) {
  .p-feature__title {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
}

.p-feature__text {
  font-size: 15px;
  padding-top: 8px;
  line-height: 1.866;
}

@media screen and (max-width: 769px) {
  .p-feature__text {
    font-size: 13px;
    line-height: 1.69;
  }
}

/* ======================================
**
** ニュース
**
\* =================================== */
.p-archive__article {
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  align-content: center;
  flex-flow: row nowrap;
}

.p-archive__article:not(:first-child) {
  border-top: 1px dotted #808080;
}

.p-archive__article.new .p-archive__item {
  font-weight: bold !important;
}

.p-archive__article.new .p-archive__item .p-archive__label {
  color: #A9001A;
}

@media screen and (max-width: 769px) {
  .p-archive__article {
    padding: 9px 0;
  }
}

.p-archive__article-thumbnail {
  flex: 0 0  270px;
  max-width: 270px;
  margin-left: 30px;
}

@media screen and (max-width: 769px) {
  .p-archive__article-thumbnail {
    flex: 0 0  120px;
    max-width: 120px;
    margin-left: 20px;
  }
}

.p-archive__article-thumbnail img {
  width: 100%;
  max-width: 100%;
  height: 150px !important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  background-color: #f0f0f0;
}

@media screen and (max-width: 769px) {
  .p-archive__article-thumbnail img {
    height: 65px !important;
  }
}

.p-archive__item {
  flex: 1;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row nowrap;
  font-size: 16px;
  color: #444444;
}

.p-archive__item.p-archive__item--tax {
  flex-flow: row wrap;
}

.p-archive__item:hover .p-archive__title {
  text-decoration: underline;
}

@media screen and (max-width: 769px) {
  .p-archive__item {
    font-size: 11.5px;
  }
}

.p-archive__attr {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row wrap;
}

@media screen and (max-width: 769px) {
  .p-archive__attr {
    flex-flow: row nowrap;
  }
}

.p-archive__item--tax .p-archive__time {
  flex: 0 0  100%;
  max-width: 100%;
}

@media screen and (max-width: 769px) {
  .p-archive__item--tax .p-archive__time {
    flex: 0 0  80px;
    max-width: 80px;
    width: 80px;
  }
}

.p-archive__item--tax .p-archive__label {
  flex: 0 0  100%;
  max-width: 100%;
}

@media screen and (max-width: 769px) {
  .p-archive__item--tax .p-archive__label {
    flex: 0 0  120px;
    max-width: 120px;
    width: 120px;
  }
}

.p-archive__item--tax .p-archive__title {
  flex: 0 0  100%;
  max-width: 100%;
  width: 100%;
}

.p-archive__time {
  width: 120px;
  font-weight: bold;
  color: #100169;
}

@media screen and (max-width: 769px) {
  .p-archive__time {
    width: 80px;
  }
}

.p-archive__label {
  width: 160px;
  letter-spacing: -0.05em;
}

@media screen and (max-width: 769px) {
  .p-archive__label {
    width: 80px;
  }
}

.p-archive__title {
  width: calc(100% - 120px - 110px);
}

@media screen and (max-width: 769px) {
  .p-archive__title {
    width: calc(100% - 80px - 65px);
    font-size: 13px;
    line-height: 1.4;
  }
}

.p-wpContent {
  text-align: justify;
}

.p-wpContent::after {
  content: "";
  display: table;
  clear: both;
}

.p-wpContent h2:first-child, .p-wpContent p:first-child, .p-wpContent .js-scrollable:first-child, .p-wpContent table:first-child, .p-wpContent ul:first-child, .p-wpContent ol:first-child {
  margin-top: 0;
}

.p-wpContent h2 {
  font-size: 19px;
  margin-top: 3em;
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 769px) {
  .p-wpContent h2 {
    font-size: 14px;
  }
}

.p-wpContent h2 + * {
  margin-top: 1em;
}

.p-wpContent p {
  margin-top: 2em;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1.86;
}

@media screen and (max-width: 769px) {
  .p-wpContent p {
    font-size: 13px;
    letter-spacing: 0.02em;
  }
}

@media screen and (max-width: 769px) {
  .p-wpContent img {
    width: 100%;
    height: auto;
  }
}

.p-wpContent a {
  color: #000;
  text-decoration: underline;
}

.p-wpContent a:hover {
  text-decoration: none;
}

.p-wpContent .js-scrollable {
  padding: 40px 0 0;
}

.p-wpContent .js-scrollable:first-child {
  padding-top: 0;
}

@media screen and (max-width: 769px) {
  .p-wpContent .js-scrollable {
    padding: 20px 0 0;
  }
}

.p-wpContent table {
  width: 100%;
  margin: 2em 0;
  border: 1px solid #000;
  border-collapse: collapse;
}

.p-wpContent table tr th {
  background: #f7f7f7;
  padding: 15px 20px;
  border: 1px solid #000;
  text-align: left;
}

@media screen and (max-width: 769px) {
  .p-wpContent table tr th {
    white-space: nowrap;
    padding: 7px 10px;
  }
}

.p-wpContent table tr td {
  padding: 15px 20px;
  border: 1px solid #000;
}

@media screen and (max-width: 769px) {
  .p-wpContent table tr td {
    white-space: nowrap;
    padding: 7px 10px;
  }
}

.p-wpContent ul {
  margin: 40px 0;
}

@media screen and (max-width: 769px) {
  .p-wpContent ul {
    margin: 20px 0;
  }
}

.p-wpContent ul li {
  position: relative;
  padding-left: 14px;
}

@media screen and (max-width: 769px) {
  .p-wpContent ul li {
    padding-left: 7px;
  }
}

.p-wpContent ul li + li {
  margin-top: 4px;
}

@media screen and (max-width: 769px) {
  .p-wpContent ul li + li {
    margin-top: 2px;
  }
}

.p-wpContent ul li::before {
  position: absolute;
  left: 0;
  top: 11px;
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 8px;
  background: #4a4a4a;
}

.p-wpContent ol {
  margin: 40px 0;
  counter-reset: count;
}

@media screen and (max-width: 769px) {
  .p-wpContent ol {
    margin: 20px 0;
  }
}

.p-wpContent ol li {
  position: relative;
  padding-left: 22px;
  counter-increment: count;
}

@media screen and (max-width: 769px) {
  .p-wpContent ol li {
    padding-left: 11px;
  }
}

.p-wpContent ol li + li {
  margin-top: 4px;
}

@media screen and (max-width: 769px) {
  .p-wpContent ol li + li {
    margin-top: 2px;
  }
}

.p-wpContent ol li::before {
  position: absolute;
  left: 0;
  content: counter(count) ".";
}

.p-wpContent blockquote {
  padding: 30px;
  background: #f7f7f7;
}

@media screen and (max-width: 769px) {
  .p-wpContent blockquote {
    padding: 15px;
  }
}

.p-wpContent blockquote cite {
  display: block;
  margin-top: 20px;
}

@media screen and (max-width: 769px) {
  .p-wpContent blockquote cite {
    margin-top: 10px;
  }
}

.p-wpContent blockquote cite::before {
  content: "引用元：";
}

.p-wpContent .alignnone {
  margin: 0 15px 20px 0;
}

@media screen and (max-width: 769px) {
  .p-wpContent .alignnone {
    float: none;
    margin: 0 0 15px;
  }
}

.p-wpContent .aligncenter {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 769px) {
  .p-wpContent .aligncenter {
    float: none;
    margin: 0 0 15px;
  }
}

.p-wpContent .alignright {
  float: right;
  margin: 0 0 20px 15px;
}

@media screen and (max-width: 769px) {
  .p-wpContent .alignright {
    float: none;
    margin: 0 0 15px;
  }
}

.p-wpContent .alignleft {
  float: left;
  margin: 0 15px 20px 0;
}

@media screen and (max-width: 769px) {
  .p-wpContent .alignleft {
    float: none;
    margin: 0 0 15px;
  }
}

/* ======================================
**
** 買取ブランド
**
\* =================================== */
.p-brandTab {
  display: flex;
  flex-wrap: wrap;
}

.p-brandTab__item {
  width: calc(100% / 10 - 14px * 9 / 10);
  height: 61px;
  line-height: 61px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  background-color: #D8E4EB;
  color: #444444;
  transition: 0.3s;
}

.p-brandTab__item:not(:nth-child(10n)) {
  margin-right: 14px;
}

.p-brandTab__item:not(:nth-child(-n+10)) {
  margin-top: 14px;
}

.p-brandTab__item:hover {
  opacity: 0.7;
}

@media screen and (max-width: 769px) {
  .p-brandTab__item {
    width: calc(100% / 6 - 10px * 5 / 6);
    height: 46px;
    line-height: 46px;
    font-size: 13px;
  }
  .p-brandTab__item:not(:nth-child(10n)) {
    margin-right: 0px;
  }
  .p-brandTab__item:not(:nth-child(-n+10)) {
    margin-top: 0px;
  }
  .p-brandTab__item:not(:nth-child(6n)) {
    margin-right: 10px;
  }
  .p-brandTab__item:not(:nth-child(-n+6)) {
    margin-top: 10px;
  }
}

.p-brandList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}

@media screen and (max-width: 769px) {
  .p-brandList {
    margin-top: 17px;
  }
}

.p-brandList__item {
  width: 25%;
  padding: 3px 19px;
  position: relative;
  background-image: linear-gradient(to bottom, #808080, #808080 1px, transparent 1px, transparent 8px);
  background-size: 1px 3px;
  background-position: left top;
  background-repeat: repeat-y;
}

.p-brandList__item:not(:nth-child(-n+4)) {
  margin-top: 18px;
}

.p-brandList__item:nth-child(4n)::after, .p-brandList__item:last-child::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 100%;
  background-image: linear-gradient(to bottom, #808080, #808080 1px, transparent 1px, transparent 8px);
  background-size: 1px 3px;
  background-position: right top;
  background-repeat: repeat-y;
}

@media screen and (max-width: 769px) {
  .p-brandList__item {
    width: 50%;
    padding: 8px 16px;
  }
  .p-brandList__item:not(:nth-child(-n+4)) {
    margin-top: 0px;
  }
  .p-brandList__item:not(:nth-child(-n+2)) {
    margin-top: 13.5px;
  }
  .p-brandList__item:nth-child(4n)::after, .p-brandList__item:last-child::after {
    content: none;
  }
  .p-brandList__item:nth-child(2n)::after, .p-brandList__item:last-child::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 3px;
    height: 100%;
    background-image: linear-gradient(to bottom, #808080, #808080 1px, transparent 1px, transparent 8px);
    background-size: 1px 3px;
    background-position: right top;
    background-repeat: repeat-y;
  }
}

.p-brandList__titleJa {
  display: flex;
  font-size: 15px;
  font-weight: bold;
  color: #000;
  letter-spacing: 0.1em;
}

.p-brandList__titleJa .ico {
  width: 14px;
  height: 14px;
  margin-right: 4px;
  transform: translateY(40%);
}

@media screen and (max-width: 769px) {
  .p-brandList__titleJa .ico {
    width: 12px;
    height: 12px;
    margin-right: 3.2px;
  }
}

.p-brandList__titleJa .ico img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.p-brandList__titleJa .text {
  width: calc(100% - 18px);
  color: #286B83;
}

@media screen and (max-width: 769px) {
  .p-brandList__titleJa .text {
    width: calc(100% - 15.2px);
  }
}

@media screen and (max-width: 769px) {
  .p-brandList__titleJa {
    font-size: 13px;
  }
}

.p-brandList__titleJa:hover .text {
  text-decoration: underline;
}

.p-brandList__titleEn {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 2;
  width: 100%;
}

@media screen and (max-width: 769px) {
  .p-brandList__titleEn {
    font-size: 11px;
  }
}

.p-brandSoubaTitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-brandSoubaTitle__item {
  line-height: 1;
  padding: 16px 0;
  font-size: 16px;
  font-weight: bold;
  color: #286B83;
  border-bottom: 1px solid #286B83;
  text-align: center;
}

.p-brandSoubaTitle__item:nth-of-type(1) {
  width: 23.6%;
}

.p-brandSoubaTitle__item:nth-of-type(2) {
  width: 43.2%;
}

.p-brandSoubaTitle__item:nth-of-type(3) {
  width: 22.6%;
}

@media screen and (max-width: 769px) {
  .p-brandSoubaTitle__item {
    font-size: 11.5px;
    padding: 10px 0;
  }
  .p-brandSoubaTitle__item:nth-of-type(1) {
    width: 21.6%;
  }
  .p-brandSoubaTitle__item:nth-of-type(2) {
    width: 41.8%;
  }
  .p-brandSoubaTitle__item:nth-of-type(3) {
    width: 27.2%;
  }
}

.p-brandSouba {
  display: flex;
  justify-content: space-between;
  padding: 25px 0;
}

.p-brandSouba:not(:first-child) {
  border-top: 1px dotted #808080;
}

@media screen and (max-width: 769px) {
  .p-brandSouba {
    display: grid;
    grid-template-columns: 105px 1fr;
    grid-template-rows: auto 1fr;
    padding: 0;
    border-top: 0 !important;
  }
  .p-brandSouba:not(:first-child) {
    margin-top: 24px;
  }
}

.p-brandSouba__img {
  width: 23.6%;
}

.p-brandSouba__img img {
  width: 100%;
}

@media screen and (max-width: 769px) {
  .p-brandSouba__img {
    width: auto;
    padding-right: 10px;
    grid-column: 1 / 2;
    grid-row: 1 / 3;
  }
}

.p-brandSouba__title {
  width: 43.2%;
}

@media screen and (max-width: 769px) {
  .p-brandSouba__title {
    width: auto;
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    margin-bottom: 5px;
  }
}

.p-brandSouba__price {
  width: 22.6%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  font-size: 15px;
  font-weight: bold;
}

.p-brandSouba__price__title {
  color: #286b82;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 769px) {
  .p-brandSouba__price__title {
    line-height: 1;
    font-size: 10.5px;
    margin-top: 2px;
    margin-right: 10px;
  }
}

.p-brandSouba__price__num {
  margin-top: 6px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

@media screen and (max-width: 769px) {
  .p-brandSouba__price__num {
    align-items: center;
    margin-top: 0;
  }
}

.p-brandSouba__price .red {
  line-height: 1;
  font-family: "Lato", sans-serif;
  font-size: 29px;
  color: #9D272D;
  margin-right: 0.2em;
}

@media screen and (max-width: 769px) {
  .p-brandSouba__price {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    font-size: 10px;
  }
  .p-brandSouba__price .red {
    font-size: 15px;
    margin-right: 0.15em;
  }
}

.p-brandSouba__link {
  display: flex;
}

.p-brandSouba__link .ico {
  width: 21px;
  height: 21px;
  margin-right: 7px;
}

.p-brandSouba__link .ico img {
  vertical-align: top;
  width: 100%;
  height: 100%;
}

.p-brandSouba__link .text {
  width: calc(100% - 28px);
  line-height: 21px;
  font-size: 17px;
  font-weight: bold;
  color: #286B83;
  letter-spacing: 0.08em;
  text-align: justify;
}

@media screen and (max-width: 769px) {
  .p-brandSouba__link .ico {
    width: 11.5px;
    height: 11.5px;
    margin-right: 4px;
  }
  .p-brandSouba__link .text {
    width: calc(100% - 15.5px);
    text-align: justify;
    font-size: 12.5px;
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin-top: -0.34em;
  }
}

.p-brandSouba__text {
  margin-top: 18px;
  font-size: 15px;
  line-height: 1.8667;
  letter-spacing: 0.08em;
  text-align: justify;
}

@media screen and (max-width: 769px) {
  .p-brandSouba__text {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    margin-top: 8px;
  }
}

.p-marketPlace {
  margin-top: 20px;
  display: flex;
  align-items: stretch;
}

@media screen and (max-width: 769px) {
  .p-marketPlace {
    margin-top: 15px;
  }
}

.p-marketPlace__thumbnail {
  width: 360px;
  flex-shrink: 0;
  padding-right: 30px;
}

@media screen and (max-width: 769px) {
  .p-marketPlace__thumbnail {
    width: 50%;
    padding-right: 20px;
  }
}

.p-marketPlace__thumbnail img {
  width: 100%;
  height: auto;
}

.p-marketPlace__title {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  width: 100%;
  flex-grow: 1;
  font-size: 24px;
  font-weight: bold;
  color: #006b83;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 769px) {
  .p-marketPlace__title {
    letter-spacing: 0.06em;
    font-size: 18px;
    line-height: 1.5;
  }
}

.p-marketPlace__titleCatch {
  font-size: 28px;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 769px) {
  .p-marketPlace__titleCatch {
    font-size: 22px;
  }
}

.p-marketPlace__titleCatch::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: -1;
  width: 160px;
  height: 4px;
  background-color: #E3D521;
}

@media screen and (max-width: 769px) {
  .p-marketPlace__titleCatch::after {
    bottom: 6px;
    width: 130px;
    height: 3px;
  }
}

.p-marketPlaceTable {
  margin-top: 30px;
}

@media screen and (max-width: 769px) {
  .p-marketPlaceTable {
    margin-top: 20px;
  }
}

.p-marketPlaceTable__header {
  display: flex;
  background: #d5edf4;
  align-items: stretch;
}

.p-marketPlaceTable__headerCol {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0;
  font-size: 16px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 769px) {
  .p-marketPlaceTable__headerCol {
    padding: 8px 0;
    font-size: 14px;
  }
}

.p-marketPlaceTable__headerCol:nth-child(1) {
  width: 38%;
  flex: 1;
  flex-basis: 38%;
}

.p-marketPlaceTable__headerCol:nth-child(2) {
  width: 31%;
  border-left: 1px dotted #fff;
  flex: 1;
  flex-basis: 31%;
}

.p-marketPlaceTable__headerCol:nth-child(3) {
  width: 31%;
  border-left: 1px dotted #fff;
  flex: 1;
  flex-basis: 31%;
}

.p-marketPlaceTable__row {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid #999;
}

.p-marketPlaceTable__row:nth-child(2n - 1) {
  background: #efedee;
}

.p-marketPlaceTable__row:nth-child(n + 7) {
  display: none;
}

.p-marketPlaceTable__row.show {
  display: flex;
}

.p-marketPlaceTable__rowCol {
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 769px) {
  .p-marketPlaceTable__rowCol {
    padding: 20px 10px;
  }
}

.p-marketPlaceTable__rowCol:nth-child(1) {
  width: 38%;
  flex: 1;
  flex-basis: 38%;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 769px) {
  .p-marketPlaceTable__rowCol:nth-child(1) {
    letter-spacing: 0.04em;
  }
}

.p-marketPlaceTable__rowCol:nth-child(2) {
  width: 31%;
  flex: 1;
  flex-basis: 31%;
  align-items: center;
  font-size: 20px;
  letter-spacing: 0.1em;
  border-left: 1px dotted #999;
}

@media screen and (max-width: 769px) {
  .p-marketPlaceTable__rowCol:nth-child(2) {
    letter-spacing: 0.04em;
    font-size: 14px;
  }
}

.p-marketPlaceTable__rowCol:last-child {
  width: 31%;
  flex: 1;
  flex-basis: 31%;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #ac0000;
  border-left: 1px dotted #999;
}

@media screen and (max-width: 769px) {
  .p-marketPlaceTable__rowCol:last-child {
    letter-spacing: 0.04em;
    font-size: 14px;
  }
}

.p-marketPlaceTable__rowBrand {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.8;
}

@media screen and (max-width: 769px) {
  .p-marketPlaceTable__rowBrand {
    font-size: 14px;
    margin-bottom: 2px;
  }
}

.p-marketPlaceTable__rowBrand a {
  color: #444;
  text-decoration: underline;
}

.p-marketPlaceTable__rowName {
  font-size: 16px;
  line-height: 1.8;
}

@media screen and (max-width: 769px) {
  .p-marketPlaceTable__rowName {
    line-height: 1.6;
    font-size: 13px;
  }
}

@media screen and (min-width: 770px) {
  .p-brand-examples {
    padding-top: 20px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 769px) {
  .p-brand-examples {
    margin-bottom: 20px;
  }
}

.p-brand-examples .swiper-pagination-bullet-active {
  background-color: #252a79;
}

.p-brand-examples .swiper-pagination {
  bottom: 0;
}

@media screen and (min-width: 770px) {
  .p-brand-examples .swiper-pagination {
    display: none !important;
  }
}

@media screen and (max-width: 769px) {
  .p-brand-examples__inner.swiper-container {
    overflow: visible;
  }
}

@media screen and (min-width: 770px) {
  .p-brand-examples__list.swiper-wrapper {
    display: block;
    transform: none;
  }
}

@media screen and (max-width: 769px) {
  .p-brand-examples__list.swiper-wrapper {
    padding-top: 12px;
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 770px) {
  .p-brand-examples__item.swiper-slide {
    margin-bottom: 12px;
  }
}

.p-brand-examples__item-inner {
  background-color: #e9e9e9;
  position: relative;
}

@media screen and (min-width: 770px) {
  .p-brand-examples__item-inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
    flex-flow: row nowrap;
    min-height: 240px;
    padding: 30px 60px;
  }
}

@media screen and (max-width: 769px) {
  .p-brand-examples__item-inner {
    padding: 40px 30px;
  }
}

.p-brand-examples__item-inner::before, .p-brand-examples__item-inner::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 25px;
  width: 6px;
  height: 200px;
  background: url("../images/brand/brand_example_bg.png") no-repeat center center/contain;
  transform: translate3d(0, -50%, 0) rotate(180deg);
}

@media screen and (max-width: 769px) {
  .p-brand-examples__item-inner::before, .p-brand-examples__item-inner::after {
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 6px;
    height: 200px;
    background: url("../images/brand/brand_example_bg.png") no-repeat center center/contain;
    transform: translate3d(0, -50%, 0) rotate(-90deg);
  }
}

.p-brand-examples__item-inner::after {
  left: auto;
  right: 25px;
  transform: translate3d(0, -50%, 0) rotate(0deg);
}

@media screen and (max-width: 769px) {
  .p-brand-examples__item-inner::after {
    top: auto;
    bottom: -180px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url("../images/brand/brand_example_bg.png") no-repeat center center/contain;
    transform: translate3d(0, -50%, 0) rotate(90deg);
  }
}

@media screen and (min-width: 770px) {
  .p-brand-examples__item-l {
    flex: 0 0  170px;
    max-width: 170px;
  }
}

@media screen and (max-width: 769px) {
  .p-brand-examples__item-l {
    width: 53%;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}

.p-brand-examples__item-l img {
  width: 100%;
}

@media screen and (min-width: 770px) {
  .p-brand-examples__item-r {
    flex: 1;
    padding-left: 20px;
  }
}

.p-brand-examples__item-r-name {
  font-size: 24px;
  color: #80272d;
  font-weight: 700;
  letter-spacing: 0.00em;
  line-height: 1.5;
  margin-bottom: 5px;
}

@media screen and (max-width: 769px) {
  .p-brand-examples__item-r-name {
    font-size: 16px;
    text-align: center;
  }
}

.p-brand-examples__item-r-txt {
  line-height: 1.866;
}

@media screen and (min-width: 770px) {
  .p-brand-examples__item-r-txt {
    font-size: 15px;
  }
}

@media screen and (max-width: 769px) {
  .p-brand-examples__item-r-txt {
    font-size: 13px;
  }
}

.p-brand-examples-slider-buttons {
  display: none;
  position: absolute;
  z-index: 20;
  top: 50%;
  left: 50%;
  right: auto;
  width: 100vw;
  transform: translate3d(-50%, 0, 0) rotate(0deg);
}

.swiper-container-initialized .p-brand-examples-slider-buttons {
  display: block;
}

.p-brand-examples-slider-buttons .p-brand-examples-slider-button {
  position: absolute;
  z-index: 20;
  display: block;
  width: 22px;
  height: 28px;
  background-color: #252a79;
}

.p-brand-examples-slider-buttons .p-brand-examples-slider-button::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate3d(0, -50%, 0) rotate(45deg);
}

.p-brand-examples-slider-buttons .p-brand-examples-slider-button.swiper-button-prev {
  left: 0;
}

.p-brand-examples-slider-buttons .p-brand-examples-slider-button.swiper-button-prev::after {
  left: 50%;
  right: auto;
  transform: translate3d(-25%, -50%, 0) rotate(-135deg);
}

.p-brand-examples-slider-buttons .p-brand-examples-slider-button.swiper-button-next {
  right: 0;
}

.p-brand-examples-slider-buttons .p-brand-examples-slider-button.swiper-button-next::after {
  left: auto;
  right: 50%;
  transform: translate3d(25%, -50%, 0) rotate(45deg);
}

.p-brand-condition {
  margin-top: 50px;
}

@media screen and (max-width: 769px) {
  .p-brand-condition {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

.p-brand-condition img {
  max-width: 100%;
}

.p-brand-condition .swiper-pagination-bullet-active {
  background-color: #252a79;
}

.p-brand-condition .swiper-pagination {
  bottom: 0;
}

@media screen and (min-width: 770px) {
  .p-brand-condition .swiper-pagination {
    display: none !important;
  }
}

.p-brand-condition-tit {
  margin-top: 25px;
}

@media screen and (max-width: 769px) {
  .p-brand-condition-tit {
    margin-top: 20px;
  }
}

.p-brand-condition-tit-main {
  font-size: 40px;
  color: #517486;
  font-weight: 500;
  letter-spacing: 0.00em;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 769px) {
  .p-brand-condition-tit-main {
    font-size: 30px;
    margin-bottom: 10px;
  }
}

.p-brand-condition-tit-ja {
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.00em;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 769px) {
  .p-brand-condition-tit-ja {
    font-size: 15px;
    margin-bottom: 15px;
  }
}

.p-brand-condition-tit-img {
  margin-bottom: 50px;
}

@media screen and (max-width: 769px) {
  .p-brand-condition-tit-img {
    margin-bottom: 25px;
    text-align: center;
  }
}

@media screen and (max-width: 769px) {
  .p-brand-condition-point.swiper-container {
    overflow: visible;
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 770px) {
  .p-brand-condition-point-list.swiper-wrapper {
    display: block !important;
  }
}

@media screen and (max-width: 769px) {
  .p-brand-condition-point-list.swiper-wrapper {
    overflow: visible;
  }
}

.p-brand-condition-point-list-item-number {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.00em;
  line-height: 1.5;
  text-align: center;
  display: block;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-flow: row wrap;
  width: 230px;
  height: 47px;
  background-color: #517486;
}

@media screen and (max-width: 769px) {
  .p-brand-condition-point-list-item-number {
    font-size: 13px;
    width: 140px;
    height: 32px;
  }
}

.p-brand-condition-point-list-item-tit {
  border-top: 1px solid #517482;
  border-bottom: 1px solid #517482;
  font-size: 21px;
  color: #517482;
  font-weight: 700;
  letter-spacing: 0.00em;
  line-height: 1.5;
  padding: 10px 0;
  text-align: center;
}

@media screen and (max-width: 769px) {
  .p-brand-condition-point-list-item-tit {
    font-size: 16px;
    padding: 12px 0;
  }
}

.p-brand-condition-point-list-item-content {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row nowrap;
  padding-top: 25px;
  padding-bottom: 40px;
}

@media screen and (max-width: 769px) {
  .p-brand-condition-point-list-item-content {
    display: block;
    padding-top: 15px;
    padding-bottom: 20px;
  }
}

.p-brand-condition-point-list-item-content-img {
  flex: 0 0  240px;
  max-width: 240px;
  order: 3;
}

@media screen and (max-width: 769px) {
  .p-brand-condition-point-list-item-content-img {
    max-width: 100%;
    width: 100%;
    margin-bottom: 10px;
  }
}

.p-brand-condition-point-list-item-content-txt {
  flex: 1;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.00em;
  line-height: 2.0;
  padding-right: 20px;
}

@media screen and (max-width: 769px) {
  .p-brand-condition-point-list-item-content-txt {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.7;
    padding: 0;
  }
}

.p-brand-condition-slider-buttons {
  display: none;
  position: absolute;
  z-index: 20;
  top: 50%;
  left: 50%;
  right: auto;
  width: 100vw;
  transform: translate3d(-50%, 0, 0) rotate(0deg);
}

.swiper-container-initialized .p-brand-condition-slider-buttons {
  display: block;
}

.p-brand-condition-slider-buttons .p-brand-condition-slider-button {
  position: absolute;
  z-index: 20;
  display: block;
  width: 22px;
  height: 28px;
  background-color: #252a79;
}

.p-brand-condition-slider-buttons .p-brand-condition-slider-button::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate3d(0, -50%, 0) rotate(45deg);
}

.p-brand-condition-slider-buttons .p-brand-condition-slider-button.swiper-button-prev {
  left: 0;
}

.p-brand-condition-slider-buttons .p-brand-condition-slider-button.swiper-button-prev::after {
  left: 50%;
  right: auto;
  transform: translate3d(-25%, -50%, 0) rotate(-135deg);
}

.p-brand-condition-slider-buttons .p-brand-condition-slider-button.swiper-button-next {
  right: 0;
}

.p-brand-condition-slider-buttons .p-brand-condition-slider-button.swiper-button-next::after {
  left: auto;
  right: 50%;
  transform: translate3d(25%, -50%, 0) rotate(45deg);
}

/* ======================================
**
** サイトマップ
**
\* =================================== */
.p-sitemapParent {
  display: block;
  background-color: #286B86;
  color: #fff;
  font-size: 17px;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1;
  padding: 15px 17px;
}

@media screen and (max-width: 769px) {
  .p-sitemapParent {
    font-size: 14px;
    padding: 12.5px 14px;
  }
}

.p-sitemapChild {
  display: flex;
  flex-wrap: wrap;
  padding: 25px 15px 0;
}

@media screen and (max-width: 769px) {
  .p-sitemapChild {
    padding: 20px 14px 0;
  }
}

.p-sitemapChild__item {
  width: 25%;
  line-height: 1;
  font-size: 15px;
  font-weight: bold;
  color: #444444;
}

.p-sitemapChild__item:not(:nth-child(-n+4)) {
  margin-top: 20px;
}

@media screen and (max-width: 769px) {
  .p-sitemapChild__item {
    width: 50%;
    font-size: 13.5px;
    margin-top: 0 !important;
  }
  .p-sitemapChild__item:not(:nth-child(-n+2)) {
    margin-top: 15px !important;
  }
}

.p-sitemap3way {
  padding: 20px 15px 33px;
  display: flex;
}

@media screen and (max-width: 769px) {
  .p-sitemap3way {
    padding: 15px 0 25px 15px;
    flex-wrap: wrap;
  }
}

.p-sitemap3way__item {
  display: block;
  color: #444444;
}

.p-sitemap3way__item .color {
  font-size: 18px;
  font-weight: bold;
  display: block;
}

.p-sitemap3way__item .text {
  font-size: 15px;
  line-height: 1.8667;
  margin-top: 7px;
}

.p-sitemap3way__item:nth-of-type(1) {
  margin-right: 60px;
}

.p-sitemap3way__item:nth-of-type(1) .color {
  color: #100169;
}

.p-sitemap3way__item:nth-of-type(2) {
  margin-right: 90px;
}

.p-sitemap3way__item:nth-of-type(2) .color {
  color: #1AAE04;
}

.p-sitemap3way__item:nth-of-type(3) .color {
  color: #A4272D;
}

@media screen and (max-width: 769px) {
  .p-sitemap3way__item {
    margin-right: 0 !important;
  }
  .p-sitemap3way__item .color {
    font-size: 15px;
  }
  .p-sitemap3way__item .text {
    font-size: 12.5px;
    margin-top: 3px;
  }
  .p-sitemap3way__item:nth-of-type(1) {
    width: 166.5px;
    margin-right: 15px !important;
  }
  .p-sitemap3way__item:nth-of-type(2) {
    width: calc(100% - 166.5px - 15px);
  }
  .p-sitemap3way__item:nth-of-type(3) {
    width: 100%;
  }
  .p-sitemap3way__item:last-child {
    margin-top: 18px;
  }
}

.p-sitemapOther {
  display: flex;
  flex-wrap: wrap;
}

.p-sitemapOther__item {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  line-height: 16px;
  margin-right: 50px;
}

.p-sitemapOther__item::first-letter {
  font-size: 12px;
  color: #D8E4EB;
}

.p-sitemapOther__item:nth-of-type(3) {
  margin-right: 200px;
}

.p-sitemapOther__item:not(:nth-child(-n+3)) {
  margin-top: 43px;
}

@media screen and (max-width: 769px) {
  .p-sitemapOther__item {
    margin-right: 0 !important;
    margin-top: 0 !important;
    font-size: 12.5px;
    line-height: 12.5px;
    text-align: left;
  }
  .p-sitemapOther__item::first-letter {
    font-size: 10px;
  }
  .p-sitemapOther__item:nth-of-type(1) {
    width: 95px;
  }
  .p-sitemapOther__item:nth-of-type(2) {
    width: calc(100% - 95px);
  }
  .p-sitemapOther__item:nth-of-type(3), .p-sitemapOther__item:nth-of-type(4), .p-sitemapOther__item:nth-of-type(5) {
    width: calc(100% / 3);
  }
  .p-sitemapOther__item:not(:nth-child(-n+2)) {
    margin-top: 22px !important;
  }
}

.p-sitemapShops {
  margin-top: 20px;
}

.p-sitemapShops-region {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.00em;
  line-height: 1.5;
  padding: 15px 30px;
  background-color: #E3EFF6;
  cursor: pointer;
  position: relative;
  transition: opacity 300ms  ease-out 0ms;
  margin-bottom: 12px;
}

@media screen and (max-width: 769px) {
  .p-sitemapShops-region {
    font-size: 13px;
    padding: 8px 20px;
    margin-bottom: 6px;
  }
}

.p-sitemapShops-item.is-active .p-sitemapShops-region {
  margin-bottom: 0px;
}

@media screen and (min-width: 770px) {
  .p-sitemapShops-region:hover {
    opacity: 0.7;
  }
}

.p-sitemapShops-region::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #456b80;
  border-right: 1px solid #456b80;
  transform: translate3d(0, -50%, 0) rotate(45deg);
  transition: all 100ms  ease-out 0ms;
}

@media screen and (max-width: 769px) {
  .p-sitemapShops-region::after {
    width: 8px;
    height: 8px;
    right: 15px;
  }
}

.p-sitemapShops-item.is-active .p-sitemapShops-region::after {
  transform: translate3d(0, -50%, 0) rotate(135deg);
  margin-top: -2px;
}

.p-sitemapShops-prefs {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row wrap;
  padding-top: 5px;
  padding-bottom: 20px;
  display: none;
}

@media screen and (max-width: 769px) {
  .p-sitemapShops-prefs {
    padding-top: 5px;
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 770px) {
  .p-sitemapShops-item.is-active .p-sitemapShops-prefs {
    display: flex;
  }
}

@media screen and (max-width: 769px) {
  .p-sitemapShops-item.is-active .p-sitemapShops-prefs {
    display: block;
  }
}

.p-sitemapShops-prefs-item {
  flex: 0 0  30.666%;
  max-width: 30.666%;
  display: block;
  font-size: 17px;
  color: #464646;
  letter-spacing: 0.00em;
  line-height: 1.5;
  margin-right: 4%;
  padding: 8px 30px;
  border-bottom: 1px dashed #7f7f7f;
  opacity: 0;
  transition: opacity 300ms  ease-out 0ms;
  transform: translate3d(-5px, 0, 0) rotate(0deg);
  animation: anim-p-sitemapShops-prefs-item 100ms ease-out 0ms 1 normal forwards;
}

@media screen and (max-width: 769px) {
  .p-sitemapShops-prefs-item {
    flex: 0 0  100%;
    max-width: 100%;
    font-size: 13px;
    padding: 12px 20px 10px;
    margin-right: 0;
  }
}

@media screen and (min-width: 770px) {
  .p-sitemapShops-prefs-item:nth-child(3n) {
    margin-right: 0px;
  }
}

@media screen and (max-width: 769px) {
  .p-sitemapShops-prefs-item:last-child {
    border-bottom: none;
  }
}

@media screen and (min-width: 770px) {
  .p-sitemapShops-prefs-item:hover {
    opacity: 0.7;
  }
}

@keyframes anim-p-sitemapShops-prefs-item {
  0% {
    opacity: 0;
    transform: translate3d(-5px, 0, 0) rotate(0deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(0px, 0, 0) rotate(0deg);
  }
}

.p-sitemapShops-prefs-item:nth-child(1) {
  animation-delay: 10ms;
}

.p-sitemapShops-prefs-item:nth-child(2) {
  animation-delay: 20ms;
}

.p-sitemapShops-prefs-item:nth-child(3) {
  animation-delay: 30ms;
}

.p-sitemapShops-prefs-item:nth-child(4) {
  animation-delay: 40ms;
}

.p-sitemapShops-prefs-item:nth-child(5) {
  animation-delay: 50ms;
}

.p-sitemapShops-prefs-item:nth-child(6) {
  animation-delay: 60ms;
}

.p-sitemapShops-prefs-item:nth-child(7) {
  animation-delay: 70ms;
}

.p-sitemapShops-prefs-item:nth-child(8) {
  animation-delay: 80ms;
}

.p-sitemapShops-prefs-item:nth-child(9) {
  animation-delay: 90ms;
}

.p-sitemapShops-prefs-item:nth-child(10) {
  animation-delay: 100ms;
}

.p-sitemapShops-prefs-item:nth-child(11) {
  animation-delay: 110ms;
}

.p-sitemapShops-prefs-item:nth-child(12) {
  animation-delay: 120ms;
}

.p-sitemapShops-prefs-item:nth-child(13) {
  animation-delay: 130ms;
}

.p-sitemapShops-prefs-item:nth-child(14) {
  animation-delay: 140ms;
}

.p-sitemapShops-prefs-item:nth-child(15) {
  animation-delay: 150ms;
}

.p-sitemapShops-prefs-item:nth-child(16) {
  animation-delay: 160ms;
}

.p-sitemapShops-prefs-item:nth-child(17) {
  animation-delay: 170ms;
}

.p-sitemapShops-prefs-item:nth-child(18) {
  animation-delay: 180ms;
}

.p-sitemapShops-prefs-item:nth-child(19) {
  animation-delay: 190ms;
}

.p-sitemapShops-prefs-item:nth-child(20) {
  animation-delay: 200ms;
}

.p-sitemapColumnCategories {
  margin-top: 20px;
}

@media screen and (max-width: 769px) {
  .p-sitemapColumnCategories {
    margin-top: 15px;
  }
}

.p-sitemapColumnCategories-list {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row wrap;
}

.p-sitemapColumnCategories-list-item {
  flex: 0 0  30.666%;
  max-width: 30.666%;
  border-radius: 10px;
  font-size: 17px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.00em;
  line-height: 1.5;
  margin-bottom: 10px;
  padding: 8px 20px;
  text-align: center;
  transition: opacity 300ms  ease-out 0ms;
}

@media screen and (min-width: 770px) {
  .p-sitemapColumnCategories-list-item:hover {
    opacity: 0.7;
  }
}

@media screen and (min-width: 770px) {
  .p-sitemapColumnCategories-list-item {
    margin-right: 4%;
  }
}

@media screen and (max-width: 769px) {
  .p-sitemapColumnCategories-list-item {
    font-size: 13px;
    flex: 0 0  48.9%;
    max-width: 48.9%;
    padding: 10px 10px;
    margin-right: 2.2%;
    margin-bottom: 8px;
    font-feature-settings: "palt";
  }
}

@media screen and (min-width: 770px) {
  .p-sitemapColumnCategories-list-item:nth-child(3n) {
    margin-right: 0px;
  }
}

@media screen and (max-width: 769px) {
  .p-sitemapColumnCategories-list-item:nth-child(2n) {
    margin-right: 0px;
  }
}

/* ======================================
**
** よくある質問
**
\* =================================== */
.p-faqCategory {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 769px) {
  .p-faqCategory {
    display: block;
  }
}

.p-faqCategory__item {
  width: calc(100% / 2 - 15px);
  border: 1px solid #100169;
  padding: 18px 40px 18px 30px;
  display: flex;
  align-items: center;
  position: relative;
}

.p-faqCategory__item:not(:nth-child(-n+2)) {
  margin-top: 17px;
}

.p-faqCategory__item:not(:nth-child(2n)) {
  margin-right: 30px;
}

.p-faqCategory__item .text {
  font-size: 17px;
  font-weight: bold;
  color: #444444;
  word-break: break-all;
}

.p-faqCategory__item .ico {
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
  width: 19px;
}

.p-faqCategory__item .ico img {
  width: 100%;
  vertical-align: middle;
}

@media screen and (max-width: 769px) {
  .p-faqCategory__item {
    width: 100%;
    margin-right: 0 !important;
    padding: 13px 28px 13px 23px;
  }
  .p-faqCategory__item:not(:first-child) {
    margin-top: 12px;
  }
  .p-faqCategory__item .text {
    font-size: 12.5px;
  }
  .p-faqCategory__item .ico {
    width: 14px;
    right: 12px;
  }
}

/* ======================================
**
** プライバシーポリシー
**
\* =================================== */
.p-privacyText {
  font-size: 15px;
  padding-bottom: 27px;
  line-height: 1.8667;
  letter-spacing: 0.1em;
  text-align: justify;
}

@media screen and (max-width: 769px) {
  .p-privacyText {
    font-size: 13px;
    line-height: 1.6923;
    padding-bottom: 20px;
    letter-spacing: 0.02em;
  }
}

.p-privacyTitle {
  font-size: 19px;
  font-weight: bold;
  color: #000;
  line-height: 1;
  padding-bottom: 13px;
}

@media screen and (max-width: 769px) {
  .p-privacyTitle {
    font-size: 14px;
    color: #444;
  }
}

.p-privacySubTitle {
  font-size: 18px;
  font-weight: bold;
  color: #286B86;
  padding: 9px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: 16px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 769px) {
  .p-privacySubTitle {
    font-size: 16px;
    margin-bottom: 13px;
  }
}

.p-privacyAddress {
  font-size: 16px;
  font-weight: bold;
  margin: -1em 0 0.5em;
}

@media screen and (max-width: 769px) {
  .p-privacyAddress {
    font-size: 13.5px;
  }
}

.p-privacyLink {
  display: block;
  font-weight: bold;
  color: #444;
  font-size: 16px;
  line-height: 1.8667;
  word-break: break-all;
}

.p-privacyLink:hover {
  text-decoration: underline;
}

@media screen and (max-width: 769px) {
  .p-privacyLink {
    padding-bottom: 15px;
    font-size: 13.5px;
    line-height: 1.7;
  }
}

/* ======================================
**
** 会社情報
**
\* =================================== */
.p-companyMedia {
  overflow: hidden;
}

.p-companyMedia__space {
  float: right;
}

@media screen and (max-width: 769px) {
  .p-companyMedia__space {
    float: none;
  }
}

.p-companyMedia__figure {
  width: 220px;
  margin-left: 40px;
  margin-bottom: 20px;
  float: right;
  clear: both;
}

.p-companyMedia__figure img {
  width: 100%;
}

.p-companyMedia__figure p {
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 769px) {
  .p-companyMedia__figure {
    float: none;
    width: 190px;
    margin: 0 auto;
  }
  .p-companyMedia__figure p {
    font-size: 15px;
    margin-top: 7px;
  }
}

.p-companyMedia__title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5357;
}

@media screen and (max-width: 769px) {
  .p-companyMedia__title {
    font-size: 19px;
  }
}

.p-companyMedia__text {
  font-size: 15px;
  text-align: justify;
}

@media screen and (max-width: 769px) {
  .p-companyMedia__text {
    font-size: 13px;
    line-height: 1.6923;
    margin-top: 9px;
  }
}

.p-companyVision {
  font-size: 28px;
  font-weight: bold;
  color: #286B86;
  background-color: #D8E4EB;
  letter-spacing: 0.1em;
  padding: 23px 80px;
}

@media screen and (max-width: 769px) {
  .p-companyVision {
    font-size: 16.5px;
    width: calc(100% + 40px);
    transform: translateX(-20px);
    padding: 25px 20px;
    letter-spacing: 0.07em;
  }
}

.p-companyVisionList {
  display: flex;
  margin-top: 30px;
}

@media screen and (max-width: 769px) {
  .p-companyVisionList {
    display: block;
    margin-top: 0;
  }
}

.p-companyVisionList__item {
  width: calc(100% / 3);
  padding-top: 5px;
  padding-bottom: 5px;
}

.p-companyVisionList__item:not(:last-child) {
  border-right: 1px dotted #808080;
}

.p-companyVisionList__item:nth-of-type(1) {
  padding-right: 20px;
}

.p-companyVisionList__item:nth-of-type(2) {
  padding-right: 20px;
  padding-left: 20px;
}

.p-companyVisionList__item:nth-of-type(3) {
  padding-left: 20px;
}

@media screen and (max-width: 769px) {
  .p-companyVisionList__item {
    width: 100%;
    padding: 0 !important;
    margin-top: 20px;
    border-right: 0 !important;
  }
}

.p-companyVisionList__title {
  font-size: 20px;
  font-weight: bold;
  color: #286B86;
}

@media screen and (max-width: 769px) {
  .p-companyVisionList__title {
    font-size: 16.5px;
  }
}

.p-companyVisionList__text {
  font-size: 15px;
  margin-top: 7px;
  line-height: 1.8667;
}

@media screen and (max-width: 769px) {
  .p-companyVisionList__text {
    font-size: 13px;
    margin-top: 3px;
  }
}

/* ======================================
**
** お問い合わせ
**
\* =================================== */
.p-contactAst {
  border: 0.3px solid #444;
  height: 40px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
}

.p-contactAst span {
  color: #9D272D;
  display: inline;
}

@media screen and (max-width: 769px) {
  .p-contactAst {
    height: 32px;
    line-height: 30px;
    font-size: 11px;
  }
}

.p-contactTitle {
  font-size: 15px;
  font-weight: bold;
  line-height: 50px;
}

.p-contactTitle span {
  color: #9D272D;
}

@media screen and (max-width: 769px) {
  .p-contactTitle {
    font-size: 16px;
    line-height: 1;
  }
}

.p-contactRadio {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.p-contactRadio__item {
  display: flex;
  align-items: center;
}

.p-contactRadio__item:not(:last-child) {
  margin-right: 48px;
}

@media screen and (max-width: 769px) {
  .p-contactRadio__item:not(:last-child) {
    margin-right: 42px;
  }
}

.p-contactRadio__input {
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  border: 1px solid #444;
  border-radius: 50%;
}

.p-contactRadio__input input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
}

.p-contactRadio__input input:checked + span {
  display: block;
}

.p-contactRadio__input span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #286B83;
  border-radius: 50%;
  display: none;
}

@media screen and (max-width: 769px) {
  .p-contactRadio__input {
    width: 18px;
    height: 18px;
    margin-right: 7px;
  }
}

.p-contactRadio__text {
  line-height: 50px;
  font-size: 15px;
}

@media screen and (max-width: 769px) {
  .p-contactRadio__text {
    line-height: 38px;
    font-size: 16px;
  }
}

.p-contactHyphen {
  display: inline-block;
  width: 16px;
  height: 1px;
  background-color: #000;
  margin-left: 13px;
  margin-right: 13px;
  vertical-align: middle;
}

@media screen and (max-width: 769px) {
  .p-contactHyphen {
    width: 12px;
    margin-right: 10px;
    margin-left: 10px;
  }
}

.p-contactAuto {
  border: 0;
  background-color: #4D4D4D;
  color: #FFF;
  width: 135px;
  height: 50px;
  text-align: center;
  margin: 0;
  border-radius: 6.6px;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
}

.p-contactAuto.ml {
  margin-left: 15px;
}

@media screen and (max-width: 769px) {
  .p-contactAuto {
    width: 102px;
    height: 38px;
    font-size: 15px;
  }
  .p-contactAuto.ml {
    margin-left: 11px;
  }
}

.p-contactKome {
  margin-top: 13px;
  font-size: 14px;
  line-height: 2;
}

.p-contactKome__item {
  padding-left: 1em;
  text-indent: -1em;
}

.p-contactPrivacy {
  text-align: center;
  font-size: 18px;
}

.p-contactPrivacy a {
  display: inline;
  color: #286B83;
  font-weight: bold;
}

@media screen and (max-width: 769px) {
  .p-contactPrivacy {
    font-size: 13px;
    line-height: 1.5;
  }
}

.p-contactPrivacy {
  text-align: center;
  font-size: 18px;
}

.p-contactPrivacy a {
  display: inline;
  color: #286B83;
  font-weight: bold;
}

@media screen and (max-width: 769px) {
  .p-contactPrivacy {
    font-size: 13px;
    line-height: 1.5;
  }
}

.p-contactAgree {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.p-contactAgree p {
  width: 100%;
  text-align: center;
}

.p-contactAgree__input {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1.8px solid #C8C8C8;
  position: relative;
}

.p-contactAgree__input input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 50%;
  opacity: 0;
}

.p-contactAgree__input input:checked + span {
  display: block;
}

.p-contactAgree__input span {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(30%);
  width: 21px;
  display: none;
}

.p-contactAgree__input span img {
  width: 100%;
}

@media screen and (max-width: 769px) {
  .p-contactAgree__input {
    width: 25px;
    height: 25px;
  }
  .p-contactAgree__input span {
    width: 19px;
    transform: translateX(30%) translateY(-15%);
  }
}

.p-contactAgree__text {
  font-size: 19px;
  font-weight: bold;
  margin-left: 12px;
}

@media screen and (max-width: 769px) {
  .p-contactAgree__text {
    font-size: 17px;
    margin-left: 10px;
  }
}

.p-contactError {
  color: red;
  font-size: 12px;
  margin-top: 10px;
  display: none;
}

.p-contactMessage {
  font-size: 26px;
  color: #9D272D;
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 769px) {
  .p-contactMessage {
    font-size: 15px;
    line-height: 1.6;
  }
}

.p-contactSuccess {
  text-align: center;
  letter-spacing: 0.1em;
}

.p-contactSuccess__title {
  color: #000;
  font-weight: bold;
  font-size: 23px;
}

@media screen and (max-width: 769px) {
  .p-contactSuccess__title {
    font-size: 15px;
  }
}

.p-contactSuccess__text {
  padding-top: 17px;
  line-height: 2;
  font-size: 17px;
}

.p-contactSuccess__text a {
  color: #286B83;
  font-weight: bold;
}

.p-contactSuccess__text a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 769px) {
  .p-contactSuccess__text {
    font-size: 11.5px;
  }
}

/* ======================================
**
** 流れ
**
\* =================================== */
.p-flow {
  position: relative;
  background-color: #D8E4EB;
  display: flex;
  flex-wrap: wrap;
  padding: 25px 20px 25px 120px;
}

.p-flow::after {
  content: "";
  position: absolute;
  left: 52%;
  bottom: 0;
  transform: translateY(100%) translateX(-50%);
  border-top: 33px solid #D8E4EB;
  border-left: 24px solid transparent;
  border-RIGHT: 24px solid transparent;
}

.p-flow.last::after {
  content: none;
}

@media screen and (max-width: 769px) {
  .p-flow {
    width: calc(100% + 40px);
    transform: translateX(-20px);
    padding: 100px 20px 20px;
    justify-content: space-between;
  }
  .p-flow::after {
    left: 49.3%;
    border-top-width: 23px;
    border-left-width: 12px;
    border-right-width: 12px;
  }
}

.p-flow__step {
  background-color: #286B86;
  position: absolute;
  top: 0;
  left: 0;
  width: 88px;
  height: 88px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: futura-pt-condensed, sans-serif;
  color: #FFF;
  line-height: 1;
}

.p-flow__step span:nth-of-type(1) {
  background: url("../images/common/txt-step.svg") no-repeat center/42px 14px;
  width: 42px;
  height: 14px;
}

@media screen and (max-width: 769px) {
  .p-flow__step span:nth-of-type(1) {
    background-size: 33px 16px;
    width: 33px;
    height: 16px;
  }
}

.p-flow__step span:nth-of-type(2) {
  font-size: 38px;
  margin-top: 6px;
}

@media screen and (max-width: 769px) {
  .p-flow__step {
    width: 65px;
    height: 65px;
    top: 20px;
    left: 20px;
  }
  .p-flow__step span:nth-of-type(1) {
    font-size: 14.8px;
  }
  .p-flow__step span:nth-of-type(2) {
    font-size: 29.8px;
    margin-top: 3px;
  }
}

.p-flow__img {
  width: 256px;
  margin-right: 30px;
}

.p-flow__img img {
  width: 100%;
}

@media screen and (max-width: 769px) {
  .p-flow__img {
    order: 2;
    width: 47.7%;
    margin-right: 0;
  }
}

.p-flow__content {
  width: calc(100% - 300px);
  letter-spacing: 0.1em;
}

@media screen and (max-width: 769px) {
  .p-flow__content {
    order: 1;
    width: 50%;
  }
}

.p-flow__title {
  font-size: 29px;
  font-weight: bold;
  color: #286B86;
}

@media screen and (max-width: 769px) {
  .p-flow__title {
    position: absolute;
    top: 20px;
    left: 105px;
    line-height: 65px;
    font-size: 21.5px;
  }
}

.p-flow__text {
  font-size: 15px;
  margin-top: 8px;
  text-align: justify;
}

@media screen and (max-width: 769px) {
  .p-flow__text {
    font-size: 13px;
    margin-top: 0;
    line-height: 1.5;
    letter-spacing: 0;
  }
}

.p-flow__btn {
  padding-top: 24px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translateX(-35px);
}

@media screen and (max-width: 769px) {
  .p-flow__btn {
    order: 3;
    display: block;
    transform: none;
    text-align: center;
    padding: 10px 60px 0;
  }
}

.p-flow__btn__item {
  width: 48%;
}

@media screen and (max-width: 769px) {
  .p-flow__btn__item {
    width: 100%;
    margin-top: 12px;
  }
}

.p-lineTop {
  font-size: 19px;
  font-weight: bold;
}

@media screen and (max-width: 769px) {
  .p-lineTop {
    font-size: 15px;
  }
}

.p-lineFlow {
  background-color: #D4FED0;
  position: relative;
  justify-content: space-between;
  display: flex;
  padding: 15px 50px 0 120px;
}

@media screen and (max-width: 769px) {
  .p-lineFlow {
    width: calc(100% + 40px);
    transform: translateX(-20px);
    padding: 80px 0 0 20px;
    flex-wrap: wrap;
  }
}

.p-lineFlow:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  border-top: 33px solid #D4FED0;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
}

@media screen and (max-width: 769px) {
  .p-lineFlow:not(:last-child)::after {
    border-top-width: 22px;
    border-left-width: 12px;
    border-right-width: 12px;
  }
}

.p-lineFlow:not(:first-child) {
  margin-top: 52px;
}

@media screen and (max-width: 769px) {
  .p-lineFlow:not(:first-child) {
    margin-top: 33px;
  }
}

.p-lineFlow__num {
  position: absolute;
  top: 0;
  left: 0;
  width: 88px;
  height: 88px;
}

@media screen and (max-width: 769px) {
  .p-lineFlow__num {
    width: 65px;
    height: 65px;
  }
}

.p-lineFlow__num img {
  width: 100%;
  height: 100%;
}

.p-lineFlow__img {
  width: 49%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

@media screen and (max-width: 769px) {
  .p-lineFlow__img {
    width: 50%;
    order: 2;
  }
}

.p-lineFlow__img img {
  width: 100%;
}

@media screen and (max-width: 769px) {
  .p-lineFlow__img img {
    vertical-align: bottom;
  }
}

.p-lineFlow__content {
  width: 55%;
}

@media screen and (max-width: 769px) {
  .p-lineFlow__content {
    width: 50%;
    order: 1;
  }
}

.p-lineFlow__title {
  line-height: 48px;
  background-color: #1DC600;
  border-radius: 999px;
  padding: 0 24px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 23px;
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 769px) {
  .p-lineFlow__title {
    position: absolute;
    top: 15px;
    left: 87px;
    right: 30px;
    line-height: 39px;
    font-size: 18px;
    padding: 0 20px;
    width: 68%;
  }
}

.p-lineFlow__title span {
  color: #FFFF00;
}

.p-lineFlow__text {
  padding: 13px 0 13px;
  font-size: 15px;
  line-height: 1.9;
}

@media screen and (max-width: 769px) {
  .p-lineFlow__text {
    font-size: 13px;
    padding-top: 0;
  }
}

.p-lineBtn {
  display: inline-block;
  width: 286px;
  height: 50px;
  background-color: #1AA704;
  text-align: center;
  line-height: 50px;
  font-size: 17px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  color: #FFF;
  border-radius: 999px;
}

@media screen and (max-width: 769px) {
  .p-lineBtn {
    width: 100%;
    font-size: 17px;
  }
}

.p-lineTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 33px;
}

@media screen and (max-width: 769px) {
  .p-lineTitle {
    margin-bottom: 18px;
  }
}

.p-lineTitle > span:nth-of-type(1) {
  width: 52px;
  margin-right: 13px;
}

@media screen and (max-width: 769px) {
  .p-lineTitle > span:nth-of-type(1) {
    width: 37.5px;
    margin-right: 9px;
  }
}

.p-lineTitle > span:nth-of-type(1) img {
  width: 100%;
}

.p-lineTitle > span:nth-of-type(2) {
  width: calc(100% - 65px);
  background-color: #1DC600;
  border-radius: 999px;
  font-size: 26px;
  line-height: 1;
  font-weight: 500;
  font-family: "M PLUS Rounded 1c", sans-serif;
  padding: 13px 32px;
  color: #fff;
}

@media screen and (max-width: 769px) {
  .p-lineTitle > span:nth-of-type(2) {
    width: calc(100% - 46.5px);
    font-size: 15px;
    display: flex;
    word-break: keep-all;
    border-radius: 15px;
  }
}

.p-lineTitle > span:nth-of-type(2) span {
  color: #FFFF00;
}

.p-lineList {
  font-size: 29px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  line-height: 2;
}

@media screen and (max-width: 769px) {
  .p-lineList {
    font-size: 19px;
    line-height: 1.4;
  }
}

.p-lineList span {
  position: relative;
  line-height: 1;
  z-index: 1;
}

@media screen and (max-width: 769px) {
  .p-lineList span {
    margin-bottom: 18px;
  }
}

.p-lineList span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7px;
  background-color: #E3D420;
  z-index: -1;
}

.p-lineReserve {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

@media screen and (max-width: 769px) {
  .p-lineReserve {
    flex-wrap: wrap;
  }
}

.p-lineReserve__text {
  width: 48%;
  font-size: 26px;
  font-weight: 500;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

@media screen and (max-width: 769px) {
  .p-lineReserve__text {
    order: 2;
    width: 100%;
    font-size: 17px;
    margin-top: 18px;
  }
}

.p-lineReserve__text span {
  color: #1AA704;
  font-size: 44px;
  width: 100%;
  font-weight: 800;
}

@media screen and (max-width: 769px) {
  .p-lineReserve__text span {
    font-size: 34px;
  }
}

.p-lineReserve__img {
  width: 52%;
}

@media screen and (max-width: 769px) {
  .p-lineReserve__img {
    width: 80%;
    margin: 0 auto;
    margin-top: -18px;
  }
}

.p-lineReserve__img img {
  width: 100%;
}

/* ======================================
**
** 買取実績
**
\* =================================== */
.p-pCase {
  display: flex;
  overflow: hidden;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (max-width: 769px) {
  .p-pCase {
    display: block;
  }
}

.p-pCase .swiper-pagination5 {
  margin-top: -5px;
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  transform: translateX(-20px);
}

.p-pCase .swiper-pagination5 .swiper-pagination-bullet {
  margin-right: 8px;
}

.p-pCase .swiper-pagination-bullet-active {
  background: #100169;
}

.p-pCase__main {
  position: relative;
  width: 60%;
  border: 1px solid #5682a2;
}

@media screen and (max-width: 769px) {
  .p-pCase__main {
    width: 80%;
    margin: 0 auto;
  }
}

.p-pCase__inner {
  position: relative;
  padding-bottom: 66.6666%;
}

.p-pCase__inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-pCase__images {
  display: flex;
  flex-wrap: wrap;
  width: 36.53%;
}

@media screen and (max-width: 769px) {
  .p-pCase__images {
    padding-top: 13px;
    width: 100%;
    display: block;
  }
}

.p-pCase__item {
  border: 1px solid #5682a2;
  cursor: pointer;
  transition: opacity 0.3s;
}

.p-pCase__item:hover {
  opacity: 0.6;
}

@media screen and (min-width: 769px) {
  .p-pCase__item {
    width: calc(100% / 2 - 17px / 2) !important;
  }
  .p-pCase__item:not(:nth-child(-n + 2)) {
    margin-top: 20px;
  }
  .p-pCase__item:not(:nth-child(2n)) {
    margin-right: 16px;
  }
  html body .p-pCase__wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    transform: none !important;
  }
  html body .p-pCase__wrapper .p-pCase__item {
    height: auto;
    width: 50%;
  }
  html body .p-pCase__wrapper .p-pCase__item img {
    width: 100%;
  }
}

.p-pCase__text {
  font-size: 17px;
  font-weight: bold;
  margin-top: 13px;
}

@media screen and (max-width: 769px) {
  .p-pCase__text {
    font-size: 15px;
  }
}

.p-pCase__btns {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 769px) {
  .p-pCase__btns {
    justify-content: center;
  }
}

.p-pCase__btns__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  background-color: #276ea1;
  height: 46px;
  transition: 0.3s;
}

@media screen and (max-width: 769px) {
  .p-pCase__btns__item {
    flex: none;
    width: calc(100% / 2 - 7.5px) !important;
    height: 31px;
  }
  .p-pCase__btns__item:first-child {
    margin-right: 15px !important;
  }
  .p-pCase__btns__item:last-child {
    margin-top: 10px !important;
  }
}

.p-pCase__btns__item:nth-of-type(2) {
  background-color: #100169;
}

.p-pCase__btns__item:nth-of-type(3) {
  background-color: #1aa704;
}

.p-pCase__btns__item:not(:last-child) {
  margin-right: 21px;
}

@media screen and (max-width: 769px) {
  .p-pCase__btns__item:not(:last-child) {
    margin-right: 0;
  }
}

.p-pCase__btns__item span:nth-of-type(1) {
  height: 26px;
  margin-right: 12px;
}

@media screen and (max-width: 769px) {
  .p-pCase__btns__item span:nth-of-type(1) {
    height: 18px;
    margin-right: 9px;
  }
}

.p-pCase__btns__item span:nth-of-type(1) img {
  height: 100%;
}

.p-pCase__btns__item span:nth-of-type(2) {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 769px) {
  .p-pCase__btns__item span:nth-of-type(2) {
    font-size: 11px;
  }
}

.p-pCase__btns__item:hover {
  opacity: 0.6;
}

/* ======================================
**
** 404
**
\* =================================== */
.p-not-found {
  padding: 65px 0;
  text-align: center;
}

@media screen and (max-width: 769px) {
  .p-not-found {
    padding: 50px 0 30px;
  }
}

.p-not-found__image {
  margin-bottom: 35px;
}

.p-not-found__image img {
  width: 243px;
  height: auto;
}

@media screen and (max-width: 769px) {
  .p-not-found__image img {
    width: 128px;
    height: auto;
  }
}

@media screen and (max-width: 769px) {
  .p-not-found__image {
    margin-bottom: 16px;
  }
}

.p-not-found__title {
  font-weight: bold;
  font-size: 23px;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}

@media screen and (max-width: 769px) {
  .p-not-found__title {
    font-size: 15px;
    margin-bottom: 15px;
  }
}

.p-not-found__text {
  font-size: 17px;
  line-height: 1.94;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 769px) {
  .p-not-found__text {
    font-size: 11.5px;
    line-height: 1.82;
  }
}

.p-not-found__action {
  margin-top: 70px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 769px) {
  .p-not-found__action {
    margin-top: 45px;
  }
}

.p-not-found__action .c-btn01 {
  width: 286px;
  height: 50px;
  font-size: 17px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 769px) {
  .p-not-found__action .c-btn01 {
    width: 100%;
    height: 50px;
  }
}

/* ======================================
**
** コラム
**
\* =================================== */
.p-sitemapParent + .p-categoryListSubTitle {
  margin-top: 20px;
}

@media screen and (max-width: 769px) {
  .p-sitemapParent + .p-categoryListSubTitle {
    margin-top: 10px;
  }
}

.p-categoryList + .p-categoryListSubTitle {
  margin-top: 36px;
}

@media screen and (max-width: 769px) {
  .p-categoryList + .p-categoryListSubTitle {
    margin-top: 20px;
  }
}

.c-title01 + .p-categoryListSubTitle {
  margin-top: 22px;
}

@media screen and (max-width: 769px) {
  .c-title01 + .p-categoryListSubTitle {
    margin-top: 20px;
  }
}

.p-categoryListSubTitle {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}

.p-categoryListSubTitle > span {
  display: inline-block;
  background-color: #ffffff;
  font-size: 16px;
  color: #296B84;
  font-weight: 700;
  letter-spacing: 0.00em;
  line-height: 1.5;
  padding-right: 16px;
}

.p-categoryListSubTitle > span::after {
  content: "";
  position: absolute;
  display: block;
  z-index: -1;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #296B84;
}

.p-categoryList {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 16px;
  align-items: stretch;
}

@media screen and (max-width: 769px) {
  .p-categoryList {
    gap: 8px 10px;
  }
}

.p-categoryList.in-footer {
  margin: 16px 0 60px;
}

@media screen and (max-width: 769px) {
  .p-categoryList.in-footer {
    margin: 16px 0 30px;
  }
}

.p-categoryList__item {
  width: calc(100% / 4 - 16px * 3 / 4);
  border-radius: 0px;
}

@media screen and (max-width: 769px) {
  .p-categoryList__item {
    width: calc(100% / 2 - 12px / 2);
  }
}

.p-categoryList__item > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: opacity 0.75s ease;
  background: #397599;
}

.p-categoryList__item > a:hover {
  opacity: 0.7;
}

.p-categoryList__item > a .text {
  font-size: 15px;
  font-weight: 700;
  padding: 13px 12px;
  color: #FFF;
  letter-spacing: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-feature-settings: "palt";
}

@media screen and (max-width: 769px) {
  .p-categoryList__item > a .text {
    padding: 7px 10px;
    font-size: 12px;
  }
}

.p-categoryList__item.is-column-parent > a {
  position: relative;
  padding-right: 30px;
}

.p-categoryList__item.is-column-parent > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate3d(0, -50%, 0) rotate(135deg);
  transition: all 200ms  ease-out 0ms;
}

.p-categoryList__item.is-column-parent.is-active > a::after {
  transform: translate3d(0, -50%, 0) rotate(315deg);
  margin-top: 3px;
}

.p-categoryList__item__children {
  display: none;
  opacity: 0;
  padding-bottom: 10px;
}

.is-active .p-categoryList__item__children {
  display: block;
  transform: translate3d(0, -5px, 0) rotate(0deg);
  animation: anim-p-side-categories__item__children-item 200ms ease-out 0ms 1 normal forwards;
}

@keyframes anim-p-side-categories__item__children-item {
  0% {
    opacity: 0;
    transform: translate3d(0, -5px, 0) rotate(0deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0px, 0) rotate(0deg);
  }
}

.p-categoryList__item__children-item {
  margin-top: 5px;
}

.p-categoryList__item__children-item > a {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.00em;
  line-height: 1.5;
}

@media screen and (max-width: 769px) {
  .p-categoryList__item__children-item > a {
    font-size: 12px;
  }
}

.p-categoryList__item__children-item.is-bold > a {
  font-weight: 700;
}

.p-columnLink {
  display: block;
}

.p-columnLink:not(:first-child) {
  margin-top: 40px;
}

@media screen and (max-width: 769px) {
  .p-columnLink:not(:first-child) {
    margin-top: 23px;
  }
}

.p-columnLink__article {
  display: flex;
}

@media screen and (max-width: 769px) {
  .p-columnLink__article {
    flex-wrap: wrap;
  }
}

.p-columnLink__img {
  position: relative;
  width: 302px;
  height: 202px;
  margin-right: 34px;
  flex-shrink: 0;
}

@media screen and (max-width: 769px) {
  .p-columnLink__img {
    width: 151px;
    height: 101px;
    margin-right: 14px;
  }
}

.p-columnLink__img-inner {
  overflow: hidden;
}

.p-columnLink__img:hover img {
  transform: scale(1.2);
}

.p-columnLink__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  transition: transform 0.3s;
}

.p-columnLink__img .new {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #39759a;
  border-radius: 50%;
  width: 43px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  color: #FFF;
}

@media screen and (max-width: 769px) {
  .p-columnLink__img .new {
    font-size: 1rem;
    width: 3rem;
    height: 3rem;
    letter-spacing: 0;
    transform: translate(-5px, -6px);
  }
}

.p-columnLink__content {
  flex-grow: 1;
  width: 100%;
}

@media screen and (max-width: 769px) {
  .p-columnLink__content {
    width: calc(100% - 151px - 14px);
    font-size: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}

.p-columnLink__meta {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.p-columnLink__date {
  margin-left: auto;
  font-size: 16px;
  color: #444;
  padding-top: 4px;
  margin-bottom: 5px;
}

@media screen and (max-width: 769px) {
  .p-columnLink__date {
    width: 100%;
    display: block;
    font-size: 13px;
    margin: 4px 0 0;
  }
}

.p-columnLink__category {
  display: inline-flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row wrap;
}

.p-columnLink__category a {
  display: block;
  color: #FFF;
  background-color: #397599;
  font-size: 14px;
  font-weight: 700;
  padding: 2px 8px;
  transition: opacity 0.4s ease;
  margin-right: 5px;
  margin-bottom: 5px;
}

.p-columnLink__category a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 769px) {
  .p-columnLink__category a {
    font-size: 12px;
    padding: 2px 10px;
  }
}

.p-columnLink__title {
  width: 100%;
  font-size: 19px;
  line-height: 1.68421053;
  font-weight: 700;
  color: #000;
  margin-top: 10px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.p-columnLink__title a {
  color: inherit;
  transition: opacity 0.4s ease;
}

.p-columnLink__title a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 769px) {
  .p-columnLink__title {
    font-size: 13px;
    -webkit-line-clamp: 3;
  }
}

.p-columnLink__text {
  font-size: 15px;
  line-height: 1.75;
  margin-top: 5px;
  font-weight: 500;
  color: #444;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

@media screen and (max-width: 769px) {
  .p-columnLink__text {
    margin-top: 0;
    -webkit-line-clamp: 2;
    font-size: 13px;
  }
}

.p-columnLink__tags {
  margin-top: 11px;
  display: flex;
  overflow: auto;
  flex-wrap: wrap;
}

@media screen and (max-width: 769px) {
  .p-columnLink__tags {
    margin-top: 0;
    width: 100%;
  }
}

.p-columnLink__tags li {
  font-size: 16px;
  margin-right: 15px;
  margin-bottom: 10px;
}

.p-columnLink__tags li a {
  display: block;
  white-space: nowrap;
  color: #444;
  font-weight: bold;
  border-radius: 999px;
  transition: opacity 0.4s ease;
}

.p-columnLink__tags li a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 769px) {
  .p-columnLink__tags li a {
    font-size: 13px;
  }
}

@media screen and (min-width: 751px) {
  .p-columnLink--other .p-columnLink__article {
    display: block;
  }
  .p-columnLink--other .p-columnLink__img {
    width: 100%;
    height: 215px;
  }
  .p-columnLink--other .p-columnLink__content {
    width: 100%;
    font-size: 0;
    padding-top: 14px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .p-columnLink--other .p-columnLink__category {
    order: 1;
  }
  .p-columnLink--other .p-columnLink__tags {
    order: 2;
  }
  .p-columnLink--other .p-columnLink__title {
    order: 3;
    -webkit-line-clamp: 3;
  }
  .p-columnLink--other .p-columnLink__text {
    order: 4;
    display: none;
  }
}

@media screen and (max-width: 769px) {
  .p-columnLink--other .p-columnLink__text {
    display: none;
  }
}

.p-pickup {
  display: block;
}

.p-pickup:hover img {
  transform: scale(1.2);
}

.p-pickup__img {
  position: relative;
  height: 139px;
  overflow: hidden;
}

@media screen and (max-width: 769px) {
  .p-pickup__img {
    height: 227.5px;
  }
}

.p-pickup__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  transition: transform 0.3s;
}

.p-pickup__category {
  margin-top: 17px;
  display: inline-block;
  line-height: 1.33;
  font-size: 12px;
  font-weight: 700;
  color: #FFF;
  padding: 6px 10px;
}

@media screen and (max-width: 769px) {
  .p-pickup__category {
    font-size: 11px;
    padding: 3px 8px;
  }
}

.p-pickup__text {
  font-size: 16px;
  font-weight: 700;
  color: #444444;
  line-height: 1.625;
  margin-top: 9px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

@media screen and (max-width: 769px) {
  .p-pickup__text {
    font-size: 13px;
    -webkit-line-clamp: 2;
  }
}

.p-pickup__description {
  display: none;
}

@media screen and (max-width: 769px) {
  .p-pickup__description {
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.7;
    color: #444;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}

.p-pickupList {
  display: flex;
}

.p-pickupList__item:not(:last-child) {
  margin-right: 39.9px;
}

@media screen and (max-width: 769px) {
  .p-pickupList__item:not(:last-child) {
    margin-right: 0;
  }
}

.p-pickTitle {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  color: #286b85;
  padding: 15px 0 15px 28px;
  margin-bottom: 25px;
  border-top: 1px solid #444444;
  border-bottom: 1px solid #444444;
}

@media screen and (max-width: 769px) {
  .p-pickTitle {
    font-size: 16px;
    padding: 12px 0;
    letter-spacing: 0.04em;
    margin-bottom: 10px;
  }
}

.p-columnTitle {
  font-size: 31px;
  font-weight: bold;
  color: #286b85;
  border-left: 11px solid #286b85;
  padding-left: 14px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}

@media screen and (max-width: 769px) {
  .p-columnTitle {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 17px;
    border-left-width: 7px;
    padding-left: 8px;
  }
}

.p-columnNote {
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-bottom: 30px;
}

@media screen and (max-width: 769px) {
  .p-columnNote {
    font-size: 13px;
    margin-bottom: 20px;
  }
}

.p-columnTopTitle {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid #5C4D2B;
  padding-bottom: 17px;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #286b85;
}

@media screen and (max-width: 769px) {
  .p-columnTopTitle {
    padding-bottom: 10px;
  }
}

.p-columnTopTitle__text {
  font-size: 22px;
  font-weight: 700;
}

@media screen and (max-width: 769px) {
  .p-columnTopTitle__text {
    font-size: 15px;
  }
}

.p-columnTopTitle__result {
  font-size: 15px;
  color: #000;
  font-weight: 500;
  letter-spacing: 0;
}

@media screen and (max-width: 769px) {
  .p-columnTopTitle__result {
    font-size: 12px;
  }
}

.p-tagList {
  display: flex;
  flex-wrap: wrap;
  margin: 22px 0 54px;
  gap: 6px 20px;
}

@media screen and (max-width: 769px) {
  .p-tagList {
    margin: 20px 0 30px;
    gap: 10px 15px;
    max-height: calc(13px * 2 * 1.33 + 10px);
    overflow: hidden;
  }
}

@media screen and (max-width: 769px) {
  .p-tagList.is-show {
    max-height: none;
  }
}

.p-tagList__item {
  font-size: 16px;
  line-height: 1.33;
  font-weight: bold;
}

@media screen and (max-width: 769px) {
  .p-tagList__item {
    font-size: 13px;
  }
}

.p-tagList__item a {
  color: inherit;
  transition: opacity 0.4s ease;
}

.p-tagList__item a:hover {
  opacity: 0.7;
}

.p-tagListTrigger {
  display: none;
}

@media screen and (max-width: 769px) {
  .p-tagListTrigger {
    font-size: 13px;
    font-weight: bold;
    margin-top: -5px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    padding-bottom: 6px;
    border-bottom: 2px solid #286d90;
  }
  .p-tagListTrigger::before {
    white-space: nowrap;
    content: "人気タグをもっと見る";
  }
  .p-tagListTrigger.is-show::before {
    content: "閉じる";
  }
  .p-tagListTrigger.is-show span::after {
    display: none;
  }
  .p-tagListTrigger span {
    margin-left: 6px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-tagListTrigger span::before, .p-tagListTrigger span::after {
    position: absolute;
    left: 0;
    top: 49%;
    content: "";
    display: block;
    width: 12px;
    height: 2px;
    background: #182781;
  }
  .p-tagListTrigger span::after {
    transform: rotate(90deg);
  }
}

.p-categoryMeta {
  padding: 10px 0 40px;
}

@media screen and (max-width: 769px) {
  .p-categoryMeta {
    padding: 0 0 10px;
  }
}

.p-categoryMeta__count {
  color: #000;
  font-size: 19px;
  font-weight: bold;
}

@media screen and (max-width: 769px) {
  .p-categoryMeta__count {
    font-size: 14px;
  }
}

.p-categoryMeta__text {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.86666667;
}

@media screen and (max-width: 769px) {
  .p-categoryMeta__text {
    margin-top: 4px;
    font-size: 13px;
  }
}

.p-articleCatHead {
  border: 2px solid #986D33;
  border-radius: 10px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: #5C4D2B;
  padding: 10px 0;
}

@media screen and (max-width: 769px) {
  .p-articleCatHead {
    font-size: 15px;
  }
}

.p-articleInfo {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row wrap;
}

.p-articleInfo__category {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  padding: 2px 8px;
  background-color: #397599;
  margin: 5px 0px;
  margin-right: 5px;
}

@media screen and (max-width: 769px) {
  .p-articleInfo__category {
    font-size: 12px;
    padding: 2px 15px;
  }
}

.p-articleInfo__time {
  font-size: 16px;
  color: #444;
  font-weight: 500;
  letter-spacing: -0.02em;
  margin: 5px 0px;
  margin-left: auto;
}

@media screen and (max-width: 769px) {
  .p-articleInfo__time {
    font-size: 13px;
  }
}

.p-articleTags {
  display: flex;
  align-items: center;
  overflow: auto;
  flex-wrap: wrap;
}

.p-articleTags__item {
  margin: 0 12px 6px 0;
}

@media screen and (max-width: 769px) {
  .p-articleTags__item {
    margin: 0 12px 3px 0;
  }
}

.p-articleTags__item a {
  display: block;
  color: #444;
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
  border-radius: 999px;
  transition: opacity 0.4s ease;
}

.p-articleTags__item a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 769px) {
  .p-articleTags__item a {
    font-size: 13px;
  }
}

.p-articleTitle {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.68421053;
  color: #000;
}

@media screen and (max-width: 769px) {
  .p-articleTitle {
    font-size: 16px;
    letter-spacing: 0.07em;
  }
}

.p-author {
  background-color: #e4e4e4;
  padding: 36px 38px;
}

@media screen and (max-width: 769px) {
  .p-author {
    padding: 21px 19px;
  }
}

.p-author:not(:first-child) {
  margin-top: 18px;
}

.p-author__header {
  border-bottom: 1px solid #5c4d2b;
  color: #444;
  font-size: 19px;
  font-weight: 700;
  padding-bottom: 12px;
  margin-bottom: 26px;
  position: relative;
}

@media screen and (max-width: 769px) {
  .p-author__header {
    font-size: 14px;
    padding-bottom: 03px;
    margin-bottom: 13px;
  }
}

.p-author__body {
  display: flex;
}

.p-author__img {
  width: 196px;
  margin-right: 30px;
}

@media screen and (max-width: 769px) {
  .p-author__img {
    width: 10rem;
    margin-right: 15px;
  }
}

.p-author__img img {
  max-width: 100%;
}

.p-author__content {
  width: calc(100% - 196px - 30px);
}

@media screen and (max-width: 769px) {
  .p-author__content {
    width: calc(100% - 10rem - 15px);
  }
}

.p-author__title {
  font-size: 19px;
  font-weight: 700;
  color: #444;
}

@media screen and (max-width: 769px) {
  .p-author__title {
    font-size: 14px;
    text-align: justify;
    line-height: 1.3;
  }
}

.p-author__text {
  font-size: 15px;
  font-weight: 300;
  margin-top: 12px;
  line-height: 1.86;
}

@media screen and (max-width: 769px) {
  .p-author__text {
    font-size: 13px;
    text-align: justify;
    margin-top: 10px;
  }
}

.p-assocList {
  display: flex;
  align-items: stretch;
  gap: 0 60px;
  margin: 30px 0 45px;
  padding-bottom: 30px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 769px) {
  .p-assocList {
    gap: 0 40px;
    margin: 20px 0 30px;
    padding-bottom: 20px;
  }
}

.p-assocList .swiper-pagination {
  bottom: 0;
}

@media screen and (max-width: 769px) {
  .p-assocList .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
  }
}

.p-assocList .swiper-pagination-bullet {
  opacity: 1 !important;
  background: #B7B7B7;
  width: 50px;
  height: 2px;
  border-radius: 999px;
}

@media screen and (max-width: 769px) {
  .p-assocList .swiper-pagination-bullet {
    margin: 0 4px !important;
    max-width: 50px;
    border-radius: 0;
    flex: 1;
  }
}

.p-assocList .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #808080;
  height: 4px;
  transform: translateY(1px);
  border-radius: 999px;
}

@media screen and (max-width: 769px) {
  .p-assocList .swiper-pagination-bullet.swiper-pagination-bullet-active {
    transform: none;
  }
}

.p-assocList__item {
  transition: opacity 0.4s ease;
}

.p-assocList__item.swiper-slide {
  width: 230px;
  margin-right: 30px;
}

@media screen and (max-width: 769px) {
  .p-assocList__item {
    width: calc(100% / 2 - 40px / 2);
  }
}

.p-assocList__item:hover {
  opacity: 0.7;
}

.p-assocList__item__img {
  margin-bottom: 20px;
}

@media screen and (max-width: 769px) {
  .p-assocList__item__img {
    margin-bottom: 15px;
  }
}

.p-assocList__item__img img {
  max-width: 100%;
}

.p-assocList__item__cat {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  padding: 4px 15px;
  background: #333;
}

@media screen and (max-width: 769px) {
  .p-assocList__item__cat {
    font-size: 12px;
    padding: 6px 15px;
  }
}

.p-assocList__item__title {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

@media screen and (max-width: 769px) {
  .p-assocList__item__title {
    font-size: 13px;
  }
}

.p-shareButtons {
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-shareButtons__item {
  width: 242px;
  height: 48px;
  background-color: #100169;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
}

@media screen and (max-width: 769px) {
  .p-shareButtons__item {
    width: 131px;
    height: 37px;
  }
}

.p-shareButtons__item:not(:last-child) {
  margin-right: 20px;
}

@media screen and (max-width: 769px) {
  .p-shareButtons__item:not(:last-child) {
    margin-right: 14px;
  }
}

.p-shareButtons__item:hover {
  opacity: 0.6;
}

.p-shareButtons__icon {
  width: 27px;
  height: 27px;
  margin-right: 10px;
}

@media screen and (max-width: 769px) {
  .p-shareButtons__icon {
    width: 19px;
    height: 21px;
    margin-right: 8px;
  }
}

.p-shareButtons__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: "object-fit: contain;";
}

.p-shareButtons__text {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}

@media screen and (max-width: 769px) {
  .p-shareButtons__text {
    font-size: 10px;
  }
}

.p-recommendedSlide {
  padding: 20px 0 25px;
  margin-bottom: 30px;
  position: relative;
}

.p-recommendedSlide__item {
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 769px) {
  .p-recommendedSlide__item__img {
    height: 227.5px;
  }
}

.p-recommendedSlide__item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  transition: transform 0.3s;
}

.p-recommendedSlide__item__category {
  margin-top: 17px;
  display: inline-block;
  line-height: 1.33;
  font-weight: 700;
  color: #FFF;
  background: #444;
  font-size: 12px;
  padding: 3px 10px;
}

.p-recommendedSlide__item__title {
  font-size: 13px;
  font-weight: 700;
  color: #444;
  line-height: 1.625;
  margin-top: 9px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}

.p-recommendedSlide__item__text {
  font-size: 13px;
  line-height: 1.625;
  margin-top: 9px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-weight: 400;
  color: #444444;
}

.p-recommendedSlide .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}

.p-recommendedSlide .swiper-pagination-bullet {
  opacity: 1 !important;
  background: #B7B7B7;
  max-width: 50px;
  height: 2px;
  margin: 0 4px !important;
  border-radius: 0;
  flex: 1;
}

.p-recommendedSlide .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #808080;
  height: 4px;
  border-radius: 999px;
  transform: none;
}

.p-side-posts {
  margin-top: 20px;
}

.p-side-posts__item {
  display: flex;
  align-items: stretch;
}

.p-side-posts__item + .p-side-posts__item {
  margin-top: 15px;
}

.p-side-posts__item-img {
  width: 107px;
  flex-shrink: 0;
  height: auto;
  overflow: hidden;
}

.p-side-posts__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.p-side-posts__item-body {
  flex-grow: 1;
  padding-left: 10px;
}

.p-side-posts__item-cat {
  font-size: 12px;
  line-height: 1;
  display: inline-block;
  padding: 3px 6px;
  background: #444;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.p-side-posts__item-title {
  font-size: 15px;
  line-height: 1.6;
  color: #444;
  text-decoration: none;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.p-side-posts__item:hover .p-side-posts__item-img img {
  opacity: 0.7;
  transform: scale(1.2);
}

.p-aside-menu__title-sub {
  font-size: 16px;
  font-weight: 700;
  color: #296B84;
  margin-top: 16px;
  margin-bottom: 10px;
}

.p-side-categories {
  margin-top: 10px;
}

.p-side-categories__item > a {
  background: #397599;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: opacity 0.75s ease;
  border-radius: 0px;
  padding: 7px 15px;
  font-size: 16px;
}

.p-side-categories__item > a:hover {
  opacity: 0.7;
}

.p-side-categories__item.is-column-parent > a {
  position: relative;
  padding-right: 30px;
}

.p-side-categories__item.is-column-parent > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate3d(0, -50%, 0) rotate(135deg);
  transition: all 200ms  ease-out 0ms;
}

.p-side-categories__item.is-column-parent.is-active > a::after {
  transform: translate3d(0, -50%, 0) rotate(315deg);
  margin-top: 3px;
}

.p-side-categories__item + .p-side-categories__item {
  margin-top: 10px;
}

.p-side-categories__item__children {
  display: none;
  opacity: 0;
}

.is-active .p-side-categories__item__children {
  display: block;
  transform: translate3d(0, -5px, 0) rotate(0deg);
  animation: anim-p-side-categories__item__children-item 200ms ease-out 0ms 1 normal forwards;
}

@keyframes anim-p-side-categories__item__children-item {
  0% {
    opacity: 0;
    transform: translate3d(0, -5px, 0) rotate(0deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0px, 0) rotate(0deg);
  }
}

.p-side-categories__item__children-item {
  margin-top: 5px;
}

.p-side-categories__item__children-item > a {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.00em;
  line-height: 1.5;
}

.p-side-tags {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  max-height: calc(16px * 5 + 10px * 5);
  overflow: hidden;
}

.p-side-tags.is-show {
  max-height: none;
}

.p-side-tags__item {
  color: #444;
  transition: opacity 0.4s ease;
  font-size: 16px;
  font-weight: bold;
}

.p-side-tags__item a {
  color: inherit;
}

.p-side-tags__item:hover {
  opacity: 0.7;
}

.p-side-tags__trigger {
  font-size: 15px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 30px;
  line-height: 1;
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
  border-bottom: 2px solid #286d90;
}

.p-side-tags__trigger::before {
  white-space: nowrap;
  content: "人気タグをもっと見る";
}

.p-side-tags__trigger.is-show::before {
  content: "閉じる";
}

.p-side-tags__trigger.is-show span::after {
  display: none;
}

.p-side-tags__trigger span {
  margin-left: 6px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13px;
}

.p-side-tags__trigger span::before, .p-side-tags__trigger span::after {
  position: absolute;
  left: 0;
  top: 48%;
  content: "";
  display: block;
  width: 13px;
  height: 3px;
  background: #182781;
}

.p-side-tags__trigger span::after {
  transform: rotate(90deg);
}

/* ======================================
**
** コラム
**
\* =================================== */
.p-eventFv {
  margin-bottom: 20px;
}

@media screen and (max-width: 769px) {
  .p-eventFv {
    padding: 0;
    margin-bottom: -5px;
  }
}

.p-eventFv img {
  width: 100%;
  height: auto;
}

.p-eventTitle {
  margin-bottom: 26px;
}

@media screen and (max-width: 769px) {
  .p-eventTitle {
    display: none;
  }
}

.p-eventImage {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 0 20px;
  margin-bottom: 40px;
}

@media screen and (max-width: 769px) {
  .p-eventImage {
    gap: 0 10px;
    margin-bottom: 30px;
  }
}

.p-eventImage__item {
  width: calc(100% / 3 - 20px * 2 / 3);
}

@media screen and (max-width: 769px) {
  .p-eventImage__item {
    width: calc(100% / 3 - 10px * 2 / 3);
  }
}

.p-eventImage__item img {
  width: 100%;
  height: auto;
}

.p-eventFlow__item {
  background: #d6e2e9;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 90px 310px 1fr;
  margin-top: 30px;
  position: relative;
}

@media screen and (max-width: 769px) {
  .p-eventFlow__item {
    grid-template-rows: auto 1fr;
    grid-template-columns: 85px 1fr;
    margin: 20px -20px 0;
    padding: 25px;
  }
}

.p-eventFlow__item + .p-eventFlow__item {
  margin-top: 60px;
}

@media screen and (max-width: 769px) {
  .p-eventFlow__item + .p-eventFlow__item {
    margin-top: 30px;
  }
}

.p-eventFlow__item::after {
  position: absolute;
  right: calc(50% - 25px);
  bottom: -34px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 34px 25px 0 25px;
  border-color: #d6e2e9 transparent transparent transparent;
}

@media screen and (max-width: 769px) {
  .p-eventFlow__item::after {
    bottom: -20px;
    border-width: 20px 18px 0 18px;
  }
}

.p-eventFlow__item:last-child::after {
  display: none;
}

.p-eventFlow__itemStep {
  background: #286b84;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
}

@media screen and (max-width: 769px) {
  .p-eventFlow__itemStep {
    width: 65px;
    height: 65px;
  }
}

.p-eventFlow__itemStep img {
  width: 42px;
  height: 53px;
}

@media screen and (max-width: 769px) {
  .p-eventFlow__itemStep img {
    width: 30px;
    height: 38px;
  }
}

.p-eventFlow__itemTitle {
  font-size: 29px;
  font-weight: bold;
  line-height: 1.44;
  color: #286b84;
  margin-bottom: 5px;
  display: none;
}

@media screen and (max-width: 769px) {
  .p-eventFlow__itemTitle {
    display: flex;
    font-size: 21px;
    line-height: 1.4;
    height: 65px;
    align-items: center;
  }
}

.p-eventFlow__itemImage {
  padding: 25px 30px;
}

@media screen and (max-width: 769px) {
  .p-eventFlow__itemImage {
    display: none;
  }
}

.p-eventFlow__itemImage img {
  width: 100%;
  height: auto;
}

.p-eventFlow__itemDesc {
  padding: 25px 20px 25px 0;
}

@media screen and (max-width: 769px) {
  .p-eventFlow__itemDesc {
    padding: 15px 0 0;
    display: flex;
    align-items: flex-start;
    grid-column: 1 / 3;
  }
}

.p-eventFlow__itemDescTitle {
  font-size: 29px;
  font-weight: bold;
  line-height: 1.44;
  color: #286b84;
  margin-bottom: 5px;
}

@media screen and (max-width: 769px) {
  .p-eventFlow__itemDescTitle {
    display: none;
  }
}

.p-eventFlow__itemDescText {
  font-size: 15px;
  line-height: 1.8;
}

@media screen and (max-width: 769px) {
  .p-eventFlow__itemDescText {
    font-size: 13px;
    line-height: 1.7;
  }
}

.p-eventFlow__itemDescImage {
  display: none;
}

@media screen and (max-width: 769px) {
  .p-eventFlow__itemDescImage {
    display: block;
    flex-shrink: 0;
    width: 145px;
    margin-left: 20px;
  }
}

.p-eventFlow__itemDescImage img {
  width: 100%;
  height: auto;
}

.p-eventMap {
  position: relative;
  margin-top: 15px;
  margin-bottom: 40px;
}

@media screen and (max-width: 769px) {
  .p-eventMap {
    margin: 10px -20px;
  }
}

.p-eventMap__image img {
  width: 100%;
  height: auto;
}

.p-eventMap__link {
  position: absolute;
  left: 45px;
  top: 36px;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 17px 13px;
  width: 420px;
}

@media screen and (max-width: 769px) {
  .p-eventMap__link {
    left: 20px;
    top: 17px;
    gap: 10px;
    width: 240px;
  }
}

.p-eventMap__linkItem {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  width: calc(100% / 3 - 13px * 2 / 3);
  border-radius: 10px;
  background: #ccc;
  color: #fff;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-right: 25px;
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 769px) {
  .p-eventMap__linkItem {
    width: calc(100% / 3 - 10px * 2 / 3);
    font-size: 12px;
    line-height: 1.33333333;
    height: 45px;
    padding-right: 16px;
  }
}

.p-eventMap__linkItem::after {
  position: absolute;
  right: 12px;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

@media screen and (max-width: 769px) {
  .p-eventMap__linkItem::after {
    width: 8px;
    height: 8px;
    right: 8px;
  }
}

.p-eventMap__linkItem:nth-child(1) {
  background: #ffa50b;
}

.p-eventMap__linkItem:nth-child(2) {
  background: #ae1c00;
}

.p-eventMap__linkItem:nth-child(3) {
  background: #009623;
}

.p-eventMap__linkItem:nth-child(4) {
  background: #ff77b0;
}

.p-eventMap__linkItem:nth-child(5) {
  background: #37a9ff;
}

.p-eventMap__linkItem:nth-child(6) {
  background: #de6e00;
}

.p-eventMap__linkItem:hover {
  opacity: 0.7;
}

.p-staff {
  padding-bottom: 50px;
}

@media screen and (max-width: 769px) {
  .p-staff {
    padding-bottom: 20px;
  }
}

.p-staff__container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 40px 30px;
  margin-top: 30px;
  margin-bottom: 40px;
}

@media screen and (max-width: 769px) {
  .p-staff__container {
    margin-top: 20px;
    margin-bottom: 0;
    gap: 23px;
  }
}

.p-staff__item {
  display: block;
  width: calc(100% / 3 - 30px * 2 / 3);
}

@media screen and (max-width: 769px) {
  .p-staff__item {
    width: calc(100% / 2 - 23px / 2);
  }
}

.p-staff__itemImage {
  margin-bottom: 12px;
}

.p-staff__itemImage img {
  width: 100%;
  height: auto;
}

.p-staff__itemTitle {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.7;
}

@media screen and (max-width: 769px) {
  .p-staff__itemTitle {
    font-size: 13px;
  }
}

.p-staff__itemTitle a {
  color: #333;
}

.p-staff__itemTitle a:hover {
  text-decoration: underline;
}

.p-staff__itemSubTitle {
  font-size: 15px;
  line-height: 1.7;
  margin: 2px 0 3px;
}

@media screen and (max-width: 769px) {
  .p-staff__itemSubTitle {
    font-size: 13px;
    margin-bottom: -2px;
  }
}

.p-staff__itemSubTitle a {
  color: #333;
}

.p-staff__itemSubTitle a:hover {
  text-decoration: underline;
}

.p-staff__itemDesc {
  margin-top: 5px;
  font-size: 15px;
  line-height: 1.7;
}

@media screen and (max-width: 769px) {
  .p-staff__itemDesc {
    font-size: 13px;
  }
}

.p-staff__item:nth-child(n + 7) {
  display: none;
}

@media screen and (max-width: 769px) {
  .p-staff__item:nth-child(n + 5) {
    display: none;
  }
}

.p-staff__item.show {
  display: block;
}

/* ======================================
**
** 追加コンテンツ
**
\* =================================== */
.p-extraContents__body {
  font-size: 15px;
  padding: 20px 0 40px;
}

@media screen and (max-width: 769px) {
  .p-extraContents__body {
    font-size: 13px;
    padding: 15px 0 30px;
  }
}

.p-extraContents__body strong {
  font-weight: bold;
}

.p-extraContents__body em {
  font-style: italic;
}

.p-extraContents__body h3 {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  padding-left: 26px;
  padding-bottom: 6px;
  border-bottom: 1px solid #000;
  margin: 20px 0;
}

.p-extraContents__body h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  display: block;
  height: 36px;
  width: 12px;
  background: #006c94;
}

@media screen and (max-width: 769px) {
  .p-extraContents__body h3::before {
    top: 3px;
    width: 7px;
    height: 22px;
  }
}

@media screen and (max-width: 769px) {
  .p-extraContents__body h3 {
    font-size: 15px;
    padding-left: 18px;
    margin: 15px 0;
  }
}

/* ==========================================================================
** Component
\* ======================================================================= */
.c-anchor {
  height: 0;
}

@media screen and (min-width: 770px) {
  .c-anchor {
    padding-top: 160px;
    margin-top: -160px;
  }
}

@media screen and (max-width: 375px) {
  .c-anchor {
    padding-top: 60px;
    margin-top: -60px;
  }
}

.c-title01 {
  font-size: calc((26 - 17.5) * ((100vw - 375px) / (1400 - 375)) + 17.5px);
  padding-left: calc((37 - 25) * ((100vw - 375px) / (1400 - 375)) + 25px);
  letter-spacing: 0.1em;
  font-weight: bold;
  background-color: #286B91;
  color: #FFF;
  line-height: 1.38;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-right: 10px;
  position: relative;
}

@media screen and (min-width: 770px) {
  .c-title01 {
    font-size: 26px;
    padding-left: 37px;
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 375px) {
  .c-title01 {
    font-size: 17.5px;
    padding-left: 25px;
  }
}

@media screen and (max-width: 769px) {
  .c-title01--sp-small {
    font-size: 14.5px !important;
    letter-spacing: 0.01em;
  }
}

.c-title01::after {
  width: calc((11 - 7.5) * ((100vw - 375px) / (1400 - 375)) + 7.5px);
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  height: 65%;
  background-color: #fff;
}

@media screen and (min-width: 770px) {
  .c-title01::after {
    width: 11px;
  }
}

@media screen and (max-width: 375px) {
  .c-title01::after {
    width: 7.5px;
  }
}

.c-title01 span {
  font-size: 15px;
  font-weight: normal;
  margin-left: auto;
}

@media screen and (max-width: 769px) {
  .c-title01 span {
    display: block;
    margin-top: 2px;
    font-size: 12px;
  }
}

.c-title02 {
  font-size: calc((32 - 17.5) * ((100vw - 375px) / (1400 - 375)) + 17.5px);
  padding-left: calc((26 - 16.5) * ((100vw - 375px) / (1400 - 375)) + 16.5px);
  font-weight: bold;
  color: #286B91;
  line-height: 1.2;
  position: relative;
}

@media screen and (min-width: 770px) {
  .c-title02 {
    font-size: 32px;
    padding-left: 26px;
  }
}

@media screen and (max-width: 375px) {
  .c-title02 {
    font-size: 17.5px;
    padding-left: 16.5px;
  }
}

.c-title02::after {
  width: calc((11 - 7.5) * ((100vw - 375px) / (1400 - 375)) + 7.5px);
  content: "";
  position: absolute;
  top: 0%;
  left: 0px;
  height: 100%;
  background-color: #286B91;
}

@media screen and (min-width: 770px) {
  .c-title02::after {
    width: 11px;
  }
}

@media screen and (max-width: 375px) {
  .c-title02::after {
    width: 7.5px;
  }
}

.c-title02--min {
  font-size: calc((22 - 16) * ((100vw - 375px) / (1400 - 375)) + 16px);
}

@media screen and (min-width: 770px) {
  .c-title02--min {
    font-size: 22px;
    padding-left: 16px;
  }
}

@media screen and (max-width: 375px) {
  .c-title02--min {
    font-size: 16px;
    padding-left: 16.5px;
  }
}

.c-title03 {
  font-size: calc((22 - 16) * ((100vw - 375px) / (1400 - 375)) + 16px);
  padding: 10px 27px;
  border-top: 1px solid #444444;
  border-bottom: 1px solid #444444;
  color: #286B91;
  font-weight: bold;
}

@media screen and (min-width: 770px) {
  .c-title03 {
    font-size: 22px;
  }
}

@media screen and (max-width: 375px) {
  .c-title03 {
    font-size: 16px;
  }
}

@media screen and (max-width: 769px) {
  .c-title03 {
    padding: 8px 0px;
  }
}

.c-title04 {
  font-size: calc((23 - 15) * ((100vw - 375px) / (1400 - 375)) + 15px);
  font-weight: bold;
}

@media screen and (min-width: 770px) {
  .c-title04 {
    font-size: 23px;
  }
}

@media screen and (max-width: 375px) {
  .c-title04 {
    font-size: 15px;
  }
}

.c-title05 {
  position: relative;
  font-weight: bold;
  font-size: 20px;
  color: #FFF;
  background-color: #444444;
  text-align: center;
  padding: 20px 0;
}

.c-title05::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: #444444;
  z-index: -1;
  transform: translateX(30px);
}

.c-title05::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  border-top: 14px solid #444444;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  z-index: 1;
}

.c-title05 .yellow {
  color: #E3D521;
}

@media screen and (max-width: 769px) {
  .c-title05 {
    border-radius: 999px;
    font-size: 14px;
    padding: 6px 0;
    transform: translateY(50%);
  }
  .c-title05::after {
    content: none;
  }
  .c-title05::before {
    border-top-width: 10px;
    border-left-width: 7.5px;
    border-right-width: 7.5px;
  }
  .c-title05 .yellow {
    font-size: 14px;
  }
}

.c-title06 {
  font-size: calc((23 - 13.5) * ((100vw - 375px) / (1400 - 375)) + 13.5px);
  padding-left: calc((25 - 13.5) * ((100vw - 375px) / (1400 - 375)) + 13.5px);
  position: relative;
  line-height: 1.56;
  font-weight: bold;
}

@media screen and (min-width: 770px) {
  .c-title06 {
    font-size: 23px;
    padding-left: 25px;
  }
}

@media screen and (max-width: 375px) {
  .c-title06 {
    font-size: 13.5px;
    padding-left: 13.5px;
  }
}

.c-title06::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #444444;
  width: calc((10 - 7) * ((100vw - 375px) / (1400 - 375)) + 7px);
}

@media screen and (min-width: 770px) {
  .c-title06::after {
    width: 10px;
  }
}

@media screen and (max-width: 375px) {
  .c-title06::after {
    width: 7px;
  }
}

.c-title07 {
  font-size: calc((20 - 13.5) * ((100vw - 375px) / (1400 - 375)) + 13.5px);
  padding: calc((10 - 6) * ((100vw - 375px) / (1400 - 375)) + 6px) calc((28 - 6) * ((100vw - 375px) / (1400 - 375)) + 6px);
  background-color: #ebebeb;
  font-weight: bold;
}

@media screen and (min-width: 770px) {
  .c-title07 {
    font-size: 20px;
    padding: 10px 28px;
  }
}

@media screen and (max-width: 375px) {
  .c-title07 {
    font-size: 13.5px;
    padding: 6px 6px;
  }
}

.c-title08 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.099em;
  text-align: justify;
  line-height: 1.63;
}

.c-title08--black {
  color: #000;
}

@media screen and (max-width: 769px) {
  .c-title08 {
    font-size: 15px;
  }
}

.c-title09 {
  text-align: center;
  background-color: #E0E0E0;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 10px;
}

@media screen and (max-width: 769px) {
  .c-title09 {
    font-size: 13px;
    padding: 7px 10px;
  }
}

.c-title10 {
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #000;
}

@media screen and (max-width: 769px) {
  .c-title10 {
    font-size: 15px;
    color: #444444;
  }
}

.c-title11 {
  font-size: calc((26 - 17.5) * ((100vw - 375px) / (1400 - 375)) + 17.5px);
  padding-bottom: 7px;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  font-weight: bold;
  line-height: 1.38;
  position: relative;
  border-bottom: 1px solid #286B91;
}

@media screen and (min-width: 770px) {
  .c-title11 {
    font-size: 26px;
  }
}

@media screen and (max-width: 375px) {
  .c-title11 {
    font-size: 17.5px;
  }
}

.c-title12 {
  font-size: calc((23 - 15.5) * ((100vw - 375px) / (1400 - 375)) + 15.5px);
  padding-left: calc((25 - 15.5) * ((100vw - 375px) / (1400 - 375)) + 15.5px);
  position: relative;
  line-height: 1.56;
  font-weight: bold;
  padding-bottom: 8px;
  border-bottom: 1px solid #444;
}

@media screen and (min-width: 770px) {
  .c-title12 {
    font-size: 23px;
    padding-left: 25px;
  }
}

@media screen and (max-width: 769px) {
  .c-title12 {
    font-size: 15.5px;
    padding-left: 13.5px;
  }
}

.c-title12::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc((10 - 7) * ((100vw - 375px) / (1400 - 375)) + 7px);
  height: calc(100% - 8px);
  background-color: #444444;
}

@media screen and (min-width: 770px) {
  .c-title12::after {
    width: 10px;
  }
}

@media screen and (max-width: 769px) {
  .c-title12::after {
    width: 7px;
  }
}

.c-label {
  height: 30px;
  line-height: 30px;
  padding: 0 42px;
  background-color: gray;
  color: #FFF;
  font-size: 14px;
  letter-spacing: 0.1em;
}

.c-label--bgBlue {
  background-color: #286B86;
}

.c-text15-13mt15-10 {
  font-size: calc((15 - 13) * ((100vw - 375px) / (1400 - 375)) + 13px);
  margin-top: calc((15 - 10) * ((100vw - 375px) / (1400 - 375)) + 10px);
  letter-spacing: 0.1em;
  text-align: justify;
  line-height: 1.8667;
}

@media screen and (min-width: 770px) {
  .c-text15-13mt15-10 {
    font-size: 15px;
    margin-top: 15px;
  }
}

@media screen and (max-width: 375px) {
  .c-text15-13mt15-10 {
    font-size: 13px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 769px) {
  .c-text15-13mt15-10 {
    letter-spacing: 0.02em;
    line-height: 1.69;
  }
}

.c-text17-13 {
  font-size: 17px;
  font-weight: bold;
  color: #000;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 769px) {
  .c-text17-13 {
    font-size: 13px;
  }
}

.c-spacer38-15 {
  height: calc((38 - 15) * ((100vw - 375px) / (1400 - 375)) + 15px);
}

@media screen and (min-width: 770px) {
  .c-spacer38-15 {
    height: 38px;
  }
}

@media screen and (max-width: 375px) {
  .c-spacer38-15 {
    height: 15px;
  }
}

.c-btn01 {
  -webkit-appearance: none;
  font-family: ヒラギノ角ゴ, sans-serif;
  letter-spacing: 0.1em;
  font-size: 14px;
  height: 43px;
  line-height: 41px;
  background-color: #EBEBEB;
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #100169;
  border-radius: 999px;
  border: 1px solid #100169;
  transition: opacity 0.3s;
}

.c-btn01--large {
  font-size: 17px !important;
  height: 50px !important;
  line-height: 48px !important;
}

@media screen and (max-width: 769px) {
  .c-btn01 {
    font-size: 13px;
    height: 38px;
    line-height: 36px;
  }
}

.c-btn01:hover {
  opacity: 0.6;
}

.c-btn01--bg-white {
  background-color: #fff;
}

.c-btn01--bg-blue {
  background-color: #276EAC;
  border-color: #276EAC;
  color: #FFF;
  padding-right: 10px;
}

.c-btn01--bg-blue .c-btn01__ico {
  right: 14px;
}

@media screen and (max-width: 769px) {
  .c-btn01--bg-blue .c-btn01__ico {
    right: 10px;
  }
}

@media screen and (max-width: 769px) {
  .c-btn01--sp-blue {
    background-color: #276EAD;
    color: #FFF;
    border: 0;
  }
}

@media screen and (max-width: 769px) {
  .c-btn01--sp {
    height: 38px !important;
    line-height: 36px !important;
    font-size: 13px !important;
  }
}

.c-btn01__ico {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 8px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 769px) {
  .c-btn01__ico {
    width: 8px;
    right: 12px;
  }
}

.c-btn01__ico img {
  width: 100%;
  vertical-align: middle;
}

.c-btn02 {
  height: 46px;
  display: block;
  background-color: #100169;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 769px) {
  .c-btn02 {
    height: 31px;
  }
}

.c-btn02__ico {
  width: auto;
  height: 26px;
  margin-right: 10px;
}

.c-btn02__ico img {
  width: auto;
  height: 100%;
}

@media screen and (max-width: 769px) {
  .c-btn02__ico {
    height: 16px;
    margin-right: 7px;
  }
}

.c-btn02__txt {
  font-size: 16.85px;
  font-weight: bold;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 769px) {
  .c-btn02__txt {
    font-size: 11px;
  }
}

.c-btnViewMore {
  width: 280px;
  padding-bottom: 20px;
  line-height: 20px;
  border-bottom: 2.6666px solid #286B86;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.c-btnViewMore .hide {
  display: none;
}

.c-btnViewMore.open .default {
  display: none;
}

.c-btnViewMore.open .hide {
  display: block;
}

.c-btnViewMore.open .c-btnViewMore__ico::before {
  transform: translate(-50%, -50%) rotate(0deg);
}

@media screen and (max-width: 769px) {
  .c-btnViewMore {
    width: 202px;
    padding-bottom: 15px;
    line-height: 15px;
    border-bottom-width: 2px;
  }
}

.c-btnViewMore__text {
  font-size: 23px;
  margin-right: 15px;
  font-weight: bold;
  color: #444444;
}

@media screen and (max-width: 769px) {
  .c-btnViewMore__text {
    margin-right: 11px;
    font-size: 16px;
  }
}

.c-btnViewMore__ico {
  width: 20px;
  height: 20px;
  position: relative;
}

.c-btnViewMore__ico::after, .c-btnViewMore__ico::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 4.5px;
  background-color: #286B86;
}

.c-btnViewMore__ico::before {
  transform: translate(-50%, -50%) rotate(-90deg);
  transition: 0.3s;
}

@media screen and (max-width: 769px) {
  .c-btnViewMore__ico {
    width: 15px;
    height: 15px;
  }
  .c-btnViewMore__ico::after, .c-btnViewMore__ico::before {
    height: 3.2px;
  }
}

.c-btnViewMoreCom {
  width: 280px;
  padding-bottom: 20px;
  line-height: 20px;
  border-bottom: 2.6666px solid #286B86;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.c-btnViewMoreCom .hide {
  display: none;
}

.c-btnViewMoreCom.open .default {
  display: none;
}

.c-btnViewMoreCom.open .hide {
  display: block;
}

.c-btnViewMoreCom.open .c-btnViewMoreCom__ico::before {
  transform: translate(-50%, -50%) rotate(0deg);
}

@media screen and (max-width: 769px) {
  .c-btnViewMoreCom {
    width: 202px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    line-height: 15px;
    border-bottom-width: 2px;
  }
}

.c-btnViewMoreCom__text {
  font-size: 23px;
  margin-right: 15px;
  font-weight: bold;
  color: #444444;
}

@media screen and (max-width: 769px) {
  .c-btnViewMoreCom__text {
    margin-right: 11px;
    font-size: 16px;
  }
}

.c-btnViewMoreCom__ico {
  width: 20px;
  height: 20px;
  position: relative;
}

.c-btnViewMoreCom__ico::after, .c-btnViewMoreCom__ico::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 4.5px;
  background-color: #286B86;
}

.c-btnViewMoreCom__ico::before {
  transform: translate(-50%, -50%) rotate(-90deg);
  transition: 0.3s;
}

@media screen and (max-width: 769px) {
  .c-btnViewMoreCom__ico {
    width: 15px;
    height: 15px;
  }
  .c-btnViewMoreCom__ico::after, .c-btnViewMoreCom__ico::before {
    height: 3.2px;
  }
}

.c-input {
  -webkit-appearance: none;
  background-color: #EBEBEB;
  border: 1px solid #C8C8C8;
  color: #000;
  height: 50px;
  padding: 15px 20px;
  margin: 0;
  font-size: 15px;
}

.c-input::placeholder {
  font-size: 15px;
  font-weight: bold;
  color: #8E8F8F;
}

.c-input.text {
  width: 100%;
}

.c-input.post {
  width: 108px;
}

.c-input.pref {
  width: 263px;
  background-image: url("../images/common/ico-bottom.png");
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: right 16px center;
}

.c-input.textarea {
  width: 100%;
  height: 200px;
}

.c-input.error {
  background-color: #ffebeb;
}

@media screen and (max-width: 769px) {
  .c-input {
    height: 38px;
    padding: 0 15px;
    font-size: 16px;
  }
  .c-input::placeholder {
    font-size: 16px;
  }
  .c-input.post {
    width: 82px;
  }
  .c-input.pref {
    width: 202px;
    background-size: 17px;
    background-position: right 12px center;
  }
  .c-input.textarea {
    height: 104px;
    padding: 10px 15px;
  }
}

/* ==========================================================================
** Utility
\* ======================================================================= */
.l-souba__item-wrap {
  opacity: 0.5;
  transition: all 300ms  ease-out 0ms;
}

.l-souba__item-wrap.is-loaded {
  opacity: 1;
}

.l-souba__item-wrap .l-souba__updated,
.l-souba__item-wrap [data-name] {
  opacity: 0;
  transition: all 300ms  ease-out 0ms;
}

.l-souba__item-wrap.is-loaded .l-souba__updated,
.l-souba__item-wrap.is-loaded [data-name] {
  opacity: 1;
}

.p-trendGraph {
  min-height: 350px;
  margin-bottom: 60px;
}

.p-trendGraph {
  background-color: #e7e7e7;
}

.p-trendGraph.is-loaded {
  background-color: #fff;
  min-height: 0;
}

.p-trendGraph:not(.is-loaded) canvas,
.p-trendGraph:not(.is-loaded) img {
  display: none !important;
}

.c-title11--flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  align-content: flex-end;
  flex-flow: row nowrap;
}

@media only screen and (max-width: 769px) {
  .c-title11--flex {
    display: block;
  }
}

.c-title11--flex .l-souba__updated {
  text-align: right;
  white-space: nowrap;
  padding-left: 20px;
  padding-bottom: 2px;
  margin: 0;
  font-weight: 500;
}

@media only screen and (max-width: 769px) {
  .c-title11--flex .l-souba__updated {
    text-align: left;
    padding-left: 0px;
    padding-bottom: 0px;
    margin-top: 5px;
  }
}

.l-souba-ptable {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row wrap;
  margin-top: 10px;
}

@media only screen and (max-width: 769px) {
  .l-souba-ptable {
    display: block;
  }
}

.l-souba-ptable__item {
  flex: 0 0  100%;
  max-width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  align-content: flex-start;
  flex-flow: row wrap;
  border: 1px solid #808080;
  margin-bottom: 10px;
}

@media only screen and (max-width: 769px) {
  .l-souba-ptable__item {
    margin-bottom: 9px;
  }
}

.l-souba-ptable--half .l-souba-ptable__item {
  flex: 0 0  49%;
  max-width: 49%;
  margin-right: 2%;
}

.l-souba-ptable--half .l-souba-ptable__item:nth-child(2n) {
  margin-right: 0px;
}

@media only screen and (max-width: 769px) {
  .l-souba-ptable--half .l-souba-ptable__item {
    flex: 0 0  100%;
    max-width: 100%;
    margin-right: 0px;
  }
}

.l-souba-ptable__title {
  flex: 0 0  50%;
  max-width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-flow: row wrap;
  background-color: #d4ab44;
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  padding: 16px 0;
}

@media only screen and (max-width: 769px) {
  .l-souba-ptable__title {
    padding: 10px 0;
    font-size: 12.5px;
  }
}

.l-souba-ptable__title.l-souba-ptable__title--pt {
  background-color: #286c91;
}

.l-souba-ptable__text {
  flex: 0 0  50%;
  max-width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  flex-flow: row wrap;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  padding: 16px 0;
}

@media only screen and (max-width: 769px) {
  .l-souba-ptable__text {
    padding: 10px 5px;
    display: flex;
    align-items: stretch;
    justify-content: center;
    align-content: flex-start;
    flex-flow: row wrap;
  }
}

.l-souba-ptable__text-txt1 {
  flex: 0 0  100%;
  max-width: 100%;
  font-size: 21px;
}

@media only screen and (max-width: 769px) {
  .l-souba-ptable__text-txt1 {
    flex: 0 0  auto;
    font-size: 12.5px;
  }
}

.l-souba-ptable__text-txt2 {
  flex: 0 0  100%;
  max-width: 100%;
  font-size: 17px;
}

@media only screen and (max-width: 769px) {
  .l-souba-ptable__text-txt2 {
    flex: 0 0  auto;
    font-size: 13.0px;
  }
}

.l-souba-ptable-notice {
  font-size: 13px;
  color: #444;
  font-weight: 400;
  letter-spacing: 0.00em;
  margin-top: 0px;
}

@media only screen and (max-width: 769px) {
  .l-souba-ptable-notice {
    font-size: 12.5px;
  }
}

.p-gold-market-content {
  margin-top: 25px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 769px) {
  .p-gold-market-content {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}

.p-gold-market-content-main {
  position: relative;
  min-height: 292px;
}

@media only screen and (max-width: 769px) {
  .p-gold-market-content-main {
    min-height: 113vw;
  }
}

.p-gold-market-content-bg img {
  display: block;
  width: 100%;
}

.p-gold-market-content-main-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 1.0;
  letter-spacing: 0.0em;
  font-weight: 700;
  white-space: nowrap;
}

.p-gold-market-content-date {
  font-size: 14px;
  line-height: 1.0;
  width: 80px;
  position: absolute;
  top: 40px;
  left: 30px;
  text-align: center;
}

@media only screen and (max-width: 769px) {
  .p-gold-market-content-date {
    width: 12vw;
    top: 9vw;
    left: 9vw;
    font-size: 2.73vw;
  }
}

.p-gold-market-content-date-month {
  font-size: 14px;
  letter-spacing: -0.04em;
}

@media only screen and (max-width: 769px) {
  .p-gold-market-content-date-month {
    font-size: 2.73vw;
  }
}

.p-gold-market-content-date-month-num {
  font-size: 45px;
}

@media only screen and (max-width: 769px) {
  .p-gold-market-content-date-month-num {
    font-size: 7.565vw;
  }
}

.p-gold-market-content-txt1 {
  font-size: 55px;
  font-weight: 700;
  position: absolute;
  top: 20px;
  left: 140px;
}

@media only screen and (max-width: 769px) {
  .p-gold-market-content-txt1 {
    font-size: 9.385vw;
    letter-spacing: 0.03em;
    top: 4vw;
    left: 28vw;
  }
}

.p-gold-market-content-txt2 {
  position: absolute;
  font-size: 30px;
  color: #fff;
  top: 156px;
  left: 22px;
}

@media only screen and (max-width: 769px) {
  .p-gold-market-content-txt2 {
    font-size: 7.7vw;
    line-height: 1.3;
    top: 32vw;
    left: 4vw;
  }
}

.p-gold-market-content-txt2 .u-small {
  font-size: 22px;
}

@media only screen and (max-width: 769px) {
  .p-gold-market-content-txt2 .u-small {
    font-size: 5.73vw;
  }
}

.p-gold-market-content-txt3 {
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
}

@media only screen and (max-width: 769px) {
  .p-gold-market-content-txt3 {
    font-size: 4.4vw;
    bottom: 3.5vw;
  }
}

.p-gold-market-content-point {
  position: absolute;
  text-align: center;
}

.p-gold-market-content-point.point1 {
  bottom: 54px;
  left: 421px;
}

@media only screen and (max-width: 769px) {
  .p-gold-market-content-point.point1 {
    bottom: 27.5vw;
    left: 6.0vw;
  }
}

.p-gold-market-content-point.point1 .p-gold-market-content-point-price {
  font-size: 16px;
  color: #fff;
  margin-bottom: 8px;
}

@media only screen and (max-width: 769px) {
  .p-gold-market-content-point.point1 .p-gold-market-content-point-price {
    font-size: 4.4vw;
    margin-bottom: 1.5vw;
  }
}

.p-gold-market-content-point.point2 {
  bottom: 108px;
  left: 535px;
}

@media only screen and (max-width: 769px) {
  .p-gold-market-content-point.point2 {
    bottom: 37.5vw;
    left: 32.5vw;
  }
}

.p-gold-market-content-point.point2 .p-gold-market-content-point-price {
  font-size: 16px;
  color: #fff;
  margin-bottom: 8px;
}

@media only screen and (max-width: 769px) {
  .p-gold-market-content-point.point2 .p-gold-market-content-point-price {
    font-size: 4.4vw;
    margin-bottom: 1.5vw;
  }
}

.p-gold-market-content-point.point3 {
  bottom: 180px;
  left: 520px;
}

@media only screen and (max-width: 769px) {
  .p-gold-market-content-point.point3 {
    bottom: 52.5vw;
    left: 48.5vw;
  }
}

.p-gold-market-content-point.point3 .p-gold-market-content-point-price {
  margin-bottom: 12px;
}

@media only screen and (max-width: 769px) {
  .p-gold-market-content-point.point3 .p-gold-market-content-point-price {
    margin-bottom: 2.5vw;
  }
}

.p-gold-market-content-point.point3 .p-gold-market-content-point-price-num {
  color: #d03a39;
  font-size: 60px;
  letter-spacing: -0.03em;
}

@media only screen and (max-width: 769px) {
  .p-gold-market-content-point.point3 .p-gold-market-content-point-price-num {
    font-size: 12.4vw;
  }
}

.p-gold-market-content-point.point3 .p-gold-market-content-point-price-unit {
  color: #d03a39;
  font-size: 20px;
}

@media only screen and (max-width: 769px) {
  .p-gold-market-content-point.point3 .p-gold-market-content-point-price-unit {
    font-size: 2.4vw;
  }
}

.p-gold-market-content-point.point3 .p-gold-market-content-point-date {
  color: #fff;
  background-color: #d03a39;
}

.p-gold-market-content-point-price-num {
  font-size: 29px;
  color: #fff;
}

@media only screen and (max-width: 769px) {
  .p-gold-market-content-point-price-num {
    font-size: 6.0vw;
  }
}

.p-gold-market-content-point-price-unit {
  font-size: 12px;
}

@media only screen and (max-width: 769px) {
  .p-gold-market-content-point-price-unit {
    font-size: 2.4vw;
  }
}

.p-gold-market-content-point-date {
  font-size: 12px;
  display: inline-block;
  background-color: #ffffff;
  padding: 5px 12px;
}

@media only screen and (max-width: 769px) {
  .p-gold-market-content-point-date {
    font-size: 2.4vw;
  }
}

.p-gold-market-content-main-desc {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.00em;
  line-height: 1.75;
  margin-top: 20px;
}

@media only screen and (max-width: 769px) {
  .p-gold-market-content-main-desc {
    font-size: 13px;
    margin-top: 16px;
  }
}

@media screen and (max-width: 769px) {
  .is_pc {
    display: none !important;
  }
}

.is_sp {
  display: none !important;
}

@media screen and (max-width: 769px) {
  .is_sp {
    display: block !important;
  }
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.db {
  display: block;
}

.dib {
  display: inline-block;
}

.di {
  display: inline;
}

.dn {
  display: none;
}

.df {
  display: flex;
}
