@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansJP-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSansJP-Bold.woff") format("woff");
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background: #fff;
  color: #333;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
}
@media screen and (min-width: 750px) {
  body {
    font-size: 1.6rem;
    background: #e9e9e9;
  }
}
@media screen and (max-width: 330px) {
  body {
    font-size: 1.3rem;
  }
}

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

a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease-in-out 0s;
}
a:hover {
  opacity: 0.8;
}

.red {
  color: #ff0000;
  font-weight: bold;
}

.yellow {
  color: #ffff00;
}

.line_yellow {
  background: linear-gradient(transparent 65%, #fff000 65%);
  font-weight: bold;
}

.suptext {
  color: #646464;
  font-size: 0.7em;
  font-weight: normal;
  vertical-align: top;
}

.small {
  color: #3d3d3d;
  font-size: 0.7em;
  font-weight: normal;
  text-align: left;
  margin: 0 0.6em 1.4em;
}

@media screen and (max-width: 749px) {
  .sp_none {
    display: none;
  }
}
@media screen and (min-width: 750px) {
  .pc_none {
    display: none;
  }
}
.pr {
  font-size: 0.9em;
  margin: 0.9em 0 0;
}

.btn a {
  display: block;
  position: relative;
  overflow: hidden;
  background: #df0202;
  box-shadow: 0 6px 0 #910000;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.btn a::after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 100%;
  background: #FFF;
  top: -180px;
  left: 0;
  opacity: 0;
  transform: rotate(45deg);
  animation: reflect 2s ease-in-out infinite;
}

@keyframes reflect {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
header {
  width: 100%;
  max-width: 750px;
  background: #fff;
  margin: auto;
}
header .fv {
  position: relative;
}
header .fv .calendar {
  position: absolute;
  color: #fff;
  font-size: clamp(0.7rem, 2.4vw, 2rem);
  font-weight: bold;
  line-height: 1.3;
  bottom: 4%;
  left: 2.5%;
  transform: rotate(-10deg);
}
header .fv .calendar .big {
  font-size: 1.1em;
}

.slide_wrap {
  display: flex;
  overflow: hidden;
  max-width: 750px;
  background: #fff;
  margin: auto;
  padding: 0.6em 0;
}
.slide_wrap ul {
  display: flex;
  align-items: center;
  list-style: none;
  animation: infinity-scroll-left 30s infinite linear;
}
.slide_wrap ul li {
  width: 20vw;
  margin: 0 0.2em;
}
@media screen and (min-width: 750px) {
  .slide_wrap ul li {
    width: 150px;
  }
  .slide_wrap ul li img {
    width: 80%;
  }
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
section {
  width: 100%;
  max-width: 750px;
  background: #fff;
  margin: auto;
}
@media screen and (min-width: 750px) {
  section {
    padding-bottom: 1px;
  }
}

section h1 {
  position: relative;
  background: #21a8a5;
  background: linear-gradient(180deg, rgb(33, 168, 165) 0%, rgb(21, 154, 151) 100%);
  color: #fff;
  font-size: 1.3em;
  margin-bottom: 0.6em;
  padding: 0.6em 0;
}
section h1::after, section h1::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  left: 0;
}
section h1::after {
  top: 6px;
}
section h1::before {
  bottom: 6px;
}

.top_table {
  margin: 0.2em;
}
.top_table table {
  width: 180%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  margin: 0 auto 0.2em;
}
.top_table table th, .top_table table td {
  border: solid 1px #818181;
  padding: 0.4em 0.2em;
}
.top_table table th {
  position: sticky;
  color: #fff;
  background: #21a8a5;
  font-size: 0.9em;
  border-left: 2px solid #ff0000;
  left: 0;
}
.top_table table th:last-child {
  display: none;
}
.top_table table td {
  background: #fff;
  font-size: 0.8em;
  font-weight: bold;
}
.top_table table td.banner {
  vertical-align: top;
}
.top_table table td.banner .rank_icon {
  width: 38%;
  margin: 0.4em 0;
}
.top_table table td.banner .banner {
  width: 90%;
  margin-bottom: 0.3em;
}
.top_table table td.banner a {
  text-decoration: underline;
}
.top_table table td .icon {
  width: 20%;
  max-width: 30px;
  margin: 0.4em 0;
}
.top_table table td .mini {
  font-size: 0.9em;
  font-weight: normal;
}
.top_table table td .mini .red {
  font-weight: normal;
}
.top_table table td .mini2 {
  font-size: 0.98em;
}
.top_table table td.table_txt {
  text-align: left;
  padding: 0.4em;
}
.top_table table td .btn a {
  width: 90%;
  color: #fff;
  margin: 0.2em auto 0.8em;
  padding: 0.6em 0;
  border-radius: 6px;
}
.top_table table td:first-child {
  background: #fffde7;
  border-left: 2px solid #ff0000;
  border-right: 2px solid #ff0000;
}
.top_table table tr:first-child td:first-child {
  border-top: 2px solid #ff0000;
}
.top_table table tr:last-child td:first-child {
  border-bottom: 2px solid #ff0000;
}
@media screen and (min-width: 750px) {
  .top_table table {
    width: 96%;
    margin-inline: auto;
  }
  .top_table table th:first-child {
    display: none;
  }
  .top_table table th:last-child {
    display: table-cell;
  }
}

.sup_box {
  color: #3d3d3d;
  text-align: left;
  font-size: 0.7em;
  margin: 0em 0.6em 1em;
}
.sup_box input {
  display: none;
}
.sup_box label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 0.4em;
  padding-right: 0.8em;
}
.sup_box label::after {
  content: "+";
  position: absolute;
  right: 0;
}
.sup_box .sup_text {
  height: 0px;
  overflow: hidden;
  transition: height 0.3s;
}
.sup_box input:checked ~ label::after {
  content: "-";
}
.sup_box input:checked + label + .sup_text {
  height: auto;
}
@media screen and (min-width: 750px) {
  .sup_box {
    width: 94%;
    margin-inline: auto;
  }
}

.section1 p {
  text-align: left;
  margin: 0 0.6em 1em;
}
@media screen and (min-width: 750px) {
  .section1 p {
    width: 90%;
    margin-inline: auto;
  }
}

section h2 {
  background: #21a8a5;
  color: #fff;
  font-size: 1.2em;
  margin-bottom: 0.6em;
  padding: 0.4em 0;
}

.table_comparison {
  background: #e2ffff;
  margin-bottom: 1em;
  padding-bottom: 0.8em;
}
.table_comparison p {
  width: 98%;
  margin: auto;
}
.table_comparison .balloon {
  position: relative;
  display: inline-block;
  background: #21a8a5;
  color: #fff;
  font-size: 1.1em;
  border-radius: 10px;
  margin: 1em auto 1em;
  padding: 0.2em 0.6em 0.3em;
}
.table_comparison .balloon::before {
  content: "";
  position: absolute;
  border: 10px solid transparent;
  border-top: 15px solid #21a8a5;
  top: 100%;
  right: 12%;
}
.table_comparison table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 6px;
  margin: 0 auto 0.4em;
}
.table_comparison table th, .table_comparison table td {
  border: #333 solid 2px;
  font-size: 0.9em;
  padding: 0.4em 0.4em 0.6em;
}
.table_comparison table th {
  background: #eeeeee;
}
.table_comparison table th:last-child {
  background: #21a8a5;
  color: #fff;
  font-size: 1.1em;
}
.table_comparison table td {
  background: #fff;
}
.table_comparison table td:last-child {
  background: #fffde7;
  font-weight: bold;
  border: #ff0000 2px solid;
}
.table_comparison table td .name {
  display: inline-block;
  background: #818181;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
  margin: 0.4em 0 0.2em;
  padding: 0.1em 0.8em 0.3em;
}
.table_comparison table td:last-child .name {
  background: #21a8a5;
}
.table_comparison .small {
  margin-top: 1em;
}
@media screen and (min-width: 750px) {
  .table_comparison table, .table_comparison p {
    width: 70%;
  }
  .table_comparison table td img {
    width: 80%;
  }
}

