@import url("https://fonts.googleapis.com/css?family=Lato:400,700");

/* Grid base
--------------------------------------------------------- */

.p-guide-app.col2-type1 {
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.custom-al .heading-lead__box,
.p-guide-app.col2,
.p-guide-app.col3 {
  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;
}

/* midashi
--------------------------------------------------------- */

.custom-al .heading-lead-copy {
  position: relative;
  line-height: 1.4;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: bold;
  letter-spacing: 0.05em;
}

/* marker
--------------------------------------------------------- */

/* ---------------------------------------------------------
  Top
--------------------------------------------------------- */

/* lp-top-info
--------------------------------------------------------- */

.lp-top-info {
  width: 100%;
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
}

/* top-about
--------------------------------------------------------- */

.lp-about-content__copy {
  position: relative;
  width: 100%;
}

.lp-font-middle + .lp-font-middle {
  margin-top: 1.2em;
  line-height: 1.6;
}

.lp-message-box {
  margin-top: 30px;
}

/* heading-lead
--------------------------------------------------------- */

.custom-al .heading-lead__content {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  width: 100%;
}

.custom-al .heading-lead__pic {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
  text-align: center;
  z-index: 1;
}

.custom-al .heading-lead__pic img {
  border: 1px solid #ddd;
  border-radius: 50%;
  max-width: 180px;
}

.custom-al .heading-lead__pic-caption {
  display: block;
  margin-top: 0.5em;
  font-weight: bold;
  text-align: center;
}

.custom-al .heading-lead-copy {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 18px;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 3;
  background: #fde9e6;
  border-radius: 20px;
}

.custom-al .heading-lead-copy:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #fde9e6;
  z-index: 0;
}

.custom-al .heading-lead-copy__text {
  font-size: 1.4rem;
}

/* lp-products-box__name partners-name
--------------------------------------------------------- */

.partners-name {
  display: block;
  margin-bottom: 10px;
}

/* lp-products-box__name partners-name
--------------------------------------------------------- */

.lp-products-bgimg {
  background: url("../img/about/bg_app_content.png") repeat 0 0;
  padding-top: 20px;
  padding-bottom: 50px;
}

/* p-products 
--------------------------------------------------------- */

.p-products {
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 20px 0;
}

/* p-guide
--------------------------------------------------------- */

.p-guide {
  margin-bottom: 50px;
}

.p-guide__title {
  margin-top: 20px;
  font-size: 1.8rem;
}

.p-guide-app {
  margin-bottom: 30px;
}

.p-guide-app__item {
  width: 100%;
  margin-top: 20px;
  text-align: center;
}

.p-guide-app__item.app-main-img,
.p-guide-app__item.app-sub-img {
  -webkit-backface-visibility: hidden;
}

.p-guide-app__item.app-main-img img,
.p-guide-app__item.app-sub-img img {
  max-height: 320px;
}

.p-guide-app .app-caption {
  display: block;
  margin-top: 0.5em;
  font-weight: 700 !important;
  text-align: center;
}

.p-guide-app.col2 .p-guide-app__item.app-main-img,
.p-guide-app.col3 .p-guide-app__item.app-main-img {
  width: calc((100% - 30px) / 2);
}

.p-guide-app.col2 .p-guide-app__item.app-main-img.icon-app img,
.p-guide-app.col3 .p-guide-app__item.app-main-img.icon-app img {
  width: 50%;
}

.p-guide-app.col2 .p-guide-app__item.app-sub-img,
.p-guide-app.col3 .p-guide-app__item.app-sub-img {
  width: 49%;
}

.p-guide-app.col2 .p-guide-app__item:not(:last-child) {
  margin-right: 20px;
}

.p-guide-app.col2-type1 .p-guide-app__item {
  margin-right: 20px;
  margin-left: 20px;
}

.p-guide-app.col2-type1 .p-guide-app__item.app-sub-img {
  width: 100px;
}

.arrow {
  padding: 0;
}

.arrow li {
  display: inline-block;
}

.arrow li .ico-arrow {
  position: relative;
}

.arrow > li:not(:last-child) .ico-arrow::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #666;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -14px;
}

