@charset "UTF-8";

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

.font_s {
  font-size: 16px;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
select,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  /* font: inherit; */
  vertical-align: baseline;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic Pro",
    sans-serif;
  -webkit-tap-highlight-color: transparent;
}

body {
  color: #555555;
  line-height: 1.6;
  background: #fff;
  font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic Pro",
    sans-serif;
  font-weight: 400;
  font-size: 16px;
}

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

strong {
  font-weight: bold;
}

.notes {
  margin-top: 5px;
  font-size: 8px;
  color: #808080;
}

.chartImg {
  text-align: center;
}

.chartImg img {
  width: 220px;
}

.popup_box label {
  float: right;
  margin: 0px 0px 0px;
}

.popup_wrap input {
  display: none;
}

.popup_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

.popup_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.popup_content {
  position: relative;
  align-self: center;
  width: 90%;
  max-width: 800px;
  padding: 35px 20px 15px;
  box-sizing: border-box;
  background: #fff;
  color: #000000;
  line-height: 1.4em;
  transition: 0.5s;
}

.close_btn {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 26px;
  padding: 5px 5px;
  cursor: pointer;
  color: #ffffff;
  background: #000000;
}

.popup_wrap input:checked~.popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.open_btn {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  width: 10px;
  height: 10px;
  margin: 10px auto;
  padding: 4px 3px 3px 3px;
  color: #db3f53;
  background: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s ease;
}

.open_btn:hover {
  background: #ffb9c2;
  color: #db3f53;
  transition: 0.3s ease;
}

.label_box {
  position: relative;
  overflow: hidden;
}

.label_box:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.label_box ul {
  position: relative;
  left: 50%;
  float: left;
}

.label_box ul li {
  position: relative;
  left: -50%;
  float: left;
  list-style: none;
}

.label_box ul li label {
  margin: 3px 0px 0px 5px;
}

.label_box label {
  margin: 0px 0px 0px 0px;
  float: right;
}

.gray_sharp_box {
  margin: 0px 0px 10px;
}

.txt_link1 {
  position: relative;
  text-align: right;
  font-size: 13px;
  margin: 0px 10px 10px 0px;
}

#pc_site {
  width: 600px;
  background: #ffffff;
  padding: 0px 0px;
  margin: 0px auto;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

#pc_site header {
  width: 600px;
}

@media screen and (max-width: 767px) {
  #pc_site {
    width: 100%;
    padding: 0px 0px;
    border-left: 0px solid #cccccc;
    border-right: 0px solid #cccccc;
  }

  #pc_site header {
    width: 100%;
  }
}

#pc_site #search_box .searchInner {
  margin-left: 0px;
}

#pc_site .cp_ipselect {
  overflow: hidden;
  width: 510px;
  margin: 10px 0%;
  text-align: center;
}

#pc_site .cp_ipselect select {
  width: 510px;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

@media screen and (max-width: 767px) {
  #pc_site .cp_ipselect {
    overflow: hidden;
    width: 100%;
    margin: 10px 0%;
    text-align: center;
  }

  #pc_site .cp_ipselect select {
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
  }
}

#pc_site2 {
  width: 600px;
  background: #ffffff;
  padding: 0px 0px;
  margin: 0px auto;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

#pc_site2 header {
  width: 600px;
}

@media screen and (max-width: 767px) {
  #pc_site2 {
    width: 100%;
    padding: 0px 0px;
    border-left: 0px solid #cccccc;
    border-right: 0px solid #cccccc;
  }

  #pc_site2 header {
    width: 100%;
  }
}

#pc_site2 #search_box .searchInner {
  margin-left: 0px;
}

#pc_site2 .cp_ipselect {
  overflow: hidden;
  width: 510px;
  margin: 10px 0%;
  text-align: center;
}

#pc_site2 .cp_ipselect select {
  width: 510px;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

#pc_site2 button {
  width: auto;
}

@media screen and (max-width: 767px) {
  #pc_site2 .cp_ipselect {
    overflow: hidden;
    width: 100%;
    margin: 10px 0%;
    text-align: center;
  }

  #pc_site2 .cp_ipselect select {
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
  }

  #pc_site2 button {
    width: 94% !important;
  }
}

#pc_site_side {
  width: 820px;
  background: #ffffff;
  padding: 0px 0px;
  margin: 0px auto;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}

#pc_site_side header {
  width: 818px;
}

#pc_site_side_in {
  float: left;
  width: 600px;
  background: #ffffff;
  padding: 0px 0px;
  margin: 0px auto;
}

#pc_site_side_r {
  float: left;
  width: 200px;
  margin: 0px 0px 0px 15px;
}

@media screen and (max-width: 767px) {
  #pc_site_side {
    width: 100%;
    padding: 0px 0px;
    border-left: 0px solid #cccccc;
    border-right: 0px solid #cccccc;
  }

  #pc_site_side header {
    width: 100%;
  }

  #pc_site_side_in {
    float: none;
    width: 100%;
    background: #ffffff;
    padding: 0px 0px;
    margin: 0px auto;
  }

  #pc_site_side_r {
    float: none;
    width: 96%;
    margin: 0px 2%;
  }
}

#pc_site_side_r h4 {
  margin: 15px 0px 0px 0px;
  border-bottom: 3px double #999999;
}

.txt_ba_1 {
  background: linear-gradient(white 50%, #f7e2e2 50%);
}

.txt_ba_2 {
  background: linear-gradient(white 50%, #ecf4f9 50%);
}

.txt_ba_3 {
  background: linear-gradient(white 50%, #f7f6eb 50%);
}

.acd_check {
  display: none;
}

.acd_label {
  position: relative;
  background: #e0ffff;
  color: #3bd2d1;
  text-align: center;
  display: block;
  margin-bottom: 1px;
  padding: 10px;
}

.acd_label:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 10px;
  width: 30px;
  height: 30px;
  background-image: url(../star.png);
  background-size: contain;
  vertical-align: middle;
}

.acd_label:after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: bold;
  position: absolute;
  right: 10px;
  top: 25%;
}

.acd_label span {
  display: block;
  font-weight: bold;
}

.acd_content {
  border: 1px solid #3bd2d1;
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: 0.5s;
  visibility: hidden;
}

.acd_check:checked+.acd_label+.acd_content {
  height: auto;
  opacity: 1;
  padding: 10px;
  visibility: visible;
}

.acd_content span {
  color: #3bd2d1;
}

.acd_content strong {
  display: block;
  text-align: right;
}

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

.cv_box {
  text-align: center;
  font-size: 13px;
  margin: 10px 0px 0px;
}

.cv_box a {
  margin: 2px 0px;
}

.btn {
  color: #fff;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 10px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

.btn a {
  color: #fff;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 10px;
  font-weight: bold;
  text-decoration: none;
  display: block;
}

.btn_green {
  color: #2fc1c7;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 10px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

.btn_green a {
  color: #2fc1c7;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 10px;
  font-weight: bold;
  text-decoration: none;
  display: block;
}

.btn_primary {
  background-color: #ff5374;
  border-bottom: solid 3px #d04f68;
  text-shadow: 0 1px 2px #d04f68;
  border-bottom: none;
  overflow: hidden;
}

.btn_primary a {
  background-color: #3399ff;
  border-bottom: solid 3px #0080ff;
  text-shadow: 0 1px 2px #0080ff;
  font-size: 20px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn_second_primary a {
  background-color: #2fc1c7;
  border-bottom: solid 3px #2aa0a5;
  text-shadow: 0 1px 2px #2aa0a5;
  display: block;
  padding: 14px 0;
  position: relative;
  overflow: hidden;
  font-size: 1.125rem;
}

.btn_second_primary a:after {
  content: "";
  -moz-animation: is-reflection 4s ease-in-out infinite;
  -moz-transform: rotate(45deg);
  -ms-animation: is-reflection 4s ease-in-out infinite;
  -ms-transform: rotate(45deg);
  -o-animation: is-reflection 4s ease-in-out infinite;
  -o-transform: rotate(45deg);
  -webkit-animation: is-reflection 4s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  animation: is-reflection 4s ease-in-out infinite;
  background-color: #fff;
  content: " ";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -180px;
  transform: rotate(45deg);
  width: 30px;
}

.btn_second_primary02 a {
  background-color: #ffffff;
  border: solid 2px #2aa0a5;
  text-shadow: 0 0px 0px #2aa0a5;
  display: block;
  padding: 4px 0;
  position: relative;
  overflow: hidden;
  font-size: 0.8rem;
  height: 30px;
}

/* .btn_second_primary02 a:after {content:''; -moz-animation:is-reflection 4s ease-in-out infinite; -moz-transform:rotate(45deg); -ms-animation:is-reflection 4s ease-in-out infinite; -ms-transform:rotate(45deg); -o-animation:is-reflection 4s ease-in-out infinite; -o-transform:rotate(45deg); -webkit-animation:is-reflection 4s ease-in-out infinite; -webkit-transform:rotate(45deg); animation:is-reflection 4s ease-in-out infinite; background-color:#fff; content:" "; height:100%; left:0; opacity:0; position:absolute; top:-180px; transform:rotate(45deg); width:30px;} */

.btn_green_primary a {
  background-color: #00d3a6;
  border-bottom: solid 3px #005c48;
  text-shadow: 0 1px 2px #005c48;
  display: block;
  padding: 14px 0;
  position: relative;
  overflow: hidden;
  font-size: 1.125rem;
}

.btn_green_primary a:after {
  content: "";
  -moz-animation: is-reflection 4s ease-in-out infinite;
  -moz-transform: rotate(45deg);
  -ms-animation: is-reflection 4s ease-in-out infinite;
  -ms-transform: rotate(45deg);
  -o-animation: is-reflection 4s ease-in-out infinite;
  -o-transform: rotate(45deg);
  -webkit-animation: is-reflection 4s ease-in-out infinite;
  -webkit-transform: rotate(45deg);
  animation: is-reflection 4s ease-in-out infinite;
  background-color: #fff;
  content: " ";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: -180px;
  transform: rotate(45deg);
  width: 30px;
}

.btn_second_primary_no a {
  background-color: #2fc1c7;
  border-bottom: solid 3px #2aa0a5;
  text-shadow: 0 1px 2px #2aa0a5;
  display: block;
  padding: 14px 0;
  position: relative;
  overflow: hidden;
  font-size: 1.125rem;
}

.btn_ranking a {
  background-color: #fea6ad;
  border-bottom: solid 3px #555555;
  text-shadow: 0 1px 2px #555555;
  display: block;
  padding: 6px 0;
  position: relative;
  overflow: hidden;
  font-size: 1.125rem;
  margin: 10px 0px 0px;
}

.btn_ranking_second a {
  background-color: #d5d5d5;
  border-bottom: solid 3px #555555;
  text-shadow: 0 1px 2px #555555;
  display: block;
  padding: 6px 0;
  position: relative;
  overflow: hidden;
  font-size: 1.125rem;
  margin: 10px 0px 0px;
}

.btn_ranking_red a {
  background-color: #ff0000;
  border-bottom: solid 3px #ad0000;
  text-shadow: 0 1px 2px #000000;
  display: block;
  padding: 4px 0;
  position: relative;
  overflow: hidden;
  font-size: 1.125rem;
  margin: 4px 0px 0px;
}

.btn_ranking_blue a {
  background-color: #0294d8;
  border-bottom: solid 3px #555555;
  text-shadow: 0 1px 2px #555555;
  display: block;
  padding: 4px 0;
  position: relative;
  overflow: hidden;
  font-size: 1.125rem;
  margin: 4px 0px 0px;
}

.btn_ranking_skygreen a {
  background-color: #d5d5d5;
  border-bottom: solid 3px #555555;
  text-shadow: 0 1px 2px #555555;
  display: block;
  padding: 4px 0;
  position: relative;
  overflow: hidden;
  font-size: 1.125rem;
  margin: 4px 0px 0px;
}

/*.btn_ranking a:after {content:''; -moz-animation:is-reflection 4s ease-in-out infinite; -moz-transform:rotate(45deg); -ms-animation:is-reflection 4s ease-in-out infinite; -ms-transform:rotate(45deg); -o-animation:is-reflection 4s ease-in-out infinite; -o-transform:rotate(45deg); -webkit-animation:is-reflection 4s ease-in-out infinite; -webkit-transform:rotate(45deg); animation:is-reflection 4s ease-in-out infinite; background-color:#fff; content:" "; height:100%; left:0; opacity:0; position:absolute; top:-180px; transform:rotate(45deg); width:30px;}*/

.btn_ranking i {
  margin-left: 5px;
  font-size: 15px;
}

/* 動くボタン */
@keyframes pulse-grow {
  to {
    transform: scale(1.1);
  }
}

.pulse-grow {
  display: inline-block;
  width: 70%;
  margin: 0px 15%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  animation-name: pulse-grow;
  animation-duration: 0.6s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes is-reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@-webkit-keyframes is-reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

/* .eria_table {
  font-size: 13px;
  margin: 10px 0px;
  border-collapse: collapse;
  border: 1px solid #cccccc;
  width: 100%;
}

.eria_table td,
.eria_table th {
  padding: 5px;
  border-collapse: collapse;
  border: 1px solid #cccccc;
}

.eria_table th {
  background: #eeeeee;
  width: 30%;
}

.eria_table td {
  background: #ffffff;
} */

/*
.btn_second_primary a{background-color:#ff5374; border-bottom:solid 3px #d04f68; text-shadow:0 1px 2px #d04f68;}
.btn_second_primary{margin-top:15px;}
*/

.bt_s {
  font-size: 13px;
}

.bt_ss {
  font-size: 9px;
}

input[type="button"] {
  background-color: #ff5374 !important;
  border: 1px solid #d04f68;
  text-shadow: 0 1px 2px #d04f68;
  border-radius: 5px !important;
}

.area_top_box {
  border: 2px solid #c1006d;
  background: #ffe2f4;
  margin: 20px 5px -25px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 17px;
}

.area_top_box span {
  color: #dd0000;
  font-size: 15px;
}

.font_tw {
  font-family: "Oswald", sans-serif;
}

.bg_pink {
  background-color: #e0234a;
  border-bottom: 4px solid #e0234a;
}

.bg_white {
  background-color: #fff;
}

.large {
  font-size: 1.23em;
}

.small {
  font-size: 0.786em;
}

.pink {
  color: #ff5374;
}

.gray {
  color: #999999;
}

.dark-gray {
  color: #555555;
}

.yoyaku_link {
  text-align: right;
  margin: 10px auto;
}

a:hover {
  opacity: 0.8;
}

.contain {
  width: calc(690 / 750 * 100%);
  margin: 0 auto;
}

.sp {
  display: none;
}

header {
  background-color: #fea6ad;
  position: relative;
}

header .logo {
  text-align: center;
  padding: 6px 0;
}

header .logo img {
  width: 194px;
  height: auto;
}

.header_logo {
  margin: 0 auto;
  padding-block: 8px;
}

.header_logo_page {
  width: calc(690 / 750 * 100%);
}

@media screen and (max-width: 767px) {
  .header_logo_page {
    width: 100%;
    padding-left: 2px;
  }
}

.header_logo img {
  width: 200px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .header_logo img {
    width: 160px;
  }
}

header .nav_toggle {
  /*width:24px; height:17px; z-index:2000;*/
  position: absolute;
  top: 8px;
  right: 10px;
  color: #ffffff;
}

/**/
header .nav_toggle div {
  position: relative;
  height: 100%;
}

header .nav_toggle span {
  position: absolute;
  display: block;
  height: 2px;
  width: 100%;
  background: #000000;
  left: 0;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

header .nav_toggle span:nth-child(1) {
  top: 0;
}

header .nav_toggle span:nth-child(2) {
  top: 7px;
}

header .nav_toggle span:nth-child(3) {
  bottom: 0;
}

.menu.is_open .close {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  right: calc(600 / 750 * 100%);
}

.menu.is_open .bg {
  display: block;
}

.menu.is_open .menu_wrapper {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  right: 0;
}

.menu .close {
  -webkit-transform: translate(300px, 0);
  -ms-transform: translate(300px, 0);
  transform: translate(300px, 0);
  padding: 16px;
  position: fixed;
  top: -14px;
  right: -2048px;
  z-index: 3100;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  color: #fff;
  font-size: 1.75rem;
}

.menu .bg {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 2990;
  background-color: #000000;
  opacity: 0.6;
  top: 0;
}

.menu .menu_wrapper {
  position: fixed;
  right: -2048px;
  top: 0;
  z-index: 3000;
  width: calc(600 / 750 * 100%);
  /*width:250px;*/
  height: 100%;
  font-size: 0.8125rem;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  -webkit-transform: translate(300px, 0);
  -ms-transform: translate(300px, 0);
  transform: translate(300px, 0);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.menu .content_header {
  color: #fff;
  background-color: #000000;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 0.875rem;
}

.menu .content_header span {
  padding: 0 10px;
}

.menu .content_header i {
  margin-left: 0.5rem;
}

.menu .menu_list {
  padding: 0 10px;
  overflow: hidden;
}

.menu .menu_list .item a {
  padding: 10px 0;
  text-decoration: none;
  display: block;
  color: #555555;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu .menu_list .item i {
  margin-left: 0.5rem;
  color: #000000;
}

.menu .menu_list .item+.item {
  border-top: 1px solid #d9d9d9;
}

.menu .menu_bnr {
  padding: 10px;
}

.menu .menu_bnr .itemBnr {
  padding: 5px 0;
}

.menu .min_disp li:nth-child(n + 5) {
  display: none;
}

.menu .full_disp li:nth-child(n + 5) {
  display: block;
}

.menu .menuAll {
  border: 1px solid #d9d9d9;
  color: #999999;
  text-align: center;
  padding: 10px 0;
  margin: 15px 10px;
  border-radius: 10px;
}

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

footer {
  background: #fda5ad;
  color: #fff;
  text-align: center;
}

footer a {
  color: #fff;
  text-decoration: none;
  display: block;
}

footer ul li {
  padding: 9px 0;
  font-size: 0.875rem;
}

footer ul li img {
  width: 154px;
  height: auto;
}

footer ul li:first-child {
  padding: 19px 0;
}

footer ul li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

footer .copy {
  background-color: #ffffff;
  font-size: 0.625rem;
  padding: 5px 0;
  color: #ffffff;
}

#pageTopBtn {
  font-size: 3.125rem;
  color: #000000;
  position: fixed;
  bottom: 70px;
  right: 10px;
  /*z-index:100;*/
}

.searchBtn {
  position: fixed;
  /*z-index:100;*/
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 1.0625rem;
}

.searchBtn p {
  display: block;
  background-color: #000000;
  height: 50px;
  width: 100px;
  margin: 0 auto;
  line-height: 50px;
  border-radius: 50px 50px 0 0;
  color: white;
  text-align: center;
  padding-top: 3px;
}

.jagged-wrap-inner {
  clear: both;
  margin: 0px 0;
  width: 100%;
  height: auto;
  background: #fff;
  padding: 0px 0 10px;
  border-bottom: 3px double #ffa9ba;
}

.ttl {
  text-align: center;
  margin-top: 12px;
  font-style: italic;
  font-size: 1.5rem;
  font-weight: normal;
  color: #837f7c;
  line-height: 1;
  letter-spacing: 0.1em;
}

.subttl {
  text-align: center;
  font-size: 0.75rem;
  color: #837f7c;
  margin-bottom: 16px;
}

.subcon_ttl {
  border-top: 1px solid #d9d9d9;
  text-align: center;
  font-size: 0.8125rem;
  background-color: #fff;
  padding: 8px 0;
}

.disnon {
  display: none;
}

.tab {
  border-bottom: 3px solid #0a205c;
}

.tab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 10px;
}

.tab ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(230 / 710 * 100%);
  line-height: 1;
  font-weight: bold;
  border-radius: 10px 10px 0 0;
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  background-color: #f1f1f1;
  color: #000000;
  font-size: 0.875rem;
  text-align: center;
  display: block;
  text-decoration: none;
  padding: 5px 0 5px;
}

.tab ul li img {
  width: 23px;
  height: auto;
  vertical-align: middle;
  margin-right: 0.4rem;
}

.tab ul li.select {
  border-radius: 10px 10px 0 0;
  border-top: 1px solid #0a205c;
  border-left: 1px solid #0a205c;
  border-right: 1px solid #0a205c;
  color: #fff;
  background-color: #0a205c;
  padding: 5px 0 5px;
}

.tab ul li.select .small {
  color: #555555;
  font-weight: inherit;
}

.disnon,
.disnon1,
.disnon2 {
  display: none;
}

.tab,
.tab1,
.tab2 {
  border-bottom: 3px solid #000000;
}

.tab ul,
.tab1 ul,
.tab2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 10px;
}

.tab ul li,
.tab1 ul li,
.tab2 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(230 / 710 * 100%);
  line-height: 1;
  font-weight: bold;
  border-radius: 10px 10px 0 0;
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  background-color: #f1f1f1;
  color: #000000;
  font-size: 0.875rem;
  text-align: center;
  display: block;
  text-decoration: none;
  padding: 5px 0 5px;
}

.tab ul li img,
.tab1 ul li img,
.tab2 ul li img {
  width: 23px;
  height: auto;
  vertical-align: middle;
  margin-right: 0.4rem;
}

.tab ul li.select,
.tab1 ul li.select1,
.tab2 ul li.select2 {
  border-radius: 10px 10px 0 0;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  color: #fff;
  background-color: #000000;
  padding: 5px 0 5px;
}

.tab ul li.select .small,
.tab1 ul li.select1 .small,
.tab2 ul li.select2 .small {
  color: #555555;
  font-weight: inherit;
}

.disnon_4,
.disnon_4_1,
.disnon_4_2 {
  display: none;
}

.tab_4,
.tab_4_1,
.tab_4_2 {
  border-bottom: 3px solid #fd838b;
}

.tab_4 ul,
.tab_4_1 ul,
.tab_4_2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 10px;
}

.tab_4 ul li,
.tab_4_1 ul li,
.tab_4_2 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(170 / 710 * 100%);
  line-height: 1;
  font-weight: bold;
  border-radius: 10px 10px 0 0;
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  background-color: #f1f1f1;
  color: #000000;
  font-size: 0.65rem;
  text-align: center;
  display: block;
  text-decoration: none;
  padding: 5px 0 5px;
}

.tab_4 ul li img,
.tab_4_1 ul li img,
.tab_4_2 ul li img {
  width: 23px;
  height: auto;
  vertical-align: middle;
  margin-right: 0.4rem;
}

.tab_4 ul li.select_4,
.tab_4_1 ul li.select_4_1,
.tab_4_2 ul li.select_4_2 {
  border-radius: 10px 10px 0 0;
  border-top: 1px solid #fd838b;
  border-left: 1px solid #fd838b;
  border-right: 1px solid #fd838b;
  color: #fff;
  background-color: #fd838b;
  padding: 5px 0 5px;
}

.tab_4 ul li.select_4 .small,
.tab_4_1 ul li.select_4_1 .small,
.tab_4_2 ul li.select_4_2 .small {
  color: #555555;
  font-weight: inherit;
}

.content_wrap_4,
.content_wrap_4_1,
.content_wrap_4_2 {
  padding: 15px 15px 0px;
  overflow: hidden;
  background: #ffffff;
  font-size: 14px;
}

.best3_disnon {
  display: none;
}

.best3_tab {
  border-bottom: 2px solid #90d8d3;
}

.best3_tab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0px;
}

.best3_tab ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(170 / 710 * 100%);
  line-height: 1;
  font-weight: bold;
  border-radius: 10px 10px 0 0;
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  background-color: #dcdcdc;
  color: #000000;
  font-size: 0.875rem;
  text-align: center;
  display: block;
  text-decoration: none;
  padding: 5px 0 5px;
}

.best3_tab ul li img {
  width: 23px;
  height: auto;
  vertical-align: middle;
  margin-right: 0.4rem;
}

.best3_tab ul li.best3_select {
  border-radius: 10px 10px 0 0;
  border-top: 1px solid #90d8d3;
  border-left: 1px solid #90d8d3;
  border-right: 1px solid #90d8d3;
  color: #fff;
  background-color: #90d8d3;
  padding: 5px 0 5px;
}

.best3_tab ul li.best3_select .small {
  color: #555555;
  font-weight: inherit;
}

.best3_content_wrap {
  padding: 0px;
  overflow: hidden;
  background: #ffffff;
  font-size: 14px;
}

/* #colour_tab {
  margin: 20px 0px 0px;
}

#colour_tab .content_wrap {
  clear: both;
  padding: 0px;
  overflow: hidden;
  background: #ffffff;
  font-size: 14px;
}

#colour_tab .tab ul {
  padding: 0 0px;
} */

