/* ================================
  pv
  MB→PC min-width:768px
================================ */

#pv .egData {
  padding: 20px 5% 0;
}

#pv .epBox {
  padding-top: 15px;
  margin: 0 0 30px;
}

#pv .epTable {
  width: 100%;
}

#pv .epTable th,
#pv .epTable td {
  padding: 3px 0;
  font-size: 90%;
  color: #333;
  border-bottom: 1px solid #f5f3e9;
}

#pv .epTable th {
  width: 45%;
  text-align: center;
  background-color: #e4e4d4;
}

#pv .epTable td {
  width: 55%;
  padding: 3px 1em;
  text-align: left;
  background-color: #fff;
}

#pv .epTit {
  position: relative;
}

#pv .epBox .epTit div {
  margin: 0 0 15px;
  background-color: #ececee;
}

#pv .epBox .epTit img {
  width: 100%;
  height: auto;
  margin: 0;
}

#pv .epBox .epTit .epCt {
  position: absolute;
  top: -15px;
  left: 10px;
  width: 80px;
  height: 30px;
}

#pv .galleryBox p {
  margin-bottom: .5em;
  text-align: left;
}

#pv .galleryBox ul {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0 0 15px;
  list-style: none;
}

#pv .epBox .galleryBox ul li {
  flex-shrink: 0;
  width: 23%;
  margin: 0 1%;
}

#pv .epBox .galleryBox ul li img {
  width: 70px;
  height: auto;
  margin: 0;
}

#pv .epBox .galleryBox ul li a {
  position: relative;
  display: inline-block;
  border: 3px solid #333;
}

#pv .epBox .galleryBox ul li a::before {
  position: absolute;
  right: -8px;
  bottom: 5px;
  z-index: 2;
  width: 22px;
  height: 22px;
  padding: 0 0 0 4px;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  color: #fff;
  content: "\f00e";
  background-color: #333;
}

@media screen and (min-width: 768px), print {
  #pv .egData {
    padding: 60px 0 0;
  }

  #pv .epBox {
    margin: 0 20px 40px;
  }

  #pv .epBox .epTit div {
    width: 370px;
    height: 278px;
  }

  #pv .epBox .galleryBox ul li {
    margin: 0 5px;
  }
}

#pv .readTxt .line::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#pv .readTxt .line {
  position: relative;
  display: inline-block;
  padding: 0 10px 15px;
  margin: 0 auto;
}

@media print, screen and (max-width: 767px) {
  .readTxt .line {
    text-align: left;
  }
}

/* TOP */
#pvtop.titImgBg {
  padding-top: 120px;
  background: url(../img/pv/tit_top.jpg) no-repeat top center;
  background-size: auto 200px;
}

#pvtop .topTxt {
  padding: 5% 5% 0;
  margin: 0 5%;
  font-size: 20px;
  line-height: 1.4;
  background: rgba(255, 255, 255, .8);
}

#pv .co1 .meritTit,
#pv .co1 .mrNoPos {
  color: #5fa328;
}

#pv .meritBox {
  position: relative;
  width: 100%;
  padding: 20px;
  margin-top: 40px;
  background-color: #f5f3e9;
}

#pv .meritBox.co1 {
  background-color: #ebf7e1;
}

#pv .meritTit {
  position: absolute;
  top: -15px;
  margin-bottom: 10px;
  font-size: 20px;
}

#pv .co2 .meritTit,
#pv .co2 .mrNoPos {
  color: #e50012;
}

#pv .meritBox.co2 {
  background-color: #ffdadc;
}

#pv .sTit {
  padding-top: 0;
  font-size: 20px;
}

#pv .fNo {
  width: 36px;
  height: 36px;
  margin: 0 auto 15px;
  font-size: 30px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  background-color: #24477f;
}

#pv .meritBox:last-child {
  margin-bottom: 0;
}

#pv .meritBox p {
  padding: 5px 0 0;
  margin: 0;
  font-size: 14px;
}

#pv .meritBox ul {
  padding: 10px 0 0;
  margin: 0;
  list-style: none;
}

#pv .meritBox ul li {
  position: relative;
  padding: 25px 15px 10px;
  margin: 20px 0 0;
  background-color: #fff;
}

#pv .meritBox ul li:first-child {
  margin-top: 0;
}

#pv .meritBox ul li ul {
  padding: 5px 0 0;
  margin-left: 20px;
  list-style: disc;
}

#pv .meritBox ul li ul li {
  padding: 0;
  margin: 5px 0 0;
}

