@charset "utf-8";
/*　共通　*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
html {
    scroll-behavior: smooth;
}
body{
    margin: 0 auto;
    max-width: 750px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 20px;
    line-height: 1.8;
    color: #1f1f1f;
    background-color: #fbf8f8;
    filter: drop-shadow(2px 3px 6px rgba(88, 88, 88, 0.1));
}
img{
    display: block;
    width: 100%;
    margin-bottom: 30px;
}
.demobox-sitename {
    font-weight: 700;
    font-size: 18px;
}
ul {
    padding-inline-start: 0px;
}
p{
    margin-bottom: 20px;
}
.pc {
    display: block;
}
.sp {
    display: none;
}
.br_pc {
    display: block;
}
.br_sp {
    display: none;
}
footer{
    padding: 3%;
    background-color: #616061;
    color: #fff;
    box-sizing: border-box;
    font-size: 0.9rem;
}
footer a{
    color: #fff;
}
footer p{
    margin: 3% 0;
}
.lead ,.section_lead{
    padding:5% 0;
}

@media (max-width: 767px) {
    body{
        margin: 0 auto;
        width: 100%;
        font-size: 0.95rem;
    }
    header img {
        width: 50%;
        margin: 0 auto;
    }
    header {
        padding: 5.5%;
    }
    .heading::before {
        top: -10px;
        left: -8%;
        font-size: 3.5rem;
    }
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    .br_pc {
        display: none;
    }
    .br_sp {
        display: block;
    }
    .lead ,.section_lead{
    padding:7% 5%;
    }
}

/*共通*/
.wrapper {
    background-color: #fff;
        padding-top: 5%;
}
.content{
    padding: 0 5%
}
.taC {
    text-align:center;
}
.mb0 {
    margin-bottom: 0;
}
.mb10 {
    margin-bottom: 10px;
}
.mb30 {
    margin-bottom: 30px;
}
.mt0 {
    margin-top: 0;
}
.mt40 {
  margin-top:40px;
}
.mt60 {
  margin-top:60px;
}
.rela {
  position: relative;
}
.note {
  color: #a3a0a0;
  font-size:0.8rem;
  line-height: 1.5;
}
.indent{
  padding-left: 1em;
  text-indent: -1em;
}
.red {
  color: #e08f8f;
  font-weight:bold;
}
.marker {
    background: linear-gradient(transparent 60%, #fefaba 60%);
}
.swipe {
  text-align:center;
  color: #a3a0a0;
  font-size:1rem;
  margin-bottom:0;
}

/*cta*/
.button {
    position: absolute;
    bottom: 4%;
    left: 5%;
    -webkit- transform: translateY(-50%) translateX(-50%);transformtransformtransformtransformtransform
}
.button2 {
    width: 92%;
    margin: 0 auto 8%;
}
.button a ,.button2 a {
filter: drop-shadow(1px 2px 4px rgba(88, 88, 88, 0.5));
}

.button2 a {
        padding: 2% 0;
}
.yureru-j {
    animation: yureru-j 2s infinite;
}
@keyframes yureru-j {
    0% {
        transform: translate(0px, 2px);
    }
    5% {
        transform: translate(0px, -2px);
    }
    10% {
        transform: translate(0px, 2px);
    }
    15% {
        transform: translate(0px, -2px);
    }
    20% {
        transform: translate(0px, 2px);
    }
    25% {
        transform: translate(0px, -2px);
    }
    30% {
        transform: translate(0px, 0px);
    }
}

@media (max-width: 767px) {
.button a {
    padding: 4% 10%;
    font-size: 1.1rem;
    width: 95%;
    line-height: 1.5;
}
.button {
  bottom: -8%;
  left: 4%;
  width: 92%;
}
}

/* ポイント */
.point_content{
    background-color: #fafafa;
    padding: 0 5% 5%;
}

h3 {
    position: relative;
    overflow: hidden;
    padding: 0.5rem 2rem 0.5rem 100px;
    border-bottom: 3px solid #4b4b4b;
    margin: 8% auto 3%;
    font-size: 1.5rem;
    color: #4b4b4b;
    font-weight: bold;
    background-color: #fff;
}

h3:before {
    position: absolute;
    top: -150%;
    left: -130px;
    width: 200px;
    height: 300%;
    content: '';
    -webkit-transform: rotate(25deg);
    transform: rotate(20deg);
    background: #4b4b4b;
}

h3 span {
  font-size: 20px;
  font-size: 2rem;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  padding-top: 3px;
  padding-left: 16px;
  color: #fae4e0;
}

@media screen and (max-width: 767px) {
h3 {
    padding: 0.3rem 0.3rem 0.3rem 60px;
    font-size: 1.05rem;
}
h3:before {
    left: -155px;
    width: 200px;
}
h3 span {
    font-size: 1.3rem;
}
}

/*比較表*/
.diffTable__area {
    margin: 8% 5%;
  }
  .diffTable__area .head {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
  }
  .diffTable__box {
    width: 100%;
    height: auto;
    border: 1px solid #d99ca0;
    box-sizing: border-box;
    margin-top: 10px;
  }
  .diffTable__area table {
    width: 100%;
    height: auto;
    border-collapse: collapse;
  }
  .diffTable__area table tr th:first-child:nth-last-child(5),
   .diffTable__area table tr th:first-child:nth-last-child(5)~th,
   .diffTable__area table tr td:first-child:nth-last-child(5),
   .diffTable__area table tr td:first-child:nth-last-child(5)~td {
    width: 20%;
    box-sizing: border-box;
  }
  .diffTable__area table tr th:first-child:nth-last-child(4),
   .diffTable__area table tr th:first-child:nth-last-child(4)~th,
   .diffTable__area table tr td:first-child:nth-last-child(4),
   .diffTable__area table tr td:first-child:nth-last-child(4)~td {
    width: 25%;
    box-sizing: border-box;
  }
  .diffTable__area table tr th:first-child:nth-last-child(3),
   .diffTable__area table tr th:first-child:nth-last-child(3)~th,
   .diffTable__area table tr td:first-child:nth-last-child(3),
   .diffTable__area table tr td:first-child:nth-last-child(3)~td {
    width: 33.33333%;
    box-sizing: border-box;
  }
  .diffTable__area table tr th,
   .diffTable__area table tr td {
    border-right: 1px solid #d99ca0;
    padding: 10px 5px;
    text-align: center;
    font-size: 13px;
    line-height: 1.6;
  }
  .diffTable__area table tr th {
    vertical-align: bottom;
  }
  .diffTable__area table tr td {
    vertical-align: top;
  }
  .diffTable__area table tr th:last-of-type,
   .diffTable__area table tr td:last-of-type {
    border-right: none;
  }
  .diffTable__area table tr th a {
    display: block;
    width: 100%;
    height: auto;
    color: #1C7FC1;
    text-decoration: underline;
  }
  .diffTable__area table tr th a:hover,
   .diffTable__area table tr td a:hover {
    text-decoration: none;
  }
  .diffTable__area table tr th a .itemImg__box img {
    width: 100%;
    height: auto;
  }
  .diffTable__area table tr th.tableHead {
    background: #d99ca0;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 5px;
  }

  .diffTable__area table tr td .text {
    font-size: 12px;
  }
   .align-top {
    vertical-align: text-top;
  }

.rank_flex p {
    height: 65px;
}
a.rank_btn {
    background-color: #fe8c8c;
    border-radius: 5px;
    padding: 5px 0;
    color: #fff!important;
    font-weight:bold;
    text-decoration: none!important;
}

  @media screen and (max-width:600px) {
    .diffTable__box {
      overflow-x: scroll;
    }
    .diffTable__area table tr th:first-child:nth-last-child(5),
     .diffTable__area table tr th:first-child:nth-last-child(5)~th,
     .diffTable__area table tr td:first-child:nth-last-child(5),
     .diffTable__area table tr td:first-child:nth-last-child(5)~td {
      min-width: 105px;
    }
    .diffTable__area table tr th:first-child:nth-last-child(4),
     .diffTable__area table tr th:first-child:nth-last-child(4)~th,
     .diffTable__area table tr td:first-child:nth-last-child(4),
     .diffTable__area table tr td:first-child:nth-last-child(4)~td {
      min-width: 105px;
    }
    .diffTable__area table tr th:first-child:nth-last-child(3),
     .diffTable__area table tr th:first-child:nth-last-child(3)~th,
     .diffTable__area table tr td:first-child:nth-last-child(3),
     .diffTable__area table tr td:first-child:nth-last-child(3)~td {
      min-width: 105px;
    }
    .diffTable__area table tr td .evalu {
      line-height: 1.4;
    }
     .size-larger {
      font-size: 40px;
    }
    .diffTable__area table tr th.tableHead {
      position: relative;
      height: 28px;
    }
    .diffTable__area table tr th.tableHead span {
      position: sticky;
      left: 0;
      right: 0;
      top: 0;
      display: block;
      width: calc(100vw - 70px);
    }
.diffTable__area {
    margin: 8% 5% 14%;
}
  }


/*表*/
.purple{
  color: #9489a6;
  font-weight:bold;
}
.violet{
  color: #a56da1;
  font-weight:bold;
}
.d_pink {
  color: #bd9a94;
  font-weight:bold;
}
.blue {
  color: #889cc3;
  font-weight:bold;
}
.list_table,
.list_table > dt,
.list_table > dd {
    box-sizing: border-box;
}

.list_table > dt,
.list_table > dd {
    padding: 0.3em;
    margin: 0px;
}

.list_table.topards > dt, .list_table.topards > dd {
  border-top: 1px solid #ada4bb;
}
.list_table.topards > dt {
    background-color: #c9becf;
    color: #fff;
}
.list_table.mimuco > dt, .list_table.mimuco > dd {
  border-top: 1px solid #bd9a94;
}
.list_table.mimuco > dt {
    background-color: #e2c4bf;
    color: #fff;
}
.list_table.lumieu > dt, .list_table.lumieu > dd {
    border-top: 1px solid #d29a8b;
  }
  .list_table.lumieu > dt {
      background-color: #edbdb3;
      color: #fff;
  }
.list_table.etc > dt, .list_table.etc > dd {
  border-top: 1px solid #889cc3;
}
.list_table.etc > dt {
    background-color: #b1c9d9;
    color: #fff;
}
.list_table.violet > dt, .list_table.violet > dd {
  border-top: 1px solid #a56da1;
  border-right: 1px solid #a56da1;
}
.list_table.violet > dt {
    background-color: #d99cd5;
    color: #fff;
}
.list_table.violet {
    border-bottom: 1px solid #a56da1;
}
.list_table.gray > dt {
    background-color: #afafaf;
    color: #fff;
}
.list_table > dd {
    background-color: #fff;
}

    .list_table {
        display: flex;
        flex-wrap: wrap;
/*        border-bottom: 1px solid #ddd;*/
        margin: 7% 10% 1%;
    font-size: 0.9rem;
    text-align: center;
    }
    .list_table > dt,
    .list_table > dd {
        display: flex;
        flex-direction: column;
        justify-content: center;
        border-top: 1px solid #ddd;
        background-color: #fafaf9;
    }
    .list_table > dt {
        width: 40%;
    }
    .list_table > dd {
        width: 60%;
        border-right: 1px solid #ddd;
    }
    .list_table.topards {
        border-bottom: 1px solid #ada4bb;
    }
    .list_table.mimuco {
        border-bottom: 1px solid #bd9a94;
    }
    .list_table.lumieu {
        border-bottom: 1px solid #d29a8b;
    }
    .list_table.etc {
        border-bottom: 1px solid #889cc3;
    }
    .list_table.topards > dt,
    .list_table.topards > dd {
        border-top: 1px solid #ada4bb;
        border-right: 1px solid #ada4bb;
    }
    .list_table.mimuco {
        border-bottom: 1px solid #bd9a94;
    }
    .list_table.lumieu {
        border-bottom: 1px solid #d29a8b;
    }
    .list_table.mimuco > dt,
    .list_table.mimuco > dd {
        border-top: 1px solid #bd9a94;
        border-right: 1px solid #bd9a94;
    }
    .list_table.lumieu > dt,
    .list_table.lumieu > dd {
        border-top: 1px solid #d29a8b;
        border-right: 1px solid #d29a8b;
    }
    .list_table.angel {
        border-bottom: 1px solid #ddd;
    }
    .list_table.angel > dt,
    .list_table.angel > dd {
        border-top: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }
    .list_table.etc > dt,
    .list_table.etc > dd {
        border-top: 1px solid #889cc3;
        border-right: 1px solid #889cc3;
    }

.ml10 {
  margin-left: 10%;
}

@media screen and (max-width: 767px) {
    .list_table > dd {
/*        border: 1px solid #ddd;*/
        border-top: none;
    }
    .list_table.topards > dd {
        border: 1px solid #c9becf;
/*        border-top: none;*/
        line-height: 1.3;
    }
    .list_table > dt,
    .list_table > dd {
        text-align: center;
    }
    .list_table > dd > ul {
        text-align: left;
    }
.list_table {
    margin: 7% 5% 2%;
    font-size: 0.85rem;
    line-height: 1.5;
}
.ml10 {
    margin-left: 5%;
}
}




/*TOPARDS TORIC*/
h4 {
    background-color: #5e5d5d;
    text-align: center;
    color: #fff;
    font-size: 2rem;
    padding: 1.5%;
}

.ttl_abs {
    position: absolute;
    top: -35px;
    left: 70px;
}

.osusume_ttl {
    background-color: #ada4bb;
    margin: 5% 0 2%;
}

.osusume_ttl img {
    width: auto;
    margin: auto;
    padding: 2%;
    box-sizing: border-box;
}

h5 {
    border-left: 7px solid #4b4b4b;
    padding: 1% 1% 1% 3%;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 6% 0 3%;
    color: #4b4b4b;
}

h5.topards {
    background-color: #e8e3f0;
}

@media screen and (max-width: 767px) {
.osusume_ttl img {
    width: 100%;
}
h4 {
    font-size: 1.5rem;
    line-height: 1.3;
    padding: 3% 1.5%;
}
h5 {
    font-size: 1.2rem;
}
.ttl_abs {
    top: -27px;
    left: 15px;
}
.ttl_abs img {
    width: 70%;
}
}

/*mimuco TORIC*/
.osusume_ttl2 {
    background-color: #e2c4bf;
    margin: 5% 0 2%;
}
.osusume_ttl2 img {
    width: auto;
    margin: auto;
    padding: 2%;
    box-sizing: border-box;
}
h5.mimuco {
    background-color: #f3e4e4;
}
/*lumieu TORIC*/
h5.lumieu {
    background-color: #f3e4e4;
}
/*eyecofre*/
.osusume_ttl3 {
    background-color: #d99cd5;
    margin: 5% 0 2%;
}
.osusume_ttl3 img {
    width: auto;
    margin: auto;
    padding: 2%;
    box-sizing: border-box;
}
h5.eyecofre {
    background-color: #ebcfe9;
}
/*eyererial*/
.osusume_ttl4 {
    background-color: #b1c9d9;
    margin: 5% 0 2%;
}
.osusume_ttl4 img {
    width: auto;
    margin: auto;
    padding: 2%;
    box-sizing: border-box;
}
h5.eyererial {
    background-color: #d9e8f0;
}
/*angel*/
.osusume_ttl5 {
    background-color: #afafaf;
    margin: 5% 0 2%;
}
.osusume_ttl5 img {
    width: auto;
    margin: auto;
    padding: 2%;
    box-sizing: border-box;
}
h5.angel {
    background-color: #e9e9e9;
}

@media screen and (max-width: 767px) {
.osusume_ttl2 img ,.osusume_ttl3 img ,.osusume_ttl4 img ,.osusume_ttl5 img {
    width: 100%;
}
h5 {
    font-size: 1.2rem;
}
}

/*おすすめポイント*/
.osusume{
    width: 70%;
    border: #b1c9d9 solid 3px;
    border-radius: 20px;
    position: relative;
    padding:7% 5% 4%;
    margin: 7% auto;
}
.osusumepoint_ttl{
    background-color: #b1c9d9;
    border-radius: 50px;
    display: inline-block;
    position: absolute;
    top: -12%;
    right: 0;
    left: 0;
    margin: 0 22%;
    padding: 2px 0;
    color: #FFF;
    font-weight: bold;
    font-size: 25px;
}
@media screen and (max-width: 767px) {
.osusume{
    width: 80%;
}
.osusumepoint_ttl{
    font-size: 1rem;
}
}

/* feature */
section.feature {
  background-color: #f3f3f8;
}

.feature_inner {
    padding: 0 2%;
}

.p-feature_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 2%;
  background-color: #fff;
  list-style: none;
}
.p-feature_list li {
    width: 30%;
    margin: 10px;
}
.p-feature_list li p {
  padding: 0 0 10px;
  font-size: 0.8rem;
  margin: 10px 0 0;
  line-height: 1.5;
}
.p-feature_list li p i {
  display: block;
}
.p-feature_cap {
  display: block;
  font-size: 0.7rem;
  line-height: 1.4;
  margin: 12px 0 0;
}
ul.p-feature_list img {
    width: auto;
    margin: auto;
}
.border {
  border-bottom: 1px solid #242424;
}

