@charset "utf-8";
.m-font {
  font-family: "myfont";
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  pointer-events: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.m-font-inline {
  font-family: "myfont";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  display: inline;
/* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
/* For With CJK Text =========== */
  position: relative;
}
/* Better Font Rendering =========== */
/* For With CJK Text =========== */
@font-face {
  font-family: "myfont";
  src: url("../fonts/myfont.eot");
  src: url("../fonts/myfont.eot?#iefix") format('eot'), url("../fonts/myfont.woff") format('woff'), url("../fonts/myfont.ttf") format('truetype'), url("../fonts/myfont.svg#myfont") format('svg');
  font-weight: normal;
  font-style: normal;
}
.m-font-arrowr:before {
  content: "\EA03";
}
.m-font-arrowr_set {
  content: "\EA03";
}
.m-font-icome:before {
  content: "\F060";
}
.m-font-icome_set {
  content: "\F060";
}
.m-font-bill:before {
  content: "\F063";
}
.m-font-bill_set {
  content: "\F063";
}
.m-font-drive:before {
  content: "\F07E";
}
.m-font-drive_set {
  content: "\F07E";
}
.m-font-prod:before {
  content: "\F16A";
}
.m-font-prod_set {
  content: "\F16A";
}
.m-font-prev:before {
  content: "\F209";
}
.m-font-prev_set {
  content: "\F209";
}
/*================================================================

init

=================================================================*/
/* ----------------------------------
  reset
---------------------------------- */
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, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
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;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  vertical-align: top;
}
a:active,
a:hover {
  outline: 0;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button,
select {
  text-transform: none;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/* ----------------------------------
  Site base
---------------------------------- */
body {
  position: relative;
  font-family: "メイリオ", meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1.7;
  font-size: 16px;
  color: #555;
  background: #fff;
  overflow: hiddens;
}
@media screen and (max-width: 600px) {
  body {
    min-width: 320px;
    font-size: 13px;
    line-height: 1.5;
  }
}
body,
html {
  overflow-x: hidden;
}
a,
a:link,
a:visited {
  text-decoration: none;
  color: #555;
  text-decoration: none;
}
.no-touchdv a:hover {
  text-decoration: underline;
}
input {
  color: #555;
  font-family: "メイリオ", meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", sans-serif;
}
input[type="text"],
input[type="search"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="number"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"] {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px 4px;
  -webkit-appearance: none;
  border-radius: 0;
  border: 1px solid $defgray;
  height: 30px;
  line-height: 1.5;
}
input::-ms-clear {
  visibility: hidden;
  -moz-appearance: textfield;
}
input[type="text"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder {
  color: #555;
}
input[type="text"]::-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder {
  color: #555;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
button:focus {
  outline: none;
}
input[type="search"]:focus {
  outline-offset: -2px;
}
button {
  display: inline-block;
  border: none;
  border-radius: 0;
}
p {
  margin-top: 10px;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.g-mt-0 {
  margin-top: 0 !important;
}
/*================================================================

short hand

=================================================================*/
/* ----------------------------------
  image - utility
---------------------------------- */
.g-max-image {
  width: 100%;
  height: auto;
}
.g-flex-image {
  max-width: 100%;
  height: auto;
}
.g-brdr-image {
  border: 1px solid $linegray;
}
@media screen and (max-width: 600px) {
  .g-spimg-zoom {
    zoom: 0.5;
  }
}
/* ----------------------------------
  shorthand - utility
---------------------------------- */
.g-mt-0 {
  margin-top: 0px !important;
}
.g-mt-5 {
  margin-top: 5px !important;
}
.g-mt-10 {
  margin-top: 10px !important;
}
.g-mt-15 {
  margin-top: 15px !important;
}
.g-mt-20 {
  margin-top: 20px !important;
}
.g-mt-25 {
  margin-top: 25px !important;
}
.g-mt-30 {
  margin-top: 30px !important;
}
.g-mt-35 {
  margin-top: 35px !important;
}
.g-mt-40 {
  margin-top: 40px !important;
}
.g-mt-45 {
  margin-top: 45px !important;
}
.g-mt-50 {
  margin-top: 50px !important;
}
.g-mb-0 {
  margin-bottom: 0px !important;
}
.g-mb-5 {
  margin-bottom: 5px !important;
}
.g-mb-10 {
  margin-bottom: 10px !important;
}
.g-mb-15 {
  margin-bottom: 15px !important;
}
.g-mb-20 {
  margin-bottom: 20px !important;
}
.g-mb-25 {
  margin-bottom: 25px !important;
}
.g-mb-30 {
  margin-bottom: 30px !important;
}
.g-mb-35 {
  margin-bottom: 35px !important;
}
.g-mb-40 {
  margin-bottom: 40px !important;
}
.g-mb-45 {
  margin-bottom: 45px !important;
}
.g-mb-50 {
  margin-bottom: 50px !important;
}
.g-mr-0 {
  margin-right: 0px !important;
}
.g-mr-5 {
  margin-right: 5px !important;
}
.g-mr-10 {
  margin-right: 10px !important;
}
.g-mr-15 {
  margin-right: 15px !important;
}
.g-mr-20 {
  margin-right: 20px !important;
}
.g-mr-25 {
  margin-right: 25px !important;
}
.g-ml-0 {
  margin-left: 0px !important;
}
.g-ml-5 {
  margin-left: 5px !important;
}
.g-ml-10 {
  margin-left: 10px !important;
}
.g-ml-15 {
  margin-left: 15px !important;
}
.g-ml-20 {
  margin-left: 20px !important;
}
.g-ml-25 {
  margin-left: 25px !important;
}
.g-pt-0 {
  padding-top: 0px !important;
}
.g-pt-5 {
  padding-top: 5px !important;
}
.g-pt-10 {
  padding-top: 10px !important;
}
.g-pt-15 {
  padding-top: 15px !important;
}
.g-pt-20 {
  padding-top: 20px !important;
}
.g-pt-25 {
  padding-top: 25px !important;
}
.g-pt-30 {
  padding-top: 30px !important;
}
.g-pt-35 {
  padding-top: 35px !important;
}
.g-pt-40 {
  padding-top: 40px !important;
}
.g-pt-45 {
  padding-top: 45px !important;
}
.g-pt-50 {
  padding-top: 50px !important;
}
.g-pb-0 {
  padding-bottom: 0px !important;
}
.g-pb-5 {
  padding-bottom: 5px !important;
}
.g-pb-10 {
  padding-bottom: 10px !important;
}
.g-pb-15 {
  padding-bottom: 15px !important;
}
.g-pb-20 {
  padding-bottom: 20px !important;
}
.g-pb-25 {
  padding-bottom: 25px !important;
}
.g-pb-30 {
  padding-bottom: 30px !important;
}
.g-pb-35 {
  padding-bottom: 35px !important;
}
.g-pb-40 {
  padding-bottom: 40px !important;
}
.g-pb-45 {
  padding-bottom: 45px !important;
}
.g-pb-50 {
  padding-bottom: 50px !important;
}
.g-pr-0 {
  padding-right: 0px !important;
}
.g-pr-5 {
  padding-right: 5px !important;
}
.g-pr-10 {
  padding-right: 10px !important;
}
.g-pr-15 {
  padding-right: 15px !important;
}
.g-pr-20 {
  padding-right: 20px !important;
}
.g-pr-25 {
  padding-right: 25px !important;
}
.g-pl-0 {
  padding-left: 0px !important;
}
.g-pl-5 {
  padding-left: 5px !important;
}
.g-pl-10 {
  padding-left: 10px !important;
}
.g-pl-15 {
  padding-left: 15px !important;
}
.g-pl-20 {
  padding-left: 20px !important;
}
.g-pl-25 {
  padding-left: 25px !important;
}
/* ----------------------------------
  media - utility
---------------------------------- */
.is-pconly {
  display: block;
}
.is-sponly {
  display: none;
}
.is-pconly-inline {
  display: inline-block;
}
.is-sponly-inline {
  display: none;
}
@media screen and (max-width: 600px) {
  .is-pconly {
    display: none;
  }
  .is-sponly {
    display: block;
  }
  .is-pconly-inline {
    display: none;
  }
  .is-sponly-inline {
    display: inline-block;
  }
}
@media screen and (max-width: 600px) {
  .is-sp-img {
    zoom: 0.5;
  }
}
/*================================================================

layouts

=================================================================*/
/* ----------------------------------
  block component
---------------------------------- */
.m-block.m-block-bg-howto {
  background: #c3fdbd url("../img/howto/bg_howto.png") no-repeat 50% top;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
  background-attachment: fixed;
}
.m-block.m-block-bg-products {
  background: #c3fdbd url("../img/products/bg_products.png") no-repeat 50% top;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
  background-attachment: fixed;
}
.m-block.m-block-bg-world {
  background: #c3fdbd url("../img/world/bg.png") no-repeat 50% top;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
  background-attachment: fixed;
}
@media screen and (max-width: 600px) {
  .m-block.m-block-bg-howto {
    background: #c3fdbd url("../img/howto/bg_howto_sp.png") no-repeat 50% top;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
  }
  .m-block.m-block-bg-products {
    background: #c3fdbd url("../img/products/bg_products_sp.png") no-repeat 50% top;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
  }
  .m-block.m-block-bg-world {
    background: #c3fdbd url("../img/world/bg_sp.png") no-repeat 50% top;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
  }
}
.m-block {
  position: relative;
  background: #9eed71;
  padding-bottom: 75px;
}
.m-block.m-block--white {
  padding: 65px 0 75px 0;
  background: #fff;
}
.m-block.m-block--cream {
  padding: 65px 0 75px 0;
  background: #fbf6cd;
  margin-top: 48px;
}
.m-block.m-block--cream:before {
  position: absolute;
  content: '';
  display: block;
  top: -48px;
  left: 0;
  width: 100%;
  height: 48px;
  background: #bdf689 url("../img/bg_top_cream.jpg") repeat 50% top;
}
.m-block.m-block--mos {
  padding: 65px 0 75px 0;
  background: #c3fdbd;
  margin-top: 48px;
}
.m-block.m-block--mos:before {
  position: absolute;
  content: '';
  display: block;
  top: -48px;
  left: 0;
  width: 100%;
  height: 48px;
  background: #bdf689 url("../img/bg_top_mos.jpg") repeat 50% top;
}
.m-block.m-block--green {
  padding: 65px 0 75px 0;
  background: #bdf689 url("../img/bg_hana.jpg") repeat left top;
  margin-top: 48px;
}
.m-block.m-block--green:before {
  position: absolute;
  content: '';
  display: block;
  top: -48px;
  left: 0;
  width: 100%;
  height: 48px;
  background: #bdf689 url("../img/bg_top_green.jpg") repeat left top;
}
@media screen and (max-width: 600px) {
  .m-block {
    padding-bottom: 40px;
  }
  .m-block.m-block--white {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .m-block.m-block--cream {
    padding: 30px 0 40px 0;
    margin-top: 24px;
  }
  .m-block.m-block--cream:before {
    top: -24px;
    height: 24px;
    background: #bdf689 url("../img/bg_top_cream.jpg") repeat 50% top;
    -webkit-background-size: auto 24px;
    -moz-background-size: auto 24px;
    background-size: auto 24px;
  }
  .m-block.m-block--mos {
    padding: 30px 0 40px 0;
    margin-top: 24px;
  }
  .m-block.m-block--mos:before {
    top: -24px;
    height: 24px;
    background: #bdf689 url("../img/bg_top_mos.jpg") repeat 50% top;
    -webkit-background-size: auto 24px;
    -moz-background-size: auto 24px;
    background-size: auto 24px;
  }
  .m-block.m-block--green {
    padding: 30px 0 40px 0;
    margin-top: 24px;
    background: #bdf689 url("../img/bg_hana.jpg") repeat 50% top;
    -webkit-background-size: 899px 749px;
    -moz-background-size: 899px 749px;
    background-size: 899px 749px;
  }
  .m-block.m-block--green:before {
    top: -24px;
    height: 24px;
    background: #bdf689 url("../img/bg_top_green.jpg") repeat 50% top;
    -webkit-background-size: auto 24px;
    -moz-background-size: auto 24px;
    background-size: auto 24px;
  }
}
.m-block__inr {
  position: relative;
  width: 920px;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.m-block__inr > :first-child {
  margin-top: 0;
}
.m-block--s__inr {
  position: relative;
  width: 690px;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.m-block--s__inr > :first-child {
  margin-top: 0;
}
.m-chara-pc__01,
.m-chara-pc__02,
.m-chara-pc__03,
.m-chara-pc__04 {
  position: absolute;
}
.m-chara-pc__01 {
  top: -50px;
  left: -150px;
}
.m-chara-pc__02 {
  bottom: 50px;
  left: -80px;
}
.m-chara-pc__03 {
  top: 100px;
  right: -80px;
}
.m-chara-pc__04 {
  bottom: 120px;
  right: -100px;
}
.m-chara-sp__01,
.m-chara-sp__02 {
  display: none;
}
@media screen and (max-width: 986px) {
  .m-chara-pc__01,
  .m-chara-pc__02,
  .m-chara-pc__03,
  .m-chara-pc__04 {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .m-chara-sp__01,
  .m-chara-sp__02 {
    display: block;
    text-align: center;
  }
  .m-chara-sp__01 img,
  .m-chara-sp__02 img {
    zoom: 0.5;
  }
  .m-chara-sp__01 + h2,
  .m-chara-sp__02 + h2 {
    margin-top: 20px !important;
  }
  .m-chara-sp__02 {
    margin-top: 20px;
  }
}
/* ----------------------------------
  box component
---------------------------------- */
.m-box {
  padding: 40px 60px;
  background: #fff;
  border-radius: 8px;
  margin-top: 50px;
}
.m-box > :first-child {
  margin-top: 0;
}
@media screen and (max-width: 600px) {
  .m-box {
    margin-top: 40px;
    padding: 20px 20px;
  }
}
.m-box__ttl {
  text-align: center;
}
.m-box__cnt {
  margin-top: 40px;
}
.m-box__cnt > :first-child {
  margin-top: 0;
}
@media screen and (max-width: 600px) {
  .m-box__cnt {
    margin-top: 20px;
  }
}
.m-detailbox {
  background: #fff;
  border-radius: 8px;
  margin-top: 50px;
  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
.m-detailbox > :first-child {
  margin-top: 0;
}
.m-detailbox__inr {
  padding: 30px 40px 40px 40px;
}
.m-detailbox__ttl {
  text-align: center;
  max-width: 100%;
}
.m-detailbox__cnt {
  margin-top: 30px;
}
.m-detailbox__cnt > :first-child {
  margin-top: 0;
}
.m-detailbox-btmimg img {
  width: 100%;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
@media screen and (max-width: 600px) {
  .m-detailbox.m-detailbox-01,
  .m-detailbox.m-detailbox-02,
  .m-detailbox.m-detailbox-03,
  .m-detailbox.m-detailbox-04 {
    position: relative;
  }
  .m-detailbox.m-detailbox-01:after,
  .m-detailbox.m-detailbox-02:after,
  .m-detailbox.m-detailbox-03:after,
  .m-detailbox.m-detailbox-04:after {
    position: absolute;
    bottom: -75px;
    content: '';
    width: 110%;
    height: 75px;
    margin-left: -20px;
  }
  .m-detailbox.m-detailbox-01:after {
    background: url("../img/howto/bg_cont1_btm.png") no-repeat right 0;
    -webkit-background-size: 375px auto;
    -moz-background-size: 375px auto;
    background-size: 375px auto;
  }
  .m-detailbox.m-detailbox-02:after {
    background: url("../img/howto/bg_cont2_btm.png") no-repeat left 0;
    -webkit-background-size: 375px auto;
    -moz-background-size: 375px auto;
    background-size: 375px auto;
  }
  .m-detailbox.m-detailbox-03:after {
    background: url("../img/howto/bg_cont3_btm.png") no-repeat right 0;
    -webkit-background-size: 375px auto;
    -moz-background-size: 375px auto;
    background-size: 375px auto;
  }
  .m-detailbox.m-detailbox-04:after {
    background: url("../img/howto/bg_cont4_btm.png") no-repeat left 0;
    -webkit-background-size: 375px auto;
    -moz-background-size: 375px auto;
    background-size: 375px auto;
  }
  .m-detailbox.m-detailbox-producsts-01,
  .m-detailbox.m-detailbox-producsts-02,
  .m-detailbox.m-detailbox-producsts-03,
  .m-detailbox.m-detailbox-producsts-04 {
    position: relative;
  }
  .m-detailbox.m-detailbox-producsts-01:after,
  .m-detailbox.m-detailbox-producsts-02:after,
  .m-detailbox.m-detailbox-producsts-03:after,
  .m-detailbox.m-detailbox-producsts-04:after {
    position: absolute;
    bottom: -75px;
    content: '';
    width: 110%;
    height: 75px;
    margin-left: -20px;
  }
  .m-detailbox.m-detailbox-producsts-01:after {
    background: url("../img/products/bg_products_cont1_btm.png") no-repeat center 0;
    -webkit-background-size: 375px auto;
    -moz-background-size: 375px auto;
    background-size: 375px auto;
  }
  .m-detailbox.m-detailbox-producsts-02:after {
    background: url("../img/products/bg_products_cont2_btm.png") no-repeat right 0;
    -webkit-background-size: 375px auto;
    -moz-background-size: 375px auto;
    background-size: 375px auto;
  }
  .m-detailbox.m-detailbox-producsts-03:after {
    background: url("../img/products/bg_products_cont3_btm.png") no-repeat left 0;
    -webkit-background-size: 375px auto;
    -moz-background-size: 375px auto;
    background-size: 375px auto;
  }
  .m-detailbox.m-detailbox-world-01,
  .m-detailbox.m-detailbox-world-02 {
    position: relative;
  }
  .m-detailbox.m-detailbox-world-01:after,
  .m-detailbox.m-detailbox-world-02:after {
    position: absolute;
    bottom: -75px;
    content: '';
    width: 110%;
    height: 75px;
    margin-left: -20px;
  }
  .m-detailbox.m-detailbox-world-01:after {
    background: url("../img/world/bg_world_cont1_btm.png") no-repeat right 0;
    -webkit-background-size: 375px auto;
    -moz-background-size: 375px auto;
    background-size: 375px auto;
  }
  .m-detailbox.m-detailbox-world-02:after {
    background: url("../img/world/bg_world_cont2_btm.png") no-repeat right 0;
    -webkit-background-size: 375px auto;
    -moz-background-size: 375px auto;
    background-size: 375px auto;
  }
  section .m-detailbox {
    margin-top: 40px;
  }
  section + section .m-detailbox {
    margin-top: 75px;
  }
  .m-detailbox__inr {
    padding: 30px 20px 30px 20px;
  }
}
/* ----------------------------------
  button component
---------------------------------- */
.is-disabled {
  pointer-events: none !important;
}
.m-btn-box {
  margin-top: 40px;
  text-align: center;
}
a.m-btn {
  text-align: center;
  display: inline-block;
  background: #febe16;
  padding: 15px 50px;
  border-radius: 8px;
  border-top: 2px solid #fb9b27;
  border-left: 2px solid #fb9b27;
  border-right: 2px solid #fb9b27;
  border-bottom: 4px solid #fb9b27;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
}
a.m-btn:hover {
  text-decoration: none;
}
.no-touchdv a.m-btn:hover {
  background: #ff6d6d;
  border-color: #ef3838;
}
@media screen and (max-width: 600px) {
  .m-btn-box {
    margin-top: 17px;
  }
  a.m-btn {
    padding: 12px 35px;
    font-size: 16px;
  }
}
/* ----------------------------------
  media component
---------------------------------- */
.m-mediaex {
  *zoom: 1;
}
.m-mediaex:after {
  content: ".";
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
}
.m-mediaex__img {
  float: left;
  padding-right: 30px;
  width: 47.3%;
}
.m-mediaex__img img {
  width: 100%;
}
.m-mediaex__cnt {
  display: block;
  overflow: hidden;
}
.m-mediaex__cnt > :first-child {
  margin-top: 0;
}
.m-mediaex__cnt-ttl {
  color: #069fe6;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .m-mediaex,
  .m-mediaex__img,
  .m-mediaex__cnt {
    display: block;
    float: none;
    width: auto;
  }
  .m-mediaex__img {
    text-align: center;
    padding: 0;
  }
  .m-mediaex__cnt {
    margin-top: 15px;
  }
}
.m-list-dot {
  margin-top: 5px;
}
.m-list-dot > ul > :first-child {
  margin-top: 0;
}
.m-list-dot > ul > li {
  position: relative;
  margin-top: 2px;
  padding-left: 1.2em;
}
.m-list-dot > ul > li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '・';
  font-weight: bold;
}
/* ----------------------------------
  template component
---------------------------------- */
.head-menubtn {
  position: fixed;
  top: 20px;
  right: 20px;
  background: #febe16;
  width: 70px;
  height: 70px;
  border-radius: 8px;
  border-top: 2px solid #fb9b27;
  border-left: 2px solid #fb9b27;
  border-right: 2px solid #fb9b27;
  border-bottom: 4px solid #fb9b27;
  z-index: 1000;
  cursor: pointer;
}
.head-menubtn span {
  display: block;
  background: #fff;
  width: 36px;
  height: 4px;
  border-radius: 5px;
  position: absolute;
  right: 17px;
  -webkit-transition: -webkit-transform 400ms ease;
  -moz-transition: -moz-transform 400ms ease;
  -o-transition: -o-transform 400ms ease;
  -ms-transition: -ms-transform 400ms ease;
  transition: transform 400ms ease;
  -webkit-transition-property: -webkit-transform, left, right;
  -webkit-backface-visibility: hidden;
}
.head-menubtn span:first-child {
  top: 19px;
}
.head-menubtn span:nth-child(2) {
  top: 50%;
  margin-top: -1.5px;
}
.head-menubtn span:last-child {
  bottom: 18px;
}
.head-menubtn.is-active span:first-child {
  -webkit-transform: translateY(15px) rotate(45deg);
  -moz-transform: translateY(15px) rotate(45deg);
  -o-transform: translateY(15px) rotate(45deg);
  -ms-transform: translateY(15px) rotate(45deg);
  transform: translateY(15px) rotate(45deg);
}
.head-menubtn.is-active span:nth-child(2) {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.head-menubtn.is-active span:last-child {
  -webkit-transform: translateY(-14px) rotate(-45deg);
  -moz-transform: translateY(-14px) rotate(-45deg);
  -o-transform: translateY(-14px) rotate(-45deg);
  -ms-transform: translateY(-14px) rotate(-45deg);
  transform: translateY(-14px) rotate(-45deg);
}
@media screen and (max-width: 600px) {
  .head-menubtn {
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
  }
  .head-menubtn span {
    width: 20px;
    height: 3px;
    right: 10px;
  }
  .head-menubtn span:first-child {
    top: 11px;
  }
  .head-menubtn span:nth-child(2) {
    top: 50%;
    margin-top: -1.5px;
  }
  .head-menubtn span:last-child {
    bottom: 10px;
  }
  .head-menubtn.is-active span:first-child {
    -webkit-transform: translateY(8px) rotate(45deg);
    -moz-transform: translateY(8px) rotate(45deg);
    -o-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
  }
  .head-menubtn.is-active span:last-child {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -moz-transform: translateY(-8px) rotate(-45deg);
    -o-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
  }
}
.head-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffd;
  z-index: 100;
}
.head-modal.is-active {
  display: block;
}
.head-nav-menu {
  display: block;
  width: 100%;
  max-width: 670px;
  margin: 0 auto;
  padding: 110px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.head-nav-menu > :first-child {
  margin-top: 0;
}
a.head-nav-menu__i {
  position: relative;
  display: block;
  color: #fff;
  margin-top: 18px;
  line-height: 1.2;
  text-align: center;
  background: #febe16;
  padding: 18px 20px 18px 20px;
  border-radius: 8px;
  border-top: 2px solid #fb9b27;
  border-left: 2px solid #fb9b27;
  border-right: 2px solid #fb9b27;
  border-bottom: 4px solid #fb9b27;
  font-weight: bold;
  font-size: 25px;
}
a.head-nav-menu__i:hover {
  text-decoration: none;
}
a.head-nav-menu__i.is-active {
  background: #ff6d6d;
  border-color: #ef3838;
}
.no-touchdv a.head-nav-menu__i:hover {
  background: #ff6d6d;
  border-color: #ef3838;
}
.head-nav-menu__img {
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  margin-top: -30px;
}
.head-nav-menu__img img {
  width: 60px;
  height: 60px;
}
.head-nav-menu__txt {
  display: block;
}
@media screen and (max-width: 600px) {
  .head-nav-menu {
    padding: 65px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  a.head-nav-menu__i {
    margin-top: 12px;
    padding: 15px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
  }
  .head-nav-menu__img {
    left: 10px;
    margin-top: -17.5px;
  }
  .head-nav-menu__img img {
    width: 35px;
    height: 35px;
  }
}
.foot-ulty,
.foot-sns {
  background: #000;
}
.foot-sns {
  border-bottom: 1px solid #444;
}
.foot-sns img {
  width: 44px;
}
.foot-nav {
  background: #ffd;
}
.foot-nav__inr,
.foot-sns__inr,
.foot-ulty__inr {
  position: relative;
  width: 920px;
  margin: 0 auto;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.foot-nav__inr > :first-child,
.foot-sns__inr > :first-child,
.foot-ulty__inr > :first-child {
  margin-top: 0;
}
.foot-nav__inr {
  padding: 40px 20px;
}
.foot-sns__inr {
  padding: 15px 20px;
}
.foot-ulty__inr {
  padding: 30px 20px 120px 20px;
}
.foot-nav-menu-wrap {
  margin-left: -10px;
  margin-right: -10px;
}
.foot-nav-menu {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 10px 0;
}
a.foot-nav-menu__i {
  display: table-cell;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  background: #febe16;
  padding: 25px 20px 20px 20px;
  border-radius: 8px;
  border-top: 2px solid #fb9b27;
  border-left: 2px solid #fb9b27;
  border-right: 2px solid #fb9b27;
  border-bottom: 4px solid #fb9b27;
  font-weight: bold;
}
a.foot-nav-menu__i:hover {
  text-decoration: none;
}
a.foot-nav-menu__i.is-active {
  background: #ff6d6d;
  border-color: #ef3838;
}
.no-touchdv a.foot-nav-menu__i:hover {
  background: #ff6d6d;
  border-color: #ef3838;
}
.foot-nav-menu__img {
  display: block;
  margin-bottom: 5px;
}
.foot-nav-menu__img img {
  width: 70px;
  max-width: 100%;
}
.foot-nav-menu__txt {
  display: block;
}
@media screen and (max-width: 600px) {
  .foot-nav__inr {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .foot-nav-menu-wrap {
    margin: 0;
  }
  .foot-nav-menu,
  a.foot-nav-menu__i {
    position: relative;
    display: block;
  }
  .foot-nav-menu > :first-child {
    margin-top: 0;
  }
  a.foot-nav-menu__i {
    margin-top: 12px;
    padding: 15px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
  }
  .foot-nav-menu__img {
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -17.5px;
  }
  .foot-nav-menu__img img {
    width: 35px;
    height: 35px;
  }
}
.foot-sns ul {
  text-align: center;
}
.foot-sns li {
  display: inline-block;
  margin: 0 2px;
}
@media screen and (max-width: 600px) {
  .foot-ulty__inr {
    padding: 0;
  }
}
.foot-ulty {
  color: #fff;
}
.foot-ulty a {
  color: #fff;
}
.foot-link {
  text-align: center;
}
.foot-link li {
  display: inline-block;
  margin: 0 10px;
}
.foot-link a {
  position: relative;
  font-size: 14px;
}
.foot-link a:before {
  content: '';
  display: block;
  width: 6px;
  height: 8px;
  background-image: url("../img/sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -24px;
  -webkit-background-size: 60px 370px;
  -moz-background-size: 60px 370px;
  background-size: 60px 370px;
  display: inline-block;
  position: relative;
  top: -2px;
  margin-right: 7px;
}
.foot-link a:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background-image: url("../img/sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -34px;
  -webkit-background-size: 60px 370px;
  -moz-background-size: 60px 370px;
  background-size: 60px 370px;
  display: inline-block;
  position: relative;
  top: 0;
  margin-left: 7px;
}
@media screen and (max-width: 600px) {
  .foot-link {
    text-align: left;
  }
  .foot-link li {
    display: block;
    border-bottom: 1px solid #444;
    margin: 0;
  }
  .foot-link a {
    display: block;
    padding: 20px;
  }
  .foot-link a:hover {
    text-decoration: none;
  }
  .foot-link a:before {
    display: none;
  }
  .foot-link a:after {
    display: block;
    width: 11px;
    height: 11px;
    background-image: url("../img/sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -59px;
    -webkit-background-size: 60px 370px;
    -moz-background-size: 60px 370px;
    background-size: 60px 370px;
    display: inline-block;
  }
}
.foot-copy {
  margin-top: 10px;
  text-align: center;
  font-size: 10px;
}
.foot-copy p {
  line-height: 1.2;
  margin-top: 5px;
}
@media screen and (max-width: 600px) {
  .foot-copy {
    padding: 20px;
    margin: 0;
    text-align: left;
  }
  .foot-copy > :first-child {
    margin-top: 0;
  }
}
.foot-logo {
  margin-top: 40px;
  text-align: center;
}
.foot-logo li {
  display: inline-block;
  margin: 0 10px;
}
.foot-logo__01 {
  width: 116px;
}
.foot-logo__02 {
  width: 198px;
}
.foot-logo__03 {
  width: 83px;
}
@media screen and (max-width: 600px) {
  .foot-logo {
    margin-top: 0;
    padding: 0 10px 100px 10px;
    text-align: left;
  }
  .foot-logo li {
    margin-top: 10px;
  }
  .foot-logo__01 {
    width: 74px;
  }
  .foot-logo__02 {
    width: 127px;
  }
  .foot-logo__03 {
    width: 53px;
  }
}
.pagetop {
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 10;
}
.pagetop-ico {
  display: inline-block;
  width: 70px;
  height: 70px;
  background-image: url("../img/sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -343px;
}
@media screen and (max-width: 600px) {
  .pagetop {
    right: 10px;
  }
  .pagetop-ico {
    display: block;
    width: 40px;
    height: 40px;
    background-image: url("../img/sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -209px;
    -webkit-background-size: 60px 370px;
    -moz-background-size: 60px 370px;
    background-size: 60px 370px;
  }
}
/* overlay ---------------*/
.m-overlay {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 2000;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -webkit-transform-style: preserve-3d;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.m-overlay.is-active {
  display: block;
}
.m-overlay-modal {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 20000;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -webkit-transform-style: preserve-3d;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.m-overlay-modal.is-active {
  display: block;
}
.m-modal--youtube {
  margin-top: 20px;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: #000;
}
.m-modal--youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.4);
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.4);
}
/* modal /// movie ---------------*/
.m-modal-mv {
  display: none;
  position: absolute;
  width: 80%;
  max-width: 960px;
  z-index: 20000;
}
.m-modal-mv.is-active {
  display: block;
}
.m-modal-mv.is-action {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 600px) {
  .m-modal-mv {
    width: 90%;
  }
}
.m-modal-mv__inner {
  position: relative;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.m-modal-mv__inner > :first-child {
  margin-top: 0;
}
.m-modal-mv__close {
  margin-top: 20px;
  text-align: center;
}
.m-modal-mv__close-btn {
  text-align: center;
  display: inline-block;
  background: #febe16;
  padding: 5px 50px 5px 60px;
  border-radius: 10px;
  border-top: 2px solid #fb9b27;
  border-left: 2px solid #fb9b27;
  border-right: 2px solid #fb9b27;
  border-bottom: 4px solid #fb9b27;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}
.m-modal-mv__close-btn:after,
.m-modal-mv__close-btn:before {
  display: block;
  content: '';
  background: #fff;
  width: 18px;
  height: 3px;
  border-radius: 5px;
  position: absolute;
  left: 35px;
  top: 17px;
}
.m-modal-mv__close-btn:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.m-modal-mv__close-btn:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.m-modal-mv__close-btn:hover {
  text-decoration: none;
}
.no-touchdv .m-modal-mv__close-btn:hover {
  background: #ff6d6d;
  border-color: #ef3838;
}
@media screen and (max-width: 600px) {
  .m-modal-mv__close-btn {
    padding: 3px 20px 3px 30px;
    font-size: 12px;
  }
  .m-modal-mv__close-btn:after,
  .m-modal-mv__close-btn:before {
    left: 15px;
    top: 10px;
    width: 12px;
  }
}
.m-youtube-inr {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0px;
  position: relative;
}
.m-youtube-inr iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.pc-sns {
  display: block;
}
.sp-sns {
  display: none;
}
@media screen and (max-width: 600px) {
  .pc-sns {
    display: none;
  }
  .sp-sns {
    display: block;
  }
}
.sp-sns {
  margin-top: 1px;
  padding: 0 10px;
}
@media screen and (max-width: 600px) {
  .sp-sns {
    display: block;
  }
}
.sp-sns-inr {
  display: table;
  width: 100%;
}
.sp-sns-inr a {
  display: table-cell;
  padding: 6px 10px 3px 10px;
  text-align: center;
}
.sp-sns-inr a.sp-sns-btn--tw {
  background: #01aced;
}
.sp-sns-inr a.sp-sns-btn--fb {
  background: #305097;
}
.sp-sns-inr a.sp-sns-btn--gg {
  background: #db4a39;
}
.sp-sns-inr a.sp-sns-btn--line {
  background: #0b0;
}
.sp-sns-btn--tw-ico {
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("../img/sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -154px;
  -webkit-background-size: 60px 370px;
  -moz-background-size: 60px 370px;
  background-size: 60px 370px;
  display: inline-block;
}
.sp-sns-btn--fb-ico {
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("../img/sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -100px;
  -webkit-background-size: 60px 370px;
  -moz-background-size: 60px 370px;
  background-size: 60px 370px;
  display: inline-block;
}
.sp-sns-btn--gg-ico {
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("../img/sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -118px;
  -webkit-background-size: 60px 370px;
  -moz-background-size: 60px 370px;
  background-size: 60px 370px;
  display: inline-block;
}
.sp-sns-btn--line-ico {
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("../img/sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -136px;
  -webkit-background-size: 60px 370px;
  -moz-background-size: 60px 370px;
  background-size: 60px 370px;
  display: inline-block;
}
/* ----------------------------------
  text component
---------------------------------- */
.g-text-center {
  text-align: center;
}
.g-text-left {
  text-align: left;
}
.g-text-right {
  text-align: right;
}
.g-text-small {
  font-size: 90%;
}
.g-text-bold {
  font-weight: bold;
}
.g-text-writing {
  line-height: 1.9;
}
.g-text-spblod-msg {
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .g-text-spblod-msg {
    text-align: left;
  }
}
.g-text-spleft-msg {
  text-align: center;
}
@media screen and (max-width: 600px) {
  .g-text-spleft-msg {
    text-align: left;
  }
}
.spbr {
  display: none;
}
@media screen and (max-width: 600px) {
  .spbr {
    display: block;
  }
}
a.m-link {
  text-decoration: underline !important;
}
a.m-link-blank {
  position: relative;
  text-decoration: underline;
}
a.m-link-blank:after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 12px;
  background-image: url("../img/sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -31px;
  position: relative;
  top: 0px;
  margin-left: 7px;
  display: inline-block;
}
a.m-link-blank-white {
  position: relative;
  text-decoration: underline;
}
a.m-link-blank-white:after {
  content: '';
  display: inline-block;
  width: 13px;
  height: 11px;
  background-image: url("../img/sprite.png");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  position: relative;
  top: 0px;
  margin-left: 7px;
  display: inline-block;
}
.no-touchdv a.m-link:hover {
  text-decoration: none !important;
}
.no-touchdv a.m-link-blank:hover {
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  a.m-link-blank:after {
    display: block;
    width: 13px;
    height: 11px;
    background-image: url("../img/sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -46px;
    -webkit-background-size: 60px 370px;
    -moz-background-size: 60px 370px;
    background-size: 60px 370px;
    top: 0;
    display: inline-block;
  }
}
/* ----------------------------------
  top component
---------------------------------- */
.m-ttl-mainvs {
  position: relative;
  text-align: center;
}
.m-ttl-main-text {
  width: 60.56999%;
}
.m-ttl-main-copy {
  position: absolute;
  top: -100px;
  right: -30px;
  width: 23.1%;
}
@media screen and (max-width: 600px) {
  .m-ttl-main-text {
    width: 80%;
  }
  .m-ttl-main-copy {
    display: none;
  }
}
.m-ttl-mainvs-img {
  position: relative;
  z-index: 1;
}
.m-ttl-mainvs-logo {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  z-index: 10;
  text-align: center;
}
@media screen and (max-width: 1320px) {
  .m-ttl-mainvs-logo {
    top: 60px;
  }
  .m-ttl-mainvs-logo img {
    width: 30%;
  }
}
@media screen and (max-width: 980px) {
  .m-ttl-mainvs-logo {
    top: 40px;
  }
}
@media screen and (max-width: 600px) {
  .m-ttl-mainvs-logo {
    display: none;
  }
}
.m-ttl-main {
  position: relative;
  text-align: center;
  z-index: 20;
}
.m-ttl-section {
  text-align: center;
  margin-top: 65px;
  margin-bottom: 25px;
}
.m-ttl-sub {
  padding-top: 120px;
  margin-bottom: 75px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .m-ttl-sub {
    padding-top: 40px;
    margin-bottom: 40px;
  }
  .m-ttl-sub img {
    zoom: 0.8;
  }
}
.m-ttl-maru {
  margin-top: 40px;
  text-align: center;
  margin-bottom: 20px;
}
.m-ttl-maru span {
  display: inline-block;
  border-radius: 50px;
  color: #fff;
  background: #069fe6;
  padding: 2px 15px 1px 15px;
  min-width: 200px;
  font-size: 20px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .m-ttl-maru span {
    font-size: 16px;
  }
}
.m-ttl-faq {
  padding: 120px 20px 80px 20px;
  background: #c5ffb8;
  text-align: center;
  position: relative;
}
.m-ttl-faq span {
  position: relative;
  z-index: 10;
}
.m-ttl-faq:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
  width: 100%;
  height: 248px;
  background: url("../img/faq/bg_left.png") no-repeat left 50%;
  -webkit-background-size: 35% auto;
  -moz-background-size: 35% auto;
  background-size: 35% auto;
  z-index: 5;
}
.m-ttl-faq:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
  width: 100%;
  height: 248px;
  background: url("../img/faq/bg_right.png") no-repeat right top;
  z-index: 5;
  -webkit-background-size: 35% auto;
  -moz-background-size: 35% auto;
  background-size: 35% auto;
}
@media screen and (max-width: 600px) {
  .m-ttl-faq {
    padding: 60px 20px 40px 20px;
    background: #c5ffb8 url("../img/faq/bg_sp.png") no-repeat 50% top;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
  }
  .m-ttl-faq:after,
  .m-ttl-faq:before {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .m-ttl-top-shikaku {
    width: 285px;
  }
  .m-ttl-top-quest {
    width: 260px;
  }
  .m-ttl-top-news {
    width: 148px;
  }
  .m-ttl-top-sub {
    width: 335px;
  }
  .m-ttl-faq-sp {
    width: 240px;
  }
}
/* ----------------------------------
  uniq component
---------------------------------- */
.m-guide__i {
  display: block;
  height: 636px;
  *zoom: 1;
  position: relative;
  font-weight: bold;
}
.m-guide__i:after {
  content: ".";
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
}
.m-guide__i-img-01,
.m-guide__i-img-02,
.m-guide__i-img-03,
.m-guide__i-img-04 {
  position: absolute;
  top: 0;
  z-index: 1;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}
.m-guide__i-img-01,
.m-guide__i-img-03 {
  right: -650px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.m-guide__i-img-01.is-active,
.m-guide__i-img-03.is-active {
  right: -450px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.m-guide__i-img-02,
.m-guide__i-img-04 {
  left: -650px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.m-guide__i-img-02.is-active,
.m-guide__i-img-04.is-active {
  left: -450px;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.m-guide__i-l {
  position: relative;
  float: left;
  width: 50%;
  padding-top: 100px;
  z-index: 2;
}
.m-guide__i-r {
  position: relative;
  float: right;
  width: 50%;
  padding-top: 100px;
  z-index: 2;
}
.m-guide__i-cnt {
  text-align: center;
}
.m-guide__imgwrap {
  display: block;
  position: relative;
}
.m-guide__i-l .m-guide__img {
  margin-left: -400px;
}
.m-guide__i-ttl {
  margin-bottom: 25px;
}
.m-guide__btn {
  margin-top: 25px;
}
.m-guide__btn a {
  display: inline-block;
  background: #febe16;
  padding: 15px 50px;
  border-radius: 8px;
  border-top: 2px solid #fb9b27;
  border-left: 2px solid #fb9b27;
  border-right: 2px solid #fb9b27;
  border-bottom: 4px solid #fb9b27;
  color: #fff;
}
.m-guide__btn a:hover {
  text-decoration: none;
}
.no-touchdv .m-guide__btn a:hover {
  background: #ff6d6d;
  border-color: #ef3838;
}
@media screen and (max-width: 760px) {
  .m-guide {
    margin-top: -20px;
  }
  .m-guide__i {
    margin-top: 40px;
    height: auto;
  }
  .m-guide__i img {
    zoom: 0.5;
  }
  .m-guide__i-l,
  .m-guide__i-r {
    float: none;
    width: auto;
    padding-top: 0;
  }
  .m-guide__i-img-01,
  .m-guide__i-img-02,
  .m-guide__i-img-03,
  .m-guide__i-img-04 {
    position: relative;
    top: 0;
    z-index: 1;
    left: 0;
    right: 0;
  }
  .m-guide__i-img-02 + .m-guide__i-cnt {
    margin-top: 20px;
  }
  .m-guide__i-img-01,
  .m-guide__i-img-03 {
    text-align: right;
  }
  .m-guide__i-img-01 img,
  .m-guide__i-img-03 img {
    margin-right: -200px;
  }
  .m-guide__i-img-02 img {
    margin-left: -200px;
  }
  .m-guide__i-img-04 img {
    margin-left: -140px;
  }
  .m-guide__i-img-02.is-active,
  .m-guide__i-img-04.is-active {
    left: 0;
  }
  .m-guide__i-ttl {
    margin-top: -50px;
    margin-bottom: 20px;
  }
  .m-guide__btn {
    margin-top: 20px;
  }
  .m-guide__btn a {
    font-size: 14px;
    padding: 10px 20px;
    min-width: 220px;
  }
}
.m-appbtn {
  display: block;
  text-align: center;
  margin-top: 25px;
  margin-left: -25px;
  margin-right: -25px;
}
.m-appbtn > :first-child {
  border-left: 0;
}
.m-appbtn__i {
  display: inline-block;
  border-left: 2px solid #fff;
  padding: 0 26px 0 30px;
}
.m-appbtn__i ul {
  *zoom: 1;
  text-align: center;
}
.m-appbtn__i ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
}
.m-appbtn__i ul > :first-child {
  margin-left: 0;
}
.m-appbtn__i li {
  float: left;
  margin-left: 10px;
  position: relative;
}
.m-appbtn__baloon {
  display: none;
}
.m-appbtn__swtch,
.m-appbtn__play,
.m-appbtn__ios {
  width: auto;
  height: 50px;
}
@media screen and (max-width: 600px) {
  .m-appbtn,
  .m-appbtn__i {
    display: block;
    text-align: center;
  }
  .m-appbtn ul,
  .m-appbtn__i ul,
  .m-appbtn li,
  .m-appbtn__i li {
    display: inline-block;
    padding: 0;
  }
  .m-appbtn {
    margin-top: 30px;
  }
  .m-appbtn__i {
    border-left: none;
    margin-top: 20px;
    padding: 0;
  }
  .m-appbtn__swtch,
  .m-appbtn__play,
  .m-appbtn__ios {
    width: auto;
    height: 40px;
  }
  .m-appbtn__baloon {
    display: block;
    position: absolute;
    top: -25px;
    right: -90px;
    width: 87px;
  }
}
.m-appbox {
  display: block;
}
.m-appbox__iwrap {
  margin-top: -30px;
  margin-left: -30px;
  margin-right: -30px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .m-appbox__iwrap {
    margin: 0;
  }
}
.m-appbox__i {
  display: inline-block;
  padding: 0 20px;
  vertical-align: top;
  width: 398px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 30px;
}
@media screen and (max-width: 600px) {
  .m-appbox__i {
    display: block;
    width: auto;
  }
}
.m-appbox__i-box {
  display: block;
  *zoom: 1;
}
.m-appbox__i-box:after {
  content: ".";
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
}
.m-appbox__i-img {
  float: left;
  padding-right: 20px;
}
.m-appbox__i-img img {
  width: 150px;
}
.m-appbox__i-cnt {
  display: block;
  overflow: hidden;
  text-align: left;
}
.m-appbox__i-cnt ul > :first-child {
  margin-top: 0;
}
.m-appbox__i-cnt li {
  margin-top: 20px;
}
.m-appbox__i-cnt p {
  line-height: 1.3;
}
.m-appbox__i-cnt a {
  color: #555;
  text-decoration: underline;
}
.btn-img-swtch {
  width: 158px;
}
.btn-img-googleplay {
  width: 171px;
}
.btn-img-ios {
  width: 138px;
}
.no-touchdv .m-appbox__i-cnt a:hover {
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  .m-appbox__i {
    margin-top: 30px;
  }
  .m-appbox__i-img,
  .m-appbox__i-cnt {
    display: block;
    float: none;
    padding: 0;
  }
  .m-appbox__i-cnt {
    margin-top: 20px;
    text-align: center;
  }
}
.m-appdetail {
  margin-top: 10px;
}
.m-appdetail__iwrap {
  margin-left: -20px;
  margin-right: -20px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
}
.m-appdetail__i {
  padding: 20px 20px 0 20px;
}
.m-appdetail__i > :first-child {
  margin-top: 0;
}
.m-appdetail__i dl {
  margin-top: 10px;
}
.m-appdetail__i dl dt {
  font-weight: bold;
}
.m-appdetail__i dl dd {
  margin-top: 0px;
  line-height: 1.6;
}
@media screen and (max-width: 600px) {
  .m-appdetail {
    margin-top: 30px;
  }
  .m-appdetail__iwrap {
    margin: 0;
    display: block;
  }
  .m-appdetail__iwrap > :first-child {
    margin-top: 0;
  }
  .m-appdetail__i {
    padding: 0;
    margin-top: 10px;
  }
}
.m-appbtnli {
  text-align: center;
}
.m-appbtnli ul {
  margin-left: -15px;
  margin-right: -15px;
}
.m-appbtnli li {
  display: inline-block;
  margin: 0 15px;
}
@media screen and (max-width: 600px) {
  .m-appbtnli {
    text-align: center;
  }
  .m-appbtnli ul {
    margin-left: 0;
    margin-right: 0;
  }
  .m-appbtnli ul > :first-child {
    margin-top: 0;
  }
  .m-appbtnli li {
    display: block;
    margin: 15px 0 0 0;
  }
}
.m-movie {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .m-movie {
    margin-top: 20px;
  }
}
.m-movie__link {
  position: relative;
  display: inline-block;
  background: #fff;
  border-radius: 8px;
  cursor: pointer;
}
.m-movie__link:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  display: inline-block;
  width: 120px;
  height: 120px;
  background-image: url("../img/sprite.png");
  background-repeat: no-repeat;
  background-position: 0px -621px;
  margin-left: -60px;
  margin-top: -60px;
}
.no-touchdv a.m-movie__link:hover img {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
@media screen and (max-width: 600px) {
  .m-movie__link:after {
    display: block;
    width: 58px;
    height: 58px;
    background-image: url("../img/sprite.png");
    background-repeat: no-repeat;
    background-position: 0px -251px;
    -webkit-background-size: 60px 370px;
    -moz-background-size: 60px 370px;
    background-size: 60px 370px;
    margin-left: -29px;
    margin-top: -29px;
  }
}
.m-news > :first-child {
  margin-top: 0;
}
.m-news dl {
  margin-top: 20px;
  *zoom: 1;
}
.m-news dl:after {
  content: ".";
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
}
.m-news dt {
  float: left;
  padding-right: 20px;
  font-weight: bold;
  color: #f90;
}
.m-news dd {
  display: block;
  overflow: hidden;
  line-height: 1.4;
}
.m-news dd a {
  color: #555;
  text-decoration: underline;
}
.no-touchdv .m-news a:hover {
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  .m-news dl {
    margin-top: 10px;
  }
  .m-news dt {
    float: none;
  }
}
.m-info {
  margin-top: 30px;
}
.m-info__iwrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}
.m-info__i {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -o-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 15px;
  text-align: center;
}
.m-info__ttl {
  text-align: center;
  margin-bottom: 20px;
}
.m-info__ttl span {
  display: inline-block;
  border-radius: 50px;
  color: #fff;
  background: #069fe6;
  padding: 2px 15px 1px 15px;
  min-width: 200px;
  font-size: 20px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .m-info__iwrap {
    display: block;
  }
  .m-info__iwrap > :first-child {
    margin-top: 0;
  }
  .m-info__i {
    margin-top: 40px;
  }
  .m-info__ttl {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .m-info__ttl span {
    text-align: center;
    font-size: 16px;
  }
}
.m-itemlist ul {
  text-align: center;
  margin-left: -25px;
  margin-right: -25px;
  margin-top: -10px;
}
.m-itemlist li {
  display: inline-block;
  margin: 10px 25px;
  width: 130px;
}
.m-itemlist li span {
  display: block;
  font-weight: bold;
}
.m-itemlist__ttl {
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: center;
}
.m-itemlist__ttl span {
  font-size: 20px;
  font-weight: bold;
  color: #069fe6;
}
@media screen and (max-width: 600px) {
  .m-itemlist {
    margin-top: -15px !important;
  }
  .m-itemlist li {
    margin: 10px 25px 0 25px;
    width: 110px;
  }
  .m-itemlist__ttl {
    margin-bottom: 10px;
  }
  .m-itemlist__ttl span {
    font-size: 16px;
  }
}
.m-media {
  margin-top: 40px;
}
.m-media > :first-child {
  margin-top: 0;
}
.m-media__i {
  display: table;
  width: 100%;
  margin-top: 20px;
}
.m-media__i-img,
.m-media__i-cnt {
  display: table-cell;
  vertical-align: middle;
}
.m-media__i-img {
  width: 150px;
}
.m-media__i-cnt {
  padding-left: 40px;
}
.m-media__i-cnt dt {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .m-media {
    margin-top: 30px;
  }
  .m-media__i,
  .m-media__i-img,
  .m-media__i-cnt {
    display: block;
    padding: 0;
    width: auto;
    text-align: center;
  }
  .m-media__i-cnt {
    margin-top: 10px;
  }
  .m-media__i-img img {
    zoom: 0.5;
  }
}
.m-faq-tab-btm {
  margin-top: 60px;
}
@media screen and (max-width: 600px) {
  .m-faq-tab-btm {
    margin-top: 50px;
  }
}
.m-faq-tab-wrap {
  margin-left: -3px;
  margin-right: -3px;
}
.m-faq-tab {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 3px 0;
}
a.m-faq-tab__i {
  display: table-cell;
  padding: 8px 20px;
  text-align: center;
  border-radius: 8px;
  background: #fff;
}
a.m-faq-tab__i span {
  position: relative;
  padding-left: 40px;
}
a.m-faq-tab__i span:before {
  position: absolute;
  top: -2px;
  left: 0;
  content: '';
  width: 30px;
  height: 30px;
}
a.m-faq-tab__i:hover {
  text-decoration: none;
}
a.m-faq-tab__i.m-faq-tab__swt {
  color: #e60012;
  border-top: 2px solid #e60012;
  border-left: 2px solid #e60012;
  border-right: 2px solid #e60012;
  border-bottom: 4px solid #e60012;
}
a.m-faq-tab__i.m-faq-tab__swt span:before {
  background: url("../img/faq/icon_swt_off.png") no-repeat 0 0;
  -webkit-background-size: 30px 30px;
  -moz-background-size: 30px 30px;
  background-size: 30px 30px;
}
a.m-faq-tab__i.m-faq-tab__swt.is-active {
  background: #e60012;
  color: #fff;
}
a.m-faq-tab__i.m-faq-tab__swt.is-active span:before {
  background: url("../img/faq/icon_swt_on.png") no-repeat 0 0;
  -webkit-background-size: 30px 30px;
  -moz-background-size: 30px 30px;
  background-size: 30px 30px;
}
a.m-faq-tab__i.m-faq-tab__app {
  color: #3a86d1;
  border-top: 2px solid #3a86d1;
  border-left: 2px solid #3a86d1;
  border-right: 2px solid #3a86d1;
  border-bottom: 4px solid #3a86d1;
}
a.m-faq-tab__i.m-faq-tab__app span:before {
  background: url("../img/faq/icon_app_off.png") no-repeat 0 0;
  -webkit-background-size: 30px 30px;
  -moz-background-size: 30px 30px;
  background-size: 30px 30px;
}
a.m-faq-tab__i.m-faq-tab__app.is-active {
  background: #3a86d1;
  color: #fff;
}
a.m-faq-tab__i.m-faq-tab__app.is-active span:before {
  background: url("../img/faq/icon_app_on.png") no-repeat 0 0;
  -webkit-background-size: 30px 30px;
  -moz-background-size: 30px 30px;
  background-size: 30px 30px;
}
.no-touchdv a.m-faq-tab__i.m-faq-tab__swt:hover {
  background: #e60012;
  color: #fff;
}
.no-touchdv a.m-faq-tab__i.m-faq-tab__swt:hover span:before {
  background: url("../img/faq/icon_swt_on.png") no-repeat 0 0;
  -webkit-background-size: 30px 30px;
  -moz-background-size: 30px 30px;
  background-size: 30px 30px;
}
.no-touchdv a.m-faq-tab__i.m-faq-tab__app:hover {
  background: #3a86d1;
  color: #fff;
}
.no-touchdv a.m-faq-tab__i.m-faq-tab__app:hover span:before {
  background: url("../img/faq/icon_app_on.png") no-repeat 0 0;
  -webkit-background-size: 30px 30px;
  -moz-background-size: 30px 30px;
  background-size: 30px 30px;
}
@media screen and (max-width: 600px) {
  a.m-faq-tab__i {
    padding: 0 20px 8px 20px;
  }
  a.m-faq-tab__i span {
    display: block;
    padding-top: 80px;
    padding-left: 0;
    font-weight: bold;
    font-size: 15px;
  }
  a.m-faq-tab__i span:before {
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -35px;
    content: '';
    width: 70px;
    height: 70px;
  }
  a.m-faq-tab__i.m-faq-tab__swt span:before {
    background: url("../img/faq/icon_swt_off.png") no-repeat 0 0;
    -webkit-background-size: 70px 70px;
    -moz-background-size: 70px 70px;
    background-size: 70px 70px;
  }
  a.m-faq-tab__i.m-faq-tab__swt div {
    padding-top: 8px;
  }
  a.m-faq-tab__i.m-faq-tab__swt.is-active span:before {
    background: url("../img/faq/icon_swt_on.png") no-repeat 0 0;
    -webkit-background-size: 70px 70px;
    -moz-background-size: 70px 70px;
    background-size: 70px 70px;
  }
  a.m-faq-tab__i.m-faq-tab__app span:before {
    background: url("../img/faq/icon_app_off.png") no-repeat 0 0;
    -webkit-background-size: 70px 70px;
    -moz-background-size: 70px 70px;
    background-size: 70px 70px;
  }
  a.m-faq-tab__i.m-faq-tab__app div {
    padding-top: 8px;
  }
  a.m-faq-tab__i.m-faq-tab__app.is-active span:before {
    background: url("../img/faq/icon_app_on.png") no-repeat 0 0;
    -webkit-background-size: 70px 70px;
    -moz-background-size: 70px 70px;
    background-size: 70px 70px;
  }
  .no-touchdv a.m-faq-tab__i.m-faq-tab__swt:hover {
    background: #e60012;
    color: #fff;
  }
  .no-touchdv a.m-faq-tab__i.m-faq-tab__swt:hover span:before {
    background: url("../img/faq/icon_swt_on.png") no-repeat 0 0;
    -webkit-background-size: 70px 70px;
    -moz-background-size: 70px 70px;
    background-size: 70px 70px;
  }
  .no-touchdv a.m-faq-tab__i.m-faq-tab__app:hover {
    background: #3a86d1;
    color: #fff;
  }
  .no-touchdv a.m-faq-tab__i.m-faq-tab__app:hover span:before {
    background: url("../img/faq/icon_app_on.png") no-repeat 0 0;
    -webkit-background-size: 70px 70px;
    -moz-background-size: 70px 70px;
    background-size: 70px 70px;
  }
}
.is-switch .m-faq-ttl {
  color: #e60012;
}
.is-switch .m-faq-ttl.is-swtch-only {
  display: block;
}
.is-switch .m-faq-list dl.is-swtch-only {
  display: block;
}
.is-switch .m-faq-list dl.is-app-only {
  display: none;
}
.is-app .m-faq-ttl {
  color: #3a86d1;
}
.is-app .m-faq-ttl.is-swtch-only {
  display: none;
}
.is-app .m-faq-list dl.is-swtch-only {
  display: none;
}
.is-app .m-faq-list dl.is-app-only {
  display: block;
}
.m-faq-ttl {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .m-faq-ttl {
    font-size: 20px;
    margin-top: 50px;
    margin-bottom: 20px;
  }
}
.m-faq-list dl {
  margin-top: 4px;
}
.m-faq-list dt {
  padding: 12px 0 11px 55px;
  background: #ffd;
  font-weight: bold;
  line-height: 1.5;
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.m-faq-list dt.is-active span:before {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.m-faq-list dt:before {
  position: absolute;
  top: 11px;
  left: 20px;
  display: block;
  content: '';
  background: url("../img/faq/icon_q.png") no-repeat 0 0;
  width: 22px;
  height: 26px;
}
.m-faq-list dt span {
  position: relative;
  padding-right: 55px;
  display: block;
}
.m-faq-list dt span:after,
.m-faq-list dt span:before {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  content: '';
  width: 20px;
  height: 4px;
  background: #f90;
  border-radius: 10px;
  margin-top: -2px;
}
.m-faq-list dt span:before {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(-270deg);
  -moz-transform: rotate(-270deg);
  -o-transform: rotate(-270deg);
  -ms-transform: rotate(-270deg);
  transform: rotate(-270deg);
}
.m-faq-list dd {
  display: none;
  padding: 0 0 0 55px;
  line-height: 1.5;
  position: relative;
}
.m-faq-list dd:before {
  position: absolute;
  top: 21px;
  left: 20px;
  display: block;
  content: '';
  background: url("../img/faq/icon_a.png") no-repeat 0 0;
  width: 22px;
  height: 26px;
}
.m-faq-list dd .m-faq-list__inr {
  padding: 20px 55px 30px 0;
}
.m-faq-list dd .m-faq-list__inr > :first-child {
  margin-top: 0;
}
.m-faq-list dd.is-active {
  display: block;
}
.no-touchdv .m-faq-list dt:hover {
  background: #fff0f0;
}
@media screen and (max-width: 600px) {
  .m-faq-list dt {
    padding-left: 45px;
  }
  .m-faq-list dt span:after,
  .m-faq-list dt span:before {
    width: 18px;
    height: 2px;
  }
  .m-faq-list dt:before {
    top: 12px;
    left: 20px;
    background: url("../img/faq/icon_q_sp.png") no-repeat 0 0;
    -webkit-background-size: 15px 19px;
    -moz-background-size: 15px 19px;
    background-size: 15px 19px;
    width: 15px;
    height: 19px;
  }
  .m-faq-list dd {
    padding: 0 0 0 45px;
  }
  .m-faq-list dd:before {
    top: 11px;
    left: 20px;
    background: url("../img/faq/icon_a_sp.png") no-repeat 0 0;
    -webkit-background-size: 14px 16px;
    -moz-background-size: 14px 16px;
    background-size: 14px 16px;
    width: 14px;
    height: 16px;
  }
  .m-faq-list dd .m-faq-list__inr {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.m-faq-contact {
  display: none;
  background-color: #ffd;
  padding: 25px 45px 30px;
  margin-top: 60px;
}
.m-faq-contact a.m-btn {
  display: block;
  font-size: 16px;
  text-decoration: none;
  padding: 10px 10px;
}
@media screen and (max-width: 600px) {
  .m-faq-contact a.m-btn {
    font-size: 14px;
  }
}
.m-faq-contact .m-faq-contact-title {
  margin-bottom: 25px;
  text-align: center;
  font-weight: bold;
}
.m-faq-contact .m-faq-contact-lists {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.m-faq-contact .m-faq-contact-listitem {
  width: 270px;
}
.m-faq-contact .m-faq-contact-listitem:nth-child(3),
.m-faq-contact .m-faq-contact-listitem:nth-child(4) {
  margin-top: 20px;
}
.m-faq-contact.is-swtch-only .m-faq-contact-lists {
  display: block;
  text-align: center;
}
.m-faq-contact.is-swtch-only .m-faq-contact-lists .m-faq-contact-listitem.-wide {
  width: 310px;
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .m-faq-contact.is-swtch-only .m-faq-contact-lists .m-faq-contact-listitem.-wide {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .m-faq-contact {
    margin-top: 30px;
    padding: 25px 20px 30px;
  }
  .m-faq-contact .m-faq-contact-title {
    margin-bottom: 15px;
  }
  .m-faq-contact .m-faq-contact-lists,
  .m-faq-contact .m-faq-contact-listitem {
    margin-top: 10px !important;
    width: 100%;
  }
  .m-faq-contact .m-faq-contact-lists:nth-child(1),
  .m-faq-contact .m-faq-contact-listitem:nth-child(1) {
    margin-top: 0;
  }
}
.m-block--s__inr.js-tab.is-app .m-faq-contact.is-app-only {
  display: block;
}
.m-block--s__inr.js-tab.is-switch .m-faq-contact.is-swtch-only {
  display: block;
}
.m-shikaku img {
  outline: none;
}
.m-shikaku area {
  border: none;
  outline: none;
  cursor: pointer;
}
.m-shikaku-pc {
  width: 880px;
  height: 626px;
  position: relative;
}
.maplink-pc-under {
  position: relative;
  z-index: 9;
}
.maplink-pc-base {
  position: relative;
  z-index: 10;
}
.maplink-pc-base img {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.maplink-pc-under li {
  position: absolute;
}
.maplink-pc-under li.m-shikaku-pc__i-01 {
  top: 216px;
  left: 16px;
}
.maplink-pc-under li.m-shikaku-pc__i-02 {
  top: 273px;
  left: 112px;
}
.maplink-pc-under li.m-shikaku-pc__i-03 {
  top: 330px;
  left: 211px;
}
.maplink-pc-under li.m-shikaku-pc__i-04 {
  top: 390px;
  left: 306px;
}
.maplink-pc-under li.m-shikaku-pc__i-05 {
  top: 444px;
  left: 404px;
}
.maplink-pc-under li.m-shikaku-pc__i-06 {
  top: 146px;
  left: 117px;
}
.maplink-pc-under li.m-shikaku-pc__i-07 {
  top: 204px;
  left: 213px;
}
.maplink-pc-under li.m-shikaku-pc__i-08 {
  top: 256px;
  left: 314px;
}
.maplink-pc-under li.m-shikaku-pc__i-09 {
  top: 309px;
  left: 413px;
}
.maplink-pc-under li.m-shikaku-pc__i-10 {
  top: 373px;
  left: 505px;
}
.maplink-pc-under li.m-shikaku-pc__i-11 {
  top: 81px;
  left: 214px;
}
.maplink-pc-under li.m-shikaku-pc__i-12 {
  top: 139px;
  left: 318px;
}
.maplink-pc-under li.m-shikaku-pc__i-13 {
  top: 182px;
  left: 415px;
}
.maplink-pc-under li.m-shikaku-pc__i-14 {
  top: 242px;
  left: 492px;
}
.maplink-pc-under li.m-shikaku-pc__i-15 {
  top: 303px;
  left: 606px;
}
.maplink-pc-under li.m-shikaku-pc__i-16 {
  top: 12px;
  left: 302px;
}
.maplink-pc-under li.m-shikaku-pc__i-17 {
  top: 69px;
  left: 396px;
}
.maplink-pc-under li.m-shikaku-pc__i-18 {
  top: 120px;
  left: 483px;
}
.maplink-pc-under li.m-shikaku-pc__i-19 {
  top: 172px;
  left: 597px;
}
.maplink-pc-under li.m-shikaku-pc__i-20 {
  top: 239px;
  left: 690px;
}
.m-shikaku-pc__i {
  position: relative;
  display: block;
}
.m-shikaku-pc__tag {
  position: absolute;
  display: none;
  top: 0;
  left: 20px;
  background: #fff;
  font-weight: bold;
  line-height: 1.2;
  border-radius: 5px;
}
.m-shikaku-pc__tag:after {
  position: absolute;
  top: 42px;
  left: 50%;
  content: '';
  margin-left: -8px;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
  border-left: 8px solid transparent;
}
.m-shikaku-pc__name {
  margin: 0;
  display: table;
  width: 120px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px;
}
.m-shikaku-pc__name-i,
.m-shikaku-pc__name-c {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  text-align: center;
}
.m-shikaku-pc__name-i img,
.m-shikaku-pc__name-c img {
  width: 27px;
}
.m-shikaku-pc__name-i,
width 27px,
.m-shikaku-pc__name-c {
  text-align: center;
}
.m-shikaku-pc__name-i span,
width 27px span,
.m-shikaku-pc__name-c span {
  display: block;
  text-align: center;
  margin: 0 auto;
}
.m-shikaku-pc__i .m-shikaku-pc__thum {
  position: relative;
}
.m-shikaku-pc__i .m-shikaku-pc__def,
.m-shikaku-pc__i .m-shikaku-pc__cur {
  width: 152px;
}
.m-shikaku-pc__i.m-shikaku-pc__i-08 .m-shikaku-pc__def,
.m-shikaku-pc__i.m-shikaku-pc__i-08 .m-shikaku-pc__cur {
  width: 140px;
}
.m-shikaku-pc__i.m-shikaku-pc__i-12 .m-shikaku-pc__def,
.m-shikaku-pc__i.m-shikaku-pc__i-12 .m-shikaku-pc__cur {
  width: 140px;
}
.m-shikaku-pc__i.m-shikaku-pc__i-15 .m-shikaku-pc__def,
.m-shikaku-pc__i.m-shikaku-pc__i-15 .m-shikaku-pc__cur {
  width: 140px;
}
.m-shikaku-pc__i .m-shikaku-pc__def {
  display: block;
}
.m-shikaku-pc__i .m-shikaku-pc__cur {
  display: none;
}
.m-shikaku-pc__i.is-active .m-shikaku-pc__tag {
  display: block;
}
.m-shikaku-pc__i.is-active .m-shikaku-pc__def {
  display: none;
}
.m-shikaku-pc__i.is-active .m-shikaku-pc__cur {
  display: block;
}
.m-shikaku-pc__i.is-hover .m-shikaku-pc__def {
  display: none;
}
.m-shikaku-pc__i.is-hover .m-shikaku-pc__cur {
  display: block;
}
.m-shikaku-pc__i.m-shikaku-pc__i-02 .m-shikaku-pc__tag {
  top: -20px;
}
.m-shikaku-pc__i.m-shikaku-pc__i-03 .m-shikaku-pc__tag {
  top: -25px;
}
.m-shikaku-pc__i.m-shikaku-pc__i-06 .m-shikaku-pc__tag {
  top: -15px;
}
.m-shikaku-pc__i.m-shikaku-pc__i-08 .m-shikaku-pc__tag {
  top: -25px;
}
.m-shikaku-pc__i.m-shikaku-pc__i-10 .m-shikaku-pc__tag {
  top: 5px;
}
.m-shikaku-pc__i.m-shikaku-pc__i-12 .m-shikaku-pc__tag {
  top: -15px;
}
.m-shikaku-pc__i.m-shikaku-pc__i-13 .m-shikaku-pc__tag {
  top: 25px;
}
.m-shikaku-pc__i.m-shikaku-pc__i-14 .m-shikaku-pc__tag {
  top: 25px;
}
.m-shikaku-pc__i.m-shikaku-pc__i-15 .m-shikaku-pc__tag {
  top: -15px;
}
.m-shikaku-pc__i.m-shikaku-pc__i-16 .m-shikaku-pc__tag {
  top: 25px;
}
.m-shikaku-pc__i.m-shikaku-pc__i-18 .m-shikaku-pc__tag {
  top: 40px;
}
.m-shikaku-pc__i.m-shikaku-pc__i-19 .m-shikaku-pc__tag {
  top: -35px;
}
.m-shikaku-pc__i.m-shikaku-pc__i-20 .m-shikaku-pc__tag {
  top: -50px;
}
.m-shikaku-sp {
  display: none;
  max-width: 370px;
  margin: 40px auto 0 auto;
  padding: 0 10px 50px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.m-shikaku-sp ul {
  *zoom: 1;
}
.m-shikaku-sp ul:after {
  content: ".";
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
}
.m-shikaku-sp li {
  float: left;
  width: 33.33333%;
}
.m-shikaku-sp li:nth-child(2),
.m-shikaku-sp li:nth-child(5),
.m-shikaku-sp li:nth-child(8),
.m-shikaku-sp li:nth-child(11),
.m-shikaku-sp li:nth-child(14),
.m-shikaku-sp li:nth-child(17),
.m-shikaku-sp li:nth-child(20) {
  position: relative;
  top: 40px;
}
.m-shikaku-sp li:nth-child(3),
.m-shikaku-sp li:nth-child(6),
.m-shikaku-sp li:nth-child(9),
.m-shikaku-sp li:nth-child(12),
.m-shikaku-sp li:nth-child(15),
.m-shikaku-sp li:nth-child(18) {
  position: relative;
  top: 80px;
}
.m-shikaku-sp a {
  display: block;
}
.m-shikaku-sp img {
  width: 100%;
}
.m-shikaku-sp__i {
  position: relative;
}
.m-shikaku-sp__tag {
  position: absolute;
  display: none;
  top: -30px;
  left: 50%;
  background: #fff;
  font-weight: bold;
  line-height: 1.2;
  margin-left: -60px;
  border-radius: 5px;
}
.m-shikaku-sp__tag:after {
  position: absolute;
  top: 42px;
  left: 50%;
  content: '';
  margin-left: -8px;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
  border-left: 8px solid transparent;
}
.m-shikaku-sp__name {
  margin: 0;
  display: table;
  width: 120px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px;
}
.m-shikaku-sp__name-i,
.m-shikaku-sp__name-c {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  text-align: center;
}
.m-shikaku-sp__name-i img,
.m-shikaku-sp__name-c img {
  width: 27px;
}
.m-shikaku-sp__name-i,
width 27px,
.m-shikaku-sp__name-c {
  text-align: center;
}
.m-shikaku-sp__name-i span,
width 27px span,
.m-shikaku-sp__name-c span {
  display: block;
  text-align: center;
  margin: 0 auto;
}
.m-shikaku-sp__i.is-active .m-shikaku-sp__tag {
  display: block;
}
.m-shikaku-sp__i.m-shikaku-sp__i-01 .m-shikaku-sp__tag {
  top: -15px;
}
.m-shikaku-sp__i.m-shikaku-sp__i-04 .m-shikaku-sp__tag {
  top: -15px;
}
.m-shikaku-sp__i.m-shikaku-sp__i-05 .m-shikaku-sp__tag {
  top: -15px;
}
.m-shikaku-sp__i.m-shikaku-sp__i-06 .m-shikaku-sp__tag {
  top: -25px;
}
.m-shikaku-sp__i.m-shikaku-sp__i-07 .m-shikaku-sp__tag {
  top: -15px;
}
.m-shikaku-sp__i.m-shikaku-sp__i-08 .m-shikaku-sp__tag {
  top: -40px;
}
.m-shikaku-sp__i.m-shikaku-sp__i-09 .m-shikaku-sp__tag {
  top: -15px;
}
.m-shikaku-sp__i.m-shikaku-sp__i-10 .m-shikaku-sp__tag {
  top: -15px;
}
.m-shikaku-sp__i.m-shikaku-sp__i-11 .m-shikaku-sp__tag {
  top: -15px;
}
.m-shikaku-sp__i.m-shikaku-sp__i-13 .m-shikaku-sp__tag {
  top: -5px;
}
.m-shikaku-sp__i.m-shikaku-sp__i-14 .m-shikaku-sp__tag {
  top: -5px;
}
.m-shikaku-sp__i.m-shikaku-sp__i-16 .m-shikaku-sp__tag {
  top: -5px;
}
.m-shikaku-sp__i.m-shikaku-sp__i-17 .m-shikaku-sp__tag {
  top: -15px;
}
.m-shikaku-sp__i.m-shikaku-sp__i-18 .m-shikaku-sp__tag {
  top: 0px;
}
.m-shikaku-sp__i.m-shikaku-sp__i-19 .m-shikaku-sp__tag {
  top: -40px;
}
.m-shikaku-sp__i.m-shikaku-sp__i-20 .m-shikaku-sp__tag {
  top: -45px;
}
@media screen and (max-width: 920px) {
  .m-shikaku-pc {
    display: none;
  }
  .m-shikaku-sp {
    display: block;
  }
}
/* ----------------------------------
  unit component
---------------------------------- */
.m-unit {
  margin-top: 30px;
}
.m-unit > :first-child {
  margin-top: 0;
}
@media screen and (max-width: 600px) {
  .m-unit {
    margin-top: 25px;
  }
}
.m-unit--s {
  margin-top: 20px;
}
.m-unit--s > :first-child {
  margin-top: 0;
}
