@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&display=swap');

body {
  font-size: 12px;
  color: #333;
  font-family: 'M PLUS 1p', sans-serif;
  background-color: #282a2e;
  
}

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

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

img {
  width: 100%;
}

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

.container {
  max-width: 700px;
  margin: 0 auto;
  box-shadow: 0 0 10px #000;
  background-image:url(../img/bg-pattern.png);
  background-repeat: repeat;   
  
}

.inner {
  padding: 30px 0 0;
  margin: 0 auto;
  width: 90%;
}


/*header*/

.header {
  padding: 10px 0;
  background-color: #000;
  font-style: italic;
  color: #ffe555;
  font-weight: bolder;
  border-bottom: 2px solid #ffe555 ;
}

.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;
}

.mv img {
  vertical-align: bottom;
}

.main-ttl {
  padding: 10px 0;
}

.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;
  margin-top: 1.5rem;
}

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

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

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


@media (max-width: 575.98px) {
  .rank-ico {
  width: 50px;
  margin-right: 15px;
}
}

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

.rank-table {
  width: 100%;
  border: 1px solid #f46f8f;
  margin-top: 10px;
}

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

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

.rank-table td {
  background-color: #fff;
  font-weight: 600;
  padding: 5px 0;
    border-right: 1px solid #ffa200;
  border-top: 1px solid #ffa200;
  line-height: 1.5;
}

.hikaku_btn {}


/*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%;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #3baf90;
  box-shadow: 4px 4px #3d8a59;
  cursor: pointer;
  overflow: hidden;
  font-size: 18px;
  border-radius: 50px;
  margin: 10px 0 30px;

}



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

.cta-btn-image {
  display: block;
  margin: 0 auto 20px;
  width: 90%;
}

.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: #59bec1;
  cursor: pointer;
  overflow: hidden;
  font-size: 18px;
  border-radius: 50px;
  margin: 20px 0;
  box-shadow: 4px 4px #47a9ac;
  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 5px;
}

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


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

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

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



.search-ttl {
  width: auto;
  font-size: 16px;
  padding: 16px 16px;
  margin: 0 auto ;
  cursor: pointer;
  text-align: center;
  position: relative;
  background-color: #ffe555;
  font-weight: 500;
  color: #000;
  
}

.search-ttl_btn {
  width: auto;
  font-size: 16px;
  border-left: none;
  border-right: none;
  padding: 16px 16px;
  margin: 5px 10px 20px;
  cursor: pointer;
  text-align: center;
  position: relative;
  background-color: #f46f8f;
  font-weight: 600;
  color: #000;
  border-bottom:solid 3px   #d25c77;
  border-radius: 40px;
}

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


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

.dli-plus {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  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: #f46f8f;
}

.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;
}

.otoku img {
  margin-top: 2em;
}

.txt_p {
  color: #ff4e79;
}

.txt_b {
  font-weight: bold;
}

.marker {
  background: linear-gradient(transparent 60%, #ff6 60%);
}

.txt_notion{
  text-align: right;
  margin-top: 1rem;
}










.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: #f46f8f;
  font-weight: 500;
  position: sticky;
  left: 0;
  color: #fff;
  z-index: 99999;
}

.osusume {
  margin: 40px 0;
}

.column {
  margin-bottom: 40px;
}

.ranking-table-o td {
  background: #fffbfc;
  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 #ffbc00;
  text-align: center;
}

.ranking-table th {
  background: #fde9ee;
  font-size: 13px;
  font-weight: 600;
  color: #f46f8f;
  padding: 5px;
  border-right: 1px solid #f46f8f;
  border-top: 1px solid #f46f8f;
  border-bottom: 1px solid #f46f8f;
}

.ranking-table td {
  font-weight: 500;
  padding: 5px 0;
  border: 1px solid #f46f8f;
  border-top: 1px solid #f46f8f;
  font-size: 13px;
}

.ranking-table img {
  width: auto;
}

.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;
  }

  .inner {
    padding: 10px 0 0;
  }
}




@media (min-width:768px) {
  .ranking-table-o td .rank-ttl .rank-nam {
    position: absolute;
    top: 0px;
    left: 0;
    width: 37px;
  }
}

.table-btn {
  color: #fff;
  background-color: #a2a2a2;
  cursor: pointer;
  overflow: hidden;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin: 5px;
}


.osusume-cont {
  position: relative;
}

.footer {
  text-align: center;
  background: #ffe555;
  color: #000;
  padding: 20px 0;
  margin-top: 20px;
}

.footer a {
  text-align: center;
  background: #ffe555;
  color: #000;
  text-decoration: underline;
  margin-top: 40px;
}

.cta-btn.osusume-btn {
  position: relative;
  display: block;
  width: 80%;
  position: absolute;
  left: 10%;
  bottom: 7%;
  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;
}

@media (min-width:768px) {
  .cta-btn.osusume-btn {
    bottom: 16%;
  }
}



/* 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 #ffa200;
  
  background-color: #fff;
}

.search-form-table td ul li {}

.search-form-table th {
  width: 30%;
  background: #ffe555;
  text-align: center;
  color: #000;
  font-weight: bold;
}

.search-form {
  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: 2px solid #fff;
  position: relative;
  display: block;
  width: 92%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #00a608;
  box-shadow: 4px 4px #054800;
  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: #f46f8f;
  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: #3baf90;
  box-shadow: 4px 4px #3d8a59;
  cursor: pointer;
  overflow: hidden;
  font-size: 15px;
  border-radius: 10px;
  padding: 0;
}

.mt20 {
  margin-top: 20px;
}

.footer_link {
  padding: 10px;
  font-size: 1rem;

}


/*info.html*/

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #fff8e9;
}

.info_header {
  background: #282b45;
  border-bottom: 2px solid #ffe555 ;
  padding: 1em 0;
  margin-bottom: 0.5em;
  text-align: center;
}

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

.info_text {
  color: #282a2e;
}



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

.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: #282a2e;
  margin-bottom: 1em;
  font-weight: bold;
  margin-top: 2em;
}

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

  .article-block h1,
  h2 {
    margin-bottom: 0.6em;
  }

  .search-ttl {
    width: auto;
  }

}

.article-block p {
  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;
}

.List {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
}

@media screen and (max-width: 540px) {
  .List {
    margin-top: 24px;
  }
}

.List-Item {
  border-bottom: 1px solid #282b45;
  display: flex;
}

.List-Item:first-child {
  border-top: none;
}

.List-Item-Title {
  width: 30%;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.8;
  font-weight: bold;
  font-size: 15px;
}

@media screen and (max-width: 540px) {
  .List-Item-Title {
    display: flex;
    align-items: center;
    font-size: 14px;
  }
}

.List-Item-Text {
  width: 70%;
  padding: 10px;
  line-height: 1.4;
  font-size: 15px;
}

.List-Item-Ul {
  width: 70%;
  padding: 10px;
  line-height: 1.8;
  list-style: none;
  font-size: 15px;
}

@media screen and (max-width: 540px) {
  .List-Item-Text {
    display: flex;
    align-items: center;
    font-size: 14px;
  }

  .List-Item-Ul {
    font-size: 14px;
  }
}

.info_ad {
  text-align: center;
}

.info_ad img {}

/* contact.html */

