@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #252B46;
}
/* 共通クラス名 */
li {
  list-style: none;
}
.w1080 {
  width: 1080px;
  margin: 0 auto;
  position: relative;
}
.wrap {
  display: flex;
  position: relative;
  justify-content: space-between;
}
.w850 {
  width: 850px;
  margin-bottom: 140px;
}
.f_red {
  color: #EB7136;
}
/* パンくずリスト */
.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/news/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;
}
/* 矢印 */
.arrow_01 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-right: 13px;
}
.sample5_3::before {
  left: 0px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #252B46;
  border-right: 1px solid #252B46;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.arrow_01::before {
  position: absolute;
  top: 4px;
  bottom: 10px;
  left: 20px;
  margin: auto;
  content: "";
  vertical-align: middle;
}
/* お知らせ */
.text_box {
  width: 100%;
  padding-top: 30px;
  padding-left: 28px;
  padding-bottom: 60px;
  margin-bottom: 40px;
  outline: solid 1px #b9b9b9;
  position: relative;
}
.text_box span {
  font-size: 10px;
  margin-left: 10px;
  padding: 4px 10px;
  color: #fff;
  line-height: 1;
  display: inline-block;
}
.text_box h3 {
  margin-top: 20px;
}
.text_box p {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
.botton {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 14px;
  padding: 5px 40px 5px 20px;
  outline: solid 1px #b9b9b9;
}
.botton p {
  margin-right: 20px;
}
.botton:hover {
  color: #EB7136;
}
.text_box h3 a:hover {
  color: #EB7136;
}
.botton span:first-child {
  padding-left: 20px;
  display: inline-block;
}
.pager {
  margin: 60px auto 60px;
  vertical-align: middle;
  width: 300px;
}
/* 下層 */
.text {
  padding-bottom: 90px;
  border-bottom: solid #b9b9b9 1px;
}
.text .r_bak {
  font-size: 14px;
  line-height: 1;
  background-color: #EB7136;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 15px;
}
.text h3 {
  font-size: 18px;
  border-bottom: #b9b9b9 2px solid;
  display: inline-block;
  padding-bottom: 10px;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
.text p:first-child {
  margin-bottom: 0px;
}
.text p {
  margin-bottom: 40px;
  line-height: 1.8;
}
/* SNS */
/* シェアボタン */
.share {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: solid 1px #b9b9b9;
}
.share p {
  margin-bottom: 20px;
}
.share div {
  display: flex;
  /* margin-top: 20px; */
}
.share ul {
  display: flex;
}
.share ul li {
  width: 33.33333%;
}
.share ul li:hover {
  opacity: 0.5;
}
/* Twitter */
.tweet {
  background-color: #1da1f2;
  text-align: center;
  cursor: pointer;
  position: relative;
  display: block;
  width: 100%;
  text-decoration: none;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
.tweet a {
  display: block;
}
/* Facebook */
.facebooklink {
  background-color: #1877f2;
  cursor: pointer;
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
.facebooklink a {
  display: block;
}
/* LINE */
.line {
  background-color: #1dcd00;
  cursor: pointer;
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
.line a {
  display: block;
}
#pagenation {
  display: flex;
  justify-content: center;
}
.next_box {
  display: flex;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: solid #b9b9b9 1px;
}
.next_box p + p {
  padding-left: 30px;
}
.next_box p:hover {
  color: #EB7136;
}
@media screen and (max-width: 1040px) {
  .sp_none {
    display: none;
  }
  .w1080 {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .w850 {
    width: 65%;
  }
  .side_navi {
    width: 200px;
  }
  .wrap {
    justify-content: space-between;
  }
  .contentSide {
    position: static;
  }
  .boder_rg {
    font-size: 36px;
    width: 100%;
    position: relative;
    display: inline-block;
    border-bottom: solid 1px #EB7136;
    line-height: 1;
    margin-top: 80px;
    margin-bottom: 60px;
  }
  .boder_rg::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 70%;
    border-bottom: 1px solid #eeecec;
  }
  .side_navi {
    width: 200px;
  }
  .text_box {
    padding-left: 15px;
  }
  /* 下層 */
  .text img {
    width: 100%;
  }
  .text {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  header {
    margin-top: 0;
    width: 100%;
    height: 350px;
    position: relative;
    background-image: url(/img/news/top_sp.jpg);
    background-position: center;
    background-size: cover;
  }
  .boder_rg {
    font-size: 28px;
  }
  .sp_none {
    display: block;
  }
  dl {
    line-height: 1;
  }
  dt {
    margin: 0;
    width: 100px;
    white-space: nowrap;
  }
  .wrap {
    width: 100%;
    display: block;
  }
  .w850 {
    width: 100%;
  }
  .maptable dt {
    width: 60px;
    margin-right: 20px;
  }
  .boder_rg {
    font-size: 28px;
  }
}