@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&display=swap');
body {
  font-size: 14px;
  color: #333;
  font-family: 'M PLUS 1p', sans-serif;

}

a {
  transition: 0.3s ease-in-out;
  text-decoration: none;
  background-color: transparent;
}

*, ::after, ::before {
  box-sizing: inherit;
}

img {
  width: 100%;
  vertical-align: top;
}

a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
}

.container {
  max-width: 750px;
  margin: 0 auto;
}

.inner {
  padding: 0 15px;
}


/*header*/

.header {
  padding: 10px 0;
}

.header-sub {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}

.header-sub span {
  color: #ff7495;
}

.header-main {
  font-size: 23px;
  text-align: center;
  font-weight: bold;
}

.main-ttl {
  margin-bottom: 20px;
}

.top-rank {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.top-rank__item {
  width: 32%;
}

.top-rank__item a {
  color: #333;
}

.top-rank-ico {
  width: 30px;
  margin: 0 auto;
}

.top-rank-name {
  text-align: center;
  font-weight: bold;
  margin: 5px 0;
}

.top-rank-logo {
  border: 1px solid rgb(213, 213, 213);
  padding: 5px;
}

.point3-content {
  padding-top: 20px;
  padding-bottom: 20px;
}

.rank-content {}

.rank-content-ttl {
  margin-bottom: 20px;
}

.rank-box {
  background: #fff;
  margin: 0 10px;
  margin-bottom: 30px;
  border-bottom: dotted 2px #cfcfcf;
}

.rank-box-ttl {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.rank-img::before {
  display: block;
  width: 100%;
  height: 2px;
  display: block;
  content: "";
  background-image: radial-gradient( circle farthest-corner at 10% 20%,  rgba(1,150,21,1) 0%, rgba(198,239,146,1) 90% );
}

.rank-ico {
  width: 50px;
  margin-right: 15px;
}

.shop-name a {
  font-size: 24px;
  font-weight: 600;
  color:#444 ;
}

.rank-table {
  width: 100%;
  border: 1px solid #ffa938;
  margin-top: 10px;
}
.rank-box .rank-table:nth-of-type(2) {
  width: 100%;
  border-top: none;
  margin-top: 0;
}

.rank-table th, .rank-table td {
  width: 33%;
  text-align: center;
}

.rank-table th {
  background: #fffdf4;
  font-size: 13px;
  font-weight: 600;
  color: #ffa938;
  padding: 5px 0;
  border-right: 1px solid #ffa938;
  border-top: 1px solid #ffa938;
}

.rank-table td {
  font-weight: 600;
  padding: 5px 0;
  border-right: 1px solid #ffa938;
  border-top: 1px solid #ffa938;
}
.rank-box .rank-table:nth-of-type(2) th {
  border-top: none;
}


/*cta-btn*/

@keyframes shiny {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0;
  }
  50% {
    transform: scale(1) rotate(25deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0;
  }
}

.cta-btn {
  position: relative;
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-image: radial-gradient( circle 860px at 11.8% 33.5%,  rgba(240,30,92,1) 0%, rgba(244,49,74,1) 30.5%, rgba(249,75,37,1) 56.1%, rgba(250,88,19,1) 75.6%, rgba(253,102,2,1) 100.2% );
  padding: 10px 0;
  box-shadow: 4px 4px #c00707;
  cursor: pointer;
  overflow: hidden;
  font-size: 18px;
  border-radius: 50px;
  margin: 10px 0 30px;
}

 .gtm-healthtechginza-2 {
  padding: 10px 0;
 }

.cta-btn i {
  padding-left: 10px;
}

.cta-btn::after {
  content: '';
  position: absolute;
  top: -100px;
  left: -100px;
  width: 50px;
  height: 50px;
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 0) 0%);
  animation-name: shiny;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

.hikaku-btn {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #ffa938;
  cursor: pointer;
  overflow: hidden;
  font-size: 18px;
  border-radius: 50px;
  margin: 20px 0;
  box-shadow: 4px 4px #c89736;
  margin-bottom: 30px;
}

.hikaku-btn i {
  padding-left: 10px;
}

.hikaku-btn::after {
  content: '';
  position: absolute;
  top: -100px;
  left: -100px;
  width: 50px;
  height: 50px;
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 0) 0%);
  animation-name: shiny;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

