@charset "utf-8";
/* ********************************************************
	Pages CSS
******************************************************** */

/*-------------------------------
  Font Set - Color
-------------------------------*/


/*-------------------------------
  .index
-------------------------------*/
img{
  width: 100%;
}
.mv{
  background: url(../images/common/mv.png) center top no-repeat;
  background-size:cover;
  width: 100%;
  height: 0;
  padding-top: 40%;
  position: relative;
}
.mv ul{
  position: absolute;
  display: block;
  letter-spacing: -0.4em;
  text-align: center;
  top: 20px;
  left: 20px;
}
.mv ul li{
  width: 50px;
  display: inline-block;
  vertical-align: top;
	letter-spacing: normal;
}
.mv ul li+li{
  margin-left: 3px;
}
.mv ul li span{
  background: center center no-repeat #ed1c24;
  background-size: contain;
  width: 100%;
  height: 50px;
  padding: 10px 0;
  box-sizing: border-box;
  display: block;
  border-radius: 7px;
  color: #FFF;
  font-size: 6px;
  text-align: center;
  letter-spacing: normal;
  text-decoration: none;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.mv ul li:nth-child(1) span{
  background-image: url(../images/index/btn_mv01.svg);
}
.mv ul li:nth-child(2) span{
  background-image: url(../images/index/btn_mv02.svg);
}
.mv ul li:nth-child(3) span{
  background-image: url(../images/index/btn_mv03.svg);
}
.mv h2 {
    background: url(../images/index/mv_logo.svg) center top no-repeat;
    background-size: contain;
    width: 100%;
    height: 0;
    padding-top: 17.81%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
}
/*-------------------------------
  pankuzu
-------------------------------*/
.pankuzu{
  background: #f2f2f2;
  width: 100%;
  padding: 8px 10px;
  box-sizing: border-box;
}
.pankuzu ul{
  display: block;
  letter-spacing: -.4em;
  text-align: left;
}
.pankuzu ul li{
  display: inline-block;
  letter-spacing: normal;
  font-size: 10px;
}
.pankuzu ul li a{
  color: #000;
  font-size: 10px;
  text-decoration: none;
}
.pankuzu ul li+li{
  margin-left: 10px;
}
.pankuzu ul li+li:before{
  content: "";
  width: 5px;
  height: 5px;
  margin-right: 10px;
  display: inline-block;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  vertical-align: middle;
}
/*-------------------------------
  index,共通
-------------------------------*/
.sec{
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}
.sec .ttl{
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #FFF;
  font-size: 12px;
}
.sec .ttl.main{
  background-color: #39b54a;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.sec .ttl a{
  color: #FFF;
  text-decoration: none;
}
.sec .ttl.main.searchCon{
  background-image: url(../images/index/ttl_top_search.svg);
}
.sec .ttl.sub{
  background-color: #8cc63f;
}
.search{
  margin-top: 10px;
}
.sec .checkArea{
  display: block;
  letter-spacing: -.4em;
  text-align: center;
}
.checkArea.pickup{
  margin-top: 10px;
}
.sec .checkArea li{
  background: #d9f1c0;
  width: 49.5%;
  height: 40px;
  display: inline-block;
  letter-spacing: normal;
  line-height: 40px;
  position: relative;
  font-size: 12px;
	text-align: left;
}
.sec .checkArea li a{
  padding: 0 10px;
  display: block;
  box-sizing: border-box;
  color: #000;
  font-size: 11px;
  text-decoration: none;
}
.sec .checkArea li:after {
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	top: 0;
  right: 0;
	color: #999999;
	font-family: "icomoon";
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	text-indent: 0;
}

.sec .checkArea li.soku_yu:after {
	content: "\e908";
}
.sec .checkArea li.tei_kinri:after {
	content: "\e902";
}
.sec .checkArea li.freeter:after {
	content: "\e909";
}
.sec .checkArea li.rai_huyo:after {
	content: "\e907";
}
.sec .checkArea li.tanpo:after {
	content: "\e903";
}
.sec .checkArea li.syu_syou_huyo:after {
	content: "\e905";
}
.sec .checkArea li.web:after {
	content: "\e906";
}
.sec .checkArea li.ginko:after {
	content: "\e901";
}
.sec .checkArea li.convini:after {
	content: "\e907";
}
.sec .checkArea li.matome:after {
	content: "\e900";
}
.sec .checkArea li.murisoku:after {
	content: "\e904";
}

.sec .checkArea li:nth-child(even){
  border-left: 1px solid #FFF;
}
.sec .checkArea li:nth-child(n+3){
  border-top: 1px solid #FFF;
}
.search .checkArea li label{
  width: 100%;
  height: 100%;
  display: block;
  padding: 0 10px;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.check{
  display: none;
}
.checkbox01-parts{
  padding-left: 25px;
  position:relative;
}

.checkbox01-parts::before{
  content: "";
  background: #FFF;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
}
.check:checked + .checkbox01-parts{
  color: #39b54a;
}
.check:checked + .checkbox01-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #39b54a;
  border-right: 3px solid #39b54a;
}
.conditionsArea{
  margin-top: 10px;
}
.moreCon#acMenu{
 cursor:pointer;
  position: relative;
}
.moreCon#acMenu .icon{
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
}
.moreCon#acMenu .icon span{
  display: block;
  height: 30px;
  position: relative;
}
.moreCon#acMenu .icon span:before,
.moreCon#acMenu .icon span:after{
  content: "";
  background-color: #FFF;
  width: 20px;;
  height: 2px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  right: 20px;
  transition: all .4s;
}
.moreCon#acMenu .icon span:before {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.moreCon#acMenu .icon span:after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.moreCon.active#acMenu .icon span:before {
	display:none;
}
.moreCon.active#acMenu .icon span:after {
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.moreConditions{

}
.moreArea{
 display:none;
}
.moreConditions li{
  background: #d9f1c0;
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.moreConditions li+li{
  border-top: 1px solid #FFF;
}
.moreConditions li span{
  width: 30%;
  margin-left: 15px;
  font-size: 11px;
}
.moreConditions li select {
  background: #FFF;
  width: 100%;
  height: 30px;
	padding: 5px;
  border: 1px solid #999999;
  box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
  position: relative;
}
.moreConditions li label{
  position: relative;
  width: 65%;
  margin-right: 15px;
}
.moreConditions li label:after {
  content: " ";
  width: 30px;
	height: 30px;
	background: #e6e6e6;
  border: 1px solid #999999;
  box-sizing: border-box;
	pointer-events: none;
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
  margin-top: -15px;
  z-index: 1;
}
.moreConditions li label:before{
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  transform: rotate(134deg);
  z-index: 2;
  margin-top: -10px;
}
.ttl.sub.shop{
  margin-top: 10px;
}
.btn{
  width: 140px;
  margin: 10px auto 0;
}
.btn_img{
  margin: 10px auto 0;
}
.btn a{
  height: 30px;
  display: block;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  position: relative;
}
.btn a span{
  display: inline-block;
  vertical-align: middle;
  color: #FFF;
  font-size: 12px;
  line-height: 30px;
}
.btn a span:after{
  content: "";
  width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-left: 6px solid #FFF;
	border-bottom: 6px solid transparent;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-top: -2px;
}
.btn.type01 a{
  background: #ed1c24;
}
.sec.ranking{
  margin-top: 20px;
}
.ttl.main.ranking{
  background-image: url(../images/index/ttl_ranking.svg);
}
.ranking .detail{
  margin-top: 5px;
}
.ranking .detail>li{
  border: 1px solid #999999;
  padding: 7px;
  box-sizing: border-box;
  display: block;
}
.ranking .detail li{
  margin-top: 10px;
}
.ranking .detail li h3{
  background: #e6e6e6;
  width: 100%;
  height: 25px;
  position: relative;
  padding-left: 40px;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: bold;
  line-height: 25px;
}
.ranking .detail li h3:before{
  content: "\e90a";
  width: 25px;
	height: 25px;
	display: block;
	position: absolute;
	top: 0;
  left: 0;
	font-family: "icomoon";
	font-size: 20px;
	line-height: 25px;
	text-align: center;
	text-indent: 0;
}
.ranking .detail li h3.search_h3:before{
	display: none;
}
.ranking .detail li h3.no1:before{
  color: #d4b733;
}
.ranking .detail li h3.no2:before{
  color: #999999;
}
.ranking .detail li h3.no3:before{
  color: #ad7c56;
}
.ranking .detail li .thamArea{
  margin-top: 10px;
}
.ranking .detail li .thamArea .tham{
  width: 33%;
  float: left;
}
.ranking .detail li .thamArea .tham img{
  width: 100%;
}
.ranking .detail li .thamArea .graph{
  width: 60%;
  float: right;
}
.ranking .detail li .thamArea .graph table{
  width: 100%;
}
.ranking .detail li .thamArea .graph table th,
.ranking .detail li .thamArea .graph table td{
  padding: 5px ;
  font-size: 11px;
  border: 1px solid #FFF;
}
.ranking .detail li .thamArea .graph table th{
  background: #b3b3b3;
}
.ranking .detail li .thamArea .graph table td{
  background: #f2f2f2;
}
.ranking .detail li .thamArea .graph .shopicon{
  margin: 10px 0 0 0;
  display: block;
  text-align: left;
  letter-spacing: -.4em;
}
.ranking .detail li .thamArea .graph .shopicon li{
  width: 16%;
  display: inline-block;
  letter-spacing: normal;
}
.ranking .detail li .thamArea .graph .shopicon li+li{
  margin-left: 2px;
}
.ranking .detail li .thamArea .graph .shopicon li img{
  width: 100%;
}
.ranking .detail li .cond{
  margin-top: 10px;
  display: block;
  text-align: left;
  letter-spacing: -.4em;
}
.ranking .detail li .cond li{
  background: #006837;
  width: 24%;
  height: 20px;
  display: inline-block;
  letter-spacing: normal;
  color: #FFF;
  font-size: 10px;
  text-align: center;
  line-height: 20px;
}
.ranking .detail li .cond li+li{
  margin-left: 4px;
}
.ranking .detail li .cond li:nth-child(4n+1){
  margin-left: 0;
}
.ranking .detail li .cond li:nth-child(n + 5){
  margin-top: 4px;
}
.ranking .detail li .cond li.no{
  background: #999999;
}
.ranking .detail li dl{
  margin-top: 10px;
}
.ranking .detail li dl dt{
  background: #8cc63f;
  width: 100%;
  height: 20px;
  padding: 0 10px;
  box-sizing: border-box;
  display: block;
  color: #FFF;
  font-size: 11px;
  line-height: 20px;
}
.ranking .detail li dl dd{
  background: #e6e6e6;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  display: block;
  color: #000;
  font-size: 10px;
}
.bottomArea{
  margin-top: 20px;
}
.ttl.main.kodawari{
  background-image:url(../images/index/ttl_kodawari.svg);
  margin-top: 10px;
}
.bana{
  margin-top: 10px;
}
.ttl.main.kaishou{
  background-image:url(../images/index/ttl_kaishou.svg);
  margin-top: 10px;
}
.listArea{
  display: block;
}
.listArea li{
  width: 100%;
  display: block;
	border-bottom: 1px solid #999999;
}
.listArea li+li{
  /*border-top: 1px solid #999999;*/
}
.listArea li a{
  height: 40px;
  padding-left: 10px;
  display: block;
  box-sizing: border-box;
  color: #000;
  font-size: 10px;
  line-height: 40px;
  text-decoration: none;
}
.listArea li a:before{
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  margin-right: 10px;
  border-top: 1px solid #999999;
  border-right: 1px solid #999999;
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.btn.type02 a{
  background: #39b54a;
}
/*-------------------------------
  search_results
-------------------------------*/
.ttl.main.results{
  background-image: url(../images/search_results/ttl_results.svg);
}
.result .sec.ranking{
  margin-top: 10px;
}
.resultsArea{
  margin-top: 10px;
}
.resultsArea .number{
  float: left;
  font-size: 12px;
}
.number span{
  color: #ff0000;
  font-size: 15px;
  font-weight: bold;
}
.resultsArea .btn{
  float: right;
  width: 110px;
  margin: 0;
}
.resultsArea .btn a{
  height: 20px;
}
.resultsArea .btn a span{
  line-height: 20px;
}
/*-------------------------------
  ranking
-------------------------------*/
.rankingArea{
  padding: 0;
  margin: 10px 0;
}
.ranking .rankingArea .detail{
  padding: 0 10px;
  box-sizing: border-box;
}
/*-------------------------------
  guide
-------------------------------*/
.ttl.main.guide{
  background-image: url(../images/guide/ttl_guide.svg);
}
.guide .guideArea{
  padding: 0;
  margin-top: 10px;
}
.guide .guideArea .inner{
  padding: 0 10px;
  margin-top: 10px;
  box-sizing: border-box;
}
.btn.type04{
  width: 210px;
  margin-top: 10px;
}
.btn.type04 a{
  background: #39b54a;
  height: 28px;
}
.cardRanking{
  margin-top: 10px;
  padding: 0 10px;
}
.cardRanking li{
  background: #f2f2f2;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 70px;
}
.cardRanking li+li{
  margin-top: 20px;
  position: relative;
}
.cardRanking li+li:before{
  content: "";
  width: 0;
	height: 0;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-top: 15px solid #808080;
  position: absolute;
  left: 50%;
  top:-17px;
  margin-left: -15px;
  
}
.cardRanking li span{
  background: #8cc63f;
  width: 30%;
  height: 70px;
  padding-top: 27px;
  box-sizing: border-box;
  display: inline-block;
  color: #FFF;
  text-align: center;
  font-size: 14px;
}
.cardRanking li div{
  width: 70%;
  padding: 5px;
  box-sizing: border-box;
  font-size: 10px;
  line-height: 1.5;
}
.cardRanking li div h4{
  font-size: 18px;
}
.ttl.main.more{
  background-image: url(../images/guide/ttl_more.svg);
  margin-top: 20px;
}

.guide dl{
  margin-top: 15px;
  font-size: 12px;
}
.guide dl dt{
  color: #39b54a;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.guide dl dd+dt{
  margin-top: 20px;
}
/*-------------------------------
  diagnosis
-------------------------------*/
.diagnosis .moreConditions{
  display: block;
}
.diagnosis .amount{
	position: relative;
  background: #d9f1c0;
  margin-top: 10px;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}
.diagnosis .amount .loder{
    position: absolute;
    left: 50%;
    margin-left: -40px;
		display:none;
}
.diagnosis .amount .txt01{
  color: #000;
  font-size: 15px;
  font-weight: bold;
  line-height: 2;
}
.diagnosis .amount .txt01 span{
  color: #39b54a;
  font-size: 30px;
}
.diagnosis .amount .txt02{
  font-size: 9px;
  margin-top: 10px;
}
/*-------------------------------
  company
-------------------------------*/
.company .sec{
  margin-top: 10px;
}
.company .sec .ttl{
  margin-bottom: 10px;
}
.company .sec p,
.company dl,
.company table{
  width: 100%;
  font-size: 12px;
  line-height: 1.5;
}
.company .sec p+p{
  margin-top: 1em;
}
.company dl dt{
  font-weight: bold;
}
.company dl dt:before{
  content: "■"
}
.company dl dd+dt{
  margin-top: 1em;
}
.company dl dd ul li:before{
  content: "・"
}
.company dl dd a{
  color: #000;
}
.company table th,
.company table td{
  display: block;
  padding: 10px;
}
.company table th{
  background: #b3b3b3;
}
.company table td{
  background: #f2f2f2;
}

.columnTtl{
    background: #39b54a;
    color: #fff;
    font-size: 18px;
    padding: 12.5px;
    margin-top: 10px;
}
.columndetailTtl{
    background: #e6e6e6;
    color: #39b54a;
    font-size: 18px;
    padding: 12.5px;
    margin-top: 10px;
		line-height: 1.4;
}
.columnText{
		margin-top: 10px;
    font-size: 12px;
  	line-height: 1.7;
}
.btn .more_btn {

}
.btn .more_btn span {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}
.btn .more_btn span:before {
    display:none;
}
.btn .more_btn span:after {
    display:none;
}
.icon_wrap{ 
	 display: inline-block;
	 padding: 4px;
	 line-height: 0.8;
 }
 .icon_plus{ 
	display: inline-block;
	 position: relative;
 }
 .icon_plus:before,.icon_plus:after{ 
	display: block; 
	content: '';
	 background-color: #fff;
	 border-radius: 10px;
	 position: absolute;
	 width: 18px;
	 height: 2px;
	 top: -5px;
   left: 25px;
 }
 .icon_plus:before{
	 width: 2px;
	 height: 18px;
	 top: -13px;
   left: 33px;
 }
.pagination {
	 display: none;
 }
