@charset "UTF-8";

/* ==========================================================================
  ベース設定
  =========================================================================== */

:root {
  /* カラー */
  --Text: #3f4f5f;
  --Text_blue: #1a0dab;
  --Main: #13c4ce;
  --Sub: #effbfe;
  --Point_Blue: #51c2f1;
  --Accent: #f75d2f;
  --Back: #fefbf3;
  --gray: #727272;
  /* 文字サイズ */
  --FontSizePC: 1.6rem;
  /* 1010px(inner+padding*2) 〜 max-screen */
  --FontSizeTab: 1.5841584158vw;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Noto Sans JP Bold.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Noto Sans JP Regular.woff") format("woff");
  font-display: swap;
}

html {
  font-size: var(--FontSizePC);
  font-family: "Noto Sans JP";
  color: var(--Text);
  font-size: 10px;
}

body {
  font-feature-settings: "palt";
  line-break: strict;
  overflow-wrap: break-word;
  word-wrap: break-word;
  overflow-x: hidden;
  color: var(--Text);
  font-size: 1.6rem;
}

.forPC {
  display: block;
}

.forPC-inline {
  display: inline-block;
}

.forSP {
  display: none;
}

.forSP-inline {
  display: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}

a img:hover {
  cursor: pointer;
  opacity: 0.6;
}

.underline,
.marker {
  font-weight: bold;
  display: inline;
  background: linear-gradient(transparent 75%, #ffc8b8 75%);
  padding: 0;
}

.bold {
  font-weight: bold;
}

.orange {
  color: var(--Accent);
}

small {
  font-size: max(70%, 10px);
  color: var(--gray);
}
.adTxt {
  text-align: right;
  max-width: 960px; /* 横幅 LPに合わせて調整 */
  padding: 0;
  margin: 8px auto;
  position: absolute;
  right: calc((100% - 960px) / 2);
  z-index: 100;
}
body:not(.result_page) .adTxt__wrap{
  width: 960px;
  margin-inline: auto;
  position: absolute;
  height: 42px;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

body:not(.result_page) .adTxt {
  position: absolute;
  content: "";
  text-align: right;
  max-width: 750px;
  margin: 0 auto;
  padding: 4px 4px 3px;
  top: 10px;
  right: 0;
}
.adTxt span {
  font-size: 18px;
  font-weight: bold;
  border: 1px solid var(--Text); /* 枠色 変数名がTextでない場合は変更 */
  padding: 2px 14px;
}

.entry .adTxt {
  max-width: 870px;
  margin-top: -40px;
  position: relative;
  right: 0;
}

.entry .adTxt + .entry__inner {
  margin-top: -30px;
}

/* ==========================================================================
  共通パーツ
  =========================================================================== */

/* ==========================================================================
  トップページ
  =========================================================================== */

/* FV */

header h1 {
  margin: 0 auto;
  width: 100%;
  display: block;
  max-width: 960px;
  position: relative;
}

header h1 .header__inner {
  position: relative;
  display: inline-block;
  text-align: center;
}

header h1 img {
  width: 100%;
  max-width: 960px;
  vertical-align: bottom;
  display: block;
  margin: 0 auto;
}

header h1 .tiiki {
  position: absolute;
  font-size: 4rem;
  font-weight: bold;
  color: #fff;
  line-height: 147%;
  width: 231px;
  left: 14%;
  top: 9%;
}

header h1 .tiiki::after {
  content: "版";
  display: inline-block;
  margin-left: 3px;
  font-size: 3.1rem;
}

/* miniRanking */

.miniRanking {
  background-image: url(../img/ct_miniRanking_ttl_bg.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  padding: 0 0 30px;
  position: relative;
  overflow-x: hidden;
  max-width: 960px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}

.miniRanking::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/ct_miniRanking_ttl_bg.svg);
  background-size: auto;
  z-index: 1;
  left: -20px;
  top: 0;
  background-repeat: no-repeat;
  position: absolute;
  display: inline-block;
}

.miniRanking__inner {
  max-width: 870px;
  width: 100%;
  margin: 0 auto;
  z-index: 10;
  position: relative;
}

.miniRanking__ttl {
  margin: 30px auto 0;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}

.miniRanking__ttl img {
  position: relative;
  z-index: 100;
  height: auto;
}

.miniRanking__boxs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  /* column-gap: 30px; */
  margin: 0 auto 0;
}

.miniRanking__boxs + small {
  display: block;
  margin-top: 16px;
}

.miniRanking__box {
  width: 260px;
  display: inline-block;
  padding: 15px;
}

.miniRanking__box:first-child {
  border: 3px solid #52c3f2;
  border-radius: 8px;
  background: #fdf4d9;
}

.miniRanking__box-img {
  padding: 0 10px;
}

.miniRanking__box-img a img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.miniRanking__box-name {
  margin: 20px auto 0;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
}

.miniRanking__box-data {
  padding: 15px;
  box-sizing: border-box;
  border-radius: 10px;
  background-color: #dbf2fc;
  position: relative;
  margin: 20px auto 0;
}

.miniRanking__box:nth-child(1) .miniRanking__box-data::before {
  content: "おすすめ";
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  padding: 5px 7px;
  border-radius: 300px;
  background-color: var(--Accent);
  position: absolute;
  top: -7px;
  left: 15px;
}

.miniRanking__box-dataTxt {
  border-bottom: 1px dotted #555;
  padding: 0 0 10px;
  text-align: center;
  line-height: 1.5;
  font-size: 1.2rem;
}

.miniRanking__box-dataList {
}

.miniRanking__box-dataItem {
  margin: 10px auto 0;
  position: relative;
  padding-left: 45px;
  font-size: 1.2rem;
  vertical-align: bottom;
  min-height: 35px;
  display: flex;
  align-items: center;
  line-height: 1.4;
}

.miniRanking__box-dataItem.row2 {
  line-height: 1.4;
}

