.page_title {
  color: #005780;
  text-align: center;
  max-width: 900px;
  width: 100%;
  margin: 60px auto;
  height: auto;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .page_title {
    height: auto;
    margin: 60px auto 0;
  }
}

.page_title:after {
  z-index: 1;
  content: " ";
  width: 260px;
  height: 260px;
  background: #f8f8f3;
  border-radius: 50%;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .page_title:after {
    display: none;
  }
}

.page_title .svg {
  z-index: 2;
  max-width: 540px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 48.5%;
  margin-top: -5%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .page_title .svg {
    display: none;
  }
}

.page_title .title {
  z-index: 2;
  padding: 60px;
}

@media screen and (max-width: 767px) {
  .page_title .title {
    padding: 0;
    margin-bottom: 60px;
  }
}

.page_title .title .ico {
  margin-bottom: 15px;
}

.page_title .title .ico img {
  width: 118px;
}

@media screen and (max-width: 767px) {
  .page_title .title .ico img {
    width: 54px;
  }
}

.page_title .title h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 8.2rem;
  display: inline-block;
  border-bottom: 1px solid #005780;
  margin-bottom: 10px;
  margin-top: -15px;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .page_title .title h2 {
    font-size: 4rem;
  }
}

.page_title .title p {
  font-size: 2rem;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  .page_title .title p {
    font-size: 1.4rem;
  }
}

.reed {
  position: relative;
  z-index: 2;
  margin-top: 60px;
  background: linear-gradient(90deg, #55afd2 75%, rgba(255, 255, 255, 0) 35%);
}

@media screen and (max-width: 767px) {
  .reed {
    margin-top: 0px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 10%, #55afd2 10%, #55afd2 100%);
  }
}

.reed .inr {
  max-width: 1040px;
  margin: auto;
  padding: 60px 20px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .reed .inr {
    padding: 30px 20px;
    text-align: center;
  }
}

.reed .inr h1 {
  font-weight: 600;
  font-size: 2.8rem;
  overflow: hidden;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .reed .inr h1 {
    font-size: 2.2rem;
    text-align: center;
  }
}

.reed .inr p {
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .reed .inr p {
    font-size: 1.6rem;
    text-align: left;
  }
}

.bg_container {
  position: relative;
  max-width: 100%;
  margin: -100px auto 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #d8ecf5 50%, #d8ecf5 97%, rgba(255, 255, 255, 0) 3%);
}

@media screen and (max-width: 767px) {
  .bg_container {
    margin-top: 0;
    background: none;
  }
}

.bg_container .container {
  padding-top: 100px;
  padding-bottom: 90px;
  margin-bottom: 90px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 140px, #d8ecf5 140px, #d8ecf5 100%);
}

@media screen and (max-width: 767px) {
  .bg_container .container {
    padding-top: 40px;
    padding-bottom: 15px;
    margin-bottom: 45px;
    background: linear-gradient(90deg, #d8ecf5 0, #d8ecf5 85%, rgba(255, 255, 255, 0) 85%, rgba(255, 255, 255, 0) 100%);
  }
}

.bg_container .container .title {
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .bg_container .container .title {
    margin-top: -220px;
  }
}

.bg_container .container .title:before {
  position: relative;
  z-index: 3;
  margin: -30px auto 40px;
  content: " ";
  display: inline-block;
  width: 2px;
  height: 56px;
  background: #000;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .bg_container .container .title:before {
    height: 30px;
    margin: 0 auto 15px;
  }
}

.bg_container .container .title p {
  font-size: 2.4rem;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .bg_container .container .title p {
    font-size: 2rem;
  }
}

.bg_container .container .title p span {
  display: block;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .bg_container .container .title p span {
    font-size: 1.4rem;
  }
}

.bg_container .container ul li {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 90px 0;
}

@media screen and (max-width: 767px) {
  .bg_container .container ul li {
    margin: 0;
    margin-bottom: 45px;
  }
}

.bg_container .container ul li .thum {
  width: 440px;
}

@media screen and (max-width: 767px) {
  .bg_container .container ul li .thum {
    width: 100%;
    margin-bottom: 30px;
  }
}

.bg_container .container ul li dl {
  width: -webkit-calc(100% - 440px);
  width: calc(100% - 440px);
  padding-left: 55px;
}

@media screen and (max-width: 767px) {
  .bg_container .container ul li dl {
    width: 100%;
    padding-left: 0;
  }
}

.bg_container .container ul li dl dt {
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .bg_container .container ul li dl dt {
    font-size: 2rem;
  }
}

.bg_container .container ul li dl dt:after {
  content: " ";
  display: block;
  width: 40px;
  height: 2px;
  margin: 10px 0 20px;
  background: #000;
  vertical-align: middle;
}

.bg_container .container ul li dl dd {
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .bg_container .container ul li dl dd {
    font-size: 1.4rem;
  }
}

#diagnostics_animat .line {
  fill: none;
  stroke: #005782;
  stroke-width: 0.709;
  stroke-miterlimit: 10;
}

#diagnostics_animat .line_01 {
  stroke-dasharray: 3;
  stroke-dashoffset: 3;
  -webkit-animation: dash 3s linear infinite;
  animation: dash 3s linear infinite;
}

@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 1000;
  }
}

@keyframes dash {
  to {
    stroke-dashoffset: 1000;
  }
}

#diagnostics_animat .line_02 {
  stroke-dasharray: 3, 10, 10;
  -webkit-animation: dash_02 20s linear infinite;
  animation: dash_02 20s linear infinite;
}

@-webkit-keyframes dash_02 {
  to {
    stroke-dashoffset: 1000;
  }
}

@keyframes dash_02 {
  to {
    stroke-dashoffset: 1000;
  }
}
