.ly_container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ly_container p,
.ly_contents p {
  line-height: 1.7;
}

a:focus {
  outline: revert;
}

/*-------------------------------------------
mixin
-------------------------------------------*/
/*-------------------------------------------
module
-------------------------------------------*/
.defaultHead.-mt {
  margin: 50px 0 0 !important;
}

.defaultHead.-mb {
  margin-bottom: 20px !important;
}

.defaultHead.-fzL {
  font-size: 1.6rem;
}

.subHead {
  background: #f5f5f5;
  color: #1a1a1a;
  padding: 10px 15px;
  font-weight: 600;
  margin: 0 0 20px;
}

.subHead.-mt {
  margin-top: 50px;
}

.defaultHead + .subHead {
  margin-top: 0 !important;
}

@media screen and (max-width: 599px) {
  .subHead {
    margin: 0 0 10px;
  }
}

.el_address span {
  display: inline-block;
  font-weight: 600;
  color: #999;
  width: 110px;
}

@media screen and (max-width: 599px) {
  .el_address span {
    width: auto;
    display: block;
  }
}

.el_note > li {
  text-indent: -1.3em;
  padding-left: 1.3em;
}

@media screen and (max-width: 599px) {
  .el_note > li {
    text-indent: -1.0em;
    padding-left: 1.0em;
  }
  .el_note.-fsS {
    font-size: 3.2vw;
  }
}

.bl_newsList .item + .item {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #ccc;
}

.bl_newsList .date {
  white-space: nowrap;
}

@media screen and (max-width: 599px) {
  .bl_newsList {
    font-size: 1.2rem;
  }
  .bl_newsList .item + .item {
    padding-top: 20px;
    margin-top: 20px;
  }
  .bl_newsList .date {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
  }
}

@media screen and (min-width: 959px) {
  .bl_newsList .item .date {
    width: 12%;
  }
  .bl_newsList .item .description {
    width: 88%;
  }
}
@media screen and (max-width: 960px) and (min-width: 600px), print {
  .bl_newsList .item .date {
    width: 16%;
  }
  .bl_newsList .item .description {
    width: 84%;
  }
}
@media screen and (min-width: 600px), print {
  .bl_heading1 + .bl_newsList {
    margin-top: 50px;
  }
  .bl_newsList .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .bl_newsList .item .date {
    display: inline-block;
  }
}

.bl_sitemapList {
  margin: 0 0 50px;
}

.bl_sitemapList .menuLv1 > li {
  margin-top: 20px;
}

.bl_sitemapList .menuLv1 > li > a {
  border: 1px solid #000;
  color: #000;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 15px 30px 15px 15px;
  position: relative;
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.3s cubic-bezier(0.17, 0.935, 0.305, 1);
  transition: all 0.3s cubic-bezier(0.17, 0.935, 0.305, 1);
  background: #000;
  color: #fff;
}

.bl_sitemapList .menuLv1 > li > a:hover {
  opacity: .7;
}

.bl_sitemapList .menuLv1 > li > a:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  margin: auto;
  width: 9px;
  height: 9px;
  border-top: #707070 1px solid;
  border-right: #707070 1px solid;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  right: 20px;
  margin: auto 0;
  right: 15px;
}

.bl_sitemapList .menuLv1 > li > a.-dark {
  background: #000;
  color: #fff;
}

.bl_sitemapList .menuLv1 > li > a.-dark:after {
  border-color: #fff;
}

.bl_sitemapList .menuLv1 > li > a::after {
  border-color: #fff;
}

@media screen and (min-width: 600px), print {
  .bl_sitemapList .menuLv1 > li > a::after {
    right: 30px;
  }
}

.bl_sitemapList .menuLv1 > li > .inner {
  display: block;
  padding: 15px 30px 15px 15px;
  background: #000;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
}

@media screen and (min-width: 600px), print {
  .bl_sitemapList .menuLv1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .bl_sitemapList .menuLv1 > li.bar {
    width: 100%;
  }
  .bl_sitemapList .menuLv1 > li:not(.bar) {
    width: 48.5%;
  }
}

.bl_sitemapList .menuLv2 {
  margin-bottom: 30px;
}