.center input {
  box-sizing: revert;
}

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

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

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



.search-pankuzu {
  
  font-size: 12px;
  margin-bottom: .5em;
  margin-top: 1em;
  text-align: left;
  margin-left: 1.2em;
  color: #fff;
}

.search-pankuzu a {
  
  font-size: 12px;
  margin-bottom: .5em;
  margin-top: 1em;
  text-align: left;
  margin-left: 1.2em;
  color: #fff;
}

.search-pankuzu span {
  padding: 0 0.7em;
}

.info_content {
  background-color: #fff8e9;
}

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

  .sp_none {
    display: block;
  }
}

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

  .sp_none {
    display: none;
  }
}


/*20230410*/

.taiken {
  margin-top: 10px;
}

.mb3 {
  margin-bottom: 3%;
}

.report_video_hand {
  width: 70%;
  position: absolute;
  top: 16%;
  left: 15%;
}

.tab_wrapper {
  background-color: #f7dadc;
}

.tab {
  display: flex;
  background-color: #f7dadc;
  margin-top: 5%;
  width: 100%;
  margin: 0 auto;
  letter-spacing: 0.4em;
}

.tab__item {
  width: calc(100%/2);
  height: 50px;
  border-bottom: 3px solid #f1a0a6;
  background-color: #d9d9d9;
  font-size: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  cursor: pointer;
}

.tab__item--active {
  font-weight: bold;
  background-color: #f1a0a6;
  color: #FFF;
}

.main-slider {
  display: none;
  padding: 3em;
}

.main-slider img {
  width: 90%;
}

@media (max-width:768px) {
  .main-slider {
    padding: 1em;
  }

  .main-slider img {
    width: 100%;
  }
}

.main-slider--active {
  display: block;
}

.main-slider__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  color: #fff;
}

.top3 {
  margin-top: 1.5em;
}

.top3 img {
  vertical-align: bottom;
}


/* コラムのスタイルここから */

/*============================
#title_container
============================*/
section.title_container {
  width: auto;
}

section.title_container h1 {
  width: auto;
  padding: 20px 0;
  background-color: #f46f8f;
}

section.title_container h1 span {
  width: auto;
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6em;
}

section.title_container h1 span em {
  width: auto;
  display: inline-block;
  margin: 0 0 0 8px;
  font-size: 18px;
}

section.title_container p {
  width: auto;
  padding: 14px 0 0 0;
  font-size: 16px;
  line-height: 1.8em;
}

section.title_container p em {
  width: auto;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #FAE6D1 60%);
}

section.title_container figure {
  width: auto;
  padding: 14px 0 0 0;
}

section.title_container figure img {
  width: 100%;
}

section.title_container .logo {
  display: block;
  width: 70%;
  margin: 10px auto;
}

