.emiSection *,
.emiSection *:before,
.emiSection *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.emiSection {
  text-align: center;
}
.emiSection h3 {
  font-size: 215%;
}
@media screen and (max-width: 767px) {
  .emiSection {
    text-align: left;
  }
  .emiSection .mt20, .emiSection .mt30 {
    margin-top: 5vw !important;
  }
  .emiSection .mt40 {
    margin-top: 7.5vw !important;
  }
  .emiSection .mt70 {
    margin-top: 10vw !important;
  }
  .emiSection h3 {
    font-size: 165%;
    text-align: center;
  }
}

.pbmList {
  display: inline-block;
  width: 100%;
  max-width: 640px;
  background-color: #f0f7fe;
  color: #0751a6;
  text-align: left;
  padding: 20px 20px 20px 70px;
}
.pbmList li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}
.pbmList li:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #0751a6;
  border-radius: 2px;
}
.pbmList li:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 6px;
  top: 6px;
  left: 4px;
  border-left: 2px solid #0751a6;
  border-bottom: 2px solid #0751a6;
  transform: rotate(-45deg);
}
.pbmList li:nth-last-of-type(1) {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .pbmList {
    padding: 3vw 3vw 3vw 3vw;
  }
  .pbmList li {
    margin-bottom: 3vw;
    padding-left: 5vw;
    font-size: 85%;
  }
  .pbmList li:before {
    top: 1vw;
    width: 4vw;
    height: 4vw;
  }
  .pbmList li:after {
    width: 2.4vw;
    height: 1.4vw;
    top: 1.7vw;
    left: 1vw;
  }
}

.emp {
  font-size: 162%;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .emp {
    text-align: center;
    font-size: 112%;
  }
}

span.line {
  background: linear-gradient(transparent 60%, #ff6 60%);
}

.supportTbl {
  display: inline-block;
  width: 100%;
  max-width: 640px;
}
.supportTbl table {
  width: 100%;
  border-bottom: 1px solid #d4d7dc;
}
.supportTbl table tr {
  border-top: 1px solid #d4d7dc;
}
.supportTbl table tr th,
.supportTbl table tr td {
  padding: 10px;
  vertical-align: top;
  font-weight: normal;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .supportTbl table tr th,
  .supportTbl table tr td {
    font-size: 85%;
  }
}
.supportTbl table tr th {
  background-color: #f7f7f7;
  width: 30%;
}

.emiNavi ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.emiNavi ul li {
  width: 31%;
  margin-right: 3.5%;
}
.emiNavi ul li:nth-of-type(3n) {
  margin-right: 0;
}
.emiNavi ul li a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 18px 40px;
  background-color: #fff;
  border: 2px solid #0751a6;
  font-size: 115%;
  text-align: center;
  color: #0751a6;
  position: relative;
  font-weight: bold;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.15);
}
.emiNavi ul li a:hover {
  background-color: #f0f7fe;
}
.emiNavi ul li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 12px;
  height: 12px;
  border-bottom: 3px solid #0751a6;
  border-right: 3px solid #0751a6;
  transform: rotate(45deg);
  margin-top: -7px;
}
@media screen and (max-width: 767px) {
  .emiNavi ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3vw;
  }
  .emiNavi ul li a {
    padding: 3vw 10vw;
  }
}

.stepBox {
  text-align: center;
  margin-top: 100px;
}
.stepBox h4 {
  position: relative;
  padding-bottom: 15px;
}
.stepBox h4:after {
  content: "";
  width: 70px;
  height: 3px;
  background-color: #0751a6;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.stepBox h4 .stepNo {
  position: relative;
  display: inline-block;
  background-color: #0751a6;
  border-radius: 9999px;
  color: #FFF;
  padding: 2px 50px 2px 30px;
  font-size: 165%;
}
.stepBox h4 .stepNo .no {
  position: absolute;
  top: 2px;
  right: 2px;
  display: inline-block;
  background-color: #FFF;
  color: #0751a6;
  width: 38px;
  height: calc(100% - 4px);
  border-radius: 9999px;
}
.stepBox h4 .stepNo:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-color: #0751a6 transparent transparent transparent;
}
.stepBox h4 .title {
  display: block;
  margin-top: 30px;
  font-size: 200%;
  color: #0751a6;
}
@media screen and (max-width: 767px) {
  .stepBox {
    margin-top: 10vw;
  }
  .stepBox h4 .stepNo {
    font-size: 125%;
    padding: 2px 10vw 2px 6vw;
  }
  .stepBox h4 .stepNo .no {
    width: 7vw;
  }
  .stepBox h4 .title {
    font-size: 124%;
    margin-top: 5vw;
  }
}

