@charset "UTF-8";
/*adjust.css 202406-*/
/*header*/
.theme-menu-wrapper {
  padding: 0 !important;
}

.header-wrapper {
  height: 110px;
}
.header-wrapper .logo {
  margin: auto !important;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 !important;
  float: none !important;
}
.header-wrapper .logo2 {
  width: 90px !important;
}
.header-wrapper .cart-btn {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  z-index: 1;
  text-align: center;
}
.header-wrapper .cart-btn span {
  display: block;
  font-size: 1.2rem;
  margin: 0 0 5px;
}
.header-wrapper .cart-btn img {
  width: 50px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .header-wrapper .cart-btn img {
    width: 50px;
  }
}
@media (max-width: 767px) {
  .header-wrapper {
    height: 84px;
  }
  .header-wrapper .logo {
    width: 120px !important;
  }
  .header-wrapper .logo2 {
    width: 70px !important;
  }
  .header-wrapper .cart-btn {
    right: initial;
    left: 5%;
  }
  .header-wrapper .cart-btn span {
    margin: 0 0 3px;
    font-size: 1rem;
  }
  .header-wrapper .cart-btn img {
    width: 40px;
  }
}

.footer_cta {
  position: fixed;
  right: 95px;
  bottom: 15px;
  width: 320px;
  z-index: 100;
}
.footer_cta img,
.footer_cta a {
  display: block;
}
.footer_cta a {
  display: block;
  background: #fff;
}
.footer_cta a img {
  transition: all 0.3s;
}
.footer_cta a:hover img {
  opacity: 0.7;
}

@media (max-width: 767px) {
  .footer_cta {
    right: initial;
    left: 10px;
    bottom: 10px;
    width: 240px;
  }
  .insta-feed {
    margin-bottom: 30px !important;
  }
}
.footer_info {
  display: flex;
  gap: 60px;
  align-items: center;
}
.footer_info-logo {
  width: 260px;
}
.footer_info-sponsor .sponsor-list {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.footer_info-sponsor .sponsor-list img {
  height: 100px;
}
.footer_info-sponsor .sponsor-txt {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  margin: 15px 0 0;
  text-align: center;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .footer_info {
    display: block;
  }
  .footer_info-logo {
    width: 200px;
    margin: 0 auto;
  }
  .footer_info-sponsor {
    margin: 30px 0 0;
  }
  .footer_info-sponsor .sponsor-list {
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  .footer_info-sponsor .sponsor-list img {
    height: 100px;
  }
  .footer_info-sponsor .sponsor-txt {
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    margin: 15px 0 0;
    text-align: center;
  }
}

.footer_copy {
  color: rgba(255, 255, 255, 0.6);
  padding: 40px 0 80px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .footer_copy {
    text-align: center;
    padding: 40px 0 120px;
  }
}

/*top*/
.index-news {
  max-width: 1170px;
  padding: 0 15px;
  margin: 100px auto;
  display: flex;
  justify-content: space-between;
}
.index-news__block {
  width: 48%;
}
@media (max-width: 767px) {
  .index-news {
    margin: 60px auto;
    display: block;
  }
  .index-news__block {
    width: 100%;
  }
  .index-news__block:nth-of-type(2) {
    margin: 20px 0 0;
  }
}

/*p-breadcrumbs*/
.p-breadcrumbs > span {
  display: block;
  max-width: 1170px;
  padding: 10px 15px;
  margin: 0 auto;
  white-space: nowrap;
  overflow-x: auto;
  font-size: 12px;
}
.p-breadcrumbs .breadcrumb_last {
  font-weight: bold;
}
@media (max-width: 767px) {
  .p-breadcrumbs {
    font-size: 11px;
  }
}

/*p-form*/
.p-form__tab {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: -20px 0;
  gap: 20px;
}
.p-form__tab a, .p-form__tab span {
  display: flex;
  width: 200px;
  height: 50px;
  align-items: center;
  justify-content: center;
  background: #eee;
  font-size: 1.4rem;
  border-radius: 4px;
}
.p-form__tab span {
  background: #203744;
  color: #fff;
  height: 60px;
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .p-form__tab {
    margin: -40px 0 -20px;
    gap: 10px;
  }
  .p-form__tab a, .p-form__tab span {
    width: auto;
    padding: 0 1em;
    height: 40px;
    font-size: 1.4rem;
  }
  .p-form__tab span {
    height: 50px;
    font-size: 1.6rem;
  }
}
.p-form .tit-s {
  color: #000;
}
.p-form .contact-us-form p {
  font-weight: normal;
  font-size: 16px;
  line-height: 1.7;
  margin: 1em 0;
}
.p-form .contact-us-form h4 {
  margin-top: 2em;
}
.p-form .contact-us-form h5 {
  font-weight: bold;
  font-size: 20px;
  padding-left: 10px;
  border-left: 4px solid #203744;
  line-height: 1.4;
  margin: 1.5em 0 1em;
}
.p-form .contact-us-form h6 {
  margin: 1em 0 0.5em;
  font-size: 18px;
  font-weight: bold;
}
.p-form .contact-us-form h6::before {
  content: "▼ ";
  font-size: 12px;
}
.p-form .contact-us-form h5 span, .p-form .contact-us-form h6 span {
  background-color: #b7282e;
  color: #fff;
  font-size: 14px;
  padding: 3px 8px;
  font-weight: normal;
  border-radius: 3px;
  margin-left: 15px;
  display: inline-block;
  vertical-align: middle;
}
.p-form i.notice {
  font-size: 80%;
  font-style: normal;
  font-family: inherit !important;
}
.p-form .form-styl-one input[type=number],
.p-form .form-styl-one input[type=radio],
.p-form .form-styl-one input[type=checkbox] {
  margin: 0;
}
.p-form .form-styl-one input[type=number] {
  width: 70px;
}
.p-form .form-styl-one input[type=file] {
  font-family: inherit;
  font-size: 15px;
  width: auto;
  margin: 10px 0;
}
.p-form .mfp_attached_thumbnails {
  width: fit-content;
  margin: 10px 0;
}
.p-form .mfp_attached_thumbnails a {
  pointer-events: none;
  display: block;
}
.p-form .mfp_attached_thumbnails img {
  max-width: 200px;
}
.p-form .mfp_attached_reset {
  background: #aaa !important;
  margin: 10px 0;
}
.p-form .choice-box {
  padding: 10px 0;
}
.p-form form#mailformpro label {
  display: inline-flex;
  align-items: center;
  padding: 5px 15px !important;
  background: #fff;
  box-shadow: none !important;
  white-space: wrap;
  font-weight: normal;
}
.p-form form#mailformpro label.mfp_checked {
  color: #000;
  font-weight: bold;
}
.p-form form#mailformpro label.mfp_disabled_checked {
  background: #ddd;
}
.p-form form#mailformpro label input {
  margin: 0 5px 0 0;
}
.p-form .add-cont {
  padding: 15px;
  background: #f8f6df;
}
.p-form .add-cont > *:first-child {
  margin-top: 0;
}
.p-form ul.form-notice li {
  font-size: 15px;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.4;
  margin: 2px 0;
}
.p-form ul.form-notice li a {
  display: inline-block;
  color: #0768bd;
  text-decoration: underline;
  text-indent: 0;
}
@media (max-width: 767px) {
  .p-form ul.form-notice li {
    font-size: 14px;
  }
}
.p-form .choice-set__item {
  padding: 0 0 15px;
  margin: 0 0 15px;
  border-bottom: 1px dotted #abced8;
}
.p-form .choice-set__item h6 {
  margin: 0;
}
.p-form .choice-set__item h6 label {
  font-size: 14px !important;
  margin: 0 0 0 10px !important;
}
.p-form .choice-set__item .item-wrap {
  margin: 10px 0 0;
}
.p-form .choice-set__item .item-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.p-form .choice-set__item .item-row input {
  margin: 0;
}
.p-form .choice-set__item .item-row__btn {
  margin: 0 10px 0 0;
}
.p-form .choice-set__item .item-row__btn .package-choice-button {
  font-size: 15px;
  padding: 6px 1.5em;
}
.p-form .choice-set__item .item-row__name input {
  width: 13em;
}
.p-form .choice-set__item .item-row__num {
  display: flex;
  align-items: center;
}
.p-form .choice-set__item .item-row__num span {
  margin: 0 10px;
}
@media (max-width: 767px) {
  .p-form .choice-set__item .item-row__btn {
    width: 100%;
    margin: 0;
  }
  .p-form .choice-set__item .item-row__name {
    margin: 10px 10px 0 0;
  }
  .p-form .choice-set__item .item-row__num {
    margin: 10px 0 0;
  }
  .p-form .choice-set__item .item-row__num span:first-of-type {
    display: none;
  }
}
.p-form .choice-set__item .thumb-row {
  display: flex;
  align-items: center;
}
.p-form .choice-set__item .thumb-row img {
  margin: 15px 0 0;
  display: none;
  border: 1px solid #abced8;
  height: 150px;
}
.p-form .choice-set__item .thumb-row__num {
  margin: 0 0 0 15px;
}
@media (max-width: 767px) {
  .p-form .choice-set__item .thumb-row__num {
    margin: 0 0 0 10px;
  }
}
.p-form .iron-choice-button {
  margin: 5px 0;
  font-size: 15px;
}
.p-form #yakiin-haiti {
  grid-template-rows: 60px 180px;
}
.p-form #yakiin-haiti select {
  margin: 0;
  border-radius: 0;
  border-left: none;
  border-bottom: none;
  text-align: center;
}
.p-form #yakiin-haiti select#haiti1 {
  border-left: 1px solid #abced8;
}
.p-form .yakiin-haiti-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  border-left: none;
}
.p-form .yakiin-haiti-grid.yaki-col1 {
  border-left: 1px solid #000;
}

