﻿@charset "utf-8";

/*---------------------------------------------------------------------------
 Reset
---------------------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
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;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
}

img {
  border: none;
  vertical-align: bottom;
}

ul,
ol {
  list-style-type: none;
}

input,
textarea {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:focus {
  outline: none;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.cf {
  min-height: 1px;
}

* html .cf {
  height: 1px;
}

/*---------------------------------------------------------------------------
 Common
---------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

html,
body {
  height: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
  /* background-color: #f1f1f1; */
  background-color: #fff;
  color: #444;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.08rem;
}

@media (min-width: 1000px) {
  body {
    font-size: 1.5rem;
  }
}

img {
  max-width: 100%;
  height: auto;
}

a:link {
  /* color: #0096ff; */
  color: #444;
}

a:hover {
  color: #f00;
}

audio {
  width: 100%;
}

audio:focus {
  outline: none;
}

@media only screen and (min-width: 1000px) {
  a[href^="tel:"] {
    pointer-events: none;
    color: initial;
    text-decoration: none;
  }
}

.radius-top {
  border-radius: 6px 6px 0 0;
}

.radius-bottom {
  border-radius: 0 0 6px 6px;
}

/*---------------------------------------------------------------------------
 icon font
---------------------------------------------------------------------------*/
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot") format("embedded-opentype"),
    url("../fonts/icomoon.ttf") format("truetype"),
    url("../fonts/icomoon.woff") format("woff"),
    url("../fonts/icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-play:before {
  content: "\e92d";
}

.icon-film:before {
  content: "\e92e";
}

.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";
}

/*---------------------------------------------------------------------------
 box
---------------------------------------------------------------------------*/
.outer {
  text-align: center;
  margin: 0 auto;
  padding: 0;
  width: auto;
  height: auto;
  box-sizing: border-box;
  border-radius: 0;
  background-color: #fff;
}

@media (min-width: 1000px) {
  .outer {
    margin: 0 auto 0;
    padding: 0 40px;
    width: 1060px;
    border-radius: 10px 10px 0 0;
  }
}

.inner {
  text-align: left;
  width: auto;
  height: auto;
  margin: 0 auto;
}

@media (min-width: 1000px) {
  .inner {
    width: 980px;
  }
}

/*---------------------------------------------------------------------------
 header
---------------------------------------------------------------------------*/
header,
.footer-contact {
  box-sizing: border-box;
  width: auto;
  height: auto;
  display: flex;
  justify-content: space-between;
  padding-top: 5px;
}

@media (min-width: 1000px) {

  header,
  .footer-contact {
    width: 980px;
    height: 125px;
  }
}

.t-form header {
  margin-bottom: 0.5em;
  /*border-bottom: 1px solid #eee;*/
  /*box-shadow: 1px 1px 1px rgba(0,0,0,.1);*/
}

.sitename {
  width: auto;
  padding: 18px 0 5px 105px;
  background: url(../img/common/prize_ornament.png) no-repeat 5px 5px;
  background-size: 84px auto;
  box-sizing: border-box;
}

/* Formページでは、ロゴの位置を変える*/
.t-form .sitename {
  margin: 0 auto 10px;
}

.sitename img {
  width: 110px;
  height: auto;
}

@media (min-width: 1000px) {
  .sitename {
    width: 425px;
    padding: 30px 0 5px 115px;
    background: url(../img/common/prize_ornament.png) no-repeat left 10px;
    background-size: 95px 97px;
    display: flex;
    flex-direction: column;
  }

  .sitename img {
    width: 150px;
  }
}

.sitename p:nth-child(1) {
  margin-bottom: 12px;
}

.sitename p:nth-child(2) {
  margin-bottom: 15px;
  font-size: 11px;
  font-weight: bold;
  color: #555;
  letter-spacing: 0.5px;
}

.sitename p:nth-child(2) span {
  display: block;
  padding-left: 0;
  margin-top: 4px;
  font-weight: bold;
}

@media (min-width: 1000px) {
  .sitename p:nth-child(1) {
    margin-bottom: 12px;
  }

  .sitename p:nth-child(2) {
    font-weight: bold;
    color: #555;
    letter-spacing: 0.5px;
    font-size: 11px;
    margin: 0;
  }

  .sitename p:nth-child(2) span {
    display: inline;
    padding-left: 10px;
  }
}

/*---------------------------------------------------------------------------
 .toiawase
---------------------------------------------------------------------------*/
.toiawase {
  visibility: hidden;
  display: none;
}

.toiawase p:nth-child(1),
.toiawase p:nth-child(3) {
  font-size: 11px;
  font-weight: bold;
  color: #555;
}

.toiawase p:nth-child(1),
.toiawase p:nth-child(2) {
  margin-bottom: 5px;
}

.toiawase p:nth-child(2) {
  background-image: url(../img/common/tel.png);
  background-repeat: no-repeat;
  background-size: 41px 27px;
  background-position: left;
  padding-left: 45px;
}

.toiawase p:nth-child(2) a {
  color: #f05050;
  text-decoration: none;
}

.toiawase p:nth-child(2) span {
  font-size: 34px;
  font-family: Arial, Helvetica, "sans-serif";
  font-style: italic;
  font-weight: bold;
  color: #f43838;
}

@media (min-width: 1000px) {
  .toiawase {
    display: block;
    box-sizing: border-box;
    width: 440px;
    padding: 25px 0 0 105px;
    /*background-image: url(/img/common/operator_01.jpg);
    background-repeat: no-repeat;
    background-size: 90px auto;
    background-position: bottom left;*/
  }
}

/*---------------------------------------------------------------------------
 .moushikomi
---------------------------------------------------------------------------*/
.moushikomi {
  display: none;
}

@media (min-width: 1000px) {
  .moushikomi {
    display: block;
    position: relative;
    width: 155px;
    height: 120px;
  }

  .moushikomi p {
    position: absolute;
    right: 0;
    top: 30px;
  }

  .moushikomi p a {
    display: block;
    width: 155px;
    height: 50px;
    line-height: 50px;
    position: relative;
    top: 0;
    left: 0;
    background: #ee5400;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    box-shadow: 0 4px 0 #ba4200;
    background-image: url(../img/common/form_pict.png);
    background-repeat: no-repeat;
    background-size: 21px 31px;
    background-position: 20px 10px;
    padding-left: 55px;
    box-sizing: border-box;
  }

  .moushikomi p a:before {
    content: "";
    position: absolute;
  }

  .moushikomi p a:hover {
    top: 3px;
    left: 0;
    box-shadow: 0 1px 0 #ba4200;
    text-decoration: none;
  }
}

/*---------------------------------------------------------------------------
 footer-contact
---------------------------------------------------------------------------*/
@media (max-width: 750px) {
  .footer-contact {
    display: none;
  }
}

/* @media (min-width: 1000px) {
  .footer-contact {
    display: block;
    display: flex;
    box-sizing: border-box;
    width: 680px;
    border: 1px solid #d8d8d8;
    border-radius: 6px;
    margin: 0 0 30px 300px;
    padding: 0 30px;
  }
} */

/*---------------------------------------------------------------------------
 footer-contact .moushikomi
---------------------------------------------------------------------------*/
/* .footer-contact .moushikomi {
  display: none;
}

@media (min-width: 1000px) {
  .footer-contact .moushikomi {
    display: block;
    float: none;
    margin: 0 auto;
    position: relative;
    background: none;
  }
} */

/*---------------------------------------------------------------------------
 footer-contact .toiawase
---------------------------------------------------------------------------*/
/* .footer-contact .toiawase {
  display: none;
}

@media (min-width: 1000px) {
  .footer-contact .toiawase {
    display: block;
    background: url(/img/common/operator_02.jpg) no-repeat left bottom;
    background-size: 101px auto;
    padding-left: 130px;
box-sizing: border-box;
margin-right: 0;
width: 465px;
padding-top: 25px;
}

.footer-contact .toiawase p:nth-child(2) {
  background-image: none;
  padding-left: 0;
}

.footer-contact .toiawase p:nth-child(2) span {
  font-size: 34px;
  font-family: Arial, Helvetica, "sans-serif";
  font-style: italic;
  font-weight: bold;
  color: #f05050;
}
} */


/*---------------------------------------------------------------------------
 gnav
---------------------------------------------------------------------------*/
.gnav {
  display: none;
  height: auto;
  border-top: 1px solid #d8d8d8;
}

.gnav li {
  box-sizing: border-box;
  text-align: center;
  line-height: 50px;
  float: left;
  letter-spacing: 1px;
  font-size: 14px;
  width: 50%;
  border-bottom: 1px solid #d8d8d8;
}

.gnav li:nth-child(odd) {
  border-right: 1px solid #d8d8d8;
}