.emxBlock .emxFileBox .title {
  display: inline-block;
  padding: 5px 30px;
  background-color: #757575;
  color: #FFF;
}
.emxBlock .emxIncBox {
  border: 1px solid #d4d7dc;
  padding: 10px 20px 20px 20px;
}
.emxBlock .emxIncBox .title {
  font-size: 132%;
  font-weight: bold;
}
.emxBlock .emxIncBox ul {
  display: flex;
  justify-content: space-between;
}
.emxBlock .emxIncBox ul li {
  width: 49%;
  padding: 10px;
  background-color: #757575;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .emxBlock .emxIncBox .title {
    font-size: 112%;
  }
  .emxBlock .emxIncBox ul {
    width: 100%;
    flex-wrap: wrap;
  }
  .emxBlock .emxIncBox ul li {
    width: 100%;
    font-size: 85%;
  }
  .emxBlock .emxIncBox ul li:nth-of-type(1) {
    margin-bottom: 3vw;
  }
}
.emxBlock .emxLinkBox {
  background-color: #f0f7fe;
  padding: 20px;
}
.emxBlock .emxLinkBox .title {
  font-size: 132%;
  font-weight: bold;
  color: #0751a6;
}
.emxBlock .emxLinkBox ul {
  width: 75%;
  margin: 0 auto;
}
.emxBlock .emxLinkBox ul li {
  margin-bottom: 10px;
}
.emxBlock .emxLinkBox ul li a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  background-color: #0751a6;
  text-align: center;
}
.emxBlock .emxLinkBox ul li a .text {
  color: #fff;
  position: relative;
  width: 100%;
}
.emxBlock .emxLinkBox ul li a .text:before {
  content: url(/products/pro/common/images/btn_arrow_right.png);
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}
.emxBlock .emxLinkBox ul li a .text:after {
  content: url(/common/images/ico_pop_03.gif);
  position: absolute;
  top: -10px;
  right: 10px;
  width: 10px;
  height: 10px;
}
.emxBlock .emxLinkBox ul li a:hover {
  opacity: .8;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .emxBlock .emxLinkBox {
    padding: 5vw;
  }
  .emxBlock .emxLinkBox .title {
    font-size: 124%;
  }
  .emxBlock .emxLinkBox ul {
    width: 100%;
  }
  .emxBlock .emxLinkBox ul li {
    margin-bottom: 3vw;
  }
  .emxBlock .emxLinkBox ul li a {
    padding: 2vw 0;
  }
  .emxBlock .emxLinkBox ul li a .text:after {
    top: 0;
  }
  .emxBlock .emxLinkBox p {
    text-align: left;
  }
  .emxBlock .emxLinkBox p.fsL {
    font-size: 112% !important;
    text-align: center;
    margin-bottom: 2vw;
  }
}

.youtubeBox {
  max-width: 780px;
  margin: 0 auto;
}
.youtubeBox .youtubeContents {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtubeBox .youtubeContents iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.img_col2 {
  display: flex;
}
.img_col2 .img {
  width: calc((100% - 3.8%) / 2);
  margin: 0;
  padding: 0;
}
.img_col2 .img img {
  max-width: 100%;
  height: auto;
}
.img_col2 .img + .img:not(:nth-child(2n+1)) {
  margin-left: 3.8%;
}
@media screen and (max-width: 767px) {
  .img_col2 {
    flex-wrap: wrap;
  }
  .img_col2 .img {
    width: 100%;
    margin-bottom: 5vw;
  }
  .img_col2 .img + .img:not(:nth-child(2n+1)) {
    margin-left: 0;
  }
}

.stepLast {
  font-size: 165%;
  padding-bottom: 60px;
  position: relative;
}
.stepLast:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 90px solid transparent;
  border-right: 90px solid transparent;
  border-top: 50px solid #0751a6;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .stepLast {
    font-size: 142%;
    text-align: center;
    margin-top: 10vw !important;
    padding-bottom: 10vw;
  }
  .stepLast:after {
    border-left: 14vw solid transparent;
    border-right: 14vw solid transparent;
    border-top: 8vw solid #0751a6;
  }
}

.appBlock {
  background-color: #f0f7fe;
  border: 2px solid #0751a6;
  padding: 70px 30px 50px 30px;
  border-radius: 20px;
  position: relative;
}
.appBlock h3 {
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
}
.appBlock h3 span {
  display: inline-block;
  background-color: #0751a6;
  color: #FFF;
  border-radius: 9999px;
  padding: 10px 40px;
  font-size: 82%;
}
.appBlock .appBox {
  max-width: 780px;
  margin: 0 auto;
}
.appBlock h4 {
  text-align: left;
  font-size: 146%;
  position: relative;
  padding-left: 10px;
  margin-bottom: 10px;
}
.appBlock h4:before {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  background-color: #0751a6;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .appBlock {
    padding: 13vw 5vw 5vw 5vw;
    border-radius: 10px;
  }
  .appBlock h3 {
    padding: 0 5vw;
  }
  .appBlock h3 span {
    display: block;
    padding: 1vw 10vw;
    font-size: 68%;
    text-align: center;
  }
  .appBlock h4 {
    font-size: 112%;
  }
}

.emiDl ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.emiDl ul li {
  width: 42%;
  margin-right: 3.5%;
}
.emiDl ul li:nth-of-type(2n) {
  margin-right: 0;
}
.emiDl ul li a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 18px 40px;
  background-color: #fff;
  border: 2px solid #0751a6;
  font-size: 132%;
  text-align: center;
  color: #0751a6;
  position: relative;
  font-weight: bold;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.15);
}
.emiDl ul li a:hover {
  background-color: #f0f7fe;
}
.emiDl ul li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 12px;
  height: 12px;
  border-bottom: 3px solid #0751a6;
  border-right: 3px solid #0751a6;
  transform: rotate(-45deg);
  margin-top: -7px;
}
@media screen and (max-width: 767px) {
  .emiDl ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3vw;
  }
  .emiDl ul li a {
    padding: 3vw 10vw;
  }
  .emiDl ul li a br {
    display: block !important;
  }
}
