@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500;800&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap);
/* line 3, ../../scss/foundation/_reset.scss */
/* html, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
} */

/* line 21, ../../scss/foundation/_reset.scss */
/* body {
  margin: 0;
  padding: 0;
}
 */
/* line 26, ../../scss/foundation/_reset.scss */
/* h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}
 */
/* line 31, ../../scss/foundation/_reset.scss */
/* img {
  border: none;
} */

/* line 35, ../../scss/foundation/_reset.scss */
/* ol, ul {
  list-style: none;
}
 */
/* line 40, ../../scss/foundation/_reset.scss */
/* article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
} */

/* line 45, ../../scss/foundation/_reset.scss */
/* figure {
  margin: 0;
}
 */
/* line 50, ../../scss/foundation/_reset.scss */
/* cite {
  font-style: normal;
} */

/* line 54, ../../scss/foundation/_reset.scss */
/* hr {
  border: none;
  width: 0;
} */

/* line 60, ../../scss/foundation/_reset.scss */
/* img {
  max-width: 100%;
  height: auto;
} */

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 17, ../../scss/foundation/_icon-font__icomoon.scss */
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 32, ../../scss/foundation/_icon-font__icomoon.scss */
.icon-menu-open:before {
  content: "\e900";
}

/* line 35, ../../scss/foundation/_icon-font__icomoon.scss */
.icon-menu-close:before {
  content: "\e901";
}

/* line 38, ../../scss/foundation/_icon-font__icomoon.scss */
.icon-regist:before {
  content: "\e902";
}

/* line 41, ../../scss/foundation/_icon-font__icomoon.scss */
.icon-login:before {
  content: "\e903";
}

/*
@font-face {
  font-family: 'M+ 1c light Subset';
  src: url('../fonts/mplus-1c-light-sub/mplus-1c-light-sub.eot');
  src: url('../fonts/mplus-1c-light-sub/mplus-1c-light-sub.eot?#iefix') format('embedded-opentype'),
  url('../fonts/mplus-1c-light-sub/mplus-1c-light-sub.woff') format('woff'),
  url('../fonts/mplus-1c-light-sub/mplus-1c-light-sub.ttf') format('truetype');
}
@font-face {
  font-family: 'M+ 1c bold Subset';
  src: url('../fonts/mplus-1c-bold-sub/mplus-1c-bold-sub.eot');
  src: url('../fonts/mplus-1c-bold-sub/mplus-1c-bold-sub.eot?#iefix') format('embedded-opentype'),
  url('../fonts/mplus-1c-bold-sub/mplus-1c-bold-sub.woff') format('woff'),
  url('../fonts/mplus-1c-bold-sub/mplus-1c-bold-sub.ttf') format('truetype');
}
*/
/* line 40, ../../scss/foundation/_config.scss */
body {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 14px;
  /* line-height: 1.2; */
  color: #232f3e;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  /* line 40, ../../scss/foundation/_config.scss */
  body {
    -webkit-text-size-adjust: 100%;
  }
}

/* line 53, ../../scss/foundation/_config.scss */
/* a:link {
  color: #232f3e;
  text-decoration: none;
} */
/* line 58, ../../scss/foundation/_config.scss */
/* a:hover {
  color: #232f3e;
  text-decoration: none;
} */
/* line 63, ../../scss/foundation/_config.scss */
/* a:visited {
  color: #232f3e;
  text-decoration: none;
} */

/* line 69, ../../scss/foundation/_config.scss */
/* * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
} */

/* M+フォントを使用した場合、brタグが視覚化されてしまうバグの対策 */
/* line 76, ../../scss/foundation/_config.scss */
/* br {
  color: transparent;
} */

/* line 1, ../../scss/layout/_common.scss */
.text__br--pc {
  display: block;
}