@media screen and (max-width: 768px) {
  .p-feature_list {
        width: 100%;
    padding: 20px 10px;
  }
  .p-feature_list li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 14px 10px;
  }
  .p-feature_list li p {
    font-size: 1rem;
    line-height: 1.2;
    width: 30%;
    padding: 0;
    border-right: 1px solid #242424;
    border-bottom: none;
        margin: 0;
  }
  .p-feature_list li p i img {
    height: 50px;
  }

  .p-feature_cap {
    font-size: 1rem;
    width: 66%;
    margin: 0 0 0 auto;
  }
  p.p-feature_text.p-feature_text_sp {
    width: 66%;
    border-right: none;
}
}

/*アコーディオン*/
.accordion-container .accordion-title {
  position: relative;
  margin: 0;
  padding: 2%;
  background-color: #f3f3f8;
  font-size: 1.25em;
  font-weight: normal;
  cursor: pointer;
}

.accordion-container .accordion-title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 15px;
  height: 2px;
  /*縦線に*/
  transform: rotate(90deg);
  background: #000;
  transition: all .3s ease-in-out;
}

.accordion-container .accordion-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  /*横線*/
  width: 15px;
  height: 2px;
  background: #000;
  transition: all .2s ease-in-out;
}

.accordion-container .accordion-title.open::before {
  transform: rotate(180deg);
}

