@charset "UTF-8";
/*------------------------------------*\
  setup
\*------------------------------------*/
/*------------------------------------*\
  font face
\*------------------------------------*/
/* noto-sans-tc */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;700;900&display=swap");
/*------------------------------------*\
  reset
\*------------------------------------*/
body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, select, textarea, label, p, blockquote, th, td, iframe, button, a, header, footer {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  font: inherit;
  color: inherit;
}

body {
  font: 1rem/150% "PingFang TC", "Noto Sans TC", Helvetica, "微軟正黑體", sans-serif;
  font-weight: 400;
  color: #333;
  background-color: #e9f8fc;
  scroll-behavior: smooth;
}

html {
  -webkit-text-size-adjust: 100%; /*safari內網頁的字體不會無緣無故變大*/
  -webkit-overflow-scrolling: touch; /*safari內網頁滑動起來不會卡卡的*/
  overflow-scrolling: touch;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  color: inherit;
  background: none;
  outline: none;
  cursor: pointer;
}

table {
  width: auto;
  border-collapse: collapse;
  border-spacing: 0;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  outline: none;
}

img {
  image-rendering: -webkit-optimize-contrast; /*防止chrome將圖片縮放時平滑化處理*/
}

/*------------------------------------*\
  common
\*------------------------------------*/
.mtp_mshow {
  display: none;
}

@media all and (max-width: 767px) {
  .mtp_mhide {
    display: none;
  }
  .mtp_mshow {
    display: block;
  }
}
.mtp_mb_0 {
  margin-bottom: 0 !important;
}

.mtp_mb_1 {
  margin-bottom: 10px;
}

.mtp_mb_2 {
  margin-bottom: 20px;
}

.mtp_mb_3 {
  margin-bottom: 30px;
}

.mtp_mb_4, .mtp_indStep {
  margin-bottom: 40px;
}

.mtp_mb_mx, .mtp_indFeature {
  margin-bottom: 70px;
}

@media all and (max-width: 767px) {
  .mtp_mb_2 {
    margin-bottom: 16px;
  }
  .mtp_mb_3 {
    margin-bottom: 24px;
  }
  .mtp_mb_4, .mtp_indStep {
    margin-bottom: 32px;
  }
  .mtp_mb_mx, .mtp_indFeature {
    margin-bottom: 40px;
  }
}
.mtp_tC {
  text-align: center;
}

.mtp_tR {
  text-align: right;
}

.mtp_fs-xs {
  font-size: 13px;
}

.mtp_fw-bold {
  font-weight: 700;
}

@media all and (max-width: 767px) {
  .mtp_m-fs-s {
    font-size: 13px;
  }
}
.mtp_color-hl {
  color: #209cff;
}

.mtp_color-warn {
  color: #ff4c4c;
}

.mtp_aLink {
  color: #b05f00;
  border-bottom: solid 1px;
  word-break: break-all;
}

.mtp_ul-point, .mtp_ul-point--lg {
  list-style: none;
}
.mtp_ul-point li, .mtp_ul-point--lg li {
  position: relative;
  padding-left: 24px;
}
.mtp_ul-point li::before, .mtp_ul-point--lg li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 6px;
  height: 6px;
  vertical-align: middle;
  border-radius: 50%;
  background: #db9f13;
}

.mtp_ul-point--lg li {
  padding-left: 30px;
  font-size: 24px;
  line-height: 1.5em;
  margin-bottom: 10px;
}
.mtp_ul-point--lg li::before {
  width: 8px;
  height: 8px;
  top: 16px;
}
@media all and (max-width: 767px) {
  .mtp_ul-point--lg li {
    font-size: 1rem;
  }
}

.mtp_hr {
  position: relative;
  margin: 30px 0;
  border: none;
  height: 1px;
  overflow: visible;
  background-color: #354d88;
}
.mtp_hr::before, .mtp_hr::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  position: absolute;
  top: -4px;
  border-radius: 9px;
  background-color: #354d88;
}
.mtp_hr::after {
  right: 0;
}

/*------------------------------------*\
  page
\*------------------------------------*/
.mtp_pagesize {
  max-width: 1206px;
  margin: 0 auto;
  padding: 0 32px;
}
@media all and (max-width: 767px) {
  .mtp_pagesize {
    padding: 0 10px;
  }
}

