@charset "UTF-8";
/*リセットCSS ここから*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  /* scroll-behavior: smooth; */ }

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; }

img {
  border: none;
  vertical-align: bottom; }

ul,
ol {
  list-style-type: none; }

input,
textarea {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a:focus {
  outline: none; }

.cf:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.cf {
  min-height: 1px; }

* html .cf {
  height: 1px; }

/*リセットCSS ここまで*/
/*変数*/
:root {
  --link: #ff0000;
  --color-red: #cc0033;
  --color-blue: #3691e7;
  --color-yellow: #ffe400;
  --color-green: #4fbfc0;
  --color-darkgray: #111;
  --color-gray: #3c3c3c;
  --color-lightgray: #f7f7f7;
  --color-cream: #f5f4f2;
  --bg-img: url(/common/img/common/bg-red.png);
  --bg-ptn: url(/common/img/common/bg-ptn.png); }

html {
  font-size: 62.5%; }

body {
  border-top: 3px solid var(--color-red);
  background-color: #f7f6f5;
  /*background: var(--bg-ptn);*/
  color: var(--color-gray);
  font-size: 1.4rem;
  letter-spacing: 0.03rem;
  line-height: 1; }

@media (min-width: 1080px) {
  body {
    border-top: 0;
    font-size: 1.6rem; } }
img {
  max-width: 100%;
  height: auto; }

a {
  color: var(--color-gray); }

a:hover {
  color: var(--link); }

p {
  line-height: 1.9;
  margin-bottom: 2rem; }

@media (min-width: 1080px) {
  p {
    line-height: 2.2;
    margin-bottom: 3.5rem; } }
.contents-body > p {
  text-align: justify;
  letter-spacing: 0.03rem;
  margin-right: 1.5rem;
  margin-left: 1.5rem; }

@media (min-width: 1080px) {
  .contents-body > p {
    margin-right: 3rem;
    margin-left: 3rem; } }
.contents-body #faq > p {
  text-align: justify;
  letter-spacing: 0.03rem;
  margin-right: 1.5rem;
  margin-left: 1.5rem; }

@media (min-width: 1080px) {
  .contents-body #faq > p {
    margin-right: 3rem;
    margin-left: 3rem; } }
.p-padding {
  text-align: justify;
  letter-spacing: 0.03rem;
  margin-right: 1.5rem;
  margin-left: 1.5rem; }

@media (min-width: 1080px) {
  .p-padding {
    margin-right: 3rem;
    margin-left: 3rem; } }
/*---------------------------------------------------------------------------
 icon font
---------------------------------------------------------------------------*/
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot") format("embedded-opentype"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  /* speak: never; */
  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; }

.icon-calendar:before {
  content: "\e92f"; }

.icon-building:before {
  content: "\e92a"; }

.icon-line:before {
  content: "\e928"; }

.icon-arrow-left:before {
  content: "\e929"; }

.icon-arrow-top:before {
  content: "\e92b"; }

.icon-cross:before {
  content: "\e92c"; }

.icon-phone-2:before {
  content: "\e924"; }

.icon-phone-3:before {
  content: "\e925"; }

.icon-phone-4:before {
  content: "\e926"; }

.icon-sound:before {
  content: "\e927"; }

.icon-plus:before {
  content: "\e922"; }

.icon-minus:before {
  content: "\e923"; }

.icon-arrow-right-1:before {
  content: "\e900"; }

.icon-arrow-right-2:before {
  content: "\e901"; }

.icon-arrow-right-3:before {
  content: "\e902"; }

.icon-arrow-right-4:before {
  content: "\e903"; }

.icon-arrow-right-5:before {
  content: "\e904"; }

.icon-card:before {
  content: "\e905"; }

.icon-caution:before {
  content: "\e906"; }

.icon-check:before {
  content: "\e907"; }

.icon-denki:before {
  content: "\e908"; }

.icon-fee:before {
  content: "\e909"; }

.icon-flow:before {
  content: "\e90a"; }

.icon-fukidashi:before {
  content: "\e90b"; }

.icon-gift:before {
  content: "\e90c"; }

.icon-good:before {
  content: "\e90d"; }

.icon-hatena:before {
  content: "\e90e"; }

.icon-heart:before {
  content: "\e90f"; }

.icon-home:before {
  content: "\e910"; }

.icon-life:before {
  content: "\e911"; }

.icon-link:before {
  content: "\e912"; }

.icon-memo:before {
  content: "\e913"; }

.icon-mobile:before {
  content: "\e914"; }

.icon-money:before {
  content: "\e915"; }

.icon-pc:before {
  content: "\e916"; }

.icon-pen:before {
  content: "\e917"; }

.icon-phone:before {
  content: "\e918"; }

.icon-security:before {
  content: "\e919"; }

.icon-strage:before {
  content: "\e91a"; }

.icon-thunder:before {
  content: "\e91b"; }

.icon-tool:before {
  content: "\e91c"; }

.icon-trophy:before {
  content: "\e91d"; }

.icon-tv:before {
  content: "\e91e"; }

.icon-user:before {
  content: "\e91f"; }

.icon-users:before {
  content: "\e920"; }

.icon-wifi:before {
  content: "\e921"; }

/*---------------------------------------------------------------------------
 base box
---------------------------------------------------------------------------*/
.outer {
  text-align: center;
  margin: 0 auto;
  padding: 0;
  width: auto;
  height: auto;
  box-sizing: border-box; }

.inner {
  text-align: left;
  width: auto;
  height: auto;
  margin: 0 auto; }

@media (min-width: 1080px) {
  .outer {
    width: 100%; }

  .inner {
    width: 1080px; } }
/*---------------------------------------------------------------------------
 header
---------------------------------------------------------------------------*/
.footer-contact {
  display: none; }

@media (min-width: 1080px) {
  .contact {
    border-top: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 166px;
    /* background: url(/common/img/common/header-talent.png) no-repeat top 13px left 380px;
    background-size: 114px 138px; */ }

  .contact:before {
    display: none; }

  .footer-contact {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 160px;
    /* background: url(/common/img/common/header-talent.png) no-repeat top 13px left 380px;
    background-size: 114px 138px; */ } }
.sitename {
  box-sizing: border-box;
  width: auto;
  text-align: center;
  padding: 12px 0 8px; }

@media (min-width: 1080px) {
  .sitename {
    width: inherit;
    text-align: left;
    margin-right: auto;
    padding: 0;
    margin-bottom: 5px; } }
.t-form .contact {
  background: none;
  justify-content: center; }

.t-form .sitename {
  margin-right: 0; }

.logo {
  margin-bottom: 2px; }

@media (min-width: 1080px) {
  .logo {
    margin-bottom: 10px; } }
.agency {
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.01rem;
  line-height: 1.4;
  color: #555;
  margin-bottom: 0.3rem; }

@media (min-width: 1080px) {
  .agency {
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.15rem;
    line-height: 1.5;
    margin-left: 3rem; } }
@media only screen and (min-width: 1080px) {
  a[href^="tel:"] {
    pointer-events: none;
    color: initial;
    text-decoration: none; } }
.tel {
  /*  visibility: hidden;*/
  display: none; }

@media (min-width: 1080px) {
  .tel {
    display: block;
    text-align: center;
    padding: 0;
    margin-right: 40px; }

  .tel a {
    color: var(--color-darkgray);
    text-decoration: none;
    font-weight: bold; }

  .tel-text {
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
    margin-bottom: 8px;
    line-height: 1; }

  .tel-number {
    font-size: 3.6rem;
    font-family: Arial, Helvetica, "sans-serif";
    font-weight: bold;
    letter-spacing: 0.05rem;
    margin-bottom: 8px;
    line-height: 1; }

  .tel-number span {
    display: inline-block;
    vertical-align: top;
    padding: 5px 6px 4px;
    background: var(--color-red);
    color: #fff;
    font-size: 1.2rem;
    letter-spacing: 0.06rem;
    border-radius: 2px;
    margin-top: 6px;
    margin-right: 8px; }

  .tel-recep {
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
    margin-bottom: 0;
    line-height: 1; } }
.moushikomi {
  display: none; }

@media (min-width: 1080px) {
  .moushikomi {
    display: block;
    box-sizing: border-box;
    text-align: center;
    width: 210px;
    height: 78px;
    line-height: 78px;
    border-radius: 39px;
    background-color: var(--color-yellow);
    box-shadow: 0px 3px #e9d100;
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
    padding: 0 15px;
    margin-bottom: 5px; } }
