@charset "UTF-8";

/*additional reset
---------------------------------------------------*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body.safari #content, body.safari #footer {/*サファリでリンク先から戻った時文字が拡大する対応*/
    -webkit-text-size-adjust: 100%;
}
body {
    font-family: "Helvetica Neue",
        Arial,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        Meiryo,
        sans-serif;
    margin: 0;
    font-size: 17px;
    background-color: #f0f0f0;
}

a:hover,
a:active {
    text-decoration: none;
}

/*初期設定
----------------------------------------------------*/
#wrapper{
    width: 650px;
    padding: 0 0 20px 0;
    overflow: hidden;
    margin: auto;
    position: relative;
    background-color: #fff;
}
.content{
    display: block;
    margin: 0 auto;
    width: 95%;
}
p{
    font-size: 15px;
    line-height: 1.6;
}
@media screen and (min-width:640px) {
    .pc{
        display: block;
    }
    .sp{
        display: none;
    }
}

@media screen and (max-width:640px) {
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    #wrapper{
        width: 100%;
    }
}
/*layout
----------------------------------------------------*/
h2 {
    margin: 0;
    line-height: 0;
}
header {
    margin: 0;
    line-height: 0;
}
img{
    width: 100%;
}
.w60{
    display: block;
    width: 60%;
    margin: auto;
}
.w80{
    display: block;
    width: 80%;
    margin: auto;
}
.tac{
    text-align: center;
}
.tar{
    text-align: right;
}
.mt0{
    margin-top: 0;
}
.mb0{
    margin-bottom: 0;
}
.mb10{
    margin-bottom: 10px;
}
.mb20{
    margin-bottom: 20px;
}
.mt20{
    margin-top: 20px;
}
.mb30{
    margin-bottom: 30px;
}
.mt30{
    margin-top: 30px;
}
.mb40{
    margin-bottom: 40px;
}
.mt40{
    margin-top: 40px;
}
.pink{
    color: rgb(255, 0, 120);
}
.red{
    color: rgb(255, 0, 0);
}
.gray{
    color: rgb(187, 187, 187);
}
.orange{
    color: rgb(255, 153, 0);
}
.blue{
    color: rgb(0, 0, 255);
}
.marker{
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%,#fffca5 0%) repeat scroll 0 0;
}
.marker02{
    border-bottom-style: dotted;
    border-bottom-color: #dcdcdc;
    border-bottom-width: 3px;
    padding-bottom: 3px;
}
.fsLL{
    font-size: 35px;
}
.fsL{
    font-size: 22px;
}
.fsM{
    font-size: 17px;
}
.fsM_hikaku{
    font-size: 13px;
}
.fsS{
    font-size: 9px;
}

