@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,
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;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  overflow-y: scroll;
  /* scroll-behavior: smooth; */
}

body {
  /*font-family: sans-serif;*/
  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 ここまで*/
html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  color: #464646;
  line-height: 1;
  letter-spacing: 0.015rem;
  font-size: 1.4rem;
  background-color: #f7f7f7;
}

@media (min-width: 1000px) {
  body {
    font-size: 1.5rem;
    letter-spacing: 0.03rem;
  }
}

@media only screen and (min-width: 1000px) {
  a[href^="tel:"] {
    pointer-events: none;
    color: initial;
  }
}

/*---------------------------------------------------------------------------
 icon font
---------------------------------------------------------------------------*/
@font-face {
  font-family: "icomoon";
  src: url("/fonts/icomoon.eot?k2mr7v");
  src: url("/fonts/icomoon.eot?k2mr7v#iefix") format("embedded-opentype"), url("/fonts/icomoon.ttf?k2mr7v") format("truetype"), url("/fonts/icomoon.woff?k2mr7v") format("woff"), url("/fonts/icomoon.svg?k2mr7v#icomoon") 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";
}

.icon-play:before {
  content: "\e92d";
}

.icon-film:before {
  content: "\e92e";
}

/*---------------------------------------------------------------------------
 Utility
---------------------------------------------------------------------------*/
img {
  max-width: 100%;
  height: auto;
}

a {
  color: #464646;
}

a:hover {
  color: #ff0000;
}

article {
  position: relative;
}

p {
  line-height: 1.9;
  margin-bottom: 15px;
}

@media (min-width: 1000px) {
  p {
    line-height: 2.2;
    margin-bottom: 35px;
  }
}

.box>p {
  text-align: justify;
  letter-spacing: 0.03rem;
  margin-left: 15px;
  margin-right: 15px;
}