@media only screen and (min-width: 1280px) {
  /* line 5, ../../scss/layout/_common.scss */
  .text__br--sp {
    display: inline;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1279px) {
  /* line 5, ../../scss/layout/_common.scss */
  .text__br--sp {
    display: inline;
  }
}
@media only screen and (max-width: 640px) {
  /* line 5, ../../scss/layout/_common.scss */
  .text__br--sp {
    display: block;
  }
}

/* line 19, ../../scss/layout/_common.scss */
.scroll-down--left {
  position: absolute;
  bottom: 0;
  left: 5%;
}
@media only screen and (max-width: 640px) {
  /* line 24, ../../scss/layout/_common.scss */
  .scroll-down--left img {
    width: 18px;
    height: auto;
  }
}

/* line 32, ../../scss/layout/_common.scss */
.scroll-down--right {
  position: absolute;
  bottom: 0;
  right: 5%;
}
@media only screen and (max-width: 640px) {
  /* line 37, ../../scss/layout/_common.scss */
  .scroll-down--right img {
    width: 18px;
    height: auto;
  }
}

/* line 1, ../../scss/layout/_keyvisual.scss */
#ifcp-contents {
  background-color: #f9f6e4;
}

/* line 5, ../../scss/layout/_keyvisual.scss */
#ifcp-keyvisual {
  position: relative;
  width: 100%;
  background: url(../img/bcg_keyvisual_pc.jpg) no-repeat center top;
}
@media only screen and (min-width: 641px) and (max-width: 1279px) {
  /* line 5, ../../scss/layout/_keyvisual.scss */
  #ifcp-keyvisual {
    background-size: 1280px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 5, ../../scss/layout/_keyvisual.scss */
  #ifcp-keyvisual {
    background: url(../img/bcg_keyvisual_sp.jpg) no-repeat center top;
    background-size: 100%;
  }
}

