/* CSS Document */
.case ul {
  list-style: none;
}
.case a {
  text-decoration: none;
}
.case .area_name {
  display: inline-block;
  padding: 0 6px;
  color: #fff;
  font-weight: bold;
  background-color: #003A79;
  vertical-align: middle;
}
.case .case_title {
  margin-bottom: 40px;
  padding-top: 40px;
  font-size: 110%;
  text-align: center;
}
.case .case_title .c-h1 {
  margin-left: -1em;
  margin-bottom: 0;
}
.case .case_title .txt {
  margin-top: 20px;
}
.case .case_title span {
  display: inline-block;
}
.case .case_title .area_name {
  position: relative;
  top: -2px;
  margin-right: 0.5em;
  font-size: 22px;
}
.case .case_title .notice {
  font-size: 80%;
}
.case .txt_on_img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 4% 1.3% 3.5%;
  width: 100%;
  text-align: center;
  color: #fff;
  background-color: rgba(150, 138, 99, 0.8);
}
.case .txt_on_img .area_name {
  position: relative;
  margin-bottom: 1.5%;
  padding: 1% 1% 0.25%;
  line-height: 1.2;
  font-size: 85%;
  border-radius: 2px;
}
.case .txt_on_img .area_name::after {
  content: "";
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: -8px;
  border: 4px solid transparent;
  border-top-color: #003A79;
}
.case .txt_on_img .case_name {
  line-height: 1.2;
  font-weight: bold;
  font-size: 140%;
}
.case .title_border {
  margin-bottom: 30px;
  border-bottom: 1px solid #003A79;
}
.case .title_border h3 {
  display: inline-block;
  margin-bottom: 0;
  padding: 0 1em;
  font-size: 110%;
  font-weight: bold;
  color: #fff;
  background-color: #003A79;
}
.case .case_pasing {
  margin-bottom: 130px;
}
.case .case_pasing ul {
  text-align: center;
}
.case .case_pasing li {
  display: inline-block;
}
.case .case_pasing a {
  display: block;
  margin: 0 2px;
  padding: 0 8px;
  height: 28px;
  line-height: 28px;
  background-color: #eee;
  border: 1px solid #afafaf;
  border-radius: 3px;
}
.case .case_pasing a:hover, .case .case_pasing a.current, .case .case_pasing a.pre, .case .case_pasing a.next {
  color: #fff;
  background-color: #003A79;
  border-color: #003A79;
}
.case .case_pasing a.pre, .case .case_pasing a.next {
  position: relative;
  width: 7em;
  border: none;
  border-radius: 0px;
}
.case .case_pasing a.pre::before, .case .case_pasing a.pre::after, .case .case_pasing a.next::before, .case .case_pasing a.next::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 14px solid transparent;
}
.case .case_pasing a.pre::before {
  left: -28px;
  border-right-color: #003A79;
}
.case .case_pasing a.next::after {
  right: -28px;
  border-left-color: #003A79;
}
.case .case_area_select {
  margin-bottom: 100px;
}
.case .case_area_select ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.case .case_area_select li {
  width: 15.6%;
}
.case .case_area_select a {
  display: block;
  padding: 12px 0;
  text-align: center;
  font-weight: bold;
  color: #003A79;
  border: 1px solid #003A79;
}
.case .case_area_select a:hover {
  color: #fff;
  background-color: #003A79;
}
@media (max-width: 900px) {
  .case {
    padding: 0 10px;
  }
  .case .case_title .c-h1 {
    margin-left: -0.5em;
  }
  .case .case_title .txt {
    margin-top: 10px;
    font-size: 90%;
    text-align: left;
  }
  .case .title_border {
    margin-bottom: 5%;
  }
  .case .case_pasing {
    margin-bottom: 22%;
  }
  .case .case_pasing a.pre, .case .case_pasing a.next {
    width: 3em;
  }
  .case .case_area_select {
    margin-bottom: 22%;
  }
  .case .case_area_select li {
    margin-bottom: 2%;
    width: 49%;
  }
}
.case.case_list .case_select {
  padding-bottom: 60px;
}
.case.case_list .case_select .case_frame {
  position: relative;
  margin-bottom: 40px;
  padding: 6px;
}
.case.case_list .case_select .case_frame:hover {
  background-color: #cdd8e4;
}
.case.case_list .case_select .case_img_txt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  background-color: #fff;
}
.case.case_list .case_select .case_img_txt .img {
  position: relative;
  width: 42.9%;
}
.case.case_list .case_select .case_img_txt .img img {
  display: block;
  width: 100%;
  height: auto;
}
.case.case_list .case_select .case_img_txt .txt {
  width: 55%;
}
.case.case_list .case_select .case_img_txt .txt a {
  font-size: 110%;
  font-weight: bold;
}
.case.case_list .case_select .case_img_txt .txt a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 900px) {
  .case.case_list .case_select {
    padding-bottom: 8%;
  }
  .case.case_list .case_select .case_frame {
    margin-bottom: 6%;
    padding: 3px;
  }
  .case.case_list .case_select .case_img_txt {
    display: block;
  }
  .case.case_list .case_select .case_img_txt .img,
  .case.case_list .case_select .case_img_txt .txt {
    width: 100%;
  }
  .case.case_list .case_select .case_img_txt .img {
    margin-bottom: 1rem;
  }
}
.case.case_detail .title_img img,
.case.case_detail .ex_txt img,
.case.case_detail .man img {
  display: block;
  width: 100%;
  height: auto;
}
.case.case_detail .title_img {
  position: relative;
  margin-bottom: 40px;
  font-size: 265%;
}
.case.case_detail .title_img .area_name {
  border-radius: 4px;
}
.case.case_detail .c-h2 {
  margin-left: 0;
  width: 100%;
}
.case.case_detail .overview {
  margin: 20px 0 60px;
  padding: 33px;
  background-color: #e2e2e2;
}
.case.case_detail .overview .item {
  margin-bottom: 14px;
  background-color: #f5f5f5;
  border: 1px solid #afafaf;
}
.case.case_detail .overview .item:last-of-type {
  margin-bottom: none;
}
.case.case_detail .overview .ttl {
  display: inline-block;
  padding: 0.6% 0.75em 0.3% 0.5em;
  min-width: 6em;
  color: #fff;
  font-size: 110%;
  line-height: 1.4;
  font-weight: bold;
}
.case.case_detail .overview .ttl.check {
  background-color: #eda107;
}
.case.case_detail .overview .ttl.light {
  background-color: #49b344;
}
.case.case_detail .overview .ttl.note {
  background-color: #34c0d9;
}
.case.case_detail .overview .ttl img {
  position: relative;
  top: -2px;
  display: inline-block;
  margin-right: 0.5em;
  vertical-align: middle;
}
.case.case_detail .overview .txt {
  padding: 1em 1.5em 1.5em 1.5em;
}
.case.case_detail .index {
  margin-bottom: 40px;
  padding: 30px 60px 20px;
  border: 1px solid #afafaf;
}
.case.case_detail .index h3 {
  text-align: center;
  font-weight: bold;
}
.case.case_detail .index li a {
  text-decoration: underline;
  color: #373737;
}
.case.case_detail .ex_txt .c-h3 {
  margin-bottom: 20px;
}
.case.case_detail .ex_txt .txt {
  margin-bottom: 60px;
}
.case.case_detail .ex_txt .img {
  margin: 0 auto 120px;
  width: 80%;
  max-width: 590px;
}
.case.case_detail .man {
  margin-bottom: 110px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.case.case_detail .man .img {
  width: 22.5%;
  max-width: 166px;
  border-radius: 50%;
  overflow: hidden;
}
.case.case_detail .man .txt {
  width: 75%;
}
.case.case_detail .man .job {
  color: #003a79;
  font-weight: bold;
}
.case.case_detail .man .name {
  font-weight: bold;
  font-size: 110%;
}
.case.case_detail .case_pasing a.pre {
  color: #373737;
  background-color: #afafaf;
}
.case.case_detail .case_pasing a.pre::before {
  border-right-color: #afafaf;
}
@media (max-width: 900px) {
  .case.case_detail .case_title {
    margin-bottom: 0;
  }
  .case.case_detail .title_img {
    font-size: 110%;
  }
  .case.case_detail .overview {
    margin-bottom: 10%;
    padding: 15px;
  }
  .case.case_detail .overview .ttl {
    padding-top: 1.6%;
    padding-bottom: 1.2%;
    line-height: 1.2;
  }
  .case.case_detail .index {
    padding: 15px;
  }
  .case.case_detail .index ul {
    margin-bottom: 0;
  }
  .case.case_detail .ex_txt .c-h3 {
    margin-bottom: 20px;
  }
  .case.case_detail .ex_txt .txt {
    margin-bottom: 3rem;
  }
  .case.case_detail .ex_txt .img {
    margin-bottom: 4em;
    width: 92%;
    max-width: none;
  }
  .case.case_detail .man {
    margin-bottom: 16%;
    display: block;
  }
  .case.case_detail .man .img {
    margin: 0 auto;
    width: 100%;
    max-width: 166px;
  }
  .case.case_detail .man .txt {
    width: 100%;
  }
  .case.case_detail .man .job,
  .case.case_detail .man .name {
    text-align: center;
  }
  .case.case_detail .case_pasing a.pre, .case.case_detail .case_pasing a.next {
    width: 7em;
  }
}