#pv .mrNoPos {
  position: absolute;
  top: -10px;
  left: 15px;
  font-size: 20px;
}

#pv .mrNo {
  display: inline-block;
  margin-left: 8px;
  font-size: 30px;
  line-height: 0;
}

#pv .ssubTit {
  margin-bottom: 10px;
  font-size: 24px;
  color: #24477f;
  text-align: center;
}

#pv .usW {
  margin-bottom: 20px;
}

#pv .usWl {
  margin-bottom: 40px;
}

/* 取引の流れ */
#pv .optit {
  max-width: 640px;
  padding: 5px 0 10px 15px;
  margin: 20px auto 10px;
  font-size: 18px;
  color: #24477f;
  border-bottom: 1px dotted #24477f;
  border-left: 1px dotted #24477f;
}

#pv .opList {
  padding: 30px 0 0;
  margin: 0;
  list-style: none;
}

#pv .opList p {
  text-align: left;
}

#pv .opList .fs {
  font-size: 14px;
}

#pv .opList li {
  position: relative;
  padding: 16px 15px 15px;
  margin: 0 0 50px;
  line-height: 1.6;
  background-color: #f5f3e9;
}

#pv .opList li .memo {
  display: inline-block;
  font-size: .8em;
}

#pv .opList li:nth-child(n+2)::before {
  position: absolute;
  top: -40px;
  left: 48%;
  content: "";
  border: 12px solid transparent;
  border-top: 12px solid #555;
}

#pv .opList .stepNo {
  position: absolute;
  top: -30px;
  left: 50%;
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: normal;
  color: #24477f;
  text-align: center;
  transform: translateX(-50%);
}

#pv .opList .stepNo .fNum {
  display: inline-block;
  margin-left: 8px;
  font-size: 200%;
  line-height: 1.2;
}

#pv .makerTbl {
  width: 100%;
  margin-top: 20px;
}

#pv .makerTbl.co1 {
  color: #24477f;
  border-right: 1px solid #24477f;
  border-bottom: 1px solid #24477f;
  border-left: 1px solid #24477f;
}

#pv .makerTbl.co2 {
  color: #333;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  border-left: 1px solid #333;
}

#pv .makerTbl.co1 th {
  background-color: #24477f;
}

#pv .makerTbl.co2 th {
  background-color: #333;
}

#pv .makerTbl th,
#pv .makerTbl td {
  display: block;
  padding: 10px 0;
}

#pv .makerTbl th {
  font-size: 18px;
  color: #fff;
}

#pv .makerTbl:last-child {
  margin-bottom: 20px;
}

#pv .makerTbl ul {
  width: 80%;
  padding: 0;
  margin: 0 auto;
  font-size: 14px;
}

#pv .topimg3 {
  position: relative;
  width: 100%;
  padding: 0 0 35%;
  margin: 0 auto 10px;
  text-align: center;
}

#pv .pvtTits {
  font-size: 18px;
  color: #e50012;
  text-align: left;
}

#pv .pcCol2Box .imgBox {
  width: 60%;
  margin: 0 auto 20px;
}