@media (min-width: 1000px) {
  .box>p {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.ps-none>p {
  text-align: justify;
  letter-spacing: 0.03rem;
  margin-left: 15px;
  margin-right: 15px;
}

@media (min-width: 1000px) {
  .ps-none>p {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.close {
  text-align: center;
}

.btn_close {
  background: #eb4548;
  cursor: pointer;
  border: 4px solid #fff;
  padding: 0.25rem 0.6rem;
  display: inline-block;
  transition: 0.25s all ease-in-out;
  clear: both;
  border-radius: 50%;
  position: absolute;
  top: -12px;
  right: -16px;
}

.btn_close .btn_close:hover {
  background: #fff;
  border: 4px solid #333;
}

.btn_close .btn_close_icon {
  display: inline-block;
  color: #fff;
  transition: all 0.25s;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
  margin-top: -4px;
}

@media (min-width: 1000px) {
  .btn_close .btn_close_icon {
    line-height: 1;
    margin-top: 0;
  }
}

.btn_close:hover .btn_close_icon {
  color: #333;
}

.btn_close2 {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
  position: absolute;
  top: -0.85em;
  right: -1em;
  background: #eee;
  padding: 0 0.6em 0.175em;
  border-radius: 50%;
  transition: all 0.25s;
}

.btn_close2:hover {
  background: #fff;
}

.btn_close2 .btn_close_icon {
  font-size: 2em;
  color: #666;
  transition: all 0.25s;
  line-height: 1.25;
}

.btn_close2:hover .btn_close_icon {
  color: #000;
}

/*背景色*/
.bg-white {
  background-color: #fff;
}

.bg-black {
  background-color: #151515;
}

.bg-navy {
  background-color: #323755;
}

.bg-gray1 {
  background-color: #f7f7f7;
}

.bg-gray2 {
  background-color: #f7f7f7;
}

.bg-pickup {
  background-color: #192355;
  padding: 20px 0 30px;
}

.bg-pink {
  background-color: #fff2f2;
}

.bg-cream {
  background-color: #fff8e4;
}

/*文字色*/
.red {
  color: #ea2020;
}

.green {
  color: #59b91b;
}

/*揃え*/
.right {
  text-align: right;
}

.box .right {
  text-align: right;
}

.center {
  text-align: center;
}

.box .center {
  text-align: center;
}

.left {
  text-align: left;
}

.justify {
  text-align: justify;
}

/*その他*/
.bold {
  font-weight: bold;
}

.roman {
  font-family: "Times New Roman", Times, serif;
}

.mr3 {
  margin-right: 3px;
}

.wsnw {
  white-space: nowrap;
}

/*---------------------------------------------------------------------------
 Utility
---------------------------------------------------------------------------*/
.u-sp-hidden {
  display: none !important;
}

.u-sp-appear {
  display: block !important;
}

.u-sp-appear-inline {
  display: inline-block !important;
}

.u-md-hidden {
  display: none !important;
}

@media (min-width: 1000px) {
  .u-sp-hidden {
    display: block !important;
  }

  .u-sp-appear {
    display: none !important;
  }

  .u-sp-appear-inline {
    display: none !important;
  }

  .u-md-hidden {
    display: block !important;
  }
}

/*---------------------------------------------------------------------------
 ボックス
---------------------------------------------------------------------------*/
.outer {
  text-align: center;
  width: 100%;
  height: auto;
}

.inner {
  text-align: left;
  width: auto;
  height: auto;
  margin: 0 auto;
}

@media (min-width: 1000px) {
  .inner {
    position: relative;
    width: 1000px;
  }
}

/*---------------------------------------------------------------------------
 ヘッダー
---------------------------------------------------------------------------*/
.sitename_title {
  text-align: center;
  padding: 4px 0 5px;
  letter-spacing: 0.015em;
  margin: 0;
  width: 100%;
  background: #252525;
  color: #fff;
  font-size: 0.9rem;
  font-weight: bold;
}

@media (min-width: 1000px) {
  .sitename_title {
    padding: 5px 0 5px;
    font-size: 1rem;
    font-weight: normal;
  }
}

.sitename-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}

header .sitename-wrap {
  height: auto;
}

.footer-contact .sitename-wrap {
  height: auto;
  flex-direction: column;
}

@media (min-width: 1000px) {
  header .sitename-wrap {
    height: 100px;
  }

  .footer-contact .sitename-wrap {
    height: 100px;
    flex-direction: row;
  }
}

header .sitename-wrap .sitename {
  width: 55%;
  height: 90px;
  background: url("../img/common/sb_contest.png") no-repeat right top 10px;
  background-size: 60px auto;
  padding-right: 70px;
  margin: 0 3%;
  text-align: center;
}

.footer-contact .sitename-wrap .sitename {
  text-align: center;
  background: none;
}

@media (max-width: 320px) {
  header .sitename-wrap .sitename {
    width: 55%;
    background: none;
    padding-right: 0;
    margin: 0 3%;
    text-align: center;
  }
}

@media (min-width: 1000px) {
  header .sitename-wrap .sitename {
    box-sizing: border-box;
    text-align: left;
    width: inherit;
    height: 100px;
    background: url("../img/common/sb_contest.png") no-repeat right bottom 2px;
    background-size: 84px 94px;
    margin: 0 auto 0 0;
    padding: 20px 100px 0 0;
  }

  .footer-contact .sitename-wrap .sitename {
    box-sizing: border-box;
    text-align: left;
    width: inherit;
    height: 100px;
    background: url("../img/common/sb_contest.png") no-repeat right bottom;
    background-size: 84px 94px;
    margin: 0 auto 0 0;
    padding: 20px 100px 0 0;
  }
}

.sitename-wrap .sitename_logo {
  margin: 18px 0 7px;
  line-height: 1;
}

@media (min-width: 1080px) {
  .sitename-wrap .sitename_logo {
    margin: 0 0 7px;
  }
}

.sitename-wrap .sitename_lead {
  font-size: 1.1rem;
  margin-left: 5px;
  line-height: 1;
  display: inline-block;
  letter-spacing: 0.02rem;
  color: #464646;
  font-weight: bold;
}

header .sitename-wrap .sitename_lead {
  font-size: 0.9rem;
  line-height: 1.4;
  margin-bottom: 0;
}

@media (min-width: 1000px) {
  .sitename-wrap .sitename_lead {
    margin-left: 25px;
  }

  header .sitename-wrap .sitename_lead {
    font-size: 1.1rem;
    color: #464646;
    font-weight: bold;
    line-height: 1;
    margin-left: 25px;
  }
}

.sitename-wrap .sitename_lead span {
  font-weight: bold;
  margin-right: 5px;
}

header .sitename-wrap .sitename_lead span {
  display: block;
  font-weight: bold;
}

@media (min-width: 1000px) {
  header .sitename-wrap .sitename_lead span {
    display: inline;
    margin-right: 5px;
  }
}

.sitename-wrap .tel {
  box-sizing: border-box;
  width: auto;
  height: auto;
  padding: 15px 0;
}

header .sitename-wrap .tel {
  display: none;
}

.footer-contact .tel {
  background: none;
  padding-bottom: 0;
}

@media (min-width: 1000px) {
  header .sitename-wrap .tel {
    display: block;
    box-sizing: border-box;
    width: auto;
    height: auto;
    margin-right: 30px;
    /*padding: 15px 0;*/
    /* background: url("/img/common/header_talent.png") no-repeat top 4px right 0;
    background-size: 127px 102px; */
  }

  .footer-contact .tel {
    text-align: left;
    display: block;
    box-sizing: border-box;
    width: auto;
    height: auto;
    padding: 15px 40px 15px 0;
    /* background: url("/img/common/footer_talent.png") no-repeat top 4px right 0;
    background-size: 85px 101px; */
  }
}

.sitename-wrap .tel p:nth-child(1) {
  font-size: 12px;
  margin-bottom: 5px;
  line-height: 1;
  font-weight: bold;
}

.sitename-wrap .tel p:nth-child(2) {
  margin-bottom: 5px;
  letter-spacing: 1px;
  line-height: 1;
}

.sitename-wrap .tel p:nth-child(2) a {
  color: #ea2020;
  text-decoration: none;
}

.sitename-wrap .tel p:nth-child(2) i {
  font-size: 30px;
  margin-right: 3px;
}

.sitename-wrap .tel p:nth-child(2) span {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 34px;
  color: #ea2020;
}

.sitename-wrap .tel p:nth-child(3) {
  font-size: 11px;
  margin-bottom: 0;
  line-height: 1;
  font-weight: bold;
}

.sitename-wrap .tel p:nth-child(3) span {
  margin-right: 6px;
  font-weight: bold;
}

.sitename-wrap .btn-shinki {
  box-sizing: border-box;
  width: 170px;
  height: auto;
  padding: 18px 0;
}

header .sitename-wrap .btn-shinki {
  width: 40%;
  height: auto;
  /*padding: 18px 0;*/
  margin: 0 10px 0 0;
}

.footer-contact .sitename-wrap .btn-shinki {
  width: 100%;
}

@media (min-width: 1000px) {
  header .sitename-wrap .btn-shinki {
    box-sizing: border-box;
    height: auto;
    width: inherit;
    margin: inherit;
  }

  .footer-contact .sitename-wrap .btn-shinki {
    width: 190px;
  }
}

.sitename-wrap .btn-shinki p {
  text-align: center;
  box-sizing: border-box;
  width: auto;
  height: 60px;
  line-height: 52px;
  margin-bottom: 0;
  border-radius: 18px;
  color: #fff;
  font-size: 1.4rem;
  background: linear-gradient(#b4e935 0%, #b4e935 25%, #68c61a 75%, #68c61a 100%);
  border: 3px solid #97e22b;
}

header .sitename-wrap .btn-shinki p {
  height: 60px;
  line-height: 52px;
  font-size: 1rem;
}

@media (min-width: 1000px) {
  header .sitename-wrap .btn-shinki p {
    width: 190px;
    line-height: 54px;
    font-size: 1.5rem;
  }
}

.sitename-wrap .btn-shinki p a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.08rem;
  font-weight: bold;
  border-radius: 18px;
}

header .sitename-wrap .btn-shinki p a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

@media (min-width: 1000px) {
  .sitename-wrap .btn-shinki p a {
    font-weight: normal;
  }

  header .sitename-wrap .btn-shinki p a {
    font-weight: normal;
  }
}

.sitename-wrap .btn-shinki p a:hover {
  background: linear-gradient(#68c61a 0%, #68c61a 25%, #b4e935 75%, #b4e935 100%);
}

/* ↓フォームのみ*/
.t-form .sitename-wrap {
  display: flex;
  justify-content: center;
  height: auto;
}

.t-form .sitename-wrap .tel {
  display: none;
}

.t-form .sitename-wrap .shinki-btn {
  display: none;
}

@media (min-width: 1000px) {
  .t-form .sitename-wrap {
    justify-content: center;
    height: 100px;
  }
}

/*---------------------------------------------------------------------------
 グローバルナビゲーション
---------------------------------------------------------------------------*/
.gnavi {
  width: auto;
  height: auto;
}

@media (min-width: 1000px) {
  .gnavi {
    height: 80px;
  }
}

.gnavi li {
  box-sizing: border-box;
  text-align: center;
  float: left;
  width: 50%;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #fff;
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
  background: url("/img/common/gnav_line.png") no-repeat right;
}

@media (min-width: 1000px) {
  .gnavi li {
    width: 166px;
    height: 80px;
    line-height: 1;
    border-bottom: none;
  }
}

/* ▼レビューを書く用のスタイル */
.gnavi li:nth-child(6) {
  background: #ea2020;
}

/* ▲レビューを書く用のスタイル */
.gnavi li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.gnavi li a:hover {
  float: left;
  background-color: #ffb932;
  width: 100%;
  height: 40px;
}

@media (min-width: 1000px) {
  .gnavi li a {
    font-weight: normal;
  }

  .gnavi li a:hover {
    width: 166px;
    height: 80px;
  }
}

.gnavi li:first-child {
  background: url("/img/common/gnav_line.png") no-repeat right, url("/img/common/gnav_line.png") no-repeat left;
}

.gnavi li:nth-child(3),
.gnavi li:nth-child(5) {
  background: url("/img/common/gnav_line.png") no-repeat right, url("/img/common/gnav_line.png") no-repeat left;
}

.gnavi li i {
  display: inline-block;
  font-size: 1.7rem;
  padding: 0 10px 0 0;
  color: #fff;
  vertical-align: text-bottom;
}

@media (min-width: 1000px) {
  .gnavi li i {
    display: block;
    font-size: 1.9rem;
    padding: 16px 0 16px;
  }
}

.gnavi li:nth-child(5) i {
  font-size: 2rem;
  padding: 0 7px 0 0;
  vertical-align: sub;
}

@media (min-width: 1000px) {
  .gnavi li:nth-child(5) i {
    font-size: 2.2rem;
    padding: 14px 0 15px;
  }
}

/*---------------------------------------------------------------------------
 サイドバー
---------------------------------------------------------------------------*/
.sidebar {
  width: auto;
  height: auto;
  float: none;
  margin: 0 15px 15px 15px;
}

@media (min-width: 1000px) {
  .sidebar {
    width: 250px;
    float: right;
    margin: 0 0 60px 0;
  }
}

.actorbox {
  margin-bottom: 15px;
}

/* サイド　タレント＆声優 */
.actor a {
  justify-content: center;
}

.sidebox {
  display: none;
}

@media (min-width: 1080px) {
  .sidebox:last-of-type {
    display: block;
    box-sizing: border-box;
    width: auto;
    height: auto;
    background-color: #252525;
    /* background-color: #323755; */
    border-radius: 20px;
    padding: 10px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1000px) {
  .sidebox {
    display: block;
    box-sizing: border-box;
    width: auto;
    height: auto;
    background-color: #252525;
    /* background-color: #323755; */
    border-radius: 20px;
    padding: 10px;
    margin-bottom: 20px;
  }
}

.sidebox-title {
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 1px;
  color: #fff;
  padding: 0 0 12px;
  margin-left: 40px;
  font-weight: bold;
}

@media (min-width: 1000px) {
  .sidebox-title {
    font-weight: normal;
  }
}

.sidebox-title i {
  font-size: 20px;
  margin: 0 8px 0 -30px;
  vertical-align: sub;
}

.sidebox ul {
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
  font-size: 1.6rem;
}

@media (min-width: 1000px) {
  .sidebox ul {
    border-radius: 12px;
    font-size: 1.4rem;
  }
}

.sidebox li {
  box-sizing: border-box;
  border-bottom: 1px solid #e9ebf4;
  width: auto;
  height: 50px;
  line-height: 50px;
}

@media (min-width: 1000px) {
  .sidebox li {
    width: 210px;
    height: 40px;
    line-height: 40px;
  }
}

.sidebox li a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 6px;
  text-decoration: none;
  color: #252525;
  background: url("/img/common/arrow2.png") no-repeat right 3px bottom 3px #f5f5f5;
}

@media (min-width: 1000px) {
  .sidebox li a {
    background: url("/img/common/arrow2.png") no-repeat right 4px bottom 4px #fff;
  }
}

.sidebox li a:hover {
  background: url("/img/common/arrow2.png") no-repeat right 3px bottom 3px #f5f5f5;
}

@media (min-width: 1000px) {
  .sidebox li a:hover {
    background: url("/img/common/arrow2.png") no-repeat right 4px bottom 4px #f5f5f5;
  }
}

.sidebox li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.sidebox2 {
  box-sizing: border-box;
  width: auto;
  height: auto;
  background-color: #252525;
  /* background-color: #323755; */
  border-radius: 12px;
  padding: 10px;
  margin-bottom: 15px;
}

@media (min-width: 1000px) {
  .sidebox2 {
    border-radius: 12px;
    margin-bottom: 20px;
  }
}

/*スクロールバーの横幅指定*/
.contest::-webkit-scrollbar {
  width: 15px;
}

/*スクロールバーの背景色・角丸指定*/
.contest::-webkit-scrollbar-track {
  background: #f3f3f3;
}

/*スクロールバーの色・角丸指定*/
.contest::-webkit-scrollbar-thumb {
  background: #cfcfcf;
}

.contest {
  width: auto;
  height: auto;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 10px;
}

@media (min-width: 1000px) {
  .contest {
    height: 155px;
    border-radius: 5px;
  }
}

.contest:last-child {
  margin-bottom: 0;
}

.contest-l {
  width: 20%;
  height: auto;
  float: left;
  margin-right: 13px;
}

.contest-l img {
  border: 1px solid #f0f0f0;
}

@media (min-width: 1000px) {
  .contest-l {
    width: 92px;
  }
}

.contest-r {
  width: 70%;
  height: auto;
  float: right;
}

@media (min-width: 1000px) {
  .contest-r {
    width: 100px;
  }
}

.contest-r p {
  text-align: justify;
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 0;
}

.contest-r p:first-child {
  margin: 5px 0 10px;
}

.optionbox {
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
}

@media (min-width: 1080px) {
  .optionbox {
    border-radius: 12px;
  }
}

.optionbox:last-child {
  margin-bottom: 0;
}

.optionbox p:nth-child(1) {
  float: left;
  margin: 0 12px 10px 0;
}

.optionbox p:nth-child(2) {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 0;
}

.optionbox p:nth-child(3) {
  text-align: justify;
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 2px;
}

.contactbox {
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  padding: 10px;
}

.contactbox p,
.contactbox span {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  font-weight: bold;
  margin-bottom: 0;
}

/*.contactbox p:nth-child(1) {*/
.contactbox_company-name {
  margin-bottom: 2px;
}

/*.contactbox p:nth-child(2) {*/
.contactbox_tel {
  margin-bottom: 2px;
  letter-spacing: 1px;
  line-height: 1;
}

.contactbox_tel a {
  color: #ea2020;
  text-decoration: none;
}

.contactbox_tel span {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 26px;
  color: #ea2020;
}

.contactbox_tel i {
  font-size: 2rem;
  margin-right: 5px;
}

.contactbox_reception-time {
  margin-bottom: 10px;
}

.contactbox-btn-shinki {
  box-sizing: border-box;
  width: 210px;
  height: 50px;
  margin-bottom: 0;
}

.contactbox-btn-shinki p {
  text-align: center;
  box-sizing: border-box;
  width: 210px;
  height: 50px;
  line-height: 42px;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(#b4e935 0%, #b4e935 25%, #68c61a 75%, #68c61a 100%);
  border: 3px solid #97e22b;
  font-size: 1.5rem;
}

.contactbox-btn-shinki p a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  border-radius: 12px;
}

.contactbox-btn-shinki p a:hover {
  background: linear-gradient(#68c61a 0%, #68c61a 25%, #b4e935 75%, #b4e935 100%);
}

/*footer {
  padding-bottom: 100px; fixed footerの高さ分
}*/
.t-form footer,
.t-oneCol footer {
  padding-bottom: 10px;
}

.footer-contact {
  width: auto;
  height: auto;
  text-align: center;
  margin: 0 15px;
}

@media (min-width: 1000px) {
  .footer-contact {
    margin: 0;
  }
}

.sitename {
  width: auto;
  float: none;
  margin-right: 0;
}

.tel {
  width: auto;
  float: none;
  background: none;
}

.btn-shinki {
  width: auto;
  float: none;
  margin-right: 0;
  padding: 15px 0 20px;
}

.btn-shinki p:nth-child(1) {
  width: auto;
}

/*---------------------------------------------------------------------------
 フッターサイトマップ
---------------------------------------------------------------------------*/
.sitemap {
  margin: 0 15px;
  padding: 15px 0 10px;
}

@media (min-width: 1000px) {
  .sitemap {
    margin: 0;
    padding: 50px 0 60px;
  }
}

.link-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: nowrap;
}

@media (min-width: 1000px) {
  .link-list {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.link-list>li {
  color: #fff;
  text-align: center;
  background: #333;
  font-size: 1.6rem;
  margin-bottom: 2px;
}

@media (min-width: 1000px) {
  .link-list>li {
    text-align: left;
    background-color: inherit;
    color: #ebebeb;
    font-size: 1.3rem;
    margin-bottom: 0;
  }
}

.link-list>li:last-child {
  border-bottom: none;
}

.link-list>li span {
  display: block;
  padding: 18px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

@media (min-width: 1000px) {
  .link-list>li span {
    display: initial;
    padding: initial;
    font-weight: initial;
    cursor: initial;
    position: initial;
    justify-content: initial;
    align-items: initial;
    margin-bottom: initial;
    transition: initial;
  }
}

.link-list>li span:hover {
  color: #fff;
}

@media (min-width: 1000px) {
  .link-list>li span:hover {
    color: #fff;
  }
}

.link-list>li span:hover::after {
  color: #ffc500;
}

@media (min-width: 1000px) {
  .link-list>li span:hover::after {
    color: initial;
  }
}

.link-list>li span.active {
  color: #08558c;
  background: #f1f1f1;
}

@media (min-width: 1000px) {
  .link-list>li span.active {
    color: initial;
    background: initial;
  }
}

.link-list>li span::after {
  font-family: "icomoon";
  content: "\e922";
  font-size: 1.5rem;
  color: #ffc500;
  margin-left: 0.25em;
}

@media (min-width: 1000px) {
  .link-list>li span::after {
    display: none;
  }
}

.link-list>li span.active::after {
  font-family: "icomoon";
  content: "\e923";
  color: #ffc500;
}

@media (min-width: 1000px) {
  .link-list>li span.active::after {
    display: none;
  }
}

.link-list ul {
  margin: 0;
  opacity: 0;
  padding: 0;
  max-height: 0;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  clear: both;
  -webkit-transition: all 0.2s ease 0.15s;
  -o-transition: all 0.2s ease 0.15s;
  transition: all 0.2s ease 0.15s;
  background: #f4f1ff;
  font-size: 0.925rem;
  text-align: left;
}

@media (min-width: 1000px) {
  .link-list ul {
    margin: 30px 0 0 15px;
    opacity: initial;
    padding: 0;
    max-height: initial;
    border-bottom: none;
    overflow: initial;
    clear: both;
    transition: initial;
    background: initial;
    font-size: 0.925rem;
  }
}

.link-list ul.active {
  opacity: 1;
  max-height: 100%;
  background: #fbfbfb;
  -webkit-transition: all 0.35s ease 0.15s;
  -o-transition: all 0.35s ease 0.15s;
  transition: all 0.35s ease 0.15s;
}

@media (min-width: 1000px) {
  .link-list ul.active {
    opacity: initial;
    max-height: initial;
    background: initial;
    transition: initial;
  }
}

.link-list ul li {
  box-sizing: border-box;
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 0;
  list-style-image: none;
  background: #fff;
  border-bottom: 1px dashed #c0c0c0;
}

@media (min-width: 1000px) {
  .link-list ul li {
    font-size: 1.1rem;
    margin-bottom: 8px;
    list-style-image: url("/img/common/arrow.png");
    background: initial;
    border-bottom: none;
  }
}

.link-list ul li a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  color: #111;
  text-decoration: none;
  padding: 20px;
}

@media (min-width: 1000px) {
  .link-list ul li a {
    color: #ebebeb;
    display: initial;
    padding: 0;
  }
}

.link-list ul li a:hover {
  color: #111;
  text-decoration: none;
  background: #f5f5f5;
}

@media (min-width: 1000px) {
  .link-list ul li a:hover {
    color: #ffb932;
    text-decoration: underline;
    background: initial;
  }
}

.link-list ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

@media (min-width: 1000px) {
  .link-list ul li:last-child {
    margin-bottom: 0;
  }
}

.option-link-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

@media (min-width: 1000px) {
  .option-link-list {
    display: block;
    flex-direction: initial;
    flex-wrap: initial;
  }
}

.option-link-list li {
  flex-basis: 50%;
}

@media (min-width: 1000px) {
  .option-link-list li {
    flex-basis: initial;
  }
}

/*---------------------------------------------------------------------------
 フッター
---------------------------------------------------------------------------*/
footer {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  padding: 10px 0 100px;
  padding-bottom: calc(env(safe-area-inset-bottom) + 100px);
}

@media (min-width: 1000px) {
  footer {
    text-align: inherit;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 30px 0 15px;
  }
}

footer small span {
  display: block;
}

footer p {
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
  margin: 0 0 15px 0;
}

@media (min-width: 1000px) {
  footer p {
    font-size: 1.3rem;
    margin: 0;
  }
}

footer small {
  font-size: 1.2rem;
  font-style: normal;
  line-height: 1.5;
}

@media (min-width: 1000px) {
  footer small {
    font-size: 13px;
  }
}

footer small span {
  margin-left: 0;
}

@media (min-width: 1000px) {
  footer small span {
    display: inline;
    margin-left: 10px;
  }
}

footer p a {
  color: #fff;
  text-decoration: none;
}

footer p a:hover {
  color: #fff;
  text-decoration: underline;
}

/*---------------------------------------------------------------------------
 ページの先頭へ
---------------------------------------------------------------------------*/
.top {
  visibility: hidden;
}

@media (min-width: 1000px) {
  .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: 70px;
    height: 70px;
    line-height: 70px;
    box-sizing: border-box;
    color: #151515;
    background-color: #ffe400;
    text-decoration: none;
    letter-spacing: 1px;
    border-radius: 35px;
    font-weight: bold;
  }

  .top a:hover {
    transition: all 0.4s;
    text-decoration: none;
    color: #fff;
    background-color: #4cc73c;
  }
}

/*---------------------------------------------------------------------------
 トピックパス
---------------------------------------------------------------------------*/
.bread {
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 10px 15px;
}

@media (min-width: 1000px) {
  .bread {
    line-height: 1.4;
    margin: 25px 0;
  }
}

.bread i {
  font-size: 15px;
  margin-right: 5px;
}

.bread a {
  color: #333;
  text-decoration: none;
}

.bread a:hover {
  color: #ff0000;
  text-decoration: underline;
}

/*---------------------------------------------------------------------------
 コンテンツ
---------------------------------------------------------------------------*/
.contents {
  width: auto;
  height: auto;
  float: none;
  margin: 20px 0 10px;
}

@media (min-width: 1000px) {
  .contents {
    width: 720px;
    float: left;
    margin: 0 30px 60px 0;
  }
}

.t-oneCol .contents {
  width: auto;
}

/* Formページ */
.t-form .contents {
  width: 100%;
  height: auto;
  margin: 1em auto 3em;
}

@media (min-width: 1000px) {
  .t-form .contents {
    width: 90%;
    float: inherit;
    margin: 3.5em auto 5em;
  }
}

.box {
  box-sizing: border-box;
  width: auto;
  height: auto;
  background-color: #fff;
  padding: 20px 18px;
  box-shadow: 0 2px #f2f2f2;
}

@media (min-width: 1000px) {
  .box {
    padding: 40px;
    border-radius: 26px;
  }
}

.home-title-sb {
  border-left: 8px solid #ff8a00;
  background-color: #252525;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 12px 16px;
  margin-bottom: 15px;
  line-height: 1.4;
}

@media (min-width: 1000px) {
  .home-title-sb {
    font-weight: normal;
    font-size: 2rem;
    padding: 16px 20px;
    margin-bottom: 30px;
  }
}

.main-img {
  margin: 0 0 15px;
}

@media (min-width: 1000px) {
  .main-img {
    margin: 30px 0 30px;
  }
}

.main-img_banner {
  display: block;
  text-align: center;
  margin: 0 auto 1.5em;
  transition: all 0.5s ease-in-out;
}

.main-img_banner:hover {
  opacity: 0.85;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.home-title-hikaku {
  text-align: center;
  margin: 0 0 10px;
}

@media (min-width: 1080px) {
  .home-title-hikaku {
    margin: 0 0 15px;
  }
}

.home-banner {
  width: auto;
  height: auto;
  margin-bottom: 40px;
}

@media (min-width: 1000px) {
  .home-banner {
    width: 660px;
  }
}

.home-banner-l {
  width: auto;
  height: auto;
  text-align: center;
}

@media (min-width: 1000px) {
  .home-banner-l {
    text-align: left;
    width: 315px;
    margin-right: 20px;
    float: left;
  }
}

.home-banner-l img {
  width: 80%;
}

.home-banner-r {
  text-align: center;
  width: auto;
  height: auto;
  margin-top: 15px;
}

@media (min-width: 1000px) {
  .home-banner-r {
    width: 325px;
    float: right;
    margin-top: 0;
  }
}

.home-banner-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 5px 0 0 12px;
}

.home-banner-r p {
  text-align: justify;
  font-size: 1.2rem;
  line-height: 1.8;
}

.home-banner-r p i {
  font-size: 1.3rem;
}

.home-banner-r p:nth-of-type(1) {
  margin-bottom: 15px;
}

.home-banner-r p:nth-of-type(2) {
  margin-bottom: 0;
}

.home-banner:last-child {
  margin-bottom: 10px;
}

@media (min-width: 1000px) {
  .home-banner-title {
    background: url("/img/common/arrow.png") no-repeat 0 8px;
  }
}

.home-img-float {
  text-align: center;
  float: none;
  margin: 0 0 10px 0;
  padding: 0;
}

@media (min-width: 1000px) {
  .home-img-float {
    float: right;
    margin: 0 0 10px 20px;
  }
}

.img-float {
  text-align: center;
  float: none;
  margin: 0 0 10px 0;
  padding: 0;
}

@media (min-width: 1000px) {
  .img-float {
    float: right;
    margin: 0 0 10px 20px;
  }
}

.sp-table {
  width: 100%;
  overflow-x: auto;
}

@media (min-width: 1000px) {
  .sp-table {
    width: auto;
    overflow-x: hidden;
  }
}

.sp-table:before {
  content: "※スワイプで表全体を確認できます";
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.5px;
  color: #ea2020;
}

@media (min-width: 1000px) {
  .sp-table:before {
    display: none;
  }
}

.sp-table table {
  overflow: auto;
  white-space: nowrap;
  margin-top: 6px;
}

@media (min-width: 1000px) {
  .sp-table table {
    overflow: hidden;
    white-space: inherit;
    margin-top: 0;
  }
}

.sp-txt {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 12px;
  color: #2189eb;
  font-weight: bold;
  text-indent: -1em;
  margin-left: 1em;
  line-height: 1.2;
  letter-spacing: 1px;
}

@media (min-width: 1000px) {
  .sp-txt {
    display: none;
  }
}

.shinki {
  display: block;
  color: #fff;
  background-color: #68c61a;
  font-size: 15px;
  letter-spacing: 2px;
  padding: 3px 15px 4px 15px;
  border-radius: 4px;
  line-height: 1.4;
}

.tenyou {
  display: block;
  color: #fff;
  background-color: #e74040;
  font-size: 1.5rem;
  letter-spacing: 2px;
  padding: 3px 15px 4px 15px;
  border-radius: 4px;
  line-height: 1.4;
}

/*home-cb-table*/
.home-cb-table,
.home-cb-table tbody,
.home-cb-table tr,
.home-cb-table th,
.home-cb-table td {
  display: block;
}

.home-cb-table {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  background-color: #fff;
  font-size: 1.3rem;
  box-shadow: 0 1px #fff;
}

.home-cb-table th {
  height: auto;
  vertical-align: middle;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  padding: 8px;
  color: #fff;
  background-color: #252525;
}

.home-cb-table td {
  height: auto;
  vertical-align: middle;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  padding: 8px;
  background-color: #f4f4f4;
}

.home-cb-table p {
  line-height: 1.4;
  margin-bottom: 1rem;
}

.home-cb-table th p {
  font-weight: bold;
  line-height: 1.5;
}

.home-cb-table p:last-child {
  margin-bottom: 0;
}

.home-cb-table th p i {
  display: block;
  font-size: 3.6rem;
  margin-bottom: 6px;
  vertical-align: sub;
}

@media (min-width: 1000px) {
  .home-cb-table {
    display: table;
    font-size: 1.4rem;
  }

  .home-cb-table tbody {
    display: table-row-group;
  }

  .home-cb-table tr {
    display: table-row;
  }

  .home-cb-table th,
  .home-cb-table td {
    display: table-cell;
    padding: 14px;
  }

  .home-cb-table td {
    background-color: #f6f6f6;
  }

  .home-cb-table th p {
    font-weight: normal;
  }
}

/*文字サイズ*/
.fs-l {
  font-size: 3rem;
}

.fs-m {
  font-size: 2.4rem;
}

.fs-m2 {
  font-size: 1.8rem;
}

@media (min-width: 1000px) {
  .fs-s {
    font-size: 1.3rem;
  }

  .fs-m {
    font-size: 3rem;
  }

  .fs-l {
    font-size: 4.2rem;
  }

  .fs-m2 {
    font-size: 2rem;
  }

  .fs-m3 {
    font-size: 1.7rem;
  }
}

.table {
  font-size: 1.5rem;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  border-top: 2px solid #e5e5e5;
  border-left: 2px solid #e5e5e5;
  background-color: #fff;
  box-shadow: 0 1px #fff;
}

@media (min-width: 1000px) {
  .table {
    font-size: 1.5rem;
  }
}

.table th {
  vertical-align: middle;
  font-weight: bold;
  border-bottom: 2px solid #e5e5e5;
  border-right: 2px solid #e5e5e5;
  padding: 20px;
  background: #f7f7f7;
}

@media (min-width: 1000px) {
  .table th {
    padding: 30px;
  }
}

.table td {
  vertical-align: middle;
  border-bottom: 2px solid #e5e5e5;
  border-right: 2px solid #e5e5e5;
  padding: 20px;
}

@media (min-width: 1000px) {
  .table td {
    padding: 30px;
  }
}

.table .items {
  margin-left: 15px;
  margin-right: 0;
}

.table p {
  line-height: 2;
}

.table p:last-child {
  margin-bottom: 0;
}

.table th p i {
  /*
  font-size: 20px;
  margin-right: 6px;
*/
}

.table th p {
  font-weight: bold;
}

.table-flexible,
.table-flexible tbody,
.table-flexible tr,
.table-flexible th,
.table-flexible td {
  display: block;
}

.table-flexible {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  border-top: 2px solid #e5e5e5;
  border-left: 2px solid #e5e5e5;
  background-color: #fff;
  font-size: 1.5rem;
  box-shadow: 0 1px #fff;
}

.table-flexible th {
  height: auto;
  vertical-align: middle;
  border-bottom: 2px solid #e5e5e5;
  border-right: 2px solid #e5e5e5;
  padding: 20px;
  background-color: #f7f7f7;
}

.table-flexible th p {
  font-weight: bold;
}

.table-flexible td {
  height: auto;
  vertical-align: middle;
  border-bottom: 2px solid #e5e5e5;
  border-right: 2px solid #e5e5e5;
  padding: 20px;
}

@media (min-width: 1000px) {
  .table-flexible {
    display: table;
    font-size: 1.5rem;
  }

  .table-flexible tbody {
    display: table-row-group;
  }

  .table-flexible tr {
    display: table-row;
  }

  .table-flexible th,
  .table-flexible td {
    display: table-cell;
    padding: 30px;
  }
}

.table-flexible p {
  line-height: 2;
}

.table-flexible p:last-child {
  margin-bottom: 0;
}

.table-flexible th p i {
  display: block;
  font-size: 3.6rem;
  margin-bottom: 6px;
  vertical-align: sub;
}

.table-padding th,
.table-padding td {
  padding: 7px 14px;
}

@media (min-width: 1080px) {

  .table-padding th,
  .table-padding td {
    padding: 12px;
  }
}

.confirm {
  width: 100%;
}

.confirm:hover {
  width: 100%;
}

.page-title01 {
  font-weight: bold;
  font-size: 1.6rem;
  padding: 12px 17px 14px;
  margin-bottom: 15px;
  border-left: 8px solid #ff8a00;
  background-color: #252525;
  color: #fff;
  line-height: 1.6;
  letter-spacing: 0.15rem;
}

@media (min-width: 1000px) {
  .page-title01 {
    font-weight: normal;
    font-size: 2rem;
    padding: 22px 24px 23px;
    margin-bottom: 30px;
    letter-spacing: 0.2rem;
  }
}

.page-title02 {
  font-weight: bold;
  font-size: 1.5rem;
  padding: 11px 18px 12px;
  margin-bottom: 20px;
  border-left: 6px solid #68c61a;
  background-color: #252525;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.15rem;
}

@media (min-width: 1000px) {
  .page-title02 {
    font-weight: normal;
    font-size: 1.8rem;
    padding: 14px 22px;
    margin-bottom: 30px;
    letter-spacing: 0.2rem;
  }
}

.page-title03 {
  display: block;
  font-size: 1.5rem;
  padding: 9px 14px;
  margin-bottom: 20px;
  background: #f7f7f7;
  border-left: 7px solid #ffe345;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05rem;
}

@media (min-width: 1000px) {
  .page-title03 {
    font-size: 1.7rem;
    padding: 13px 18px 13px;
    margin-bottom: 30px;
    letter-spacing: 0.15rem;
  }
}

.page-title04 {
  display: inline-block;
  font-size: 1.3rem;
  padding: 6px 10px 7px 10px;
  margin-bottom: 1.5rem;
  color: #fff;
  background-color: #68c61a;
  border-radius: 4px;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}

@media (min-width: 1000px) {
  .page-title04 {
    font-size: 1.5rem;
    padding: 7px 15px 8px 15px;
    margin-bottom: 2rem;
    letter-spacing: 0.15rem;
  }
}

/*
.cashback-table-mb {
  margin-bottom: 15px;
}
.flow-table-mb {
  margin-bottom: 25px;
}
.security-table-mb {
  margin-bottom: 25px;
}
.wifi-table-mb {
  margin-bottom: 25px;
}
*/
/*リスト*/
.items {
  text-align: justify;
  list-style-type: disc;
  margin-left: 30px;
  margin-right: 15px;
  letter-spacing: 0.03rem;
}

.items2 {
  list-style-type: none;
}

.items li,
.items2 li {
  line-height: 1.8;
  margin-bottom: 15px;
}

@media (min-width: 1000px) {
  .items {
    margin-left: 40px;
    margin-right: 20px;
  }

  .items li,
  .items2 li {
    line-height: 1.9;
    margin-bottom: 20px;
  }
}

.items li:last-child,
.items2 li:last-child {
  margin-bottom: 0;
}

.items-mt {
  margin-top: 15px;
}

.ordered {
  list-style-type: decimal;
}

.list-none {
  list-style-type: none;
  margin-left: 15px;
}

@media (min-width: 1000px) {
  .list-none {
    margin-left: 20px;
  }
}

/*DL*/
dl.items {
  margin-left: .5rem;
}

@media (min-width: 1080px) {
  dl.items {
    margin-left: 1.5rem;
  }
}

.items dt {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 1rem;
}

@media (min-width: 1080px) {
  .items dt {
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 1.5rem;
  }
}

.items dd {
  text-align: justify;
  line-height: 1.8;
  margin-bottom: 2rem;
  margin-left: 1rem;
  margin-right: 1.5rem;
  border-left: 5px solid #f0f0f0;
  padding-left: 1.75rem;
  padding-bottom: .25rem;
}

.items dd:last-child {
  margin-bottom: 0;
}

@media (min-width: 1080px) {
  .items dd {
    border-left: 6px solid #f0f0f0;
    line-height: 2;
    margin-bottom: 4rem;
    padding-left: 2.5rem;
    padding-right: 2rem;
    padding-bottom: .5rem;
  }
}

#footer_fix {
  display: block;
  -webkit-transition: bottom 0.8s linear 0s;
  transition: bottom 0.8s linear 0s;
  position: fixed;
  height: auto;
  bottom: -200px;
  width: 100%;
  /*border-top: #e0e0e0 solid 1px;*/
}

#footer_fix.active {
  bottom: 0;
  z-index: 100;
  background: #222;
  -webkit-transition: opacity, bottom 0.8s linear 0s;
  transition: opacity, bottom 0.8s linear 0s;
}

#footer_fix.ordinary {
  bottom: -200px;
  z-index: 100;
  background: #fff;
  -webkit-transition: opacity, bottom 0.8s linear 0s;
  transition: opacity, bottom 0.8s linear 0s;
}

#footer_fix_nav {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-top: 1px solid #252525;
  /* border-bottom: 1px solid #e0e0e0; */
}

#footer_fix_nav li {
  -webkit-box-flex: 1;
  -ms-flex: 100%;
  flex: 100%;
  text-align: center;
  padding: 9px 0 6px;
  font-size: 1.1rem;
  /* line-height: 1.5; */
  background: #252525;
  background: -webkit-gradient(linear, left top, left bottom, from(#252525), to(#252525));
  background: linear-gradient(to bottom, #252525 0%, #252525 100%);
  color: #fff;
  text-decoration: none;
}

#footer_fix_nav li:nth-child(1),
#footer_fix_nav li:nth-child(2) {
  background: #ffe400;
  /* background: #58c400; */
}

#footer_fix_nav li:nth-child(3) {
  background: #ffe400;
}

#footer_fix_nav li:nth-child(4) {
  background: #ffe400;
}

