/* ================================================= *
 *        	inspection_items
 * ================================================= */
#slidershow {
  display: none;
}

#inspection_items {
  color: #000;
}
#inspection_items h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 69px;
  padding: 0;
  border-bottom: 40px solid #9fd9f6;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  font-size: 36px;
  font-weight: bold;
}
@media only screen and (max-width: 480px) {
  #inspection_items h1 {
    font-size: 32px;
  }
}
#inspection_items .container {
  width: min(92%, 1000px);
}

.inspection_item {
  width: 100%;
  margin-top: 50px;
  border: 3px solid #184087;
}
.inspection_item__title {
  height: 30px;
  background-color: #A2B2CF;
  text-align: left;
  line-height: 1.5253;
}
@media only screen and (max-width: 768px) {
  .inspection_item__title {
    height: auto;
  }
}
.inspection_item__title span {
  display: inline-block;
  height: 100%;
  margin-right: 1em;
  padding: 0 1.5em 0 1em;
  background-color: #184087;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  -webkit-clip-path: polygon(0 0, 100% 0%, 97% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 97% 100%, 0% 100%);
}
.inspection_item .hr {
  content: "";
  display: inline-block;
  width: 5px;
  margin-top: 15px;
  background-image: url(../img/hr@2x.png);
  background-position: top;
  background-repeat: repeat-y;
}
@media only screen and (max-width: 768px) {
  .inspection_item .hr {
    width: auto;
    height: 5px;
    background-image: url(../img/hr_@2x.png);
    background-position: left;
    background-repeat: repeat-x;
  }
}

.item_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 15px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .item_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 4% 15px;
  }
}
.item_content__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 36%;
}
@media only screen and (max-width: 768px) {
  .item_content__head {
    width: 100%;
  }
}
.item_content__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 130px;
  min-width: 130px;
  height: 150px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .item_content__icon {
    height: auto;
  }
}
.item_content__read dt {
  margin-top: 15px;
  color: #184087;
  font-size: 17px;
  font-weight: bold;
}
.item_content__read dd {
  font-size: 16px;
}
.item_content__detail {
  width: 60%;
  padding-right: 25px;
}
@media only screen and (max-width: 768px) {
  .item_content__detail {
    width: 100%;
  }
}
.item_content__detail dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}
.item_content__detail dt {
  color: #184087;
  font-size: 17px;
  font-weight: bold;
}
.item_content__detail dd {
  margin-left: 5px;
  font-size: 14px;
}
@media only screen and (max-width: 480px) {
  .item_content__detail dd {
    font-size: 12px;
  }
}
.item_content__detail p {
  margin-top: 5px;
}
.item_content__detail ul {
  margin-top: 5px;
  margin-left: 15px;
  list-style: disc;
  line-height: 1.533333;
}

/* ------------------------------------
 *        	overwrite
------------------------------------ */
.cashless {
  padding: 100px 0 80px;
  text-align: center;
}

@media (max-width: 768px) {
  .cashless {
    padding: 60px 0 40px;
  }
}

.breadcrumb {
    background-color: #9fd9f6;
}