.sample-img {
  margin: -4em 0 1em;
}

.original-notice {
  background: #f5f5f5;
  padding: 15px;
  margin: 0 0 1.5em;
}
.original-notice > *:first-of-type {
  margin-top: 0;
}
.original-notice > *:last-of-type {
  margin-bottom: 0;
}
.original-notice > div, .original-notice p {
  margin: 1em 0;
  font-size: 1.4rem;
  color: #000;
  font-weight: normal;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
  font-weight: bold;
}
.original-notice > div:last-of-type, .original-notice p:last-of-type {
  margin-bottom: 0;
}
.original-notice > div .original-notice__caution, .original-notice p .original-notice__caution {
  font-size: 90%;
  color: #b7282e;
  text-indent: -1em;
  padding-left: 1em;
}
@media (max-width: 767px) {
  .original-notice {
    margin: 0 0 1em;
  }
}

/*modal*/
.order-modal .modal-title {
  text-align: center;
  font-weight: bold;
}
.order-modal .original-price-tbl td {
  white-space: nowrap;
}
.order-modal .original-product-price h4 {
  margin: 0 0 40px;
  padding: 15px;
  text-align: center;
}
.order-modal .original-product-price:first-of-type {
  margin-top: 40px;
}

.p-shop__otherlist {
  padding: 0 15px 120px;
}
.p-shop__otherlist table {
  width: 100%;
}
.p-shop__otherlist tr {
  border-top: 1px solid #eee;
}
.p-shop__otherlist td {
  padding: 20px;
}
.p-shop__otherlist td:first-of-type, .p-shop__otherlist td:last-of-type {
  white-space: nowrap;
  padding: 20px 0;
}
.p-shop__otherlist td a {
  color: #0768bd !important;
}
.p-shop__otherlist td span {
  display: inline-block;
}
@media (max-width: 767px) {
  .p-shop__otherlist {
    padding: 0 15px 60px;
  }
  .p-shop__otherlist table, .p-shop__otherlist tbody, .p-shop__otherlist tr, .p-shop__otherlist td {
    display: block;
  }
  .p-shop__otherlist tr {
    padding: 15px 0;
  }
  .p-shop__otherlist td {
    padding: 10px 0;
  }
  .p-shop__otherlist td:first-of-type, .p-shop__otherlist td:last-of-type {
    padding: 0;
  }
  .p-shop__otherlist td:not(:first-of-type) {
    font-size: 14px;
  }
}

/*p-404*/
.p-404 {
  padding: 60px 0 160px;
}
@media (max-width: 767px) {
  .p-404 {
    padding: 30px 0 80px;
  }
}
.p-404__tit {
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  margin: 0 0 20px;
}
.p-404 p {
  text-align: center;
}