#footer_fix_nav li i {
  display: block;
  font-size: 2rem;
  margin-bottom: 6px;
}

.t-form .t-form_hidden {
  display: none;
}

/* #footer_fix_nav li:nth-child(1) a,
#footer_fix_nav li:nth-child(2) a {
  color: #252525;
} */
#footer_fix_nav a {
  color: #252525;
  display: block;
  text-decoration: none;
  font-weight: bold;
}

#footer_fix_nav li:not(:last-of-type) {
  border-right: #252525 solid 1px;
}

@media (min-width: 1000px) {
  #footer_fix {
    display: none;
  }
}

.footerFix_copyRight {
  font-size: 10px;
  background-color: #252525;
  color: #fff;
  text-align: center;
  padding: 0.75em;
  padding-bottom: calc(env(safe-area-inset-bottom) + 0.75em);
}

.marqueeRightLeft {
  width: auto;
  padding: 0.6em 0;
  margin: 20px 10px 20px;
  position: relative;
  overflow: hidden;
  text-align: left;
  font-weight: bold;
  color: #252525;
  background-color: #fff;
  border-radius: 8px;
}

@media (min-width: 1000px) {
  .marqueeRightLeft {
    padding: 0.75em 0;
    margin: 30px auto 35px;
  }
}

.marqueeRightLeft:before {
  content: "重要なお知らせ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-left: 0.25em;
  padding: 0.75em 1em;
  z-index: 10;
  color: #f7f7f7;
  background: #192355;
  font-size: 0.85em;
  letter-spacing: 0.1em;
  border-radius: 4px 0 0 4px;
  font-weight: bold;
}

