@charset "UTF-8";
/*usrbox*/
.usrbox::after{
	content: "▼";
	color: #F7F7F0;
	position: absolute;
	bottom: -50px;
	left: 45%;
	font-size: 50px;
}

/*bluebox*/
.bluebox{
	background-color: #ccf0fe;
	padding: 10px;
}

/*top-ranking*/
.top_rank_simple{
	width: 100%;
	display: inline-block;
	clear: both;
	padding: 1% 0;
}

.top_rank_simple .trs_box{
	width:32%;
	float: left;
	margin-left: 1%;
	padding: 1%;
	padding-bottom: 10px;
	background-color: #fff;
}

.trs_box .txt_con{
	font-size:13px;
	text-align: center;
}


#main .trs_box a{
	width: 94%;
	font-size: 20px;
	line-height: 30px;
	margin: 10px auto;
	border-radius: 5px;
	text-align: center;
	background-color: #eb6100;
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 10px 0;
	font-weight: bold;
	border-bottom: 5px solid #b84c00;
}

.trs_box a {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}

@media only screen and (max-width: 640px) {
	.top_rank_simple{
		display: flex;
	overflow-x: scroll;
	}
	.top_rank_simple .trs_box{
		width: 80%;
		margin: 1%;
	flex-shrink: 0;
	}
	.top_rank_simple .trs_box:first-child{
	margin-left: 2%;
	}
	.top_rank_simple .trs_box:last-child{
	margin-right: 2%;
	}
	.trs_box .img_con{
		width: 50%;
		margin: auto;
		display: block;
	}
	.trs_box .txt_con{
		font-size: initial;
	}
}

#contents table td.sub_item{
  /*background-color: #ccf0fe;*/
  color: #022751;
  font-weight: bold;
}
#contents .table-01 tbody td.sub_item{
  background-color: #ccf0fe;
}

.tenmetsu {animation: flash 2s linear infinite; color: #FF0A0A; font-weight: bold;}
@keyframes flash { 0% {opacity: 1;} 50% {opacity: 0;} 100% {opacity: 1;} }

table td.tri{
	background-image: url("./img/mark_table_notgood.webp");
	background-repeat: no-repeat;
	background-size: 70px;
	background-position: 55% 50%;
	padding: 30px 0;
}
table td.cro{
	background-image: url("./img/mark_table_bad.webp");
	background-repeat: no-repeat;
	background-size: 70px;
	background-position: 55% 50%;
	padding: 30px 0;
}
table td.dbl{
	background-image: url("./img/mark_table_verygood.webp");
	background-repeat: no-repeat;
	background-size: 70px;
	background-position: 50% 50%;
	padding: 30px 0;
}
table td.cir{
	background-image: url("./img/mark_table_good.webp");
	background-repeat: no-repeat;
	background-size: 70px;
	background-position: 50% 50%;
	padding: 30px 0;
}

/*口コミデザイン*/
.pst_rev {margin-top: 20px; padding: 15px; border: 1px #ddd solid; border-radius: 3px;}
.pst_rev:first-child {margin-top: 0px;}
.pst_rev p.rev_tit {font-size: 18px; font-weight: bold; margin-bottom: 0 !important; }
.pst_rev .rev_scr {font-size: 12px; border-bottom: 1px #ddd solid; margin-bottom: 20px;}
.pst_rev .rev_scr img {width: 90px; position: relative; top: -2px; }
.pst_rev .rev_scr span {color: #f00; font-weight: bold; margin-left: 10px; }
.rev_img_area {width: 100%; position: relative; display: inline-block; clear: both; margin-bottom: 20px; }
.rev_img_area .img_cell {width: 19%; margin-right: 1.2%; float: left; }
.rev_img_area .img_cell img {border-radius: 3px; }
.pst_rev .cnt_area {border-bottom: 1px #ddd solid; }
.cnt_txt{margin-bottom: 20px;}
.dtl_rev {margin-top: 10px; position: relative; }
.dtl_rev span.day:before {content: ""; background-image: url(./img/pen.webp); padding: .4em; background-repeat: no-repeat; background-size: contain; position: relative; right: 5px; top: 8px;}
#main .dtl_rev span.profile {font-size: 14px; color: #aaa; margin: 0 10px; border: none; }
.dtl_rev span.day {right: 5px; font-size: 14px; color: #aaa; position: relative; padding-left: 18px; margin-left: 10px; }
.pst_dtl {width: 100%; position: absolute; text-align: right; right: 0; top: 5px; display: inline-block; }
.cnt_dtl_link {margin-top: 20px; }
.dtl_rev img {width: 40px; }
#main .cnt_dtl_link a {width: 100%; display: inline-block; text-align: center; text-decoration: none; padding: 20px 0; border: 1px #ddd solid; border-radius: 3px; color: #6b6b6b; }
.cnt_dtl_link a span {position: relative; }
.cnt_dtl_link a span:before {content: "\f086"; font-family: "fontawesome"; font-weight: normal; font-size: 1.1em; margin-top: -.6em; position: absolute; left: -20px; top: 7px; }
span.annotation{font-size: 11px; color: #999; }
p.annotation{font-size: 11px; color: #999; line-height: 11px; }
.detail_ranking img{border: none;}

/*--------------------
 accordion
--------------------*/
.accordion {
  width: 100%;
  margin: 0px auto;
}

.accordion__accordionMoreContent {
  display: none;
}

.accordion__button {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 10px 0 30px;
  cursor: pointer;
}

.accordion__button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transform: rotate(135deg);
  margin-top: -8px;
}

.accordion__buttonText {
  display: none;
  color: #ffffff;
  font-size: 15px;
  line-height: 26px;
  text-align: center;
  text-decoration: none;
  background-color: #145a92;
  border-radius: 10px;
  transition: opacity 0.3s ease 0s;
  padding: 12px 30px;
  box-sizing: border-box;
}

/* is-active時（展開時）の切り替え */
.accordion__button.is-active::before {
  transform: rotate(-45deg);
  margin-top: -2px;
}

.accordion__buttonText.is-active {
  display: block;
}

/*こだわり検索フォームエリア----------------------------------------------------------*/

.search-form form{
  display: table;
  margin: 0 10px;
  padding: 0!important;
}

.search-item {
  float: inherit!important;
  width: 100%;
  margin: 0;
  margin-right: 0!important;
  padding: 0;
    border-bottom: 1px #ccc solid;

}

.search-item-name {
  padding: 10px 0 !important;
  display: table-cell!important;
    width: 150px;
    text-align: center;
    background-color: #c5e8ff;
    border-right: 1px #ccc solid;
}

.search-item-value{
  display: table-cell!important;
  padding-left: 6px;
}

.search-item.checkbox-item{
  width: 100%;
}

.search-button {
  float: inherit!important;
    text-align: center;
    padding: 10px 0 !important;
}

.search-button input {
  width: 60%!important;
    padding: 10px 0;
    font-size: 20px;
    letter-spacing: 20px;
    text-indent: 20px;
}

/*こだわり検索フォームエリア----------------------------------------------------------*/