/* line 20, ../../scss/layout/_keyvisual.scss */
.ifcp-keyvisual__container {
  position: relative;
  width: 1280px;
  height: 650px;
  margin: 0 auto;
}
@media only screen and (min-width: 641px) and (max-width: 1279px) {
  /* line 20, ../../scss/layout/_keyvisual.scss */
  .ifcp-keyvisual__container {
    width: 768px;
    height: 400px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 20, ../../scss/layout/_keyvisual.scss */
  .ifcp-keyvisual__container {
    width: 100%;
    height: 495px;
  }
}

/* line 37, ../../scss/layout/_keyvisual.scss */
.ifcp-keyvisual__title {
  position: absolute;
  width: 1200px;
  height: auto;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (min-width: 641px) and (max-width: 1279px) {
  /* line 37, ../../scss/layout/_keyvisual.scss */
  .ifcp-keyvisual__title {
    width: 768px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 37, ../../scss/layout/_keyvisual.scss */
  .ifcp-keyvisual__title {
    width: 100%;
    height: auto;
  }
}
/* line 56, ../../scss/layout/_keyvisual.scss */
.ifcp-keyvisual__title img {
  width: 100%;
  max-width: 1200px;
}
@media only screen and (max-width: 640px) {
  /* line 56, ../../scss/layout/_keyvisual.scss */
  .ifcp-keyvisual__title img {
    content: url(../img/keyvisual_title_2025_sp.png);
  }
}

/* line 66, ../../scss/layout/_keyvisual.scss */
.ifcp-keyvisual__read {
  position: absolute;
  width: 100%;
  max-width: 1200px;
  top: 150px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: "M PLUS 1p", sans-serif;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
}
@media only screen and (min-width: 641px) and (max-width: 1279px) {
  /* line 66, ../../scss/layout/_keyvisual.scss */
  .ifcp-keyvisual__read {
    top: 105px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 66, ../../scss/layout/_keyvisual.scss */
  .ifcp-keyvisual__read {
    top: 90px;
    font-size: 12px;
  }
}

/* line 92, ../../scss/layout/_keyvisual.scss */
.ifcp-keyvisual__period {
  display: block;
  font-weight: 800;
}

/* line 1, ../../scss/layout/_section-title.scss */
.ifcp-section-title {
  width: 900px;
  height: 69px;
  margin: 0 auto;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 28px;
  line-height: 2.1;
  font-weight: 800;
  text-align: center;
  color: #ffffff;
}
@media only screen and (min-width: 641px) and (max-width: 1279px) {
  /* line 1, ../../scss/layout/_section-title.scss */
  .ifcp-section-title {
    width: 720px;
    height: 55px;
    font-size: 24px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 1, ../../scss/layout/_section-title.scss */
  .ifcp-section-title {
    width: 320px;
    height: 32px;
    font-size: 12px;
  }
}
/* line 24, ../../scss/layout/_section-title.scss */
.ifcp-section-title .font-en {
  font-family: "Poppins", sans-serif;
  font-size: 36px;
}
@media only screen and (min-width: 641px) and (max-width: 1279px) {
  /* line 24, ../../scss/layout/_section-title.scss */
  .ifcp-section-title .font-en {
    font-size: 28px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 24, ../../scss/layout/_section-title.scss */
  .ifcp-section-title .font-en {
    font-size: 16px;
  }
}

/* line 38, ../../scss/layout/_section-title.scss */
.ifcp-section-title--common {
  background: url(../img/bcg_head_pc.png) no-repeat center center;
}
@media only screen and (min-width: 641px) and (max-width: 1279px) {
  /* line 38, ../../scss/layout/_section-title.scss */
  .ifcp-section-title--common {
    background-size: 720px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 38, ../../scss/layout/_section-title.scss */
  .ifcp-section-title--common {
    background: url(../img/bcg_head_sp.png) no-repeat center center;
    background-size: 320px;
  }
}

/* line 51, ../../scss/layout/_section-title.scss */
.ifcp-section-title--line {
  background: url(../img/bcg_line_head_pc.png) no-repeat center center;
}
@media only screen and (min-width: 641px) and (max-width: 1279px) {
  /* line 51, ../../scss/layout/_section-title.scss */
  .ifcp-section-title--line {
    background-size: 720px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 51, ../../scss/layout/_section-title.scss */
  .ifcp-section-title--line {
    background: url(../img/bcg_line_head_sp.png) no-repeat center center;
    background-size: 320px;
  }
}

/* line 64, ../../scss/layout/_section-title.scss */
.ifcp-section-title--mail {
  background: url(../img/bcg_mail_head_pc.png) no-repeat center center;
}
@media only screen and (min-width: 641px) and (max-width: 1279px) {
  /* line 64, ../../scss/layout/_section-title.scss */
  .ifcp-section-title--mail {
    background-size: 720px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 64, ../../scss/layout/_section-title.scss */
  .ifcp-section-title--mail {
    background: url(../img/bcg_mail_head_sp.png) no-repeat center center;
    background-size: 320px;
  }
}

/* line 77, ../../scss/layout/_section-title.scss */
.ifcp-section-title--qr {
  background: url(../img/bcg_qr_head_pc.png) no-repeat center center;
}
@media only screen and (min-width: 641px) and (max-width: 1279px) {
  /* line 77, ../../scss/layout/_section-title.scss */
  .ifcp-section-title--qr {
    background-size: 720px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 77, ../../scss/layout/_section-title.scss */
  .ifcp-section-title--qr {
    background: url(../img/bcg_qr_head_sp.png) no-repeat center center;
    background-size: 320px;
  }
}

/* line 1, ../../scss/layout/_menu.scss */
#ifcp-cp-menu {
  position: relative;
  width: 100%;
}

/* line 6, ../../scss/layout/_menu.scss */
.ifcp-cp-menu__container {
  position: relative;
  width: 1280px;
  margin: 25px auto 0;
}
@media only screen and (min-width: 641px) and (max-width: 1279px) {
  /* line 6, ../../scss/layout/_menu.scss */
  .ifcp-cp-menu__container {
    width: 768px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 6, ../../scss/layout/_menu.scss */
  .ifcp-cp-menu__container {
    width: 100%;
  }
}

/* line 20, ../../scss/layout/_menu.scss */
.ifcp-cp-menu__read {
  width: 100%;
  margin-top: 25px;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 500;
  color: #232f3e;
  text-align: center;
}
@media only screen and (min-width: 641px) and (max-width: 1279px) {
  /* line 20, ../../scss/layout/_menu.scss */
  .ifcp-cp-menu__read {
    font-size: 20px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 20, ../../scss/layout/_menu.scss */
  .ifcp-cp-menu__read {
    margin-top: 10px;
    font-size: 12.5px;
  }
}

/* line 40, ../../scss/layout/_menu.scss */
.ifcp-cp-menu {
  width: 900px;
  margin: 25px auto 50px;
}
@media only screen and (min-width: 641px) and (max-width: 1279px) {
  /* line 40, ../../scss/layout/_menu.scss */
  .ifcp-cp-menu {
    width: 720px;
    margin: 20px auto;
  }
}
@media only screen and (max-width: 640px) {
  /* line 40, ../../scss/layout/_menu.scss */
  .ifcp-cp-menu {
    width: 320px;
    margin: 10px auto;
  }
}
/* line 54, ../../scss/layout/_menu.scss */
.ifcp-cp-menu li {
  display: inline-block;
  width: 280px;
  height: 150px;
  padding: 25px 0 0 115px;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 28px;
  line-height: 1.1;
  font-weight: 800;
  color: #ffffff;
  cursor: pointer;
}
@media only screen and (min-width: 641px) and (max-width: 1279px) {
  /* line 54, ../../scss/layout/_menu.scss */
  .ifcp-cp-menu li {
    width: 230px;
    height: 123px;
    padding: 17.5px 0 0 95px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 54, ../../scss/layout/_menu.scss */
  .ifcp-cp-menu li {
    width: 100px;
    height: 54px;
    padding: 10px 0 0 45px;
    font-size: 10px;
  }
}
/* line 80, ../../scss/layout/_menu.scss */
.ifcp-cp-menu li .font-en {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 700;
}
@media only screen and (max-width: 640px) {
  /* line 80, ../../scss/layout/_menu.scss */
  .ifcp-cp-menu li .font-en {
    font-size: 16px;
  }
}
/* line 92, ../../scss/layout/_menu.scss */
.ifcp-cp-menu li:hover {
  opacity: 0.9;
}
/* line 96, ../../scss/layout/_menu.scss */
.ifcp-cp-menu .ifcp-cp-menu__li--1 {
  background: url(../img/button_line.png) no-repeat center center;
  background-size: 280px;
  margin-right: 25px;
}
@media only screen and (min-width: 641px) and (max-width: 1279px) {
  /* line 96, ../../scss/layout/_menu.scss */
  .ifcp-cp-menu .ifcp-cp-menu__li--1 {
    background-size: 230px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 96, ../../scss/layout/_menu.scss */
  .ifcp-cp-menu .ifcp-cp-menu__li--1 {
    background-size: 100px;
    margin-right: 5px;
  }
}
/* line 112, ../../scss/layout/_menu.scss */
.ifcp-cp-menu .ifcp-cp-menu__li--2 {
  background: url(../img/button_mail.png) no-repeat center center;
  background-size: 280px;
  margin-right: 25px;
}
@media only screen and (min-width: 641px) and (max-width: 1279px) {
  /* line 112, ../../scss/layout/_menu.scss */
  .ifcp-cp-menu .ifcp-cp-menu__li--2 {
    background-size: 230px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 112, ../../scss/layout/_menu.scss */
  .ifcp-cp-menu .ifcp-cp-menu__li--2 {
    background-size: 100px;
    margin-right: 5px;
  }
}
/* line 128, ../../scss/layout/_menu.scss */
.ifcp-cp-menu .ifcp-cp-menu__li--3 {
  background: url(../img/button_qr.png) no-repeat center center;
  background-size: 280px;
}
@media only screen and (min-width: 641px) and (max-width: 1279px) {
  /* line 128, ../../scss/layout/_menu.scss */
  .ifcp-cp-menu .ifcp-cp-menu__li--3 {
    background-size: 230px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 128, ../../scss/layout/_menu.scss */
  .ifcp-cp-menu .ifcp-cp-menu__li--3 {
    background-size: 100px;
  }
}

/* line 1, ../../scss/layout/_how-to.scss */
#ifcp-how-to {
  position: relative;
  width: 100%;
}

/* line 6, ../../scss/layout/_how-to.scss */
.ifcp-how-to__container {
  position: relative;
  width: 900px;
  margin: 50px auto 0;
}
@media only screen and (min-width: 641px) and (max-width: 1279px) {
  /* line 6, ../../scss/layout/_how-to.scss */
  .ifcp-how-to__container {
    width: 720px;
    margin: 25px auto 0;
  }
}
@media only screen and (max-width: 640px) {
  /* line 6, ../../scss/layout/_how-to.scss */
  .ifcp-how-to__container {
    width: 100%;
    margin: 25px auto 0;
  }
}

/* line 22, ../../scss/layout/_how-to.scss */
.ifcp-how-to__step {
  display: inline-block;
  width: 410px;
  height: 435px;
  margin: 25px auto;
  padding: 25px;
  vertical-align: top;
}
@media only screen and (min-width: 641px) and (max-width: 1279px) {
  /* line 22, ../../scss/layout/_how-to.scss */
  .ifcp-how-to__step {
    width: 328px;
    height: 348px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 22, ../../scss/layout/_how-to.scss */
  .ifcp-how-to__step {
    display: block;
    width: 320px;
    height: auto;
    min-height: 185px;
    margin: 15px auto;
    padding: 27px 0;
  }
}

/* line 45, ../../scss/layout/_how-to.scss */
.ifcp-how-to-line__step1 {
  background: url(../img/bcg_line_step1_pc.png) no-repeat center top;
  background-size: 410px;
}
@media only screen and (min-width: 641px) and (max-width: 1279px) {
  /* line 45, ../../scss/layout/_how-to.scss */
  .ifcp-how-to-line__step1 {
    background-size: 328px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 45, ../../scss/layout/_how-to.scss */
  .ifcp-how-to-line__step1 {
    background: url(../img/bcg_line_step1_sp.png) no-repeat center top;
    background-size: 320px;
  }
}

/* line 59, ../../scss/layout/_how-to.scss */
.ifcp-how-to-line__step2 {
  background: url(../img/bcg_line_step2_pc.png) no-repeat center top;
  background-size: 410px;
}
@media only screen and (min-width: 641px) and (max-width: 1279px) {
  /* line 59, ../../scss/layout/_how-to.scss */
  .ifcp-how-to-line__step2 {
    background-size: 328px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 59, ../../scss/layout/_how-to.scss */
  .ifcp-how-to-line__step2 {
    background: url(../img/bcg_line_step2_sp.png) no-repeat center top;
    background-size: 320px;
  }
}

/* line 73, ../../scss/layout/_how-to.scss */
.ifcp-how-to-mail__step1 {
  background: url(../img/bcg_mail_step1_pc.png) no-repeat center top;
  background-size: 410px;
}
@media only screen and (min-width: 641px) and (max-width: 1279px) {
  /* line 73, ../../scss/layout/_how-to.scss */
  .ifcp-how-to-mail__step1 {
    background-size: 328px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 73, ../../scss/layout/_how-to.scss */
  .ifcp-how-to-mail__step1 {
    background: url(../img/bcg_mail_step1_sp.png) no-repeat center top;
    background-size: 320px;
  }
}

/* line 87, ../../scss/layout/_how-to.scss */
.ifcp-how-to-mail__step2 {
  background: url(../img/bcg_mail_step2_pc.png) no-repeat center top;
  background-size: 410px;
}
@media only screen and (min-width: 641px) and (max-width: 1279px) {
  /* line 87, ../../scss/layout/_how-to.scss */
  .ifcp-how-to-mail__step2 {
    background-size: 328px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 87, ../../scss/layout/_how-to.scss */
  .ifcp-how-to-mail__step2 {
    background: url(../img/bcg_mail_step2_sp.png) no-repeat center top;
    background-size: 320px;
  }
}

/* line 101, ../../scss/layout/_how-to.scss */
.ifcp-how-to-qr__step1 {
  background: url(../img/bcg_qr_step1_pc.png) no-repeat center top;
  background-size: 410px;
}
@media only screen and (min-width: 641px) and (max-width: 1279px) {
  /* line 101, ../../scss/layout/_how-to.scss */
  .ifcp-how-to-qr__step1 {
    background-size: 328px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 101, ../../scss/layout/_how-to.scss */
  .ifcp-how-to-qr__step1 {
    background: url(../img/bcg_qr_step1_sp.png) no-repeat center top;
    background-size: 320px;
  }
}

/* line 115, ../../scss/layout/_how-to.scss */
.ifcp-how-to-qr__step2 {
  background: url(../img/bcg_qr_step2_pc.png) no-repeat center top;
  background-size: 410px;
}
@media only screen and (min-width: 641px) and (max-width: 1279px) {
  /* line 115, ../../scss/layout/_how-to.scss */
  .ifcp-how-to-qr__step2 {
    background-size: 328px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 115, ../../scss/layout/_how-to.scss */
  .ifcp-how-to-qr__step2 {
    background: url(../img/bcg_qr_step2_sp.png) no-repeat center top;
    background-size: 320px;
  }
}

/* line 129, ../../scss/layout/_how-to.scss */
.ifcp-how-to__allow {
  display: inline-block;
  width: 70px;
  height: 435px;
  margin: 25px auto;
  text-align: center;
}
@media only screen and (min-width: 641px) and (max-width: 1279px) {
  /* line 129, ../../scss/layout/_how-to.scss */
  .ifcp-how-to__allow {
    width: 54px;
    height: 348px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 129, ../../scss/layout/_how-to.scss */
  .ifcp-how-to__allow {
    display: block;
    width: 320px;
    height: 35px;
    margin: -30px auto;
  }
}
/* line 148, ../../scss/layout/_how-to.scss */
.ifcp-how-to__allow img {
  margin-top: 215px;
}
@media only screen and (min-width: 641px) and (max-width: 1279px) {
  /* line 148, ../../scss/layout/_how-to.scss */
  .ifcp-how-to__allow img {
    margin-top: 175px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 148, ../../scss/layout/_how-to.scss */
  .ifcp-how-to__allow img {
    margin-top: 0;
    transform: rotate(90deg);
  }
}

/* line 162, ../../scss/layout/_how-to.scss */
.ifcp-how-to__step__title {
  padding: 50px 0 50px 100px;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 800;
  color: #ffffff;
}
@media only screen and (min-width: 641px) and (max-width: 1279px) {
  /* line 162, ../../scss/layout/_how-to.scss */
  .ifcp-how-to__step__title {
    padding: 35px 0 35px 75px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 162, ../../scss/layout/_how-to.scss */
  .ifcp-how-to__step__title {
    font-size: 14px;
    padding: 15px 30px 15px 60px;
  }
}

/* line 181, ../../scss/layout/_how-to.scss */
.ifcp-how-to__step__dl {
  margin: 15px 0;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  color: #ffffff;
}
@media only screen and (min-width: 641px) and (max-width: 1279px) {
  /* line 181, ../../scss/layout/_how-to.scss */
  .ifcp-how-to__step__dl {
    margin: 10px 0;
    font-size: 16px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 181, ../../scss/layout/_how-to.scss */
  .ifcp-how-to__step__dl {
    margin: 0;
    font-size: 12.5px;
  }
}
/* line 199, ../../scss/layout/_how-to.scss */
.ifcp-how-to__step__dl dt {
  width: 25px;
  margin-left: 25px;
  float: left;
}
@media only screen and (min-width: 641px) and (max-width: 1279px) {
  /* line 199, ../../scss/layout/_how-to.scss */
  .ifcp-how-to__step__dl dt {
    width: 15px;
    margin-left: 15px;
  }
}
/* line 210, ../../scss/layout/_how-to.scss */
.ifcp-how-to__step__dl dd {
  margin-left: 50px;
}
@media only screen and (max-width: 640px) {
  /* line 210, ../../scss/layout/_how-to.scss */
  .ifcp-how-to__step__dl dd {
    margin-right: 25px;
  }
}

/* line 219, ../../scss/layout/_how-to.scss */
.ifcp-how-to__step__mypage {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 800;
  color: #ffffff;
  text-align: center;
}
@media only screen and (min-width: 641px) and (max-width: 1279px) {
  /* line 219, ../../scss/layout/_how-to.scss */
  .ifcp-how-to__step__mypage {
    width: 150px;
    margin: 10px auto !important;
    font-size: 12px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 219, ../../scss/layout/_how-to.scss */
  .ifcp-how-to__step__mypage {
    width: 125px;
    margin: 10px auto !important;
    font-size: 10px;
  }
}
/* line 239, ../../scss/layout/_how-to.scss */
.ifcp-how-to__step__mypage img {
  margin-top: 5px;
}
@media only screen and (min-width: 641px) and (max-width: 1279px) {
  /* line 239, ../../scss/layout/_how-to.scss */
  .ifcp-how-to__step__mypage img {
    width: 150px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 239, ../../scss/layout/_how-to.scss */
  .ifcp-how-to__step__mypage img {
    width: 125px;
  }
}
/* line 251, ../../scss/layout/_how-to.scss */
.ifcp-how-to__step__mypage a img:hover {
  opacity: 1.0 !important;
}

/* line 256, ../../scss/layout/_how-to.scss */
.ifcp-how-to__step__text {
  margin: 75px 25px 0 !important;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  color: #ffffff;
}
@media only screen and (min-width: 641px) and (max-width: 1279px) {
  /* line 256, ../../scss/layout/_how-to.scss */
  .ifcp-how-to__step__text {
    margin: 55px 15px 0 !important;
    font-size: 18px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 256, ../../scss/layout/_how-to.scss */
  .ifcp-how-to__step__text {
    margin: 15px 25px !important;
    font-size: 14px;
  }
}

/* line 275, ../../scss/layout/_how-to.scss */
.ifcp-how-to__present {
  display: block;
  width: 900px;
  height: 130px;
  margin: 0 auto;
  padding: 15px 125px;
}
@media only screen and (min-width: 641px) and (max-width: 1279px) {
  /* line 275, ../../scss/layout/_how-to.scss */
  .ifcp-how-to__present {
    width: 720px;
    height: 104px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 275, ../../scss/layout/_how-to.scss */
  .ifcp-how-to__present {
    width: 320px;
    height: 125px;
    padding: 10px 0;
  }
}

/* line 294, ../../scss/layout/_how-to.scss */
.ifcp-how-to__present__text {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  color: #ffffff;
  margin: 0 !important;
}
@media only screen and (min-width: 641px) and (max-width: 1279px) {
  /* line 294, ../../scss/layout/_how-to.scss */
  .ifcp-how-to__present__text {
    font-size: 14px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 294, ../../scss/layout/_how-to.scss */
  .ifcp-how-to__present__text {
    font-size: 10px;
    padding: 0 0 0 65px;
  }
}

/* line 312, ../../scss/layout/_how-to.scss */
.ifcp-how-to__present__title {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 26px;
  line-height: 1.6;
  font-weight: 800;
  color: #ffffff;
}
@media only screen and (min-width: 641px) and (max-width: 1279px) {
  /* line 312, ../../scss/layout/_how-to.scss */
  .ifcp-how-to__present__title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 312, ../../scss/layout/_how-to.scss */
  .ifcp-how-to__present__title {
    font-size: 12.5px;
    padding: 0 0 0 65px;
  }
}

/* line 329, ../../scss/layout/_how-to.scss */
.ifcp-how-to__present__note {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 500;
  color: #ffffff;
}
@media only screen and (max-width: 640px) {
  /* line 329, ../../scss/layout/_how-to.scss */
  .ifcp-how-to__present__note {
    font-size: 9px;
    line-height: 1.2;
    margin: 5px 25px 0 !important;
  }
}

/* line 343, ../../scss/layout/_how-to.scss */
.ifcp-how-to-line__present {
  background: url(../img/bcg_line_present_pc.png) no-repeat center top;
  background-size: 900px;
}
@media only screen and (min-width: 641px) and (max-width: 1279px) {
  /* line 343, ../../scss/layout/_how-to.scss */
  .ifcp-how-to-line__present {
    background-size: 720px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 343, ../../scss/layout/_how-to.scss */
  .ifcp-how-to-line__present {
    background: url(../img/bcg_line_present_sp.png) no-repeat center top;
    background-size: 320px;
  }
}

/* line 357, ../../scss/layout/_how-to.scss */
.ifcp-how-to-mail__present {
  background: url(../img/bcg_mail_present_pc.png) no-repeat center top;
  background-size: 900px;
}
@media only screen and (min-width: 641px) and (max-width: 1279px) {
  /* line 357, ../../scss/layout/_how-to.scss */
  .ifcp-how-to-mail__present {
    background-size: 720px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 357, ../../scss/layout/_how-to.scss */
  .ifcp-how-to-mail__present {
    background: url(../img/bcg_mail_present_sp.png) no-repeat center top;
    background-size: 320px;
  }
}

/* line 371, ../../scss/layout/_how-to.scss */
.ifcp-how-to-qr__present {
  background: url(../img/bcg_qr_present_pc.png) no-repeat center top;
  background-size: 900px;
}
@media only screen and (min-width: 641px) and (max-width: 1279px) {
  /* line 371, ../../scss/layout/_how-to.scss */
  .ifcp-how-to-qr__present {
    background-size: 720px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 371, ../../scss/layout/_how-to.scss */
  .ifcp-how-to-qr__present {
    background: url(../img/bcg_qr_present_sp.png) no-repeat center top;
    background-size: 320px;
  }
}

/* line 1, ../../scss/layout/_terms.scss */
#ifcp-terms {
  position: relative;
  width: 100%;
  padding-bottom: 100px;
}

/* line 7, ../../scss/layout/_terms.scss */
.ifcp-terms__container {
  position: relative;
  width: 900px;
  margin: 50px auto;
}
@media only screen and (min-width: 641px) and (max-width: 1279px) {
  /* line 7, ../../scss/layout/_terms.scss */
  .ifcp-terms__container {
    width: 768px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 7, ../../scss/layout/_terms.scss */
  .ifcp-terms__container {
    width: 100%;
  }
}

/* line 21, ../../scss/layout/_terms.scss */
.ifcp-terms__text {
  width: 100%;
  background-color: #ffffff;
  border-radius: 25px;
  margin: 25px 0;
  padding: 25px 50px;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
}
@media only screen and (min-width: 641px) and (max-width: 1279px) {
  /* line 21, ../../scss/layout/_terms.scss */
  .ifcp-terms__text {
    width: 720px;
    margin: 25px auto;
    padding: 25px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 21, ../../scss/layout/_terms.scss */
  .ifcp-terms__text {
    height: 350px;
    border-radius: 10px;
    overflow-y: scroll;
    width: 320px;
    margin: 25px auto;
    padding: 15px;
    font-size: 14px;
  }
}

/* line 50, ../../scss/layout/_terms.scss */
.ifcp-terms__text--h3 {
  margin-top: 25px;
  font-size: 20px;
  font-weight: 800;
  color: #f8991d;
}
@media only screen and (min-width: 641px) and (max-width: 1279px) {
  /* line 50, ../../scss/layout/_terms.scss */
  .ifcp-terms__text--h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 640px) {
  /* line 50, ../../scss/layout/_terms.scss */
  .ifcp-terms__text--h3 {
    font-size: 16px;
  }
}

/* line 65, ../../scss/layout/_terms.scss */
.ifcp-terms__text--h4 {
  margin-top: 10px;
  font-size: 18px;
}
@media only screen and (max-width: 640px) {
  /* line 65, ../../scss/layout/_terms.scss */
  .ifcp-terms__text--h4 {
    font-size: 14px;
  }
}

/* line 74, ../../scss/layout/_terms.scss */
.ifcp-terms__text--ul {
  margin: 0 30px;
}
@media only screen and (max-width: 640px) {
  /* line 74, ../../scss/layout/_terms.scss */
  .ifcp-terms__text--ul {
    margin: 0 25px;
  }
}
/* line 81, ../../scss/layout/_terms.scss */
.ifcp-terms__text--ul li {
  list-style-type: disc;
}

/* line 86, ../../scss/layout/_terms.scss */
.ifcp-terms__inquiry {
  width: 100%;
  margin-top: 50px;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  /* line 86, ../../scss/layout/_terms.scss */
  .ifcp-terms__inquiry {
    width: 720px;
    margin: 50px auto;
  }
}
@media only screen and (max-width: 640px) {
  /* line 86, ../../scss/layout/_terms.scss */
  .ifcp-terms__inquiry {
    width: 320px;
    margin: 50px auto;
  }
}
