#contents_wrapper{
background-size:auto;
}
.tenpo_title.right_title:after {
  background:url("../../images/p/tenpo/title_tenpo.png") no-repeat center left;
}
.inner_contents > div {
  font-size:16px;
  letter-spacing:0.5px;
  line-height:26px;
}
.inner_contents > div > p {
  font-weight:bold;
  margin-bottom:10px;
}
.inner_contents > div span {
  font-weight:bold;
  color:#13278c;
}
@media (max-width: 979px) {
  .right_title {
    margin-bottom:10px;
  }
}
@media (max-width: 700px) {
  .inner_contents > div {
    font-size:13px;
    line-height:23px;
  }
}
@media (max-width: 499px) {
  .right_title:after {
    background-size:60% auto !important;
  }
}

#select {
  width:100%;
  max-width:880px;
  margin:0 auto;
  background:rgba(255,255,255,0.00);
  display:flex;
}

#select ul {
  color:#FFF;
  line-height:40px;
  background-color:#ff6a7a;
  width:100%;
  text-indent:30px;
  border-top: 1px solid #fde086;
  border-left: 1px solid #fde086;
  border-right: 1px solid #fde086;
}
#select ul li {
  width:100%;
  cursor:pointer;
  border-bottom:2px solid #0c2d57;
}
#select ul ul.prefecture {
  width:100%;
  display:flex;
  flex-wrap: wrap;
  margin:0 auto;
  background-color:#fde086;
  text-indent:0;
  border-bottom: 3px solid #fde086;
  border-left: 1px solid #fde086;
  border-right: 1px solid #fde086;
}
#select ul ul.prefecture li {
  cursor: pointer;
  text-align: center;
  width: calc(25% + 0.8px);
  border: 1px solid #fe9f64;
  padding: 1px;
  margin-bottom: -1px;
  margin-right: -1px;
  color: #0c2d57;
}
#select ul li.region {
  position: relative;
}
#select ul li.region::after {
  border-right: solid 4px #fff;
  border-top: solid 4px #fff;
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  right: 22px;
  top: 13px;
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  width: 12px;
}
#select ul li.region.open::after {
  top: 18px;
  transform: rotate(-45deg);
}

#result .prefecture_name {
  color:#FFF;
  font-weight:bold;
  text-align:center;
  line-height:36px;
  background-color:#ff6a7a;
  width:98%;
  margin:10px auto;
}
#result .list {
  margin-bottom:20px;
  color:#366;
}
#result .list ul li {
  width:calc(98% - 20px);
  margin:0 auto;
  padding:8px 20px;
  border-bottom:1px solid #366;
}
#result .list ul li .name {
  font-size:18px;
  font-weight:bold;
  line-height:22px;
}
#result .list ul li .add {
  font-size:14px;
  line-height:18px;
}
#result .no_list{
  width: calc(98% - 20px);
  margin: 0 auto;
  padding: 8px 20px;
}

.btn_return {
  background-color: #d8f1f6;
  border: 2px solid #44c0dd;
  border-radius: 5px;
  color: #044960;
  font-size: 14px;
  font-weight: bold;
  margin: 3px auto !important;
  padding: 3px 30px !important;
  display: inline-block;
  cursor: pointer;
  width: 200px;
}

@media (max-width: 700px) {
  #result .list ul li{
    padding:8px 10px;
  }
}
@media screen and (max-width: 639px){
  #result .list ul li .name {font-size:16px;}
  #result .list ul li .add {font-size:12px;}
}

#result_parts {
  display:none;
}
#result .prefecture_name, #result .no_list, #result .list, #result .btn_return {
  display:none;
}