.accordion-container .accordion-title.open::after {
  opacity: 0;
}

.accordion-content {
  display: none;
}

.accordion-content {
    padding-bottom: 2%;
}



/*form*/
.add_btn tr {
    border: 1px solid #ccc;
}

a.search_btn {
    display: block;
    text-decoration: none;
    color: #fff;
    text-align: center;
    background: #000000;
    width: 80%;
    padding: 2%;
    margin: 4% auto;
    border-radius: 10px;
    border: 2px solid #444;
}
.searchform {
    display: inline-block;
    text-align: left;
}

.searchtable {
    border-collapse: collapse;
    font-size: 15px;
    line-height: 25px;
    border: none !important;
}

.searchtable,
tr,
td,
th {
    padding: 5px 10px 5px 10px;
    text-align: center;
}

.searchbox {
    font-size: 15px;
    padding: 5px;
    border: 1px solid #DDD;
    border-radius: 5px;
    width: 80%;
}

form input {
    vertical-align: middle;
}

.thisinfotable {
    margin: auto;
}

.thisinfotable th {
    background-color: #69d1d7;
}

.objecttable {
    margin: auto;
    width: 100%;
}

.form .searchtable {
    margin: auto;
}

.objecttitle {
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    margin-top: 30px;
    padding: 10px;
    background-color: #69d1d7;
}