.member_box{
	display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
.people{
	background: #fff;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 10px;
    padding: 7px 6px 7px 6px;
    width: 49%;
	box-shadow: #ccc 0px 5px 5px 0px;
	border:solid #ffdbe7 3px;
}
.fcP {
    color: #ff3681;
}
.people p {
    font-size: 13px;
    margin: 0;
}
.people img{
	max-width: 83px;
	margin-right: 8px;
}

.mn_hikaku_oya{
    padding: 15px;
    border: solid 2px #ff96b9;
    width: fit-content;
    margin: auto;
}
.mn_hikaku td span{
    padding: 5px 10px;
    background-color: #ff85ae;
    color: #fff;
    margin: 0 5px;
}
.mn_hikaku {
    border-collapse: collapse;
    width: 100%;
    max-width: 600px;
    margin: auto;
    font-size: 15px!important;
  }
  .mn_hikaku tr {
    background-color: #ffedf8;
  }
  .mn_hikaku tr:nth-child(odd) {
    background-color: #fff;
  }
  .mn_hikaku th, .mn_hikaku td {
    padding: 1em;
  }
  .mn_hikaku th {
    font-weight: bold;
    text-align: center;
    width: 40%;
  }

  .mn_hikaku02 th, .mn_hikaku02 td {
        border-bottom: 2px solid #e0deff;
    padding: 15px;
  }
.mn_hikaku02 th {
    border-bottom: 2px solid #ff4ba5;
    font-weight: bold;
    text-align: center;
    width: 50%;
    font-size: 15px;
}
p.sougou {
    text-align: center;
    font-size: 20px;
    background: #ffdee9;
    padding: 5px 0;
    font-weight: bold;
    width: 80%;
    margin: 0 auto;
}
span.star {
    color: rgb(255 75 165);
}
.mn_hikaku02 {
    border-collapse: collapse;
    width: 80%;
    margin: auto;
}
.mn_hikaku02 td {
    font-size: 22px;
    font-weight: bold;
}
 
.reviews01 .says_title {
    margin: 0px 0 0 27px;
    font-size: 14px;
}
.faceicon {
    margin-top: 20px;
    min-width: 50px;
    width: 13%;
}
  .reviews01 {
    width: 90%;
    margin: 10px auto;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
}
  .reviews01 .faceicon img{
    width: 100%;
    height: auto;
    border: solid 3px #fff0f5;
    border-radius: 50%;
  }
.reviews01 .says {
    display: inline-block;
    position: relative;
    margin: 0px 0 0 20px;
    padding: 13px 13px;
    border-radius: 12px;
    background: #fff0f5;
}
  .reviews01 .says:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 18px; 
    left: -20px;
    border: 10px solid transparent;
    border-right: 10px solid #fff0f5;
  }
  .reviews01 .says p {
    margin: 0;
    padding: 0;
  }
  .reviews02 .says_title {
    margin: 0px 27px 0 0;
    font-size: 14px;
    text-align: right;
}
  .reviews02 {
    width: 90%;
    margin: 10px auto;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: end;
}
  .reviews02 .faceicon img{
    width: 100%;
    height: auto;
    border: solid 3px #f1efff;
    border-radius: 50%;
  }
.reviews02 .says {
    display: inline-block;
    position: relative;
    margin: 0px 20px 0 0;
    padding: 13px 13px;
    border-radius: 12px;
    background: #f1efff;
}
.reviews02 .says:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 18px;
    right: -20px;
    border: 10px solid transparent;
    border-left: 10px solid #f1efff;
}
  .reviews02 .says p {
    margin: 0;
    padding: 0;
  }
  
  .mn_hikaku03 {
    border-collapse: collapse;
    width: 100%;
    max-width: 500px;
    margin: auto;
    font-size: 14px!important;
  }
  .mn_hikaku03 th, .mn_hikaku03 td {
    border: 2px solid #fff;
    background-color: #fff0f5;
    padding: 1em;
  }
  .mn_hikaku03 th {
    background-color: #ffa4c6;
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: 40%;
  }

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

@media screen and (max-width:640px) {
    .sp{
        display: block;
    }
}
.tac{
    text-align: center;
}
.rankTable table {
   width: 750px;
    text-align: center;
    line-height: 1.2;
}
.rankTable p {
    font-size: 10px;
}
.rankTable {
    border: 2px solid #939393;
    margin-bottom: 0px;
    margin-top: 30px;
    font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    overflow-x: scroll;
}
.rankTable th {
    position: sticky;
    width: 40px;
    padding: 5px 0px 5px;
    left: 0;
    border-right: 3px double #bfbfbf;
    background: #f3f3f3;
    border-bottom: 1px solid #757575;
    font-size: 9px;
}
.td_width3{
    width:20%;
}
.td_width1,.td_width2,.td_width4,.td_width5,.td_width6,.td_width7{
    width:8%;
}
.td_width8,.td_width9{
    width:12%;
}
.rankTable td {
    border-top: none;
    padding: 2px 2px 2px;
    font-size: 12px;
    position: relative;
    vertical-align: middle;
    border-right: 1px dotted #ddd;
    background: none;
}
.rankTable .star {
    font-size: 10px;
}
.rankTable td:last-child {
    border-right: none;
}

.rankTable table th {
    width: 19.0%;
    font-size: 13px;
}

.rankTable td {
    border-bottom: 1px solid #3d3d3d;
}

.rankTable tr {
    border-bottom: 1px dotted #ddd;
}

.rankTable tr:last-child td {
    border-bottom: none;
}

.rankTable table th {
    vertical-align: middle;
    width: 10%;
    font-size: 10px;
    z-index: 88;
}