@media (min-width: 1000px) {
  .marqueeRightLeft:before {
    font-size: 0.85em;
    font-weight: normal;
    padding: 1em 1.5em;
  }
}

.marqueeRightLeft p:after {
  content: "";
  white-space: nowrap;
}

.marqueeRightLeft p {
  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;
  font-size: 1.3rem;
  letter-spacing: 1.2px;
  color: #464646;
}

@media (min-width: 1080px) {
  .marqueeRightLeft p {
    font-size: 1.3rem;
  }
}

@-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%);
  }
}

/*---------------------------------------------------------------------------
 NEWS （年末年始のお知らせなど）
---------------------------------------------------------------------------*/
.news {
  font-size: 0.8rem;
}

.holiday {
  color: #ffc24d;
  font-size: 1.3rem;
  text-align: left;
  line-height: 1.4;
  margin-bottom: 0;
  padding: 8px 10px;
  letter-spacing: 0.2rem;
}

@media (min-width: 1000px) {
  .holiday {
    font-size: 1.4rem;
    text-align: center;
  }
}

/*トップ メインイメージ両脇バナー*/
.mainimg-side-bnr {
  display: none;
}

@media (min-width: 1000px) {
  .mainimg-side-bnr {
    display: block;
    position: absolute;
    top: 120px;
    left: -95px;
    z-index: 100;
  }
}

.mainimg-side-bnr2 {
  display: none;
}

@media (min-width: 1000px) {
  .mainimg-side-bnr2 {
    position: absolute;
    top: 90px;
    right: -90px;
    z-index: 100;
  }
}

.mainimg-side-bnr-air {
  display: none;
}

@media (min-width: 1000px) {
  .mainimg-side-bnr-air {
    display: block;
    position: absolute;
    top: 100px;
    right: -100px;
    z-index: 100;
  }
}

.rate {
  display: none;
}

@media (min-width: 1000px) {
  .rate {
    display: block;
    position: absolute;
    top: 0;
    left: -85px;
    z-index: 100;
  }
}

.free {
  text-align: left;
  display: block;
  margin-top: 5px;
  line-height: 1.2;
}

.rental-bnr {
  text-align: center;
  margin-bottom: 20px;
}

.rental-bnr-sp {
  display: block;
  text-align: center;
  margin-right: 10px;
  margin-left: 10px;
}

@media (min-width: 1000px) {
  .rental-bnr-sp {
    display: none;
  }
}

.rental-bnr img:hover {
  animation: yure 2.5s ease infinite;
}

/*---------------------------------------------------------------------------
 アナウンス
---------------------------------------------------------------------------*/
.announce-box {
  text-align: center;
  background-color: #252525;
  padding: 8px 10px;
  border-bottom: 1px solid #333;
}

.announce-text {
  color: #ffe346;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 0;
  text-align: center;
  letter-spacing: 2px;
}

.announce-text span {
  display: block;
  margin-top: 3px;
}

/*QAリンク*/
.qa-link {
  box-sizing: border-box;
  text-align: center;
  width: 160px;
  height: 34px;
  line-height: 30px;
  margin: 0 auto 10px;
  border-radius: 4px;
  color: #fff;
  background: linear-gradient(#b4e935 0%, #b4e935 15%, #68c61a 85%, #68c61a 100%);
  border: 2px solid #97e22b;
  font-size: 1.5rem;
}

@media (min-width: 1000px) {
  .qa-link {
    margin: 0 auto 20px;
  }
}

.qa-link i {
  font-size: 17px;
  margin-right: 3px;
}

.qa-link a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
}

.qa-link a:hover {
  background: linear-gradient(#68c61a 0%, #68c61a 15%, #b4e935 85%, #b4e935 100%);
}

/*テーブルセル幅*/
@media (min-width: 1000px) {
  .cell-60 {
    width: 60%;
  }

  .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-10 {
    width: 10%;
  }
}

/*
.table .table-p-mb {
  margin-bottom: 20px;
}
.table .table-p-mb2 {
  margin-bottom: 10px;
}
.table-flexible .table-p-mb {
  margin-bottom: 20px;
}
.table-flexible .table-p-mb2 {
  margin-bottom: 10px;
}
.form-table .table-p-mb {
  margin-bottom: 10px;
}
.hikaku-table-mb {
  margin-bottom: 15px;
}
.cashback-table-mb {
  margin-bottom: 30px;
}
.fee-table-mb {
  margin-bottom: 10px;
}
.fee-table-mb2 {
  margin-bottom: 40px;
}
.flow-table-mb {
  margin-bottom: 40px;
}
.ouchi-table-mb {
  margin-bottom: 20px;
}
.tenyou-table-mb {
  margin-bottom: 20px;
}
.option-table-mb {
  margin-bottom: 20px;
}
.security-table-mb {
  margin-bottom: 40px;
}
.wifi-table-mb {
  margin-bottom: 40px;
}
.wifi-table-mb2 {
  margin-bottom: 20px;
}
.spec-table-mb2 {
  margin-bottom: 20px;
}
*/
/* ---------------------------------------------------

  Post Card

--------------------------------------------------- */
.postCard {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: center;
  align-content: center;
  padding: 1em 1.2em;
  min-height: 20em;
  border: 1px solid #eee;
  margin: 0 auto 2rem;
  box-shadow: 1px 1px 3px 2px #eee;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.postCard_postThumbnail {
  margin: 0 auto 0.5em;
  -ms-flex-preferred-size: 85%;
  flex-basis: 85%;
  text-align: center;
}

@media (min-width: 1000px) {
  .postCard {
    flex-direction: row;
    padding: 1.5em 1em;
    min-height: 5em;
  }

  .postCard_postThumbnail {
    flex-basis: 30%;
    border: none;
  }
}

.postCard_body {
  flex-basis: 70%;
}

.postCard_postThumbnail img {
  max-width: 75%;
  margin: 0 auto 0.75em;
}

.postCard_postThumbnail img:hover {
  opacity: 0.8;
  box-shadow: 0 2px 1px #ccc;
}

.postCard_postTitle {
  font-size: 1.05em;
  line-height: 1.5;
  margin-bottom: 0.75em;
  font-weight: 700;
}

.postCard_postTitle a {
  text-decoration: none;
  color: #464646;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
}

.postCard_postTitle a:hover {
  color: #222;
}

.postCard_postIntroText {
  text-decoration: none;
  font-size: 0.85em;
  color: #333;
  transition: all 0.3s ease-in-out;
  margin-bottom: 1.2em !important;
  line-height: 1.5;
}

.categoryList_postDate {
  font-size: 0.75em;
}

/*---------------------------------------------------------------------------
 タレント写真
---------------------------------------------------------------------------*/
.bg-talent {
  height: auto;
  background: url("/img/campaign/campaign_topbg_talent1.jpg") no-repeat top center;
  background-size: auto 220px;
  padding: 230px 0 0;
  margin-bottom: 20px;
  text-align: justify;
}

@media (min-width: 1000px) {
  .bg-talent {
    height: 298px;
    background: url("/img/campaign/campaign_topbg_talent1.jpg") no-repeat top right;
    background-size: 263px 298px;
    padding: 0 290px 0 0;
    margin-bottom: 0;
  }
}

.bg-talent2 {
  /* height: auto;
  background: url("/img/campaign/campaign_topbg_talent2.jpg") no-repeat top center;
  background-size: auto 220px;
  padding: 230px 0 0;
  margin-bottom: 20px; */
  text-align: justify;
}

@media (min-width: 1000px) {
  .bg-talent2 {
    /* height: 296px;
    background: url("/img/campaign/campaign_topbg_talent2.jpg") no-repeat top right;
    background-size: 283px 296px;
    padding: 0 300px 0 0;
    margin-bottom: 0; */
  }
}

/*マージン*/
.mb0 {
  margin-bottom: 0;
}

.mb-s {
  margin-bottom: 5px;
}

.mb-m {
  margin-bottom: 10px;
}

.mb-l {
  margin-bottom: 20px;
}

.mb-2l {
  margin-bottom: 30px;
}

.mb-3l {
  margin-bottom: 40px;
}

@media (min-width: 1000px) {
  .mb-s {
    margin-bottom: 10px;
  }

  .mb-m {
    margin-bottom: 20px;
  }

  .mb-l {
    margin-bottom: 30px;
  }

  .mb-2l {
    margin-bottom: 40px;
  }

  .mb-3l {
    margin-bottom: 60px;
  }
}

.cp-detail {
  font-size: 1.2rem;
}

/* figure */
figure.img {
  text-align: center;
  margin: 1rem 0;
}

@media (min-width: 1000px) {
  figure.img {
    margin: 0.5rem 0;
  }
}

figure.img figcaption {
  text-align: center;
  line-height: 2;
  font-size: 0.9rem;
  color: #333;
}

figure.img img {
  max-width: 100%;
  height: auto;
}

/*---------------------------------------------------------------------------
 キャンペーン色分け
---------------------------------------------------------------------------*/
.cp-bg {
  background: #f3f4f5;
  padding: 20px;
  border-radius: 6px;
  margin-bottom: 30px;
  box-shadow: 0 1px #ebebeb;
}

.cp-detail i {
  margin-right: 3px;
}

/*---------------------------------------------------------------------------
  LIST 2017/11/29 h
---------------------------------------------------------------------------*/
.list_wrap li {
  /*float: none;*/
}

@media (min-width: 1000px) {
  .list_wrap li {
    float: left;
  }
}

.list_wrap li figure figcaption {
  text-align: left;
}

.list_wrap.half li {
  width: 100%;
}

@media (min-width: 1000px) {
  .list_wrap.half li {
    width: 320px;
    margin-left: 18px;
  }
}

.list_wrap.three li {
  width: 100%;
}

@media (min-width: 1000px) {
  .list_wrap.three li {
    width: 31%;
    margin-left: 3.5%;
  }
}

.list_wrap.half li:nth-child(2n + 1),
.list_wrap.three li:nth-child(3n + 1) {
  margin-left: 0;
}

/*---------------------------------------------------------------------------
  2017/12/12 h
---------------------------------------------------------------------------*/
.list_inline {
  margin: 0 0 0.5rem 0;
}

.list_inline li {
  display: inline-block;
  margin: 0.3rem 0.5rem 0 0;
  line-height: 1.8;
}

.list_inline li:after {
  content: "/";
}

.list_inline li:last-child:after {
  display: none;
}

.hosoku {
  background-color: #f4f4f4;
  border-radius: 5px;
  padding: 1rem;
  margin: 0.25em 0 2rem;
}

.hosoku p {
  margin: 0;
  font-size: 0.85rem;
  text-indent: -2rem;
  padding: 0 0 0 2rem;
}

/*---------------------------------------------------------------------------
  2017/12/18 h
---------------------------------------------------------------------------*/
blockquote.bl_quote {
  position: relative;
  padding: 35px 15px 10px 15px;
  box-sizing: border-box;
  font-style: italic;
  background: #f5f5f5;
  color: #777777;
  border-left: 4px solid #9dd4ff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
}

blockquote.bl_quote:before {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 15px;
  vertical-align: middle;
  content: "\f10d";
  font-family: FontAwesome;
  color: #9dd4ff;
  font-size: 2.8rem;
  line-height: 1;
}

blockquote.bl_quote p {
  padding: 0;
  margin: 7px 0;
  line-height: 1.7;
}

blockquote.bl_quote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9rem;
}

sup.sup {
  font-size: 0.6rem;
  vertical-align: top;
  font-weight: normal;
}

/*---------------------------------------------------------------------------
  年末年始休業のお知らせ
---------------------------------------------------------------------------*/
.new-year-holidays {
  text-align: center;
  width: auto;
  height: auto;
  background-color: #fff;
  border: 2px solid #252525;
  border-radius: 6px;
  box-sizing: border-box;
  margin: 10px 10px 10px;
}

@media (min-width: 1000px) {
  .new-year-holidays {
    margin: 20px 0 20px;
  }
}

.new-year-holidays p {
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.6;
  margin: 0 10px 6px;
  font-weight: bold;
}

@media (min-width: 1000px) {
  .new-year-holidays p {
    text-align: center;
    font-size: 1.3rem;
    margin: 0 20px 0;
  }
}

.new-year-holidays p:first-child {
  margin: 0 0 10px;
  background-color: #252525;
  padding: 4px;
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.6;
  letter-spacing: 3px;
}

@media (min-width: 1000px) {
  .new-year-holidays p:first-child {
    font-size: 1.4rem;
  }
}

