@charset "UTF-8";
/*----------------------------------------
Reset  Default Styles
----------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  font-size: inherit;
  vertical-align: baseline;
}

i, em {
  font-style: normal;
}

small {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

main, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, li {
  list-style: none;
}

th, td {
  vertical-align: middle;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: inherit;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

ul, dl, ol {
  text-indent: 0;
}

li {
  list-style: none;
}

img {
  border: 0;
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #282828;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

button,
input {
  line-height: normal;
}

input,
textarea {
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  /* Removing the inner shadow, rounded corners on iOS inputs */
  padding: 4px 8px;
  border: 1px solid #282828;
  background: #fff;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

em, i {
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  word-wrap: break-word;
  font-size: 62.5%;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 640px) {
  html {
    font-size: 40%;
  }
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 100%;
  line-height: 1.5;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  display: block;
}

a:hover {
  opacity: 0.8;
}

button, a {
  outline: none;
}

/*-------------------------------
l-header
-------------------------------*/
.l-header {
  max-width: 1000px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

/*-------------------------------
l-main
-------------------------------*/
.l-main {
  max-width: 1000px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.campaign {
  padding-top: 1%;
  margin-bottom: 1%;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .campaign {
    margin-bottom: 4%;
  }
}

.campaign img {
  width: 74.5%;
}

@media only screen and (max-width: 640px) {
  .campaign img {
    width: 92%;
  }
}

.l-application {
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .l-application {
    padding-top: 4%;
    margin: 0 7% 11%;
  }
}

.l-application p > img {
  max-width: 480px;
  width: auto;
  height: auto;
}

@media only screen and (max-width: 640px) {
  .l-application p > img {
    max-width: none;
    width: 100%;
  }
}

.l-application > h2 {
  margin: 15px auto 2.5%;
}

@media only screen and (max-width: 640px) {
  .l-application > h2 {
    margin: 4% auto 11%;
  }
}

.l-application > h2 img {
  max-width: 351px;
  width: auto;
  height: auto;
}

@media only screen and (max-width: 640px) {
  .l-application > h2 img {
    max-width: none;
    width: 100%;
  }
}

.l-content--point {
  margin-top: 5%;
  padding-top: 2%;
  padding-bottom: 5%;
  background-color: #fffff0;
}

@media only screen and (max-width: 640px) {
  .l-content--point {
    padding-bottom: 5.7%;
  }
}

.l-content--point ol li {
  margin: auto;
}

@media only screen and (max-width: 640px) {
  .l-content--point ol li {
    max-width: 640px;
  }
}

.l-content--flow {
  max-width: 860px;
  width: auto;
  margin: auto;
  padding: 0 15px;
}

@media only screen and (max-width: 640px) {
  .l-content--flow {
    max-width: none;
    margin: 0 7%;
    padding: 0;
  }
}

.l-content--flow h2 {
  padding: 8% 0 5%;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .l-content--flow h2 {
    padding: 15.6% 0 7.8%;
  }
}

.l-content--flow h2 img {
  max-width: 565px;
  height: auto;
}

@media only screen and (max-width: 640px) {
  .l-content--flow h2 img {
    max-width: 483px;
  }
}

.l-content--flow ol {
  display: none;
  border-right: solid 3px #ff7222;
  border-bottom: solid 3px #ff7222;
  border-left: solid 3px #ff7222;
  border-radius: 0 0 20px 20px;
}

@media only screen and (max-width: 640px) {
  .l-content--flow ol {
    border-radius: 0 0 10px 10px;
  }
}

.l-content--flow ol.is-active {
  display: block;
}

@media only screen and (max-width: 640px) {
  .l-content--flow ol img {
    max-width: 543px;
  }
}

.l-content--flow .button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 768px) {
  .l-content--flow .button-wrapper {
    position: relative;
    top: 2px;
  }
}

.l-content--flow .button-wrapper button {
  width: 50%;
  height: 60px;
  background-color: #e6e6e6;
  border-bottom: #ff7222;
  border: none;
}

@media only screen and (max-width: 768px) {
  .l-content--flow .button-wrapper button {
    height: auto;
  }
}

.l-content--flow .button-wrapper button.is-active {
  background-color: #ff7222;
}

.l-content--flow .button-wrapper button.flowtab_web {
  border-radius: 20px 0 0 0;
}

@media only screen and (max-width: 768px) {
  .l-content--flow .button-wrapper button.flowtab_web {
    border-radius: 10px 0 0 0;
  }
}

.l-content--flow .button-wrapper button.flowtab_web img {
  width: 139px;
  height: auto;
}

@media only screen and (max-width: 768px) {
  .l-content--flow .button-wrapper button.flowtab_web img {
    width: 50%;
    padding: 6.5% 0;
  }
}

.l-content--flow .button-wrapper button.flowtab_store {
  border-radius: 0 20px 0 0;
}

@media only screen and (max-width: 768px) {
  .l-content--flow .button-wrapper button.flowtab_store {
    border-radius: 0 10px 0 0;
  }
}

.l-content--flow .button-wrapper button.flowtab_store img {
  width: 135px;
  height: auto;
}

@media only screen and (max-width: 768px) {
  .l-content--flow .button-wrapper button.flowtab_store img {
    width: 49%;
    padding: 6.5% 0;
  }
}

.l-content--description {
  max-width: 860px;
  width: auto;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 640px) {
  .l-content--description {
    width: auto;
    margin: 0 7%;
    padding: 0;
  }
}

.l-content--description h2 {
  margin: 9% auto 4%;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .l-content--description h2 {
    margin: 60px auto 20px;
  }
}

.l-content--description h2 img {
  max-width: 158px;
  width: auto;
  height: auto;
}

@media only screen and (max-width: 640px) {
  .l-content--description h2 img {
    max-width: none;
    height: 19px;
    margin: 0 auto;
  }
}

.l-content--description dl {
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 640px) {
  .l-content--description dl {
    display: block;
  }
}

.l-content--description dl:nth-child(even) {
  background-color: #ffeade;
}

@media only screen and (max-width: 640px) {
  .l-content--description dl:nth-child(even) {
    background-color: inherit;
  }
}

.l-content--description dl:nth-child(odd) {
  background-color: #fff8f4;
}

@media only screen and (max-width: 640px) {
  .l-content--description dl:nth-child(odd) {
    background-color: inherit;
  }
}

.l-content--description dl dt, .l-content--description dl dd {
  font-size: 2.5rem;
  line-height: 1.6;
}

.l-content--description dl dt {
  padding: 20px 5px;
  width: 24%;
  text-align: center;
  font-weight: 700;
}

@media only screen and (max-width: 640px) {
  .l-content--description dl dt {
    width: 100%;
    padding: 10px 5px;
    background-color: #ffeade;
  }
}

.l-content--description dl dt .only-pc {
  display: block;
}

@media only screen and (max-width: 640px) {
  .l-content--description dl dt .only-pc {
    display: none;
  }
}

.l-content--description dl dt .note {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
}

@media only screen and (max-width: 640px) {
  .l-content--description dl dt .note {
    display: inline-block;
  }
}

.l-content--description dl dd {
  padding: 20px;
  width: 76%;
  border-left: solid 2px #fff;
  text-align: justify;
    font-feature-settings: "palt";
    letter-spacing: 0.03em;
}

@media only screen and (max-width: 640px) {
  .l-content--description dl dd {
    width: 100%;
    padding: 20px 0;
  }
}

.l-content--description dl dd .nowrap {
  white-space: nowrap;
}

.l-content--description dl .note {
  display: block;
  font-size: 2rem;
  text-indent: -2rem;
  padding-left: 2rem;
}

/*2023/10/27追記 */
@media only screen and (max-width: 640px) {
    .l-content--description dl .note {
    text-indent: -1.5rem;
    padding-left: 1.5rem;
  }
}




.l-content--description dl .noteorange {
    display: block;
    font-size: 2rem;
    text-indent: -2rem;
    padding-left: 2rem;
    color: #ff7222;
}

.l-content--description dl .noteorangeunder {
    display: block;
    font-size: 2rem;
    text-indent: -2rem;
    padding-left: 2rem;
    color: #ff7222;
    padding-bottom: 1.3rem;
}

@media only screen and (max-width: 640px) {
  .l-content--description dl .noteorangeunder{
    display: block;
    font-size: 2rem;
    text-indent: -1.5rem;
    padding-left: 1.5rem;
    color: #ff7222;
    padding-bottom: 1.3rem;
  }
}


.l-content--description dl .noteunder {
    display: block;
    font-size: 2rem;
    text-indent: -2rem;
    padding-left: 2rem;
    padding-bottom: 1.3rem;
}

  .l-content--description dl .noteunder--noindent {
      display: block;
      font-size: 2rem !important;
/*      padding-left: 2rem;*/
      padding-bottom: 1.3rem;
  }
}