#price_tab .tab ul:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

/* #colour_tab .tab ul li img {
  width: auto;
  height: 20px;
  vertical-align: middle;
  margin: -2px 0px 0px 0px;
}

#colour_tab .tab {
  border-bottom: 3px solid #bcbcbc;
}

#colour_tab .tab ul li:nth-child(1) {
  width: 31.333%;
  line-height: 30px;
  font-weight: bold;
  border-radius: 10px 10px 0 0;
  border-bottom: 2px solid #ffffff;
  background-color: #e6e0e0;
  color: #ffffff;
  font-size: 13px;
  text-align: center;
  display: block;
  text-decoration: none;
  padding: 2px 0 0px;
  margin: 0px 0.5%;
}

#colour_tab .tab ul li.select:nth-child(1) {
  border-radius: 10px 10px 0 0;
  border: 0px solid #fff;
  color: #fff;
  background-color: #fda6ad;
  padding: 2px 0 0px;
}

#colour_tab .tab ul li:nth-child(2) {
  width: 31.333%;
  line-height: 30px;
  font-weight: bold;
  border-radius: 10px 10px 0 0;
  border-bottom: 2px solid #ffffff;
  background-color: #e6e0e0;
  color: #ffffff;
  font-size: 13px;
  text-align: center;
  display: block;
  text-decoration: none;
  padding: 2px 0 0px;
  margin: 0px 0.5%;
  float: left !important;
}

#colour_tab .tab ul li.select:nth-child(2) {
  border-radius: 10px 10px 0 0;
  border: 0px solid #fff;
  color: #fff;
  background-color: #fda6ad;
  padding: 2px 0 0px;
}

#colour_tab .tab ul li:nth-child(3) {
  width: 31.333%;
  line-height: 30px;
  font-weight: bold;
  border-radius: 10px 10px 0 0;
  border-bottom: 2px solid #ffffff;
  background-color: #e6e0e0;
  color: #ffffff;
  font-size: 13px;
  text-align: center;
  display: block;
  text-decoration: none;
  padding: 2px 0 0px;
  margin: 0px 0.5%;
  float: left !important;
}

#colour_tab .tab ul li.select:nth-child(3) {
  border-radius: 10px 10px 0 0;
  border: 0px solid #fff;
  color: #fff;
  background-color: #fda6ad;
  padding: 2px 0 0px;
}

#colour_tab .tab ul li:nth-child(4) {
  width: 31.333%;
  line-height: 30px;
  font-weight: bold;
  border-radius: 10px 10px 0 0;
  border-bottom: 2px solid #ffffff;
  background-color: #e6e0e0;
  color: #ffffff;
  font-size: 13px;
  text-align: center;
  display: block;
  text-decoration: none;
  padding: 2px 0 0px;
  margin: 0px 0.5%;
  float: left !important;
}

#colour_tab .tab ul li.select:nth-child(4) {
  border-radius: 10px 10px 0 0;
  border: 0px solid #fff;
  color: #fff;
  background-color: #fda6ad;
  padding: 2px 0 0px;
}

#colour_tab .disnon {
  display: none;
}

#colour_tab .table_2 {
  width: 32%;
}

#colour_tab .colour_tab_title {
  margin-top: 10px;
  font-weight: bold;
  font-size: 16px;
}

#colour_tab .colour_tab_title img {
  width: 24px;
  margin-right: 5px;
}

#colour_tab table {
  width: 100%;
  border: 1px solid #aaa;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 6px;
  overflow: hidden;
  margin: 5px 0px 15px;
}

#colour_tab table thead th,
#colour_tab table tbody th,
#colour_tab table tbody td {
  padding: 4px;
  border-bottom: 1px solid #aaa;
}

#colour_tab .table_pink table thead th {
  background-color: #fda6ad;
  color: #fff;
}

#colour_tab .table_pink table tbody th {
  background-color: #fda6ad;
  color: #fff;
}

#colour_tab .table_purple table thead th {
  background-color: #fda6ad;
  color: #fff;
}

#colour_tab .table_purple table tbody th {
  background-color: #fda6ad;
  color: #fff;
}

#colour_tab .table_green table thead th {
  background-color: #fda6ad;
  color: #fff;
}

#colour_tab .table_green table tbody th {
  background-color: #fda6ad;
  color: #fff;
}

#colour_tab .table_navy table thead th {
  background-color: #fda6ad;
  color: #fff;
}

#colour_tab .table_navy table tbody th {
  background-color: #fda6ad;
  color: #fff;
}

#colour_tab table thead th img {
  width: 50px !important;
}

#colour_tab table thead th+th,
#colour_tab table tbody td {
  border-left: 1px solid #aaa;
  text-align: center;
}

#colour_tab table tbody tr:last-child th,
#colour_tab table tbody tr:last-child td {
  border-bottom: none;
} */

#popular_salon4 {
  clear: both;
}

#popular_salon4 .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 0.8125rem;
  border-bottom: 1px solid #d9d9d9;
  padding: 14px calc(20 / 750 * 100%);
}

#popular_salon4 .box a {
  text-decoration: none;
}

#popular_salon4 .box .linkArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #555555;
  text-decoration: none;
  width: calc(510 / 690 * 100%);
}

#popular_salon4 .tab ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 48%;
  line-height: 1;
  font-weight: bold;
  border-radius: 10px 10px 0 0;
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  background-color: #f1f1f1;
  color: #000000;
  font-size: 0.875rem;
  text-align: center;
  display: block;
  text-decoration: none;
  padding: 5px 0 5px;
}

#popular_salon4 .tab ul li.select {
  border-radius: 10px 10px 0 0;
  border-top: 1px solid #0a205c;
  border-left: 1px solid #0a205c;
  border-right: 1px solid #f37286;
  color: #fff;
  background-color: #0a205c !important;
  padding: 5px 0 5px;
}

#popular_salon4 .box .linkArea i {
  color: #000000;
}

#popular_salon4 .box .figure {
  width: calc(160 / 690 * 100%);
  vertical-align: top !important;
}

#popular_salon4 .box .official {
  background-color: #5c86ff;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 0.625rem;
  padding: 4px 0;
  line-height: 1.2;
}

#popular_salon4 .box .tt {
  font-size: 0.875rem;
  margin-bottom: 4px;
  font-weight: bold;
}

#popular_salon4 .box .tt .gray {
  font-size: 0.75rem;
  font-weight: 400;
}

#popular_salon4 .box .text {
  width: calc(460 / 510 * 100%);
  line-height: 1.4;
}

#popular_salon4 .box li {
  padding-left: 1em;
  text-indent: -1em;
}

/*タブの色を「#fe7677」から「#F37286」へ変更*/

#popular_salon5 {
  margin: 20px 0px;
}

#popular_salon5 .popular_wrap {
  padding: 15px;
  overflow: hidden;
  background: #ffffff;
  font-size: 14px;
}

#popular_salon5 .popular_tab {
  border-bottom: 3px solid #fd838b;
}

#popular_salon5 .popular_tab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 10px;
}

#popular_salon5 .popular_tab ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(230 / 710 * 100%);
  line-height: 1;
  font-weight: bold;
  border-radius: 10px 10px 0 0;
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  background-color: #f1f1f1;
  color: #000000;
  font-size: 14px;
  text-align: center;
  display: block;
  text-decoration: none;
  padding: 5px 0 0px;
}

#popular_salon5 .popular_tab ul li img {
  width: 23px;
  vertical-align: middle;
  margin: -2px 4px 0px 0px;
}

#popular_salon5 .popular_tab ul li.popular_select {
  border-radius: 10px 10px 0 0;
  border-top: 1px solid #fd838b;
  border-left: 1px solid #fd838b;
  border-right: 1px solid #fd838b;
  color: #fff;
  background-color: #fd838b;
  padding: 5px 0 5px;
}

#popular_salon5 .popular_tab ul li.popular_select .small {
  color: #555555;
  font-weight: inherit;
}

#popular_salon5 .kuchikomi_name {
  color: #f37286;
  margin-bottom: 10px;
}

#popular_salon5 .kuchikomi_name span {
  background: #82dadd;
  color: #ffffff;
  padding: 3px 15px;
  border-radius: 5px;
}

#popular_salon5 .popular_disnon {
  display: none;
}

#popular_salon5 table {
  width: 100%;
  border: 1px solid #c9c9c9;
  border-collapse: separate;
  border-spacing: 0;
  margin: 0px 0px 10px;
}

#popular_salon5 th {
  width: 33.333%;
  padding: 6px !important;
  font-size: 14px;
  background: #eeeeee;
  color: #000000;
  border-right: 1px solid #c9c9c9;
  vertical-align: middle;
}

#popular_salon5 td {
  text-align: center;
  padding: 6px !important;
  border-right: 1px solid #c9c9c9;
  font-size: 12px;
}

#popular_salon5 td span {
  display: block;
  font-size: 12px;
}

#popular_salon5 th:last-child,
#popular_salon5 td:last-child {
  border-right: 0px solid;
}

.btn_circle a {
  color: #fff;
  border-top: none;
  border-left: none;
  border-right: none;
  width: 86px;
  border-radius: 5px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  background-color: #2fc1c7;
  border-bottom: solid 3px #2aa0a5;
  text-shadow: 0 1px 2px #2aa0a5;
  padding: 8px 2px;
  position: relative;
  overflow: hidden;
  font-size: 15px;
  text-align: center;
  line-height: 16px;
}

.btn_circle_ora a {
  position: relative;
  color: #fff;
  border-top: none;
  border-left: none;
  border-right: none;
  width: 86px;
  border-radius: 5px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  background-color: #e6601b;
  border-bottom: solid 3px #a94816;
  text-shadow: 0 1px 2px #a94816;
  padding: 8px 2px;
  overflow: hidden;
  font-size: 15px;
  text-align: center;
  line-height: 16px;
}

.koushiki_bt_box {
  clear: both;
  margin: -1px 0px 10px;
  padding-bottom: 7px;
  border-bottom: 1px solid #999999;
  border-top: 1px solid #ffffff !important;
}

.koushiki_bt_box:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.koushiki_bt_box .koushiki_txt {
  float: left;
  width: calc(98% - 86px);
  font-size: 13px;
  margin: 0px 2% 0px 0px;
  background: #fffae5;
  color: #f37286;
  padding: 10px;
}

.koushiki_bt_box .koushiki_txt_blu {
  float: left;
  width: calc(98% - 86px);
  font-size: 13px;
  margin: 0px 2% 0px 0px;
  background: #fffae5;
  color: #0066ff;
  padding: 10px;
}

.koushiki_bt_box .btn_circle {
  float: right;
  margin: 0px;
}

.koushiki_bt_box .btn_circle i {
  margin: 0px 0px 0px 5px !important;
}

.salon_popular_box {}

.salon_popular_box:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.salon_popular_box_img {
  float: left;
  width: 18%;
}

.salon_popular_box_txt {
  float: left;
  width: 80%;
  margin: 0px 0px 0px 2%;
}

.salon_popular_box_txt img {
  width: 32.333%;
  margin: 20px 0.5%;
  vertical-align: bottom;
}

.salon_popular_box_name {
  float: left;
  font-size: 16px;
}

.salon_popular_box_link {
  float: right;
}

.salon_popular_box2 {}

.salon_popular_box2:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.salon_popular_box2_img {
  float: left;
  width: 22%;
}

.salon_popular_box2_txt {
  float: left;
  width: 53%;
  margin: 0px 2% 0px 0%;
}

.salon_popular_box2_name {
  float: left;
  font-size: 16px;
  margin: 10px 0% 0px 2%;
  font-weight: bold;
}

.salon_popular_box2_txt_s {
  position: relative;
  color: #ffffff;
  font-size: 12px;
  padding: 2px 0px 2px 5px;
}

.salon_popular_box2_txt_s:before {
  position: absolute;
  right: 0;
  content: "";
  border-top: 0px solid #ffffff;
  border-bottom: 25px solid #ffffff;
  border-left: solid 10px transparent;
}

.salon_popular_box2_img.rank_img1 {
  border: 2px solid #f3c05e;
}

.salon_popular_box2_txt_s.rank_txt1 {
  background: #f3c05e;
}

.salon_popular_box2_img.rank_img2 {
  border: 2px solid #8d97b1;
}

.salon_popular_box2_txt_s.rank_txt2 {
  background: #8d97b1;
}

.salon_popular_box2_img.rank_img3 {
  border: 2px solid #c28567;
}

.salon_popular_box2_txt_s.rank_txt3 {
  background: #c28567;
}

.salon_popular_box2_img.rank_img45 {
  border: 2px solid #716d6a;
}

.salon_popular_box2_txt_s.rank_txt45 {
  background: #716d6a;
}

.salon_popular_box2_button {
  float: left;
  width: 23%;
  margin: 0px;
}

.salon_popular_box2_bt a {
  color: #fff;
  border-top: none;
  border-left: none;
  border-right: none;
  width: 100%;
  border-radius: 10px;
  text-decoration: none;
  display: block;
  background-color: #2fc1c7;
  border-bottom: solid 3px #2aa0a5;
  text-shadow: 0 1px 2px #2aa0a5;
  padding: 20px 2px;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 16px;
}

.salon_popular_box2_bt a::before {
  content: "";
  background-image: url(../img/ct_ico_arrow_down_wh.svg);
  background-size: 12px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 30px;
  right: 4px;
  transform: rotate(-90deg);
}

.salon_popular_box_link {
  float: right;
}

.ribbon1 {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0 30px;
  font-size: 18px;
  background: #efa077;
  color: #fff;
  box-sizing: border-box;
}

.ribbon1:before,
.ribbon1:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon1:before {
  top: 0;
  left: 0;
  border-width: 25px 0px 25px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.ribbon1:after {
  top: 0;
  right: 0;
  border-width: 25px 15px 25px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

.ribbon1 span {
  font-size: 13px;
}

/* .table_logo_sq {}

.table_logo_sq table {
  width: 100%;
  border-top: 1px solid #c9c9c9;
  border-left: 1px solid #c9c9c9;
  border-collapse: separate;
  border-spacing: 0;
  margin: 10px 0px;
}

.table_logo_sq th {
  padding: 6px !important;
  font-size: 14px !important;
  background: #eeeeee;
  color: #000000;
  border-right: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  vertical-align: middle;
}

.table_logo_sq td {
  text-align: center;
  padding: 6px;
  border-right: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9 !important;
}

.table_logo_sq td img {
  width: 19%;
  margin: 0px 0.5%;
}

.table_logo_sq th i {
  color: #fe5f7d;
  font-size: 20px;
}

.table_logo_sq td.table_logo_sq_ba {
  background: #f8f8f8;
}

.table_logo_sq_l {
  width: 15%;
} */

.store-price-box {
  position: relative;
  border-top: 1px solid #afc6f0;
  overflow: hidden;
  display: none;
}

.store-price-box:nth-of-type(2),
.store-price-box:nth-of-type(3),
.store-price-box:nth-of-type(4),
.store-price-box:nth-of-type(5),
.store-price-box:nth-of-type(6) {
  display: block;
}

.store-price-box:nth-of-type(2) {
  border-top: none;
}

.store-price-box .pricebelt {
  width: 30px;
  background-color: #528ffd;
  display: flex;
  justify-content: center;
  align-items: center;
}

.store-price-box:nth-of-type(2) .pricebelt:before {
  content: "1";
  font-size: 12px;
  color: #fff;
}

.store-price-box:nth-of-type(3) .pricebelt:before {
  content: "2";
  font-size: 12px;
  color: #fff;
}

.store-price-box:nth-of-type(4) .pricebelt:before {
  content: "3";
  font-size: 12px;
  color: #fff;
}

.store-price-box:nth-of-type(5) .pricebelt:before {
  content: "4";
  font-size: 12px;
  color: #fff;
}

.store-price-box:nth-of-type(6) .pricebelt:before {
  content: "5";
  font-size: 12px;
  color: #fff;
}

#pickup .bnrlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 0.75rem;
  text-align: center;
}

#pickup .bnrlist li {
  width: calc(330 / 690 * 100%);
}

#pickup .bnrlist h3 {
  margin-top: 4px;
  margin-bottom: 0;
  line-height: 1.4;
}

#pickup .bnrlist p {
  line-height: 1.4;
  margin-bottom: 4px;
}

#pickup .bnrlist img {
  margin: 6px 0px;
}

#pickup .bnrlist .btn_ichioshi a {
  background-color: #000000;
  color: #fff;
  font-weight: bold;
  border-radius: 6px;
  padding: 4px 0;
  display: block;
  text-decoration: none;
}

#pickup .bnrlist .btn_ichioshi2 a {
  background-color: #2fc1c7;
  border-bottom: solid 3px #2aa0a5;
  color: #fff;
  font-weight: bold;
  border-radius: 6px;
  padding: 6px 0;
  display: block;
  text-decoration: none;
}

#pickup .bnrlist .btn_ichioshi a i {
  margin-left: 15px;
}

/*
#check .ttl_check {background-color:#b4a66f; margin-top:20px; color:#fff; font-weight:bold; text-align:center; font-size:1.1875rem; padding:10px 0; line-height:1.4; margin-bottom:15px;}
#check .ttl_check2 {background-color:#6699CC; margin-top:20px; color:#fff; font-weight:bold; text-align:center; font-size:1.1875rem; padding:10px 0; line-height:1.4; margin-bottom:15px;}
#check .point_header {background-color:#ece8db; border:1px solid #d2caa9; border-radius:10px 10px 0 0; color:#ff5374; font-size:1.1875rem; font-weight:bold; padding:10px 15px; position:relative; line-height:1.4;}
#check .point_header2 {background-color:#66CCFF; border:1px solid #0099CC; border-radius:10px 10px 0 0; color:#ff5374; font-size:1.1875rem; font-weight:bold; padding:10px 15px; position:relative; line-height:1.4;}
#check .text {background-color:#ece8db; border-bottom:1px solid #d2caa9; border-right:1px solid #d2caa9; border-left:1px solid #d2caa9; border-radius:0 0 10px 10px; padding:10px 15px; font-size:0.8125rem;}
*/
#check {
  background: #feeff0;
}

#check .ttl_check {
  background-color: #ffc3ce;
  margin-top: 20px;
  color: #ff5374;
  font-weight: bold;
  text-align: center;
  font-size: 1.1875rem;
  padding: 10px 0;
  line-height: 1.4;
  margin-bottom: 15px;
}

#check .point_header {
  background-color: #fef0f2;
  border: 1px solid #f6cfd5;
  border-radius: 10px 10px 0 0;
  color: #ff5374;
  font-size: 1.1875rem;
  font-weight: bold;
  padding: 10px 15px;
  position: relative;
  line-height: 1.4;
}

#check .point_header2 {
  background-color: #ffffff;
  border-top: 2px solid #ffcace;
  border-left: 2px solid #ffcace;
  border-right: 2px solid #ffcace;
  border-radius: 10px 10px 0 0;
  color: #726d6a;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 15px;
  position: relative;
  line-height: 1.4;
}

#check .point_header2 img {
  width: 75px;
  margin-right: 7px;
}

#check .point_header figure,
#check .point_header2 figure {
  position: absolute;
  bottom: 0;
}

#check .text {
  background-color: #fef0f2;
  border-bottom: 1px solid #f6cfd5;
  border-right: 1px solid #f6cfd5;
  border-left: 1px solid #f6cfd5;
  border-radius: 0 0 10px 10px;
  padding: 10px 15px;
  font-size: 0.8125rem;
}

#check .text2 {
  background-color: #ffffff;
  border-bottom: 2px solid #ffcace;
  border-right: 2px solid #ffcace;
  border-left: 2px solid #ffcace;
  border-radius: 0 0 10px 10px;
  padding: 10px 15px;
  font-size: 0.8125rem;
}

#check .text2 img {
  width: 50%;
  margin: 0px 25%;
}

#check .box:not(:last-child) {
  margin-bottom: 15px;
}

#check .box:nth-child(2) .point_header figure,
#check .box:nth-child(4) .point_header figure {
  left: -5px;
}

#check .box:nth-child(2) .point_header figure img,
#check .box:nth-child(4) .point_header figure img {
  width: auto;
  height: 80px;
}

#check .box:nth-child(2) .point_header .subttl_check,
#check .box:nth-child(4) .point_header .subttl_check {
  margin-left: 84px;
}

#check .box:nth-child(odd) .point_header figure {
  right: -5px;
}

#check .box:nth-child(odd) .point_header figure img {
  width: 80px;
  height: auto;
}

#check .box:nth-child(odd) .point_header .subttl_check {
  margin-right: 84px;
}

#check .box:nth-child(2) .point_header2 figure,
#check .box:nth-child(4) .point_header2 figure {
  left: -5px;
}

#check .box:nth-child(2) .point_header2 figure img,
#check .box:nth-child(4) .point_header2 figure img {
  width: auto;
  height: 80px;
}

#check .box:nth-child(2) .point_header2 .subttl_check,
#check .box:nth-child(4) .point_header2 .subttl_check {
  margin-left: 84px;
}

#check .box:nth-child(odd) .point_header2 figure {
  left: -5px;
}

#check .box:nth-child(odd) .point_header2 figure img {
  width: 80px;
  height: auto;
}

#check .box:nth-child(odd) .point_header2 .subttl_check {
  margin-left: 84px;
}

#check2 .ttl_check {
  background-color: #6699cc;
  margin-top: 20px;
  color: #fff;
  font-weight: bold;
  font-size: 1.1875rem;
  padding: 10px 0;
  line-height: 1.4;
  margin-bottom: 15px;
}

#check2 .box {
  margin: 0px 0px -10px 0px !important;
}

.osusume_check {
  display: none;
}

.osusume_label {
  background: #d9e5ff;
  color: #333;
  display: block;
  border: 1px solid #0099cc;
  font-size: 18px;
  font-weight: bold;
  padding: 5px 15px 5px 0px;
  position: relative;
  line-height: 36px;
}

.osusume_label img {
  width: 70px;
  height: auto;
  margin: 0px 5px 0px -10px;
}

.osusume_label:after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: bold;
  position: absolute;
  right: 10px;
}

.osusume_content {
  background-color: #ffffff;
  border-bottom: 1px solid #0099cc;
  border-right: 1px solid #0099cc;
  border-left: 1px solid #0099cc;
  border-radius: 0 0 0px 0px;
  padding: 10px 15px;
  font-size: 0.8125rem;
  height: 0;
  opacity: 0;
  transition: 0.5s;
  visibility: hidden;
}

.osusume_check:checked+.osusume_label+.osusume_content {
  margin-bottom: 30px;
  height: auto;
  opacity: 1;
  padding: 10px;
  visibility: visible;
}

/* .pickup_salon2_best3_box {
  padding: 5px 0px 10px;
}

.pickup_salon2_best3_box_title {
  margin: 0px 0%;
}

.pickup_salon2_best3_box_title img {
  max-width: 100%;
}

.pickup_salon2_best3_box {
  margin: 10px 2%;
  width: 96%;
}

.pickup_salon2_best3_box:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.pickup_salon2_best3_box_in {
  float: left;
  text-align: center;
  width: 33.333%;
  margin-bottom: 10px;
}

.pickup_salon2_best3_box_in img {
  width: 70%;
  margin: 2px auto 5px;
}

.pickup_salon2_best3_box_in a img {
  margin: 2px auto 5px;
}

.pickup_salon2_best3_box_txt1 {
  font-size: 11px;
}

.pickup_salon2_best3_box_txt {
  font-size: 11px;
}

.pickup_salon2_best3_box_in {
  font-size: 11px;
  line-height: 16px !important;
}

.pickup_salon2_best3_box_in span {
  font-size: 10px;
}

.pickup_salon2_best3_box_img img {
  width: 100% !important;
  margin: 2px auto 5px;
}

.pickup_salon2_best3_box .etsuran {
  position: relative;
  background: #45bfba;
  color: #ffffff;
  padding: 2px;
}

.pickup_salon2_best3_box .star_green {
  position: relative;
  background: #45bfba;
  color: #ffffff;
  padding: 1px;
}

.pickup_salon2_best3_box .star_pink {
  position: relative;
  background: #000000;
  color: #ffffff;
  padding: 1px;
}

.pickup_salon2_best3_box .star_black {
  position: relative;
  background: #000000;
  color: #ffffff;
  padding: 1px;
}

.pickup_salon2_best3_box .star_white {
  position: relative;
  background: #ffffff;
  color: #000000;
  padding: 1px;
}

.pickup_salon2_best3_box .star_purple {
  position: relative;
  background: #d0bce0;
  color: #ffffff;
  padding: 1px;
}

.pickup_salon2_best3_box .star_gray {
  position: relative;
  background: #726d6a;
  color: #ffffff;
  padding: 1px;
} */