h3.medicine {
  font-size: 1.2em;
  text-align: left;
  border-left: 4px solid #21a8a5;
  border-bottom: 1px solid #21a8a5;
  margin: 0 0.6em 1em;
  padding: 0 0.4em 0.2em;
}
@media screen and (min-width: 750px) {
  h3.medicine {
    width: 90%;
    margin-inline: auto;
  }
}

.medicine_box {
  display: flex;
  margin: 0 0.6em 0.2em;
}
.medicine_box .inner {
  width: 50%;
  background: #e6f9ff;
  border: 2px solid #5dd9ff;
}
.medicine_box .inner .head {
  background: #5dd9ff;
  color: #fff;
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
  margin: 0 0 0.4em;
  padding: 0 0 0.2em;
}
.medicine_box .inner .med_images {
  position: relative;
  width: 90%;
  max-width: 150px;
  background: #fff;
  border-radius: 6px;
  margin: 0.6em auto 26px;
  padding: 0.4em;
}
.medicine_box .inner .med_images::after {
  content: "";
  position: absolute;
  bottom: -52px;
  left: 50%;
  border: 32px solid transparent;
  border-top: 15px solid #ff0000;
  transform: translateX(-50%);
}
.medicine_box .inner .images {
  width: 90%;
  max-width: 150px;
  margin: 0.6em auto;
}
.medicine_box .inner .text {
  font-weight: bold;
  text-align: center;
}
.medicine_box .inner .text .line_yellow {
  color: #3bd1ff;
  font-size: 1.1em;
}
.medicine_box .inner:last-child {
  background: #fff3e8;
  border: 2px solid #ff915e;
}
.medicine_box .inner:last-child .head {
  background: #ff915e;
}
.medicine_box .inner:last-child .text .line_yellow {
  color: #ff7e42;
}
@media screen and (min-width: 750px) {
  .medicine_box {
    width: 80%;
    margin-inline: auto;
  }
  .medicine_box p {
    width: auto;
  }
  .medicine_box .inner .med_images {
    width: 70%;
    margin-inline: auto;
  }
  .medicine_box .inner .images {
    width: 70%;
    margin-inline: auto;
  }
}

