@charset "UTF-8";
/* リセット */
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg*, symbol*)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  font-style: normal;
}

body {
  margin: 0;
  width: 100%;
  overflow-x: hidden;
}

a,
button {
  cursor: revert;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-inline-size: 100%;
  max-block-size: 100%;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

input,
textarea {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
  appearance: revert;
}

:where(pre) {
  all: revert;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::-webkit-input-placeholder {
  color: unset;
}

::-moz-placeholder {
  color: unset;
}

:-ms-input-placeholder {
  color: unset;
}

::-ms-input-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  line-break: after-white-space;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:where(figure,
h1, h2, h3, h4, h5, h6) {
  margin: 0;
}

:where(ul, ol, dl) {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

/* 基本設定 */
html {
  font-size: 62.5%; /* 1em -> 10px */
}

body {
  color: #0F1419;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  line-height: 1.57;
  font-family: "Zen Maru Gothic", "Yu Gothic Medium", "YuGothic", "Helvetica", "Arial", "Hiragino Kaku Gothic Pro", "Meiryo", "Meiryo UI", "MS PGothic", serif;
}
@media screen and (min-width: 1024px) {
  body {
    margin-bottom: 0;
  }
}

a:has(img, figure) {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
a:has(img, figure):hover {
  opacity: 0.8;
}

a:has(div) {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
a:has(div):hover {
  opacity: 0.8;
}

a:not(:has(*)) {
  color: #1e456c;
  text-decoration: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
a:not(:has(*)):hover {
  opacity: 0.8;
}

:where(a):active, :where(a):visited, :where(a):focus {
  color: inherit;
}

:where(p) {
  margin: 0 0 1em 0;
}

:where(li) {
  list-style-type: none;
}

dl :where(dt, dd) {
  padding: 0;
  margin: 0;
}

.season_color {
  background-color: #fffaff;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 0 10px;
  background-color: #fff;
}
.header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.header_inner_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header_logo {
  width: 160px;
  height: 26px;
}
@media screen and (min-width: 1024px) {
  .header_logo {
    width: 260px;
    height: auto;
  }
}
.header_logo img {
  -o-object-fit: cover;
  object-fit: cover;
}
.header_search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.header_search-window {
  width: 100%;
  max-width: 340px;
  height: 0;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  top: 60px;
  right: calc((100vw - 340px) / 2);
  border: 1px solid #707070;
  border-radius: 8px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 900;
}
@media screen and (min-width: 768px) {
  .header_search-window {
    max-width: 360px;
    right: 60px;
  }
}
@media screen and (min-width: 1400px) {
  .header_search-window {
    right: calc((100vw - 1300px) / 2);
  }
}
.header_search-window.active {
  opacity: 1;
  height: 50px;
}
.header_search-window form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header_search-window input, .header_search-window button {
  border: 0;
}
.header_search-window input {
  width: 100%;
  height: 48px;
  font-size: 1.6rem;
  padding: 5px 10px;
  border-radius: 8px 0 0 8px;
}
.header_search-window input::-webkit-input-placeholder {
  color: #818181;
}
.header_search-window input::-moz-placeholder {
  color: #818181;
}
.header_search-window input:-ms-input-placeholder {
  color: #818181;
}
.header_search-window input::-ms-input-placeholder {
  color: #818181;
}
.header_search-window input::placeholder {
  color: #818181;
}
.header_search-window button {
  width: 50px;
  height: 48px;
  background-color: #fff;
  border-left: 1px solid #707070;
  border-radius: 0 8px 8px 0;
  cursor: pointer;
}
.header_search-window button img {
  width: 80%;
}
.header_search-window button::hover, .header_search-window button::active {
  background: #1567B7;
}
.header_menu_btn {
  width: 48px;
  height: 40px;
  position: relative;
  cursor: pointer;
}
.header_menu_btn span {
  display: inline-block;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background: #0F1418;
  position: absolute;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  left: 0;
}
.header_menu_btn span:nth-last-of-type(1) {
  top: 8px;
}
.header_menu_btn span:nth-last-of-type(2) {
  top: 19px;
}
.header_menu_btn span:nth-last-of-type(3) {
  bottom: 8px;
}
.header_menu_btn.active span:nth-last-of-type(1) {
  -webkit-transform: translateY(11px) rotate(-45deg);
  transform: translateY(11px) rotate(-45deg);
}
.header_menu_btn.active span:nth-last-of-type(2) {
  opacity: 0;
}
.header_menu_btn.active span:nth-last-of-type(3) {
  -webkit-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
}

/* 下層ページヘッダー画像 */
.page_image a {
  max-width: 640px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 20px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .page_image a {
    margin: 10px auto;
  }
}

.keyword {
  background: #fff;
  padding: 50px 0;
}
.keyword_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  max-width: 600px;
  padding: 16px;
  margin: 0 auto;
  border: 4px solid #1567B7;
  border-radius: 30px;
}
.keyword_list_item {
  color: #1567B7;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  display: inline-block;
  padding: 2px 16px;
  background-color: #fff;
  border: 2px solid #1567B7;
  border-radius: 100vh;
}
.keyword_list_item:hover {
  color: #fff;
  background-color: #1567B7;
}

.sns {
  padding: 40px 0;
}
.sns_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 286px;
  margin: 0 auto;
}
.sns_box-instagram {
  width: 52px;
  height: auto;
}
.sns_box-youtube {
  width: auto;
  height: 37px;
}

.footer {
  background: #fff;
  padding-top: 30px;
  padding-bottom: 80px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .footer {
    padding-bottom: 10px;
  }
}
.footer_logo {
  display: block;
  width: 200px;
  height: auto;
  margin: 0 auto 20px;
}
.footer_menu {
  margin-bottom: 10px;
}
.footer_menu ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 8px;
  padding: 10px 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
.footer_menu li {
  list-style-type: none;
  text-align: center;
}
.footer_menu li a {
  font-family: "Noto Sans JP", "YuGothic", "Yu Gothic Medium", "Hiragino Kaku Gothic Pro", "Meiryo", "MS PGothic", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.2rem;
  font-weight: bold;
}
.footer small {
  color: #707070;
  font-family: "Noto Sans JP", "YuGothic", "Yu Gothic Medium", "Hiragino Kaku Gothic Pro", "Meiryo", "MS PGothic", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.2rem;
}

.pagetop {
  width: 48px;
  height: 48px;
  margin: 0 0 10px auto;
}
.pagetop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 2px solid #1567B7;
  border-radius: 50%;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 1;
}
.pagetop a:hover {
  opacity: 0.7;
}
.pagetop img {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.breadcrumbs {
  width: 100%;
  padding: 3px 10px;
  background-color: #fff;
  margin: 50px 0 30px;
}
.breadcrumbs_wrapper {
  max-width: 1400px;
  margin: 0 auto;
  font-size: clamp(1.2rem, 0.902rem + 0.389vw, 1.3rem); /* min: 12px, max: 13px */
}

.Breadcrumb {
  padding: 1em;
}

.Breadcrumb-ListGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Breadcrumb-ListGroup-Item-Link[href]:hover {
  opacity: 0.5;
}

.Breadcrumb-ListGroup > * + * {
  margin-left: 0.5em;
}

.Breadcrumb-ListGroup > * + *::before {
  content: ">";
  margin-left: 0.75em;
  margin-right: 0.75em;
}

.Breadcrumb-ListGroup-Item-Link {
  color: #1E456C;
  text-decoration: none;
}

.main_menu {
  font-family: "Noto Sans JP", "YuGothic", "Yu Gothic Medium", "Hiragino Kaku Gothic Pro", "Meiryo", "MS PGothic", sans-serif;
  font-optical-sizing: auto;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-out;
  transition: max-height 0.5s ease-out;
  padding: 0 18px;
  position: fixed;
  width: 100%;
  top: 60px;
  left: 0;
  z-index: 1000;
}
.main_menu.active {
  padding: 0 18px 18px;
  overflow: auto;
  bottom: 0;
}
.main_menu ul li {
  list-style-type: none;
  margin: 0;
}
.main_menu-login {
  font-family: "Zen Maru Gothic", "YuGothic", "Yu Gothic Medium", "Hiragino Kaku Gothic Pro", "Meiryo", "MS PGothic", sans-serif;
  padding: 10px 20px;
  background: #fff;
  border: 3px solid #1567B7;
  border-radius: 20px;
  margin: 18px auto 1.6rem;
  max-width: 340px;
}
@media screen and (min-width: 768px) {
  .main_menu-login {
    max-width: 400px;
  }
}
.main_menu-login a, .main_menu-login a:visited, .main_menu-login a:active, .main_menu-login a:focus {
  color: #0F1419;
}
.main_menu-login ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.main_menu-login li {
  font-weight: bold;
  vertical-align: middle;
}
.main_menu-login--title {
  font-family: "Zen Maru Gothic", "YuGothic", "Yu Gothic Medium", "Hiragino Kaku Gothic Pro", "Meiryo", "MS PGothic", sans-serif;
  color: #1567B7;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
}
.main_menu-login-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main_menu-login-btn::before, .main_menu-login-btn::after {
  content: "";
  display: inline-block;
}
.main_menu-login-btn::before {
  width: 23px;
  height: 32px;
  margin-right: 5px;
}
.main_menu-login-btn::after {
  width: 16px;
  height: 16px;
  background: url("../img/common/icon_circle-arrow-login.svg") no-repeat center/cover;
}
.main_menu-login-btn--login::before {
  background: url("../img/common/icon_calc.svg") no-repeat center/cover;
}
.main_menu-login-btn--shinki::before {
  background: url("../img/common/icon_member.svg") no-repeat center/cover;
}
.main_menu-login--introduction {
  font-size: 1.4rem;
  grid-column: span 2/span 2;
}
.main_menu-login--introduction a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main_menu-login--introduction a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 14px;
  margin-left: 3px;
  background: url("../img/common/icon_arrow_blue.svg") no-repeat center/cover;
}
.main_menu_arrow {
  position: relative;
}
.main_menu_arrow::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.main_menu_arrow--blue--big::after {
  right: 0;
  width: 16px;
  height: 27px;
  background: url("../img/common/icon_arrow_blue.svg") no-repeat center/cover;
}
.main_menu_arrow--blue--small {
  padding: 5px 0;
}
.main_menu_arrow--blue--small::after {
  width: 9px;
  height: 15px;
  background: url("../img/common/icon_arrow_blue.svg") no-repeat center/cover;
}
.main_menu_title--category {
  font-family: "Zen Maru Gothic", "YuGothic", "Yu Gothic Medium", "Hiragino Kaku Gothic Pro", "Meiryo", "MS PGothic", sans-serif;
  color: #1567B7;
  font-size: 3rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  position: relative;
  cursor: pointer;
}
.main_menu_title--category::after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url("../img/common/icon_plus.svg") no-repeat center/cover;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.main_menu-other > li {
  font-family: "Noto Sans JP", "YuGothic", "Yu Gothic Medium", "Hiragino Kaku Gothic Pro", "Meiryo", "MS PGothic", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.7rem;
  font-weight: bold;
  padding: 10px 0;
}
.main_menu-other > li:nth-child(2) img {
  width: auto;
  height: 26px;
}
.main_menu-other > li:nth-child(3) img {
  width: auto;
  height: 40px;
}
.main_menu-other > li:nth-child(4) img {
  width: auto;
  height: 30px;
}
.main_menu-other > li:nth-child(5) a {
  color: #0F1419;
  font-weight: bold;
}
.main_menu-other > li:last-child {
  border-bottom: 1px solid #707070;
}
.main_menu--trouble {
  position: relative;
}
.main_menu--trouble a {
  color: #de2810;
  padding-left: 44px;
}
.main_menu--trouble::before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 30px;
  background: url("../img/common/icon_attention.svg") no-repeat center/cover;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main_menu-Policy {
  font-size: 1.4rem;
}

.main_menu_title--category,
.main_menu-other > li {
  border-top: 1px solid #707070;
}

.main_menu_title--category,
.global-nav,
.main_menu-other {
  max-width: 500px;
  margin: 0 auto;
}
.main_menu_title--category a,
.global-nav a,
.main_menu-other a {
  display: block;
  width: 100%;
  height: 100%;
}

.global-nav {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-out;
  transition: max-height 0.5s ease-out;
}
.global-nav .menu {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
  max-width: 210px;
  margin: 26px auto;
}
.global-nav .menu-item {
  position: relative;
  padding: 5px;
}
.global-nav .menu-item::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 15px;
  background: url("../img/common/icon_arrow_blue.svg") no-repeat center/cover;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.global-nav .menu-item a {
  font-size: 1.6rem;
  font-weight: 900;
  color: #0F1419;
  letter-spacing: 0.04em;
}

/* 右サイドログインボタン */
.side_button {
  opacity: 0;
  width: 44px;
  position: fixed;
  top: 10%;
  right: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  z-index: 800;
}
@media screen and (min-width: 1024px) {
  .side_button {
    width: 50px;
  }
}
.side_button.active {
  opacity: 1;
}
.side_button-body {
  width: 100%;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background: #fc5c08;
  white-space: nowrap;
  border-radius: 20px 0 0 20px;
}
.side_button-ec {
  text-combine-upright: all;
}
.side_button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 10px 0;
}
.side_button a::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 32px;
  background-image: url("../img/common/icon_calc.svg");
  background-position: cover;
  margin-bottom: 8px;
}

/* SP用ボトムボタン */
.sp_bottom {
  width: 100%;
  height: 70px;
  background-color: #fff;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 900;
}
@media screen and (min-width: 1024px) {
  .sp_bottom {
    display: none;
  }
}
.sp_bottom .current-menu-item {
  background: #FCE008;
}
.sp_bottom .current-menu-item a {
  color: #fff;
}
.sp_bottom ul {
  height: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.sp_bottom li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  list-style-type: none;
  margin: 0;
}
.sp_bottom li a {
  color: #0F1419;
}
.sp_bottom li a:active, .sp_bottom li a:visited, .sp_bottom li a:focus {
  color: inherit;
}
.sp_bottom li figure {
  text-align: center;
  width: 100%;
}
.sp_bottom li figure figucaption {
  font-size: 1.3rem;
}
.sp_bottom li figure img {
  display: block;
  margin: 0 auto;
}

.wrapper {
  width: 100%;
  max-width: 1020px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

.pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .pc {
    display: initial;
  }
}

.sp {
  display: initial;
}
@media screen and (min-width: 1024px) {
  .sp {
    display: none;
  }
}

.link_instagram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.link_instagram::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url("../img/common/instagram.svg") no-repeat center/cover;
}