/*
.pickup_salon2_best3_box .etsuran:before {content:""; position:absolute; top:100%; left:50%; margin-left:-5px; border:5px solid transparent; border-top:5px solid #000000;}*/
/* .pickup_salon2_best3_box .ninzuu {
  font-size: 24px;
  font-weight: bold;
  margin-top: 13px;
}

.pickup_salon2_best3_box .ninzuu img {
  width: 24px;
  margin: 0px 3px 0px;
}

.pickup_salon2_best3_box .ninzuu span {
  font-size: 10px !important;
}

.pickup_salon2_best3_box_in {
  float: left;
  text-align: center;
  width: 31.333%;
  margin: 10px 1% 10px;
} */

/* .pickup_salon2_best3_box_txt1 {
  position: relative;
  display: inline-block;
  padding: 5px 0px;
  margin-bottom: 15px;
  min-width: 100%;
  max-width: 100%;
  color: #fd838b;
  background: #fff;
  border-bottom: solid 2px #fd838b;
  box-sizing: border-box;
} */

/*
.pickup_salon2_best3_box_txt1 {position:relative; display:inline-block; padding:5px 0px; margin-bottom:15px; min-width:214px; max-width:100%; color:#fd838b; background:#FFF; border-bottom:solid 2px #fd838b; box-sizing:border-box;}
*/
/* .pickup_salon2_best3_box_txt1:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #fff;
  z-index: 2;
}

.pickup_salon2_best3_box_txt1:after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #fd838b;
  z-index: 1;
}

.pickup_salon2_best3_box_txt {
  position: relative;
  display: inline-block;
  padding: 5px 0px;
  margin-bottom: 15px;
  min-width: 100%;
  max-width: 100%;
  color: #716d6a;
  background: #fff;
  border-bottom: solid 2px #716d6a;
  box-sizing: border-box;
} */

/*
.pickup_salon2_best3_box_txt {position:relative; display:inline-block; padding:5px 0px; margin-bottom:15px; min-width:214px; max-width:100%; color:#555; background:#FFF; border-bottom:solid 2px #c3c3c3; box-sizing:border-box;}
*/
/* .pickup_salon2_best3_box_txt:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #fff;
  z-index: 2;
}

.pickup_salon2_best3_box_txt:after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #716d6a;
  z-index: 1;
}

.pickup_salon2_best3_txt {
  margin: 0px 5% 0px;
  width: 90%;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .pickup_salon2_best3_box_in {
    float: left;
    text-align: center;
    width: 31.333%;
    margin: 10px 1% 10px;
  }

  .pickup_salon2_best3_box_txt1 {
    position: relative;
    display: inline-block;
    padding: 5px 0px;
    margin-bottom: 15px;
    min-width: 100%;
    max-width: 100%;
    color: #fd838b;
    background: #fff;
    border-bottom: solid 2px #fd838b;
    box-sizing: border-box;
  }

  .pickup_salon2_best3_box_txt {
    position: relative;
    display: inline-block;
    padding: 5px 0px;
    margin-bottom: 15px;
    min-width: 100%;
    max-width: 100%;
    color: #716d6a;
    background: #fff;
    border-bottom: solid 2px #716d6a;
    box-sizing: border-box;
  }
} */

/* .pink_ba {
  position: relative;
  background: #fea6ad;
  color: #ffffff;
  text-align: center;
  padding: 2px;
  font-size: 11px;
} */

/* .pickup_salon_best3_box {
  border-bottom: 3px double #ffffff;
  padding: 0px 0px 5px;
}

.pickup_salon_best3_box_title {
  margin: 0px 0%;
}

.pickup_salon_best3_box_title img {
  max-width: 100%;
}

.pickup_salon_best3_box {
  margin: 10px 2%;
  width: 96%;
}

.pickup_salon_best3_box:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.pickup_salon_best3_box_in {
  float: left;
  text-align: center;
  width: 33.333%;
  margin-bottom: 10px;
}

.pickup_salon_best3_box_in img {
  max-width: 100%;
  margin-bottom: 5px;
}

.pickup_salon_best3_box_txt1 {
  font-size: 9px;
}

.pickup_salon_best3_box_txt {
  font-size: 9px;
}

.pickup_salon_best3_box_in {
  font-size: 11px;
  line-height: 16px !important;
}

.pickup_salon_best3_box_in span {
  font-size: 10px;
}

.pickup_salon_best3_box .etsuran {
  position: relative;
  background: #fea6ad;
  color: #ffffff;
  padding: 2px;
}

.pickup_salon_best3_box .etsuran:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -33px;
  border: 5px solid transparent;
  border-top: 5px solid #fea6ad;
}

.pickup_salon_best3_box .ninzuu {
  font-size: 24px;
  font-weight: bold;
  margin-top: 13px;
}

.pickup_salon_best3_box .ninzuu img {
  width: 24px;
  margin: 0px 3px 0px;
}

.pickup_salon_best3_box .ninzuu span {
  font-size: 12px !important;
}

.pickup_salon_best3_box .star_mv {
  position: relative;
  background: #1f2647;
  color: #ffffff;
  padding: 1px;
}

.pickup_salon_best3_box .star_green {
  position: relative;
  background: #1dd05d;
  color: #ffffff;
  padding: 1px;
}

.pickup_salon_best3_box .star_skygreen {
  position: relative;
  background: #cdf9e2;
  color: #000000;
  padding: 1px;
}

.pickup_salon_best3_box .star_blue {
  position: relative;
  background: #1966d3;
  color: #ffffff;
  padding: 1px;
}

.pickup_salon_best3_box .star_yellow {
  position: relative;
  background: #ffffcd;
  font-size: 10px;
  color: #000000;
  padding: 1px;
}

.pickup_salon_best3_box .star_skyblue {
  position: relative;
  background: #04abe3;
  font-size: 10px;
  color: #ffffff;
  padding: 1px;
}

.pickup_salon_best3_box .star_pink {
  position: relative;
  background: #fd838b;
  font-size: 10px;
  color: #ffffff;
  padding: 1px;
}

.pickup_salon_best3_box .star_lightpink {
  position: relative;
  background: #fea6ad;
  font-size: 10px;
  color: #ffffff;
  padding: 1px;
}

.pickup_salon_best3_box .star_black {
  position: relative;
  background: #000000;
  font-size: 10px;
  color: #ffffff;
  padding: 1px;
}

.pickup_salon_best3_box .star_white {
  position: relative;
  background: #ffffff;
  font-size: 10px;
  color: #000000;
  padding: 1px;
}

.pickup_salon_best3_box .star_purple {
  position: relative;
  background: #d0bce0;
  font-size: 10px;
  color: #ffffff;
  padding: 1px;
}

.pickup_salon_best3_box .star_gray {
  position: relative;
  background: #726d6a;
  color: #ffffff;
  padding: 1px;
}

.pickup_salon_best3_box_in {
  float: left;
  text-align: center;
  width: 31.333%;
  margin: 0px 1% 10px;
} */

/* .pickup_salon_best3_box_txt1 {
  position: relative;
  display: inline-block;
  padding: 5px 0px;
  margin-bottom: 15px;
  min-width: 100%;
  max-width: 100%;
  color: #fd838b;
  background: #fff;
  border-bottom: solid 2px #fd838b;
  box-sizing: border-box;
}

.pickup_salon_best3_box_txt1:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #fff;
  z-index: 2;
}

.pickup_salon_best3_box_txt1:after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #fd838b;
  z-index: 1;
}

.pickup_salon_best3_box_txt {
  position: relative;
  display: inline-block;
  padding: 5px 0px;
  margin-bottom: 15px;
  min-width: 100%;
  max-width: 100%;
  color: #716d6a;
  background: #fff;
  border-bottom: solid 2px #716d6a;
  box-sizing: border-box;
} */

/* .pickup_salon_best3_box_txt:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #fff;
  z-index: 2;
}

.pickup_salon_best3_box_txt:after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #716d6a;
  z-index: 1;
}

.pickup_salon_best3_txt {
  margin: 0px 1% 0px;
  width: 98%;
  font-size: 13px;
}

.pickup_aga_lead_txt {
  margin: 0px 2% 0px;
  width: 96%;
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  .pickup_salon_best3_box_in {
    float: left;
    text-align: center;
    width: 31.333%;
    margin: 0px 1% 10px;
  }

  .pickup_salon_best3_box_txt1 {
    position: relative;
    display: inline-block;
    padding: 5px 0px;
    margin-bottom: 15px;
    min-width: 100%;
    max-width: 100%;
    color: #fd838b;
    background: #fff;
    border-bottom: solid 2px #fd838b;
    box-sizing: border-box;
  }

  .pickup_salon_best3_box_txt {
    position: relative;
    display: inline-block;
    padding: 5px 0px;
    margin-bottom: 15px;
    min-width: 100%;
    max-width: 100%;
    color: #716d6a;
    background: #fff;
    border-bottom: solid 2px #716d6a;
    box-sizing: border-box;
  }
} */

#rank .ttl_rank {
  border-top: 1px solid #e0234a;
  margin-top: 20px;
  background: linear-gradient(0deg, #e0234a, #ff819b);
  text-align: center;
  padding: 10px 0;
}

#rank .ttl_rank img {
  width: calc(637 / 750 * 100%);
  height: auto;
}

#rank .bg_white {
  margin: 0 4px;
  padding-bottom: 15px;
}

#rank .subttl_rank {
  text-align: center;
  position: relative;
  /*z-index:1;*/
  top: -7px;
  margin-bottom: 10px;
}

#rank .subttl_rank img {
  width: 136px;
  height: auto;
}

#rank .bnr {
  margin-bottom: 7px;
}

#rank .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 7px;
}

#rank .tag li {
  border: 1px solid #d9d9d9;
  border-radius: 24px;
  font-size: 0.8125rem;
  padding: 2px 12px;
  margin: 2px 4px;
}

#rank .average {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #f6cfd5;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 12px;
}

#rank .average dl {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.75rem;
}

#rank .average dl .icon_hart,
#rank .average dl .icon_hart_harf {
  width: auto;
  height: calc(25px / 2);
  vertical-align: middle;
  margin: 2px;
}

#rank .average dl:first-child,
#rank .average dl:nth-child(2) {
  border-bottom: 1px solid #f6cfd5;
}

#rank .average dl:first-child,
#rank .average dl:nth-child(3),
#rank .average dl:nth-child(5) {
  border-right: 1px solid #f6cfd5;
}

#rank .average dl dt {
  border-right: 1px solid #f6cfd5;
  background-color: #fef0f2;
  width: calc(111 / 345 * 100%);
  text-align: center;
  padding: 3px 0;
}

#rank .average dl dd {
  width: calc(234 / 345 * 100%);
  padding: 3px 6px;
  font-size: 14px;
}

.salon_item {
  position: relative;
}

.salon_item .ribon-item {
  background-image: url(../img/ttl_rank1.png);
  padding-top: 27.79661%;
  background-size: cover;
  position: absolute;
  width: calc(100% - 20px);
  top: 10px;
  left: 0;
}

.salon_item+.salon_item .ribon-item {
  background-image: url(../img/ttl_rank2.png);
  padding-top: 27.79661%;
  background-size: cover;
  position: absolute;
  width: calc(100% - 20px);
  top: 10px;
  left: 0;
}

.salon_item+.salon_item+.salon_item .ribon-item {
  background-image: url(../img/ttl_rank3.png);
  padding-top: 27.79661%;
  background-size: cover;
  position: absolute;
  width: calc(100% - 20px);
  top: 10px;
  left: 0;
}

.salon_item+.salon_item+.salon_item+.salon_item .ribon-item {
  background-image: url(../img/ttl_rank4.png);
  padding-top: 27.79661%;
  background-size: cover;
  position: absolute;
  width: calc(100% - 20px);
  top: 10px;
  left: 0;
}

#rank .bachArea {
  position: relative;
  z-index: 2;
}

#rank .ttl_rank {
  position: relative;
  top: -7px;
}

#rank .batch_rank {
  position: absolute;
  top: calc(-125 / 250 * 100%);
  right: -15px;
  width: calc(250 / 750 * 100%);
}

#rank .catch {
  background-image: -moz-linear-gradient(90deg, #ffcbe6 0%, #ffe7f3 100%);
  background-image: -webkit-linear-gradient(90deg, #ffcbe6 0%, #ffe7f3 100%);
  background-image: -ms-linear-gradient(90deg, #ffcbe6 0%, #ffe7f3 100%);
  color: #ff53a5;
  position: relative;
  top: -2.9vw;
  padding: 8px 0;
}

#rank .catch h3 {
  font-size: 1.375rem;
  font-weight: bold;
}

#rank .catch p {
  font-size: 0.75rem;
}

#rank .bnr {
  margin-bottom: 15px;
}

#rank .evaluation {
  margin-top: -10px;
  margin-bottom: 18px;
}

#rank .evaluation dl {
  display: grid;
  grid-template-columns: calc(100% / 3) calc(100% / 3) calc(100% / 3);
}

#rank .evaluation dt {
  position: relative;
}

#rank .evaluation dt img {
  position: relative;
  top: 10px;
}

#rank .evaluation dd {
  font-size: 0.8125rem;
  padding: 10px 5px 5px 5px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

#rank .evaluation dd:nth-child(4) {
  border-radius: 10px 0 0 10px;
  border: 1px dashed #ffcbe6;
}

#rank .evaluation dd:nth-child(5) {
  border-radius: 0;
  border-top: 1px dashed #ffcbe6;
  border-bottom: 1px dashed #ffcbe6;
}

#rank .evaluation dd:nth-child(6) {
  border-radius: 0 10px 10px 0;
  border: 1px dashed #ffcbe6;
}

#rank .bnr_counseling img {
  width: 102%;
  margin-left: -2%;
}

.rank_s {
  width: 96%;
  margin: 10px 2%;
}

.rank_s a {
  color: #1967d3;
  text-decoration: none;
  border-bottom: 1px solid #1967d3;
  padding-bottom: 2px;
}

.rank_s:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.rank_s img {
  float: left;
  width: 80px;
  margin-right: 15px;
}

.rank_s h3 {
  position: relative;
  font-size: 22px;
  padding-top: 0px;
}

/*.rank .rank_s h3:after{font-family:FontAwesome; content:"\f054"; font-weight:bold; position:absolute;}*/
.rank_s p {
  font-size: 14px;
}

.rank_s_bnr img {
  width: 96%;
  height: auto;
  margin: 0px 2% 10px;
}

.rank_s_bnr2 {
  margin: 15px;
}

.point_tb table {
  width: 100%;
  border: 1px solid #e72157;
  border-collapse: separate;
  border-spacing: 0;
  margin: 10px 0px;
}

.point_tb th {
  width: 33.333%;
  padding: 6px;
  font-size: 14px;
  background: #f74777;
  color: #ffffff;
  border-right: 1px solid #e72157;
  vertical-align: middle;
}

.point_tb td {
  text-align: center;
  padding: 6px;
  border-right: 1px solid #e72157;
}

.point_tb td span {
  display: block;
  font-size: 12px;
}

.point_tb th:last-child,
.point_tb td:last-child {
  border-right: 0px solid;
}

.point_tb_gray table {
  width: 100%;
  border: 1px solid #cccccc;
  border-collapse: separate;
  border-spacing: 0;
  margin: 10px 0px;
}

.point_tb_gray th {
  width: 33.333%;
  padding: 6px;
  font-size: 14px;
  background: #eeeeee;
  border-right: 1px solid #cccccc;
  vertical-align: middle;
}

.point_tb_gray td {
  text-align: center;
  padding: 6px;
  border-right: 1px solid #cccccc;
}

.point_tb_gray td span {
  display: block;
  font-size: 12px;
}

.point_tb_gray th:last-child,
.point_tb_gray td:last-child {
  border-right: 0px solid;
}

.point_tb_green table {
  width: 100%;
  border-top: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-collapse: separate;
  border-spacing: 0;
  margin: 15px 0px;
}

.point_tb_green th {
  width: 33.333%;
  padding: 6px;
  font-size: 14px;
  background: #fda6ad;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  vertical-align: middle;
}

.point_tb_green td {
  text-align: center;
  padding: 10px 3px;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  vertical-align: middle;
}

.point_tb_green td span {
  display: block;
  font-size: 12px;
}

.point_tb_green th:last-child,
.point_tb_green td:last-child {
  border-right: 0px solid;
}

.content_wrap3 .point_tb_pink table tr:nth-of-type(1) {
  background-color: #e5e8ee;
  color: #333333;
}

/* .point_tb_blue table {
  width: 100%;
  border: 1px solid #99cfff;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 10px 0px;
}

.point_tb_blue table tr:nth-of-type(1) {
  background-color: #8ebaff;
  color: #ffffff;
}

.point_tb_blue table img {
  width: 20px !important;
  margin: 0px 4px 0px 0px;
  vertical-align: middle;
}

.point_tb_blue table tr:nth-of-type(3),
.point_tb_blue table tr:nth-of-type(5),
.point_tb_blue table tr:nth-of-type(7) {
  background-color: #ffffff;
} */

/* .point_tb_blue th {
  width: 33.333%;
  padding: 6px 3px !important;
  font-size: 14px;
  border-right: 1px solid #99cfff !important;
  border-bottom: 1px solid #99cfff !important;
  vertical-align: middle;
}

.point_tb_blue th:last-child {
  border-right: 1px solid #99cfff !important;
}

.point_tb_blue th strong {
  padding: 0px 0px !important;
  font-size: 12px !important;
  font-weight: normal;
}

.point_tb_blue td {
  text-align: center;
  padding: 6px;
  border-right: 1px solid #99cfff !important;
  border-bottom: 1px solid #99cfff !important;
  vertical-align: middle;
} */

/* .point_tb_blue td span {
  display: block;
  font-size: 12px;
}

.point_tb_blue th:last-child,
.point_tb_green td:last-child {
  border-right: 0px solid;
}

.content_wrap3 .point_tb_blue table tr:nth-of-type(1) {
  background-color: #e5e8ee;
  color: #333333;
} */

/*
.point_tb_blue  table {width:100%; border:1px solid #686868; border-collapse:collapse; border-spacing:0;}
.point_tb_blue  table tr{background-color:#e5e8ee;}
.point_tb_blue  table tr:nth-of-type(2),#column table tr:nth-of-type(4){background-color:#ffffff;}
.point_tb_blue  table th:nth-of-type(1){width:20%;}
.point_tb_blue  th{padding:3px 3px; text-align:center; font-size:0.8125rem; border-left:2px solid #9ba5b3; background-color:#1b395c; color:#ffffff;}
.point_tb_blue  th:first-child{padding:3px 5px; text-align:center; font-size:0.8125rem; border-left:0px solid #9ba5b3; background-color:#1b395c; color:#ffffff;}
.point_tb_blue  td {padding:3px 3px; text-align:center; font-size:0.8125rem; border-left:2px solid #9ba5b3; border-top:2px solid #9ba5b3;}
.point_tb_blue  td:first-child {padding:3px 3px; text-align:center; font-size:0.8125rem; border-left:0px solid #9ba5b3; border-top:2px solid #9ba5b3;}
*/
/*
.point_tb_blue table{width:100%; border-top:1px solid #8992a1!important; border-right:0px solid #8992a1!important; border-left:1px solid #8992a1!important; border-collapse:separate; border-spacing:0; margin:10px 0px;}
.point_tb_blue th{width:33.333%; color:#333!important; padding:6px 3px!important; font-size:14px; background:#D9E5FF!important; border-right:1px solid #8992a1!important; border-bottom:1px solid #8992a1!important; vertical-align:middle;}
.point_tb_blue th:last-child{border-right:1px solid #8992a1!important;}
.point_tb_blue th strong{padding:0px 0px!important; font-size:12px!important;}
.point_tb_blue td{text-align:center; padding:6px; border-right:1px solid #8992a1!important; border-bottom:1px solid #8992a1!important; vertical-align:middle;}
.point_tb_blue td span{display:block; font-size:12px;}
.point_tb_blue th:last-child,.point_tb_green td:last-child{border-right:0px solid;}
.point_tb_blue .point_tb_blue_bg{background:#D9E5FF!important;}
*/

.point_tb_blue2 {
  clear: both;
  margin: 10px 0px;
}

.point_tb_blue2 table {
  width: 100%;
  border-top: 1px solid #a7a7a7 !important;
  border-bottom: 0px solid #a7a7a7 !important;
  border-right: 0px solid #a7a7a7 !important;
  border-left: 1px solid #a7a7a7 !important;
  border-collapse: separate;
  border-spacing: 0;
  margin: 10px 0px;
}

.point_tb_blue2 th {
  width: 33.333%;
  padding: 6px 3px !important;
  font-size: 12px !important;
  border-right: 1px solid #a7a7a7 !important;
  border-bottom: 1px solid #a7a7a7 !important;
  vertical-align: middle;
}

.point_tb_blue2 th:last-child {
  border-right: 1px solid #a7a7a7 !important;
}

.point_tb_blue2 th strong {
  padding: 0px 0px !important;
  font-size: 12px !important;
}

.point_tb_blue2 td {
  text-align: center;
  padding: 6px;
  border-right: 1px solid #a7a7a7 !important;
  border-bottom: 1px solid #a7a7a7 !important;
  vertical-align: middle;
}

.point_tb_blue2 td span {
  display: block;
  font-size: 12px;
}

.point_tb_blue2 th:last-child,
.point_tb_green td:last-child {
  border-right: 0px solid;
}

.point_tb_green td:last-child {
  border-right: 0px solid;
}

.point_tb td:last-child {
  border-right: 0px solid #a1904b;
}

table th {
  font-size: 12px;
}

table td {
  font-size: 12px;
}

.txt_box {
  color: 999999;
  font-size: 14px;
}

/* .point_tb_pink table {
  width: 100%;
  border: 1px solid #ffcdd1;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 10px 0px;
}

.point_tb_pink table tr:nth-of-type(1) {
  background-color: #fd838b;
  color: #ffffff;
}

.point_tb_pink table tr:nth-of-type(3),
.point_tb_pink table tr:nth-of-type(5),
.point_tb_pink table tr:nth-of-type(7) {
  background-color: #fff6f7;
}

.point_tb_pink th {
  width: 33.333%;
  padding: 6px 3px !important;
  font-size: 14px;
  border-right: 1px solid #ffcdd1 !important;
  border-bottom: 1px solid #ffcdd1 !important;
  vertical-align: middle;
}

.point_tb_pink th:last-child {
  border-right: 1px solid #ffcdd1 !important;
}

.point_tb_pink th strong {
  padding: 0px 0px !important;
  font-size: 12px !important;
  font-weight: normal;
}

.point_tb_pink td {
  text-align: center;
  padding: 6px;
  border-right: 1px solid #ffcdd1 !important;
  border-bottom: 1px solid #ffcdd1 !important;
  vertical-align: middle;
}

.point_tb_pink td span {
  display: block;
  font-size: 12px;
}

.point_tb_pink2 table {
  width: 100%;
  border-top: 1px solid #f0a0a5 !important;
  border-right: 0px solid #f0a0a5 !important;
  border-left: 1px solid #f0a0a5 !important;
  border-bottom: 0px solid #9eb2b7 !important;
  border-collapse: separate;
  border-spacing: 0;
  margin: 10px 0px;
}

.point_tb_pink2 th {
  width: 33.333%;
  padding: 6px;
  font-size: 14px;
  background: #f0a0a5 !important;
  border-right: 1px solid #f0a0a5 !important;
  border-bottom: 1px solid #f0a0a5 !important;
  vertical-align: middle;
}

.point_tb_pink2 td {
  text-align: center;
  padding: 6px;
  border-right: 1px solid #f0a0a5 !important;
  border-bottom: 1px solid #f0a0a5 !important;
}

.point_tb_pink2 th:last-child,
.point_tb_pink td:last-child {
  border-right: 0px solid;
}

.point_tb_black table {
  width: 100%;
  border-top: 1px solid #000000 !important;
  border-right: 0px solid #000000 !important;
  border-left: 1px solid #000000 !important;
  border-bottom: 0px solid #ffffff !important;
  border-collapse: separate;
  border-spacing: 0;
  margin: 10px 0px;
}

.point_tb_black th {
  width: 33.333%;
  padding: 6px;
  font-size: 14px;
  background: #000000 !important;
  border-right: 1px solid #000000 !important;
  border-bottom: 1px solid #000000 !important;
  vertical-align: middle;
}

.point_tb_black td {
  text-align: center;
  padding: 6px;
  border-right: 1px solid #000000 !important;
  border-bottom: 1px solid #000000 !important;
}

.point_tb_black th:last-child,
.point_tb_black td:last-child {
  border-right: 0px solid;
}

#top_tab_blue .point_tab table {
  width: 100%;
  border-top: 1px solid #1b2a6d !important;
  border-right: 0px solid #1b2a6d !important;
  border-left: 1px solid #1b2a6d !important;
  border-bottom: 0px solid #ffffff !important;
  border-collapse: separate;
  border-spacing: 0;
  margin: 10px 0px;
}

#top_tab_blue .point_tab th {
  width: 33.333%;
  padding: 6px;
  font-size: 14px;
  background: #6186d9 !important;
  border-right: 1px solid #1b2a6d !important;
  border-bottom: 1px solid #1b2a6d !important;
  vertical-align: middle;
}

#top_tab_blue .point_tab td {
  text-align: center;
  padding: 6px;
  border-right: 1px solid #1b2a6d !important;
  border-bottom: 1px solid #1b2a6d !important;
}

#top_tab_blue .point_tab th:last-child,
#top_tab_blue .point_tab td:last-child {
  border-right: 0px solid;
} */