@media (min-width: 1000px) {
  .gnav {
    display: block;
    width: auto;
    height: 50px;
    margin-bottom: 25px;
  }

  .gnav li {
    width: auto;
    height: 50px;
  }

  .gnav li:nth-child(even) {
    border-right: 1px solid #d8d8d8;
  }

  .gnav li:first-child {
    border-left: 1px solid #d8d8d8;
  }
}

.gnav li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #555;
  background: linear-gradient(#fff 0%, #fff 20%, #f3f3f3 80%, #f3f3f3 100%);
  text-decoration: none;
  font-weight: bold;
}

.gnav li a:hover {
  width: 100%;
  height: 100%;
  color: #555;
  background: linear-gradient(#f3f3f3 0%, #f3f3f3 20%, #fff 80%, #fff 100%);
  text-decoration: none;
}

@media (min-width: 1000px) {
  .gnav li:nth-child(1) {
    width: 110px;
  }

  .gnav li:nth-child(2) {
    width: 200px;
  }

  .gnav li:nth-child(3) {
    width: 200px;
  }

  .gnav li:nth-child(4) {
    width: 120px;
  }

  .gnav li:nth-child(5) {
    width: 170px;
  }

  .gnav li:nth-child(6) {
    width: 180px;
  }
}

/*---------------------------------------------------------------------------
 sidebar
---------------------------------------------------------------------------*/
.sidebar {
  width: auto;
  float: none;
  height: auto;
  margin: 0 10px 10px;
}

@media (min-width: 1000px) {
  .sidebar {
    width: 260px;
    float: left;
    margin: 0 20px 40px 0;
  }
}

/*---------------------------------------------------------------------------
 prize
---------------------------------------------------------------------------*/
.prize-box {
  box-sizing: border-box;
  width: auto;
  height: auto;
  background-color: #fff;
  border: 1px solid #ee5400;
  box-shadow: 0 1px #fff;
  padding: 10px 15px 15px;
}

@media (min-width: 1000px) {
  .prize-box {
    width: 260px;
  }
}

.prize {
  box-sizing: border-box;
  height: auto;
  width: auto;
  margin-bottom: 15px;
}

.prize:last-child {}

@media (min-width: 1000px) {
  .prize {
    width: 230px;
    margin-bottom: 10px;
  }

  .prize:last-child {
    margin-bottom: 0;
  }
}

.prize-left {
  height: auto;
  float: left;
  width: 25%;
  margin-right: 5%;
}

.prize-left img {
  border: 1px solid #e9e9e9;
}

@media (min-width: 1000px) {
  .prize-left {
    width: 82px;
    margin-right: 2%;
  }
}

.prize-right {
  box-sizing: border-box;
  height: auto;
  float: right;
  width: 70%;
}

.prize-right p:nth-child(1) {
  font-size: 14px;
  line-height: 1.4;
  text-align: justify;
  margin-bottom: 10px;
}

.prize-right p:nth-child(2) {
  font-size: 14px;
  letter-spacing: 1px;
}

@media (min-width: 1000px) {
  .prize-right {
    width: 130px;
  }

  .prize-right p:nth-child(1) {
    font-size: 13px;
  }

  .prize-right p:nth-child(2) {
    text-align: left;
    font-size: 13px;
  }
}

.prize-title {
  text-align: center;
  color: #fff;
  background-color: #60bc1e;
  padding: 6px 10px 8px;
  margin-bottom: 10px;
  border-radius: 4px;
  letter-spacing: 2px;
  font-size: 14px;
}

.prize-title i {
  font-size: 16px;
  margin-right: 3px;
}

/*---------------------------------------------------------------------------
 side-title
---------------------------------------------------------------------------*/
.side-title {
  box-sizing: border-box;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #ee5400;
  font-size: 15px;
  color: #fff;
  letter-spacing: 1px;
  width: auto;
}

.side-box {
  box-sizing: border-box;
  height: auto;
  background-color: #fff;
  border: 1px solid #ee5400;
  box-shadow: 0 1px #fff;
  padding: 0 15px 5px;
  width: auto;
}

.side-box li {
  width: auto;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
}

.side-box li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #333;
  background: url(../img/common/dot.png) repeat-x bottom;
  text-decoration: none;
}

.side-box li a:hover {
  width: 100%;
  height: 100%;
  color: #333;
  background: url(../img/common/dot.png) repeat-x bottom #fff9f2;
  text-decoration: none;
}

.side-box li:last-child a,
.side-box li:last-child a:hover {
  background-image: none;
}

.side-box li i {
  color: #ee5400;
  font-size: 15px;
  margin-right: 7px;
}

@media (min-width: 1000px) {
  .side-title {
    width: 260px;
  }

  .side-box {
    width: 260px;
  }

  .side-box li {
    width: 230px;
  }
}

.side-form-title {
  display: none;
}

.side-form-box {
  display: none;
}

@media (min-width: 1000px) {
  .side-form-title {
    display: block;
    box-sizing: border-box;
    width: 260px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #60bc1e;
    font-size: 15px;
    color: #fff;
    letter-spacing: 1px;
  }

  .side-form-box {
    display: block;
    box-sizing: border-box;
    width: 260px;
    height: auto;
    background-color: #fff;
    border: 1px solid #60bc1e;
    box-shadow: 0 1px #fff;
    padding: 10px 15px 15px;
  }

  .side-form-box p:nth-child(1),
  .side-form-box p:nth-child(3) {
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
  }

  .side-form-box p:nth-child(1) {
    margin-bottom: 3px;
  }

  .side-form-box p:nth-child(2) {
    background-image: url(../img/common/tel.png);
    background-repeat: no-repeat;
    background-size: 27px 18px;
    background-position: left;
    padding-left: 30px;
    margin-bottom: 5px;
  }

  .side-form-box p:nth-child(2) a {
    color: #f05050;
    text-decoration: none;
  }

  .side-form-box p:nth-child(2) span {
    font-size: 30px;
    font-family: Arial, Helvetica, "sans-serif";
    font-style: italic;
    font-weight: bold;
    color: #f05050;
  }

  .side-form-box p:nth-child(3) {
    background: url(../img/common/dot.png) repeat-x bottom;
    padding-bottom: 6px;
    margin-bottom: 10px;
  }

  .side-form-box p:nth-child(4) a {
    display: block;
    width: 230px;
    height: 50px;
    line-height: 50px;
    position: relative;
    top: 0;
    left: 0;
    background: #ee5400;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    box-shadow: 0 4px 0 #ba4200;
    background-image: url(../img/common/form_pict.png);
    background-repeat: no-repeat;
    background-size: 21px 31px;
    background-position: 20px 10px;
    padding-left: 55px;
    box-sizing: border-box;
  }

  .side-form-box p:nth-child(4) a:before {
    content: "";
    position: absolute;
  }

  .side-form-box p:nth-child(4) a:hover {
    top: 3px;
    left: 0;
    box-shadow: 0 1px 0 #ba4200;
    text-decoration: none;
  }
}

.side-box2 {
  box-sizing: border-box;
  height: auto;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  box-shadow: 0 1px #fff;
  padding: 15px 20px;
  border-radius: 6px;
  width: auto;
}

.side-box2 p:nth-child(1) {
  text-align: center;
  color: #60bc1e;
  font-size: 17px;
  margin-bottom: 15px;
}

.side-box2 p:nth-child(1) img {
  margin-bottom: 7px;
}

.side-box2 p:nth-child(2) {
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  color: #555;
}

.side-box2 p:nth-child(3) {
  text-align: center;
  width: auto;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
}

.side-box2 p:nth-child(3) a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: #60bc1e;
  text-decoration: none;
  border-radius: 3px;
}

.side-box2 p:nth-child(3) a:hover {
  color: #fff;
  background-color: #ee5400;
  text-decoration: none;
}

@media (min-width: 1000px) {
  .side-box2 {
    width: 260px;
  }

  .side-box2 p:nth-child(3) {
    width: 220px;
  }
}

/*---------------------------------------------------------------------------
 footer
---------------------------------------------------------------------------*/
footer {
  text-align: center;
  padding-bottom: 80px;
  margin: 0 10px;
}

footer small {
  display: inline-block;
  font-size: 1.1rem;
  margin: 0 0 20px;
  letter-spacing: 0;
  font-weight: bold;
}

footer small span {
  margin-left: 10px;
  margin-top: 3px;
  font-weight: bold;
}

@media (min-width: 1000px) {
  footer {
    padding: 0;
  }

  footer small {
    font-size: 1.2rem;
    margin: 0 0 30px;
    letter-spacing: inherit;
  }
}