/*p-greeting*/
.p-greeting {
  padding: 100px 0 160px;
}
@media (max-width: 767px) {
  .p-greeting {
    padding: 40px 0 80px;
  }
}
.p-greeting__tit {
  background: none !important;
  padding: 0 0 0.3em !important;
  border-bottom: 1px solid #000;
  width: fit-content;
  font-size: 3.2rem !important;
  font-weight: 600 !important;
}
@media (max-width: 767px) {
  .p-greeting__tit {
    font-size: 2.2rem !important;
  }
}
.p-greeting__img {
  width: 320px;
}
@media (max-width: 767px) {
  .p-greeting__img {
    float: none;
    width: 100% !important;
    margin: 0 0 1em !important;
  }
}
.p-greeting__img.imgL {
  float: left;
  margin: 0 2em 1em 0;
}
.p-greeting__img.imgR {
  float: right;
  margin: 0 0 1em 2em;
}

.p-allergy {
  padding: 100px 0 160px;
}
@media (max-width: 767px) {
  .p-allergy {
    padding: 40px 0 80px;
  }
}
.p-allergy__tbl table {
  font-size: 1.5rem;
}
.p-allergy__tbl table th {
  padding: 8px;
  background: #203744;
  color: #fff;
}
.p-allergy__tbl table td {
  padding: 8px !important;
}
.p-allergy__tbl table td.head {
  background: #f5f5f5;
  font-weight: bold;
}
.p-allergy__tbl table td:nth-of-type(2) {
  text-align: center;
}
.p-allergy__tbl table td:not(:last-of-type) {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .p-allergy__tbl table, .p-allergy__tbl tbody, .p-allergy__tbl tr, .p-allergy__tbl th, .p-allergy__tbl td {
    display: block;
    white-space: wrap !important;
    border: none !important;
  }
  .p-allergy__tbl thead {
    display: none;
  }
  .p-allergy__tbl table {
    font-size: 1.4rem;
    border: 1px solid #ccc !important;
  }
  .p-allergy__tbl table tr:not(:last-of-type) {
    border-bottom: 1px solid #ccc !important;
  }
  .p-allergy__tbl table td:empty {
    margin: 0 !important;
    padding: 0 !important;
  }
  .p-allergy__tbl table td:nth-of-type(2) {
    display: flex;
    flex-wrap: wrap;
  }
  .p-allergy__tbl table td:nth-of-type(2)::before {
    content: "日持ち：";
  }
  .p-allergy__tbl table td:nth-of-type(3) {
    display: flex;
    flex-wrap: wrap;
  }
  .p-allergy__tbl table td:nth-of-type(3)::before {
    content: "アレルギー表示28品目：";
  }
  .p-allergy__tbl table td + td {
    padding-top: 0 !important;
  }
  .p-allergy__tbl table td.head + td {
    margin-top: 8px !important;
  }
}

/*c-wrapper*/
/*common*/
.bg-news {
  background: #b7282e !important;
}

.bg-media {
  background: #028760 !important;
}

.bg-event {
  background: #4C2C14 !important;
}

.bg-item {
  background: #ed6d3d !important;
}

.bg-voice {
  background: #13628f !important;
}