.thisinfotable td,
th {
    font-size: 12px;
    line-height: 20px;
}


.searchtable .searchtabletitle {
    background-color: #f6f6f6;
    min-width: 120px;
}

.searchtable .searchbutton {
    background-color: #FF6D46;
    border: none;
    color: white;
    padding: 10px 50px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    line-height: 15px;
    margin-top: 10px;
        width: 40%;
}

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

.oflBtn {
    width: 65%;
    margin: 0 auto;
}

.fontsizenormal {
    font-size: 16px;
}

@media screen and (max-width: 575px) {
    .fontsizenormal {
        font-size: 0.8em;
    }
}

.searchordercontainer dd {
    display: inline-block;
    margin-left: 20px;
    margin-top: 0px;
    line-height: 20px;
}

.searchordercontainer a {
    text-decoration: none;
}

.OaC_btn {
    display: block;
    width: 50%;
    text-align: center;
    padding: 10px;
    margin: 20px auto;
    background: #7d051a;
    color: #fff;
    border-radius: 5px;
    font-weight: bold;
    letter-spacing: 0px;
}

.sp_close {
    display: none;
}

@media screen and (max-width: 704px) {
    .sns ul li {
        margin: 0 auto;
        text-align: center;
    }

    .OaC_btn {
        display: block;
        width: 94%;
    }
}