.site-policy {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

@media (min-width: 1000px) {
  .site-policy {
    margin-bottom: 25px;
  }
}

.site-policy li {
  font-size: 1.3rem;
  line-height: 1.2;
  padding-right: 0.5rem;
  margin-right: 0.5rem;
  border-right: 1px dotted #999;
}

@media (min-width: 1000px) {
  .site-policy li {
    padding-right: 1rem;
    margin-right: 1rem;
  }
}

.site-policy li:last-child {
  padding: 0;
  border: none;
}

.site-policy li a {
  color: #333;
  text-decoration: none;
}

.site-policy li a:hover {
  color: #f00;
  text-decoration: underline;
}

/*.externallink {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 15px;
}
.externallink li {
  font-size: 1.3rem;
  line-height: 1.6;
  padding-right: 0.8rem;
  margin-right: 0.8rem;
  border-right: 1px dotted #999;
}
@media (min-width: 1000px) {
  .externallink li {
    line-height: 2;
    padding-right: 1rem;
    margin-right: 1rem;
  }
}
.externallink li:last-child {
  padding: 0;
  border: none;
}
.externallink li a {
  color: #333;
  text-decoration: none;
}
.externallink li a:hover {
  color: #f00;
  text-decoration: underline;
}*/
.externallink {
  margin-bottom: 2rem;
}

@media (min-width: 1000px) {
  .externallink {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}

.externallink::before {
  content: "LINK";
  color: #2e3d68;
  font-weight: bold;
}

@media (min-width: 1000px) {
  .externallink::before {
    content: "";
  }
}

.externallink li {
  box-sizing: border-box;
  font-size: 1.3rem;
  line-height: 1.4;
  text-align: left;
}

@media (min-width: 1000px) {
  .externallink li {
    line-height: 2;
    padding-right: 1rem;
    margin-right: 1rem;
    border-right: 1px dotted #999;
  }
}

.externallink li:first-child {
  margin-top: 1.2rem;
}

@media (min-width: 1000px) {
  .externallink li:first-child {
    margin-top: 0;
  }
}

.externallink li:last-child {
  margin-bottom: 0;
}

.externallink li a {
  display: block;
  width: auto;
  height: auto;
  text-decoration: none;
  color: #fff;
  background-color: #2e3d68;
  padding: 14px 20px;
  margin-bottom: 1px;
  font-weight: bold;
}

@media (min-width: 1000px) {
  .externallink li a {
    color: inherit;
    background-color: inherit;
    padding: 0;
    margin-bottom: 0;
    font-weight: normal;
  }
}

.externallink li a:hover {
  color: #fff;
  background-color: #ee5400;
}

@media (min-width: 1000px) {
  .externallink li a:hover {
    color: inherit;
    text-decoration: underline;
    background-color: inherit;
  }
}

/*---------------------------------------------------------------------------
 pagetop
---------------------------------------------------------------------------*/
.top {
  visibility: hidden;
}

@media (min-width: 1000px) {
  .top {
    visibility: visible;
    position: fixed;
    bottom: 30px;
    right: 30px;
    font-size: 80%;
  }
}

.top a {
  text-align: center;
  display: block;
  width: 64px;
  height: 64px;
  line-height: 64px;
  box-sizing: border-box;
  color: #fff;
  background-color: #60bc1e;
  text-decoration: none;
  letter-spacing: 1px;
  border-radius: 32px;
}

.top a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #ee5400;
}

/*---------------------------------------------------------------------------
 topicpath
---------------------------------------------------------------------------*/
.bread {
  font-size: 12px;
  line-height: 1.4;
  margin: 15px;
}

@media (min-width: 1000px) {
  .bread {
    margin: 0 0 30px;
  }
}

.bread i {
  font-size: 15px;
  margin-right: 3px;
}

.bread a {
  color: #333;
  text-decoration: none;
}

.bread a:hover {
  color: #f00;
  text-decoration: underline;
}

/*---------------------------------------------------------------------------
 contents
---------------------------------------------------------------------------*/
.contents {
  width: auto;
  height: auto;
  margin: 0 15px;
}

.t-form .contents {
  width: 98%;
  float: inherit;
  margin: 0 auto;
  min-height: 600px;
}

@media (min-width: 1000px) {
  .contents {
    width: 680px;
    float: right;
    margin: 0 0 40px 0;
  }

  .t-form .contents {
    min-height: 800px;
  }
}

/*---------------------------------------------------------------------------
 フッター固定ボタン　電話・申し込み etc.
---------------------------------------------------------------------------*/
.footerFix {
  display: block;
  position: fixed;
  height: auto;
  bottom: -200px;
  width: 100%;
  z-index: 100;
  border-top: #e6e6e6 solid 1px;
  transition: opacity, bottom 0.8s linear 0s;
}

.footerFix.is-active {
  bottom: 0;
  z-index: 100;
  background: #fff;
  transition: opacity, bottom 0.8s linear 0s;
}

.footerFixNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom: 1px solid #e6e6e6;
}