img.table_icon {
    width: 99%;
    margin-top: 5px;
}

.sogood {
    font-size: 35px;
    color: #ff4a1d;
}

.good {
    font-size: 34px;
    color: #ffbb00;
    font-weight: normal;
}

.bad {
    font-size: 37px;
    font-weight: 300;
    color: #747474;
}

.soso {
    font-size: 34px;
    font-weight: bold;
    color: #0cc300;
}


.t_btn {
    display: block;
    width: 95%;
    background: #0cc300;
    padding: 7px 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    box-shadow: 0px 7px 0px 0 #087e00;
}
.t_btn02 {
    display: block;
    width: 95%;
    background: #ff6600;
    padding: 7px 5px;
    border-radius: 5px;
    margin-bottom: 10px;
    box-shadow: 0px 7px 0px 0 #a72100;
}
.t_btn02,.t_btn{
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

.btn_s {
    display: block;
    margin: auto;
    background-color: #fff;
    /* border: solid 1px #f6b37f; */
    margin-bottom: 20px;
    border-radius: 5px;
    width: 55%;
}
.btn_s {
    display: block;
    margin: auto;
    background-color: #f78a5c;
    border-radius: 5px;
    width: 55%;
}
.btn_s p {
    background-color: #d8d8d8;
    text-align: center;
    color: #fff;
    padding: 2px;
    font-size: 0.8em;
    /* margin-bottom: 0px; */
}
.btn_s {
    display: block;
    margin: auto;
    background-color: #fff;
    /* border: solid 1px #f6b37f; */
    margin-bottom: 20px;
    border-radius: 5px;
    width: 55%;
}
.searchtable .searchtabletitle {
    background-color: #f6f6f6;
    width: 120px;
}
.index_search {
    border-collapse: collapse;
    width: 90%;
    background: #fff;
    font-size: 1em;
}
.searchtable .searchcenter {
    text-align: center;
}
.index_search td {
    border-collapse: collapse;
    text-align: left;
    vertical-align: middle;
    font-size: 80%;
    width: 70%;
    padding: 0px 0px 0px 30px;
}
.searchtable, tr, td, th {
    padding: 5px 10px 5px 10px;
    text-align: center;
}

table.index_search.mb20.searchtable {
    padding: 5px 10px 5px 10px;
    text-align: center;
	border: 1px solid #ccc;
}
table.index_search.mb20.searchtable td {
    border: 1px solid #afafaf;
}
table.index_search.mb20.searchtable th {
    border: 1px solid #afafaf;
}
.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;
}
    .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: 80%;
    width: 70%;
    padding: 0px 0px 0px 30px;
}