@media screen and (max-width: 704px) {
    .sns_icon {
        width: 160px;
        height: 40px;
        border-radius: 4px;
        font-size: 14px;
        font-weight: bold;
        padding: 9px 0;
        text-align: center;
        margin-bottom: 10px;
    }
}

.searchtable {
    border-collapse: collapse;
    font-size: 15px;
    line-height: 25px;
    border: none !important;
    border: 1px solid #cfcfcf;
}

.searchordercontainer dd {
    border: 2px solid #ccc;
    display: inline-block;
    margin-left: 20px;
    margin-top: 0px;
    line-height: 20px;
}

.searchordercontainer a {
    text-decoration: none;
}

.index_search th {
    border-collapse: collapse;
    border: none;
    color: #464646;
    background-color: #e9e9e9;
    font-weight: bold;
    vertical-align: middle;
    font-size: 16px;
    padding: 5% 0 5%;
    padding: 5px;
    line-height: 1.4;
    width: 95%;
    margin: auto;
    text-align: center;
}

.index_search td {
    border-collapse: collapse;
    border: none;
    vertical-align: middle;
    padding: 5px;
    font-size: 14px;
}

.index_search {
    border-collapse: collapse;
    width: 100%;

    .formBtn {
        background: #fff;
    }

    .index_search th {
        display: none;
        border-collapse: collapse;
        border: #cccccc 1px solid;
        background-color: #f6f6f6;
        font-weight: bold;
        text-align: center;
        vertical-align: middle;
        font-size: 80%;
        padding: 10px;
        line-height: 1.4;
    }

    .index_search td {
        border-collapse: collapse;
    }

    border: #cccccc 1px solid;
    text-align: left;
    vertical-align: middle;
    font-size: 80%;
}