.ichioshi-ttl {
  margin: 20px 0 20px;
}

.kuchikomi-ttl {
  margin: 20px 0 20px;
}


.ico-wrap {
  position: absolute;
  right: 20px;
  top: 20px;
}

.taisaku-ttl {
  font-size: 14px;
  border-left: none;
  border-right: none;
  padding: 20px 20px;
  cursor: pointer;
  text-align: center;
  position: relative;
  margin: 20px 0 0;
  background-color: #323e48;
  font-weight: 500;
  font-weight: bold;
  color: #fff;

}

.taisaku-content {
  display: none;
  border: 1px solid #323e48;
  padding: 0 20px 10px;
  font-size: 14px;
}

.search-ttl {
  font-size: 14px;
  border-left: none;
  border-right: none;
  padding: 20px 20px;
  cursor: pointer;
  text-align: center;
  position: relative;
  font-weight: 500;
  color: #fff;
  margin: 10px 0;
  border: 2px solid #ffa938;
  color: #ffa938;
  font-weight: bold;
  border-radius: 50px;
  background: #fffaf0;

}
.search-ttl .dli-plus {
  display: inline-block;
  vertical-align: middle;
  color: #ffa938;
}


.kensaku-content {
  display: none;
  border: 1px solid #f4fb85;
  padding: 10px;
  font-size: 14px;
  background: #fefff5;
}

.dli-plus {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 1em;
  height: 0.1em;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
}

.dli-plus::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}

.taisaku-ttl.open .dli-plus::before,
.search-ttl.open .dli-plus::before {
  display: none;
}


.taisaku-content-inner {
  display: flex;
  flex-wrap: wrap;
}

.taisaku-check {
  width: 6%;
  line-height: 1.5;
  margin-bottom: 7px;
  color: #7a859b;
}

.taisaku-text {
  width: 92%;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 7px;
}
.taisaku-text span {
  color: #ffa938;
}
.taisaku-step {
  font-weight: 600;
  padding:20px 0 5px;
}

.shop-img {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}
.shop-img-item {
  background: #ccc;
  width: 49%;
  text-align: center;
}
.otoku {
  margin-top: 20px;
}
.kangen {
  background: #feeedc;
  padding: 20px 0;
  border: 1px solid #f7981d;
}
.kangen-ttl {
  font-size: 20px;
  text-align: center;
  background: #f7981d;
  padding: 5px;
  color: #323e48;
  font-weight: bold;
  margin-top: 20px;
}
.kangen-num {
  text-align: center;
  color: #f7981d;
  font-size:70px;
  font-weight: 600;
}
.kangen-num span{
  font-size: 40px;
}















.swiper-container {
  width: 100%;
  overflow: hidden;
}

.swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: none !important
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: none !important
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 0px !important;
  left: auto;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 0 !important;
  right: auto;
}

.table-scrolling {
  overflow-x: auto;
}


/* ranking-table-o */

.ranking-table-o {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  overflow: scroll;
}

.ranking-table-o tbody {
  width: max-content;
}

.ranking-table-o-ttl {
  width: 100%;
  height: 50px;
  background-color: #ffa311;
  line-height: 50px;
  text-align: center;
  color: #fff;
  display: block;
  text-align: center;
  font-weight: bold;
}

.ranking-table-o th, .ranking-table-o td {
  width: calc(100% / 6);
  min-width: calc(500px / 6);
  padding: 3px 0;
  vertical-align: middle;
  text-align: center;
  line-height: 1.3;
  border: 0.5px #dedede solid;
  font-size: 13px;
}
.text-small {
  display: block !important;
  font-size: 10px;
  width: 100%;
}

.ranking-table-o th {
  background: #333;
  font-weight: 500;
  position: sticky;
  left: 0;
  color: #fff;
  z-index: 99999;
}
.osusume {
  margin-bottom: 40px;
}