.bl_sitemapList .menuLv2 > li > a {
  border: 1px solid #000;
  color: #000;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 15px 30px 15px 15px;
  position: relative;
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.3s cubic-bezier(0.17, 0.935, 0.305, 1);
  transition: all 0.3s cubic-bezier(0.17, 0.935, 0.305, 1);
  border: none;
  border-bottom: 1px solid #cdd2d4;
  font-size: 1.5rem;
  font-weight: 300;
}

.bl_sitemapList .menuLv2 > li > a:hover {
  opacity: .7;
}

.bl_sitemapList .menuLv2 > li > a:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  margin: auto;
  width: 9px;
  height: 9px;
  border-top: #707070 1px solid;
  border-right: #707070 1px solid;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  right: 20px;
  margin: auto 0;
  right: 15px;
}

.bl_sitemapList .menuLv2 > li > a.-dark {
  background: #000;
  color: #fff;
}

.bl_sitemapList .menuLv2 > li > a.-dark:after {
  border-color: #fff;
}

@media screen and (min-width: 600px), print {
  .bl_sitemapList .menuLv2 > li > a::after {
    right: 30px;
  }
}

@media screen and (min-width: 600px), print {
  .bl_sitemapList .menuLv2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .bl_sitemapList .menuLv2 > li {
    width: 48.5%;
  }
}

.bl_column, .bl_card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 50px 0 -40px;
}

.bl_column .col, .bl_card .col {
  margin-bottom: 40px;
}

@media screen and (min-width: 600px), print {
  .bl_column.-col2 > .col, .-col2.bl_card > .col {
    width: calc((100% - 40px) / 2);
    margin-left: 40px;
  }
  .bl_column.-col2 > .col:nth-child(odd), .-col2.bl_card > .col:nth-child(odd) {
    margin-left: 0;
  }
  .bl_column.-col3 > .col, .-col3.bl_card > .col {
    width: calc((100% - 60px) / 3);
    margin-left: 30px;
  }
  .bl_column.-col3 > .col:nth-child(3n+1), .-col3.bl_card > .col:nth-child(3n+1) {
    margin-left: 0;
  }
}

@media screen and (max-width: 599px) {
  .bl_column .col, .bl_card .col {
    width: 100%;
  }
}

.bl_column.-bonusPoints, .-bonusPoints.bl_card {
  margin: 20px 0 0;
}

.bl_column.-bonusPoints .col, .-bonusPoints.bl_card .col {
  border: 1px solid #ededed;
  margin: 0;
}

.bl_column.-bonusPoints .colHeading, .-bonusPoints.bl_card .colHeading {
  padding: 15px;
  background: #ededed;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
}

.bl_column.-bonusPoints .colBody, .-bonusPoints.bl_card .colBody {
  padding: 20px;
}

.bl_column.-bonusPoints .colBody .point, .-bonusPoints.bl_card .colBody .point {
  text-align: center;
}

.bl_column.-bonusPoints .colBody .point + *, .-bonusPoints.bl_card .colBody .point + * {
  margin-top: 30px;
}

.bl_column.-bonusPoints .colBody .point dt, .-bonusPoints.bl_card .colBody .point dt {
  color: #c8172f;
}

.bl_column.-bonusPoints .colBody .point dt em, .-bonusPoints.bl_card .colBody .point dt em {
  font-size: 3rem;
  font-weight: 600;
  display: inline-block;
  margin-right: 2px;
}

.bl_column.-bonusPoints .colBody .point dd, .-bonusPoints.bl_card .colBody .point dd {
  margin: 10px 0 0;
}

.bl_column.-bonusPoints .colBody .listDisc li, .-bonusPoints.bl_card .colBody .listDisc li {
  margin-bottom: 10px;
}

@media screen and (min-width: 600px), print {
  .bl_column.-bonusPoints, .-bonusPoints.bl_card {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .bl_column.-bonusPoints .col, .-bonusPoints.bl_card .col {
    width: 32%;
  }
}

@media screen and (max-width: 599px) {
  .bl_column.-bonusPoints .col, .-bonusPoints.bl_card .col {
    margin-top: 15px;
  }
}

.bl_heading1 + .bl_column, .bl_heading1 + .bl_card {
  margin-top: 30px;
}

.bl_heading1.-adjust1 {
  margin: 80px 0 50px;
}

.bl_card .cardImg {
  margin-bottom: 10px;
}

.bl_card .cardImg img {
  width: 100%;
}

.bl_arrowList {
  padding: 15px;
}

.bl_arrowList li + li {
  margin-top: 5px;
}

.bl_arrowList > li a {
  position: relative;
  padding-left: 1.3em;
  text-decoration: none;
  color: #333;
}

.bl_arrowList > li a:hover {
  text-decoration: underline;
}

.bl_arrowList > li a::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: #c8172f 1px solid;
  border-right: #c8172f 1px solid;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  right: 20px;
  margin: auto 0;
  left: 0;
}