/*============================
.article_container
============================*/
section.article_container {
  width: auto;
  padding: 50px 0 0 0;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
h2 style
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

section.article_container h2 {
  width: auto;
  padding: 17px 0;
  background-color: #fde9ee;
  border-left: #f46f8f 8px solid;
}

section.article_container h2 span {
  width: auto;
  margin: 0 0 0 14px;
  display: block;
  color: #f46f8f;
  font-size: 22px;
  font-weight: bold;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
h3 style
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

section.article_container h3 {
  width: auto;
  padding: 30px 0 0 0;
}

section.article_container h3 span {
  width: auto;
  display: block;
  padding: 0 0 8px 0;
  color: #f46f8f;
  font-size: 19px;
  font-weight: bold;
  border-bottom: #f46f8f 2px solid;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
h4 style
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

section.article_container h4 {
  padding: 20px 0 0 0;
}

section.article_container h4 span {
  display: block;
  font-size: 18px;
  font-weight: bold;
}

section.article_container h4+p {
  padding-top: 8px;
}

/****** .list_block.bg_box ******/

section.article_container div.bg_box h3 {
  width: auto;
  padding: 30px 0 4px 0;
  margin: 0 30px;
  font-size: 19px;
  font-weight: bold;
  border-bottom: #665555 2px solid;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
p style
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

section.article_container p {
  width: auto;
  padding: 16px 0 0 0;
  font-size: 16px;
  line-height: 1.8em;
}

section.article_container p em {
  width: auto;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #FAE6D1 60%);
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
figure style
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

section.article_container figure {
  width: auto;
  padding: 16px 0 0 0;
}

section.article_container figure img {
  width: 100%;
}

section.article_container figure.two_img_type {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

section.article_container figure.two_img_type img {
  width: 49%;
  display: block;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ul.ol style
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

section.article_container ul,
section.article_container ol {
  width: auto;
  padding: 30px 0 0 0;
}

section.article_container ul li,
section.article_container ol li {
  width: auto;
}

section.article_container ul li span,
section.article_container ol li span,
section.article_container ol.desc li dl dd ul li span {
  width: auto;
  display: block;
  margin: 0 0 0 20px;
  position: relative;
}

section.article_container ul li span::before,
section.article_container ol.desc li dl dd ul li span::before {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  background-color: #f46f8f;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  position: absolute;
  top: 4px;
  left: -20px;
}

section.article_container ol li:nth-child(1) span::before {
  content: "1.";
  width: auto;
  height: auto;
  display: block;
  font-size: 17px;
  font-weight: bold;
  color: #f46f8f;
  position: absolute;
  top: 0;
  left: -20px;
}

section.article_container ol li:nth-child(2) span::before {
  content: "2.";
  width: auto;
  height: auto;
  display: block;
  font-size: 17px;
  font-weight: bold;
  color: #f46f8f;
  position: absolute;
  top: 0;
  left: -20px;
}

section.article_container ol li:nth-child(3) span::before {
  content: "3.";
  width: auto;
  height: auto;
  display: block;
  font-size: 17px;
  font-weight: bold;
  color: #f46f8f;
  position: absolute;
  top: 0;
  left: -20px;
}

section.article_container ol li:nth-child(4) span::before {
  content: "4.";
  width: auto;
  height: auto;
  display: block;
  font-size: 17px;
  font-weight: bold;
  color: #f46f8f;
  position: absolute;
  top: 0;
  left: -20px;
}

section.article_container ol li:nth-child(5) span::before {
  content: "5.";
  width: auto;
  height: auto;
  display: block;
  font-size: 17px;
  font-weight: bold;
  color: #f46f8f;
  position: absolute;
  top: 0;
  left: -20px;
}

section.article_container ol li:nth-child(6) span::before {
  content: "6.";
  width: auto;
  height: auto;
  display: block;
  font-size: 17px;
  font-weight: bold;
  color: #f46f8f;
  position: absolute;
  top: 0;
  left: -20px;
}

section.article_container ul li+li,
section.article_container ol li+li {
  margin-top: 30px;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
.ul.desc , ol.desc style
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

section.article_container ul.desc li span,
section.article_container ol.desc li span {
  margin: 0 0 0 0;
}

section.article_container ul.desc li span::before,
section.article_container ol.desc li span::before {
  display: none;
}

section.article_container ul.desc li dl,
section.article_container ol.desc li dl {
  width: auto;
}

section.article_container ul.desc li dl dt,
section.article_container ol.desc li dl dt {
  width: auto;
  position: relative;
}

section.article_container ul.desc li dl dt::before {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  background-color: #f46f8f;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  position: absolute;
  top: 4px;
  left: 5px;
}

section.article_container ol.desc li:nth-child(1) dl dt::before {
  content: "1.";
  width: auto;
  height: auto;
  display: block;
  font-size: 17px;
  font-weight: bold;
  color: #f46f8f;
  position: absolute;
  top: 0;
  left: 3px;
}

section.article_container ol.desc li:nth-child(2) dl dt::before {
  content: "2.";
  width: auto;
  height: auto;
  display: block;
  font-size: 17px;
  font-weight: bold;
  color: #f46f8f;
  position: absolute;
  top: 0;
  left: 3px;
}

section.article_container ol.desc li:nth-child(3) dl dt::before {
  content: "3.";
  width: auto;
  height: auto;
  display: block;
  font-size: 17px;
  font-weight: bold;
  color: #f46f8f;
  position: absolute;
  top: 0;
  left: 3px;
}

section.article_container ol.desc li:nth-child(4) dl dt::before {
  content: "4.";
  width: auto;
  height: auto;
  display: block;
  font-size: 17px;
  font-weight: bold;
  color: #f46f8f;
  position: absolute;
  top: 0;
  left: 3px;
}

section.article_container ol.desc li:nth-child(5) dl dt::before {
  content: "5.";
  width: auto;
  height: auto;
  display: block;
  font-size: 17px;
  font-weight: bold;
  color: #f46f8f;
  position: absolute;
  top: 0;
  left: 3px;
}

section.article_container ol.desc li:nth-child(6) dl dt::before {
  content: "6.";
  width: auto;
  height: auto;
  display: block;
  font-size: 17px;
  font-weight: bold;
  color: #f46f8f;
  position: absolute;
  top: 0;
  left: 3px;
}

section.article_container ol.desc li:nth-child(7) dl dt::before {
  content: "7.";
  width: auto;
  height: auto;
  display: block;
  font-size: 17px;
  font-weight: bold;
  color: #f46f8f;
  position: absolute;
  top: 0;
  left: 3px;
}

section.article_container ol.desc li:nth-child(8) dl dt::before {
  content: "8.";
  width: auto;
  height: auto;
  display: block;
  font-size: 17px;
  font-weight: bold;
  color: #f46f8f;
  position: absolute;
  top: 0;
  left: 3px;
}

section.article_container ul.desc li dl dt span,
section.article_container ol.desc li dl dt span {
  width: auto;
  padding: 0 0 8px 23px;
  display: inline-block;
  color: #f46f8f;
  font-size: 17px;
  font-weight: bold;
}

section.article_container ul.desc li dl dd,
section.article_container ol.desc li dl dd {
  width: auto;
}

section.article_container ul.desc li dl dd img,
section.article_container ol.desc li dl dd img {
  width: 100%;
}

section.article_container ul.desc li dl dd+dd,
section.article_container ol.desc li dl dd+dd {
  padding-top: 14px;
}

section.article_container ul.desc li dl dd span,
section.article_container ol.desc li dl dd span {
  width: auto;
  font-size: 16px;
  line-height: 1.8em;
}

section.article_container ul.desc li dl dd span em,
section.article_container ol.desc li dl dd span em {
  width: auto;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #fae6d1 60%);
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
.bg_box style
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

section.article_container div.bg_box {
  width: auto;
  margin: 16px 0 0 0;
  background-color: #f7f6f6;
}

section.article_container div.bg_box ul,
section.article_container div.bg_box ol {
  width: auto;
  padding: 30px 0;
  margin: 0 30px;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
#WOMEN02 style
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

div#WOMEN02 section.article_container div.point_block {
  width: auto;
  margin: 20px 0 0 0;
}

div#WOMEN02 section.article_container div.point_block ul {
  width: auto;
}

div#WOMEN02 section.article_container div.point_block ul li {
  width: auto;
}

div#WOMEN02 section.article_container div.point_block ul li span {
  width: auto;
  display: block;
}

div#WOMEN02 section.article_container div.point_block ul li dl {
  width: auto;
}

div#WOMEN02 section.article_container div.point_block ul li dl dt {
  width: auto;
  position: relative;
}

div#WOMEN02 section.article_container div.point_block ul li dl dt::before {
  display: none;
}

div#WOMEN02 section.article_container div.point_block ul li dl dt em {
  width: auto;
  display: inline-block;
  padding: 4px 10px;
  color: #fff;
  font-size: 14px;
  background-color: #f46f8f;
}

div#WOMEN02 section.article_container div.point_block ul li dl dt span {
  width: auto;
  padding: 0 0 8px 10px;
  display: inline-block;
  color: #f46f8f;
  font-size: 17px;
  font-weight: bold;
}

div#WOMEN02 section.article_container div.point_block ul li dl dd {
  width: auto;
}

div#WOMEN02 section.article_container div.point_block ul li dl dd span {
  width: auto;
  font-size: 16px;
  line-height: 1.8em;
}

div#WOMEN02 section.article_container div.point_block ul li dl dd span em {
  width: auto;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #fae6d1 60%);
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
#WOMEN03 style
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

div#WOMEN03 section.article_container ul.flex_box li dl {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

div#WOMEN03 section.article_container ul.flex_box li dl dt,
div#WOMEN03 section.article_container ul.flex_box li dl dd {
  width: 49%;
}

div#WOMEN03 section.article_container ul.flex_box li dl dt::before {
  display: none;
}

div#WOMEN03 section.article_container ul.flex_box li dl dd div.text_area h4 span {
  width: auto;
  color: #f46f8f;
  font-size: 17px;
  font-weight: bold;
  border-bottom: #f46f8f 2px solid;
}

div#WOMEN03 section.article_container ul.flex_box li dl dd div.text_area p {
  width: auto;
  padding: 14px 0 0 0;
}

div#WOMEN03 section.article_container ul.flex_box li dl dd div.text_area p span {
  width: auto;
  font-size: 16px;
  line-height: 1.8em;
  text-align: left;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
#WOMEN06 style
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

div#WOMEN06 section.article_container ol.desc li:nth-child(4) dl dd ul li dt::before,
div#WOMEN06 section.article_container ol.desc li dl dd ul li span::before {
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
}

div#WOMEN06 section.article_container ol.desc li dl dd ul li dt span,
div#WOMEN06 section.article_container ol.desc li dl dd ul li dd span {
  margin: 0 0 8px;
  padding-bottom: 0;
}

div#WOMEN06 section.article_container ol.desc li dl dd ul li dt span::before,
div#WOMEN06 section.article_container ol.desc li dl dd ul li dd span::before {
  content: none;
  margin: 0;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
#WOMEN29 style
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
div#WOMEN29 section.article_container .bg_box h4 {
  width: auto;
  padding: 30px 0 4px 0;
  margin: 0 30px;
}

div#WOMEN29 section.article_container .bg_box h4 span {
  width: auto;
  display: block;
  padding: 0 0 8px 0;
  color: #f46f8f;
  font-size: 19px;
  font-weight: bold;
  border-bottom: #f46f8f 2px solid;
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
simple table
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.table-wrapper {
  margin-top: 22px;
  margin-bottom: 10px;
  overflow: auto;
}

.simple-table {
  border: 1px solid black;
  width: 100%;
  overflow: scroll;
}

