.title_viewmore {
  width: 90%;
  align-items: baseline;
  display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 700px) {
  .title_viewmore {
    display: block;
  }
}

/* application
---------------------------------------------------------------------------- */
@media print, all and (min-width: 701px) {
  #PhotoGallery #con_header #con_nav ul li {
    width: 34%;
  }
}

#PhotoGallery #con_title {
  background-image: url(../../img/global/photogallery/img_designguide_pc.webp);
  background-size: auto 140px;
}

@media print, all and (min-width: 701px) {
  .application-con {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 700px) {
  .application-con {
    display: block;
    margin-bottom: 60px;
  }
}

.application-text {
  margin: 0 3%;
}

@media print, all and (min-width: 701px) {
  .application-text {
    width: 51vw;
  }
}

@media screen and (max-width: 700px) {
  .application-text {
    width: 90vw;
    margin: 0 auto;
  }
}

.img-right {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}

.application-img {
  overflow: hidden;
}

@media print, all and (min-width: 701px) {
  .application-img {
    width: 47vw;
  }
}

@media screen and (max-width: 700px) {
  .application-img {
    width: 100vw;
    margin-bottom: 30px;
  }
}

.application-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.line {
  margin: 20px 0 0;
  width: 64px;
  height: 2px;
  background: #0075c2;
}

.application-text .text {
  font-size: 14px;
  line-height: 2;
}

@media print, all and (min-width: 701px) {
  .application-text .text {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 700px) {
  .application-text .text {
    margin-bottom: 20px;
  }
}

.appli-ttl {
  margin-bottom: 10px;
}