.mtp_boxWidth, .mtp_contactForm, .mtp_boxWidth--s, .mtp_boxWidth--m {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.mtp_boxWidth--m {
  max-width: 880px;
}
.mtp_boxWidth--s {
  max-width: 760px;
}

.mtp_banner img {
  display: block;
  width: 100%;
}

.mtp_borderbox_title {
  text-align: center;
}
.mtp_borderbox_title span {
  position: relative;
  display: inline-block;
  padding: 0 60px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 60px;
  border-radius: 30px;
  color: #fff;
  background: #00529c url(../images/borderbox-title.png) left 16px center no-repeat;
}
.mtp_borderbox_title span::after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  top: calc(50% - 14px);
  right: 16px;
  background: url(../images/borderbox-title.png) right center no-repeat;
}
@media all and (max-width: 767px) {
  .mtp_borderbox_title span {
    margin: 0 10px;
    padding: 10px 45px;
    font-size: 24px;
    line-height: 30px;
    background-size: auto 20px;
    background-position: left 15px center;
  }
  .mtp_borderbox_title span::after {
    right: 15px;
    background-size: auto 20px;
  }
}
.mtp_borderbox_title.mtp_ty-light span {
  color: #00529c;
  background: #e5edf5 url(../images/borderbox-title-light.png) left 16px center no-repeat;
}
@media all and (max-width: 767px) {
  .mtp_borderbox_title.mtp_ty-light span {
    background-size: auto 20px;
  }
}
.mtp_borderbox_title.mtp_ty-light span::after {
  background-image: url(../images/borderbox-title-light.png);
}
.mtp_borderbox_title.mtp_ty-mid span {
  font-size: 24px;
}
@media all and (max-width: 767px) {
  .mtp_borderbox_title.mtp_ty-mid span {
    font-size: 20px;
  }
}
.mtp_borderbox_inner {
  padding: 50px 40px 40px;
  background-color: #fff;
  border: solid 4px #00529c;
  border-radius: 20px;
}
@media all and (max-width: 767px) {
  .mtp_borderbox_inner {
    padding: 35px 10px 20px;
  }
}

.mtp_borderbox .mtp_borderbox_title:first-child {
  margin-bottom: -30px;
}
@media all and (max-width: 767px) {
  .mtp_borderbox .mtp_borderbox_title:first-child {
    margin-bottom: -25px;
  }
}

.mtp_mshow.mtp_borderbox_title {
  margin-bottom: -25px;
}

.mtp_btnbox {
  text-align: center;
}

.mtp_btn, .mtp_btn--back, .mtp_btn--light {
  min-width: 300px;
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  color: #fff;
  background-color: #db9f13;
  border-radius: 30px;
  transition: background-color 0.2s;
}
.mtp_btn:hover, .mtp_btn--back:hover, .mtp_btn--light:hover, .mtp_btn:focus, .mtp_btn--back:focus, .mtp_btn--light:focus {
  background-color: #c88d04;
}
@media all and (max-width: 767px) {
  .mtp_btn, .mtp_btn--back, .mtp_btn--light {
    min-width: 240px;
  }
}

.mtp_btn--light {
  line-height: 32px;
  color: #db9f13;
  background-color: #fff;
  border: solid 4px #db9f13;
}
.mtp_btn--light:hover, .mtp_btn--light:focus {
  background-color: #f8ecd0;
}

.mtp_btn--back {
  min-width: 200px;
  font-size: 20px;
  line-height: 24px;
  color: #999;
  background-color: #fff;
  border: solid 4px #999;
}
.mtp_btn--back:hover, .mtp_btn--back:focus {
  background-color: #f6f6f6;
}
@media all and (max-width: 767px) {
  .mtp_btn--back {
    min-width: 140px;
    padding: 4px 10px;
    font-size: 1rem;
    border-width: 3px;
  }
}