.simple-table thead {
  background-color: #f46f8f;
  font-weight: 700;
  color: #fff;
}

.simple-table th {
  padding: 5px 10px 5px 10px;
  border: 1px solid black;
  text-align: center;
}

.simple-table td {
  padding: 5px 10px 5px 10px;
  border: 1px solid black;
  text-align: center;
}




@media (max-width:768px) {

  /*============================
#title_container
============================*/
  section.title_container {
    width: auto;
  }

  section.title_container h1 {
    width: auto;
    padding: 20px 0;
    background-color: #f46f8f;
  }

  section.title_container h1 span {
    width: auto;
    display: block;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 1.4em;
  }

  section.title_container h1 span em {
    width: auto;
    display: inline-block;
    font-size: 18px;
    line-height: 1em;
  }

  section.title_container p {
    width: auto;
    padding: 14px 0 0 0;
    margin: 0 1.2rem;
    font-size: 17px;
    line-height: 1.8em;
  }

  section.title_container p em {
    width: auto;
    font-weight: bold;
    background: linear-gradient(transparent 60%, #FAE6D1 60%);
  }

  section.title_container figure {
    width: auto;
    padding: 14px 0 0 0;
    margin: 0 1.2rem;
  }

  section.title_container figure img {
    width: 100%;
  }

  section.title_container .logo {
    display: block;
    width: 90%;
    margin: 0 auto 14px;
  }



  /*============================
.article_container
============================*/
  section.article_container {
    width: auto;
    padding: 40px 0 0 0;
  }

  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
h2 style
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

  section.article_container h2 {
    width: auto;
    padding: 10px 0;
    margin: 0 1.2rem;
    background-color: #fde9ee;
    border-left: #f46f8f 8px solid;
  }

  section.article_container h2 span {
    width: auto;
    margin: 0 12px;
    display: block;
    color: #f46f8f;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6em;
  }

  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
h3 style
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

  section.article_container h3 {
    width: auto;
    padding: 30px 0 0 0;
    margin: 0 1.2rem;
  }

  section.article_container h3 span {
    width: auto;
    display: block;
    padding: 0 0 14px 0;
    color: #f46f8f;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.6em;
    border-bottom: #f46f8f 3px solid;
  }

  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
h4 style
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

  section.article_container h4 {
    padding: 20px 0 0 0;
    margin: 0 1.2rem;
  }

  section.article_container h4 span {
    display: block;
    font-size: 18px;
    font-weight: bold;
  }

  section.article_container h4+p {
    padding-top: 8px;
  }

  /****** .list_block.bg_box ******/

  section.article_container div.bg_box h3 {
    width: auto;
    padding: 30px 0 4px 0;
    margin: 0 1.5rem;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.6em;
    border-bottom: #665555 3px solid;
  }

  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
p style
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

  section.article_container p {
    width: auto;
    padding: 16px 0 0 0;
    margin: 0 1.2rem;
    font-size: 17px;
    line-height: 1.8em;
  }

  section.article_container p em {
    width: auto;
    font-weight: bold;
    background: linear-gradient(transparent 60%, #FAE6D1 60%);
  }

  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
figure style
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

  section.article_container figure {
    width: auto;
    padding: 16px 0 0 0;
    margin: 0 1.2rem;
  }

  section.article_container dd figure {
    margin: 0;
    padding: 0;
  }

  section.article_container figure img {
    width: 100%
  }

  section.article_container figure.two_img_type {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }

  section.article_container figure.two_img_type img {
    width: 49%;
    display: block;
  }

  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ul.ol style
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

  section.article_container ul,
  section.article_container ol {
    width: auto;
    padding: 30px 0 0 0;
    margin: 0 1.2rem;
  }

  section.article_container ul li,
  section.article_container ol li {
    width: auto;
  }

  section.article_container ul li span,
  section.article_container ol li span,
  section.article_container ol.desc li dl dd ul li span {
    width: auto;
    display: block;
    margin: 0 0 0 24px;
    font-size: 17px;
    line-height: 1.6em;
    position: relative;
  }

  section.article_container ul li span::before,
  section.article_container ol.desc li dl dd ul li span::before {
    content: "";
    width: 17px;
    height: 17px;
    display: block;
    background-color: #f46f8f;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    position: absolute;
    top: 5px;
    left: -22px;
  }

  section.article_container ol li:nth-child(1) span::before {
    content: "1.";
    width: auto;
    height: auto;
    display: block;
    font-size: 17px;
    font-weight: bold;
    color: #f46f8f;
    position: absolute;
    top: 0;
    left: -20px;
  }

  section.article_container ol li:nth-child(2) span::before {
    content: "2.";
    width: auto;
    height: auto;
    display: block;
    font-size: 17px;
    font-weight: bold;
    color: #f46f8f;
    position: absolute;
    top: 0;
    left: -20px;
  }

  section.article_container ol li:nth-child(3) span::before {
    content: "3.";
    width: auto;
    height: auto;
    display: block;
    font-size: 17px;
    font-weight: bold;
    color: #f46f8f;
    position: absolute;
    top: 0;
    left: -20px;
  }

  section.article_container ol li:nth-child(4) span::before {
    content: "4.";
    width: auto;
    height: auto;
    display: block;
    font-size: 17px;
    font-weight: bold;
    color: #f46f8f;
    position: absolute;
    top: 0;
    left: -20px;
  }

  section.article_container ol li:nth-child(5) span::before {
    content: "5.";
    width: auto;
    height: auto;
    display: block;
    font-size: 17px;
    font-weight: bold;
    color: #f46f8f;
    position: absolute;
    top: 0;
    left: -20px;
  }

  section.article_container ol li:nth-child(6) span::before {
    content: "6.";
    width: auto;
    height: auto;
    display: block;
    font-size: 17px;
    font-weight: bold;
    color: #f46f8f;
    position: absolute;
    top: 0;
    left: -20px;
  }

  section.article_container ul li+li,
  section.article_container ol li+li {
    margin-top: 30px;
  }





  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
.ul.desc , ol.desc style
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

  section.article_container ul.desc li span,
  section.article_container ol.desc li span {
    margin: 0 0 0 0;
  }

  section.article_container ul.desc li span::before,
  section.article_container ol.desc li span::before {
    display: none;
  }

  section.article_container ul.desc li dl,
  section.article_container ol.desc li dl {
    width: auto;
  }

  section.article_container ul.desc li dl dt,
  section.article_container ol.desc li dl dt {
    width: auto;
    position: relative;
    padding: 0 0 8px 0;
    border-bottom: #f46f8f 3px solid;
  }

  section.article_container ul.desc li dl dt span,
  section.article_container ol.desc li dl dt span {
    width: auto;
    padding: 0 0 0 24px;
    display: inline-block;
    color: #f46f8f;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.6em;
  }

  section.article_container ul.desc li dl dt::before {
    content: "";
    width: 17px;
    height: 17px;
    display: block;
    background-color: #f46f8f;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    position: absolute;
    top: 7px;
    left: 0px;
  }

  section.article_container ol.desc li:nth-child(1) dl dt::before {
    content: "1.";
    width: auto;
    height: auto;
    display: block;
    font-size: 19px;
    font-weight: bold;
    color: #f46f8f;
    position: absolute;
    top: 5px;
    left: 3px;
  }

  section.article_container ol.desc li:nth-child(2) dl dt::before {
    content: "2.";
    width: auto;
    height: auto;
    display: block;
    font-size: 19px;
    font-weight: bold;
    color: #f46f8f;
    position: absolute;
    top: 5px;
    left: 3px;
  }

  section.article_container ol.desc li:nth-child(3) dl dt::before {
    content: "3.";
    width: auto;
    height: auto;
    display: block;
    font-size: 19px;
    font-weight: bold;
    color: #f46f8f;
    position: absolute;
    top: 5px;
    left: 3px;
  }

  section.article_container ol.desc li:nth-child(4) dl dt::before {
    content: "4.";
    width: auto;
    height: auto;
    display: block;
    font-size: 19px;
    font-weight: bold;
    color: #f46f8f;
    position: absolute;
    top: 5px;
    left: 3px;
  }

  section.article_container ol.desc li:nth-child(5) dl dt::before {
    content: "5.";
    width: auto;
    height: auto;
    display: block;
    font-size: 19px;
    font-weight: bold;
    color: #f46f8f;
    position: absolute;
    top: 5px;
    left: 3px;
  }

  section.article_container ol.desc li:nth-child(6) dl dt::before {
    content: "6.";
    width: auto;
    height: auto;
    display: block;
    font-size: 19px;
    font-weight: bold;
    color: #f46f8f;
    position: absolute;
    top: 5px;
    left: 3px;
  }

  section.article_container ol.desc li:nth-child(7) dl dt::before {
    content: "7.";
    width: auto;
    height: auto;
    display: block;
    font-size: 19px;
    font-weight: bold;
    color: #f46f8f;
    position: absolute;
    top: 5px;
    left: 3px;
  }

  section.article_container ol.desc li:nth-child(8) dl dt::before {
    content: "8.";
    width: auto;
    height: auto;
    display: block;
    font-size: 19px;
    font-weight: bold;
    color: #f46f8f;
    position: absolute;
    top: 5px;
    left: 3px;
  }

  section.article_container ul.desc li dl dd,
  section.article_container ol.desc li dl dd {
    width: auto;
    padding: 14px 0 0 0;
  }

  section.article_container ul.desc li dl dd img,
  section.article_container ol.desc li dl dd img {
    width: 100%;
  }

  section.article_container ul.desc li dl dd span,
  section.article_container ol.desc li dl dd span {
    width: auto;
    font-size: 17px;
    line-height: 1.8em;
  }

  section.article_container ul.desc li dl dd span em,
  section.article_container ol.desc li dl dd span em {
    width: auto;
    font-weight: bold;
    background: linear-gradient(transparent 60%, #FAE6D1 60%);
  }

  section.article_container ul.desc li+li,
  section.article_container ol.desc li+li {
    margin-top: 36px;
  }



  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
.bg_box style
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

  section.article_container div.bg_box {
    width: auto;
    margin: 16px 1.4rem 0 1.4rem;
    background-color: #f7f6f6;
  }

  section.article_container dd div.bg_box {
    margin: 16px 0;
  }

  section.article_container div.bg_box ul,
  section.article_container div.bg_box ol {
    width: auto;
    padding: 1.5rem 0;
    margin: 0 1.5rem;
  }






























  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
#WOMEN02 style
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

  div#WOMEN02 section.article_container div.point_block {
    width: auto;
  }

  div#WOMEN02 section.article_container div.point_block ul.desc {
    width: auto;
  }

  div#WOMEN02 section.article_container div.point_block ul.desc li {
    width: auto;
  }

  div#WOMEN02 section.article_container div.point_block ul.desc li span {
    width: auto;
    display: block;
  }

  div#WOMEN02 section.article_container div.point_block ul.desc li dl {
    width: auto;
  }

  div#WOMEN02 section.article_container div.point_block ul.desc li dl dt {
    width: auto;
    position: relative;
  }

  div#WOMEN02 section.article_container div.point_block ul.desc li dl dt::before {
    display: none;
  }

  div#WOMEN02 section.article_container div.point_block ul.desc li dl dt em {
    width: auto;
    display: inline-block;
    padding: 3px 6px;
    color: #fff;
    font-size: 17px;
    background-color: #f46f8f;
  }

  div#WOMEN02 section.article_container div.point_block ul.desc li dl dt span {
    width: auto;
    display: block;
    padding: 7px 0 0 0;
    color: #f46f8f;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.6em;
  }

  div#WOMEN02 section.article_container div.point_block ul.desc li dl dd {
    width: auto;
  }

  div#WOMEN02 section.article_container div.point_block ul.desc li dl dd span {
    width: auto;
    font-size: 17px;
    line-height: 1.8em;
  }

  div#WOMEN02 section.article_container div.point_block ul.desc li dl dd span em {
    width: auto;
    font-weight: bold;
    background: linear-gradient(transparent 60%, #FAE6D1 60%);
  }

  div#WOMEN02 section.article_container div.bg_box ul.desc li dl dt {
    border-style: none;
    padding-bottom: 0;
  }





















  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