.moushikomi:hover {
  transition: all 0.4s;
  background-color: var(--color-green);
  box-shadow: 0px 3px #389f9f; }

.moushikomi a {
  display: block;
  width: 100%;
  height: 100%;
  font-weight: bold; }

.moushikomi a {
  color: var(--color-darkgray);
  text-decoration: none; }

.moushikomi a:hover {
  color: #fff;
  text-decoration: none; }

.moushikomi i {
  font-size: 1.7rem;
  margin-right: 6px;
  vertical-align: text-bottom; }

@media (min-width: 1080px) {
  .moushikomi i {
    font-size: 1.9rem;
    margin-right: 8px; } }
/*---------------------------------------------------------------------------
 gnav
---------------------------------------------------------------------------*/
.gnav {
  display: flex;
  flex-wrap: wrap;
  width: auto;
  height: auto; }

@media (min-width: 1080px) {
  .gnav {
    background: none; } }
.gnav li {
  box-sizing: border-box;
  text-align: left;
  width: 50%;
  height: 44px;
  line-height: 44px;
  font-size: 1.3rem;
  letter-spacing: 0.05rem;
  border-bottom: 1px solid #fff; }

.gnav li:nth-child(odd) {
  border-right: 1px solid #fff; }

@media (min-width: 1080px) {
  .gnav li {
    text-align: center;
    width: calc(100% / 6);
    height: 90px;
    line-height: 128px;
    border-bottom: none;
    background: url("/common/img/common/gnav/line.png") no-repeat center right; }

  .gnav li:first-child {
    background: url(/common/img/common/gnav/line.png) no-repeat center right, url(/common/img/common/gnav/line.png) no-repeat center left; }

  .gnav li:nth-child(odd) {
    border-right: none; } }
.gnav li a {
  font-weight: bold; }

.gnav li:nth-child(1) a {
  box-sizing: border-box;
  background: url("/common/img/common/gnav/home.png") left 15px center no-repeat;
  background-size: 22px 20px;
  padding-left: 50px; }

.gnav li:nth-child(2) a {
  box-sizing: border-box;
  background: url("/common/img/common/gnav/dcm.png") left 18px center no-repeat;
  background-size: 16px 19px;
  padding-left: 50px; }

.gnav li:nth-child(3) a {
  box-sizing: border-box;
  background: url("/common/img/common/gnav/fee.png") left 17px center no-repeat;
  background-size: 17px 20px;
  padding-left: 50px; }

.gnav li:nth-child(4) a {
  box-sizing: border-box;
  background: url("/common/img/common/gnav/gift.png") left 18px center no-repeat;
  background-size: 17px 20px;
  padding-left: 50px; }

.gnav li:nth-child(5) a {
  box-sizing: border-box;
  background: url("/common/img/common/gnav/provider.png") left 15px center no-repeat;
  background-size: 20px 20px;
  padding-left: 50px; }

.gnav li:nth-child(6) a {
  box-sizing: border-box;
  background: url("/common/img/common/gnav/flow.png") left 12px center no-repeat;
  background-size: 20px 20px;
  padding-left: 50px; }

@media (min-width: 1080px) {
  .gnav li a {
    font-weight: normal; }

  .gnav li:nth-child(1) a {
    background: url("/common/img/common/gnav/home.png") center top 20px no-repeat;
    background-size: 22px 20px;
    padding-left: 0; }

  .gnav li:nth-child(2) a {
    background: url("/common/img/common/gnav/dcm.png") center top 20px no-repeat;
    background-size: 16px 20px;
    padding-left: 0; }

  .gnav li:nth-child(3) a {
    background: url("/common/img/common/gnav/fee.png") center top 20px no-repeat;
    background-size: 17px 20px;
    padding-left: 0; }

  .gnav li:nth-child(4) a {
    background: url("/common/img/common/gnav/gift.png") center top 20px no-repeat;
    background-size: 18px 20px;
    padding-left: 0; }

  .gnav li:nth-child(5) a {
    background: url("/common/img/common/gnav/provider.png") center top 20px no-repeat;
    background-size: 20px 20px;
    padding-left: 0; }

  .gnav li:nth-child(6) a {
    background: url("/common/img/common/gnav/flow.png") center top 19px no-repeat;
    background-size: 18px 20px;
    padding-left: 0; } }
.gnav li:hover {
  background: url(/common/img/common/gnav/line.png) no-repeat center right #80001f;
  transition: background-color 0.5s; }

@media (min-width: 1080px) {
  .gnav li:first-child {
    background: url(/common/img/common/gnav/line.png) no-repeat center left, url(/common/img/common/gnav/line.png) no-repeat center right; }

  .gnav li:hover:first-child {
    background: url(/common/img/common/gnav/line.png) no-repeat center right, url(/common/img/common/gnav/line.png) no-repeat center left #80001f;
    transition: background-color 0.5s; } }
.gnav li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  font-weight: bold; }

.gnav li a:hover {
  color: #fff;
  text-decoration: none; }

/*.gnav {
  display: flex;
  flex-wrap: wrap;
  width: auto;
  height: auto;
}
@media (min-width: 1080px) {
  .gnav {
    background: none;
  }
}
.gnav li {
  box-sizing: border-box;
  text-align: left;
  width: 50%;
  height: 44px;
  line-height: 44px;
  font-size: 1.3rem;
  letter-spacing: .05rem;
  border-bottom: 1px solid #fff;
}
.gnav li:nth-child(odd) {
  border-right: 1px solid #fff;
}
@media (min-width: 1080px) {
  .gnav li {
    text-align: center;
    width: 180px;
    height: 90px;
    line-height: 128px;
    border-bottom: none;
    background: url("/common/img/common/gnav/line.png") no-repeat center right;
  }
  .gnav li:first-child {
    background: url(/common/img/common/gnav/line.png) no-repeat center right, url(/common/img/common/gnav/line.png) no-repeat center left;
  }
  .gnav li:nth-child(odd) {
    border-right: none;
  }
}
.gnav li a {
  font-weight: bold;
}
.gnav li:nth-child(1) a {
  box-sizing: border-box;
  background: url("/common/img/common/gnav/home.png") left 15px center no-repeat;
  background-size: 22px 20px;
  padding-left: 50px;
}
.gnav li:nth-child(2) a {
  box-sizing: border-box;
  background: url("/common/img/common/gnav/dcm.png") left 18px center no-repeat;
  background-size: 16px 19px;
  padding-left: 50px;
}
.gnav li:nth-child(3) a {
  box-sizing: border-box;
  background: url("/common/img/common/gnav/gift.png") left 17px center no-repeat;
  background-size: 17px 20px;
  padding-left: 50px;
}
.gnav li:nth-child(4) a {
  box-sizing: border-box;
  background: url("/common/img/common/gnav/fee.png") left 18px center no-repeat;
  background-size: 14px 18px;
  padding-left: 50px;
}
.gnav li:nth-child(5) a {
  box-sizing: border-box;
  background: url("/common/img/common/gnav/flow.png") left 15px center no-repeat;
  background-size: 21px 17px;
  padding-left: 50px;
}
.gnav li:nth-child(6) a {
  box-sizing: border-box;
  background: url("/common/img/common/gnav/provider.png") left 17px center no-repeat;
  background-size: 20px 20px;
  padding-left: 50px;
}
@media (min-width: 1080px) {
  .gnav li a {
    font-weight: normal;
  }
  .gnav li:nth-child(1) a {
    background: url("/common/img/common/gnav/home.png") center top 20px no-repeat;
    background-size: 22px 20px;
    padding-left: 0;
  }
  .gnav li:nth-child(2) a {
    background: url("/common/img/common/gnav/dcm.png") center top 20px no-repeat;
    background-size: 16px 19px;
    padding-left: 0;
  }
  .gnav li:nth-child(3) a {
    background: url("/common/img/common/gnav/gift.png") center top 20px no-repeat;
    background-size: 17px 20px;
    padding-left: 0;
  }
  .gnav li:nth-child(4) a {
    background: url("/common/img/common/gnav/fee.png") center top 20px no-repeat;
    background-size: 14px 18px;
    padding-left: 0;
  }
  .gnav li:nth-child(5) a {
    background: url("/common/img/common/gnav/flow.png") center top 20px no-repeat;
    background-size: 21px 17px;
    padding-left: 0;
  }
  .gnav li:nth-child(6) a {
    background: url("/common/img/common/gnav/provider.png") center top 20px no-repeat;
    background-size: 20px 20px;
    padding-left: 0;
  }
}
.gnav li:hover {
  background: url(/common/img/common/gnav/line.png) no-repeat center right #80001F;
  transition: background-color 0.5s;
}
@media (min-width: 1080px) {
  .gnav li:first-child {
    background: url(/common/img/common/gnav/line.png) no-repeat center left, url(/common/img/common/gnav/line.png) no-repeat center right;
  }
  .gnav li:hover:first-child {
    background: url(/common/img/common/gnav/line.png) no-repeat center right, url(/common/img/common/gnav/line.png) no-repeat center left #80001F;
    transition: background-color 0.5s;
  }
}
.gnav li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
.gnav li a:hover {
  color: #fff;
  text-decoration: none;
}*/
/*---------------------------------------------------------------------------
 footer Externallink
---------------------------------------------------------------------------*/
.footer-externallink {
  margin: 0 auto 10px; }

.footer-externallink li {
  background-color: #fff;
  margin: 0 10px 3px;
  font-size: 1.3rem;
  line-height: 1.6; }

.footer-externallink a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  color: var(--color-gray);
  text-decoration: none;
  padding: 12px; }

.footer-externallink a:hover {
  background-color: #cc0033;
  color: #fff;
  text-decoration: none; }

.footer-externallink i {
  margin-right: 4px; }

@media (min-width: 1080px) {
  .footer-externallink {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 3rem auto; }

  .footer-externallink li {
    background-color: inherit;
    font-size: 1.3rem;
    line-height: 2;
    margin: 0 2rem 0 0; }

  .footer-externallink li:last-child {
    margin-right: 0; }

  .footer-externallink a {
    color: var(--color-gray);
    text-decoration: none;
    padding: 0; }

  .footer-externallink a:hover {
    background-color: inherit;
    color: #fc3737;
    text-decoration: underline; } }
/*---------------------------------------------------------------------------
 footer link
---------------------------------------------------------------------------*/
.footer-link {
  margin: 15px auto 15px; }

.footer-link li {
  background-color: #fff;
  margin: 0 15px 3px;
  font-size: 1.3rem; }

.home .footer-link li {
  background-color: #fff; }

.footer-link a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  color: var(--color-gray);
  text-decoration: none;
  padding: 12px; }

.footer-link a:hover {
  background-color: var(--color-red);
  color: #fff;
  text-decoration: none; }

@media (min-width: 1080px) {
  .footer-link {
    display: flex;
    justify-content: center;
    margin: 3rem auto; }

  .footer-link li {
    background-color: inherit;
    font-size: 1.3rem;
    margin: 0 2rem 0 0; }

  .home .footer-link li {
    background-color: inherit; }

  .footer-link li:last-child {
    margin-right: 0; }

  .footer-link a {
    color: var(--color-gray);
    text-decoration: none;
    padding: 0; }

  .footer-link a:hover {
    background-color: inherit;
    color: var(--link);
    text-decoration: underline; } }
/*---------------------------------------------------------------------------
 footer
---------------------------------------------------------------------------*/
footer {
  text-align: center;
  padding: 10px 0 12px; }

.fixmenu-true {
  margin-bottom: 16px; }

footer small {
  font-weight: bold;
  font-style: normal;
  font-size: 1.1rem;
  letter-spacing: 0.08rem;
  line-height: 1.8;
  color: #fff; }

footer a {
  font-weight: bold;
  text-decoration: none;
  color: #fff; }

footer a:hover {
  text-decoration: underline;
  color: #fff; }

@media (min-width: 1080px) {
  footer {
    padding: 20px 0;
    background: none; }

  .fixmenu-true {
    margin-bottom: 0; }

  footer small {
    font-size: 1.3rem; } }
/*---------------------------------------------------------------------------
 pagetop
---------------------------------------------------------------------------*/
.top {
  visibility: hidden; }

@media (min-width: 1080px) {
  .top {
    visibility: visible;
    position: fixed;
    bottom: 30px;
    right: 30px;
    font-size: 15px;
    font-family: Arial, Helvetica, "sans-serif"; }

  .top a {
    text-align: center;
    display: block;
    width: 90px;
    height: 90px;
    box-sizing: border-box;
    color: var(--color-darkgray);
    background-color: var(--color-yellow);
    text-decoration: none;
    letter-spacing: 1px;
    border-radius: 45px;
    font-weight: bold;
    padding-top: 7px; }

  .top a:hover {
    transition: all 0.4s;
    text-decoration: none;
    color: #fff;
    background-color: var(--color-green); } }
/*---------------------------------------------------------------------------
 パンくずリスト
---------------------------------------------------------------------------*/
.bread {
  font-size: 1.2rem;
  line-height: 1.6;
  margin: 15px 15px 15px; }

.bread i {
  font-size: 1.3rem;
  margin-right: 3px; }

.bread a {
  color: var(--color-darkgray);
  text-decoration: none;
  padding-right: 4px; }

.bread a:hover {
  text-decoration: underline; }

@media (min-width: 1080px) {
  .bread {
    font-size: 1.3rem;
    margin: 30px 0 0; } }
/*---------------------------------------------------------------------------
 fix-menu sp only
---------------------------------------------------------------------------*/
.fix-menu {
  position: fixed;
  z-index: 1000;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  /*border-top: 1px solid #fff;*/ }

.fix-menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  color: #fff;
  border-top: 2px solid #fff; }

.fix-menu li {
  box-sizing: border-box;
  text-align: center;
  width: 100%;
  height: 60px;
  border-right: 2px solid #fff;
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
  background: linear-gradient(135deg, var(--color-red) 0%, var(--color-red) 94%, var(--color-yellow) 94%, var(--color-yellow) 100%); }

.fix-menu li:last-child {
  border-right: none; }

.fix-menu li a {
  display: block;
  height: 100%;
  width: 100%;
  padding-top: 10px;
  color: #fff;
  text-decoration: none;
  font-weight: bold; }

.fix-menu li a:hover {
  text-decoration: none; }

.fix-menu li i {
  display: block;
  font-size: 2rem;
  margin-bottom: 10px; }

.fix-menu_copyRight {
  font-size: 10px;
  font-weight: bold;
  background: var(--bg-img);
  border-top: 2px solid #fff;
  color: #fff;
  text-align: center;
  padding: 0.8em;
  padding-bottom: calc(env(safe-area-inset-bottom) + 0.8em); }

@media (min-width: 1080px) {
  .fix-menu {
    display: none; } }
/*---------------------------------------------------------------------------
 contents
---------------------------------------------------------------------------*/
.contents {
  box-sizing: border-box;
  width: auto;
  height: auto;
  margin: 18px 0; }

@media (min-width: 1080px) {
  .contents {
    display: flex;
    flex-direction: row;
    width: 1080px;
    margin: 40px 0 60px;
    align-items: flex-start; } }
.contents-body {
  box-sizing: border-box;
  width: auto;
  height: auto;
  padding: 20px 18px;
  background-color: #fff;
  margin-bottom: 20px; }

@media (min-width: 1080px) {
  .contents-body {
    width: 790px;
    padding: 40px;
    margin-bottom: 0;
    border-radius: 20px; } }
.sidebar {
  width: auto;
  height: auto;
  margin: 0 15px 15px; }

@media (min-width: 1080px) {
  .sidebar {
    width: 250px;
    margin: 0 0 0 auto; } }
.t-form .contents {
  padding: 15px;
  margin: 0 auto;
  background: #fff; }

@media (min-width: 1080px) {
  .t-form .contents {
    padding: 60px;
    margin: 40px auto;
    border-radius: 8px; } }
/*---------------------------------------------------------------------------
 sidebar
---------------------------------------------------------------------------*/
.sidebar-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: auto;
  height: auto;
  padding: 15px;
  box-sizing: border-box;
  background: #fff;
  margin-bottom: 15px;
  border-radius: 0 0 20px 20px; }

@media (min-width: 1080px) {
  .sidebar-menu {
    margin-bottom: 30px; } }
.sidebar-menu li {
  text-align: center;
  box-sizing: border-box;
  width: 50%;
  height: auto;
  margin: 0;
  padding: 0 10px 10px;
  font-size: 1.3rem;
  line-height: 1.4;
  letter-spacing: 0.04rem;
  background: #fff;
  border-right: 2px dotted #ede4db;
  border-bottom: 2px dotted #ede4db; }

.sidebar-menu li:nth-last-child(1) {
  border-bottom: 0; }

.sidebar-menu li:nth-last-child(2):nth-child(odd) {
  border-bottom: 0; }

.sidebar-menu li:hover {
  background: url("/common/img/common/arrow.png") no-repeat right 2px bottom 2px;
  background-size: 12px 12px; }

.sidebar-menu li:nth-child(even) {
  border-right: 0; }

.sidebar-menu img {
  display: block;
  margin: 0 auto 0; }

.sidebar-menu a {
  display: block;
  width: 100%;
  height: 100%;
  color: var(--color-gray);
  text-decoration: none; }

.sidebar-menu a:hover {
  color: var(--color-gray);
  text-decoration: none; }

.sidebar-menu-title {
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.15rem;
  color: #fff;
  background: var(--color-red);
  padding: 18px;
  font-weight: bold;
  border-radius: 20px 20px 0 0; }

@media (min-width: 1080px) {
  .sidebar-menu-title {
    font-weight: normal;
    letter-spacing: 0.06rem; } }
.sidebar-contact {
  display: none; }

@media (min-width: 1080px) {
  .sidebar-contact {
    display: block;
    box-sizing: border-box;
    text-align: center;
    padding: 5px 15px 18px;
    background-color: #fff;
    margin-bottom: 30px;
    border-radius: 0 0 20px 20px; }

  .sidebar-contact p:nth-child(1) {
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: 0.05rem;
    margin: 0; }

  .sidebar-contact p:nth-child(2) {
    font-size: 2.2rem;
    font-family: "Century Gothic", "sans-serif";
    letter-spacing: 0.02rem;
    line-height: 1;
    margin: 0 0 10px;
    color: var(--color-red); }

  .sidebar-contact p:nth-child(2) a {
    font-weight: bold;
    text-decoration: none;
    color: var(--color-red); }

  .sidebar-contact p:nth-child(3) {
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
    line-height: 1.7;
    margin: 0; }

  .sidebar-contact i {
    color: var(--color-darkgray);
    font-size: 2.2rem;
    margin-right: 8px;
    vertical-align: text-bottom; }

  .sidebar-moushikomi {
    display: block;
    box-sizing: border-box;
    text-align: center;
    width: auto;
    height: 48px;
    line-height: 48px;
    border-radius: 6px;
    background: #ffe13c;
    box-shadow: 0px 3px #eaca1b;
    font-size: 1.5rem;
    letter-spacing: 0.1rem; }

  .sidebar-moushikomi:hover {
    transition: all 0.4s;
    background: #ff7416;
    box-shadow: 0px 3px #ffb1b1; }

  .sidebar-moushikomi a {
    display: block;
    width: 100%;
    height: 100%;
    font-weight: bold; }

  .sidebar-moushikomi a {
    color: var(--color-darkgray);
    text-decoration: none; }

  .sidebar-moushikomi a:hover {
    color: #fff;
    text-decoration: none; }

  .sidebar-moushikomi i {
    font-size: 1.9rem;
    margin-right: 8px;
    vertical-align: text-bottom; } }
.talentbox {
  box-sizing: border-box;
  width: auto;
  height: auto;
  background-color: var(--color-yellow);
  padding: 7px;
  margin-bottom: 15px;
  border-radius: 20px; }

.talentbox:hover {
  animation: yure 2.5s ease infinite; }

.talent a {
  display: flex;
  justify-content: center;
  background-color: #fff;
  padding: 7px;
  border-radius: 16px; }

@media (min-width: 1080px) {
  .talentbox {
    margin-bottom: 30px; }

  .talent a {
    justify-content: flex-start; } }
.talent div:nth-child(odd) {
  flex: 0 0 auto;
  margin-right: 15px; }

.talent p:nth-child(1) {
  font-size: 11px;
  line-height: 1.4;
  margin-top: 5px;
  margin: 6px 0 0;
  font-weight: bold;
  color: var(--color-gray);
  letter-spacing: 0; }

.talent p:nth-child(2) {
  font-size: 15px;
  margin: 0;
  font-weight: bold;
  letter-spacing: 1px;
  color: #fc3737; }

.talent p:nth-child(2) span {
  font-size: 11px;
  line-height: 1.4;
  margin-left: 3px;
  font-weight: bold;
  color: var(--color-gray);
  letter-spacing: 0; }

.talent a {
  text-decoration: none; }

.side-container {
  margin-bottom: 15px;
  border-radius: 0 0 20px 20px; }

@media (min-width: 1080px) {
  .side-container {
    margin-bottom: 30px; } }
.side-container li {
  box-sizing: border-box;
  width: auto;
  padding: 15px;
  background: #fff;
  margin-bottom: 2px; }

.side-container li:last-child {
  border-radius: 0 0 20px 20px; }

@media (min-width: 1080px) {
  .side-container li {
    width: 250px; } }
.side-container li > div {
  display: flex; }

.side-container p {
  text-align: justify;
  font-size: 1.3rem;
  letter-spacing: 0.015rem;
  line-height: 1.6;
  margin: 0;
  color: var(--color-gray); }

@media (min-width: 1080px) {
  .side-container p {
    font-size: 1.2rem;
    letter-spacing: 0.01rem;
    line-height: 1.5; } }
@media (min-width: 1080px) {
  .side-container-layout {
    margin-bottom: 15px; } }
.side-container-layout div:nth-child(1) {
  flex: 0 0 auto;
  width: 100px;
  margin-right: 18px; }

@media (min-width: 1080px) {
  .side-container-layout div:nth-child(1) {
    margin-right: 15px; } }
.side-container-layout div:nth-child(2) {
  width: auto; }

@media (min-width: 1080px) {
  .side-container-layout div:nth-child(2) {
    width: 105px; } }
.side-container .side-option-detail {
  text-align: right; }

.side-container .side-option-detail i {
  margin-left: 4px; }

.side-container a {
  color: var(--color-gray);
  text-decoration: none; }

.side-container a:hover {
  color: #f24141;
  text-decoration: underline; }

/*---------------------------------------------------------------------------
 見出し
---------------------------------------------------------------------------*/
.title-1 {
  position: relative;
  margin-bottom: 20px;
  color: var(--color-darkgray);
  background: #fff;
  font-size: 1.7rem;
  line-height: 1.5;
  letter-spacing: 0.3rem;
  border-radius: 4px;
  padding: 12px 12px 14px;
  border: solid 2px var(--color-red);
  border-left: solid 5rem var(--color-red);
  font-weight: bold; }

.title-1 span {
  font-weight: bold; }

.title-1:before {
  position: absolute;
  font-family: icomoon;
  content: "\e917";
  left: -3.25rem;
  top: 48%;
  padding: 0;
  color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

@media (min-width: 1080px) {
  .title-1 {
    margin-bottom: 40px;
    font-size: 2.6rem;
    letter-spacing: 0.25rem;
    padding: 26px 30px;
    border: solid 5px var(--color-red);
    border-left: solid 10rem var(--color-red);
    font-weight: normal; }

  .title-1 span {
    font-weight: normal; }

  .title-1:before {
    left: -6.5rem;
    font-size: 3.2rem; } }
.title-2 {
  padding: 18px 16px 20px;
  margin: 3rem 0 1.5rem;
  border-left: 7px solid var(--color-red);
  background-color: var(--color-lightgray);
  color: var(--color-darkgray);
  font-size: 1.7rem;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.15rem; }

.step {
  display: table;
  color: #fff;
  background: var(--bg-img);
  padding: 3px 5px 4px 6px;
  border-radius: 4px;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  font-family: Verdana, Geneva, "sans-serif";
  margin-bottom: 10px; }

@media (min-width: 1080px) {
  .title-2 {
    padding: 30px 28px 32px;
    margin: 6rem 0 4rem;
    border-left: 8px solid var(--color-red);
    background-color: var(--color-lightgray);
    font-size: 2.1rem;
    font-weight: normal;
    line-height: 1.6;
    letter-spacing: 0.15rem; }

  .step {
    display: inline-block;
    vertical-align: middle;
    padding: 6px 10px 7px 12px;
    font-size: 1.6rem;
    margin-right: 20px;
    margin-bottom: 0; } }
.title-3 {
  padding: 10px 18px;
  margin: 3rem 0 1.5rem;
  background-color: var(--color-red);
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.1rem;
  border-radius: 4px; }

.title-3 span {
  display: block;
  font-weight: bold;
  border-left: 6px solid var(--color-yellow);
  padding: 2px 0 3px 12px; }

@media (min-width: 1080px) {
  .title-3 {
    padding: 12px 22px;
    margin: 6rem 0 4rem;
    font-size: 1.9rem;
    line-height: 1.5;
    letter-spacing: 0.1rem; }

  .title-3 span {
    font-weight: normal;
    border-left: 7px solid var(--color-yellow);
    padding: 1px 0 0 18px; } }
.title-4 {
  padding: 14px 14px;
  margin: 3rem 0 1.75rem;
  border-left: 7px solid var(--color-yellow);
  background-color: var(--color-lightgray);
  color: var(--color-darkgray);
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.15rem; }

@media (min-width: 1080px) {
  .title-4 {
    padding: 16px 20px;
    margin: 6rem 0 3.5rem;
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 1.6;
    letter-spacing: 0.15rem; } }
.title-5 {
  padding: 6px 12px 6px;
  margin: 3rem 0 1.75rem;
  border-left: 6px solid var(--color-gray);
  background-color: var(--color-lightgray);
  color: var(--color-darkgray);
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.15rem; }

@media (min-width: 1080px) {
  .title-5 {
    padding: 8px 14px 7px;
    margin: 6rem 0 3.5rem;
    border-left: 7px solid var(--color-gray);
    font-size: 1.7rem;
    font-weight: normal;
    line-height: 1.6;
    letter-spacing: 0.1rem; } }
/*---------------------------------------------------------------------------
 align
---------------------------------------------------------------------------*/
.right {
  text-align: right; }

.center {
  text-align: center; }

.left {
  text-align: left; }

.justify {
  text-align: justify; }

.contents-body .center {
  text-align: center; }

.contents-body .right {
  text-align: right; }

/*---------------------------------------------------------------------------
 color
---------------------------------------------------------------------------*/
.red, .u-text-vivid {
  color: var(--color-red) !important; }

.bg-white {
  background-color: #fff; }

.bg-red {
  background-color: var(--color-red); }

.bg-img {
  background-image: var(--bg-img); }

/*---------------------------------------------------------------------------
 border
---------------------------------------------------------------------------*/
.border-top {
  border-top: 1px solid #f0f0f0; }

/*---------------------------------------------------------------------------
 other
---------------------------------------------------------------------------*/
.bold {
  font-weight: bold; }

.line {
  text-decoration: line-through; }

.roman {
  font-family: "Times New Roman", Times, "serif"; }

.marker {
  background: linear-gradient(transparent 50%, #ace3ff 50%);
  padding: 0 5px;
  font-weight: bold; }

@media (min-width: 1080px) {
  .marker {
    padding: 0 5px 3px; } }
.detail-link i,
.external-link i {
  font-size: 1.7rem;
  margin-left: 6px;
  vertical-align: text-bottom; }

.detail-link i,
.external-link i {
  color: var(--color-gray); }

.footer-link i {
  font-size: 1.5rem;
  margin-right: 4px;
  vertical-align: text-bottom; }

.detail-button {
  display: block;
  box-sizing: border-box;
  text-align: center;
  width: auto;
  height: 44px;
  line-height: 44px;
  border-radius: 22px;
  background-color: var(--color-yellow);
  box-shadow: 0px 3px #e9d100;
  font-size: 1.1rem;
  letter-spacing: 0;
  padding: 0 10px; }

@media (min-width: 1080px) {
  .detail-button {
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
    padding: 0 15px; } }
.detail-button:hover {
  transition: all 0.4s;
  background-color: var(--color-green);
  box-shadow: 0px 3px #389f9f; }

.detail-button a {
  display: block;
  width: 100%;
  height: 100%;
  font-weight: bold; }

.detail-button a {
  color: var(--color-darkgray);
  text-decoration: none; }

.detail-button a:hover {
  color: #fff;
  text-decoration: none; }

.detail-button i {
  font-size: 1.5rem;
  margin-left: 4px;
  vertical-align: text-bottom; }

@media (min-width: 1080px) {
  .detail-button i {
    font-size: 1.9rem;
    margin-left: 8px; } }
.detail-button-2 {
  display: block;
  box-sizing: border-box;
  text-align: center;
  width: auto;
  height: 44px;
  line-height: 44px;
  border-radius: 22px;
  background-color: var(--color-yellow);
  box-shadow: 0px 3px #e9d100;
  font-size: 1.2rem;
  letter-spacing: 0;
  padding: 0 10px;
  margin: 0 auto; }

@media (min-width: 1080px) {
  .detail-button-2 {
    width: 50%;
    height: 56px;
    line-height: 56px;
    border-radius: 28px;
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
    padding: 0 15px; } }
.detail-button-2:hover {
  transition: all 0.4s;
  background-color: var(--color-green);
  box-shadow: 0px 3px #389f9f; }

.detail-button-2 a {
  display: block;
  width: 100%;
  height: 100%;
  font-weight: bold; }

.detail-button-2 a {
  color: var(--color-darkgray);
  text-decoration: none; }

.detail-button-2 a:hover {
  color: #fff;
  text-decoration: none; }

.detail-button-2 i {
  font-size: 1.5rem;
  margin-left: 4px;
  vertical-align: text-bottom; }

@media (min-width: 1080px) {
  .detail-button-2 i {
    font-size: 1.9rem;
    margin-left: 8px; } }
.frame {
  padding: 25px 20px 25px 35px;
  background: var(--color-lightgray);
  border-radius: 6px; }

@media (min-width: 1080px) {
  .frame {
    border-radius: 8px;
    padding: 35px 30px 35px 50px; } }
.frame2 {
  display: inline-block;
  text-align: center;
  padding: 3px 16px;
  color: #fff;
  background: #f40000;
  border-radius: 4px;
  font-weight: bold;
  margin: 0 0 1rem; }

@media (min-width: 1080px) {
  .frame2 {
    margin: 0 0 2rem; } }
.frame3 {
  padding: 25px 30px;
  background: var(--color-lightgray);
  border-radius: 6px; }

@media (min-width: 1080px) {
  .frame3 {
    border-radius: 8px;
    padding: 35px 40px; } }
.border {
  border: 2px solid #f3f3f3; }

/*---------------------------------------------------------------------------
 font-size
---------------------------------------------------------------------------*/
.fs-s {
  font-size: 1rem; }

.fs-m {
  font-size: 1.2rem; }

.fs-l {
  font-size: 1.6rem; }

.fs-2l {
  font-size: 2rem; }

.fs-3l {
  font-size: 2.4rem; }

.fs-4l {
  font-size: 3.6rem; }

@media (min-width: 1080px) {
  .fs-s {
    font-size: 1.3rem; }

  .fs-m {
    font-size: 1.6rem; }

  .fs-l {
    font-size: 1.8rem; }

  .fs-2l {
    font-size: 2.4rem; }

  .fs-3l {
    font-size: 3rem; }

  .fs-4l {
    font-size: 4rem; } }
/*---------------------------------------------------------------------------
 margin-top
---------------------------------------------------------------------------*/
.mt {
  margin-top: 1.5rem; }

@media (min-width: 1080px) {
  .mt {
    margin-top: 3rem; } }
.mt2 {
  margin-top: 0.75rem; }

@media (min-width: 1080px) {
  .mt2 {
    margin-top: 1.5rem; } }
/*---------------------------------------------------------------------------
 margin-bottom
---------------------------------------------------------------------------*/
.mb0 {
  margin-bottom: 0; }

.mb-s {
  margin-bottom: 0.5rem; }

.mb-m {
  margin-bottom: 1rem; }

.mb-l {
  margin-bottom: 1.5rem; }

.mb-2l {
  margin-bottom: 2rem; }

.mb-3l {
  margin-bottom: 3rem; }

.mb-4l {
  margin-bottom: 5rem; }

@media (min-width: 1080px) {
  .mb-s {
    margin-bottom: 1rem; }

  .mb-m {
    margin-bottom: 2rem; }

  .mb-l {
    margin-bottom: 3rem; }

  .mb-2l {
    margin-bottom: 4rem; }

  .mb-3l {
    margin-bottom: 6rem; }

  .mb-4l {
    margin-bottom: 10rem; } }
.text-margin {
  margin-right: 4px;
  margin-left: 4px; }

/*---------------------------------------------------------------------------
 style-set
---------------------------------------------------------------------------*/
.u-text-s {
  font-size: clamp(12px, 1.2vw, 14px); }

.u-text-m {
  font-size: clamp(14px, 3vw, 20px); }

.u-text-l {
  font-size: clamp(16px, 4vw, 25px); }

.u-text-ll {
  font-size: clamp(3rem, 11vw, 4rem); }

.u-text-cash {
  font-size: 180%;
  line-height: 1.5; }

.u-text-bold, .bold {
  font-weight: 700; }

strong {
  font-weight: bold; }

small {
  font-size: clamp(12px, 75%, 14px); }

.u-text-center, .center {
  text-align: center; }

.u-text-left, .left {
  text-align: left; }

.u-text-right, .right {
  text-align: right; }

.m0 {
  margin: 0 !important; }

.mauto {
  margin: auto; }

.mb0 {
  margin-bottom: 0px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb20 {
  margin-bottom: clamp(15px, 2vw, 20px) !important; }

.mb30 {
  margin-bottom: clamp(20px, 3vw, 30px) !important; }

.mb40 {
  margin-bottom: clamp(25px, 4vw, 40px) !important; }

.mb50 {
  margin-bottom: clamp(30px, 5vw, 50px) !important; }

.mb60 {
  margin-bottom: clamp(35px, 6vw, 60px) !important; }

.mb70 {
  margin-bottom: clamp(35px, 7vw, 70px) !important; }

.mt0 {
  margin-top: 0px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt20 {
  margin-top: clamp(15px, 2vw, 20px) !important; }

.mt30 {
  margin-top: clamp(20px, 3vw, 30px) !important; }

.mt40 {
  margin-top: clamp(25px, 4vw, 40px) !important; }

.mt50 {
  margin-top: clamp(30px, 5vw, 50px) !important; }

.mt60 {
  margin-top: clamp(35px, 6vw, 60px) !important; }

.mt70 {
  margin-top: clamp(40px, 7vw, 70px) !important; }

.p0 {
  padding: 0px !important; }

.pb0 {
  padding-bottom: 0px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pb20 {
  padding-bottom: clamp(15px, 2vw, 20px) !important; }

.pb30 {
  padding-bottom: clamp(20px, 3vw, 30px) !important; }

.pb40 {
  padding-bottom: clamp(25px, 4vw, 40px) !important; }

.pb50 {
  padding-bottom: clamp(30px, 5vw, 50px) !important; }

.pb70 {
  padding-bottom: clamp(35px, 7vw, 70px) !important; }

.pb100 {
  padding-bottom: clamp(50px, 10vw, 100px) !important; }

.pt0 {
  padding-top: 0px !important; }

.pt10 {
  padding-top: 10px !important; }

.p10 {
  padding: clamp(5px, 1vw, 10px) !important; }

.p1em {
  padding: clamp(8px, 1.5vw, 1em) !important; }

.pt20 {
  padding-top: clamp(15px, 2vw, 20px) !important; }

.pt30 {
  padding-top: clamp(20px, 3vw, 30px) !important; }

.pt40 {
  padding-top: clamp(20px, 4vw, 40px) !important; }

.pt50 {
  padding-top: clamp(30px, 5vw, 50px) !important; }

.pt70 {
  padding-top: clamp(35px, 7vw, 70px) !important; }

/*---------------------------------------------------------------------------
 list
---------------------------------------------------------------------------*/
.items {
  list-style-type: disc; }

.items li {
  text-align: justify;
  line-height: 1.7;
  margin-bottom: 2.2rem; }

@media (min-width: 1080px) {
  .items li {
    line-height: 2;
    margin-bottom: 2.8rem; } }
.items li:last-child {
  margin-bottom: 0; }

.ordered {
  list-style-type: decimal; }

.list-none {
  list-style-type: none; }

.items-margin {
  margin-left: 3rem;
  margin-right: 1.5rem; }

.items-margin2 {
  margin-left: 1.5rem;
  margin-right: 1.5rem; }

@media (min-width: 1080px) {
  .items-margin {
    margin-left: 5rem;
    margin-right: 3rem; }

  .items-margin2 {
    margin-left: 3rem;
    margin-right: 3rem; } }
.table .items li {
  line-height: 1.4; }

@media (min-width: 1080px) {
  .table .items li {
    line-height: 1.6; } }
.items dt {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 1rem; }

@media (min-width: 1080px) {
  .items dt {
    font-size: 1.7rem;
    line-height: 2;
    margin-bottom: 1.5rem; } }
.items dd {
  line-height: 1.8;
  margin-bottom: 3rem;
  border-left: 3px solid #e0e0e0;
  padding-left: 1.75rem; }

.items dd:last-child {
  margin-bottom: 0; }

@media (min-width: 1080px) {
  .items dd {
    line-height: 2;
    margin-bottom: 5rem; } }
/*---------------------------------------------------------------------------
 scroll table
---------------------------------------------------------------------------*/
.scroll {
  box-sizing: border-box;
  width: 100%;
  overflow-x: auto; }

.scroll:before {
  content: "※スクロール可能です";
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.5px;
  color: var(--color-red); }

.scroll table {
  overflow: auto;
  margin-top: 8px; }

@media (min-width: 1080px) {
  .scroll {
    display: none; } }
/*---------------------------------------------------------------------------
 table
---------------------------------------------------------------------------*/
.table {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  border-top: 2px solid #e5e5e5;
  border-left: 2px solid #e5e5e5;
  background-color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.15rem;
  white-space: nowrap; }
  .table th, .table td {
    padding: clamp(10px, 2.5vw, 20px);
    line-height: 1.6; }

.table th {
  vertical-align: middle;
  font-weight: bold;
  border-bottom: 2px solid #e5e5e5;
  border-right: 2px solid #e5e5e5;
  background: var(--color-lightgray); }

.table td {
  vertical-align: middle;
  border-bottom: 2px solid #e5e5e5;
  border-right: 2px solid #e5e5e5; }

.table td.dotline-right {
  border-right: 2px dotted #e2e2e2; }

.table p:last-child {
  margin-bottom: 0; }

.table p {
  line-height: 1.8;
  letter-spacing: 0.1rem;
  margin-right: auto;
  margin-left: auto; }

.table th p {
  font-weight: bold; }

@media (min-width: 1080px) {
  .table {
    font-size: 1.6rem;
    white-space: inherit; } }
.bg-tr th,
.bg-tr td {
  background: #fffbeb; }

.table-padding th,
.table-padding td {
  padding: 7px 10px; }

.table-padding2 th,
.table-padding2 td {
  padding: 10px 14px; }

/*---------------------------------------------------------------------------
 table flexible
---------------------------------------------------------------------------*/
.flexible,
.flexible tbody,
.flexible tr,
.flexible th,
.flexible td {
  white-space: inherit; }

@media (max-width: 640px) {
  .flexible,
  .flexible tbody,
  .flexible tr,
  .flexible th,
  .flexible td {
    display: block;
    word-break: break-all; }

  .flexible th {
    width: auto;
    height: auto; }

  .flexible td {
    width: auto;
    height: auto; } }
/*---------------------------------------------------------------------------
 table cell size
---------------------------------------------------------------------------*/
.cell-60 {
  width: 60%; }

.cell-55 {
  width: 55%; }

.cell-50 {
  width: 50%; }

.cell-45 {
  width: 45%; }

.cell-40 {
  width: 40%; }

.cell-35 {
  width: 35%; }

.cell-30 {
  width: 30%; }

.cell-25 {
  width: 25%; }

.cell-20 {
  width: 20%; }

.cell-15 {
  width: 15%; }

.cell-10 {
  width: 10%; }

/*---------------------------------------------------------------------------
 TAX
---------------------------------------------------------------------------*/
.tax {
  text-align: left;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.03rem;
  margin: 4rem 0 0;
  padding: 4px 10px 5px;
  color: var(--color-lightgray);
  background: var(--color-darkgray);
  border-radius: 3px; }

@media (min-width: 1080px) {
  .tax {
    text-align: center;
    font-size: 1.3rem;
    letter-spacing: 0.03rem;
    padding: 8px 10px 7px;
    margin: 8rem 0 0;
    font-weight: normal; } }
/*---------------------------------------------------------------------------
 HOME
---------------------------------------------------------------------------*/
@media (min-width: 641px) and (max-width: 1079px) {
  .mainimg-bg {
    background: url(/common/img/home/mainimg-bg.jpg) no-repeat top center #fff;
    padding: 20px; } }
@media (min-width: 1080px) {
  .mainimg-bg {
    background: url(/common/img/home/mainimg-bg.jpg) no-repeat top center #fff;
    padding: 50px 0; } }
.mainimg {
  margin: 1px 0; }

@media (min-width: 1080px) {
  .mainimg {
    margin: 0; } }
/*---------------------------------------------------------------------------
 メインビジュアル本サイト
---------------------------------------------------------------------------*/
.mainimg a {
  height: 0;
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: calc(845 / 750 * 100%); }

@media (min-width: 641px) and (max-width: 999px) {
  .mainimg a {
    padding-top: calc(655 / 1080 * 100%); } }
@media (min-width: 1000px) and (max-width: 1079px) {
  .mainimg a {
    padding-top: calc(655 / 1080 * 100%); } }
@media (min-width: 1080px) {
  .mainimg a {
    padding-top: calc(655 / 1080 * 100%); } }
/*---------------------------------------------------------------------------
 メインビジュアルポイントサイト
---------------------------------------------------------------------------*/
.mainimg.pt a {
  height: 0;
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: calc(845 / 750 * 100%); }

@media (min-width: 641px) and (max-width: 999px) {
  .mainimg.pt a {
    padding-top: calc(602 / 1080 * 100%); } }
@media (min-width: 1000px) and (max-width: 1079px) {
  .mainimg.pt a {
    padding-top: calc(602 / 1080 * 100%); } }
@media (min-width: 1080px) {
  .mainimg.pt a {
    padding-top: calc(602 / 1080 * 100%); } }
.mainimg a img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

/*---------------------------------------------------------------------------
 会社概要
---------------------------------------------------------------------------*/
.google-map {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden; }

.google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

@media (min-width: 1080px) {
  .google-map {
    padding-bottom: 50%; } }
/*---------------------------------------------------------------------------
 youtube
---------------------------------------------------------------------------*/
.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 30px; }

.video:last-of-type {
  margin-bottom: 15px; }

.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%; }

.best-agency {
  margin-bottom: 20px; }

.youtube {
  position: relative;
  width: 100%;
  margin: 20px 0 20px;
  padding-top: 56.25%; }

.best-agency p {
  text-align: justify;
  /*margin-left: 1.5rem;
  margin-right: 1.5rem;*/ }

.youtube img,
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%; }

@media (min-width: 600px) {
  .best-agency {
    display: none; } }
/*---------------------------------------------------------------------------
 マーキー
---------------------------------------------------------------------------*/
.marqueeRightLeft {
  box-sizing: border-box;
  width: auto;
  padding: 0.75em 0;
  margin: 20px 15px 25px;
  position: relative;
  overflow: hidden;
  text-align: left;
  font-weight: bold;
  color: var(--color-gray);
  background-color: #fff;
  border-radius: 10px; }

.mainimg-bg .marqueeRightLeft {
  border: 2px solid #4fbfc0; }

@media (min-width: 1080px) {
  .marqueeRightLeft {
    margin: 35px auto 0; } }
.marqueeRightLeft:before {
  content: "重要なお知らせ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-left: 0.25em;
  padding: 1em 0.9em;
  z-index: 5;
  color: #fff;
  background: #4fbfc0;
  /*background: var(--color-red);*/
  border-radius: 6px 0 0 6px;
  font-size: 0.85em;
  letter-spacing: 0.1em;
  font-weight: bold; }

@media (min-width: 1080px) {
  .marqueeRightLeft:before {
    padding: 1em 1.25em; } }
@media (min-width: 1080px) {
  .marqueeRightLeft:before {
    font-weight: normal; } }
.marqueeRightLeft p:after {
  content: "";
  white-space: nowrap; }

.marqueeRightLeft p {
  font-size: 0.9em;
  color: #666;
  margin: 0;
  line-height: 1;
  padding-left: 100%;
  display: inline-block;
  white-space: nowrap;
  -webkit-animation: marqueeRL 20s linear infinite;
  animation: marqueeRL 20s linear infinite; }

@-webkit-keyframes marqueeRL {
  from {
    -webkit-transform: translate(0); }
  to {
    -webkit-transform: translate(-100%); } }
@keyframes marqueeRL {
  from {
    -webkit-transform: translate(0);
    transform: translate(0); }
  to {
    -webkit-transform: translate(-100%);
    transform: translate(-100%); } }
/*---------------------------------------------------------------------------
 CTA
---------------------------------------------------------------------------*/
.bg-cta {
  padding: 15px 0 17px;
  background: url(/common/img/common/bg-red.png); }

@media (min-width: 1080px) {
  .bg-cta {
    padding: 40px 0; } }
.cta-copy {
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  margin: 0.5rem 2rem 2rem;
  font-weight: bold; }

@media (min-width: 1080px) {
  .cta-copy {
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 0.15rem;
    margin: 0 0 2rem;
    font-weight: normal; } }
.cta-text {
  text-align: justify;
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  margin: 0 0.5rem 1.5rem; }

@media (min-width: 1080px) {
  .cta-text {
    font-size: 1.3rem;
    line-height: 1.6;
    margin: 0 1rem 1.5rem; } }
.cta-wrap {
  border-radius: 20px;
  padding: 165px 20px 25px;
  background: url(/common/img/home/cta-illust.png) no-repeat top 18px center #fff;
  background-size: 217px 136px;
  margin: 0 15px; }

@media (min-width: 1080px) {
  .cta-wrap {
    border-radius: 20px;
    padding: 25px 25px 29px;
    background: url(/common/img/home/cta-illust.png) no-repeat top 18px left 45px #fff;
    background-size: 217px 136px;
    margin: 0; } }
.cta-box {
  width: auto; }

@media (min-width: 1080px) {
  .cta-box {
    margin-left: 310px;
    width: 720px; } }
/*---------------------------------------------------------------------------
 Provider CTA
---------------------------------------------------------------------------*/
.bg-provider-cta {
  padding: 10px;
  background: url(/common/img/common/bg-red.png);
  margin-bottom: 30px;
  border-radius: 20px; }

@media (min-width: 1080px) {
  .bg-provider-cta {
    padding: 25px 30px 30px;
    margin-bottom: 60px; } }
.provider-cta-copy {
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  margin: 0 0 1rem;
  font-weight: bold; }

@media (min-width: 1080px) {
  .provider-cta-copy {
    font-size: 2rem;
    line-height: 1.7;
    letter-spacing: 0.15rem;
    margin: 0 0 2rem;
    font-weight: normal; } }
.provider-cta-text {
  text-align: justify;
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  margin: 0 0.5rem 1.5rem; }

@media (min-width: 1080px) {
  .provider-cta-text {
    font-size: 1.3rem;
    line-height: 1.6;
    margin: 0 1rem 1.5rem; } }
.provider-cta-wrap {
  position: relative;
  border-radius: 0 0 14px 14px;
  padding: 165px 20px 25px;
  background: url(/common/img/home/cta-illust.png) no-repeat top 18px center #fff;
  background-size: 217px 136px; }

@media (min-width: 1080px) {
  .provider-cta-wrap {
    border-radius: 14px;
    padding: 165px 25px 29px;
    background: url(/common/img/home/cta-illust.png) no-repeat top 18px center #fff;
    background-size: 217px 136px; } }
.provider-cta-box {
  width: auto; }

@media (min-width: 1080px) {
  .provider-cta-box {
    width: auto; } }
.provider-cta-hikaridake {
  position: absolute;
  right: 25px;
  top: 105px; }

@media (min-width: 641px) and (max-width: 1079px) {
  .provider-cta-hikaridake {
    position: absolute;
    right: 28%;
    top: 105px; } }
@media (min-width: 1080px) {
  .provider-cta-hikaridake {
    position: absolute;
    top: 102px;
    right: 160px; } }
/*---------------------------------------------------------------------------
選ばれている理由（トップページ）
---------------------------------------------------------------------------*/
.reason-wrap {
  background: url(/common/img/home/reason-illust.png) no-repeat bottom center;
  background-size: auto 200px;
  padding: 0 15px 200px; }

@media (min-width: 1080px) {
  .reason-wrap {
    background: url(/common/img/home/reason-illust.png) no-repeat bottom 10px right;
    background-size: 350px 249px;
    padding: 0; } }
.reason-box {
  width: auto; }

@media (min-width: 1080px) {
  .reason-box {
    width: 660px;
    margin-bottom: 80px; } }
.reason-title {
  color: var(--color-darkgray);
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.03rem;
  margin-top: 25px;
  margin-bottom: 20px;
  font-weight: bold; }

@media (min-width: 1080px) {
  .reason-title {
    text-align: left;
    letter-spacing: 0.15rem;
    font-size: 3.6rem;
    margin-top: 70px;
    margin-bottom: 35px;
    /*font-weight: normal;*/ } }
.reason-title span {
  color: var(--color-red);
  font-size: 3.6rem;
  margin: 0 0.2rem 0 0.1rem;
  font-weight: bold; }

@media (min-width: 1080px) {
  .reason-title span {
    font-size: 5rem;
    /*font-weight: normal;*/ } }
.reason-box p {
  text-align: justify;
  font-size: 1.4rem;
  line-height: 1.9;
  margin: 0 1.5rem 2rem; }

@media (min-width: 1080px) {
  .reason-box p {
    font-size: 1.7rem;
    line-height: 2.1;
    margin: 0 0 2.5rem; } }
.reason {
  display: flex;
  flex-direction: column;
  margin: 0 15px 15px; }

@media (min-width: 1080px) {
  .reason {
    flex-direction: row;
    justify-content: space-between;
    margin: 0 0 50px; } }
.reason > div {
  position: relative;
  text-align: center;
  box-sizing: border-box;
  width: auto;
  height: auto;
  padding: 15px 15px 18px;
  background: #fff;
  border-radius: 20px;
  margin-bottom: 25px;
  box-shadow: 0 2px #f5f2f0; }

.reason > div:last-child {
  margin-bottom: 0; }

@media (min-width: 1080px) {
  .reason > div {
    width: 334px;
    padding: 23px 15px 15px;
    margin-bottom: 0;
    border-radius: 30px; } }
.reason figcaption {
  color: var(--color-darkgray);
  margin: 0.8rem 0 1.4rem;
  font-size: 2.0rem;
  line-height: 1.5;
  letter-spacing: 0.2rem;
  font-weight: bold; }

@media (min-width: 1080px) {
  .reason figcaption {
    margin: 2.2rem 0 2.2rem;
    font-size: 1.9rem;
    line-height: 1.6;
    letter-spacing: 0.1rem;
    font-weight: normal; } }
.reason p {
  text-align: justify;
  font-size: 1.3rem;
  line-height: 1.9;
  letter-spacing: 0;
  margin: 0 1.25rem 0.5rem; }

@media (min-width: 1080px) {
  .reason p {
    font-size: 1.2rem;
    line-height: 2.1;
    letter-spacing: 0.03rem;
    margin: 0 1rem 1rem; } }
.reason-bottom-text {
  text-align: justify;
  font-size: 1.2rem;
  line-height: 1.7;
  letter-spacing: 0.06rem;
  margin: 2rem 3.5rem 35px;
  color: #666; }

@media (min-width: 1080px) {
  .reason-bottom-text {
    margin: 0 3rem 60px; } }
.reason-label {
  display: inline-block;
  position: absolute;
  top: -6px;
  left: 27px;
  margin: 0;
  padding: 9px 0 8px;
  z-index: 2;
  width: 40px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-family: Arial, Helvetica, "sans-serif";
  background: linear-gradient(to right, #4fbfc0 0%, #74cccd 100%);
  /*background: linear-gradient(#E00038 0%, #cc0033 100%);*/
  border-radius: 2px 0 0 0; }

.reason-label:before {
  position: absolute;
  content: "";
  top: 0;
  right: -6px;
  border: none;
  border-bottom: solid 6px #389f9f;
  /*border-bottom: solid 6px #980026;*/
  border-right: solid 6px transparent; }

.reason-label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 20px solid #4fbfc0;
  border-right: 20px solid #74cccd;
  /*border-left: 20px solid #cc0033;
  border-right: 20px solid #cc0033;*/
  border-bottom: 10px solid transparent; }

/*---------------------------------------------------------------------------
 特典（トップページ）
---------------------------------------------------------------------------*/
.campaign-top {
  display: flex;
  justify-content: center;
  margin: 0 15px 30px; }

@media (min-width: 1080px) {
  .campaign-top {
    margin: 0 auto 40px; } }
.campaign-title {
  text-align: left;
  color: var(--color-darkgray);
  font-size: 2.4rem;
  letter-spacing: 0.03rem;
  font-weight: bold;
  background: url(/common/img/common/gift-illust.png) no-repeat bottom center;
  background-size: 204px 127px;
  padding: 0 0 140px 0;
  /*background: url(/common/img/common/hikaridake.png) no-repeat top center;
  background-size: 68px auto;
  padding: 80px 0 0 0;*/ }

@media (min-width: 1080px) {
  .campaign-title {
    font-size: 3.8rem;
    min-height: 127px;
    background: url(/common/img/common/gift-illust.png) no-repeat left center;
    background-size: 204px 127px;
    padding: 6rem 0 0 25rem;
    /*
    background: url(/common/img/common/hikaridake.png) no-repeat left center;
    background-size: 70px 76px;
    padding: .7rem 0 .7rem 9.5rem;
    */ } }
.campaign-subtitle {
  display: block;
  color: var(--color-darkgray);
  font-size: 1.2rem;
  letter-spacing: 0;
  font-weight: bold; }

@media (min-width: 1080px) {
  .campaign-subtitle {
    font-size: 2rem;
    letter-spacing: 0.1rem;
    margin-bottom: 5px; } }
.campaign-3 {
  color: var(--color-red);
  font-size: 3.6rem;
  margin: 0 0.3rem 0 0;
  font-weight: bold; }

@media (min-width: 1080px) {
  .campaign-3 {
    font-size: 5.4rem;
    margin: 0 0.4rem 0 0; } }
.campaign-sub-title {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  background: var(--bg-img);
  color: #fff;
  padding: 0.1rem 6rem 0 1.75rem;
  border-radius: 20px 0 0 0;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.15rem;
  height: 44px;
  line-height: 44px;
  margin: 0 15px; }

@media (min-width: 1080px) {
  .campaign-sub-title {
    padding: 0.1rem 9rem 0 2.2rem;
    border-radius: 20px 0 0 0;
    font-size: 2.5rem;
    font-weight: normal;
    letter-spacing: 0.15rem;
    height: 64px;
    line-height: 64px;
    margin: 0; } }
.campaign-sub-title i {
  font-size: 2.4rem;
  vertical-align: middle;
  margin-right: 1.25rem; }

@media (min-width: 1080px) {
  .campaign-sub-title i {
    font-size: 3.2rem;
    margin-right: 1.75rem; } }
.campaign-sub-title:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent var(--color-cream) transparent transparent;
  border-width: 0 44px 44px 0; }

@media (min-width: 1080px) {
  .campaign-sub-title:after {
    border-width: 0 64px 64px 0; } }
.campaign-box {
  box-sizing: border-box;
  border-radius: 0 20px 20px 20px;
  padding: 15px 15px 22px;
  background-color: #fff;
  margin: 0 15px 30px;
  box-shadow: 0 0 2px #d8d5d4;
  border-top: 4px solid var(--color-red); }

@media (min-width: 1080px) {
  .campaign-box {
    border-radius: 0 40px 40px 40px;
    padding: 60px;
    margin: 0 0 70px;
    box-shadow: 0 2px #f5f2f0; } }
.campaign-box-text {
  text-align: justify;
  margin: 0 2rem 2.5rem; }

@media (min-width: 1080px) {
  .campaign-box-text {
    margin: 0 6rem 4rem; } }
.campaign-bottom-text {
  text-align: justify;
  font-size: 1.0rem;
  line-height: 1.7;
  letter-spacing: 0.06rem;
  margin: 1rem 1.5rem 3rem; }

@media (min-width: 1080px) {
  .campaign-bottom-text {
    font-size: 1.2rem;
    text-align: center;
    margin: 0 3rem 6rem; } }
/*---------------------------------------------------------------------------
 特長（トップページ）
---------------------------------------------------------------------------*/
.feature-title {
  text-align: center;
  background: var(--bg-img);
  color: #fff;
  border-radius: 20px 20px 0 0;
  padding: 1rem 2rem;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  line-height: 1.5; }

@media (min-width: 1080px) {
  .feature-title {
    font-size: 2.4rem;
    padding: 1.5rem;
    font-weight: normal;
    border-radius: 30px 30px 0 0; } }
.feature {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 2.1rem;
  margin: 0 0 15px;
  padding: 20px 15px;
  /*background-color: var(--color-cream);*/
  background: #f7f6f5;
  border-radius: 0 0 20px 20px; }

@media (min-width: 1080px) {
  .feature {
    flex-direction: row;
    justify-content: space-between;
    margin: 0 0 30px;
    padding: 30px;
    border-radius: 0 0 30px 30px; } }
.feature div {
  position: relative;
  text-align: center;
  box-sizing: border-box;
  width: auto;
  height: auto;
  padding: 15px 15px 18px;
  background: #fff;
  border-radius: 20px;
  margin-bottom: 25px;
  box-shadow: 0 2px #f5f2f0; }

.feature div:last-child {
  margin-bottom: 0; }

@media (min-width: 1080px) {
  .feature div {
    width: 282px;
    padding: 15px 15px 10px;
    margin-bottom: 0;
    border-radius: 20px; } }
.feature figcaption {
  color: var(--color-darkgray);
  margin: 0.8rem 0 1.4rem;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-weight: bold; }

@media (min-width: 1080px) {
  .feature figcaption {
    font-size: 1.7rem;
    margin: 2.2rem 0; } }
.feature p {
  text-align: justify;
  font-size: 1.3rem;
  line-height: 1.9;
  letter-spacing: 0;
  margin: 0 1.25rem 1.5rem; }

.feature p:last-child {
  margin-bottom: 0.5rem; }

@media (min-width: 1080px) {
  .feature p {
    font-size: 1.2rem;
    line-height: 2.1;
    letter-spacing: 0.03rem;
    margin: 0 1rem 2rem; }

  .feature p:last-child {
    margin-bottom: 1rem; } }
.campaign-sub-title-2 {
  background: var(--bg-img);
  color: #fff;
  text-align: center;
  padding: 0.8rem;
  border-radius: 3px;
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
  font-weight: bold; }

@media (min-width: 1080px) {
  .campaign-sub-title-2 {
    font-weight: normal; } }
.feature-label-wrap {
  position: absolute;
  top: -7px;
  right: -10px;
  width: 89px;
  height: 91px;
  overflow: hidden;
  margin: 0;
  padding: 0; }

@media (min-width: 1080px) {
  .feature-label-wrap {
    position: absolute;
    top: -7px;
    right: -16px; } }
.feature-label {
  display: inline-block;
  position: absolute;
  padding: 7px 0;
  left: -23px;
  top: 22px;
  width: 160px;
  text-align: center;
  font-size: 16px;
  font-family: Arial, Helvetica, "sans-serif";
  line-height: 16px;
  background: linear-gradient(to right, #4fbfc0 0%, #74cccd 100%);
  color: #fff;
  letter-spacing: 0.05em;
  transform: rotate(45deg);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.feature-label:before,
.feature-label:after {
  position: absolute;
  content: "";
  border-top: 4px solid #389f9f;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  bottom: -4px; }

.feature-label:before {
  left: 14px; }

.feature-label:after {
  right: 18px; }

/*---------------------------------------------------------------------------
 プロバイダー（トップページ）
---------------------------------------------------------------------------*/
.provider {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 2.1rem;
  margin: 0 0 15px;
  padding: 15px;
  /*background-color: var(--color-cream);*/
  background: #f7f6f5;
  border-radius: 20px; }

@media (min-width: 1080px) {
  .provider {
    flex-direction: row;
    justify-content: space-between;
    margin: 0 0 30px;
    padding: 30px;
    border-radius: 30px; } }
.provider div {
  position: relative;
  text-align: center;
  box-sizing: border-box;
  width: auto;
  height: auto;
  padding: 15px 20px;
  background: #fff;
  border-radius: 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px #f5f2f0; }

.provider div:last-child {
  margin-bottom: 0; }

@media (min-width: 1080px) {
  .provider div {
    width: 282px;
    padding: 20px 30px;
    margin-bottom: 0;
    border-radius: 20px; } }
.provider figcaption {
  color: var(--color-darkgray);
  margin: 0.8rem 0 1.4rem;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  font-weight: bold; }

@media (min-width: 1080px) {
  .provider figcaption {
    font-size: 1.7rem;
    margin: 1.5rem 0; } }
.provider p {
  text-align: justify;
  font-size: 1.3rem;
  line-height: 1.9;
  letter-spacing: 0;
  margin-bottom: 0; }

@media (min-width: 1080px) {
  .provider p {
    font-size: 1.2rem;
    line-height: 2.1;
    letter-spacing: 0.03rem; } }
.provider figure p {
  margin: 0 0.5rem 0.5rem;
  /*margin: 0 .5rem 1.5rem;*/ }

@media (min-width: 1080px) {
  .provider figure p {
    margin: 0;
    /*margin: 0 0 2rem;*/ } }
.provider-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 10px 0; }

@media (min-width: 1080px) {
  .provider-list {
    justify-content: space-between; } }
.provider-list li {
  width: 47%;
  height: auto;
  margin: 0 6% 10px 0; }

@media (min-width: 1080px) {
  .provider-list li {
    width: 105px;
    height: auto;
    margin: 0 0 10px 0; } }
.provider-list li:nth-child(even) {
  margin-right: 0; }

.provider-label-wrap {
  position: absolute;
  top: -7px;
  right: -5px;
  width: 89px;
  height: 91px;
  overflow: hidden;
  margin: 0;
  padding: 0; }

@media (min-width: 1080px) {
  .provider-label-wrap {
    position: absolute;
    top: -7px;
    right: -5px; } }
.provider-label {
  display: inline-block;
  position: absolute;
  padding: 7px 0;
  left: -23px;
  top: 22px;
  width: 160px;
  text-align: center;
  font-size: 16px;
  font-family: Arial, Helvetica, "sans-serif";
  line-height: 16px;
  background: linear-gradient(to right, #4fbfc0 0%, #74cccd 100%);
  color: #fff;
  letter-spacing: 0.05em;
  transform: rotate(45deg);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }

.provider-label:before,
.provider-label:after {
  position: absolute;
  content: "";
  border-top: 4px solid #389f9f;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  bottom: -4px; }

.provider-label:before {
  left: 14px; }

.provider-label:after {
  right: 18px; }

/*---------------------------------------------------------------------------
 共通ボックス、タイトル（トップページ）
---------------------------------------------------------------------------*/
.home-box {
  margin: 0 15px 15px; }

@media (min-width: 1080px) {
  .home-box {
    margin: 0 0 100px; } }
.title-box {
  display: flex;
  justify-content: center;
  margin: 30px 0 20px; }

@media (min-width: 1080px) {
  .title-box {
    margin: 70px 0 40px; } }
.home-title {
  text-align: center;
  color: var(--color-darkgray);
  font-size: 2.4rem;
  letter-spacing: 0.03rem;
  font-weight: bold;
  background: url(/common/img/common/hikaridake.png) no-repeat top center;
  background-size: 68px auto;
  padding: 76px 0 5px 0;
  line-height: 1.4; }

.home-title span {
  /*display: block;*/
  font-weight: bold;
  letter-spacing: -0.3rem; }

@media (min-width: 1080px) {
  .home-title {
    font-size: 3.6rem;
    letter-spacing: 0.15rem;
    background: url(/common/img/common/hikaridake.png) no-repeat left center;
    background-size: 70px 76px;
    padding: 2.5rem 0 2.5rem 9.5rem; }

  .home-title span {
    display: inline; } }
/*---------------------------------------------------------------------------
 速度、IPv6（トップページ）
---------------------------------------------------------------------------*/
.home-speed {
  background: url(/common/img/home/docomo-speed.png) no-repeat center top;
  background-size: auto 260px;
  padding: 285px 0 0 0;
  margin: 0 0 30px; }

@media (min-width: 1080px) {
  .home-speed {
    background: url(/common/img/home/docomo-speed.png) no-repeat left 20px top 10px;
    background-size: 425px 352px;
    padding: 0 20px 20px 545px;
    margin: 60px 0 60px; } }
.home-ipv6 {
  background: url(/common/img/home/docomo-ipv6.png) no-repeat center top;
  background-size: auto 260px;
  padding: 285px 0 0 0;
  margin: 0 0 30px; }

@media (min-width: 1080px) {
  .home-ipv6 {
    background: url(/common/img/home/docomo-ipv6.png) no-repeat right 20px top;
    background-size: 425px 333px;
    padding: 20px 545px 60px 20px;
    margin: 0 0 70px; } }
.home-speed p,
.home-ipv6 p {
  text-align: justify;
  font-size: 1.4rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem; }

@media (min-width: 1080px) {
  .home-speed p,
  .home-ipv6 p {
    font-size: 1.7rem;
    line-height: 1.9;
    margin-left: 0;
    margin-right: 0; }

  .home-speed p:nth-child(3) {
    font-size: 1.2rem; } }
.hikari-title {
  text-align: center;
  color: var(--color-darkgray);
  font-size: 1.8rem;
  letter-spacing: 0.15rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 2rem; }

@media (min-width: 1080px) {
  .hikari-title {
    text-align: left;
    font-size: 2.2rem;
    font-weight: normal;
    margin-bottom: 4rem; } }
/*---------------------------------------------------------------------------
 料金（トップページ）
---------------------------------------------------------------------------*/
.tab-area {
  display: flex;
  justify-content: space-around;
  cursor: pointer;
  margin-top: 50px;
  border-radius: 20px; }

.tab {
  position: relative;
  width: 50%;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.06rem;
  text-align: center;
  color: #b4b4b4;
  background-color: #fff;
  padding: 15px; }

@media (min-width: 1080px) {
  .tab {
    font-weight: normal;
    font-size: 2rem; } }
.tab:nth-child(odd) {
  border-radius: 8px 0 0 8px; }

.tab:nth-child(even) {
  border-radius: 0 8px 8px 0; }

.tab:hover {
  background-color: #151515;
  color: #fff; }

.tab.active {
  background-color: #151515;
  color: #f7f6f5; }

.tab.active:after {
  position: absolute;
  bottom: -29px;
  left: 45%;
  content: "";
  height: 15px;
  border-top: 15px solid #151515;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent; }

.tab-content {
  display: none; }

.tab-content.show {
  margin-top: 40px;
  display: block; }

.fee-title {
  text-align: center;
  background: var(--bg-img);
  color: #fff;
  border-radius: 20px 20px 0 0;
  padding: 1rem 1.5rem;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  margin-bottom: 2px; }

@media (min-width: 1080px) {
  .fee-title {
    font-size: 2.2rem;
    padding: 2rem;
    font-weight: normal;
    border-radius: 20px 20px 0 0; } }
.fee-title span {
  display: block;
  font-weight: bold; }

@media (min-width: 1080px) {
  .fee-title span {
    display: inline;
    font-weight: normal; } }
.fee-provider-title {
  display: inline-block;
  color: #fff;
  background: url(/common/img/common/gnav/provider.png) left 1.5rem center no-repeat, var(--bg-img);
  background-size: 20px 20px;
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
  padding: 1rem 1.5rem 1rem 4.5rem;
  border-radius: 10px 10px 0 0;
  font-weight: bold; }

@media (min-width: 1080px) {
  .fee-provider-title {
    background: url(/common/img/common/gnav/provider.png) left 2rem center no-repeat, var(--bg-img);
    background-size: 26px 26px;
    font-size: 1.8rem;
    padding: 1.5rem 2.5rem 1.5rem 6rem;
    border-radius: 12px 12px 0 0;
    font-weight: normal; } }
.provider-box {
  background-color: #fff;
  border-radius: 0 20px 20px 20px;
  padding: 25px 20px 5px;
  margin-bottom: 35px;
  box-shadow: 0 2px #f5f2f0; }

@media (min-width: 1080px) {
  .provider-box {
    border-radius: 0 20px 20px 20px;
    padding: 45px 40px 20px;
    margin-bottom: 70px; } }
.fee-provider-list {
  display: flex;
  flex-wrap: wrap; }

.fee-provider-list li {
  width: 30%;
  height: auto;
  margin: 0 5% 15px 0;
  position: relative; }

.fee-provider-list li a img:hover {
  animation: yure 2.5s ease infinite; }

@media (min-width: 1080px) {
  .fee-provider-list li {
    width: 150px;
    height: 50px;
    margin: 0 20px 20px 0; } }
.new {
  position: absolute;
  animation: yure 2.5s ease infinite;
  top: -58%;
  left: 27%;
  width: 40px;
  height: auto; }

@media (min-width: 1080px) {
  .new {
    position: absolute;
    top: -66%;
    left: 27%;
    width: 75px;
    height: 34px; } }
.fee-provider-list li:nth-child(3n) {
  margin-right: 0; }

@media (min-width: 1080px) {
  .fee-provider-list li:nth-child(3n) {
    margin-right: 20px; }

  .fee-provider-list li:nth-child(6n) {
    margin-right: 0; } }
.button-layout {
  display: flex;
  flex-direction: column; }

@media (min-width: 1080px) {
  .button-layout {
    flex-direction: row; } }
.button-layout div {
  width: 100%;
  margin-bottom: 20px; }

@media (min-width: 1080px) {
  .button-layout div {
    width: 45%;
    margin-bottom: 0; } }
/*---------------------------------------------------------------------------
 セット割（トップページ）
---------------------------------------------------------------------------*/
.setwari-title {
  text-align: center;
  background: var(--bg-img);
  color: #fff;
  padding: 1rem 2rem;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  border-radius: 20px;
  margin-bottom: 20px; }

@media (min-width: 1080px) {
  .setwari-title {
    font-size: 2rem;
    padding: 1.5rem;
    font-weight: normal;
    letter-spacing: 0.15rem;
    border-radius: 20px;
    margin-bottom: 50px; } }
.setwari-text {
  text-align: justify;
  font-size: 1.4rem;
  margin: 0 1rem 3rem; }

@media (min-width: 1080px) {
  .setwari-text {
    font-size: 1.7rem;
    margin: 0 4rem 6rem; } }
/*---------------------------------------------------------------------------
 開通までの流れ（トップページ）
---------------------------------------------------------------------------*/
.flow-text {
  text-align: justify;
  font-size: 1.4rem;
  margin: 0 1rem 3rem; }

@media (min-width: 1080px) {
  .flow-text {
    font-size: 1.7rem;
    margin: 0 4rem 6rem; } }
/*---------------------------------------------------------------------------
 オプション（トップページ）
---------------------------------------------------------------------------*/
.option {
  display: flex;
  flex-direction: column;
  margin: 0 0 20px; }

@media (min-width: 1080px) {
  .option {
    flex-direction: row;
    justify-content: space-between;
    margin: 0 0 60px; } }
.option div {
  text-align: center;
  box-sizing: border-box;
  width: auto;
  height: auto;
  padding: 25px 20px 20px;
  background: #fff;
  border-radius: 20px;
  margin-bottom: 18px;
  box-shadow: 0 2px #f5f2f0; }

.option div:last-child {
  margin-bottom: 0; }

/*@media (min-width: 1080px) {
  .option div {
    width: 520px;
    padding: 50px 30px 30px;
    margin-bottom: 0;
  }
}*/
@media (min-width: 1080px) {
  .option div {
    width: 330px;
    padding: 30px 15px 15px;
    margin-bottom: 0;
    border-radius: 30px; } }
.option figcaption {
  color: var(--color-darkgray);
  margin: 1.4rem 0 1rem;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.15rem;
  font-weight: bold; }

@media (min-width: 1080px) {
  .option figcaption {
    margin: 2.5rem 0 2rem; } }
.option p {
  text-align: justify;
  font-size: 1.3rem;
  line-height: 1.9;
  letter-spacing: 0;
  margin: 0 .5rem 0.5rem; }

@media (min-width: 1080px) {
  .option p {
    font-size: 1.2rem;
    line-height: 2.1;
    letter-spacing: 0.03rem;
    margin: 0 1.5rem 1rem; } }
/*---------------------------------------------------------------------------
 よくある質問（トップページ）
---------------------------------------------------------------------------*/
.faq-box {
  padding: 1px 0 10px;
  margin: 35px 0 0; }

@media (min-width: 1080px) {
  .faq-box {
    padding: 1px 0 70px;
    margin: 0; } }
.faq-box .home-title {
  color: #fff; }

.faq-q {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: bold;
  color: var(--color-gray2);
  background-color: #fff;
  border-radius: 20px;
  padding: 1.5rem 1.5rem 1.5rem 2rem;
  margin-bottom: 0; }

@media (min-width: 1080px) {
  .faq-q {
    font-size: 1.9rem;
    font-weight: normal;
    border-radius: 20px;
    padding: 2rem 3rem; } }
.faq-q:hover {
  color: var(--color-gray2); }

.faq-q:hover::after {
  color: var(--color-red); }

.faq-q.active {
  background: var(--color-yellow);
  color: #000;
  border-radius: 10px 10px 0 0;
  margin-bottom: 0; }

@media (min-width: 1080px) {
  .faq-q.active {
    border-radius: 12px 12px 0 0; } }
.faq-q::after {
  font-family: "icomoon";
  content: "\e922";
  font-size: 2.6rem;
  color: var(--color-red);
  margin-left: auto; }

@media (min-width: 1080px) {
  .faq-q::after {
    font-size: 3.2rem; } }
.faq-q.active::after {
  font-family: "icomoon";
  content: "\e923";
  color: var(--color-red); }

@media (min-width: 1080px) {
  .faq-q::before {
    text-align: center;
    content: "Q";
    background: #cc0033;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    font-family: Arial, Helvetica, "sans-serif";
    margin-right: 2.4rem; } }
.faq-a {
  opacity: 0;
  margin-bottom: 20px;
  max-height: 0;
  overflow: hidden;
  clear: both;
  font-size: 1.5rem;
  line-height: 1.5;
  background: #fff;
  border-radius: 0 0 20px 20px;
  transition: all 0.2s ease 0.01s; }

@media (min-width: 1080px) {
  .faq-a {
    margin-bottom: 40px;
    font-size: 1.7rem;
    border-radius: 0 0 20px 20px; } }
.faq-a p {
  text-align: justify; }

.faq-a.active {
  opacity: 1;
  max-height: 100%;
  background: #fff;
  transition: all 0.2s ease 0.01s;
  padding: 2rem 2.5rem 1.5rem; }

@media (min-width: 1080px) {
  .faq-a.active {
    padding: 4rem 6rem 2rem; } }
/*---------------------------------------------------------------------------
画像
---------------------------------------------------------------------------*/
.img-margin {
  margin: 2.5rem 1rem 1.75rem; }

@media (min-width: 1080px) {
  .img-margin {
    margin: 5rem 0 3rem; } }
/*---------------------------------------------------------------------------
ギミック
---------------------------------------------------------------------------*/
@keyframes yure {
  0% {
    transform: translateY(0); }
  5% {
    transform: translateY(0); }
  10% {
    transform: translateY(0); }
  20% {
    transform: translateY(-8px); }
  25% {
    transform: translateY(0); }
  30% {
    transform: translateY(-6px); }
  50% {
    transform: translateY(0); }
  100% {
    transform: translateY(0); } }
.opacity {
  opacity: 1; }

.opacity:hover {
  opacity: 0.75;
  animation: yure 2.5s ease infinite; }

/*---------------------------------------------------------------------------
 タレントプロフィール
---------------------------------------------------------------------------*/
.talent-layout {
  display: flex;
  justify-content: space-between;
  flex-direction: column; }

@media (min-width: 1080px) {
  .talent-layout {
    flex-direction: row-reverse; } }
.talent-layout div:first-child {
  width: auto; }

@media (min-width: 1080px) {
  .talent-layout div:first-child {
    width: 350px; } }
.talent-layout div:first-child p {
  text-align: justify; }

@media (min-width: 1080px) {
  .talent-layout div:first-child p {
    text-align: justify;
    margin-right: 0;
    margin-left: 0; } }
.talent-layout div:last-child {
  width: auto;
  flex: 0 0 auto; }

@media (min-width: 1080px) {
  .talent-layout div:last-child {
    width: 300px; } }
.talent-layout div:last-child img {
  width: 180px;
  height: auto; }

@media (min-width: 1080px) {
  .talent-layout div:last-child img {
    width: inherit;
    height: auto; } }
/*---------------------------------------------------------------------------
 開通までの流れ
---------------------------------------------------------------------------*/
.step-icon {
  text-align: center;
  letter-spacing: 0; }

.step-icon i {
  display: block;
  font-size: 5rem;
  margin-bottom: 0.3rem; }

@media (min-width: 1080px) {
  .step-icon {
    font-size: 1.6rem; }

  .step-icon i {
    font-size: 6rem;
    margin-bottom: 1rem; } }
.type-blue {
  text-align: center;
  background: #1151a7;
  color: #fff;
  border-radius: 4px;
  padding: 4px 10px;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  margin: 0 0 7px; }

@media (min-width: 1080px) {
  .type-blue {
    margin: 0 0 10px; } }
.type-green {
  text-align: center;
  background: #3eb100;
  color: #fff;
  border-radius: 4px;
  padding: 4px 10px;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  margin: 0 0 7px; }

@media (min-width: 1080px) {
  .type-green {
    margin: 0 0 10px; } }
/*---------------------------------------------------------------------------
 ドコモ光とは
---------------------------------------------------------------------------*/
.underlayer-provider-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 10px 25px; }

@media (min-width: 1080px) {
  .underlayer-provider-list {
    margin: 0 30px 50px; } }
.underlayer-provider-list li {
  position: relative;
  width: 30%;
  height: auto;
  margin: 0 5% 25px 0; }

@media (min-width: 1080px) {
  .underlayer-provider-list li {
    width: 150px;
    height: auto;
    margin: 0 100px 30px 0; } }
.underlayer-provider-list li:nth-child(3n) {
  margin-right: 0; }

.underlayer-provider-list li:nth-last-child(-n + 3) {
  margin-bottom: 0; }

/*---------------------------------------------------------------------------
 ページ振り分け
---------------------------------------------------------------------------*/
.sort-box {
  background: #f5f3f1;
  padding: 12px 12px 0;
  border-radius: 16px;
  margin-bottom: 30px; }

@media (min-width: 1080px) {
  .sort-box {
    background: #f7f6f5;
    padding: 30px 30px 0;
    border-radius: 20px;
    margin-bottom: 60px; } }
.sort-detail {
  display: flex;
  flex-wrap: wrap; }

.sort-detail li {
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  background: #fff;
  border-radius: 10px;
  padding: 18px 18px 21px;
  margin: 0 0 15px 0;
  box-shadow: 0 2px #f5f2f0; }

@media (min-width: 1080px) {
  .sort-detail li {
    width: 310px;
    padding: 20px 20px 22px;
    margin: 0 30px 30px 0;
    border-radius: 16px; }

  .sort-detail li:nth-child(2n) {
    margin-right: 0; } }
.sort-detail img {
  margin: 5px 0 15px; }

@media (min-width: 1080px) {
  .sort-detail img {
    margin: 10px 0 25px; } }
.sort-detail-button {
  display: block;
  box-sizing: border-box;
  text-align: center;
  width: auto;
  height: auto;
  border-radius: 20px;
  background-color: var(--color-yellow);
  box-shadow: 0px 2px #e9d100;
  font-size: 1.2rem;
  letter-spacing: 0;
  margin: 0 auto; }

@media (min-width: 1080px) {
  .sort-detail-button {
    font-size: 1.3rem;
    margin: 0 auto; } }
.sort-detail-button:hover {
  transition: all 0.4s;
  color: #fff;
  background-color: var(--color-green);
  box-shadow: 0px 2px #389f9f; }

.sort-detail-button a {
  display: block;
  width: 100%;
  height: auto;
  padding: 13px 12px 12px;
  font-weight: bold; }

.sort-detail-button a {
  color: var(--color-darkgray);
  text-decoration: none; }

.sort-detail-button a:hover {
  color: #fff;
  text-decoration: none; }

.sort-detail-button i {
  font-size: 1.1rem;
  margin-left: 2px;
  vertical-align: middle; }

@media (min-width: 1080px) {
  .sort-detail-button i {
    font-size: 1.3rem;
    margin-left: 4px; } }
/*---------------------------------------------------------------------------
 プロバイダ一覧
---------------------------------------------------------------------------*/
.provider-list-detail-box {
  background: #f7f6f5;
  /*background: var(--bg-ptn);*/
  padding: 12px 12px 2px;
  border-radius: 8px;
  margin-bottom: 30px; }

@media (min-width: 1080px) {
  .provider-list-detail-box {
    padding: 30px 30px 5px;
    border-radius: 12px;
    margin-bottom: 60px; } }
.provider-list-detail {
  display: flex;
  flex-wrap: wrap; }

.provider-list-detail li {
  position: relative;
  text-align: center;
  box-sizing: border-box;
  width: 48%;
  height: auto;
  background: #fff;
  border-radius: 4px;
  padding: 10px 10px 13px;
  margin: 0 4% 15px 0;
  box-shadow: 0 2px #f5f2f0; }

.provider-list-detail li:nth-child(2n) {
  margin-right: 0; }

@media (min-width: 1080px) {
  .provider-list-detail li {
    width: 200px;
    padding: 20px 20px 22px;
    margin: 0 25px 25px 0;
    border-radius: 8px; }

  .provider-list-detail li:nth-child(2n) {
    margin-right: 25px; }

  .provider-list-detail li:nth-child(3n) {
    margin-right: 0; } }
.provider-list-detail img {
  margin: 5px 0 15px; }

@media (min-width: 1080px) {
  .provider-list-detail img {
    margin: 10px 0 25px; } }
.provider-detail-button {
  display: block;
  box-sizing: border-box;
  text-align: center;
  width: auto;
  height: 32px;
  line-height: 33px;
  border-radius: 16px;
  background-color: var(--color-yellow);
  box-shadow: 0px 2px #e9d100;
  font-size: 1.1rem;
  letter-spacing: 0;
  padding: 0 6px;
  margin: 0 auto; }

@media (min-width: 1080px) {
  .provider-detail-button {
    font-size: 1.2rem;
    padding: 0 10px;
    margin: 0 auto; } }
.provider-detail-button:hover {
  transition: all 0.4s;
  background-color: var(--color-green);
  box-shadow: 0px 2px #389f9f; }

.provider-detail-button a {
  display: block;
  width: 100%;
  height: 100%;
  font-weight: bold; }

.provider-detail-button a {
  color: var(--color-darkgray);
  text-decoration: none; }

.provider-detail-button a:hover {
  color: #fff;
  text-decoration: none; }

.provider-detail-button i {
  font-size: 1.1rem;
  margin-left: 2px;
  vertical-align: middle; }

@media (min-width: 1080px) {
  .provider-detail-button i {
    font-size: 1.3rem;
    margin-left: 4px; } }
/*---------------------------------------------------------------------------
 プロバイダ詳細
---------------------------------------------------------------------------*/
.gift-box {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px; }

@media (min-width: 1080px) {
  .gift-box {
    flex-direction: row;
    margin: 0 20px 50px; } }
.gift-box div:first-child {
  flex: 0 0 auto;
  text-align: center;
  width: auto;
  height: auto;
  margin: 15px auto 30px; }

@media (min-width: 1080px) {
  .gift-box div:first-child {
    width: 150px;
    margin: 0 70px 0 0; } }
.gift-box div:last-child {
  text-align: justify;
  width: auto;
  height: auto;
  margin: 0 10px; }

@media (min-width: 1080px) {
  .gift-box div:last-child {
    margin: 0; } }
/*---------------------------------------------------------------------------
 浮遊アニメーション
---------------------------------------------------------------------------*/
.fuyuu {
  animation: 3s fuyuu infinite; }

@keyframes fuyuu {
  0%,
  100% {
    transform: translateY(0); }
  50% {
    transform: translateY(-16px); } }
/*---------------------------------------------------------------------------
 CTA
---------------------------------------------------------------------------*/
.cta-wrap {
  position: relative; }

.hikaridake {
  position: absolute;
  right: 20px;
  top: 105px; }

@media (min-width: 641px) and (max-width: 1079px) {
  .hikaridake {
    position: absolute;
    right: 28%;
    top: 105px; } }
@media (min-width: 1080px) {
  .hikaridake {
    position: absolute;
    top: 102px;
    left: 260px; } }
/*---------------------------------------------------------------------------
 オプション
---------------------------------------------------------------------------*/
.net-total-support-01 {
  text-align: justify;
  background: url(/common/img/option/net-total-support/01.png) no-repeat top center;
  background-size: 150px 100px;
  padding: 120px 1.5rem 0 1.5rem;
  margin-bottom: 20px; }

@media (min-width: 600px) {
  .net-total-support-01 {
    background: url(/common/img/option/net-total-support/01.png) no-repeat top left;
    background-size: 300px 200px;
    padding: 0 20px 0 340px;
    margin-bottom: 0;
    min-height: 200px; } }
.net-total-support-02 {
  text-align: justify;
  background: url(/common/img/option/net-total-support/02.png) no-repeat top center;
  background-size: 150px 100px;
  padding: 120px 1.5rem 0 1.5rem;
  margin-bottom: 20px; }

@media (min-width: 600px) {
  .net-total-support-02 {
    background: url(/common/img/option/net-total-support/02.png) no-repeat top left;
    background-size: 300px 200px;
    padding: 0 20px 0 340px;
    margin-bottom: 0;
    min-height: 200px; } }
.net-total-support-03 {
  text-align: justify;
  background: url(/common/img/option/net-total-support/03.png) no-repeat top center;
  background-size: 150px 100px;
  padding: 120px 1.5rem 0 1.5rem;
  margin-bottom: 20px; }

@media (min-width: 600px) {
  .net-total-support-03 {
    background: url(/common/img/option/net-total-support/03.png) no-repeat top left;
    background-size: 300px 200px;
    padding: 0 20px 0 340px;
    margin-bottom: 0;
    min-height: 200px; } }
.net-total-support-04 {
  text-align: justify;
  background: url(/common/img/option/net-total-support/04.png) no-repeat top center;
  background-size: 150px 100px;
  padding: 120px 1.5rem 0 1.5rem;
  margin-bottom: 20px; }

@media (min-width: 600px) {
  .net-total-support-04 {
    background: url(/common/img/option/net-total-support/04.png) no-repeat top left;
    background-size: 300px 200px;
    padding: 0 20px 0 340px;
    margin-bottom: 0;
    min-height: 200px; } }
.net-total-support-05 {
  text-align: justify;
  background: url(/common/img/option/net-total-support/05.png) no-repeat top center;
  background-size: 150px 100px;
  padding: 120px 1.5rem 0 1.5rem;
  margin-bottom: 20px; }

@media (min-width: 600px) {
  .net-total-support-05 {
    background: url(/common/img/option/net-total-support/05.png) no-repeat top left;
    background-size: 300px 200px;
    padding: 0 20px 0 340px;
    margin-bottom: 0;
    min-height: 200px; } }
.net-total-support-06 {
  text-align: justify;
  background: url(/common/img/option/net-total-support/06.png) no-repeat top center;
  background-size: 150px 100px;
  padding: 120px 1.5rem 0 1.5rem;
  margin-bottom: 20px; }

@media (min-width: 600px) {
  .net-total-support-06 {
    background: url(/common/img/option/net-total-support/06.png) no-repeat top left;
    background-size: 300px 200px;
    padding: 0 20px 0 340px;
    margin-bottom: 0;
    min-height: 200px; } }
.os {
  display: inline-block;
  text-align: center;
  background-color: var(--color-green);
  color: #fff;
  padding: 7px 12px 6px;
  margin-right: 10px;
  border-radius: 4px;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  line-height: 1; }

@media (min-width: 1080px) {
  .os {
    display: block;
    padding: 7px 12px 6px;
    margin-right: 0;
    margin-bottom: 8px; } }
.terminal-02 {
  text-align: justify;
  background: url(/common/img/option/hikaritv/terminal02.jpg) no-repeat top center;
  background-size: 300px 265px;
  padding: 285px 1.5rem 0 1.5rem;
  margin-bottom: 20px; }

@media (min-width: 600px) {
  .terminal-02 {
    background: url(/common/img/option/hikaritv/terminal02.jpg) no-repeat top left;
    background-size: 300px 265px;
    padding: 0 20px 0 340px;
    margin-bottom: 0;
    min-height: 265px; } }
.terminal-01 {
  text-align: justify;
  background: url(/common/img/option/hikaritv/terminal01.jpg) no-repeat top center;
  background-size: 300px 265px;
  padding: 285px 1.5rem 0 1.5rem;
  margin-bottom: 20px; }

@media (min-width: 600px) {
  .terminal-01 {
    background: url(/common/img/option/hikaritv/terminal01.jpg) no-repeat top left;
    background-size: 300px 265px;
    padding: 0 20px 0 340px;
    margin-bottom: 0;
    min-height: 265px; } }
.fee-basic {
  text-align: justify;
  background: url(/common/img/option/skyperfectv/basic.png) no-repeat top center;
  background-size: 300px 112px;
  padding: 132px 1.5rem 0 1.5rem;
  margin-bottom: 20px; }

@media (min-width: 600px) {
  .fee-basic {
    background: url(/common/img/option/skyperfectv/basic.png) no-repeat top left;
    background-size: 300px 112px;
    padding: 0 20px 0 340px;
    margin-bottom: 40px;
    min-height: 112px; } }
.fee-select5 {
  text-align: justify;
  background: url(/common/img/option/skyperfectv/select5.png) no-repeat top center;
  background-size: 300px 68px;
  padding: 88px 1.5rem 0 1.5rem;
  margin-bottom: 20px; }

@media (min-width: 600px) {
  .fee-select5 {
    background: url(/common/img/option/skyperfectv/select5.png) no-repeat top left;
    background-size: 300px 68px;
    padding: 0 20px 0 340px;
    margin-bottom: 40px;
    min-height: 68px; } }
.fee-select10 {
  text-align: justify;
  background: url(/common/img/option/skyperfectv/select10.png) no-repeat top center;
  background-size: 300px 68px;
  padding: 88px 1.5rem 0 1.5rem;
  margin-bottom: 20px; }

@media (min-width: 600px) {
  .fee-select10 {
    background: url(/common/img/option/skyperfectv/select10.png) no-repeat top left;
    background-size: 300px 68px;
    padding: 0 20px 0 340px;
    margin-bottom: 40px;
    min-height: 68px; } }
.fee-hikari-pack-hd {
  text-align: justify;
  background: url(/common/img/option/skyperfectv/hikari-pack-hd.png) no-repeat top center;
  background-size: 300px 68px;
  padding: 88px 1.5rem 0 1.5rem;
  margin-bottom: 20px; }

@media (min-width: 600px) {
  .fee-hikari-pack-hd {
    background: url(/common/img/option/skyperfectv/hikari-pack-hd.png) no-repeat top left;
    background-size: 300px 68px;
    padding: 0 20px 0 340px;
    margin-bottom: 40px;
    min-height: 68px; } }
/*---------------------------------------------------------------------------
 dアカウント
---------------------------------------------------------------------------*/
.daccount-1 {
  text-align: justify;
  background: url(/common/img/basic/daccount/01.png) no-repeat top 10px center;
  background-size: 282px 143px;
  padding: 173px 1.5rem 0 1.5rem;
  margin-bottom: 20px; }

@media (min-width: 600px) {
  .daccount-1 {
    background: url(/common/img/basic/daccount/01.png) no-repeat top left 20px;
    background-size: 282px 143px;
    padding: 0 20px 0 350px;
    margin-bottom: 80px;
    min-height: 143px; } }
.daccount-2 {
  text-align: justify;
  background: url(/common/img/basic/daccount/02.png) no-repeat top 10px center;
  background-size: 236px 184px;
  padding: 214px 1.5rem 0 1.5rem;
  margin-bottom: 20px; }

@media (min-width: 600px) {
  .daccount-2 {
    background: url(/common/img/basic/daccount/02.png) no-repeat top left 40px;
    background-size: 236px 184px;
    padding: 0 20px 0 350px;
    margin-bottom: 80px;
    min-height: 184px; } }
.daccount-3 {
  text-align: justify;
  background: url(/common/img/basic/daccount/03.png) no-repeat top 10px center;
  background-size: 255px 154px;
  padding: 184px 1.5rem 0 1.5rem;
  margin-bottom: 20px; }

@media (min-width: 600px) {
  .daccount-3 {
    background: url(/common/img/basic/daccount/03.png) no-repeat top left 25px;
    background-size: 255px 154px;
    padding: 0 20px 0 350px;
    margin-bottom: 80px;
    min-height: 154px; } }
/*---------------------------------------------------------------------------
 header-top
---------------------------------------------------------------------------*/
.header-top {
  display: flex;
  flex-direction: column; }

@media (min-width: 768px) {
  .header-top {
    align-items: center;
    flex-direction: row; } }
.header-top-company-name {
  margin-right: auto;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.06rem;
  padding: 8px 15px 5px;
  font-weight: bold; }

@media (min-width: 768px) and (max-width: 1079px) {
  .header-top-company-name {
    font-size: 10px;
    padding: 8px 15px 12px; } }
@media (min-width: 1080px) {
  .header-top-company-name {
    font-size: 12px;
    padding: 10px 0;
    font-weight: normal; } }
.header-top-address span {
  padding-left: 8px;
  font-weight: bold; }

@media (min-width: 768px) and (max-width: 1079px) {
  .header-top-address span {
    padding-left: 8px;
    font-weight: bold; } }
@media (min-width: 1080px) {
  .header-top-address span {
    padding-left: 2rem;
    font-weight: normal; } }
.header-top-address {
  color: #fff;
  font-size: 8px;
  line-height: 1.5;
  letter-spacing: 0.06rem;
  padding: 0 15px 8px;
  font-weight: bold; }

@media (min-width: 768px) and (max-width: 1079px) {
  .header-top-address {
    font-size: 10px;
    padding: 8px 15px 12px; } }
@media (min-width: 1080px) {
  .header-top-address {
    font-size: 12px;
    padding: 10px 0;
    font-weight: normal; } }
.campaign-text {
  text-align: justify;
  margin: 0;
  padding: 15px 25px 0;
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.07rem;
  color: #666;
  font-weight: bold; }

@media (min-width: 1080px) {
  .campaign-text {
    text-align: center;
    padding: 35px 0 0;
    font-size: 1.25rem;
    line-height: 1.8;
    letter-spacing: 0.085rem;
    font-weight: normal; }

  .campaign-text span {
    display: block; } }
/*---------------------------------------------------------------------------
 dカード
---------------------------------------------------------------------------*/
.d-card {
  text-align: center;
  padding: 15px; }

@media (min-width: 1080px) {
  .d-card {
    padding: 40px 0; } }
/*---------------------------------------------------------------------------
 レビューを書く
---------------------------------------------------------------------------*/
.write-review {
  text-align: center;
  margin: 20px 15px; }

@media (min-width: 1080px) {
  .write-review {
    margin: 30px 0; } }
/*---------------------------------------------------------------------------

---------------------------------------------------------------------------*/
.bg-10g-banner {
  padding: 15px 15px 17px;
  background: url(/common/img/common/bg-red.png);
  margin-bottom: 30px; }

@media (min-width: 1080px) {
  .bg-10g-banner {
    padding: 40px 0;
    margin-bottom: 30px; } }
.bg-review-banner {
  padding: 15px 15px 17px;
  background: url(/common/img/common/bg-red.png);
  margin-bottom: 30px; }

@media (min-width: 1080px) {
  .bg-review-banner {
    padding: 40px 0;
    margin-bottom: 30px; } }
.review-top-text {
  text-align: justify;
  background: #fffdd1;
  padding: 17px 26px 17px;
  border-radius: 12px;
  margin-bottom: 15px; }

.review-top-text p {
  margin-bottom: 0;
  line-height: 1.8;
  letter-spacing: 0.1rem; }

/*---------------------------------------------------------------------------
 privacy
---------------------------------------------------------------------------*/
.privacypolicy-contact {
  text-align: center;
  background: #f5f5f5;
  padding: 20px;
  border-radius: 6px; }

.privacypolicy-handling {
  margin: 0 20px 120px; }

.privacypolicy-handling h2 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  margin-top: 60px;
  margin-bottom: 40px;
  color: #191e2d; }

.privacypolicy-handling h3 {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0 auto 20px;
  border-left: 4px solid #191e2d;
  padding: 15px 20px;
  color: #191e2d;
  background: #f7f7f7;
  line-height: 1.6; }

.privacypolicy-handling p {
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.1em;
  margin: 0 1.5em 30px;
  color: #333; }

.privacypolicy-handling-list {
  margin-bottom: 30px; }

.privacypolicy-handling-list li {
  text-align: justify;
  list-style-type: decimal;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin: 0 10px 10px 30px;
  color: #333; }

.privacypolicy-handling-list li > ul {
  margin: 15px 0 30px; }

.privacypolicy-handling-list li > ul li {
  list-style-type: disc;
  margin-bottom: 10px; }

.type-none li > ul li {
  list-style-type: none; }

.privacypolicy-handling-line {
  text-decoration: underline; }

.privacypolicy-contact {
  text-align: center;
  background: #f5f5f5;
  padding: 20px;
  border-radius: 6px; }

.privacypolicy-list li {
  text-align: justify;
  list-style-type: lower-latin;
  font-size: 14px;
  color: #333;
  line-height: 1.8;
  margin: 0 0 30px 20px; }

.sp-dn {
  display: none; }

@media (min-width: 1080px) {
  .sp-dn {
    display: block; } }
.official-provider {
  z-index: 100;
  position: absolute;
  top: -16px;
  left: 4px; }

@media (min-width: 1080px) {
  .official-provider {
    position: absolute;
    top: -22px;
    left: 8px; } }
.official-provider2 {
  z-index: 100;
  position: absolute;
  top: -16px;
  left: 8px; }

@media (min-width: 1080px) {
  .official-provider2 {
    position: absolute;
    top: -18px;
    left: 32px; } }
.ocn-feature {
  background: url(/common/img/basic/provider/ocn/guide.png) no-repeat center top;
  background-size: auto 120px;
  padding-top: 120px; }

.feature-index {
  box-sizing: border-box;
  width: auto;
  height: auto;
  border: 2px solid #ebebeb;
  border-radius: 20px;
  padding: 22px 22px;
  background: #fff;
  margin: 0 5px;
  font-weight: bold; }

.feature-index a {
  font-weight: bold; }

.feature-index > ul {
  list-style: decimal;
  margin-left: 20px; }

.feature-index > ul li {
  font-size: 1.1rem;
  line-height: 1.4;
  margin-bottom: .8rem; }

.feature-index > ul li > ul {
  margin: 10px 0 20px 20px;
  list-style: circle; }

.feature-index > ul li > ul li {
  font-size: 1.0rem;
  line-height: 1.4;
  margin-bottom: .9rem; }

@media (min-width: 1080px) {
  .ocn-feature {
    background: url(/common/img/basic/provider/ocn/guide.png) no-repeat left 70px top 70px;
    background-size: 126px 142px;
    padding-top: 0; }

  .feature-index {
    width: 410px;
    padding: 25px 25px;
    margin: 0 80px 0 220px; }

  .feature-index a {
    font-weight: normal; }

  .feature-index > ul {
    list-style: decimal;
    margin-left: 20px; }

  .feature-index > ul li {
    font-size: 1.3rem;
    line-height: 1.5;
    margin-bottom: .7rem; }

  .feature-index > ul li > ul {
    margin: 10px 0 20px 20px;
    list-style: circle; }

  .feature-index > ul li > ul li {
    font-size: 1.2rem;
    line-height: 1.4;
    margin-bottom: .8rem; } }
/*カテゴリインデックスページ用*/
.faq-list2 {
  width: auto;
  height: auto; }

@media (min-width: 1080px) {
  .faq-list2 {
    display: flex;
    flex-wrap: wrap;
    width: 710px; } }
.faq-list2 li {
  position: relative;
  text-align: center;
  box-sizing: border-box;
  width: auto;
  height: auto;
  border-bottom: 1px dashed #bebebe;
  padding: 35px 0; }

.faq-list2 li:last-child {
  border-bottom: none; }

@media (min-width: 1080px) {
  .faq-list2 li {
    width: 355px;
    border-bottom: 1px dashed #d5d5d5; }

  .faq-list2 li:nth-child(odd) {
    padding: 40px 40px 40px 20px;
    border-right: 1px dashed #d5d5d5; }

  .faq-list2 li:nth-child(even) {
    padding: 40px 20px 40px 40px; }

  .faq-list2 li:nth-child(odd):nth-last-child(2) {
    border-bottom: none; } }
.faq-list2 figure {
  margin-bottom: 23px; }

.faq-list2-title {
  text-align: justify;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 0 1.25rem 18px;
  font-weight: bold;
  color: #424242; }

@media (min-width: 1080px) {
  .faq-list2-title {
    font-size: 1.6rem;
    line-height: 1.7;
    margin: 0 1.25rem 20px; } }
.faq-list2-title a {
  text-decoration: none; }

.faq-list2-title a:hover {
  text-decoration: underline; }

.faq-list2-body {
  text-align: justify;
  font-size: 1.3rem;
  line-height: 1.8;
  margin: 0 1rem 2.5rem;
  color: #535353; }

@media (min-width: 1080px) {
  .faq-list2-body {
    font-size: 1.3rem;
    line-height: 1.8;
    margin: 0 1.5rem 2.5rem; } }
.faq-list2-detail-button {
  display: block;
  box-sizing: border-box;
  text-align: center;
  width: auto;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
  background-color: var(--color-yellow);
  box-shadow: 0px 2px #e9d100;
  font-size: 1.3rem;
  letter-spacing: .1rem;
  padding: 0 6px;
  margin: 0 auto; }

@media (min-width: 1080px) {
  .faq-list2-detail-button {
    font-size: 1.4rem;
    padding: 0 10px;
    margin: 0 5px 5px; } }
.faq-list2-detail-button:hover {
  transition: all 0.4s;
  background-color: var(--color-green);
  box-shadow: 0px 2px #389f9f; }

.faq-list2-detail-button a {
  display: block;
  width: 100%;
  height: 100%;
  font-weight: bold; }

.faq-list2-detail-button a {
  color: var(--color-darkgray);
  text-decoration: none; }

.faq-list2-detail-button a:hover {
  color: #fff;
  text-decoration: none; }

.faq-list2-detail-button i {
  font-size: 1.4rem;
  margin-left: 4px;
  vertical-align: text-top; }

@media (min-width: 1080px) {
  .faq-list2-detail-button i {
    font-size: 1.3rem;
    margin-left: 4px;
    vertical-align: baseline; } }
/*FAQ　インデックス*/
.index {
  counter-reset: my-counter;
  list-style: none;
  width: auto;
  height: auto;
  margin: 4rem auto 2.5rem;
  padding: 1.75rem 2.5rem 1.5rem 2.5rem;
  border: 2px solid #e9e9e9;
  border-radius: 6px; }

.index li {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.4;
  margin-bottom: 1rem;
  padding-left: 24px; }

.index > li:last-child {
  margin-bottom: 0; }

.index > li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: var(--color-red);
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 19px;
  width: 19px;
  color: #ffffff;
  font-size: 75%;
  position: absolute;
  top: 0;
  left: 0; }

.index:before {
  text-align: center;
  content: "INDEX";
  display: block;
  margin-bottom: 1.5rem;
  font-size: 1.3rem;
  letter-spacing: 0.03rem;
  font-weight: bold; }

.index a {
  color: #222;
  text-decoration: none; }

.index a:hover {
  color: var(--color-red);
  text-decoration: underline; }

@media (min-width: 1080px) {
  .index {
    margin: 6.5rem auto 5.5rem;
    padding: 2.5rem 3rem 3rem 5rem;
    border: 2px solid #e9e9e9;
    border-radius: 10px; }

  .index li {
    font-size: 1.4rem;
    line-height: 1.3;
    margin-bottom: 1.5rem;
    padding-left: 30px; }

  .index > li:last-child {
    margin-bottom: 0; }

  .index:before {
    margin-bottom: 1.8rem;
    font-size: 1.5rem;
    letter-spacing: 0.06rem;
    font-weight: normal; } }
.index > li ul {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  counter-reset: my-counter2;
  list-style: none; }

.index > li ul li:before {
  content: counter(my-counter2);
  counter-increment: my-counter2;
  background-color: var(--color-red);
  border: 1px solid;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 17px;
  width: 17px;
  color: #ffffff;
  font-size: 75%;
  position: absolute;
  top: 0;
  left: 0; }

/*FAQ　吹き出し */
.fukidashi-wrap {
  margin: 0 5px 30px;
  min-height: 100px; }

@media (min-width: 1080px) {
  .fukidashi-wrap {
    margin: 0 40px 40px; } }
.fukidashi-icon-1a {
  background: url(/common/img/basic/faq/fukidashi-icon-1a.png) no-repeat center left;
  background-size: 90px 90px; }

.fukidashi-icon-1b {
  background: url(/common/img/basic/faq/fukidashi-icon-1b.png) no-repeat center left;
  background-size: 90px 90px; }

.fukidashi-icon-2 {
  background: url(/common/img/basic/faq/fukidashi-icon-2.png) no-repeat center left;
  background-size: 90px 90px; }

.fukidashi {
  position: relative;
  background: #f7f7f7;
  border-radius: 15px;
  padding: 14px 20px;
  margin-left: 110px; }

@media (min-width: 1080px) {
  .fukidashi {
    padding: 18px 24px;
    margin-left: 120px; } }
.fukidashi:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -22px;
  margin-top: -15px;
  border: 10px solid transparent;
  border-right: 15px solid #f7f7f7; }

.fukidashi p {
  font-weight: bold;
  letter-spacing: .08rem;
  line-height: 1.7;
  margin-bottom: 1.5rem; }

@media (min-width: 1080px) {
  .fukidashi p {
    font-weight: normal;
    letter-spacing: .05rem;
    line-height: 1.7;
    margin-bottom: 1.5rem; } }
.fukidashi p:last-child {
  margin-bottom: 0; }

/*---------------------------------------------------------------------------
 list in box
---------------------------------------------------------------------------*/
.itemsbox {
  text-align: justify;
  background: #fffff7;
  border: 2px solid var(--color-yellow);
  border-radius: 15px; }

.itemsbox-title {
  text-align: center;
  background: var(--color-yellow);
  color: #151515;
  padding: 12px;
  border-radius: 13px 13px 0 0;
  font-weight: bold; }

.itemsbox-body {
  margin: 16px 20px; }

@media (min-width: 1080px) {
  .itemsbox {
    border-radius: 30px; }

  .itemsbox-title {
    font-size: 1.8rem;
    letter-spacing: .1rem;
    padding: 16px;
    border-radius: 27px 27px 0 0;
    font-weight: normal; }

  .itemsbox-body {
    margin: 25px 35px; } }
.contents-body #faq > p.index-return {
  text-align: right; }

/*
 * Utility - show/hidden -
 * ※下記クラスは複数設定しないこと
 * × class="normal-block ext-block"
 * ⚪︎ class="ps-block"
 */
.normal-block {
  display: block; }

.normal-none {
  display: none; }

.ext-block,
.ps-block {
  display: none; }

.ext-none,
.ps-none {
  display: block; }

.denki-area {
  display: flex;
  flex-wrap: wrap; }

.denki-area li {
  box-sizing: border-box;
  text-align: center;
  width: 100%;
  height: 44px;
  line-height: 44px;
  margin-bottom: 10px;
  background-color: #ffe23c; }

@media (min-width: 1080px) {
  .denki-area li {
    width: 230px;
    margin-right: 10px; } }
.denki-area li:nth-child(3n) {
  margin-right: 0; }

.denki-area li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none; }

.denki-area li a:hover {
  width: 100%;
  height: 100%;
  text-decoration: none;
  background-color: var(--color-green);
  color: #fff; }

.approval-number {
  display: flex;
  align-items: center;
  justify-content: center; }

.approval-number span {
  padding-right: 3rem;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5; }

.approval-number span:last-child {
  padding-right: 0; }

/*---------------------------------------------------------------------------
FAQアコーディオン
---------------------------------------------------------------------------*/
.faq-box {
  margin-right: 10px;
  margin-left: 10px;
  padding-bottom: 15px;
  color: #656565; }

@media (min-width: 1080px) {
  .faq-box {
    padding-bottom: 50px;
    margin: 0; } }
details.faq-item {
  border-radius: var(--radius);
  margin: 0 0 20px;
  box-shadow: var(--shadow);
  overflow: hidden; }

@media (min-width: 1080px) {
  details.faq-item {
    margin: 0 0 30px; } }
details.faq-item > summary {
  list-style: none;
  cursor: pointer;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  font-weight: bold;
  line-height: 1.5;
  background: #fff;
  border-radius: 30px; }

@media (min-width: 1080px) {
  details.faq-item > summary {
    border-radius: 40px;
    padding: 22px 32px;
    gap: 20px;
    font-weight: normal;
    font-size: 1.8rem; } }
details.faq-item > summary::-webkit-details-marker {
  display: none; }

details.faq-item > summary:focus-visible {
  outline: 2px solid rgba(30, 122, 0, 0.45);
  outline-offset: 2px; }

details.faq-item[open] > summary {
  background: linear-gradient(90deg, #fffdde, #ffffff);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  color: var(--color-gray);
  border-radius: 30px 30px 0 0; }

@media (min-width: 1080px) {
  details.faq-item[open] > summary {
    border-radius: 40px 40px 0 0; } }
.q-badge {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: var(--color-red);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: bold; }

@media (min-width: 1080px) {
  .q-badge {
    font-weight: normal; } }
details.faq-item > summary::after {
  content: "+";
  font-size: 28px;
  font-weight: 700;
  color: var(--color-red);
  width: 28px;
  text-align: center; }

details.faq-item[open] > summary::after {
  content: "–";
  color: var(--color-red); }

details.faq-item > .faq-body {
  max-height: none !important; }

details.faq-item > .faq-body {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  opacity: 0;
  transition: grid-template-rows 0.45s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.45s ease;
  background-color: #fff;
  border-radius: 0 0 30px 30px;
  will-change: grid-template-rows, opacity; }

@media (min-width: 1080px) {
  details.faq-item > .faq-body {
    border-radius: 0 0 40px 40px; } }
details.faq-item[open] > .faq-body {
  grid-template-rows: 1fr;
  opacity: 1; }

.faq-inner {
  overflow: hidden;
  min-height: 0;
  padding: 15px 25px;
  border-top: 1px solid rgba(0, 0, 0, 0.06); }

@media (min-width: 1080px) {
  .faq-inner {
    padding: 25px 40px; } }
@media (prefers-reduced-motion: reduce) {
  details.faq-item > .faq-body {
    transition: none; } }
/*---------------------------------------------------------------------------
追加：キャンペーン共有ブロック
---------------------------------------------------------------------------*/
.cp-index .contents {
  width: 100%; }
.cp-index .common-cp-list .inner {
  width: 100%; }
.cp-index .campaign-box {
  border-radius: 0;
  padding: 2em 0 1px;
  margin: 0 0 clamp(25px, 5vw, 40px);
  box-shadow: none; }
  .cp-index .campaign-box .mb-l.opacity {
    margin-bottom: 1em; }
@media (min-width: 1080px) {
  .cp-index .campaign-title {
    font-size: 3.2rem; } }
@media (min-width: 1080px) {
  .cp-index .campaign-title .campaign-subtitle {
    font-size: 1.6rem; } }
@media (max-width: 1079px) {
  .cp-index .campaign-sub-title {
    margin: 0; } }
.cp-index .campaign-sub-title:after {
  border-color: transparent #ffffff transparent transparent; }
@media (min-width: 1080px) {
  .cp-index .provider div {
    width: 32%;
    padding: 1em;
    border-radius: 10px; } }

ul.notice li {
  font-size: clamp(12px, 1vw, 14px);
  margin-bottom: 0.5em;
  color: #555;
  line-height: 1.8;
  list-style: "※ "; }

.border-box {
  font-size: clamp(13px, 90%, 15px);
  border: solid 1px #ce1c4d; }
  .border-box ul {
    margin: 1em 1em 1em 2em; }
    .border-box ul li {
      line-height: 1.6;
      margin-bottom: 0.6em; }

.ilb {
  display: inline-block; }

.tag {
  display: inline-block;
  background: #cc0033;
  font-size: 12px;
  color: #fff;
  line-height: 1;
  padding: 0.2em;
  border-radius: 3px; }
