@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  color: #252B46;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}
/* 共通クラス名 */
p {
  font-size: 14px;
}
li {
  list-style: none;
}
.w1080 {
  width: 1080px;
  margin: 0 auto;
  position: relative;
}
.wrap {
  display: flex;
  position: relative;
}
.w850 {
  /* width: 850px; */
  margin-bottom: 140px;
}
.f_red {
  color: #EB7136;
}
.f_org {
  color: #f4753b;
}
.f_org:hover {
  opacity: 0.5;
}
.pc_none {
  display: none;
}
.f_size12 {
  font-size: 12px;
}
/* パンくずリスト */
.breadcrumbs_list {
  font-size: 10px;
  display: flex;
  margin-top: 10px;
}
.breadcrumbs_list li {
  line-height: 1;
  position: relative;
  padding-left: 10px;
  padding-right: 5px;
}
.breadcrumbs_list li:first-child {
  padding-left: 0px;
}
.breadcrumbs_list li:after {
  content: '';
  margin-right: 5px;
  left: 0px;
  top: 3px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #EB7136;
  border-right: 1px solid #EB7136;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  display: block;
}
.breadcrumbs_list li:first-child::after {
  display: none;
}
.arrow_red_1 {
  width: 5px;
  height: 5px;
  position: absolute;
  left: 5px;
  top: 10px;
  display: block;
}
.breadcrumbs_list li a {
  display: inline-block;
}
.breadcrumbs_list li:last-child:after {
  content: '';
}
/* パンくずリスト終 */
.boder_rg {
  font-size: 36px;
  width: 100%;
  position: relative;
  display: inline-block;
  border-bottom: solid 1px #EB7136;
  line-height: 1;
  margin-top: 130px;
  margin-bottom: 60px;
  padding-bottom: 13px;
}
.boder_rg::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 700px;
  border-bottom: 1px solid #eeecec;
}
header {
  margin-top: 0;
  width: 100%;
  height: 350px;
  position: relative;
  background-image: url(/img/usagefee/top.jpg);
  background-position: center;
  background-size: cover;
}
header::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 100%;
  height: 4px;
  padding: 0;
  background: #EB7136;
}
.wrap_innner {
  margin-bottom: 30px;
}
.wrap_innner h3 {
  font-size: 28px;
  margin-bottom: 20px;
}
.wrap_box {
  display: flex;
  flex-wrap: wrap;
}
.wrap_box p:first {
  margin-right: 20px;
}
.wrap_box p a {
  /* width: 200px; */
  display: block;
  border: solid 1px #ddd;
  padding: 20px 30px;
  line-height: 1;
  margin-right: 20px;
  margin-bottom: 20px;
}
.wrap_box p a:hover {
  background: #FFE7CD;
}
.wrap_innner .text {
  margin-bottom: 30px;
}
@media screen and (max-width: 1040px) {
  .sp_none {
    display: none;
  }
  .w1080 {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .w850 {
    width: 70%;
  }
  .pc_none {
    display: block;
  }
  .contentSide {
    position: none;
  }
}
@media screen and (max-width: 767px) {
  * {
    outline: so;
  }
  header {
    margin-top: 0;
    width: 100%;
    height: 350px;
    position: relative;
    background-image: url(/img/usagefee/top_sp.jpg);
    background-position: center;
    background-size: cover;
  }
  .boder_rg {
    margin-top: 100px;
    font-size: 28px;
  }
  .w850 {
    width: 100%;
    overflow-x: scroll;
  }
  .wrap {
    flex-direction: column-reverse;
  }
  .wrap_innner h3 {
    font-size: 24px;
  }
  .wrap_box p {
    width: 100%;
    margin-right: 0;
  }
  .wrap_box p a {
    display: block;
    width: 100%;
  }
  .boder_rg::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 70%;
    border-bottom: 1px solid #eeecec;
    }
}