.mtp_chkbox {
  display: inline-flex;
  line-height: 30px;
}
@media all and (max-width: 767px) {
  .mtp_chkbox {
    line-height: 24px;
  }
}
.mtp_chkbox input[type=checkbox] {
  display: none;
}
.mtp_chkbox span {
  vertical-align: middle;
}
.mtp_chkbox .icon {
  flex: 0 0 auto;
  position: relative;
  display: inline-block;
  margin-right: 5px;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  background: #f5f5f5;
  background-size: 100%;
  border-radius: 8px;
}
@media all and (max-width: 767px) {
  .mtp_chkbox .icon {
    width: 24px;
    height: 24px;
    border-radius: 4px;
  }
}
.mtp_chkbox input[type=checkbox]:checked ~ .icon {
  background: #f5f5f5 url(../images/index/input-check.png) center no-repeat;
  background-size: auto 60%;
}
.mtp_chkbox input[type=checkbox]:disabled ~ .text {
  color: #a0a0a0;
}
.mtp_chkbox--input {
  display: flex;
  align-items: center;
}
.mtp_chkbox--input .icon, .mtp_chkbox--input .text {
  flex: 0 0 auto;
}
.mtp_chkbox--input .text {
  margin-right: 10px;
}
.mtp_chkbox--input input[type=text] {
  display: inline-block;
  padding: 5px 10px;
}

/*------------------------------------*\
  共通區塊
\*------------------------------------*/
.mtp_indSolution {
  display: flex;
  align-items: center;
}
@media all and (max-width: 767px) {
  .mtp_indSolution {
    display: block;
    margin-bottom: 30px;
  }
}
.mtp_indSolution_img {
  flex: 0 0 auto;
  width: 390px;
}
@media all and (max-width: 767px) {
  .mtp_indSolution_img {
    width: auto;
    margin: 0 auto 30px;
    text-align: center;
  }
}
.mtp_indSolution_img img {
  max-width: 100%;
  height: auto;
}

.mtp_qaBox {
  list-style: none;
}
.mtp_qaBox > li {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.5em;
  background-color: #fff;
  border: solid 3px #00529c;
  border-radius: 20px;
}
.mtp_qaBox > li:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 767px) {
  .mtp_qaBox > li {
    margin-bottom: 16px;
    font-size: 1rem;
  }
}

.mtp_qaQue::before,
.mtp_qaAns_in::before {
  content: "";
  display: block;
  flex: 0 0 auto;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  border-radius: 30px;
}
@media all and (max-width: 767px) {
  .mtp_qaQue::before,
  .mtp_qaAns_in::before {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
}

.mtp_qaQue {
  display: flex;
  align-items: center;
  position: relative;
  padding: 15px 64px 15px 30px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5em;
  cursor: pointer;
}
.mtp_qaQue::before {
  background: #e5edf5 url(../images/qa-q.png) center center no-repeat;
}
@media all and (max-width: 767px) {
  .mtp_qaQue::before {
    background-size: auto 20px;
  }
}
.mtp_qaQue::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 7px);
  right: 30px;
  width: 24px;
  height: 14px;
  background: url(../images/qa-arrow.png) center center no-repeat;
  background-size: 100% auto;
}
@media all and (max-width: 767px) {
  .mtp_qaQue::after {
    width: 16px;
    height: 10px;
    top: calc(50% - 5px);
    right: 15px;
  }
}
@media all and (max-width: 767px) {
  .mtp_qaQue {
    padding: 10px 40px 10px 10px;
    font-size: 16px;
  }
}

.mtp_qaBox .open .mtp_qaQue {
  color: #00529c;
}
.mtp_qaBox .open .mtp_qaQue::after {
  transform: scale(-1);
}

.mtp_qaAns {
  display: none;
}
.mtp_qaAns_in {
  display: flex;
  padding: 25px 64px 15px 30px;
}
@media all and (max-width: 767px) {
  .mtp_qaAns_in {
    padding: 14px 10px 12px 10px;
  }
}
.mtp_qaAns_in::before {
  margin-top: -12px;
  background: #e5edf5 url(../images/qa-a.png) center center no-repeat;
}
@media all and (max-width: 767px) {
  .mtp_qaAns_in::before {
    margin-top: -8px;
    background-size: auto 20px;
  }
}
.mtp_qaAns ol {
  padding-left: 20px;
}

/*------------------------------------*\
  header
\*------------------------------------*/
.mtp_page {
  background-color: #e9f8fc;
  max-width: 100vw;
}