/* 2023/10/27追記 */
.l-content--description dl .cptext--tcblack {
    display: block;
    font-size: 2.7rem;
    color: #000;
}

.l-content--description dl .cptext {
    display: block;
/*    font-size: 2.8rem;*/
/* reformにフォントサイズ合わせ */
    font-size: 2.7rem;
/*    font-weight: 700;*/
    color: #ff7222;
    letter-spacing: -1px;
}


.l-content--description dl li {
  text-indent: -2.3rem;
  padding-left: 2.3rem;
}

.l-content--description dl li + li {
  padding-top: 1rem;
}

.l-content--description dl li.letter-spacing-s {
/*  letter-spacing: -0.05em;*/
/* 詰まりすぎなので字送り緩和 */
  letter-spacing: -0.03em;
}

.l-content--description dl li.no-indent {
  text-indent: 0;
  padding-left: 0;
}

@media only screen and (max-width: 640px) {
  .l-content--description dl li.no-indent {
    padding-left: 1rem;
  }
}

.l-content--description dl li.no-indent {
  text-indent: -0.7em;
}

/*2023/10/27追記*/
.l-content--description dl .indent-plane{
  padding-left: 0;
  text-indent: 0;
}


.l-content--consider {
  max-width: 860px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px 60px;
}

@media only screen and (max-width: 640px) {
  .l-content--consider {
    max-width: 550px;
    width: auto;
    margin: 0 auto;
    padding: 0 15px 20px;
  }
}