.ranking-table-o td {
  background: #f9f9f9;
  font-weight: 500;
}

.ranking-table-o img {
  max-height: 200px;
  width: 100px;
  padding: 0 10px; 
}
.td-in {
  position: relative;
  height: 53px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display:grid;
  align-items: center;
  vertical-align: middle;
}
.ranking-table-o td .button {
  text-decoration: none;
}

.ranking-table-o em {
  font-weight: 700;
}

.ranking-table-o small {
  font-size: .85rem;
}

.table-ttl-o {
  border: none !important;
  color: #fff;
  background: #ffa311 !important;
}

.ranking-table-o td .rank-ttl {
  display: block;
  text-decoration: none;
  position: relative;
}

.ranking-table-o td .rank-ttl .rank-nam {
  position: absolute;
  top: -10px;
  left: -7px;
  width: 28px;
}

.ranking-table-o td .rank-ttl p {
  margin: 0;
  color: #000;
  background: #fff;
  /* height: 75px; */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  width: 100%;
  min-width: 85px;
  height: 40px;
}





/* ranking table */
.ranking-title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ranking-title img {
  width: 64px;
}
/* .ranking-table-wrapper {
  border: 1px solid #3ca2f9;
} */
.ranking-table {
  width: 100%;
  font-size: .75rem;
}
.ranking-table th,
.ranking-table td {
  width: calc(100% / 8);
  min-width: calc(350px / 3);
  padding: 8px;
  font-size: 1rem;
  vertical-align: middle;
  border: 1px solid #ffa938;
  text-align: center;
}
.ranking-table th {
  background: #fffaf0;
  font-size: 13px;
  font-weight: 600;
  color: #ffa938;
  padding: 5px;
  border-right: 1px solid #ffa938;
  border-top: 1px solid #ffa938;
  border-bottom: 1px solid #ffa938;
}
.ranking-table td {
  font-weight: 500;
  padding: 5px 0;
  border: 1px solid #ffa938;
  border-top: 1px solid #ffa938;
  font-size: 13px;
}

.ranking-table img {
  width: auto;
  max-height: 93px;
}
.ranking-table td .button {
  font-size: 1.2rem;
  text-decoration: none;
}
.ranking-table em {
  font-size: 1rem;
  font-weight: 700;
}
.ranking-table small {
  font-size: .5rem;
}
@media (max-width: 575.98px) {
  .ranking-title img {
    width: 48px;
  }
}




@media (min-width:768px) {
  .ranking-table-o td .rank-ttl .rank-nam {
    position: absolute;
    top: 0px;
    left: 0;
    width: 37px;
  }
}
.table-main-btn {
  color: #fff;
  background-color: #3ad13a;
  border-bottom: 3px solid #188518;
  cursor: pointer;
  overflow: hidden;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin: 5px;
}
.table-btn {
  color: #fff;
  background-color: #3ad13a;
  border-bottom: 3px solid #188518;
  cursor: pointer;
  overflow: hidden;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin: 5px;
}

.do {
  color: #f00;
  font-size: 3rem;
  position: absolute;
  top: -6%;
  left: 29%;
  z-index: 0;
  opacity: .1;
}
.no {
  color: rgb(68, 68, 245);
  font-size: 4rem;
  position: absolute;
  top: -36%;
  left: 32%;
  z-index: 0;
  opacity: .1;
  font-weight: normal;
}
.ta {
  color: rgb(85, 243, 64);
  font-size: 3rem;
  position: absolute;
  top: -10%;
  left: 30%;
  z-index: 0;
  opacity: .2;
}
.ci {
  color: rgb(231 232 42);
  font-size: 3rem;
  position: absolute;
  top: -6%;
  left: 29%;
  z-index: 0;
  opacity: .3;
}
.osusume-cont {
  position: relative;
}
.footer {
  text-align: center;
  background: #ffa938;
  color: #fff;
  padding: 30px 0;
  margin-top: 40px;
}