@media screen and (max-width: 767px) {
  #pv .pcCol2Box {
    bottom: 0;
    padding-top: 20px;
  }

  #pv #const .secTit {
    text-align: left;
  }

  #pv .topimg3 img {
    width: 42%;
  }

  #pv .imgPos {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 768px), print {
  #pvtop.titImgBg {
    position: relative;
    height: 340px;
    padding: 0;
    background: url(../img/pv/tit_top.jpg) no-repeat top center;
  }

  #pv .topTxt {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    padding: 20px 30px;
    margin: 0;
    font-size: 26px;
    text-align: center;
    transform: translate(-50%, -50%);
  }

  #pv .sTit {
    font-size: 24px;
  }

  #pv .ssubTit {
    margin-bottom: 20px;
    font-size: 28px;
  }

  #pv #constSec01 .readBox {
    margin-bottom: 40px;
  }

  #pv .fNo {
    width: 56px;
    height: 56px;
    font-size: 46px;
    line-height: 1.3;
  }

  #pv .meritBox {
    width: 49%;
    margin-bottom: 40px;
    margin-left: 2%;
  }

  #pv .meritTit {
    top: -15px;
    left: 50%;
    width: 80%;
    font-size: 24px;
    text-align: center;
    transform: translateX(-50%);
  }

  #pv .meritBox ul li {
    margin: 25px 0 0;
    font-size: 14px;
  }

  #pv .meritBox ul li b {
    font-size: 18px;
  }

  #pv .meritBox:first-child {
    margin-bottom: 0;
    margin-left: 0;
  }

  #pv .meritBox ul li ul {
    width: 100%;
    margin: 0;
  }

  #pv .meritBox ul li ul li {
    display: inline-block;
    margin-top: 0;
    margin-right: 40px;
  }

  #pv .meritBox ul li ul li::before {
    padding: 0 8px 0 0;
    font-size: 16px;
    content: '●';
  }

  #pv .optit {
    margin: 0 auto;
  }

  #pv .opList {
    width: 100%;
    max-width: 640px;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
  }

  #pv .opList li {
    width: 100%;
    padding-left: 100px;
    margin: 0 0 30px;
  }

  #pv .opList li:nth-child(n+2)::before {
    top: -20px;
    border: 12px solid transparent;
    border-top: 12px solid #555;
  }

  #pv .opList li:last-child {
    margin-bottom: 0;
  }

  #pv .opList li p {
    padding-top: 0;
  }

  #pv .makerTbl {
    width: 49%;
    margin: 0 0 10px;
  }

  #pv .makerTbl:first-child {
    margin-bottom: 10px;
  }

  #pv .makerTbl:last-child {
    margin-bottom: 10px;
  }

  #pv .makerTbl ul {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    padding-bottom: 10px;
    font-size: 16px;
  }

  #pv .makerTbl ul li {
    width: 45%;
    margin: 10px 0 0 5%;
  }

  #pv .opList .stepNo {
    top: 25%;
    left: 15px;
    font-size: 16px;
    text-align: left;
    transform: translateX(0);
  }

  #pv .opList .stepNo .fNum {
    margin-left: 0;
    font-size: 20px;
  }

  #pv .topimg3 {
    position: static;
    display: flex;
    flex-wrap: nowrap;
    max-width: 900px;
    height: auto;
    padding-bottom: 0;
    margin: 0 auto 20px;
  }

  #pv .topimg3 img {
    width: 33.3%;
    max-width: 300px;
    height: auto;
  }

  #pv .pcCol2Box {
    display: flex;
  }

  #pv .pcCol2Box .readBox {
    order: 1;
  }

  #pv .pcCol2Box .imgBox {
    order: 2;
    width: 100%;
    max-width: 360px;
    margin-top: 0;
    margin-left: 40px;
  }

  #pv #top2 .flexSec {
    flex-wrap: nowrap;
  }
}

/* works */
#wrkTop img {
  margin-bottom: 20px;
}

#pv .homeBox,
#pv .corpoBox {
  padding: 20px 0;
}

#pv .pdfBox {
  padding: 0;
  margin: 0;
  list-style: none;
}

#pv .pdfBox a {
  display: flex;
  align-items: center;
  margin-top: 20px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  background-color: #333;
  border-radius: 12px;
}

#pv .pdfBox a img {
  width: 100%;
  max-width: 50px;
  height: auto;
  margin-right: 10px;
}

#pv .iconPdf {
  display: inline-block;
  padding: 10px 0 10px 40px;
  text-align: left;
  background: url(../img/common/icon_pdf.svg) no-repeat center left;
  background-size: 30px 30px;
}

#pv .scrollBox figure img {
  width: 900px;
}

#pv .subConBox {
  position: relative;
  max-width: 1100px;
  height: 460px;
  margin: 0 auto 40px;
}

#pv .subConBox .fEng {
  margin-left: 10px;
  font-size: 16px;
  font-weight: normal;
}

#pv .subConBox .readBox {
  position: absolute;
  bottom: -60px;
  left: 5%;
  z-index: 1;
  width: 90%;
  padding: 20px;
  color: #fff;
  text-align: left;
  background-color: rgba(36, 71, 127, .8);
}

#pv .subConBox img {
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (min-width: 768px), print {
  #wrkTop img {
    width: 33.33%;
    max-width: 350px;
    margin-bottom: 40px;
  }

  #pv .homeBox,
  #pv .corpoBox {
    padding: 40px 0;
  }

  #pv .pdfBox {
    font-size: 0;
    text-align: center;
  }

  #pv .pdfBox li {
    display: inline-block;
    width: 45%;
    margin-top: 0;
    font-size: 16px;
  }

  #pv .pdfBox a img {
    width: 100%;
    max-width: 100px;
  }

  #pv .corpoBox img {
    width: 100%;
    max-width: 900px;
  }

  #pv .subConBox .readBox {
    bottom: -40px;
    left: 0;
    width: 50%;
    padding: 20px;
    color: #fff;
    text-align: left;
    background-color: rgba(36, 71, 127, .8);
  }
}