div#WOMEN03 style
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

  div#WOMEN03 section.article_container ul.flex_box {
    padding: 0;
  }

  div#WOMEN03 section.article_container ul.flex_box li dl {
    width: auto;
  }

  div#WOMEN03 section.article_container ul.flex_box li dl dt {
    padding: 0;
    border-style: none;
  }

  div#WOMEN03 section.article_container ul.flex_box li dl dt::before {
    display: none;
  }

  div#WOMEN03 section.article_container ul.flex_box li dl dd div.text_area h4 span {
    width: auto;
    color: #f46f8f;
    font-size: 19px;
    font-weight: bold;
    border-bottom: #f46f8f 2px solid;
  }

  div#WOMEN03 section.article_container ul.flex_box li dl dt figure {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  div#WOMEN03 section.article_container ul.flex_box li dl dd div.text_area p {
    width: auto;
    padding: 12px 0 0 0;
    margin: 0;
  }

  div#WOMEN03 section.article_container ul.flex_box li dl dd div.text_area p span {
    width: auto;
    font-size: 17px;
    line-height: 1.8em;
    text-align: left;
  }







  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
#WOMEN06 style
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/

  div#WOMEN06 section.article_container ol.desc li:nth-child(4) dl dd ul li dt::before {
    top: 38%;
    transform: translateY(-50%);
    width: 17px;
    height: 17px;
  }

  div#WOMEN06 section.article_container ol.desc li dl dd ul li dt span,
  div#WOMEN06 section.article_container ol.desc li dl dd ul li dd span {
    margin: 0;
    padding-bottom: 0;
  }

  div#WOMEN06 section.article_container ol.desc li dl dd ul li dt span::before,
  div#WOMEN06 section.article_container ol.desc li dl dd ul li dd span::before {
    content: none;
    margin: 0;
  }

  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