.cta-btn.osusume-btn {
  position: relative;
  display: block;
  width: 80%;
  position: absolute;
  left: 10%;
  bottom: 5%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #ed4848;
  box-shadow: 4px 4px #d22727;
  cursor: pointer;
  overflow: hidden;
  font-size: 18px;
  border-radius: 50px;
  margin: 10px 0 30px;
}




/* search form */
.hide {
  display: none;
}
.search-form-table {
  width: 100%;
  margin-bottom: 20px;
}
.search-form-table th,
.search-form-table td {
  padding: 8px;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #ffa938;
}
.search-form-table td ul li {
}

.search-form-table th {
  width: 30%;
  background: #fffaf0;
  text-align: center;
  color: #ffa938;
  font-weight: bold;
}
.search-form {
  background: #fff;
  border-radius: 4px;
}
.search-form-axis li:not(:last-child) {
  margin-right: 8px;
}
.search-form-detail {
  border-top: 1px dashed #df97a8;
}
.c {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.search-btn {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  position: relative;
  display: block;
  width: 92%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #ffa938;
    box-shadow: 4px 4px #c89736;
    cursor: pointer;
    overflow: hidden;
    font-size: 15px;
    border-radius: 50px;
    margin: 10px 4% 30px;
    padding: 0;
}
.mb-15 {
  margin-bottom: 15px;
}
.search-clear {
  text-align: center;
  display: block;
  color: #333;
  font-size: 14px;
}
.search-clear i {
  padding-right: 10px;
}
.result-ttl {
  background: #ffa938;
  color: #fff;
  text-align: center;
  font-size: 17px;
  padding: 10px 0;
  margin-top: 20px;
}
.result-btn {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  position: relative;
  display: block;
  width: 90%;
  margin-left: 5%;
  height: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #3ad13a;
    border-bottom: 3px solid #188518;
    cursor: pointer;
    overflow: hidden;
    font-size: 15px;
    border-radius: 10px;
    padding: 0;
}

/*info.html*/

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.info_header {
  background: #ffa938;
  padding: 1em 0;
  margin-bottom: 0.5em;
  text-align: center;
}

.info_header h1 {
  font-size: 1.5rem;
  color: #FFF;
  font-weight: bold;
}



.pankuzu{
  font-size: 12px;
  margin-bottom: 3em;
  margin-top: 1em;
}

.pankuzu span{
  padding: 0 0.7em;
}

.info_content {
}

@media screen and (max-width: 767px) {
  .info_content {
    padding: 0 1em;
  }
}

@media screen and (min-width: 768px) {
  .info_content {
    width: 740px;
    margin: 0 auto;
    padding: 0 1rem;
  }
}

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

.article-block:last-child {
  margin-bottom: 0;
}



.article-block h2 {
  font-size: 1.5rem;
  color: #323e48;
  margin-bottom: 1em;
  font-weight: bold;
  margin-top: 2em;
}

@media screen and (max-width: 768px) {
  .article-block h1,h2 {
    margin-bottom: 0.6em;
  }
  
}

.article-block p{
  font-size: 1.2em;
  text-align: justify;
  line-height: 1.6em;
  padding-bottom: 20px;
}

.article-block__ttl {
  font-size: 1rem;
  position: relative;
}

footer .footer-inr {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 30px 0;
}

@media screen and (min-width: 768px) {
  footer .footer-inr {
    width: 740px;
    margin: 0 auto;
    padding: 30px 0;
    display: flex;
    justify-content: center;
  }
}

footer .footer-inr .u-link {
  color: #282b45;
}

.footer_link a {
  color: #fff;
}

.footer_link{margin-bottom: 0.6em;}

.footer_link a:visited{color: #FFF;}

.info_ad{
  text-align: center;
}

@media (min-width:768px) {
  .pc_none {
    display: none;
  }
  .sp_none{
    display: block;
  }
}

@media (max-width:767px) {
  .pc_none {
    display: block;
  }
  .sp_none{
    display: none;
  }
}

.orange{
  color: #f7981d;
  font-weight: bold;
}

#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}

table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}

table.formTable td,table.formTable th{
	border:1px solid #ffa938;
	padding:10px;
  text-align: left;
}

table.formTable th{
	width:30%;
  vertical-align: top !important;
	font-weight:bold;
	background-color:#fffdf4;
	text-align:left;
  
}



.center{
  box-sizing: revert;
  margin-top:20px;
  margin-bottom: 20px;
}

.text_caution {
  color: #282b45;
  font-size: 12px;
  line-height: 1.4;
  margin-top: 10px;
}

/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:572px) {
  #formWrap {
    width:95%;
    margin:0 auto;
  }
  
  table.formTable th, table.formTable td {
    width:auto;
    display:block;
  }
  
  table.formTable th {
    margin-top:5px;
    border-bottom:0;
  }
  
  form input[type="text"], form textarea {
    width:80%;
    padding:5px;
    font-size:110%;
    display:block;
    margin: 5px;
  }
  
  form input[type="submit"], form input[type="reset"], form input[type="button"] {
    display:block;
    width:95%;
    height:40px;
    margin:10px auto;
  }
  }



  /* 20230720 */

  .three_base{
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }

  .mt--20{
    margin-top: -20px;
  }

  .mt-20{
    margin-top: 20px;
  }

  .three_btn{
    position: absolute;
  }

  .three_btn--orange {
    color: #fff;
    background-color: #3ad13a;
    border-bottom: 3px solid #188518;
  }
  .three_btn--orange:hover {
    margin-top: 4px;
    color: #fff;
    background: #3ec13e;
    border-bottom: 2px solid #188518;
  }
  .three_btn--shadow {
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
  }



  .top_three li {
    display: flex;
  }

  .btn01{
    left: 35.5%;
    bottom:34%;
    padding: 3%;
    border-radius: 5px;
    font-size: clamp(10px, 3vw, 22px);
    text-align: center;
    line-height: 120%;
    width: 23%;
  }

  .btn01 span{
    font-weight: bolder;
    font-size: 1.2em;
  }

  .btn02{
    left: 3.8%;
    bottom:24%;
    padding: 3%;
    border-radius: 5px;
    font-size: clamp(10px, 3vw, 22px);
    text-align: center;
    line-height: 120%;
    width: 19%;
  }

  .btn02 span{
    font-weight: bolder;
  }

  .btn03{
    left: 70.5%;
    bottom:16%;
    padding: 3%;
    border-radius: 5px;
    font-size: clamp(10px, 3vw, 22px);
    text-align: center;
    line-height: 120%;
    width: 19%;
  }

  .btn03 span{
    font-weight: bolder;
  }

  @media screen and (max-width:750px) {
    .btn01{
     left: 36.5%;
      bottom:34%;
      padding: 2%;
      border-radius: 5px;
      font-size: clamp(10px, 3vw, 22px);
      text-align: center;
      line-height: 120%;
      width: 23%;
    }
  
    .btn01 span{
      font-weight: bolder;
      font-size: 1.2em;
    }
  
    .btn02{
      left: 5.5%;
     bottom:24%;
      padding: 3%;
      border-radius: 5px;
      font-size: clamp(10px, 3vw, 22px);
      text-align: center;
      line-height: 120%;
      width: 19%;
    }
  
    .btn02 span{
      font-weight: bolder;
    }
  
    .btn03{
      left: 69.3%;
      bottom:15%;
      padding: 3%;
      border-radius: 5px;
      font-size: clamp(10px, 3vw, 22px);
      text-align: center;
      line-height: 120%;
      width: 19%;
    }
  
    .btn03 span{
      font-weight: bolder;
    }
  }

  .midahi {
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    border-bottom: solid 2px #e9e9e9;
    padding-bottom: 10px;
    margin-top: 30px;
  }
  .midahi::before {
    width: 5px;
    height: 25px;
    background: #ffa938;
    content: "";
    display: block;
    margin-right: 15px;
    border-radius: 10px;
  }
  .midahi-text {
    text-align: left;
    margin-top: 13px;
    font-size: 15px;
    line-height: 1.5;

  }
  .midahi:nth-of-type(1) {
    margin-top: 80px;
  }


  @media screen and (max-width:572px) {
    .midahi:nth-of-type(1) {
      margin-top: 40px;
    }
  }