.formBtn {
    display: none;
}

.searchtable .searchtabletitle {
    background-color: #f6f6f6;
    min-width: 120px;
}

.searchbutton {
    text-align: center;
    background-color: #F48A5C;
    width: 15%;
    margin: 0 auto;
    padding: 0.5%;
    color: #fff;
}

@media (max-width: 620px) {
    .searchbutton {
        text-align: center;
        background-color: #F48A5C;
        width: 20%;
        margin: 0 auto;
        padding: 0.5%;
        color: #fff;
        margin-top: 20px;
    }
}

section#searchForm ul li {
    /* list-style: none; */
}

form#search-form {
    /* border: 1px solid #5b5b5b; */
    /* width: 94%; */
    /* margin: auto; */
}

section.form_area li.cell_ttl {
    /* background: #000000; */
    /* width: 100%; */
    /* padding: 0; */
    /* margin: 0; */
}

section.form_area ul {
    padding: 0;
    margin: 0;
}

section.form_area li.cell_ttl {
    /* background: #000000; */
    /* width: 100%; */
    /* padding: 0; */
    /* margin: 0; */
}

section.form_area ul {
    /* padding: 0; */
    /* margin: 0; */
}

section#searchForm ul li.cell_ttl {
    /* padding: 2% 5%; */
    /* box-sizing: border-box; */
}

section#searchForm ul li label {
    /* margin: 3% 3%; */
    /* display: inline-block; */
}

.search_btn a {
    color: #ffffff;
    background: #7d051a;
    width: 80%;
    display: block;
    margin: 7% auto;
    border-radius: 10px;
    padding: 3%;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
}