.medicine_acc {
  position: relative;
  border: 2px solid #21a8a5;
  margin: 1.8em 0.6em 0.3em;
  padding: 1em 0.8em;
}
.medicine_acc .head {
  position: absolute;
  display: inline-block;
  white-space: nowrap;
  width: auto;
  color: #21a8a5;
  background: #fff;
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
  top: -15px;
  left: 50%;
  padding: 0 0.6em;
  transform: translateX(-50%);
}
.medicine_acc input {
  display: none;
}
.medicine_acc label {
  position: relative;
  display: block;
  background: #21a8a5;
  color: #fff;
  font-weight: bold;
  text-align: left;
  padding: 0.3em 1em;
}
.medicine_acc label::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
  transform: rotate(135deg);
}
.medicine_acc input:checked + label + .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: auto;
  margin-bottom: 0;
  padding: 0.6em;
  transition: all 0.3s;
}
.medicine_acc input:checked + label::before {
  transform: rotate(-45deg) !important;
}
.medicine_acc .content {
  height: 0;
  background: #e2ffff;
  margin-bottom: 0.2em;
  padding: 0 0.6em;
  overflow: hidden;
}
.medicine_acc .content .images {
  width: 28%;
  max-width: 80px;
  margin: 0 0.4em 0 0;
}
.medicine_acc .content .text {
  width: 72%;
  font-size: 0.9em;
  margin: 0;
}
.medicine_acc .content .text p {
  width: auto;
  margin: 0;
}
.medicine_acc .content .text .title {
  color: #21a8a5;
  font-size: 1.1em;
  font-weight: bold;
  border-bottom: 2px solid #21a8a5;
  margin-bottom: 0.4em;
}
@media screen and (min-width: 750px) {
  .medicine_acc {
    width: 84%;
    margin-inline: auto;
  }
  .medicine_acc input:checked + label + .content {
    padding: 0.6em 1em;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .medicine_acc input:checked + label + .content .images {
    width: 13%;
    margin: 0;
  }
  .medicine_acc input:checked + label + .content .text {
    width: 87%;
    margin-left: 1em;
  }
  .medicine_acc input:checked + label + .content .text p {
    width: auto;
    margin: 0;
  }
}

.questionnaire {
  position: relative;
  background: #e2ffff;
  margin: 1.8em 0.6em 0.2em;
}
.questionnaire h3 {
  background: #21a8a5;
  color: #fff;
  font-size: 1.1em;
  padding: 0.9em 0 0.4em;
}
.questionnaire .sub_title {
  position: absolute;
  display: inline-block;
  white-space: nowrap;
  background: #fff;
  font-weight: bold;
  text-align: center;
  border: 1px solid #333;
  border-radius: 10px;
  padding: 0.2em 0.6em 0.1em;
  margin: auto;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
}
.questionnaire .inner {
  display: flex;
  justify-content: space-between;
  padding: 0.6em;
}
.questionnaire .inner p {
  width: 48%;
  margin: 0;
}
@media screen and (min-width: 750px) {
  .questionnaire {
    width: 80%;
    margin: 1.8em auto 0.4em;
  }
  .questionnaire .sub_title {
    width: auto;
    padding-block: 0.1em;
  }
  .questionnaire .inner {
    padding: 1.4em;
  }
}

@media screen and (min-width: 750px) {
  p.pc_que {
    width: 80%;
    margin-inline: auto;
  }
}
.clinic_point {
  margin: 0 0.6em 1.4em;
}
.clinic_point h3 {
  font-size: 1.2em;
  font-weight: bold;
}
.clinic_point h3 p {
  position: relative;
  width: auto;
  color: #21a8a5;
  text-align: center;
  margin: 0;
  z-index: 1;
}
.clinic_point h3 p::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #21a8a5;
  top: 50%;
  left: 0%;
  z-index: -1;
}
.clinic_point h3 p span {
  display: inline-block;
  background: #fff;
  padding: 0 0.4em;
}
@media screen and (min-width: 750px) {
  .clinic_point {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 90%;
    margin-inline: auto;
    padding-bottom: 1em;
  }
  .clinic_point h3 {
    width: 100%;
    margin: 0 auto 0.8em;
  }
}