.miniRanking
  > div.miniRanking__inner
  > div
  > div
  > div:nth-child(1)
  .miniRanking__box-dataTxt
  .bold {
  color: #ff0d1a;
}

.miniRanking__box-dataItem.item01::before {
  content: "";
  width: 35px;
  height: 35px;
  background-image: url("../img/ct_miniRanking_ico01.svg");
  display: inline-block;
  position: absolute;
  left: 0;
}

.miniRanking__box-dataItem.item02::before {
  content: "";
  width: 35px;
  height: 35px;
  background-image: url("../img/ct_miniRanking_ico02.svg");
  display: inline-block;
  position: absolute;
  left: 0;
}

.miniRanking__box-dataItem.item03::before {
  content: "";
  width: 35px;
  height: 35px;
  background-image: url("../img/ct_miniRanking_ico03.svg");
  display: inline-block;
  position: absolute;
  left: 0;
}

.miniRanking__box:nth-child(1) .miniRanking__box-dataItem::before {
  border: 2px solid #dbf2fc;
  border-radius: 50%;
}

.miniRanking__box:nth-child(1) .miniRanking__box-data {
  background-color: #fff;
}

.miniRanking__box-linkTxt {
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
  display: flex;
  justify-content: center;
}

.miniRanking__box-linkTxt::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 14px;
  background-image: url("../img/cm_slash_before.svg");
  background-size: 10px 14px;
  margin-right: 5px;
}

.miniRanking__box-linkTxt::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 14px;
  background-image: url("../img/cm_slash_after.svg");
  background-size: 10px 14px;
  margin-left: 5px;
}

.miniRanking__box-linkTxt + .miniRanking__box-link a {
  margin-top: 6px;
}

.miniRanking__box-link a {
  margin: calc(14px + 16px) auto 0;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  border-radius: 300px;
  color: #fff;
  background-color: var(--Accent);
  text-decoration: none;
  display: block;
  position: relative;
}

.miniRanking__box-link a::after {
  content: "";
  background-image: url(../img/cm_btn_arrow.svg);
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -7px;
  display: inline-block;
  width: 8px;
  height: 14px;
  background-size: 8px;
}

.miniRanking__box-link a:hover {
  cursor: pointer;
  opacity: 0.6;
}

.miniRanking__scroll small {
  color: var(--gray);
}

/* typePrice */

.typePrice {
  background-image: url("../img/ct_typePrice_bg.png");
  background-size: 50px 50px;
  padding: 0 0 0px;
}

.typePrice__inner {
  width: 100%;
  margin: 0 auto;
}