.mtp_header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  width: 100%;
  padding-top: 5px;
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.mtp_header::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #209cff 60%, #47d382 80%, #ff874d 100%);
}
@media all and (max-width: 1200px) {
  .mtp_header .mtp_pagesize {
    padding: 0 16px;
  }
}
@media all and (max-width: 767px) {
  .mtp_header .mtp_pagesize {
    padding: 0 0 0 10px;
  }
}

@media all and (min-width: 767.01px) {
  .mtp_header_top {
    max-height: 30px;
    transition: max-height 0.2s;
    overflow: hidden;
  }
  .mtp_wrapper {
    padding-top: 85px;
    transition: padding-top 0.2s;
  }
  header.mtp_scroll .mtp_header_top {
    max-height: 0;
  }
  header.mtp_scroll + .mtp_wrapper {
    padding-top: 85px;
  }
}
@media all and (max-width: 767px) {
  .mtp_header_top {
    display: none;
  }
}
.mtp_header_top_inner {
  height: 30px;
  padding-top: 10px;
}
.mtp_header_top a {
  display: inline-block;
  padding: 0 10px;
  line-height: 1em;
  color: #666;
  border-left: solid 1px #dcdcdc;
}
.mtp_header_top a:nth-child(1) {
  padding-left: 0;
  border: none;
}
.mtp_header_top .mtp-line {
  border-color: #474747;
}

.mtp_header_inner {
  height: 80px;
  display: flex;
  align-items: center;
}
@media all and (max-width: 767px) {
  .mtp_header_inner {
    height: 50px;
    justify-content: space-between;
  }
}

.mtp_header_logo {
  display: flex;
  align-items: center;
  margin-right: 32px;
}
@media all and (max-width: 1200px) {
  .mtp_header_logo {
    margin-right: 20px;
  }
}
@media all and (max-width: 767px) {
  .mtp_header_logo {
    margin-right: 0;
  }
}
.mtp_header_logo_main {
  display: block;
  position: relative;
  width: 140px;
  height: 46px;
  margin-right: 32px;
  background: url(../images/header/logo-cht.jpg) left center no-repeat;
  background-size: auto 100%;
}
@media all and (max-width: 1200px) {
  .mtp_header_logo_main {
    width: 122px;
    height: 40px;
    margin-right: 20px;
  }
}
@media all and (max-width: 767px) {
  .mtp_header_logo_main {
    width: 92px;
    height: 30px;
  }
}
.mtp_header_logo_main::after {
  content: "";
  display: block;
  width: 1px;
  height: 32px;
  position: absolute;
  top: 10px;
  right: -16px;
  background-color: #333;
}
@media all and (max-width: 1200px) {
  .mtp_header_logo_main::after {
    top: 4px;
    right: -10px;
  }
}
@media all and (max-width: 767px) {
  .mtp_header_logo_main::after {
    height: 22px;
  }
}
.mtp_header_logo_site {
  display: block;
  width: 148px;
  height: 36px;
  background: url(../images/header/logo-multipay.jpg) left center no-repeat;
  background-size: auto 100%;
}
@media all and (max-width: 1200px) {
  .mtp_header_logo_site {
    width: 132px;
    height: 32px;
  }
}
@media all and (max-width: 767px) {
  .mtp_header_logo_site {
    width: 124px;
    height: 30px;
  }
}
.mtp_header_logo_site span {
  display: inline-block;
  width: 1px;
  height: 1px;
  overflow: hidden;
  color: transparent;
}

.mtp_header_nav {
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
@media all and (max-width: 767px) {
  .mtp_header_nav {
    display: none;
  }
}
.mtp_header_nav a {
  display: block;
  margin-right: 4px;
  padding: 3px 3px;
  font-size: 18px;
}
@media all and (max-width: 1200px) {
  .mtp_header_nav a {
    font-size: 1rem;
  }
}

.mtp_headLink.mtp_search {
  background: url(../images/header/header-search.png) center center no-repeat;
}

.mtp_headLink.mtp_location {
  background: url(../images/header/header-location.png) center center no-repeat;
}

.mtp_headLink.mtp_login {
  background: url(../images/header/header-login.png) center center no-repeat;
}

.mtp_headLinkBox {
  flex: 0 0 auto;
  display: flex;
}
@media all and (max-width: 767px) {
  .mtp_headLinkBox {
    display: none;
  }
}

.mtp_headLink {
  display: block;
  width: 48px;
  height: 48px;
}

.mtp_mobileNavBtn,
#mtp_mobileNav {
  display: none;
}