.clinic_point .inner {
  display: flex;
  overflow: hidden;
  background: #fff;
  border: #21a8a5 solid 2px;
  border-radius: 10px;
  margin: 0.7em 0;
}
.clinic_point .inner .number {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #21a8a5;
  color: #fff;
  line-height: 1.3;
  font-weight: bold;
  margin: 0;
  padding: 0.3em 1.4em 0.2em 0.6em;
  clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
}
.clinic_point .inner .number span {
  font-size: 1.8em;
}
.clinic_point .inner .text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #21a8a5;
  font-size: 1.1em;
  font-weight: bold;
  text-align: left;
  margin: 0 0 0 0.4em;
  padding: 0.4em 0;
}
@media screen and (min-width: 750px) {
  .clinic_point .inner {
    width: 46%;
    flex-direction: column;
    align-items: normal;
    margin: 0 0.6em 1em;
  }
  .clinic_point .inner:last-of-type {
    width: 64%;
  }
  .clinic_point .inner .number {
    display: block;
    width: 100%;
    clip-path: none;
    font-size: 1.4em;
    text-align: center;
    padding: 0 0 0.2em;
  }
  .clinic_point .inner .number span {
    font-size: 1.2em;
  }
  .clinic_point .inner .text {
    display: block;
    width: auto;
    font-size: 1em;
    text-align: center;
    margin: 0;
  }
}

.distribution {
  background: #f2ffff;
  background-image: repeating-linear-gradient(0deg, transparent, transparent 9px, rgb(228, 228, 228) 9px, rgb(228, 228, 228) 10px), repeating-linear-gradient(90deg, transparent, transparent 9px, rgb(228, 228, 228) 9px, rgb(228, 228, 228) 10px);
  padding: 0.6em 0 0;
}
.distribution h3 {
  font-size: 1.1em;
  color: #21a8a5;
  margin-bottom: 0.2em;
}
.distribution h3 .main_title {
  display: block;
  background: #21a8a5;
  font-size: 1.1em;
  color: #fff;
  margin-top: 0.2em;
  padding: 0.2em 0 0.3em;
}

.distribution .inner {
  position: relative;
  width: 100%;
  background: url(../img/distribution.png) top/100% auto no-repeat;
  padding-top: 101%;
}
.distribution .inner .box {
  position: absolute;
  width: 28%;
  background: #fff;
  border: #333 solid 1px;
  border-width: 1px 2px 3px 1px;
  line-height: 1;
  margin: auto;
  z-index: 5;
}
.distribution .inner .box:nth-child(1) {
  width: 36%;
  padding: 0.3em 0.4em 0;
  top: 13%;
  left: 60%;
}
.distribution .inner .box:nth-child(1) span {
  display: inline-block;
  color: #ff0000;
  font-size: 0.8em;
}
.distribution .inner .box:nth-child(2) {
  padding: 0 0.2em;
  top: 31%;
  left: 59%;
}
.distribution .inner .box:nth-child(3) {
  padding: 0.2em 0;
  top: 59%;
  left: 52%;
}
.distribution .inner .box:nth-child(4) {
  padding: 0 0.4em;
  top: 71%;
  left: 6%;
}
.distribution .inner .box:nth-child(5) {
  padding: 0 0.4em;
  top: 82%;
  left: 15%;
}
.distribution .inner .circle {
  position: absolute;
  width: 40%;
  height: 20%;
  background: rgba(255, 246, 123, 0.8);
  border-radius: 50%;
  top: 10%;
  left: 58%;
  z-index: 2;
}
.distribution .inner .crown {
  position: absolute;
  width: 10%;
  top: 5%;
  left: 72%;
  z-index: 3;
}
@media screen and (min-width: 750px) {
  .distribution .inner {
    width: 60%;
    margin: auto;
    padding-top: 61%;
  }
  .distribution .inner .circle {
    height: 22%;
    top: 9%;
  }
  .distribution .inner .crown {
    width: 9%;
    top: 6%;
  }
}

.ranking_warp .yellow {
  font-size: 1.2em;
}

.ranking {
  border: 2px solid #000;
  margin: 2em 0.4em 0.4em;
  padding-bottom: 1.2em;
}
.ranking:first-of-type {
  background: #fffde7;
  border-color: #ff0000;
}
.ranking:last-of-type {
  margin-bottom: 2em;
}
.ranking h3 {
  position: relative;
  height: 44px;
  line-height: 40px;
  background: #000;
  font-size: 1.5em;
  text-align: left;
  font-weight: bold;
  padding-left: 52px;
}
.ranking h3 a {
  color: #fff;
}
.ranking h3 img {
  position: absolute;
  width: 40px;
  text-align: center;
  top: -9px;
  left: 2%;
}
.ranking .title {
  color: #ff0000;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0.4em 0 0.6em;
}
@media screen and (min-width: 750px) {
  .ranking {
    width: 90%;
    margin-inline: auto;
  }
  .ranking h3 {
    height: auto;
    margin-bottom: 0.4em;
    padding: 0.3em 0 0.3em 3.2em;
  }
  .ranking h3 img {
    width: 55px;
    top: -20%;
    left: 2%;
  }
  .ranking .title {
    font-size: 1.3em;
    margin: 0;
  }
}