#WOMEN29 style
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  div#WOMEN29 section.article_container .bg_box h4 {
    width: auto;
    padding: 30px 0 4px 0;
    margin: 0 30px;
  }

  div#WOMEN29 section.article_container .bg_box h4 span {
    width: auto;
    display: block;
    padding: 0 0 8px 0;
    color: #f46f8f;
    font-size: 19px;
    font-weight: bold;
    border-bottom: #f46f8f 2px solid;
  }

  /*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
simple table
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
  .table-wrapper {
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 15px;
    margin-bottom: 10px;
    overflow: auto;
  }

  .simple-table {
    border: 1px solid black;
    width: 100%;
    overflow: scroll;
  }

  .simple-table thead {
    background-color: #f46f8f;
    font-weight: 700;
    color: #fff;
  }

  .simple-table th {
    padding: 5px 10px 5px 10px;
    border: 1px solid black;
    text-align: center;
  }

  .simple-table td {
    padding: 5px 10px 5px 10px;
    border: 1px solid black;
    text-align: center;
  }

}


.column {
  font-size: 1.25rem;
  font-weight: 700;
}

.column .icon {
  width: 20px;
}

.column[data-column-color="pink"] {
  color: #df97a8;
}

.column[data-column-color="pink"] {
  color: #df97a8;
}

.column-content {
  max-width: 750px;
  margin: 0 auto;
  background: #fde9ee;
  border-radius: 4px;
  margin-bottom: 32px;
}

.column-box {
  bottom: 16px;
  align-self: flex-end;
}

.column-box {
  color: #454545;
  font-size: 16px;
  padding-right: 16px;
  padding-left: 16px;
  margin: 16px auto;
}

.py--lg {
  padding-top: 30px;
  padding-bottom: 20px;
}

.list-head {
  width: 48px;
  height: 48px;
  font-size: 1.5rem;
  border-radius: 4px;
}

.list-head .icon {
  width: 27px;
  height: auto;
}

.list-head--lg {
  width: 96px;
  height: 96px;
}

.list[data-list="white"] {
  background: #fff;
}

.shadow {
  box-shadow: 0 0.25rem 0.25rem rgba(165, 144, 144, 0.12);
}

.c {
  display: flex;
  align-items: center;
  justify-content: center;
}

.column-bg {
  background: #f46f8f;
}

.list {
  border-radius: 4px;
  padding: 8px;
}


.relative {
  position: relative;
  padding: 20px 0 0;
}

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

.item02 {
  width: 30%;
  position: absolute;
  bottom: 3%;
  right: 66%;
}

.item01 {
  width: 30%;
  position: absolute;
  bottom: 3%;
  right: 35%;
}

.item03 {
  width: 30%;
  position: absolute;
  bottom: 3%;
  right: 4%;
}

.item04 {
  width: 30%;
  position: absolute;
  bottom: 24%;
  right: 35%;
}

@media (max-width:768px) {
  .item04 {
    bottom: 23%;
  }
}

/* 20240130 比較表改修 */
.hikaku_tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3rem;
}

.hikaku_tab-wrap:after {
  content: '';
  width: 100%;
  height: 6px;
  background: #f1a0a6;
  display: block;
  order: -1;
}

.hikaku_tab-label:not(:last-of-type) {
  margin-right: 5px;
}

.hikaku_tab-content {
  width: 100%;
  height: 0;
  overflow: clip;
  opacity: 0;
}

.hikaku_tab-label {
  color: #FFF;
  font-size: 1.5em;
  background: LightGray;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  padding: .6em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  flex: 1;
}

.hikaku_tab-content {
  width: 100%;
  height: 0;
  overflow: clip;
  opacity: 0;
}

/* アクティブなタブ */
.hikaku_tab-switch:checked+.hikaku_tab-label {
  background: #f1a0a6;
}

.hikaku_tab-switch:checked+.hikaku_tab-label+.hikaku_tab-content {
  height: auto;
  overflow: clip;
  /* padding: 15px; */
  opacity: 1;
  transition: .5s opacity;
}

/* ラジオボタン非表示 */
.hikaku_tab-switch {
  display: none;
}



.hikaku-table {
  /* width: 100%; */
  background: #fff;
  margin: 0 auto;
  color: #333;
  text-align: center;
  font-weight: bold;
  border: 2px solid #FFF;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .hikaku-table {
    border: none;
  }

  .hikaku-table ul {
    font-size: .7rem !important;
  }
}

.hikaku-table__note {
  width: calc(100% - 30px);
  margin: 8px auto;
  font-size: 12px;
  color: #333;
  text-align: right;
}

.hikaku-table--bnr {
  display: block;
  width: 100%;
}

.hikaku-table__salon {
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .hikaku-table__salon {
    font-size: 12px;
    position: sticky;
    top: 0;
  }
}

.hikaku-table__salon th {
  max-width: calc(760px / 3);
  border-right: 1px solid #fff;
}

.hikaku-table__salon th.hikaku-table__cell--ttl {
  width: 100px;
}

@media screen and (max-width: 768px) {
  .hikaku-table__salon th.hikaku-table__cell--ttl {
    width: 15px !important;
  }
}

.hikaku-table__salon th a {
  display: block;
  width: 100%;
  height: 100%;
}

.hikaku-table__salon tr:last-child {
  border-right: 0;
}

/* .hikaku-table tr:nth-child(2n) {
  background: #fff8f8;
} */

.hikaku-table .tr_bg {
  background: #fff8f8;
}

.hikaku-table tr:nth-child(1) th {
  position: relative;
}

.hikaku-table th,
.hikaku-table td {
  /* padding: 20px 0; */
  vertical-align: middle;
  font-size: 13px;
  line-height: 1.2;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
}

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

  .hikaku-table th,
  .hikaku-table td {
    font-size: 12px;
    /* padding: 8px 0; */
    width: calc((100vw - 30px) / 3);
    border-right: none;
    border-bottom: solid 1px #fff
  }
}

.hikaku-table th {
  background: #ffced1;
}

.hikaku-table th:last-child {
  border-right: 0;
}

.hikaku-table td {
  padding: 8px;
  border-right: solid 2px #fff;
}

.hikaku-table .va-t {
  vertical-align: top;
}

.head-th {
  min-width: calc(660px / 3);

}

@media screen and (max-width: 768px) {
  .hikaku-table td {
    padding: 5px;
    border-right: solid 1px #fff;
  }

  .head-th {
    min-width: calc((100vw - 68px) / 3);
  }
}

.hikaku-table .value {
  display: block;
  margin: 0 auto;
  margin-bottom: 5px;
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 768px) {
  .hikaku-table .value {
    width: 20px;
    height: 20px;
  }
}

.hikaku-table .value-ok {
  opacity: 0.4;
}

.hikaku-table_pk {
  display: block;
  font-size: 1.2rem;
  color: #ff4e79;
}

.hikaku-table_bk {
  display: block;
  font-size: 1.2rem;
  color: #222;
}

.hikaku-table__salonname {
  position: relative;
  display: inline-block;
  color: #222;
}

.hikaku-table .tokuten,
.sejutu {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .hikaku-table__salonname {
    height: 2.6em;
  }
}



.hikaku-table__point span {
  white-space: pre;
  /* writing-mode: vertical-rl;
  display: inline-block; */
  height: 50px;
  font-size: 12px;
  font-weight: bolder;
  /* width: 15px !important; */
  padding: 6px !important;
}

@media screen and (max-width: 768px) {
  .hikaku-table__point span {
    font-size: .7rem;
  }
}

.hikaku-table__point small {
  font-size: .5rem;
  line-height: 1;
  display: inline-block;
  margin-top: .08rem;
}

