@charset "UTF-8";
.section_areainfo {
  margin-top: 40px;
}
.section_areainfo .article:not(:last-of-type) {
  margin-bottom: 40px;
}
.section_areainfo .article.feature .ttl:before {
  background: #1C2F88 url(/area/imgs/img_areainfo_ico01.png) no-repeat center center;
}
.section_areainfo .article.feature .box {
  border: 0;
  border-radius: 0;
  padding: 0;
}
.section_areainfo .article.feature .box:not(:last-of-type) {
  margin-bottom: 30px;
}
.section_areainfo .article .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F5F5F5;
  margin-bottom: 23px;
}
.section_areainfo .article .ttl:before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: "";
  display: block;
  width: 60px;
  min-height: 60px;
  background: #1C2F88 url(/area/imgs/img_areainfo_ico02.png) no-repeat center center;
}
.section_areainfo .article .ttl h2 {
  font-size: 24px;
  color: #1C2F88;
  font-weight: bold;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 17px 5px;
}
.section_areainfo .article .ttl_02 {
  color: #202020;
  border-bottom: 2px solid #DDDDDD;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.section_areainfo .article .ttl_02 h3 {
  font-size: 18px;
  padding-left: 13px;
  color: #202020;
  border-left: 5px solid #1C2F88;
  font-weight: bold;
  line-height: 1.35;
}
.section_areainfo .article .box {
  border: 5px solid #DDDDDD;
  border-radius: 5px;
  padding: 20px 25px;
}
.section_areainfo .article .box .sty_list,
.section_areainfo .article .box .sty_list_in {
  letter-spacing: -0.4em;
  text-align: left;
  margin-bottom: 0;
  padding-left: 0;
}
.section_areainfo .article .box .sty_list li,
.section_areainfo .article .box .sty_list_in li {
  font-size: 14px;
  display: inline-block;
  letter-spacing: normal;
}
.section_areainfo .article .box .sty_list li:not(:last-of-type):after,
.section_areainfo .article .box .sty_list_in li:not(:last-of-type):after {
  content: "｜";
  display: inline;
  color: #ccc;
  margin: 0 5px;
}
.section_areainfo .article .box .sty_list li:last-of-type,
.section_areainfo .article .box .sty_list_in li:last-of-type {
  border-right: 0;
}
.section_areainfo .article .box .sty_list_in li {
  display: inline;
}
.section_areainfo .article .box .ttl_list > div {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 5px;
}
.section_areainfo .article .box .ttl_list > div:last-of-type {
  margin-bottom: 0;
}
.section_areainfo .article .box .ttl_list > div dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 152px;
  margin-right: 5px;
}
.section_areainfo .article .box .ttl_list > div dd {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#DETAILS .section_areainfo {
  margin-bottom: 40px;
}

@media only screen and (max-width: 640px) {
  .section_areainfo .article.feature .ttl:before {
    width: 40px;
    min-height: 40px;
    background: #1C2F88 url(/area/imgs/img_areainfo_ico01.png) no-repeat center center;
    background-size: 21px auto;
  }
  .section_areainfo .article .ttl {
    margin-bottom: 15px;
  }
  .section_areainfo .article .ttl:before {
    width: 50px;
    min-height: 40px;
    background: #1C2F88 url(/area/imgs/img_areainfo_ico02.png) no-repeat center center;
    background-size: 24px auto;
  }
  .section_areainfo .article .ttl h2 {
    font-size: 6.25vw;
    line-height: 1.3;
  }
  .section_areainfo .article .ttl_02 h3 {
    font-size: 5vw;
  }
  .section_areainfo .article .box {
    padding: 15px 15px;
  }
  .section_areainfo .article .box .txt {
    font-size: 4.375vw;
  }
  .section_areainfo .article .box .sty_list li {
    font-size: 4.0625vw;
  }
  .section_areainfo .article .box .ttl_list > div {
    font-size: 4.375vw;
    display: block;
    margin-bottom: 10px;
  }
  .section_areainfo .article .box .ttl_list > div:last-of-type {
    margin-bottom: 0;
  }
  .section_areainfo .article .box .ttl_list > div dt {
    font-weight: bold;
    width: auto;
  }
  #DETAILS .section_areainfo {
    margin-bottom: 30px;
  }
}