.footerFixNav_item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footerFixNav_item a {
  text-align: center;
  padding: 1rem 0 0.7rem 0;
  font-size: 11px;
  font-weight: bold;
  /* line-height: 1.5; */
  background: #222;
  background: -moz-linear-gradient(top, #ee5400 0%, #ee5400 100%);
  background: -webkit-linear-gradient(top, #ee5400 0%, #ee5400 100%);
  background: linear-gradient(to bottom, #ee5400 0%, #ee5400 100%);
  color: #fff;
  text-decoration: none;
  display: block;
  letter-spacing: 0.01em;
}

.footerFixNav_item i {
  display: block;
  font-size: 1.8em;
  margin-bottom: 6px;
}

.footerFixNav_item:not(:last-child) {
  border-right: #e6e6e6 solid 1px;
}

.footerFix_copyRight {
  font-size: 11px;
  background-color: #ee5400;
  color: #fff;
  padding: 0.75em;
  text-align: center;
}

@media (min-width: 1000px) {
  .footerFix {
    display: none;
  }
}

.footerFix_copyRight {
  font-size: 10px;
  background-color: #ee5400;
  color: #fff;
  text-align: center;
  padding: 0.75em;
  padding-bottom: calc(env(safe-area-inset-bottom) + 0.75em);
}

/*---------------------------------------------------------------------------
 title
---------------------------------------------------------------------------*/
.title-1 {
  width: auto;
  height: auto;
  border-radius: 6px;
  border: 1px solid #e1e1e1;
  box-shadow: 0 1px #f3f3f3;
  background: linear-gradient(#fff 0%, #fff 20%, #f3f3f3 80%, #f3f3f3 100%);
  padding: 14px 18px 16px;
  margin: 0 0 15px;
}

.title-1 span {
  display: inline-block;
  font-weight: bold;
  letter-spacing: 1px;
  color: #444;
  border-left: 6px solid #60bc1e;
  font-size: 1.8rem;
  line-height: 1.5;
  padding: 4px 0 4px 16px;
}

@media (min-width: 1000px) {
  .title-1 {
    padding: 20px 24px 20px;
    margin: 0 0 30px;
  }

  .title-1 span {
    font-size: 1.9rem;
    padding: 8px 0 12px 20px;
  }
}

.title-2 {
  border-radius: 4px;
  color: #fff;
  background: #ee5400 url(../img/common/title_bg.png) repeat-y top right;
  font-size: 1.7rem;
  line-height: 1.6;
  font-weight: bold;
  padding: 15px 18px 17px;
  margin: 0 0 15px;
}

@media (min-width: 1000px) {
  .title-2 {
    font-size: 1.8rem;
    line-height: 1.6;
    padding: 18px 30px 18px;
    margin: 0 0 30px;
    font-weight: normal;
    letter-spacing: 0.15rem;
  }
}

.title-3 {
  border-left: 6px solid #ee5400;
  background-color: #f5f5f5;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: bold;
  padding: 16px 18px 17px;
  margin: 0 0 15px;
}

@media (min-width: 1000px) {
  .title-3 {
    border-left: 7px solid #ee5400;
    font-size: 1.7rem;
    line-height: 1.6;
    padding: 20px 24px 21px;
    margin: 0 0 25px;
    letter-spacing: 0.2rem;
  }
}

.title-4 {
  border-left: 6px solid #333;
  background-color: #f5f5f5;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: bold;
  padding: 10px 14px 12px;
  margin: 0 0 15px;
}

@media (min-width: 1000px) {
  .title-4 {
    border-left: 7px solid #333;
    font-size: 1.7rem;
    line-height: 1.6;
    padding: 10px 16px 12px;
    margin: 0 0 25px;
    letter-spacing: 0.2rem;
  }
}

/*---------------------------------------------------------------------------
 contents / box
---------------------------------------------------------------------------*/
.contents p {
  line-height: 1.9;
}

.contents>p {
  text-align: justify;
  margin: 0 5px 2rem;
}

@media (min-width: 1000px) {
  .contents p {
    line-height: 2.2;
  }

  .contents>p {
    margin: 0 30px 4rem;
  }
}

.box {
  background: url(../img/common/dot.png) repeat-x bottom;
  padding-bottom: 5px;
  margin: 0 0 10px;
}

.box2 {
  margin: 0 0 10px;
  padding-bottom: 5px;
}

@media (min-width: 1000px) {
  .box {
    text-align: center;
    margin: 0 0 15px;
    padding-bottom: 15px;
  }

  .box2 {
    text-align: center;
    margin: 0 0 30px;
  }
}

.box img,
.box2 img {
  margin-bottom: 10px;
}

.box p,
.box2 p {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 5px;
}

@media (min-width: 1000px) {

  .box img,
  .box2 img {
    margin-bottom: 5px;
  }

  .box p,
  .box2 p {
    margin: 0;
  }
}

/*---------------------------------------------------------------------------
 table
---------------------------------------------------------------------------*/
.table {
  box-sizing: border-box;
  height: auto;
  border-top: 2px solid #e5e5e5;
  border-left: 2px solid #e5e5e5;
  background-color: #fff;
  font-size: 1.4rem;
  box-shadow: 0 1px #fff;
  width: 100%;
  margin-bottom: 25px;
}

.table th,
.table td {
  line-height: 1.6;
  padding: 18px;
}

@media (min-width: 1000px) {
  .table {
    width: 680px;
    font-size: 1.5rem;
    margin-bottom: 50px;
  }

  .table th,
  .table td {
    padding: 25px;
  }
}

.table p {
  margin: 0;
}

.table th {
  vertical-align: middle;
  font-weight: bold;
  border-bottom: 2px solid #e5e5e5;
  border-right: 2px solid #e5e5e5;
  background-color: #f7f7f7;
}

.table td {
  vertical-align: middle;
  border-bottom: 2px solid #e5e5e5;
  border-right: 2px solid #e5e5e5;
}

/* ==========  table-flexible  ========== */
.table-flexible,
.table-flexible tbody,
.table-flexible tr,
.table-flexible th,
.table-flexible td {
  width: auto;
  display: block;
}

.table-flexible {
  box-sizing: border-box;
  height: auto;
  border-top: 2px solid #e5e5e5;
  border-left: 2px solid #e5e5e5;
  background-color: #fff;
  font-size: 1.4rem;
  box-shadow: 0 1px #fff;
  margin-bottom: 25px;
}

.table-flexible tr {
  display: flex;
  flex-direction: column;
}

.table-flexible th {
  width: auto;
  height: auto;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  border-bottom: 2px solid #e5e5e5;
  border-right: 2px solid #e5e5e5;
  line-height: 1.6;
  background-color: #f7f7f7;
  padding: 15px;
}

.table-flexible td {
  vertical-align: middle;
  border-bottom: 2px solid #e5e5e5;
  border-right: 2px solid #e5e5e5;
  line-height: 1.6;
  height: auto;
  padding: 15px;
}

@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;
  }

  .table-flexible {
    width: 100%;
    margin-bottom: 50px;
  }

  .table-flexible tr {
    flex-direction: row;
  }

  .table-flexible th {
    padding: 25px;
    white-space: nowrap;
  }

  .table-flexible td {
    padding: 25px;
  }
}

/*---------------------------------------------------------------------------
 confirm
---------------------------------------------------------------------------*/
.confirm {
  width: 100%;
}

.confirm:hover {
  width: 100%;
}

/*---------------------------------------------------------------------------
 Other
---------------------------------------------------------------------------*/
.home-main {
  position: relative;
  margin-bottom: 40px;
}

.sp-home-banner {
  display: block;
  text-align: center;
  margin: 0 15px 20px;
}

.sp-home-banner2 {
  display: block;
  text-align: center;
  margin: 6px;
}

.sp-home-banner img {
  width: 100%;
  max-width: 640px;
  display: block;
  text-align: center;
  margin: 0 auto;
}

.sp-home-banner p {
  margin: 0 0 15px;
}

@media (min-width: 1000px) {
  .home-main {
    margin-bottom: 50px;
  }

  .sp-home-banner,
  .sp-home-banner2 {
    display: none;
  }
}

.reviews {
  display: none;
}

.auhomex {
  display: none;
}

.fukidashi {
  display: none;
}

.cb3000up {
  display: none;
}

.cb5000up {
  display: none;
}

.cb3000up-denki {
  display: none;
}

@media (min-width: 1000px) {
  .reviews {
    display: block;
    position: absolute;
    top: 25px;
    right: -185px;
    transition: transform 0.2s linear;
    z-index: 100;
  }

  .auhomex {
    display: block;
    position: absolute;
    bottom: 15px;
    left: -190px;
    transition: transform 0.2s linear;
    z-index: 100;
  }

  .fukidashi {
    display: block;
    position: absolute;
    bottom: 45px;
    right: -200px;
    transition: transform 0.2s linear;
    z-index: 100;
  }

  .cb3000up {
    display: block;
    position: absolute;
    top: 25px;
    left: -200px;
    transition: transform 0.2s linear;
    z-index: 100;
  }

  .cb5000up {
    display: block;
    position: absolute;
    top: 25px;
    left: -200px;
    /* top: 210px;
    left: -200px; */
    transition: transform 0.2s linear;
    z-index: 100;
  }

  .cb3000up-denki {
    display: block;
    position: absolute;
    top: 25px;
    left: -200px;
    /* top: 210px;
    left: -200px; */
    transition: transform 0.2s linear;
    z-index: 100;
  }

  .fukidashi:hover,
  .reviews:hover,
  .auhomex:hover,
  .cb3000up:hover,
  .cb5000up:hover,
  .cb3000up-denki:hover {
    transform: scale(1.05);
  }
}

.contents .campaign-term {
  display: inline-block;
  border: 2px solid #51b9ef;
  border-radius: 6px;
  letter-spacing: 1px;
  margin: 0 0 20px;
  font-size: 13px;
}

@media (min-width: 1000px) {
  .contents .campaign-term {
    margin: 0 0 40px;
    font-size: 14px;
  }
}

.term {
  background-color: #51b9ef;
  color: #fff;
  padding: 2px 20px;
  display: block;
}

@media (min-width: 1000px) {
  .term {
    display: inline-block;
  }
}

.date {
  display: inline-block;
  padding: 2px 20px;
}

.box3 {
  margin: 0 0 15px;
}

@media (min-width: 1000px) {
  .box3 {
    text-align: center;
    margin: 0 0 30px;
  }
}

.box4 {
  margin: 0 0 20px;
}

.contents .subtitle {
  border-left: 6px solid #777;
  background-color: #f5f5f5;
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: bold;
  padding: 10px 16px 12px;
  margin: 0 0 17px;
}

@media (min-width: 1000px) {
  .contents .subtitle {
    border-left: 6px solid #777;
    font-size: 1.6rem;
    line-height: 1.6;
    padding: 12px 16px 13px;
    margin: 0 0 25px;
    letter-spacing: 0.2rem;
  }
}

/*.contents .subtitle {
  display: inline-block;
  color: #fff;
  background-color: #51b9ef;
  padding: 8px 10px;
  border-radius: 4px;
  font-size: 1.4rem;
  line-height: 1;
  margin: 0 0 10px;
}
@media (min-width: 1000px) {
  .contents .subtitle {
    margin: 0 0 20px 0;
  }
}*/
.contents .subtitle2 {
  border-left: 6px solid #777;
  background-color: #f5f5f5;
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: bold;
  padding: 10px 16px 12px;
  margin: 0 0 17px;
}

@media (min-width: 1000px) {
  .contents .subtitle2 {
    border-left: 6px solid #777;
    font-size: 1.6rem;
    line-height: 1.6;
    padding: 10px 20px 11px;
    margin: 0 0 25px;
    letter-spacing: 0.2rem;
  }
}

/*.contents .subtitle2 {
  color: #fff;
  background-color: #2e3d68;
  padding: 6px 12px;
  border-radius: 4px;
  letter-spacing: 1px;
  line-height: 1.4;
  display: block;
  text-align: center;
  margin: 0 0 15px;
  font-weight: bold;
  font-size: 13px;
}
@media (min-width: 1000px) {
  .contents .subtitle2 {
    display: inline-block;
    text-align: left;
    margin: 0 0 25px 10px;
    font-weight: normal;
    font-size: 14px;
  }
}*/
.flow {
  box-sizing: border-box;
  width: auto;
  height: auto;
  margin: 0 0 30px;
}

.flow dt {
  padding: 8px 0 10px 2px;
  background: linear-gradient(#fff 0%, #fff 20%, #f3f3f3 80%, #f3f3f3 100%);
  border-radius: 6px 6px 0 0;
  letter-spacing: 1px;
  font-weight: bold;
  border: 2px solid #ebebeb;
}

.flow dd {
  padding: 24px 30px;
  border: 2px solid #ebebeb;
  border-top: none;
  margin-bottom: 20px;
  border-radius: 0 0 6px 6px;
  line-height: 1.5;
}

@media (min-width: 1000px) {
  .flow dd {
    margin-bottom: 30px;
  }
}

.flow dt:first-letter {
  font-family: "Times New Roman", Times, "serif";
  font-style: italic;
  font-weight: bold;
  font-size: 20px;
  padding: 5px 12px 7px;
  color: #fff;
  background-color: #ee5400;
  margin-right: 10px;
  border-radius: 4px 0 0 0;
}

.underline {
  border-bottom: 1px solid #db3131;
  padding-bottom: 1px;
}

.underline2 {
  border-bottom: 1px solid #333;
  padding-bottom: 1px;
}

.table .border-right-none {
  border-right: none;
}

.table .border-left {
  border-left: 1px solid #d8d8d8;
}

.profile {
  margin: auto 15px;
}

.profile dt {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-align: left;
}

.profile dd {
  text-align: left;
  line-height: 1.4;
  padding-bottom: 14px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #c0c0c0;
  letter-spacing: 1px;
}

.profile dd:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.profile dd p {
  margin-right: 0;
  margin-left: 0;
}

@media (min-width: 1000px) {
  .profile {
    margin-bottom: 40px;
  }

  .profile dd {
    padding-bottom: 12px;
    margin-bottom: 15px;
  }
}

.tv-img {
  text-align: center;
  float: none;
  margin: 0 10px 10px;
}

@media (min-width: 1000px) {
  .tv-img {
    text-align: left;
    float: right;
    margin: 0 10px 0 15px;
  }
}

.yamazaki-left {
  text-align: center;
  height: auto;
  width: auto;
  float: none;
}

.yamazaki-right {
  height: auto;
  width: auto;
  float: none;
}

@media (min-width: 1000px) {
  .yamazaki-left {
    text-align: left;
    width: 250px;
    float: left;
  }

  .yamazaki-right {
    width: 380px;
    float: right;
  }
}

/*---------------------------------------------------------------------------
 マーキーインフォメーション
---------------------------------------------------------------------------*/
.marqueeRightLeft {
  box-sizing: border-box;
  width: auto;
  padding: 0.75em 0;
  position: relative;
  overflow: hidden;
  text-align: left;
  font-weight: bold;
  color: #333;
  background-color: #fff;
  border-radius: 4px;
  border: 2px solid #60bc1e;
  box-shadow: 0 1px #fff;
  margin: 0 15px 20px;
}

@media (min-width: 1000px) {
  .marqueeRightLeft {
    margin: 0 auto 35px;
  }
}

.marqueeRightLeft:before {
  content: "重要なお知らせ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-left: 0.25em;
  padding: 1.2em 0.75em;
  z-index: 10;
  color: #fff;
  background: #60bc1e;
  font-size: 0.75em;
  border-radius: 1px 0 0 1px;
  font-weight: bold;
  letter-spacing: 0;
}

@media (min-width: 1000px) {
  .marqueeRightLeft:before {
    padding: 1em 1.5em;
    font-size: 0.85em;
    font-weight: normal;
  }
}

.marqueeRightLeft p:after {
  content: "";
  white-space: nowrap;
}

.marqueeRightLeft p {
  margin: 0;
  line-height: 1;
  padding-left: 100%;
  display: inline-block;
  white-space: nowrap;
  -o-animation: marqueeRL 20s linear infinite;
  -webkit-animation: marqueeRL 20s linear infinite;
  animation: marqueeRL 20s linear infinite;
}

@-o-keyframes marqueeRL {
  from {
    -o-transform: translate(0);
  }

  to {
    -o-transform: translate(-100%);
  }
}

@-webkit-keyframes marqueeRL {
  from {
    -webkit-transform: translate(0);
  }

  to {
    -webkit-transform: translate(-100%);
  }
}

@keyframes marqueeRL {
  from {
    transform: translate(0);
  }

  to {
    transform: translate(-100%);
  }
}

.official-campaign-sp {
  display: block;
  height: auto;
  text-align: center;
  margin: 0 auto;
}

.official-campaign-sp div {
  margin-bottom: 10px;
  padding-bottom: 10px;
  background: url(../img/common/dot.png) repeat-x bottom;
}

.official-campaign-sp div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  background: none;
}

.official-campaign-sp p {
  font-size: 11px;
  line-height: 1.6;
}

.official-campaign-sp p:last-child {
  margin-bottom: 0;
}

@media (min-width: 1000px) {
  .official-campaign-sp {
    display: none;
  }
}

/*---------------------------------------------------------------------------
 CB増額
---------------------------------------------------------------------------*/
.cb-increase {
  position: relative;
  box-sizing: border-box;
  background: #ffe100;
  border-radius: 6px;
  margin: 1em auto;
  text-align: center;
  padding: 1em;
}

@media (min-width: 1000px) {
  .cb-increase {
    width: auto;
    padding: 1.2em;
  }
}

.cb-increase p {
  font-size: 18px;
  font-weight: bold;
}

/*---------------------------------------------------------------------------
 簡単音声ガイド
---------------------------------------------------------------------------*/
* html .layer_board_bg,
* html .layer_board {
  position: absolute;
}

.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;
  }
}