@media all and (max-width: 767px) {
  .mtp_page {
    position: relative;
    transition: transform 0.2s;
    z-index: 2;
  }
  .mtp_wrapper {
    padding-top: 55px;
  }
  .mtp_page_cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -3;
    background-color: transparent;
  }
  .mtp_mobileNavBtn {
    display: block;
    width: 48px;
    height: 48px;
    background: url(../images/header/mobileNav.png) center center no-repeat;
    background-size: 24px 24px;
  }
  #mtp_mobileNav {
    display: none !important;
  }
  #mtp_mobileNav.active {
    display: block !important;
  }
  #mtp_mobileNav {
    width: 250px;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    background-color: #fff;
    z-index: 1002;
  }
  #mtp_mobileNav ul {
    list-style: none;
    padding: 0 0 0 20px;
  }
  #mtp_mobileNav ul a {
    display: block;
    height: 50px;
    line-height: 50px;
    border-bottom: solid 1px #ddd;
  }
  .mtp_page.mtp_openmenu .mtp_page_cover {
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .mtp_page.mtp_openmenu .mtp_mobileNavBtn {
    background: url(../images/header/mobileNav-close.png) center center no-repeat;
    background-size: 24px 24px;
  }
}
/*------------------------------------*\
  footer
\*------------------------------------*/
.mtp_footer {
  padding: 20px 0;
  text-align: center;
  background-color: #e5e5e5;
  font-size: 14px;
  line-height: 18px;
}
@media all and (max-width: 767px) {
  .mtp_footer {
    padding: 10px 0;
  }
}
.mtp_footer_link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin-bottom: 10px;
  color: #666;
}
.mtp_footer_link li {
  position: relative;
  padding: 2px 10px;
}
.mtp_footer_link li::after {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  position: absolute;
  top: 8px;
  right: 0px;
  background-color: #ccc;
}
.mtp_footer_link li:nth-last-child(1)::after {
  content: none;
}
.mtp_footer_right {
  color: #999;
}

.mtp_section {
  padding: 70px 0;
}
@media all and (max-width: 767px) {
  .mtp_section {
    padding: 40px 0;
  }
}
.mtp_section--step {
  padding: 40px 0;
  background-color: #fff;
}

.mtp_indSlogan {
  margin-bottom: 40px;
  text-align: center;
  font-size: 2rem;
  line-height: 1.5em;
  font-weight: 700;
}
@media all and (max-width: 767px) {
  .mtp_indSlogan {
    margin-bottom: 30px;
    font-size: 24px;
  }
}

/*------------------------------------*\
  Feature
\*------------------------------------*/
.mtp_indFeature_icon.mtp_icon-1 {
  background-image: url(../images/index/index-feature-1.png);
}

.mtp_indFeature_icon.mtp_icon-2 {
  background-image: url(../images/index/index-feature-2.png);
}

.mtp_indFeature_icon.mtp_icon-3 {
  background-image: url(../images/index/index-feature-3.png);
}

.mtp_indFeature {
  display: flex;
  justify-content: space-around;
}
@media all and (max-width: 767px) {
  .mtp_indFeature {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }
}
.mtp_indFeature_item {
  text-align: center;
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 700;
  color: #00529c;
}
@media all and (max-width: 767px) {
  .mtp_indFeature_item {
    display: flex;
    align-items: center;
    margin: 0 auto 30px;
    text-align: left;
  }
}
.mtp_indFeature_icon {
  margin: 0 auto 20px;
  width: 150px;
  height: 150px;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  border: solid 4px #00529c;
  border-radius: 75px;
}
@media all and (max-width: 767px) {
  .mtp_indFeature_icon {
    width: 75px;
    height: 75px;
    margin: 0 30px 0 0;
    background-size: 45px 45px;
    border-width: 3px;
  }
}

/*------------------------------------*\
  Step
\*------------------------------------*/
.mtp_indStep_icon.mtp_icon-1 {
  background-image: url(../images/index/index-step-1.png);
}

.mtp_indStep_icon.mtp_icon-2 {
  background-image: url(../images/index/index-step-2.png);
}