.p-guide-app.col3 .p-guide-app__item:not(:last-child) {
  margin-right: 10px;
}

.img-bdr {
  border: 1px solid #DCDCDC;
}

.sp-wide-link > .in-page-link__item {
  width: 100%;
}

@media screen and (min-width: 576px) {
  .p-guide-app.col2 .p-guide-app__item.app-main-img,
  .p-guide-app.col3 .p-guide-app__item.app-main-img {
    width: 32%;
  }

  .p-guide-app.col2 .p-guide-app__item.app-sub-img,
  .p-guide-app.col3 .p-guide-app__item.app-sub-img {
    width: 32%;
  }

  .p-guide-app.col2 {
    -webkit-box-pack: start !important;
    -webkit-justify-content: start !important;
    -ms-flex-pack: start !important;
    justify-content: start !important;
  }

  .p-guide-app.col2-type1 {
    -webkit-box-pack: start !important;
    -webkit-justify-content: start !important;
    -ms-flex-pack: start !important;
    justify-content: start !important;
  }

  .p-guide-app.col3 {
    -webkit-box-pack: start !important;
    -webkit-justify-content: start !important;
    -ms-flex-pack: start !important;
    justify-content: start !important;
  }

  .p-guide-app.col3 .p-guide-app__item:not(:last-child) {
    margin-right: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .lp-about-content__copy {
    width: 32%;
    margin-top: -10px;
  }

  .lp-font-middle + .lp-font-middle {
    line-height: 2;
  }

  .lp-message-box {
    margin-top: 60px;
  }

  .custom-al .heading-lead-copy {
    width: 240px;
    margin-right: auto;
    margin-left: auto;
  }

  .custom-al .heading-lead-copy__text {
    font-size: 1.8rem;
  }

  .lp-products-bgimg {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .p-guide__title {
    font-size: 2.5rem;
  }

  .p-guide-app.col2,
  .p-guide-app.col3 {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
  }

  .p-guide-app.col2 .p-guide-app__item.app-main-img,
  .p-guide-app.col3 .p-guide-app__item.app-main-img {
    width: 24%;
  }

  .p-guide-app.col2 .p-guide-app__item.app-main-img.icon-app img,
  .p-guide-app.col3 .p-guide-app__item.app-main-img.icon-app img {
    width: 60%;
  }

  .p-guide-app.col2 .p-guide-app__item.app-sub-img,
  .p-guide-app.col3 .p-guide-app__item.app-sub-img {
    width: 24%;
  }

  .p-guide-app.col2 .p-guide-app__item:not(:last-child) {
    margin-right: 60px;
  }

  .arrow > li:not(:last-child) .ico-arrow::before {
    border-width: 10px 0 10px 12px;
    right: -20px;
  }

  .p-guide-app.col3 .p-guide-app__item:not(:last-child) {
    margin-right: 40px;
  }

  .sp-wide-link > .in-page-link__item {
    width: auto;
  }
}

@media print, screen and (min-width: 1140px) {
  .lp-about-content__copy {
    width: 520px;
    padding: 0 20px;
  }

  .custom-al .heading-lead__content {
    width: calc(100% - ( 250px + 10px) );
  }

  .custom-al .heading-lead__pic {
    width: 250px;
    padding-top: 15px;
  }

  .custom-al .heading-lead__pic img {
    max-width: 250px;
  }

  .custom-al .heading-lead-copy:before {
    display: none;
  }

  .custom-al .heading-lead-copy:after {
    content: "";
    position: absolute;
    top: 40%;
    right: -25px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 15px solid #fde9e6;
    z-index: 0;
  }

  .p-guide-app__item.app-main-img img,
  .p-guide-app__item.app-sub-img img {
    max-height: none;
  }

  .p-guide-app.col2,
  .p-guide-app.col3 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .p-guide-app.col2 .p-guide-app__item.app-main-img,
  .p-guide-app.col3 .p-guide-app__item.app-main-img {
    width: 200px;
  }

  .p-guide-app.col2-type1 .p-guide-app__item.app-sub-img {
    width: 160px;
    margin-left: 60px;
  }

  .p-guide-app.col3 .p-guide-app__item.app-main-img {
    width: 208px;
  }
}