.guest {
  margin: 30px 0;
  padding: 1rem 2%;
  border-top: 6px double #00897D;
  border-bottom: 6px double #00897D;
}

/* ------------------------------------------
youtube ショート動画 レスポンシブ
------------------------------------------ */
.youtube_short {
  width: 70%;
  max-width: 400px;
  margin: 20px auto 30px;
}
.youtube_short iframe {
  aspect-ratio: 9/16;
  width: 100%;
  height: 100%;
}

/* ------------------------------------------
ターム一覧、ランキング
------------------------------------------ */
.aside_base {
  padding-top: 40px;
}
.aside_base nav {
  border-bottom: 1px solid #1567B7;
}
.aside_base ul, .aside_base ol {
  display: table;
  margin: 20px auto 30px;
}
.aside_base li {
  padding: 0;
  margin: 0 0 10px;
}
.aside_base li a, .aside_base li a:visited, .aside_base li a:active, .aside_base li a:focus {
  color: #1567B7;
  font-weight: 900;
}

@media screen and (min-width: 1024px) {
  .ranking-img .rank_img ul {
    display: grid;
    gap: 50px 30px;
    grid-template-columns: repeat(3, 1fr);
    margin: 30px auto;
  }
}
.ranking-img .rank_img li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .ranking-img .rank_img li {
    margin-bottom: 0;
  }
}
.ranking-img .rank_img li img {
  max-width: 160px;
  aspect-ratio: 167/192;
  border-radius: 20px;
}
.ranking-img .rank_img li a {
  display: block;
  position: relative;
}
.ranking-img .rank_img li a, .ranking-img .rank_img li a:visited, .ranking-img .rank_img li a:active, .ranking-img .rank_img li a:focus {
  color: #1E456C;
}
.ranking-img .rank_img li a::before {
  color: #1567B7;
  font-size: 3.3rem;
  font-weight: 900;
  padding-left: 36px;
  margin-top: -5px;
}
.ranking-img .rank_img li a:nth-child(1)::after {
  content: "";
  display: block;
  width: 53px;
  height: 56px;
  background: url("../img/common/icon_hand.svg") no-repeat center/cover;
  position: absolute;
  top: -5px;
  right: -46px;
}
.ranking-img .rank_img li a:nth-child(2) {
  display: inline-block;
  padding-top: 10px;
  position: relative;
}
.ranking-img .rank_img li a:nth-child(2)::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../img/common/icon_circle-arrow.svg") no-repeat center/cover;
  margin-left: 8px;
  vertical-align: middle;
}
.ranking-img .rank_img li:nth-child(1) a:nth-child(2)::before {
  content: "No.1";
  display: block;
}
.ranking-img .rank_img li:nth-child(2) a:nth-child(2)::before {
  content: "No.2";
  display: block;
}
.ranking-img .rank_img li:nth-child(3) a:nth-child(2)::before {
  content: "No.3";
  display: block;
}
.ranking-img .rank_img li:nth-child(4) a:nth-child(2)::before {
  content: "No.4";
  display: block;
}
.ranking-img .rank_img li:nth-child(5) a:nth-child(2)::before {
  content: "No.5";
  display: block;
}

.ranking-box ol li {
  list-style-type: decimal;
  color: #1567B7;
  font-weight: 900;
  margin-left: 2em;
}

.city-box ul {
  width: 100%;
  max-width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.city-box ul li {
  margin: 0;
}

.stores-box {
  padding-top: 30px;
}
.stores-box nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 20px;
  border-bottom: 1px solid #1E456C;
  padding: 20px auto 0;
}
@media screen and (min-width: 1024px) {
  .stores-box nav {
    grid-template-columns: repeat(4, 1fr);
  }
}
.stores-box a {
  display: block;
  color: #0F1419;
  font-size: clamp(1.4rem, 0.803rem + 0.778vw, 1.6rem); /* min: 14px, max: 16px */
  padding-bottom: 40px;
}
.stores-box a figure {
  aspect-ratio: 3/2;
  position: relative;
}
.stores-box a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 10px;
}
.stores-box a figure figcaption {
  color: #fff;
  display: inline-block;
  padding: 2px 10px;
  background: #1567B7;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 10px 0 0;
}

