@charset "UTF-8";
/* サービストップ */
#js-refine-clear {
  display: none;
}

/* サービス詳細 */
.select, .select2 {
  font-size: 0;
}
.select > li, .select2 > li {
  height: 51px;
  box-sizing: border-box;
  border: 1px solid #aaa;
  border-radius: 5px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  background: url(/common_c/images/common/radio.svg) no-repeat 17px center;
  background-color: #fff;
  background-size: 20px 20px;
  border: 1px solid #e8e8e8;
  word-wrap: break-word;
  width: 49%;
  margin-right: 2%;
}
.select > li a, .select2 > li a {
  padding: 13px 0 0 50px;
  display: inline-block;
}
.select > li:last-child, .select2 > li:last-child {
  margin-right: 0;
}
.select > li.is-active, .select2 > li.is-active {
  border: 1px solid #f2b3b9;
  background-image: url(/common_c/images/common/radio_on.svg);
  background-color: #fee7e9;
}

.select > li.non_active, .select2 > li.non_active {
  background-color: #d5d5d5;
  border: 1px solid #d5d5d5;
}

.select > li.non_active:hover,
.select2 > li.non_active:hover {
  filter: alpha(opacity=100) !important;
  -moz-opacity: 1 !important;
  opacity: 1 !important;
  cursor: default;
}

[class*="select_box"] {
  margin-bottom: 20px;
}
[class*="select_box"]:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  /* サービストップ */
  .servicetop-refine {
    width: 100%;
    display: block;
  }
  .servicetop-refine tbody, .servicetop-refine tr, .servicetop-refine th, .servicetop-refine td {
    display: block;
  }
  .servicetop-refine th {
    width: auto;
    padding-top: 0px;
    font-size: 15px;
    margin-bottom: 5px;
  }
  .servicetop-refine td {
    padding: 0 0 10px;
  }

  /* -----------------------------------------
  	サービス下層の選択ボックス
  ----------------------------------------- */
  .select {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }
  .select:last-child {
    margin-bottom: 0;
  }
  .select > span {
    font-size: 13px;
  }
  .select .item {
    width: 100%;
    display: inline-block;
  }

  .rm_search_box .select {
    width: 100%;
  }

  /* -----------------------------------------
  	「/service/ymobile/enjoy/」のスマホ調整
  ----------------------------------------- */
  
  .page_link_box{
	background-color:#e72d25;
	padding:0 5px 0 5px;
  }
  .page_link_box p{
	display:table;
	margin:0 auto 0 auto;
  }
  .page_link_box p span:nth-child(1),
  .page_link_box p span:nth-child(3),
  .page_link_box p span:nth-child(5){
  	display:table-cell;
	padding:10px 5px 10px 5px;
  }
  .page_link_box p span:nth-child(2),
  .page_link_box p span:nth-child(4){
  	display:table-cell;
	padding:10px 0 10px 0;
	position:relative;
	vertical-align:middle;
  }

}
/* iphone5 iphoneSE用 */