.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);
}

.guide-window {
  position: relative;
  box-sizing: border-box;
  background: #2c3d65;
  border: 1px solid #5e76b0;
  border-radius: 6px;
  margin: 1em auto;
  text-align: center;
  padding: 1em;
}

.guide-window>p:nth-child(1) {
  text-align: left;
  font-size: 13px;
  line-height: 1.4;
  color: #ff610b;
  background: #fff;
  border-radius: 4px;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 0;
  padding: 4px 20px;
}

.guide-window>p:nth-child(2) {
  color: #ffe100;
  letter-spacing: 1px;
  font-size: 13px;
  line-height: 1.4;
  padding: 6px 0;
  margin-bottom: 0;
}

.guide-window>p:nth-child(3) {
  line-height: 1.4;
  color: #fff;
  font-size: 10px;
  margin-bottom: 0;
}

@media (min-width: 1000px) {
  .guide-window {
    display: inline-block;
    margin: 0.3em auto 0.6em;
    padding: 1.2em;
  }

  .guide-window>p:nth-child(1) {
    text-align: center;
    font-weight: normal;
    font-size: 21px;
    margin-bottom: 10px;
    padding: 6px 20px;
  }

  .guide-window>p:nth-child(2) {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .guide-window>p:nth-child(3) {
    font-size: 13px;
    margin-bottom: 0;
  }
}

.mp3-box {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1000px) {
  .mp3-box {
    width: auto;
  }
}

.guide-window .mp3 {
  width: 100%;
}

.guide-window .mp3:first-child {
  margin-right: 0;
  margin-bottom: 6px;
}

@media (min-width: 1000px) {
  .guide-window .mp3:first-of-type {
    margin-top: 0;
  }

  .guide-window .mp3 p:nth-child(1) {
    color: #fff;
    font-size: 12px;
    padding: 10px 0 6px;
  }
}

.close {
  text-align: center;
}

.btn_close {
  display: inline-block;
  transition: 0.25s all ease-in-out;
  clear: both;
  border-radius: 50%;
  position: absolute;
  color: #fff;
  background: #eb4548;
  cursor: pointer;
  font-size: 1.2rem;
  line-height: 1.1;
  border: 2px solid #ffd6d7;
  padding: 0.3rem;
  top: 5px;
  right: 5px;
  width: 24px;
  height: 24px;
}

@media (min-width: 1000px) {
  .btn_close {
    font-size: 1.5rem;
    line-height: 1.2;
    border: 4px solid #ffd6d7;
    padding: 0.4rem 0.4rem 0.6rem;
    top: 12px;
    right: 10px;
  }
}

.btn_close:hover {
  background: #fff;
  color: #222;
}

#step2 {
  width: auto;
}

.modal-redisplay {
  cursor: pointer;
  margin-bottom: 10px;
  text-align: center;
}

.modal-redisplay-top {
  display: block;
  width: auto;
  height: auto;
  text-align: center;
  margin-bottom: 10px;
}

@media (min-width: 1000px) {
  .modal-redisplay {
    text-align: left;
  }

  .modal-redisplay-top {
    display: none;
  }
}

.announce-box {
  text-align: center;
  background-color: #2e3d68;
  padding: 8px 10px;
}

.announce-text {
  color: #ffe346;
  margin-bottom: 0;
  text-align: center;
  letter-spacing: 2px;
  font-size: 12px;
  line-height: 1.2;
}