.new-year-holidays p:nth-child(4) {
  margin-bottom: 10px;
}

@media (min-width: 1000px) {
  .new-year-holidays p:nth-child(4) {
    margin-bottom: 6px;
  }
}

.new-year-holidays p:nth-child(5) {
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
}

@media (min-width: 1000px) {
  .new-year-holidays p:nth-child(5) {
    margin-bottom: 6px;
  }
}

.new-year-holidays p:nth-child(5) span {
  display: block;
  letter-spacing: 0;
  font-weight: bold;
  color: #f16262;
}

.new-year-holidays p:last-child {
  text-align: center;
  font-size: 1rem;
  margin-bottom: 10px;
}

@media (min-width: 1000px) {
  .new-year-holidays p:last-child {
    font-size: 1.2rem;
  }
}

/*---------------------------------------------------------------------------
  営業時間変更のお知らせ
---------------------------------------------------------------------------*/
.system-maintenance {
  text-align: center;
  width: auto;
  height: auto;
  background-color: #fff;
  border: 2px solid #252525;
  border-radius: 6px;
  box-sizing: border-box;
  margin: 10px 10px 10px;
}

@media (min-width: 1000px) {
  .system-maintenance {
    margin: 20px 0 20px;
  }
}

.system-maintenance p {
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.6;
  margin: 0 10px 6px;
  letter-spacing: 0.1rem;
}

@media (min-width: 1000px) {
  .system-maintenance p {
    text-align: center;
    font-size: 1.3rem;
    margin: 0 20px 0;
  }
}

.system-maintenance p:first-child {
  text-align: center;
  font-size: 1.2rem;
  margin: 0 0 10px;
  background-color: #252525;
  padding: 4px;
  color: #fff;
  line-height: 1.6;
}

@media (min-width: 1000px) {
  .system-maintenance p:first-child {
    margin: 0 0 10px;
    font-size: 1.4rem;
  }
}

.system-maintenance p:nth-child(4) {
  margin-bottom: 10px;
}

@media (min-width: 1000px) {
  .system-maintenance p:nth-child(4) {
    margin-bottom: 6px;
  }
}

.system-maintenance p:last-child {
  font-weight: bold;
  margin-bottom: 10px;
}

.system-maintenance p:last-child span {
  font-weight: bold;
  color: #f16262;
}

.rate-text>p {
  text-align: left;
  color: #464646;
  font-size: 1rem;
  letter-spacing: 1px;
  line-height: 1.4;
  margin: 0 15px 20px;
}

@media (min-width: 1000px) {
  .rate-text>p {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
}

/* ---------------------------------------------------

 モーダルコンテンツ

--------------------------------------------------- */
* html .layer_board_bg,
* html .layer_board {
  position: absolute;
}

.layer_board_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  top: 0;
  left: 0;
  display: none;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.7);
}

.layer_board {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  box-sizing: border-box;
  margin: 0 auto;
  width: 90%;
}

@media (min-width: 1000px) {
  .layer_board {
    width: 640px;
  }
}

.cp-window {
  background: #232940;
  width: auto;
  margin: 0 auto;
  border-radius: 6px;
  padding: 0.5em;
}

@media (min-width: 1000px) {
  .cp-window {
    padding: 1.2em 1.5em;
  }
}

.modal-hidden {
  display: none;
}

.takayama-left {
  text-align: center;
  width: auto;
  height: auto;
}

@media (min-width: 1000px) {
  .takayama-left {
    text-align: left;
    width: 160px;
    float: left;
  }
}

.takayama-right {
  width: auto;
  height: auto;
}

@media (min-width: 1000px) {
  .takayama-right {
    width: 460px;
    float: right;
  }
}

.profile {
  margin-bottom: 30px;
}