h3{
    text-align: center;
    position: relative;
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1.4;
    padding: 2%;
    margin: 8% 0 4% 0 !important;
    box-shadow: #ccc 4px 5px 5px;
    background: linear-gradient(to right, #89d2e3, #de8fdf, #ffa6c6);
}

h4{
	position: relative;
    font-size: 21px;
    line-height: 1.4em;
    font-weight: bold;
    padding: 0.3rem 0rem;
    margin: 6% 0 3%;
}
h4:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
    content: '';
    background-image: linear-gradient(to right, #89d2e3, #de8fdf, #ffa6c6);
}
.mn_hikaku_ttl {
    position: relative;
    display: block;
    margin: 10px auto 14px;
    padding: 5px 20px;
    width: fit-content;
    color: #fff;
    font-size: 16px;
    background: #ff96b9;
    border-radius: 40px;
}
  
  .mn_hikaku_ttl:before {
    content: "";
    position: absolute;
    top: 82%;
    left: 50%;
    margin-left: -7px;
    border: 7px solid transparent;
    border-top: 15px solid #ff96b9;
  }
  
  .mn_hikaku_ttl p {
    margin: 0;
    padding: 0;
  }
  h5 {
    background-image: linear-gradient(to right, #ffe9fe, #ffe2e8);
    padding: 10px 0 10px 15px;
    font-size: 20px;
    border-left: 7px solid #ff8cb7;
    margin: 40px 0 20px;
}
h5 span{
    font-size: 14px;
    color: #ff3681;
}

.btn01_pc{
    width: 80%;
    margin: auto;
}
.info {
    background: #fffbde;
    padding: 20px;
}
.info_top {
    text-align: center;
    font-size: 16px;
    color: rgb(255, 0, 120);
    margin: 0;
}
.info_ttl {
    text-align: center;
    font-size: 20px;
    margin: 5px 0;
    padding-bottom: 10px;
    font-weight: bold;
}
p.point01 {
    text-align: center;
    color: rgb(255, 0, 120);
    margin: 0;
    font-size: 16px;
}
a.hikaku_btn {
    background: #0baf00;
    display: block;
    width: 88%;
    margin: auto;
    padding: 15px 0;
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    border-radius: 10px;
    border-bottom: 5px solid #087f00;
}
p.itiosi {
    background: #ffdee9;
    padding: 5px 10px;
    margin-top: 35px;
}
video{
    width: 100%;
}

@media screen and (max-width:640px) {
    .people {
    width: 100%;
    }
    h3 {
    font-size: 20px;
    }
    h4 {
    font-size: 17px;
    }
    p.sougou {
    width: 100%;
    }
    p.sougou {
    width: 100%;
    }
    .mn_hikaku02 th {
    width: 60%;
    }
    .mn_hikaku02 th, .mn_hikaku02 td {
    padding: 11px;
}
.info_ttl {
    font-size: 19px;
}
.reviews01 {
    width: 100%;
}
.reviews02 {
    width: 100%;
}
.faceicon {
    min-width: 60px;
}
  .mn_hikaku02 {
    width: 100%;
  }
  .rankTable {
     margin-top: 0;
    }
    .fsL {
    font-size: 20px;
}
}

/*========= ページトップのためのCSS ===============*/
/*リンクの形状*/
#page-top a{
  display: flex;
    justify-content: center;
    align-items: center;
    background: #ff79ab;
    border-radius: 50px;
    width: 60px;
    height: 60px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 0.6rem;
    transition: all 0.3s;
}

#page-top a:hover{
  background: #777;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  z-index: 2;
    bottom: 1%;
    /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove{
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 1;
  transform: translateY(100px);
  }
}


.grad-wrap {
    position: relative;
    padding-bottom: 30px;
  }
  .grad-wrap + .grad-wrap {
    margin-top: 40px;
  }
  .grad-btn {
        z-index: 2;
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    width: 148px;
    margin: auto;
    padding: 0.5em 0;
    border-radius: 2px;
    background: #ff71b1;
    color: #fff;
    border-radius: 40px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    transition: .2s ease;
  }
  .grad-btn::after {
    content: "詳しく見る"
  }
  .grad-btn:hover {
    opacity: 0.6;
  }
  .grad-btn .fa {
    margin-right: .5em;
  }
  .grad-item {
    position: relative;
    overflow: hidden;
    height: 80px;
  }
  .grad-item p + p {
    margin-top: 1em;
  }
  .grad-item::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 40px; /*グラデーションで隠す範囲*/
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgb(255 255 255) 50%, rgb(255 255 255) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255,255,255,0) 0%, rgb(255 255 255) 50%, rgb(255 255 255) 50%, #fff 100%);
  }
  .grad-trigger {
    display: none;
  }
  
  .grad-trigger:checked ~ .grad-btn {
    bottom: 0px;
  }
  .grad-trigger:checked ~ .grad-btn::after {
    content: "閉じる"
  }
  .grad-trigger:checked ~ .grad-btn .fa {
    transform: rotate(180deg);
  }
  .grad-trigger:checked ~ .grad-item {
    height: auto;
  }
  .grad-trigger:checked ~ .grad-item::before {
    display: none;
  }
  
  .voice_ttl{
      background-color: #fff1f6;
      border-left: 6px solid #ff4ba5;
      border-bottom: 2px dotted #ff4ba5;
      padding: 10px 20px;
  }
  .voice_ttl:after{
      display: none;
  }
  .voice_contents{
      background-color: #fffdee;
      padding: 15px;
  }
    .voice_contents p{
        font-size: 20px;
    }
    @media screen and (max-width:699px){
          .voice_ttl{
            font-size: 18px;
          }
        .voice_contents p{
        font-size: 17px;
    }
}
