@media screen and (max-width:750px) {
  #contents.responsive {
    padding: 0
  }
}
#contents.responsive .visual__img {
  display: block
}
#contents.responsive .visual__img img {
  width: 100%
}
#contents.responsive .section1 {
  background: url(/products/port/common/images/bg01-pc.png) no-repeat right bottom;
  background-size: auto 100%;
}
@media screen and (max-width:750px) {
  #contents.responsive .section1 {
    background: url(/products/port/common/images/bg01-sp.png) no-repeat right 200px;
    background-size: auto 100vw;
  }
}
#contents.responsive .section1__inner {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 80px 0 96px;
  width: 960px
}
@media screen and (max-width:750px) {
  #contents.responsive .section1__inner {
    width: 100%;
    padding: 40px 15px 60px
  }
}
#contents.responsive .section1__news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
  padding: 14px 20px;
  border: solid 1px #d2d2d2;
  font-weight: 700
}
@media screen and (max-width:750px) {
  #contents.responsive .section1__news {
    padding: 15px
  }
}
#contents.responsive .section1__newsNew {
  margin-right: 25px;
  padding: 5px 10px;
  border: solid 2px #f00;
  color: #f00;
  font-size: 16px;
  white-space: nowrap;
  line-height: 1
}
@media screen and (max-width:750px) {
  #contents.responsive .section1__newsNew {
    margin-right: 10px;
    font-size: 13px;
    text-align: center
  }
}
#contents.responsive .section1__newsTxt {
  /*color: #0C5DB2;*/
  font-size: 18px
}
@media screen and (max-width:750px) {
  #contents.responsive .section1__newsTxt {
    font-size: 13px
  }
}
#contents.responsive .section1__ttl {
  margin: 0 0 40px 0;
  color: #202d5b
}
@media screen and (max-width:750px) {
  #contents.responsive .section1__ttl {
    margin: 0 0 15px 0
  }
}
#contents.responsive .section1__ttl em {
  position: relative;
  display: inline-block;
  margin: 0 0 23px;
  padding: 8px 14px;
  border: solid 1px #202d5b;
  font-size: 22px;
  font-weight: 500;
  font-style: normal;
  line-height: 1
}
@media screen and (max-width:750px) {
  #contents.responsive .section1__ttl em {
    margin: 0 0 20px;
    padding: 6px 14px;
    font-size: 16px
  }
}
#contents.responsive .section1__ttl em::after {
  position: absolute;
  left: 42px;
  bottom: -14px;
  display: block;
  content: "";
  width: 12px;
  height: 14px;
  background: url(/products/port/common/images/icn03-pc.png)
}
@media screen and (max-width:750px) {
  #contents.responsive .section1__ttl em::after {
    bottom: -12px;
    width: 10px;
    height: 12px;
    background: url(/products/port/common/images/icn03-sp.png);
    background-size: 10px 12px
  }
}
#contents.responsive .section1__ttl span {
  display: block;
  font-size: 30px;
  line-height: 1.333
}
@media screen and (max-width:750px) {
  #contents.responsive .section1__ttl span {
    font-size: 19px;
    line-height: 1.4
  }
}
#contents.responsive .section1__img {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px
}
@media screen and (max-width:750px) {
  #contents.responsive .section1__img {
    display: block
  }
}
#contents.responsive .section1__img p {
  font-size: 18px;
  line-height: 1.78
}
@media screen and (max-width:750px) {
  #contents.responsive .section1__img p {
    margin-bottom: 30px;
    font-size: 12px;
    line-height: 1.4
  }
  #contents.responsive .section1__img picture {
    display: block;
    margin: 0 auto;
    width: calc(625/750*100vw);
  }
}
#contents.responsive .section1__img div img {
  height: auto;
  width: 100%
}
#contents.responsive .section1__btn {
  background: #202d5b;
  color: #fff;
  display: block;
  font-size: 20px;
  line-height: 90px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  width: 500px
}
@media screen and (max-width:750px) {
  #contents.responsive .section1__btn {
    font-size: 14px;
    line-height: 70px;
    width: 100%
  }
}
#contents.responsive .section1__btn:hover {
  opacity: .7;
  text-decoration: none
}
#contents.responsive .section1__btn::before {
  background-image: url(/products/port/common/images/icn01.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  height: 15px;
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 22px
}
@media screen and (max-width:750px) {
  #contents.responsive .section1__btn::before {
    height: 10px;
    right: 15px;
    width: 15px
  }
}
#contents.responsive .section1__btn::after {
  position: absolute;
  right: 8px;
  top: 8px;
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  background: url(/products/port/common/images/icn02.png) no-repeat
}
#contents.responsive .section2 {
  background: url(/products/port/common/images/bg02-pc.jpg) no-repeat;
  background-size: cover
}
@media screen and (max-width:750px) {
  #contents.responsive .section2 {
    background: url(/products/port/common/images/bg02-sp.jpg) no-repeat;
    background-size: cover
  }
}
#contents.responsive .section2__inner {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 83px 0 80px;
  width: 960px
}
@media screen and (max-width:750px) {
  #contents.responsive .section2__inner {
    padding: 52px 15px 40px;
    width: 100%
  }
}
#contents.responsive .section2__ttl {
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 25px;
  text-align: center
}
@media screen and (max-width:750px) {
  #contents.responsive .section2__ttl {
    font-size: 20px;
    margin-bottom: 20px
  }
}
#contents.responsive .section2__txt {
  color: #fff;
  font-size: 16px;
  line-height: 1.875;
  margin-bottom: 35px;
  text-align: center
}
@media screen and (max-width:750px) {
  #contents.responsive .section2__txt {
    font-size: 13px;
    margin-bottom: 25px
  }
}
#contents.responsive .section2__pointList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
@media screen and (max-width:750px) {
  #contents.responsive .section2__pointList {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto -3.2vw;
    width: 92vw
  }
}
#contents.responsive .section2__pointItem {
  width: 222px
}
@media screen and (max-width:750px) {
  #contents.responsive .section2__pointItem {
    margin-bottom: 3.2vw;
    width: 44.26667vw
  }
}
#contents.responsive .section2__pointItem--1 .section2__pointTxt1,
#contents.responsive .section2__pointItem--1 .section2__pointTxt2 {
  color: #b53f80
}
#contents.responsive .section2__pointItem--1 .section2__pointMore::before {
  border-top: 2px solid #b53f80;
  border-right: 2px solid #b53f80
}
#contents.responsive .section2__pointItem--2 .section2__pointTxt1,
#contents.responsive .section2__pointItem--2 .section2__pointTxt2 {
  color: #e48844
}
#contents.responsive .section2__pointItem--2 .section2__pointMore::before {
  border-top: 2px solid #e48844;
  border-right: 2px solid #e48844
}
#contents.responsive .section2__pointItem--3 .section2__pointTxt1,
#contents.responsive .section2__pointItem--3 .section2__pointTxt2 {
  color: #1381c3
}
#contents.responsive .section2__pointItem--3 .section2__pointMore::before {
  border-top: 2px solid #1381c3;
  border-right: 2px solid #1381c3
}
#contents.responsive .section2__pointItem--4 .section2__pointTxt1,
#contents.responsive .section2__pointItem--4 .section2__pointTxt2 {
  color: #229a9a
}
#contents.responsive .section2__pointItem--4 .section2__pointMore::before {
  border-top: 2px solid #229a9a;
  border-right: 2px solid #229a9a
}
#contents.responsive .section2__pointLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s
}
#contents.responsive .section2__pointLink:hover {
  opacity: .7
}
#contents.responsive .section2__pointImg img {
  width: 100%
}
#contents.responsive .section2__pointCt {
  background: #fff;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 16px 0;
  text-align: center
}
@media screen and (max-width:750px) {
  #contents.responsive .section2__pointCt {
    padding: 12px 0
  }
}
#contents.responsive .section2__pointTxt1 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
  text-align: center
}
@media screen and (max-width:750px) {
  #contents.responsive .section2__pointTxt1 {
    font-size: 12px;
  }
}
#contents.responsive .section2__pointTxt2 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 9px;
  text-align: center
}
@media screen and (max-width:750px) {
  #contents.responsive .section2__pointTxt2 {
    font-size: 12px;
    margin-bottom: 4px
  }
}
#contents.responsive .section2__pointMore {
  color: #4a4a4a;
  font-size: 12px;
  font-weight: 500;
  position: relative
}
@media screen and (max-width:750px) {
  #contents.responsive .section2__pointMore {
    font-size: 10px
  }
}
#contents.responsive .section2__pointMore::before {
  content: "";
  height: 4px;
  position: absolute;
  right: -30px;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  width: 4px
}
#contents.responsive .section3 {
  background: #f1f7ff
}
#contents.responsive .section3__inner {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 83px 0 96px;
  width: 960px
}
@media screen and (max-width:750px) {
  #contents.responsive .section3__inner {
    padding: 40px calc(30/750*100vw);
    width: 100%
  }
}
#contents.responsive .section3__link {
  height: 80px;
  position: absolute;
  width: 304px;

}
#contents.responsive .section3__link--1 {
  top: 64px;
  left: 80px;
}
#contents.responsive .section3__link--2 {
  top: 64px;
  right: 80px;
}
#contents.responsive .section3__link--3 {
  bottom: 364px;
  left: 80px;
}
#contents.responsive .section3__link--4 {
  bottom: 364px;
  right: 80px;
}
@media screen and (max-width:750px) {
  #contents.responsive .section3__link {
    height: calc(149/750*100vw);
    left: 50%;
    transform: translateX(-50%);
    width: calc(567/750*100vw);
  }
  #contents.responsive .section3__link--1 {
    top: calc(468/750*100vw);
  }
  #contents.responsive .section3__link--2 {
    top: calc(1330/750*100vw);
  }
  #contents.responsive .section3__link--3 {
    bottom: calc(1413/750*100vw);
  }
  #contents.responsive .section3__link--4 {
    bottom: calc(621/750*100vw);
  }
}