.mtp_indStep_icon.mtp_icon-3 {
  background-image: url(../images/index/index-step-3.png);
}

.mtp_indStep {
  display: flex;
  justify-content: space-between;
  position: relative;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 767px) {
  .mtp_indStep {
    margin-bottom: 0;
  }
}
.mtp_indStep::before {
  content: "";
  display: block;
  position: absolute;
  top: 72px;
  left: 72px;
  right: 72px;
  height: 6px;
  background-color: #d6f2fa;
}
@media all and (max-width: 767px) {
  .mtp_indStep::before {
    top: 45px;
    left: 44px;
    width: 3px;
    height: calc(100% - 90px);
  }
}
@media all and (max-width: 767px) {
  .mtp_indStep {
    display: block;
    max-width: 280px;
  }
}
.mtp_indStep h3 {
  font-size: 24px;
  line-height: 1.5em;
  font-weight: 700;
}
@media all and (max-width: 767px) {
  .mtp_indStep h3 {
    font-size: 20px;
  }
}
.mtp_indStep p {
  font-size: 18px;
  line-height: 30px;
}
@media all and (max-width: 767px) {
  .mtp_indStep p {
    font-size: 1rem;
    line-height: 1.5em;
  }
}
.mtp_indStep_item {
  position: relative;
  z-index: 2;
  text-align: center;
}
.mtp_indStep_item::after {
  content: "";
  display: block;
  position: absolute;
  left: -8px;
  top: 63px;
  width: 15px;
  height: 24px;
  background: url(../images/index/index-step-arrow.png);
  background-size: 100% 100%;
}
@media all and (max-width: 767px) {
  .mtp_indStep_item::after {
    top: -9px;
    left: 41px;
    height: 12px;
    width: 8px;
    transform: rotate(90deg);
  }
}
.mtp_indStep_item:nth-child(1)::after {
  content: none;
}
@media all and (max-width: 767px) {
  .mtp_indStep_item {
    display: flex;
    align-items: center;
    text-align: left;
    margin-bottom: 30px;
  }
}
.mtp_indStep_icon {
  margin: 0 auto 20px;
  width: 150px;
  height: 150px;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  border: solid 6px #d6f2fa;
  border-radius: 75px;
}
@media all and (max-width: 767px) {
  .mtp_indStep_icon {
    width: 90px;
    height: 90px;
    margin: 0 20px 0 0;
    background-size: 50px 50px;
    border-width: 3px;
  }
}

/*------------------------------------*\
  More
\*------------------------------------*/
.mtp_indMore {
  display: flex;
  align-items: center;
}
@media all and (max-width: 767px) {
  .mtp_indMore {
    display: block;
  }
}
.mtp_indMore--reverse .mtp_indMore_inner {
  order: 1;
}
.mtp_indMore--reverse .mtp_indMore_img {
  order: 2;
}
.mtp_indMore_img {
  flex: 0 1 auto;
}
.mtp_indMore_img img {
  display: block;
  width: 320px;
  max-width: 100%;
  height: auto;
}
@media all and (max-width: 767px) {
  .mtp_indMore_img img {
    margin: 0 auto 20px;
  }
}
.mtp_indMore_inner {
  flex: 1 1 auto;
  font-size: 24px;
  line-height: 2em;
}
@media all and (max-width: 1024px) {
  .mtp_indMore_inner {
    font-size: 20px;
  }
}
@media all and (max-width: 767px) {
  .mtp_indMore_inner {
    text-align: center;
    font-size: 16px;
    line-height: 1.5em;
  }
}
.mtp_indMore h3 {
  font-size: 32px;
  font-weight: 700;
}
@media all and (max-width: 767px) {
  .mtp_indMore h3 {
    font-size: 20px;
  }
}
.mtp_indMore p {
  margin: 15px 0;
}
@media all and (max-width: 767px) {
  .mtp_indMore p {
    margin: 10px 0 20px;
  }
}
.mtp_indMore .mtp_btnbox {
  text-align: left;
}
@media all and (max-width: 767px) {
  .mtp_indMore .mtp_btnbox {
    text-align: center;
  }
}

.mtp_indMore_img + .mtp_indMore_inner {
  padding-left: 40px;
}
@media all and (max-width: 1024px) {
  .mtp_indMore_img + .mtp_indMore_inner {
    padding-left: 0;
  }
}