.content_box .OaC_btn {
    width: 80%;
}

@media (min-width: 620px){
  .research_inner {
    padding: 10px;
  }
  .research_inner h4 {
    font-size: 16px;
  }


.index_search {
  border-collapse: collapse;
  width: 90%;
  background: #fff;
  font-size: 1em;
}

.index_search th {
  border-collapse: collapse;
  background-color: #f6f6f6;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  font-size: 80%;
  padding: 10px;
  line-height: 1.4;
  /* width: 30%; */
  /* border-left: 1px solid #ccc; */
  border-right: 1px solid #ccc;
}

.index_search td {
  border-collapse: collapse;
  text-align: left;
  vertical-align: middle;
  font-size: 12px;
  width: 70%;
  padding: 5px 10px;
}

.formBtn{
  display: none;
}
.index_search th{
    width: 38%;
}
}

@media (max-width: 620px){
/*search form*/

  .index_search {
    background: #fff;
  margin: 0 auto;
  }
  .search_box {
    /*border: 2px solid #ecaacc;*/
    padding: 5% 0 5%;
  }
  .index_search th {
    border-collapse: collapse;
    border: none;
    color: #464646;
    background-color: #e9e9e9;
    font-weight: bold;
    vertical-align: middle;
    font-size: 16px;
    padding: 5px;
    line-height: 1.4;
    width: 100%;
    margin: auto;
    display: block;
    text-align: center;
    box-sizing: border-box;
  }
  .index_search td {
    border-collapse: collapse;
    border: none;
    vertical-align: middle;
    padding: 5px;
    font-size: 14px;
/*width: 100%;*/
    display: block;
  text-align: center;
  }
  }

/*スライド*/
.slick-dots {
    bottom: -5px!important;
}

/*ふきだし*/
.oneArea {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
}
/* 吹き出し本体 */
p.balloon {
    position: relative;
    padding: 15px;
    border: 3px solid #f1c6c9;
    background-color: white;
    color: #333;
    font-weight: bold;
    font-size: 26px;
    text-align: center;
    margin-bottom: 5%;
    border-radius: 20px;
}

p.balloon:before {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) skew(-25deg);
    height: 25px;
    width: 15px;
    border-right: 3px solid #f1c6c9;
    background-color: white;
    content: "";
}
@media (max-width: 620px){
  p.balloon {
    font-size: 1.1rem;
    line-height: 1.5;
    margin-bottom: 10%;

  }
}

.tab-002 {
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
    /* max-width: 500px; */
    margin: 10px auto;
}
.tab-002 > label {
    flex: 1 1;
    order: -1;
    opacity: .5;
    min-width: 70px;
    padding: .6em 1em;
    border-radius: 5px 5px 0 0;
    background-color: #d99ca0;
    color: #fff;
    font-size: .9em;
    text-align: center;
    cursor: pointer;
}
.tab-002 > label:hover {
    opacity: .8;
}
.tab-002 input {
    display: none;
}
.tab-002 > div {
    display: none;
    width: 100%;
    padding: 1.0em 0 0;
    background-color: #fffafa;
}
.tab-002 label:has(:checked) {
    opacity: 1;
}
.tab-002 label:has(:checked) + div {
    display: block;
}

.table2 {
    overflow-x: scroll;
}
.table2 table {
    width: 1100px;
}
.table2 table tr th {
    width: 9.1%;
}
.table2 .image {
    background-color: #eccdcf;
    color: #d3656c;
    border-radius: 10px;
    line-height: 1.4;
    padding: 5px 0;
    margin-bottom: 10px;
}
.table2 table td p:not(.image) {
    margin-bottom: 0;
}
.table2 .rank_flex p {
    height: auto;
}
.table2 table tr th a span {
    font-size: 11px;
}

@media (max-width: 620px){
    .table2 table {
        width: 900px;
    }
    .table2 .rank_flex p {
        height: 65px;
    }
    .table2 table tr th {
        padding: 10px 3px;
    }
    .table2 table tr th.tableHead {
        position: absolute;
        height: 30px;
        width: 89.5%;
    }
    .table2 .image {
        margin-top: 28px;
    }
}