.l-content--consider h2 {
  padding: 40px 0 25px;
  text-align: center;
  font-size: 2.5rem;
}

@media only screen and (max-width: 768px) {
  .l-content--consider h2 {
    padding: 20px 0;
  }
}

.l-content--consider h2 span {
  display: inline-block;
  padding: 10px 34px;
  background-color: #f2f2f2;
}

.l-content--consider ol li {
  font-size: 2rem;
  line-height: 1.35;
  text-indent: -1.7rem;
  padding-left: 1.7rem;
  letter-spacing: -0.05rem;
}

.l-content--consider ol li + li {
  padding-top: 1rem;
}

.l-content--contact {
  padding: 30px 15px 0;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .l-content--contact {
    padding: 4.68% 0;
    margin: 0 7%;
  }
}

.l-content--contact a {
  display: block;
  width: 100%;
  height: 100%;
}

.l-content--contact a img {
  max-width: 650px;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 640px) {
  .l-content--contact a img {
    max-width: 551px;
  }
}

.hr {
  display: block;
  width: 100%;
  height: 5px;
  background-color: #f7f7f7;
}

@media screen and (min-width: 768px){	
  .br-sp { display:none; }
}
@media screen and (max-width: 768px){	
  .br-sp { display:block; }
}

/*-------------------------------
l-footer
-------------------------------*/
.l-footer {
  max-width: 670px;
  width: auto;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 640px) {
  .l-footer {
    max-width: 580px;
  }
}

.l-footer__date {
  font-size: 1.4rem;
  text-align: right;
}

@media only screen and (max-width: 640px) {
  .l-footer__date {
    font-size: 14px;
  }
}

.l-footer__logo {
  width: 131px;
  height: 32px;
  margin: 40px auto;
}

.l-footer__copyright {
  text-align: center;
  font-size: 1rem;
}

@media only screen and (max-width: 640px) {
  .l-footer__copyright {
    font-size: 10px;
  }
}

.footerlink{
    padding-top: 50px;
    max-width: 90%;
    margin: auto;
    display: block;
}

/*toTop*/
.toTop {
  position: fixed;
  z-index: 1000;
  right: 0;
  cursor: pointer;
  bottom: 130px;
  width: 55px;
}
/*# sourceMappingURL=style.css.map */