.mtp_payImgArea {
  max-width: 100vw;
  height: 85px;
  overflow-x: hidden;
  margin-top: 45px;
}
@media all and (max-width: 767px) {
  .mtp_payImgArea {
    height: 65px;
    margin-top: 20px;
  }
}

.mtp_payImg {
  display: inline-block;
  white-space: nowrap;
  position: relative;
  width: 200px;
  height: 80px;
  margin-right: 10px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}
@media all and (max-width: 767px) {
  .mtp_payImg {
    width: 150px;
    height: 60px;
  }
}
.mtp_payImg img {
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  object-position: center;
  object-fit: scale-down;
}
@media all and (max-width: 767px) {
  .mtp_payImg img {
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
}

/*------------------------------------*\
  申請
\*------------------------------------*/
.mtp_section--form {
  background-color: #fff7e3;
}
.mtp_section--form .mtp_borderbox {
  position: relative;
  padding-top: 10px;
}
@media all and (max-width: 920px) {
  .mtp_section--form .mtp_borderbox {
    padding-top: 0;
  }
}
.mtp_section--form .mtp_borderbox::after {
  content: "";
  display: block;
  width: 134px;
  height: 101px;
  position: absolute;
  top: -55px;
  left: 30px;
  background: url(../images/index/index-form-deco.png) center bottom no-repeat;
}
@media all and (max-width: 920px) {
  .mtp_section--form .mtp_borderbox::after {
    content: none;
  }
}

.mtp_contactForm {
  font-size: 20px;
  line-height: 1.5em;
}
@media all and (max-width: 767px) {
  .mtp_contactForm {
    font-size: 1rem;
  }
}
.mtp_contactForm_box {
  margin-bottom: 40px;
}
.mtp_contactForm_item {
  display: flex;
  margin-bottom: 20px;
}
@media all and (max-width: 767px) {
  .mtp_contactForm_item {
    display: block;
    margin-bottom: 15px;
  }
}
.mtp_contactForm_title {
  flex: 0 0 auto;
  width: 230px;
  position: relative;
  padding: 10px 0 10px 24px;
  font-weight: 700;
}
@media all and (max-width: 767px) {
  .mtp_contactForm_title {
    padding: 0 0 5px;
  }
}
.mtp_contactForm_title.fill::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 15px;
  left: 0;
  background: url(../images/index/form-fill.png);
}
@media all and (max-width: 767px) {
  .mtp_contactForm_title.fill::before {
    position: relative;
    top: 3px;
    margin-right: 5px;
  }
}
.mtp_contactForm_in {
  flex: 1;
}
.mtp_contactForm_in.in--input {
  padding: 0;
}
.mtp_contactForm input {
  width: 100%;
  padding: 10px;
  background-color: #f5f5f5;
  border-radius: 8px;
}
@media all and (max-width: 767px) {
  .mtp_contactForm input {
    padding: 12px 5px;
  }
}

.mtp_contactForm_chk1 {
  display: flex;
}
@media all and (max-width: 920px) {
  .mtp_contactForm_chk1 {
    display: block;
  }
}
.mtp_contactForm_chk1 .mtp_chkbox {
  flex: 1 1 auto;
  padding: 10px 15px 10px 0;
}

.mtp_contactForm_chk2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0;
}
@media all and (max-width: 1024px) {
  .mtp_contactForm_chk2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.mtp_contactForm_chk2 .mtp_chkbox {
  padding: 10px 15px 10px 0;
}
.mtp_contactForm_chk2 .mtp_chkbox:nth-last-child(1) {
  grid-column: 2/4;
}
@media all and (max-width: 1024px) {
  .mtp_contactForm_chk2 .mtp_chkbox:nth-last-child(1) {
    grid-column: 1/3;
  }
}

.mtp_inputVerify {
  display: flex;
}
.mtp_inputVerify input {
  flex: 1;
  margin-right: 10px;
}
.mtp_inputVerify img {
  flex: 0 0 auto;
  height: 50px;
}
.mtp_inputVerify button {
  flex: 0 0 auto;
  width: 50px;
  height: 50px;
  background: url(../images/index/verify-reload.png) center center no-repeat;
}

/*# sourceMappingURL=mtp_index.css.map */