.ranking_grid .banner {
  width: 94%;
  margin: auto;
}
.ranking_grid .ranking_list {
  width: 94%;
  background: #fff;
  border: 1px solid #c9c9c9;
  border-radius: 10px;
  margin: 1em auto 0;
}
.ranking_grid .ranking_list .head {
  background: #10a702;
  color: #fff;
  font-size: 1.1em;
  font-weight: bold;
  border: dashed 2px white;
  box-shadow: 0px 0px 0px 6px #10a702;
  margin: 0 0.2em;
  padding: 0.2em 0.5em 0.3em;
}
.ranking_grid .ranking_list ul {
  list-style-type: none;
  margin: 0.9em 0.6em 0.5em;
}
.ranking_grid .ranking_list ul li {
  position: relative;
  text-align: left;
  font-weight: bold;
  padding: 0.3em 0 0.3em 1.3em;
}
.ranking_grid .ranking_list ul li::before {
  content: "";
  position: absolute;
  width: 1.1em;
  height: 1.1em;
  background: url(../img/check.svg) 0/contain no-repeat;
  top: 8px;
  left: 0;
}
.ranking_grid table {
  width: 94%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 1em auto;
}
.ranking_grid table th, .ranking_grid table td {
  width: 50%;
  font-size: 0.8em;
  border: solid 1px #818181;
  padding: 0.3em 0.2em;
}
.ranking_grid table th {
  background: #21a8a5;
  color: #fff;
}
.ranking_grid table td {
  background: #fff;
}
@media screen and (min-width: 750px) {
  .ranking_grid {
    width: 94%;
    margin: 1em auto;
    display: grid;
    justify-content: space-between;
    grid-template-areas: "banner table" "list list";
    grid-template-columns: 42% 56%;
  }
  .ranking_grid .banner {
    width: 100%;
    margin: 0 1em 0 0;
    grid-area: banner;
  }
  .ranking_grid table {
    width: 100%;
    margin: auto;
    grid-area: table;
  }
  .ranking_grid table th, .ranking_grid table td {
    font-size: 0.8em;
  }
  .ranking_grid .ranking_list {
    width: 100%;
    grid-area: list;
  }
}

.ranking .box_txt {
  width: 94%;
  background: #fff;
  text-align: left;
  border: solid 1px #818181;
  border-radius: 5px;
  margin: 0 auto 1em;
  padding: 0.4em 0.6em;
}

.guide_box {
  width: 94%;
  background: #fff;
  border: #21a8a5 2px solid;
  margin: 0 auto 1.4em;
}
.guide_box .guide_box_title {
  background: #21a8a5;
  color: #fff;
  font-size: 1.3em;
  font-weight: bold;
  margin: 0;
  padding: 0.2em 0 0.4em;
}
.guide_box .box {
  padding: 0.4em 0.6em;
}
.guide_box .box table.case {
  width: 94%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0.4em auto 0.6em;
}
.guide_box .box table.case th, .guide_box .box table.case td {
  font-size: 0.8em;
  border: solid 1px #8f8f8f;
  padding: 0.4em;
}
.guide_box .box table.case th {
  width: 20%;
  background: #d4d4d4;
  white-space: nowrap;
}
.guide_box .box table.case th.sub_title {
  width: 100%;
  font-size: 0.9em;
}
.guide_box .box table.case td {
  width: 80%;
  background: #fff;
  text-align: left;
}
.guide_box .effects {
  width: 94%;
  background: #eeeeee;
  border: dashed 1px #696969;
  margin: 1.4em auto 0.8em;
  padding: 0.4em 0.6em;
}
.guide_box .effects p {
  font-size: 0.9em;
  text-align: left;
}

.ranking .review_box {
  width: 94%;
  background: #fff;
  border: #b49300 2px solid;
  margin: 0 auto 0.2em;
}
.ranking .review_box .head {
  background: #b49300;
  color: #fff;
  font-size: 1.1em;
  font-weight: bold;
  padding: 0.2em 0 0.4em;
}
.ranking .review_box .inner {
  margin: 0.7em 1.2em;
}
.ranking .review_box .inner .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #333;
  margin-bottom: 0.4em;
}
.ranking .review_box .inner .top .icon {
  width: 22%;
}
.ranking .review_box .inner .top .right {
  width: 76%;
  font-size: 1.1em;
  text-align: left;
  font-weight: bold;
}
.ranking .review_box .inner .txt {
  font-size: 0.9em;
  text-align: left;
  margin: 0 0.3em;
}

