@charset "utf-8";
/* CSS Document */
.all {
	max-width: 620px;
    margin: 0 auto;
    background-color: #fff;
    font-size: 18px !important;
    font-family: Hiragino Sans, Arial, sans-serif !important;
    color: #000000 !important;
    line-height: 1.9 !important;
    padding: 0 10px 2%;
}

@media (max-width: 760px) {
.all {
	padding: 0 10px 4%;
    margin: 0 auto;
	}
}

body {
    margin: 0;
    background-color: #F4F4F4;
}

a {
    text-decoration: underline;
    color: #4682b4;
}

img {
	width: 100%;
	margin: 0 auto;
	
}

video {
	max-width: 100%;
}

.strong {
    font-weight: bold !important;
}

.sp {
	display: none;
}

p {
  margin: 5px;
  line-height: 1.8;
  font-size: 17px;
}

.kensaku{
	margin: 0 auto;
	font-family: Hiragino Sans, Arial, sans-serif !important;
	max-width: 615px;
}


.taC{
	text-align: center;
}

.fcB{
	color:rgb(102, 163, 224);
}

.fcG{
	color:rgb(0, 97, 0);
}

.fcP{
	color: rgb(255, 0, 120);
}
.fcP2 {
  color: #fa57cc;
}
.fcR{
	color: #ff0000;
}
.fcwP{
	color: rgb(240, 102, 102);
}
.fcO {
  color: rgb(255, 153, 0);
}
.fcGL {
color:rgb(136, 136, 136);
}
.fcGL2 {
  color: #bbb;
}
.fs15{
	font-size: 15px !important;
}

.fs21{
	font-size: 21px !important;
}

.fs19{
	font-size: 19px !important;
}

.fs25{
	font-size: 25px !important;
}

.y_mark{
	background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%,#ffff00 0%) repeat scroll 0 0;
}


.g_k {
	font-size: 10px;
  color: #999;
	text-align: right;
	margin: 0;
}
.g_k2 {
	font-size: 10px;
  color: #999;
	text-align: right;
	margin: 0;
}
.g_k3{
  font-size: 12px;
  color: #999;
  text-align: right;
  margin: 0;
}


.mt10{
	margin-top: 10px;
}
.mt20{
	margin-top: 20px;
}
.mt30{
	margin-top: 30px;
}
.mt40{
	margin-top: 40px;
}
.mt60{
	margin-top: 60px;
}

.mb10{
	margin-bottom: 10px;
}
.mb20{
	margin-bottom: 20px;
}
.mb30{
	margin-bottom: 30px;
}
.mb40{
	margin-bottom: 40px;
}
.mb60{
	margin-bottom: 60px;
}

.pa20{
	padding-top: 20px;
}

.mtb615{
	margin: 6% auto 15%;
}

.mini532 img{
	width: 532px;
}

.db{
	text-align: center;
    width: auto;
}


h2 {
  padding: 15px 5px 15px 20px;
  border-left: 6px solid #f68384;
  background-color: #fff1f1;
  margin-top: 40px;
  font-size: 22px;
  padding: 10px 5px 10px 10px;
  font-size: 19px;
  font-weight: bold;
}

/*h3 {
    padding: 10px 0 2px;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 10px;
    border-bottom: 2px solid #3263cd;
  
}

@media (max-width: 620px) {
    .kaso_pro_tbl table {
    width: 100%;
    margin: 5% auto;
  }
}*/


/*矢印*/
.arrowFlow__area {
  width: 100%;
  height: auto;
}
.arrowFlow__inner {
  padding-bottom: 200px;
  overflow-y: hidden;
  position: relative;
}
.arrowFlow__beforeG, .arrowFlow__afterG {
  width: 80%;
  max-width: 400px;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  animation-name: arrowFlow;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  transform: translate(-50%, -300%);
  position: absolute;
  top: 0;
  left: 50%;
}
.arrowFlow__afterG {
  animation-delay: 1s;
}
.arrow {
  display: inline-block;
  vertical-align: middle;
  color: #ba0d0d;
  line-height: 1;
  position: relative;
  width: 40px;
  height: 60px !important;
  background: currentColor;
  margin: 0 30px;
}
.arrow:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 50px;
  border-color: #ba0d0d transparent transparent transparent;
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
}
@keyframes arrowFlow {
  0% {
      transform: translate(-50%, -300%);
  }

  60% {
      transform: translate(-50%, 100%);
  }

  100% {
      transform: translate(-50%, 400%);
  }
}

