/*PC*/

h4 {
  position: relative;
  padding: 20px 0px 10px 10px;
  border-bottom: 2px dashed #F36DB4;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}

.back-index {
  width: 1000px;
  text-align: center;
  margin: 0,auto;
  margin-top: 25px;
  margin-bottom: 25px;
}

/*ボタン*/
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}

.btn_ind,
a.btn_ind,
button.btn_ind {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #FFA22D;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #FF6D0A;
}

a.btn--radius {
   border-radius: 100vh;
}

.home-search-block {
	padding:40px 0;
	margin:0 auto;
	width:90%;
}

.home-search-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width:100%;
    max-width:1000px;
    margin:0 auto;
}

.japan-map {
    max-width:400px;
    width:37.5%;
}

.area-name {
	font-weight:bold;
	font-size:1.05em;
	line-height:1.0;
	color: #ff8f9c;
}

.pref-list {
    width:57.5%;
}

.pref-list ul {
	list-style: none;
	margin-top: 5px;
	margin-left:-0.5em;
	margin-bottom:1.2em;
}

.pref-list li:before{
	counter-increment: none;
	content: none;
	display: none;
	position: absolute;
	left: 0px;
	height: 0px;
	width: 0px;
	border-radius: 0%;
	background: none;
	top: 0em;
	-moz-transform: translateY(0%);
	-webkit-transform: translateY(0%);
	-o-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
  }

.pref-list ul li {
	display:inline-block;
	line-height:1.0;
	border-right:1px solid #ccc;
	padding-left: 0px;
}

.pref-list ul li:last-child {
	border-right:none;
}

.pref-list ul li a {
	color:#333;
	text-decoration: underline;
	padding:0 0.5em;
}

.pref-list ul li a:hover {
	text-decoration: none;
	color:#ff8f9c;
}

.pref-list ul li span.no-link {
	color:#ccc;
	text-decoration: none;
	padding:0 0.5em;
}

.pref-list ul li span.no-link {
	color:#ccc;
	text-decoration: none;
	padding:0 0.5em;
}



/*SP*/
@media screen and (max-width:767px) {

.japan-map {
	display: none;
}

.pref-list {
    width:95%;
	margin: 0,auto;
	margin-left: 1.5em;
}

.pref-list ul li a {
    font-size: 1em;
}

.back-index {
  width: 100%;
}

}