.ranking .small.review_small {
  width: 92%;
  margin: 0 auto 1em;
}

.star5_rating {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  color: #333;
  z-index: 0;
}
.star5_rating::before, .star5_rating::after {
  content: "★★★★★";
}
.star5_rating::after {
  position: absolute;
  color: #ffcf32;
  overflow: hidden;
  white-space: nowrap;
  top: 0;
  left: 0;
  z-index: 1;
}
.star5_rating[data-rate="5"]:after {
  width: 100%;
}
.star5_rating[data-rate="4"]:after {
  width: 80%;
}

.ranking .small.review_small {
  width: 92%;
  margin: 0 auto 1em;
}

.ranking .dmm_calendar {
  display: inline-flex;
  justify-content: center;
  background: #fff;
  margin: 0 auto 1em;
}
@media screen and (max-width: 350px) {
  .ranking .dmm_calendar {
    display: block;
    width: 94%;
    overflow: scroll;
  }
}

.ranking .rank_images {
  width: 92%;
  max-width: 500px;
  text-align: center;
  margin: 0 auto 1em;
}

.ranking_coupon .coupon_box {
  background: #fff;
  border: 2px solid #1ac69b;
  border-radius: 8px;
  margin: 0 0.6em 1em;
}
.ranking_coupon .coupon_box .head {
  background: #1ac69b;
  color: #fff;
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 0.5em;
  padding: 0.2em 0 0.4em;
}
.ranking_coupon .coupon_box .head .yellow {
  font-size: 1.1em;
}
.ranking_coupon .coupon_box .images {
  width: 80%;
  max-width: 250px;
  margin: 0.2em auto 0.7em;
}
.ranking_coupon .coupon_box .code {
  font-weight: bold;
  margin-bottom: 0.4em;
}
.ranking_coupon .coupon_box .code span {
  color: #1ac69b;
}
.ranking_coupon .coupon_box.coupon2 {
  border-color: #00b7c2;
}
.ranking_coupon .coupon_box.coupon2 .head {
  background: #00b7c2;
}
.ranking_coupon .coupon_box.coupon2 .code span {
  color: #00b7c2;
}
.ranking_coupon .coupon_box button {
  cursor: pointer;
  background: #007bff;
  color: #fff;
  font-size: 0.9em;
  font-weight: bold;
  border: none;
  box-shadow: 0 3px #0056b3;
  border-radius: 8px;
  margin-bottom: 1em;
  padding: 0.5em 1em;
}
.ranking_coupon .coupon_box button:hover {
  background: #0069d9;
  box-shadow: 0 3px #004085;
}
@media screen and (min-width: 750px) {
  .ranking_coupon {
    display: flex;
    justify-content: center;
    width: 90%;
    margin: auto;
  }
  .ranking_coupon .coupon_box {
    width: 50%;
  }
  .ranking_coupon .coupon_box .head {
    font-size: 1em;
  }
}

.cta_box {
  width: 94%;
  background: #fff;
  text-align: center;
  border: 2px solid #36D2AD;
  border-radius: 8px;
  margin: 0 auto 0.2em;
  padding: 0.2em 0.4em 1.4em;
}
.cta_box .cta {
  position: relative;
  color: #00b781;
  font-size: 1.1em;
  font-weight: bold;
  margin: 0;
}
.cta_box .cta::before, .cta_box .cta::after {
  content: "";
  position: absolute;
  display: inline-block;
  background: #00b781;
  top: 50%;
  width: 44px;
  height: 1px;
}
.cta_box .cta::before {
  left: -10px;
  transform: rotate(60deg);
}
.cta_box .cta::after {
  right: -10px;
  transform: rotate(-60deg);
}
.cta_box .btn a {
  width: 98%;
  font-size: 1.2em;
  border-radius: 10px;
  margin: 0.4em auto 0;
  padding: 0.5em 0 0.6em;
}
.cta_box .btn a::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  border-radius: 1px;
  top: 48%;
  right: 8%;
  transform: rotate(45deg) translateY(-50%);
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 750px) {
  .cta_box .cta {
    display: inline-block;
  }
  .cta_box .cta::before, .cta_box .cta::after {
    width: 70px;
  }
  .cta_box .cta:before {
    left: -76px;
    transform: rotate(45deg);
  }
  .cta_box .cta:after {
    right: -76px;
    transform: rotate(-45deg);
  }
  .cta_box .btn a {
    width: 80%;
    padding: 1em 0;
  }
  .cta_box .btn a::before {
    right: 4%;
  }
}

@media screen and (min-width: 750px) {
  .rank_small {
    width: 90%;
    margin: 0 auto 1.4em;
  }
}
.bottom_table h2 .yellow {
  font-size: 1.2em;
}