/*ふきだし*/
.balloon {
/*周りの余白。上下｜左右*/
  margin: 1.5em 0;
  overflow: hidden;
  display: flex;
}
.chatting {
/*吹き出しの幅を変更する場合、下記autoを削除して20%から100%の値を指定してください*/
  width: auto;
}
.faceicon {
    display: inline-block;
    width: 55px;
    min-width: 55px;
    height: auto;
    position: relative;
    overflow: hidden;
}
.faceicon img {
  display: block;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
/*画像周りの線の指定。左から、線の種類、線の太さ、線の色*/
  border: solid 3px #d7ebfe;
  box-sizing: border-box;
  width: 55px;
  max-width: 55px;
  height: 55px !important;
  object-fit: cover;
  border-radius: 50%;
}
.says {
display: block;
position: relative;
margin: 0 0 0 20px;
padding: 12px;
border-radius: 10pt;
/*吹き出しの部分の背景色指定。※三角部分の色を除く*/
background-color: #d7ebfe;
}
.says:before {
content: "";
position: absolute;
top: 12px;
left: -26px;
border: 11pt solid transparent;
/*三角部分の色変更は下記より変更ください*/
border-right: 11pt solid #d7ebfe;
}
.says p {
margin: 0;
padding: 0;
letter-spacing: -0.01em;
}

.balloon2 {
  /*周りの余白。上下｜左右*/
  margin: 1.5em 0;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
}
.says2 {
  display: block;
  position: relative;
  margin: 0;
  padding: 12px;
  border-radius: 10pt;
  /*吹き出しの背景色指定。※三角部分の色は下の.says:beforeから変更*/
  background-color: #d7ebfe;
  margin-right: 20px;
}
.says2:before {
  content: "";
  position: absolute;
  top: 15px;
  right: -11px;
  /*三角部分の色変更は下記カラーコードを変更ください*/
  border-left: 11px solid #d7ebfe;
  border-bottom: 11px solid transparent;
  border-top: 11px solid transparent;
}
.says2 p {
  margin: 0;
  padding: 0;
  letter-spacing: -0.01em;
}


/*口コミ*/
.kuti {
  padding: 15px 10px;
  background: white;
  border: 11px solid #ffa9b8;
}
.tyu {
  line-height: 1.5;
  margin-bottom: 15px;
}
.kuti .star {
  color: rgb(255, 153, 0);
}
.kuti .ttl {
  line-height: 1.4;
}


/*矢印２*/
.step_arr {
  position: relative;
  padding-top: 22vw;
  margin-top: -4vw;
}

.step_arr span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 10vw;
  height: 10vw;
  margin-left: -5vw;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}