.typePrice__ttl {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

.typePrice__desc {
  max-width: 800px;
  width: 100%;
  margin: 15px auto 0;
  font-size: 1.2rem;
}

.typePrice__tab {
  max-width: 800px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 10px;
  margin: 30px auto 0;
  position: relative;
  bottom: -1px;
  padding: 0 15px;
  box-sizing: border-box;
}

.typePrice__tabItem {
  display: inline-block;
  border-radius: 4px 4px 0 0;
  border-top: 1px solid #01659f;
  border-left: 1px solid #01659f;
  border-right: 1px solid #01659f;
  text-align: center;
  font-size: 1.4rem;
  line-height: 38px;
  background-color: #01659f;
  color: #fff;
}

.typePrice__tabItem:hover {
  cursor: pointer;
}

.typePrice__tabItem.select {
  color: #01659f;
  background-color: #fff;
}

.tab_content {
  background-color: #fff;
  border-top: 1px solid #01659f;
  padding: 30px 0;
  box-sizing: border-box;
}

.tab_content01 {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.tab_content01-img {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 30px;
  margin: 0px auto 0;
}

.tab_content01-imgItem {
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  font-size: 1.2rem;
}

.tab_content01-imgItemName {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 30px;
  border-radius: 300px;
  background-color: #fdf4d9;
  margin: 10px auto;
}

.typePrice
  > div.typePrice__inner
  > div:nth-child(3)
  > div
  > ul
  > li:nth-child(2)
  > .tab_content01-imgItemName {
  background-color: #dbf2fc;
}

.tab_content01-imgItem img {
  width: 80px;
  display: block;
  margin: 10px auto 0;
}

.tab_content-table {
  margin: 15px auto 0;
  width: 800px;
}

.tab_content-table th,
.tab_content-table td {
  text-align: center;
  vertical-align: middle;
  padding: 10px;
  border: 1px solid #707070;
}

.tab_content-table > tbody > tr:nth-child(1) > td {
  font-weight: bold;
}

.tab_content-table > tbody > tr:nth-child(1) > td img {
  display: block;
  margin: 0 auto;
}

.tab_content-table > tbody > tr:nth-child(2) > td {
  text-align: left;
  vertical-align: top;
}

.tab_content-table td {
  width: 144px;
  font-size: 1.2rem;
  line-height: 1.5;
}

.tab_content-table th {
  background-color: #f5f7f9;
  font-weight: bold;
  width: 80px;
  box-sizing: border-box;
  font-size: 1.2rem;
}

.tab_content02 {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  background-color: #f5f7f9;
  text-align: center;
}

.tab_content03,
.tab_content04 {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

/* hikakuTable */

.hikakuTable {
  padding: 0 0 30px;
  background-color: #fff;
}

.hikakuTable__inner {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.hikakuTable__ttl {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background-image: url(../img/ct_hikakuTable_ttl-bg.png);
  background-size: contain;
  background-repeat-x: repeat;
  background-repeat-y: no-repeat;
  padding: 25px 0 0px;
}

.hikakuTable__table {
  width: 100%;
  margin: 30px auto 0;
  table-layout: fixed;
}

.hikakuTable__table thead th {
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  padding: 15px 0;
  background-color: #f5f7f9;
}

.hikakuTable__table thead th small {
  font-size: 1rem;
  font-weight: normal;
}

.hikakuTable__table > thead > tr > th:nth-child(2),
.hikakuTable__table > thead > tr > th:nth-child(3) {
  width: 298px;
}

.hikakuTable__table > tbody > tr > td:nth-child(2),
.hikakuTable__table > tbody > tr > td:nth-child(3) {
  line-height: 1.5;
  padding: 8px;
}

.hikakuTable__table .price {
  font-weight: bold;
  font-size: 1.4rem;
}

.hikakuTable__table th,
.hikakuTable__table td {
  border: 1px solid #707070;
  font-size: 1.2rem;
  padding: 10px;
  vertical-align: middle;
  text-align: center;
  background-color: #fff;
}

.hikakuTable__tableBtn a {
  display: block;
  border-radius: 3px;
  background-color: var(--Accent);
  color: #fff;
  font-weight: normal;
  text-decoration: none;
  font-size: 1.1rem;
  padding: 8px 4px;
  line-height: 1;
  width: 180px;
  box-sizing: border-box;
  margin: 5px auto 0;
}

.hikakuTable__tableBtn a:hover {
  cursor: pointer;
  opacity: 0.6;
}

.hikakuTable__logo {
  width: auto;
  max-width: 114px;
  height: 38px;
  object-fit: contain;
}

.tab_content03 .tab_content-table tbody tr:nth-child(3) td,
.tab_content04 .tab_content-table tbody tr:nth-child(3) td {
  text-align: left;
  vertical-align: top;
}

.tab_content04 .tab_content-table tbody tr:nth-child(4) td {
  text-align: left;
  vertical-align: top;
}

.tab_content04 .fukidashi {
  padding: 8px;
  line-height: 1.3;
  font-size: 1rem;
  color: #fff;
  display: block;
  margin: 10px auto 0;
  position: relative;
  background-color: var(--Accent);
}

.tab_content04 .fukidashi:after {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -5px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent var(--Accent) transparent;
}

.tab_content.down {
  display: none;
}

/* form */

.refineForm__filterItem {
  margin-top: 30px;
}

.refineForm__filterItem dt {
  border-left: 3px solid #52c3f2;
  padding-left: 10px;
  font-weight: bold;
  font-size: 1.4rem;
}

.refineForm__filterItem dt small {
  font-weight: normal;
  font-size: 1.2rem;
  margin-left: 3px;
}

.refineForm__filterItem dd {
  padding: 15px 0;
}

.hanarabiItems dd {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 10px;
  position: relative;
  z-index: 1;
}

.hanarabiItems dd label {
  display: inline-block;
  background-color: #fff;
  border-radius: 5px;
  width: 150px;
  height: 98px;
  border: 1px solid #050505;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}

.symptomsItems dd {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}

.symptomsItems dd label {
  display: inline-block;
  background-color: #fff;
  border-radius: 5px;
  height: 60px;
  line-height: 60px;
  border: 1px solid #050505;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}

.mouthpieceItems dd {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}

.mouthpieceItems dd label {
  display: inline-block;
  background-color: #fff;
  border-radius: 5px;
  height: 60px;
  line-height: 60px;
  border: 1px solid #050505;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
}

.kodawariItems dd label::before,
.mouthpieceItems dd label::before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url("../img/ct_refineForm_check_deselect.svg");
  background-size: 18px;
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  left: 10px;
}

.kodawariItems dd label.selected::before,
.mouthpieceItems dd label.selected::before {
  background-image: url("../img/ct_refineForm_check_select.svg");
}

.kodawariItems dd {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}

.kodawariItems dd label {
  display: inline-block;
  background-color: #fff;
  border-radius: 5px;
  height: 60px;
  line-height: 60px;
  border: 1px solid #050505;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
}

.refineForm__filterItem dd label input {
  display: none;
}

.refineForm__filterItem dd label:hover {
  cursor: pointer;
  opacity: 0.6;
}

.refineForm__filterItem dd label.selected,
.refineForm__filterItem dd label.on {
  background-color: #fdf4d9;
}

.refineForm_ico {
  display: block;
  width: 53px;
  height: 53px;
  margin: 10px auto;
}

.Refine_Search_cta {
  margin: 30px auto 0;
}

.Refine_Search_reset {
  display: inline-block;
  background-color: #fff;
  line-height: 50px;
  max-height: 50px;
  border-radius: 5px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  color: #505050;
  width: 80px;
  border: 1px solid #505050;
}

.Refine_Search_submit,
.noSubmit {
  width: 300px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  border-radius: 300px;
  background-color: #01659f;
  display: inline-block;
  margin-left: 110px;
  line-height: 50px;
  height: 50px;
  box-sizing: border-box;
  border: 1px solid #01659f;
  display: inline-block;
}

.noSubmit {
  background-color: #ccc;
  border: 1px solid #999;
  color: #fafafa;
}

.Refine_Search_reset:hover,
.Refine_Search_submit:hover {
  cursor: pointer;
  opacity: 0.6;
}

.Refine_Search_number {
  line-height: 50px;
  font-weight: normal;
  font-size: 1.4rem;
  text-align: center;
  width: 60px;
  display: inline-block;
}

.resultForm__ttl {
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  color: #01659f;
  margin: 50px auto 0;
  padding: 40px 0;
}

/* ranking */

.ranking {
  border-top: 9px solid #51c3f1;
  padding: 0 0 30px;
  position: relative;
  background-image: url(../img/ct_ranking_ttl_bg.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}

.ranking::after {
  content: "";
  width: 50%;
  background-color: #02659f;
  height: 9px;
  width: 50%;
  position: absolute;
  top: -9px;
  left: 50%;
}

.ranking__inner {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.ranking__ttl {
  max-width: 960px;
  margin: -9px auto 0;
}

.productBox {
  border-radius: 10px;
  background-color: #dbf2fc;
  margin: 34px auto 0;
  padding: 0 80px 30px;
}

.productBox__head {
  position: relative;
}

.productBox__head a {
  color: #1a0dab;
  display: block;
  font-weight: bold;
  font-size: 2.4rem;
  padding: 26px;
  padding-left: 115px;
  position: relative;
}

.result_page .productBox__head a {
  padding-left: 0;
}

.productBox.rank1 {
  background-color: #fdf4d9;
}

.result_page .productBox.rank1 {
  background-color: #dbf2fc;
}

.result_page #CONTENTS > div:nth-child(8) > div {
  background-color: #fdf4d9;
}

.productBox__rank {
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
  background-color: #01659f;
  width: 70px;
  height: 73px;
  position: absolute;
  text-align: center;
  padding: 12px 17px 0;
  box-sizing: border-box;
  top: -6px;
}

.rank1 .productBox__rank {
  background-color: #d3a400;
}

.productBox__rank::before {
  position: absolute;
  content: "";
  top: 0;
  right: -6px;
  border: none;
  border-bottom: solid 6px #505050;
  border-right: solid 6px transparent;
}

.productBox__rank::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -42.5px;
  width: 0;
  height: 0;
  border-left: 42.5px solid transparent;
  border-right: 42.5px solid transparent;
  border-bottom: 15px solid #dbf2fc;
}

.rank1 .productBox__rank::after {
  border-bottom: 15px solid #fdf4d9;
}

.rank2 .productBox__rank {
  background-color: #8d9ea8;
}

.rank3 .productBox__rank {
  background-color: #d28548;
}

.productBox.rank1 .productBox__rank small {
  position: relative;
  width: 36px;
  height: 39px;
  display: block;
}

.productBox.rank1 .productBox__rank small::after {
  position: absolute;
  content: "おすすめ";
  width: 100%;
  height: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  left: 0;
}

.productBox__bnr {
  margin: 15px auto 0;
  width: 100%;
}

.productBox__bnr img {
  width: 100%;
  vertical-align: bottom;
}

.productBox__bnr-catch {
  background-color: #fff;
  position: relative;
  min-height: 50px;
  font-weight: bold;
  padding: 0 10px;
  color: #505050;
  line-height: 50px;
  font-size: 1.2rem;
}

.productBox__bnr-catch a {
  background-color: #f75d2f;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 4px;
  line-height: 30px;
  width: 85px;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  text-decoration: none;
}

.productBox__bnr-catch a:hover {
  opacity: 0.6;
  cursor: pointer;
}

.productBox__data {
  margin: 10px auto;
}

.productBox__data table {
  width: 100%;
}

.productBox__data table th {
  width: 160px;
  vertical-align: middle;
  background-color: #f5f7f9;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  border: 1px solid #505050;
  padding: 10px;
  font-size: 1.4rem;
}

.productBox__data table td {
  text-align: left;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #505050;
  padding: 10px;
  font-size: 1.4rem;
}

.productBox__data table td a {
  font-weight: bold;
}

.productBox__icon {
  text-align: left;
  margin: 15px auto 0;
}

.productBox__icon-item {
  display: none;
  background-color: #fff;
  font-size: 1.2rem;
  color: #505050;
  border-radius: 300px;
  line-height: 27px;
  padding: 0px 10px;
  margin-right: 5px;
  margin-bottom: 7px;
  font-weight: bold;
}

.productBox__icon-item.on {
  display: inline-block;
}

.productBox__cta02 a,
.productBox__cta01-btn a {
  background-color: var(--Accent);
  border-radius: 300px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 30px auto 0;
  display: block;
  position: relative;
}

.productBox__cta02 a::after,
.productBox__cta01-btn a:after {
  content: "";
  background-image: url(../img/cm_btn_arrow.svg);
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -7px;
  display: inline-block;
  width: 8px;
  height: 14px;
  background-size: 8px;
}

.productBox__cta02 a:hover,
.productBox__cta01-btn a:hover {
  cursor: pointer;
  opacity: 0.6;
}

.productBox__point {
  margin: 30px auto 0;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}

.productBox__point-ttl {
  text-align: center;
  color: #fff;
  height: 50%;
  background-image: url(../img/ct_point_bg.png);
  background-size: 30px;
  min-height: 40px;
  font-size: 2.4rem;
  padding: 14px 0;
  box-sizing: border-box;
}

.productBox__point img {
  width: 216px;
  display: block;
  margin: 0 auto;
}

.productBox__point-txt {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  border-bottom: 1px dotted #050505;
  padding: 10px 0;
  position: relative;
  padding-left: 24px;
  display: block;
  margin: 0 auto;
  width: calc(100% - 30px);
  box-sizing: border-box;
}

.productBox__point-txt::before {
  content: "";
  background-image: url("../img/cm-orange_check.svg");
  background-size: 15px;
  display: inline-block;
  position: absolute;
  left: 0px;
  width: 15px;
  height: 15px;
  top: 15px;
}

.productBox__point-desc {
  line-height: 1.5;
  font-size: 1.4rem;
  padding: 15px;
}

.productBox__cta01 {
  background-color: #fff;
  padding: 30px;
  box-sizing: border-box;
  margin: 30px auto 0;
  text-align: center;
  border-radius: 10px;
}

.productBox__cta01 img {
  width: 185px;
  display: block;
  margin: 10px auto 0;
}

.productBox__cta01-txt {
  font-size: 1.4rem;
  display: inline-block;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #fdf4d9 60%);
  position: relative;
}

.productBox__cta01-txt::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 14px;
  background-image: url("../img/cm_slash_before.svg");
  background-size: 10px 14px;
  margin-right: 5px;
  position: absolute;
  top: 1px;
  left: -14px;
}

.productBox__cta01-txt::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 14px;
  background-image: url("../img/cm_slash_after.svg");
  background-size: 10px 14px;
  margin-left: 5px;
  position: absolute;
  top: 1px;
  right: -14px;
}

.productBox__area-ttl {
  margin: 35px auto 0;
  text-align: center;
}

.productBox__area-ttl span {
  min-height: 26px;
  font-size: 1.6rem;
  display: inline-block;
  margin: 0 auto;
  position: relative;
  min-height: 40px;
  line-height: 33px;
  padding: 0 15px;
  font-weight: bold;
}

.productBox__area-ttl span::before {
  content: "";
  background-image: url(../img/ct_choice-before.svg);
  width: 6px;
  height: 40px;
  background-size: 6px 40px;
  position: absolute;
  left: 0;
  bottom: 3px;
}

.productBox__area-ttl span::after {
  content: "";
  background-image: url(../img/ct_choice-after.svg);
  width: 6px;
  height: 40px;
  background-size: 6px 40px;
  position: absolute;
  right: 0;
  bottom: 3px;
}

.productBox__area-table {
  width: 100%;
  margin: 30px auto;
  background-color: #fff;
  table-layout: fixed;
}

.productBox__area-table tbody th {
  width: 100px;
  background-color: #f5f7f9;
  font-weight: bold;
}

.productBox__area-table tbody th,
.productBox__area-table tbody td {
  padding: 5px 10px;
  border: 1px solid #505050;
  vertical-align: middle;
  font-size: 1.2rem;
  line-height: 1.5;
  box-sizing: border-box;
}

.productBox__area-moreArea {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

.productBox__area-moreArea.active {
  max-height: 1000px;
}

.productBox__area-moreBtn {
  background-color: #01659f;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 300px;
  margin: 20px auto;
  line-height: 30px;
  max-width: 400px;
  font-size: 1.2rem;
  position: relative;
}

.productBox__area-moreBtn:hover {
  opacity: 0.6;
  cursor: pointer;
}

.productBox__area-moreBtn::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
  width: 10px;
  height: 6px;
  background-image: url("../img/cm_more_arrow.svg");
  background-size: 10px 6px;
}

.productBox__area-moreBtn.open::after {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.ranking__moreBtn {
  display: block;
  width: 100%;
  border-radius: 300px;
  text-align: center;
  border: 1px solid #050505;
  max-width: 800px;
  box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 60px;
  position: relative;
  margin: 30px auto 0;
}

.ranking__moreBtn:hover {
  cursor: pointer;
  opacity: 0.6;
}

/* choice */

.choice {
  background-image: url("../img/ct_choice_bg.png");
  background-size: 50px 50px;
  padding: 0 0 30px;
}

.choice__inner {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.choice__ttl {
  max-width: 960px;
  margin: 0 auto;
}

.choice__boxs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 30px;
  margin: 30px auto 0;
}

.choice__box {
  width: 256px;
  border-radius: 10px;
  background-color: #fff;
  border: 2px solid #01659f;
  position: relative;
  padding: 50px 15px 25px;
  box-sizing: border-box;
}

.choice__box::after {
  content: "";
  width: 88px;
  height: 2px;
  position: absolute;
  border-top: 2px solid #fff;
  top: -2px;
  left: 50%;
  margin-left: -44px;
  z-index: 5;
}

.choice__box-num {
  text-align: center;
  width: 88px;
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -44px;
  font-size: 40px;
  font-weight: bold;
  z-index: 10;
  color: #52c3f2;
}

.choice__box-num::before {
  content: "0";
  color: #01659f;
  display: inline;
}

.choice__box-num::after {
  content: "";
  border-bottom: 1px solid #52c3f2;
  width: 20px;
  height: 1px;
  position: absolute;
  bottom: -10px;
  margin-left: -10px;
  left: 50%;
}

.choice__box_ttl {
  position: relative;
  color: #01659f;
  font-weight: bold;
  text-align: center;
  font-size: 1.6rem;
  min-height: 48px;
  line-height: 1.5;
}

.choice__box_ttl::before {
  content: "";
  background-image: url(../img/ct_choice-before.svg);
  width: 6px;
  height: 40px;
  background-size: 6px 40px;
  position: absolute;
  left: 0;
  bottom: 3px;
}

.choice__box_ttl::after {
  content: "";
  background-image: url(../img/ct_choice-after.svg);
  width: 6px;
  height: 40px;
  background-size: 6px 40px;
  position: absolute;
  right: 0;
  bottom: 3px;
}

.choice
  > div.choice__inner
  > div
  > div
  > div:nth-child(2)
  > div.choice__box_ttl,
.choice
  > div.choice__inner
  > div
  > div
  > div:nth-child(3)
  > div.choice__box_ttl {
  line-height: 48px;
}

.choice__box-img {
  margin: 15px auto 0;
}

.choice__box-txt {
  line-height: 1.5;
  font-size: 1.4rem;
  text-align: left;
  margin: 15px auto 0;
}

/* matome */

.matome {
  background-image: url("../img/ct_matome_bg.png");
  background-size: 20px;
  padding: 0 0 30px;
}

.matome__inner {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.matome__ttl {
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 100px;
  font-size: 24px;
  background-color: #51c2f1;
  position: relative;
}

.matome__ttl::after {
  position: absolute;
  z-index: 1;
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 15px solid #51c2f1;
  bottom: -15px;
  left: 50%;
  margin-left: -20px;
}

.matome__copy {
  margin: 40px auto 0;
  text-align: center;
  line-height: 1.5;
  color: #505050;
  font-size: 1.8rem;
  font-weight: bold;
}

.matome__copy .marker {
  display: inline;
  background: linear-gradient(transparent 75%, #fff 75%);
  padding: 0;
}

.matome__bnr {
  margin: 15px auto 0;
  max-width: 800px;
}

.matome__bnr img {
  width: 100%;
  vertical-align: bottom;
}

.matome__txt {
  font-size: 1.4rem;
  /* color: var(--Accent); */
  line-height: 1.5;
  border-radius: 10px;
  background-color: #fff;
  padding: 15px;
  margin: 15px auto 0;
}

/* ==========================================================================
  絞り込み検索フォーム
  =========================================================================== */

/* refineForm */

.refineForm {
  background-image: url("../img/ct_refineForm_bg.png");
  background-size: 15px;
  padding: 0 0 30px;
}

.refineForm__inner {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.refineForm__ttl {
  text-align: center;
  padding: 45px 0 0;
}

.refineForm__ttl img {
  width: 517px;
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  left: 2%;
}

/* ==========================================================================
  絞り込み検索結果ページ
  =========================================================================== */

.contents {
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
  box-sizing: border-box;
  padding-right: 15px;
  padding-left: 15px;
}

.result {
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
  box-sizing: border-box;
  padding-right: 15px;
  padding-left: 15px;
}

.searchresult__ttl {
  background-image: url(../img/ct_searchresult_bg.png);
  background-size: 10px 10px;
  text-align: center;
  padding: 10px 0 30px;
}

.result_count {
  text-align: center;
  padding: 40px 0 0;
  box-sizing: border-box;
  color: #f00;
  font-size: 3rem;
  font-weight: bold;
}

.result_count small {
  color: #505050;
  font-size: 1.4rem;
  margin-left: 5px;
  display: inline-block;
}

.options_accordion_ul {
  margin: 30px auto 0;
  width: 100%;
  max-width: 900px;
  box-sizing: border-box;
  padding-right: 15px;
  padding-left: 15px;
  padding: 10px;
  background-color: #dbf2fc;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.options_accordion_ul li a {
  border-radius: 4px;
  display: block;
  box-sizing: border-box;
  line-height: 40px;
  color: #767c8f;
  text-decoration: none;
  font-size: 1.4rem;
  box-sizing: border-box;
  text-align: center;
}

.options_accordion_ul li.active a {
  background-color: #fff;
  color: #01659f;
  font-weight: bold;
}

.options_accordion_ul li:hover {
  opacity: 0.6;
  cursor: pointer;
}

.searchConditions {
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #01659f;
  padding: 20px 15px;
  box-sizing: border-box;
  text-align: left;
  position: relative;
}

.searchConditions::before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 245px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -122.5px;
  top: -1px;
}

.searchConditions__table th {
  color: var(--Accent);
  /* display: block; */
  text-align: left;
  padding: 10px 0 5px;
  border: none;
  font-size: 1.2rem;
}

.searchConditions__table td {
  color: #505050;
  text-align: left;
  /* display: block; */
  padding: 5px 0 10px;
  border: none;
  font-size: 1.2rem;
}

.searchConditions__ttl {
  width: 225px;
  height: 27px;
  background-image: url(../img/ct_searchConditions_ttl.svg);
  background-size: 225px 27px;
  display: inline-block;
  position: absolute;
  top: -14px;
  left: 50%;
  margin-left: -114px;
  text-indent: -9999px;
}

/* ==========================================================================
  Footer
  =========================================================================== */

.footer {
  margin: 40px auto 0;
  background: #fff;
}

.footer__inner {
  max-width: 900px;
  margin: 0 auto;
}

.footer__links {
  margin: 30px auto;
}

.footer__links-box {
  width: 350px;
  display: inline-block;
  vertical-align: top;
}

.footer__links-ttl {
  font-size: 1.4rem;
  font-weight: bold;
}

.footer__links-item {
  margin: 10px auto 0;
  line-height: 1;
}

.footer__links-item a {
  color: #505050;
  font-size: 1.2rem;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
}

.footer__links-item a:hover {
  text-decoration: underline;
}

.footer__bottom-links {
  padding: 10px 0;
  text-align: center;
  font-size: 1.2rem;
}

.footer__bottom-links a {
  text-decoration: none;
  color: #505050;
}

.footer__bottom-links a:hover {
  text-decoration: underline;
}

.footer__copy {
  background-color: #505050;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  line-height: 35px;
  padding: 0;
}

/* ==========================================================================
  entry 記事ページ
  =========================================================================== */

body.entry {
  margin: 30px auto 0;
  font-size: 1.4rem;
}

.pankuzu {
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
  box-sizing: border-box;
  overflow-x: scroll;
  padding-right: 15px;
  padding-left: 15px;
}

.pankuzu ul {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pankuzu ul .pankuzu__item {
  font-size: 1.4rem;
  line-height: 1;
  color: #505050;
  white-space: nowrap;
}

.pankuz ul .pankuzu__item a {
  color: inherit;
}

.pankuzu ul .pankuzu__item a img {
  width: 14px;
  height: 14px;
  margin-right: 7px;
}

.pankuzu ul li.pankuzu__item::before {
  content: "＞";
  display: inline-block;
  margin: 0 5px;
}

.pankuzu ul li.pankuzu__item.pankuzu__item-home {
  margin-left: 0 !important;
}

.pankuzu ul li.pankuzu__item.pankuzu__item-home::before {
  display: none;
}

.entry__header {
  margin: 70px auto 100px;
}

.entry__header h1 {
  position: relative;
  text-align: center;
  max-width: 100vw;
  font-size: 3.6rem;
  font-weight: bold;
  padding: 0 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  line-height: 1.5;
}

.entry__header h1::before,
.entry__header h1::after {
  content: "";
  display: block;
  background-image: url(../img/cm_icon_dot_pc.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 26.25rem;
  height: 3.625rem;
  z-index: -1;
}

.entry__header h1::before {
  left: 0;
}

.entry__header h1::after {
  right: 0;
}

.entry h2 {
  border-top: 6px solid #52c3f2;
  position: relative;
  padding: 32px;
  box-sizing: border-box;
  border-bottom: 1px solid #505050;
  margin: 50px auto 0;
  font-size: 2.4rem;
  line-height: 1.5;
}

.entry h2::after {
  content: "";
  display: inline-block;
  width: 50%;
  box-sizing: border-box;
  background-color: #01659f;
  height: 6px;
  position: absolute;
  top: -6px;
  left: 50%;
}

.entry h3 {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 50px auto 0;
  border-left: 3px solid #52c3f2;
  padding: 5px 10px;
  line-height: 1.5;
}

.entry__inner {
  width: 100%;
  max-width: 900px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.entry__img {
  margin: 30px auto 0;
}

.entry__img img {
  width: 100%;
  vertical-align: bottom;
}

.enrty__point {
  margin: 30px auto 0;
  border-radius: 10px;
  overflow: hidden;
}

.enrty__point-ttl {
  text-align: center;
  color: #fff;
  height: 50%;
  background-image: url(../img/ct_point_bg.png);
  background-size: 30px;
  min-height: 40px;
  font-size: 2.4rem;
  padding: 14px 0;
  box-sizing: border-box;
}

.enrty__point-ttl img {
  width: 300px;
  display: block;
  margin: 0 auto;
}

.enrty__point-list {
  background-color: #f5f7f9;
  padding: 15px 15px 30px;
  box-sizing: border-box;
}

.enrty__point-listItem {
  font-size: 1.6rem;
  position: relative;
  padding-left: 25px;
  font-weight: bold;
  margin: 15px auto 0;
}

.enrty__point-listTxt {
  margin: 10px auto 0;
  line-height: 1.5;
  font-weight: normal;
  position: relative;
  left: -25px;
}

.enrty__point-listItem::before {
  content: "";
  width: 15px;
  height: 20px;
  background-image: url("../img/ct_point_ico.svg");
  display: inline-block;
  position: absolute;
  left: 0;
}

.enrty__midashi {
  margin: 20px auto 15px;
  font-weight: bold;
  font-size: 1.6rem;
  padding-left: 36px;
  position: relative;
  line-height: 1.5;
}

.enrty__midashi01::before,
.enrty__midashi02::before,
.enrty__midashi03::before {
  display: inline-block;
  content: "0";
  color: #01659f;
  font-size: bold;
}

.enrty__midashi01,
.enrty__midashi02,
.enrty__midashi03 {
  color: #52c3f2;
  font-weight: bold;
  border-bottom: 1px solid #52c3f2;
  padding-bottom: 5px;
  position: absolute;
  left: 0;
  top: -1px;
}

.entry p {
  margin-top: 1rem;
  line-height: 1.5;
}

.b {
  font-weight: bold;
  color: var(--Accent);
}

.table {
  width: 100%;
  margin: 30px auto;
}

.table th {
  background-color: #f5f7f9;
  font-weight: bold;
  min-width: 60px;
}

.table th,
.table td {
  padding: 15px;
  vertical-align: middle;
  border: 1px solid #505050;
  line-height: 1.5;
}

.entry__box {
  border: 1px solid #505050;
  border-radius: 4px;
  padding: 15px;
  background-color: #fff;
  margin: 30px auto;
  line-height: 1.5;
}

.ranking__moreArea {
  display: none;
}
/* ========================================================
ポジショニングマップ
=========================================================*/
.positioningMap {
  margin-top: 16px;
  max-width: 960px;
  margin: 0 auto;
}
.positioningMap__top {
  padding: 0 20px;
}
.positioningMap__top .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.positioningMap__top-subTtl {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
.positioningMap__top-notes {
  font-size: 1rem;
  text-align: right;
  margin-top: 2px;
}
.positioningMap__top-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  line-height: 36px;
  text-align: center;
  background: var(--Point_Blue);
  height: 36px;
  margin-top: 6px;
}
.positioningMap__inner {
  background: repeating-linear-gradient(
      90deg,
      var(--Back),
      var(--Back) 1px,
      transparent 1px,
      transparent 32px
    ),
    repeating-linear-gradient(
      0deg,
      var(--Back),
      var(--Back) 1px,
      #fff 1px,
      #fff 32px
    );
  background-size: 32px 32px;
  background-position: 50% 50%;
  width: 100%;
  aspect-ratio: 3 / 4;
  position: relative;
}
.positioningMap__inner::before {
  content: "";
  display: inline-block;
  background: #fdf4d9;
  border-radius: 50%;
  width: 38%;
  aspect-ratio: 1 / 1;
  position: absolute;
  top: 4%;
  right: 3%;
}
.positioningMap__inner::after {
  content: "";
  display: inline-block;
  background: url(../img/positioningmap_bg_mouth.svg) no-repeat center / 100%
    auto;
  width: 64%;
  height: 100%;
  position: absolute;
  top: 5%;
  left: 48.5%;
  transform: translateX(-50%);
}
.positioningMap__label {
  position: absolute;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.2;
  z-index: 2;
}
.positioningMap__subLabel {
  position: absolute;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  top: 13%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.positioningMap__label-01,
.positioningMap__label-02 {
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 10px;
}
.positioningMap__label-01 {
  background: var(--Accent);
  top: 4.5%;
  left: 50%;
  transform: translateX(-50%);
}
.positioningMap__label-02 {
  background: var(--gray);
  top: 89%;
  left: 50%;
  transform: translateX(-50%);
}
.positioningMap__label-03,
.positioningMap__label-04 {
  color: #fff;
  display: inline-block;
  padding: 8px;
}
.positioningMap__label-03 {
  background: var(--Accent);
  top: 58.8%;
  transform: translateY(-50%);
  right: 20px;
}
.positioningMap__label-04 {
  background: var(--gray);
  top: 58.8%;
  transform: translateY(-50%);
  left: 20px;
}
.positioningMap__item-logo {
  width: auto;
  height: 30px;
}

.positioningMap__item {
  display: inline-block;
  background: #fff;
  border: 1px solid var(--gray);
  border-radius: 4px;
  box-shadow: 0 4px var(--gray);
  padding: 4px 8px;
  position: absolute;
  z-index: 1;
}
a.positioningMap__item {
  text-decoration: none;
}
.positioningMap__item-catch {
  font-size: 1rem;
  margin: 6px 0 0;
  color: var(--Text);
}
.positioningMap__item-01 {
  border-color: var(--Accent);
  box-shadow: 0 4px var(--Accent);
  padding: 10px 12px 6px;
  z-index: 1;
  top: 14%;
  right: 5%;
}
.positioningMap__item-01::before {
  content: "";
  display: inline-block;
  background: url(../img/ico_crown.svg) no-repeat center / auto 24px;
  width: 30px;
  height: 24px;
  position: absolute;
  top: -48%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.positioningMap__item-01 img {
  width: auto;
  height: 26px;
}
.positioningMap__item-02 {
  top: 18%;
  left: 10%;
}
.positioningMap__item-03 {
  top: 34%;
  right: 18%;
}
.positioningMap__item-04 {
  top: 45%;
  right: 55%;
}
.positioningMap__item-05 {
  right: 7.5%;
  top: 44%;
  padding: 11px 12px;
}
.positioningMap__item-05 img {
  height: 14px;
}
.positioningMap__item-06 {
  left: 14%;
  top: 69%;
}
.positioningMap__item-link {
  display: block;
}

@media screen and (min-width: 641px) {
  .positioningMap {
    margin-top: 120px;
    margin: 40px auto 0;
  }
  .positioningMap__top-ttl {
    font-size: 2rem;
    line-height: 54px;
    height: 54px;
  }
  .positioningMap__top-subTtl {
    font-size: 1.6rem;
  }
  .positioningMap__inner {
    width: 55%;
    margin: 0 auto;
  }
  .positioningMap__inner::before {
    right: 1%;
  }
  .positioningMap__label {
    font-size: 1.4rem;
  }
  .positioningMap__subLabel {
    font-size: 1.4rem;
  }
  .positioningMap__label-01,
  .positioningMap__label-02 {
    width: 80px;
    height: 48px;
    padding: 5px;
  }
  .positioningMap__label-03,
  .positioningMap__label-04 {
    padding: 8px;
  }
  .positioningMap__item {
    border: 1px solid var(--gray);
    border-radius: 4px;
  }
  .positioningMap__item-logo {
    height: 36px;
  }
  .positioningMap__item-01 {
    right: 7%;
  }
  .positioningMap__item-01 img {
    height: 38px;
  }
  .positioningMap__item-01::before {
    background-size: auto 32px;
    width: 40px;
    height: 32px;
    top: -52%;
  }
  .positioningMap__item-02 {
    top: 17%;
  }
  .positioningMap__item-03 {
    right: 22%;
  }
  .positioningMap__item-04 {
    top: 45%;
  }
  .positioningMap__item-05 {
    right: 14%;
    padding: 12px 14px;
  }
  .positioningMap__item-05 img {
    height: 20px;
  }
}
/* ==========================================================================
  20231110 positioningMap-kirei追加
=========================================================================== */
.positioningMap-kirei .positioningMap__inner::before {
  right: 4.5%;
}
.positioningMap-kirei .positioningMap__item-01 img {
  height: 30px;
}
.positioningMap-kirei .positioningMap__item-02 {
  left: 15%;
}
.positioningMap-kirei .positioningMap__item-03 {
  top: 45%;
}
.positioningMap-kirei .positioningMap__item-04 {
  right: 53%;
  padding: 10px 10px;
}
.positioningMap-kirei .positioningMap__item-04 img {
  height: 18px;
}
.positioningMap-kirei .positioningMap__item-05 {
  right: 10%;
  top: 36%;
  padding: 4px 8px;
}
.positioningMap-kirei .positioningMap__item-05 img {
  height: 30px;
}
@media screen and (min-width: 641px) {
  .positioningMap-kirei .positioningMap__inner::before {
    right: -10.5%;
  }
  .positioningMap-kirei .positioningMap__label-03 {
    right: -26px;
  }
  .positioningMap-kirei .positioningMap__item-01 {
    right: -5%;
  }
  .positioningMap-kirei .positioningMap__item-01 img {
    height: 38px;
  }
  .positioningMap-kirei .positioningMap__item-02 {
    left: 18%;
  }
  .positioningMap-kirei .positioningMap__item-03 {
    right: 24%;
    top: 45%;
  }
  .positioningMap-kirei .positioningMap__item-04 {
    right: 53%;
    padding: 12px 14px;
  }
  .positioningMap-kirei .positioningMap__item-04 img {
    height: 20px;
  }
  .positioningMap-kirei .positioningMap__item-05 {
    right: 1%;
    top: 36%;
    padding: 4px 8px;
  }
  .positioningMap-kirei .positioningMap__item-05 img {
    height: 36px;
  }
}
/* ==========================================================================
  検索地域追加
  =========================================================================== */
.area_select {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
}

.selectbox--area,
.selectbox--city {
  -webkit-appearance: none;
  appearance: none;
  color: var(--Text);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 56px;
  border: 1px solid #050505;
  border-radius: 4px;
  width: 100%;
  height: 56px;
  margin: 0;
  padding-left: 10px;
  background: url(../img/ct_icon_chevron_down.svg) no-repeat center right 12px /
      12px,
    #fff;
  cursor: pointer;
}

#smword {
  position: relative;
  margin: 0 0 -200px;
}
/* #smword select {
  display: none;
  position: absolute;
  top: 0;
}
#smword select.on {
  display: block;
} */
#smword select:disabled {
  background: #ddd;
  cursor: default;
}

.imgContent {
  display: block;
  width: 640px;
  height: auto;
  margin: 32px auto;
}
/* ==========================================================================
  20231122 あなたが選んだ条件横並びに変更
  =========================================================================== */
  .searchConditions__table {
    width: 100%;
  }
  .searchConditions__table th {
    width: 30%;
    padding: 10px 10px 10px 0;
    line-height: 1.2;
  }
  .searchConditions__table td {
    width: 70%;
    padding: 10px 0 10px 0;
    line-height: 1.2;
  }

/* ========================================================
header ロゴ追加
=========================================================*/
.header__logo{
  height: 42px;
  background-color: #fff;
  width: 960px;
  margin-inline: auto;
  position: relative;
}
.header__logo::before{
  position: absolute;
  content: "";
  background: url(../img/logo_medicallist_horizon.png) no-repeat center;
  background-size: 100%;
  top: 0;
  left: 0;
  width: 194px;
  height: 42px;
  background-color: #fff;
  padding: 2px 4px;
  z-index: 100;
}