/* ------------------------------------------
タイトル
------------------------------------------ */
.title_slash-blue, .title_slash-blue--noto {
  color: #1567B7;
  font-size: clamp(3.3rem, 0.017rem + 4.28vw, 4.4rem); /* min: 33px, max: 44px */
  font-weight: bold;
  font-weight: 900;
  text-align: center;
  margin-bottom: 2rem;
}
.title_slash-blue::before, .title_slash-blue--noto::before, .title_slash-blue::after, .title_slash-blue--noto::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 21px;
  margin: 0 8px;
}
.title_slash-blue::before, .title_slash-blue--noto::before {
  background: url("../img/common/img_slash.svg") no-repeat center;
}
.title_slash-blue::after, .title_slash-blue--noto::after {
  background: url("../img/common/img_slash.svg") no-repeat center;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.title_slash-blue--noto {
  font-size: 2.9rem;
  font-weight: bold;
  font-weight: 900;
  margin-bottom: 1rem;
  font-family: "Noto Sans JP", "YuGothic", "Yu Gothic Medium", "Hiragino Kaku Gothic Pro", "Meiryo", "MS PGothic", sans-serif;
  font-optical-sizing: auto;
}
.title_dotted-line {
  color: #1567B7;
  font-size: clamp(2.2rem, 1.006rem + 1.556vw, 2.6rem); /* min: 22px, max: 26px */
  display: table;
  padding: 5px 20px;
  border-top: 2px dotted #1567B7;
  border-bottom: 2px dotted #1567B7;
  margin: 0 auto 2rem;
}
.title_okaya_main {
  margin-bottom: 30px;
}
.title_okaya_main h1, .title_okaya_main h2 {
  color: #1E456C;
  display: table;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.2;
  padding: 10px 20px;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .title_okaya_main h1, .title_okaya_main h2 {
    text-align: center;
    width: 100%;
    max-width: 1020px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
.title_under_line {
  font-size: 2rem;
  font-weight: 900;
  margin: 0 auto 10px;
}
.title_under_line::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #707070;
  margin-top: 8px;
}
.title_archive, .title_archive--recipe, .title_archive--customer, .title_archive--present, .title_archive--category {
  color: #1567B7;
  font-size: 3.3rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.3;
  border-bottom: 1px solid #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding-bottom: 10px;
}
.title_archive::before, .title_archive--recipe::before, .title_archive--customer::before, .title_archive--present::before, .title_archive--category::before, .title_archive::after, .title_archive--recipe::after, .title_archive--customer::after, .title_archive--present::after, .title_archive--category::after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.title_archive--lead {
  color: #1567B7;
  font-size: clamp(1.4rem, -0.391rem + 2.335vw, 2rem); /* min: 14px, max: 20px */
  font-weight: bold;
  text-align: center;
}
.title_archive--category::before, .title_archive--category::after {
  width: 34px;
  height: 44px;
  background-image: url("../img/common/icon_category.svg");
}
.title_archive--present::before, .title_archive--present::after {
  width: 32px;
  height: 38px;
  background-image: url("../img/common/icon_present.svg");
}
.title_archive--customer {
  gap: 16px;
}
.title_archive--customer::before, .title_archive--customer::after {
  width: 39px;
  height: 37px;
  background-image: url("../img/common/icon_store.svg");
}
.title_archive--recipe::before, .title_archive--recipe::after {
  width: 33px;
  height: 38px;
  background-image: url("../img/common/icon_recipe-01.svg");
}
.title_archive--recipe::after {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.title_present-sub {
  font-size: clamp(1.4rem, 0.803rem + 0.778vw, 1.6rem); /* min: 14px, max: 16px */
  font-weight: 900;
}
.title_okaya_bg,
.title .single .okaya > h3 {
  border-bottom: none;
  font-size: clamp(2.4rem, -13rem + 19.531vw, 4rem);
  font-weight: normal;
  text-align: left;
  padding: 4px 10px;
  margin: 50px auto 20px;
  background: #eef3f7;
}
.title_okaya_bg i,
.title .single .okaya > h3 i {
  color: #1567B7;
  margin-right: 8px;
}
.title_single_introduction-title {
  font-size: clamp(2rem, 1.006rem + 1.556vw, 2.2rem); /* min: 20px, max: 22px */
  font-weight: bold;
  text-align: center;
  padding-bottom: 5px;
}
.title_single_introduction-title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #1567B7;
}
.title_single_introduction p {
  font-size: clamp(1.4rem, 0.803rem + 0.778vw, 1.6rem); /* min: 14px, max: 16px */
  line-height: 1.3;
  margin-bottom: 40px;
}

.category_name, .article .midasi {
  font-size: clamp(1.8rem, -1.781rem + 4.669vw, 3rem);
  font-weight: 900;
  color: #1E456C;
  border-bottom: 1px solid #1E456C;
  text-align: left;
  padding: 0 0 10px 0;
  margin-bottom: 20px;
}

.article .midasi {
  font-size: clamp(2.4rem, -13rem + 19.531vw, 4.6rem); /* min: 20px, max: 46px */
  text-align: left;
  border-bottom: none;
}

.content_inner :were(h2) {
  color: #1E456C;
  font-size: clamp(1.8rem, -0.984rem + 3.891vw, 3rem); /* min: 18px, max: 30px */
  font-weight: 900;
  text-align: left;
  padding: 0 0 10px 0;
}

.table_box h3 {
  font-size: 1.6rem;
  font-weight: normal;
}

/* ------------------------------------------
レシピ
------------------------------------------ */
.recipe h2, .recipe h3 {
  color: #1E456C;
  border-bottom: none;
  font-size: clamp(2rem, -13rem + 19.531vw, 3rem);
  font-weight: normal;
  text-align: left;
  padding: 4px 10px;
  margin-bottom: 0;
  margin: 30px auto 20px;
  background: #eef3f7;
}
@media screen and (min-width: 1024px) {
  .recipe h2, .recipe h3 {
    margin: 50px auto 20px;
  }
}
.recipe h2 i, .recipe h3 i {
  color: #1567B7;
  margin-right: 8px;
}
.recipe .title_recipe {
  color: #1E456C;
  font-weight: 900;
  font-size: clamp(2.4rem, -13rem + 19.531vw, 4rem);
  text-align: left;
  padding: 4px 10px;
  margin: 50px auto 20px;
  background: #fff;
  border-bottom: 3px dashed #1567B7;
}

/* ------------------------------------------
季節の健康コラム
------------------------------------------ */
.healthy .content_box h2 {
  font-size: clamp(2rem, -0.984rem + 3.891vw, 3rem); /* min: 20px, max: 30px */
  font-weight: bold;
  color: #F05909;
  border-bottom: none;
  margin-bottom: 10px;
}
.healthy .content_box h2 .deco {
  font-size: clamp(2rem, -0.984rem + 3.891vw, 3rem); /* min: 20px, max: 30px */
  font-weight: bold;
  color: #FFF;
  border: #F05909 1px solid;
  background: #F05909;
  padding: 0px 2%;
  margin-right: 5px;
}

/* ------------------------------------------
くらしの寺子屋
------------------------------------------ */
.karaoke {
  border: 1px solid #000;
}
.karaoke h3 {
  position: relative;
  padding: 10px 0;
  border-radius: 5px;
  border: 2px solid #333;
  color: #333;
  font-weight: bold;
  font-size: 2.3rem;
  text-align: center;
  width: 100%;
  margin: 0 auto 10px;
}
.karaoke h3::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 3px;
  width: 20px;
  background-color: #fff;
}
.karaoke h3::after {
  content: "";
  position: absolute;
  top: 90%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 20px;
  width: 2px;
  background-color: #333;
}
.karaoke-box {
  display: block;
}
@media screen and (min-width: 1024px) {
  .karaoke-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 0 auto;
  }
}

.k-box-design {
  margin: 20px auto 0;
  padding: 20px 15px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .k-box-design {
    width: 48%;
  }
}
.k-box-design p {
  line-height: 2;
  font-size: 1.6rem;
  margin-top: 20px;
}
.k-box-design p span.bold {
  font-weight: bold;
}
.k-box-design p span.b_red {
  font-weight: bold;
  color: #FF8071;
}
.k-box-design-ttl {
  color: #fff;
  text-align: center;
  padding: 0.2em 15px;
  margin: 0 auto 10px;
  border: 1px solid #000;
}
.k-box-design-ttl.c-orange {
  background: #FF8071;
}
.k-box-design-ttl.c-blue {
  background: #2cb3e5;
}
@media screen and (min-width: 1024px) {
  .k-box-design-ttl {
    position: relative;
    left: 0;
    top: -8%;
    padding: 0.2em 15px;
    margin: 0;
    width: 100%;
  }
}
.k-box-design-ttl::first-letter {
  font-size: 3rem;
}
.k-box-design h3 {
  font-size: clamp(1.6rem, -0.489rem + 2.724vw, 2.3rem); /* min: 16px, max: 23px */
}
.k-box-design.red h3 span {
  color: #FF8071;
  display: block;
  line-height: 1.8;
}
.k-box-design h3 span {
  color: #1567B7;
  display: block;
  line-height: 1.8;
}