.campaign {
  background-color: #fdfdea;
  border: 2px solid #ffd3d5;
  border-radius: 10px;
  padding: 8px 10px;
  margin-bottom: 20px;
}

.campaign.margin {
  margin-top: 16px;
}

.campaign .camp_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ff5374;
  font-weight: bold;
  font-size: 0.8125rem;
  margin-bottom: 7px;
}

.campaign .camp_header .marker {
  font-weight: inherit;
  background-color: #ff5374;
  color: #fff;
  border-radius: 4px;
  font-size: 0.6875rem;
  padding: 0 4px;
  margin-right: 4px;
}

.campaign .camp_header div {
  line-height: 1.4;
}

.campaign .icon_present {
  position: relative;
  margin-top: -19px;
  margin-right: 10px;
}

.campaign .icon_present img {
  width: 47px;
  height: auto;
}

.campaign .btn {
  font-size: 1.125rem;
}

.campaign .btn a {
  padding: 14px 0;
}

.campaign .btn i {
  margin-left: 0.4rem;
}

.campaign .icon_present2 {
  position: relative;
  margin-top: 0px;
  margin-right: 10px;
}

.campaign .icon_present2 img {
  width: 60px;
  height: auto;
}

.campaign .camp_header2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fd848c;
  font-size: 14px;
  margin: 0px 10px 7px;
}

.campaign .camp_header2 .marker {
  font-weight: inherit;
  background-color: #fd848c;
  color: #fff;
  border-radius: 4px;
  font-size: 13px;
  padding: 4px 8px;
  margin: 0px 0px 10px;
}

#bnr_contents .bnrlist {
  margin-bottom: 10px;
}

#bnr_contents .bnrlist li:not(:last-child) {
  margin-bottom: 15px;
}

#bnr_contents .bnrlist_s:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

#bnr_contents .bnrlist_s li:nth-child(2n) {
  margin: 0px 0px 0px 2%;
}

#bnr_contents .bnrlist_s img {
  margin: 0px 0% 10px;
}

#news .box {
  font-size: 0.8125rem;
  border-bottom: 1px solid #d9d9d9;
}

#news .box:first-child {
  border-top: 1px solid #d9d9d9;
}

#news .box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #555555;
  text-decoration: none;
  padding: 6px 0;
}

#news .box a i {
  color: #000000;
}

#news .box figure {
  width: calc(180 / 690 * 100%);
}

#news .box figure img {
  object-fit: cover;
}

#news .box p {
  width: calc(450 / 690 * 100%);
  line-height: 1.4;
}

/**/
/* #areaSearch .zenkoku_map,
#areaSearch .tohoku_map,
#areaSearch .kanto_map,
#areaSearch .cyuubu_map,
#areaSearch .kinki_map,
#areaSearch .cyugoku_shikoku_map,
#areaSearch .kyushu_map {
  display: none;
  position: relative;
  height: 250px;
  width: 318px;
  margin: 0 auto;
}

#areaSearch .zenkoku_map {
  display: block;
  height: 225px;
}

#areaSearch li {
  position: absolute;
}

#areaSearch .box {
  background-color: #eefeff;
  border: 2px solid #b1dfe1;
  color: #0fb6bc;
  text-decoration: none;
  font-size: 0.875rem;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  line-height: 1;
}

#areaSearch .box i {
  color: #b1dfe1;
}

#areaSearch .box-w1 {
  width: 62px;
}

#areaSearch .box-w2 {
  width: 53px;
}

#areaSearch .box-w3 {
  width: 120px;
}

#areaSearch .box-w4 {
  width: 145px;
}

#areaSearch .box-w5 {
  width: 74px;
}

#areaSearch .box-w6 {
  width: 101px;
}

#areaSearch .box-w7 {
  width: 102px;
}

#areaSearch .box-w8 {
  width: 201px;
}

#areaSearch .box-w9 {
  width: 227px;
}

#areaSearch .box-w10 {
  width: 60px;
}

#areaSearch .box-w11 {
  width: 88px;
}

#areaSearch .box-w12 {
  width: 78px;
}

#areaSearch .box-h1 {
  height: 48px;
}

#areaSearch .box-h2 {
  height: 30px;
}

#areaSearch .box-h3 {
  height: 50px;
}

#areaSearch .box-h4 {
  height: 75px;
}

#areaSearch .box-h5 {
  height: 70px;
}

#areaSearch .box-h6 {
  height: 100px;
}

#areaSearch .box-h7 {
  height: 116px;
}

#areaSearch .box-h8 {
  height: 84px;
}

#areaSearch .box-h9 {
  height: 56px;
}

#areaSearch .box-h10 {
  height: 57px;
}

#areaSearch .box-h11 {
  height: 116px;
}

#areaSearch .box-h12 {
  height: 53px;
}

#areaSearch .box-h13 {
  height: 104px;
}

#areaSearch .box-h14 {
  height: 80px;
}

#areaSearch .box-h15 {
  height: 75px;
}

#areaSearch .back {
  bottom: 15px;
  right: 10px;
}

#areaSearch .back span {
  display: table-cell;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #c7d1d8;
  border-radius: 4px;
  background: #d9d9d9;
  width: 55px;
  height: 45px;
  text-align: center;
} */

/* .zenkoku .hokkaido {
  left: 256px;
  top: -17px;
}

.zenkoku .tohoku {
  left: 256px;
  top: 33px;
}

.zenkoku .kanto {
  left: 256px;
  top: 105px;
}

.zenkoku .cyuubu {
  left: 192px;
  top: 65px;
}

.zenkoku .kinki {
  left: 128px;
  top: 93px;
}

.zenkoku .cyuugoku {
  left: 64px;
  top: 93px;
}

.zenkoku .shikoku {
  left: 64px;
  top: 145px;
}

.zenkoku .kyushu {
  left: 0;
  top: 93px;
}

.zenkoku .okinawa {
  left: 0;
  top: 195px;
} */

/* .navi {}

.navi .aomori {
  left: 36px;
  top: 15px;
}

.navi .akita {
  left: 36px;
  top: 70px;
}

.navi .iwate {
  left: 135px;
  top: 70px;
}

.navi .yamagata {
  left: 36px;
  top: 124px;
}

.navi .miyagi {
  left: 135px;
  top: 124px;
}

.navi .fukushima {
  left: 36px;
  top: 178px;
}

.navi .gunma {
  left: 10px;
  top: 15px;
}

.navi .tochigi {
  left: 109px;
  top: 15px;
}

.navi .ibaraki {
  left: 209px;
  top: 15px;
}

.navi .saitama {
  left: 10px;
  top: 70px;
}

.navi .tokyo {
  left: 10px;
  top: 124px;
}

.navi .kanagawa {
  left: 10px;
  top: 178px;
}

.navi .chiba {
  left: 209px;
  top: 96px;
}

.navi .ishikawa {
  left: 10px;
  top: 15px;
}

.navi .toyama {
  left: 109px;
  top: 15px;
}

.navi .niigata {
  left: 209px;
  top: 15px;
}

.navi .fukui {
  left: 10px;
  top: 70px;
}

.navi .gifu {
  left: 10px;
  top: 124px;
}

.navi .nagano {
  left: 109px;
  top: 70px;
}

.navi .yamanashi {
  left: 209px;
  top: 124px;
}

.navi .aichi {
  left: 10px;
  top: 178px;
}

.navi .shizuoka {
  left: 109px;
  top: 178px;
}

.navi .hyogo {
  left: 10px;
  top: 15px;
}

.navi .kyoto {
  left: 109px;
  top: 15px;
}

.navi .shiga {
  left: 209px;
  top: 15px;
}

.navi .osaka {
  left: 10px;
  top: 124px;
}

.navi .nara {
  left: 109px;
  top: 96px;
}

.navi .mie {
  left: 209px;
  top: 96px;
}

.navi .wakayama {
  left: 10px;
  top: 178px;
  z-index: 1;
}

.navi .yamaguchi {
  left: 10px;
  top: 15px;
}

.navi .shimane {
  left: 109px;
  top: 15px;
}

.navi .tottori {
  left: 209px;
  top: 15px;
}

.navi .hiroshima {
  left: 109px;
  top: 66px;
}

.navi .okayama {
  left: 209px;
  top: 66px;
}

.navi .kagawa {
  left: 136px;
  top: 131px;
}

.navi .ehime {
  left: 37px;
  top: 131px;
}

.navi .tokushima {
  left: 136px;
  top: 182px;
}

.navi .kochi {
  left: 37px;
  top: 182px;
}

.navi .fukuoka {
  left: 162px;
  top: 15px;
}

.navi .saga {
  left: 86px;
  top: 15px;
}

.navi .nagasaki {
  left: 10px;
  top: 15px;
}

.navi .oita {
  left: 162px;
  top: 88px;
}

.navi .kumamoto {
  left: 86px;
  top: 88px;
}

.navi .miyazaki {
  left: 162px;
  top: 160px;
}

.navi .kagoshima {
  left: 86px;
  top: 160px;
} */

.pr_box {
  border: 1px solid #1a2a6d;
  background: #fdfded;
  width: 100%;
  padding: 0px;
  line-height: 16px;
}

.pr_pr {
  background: #1a2a6d;
  color: #ffffff;
  padding: 3px 8px;
  font-size: 12px;
  margin: 0px 0px 0px 0px;
}

.pr_box_in {
  padding: 10px;
}

.pr_box .pr_header {
  border-bottom: 2px solid #1a2a6d;
  padding: 0px 0px 10px;
}

.pr_box .pr_header:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.pr_box .pr_img {
  float: left;
  margin-top: 0px;
  margin-right: 10px;
}

.pr_box .pr_img img {
  width: 90px;
  height: auto;
}

.pr_box .pr_header .pr_txtbox {
  float: left;
}

.pr_box .pr_header .pr_link {
  margin: 0px 0px 15px;
}

.pr_box .pr_header .pr_link a {
  color: #1a67d4;
  font-weight: bold;
  font-size: 20px;
}

.pr_box .pr_header .pr_marker {
  font-weight: inherit;
  background: #152a49;
  color: #fff;
  font-size: 14px;
  padding: 4px 8px;
  margin: 0px 0px 15px;
  width: 100%;
}

.pr_box .pr_header .pr_etsuran {
  font-size: 14px;
}

.pr_box .pr_header .pr_etsuran img {
  width: 20px;
  margin-right: 5px;
}

.pr_box .pr_header .ninzuu {
  font-weight: bold;
  font-size: 18px;
}

.pr_box .pr_txt {
  font-size: 12px;
  padding: 10px 0px 0px 0px;
  color: #696967;
}

#popular .ttl {
  padding: 0px;
  margin: -20px 0px 0px;
}

#popular .salonList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#popular .salonList:after {
  content: "";
  display: block;
  width: calc(220 / 690 * 100%);
}

#popular .salonList li {
  width: calc(220 / 690 * 100%);
  margin-bottom: 8px;
}

input[type="radio"],
input[type="checkbox"] {
  display: none;
}

.container {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

.modal_body {
  display: table;
  width: 100%;
  height: 100%;
}

.modal_main {
  display: table-cell;
  /*text-align:center;*/
  vertical-align: middle;
  padding: 10px 0 0 0;
}

.seachContent {
  position: relative;
  display: inline-block;
  width: 100vw;
  box-sizing: border-box;
}

#searchArea {
  position: relative;
  z-index: 101;
}

#searchArea .searchInner {
  background-color: #fff;
  padding-bottom: 15px;
  padding-top: 5px;
}

#searchArea .close_search {
  font-size: 0.875rem;
  display: block;
  background-color: #fff;
  height: 50px;
  width: 100px;
  margin: 0 auto;
  line-height: 50px;
  border-radius: 50px 50px 0 0;
  color: #999999;
  text-align: center;
  padding-top: 3px;
}

#searchArea h3 {
  font-weight: bold;
  font-size: 0.875rem;
  padding-top: 8px;
}

#searchArea .box:first-child {
  margin-bottom: 10px;
}

#searchArea .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  width: 100%;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

#searchArea .address label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 5px;
  border: 1px solid #dcdcdc;
  border-radius: 40px;
  height: 45px;
  line-height: 1;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 0.8125rem;
  color: #999999;
}

#searchArea .address input[type="radio"]:checked+label,
#searchArea .address input[type="checkbox"]:checked+label {
  color: #ff5374;
  border: 2px solid #ff5374;
  font-weight: bold;
}

#searchArea .address li:first-child label {
  margin: 5px 5px 5px 0;
}

#searchArea .more {
  text-align: center;
  color: #4799fe;
  font-weight: bold;
  font-size: 0.875rem;
  padding: 14px 0;
  display: block;
}

#searchArea .more i {
  font-size: 1.125rem;
}

#searchArea .subAddress,
#searchArea .kodawari,
#searchArea .payment,
#searchArea .benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#searchArea .subAddress li,
#searchArea .kodawari li,
#searchArea .payment li,
#searchArea .benefits li {
  width: calc(336 / 690 * 100%);
}

#searchArea .subAddress label,
#searchArea .kodawari label,
#searchArea .payment label,
#searchArea .benefits label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 5px 0 5px 0;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  height: 45px;
  line-height: 1;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 0.8125rem;
  color: #999999;
}

#searchArea .subAddress label:before,
#searchArea .kodawari label:before,
#searchArea .payment label:before,
#searchArea .benefits label:before {
  content: "　";
  border: 1px solid #999999;
  border-radius: 3px;
  width: 1rem;
  height: 1rem;
  font-size: 1rem;
  margin-right: 5px;
}

#searchArea .subAddress input[type="radio"]:checked+label,
#searchArea .subAddress input[type="checkbox"]:checked+label,
#searchArea .kodawari input[type="radio"]:checked+label,
#searchArea .kodawari input[type="checkbox"]:checked+label,
#searchArea .payment input[type="radio"]:checked+label,
#searchArea .payment input[type="checkbox"]:checked+label,
#searchArea .benefits input[type="radio"]:checked+label,
#searchArea .benefits input[type="checkbox"]:checked+label {
  color: #ff5374;
  border: 2px solid #ff5374;
  font-weight: bold;
}

#searchArea .subAddress input[type="radio"]:checked+label:before,
#searchArea .subAddress input[type="checkbox"]:checked+label:before,
#searchArea .kodawari input[type="radio"]:checked+label:before,
#searchArea .kodawari input[type="checkbox"]:checked+label:before,
#searchArea .payment input[type="radio"]:checked+label:before,
#searchArea .payment input[type="checkbox"]:checked+label:before,
#searchArea .benefits input[type="radio"]:checked+label:before,
#searchArea .benefits input[type="checkbox"]:checked+label:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
  color: #ff5374;
  background-color: #fff;
}

#searchArea .bui {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  width: 100%;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

#searchArea .bui li {
  text-align: center;
  margin: 5px 10px 5px 0;
  position: relative;
}

#searchArea .bui label {
  line-height: 1;
  font-size: 0.8125rem;
  color: #999999;
}

#searchArea .bui label img {
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  width: 75px;
  height: 75px;
}

#searchArea .bui label i {
  display: none;
  color: #ff5374;
  position: absolute;
  right: -6px;
  top: -4px;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #fff;
  font-size: 1.25rem;
}

#searchArea .bui input[type="radio"]:checked+label,
#searchArea .bui input[type="checkbox"]:checked+label {
  color: #ff5374;
  font-weight: bold;
}

#searchArea .bui input[type="radio"]:checked+label img,
#searchArea .bui input[type="checkbox"]:checked+label img {
  border: 2px solid #ff5374;
}

#searchArea .bui input[type="radio"]:checked+label img :after,
#searchArea .bui input[type="checkbox"]:checked+label img :after {
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  font-weight: 900;
  color: #ff5374;
  position: absolute;
  right: 0;
  top: 0;
}

#searchArea .bui input[type="radio"]:checked+label i,
#searchArea .bui input[type="checkbox"]:checked+label i {
  display: block;
}

#searchArea .kodawari,
#searchArea .payment,
#searchArea .benefits {
  margin-bottom: 5px;
  margin-top: -5px;
}

#searchArea .btn {
  padding: 14px 0;
  text-align: center;
  display: block;
  margin: 15px 10px 0;
  font-size: 1.0625rem;
  width: calc(100% - 20px);
}

#searchArea .btn .font_tw {
  font-size: 1.875rem;
}

#searchArea .btn i {
  margin-right: 0.4rem;
}

.borderTop {
  border-top: 1px solid #dcdcdc;
}

#searchArea .acBox,
#detail_shop .acBox {
  border-bottom: 1px solid #dcdcdc;
}

#searchArea .borderTop,
#detail_shop .borderTop {
  margin-top: 8px;
}

#searchArea .acMenu,
#detail_shop .acMenu {
  padding: 12px 12px 12px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
}

#searchArea .acMenu i {
  color: #999999;
}

#detail_shop .acMenu i {
  color: #ffffff;
}

#searchArea .acMenu .fa-chevron-up,
#detail_shop .acMenu .fa-chevron-up {
  display: none;
}

#searchArea .acMenu.acOpen .fa-chevron-up,
#detail_shop .acMenu.acOpen .fa-chevron-up {
  display: block;
}

#searchArea .acMenu.acOpen .fa-chevron-down,
#detail_shop .acMenu.acOpen .fa-chevron-down {
  display: none;
}

#detail_shop .detail_ttl {
  font-size: 14px;
  padding: 0px 0px 10px;
  text-align: center;
  margin: 10px 0px 0px;
  border-bottom: 1px solid #dcdcdc;
}

.tokyo {
  background: #ffa0c8;
  color: #ffffff;
}

.kanto {
  background: #ffa7a8;
  color: #ffffff;
}

.kinki {
  background: #e9b88a;
  color: #ffffff;
}

.tyuubu {
  background: #aed9b3;
  color: #ffffff;
}

.tyuugoku {
  background: #d7da82;
  color: #ffffff;
}

.shikoku {
  background: #f2d5fe;
  color: #ffffff;
}

.kyuusyuu {
  background: #91d3e1;
  color: #ffffff;
}

.touhoku {
  background: #c1eff5;
  color: #ffffff;
}

.hokkaido {
  background: #81aae9;
  color: #ffffff;
}

.campaign_sbox_sbt_box {
  text-align: center;
  margin-bottom: 10px;
}

.campaign_sbox_sbt {
  background: #0a205d;
  padding: 6px 8px;
  color: #ffffff;
  border-radius: 10px;
  margin: 0px 2px;
  font-size: 13px;
}

.campaign_sbox_title {
  color: #0a205d;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}

.campaign_sbox_bui_box:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.campaign_sbox_bui_box .campaign_sbox_bui {
  float: left;
  width: 33.333%;
  padding: 0px 5px;
  text-align: center;
  font-size: 18px;
}

.campaign_sbox_bui_box .campaign_sbox_bui img {
  width: 90%;
  border-radius: 50%;
  border: 2px solid #c7d1d8;
  margin: 0px 5% 5px;
}

.campaign_sbox_bui_box .campaign_sbox_bui:nth-child(2) {
  border-left: 1px dotted #cccccc;
  border-right: 1px dotted #cccccc;
}

.campaign_sbox_bui_box .campaign_sbox_bui .campaign_sbox_course {
  font-size: 14px !important;
  line-height: 18px !important;
  display: block;
}

.campaign_sbox_bui_box .campaign_sbox_bui .campaign_sbox_teika {
  text-decoration: line-through;
  font-size: 12px !important;
}

.campaign_sbox_bui_box .campaign_sbox_bui .campaign_sbox_kingaku {
  color: #ff0000;
  font-size: 20px;
  display: block;
}

.campaign_sbox_bui_box .campaign_sbox_bui .btn a {
  line-height: 20px;
  padding: 5px !important;
}

.trial_box {
  border: 2px solid #038bc7;
  margin: 10px auto 20px;
  padding: 10px;
  border-radius: 10px;
}

.campaign_sbox_bui_box2:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.campaign_sbox_bui_box2 .campaign_sbox_bui {
  float: left;
  width: 50%;
  padding: 0px 5px;
  text-align: center;
  font-size: 18px;
}

.campaign_sbox_bui_box2 .campaign_sbox_bui img {
  width: 100%;
  border-radius: 0%;
  border: 0px solid #c7d1d8;
  margin: 0px 0% 5px;
}

.campaign_sbox_bui_box2 .campaign_sbox_bui:nth-child(2) {
  border-left: 1px dotted #cccccc;
  border-right: 0px dotted #cccccc;
}

.campaign_sbox_bui_box2 .campaign_sbox_bui .campaign_sbox_course {
  font-size: 14px !important;
  line-height: 18px !important;
  display: block;
}

.campaign_sbox_bui_box2 .campaign_sbox_bui .campaign_sbox_kaisuu {
  font-size: 14px !important;
}

.campaign_sbox_bui_box2 .campaign_sbox_bui .campaign_sbox_kingaku {
  color: #ff0000;
  font-size: 20px;
  display: block;
}

.campaign_sbox_bui_box2 .campaign_sbox_bui .campaign_sbox_kingaku span {
  color: #000000;
  font-size: 14px;
}

.campaign_sbox_bui_box2 .campaign_sbox_bui .btn a {
  line-height: 20px;
  padding: 5px !important;
}

.campaign_box2 {
  border: 2px solid #038bc7;
  margin: 10px auto 20px;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
}

#point {
  background: linear-gradient(90deg, #e74c86, #ff7777);
  padding: 15px 0;
  margin-bottom: 10px;
}

#point dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

#point dl:not(:last-child) {
  margin-bottom: 4px;
}

#point dt {
  background-color: #fff;
  color: #ff5374;
  font-size: 0.6875rem;
  font-weight: bold;
  margin-right: 7px;
  width: calc(92 / 690 * 100%);
  text-align: center;
}

#point dd {
  font-size: 0.875rem;
  color: #fff;
  width: calc(612 / 690 * 100%);
  line-height: 1.4;
}

#point p {
  color: #fff;
}

.point_box {
  border: 1px solid #f7d5db;
  margin-bottom: 15px;
  padding-bottom: 5px;
}

.point_box_tit {
  background: linear-gradient(90deg, #e74c86, #ff7777);
  color: #ffffff;
  padding: 5px;
  text-align: center;
  margin-bottom: 5px;
}

.point_box dt {
  background: #e74c86;
  font-size: 13px;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  text-align: center;
  line-height: 20px;
  color: #ffffff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.point_box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding: 3px 0px;
}

.point_box dd {
  font-size: 0.875rem;
  color: #fff;
  width: calc(612 / 690 * 100%);
  line-height: 1.4;
}

.point_box2 {
  background: linear-gradient(90deg, #e74c86, #ff7777);
  color: #ffffff;
  padding: 5px;
  margin: 10px auto;
}

.point_box2 .point_box_tit {
  background: linear-gradient(90deg, #e74c86, #ff7777);
  color: #ffffff;
  padding: 5px;
  text-align: center;
  margin-bottom: 5px;
  border-bottom: 3px double #fff;
}

.point_box2 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding: 5px 0px;
  border-bottom: 1px solid #fff;
}

.point_box2 dl:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding: 5px 0px;
  border-bottom: 0px solid #fff;
}

.point_box2 dt {
  background: #ffffff;
  font-size: 13px;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  text-align: center;
  line-height: 20px;
  color: #e74c86;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.point_box2 dd p {
  font-size: 0.875rem;
  color: #fff !important;
  line-height: 1.4;
}

.point_box3 {
  background: #86a2c1;
  color: #ffffff;
  padding: 5px;
  margin: 10px auto;
}

.point_box3 .point_box_tit {
  background: #86a2c1;
  color: #ffffff;
  padding: 5px;
  text-align: center;
  margin-bottom: 5px;
  border-bottom: 3px double #fff;
}

.point_box3 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding: 5px 0px;
  border-bottom: 1px solid #fff;
}