.announce-text span {
  display: block;
  margin-top: 3px;
}

@media (min-width: 1000px) {
  .announce-text {
    font-size: 14px;
    line-height: 1.4;
  }

  .announce-text span {
    display: inline-block;
    margin-top: inherit;
  }
}

/*---------------------------------------------------------------------------
 QA リンク
---------------------------------------------------------------------------*/
.qa-link {
  text-align: center;
  box-sizing: border-box;
  width: 160px;
  height: 34px;
  line-height: 34px;
  border-radius: 4px;
  color: #fff;
  background: #2e3d68;
  font-size: 14px;
  margin: 0 auto;
  margin-bottom: 20px;
}

@media (min-width: 1000px) {
  .qa-link {
    margin-bottom: 40px;
  }
}

.qa-link i {
  font-size: 18px;
  margin-right: 4px;
}

.qa-link a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
}

.qa-link a:hover {
  background: #ee5400;
  border-radius: 4px;
}

.sp-txt {
  text-align: center;
  display: block;
  font-size: 10px;
  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;
  }
}

/*---------------------------------------------------------------------------
 汎用ここから
---------------------------------------------------------------------------*/
.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-15 {
  width: 15%;
}

.cell-10 {
  width: 10%;
}

/*color*/
.bg-white {
  background-color: #fff;
}

.bg-black {
  background-color: #000;
}

.bg-gray {
  background-color: #333;
}

.bg-yellow {
  background-color: #fffeec;
}

.red {
  color: #eb0000;
  margin: auto 3px;
}

.green {
  color: #3ab200;
}

/*align*/
.right {
  text-align: right;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

/*other*/
.block {
  display: block;
}

.roman {
  font-family: "Times New Roman", Times, serif;
}

.bold {
  font-weight: bold;
}

.mb0 {
  margin-bottom: 0;
}

.fs-s {
  font-size: 12px;
}

.fs-m {
  font-size: 18px;
}

.fs-l {
  font-size: 24px;
}

.fs-2l {
  font-size: 30px;
}

.fs-3l {
  font-size: 42px;
}

.mb-s {
  margin-bottom: 0.5rem;
}

.mb-m {
  margin-bottom: 1rem;
}

.mb-l {
  margin-bottom: 1.5rem;
}

.mb-2l {
  margin-bottom: 2rem;
}

.mb-3l {
  margin-bottom: 3rem;
}

.contents .mb0 {
  margin-bottom: 0;
}

.contents .mb-s {
  margin-bottom: 0.5rem;
}

.contents .mb-m {
  margin-bottom: 1rem;
}

.contents .mb-l {
  margin-bottom: 1.5rem;
}

.contents .mb-2l {
  margin-bottom: 2rem;
}

.contents .mb-3l {
  margin-bottom: 3rem;
}

@media (min-width: 1000px) {
  .mb-s {
    margin-bottom: 1rem;
  }

  .mb-m {
    margin-bottom: 2rem;
  }

  .mb-l {
    margin-bottom: 3rem;
  }

  .mb-2l {
    margin-bottom: 4rem;
  }

  .mb-3l {
    margin-bottom: 6rem;
  }

  .contents .mb-s {
    margin-bottom: 1rem;
  }

  .contents .mb-m {
    margin-bottom: 2rem;
  }

  .contents .mb-l {
    margin-bottom: 3rem;
  }

  .contents .mb-2l {
    margin-bottom: 4rem;
  }

  .contents .mb-3l {
    margin-bottom: 6rem;
  }
}

/*list*/
.items {
  list-style-type: square;
}

.items li {
  text-align: justify;
  line-height: 1.6;
  margin-bottom: 15px;
}

.items li:last-child {
  margin-bottom: 0;
}

.ordered {
  list-style-type: decimal;
}

.list-none {
  list-style-type: none;
}

.items-margin {
  margin-left: 25px;
  margin-right: 5px;
}

@media (min-width: 1000px) {
  .items-margin {
    margin-left: 50px;
    margin-right: 30px;
  }

  .items li {
    line-height: 1.8;
    margin-bottom: 1.5rem;
  }
}

.items-margin2 {
  margin-left: 5px;
  margin-right: 5px;
}

@media (min-width: 1000px) {
  .items-margin2 {
    margin-left: 30px;
    margin-right: 30px;
  }
}

.ozawa-left {
  text-align: center;
  width: auto;
  float: none;
}

.ozawa-right {
  width: auto;
  float: none;
}

@media (min-width: 1000px) {
  .ozawa-left {
    text-align: left;
    float: inherit;
  }

  .ozawa-right {
    float: inherit;
  }
}

.ozawa2-left {
  width: inherit;
  float: inherit;
}

.ozawa2-right {
  display: inherit;
}

@media (min-width: 1000px) {
  .ozawa2-right {
    display: none;
  }
}

.attention-msg {
  background: #f3f3f3;
  margin: 1em auto 1.5em;
  color: #666;
  display: inline-block;
  font-size: 0.8em;
  line-height: 1.6;
  text-indent: -1em;
  padding: 0.75em;
  padding-left: 1.75em;
  text-align: left;
}

@media (min-width: 1000px) {
  .attention-msg {
    text-align: center;
  }
}

.menu-btn {
  text-align: center;
  display: block;
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 100;
  font-size: 14px;
  width: 44px;
  height: 44px;
  border-radius: 3px;
  padding: 0;
  margin: 0;
  background: #ee5400;
  color: #fff;
  border: 0;
}

.menu-btn span {
  display: block;
  font-size: 10px;
  font-weight: bold;
  font-family: Arial, Helvetica, "sans-serif";
  line-height: 1;
  margin: 4px 0 0;
  padding: 0;
}

@media (min-width: 1000px) {
  .menu-btn {
    display: none;
  }
}

.ssplus-sp,
.kome-sp,
.winter-sp {
  display: block;
}

@media (min-width: 1000px) {

  .ssplus-sp,
  .kome-sp,
  .winter-sp {
    display: inherit;
  }
}

/*---------------------------------------------------------------------------
 汎用ここまで
---------------------------------------------------------------------------*/
.img-margin {
  margin-left: 10px;
  margin-right: 10px;
}

.img-margin img {
  margin: 2em auto;
  display: block;
}

.modal-hidden {
  display: none;
}

.img-margin2 {
  margin-left: 60px;
  margin-right: 60px;
}

/*---------------------------------------------------------------------------
  年末年始休業のお知らせ
---------------------------------------------------------------------------*/
.new-year-holidays {
  text-align: center;
  width: auto;
  height: auto;
  background-color: #fff;
  border: 2px solid #ee5400;
  border-radius: 6px;
  box-sizing: border-box;
  margin: 0 10px 10px;
}

.new-year-holidays p {
  text-align: left;
  line-height: 1.6;
  letter-spacing: 1px;
  margin: 0 10px 6px;
  font-size: 13px;
}

.new-year-holidays p:first-child {
  margin: 0 0 10px;
  background-color: #ee5400;
  padding: 4px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 3px;
}

.new-year-holidays p:nth-child(4) {
  margin-bottom: 10px;
}

.new-year-holidays p:nth-child(5) {
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}

.new-year-holidays p:nth-child(5) span {
  display: block;
  letter-spacing: 0;
}

.new-year-holidays p:last-child {
  text-align: center;
  margin-bottom: 10px;
  font-size: 10px;
}

@media (min-width: 1000px) {
  .new-year-holidays {
    margin: 0 0 20px;
  }

  .new-year-holidays p {
    font-size: 13px;
    margin: 0 20px 0;
  }

  .new-year-holidays p:first-child {
    font-size: 12px;
  }

  .new-year-holidays p:last-child {
    text-align: left;
    font-size: 12px;
  }

  .new-year-holidays p:nth-child(4) {
    margin-bottom: 6px;
  }

  .new-year-holidays p:nth-child(5) {
    text-align: left;
    margin-bottom: 6px;
  }

  .new-year-holidays p:nth-child(5) span {
    font-weight: bold;
    color: #60bc1e;
  }
}

/*---------------------------------------------------------------------------
  営業時間変更のお知らせ
---------------------------------------------------------------------------*/
.system-maintenance {
  text-align: center;
  width: auto;
  height: auto;
  background-color: #fff;
  border: 2px solid #ee5400;
  border-radius: 6px;
  box-sizing: border-box;
  margin: 0 10px 10px;
}

.system-maintenance p {
  line-height: 1.6;
  letter-spacing: 1px;
  text-align: left;
  font-size: 12px;
  margin: 0 10px 6px;
}

.system-maintenance p:first-child {
  margin: 0 0 10px;
  background-color: #ee5400;
  padding: 4px;
  text-align: center;
  color: #fff;
  line-height: 1.6;
  font-size: 12px;
  letter-spacing: 1px;
}

.system-maintenance p:nth-child(4) {
  margin-bottom: 10px;
}

.system-maintenance p:last-child {
  margin-bottom: 10px;
}

@media (min-width: 1000px) {
  .system-maintenance {
    margin: 0 0 15px;
  }

  .system-maintenance p {
    text-align: inherit;
    font-size: 13px;
    margin: 0 20px 0;
  }

  .system-maintenance p:first-child {
    font-size: 14px;
    letter-spacing: 3px;
  }

  .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: #60bc1e;
}

.startsupport-plus-info {
  background-color: #fff3e4;
  padding: 10px;
  border-radius: 6px;
  border: 2px solid #ffeac6;
  margin: 0 10px 15px;
}

@media (min-width: 1000px) {
  .startsupport-plus-info {
    margin: 0 0 30px;
  }
}

.m-info {
  border: 2px solid #ff0000;
  background: #fff545;
  color: #ff0000;
  font-weight: bold;
  padding: 8px 15px;
  font-size: 12px;
  margin-bottom: 10px;
}

/*モーダル再表示*/
.redisplay-txt {
  background: #2d3e67;
  color: #fff;
  border-radius: 6px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 10px 10px;
}

.redisplay-txt:hover {
  background: #ee5400;
}

.redisplay-txt p:nth-child(1) {
  background: #ffda4a;
  color: #ff0000;
  padding: 6px 8px;
  border-radius: 4px;
  font-weight: bold;
  margin-right: 0;
  margin-bottom: 6px;
}

.redisplay-txt p:nth-child(2) {
  letter-spacing: 1px;
  font-size: 13px;
  margin-right: 0;
  margin-bottom: 6px;
}

.redisplay-txt p:nth-child(3) {
  letter-spacing: 2px;
  color: #ffda4a;
  font-weight: bold;
  font-size: 18px;
}

@media (min-width: 1000px) {
  .redisplay-txt {
    flex-direction: row;
    margin: inherit;
  }

  .redisplay-txt p:nth-child(1) {
    font-size: inherit;
    margin-right: 10px;
    margin-bottom: inherit;
  }

  .redisplay-txt p:nth-child(2) {
    font-size: 16px;
    margin-right: 10px;
    margin-bottom: inherit;
  }

  .redisplay-txt p:nth-child(3) {
    font-size: 20px;
    font-weight: normal;
  }
}

/*---------------------------------------------------------------------------
 slider
---------------------------------------------------------------------------*/
/* .mainimg-slider {
  margin: 0;
}
.swiper-container {
  text-align: center;
}
.swiper-container .swiper-slide img {
  max-width: 100%;
  width: 980px;
  height: auto;
}
.prettyprint {
  border: none;
  background: #fafafa;
  color: #697d86;
}
#thumbs,
#thumbs > * {
  box-sizing: border-box;
}
#thumbs {
  display: none;
}
@media (min-width: 1000px) {
  #thumbs {
    width: 40%;
    max-width: 1000px;
    margin: 20px auto 0;
    overflow: hidden;
    font-size: 0;
    letter-spacing: 0;
    text-align: center;
    display: block;
  }
  #thumbs > li {
    display: inline-block;
    font-size: initial;
    width: 25%;
    margin: 0 2%;
    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;
  }
}
.swiper-button-prev,
.swiper-button-next {
  display: none;
}
@media (min-width: 1000px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: inherit;
  }
} */
/*layout shift*/
.glide__slides a {
  height: 0;
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: calc(740 / 640 * 100%);
}

@media (min-width: 641px) and (max-width: 979px) {
  .glide__slides a {
    padding-top: calc(540 / 980 * 100%);
  }
}

@media (min-width: 1000px) {
  .glide__slides a {
    padding-top: calc(540 / 980 * 100%);
  }
}

.glide__slides 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;
}