.profile dt {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.profile dd {
  text-align: left;
  line-height: 1.4;
  padding-bottom: 14px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #c0c0c0;
}

@media (min-width: 1000px) {
  .profile dd {
    line-height: 1.2;
    padding-bottom: 7px;
    margin-bottom: 10px;
  }
}

.profile dd:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

.profile dd p {
  margin-right: 0;
  margin-left: 0;
}

.profile-photo {
  display: flex;
  margin-bottom: 20px;
  flex-direction: column;
}

@media (min-width: 1000px) {
  .profile-photo {
    flex-direction: row;
    margin-bottom: 40px;
  }
}

.profile-photo div:first-child {
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
  padding-top: 0;
  text-align: justify;
}

@media (min-width: 1000px) {
  .profile-photo div:first-child {
    margin-right: 50px;
    padding-top: 5px;
  }
}

.profile-photo div:last-child {
  flex: 0 0 auto;
  width: auto;
  text-align: center;
}

@media (min-width: 1000px) {
  .profile-photo div:last-child {
    width: 335px;
  }
}

/* ---------------------------------------------------

 簡単音声ガイド

--------------------------------------------------- */
/*.guide-window {
  display: inline-block;
  padding: 1em 1.5em;
  width: 85%;
  margin: .3em auto .6em;
  border-radius: 6px;
  background: #232940;
}
@media (min-width: 1000px) {
  .guide-window {
    padding: 1.2em 1.5em;
    width: auto;
    margin: 0 auto;
  }
}
.guide-window > p:nth-child(1) {
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 6px 10px;
  margin-bottom: 6px;
  line-height: 1.4;
  color: #FF610B;
  background: #fff;
  border-radius: 4px;
}
@media (min-width: 1000px) {
  .guide-window > p:nth-child(1) {
    font-size: 2.1rem;
    padding: 6px 20px;
    margin-bottom: 10px;
  }
}
.guide-window > p:nth-child(2) {
  font-size: 1.5rem;
  line-height: 1.4;
  color: #FFE100;
  margin-bottom: 10px;
}
@media (min-width: 1000px) {
  .guide-window > p:nth-child(2) {
    font-size: 1.6rem;
  }
}
.guide-window > p:nth-child(3) {
  font-size: .8rem;
  margin-bottom: 10px;
  line-height: 1.4;
  color: #fff;
}
@media (min-width: 1000px) {
  .guide-window > p:nth-child(3) {
    font-size: 1.3rem;
  }
}
.guide-window .mp3 {
  width: 100%;
  margin-bottom: 0;
}
.guide-window .mp3 p:nth-child(1) {
  font-size: 1.0rem;
  margin-bottom: 0;
}
.guide-window .mp3 p:nth-child(2) {
  margin: 0 5px;
}
.guide-window .mp3 i {
  font-size: .8rem;
}*/
.mp3 {
  text-align: center;
  width: 85%;
  margin: 0 auto;
  background: #eee;
  color: #222;
  margin-bottom: 40px;
}

.mp3 p {
  font-size: 14px;
  color: #222;
  padding-top: 0.5em;
  margin-bottom: 0;
}

.mp3 p:first-child img {
  vertical-align: middle;
}

.mp3 p:first-child i {
  font-size: 22px;
  vertical-align: text-bottom;
  margin-right: 0.2em;
  display: inline-block;
  margin-bottom: -2px;
}

.mp3 audio {
  width: 100%;
}

.mp3 audio:focus {
  outline: none;
}

/* ---------------------------------------------------

 モーダル

--------------------------------------------------- */
.top-modal-contents {
  position: relative;
  box-sizing: border-box;
  background: #ffe100;
  border-radius: 6px;
  margin: 1.5em auto;
  text-align: center;
  padding: 1rem;
}

@media (min-width: 1000px) {
  .top-modal-contents {
    padding: 1.2em;
  }
}

/* ---------------------------------------------------

 モーダル再表示エリア

--------------------------------------------------- */
.modal-redisplay {
  font-size: 1.1rem;
  padding: 3px 0 15px 0;
  margin: 1em auto 0.5em;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  cursor: pointer;
  color: #ffd01b;
  background: #323755;
  text-align: center;
  border: 2px solid #ffd01b;
  transition: 0.25s all ease-in-out;
  display: flex;
  justify-content: center;
}

@media (min-width: 1000px) {
  .modal-redisplay {
    font-size: 1.6rem;
    padding: 25px 0;
    margin: 0.5em auto;
    align-items: flex-start;
  }
}

.modal-redisplay:hover {
  background: #ffd01b;
  color: #323755;
}

.modal-redisplay:before {
  margin-right: auto;
  margin-bottom: 0.75em;
  padding: 0.5em 0.75em;
  display: inline-block;
  content: attr(data-label);
  margin-top: -1em;
  background: #ffd01b;
  font-weight: 700;
  color: #323755;
  -webkit-transform: skew(-7deg);
  transform: skew(-7deg);
  box-shadow: 2px 2px 0 #bb9604;
}

@media (min-width: 1000px) {
  .modal-redisplay:before {
    margin-right: 0.75em;
    padding: 0.25em 0.5em;
    margin-bottom: 0;
  }
}

.modal-redisplay:hover:before {
  background: #323755;
  color: #ffd01b;
}

@media (max-width: 320px) {
  .modal-redisplay_price {
    font-size: 1.1rem;
  }
}

.modal-redisplay_inner p {
  line-height: inherit;
  margin-bottom: inherit;
}

.modal-redisplay_price {
  font-size: 1.4em;
  font-weight: 700;
  border: 3px double #f8c931;
  padding: 3px;
  border-left: none;
  border-right: none;
}

.modal-redisplay:hover .modal-redisplay_price {
  border-color: #323755;
}

.m-info {
  border: 2px solid #ff0000;
  background: #fff545;
  color: #ff0000;
  font-weight: bold;
  padding: 8px 15px;
  font-size: 12px;
  margin-bottom: 10px;
}

.flow-notes {
  border: 2px solid #252525;
  border-radius: 8px;
  box-sizing: border-box;
  margin-bottom: 60px;
}

.flow-notes p:nth-child(1) {
  background: #252525;
  color: #ffd000;
  text-align: center;
  margin-bottom: 0;
  padding: 10px;
  letter-spacing: 2px;
}

.flow-notes p:nth-child(2) {
  padding: 10px 20px;
  text-align: justify;
  margin-bottom: 0;
}

.flow-notes p:nth-child(3) {
  padding: 0 20px 15px;
  margin-bottom: 0;
}

/* ---------------------------------------------------
 キャンペーン一覧ページ
--------------------------------------------------- */
.cp-summary-box {
  padding: 0 6px;
  margin-bottom: 20px;
  border-radius: 4px;
}

@media (min-width: 1000px) {
  .cp-summary-box {
    margin-bottom: inherit;
  }
}

.cp-summary-box .page-title03 {
  margin-bottom: 1.6rem;
}

.cp-summary-box p:first-of-type {
  margin: 0 10px 15px;
  text-align: justify;
  font-size: 1.4rem;
}

@media (min-width: 1000px) {
  .cp-summary-box p:first-of-type {
    margin: 0 auto 20px;
  }
}

.cp-detail-btn {
  text-align: center;
  display: table;
  margin: 0 auto 40px;
  font-size: 1.3rem;
  line-height: 1;
}

@media (min-width: 1000px) {
  .cp-detail-btn {
    margin: 0 auto 60px;
    font-size: 1.3rem;
  }
}

.cp-detail-btn i {
  margin-right: 4px;
}

@media (min-width: 1000px) {
  .cp-detail-btn i {
    margin-right: 5px;
  }
}

.cp-detail-btn a {
  display: block;
  padding: 10px 14px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  background: #252525;
  color: #fff;
  border-radius: 4px;
}

@media (min-width: 1000px) {
  .cp-detail-btn a {
    padding: 12px 14px;
  }
}

.cp-detail-btn a:hover {
  background: #ffb932;
}

.home-txt {
  text-align: justify;
  line-height: 2;
  margin-left: 10px;
  margin-right: 10px;
}

@media (min-width: 1000px) {
  .home-txt {
    line-height: 2.2;
  }
}

.tax {
  text-align: center;
  width: auto;
  font-size: 1.1rem;
  margin: 0 0 20px;
  padding: 9px 12px 9px;
  color: #fff;
  background-color: #252525;
  font-weight: bold;
  line-height: 1.4;
  box-sizing: border-box;
}

@media (min-width: 1000px) {
  .tax {
    width: 100%;
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
    margin: 30px auto 0;
    font-weight: normal;
    border-radius: 4px;
  }
}

.review-award-banner {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 10px 0;
}

.review-award-banner picture:hover {
  opacity: 0.8;
}

@media (min-width: 1000px) {
  .review-award-banner {
    margin: 0 0 35px;
    flex-direction: row;
  }
}

.review-award-banner li {
  margin-right: 0;
  margin-bottom: 20px;
}

.review-award-banner li:last-child {
  margin-bottom: 0;
}

@media (min-width: 1000px) {
  .review-award-banner li {
    margin-right: 30px;
    margin-bottom: 0;
  }
}

.review-award-banner li:last-child {
  margin-right: 0;
}

.review-award-banner img:hover {
  animation: yure 2.5s ease infinite;
}

.reviewLink {
  text-align: right;
  margin: 0.5em 0 2em;
  display: block;
}

.reviewLink a {
  font-size: 0.95em;
  color: #222;
}

/* ---------------------------------------------------
 お客さまお申し込み事例
--------------------------------------------------- */
.marker {
  background: linear-gradient(transparent 50%, #ffecd3 50%);
  padding: 0 0.35rem 0.3rem;
  font-weight: bold;
}

.marker2 {
  background: linear-gradient(transparent 50%, #cfedff 50%);
  padding: 0 0.35rem 0.3rem;
  font-weight: bold;
}

.marker3 {
  background: linear-gradient(transparent 50%, #ffecad 50%);
  padding: 0 0.45rem 0.3rem 0.35rem;
  font-weight: bold;
}

.case-point {
  position: relative;
  margin-bottom: 20px;
}

@media (min-width: 1000px) {
  .case-point {
    margin-bottom: 30px;
  }
}

.case-point img {
  display: none;
}

@media (min-width: 1000px) {
  .case-point img {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

.case-point ul {
  color: #42a5da;
  background: #f5fcff;
  border-radius: 8px;
  padding: 20px 20px 20px 40px;
  margin: 0 10px 20px;
  list-style-type: disc;
  border: 4px double #96d1ff;
}

@media (min-width: 1000px) {
  .case-point ul {
    padding: 30px 15px 35px 45px;
  }
}

.case-point li {
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.1rem;
  margin-bottom: 20px;
}

.case-point li:last-child {
  margin-bottom: 0;
}

.talk {
  margin-bottom: 30px;
}

@media (min-width: 1000px) {
  .talk {
    margin-bottom: 60px;
  }
}

.talk-customer {
  display: flex;
  margin: 0 10px 20px;
}

@media (min-width: 1000px) {
  .talk-customer {
    margin: 0 20px 35px;
  }
}

.talk-customer div:nth-child(1) {
  width: 20%;
  margin-right: 5%;
}

@media (min-width: 1000px) {
  .talk-customer div:nth-child(1) {
    width: 120px;
    margin-right: 30px;
  }
}

.talk-customer div:nth-child(2) {
  width: 75%;
  padding: 15px;
  background: #fff;
  border: 2px solid #e7e7e7;
  border-radius: 0 15px 15px 15px;
  box-sizing: border-box;
}

@media (min-width: 1000px) {
  .talk-customer div:nth-child(2) {
    width: 468px;
    padding: 20px 25px;
  }
}

.talk-customer div:nth-child(2) p {
  line-height: 1.6;
}

.talk-customer div:nth-child(2) p:last-child {
  margin-bottom: 0;
}

.talk-we {
  display: flex;
  margin: 0 10px 20px;
}

@media (min-width: 1000px) {
  .talk-we {
    margin: 0 20px 35px;
  }
}

.talk-we div:nth-child(1) {
  width: 75%;
  border-radius: 15px 0 15px 15px;
  padding: 15px;
  background: #fff;
  border: 2px solid #e7e7e7;
  box-sizing: border-box;
}

@media (min-width: 1000px) {
  .talk-we div:nth-child(1) {
    width: 468px;
    border-radius: 15px 0 0 15px;
    padding: 20px 25px;
  }
}

.talk-we div:nth-child(1) p {
  line-height: 1.6;
}

.talk-we div:nth-child(1) p:last-child {
  margin-bottom: 0;
}

.talk-we div:nth-child(2) {
  width: 20%;
  margin-left: 5%;
}

@media (min-width: 1000px) {
  .talk-we div:nth-child(2) {
    width: 120px;
    margin-left: 30px;
  }
}

.case-box {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 1000px) {
  .case-box {
    flex-wrap: wrap;
    flex-direction: row;
  }
}

.case-box li {
  box-sizing: border-box;
  text-align: center;
  width: auto;
  height: auto;
  padding: 15px 14px 20px;
  margin: 0 0 20px;
  border: 1px solid #f0f0f0;
  box-shadow: 0 3px #f9f9f9;
  border-radius: 4px;
}

@media (min-width: 1000px) {
  .case-box li {
    text-align: left;
    width: 320px;
    padding: 20px 19px 25px;
    margin-bottom: 25px;
  }
}

.case-box li:nth-of-type(odd) {
  margin-right: 0;
}

@media (min-width: 1000px) {
  .case-box li:nth-of-type(odd) {
    margin-right: 18px;
  }
}

.case-box li img {
  margin-bottom: 10px;
}

.case-box li p {
  line-height: 1.5;
  letter-spacing: 0.05rem;
  margin: 0 5px 0;
}

.quote-dez {
  border-left: 4px solid #ffbe48;
  line-height: 1.8;
  padding: 0.8rem 1rem;
  margin: 0 0 1rem 1.25rem;
  background: #f7f7f7;
}

@media (min-width: 1000px) {
  .quote-dez {
    padding: 1.5rem 2rem;
    margin: 0 0 1.5rem 2rem;
  }
}

/*google map*/
.google-map {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}

.google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.contents-btn {
  display: block;
  box-sizing: border-box;
  height: 100%;
  height: auto;
  margin: 0 auto 20px;
  text-align: center;
  background: #fff;
  padding: 20px;
  border-radius: 6px;
}

@media (min-width: 1000px) {
  .contents-btn {
    display: none;
  }
}

.contents-btn p {
  text-align: center;
  box-sizing: border-box;
  width: auto;
  height: 60px;
  line-height: 54px;
  margin-bottom: 0;
  border-radius: 4px;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 2px;
  background: linear-gradient(#b4e935 0%, #b4e935 15%, #68c61a 85%, #68c61a 100%);
  border: 2px solid #97e22b;
}

.contents-btn p a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.contents-btn p a:hover {
  background: linear-gradient(#68c61a 0%, #68c61a 15%, #b4e935 85%, #b4e935 100%);
}

/* 評価されている3つの理由（新）*/
.reason-1 {
  padding: 135px 10px 0 10px;
  background: url("/img/home/feature-1-1.png") no-repeat top center;
  background-size: 200px 120px;
  margin-bottom: 20px;
}

@media (min-width: 1000px) {
  .reason-1 {
    padding: 0 0 0 260px;
    min-height: 120px;
    background: url("/img/home/feature-1-1.png") no-repeat top left 15px;
    background-size: 200px 120px;
    margin-bottom: 30px;
  }
}

.reason-2 {
  padding: 235px 10px 0 10px;
  background: url("/img/home/feature-2.png") no-repeat top center;
  background-size: 210px 220px;
  margin-bottom: 30px;
}

@media (min-width: 1000px) {
  .reason-2 {
    padding: 0 270px 0 0;
    background: url("/img/home/feature-2.png") no-repeat top 5px right 15px;
    background-size: 210px 220px;
    margin-bottom: 40px;
  }
}

.reason-3 {
  padding: 260px 10px 0 10px;
  background: url("/img/home/feature-3.png") no-repeat top center;
  background-size: 261px 251px;
}

@media (min-width: 1000px) {
  .reason-3 {
    padding: 0 0 0 320px;
    background: url("/img/home/feature-3.png") no-repeat top left 15px;
    background-size: 261px 251px;
  }
}

.reason-4 {
  padding: 175px 10px 0 10px;
  background: url("/img/home/feature-4.png") no-repeat top center;
  background-size: 220px 160px;
  margin-bottom: 20px;
}

@media (min-width: 1000px) {
  .reason-4 {
    padding: 0 280px 0 0;
    background: url("/img/home/feature-4.png") no-repeat top 5px right 15px;
    background-size: 220px 160px;
    margin-bottom: 30px;
  }
}

.reason-1 p,
.reason-3 p {
  text-align: justify;
  margin-right: 0;
}

@media (min-width: 1000px) {

  .reason-1 p,
  .reason-3 p {
    margin-right: 20px;
  }
}

.reason-2 p,
.reason-4 p {
  text-align: justify;
  margin-left: 0;
}

@media (min-width: 1000px) {

  .reason-2 p,
  .reason-4 p {
    margin-left: 20px;
  }
}

/* 自社＆公式キャンペーン一覧 */
.campaign-box {
  padding: 115px 10px 0;
  margin-bottom: 50px;
}

@media (min-width: 1000px) {
  .campaign-box {
    padding: 0 30px 0 180px;
    margin-bottom: 60px;
  }
}

.campaign-box p {
  text-align: justify;
  font-size: 1.2rem;
}

@media (min-width: 1000px) {
  .campaign-box p {
    font-size: 1.3rem;
  }
}

.campaign-box-type-a {
  background: url(/img/campaign/campaign-illust-a.png) no-repeat center top;
  background-size: 150px 100px;
}

@media (min-width: 1000px) {
  .campaign-box-type-a {
    background: url(/img/campaign/campaign-illust-a.png) no-repeat left top;
    background-size: 150px 100px;
  }
}

.campaign-box-type-b {
  background: url(/img/campaign/campaign-illust-b.png) no-repeat center top;
  background-size: 150px 100px;
}

@media (min-width: 1000px) {
  .campaign-box-type-b {
    background: url(/img/campaign/campaign-illust-b.png) no-repeat left top;
    background-size: 150px 100px;
  }
}

.campaign-summary {
  display: block;
  margin-bottom: 30px;
}

@media (min-width: 1000px) {
  .campaign-summary {
    display: flex;
    margin-bottom: 50px;
  }
}

.campaign-summary:last-of-type {
  margin-bottom: 15px;
}

@media (min-width: 1000px) {
  .campaign-summary:last-of-type {
    margin-bottom: 0;
  }
}

.campaign-summary div:nth-child(odd) {
  flex: 0 0 auto;
  width: auto;
  margin-right: 0;
  text-align: center;
  margin-bottom: 13px;
}

@media (min-width: 1000px) {
  .campaign-summary div:nth-child(odd) {
    width: 150px;
    margin-right: 30px;
  }
}

.campaign-summary-title {
  margin: 0 10px 10px;
  font-size: 1.3rem;
  line-height: 1.5;
}

@media (min-width: 1000px) {
  .campaign-summary-title {
    margin: 3px auto 12px;
  }
}

.campaign-summary-title a {
  color: #464646;
  /* color: #2ca8ff; */
  text-decoration: none;
  font-weight: bold;
}

.campaign-summary-title a:hover {
  color: #ff0000;
  text-decoration: underline;
}

.campaign-summary-title i {
  font-size: 1.45rem;
  margin-left: 4px;
}

.campaign-summary div:nth-child(even) p {
  text-align: justify;
  color: #555;
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 0.8px;
  margin: 0 10px 10px;
}

@media (min-width: 1000px) {
  .campaign-summary div:nth-child(even) p {
    margin: 0;
  }
}

.sp-br br {
  display: none;
}

@media (min-width: 1000px) {
  .sp-br br {
    display: block;
  }
}

/* サイド　タレント＆声優 */
.actorbox {
  box-sizing: border-box;
  width: auto;
  height: auto;
  background-color: #252525;
  /* background-color: #323755; */
  border-radius: 12px;
  padding: 10px;
  margin-bottom: 20px;
}

@media (min-width: 1080px) {
  .actorbox {
    border-radius: 12px;
  }
}

.actor a {
  display: flex;
  background-color: #fff;
  border-radius: 5px;
  padding: 7px;
}

.actor div:nth-child(odd) {
  flex: 0 0 auto;
  margin-right: 20px;
}

.actor p:nth-child(1) {
  font-size: 11px;
  line-height: 1.4;
  margin-top: 5px;
  margin-bottom: 0;
  font-weight: bold;
  color: #555;
}

.actor p:nth-child(2) {
  font-size: 15px;
  margin-bottom: 0;
  font-weight: bold;
  letter-spacing: 1px;
  color: #eb2d2d;
}

.actor p:nth-child(2) span {
  font-size: 11px;
  line-height: 1.4;
  margin-left: 3px;
  font-weight: bold;
  color: #555;
  letter-spacing: 0;
}

.actor a {
  text-decoration: none;
}

.review-top-text {
  background: #f7f7f7;
  padding: 12px 25px 20px;
  border-radius: 4px;
  margin-bottom: 20px;
}

.review-top-text p {
  margin-bottom: 0;
  line-height: 1.8;
}

/*.animation {
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.4s;
}

.kf-review {
  animation-name: review-banner;
}

@keyframes review-banner {
  0% {
      transform: translate(0, 0);
  }
  100% {
      transform: translate(0, -12px);
  }
}*/
/* FAQ
--------------------------------*/
.faq {}

.faqList {}

.faq-q {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1em;
  color: #111;
  /*color: #0096ff;*/
  border-bottom: 1px solid #e5e5e5;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-size: 0.95em;
  cursor: pointer;
}

.faq-q:hover,
.faq-q:hover::after {
  color: #111;
}

.faq-q.active {
  color: #cc0033;
  font-weight: bold;
}

.faq-q::after {
  font-family: "icomoon";
  content: "\e922";
  font-size: 1.5em;
  color: #111;
  margin-left: 0.25em;
}

.faq-q.active::after {
  font-family: "icomoon";
  content: "\e923";
  color: #111;
}

.faq-a {
  opacity: 0;
  padding: 0;
  max-height: 0;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  clear: both;
  -webkit-transition: all 0.2s ease 0.15s;
  -o-transition: all 0.2s ease 0.15s;
  transition: all 0.2s ease 0.15s;
  background: #f4f1ff;
  font-size: 0.925em;
}

.faq-a>p {
  margin-bottom: 1.5em;
  line-height: 1.8;
  padding: 0.75em;
}

.faq-a>ul {
  padding-left: 1em;
  margin-bottom: 1em;
}

.faq-a>ul>li {
  padding: 0.5em;
  list-style-type: square;
  padding-left: 0;
  margin-left: 1em;
}

.faq-a.active {
  opacity: 1;
  max-height: 100%;
  background: #fff;
  -webkit-transition: all 0.35s ease 0.15s;
  -o-transition: all 0.35s ease 0.15s;
  transition: all 0.35s ease 0.15s;
}

/* 2列ボックス
--------------------------------*/
.twoColBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  /* -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;*/
  flex-wrap: wrap;
}

.twoColBox a {
  text-align: center;
  display: block;
  margin: 1em auto 2em;
}

.twoColBox figure {
  text-align: center;
}

@media (max-width: 599px) {
  .twoColBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .twoColBox a {
    margin: 1em auto 1.5em;
  }
}

.syoudaku {
  margin-right: 0.5em;
  cursor: pointer;
}

.syoudaku+label {
  line-height: 1.6;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}

.syoudaku+label:hover {
  color: #1a6ebd;
}

@media (max-width: 599px) {
  .syoudaku+label:hover {
    color: #000;
  }
}

.btnSP {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  padding: 1em 0 2em;
  display: block;
  margin: 0 auto;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: opacity 0.35s ease-in-out;
  background: #eeeeee;
}

.btnSP p {
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 300px;
  height: 60px;
  line-height: 54px;
  margin-bottom: 0;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(#b4e935), color-stop(15%, #b4e935), color-stop(85%, #68c61a), to(#68c61a));
  background: -o-linear-gradient(#b4e935 0%, #b4e935 15%, #68c61a 85%, #68c61a 100%);
  background: linear-gradient(#b4e935 0%, #b4e935 15%, #68c61a 85%, #68c61a 100%);
  border: 2px solid #97e22b;
}

.btnSP p a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
}

.btnSP p a:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#68c61a), color-stop(15%, #68c61a), color-stop(85%, #b4e935), to(#b4e935));
  background: -o-linear-gradient(#68c61a 0%, #68c61a 15%, #b4e935 85%, #b4e935 100%);
  background: linear-gradient(#68c61a 0%, #68c61a 15%, #b4e935 85%, #b4e935 100%);
}

.btnSP.js-isDisabled p {
  opacity: 0.5;
}

.btnSP.js-isDisabled p {
  background: #6f6f6f;
  border: 2px solid #afafaf;
  pointer-events: none;
}

.btnSP.js-isDisabled a {
  color: #c7c7c7;
  cursor: no-drop;
  pointer-events: none;
}

.btnSP.js-isDisabled p a:hover {
  background: #333;
  color: #c7c7c7;
}

/********************************************
* infoModal
********************************************/
.infoModal {
  text-align: left;
  box-sizing: border-box;
  width: 90%;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*border: 8px solid #a7dcff;*/
  background-color: rgba(255, 255, 255, 1);
  display: table;
  margin: auto;
}

.infoModal.js-isHidden {
  display: none !important;
}

/* for IE */
/* _:-ms-lang(x)::-ms-backdrop,
.infoModal {
  visibility: visible !important;
  top: 2%;
  display: inherit !important;
} */

/* _:-ms-lang(x)::-ms-backdrop,
.infoModal.js-isHidden {
  visibility: hidden !important;
} */

/* @media screen and (min-height: 800px) {

  _:-ms-lang(x)::-ms-backdrop,
  .infoModal {
    top: 5%;
  }
} */

/* @media screen and (min-height: 1000px) {

  _:-ms-lang(x)::-ms-backdrop,
  .infoModal {
    top: 10%;
  }
} */

/* for firefox */
@-moz-document url-prefix() {
  .infoModal {
    display: table !important;
    top: 2%;
  }

  @media screen and (min-height: 800px) {
    .infoModal {
      top: 5%;
    }
  }

  @media screen and (min-height: 1000px) {
    .infoModal {
      top: 10%;
    }
  }
}

/* for edge */
@supports (-ms-ime-align: auto) {
  .infoModal {
    top: 2%;
  }

  @media screen and (min-height: 800px) {
    .infoModal {
      top: 5%;
    }
  }

  @media screen and (min-height: 800px) {
    .infoModal {
      top: 10%;
    }
  }
}

.infoModal__wrap {
  padding: 15px 20px 20px;
  position: relative;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  overflow-x: hidden;
}

@media screen and (min-height: 800px) {
  .infoModal__wrap {
    max-height: 80vh;
  }
}

.closeBtn {
  position: absolute;
  top: -4px;
  right: -4px;
  text-align: center;
  background: #a7dcff;
  border: none;
  padding: 4px 4px 6px 6px;
  cursor: pointer;
}

.infoModal__logo {
  text-align: center;
  margin-bottom: 15px;
}

.infoModal__logo img {
  transform: scale(0.8);
}

.infoModal__title {
  text-align: center;
  font-size: 17px;
  margin-bottom: 20px;
}

.infoModal__text {
  font-size: 14px;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}

.infoModal__name {
  font-size: 18px;
  font-weight: bold;
  color: #f34747;
  margin-right: 6px;
  letter-spacing: 1px;
}

.infoModal__notes {
  padding: 0 5px;
}

.infoModal__notes p {
  font-size: 12px;
  margin-bottom: 10px;
  line-height: 1.6;
}

.infoModal__notes p:last-child {
  margin-bottom: 0;
}

@media (min-width: 600px) and (max-width: 999px) {
  .infoModal__notes p {
    font-weight: bold;
  }
}

@media (min-width: 1000px) {
  .infoModal {
    width: 550px;
  }

  .infoModal__wrap {
    padding: 10px 40px 20px;
  }

  .closeBtn {
    top: -8px;
    right: -8px;
    padding: 8px;
  }

  .infoModal__logo {
    margin-bottom: 20px;
  }

  .infoModal__logo img {
    transform: scale(1);
  }

  .infoModal__title {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .infoModal__text {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 10px;
  }

  .infoModal__areaName {
    font-size: 24px;
  }

  .infoModal__notes p {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .infoModal__notes p:last-child {
    margin-bottom: 0;
  }
}

/********************************************
* infoModal overlay
********************************************/
html.js-isFixed,
body.js-isFixed {
  overflow: hidden !important;
  height: 100vh;
  width: 100vw;
}

.modal_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  transform: scale(1);
}

.modal_overlay.js-isHidden {
  transform: scale(0);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
}

.infoModal.js-isFadeIn {
  animation: fadeIn 0.75s ease 0s 1 normal;
  -webkit-animation: fadeIn 0.75s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/********************************************
* infoModal scrollbar
********************************************/
.infoModal__wrap::-webkit-scrollbar {
  width: 5px;
}

.infoModal__wrap::-webkit-scrollbar-track {
  border-radius: 5px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

.infoModal__wrap::-webkit-scrollbar-thumb {
  background-color: rgb(66, 165, 218, 0.9);
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

/********************************************
* PR
********************************************/
.pr {
  text-align: center;
  background: #ecf8ff;
  margin-top: 15px;
  width: 100%;
  margin: 50px auto 30px;
}

.pr-text {
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 1.6;
  background: #0081cb;
  color: #fff;
  padding: 10px;
  margin-bottom: 0;
  font-weight: bold;
}

.pr-text2 {
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 1.6;
  color: #0081cb;
  padding-top: 10px;
  margin-bottom: 0;
}

.pr-banner {
  padding: 15px;
}

.pr-banner img {
  box-shadow: 0 5px 5px 3px rgb(182, 227, 255);
  transition: all 0.25s ease-in-out;
}

.pr-banner img:hover {
  opacity: 0.8;
  box-shadow: 0 8px 8px 3px rgb(182, 227, 255);
}

@media (min-width: 1000px) {
  .pr {
    width: 80%;
    margin-top: 100px;
  }

  .pr-text {
    font-size: 14px;
    letter-spacing: 1.5px;
    font-weight: normal;
  }

  .pr-banner {
    padding: 20px;
  }
}

.pr-marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #ecf8ff), color-stop(70%, #ffff66)) !important;
  background: -o-linear-gradient(#ecf8ff 30%, #ffff66 70%) !important;
  background: linear-gradient(#ecf8ff 30%, #ffff66 70%) !important;
  font-size: 1.1em !important;
  margin-left: 0.25em !important;
  margin-right: 0.25em !important;
}

.pr-bold {
  font-size: 1.5em !important;
  font-weight: 700;
}

.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 5px 0 20px;
}

.video:last-of-type {
  margin-bottom: 15px;
}

.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.flex-direction-nav {
  display: none;
}

.youtube {
  position: relative;
  width: 100%;
  margin: 5px 0 20px;
  padding-top: 56.25%;
}

.youtube img,
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.best-agency p {
  text-align: justify;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

@media (min-width: 600px) {
  .best-agency {
    display: none;
  }
}

/********************************************
* SB でんき
********************************************/
.denki-link {
  text-align: center;
}

@media (min-width: 1000px) {
  .denki-link {
    text-align: center;
    display: flex;
    flex-direction: row;
  }
}

.denki-link li {
  padding: 0;
  margin: 0 0 30px 0;
}

.denki-link img:hover {
  opacity: 0.8;
}

.denki-link p {
  margin-bottom: 1rem;
  font-weight: bold;
}

@media (min-width: 1000px) {
  .denki-link li {
    margin-bottom: 0;
    margin-right: 20px;
  }

  .denki-link li:nth-child(even) {
    margin-right: 0;
  }
}

.denki-kenshinhyou {
  padding: 0 0 0 35px;
  list-style-type: disc;
}

@media (min-width: 1000px) {
  .denki-kenshinhyou {
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.denki-kenshinhyou li {
  line-height: 1;
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
}

.denki-kenshinhyou li:last-child {
  margin-bottom: 0;
}

/*でんき　フォーム遷移用ボタン*/
.denki-form-btn {
  display: block;
  box-sizing: border-box;
  height: 100%;
  height: auto;
  margin: 0 auto 20px;
  text-align: center;
  background: #f8f8f8;
  padding: 15px;
  border-radius: 6px;
}

@media (min-width: 1000px) {
  .denki-form-btn {
    padding: 25px;
  }
}

.denki-form-btn p {
  text-align: center;
  box-sizing: border-box;
  width: auto;
  height: 70px;
  line-height: 64px;
  margin-bottom: 0;
  border-radius: 4px;
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
  background: linear-gradient(#b4e935 0%, #b4e935 15%, #68c61a 85%, #68c61a 100%);
  border: 2px solid #97e22b;
}

@media (min-width: 1000px) {
  .denki-form-btn p {
    font-size: 1.5rem;
  }
}

.denki-form-btn p a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.denki-form-btn p a:hover {
  background: linear-gradient(#68c61a 0%, #68c61a 15%, #b4e935 85%, #b4e935 100%);
}

/* ---------------------------------------------------
 lightbox
--------------------------------------------------- */
.lightbox {
  text-align: center;
}

.lightbox figure {
  margin: 0;
  display: none;
}

.lightbox figure:target {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

.lightbox figure figcaption {
  background: #fff;
  padding: 0.5rem 1rem;
  margin-top: 1.5rem;
  border-radius: 5px;
  font-size: 15px;
}

.lightbox figure:target .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  text-decoration: none;
  color: inherit;
}

.lightbox figure:target img {
  animation: fadein 0.3s;
}

@keyframes fadein {
  0% {
    transform: scale(0.2);
    opacity: 0.2;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

/*---------------------------------------------------------------------------
 slider
---------------------------------------------------------------------------*/
/* .mainimg-slider {
  margin: 0;
}
.swiper-container {
  text-align: center;
}
.swiper-container .swiper-slide img {
  max-width: 100%;
  width: 1000px;
  height: auto;
}
.prettyprint {
  border: none;
  background: #fafafa;
  color: #697d86;
}
#thumbs,
#thumbs > * {
  box-sizing: border-box;
}

#thumbs {
    width: 40%;
    margin: 10px auto 0;
    overflow: hidden;
    font-size: 0;
    letter-spacing: 0;
    text-align: center;
    display: block;
  }
  #thumbs > li {
    display: inline-block;
    font-size: initial;
    width: 20%;
    margin: 0 5%;
    cursor: pointer;
  }
  #thumbs > li img {
    opacity: 0.4;
    vertical-align: bottom;
    background: #fff;
    border: 2px solid rgba(0, 0, 0, 0);
  }
  #thumbs > li.active img {
    opacity: 1;
    border: 2px solid #ffcb80;
  }
@media (min-width: 1000px) {
  #thumbs {
    margin: 20px auto 0;
  }
  #thumbs > li {
    margin: 0 2%;
  }
}
.swiper-button-prev,
.swiper-button-next {
  display: none;
}
@media (min-width: 1000px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: inherit;
  }
} */
/*LS*/
.glide__slide a {
  height: auto;
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: calc(700 / 767 * 100%);
}

@media (min-width: 641px) and (max-width: 999px) {
  .glide__slide a {
    padding-top: calc(540 / 1000 * 100%);
  }
}

@media (min-width: 1000px) {
  .glide__slide a {
    width: 1000px;
    padding-top: calc(540 / 1000 * 100%);
  }
}

.glide__slide a img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.glide__bullets {
  margin-bottom: -3.5em;
}

@media (min-width: 1000px) {
  .glide__bullets {
    margin-bottom: -3.75em;
  }
}

.glide__bullets button {
  margin: 0 0.55em;
}

.reviews-banner picture:hover {
  opacity: 0.8;
}

.reviews-banner {
  text-align: center;
  margin: 0 10px 10px;
}

@media (min-width: 1000px) {
  .reviews-banner {
    margin: 0 0 30px;
  }
}

.pickup {
  padding: 15px 5px 5px;
}

@media (min-width: 1000px) {
  .pickup {
    padding: 10px 0 0;
  }
}

.pickup-campaign {
  text-align: center;
  margin: 0 10px;
}

@media (min-width: 1000px) {
  .pickup-campaign {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 30px;
  }
}

.pickup-campaign li {
  width: auto;
  height: auto;
  margin-bottom: 15px;
}

@media (min-width: 1000px) {
  .pickup-campaign li {
    width: 485px;
    margin-bottom: 30px;
    /* margin-bottom: 5px; */
  }
}

/* @media (min-width: 1000px) {

  .pickup-campaign li:nth-child(3),
  .pickup-campaign li:nth-child(4) {
    margin-bottom: 5px;
  }
} */

@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);
  }
}

.pickup-campaign img:hover {
  animation: yure 2.5s ease infinite;
}

.gimmick img:hover {
  animation: yure 2.5s ease infinite;
}

/*ホーム　メインアイキャッチ下テキスト*/
.campaign-annotation-title {
  display: block;
  pointer-events: all;
  text-align: center;
  margin: 20px 0 0;
}

@media (min-width: 1080px) {
  .campaign-annotation-title {
    display: none;
  }
}

.home-campaign-text {
  text-align: justify;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: bold;
  margin: 0;
  padding: 10px 26px 0;
  transition: 1.5s;
  height: 0;
  overflow: hidden;
  letter-spacing: 0.03rem;
  color: #808080;
  margin-bottom: 5px;
}

@media (min-width: 1080px) {
  .home-campaign-text {
    display: none;
  }
}

.home-official-campaign-text {
  text-align: justify;
  font-size: 1rem;
  line-height: 1.9;
  font-weight: bold;
  margin: 0 0 5px;
  padding: 10px 26px 0;
  transition: 1.5s;
  /* height: 0; */
  overflow: hidden;
  letter-spacing: 0.03rem;
  color: #808080;
}

@media (min-width: 1080px) {
  .home-official-campaign-text {
    display: block;
    text-align: justify;
    font-size: 1.2rem;
    line-height: 2.1;
    padding: 25px 50px 10px;
    width: auto;
    height: auto;
    font-weight: bold;
    margin: 0;
    letter-spacing: 0.03rem;
    white-space: normal;
    margin: 0;
  }
}

input:checked+.home-campaign-text,
input:checked+.home-official-campaign-text {
  height: auto;
}

#campaign-annotation,
#official-campaign-annotation {
  display: none;
}

.glide-campaign-text {
  text-align: justify;
  font-size: 1rem;
  line-height: 1.9;
  font-weight: bold;
  margin: 0 0 5px;
  padding: 10px 26px 0;
  transition: 1.5s;
  overflow: hidden;
  letter-spacing: 0.03rem;
  color: #808080;
}

@media (min-width: 1080px) {
  .glide-campaign-text {
    display: block;
    text-align: justify;
    font-size: 1.2rem;
    line-height: 2.1;
    padding: 25px 50px 10px;
    width: auto;
    height: auto;
    font-weight: bold;
    margin: 0;
    letter-spacing: 0.03rem;
    white-space: normal;
    margin: 0;
  }
}

.glide-campaign-text a {
  color: #757575;
  text-decoration: underline;
  font-weight: bold;
}

.glide-campaign-text a:hover {
  color: #eb2d2d;
  text-decoration: underline;
  font-weight: bold;
}


.home-layout-1 {
  box-sizing: border-box;
  padding: 175px 0 0 0;
  margin: 0 15px 35px;
}

@media (min-width: 1000px) {
  .home-layout-1 {
    padding: 0 260px 0 0;
    /* min-height: 250px; */
    margin: 0 0 50px;
  }
}

.home-layout-2 {
  box-sizing: border-box;
  padding: 175px 0 0 0;
  margin: 0 15px 35px;
}

@media (min-width: 1000px) {
  .home-layout-2 {
    padding: 0 0 0 260px;
    /* min-height: 250px; */
    margin: 0 0 50px;
  }
}

.home-illust-01 {
  background: url(../img/home/home-illust-01.png) no-repeat top center;
  background-size: 230px 170px;
}

@media (min-width: 1000px) {
  .home-illust-01 {
    background: url(../img/home/home-illust-01.png) no-repeat top right;
    background-size: 230px 170px;
  }
}

.home-illust-02 {
  background: url(../img/home/home-illust-02.png) no-repeat top center;
  background-size: 230px 170px;
}

@media (min-width: 1000px) {
  .home-illust-02 {
    background: url(../img/home/home-illust-02.png) no-repeat top left;
    background-size: 230px 170px;
  }
}

.home-illust-03 {
  background: url(../img/home/home-illust-03.png) no-repeat top center;
  background-size: 230px 170px;
}

@media (min-width: 1000px) {
  .home-illust-03 {
    background: url(../img/home/home-illust-03.png) no-repeat top right;
    background-size: 230px 170px;
  }
}

.home-illust-04 {
  background: url(../img/home/home-illust-04.png) no-repeat top center;
  background-size: 230px 170px;
}

@media (min-width: 1000px) {
  .home-illust-04 {
    background: url(../img/home/home-illust-04.png) no-repeat top left;
    background-size: 230px 170px;
  }
}

.home-illust-05 {
  background: url(../img/home/home-illust-05.png) no-repeat top center;
  background-size: 230px 150px;
}

@media (min-width: 1000px) {
  .home-illust-05 {
    background: url(../img/home/home-illust-05.png) no-repeat top right;
    background-size: 230px 150px;
  }
}

.home-layout-1 p,
.home-layout-2 p {
  text-align: justify;
  margin-bottom: 2.5rem;
}

@media (min-width: 1000px) {

  .home-layout-1 p,
  .home-layout-2 p {
    line-height: 2.1;
  }
}

@media (min-width: 1000px) {
  .home-layout-1 p {
    margin-left: 20px;
  }
}

@media (min-width: 1000px) {
  .home-layout-2 p {
    margin-right: 20px;
  }
}

.home-layout-1:last-of-type,
.home-layout-2:last-of-type {
  margin-bottom: 5px;
}

.detail-button {
  display: block;
  box-sizing: border-box;
  text-align: center;
  width: auto;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
  background-color: #ffe400;
  box-shadow: 0 3px #e9d100;
  font-size: 12px;
  letter-spacing: 0;
  padding: 0 10px;
  margin: 0 auto;
}

@media (min-width: 1080px) {
  .detail-button {
    width: 80%;
    font-size: 13px;
    letter-spacing: 0.1rem;
    padding: 0 15px;
  }
}

.detail-button:hover {
  transition: all 0.4s;
  background-color: #4cc73c;
  box-shadow: 0 3px #3baa2d;
}

.detail-button a {
  display: block;
  width: 100%;
  height: 100%;
  font-weight: bold;
}

.detail-button a {
  color: #252525;
  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.5rem;
    margin-left: 8px;
  }
}

.setwari-detail-button {
  display: flex;
  flex-direction: column;
  margin: 0;
}

.setwari-detail-button li {
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 1080px) {
  .setwari-detail-button {
    flex-direction: row;
    justify-content: space-between;
  }

  .setwari-detail-button li {
    width: 46%;
    margin-bottom: 10px;
  }
}

.detail-button2 {
  display: block;
  box-sizing: border-box;
  text-align: center;
  width: auto;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  background-color: #ffe400;
  box-shadow: 0 3px #e9d100;
  font-size: 12px;
  letter-spacing: 0;
  padding: 0 10px;
  margin: 0 auto 40px;
}

@media (min-width: 1080px) {
  .detail-button2 {
    font-size: 14px;
  }
}

.detail-button2:hover {
  transition: all 0.4s;
  background-color: #4cc73c;
  box-shadow: 0 3px #3baa2d;
}

.detail-button2 a {
  display: block;
  width: 100%;
  height: 100%;
  font-weight: bold;
}

.detail-button2 a {
  color: #252525;
  text-decoration: none;
}

.detail-button2 a:hover {
  color: #fff;
  text-decoration: none;
}

.detail-button2 i {
  font-size: 1.5rem;
  margin-left: 4px;
  vertical-align: text-bottom;
}

@media (min-width: 1080px) {
  .detail-button2 i {
    font-size: 1.5rem;
    margin-left: 8px;
  }
}

.original-cb-feature {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1080px) {
  .original-cb-feature {
    flex-direction: row;
    margin: 0 10px 3px;
  }
}

.original-cb-feature dt {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  width: auto;
  text-align: center;
  color: #fff;
  background: #252525;
  padding: 14px;
  font-size: 1.3rem;
  letter-spacing: 0.075rem;
  font-weight: bold;
}

@media (min-width: 1080px) {
  .original-cb-feature dt {
    width: 27%;
    font-weight: normal;
  }
}

.original-cb-feature dt img {
  text-align: center;
  display: block;
  margin: 0 auto 10px;
}

.original-cb-feature dd {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: auto;
  text-align: center;
  background: #f0f0f0;
  padding: 14px;
  font-size: 1.4rem;
}

.original-cb-feature h3 {
  font-size: 1.4rem;
}

@media (min-width: 1080px) {
  .original-cb-feature dd {
    background: #f7f7f7;
    /* border: 1px solid #c5c5c5; */
  }
}

@media (min-width: 1080px) {
  .original-cb-feature dd {
    width: 73%;
    padding: 12px;
    border-left: none;
  }
}

.original-cb-feature:first-of-type {
  margin-top: 20px;
}

@media (min-width: 1080px) {
  .original-cb-feature:first-of-type {
    margin-top: 15px;
  }
}

.original-cb-feature:last-of-type {
  margin-bottom: 20px;
}

@media (min-width: 1000px) {
  .original-cb-feature:first-of-type dd {
    display: block;
  }

  .original-cb-feature:last-of-type {
    margin-bottom: 40px;
  }
}

/* @media (min-width: 1080px) {
  .original-cb-feature:first-of-type dt {
    border-radius: 20px 0 0 0;
  }
} */

.original-cb-feature:first-of-type dd {
  padding-top: 14px;
  padding-bottom: 14px;
}

@media (min-width: 1000px) {
  .original-cb-feature:first-of-type dd {
    /* border-radius: 0 20px 0 0; */
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

/* @media (min-width: 1080px) {
  .original-cb-feature:last-of-type dt {
    border-radius: 0 0 0 20px;
  }
} */

/* @media (min-width: 1080px) {
  .original-cb-feature:last-of-type dd {
    border-radius: 0 0 20px 0;
  }
} */

.original-cb-feature dd p {
  line-height: 1.5;
  margin-bottom: 0.3rem;
}

.original-cb-feature dd p:last-child {
  margin-bottom: 0;
}

.cta-banner {
  margin: 3rem 0 0;
}

.cta-banner img:hover {
  animation: yure 2.5s ease infinite;
}

.frame {
  text-align: justify;
  background: #fffbe2;
  border: 2px solid #ffed9b;
  padding: 20px 25px;
  border-radius: 10px;
  margin-bottom: 20px;
}

@media (min-width: 1000px) {
  .frame {
    padding: 20px 40px;
    margin-bottom: 25px;
  }
}

.tokuten-notes {
  display: inline-block;
  background: #eb2d2d;
  color: #fff;
  margin: 0 8px 0 0;
  padding: 4px 8px;
  line-height: 1;
  border-radius: 3px;
}

.mokuji-wrap {
  width: auto;
  text-align: center;
}

.mokuji {
  display: inline-block;
  text-align: center;
  padding: 20px 30px 5px;
  background: #fffcea;
  border: 2px solid #ffed9b;
  margin: 0 auto 25px;
  border-radius: 25px;
}

@media (min-width: 1000px) {
  .mokuji {
    padding: 30px 40px 10px;
    margin: 0 auto 50px;
  }
}

.mokuji ul {
  text-align: left;
  list-style-type: decimal;
  margin-left: 1rem;
}

@media (min-width: 1000px) {
  .mokuji ul {
    margin-left: 2rem;
  }
}

.mokuji ul li {
  font-size: 1.3rem;
  line-height: 1.6;
  margin-bottom: 10px;
}

.mokuji ul li a {
  font-weight: bold;
}

.mokuji ul li ul li a {
  font-weight: normal;
}

@media (min-width: 1000px) {
  .mokuji ul li {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}

.mokuji ul li ul {
  margin-top: 5px;
  margin-bottom: 12px;
  list-style-type: disc;
  margin-left: 2rem;
}

@media (min-width: 1000px) {
  .mokuji ul li ul {
    margin-bottom: 15px;
    margin-left: 4rem;
  }
}

.mokuji ul li ul li {
  font-size: 1.2rem;
  margin-bottom: 0;
}

@media (min-width: 1000px) {
  .mokuji ul li ul li {
    font-size: 1.3rem;
  }
}

.mokuji li {
  line-height: 1.6;
}

@media (min-width: 1000px) {
  .mokuji li {
    line-height: 1.7;
  }
}

.img-margin {
  margin-left: 40px;
  margin-right: 40px;
}

@media (min-width: 1000px) {
  .img-margin {
    margin-left: 0;
    margin-right: 0;
  }
}

.img-margin2 {
  margin-left: 15px;
  margin-right: 15px;
}

@media (min-width: 1000px) {
  .img-margin2 {
    margin-left: 0;
    margin-right: 0;
  }
}

/*
 * 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: inline-block;
}

/*カテゴリインデックスページ用*/
.page-list li {
  box-sizing: border-box;
  width: auto;
  height: auto;
  border-bottom: 1px dashed #151515;
  padding: 180px 10px 45px 10px;
}

.page-list li:last-child {
  border-bottom: none;
}

@media (min-width: 1080px) {
  .page-list li {
    box-sizing: border-box;
    width: auto;
    height: auto;
    border-bottom: 1px dashed #d7d7d7;
    padding: 45px 30px 42px 270px;
  }

  .page-list li:first-child {
    padding-top: 20px;
  }
}

.page-list h3 {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: .15rem;
  font-weight: bold;
  margin: 0 .5rem;
}

@media (min-width: 1080px) {
  .page-list h3 {
    text-align: left;
    font-size: 1.7rem;
    line-height: 1.7;
    letter-spacing: .1rem;
    font-weight: bold;
    margin: 0 .5rem;
  }
}

.page-list p {
  text-align: justify;
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: .04rem;
  margin: 15px 1.5rem 24px;
}

@media (min-width: 1080px) {
  .page-list p {
    font-size: 1.3rem;
    line-height: 1.8;
    letter-spacing: .06rem;
    margin: 12px 1.75rem 22px;
  }
}

.page-list-detail-button {
  display: block;
  box-sizing: border-box;
  text-align: center;
  width: auto;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
  background-color: #ffe400;
  box-shadow: 0px 2px #e9d100;
  font-size: 1.3rem;
  letter-spacing: .1rem;
  padding: 0 6px;
  margin: 0 auto;
}

@media (min-width: 1080px) {
  .page-list-detail-button {
    font-size: 1.4rem;
    padding: 0 10px;
    margin: 0 5px 5px;
  }
}

.page-list-detail-button:hover {
  transition: all 0.4s;
  background-color: #4cc73c;
  box-shadow: 0px 2px #3baa2d;
}

.page-list-detail-button a {
  display: block;
  width: 100%;
  height: 100%;
  font-weight: bold;
}

.page-list-detail-button a {
  color: var(--color-darkgray);
  text-decoration: none;
}

.page-list-detail-button a:hover {
  color: #fff;
  text-decoration: none;
}

.page-list-detail-button i {
  font-size: 1.4rem;
  margin-left: 4px;
  vertical-align: inherit;
}

@media (min-width: 1080px) {
  .page-list-detail-button i {
    font-size: 1.3rem;
    margin-left: 4px;
  }
}

.tn-fee-1 {
  background: url(../img/fee/tn-fee-1.png) no-repeat top 30px center;
  background-size: 240px 130px;
}

@media (min-width: 1080px) {
  .tn-fee-1 {
    background: url(../img/fee/tn-fee-1.png) no-repeat top 30px left;
    background-size: 240px 130px;
  }
}

.tn-fee-2 {
  background: url(../img/fee/tn-fee-2.png) no-repeat top 30px center;
  background-size: 240px 130px;
}

@media (min-width: 1080px) {
  .tn-fee-2 {
    background: url(../img/fee/tn-fee-2.png) no-repeat top 30px left;
    background-size: 240px 130px;
  }
}

.cp-bottom-text {
  text-align: justify;
  font-size: 1rem;
  line-height: 1.9;
  font-weight: bold;
  margin: 0 0 5px;
  padding: 10px 26px 0;
  transition: 1.5s;
  overflow: hidden;
  letter-spacing: 0.03rem;
  color: #808080;
}

@media (min-width: 1080px) {
  .cp-bottom-text {
    display: block;
    text-align: justify;
    font-size: 1.15rem;
    line-height: 2.1;
    padding: 25px 50px 10px;
    width: auto;
    height: auto;
    font-weight: bold;
    margin: 0;
    letter-spacing: 0.02rem;
    white-space: normal;
    margin: 0;
  }
}