.point_box3 dl:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding: 5px 0px;
  border-bottom: 0px solid #fff;
}

.point_box3 dt {
  background: #ffffff;
  font-size: 13px;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  text-align: center;
  line-height: 20px;
  color: #283a56;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.point_box3 dd p {
  font-size: 0.875rem;
  color: #fff !important;
  line-height: 1.4;
}

#review .box {
  border: 1px solid #d9d9d9;
  border-radius: 10px;
}

#review .box:not(:last-child) {
  margin-bottom: 15px;
}

#review .review_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px 10px 2px;
  line-height: 1.2;
  border-bottom: 1px solid #d9d9d9;
}

#review .review_header figure {
  margin-right: 12px;
}

#review .review_header img {
  width: 37px;
  height: auto;
}

#review .review_h {
  text-align: center;
  position: relative;
  padding: 6px 0px 0px 26px;
  font-weight: bold;
  font-size: 16px;
  color: #00163f;
  letter-spacing: 0.02em;
  margin: 0px auto 2px;
}

#review .review_under {
  border-bottom: 1px solid #00163f;
}

#review .review_h:before {
  position: absolute;
  top: 3px;
  margin-left: -32px;
  display: inline-block;
  content: "";
  width: 28px;
  height: 28px;
  background-image: url(../icon_review.png);
  background-size: contain;
  vertical-align: middle;
}

#review .profile ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.8125rem;
}

#review .profile ul .name {
  font-size: 0.9375rem;
}

#review .profile ul li:not(:last-child) {
  margin-right: 0.5em;
  padding-right: 0.5em;
  border-right: 1px solid #999999;
}

#review .profile .star {
  color: #ffcc41;
  font-size: 0.75rem;
}

#review .commentArea {
  font-size: 0.75rem;
  padding: 10px 25px 10px 10px;
  line-height: 1.4;
}

#review .commentArea_s {
  font-size: 0.75rem;
  padding: 10px 10px 10px 10px;
  line-height: 1.4;
}

#review .commentArea:after {
  content: "";
  display: table;
  clear: both;
}

#review article {
  position: relative;
}

#review article .comment_koushiki {
  position: absolute;
  right: -14px;
  top: 50px;
}

#review article .comment_koushiki img {
  width: 40px;
  z-index: 300;
}

.salon #review .box {
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  overflow: hidden;
  margin: 0px 0px 10px !important;
}

.star_98 {
  overflow: hidden;
  display: inline-block;
  width: auto;
  vertical-align: middle;
  line-height: 0;
  width: 13px;
}

.star_76 {
  overflow: hidden;
  display: inline-block;
  width: auto;
  vertical-align: middle;
  line-height: 0;
  width: 11px;
}

.star_5 {
  overflow: hidden;
  display: inline-block;
  width: auto;
  vertical-align: middle;
  line-height: 0;
  width: 9px;
}

.star_43 {
  overflow: hidden;
  display: inline-block;
  width: auto;
  vertical-align: middle;
  line-height: 0;
  width: 7px;
}

.star_21 {
  overflow: hidden;
  display: inline-block;
  width: auto;
  vertical-align: middle;
  line-height: 0;
  width: 5px;
}

.txt-input {
  display: none;
}

.subAddress {
  display: none;
}

#searchArea .more {
  display: none;
}

.voiceList.min_disp article:nth-child(n + 2) {
  display: none;
}

.columnList.min_disp article:nth-child(n + 6) {
  display: none;
}

.columnList.full_disp article:nth-child(n + 6) {
  display: block;
}

.columnAll,
.reviewAll {
  border: 1px solid #d9d9d9;
  color: #999999;
  text-align: center;
  padding: 10px 0;
  margin: 15px 10px 20px;
  border-radius: 10px;
  display: block;
}

.reviewAll {
  margin-right: 0;
  margin-left: 0;
  text-decoration: none;
}

.bnrlist h3 {
  margin-bottom: 4px;
}

.search-ac-txt {
  padding: 10px 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 0.875rem;
  width: calc(690 / 750 * 100%);
  margin: 0 auto;
}

#searchArea.seachContent.top-search {
  z-index: 0;
}

/*body{padding-top:44px;}*/
body {
  padding-top: 0px;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
  transition: 0.3s;
}

.nav_toggle.x_nav_toggle i {
  font-size: 20px;
}

#default_content {
  background-color: #fff;
  border-top: 1px solid #d9d9d9;
}

#default_content h2 {
  padding: 14px 0 20px;
  font-size: 1.125rem;
  font-weight: bold;
}

#default_content .list {
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  font-size: 0.8125rem;
  margin-bottom: 12px;
}

#default_content .list dl {
  padding: 10px 15px;
}

#default_content .list dl:not(:last-child) {
  border-bottom: 1px solid #d9d9d9;
}

#default_content .list dt {
  font-size: 0.6875rem;
  color: #999999;
}

#default_content .list dd {
  font-size: 0.8125rem;
}

#default_content h3 {
  padding-bottom: 12px;
  font-size: 0.9375rem;
  font-weight: bold;
}

#default_content p {
  colod: #999999;
  padding-bottom: 18px;
  font-size: 0.8125rem;
}

#default_content figure {
  text-align: center;
  margin: 0 auto 20px;
}

#default_content .data1 {
  width: calc(628 / 690 * 100%);
  position: relative;
  top: -20px;
  margin-bottom: 0;
}

#default_content .data2 {
  width: calc(653 / 690 * 100%);
}

#default_content .level {
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
}

#default_content .level .level_salon:not(:last-child) {
  border-bottom: 1px solid #d9d9d9;
}

#default_content .level .level_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#default_content .level .level_info dl {
  width: calc(100% / 6);
  padding: 7px 0;
  line-height: 1.4;
}

#default_content .level .level_info dl:not(:last-child) {
  border-right: 1px solid #d9d9d9;
}

#default_content .level dt {
  font-size: 0.6875rem;
  color: #999999;
}

#default_content .level_ttl {
  border-bottom: 1px solid #d9d9d9;
  background-color: #e4eaea;
  padding: 7px 0;
}

#column,
#contents {
  background-color: #fff;
  font-size: 0.8125rem;
  padding-bottom: 28px;
}

#column .column_header h1,
#contents .column_header h1 {
  padding: 14px 0;
  font-size: 1.125rem;
  font-weight: bold;
}

#column figure img,
#contents figure img {
  max-width: 100%;
  height: auto;
}

#column {
  border-top: 1px solid #d9d9d9;
}

#column .column_header {
  margin-bottom: 28px;
}

#column .column_header h1 span {
  background: linear-gradient(transparent 60%, rgba(230, 232, 239, 1) 60%);
}

#column .column_header dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #999999;
  font-size: 0.75rem;
}

#column h2 {
  font-size: 1rem;
  border-bottom: 2px solid #1a385b;
  background-color: #e6e8ef;
  padding: 10px;
  margin: 2em 0 1em;
  font-weight: bold;
}

#column h3 {
  font-size: 0.9375rem;
  border-bottom: 2px dashed #1a385b;
  margin: 2em 0 1em;
  font-weight: bold;
}

#column h4 {
  font-size: 0.9375rem;
  border-left: 5px solid #1a385b;
  padding: 0 13px;
  margin: 2em 0 1em;
  font-weight: bold;
}

#column h5 {
  font-size: 0.9375rem;
  margin: 2em 0 1em;
  font-weight: bold;
}

#column p {
  padding-bottom: 22px;
}

#column p img,
#column figure img {
  max-width: 100%;
  height: auto;
}

#column table {
  width: 100%;
  border: 1px solid #686868;
  border-collapse: collapse;
  border-spacing: 0;
}

#column table tr {
  background-color: #e5e8ee;
}

#column table tr:nth-of-type(2),
#column table tr:nth-of-type(4) {
  background-color: #ffffff;
}

#column table th:nth-of-type(1) {
  width: 20%;
}

#column th {
  padding: 3px 3px;
  text-align: center;
  font-size: 0.8125rem;
  border-left: 2px solid #9ba5b3;
  background-color: #1b395c;
  color: #ffffff;
}

#column th:first-child {
  padding: 3px 5px;
  text-align: center;
  font-size: 0.8125rem;
  border-left: 0px solid #9ba5b3;
  background-color: #1b395c;
  color: #ffffff;
}

#column td {
  padding: 3px 3px;
  text-align: center;
  font-size: 0.8125rem;
  border-left: 2px solid #9ba5b3;
  border-top: 2px solid #9ba5b3;
}

#column td:first-child {
  padding: 3px 3px;
  text-align: center;
  font-size: 0.8125rem;
  border-left: 0px solid #9ba5b3;
  border-top: 2px solid #9ba5b3;
}

#column .scroll {
  overflow: auto;
  white-space: nowrap;
}

#column .scroll::-webkit-scrollbar {
  height: 5px;
}

#column .memo {
  background-color: #f1f1f1;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  padding: 1em;
  margin-bottom: 22px;
}

#column .memo_ttl {
  font-size: 0.9375rem;
  font-weight: bold;
  margin-bottom: 10px;
}

#column ol,
#column ul {
  list-style-position: outside;
  margin-left: 1em;
  margin-bottom: 22px;
}

#column ol {
  list-style: decimal;
}

#column ul {
  list-style: disc;
}

#contents .logo_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#contents .logo_ttl img {
  width: auto;
  height: 65px;
}

#contents .column_header h1 {
  text-align: center;
}

#contents .box {
  margin-bottom: 24px;
}

#contents .box2 {
  margin-bottom: 40px;
}

#contents .rankNum {
  font-weight: bold;
  font-size: 1.125rem;
  margin-right: 15px;
  color: #555555;
}

#contents .rank1 {
  color: #dfc234;
}

#contents .rank2 {
  color: #adadad;
}

#contents .rank3 {
  color: #bf8a67;
}

#contents .relative {
  position: relative;
}

#contents .bnr {
  margin-bottom: 12px;
}

#contents .person_osusume,
#contents .person_good,
#contents .person_cosupa {
  position: absolute;
  bottom: 0;
}

#contents .person_osusume img,
#contents .person_good img,
#contents .person_cosupa img {
  width: 144px;
  height: auto;
}

#contents .person_osusume,
#contents .person_cosupa {
  right: calc(-30 / 750 * 100%);
}

#contents .person_good {
  left: calc(-30 / 750 * 100%);
}

#contents .btn_list {
  margin-bottom: 15px;
}

#contents .memo {
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  padding: 1em;
}

#contents .memo .pink {
  font-weight: bold;
}

#contents p {
  margin: 5px 0;
}

#contents .text {
  margin-bottom: 30px;
}

#contents .contents_ttl {
  font-size: 0.9375rem;
  font-weight: bold;
  margin-bottom: 15px;
}

#contents .list_price {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #f6cfd5;
}

#contents .list_price table {
  width: 100%;
}

#contents .list_price table td:first-child {
  border-right: 1px solid #f6cfd5;
}

#contents .list_price table th,
#contents .list_price table td {
  border-bottom: 1px solid #f6cfd5;
  padding: 8px 0;
  text-align: center;
}

#contents .list_price table tr:last-child td {
  border-bottom: none;
}

#contents .list_price th {
  background-color: #fef0f2;
  font-size: 0.875rem;
  font-weight: bold;
}

#contents .list_price td {
  color: #999999;
  vertical-align: middle;
}

#contents .list_price .pink,
#contents .list_price .price,
#contents .list_price .marubatsu {
  font-size: 0.875rem;
  font-weight: bold;
}

#contents .list_price .price {
  color: #555555;
}

#contents .list_price ul {
  text-align: left;
  color: #555555;
  font-size: 0.875rem;
}

#contents .list_price ul li {
  margin: 0 10px;
  padding-left: 1em;
  text-indent: -1em;
}

#contents .list_price ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  font-weight: 900;
  color: #ff5374;
  margin-right: 0.4rem;
}

#contents .text_border {
  border: 1px solid #d9d9d9;
  padding: 10px;
  border-radius: 10px;
}

.salon_item dl,
.salon_item ul {
  margin: 0px 10px;
}

.salon_item .logo_ttl {
  text-align: center;
}

.salon_item .logo_ttl img {
  width: auto;
  height: 65px;
}

.salon_item .bnr {
  margin-bottom: 12px;
}

.salon_item .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 7px;
}

.salon_item .tag li {
  width: calc(223 / 690 * 100%);
  border: 1px solid #ecacb6;
  color: #ecacb6;
  padding: 3px 0;
  margin-bottom: 5px;
  border-radius: 6px;
  font-size: 0.75rem;
  text-align: center;
}

.salon_item .tag li.select {
  background-color: #f37286;
  border: 1px solid #f37286;
  color: #fff;
  font-weight: bold;
}

.salon_item .btn_list {
  margin: 10px 10px 15px;
}

#sort+.salon_item {
  margin: 15px 0 36px;
}

#anchor+#detail_price {
  margin: 10px 0 46px;
}

.post-wrap #anchor {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
  margin: 0;
  width: auto;
  padding: 13px 0px;
  background-color: #c7d2d9;
}

.post-wrap #anchor ul {
  width: calc(690 / 750 * 100%);
  margin: 0 auto;
}

.post-wrap #anchor ul li a {
  color: #fff;
  text-decoration: none;
}

#sort {
  background: #c7d2d9;
  margin-top: -20px;
  z-index: 100;
}

.tab-index {
  background: #c7d2d9;
}

#sort ul,
#anchor ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#sort ul li,
#anchor ul li {
  background-color: #adbac3;
  border: 1px solid #98a9b4;
  color: #64727b;
  border-radius: 6px;
  width: calc(162 / 690 * 100%);
  text-align: center;
  padding: 10px 0;
  font-size: 0.875rem;
}

#sort ul li a,
#anchor ul li a {
  display: block;
}

#sort ul li.active,
#anchor ul li.active {
  background-color: #ff5374;
  color: #fff;
  font-weight: bold;
  position: relative;
}

#sort ul li.active:after,
#anchor ul li.active:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #ff5374 transparent transparent transparent;
  border-width: 8px 8px 0 8px;
}

.tab-index {
  margin: 10px 0px;
}

.tab-index ul {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.tab-index li a span.sp02 {
  padding-top: 5px;
  height: 40px;
  line-height: 16px;
}

.tab-index li a span {
  font-size: 13px;
  color: #d6119c;
  line-height: 16px;
  text-align: center;
  position: relative;
  float: left;
  display: block;
  width: 23%;
  margin: 0 1% 0 1%;
  background: #ffdee5;
  border: 2px solid #f85e7d;
  overflow: hidden;
}

.tab-index li.active a span {
  font-size: 13px;
  color: #b30057;
  line-height: 16px;
  text-align: center;
  position: relative;
  float: left;
  display: block;
  width: 23%;
  margin: 0 1% 0 1%;
  background: #ffdee5;
  border: 2px solid #e7395d;
  overflow: hidden;
}

.tab-index li a span.end {
  margin-right: 0;
}

.tab-index li a span:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  display: block;
  height: 12px;
  width: 100%;
  margin: 0 auto 0px;
  background: #ff9cb0;
}

.tab-index li.active a span:before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  display: block;
  height: 12px;
  width: 100%;
  margin: 0 auto 0px;
  background: #ff5e7f;
}

.tab-index li a span:after {
  background-image: url(../arrow-02.png);
  background-position: left center;
  background-size: 8px 5px;
  background-repeat: no-repeat;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0px;
  margin-left: -5px;
  display: block;
  width: 16px;
  height: 11px;
}

.detail_ttl {
  font-size: 0.8125rem;
  text-align: center;
  margin: 10px 0px 5px;
}

#detail_price .discount {
  display: grid;
  grid-template-columns: 50% 50%;
  border: 1px solid #f6cfd5;
  border-radius: 10px;
  overflow: hidden;
}

#detail_price .discount dl {
  text-align: center;
  border-bottom: 1px solid #f6cfd5;
}

#detail_price .discount dl:not(:nth-child(even)) {
  border-right: 1px solid #f6cfd5;
}

#detail_price .discount dl dt {
  background-color: #fef0f2;
  border-bottom: 1px solid #f6cfd5;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 4px 0;
}

#detail_price .discount dl dd {
  font-size: 0.8125rem;
  padding: 4px 0;
}

#detail_price .discount dl.last {
  grid-column-start: 1;
  grid-column-end: 3;
  border-bottom: none;
  border-right: none;
}

#detail_price .discount dl.last2nd dd {
  border-bottom: none;
}

.acBox .contain {
  margin-bottom: 10px;
}

.salon_item .price,
#detail_price .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ff5374;
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
  margin: 10px 0px 20px;
}

.salon_item .price dt,
#detail_price .price dt {
  background-color: #fef0f2;
  font-weight: bold;
  border-right: 1px solid #ff5374;
  width: calc(112 / 690 * 100%);
  font-size: 0.75rem;
  line-height: 36px;
}

.salon_item .price dd,
#detail_price .price dd {
  font-size: 0.875rem;
  font-weight: bold;
  width: calc(578 / 690 * 100%);
}

.salon_item .price .font_tw,
#detail_price .price .font_tw {
  font-size: 1.5625rem;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}

.salon_item .btn_list,
#contents .btn_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.salon_item .btn_list .btn i,
#contents .btn_list .btn i {
  margin-left: 0.4rem;
}

.salon_item .btn_list .btn_primary,
#contents .btn_list .btn_primary {
  width: calc(290 / 690 * 100%);
  font-size: 0.9375rem;
}

/*
.salon_item .btn_list .btn_primary a, #contents .btn_list .btn_primary a {padding:10px 0; display:block;}
.salon_item .btn_list .btn_second_primary, #contents .btn_list .btn_second_primary {width:calc(380 / 690 * 100%); font-size:1.125rem;}
*/

.salon_item .logo_ttl a {
  color: #0500ee;
  font-size: 24px;
}

.search_copy p {
  color: #777777;
  font-size: 13px;
  line-height: 1.4;
  width: calc(100% - 100px);
  margin-bottom: 20px;
}

.salon_item .btn_list .btn_primary a,
#contents .btn_list .btn_primary a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.salon_item .btn_list .btn_primary a {
  line-height: 1.5;
}

.salon_item .btn_list .btn_second_primary a {
  line-height: 52px;
}

.salon_item .btn_list,
#contents .btn_list {
  display: block;
}

.salon_item .btn_list .btn_primary,
#contents .btn_list .btn_primary {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

.salon_item .btn_list .btn_second_primary,
#contents .btn_list .btn_second_primary {
  width: 100%;
  display: block;
}

.shop_list {
  background-color: #fef0f2;
  border: 1px solid #f6cfd5;
  border-radius: 10px;
  margin: 5px 0px;
}

.shop_list .box {
  position: relative;
  padding: 13px 10px 13px 10px;
}

.shop_list .box:not(:last-child) {
  border-bottom: 1px solid #f6cfd5;
}

.shop_list .box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-decoration: none;
}

.shop_list .box .more {
  text-align: center;
  padding: 13px 0;
  font-weight: bold;
  font-size: 0.8125rem;
}

.shop_list .box .more i {
  margin-left: 0.4rem;
}

.shop_list .left {
  width: calc(600 / 690 * 100%);
}

.shop_list .left dt {
  font-size: 0.9375rem;
  margin-bottom: 7px;
  color: #555555;
  font-weight: bold;
}

.shop_list .left dd {
  color: #777777;
  font-size: 0.75rem;
  line-height: 1.4;
}

.shop_list .left dd:not(:last-child) {
  margin-bottom: 5px;
}

.shop_list .fa-angle-right {
  font-size: 0.9375rem;
  color: #999999;
}

.shop_list .favorite {
  position: absolute;
  top: -12px;
  right: -5px;
  color: rgba(186, 141, 148, 0.35);
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #f6cfd5;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.shop_list .favorite.select {
  color: #ff5374;
}

#detail_info {
  margin-top: -30px !important;
}

#detail_info img {
  margin: 0px 0% 10px;
}

#detail_info .numinfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #f6cfd5;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 12px;
}

#detail_info .numinfo dl {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#detail_info .numinfo dl .icon_hart,
#detail_info .numinfo dl .icon_hart_harf {
  width: auto;
  height: calc(25px / 2);
  vertical-align: middle;
  margin: 2px;
}

#detail_info .numinfo dl:first-child,
#detail_info .numinfo dl:nth-child(3) {
  border-right: 1px solid #f6cfd5;
}

#detail_info .numinfo dl dt {
  border-right: 1px solid #f6cfd5;
  font-weight: bold;
  background-color: #fef0f2;
  width: calc(111 / 345 * 100%);
  text-align: center;
  padding: 3px 0;
  font-size: 0.75rem;
  line-height: 32px;
}

#detail_info .numinfo dl dd {
  width: calc(234 / 345 * 100%);
  padding: 3px 6px;
  font-size: 1.25rem;
  text-align: center;
}

#detail_info .ok {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0.8125rem;
  border: 1px solid #f6cfd5;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 12px;
}

#detail_info .ok dl {
  width: calc(100% / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#detail_info .ok dl dt {
  width: calc(182 / 230 * 100%);
  border-right: 1px solid #f6cfd5;
  padding: 7px 10px;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#detail_info .ok dl dd {
  width: calc(48 / 230 * 100%);
  padding: 7px 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#detail_info .ok dl:first-child,
#detail_info .ok dl:nth-child(2),
#detail_info .ok dl:nth-child(3) {
  border-bottom: 1px solid #f6cfd5;
}

#detail_info .ok dl:first-child dd,
#detail_info .ok dl:nth-child(2) dd,
#detail_info .ok dl:nth-child(4) dd,
#detail_info .ok dl:nth-child(5) dd {
  border-right: 1px solid #f6cfd5;
}

#detail_info .comment {
  background-color: #fef0f2;
  border: 1px solid #f6cfd5;
  border-radius: 10px;
  padding: 15px;
  font-size: 0.8125rem;
}

#detail_info .discount {
  display: grid;
  grid-template-columns: 50% 50%;
  border: 1px solid #f6cfd5;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}

#detail_info .discount dl {
  text-align: center;
  border-bottom: 1px solid #f6cfd5;
}

#detail_info .discount dl:not(:nth-child(even)) {
  border-right: 1px solid #f6cfd5;
}

#detail_info .discount dl dt {
  background-color: #fef0f2;
  border-bottom: 1px solid #f6cfd5;
  font-weight: bold;
  font-size: 0.75rem;
  padding: 4px 0;
}

#detail_info .discount dl dd {
  font-size: 0.8125rem;
  padding: 4px 0;
}

#detail_info .discount dl.last {
  grid-column-start: 1;
  grid-column-end: 3;
  border-bottom: none;
  border-right: none;
}

#detail_info .discount dl.last dd {
  font-size: 11px;
  text-align: left;
  padding: 0px 4px;
}

#chart .comment {
  background-color: #fef0f2;
  border: 1px solid #f6cfd5;
  border-radius: 10px;
  padding: 15px;
  font-size: 0.8125rem;
  margin: 0px auto 20px;
}

#mainBnr {
  background-color: #fff;
  padding-bottom: 15px;
}

.logo_ttl {
  padding-bottom: 0;
}

.shopname {
  font-size: 20px;
  text-align: center;
  font-weight: 700;
}

.grad-btn {
  /*.grad-btnのCSSは表示/非表示の動作には関係ないので、ご自由にどうぞ*/
}

.grad-item {
  position: relative;
  overflow: hidden;
  height: 80px;
  /*隠した状態の高さ*/
}

.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.9) 50%,
      rgba(255, 255, 255, 0.9) 50%,
      #fff 100%);
  background: linear-gradient(top,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.9) 50%,
      rgba(255, 255, 255, 0.9) 50%,
      #fff 100%);
  content: "";
}

.grad-trigger {
  display: none;
  /*チェックボックスは常に非表示*/
}

.grad-trigger:checked+.grad-btn {
  display: none;
  /*チェックされていたら、grad-btnを非表示にする*/
}

.grad-trigger:checked~.grad-item {
  height: auto;
  /*チェックされていたら、高さを戻す*/
}

.grad-trigger:checked~.grad-item::before {
  display: none;
  /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}

.area-main {
  position: relative;
}

.area-main .pankuzu {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 4px 10px;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
}

.area-main .pankuzu a {
  color: #3399ff;
  display: inline-block;
  text-decoration: none;
}

.area-main .pankuzu span {
  color: #fff;
}

.area-main .pankuzu span.arrow {
  margin: 0 5px;
  display: inline-block;
  color: #bbb;
}

.page-id-1304 #review .profile .star {
  color: #3c34ab;
}

#contents .bnr {
  text-align: center;
}