.support {
  margin-top: 80px;
  position: relative;
}
.support_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #000;
}
.support_title h2 {
  color: #1E456C;
  font-size: 2rem;
  font-weight: normal;
  border-bottom: none;
  margin-bottom: 20px;
}
.support_title h2 .bold {
  font-size: 2.1rem;
  font-weight: bold;
  padding: 0;
  display: block;
}
@media screen and (min-width: 1024px) {
  .support_title h2 .bold {
    display: inline;
  }
}
.support_title figure {
  width: 12%;
  margin: 0;
  height: 50px;
}
@media screen and (min-width: 1024px) {
  .support_title figure {
    width: 50px;
  }
}
.support_title img {
  width: 100%;
}
.support_content {
  display: block;
}
@media screen and (min-width: 1024px) {
  .support_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
  }
}
.support_box {
  width: 100%;
  padding: 27px 2%;
  border-right: none;
  border-bottom: 2px dotted #FF8071;
}
@media screen and (min-width: 1024px) {
  .support_box {
    width: 33%;
    border-right: 2px dotted #FF8071;
  }
}
.support_box h3 {
  color: #1567B7;
  text-align: center;
  font-weight: bold;
}
.support_box p {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: normal;
}
.support_box:nth-child(5), .support_box:nth-child(6) {
  border-bottom: 2px dotted #FF8071;
}
@media screen and (min-width: 1024px) {
  .support_box:nth-child(3), .support_box:nth-child(6) {
    border-right: 0;
  }
  .support_box:nth-child(4), .support_box:nth-child(5), .support_box:nth-child(6) {
    border-bottom: 0;
  }
}

.ad-box {
  border: 1px solid #000;
  margin: 80px auto;
  position: relative;
}
.ad-box-design {
  margin: 60px auto 31px;
  padding: 2%;
}
@media screen and (min-width: 1024px) {
  .ad-box-design {
    margin: 60px auto;
  }
}
.ad-box-design p {
  margin: 5% auto 0;
  line-height: 2;
  font-size: 1.6rem;
  border-right: 0;
  padding: 0 20px;
}
.ad-box-design p:nth-child(1) {
  border-bottom: 2px dotted;
  padding-bottom: 5%;
}
@media screen and (min-width: 1024px) {
  .ad-box-design p {
    border-right: 0;
  }
}
.ad-box-design-ttl {
  position: absolute;
  left: 2%;
  top: 7%;
  width: 96%;
  background-color: #5cbce0;
  color: #fff;
  padding: 0.2em 15px;
  margin: 7px auto;
  font-size: clamp(1.6rem, -1.781rem + 4.669vw, 3rem); /* min: 16px, max: 30px */
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .ad-box-design-ttl {
    left: 7%;
    top: 12%;
    width: 86%;
  }
}
@media screen and (min-width: 1024px) {
  .ad-inner {
    display: block;
  }
}

/* ------------------------------------------
マネージャーナル
------------------------------------------ */
.money .content_box h2 {
  color: #00897d;
  font-size: clamp(1.8rem, -1.383rem + 4.28vw, 3rem); /* min: 18px, max: 30px */
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.money .content_box h2 .deco {
  color: #fff;
  font-size: clamp(2.4rem, 1.406rem + 1.556vw, 3rem); /* min: 24px, max: 30px */
  font-weight: bold;
  border: 1px solid #00897d;
  background: #00897d;
  margin-right: 5px;
  padding: 0 2%;
}
@media screen and (min-width: 1024px) {
  .money .content_box h2 .deco {
    margin-right: 8px;
    padding: 0 25px;
  }
}
.money .information h2 {
  position: relative;
  padding: 10px;
  border-radius: 5px;
  border: 2px solid #0F1419;
  color: #0F1419;
  font-weight: bold;
  font-size: 23px;
  text-align: center;
  width: 87%;
  margin: 30px auto 15px;
}
.money .information h2::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 3px;
  width: 20px;
  background-color: #fff;
}
.money .information h2::after {
  content: "";
  position: absolute;
  top: 90%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 20px;
  width: 2px;
  background-color: #0F1419;
}
.money .information h3 {
  color: #1E456C;
  font-size: 2rem;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.money .box-design h4 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  position: relative;
  left: -17px;
  top: -21px;
  padding: 0.2em 1em;
  margin: 0;
  width: 152px;
}
.money .box-design h4.c-green {
  background: #00897d;
}
.money .box-design h4.c-pale-orange {
  background: #FF8071;
}

/* ------------------------------------------
ゲスト
------------------------------------------ */
.guest h2 {
  font-size: 1.6rem;
  font-weight: bold;
}
.guest p {
  line-height: 1.3;
}

/* ------------------------------------------
お客様紹介
------------------------------------------ */
.customer h2 {
  color: #1567B7;
  border-bottom: 0;
  font-size: clamp(2.4rem, -13rem + 19.531vw, 4rem);
  font-weight: normal;
  -moz-text-align-last: left;
  text-align-last: left;
  padding: 4px 10px;
  margin: 50px auto 20px;
  background: #eef3f7;
}
.customer h2:first-of-type {
  margin: 5px auto 20px;
}
.customer h2 i {
  margin-right: 8px;
}

/* ------------------------------------------
リフォーム
------------------------------------------ */
.reform h2 {
  ont-size: 2rem;
  font-weight: 900;
  margin: 0 auto 10px;
}
.reform h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #707070;
  margin-top: 8px;
}

