/** @format */
body {
  background-color: #f8faff;
  color: #333333;
  font-size: 1rem;
}

a {
  text-decoration: none;
}
a img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  text-decoration: underline;
}
a:hover img {
  opacity: 0.6;
}

.container {
  width: 100%;
  max-width: 1120px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

img {
  max-width: 100%;
}

#detail_main strong {
  font-weight: 600;
  color: #ae2c3d;
}
#detail_main .process_tip strong {
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 35px;
  font-weight: 400;
  color: #ffffff;
  background-color: #ae2c3d;
  text-align: center;
}
#detail_main .process_tip strong i {
  display: block;
  font-size: 18px;
  line-height: 1;
}
#detail_main .process_tip p {
  padding-left: 45px;
  height: 35px;
  line-height: 35px;
  font-weight: bold;
  color: #ae2c3d;
  background-color: #f5f5f5;
}
#detail_main .img_style02_area .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  #detail_main .img_style02_area .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#detail_main .img_style02_area .flex .image_area {
  max-width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#detail_main .img_style02_area .flex .image_area img {
  width: 100%;
}
#detail_main .img_style02_area .flex .text_area {
  width: 100%;
}
#detail_main .img_style02_area .flex.right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#detail_main .img_style02_area .flex.large .image_area {
  max-width: 60%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#detail_main .img_style02_area .flex.large .image_area img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #detail_main .img_style02_area .flex.large {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #detail_main .img_style02_area .flex.large .image_area {
    max-width: 100%;
  }
  #detail_main .img_style02_area .flex.large .image_area img {
    width: 100%;
  }
}
#detail_main .img_style02_area .flex.small .image_area {
  max-width: 20%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#detail_main .img_style02_area .flex.small .image_area img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #detail_main .img_style02_area .flex.small {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #detail_main .img_style02_area .flex.small .image_area {
    max-width: 100%;
  }
  #detail_main .img_style02_area .flex.small .image_area img {
    width: 100%;
  }
}
#detail_main .img_style02_area .flex.medium .image_area {
  max-width: 40%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#detail_main .img_style02_area .flex.medium .image_area img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #detail_main .img_style02_area .flex.medium {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #detail_main .img_style02_area .flex.medium .image_area {
    max-width: 100%;
  }
  #detail_main .img_style02_area .flex.medium .image_area img {
    width: 100%;
  }
}
#detail_main .img_style02_area .flex.free .image_area {
  max-width: 100%;
  width: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#detail_main .img_style02_area .flex.free .image_area img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #detail_main .img_style02_area .flex.free {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #detail_main .img_style02_area .flex.free .image_area {
    max-width: 100%;
  }
  #detail_main .img_style02_area .flex.free .image_area img {
    width: 100%;
  }
}
#detail_main .img_style02_area .img_style02_area_inner {
  padding: 30px 0;
}