.hikaku-table .line_dot {
  border-bottom: 2px dotted #ffe7e7;
}

.hikaku-table .sub {
  font-size: .7rem;
  padding: 0;
  height: 40px;
}

.hikaku-table__btn01 {
  display: block;
  /* width: 80%; */
  margin: auto;
  background-color: #3baf90;
  padding-top: .8rem;
  padding-bottom: .8rem;
  border-radius: 50px;
  color: #FFF;
  box-shadow: 0px 5px 0px #3d8a59;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .hikaku-table__btn01 {
    display: block;
    /* width: 80%; */
    margin: auto;
    background-color: #3baf90;
    padding-top: .8rem;
    padding-bottom: .8rem;
    border-radius: 50px;
    color: #FFF;
    box-shadow: 0px 5px 0px #3d8a59;
    margin-bottom: 5px;
    letter-spacing: 0px
  }
}

.hikaku-table__btn02 {
  display: block;
  /* width: 80%; */
  margin: auto;
  background-color: #a2a2a2;
  padding-top: .8rem;
  padding-bottom: .8rem;
  border-radius: 50px;
  color: #FFF;
  box-shadow: 0px 5px 0px #878787;
  margin-bottom: 5px;
  letter-spacing: 0px
}

.hikaku-table ul {
  width: 100%;
  text-align: left;
  font-size: .9rem;
  letter-spacing: 0px
}

.hikaku-table ul li {
  margin-bottom: 4px;
}

.hikaku-table__merit sup {
  font-size: .5rem;
}

.hikaku_td-in {
  position: relative;
  min-height: 53px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: grid;
  align-items: center;
  vertical-align: middle;
}

.hikaku_td-in .do {
  color: #f00;
  font-size: 3rem;
  position: absolute;
  top: -6%;
  left: 38%;
  z-index: 0;
  opacity: .1;
}

.hikaku_td-in .no {
  color: rgb(68, 68, 245);
  font-size: 4rem;
  position: absolute;
  top: -30%;
  left: 41%;
  z-index: 0;
  opacity: .1;
  font-weight: normal;
}

.hikaku_td-in .ta {
  color: rgb(85, 243, 64);
  font-size: 3rem;
  position: absolute;
  top: -10%;
  left: 39%;
  z-index: 0;
  opacity: .2;
}

.hikaku_td-in .ci {
  color: rgb(231 232 42);
  font-size: 3rem;
  position: absolute;
  top: -6%;
  left: 38%;
  z-index: 0;
  opacity: .3;
}

@media screen and (max-width: 768px) {
  .hikaku_td-in .do {
    left: 28%;
  }

  .hikaku_td-in .no {
    left: 32%;
  }

  .hikaku_td-in .ta {
    left: 27%;
  }

  .hikaku_td-in .ci {
    left: 28%;
  }

  .ta-l {
    text-align: left;
    display: inline-block;
  }
}

.notes {
  font-size: .7rem;
  line-height: 1.2;
  margin: .7rem;
}




.rank5_area {

  margin-bottom: 20px;
}

.rank5_area_inner {
  padding: 20px;
  background: #fff8f8;
}

.rank5_area_inner sup {
  font-size: .5rem;
}

.rank5_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}

.rank5_list li {
  text-align: center;
  width: 19%;
}

@media (max-width:1200px) {
  .rank5_area_inner {
    padding: 10px;
  }

  .rank5_list li {
    width: 30%;
  }
}

.rank5_list li p {
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 500;
}

.rank5_list li a {
  text-decoration: none;
}

.rank5_list .txt-link {
  background: #95ccd0;
  color: #fff;
  padding: 3px;
  border-radius: 50px;
  line-height: 1.2;
  padding: 6px;
}

.rank_tbl_logo{
  position: sticky;
  top:0;
  z-index: 9999;
}

.rank_tbl {
  /* margin-bottom: 10px; */
}

.rank_tbl .td-in {
  position: relative;
  min-height: 2.4rem;
  height: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: grid;
  vertical-align: middle;
}

.rank_tbl .double_circle {
  background: #fff0f0;
}

.rank_tbl p {
  background: #f4cccf;
  font-size: 1rem;
  font-weight: 700;
  width: 100%;
  line-height: 1.5;
  text-align: center;
  /* margin-bottom: 8px; */
}

.rank_tbl p span {
  font-size: 11px;
}

.rank_tbl ul {
  display: flex;
  justify-content: space-between;
}

.rank_tbl ul li {
  text-align: center;
  width: calc(100%/3);
  border-right: 1px dotted #cccccc;
  font-size: .8rem;
  line-height: 1.1;
  padding: .3rem;
}

.rank_tbl ul li .vgood-txt {
  font-weight: bold;
  font-size: 17px;
}

.rank_tbl ul li .vgood {
  /* position: absolute;
  top: 10%;
  right: 42%;
  opacity: .25;
  z-index: 0; */
  font-size: 40px;
  color: #ff4e79;
  font-weight: 900;
  line-height: 1;
  mix-blend-mode: multiply;
}

.rank_tbl ul li .good {
  /* position: absolute;
  top: 4%;
  right: 42%;
  opacity: .3;
  z-index: 0; */
  font-size: 40px;
  color: #ffb247;
  font-weight: 900;
  line-height: 1.1;
  mix-blend-mode: multiply;
}

.rank_tbl ul li .bad {
  /* position: absolute;
  top: 6%;
  right: 42%;
  opacity: .4;
  z-index: 0; */
  font-size: 40px;
  color: #c4de5e;
  font-weight: 900;
  line-height: 1.1;
  mix-blend-mode: multiply;
}

.rank_tbl ul li .worse {
  /* position: absolute;
  top: 0;
  right: 42%;
  opacity: .4;
  z-index: 0; */
  font-size: 45px;
  color: #cccccc;
  font-weight: 900;
  line-height: 1;
  mix-blend-mode: multiply;
}

.rank_tbl ul li:last-child {
  border: none;
}

.rank_tbl_sub p {
  font-size: .7rem;
  font-weight: 700;
  width: 100%;
  line-height: 1.5;
  text-align: center;
  background-color: #f8dee0;
}

.rank_tbl_sub ul {
  display: flex;
  justify-content: space-between;
}

.rank_tbl_sub ul li {
  text-align: center;
  width: calc(100%/3);
  border-right: 1px dotted #cccccc;
  font-size: .7rem;
  line-height: 1.1;
  padding: .5rem 0;
}

.fsS {
  font-size: 12px;
  text-align: left;
  line-height: 1.5em;
  display: block;
}

.fsM {
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  line-height: 1.5em;
  display: block;
}

@media (max-width:1200px) {
  #content {
    width: 95%;
    max-width: 790px;
    float: none;
    margin: 20px auto;
  }

  .rank_tbl ul li {
    width: 100%;
    font-size: .7rem;
  }

  .rank_tbl ul li .vgood-txt {
    font-weight: bold;
    font-size: 12px;
  }



  .rank_tbl {
    width: 100%;
  }

  .rank_tbl ul li:nth-child(3) {
    border: none;
  }

  .rank_tbl p {
    font-weight: bold;
    font-size: .8rem;
    margin-bottom: 0;
  }
}