.button--blue, .button--present, .button--present:visited, .button--present:active, .button--present:focus, .button--blue:visited, .button--blue:active, .button--blue:focus {
  color: #1567B7;
  font-size: clamp(1.8rem, 0.606rem + 1.556vw, 2.2rem); /* min: 18px, max: 22px */
  font-weight: bold;
  font-weight: 900;
  text-align: center;
  display: table;
  max-width: 300px;
  height: 100%;
  padding: 10px 40px 10px 20px;
  margin: 0 auto;
  position: relative;
  border: 1px solid #1567B7;
  border-radius: 100vh;
  background: #fff;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .button--blue, .button--present, .button--present:visited, .button--present:active, .button--present:focus, .button--blue:visited, .button--blue:active, .button--blue:focus {
    padding: 10px 60px 10px 40px;
    max-width: initial;
  }
}
.button--blue::after, .button--present::after, .button--present:visited::after, .button--present:active::after, .button--present:focus::after, .button--blue:visited::after, .button--blue:active::after, .button--blue:focus::after {
  content: "";
  display: block;
  width: 8px;
  height: 13px;
  background: url("../img/common/icon_arrow_blue.svg") no-repeat center/cover;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.button--blue:hover, .button--present:hover {
  color: #fff;
  background: #1567B7;
}
.button--present, .button--present:visited, .button--present:active, .button--present:focus {
  color: #fff;
  border-radius: 14px;
  background: #fc5c08;
  padding: 5px 40px 5px 20px;
  border: 1px solid #fc5c08;
}
.button--present::after, .button--present:visited::after, .button--present:active::after, .button--present:focus::after {
  background: url(../img/common/icon_arrow_white.svg) no-repeat center/cover;
}
.button--present:hover {
  color: #fc5c08;
  background: #fff;
}
/* ------------------------------------------
テーブル
------------------------------------------ */
.table_box .design12 {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  background: #FFF7C4;
}
.table_box .design12 tr:nth-child(2n+1) {
  background: #FFDBB8;
}
.table_box .design12 th {
  padding: 7px;
  border: solid 1px #ffffff;
  background: #FF9258;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
}
@media screen and (min-width: 1024px) {
  .table_box .design12 th {
    padding: 15px;
  }
}
.table_box .design12 td {
  padding: 1%;
  border: solid 1px #ffffff;
  text-align: left;
  font-size: clamp(1.3rem, 1.002rem + 0.389vw, 1.4rem); /* min: 13px, max: 14px */
}
@media screen and (min-width: 1024px) {
  .table_box .design12 td {
    padding: 15px;
  }
}
.table_box .design12 td.item {
  text-align: center;
}

/* ------------------------------------------
お客様紹介
------------------------------------------ */
.customer table {
  width: 100%;
  margin: 0 auto;
}
.customer table tr {
  border-bottom: 1px solid #c5e3eb;
}
.customer table tr:first-child {
  border-top: 1px solid #c5e3eb;
}
.customer table th {
  vertical-align: top;
  white-space: nowrap;
  padding: 10px 5px;
}
.customer table td {
  padding: 5px 10px 5px 20px;
}

/* ------------------------------------------
リフォーム
------------------------------------------ */
.reform table {
  width: 100%;
  margin: 0 auto;
}
.reform table tr {
  border-bottom: 1px solid #1567B7;
}
.reform table tr:first-child {
  border-top: 1px solid #1567B7;
}
.reform table th {
  vertical-align: top;
  white-space: nowrap;
  padding: 10px 5px;
}
.reform table td {
  padding: 5px 10px 5px 20px;
}

.card_archive, .card_archive--new {
  width: 100%;
  position: relative;
}
.card_archive a, .card_archive--new a {
  color: #1E456C;
}
.card_archive_category {
  font-size: clamp(1.3rem, 0.405rem + 1.167vw, 1.6rem); /* min: 13px, max: 16px */
  color: #0F1419;
  font-weight: bold;
  text-align: center;
  display: table;
  margin: 0 auto 1rem;
  border-radius: 100vh;
  min-width: 143px;
  padding: 3px 10px;
}
@media screen and (min-width: 1024px) {
  .card_archive_category {
    padding: 5px 20px;
  }
}
.card_archive_category--goodstyle {
  background-color: #FCE008;
}
.card_archive_category--okaya {
  color: #fff;
  background-color: #1567B7;
}
.card_archive-img {
  background-color: #fff;
  border-radius: 20px;
  padding: 13px 0 0;
  margin-bottom: 1em;
}
.card_archive_thumbnail {
  width: 100%;
  height: auto;
  aspect-ratio: 167/134;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.card_archive_thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 0 0 20px 20px;
}
.card_archive_thumbnail--okaya-recipe img {
  border: 4px solid #1567B7;
}
.card_archive_main_title {
  font-size: clamp(1.6rem, 1.003rem + 0.778vw, 1.8rem); /* min: 16px, max: 18px */
  font-weight: 900;
  margin-bottom: 2.5rem;
}
.card_archive_date {
  font-size: clamp(1.4rem, 0.803rem + 0.778vw, 1.6rem); /* min: 14px, max: 16px */
  font-weight: bold;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: 0;
}
.card_archive_date::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url("../img/common/icon_circle-arrow.svg") no-repeat center/contain;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.card_archive--reform {
  position: relative;
}
.card_archive--reform figcaption {
  color: #1567B7;
  font-weight: bold;
  white-space: nowrap;
  padding: 2px 8px;
  background: #d9f0f4;
  position: absolute;
  bottom: 14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
  .card_archive--reform figcaption {
    font-size: 1.4em;
  }
}
.card_archive--reform::before {
  content: "After";
  color: #fff;
  text-align: center;
  line-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 4px;
  width: 48px;
  height: 48px;
  background: #fc5c08;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  right: 8px;
}
@media screen and (min-width: 1024px) {
  .card_archive--reform::before {
    font-size: 1.4em;
    width: 74px;
    height: 74px;
  }
}
.card_archive--present::before {
  content: "";
  display: block;
  width: 63px;
  height: 63px;
  background: url("../img/common/icon_key.svg") no-repeat center/cover;
  position: absolute;
  top: 42%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1024px) {
  .card_archive--present::before {
    width: 100px;
    height: 100px;
  }
}
.card_archive--new {
  max-width: 600px;
  margin: 0 auto 50px;
}
.card_archive--new .card_archive_category {
  font-size: 1.6rem;
  min-width: 194px;
  padding: 3px 10px;
  margin-bottom: 0.5rem;
}
.card_archive--new .card_archive_thumbnail {
  aspect-ratio: initial;
}
@media screen and (min-width: 1024px) {
  .card_archive--new .card_archive_thumbnail {
    width: 100%;
    height: auto;
  }
}
.card_archive--new .card_archive_thumbnail img {
  width: auto;
  height: auto;
}
.card_archive--new .card_archive-new-box {
  display: table;
  margin: 0 auto 0.5rem;
}
.card_archive--new .card_archive_main_title {
  font-size: clamp(1.6rem, -0.191rem + 2.335vw, 2.2rem); /* min: 16px, max: 22px */
  margin-bottom: 0.5rem;
}
.card_archive--new .card_archive_date {
  font-size: clamp(1.4rem, 0.803rem + 0.778vw, 1.6rem); /* min: 14px, max: 16px */
  position: relative;
}
.card_archive--new .card_archive_date::after {
  width: 20px;
  height: 20px;
}

.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px 16px;
}
.pagination li {
  width: 40px;
  height: 40px;
}
.pagination li a, .pagination li span {
  font-size: 1.9rem;
  font-weight: 900;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #1567B7;
  border-radius: 50%;
  padding-bottom: 3px;
  background: #fff;
}
.pagination li a, .pagination li a:visited, .pagination li a:active, .pagination li a:focus {
  color: #1567B7;
}
.pagination li a:hover {
  color: #fff;
  background: #1567B7;
}
.pagination li .current {
  color: #fff;
  background: #1567B7;
}
.pagination li .next, .pagination li .prev {
  font-weight: 900;
  padding-bottom: 0;
}

.index_login {
  background-color: #fff;
  padding: 0 0 8px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .index_login {
    padding: 20px 0;
  }
}
@media screen and (min-width: 1024px) {
  .index_login {
    padding: 10px 0 20px;
  }
}
.index_login a {
  display: table;
  height: auto;
  margin: 0 auto;
}
.index_login_baloon {
  margin: 0 0 -18px 26px;
  z-index: 2;
  position: relative;
  width: 130px;
}
@media screen and (min-width: 1024px) {
  .index_login_baloon {
    margin: 0 0 -20px 0;
    width: auto;
  }
}
.index_login_button {
  font-size: clamp(2.3rem, 1.405rem + 1.167vw, 2.6rem); /* min: 23px, max: 26px */
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 330px;
  height: 80px;
  background: #1567B7;
  border-radius: 10px;
  padding: 8px 8px 12px;
  position: relative;
  -webkit-box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.4784313725);
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.4784313725);
}
@media screen and (min-width: 1024px) {
  .index_login_button {
    width: 500px;
    height: 90px;
    line-height: 1.3;
  }
}
.index_login_button p {
  margin: 0;
}
.index_login_button span {
  font-size: clamp(1.3rem, 1.002rem + 0.389vw, 1.4rem); /* min: 13px, max: 14px */
  font-weight: bold;
  display: inline-block;
  position: relative;
}
.index_login_button span::before {
  background: url("../img/common/login_button-left.svg") no-repeat center/cover;
  left: -36px;
}
@media screen and (min-width: 1024px) {
  .index_login_button span::before {
    left: -43px;
  }
}
.index_login_button span::after {
  background: url("../img/common/login_button-right.svg") no-repeat center/cover;
  right: -36px;
}
@media screen and (min-width: 1024px) {
  .index_login_button span::after {
    right: -43px;
  }
}
.index_login_button span::before, .index_login_button span::after {
  content: "";
  display: inline-block;
  width: 34px;
  height: 34px;
  position: absolute;
  top: -15px;
}
.index_login_button::before {
  content: "";
  display: block;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border: 3px solid #fff;
  border-radius: 5px;
  position: absolute;
  top: 8px;
  left: 8px;
}
.index_login_button::after {
  content: "";
  display: block;
  width: 17px;
  height: 37px;
  background: url("../img/common/login_button-arrow-white.svg") no-repeat center/cover;
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.index_image {
  min-height: calc(100lvh - 275px);
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .index_image {
    min-height: calc(100lvh - 233px);
  }
}
@media screen and (min-width: 1024px) {
  .index_image-deco--left {
    width: 120px;
  }
}
.index_image-deco--right {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 1024px) {
  .index_image-deco--right {
    width: 140px;
  }
}
.index_image-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  width: auto;
  max-height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .index_image-box {
    gap: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .index_image-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    gap: initial;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    width: 80%;
    max-width: 1200px;
  }
}
@media screen and (min-width: 1024px) {
  .index_image-box--title {
    min-height: initial;
    max-width: 500px;
  }
}
.index_image-box--title--img {
  aspect-ratio: 57/22;
  margin: 0 auto 10px;
  max-height: 90px;
}
@media screen and (min-width: 768px) {
  .index_image-box--title--img {
    max-height: initial;
    max-width: 400px;
    margin: 0 auto 15px;
  }
}
@media screen and (min-width: 1024px) {
  .index_image-box--title--img {
    max-width: 580px;
  }
}
.index_image-box--title--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.index_image-box--title p {
  display: inline-block;
  white-space: nowrap;
  font-size: clamp(1.8rem, -0.319rem + 3.268vw, 3rem); /* min: 18px, max: 30px */
  line-height: 1.3;
  margin: 0;
}
.index_image-box--season {
  aspect-ratio: 67/54;
  border-radius: 30px;
  margin: 0 auto;
  max-height: 210px;
}
@media screen and (min-width: 768px) {
  .index_image-box--season {
    max-height: initial;
    max-width: 500px;
  }
}
.index_image-box--season img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.top .archive {
  padding: 50px 0;
}
@media screen and (min-width: 1024px) {
  .top .archive {
    padding: 80px 0;
  }
}
.top .archive_list {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, 1fr);
  padding-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .top .archive_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 50px;
  }
}