.cb-title {
  transform: scale(0.8);
}

.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 30px;
}

.video:last-of-type {
  margin-bottom: 15px;
}

.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.best-agency {
  margin-bottom: 20px;
}

.youtube {
  position: relative;
  width: 100%;
  margin: 20px 0 20px;
  padding-top: 56.25%;
}

.best-agency p {
  text-align: justify;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.youtube img,
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 600px) {
  .best-agency {
    display: none;
  }
}

.frame {
  background: #fff;
  border-radius: 6px;
  padding-bottom: 20px;
  border: 1px solid #60bc1e;
  border-top: none;
  margin: 0 10px;
  margin-bottom: 20px;
}

@media (min-width: 1000px) {
  .frame {
    margin-bottom: 50px;
  }
}

.frame-title {
  text-align: center;
  background: #60bc1e;
  color: #fff;
  border-radius: 6px 6px 0 0;
  margin: 0 0 15px 0;
  padding: 14px;
  font-size: 16px;
  letter-spacing: 2px;
}

.frame p {
  margin: 0 20px 15px 20px;
}

.frame p:last-child {
  margin-bottom: 0;
}

.profile-photo {
  display: flex;
  margin: 0 10px 40px 0;
  margin-bottom: 20px;
  flex-direction: column;
}

.profile-photo div:first-child {
  margin-right: 0;
  padding-top: 0;
  text-align: justify;
  margin-bottom: 10px;
}

.profile-photo div:last-child {
  flex: 0 0 auto;
  width: auto;
  text-align: center;
}

.profile-photo img {
  border-radius: 6px;
}

@media (min-width: 1000px) {
  .profile-photo {
    flex-direction: row;
  }

  .profile-photo div:first-child {
    margin-right: 30px;
    padding-top: 5px;
    margin-bottom: inherit;
  }

  .profile-photo div:last-child {
    width: 245px;
    text-align: left;
  }
}

.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;
}

@media (min-width: 1000px) {
  .google-map {
    margin: inherit;
  }
}

.quote-dez {
  line-height: 1.8;
  border-left: 4px solid #c5c5c5;
  background: #f7f7f7;
  padding: 1.2rem 1.2rem;
  margin: 0 10px 1.5rem 2rem;
}

@media (min-width: 1000px) {
  .quote-dez {
    padding: 1.5rem 2rem;
    margin: 0 0 3rem 2rem;
  }
}

.sp-br br {
  display: none;
}

@media (min-width: 1000px) {
  .sp-br br {
    display: block;
  }
}

.research {
  display: block;
  height: auto;
  margin: 10px;
}

@media (min-width: 1000px) {
  .research {
    display: none;
  }
}

.side-research {
  display: none;
}

.side-banner {
  display: block;
  margin: 0 0 35px;
}

@media (min-width: 1000px) {
  .side-research {
    display: block;
    margin: 0 0 20px;
  }

  .side-banner {
    display: block;
    margin: 0 0 20px;
  }
}

.scroll {
  width: 100%;
  overflow-x: auto;
}

@media (min-width: 1000px) {
  .scroll {
    display: none;
  }
}

.scroll:before {
  content: "※スワイプで表全体を確認できます";
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.5px;
  color: #0aa7ff;
  margin: 0 10px;
}

.scroll table {
  overflow: auto;
  white-space: nowrap;
  margin-top: 6px;
}

.sp-table {
  width: 100%;
  overflow-x: auto;
}

@media (min-width: 1000px) {
  .sp-table {
    width: auto;
    overflow-x: hidden;
  }
}

.sp-table:before {
  content: "※スワイプで表全体を確認できます";
  font-size: 9px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.5px;
  color: #333;
  margin: 0 20px;
}

@media (min-width: 1000px) {
  .sp-table:before {
    display: none;
  }
}

.sp-table table {
  overflow: auto;
  white-space: nowrap;
}

@media (min-width: 1000px) {
  .sp-table table {
    overflow: hidden;
    white-space: inherit;
  }
}

.caution {
  background: #2e3d68;
  color: #f5f5f5;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.7px;
  border-radius: 6px;
  text-align: left;
  margin: 0 10px 20px;
  padding: 10px 15px;
}

@media (min-width: 1000px) {
  .caution {
    text-align: center;
    margin: 0 auto 20px;
    padding: 7px 40px;
  }
}

.caution a,
.caution a:hover {
  color: #fff;
  text-decoration: none;
}

/*スクロールバーの横幅指定*/
.prize-box::-webkit-scrollbar {
  width: 15px;
}

/*スクロールバーの背景色・角丸指定*/
.prize-box::-webkit-scrollbar-track {
  background: #f3f3f3;
}

/*スクロールバーの色・角丸指定*/
.prize-box::-webkit-scrollbar-thumb {
  background: #cfcfcf;
}

/* FAQ
--------------------------------*/
.faq {}

.faqList {}

.faq-q {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1em;
  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: #08558c;
}

