/*! normalize.css v4.1.1+ | MIT License | github.com/necolas/normalize.css */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  word-break: break-all;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
  margin: 0;
  padding: 0;
}
audio, canvas, progress, video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
template, [hidden] {
  display: none;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active, a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b, strong {
  font-weight: inherit;
}
b, strong {
  font-weight: 700er;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
i, address, em, q {
  font-style: normal;
}
img {
  border-style: none;
  vertical-align: bottom;
}
svg:not(:root) {
  overflow: hidden;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
figure {
  margin: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
button, input, optgroup, select, textarea {
  font: inherit;
  margin: 0;
}
optgroup {
  font-weight: 700;
}
button, input {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type=checkbox], [type=radio] {
  padding: 0;
  vertical-align: middle;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
li {
  list-style-type: none;
}

/**
 *
 * 変数
 * NOTE: 汎用カラーはアンダーバー区切り（PBASEオリジナル命名ルール）で、それ以外はハイフン区切りで
 *
**/

:root {
  /* NOTE: 汎用カラー */
  --main_c: #17A88E;
  --main_c_hue: #17A88E;
  --main_c_light: #e1ecc7;
  --main_c_foot_border: #17A88E;
  --sub_c: #e9be38;
  --sub_c_dark: #ff9b29;
  --column_c: #17A88E;
  --font_c: #646464;
  /* NOTE: サイト内共通のデフォルト文字色 */
  --red: #ff1464;
  --font_c_red: #ff1464;
  --green: #4ccea2;
  --font_c_green: #4ccea2;
  --gray: #A0A0A0;
  --font_c_gray: #A0A0A0;
  --bg_c: #fff;
  --bg_sub: #E8F6F4;
  --bg_bc_nav: #f2f3f4;
  --bg_bc_nav_sp: #fff;
  --bg_underlayer_c: #f2f3f4;
  --bg_ribbon_active: #dcf1f2;
  --marker_c: #fff696;
  --text_link_c: #43a0a7;
}


/**
 * .base_wrap, .l-container
**/
:root {
  --basewrap-padding-inline: 70px;
  --basewrap-width: 1540px;
  --basewrap-width-tight: 960px;
  /* トップ、検索結果、ヘッダーなど */
}

@media (max-width: 1300.98px) {
  :root {
    --basewrap-padding-inline: 28px;
  }
}

@media (max-width: 959.98px) {
  :root {
    --basewrap-padding-inline: 16px;
  }
}

@media (max-width: 767.98px) {
  :root {
    --basewrap-padding-block: 8px;
    --basewrap-padding-inline: 16px;
  }
}


/**
 * ボタン関連
**/
:root {
  --btn-wrapper-width: 560px;
  --btn-wrapper-gap: 4px;
  --btn-radius: 6px;
  --btn-radius-l: 12px;
  --btn-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  --btn-width: 360px;
  --btn-height: 60px;
  --btn-small-radius: 6px;
  --btn-small-width: 256px;
  --btn-small-height: 44px;
  --btn-margin-top: 40px;
}

@media (max-width: 767.98px) {
  :root {
    --btn-height: 48px;
    --btn-small-height: 32px;
    --btn-margin-top: 32px;
  }
}


/**
 * ヘッダー関連
**/
:root {
  --header-height: 80px;
  --header-padding-block: 0;
  --header-padding-inline: 40px;
  --header-gap: 20px;
  --header-logo-width: 200px;
  --header-btn-height: 32px;
  --header-search-c-bg: #E6DFD6;
  --header-menu-c-bg: #abdad1;
  --header-menu-c-border: #eee;
  --header-menu-fs: 14px;
  --header-menu-btn-size: 34px;
  --header-menu-width: 350px;
  --header-menu-li-height: 48px;
  scroll-padding: var(--header);
}

@media (max-width: 1300.98px) {
  :root {
    --header-height: 80px;
    --header-padding-block: 0;
    --header-padding-inline: 16px;
    --header-gap: 20px;
  }
}

@media (max-width: 959.98px) {
  :root {
    --header-height: 80px;
    --header-padding-block: 0;
    --header-padding-inline: 5px 16px;
    --header-gap: 16px;
    --header-logo-width: 144px;
  }
}

@media (max-width: 767.98px) {
  :root {
    --header-height: 64px;
    --header-padding-block: 0;
    --header-padding-inline: 8px;
    --header-gap: 8px;
    --header-logo-width: 144px;
    --header-menu-fs: 14px;
    --header-menu-btn-size: 36px;
    --header-menu-width: 260px;
    --header-menu-li-height: 44px;
  }
}



/**
 * フッター関連
**/
:root {
  --footer-padding-inline: 70px;
  --footer-width: 1340px;
  --footer-logo-width: 280px;
}

@media (max-width: 1300.98px) {
  :root {
    --footer-padding-inline: 28px;
  }
}

@media (max-width: 959.98px) {
  :root {
    --footer-padding-inline: 16px;
  }
}

@media (max-width: 767.98px) {
  :root {
    --footer-padding-inline: 16px;
    --footer-logo-width: 180px;
  }
}


@charset "UTF-8";

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  background: var(--bg_c);
  color: var(--font_c);
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

@media only screen and (max-width: 959.98px) {
  body {
    padding: 0;
    -webkit-text-size-adjust: none;
  }
}
@media only screen and (max-width: 767.98px) {
  body {
    padding: 0;
    -webkit-text-size-adjust: none;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

table {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  empty-cells: show;
}

td,
th {
  empty-cells: show;
}

a,
label {
  color: inherit;
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
}

button *,
a * {
  transition: inherit;
}

a:focus,
a:hover,
button:focus,
button:hover,
label:focus,
label:hover,
input:focus,
input:hover {
  opacity: 0.7;
  outline: none;
}

img {
  border: none;
}

i,
em {
  font-style: normal;
}

b {
  font-weight: 700;
}

.mt5 {margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mt20 {margin-top: 20px !important;}

.mb10 {margin-bottom: 10px !important;}
.mb20 {margin-bottom: 20px !important;}

/**
 * PC SP 表示切り替え
**/
@media (min-width: 768px) {

  .sp--disp,
  .sp-disp,
  .sp_disp {
    display: none !important;
  }
}

@media (max-width: 767.98px) {

  .pc--disp,
  .pc-disp,
  .pc_disp {
    display: none !important;
  }
}

.sp--small {
  font-size: 80%;
}


/**
 * テキスト装飾
**/
.text_underline {
  background: linear-gradient(transparent 50%, var(--marker_c) 50%);
}

.text_link {
  color: var(--text_link_c);
  text-decoration: underline;
}


/**
 * フォントウェイト
**/
.fw_bold {
  font-weight: 700;
}


/**
 * テキストアライン
**/
.text_right {
  text-align: right;
}

.text_left {
  text-align: left;
}

.text_center {
  text-align: center;
}


/**
 * マージン
**/
.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}


/**
 * フロート
**/
.fl {
  float: left;
}

.fr {
  float: right;
}


/**
 * フレックスボックス
**/
.flex_wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}


/**
 * 幅
**/
.w50 {
  width: 50px;
}

.w100 {
  width: 100px;
}

.w150 {
  width: 150px;
}

.w200 {
  width: 200px;
}

.w250 {
  width: 250px;
}

.w300 {
  width: 300px;
}

.w350 {
  width: 350px;
}

.w400 {
  width: 400px;
}


/**
 * base_wrap
 * サイト内共通 横幅
**/
.base_wrap {
  max-width: var(--basewrap-width);
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--basewrap-padding-inline);
}


/**
 * .bg__full_width
 * サイト内共通 疑似100%横幅
 * .base_wrap内でも背景の横幅が100%となり
 * コンテンツ幅はそのまま親要素の横幅を継承する
**/
.bg__full_width {
  margin-left: calc((100vw - 100%) / -2);
  margin-right: calc((100vw - 100%) / -2);
  padding-left: calc((100vw - 100%) / 2);
  padding-right: calc((100vw - 100%) / 2);
}


/**
 * bg__type_xxxx
 * サイト内共通 背景色は以下に記述
**/
.bg__type_sub {
  background-color: var(--bg_sub);
}


/**
 * 共通タイトル
**/

/**
 * 共通list
**/
.list__type_round>li {
  line-height: 1.5;
  padding: 0 0 0 1.5em;
  position: relative;
}

.list__type_round li+li {
  margin-top: 0.5em;
}

.list__type_round li::before {
  display: inline-block;
  position: absolute;
  left: 0;
  transform: translate(0, -50%);
}

.list__type_round li::before {
  content: "";
  border-radius: 50%;
  background: #000;
  width: 1em;
  height: 1em;
  top: 0.75em;
}

.list__type_notes>li {
  line-height: 1.5;
  padding: 0 0 0 1.5em;
  position: relative;
}

.list__type_notes li+li {
  margin-top: 0.5em;
}

.list__type_notes li::before {
  display: inline-block;
  position: absolute;
  left: 0;
  transform: translate(0, -50%);
}

.list__type_notes>li::before {
  content: "※";
  top: 0.75em;
}

.list_number__type {
  counter-reset: list-number-type;
}

.list_number__type>li {
  line-height: 1.5;
  padding: 0 0 0 1.5em;
  position: relative;
}

.list_number__type li+li {
  margin-top: 0.5em;
}

.list_number__type li::before {
  display: inline-block;
  position: absolute;
  left: 0;
  transform: translate(0, -50%);
}

.list_number__type>li::before {
  counter-increment: list-number-type;
  content: counter(list-number-type) ".";
  top: 0.75em;
}

/**
 * 共通table
**/
.table__type_default {
  width: 100%;
  table-layout: fixed;
}

*+.table__type_default {
  margin-top: 15px;
}

.table__type_default>thead>tr>th,
.table__type_default>tbody>tr>th,
.table__type_default>tfoot>tr>th,
.table__type_default>thead>tr>td,
.table__type_default>tbody>tr>td,
.table__type_default>tfoot>tr>td {
  border: solid 1px rgba(0, 0, 0, 0.33);
  padding: 16px;
}

.table__type_default>tbody>tr>th {
  background: rgba(0, 0, 0, 0.08);
  font-weight: 700;
}

/**
 * clearfix
**/
.clear {
  clear: both;
}

.cf::after,
.clearfix::after {
  content: '';
  display: table;
  clear: both;
}


.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: var(--btn-radius);
  border: 1px solid var(--main_c);
  background: var(--main_c);
  color: #fff;
  text-align: center;
  max-width: var(--btn-width);
  width: 100%;
  height: var(--btn-height);
  margin: 0 auto;
  cursor: pointer;
}

.btn_default {
  border-radius: var(--btn-radius);
  border: 1px solid var(--main_c);
  background: var(--main_c);
  color: #fff;
  padding: 0 1em;
  position: relative;
}
.btn_default::before {
  content: '';
  display: block;
  background-image: url("/common/images/arrow_kodawari_right_w.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 0.5em;
  top: 50%;
  transform: translate(0,-50%);
}

.btn_action {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-shadow: var(--btn-shadow);
  border-radius: var(--btn-radius);
  border: 1px solid var(--sub_c);
  background: var(--sub_c);
  color: #fff;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0.1ex;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  height: var(--btn-height);
  margin: 0 auto;
  padding: 0 1em;
  position: relative;
}

.btn.btn_small {
  border-radius: var(--btn-small-radius);
  max-width: var(--btn-small-width);
  height: var(--btn-small-height);
}

.btn-mt {
  margin-top: var(--btn-margin-top);
}

.label {
  display: inline-block;
  font-size: 14px;
}
.label_default {
  padding: 13px 16px;
  border-radius: 6px;
  color: #fff;
  background: var(--main_c);
}
.label_default:hover {
  color: #fff;
}
.label_default input {
  margin-right: 4px;
}
.label_must {
  display: inline-block;
  background: var(--red);
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 4px 13px;
}


/**
* 特別な構造のボタン（基本スタイル）
**/
@media only screen and (max-width: 767.98px) {
  .btn_net, .btn_kuchikomi, .btn_like, .btn_tel {
    padding: 0;
    position: relative;
    border: none;
  }
}
.btn_net a, .btn_kuchikomi a, .btn_like a, .btn_tel a {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  border-radius: var(--btn-radius);
  background: linear-gradient(45deg, var(--main_c) 0%, var(--main_c_hue) 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  height: var(--btn-small-height);
  padding: 1px 16px 1px 20px;
  position: relative;
  cursor: pointer;
}
@media only screen and (max-width: 767.98px) {
  .btn_net a, .btn_kuchikomi a, .btn_like a, .btn_tel a {
    font-size: 12px;
  }
}
.btn_tel a {
  border: solid 1px var(--main_c);
  background: #fff;
  color: var(--main_c);
  padding-block: 0;
}
.btn_net a::before, .btn_kuchikomi a::before, .btn_like a::before, .btn_tel a::before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0) scale(1.75, 1.75);
  transform-origin: right center;
  margin: 0 8px 0 0;
}
.btn_net a::before {
  content: "\f380";
}
.btn_kuchikomi a::before {
  content: "\f11d";
}
.btn_like a::before {
  content: "\f141";
}
.btn_tel a::before {
  content: "\f4b9";
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-family: "Ionicons";
  font-size: 1.25em;
  border-radius: 50%;
  background: var(--main_c);
  color: #fff;
  width: 32px;
  height: 32px;
  transform: translate(0, 0) scale(1.125, 1.125);
  transform-origin: right center;
}
.btn_net a > span, .btn_kuchikomi a > span, .btn_like a > span, .btn_tel a > span {
  display: block;
}
.btn_tel.btn_tel_in > span {
  display: block;
  font-size: 10px;
  font-weight: 400;
  font-feature-settings: "palt";
  text-align: center;
  padding: 4px 0;
  opacity: 0.5;
}


/**
* 特別な構造のボタン（.box_btn内）
**/
.box_btn .btn_kuchikomi {
  order: 0;
}
.box_btn .btn_like {
  order: 1;
}
.box_btn .btn_net {
  order: 3;
}
.box_btn .btn_tel {
  order: 2;
}


/**
* 検索ボタン
**/
.btn_search {
  box-shadow: var(--btn-shadow);
  border-radius: var(--btn-radius);
  border: 1px solid var(--main_c);
  background: var(--main_c);
  color: #fff;
  font-weight: 700;
  width: 100%;
  height: var(--btn-height);
  margin: 0 auto;
}
.btn_search::before {
  content: "\f21f";
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  position: relative;
  top: -1px;
  left: -6px;
  transform: scale(1.4, 1.4) translate(0, 6%);
}
.btn_search span {
  display: inline-block;
}


/**
* 検索ボタン（エリア）
**/
.btn_area_serach {
  box-shadow: var(--btn-shadow);
  border-radius: 2em;
  border: var(--main_c);
  background: var(--main_c);
  color: #fff;
  font-weight: 700;
  width: 100%;
  height: var(--btn-small-height);
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .btn_area_serach {
    height: var(--btn-small-height);
  }
}
.btn_area_serach::before {
  content: "\f3c5";
  display: inline-block;
  display: none;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: relative;
  left: -0.375em;
  transform: scale(1.25, 1.25) translate(0, 6%);
}
.btn_area_serach::after {
  display: none;
}
.btn_area_serach span {
  display: inline-block;
}


/**
 * ボタン親要素
**/
.box_btn {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  max-width: var(--btn-wrapper-width);
  margin: 0 auto;
  padding: 0;
  gap: var(--btn-wrapper-gap);
}
@media (max-width: 959.98px) {
  .box_btn {
    margin-bottom: 12px;
  }
}
@media (max-width: 767.98px) {
  .box_btn {
    flex-wrap: wrap;
    margin-bottom: 12px;
  }
}


/**
 * module サイト紹介
**/
.module_introduction_wrap {
  background-image: url("../images/bg_footer.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0;
  margin: 0;
}
@media (max-width: 767.98px) {
  .module_introduction_wrap {
    margin: 0 -16px;
  }
}

.box_introduction {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
  padding: 32px 0;
}
@media (max-width: 767.98px) {
  .box_introduction {
    padding: 0 32px;
  }
}

.box_introduction_head {
  order: 1;
  width: 112px;
}
@media (max-width: 767.98px) {
  .box_introduction_head {
    order: 0;
    width: 100%;
  }
}

.box_introduction_head > i {
  display: block;
  text-align: center;
}

.box_introduction_head > i img {
  max-width: 88px;
  width: 100%;
  height: auto;
  vertical-align: top;
}
@media (max-width: 767.98px) {
  .box_introduction_head > i img {
    max-width: 48px;
  }
}

.box_introduction_head > span {
  display: block;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-top: 8px;
}
@media (max-width: 767.98px) {
  .box_introduction_head > span {
    font-size: 16px;
  }
}

.box_introduction_body {
  order: 0;
  max-width: 1000px;
  width: calc(100% - 136px);
}
@media (max-width: 767.98px) {
  .box_introduction_body {
    order: 0;
    max-width: 1000px;
    width: 100%;
    margin: 16px 0 0;
  }
}

.box_introduction_subhead {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 16px;
}

.box_introduction_body p {
  line-height: 32px;
}

/**
 * module おすすめ記事
**/
.list_article {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
  margin: 0 -2px;
}
@media (max-width: 767.98px) {
  .list_article {
    margin: 0;
  }
}
.list_article > * {
  display: block;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #ccc;
  width: calc((100% - 20px) / 6);
  margin: 0 2px;
  position: relative;
}
@media (max-width: 767.98px) {
  .list_article > * {
    width: 100%;
    padding: 12px;
    margin: 0;
  }
}
@media (max-width: 767.98px) {
  .list_article > * + * {
    margin-top: 12px;
  }
}
.list_article a {
  display: block;
}
@media (max-width: 767.98px) {
  .list_article a {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: stretch;
  }
}
@media (max-width: 767.98px) {
  .list_article a > *:last-child {
    width: calc(100% - 140px);
  }
}
.list_article a > *:first-child {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
  background: #fff;
}
@media (max-width: 767.98px) {
  .list_article a > *:first-child {
    width: 128px;
  }
}
.list_article a > *:first-child::before {
  content: "";
  display: block;
  position: relative;
  z-index: 1;
  padding: 75% 0 0;
}
.list_article a > *:first-child img {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
}
.list_article img {
  max-width: none;
  width: 100%;
  height: 96px;
  -o-object-fit: cover;
  object-fit: cover;
}
.list_article h2, .list_article h3, .list_article h4, .list_article h5, .list_article h6 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 12px;
}
@media (max-width: 767.98px) {
  .list_article h2, .list_article h3, .list_article h4, .list_article h5, .list_article h6 {
    font-size: 12px;
    font-feature-settings: "palt";
    line-height: 22px;
    margin: 0 0 8px;
  }
}
@media (max-width: 767.98px) {
  .list_article p {
    font-size: 8px;
    font-feature-settings: "palt";
    line-height: 20px;
  }
}
.list_article p span {
  display: block;
  font-size: 12px;
  color: #666;
  text-align: right;
  padding: 12px 0 0;
  border-top: solid 1px #fff;
  position: absolute;
  top: auto;
  right: 12px;
  bottom: 12px;
  left: 12px;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .list_article p span {
    display: none;
  }
}
.list_article p span::before {
  content: "\f125";
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  margin-right: 8px;
}
/**
 * module ご利用の流れ
**/
.module_flow {
  background: #fff;
  padding: 56px 0;
}
@media only screen and (max-width: 767.98px) {
  .module_flow {
    padding: 32px 16px;
  }
}
.module_flow_step {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
}
.module_flow_step > dl {
  width: calc((100% - 120px) / 4);
  margin-left: 40px;
}
@media only screen and (max-width: 767.98px) {
  .module_flow_step > dl {
    width: calc((100% - 16px) / 2);
    margin-left: 16px;
    margin-bottom: 16px;
  }
}
.module_flow_step > dl:nth-child(4n+1) {
  margin-left: 0;
}
@media only screen and (max-width: 767.98px) {
  .module_flow_step > dl:nth-child(odd) {
    margin-left: 0;
  }
}
.module_flow_step > dl > dt {
  text-align: center;
  margin: 0 0 16px;
}
@media only screen and (max-width: 767.98px) {
  .module_flow_step > dl > dt {
    margin: 0 0 16px;
  }
}
.module_flow_step > dl > dt > span {
  display: block;
  color: var(--main_c);
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
}
@media only screen and (max-width: 767.98px) {
  .module_flow_step > dl > dt > span {
    font-size: 14px;
    line-height: 22px;
  }
}
.module_flow_step > dl > dt > figure {
  max-width: 120px;
  margin: 0 auto 24px;
}
.module_flow_step > dl > dt > figure img {
  width: 100%;
  height: auto;
}
.module_flow_step > dl > dt > i {
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767.98px) {
  .module_flow_step > dl > dt > i {
    font-size: 24px;
    line-height: 24px;
  }
}
.module_flow_step > dl > dt > em {
  margin-top: 16px;
  display: block;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 767.98px) {
  .module_flow_step > dl > dt > em {
    margin-top: 16px;
    font-size: 24px;
    line-height: 28px;
  }
}
.module_flow_step > dl > dd {
  color: var(--font_c);
  line-height: 30px;
}
@media only screen and (max-width: 767.98px) {
  .module_flow_step > dl > dd {
    font-size: 12px;
    line-height: 24px;
  }
}
.module_flow_step > dl > dd > figure {
  max-width: 120px;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 767.98px) {
  .module_flow_step > dl > dd > figure {
    max-width: 96px;
    margin: 0 auto 24px;
  }
}
.module_flow_step > dl > dd > figure img {
  width: 100%;
  height: auto;
}
.module_flow_step > dl > dd > p {
  text-align: left;
  line-height: 1.625;
}
.module_flow .box_btn {
  font-size: 30px;
  line-height: 1;
  max-width: 670px;
  margin: 0 auto;
}
@media only screen and (max-width: 767.98px) {
  .module_flow .box_btn {
    font-size: 24px;
  }
}
.module_flow .box_btn .btn > * {
  height: 80px;
  line-height: 80px;
  box-shadow: none;
}
@media only screen and (max-width: 767.98px) {
  .module_flow .box_btn .btn {
    margin: 16px 0 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .module_flow .box_btn .btn a {
    font-size: inherit;
    height: 48px;
    line-height: 48px;
    border-radius: 4px;
  }
}

/**
 * module カード型
**/
.c-card__list {
  --card-gap: 15px;
  display: flex;
  gap: var(--card-gap);
}
@media (max-width: 767.98px) {
  .c-card__list {
    --card-gap: 10px;
    flex-wrap: wrap;
    gap: var(--card-gap);
  }
}
.c-card__item {
  max-width: calc( (100% - var(--card-gap) * 3) / 4 );
  width: 100%;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #ccc;
}
@media (max-width: 767.98px) {
  .c-card__item {
    max-width: calc( (100% - var(--card-gap)) / 2 );
    width: calc( (100% - var(--card-gap)) / 2 );
  }
}
.c-card__img {
  width: 100%;
  height: 110px;
  border-radius: 4px 4px 0 0;
  object-fit: cover;
}
.c-card__itemInner {
  padding: 10px;
  font-size: 15px;
  line-height: 1.4
}
.c-card__area, .c-card__time {
  font-size: 14px
}
.c-card__ttl {
  color: var(--main_c)
}
/**
 * module カード型2 - 画像左・文字右
**/
.c-card2__list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media (max-width: 767.98px) {
  .c-card2__list {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.c-card2__item {
  width: calc(25% - 20px);
  background: #fff;
  border-radius: 6px;
  border: 1px solid #ccc;
}
.c-card2__item a {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
@media (max-width: 767.98px) {
  .c-card2__item {
    width: 100%;
  }
}
.c-card2__img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}
.c-card2__itemInner {
  width: calc(100% - 90px);
  font-size: 15px;
  line-height: 1.4
}
.c-card2__area {
  font-size: 14px
}
.c-card2__ttl {
  color: var(--main_c)
}
.c-card2__txt {
  margin-top: 12px;
  font-size: 14px
}
@media (max-width: 767.98px) {
.c-card2__txt {
  margin-top: 5px;
  font-size: 12px
}
	
}
/**
 * module 星評価
**/
.ranking__rate {
  color: #ff7800;
}
.ranking__rateInner {
  margin-right: 5px;
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: #ddd;
}
.ranking__rateInner:before, .ranking__rateInner:after {
  content: '★★★★★';
  font-size: 18px;
}
.ranking__rateInner:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #ffcd00;
}
.ranking__rateInner[data-rate="5"]:after {
  width: 100%;
} /* 星5 */
.ranking__rateInner[data-rate="4.5"]:after {
  width: 90%;
} /* 星4.5 */
.ranking__rateInner[data-rate="4"]:after {
  width: 80%;
} /* 星4 */
.ranking__rateInner[data-rate="3.5"]:after {
  width: 70%;
} /* 星3.5 */
.ranking__rateInner[data-rate="3"]:after {
  width: 60%;
} /* 星3 */
.ranking__rateInner[data-rate="2.5"]:after {
  width: 50%;
} /* 星2.5 */
.ranking__rateInner[data-rate="2"]:after {
  width: 40%;
} /* 星2 */
.ranking__rateInner[data-rate="1.5"]:after {
  width: 30%;
} /* 星1.5 */
.ranking__rateInner[data-rate="1"]:after {
  width: 20%;
} /* 星1 */
.ranking__rateInner[data-rate="0.5"]:after {
  width: 10%;
} /* 星0.5 */
.ranking__rateInner[data-rate="0"]:after {
  width: 0%;
} /* 星0 */

/*------------------------------------------------------*/
/** 
 * 【重要 ３つの注意点】
 * ・common.form.cssに注意書きが書いてあるので、編集前に必ず読んでください。
 * ・フォームのスタイルの調整は、今開いているこのcssで行います。
 * ・このcssは、common.jsの助けが無いと正しく表示ができません。
**/

/*------------------------------------------------------*/
:root {
  --formset-c-main: #9bbf46;
  --formset-c-main-hue: #9bbf46;
  --formset-c-main-light: #e1ecc7;
  --formset-c-sub: #f99599;
  --formset-c-black: #222222;
  --formset-c-gray: #717171;
  --formset-c-silvergray: #c7c7c7;
  --formset-c-lightgray: #F5F8FA;
  --formset-c-disabledgray: #e9e9e9;
  --formset-c-blue: #19C4E3;
  --formset-c-red: #ff1464;
  --formset-c-orange: #FFD600;
  --formset-c-green: #28FF00;
  --formset-bg-c: #fff;
  --formset-bg-c-sub: #f5f5f5;
  --formset-bg-c-underlayer: #f2f3f4;
  --formset-bg-c-ribbon: #dceefa;
  --formset-border-c: #e1e1e1;
  --formset-font-c: #333;
  --formset-font-c-link: #208ad4;
  --footer-border: #aecb69;
  --formset-btn-height: 48px;
  --formset-btn-small-height: 40px;
  --formset-input-height: 48px;
  --formset-input-border-c: #d1d1d1;
  --formset-input-gap: 8px;
  --formset-input-error-height: 17px;
  --formset-container-width: 1360px;
  --formset-container-padding: 80px;
}
@media screen and (max-width: 959.98px) {
  :root {
    --formset-btn-height: 48px;
    --formset-btn-small-height: 40px;
    --formset-input-height: 48px;
    --formset-container-padding: 20px;
  }
}
@media screen and (max-width: 767.98px) {
  :root {
    --formset-btn-height: 48px;
    --formset-btn-small-height: 40px;
    --formset-input-height: 48px;
    --formset-input-gap: 4px;
    --formset-input-error-height: 14px;
    --formset-container-padding: 15px;
  }
}


/*------------------------------------------------------*/
/* placeholder */
textarea::placeholder {
  color: var(--formset-c-gray);
}
input::placeholder {
  color: var(--formset-c-gray);
}

/*------------------------------------------------------*/
/* select (mbase style) */

select {
  -webkit-appearance: normal;
  -moz-appearance: normal;
  appearance: normal;
}
select::-ms-expand {
  display: none;
}

.select {
  display: inline-block;
  position: relative;
}
.select::after {
  content: '\f0dc';/* vertical icon */
  content: '\f0d7';/* down icon */
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: var(--formset-c-main);
  position: absolute;
  right: 1ex;
  top: 50%;
  transform: translate(0,-50%);
}
.formset .select select,
.select select {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border: solid 2px var(--formset-input-border-c);
  background: #fff;
  font-size: 18px;
  width: 100%;
  height: var(--formset-input-height);
  line-height: calc( var(--formset-input-height) - 2px );
  margin: 0;
  padding: 0 2ex 0 1ex;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .select select {
    font-size: 16px;
  }
}


/*------------------------------------------------------*/
/* サポートフォーム */
/* NOTE: mbase由来ですが、pbaseに合わせたセレクタに変更しているので注意してください。 */

/* formset */
/* NOTE: フォーム本体のラッパー（必須要素なので、必ずformsetの部品をこの中に配置してください） */
.formset {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  border: solid 1px #e7e6e6;
  background: #fff;
  color: var(--formset-font-c);
  font-size: 14px;
  padding: 24px;
}
@media (max-width: 767.98px) {
  .formset {
    border: none;
    font-size: 13px;
    padding: 0;
    margin: 0 calc( var(--formset-container-padding) * -1 );
  }
}

/* formset box */
/* NOTE: フォームのグループ分け（使用しない場合あり） */
.formset__box {
  flex: 1 100%;
  border: solid 1px #e7e6e6;
  background: #fff;
  margin-bottom: 32px;
  padding: 12px 20px 20px;
}
@media only screen and (max-width: 959.98px) {
  .formset__box {
    margin-bottom: 16px;
    padding: 12px 0 20px;
  }
}
@media screen and (max-width: 767.98px) {
  .formset__box {
    margin-bottom: 16px;
    padding: 12px 0 20px;
  }
}


/* formset h2 */
/* NOTE: h2に相当する見出しで横100％の領域（使用しない場合あり・タグにh2要素を使わなくてもOK） */
.formset__h2 {
  flex: 1 100%;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.05ex;
  text-decoration: none;
  line-height: 1.4;
  margin: 0 0 16px;
  padding: 8px 0 0;
  position: relative;
}
*+.formset__h2 {
  margin-top: 20px;
}
.formset__h2[data-acc-ttl] {
  position: relative;
  transition: background 0.2s ease;
  cursor: pointer;
}
.formset__h2[data-acc-ttl]:hover {
  background: #f1f1f1;
}
.formset__h2[data-acc-ttl]::after {
  content: '\f0d7';/* down icon */
  display: var(--fa-display, inline-block);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  background: #fff;
  color: #ccc;
  font-family: "Font Awesome 6 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-rendering: auto;
  width: 1.5em;
  height: auto;
  aspect-ratio: 1 / 1;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 1;
  transform: translate(0, -50%);
  transform-origin: right center;
  transition: all 0.2s ease;
  pointer-events: none;
}
.formset__h2.is--active[data-acc-ttl]::after {
  border: 1px solid var(--formset-c-main);
  background: var(--formset-c-main);
  color: #fff;
  transform: translate(0, -50%) scaleY(-1);
}
.formset__h2 span {}
@media screen and (max-width: 767.98px) {
  .formset__h2 {
    margin: 12px 0 0;
  }
}


/* formset item */
/* NOTE: タイトルと入力部品をラップするもの */
.formset__item {
  --formset-ttl-width: 224px;
  --formset-gap: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--formset-input-border-c);
  background: #fff;
  width: 100%;
  min-height: 50px;
  padding: 8px 0;
}
*+.formset__item {
  margin-top: 0;
}
.formset > .formset__item:nth-of-type(odd) {
  /* NOTE: ここに background以外のプロパティを入れないでください。 */
  background: var(--formset-c-lightgray);
}
@media only screen and (max-width: 959.98px) {
  .formset__item {
    --formset-ttl-width: 200px;
    --formset-gap: 0;
    gap: var(--formset-gap);
  }
  *+.formset__item {
    margin-top: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .formset__item {
    --formset-ttl-width: 200px;
    --formset-gap: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    width: 100%;
    padding: 0 16px;
    gap: var(--formset-gap);
  }
  *+.formset__item {
    margin-top: 0;
  }
  .formset > .formset__item:nth-of-type(odd) {
    background: #fff;
  }
}


/* formset ttl, formset input  */
/* タイトル */
.formset__ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--formset-font-c);
  font-weight: 600;
  font-feature-settings: 'palt';
  letter-spacing: 0.05ex;
  width: var(--formset-ttl-width);
  padding: 4px 16px 4px 20px;
}
/* タイトル挿入用ラベル要素 */
/* NOTE: 必ずlabelでタイトルをラップしてください。（ここでのlabelはfor属性は基本的に不要） */
.formset__ttl > label {
  display: block;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-feature-settings: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  cursor: inherit;
}
/* 必須マーク */
.formset__must {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  background: var(--formset-c-black);
  color: #fff;
  font-size: 11px;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
  min-width: 40px;
  height: 20px;
  margin: 0 0 0 auto;
  padding: 0 1ex;
}
/* 入力部品をラップするもの */
.formset__input {
  /* NOTE: 部品と部品の縦方向の余白は、gapかmargin-blockいずれかで調整してください。 */
  /* NOTE: input、select、textareaは gapのみで制御できます。 */
  /* NOTE: gapかmargin-blockいずれも、値を変数に縦横2つセットせず、1つだけ（両方が常に同じ値）セットしてください。 */
  --formset-input-margin-block: 4px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  /* NOTE: 上下中央 */
  flex: 1 1;
  /* NOTE: タイトルなければ横100%、複数あれば均等配置 */
  border-left: 1px solid var(--formset-input-border-c);
  width: auto;
  padding: 4px 20px 4px 16px;
  gap: var(--formset-input-gap);
}
.formset__ttl~.formset__input {
  min-height: 28px;
}
.formset__input:only-child {
  border-left: none;
}
.formset__input:has(.item--flex-break) {
  flex-flow: row wrap;
  align-content: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  .formset__ttl {
    flex-flow: row nowrap;
    width: 100%;
    padding: 16px 0 0;
  }
  .formset__must {
    font-size: 10px;
    min-width: 20px;
    height: 18px;
  }
  .formset__ttl > label+* {
    margin-left: auto;
  }
  .formset__input {
    border-left: none;
    width: 100%;
    padding: 16px 0;
  }
}


/* break */
.item--flex-break {
  width: 100%;
  margin-top: calc( var(--formset-input-gap) * -1 );
}
@media screen and (min-width: 768px) {
  .item--flex-break.sp--disp+* {
    margin-left: var(--formset-input-gap);
  }
}
@media screen and (max-width: 767.98.98px) {
  .item--flex-break.pc--disp+* {
    margin-left: var(--formset-input-gap);
  }
}


.formset__input img {
  border-radius: var(--formset-radius-btn);
  width: 112px;
  height: auto;
  margin-bottom: var(--formset-input-margin-block);
  margin-right: var(--formset-input-margin-block);
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.formset__input [src*="s.gif"] {
  border: solid 1px var(--formset-c-lightgray);
}
@media screen and (max-width: 767.98px) {
  .formset__input img {
    width: 120px;
    height: auto;
  }
}

.formset__input>ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  font-size: 14px;
  gap: 1ex 2ex;
  margin: var(--formset-input-margin-block) 0;
}
.formset__input ul li {
  display: inline-flex;
  margin: 0 var(--formset-input-margin-block) var(--formset-input-margin-block) 0;
  padding: 4px;
  transition: color 0.4s ease;
}

.formset__input p {
  color: rgba(0, 0, 0, 0.56);
  margin: var(--formset-input-margin-block) 0;
}
@media (max-width: 767.98px) {
  .formset__input p {
    color: rgba(0, 0, 0, 0.56);
  }
}


.formset__input [type="date"],
.formset__input [type="time"],
.formset__input [type="number"],
.formset__input [type="email"],
.formset__input [type="password"],
.formset__input [type="text"] {
  border-radius: 5px;
  border: solid 1px var(--formset-input-border-c);
  font-size: 14px;
  width: auto;
  height: var(--formset-input-height);
  padding: 8px;
}
.formset__input [type="email"],
.formset__input [type="password"],
.formset__input [type="text"] {
  width: 60%;
}

.formset__input .select,
.formset__input select {
  border-radius: 5px;
  border: solid 1px var(--formset-input-border-c);
  font-size: 14px;
  padding: 8px;
}
.formset__input .select {
  padding: 0;
}
.formset__input .select select {
  border: none;
}
.formset__input textarea {
  border-radius: 5px;
  border: solid 1px var(--formset-input-border-c);
  font-size: 14px;
  line-height: 1.4;
  width: 80%;
  min-height: 100px;
  padding: 8px;
  resize: vertical;
}
@media (max-width: 767.98px) {
  .formset__input [type="password"],
  .formset__input [type="text"] {
    width: 100%;
  }
  .formset__input select {
    width: 100%;
  }
  .formset__input textarea {
    width: 100%;
  }
  .formset__input select.birth {
    width: 20%;
  }
}


.formset .formset__reserve_date {
  margin: 0;
  flex: 1 1;
}
.formset__input:has(.formset__reserve_date) {
  gap: 12px;
}
.formset .formset__reserve_date>p {
  display: block;
  font-size: 14px;
}
.formset .formset__reserve_date label {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
}
.formset .formset__reserve_date [type="date"],
.formset .formset__reserve_date [type="text"] {
  width: 100%;
}
.formset .formset__reserve_date label [type="date"],
.formset .formset__reserve_date label [type="text"] {
  /* NOTE: ここには pointer-events: none;以外は書かないでください。 */
  pointer-events: none;
}
.formset .formset__reserve_date .formset__must {
  display: inline-flex;
  background-color: var(--formset-c-red);
  color: #fff;
  margin-right: 4px;
}
@media (max-width: 767.98px) {
  .formset__input:has(.formset__reserve_date) {
    gap: 4px;
  }
  .formset .formset__reserve_date>p {
    font-size: 10px;
  }
}


/* 単位など */
/* 削除という文言 */
.formset__input .txt-delete {
  display: inline-block;
  width: auto;
}
[type="file"]+.txt-delete,
[type="radio"]+.txt-delete,
[type="checkbox"]+.txt-delete,
img+.txt-delete {
  margin-left: var(--formset-input-gap);
}
label.txt-delete {
  cursor: pointer;
}
[type="file"]+.txt-delete:hover {
  opacity: 0.7;
}

/* 単位など */
.formset__input .item--unit {
  display: inline-block;
  width: auto;
}
/* 接続記号など */
.formset__input .item--sep {
  display: inline-block;
  width: auto;
}

/* 単位 */
.input-select+.item--unit,
.formset__input .select+.item--unit,
.formset__input [type="text"]+.item--unit,
.formset__input [type="email"]+.item--unit,
.formset__input [type="tel"]+.item--unit,
.formset__input [type="password"]+.item--unit,
.formset__input [type="date"]+.item--unit,
.formset__input [type="datetime-local"]+.item--unit,
.formset__input [type="time"]+.item--unit,
.formset__input [type="month"]+.item--unit,
.formset__input [type="week"]+.item--unit,
.formset__input [type="search"]+.item--unit,
.formset__input [type="number"]+.item--unit {
  /* NOTE: margin-left以外を記述すると不具合が出ます */
  margin-left: var(--formset-input-gap);
}

/* セパレータ（～、＋などの記号） */
.input-select+.item--sep,
.formset__input .select+.item--sep,
.formset__input [type="text"]+.item--sep,
.formset__input [type="email"]+.item--sep,
.formset__input [type="tel"]+.item--sep,
.formset__input [type="password"]+.item--sep,
.formset__input [type="date"]+.item--sep,
.formset__input [type="datetime-local"]+.item--sep,
.formset__input [type="time"]+.item--sep,
.formset__input [type="month"]+.item--sep,
.formset__input [type="week"]+.item--sep,
.formset__input [type="search"]+.item--sep,
.formset__input [type="number"]+.item--sep {
  /* NOTE: margin-left以外を記述すると不具合が出ます */
  margin-left: var(--formset-input-gap);
}

.item--sep+.input-select,
.formset__input .item--sep+.select,
.formset__input .item--sep+[type="text"],
.formset__input .item--sep+[type="email"],
.formset__input .item--sep+[type="tel"],
.formset__input .item--sep+[type="password"],
.formset__input .item--sep+[type="date"],
.formset__input .item--sep+[type="datetime-local"],
.formset__input .item--sep+[type="time"],
.formset__input .item--sep+[type="month"],
.formset__input .item--sep+[type="week"],
.formset__input .item--sep+[type="search"],
.formset__input .item--sep+[type="number"] {
  /* NOTE: margin-left以外を記述すると不具合が出ます */
  margin-left: var(--formset-input-gap);
}



/* 注釈 */
.formset__input:has(p.formset__notes) {
  flex-flow: row wrap;
}
.formset__notes {
  color: var(--formset-c-gray);
  font-size: 14px;
  font-weight: 400;
  font-feature-settings: 'palt';
  letter-spacing: 0.05ex;
  width: auto;
}
p.formset__notes {
  width: 100%;
}
.formset__ttl .formset__notes {
  display: block;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-feature-settings: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  width: 100%;
  cursor: inherit;
}
.formset__calc-total+.formset__notes,
.input-select+.formset__notes,
.formset__input [type="text"]+.formset__notes,
.formset__input [type="email"]+.formset__notes,
.formset__input [type="tel"]+.formset__notes,
.formset__input [type="password"]+.formset__notes,
.formset__input [type="date"]+.formset__notes,
.formset__input [type="datetime-local"]+.formset__notes,
.formset__input [type="time"]+.formset__notes,
.formset__input [type="month"]+.formset__notes,
.formset__input [type="week"]+.formset__notes,
.formset__input [type="search"]+.formset__notes,
.formset__input [type="number"]+.formset__notes {
  /* NOTE: margin-left以外を記述すると不具合が出ます */
  margin-left: var(--formset-input-gap);
}
.formset__calc-total+p.formset__notes,
.input-select+p.formset__notes,
.formset__input [type]+p.formset__notes {
  /* NOTE: margin-left以外を記述すると不具合が出ます */
  margin-left: 0;
}
@media (max-width: 767.98px) {
  .formset__ttl .formset__notes {
    width: auto;
  }
}


/* 利用規約 */
/* NOTE: .box_kiyakuは下位互換なので .support_tosを必ず使ってください。 */
/* NOTE: .formset__inputの中に配置してください。 */
.box_kiyaku,
.support_tos {
  border-radius: 5px;
  border: solid 1px var(--formset-input-border-c);
  background: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.65;
  height: 200px;
  padding: 1em;
  overflow-x: visible;
  overflow-y: auto;
}
*+.box_kiyaku,
*+.support_tos {
  margin-top: 8px;
}


/* ボタンのラッパー */
/* NOTE: ボタンそのものではないので注意してください。 */
.formset__btn {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: stretch;
  max-width: none;
  width: 100%;
  padding: 0;
  gap: 8px;
}
.formset__btn>.btn:only-child {
  max-width: 540px;
}
@media (max-width: 767.98px) {
  .formset__btn {
    width: 100%;
    padding: 8px 16px;
  }
}


/* ボタン(old style) */
/* NOTE: .support_buttonは下位互換のため、新しく挿入する場合は .formset__btnを使ってください */
.support_button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px solid var(--formset-input-border-c);
  background: none;
  padding-top: 28px;
}
.support_button form {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 49%;
}
.support_button form:only-child {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.support_button > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 60%;
}
.support_button div button {
  border-radius: 3em;
  border: none;
  background-color: var(--formset-c-main);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  width: 48%;
  padding: 20px 16px;
  cursor: pointer;
}
.support_button > div:first-child > button,
.support_button > div > form button:only-of-type,
.support_button > div > form:only-child button {
  width: 100%;
}
.support_button > div .support_button_back {
  color: var(--formset-c-main);
  background-color: #fff;
  border: solid 1px var(--formset-c-main);
}
@media (max-width: 767.98px) {
  .support_button {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border: none;
    background: none;
    padding-top: 16px;
  }
  .support_button > div {
    width: 100%;
    padding-top: 0;
  }
  .support_button div:last-child button:last-child {
    margin: 0;
  }
}


/* formset item フォーム step */
.formset__step {
  --stepflow-height: 64px;
  border: none;
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 20px;
  padding: 0;
}
@media (max-width: 767.98px) {
  .formset__step {
    --stepflow-height: 56px;
    border-top: solid 1px var(--formset-bg-c-ribbon);
    border-bottom: solid 1px var(--formset-bg-c-ribbon);
    font-size: 12px;
  }
}

.formset__step ul {
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: var(--stepflow-height);
  gap: 0;
}
.formset__step li {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
  text-align: center;
  padding: 0;
  flex: 1 1;
  position: relative;
}
.formset__step .active {
  background: var(--formset-bg-c-ribbon);
  color: inherit;
}
.formset__step .active+li::before {
  content: '';
  display: block;
  border-style: solid;
  border-width: calc( var(--stepflow-height) * 0.5 ) 1em;
  border-color: transparent transparent transparent var(--formset-bg-c-ribbon);
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  transform: translate(0,-50%);
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .formset__step li {
    font-feature-settings: 'palt';
  }
}

.formset__step li>* {
  display: flex;
  justify-content: center;
  align-items: center;
  color: inherit;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 0 1em;
  position: relative;
  z-index: 10;
}


/* error for jquery.validate.js */
/* NOTE: CDN https://cdnjs.cloudflare.com/ajax/libs/jquery-validate/1.19.5/jquery.validate.js */

/* NOTE: 通常（「初回サブミット後のみ実行」は利用しない場合） */
/*
.formset__input .jquery-validate--error,
.formset__input-select .jquery-validate--error,
.formset__input .jquery-validate--error,
.tableset__txt .jquery-validate--error,
.jquery-validate--error {
  border: 1px solid #c00 !important;
  background: #eed1d1 !important;
}
.formset__input .jquery-validate--error:focus,
.formset__input-select .jquery-validate--error:focus,
.formset__input .jquery-validate--error:focus,
.tableset__txt .jquery-validate--error:focus,
.jquery-validate--error:focus {
  outline-color: #c00 !important;
}
.formset__input .select:has(.jquery-validate--error),
.formset__input-select .select:has(.jquery-validate--error),
.formset__input .select:has(.jquery-validate--error),
.tableset__txt .select:has(.jquery-validate--error),
.select:has(.jquery-validate--error) {
  border: 1px solid #c00 !important;
  background: #eed1d1 !important;
}
.formset__input .select .jquery-validate--error:not(span),
.formset__input-select .select .jquery-validate--error:not(span),
.formset__input .select .jquery-validate--error:not(span),
.tableset__txt .select .jquery-validate--error:not(span),
.select .jquery-validate--error:not(span) {
  border: none !important;
  background: transparent !important;
}
.formset__input .select .jquery-validate--error:not(span):focus,
.formset__input-select .select .jquery-validate--error:not(span):focus,
.formset__input .select .jquery-validate--error:not(span):focus,
.tableset__txt .select .jquery-validate--error:not(span):focus,
.jquery-validate--error:not(span):focus {
  outline-color: transparent !important;
}
*/


/* NOTE: 「初回サブミット後のみ実行」する場合 */
/* .select 以外 */
.p-after-first-validate .formset__input .jquery-validate--error:not(span),
.p-after-first-validate .formset__input-select .jquery-validate--error:not(span),
.p-after-first-validate .formset__input .jquery-validate--error:not(span),
.p-after-first-validate .tableset__txt .jquery-validate--error:not(span),
.p-after-first-validate .jquery-validate--error:not(span) {
  border: 1px solid #c00 !important;
  background: #eed1d1 !important;
}
.p-after-first-validate .formset__input .jquery-validate--error:not(span):focus,
.p-after-first-validate .formset__input-select .jquery-validate--error:not(span):focus,
.p-after-first-validate .formset__input .jquery-validate--error:not(span):focus,
.p-after-first-validate .tableset__txt .jquery-validate--error:not(span):focus,
.p-after-first-validate .jquery-validate--error:not(span):focus {
  outline-color: #c00 !important;
}
/* .select の場合 */
.p-after-first-validate .formset__input .select:has(.jquery-validate--error),
.p-after-first-validate .formset__input-select .select:has(.jquery-validate--error),
.p-after-first-validate .formset__input .select:has(.jquery-validate--error),
.p-after-first-validate .tableset__txt .select:has(.jquery-validate--error),
.p-after-first-validate .select:has(.jquery-validate--error) {
  border: 1px solid #c00 !important;
  background: #eed1d1 !important;
}
.p-after-first-validate .formset__input .select .jquery-validate--error:not(span),
.p-after-first-validate .formset__input-select .select .jquery-validate--error:not(span),
.p-after-first-validate .formset__input .select .jquery-validate--error:not(span),
.p-after-first-validate .tableset__txt .select .jquery-validate--error:not(span),
.p-after-first-validate .select .jquery-validate--error:not(span) {
  border: none !important;
  background: transparent !important;
}
.p-after-first-validate .formset__input .select .jquery-validate--error:not(span):focus,
.p-after-first-validate .formset__input-select .select .jquery-validate--error:not(span):focus,
.p-after-first-validate .formset__input .select .jquery-validate--error:not(span):focus,
.p-after-first-validate .tableset__txt .select .jquery-validate--error:not(span):focus,
.p-after-first-validate .jquery-validate--error:not(span):focus {
  outline-color: transparent !important;
}

.tableset__txt span.jquery-validate--error,
.formset__input span.jquery-validate--error,
span.jquery-validate--error {
  display: block;
  border: none !important;
  background: transparent !important;
  color: #c00 !important;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  text-align: left;
  padding: 6px 0;
}

/* errorのラッパー */
/* NOTE: headタグのJSより自動で付与されます。 */
.item--error-wrapper {
  display: inline-block;
  align-self: stretch;
  font-size: 13px;
  text-align: left;
  min-height: var(--formset-input-error-height);
  position: relative;
}
.item--error-wrapper~*:not(.item--error-wrapper) {
  margin-top: var(--formset-input-error-height);
}
.item--error-wrapper+*:not(.item--error-wrapper) {
  margin-left: calc(var(--formset-input-gap) * -1);
}
.item--flex-break+.item--error-wrapper {
  min-width: 1px;
}
.item--error-wrapper .jquery-validate--error {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transform: translate(0,0);/* NOTE: 横方向、縦方向の微調整はtranslateで */
}
.login_wrap .item--error-wrapper .jquery-validate--error {
  transform: translate(0,-175%);
}

.tableset__txt .item--error-wrapper span.jquery-validate--error,
.formset__input .item--error-wrapper span.jquery-validate--error,
.item--error-wrapper span.jquery-validate--error {
  line-height: 1.25;
  text-align: inherit;
  padding: 0;
}

ul>.item--error-wrapper {
  display: block;
  width: 100%;
}
ul>.item--error-wrapper .jquery-validate--error {
  width: 100% !important;
}
ul>.item--error-wrapper~* {
  color: #c00 !important;
}

.support_checks.formset__input>.item--error-wrapper {
  display: block;
  width: 100%;
}
.support_checks.formset__input>.item--error-wrapper .jquery-validate--error {
  width: 100% !important;
}

@media screen and (max-width: 767.98px) {
  .item--error-wrapper {
    font-size: 10px;
    text-align: right;
  }
}

/*------------------------------------------------------*/
/* input_select */
/* NOTE: AdminLTEを公開ページに読み込んだ場合に上書きする目的で使用します。 */

.input_select {
  display: inline-block;
  position: relative;
}
.input_select>label {
  display: inline-block;
  position: relative;
}
.input_select>label::after {
  content: '\f0dc';/* vertical icon */
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: var(--formset-c-main);
  position: absolute;
  right: 1ex;
  top: 50%;
  transform: translate(0,-50%);
}
.input_select>label>select,
.input_select select {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border: solid 2px var(--formset-input-border-c);
  background: #fff;
  font-size: 18px;
  width: 100%;
  height: var(--formset-input-height);
  line-height: calc( var(--formset-input-height) - 2px );
  margin: 0;
  padding: 0 2ex 0 1ex;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .input_select>label>select,
  .input_select select {
    font-size: 16px;
  }
}

/*------------------------------------------------------*/
/* input_file（プロフィール画像の入力など） */
.formset__input:has([type="file"]) {
  flex-flow: row wrap;
  align-content: center;
  align-items: center;
}

[type="file"]+[name*="DEL_"] {
  margin-left: var(--formset-input-gap);
  margin-right: 0;
}

.formset__input [type="file"],
[type="file"] {
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.04);
  color: var(--formset-c-gray);
  font-size: 14px;
  min-width: 320px;
  width: auto;
  margin: 4px 0;
  padding: 6px 10px 6px 6px;
}
.formset__input [type="file"].has--file,
[type="file"].has--file {
  border-color: var(--formset-c-main);
  background: var(--formset-c-main);
  color: #fff;
}
.formset__input [type="file"]::file-selector-button,
[type="file"]::file-selector-button {
  border-radius: 4px;
  border: 1px solid var(--formset-c-gray);
  background: #fff;
  color: var(--formset-c-black);
  font-size: 16px;
  width: auto;
  height: var(--formset-input-height);
  margin: 0 8px 0 0;
  padding: 0 0.5em;
}
@media (max-width: 767.98px) {
  .formset__input [type="file"],
  [type="file"] {
    min-width: 0;
    width: 100%;
  }
}


.input_file {
  position: relative;
}
@media (max-width: 767.98px) {
  .input_file {
    width: 100%;
  }
}

.input_file_select {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: flex-end;
  align-items: flex-end;
}
.input_file_select img {
  border-radius: var(--formset-radius-btn);
  width: 180px;
  height: auto;
  margin: 0;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.input_file_select img~*,
.input_file_select img~[type] {
  margin-left: 8px;
}
.input_file_select .btn {
  display: block;
  text-align: center;
  max-width: 125px;
  height: auto;
  padding: 4px;
}
.input_file_select:has([.btn])[type="file"] {
  border: 0;
  outline: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  overflow: hidden;
}

.input_file_delete {
  display: block;
  position: relative;
}
*+.input_file_delete {
  margin-top: 13px;
}
.input_file_delete [type="checkbox"] {
  position: absolute;
  top: 50%;
  left: 6px;
  z-index: 1;
  transform: translate(0, -50%);
}
.input_file_delete span {
  display: inline-block;
  border: solid 1px var(--formset-input-border-c);
  border-radius: 4px;
  line-height: 1;
  padding: 4px 4px 4px calc(1em + 13px);
  transition: all 0.2s ease;
}
.input_file_delete :checked + span {
  background: var(--formset-input-border-c);
}



/*------------------------------------------------------*/
/* form item */
.form_item {
  font-feature-settings: "palt";
}

.form_item_block {
  display: block;
  margin: 0 0 0.25em;
}

.form_item_block:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767.98px) {
  .form_item {
    display: block;
    margin: 0 0 0.5em;
  }
  .form_item [type="text"],
  .form_item [type="tel"],
  .form_item [type="search"],
  .form_item [type="password"] {
    min-width: 100%;
  }
  .form_item_inline {
    display: inline;
    margin-right: 1em;
  }
  .form_item_inline [type="text"],
  .form_item_inline [type="tel"],
  .form_item_inline [type="search"],
  .form_item_inline [type="password"] {
    min-width: 0;
  }
}
.input_size03 {
  width: 3em;
}
.input_size04 {
  width: 4em;
}
.input_size06 {
  width: 6em;
}
.input_size12 {
  width: 12em;
}
.input_size24 {
  width: 24em;
}
.input_size_w50 {
  width: 50%;
}
.input_size_w100 {
  width: 100%;
}

/*------------------------------------------------------*/
/* table_form */

.table_form > caption + thead > tr:first-child > th,
.table_form > colgroup + thead > tr:first-child > th,
.table_form > thead:first-child > tr:first-child > th,
.table_form > caption + thead > tr:first-child > td,
.table_form > colgroup + thead > tr:first-child > td,
.table_form > thead:first-child > tr:first-child > td,
.table_form > tbody > tr:first-child > th,
.table_form > tbody > tr:first-child > td {
  border-top: 1px solid var(--formset-border-c);
}
.table_form > thead > tr > th,
.table_form > tbody > tr > th,
.table_form > tfoot > tr > th,
.table_form > thead > tr > td,
.table_form > tbody > tr > td,
.table_form > tfoot > tr > td {
  padding: 0.75em;
  position: relative;
}
.table_form > tbody > tr > th {
  width: 150px;
  padding-right: 40px;
}
.table_form > tbody > tr > th .label_must {
  position: absolute;
  right: 0;
  top: 16px;
}
@media screen and (max-width: 767.98px) {
  .table_form {
    display: block;
  }
  .table_form > thead,
  .table_form > tbody,
  .table_form > tfoot {
    display: block;
  }
  .table_form > thead > tr,
  .table_form > tbody > tr,
  .table_form > tfoot > tr {
    display: block;
    margin: 0 0 16px;
  }
  .table_form > thead > tr > th,
  .table_form > tbody > tr > th,
  .table_form > tfoot > tr > th,
  .table_form > thead > tr > td,
  .table_form > tbody > tr > td,
  .table_form > tfoot > tr > td {
    padding: 0.25em 3.3px;
    font-size: 0.91 6px;
    display: block;
  }
  .table_form > tbody > tr > th {
    width: auto;
  }
  .table_form > tbody > tr > td {
    width: auto;
    border-top: none;
  }
  .table_form > tbody > tr:first-child > td {
    border-top: none;
  }
  .table_form > tbody > tr > th .label_must {
    top: 4px;
  }
}

.table_form + .box_btn {
  text-align: center;
  margin: 16px 0 0;
}

.table_form + .box_btn form {
  display: inline-block;
}

.table_form + .box_btn .btn {
  min-width: 150px;
  padding-top: 16px;
  padding-bottom: 16px;
  margin: 0 13px;
  white-space: nowrap;
}

@media screen and (max-width: 767.98px) {
  .table_form + .box_btn form {
    display: block;
  }
  .table_form + .box_btn .btn {
    width: 100%;
    min-width: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    display: block;
    margin: 0 0 12px;
  }
  .table_form + .box_btn .btn:last-child {
    margin: 0;
  }
}

/*------------------------------------------------------*/
/* data-count-str-length */
.input_color_warrning {
  background: #f5dcdc;
}
[data-count-str-length].is--warrning {
  color: #f73b1e;
  font-weight: 700;
}


/*------------------------------------------------------*/
/* 古いスタイルを囲うためのクラス名 */
/* NOTE: .formset同レベルのラッパー内部に、古いhtmlを入れたい時にhtmlのクラス名に formset--past-styleを追加します。 */
.formset.formset--past-style {
  display: block;
  border-top: 1px solid var(--formset-input-border-c);
  background: #fff;
  margin: 0 0 20px;
  padding: 0;
}
@media (max-width: 767.98px) {
  .formset.formset--past-style {
    margin: 0 0 20px;
    padding: 0;
  }
}


/*------------------------------------------------------*/
/** 
 * 【重要】
 * このcssは変更を加えないでください。スタイルの調整は、common.form.pbase.cssを調整してください。
 * また、common.form.pbase.cssにてスタイルの上書きがそのままのセレクタで出来ない場合（ここでは「上書き困難箇所」と称する）、
 * このcssに記述してある、上書きできない原因となっている該当のセレクタ名と同じセレクタを、必ず
 * common.form.pbase.cssの上書きが困難だったセレクタの直後に追加し、そこにスタイルを記述してください。
 * 
 * 
 * 【common.form.pbase.cssで調整不可だった場合の解決手順】
 * 1. 上書き困難箇所の原因をこのcssからピックアップ
 * 2. 完全なセレクタ名をコピーしメモしておく　例えば、 .form_support_wrap > div > div > input など
 * 3. common.form.pbase.cssに戻り、上書き困難だったセレクタの直後に .form_support_wrap > div > div > input などを貼り付ける
 * 4. 3にスタイルを書いて調整が完了
 * ※ 上書きが困難だったプロパティ以外の余計なスタイルのプロパティを書かないようにすると安定動作になります。
 * ※ 追加で必要なスタイルが発生した場合は、上書き困難だったセレクタ（＝デフォルトのスタイル）を調整してください。
 * 
**/

/*------------------------------------------------------*/
/* element style */
[type="checkbox"],
[type="radio"] {
  margin-right: 4px;
}

textarea,
input[type="search"],
[type="email"],
[type="text"],
[type="tel"],
[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

[type="email"],
[type="text"],
[type="tel"],
[type="password"] {
  border-radius: 1px;
  border: solid 1px #dbd9d9;
  font-size: 100%;
  padding: 0 0.5em;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

[type="email"],
[type="text"],
[type="tel"],
[type="password"],
select,
select > option {
  min-height: 2em;
}

/*------------------------------------------------------*/
/* validationEngine */
.formError + [type="text"],
.formError + [type="tel"],
.formError + input[type="search"],
.formError + [type="password"],
.formError + select,
.formError + textarea {
  border-color: #ff1464;
  background: #e9d1d1;
}

/*------------------------------------------------------*/
/* warrning */
.input_color_warrning {
  background-color: #f5dcdc;
}

/*------------------------------------------------------*/
/* placeholder */
textarea::-webkit-input-placeholder {
  color: #858585;
}

textarea:-ms-input-placeholder {
  color: #858585;
}

textarea::-moz-placeholder {
  color: #858585;
}

textarea:input-placeholder {
  color: #858585;
}

input::-webkit-input-placeholder {
  color: #858585;
}

input:-ms-input-placeholder {
  color: #858585;
}

input::-moz-placeholder {
  color: #858585;
}

select {
  -webkit-appearance: normal;
  -moz-appearance: normal;
  appearance: normal;
  border-radius: 1px;
  border: solid 1px #dbd9d9;
  padding: 0 0.5em;
  line-height: 1;
}

select::-ms-expand {
  display: none;
}

/*------------------------------------------------------*/
/* input_select */
.input_select {
  display: table;
  border-collapse: separate;
  width: 100%;
}

.input_select > label {
  display: table-cell;
  vertical-align: middle;
}

.input_select > label > select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ebebeb;
  border-radius: 0 4px 4px 0;
  box-shadow: none;
  background-image: url(../img/btn_select_arrow.png);
  background-repeat: no-repeat;
  background-position: right 50%;
  background-size: auto 100%;
  background-color: #fff;
  color: var(--font_c);
  width: 100%;
  padding: 12px 22.5px 12px 13px;
}

.input_select > label > select::-ms-expand {
  display: none;
}

.input_select > label:first-child > select {
  border-radius: 6px;
}

/*------------------------------------------------------*/
/* input_file（プロフィール画像の入力など） */
.input_file {
  position: relative;
}

.input_file_select img {
  width: 125px;
  height: 125px;
  margin: 0 0 13px;
  -o-object-fit: cover;
  object-fit: cover;
}

.input_file_select .btn {
  display: block;
  text-align: center;
  max-width: 125px;
  height: auto;
  padding: 4px;
}

.input_file_delete {
  display: block;
  position: relative;
}

* + .input_file_delete {
  margin-top: 13px;
}

.input_file_delete [type="checkbox"] {
  position: absolute;
  top: 50%;
  left: 6px;
  z-index: 1;
  transform: translate(0, -50%);
}

.input_file_delete span {
  display: inline-block;
  border: 1px solid #ccced3;
  border-radius: 4px;
  line-height: 1;
  padding: 4px 4px 4px calc(1em + 13px);
  transition: all 0.2s ease;
}

.input_file_delete :checked + span {
  background: #ccced3;
}

.input_file [type="file"] {
  border: 0;
  outline: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  overflow: hidden;
}

.input_size03 {
  width: 3em;
}

.input_size04 {
  width: 4em;
}

.input_size06 {
  width: 6em;
}

.input_size12 {
  width: 12em;
}

.input_size24 {
  width: 24em;
}

.input_size_w50 {
  width: 50%;
}

.input_size_w100 {
  width: 100%;
}

/* ---------------------------------------
  kiyaku sytle */
.box_kiyaku {
  box-shadow: 0 -4px 5.625px -4px rgba(0, 0, 0, 0.27) inset;
  font-size: 8.3px;
  line-height: 1.5;
  overflow-x: visible;
  overflow-y: auto;
  height: 100px;
  padding: 16px;
}

iframe.box_kiyaku {
  padding: 0;
  border: none;
}

/* ---------------------------------------
  flow style common
*/
/* init style */
/* style */
.form_stepflow {
  margin: 0 0 20px;
}

.form_stepflow ul {
  display: table;
  width: 100%;
  height: 4em;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}

.form_stepflow ul > li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 0 0 1em;
  position: relative;
}

.form_stepflow ul > li > a,
.form_stepflow ul > li > div {
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
  position: relative;
  z-index: 10;
  color: inherit;
  width: 100%;
  height: 100%;
}

.form_stepflow ul > li > a > span,
.form_stepflow ul > li > div > span {
  padding: 0;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

@media (max-width: 767.98px) {
  .form_stepflow ul > li > a > span,
.form_stepflow ul > li > div > span {
    font-size: 12px;
  }
}
/* ribbon type */
.stepflow_type_ribbon {
  padding: 0;
}

.stepflow_type_ribbon ul > li {
  background-color: #f0f3f5;
  color: #434343;
  padding-left: 1em;
}

.stepflow_type_ribbon ul > li::before {
  display: block;
  content: "";
  z-index: 1;
  position: absolute;
  right: -2em;
  top: 0;
  margin-right: -1px;
  border-style: solid;
  border-width: 2em 1em;
  border-color: transparent transparent transparent #fff;
}

.stepflow_type_ribbon ul > li::after {
  display: block;
  content: "";
  z-index: 2;
  position: absolute;
  right: -2em;
  top: 0;
  border-style: solid;
  border-width: 2em 1em;
  border-color: transparent transparent transparent #f0f3f5;
  border-left-color: #f0f3f5;
}

.stepflow_type_ribbon ul > li:last-child::before {
  display: none;
}

.stepflow_type_ribbon ul > li:last-child::after {
  display: none;
}

.stepflow_type_ribbon ul > li.active {
  background-color: var(--bg_ribbon_active);
}

.stepflow_type_ribbon ul > li.active::after {
  border-left-color: var(--bg_ribbon_active);
}

.stepflow_type_ribbon.stepflow_color01 {
  padding: 0;
}

.stepflow_type_ribbon.stepflow_color01 ul > li {
  background-color: #f0f3f5;
  color: #434343;
}

.stepflow_type_ribbon.stepflow_color01 ul > li::after {
  border-left-color: #f0f3f5;
}

.stepflow_type_ribbon.stepflow_color01 ul > li.active {
  background-color: var(--bg_ribbon_active);
}

.stepflow_type_ribbon.stepflow_color01 ul > li.active::after {
  border-left-color: var(--bg_ribbon_active);
}

.stepflow_type_ribbon.stepflow_color02 {
  padding: 0;
}

.stepflow_type_ribbon.stepflow_color02 ul > li {
  background-color: #ccc;
  color: #fff;
}

.stepflow_type_ribbon.stepflow_color02 ul > li::after {
  border-left-color: #ccc;
}

.stepflow_type_ribbon.stepflow_color02 ul > li.active {
  background-color: #999;
}

.stepflow_type_ribbon.stepflow_color02 ul > li.active::after {
  border-left-color: #999;
}

.stepflow_type_ribbon.stepflow_color03 {
  padding: 0;
}

.stepflow_type_ribbon.stepflow_color03 ul > li {
  background-color: #ccc;
  color: #fff;
}

.stepflow_type_ribbon.stepflow_color03 ul > li::after {
  border-left-color: #ccc;
}

.stepflow_type_ribbon.stepflow_color03 ul > li.active {
  background-color: #999;
}

.stepflow_type_ribbon.stepflow_color03 ul > li.active::after {
  border-left-color: #999;
}

/**
* サポートフォーム
**/
.form_support_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  border: 1px solid #e7e6e6;
  background-color: #fff;
  padding: 24px;
}

.form_support_wrap h4 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-weight: 700;
  width: 100%;
  margin: 0 0 28px;
}

.form_support_wrap > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #ccced3;
  width: 100%;
  min-height: 50px;
  padding: 8px 0;
}

.form_support_wrap > div.form_stepflow {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  border-top: none;
}

.form_support_wrap > div:nth-of-type(odd) {
  background-color: #eee;
}

.form_support_wrap > div > div:first-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 224px;
  padding: 4px 20px 4px 20px;
}

.form_support_wrap > div > div:last-child {
  border-left: 1px solid #ccced3;
  width: calc(100% - 224px);
  padding: 0 20px;
  padding: 4px 20px 4px 20px;
}

.form_support_wrap > div:last-child > div:last-child {
  border: none;
}

.support_checks ul li,
.pre-date {
  margin-top: 8px;
}

.support_checks ul li:first-child,
.pre-date:first-child {
  margin-top: 0;
}

.support_checks ul li,
.pre-date p {
  font-size: 14px;
}

.pre-date p {
  display: inline-block;
}

.pre-date span {
  background-color: #e9be38;
  color: #fff;
  font-size: 12px;
  margin-right: 4px;
  padding: 4px;
}

.form_support_wrap > div > div > p {
  color: #3f3f3f;
  font-size: 14px;
  font-weight: 700;
  font-feature-settings: "palt";
  line-height: 24px;
  padding-right: 4px;
}

.form_support_wrap > div > div > span:not(.item--error-wrapper) {
  background-color: #000;
  color: #fff;
  font-size: 11px;
  text-align: center;
  white-space: nowrap;
  min-width: 40px;
  padding: 4px 6px;
}

.form_support_wrap > div > div > input {
  border-radius: 6px;
  border: 1px solid #ccced3;
  font-size: 14px;
  width: 60%;
  padding: 8px;
}

.form_support_wrap > div > div > input.delete {
  width: auto;
}

.form_support_wrap > div > div > select {
  border-radius: 6px;
  border: 1px solid #ccced3;
  font-size: 14px;
  padding: 8px;
}

.form_support_wrap > div > div > label {
  float: left;
  font-size: 14px;
  width: 40%;
  padding: 4px 8px 4px 0;
}

.form_support_wrap > div > div > label [type="radio"] {
  margin-right: 4px;
}

.form_support_wrap > div > div > textarea {
  border-radius: 6px;
  border: 1px solid #ccced3;
  font-size: 14px;
  width: 80%;
  min-height: 100px;
  padding: 8px;
  resize: vertical;
}

.support_tos {
  margin: 0 0 8px;
}

.support_tos p {
  font-size: 12px;
  font-weight: normal;
  line-height: 24px;
  height: 200px;
  overflow-y: auto;
}

.support_button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px solid #ccced3;
  background: none;
  padding-top: 28px;
}

.support_button form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 49%;
}

.support_button form:only-child {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.support_button > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 60%;
}

.support_button div button {
  border-radius: 6px;
  border: none;
  background-color: var(--main_c);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  width: 48%;
  padding: 20px 16px;
  cursor: pointer;
}

.support_button > div:first-child > button,
.support_button > div > form button:only-of-type,
.support_button > div > form:only-child button {
  width: 100%;
}

.support_button > div .support_button_back {
  color: var(--main_c);
  background-color: #fff;
  border: 1px solid var(--main_c);
}

@media (max-width: 767.98px) {
  .form_support_wrap {
    border: none;
    font-size: 14px;
    padding: 0;
    margin: 0 -16px;
  }
  .form_support_wrap > div {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 4px 13px;
  }
  .form_support_wrap > div:nth-of-type(2n + 1) {
    background-color: #fff;
  }
  .form_support_wrap > div > div:first-child {
    width: 100%;
    padding: 13px 13px 0;
  }
  .form_support_wrap > div > div:last-child {
    width: 100%;
    padding: 13px;
    border-left: none;
  }
  .form_support_wrap > div:last-child > div:last-child {
    border: none;
  }
  .form_support_wrap > div > div > p {
    color: rgba(0, 0, 0, 0.56);
    font-size: 15px;
    font-feature-settings: "palt";
  }
  .form_support_wrap > div > div > span:not(.item--error-wrapper) {
    font-size: 13px;
    min-width: 20px;
    padding: 4px 13px;
  }
  .form_support_wrap > div > div > input {
    width: 100%;
  }
  .form_support_wrap > div > div > select {
    width: 100%;
  }
  .form_support_wrap > div > div > select.birth {
    width: 20%;
    margin-bottom: 13px;
  }
  .form_support_wrap > div > div > select.birth:last-child {
    margin-bottom: 0;
  }
  .support_checks {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    text-align: left;
  }
  .support_checks > label {
    width: 100%;
    padding: 0;
    margin: 0 0 13px;
  }
  .pre-date input,
  .form_support_wrap > div > div > textarea {
    width: 100%;
  }
  .pre-date p {
    margin-bottom: 3.125px;
  }
  .support_button {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border: none;
    background: none;
    padding-top: 16px;
  }
  .support_button > div {
    width: 100%;
    padding-top: 0;
  }
  .support_button div:last-child button:last-child {
    margin: 0;
  }
}
/**
* コンタクトフォーム（マイページ）
**/
@media (max-width: 767.98px) {
  .form_contact {
    margin: 0 0 17.5px;
    overflow: hidden;
  }
  .form_contact .form {
    display: block;
    border-top: 1px solid #ccced3;
    width: 100%;
    margin: 0 0 17.5px;
  }
}

/** [data-viewmore]
===================================*/
@media (max-width: 767.98px) {
  [data-viewmore-content] {
    display: none;
  }
}
/** [data-pb-image-popup]
===================================*/
[data-pb-image-popup] a {
  text-decoration: none;
}

/** accordion
===================================*/
[data-accordion],
.accordion {
  position: relative;
  z-index: 10;
}

[data-accordion-head],
.accordion_head {
  position: relative;
  cursor: pointer;
  transition: all 0.4s ease;
}

.accordion_head:hover,
.accordion_head:focus,
[data-accordion-head]:hover,
[data-accordion-head]:focus {
  opacity: 0.75;
}

[data-accordion-head]::after,
.accordion_head::after {
  content: "\f3d0";
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: inherit;
  color: #fff;
  font-size: 1em;
  position: absolute;
  right: 13px;
  top: 50%;
  z-index: 1000;
  margin-top: -0.5em;
}

.active[data-accordion-head]::after,
.active.accordion_head::after {
  transform: rotateX(180deg);
  color: #fff;
  opacity: 0.5;
}

.accordion_text {
  display: none;
  position: relative;
  z-index: 1;
}

./**
 * ラッパー
**/
[id="wrapper"] {
  overflow: hidden;
}

@media (max-width: 767.98px) {
  [id="wrapper"] {
    overflow: hidden;
  }
}

/**
 * header
 * NOTE: height, paddingは変数で制御
**/
[id="header"] {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
  background: #fff;
  text-align: left;
  width: 100%;
  height: auto;
  /*padding-block: var(--header-padding-block);*/
  /*padding-inline: var(--header-padding-inline);*/
  /*gap: 0;*/
  position: relative;
  transition: all 0.3s ease;
}

[id="header"]>.base_wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
  padding-block: var(--header-padding-block);
  padding-inline: var(--header-padding-inline);
  gap: 0;
  position: relative;
  transition: all 0.3s ease;
}

@media (max-width: 1300.98px) {
  [id="header"]>.base_wrap {
    padding-inline: var(--header-padding-inline) 0;
  }
}

@media (max-width: 959.98px) {
  [id="header"]>.base_wrap {
    padding-inline: 16px 0;
  }
}

@media (max-width: 767.98px) {
  [id="header"]>.base_wrap {
    padding-inline: var(--header-padding-inline) 0;
  }
}


.header_logo {
  display: flex;
  flex-flow: column nowrap;
  /* justify-content: center; */
  align-items: stretch;
  padding: 10px 0 0;
  font-size: 11px;
  font-weight: 400;
  min-width: var(--header-logo-width);
  width: var(--header-logo-width);
  height: var(--header-height);
  margin: 0 auto 0 0;
  gap: 8px;
}

.header_logo span {
  display: block;
  font-size: inherit;
  font-weight: inherit;
}

.header_logo a {
  display: block;
}

@media (max-width: 767.98px) {
  .header_logo {
    gap: 3px;
    /* padding: 5px 0 0; */
  }

  .header_logo span {
    display: none;
  }
}

.header_logo img {
  width: 100%;
  height: auto;
  vertical-align: top;
}


.header_link {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  height: var(--header-height);
  position: relative;
  padding: 0 var(--header-gap) 0 0;
}

@media (max-width: 767.98px) {
  .header_link {
    display: none;
  }
}

.header_link ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--header-gap);
}

.header_link ul>li {
  padding: 0;
}

.header_link ul>li a {
  display: block;
  font-size: 12px;
  line-height: 16px;
  white-space: nowrap;
}

@media (max-width: 1300.98px) {
  .header_link ul>li a {
    display: block;
    font-size: 12px;
    line-height: 16px;
  }
}

@media (max-width: 959.98px) {
  .header_link ul>li a {
    display: block;
    font-size: 11px;
    line-height: 16px;
  }
}


.header_icon {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  height: var(--header-height);
  position: relative;
  padding: 0 var(--header-gap) 0 0;
}

.header_icon ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--header-gap);
}

.header_icon ul>li {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: stretch;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.125;
  padding: 0;
}

@media (max-width: 1300.98px) {
  .header_icon ul>li a {
    display: block;
    font-size: 12px;
    line-height: 14px;
  }
}

@media (max-width: 959.98px) {
  .header_icon ul>li a {
    display: block;
    font-size: 11px;
    line-height: 12px;
  }
}

@media (max-width: 767.98px) {
  .header_icon ul>li a {
    display: block;
    font-size: 11px;
    line-height: 12px;
  }
}

/* icon image */
.header_icon i {
  display: block;
  text-align: center;
}

.header_icon img {
  width: var(--header-menu-btn-size);
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.header_icon [src*="icon_home_magnify.svg"] {
  transform: scale(0.7);
}

.header_icon [src*="icon_head_login.svg"] {
  transform: scale(0.9);
}

.header_icon [src*="icon_head_beginer.svg"] {
  transform: scale(0.9);
}

.header_icon [src*="icon_head_faq.svg"] {
  transform: scale(1);
}

.header_icon [src*="icon_head_contact.svg"] {
  transform: scale(1.125);
}

@media (max-width: 767.98px) {
  .header_icon [src*="icon_head_login.svg"] {
    transform: scale(0.8) translate(0, 7%);
  }
}

/* icon name */
.header_icon span {
  display: block;
  text-align: center;
}

.header_icon i+span {
  margin-top: 1ex;
}

@media (max-width: 767.98px) {
  .header_icon i+span {
    margin-top: 0.3333ex;
  }
}

.header_icon ul .login_name {
  border: solid 1px var(--main_c);
  padding: 1rem;
}

.login_name span {
  color: var(--main_c);
  font-weight: bold;
  font-size: 12px;
}

@media (max-width: 767.98px) {
  .header_icon ul .login_name {
    padding: .5rem;
  }
}


/**
 * ヘッダーローカルナビ
**/
.header_lnav {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  background: var(--main_c);
  color: #fff;
  width: 100%;
  height: 56px;
}

.header_lnav ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.header_lnav ul>li {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.125;
  padding: 0 1em;
}

.header_lnav ul>li>a {}

@media (max-width: 1300.98px) {
  .header_lnav ul>li {
    padding: 0 1em;
  }
}

@media (min-width: 960px) {
  .header_lnav ul>li+li {
    border-left: solid 1px;
  }
}

@media (max-width: 959.98px) {
  .header_lnav ul>li {
    padding: 0 1em;
  }
}

@media (max-width: 767.98px) {
  .header_lnav {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-content: flex-end;
    align-items: flex-end;
    /*background: var(--header-search-c-bg);*/
    width: 100%;
    height: 40px;
  }

  .header_lnav .base_wrap {
    padding-inline: var(--header-padding-inline);
    height: 100%;
    overflow-x: auto;
    overflow-y: visible;
    white-space: nowrap;
  }

  .header_lnav ul {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-evenly;
    align-content: flex-end;
    align-items: flex-end;
    height: 100%;
  }

  .header_lnav ul>li {
    font-weight: 700;
    font-size: 12px;
    line-height: 1.125;
    padding: 0 2px;
    height: calc(100% - 6px);
    width: calc(100% / 4);
  }

  .header_lnav ul>li>a {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    border-radius: var(--btn-radius) var(--btn-radius) 0 0;
    background: #fff;
    color: var(--main_c);
    text-align: center;
    height: 100%;
    padding: 0 1em;
  }
}


/**
 * ヘッダー 検索窓（一部コンテンツ部分でも共有）
**/
.word_search_wrap {
  width: 100%;
}

@media (max-width: 767.98px) {
  .word_search_wrap {
    width: 100%;
    overflow: hidden;
    border-radius: 6px;
  }
}

.word_search {
  width: 300px;
  position: relative;
}

@media (max-width: 1300.98px) {
  .word_search {
    width: 256px;
  }
}

@media (max-width: 959.98px) {
  .word_search {
    width: 200px;
  }
}

@media (max-width: 767.98px) {
  .word_search {
    width: 100%;
  }
}

.word_search .search-field[type="search"],
.word_search .search-field {
  border: 1px solid #fff;
  border-radius: 3em;
  background: #fff;
  font-size: inherit;
  line-height: 1;
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 0 1em 0 3em;
  position: relative;
  z-index: 1;
}

@media (max-width: 959.98px) {

  .word_search .search-field[type="search"],
  .word_search .search-field {
    font-size: 12px;
    height: 32px;
  }
}

@media (max-width: 767.98px) {

  .word_search .search-field[type="search"],
  .word_search .search-field {
    font-size: 12px;
    height: 40px;
  }
}

.word_search .search-field::placeholder {
  color: var(--font_c_gray);
}

.word_search .search-submit {
  border: none;
  background: transparent;
  color: #fff;
  font-size: inherit;
  line-height: 1;
  border-radius: 0;
  width: 20px;
  height: auto;
  position: absolute;
  left: 1em;
  top: 50%;
  z-index: 5;
  transform: translate(0, -50%);
  float: none;
  cursor: pointer;
}

.word_search .search-submit img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

@media (max-width: 959.98px) {
  .word_search .search-submit {
    width: 20px;
  }
}

@media (max-width: 767.98px) {
  .word_search .search-submit {
    width: 16px;
  }
}

.word_search .search-submit i {
  color: #fff;
  font-size: 20px;
}

@media (max-width: 959.98px) {
  .word_search .search-submit i {
    font-size: 14px;
  }
}

@media (max-width: 767.98px) {
  .word_search .search-submit i {
    font-size: 20px;
  }
}


[id="header"] .word_search_wrap {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.16);
  background: var(--header-search-c-bg);
  height: 72px;
}

[id="header"] .word_search_wrap .base_wrap {
  padding-inline: var(--header-padding-inline);
}

[id="header"] .word_search {
  max-width: var(--basewrap-width-tight);
  width: 100%;
  margin-inline: auto;
}

@media (max-width: 767.98px) {
  [id="header"] .word_search_wrap {
    height: 52px;
  }
}



/**
 * ヘッダー ログインボタン
**/
.header_btn_reg,
.header_btn_login {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  height: var(--header-height);
}

.header_btn_reg>*,
.header_btn_login>* {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  border: none;
  background: linear-gradient(-331deg, #fac739 0%, #fac739 0%, #fb0d6a 100%, #fb0d6a 100%);
  background-size: 112% 112%;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.125;
  height: var(--header-btn-height);
  height: 100%;
  padding: 0 1em;
  transition: background-color 0.2s ease 0.3s;
}

.header_btn_reg>* {
  border: none;
  background: linear-gradient(-331deg, #fac739 0%, #fac739 0%, #fb0d6a 100%, #fb0d6a 100%);
  color: #fff;
}

.header_btn_login>* {
  border: none;
  background: #e8f6f4;
  color: var(--main_c);
}

@media (max-width: 767.98px) {

  .header_btn_reg>*,
  .header_btn_login>* {
    font-size: 12px;
  }
}

.header_wrap {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
}

.header_lead {
  display: block;
  font-size: 1.15rem;
  position: absolute;
  left: 40px;
  bottom: 10px;
  width: 50em;
  line-height: 1.25;
  color: #646464;
}

@media (max-width: 1300.98px) {
  .header_txt {
    display: none !important;
  }

  .header_lead {
    left: 20px;
    width: 26em;
    bottom: 12px;
    line-height: 1;
    font-size: 1.2rem;
  }
}

@media (max-width: 959.98px) {}

@media (max-width: 767.98px) {
  .header_lead {
    width: 20em;
    left: 10px;
    bottom: 10px;
    font-size: .85rem;
  }
}

/**
 * ドロワーメニュー
**/
.sp_navi {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--header-menu-c-bg);
  height: var(--header-height);
  position: relative;
}

@media (min-width: 1301px) {
  .sp_navi {
    width: 104px;
  }
}

@media (max-width: 1300.98px) {
  .sp_navi {
    width: 104px;
  }
}

@media (max-width: 959.98px) {
  .sp_navi {
    width: 104px;
  }
}

@media (max-width: 767.98px) {
  .sp_navi {
    width: var(--header-height);
  }
}

/**
 * ドロワーメニュー スイッチ
**/
[id="open_switch"] {
  position: absolute;
  opacity: 0 !important;
}

/**
 * ドロワーメニュー スイッチ
**/
[id="close_overlay"] {
  display: block;
  background: rgba(0, 0, 0, 0.13);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1.2s ease;
}

[id="open_switch"]:checked~[id="close_overlay"] {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.6s ease;
}

/**
 * ドロワーメニュー ハンバーガーアイコン
**/

[id="open"].btn {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  background: inherit;
  border-radius: 0;
  font-weight: 300;
  text-decoration: none;
}

[id="open"] label,
[id="open"] a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

[id="open_icon"] {
  display: block;
  border-radius: 0;
  background: var(--header-menu-c-bg);
  width: var(--header-menu-btn-size);
  height: auto;
  aspect-ratio: 1 / 1;
  position: relative;
  z-index: 1;
}

[id="open_icon"] div {
  display: block;
  background-color: var(--main_c);
  width: calc(var(--header-menu-btn-size) * 0.5);
  height: 2px;
  position: absolute;
  left: calc(var(--header-menu-btn-size) * 0.25);
  transform: translate(0, -50%);
  z-index: 1;
}

[id="open_icon"] div:nth-of-type(1) {
  top: 33.33%;
}

[id="open_icon"] div:nth-of-type(2) {
  top: 50%;
}

[id="open_icon"] div:nth-of-type(3) {
  top: 66.66%;
}


/**
 * ドロワーメニュー 本体
**/

[id="g_menu"] {
  /*
  box-shadow:
    -6px 0 24px 0 rgba(0, 0, 0, 0.2),
    -20px 0 0 0 var(--main_c),
    -6px 0 24px 0 rgba(0, 0, 0, 0.33);
*/
  background: var(--main_c);
  color: #fff;
  text-align: left;
  max-width: var(--header-menu-width);
  width: 90svw;
  height: 100%;
  padding: 0;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 10000;
  transition: right 1.2s ease;
}

[id="open_switch"]:checked~[id="g_menu"] {
  right: 0;
  transition: right 0.6s ease;
}


/**
 * ドロワーメニュー ×アイコン
**/
[id="close"].btn {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  border: none;
  background: inherit;
  border-radius: 0;
  font-weight: 400;
  font-size: var(--header-menu-fs);
  text-decoration: none;
  width: 100%;
  height: 56px;
  padding: 6px 0 6px 20px;
  cursor: pointer;
}

[id="close"].btn::before {
  content: '';
  display: block;
  background-image: url('images/logo_w.svg');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% auto;
  width: 120px;
  height: 100%;
}

[id="close"] label,
[id="close"] a {
  display: block;
  color: #ccc;
  font-size: 28px;
  font-weight: 400;
  text-align: center;
  width: 44px;
  height: 100%;
}


/**
 * ドロワーメニュー リスト
**/
[id="g_menu"] ul {
  /*border-top: 2px solid var(--header-menu-c-border);*/
  font-size: var(--header-menu-fs);
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.1ex;
  padding: 0;
}

[id="g_menu"] ul>li {
  border-top: 1px solid var(--header-menu-c-border);
  font-size: inherit;
  font-weight: 700;
  line-height: inherit;
  letter-spacing: inherit;
  min-height: var(--header-menu-li-height);
  position: relative;
}

[id="g_menu"] ul>.item--child {
  font-weight: inherit;
  margin-left: 20px;
}

[id="g_menu"] ul>.item--small {
  font-weight: inherit;
  font-size: 0.8em;
  font-feature-settings: 'palt';
  padding-left: 20px;
}

[id="g_menu"] ul>li:not([class])+.item--child,
[id="g_menu"] ul>li:not([class])+.item--small {
  margin-left: 0;
}

[id="g_menu"] ul>li>a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: var(--header-menu-li-height);
  padding: 0 20px;
}

[id="g_menu"] ul>li>a::before {
  content: '';
  display: block;
  background-image: url("/common/images/arrow_kodawari_right_w.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  right: 0.5em;
  top: 50%;
  transform: translate(0, -50%);
}

[id="g_menu"] ul>.item--child>a,
[id="g_menu"] ul>.item--small>a {
  padding-left: 0;
}

[id="g_menu"] ul>li:not([class])+.item--child>a,
[id="g_menu"] ul>li:not([class])+.item--small>a {
  padding-left: 20px;
}

.g_menu__func {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  padding: 8px 20px 0;
  gap: 8px;
}

.g_menu__func>a {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  border-radius: var(--btn-radius-l);
  background: #e8f6f4;
  color: var(--font_c);
  font-weight: 700;
  font-size: var(--header-menu-fs);
  line-height: 1.25;
  letter-spacing: 0.1ex;
  min-width: calc((100% - 8px) / 2);
  height: 48px;
  gap: 2px;
  padding: 0 1em;
}

.g_menu__func>a>i {
  display: block;
  opacity: 0.66;
  text-align: center;
}

.g_menu__func>a>i img {
  width: 1.25em;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.g_menu__func>a>i [src*="icon_home_magnify"] {
  transform: scale(0.7);
}

.g_menu__func>a>i [src*="icon_head_login"] {
  transform: scale(0.9);
}

.g_menu__func>a>i [src*="icon_head_beginer"] {
  transform: scale(0.9);
}

.g_menu__func>a>i [src*="icon_head_faq"] {
  transform: scale(1);
}

.g_menu__func>a>i [src*="icon_head_contact"] {
  transform: scale(1.125);
}

.g_menu__func>[href*="/login"] {
  background: #fff;
  color: var(--main_c);
  height: 64px;
}

.g_menu__func>[href*="/register"] {
  background: linear-gradient(-331deg, #fac739 0%, #fac739 0%, #fb0d6a 100%, #fb0d6a 100%);
  background-size: 112% 112%;
  color: #fff;
  height: 64px;
}

.g_menu__func>[href*="/contact"] {
  background: #e8f6f4;
  color: var(--font_c);
  width: 100%;
}

.menu_consul {
  background-color: #39be89;
}

.menu_service {
  background-color: #2bbdaf;
}

.menu_consul a span,
.menu_service a span {
  font-size: .8em;
  font-weight: normal;
}

.g_menu__func p {
  font-size: .8em;
  text-align: center;
  display: block;
  width: 100%;
}


/**
 * パンくず
 * NOTE: 不使用
**/
.bc_nav {
  /* display: none; */
  background: var(--bg_bc_nav);
  padding: 12px 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  margin-top: 210px;
}

@media (max-width: 1300.98px) {
  .bc_nav {
    /* margin-top: 250px; */
  }
}

@media (max-width: 767.98px) {
  .bc_nav {
    background: var(--bg_bc_nav_sp);
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    margin: 160px 0 0;
    padding: 8px 0;
    overflow: hidden;
    position: relative;
  }
}

.bc_nav ol,
.bc_nav ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

@media (max-width: 767.98px) {

  .bc_nav ol,
  .bc_nav ul {
    margin: 0;
    padding: 0;
    overflow-x: auto;
    overflow-y: visible;
    white-space: nowrap;
    /* opacity: 0.33; */
  }
}

@media (max-width: 767.98px) {

  .bc_nav ol::after,
  .bc_nav ul::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    width: 3em;
    pointer-events: none;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  }
}

.bc_nav li {
  display: inline-block;
}

@media (max-width: 767.98px) {
  .bc_nav li {
    color: var(--font_c);
    display: inline;
    line-height: 14px;
  }
}

.bc_nav li+li::before {
  content: "\f125";
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 8px;
  margin-right: 8px;
}

.bc_nav li a {
  color: var(--font_c);
}

@media (max-width: 767.98px) {
  .bc_nav li a {
    color: inherit;
  }
}

@media (max-width: 767.98px) {
  [id="main_image_sub"]+.bc_nav {
    padding: 8px 0;
  }
}



[id="main_image_sub"] {
  width: 100%;
  height: auto;
  background: url("images/main_image.jpg") no-repeat center top;
  background-size: cover;
  overflow: hidden;
  position: relative;
  padding: 120px 0;
}

@media (max-width: 767.98px) {
  [id="main_image_sub"] {
    background-size: cover;
    background-position: left 40% top 50%;
    padding: 64px 0;
  }
}

[id="main_image_sub"] h2 {
  margin: 0 auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 8px;
  text-align: right;
}

@media (max-width: 767.98px) {
  [id="main_image_sub"] h2 {
    font-size: 24px;
  }
}

[id="main_image_sub"] h2 em {
  color: var(--main_c);
}


/**
 * コンテンツ
**/
[id="content"] {
  padding: 0;
}

.bc_nav+[id="content"] {
  padding-top: 0;
}

.bg__type_default {
  margin-bottom: 5rem;
}

@media (max-width: 959.98px) {
  .bc_nav+[id="content"] {
    padding-top: 0;
  }
}

@media (max-width: 767.98px) {
  .bc_nav+[id="content"] {
    padding-top: 3rem;
    position: relative;
  }

  .bg__type_default {
    margin-bottom: 3.5rem;
  }
}

.bg__type_default.mb_0 {
  margin-bottom: 0;
}

/**
 * [id="main"], [id="side"]
**/
[id="main"] {
  padding: 0 0 25px;
  width: 75%;
}

@media (max-width: 767.98px) {
  [id="main"] {
    padding: 16px 0 0;
    width: 100%;
  }
}

[id="main"]:only-child {
  margin-left: auto;
  margin-right: auto;
}

[id="side"] {
  width: 25%;
  max-width: 300px;
}

@media (max-width: 767.98px) {
  [id="side"] {
    padding: 16px 0;
    width: 100%;
  }
}


/**
 * フッター
**/
[id="footer"] {
  border-top: 0 solid var(--main_c_foot_border);
  background: var(--main_c);
  color: #fff;
  font-size: 16px;
  text-align: left;
  width: 100%;
}

@media (max-width: 959.98px) {
  [id="footer"] {
    font-size: 13px;
  }
}

[id="footer"] .wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%;
  max-width: var(--footer-width);
  margin: 0 auto;
  padding: 40px var(--footer-padding-inline);
}

[id="footer_logo"] {
  max-width: var(--footer-logo-width);
  width: 100%;
  text-align: left;
}

@media (max-width: 767.98px) {
  [id="footer_logo"] {
    max-width: none;
    text-align: center;
  }
}

[id="footer_logo"] a {
  display: block;
}

[id="footer_logo"] img {
  max-width: var(--footer-logo-width);
  width: 100%;
  height: auto;
}

[id="footer_logo"] span {
  display: block;
  font-size: 11px;
  margin-top: 1em;
}

[id="footer_func"] {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  gap: 1em;
}

[id="footer_func"] [href*="/login"] {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  border-radius: 2em;
  background: #e8f6f4;
  color: var(--main_c);
  font-weight: 700;
  min-width: 220px;
  height: 48px;
  padding: 0 2em;
}

[id="footer_func"] [href*="/register"] {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  border-radius: 2em;
  background: linear-gradient(-331deg, #fac739 0%, #fac739 0%, #fb0d6a 100%, #fb0d6a 100%);
  background-size: 112% 112%;
  color: #fff;
  font-weight: 700;
  min-width: 220px;
  height: 48px;
  padding: 0 2em;
}

@media (max-width: 767.98px) {
  [id="footer_func"] {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    width: 100%;
    padding: 1em 0 0;
    gap: 1em;
  }

  [id="footer_func"] [href*="/login"] {
    min-width: 160px;
    height: 48px;
  }

  [id="footer_func"] [href*="/register"] {
    min-width: 160px;
    height: 48px;
  }
}


[id="footer_navi"] {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  gap: 0.5em;
}

*+[id="footer_navi"] {
  margin-top: 40px;
}

.footer_links,
[id="footer"] .link_box {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  margin: 0;
  gap: 1em;
  font-size: 98%;
}

[id="footer"] .info_links_list {
  display: grid;
  width: fit-content;
  column-gap: 2em;
  grid-template-columns: repeat(2, auto);
}

[id="footer"] .footer_links {
  font-size: small;
}

[id="footer"] .link_box a {
  font-weight: 700;
}

@media (max-width: 767.98px) {
  [id="footer"] .link_box {
    font-size: 90%;
    margin-bottom: 0;
  }

  [id="footer"] .link_box span {
    font-size: smaller;
  }

  [id="footer"] .link_box.sp_last {
    margin-bottom: 2em;
  }

  [id="footer"] .info_links_list {
    grid-template-columns: none;
  }

  [id="footer"] .footer_links {
    font-size: 90%;
  }
}

.footer_address {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  width: 100%;
  gap: 0.5em 1em;
}

*+.footer_address {
  margin-top: 2em;
}

.footer_address>.footer_address__name {
  display: block;
  font-weight: 700;
}

.footer_address>.footer_address__add {
  display: block;
}

.footer_address>.footer_address__tel {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  width: 100%;
  gap: 1em;
}

.footer_address>.footer_address__tel>a {}


[id="copyright"] {
  font-size: 14px;
  letter-spacing: 0.05ex;
  text-align: center;
  padding: 16px;
}

@media (max-width: 767.98px) {
  [id="copyright"] {
    font-size: 10px;
    padding: 10px;
  }
}


/* NOTE: 不使用 */
[id="page_top"] {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #646464;
  color: #fff;
  /*font-family: "Oswald", sans-serif;*/
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  width: 144px;
  height: 48px;
  gap: 1ex;
  position: fixed;
  bottom: 0;
  right: 40px;
  z-index: 2000;
}

[id="page_top"].fm-on {
  display: none;
}

[id="page_top"].bbb-on {
  display: none;
}

@media (max-width: 959.98px) {
  [id="page_top"] {
    right: 16px;
  }
}

@media (max-width: 767.98px) {
  [id="page_top"] {
    right: 8px;
    width: 48px;
  }

  [id="page_top"]:focus,
  [id="page_top"]:hover {
    bottom: 0;
  }

  [id="page_top"]:nth-of-type(2) {
    display: none;
  }

  [id="page_top"].fm-on {
    bottom: 80px;
  }

  [id="page_top"].fm-on:focus,
  [id="page_top"].fm-on:hover {
    bottom: 80px;
  }

  [id="page_top"].bbb-on {
    bottom: 110px;
  }

  [id="page_top"].bbb-on:focus,
  [id="page_top"].bbb-on:hover {
    bottom: 110px;
  }
}

.footer_regist_wrap {
  display: flex;
  flex-flow: nowrap;
  justify-content: center;
  width: 100%;
  /* max-width: var(--footer-width); */
  margin: 0 auto;
  background-image: linear-gradient(90deg, #ff8c00 40%, #646464 60%);
}

.footer_regist_wrap div {
  width: calc(var(--footer-width) / 2);
  text-align: center;
  padding: 40px var(--footer-padding-inline);
}

.footer_regist {
  background-color: #ff8c00;
}

.footer_detail {
  background-color: #646464;
}

.footer_ttl {
  font-size: 3.5rem;
  font-weight: 900;
  margin-bottom: 1rem;
}

.footer_regist_wrap div p {
  line-height: 1.6;
}

.footer_btn {
  font-size: 2.5rem;
  font-weight: 900;
  border: solid 1px #fff;
  background-color: #fff;
  display: block;
  width: 32rem;
  margin: 2rem auto;
  border-radius: 2em;
  padding: .5rem;
}

.footer_btn.regist {
  color: #ff8c00;
}

.footer_btn.detail {
  color: #646464;
}

.footer_list>li:nth-child(n+2)::before {
  content: "｜";
  margin-right: 1em;
}

@media screen and (max-width: 767.98px) {
  .footer_regist_wrap {
    display: block;
  }

  .footer_regist_wrap div {
    width: 100% !important;
  }

}

@media screen and (max-width: 959.98px) {
  .footer_ttl {
    font-size: 3rem;
  }
}

@media screen and (max-width: 1340.98px) {
  .footer_regist_wrap div {
    width: 50%;
  }
}


/**
* 広告など
**/
.bnrArea {
  margin: 100px 0
}

.bnr--728_90 {
  width: 100%;
  max-width: 728px;
  margin-left: auto;
  margin-right: auto
}

@media (max-width: 767.98px) {

  .bnrArea {
    margin: 10px 0
  }
}

*+.banner {
  margin-top: 16px;
}

.banner img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.banner a {
  display: block;
}

/**
* 内側囲い一般
**/
.parts_wrap {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

/**
* リスト一般
**/
.parts_list {
  list-style: none;
  margin: 28px 28px 28px 60px;
}

.parts_list li {
  margin-bottom: 5px;
}

.parts_list li:last-child {
  margin-bottom: 16px;
}

.parts_list li span {
  width: 28px;
  margin-left: -28px;
  color: #595757;
  display: inline-block;
}

.parts_wrap .right_parts {
  text-align: right;
}

.parts_wrap .last_parts {
  margin-bottom: 28px;
}

/**
* タイトル一般
**/
.parts_title {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  margin: 24px 0;
}

@media (max-width: 767.98px) {
  .parts_title {
    font-size: 20px;
    margin: 0 0 16px;
  }
}

.parts_title:only-child {
  margin: 0;
}

.parts_title img {
  margin: 0 8px 0 0;
}

/* タイトルアイコン width */
.parts_title .faq_img {
  width: 36px;
}

.parts_title .login_img {
  width: 36px;
}

.parts_title .support_img {
  width: 36px;
}

.parts_title .company_img {
  width: 36px;
}

.parts_title .sitemap_img {
  width: 36px;
}

.parts_title .tos_img {
  width: 36px;
}

.parts_title .policy_img {
  width: 36px;
}

.parts_title .notice_img {
  width: 36px;
}

/**
* リード
**/
.parts_lead {
  padding: 40px;
  background: #fff;
  border-radius: 6px;
  max-width: 980px;
  margin: 0 auto 40px;
}

@media (max-width: 767.98px) {
  .parts_lead {
    margin: 0 auto 24px;
    padding: 24px;
  }
}

*+.parts_lead {
  margin: 40px auto;
}

.parts_lead>p {
  font-size: 16px;
  line-height: 1.8;
}

@media (max-width: 767.98px) {
  .parts_lead>p {
    font-size: 12px;
  }
}

.parts_lead>p+p {
  margin-top: 16px;
}

/**
* 注釈
**/
.parts_notes {
  color: #666;
}

/**
* ショートカットリンク
**/
.parts_link_shortcut {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-size: 12px;
}

*+.parts_link_shortcut {
  margin-top: 16px;
}

.parts_link_shortcut>li {
  position: relative;
}

.parts_link_shortcut>li+li {
  padding-left: 2em;
}

.parts_link_shortcut>li+li::before {
  content: "";
  display: block;
  border-left: solid 1px;
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: calc(1em - 1px);
  z-index: 1;
  opacity: 0.5;
}

/**
* 警告やお知らせなど
**/
.parts_alert {
  border: 1px solid var(--red);
  background: #fff;
  color: var(--red);
  font-size: 14px;
  text-align: center;
  padding: 20px;
  margin: 0 auto 13px;
}

@media (max-width: 767.98px) {
  .parts_alert {
    font-size: 12px;
  }
}

.parts_alert .er {
  width: 100%;
  margin-top: 5px;
}

.parts_alert .er span {
  display: inline-block;
  color: var(--red);
  font-size: 14px;
  margin-left: 5px;
}

.parts_alert em {
  display: inline-block;
  width: 16px;
}

/**
* ログイン画面
**/
.login_wrap {
  width: 100%;
  max-width: 475px;
  margin: 0 auto 64px;
  padding: 35px 30px;
  border-radius: 4px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.06);
  background: #fff;
}

@media (max-width: 767.98px) {
  .login_wrap {
    padding: 30px 20px;
  }
}

/* .login_wrap::before {
  content: "";
  display: block;
  height: 32px;
  background-image: url("../images/logo.svg");
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 0 32px;
  opacity: 0.8;
} */

.login_wrap>* {
  text-align: center;
}

.login_wrap>*+* {
  margin-top: 16px;
}

.login_wrap>div>label {
  display: block;
  line-height: 16px;
  text-align: left;
  margin: 0 0 12px;
  font-weight: bold;
}

.login_wrap>div>input {
  font-size: inherit;
  width: 100%;
  height: 44px;
}

.login_wrap>div>.btn {
  font-size: 14px;
  max-width: 200px;
  width: 100%;
  height: 44px;
  border-radius: 6px;
}

.login_txt {
  text-align: left;
  margin-bottom: 1.5em;
}

/**
* 会社情報
**/
.company_wrap {
  background-color: #fff;
  margin: 0 0 28px 0;
  padding: 50px 24px;
  border: 1px solid #e7e6e6;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.company_wrap>div {
  width: 75%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-top: 1px solid #ccced3;
  min-height: 50px;
  padding: 5px 0;
}

.company_wrap>div:last-child {
  border-bottom: 1px solid #ccced3;
}

.company_wrap>div>div {
  display: flex;
  justify-content: space-between;
}

.company_wrap>div>div:first-child {
  flex-basis: 20%;
}

.company_wrap>div>div:first-child>p {
  font-size: 16px;
  font-weight: 700;
  color: #3f3f3f;
  margin: 0 0 0 25px;
}

.company_wrap>div>div:last-child>p {
  font-size: 16px;
  color: #3f3f3f;
  margin: 0 0 0 25px;
}

@media (max-width: 767.98px) {
  .company_wrap {
    padding: 20px 0;
  }

  .company_wrap>div {
    width: 85%;
    flex-wrap: wrap;
  }

  .company_wrap>div>div:first-child {
    flex-basis: 100%;
  }

  .company_wrap>div>div:first-child>p {
    font-size: 16px;
    font-weight: 700;
    color: #3f3f3f;
    margin: 8px 8px 0;
  }

  .company_wrap>div>div:last-child>p {
    margin: 8px;
  }
}

/**
* サイトマップ
**/
.sitemap_wrap {
  background-color: #fff;
  margin: 0 0 28px 0;
  padding: 20px 28px;
  border: 1px solid #e7e6e6;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

@media (max-width: 767.98px) {
  .sitemap_wrap {
    padding: 20px 0;
    justify-content: space-around;
    margin: 0 0 28px;
    overflow: hidden;
  }
}

@media (max-width: 767.98px) {
  .sitemap_wrap .list {
    line-height: 1.4em;
    font-size: 16px;
    overflow: hidden;
  }
}

.sitemap_wrap>a {
  flex-basis: 100%;
  font-size: 18px;
  color: var(--sub_c);
  text-decoration: underline;
  margin: 0 0 20px;
}

@media (max-width: 767.98px) {
  .sitemap_wrap>a {
    flex-basis: 85%;
    text-align: left;
    margin: 0 0 16px;
  }
}

.sitemap_wrap ul {
  flex-basis: 100%;
  padding: 0 20px;
}

@media (max-width: 767.98px) {
  .sitemap_wrap ul {
    flex-basis: 85%;
    text-align: left;
  }
}

.sitemap_wrap ul>li {
  margin: 0 0 20px;
}

@media (max-width: 767.98px) {
  .sitemap_wrap ul>li {
    margin: 0 0 16px;
  }
}

.sitemap_wrap ul>li:last-child {
  margin: 0;
}

.sitemap_wrap ul>li::before {
  content: "\f125";
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 8px 0 0;
  transform: scale(0.75);
  transform-origin: left center;
}

.sitemap_wrap ul>li>a {
  font-size: 14px;
  text-decoration: underline;
}

@media (max-width: 767.98px) {
  .sitemap_wrap li {
    margin: 0;
    padding: 0;
  }
}

@media (max-width: 767.98px) {
  .sitemap_wrap li ul {
    margin: 0;
    padding: 0;
  }
}

@media (max-width: 767.98px) {
  .sitemap_wrap li ul>li {
    margin: 0;
    padding: 0;
    line-height: 1.4em;
    font-size: 14px;
  }
}

/**
* 利用規約
**/
.tos_wrap {
  background-color: #fff;
  margin: 0 0 28px 0;
  padding: 20px 24px;
  border: 1px solid #e7e6e6;
}

@media (max-width: 767.98px) {
  .tos_wrap {
    padding: 16px;
    text-align: left;
  }
}

.tos_wrap h4 {
  background-color: var(--main_c);
  color: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 9px;
  margin: 0 0 16px;
  padding: 16px 0;
}

@media (max-width: 767.98px) {
  .tos_wrap h4 {
    margin: 0 0 16px;
  }
}

.tos_wrap p {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  margin: 0 8px 20px;
}

@media (max-width: 767.98px) {
  .tos_wrap p {
    margin: 0 8px 16px;
  }
}

.tos_wrap ul {
  margin: 8px 8px 20px;
}

@media (max-width: 767.98px) {
  .tos_wrap ul {
    margin: 8px;
  }
}

.tos_wrap ul>li p {
  margin: 0;
}

/**
* プライバシーポリシー
**/
.policy_wrap {
  background-color: #fff;
  margin: 0 0 28px 0;
  padding: 20px 24px;
  border: 1px solid #e7e6e6;
}

@media (max-width: 767.98px) {
  .policy_wrap {
    padding: 16px;
    text-align: left;
  }
}

.policy_wrap h4 {
  background-color: var(--main_c);
  color: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 16px;
  padding: 16px 0;
}

.policy_wrap h5 {
  border-left: solid 6px var(--main_c);
  font-size: 20px;
  font-weight: 700;
  margin: 28px 16px 16px;
  padding: 0 0 0 12px;
}

.policy_wrap h6 {
  border-radius: 4px;
  border: 1px solid #ccced3;
  font-size: 16px;
  font-weight: 700;
  line-height: 13.75px;
  margin: 0 0 16px;
  padding: 12px;
}

@media (max-width: 767.98px) {
  .policy_wrap h6 {
    margin: 0 8px 16px;
  }
}

.policy_wrap p {
  margin: 0 16px 20px;
}

@media (max-width: 767.98px) {
  .policy_wrap p {
    margin: 0 8px 16px;
  }
}

@media (max-width: 767.98px) {
  .notice_wrap {
    padding: 16px;
  }
}

@media (max-width: 767.98px) {
  .notice_wrap>div {
    flex-wrap: wrap;
    margin: 0 0 16px;
    text-align: left;
  }
}

/**
* 現在地ページ
**/
.n_wrap {
  background-color: #fff;
  margin: 0 0 28px 0;
  padding: 31.25px 31.25px;
  border: 1px solid #e7e6e6;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

@media (max-width: 767.98px) {
  .n_wrap {
    padding: 20px;
  }
}

.n_wrap .gmap_form {
  width: 100%;
  max-width: 400px;
  margin: 28px auto 0;
}

.n_wrap .box_search01_yoyaku {
  text-align: center;
}

.n_wrap .box_btn {
  margin-top: 20px;
}

.n_loading {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  color: #999;
  widows: 100vw;
  height: 100vh;
}

.note_txt {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px 50px;
}

.note_txt>a {
  text-decoration: underline;
}

.note_txt>a:hover {
  text-decoration: none;
}

@media (max-width: 767.98px) {
  .note_txt {
    font-size: 14px;
    margin-top: -3rem;
  }
}

.login_password_wrap .login_password {
  display: block;
  line-height: 16px;
  text-align: left;
  margin: 0 0 12px;
  font-weight: bold;
}

.login_password_wrap .formset__input.mt5 input {
  font-size: inherit;
  width: 100%;
  height: 44px;
}

.login_password_btn {
  font-size: 14px;
  max-width: 200px;
  width: 100%;
  height: 44px;
  border-radius: 6px;
  border: 1px solid var(--sub_c);
  background: var(--sub_c);
  color: #fff;
  margin-top: 16px;
}
/*//consultation//*/
.consultation_page .base_wrap {
  max-width: 1440px;
}
.consultation_image {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: stretch;
  min-height: 230px;
  background: url(/common/images/consultation_bg.jpg) no-repeat center top;
  background-size: cover;
  position: relative;
}

.consultation_image_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  min-height: 230px;
}
.consultation_image_inner_item {
  padding: 3.5rem 0;
  margin: 0 auto;
}
.consultation_image_inner_item > img {
  display: block;
  max-width: 600px;
  width: 96%;
  margin: 0 auto;
}
.consultation_image_inner_item > h2 > span {
  display: block;
  text-align: center;
  font-size: 26px;
  font-weight: 700;
}
.consultation_image_inner_item > h2 {
  margin: 1rem auto 0;
  text-align: center;
  font-size: 48px;
  font-weight: 900;
  text-shadow:3px 3px 0 #FFF, -3px -3px 0 #FFF,
            -3px 3px 0 #FFF, 3px -3px 0 #FFF,
            0px 3px 0 #FFF,  0 -3px 0 #FFF,
            -3px 0 0 #FFF, 5px 0 0 #FFF;
}
.consultation_point {
  padding: 80px 0;
}
.consultation_txt_desc_type01 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: center;
  line-height: 1.75;
  margin-bottom: 2rem;
}
.consultation_txt_desc_type02 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: left;
  line-height: 1.75;
  padding: 0 6rem;
}
.consultation_txt_desc_type03 {
  font-size: 32px;
  font-weight: 500;
  text-align: center;
}
.consultation_txt_desc_type04 {
  font-size: 18px;
  font-weight: 500;
  margin: 1.5rem 2rem 1rem;
  color: var(--main_c);
}
.consultation_txt_desc_type05 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  margin: 0 2rem 2rem;
}
.consultation_txt_desc_type06 {
  margin-bottom: 2.5rem;
  font-size: 24px;
  color: var(--main_c);
  font-weight: 900;
  text-align: center;
}
.consultation_txt_desc_type06 > span {
  background: linear-gradient(transparent 60%, #fffe98 30%);
  display: inline-block;
  padding: 0 1em;
}
.consultation_title__type01 {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: .1ex;
  text-align: center;
  margin: 0 0 30px;
  color: var(--main_c);
}
.consultation_title_wrap {
  position: relative;
}
.consultation_title_wrap::before {
    position: absolute;
    left: 10%;
    top: 0;
    content: "";
    width: 2px;
    height: 100%;
    background:var(--main_c);
    border-radius: 3px;
    transform: rotate(-25deg);
}
.consultation_title_wrap::after {
    position: absolute;
    content: "";
    right: 10%;
    top: 0;
    width: 2px;
    height: 100%;
    background: var(--main_c);
    border-radius: 3px;
    transform: rotate(25deg);
}
.consultation_title__type01 > span {
  background: linear-gradient(transparent 60%, #fffe98 30%);
  display: inline-block;
}
.consultation_point_img_01 {
  max-width: 580px;
  width: 100%;
  display: block;
  margin: 4rem auto;
}
.consultation_point_img_02 {
  padding: 3rem 5rem;
  max-width: 680px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.consultation_point h2 {
  color: var(--main_c);
  margin: 2rem auto;
  text-align: center;
  font-size: 38px;
  font-weight: 900;
}
.consultation_point h2 > span {
  font-size: 45px;
  background: linear-gradient(transparent 60%, #fffe98 30%);
  display: inline-block;
  padding: 0 .3em;
}
.consultation_bg_gray {
  background-color: #ECECEC;
  padding: 60px 0;
}
.consultation_bg_gray .btn_register > p {
  color: inherit;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 3rem;
}
.consultation_point_arrow {
  max-width: 160px;
  width: 30%;
  display: block;
  margin: 3rem auto;
}
.consultation_box-2set {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.consultation_box-2set_item {
  border: solid 1px var(--main_c);
  border-radius: 14px;
  width: calc((100% - 20px) / 2);
}
.consultation_box-2set_item > h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: var(--main_c);
  line-height: 1.55;
  height: 4em;
  background-color: #e3f3f1;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
.consultation_box-2set_item table {
  margin: 2.5rem 4rem 2rem;
}
.consultation_box-2set_item table th {
  width: 120px;
  vertical-align: top;
}
.consultation_box-2set_item table td {
  padding: .5rem 1rem;
  font-size: 24px;
  color: var(--main_c);
  font-weight: bold;
}
.consultation_box-2set_item table th {
  padding: .5rem 0;
}
.consultation_box-2set_item p {
  padding: 3rem 0 0;
  margin: 3rem 4rem 2rem 4rem;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.75;
  border-top: solid 1px var(--main_c);
}
.consultation_examples {
  background: linear-gradient(90deg, rgb(201, 241, 241), rgb(255, 229, 244));
  padding: 80px 0;
}
.consultation_examples > .base_wrap > h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: .1ex;
  text-align: center;
  margin: 0 0 30px;
  color: var(--main_c);
}
.consultation_examples > .base_wrap > h2::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 42px;
  background: url(/common/images/consultation_examples_be.png) no-repeat;
  background-size: contain;
  margin-right: 20px;
  margin-bottom: -10px;
}
.consultation_examples > .base_wrap > h2::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 42px;
  background: url(/common/images/consultation_examples_af.png) no-repeat;
  background-size: contain;
  margin-left: 15px;
  margin-bottom: -10px;
}
.consultation_box-3set {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.consultation_box-3set_item {
  display: flex;
  flex-direction: column;
  width: calc((100% - 40px) / 3);
  border: solid 1px var(--main_c);
  border-radius: 14px;
  background-color: #fff;
}
.consultation_box-3set_item > h3 {
  font-size: 20px;
  letter-spacing: 1px;
  display: flex;
  height: 4em;
  background-color: #e3f3f1;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
.consultation_box-3set_item > h3 > span:first-child {
  width: 5em;
  height: 2em;
  margin: 1.5rem;
  background-color: #fff;
  text-align: center;
  color: var(--main_c);
  display: flex;
  justify-content: center;
  align-items: center;
}
.consultation_box-3set_item > h3 > span:last-child {
  font-weight: bold;
  color: var(--main_c);
  line-height: 1.45;
  margin: 1.5rem 1.5rem 1.5rem 0;
}
.consultation_box-3set_item ul {
  margin: 0 2.5rem;
  height: 8em;
}
.consultation_box-3set_item ul li {
  list-style: disc;
  list-style-position:inside;
  font-weight: 500;
  font-size: 16px;
}
.consultation_box-3set_item img {
  display: block;
  max-width: 480px;
  width: 100%;
  padding: 1.5rem 3rem 2rem;
  margin: 0 auto;
}
.consultation_mt-auto {
  margin-top: auto;
}
.consultation_title__type02 {
  text-align: center;
  font-size: 40px;
  margin-top: 3rem;
}
.consultation_title__type02 > span {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 1rem;
    color: #fff;
    font-size: 22px;
    width: 10.5em;
    height: 1.8em;
    background-color: var(--main_c);
}
.consultation_box-merit {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 11rem 0 5rem;
}
.consultation_box-merit > li:nth-child(1) {
  width: 20%;
}
.consultation_box-merit > li:nth-child(2) {
  position: relative;
  width: 35%;
  background-color: #fff;
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
  padding: 2rem 1.5rem 2rem 4rem;
}
.consultation_box-merit > li:nth-child(3) {
  width: 45%;
  background-color: #fff;
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
  padding: 2rem 4rem 2rem 1.5rem;
}
.consultation_box-merit > li:nth-child(1) > img {
  display: block;
  margin: 0 auto;
  max-width: 240px;
  width: 100%;
  margin: -4rem 0;
}
.merit_tag {
  position: absolute;
  display: block;
  top: -1em;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  color: #fff;
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
  padding: .5em 1em;
  width: 80%;
  text-align: center;
  letter-spacing: 2px;
  background-color: var(--main_c);
  border-radius: 14px;
}
.consultation_box-merit > li:nth-child(2) > h3 {
  color: var(--main_c);
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-top: 2rem;
  border-right: solid 2px var(--main_c);
}
.consultation_box-merit > li:nth-child(3) > p {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.75;
  margin: 1.5rem 0;
}
.consultation_step {
  padding: 80px 0;
}
.consultation_step h2 {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  color: var(--main_c);
  margin-bottom: 3rem;
}
.consultation_step dl dd::after {
  content: "▼";
  font-size: 22px;
  color: var(--main_c);
  display: block;
  text-align: center;
}
.consultation_step dl dd:last-child::after {
  content: none;
}
.consultation_step dl dt {
  border-bottom: solid 1px var(--main_c);
  padding: 0 0 1.5rem;
  font-size: 22px;
  font-weight: 500;
  color: var(--main_c);
}
.consultation_step dl dt span {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  padding: .2em 1em;
  margin-right: 1em;
  background-color: var(--main_c);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6em;
  float: left;
}
.consultation_step dl dd {
  padding: 1.5rem 0;
  line-height: 1.75;
}
.txt_red {
  color: #fc4312;
}
.btn_consultation > a {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  background-color: #fc4312;
  color: #fff;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 700;
  width: 22em;
  height: 60px;
  padding: 0 1em;
  margin: 2rem auto 1rem;
}
.consultation_step img {
  max-width: 320px;
  width: 100%;
  display: block;
  margin: 3rem auto 0;
}
.sp_disp {
  display: none;
}
.pc_disp {
  display: block;
}
.pc1280_disp {
  display: none;
}
@media (max-width: 1280.98px) {
  .consultation_title__type01 {
    font-size: 34px;
  }
  .consultation_box-2set_item > h3 {
    font-size: 22px;
  }
  .consultation_box-3set_item > h3 > span:first-child {
    font-size: 15px;
    width: 4em;
  }
  .consultation_box-3set_item > h3 {
    font-size: 18px;
  }
  .pc1280_disp {
    display: block;
  }
}
@media (max-width: 1028.98px) {
  .consultation_point h2 {
    font-size: 32px;
  }
  .consultation_title__type01 {
    font-size: 30px;
  }
  .consultation_box-2set_item {
    width: 100%;
    margin-bottom: 2rem;
  }
  .consultation_box-3set_item {
    width: 100%;
    margin-bottom: 2rem;
  }
}

@media (max-width: 767.98px) {
  .btn_consultation > a {
    font-size: 16px;
    width: 21em;
    height: 54px;
    margin: 1rem auto;
    padding: 0 .5em;
  }
  .consultation_step dl dd {
    font-size: 15px;
    line-height: 1.55;
  }
  .consultation_step dl dt {
    font-size: 20px;
  }
  .consultation_step dl dt span {
    font-size: 16px;
  }
  .consultation_step h2 {
    font-size: 24px;
    letter-spacing: 0;
    line-height: 1.45;
  }
  .consultation_step {
    padding: 40px 0;
  }
  .consultation_bg_gray {
    padding: 40px 0;
  }
  .consultation_title__type02 > span {
    font-size: 15px;
  }
  .consultation_title__type02 {
    font-size: 28px;
    margin-bottom: 6rem;
  }
  .consultation_box-merit {
    flex-wrap: wrap;
    margin: 5rem 0 0;
  }
  .consultation_box-merit > li:nth-child(1) {
    width: 50%;
    padding: 1rem;
  }
  .consultation_box-merit > li:nth-child(2) {
    width: 50%;
    padding: 1rem 1.5rem;
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
  }
  .consultation_box-merit > li:nth-child(3) {
    width: 100%;
    background-color: unset;
    padding: 1rem;
  }
  .consultation_box-merit > li:nth-child(3) > p {
    font-size: 15px;
  }
  .merit_tag {
    font-size: 18px;
    width: 60%;
    padding: .4em 1em;
    border-radius: 10px;
  }
  .consultation_box-merit > li:nth-child(2) > h3 {
    font-size: 18px;
    border-right: unset;
    margin-top: 1.3rem;
  }
  .consultation_txt_desc_type06 {
    font-size: 22px;
  }
  .consultation_txt_desc_type04 {
    font-size: 16px;
    margin: 1.5rem 2rem .5rem;
  }
  .consultation_txt_desc_type05 {
    font-size: 15px;
  }
  .consultation_box-3set_item ul {
    height: auto;
  }
  .consultation_box-3set_item ul li {
    font-size: 15px;
  }
  .consultation_box-3set_item > h3 > span:last-child {
    font-size: 18px;
  }
  .consultation_box-3set_item > h3 > span:first-child {
    font-size: 15px;
  }
  .consultation_examples > .base_wrap > h2 {
    font-size: 22px;
  }
  .consultation_examples {
    padding: 40px 0;
  }
  .consultation_point_img_02 {
    padding: 2rem;
  }
  .consultation_point_arrow {
    margin: 2rem auto;
  }
  .consultation_box-2set_item table {
    margin: 2rem 2rem 1rem;
  }
  .consultation_box-2set_item table th {
    width: 100px;
  }
  .consultation_box-2set_item table td {
    font-size: 18px
  }
  .consultation_box-2set_item p {
    font-size: 15px;
    padding: 1.5rem 0 0;
    margin: 1.5rem 2rem 2rem;
  }
  .consultation_box-2set_item > h3 {
    font-size: 20px;
    padding: 1em 0;
    line-height: 1.45;
    height: auto;
  }
  .consultation_bg_gray .btn_register > p {
    font-size: 14px;
    letter-spacing: 0;
    text-align: left;
  }
  .consultation_point_img {
    margin: 2rem 0;
  }
  .consultation_image {
    background: url(/common/images/consultation_bg_sp.jpg) no-repeat center top;
  }
  .consultation_image_inner_item {
    padding: 2.5rem 0;
  }
  .consultation_image_inner_item > h2 > span {
    font-size: 20px;
  }
  .consultation_image_inner_item > h2 {
    margin: 1.5rem auto;
    font-size: 28px;
    letter-spacing: 0;
  }
  .consultation_image_inner {
    min-height: unset;
  }
  .consultation_image_end {
    margin-bottom: 0;
  }
  .consultation_point {
    padding: 40px 0;
  }
  .consultation_title__type01 {
    font-size: 26px;
    line-height: 1.45;
  }
  .consultation_txt_desc_type01,
  .consultation_txt_desc_type02 {
    font-size: 15px;
    line-height: 1.55;
  }
  .consultation_txt_desc_type02 {
    padding: 0;
  }
  .consultation_title_wrap::before {
    left:3%;
  }
  .consultation_title_wrap::after {
    right:3%;
  }
  .consultation_txt_desc_type03 {
    font-size: 15px;
  }
  .consultation_point h2 {
    font-size: 23px;
    letter-spacing: 0;
    line-height: 1.45;
  }
  .consultation_point h2 > span {
    font-size: 26px;
    margin: 0;
    padding: 0 .2em;
  }
  .sp_disp {
    display: block;
  }
  .pc_disp {
    display: none;
  }
}

/**
 * #content (only home)
**/
[id="home"] [id="content"] {
  margin: 0;
}


/**
 * 見出し
**/

.home_title {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.125;
  text-align: center;
  margin: 0 0 1em;
}

@media (max-width: 959.98px) {
  .home_title {
    font-size: 20px;
  }
}

@media (max-width: 767.98px) {
  .home_title {
    font-size: 20px;
  }
}

.home_title[data-small] {}

.home_title>i {
  display: block;
}

.home_title>i>img {
  width: 2em;
  height: 2em;
  margin: 0 0 0.5em;
  vertical-align: bottom;
  object-fit: contain;
}

.home_title>i>[src*="bell"] {
  width: 3.5em;
  height: 2.5em;
  margin: 0 0 0.25em;
}

.home_title>span {
  display: block;
}



/**
 * セクション
**/
.section_home,
.home_wrap01 {
  padding: 60px 0 80px;
}

@media (max-width: 959.98px) {

  .section_home,
  .home_wrap01 {
    padding: 64px 0;
  }
}

@media (max-width: 767.98px) {

  .section_home,
  .home_wrap01 {
    padding: 40px 0;
  }
}


.home_left_wrap {
  width: calc(100% - 300px);
}

@media (max-width: 959.98px) {
  .home_left_wrap {
    width: 100%;
    max-width: none;
  }
}

.home_right_wrap,
.home_specialty_wrap {
  width: 260px;
}

@media (max-width: 959.98px) {

  .home_right_wrap,
  .home_specialty_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 28px auto;
    padding: 0;
    width: 100%;
    max-width: none;
  }
}


/**
 * メインビジュアル
**/

[id="main_image"] {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: stretch;
  min-height: 320px;
  background: url("../images/main_image.png") no-repeat center top;
  background-size: cover;
  position: relative;
  margin-top: 136px;
}

@media (max-width: 959.98px) {
  [id="main_image"] {}
}

@media (max-width: 767.98px) {
  [id="main_image"] {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: stretch;
    min-height: 220px;
    margin-top: 105px;
  }
}

[id="main_image"] .main_image__inner {
  max-width: 1300px;
  margin-inline: auto;
  position: relative;
}

[id="main_image"] .main_image__inner::before {
  content: '';
  display: block;
  background: url("../images/main_image_catch.png") no-repeat center top;
  background-size: contain;
  width: 23%;
  height: auto;
  aspect-ratio: 1 / 1;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 1;
  /* NOTE: 部品より下に */
  transform: translate(0, -50%);
}

@media (max-width: 767.98px) {
  [id="main_image"] .main_image__inner::before {
    width: 25%;
    height: auto;
    right: 0;
    top: auto;
    bottom: 0;
    transform: translate(10%, -5%);
  }
}

@media (max-width: 560.98px) {
  [id="main_image"] .main_image__inner::before {
    width: 30%;
    height: auto;
    transform: translate(30%, -55%);
  }
}

.main_image__inner>* {
  position: relative;
  z-index: 10;
  /* NOTE: イラストより上に */
}

.main_image__slogan {
  color: var(--main_c);
  font-size: 44px;
  font-weight: 700;
  line-height: 1.125;
  margin-bottom: .5em;
  text-align: center;
  text-shadow:
    0 0 0.75em #fff,
    0 0 0.75em #fff,
    0 0 0.75em #fff,
    0 0 0.75em #fff,
    0 0 0.75em #fff;
}

.main_image__slogan span {
  display: inline-block;
  color: var(--main_c);
  vertical-align: middle;
  line-height: 1.25;
}

.main_image__slogan em {
  display: inline-block;
  color: #F15A24;
  font-size: 1.15em;
  vertical-align: baseline;
  padding-inline: 0.25ex;
}

@media (max-width: 959.98px) {
  .main_image__slogan {
    font-size: 40px;
  }
}

@media (max-width: 767.98px) {
  .main_image__slogan {
    font-size: 28px;
    line-height: 1.55;
  }
}

@media (max-width: 560.98px) {
  .main_image__slogan {
    font-size: 6.25vw;
  }
}


.main_image__form {
  max-width: 900px;
  margin: 1ex auto 0;
}

.main_image__form form {}

.main_image__form_word {}

.main_image__form_word [type="search"],
.main_image__form_word [type="text"] {
  border-radius: var(--btn-radius);
  border: solid 1px #fff;
  background: #fff;
  width: 100%;
  height: 64px;
  padding: 0 12px;
}

/*
.main_image__form_select {
}
.main_image__form_select>label {
}
.main_image__form_select>label>select {
}
.main_image__form_select>label>select>option {
}
.main_image__form_sep {
}
*/
.main_image__form_submit {
  width: 112px;
  position: absolute;
  top: 50%;
  right: 12px;
  z-index: 1;
  transform: translate(0, -50%);
}

.main_image__form_submit>.btn {
  border-radius: var(--btn-radius-l);
  border: solid 1px #F15A24;
  background: #F15A24;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  width: 100%;
  height: 44px;
}

.main_image__form_submit>.btn>span {}

@media (max-width: 767.98px) {
  .main_image__form_submit {
    width: 56px;
  }

  .main_image__form_submit>.btn {
    font-size: 14px;
    height: 36px;
  }

  .main_image__form_word [type="search"],
  .main_image__form_word [type="text"] {
    height: 50px;
  }
}



/**
 * トップページスタイル
**/

.area_wrap {
  position: relative;
  padding: 0 2px;
  margin: 0 0 64px;
}

@media (max-width: 767.98px) {
  .area_wrap {
    display: none;
  }
}

.area_wrap a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding: 0 4px;
  margin: 0 0 4px 2px;
  background: #fff;
  color: #707070;
  border: 2px solid;
  border-radius: 2em;
  font-size: 12px;
  font-weight: bold;
  width: 88px;
  height: 24px;
}

.area_wrap p {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 8px;
  padding: 0;
}

.area_wrap img {
  width: 100%;
  height: auto;
}

.area_wrap__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

@media (max-width: 1300.98px) {
  .area_wrap__box {
    font-size: 8.125px;
  }
}

.area_wrap>div {
  position: absolute;
  z-index: 1;
  width: 100%;
  text-align: center;
}

/* area map svg */
.area_wrap .map_color {
  fill: #ebebeb;
}

.area_wrap .pref_color {
  fill: none;
  stroke: #ffffff;
  stroke-width: 0.5;
  stroke-linecap: round;
  stroke-miterlimit: 100;
}

.area_wrap .box_color {
  opacity: 0.8;
}

.area_wrap .box_fill_color {
  fill: #ffffff;
}

.area_wrap .box_line_color {
  fill: none;
  stroke: var(--main_c);
  stroke-width: 0.5;
  stroke-miterlimit: 100;
}

.area_wrap .line_color {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: none;
  stroke: var(--main_c);
  stroke-miterlimit: 10;
}

.area_wrap .pin_color {
  fill: var(--main_c);
}

.area_wrap .area_name {
  fill: var(--main_c);
  font-weight: bold;
}

[id="map"] {
  display: block;
  max-width: var(--basewrap-width-tight);
  width: 100%;
  height: auto;
  margin: 0 auto;
}

[id="map"] .area_name,
[id="map"] .pref_name {
  font-size: 14px;
}


.home_search_wrap {
  margin: 0 0 64px;
}

@media (max-width: 767.98px) {
  .home_search_wrap {
    padding: 16px 8px;
  }
}

.home_search_wrap>div+div {
  margin-top: 8px;
}

.home_search_wrap select {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  border: none;
  border-radius: var(--btn-radius-l);
  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.16);
  background: #fff;
  color: var(--font_c);
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  text-align: left;
  width: calc((100% - var(--box-gap-col) * 2) / 3);
  min-height: 4em;
  width: 100%;
  padding: 0 1.413em;
}

.home_kodawari_wrap {
  position: relative;
}

@media (max-width: 767.98px) {
  .home_kodawari_wrap {
    margin: 0 -2px;
    padding: 0 8px;
  }
}


/**
 * カテゴリボタン
 * NOTE: トップページのこだわり検索用ボタンですが、サイト内で自由に使えます。
**/

.box_kodawari {
  --box-gap-row: 15px;
  --box-gap-col: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
  max-width: var(--basewrap-width-tight);
  margin: 0 auto;
  padding: 0;
  gap: var(--box-gap-row) var(--box-gap-col);
}

.box_kodawari>li>a {}

@media (max-width: 959.98px) {
  .box_kodawari {
    --box-gap-row: 20px;
    --box-gap-col: 28px;
    gap: var(--box-gap-row) var(--box-gap-col);
  }
}

@media (max-width: 767.98px) {
  .box_kodawari {
    --box-gap-row: 12px;
    --box-gap-col: 8px;
    gap: var(--box-gap-row) var(--box-gap-col);
  }
}

.box_kodawari>li>a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  border: none;
  border-radius: var(--btn-radius-l);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.16);
  background: #fff;
  color: var(--font_c);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  text-align: left;
  width: 100%;
  min-height: 3em;
  padding: 0 1.413em;
  position: relative;
}

.box_kodawari>li>a::before {
  content: '';
  display: block;
  background-image: url(/common/images/arrow_kodawari_right.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 0.2em;
  top: 50%;
  transform: translate(0, -50%);
}

.box_kodawari.box--2col>* {
  width: calc((100% - var(--box-gap-col) * 1) / 2);
}

.box_kodawari.box--3col>* {
  width: calc((100% - var(--box-gap-col) * 2) / 3);
}

.box_kodawari.box--4col>* {
  width: calc((100% - var(--box-gap-col) * 3) / 4);
}

.box_kodawari.box--5col>* {
  width: calc((100% - var(--box-gap-col) * 4) / 5);
}

@media (max-width: 959.98px) {
  .box_kodawari>* {
    font-size: 16px;
  }

  .box_kodawari.box--2col>* {
    width: calc((100% - var(--box-gap-col) * 1) / 2);
  }

  .box_kodawari.box--3col>* {
    width: calc((100% - var(--box-gap-col) * 2) / 3);
  }

  .box_kodawari.box--4col>* {
    width: calc((100% - var(--box-gap-col) * 3) / 4);
  }

  .box_kodawari.box--5col>* {
    width: calc((100% - var(--box-gap-col) * 4) / 5);
  }
}

@media (max-width: 767.98px) {
  .box_kodawari>li>a {
    font-size: 13px;
    font-feature-settings: 'palt';
    padding: 0 .8em;
    line-height: 1.25;
  }

  .box_kodawari.box--2col>* {
    width: calc((100% - var(--box-gap-col) * 1) / 2);
  }

  .box_kodawari.box--3col>* {
    width: calc((100% - var(--box-gap-col) * 2) / 2);
  }

  .box_kodawari.box--4col>* {
    width: calc((100% - var(--box-gap-col) * 1) / 2);
  }

  .box_kodawari.box--5col>* {
    width: calc((100% - var(--box-gap-col) * 1) / 2);
  }

  .box_kodawari>*::before {
    width: 1em;
    height: 1em;
  }
}



/**
 * キーワードボタン
 * NOTE: トップページの人気キーワード検索用ボタンですが、サイト内で自由に使えます。
**/

.box_keyword {
  --box-gap-row: 16px;
  --box-gap-col: 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: stretch;
  align-items: stretch;
  max-width: var(--basewrap-width-tight);
  margin: 0 auto;
  padding: 0;
  gap: var(--box-gap-row) var(--box-gap-col);
}

.box_keyword a::before {
  content: "#";
}

@media (max-width: 959.98px) {
  .box_keyword {
    --box-gap-row: 20px;
    --box-gap-col: 28px;
    gap: var(--box-gap-row) var(--box-gap-col);
  }
}

@media (max-width: 767.98px) {
  .box_keyword {
    --box-gap-row: 12px;
    --box-gap-col: 12px;
    gap: var(--box-gap-row) var(--box-gap-col);
  }
}

.box_keyword>* {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  border: solid 1px var(--main_c);
  border-radius: 2em;
  background: #fff;
  color: var(--main_c);
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  text-align: left;
  min-height: 2.5em;
  padding: 0 1em;
  position: relative;
}

@media (max-width: 959.98px) {
  .box_keyword>* {
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .box_keyword>* {
    font-size: 14px;
  }
}



.topics_wrap {
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

@media (max-width: 767.98px) {
  .topics_wrap {
    flex-wrap: wrap;
  }
}

.topics_wrap .topics_left,
.topics_wrap .topics_right {
  width: calc((100% - 56px) / 2);
  padding: 0;
}

@media (max-width: 767.98px) {

  .topics_wrap .topics_left,
  .topics_wrap .topics_right {
    width: 100%;
    padding: 0;
  }
}

@media (max-width: 767.98px) {

  .topics_wrap *+.topics_left,
  .topics_wrap *+.topics_right {
    margin-top: 32px;
  }
}

.topics_wrap .home_title {
  border: solid 2px var(--main_c_light);
  position: relative;
  color: var(--main_c);
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  padding: 20px;
  margin-bottom: 16px;
}

@media (max-width: 767.98px) {
  .topics_wrap .home_title {
    border-width: 1px;
    font-size: 16px;
    padding: 12px 16px;
  }
}

.topics_wrap .home_title::after {
  content: attr(data-small);
  display: block;
  color: var(--font_c);
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
  position: absolute;
  left: 20px;
  bottom: 12px;
  z-index: 1;
  transform: translate(0, 0) scale(0.5);
  transform-origin: left bottom;
}

@media (max-width: 767.98px) {
  .topics_wrap .home_title::after {
    left: 16px;
    bottom: 6px;
  }
}

.topics_wrap .home_title>span {
  letter-spacing: normal;
  position: relative;
  z-index: 5;
}

.topics_wrap .home_title>a {
  display: block;
  border-bottom: solid 2px var(--main_c_light);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05ex;
  position: absolute;
  top: 50%;
  right: 12px;
  z-index: 1;
  transform: translate(0, -50%);
}

.topics_wrap .home_title>a::before {
  display: none;
}

.topics_wrap .box_more {
  margin-top: 8px;
}

.topics_wrap .topics {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.topics_wrap *+.topics {
  margin-top: 16px;
  padding-top: 16px;
  border-top: solid 1px #cecece;
}

.topics_wrap .topics img {
  width: 152px;
  height: 152px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 767.98px) {
  .topics_wrap .topics img {
    width: 104px;
    height: 104px;
  }
}

.topics_wrap .topics img+div {
  width: calc(100% - 152px);
  padding: 0 0 0 16px;
}

@media (max-width: 767.98px) {
  .topics_wrap .topics img+div {
    width: calc(100% - 104px);
  }
}

.topics_wrap .topics div h4 {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: solid 1px #3d3d3d;
  color: var(--main_c);
  font-size: 18px;
  font-weight: bold;
  font-feature-settings: "palt";
  line-height: 22px;
}

.topics_wrap .topics div p {
  font-size: 14px;
  line-height: 22px;
  color: var(--font_c);
}

.list_topics>a,
.list_topics_item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.list_topics>*+a,
*+.list_topics_item {
  margin-top: 16px;
  padding-top: 16px;
  border-top: solid 1px #cacaca;
}

.list_topics_item>figure {
  width: 152px;
}

@media (max-width: 767.98px) {
  .list_topics_item>figure {
    width: 72px;
  }
}

.list_topics_item>figure img {
  width: 152px;
  height: 152px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 767.98px) {
  .list_topics_item>figure img {
    width: 72px;
    height: 72px;
  }
}

.list_topics_item>div {
  width: calc(100% - 152px);
  padding: 0 0 0 16px;
}

@media (max-width: 767.98px) {
  .list_topics_item>div {
    width: calc(100% - 72px);
    padding: 0 0 0 8px;
  }
}

.list_topics_title {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: solid 1px #3d3d3d;
}

.list_topics_title span {
  display: block;
  color: var(--main_c);
  font-size: 18px;
  font-weight: bold;
  font-feature-settings: "palt";
  line-height: 22px;
  padding: 0 8px 0 0;
}

@media (max-width: 767.98px) {
  .list_topics_title span {
    font-size: 14px;
    line-height: 20px;
  }
}

.list_topics_title i {
  display: block;
  background: #000;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  padding: 8px;
}

@media (max-width: 767.98px) {
  .list_topics_title i {
    font-size: 12px;
    padding: 4px;
  }
}

.list_topics_text {
  font-size: 14px;
  line-height: 22px;
  color: var(--font_c);
}

.list_topics_cate {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  color: var(--font_c);
}

.list_topics_cate>li {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  margin: 0 16px 8px 0;
}

.list_topics_cate>li .icon_cate {
  display: none;
  width: 20px;
  height: 20px;
}

@media (max-width: 767.98px) {
  .list_topics_cate>li .icon_cate {
    width: 16px;
    height: 16px;
  }
}

.list_topics_cate>li span {
  font-size: 10px;
  font-weight: bold;
  white-space: nowrap;
}

.box_rank {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
  align-items: stretch;
}

@media (max-width: 767.98px) {
  .box_rank {
    padding: 0 8px;
  }
}

.box_rank>* {
  display: block;
  padding: 14px;
  border: solid 2px var(--main_c_light);
  background: #fff;
  border-radius: 4px;
}

@media (min-width: 768px) {
  .box_rank>* {
    width: calc((100% - 48px - 1px) / 4);
    margin: 16px 0 0 16px;
  }
}

@media (min-width: 768px) {
  .box_rank>*:first-child {
    display: block;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .box_rank>*:nth-child(2) {
    margin-left: 0;
  }
}

@media (max-width: 767.98px) {
  .box_rank>*+* {
    margin-top: 12px;
  }
}

.box_rank .popular_main {
  background: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
  align-items: stretch;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.box_rank .popular_main .rank {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #ccc;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  width: 72px;
  height: 72px;
  padding: 8px;
  line-height: 1;
}

.box_rank .popular_main .rank>b {
  display: inline-block;
  font-size: 24px;
  line-height: 24px;
  transform: translate(0, -2%);
}

.box_rank .popular_main .rank>i {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  transform: translate(0, -5%);
}

.box_rank .popular_main .rank1 {
  background: linear-gradient(135deg, #36a71f 0%, #36a71f 49%, rgba(54, 167, 31, 0) 50%, rgba(54, 167, 31, 0) 100%);
}

.box_rank .popular_main .rank2 {
  background: linear-gradient(135deg, #0077ab 0%, #0077ab 49%, rgba(0, 119, 171, 0) 50%, rgba(0, 119, 171, 0) 100%);
}

.box_rank .popular_main .rank3 {
  background: linear-gradient(135deg, #78bc27 0%, #78bc27 49%, rgba(120, 188, 39, 0) 50%, rgba(120, 188, 39, 0) 100%);
}

.box_rank .popular_main .rank4 {
  background: linear-gradient(135deg, #f39800 0%, #f39800 49%, rgba(243, 152, 0, 0) 50%, rgba(243, 152, 0, 0) 100%);
}

.box_rank .popular_main .rank5 {
  background: linear-gradient(135deg, #e61754 0%, #e61754 49%, rgba(230, 23, 84, 0) 50%, rgba(230, 23, 84, 0) 100%);
}

.box_rank .popular_main_left {
  width: 100%;
  margin: 0;
}

.box_rank .popular_main_right {
  width: 100%;
  margin: 0;
  position: relative;
}

.box_rank .popular_main_left img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

.box_rank .topic_title {
  margin: 8px 0;
  padding: 0 0 12px;
  font-size: 18px;
  font-weight: 700;
  font-feature-settings: "palt";
  line-height: 32px;
  word-break: break-all;
  color: var(--main_c);
  border-bottom: solid 2px #f1f6e5;
}

.box_rank .topic_title br {
  display: none;
}

.box_rank .topic_subtitle {
  display: block;
  font-size: 14px;
}

.box_rank .topic_detail {
  display: block;
  font-size: 14px;
  line-height: 24px;
}

.box_rank .popular_main .topic_date {
  display: block;
  font-size: 12px;
  color: #706e6e;
  padding: 8px 0;
}

@media (max-width: 767.98px) {
  .box_rank .popular_main .topic_date {
    margin: 0 0 8px;
  }
}

.box_rank .popular_main .topic_cate {
  display: block;
  font-size: 12px;
  color: var(--font_c);
}

.box_rank .popular_main .topic_cate>span {
  display: inline-block;
  border-radius: 32px;
  background: #f4f4f4;
  color: var(--font_c);
  padding: 4px 12px;
}

.box_rank .popular_main .topic_cate>span+span {
  margin-left: 4px;
}

@media (min-width: 768px) {
  .box_rank>*:first-child .popular_main_left {
    width: 33.33%;
  }
}

@media (min-width: 768px) {
  .box_rank>*:first-child .popular_main_right {
    width: 66.66%;
    padding: 0 0 0 14px;
  }
}

@media (min-width: 768px) {
  .box_rank>*:first-child .topic_title {
    margin: 32px 0 8px;
  }
}

@media (min-width: 768px) {
  .box_rank>*:first-child .popular_main .topic_date {
    position: absolute;
    left: 12px;
    top: 0;
    z-index: 1;
  }
}

@media (min-width: 768px) {
  .box_rank>*:first-child .popular_main .topic_cate {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }
}


/**
 * 都道府県ボタン
 * NOTE: トップページの都道府県検索用ボタンですが、サイト内で自由に使えます。
**/

.box_pref {
  --box-gap-row: 20px;
  --box-gap-col: 2em;
  --box-ttl-width: 144px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  max-width: var(--basewrap-width-tight);
  margin: 0 auto;
  padding: 0;
  gap: var(--box-gap-row) var(--box-gap-col);
}

.box_pref+.box_pref {
  margin-top: var(--box-gap-row);
}

@media (max-width: 959.98px) {
  .box_pref {
    --box-gap-row: 1em;
    gap: var(--box-gap-row) var(--box-gap-col);
  }

  .box_pref+.box_pref {
    margin-top: var(--box-gap-row);
  }
}

@media (max-width: 767.98px) {
  .box_pref {
    --box-gap-row: 1em;
    --box-gap-col: 1em;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    gap: var(--box-gap-row) var(--box-gap-col);
    position: relative;
    padding-left: 1.5em;
  }

  .box_pref+.box_pref {
    margin-top: calc(var(--box-gap-row) * 2);
  }
}

.box_pref::before {
  content: attr(data-pref-area-name);
  display: block;
  min-width: var(--box-ttl-width);
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .box_pref::before {
    width: 100%;
  }

  .box_pref::after {
    content: "";
    display: inline-block;
    width: .5em;
    height: .5em;
    border-bottom: solid 2px;
    border-right: solid 2px;
    position: absolute;
    top: .5em;
    left: 0;
    transform: rotate(-45deg);
  }
}

.box_pref>li {
  color: var(--main_c);
  line-height: 1;
  position: relative;
}

.box_pref>li+li::before {
  content: '';
  display: block;
  border-left: solid 1px;
  position: absolute;
  left: -1em;
  top: 0;
  bottom: 0;
}

@media (max-width: 767.98px) {
  .box_pref>li {
    padding-right: 1em;
  }

  .box_pref>li+li::before {
    display: none;
  }

  .box_pref>li::after {
    content: '';
    display: block;
    border-left: solid 1px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
  }

  .box_pref.all_pref>li::after {
    display: none !important;
  }
}

.box_pref a {
  display: block;
  color: inherit;
  font-weight: 700;
  text-decoration: none;
}




.home_news_list {
  display: flex;

  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
  max-width: var(--basewrap-width-tight);
  margin: 0 auto;
  gap: 12px;
}

@media only screen and (max-width: 767.98px) {
  .home_news_list {
    gap: 8px;
    flex-flow: column nowrap;
  }
}

.home_news_list>li,
.home_news_list>li>a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  color: var(--font_c);
  width: 100%;
  padding: 3em 4em 2em 2em;
  gap: 12px;
  position: relative;
}

.home_news_list>li {
  border-radius: var(--btn-radius);
  border: 1px solid var(--main_c);
  background: #fff;
  width: 50%;
}

@media screen and (max-width: 767.98px) {
  .home_news_list>li {
    width: 100%;
  }
}

.home_news_list>li:has(a) {
  padding: 0;
}

.home_news_list>li>a::before {
  content: '';
  display: block;
  background-image: url("/common/images/arrow_kodawari_right.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 1.25em;
  height: 1.25em;
  position: absolute;
  right: 0.5em;
  top: 50%;
  transform: translate(0, -50%);
}

@media only screen and (max-width: 767.98px) {

  .home_news_list>li,
  .home_news_list>li>a {
    padding: 2.8em 3em 1em 1em;
  }

  .home_news_list>li>a::before {
    width: 1em;
    height: 1em;
  }
}


.home_news_list time {
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  top: 1em;
  right: 2em;
}

.home_news_list p:not([class]) {
  font-weight: 400;
  width: 100%;
}

.home_news_list__cate {
  color: #fff;
  display: inline-block;
  border-top-left-radius: var(--btn-small-radius);
  background: #ff8c00;
  font-size: 14px;
  font-weight: 400;
  padding: .4em 2em;
  position: absolute;
  top: 0;
  left: 0;
}

.home_news_list__title {
  font-size: 20px;
  font-weight: 600;
  width: 100%;
  border-bottom: solid 1px #eee;
  margin-bottom: 10px;
  padding-bottom: .2em;
}

.home_news_list__desc {
  font-size: 14px;
  font-weight: 400;
  width: 100%;
}

.home_news_list+.box_btn {
  margin-top: 28px;
}

.home_gyosyu_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

.home_gyosyu_list>li {
  margin: 8px;
}

.home_gyosyu_list>li>a {
  display: block;
  background-color: var(--main_c);
  color: #fff;
  padding: .5em 1.5em;
  border-radius: var(--btn-radius-l);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.16);
}

.home_gyosyu_list>li>a::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url('/common/images/icon_tag.png');
  background-position: center;
  background-size: contain;
  margin-right: .5em;
  margin-bottom: -.1em;
}

.top_column_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top_column_box img {
  width: 100%;
}

.top_column_box .news_txt {
  width: 70%;
}

@media only screen and (max-width: 767.98px) {
  .home_news_list__title {
    font-size: 16px;
  }

  .top_column_box img,
  .top_column_box .news_txt {
    width: 100%;
  }

  .home_gyosyu_list>li {
    margin: 3px;
  }

  .home_gyosyu_list>li>a {
    font-size: 11px;
    padding: .4em 1em;
  }
}

.home_news_list>li>a.news_contents {
  align-items: flex-start;
}

.news_txt {
  line-height: 2;
  width: 100%;
}

.news_img {
  height: 10em;
  object-fit: cover;
  aspect-ratio: 3 / 2;
}

.main_txt {
  text-align: center;
  margin-top: 1rem;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
}

@media (max-width: 767.98px) {
  .news_txt {
    line-height: 1.75;
  }

  .news_img {
    height: auto;
    width: 100%;
  }

  .main_txt {
    font-size: 16px;
    line-height: 1.25;
  }
}

.home_notice_dl {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-content: stretch;
  align-items: stretch;
  max-width: var(--basewrap-width-tight);
  margin: 0 auto;
  border-bottom: solid 1px #eee;
  width: 100%;
  padding: 15px;
}

.home_notice_dl:last-child {
  border-bottom: none;
}

.home_notice_dl>dt {
  width: 10em;
  font-weight: bold;
}

.home_notice_dl>dd {
  width: calc(100% - 10em)
}

@media (max-width: 767.98px) {
  .home_notice_dl {
    padding: 10px;
  }

  .home_notice_dl>dt {
    width: 8em;
  }

  .home_notice_dl>dd {
    width: calc(100% - 8em)
  }
}

.home_column_box {}

.home_column_item {}

.home_column_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.home_column_box>.home_column_item {
  width: calc((100% - 45px) / 4);
  background-color: #fff;
  padding-bottom: 2rem;
}

.home_column_box::before,
.home_column_box::after {
  content: "";
  display: block;
  width: calc((100% - 45px) / 4);
}

.home_column_box::before {
  order: 1;
}

.home_column_item::after {
  content: "";
  display: block;
  width: calc((100% - 45px) / 4);
}

.home_column_item>img {
  object-fit: contain;
}

.home_column_item>h3 {
  padding: 1rem 1.5rem .5rem;
  font-size: 16px;
  line-height: 1.3;
}

.home_column_item>p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  padding: 0 1.5rem;
  font-size: 14px;
}

.baitai_title {
  max-width: var(--basewrap-width-tight);
  margin: 2.5rem auto 1.5rem;
  color: var(--main_c);
  border-bottom: solid 1px var(--main_c);
  padding-bottom: 1rem;
}

@media screen and (max-width: 1200.98px) {
  .home_column_box>.home_column_item {
    width: calc((100% - 20px) / 4);
    margin-bottom: 20px;
  }

  .home_column_box::before,
  .home_column_box::after {
    content: "";
    display: block;
    width: calc((100% - 20px) / 2);
  }
}

@media (max-width: 767.98px) {
  .baitai_title {
    font-size: 15px;
    margin: 1.5rem auto .5rem;
  }

  .home_column_box>.home_column_item {
    width: 100%;
  }
}


/**
* .about_page base_wrap
* aboutページ 共通画面幅
* 他ページと異なり間延びすると文字が読みにくいため狭める
**/
.about_page .base_wrap {
  max-width: 1440px;
}

/**
* .about_title__type00
* aboutページ 共通タイトル
* 共通スタイルのためflex内を想定したorder、widthは以下に記述しない
* flex内を想定したorder、width付与する場合は
* 親要素（もしくはグループ名）のクラス名を前方に付加、もしくは別クラス名をHTMLへ新たに追記し、CSS内該当パーツ記述箇所にて調整
**/
.about_title__type01 {
  font-size: 38px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: .1ex;
  text-align: center;
  margin: 0 0 20px;
  color: var(--main_c);
}

.about_title__type01::before {
  content: attr(data-small);
  display: block;
  color: #6fc3fe;
  font-size: 12px;
  font-family: "Segoe UI", "San Francisco", "Roboto", Arial, Helvetica, sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: normal;
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 28px;
}

.about_ttl {
  color: #484848;
  letter-spacing: 1px;
  text-align: center;
  text-shadow:
    3px 3px 5px #fff,
    -3px 3px 5px #fff,
    -3px -3px 5px #fff,
    3px -3px 5px #fff;
}

@media (max-width: 767.98px) {
  .about_ttl {
    font-size: 22px;
  }

  .about_title__type01 {
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 24px;
  }

  .about_title__type01::before {
    font-size: 8px;
    margin: 0 0 16px;
  }
}

.about_title__type02 {
  color: inherit;
  font-size: 24px;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-height: 32px;
  text-align: center;
  margin: 0 0 32px;
  padding: 0 16px;
}

.about_title__type01+.about_title__type02 {
  margin-top: -24px;
}

@media (max-width: 767.98px) {
  .about_title__type02 {
    font-size: 16px;
    line-height: 32px;
    margin: 12px 0 0;
    padding: 0 16px;
  }
}

.about_title__type03 {
  display: inline-block;
  border-bottom: 4px double #e9be38;
  color: #e9be38;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 4px;
  margin: 10px 0 8px;
}

@media (max-width: 959.98px) {
  .about_title__type03 {
    font-size: 20px;
    padding-bottom: 4px;
    margin: 16px 0 8px;
  }
}

/**
* .about_box__type00
* aboutページ 共通囲みスタイル
**/
.about_box__type01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.about_box__type01.many_letters {
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about_box__type01+.about_box__type01 {
  margin-top: 96px;
}

.about_box__type01_image {
  position: relative;
  width: 50%;
}

.about_box__type01_image::before {
  content: "";
  display: block;
  padding: 66.66% 0 0;
  position: relative;
  z-index: 1;
}

.about_box__type01_image img {
  border-radius: 6px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about_box__type01_text {
  width: calc(50% - 64px);
  padding-bottom: 48px;
}

.about_box__type01.many_letters .about_box__type01_text {
  padding-top: 48px;
  padding-bottom: 0;
}

.about_box__type01:nth-child(even) .about_box__type01_image {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.about_box__type01:nth-child(even) .about_box__type01_text {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.about_box__type01_title {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.1ex;
  line-height: 1.5;
  margin: 0 0 14px;
}

.about_box__type01_title::before {
  content: "";
  display: block;
  border-radius: 4px;
  border-top: solid 3px;
  width: 2em;
  height: 0;
  margin: 0 0 48px;
}

.about_box__type01_text p,
.about_box__type01_text ol,
.about_box__type01_text ul {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}

.about_box__type01_text p+p {
  margin-top: 16px;
}

@media (max-width: 767.98px) {
  .about_box__type01 {
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .about_box__type01+.about_box__type01 {
    margin-top: 48px;
  }

  .about_box__type01_image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }

  .about_box__type01_text {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-top: 16px;
    padding-bottom: 32px;
    width: 100%;
  }

  .about_box__type01.many_letters .about_box__type01_text {
    padding-top: 16px;
    padding-bottom: 32px;
  }

  .about_box__type01_title {
    font-size: 20px;
    margin: 0 0 24px;
  }

  .about_box__type01_title::before {
    border-top: solid 2px;
    width: 2em;
    margin: 0 0 24px;
  }

  .about_box__type01_text p,
  .about_box__type01_text ol,
  .about_box__type01_text ul {
    font-size: 14px;
    line-height: 2;
  }

  .about_box__type01_text *+p,
  .about_box__type01_text *+ol,
  .about_box__type01_text *+ul {
    margin-top: 16px;
  }
}

.about_box__type02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.about_box__type02+.about_box__type02 {
  margin-top: 96px;
}

.about_box__type02_image {
  position: relative;
  width: 50%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  pointer-events: none;
}

.about_box__type02_image::before {
  content: "";
  display: block;
  padding: 100% 0 0;
  position: relative;
  z-index: 1;
}

.about_box__type02_image img {
  border-radius: 6px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left top;
  object-position: left top;
  -webkit-transform: translate(12.5%, 39%) rotate(30deg) scale(1.5);
  transform: translate(12.5%, 39%) rotate(30deg) scale(1.5);
  -webkit-filter: drop-shadow(8px 8px 8px #ddd);
  filter: drop-shadow(8px 8px 8px #ddd);
}

.about_box__type02_text {
  width: 50%;
  position: relative;
  z-index: 5;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.about_box__type02_title {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.1ex;
  line-height: 1.5;
  margin: 0 0 24px;
}

.about_box__type02_text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}

.about_box__type02_text p+p {
  margin-top: 16px;
}

@media (max-width: 767.98px) {
  .about_box__type02 {
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .about_box__type02+.about_box__type02 {
    margin-top: 48px;
  }

  .about_box__type02_image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }

  .about_box__type02_text {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    padding-bottom: 16px;
  }

  .about_box__type02_title {
    font-size: 24px;
    line-height: 1.5;
    margin: 0 0 20px;
  }

  .about_box__type02_text p {
    font-size: 14px;
    line-height: 2;
  }
}

/**
* .about_section__base
* aboutページ 共通セクション
*
* 使用範囲が広いため、全て共通の場合以外、画像・色の設定はしない
**/
.about_section__base {
  padding: 20px 0 0;
}

@media (max-width: 767.98px) {
  .about_section__base {
    padding: 0;
    margin-top: 13rem;
  }
}

/**
* .plan_list
* aboutページ 掲載プラン
**/
.plan_list>table {
  table-layout: fixed;
  border-collapse: collapse;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

.plan_list>table>thead>tr>th,
.plan_list>table>thead>tr>td {
  background-color: rgba(0, 0, 0, 0.66);
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 12px 16px;
}

.plan_list>table>tbody>tr>th,
.plan_list>table>tbody>tr>td {
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  padding: 12px 16px;
  border-left: solid 1px rgba(0, 0, 0, 0.13);
}

.plan_list>table>tbody>tr>th {
  text-align: left;
}

.plan_list>table>tbody>tr>td {
  text-align: center;
}

.plan_list>table>tbody>tr:nth-child(even)>th,
.plan_list>table>tbody>tr:nth-child(even)>td {
  background-color: rgba(229, 240, 248, 0.66);
}

.plan_list_option {
  display: inline-block;
  border-radius: 3px;
  border: solid 1px #6fc3fe;
  background: #6fc3fe;
  color: #ff8d98;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.05ex;
  line-height: 14px;
  padding: 4px 8px;
  margin-top: 4px;
}

@media (min-width: 768px) {
  .plan_list>table>tbody>tr:nth-child(even)> :first-child {
    background-color: rgba(192, 214, 231, 0.66);
  }
}

@media (max-width: 767.98px) {
  .plan_list>table {
    font-size: 11px;
  }

  .plan_list>table>thead>tr> :first-child,
  .plan_list>table>tbody>tr> :first-child {
    width: 144px;
  }
}

.plan_list>p {
  color: rgba(0, 0, 0, 0.56);
  font-size: 16px;
  text-align: center;
  margin: 16px 0 0;
}

.plan_list table i {
  display: inline-block;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

/**
* .about_cta__box_btn
* aboutページ CTA
**/
.about_cta {
  padding: 40px;
  background: #fff;
  border-radius: 6px;
  max-width: 980px;
  margin: 0 auto 40px;
}

*+.about_cta {
  margin: 40px auto;
}

.about_cta>p {
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  text-align: center;
}

.about_cta>p small {
  color: rgba(0, 0, 0, 0.56);
  font-size: inherit;
}

@media (max-width: 767.98px) {
  .about_cta {
    margin: 24px auto 24px;
    padding: 24px;
  }

  .about_cta>p {
    font-size: 14px;
    line-height: 28px;
  }
}

.about_cta__box_btn {
  margin: 40px 0 0;
}

.about_cta .about_cta__box_btn {
  margin-top: 24px;
}

.about_cta__box_btn a {
  display: block;
  border-radius: 6px;
  -webkit-box-shadow: 0 4px 16px -4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 16px -4px rgba(0, 0, 0, 0.2);
  background: linear-gradient(45deg, #e9be38 0%, #f9c270 100%);
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  max-width: 500px;
  width: 100%;
  padding: 20px 50px;
  margin: 0 auto;
}

.about_cta__box_btn a:hover {
  opacity: 0.9;
}

@media (max-width: 767.98px) {
  .about_cta__box_btn {
    margin: 20px 0 0;
  }

  .about_cta__box_btn a {
    font-size: 8.75px;
    padding: 20px 8px;
  }
}

/**
* /about/ページ
**/
#about_benefit {
  background-color: #fff;
}

#about_useful {
  background-color: #fff;
}

.about_howtosearch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  margin: 70px 0;
}

.about_howtosearch>div {
  width: 15%;
  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: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.about_howtosearch :first-child {
  position: relative;
}

.about_howtosearch>div>div {
  padding: 40px 42px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.about_howtosearch>div>div>img {
  width: 90px;
  height: 95px;
  -o-object-fit: contain;
  object-fit: contain;
}

.about_howtosearch>div>span {
  font-size: 18.5px;
  font-weight: 500;
  background: #fdfc78;
  color: #e9be38;
  padding: 2px 12px;
  position: absolute;
  left: 0;
  top: 10px;
}

.about_howtosearch>div>p {
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  margin: 20px 0;
}

@media (max-width: 767.98px) {
  .about_howtosearch {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 0;
  }

  .about_howtosearch>div {
    width: 32%;
    margin: 0 20px;
  }

  .about_howtosearch>div>span {
    font-size: 10px;
    padding: 0 5px;
    top: 5px;
  }

  .about_howtosearch>div>div {
    padding: 20px 23px;
  }

  .about_howtosearch>div>div>img {
    width: 60px;
    height: 65px;
  }

  .about_howtosearch>div>p {
    font-size: 14px;
    margin: 15px 0;
  }
}

/**
* /about_services/ページ
**/
#about_service_elaborate {
  background-color: #fff;
}

#about_service_plans {
  background-color: #e5f0f8;
}

/**
* /about_kuchikomi/ページ
**/
#about_kuchikomi_3point {
  background-color: #fff;
}

#about_kuchikomi_3point .base_wrap {
  max-width: 1280px;
}

.about_kuchikomi_3point_parts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  counter-reset: kuchikomi-3point;
}

.about_kuchikomi_3point_parts>dl {
  border-radius: 6px;
  border: solid 4px #e1e1e1;
  background: #fff;
  -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.06);
  padding: 24px 24px 96px;
  position: relative;
}

.about_kuchikomi_3point_parts>dl::before {
  counter-increment: kuchikomi-3point;
  content: "0" counter(kuchikomi-3point);
  display: block;
  color: #e1e1e1;
  font-family: "Segoe UI", "San Francisco", "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 1;
  text-align: right;
  padding: 0 20px 20px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}

.about_kuchikomi_3point_parts>dl>dt {
  color: #e9be38;
  font-size: 20px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 700;
  line-height: 32px;
}

.about_kuchikomi_3point_parts>dl>dd {
  color: rgba(0, 0, 0, 0.56);
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  margin-top: 16px;
}

@media (min-width: 768px) {
  .about_kuchikomi_3point_parts {
    margin: 0 -24px;
  }

  .about_kuchikomi_3point_parts>dl {
    width: calc((100% - 144px) / 3);
    margin: 0 24px;
  }
}

@media (max-width: 767.98px) {
  .about_kuchikomi_3point_parts {
    margin: 0;
  }

  .about_kuchikomi_3point_parts>dl+dl {
    margin-top: 24px;
  }
}

#about_kuchikomi_equally {
  background-color: #fff;
  overflow: hidden;
}

@media (min-width: 768px) {
  #about_kuchikomi_equally {
    padding: 0;
  }
}

@media (max-width: 767.98px) {
  #about_kuchikomi_equally {
    padding-top: 48px;
  }
}

#about_kuchikomi_equally .about_box__type02 {
  min-height: 640px;
}

#about_kuchikomi_equally .about_box__type02_title>img {
  width: auto;
  height: 48px;
  vertical-align: top;
  margin: 0 0 32px;
}

#about_kuchikomi_equally .about_box__type02_title>span {
  display: block;
}

@media (max-width: 767.98px) {
  #about_kuchikomi_equally .about_box__type02 {
    min-height: 0;
  }

  #about_kuchikomi_equally .about_box__type02_title {
    text-align: center;
  }

  #about_kuchikomi_equally .about_box__type02_title>img {
    width: auto;
    height: 28px;
    margin: 0 0 16px;
  }
}

.about_disclaimer_parts {
  color: rgba(0, 0, 0, 0.56);
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
}

.about_disclaimer_parts .title_parts {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5ex;
  text-align: center;
}

.about_disclaimer_parts>*+* {
  margin-top: 28px;
}

@media (max-width: 767.98px) {
  .about_disclaimer_parts {
    font-size: 12px;
    line-height: 24px;
  }

  .about_disclaimer_parts .title_parts {
    font-size: 12px;
  }

  .about_disclaimer_parts>*+* {
    margin-top: 16px;
  }
}

.about_image {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: stretch;
  min-height: 368px;
  background: url(/common/images/about_bg.jpg) no-repeat center top;
  background-size: cover;
  position: relative;
}

.about_image_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  min-height: 368px;
}

.about_image_inner_item:first-child>img {
  text-align: center;
  display: block;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 400px;
  height: auto;
}

.about_image_inner_item:first-child>p {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  display: block;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 400px;
  height: auto;
  text-shadow: 0px 0px 20px #fff,
    2px 2px 0 #FFF,
    -2px -2px 0 #FFF,
    -2px 2px 0 #FFF,
    2px -2px 0 #FFF,
    0px 2px 0 #FFF,
    0 -2px 0 #FFF,
    -2px 0 0 #FFF,
    2px 0 0 #FFF;
}

.about_image_inner_item:first-child>p em {
  font-size: 52px;
}

.about_image_inner_item:last-child>img {
  display: block;
  position: absolute;
  bottom: -35px;
  right: 20px;
  width: 100%;
  max-width: 520px;
  height: auto;
}

.about_services_image {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: stretch;
  min-height: 368px;
  background: url(/common/images/about_service_bg.jpg) no-repeat center top;
  background-size: cover;
  position: relative;
}

.about_services_txt {
  display: block;
  margin: 0 auto;
}

.btn_request>a {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  border: solid 3px #fff;
  border-radius: 38px;
  background-color: #fc4312;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  width: 90%;
  max-width: 18em;
  height: 76px;
  padding: 0 3em;
  margin: 2.5rem auto 0;
  box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.3);
}

.about_txt_desc {
  font-size: 16px;
  letter-spacing: 1px;
  text-align: center;
  line-height: 1.65;
  margin-bottom: 30px;
}

.about_bg {
  background-color: #fef9ea;
  padding: 80px 0;
}

.about_box-2set {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.about_box-2set_item {
  width: calc((100% - 50px) / 2);
}

.about_title__type04 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.55;
  letter-spacing: .1ex;
  margin: 0 0 40px;
  color: var(--main_c);
}

.about_txt {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.6;
}

.about_box {
  padding: 40px 0;
}

.about_title__type05 {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  line-height: 1.55;
  letter-spacing: .1ex;
  margin: 0 0 20px;
  color: var(--main_c);
}

.about_box-3set {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.about_box-3set_item {
  width: calc((100% - 140px) / 3);
  position: relative;
}

.about_box-3set_item>img {
  border: solid 1px #ccc;
}

.about_box-3set_item:nth-child(1)::after,
.about_box-3set_item:nth-child(2)::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url('/common/images/about_arrow.png');
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 26%;
  right: -55px;
}

.about_box-1set {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.about_box-1set_item {
  width: 76%;
  position: relative;
    text-align: left;
    background-color: #EEF8F6;
    margin: 0 auto 20px auto;
    border-radius: 5px 5px 5px 5px;
    padding: 7px;
}

.about_box-1set_item>img {
  border: solid 1px #ccc;
}


.about_box-1set_item .step_num {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  margin: 20px 10px 0px 0;
}
.about_box-1set_item .about_txt_desc {
  font-size: 18px;
  letter-spacing: 1px;
  text-align: left;
  margin-bottom: 0px;
}

.step_num {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin: 20px 10px 10px 0;
}

.btn_register>p {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #fc4312;
  text-align: center;
}

.btn_register>a {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  border-radius: 38px;
  background-color: #fc4312;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  width: 15em;
  height: 76px;
  padding: 0 2em;
  margin: 0 auto;
}

.btn_register>a>span {
  font-size: 24px;
}

.about_txt_price {
  font-size: 120px;
  letter-spacing: -1px;
  font-weight: bold;
  color: #fc4312;
  text-align: center;
  margin-top: -30px;
}

.about_txt_price>span {
  font-size: 40px;
  margin-left: 1rem;
}

.about_txt_note {
  text-align: center;
  font-size: 14px;
  margin-bottom: 30px;
}

.about_title__category {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.75;
  letter-spacing: .1ex;
  text-align: center;
  margin: 0 0 30px;
  padding-bottom: 5px;
  color: var(--main_c);
  border-bottom: solid 10px var(--main_c);
}

.about_title__category>span {
  font-size: 26px;
}

.about_category_box {
  background-color: #f1faf8;
  padding: 4rem 10rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 3rem;
}

.about_category_box p {
  font-size: 16px;
  font-weight: bold;
  margin-left: -.5em;
  margin-bottom: 2px;
}

.about_category_box p.about_category_note {
  width: 100%;
  font-size: 16px;
  margin-top: 2rem;
  line-height: 1.75;
  font-weight: normal;
}

.about_category_list {
  width: 100%;
  margin-bottom: 1.5rem;
}

.about_category_list>li {
  list-style-type: circle;
  list-style-position: inside;
  font-size: 16px;
  /* padding: .1em 0; */
  display: inline;
  margin: .5rem 0;
}

.about_category_list>li>span {
  font-size: 18px;
  display: block;
  margin-left: 1em;
}

.about_category_list li::after {
  content: "／";
}

.about_category_list li:last-child:after {
  display: none;
}

.about_company_list {
  width: 50%;
}

.about_company_list>li {
  list-style-type: disc;
  list-style-position: inside;
  font-size: 16px;
  padding: .1em 0;
}

.about_merit_box {
  max-width: 600px;
  width: 100%;
  height: auto;
  margin: 0 auto 5rem;
}

.about_merit_box>h3 {
  font-size: 26px;
  font-weight: bold;
  color: var(--main_c);
  letter-spacing: 1px;
  margin: 1.5rem auto;
  text-align: center;
}

.about_txt_merit {
  font-size: 19px;
  letter-spacing: 1px;
  text-align: center;
  line-height: 1.75;
}

.about_txt_fee {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  margin: 3rem 0 1.5rem;
}

.about_title__3step {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 1rem;
  text-align: center;
  color: #fff;
  background-color: var(--main_c);
  margin-bottom: 5rem;
}

.about_services_step .step_num {
  color: var(--main_c);
}

.about_services_step .about_box-3set_item:nth-child(1)::after,
.about_services_step .about_box-3set_item:nth-child(2)::after {
  background-image: url(/common/images/about_services_arrow.png);
}

.about_txt_end {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.55;
  text-align: center;
  color: #484848;
  letter-spacing: 1px;
}

@media (max-width: 1280.98px) {
  .about_title__type04 {
    font-size: 28px;
  }

  .about_txt {
    font-size: 18px;
  }
    
.about_box-1set_item {
  width: 90%;
  position: relative;
    text-align: left;
    background-color: #EEF8F6;
    margin: 0 auto 20px auto;
    border-radius: 5px 5px 5px 5px;
    padding: 7px;
}
.about_box-1set_item .step_num {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  margin: 20px 10px 0px 0;
}
.about_box-1set_item .about_txt_desc {
  font-size: 14px;
  letter-spacing: 1px;
  text-align: left;
  margin-bottom: 0px;
}
}

@media (max-width: 1028.98px) {

  .about_image_inner_item:first-child>img {
    width: 300px;
    left: 5%;
  }

  .about_image_inner_item:first-child>p {
    left: 5%;
  }

  .about_image_inner_item:last-child>img {
    max-width: 430px;
  }
}

@media (max-width: 767.98px) {
  .about_category_box p.about_category_note {
    font-size: 14px;
    padding: 0 10px;
  }

  .about_image_inner {
    min-height: unset;
  }

  .about_image_inner_item {
    width: 100%;
    transform: scale(-1, 1);
  }

  .about_image_inner_item:first-child>img {
    top: -140px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 260px;
    -ms-transform: translateX(-50%);
  }

  .about_image_inner_item:first-child>p {
    top: -140px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 100%;
    -ms-transform: translateX(-50%);
  }

  .about_image_inner_item:last-child>img {
    bottom: unset;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  .about_image {
    transform: scale(-1, 1);
  }

  .about_txt_desc {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1.75;
  }

  .about_box-2set_item {
    width: 100%;
  }

  .about_bg {
    padding: 40px 0;
  }

  .about_box-2set_item:last-child {
    margin-top: 2rem;
  }

  .about_title__type04 {
    font-size: 18px;
    text-align: center;
    line-height: 1.55;
    margin: 0 0 15px;
  }

  .about_txt {
    font-size: 13px;
    letter-spacing: 0;
    text-align: center;
  }

  .about_box {
    padding: 20px 0;
  }

  .about_title__type05 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .about_box-3set_item {
    width: 100%;
  }

  .about_box-3set_item>img {
    display: block;
    margin: 0 auto;
  }

  .about_box-3set_item:nth-child(1)::after,
  .about_box-3set_item:nth-child(2)::after {
    top: unset;
    bottom: -45px;
    right: unset;
    left: 46%;
    transform: rotate(90deg);
    width: 30px;
    height: 30px;
  }

  .about_box-3set_item:nth-child(2),
  .about_box-3set_item:nth-child(3) {
    margin-top: 6rem;
  }

  .step_num {
    font-size: 16px;
  }

  .btn_register>p {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .btn_register>a {
    font-size: 20px;
    height: 60px;
  }

  .btn_register>a>span {
    font-size: 18px;
  }

  .about_services_image {
    min-height: 223px;
    background: url(/common/images/about_service_bg_sp.jpg) no-repeat center top;
    margin-bottom: -50px;
    background-size: cover;
  }

  .about_services_txt {
    width: 230px;
    height: auto;
  }

  .btn_request>a {
    font-size: 18px;
    height: 50px;
  }

  .about_txt_price {
    font-size: 70px;
  }

  .about_txt_price>span {
    font-size: 26px;
  }

  .about_txt_note {
    margin-bottom: 10px;
  }

  .about_title__category {
    font-size: 20px;
    margin-bottom: 15px;
    border-bottom: solid 8px var(--main_c);
  }

  .about_category_box {
    padding: 1.5rem 2rem;
    margin-bottom: 2rem;
  }

  .about_category_list,
  .about_company_list {
    width: 100%;
  }

  .about_category_box p {
    font-size: 15px;
    margin-bottom: 1px;
  }

  .about_category_list>li,
  .about_company_list>li {
    font-size: 14px;
    padding: 0;
  }

  .about_category_list>li>span {
    font-size: 14px;
    display: inline;
    margin-left: 0;
  }

  .about_category_note {
    font-size: 12px;
    margin-top: 1rem;
  }

  .about_title__category>span {
    font-size: 17px;
  }

  .about_merit_box>h3 {
    font-size: 18px;
  }

  .about_txt_merit {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1.75;
  }

  .about_txt_fee {
    font-size: 22px;
  }

  .about_title__3step {
    font-size: 18px;
    margin-bottom: 2rem;
    padding: 1rem;
  }

  .about_merit_box {
    margin: 0 auto 2rem;
  }

  .about_txt_end {
    font-size: 17px;
  }

  .about_image_end {
    margin-bottom: 0;
  }
}

@media (max-width: 480.98px) {
  .about_section__base {
    margin-top: 7rem;
  }

  .about_txt_lead {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1.55;
  }
}

/*accordion*/
.ac-menu_box {
  max-width: 920px;
  width: 100%;
  margin: 0 auto 2rem;
}

.ac-menu:last-child {
  margin-bottom: 60px;
}

.ac-menu input {
  display: none;
}

.ac-menu label {
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 1px;
  text-align: left;
  padding: 2rem 3.5rem 2rem 2rem;
  cursor: pointer;
  position: relative;
  display: block;
  border-bottom: solid 1px #ccc;
}

.ac-menu label:after {
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  width: 20px;
  height: 20px;
  background-image: url('/common/images/faq_arrow.png');
  background-position: center;
  background-size: contain;

}

.ac-menu div {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.3s;
}

.ac-menu input:checked~div {
  height: auto;
  opacity: 1;
  padding: 2rem 2.2rem;
  /* background: #fafafa; */
  font-size: 17px;
}

.ac-menu-inside {
  line-height: 1.6;
}

.ac-menu-inside a {
  text-decoration: underline;
}

@media (max-width: 767.98px) {
  .ac-menu label:after {
    width: 16px;
    height: 16px;
    right: 1rem;
  }

  .ac-menu label {
    font-size: 14px;
    line-height: 1.75;
    padding: 1rem 2.5rem 1rem .5rem;
  }

  .ac-menu input:checked~div {
    font-size: 14px;
    padding: 1rem;
  }

  .ac-menu:last-child {
    margin-bottom: 30px;
  }
}


@media screen and (max-width: 959.98px) and (min-width: 768px) {

  .about_txt_desc .tb_disp {
    display: none;
  }
}

.cate-txt-hide {
  display: none;
}

button.cate_more {
  width: 200px;
  margin: 10px auto 20px;
  display: block;
  background-color: var(--main_c);
  color: #fff;
  font-size: 18px;
  padding: 10px 15px;
  border: none;
  outline: 0;
  transition: .5s;
  -erbkit-transition: .5s;
  cursor: pointer;
}

button.cate_more:hover,
button.cate_more:focus {
  opacity: 1;
}

button.cate_more::after {
  content: "もっと見る";
  transition: .2s;
  -erbkit-transition: .2s;
}

button.cate_more.on-click::after {
  content: "閉じる";
}

@media (max-width: 767.98px) {
  button.cate_more {
    font-size: 14px;
  }
}


/**
* search main
**/
[id="main"].search_center_wrap {
  order: 2;
  /* NOTE: 3col style */
  width: calc(100% - 328px);

  /* NOTE: 1col style */
  width: 100%;
  max-width: var(--basewrap-width-tight);
  margin: 0 auto;
}

.search_right_wrap+[id="main"].search_center_wrap {
  width: calc(100% - 656px);
  width: 100%;
}

@media (max-width: 1300.98px) {
  .search_right_wrap+[id="main"].search_center_wrap {
    width: calc(100% - 536px);
    width: 100%;
  }
}

@media (max-width: 1200.98px) {
  .search_right_wrap+[id="main"].search_center_wrap {
    width: calc(100% - 268px);
    width: 100%;
  }
}

@media (max-width: 959.98px) {
  [id="main"].search_center_wrap {
    width: 100%;
  }

  .search_right_wrap+[id="main"].search_center_wrap {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  [id="main"].search_center_wrap {
    width: 100%;
  }

  .search_right_wrap+[id="main"].search_center_wrap {
    width: 100%;
  }
}

/**
* search left side
**/
[id="side"].search_left_wrap {
  order: 1;
  max-width: none;
  width: 300px;
  width: 100%;
  max-width: var(--basewrap-width-tight);
  margin: 0 auto 16px;
  padding: 16px 0 0;
  position: relative;
}

.search_left_banner {
  display: none;
  padding: 32px 0 0;
}

@media (max-width: 1300.98px) {
  [id="side"].search_left_wrap {
    width: 240px;
    width: 100%;
  }
}

@media (max-width: 1200.98px) {
  [id="side"].search_left_wrap {
    width: 240px;
    width: 100%;
  }

  .search_left_banner {
    display: block;
  }
}

@media (max-width: 959.98px) {
  [id="side"].search_left_wrap {
    width: 100%;
  }

  .search_left_banner {
    display: none;
  }

  /* htmlから data-search-items を外すと通常バージョン */
  [id="side"].search_left_wrap[data-search-items] {
    background: #fff;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 3000;
    width: auto;
    height: auto;
    padding: 16px 16px;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    transition: opacity 0.8s ease;
    opacity: 0;
    pointer-events: none;
  }

  [id="side"].search_left_wrap.active[data-search-items] {
    opacity: 1;
    pointer-events: auto;
  }

  /* 元のsubmitを消す */
  [id="side"].search_left_wrap[data-search-items] .search_item_submit {
    display: none;
  }

  [id="side"].search_left_wrap[data-search-items] .word_search .search-field {
    width: 100%;
  }

  [id="side"].search_left_wrap[data-search-items] .word_search .search-submit {
    display: none;
  }
}


/**
* search right side
**/
.search_right_wrap {
  order: 3;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
  max-width: none;
  width: 300px;
  width: 100%;
  max-width: var(--basewrap-width-tight);
  margin: 0 auto 16px;
  padding: 16px 0 0;
  gap: 16px;
  position: relative;
}

@media (max-width: 1300.98px) {
  .search_right_wrap {
    width: 240px;
    width: 100%;
  }
}

@media (max-width: 1200.98px) {
  .search_right_wrap {
    display: none;
  }
}

@media (max-width: 959.98px) {
  .search_right_wrap {
    display: none;
    width: auto;
  }
}


/**
 * search_item wrapper
**/
.search_item_group {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: var(--btn-radius-l);
  border: 2px solid var(--main_c);
  padding: 20px;
}

.search_item_group__title {
  /* border-bottom: solid 2px var(--main_c); */
  font-weight: 700;
  font-size: 20px;
  line-height: 1.125;
  text-align: center;
  width: 100%;
  margin: 0 0 12px;
  padding: 0 0 8px;
  cursor: pointer;
}

.search_item_group__title::after {
  content: "▼";
  margin-left: .5em;
  font-size: 1.7rem;
  vertical-align: top;
}

.search_item_group>.search_item_submit,
.search_item_group>.search_item {
  /* width: calc((100% - 20px * 2) / 3); */
  margin-top: 2rem;
}

@media (min-width: 960px) {
  .search_item_group {
    /* display: flex; */
    flex-flow: row wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: var(--btn-radius-l);
    border: 2px solid var(--main_c);
    padding: 20px;
    gap: 20px;
  }

  .search_item_group__title {
    margin: 0 0 -8px;
  }


}

/**
 * search_item
**/
.search_item {
  background-color: #fff;
  border: 1px solid var(--main_c);
  border-radius: var(--btn-radius);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
}

.search_item_head {
  background-color: var(--main_c);
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  padding: 6px 12px;
  margin: 0;
}

.search_item_head .step_number {
  display: none;
}

@media (max-width: 767.98px) {
  .search_item_head {
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0.1ex;
    padding: 8px 12px;
  }
}

.search_item_head[data-accordion-head]+* {
  position: relative;
  padding-bottom: 32px;
  height: 64px;
  transition: all 0.6s ease;
}

.search_item_head[data-accordion-head]+*::after {
  content: "";
  pointer-events: none;
  display: block;
  left: 0;
  right: 0;
  bottom: -30px;
  height: 32px;
  position: absolute;
  z-index: 2;
  box-shadow: 0 -32px 16px -8px rgba(255, 255, 255, 0.8) inset;
  transition: box-shadow 0.5s ease;
}

.search_item_head.active[data-accordion-head]+*::after {
  box-shadow: 0 0 0 0 white inset;
}

/* accordion open button sytle */
/* not use default button */
.search_item_head[data-accordion-head]::after,
.search_item_head.accordion_head::after {
  display: none;
}

/* open button (appended by js) */
.search_item_open {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid var(--main_c);
  background: var(--main_c);
  color: #fff;
  width: 28px;
  height: 28px;
  font-size: 16px;
  position: absolute;
  top: auto;
  right: 8px;
  bottom: 8px;
  left: auto;
  z-index: 1000;
  cursor: pointer;
  transition: all 0.5s ease;
}

.search_item_open::before {
  content: "\f3d0";
  display: block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  transition: inherit;
}

.search_item_open:focus,
.search_item_open:hover {
  opacity: 1;
}

.search_item_open.active {
  border: 1px solid var(--main_c);
  background: #fff;
  color: var(--main_c);
}

.search_item_open.active::before {
  transform: rotateX(180deg);
}

/* search_item_area */
.search_item_area_btn {
  padding: 12px;
  text-align: center;
}

.search_item_area_btn .btn {
  margin: 0;
}

/* checkbox_list */
.checkbox_list_area {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  padding: 0 16px 16px;
}

@media (max-width: 767.98px) {
  .checkbox_list_area {
    padding: 0 16px 16px;
  }
}

/* if search box is full width */
/*
@media (min-width: 768px){
	.checkbox_list_area > li {width: 8.33%;}
}
@media (min-width: 960px){
	.checkbox_list_area > li {width: 8.33%;}
}
@media (min-width: 1200px){
	.checkbox_list_area > li {width: 8.33%;}
}
*/
/* if search box is right side */
@media (min-width: 768px) {
  .checkbox_list_area>li {
    width: 33.33%;
  }
}

@media (min-width: 960px) {
  .checkbox_list_area>li {
    width: 33.33%;
  }
}

@media (min-width: 1200px) {
  .checkbox_list_area>li {
    width: 33.33%;
  }
}

.checkbox_list_area>li input {
  display: none;
  float: left;
  margin-top: 6px;
}

.checkbox_list_area>li a {
  display: block;
  position: relative;
  color: #666;
  font-size: 12px;
  padding: 4px 0 4px 12px;
}

.checkbox_list_area>li a::after {
  content: "";
  top: 0.833em;
  left: 0;
  width: 0.25em;
  height: 0.25em;
  color: #666;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2em;
  display: block;
  position: absolute;
  border-top: 2px solid var(--main_c);
  border-right: 2px solid var(--main_c);
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (min-width: 768px) {
  .checkbox_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    padding: 0 0 12px;
  }

  .checkbox_list>li {
    padding: 12px 12px 0;
    font-size: 12px;
    color: #666;
    /* width: 100%; */
  }
}

@media (min-width: 960px) {
  .checkbox_list>li {
    /* width: 100%; */
  }
}

@media (min-width: 1200px) {
  .checkbox_list>li {
    /* width: 100%; */
  }
}

.checkbox_list>li ul {
  padding: 0 0 0 16px;
}

@media (max-width: 767.98px) {
  .checkbox_list {
    padding: 14px 14px;
  }

  .checkbox_list>li {
    margin-bottom: 8px;
  }

  .checkbox_list>li ul {
    padding: 0 0 8px 20px;
  }

  /* checkbox_list_area */
  .checkbox_list_area>li input {
    margin-top: 14px;
    margin-right: 8px;
  }

  .checkbox_list_area>li a {
    padding: 8px 0 8px 12px;
    margin-right: 16px;
    font-size: 12px;
  }

  .checkbox_list_area>li a::after {
    content: "";
    top: 50%;
    left: 0;
    width: 0.25em;
    height: 0.25em;
    color: #666;
    font-size: 1em;
    font-weight: 700;
    line-height: 1.2em;
    display: block;
    position: absolute;
    border-top: 2px solid var(--main_c);
    border-right: 2px solid var(--main_c);
    border-bottom: 2px solid transparent;
    border-left: 2px solid transparent;
    transform: translate(0, -50%) rotate(45deg);
  }
}

/* search_item word_search */
.search_item .word_search_wrap {
  padding: 12px;
}

.search_item .word_search {
  width: 100%;
}

/* search_item button */
.search_item_submit {
  text-align: center;
}

.search_item_submit .btn {
  max-width: 350px;
}

.search_center_wrap .title02 {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4em;
  overflow: hidden;
  padding: 32px 0 0;
  margin: 0 0 8px;
  color: var(--font_c);
}

.search_center_wrap .title02 span {
  float: right;
  font-size: 11px;
  font-weight: 100;
  color: #706e6e;
}

.search_center_wrap .title02 span b {
  font-size: 18px;
  font-weight: 700;
  color: var(--main_c);
  padding-right: 3px;
}

@media (max-width: 767.98px) {
  .search_center_wrap .title02 {
    border-radius: 6px;
    background: #fff;
    font-size: 16px;
    text-align: center;
    position: relative;
    overflow: visible;
    padding: 16px;
    margin: 0 0 8px;
  }

  .search_center_wrap .title02 span {
    padding-top: 8px;
    float: none;
    display: block;
  }

  .search_center_wrap .title02 span b {
    font-size: 16px;
  }
}

.search_center_wrap .column_detail_main {
  font-size: 12px;
  line-height: 1.45;
  margin-bottom: 1.5em;
}

@media (max-width: 767.98px) {
  .detail_box .title02 {
    text-align: left;
    padding: 0;
    margin: 0;
  }

  .search_center_wrap .column_detail_main {
    font-size: 12px;
    line-height: 28px;
    margin: 0 0 8px;
  }
}

.search_change_view {
  max-width: 550px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.search_change_view div p {
  background-color: #555;
  color: #fff;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  font-weight: 600;
  padding: 0 12px;
  margin: 0 0 12px;
}

@media (max-width: 1300.98px) {
  .search_change_view div p {
    height: auto;
    font-size: 12px;
    padding: 3px 8px;
  }
}

@media (max-width: 767.98px) {
  .search_change_view div p {
    background: #fff;
    color: #383838;
    text-align: left;
    margin: 0;
    padding: 0 0 8px;
    font-weight: 700;
  }
}

/**
* 検索項目
**/
.option {
  display: block;
  font-size: 13px;
  line-height: 1.615em;
  padding: 0 0 0 22px;
  position: relative;
  cursor: pointer;
}

.option input {
  position: absolute;
  opacity: 0;
}

.option_status {
  position: absolute;
  left: 0;
  top: 0.25em;
  z-index: 1;
  transform: translate(0, 2%);
  width: 1em;
  height: 1em;
  border: solid 1px var(--main_c);
  overflow: hidden;
}

.option_status::before,
.option_status::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: var(--main_c);
  opacity: 0;
}

.option_status::before {
  transform: scale(1.25);
}

.option.option_checkbox .option_status {
  border-radius: 0;
}

.option.option_radio .option_status {
  border-radius: 50%;
}

.option.option_checkbox .option_status::before {
  border-radius: 0;
}

.option.option_radio .option_status::before {
  border-radius: 50%;
}

/* hover,focus style */
.option:hover input~.option_status::before,
.option input:focus~.option_status::before {
  background: var(--main_c);
  opacity: 0;
}

.option:hover input~.option_status::after,
.option input:focus~.option_status::after {
  background: var(--main_c);
  opacity: 0.5;
}

/* checked style */
.option input:checked~.option_status::before {
  opacity: 1;
}

.option input:checked~.option_status::after {
  opacity: 0;
}


/**
 * フローティングメニュー
**/
[id="search_f_menu"] {
  --menu-padding: 12px;
  --menu-lead-width: 144px;
  --menu-btn-width: 88px;
  --menu-btn-height: 44px;
  --menu-close-width: 44px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0);
  color: var(--main_c);
  width: calc(var(--menu-btn-width) + var(--menu-padding) * 2);
  height: calc(var(--menu-btn-width) + var(--menu-padding) * 2);
  padding: var(--menu-padding);
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1000;
  transition: background-color 0.4s ease, color 0.2s ease, width 0.2s ease, height 0.2s ease;
}

[id="search_f_menu"].active {
  background: #faff2c;
  color: var(--font_c);
  width: 100%;
  height: calc(var(--menu-btn-height) + var(--menu-padding) * 2);
}

@media (min-width: 960px) {
  [id="search_f_menu"] {
    display: none;
  }
}

[id="search_f_menu"] .text_parts {
  color: inherit;
  font-size: 11px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.1ex;
  text-align: left;
  width: calc(100% - var(--menu-btn-width));
  width: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  transition: width 0.2s ease, padding 0.2s ease;
}

[id="search_f_menu"].active .text_parts {
  width: calc(100% - var(--menu-lead-width));
  padding: 0 28px 0 0;
}

[id="search_f_menu"] .box_btn {
  width: var(--menu-btn-width);
  padding: 0;
  margin: 0;
  position: relative;
  transition: width 0.2s ease;
}

[id="search_f_menu"].active .box_btn {
  width: var(--menu-lead-width);
}

[id="search_f_menu"] .btn_change {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: solid 2px;
  background: #faff2c;
  color: inherit;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1ex;
  position: relative;
  width: var(--menu-btn-width);
  height: auto;
  aspect-ratio: 1 / 1;
  margin: 0 0 0 auto;
  transition: opacity 0.4s ease;
}

/* style */
[id="search_f_menu"] .btn_change[data-search-results-change] {
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.3);
}

[id="search_f_menu"] .btn_change[data-search-results-cancel],
[id="search_f_menu"] .btn_change[data-search-results-submit] {
  border-radius: var(--btn-radius);
  background: transparent;
  height: var(--menu-btn-height);
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

[id="search_f_menu"] .btn_change[data-search-results-cancel] {
  font-size: 16px;
  width: var(--menu-close-width);
  right: calc(var(--menu-btn-width) + 8px);
}

[id="search_f_menu"] .btn_change[data-search-results-submit] {
  right: 0;
}

/* transition */
[id="search_f_menu"] .btn_change[data-search-results-change] {
  opacity: 1;
}

[id="search_f_menu"] .btn_change[data-search-results-cancel] {
  opacity: 0;
  pointer-events: none;
}

[id="search_f_menu"] .btn_change[data-search-results-submit] {
  opacity: 0;
  pointer-events: none;
}

[id="search_f_menu"].active .btn_change[data-search-results-change] {
  opacity: 0;
  pointer-events: none;
}

[id="search_f_menu"].active .btn_change[data-search-results-cancel] {
  opacity: 1;
  pointer-events: auto;
}

[id="search_f_menu"].active .btn_change[data-search-results-submit] {
  opacity: 1;
  pointer-events: auto;
}

.modal_open {
  cursor: pointer;
}

.modal_open:hover {
  background-color: #e4f7fc;
}

#modal_pop-up,
#modal_pop-up_fav,
#modal_pop-up_dl,
#modal_pop-up_fee,
#modal_pop-up_design {
  display: none;
}

.modal_overlay {
  display: none;
}

#modal_pop-up_fav:checked+.modal_overlay,
#modal_pop-up_dl:checked+.modal_overlay,
#modal_pop-up_fee:checked+.modal_overlay,
#modal_pop-up_design:checked+.modal_overlay {
  display: block;
  z-index: 9999;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}

#modal_pop-up:checked+.modal_overlay {
  display: block;
  z-index: 9999;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  cursor: auto;
}

.modal {
  max-width: 980px;
  width: 94%;
  height: auto;
  margin: 0 auto;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 8rem 5rem;
  border-radius: 3px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  cursor: auto;
}

.modal>p {
  text-align: center;
  margin: 1em 0;
  font-weight: bold;
}

.modal>ul {
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.modal>ul>li {
  margin: 10px;
}

.modal-btn_login {
  font-size: 1.6rem;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  border-radius: 2em;
  background: #e8f6f4;
  color: #fff;
  font-weight: 700;
  min-width: 240px;
  height: 54px;
  padding: 0 2em;
  border: none;
  background-color: var(--main_c);
  cursor: pointer;
}

.modal-btm_register {
  font-size: 1.6rem;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  border-radius: 2em;
  background: linear-gradient(-331deg, #fac739 0%, #fac739 0%, #fb0d6a 100%, #fb0d6a 100%);
  background-size: 112% 112%;
  color: #fff;
  font-weight: 700;
  min-width: 240px;
  height: 54px;
  padding: 0 2em;
  border: none;
  cursor: pointer;
}

.modal-btn_login:hover,
.modal-btm_register:hover {
  opacity: .7;
}

.modal_close {
  font-size: 1.6rem;
  font-weight: bold;
  cursor: pointer;
  position: absolute;
  top: 1rem;
  right: 1rem;
  background-color: #fff;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f2f2f2;
}

.modal-btn_publish {
  background: var(--main_c);
  color: #fff;
  border-radius: 6px;
  border: 1px solid var(--main_c);
  font-size: 20px;
  font-weight: 700;
  line-height: 68px;
  text-align: center;
  height: 64px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}

.modal-btn_publish::before {
  content: "\f380";
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0) scale(1.75, 1.75);
  transform-origin: right center;
  margin: 0 8px 0 0;
}

.modal-btn_publish:hover {
  background: var(--main_c);
}

.detail_main_btn {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin: 0 0 5px;
}

.detail_main_btn .modal-btn_publish {
  width: 18em;
  font-size: 17px;
  height: 52px;
  font-weight: 500;
  letter-spacing: .1rem;
}

.modal-btn_dl {
  background: #fac739;
  color: #fff;
  border-radius: 6px;
  border: 1px solid #fac739;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .1rem;
  padding: 0 1em;
  line-height: 1;
  text-align: center;
  height: 52px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

.modal-btn_dl:hover {
  background: #fac739;
}


.modal-link_fee span {
  color: var(--text_link_c);
  text-decoration: underline;
}
.modal_open_s {
	cursor:pointer;
}
.modal_open_s:hover {
    background-color: #e4f7fc;
}
#modal_pop-up_s {
	display: none;
}
.modal_overlay_s {
	display: none;
}
#modal_pop-up_s:checked + .modal_overlay_s {
	display: block;
	z-index: 99;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
    background:rgba(0,0,0,0.05);
}
.modal_s {
    /* max-width: 700px;
    width: 90%; */
    /* height: auto;
    margin: 0 auto; */
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 3rem 2rem;
	border-radius: 3px;
	position: fixed;
  z-index: 999;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.modal_s > p {
    text-align: center;
}
.modal_s > ul {
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 0;
    padding: 0;
}
.modal_s > ul > li {
    margin: 10px;
}
.modal-btn_login_s {
    font-size: 1.6rem;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    border-radius: 2em;
    background: #e8f6f4;
    color: #fff;
    font-weight: 700;
    min-width: 240px;
    height: 54px;
    padding: 0 2em;
    border: none;
    background-color: #17A88E;
    cursor: pointer;
}
.modal-btm_register_s {
    font-size: 1.6rem;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    border-radius: 2em;
    background: linear-gradient(-331deg, #fac739 0%, #fac739 0%, #fb0d6a 100%, #fb0d6a 100%);
    background-size: 112% 112%;
    color: #fff;
    font-weight: 700;
    min-width: 240px;
    height: 54px;
    padding: 0 2em;
    border: none;
    cursor: pointer;
}
.modal-btn_login_s:hover,
.modal-btm_register_s:hover {
    opacity: .7;
}
.modal_close_s {
    font-size: 1.6rem;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    top: 1rem;
    right: 1rem;
    background-color: #fff;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f2f2f2;
}
@media (max-width: 767.98px) {
  .detail_main_btn {
    margin: 0 0 15px;
    justify-content: flex-start;
    gap: 8px;
  }

  .detail_main_btn .modal-btn_publish,
  .modal-btn_dl {
    width: 100%;
    font-size: 15px;
    height: 48px;
    letter-spacing: 0;
    margin-right: 0;
  }

  .modal {
    padding: 2rem 2rem 4rem;
  }

  .modal>p {
    margin: 3em 0 1em;
  }

  .modal-btn_login,
  .modal-btm_register {
    min-width: 9em;
  }

  .modal>ul>li {
    margin: 5px;
  }
}

.btn_dl a::before,
.modal-btn_dl::before {
  content: "";
  display: inline-block;
  width: 29px;
  height: 29px;
  margin: 0 0 0 8px;
  background-image: url(/common/images/icon_dl.png);
  background-size: contain;
  background-position: center;
}

.modal-btn_dl::before {
  margin: 0 4px 0 0px;
}

.detail_info_flow.btn_dl a {
  position: relative;
  padding-left: 1.5em;
}

.detail_info_flow.btn_dl a::before {
  position: absolute;
  top: 0;
  left: -.5em;
}

@media screen and (max-width: 767.98px) {

  .detail_main_btn .btn_dl,
  .detail_main_btn .btn_net {
    width: 100%;
  }

  .detail_main_btn .btn_dl>a {
    margin-right: 0;
    padding: 0;
  }
}
.search_result_box .search_result_item .btn_bookmark_delete {
  top: -10px;
  right: -10px;
}
.search_result_box .search_result_item {
 border: none;
 padding: 0;
}
.search_result_box {
  width: calc((98% - 20px) / 2);
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: var(--btn-radius-l);
  border: 2px solid var(--main_c);
  padding: var(--result-item-padding);
}
.mypage_bookmark_box {
  position: relative;
  width: 100%;
}
.mypage_bookmark_box .btn_bookmark {
  position: absolute !important;
  top: 0;
  right: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 0;
    border: none;
    background: transparent;
    color: var(--main_c);
    font-size: 14px;
    font-weight: 400;
    line-height: inherit;
    text-align: center;
    min-width: 2em;
    width: auto;
    height: auto;
    padding: 0;
    opacity: 1;
    transition: all 0.2s ease;
    position: relative;
}
.mypage_bookmark_box .btn_bookmark::before {
    background-image: url(/common/images/icon_search_fav.svg);
    opacity: 1;
}
.mypage_bookmark_box .btn_bookmark::before,
.mypage_bookmark_box .btn_bookmark::after {
    content: '';
    display: block;
    background-image: url(/common/images/icon_search_fav.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 2em;
    height: auto;
    aspect-ratio: 1 / 1;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    /* transform: translate(0, -50%); */
    transition: opacity 0.2s ease;
}
.mypage_bookmark_box .btn_bookmark::after {
    background-image: url(/common/images/icon_search_fav_active.svg);
    opacity: 0;
}
.mypage_bookmark_box .btn_bookmark:hover::after,
.mypage_bookmark_box .btn_bookmark:focus::after {
    background-image: url(/common/images/icon_search_fav_active.svg);
    opacity: 1;
}
@media (max-width: 960.98px) {
  .search_result_box {
    width: 100%;
  }
  .mypage_bookmark_box .btn_bookmark {
    font-size: 12px;
  }
  .search_result_box .title_parts {
    padding-right: 2.5rem !important;
  }
}

/**
 * search result
**/


/**
 * search result list
**/
.search_result_wrap {
  --result-list-gap: 28px;
  --result-item-padding: 12px;
  --result-item-img-width: 90px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
  margin: 0;
  padding: 0;
  gap: var(--result-list-gap);
}

@media (max-width: 959.98px) {
  .search_result_wrap {
    --result-list-gap: 12px;
    --result-item-padding: 12px;
    --result-item-img-width: 104px;
    margin: 0;
    padding: 0;
    gap: var(--result-list-gap);
  }
}

@media (max-width: 767.98px) {
  .search_result_wrap {
    --result-list-gap: 12px;
    --result-item-padding: 12px;
    --result-item-img-width: 104px;
    margin: 0;
    padding: 0;
    gap: var(--result-list-gap);
  }
}


/**
 * search result list item
**/
.search_result_item {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: var(--btn-radius-l);
  border: 2px solid var(--main_c);
  background: #fff;
  width: calc((100% - var(--result-list-gap)) / 2);
  margin: 0;
  padding: var(--result-item-padding);
  position: relative;
}

@media (max-width: 767.98px) {
  .search_result_item {
    width: 100%;
  }
}

.search_result_item .company {
  margin: 0;
  padding: 0 25px 0 25px;
  line-height: 1.6;
  font-size: 14px;
}

@media (max-width: 767.98px) {
  .search_result_item .company {
    margin: 0;
    padding: 0 16px;
    line-height: 1.6;
    font-size: 14px;
  }
}

.search_result_wrap .title_parts {
  position: relative;
  padding: 0;
  padding-right: 4rem;
  width: 100%;
  margin-bottom: 1.5rem;
}

.search_result_item .tit01 {
  margin: 0 0 8px 0;
  padding: 0 25px 0 25px;
  color: var(--main_c);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

@media (max-width: 767.98px) {
  .search_result_wrap .title_parts {
    padding-right: 2rem;
  }

  .search_result_item .tit01 {
    margin: 0 0 8px;
    padding: 0 16px;
    line-height: 1.6;
    font-size: 24px;
    font-weight: 700;
  }
}

.search_result_wrap .title_parts .tit01 {
  color: var(--main_c);
  font-size: 20px;
  font-weight: 700;
  font-feature-settings: "palt";
  line-height: 1.25;
  margin: 0;
  padding: 0;
}

@media (max-width: 767.98px) {
  .search_result_wrap .title_parts .tit01 {
    font-size: 18px;
  }
}

.search_result_wrap .title_parts .tit01 a {
  color: inherit;
}

/* fav */
.search_result_wrap .title_parts .btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 0;
  border: none;
  background: transparent;
  color: var(--main_c);
  font-size: 14px;
  font-weight: 400;
  line-height: inherit;
  text-align: center;
  min-width: 28px;
  width: auto;
  height: auto;
  padding: 0 1.75em 0 0;
  position: absolute;
  right: 0;
  top: calc((1lh - 1em) / 2);
  z-index: 1;
  opacity: 1;
  transition: all 0.2s ease;
}

@media (min-width: 768px) {

  .search_result_wrap .title_parts .btn:focus,
  .search_result_wrap .title_parts .btn:hover {
    border-radius: 0;
    border: none;
    background: transparent;
    color: var(--main_c);
    opacity: 1;
  }
}

.search_result_wrap .title_parts .btn.active {
  opacity: 1;
}

/* default style */
.search_result_wrap .title_parts .btn::before,
.search_result_wrap .title_parts .btn::after {
  content: '';
  display: block;
  background-image: url("/common/images/icon_search_fav.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 1.5em;
  height: auto;
  aspect-ratio: 1 / 1;
  position: absolute;
  right: 0;
  top: .5rem;
  z-index: 1;
  transform: translate(0, -50%);
  transition: opacity 0.2s ease;
}

@media screen and (max-width: 767.98px) {

  .search_result_wrap .title_parts .btn::before,
  .search_result_wrap .title_parts .btn::after {
    top: 5px;
  }
}

.search_result_wrap .title_parts .btn::before {
  background-image: url("/common/images/icon_search_fav.svg");
  opacity: 1;
}

.search_result_wrap .title_parts .btn::after {
  background-image: url("/common/images/icon_search_fav_active.svg");
  opacity: 0;
}

/* active style */
@media (min-width: 768px) {

  .search_result_wrap .title_parts .btn:hover::before,
  .search_result_wrap .title_parts .btn:focus::before {
    background-image: url("/common/images/icon_search_fav.svg");
    opacity: 0;
  }

  .search_result_wrap .title_parts .btn:hover::after,
  .search_result_wrap .title_parts .btn:focus::after {
    background-image: url("/common/images/icon_search_fav_active.svg");
    opacity: 1;
  }
}

.search_result_wrap .title_parts .btn.active::before {
  background-image: url("/common/images/icon_search_fav.svg");
  opacity: 0;
}

.search_result_wrap .title_parts .btn.active::after {
  background-image: url("/common/images/icon_search_fav_active.svg");
  opacity: 1;
}



/**
* グレードタグ wrapper（検索ページのみ）
**/
.search_result_wrap .grade_parts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  padding: 0 0 16px;
  position: relative;
}

@media (max-width: 767.98px) {
  .search_result_wrap .grade_parts {
    padding: 0;
  }
}

/* .grade_parts_tags */
.search_result_wrap .grade_parts .grade_parts_tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
}

@media (max-width: 767.98px) {
  .search_result_wrap .grade_parts .grade_parts_tags {
    width: 100%;
    padding-right: 36px;
    margin: 0 0 8px;
  }
}

/**
* タグ・カテゴリ（グレードタグ）
* ※詳細ページと共通のスタイル
**/
.grade_parts_tags>label {
  display: block;
  margin: 0 4px 0 0;
  background: #f4f4f4;
  color: inherit;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  padding: 8px 12px;
  border-radius: 6px;
  text-align: center;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.grade_parts_tags>label:focus,
.grade_parts_tags>label:hover {
  opacity: 1;
}

.grade_parts_tags>label>button {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  border: none;
  background: transparent;
  cursor: pointer;
}

.grade_parts_tags>label:focus>button,
.grade_parts_tags>label:hover>button,
.grade_parts_tags>label>button:focus,
.grade_parts_tags>label>button:hover {
  opacity: 1;
}

.grade_parts_tags>label>button>img {
  display: none;
}

@media (max-width: 767.98px) {
  .grade_parts_tags>label {
    font-size: 8px;
    line-height: 12px;
    padding: 4px 8px;
  }

  .grade_parts_tags>label>button {
    top: 6px;
    right: 5px;
  }
}

.grade_parts_tags .grade_parts_tag1,
.grade_parts_tags .grade_parts_tag2,
.grade_parts_tags .grade_parts_tag3,
.grade_parts_tags .grade_parts_tag4,
.grade_parts_tags .grade_parts_tag5,
.grade_parts_tags .grade_parts_tag6,
.grade_parts_tags .grade_parts_tag7,
.grade_parts_tags .grade_parts_tag8,
.grade_parts_tags .grade_parts_tag9,
.grade_parts_tags .grade_parts_tag10,
.grade_parts_tags .grade_parts_tag11,
.grade_parts_tags .grade_parts_tag12,
.grade_parts_tags .grade_parts_tag13,
.grade_parts_tags .grade_parts_tag14,
.grade_parts_tags .grade_parts_tag15,
.grade_parts_tags .grade_parts_tag16,
.grade_parts_tags .grade_parts_tag17,
.grade_parts_tags .grade_parts_tag18,
.grade_parts_tags .grade_parts_tag19,
.grade_parts_tags .grade_parts_tag20,
.grade_parts_tags .grade_parts_tag21,
.grade_parts_tags .grade_parts_tag22,
.grade_parts_tags .grade_parts_tag23 {
  background: #f4f4f4;
  color: inherit;
}

/* .grade_parts_score */
.search_result_wrap .grade_parts .grade_parts_score {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
  color: #706e6e;
  margin-left: auto;
  padding-right: 28px;
}

@media (max-width: 767.98px) {
  .search_result_wrap .grade_parts .grade_parts_score {
    padding-right: 36px;
  }
}

.search_result_wrap .grade_parts .grade_parts_score label {
  display: block;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 1;
  opacity: 0.66;
}

.search_result_wrap .grade_parts .grade_parts_score p {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 100%;
}

.search_result_wrap .grade_parts .grade_parts_score b {
  display: inline-block;
  font-size: 10px;
  font-weight: inherit;
  line-height: 14px;
}

.search_result_wrap .grade_parts .grade_parts_score b>a {
  display: inline-block;
  color: #e2ac40;
  font-size: 14px;
  font-weight: inherit;
  line-height: 14px;
}

.search_result_wrap .grade_parts .grade_parts_score small {
  display: inline-block;
  font-size: 10px;
  font-weight: inherit;
  line-height: 14px;
}

.search_result_wrap .grade_parts .grade_parts_score b+small {
  margin-left: 4px;
}

@media (max-width: 767.98px) {
  .search_result_wrap .grade_parts .grade_parts_score {
    width: calc(100% - 88px);
  }

  .search_result_wrap .grade_parts .grade_parts_score label {
    text-align: left;
    width: auto;
    margin-right: 4px;
  }

  .search_result_wrap .grade_parts .grade_parts_score p {
    justify-content: flex-end;
    width: auto;
  }

  .search_result_wrap .grade_parts .grade_parts_score b {
    font-size: 10px;
    line-height: 16px;
  }

  .search_result_wrap .grade_parts .grade_parts_score b>a {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
  }

  .search_result_wrap .grade_parts .grade_parts_score small {
    font-size: 10px;
    line-height: 16px;
  }
}

/* エリア名 .ddd_parts */
.search_result_wrap .grade_parts .ddd_parts {
  font-size: 10px;
  padding: 0 8px;
}

@media (max-width: 1300.98px) {
  .search_result_wrap .grade_parts .ddd_parts {
    padding: 0 8px;
  }
}

@media (max-width: 767.98px) {
  .search_result_wrap .grade_parts .ddd_parts {
    padding: 0 8px;
    width: 8, 80px;
  }
}

.search_result_wrap .grade_parts .ddd_parts>span {
  font-weight: 700;
}

.search_result_wrap .grade_parts .ddd_parts>span:empty {
  display: none;
}

.search_result_wrap .grade_parts .ddd_parts>span::before {
  content: "\f3a3";
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--main_c);
  transform: translate(0, 16.66%) scale(1.5, 1.5);
  margin: 0 8px 0 0;
}

.search_result_item_inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
  align-items: stretch;
}

/* result item image wrapper(left wrapper) */
.search_result_item .img_parts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
  width: var(--result-item-img-width);
  gap: 8px;
}

.search_result_item .img_parts .main_img {
  width: 100%;
}

.search_result_item .img_parts .main_img img {
  border-radius: 0;
  max-width: none;
  width: 100%;
  height: auto;
  object-fit: contain;
  aspect-ratio: 1 / 1;
}

.search_result_item .img_parts .sub_img {
  display: none;
  width: calc((100% - 8px) / 2);
  height: auto;
}

.search_result_item .img_parts .sub_img img {
  border-radius: 0;
  width: 100%;
  height: 80px;
  object-fit: cover;
  vertical-align: middle;
}

@media (max-width: 767.98px) {
  .search_result_item .img_parts {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    background: #fff;
    width: var(--result-item-img-width);
  }

  .search_result_item .img_parts .main_img {
    position: relative;
    width: calc(66.66% - 4px);
    width: 100%;
    height: 100%;
    margin: 0;
  }

  .search_result_item .img_parts .main_img:only-child {
    width: 100%;
  }

  .search_result_item .img_parts .main_img img {
    max-width: none;
    width: 100%;
    /* height: 100%; */
  }

  .search_result_item .img_parts .sub_img {
    position: relative;
    width: calc(33.33% - 4px);
    height: calc(50% - 4px);
    margin: 0 0 0 8px;
  }

  .search_result_item .img_parts .sub_img+.sub_img {
    margin-top: 8px;
  }

  .search_result_item .img_parts .sub_img img {
    max-width: none;
    width: 100%;
    height: 100%;
  }
}

/* result item text wrapper(right wrapper) */
.search_result_item .text_parts {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: flex-start;
  width: calc(100% - var(--result-item-img-width));
  padding: 0 0 0 var(--result-item-padding);
  position: relative;
}

.search_result_item .text_parts>* {
  order: 5;
  width: 100%;
}

.search_result_item .text_parts>.title_parts {
  order: 1;
}

.search_result_item .text_parts>.grade_parts {
  order: 0;
  display: none;
}

.search_result_item .text_parts>h4 {
  color: var(--main_c);
  font-size: 20px;
  font-weight: 700;
  font-feature-settings: "palt";
  line-height: 28px;
  margin: 0 0 14px;
}

.search_result_item .text_parts>*+h4 {
  border-top: solid 1px #e1ecc7;
  padding: 16px 0 0;
}

.search_result_item .text_parts>h4 a {
  color: inherit;
}

.search_result_item .text_parts>h5 {
  color: inherit;
  font-size: inherit;
  font-weight: 700;
  font-feature-settings: "palt";
  margin: 0 0 8px;
}

.search_result_item .text_parts>*+h5 {
  padding: 16px 0 0;
}

.search_result_item .text_parts>h5 a {
  color: inherit;
  text-decoration: underline;
}

@media (max-width: 767.98px) {
  .search_result_item .text_parts>h4 {
    font-size: 16px;
    margin: 0 0 6px;
  }

  .search_result_item .text_parts>*+h4 {
    border-top: none;
    padding: 12px 0 0;
  }

  .search_result_item .text_parts>p {
    font-size: 11px;
    line-height: 18px;
    margin: 0;
  }

  .search_result_item .text_parts>h4 a {
    color: #fa5882;
    font-weight: 700;
    text-decoration: underline;
  }

  .search_result_item .text_parts>h4 a * {
    color: inherit;
  }

  .search_result_item .text_parts>p a {
    color: inherit;
    font-size: inherit;
    font-weight: 400;
    letter-spacing: 0.1ex;
    text-decoration: underline;
    opacity: 0.66;
    margin-left: 2.5px;
  }
}

.search_result_item .address_parts {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  order: 5;
  font-size: 12px;
}

.search_result_item .address_parts .icon_img {
  padding: 4px 0;
}

.search_result_item .address_parts .address_text {
  padding: 4px 0;
  margin: 0 32px 0 0;
}

.search_result_item .address_parts .movie_icon_img {
  flex-basis: 100%;
  order: 6;
}

.search_result_item .address_parts .movie_icon_img p {
  width: 100%;
  font-size: 14px;
  line-height: 40px;
  height: 40px;
  color: #fff;
  margin: 8px 0;
  background-color: #fc6968;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-weight: 700;
}

.search_result_item .address_parts .movie_icon_img p.movie_link_off {
  background-color: #e8e8e8;
}

.search_result_item .address_parts .movie_icon_img p::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 4px;
  left: -5px;
  width: 20px;
  height: 20px;
  background: url("../images/movie_btn.png") center center/12.5px no-repeat;
}

@media (max-width: 767.98px) {
  .search_result_item .address_parts {
    padding-bottom: 5px;
    position: relative;
  }

  .search_result_item .address_parts .movie_icon_img {
    width: 33.33%;
  }

  .search_result_item .address_parts .movie_icon_img p {
    margin: 0;
    font-size: 12px;
    line-height: 26px;
    max-width: none;
    height: 26px;
  }

  .search_result_item .address_parts .movie_icon_img p::before {
    top: 3px;
    width: 12px;
    height: 12px;
    background: url(../images/movie_btn.png) center center/13px no-repeat;
  }

  .search_result_item .address_parts .icon_img {
    width: 64px;
    font-size: 8px;
  }

  .search_result_item .address_parts .address_text {
    width: calc(100% - 64px);
    font-size: 8px;
    padding: 0;
    margin: 0;
  }
}

@media (max-width: 767.98px) {
  .search_result_wrap .box_btn .btn_net {
    margin-bottom: 8px;
  }

  .search_change_view {
    flex-basis: 100%;
    max-width: 100%;
    flex-wrap: wrap;
    clear: both;
    padding: 0 8px 8px;
    margin: 8px 0;
    background: #fff;
  }

  .search_change_view div {
    flex-basis: 52%;
    text-align: left;
    margin: 0 0 6px;
    border: 1px solid var(--main_c);
    border-radius: 6px;
    background: #fff;
  }

  .search_change_view div:nth-child(2n),
  .search_change_view div:nth-child(4n) {
    width: calc((100% - 8px) / 2);
  }

  .search_change_view div:first-child {
    width: 100%;
    text-align: center;
    margin: 8px 0 0;
    border: none;
    box-shadow: none;
  }
}

.search_result_wrap .view_more {
  margin: 28px 0 16px;
}

.search_result_wrap .view_more .view_more_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: 1px solid #e9be38;
  background-color: #fff;
  color: #e9be38;
  font-size: 18px;
  font-weight: 700;
  width: 80%;
  max-width: 300px;
  min-height: 60px;
  margin: 0 auto;
}

@media (max-width: 767.98px) {
  .search_result_wrap .view_more .view_more_btn {
    width: 80%;
  }
}


/**
* タグ・カテゴリ（住所下のタグ）
**/
.search_result_item .tag_parts {
  width: 100%;
  order: 4;
}


/**
* タグ・カテゴリ（一覧）
**/
.search_result_item .label_list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  gap: 1ex;
}

.search_result_item *+.label_list {
  margin-top: 12px;
}

.search_result_item .label_list>li {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  background: #EDE9E2;
  color: #1a1a1a;
  font-size: 12px;
  font-weight: inherit;
  font-feature-settings: 'palt';
  line-height: 1;
  height: 24px;
  padding: 0 1ex;
  border-radius: 15px;
}

.search_result_item .label_list>.list_media,
.tag_parts .list>.cell.on.list_media {
  background-color: #ffdecd;
  color: #9e5954;
  border: solid 1px #d7b1a5;
}

.search_result_item .label_list>.list_target,
.tag_parts .list>.cell.on.list_target {
  background-color: #e5f6ee;
  color: #358c82;
  border: solid 1px #a9ccb9;
}

.search_result_item .label_list>.list_sample,
.tag_parts .list>.cell.on.list_sample {
  background-color: #ddccff;
}


.search_result_item .label_list_comment {
  padding: 0;
  font-size: 1.4rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.search_result_item .label_list_map,
.search_result_item .label_list_type,
.search_result_item .label_list_circulation {
  font-size: 1.4rem;
  position: relative;
  padding-left: 2.4rem;
}

.search_result_item .label_list_map {
  min-height: 24px;
  margin-top: 1rem;
}


.search_result_item .label_list_map::before {
  content: "";
  display: inline-block;
  background-image: url('/common/images/icon_home_map.svg');
  background-size: cover;
  background-repeat: no-repeat;
  width: 16px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
}

.search_result_item .label_list_type {
  min-height: 20px;
  margin-top: .5rem;
}

.search_result_item .label_list_type::before {
  content: "";
  display: inline-block;
  background-image: url('/common/images/icon_home_voice.svg');
  background-size: cover;
  background-repeat: no-repeat;
  width: 24px;
  height: 20px;
  position: absolute;
  top: 0;
  left: -5px;
}

.search_result_item .label_list_circulation {
  margin-top: .5rem;
  min-height: 24px;
}

.search_result_item .label_list_circulation::before {
  content: "";
  display: inline-block;
  background-image: url('/common/images/icon_home_men.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
}


/**
 * ボタン wrapper
**/
.search_result_item .box_btn {
  display: none;
  margin: 0;
  padding: 20px 0 0;
  overflow: hidden;
  order: 99;
}

/**
* 閲覧履歴ページ
**/
/* 閲覧履歴ページ削除ボタン */
.search_result_item .btn_bookmark_delete {
  display: block;
  color: #999;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  transform: translate(50%, -50%);
  border: hidden;
  background-color: transparent;
}

/* 削除ボタン アイコン */
.search_result_item .btn_bookmark_delete::before {
  content: "\f12a";
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 50%;
  border: solid 1px #f1f1f1;
  box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.2);
  background: #fff;
  font-size: 16px;
  width: calc(1em + 8px);
  height: calc(1em + 8px);
}

/* 削除ボタン 文言 */
.search_result_item .btn_bookmark_delete>span {
  display: none;
  margin-left: 4px;
}

/*条件検索　アコーディオン*/

@media (min-width: 960px) {

  .search_item_group>.search_item_submit,
  .search_item_group>.search_item {
    display: none;
  }

  .search_item_group>.search_item_submit.acc_open,
  .search_item_group>.search_item.acc_open {
    display: block;
  }
}


/**
 * [id="content"]>.base_wrap
 * NOTE: スタイルの都合で、当サイトではコンテンツ wrapper直下の.base_wrapを無効にします。
**/

.page_detail [id="content"]>.base_wrap {
  max-width: none;
  width: auto;
  margin: 0;
  padding: 0;
}


/**
 * .detail_title
 * NOTE:
**/
.detail_2col {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 48px;
}

.detail_2col__main {
  width: calc(100% - 48px - 300px);
}

.detail_2col__side {
  width: 300px;
}

@media (max-width: 1200.98px) {
  .detail_2col {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: stretch;
  }

  .detail_2col__main {
    width: auto;
  }

  .detail_2col__side {
    width: auto;
  }
}


/**
* .detail_title
* NOTE:
**/
/* title（本文共通の見出し、ビフォーアフター、基本情報、写真など） */
.detail_title__type01 {
  background: var(--main_c);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 24px;
  padding: 6px 12px;
}

.detail_title__type01 .eng {
  display: block;
  color: inherit;
  font-size: 12px;
  font-weight: 700;
}

.detail_title__type01>span {
  display: block;
}

@media (max-width: 767.98px) {
  .detail_title__type01 {
    font-size: 18px;
  }
}

/* title（PR、スタッフなど） */
.detail_title__type02 {
  color: #502d0d;
  font-size: 16px;
  font-weight: 700;
  font-feature-settings: "palt";
  margin: 20px 0 0;
  padding: 0 16px;
}

@media (max-width: 767.98px) {
  .detail_title__type02 {
    font-size: 16px;
    margin: 12px 0 0;
    padding: 0 16px;
  }
}

/* title（ビフォーアフターなど） */
.detail_title__type03 {
  display: inline-block;
  border-bottom: 4px double #e9be38;
  color: #e9be38;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 4px;
  margin: 16px 0 8px;
}

@media (max-width: 959.98px) {
  .detail_title__type03 {
    font-size: 20px;
    padding-bottom: 4px;
    margin: 16px 0 8px;
  }
}

.detail_title__type04 {
  background-color: var(--sub_c);
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  padding: 8px 16px;
  margin: 0 0 8px;
}

.detail_title__type05 {
  border-left: 4px solid var(--sub_c);
  color: var(--sub_c);
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  padding: 8px 8px;
  margin: 8px auto;
}

/* title（ビフォーアフター、基本情報、写真など） */
.detail_title__type06 {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  margin: 0 0 15px;
}

@media (max-width: 767.98px) {
  .detail_title__type06 {
    font-size: 12px;
    line-height: 20px;
    margin: 0 0 16px;
  }
}

.detail_title__type07 {
  border-left: 4px solid #e9be38;
  color: #e9be38;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 8px 16px;
  margin: 0 0 8px;
}

@media (max-width: 767.98px) {
  .detail_title__type07 {
    font-size: 12px;
    line-height: 16px;
    padding: 8px 8px 8px 12px;
    margin: 0 0 8px;
  }
}

.detail_title__type08 {
  background-color: #e9be38;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 8px 16px;
  margin: 0 0 8px;
}

@media (max-width: 767.98px) {
  .detail_title__type08 {
    font-size: 12px;
    line-height: 16px;
    padding: 8px;
    margin: 0 0 8px;
  }
}

/**
* .detail_box__type00
* /detail/[ID]/ページ 共通囲みスタイル
* 共通スタイルのためflex内を想定したorder、widthは以下に記述しない
* flex内を想定したorder、width付与する場合は
* 親要素（もしくはグループ名）のクラス名を前方に付加もしくは別クラス名をHTMLへ新たに追記し、CSS内該当パーツ記述箇所にて調整
**/
.detail_box__type01 {
  border-radius: 32px;
  background: #f2f3f4;
  padding: 32px;
  margin: 0 0 48px;
}

.detail_box__type01_title {
  color: #888;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  margin: 0 0 4px;
}

.detail_box__type01 p {
  font-size: 16px;
  line-height: 32px;
  margin: 0 0 16px;
}

@media (max-width: 767.98px) {
  .detail_box__type01 {
    border-radius: 3px;
    padding: 4px;
    margin: 0 0 48px;
  }

  .detail_box__type01_title {
    font-size: 12px;
    line-height: 18px;
    padding: 8px 4px 0;
    margin: 0 0 4px;
  }

  .detail_box__type01 p {
    font-size: 12px;
    line-height: 18px;
    padding: 0 4px;
    margin: 0 0 16px;
  }
}


/**
* .detail_top_box_btn
* /detail/[ID]/ページ トップボタン群
**/
[id="detail_top_box_btn"] {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: stretch;
  max-width: none;
  margin: 0;
  gap: 8px;
}

[id="detail_top_box_btn"]>.base_wrap>*,
[id="detail_top_box_btn"]>* {
  width: 100%;
}

[id="detail_top_box_btn"]>.base_wrap {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: stretch;
  margin: 0 auto;
  gap: 8px;
}

@media (max-width: 959.98px) {

  [id="detail_top_box_btn"]>.base_wrap,
  [id="detail_top_box_btn"] {
    gap: 4px;
  }

  [id="detail_top_box_btn"]>.base_wrap>*,
  [id="detail_top_box_btn"]>* {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  [id="detail_top_box_btn"] {
    display: none;
  }
}


/**
* .detail_top_box_btn
* /detail/[ID]/ページ 各ボタンのスタイルの調整（基本のスタイルはcommon.btn.cssへ）
**/
[id="detail_top_box_btn"] .btn_net a,
[id="detail_top_box_btn"] .btn_tel a,
[id="detail_top_box_btn"] .btn_kuchikomi a,
[id="detail_top_box_btn"] .btn_like a {
  height: 55px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  border-radius: 6px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  position: relative;
}

[id="detail_top_box_btn"] .btn_net a {
  border: 1px solid var(--main_c);
  background: var(--main_c);
  color: #fff;
}

[id="detail_top_box_btn"] .btn_tel a {
  border: 1px solid var(--main_c);
  background: #fff;
  color: var(--main_c);
}

[id="detail_top_box_btn"] .btn_kuchikomi a,
[id="detail_top_box_btn"] .btn_like a {
  padding-top: 1px;
  padding-bottom: 1px;
  background: var(--sub_c);
  border: 1px solid var(--sub_c);
  color: #fff;
}

[id="detail_top_box_btn"] .btn_net a::before {
  transform: translate(0, 0) scale(1.375, 1.375);
  transform-origin: right center;
}

[id="detail_top_box_btn"] .btn_tel a::before {
  content: "\f4b9";
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-family: "Ionicons";
  speak: none;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 50%;
  background: var(--main_c);
  color: #fff;
  width: 32px;
  height: 32px;
  margin: 0 8px 0 0;
}

[id="detail_top_box_btn"] .btn_tel>div {
  width: 100%;
}

@media (max-width: 920.98px) {

  [id="detail_top_box_btn"] .btn_kuchikomi,
  [id="detail_top_box_btn"] .btn_like {
    width: 64px;
  }

  [id="detail_top_box_btn"] .btn_kuchikomi a,
  [id="detail_top_box_btn"] .btn_like a {
    width: 64px;
    height: 64px;
    padding: 1px 0;
  }

  [id="detail_top_box_btn"] .btn_kuchikomi a::before,
  [id="detail_top_box_btn"] .btn_like a::before {
    transform-origin: center center;
    margin: 0;
  }

  [id="detail_top_box_btn"] .btn_kuchikomi a>span,
  [id="detail_top_box_btn"] .btn_like a>span {
    display: none;
  }
}


/**
* .detail_wrap
* /detail/[ID]/ページ ウィンドウ下部ボタン群
**/
/*@media (min-width: 768px) {*/
.detai_bottom__box_btn {
  display: flex;
  flex-flow: row wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
  max-width: var(--basewrap-width);
  margin: 40px auto;
  gap: 20px;
}

.detai_bottom__box_btn .base_wrap {
  display: flex;
  flex-flow: row wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}

.detai_bottom__box_btn .btn_net,
.detai_bottom__box_btn .btn_tel {
  /* display: none; */
  max-width: 320px;
  /* width: calc((100% - 20px) / 2); */
  width: 100%;
  margin: 0;
}

.detai_bottom__box_btn .btn_net a,
.detai_bottom__box_btn .btn_tel a {
  border-radius: 6px;
  border: 1px solid var(--main_c);
  background: #fff;
  color: var(--main_c);
  font-size: 20px;
  font-weight: 700;
  line-height: 68px;
  text-align: center;
  height: 64px;
}

.detai_bottom__box_btn .btn_net a {
  background: var(--main_c);
  color: #fff;
}

.detai_bottom__box_btn .btn_tel {
  display: none;
}

/*}*/
/*
@media (max-width: 767.98px) {
  .detai_bottom__box_btn {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 999;
    background: rgba(255, 255, 255, 0.8);
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    text-align: center;
  }
  .detai_bottom__box_btn .btn_net, .detai_bottom__box_btn .btn_tel {
    width: 50%;
  }
  .detai_bottom__box_btn .btn_net a, .detai_bottom__box_btn .btn_tel a {
    padding: 0;
    margin: 0 auto;
    min-height: 50px;
    border-radius: 0;
    justify-content: center;
    box-shadow: none;
    border: 1px solid var(--main_c);
    background: #fff;
    color: var(--main_c);
    font-size: 14px;
  }
  .detai_bottom__box_btn .btn_net a {
    background: var(--main_c);
    color: #fff;
    border-right: none;
  }
  .detai_bottom__box_btn .btn_net a:focus, .detai_bottom__box_btn .btn_tel a:focus, .detai_bottom__box_btn .btn_net a:hover, .detai_bottom__box_btn .btn_tel a:hover {
    background: var(--main_c);
    color: #fff;
  }
  .detai_bottom__box_btn .btn_net a::before, .detai_bottom__box_btn .btn_tel a::before {
    display: none;
  }
}
*/

.detai_bottom__box_btn__desc {
  background: #ECECEC;
  color: var(--font_c);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  width: 100%;
  margin: 0 0 20px;
  padding: 16px;
}


/**
* .detail_wrap
* /detail/[ID]/ページ ラッパー
**/
.detail_wrap {
  background-color: transparent;
  position: relative;
}


/* NOTE: 疑似背景は使わない */
/*
.detail_wrap::before, .detail_wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-color: inherit;
  width: 50vw;
}
.detail_wrap::before {
  left: 0;
  transform: translate(-100%, 0);
}
.detail_wrap::after {
  right: 0;
  transform: translate(100%, 0);
}
*/


/**
 * .detail_head_parts
 * /detail/[ID]/ページ headerラッパー
**/
.detail_head_parts {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 20px 0 32px;
  padding: 0;
}

@media (max-width: 767.98px) {
  .detail_head_parts {
    margin: 16px 0 32px;
  }
}


/**
* .detail_head_parts .name_parts
* /detail/[ID]/ページ 店舗・医院等の名称
**/
.detail_head_parts .name_parts {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  border-bottom: solid 1px #C4C4C4;
  color: var(--main_c);
  width: 100%;
  margin: 0 0 12px;
  padding: 0 0 8px;
  gap: 8px;
}

/* 店舗・医院等の名称 */
.detail_head_parts .name_parts_head {
  display: block;
  color: inherit;
  font-size: 26px;
  font-weight: 700;
  font-feature-settings: 'palt';
  line-height: 34px;
  width: 100%;
}

/* 店舗・医院等のアドレス情報 */
.detail_head_parts .name_parts dl {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  color: inherit;
  font-size: 12px;
  font-feature-settings: 'palt';
  font-weight: 700;
  letter-spacing: 0.2ex;
  line-height: 1;
  margin: 0;
  gap: 8px;
}

.detail_head_parts .name_parts dl+dl {
  margin-left: 12px;
}

.detail_head_parts .name_parts dl>dt {
  display: block;
  font-size: inherit;
  font-feature-settings: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
}

.detail_head_parts .name_parts dl>dd {
  display: block;
  font-size: inherit;
  font-feature-settings: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
}

@media (max-width: 767.98px) {
  .detail_head_parts .name_parts {
    flex-flow: column nowrap;
    align-items: stretch;
    gap: 4px;
  }

  /* 店舗・医院等の名称 */
  .detail_head_parts .name_parts_head {
    font-size: 20px;
    line-height: 22px;
  }

  /* 店舗・医院等のアドレス情報 */
  .detail_head_parts .name_parts dl {
    font-size: 10px;
  }
}

/**
* .detail_head_parts .grade_parts
* /detail/[ID]/ページ 口コミ評価・件数
**/
.grade_parts:has(.grade_parts_score)::after {
  content: '';
  display: table;
  clear: both;
}

.grade_parts .grade_parts_score {
  margin-right: 24px;
  padding: 12px 0 8px;
  float: left;
}

.detail_head_parts .grade_parts_score {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  color: #a49e9e;
  font-size: 14px;
  gap: 2ex;
}

.detail_head_parts .grade_parts_score label {
  display: block;
  font-size: inherit;
  font-weight: 400;
  text-align: left;
  position: relative;
  z-index: 1;
  opacity: 1;
}

.detail_head_parts .grade_parts_score p {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  font-size: inherit;
  font-weight: 700;
  line-height: 1;
  gap: 2ex;
}

.detail_head_parts .grade_parts_score b {
  display: block;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.detail_head_parts .grade_parts_score [class*="fa-"] {
  display: block;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  transform: scale(1.3333);
  transform-origin: center bottom;
}

.detail_head_parts .grade_parts_score b>a {
  display: block;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.detail_head_parts .grade_parts_score small {
  display: block;
  font-size: inherit;
  font-weight: 400;
  line-height: inherit;
}

@media (max-width: 767.98px) {
  .detail_head_parts .grade_parts_score {
    width: calc(100% - 88px);
  }

  .detail_head_parts .grade_parts_score label {
    text-align: left;
    width: auto;
  }

  .detail_head_parts .grade_parts_score b {
    font-size: 12px;
  }

  .detail_head_parts .grade_parts_score b>a {
    font-size: 12px;
  }

  .detail_head_parts .grade_parts_score small {
    font-size: 12px;
  }
}

.grade_parts_score.grade_parts_score--rating {}

.grade_parts_score.grade_parts_score--rating-01 {
  font-size: 14px;
}

.grade_parts_score.grade_parts_score--rating-02 {
  font-size: 13px;
}

.grade_parts_score.grade_parts_score--rating-03 {
  font-size: 13px;
}

.grade_parts_score.grade_parts_score--rating-01 p {
  color: var(--sub_c_dark);
}

.grade_parts_score.grade_parts_score--rating-02 p {
  color: var(--sub_c);
}

.grade_parts_score.grade_parts_score--rating-03 p {
  color: var(--font_c_green);
}

.grade_parts_score.grade_parts_score--rating-02+.grade_parts_score--rating-01,
.grade_parts_score.grade_parts_score--rating-03+.grade_parts_score--rating-01 {
  clear: both;
}

.grade_parts_score.grade_parts_score--rating-01+.grade_parts_score--rating-02,
.grade_parts_score.grade_parts_score--rating-03+.grade_parts_score--rating-02 {
  clear: both;
}

.grade_parts_score.grade_parts_score--rating-01+.grade_parts_score--rating-03,
.grade_parts_score.grade_parts_score--rating-02+.grade_parts_score--rating-03 {
  clear: both;
}


/**
* .detail_head_parts .cta_parts
* /detail/[ID]/ページ 店舗・医院のカテゴリ
**/
.detail_head_parts .cta_parts {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: stretch;
  border-radius: 0;
  width: 100%;
  background: transparent;
  padding: 0;
  gap: 4px;
}

.detail_head_parts .cta_parts:has(.base_wrap) {
  padding-inline: 0;
}

.detail_head_parts .cta_parts>.base_wrap {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  gap: 4px;
}

.detail_head_parts .cta_parts .btn_net,
.detail_head_parts .cta_parts .btn_kuchikomi,
.detail_head_parts .cta_parts .btn_like {
  width: 100%;
  padding: 0;
}

.detail_head_parts .cta_parts .btn_net a,
.detail_head_parts .cta_parts .btn_kuchikomi a,
.detail_head_parts .cta_parts .btn_like a {
  font-size: 10px;
  border-radius: 2px;
  height: 40px;
  padding: 0;
}

.detail_head_parts .cta_parts .btn_net a::before {
  transform: translate(0, 0) scale(1.333, 1.333);
  transform-origin: right center;
  margin-right: 4px;
}

.detail_head_parts .cta_parts .btn_kuchikomi a::before,
.detail_head_parts .cta_parts .btn_like a::before {
  transform: translate(0, 0) scale(1.25, 1.25);
  transform-origin: right center;
  margin-right: 4px;
}



/* fav */
.detail_head_parts .btn_bookmark {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 0;
  border: none;
  background: transparent;
  color: var(--main_c);
  font-size: 16px;
  font-weight: 400;
  line-height: inherit;
  text-align: center;
  min-width: 28px;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0 2.25em 0 0;
  opacity: 1;
  transition: all 0.2s ease;
  position: relative;
}

.page_detail .detail_head_parts .btn_bookmark {
  margin-bottom: -90px;
  z-index: 6;
}

@media (max-width: 767.98px) {
  .page_detail .detail_head_parts .btn_bookmark {
    margin-bottom: 0;
    z-index: 5;
  }
}

@media (min-width: 768px) {

  .detail_head_parts .btn_bookmark:focus,
  .detail_head_parts .btn_bookmark:hover {
    border-radius: 0;
    border: none;
    background: transparent;
    color: var(--main_c);
    opacity: 1;
  }
}

.detail_head_parts .btn_bookmark.active {
  opacity: 1;
}

/* default style */
.detail_head_parts .btn_bookmark::before,
.detail_head_parts .btn_bookmark::after {
  content: '';
  display: block;
  background-image: url("/common/images/icon_search_fav.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 2em;
  height: auto;
  aspect-ratio: 1 / 1;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 1;
  transform: translate(0, -50%);
  transition: opacity 0.2s ease;
}

.detail_head_parts .btn_bookmark::before {
  background-image: url("/common/images/icon_search_fav.svg");
  opacity: 1;
}

.detail_head_parts .btn_bookmark::after {
  background-image: url("/common/images/icon_search_fav_active.svg");
  opacity: 0;
}

/* active style */
@media (min-width: 768px) {

  .detail_head_parts .btn_bookmark:hover::before,
  .detail_head_parts .btn_bookmark:focus::before {
    background-image: url("/common/images/icon_search_fav.svg");
    opacity: 0;
  }

  .detail_head_parts .btn_bookmark:hover::after,
  .detail_head_parts .btn_bookmark:focus::after {
    background-image: url("/common/images/icon_search_fav_active.svg");
    opacity: 1;
  }
}

.detail_head_parts .btn_bookmark.active::before {
  background-image: url("/common/images/icon_search_fav.svg");
  opacity: 0;
}

.detail_head_parts .btn_bookmark.active::after {
  background-image: url("/common/images/icon_search_fav_active.svg");
  opacity: 1;
}


/**
* .detail_head_parts .tag_left_parts
* /detail/[ID]/ページ 店舗・医院のカテゴリ
**/
.detail_head_parts .tag_left_parts {
  display: none;
  width: 100%;
}

@media (max-width: 767.98px) {
  .detail_head_parts .tag_left_parts {}
}

.detail_head_parts .grade_parts_tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
}

/*
.grade_parts_tag1～23 の色の設定は content.search.result.cssへ
content.search.result.cssにて、.grade_parts_tags .grade_parts_tag1で検索
*/
/*
.detail_head_parts .grade_parts_tags .grade_parts_tag1,
.detail_head_parts .grade_parts_tags .grade_parts_tag2,
.detail_head_parts .grade_parts_tags .grade_parts_tag3,
.detail_head_parts .grade_parts_tags .grade_parts_tag4,
.detail_head_parts .grade_parts_tags .grade_parts_tag5,
.detail_head_parts .grade_parts_tags .grade_parts_tag6,
.detail_head_parts .grade_parts_tags .grade_parts_tag7,
.detail_head_parts .grade_parts_tags .grade_parts_tag8,
.detail_head_parts .grade_parts_tags .grade_parts_tag9,
.detail_head_parts .grade_parts_tags .grade_parts_tag10,
.detail_head_parts .grade_parts_tags .grade_parts_tag11,
.detail_head_parts .grade_parts_tags .grade_parts_tag12,
.detail_head_parts .grade_parts_tags .grade_parts_tag13,
.detail_head_parts .grade_parts_tags .grade_parts_tag14,
.detail_head_parts .grade_parts_tags .grade_parts_tag15,
.detail_head_parts .grade_parts_tags .grade_parts_tag16,
.detail_head_parts .grade_parts_tags .grade_parts_tag17,
.detail_head_parts .grade_parts_tags .grade_parts_tag18,
.detail_head_parts .grade_parts_tags .grade_parts_tag19,
.detail_head_parts .grade_parts_tags .grade_parts_tag20,
.detail_head_parts .grade_parts_tags .grade_parts_tag21,
.detail_head_parts .grade_parts_tags .grade_parts_tag22,
.detail_head_parts .grade_parts_tags .grade_parts_tag23 {}
*/
/**
* .detail_head_parts .tag_left_parts
* /detail/[ID]/ページ 店舗・医院のこだわりアイコン
**/
.detail_head_parts .tag_right_parts {
  display: none;
  width: 100%;
  margin: 12px 0 0;
}


/* こだわりアイコンは、詳細ページと検索結果で共有 */
.tag_parts .list,
.search_result_item .tag_parts .list,
.detail_head_parts .tag_right_parts .list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
  gap: 6px 6px;
}

.tag_parts .list>div,
.search_result_item .tag_parts .list>div,
.detail_head_parts .tag_right_parts>.list>div,
.tag_parts .list>.cell,
.search_result_item .tag_parts .list>.cell,
.detail_head_parts .tag_right_parts .list>.cell {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  background: #ECECEC;
  border: 1px solid #ECECEC;
  color: #bbb;
  font-size: 14px;
  font-weight: 400;
  width: auto;
  height: 26px;
  padding: 0 6px;
  opacity: 0.6;
}

.tag_parts .list>.on,
.search_result_item .tag_parts .list>.on,
.detail_head_parts .tag_right_parts .list>.on {
  background: #ECECEC;
  border: 1px solid #ECECEC;
  color: var(--font_c);
  opacity: 1;
}



.detail_head_parts .link_box a {
  color: var(--main_c);
  text-decoration: underline;
}

.detail_head_parts .link_box a+a {
  margin-left: 10px;
}

.detail_head_parts .box_btn {
  display: block;
  max-width: none;
  width: 100%;
  text-align: center;
}

.detail_head_parts .box_btn .btn {
  width: 100%;
  max-width: 670px;
}


/**
* .detail_head_parts .skill_parts
* /detail/[ID]/ページ スキル表
**/
.skill_parts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  margin: 15px 0 0;
}

@media (max-width: 767.98px) {
  .skill_parts {
    margin: 10px 0 0;
  }
}

.skill_parts>li+li {
  margin-left: 2.5px;
}

.skill_parts>li>a {
  display: block;
  border: solid 2px #e1ecc7;
  border-radius: 4px;
  color: var(--main_c);
  font-size: 8.75px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  padding: 5px 7.5px;
  text-align: center;
}

/**
* .detail_main_parts
* /detail/[ID]/ページ 本文ラッパー
**/
.detail_main_parts {
  max-width: var(--basewrap-width);
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--basewrap-padding-inline);
  position: relative;
  z-index: 5;
  /* .detail_wrap::before、::afterよりも上にする */
}


/**
* .detail_tab_parts
* /detail/[ID]/ページ タブ
**/
.detail_tab_parts {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
  margin: 0 0 48px;
  gap: 8px;
  position: relative;
}

/* ページ下部のボタン群 */
.detail_tab_parts~.detail_tab_parts {
  margin-top: 48px;
}

.detail_tab_parts>.base_wrap {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 8px;
  position: relative;
}

.detail_tab_parts>.base_wrap>a,
.detail_tab_parts>a {
  display: block;
  width: 100%;
}

@media (min-width: 768px) {
  .detail_tab_parts::after {
    content: '';
    display: block;
    border-bottom: solid 6px var(--main_c);
    position: absolute;
    left: 4px;
    right: 4px;
    bottom: -5px;
    z-index: 1;
  }
}

@media (max-width: 959.98px) {
  .detail_tab_parts::after {
    left: 0;
    right: 0;
  }
}

@media (max-width: 767.98px) {

  /* ページ下部のボタン群 */
  .detail_tab_parts~.detail_tab_parts {
    margin-top: 48px;
  }

  .detail_tab_parts>*+*::before {
    content: '';
    display: block;
    position: absolute;
    left: -1px;
    top: 50%;
    z-index: 5;
    border-left: solid 1px #e1e1e1;
    height: 24px;
    transform: translate(0, -50%);
    pointer-events: none;
  }

  .detail_tab_parts>.on::before {
    display: none;
  }

  .detail_tab_parts>.on+*::before {
    display: none;
  }
}

/* タブ１つ */
.detail_tab {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  border-radius: 6px 6px 0 0;
  border: 1px solid var(--main_c);
  background: #fff;
  color: var(--main_c);
  height: 56px;
  font-size: 16px;
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 0.1ex;
  line-height: 24px;
  position: relative;
}

/* タブ中バルーン */
.detail_tab_balloon {
  display: block;
  position: absolute;
  right: -4px;
  top: 0;
  z-index: 10;
  transform: translate(0, -75%);
  font-size: 10px;
  font-weight: 700;
  font-feature-settings: "palt";
  line-height: 1;
  border-radius: 4px;
  background: #fa5882;
  color: #fff;
  padding: 4px;
}

.detail_tab_balloon::after {
  content: "";
  display: block;
  border-style: solid;
  border-width: 3px 3px;
  border-color: #fa5882 transparent transparent #fa5882;
  position: absolute;
  left: 66.66%;
  bottom: 1px;
  z-index: 10;
  transform: translate(0, 100%);
}

a:focus .detail_tab,
a:hover .detail_tab,
a.on .detail_tab {
  border: 1px solid var(--main_c);
  background: var(--main_c);
  color: #fff;
}

@media (max-width: 959.98px) {
  .detail_tab {
    height: 56px;
    font-size: 13px;
    letter-spacing: 0.1ex;
    line-height: 24px;
  }
}

@media (max-width: 767.98px) {
  .detail_tab {
    border-radius: 2px;
    border: solid 1px #fff;
    flex-wrap: wrap;
    font-size: 9px;
    line-height: 12px;
    text-align: center;
    margin: 0;
    height: 48px;
    position: relative;
    z-index: 5;
  }

  .detail_tab>* {
    display: block;
    width: 100%;
  }

  .detail_tab br {
    display: none;
  }

  .detail_tab_parts a.on .detail_tab::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border: 5px solid transparent;
    border-top-color: var(--main_c);
    top: 100%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, 0);
  }

  .detail_tab_balloon {
    right: 2px;
    top: 0;
    transform: translate(0, -75%);
    font-size: 8px;
    border-radius: 4px;
    width: auto;
    padding: 4px;
  }

  /* ページ下部のボタン群 */
  .detail_tab_parts~.detail_tab_parts a.on .detail_tab::after {
    border: 5px solid transparent;
    border-bottom-color: var(--main_c);
    bottom: 100%;
    top: auto;
  }
}

/* ウィンドウ下部のタブ（.detai_bottom__box_btnへの修正は、このファイルの160行目辺りへ） */
@media (min-width: 768px) {
  .detai_bottom__box_btn .detail_tab_parts {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .detai_bottom__box_btn .detail_tab_parts {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
    margin: 0;
  }

  .detai_bottom__box_btn .detail_tab_parts a {
    display: block;
    width: 100%;
  }

  .detai_bottom__box_btn .detail_tab {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    height: 44px;
    font-size: 8px;
  }
}

/**
* .detail_main
* /detail/[ID]/ページ メイン
**/
.detail_main {
  --detail-main-mainimage-width: 440px;
  --detail-main-gap: 28px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  margin: 0 0 44px;
  gap: var(--detail-main-gap);
}

.detail_main>* {
  width: 100%;
}

@media (max-width: 959.98px) {
  .detail_main {
    --detail-main-mainimage-width: 300px;
    --detail-main-gap: 20px;
    gap: var(--detail-main-gap);
  }
}

@media (max-width: 767.98px) {
  .detail_main {
    --detail-main-mainimage-width: 300px;
    --detail-main-gap: 20px;
    margin: 0 0 20px;
    gap: var(--detail-main-gap);
  }
}


/**
* .detail_main
* /detail/[ID]/ページ スライダー
**/
.detail_main_mainimage {
  width: var(--detail-main-mainimage-width);
}

/* スライドのラッパー（SPビュー(Tabletビュー)の順番の調整に使用） */
@media (max-width: 959.98px) {
  .detail_main_mainimage {
    order: 0;
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .detail_main_mainimage {
    width: 100%;
    margin-top: -5rem;
    margin-bottom: 2rem;
  }
}

/* スライドの余白 */
.detail_slider {
  position: relative;
  z-index: 999;
}

/* slick */
.detail_slider_item {
  position: relative;
  max-width: 1124px;
  margin: 0 auto;
  transition: all 0.4s ease;
  background-color: #E2E2E2;
  aspect-ratio: 1 / 1;
}

.detail_slider_mask>img {
  border-radius: 0;
  background: #E2E2E2;
  width: 100%;
  height: auto;
  aspect-ratio: 5 / 4;
  object-fit: contain;
}

.detail_slider_nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin: 20px 0 0;
  gap: 20px;
}

.detail_slider_nav>button {
  border: none;
  background: transparent;
  width: 96px;
  height: auto;
  margin: 0;
  cursor: pointer;
}

.detail_slider_nav>button>img {
  border-radius: 0;
  background: #E2E2E2;
  width: 100%;
  height: auto;
  aspect-ratio: 5 / 4;
  object-fit: contain;
}

@media (max-width: 767.98px) {
  .detail_slider_nav {
    margin: 12px 0 0;
  }

  .detail_slider_nav>button {
    border: none;
    background: transparent;
    width: 64px;
    height: auto;
    margin: 0 6px;
    cursor: pointer;
  }
}

/**
* .detail_main
* .detail_main_desc
* /detail/[ID]/ページ スライダー隣テーブルなど
**/
.detail_main_desc {
  width: calc(100% - var(--detail-main-gap) - var(--detail-main-mainimage-width));
}

/* スライドのラッパー（SPビュー(Tabletビュー)の順番の調整に使用） */
@media (max-width: 959.98px) {
  .detail_main_desc {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .detail_main_desc {
    width: 100%;
    margin-top: -25px;
  }
}


/**
* .detail_main
* /detail/[ID]/ページ スライダー下PR文
**/
.detail_main_title {
  border-bottom: solid 1px #C4C4C4;
  font-size: 26px;
  font-weight: 700;
  line-height: 26px;
  margin: 0 0 16px;
  padding: 0 40px 15px 0;
}
ul.detail_main_title_box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  border-bottom: solid 1px #C4C4C4;
  margin-bottom: 1.5rem;
}
ul.detail_main_title_box > li:first-child {
  width: calc(100% - 2.5em);
}
ul.detail_main_title_box > li:last-child {
  width: 2.5em;
}
ul.detail_main_title_box .detail_main_title {
  border-bottom: none;
  line-height: 1.45;
  margin: 0;
}
ul.detail_main_title_box .btn_bookmark {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 0;
    border: none;
    background: transparent;
    color: var(--main_c);
    font-size: 16px;
    font-weight: 400;
    line-height: inherit;
    text-align: center;
    min-width: 2em;
    width: auto;
    height: auto;
    margin: 1rem 3rem 0 0;
    padding: 0;
    opacity: 1;
    transition: all 0.2s ease;
    position: relative;
}
ul.detail_main_title_box .btn_bookmark::before {
    background-image: url(/common/images/icon_search_fav.svg);
    opacity: 1;
}
ul.detail_main_title_box .btn_bookmark::before,
ul.detail_main_title_box .btn_bookmark::after {
    content: '';
    display: block;
    background-image: url(/common/images/icon_search_fav.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 2em;
    height: auto;
    aspect-ratio: 1 / 1;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    /* transform: translate(0, -50%); */
    transition: opacity 0.2s ease;
}
ul.detail_main_title_box .btn_bookmark::after {
    background-image: url(/common/images/icon_search_fav_active.svg);
    opacity: 0;
}
ul.detail_main_title_box .btn_bookmark:hover::after,
ul.detail_main_title_box .btn_bookmark:focus::after {
    background-image: url(/common/images/icon_search_fav_active.svg);
    opacity: 1;
}
@media (max-width: 959.98px) {
  ul.detail_main_title_box .btn_bookmark {
    margin: 1rem 0 0 0;
  }
  ul.detail_main_title_box .detail_main_title {
        padding: 0 0 15px 0;
  }
  .detail_main_title {
    font-size: 18px;
    line-height: 24px;
    order: 1;
  }
}

.detail_main_emcomment {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  line-height: 1.8;
  width: 100%;
  margin: 0 0 16px;
}

@media (max-width: 959.98px) {
  .detail_main_emcomment {
    font-size: inherit;
    line-height: inherit;
  }
}

.detail_main_prcomment {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  line-height: 1.8;
  width: 100%;
  margin-top: 10px;
}

@media (max-width: 959.98px) {
  .detail_main_prcomment {
    /*border-radius: 4px;*/
    /*background: #f4f4f1;*/
    /* font-size: inherit; */
    line-height: inherit;
    margin: 12px 0 0;
    /*padding: 8px;*/
    /*order: 3;*/
    /* Tabletビュー（.detail_main_mainimageと関係） */
  }
}

.detail_main_table {
  color: var(--font_c);
  width: 100%;
}

*+.detail_main_table {
  margin-top: 20px;
}

.detail_main_table>caption {
  background: var(--main_c);
  color: #fff;
  text-align: left;
  padding: 0.5em 1em;
}

.detail_main_table>thead {}

.detail_main_table>thead>tr {}

.detail_main_table>thead>tr>th {
  border: solid 1px #E2E2E2;
  background: #E2E2E2;
  font-weight: 400;
  text-align: center;
  padding: 1em;
  font-size: 14px;
}

.detail_main_table>tbody {}

.detail_main_table>tbody>tr {}

.detail_main_table>tbody>tr>th,
.detail_main_table>tbody>tr>td {
  border-bottom: solid 1px;
  background: #fff;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  padding: 1em;
}


/**
* .detail_publicrelations
* /detail/[ID]/ページ PRレイアウト
**/
.detail_publicrelations {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;

  align-content: stretch;
  align-items: stretch;
}

@media (min-width: 959px) {

  /* 3列表示 */
  .detail_publicrelations {
    margin: 0 -24px;
  }

  *+.detail_publicrelations {
    margin-top: 64px;
  }

  .detail_publicrelations>* {
    width: calc((100% - 144px) / 3 - 1px);
    margin: 48px 24px 0;
  }

  .detail_publicrelations>*:nth-child(-n+3) {
    margin-top: 0;
  }

  /* 特殊な要素 */
  .detail_publicrelations>.detail_pr_parts__always_2col_style {
    width: calc((100% - 96px) / 2);
  }

  .detail_publicrelations>.detail_pr_parts__movie_style {
    margin-top: 30px;
    padding: 0 calc((100% - 800px) / 2);
    /* ( 領域幅 - 動画幅 ) / 2 */
    width: 100%;
  }
}

@media (max-width: 959.98px) {

  /* 2列表示 */
  .detail_publicrelations {
    margin: 0 -12px;
  }

  *+.detail_publicrelations {
    margin-top: 64px;
  }

  .detail_publicrelations>* {
    width: calc((100% - 30px) / 2);
    margin: 30px 12px 0;
  }

  .detail_publicrelations>*:nth-child(-n+2) {
    margin-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 959.98px) {

  /* 特殊な要素 */
  .detail_publicrelations>.detail_pr_parts__movie_style {
    margin-top: 48px;
    padding: 0 calc((100% - 800px) / 2);
    /* ( 領域幅 - 動画幅 ) / 2 */
    width: 100%;
  }
}

@media (max-width: 767.98px) {

  /* 1列表示 */
  .detail_publicrelations {
    margin: 0;
  }

  *+.detail_publicrelations {
    margin-top: 30px;
  }

  .detail_publicrelations>* {
    width: 100%;
  }

  .detail_publicrelations>*+* {
    margin-top: 32px;
  }
}

/**
* .detail_publicrelations
* /detail/[ID]/ページ 各PR
**/
.detail_pr_parts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  /*
  margin-left,margin-rightは使用不可
  .detail_publicrelationsにて余白設定
  */
}

@media (min-width: 768px) {

  /* 縦1列表示 */
  .detail_pr_parts>* {
    width: 100%;
  }
}

@media (max-width: 767.98px) {

  /* 縦1列表示 */
  .detail_pr_parts>* {
    width: 100%;
  }
}

/* title */
.detail_pr_title {
  order: 2;
}

@media (max-width: 767.98px) {
  .detail_pr_title {
    order: 2;
  }
}

/* image */
.detail_pr_parts .left_parts {
  order: 1;
}

.detail_pr_parts .left_parts figure {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}

.detail_pr_parts .left_parts figure::before {
  content: "";
  display: block;
  padding: 56.25% 0 0;
  position: relative;
  z-index: 1;
}

.detail_pr_parts .left_parts figure iframe,
.detail_pr_parts .left_parts figure img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.detail_pr_parts .left_parts figure img {
  -o-object-fit: cover;
  object-fit: cover;
}

.detail_pr_parts .left_parts .caption {
  color: #888;
  font-size: 11px;
  font-weight: 500;
  font-feature-settings: "palt";
  line-height: 20px;
  margin: 12px 0 0;
  padding: 0 16px 16px;
  position: relative;
}

.detail_pr_parts .left_parts .caption::after {
  content: "";
  display: block;
  width: 4em;
  border-bottom: solid 1px;
  position: absolute;
  left: 16px;
  bottom: 0;
  z-index: 1;
  opacity: 0.33;
}

.detail_pr_parts .left_parts .caption:empty {
  display: none;
}

@media (max-width: 767.98px) {
  .detail_pr_parts .left_parts .caption {
    color: #888;
    font-size: 9px;
    line-height: 18px;
    margin: 8px 0 0;
    padding: 0 16px 8px;
  }

  .detail_pr_parts .left_parts .caption::after {
    width: 4em;
    left: 16px;
  }
}

/* text */
.detail_pr_parts .right_parts {
  order: 3;
  font-size: 13px;
  font-weight: 400;
  font-feature-settings: "palt";
  line-height: 2;
  margin: 4px 0 0;
  padding: 0 16px;
}

.detail_pr_parts dt,
.detail_pr_parts dd {
  text-align: left;
  margin: 0 0 16px;
}

.detail_pr_parts dt a {
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
}

.detail_pr_parts dd {
  margin: 0 0 8px 28px;
}

.detail_pr_parts dd::before {
  content: "┗";
  padding-right: 5px;
}

/**
* .detail_menu_parts
* /detail/[ID]/job/ページ 業務対応メニュー
**/
/* 価格表 */
.service_table {
  display: block;
}

.service_table>thead {
  display: none;
}

.service_table>thead>tr {
  display: block;
}

.service_table>thead>tr>th {
  display: block;
}

.service_table>tbody {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: stretch;
  align-items: stretch;
  margin: 0 -16px;
}

.service_table>tbody>tr {
  display: block;
  border: solid 2px var(--main_c);
  border-radius: 6px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  background: var(--main_c);
  width: calc((100% - 96px) / 3);
  margin: 0 16px 32px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 959.98px) {
  .service_table>tbody>tr {
    width: calc((100% - 64px) / 2);
  }
}

@media (max-width: 767.98px) {
  .service_table>tbody {
    margin: 0;
  }

  .service_table>tbody>tr {
    border: solid 2px var(--main_c);
    border-radius: 2px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
    width: 100%;
    margin: 0;
  }

  .service_table>tbody>tr+tr {
    margin-top: 8px;
  }
}

.service_table>tbody>tr>th,
.service_table>tbody>tr>td {
  display: block;
  background: #fff;
  padding: 16px 28px;
}

/* title1 */
.service_table>tbody>tr>td:nth-child(1) {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  background: var(--main_c);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  font-feature-settings: "palt";
  line-height: 28px;
  padding-top: 24px;
  min-height: 104px;
}

/* title2 */
.service_table>tbody>tr>td:nth-child(2) {
  font-size: 16px;
  font-feature-settings: "palt";
  border-bottom: solid 1px #e1e1e1;
}

/* price */
.service_table>tbody>tr>td:nth-child(3) {
  font-size: 24px;
  font-weight: 700;
  font-feature-settings: "palt";
  text-align: center;
  border-bottom: solid 1px #e1e1e1;
  padding-left: 0;
  padding-right: 0;
}

/* button */
.service_table>tbody>tr>td:nth-child(4) {
  padding: 0;
}

.service_table>tbody>tr>td:nth-child(4) a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  color: var(--sub_c);
  font-size: 16px;
  font-feature-settings: "palt";
  letter-spacing: 1ex;
  height: 48px;
}

@media (max-width: 767.98px) {

  .service_table>tbody>tr>th,
  .service_table>tbody>tr>td {
    padding: 8px;
  }

  /* title1 */
  .service_table>tbody>tr>td:nth-child(1) {
    font-size: 16px;
    line-height: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
    min-height: 0;
  }

  /* title2 */
  .service_table>tbody>tr>td:nth-child(2) {
    font-size: 12px;
  }

  /* price */
  .service_table>tbody>tr>td:nth-child(3) {
    font-size: 16px;
  }

  /* button */
  .service_table>tbody>tr>td:nth-child(4) {
    font-size: 16px;
  }

  .service_table>tbody>tr>td:nth-child(4) a {
    font-size: 16px;
    letter-spacing: 1ex;
    height: 48px;
  }
}

.menu_parts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
}

*+.menu_parts {
  margin-top: 48px;
}

@media (max-width: 767.98px) {
  *+.menu_parts {
    margin-top: 24px;
  }
}

.menu_title {
  font-size: 28px;
  font-weight: 700;
  font-feature-settings: "palt";
  line-height: 38px;
  color: var(--sub_c);
  width: 100%;
  margin: 0 0 16px;
  padding: 0 144px 0 0;
  position: relative;
  order: 0;
}

@media (max-width: 767.98px) {
  .menu_title {
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 8px;
    padding: 0 40px 0 0;
    order: 0;
  }
}

.menu_title .btn_like {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.menu_title .btn_like a {
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
  padding: 0 16px 0 20px;
  height: 40px;
}

.menu_title .btn_like a::before {
  transform: translate(0, 0) scale(1.75, 1.75);
  margin: 0 8px 0 0;
}

@media (max-width: 767.98px) {
  .menu_title .btn_like a {
    border-radius: 50%;
    font-size: 10px;
    width: 32px;
    height: 32px;
    padding: 0;
  }

  .menu_title .btn_like a>span {
    display: none;
  }

  .menu_title .btn_like a::before {
    transform: translate(0, 3.33%) scale(1.75, 1.75);
    transform-origin: center center;
    margin: 0;
  }
}

.menu_subtitle {
  font-size: 18px;
  font-weight: 700;
  font-feature-settings: "palt";
  line-height: 28px;
  width: 100%;
  margin: 8px 0 16px;
  padding: 0;
  order: 1;
}

@media (max-width: 767.98px) {
  .menu_subtitle {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 16px;
  }
}

.menu_parts .img_parts {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  background: #fff;
  width: 480px;
  height: 319.968px;
  /* 3:2 */
  order: 3;
}

@media (max-width: 959.98px) {
  .menu_parts .img_parts {
    width: 100%;
    height: 40vw;
  }
}

@media (max-width: 767.98px) {
  .menu_parts .img_parts {
    width: 100%;
    height: 40vw;
    margin-bottom: 0;
  }
}

.menu_parts .img_parts .main_img {
  border-radius: 6px;
  width: calc(66.66% - 4px);
  height: 100%;
  overflow: hidden;
  position: relative;
  order: 0;
}

.menu_parts .img_parts .main_img:only-child {
  width: 100%;
}

.menu_parts .img_parts .main_img::before {
  content: "";
  display: block;
  border-radius: inherit;
  box-shadow: 0 0 48px 0 rgba(0, 0, 0, 0.06) inset;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.menu_parts .img_parts .main_img img {
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
  position: relative;
  z-index: 1;
}

.menu_parts .img_parts .sub_img {
  border-radius: 6px;
  width: calc(33.33% - 4px);
  height: calc(50% - 4px);
  margin: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  order: 2;
}

.menu_parts .img_parts .sub_img+.sub_img {
  margin-top: 8px;
}

.menu_parts .img_parts .sub_img::before {
  content: "";
  display: block;
  border-radius: inherit;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06) inset;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.menu_parts .img_parts .sub_img img {
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
  position: relative;
  z-index: 1;
}

.menu_parts .text_parts {
  width: calc(100% - 480px);
  padding: 0 32px 0 0;
  order: 2;
}

@media (max-width: 959.98px) {
  .menu_parts .text_parts {
    width: 100%;
    padding: 0;
    margin-top: 16px;
    order: 5;
  }
}

@media (max-width: 767.98px) {
  .menu_parts .text_parts {
    width: 100%;
    padding: 0;
    margin-top: 16px;
    order: 5;
  }
}

/* table basic */
.menu_detail_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  margin: 0 auto 16px;
}

.menu_detail_table th,
.menu_detail_table td {
  border: 1px solid #d1d1d1;
  height: 50px;
  vertical-align: middle;
}

.menu_detail_table th {
  vertical-align: middle;
  background-color: #e8e8e8;
  font-size: 14px;
  text-align: center;
  width: 10%;
  min-width: 25px;
  height: 28px;
  padding: 8px;
}

.menu_detail_table th:first-child {
  width: 50%;
}

.menu_detail_table th:only-child {
  width: auto;
}

.menu_detail_table td {
  vertical-align: middle;
  height: 60px;
  padding: 20px;
}

.menu_detail_table .td_commnet {
  font-size: 14px;
  font-weight: 100;
  line-height: 26px;
  text-align: left;
}

.menu_detail_table .td_price {
  width: 50%;
  text-align: center;
}

.menu_detail_table td.td_price {
  font-size: 22px;
  font-weight: 700;
}

.menu_detail_table .td_place {
  width: 25%;
  text-align: center;
}

.menu_detail_table .td_wtime {
  width: 25%;
  text-align: center;
}

@media (max-width: 767.98px) {
  .menu_parts .sub_title {
    border: none;
    width: 100%;
    padding: 0;
  }

  .menu_parts .sub_title span {
    position: absolute;
    right: -24px;
    top: 50%;
    font-weight: 700;
    font-size: 160%;
    line-height: 1;
    margin-top: -13.5px;
  }

  .menu_detail_table th,
  .menu_detail_table td {
    padding: 8px;
  }

  .menu_detail_table th {
    font-size: 10px;
    line-height: 1.25;
    height: auto;
    padding: 8px;
  }

  .menu_detail_table td {
    font-size: 10px;
    line-height: 1.25;
    height: auto;
  }

  .menu_detail_table td:first-child {
    font-weight: 700;
  }

  .menu_detail_table td.td_price {
    font-size: 18px;
    font-weight: 700;
  }

  .menu_detail_table .td_commnet {
    font-size: 10px;
    font-weight: 400;
    line-height: 1.66;
    text-align: left;
  }
}

/**
* .detail_staff_list
* /detail/[ID]/staff/ページ ラッパー
**/
/**
* .staff_parts
* /detail/[ID]/staff/ページ 各スタッフごとのスタイル
**/
.staff_parts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

*+.staff_parts {
  margin-top: 48px;
}

@media (max-width: 767.98px) {
  *+.staff_parts {
    margin-top: 24px;
  }
}

.staff_parts .img_parts {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  background: #fff;
  width: 480px;
  height: 319.968px;
  /* 3:2 */
}

@media (max-width: 959.98px) {
  .staff_parts .img_parts {
    width: 50%;
    height: 40vw;
  }
}

@media (max-width: 767.98px) {
  .staff_parts .img_parts {
    width: 100%;
    height: 40vw;
  }
}

.staff_parts .img_parts .main_img {
  border-radius: 6px;
  width: calc(66.66% - 4px);
  height: 100%;
  overflow: hidden;
  position: relative;
  order: 0;
}

.staff_parts .img_parts .main_img:only-child {
  width: 100%;
}

.staff_parts .img_parts .main_img::before {
  content: "";
  display: block;
  border-radius: inherit;
  box-shadow: 0 0 48px 0 rgba(0, 0, 0, 0.06) inset;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.staff_parts .img_parts .main_img img {
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
  position: relative;
  z-index: 1;
}

.staff_parts .img_parts .sub_img {
  border-radius: 6px;
  width: calc(33.33% - 4px);
  height: calc(50% - 4px);
  margin: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  order: 2;
}

.staff_parts .img_parts .sub_img+.sub_img {
  margin-top: 8px;
}

.staff_parts .img_parts .sub_img::before {
  content: "";
  display: block;
  border-radius: inherit;
  box-shadow: 0 0 48px 0 rgba(0, 0, 0, 0.06) inset;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.staff_parts .img_parts .sub_img img {
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
  position: relative;
  z-index: 1;
}

.staff_parts .text_parts {
  width: calc(100% - 480px);
  padding: 0 0 0 32px;
}

@media (max-width: 959.98px) {
  .staff_parts .text_parts {
    width: 50%;
  }
}

@media (max-width: 767.98px) {
  .staff_parts .text_parts {
    width: 100%;
    padding: 0 16px;
  }
}

.detail_staff_title {
  padding: 48px 0 12px;
  margin: 0 0 32px;
  position: relative;
}

.detail_staff_title::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 32px;
  border-bottom: solid 2px var(--sub_c);
}

.detail_staff_title>.staff_name {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  padding-right: 32px;
}

.detail_staff_title>.staff_class {
  color: var(--sub_c);
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
}

@media (max-width: 767.98px) {
  .detail_staff_title {
    padding: 16px 0 12px;
    margin: 0 0 16px;
  }

  .detail_staff_title::after {
    width: 32px;
    border-bottom: solid 2px var(--sub_c);
  }

  .detail_staff_title>.staff_name {
    font-size: 18px;
    line-height: 32px;
    padding-right: 16px;
  }

  .detail_staff_title>.staff_class {
    font-size: 10px;
    line-height: 32px;
  }
}

.detail_staff_comment {
  border-radius: 4px;
  background: #f4f4f1;
  font-size: 14px;
  line-height: 25px;
  width: 100%;
  padding: 16px;
}

@media (max-width: 767.98px) {
  .detail_staff_comment {
    border-radius: 4px;
    font-size: 12px;
    line-height: 32px;
    padding: 8px;
  }
}

/* 経歴 */
.detail_staff_history {
  font-size: 14px;
  line-height: 22px;
  padding: 16px;
}

.detail_staff_history>.detail_title__type06 {
  margin-bottom: 8px;
}

@media (max-width: 767.98px) {
  .detail_staff_history {
    font-size: 12px;
    line-height: 32px;
    padding: 16px;
  }

  .detail_staff_history>.detail_title__type06 {
    color: #888;
    margin-bottom: 8px;
  }
}

/**
* .detail_gallery_parts
* /detail/[ID]/ページ ギャラリー
**/
.detail_gallery_parts {
  position: relative;
  z-index: 99;
}

@media (min-width: 959px) {
  *+.detail_gallery_parts {
    margin-top: 64px;
  }
}

@media (max-width: 959.98px) {
  *+.detail_gallery_parts {
    margin-top: 64px;
  }
}

@media (max-width: 767.98px) {
  *+.detail_gallery_parts {
    margin-top: 48px;
  }
}

/* title */
.detail_gallery_title {
  order: 0;
}

@media (min-width: 960px) {

  /* heightはBricks.jsにて自動実装されます */
  .detail_gallery_parts li {
    width: calc((100% - 24px) / 4);
  }
}

@media (max-width: 959.98px) {

  /* heightはBricks.jsにて自動実装されます */
  .detail_gallery_parts li {
    width: calc((100% - 24px) / 4);
  }
}

@media (max-width: 767.98px) {

  /* heightはBricks.jsにて自動実装されます */
  .detail_gallery_parts li {
    width: calc((100% - 16px) / 3);
  }
}

.detail_gallery_parts li a {
  display: block;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  border-radius: 6px;
  width: 100%;
  height: 100%;
}

.detail_gallery_parts li a:focus,
.detail_gallery_parts li a:hover {
  opacity: 1;
}

.detail_gallery_parts li img {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 1s ease;
}

.detail_gallery_parts li a:focus img,
.detail_gallery_parts li a:hover img {
  transform: translate(-50%, -50%) scale(2);
}

/**
* .detail_info_parts
* /detail/[ID]/ページ 情報欄（ビフォーアフター 対応時間）
**/
.detail_info_parts {
  --info-ul-title-width: 280px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
  font-size: 18px;
}

.detail_info_parts>* {
  width: 100%;
}

.detail_main *+.detail_info_parts {
  margin-top: 0;
}

.detail_info_parts iframe {
  aspect-ratio: 560 / 315;
  height: auto;
  max-width: 960px;
  margin: 0 auto;
}

@media (min-width: 959px) {
  .detail_info_parts {
    font-size: 16px;
  }

  *+.detail_info_parts {
    margin-top: 24px;
  }

  .detail_main *+.detail_info_parts {
    margin-top: 0;
  }
}

@media (max-width: 767.98px) {
  .detail_info_parts {
    --info-ul-title-width: 128px;
    font-size: 14px;
  }

  *+.detail_info_parts {
    margin-top: 20px;
  }

  .detail_main *+.detail_info_parts {
    margin-top: 0;
  }
}

/* title */
.detail_info_title {
  order: 0;
}

.detail_info_parts>h5 {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  color: var(--main_c);
  margin: 0 0 24px;
  padding: 6px 0;
  border-bottom: solid 1px #efefef;
}

@media (max-width: 767.98px) {
  .detail_info_parts>h5 {
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 20px;
    padding: 4px 0;
  }
}

/* order */
.detail_info_parts>.center_parts {
  order: 2;
}

.detail_info_parts>.left_parts {
  order: 1;
}

.detail_info_parts>.right_parts {
  order: 3;
}

.detail_info_parts>.bottom_parts {
  order: 4;
}

/* center_parts（ビフォーアフターのみ使用） */
.detail_info_parts>.center_parts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 40px;
}

.detail_info_parts>.center_parts .arrow {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 767.98px) {
  .detail_info_parts>.center_parts {
    width: 24px;
  }

  .detail_info_parts>.center_parts .arrow {
    width: 24px;
    height: 24px;
  }
}

/* left_parts, right_parts (default) */
.detail_info_parts>.left_parts,
.detail_info_parts>.right_parts {
  position: relative;
  width: calc((100% - 40px) / 2);
}

.detail_info_parts>.left_parts {
  padding-right: 20px;
}

.detail_info_parts>.right_parts {
  padding-left: 20px;
}

@media (max-width: 959.98px) {

  .detail_info_parts>.left_parts,
  .detail_info_parts>.right_parts {
    width: 100%;
  }

  .detail_info_parts>.left_parts {
    padding-right: 0;
  }

  .detail_info_parts>.right_parts {
    padding-left: 0;
    margin-top: -1px;
  }
}

/* left_parts, right_parts (Before After) */
.detail_info_parts>.center_parts~.left_parts {
  padding-right: 0;
}

.detail_info_parts>.center_parts~.right_parts {
  padding-left: 0;
}

.detail_info_parts>.center_parts~.left_parts img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.detail_info_parts>.center_parts~.right_parts img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.detail_info_parts>.center_parts~.left_parts>span,
.detail_info_parts>.center_parts~.right_parts>span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: var(--main_c);
  color: #fff;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  width: 120px;
  padding: 5px 0;
}

.detail_info_parts>.center_parts~.right_parts>span {
  background-color: #e9be38;
  color: #fff;
}

@media (max-width: 959.98px) {

  .detail_info_parts>.center_parts~.left_parts,
  .detail_info_parts>.center_parts~.right_parts {
    width: calc((100% - 24px) / 2);
    margin-top: 0;
  }

  .detail_info_parts>.center_parts~.left_parts>span,
  .detail_info_parts>.center_parts~.right_parts>span {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, 50%);
    font-size: 10px;
    width: 96px;
    padding: 2px 0;
  }
}

.detail_info_parts>.bottom_parts p {
  margin: 0 0 5px;
  line-height: 1.8;
}

@media (max-width: 959.98px) {
  .detail_info_parts>.bottom_parts p {
    margin: 0 0 5px;
    line-height: 1.8;
  }
}

/* 基本情報 テーブルスタイル */
.detail_info_parts ul {
  font-size: inherit;
  font-weight: 400;
  line-height: 1.3333;
}

@media (max-width: 959.98px) {
  .detail_info_parts ul {
    font-size: 14px;
  }
}

.detail_info_parts ul>li {
  display: flex;
  align-items: flex-start;
  padding: 0;
}

.detail_info_parts ul>li+li {
  margin-top: 15px;
}



.detail_info_parts ul>li .info_title {
  border-radius: var(--btn-radius-l);
  border: solid 1px #AFEBE1;
  color: inherit;
  font-size: inherit;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  width: var(--info-ul-title-width);
  padding: 1.25ex 2ex;
}

@media (max-width: 767.98px) {
  .detail_info_parts ul>li+li {
    margin-top: 10px;
  }

  .detail_info_parts ul>li .info_title {
    padding: 1ex .8ex;
  }
}

.detail_info_parts ul>li .info_text {
  font-size: inherit;
  font-weight: inherit;
  word-break: break-all;
  word-wrap: break-word;
  line-height: 1.5;
  width: calc(100% - var(--info-ul-title-width));
  padding: 1.25ex 0 1.25ex 2ex;
}

.detail_info_parts ul>li .info_text--full {
  width: 100%;
}

.detail_info_parts ul>li .info_title+.info_text {}

.detail_info_parts a:not([class]) {
  color: var(--text_link_c);
  text-decoration: underline;
}

.detail_info_parts .info_sns_icon {
  display: inline-block;
  text-decoration: none;
}

.detail_info_parts .info_sns_icon i:not([class]) {
  display: block;
  background-image: url("../images/info-sns-icon-share.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 36px;
  height: auto;
  aspect-ratio: 1 / 1;
}

.detail_info_parts .info_sns_icon[href*="facebook"] i:not([class]) {
  background-image: url("../images/info-sns-icon-fb.png");
  background-size: contain;
}

.detail_info_parts .info_sns_icon[href*="x.com"] i:not([class]),
.detail_info_parts .info_sns_icon[href*="twitter"] i:not([class]) {
  background-image: url("../images/info-sns-icon-x.png");
  background-size: contain;
}

.detail_info_parts .info_sns_icon[href*="instagram"] i:not([class]) {
  background-image: url("../images/info-sns-icon-ig.png");
  background-size: contain;
}

.detail_info_parts .info_sns_icon i+i {
  margin-left: 32px;
}


/* google map */
.detail_info_parts .info_calendar {
  display: block;
}

.detail_info_parts *+.info_calendar {
  margin-top: 12px;
}

/* google map */
.detail_info_parts .gglmap {
  display: block;
  position: relative;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.detail_info_parts *+.gglmap {
  margin-top: 12px;
}

.detail_info_parts .gglmap img,
.detail_info_parts .gglmap iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 1;
  object-fit: cover;
}

/* link */
.detail_info_parts .link_box a {
  color: var(--main_c);
  text-decoration: underline;
}

.detail_info_parts .link_box a+a {
  margin-left: 10px;
}

.detail_info_parts .detail_info_icon {
  width: 80%;
  margin: 0 auto;
}

@media screen and (max-width: 767.98px) {
  .detail_info_parts .detail_info_icon {
    width: 100%;
  }
}


/**
* .opening_hours
* /detail/[ID]/ページ 営業（診療）時間
**/
.opening_hours {
  width: 100%;
  margin: 0 auto;
}

.opening_hours p {
  font-size: 14px;
  line-height: 1.8;
}

.opening_hours table {
  border-collapse: collapse;
  color: var(--font_c);
  text-align: center;
  width: 100%;
  margin: 0 auto 32px;
}

.opening_hours table th,
.opening_hours table td {
  border: 1px solid;
  height: 50px;
  vertical-align: middle;
}

.opening_hours table th {
  background: #AFEBE1;
  font-weight: 700;
}

.opening_hours table th:nth-child(2n+3) {
  background: #A1D9CF;
}

.opening_hours table td:nth-child(2n+3) {
  background: #F5F5F5;
}

.opening_hours table td {
  width: 11%;
  padding: 8px 0;
  line-height: 1.3;
}

.opening_hours table tr th:first-child,
.opening_hours table tr td:first-child {
  width: 22%;
  margin: 0 auto;
}

.opening_hours table td span {
  padding: 0;
  background-color: unset;
  color: #595757;
  font-size: 16px;
  position: unset;
}

.opening_hours table td img {
  width: auto;
  height: auto;
  margin: 0 auto;
}

.opening_hours_description {
  display: flex;
  justify-content: center;
}

.opening_hours_description div {
  width: 20%;
  padding: 0 32px 32px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.opening_hours_description img {
  width: auto;
  height: auto;
  display: inline;
}

.opening_hours_description p {
  margin: 0 0 0 8px;
}

@media (max-width: 767.98px) {
  .opening_hours {
    table-layout: fixed;
  }

  .opening_hours table td {
    width: auto;
    padding: 4px 0;
  }

  .opening_hours table th:first-child,
  .opening_hours table td:first-child {
    font-size: 11px;
    line-height: 16px;
    width: 80px;
    padding: 4px;
  }

  .opening_hours table td img {
    max-width: 12px;
  }

  .opening_hours_description {
    flex-wrap: wrap;
    margin-bottom: 32px;
  }

  .opening_hours_description div {
    width: 33.33%;
  }

  .opening_hours_description div img {
    max-width: 15px;
  }
}



/**
* .detail_review_parts
* /detail/[ID]/ページ 口コミ（吹き出しデザイン）
**/
.detail_review_parts {
  --review-list-gap: 40px;
  --review-item-gap: 20px;
  --review-user-width: 144px;
  --review-shop-width: 96px;
  border-radius: 6px;
  background: #f6f3ee;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .detail_review_parts {
    --review-list-gap: 40px;
    --review-item-gap: 20px;
    --review-user-width: 128px;
    --review-shop-width: 128px;
  }
}

.detail_review_parts__title {
  background: var(--sub_c_dark);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2ex;
  margin: 0;
  padding: 1.5ex 2ex;
}

.detail_review_parts__list {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: var(--review-list-gap);
  padding: var(--review-list-gap) 20px var(--review-list-gap) 0;
}

.detail_review_parts__item {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  gap: var(--review-item-gap);
  position: relative;
}

@media (min-width: 768px) {
  .detail_review_parts__item {
    padding-left: calc(var(--review-user-width) + var(--review-item-gap));
  }
}

.detail_review_parts__user-info {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  width: var(--review-user-width);
  padding: 0 var(--review-item-gap);
}

@media (min-width: 768px) {
  .detail_review_parts__user-info {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
}

.detail_review_parts__user-info>.item--user-image {
  border-radius: 50%;
  border: solid 4px #fff;
  background: #fff;
  width: 80px;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

.detail_review_parts__user-info>.item--name {
  display: block;
  color: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.detail_review_parts__user-info>*+.item--name {
  margin-top: 12px;
}

.detail_review_parts__user-info>.item--name-suffix {
  display: block;
  color: inherit;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
}

.detail_review_parts__user-info>.item--date {
  display: block;
  color: #aba3a1;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
}

.detail_review_parts__user-info>*+.item--date {
  margin-top: 8px;
}

.detail_review_parts__user-info>.item--date-suffix {
  display: block;
  color: #aba3a1;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
}

.detail_review_parts__user-text {
  border-radius: 6px;
  border: solid 1px #5d5958;
  background: #fff;
  width: calc(100% - var(--review-user-width) - var(--review-item-gap));
  padding: 20px;
  position: relative;
}

.detail_review_parts__user-text::before {
  content: '';
  display: block;
  border-style: solid;
  border-width: 12px 28px;
  border-color: transparent #5d5958 transparent transparent;
  position: absolute;
  left: 0;
  top: 20px;
  z-index: 5;
  transform: translate(-100%, 0);
}

.detail_review_parts__user-text::after {
  content: '';
  display: block;
  border-style: solid;
  border-width: 12px 28px;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  left: 1.75px;
  top: 20px;
  z-index: 10;
  transform: translate(-100%, 0);
}

@media (min-width: 768px) {
  .detail_review_parts__user-text {
    width: 100%;
  }
}

.detail_review_parts__shop-info {
  display: block;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-align: right;
  width: var(--review-shop-width);
}

.detail_review_parts__shop-text {
  border-radius: 6px;
  border: solid 1px #5d5958;
  background: #fff;
  width: calc(100% - var(--review-shop-width) - var(--review-item-gap));
  padding: 20px;
}

.detail_review_parts__list>.btn {
  height: 44px;
  margin-left: auto;
  margin-right: 0;
}

@media (max-width: 767.98px) {
  .detail_review_parts__shop-info {
    text-align: center;
  }
}



/**
* .paging
* /detail/[ID]/ページ ページャー
**/
.detail_main .c-card__list {}

@media (max-width: 767.98px) {
  .detail_main .c-card__list {}
}

.detail_main .c-card__item {
  max-width: calc((100% - var(--card-gap) * 4) / 5);
  border: 1px solid #d7d7d7;
  padding: 8px;
}

@media (max-width: 767.98px) {
  .detail_main .c-card__item {
    max-width: calc((100% - var(--card-gap) * 1) / 2);
  }
}

.detail_main .c-card__img {
  border-radius: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 6 / 5;
  object-fit: cover;
}

.detail_main .c-card__itemInner {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  padding: 8px 0 0;
  ;
}

.detail_main .c-card__area,
.c-card__time {
  font-size: 14px;
}

.detail_main .c-card__ttl {
  color: #008892;
}


/**
* .paging
* /detail/[ID]/ページ ページャー
**/
.detail_banner {
  margin: 0 0 40px;
}

*+.detail_banner {
  margin-top: 40px;
}

.detail_banner>.banner {
  max-width: 728px;
  margin-inline: auto;
}

.detail_banner>*+.banner {
  margin-top: 20px;
}


/**
* .paging
* /detail/[ID]/ページ ページャー
**/
.paging {
  margin: 30px 0 10px;
  padding: 0;
  text-align: center;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .paging {
    padding: 0 0 28px;
  }
}

.paging li {
  margin: 2px 2px;
  display: inline-block;
}

.paging li>span,
.paging li>a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  border: 1px solid #707070;
  background: #fff;
  color: var(--font_c);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.125;
  text-decoration: none;
  min-width: 36px;
  height: 36px;
  padding: 0 .8em;
}

@media (max-width: 767.98px) {

  .paging li>span,
  .paging li>a {
    min-width: 40px;
    height: 40px;
  }
}

.paging li a:focus,
.paging li a:hover {
  text-decoration: none;
}

.paging li .current {
  border: 1px solid var(--main_c);
  background: var(--main_c);
  color: #fff;
}

.paging li .ten {}

.paging li a.prev {}

.paging li a.next {}

/**
* .detail_kuchikomi_parts
* /detail/[ID]/kuchikomi/ページ 口コミのラッパー
**/
/* 投稿フォーム */
.detail_kuchikomi_parts+.parts_wrap {
  margin-top: 48px;
}

/**
* .bnr_kuchikomi
* /detail/[ID]/kuchikomi/ページ バナー
**/
.bnr_kuchikomi {
  width: 100%;
}

@media (min-width: 576px) {
  .bnr_kuchikomi li:first-child {
    max-width: 1120px;
    margin: 0 auto;
    border-radius: 6px;
    overflow: hidden;
  }

  .bnr_kuchikomi li:last-child {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .bnr_kuchikomi {
    padding: 0 0 16px;
  }

  .bnr_kuchikomi li:first-child {
    display: none;
  }

  .bnr_kuchikomi li:last-child {
    max-width: 300px;
    margin: 0 auto;
    border-radius: 6px;
    overflow: hidden;
  }
}

/**
* .detail_kuchikomi_list
* /detail/[ID]/kuchikomi/ページ 口コミ一覧
**/
/**
* .kuchikomi_point
* /detail/[ID]/kuchikomi/ページ 口コミ点数・ソート
**/
.kuchikomi_point {
  font-size: 16.25px;
  font-weight: 700;
  line-height: 20.625px;
  text-align: center;
  margin: 28px 0 25px;
}

@media (max-width: 767.98px) {
  .kuchikomi_point {
    margin: 0 0 2.5px;
  }
}

.kuchikomi_number {
  color: #e9be38;
  font-weight: 700;
}

.kuchikomi_point .kuchikomi_number {
  font-size: 23.75px;
  padding: 0 3px;
}

.kuchikomi_head_parts {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 0 15px;
}

.kuchikomi_head_parts .kuchikomi_count {
  font-size: 6.875px;
}

.kuchikomi_head_parts .kuchikomi_count .kuchikomi_number {
  color: #e9be38;
  font-size: 11.25px;
  font-weight: 700;
  padding-right: 3px;
}

@media (max-width: 959.98px) {
  .kuchikomi_head_parts {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .kuchikomi_count {
    width: auto;
    margin: 0 auto;
  }
}

@media (max-width: 767.98px) {
  .kuchikomi_head_parts {
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 10px;
  }

  .kuchikomi_count {
    width: auto;
    margin: 0 auto;
  }
}

/* sort */
.kuchikomi_head_parts .search_change_view {
  width: 55%;
  max-width: none;
}

.kuchikomi_head_parts .search_change_view p,
.kuchikomi_head_parts .search_change_view .option {
  margin: 0;
}

@media (max-width: 959.98px) {
  .kuchikomi_head_parts .search_change_view {
    width: 90%;
    margin: 0 0 5px;
  }

  .kuchikomi_head_parts .search_change_view {
    width: 100%;
    margin: 0 0 5px;
  }

  .kuchikomi_head_parts .search_change_view div {
    width: 48.5%;
  }

  .kuchikomi_head_parts .search_change_view div:first-child {
    width: 100%;
  }

  .kuchikomi_head_parts .search_change_view .option {
    font-size: 7.5px;
  }
}

/**
* .kuchikomi_parts
* /detail/[ID]/kuchikomi/ページ 各口コミ
**/
.kuchikomi_parts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
  border-radius: 6px;
  border: solid 1px #e1e1e1;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
  padding: 40px;
  margin: 0 0 28px;
}

.kuchikomi_parts:last-child {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .kuchikomi_parts {
    padding: 16px;
  }
}

.kuchikomi_user {
  line-height: 1;
  width: 50%;
  padding: 0 0 0 56px;
  margin: 0;
  position: relative;
  z-index: 1;
}

.kuchikomi_user::before {
  content: "";
  display: block;
  background-image: url("../images/icon_review_man.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  transform: translate(0, -50%);
}

.kuchikomi_user .user_name {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  margin-right: 16px;
}

.kuchikomi_user .user_age {
  color: rgba(0, 0, 0, 0.56);
  font-size: 12px;
  font-weight: 500;
  font-feature-settings: "palt";
  line-height: 16px;
  margin-right: 8px;
}

.kuchikomi_user .user_age::after {
  content: "歳";
}

.kuchikomi_user .user_sex {
  color: rgba(0, 0, 0, 0.56);
  font-size: 12px;
  font-weight: 500;
  font-feature-settings: "palt";
  line-height: 16px;
  margin-right: 8px;
}

.kuchikomi_user time {
  display: block;
  color: rgba(0, 0, 0, 0.56);
  font-size: 12px;
  font-weight: 500;
  font-feature-settings: "palt";
  line-height: 1;
  margin-top: 4px;
}

@media (max-width: 767.98px) {
  .kuchikomi_user {
    width: calc(100% - 128px);
    padding: 0 0 0 48px;
  }

  .kuchikomi_user::before {
    width: 40px;
    height: 40px;
  }

  .kuchikomi_user .user_name {
    display: block;
    font-size: 12px;
    margin-right: 0;
  }

  .kuchikomi_user .user_age {
    font-size: 8px;
    line-height: 1;
    margin-right: 8px;
  }

  .kuchikomi_user .user_age::after {
    content: "歳";
  }

  .kuchikomi_user .user_sex {
    font-size: 8px;
    line-height: 1;
    margin-right: 8px;
  }

  .kuchikomi_user time {
    font-size: 8px;
    line-height: 1;
    margin-top: 4px;
  }
}

.kuchikomi_osusume {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: stretch;
  align-items: stretch;
  width: 50%;
}

.kuchikomi_osusume>p {
  text-align: center;
  width: 128px;
}

.kuchikomi_osusume>p>span {
  color: rgba(0, 0, 0, 0.56);
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  margin-right: 8px;
}

.kuchikomi_osusume>p>.kuchikomi_number {
  color: #e9be38;
  font-size: 24px;
  line-height: 24px;
  margin-left: 0;
}

.kuchikomi_osusume>ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  border-radius: 6px;
  overflow: hidden;
  width: calc(100% - 128px);
}

@media (max-width: 767.98px) {
  .kuchikomi_osusume {
    flex-wrap: wrap;
    width: 128px;
    padding: 0;
    border: none;
  }

  .kuchikomi_osusume>p {
    width: 100%;
  }

  .kuchikomi_osusume>p>span {
    font-size: 8px;
    line-height: 1;
  }

  .kuchikomi_osusume>p>.kuchikomi_number {
    font-size: 20px;
    line-height: 1;
  }

  .kuchikomi_osusume>ul {
    width: 100%;
    height: 20px;
    margin: 0;
  }
}

.kuchikomi_osusume>ul>li {
  width: 100%;
  height: 100%;
}

.kuchikomi_osusume>ul>li>div {
  background-color: #f1f1f1;
  height: 100%;
}

.kuchikomi_osusume>ul>li+li>div {
  border-left: 1px dotted rgba(0, 0, 0, 0.09);
}

.kuchikomi_osusume>ul>.on>div {
  background-color: #faa0a6;
  background-image: linear-gradient(to bottom, #faa0a6 0%, #f9d9db 100%);
}

.kuchikomi_osusume>ul>li+.on>div {
  border-left: 1px dotted rgba(255, 255, 255, 0.75);
}

.kuchikomi_comment {
  width: calc(50% + 128px);
  margin: 16px 0 0;
}

@media (max-width: 767.98px) {
  .kuchikomi_comment {
    width: 100%;
    margin: 8px 0;
  }
}

/* kuchikomi_comment dl(set view more) */
.kuchikomi_comment dl+dl {
  margin-top: 24px;
}

.kuchikomi_comment dl>dt {
  margin: 0;
}

.kuchikomi_comment dl>dd {
  padding: 8px 32px 0 18px;
}

.kuchikomi_comment dl>dd p {
  font-size: 12px;
  line-height: 26px;
}

/* view more style */
.kuchikomi_comment .view_more_btn {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  padding-right: 12px;
}

.kuchikomi_comment .view_more_btn::after {
  display: none;
  content: "\f218";
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 50%;
  border: solid 1px;
  width: 18px;
  height: 18px;
  font-size: 12px;
  transition: all 0.4s ease;
}

.kuchikomi_comment .view_more_btn.active::after {
  background: #ccc;
  color: #fff;
  transform: rotate(45deg);
}

.kuchikomi_comment .view_more_btn span {
  display: block;
  width: calc(100% - 18px);
}

@media (max-width: 767.98px) {
  .kuchikomi_comment .view_more_btn::after {
    display: flex;
    width: 16px;
    height: 16px;
    font-size: 10px;
  }

  .kuchikomi_comment .view_more_btn span {
    display: block;
    width: calc(100% - 16px);
  }
}

.kuchikomi_reply {
  width: calc(50% - 128px);
  margin: 16px 0;
}

.kuchikomi_reply_title {
  font-weight: 700;
  text-align: center;
  margin: 0;
}

.kuchikomi_reply_text {
  background: #f1f1f1;
  font-size: 14px;
  padding: 16px;
  margin: 0;
}

@media (max-width: 767.98px) {
  .kuchikomi_reply {
    width: 100%;
    margin: 0 0 8px;
  }
}

/**
* .detail_recommended_parts
* /detail/[ID]/cinfo/ページ おすすめの他店舗、他医院
**/
.recommended_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  background: #f2f3f4;
  color: rgba(0, 0, 0, 0.2);
  padding: 28px;
}

.recommended_list>dt {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
  border-radius: 6px;
  border: solid 1px #e1e1e1;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.06);
  background: #fff;
  color: #999;
  font-size: 18px;
  font-weight: 700;
  font-feature-settings: "palt";
  line-height: 18px;
  padding: 28px;
  position: relative;
  z-index: 1;
  width: 100%;
  cursor: pointer;
  transition: all 0.4s ease;
}

.recommended_list>dt+dt,
.recommended_list>dd+dt {
  margin-top: 16px;
}

.recommended_list>dt::after {
  content: "\f125";
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #999;
  position: absolute;
  top: 0;
  right: 24px;
  bottom: 0;
  left: auto;
  z-index: 1;
  transition: color 0.2s ease;
}

.recommended_list>dt a {
  color: var(--main_c);
  margin-right: 16px;
  transition: color 0.3s ease;
}

.recommended_list>dt a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.recommended_list>dt a:focus,
.recommended_list>dt a:hover {
  opacity: 1;
}

.recommended_list>dt:hover {
  border-color: var(--main_c);
  background-color: var(--main_c);
  color: #fff;
}

.recommended_list>dt:hover::after {
  color: inherit;
}

.recommended_list>dt:hover a {
  color: #fff;
}

.recommended_list>dt:hover+dd {
  border-color: var(--main_c);
  background-color: var(--main_c);
  color: #fff;
}

.recommended_list>dd {
  border-radius: 0 0 6px 6px;
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  border-right: solid 1px #e1e1e1;
  border-bottom: solid 1px #e1e1e1;
  border-left: solid 1px #e1e1e1;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.06);
  background-image: url("../images/icon_review_man.png");
  background-repeat: no-repeat;
  background-position: left 32px top 16px;
  background-size: auto 22px;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  position: relative;
  z-index: 5;
  width: 100%;
  padding: 16px 16px 16px 56px;
  margin: -12px 0 0;
  transition: all 0.4s ease;
}

.recommended_list+* {
  margin-top: 48px;
}

@media (max-width: 767.98px) {
  .recommended_list>dt {
    padding: 16px;
  }
}

/**
* .detail_flexible_information
* /detail/[ID]/ページ 自由内容定型入力欄ラッパー
**/
*+.detail_flexible_information {
  margin-top: 60px;
}

/* 背景色を交互に変更する場合 */
.detail_flexible_information>.bg__full_width:nth-child(odd) {
  background: #f5f5f5;
}

.detail_flexible_information>.bg__full_width:nth-child(even) {
  background: #fff;
}

@media (min-width: 768px) {
  .detail_flexible_information>* {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

@media (max-width: 767.98px) {
  .detail_flexible_information>* {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

/**
* .detail_flexible_info_parts
* /detail/[ID]/ページ 自由内容定型入力欄
**/
.detail_flexible_info_parts {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #ccc;
}

.detail_flexible_info_image {
  background: #fff;
  overflow: hidden;
  position: relative;
}

.detail_flexible_info_image::before {
  content: "";
  display: block;
  padding: 66.66% 0 0;
  position: relative;
  z-index: 1;
}

.detail_flexible_info_image>img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.detail_flexible_info_text {
  background: #fff;
}

@media (min-width: 768px) {
  .detail_flexible_info_image {
    border-radius: 6px 0 0 6px;
    width: 50%;
  }

  .detail_flexible_info_text {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    border-radius: 0 6px 6px 0;
    width: 50%;
    padding: 48px;
  }

  .detail_flexible_info_text:only-child {
    border-radius: inherit;
    display: block;
    width: 100%;
  }

  /* レイアウトを互い違いにする場合 */
  .detail_flexible_information>*:nth-child(odd) .detail_flexible_info_image {
    order: 1;
    border-radius: 6px 0 0 6px;
  }

  .detail_flexible_information>*:nth-child(even) .detail_flexible_info_image {
    order: 2;
    border-radius: 0 6px 6px 0;
  }

  .detail_flexible_information>*:nth-child(odd) .detail_flexible_info_text {
    order: 2;
    border-radius: 0 6px 6px 0;
  }

  .detail_flexible_information>*:nth-child(even) .detail_flexible_info_text {
    order: 1;
    border-radius: 6px 0 0 6px;
  }
}

@media (max-width: 767.98px) {
  .detail_flexible_info_parts {
    border-radius: 0;
  }

  .detail_flexible_info_image {
    border-radius: 0;
    width: 100%;
  }

  .detail_flexible_info_text {
    border-radius: 0;
    width: 100%;
    padding: 16px;
  }

  .detail_flexible_info_text:only-child {
    border-radius: inherit;
    display: block;
    width: 100%;
  }
}

/* タイトル */
.detail_flexible_info_title {
  color: var(--main_c);
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.2ex;
  width: 100%;
  margin: 0;
}

.detail_flexible_info_title:empty {
  display: none;
}

@media (max-width: 767.98px) {
  .detail_flexible_info_title {
    font-size: 18px;
    width: 100%;
  }
}

/* エリア（暫定 サイトにより領域の使用用途、意味合いが変化） */
.detail_flexible_info_area {
  display: inline-block;
  color: rgba(0, 0, 0, 0.33);
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
}

.detail_flexible_info_cate+.detail_flexible_info_area {
  margin-left: 16px;
}

.detail_flexible_info_area:empty {
  display: none;
}

/* カテゴリ（暫定 サイトにより領域の使用用途、意味合いが変化） */
.detail_flexible_info_cate {
  display: inline-block;
  color: rgba(0, 0, 0, 0.33);
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
}

.detail_flexible_info_area+.detail_flexible_info_cate {
  margin-left: 16px;
}

.detail_flexible_info_cate:empty {
  display: none;
}

@media (max-width: 767.98px) {
  .detail_flexible_info_area {
    font-size: 8px;
    line-height: 12px;
  }

  .detail_flexible_info_cate {
    font-size: 8px;
    line-height: 12px;
  }
}

/* 複数行テキスト */
.detail_flexible_info_text>p {
  line-height: 2;
  width: 100%;
}

.detail_flexible_info_text>*+p {
  margin-top: 24px;
}

.detail_flexible_info_text>p:empty {
  display: none;
}

@media (max-width: 767.98px) {
  .detail_flexible_info_text>p {
    font-size: 12px;
  }
}

/* リスト */
.detail_flexible_info_list {
  background: #ECECEC;
  width: 100%;
  padding: 16px;
}

*+.detail_flexible_info_list {
  margin-top: 24px;
}

.detail_flexible_info_list:empty {
  display: none;
}

.detail_flexible_info_list>li {
  display: inline-block;
  color: rgba(0, 0, 0, 0.56);
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
}

.detail_flexible_info_list>li+li {
  margin-left: 8px;
}

.detail_flexible_info_list>li+li::before {
  content: "／";
  margin-right: 8px;
}

@media (max-width: 767.98px) {
  .detail_flexible_info_list {
    padding: 8px 16px;
  }

  *+.detail_flexible_info_list {
    margin-top: 16px;
  }

  .detail_flexible_info_list>li {
    font-size: 8px;
    line-height: 12px;
  }

  .detail_flexible_info_list>li+li {
    margin-left: 4px;
  }

  .detail_flexible_info_list>li+li::before {
    margin-right: 4px;
  }
}


/**
 * table
 * /detail/[ID]/ページ table
**/
.detail_info_table {
  color: var(--font_c);
  width: 100%;
}

.detail_info_table.table--fixed {
  table-layout: fixed;
}

.detail_info_table>thead {}

.detail_info_table>thead>tr {}

.detail_info_table>thead>tr>th,
.detail_info_table>thead>tr>td {
  border: solid 1px;
  background: #AFEBE1;
  font-size: 14px;
  font-weight: 700;
  font-feature-settings: 'palt';
  text-align: center;
  padding: .6em;
}

.detail_info_table>thead>tr>th>small {
  font-size: 13px;
  font-weight: 400;
}

.detail_info_table>tbody {}

.detail_info_table>tbody>tr {}

.detail_info_table>tbody>tr>th,
.detail_info_table>tbody>tr>td {
  border: solid 1px;
  background: #fff;
  font-size: inherit;
  font-feature-settings: 'palt';
  text-align: center;
  padding: .6em;
}

.detail_info_table>tbody>tr>td.price_size {
  font-size: .9em;
}

@media (max-width: 767.98px) {

  .detail_info_table>thead>tr>th,
  .detail_info_table>thead>tr>td {
    font-size: 16px;
  }

  .detail_info_table>thead>tr>th>small {
    font-size: 12px;
  }

  .detail_info_table>tbody>tr>th,
  .detail_info_table>tbody>tr>td {
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {

  .detail_info_table>thead>tr>th,
  .detail_info_table>thead>tr>td {
    font-size: 14px;
  }

  .detail_info_table>thead>tr>th>small {
    font-size: 10px;
  }

  .detail_info_table>tbody>tr>th,
  .detail_info_table>tbody>tr>td {
    font-size: 14px;
  }

  .detail_info_table>tbody>tr>td.price_size {
    font-size: .8em;
  }
}


/**
 * flow
 * /detail/[ID]/ページ flow
**/
.detail_info_flow {
  --flow-gap: 40px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  font-size: 18px;
  gap: var(--flow-gap);
  flex-wrap: wrap;
}

@media (max-width: 767.98px) {
  .detail_info_flow {
    --flow-gap: 40px;
    flex-flow: column nowrap;
    font-size: 18px;
    gap: var(--flow-gap);
  }
}

.detail_info_flow>li {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: var(--btn-radius-l);
  border: solid 1px #AFEBE1;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  max-width: 256px;
  /* width: 100%; */
  padding: 1.25ex 2ex;
  position: relative;
  min-width: 120px;
}

.detail_info_flow>li+li::before {
  content: '';
  display: block;
  border-style: solid;
  border-width: 0.5em 1em;
  border-color: transparent transparent transparent var(--font_c);
  position: absolute;
  left: calc(var(--flow-gap) * -0.5);
  top: 50%;
  z-index: 1;
  transform: translate(-25%, -50%);
}

@media (max-width: 767.98px) {
  .detail_info_flow>li {
    margin-inline: auto;
    width: 100%;
  }

  .detail_info_flow>li+li::before {
    border-width: 0.5em 1em;
    border-color: var(--font_c) transparent transparent;
    left: 50%;
    top: calc(var(--flow-gap) * -0.5);
    transform: translate(-50%, 0);
  }
}

.d-info_txt {
  margin: 0 20px;
}

.btn_new {
  max-width: 320px;
  width: 100%;
  margin: 0;
}

.btn_new>a {
  border-radius: 6px;
  color: var(--main_c);
  font-size: 20px;
  font-weight: 700;
  line-height: 68px;
  text-align: center;
  height: 64px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  background: linear-gradient(-331deg, #fac739 0%, #fac739 0%, #fb0d6a 100%, #fb0d6a 100%);
  background-size: 112% 112%;
  color: #fff;
  padding: 1px 16px 1px 20px;
  cursor: pointer;
}

.detail_box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.detail_item>p {
  margin-top: 2.75em;
}

@media (max-width: 767.98px) {
  .d-info_txt {
    font-size: 14px;
  }

  .detail_item>p {
    font-size: 14px;
    margin-top: .75em;
  }
}

.tag_parts .list>.list_area {
  background-color: transparent;
  border: none;
  color: var(--font_c);
  height: auto;
  opacity: 1;
}

.detail_media_item {}

.detail_media_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.detail_media_item {
  width: calc((100% - 20px) / 3);
  background-color: #fff;
  padding: 1rem 1rem 0;
  margin-bottom: 10px;
  border: solid 1px #bbb;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
}

.detail_media_box::before,
.detail_media_box::after {
  content: "";
  display: block;
  width: calc((100% - 20px) / 3);
}

.detail_media_box::before {
  order: 1;
}

.detail_media_box::after {
  content: "";
  display: block;
  width: calc((100% - 20px) / 3);
}

.media_name {
  font-size: 16px;
  width: 100%;
  text-align: center;
  background-color: #888;
  color: #fff;
  margin: 1rem 0;
  padding: .5em;
  font-weight: 500;
  letter-spacing: .1rem;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.detail_media_box img {
  width: 100%;
  max-height: 150px;
  aspect-ratio: 5 / 4;
  object-fit: contain;
}

@media screen and (max-width: 767.98px) {
  .media_name {
    font-size: 14px;
    line-height: 1.25;
  }

  .detail_media_item {
    width: calc((100% - 10px) / 2);
    margin-bottom: 10px;
  }

  .detail_media_box::before,
  .detail_media_box::after {
    content: "";
    display: block;
    width: calc((100% - 10px) / 2);
  }
}

.point_wrap {
  width: calc(100% - 120px);
  margin-left: 20px;
}

.detail_point {
  width: 100px;
  height: auto;
  aspect-ratio: 1 / 1;
  background-color: #AFEBE1;
  color: var(--font_c);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: .9em;
  margin-bottom: 15px;
}

.detail_point span {
  font-weight: bold;
  font-size: 1.5em;
}

.point_title {
  font-weight: bold;
  margin-bottom: .5rem;
  color: var(--main_c);
  font-size: 2rem;
}

.btn_dl>li,
.btn_dl>a {
  background-color: #ff8c00;
  color: #fff;
  max-width: 100%;
  font-weight: 700;
  border-color: #ff8c00;
}

.btn_dl>a {
  font-size: 16px;
  font-weight: 700;
  height: var(--btn-small-height);
  padding: 1px 16px 1px 4px;
  position: relative;
  cursor: pointer;
  display: block;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  border-radius: var(--btn-radius);
  margin-right: 1rem;
}

.anchor {
  display: block;
  padding-top: 208px;
  margin-top: -208px;
}

@media (max-width: 767.98px) {
  .btn_dl>a {
    font-size: 12px;
    padding: 1px 12px;
  }

  .anchor {
    padding-top: 156px;
    margin-top: -156px;
  }
}

.detail_info_txt {
  margin-top: 5px;
}

.detail_info_flow.btn_dl>li+li::before {
  display: none;
}


/**
*
* 記事ページ
*
* 注意
* flex-basisはie11でバグがあるため不使用推奨
* メインカラム、左ナビ、右ナビの順番はorderで変更
**/
/**
* .column_left_wrap
* /info/ページ 左ナビ
**/
.column_left_wrap {
  width: 200px;
  order: 0;
  margin-top: 3rem;
}

@media (max-width: 959.98px) {
  .column_left_wrap {
    width: 100%;
    order: 5;
    margin: 0 15px 30px;
  }

  /* .column_left_wrap {
    width: 320px;
    order: 0;
  } */
}

@media (max-width: 767.98px) {
  /* .column_left_wrap {
    width: 100%;
    order: 5;
  } */
}

/**
* .column_right_wrap
* /info/ページ 右ナビ
**/
.column_right_wrap {
  width: 260px;
  order: 5;
  margin-top: 3rem;
}

@media (max-width: 959.98px) {
  .column_right_wrap {
    width: 100%;
    order: 3;
    margin: 0 15px;
  }

  /* .column_right_wrap {
    width: 320px;
    order: 5;
  } */
}

@media (max-width: 767.98px) {
  /* .column_right_wrap {
    width: 100%;
    order: 3;
    margin-top: 0;
  } */
}

.column_right_wrap>a>img {
  margin: 0 0 16px;
}

/**
* .column_right_wrap_sub
* /info/ページ 右ナビサブ
**/
.column_right_wrap_sub>a>img {
  margin: 0 0 16px;
}

@media (max-width: 767.98px) {
  .column_right_wrap_sub {
    width: 100%;
    display: block;
    margin: 0 0 16px;
  }
}

/**
* .column_center_wrap
* /info/ページ メインカラム
**/
[id="main"].column_center_wrap,
.column_center_wrap {
  width: calc(100% - 510px);
  order: 2;
  overflow: visible;
  margin-top: 2rem;
}

@media (max-width: 959.98px) {

  [id="main"].column_center_wrap,
  .column_center_wrap {
    width: 100%;
    order: 0;
    /* margin: 0 15px; */
  }

  /* [id="main"].column_center_wrap,
.column_center_wrap {
    width: calc(100% - 350px);
    order: 2;
  } */
}

@media (max-width: 767.98px) {

  [id="main"].column_center_wrap,
  .column_center_wrap {
    margin-top: -2rem;
  }

  /* [id="main"].column_center_wrap,
.column_center_wrap {
    width: 100%;
    order: 0;
  } */
}

/**
* .column_center_head
* /info/ページ メインカラム タイトル
**/
.column_center_head {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: center;
  align-items: flex-start;
  margin: 0 0 16px;
  padding: 0 16px;
}

.column_center_head .title02 {
  color: var(--main_c);
  font-size: 24px;
  font-weight: 700;
  /* font-feature-settings: "palt"; */
  line-height: 52px;
  text-align: left;
  margin: 0;
}

.column_center_head .title02::before {
  /* content: ""; */
  display: inline-block;
  vertical-align: middle;
  background: var(--main_c);
  width: 1.5em;
  height: 0.1666em;
  border-radius: 1em;
  margin-left: -16px;
  margin-right: 1.2em;
  transform: translate(0, -83.33%);
}

.column_center_wrap .title03 {
  font-size: 20px;
  font-weight: 700;
  margin: 15px 0 0;
}

.column_center_wrap .title03 span {
  color: var(--sub_c);
}

@media (max-width: 767.98px) {
  .column_center_head .title02 {
    font-size: 20px;
    line-height: 36px;
    margin: 0;
  }

  .column_center_head .title02::before {
    width: 1em;
    height: 0.1666em;
    margin-left: -12px;
    margin-right: 0.5em;
  }

  .column_center_wrap .title03 {
    font-size: 18px;
    text-align: center;
    margin: 8px 0 12px;
  }
}

/**
* .column_sns_wrap
* /info/ページ SNSボタンを配置する際に使用
**/
.column_sns_wrap {
  display: none;
  width: 144px;
}

@media (max-width: 767.98px) {
  .column_sns_wrap {
    display: none;
  }
}

/**
* .column_list_wrap
* /info/ページ 記事一覧
**/
.column_list_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /* border-radius: 6px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.13);
  background-color: #fff;
  padding: 5px 16px;
  margin: 0 0 16px; */
}

.column_wrap {
  display: block;
  border-radius: 6px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.13);
  background-color: #fff;
  width: 100%;
  margin: 0 0 16px;
  padding: 5px 16px;
}

/* .column_wrap:last-child {
  border-bottom: none;
  margin: 0;
  padding: 0;
} */

.column_wrap>div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: anchor-center;
}

.column_wrap .column_img {
  width: 20%;
  position: relative;
}

.column_wrap .column_img::before {
  content: "";
  display: block;
  padding: 100% 0 0;
  position: relative;
  z-index: 1;
}

.column_wrap .column_img img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.column_wrap .column_text {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
  width: 80%;
  padding: 0 0 0 16px;
}

.column_wrap .column_text .column_title {
  font-size: 16px;
  letter-spacing: .1rem;
  font-weight: 700;
  font-feature-settings: "palt";
  line-height: 1.35;
  width: 100%;
  order: 2;
}

.column_wrap .column_text .column_category {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
  color: var(--main_c);
  width: auto;
  white-space: nowrap;
  height: 2em;
  margin: 2px 10px 0 0;
  padding: 0 1em;
  order: 1;
  border: solid 1px var(--main_c);
}

.column_center_head .column_category {
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2ex;
  color: var(--main_c);
  width: auto;
  min-width: 6em;
  white-space: nowrap;
  height: 2em;
  margin: 8px 8px 0 0;
  border: solid 1px var(--main_c);
  padding: 3px 5px;
  text-align: center;
}

.column_center_head .title02.info_disp_ttl {
  color: var(--font_c);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
  margin: 0;
}

.column_wrap .column_text .column_date {
  display: block;
  font-size: 12px;
  font-weight: 700;
  font-family: Arial, Helvetica, "sans-serif";
  line-height: 1;
  letter-spacing: 0.2ex;
  width: 100%;
  margin: 0 0 4px;
  order: 10;
  text-align: right;
}

.column_detail_time {
  display: block;
  font-size: 12px;
  font-weight: 700;
  font-family: Arial, Helvetica, "sans-serif";
  line-height: 1;
  letter-spacing: 0.2ex;
  width: 100%;
  margin: 4px 0 0;
  text-align: right;
}

.column_wrap .column_text .column_main {
  color: rgba(0, 0, 0, 0.56);
  font-size: 14px;
  font-feature-settings: "palt";
  line-height: 1.55;
  letter-spacing: .1rem;
  margin-top: 10px;
  order: 5;
}

.column_wrap .column_text .column_main br {
  display: none;
}

.column_title_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

@media (max-width: 767.98px) {
  .column_wrap .column_text .column_main {
    display: none;
  }

  .column_title_wrap {
    flex-direction: column;
  }
}

/**
* .column_side_wrap
* /info/ページ サイド共通パーツ
**/
.column_side_wrap {
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  background: #fff;
}

.column_side_title {
  border-radius: inherit;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: var(--main_c);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.02ex;
  text-align: center;
  padding: 14px 8px;
  margin: 0;
}

@media (max-width: 767.98px) {
  .column_side_wrap {
    padding: 14px 14px 7px;
    margin: 0 -16px;
    overflow: hidden;
  }

  .column_side_title {
    font-size: 14px;
    line-height: 16px;
  }
}

/**
* .ranking_parts
* /info/ページ ランキングのラッパー
**/
.ranking_parts {
  counter-reset: ranking-number;
  margin: 8px 0;
}

/**
* .ranking_column
* /info/ページ ランキング
*
* 注意
* 動的出力のためテンプレートに存在しない
**/
.ranking_column {
  display: block;
  padding: 16px;
  border-bottom: solid 1px #e1e1e1;
}

.ranking_column>div {
  position: relative;
}

.ranking_column_img {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-content: flex-end;
  align-items: flex-end;
  position: absolute;
  right: 0;
  bottom: 0;
}

.ranking_column_img>img {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

.ranking_column_img>img+img {
  display: none;
}

.ranking_column_img.img_square {
  position: relative;
  justify-content: flex-start;
  width: 35%;
  flex-direction: column;
}

.ranking_column_img.img_square>img {
  border-radius: 0%;
  width: 100%;
  height: auto;
  object-fit: contain;
  position: relative;
  margin-left: 16px;
}

.ranking_column_inner {
  display: flex;
}

.ranking_column_inner .ranking_column_TITLE {
  width: 60%;
  margin-left: 8px;
}

.ranking_column_txt {
  font-size: 12px;
  line-height: 1.5;
}

/* ランキングフラッグ（デフォルト不使用） */
/* ランクアイコン */
.ranking_column_img::before {
  counter-increment: ranking-number;
  content: counter(ranking-number);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  border-radius: 50%;
  background: #ef948f;
  color: #fff;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  font-family: Arial, Helvetica, "sans-serif";
  text-shadow: 0 0 12px rgba(255, 255, 255, 0.5);
  width: 36px;
  height: 36px;
  padding: 0 2px 0 0;
  position: relative;
  z-index: 5;
  transform: translate(12.5%, 0);
}

.ranking_column_img.img_square::before {
  font-size: 12px;
  width: 24px;
  height: 24px;
  position: absolute;
  top: -5px;
  left: -10px;
}

/* ランク1 */
.ranking_column:nth-child(1) .ranking_column_img::before {
  background: linear-gradient(to bottom right, #c1a814 0%, #a0870a 100%);
  color: #fff;
}

/* ランク2 */
.ranking_column:nth-child(2) .ranking_column_img::before {
  background: linear-gradient(to bottom right, #adaca6 0%, #8e8c80 100%);
  color: #fff;
}

/* ランク3 */
.ranking_column:nth-child(3) .ranking_column_img::before {
  background: linear-gradient(to bottom right, #aa771d 0%, #8c5e14 100%);
  color: #fff;
}

.ranking_column_TITLE {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.ranking_column_TITLE>img {
  display: none;
}

/* ランキングフラッグ（デフォルト不使用） */
.ranking_column_TITLE>p {
  font-size: 14px;
  font-weight: 500;
  font-feature-settings: "palt";
  line-height: 24px;
}

.ranking_column_TITLE>p+p {
  color: rgba(0, 0, 0, 0.56);
  font-size: 12px;
  font-weight: 500;
  font-feature-settings: "palt";
  line-height: 20px;
  padding: 0 96px 0 0;
  margin-top: 4px;
}

/* バナー */
.column_side_banner {
  text-align: center;
}

*+.column_side_banner {
  margin-top: 16px;
}

.column_side_banner a {
  display: block;
}

.column_side_banner *+a {
  margin-top: 16px;
}

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

@media (max-width: 767.98px) {
  .column_side_banner {
    margin: 8px 0;
    text-align: center;
  }
}

/* カテゴリ */
.category_parts {
  padding: 0;
}

.category_parts>li {
  padding: 0;
  margin: 0;
}

.category_parts>li+li {
  border-top: solid 1px #e1e1e1;
}

.category_parts>li>a {
  display: block;
  color: #666;
  font-size: 10px;
  line-height: 12px;
  padding: 8px;
  position: relative;
}

.category_parts>li>a::after {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  border-right: solid 2px var(--column_c);
  border-bottom: solid 2px var(--column_c);
  top: 50%;
  right: 10px;
  transform: rotate(-45deg) translateY(-50%);
}

.category_parts>li.column_child>a::after {
  display: none;
}

.category_parts>li a>span {
  display: inline-block;
  border-radius: 32px;
  border: solid 1px #f4f4f4;
  background: #f4f4f4;
  color: #000;
  font-size: 13px;
  line-height: 19px;
  padding: 4px 8px;
}

.category_parts>li a>span:first-child {
  /* border: solid 1px var(--column_c); */
  background: #fff;
  color: var(--column_c);
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
}

.category_parts>li a>*+span {
  margin-left: 4px;
}

.category_parts>li a>span:only-child {
  color: var(--column_c);
  font-size: 13px;
  font-weight: 700;
  line-height: 12px;
}


.category_parts>li.breadcrumb__item.column_child {
  text-align: center;
}

.category_parts>li.breadcrumb__item.column_child a span {
  font-size: 10px;
  background-color: #e8f6f4;
  width: 80%;
}

@media (max-width: 767.98px) {
  .category_parts>li>a {
    font-size: 8px;
    line-height: 12px;
    padding: 4px;
  }

  .category_parts>li a>span {
    font-size: 10px;
    line-height: 12px;
    padding: 4px 8px;
  }

  .category_parts>li a>span:first-child {
    font-size: 8px;
    line-height: 12px;
  }

  .category_parts>li a>*+span {
    margin-left: 4px;
  }

  .category_parts>li a>span:only-child {
    font-size: 10px;
    line-height: 12px;
  }
}

/**
* .column_detail_wrap
* /info/[ID]/ページ 詳細ページ 共通ラッパー
**/
.column_detail_wrap {
  border-radius: 6px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 5px 20px;
  margin: 0 0 28px;
}

@media (max-width: 767.98px) {
  .column_detail_wrap {
    border-radius: 0;
    padding: 8px 16px 16px;
    /* margin: 0 -16px 8px; */
  }
}

/**
* .column_detail_head
* /info/[ID]/ページ 詳細ページ記事メイン画像、日付など
**/
.column_detail_head {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  margin: 10px 0 20px;
}

.column_detail_head>.cate {
  font-size: 12px;
  line-height: 16px;
  color: var(--sub_c);
}

.column_detail_head>time {
  font-size: 12px;
  line-height: 16px;
}

.column_detail_head>figure {
  width: 100%;
  position: relative;
  z-index: 1;
}

.column_detail_head>*+figure {
  margin-top: 25px;
}

.column_detail_head>figure::before {
  content: "";
  display: block;
  padding: 66.66% 0 0;
  position: relative;
  z-index: 1;
}

.column_detail_head>figure>img {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 1;
  width: 80%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  transform: translate(-50%, 0);
}

.column_detail_img {
  width: 100%;
  height: auto;
  display: block;
  margin: 20px auto 25px;
}

@media (max-width: 767.98px) {
  .column_detail_head {
    padding: 8px 0 0;
    margin: 0 -16px 12px;
  }

  .column_detail_head>.cate,
  .column_detail_head>time {
    display: block;
    font-size: 12px;
    padding: 0 16px;
  }
}

/**
* .column_detail_head
* /info/[ID]/ページ 詳細ページ 記事本文
*
* 注意
* 動的出力のHTMLにより編集できないためセレクタの階層構造の厳密な違いに注意
* 本文テキストは基本的にpタグなどに内包されない状態なので隣接セレクタ等がうまく動作しない
* よってmarginなどは、隣接（自身の次要素）のmargin-topではなく、自身にmargin-topを記述する
**/
.column_detail_main {
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.1ex;
}

@media (max-width: 767.98px) {
  .column_detail_main {
    font-size: 13px;
    line-height: 28px;
  }
}

.column_detail_main h1,
.column_detail_main h2,
.column_detail_main h3,
.column_detail_main h4,
.column_detail_main h5,
.column_detail_main h6 {
  font-feature-settings: "palt";
  margin: 32px 0;
}

.column_detail_main h5,
.column_detail_main h6 {
  margin: 16px 0;
}

@media (max-width: 767.98px) {

  .column_detail_main h1,
  .column_detail_main h2,
  .column_detail_main h3,
  .column_detail_main h4,
  .column_detail_main h5,
  .column_detail_main h6 {
    margin: 16px 0;
  }

  .column_detail_main h5,
  .column_detail_main h6 {
    margin: 8px 0;
  }
}

.column_detail_main h1 {
  border-top: solid 1px #e1e1e1;
  font-size: 24px;
  font-weight: 700;
  padding: 24px 0 0;
  position: relative;
}

.column_detail_main h1::before {
  content: "";
  display: block;
  border-top: solid 4px var(--main_c);
  position: absolute;
  left: 0;
  top: -1px;
  z-index: 1;
  width: 6em;
}

@media (max-width: 767.98px) {
  .column_detail_main h1 {
    font-size: 18px;
    padding: 12px 0 0;
  }

  .column_detail_main h1::before {
    border-top: solid 3px var(--main_c);
    width: 6em;
  }
}

.column_detail_main h2 {
  border-top: solid 1px #e1e1e1;
  font-size: 24px;
  font-weight: 700;
  padding: 20px 0 0;
  position: relative;
}

.column_detail_main h2::before {
  content: "";
  display: block;
  border-top: solid 1px var(--main_c);
  position: absolute;
  left: 0;
  top: -1px;
  z-index: 1;
  width: 6em;
}

@media (max-width: 767.98px) {
  .column_detail_main h2 {
    font-size: 18px;
    padding: 8px 0 0;
  }
}

.column_detail_main h3 {
  border-left: solid 3px var(--main_c);
  font-size: 20px;
  padding: 0 0 0 14px;
}

@media (max-width: 767.98px) {
  .column_detail_main h3 {
    font-size: 16px;
    padding: 0 0 0 8px;
  }
}

.column_detail_main h4 {
  font-size: 18px;
  color: var(--main_c);
}

.column_detail_main h5 {
  font-size: 18px;
}

.column_detail_main h6 {
  font-size: inherit;
}

@media (max-width: 767.98px) {
  .column_detail_main h4 {
    font-size: 16px;
  }

  .column_detail_main h5 {
    font-size: 16px;
  }

  .column_detail_main h6 {
    font-size: inherit;
  }
}

.column_detail_main p {
  font-size: inherit;
  margin: 16px 0;
}

.column_detail_main i {
  font-style: italic;
}

.column_detail_main s {
  text-decoration: line-through;
}

.column_detail_main u {
  text-decoration: underline;
}

.column_detail_main a {
  color: #41aaf5;
  text-decoration: underline;
}

.column_detail_main>hr {
  border-top: solid 1px;
  border-right: none;
  border-bottom: none;
  border-left: none;
  color: #e1e1e1;
  margin: 32px 0;
}

.column_detail_main table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  font-size: inherit;
  margin: 16px auto 0;
}

.column_detail_main table tr>th,
.column_detail_main table tr>td {
  border: 1px solid #e1e1e1;
  vertical-align: middle;
  padding: 16px;
}

.column_detail_main table tr>th {
  background-color: #f1f1f1;
  vertical-align: middle;
  text-align: left;
}

.column_detail_main table tr>td {
  vertical-align: middle;
}

@media (max-width: 767.98px) {
  .column_detail_main table {
    font-size: 11px;
    font-feature-settings: "palt";
    line-height: 20px;
  }

  .column_detail_main table tr>th,
  .column_detail_main table tr>td {
    padding: 12px;
  }
}

.column_detail_main ul {
  margin: 16px 0 16px;
}

.column_detail_main ul>li {
  font-size: inherit;
  line-height: 1.5;
  position: relative;
  padding: 0 0 0 1.5em;
}

.column_detail_main ul>li::before {
  content: "";
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: var(--main_c);
  position: absolute;
  left: 0;
  top: 0.75em;
  z-index: 1;
  transform: translate(0, -50%) scale(0.5);
}

.column_detail_main ul>li+li {
  margin-top: 8px;
}

.column_detail_main ol {
  margin: 16px 0 16px;
  counter-reset: ol-number;
}

.column_detail_main ol>li+li {
  margin-top: 8px;
}

.column_detail_main ol>li {
  font-size: inherit;
  line-height: 1.5;
  position: relative;
  padding: 0 0 0 1.5em;
}

.column_detail_main ol>li::before {
  counter-increment: ol-number;
  content: counter(ol-number) ".";
  color: var(--main_c);
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0.75em;
  z-index: 1;
  transform: translate(0, -50%);
}

/* 特殊な構造の部分 */
.column_detail_main .image {
  margin: 16px 0;
}

.column_detail_main .image>img {
  max-width: none;
  width: 100%;
  height: auto;
}

@media (max-width: 767.98px) {
  .column_detail_main .image {
    margin: 16px -16px;
  }
}

.column_detail_main>div>h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
  margin: 0 0 8px;
}

.column_detail_main>div>p {
  font-size: 14px;
  line-height: 1.8;
}

/**
* .similar_column
* /info/[ID]/ページ 詳細ページ 関連記事
**/
.similar_column {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.similar_column+.similar_column {
  border-top: solid 1px #e1e1e1;
  margin-top: 16px;
  padding-top: 16px;
}

.similar_column>div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}

/* 画像 */
.similar_column_img {
  width: 25%;
  margin: 0;
  position: relative;
}

.similar_column_img::before {
  content: "";
  display: block;
  padding: 75% 0 0;
  position: relative;
  z-index: 1;
}

.similar_column_img img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  max-width: none;
  width: 100%;
  height: 100%;
  margin: 0;
  -o-object-fit: contain;
  object-fit: contain;
}

/* テキスト */
.similar_column_img+*,
.similar_column_img~.similar_column_detail {
  width: calc(75% - 16px);
}

.similar_column_img+*>p,
.similar_column_title>p {
  color: inherit;
  font-size: 16px;
  font-weight: 700;
  font-feature-settings: "palt";
  line-height: 23px;
}

.similar_column_img+*>p:first-of-type+p,
.similar_column_title>p:first-of-type+p {
  color: rgba(0, 0, 0, 0.56);
  font-size: 14px;
  font-weight: 500;
  font-feature-settings: "palt";
  line-height: 22px;
  margin-top: 10px;
}

.similar_column_title p:last-child {
  display: none;
}

.similar_column_detail p {
  font-size: 7.5px;
  display: none;
}

@media (max-width: 767.98px) {
  .similar_column_img+*>p,
  .similar_column_title>p {
    font-size: 14px;
  }

  /* 画像 */
  .similar_column_img {
    width: 25%;
    transform: translate(0, 6.66%);
  }

  /* テキスト */
  .similar_column_img+*,
  .similar_column_img~.similar_column_detail {
    width: calc(75% - 16px);
  }
}


/**
*
* マイページ
* /m_xxxxx/ページ
*
* 注意
* flex-basisはie11でバグがあるため不使用推奨
**/
[id="main"].mypage_main {
  padding: 0 0 0 24px;
  width: 75%;
  order: 5;
}

[id="side"].mypage_side {
  width: 25%;
  max-width: none;
  order: 0;
}

@media (max-width: 767.98px) {
  [id="main"].mypage_main {
    width: 100%;
    padding: 16px 0 0;
    order: 0;
  }

  [id="side"].mypage_side {
    width: 100%;
    padding: 0 0 16px;
    margin: 16px 0 0;
    order: 1;
  }
}

/**
* .mypage_wrap
* /m_xxxxx/ページ マイページのラッパー
**/
.mypage_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  border: 1px solid #e7e6e6;
  background-color: #fff;
  padding: 28px;
  margin: 0 0 28px 0;
}

.mypage_wrap.history_wrap {
  background-color: rgba(0, 0, 0, 0.03);
  border: none;
  border-radius: 16px;
}

.mypage_wrap.history_wrap .search_result_wrap {
  width: 100%;
}

.mypage_wrap.history_wrap .grade_parts .grade_parts_score {
  padding-right: 0;
}

.mypage_inner {
  width: 100%;
  max-width: var(--basewrap-width-tight);
  margin: 0 auto;
}

@media (max-width: 767.98px) {
  .mypage_wrap {
    background-color: unset;
    border: none;
    box-shadow: none;
    font-size: 14px;
    padding: 0 3%;
  }

  .mypage_wrap.history_wrap {
    padding: 0;
  }
}

/**
* .mypage_wrap
* /m_xxxxx/ページ マイページ タイトル
**/
.mypage_title {
  display: flex;
  align-items: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  margin: 25px 0;
}

@media (max-width: 767.98px) {
  .mypage_title {
    font-size: 16px;
    line-height: 1.5;
    padding: 0 3%;
    margin: 0 0 8px;
  }
}

/**
* .mypage_wrap .tb_01
* /m_xxxxx/ページ テーブル
**/
.mypage_wrap .tb_01 {
  width: 100%;
  font-size: 16px;
  border-collapse: collapse;
  background: #fff;
}

.mypage_wrap .tb_01 tr:first-child {
  background: #595757;
  color: #fff;
}

.mypage_wrap .tb_01 tr th {
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 13px;
  font-weight: 700;
  font-feature-settings: "palt";
  text-align: center;
  vertical-align: middle;
  padding: 12px 8px;
  min-width: 30px;
}

.mypage_wrap .tb_01 tr td {
  border: 1px solid #d1d1d1;
  font-size: 13px;
  font-weight: 500;
  font-feature-settings: "palt";
  text-align: center;
  vertical-align: middle;
  padding: 8px;
}

.mypage_wrap .tb_01 tr td.title {
  text-align: left;
}

.mypage_wrap .tb_01 tr td.edit {
  width: 64px;
}

@media (max-width: 767.98px) {
  .mypage_wrap .tb_01 {
    font-size: 14px;
  }

  .mypage_wrap .tb_01 tr td span {
    display: block;
    color: #595757;
    font-size: 8px;
    margin-top: 3px;
  }
}

/**
* .mypage_wrap .paging
* /m_xxxxx/ページ ページャー
**/
.mypage_wrap .paging {
  color: rgba(0, 0, 0, 0.56);
  font-size: 12px;
  font-weight: 500;
  margin-top: 16px;
}

/**
* .mypage_side_head
* /m_xxxxx/ページ サイドナビ タイトル
**/
.mypage_side_head {
  background: #fff;
  text-align: center;
  padding: 16px;
}

.mypage_side_head>span:first-child {
  color: #595757;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  margin-left: 5px;
}

.mypage_side_head>span {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.mypage_side_head>span>a {
  padding: 0 2px;
  color: #e9be38;
  text-decoration: underline;
}

@media (max-width: 767.98px) {
  .mypage_side_head {
    margin-left: -16px;
    margin-right: -16px;
    position: absolute;
    top: 0;
  }
}

/**
* .mypage_side_list
* /m_xxxxx/ページ サイドナビ メニュー
**/
.mypage_side_list {
  margin-bottom: 28px;
}

.mypage_side_list>li {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.1ex;
}

@media (max-width: 767.98px) {
  .mypage_side_list {
    margin-left: -16px;
    margin-right: -16px;
  }
}

.mypage_side_list>li>a {
  display: block;
  padding: 12px 20px;
  background: #fff;
  position: relative;
}

.mypage_side_list>li+li>a {
  border-top: 1px solid #d1d1d1;
}

.mypage_side_list>li>a::after {
  content: "";
  margin-top: -4px;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  position: absolute;
  border-top: 1px solid #b0b0b0;
  border-right: 1px solid #b0b0b0;
  transform: rotate(45deg);
}

.mypage_side_list>li>.active {
  background: #595757;
  color: #fff;
}

.mypage_side_list>li+li>.active {
  border-top: none;
}


/**
*
* サイドナビ
* 
* 注意
* flex-basisはie11でバグがあるため不使用推奨
**/
@media (max-width: 767.98px) {
  .side_link01 {
    margin: 0 0 0 28px;
    padding: 0 0 25px;
    overflow: hidden;
  }
  .side_link01 h4 {
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.2em;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #55391b;
  }
  .side_link01 .link {
    margin: 0;
    padding: 0;
  }
  .side_link01 .link a {
    margin: 0;
    padding: 20px 8px;
    line-height: 1.2em;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: #e45e47;
    border-radius: 90px;
    display: block;
  }
  .side_title01 {
    margin: 0;
    padding: 8px 0;
    text-align: center;
    border-top: 5px solid #062452;
    border-bottom: 1px solid #062452;
  }
  .side_title01 h4 {
    margin: 0;
    padding: 0;
    line-height: 1.4em;
    font-size: 20px;
    font-weight: 400;
    color: #062452;
  }
  .side_title01 h4 .eng {
    margin: 0;
    padding: 0;
    line-height: 1.4em;
    font-size: 12px;
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    color: #7c7c7c;
    display: block;
  }
  .side_new_list {
    margin: 0 0 0 12px;
    padding: 0;
    overflow: hidden;
  }
  .side_new_list .item {
    margin: 0;
    padding: 11px 0;
    border-bottom: 1px dotted #d2d2d2;
    overflow: hidden;
  }
  .side_new_list .item .image {
    margin: 0 8px 0 0;
    padding: 0;
    width: 66px;
    float: left;
    display: inline;
  }
  .side_new_list .item .info {
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  .side_new_list .item .info .link {
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.6;
    font-size: 14px;
    color: #282828;
  }
  .side_new_list .item .info .link a {
    color: #282828;
  }
  .side_new_list .item .info .address {
    margin: 0;
    padding: 0;
    line-height: 1.6;
    font-size: 12px;
    color: #949494;
  }
  .side_sns_link {
    margin: 0 0 5px;
    padding: 0;
    overflow: hidden;
  }
  .side_sns_link ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: table;
  }
  .side_sns_link ul li {
    margin: 0;
    padding: 0;
    width: 33.33%;
    height: 39px;
    display: table-cell;
  }
  .side_sns_link ul li a {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 39px;
    text-align: center;
    display: block;
  }
  .side_sns_link ul li a img {
    margin: auto;
    width: auto;
    display: block;
  }
  .side_sns_link ul li a.sns01 {
    padding: 8px 0 0;
    background: #3b5998;
  }
  .side_sns_link ul li a.sns02 {
    padding: 8px 0 0;
    background: #55acee;
  }
  .side_sns_link ul li a.sns03 {
    padding: 6px 0 0;
    background: #00c300;
  }
  .side_bnr {
    margin: 0 0 16px;
    padding: 0;
    overflow: hidden;
  }
  .side_category_list {
    margin: 0 0 16px;
    padding: 16px 16px 8px;
    background: #e8ebed;
    overflow: hidden;
  }
  .side_category_list li {
    margin: 0 0 8px;
    padding: 0;
    width: 48%; height: 40px;
    background: #6cb3d4;
    float: left;
    display: table;
  }
  .side_category_list li:nth-of-type(2n) {
    float: right;
  }
  .side_category_list li:nth-of-type(2n + 1) {
    clear: both;
  }
  .side_category_list li a {
    margin: 0;
    padding: 5px;
    line-height: 1.4em;
    font-size: 14px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
  }
  .side_bnr_list {
    margin: 0;
    padding: 0 0 8px;
    overflow: hidden;
  }
  .side_bnr_list li {
    margin: 0 0 13px;
    padding: 0;
    float: left;
    display: inline;
    clear: both;
  }
  .side_ranking_list {
    margin: 0 0 50px;
    padding: 0;
    background: #e8ebed;
    overflow: hidden;
  }
  .side_ranking_list li {
    margin: 0;
    padding: 8px 8px 16px 7px;
    border-top: 1px solid #d2d2d2;
    overflow: hidden;
  }
  .side_ranking_list li:nth-of-type(1) {
    border-top: none;
  }
  .side_ranking_list li .rank {
    margin: 0 9px 0 0;
    padding: 0;
    width: 53px;
    float: left;
    display: inline;
  }
  .side_ranking_list li .image {
    margin: 3px 5px 0 0;
    padding: 0;
    width: 28px;
    float: left;
    display: inline;
  }
  .side_ranking_list li .info {
    padding: 3px 0 0;
    overflow: hidden;
  }
  .side_ranking_list li .info .link {
    line-height: 1.2em;
    font-size: 16px;
    font-weight: 700;
    float: left;
  }
  .side_ranking_list li .info .count {
    line-height: 1.2em;
    font-size: 12px;
    float: right;
  }
  .side_ranking_list li .info .count .num {
    line-height: 1.2em;
    font-size: 16px;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    color: #062351;
  }
  .side_ranking_list li .info .company {
    padding: 7px 0 0;
    line-height: 1.2em;
    font-size: 12px;
    color: #7c7c7c;
    clear: both;
  }
  .side_tab_head {
    margin: 0;
    padding: 13px 13px 0 12px;
    background: #e8ebed;
    overflow: hidden;
  }
  .side_tab_head ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  .side_tab_head ul li {
    margin: 0;
    padding: 0;
    width: 50%;
    float: left;
    display: inline;
  }
  .side_tab_head ul li a {
    margin: 0;
    padding: 8px 5px;
    line-height: 1.2em;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    color: #062452;
    background: #fff;
    border: 1px solid #062452;
    display: block;
  }
  .side_tab_head ul li a:hover {
    color: #fff;
    background: #062452;
  }
  .side_tab_head ul li a.active {
    color: #fff;
    background: #062452;
  }
  .side_faq_list {
    margin: 0;
    padding: 0;
    background: #e8ebed;
    overflow: hidden;
    display: none;
  }
  .side_faq_list.active {
    display: block;
  }
  .side_faq_list li {
    margin: 0;
    padding: 12px;
    border-top: 1px dotted #cbcdce;
    overflow: hidden;
  }
  .side_faq_list li:nth-of-type(1) {
    border-top: none;
  }
  .side_faq_list li dt {
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  .side_faq_list li dt .label {
    margin: 0;
    padding: 6px 16px;
    line-height: 1.2em;
    font-size: 11px;
    color: #fff;
    background: #6cb3d4;
    display: inline-block;
  }
  .side_faq_list li dt .link {
    margin: 0;
    padding: 8px 0 0;
    line-height: 1.2em;
    font-size: 14px;
    font-weight: 700;
    color: #062351;
    display: block;
    overflow: hidden;
  }
  .side_faq_list li dt .link a {
    text-decoration: underline;
    color: #062351;
  }
  .side_faq_list li dt .link a:hover {
    text-decoration: none;
    color: #062351;
  }
  .side_faq_list li dd {
    margin: 0;
    padding: 5px 0 0;
    line-height: 1.5em;
    font-size: 12px;
    overflow: hidden;
  }
  .side_faq_list li dd .update {
    margin: 0;
    padding: 5px 0 0;
    line-height: 1.6;
    font-size: 8px;
    color: #7c7c7c;
    overflow: hidden;
  }
}