/*info*/
.p-info {
  padding: 60px 0 160px;
}
@media (max-width: 767px) {
  .p-info {
    padding: 30px 0 80px;
  }
}
.p-info img {
  max-width: 100%;
}
.p-info__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.p-info__list__item {
  width: calc((100% - 60px) / 3);
  margin: 10px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.1);
  text-decoration: none !important;
}
.p-info__list__item__img {
  display: block;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  position: relative;
  padding-top: 66.66%;
}
.p-info__list__item__img img {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
@media (hover: hover) {
  .p-info__list__item__img:hover img {
    transform: translate(-50%, -50%) scale(1.1);
  }
}
.p-info__list__item__info {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
.p-info__list__item__date {
  color: #555;
  margin: 0 10px 0 0;
  font-size: 14px;
}
.p-info__list__item__cat {
  margin: -5px 0 0 0;
  display: flex;
  flex-wrap: wrap;
}
.p-info__list__item__cat a {
  background: #888;
  color: #fff;
  line-height: 1;
  padding: 0.5em 0.8em;
  margin: 5px 5px 0 0;
  border-radius: 5px;
  font-size: 1.2rem;
  transition: all 0.3s;
  text-decoration: none !important;
}
@media (hover: hover) {
  .p-info__list__item__cat a:hover {
    opacity: 0.8;
  }
}
.p-info__list__item__tit {
  padding: 0 10px 15px;
}
.p-info__list__item__tit a {
  font-weight: 600;
  line-height: 1.4;
  color: #000;
  display: block;
  transition: all 0.3s;
  text-decoration: none !important;
  font-size: 14px;
}
@media (hover: hover) {
  .p-info__list__item__tit a:hover {
    color: #0768bd;
  }
}
@media (max-width: 767px) {
  .p-info__list {
    margin: 0;
    justify-content: space-between;
  }
  .p-info__list__item {
    width: 48.5%;
    margin: 0 0 15px;
  }
}
@media (max-width: 767px) and (max-width: 480px) {
  .p-info__list__item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .p-info__list__item__cat li {
    padding: 0.5em 0.8em;
    font-size: 1rem;
  }
}
.p-info .c-button__wrap {
  margin: 60px 0 0;
}
@media (max-width: 767px) {
  .p-info .c-button__wrap {
    margin: 30px 0 0;
  }
}
.p-info.is-tonowa .c-inner {
  padding: 0;
}
.p-info.is-tonowa .p-info__list__item {
  width: calc((100% - 80px) / 4);
}
@media (max-width: 767px) {
  .p-info.is-tonowa .p-info__list__item {
    width: 48.5%;
  }
}
@media (max-width: 767px) and (max-width: 480px) {
  .p-info.is-tonowa .p-info__list__item {
    width: 48.5%;
  }
}

/*glossary*/
.p-glossary {
  padding: 60px 0 160px;
}
@media (max-width: 767px) {
  .p-glossary {
    padding: 30px 0 80px;
  }
}
.p-glossary__cat:not(:first-of-type) {
  margin: 60px 0 0;
}
.p-glossary__cat__tit {
  border-left: 4px solid #203744;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  padding: 0 0 0 10px;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .p-glossary__cat:not(:first-of-type) {
    margin: 30px 0 0;
  }
  .p-glossary__cat__tit {
    font-size: 16px;
    margin: 0 0 15px;
  }
}
.p-glossary__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.p-glossary__list__item {
  width: calc((100% - 60px) / 3);
  margin: 10px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.1);
  text-decoration: none !important;
}
.p-glossary__list__item__tit {
  font-size: 16px;
  padding: 1em;
  color: #000;
  transition: all 0.3s;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-glossary__list__item__tit::after {
  content: "»";
}
@media (hover: hover) {
  .p-glossary__list__item__tit:hover {
    color: #0768bd;
  }
}
@media (max-width: 767px) {
  .p-glossary__list {
    margin: 0;
    justify-content: space-between;
  }
  .p-glossary__list__item {
    width: 48.5%;
    margin: 0 0 15px;
  }
}
@media (max-width: 767px) and (max-width: 480px) {
  .p-glossary__list__item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .p-glossary__list__item__tit {
    font-size: 14px;
  }
}
.p-glossary .c-button__wrap {
  margin: 60px 0 0;
}
@media (max-width: 767px) {
  .p-glossary .c-button__wrap {
    margin: 30px 0 0;
  }
}

/*faq*/
.p-faq {
  padding: 60px 0 160px;
}
@media (max-width: 767px) {
  .p-faq {
    padding: 30px 0 80px;
  }
}
.p-faq__cat {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: fit-content;
  margin: 0 auto 40px;
}
.p-faq__cat a {
  border: 1px solid #203744;
  color: #203744;
  background: #fff;
  font-size: 14px;
  line-height: 1.4;
  padding: 0.5em 1em;
  border-radius: 4px;
  transition: all 0.3s;
}
@media (hover: hover) {
  .p-faq__cat a:hover {
    background: #203744;
    color: #fff;
  }
}
.p-faq__cat a.is-active {
  background: #203744;
  color: #fff;
}
@media (max-width: 767px) {
  .p-faq__cat {
    flex-wrap: wrap;
    margin: 0 auto 30px;
  }
  .p-faq__cat a {
    font-size: 12px;
    padding: 0.5em 1em;
  }
}
.p-faq__list dl {
  margin: 20px 0 0;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.p-faq__list dl dt {
  font-weight: 600;
  color: #000;
  font-size: 16px;
  line-height: 1.4;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  cursor: pointer;
}
.p-faq__list dl dt span {
  padding: 0 1em 0 0;
}
.p-faq__list dl dt::before {
  content: "Q";
  width: 25px;
  flex: 0 0 auto;
}
.p-faq__list dl dt::after {
  content: "";
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  margin: 5px 10px 0 auto;
  flex: 0 0 auto;
  transition: all 0.3s;
}
.p-faq__list dl dt.is-active::after {
  transform: rotate(-135deg);
  margin-top: 8px;
}
.p-faq__list dl dd {
  display: none;
}
.p-faq__list dl dd ._inner {
  padding: 20px;
  background: #f5f5f5;
  margin: 15px 0 0;
  border-radius: 5px;
  line-height: 1.6;
  display: flex;
}
.p-faq__list dl dd ._inner::before {
  content: "A";
  width: 25px;
  flex: 0 0 auto;
  font-size: 16px;
}
.p-faq__list dl dd ._inner .c-postcontent {
  font-size: 14px;
  max-width: initial;
  margin: 0;
}
.p-faq__list dl dd ._inner .c-postcontent p {
  margin-top: 1em;
  margin-bottom: 1em;
}
.p-faq__list dl dd ._inner .c-postcontent > *:first-child {
  margin-top: 0;
}
.p-faq__list dl dd ._inner .c-postcontent > *:last-child {
  margin-bottom: 0;
}
.p-faq__list dl dd ._inner .c-postcontent a::after {
  content: " »";
}
@media (max-width: 767px) {
  .p-faq__list dl {
    padding: 15px;
    margin: 15px 0 0;
  }
  .p-faq__list dl dt {
    font-size: 15px;
  }
  .p-faq__list dl dt::before {
    width: 20px;
  }
  .p-faq__list dl dd ._inner {
    padding: 15px;
    margin: 10px 0 0;
  }
  .p-faq__list dl dd ._inner::before {
    width: 20px;
  }
}

.faq-related {
  padding: 60px 15px;
  background: #eee;
}
.faq-related h2 {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
}
.faq-related .p-faq__list {
  margin: 30px auto 0;
  max-width: 960px;
}
@media (max-width: 767px) {
  .faq-related {
    padding: 30px 15px;
  }
  .faq-related h2 {
    font-size: 16px;
  }
  .faq-related .p-faq__list {
    margin: 15px auto 0;
  }
}

/*p-top*/
.p-top__prbnr {
  text-align: center;
  margin: 0 0 60px;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .p-top__prbnr {
    margin: -20px 0 30px;
  }
}
.p-top__prbnr a {
  transition: all 0.3s;
}
@media (hover: hover) {
  .p-top__prbnr a:hover {
    opacity: 0.7;
  }
}
.p-top__prbnr img {
  width: 800px;
  max-width: 100%;
}

.p-top__news__list__item {
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid #ccc;
  text-decoration: none !important;
  display: flex;
}
.p-top__news__list__item__img {
  width: 140px;
}
.p-top__news__list__item__img a {
  display: block;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  padding-top: 66.66%;
}
.p-top__news__list__item__img a img {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
@media (hover: hover) {
  .p-top__news__list__item__img a:hover img {
    transform: translate(-50%, -50%) scale(1.1);
  }
}
.p-top__news__list__item__txt {
  flex: 1;
  padding: 0 0 0 15px;
}
.p-top__news__list__item__info {
  display: flex;
  flex-wrap: wrap;
}
.p-top__news__list__item__date {
  color: #555;
  margin: 0 10px 0 0;
  font-size: 14px;
}
.p-top__news__list__item__cat {
  margin: -5px 0 0 0;
  display: flex;
  flex-wrap: wrap;
}
.p-top__news__list__item__cat a {
  background: #888;
  color: #fff;
  line-height: 1;
  padding: 0.5em 0.8em;
  margin: 5px 5px 0 0;
  border-radius: 5px;
  font-size: 1.2rem;
  transition: all 0.3s;
  text-decoration: none !important;
}
@media (hover: hover) {
  .p-top__news__list__item__cat a:hover {
    opacity: 0.8;
  }
}
.p-top__news__list__item__tit {
  margin: 10px 0 0;
}
.p-top__news__list__item__tit a {
  font-weight: 600;
  line-height: 1.4;
  color: #000;
  display: block;
  transition: all 0.3s;
  text-decoration: none !important;
  font-size: 14px;
}
@media (hover: hover) {
  .p-top__news__list__item__tit a:hover {
    color: #0768bd;
  }
}
@media (max-width: 767px) {
  .p-top__news__list {
    margin-top: -1em;
  }
  .p-top__news__list__item__img {
    width: 120px;
  }
  .p-top__news__list__item__txt {
    padding: 0 0 0 10px;
  }
  .p-top__news__list__item__cat li {
    padding: 0.5em 0.8em;
    font-size: 1rem;
  }
}
.p-top__news .c-button__wrap {
  margin: 60px 0 0;
}
@media (max-width: 767px) {
  .p-top__news .c-button__wrap {
    margin: 30px 0 0;
  }
}

/*tpl-list*/
.tpl-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.tpl-list__item {
  width: calc((100% - 80px) / 3);
}
@media (max-width: 767px) {
  .tpl-list__item {
    width: 80%;
    margin: 0 auto;
  }
}
.tpl-list__tit {
  text-align: center;
  font-size: 110%;
}
.tpl-list__img {
  background: #EAEAEA;
  padding: 20px;
  margin: 10px 0 20px;
}
.tpl-list__img img {
  display: block;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
.tpl-list__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.tpl-list__link a {
  display: flex;
  width: 200px;
  height: 40px;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #203744;
  border-radius: 4px;
  transition: all 0.3s;
}
@media (hover: hover) {
  .tpl-list__link a:hover {
    opacity: 0.7;
  }
}

/*----------
sub component
----------*/
.c-inner {
  max-width: 990px;
  padding: 0 15px;
  margin: 0 auto;
}

.c-block {
  background: #fff;
  padding: 40px;
  border-radius: 5px;
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .c-block {
    box-shadow: none;
    padding: 0 0 20px;
  }
}

.c-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 40px;
  padding: 0.5em 1.5em;
  background: #203744;
  color: #fff !important;
  border-radius: 60px;
  transition: all 0.3s;
  line-height: 1.4;
  font-weight: bold;
  text-decoration: none !important;
}
@media (hover: hover) {
  .c-button:hover {
    opacity: 0.7;
  }
}
.c-button__wrap {
  text-align: center;
  margin: 30px 0 0;
}

.tablink {
  text-align: center;
}
.tablink li {
  display: inline;
  margin: 0 10px;
}
.tablink a, .tablink .active {
  border: 1px solid #203744;
  padding: 0.3em 1em;
  font-size: 1.6rem;
  border-radius: 4px;
}
.tablink .active {
  background: #203744;
  color: #fff;
}

/*メニューのCTA*/
.original-btn {
  margin: 0 0 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0 20px;
}
.original-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #000 !important;
  border-radius: 30px;
  padding: 0.3em 1em 0.3em 0.8em !important;
  font-size: 14px !important;
  transition: all 0.3s;
  line-height: 1.6 !important;
  margin-bottom: 0 !important;
}
.original-btn a::before {
  content: "▸";
}
.original-btn a:hover {
  background: #cb4c42;
  color: #fff !important;
}
.original-btn__footer {
  margin: -5px 0 15px;
  padding: 0;
  flex-direction: row;
}
.original-btn__footer a {
  width: auto;
}

/*c-postsingle*/
.c-postsingle__head {
  margin: 0 0 40px;
}
.c-postsingle__head__tit {
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: bold;
  position: relative;
}
.c-postsingle__head__info {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0 0;
}
.c-postsingle__head__date {
  color: #555;
  margin: 0 10px 0 0;
  font-size: 14px;
}
.c-postsingle__head__cat {
  margin: -5px 0 0 0;
  display: flex;
  flex-wrap: wrap;
}
.c-postsingle__head__cat a {
  background: #888;
  color: #fff;
  line-height: 1;
  padding: 0.5em 0.8em;
  margin: 5px 5px 0 0;
  border-radius: 5px;
  font-size: 1.2rem;
  text-decoration: none !important;
}
.c-postsingle__head__img {
  margin: 30px 0 0;
}
.c-postsingle__head__img img {
  width: 100%;
}
@media (max-width: 767px) {
  .c-postsingle__head {
    margin: 0 0 20px;
  }
  .c-postsingle__head__tit {
    font-size: 2rem;
    line-height: 1.5;
    font-weight: bold;
    position: relative;
  }
  .c-postsingle__head__info {
    padding: 10px 0 0;
  }
  .c-postsingle__head__cat a {
    font-size: 1rem;
  }
  .c-postsingle__head__img {
    margin: 15px 0 0;
  }
}
.c-postsingle__tag {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 25px 0 0;
  margin: 50px 0 0;
  border-top: 1px solid #eee;
  align-items: center;
}
.c-postsingle__tag::before {
  content: "タグ：";
  font-size: 1.2rem;
}
.c-postsingle__tag li > a {
  display: inline-block;
  background: #eee;
  font-size: 1.2rem;
  border-radius: 4px;
  padding: 0.3em 1em;
  transition: all 0.3s;
}
@media (hover: hover) {
  .c-postsingle__tag li > a:hover {
    color: #fff;
    background: #203744;
  }
}
.c-postsingle__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 50px 0 0;
}
.c-postsingle__link .next {
  text-align: right;
}

/*----------
TONOWA商品詳細
----------*/
@media (max-width: 767px) {
  .pt-detail {
    font-size: 1.4rem;
  }
}
.pt-detail * {
  box-sizing: border-box;
}
.pt-detail p {
  line-height: 1.8;
}
.pt-detail__inner {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}
.pt-detail__tit {
  font-size: 3.6rem;
  text-align: center;
  line-height: 1.4;
  margin: 0 0 1.5em;
  font-weight: 600;
}
@media (max-width: 767px) {
  .pt-detail__tit {
    font-size: 2.4rem;
    margin: 0 0 1.2em;
  }
}
.pt-detail__tit2 {
  font-size: 2.4rem;
  line-height: 1.4;
  margin: 0 0 1em;
  font-weight: 600;
}
@media (max-width: 767px) {
  .pt-detail__tit2 {
    font-size: 1.8rem;
  }
}
.pt-detail__point {
  margin: 3em 0 0;
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  border: 1px solid #203744;
  background: #fff;
}
@media (max-width: 767px) {
  .pt-detail__point {
    flex-direction: column;
  }
}
.pt-detail__point.has-mark {
  margin-top: 4em;
}
.pt-detail__point__mark {
  position: absolute;
  bottom: 100%;
  left: -1px;
  width: fit-content;
  padding: 0.5em 1em;
  border-radius: 4px 4px 0 0;
  background: #203744;
  color: #fff;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  gap: 5px;
}
.pt-detail__point__mark::before {
  content: "";
  width: 17px;
  height: 19px;
  background: url(../image/icon_hinto.svg) no-repeat center/contain;
}
.pt-detail__point__img {
  width: 120px;
  flex: 0 0 auto;
}
.pt-detail__point__tit {
  font-size: 1.8rem;
  padding: 0 0 0.1em;
  margin: 0 0 0.5em;
  width: fit-content;
  line-height: 1.4;
  border-bottom: 3px double #203744;
}
@media (max-width: 767px) {
  .pt-detail__point__tit {
    margin: 0 auto 0.8em;
  }
}
.pt-detail__point__txt {
  flex: 1;
}
.pt-detail__point__txt p {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.5;
}
.pt-detail__desc {
  margin: 2.5em 0 0;
  display: flex;
  gap: 40px;
}
.pt-detail__desc .desc-txt p + p {
  margin-top: 1.5em;
}
.pt-detail__desc .desc-img {
  flex: 0 0 auto;
  width: 460px;
  max-width: 100%;
}
.pt-detail__desc .desc-img img {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .pt-detail__desc {
    flex-direction: column;
    gap: 20px;
    margin: 2em 0 0;
  }
  .pt-detail__desc .desc-img {
    order: 1;
  }
  .pt-detail__desc .desc-txt {
    order: 2;
  }
}
.pt-detail__column {
  overflow: hidden;
}
.pt-detail__column .pt-detail__tit2 {
  margin-top: 1.5em;
}
.pt-detail__column p + p {
  margin-top: 1.5em;
}
.pt-detail__column .column-imgL,
.pt-detail__column .column-imgR {
  width: 42%;
  float: left;
  margin: 0 1.5em 0 0;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
}
.pt-detail__column .column-imgR {
  float: right;
  margin: 0 0 0 1.5em;
}
@media (max-width: 767px) {
  .pt-detail__column .column-imgL {
    margin: 0 1em 0 0;
  }
  .pt-detail__column .column-imgR {
    margin: 0 0 0 1em;
  }
}
.pt-detail__mv {
  position: relative;
  overflow: hidden;
}
.pt-detail__mv__bg {
  content: "";
  width: 100%;
  height: 100%;
  filter: blur(12px);
  position: absolute;
  top: 0;
  left: 0;
  background: no-repeat center/cover;
  z-index: -1;
}
.pt-detail__mv__inner {
  background: no-repeat center/cover;
  text-align: center;
  height: 630px;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .pt-detail__mv__inner {
    height: auto;
    padding-top: 70vw;
  }
}
.pt-detail__mv__tit {
  position: absolute;
  top: 50%;
  right: 12%;
  transform: translate(0, -50%);
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 0.2em;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  text-align: left;
}
.pt-detail__mv__tit h1 {
  font-size: 6rem;
  color: #fff;
  margin-left: 0.5em;
}
.pt-detail__mv__tit p {
  color: #fff;
  font-size: 1.8rem;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .pt-detail__mv__tit {
    background: none !important;
  }
}
@media (max-width: 767px) {
  .pt-detail__mv__tit {
    background-color: rgba(0, 0, 0, 0.2);
    position: static;
    transform: translate(0, 0);
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    padding: 15px;
  }
  .pt-detail__mv__tit h1 {
    font-size: 3rem;
    margin: 0 0 0.2em;
  }
  .pt-detail__mv__tit p {
    font-size: 1.5rem;
    letter-spacing: 0.08em;
    white-space: wrap;
    line-height: 1.6;
  }
}
.pt-detail__about {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .pt-detail__about {
    padding: 40px 0;
  }
}
.pt-detail__about__material {
  margin: 1.5em 0;
  display: flex;
  align-items: center;
  gap: 15px;
}
.pt-detail__about__material img {
  flex: 0 0 auto;
  width: 120px;
}
.pt-detail__feature {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .pt-detail__feature {
    padding: 40px 0;
  }
}
.pt-detail__method {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .pt-detail__method {
    padding: 40px 0;
  }
}
.pt-detail__method__flow {
  padding: 40px 0 0;
  margin: 40px 0 0;
  border-top: 1px solid #eee;
  display: flex;
  gap: 30px;
}
.pt-detail__method__flow.no-border {
  padding: 0;
  border: none;
}
.pt-detail__method__flow .flow-item {
  width: calc((100% - 60px) / 3);
}
.pt-detail__method__flow .flow-item-img {
  margin: 0 0 10px;
}
.pt-detail__method__flow .flow-item-img img {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
}
.pt-detail__method__flow .flow-item-txt h3 {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 600;
  margin: 0 0 0.3em;
}
.pt-detail__method__flow .flow-item-txt p {
  font-size: 1.4rem;
  line-height: 1.6;
}
.pt-detail__method__flow .flow-item-txt p + p {
  margin-top: 1em;
}
@media (max-width: 767px) {
  .pt-detail__method__flow {
    padding: 20px 0 0;
    margin: 20px 0 0;
    flex-direction: column;
    gap: 15px;
  }
  .pt-detail__method__flow .flow-item {
    width: 100%;
    display: flex;
    gap: 15px;
  }
  .pt-detail__method__flow .flow-item-img {
    margin: 0;
    width: 120px;
    flex: 0 0 auto;
  }
  .pt-detail__method__flow .flow-item-img img {
    width: 120px;
    height: 120px;
    object-fit: cover;
  }
  .pt-detail__method__flow .flow-item-txt h3 {
    font-size: 1.6rem;
  }
  .pt-detail__method__flow .flow-item-txt p {
    font-size: 1.2rem;
  }
}
.pt-detail__info {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .pt-detail__info {
    padding: 40px 0;
  }
}
.pt-detail__info__item {
  display: flex;
  gap: 30px;
}
.pt-detail__info__item__img {
  width: 50%;
  flex: 0 0 auto;
}
.pt-detail__info__item__tbl table {
  width: 100%;
}
.pt-detail__info__item__tbl table tr {
  border-bottom: 1px dotted #ccc;
}
.pt-detail__info__item__tbl table th {
  width: 7em;
  padding: 0.5em 1em 0.5em 0;
  line-height: 1.5;
  font-weight: normal;
}
.pt-detail__info__item__tbl table td {
  padding: 0.5em 0;
  line-height: 1.5;
}
.pt-detail__info__item__tbl p {
  margin: 1em 0 0;
  font-size: 90%;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .pt-detail__info__item {
    flex-direction: column;
    gap: 15px;
  }
  .pt-detail__info__item__img {
    width: 100%;
  }
}
.pt-detail__info__itemlist {
  padding: 40px 0 0;
  margin: 40px 0 0;
  border-top: 1px solid #eee;
  display: flex;
  gap: 30px;
}
.pt-detail__info__itemlist .itemlist-item {
  width: calc((100% - 60px) / 3);
  transition: all 0.3s;
}
.pt-detail__info__itemlist .itemlist-item-img {
  margin: 0 0 10px;
}
.pt-detail__info__itemlist .itemlist-item-img img {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
}
.pt-detail__info__itemlist .itemlist-item-txt p {
  font-size: 1.5rem;
  line-height: 1.6;
}
.pt-detail__info__itemlist .itemlist-item-txt p + p {
  margin-top: 1em;
}
.pt-detail__info__itemlist .itemlist-item-txt strong {
  display: block;
  text-align: right;
  font-size: 1.8rem;
}
.pt-detail__info__itemlist .itemlist-item:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .pt-detail__info__itemlist {
    padding: 20px 0 0;
    margin: 20px 0 0;
    flex-direction: column;
    gap: 15px;
  }
  .pt-detail__info__itemlist .itemlist-item {
    width: 100%;
    display: flex;
    gap: 15px;
  }
  .pt-detail__info__itemlist .itemlist-item-img {
    margin: 0;
    width: 120px;
    flex: 0 0 auto;
  }
  .pt-detail__info__itemlist .itemlist-item-txt p {
    font-size: 1.2rem;
  }
  .pt-detail__info__itemlist .itemlist-item-txt strong {
    text-align: left;
    font-size: 1.5rem;
  }
}
.pt-detail__info__itemreview {
  margin: 60px 0 0;
}
.pt-detail__info__itemreview .itemreview-tit {
  width: 100%;
  font-size: 2rem;
  margin: 0 0 25px;
  font-weight: 600;
}
.pt-detail__info__itemreview .itemreview-item {
  margin: 20px 0 0;
  padding: 15px;
  background: #f5f3dd;
}
.pt-detail__info__itemreview .itemreview-item-info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.pt-detail__info__itemreview .itemreview-item-name {
  font-weight: 600;
  color: #000;
  font-size: 1.6rem;
}
.pt-detail__info__itemreview .itemreview-item-star {
  color: #e39837;
}
.pt-detail__info__itemreview .itemreview-item-txt {
  margin: 8px 0 0;
}
.pt-detail__info__itemreview .itemreview-item-txt p {
  font-size: 1.4rem;
  line-height: 1.5;
}
.pt-detail__info__itemreview .itemreview-item-txt p + p {
  margin-top: 1em;
}
.pt-detail__info__itemreview .itemreview-link {
  margin: 15px 0 0;
  text-align: right;
  font-size: 14px;
}
.pt-detail__info__itemreview .itemreview-link a {
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .pt-detail__info__itemreview {
    margin: 40px 0 0;
  }
  .pt-detail__info__itemreview .itemreview-tit {
    font-size: 16px;
    margin: 0 0 20px;
  }
  .pt-detail__info__itemreview .itemreview-item {
    margin: 15px 0 0;
    padding: 10px;
  }
  .pt-detail__info__itemreview .itemreview-item-name {
    font-size: 1.5rem;
  }
  .pt-detail__info__itemreview .itemreview-item-txt {
    margin: 5px 0 0;
  }
  .pt-detail__info__itemreview .itemreview-item-txt p {
    font-size: 1.3rem;
    margin-top: 1em;
  }
  .pt-detail__info__itemreview .itemreview-link {
    margin: 15px 0 0;
    font-size: 1.3rem;
  }
}