#contents.responsive .section3__ttl {
  color: #10218b;
  font-size: 30px;
  margin-bottom: 40px;
  text-align: center
}
@media screen and (max-width:750px) {
  #contents.responsive .section3__ttl {
    font-size: 20px;
    margin-bottom: 20px
  }
}
#contents.responsive .section3__img {
  position: relative;
}
#contents.responsive .section3__img img {
  display: block;
  width: 100%;
}
#contents.responsive .others {
  background: url(/products/port/common/images/bg03-pc.jpg) no-repeat top center;
  background-size: cover
}
@media screen and (max-width:750px) {
  #contents.responsive .others {
    background: url(/products/port/common/images/bg03-sp.jpg) no-repeat top center
  }
}
@media screen and (max-width:750px) {
  #contents.responsive .others__inner {
    padding: 0
  }
}
#contents.responsive .others__ttlTop {
  color: #202d5b;
  font-size: 30px;
  text-align: center
}
@media screen and (max-width:750px) {
  #contents.responsive .others__ttlTop {
    font-size: 20px
  }
}
#contents.responsive .others__modelsCaution {
  margin-bottom: 40px
}
#contents.responsive .others__modelsCautionItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px
}
@media screen and (max-width:750px) {
  #contents.responsive .others__wrap {
    padding: 0 15px
  }
}
#contents.responsive .plan {
  background: #10218b;
  margin-bottom: 75px;
  padding: 44px 20px 20px
}
@media screen and (max-width:750px) {
  #contents.responsive .plan {
    padding: 36px 15px 30px;
    margin-bottom: 60px
  }
}
#contents.responsive .plan__ttlWrap {
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto 33px;
  width: 852px
}
@media screen and (max-width:750px) {
  #contents.responsive .plan__ttlWrap {
    display: block;
    margin-bottom: 23px;
    width: 100%
  }
}
#contents.responsive .plan__ttl {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  margin-right: 26px;
  width: auto;
  white-space: nowrap;
}
@media screen and (max-width:750px) {
  #contents.responsive .plan__ttl {
    font-size: 20px;
    margin-bottom: 10px
  }
}
#contents.responsive .plan__txt1 {
  color: #fff;
  font-size: 15px;
}
@media screen and (max-width:750px) {
  #contents.responsive .plan__txt1 {
    font-size: 12px;
  }
}
#contents.responsive .plan__tableTop {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media screen and (max-width:750px) {
  #contents.responsive .plan__tableTop {
    margin-bottom: 12px;
  }
}
#contents.responsive .plan__tableMiddle {
  margin-bottom: 10px;
}
@media screen and (max-width:750px) {
  #contents.responsive .plan__tableTop {
    margin-bottom: 12px;
  }
}
#contents.responsive .plan__noteList {
  margin-top: 8px;
}
#contents.responsive .plan__noteItem {
  color: #fff;
  display: flex;
  font-size: 10px;
}
@media screen and (max-width:750px) {
  #contents.responsive .plan__noteItem {
    font-size: 12px;
  }
}