#shopInfo .btn_primary {
  width: 100%;
}

#search_box .catch {
  background-color: #000000;
  color: #fff;
  text-align: center;
  padding: 7px 0 10px;
  font-size: 0.75rem;
}

#search_box .catch {
  position: relative;
}

#search_box .catch:after {
  content: "";
  position: absolute;
  right: 12px;
  top: 8px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

#search_box .catch.open:after {
  content: "";
  position: absolute;
  right: 12px;
  top: 12px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#search_box .catch+#searchArea {
  display: none;
}

#pageTopBtn {
  font-size: 3.125rem;
  color: #000;
  position: fixed;
  bottom: 70px;
  right: 10px;
  z-index: 100;
}

#mainVisual #attribute {
  background: url(../bg_search.png) top center/cover no-repeat;
  margin-top: calc(-439 / 736 * 100%);
  position: relative;
  padding-bottom: calc(104 / 736 * 100%);
}

#mainVisual #attribute h2 {
  text-align: center;
  padding: calc(80 / 736 * 100%) 0 calc(20 / 736 * 100%);
}

#mainVisual #attribute h2 img {
  width: calc(205 / 710 * 100%);
}

#mainVisual #attribute ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#mainVisual #attribute ul li {
  width: calc(350 / 710 * 100%);
  margin-bottom: calc(18 / 736 * 100%);
}

#mainVisual #attribute .btn a {
  padding: calc(18 / 736 * 100%) 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  color: #fff;
  font-size: 0.875rem;
  display: block;
  text-align: center;
  text-decoration: none;
}

#mainVisual #attribute .btn a i {
  margin-left: 0.4rem;
}

main {
  overflow: hidden;
  background: #ffffff;
}

#indexMain {
  position: relative;
  z-index: 3;
  margin-top: -30px;
}

.bg_pink {
  background-color: #fad0f3;
}

.mokumoku {
  margin-bottom: 13px;
}

.mokumoku:before,
.mokumoku:after {
  content: "";
  width: 100%;
  display: block;
}

.mokumoku:before {
  padding-top: calc(31 / 750 * 100%);
  background: url(../bg_ranktop.png) top center/100% auto no-repeat;
}

.mokumoku:after {
  padding-bottom: calc(31 / 750 * 100%);
  background: url(../bg_rankbottom.png) top center/100% auto no-repeat;
}

.mokumoku .bg-white {
  padding-bottom: 1px;
}

.mokumoku.last {
  padding-bottom: 5px;
  margin-bottom: 0;
}

.bg-white {
  background-color: #fff;
}

.pinkMarker {
  background: linear-gradient(transparent 60%, #ffd9ee 60%);
}

.yellowMarker {
  background: linear-gradient(transparent 60%, #fcf4b3 60%);
}

.accodion {
  display: none;
}

.commonTtl {
  text-align: center;
  font-family: "Tw Cen MT Condensed Extra Bold", sans-serif;
  font-style: italic;
  font-size: 1.5rem;
  color: #000;
  line-height: 1;
  letter-spacing: 0.1em;
}

.commonSubttl {
  text-align: center;
  font-weight: bold;
  font-size: 0.75rem;
  color: #000;
  margin-bottom: 16px;
}

.kuchikomi {
  border: 1px dashed #ffcbe6;
  border-radius: 10px;
  margin-bottom: 15px;
}

.kuchikomi .box {
  position: relative;
}

.kuchikomi .box:not(:last-child) {
  border-bottom: 1px dashed #ffcbe6;
}

.kuchikomi .box .icon_person {
  position: absolute;
  top: -6px;
  left: -6px;
}

.kuchikomi .box .icon_person img {
  width: calc(100 / 200 * 100%);
  height: auto;
}

.kuchikomi .box .more {
  color: #ff53a5;
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 0;
  font-weight: bold;
}

.kuchikomi .box .more a {
  color: #ff53a5;
  text-decoration: none;
}

.kuchikomi .box .more i {
  font-size: 1.4375rem;
  margin-left: 0.4rem;
}

.kuchikomi .profile {
  padding: 15px 15px 10px 55px;
  font-weight: bold;
}

.kuchikomi .profile .star {
  color: #ff53a5;
  font-size: 0.9375rem;
}

.kuchikomi .profile .score {
  font-size: 0.75rem;
}

.kuchikomi .profile ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.75rem;
}

.kuchikomi .profile ul li:not(:first-child):before {
  content: "|";
  color: #c5c5c5;
  padding-right: 0.4rem;
  padding-left: 0.4rem;
}

.kuchikomi .profile ul li span {
  font-size: 0.9375rem;
}

.kuchikomi .comment {
  padding: 0 15px 15px 55px;
  font-size: 0.8125rem;
  height: 2.5rem;
  overflow: hidden;
}

.kuchikomi .read-more {
  color: #999999;
  font-size: 0.75rem;
  padding: 0 15px 15px 55px;
  text-align: right;
}

.kuchikomi .read-more i {
  margin-left: 0.4rem;
}

.nearShop {
  margin-bottom: 10px;
}

.nearShop h4 {
  margin-top: 10px !important;
  text-align: center;
  background-color: #ff53a5;
  border-radius: 30px 30px 0 0;
  padding: 6px 0;
  color: #fff;
}

.nearShop .shopList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  text-align: center;
}

.nearShop .shopList dt {
  width: calc(209 / 355 * 100%);
  border-right: 1px solid #fff;
  color: #777777;
}

.nearShop .shopList dd {
  width: calc(145 / 355 * 100%);
}

.nearShop .shopList dd a {
  color: #ff53a5;
  padding: 12px 0;
  display: block;
  width: 100%;
}

.nearShop .shopList dt,
.nearShop .shopList dd {
  background-color: #ffe7f3;
  border-bottom: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nearShop .shopList dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(355 / 710 * 100%);
}

#salonSelect {
  background: repeating-linear-gradient(90deg,
      #c0ecec,
      #c0ecec 10px,
      #d0f1f1 0,
      #d0f1f1 20px);
}

#salonSelect .subttl {
  margin: 0 auto -10px;
  width: calc(531 / 710 * 100%);
}

#salonSelect .pointArea {
  margin-top: -22px;
}

#salonSelect .pointArea:before,
#salonSelect .pointArea:after {
  content: "";
  width: 100%;
  display: block;
}

#salonSelect .pointArea:before {
  padding-top: calc(48 / 750 * 100%);
  background: url(../bg_selectTop.png) top center/100% auto no-repeat;
}

#salonSelect .pointArea:after {
  padding-bottom: calc(48 / 750 * 100%);
  background: url(../bg_selectBottom.png) top center/100% auto no-repeat;
}

#salonSelect .pointArea .inner {
  background: url(../bg_selectMiddle.png) top center/100% auto repeat-y;
}

#salonSelect .comment {
  font-size: 0.875rem;
  padding: calc(20 / 710 * 100%) calc(40 / 710 * 100%);
  height: 3.2rem;
  overflow: hidden;
}

#salonSelect .read-more {
  color: #999999;
  text-align: right;
  font-size: 0.75rem;
  padding: calc(20 / 710 * 100%) calc(40 / 710 * 100%);
}

#salonSelect .read-more i {
  margin-left: 0.4rem;
}

#salonSelect .tumari {
  margin-top: calc(30 / 736 * 100%);
  padding-bottom: calc(30 / 736 * 100%);
  text-align: center;
  position: relative;
  left: calc(46 / 617 * 100%);
}

#salonSelect .tumari img {
  width: calc(571 / 710 * 100%);
  height: auto;
}

h3.storename {
  display: none;
}

#kouhyou {
  margin-top: calc(-60 / 736 * 100%);
}

#kouhyou .afterTriangle {
  position: relative;
}

#kouhyou .afterTriangle:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #ffe7f3 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}

#osusume {
  padding: calc(28 / 736 * 100%) 0 1px;
  background: repeating-linear-gradient(-45deg,
      #c5e4ff,
      #c5e4ff 7px,
      #d7ecff 0,
      #d7ecff 14px);
}

#osusume .bnr {
  margin-bottom: 18px;
}

#osusume .osusumeArea {
  background: repeating-linear-gradient(90deg,
      #a37a5d,
      #a37a5d 10px,
      #af8b72 0,
      #af8b72 20px);
  padding: calc(10 / 710 * 100%);
  border-radius: 26px;
  border-bottom: solid 4px #775339;
  margin-bottom: calc(26 / 736 * 100%);
}

#osusume .about_kireimo {
  background-color: #fff;
  border-radius: 20px;
  text-align: center;
  padding: calc(30 / 736 * 100%) calc(30 / 690 * 100%) calc(35 / 736 * 100%);
  position: relative;
}

#osusume .about_kireimo:first-child {
  padding-top: calc(84 / 736 * 100%);
}

#osusume .about_kireimo:not(:last-child) {
  margin-bottom: calc(10 / 710 * 100%);
}

#osusume .ballet {
  position: absolute;
  top: calc(-40 / 736 * 100%);
  left: 0;
  width: 100%;
  margin-bottom: calc(30 / 690 * 100%);
}

#osusume .ballet img {
  width: calc(137 / 630 * 100%);
}

#osusume .pen {
  position: absolute;
  top: calc(-20 / 736 * 100%);
  right: calc(-226 / 375 * 100%);
  width: 100%;
}

#osusume .pen img {
  width: calc(580 / 750 * 100%);
}

#news {
  margin: 0 0 32px;
}

#news .box {
  font-size: 0.8125rem;
  border-bottom: 1px solid #d9d9d9;
}

#news .box:first-child {
  border-top: 1px solid #d9d9d9;
}

#news .box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #555555;
  text-decoration: none;
  padding: 6px 0;
}

#news .box a i {
  color: #000;
}

#news .box figure {
  width: calc(180 / 690 * 100%);
}

#news .box figure img {
  height: 60px;
  object-fit: cover;
}

#news .box p {
  width: calc(450 / 690 * 100%);
  line-height: 1.4;
}

#subconVisual .figureArea {
  position: relative;
}

#subconVisual .ttl01 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

#economical .ttl {
  margin-bottom: calc(9 / 736 * 100%);
}

#economical table {
  width: 100%;
  border-radius: 10px;
  border-collapse: separate;
}

#economical table th {
  width: calc(254 / 710 * 100%);
  padding: 0 calc(25 / 690 * 100%);
}

#economical table td {
  width: calc(446 / 710 * 100%);
  padding: 0 calc(20 / 690 * 100%);
}

#economical table tr:first-child th,
#economical table tr:first-child td {
  padding-top: 10px;
  padding-bottom: 10px;
}

#economical table tr:first-child th {
  border-radius: 10px 0 0 0;
}

#economical table tr:first-child td {
  border-radius: 0 10px 0 0;
}

#economical table tr:last-child th {
  border-radius: 0 0 0 10px;
}

#economical table tr:last-child td {
  border-radius: 0 0 10px 0;
}

#economical table th,
#economical table td {
  vertical-align: middle;
}

#economical #eco_blue {
  margin-bottom: calc(58 / 736 * 100%);
}

#economical #eco_blue table {
  border: 2px solid #528ffd;
}

#economical #eco_blue table tr:not(:last-child) th,
#economical #eco_blue table tr:not(:last-child) td {
  border-bottom: 1px solid #afc6f0;
}

#economical #eco_blue table tr:first-child th,
#economical #eco_blue table tr:first-child td {
  background-color: #eaf1ff;
}

#economical #eco_blue table th {
  border-right: 1px solid #afc6f0;
}

#economical #eco_lilac {
  margin-bottom: calc(43 / 736 * 100%);
}

#economical #eco_lilac table {
  border: 2px solid #b990e4;
}

#economical #eco_lilac table tr:not(:last-child) th,
#economical #eco_lilac table tr:not(:last-child) td {
  border-bottom: 1px solid #d9bef4;
}

#economical #eco_lilac table tr:first-child th,
#economical #eco_lilac table tr:first-child td {
  background-color: #f5ebff;
}

#economical #eco_lilac table th {
  border-right: 1px solid #d9bef4;
}

#economical .onepoint,
#economical .why {
  margin-bottom: calc(65 / 736 * 100%);
}

#economical .why,
#economical .period {
  margin-top: calc(36 / 736 * 100%);
}

#economical .period {
  margin-bottom: calc(36 / 736 * 100%);
}

#subconRank {
  background: repeating-linear-gradient(90deg,
      #ffe6f3,
      #ffe6f3 10px,
      #ffecf6 0,
      #ffecf6 20px);
  padding-bottom: calc(350 / 736 * 100%);
}

#subconRank .rank {
  margin-top: calc(98 / 736 * 100%);
}

#subconRank .rank:before,
#subconRank .rank:after {
  content: "";
  width: 100%;
  display: block;
}

#subconRank .rank:before {
  padding-top: calc(48 / 750 * 100%);
}

#subconRank .rank:after {
  padding-bottom: calc(48 / 750 * 100%);
}

#subconRank .rank .bachArea {
  position: relative;
  z-index: 2;
}

#subconRank .rank .ttl_rank {
  position: absolute;
  top: -58px;
  left: calc(60 / 710 * 100%);
  width: calc(590 / 710 * 100%);
}

#subconRank .rank .batch_rank {
  position: absolute;
  top: -98px;
  right: -30px;
  width: calc(250 / 750 * 100%);
}

#subconRank .rank .catch,
#subconRank .rank .bnr,
#subconRank .rank .kuchikomi,
#subconRank .rank .nearShop,
#subconRank .rank .bnr_camp {
  width: calc(630 / 710 * 100%);
  margin: 0 auto;
}

#subconRank .rank .catch {
  margin-bottom: calc(17 / 736 * 100%);
  text-align: center;
}

#subconRank .rank .catch h3 {
  font-size: 1.5625rem;
  font-weight: bold;
  position: relative;
  z-index: 2;
}

#subconRank .rank .catch h3 a {
  color: #ff53a5;
  text-decoration: none;
}

#subconRank .rank .catch p {
  color: #777777;
  font-size: 0.75rem;
}

#subconRank .rank .bnr {
  margin-bottom: calc(10 / 736 * 100%);
}

#subconRank .rank .bnr_camp {
  margin-bottom: calc(50 / 736 * 100%);
}

#subconRank .rank .matome {
  padding: 0 calc(30 / 710 * 100%);
  margin-bottom: calc(20 / 736 * 100%);
}

#subconRank .rank .kuchikomi {
  margin-bottom: calc(30 / 736 * 100%);
}

#subconRank .rank .nearShop {
  padding-bottom: calc(30 / 736 * 100%);
}

#subconRank .rank .bnr_counseling {
  margin-bottom: 0;
  padding-bottom: calc(20 / 736 * 100%);
}

#subconRank .rank .bnr_counseling img {
  width: 102%;
  height: auto;
  margin-left: -2%;
}

#subconRank .rank1:before {
  background: url(../bg_rank1Top.png) top center/100% auto no-repeat;
}

#subconRank .rank1:after {
  background: url(../bg_rank1Bottom.png) top center/100% auto no-repeat;
}

#subconRank .rank1 .inner {
  background: url(../bg_rank1Middle.png) top center/100% auto repeat-y;
}

#subconRank .rank2:before {
  background: url(../bg_rank2Top.png) top center/100% auto no-repeat;
}

#subconRank .rank2:after {
  background: url(../bg_rank2Bottom.png) top center/100% auto no-repeat;
}

#subconRank .rank2 .inner {
  background: url(../bg_rank2Middle.png) top center/100% auto repeat-y;
}

#subconRank .rank3:before {
  background: url(../bg_rank3Top.png) top center/100% auto no-repeat;
}

#subconRank .rank3:after {
  background: url(../bg_rank3Bottom.png) top center/100% auto no-repeat;
}

#subconRank .rank3 .inner {
  background: url(../bg_rank3Middle.png) top center/100% auto repeat-y;
}

#subconRank h2 {
  background-color: #fff;
}

#himitsu {
  position: relative;
}

#himitsu h2 {
  position: absolute;
  top: calc(-44 / 736 * 100%);
  width: 100%;
}

#himitsu .inner {
  background: url(../bg_himitsu.png);
  padding-top: calc(400 / 736 * 100%);
  padding-bottom: calc(64 / 736 * 100%);
}

#himitsu .onayami {
  margin-bottom: calc(40 / 736 * 100%);
}

#himitsu .pinkTtl {
  color: #ff79ba;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: calc(20 / 736 * 100%);
}

#himitsu .conversation {
  margin-bottom: 23px;
}

#himitsu .conversation dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 12px;
}

#himitsu .conversation dt {
  width: calc(100 / 710 * 100%);
}

#himitsu .conversation dd {
  width: calc(590 / 710 * 100%);
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  color: #fff;
  padding: 10px 12px;
  font-size: 0.875rem;
}

#himitsu .ashiato {
  width: calc(147 / 710 * 100%);
  margin: 0 auto 25px;
}

#himitsu .centerTtl {
  width: calc(599 / 710 * 100%);
  margin: 0 auto calc(30 / 736 * 100%);
}

#himitsu .bnrList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#himitsu .bnrList li {
  width: calc(344 / 710 * 100%);
  margin-bottom: calc(36 / 736 * 100%);
}

/* デフォルト：1380px以上用（PC用）の記述 */
.tel_pc {
  display: block;
}

.tel_sp {
  display: none;
}

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

  /* 1379px以下用（PC用）の記述 */
  .sp {
    display: none;
  }
}

/* 1080px以上用（PC用）の記述 */
@media screen and (max-width: 1079px) {

  /* 1079px以下用（タブレット用）の記述 */
  .sp {
    display: none;
  }
}

/* 980px以上用（PC用）の記述 */
@media screen and (max-width: 979px) {

  /* 979px以下用（タブレット用）の記述 */
  .sp {
    display: none;
  }
}

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

  /* 768px以下用（タブレット／スマートフォン用）の記述 */
  .sp {
    display: none;
  }
}

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

  /* 639px以下用（タブレット／スマートフォン用）の記述 */
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

/* .rankingth {
  width: 20px !important;
  background-color: #afc6f0 !important;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #fff !important;
  position: relative;
}

table tr:last-child .rankingth {
  border-bottom: none !important;
}

.medaltable tr:first-child .rankingth {
  padding-top: 40px !important;
} */

/* .medal_rank1 {
  position: absolute;
  top: -10px;
  left: -12px;
  width: 56px !important;
  max-width: none !important;
}

.ginzacalla-area {
  padding: 20px 5px;
  margin-right: -10px;
  margin-left: -10px;
  border-bottom: 4px dashed #5c9bfd;
}

.ginzacalla-area-inner {
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #ffe5e9;
  border-radius: 10px;
  border: 1px solid #ff0027;
}

.ginzacalla-area .btn_second_primary {
  border: none !important;
} */

/* .easy-search .text-area p {
  color: #000;
  margin-bottom: 20px;
  font-size: 13px;
  margin-top: 20px;
}

.easy-search h2.ttl {
  margin-bottom: 10px !important;
}

.easy-search .text-area p span {
  background: linear-gradient(transparent 70%, yellow 70%);
}

.easy-search .text-area p strong {
  font-size: 1.4em;
  font-weight: 700;
  color: #35a5ff;
  padding-right: 4px;
  padding-left: 4px;
}

.easy-search .text-area p b {
  color: #ff0089;
  font-size: 20px;
}

.easy-search table p {
  color: #000;
  font-size: 14px;
}

.easy-search table p.table-txt {
  line-height: 1.2;
}

.easy-search table p small {
  font-size: 0.8em;
  line-height: 1.2;
  color: #000;
}

.easy-search table p span {
  background: linear-gradient(transparent 70%, yellow 70%);
}

.easy-search table p strong {
  font-size: 1.5em;
  font-weight: 700;
  color: #ff62b0;
} */

/*
.easy-search .btn_second_primary{border-bottom:4px dashed #5c9bfd; padding-bottom:30px; margin-left:-15px; margin-right:-15px; padding-right:15px; padding-left:15px;}
.easy-search .btn_second_primary a{text-align:center; display:block; padding:8px 0; color:#fff; border-top:none; border-left:none; border-right:none; border-radius:10px; font-weight:bold; text-decoration:none; position:relative; overflow:hidden;}
.easy-search .btn_second_primary a:after{content:''; -moz-animation:is-reflection 4s ease-in-out infinite; -moz-transform:rotate(45deg); -ms-animation:is-reflection 4s ease-in-out infinite; -ms-transform:rotate(45deg); -o-animation:is-reflection 4s ease-in-out infinite; -o-transform:rotate(45deg); -webkit-animation:is-reflection 4s ease-in-out infinite; -webkit-transform:rotate(45deg); animation:is-reflection 4s ease-in-out infinite; background-color:#fff; content:" "; height:100%; left:0; opacity:0; position:absolute; top:-180px; transform:rotate(45deg); width:30px;}
*/

.search_result {
  width: 94%;
  margin: 0 auto 10px;
  padding: 5px;
  border-radius: 5px;
  border: 2px #b6b3a6 solid;
}

#recommend {
  background: #fffcef;
  padding-bottom: 0px;
  margin: 0px 0px -10px;
}

#recommend-contents {
  background: #fff;
  padding-bottom: 30px;
}

#recommend .tab-contents {
  display: none;
}

#recommend .tab-contents.active {
  display: block;
}

.list_area {
  width: 96%;
  margin: 0 auto 20px;
}

.list_area_in {
  background-color: #fff;
  border: solid 1px #9f9f9f;
}

.spec_box {
  padding: 0 5px;
}

.banner {
  float: left;
  width: 80px;
  margin: 0 -80px 0 0;
  padding: 0;
}

.banner img {
  position: relative;
  max-width: 98px;
  height: auto;
}

.spec {
  font-size: 14px;
  line-height: 1.5em;
  float: left;
  padding-left: 110px;
}

#area {
  padding: 5px 0px;
}

#area .rank {
  margin-top: calc(98 / 736 * 100%);
}

#area .rank:before,
#subconRank .rank:after {
  content: "";
  width: 100%;
  display: block;
}

#area .rank:before {
  padding-top: calc(48 / 750 * 100%);
}

#area .rank:after {
  padding-bottom: calc(48 / 750 * 100%);
}

#area .rank .bachArea {
  position: relative;
  z-index: 2;
}

#area .rank .ttl_rank {
  position: absolute;
  top: -58px;
}

#area .rank .batch_rank {
  position: absolute;
  top: -30px;
  right: -30px;
  width: calc(250 / 750 * 100%);
}

#area .rank .catch,
#subconRank .rank .bnr,
#subconRank .rank .kuchikomi,
#subconRank .rank .nearShop,
#subconRank .rank .bnr_camp {
  width: calc(630 / 710 * 100%);
  margin: 0 auto;
}

#area .rank .catch {
  margin-bottom: calc(17 / 736 * 100%);
  text-align: center;
}

#area .rank .catch h3 {
  font-size: 1.5625rem;
  font-weight: bold;
  position: relative;
  z-index: 2;
}

#area .rank .catch h3 a {
  color: #ff53a5;
  text-decoration: underline;
}

#area .rank .catch p {
  color: #777777;
  font-size: 0.75rem;
}

#area .rank .bnr img,
#subconRank .rank .bnr_camp img {
  width: 96%;
  margin: 0px 2%;
  height: auto;
}

#area .rank .bnr {
  margin-bottom: calc(10 / 736 * 100%);
}

#area .rank .bnr_camp {
  margin-bottom: calc(50 / 736 * 100%);
}

#area .rank .matome {
  padding: 0 calc(30 / 710 * 100%);
  margin-bottom: calc(20 / 736 * 100%);
}

#area .rank .kuchikomi {
  margin-bottom: calc(30 / 736 * 100%);
}

#area .rank .nearShop {
  padding-bottom: calc(30 / 736 * 100%);
}

#area .rank .bnr_counseling {
  margin-bottom: 0;
  padding-bottom: calc(20 / 736 * 100%);
}

#area .rank .bnr_counseling img {
  width: 102%;
  height: auto;
  margin-left: -2%;
}

#area h2 {
  background-color: #fff;
}

#area .shopname {
  font-size: 16px;
  text-align: left;
  font-weight: 700;
}

#area #review {
  margin-bottom: 20px;
}

#area .average {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid #f6cfd5;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 12px;
}

#area .average dl {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0px !important;
  font-size: 0.75rem;
}

#area .average dl .icon_hart,
#area .average dl .icon_hart_harf {
  width: auto;
  height: calc(25px / 2);
  vertical-align: middle;
  margin: 2px;
}

#area .average dl:first-child,
#area .average dl:nth-child(2) {
  border-bottom: 1px solid #f6cfd5;
}

#area .average dl:first-child,
#area .average dl:nth-child(3),
#area .average dl:nth-child(5) {
  border-right: 1px solid #f6cfd5;
}