.step_arr span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.step_arr span:nth-of-type(2) {
  top: 4vw;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
.step_arr span:nth-of-type(3) {
  top: 8vw;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@media (min-width: 620px) {
   .step_arr {
    position: relative;
    padding-top: 136px;
    margin-top: -25px;
  }

   .step_arr span {
    width: 62px;
    height: 62px;
    margin-left: -31px;
  }

   .step_arr span:nth-of-type(2) {
    top: 24.8px;
  }

   .step_arr span:nth-of-type(3) {
    top: 49.6px;
  }
}



/*ランキング表*/
.rankTable {
  background: #eaf7fd;
  width: 800px;
  margin: 3% auto;
  box-sizing: border-box;
}

  .rankTable table {
  background: #fff;
  width: 100%;
  width: 540px;
  margin: auto;
  box-sizing: border-box;
  border-radius: 5px;
}

  .rankTable table tr th {
  background: #4295c5;
  color: #fff;
  border-radius: 0;
  padding: 1% 1%;
  font-weight: bold;
  border-bottom: 1px solid;
}

  .rankTable table tr:first-child th {
  background: #ffffff;
  border-radius: 0;
  padding: 1%;
  font-size: 1.5rem;
  vertical-align: top;
  line-height: 0.7;
  border-right: 2px dotted #c4c4c4;
  border-bottom: 1px solid;
}

  .rankTable table tr:last-child th {
  background: #ffffff;
  border-radius: 0;
  padding: 1%;
  font-size: 1.5rem;
  vertical-align: top;
  line-height: 1;
  border-right: 2px dotted #c4c4c4;
}

  .rankTable table tr:first-child th:last-child,
  .rankTable table tr:last-child th:last-child {
  border-right: none;
}

  .rankTable table tr:first-child th:nth-child(1) {
  color: #ffffff;
  background-color:#4295C5;
  text-align: center;
  font-size:0.8rem;
  border-right:none;
  vertical-align:middle
}
  .rankTable table tr:last-child th:nth-child(1) {
  color: #ffffff;
  background-color: #4295C5;
  text-align: center;
  font-size:0.8rem;
  border-right:none;
  vertical-align:middle
}

  .rankTable table tr:first-child th a,
  .rankTable table tr:last-child th a {
  font-size: 1rem;
color: #4682b4;
}

  .rankTable table tr:first-child th a img,
  .rankTable table tr:last-child th a img {
  padding: 5% 0;
}

  .rankTable td {
  border-top: 2px dotted #c4c4c4;
  border-right: 2px dotted #c4c4c4;
  border-bottom:2px dotted #c4c4c4;
  text-align: center;
  padding: 1% 1%;
  width: calc(100% / 6);
  font-size: 0.8rem;
  vertical-align: top;
}

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

  td.txt_only {
  font-size: 1.5rem;
  color: #333333;
  padding: 2.5% 0;
}

  span.ex,
  span.go,
  span.so,
  span.ba {
  font-weight: normal;
  line-height: 70px;
}

  span.ex {
  font-size: 5rem;
  color: #f8525d;
}

  span.go {
  font-size: 3.5rem;
  color: #7cd0dd;
}

  span.so {
  font-size: 3.2rem;
  color: #f5c132;
}

  span.ba {
  font-size: 4rem;
  color: #7a7a7a;
}

  span.txt_ex {
  font-weight: bold;
  color: #f8525d;
}


span.ex,
  span.go,
  span.so,
  span.ba {
  line-height: 50px;
}

  span.ex {
  font-size: 3.5rem;
}

  span.go {
  font-size: 2.5rem;
}

  span.so {
  font-size: 2.2rem;
}

  span.ba {
  font-size: 3rem;
}

  .rankTable table tr th {
  font-size: 0.8rem;
}

@media (max-width: 620px) {
  .rankTable {
    /*padding: 20px 0 0 0;*/
    border: 10px solid #bce7ff;
    border-top: 10px solid #bce7ff;
    border-width: 10px;
    overflow-x: scroll;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    background: #ffffff;
  }

  .rankTable table {
    width: 540px;
  }
}

@media (min-width: 620px) {
  .rankTable {
  /*padding: 20px 0 0 0;*/
  border: 10px solid #bce7ff;
  border-top: 10px solid #bce7ff;
  border-width: 10px;
  /*overflow-x: scroll;*/
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 20px 0;
  background: #ffffff;
}
  .rankTable table {
  width: 100%;
}
#sb-part-4522.sb-custom-part-ln1od9o9ufp9muv1cba .rankTable table {
  width: 540px;
}
  .rankTable table tr.sp_th {
  /*display: block;*/
  height: 28px;
}
  .rankTable table tr.sp_th th {
  /*	position: absolute;*/
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 20px);
  text-align: center;
  padding-top: 5px;
}
  .scrollok {
  display: block;
  text-align: center;
  color: #0b4685;
  /*position: absolute;*/
  right: 0;
  left: 0;
  background: #edf5fa;
  width: 100%;
  margin: auto;
}
  span.ex,
  span.go,
  span.so,
  span.ba {
  line-height: 50px;
}
  span.ex {
  font-size: 3.5rem;
}
  span.go {
  font-size: 2.5rem;
}
  span.so {
  font-size: 2.2rem;
}
  span.ba {
  font-size: 3rem;
}
  .rankTable table tr th {
  font-size: 0.8rem;
}
}

table.item_table {
  /* margin: 10px 0px;*/
  font-weight: bold;
  /*width: 100%;*/
}

.item_table th {
  background: #decb9f;
  color: #fff;
  padding: 3px 0 0;
  border: 1px solid #fff;
  font-size: 15px;
}

table.item_table td {
  border: 1px solid #afafaf;
  font-size: 15px;
  padding: 2% 1% 2%;
  width: 10%;
}