@media (max-width:750px) {
  .rank_tbl ul li .vgood,
  .rank_tbl ul li .good,
  .rank_tbl ul li .bad {
    font-size: 30px;
    line-height: 30px;
  }

  .rank_tbl ul li .worse {
    font-size: 40px;
    line-height: 30px;
  }

  .rank_tbl ul li .vgood {
    top: 20%;
    right: 37%;
  }

  .rank_tbl ul li .good {
    top: 20%;
    right: 37%;
  }

  .rank_tbl ul li .bad {
    top: 19%;
    right: 37%;
  }

  .rank_tbl ul li .worse {
    top: 15%;
    right: 39%;
  }
}


.top5{
  margin: 0 auto;
  display: block;
  text-align: center;
}

.top5-img{
  width: 90%;
  margin: 0 auto;
}


.tab-top5 {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    margin:-2px auto;

}

.tab-top5 > label {
    flex: 1 1;
    order: -1;
    position: relative;
    padding: 1em 1.5em;
    color: #999;
    font-size: .9em;
    text-align: center;
    cursor: pointer;
    background-color: #bb1300;
}

.tab-top5 > label:hover,
.tab-top5 label:has(:checked) {
    background-color: #ee1600;
    color: #fff;
}

.tab-top5 label:has(:checked)::before {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 18px;
    height: 9px;
    background-color: #ee1600;
    content: '';
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.tab-top5 input {
    display: none;
}

.tab-top5 > div {
    display: none;
    width: 100%;
    padding: 1em .5em;
}

.tab-top5 label:has(:checked) + div {
    display: block;
}




/*比較表*/

.ranking-cap{
  text-align: center !important;
  font-weight: bold;
}

.ranking-ttl{
  padding-bottom: 10px;
}

.hikaku_type03{
  width: 900px;
  border: 1px solid #e3e3e3;
   table-layout: fixed; 
  display: table;
}

.hikaku_type03 td{
  width: unset;
  vertical-align: middle;
  padding:2px 2px;
  text-align: center;
  line-height: 1.5;
  font-size: 11px;
  border: 1px solid #e3e3e3;
  background-color: #FFF;
  position: relative;
  letter-spacing: normal;
  display: table-cell;
  height: fit-content;
  /* overflow-y: hidden; */

}

.hikaku_type03 th {
  background-color: #fff;
}

.cell_small{
  width: 30px !important;
  
}

.cell_medium{
  width: 50px !important;
}

.cell_large{
  width: 70px !important;
}

.cell_half{
  height:fit-content
}

.txt_left{
  padding-left: 8px !important;
  text-align: left !important;
}

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

.txt_cap{
  font-size: .9rem;
}



.hikaku_type03 img {
  width: 70px;

}

.bg-yellow{
  background-color: rgba(241, 189, 0, 0.2) ; 
}

.fixed01,
.fixed02{
  position: sticky !important;
  top: 0;
  left: 0;
  color: #fff;
}

.fixed01{
  z-index: 3;
}
.fixed02{
  z-index: 2;
}


.ranking-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: unset;
  height: 50px;
  margin: 20px auto;
  border: none;
  border-radius: 5px;
  box-shadow: 0 2px 3px rgb(0 0 0 / 25%), 0 2px 3px -2px rgb(0 0 0 / 15%);
  background: linear-gradient(to bottom, #fda2a4 0%,#ff474b 100%);
  color: #fff;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.2;
  width: 90px;
}

.ranking-btn:hover {
  background: linear-gradient(to bottom, #fda2a4 0%,#ff474b 100%);
  
}

.ranking-item {
  font-weight: bold;
  font-size: 12px;
  background-color: #ffe555 !important;
  font-size: 13px;
  font-weight: 600;
  color: #111;

}

.hikaku_type03 tr td span {
  
}

.table-scrolling {
  overflow-x: auto;
  margin-top: 20px;
}

.mark-ico {
  font-size: 25px !important;
  font-weight: bold !important;
}
.mark-circle {
  color: #ffa500;
}




/* 記号 */
.do{
  color: #FF0000;
  font-size: 4rem;
  font-weight: bolder;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 0;
  opacity: 0.2;
}
.ci{
  color: #ffd900;
  font-size: 4rem;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 0;
  opacity: 0.3;
}
.no{
  color: #0000FF;
  font-size: 9rem;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 0;
  opacity: 0.2;
}
.ta{
  color: #339e43;
  font-size: 4rem;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 0;
  opacity: 0.2;
}
.hy{
  color: #AEADAD;
  font-size: 2.5rem;
  font-weight: 500;
}


.txt_bold{
  font-weight: bold;
}

.txt_large{
 font-size: 1rem;
}

.txt_medium{
  font-size: .9rem;
}

.txt_cap{
  font-size: .6rem;
}

.red{
  color: #ee1600;
}

.blue{
  color: #485ac1;
}


.table-main-btn {
  color: #fff;
  background-color: #00a608;
    box-shadow: 2px 2px #054800;
    border: 1px solid #fff;
  cursor: pointer;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin: 5px;
  font-weight: 700;
  transition: 0.3s ease-in-out;
  text-decoration: none;
  height:30px;
  padding: 3px;
}

.table-main-btn:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
}

.table-btn {
  color: #fff;
  background-color: #a2a2a2;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin: 5px;
  font-weight: 700;
}



.th-in{
  display: flex;
  justify-content: center;
  align-items: center;
}

.btns{
  height:70px;
  align-items: center;
}

@media screen and (min-width: 766px) {
.pc-none{
 display: none;
}
}



/* SP表示 */
@media screen and (max-width: 767px) {



  .hikaku_type03{
    width: 800px;
    border: 1px solid #e3e3e3;
     table-layout: fixed; 
    display: table;
  }
  
  .hikaku_type03 td{
    width: unset;
    vertical-align: middle;
    padding:2px 4px 2px 4px;
    text-align: center;
    line-height: 1.5;
    font-size: 10px;
    border: 1px solid #e3e3e3;
    background-color: #FFF;
    position: relative;
    letter-spacing: normal;
    display: table-cell;
    /* overflow-y: hidden; */
  
  }
  
  .hikaku_type03 th {
    background-color: #fff;
  }

  .hikaku_type03 img {
  width: 70px;
  }

  .table-main-btn {
    color: #fff;
    background-color: #00a608;
    box-shadow: 2px 2px #054800;
    border: 1px solid #fff;
    cursor: pointer;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin: 5px;
    font-weight: 700;
    transition: 0.3s ease-in-out;
    text-decoration: none;
    height:30px;
    padding: 3px 12px 3px 12px;
  }
}


/*スライド*/

/* スライド */
.loop02 {
  padding-top: 0px;
  padding-bottom: 0px;
  display: flex;
  overflow: hidden;
}

.loop02__box {
  display: flex;
  animation: loop-list 20s linear infinite;
}



@media screen and (max-width: 767px) {
  .loop02__item img {
    width: calc(100vw / 2);
    display: block;
    padding: 5px;
  }
}

@media screen and (min-width: 768px) {
  .loop02__item img {
    width: calc(100vw / 5);
    display: block;
    padding: 5px;
  }
}





@keyframes loop-list {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}





.report{
  margin-bottom: 0px;
}

.other-ttl {
  margin: 10px 0 14px;
}





.top5-ttl {
    margin-bottom: 20px;
    margin-top: 1rem;
}