.bl_sectionNext {
  margin: 30px 0 50px;
}

.bl_sectionNext::after {
  font-family: 'svgicon' !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90f";
  display: block;
  text-align: center;
  font-size: 4rem;
  padding-top: 50px;
}

@media screen and (max-width: 599px) {
  .bl_sectionNext {
    margin: 30px 0;
  }
  .bl_sectionNext::after {
    padding-top: 30px;
  }
}

.buttonArea.-mt {
  margin-top: 30px;
}

.buttonArea.-separate {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #ccc;
}

@media screen and (max-width: 599px) {
  .buttonArea.-separate {
    margin-top: 30px;
    padding-top: 30px;
  }
}

.buttonArea.-left .parts_btn {
  margin: 0;
}

.bl_media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.bl_media .mediaImg img {
  width: 100%;
}

.bl_media .mediaImg .caption {
  margin-bottom: 5px;
}

.bl_media.-reverse .mediaImg {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.bl_media.-reverse .mediaBody {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

@media screen and (max-width: 599px) {
  .bl_media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bl_media .mediaImg {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 20px;
  }
  .bl_media .mediaImg .caption {
    margin-bottom: 5px;
    text-align: center;
  }
  .bl_media .mediaBody {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .bl_media.-reverse .mediaImg {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 20px;
  }
  .bl_media.-reverse .mediaBody {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media screen and (min-width: 600px), print {
  .bl_media .mediaImg {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 48.33333%;
    -ms-flex: 0 1 48.33333%;
    flex: 0 1 48.33333%;
    margin-right: 3.33333%;
  }
  .bl_media .mediaImg.-adjust1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 37.5%;
    -ms-flex: 0 1 37.5%;
    flex: 0 1 37.5%;
  }
  .bl_media .mediaBody {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .bl_media.-reverse .mediaImg {
    margin: 0 0 0 3.3333%;
  }
}

.bl_creditList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0;
}

.bl_creditList > li {
  text-align: center;
}

.bl_creditList > li img {
  width: auto;
  height: 35px;
}

.bl_creditList > li span {
  display: block;
  margin-top: 5px;
  text-align: center;
  font-size: 1.2rem;
}

@media screen and (min-width: 600px), print {
  .bl_creditList > li {
    margin-left: 3.5%;
  }
  .bl_creditList > li:nth-of-type(1), .bl_creditList > li:nth-of-type(6n+1) {
    margin-left: 0;
  }
}

@media screen and (max-width: 599px) {
  .bl_creditList {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .bl_creditList > li {
    width: calc((100% - 10%) / 3);
    margin-left: 5%;
  }
  .bl_creditList > li:nth-of-type(1), .bl_creditList > li:nth-of-type(3n+1) {
    margin-left: 0;
  }
  .bl_creditList > li:nth-of-type(n+4) {
    margin-top: 15px;
  }
}

.boxSupport {
  border: #ccc 1px solid;
  margin: 20px auto;
}

.boxSupport dt {
  padding: 7px;
  background: #f5f5f5;
  font-weight: 600;
  text-align: center;
}

.boxSupport dd {
  padding: 7px 10px 10px;
  text-align: center;
  background-color: #fff;
}

.boxSupport dd .tel a {
  font-family: 'Roboto', sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  display: inline-block;
  line-height: 1.4;
}

.boxSupport dd .tel a::before {
  font-family: 'svgicon' !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e911";
  color: #c8172f;
  font-size: 2.2rem;
  margin-right: 8px;
}

.boxSupport dd .time {
  font-size: 1.2rem;
}

@media screen and (min-width: 600px), print {
  .boxSupport {
    width: 345px;
  }
  .boxSupport .tel a {
    pointer-events: none;
  }
}

.boxCancel {
  border: #999 1px solid;
  padding: 20px;
  margin: 30px 0;
}

.boxCancel .tel {
  font-family: 'Roboto', sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  margin-right: 20px;
}

.boxCancel .tel::before {
  content: '';
  display: inline-block;
  width: 44px;
  height: 32px;
  background: url(/omiseplus/assets/static/img/guide_omise/icon_freedial.png) 0 0 no-repeat;
  background-size: 100%;
  margin-right: 10px;
}

@media screen and (min-width: 600px), print {
  .boxCancel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .boxCancel .tel a {
    pointer-events: none;
  }
}

@media screen and (max-width: 599px) {
  .boxCancel {
    margin: 20px 0;
  }
  .boxCancel .tel {
    font-size: 2.8rem;
    margin-bottom: 10px;
  }
}

.el_imgWrap img {
  width: 100%;
}

.bl_lumpMix {
  overflow: hidden;
}

.bl_lumpMix .lumpImgR {
  float: right;
  margin: 0 0 0 20px;
}

.bl_lumpMix .lumpBody {
  overflow: hidden;
}

@media screen and (max-width: 599px) {
  .bl_lumpMix {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bl_lumpMix .lumpImgR {
    float: none;
    margin: 20px auto 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .bl_lumpMix .lumpBody {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

.bl_appDownload {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (min-width: 600px), print {
  .bl_appDownload .item {
    width: 300px;
  }
}

.bl_appDownload .item + .item {
  margin-left: 10%;
}

.bl_appDownload .item h3 {
  margin-bottom: 10px;
  font-weight: 600;
}

.bl_appDownload .item .details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bl_appDownload .item .details .qr {
  display: inline-block;
}

.bl_appDownload .item .details .dl {
  display: inline-block;
}

.bl_appDownload .item .reg {
  margin-top: 10px;
  font-size: .8rem;
}

@media screen and (max-width: 599px) {
  .bl_appDownload {
    display: block;
  }
  .bl_appDownload .item + .item {
    margin: 20px 0 0;
  }
  .bl_appDownload .item h3 {
    margin-bottom: 5px;
  }
  .bl_appDownload .item .details {
    display: block;
  }
  .bl_appDownload .item .details .qr {
    display: none;
  }
}

/*-------------------------------------------
About
-------------------------------------------*/
.aboutHeading {
  text-align: center;
  margin-bottom: 50px;
}

.aboutHeading span {
  display: block;
  color: #c8172f;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 24px;
}

.aboutHeading em {
  display: block;
  font-size: 3.6rem;
  font-weight: 600;
  color: #000;
}

@media screen and (max-width: 599px) {
  .aboutHeading {
    margin-bottom: 30px;
  }
  .aboutHeading span {
    font-size: 1.6rem;
    margin-bottom: 16px;
  }
  .aboutHeading em {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 599px) and (max-width: 960px) {
  .aboutHeading {
    margin-bottom: 40px;
  }
  .aboutHeading span {
    font-size: 1.8rem;
  }
  .aboutHeading em {
    font-size: 2.8rem;
  }
}

.aboutHeading2 {
  font-weight: 600;
}

.aboutHeading2::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 1.4em;
  background: #c8172f;
  margin: -4px 12px 0 0;
  vertical-align: middle;
}

@media screen and (max-width: 599px) {
  .aboutHeading2 {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 600px), print {
  .aboutHeading2 {
    font-size: 2rem;
  }
}

@media screen and (min-width: 599px) and (max-width: 960px) {
  .aboutHeading2 {
    font-size: 1.8rem;
  }
}

.aboutHero h1 {
  margin: 0;
}

.aboutHero h1 span {
  display: inline-block;
  background: #fff;
  font-weight: 600;
}

@media screen and (min-width: 600px), print {
  .aboutHero {
    background-image: url(/omiseplus/assets/static/img/about_omise/kv_pc.jpg);
    background-position: 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 43vw;
    max-width: 1360px;
  }
  .aboutHero .inner {
    margin-left: 1%;
  }
  .aboutHero .inner h1 {
    padding-top: 5vw;
  }
  .aboutHero .inner h1 span {
    font-size: 2.8rem;
    line-height: 1.2;
    width: 300px;
  }
  .aboutHero .inner h1 span:nth-of-type(1) {
    padding: 27px 35px 15px;
  }
  .aboutHero .inner h1 span:nth-of-type(2) {
    padding: 0 35px 15px;
  }
  .aboutHero .inner .outline {
    display: inline-block;
    background: #fff;
    padding: 0 35px 27px;
    white-space: nowrap;
    width: 250px;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 599px) and (max-width: 960px) {
  .aboutHero {
    background-position: 30% 0;
    min-height: 63vw;
  }
}

@media screen and (max-width: 599px) {
  .aboutHero {
    background-image: url(/omiseplus/assets/static/img/about_omise/kv_sp.jpg);
    background-position: 50% 0;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 75vw;
  }
  .aboutHero .inner {
    padding: 30px 0 0;
  }
  .aboutHero .inner h1 span {
    font-size: 1.8rem;
  }
  .aboutHero .inner h1 span:nth-of-type(1) {
    padding: 15px 15px 7px;
  }
  .aboutHero .inner h1 span:nth-of-type(2) {
    padding: 0 15px 12px;
    width: auto;
  }
  .aboutHero .inner .outline {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  .aboutAbout .inner {
    padding: 13vw 0 21vw;
  }
  .aboutAbout .aboutHeading img {
    width: 100px;
  }
  .aboutAbout .aboutFigure {
    margin: 8vw 0 0 0;
  }
  .aboutAbout .aboutFigure img {
    width: 100%;
  }
  .aboutAbout .outline {
    text-align: center;
  }
}

@media screen and (min-width: 600px), print {
  .aboutAbout .inner {
    padding: 6.5vw 0;
  }
  .aboutAbout .aboutHeading img {
    width: 180px;
  }
  .aboutAbout .outline {
    font-size: 1.6rem;
    line-height: 1.8;
    text-align: center;
  }
  .aboutAbout .note {
    text-align: center;
  }
  .aboutAbout .aboutFigure {
    text-align: center;
    margin: 3vw -7vw 0 0;
  }
}

@media screen and (min-width: 599px) and (max-width: 960px) {
  .aboutAbout .aboutFigure {
    margin: 3vw 0 0 0;
  }
  .aboutAbout .aboutFigure img {
    width: 100%;
  }
}

.aboutService {
  background-position: 50% 0;
  background-size: 100%;
  background-repeat: no-repeat;
  padding-right: 0;
  padding-left: 0;
}

.aboutService .serviceCard {
  border: 1px solid #c8172f;
}

.aboutService .serviceCard .item {
  display: block;
}

.aboutService .aboutHeading em {
  color: #c8172f;
  display: inline-block;
  background: #fff;
}

.aboutService .item.-comingsoon {
  position: relative;
}

.aboutService .item.-comingsoon::before {
  content: '';
  position: absolute;
  display: block;
  width: 104%;
  height: 104%;
  top: -2%;
  left: -2%;
  background: rgba(217, 217, 217, 0.8);
  border-radius: 10px;
}

.aboutService .item.-comingsoon::after {
  content: 'Coming Soon!';
  position: absolute;
  display: inline-block;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 3rem;
  text-align: center;
  top: 30%;
}

.aboutService .item.-new .thumb {
  position: relative;
}

.aboutService .item.-new .thumb::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 0px 0 3px #c8172f inset;
  box-shadow: 0px 0px 0 3px #c8172f inset;
  border-radius: 6px;
}

.aboutService .item.-new .thumb::after {
  content: 'NEW';
  position: absolute;
  top: -15px;
  right: -15px;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #c8172f;
  border-radius: 50%;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

@media screen and (max-width: 599px) {
  .aboutService {
    background-image: url(/omiseplus/assets/static/img/about_omise/service_bg_sp.png);
    padding-top: 32vw;
  }
  .aboutService .inner {
    background: #fff;
    padding: 7vw 4% 50px;
  }
  .aboutService .aboutHeading {
    position: relative;
  }
  .aboutService .aboutHeading em {
    padding: 0 10px;
  }
  .aboutService .serviceCard {
    margin: -14% auto 15px;
    padding: 12% 5% 5%;
  }
  .aboutService .serviceCard .item + .item {
    margin-top: 40px;
  }
  .aboutService .serviceCard .item .thumb {
    margin-bottom: 18px;
  }
  .aboutService .serviceCard .item .thumb img {
    width: 100%;
  }
  .aboutService .serviceCard .item .aboutHeading2 {
    margin-bottom: 12px;
  }
  .aboutService .serviceCard .item.-new .thumb::after {
    top: -10px;
    right: -10px;
    width: 40px;
    height: 40px;
    font-size: 10px;
  }
}

@media screen and (min-width: 600px), print {
  .aboutService {
    background-image: url(/omiseplus/assets/static/img/about_omise/service_bg_pc.png);
    max-width: 1360px;
    padding-top: 15vw;
  }
  .aboutService .inner {
    background: #fff;
    padding: 7vw 4% 6.5vw;
  }
  .aboutService .aboutHeading em {
    padding: 0 30px;
  }
  .aboutService .serviceCard {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -75px auto 30px;
    max-width: calc(960px + 10%);
    padding: 6% 5% 1%;
    max-width: 960px;
  }
  .aboutService .serviceCard .item {
    width: calc((100% - 4vw) / 2);
    margin-bottom: 5%;
  }
  .aboutService .serviceCard .item:nth-child(even) {
    margin-left: 4vw;
  }
  .aboutService .serviceCard .item .thumb {
    margin-bottom: 20px;
  }
  .aboutService .serviceCard .item .thumb img {
    width: 100%;
  }
  .aboutService .serviceCard .item .aboutHeading2 {
    margin-bottom: 18px;
  }
  .aboutService .serviceCard .item .outline {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .aboutService .serviceCard a.item {
    -webkit-transition: opacity 0.3s cubic-bezier(0.17, 0.935, 0.305, 1);
    transition: opacity 0.3s cubic-bezier(0.17, 0.935, 0.305, 1);
  }
  .aboutService .serviceCard a.item:hover {
    opacity: .7;
  }
  .aboutService .serviceCard a.item:hover img {
    opacity: 1;
  }
  .aboutService .serviceCard + .el_note {
    max-width: 960px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 599px) and (max-width: 960px) {
  .aboutService .serviceCard .item .aboutHeading2 {
    margin-bottom: 12px;
  }
  .aboutService .serviceCard .item .outline {
    font-size: 1.4rem;
  }
}

.aboutScene {
  padding: 0;
  margin-bottom: 100px;
}

.aboutScene .mediaItem {
  position: relative;
  min-height: 30vw;
}

.aboutScene .mediaItem + .mediaItem {
  margin-top: 80px;
}

.aboutScene .mediaItem::before {
  content: '';
  display: block;
  position: absolute;
  top: 2.5vw;
  left: 40%;
  background: #f2f2f2;
  width: 60vw;
  height: 24.5vw;
}

.aboutScene .mediaItem .mediaImg {
  position: absolute;
  top: 5vw;
  right: 50%;
  max-width: 683px;
}

.aboutScene .mediaItem .mediaImg img {
  width: 100%;
}

.aboutScene .mediaItem .mediaBody {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
}

.aboutScene .mediaItem .mediaBody .inner {
  width: 45%;
  margin-left: 57%;
  border-left: 2px solid #c8172f;
  padding: 6.5vw 0 30px 50px;
  font-size: 1.6rem;
}

.aboutScene .mediaItem .mediaBody .heading {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 20px;
}

@media screen and (min-width: 600px), print {
  .aboutScene .mediaItem.-reverse {
    min-height: 28vw;
  }
  .aboutScene .mediaItem.-reverse::before {
    left: 0;
  }
  .aboutScene .mediaItem.-reverse .mediaImg {
    top: 0;
    left: 50%;
    right: 0;
  }
  .aboutScene .mediaItem.-reverse .mediaBody .inner {
    margin-left: 0;
  }
}

@media screen and (min-width: 599px) and (max-width: 960px) {
  .aboutScene .mediaItem {
    min-height: 40vw;
  }
  .aboutScene .mediaItem .mediaBody .inner {
    width: 40%;
    margin-right: 4%;
  }
  .aboutScene .mediaItem .mediaBody .inner::before {
    font-size: 5rem;
    margin-bottom: 30px;
  }
  .aboutScene .mediaItem::before {
    min-height: 35vw;
  }
  .aboutScene .mediaItem.-reverse {
    min-height: 28vw;
  }
  .aboutScene .mediaItem.-reverse::before {
    left: 0;
  }
  .aboutScene .mediaItem.-reverse .mediaImg {
    top: 0;
    left: 50%;
    right: 0;
  }
  .aboutScene .mediaItem.-reverse .mediaBody .inner {
    margin-left: 4%;
  }
}

@media screen and (max-width: 599px) {
  .aboutScene .mediaItem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .aboutScene .mediaItem::before {
    left: 0;
    top: 4vw;
    width: 100vw;
    height: 70vw;
  }
  .aboutScene .mediaItem .mediaImg {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    position: relative;
    max-width: 87%;
    right: 13vw;
    left: 0;
  }
  .aboutScene .mediaItem .mediaBody {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .aboutScene .mediaItem .mediaBody .inner {
    width: auto;
    margin-left: 13%;
    margin-right: 4%;
    font-size: 1.4rem;
    padding: 12vw 0 0 30px;
  }
  .aboutScene .mediaItem .mediaBody .inner::before {
    font-size: 5rem;
    margin-bottom: 15px;
  }
  .aboutScene .mediaItem .mediaBody .inner .heading {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
  .aboutScene .mediaItem.-reverse .mediaImg {
    right: 0;
    left: 13vw;
  }
}

/*-------------------------------------------
Point
-------------------------------------------*/
@media screen and (min-width: 600px), print {
  .pointAnchor {
    margin-top: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px 30px;
  }
  .pointAnchor .parts_btn {
    margin: 0;
    max-width: 100%;
  }
  .pointAnchor .-wide {
    width: 65.5%;
  }
  .pointAnchor .-wide::after {
    right: 3.5%;
  }
}

@media screen and (max-width: 599px) {
  .pointAnchor {
    margin-top: 24px;
  }
  .pointAnchor .parts_btn + .parts_btn {
    margin-top: 20px;
  }
}

.pointFlow {
  background: #eee;
  margin-top: 40px;
  padding: 3.125% 8.3%;
}

@media screen and (max-width: 599px) {
  .pointFlow {
    padding: 40px 15px;
    margin: 40px -4% 0;
  }
}

.pointFlow .pointFlowItem {
  position: relative;
  background: #fff;
  padding: 2% 4.16%;
}

@media screen and (max-width: 599px) {
  .pointFlow .pointFlowItem {
    padding: 20px 10px;
  }
}

.pointFlow .pointFlowItem + .pointFlowItem {
  margin-top: 57px;
}

.pointFlow .pointFlowItem + .pointFlowItem::before {
  content: '';
  position: absolute;
  top: -37px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 18px solid #fff;
  border-bottom: 0;
}

.pointFlow .pointFlowHeadingWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 20px;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px solid #c8172f;
}

.pointFlow .pointFlowStepIcon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  background: #c8172f;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
  border-radius: 50%;
  text-align: center;
  width: 50px;
  height: 50px;
}

.pointFlow .pointFlowStepIcon em {
  font-size: 2rem;
  display: block;
  line-height: 1;
}

.pointFlow .pointFlowHeading {
  font-size: 1.6rem;
  font-weight: 600;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pointFlow .pointFlowStepImg {
  text-align: center;
  margin: 20px auto;
}

.pointFlow .pointFlowStepImg .img1 {
  width: 154px;
}

.pointFlow .pointFlowApp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding: 0 28px;
  margin-bottom: 30px;
}

@media screen and (max-width: 599px) {
  .pointFlow .pointFlowApp {
    display: block;
    padding: 0;
  }
}

.pointFlow .pointFlowAppItem {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 599px) {
  .pointFlow .pointFlowAppItem + .pointFlowAppItem {
    margin-top: 24px;
  }
}

.pointFlow .pointFlowAppHeading {
  font-weight: 600;
  margin-bottom: 12px;
}

.pointFlow .pointFlowAppDl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pointFlow .pointFlowAppQR {
  max-width: 117px;
}

@media screen and (max-width: 599px) {
  .pointFlow .pointFlowAppQR {
    display: none;
  }
}

.pointFlow .pointFlowAppBtn {
  display: inline-block;
}

.pointFlow .pointFlowAppBtnImg {
  display: inline-block;
  height: 45px;
}

@media screen and (max-width: 599px) {
  .pointFlow .pointFlowAppBtnImg {
    height: 59px;
  }
}

.pointFlow .pointFlowAppText {
  font-size: 1rem;
}

@media screen and (max-width: 599px) {
  .pointFlow .pointFlowAppText {
    margin-top: 10px;
  }
}

@media screen and (max-width: 599px) {
  .bl_lumpMix.-repointsOrderAdjust {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bl_lumpMix.-repointsOrderAdjust .-order1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .bl_lumpMix.-repointsOrderAdjust .-order2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .bl_lumpMix.-repointsOrderAdjust .-order3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
}