#area .average dl dt {
  border-right: 1px solid #f6cfd5;
  background-color: #fef0f2;
  width: calc(111 / 345 * 100%);
  text-align: center;
  padding: 3px 0;
}

#area .average dl dd {
  width: calc(234 / 345 * 100%);
  padding: 3px 6px;
  font-size: 14px;
}

.salon_item {
  margin-top: 15px;
}

.salon_item a {
  text-decoration: none;
}

.logo_ttl {
  padding: 17px 0;
}

.search-ttl {
  color: #000;
  font-weight: bold;
  margin-right: 5px;
}

.search-ttl:after {
  content: ":";
}

.search-word-wrap {}

.search-word-wrap p {
  margin-bottom: 4px;
  font-size: 14px;
}

#detail_shop .acBox,
#reviewAll {
  margin-top: -70px;
  padding-top: 70px;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
  transition: 0.3s;
}

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

.area-main {
  position: relative;
}

.area-main .pankuzu {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 4px 10px;
  background-color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
}

.area-main .pankuzu a {
  color: #3399ff;
  display: inline-block;
  text-decoration: none;
}

.area-main .pankuzu span {
  color: #fff;
}

.area-main .pankuzu span.arrow {
  margin: 0 5px;
  display: inline-block;
  color: #bbb;
}

.specialpage-btn.search-area-btn a {
  padding: calc(18 / 736 * 100%) 0;
  border: 1px solid #fc6eb8;
  border-radius: 10px;
  color: #fc6eb8;
  font-size: 0.875rem;
  display: block;
  text-align: center;
  text-decoration: none;
}

.specialpage-btn {
  background-color: #fad1f4;
  padding: 10px;
}

.specialpage-btn+.search-area-wrap {
  margin-right: 0;
  margin-left: 0;
}

#rank .catch a {
  color: #0000ff;
}

.nearShop .shopList dd a {
  color: #0000ff;
}

.salon_item .logo_ttl a {
  color: #0500ee;
  font-size: 24px;
}

.search_copy p {
  color: #777777;
  font-size: 13px;
  line-height: 1.4;
  width: calc(100% - 100px);
  margin-bottom: 20px;
}

.salon_item .btn_list .btn_primary a,
#contents .btn_list .btn_primary a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.salon_item .btn_list,
#contents .btn_list {
  display: block;
}

.salon_item .btn_list .btn_primary,
#contents .btn_list .btn_primary {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

.salon_item .btn_list .btn_second_primary,
#contents .btn_list .btn_second_primary {
  width: 100%;
  display: block;
}

.page-id-1304 #review .profile .star {
  color: #3c34ab;
}

p {
  color: #555555;
}

#contents .bnr {
  text-align: center;
}

/*.medaltable{margin-top:60px;}*/
.rankingth {
  width: 20px !important;
  background-color: #afc6f0 !important;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #fff !important;
  position: relative;
}

table tr:last-child .rankingth {
  border-bottom: none !important;
}

.medaltable tr:first-child .rankingth {
  padding-top: 40px !important;
}

.medal_rank1 {
  position: absolute;
  top: -10px;
  left: -12px;
  width: 56px !important;
  max-width: none !important;
}

.ginzacalla-area {
  padding: 20px 5px;
  margin-right: -10px;
  margin-left: -10px;
  border-bottom: 4px dashed #5c9bfd;
}

.ginzacalla-area-inner {
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #ffe5e9;
  border-radius: 10px;
  border: 1px solid #ff0027;
}

.ginzacalla-area .btn_second_primary {
  border: none;
}

.cp_ipselect {
  overflow: hidden;
  width: 90%;
  margin: 10px auto;
  text-align: center;
}

.cp_ipselect select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

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

.cp_ipselect.cp_sl01 {
  position: relative;
  border: 1px solid #bbbbbb;
  border-radius: 2px;
  background: #ffffff;
}

.cp_ipselect.cp_sl01::before {
  position: absolute;
  top: 0.8em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}

.cp_ipselect.cp_sl01 select {
  padding: 8px 38px 8px 8px;
  color: #666666;
}

#footer_icon {
  font-size: 12px;
  position: fixed;
  bottom: 0;
  padding: 5px 0px 0px;
  background: #ffffff;
  z-index: 10000;
  width: 100%;
  padding-bottom: calc(-21px + constant(safe-area-inset-bottom));
  padding-bottom: calc(-21px + env(safe-area-inset-bottom));
}

#footer_icon_in a {
  text-decoration: none;
  display: block;
}

.question_box {
  background: #fddfe5;
  padding: 10px 0px;
}

.l_bt_un {
  background: #ffffff;
  padding: 7px;
}

.l_bt_un:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.l_bt_un img {
  float: left;
  width: 40%;
  margin-right: 10px;
}

.l_bt_un .btn_second_primary a {
  font-size: 12px !important;
  padding: 7px 5px !important;
  height: 100%;
}

.l_bt_un.l_bt_un_ginzacalla {
  border-left: 2px solid #fde800;
  border-right: 2px solid #fde800;
  border-bottom: 2px solid #fde800;
}

.time_ynj {
  text-align: right;
  font-size: 12px;
  margin: 10px 0px -10px;
}

.top_ninki_box2 {
  background: #fff;
}

.top_ninki_box2 .top_ninki {
  background: #ffffff;
  padding: 10px 10px 10px 10px;
  margin: 5px 10px 0px;
}

.top_ninki_bt2 {
  clear: both;
  margin: 0px 10px 15px;
  padding: 0px 0px 10px;
  background: #ffffff;
}

.top_ninki_bt2:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.top_ninki_bt2 p {
  float: left;
  width: 47% !important;
  margin: 0px 1.5%;
}

.top_ninki_bt2 .btn_second_primary a {
  font-size: 16px !important;
  padding: 7px 5px !important;
  border-radius: 6px !important;
}

.top_ninki_bt2 .btn_second_primary i {
  margin: 0px 0px 0px 5px !important;
}

.top_ninki_bt2 .syousai a {
  background-color: #fe9498;
  color: #ffffff;
  border-bottom: solid 3px #c26264;
  font-weight: normal !important;
  text-shadow: 0 0px 0px #c26264 !important;
  display: block;
  padding: 14px 0;
  position: relative;
  overflow: hidden;
}