/*----------
投稿記事部分
----------*/
/*c-postcontent*/
.c-postcontent {
  max-width: 960px;
  margin: 0 auto;
  overflow: hidden;
  font-size: 1.6rem;
  color: #000;
  /* a:not(.wp-block-button__link) {
    text-decoration: underline;
  } */
}
.c-postcontent + .c-postcontent {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .c-postcontent + .c-postcontent {
    margin-top: 30px;
  }
}
.c-postcontent * {
  color: #000;
}
.c-postcontent > *:first-child {
  margin-top: 0;
}
.c-postcontent > *:last-child {
  margin-bottom: 0;
}
.c-postcontent a {
  color: #0768bd;
  text-decoration: underline;
  transition: all 0.3s;
}
@media (hover: hover) {
  .c-postcontent a:hover {
    opacity: 0.7;
  }
}
.c-postcontent a.wp-block-file__button, .c-postcontent a.wp-block-button__link {
  color: #fff;
  text-decoration: none !important;
  background: #203744;
  font-weight: 500;
}
.c-postcontent .linkcard {
  margin: 1.5em 0 !important;
}
.c-postcontent .linkcard > div {
  border: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  padding: 1em;
}
.c-postcontent .linkcard .lkc-card {
  margin: 0 !important;
}
.c-postcontent .linkcard .lkc-thumbnail {
  margin: 0 0.8em 0 0;
}
.c-postcontent #toc_container {
  font-size: 90%;
}
.c-postcontent #toc_container .toc_list {
  line-height: 1.6;
}
.c-postcontent h1, .c-postcontent h2, .c-postcontent h3, .c-postcontent h4, .c-postcontent h5, .c-postcontent h6 {
  font-weight: 700;
  line-height: 1.5;
  margin-top: 2.5em;
  margin-bottom: 1em;
}
.c-postcontent h2 {
  font-size: 2.4rem;
  padding-bottom: 0.3em;
  background: #eee;
  padding: 0.3em 0.8em;
}
@media (max-width: 767px) {
  .c-postcontent h2 {
    font-size: 2rem;
  }
}
.c-postcontent h3 {
  font-size: 2rem;
  border-left: 4px solid #203744;
  padding-left: 10px;
}
@media (max-width: 767px) {
  .c-postcontent h3 {
    font-size: 1.8rem;
  }
}
.c-postcontent h2 + h3 {
  margin-top: 1.8em;
}
.c-postcontent h4 {
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .c-postcontent h4 {
    font-size: 1.6rem;
  }
}
.c-postcontent h5 {
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .c-postcontent h5 {
    font-size: 1.4rem;
  }
}
.c-postcontent h6 {
  font-size: 1.4rem;
}
.c-postcontent b {
  font-weight: 700;
}
.c-postcontent div {
  max-width: 100%;
}
.c-postcontent img {
  height: auto;
}
.c-postcontent p {
  margin-top: 1.7em;
  margin-bottom: 1.7em;
  line-height: 1.7;
}
.c-postcontent .smb-box__body p:first-of-type {
  margin-top: 0;
}
.c-postcontent .smb-box__body p:last-of-type {
  margin-bottom: 0;
}
.c-postcontent pre {
  display: block;
  font-family: monospace;
  white-space: pre;
  margin: 1em 0px;
}
.c-postcontent ul, .c-postcontent ol {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 30px;
}
.c-postcontent ul {
  list-style-type: disc;
}
.c-postcontent ol {
  list-style-type: decimal;
}
.c-postcontent li {
  margin: 0.5em 0;
}
.c-postcontent table {
  white-space: nowrap;
}
.c-postcontent table th, .c-postcontent table td {
  border: 1px solid #ccc;
  padding: 5px;
  line-height: 1.5;
}
.c-postcontent :not(.nobg) table td:first-child:not(:last-child) {
  background: #f5f5f5;
}
.c-postcontent strong {
  font-weight: 700;
}
.c-postcontent img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.c-postcontent .alignright {
  float: right;
  margin: 0 0 1em 1.5em;
}
.c-postcontent .alignleft {
  float: left;
  margin: 0 1.5em 1em 0;
}
.c-postcontent figure {
  margin-top: 1em;
  margin-bottom: 1em;
}
.c-postcontent .wp-block-image {
  margin-top: 1em;
  margin-bottom: 1em;
}
.c-postcontent figcaption {
  text-align: center;
  font-size: 80%;
}
.c-postcontent table + figcaption {
  margin-top: 0.5em;
}
.c-postcontent blockquote {
  position: relative;
  padding: 1.5em 3em 1.5em 2.5em;
  margin: 1em 2em;
  background: #f7f7f7;
  font-size: 90%;
}
.c-postcontent blockquote p {
  margin: 0 0 1em;
}
.c-postcontent blockquote p:last-child {
  margin: 0;
}
.c-postcontent blockquote:before {
  position: absolute;
  content: "“";
  font-size: 40px;
  color: #999;
  top: 10px;
  left: 10px;
  line-height: 1;
  height: 24px;
  display: block;
}
.c-postcontent blockquote:after {
  position: absolute;
  content: "”";
  font-size: 40px;
  color: #999;
  right: 10px;
  bottom: 10px;
  line-height: 1;
  height: 24px;
  display: block;
}
.c-postcontent mark:not(.has-inline-color) {
  background: linear-gradient(transparent 60%, #ff6 60%);
}
.c-postcontent blockquote cite {
  display: block;
  font-size: 90%;
  text-align: right;
  color: #999;
}
.c-postcontent blockquote cite a {
  color: #FFAE2F;
}
.c-postcontent .table-primary {
  border-top: 1px solid #EFEFEF;
}
.c-postcontent .table-primary th, .c-postcontent .table-primary td {
  padding: 12px 10px;
  border-bottom: 1px solid #EFEFEF;
}
.c-postcontent .table-primary th {
  width: 120px;
  font-weight: 700;
  color: #D0B74F;
  text-align: center;
}
.c-postcontent .table-primary td {
  padding-left: 20px;
  padding-right: 20px;
}
.c-postcontent .wp-block-buttons {
  margin: 1.5em 0 2em;
}
.c-postcontent iframe.wp-embedded-content {
  width: 100%;
}
.c-postcontent iframe {
  max-width: 100%;
}
@media (min-width: 768px) {
  .c-postcontent .table-primary {
    font-size: 15px;
  }
  .c-postcontent table {
    white-space: wrap;
  }
}
@media (max-width: 767px) {
  .c-postcontent {
    font-size: 1.4rem;
  }
  .c-postcontent p {
    margin: 1.5em 0;
  }
}

/*c-pager*/
.c-pager {
  margin: 60px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  letter-spacing: 0;
}
.c-pager > * {
  margin: 0 8px;
}
.c-pager a, .c-pager .current {
  height: 40px;
  width: 36px;
  background: #fff;
  border: 1px solid #203744;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #203744;
  border-radius: 4px;
  font-size: 1.6rem;
  text-decoration: none;
}
.c-pager .prev, .c-pager .next {
  color: #203744;
  font-weight: 700;
}
.c-pager .current {
  background-color: #203744;
  border-color: #203744;
  color: #fff;
}
@media (hover: hover) {
  .c-pager a:hover {
    background-color: #203744;
    border-color: #203744;
    color: #fff;
  }
}
@media (max-width: 767px) {
  .c-pager {
    margin: 32px 0 0;
  }
  .c-pager > * {
    margin: 0 4px;
  }
}

.u-dis-ib {
  display: inline-block;
}

@media (max-width: 767px) {
  .u-pc {
    display: none;
  }
}
@media (min-width: 768px) {
  .u-sp {
    display: none;
  }
}
.u-txtlink {
  color: #0768bd !important;
  text-decoration: underline !important;
}/*# sourceMappingURL=adjust.css.map */