table.item_table tbody tr th:first-child {
  border-left: 1px solid #decb9f;
}

table.item_table tbody tr th:last-child {
  border-right: 1px solid #decb9f;
}

.item_table th {
  padding: 15px;
}

@media screen and (max-width: 760px){	
	.sp {
	display: block;
}
}


/*-------- 検索 --------*/
.searchtable tbody{
	margin: 2%;
}
.searchtable{
    table-layout: auto;
    max-width: unset;
    border-radius: 5px;
    border-right: none;
    /*margin: 30px auto;*/
	table-layout: fixed;
}
.searchtable th,
.searchtable td{
    padding: 5px 15px;
}
.searchtable th{
    font-weight: bold;
    color: #000;
    display: block;
    text-align: left;
    font-size: 14px;
}
.searchtable td{
    text-align: left;
    padding-left: 15px;
	display: block;
}
.searchtable td:nth-child(1) {
    border: none;
}
.searchbutton {
    background-color: #E8F4FF;
    color: #1D92FF;
    border: none;
    padding: 10px 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    line-height: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 35%;
    border-radius: 5px;
}
.form {
    table-layout: auto;
    max-width: unset;
	width: 565px;
    background-color: #ffffff;
    border-radius: 0 0 5px 0;
    border-right: none;
    margin: 0 auto;
    padding: 1px 25px;
}

@media screen and (max-width: 760px){
  .searchtable {
      width: 90%;
  }

  .searchtable th,
  .searchtable td{
      padding: 5px 3%;
  }
    
  .form {
    margin: 0 auto;
    width: 95%;
    padding: 2% 0;
  }
    
  .item_title{
      width: 95% !important;
    padding: 5% 0 !important;
  }
  .show_more span{
    margin: 0px 9% !important;
  }

  .item_title p {
    padding: 0 3% !important;
  }
}

.acc_content_wrapper {
  position: relative;
  margin-bottom: 2%;
}
.acc_content {
  height: 0vh;
  overflow: hidden;
}

.show_more{
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
  line-height: 1.8em;
  cursor: pointer;
  transition: bottom 0.2s;
}
.show_more span{
  	position: absolute;
    width: 80px;
    height: 35px;
    bottom: -16px;
    background-color: #ffffff;
    text-align: center;
    color: #1d92ff;
    font-size: 12px;
    border-radius: 0 0 50% 50%;
    display: flex;
    align-items: center;
    justify-content: center;
	margin: 0 4%;
}

.item_title{
	text-align: left;
    padding: 18px 30px 24px;
    background-color: #fff;
    color: #1D92FF;
    width: 555px;
    margin: 2% auto 0;
    font-size: 14px;
    font-weight: bold;
    border-radius: 10px 10px 0 0;
}


.item_title p{
	padding: 0 1%;
	font-family: Hiragino Sans, Arial, sans-serif !important;
}
.bg_y{
    background-color: #fffde8;
}
.fss {
    font-size:10px;
    padding:0px;
    margin:0px;
}
.rankTable td {
    border-bottom:2px dotted #c4c4c4;
    border-top: 2px dotted #c4c4c4;
    vertical-align:top;
}
.rankTable th {
    border-bottom:2px dotted #ffffff;
    vertical-align:middle;
    position: sticky;
    left: 0;
    z-index: 10;
}
.rankTable tr:last-child th {
    border-bottom: none;
}
.rankTable tr:second-child td {
    border-top:2px dotted #c4c4c4;
}
.rankTable table tr:second-child th:nth-of-type(2) {
    border-bottom:2px dotted #c4c4c4;
}
.rankTable table tr:first-child th:nth-child(2) {
    border-bottom:none;
}
.rankTable table tr:first-child th:nth-child(3) {
    border-bottom:none;
}
.rankTable table tr:first-child th:nth-child(4) {
    border-bottom:none;
}
.rankTable table tr:first-child th:nth-child(5) {
    border-bottom:none;
}
.rankTable table tr:first-child th:nth-child(6) {
    border-bottom:none;
}
.rankTable table tr:nth-child(9) {
    font-size:10px;
}
.vat {
    vertical-align: top;
}

footer {
	text-align: center;
	font-size: 13px;
    padding: 5%;
    background: #ECECEC;
    text-align: center;
    margin-top: 10px;
}

footer a{
	color: #4682b4;
}