.bottom_table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  background: #fff;
  margin: 0 auto 0.2em;
}
.bottom_table table th, .bottom_table table td {
  font-size: 0.8em;
  border: 1px #9c9c9c solid;
  padding: 0.6em 0.4em;
  white-space: nowrap;
}
.bottom_table table th {
  background: #21a8a5;
  color: #fff;
}
.bottom_table table td {
  font-weight: bold;
}
.bottom_table table td:first-child {
  padding: 0;
}
.bottom_table table td .table_red {
  text-align: left;
  margin-bottom: 0.8em;
}
.bottom_table table td .table_red span {
  display: inline-block;
  background: #ce0000;
  color: #fff;
  font-size: 0.9em;
  padding: 0.2em 0.4em 0.2em 0.2em;
}
.bottom_table table td .logo {
  margin: 0.6em;
}
.bottom_table table td .logo a {
  text-decoration: underline;
}
.bottom_table table td .logo img {
  background: #fff;
  border: solid 1px #c7c7c7;
  margin-bottom: 0.3em;
  padding: 0.1em 0.2em;
}
.bottom_table table td .icon {
  width: 24px;
  margin-bottom: 0.2em;
}
.bottom_table table td .mini {
  display: none;
}
.bottom_table table td .btn a {
  color: #fff;
  border-radius: 6px;
  margin: 0.2em 0.4em 0.8em;
  padding: 0.6em 1em;
}
.bottom_table table tr:nth-child(2) {
  border: 2px solid #ff0000;
  background: #fffde7;
}
.bottom_table table tr:nth-child(2) td:first-child {
  vertical-align: top;
  padding: 0;
}
@media screen and (min-width: 750px) {
  .bottom_table table th, .bottom_table table td {
    font-size: 0.7em;
  }
  .bottom_table table th:nth-child(2), .bottom_table table td:nth-child(2) {
    display: none;
  }
}

.section1 .section_images {
  width: 90%;
  max-width: 400px;
}
.section1 .ranking {
  background: transparent;
  border: none;
  margin: 1em 0;
  padding-bottom: 0;
}
.section1 .ranking .bottom_img {
  text-align: center;
}
.section1 .ranking .ranking_list {
  margin-bottom: 0.4em;
}
.section1 .ranking .ranking_list .head {
  text-align: center;
}
.section1 .cta_box {
  margin: 0 auto 0.2em;
}
.section1 .cta_box p {
  width: auto;
  text-align: center;
  margin: 0;
}
.section1 .cta_box .pr {
  margin: 0.8em 0 0;
}
@media screen and (min-width: 750px) {
  .section1 .ranking {
    margin-inline: auto;
  }
  .section1 .ranking .ranking_grid {
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin: 0 auto 0.4em;
  }
  .section1 .ranking .ranking_grid .bottom_img {
    width: 300px;
    margin: 0;
  }
  .section1 .ranking .ranking_grid .ranking_list {
    display: inline-block;
    width: auto;
    margin: 0;
  }
  .section1 .ranking .ranking_grid .ranking_list .head {
    width: auto;
    font-size: 1.1em;
  }
  .section1 .ranking .ranking_grid .ranking_list ul {
    display: block;
  }
  .section1 .ranking .ranking_grid .ranking_list ul li {
    width: auto;
    font-size: 1em;
  }
  .section1 .sec_pc {
    width: 100%;
  }
}