.top_ninki_bt2 .koushiki a {
  background: linear-gradient(to right, #ad47ad, #f34f8b);
  color: #ffffff;
  border-bottom: solid 3px #8c2773;
  font-weight: normal !important;
  text-shadow: 0 0px 0px #8c2773 !important;
  display: block;
  padding: 14px 0;
  position: relative;
  overflow: hidden;
}

.top_ninki_box {
  background: #fddfe5;
  padding-bottom: 10px;
}

.top_ninki {
  background: #ffffff;
  padding: 10px 10px 10px 10px;
  margin: 10px 10px 15px;
}

.top_ninki:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.top_ninki .top_ninki_img {
  float: left;
  margin-right: 10px;
}

.top_ninki .top_ninki_img img {
  width: 174px;
}

.top_ninki .top_ninki_point div {
  border-bottom: dotted 1px #fe8c8d;
  padding-bottom: 9px;
  margin-bottom: 10px;
  font-size: 13px;
}

.top_ninki .top_ninki_point img {
  float: left;
  width: 22px;
  margin-right: 5px;
}

.top_ninki_bt {
  clear: both;
  margin: -1px 5px 0px;
  padding-bottom: 7px;
}

.top_ninki_bt:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.top_ninki_bt p {
  float: left;
  width: 47% !important;
  margin: 0px 1.5%;
}

.top_ninki_bt .btn_second_primary a {
  font-size: 15px !important;
  padding: 7px 5px !important;
  border-radius: 6px !important;
}

.top_ninki_bt .btn_second_primary i {
  margin: 0px 0px 0px 5px !important;
}

.top_ninki_bt .syousai a {
  background-color: #e2fdff;
  color: #2fc1c7;
  border-bottom: solid 3px #d0fdff;
  font-weight: normal !important;
  text-shadow: 0 0px 0px #2aa0a5 !important;
  display: block;
  padding: 14px 0;
  position: relative;
  overflow: hidden;
  font-size: 14px !important;
}

.top_ranking_box {}

.top_ranking_box_in {
  width: 350px;
  margin: 0px auto;
  padding: 0px;
}

.top_ranking_box_in li {
  font-size: 22px;
  margin: 0px 0px 15px 0px !important;
}

.top_ranking_ba {
  background: url(../top_ranking_ba.png) no-repeat 0px 18px;
  padding: 0px 0px 5px 30px;
}

.top_ranking_ba2 {
  padding: 0px 0px 5px 30px;
}

.top_ranking_img {
  width: 100px;
  margin: 0px 10px;
}

.top_ranking_img2 {
  width: 50px;
  margin: 0px 0px;
}

.top_all_ranking_name {
  margin-bottom: 10px;
  font-size: 14px;
}

.top_all_ranking_name:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.top_all_ranking_name img {
  float: left;
  margin: -10px 20px 0px 0px;
  width: 90px;
}

.top_all_ranking_name p {
  margin-top: 10px;
}

.top_all_ranking_name a {
  font-size: 26px;
}

.top_all_ranking_line {
  background: url(../top_line.png);
  height: 12px;
}

.top_all_ranking_box {
  background: #fddfe5;
  padding: 20px 0px;
}

.top_all_ranking_box2 {
  background: #efeff1;
  padding: 20px 0px;
}

.top_all_ranking_tb table {
  width: 100%;
  border: 1px solid #fd7579;
  border-collapse: separate;
  border-spacing: 0;
  margin: 10px 0px;
  font-size: 14px;
}

.top_all_ranking_tb th {
  width: 33.333%;
  padding: 6px;
  font-size: 14px;
  background: #fd7579;
  color: #ffffff;
  border-right: 1px solid #ffffff;
  vertical-align: middle;
}

.top_all_ranking_tb td {
  text-align: center;
  padding: 6px;
  border-right: 1px solid #fd7579;
  background: #ffffff;
}

.top_all_ranking_tb td span {
  display: block;
  font-size: 12px;
}

.top_all_ranking_tb th:last-child,
.top_all_ranking_tb td:last-child {
  border-right: 0px solid #fd7579;
}

.top_all_ranking_link {
  float: right;
  border-bottom: 2px solid #0d5fd1;
  margin-bottom: 10px;
}

.top_all_ranking_link a {
  text-decoration: none;
  color: #0d5fd1;
}

.top_all_ranking_txt {
  position: relative;
  background: #ffffff;
  padding: 30px 20px 20px;
  margin-top: 20px;
  font-size: 14px;
}

.top_all_ranking_txt img {
  position: absolute;
  top: -20px;
  left: -0px;
  width: 120px;
}

.note {
  background-image: linear-gradient(90deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 50%,
      #ffff 50%,
      #ffff 50%),
    linear-gradient(180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 97%,
      #fd7579 97%,
      #fd7579 100%);
  background-size: 8px 100%, 100% 2em;
  line-height: 2;
}

.top_all_ranking_txt_p {
  position: relative;
  background: #ffffff;
  border: 1px solid #f9d5da;
  padding: 30px 20px 20px;
  margin: 40px auto 10px;
  font-size: 14px;
}

.top_all_ranking_txt_p img {
  position: absolute;
  top: -20px;
  left: -0px;
  width: 120px;
}

.note2 {
  background-image: linear-gradient(90deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 50%,
      #ffff 50%,
      #ffff 50%),
    linear-gradient(180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 97%,
      #fd7579 97%,
      #fd7579 100%);
  background-size: 8px 100%, 100% 2em;
  line-height: 2;
}

.top_all_ranking_txt_p2 {
  position: relative;
  background: #ffffff;
  border: 1px solid #f9d5da;
  padding: 30px 20px 10px;
  margin: 40px auto 10px;
  font-size: 12px;
}

.top_all_ranking_txt_p2 p {
  margin-bottom: 7px;
}

.top_all_ranking_txt_p2 img {
  position: absolute;
  top: -20px;
  left: -0px;
  width: 120px;
}

.top_all_ranking_txt_p3 {
  position: relative;
  background: #ffffff;
  border: 1px solid #f9d5da;
  padding: 10px 20px 10px;
  font-size: 12px;
}

.note_line_no {
  background-size: 8px 100%, 100% 2em;
  line-height: 2;
}

.ribbon_point_box_no {
  border: 1px solid #d9d9d9;
  padding: 0px 10px 10px 10px;
  margin: 0px 0px 20px;
}

.ribbon_point_title_s {
  background: #ffe7ea;
  padding: 5px 7px 5px 7px;
  margin: 15px 0px 5px;
  font-size: 16px;
}

.ribbon_point_title_s:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -5px 5px 0px;
  background-image: url(../img/icon_faga_check2.png);
  background-size: contain;
  vertical-align: middle;
}

.ribbon_point_txt {
  margin: 5px 10px;
}

.ribbon_point_txt span {
  color: #fd838b;
}

.ribbon_point_link {
  text-align: right;
  margin: 5px 0px 0px;
}

.table_hikaku table {
  width: 100%;
  border-spacing: 0;
  margin: 0px 0px 12px;
  display: block;
  border-collapse: collapse;
  text-align: center;
  border-collapse: separate;
  border-bottom: 1px solid #d5d5d5;
}

.table_hikaku table img {
  width: 80%;
  margin-bottom: 5px;
}

.table_hikaku table .hikaku_best_crown img {
  width: 36px;
}

.table_hikaku table th {
  width: 33.3%;
  background: #ffffff;
}

.table_hikaku table th.table_osusume {
  width: 33.3%;
  background: #fff1f1;
  border-left: 3px solid #fd666b;
  border-right: 3px solid #fd666b;
}

.table_hikaku table td.table_osusume {
  border-left: 3px solid #fd666b;
  border-right: px solid #fd666b;
}

.table_hikaku table .table_osusume_top {
  border-top: 3px solid #fd666b;
}

.table_hikaku table .table_osusume_end {
  border-bottom: 3px solid #fd666b;
}

.table_hikaku table .font_s {
  font-size: 13px;
}

.table_hikaku table .table_on {
  background: #ffffef;
}

.table_hikaku_tr img {
  width: 18px !important;
  margin: 0px 0px 4px 0px;
  vertical-align: middle;
}

.table_hikaku_tr .syogetsu {
  font-size: 18px !important;
  font-weight: bold;
}

.table_hikaku_tr .syogetsu span {
  font-size: 30px !important;
  color: #000000 !important;
  display: inline-block !important;
}

.table_hikaku_tr .syogetsu2 {
  font-size: 14px !important;
  font-weight: bold;
}

.table_hikaku_tr .syogetsu2 span {
  font-size: 19px !important;
  color: #000000 !important;
  display: inline-block !important;
}

.table_hikaku_midashi {
  background: #f7dede !important;
  text-align: center;
}

.table_hikaku_midashi span {
  color: #ffffff !important;
  font-size: 14px;
}

.table_hikaku_midashi img {
  width: 20px !important;
  margin: 0px 4px 0px 0px;
  vertical-align: middle;
}

.table_hikaku_txt {
  font-size: 11px !important;
}

/*
.table_hikaku_midashi{background:#D9E5FF; text-align:left;}
.table_hikaku_midashi span{font-size:11px; color:#000000!important; display:inline-block!important;}
*/

.table_hikaku2 table {
  width: 100%;
  border-spacing: 0;
  background: #fff1f1;
  margin: 0px 0px 20px;
  border-collapse: collapse;
  text-align: center;
}

.table_hikaku2 table img {
  width: 80%;
  margin: 10px 0%;
}

.table_hikaku2 table th {
  width: 33.3%;
}

.table_hikaku2 table td {
  background: #ffffff;
}

.table_hikaku2 table .table_osusume {}

.table_hikaku2 th,
.table_hikaku2 td {
  width: 33.3%;
  border: 1px solid #cccccc !important;
  padding: 5px;
  border-collapse: collapse;
  line-height: 22px;
  font-size: 14px;
}

.table_hikaku2 span {
  color: #f37286;
  display: block;
}

.table_hikaku2 .btn_second_primary a {
  margin: 5px 3px;
  padding: 10px 5px;
  font-size: 12px;
  line-height: 18px;
}

.btn_second_primary i {
  margin: 0px 0px 0px 5px;
}

.table_osusume_1 {
  position: relative;
}

.table_osusume_1:before {
  position: absolute;
  top: 5px;
  left: 5px;
  background-image: url(../top_l_ranking_1.png);
  content: "";
  display: inline-block;
  width: 34px;
  height: 34px;
  background-size: contain;
  vertical-align: middle;
}

.table_osusume_2 {
  position: relative;
}

.table_osusume_2:before {
  position: absolute;
  top: 5px;
  left: 5px;
  background-image: url(../top_l_ranking_2.png);
  content: "";
  display: inline-block;
  width: 34px;
  height: 34px;
  background-size: contain;
  vertical-align: middle;
}

.table_osusume_3 {
  position: relative;
}

.table_osusume_3:before {
  position: absolute;
  top: 5px;
  left: 5px;
  background-image: url(../top_l_ranking_3.png);
  content: "";
  display: inline-block;
  width: 34px;
  height: 34px;
  background-size: contain;
  vertical-align: middle;
}

.table_hikaku3 table {
  width: 100%;
  border-spacing: 0;
  background: #fff1f1;
  margin: 0px 0px 20px;
  border-collapse: collapse;
  text-align: center;
}

.table_hikaku3 table img {
  width: 80%;
  margin: 10px 0%;
}

.table_hikaku3 table th {
  width: 33.3%;
}

.table_hikaku3 table td {
  background: #ffffff;
  width: 33.3%;
}

.table_hikaku3 table th.table_osusume {
  background: #fff1f1;
  border-left: 5px solid #fd666b;
  border-right: 5px solid #fd666b;
}

.table_hikaku3 table td.table_osusume {
  border-left: 5px solid #fd666b;
  border-right: 5px solid #fd666b;
}

.table_hikaku3 table .table_osusume_top {
  border-top: 1px solid #fd666b;
}

.table_hikaku3 table .table_osusume_end {
  border-bottom: 5px solid #fd666b;
}

.table_hikaku3 th,
.table_hikaku3 td {
  border: 1px solid #535353;
  padding: 5px;
  border-collapse: collapse;
  line-height: 22px;
  font-size: 14px;
}

.table_hikaku3 span {
  color: #f37286;
  display: block;
}

.table_hikaku3 .btn_second_primary a {
  margin: 5px 3px;
  padding: 10px 5px;
  font-size: 12px;
  line-height: 18px;
}

.btn_second_primary i {
  margin: 0px 0px 0px 5px;
}

.table_osusume_title {
  width: 34.3%;
  text-align: center;
  background: #fd666b;
  border-radius: 10px 10px 0px 0px;
  border-top: 0px none #fd666b !important;
  color: #ffffff;
  padding: 2px !important;
}

.table_osusume_title img {
  width: 15px;
  margin: -5px 3px 0px 0px;
  vertical-align: middle;
}

.table_hikaku th,
.table_hikaku td {
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
  padding: 10px 3px;
  border-collapse: collapse;
  line-height: 22px;
  font-size: 14px;
}

.table_hikaku th:last-child,
.table_hikaku td:last-child {
  border-right: 1px solid #d5d5d5;
}

.table_hikaku span {
  color: #f37286;
  display: block;
}

.table_hikaku .btn_second_primary a {
  margin: 5px 3px;
  padding: 10px 5px;
  font-size: 13px;
  line-height: 18px;
}

.btn_second_primary i {
  margin: 0px 0px 0px 5px;
}

.campaign_box {
  margin: 10px 0px 20px;
}

.campaign_box:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.campaign_box div {
  float: left;
  width: 48%;
  margin: 0px 1% 10px;
}

/* .reflection {
  float: left;
  width: 48%;
  margin: 0px 1% 10px;
  position: relative;
  overflow: hidden;
}

.reflection:after {
  content: "";
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflection 4s ease-in-out infinite;
}

@keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@keyframes is-reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@-webkit-keyframes is-reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
} */

/* .limi_campaign_box {
  background: linear-gradient(60deg, #fb9da2, #cc8eba);
  padding: 10px 7px 7px;
  margin: 20px 0px 10px;
}

.limi_campaign_box_in {
  background: #ffffff;
  padding: 0px 10px 10px;
}

.limi_campaign_img img {
  width: 100% !important;
  margin-top: 5px !important;
}

.limi_campaign_day {
  text-align: center;
  color: #2fc1c7;
  margin: 10px 0px;
  font-size: 18px;
}

.limi_campaign div {
  border-bottom: dotted 1px #fe8c8d;
  padding-bottom: 5px !important;
  margin-bottom: 5px !important;
  font-size: 13px;
}

.limi_campaign div:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.limi_campaign img {
  float: left;
  width: 22px !important;
  margin: 0px 5px 0px 0px !important;
}

.limi_campaign_link {
  text-align: right;
}

.limi_campaign_link a {
  color: #2fc1c7;
} */

/* .side_margin {
  margin-bottom: 10px;
} */

/* .acd_map-check {
  display: none;
}

.acd_map-label {
  position: relative;
  width: 70%;
  background: #ffffff;
  border: 1px solid #999999;
  color: #999999;
  font-size: 12px;
  display: block;
  margin: 10px 15% 0px;
  text-align: center;
  padding: 2px;
  border-radius: 20px;
}

.acd_map-content {
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: 0.5s;
  visibility: hidden;
}

.acd_map-label:after {
  font-size: 14px;
  box-sizing: border-box;
  content: "+";
  display: block;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 15px;
  top: 0px;
}

.acd_map-check:checked+.acd_map-label:after {
  content: "-";
}

.acd_map-check:checked+.acd_map-label+.acd_map-content {
  height: auto;
  opacity: 1;
  padding: 10px 0px;
  visibility: visible;
}

.map_box {
  border-top: #f0a0a5 solid 2px;
  padding: 15px 0px 20px;
}

.map_tenpo {
  position: relative;
  text-align: center;
  margin-bottom: 1em;
  font-weight: bold;
}

.map_tenpo:before {
  content: "";
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 50px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #f0a0a5;
}

.map_tenpo img {
  height: 25px;
  margin-right: 5px;
}

.map_table td {
  font-size: 12px;
  color: #555555 !important;
}

.map_table th {
  font-size: 12px;
  padding: 0px 2px;
  width: 60px;
  text-align: left;
  font-weight: bold;
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 10px;
}

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 94%;
  margin: 10px 3%;
}

@media screen and (max-width: 767px) {
  .gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 90%;
    position: relative;
  }

  .gmap iframe {
    height: 350px;
  }
}

.gmap2 {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 10px;
}

.gmap2 iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  margin: 10px 0%;
}

@media screen and (max-width: 767px) {
  .gmap2 {
    height: 0;
    overflow: hidden;
    padding-bottom: 90%;
    position: relative;
  }

  .gmap2 iframe {
    height: 350px;
  }
} */

/* .film_roll_wrapper {
  display: block;
  text-align: center;
  float: none;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: auto;
  width: 100%;
  height: 100%;
  margin: 0px !important;
  padding: 0 !important;
  overflow: hidden;
}

.film_roll_shuttle {
  text-align: left;
  float: none;
  position: relative;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  height: auto;
  margin: 0 !important;
  padding: 0 !important;
  z-index: auto;
}

.film_roll_shuttle.vertical_center:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: 0em;
}

.film_roll_child {
  position: relative;
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  zoom: 1;
  margin: 0px 0px;
}

.film_roll_prev,
.film_roll_next {
  position: absolute;
  top: 40%;
  left: 0px;
  width: 25px;
  height: 25px;
  margin: 0px;
  padding: 0px;
  font-size: 36px;
  font-weight: 100;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background: #d39a2d;
  border: 1px solid #ffffff;
  border-radius: 20px;
  opacity: 0.8;
  text-decoration: none;
}

.film_roll_prev:hover,
.film_roll_next:hover {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
}

.film_roll_next {
  left: auto;
  right: 0px;
}

.film_roll_pager {
  text-align: center;
  margin-top: -40px;
}

.film_roll_pager a {
  width: 10px;
  height: 10px;
  background: #c2c2c2;
  border-radius: 10px;
  display: inline-block;
  margin: 0 5px 0 0;
  transition: all 1s ease;
  text-decoration: none;
}

.film_roll_pager a:hover {
  background: #d39a2d;
  text-decoration: none;
}

.film_roll_pager a.active {
  background: #d39a2d;
  text-decoration: none;
}

.film_roll_pager span {
  display: none;
}

.film_roll_pager a,
a.film_roll_prev,
a.film_roll_next {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
} */

/* .online_shindan {
  background: #e8edf4;
  border-radius: 10px;
  width: 100%;
  margin: 0px 0% 0px;
  height: 450px;
} */

/* .slider_check_title {
  color: #142949;
  padding: 10px 10px 0px;
  font-weight: bold;
}

.slider_check_title img {
  width: 50px;
  vertical-align: middle;
  margin-right: 10px;
}

.slider_check_txt {
  padding: 0px 30px 0px 40px;
  font-size: 13px;
}

.slider_check_txt:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.slider_check_txt img {
  width: 140px;
  float: left;
}

.slider_check_txt span {
  color: #0d6dfe;
}

.slider_check_txt p {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .slider_check_txt {
    padding: 0px 20px;
    font-size: 12px;
  }
}

.slider_w96 img {
  width: 90%;
  margin: 10px 5%;
}

@media screen and (min-width: 640px) and (max-device-width: 3000px) {

  #slider_check .film_roll_prev,
  #slider_check .film_roll_next {
    position: absolute;
    top: 50%;
    left: 7px;
    width: 30px;
    height: 30px;
    margin: 0px;
    padding: 0;
    font-size: 40px;
    font-weight: 100;
    line-height: 23px;
    color: #ffffff;
    text-align: center;
    background: #152a4a;
    border: 3px solid #ffffff;
    border-radius: 23px;
    opacity: 0.5;
    text-decoration: none;
  }

  #slider_check .film_roll_next {
    left: auto;
    right: 7px;
  }

  #slider_check.slider_w96 .film_roll_prev,
  #slider_check.slider_w96 .film_roll_next {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 30px;
    height: 30px;
    margin: 0px;
    padding: 0;
    font-size: 40px;
    font-weight: 100;
    line-height: 23px;
    color: #ffffff;
    text-align: center;
    background: #152a4a;
    border: 3px solid #ffffff;
    border-radius: 23px;
    opacity: 0.5;
    text-decoration: none;
  }

  #slider_check.slider_w96 .film_roll_next {
    left: auto;
    right: 0px;
  }
}

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

  #slider_check .film_roll_prev,
  #slider_check .film_roll_next {
    position: absolute;
    top: 40%;
    left: 0px;
    width: 25px;
    height: 25px;
    margin: 0px;
    padding: 0px;
    font-size: 36px;
    font-weight: 100;
    line-height: 23px;
    color: #ffffff;
    text-align: center;
    background: #152a4a;
    border: 1px solid #ffffff;
    border-radius: 20px;
    opacity: 0.8;
    text-decoration: none;
  }

  #slider_check .film_roll_next {
    left: auto;
    right: 0px;
  }
} */

.tuibi {
  width: 100%;
  padding: 5px 0px 0px;
  background: #ffffff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
}

.tuibi th {
  border-right: 0px solid olivedrab;
}

.txt_ba_yellow {
  background: linear-gradient(white 50%, #ffff57 50%);
}

.txt_ba_animation_yellow {
  background-image: -webkit-linear-gradient(left,
      transparent 50%,
      rgb(255, 255, 87) 50%);
  background-image: -moz-linear-gradient(left,
      transparent 50%,
      rgb(255, 255, 87) 50%);
  background-image: -ms-linear-gradient(left,
      transparent 50%,
      rgb(255, 255, 87) 50%);
  background-image: -o-linear-gradient(left,
      transparent 50%,
      rgb(255, 255, 87) 50%);
  background-image: linear-gradient(left,
      transparent 50%,
      rgb(255, 255, 87) 50%);
  background-repeat: repeat-x;
  background-size: 200% 0.8em;
  background-position: 0 0.5em;
  transition: all 3s ease;
  font-weight: bold;
}

.txt_ba_animation_yellow.active {
  background-position: -100% 0.5em;
}

.txt_red {
  background: linear-gradient(#ffffff 80%, #f60407 20%);
}

.txt_pink {
  background: linear-gradient(#ffffff 50%, #fcf0f2 50%);
}

.txt_blue {
  background: linear-gradient(#ffffff 85%, #0465f6 15%);
}

.txt_blue2 {
  background: linear-gradient(#ffffff 80%, #0465f6 20%);
}

.txt_green {
  background: linear-gradient(#ffffff 85%, #04f60b 15%);
}

.txt_green2 {
  background: linear-gradient(#ffffff 80%, #04f60b 20%);
}

.txt_yellow {
  background: linear-gradient(#ffffff 85%, #f6e504 15%);
}

.txt_yellow2 {
  background: linear-gradient(#ffffff 80%, #f6e504 20%);
}

.adTxt {
  text-align: right;
  max-width: 100%;
  padding: 0 10px;
  /* 左右余白 LPに合わせて調整 */
  margin: 4px auto;
}

.adTxt span {
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #383838;
  /* ボーダー色 LPに合わせて調整 */
  padding: 2px 12px;
}

.txt_right {
  text-align: right;
  padding: 0 2px;
  /* 左右余白 LPに合わせて調整 */
  margin: 0px auto;
  font-size: 6px;
  font-weight: bold;
  color: #555555;
}

/* タブパーツ */

.tabTtl {
  font-size: 15px;
  color: #152a48;
  padding: 0;
  margin: 10px auto;
  text-align: center;
  font-weight: bold;
}

.tabTtl::before,
.tabTtl::after {
  color: #f8c868;
  content: "▼";
  margin: 0 5px;
}

.tabBtn {
  background: #00abff;
  border-radius: 8px;
  margin: 5px 7px 15px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
  padding: 12px;
}

.tabBtn::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #00abff transparent transparent transparent;
}

.tabBtn li {
  display: inline-block;
  background: #fff;
  border-radius: 6px;
  line-height: 38px;
  color: #e9e9e9;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}

.tabBtn li:hover {
  cursor: pointer;
}

.tabBtn li.selected {
  background: #0063d7;
}

.tabTtl.woman::before,
.tabTtl.woman::after {
  color: #fd838b;
}

.tabBtn.woman {
  background: #fff6f7;
}

.tabBtn.woman li.selected {
  background: #fd838b;
}

.tabBtn.woman::after {
  border-color: #fff6f7 transparent transparent transparent;
}

.tabTtl.pill::before,
.tabTtl.pill::after {
  color: #fd9c8e;
}

.tabBtn.pill {
  background: #81cdc8;
}

.tabBtn.pill li {}

.tabBtn.pill li.selected {
  background: #fd9c8e;
}

.tabBtn.pill::after {
  border-color: #81cdc8 transparent transparent transparent;
}

.tabBtn li img {
  width: 22px;
  height: 22px;
  display: inline-block;
  margin-right: 3px;
  position: relative;
  top: -8px;
}

.tabSlide li {
  display: none;
}

.tabSlide li.selected {
  display: block;
}

.fa,
.fas {
  position: relative;
  font-weight: 900;
}

.fa-caret-square-right1:before {
  content: "";
  background-image: url(../img/ct_ico_arrow_down_wh.svg);
  background-size: 12px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: -6px;
  right: -27px;
  transform: rotate(-90deg);
}

.cta_btn {
  position: relative;
}

.cta_btn::before {
  content: "";
  background-image: url(../img/ct_ico_arrow_down_wh.svg);
  background-size: 12px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 40%;
  right: 23%;
  transform: rotate(-90deg);
  z-index: 99;
}

.fa-chevron-down::after {
  content: "";
  background-image: url(../img/ct_ico_arrow_down.svg);
  background-size: 15px;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 3px;
  right: -30px;
}

.fa-chevron-right:before {
  content: "";
  background-image: url(../img/ct_ico_arrow_down.svg);
  background-size: 15px;
  width: 15px;
  height: 15px;
  position: absolute;
  top: -10px;
  right: 10px;
  transform: rotate(-90deg);
}

.acd_merit_check {
  display: none;
}

.acd_merit_label {
  position: relative;
  background: #83c3e8;
  color: #ffffff;
  text-align: left;
  height: 50px;
  line-height: 50px;
  display: block;
  margin-bottom: 0px;
  padding: 0px 10px 0px 0px;
}

.acd_merit_label img {
  width: 75px;
  margin: 0px 0px 0px -5px;
  vertical-align: middle;
}

.acd_merit_label:after {
  content: "";
  background-image: url(../img/ct_ico_arrow_down_wh.svg);
  background-size: 15px;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 15px;
  right: 15px;
  line-height: 50px;
}

.acd_merit_content {
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: 0.5s;
  visibility: hidden;
  border: 1px solid #f6cfd5;
  margin-bottom: 10px;
  font-size: 12px;
}

.acd_merit_check:checked+.acd_merit_label+.acd_merit_content {
  height: auto;
  opacity: 1;
  padding: 10px;
  visibility: visible;
}

.ranking__calender .forSP {
  display: none;
}

.ranking__calender .forPC {
  display: flex;
}

.ranking__calender {
  max-width: 550px;
  width: 100%;
  margin: 0 auto 20px;
}

@media screen and (max-width: 767px) {
  .ranking__calender .forPC {
    display: none;
  }

  .ranking__calender .forSP {
    display: flex;
  }

  .ranking__calender {
    max-width: 345px;
  }
}

.hikaku__ranking {
  margin: 0 auto;
}

.table_hikaku {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  width: 100%;
}

.tuibi {
  position: sticky;
  top: 0;
  z-index: 100;
}

.hikaku__ranking tr th:first-of-type,
.hikaku__ranking tr td:first-of-type {
  background-color: #fdfdea;
}

.table_hikaku table .hikaku_best_crown img {
  width: 84px;
  height: auto;
  margin-top: 2px;
}

.btn_second_primary_mini {
  background-color: #2fc1c7;
  border-bottom: solid 3px #2aa0a5;
  text-shadow: 0 1px 2px #2aa0a5;
  display: block;
  padding: 14px 0;
  position: relative;
  overflow: hidden;
  font-size: 1.125rem;
  border-radius: 20px;
  line-height: 1.6;
  font-weight: bold;
  font-size: 13px;
  color: white;
  text-decoration: none;
}

.table_hikaku_campaign td {
  vertical-align: middle;
}

.table_hikaku_cta td {
  border-top: none;
}

/* kyouiku */
.pill_kouka,
.pill_sikumi {
  width: 100%;
}

.pill_kouka img,
.pill_sikumi img {
  display: block;
  width: 345px;
  margin: 16px auto 0;
}

.education__main {
  margin-top: 18px;
  background-color: #fff7f5;
  padding: 28px 0;
}

.education__content {
  margin: 0 auto;
  background-color: white;
  border-radius: 10px;
  border: 1px solid #ff9b8c;
  padding: 14px 18px;
  width: 100%;
  margin-top: 4px;
  cursor: pointer;
}

.education__content2 {
  margin: 0 auto;
  background-color: white;
  border-radius: 10px;
  border: 1px solid #ffb471;
  padding: 14px 18px;
  width: 100%;
  margin-top: 8px;
  cursor: pointer;
}

.education__ttl {
  padding: 0 15px;
}

.education__ttl img {
  margin: 0 auto;
  height: auto;
  display: block;
}

.education__sub-ttl {
  margin-top: 12px;
  font-size: 14px;
  color: #ff9b8c;
  font-weight: bold;
  text-align: center;
  display: block;
  height: auto;
}

.education__sub-ttl2 {
  margin-top: 12px;
  font-size: 14px;
  color: #ffb471;
  font-weight: bold;
  text-align: center;
  display: block;
  height: auto;
}

.education__head {
  width: 100%;
  display: grid;
  grid-template-columns: 33% 1fr 16px;
  gap: 14px;
  align-items: center;
}

.education__name {
  font-weight: bold;
  font-size: 15px;
}

.education__generic {
  font-size: 11px;
}

.education__list {
  display: grid;
  grid-template-rows: repeat(3, auto);
  grid-auto-rows: 1fr;
  gap: 10px;
  text-align: center;
}

.text-bold {
  font-weight: bold;
}

.marker_pink {
  color: #fd838b;
}

.education__item-text {
  font-size: 12px;
  text-align: left;
  margin-top: 5px;
}

.education__contents {
  padding: 0 15px;
}

.education__item-ttl {
  background-color: #f2f2f2;
  font-size: 12px;
  margin-top: 10px;
}

.education02__icon img,
.education02__icon1 img {
  height: auto;
  transition: transform 0s ease;
  text-align: center;
  margin-bottom: 4px;
}

.education02__icon.is-open img,
.education02__icon1.is-open img {
  transform: rotate(180deg);
}

.education__content_1.is-hidden {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.8s ease;
}

.education__content_1.is-open {
  max-height: 500px;
}

.kyouiku_text_last {
  width: 100%;
  margin: 12px auto 0;
  padding: 0 15px;
}

.mgB {
  margin-bottom: 10px;
}

.only-pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .education__main {
    max-width: 100%;
  }

  .kyouiku__contents_all {
    width: 100%;
    padding: 0 15px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto;
    gap: 15px;
  }

  .education__img,
  .education__content,
  .education02__icon,
  .education02__icon1 {
    flex: 1;
  }

  .education02__icon,
  .education02__icon1 {
    text-align: center;
  }

  .education__content,
  .education__content2 {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 14px 20px;
  }

  .education__contents {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
  }

  .kyouiku_text_last {
    width: 100%;
  }

  .education__item-text {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    font-size: 14px;
  }

  .pill_kouka,
  .pill_sikumi {
    width: 100%;
  }

  .pill_kouka img,
  .pill_sikumi img {
    display: block;
    width: 560px;
    margin: 16px auto 0;
  }

  .only-pc {
    display: inline;
  }

  .education__head {
    width: 100%;
    align-items: center;
    gap: 9px;
  }
}

.pill_table {
  margin: 20px auto;
}

/* ========================================================
20250424 control追加
=========================================================*/
.control {
  margin-top: 15px;
}

.contain .control__img:nth-of-type(2) {
  margin-top: 15px;
}

.control__txt {
  margin-top: 12px;
  font-size: 12px;
}

.control__img-ttl {
  margin-top: 15px;
}

.control__accordion {
  position: relative;
  margin: 0 15px;
}

.control__accordion-wrap {
  max-height: 45px;
  overflow: hidden;
  position: relative;
}

.control__accordion .control__txt {
  margin: 6px 0 12px;
}

.control__accordion-wrap.open {
  max-height: 680px;
}

.control__accordion-gradient {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 100%);
  pointer-events: none;
}

.control__accordion-wrap.open .control__accordion-gradient {
  opacity: 0;
}

.control__accordion-btn {
  position: relative;
  width: 100%;
  margin: 10px auto 20px;
  padding: 10px 0;
  background-color: #fff;
  text-align: center;
  color: #999999;
  font-size: 16px;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  cursor: pointer;
}

.control__accordion-btn::after {
  content: "";
  background: url(../img/ct_ico_arrow_down.svg);
  background-size: contain;
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 90px;
  top: 14px;
}

.control__accordion-wrap.open+.control__accordion-btn::after {
  transform: rotate(180deg);
}

@media screen and (min-width: 768px) {
  .control {
    margin-top: 24px;
  }

  .control__txt {
    font-size: 14px;
  }

  .control__accordion {
    margin: 0 24px 15px;
  }

  .control__accordion-btn::after {
    right: 180px;
  }

  .rank_s_bnr2 {
    margin: 15px 24px;
  }

}

/* ========================================================
20250428 処方ピル一覧修正
=========================================================*/
.medicine__list {
  margin: 0 4% 15px;
}

.medicine__list__content {
  border: 1px solid #d9d9d9;
  border-top: none;
}

.medicine__list__ttl {
  background: #fda6ad;
  padding: 6px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.medicine__list__inner {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 10px;
}

.medicine__list__inner p {
  font-size: 10px;
}

/* ========================================================
20250522 調査概要、運営者情報修正
==========================================================*/
@media screen and (min-width: 768px) {
  .about main,
  .investigation main {
    width: 600px;
    background: #ffffff;
    padding: 0px 0px;
    margin: 0 auto;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
  }
}

/* ========================================================
# 検索フォーム
==========================================================*/
#searchForm {
  background-color: #ffedeb;
  padding: 20px 0px;
  margin-top: 16px;
}
.searchForm__head {
  margin: 0 10px;
}
.searchForm__head img {
  width: 100%;
  vertical-align: bottom;
}
.searchForm__list {
  padding: 10px;
}
#pc_site #searchForm button {
  border: none;
  text-align: left;
  background-color: transparent;
}
#pc_site #searchForm .searchForm__action img {
  vertical-align: bottom;
  width: auto;
  height: 48px;
}
#pc_site #searchForm button {
  width: auto !important;
}
#pc_site #searchForm .searchForm__action #pc_site #searchForm button img {
  text-align: left;
  height: 48px;
}
.searchForm__listTitle {
  font-weight: bold;
  color: #6b6867;
}
.searchForm__listItem {
  padding: 5px 0 10px;
}
.searchForm__listItem.purpose {
  vertical-align: bottom;
}
.searchForm__listItem label {
  position: relative;
  color: #6b6867;
}
.searchForm__listItem label.selected {
  background-color: #fd9c8e !important;
  color: #fff !important;
}
.searchForm__listItem.purpose label {
  display: inline-block;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 10px 10px 10px 25px;
  border: 1px solid #fd9c8e;
  background-color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}
#searchForm .searchForm__listItem.purpose > label:nth-child(6),
#searchForm .searchForm__listItem.purpose > label:nth-child(9),
.searchForm__listItem.purpose .multi-item:nth-last-of-type(1) {
  margin-right: 0;
}
.searchForm__listItem.kodawari > div > label:nth-child(3) {
  margin-right: 0;
}

.searchForm__listItem.kodawari {
}
.searchForm__listItem.kodawari label {
  display: inline-block;
  width: 32%;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 10px;
  border: 1px solid #fd9c8e;
  background-color: #fff;
  text-align: center;
  margin-right: 2%;
  margin-bottom: 2%;
  box-sizing: border-box;
  vertical-align: bottom;
  font-size: 12px;
  height: 105px;
  font-weight: bold;
  line-height: 1.2;
}
#searchForm .searchForm__listItem.purpose > label:nth-child(3),
#searchForm .searchForm__listItem.kodawari > label:nth-child(3n),
.searchForm__listItem.kodawari .multi-item:nth-last-of-type(1) {
  margin-right: 0;
}
.searchForm__listItem.point {
  vertical-align: bottom;
  padding-bottom: 0;
}
.searchForm__listItem.point label {
  display: inline-block;
  width: 49%;
  margin-right: 2%;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 10px;
  border: 1px solid #fdc06d;
  margin-bottom: 2%;
  background-color: #fff;
  text-align: center;
  font-size: 12px;
}
.searchForm__listItem.point label:nth-child(even) {
  margin-right: 0;
}
.searchForm__listItem.point label:nth-last-of-type(1) {
  font-size: 12px;
  padding: 4px 10px;
}
.Refine_Search_submit {
  display: inline-block;
}
.Refine_Search_submitBtn {
  width: auto;
  height: 48px;
}
.Refine_Search_submitBtn.nolink_searchresult {
  opacity: 0.4;
}
@media screen and (max-width: 767px) {
  .searchForm__listItem.kodawari label:nth-last-of-type(1) {
    margin-right: 0;
    /* padding-top: 23px; */
  }
  .searchForm__listItem.kodawari label {
    height: 100px;
  }
}
.searchForm__action {
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
  min-height: 70px;
}
.searchForm__action::after {
  content: "";
  display: block;
  height: 1px;
  clear: both;
  visibility: hidden;
}
.searchForm__actionReset {
  position: absolute;
  left: 10px;
  bottom: 0;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.Refine_Search_number {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 3px;
  color: #6b6867;
}
.Refine_Search_number .num {
  font-size: 160%;
  color: #6b6867;
}
.Refine_Search_submit {
  position: absolute;
  right: 10px;
  bottom: -2px;
  margin: 0;
  line-height: 1;
}
#searchForm input[type="radio"] {
  display: none;
}
#searchForm input + span.radiobox:before {
  /* content: ""; */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 3px;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 100px;
  background-color: #fff;
  border: 1px solid #fd9c8e;
}
#searchForm input + span.radiobox {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 100px;
  background-color: #fff;
  border: 1px solid #fd9c8e;
  display: inline-block;
  left: 10px;
  top: 50%;
  margin-top: -7px;
}
#searchForm input:checked + span.radiobox:after,
#searchForm .on input + span.radiobox:after,
#searchForm input[type="radio"]:checked + span.radiobox:after,
#searchForm .on input[type="radio"] + span.radiobox:after,
#searchForm .on01 input[type="radio"] + span.radiobox:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background-color: #f3c05f;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
#searchForm input[type="radio"]:checked + span.s:after {
  top: 50%;
  left: 50%;
}
.searchForm__listItem.point input[type="checkbox"] + span.checkbox {
  display: inline-block;
  min-width: 16px;
  max-width: 16px;
  height: 16px;
  border: 1px solid #cdd6dd;
  border-left: 2px solid #cdd6dd;
  border-top: 2px solid #cdd6dd;
  margin-right: 6px;
  margin-left: 8px;
  background-color: #fff;
  position: absolute;
  left: 2px;
  top: 50%;
  margin-top: -7px;
}
.searchForm__listItem.point
  input[type="checkbox"]:checked
  + span.checkbox:after {
  content: "";
  display: block;
  position: absolute;
  top: -7px;
  left: 27%;
  width: 8px;
  height: 16px;
  transform: rotate(45deg) translate3d(0, 2px, 0) scale3d(0.7, 0.7, 1);
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  border-bottom: 4px solid #244d7d;
  border-right: 4px solid #244d7d;
}
.searchForm__listItem.kodawari
  label:nth-child(1)
  input[type="checkbox"]
  + span.checkbox_icon,
.searchForm__listItem.kodawari
  label:nth-child(2)
  input[type="checkbox"]
  + span.checkbox_icon,
.searchForm__listItem.kodawari
  label:nth-child(3)
  input[type="checkbox"]
  + span.checkbox_icon,
.searchForm__listItem.kodawari
  label:nth-child(4)
  input[type="checkbox"]
  + span.checkbox_icon,
.searchForm__listItem.kodawari
  label:nth-child(5)
  input[type="checkbox"]
  + span.checkbox_icon,
.searchForm__listItem.kodawari
  label:nth-child(6)
  input[type="checkbox"]
  + span.checkbox_icon {
  content: "";
  display: block;
  /*  width: 44px;*/
  height: 44px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 44px;
  margin: 0 auto 5px;
}

.searchForm__listItem.kodawari
  > div
  > label:nth-child(1)
  input[type="checkbox"]
  + span.checkbox_icon {
  background-image: url("../img/pill_search_icon01.png");
}
.searchForm__listItem.kodawari
  > div
  > label:nth-child(2)
  input[type="checkbox"]
  + span.checkbox_icon {
  background-image: url("../img/pill_search_icon02.png");
}
.searchForm__listItem.kodawari
  > div
  > label:nth-child(3)
  input[type="checkbox"]
  + span.checkbox_icon {
  background-image: url("../img/pill_search_icon03.png");
  margin-bottom: 13px;
}
.searchForm__listItem.kodawari
  > div
  > label:nth-child(4)
  input[type="checkbox"]
  + span.checkbox_icon {
  background-image: url("../img/pill_search_icon04.png");
  margin-bottom: 13px;
}
.searchForm__listItem.kodawari
  > div
  > label:nth-child(5)
  input[type="checkbox"]
  + span.checkbox_icon {
  background-image: url("../img/pill_search_icon05.png");
  margin-bottom: 13px;
}
.searchForm__listItem.kodawari
  > div
  > label:nth-child(6)
  input[type="checkbox"]
  + span.checkbox_icon {
  background-image: url("../img/pill_search_icon06.png");
}

.formBox__list-dispBtn {
  display: inline-block;
  background-color: #333;
  color: #fff;
  font-size: 11px;
  padding: 6px 11px;
  border-radius: 6px;
  line-height: 1;
  float: right;
  width: 90px;
  box-sizing: border-box;
  position: relative;
}

.formBox__list-dispBtn:hover {
  cursor: pointer;
  opacity: 0.6;
}

.formBox__list-dispBtn.active {
}
.formBox__list-dispBtn::before {
  content: "一覧を開く";
}

.formBox__list-dispBtn.active::before {
  content: "閉じる";
}

.formBox__list-dispBtn::after {
  content: "";
  width: 10px;
  height: 7px;
  display: inline-block;
  background-image: url(angle-down-wh.svg);
  background-size: 10px 7px;
  position: absolute;
  top: 8px;
  right: 5px;
  margin-left: 3px;
}

.formBox__list-dispBtn.active::after {
  transform: rotateZ(180deg);
}

.formBox__list-disp {
  display: none;
}

.formBox__list-disp.active {
  display: block;
}