/* ------------------------------------------
メインカテゴリーページ
------------------------------------------ */
.category .back--white {
  padding: 20px;
  margin: 0 auto 40px;
}
.category_list ul {
  display: grid;
  gap: 30px 0;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  align-self: stretch;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .category_list ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .category_list ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
.category_list_icon {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 20px;
  border-bottom: 1px solid #707070;
}
.category_list_icon div {
  width: 90px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  margin: 0 auto 10px;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.category_list_icon div img {
  max-width: 100%;
  max-height: 100%;
}
.category_list_icon figcaption {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  max-width: 12.6rem;
}
.category_list_icon--gas div {
  background: #fff;
  border: 2px solid #FCE008;
}
.category_list_icon--gas div:hover {
  background: #FCE008;
}
.category_list_icon--gas a, .category_list_icon--gas a:visited, .category_list_icon--gas a:active, .category_list_icon--gas a:focus {
  color: #0F1419;
}
.category_list_icon--okaya div {
  background: #5cbce0;
  border: 2px solid #1567B7;
}
.category_list_icon--okaya div img {
  width: auto;
  height: 46px;
}
.category_list_icon--okaya div:hover {
  background: #fff;
}
.category_list_icon--okaya a, .category_list_icon--okaya a:visited, .category_list_icon--okaya a:active, .category_list_icon--okaya a:focus {
  color: #1567B7;
}
.category_list--okaya-box {
  color: #1E456C;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 40px;
  background: transparent;
  border-radius: 10px;
}
.category_list--okaya-box, .category_list--okaya-box:visited, .category_list--okaya-box:active, .category_list--okaya-box:focus {
  color: #1E456C;
}
.category_list--okaya-box h3 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  padding: 0 5px;
  margin: 0 auto;
}
.category_list--okaya--present ul {
  display: grid;
  gap: 30px 20px;
  grid-template-columns: repeat(1, 1fr);
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  align-self: stretch;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .category_list--okaya--present ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .category_list--okaya--present ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.category_list--okaya--present li {
  list-style-type: none;
  padding: 14px;
  border: 4px solid #1567B7;
  background: #fff;
  border-radius: 15px;
}

/* ------------------------------------------
他 アーカイブ共通
------------------------------------------ */
.archive_list ul {
  display: grid;
  gap: 30px 20px;
  grid-template-columns: repeat(2, 1fr);
  align-self: stretch;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .archive_list ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .archive_list ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
.archive_list-box {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background: transparent;
  padding-bottom: 40px;
}
.archive_list-box, .archive_list-box:visited, .archive_list-box:active, .archive_list-box:focus {
  color: #0F1419;
}
.archive_list-img {
  aspect-ratio: 167/192;
  border-radius: 20px;
  margin-bottom: 5px;
  overflow: hidden;
}
.archive_list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.archive_list h3 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  padding: 0 5px;
  margin: 0 auto 30px;
}
.archive_list .card_archive_date {
  font-size: clamp(1.4rem, 0.803rem + 0.778vw, 1.6rem); /* min: 14px, max: 16px */
  font-weight: bold;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: 0;
  padding: 0 5px;
}
.archive_list .card_archive_date::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url("../img/common/icon_circle-arrow.svg") no-repeat center/contain;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.border--gas {
  border: 5px solid #FCE008;
}

.border--okaya {
  border: 5px solid #1567B7;
}

/* ------------------------------------------
会員限定プレゼント
------------------------------------------ */
.archive_list--present ul, .archive_list--reform ul {
  display: grid;
  gap: 30px 20px;
  grid-template-columns: repeat(1, 1fr);
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  align-self: stretch;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .archive_list--present ul, .archive_list--reform ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1024px) {
  .archive_list--present ul, .archive_list--reform ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.archive_list--present li, .archive_list--reform li {
  list-style-type: none;
  padding: 14px;
  border: 4px solid #1567B7;
  background: #fff;
  border-radius: 15px;
}

.present_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.present_box--left {
  min-width: 130px;
  max-height: 210px;
}
@media screen and (min-width: 1024px) {
  .present_box--left {
    min-width: 180px;
    max-height: 230px;
  }
}
.present_box--left img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.present_box--left figcaption {
  font-family: "Noto Sans JP", "YuGothic", "Yu Gothic Medium", "Hiragino Kaku Gothic Pro", "Meiryo", "MS PGothic", sans-serif;
  font-optical-sizing: auto;
  color: #fc5c08;
  font-size: 3rem;
  font-weight: 900;
}
.present_box--right h3 {
  color: #1E456C;
  font-size: clamp(1.8rem, 1.203rem + 0.778vw, 2rem); /* min: 18px, max: 20px */
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.05rem;
}
.present_text {
  font-size: clamp(1.4rem, 0.803rem + 0.778vw, 1.6rem); /* min: 14px, max: 16px */
  line-height: 1.3;
  letter-spacing: 0;
}
.present_deadline {
  font-size: clamp(2rem, 0.806rem + 1.556vw, 2.4rem); /* min: 20px, max: 24px */
  font-weight: 900;
  line-height: 1.1;
}
.present_deadline span {
  font-size: 1.4rem;
}
.present_login {
  font-weight: 1.4rem;
  font-weight: medium;
  text-align: center;
}
.present_end {
  position: relative;
}
.present_end::before {
  content: "";
  display: block;
  background: rgba(15, 20, 25, 0.46);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.present_end::after {
  content: "応募は\a終了しました。\a多数のご応募\aありがとうございました。";
  white-space: pre-wrap;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  width: 94%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
}

/* ------------------------------------------
リフォーム事例
------------------------------------------ */
.archive_list--reform .reform-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.archive_list--reform .reform-box li a {
  display: block;
  width: 100%;
  height: 100%;
}
.archive_list--reform .reform-box li a, .archive_list--reform .reform-box li a:visited, .archive_list--reform .reform-box li a:active, .archive_list--reform .reform-box li a:focus {
  color: #1567B7;
}
.archive_list--reform .reform-box--left h2 {
  color: #1E456C;
  font-weight: 900;
  font-size: clamp(2rem, 0.806rem + 1.556vw, 2.4rem); /* min: 20px, max: 24px */
}
.archive_list--reform .reform-box--left p {
  color: #1E456C;
  font-weight: bold;
  line-height: 1.3;
}
.archive_list--reform .reform-box--right {
  min-width: 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.archive_list--reform .reform-tag {
  color: #1567B7;
  font-size: 1.4rem;
  min-width: 76px;
  text-align: center;
  font-weight: bold;
  display: block;
  padding: 5px 10px;
  background: #d7f4f7;
  border-radius: 3px;
}

.wrapper.single {
  margin-bottom: 50px;
}
.wrapper.single .content_inner {
  padding: 0 auto 50px;
}
@media screen and (min-width: 1024px) {
  .wrapper.single .content_inner {
    padding: 0 auto 80px;
  }
}

.article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.article .title-text {
  font-size: clamp(1.8rem, 1.203rem + 0.778vw, 2rem); /* min: 18px, max: 20px */
  text-align: left;
  margin: 2% 0 6%;
}
.article_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 10px;
  gap: 10px;
}
@media screen and (min-width: 1024px) {
  .article_box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
  }
}
.article_box .title-name {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
}
@media screen and (min-width: 1024px) {
  .article_box .title-name {
    -webkit-box-flex: 2;
    -ms-flex: 2 1;
    flex: 2 1;
  }
}
.article_box .title-img {
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
  max-width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .article_box .title-img {
    -webkit-box-flex: 1;
    -ms-flex: 1 2;
    flex: 1 2;
  }
}
.article_box .title-img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.tag-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin: 10px auto 20px;
}
.tag-box .keyword-btn {
  color: #1E456C;
  font-size: 1.4rem;
  display: inline-block;
  background: #fff;
  border: 1px solid #1E456C;
  border-radius: 100vh;
  padding: 5px 10px;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
.tag-box .keyword-btn:hover {
  color: #fff;
  background: #1E456C;
}
.tag-box .keyword_tag {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 auto;
}

.issue-text {
  font-size: clamp(1.4rem, 0.803rem + 0.778vw, 1.6rem); /* min: 14px, max: 16px */
  width: 80%;
  margin: 20px auto;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .issue-text {
    width: auto;
    min-width: 200px;
  }
}
.issue-text .year {
  color: #fff;
  display: inline-block;
  background: #5cbce0;
  border: 1px solid #5cbce0;
  border-radius: 100vh;
  white-space: nowrap;
  padding: 3px 15%;
  margin-bottom: 0.5em;
}
.issue-text .date {
  font-weight: normal;
  white-space: nowrap;
}

.single_tag {
  font-size: 1.4rem;
}
.single_tag a, .single_tag a:visited, .single_tag a:active, .single_tag a:focus {
  color: #1567B7;
}

.okaya_thumbnail_img {
  display: table;
  width: auto;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.okaya_thumbnail_img img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.energy_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding: 2px 10px;
  background: #ebc0c6;
}
@media screen and (min-width: 1024px) {
  .energy_title {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.energy_title figure {
  max-width: 120px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.energy_title figure img {
  width: 100%;
}
.energy_title h2 {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  width: 100%;
  font-size: clamp(1.7rem, -3.969rem + 7.782vw, 4rem); /* min: 20px, max: 40px */
  font-weight: bold;
  color: #FFF;
  padding: 22px 0;
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  .energy_title h2 {
    padding: 2% 30px;
  }
}

.conservation_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
  border-bottom: 2px solid #000;
}
.conservation_box:last-child {
  border-bottom: 0;
}
.conservation_text_box {
  padding: 22px 7% 20px 0;
}
@media screen and (min-width: 1024px) {
  .conservation_text_box {
    padding: 20px 65px 20px 0;
  }
}
.conservation_text_box h3 {
  color: #1567B7;
  font-size: 2rem;
  font-weight: bold;
  text-align: left;
  margin: 10px 0;
}
.conservation_text_box p {
  font-size: 1.6rem;
  text-align: left;
  line-height: 1.5;
  font-weight: normal;
}
.conservation_img_box {
  width: 50%;
}
@media screen and (min-width: 1024px) {
  .conservation_img_box {
    width: 115px;
  }
}
.conservation_img_box.w-60 {
  width: 33%;
}
@media screen and (min-width: 1024px) {
  .conservation_img_box.w-60 {
    width: 60px;
  }
}
.conservation_img_box.w-90 {
  width: 40%;
}
@media screen and (min-width: 1024px) {
  .conservation_img_box.w-90 {
    width: 90px;
  }
}
.conservation_img_box img {
  width: 100%;
}

.bathroom .energy_title {
  background: rgba(0, 170, 195, 0.5);
}

.kitchen .energy_title {
  background: rgba(238, 120, 0, 0.5);
}

.kotae {
  width: 100%;
  max-width: 890px;
  margin: 0 auto;
}

.kotae details {
  border: 1px solid #2680BC;
  margin-bottom: 10px;
}

.kotae summary {
  padding: 0.5em;
  background: #2680BC;
  font-weight: bold;
  cursor: pointer;
  list-style: none;
  position: relative;
  color: #FFF;
  text-align: center;
  font-size: 2rem;
}

/* Safari対応 デフォルトの三角形アイコン非表示 */
.kotae details summary::-webkit-details-marker {
  display: none;
}

.kotae div {
  padding: 1em;
}

.kotae .img-box {
  max-width: 800px;
  margin: 0 auto;
}

.kotae div img {
  width: 100%;
}

.kotae .icon {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 24px;
  margin-left: 6px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transform-origin: center 43%;
  transform-origin: center 43%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

/* アイコンの三角矢印 */
.kotae .icon::before,
.kotae .icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 3px;
  background-color: #FFF;
}

.kotae .icon::before {
  left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.kotae .icon::after {
  right: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* アコーディオン表示の際に回転する */
.kotae details[open] .icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.article .img_box01 {
  max-width: 650px;
  margin: 0 auto;
}

.article .img_box01 img {
  width: 100%;
  margin: 0 auto;
}

.article .img_box02 {
  max-width: 980px;
  margin: 100px auto;
}

.article .img_box02 img {
  width: 100%;
  margin: 0 auto;
}

.manual {
  max-width: 850px;
  margin: 0 auto;
}

.wrapper.single.crossword .manual .text-box h2 {
  color: #FF7066;
  font-size: 4rem;
  font-weight: bold;
}

.manual .text-box {
  margin: 30px auto;
}

.manual .text-box .text {
  font-size: clamp(1.8rem, 1.203rem + 0.778vw, 2rem); /* min: 18px, max: 20px */
}
.manual .text-box .text li {
  margin-bottom: 1em;
  text-indent: -2rem;
  padding-left: 2rem;
}
.manual .text-box .text li::first-letter {
  font-size: 110%;
  font-weight: bold;
}

.wrapper.single.difference .article .img_box001 {
  max-width: 950px;
  margin: 0 auto;
}

.wrapper.single.difference .article .img_box001 img {
  width: 100%;
  margin: 0 auto;
}

.difference .article .img_box002 {
  max-width: 980px;
  margin: 100px auto;
}

.difference .article .img_box002 img {
  width: 100%;
  margin: 0 auto;
}

.pdf {
  background: #FF7066;
  width: 200px;
  padding: 1%;
  text-align: center;
  border-radius: 20px;
  margin: 30px auto 0;
}

.pdf a {
  display: block;
  color: #FFF;
  text-decoration: none;
  font-size: clamp(1.4rem, -0.391rem + 2.335vw, 2rem); /* min: 14px, max: 20px */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

i.fa-solid.fa-print {
  display: block;
  text-align: center;
  font-size: 3rem;
}

.pdf span {
  display: block;
  font-size: 1.4rem;
}

.healthy .content_box {
  margin: 50px auto;
}

/* ------------------------------------------
占い
------------------------------------------ */
.anker-btn {
  width: 100%;
  margin: 50px auto 0;
}
.anker-btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px 1px;
}
.anker-btn li {
  width: 24%;
}
@media screen and (min-width: 1024px) {
  .anker-btn li {
    width: 16%;
  }
}
.anker-btn li a {
  display: block;
  padding: 10% 0;
  text-decoration: none;
  color: #1E456C;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .anker-btn li a {
    padding: 10px;
  }
}
.anker-btn li.hov:hover {
  opacity: 0.5;
}

.an-001 {
  background: #F4C56D;
}

.an-002 {
  background: #94CCC7;
}

.an-003 {
  background: #FFED4A;
}

.an-004 {
  background: #F4B0C0;
}

.an-005 {
  background: #FCDCA0;
}

.an-006 {
  background: #F6D8FA;
}

.an-007 {
  background: #CAF2BC;
}

.an-008 {
  background: #D3BEF4;
}

.an-009 {
  background: #6DCAF4;
}

.an-010 {
  background: #F0F8AF;
}

.an-011 {
  background: #B8DCFC;
}

.an-012 {
  background: #F7B79B;
}

.uranai {
  margin-top: 20%;
}
@media screen and (min-width: 1024px) {
  .uranai {
    margin-top: 170px;
  }
}

.uranai .info_box {
  margin-bottom: 50px;
}

.uranai .info_box h2 {
  font-size: clamp(2rem, 0.609rem + 2.335vw, 3rem); /* min: 24px, max: 30px */
  color: #1E456C;
  border-bottom: 1px solid #1E456C;
  font-weight: bold;
  padding-bottom: 15px;
}

.uranai .info_box h2 span {
  font-size: clamp(1.4rem, 0.803rem + 0.778vw, 1.6rem); /* min: 14px, max: 16px */
  color: #1E456C;
  padding-left: 10px;
}

.uranai .info_box .dtail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0;
}

.uranai .info_box .dtail .img-box {
  max-width: 140px;
  width: 100%;
}

.uranai .info_box .dtail .img-box img {
  width: 100%;
}

.uranai .info_box .dtail .text {
  padding: 20px;
}

.uranai .info_box .dtail .item {
  margin-top: 30px;
}

.uranai .info_box .dtail .item h3 {
  font-size: clamp(1.4rem, 0.505rem + 1.167vw, 1.7rem); /* min: 14px, max: 17px */
  font-weight: bold;
}

.uranai .info_box .dtail .item h3 span {
  color: #FF5872;
}

#an-02 .img-box {
  padding: 0 30px;
}

/* マンガで学ぶLPガス*/
@media screen and (min-width: 1024px) {
  .gas .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.gas .title-img {
  width: 300px;
}
.gas .title-img img {
  width: 100%;
}
.gas .title-text {
  text-align: left;
  width: 69%;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .gas .title-text {
    margin-bottom: 0;
  }
}

.gas_content .gas-box {
  max-width: 75%;
  margin: 50px auto;
}
@media screen and (min-width: 1024px) {
  .gas_content .gas-box {
    max-width: 60%;
  }
}

.gas_content .gas-box img {
  width: 100%;
}

.gas_content .gas-box h3 {
  color: #1E456C;
  font-size: 2.4rem;
  font-size: clamp(1.6rem, -0.788rem + 3.113vw, 2.4rem); /* min: 16px, max: 24px */
  text-align: center;
}

.gas-infobox {
  display: block;
  height: auto;
  margin-top: 100px;
  max-width: 980px;
}
@media screen and (min-width: 1024px) {
  .gas-infobox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 60px;
  }
}

.gas-infobox figure {
  margin: 0 auto;
  width: 30%;
  display: block;
}
@media screen and (min-width: 1024px) {
  .gas-infobox figure {
    margin: -21px 0 -250px;
    width: 111px;
  }
}

.gas-infobox img {
  width: 100%;
}

.gas-infobox h2 {
  color: #1E456C;
  font-size: clamp(1.7rem, -2.18rem + 5.058vw, 3rem); /* min: 17px, max: 30px */
  font-weight: bold;
  padding: 7px 0;
}
@media screen and (min-width: 1024px) {
  .gas-infobox h2 {
    padding: 7px 30px;
  }
}

@media screen and (min-width: 1024px) {
  .gas_explanation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.gas_content .gas_explanation .info-text {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (min-width: 1024px) {
  .gas_content .gas_explanation .info-text {
    margin: 50px 0;
    width: 50%;
  }
}

@media screen and (min-width: 1024px) {
  .gas_explanation_img {
    width: 460px;
    margin: 50px 0;
  }
}

.gas_explanation_img img {
  width: 100%;
}

/* 安代さんの吹き出し */
.balloon {
  position: relative;
  width: 60%;
  padding: 10px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .balloon {
    width: 30%;
    margin-top: 0;
  }
}

.balloon-head {
  color: #ff7066;
  font-size: clamp(1.6rem, 0.903rem + 0.778vw, 1.7rem); /* min: 15px, max: 17px */
  font-weight: bold;
  text-align: center;
  width: 160px;
  height: 67px;
  padding: 9px 19px 0px;
  background: #FFF;
  border: 3px solid #ff7066;
  border-radius: 90%;
  position: absolute;
  top: -1px;
  right: 32px;
}
@media screen and (min-width: 661px) {
  .balloon-head {
    right: 12px;
  }
}
@media screen and (min-width: 680px) {
  .balloon-head {
    height: 60px;
    margin: 0 auto 40px;
    padding: 20px 19px 0px;
  }
}
@media screen and (min-width: 724px) {
  .balloon-head {
    right: 19px;
  }
}
@media screen and (min-width: 857px) {
  .balloon-head {
    right: 39px;
  }
}
@media screen and (min-width: 957px) {
  .balloon-head {
    right: 54px;
  }
}
@media screen and (min-width: 1024px) {
  .balloon-head {
    top: 12px;
    width: 165px;
    height: 80px;
    margin: 0 auto 40px;
    padding: 15px 13px 0px;
    right: 70px;
  }
}

.balloon-head::after {
  content: "";
  border: 12px solid transparent;
  border-top-color: #ff7066;
  position: absolute;
  bottom: -24px;
  left: 48%;
  margin-left: -8px;
}

.move {
  -webkit-animation: 0.5s move infinite alternate linear;
  animation: 0.5s move infinite alternate linear;
}

@-webkit-keyframes move {
  to {
    -webkit-transform: transtateY(0);
    transform: transtateY(0);
  }
  from {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
}

@keyframes move {
  to {
    -webkit-transform: transtateY(0);
    transform: transtateY(0);
  }
  from {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
}
.balloon_img {
  max-width: 226px;
  margin: 25% auto 0;
}

.balloon_img img {
  width: 100%;
}

/* ------------------------------------------
しあわせレシピ
------------------------------------------ */
.recipe ul, .recipe ol {
  list-style-position: outside;
  margin: 0 0 0 1.5em;
}
.recipe ul li, .recipe ol li {
  margin-bottom: 1em;
}
.recipe ul li {
  list-style-type: disc;
}
.recipe ol li {
  list-style-type: decimal;
}
.recipe_image {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .recipe_image {
    max-width: 80%;
  }
}
.recipe_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.recipe figcaption {
  color: #1567B7;
  font-weight: bold;
  font-size: clamp(1.8rem, 0.606rem + 1.556vw, 2.2rem); /* min: 18px, max: 22px */
}
@media screen and (min-width: 1024px) {
  .recipe_line_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
.recipe .content_box {
  margin-bottom: 60px;
}
@media screen and (min-width: 1024px) {
  .recipe .content_box {
    margin-bottom: 80px;
  }
}
.recipe .content_box:last-child {
  margin-bottom: 0;
}

.money .content_box {
  margin: 80px 0;
}
.money .information {
  border: 1px solid #000;
  background: #fff;
  max-width: 910px;
  margin: 0 auto;
}
.money .info-box {
  display: block;
}
@media screen and (min-width: 1024px) {
  .money .info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
  }
}
.money .box-design {
  margin: 20px auto;
  padding: 20px 15px;
  border: 2px solid #000;
  max-width: 360px;
  width: 94%;
}
@media screen and (min-width: 1024px) {
  .money .box-design {
    margin: 20px auto;
    padding: 20px 15px;
    border: 2px solid #000;
    max-width: 360px;
    width: 100%;
  }
}

.reform {
  color: #1E456C;
}
.reform p {
  margin: 0 auto 2em;
}
.reform_photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  margin-bottom: 20px;
}
.reform_photo--before, .reform_photo--after {
  position: relative;
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 360px;
}
.reform_photo--before img, .reform_photo--after img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.reform_photo--before figcaption, .reform_photo--after figcaption {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 30px;
  padding: 0 10px;
  position: absolute;
  top: 0;
  left: 0;
}
.reform_photo--before figcaption {
  font-size: 1.6rem;
  background: #1E456C;
}
.reform_photo--after figcaption {
  font-size: 1.8rem;
  background: #fc5c08;
}
.reform_photo--after figcaption::before, .reform_photo--after figcaption::after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 20px;
  background: url("../img/common/icon_kirakira.svg") no-repeat center/cover;
}
.reform_photo--after figcaption::before {
  margin-right: 5px;
}
.reform_photo--after figcaption::after {
  margin-left: 5px;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.reform_photo--center {
  font-size: 1.8rem;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.reform .title_under_line {
  margin-top: 30px;
}
.reform_process {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 16px;
  margin-bottom: 40px;
}
.reform_process_construction {
  max-width: 100%;
  margin: 0 auto 20px;
}
.reform_process_construction img {
  width: 100%;
  height: 100%;
  max-width: 1000px;
  max-height: 461px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.reform_process_construction figcaption {
  font-weight: bold;
}
.reform_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 50px;
}
.reform_contact p {
  max-width: 80%;
  margin: 0 auto;
}

.customer a, .customer a:visited, .customer a:active, .customer a:focus {
  color: #1567B7;
}
.customer p {
  margin: 0 auto 1em;
}
.customer p:last-of-type {
  margin: 0 auto 2em;
}
.customer_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  gap: 16px;
  padding: 0 10px;
}
.customer_photo {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 18px;
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) {
  .customer_photo {
    grid-template-columns: repeat(3, 1fr);
  }
}
.customer_photo figcaption {
  font-size: clamp(1.4rem, 0.803rem + 0.778vw, 1.6rem); /* min: 14px, max: 16px */
}

/* ------------------------------------------
文字の色
------------------------------------------ */
.txt_cl--orange {
  color: #fc5c08;
}

.txt_cl--blue {
  color: #1567B7;
}

.txt_cl--green {
  color: #81c784;
}

/* ------------------------------------------
文字のサイズ
------------------------------------------ */
.txt_small {
  font-size: 90%;
}

/* ------------------------------------------
文字の太さ＋色
------------------------------------------ */
.b_red {
  color: #fc5c08;
  font-weight: bold;
}

/* ------------------------------------------
文字の太さ
------------------------------------------ */
.txt_nomal {
  font-weight: normal !important;
}

.txt_bold, .bold {
  font-weight: bold;
}

.txt_bolder {
  font-weight: 900;
}

/* ------------------------------------------
文字の位置
------------------------------------------ */
.txt_left {
  text-align: left;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.back--white {
  background: #fff;
}

/* ------------------------------------------
上下margin・上下padding
------------------------------------------ */
.m_tb_40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.m_tb_80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.p_tb_40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.p_tb_80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

/* ------------------------------------------
  下margin  
  ------------------------------------------ */
.mb_00 {
  margin-bottom: 0 !important;
}

.mb_05 {
  margin-bottom: 5px !important;
}

.mb_10 {
  margin-bottom: 10px !important;
}

.mb_20 {
  margin-bottom: 20px !important;
}

.mb_30 {
  margin-bottom: 30px !important;
}

.mb_40 {
  margin-bottom: 40px !important;
}

.mb_50 {
  margin-bottom: 50px !important;
}

.mb_60 {
  margin-bottom: 60px !important;
}

.mb_70 {
  margin-bottom: 70px !important;
}

.mb_80 {
  margin-bottom: 80px !important;
}

.mb_90 {
  margin-bottom: 90px !important;
}

.mb_100 {
  margin-bottom: 100px !important;
}

/* ------------------------------------------
  上margin  
  ------------------------------------------ */
.mt_00 {
  margin-top: 0 !important;
}

.mt_10 {
  margin-top: 10px;
}

.mt_20 {
  margin-top: 20px;
}

.mt_30 {
  margin-top: 30px;
}

.mt_40 {
  margin-top: 40px;
}

.mt_50 {
  margin-top: 50px;
}

.mt_60 {
  margin-top: 60px;
}

.mt_70 {
  margin-top: 70px;
}

.mt_80 {
  margin-top: 80px;
}

.mt_90 {
  margin-top: 90px;
}

.mt_100 {
  margin-top: 100px;
}

/* ------------------------------------------
  下padding
  ------------------------------------------ */
.pb_00 {
  padding-bottom: 0 !important;
}

.pb_10 {
  padding-bottom: 10px;
}

.pb_20 {
  padding-bottom: 20px;
}

.pb_30 {
  padding-bottom: 30px;
}

.pb_40 {
  padding-bottom: 40px;
}

.pb_50 {
  padding-bottom: 50px;
}

.pb_60 {
  padding-bottom: 60px;
}

.pb_70 {
  padding-bottom: 70px;
}

.pb_80 {
  padding-bottom: 80px;
}

.pb_90 {
  padding-bottom: 90px;
}

.pb_100 {
  padding-bottom: 100px;
}

/* ------------------------------------------
  上padding
  ------------------------------------------ */
.pt_00 {
  padding-top: 0 !important;
}

.pt_10 {
  padding-top: 10px;
}

.pt_20 {
  padding-top: 20px;
}

.pt_30 {
  padding-top: 30px;
}

.pt_40 {
  padding-top: 40px;
}

.pt_50 {
  padding-top: 50px;
}

.pt_60 {
  padding-top: 60px;
}

.pt_70 {
  padding-top: 70px;
}

.pt_80 {
  padding-top: 80px;
}

.pt_90 {
  padding-top: 90px;
}

.pt_100 {
  padding-top: 100px;
}

.text_left {
  text-align: left;
}
.text_center {
  text-align: center;
}
.text_right {
  text-align: right;
}/*# sourceMappingURL=style.css.map */