.search {
  background: #17c4c1;
  padding: 0 0.6em 1.5em;
}
.search h3 {
  color: #fff;
  padding: 0.4em 0;
}
.search h3 img {
  width: 1em;
  vertical-align: middle;
  margin: 0 0.2em 0.1em 0;
}
.search .select_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.search .select_flex .select_box {
  position: relative;
  width: 45%;
  margin: 0.4em;
}
.search .select_flex .select_box::after {
  content: "<>";
  font: 15px "Consolas", monospace;
  color: #008a49;
  transform: translateY(-50%) rotate(90deg);
  right: 1%;
  top: 50%;
  position: absolute;
  pointer-events: none;
}
.search .select_flex .select_box select {
  width: 100%;
  color: #333;
  background: #fff;
  font-size: 1em;
  border: none;
  border-radius: 4px;
  padding: 0.6em 0.4em;
  appearance: none;
}
.search button {
  position: relative;
  display: inline-block;
  width: 90%;
  background-image: linear-gradient(#079ddd 0%, #1066d7 100%);
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  border-style: none;
  box-shadow: 0 3px 0 #000a46;
  border-radius: 10px;
  margin: 1em 0;
  padding: 14px 0;
  cursor: pointer;
}
.search button img {
  width: 1em;
  vertical-align: text-top;
  margin-right: 0.2em;
}
.search button:hover {
  transform: translateY(4px);
  box-shadow: none;
}

.effects_wrap h3 {
  color: #21a8a5;
  font-size: 1.2em;
  padding: 2em 0 0;
}
.effects_wrap .effects_box {
  border: 1px solid #9c9c9c;
  margin: 1em 0.6em;
}
.effects_wrap .effects_box .name {
  background: #ececec;
  font-weight: bold;
  border-bottom: 1px solid #9c9c9c;
  padding: 0.2em 0 0.3em;
}
.effects_wrap .effects_box .txt {
  font-size: 0.9em;
  text-align: left;
  padding: 0.6em;
}
@media screen and (min-width: 750px) {
  .effects_wrap .effects_box {
    width: 90%;
    margin: 1.6em auto;
  }
}

footer {
  display: block;
  width: 100%;
  background: #21a8a5;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 7em;
}
footer a {
  color: #fff;
}
footer a:hover {
  opacity: 1;
  text-decoration: underline;
}
footer ul {
  display: flex;
  justify-content: center;
  list-style-type: none;
  margin-bottom: 0.2em;
}
footer ul li {
  padding: 0 1.2em;
  border-left: 1px solid #fff;
}
footer ul li:last-child {
  border-right: 1px solid #fff;
}

.fixed_bottom {
  position: fixed;
  width: 100%;
  background: rgba(33, 168, 165, 0.7);
  z-index: 100;
  bottom: 0;
}

.modal_wrap input {
  display: none;
}
.modal_wrap input:checked ~ .modal_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.2s;
}
.modal_wrap .modal_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}
.modal_wrap .modal_overlay {
  display: flex;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(50, 50, 50, 0.6);
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 0;
  overflow: auto;
  transition: opacity 0.2s, transform 0s 0.2s;
  transform: scale(0);
}
.modal_wrap .modal_overlay .modal_content {
  position: absolute;
  width: 96%;
  max-width: 500px;
  top: 50%;
  left: 50%;
  align-self: flex-start;
  transform: translate(-50%, -50%);
}
.modal_wrap .modal_overlay .modal_content input[type=checkbox]:checked ~ #example {
  background: #fff;
  padding: 0 0 0.1em;
  animation: 0.4s linear rotation1;
}
.modal_wrap .modal_overlay .modal_content .modal_box {
  background: #f0faff;
  border: #079ddd 2px solid;
  padding: 0.7em 0.4em;
}
.modal_wrap .modal_overlay .modal_content .modal_box .title {
  color: #079ddd;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0.4em;
}
.modal_wrap .modal_overlay .modal_content .modal_box .btn a {
  width: 98%;
  max-width: 360px;
  font-size: 1.1em;
  border-radius: 8px;
  margin: 0.8em auto 1em;
  padding: 0.6em 0;
}
.modal_wrap .modal_overlay .modal_content .close-btn {
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #333;
  top: -27px;
  right: 0;
}
.modal_wrap .modal_overlay .modal_content .close-btn::before, .modal_wrap .modal_overlay .modal_content .close-btn::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 3px;
  height: 10px;
  top: 50%;
  left: 50%;
}
.modal_wrap .modal_overlay .modal_content .close-btn:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal_wrap .modal_overlay .modal_content .close-btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@keyframes rotation1 {
  0% {
    transform: rotate(0) scale(0.4);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
.result {
  padding-bottom: 2em;
}
.result h3.result_title {
  position: relative;
  display: inline-block;
  font-size: 1.2em;
  line-height: 1.7;
  margin: 0.4em;
}
.result h3.result_title::after, .result h3.result_title::before {
  content: "";
  position: absolute;
  width: 40%;
  border-top: 6px double #21a8a5;
  top: 50%;
  transform: translateY(-50%);
}
.result h3.result_title::before {
  left: -4em;
}
.result h3.result_title::after {
  right: -4em;
}
.result h3.result_title img {
  width: 1.1em;
  vertical-align: middle;
  margin: 0 0 0.2em;
}

.result_table {
  background: #d3f3ff;
  padding: 0.6em 0.4em 1.8em;
}
.result_table p {
  color: #21a8a5;
  text-align: left;
  font-weight: bold;
  margin-bottom: 0.3em;
}
.result_table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: 0.8em;
  margin: auto;
}
.result_table table th {
  background: #21a8a5;
  color: #fff;
  border: solid 1px #818181;
  padding: 0.6em 0.4em;
}
.result_table table td {
  background: #fff;
  font-weight: bold;
  border: solid 1px #818181;
  padding: 0.4em;
}
@media screen and (min-width: 750px) {
  .result_table p, .result_table table {
    width: 90%;
    margin-inline: auto;
  }
}

.content2 .ranking {
  border-color: #000;
  background: transparent;
}
.content2 .ranking:first-of-type {
  margin-top: 0;
}
.content2 h3 {
  background: #21a8a5;
  color: #fff;
  text-align: center;
  margin-bottom: 1em;
  padding-left: 0;
}