.faq-q.active {
  color: #08558c;
  background: #f1f1f1;
}

.faq-q::after {
  font-family: "FontAwesome";
  content: "\f055";
  font-size: 1.5em;
  color: #0096ff;
  margin-left: 0.25em;
}

.faq-q.active::after {
  font-family: "FontAwesome";
  content: "\f056";
  color: #08558c;
}

.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: 0.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: #fbfbfb;
  -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: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-around;
  flex-wrap: wrap;
}

.twoColBox a {
  text-align: center;
  display: block;
  margin: 1em auto 1.5em;
}

.twoColBox figure {
  text-align: center;
}

@media (min-width: 1000px) {
  .twoColBox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
  }

  .twoColBox a {
    margin: 1em auto 2em;
  }
}

.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: #000000;
}

@media (min-width: 1000px) {
  .syoudaku+label:hover {
    color: #1a6ebd;
  }
}

.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;
  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;
  line-height: 54px;
}

.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;
}

.faqList {
  margin-bottom: 30px;
}

@media (min-width: 1000px) {
  .faqList {
    margin-bottom: 60px;
  }
}

.faq-q {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1em;
  line-height: 1.5;
  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: 1em;
  cursor: pointer;
}

@media (min-width: 1000px) {
  .faq-q {
    padding: 1.5em 1.9em;
  }
}

.faq-q:hover,
.faq-q:hover::after {
  color: #08558c;
}

.faq-q.active {
  color: #08558c;
  background: #fffcec;
}

.faq-q::after {
  font-family: "icomoon";
  content: "\e922";
  font-size: 1.4em;
  color: #0096ff;
  margin-left: 0.25em;
}

.faq-q.active::after {
  font-family: "icomoon";
  content: "\e923";
  color: #08558c;
}

.faq-a {
  opacity: 0;
  padding: 0;
  max-height: 0;
  border-bottom: 1px solid #e7e7e7;
  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: #fff;
  font-size: 0.925em;
}

.faq-a>div {
  padding: 20px 10px;
}

.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;
}

.faq-a p {
  margin-bottom: 1rem;
}

/* サイド　タレント＆声優 */
.actorbox {
  box-sizing: border-box;
  width: auto;
  height: auto;
  background-color: #ee5400;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 15px;
}

.actor a {
  display: flex;
  justify-content: center;
  background-color: #fff;
  border-radius: 2px;
  padding: 7px;
}

@media (min-width: 1000px) {
  .actor a {
    justify-content: flex-start;
  }
}

.actor div:nth-child(odd) {
  flex: 0 0 auto;
  margin-right: 20px;
  margin-left: 5px;
}

.actor p:nth-child(1) {
  font-size: 11px;
  line-height: 1.4;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #555;
}

.actor p:nth-child(2) {
  font-size: 15px;
  margin-bottom: 0;
  font-weight: bold;
  letter-spacing: 1px;
  color: #f3625b;
}

.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;
}

/*---------------------------------------------------------------------------
 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;
  }
}

/* tokuten-frame */
.tokuten-frame {
  margin: 0 5px 25px;
}

@media (min-width: 1000px) {
  .tokuten-frame {
    margin: 0 10px 50px;
  }
}

.tokuten-frame li {
  list-style-type: none;
  line-height: 1.7;
  margin: 0 0 8px;
  padding: 0 0 8px;
  border-bottom: 1px dashed #cecece;
}

@media (min-width: 1000px) {
  .tokuten-frame li {
    margin: 0 0 14px;
    padding: 0 0 14px;
  }
}

.tokuten-frame li:before {
  font-family: "icomoon";
  content: "\e90c";
  margin-right: 0.8rem;
  color: #2e3d68;
}

.cb10000-sonet {
  text-align: center;
  margin: 0 15px 15px;
}

@media (min-width: 1000px) {
  .cb10000-sonet {
    margin: 0 0 40px;
  }
}

/*---------------------------------------------------------------------------
ギミック
---------------------------------------------------------------------------*/
@keyframes yure {
  0% {
    transform: translateY(0);
  }

  5% {
    transform: translateY(0);
  }

  10% {
    transform: translateY(0);
  }

  20% {
    transform: translateY(-8px);
  }

  25% {
    transform: translateY(0);
  }

  30% {
    transform: translateY(-6px);
  }

  50% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(0);
  }
}

.opacity {
  opacity: 1;
}

.opacity:hover {
  opacity: 0.75;
  animation: yure 2.5s ease infinite;
}

/*---------------------------------------------------------------------------
 タレントプロフィール
---------------------------------------------------------------------------*/
.talent-layout {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 30px;
}

@media (min-width: 1000px) {
  .talent-layout {
    flex-direction: row;
    margin: 0 10px 60px;
  }
}

.talent-layout div:first-child {
  width: auto;
}

@media (min-width: 1000px) {
  .talent-layout div:first-child {
    width: 320px;
  }
}

.talent-layout div:first-child p {
  text-align: justify;
}

@media (min-width: 1000px) {
  .talent-layout div:last-child p {
    margin-right: 0;
    margin-left: 0;
  }
}

.talent-layout div:last-child {
  width: auto;
  flex: 0 0 auto;
}

@media (min-width: 1000px) {
  .talent-layout div:last-child {
    width: 280px;
    margin-left: 60px;
  }
}

.talent-layout div:first-child img {
  width: 180px;
  height: auto;
  margin-bottom: 30px;
}

@media (min-width: 1000px) {
  .talent-layout div:first-child img {
    width: inherit;
    height: auto;
    margin-bottom: 0;
  }
}

.cb-detail {
  position: absolute;
  right: 15px;
  bottom: -25px;
  font-size: 10px;
}

.cp-detail a {
  font-weight: bold;
}

@media (min-width: 1000px) {
  .cb-detail {
    position: absolute;
    right: 10px;
    bottom: -27px;
    font-size: 14px;
  }

  .cp-detail a {
    font-weight: normal;
  }
}

/*---------------------------------------------------------------------------
 privacy
---------------------------------------------------------------------------*/
.privacypolicy-contact {
  text-align: center;
  background: #F5F5F5;
  padding: 20px;
  border-radius: 6px;
}

.privacypolicy-handling {
  margin: 0 20px 120px;
}

.privacypolicy-handling h2 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  margin-top: 60px;
  margin-bottom: 40px;
  color: #191E2D;
}

.privacypolicy-handling h3 {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0 auto 20px;
  border-left: 4px solid #191E2D;
  padding: 15px 20px;
  color: #191E2D;
  background: #F7F7F7;
  line-height: 1.6;
}

.privacypolicy-handling p {
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.1em;
  margin: 0 1.5em 30px;
  color: #333;
}

.privacypolicy-handling-list {
  margin-bottom: 30px;
}

.privacypolicy-handling-list li {
  text-align: justify;
  list-style-type: decimal;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: .1em;
  margin: 0 10px 10px 30px;
  color: #333;
}

.privacypolicy-handling-list li>ul {
  margin: 15px 0 30px;
}

.privacypolicy-handling-list li>ul li {
  list-style-type: disc;
  margin-bottom: 10px;
}

.type-none li>ul li {
  list-style-type: none;
}

.privacypolicy-handling-line {
  text-decoration: underline;
}

.privacypolicy-contact {
  text-align: center;
  background: #f5f5f5;
  padding: 20px;
  border-radius: 6px;
}

.privacypolicy-list li {
  text-align: justify;
  list-style-type: lower-latin;
  font-size: 14px;
  color: #333;
  line-height: 1.8;
  margin: 0 0 30px 20px;
}

/*---------------------------------------------------------------------------
浮遊アニメーション
---------------------------------------------------------------------------*/
@media (min-width: 1080px) {
  .fuyuu {
    animation: 3s fuyuu infinite;
  }
}

@keyframes fuyuu {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-16px);
  }
}

.cb-up-10giga {
  text-align: center;
}

.cb-up-10giga img {
  width: 94%;
  height: auto;
  margin-top: 8px;
}

@media (min-width: 1000px) {
  .cb-up-10giga {
    z-index: 100;
    position: absolute;
    top: 60px;
    left: -130px;
  }

  .cb-up-10giga img {
    width: auto;
    margin-top: 0;
  }
}

.approval-number {
  display: flex;
  align-items: center;
  justify-content: center;
}

.approval-number span {
  padding-right: 3rem;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

.approval-number span:last-child {
  padding-right: 0;
}

/* .limited-sp {} */

@media (min-width: 1000px) {
  .limited-sp {
    display: none;
  }
}

.limited-pc {
  display: none;
}

@media (min-width: 1000px) {
  .limited-pc {
    display: block;
    z-index: 100;
    position: absolute;
    top: 230px;
    left: -140px;
  }
}