@charset "utf-8";

/*リセットCSS ここから*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  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;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

img {
  border: none;
  vertical-align: bottom;
}

ul,
ol {
  list-style-type: none;
}

input,
textarea {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:focus {
  outline: none;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.cf {
  min-height: 1px;
}

* html .cf {
  height: 1px;
}

sup {
  font-size: 65%;
}

/*リセットCSS ここまで*/
/*変数*/
:root {
  --link: #ff0000;
  --color-navy: #19326e;
  --color-dark-navy: #0b152f;
  --color-red: #f84444;
  --color-blue: #42a5da;
  --color-dark-blue: #00619f;
  --color-yellow: #ffe400;
  --color-yellow2: #ffd413;
  --color-orange: #ff6000;
  --color-orange2: #ff4600;
  --color-green: #4fbfc0;
  --color-green2: #5ed418;
  --color-gray: #292929;
  --color-gray2: #505050;
  --color-lightgray: #f7f7f7;
  --color-lightgray2: #f7f7f7;
  --bg-ptn: url(/common/img/common/bg-ptn.png);
  --bg-ptn-sp: url(/common/img/common/bg-ptn-sp.png);
}


html {
  font-size: 62.5%;
}

body {
  background-color: #f3f3f3;
  color: var(--color-gray);
  font-size: 1.4rem;
  letter-spacing: 0.03rem;
  line-height: 1;
}

@media (min-width: 1080px) {
  body {
	background-color: var(--color-lightgray2);
	font-size: 1.6rem;
  }

  body.home {
	background: url(/common/img/home/eyecatch-bg.jpg) no-repeat top 283px center;
	background-color: var(--color-lightgray2);
  }
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: var(--color-gray);
}

a:hover {
  color: var(--link);
}

p {
  line-height: 1.9;
  margin-bottom: 2rem;
}

@media (min-width: 1080px) {
  p {
	line-height: 2.2;
	margin-bottom: 3.5rem;
  }
}

.contents-body>p {
  text-align: justify;
  letter-spacing: 0.03rem;
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}

@media (min-width: 1080px) {
  .contents-body>p {
	margin-right: 3rem;
	margin-left: 3rem;
  }
}

.contents-body #faq>p {
  text-align: justify;
  letter-spacing: 0.03rem;
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}

@media (min-width: 1080px) {
  .contents-body #faq>p {
	margin-right: 3rem;
	margin-left: 3rem;
  }
}

.p-margin {
  text-align: justify;
  letter-spacing: 0.03rem;
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}

@media (min-width: 1080px) {
  .p-margin {
	margin-right: 3rem;
	margin-left: 3rem;
  }
}

.bg-ptn {
  background: var(--bg-ptn-sp);
}

@media (min-width: 1080px) {
  .bg-ptn {
	background: var(--bg-ptn);
  }
}

.cta,
.cancel,
.prize {
  padding: 20px 0 25px;
}

@media (min-width: 1080px) {

  .cta,
  .cancel,
  .prize {
	padding: 45px 0;
  }
}

/*---------------------------------------------------------------------------
 icon font
---------------------------------------------------------------------------*/
@font-face {
  font-family: "icomoon";
  src: url("/common/fonts/icomoon.eot");
  src: url("/common/fonts/icomoon.eot") format("embedded-opentype"),
	url("/common/fonts/icomoon.ttf") format("truetype"), url("/common/fonts/icomoon.woff") format("woff"),
	url("/common/fonts/icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-calendar:before {
  content: "\e92f";
}

.icon-building:before {
  content: "\e92a";
}

.icon-line:before {
  content: "\e928";
}

.icon-arrow-left:before {
  content: "\e929";
}

.icon-arrow-top:before {
  content: "\e92b";
}

.icon-cross:before {
  content: "\e92c";
}

.icon-phone-2:before {
  content: "\e924";
}

.icon-phone-3:before {
  content: "\e925";
}

.icon-phone-4:before {
  content: "\e926";
}

.icon-sound:before {
  content: "\e927";
}

.icon-plus:before {
  content: "\e922";
}

.icon-minus:before {
  content: "\e923";
}

.icon-arrow-right-1:before {
  content: "\e900";
}

.icon-arrow-right-2:before {
  content: "\e901";
}

.icon-arrow-right-3:before {
  content: "\e902";
}

.icon-arrow-right-4:before {
  content: "\e903";
}

.icon-arrow-right-5:before {
  content: "\e904";
}

.icon-card:before {
  content: "\e905";
}

.icon-caution:before {
  content: "\e906";
}

.icon-check:before {
  content: "\e907";
}

.icon-denki:before {
  content: "\e908";
}

.icon-fee:before {
  content: "\e909";
}

.icon-flow:before {
  content: "\e90a";
}

.icon-fukidashi:before {
  content: "\e90b";
}

.icon-gift:before {
  content: "\e90c";
}

.icon-good:before {
  content: "\e90d";
}

.icon-hatena:before {
  content: "\e90e";
}

.icon-heart:before {
  content: "\e90f";
}

.icon-home:before {
  content: "\e910";
}

.icon-life:before {
  content: "\e911";
}

.icon-link:before {
  content: "\e912";
}

.icon-memo:before {
  content: "\e913";
}

.icon-mobile:before {
  content: "\e914";
}

.icon-money:before {
  content: "\e915";
}

.icon-pc:before {
  content: "\e916";
}

.icon-pen:before {
  content: "\e917";
}

.icon-phone:before {
  content: "\e918";
}

.icon-security:before {
  content: "\e919";
}

.icon-strage:before {
  content: "\e91a";
}

.icon-thunder:before {
  content: "\e91b";
}

.icon-tool:before {
  content: "\e91c";
}

.icon-trophy:before {
  content: "\e91d";
}

.icon-tv:before {
  content: "\e91e";
}

.icon-user:before {
  content: "\e91f";
}

.icon-users:before {
  content: "\e920";
}

.icon-wifi:before {
  content: "\e921";
}

/*---------------------------------------------------------------------------
 base box
---------------------------------------------------------------------------*/
.outer {
  text-align: center;
  margin: 0 auto;
  padding: 0;
  width: auto;
  height: auto;
  box-sizing: border-box;
}

.inner {
  text-align: left;
  width: auto;
  height: auto;
  margin: 0 auto;
}

@media (min-width: 1080px) {
  .outer {
	width: 100%;
  }

  .inner {
	width: 1080px;
  }
}

/*---------------------------------------------------------------------------
 header
---------------------------------------------------------------------------*/
.footer-contact {
  display: none;
}

@media (min-width: 1080px) {
  .contact {
	border-top: none;
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 166px;
  }

  .contact:before {
	display: none;
  }

  .footer-contact {
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 166px;
  }
}

.sitename {
  box-sizing: border-box;
  width: auto;
  text-align: center;
  padding: 15px 0 10px;
}

@media (min-width: 1080px) {
  .sitename {
	width: inherit;
	margin-right: auto;
	padding: 0;
	margin-bottom: 5px;
  }
}

.t-form .contact {
  background: none;
  justify-content: center;
}

.t-form .sitename {
  text-align: center;
  margin-right: 0;
  margin-left: 0;
}

.logo {
  margin-bottom: 10px;
}

@media (min-width: 1080px) {
  .logo {
	margin-bottom: 13px;
  }
}

.logo h1,
.logo div {
  font-size: 0;
  margin-top: 5px;
}

.agency {
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
  line-height: 1.4;
  color: #656565;
  margin-bottom: 0.3rem;
}

@media (min-width: 1080px) {
  .agency {
	font-size: 1.1rem;
	font-weight: bold;
	letter-spacing: 0.05rem;
	line-height: 1.3;
  }
}

@media only screen and (min-width: 1080px) {
  a[href^="tel:"] {
	pointer-events: none;
	color: initial;
	text-decoration: none;
  }
}

.tel {
/*  visibility: hidden;*/
  display: none;
}

@media (min-width: 1080px) {
  .tel {
	display: block;
	text-align: center;
	padding: 0;
	margin-right: 60px;
  }

  .tel a {
	color: var(--color-gray);
	text-decoration: none;
	font-weight: bold;
  }

  .tel-text {
	font-size: 1.2rem;
	font-weight: bold;
	letter-spacing: 0.1rem;
	margin-bottom: 8px;
	line-height: 1;
  }

  .tel-number {
	font-size: 3.6rem;
	font-family: Arial, Helvetica, "sans-serif";
	font-weight: bold;
	letter-spacing: 0.05rem;
	margin-bottom: 8px;
	line-height: 1;
  }

  .tel-number span {
	display: inline-block;
	vertical-align: top;
	padding: 5px 6px 4px;
	background: var(--color-red);
	color: #fff;
	font-size: 1.2rem;
	letter-spacing: 0.06rem;
	border-radius: 2px;
	margin-top: 6px;
	margin-right: 8px;
  }

  .tel-recep {
	font-size: 1.3rem;
	font-weight: bold;
	letter-spacing: 0.1rem;
	margin-bottom: 0;
	line-height: 1;
  }

  .tel-recep>span {
	font-weight: bold;
  }
}

.moushikomi {
/*  visibility: hidden;*/
  display: none;
}

@media (min-width: 1080px) {
  .moushikomi {
	display: block;
	box-sizing: border-box;
	text-align: center;
	width: 210px;
	height: 78px;
	line-height: 78px;
	border-radius: 39px;
	background-color: var(--color-yellow);
	box-shadow: 0px 3px #e9d100;
	font-size: 1.5rem;
	letter-spacing: 0.1rem;
	padding: 0 15px;
	margin-bottom: 5px;
  }
}

.moushikomi:hover {
  transition: all 0.4s;
  background-color: var(--color-green);
  box-shadow: 0px 3px #389f9f;
}

.moushikomi a {
  display: block;
  width: 100%;
  height: 100%;
  font-weight: bold;
}

.moushikomi a {
  color: var(--color-gray);
  text-decoration: none;
}

.moushikomi a:hover {
  color: #fff;
  text-decoration: none;
}

.moushikomi i {
  font-size: 1.7rem;
  margin-right: 6px;
  vertical-align: text-bottom;
}

@media (min-width: 1080px) {
  .moushikomi i {
	font-size: 1.9rem;
	margin-right: 8px;
  }
}

/*---------------------------------------------------------------------------
 gnav
---------------------------------------------------------------------------*/
.gnav {
  display: flex;
  flex-wrap: wrap;
  width: auto;
  height: auto;
}

@media (min-width: 1080px) {
  .gnav {
	background: none;
  }
}

.gnav li {
  box-sizing: border-box;
  text-align: left;
  width: 50%;
  height: 40px;
  line-height: 40px;
  font-size: 1.3rem;
  letter-spacing: 0.05rem;
  border-bottom: 1px solid #e0e0e0;
}

.gnav li:nth-child(odd) {
  border-right: 1px solid #e0e0e0;
}

@media (min-width: 1080px) {
  .gnav li {
	text-align: center;
	width: inherit;
	height: 90px;
	line-height: 128px;
	background: url(/common/img/common/gnav/line.png) no-repeat center right;
	border-bottom: none;
  }

  .gnav li:nth-child(odd) {
	border-right: none;
  }
}

.gnav li a {
  font-weight: bold;
}

.gnav li:nth-child(1) a {
  box-sizing: border-box;
  background: url("/common/img/common/gnav/home.png") left 13px center no-repeat;
  background-size: 22px 20px;
  padding-left: 46px;
}

.gnav li:nth-child(2) a {
  box-sizing: border-box;
  background: url("/common/img/common/gnav/basic.png") left 15px center no-repeat;
  background-size: 17px 21px;
  padding-left: 46px;
}

.gnav li:nth-child(3) a {
  box-sizing: border-box;
  background: url("/common/img/common/gnav/campaign.png") left 14px center no-repeat;
  background-size: 19px 21px;
  padding-left: 46px;
}

.gnav li:nth-child(4) a {
  box-sizing: border-box;
  background: url("/common/img/common/gnav/setwari.png") left 16px center no-repeat;
  background-size: 13px 23px;
  padding-left: 46px;
}

.gnav li:nth-child(5) a {
  box-sizing: border-box;
  background: url("/common/img/common/gnav/option.png") left 13px center no-repeat;
  background-size: 23px 19px;
  padding-left: 46px;
}

.gnav li:nth-child(6) a {
  box-sizing: border-box;
  background: url("/common/img/common/gnav/faq.png") left 13px center no-repeat;
  background-size: 20px 20px;
  padding-left: 46px;
}

@media (min-width: 1080px) {
  .gnav li a {
	font-weight: normal;
  }

  .gnav li:nth-child(1) a {
	width: 180px;
	background: url("/common/img/common/gnav/home.png") center top 20px no-repeat;
	background-size: 22px 20px;
	padding-left: 0;
  }

  .gnav li:nth-child(2) a {
	width: 180px;
	background: url("/common/img/common/gnav/basic.png") center top 20px no-repeat;
	background-size: 17px 21px;
	padding-left: 0;
  }

  .gnav li:nth-child(3) a {
	width: 180px;
	background: url("/common/img/common/gnav/campaign.png") center top 20px no-repeat;
	background-size: 19px 21px;
	padding-left: 0;
  }

  .gnav li:nth-child(4) a {
	width: 180px;
	background: url("/common/img/common/gnav/setwari.png") center top 20px no-repeat;
	background-size: 13px 23px;
	padding-left: 0;
  }

  .gnav li:nth-child(5) a {
	width: 180px;
	background: url("/common/img/common/gnav/option.png") center top 20px no-repeat;
	background-size: 23px 19px;
	padding-left: 0;
  }

  .gnav li:nth-child(6) a {
	width: 180px;
	background: url("/common/img/common/gnav/faq.png") center top 20px no-repeat;
	background-size: 20px 20px;
	padding-left: 0;
  }
}

.gnav li:hover {
  background: linear-gradient(#f8f8f8 0%, #f8f8f8 20%, #ffffff 80%, #ffffff 100%);
  transition: background-color 0.5s;
}

@media (min-width: 1080px) {
  .gnav li:hover {
	background: url(/common/img/common/gnav/line.png) no-repeat center right,
	  linear-gradient(#f1f1f1 0%, #f1f1f1 5%, #fcfcfc 95%, #fcfcfc 100%);
	transition: background-color 0.5s;
  }

  .gnav li:first-child {
	background: url(/common/img/common/gnav/line.png) no-repeat center left,
	  url(../img/common/gnav/line.png) no-repeat center right;
  }

  .gnav li:hover:first-child {
	background: url(/common/img/common/gnav/line.png) no-repeat center left,
	  url(../img/common/gnav/line.png) no-repeat center right,
	  linear-gradient(#f1f1f1 0%, #f1f1f1 5%, #fcfcfc 95%, #fcfcfc 100%);
	transition: background-color 0.5s;
  }
}

.gnav li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #535353;
  text-decoration: none;
  font-weight: bold;
}

.gnav li a:hover {
  color: #535353;
  text-decoration: none;
}

/*---------------------------------------------------------------------------
 footer Externallink
---------------------------------------------------------------------------*/
.footer-externallink {
  margin: 0 auto 10px;
}

.footer-externallink li {
  background-color: #fff;
  margin: 0 10px 3px;
  font-size: 1.3rem;
  line-height: 1.6;
}

.footer-externallink a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  color: var(--color-gray);
  text-decoration: none;
  padding: 12px;
}

.footer-externallink a:hover {
  background-color: #cc0033;
  color: #fff;
  text-decoration: none;
}

.footer-externallink i {
  margin-right: 4px;
}

@media (min-width: 1080px) {
  .footer-externallink {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 3rem auto;
  }

  .footer-externallink li {
	background-color: inherit;
	font-size: 1.2rem;
	line-height: 2;
	margin: 0 2rem 0 0;
  }

  .footer-externallink li:last-child {
	margin-right: 0;
  }

  .footer-externallink a {
	color: var(--color-gray);
	text-decoration: none;
	padding: 0;
  }

  .footer-externallink a:hover {
	background-color: inherit;
	color: #fc3737;
	text-decoration: underline;
  }
}

/*---------------------------------------------------------------------------
 footer link
---------------------------------------------------------------------------*/
.footer-link {
  margin: 25px 5px 25px;
}

.footer-link li {
  background-color: #fff;
  margin: 0 15px 3px;
  font-size: 1.3rem;
}

.home .footer-link li {
  background-color: #fff;
}

.footer-link a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  color: var(--color-gray);
  text-decoration: none;
  padding: 12px;
}

.footer-link a:hover {
  background-color: var(--color-yellow2);
  color: var(--color-gray);
  text-decoration: none;
}

@media (min-width: 1080px) {
  .footer-link {
	display: flex;
	justify-content: center;
	margin: 3rem auto;
  }

  .footer-link li {
	background-color: inherit;
	font-size: 1.3rem;
	margin: 0 2rem 0 0;
  }

  .home .footer-link li {
	background-color: inherit;
  }

  .footer-link li:last-child {
	margin-right: 0;
  }

  .footer-link a {
	color: var(--color-gray);
	text-decoration: none;
	padding: 0;
  }

  .footer-link a:hover {
	background-color: inherit;
	color: var(--link);
	text-decoration: underline;
  }
}

/*---------------------------------------------------------------------------
 footer
---------------------------------------------------------------------------*/
footer {
  text-align: center;
  padding: 10px 0 12px;
}

.fixmenu-true {
  margin-bottom: 40px;
}

footer small {
  font-weight: bold;
  font-style: normal;
  font-size: 1.1rem;
  letter-spacing: 0.08rem;
  line-height: 1.8;
  color: #fff;
}

footer a {
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}

footer a:hover {
  text-decoration: underline;
  color: #fff;
}

@media (min-width: 1080px) {
  footer {
	padding: 20px 0;
	background: none;
  }

  .fixmenu-true {
	margin-bottom: 0;
  }

  footer small {
	font-size: 1.3rem;
  }
}

/*---------------------------------------------------------------------------
 pagetop
---------------------------------------------------------------------------*/
.top {
  visibility: hidden;
}

@media (min-width: 1080px) {
  .top {
	visibility: visible;
	position: fixed;
	bottom: 30px;
	right: 30px;
	font-size: 15px;
	font-family: Arial, Helvetica, "sans-serif";
  }

  .top a {
	text-align: center;
	display: block;
	width: 70px;
	height: 70px;
	line-height: 70px;
	box-sizing: border-box;
	color: var(--color-gray);
	background-color: var(--color-yellow);
	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: var(--color-green);
  }
}

/*---------------------------------------------------------------------------
 パンくずリスト
---------------------------------------------------------------------------*/
.bread {
  text-align: justify;
  font-size: 1.2rem;
  line-height: 1.6;
  margin: 18px 22px 23px;
}

.bread i {
  font-size: 1.3rem;
  margin-right: 3px;
}

.bread a {
  color: var(--color-gray);
  text-decoration: none;
  padding-right: 4px;
}

.bread a:hover {
  text-decoration: underline;
}

@media (min-width: 1080px) {
  .bread {
	font-size: 1.3rem;
	margin: 25px 10px 0;
  }
}

/*---------------------------------------------------------------------------
 fix-menu sp only
---------------------------------------------------------------------------*/
.fix-menu {
/*  visibility: hidden;*/
  position: fixed;
  z-index: 1000;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  /*border-top: 1px solid #fff;*/
}

.fix-menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  color: var(--color-gray);
  border-top: 2px solid var(--color-lightgray);
  background: var(--bg-ptn-sp);
}

.fix-menu li {
  box-sizing: border-box;
  text-align: center;
  width: 100%;
  height: 60px;
  border-right: 2px solid var(--color-lightgray);
  font-size: 1.3rem;
  letter-spacing: 0.1rem;
  /*background: linear-gradient(135deg, var(--color-violet) 0%, var(--color-violet) 94%, var(--color-yellow) 94%, var(--color-yellow) 100%);*/
  background: linear-gradient(135deg,
	  rgba(0, 0, 0, 0) 0%,
	  rgba(0, 0, 0, 0) 94%,
	  var(--color-yellow) 94%,
	  var(--color-yellow) 100%);
}

.fix-menu li:last-child {
  border-right: none;
}

.fix-menu li a {
  display: block;
  height: 100%;
  width: 100%;
  padding-top: 10px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

.fix-menu li a:hover {
  text-decoration: none;
}

.fix-menu li i {
  display: block;
  font-size: 2rem;
  margin-bottom: 10px;
}

.fix-menu_copyRight {
  font-size: 10px;
  font-weight: bold;
  background: var(--color-dark-blue);
  border-top: 2px solid var(--color-lightgray);
  color: #fff;
  text-align: center;
  padding: 0.8em;
  padding-bottom: calc(env(safe-area-inset-bottom) + 0.8em);
}

.fix-menu_copyRight span {
  font-weight: bold;
}

@media (min-width: 1080px) {
  .fix-menu {
	display: none;
  }
}

/*---------------------------------------------------------------------------
 contents
---------------------------------------------------------------------------*/
.contents {
  box-sizing: border-box;
  width: auto;
  height: auto;
  margin: 18px 0;
}

@media (min-width: 1080px) {
  .contents {
	display: flex;
	flex-direction: row;
	width: 1080px;
	margin: 25px 0 60px;
	align-items: flex-start;
  }
}

.contents-body {
  box-sizing: border-box;
  width: auto;
  height: auto;
  padding: 24px 22px;
  background-color: #fff;
  margin-bottom: 25px;
}

@media (min-width: 1080px) {
  .contents-body {
	width: 790px;
	padding: 40px;
	margin-bottom: 0;
	border-radius: 30px;
  }
}

.t-form .contents {
  padding: 15px;
  margin: 0 auto;
  background: #fff;
}

@media (min-width: 1080px) {
  .t-form .contents {
	padding: 60px;
	margin: 40px auto;
	border-radius: 8px;
  }
}

/*---------------------------------------------------------------------------
 sidebar
---------------------------------------------------------------------------*/
.sidebar {
  width: auto;
  height: auto;
  margin: 0 20px 20px;
}

@media (min-width: 1080px) {
  .sidebar {
	width: 250px;
	margin: 0 0 0 auto;
  }
}

.sidebar-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: auto;
  height: auto;
  padding: 5px 15px 15px;
  box-sizing: border-box;
  background: #fff;
  margin-bottom: 25px;
  border-radius: 0 0 30px 30px;
}

@media (min-width: 1080px) {
  .sidebar-menu {
	margin-bottom: 30px;
	border-radius: 0 0 30px 30px;
  }
}

.sidebar-menu li {
  text-align: center;
  box-sizing: border-box;
  width: 50%;
  height: auto;
  margin: 0;
  padding: 0 7px 10px;
  font-size: 1.3rem;
  line-height: 1.4;
  letter-spacing: 0.04rem;
  background: #fff;
  border-right: 2px dotted #e6e6e6;
  border-bottom: 2px dotted #e6e6e6;
}

.sidebar-menu li:nth-last-child(1) {
  border-bottom: 0;
}

.sidebar-menu li:nth-last-child(2):nth-child(odd) {
  border-bottom: 0;
}

.sidebar-menu li:hover {
  background: url("/common/img/common/arrow.png") no-repeat right 2px bottom 2px;
  background-size: 12px 12px;
}

.sidebar-menu li:nth-child(even) {
  border-right: 0;
}

.sidebar-menu img {
  display: block;
  margin: 0 auto 0;
}

.sidebar-menu a {
  display: block;
  width: 100%;
  height: 100%;
  color: #808080;
  text-decoration: none;
  font-weight: bold;
}

@media (min-width: 1080px) {
  .sidebar-menu a {
	color: #535353;
	font-weight: normal;
  }
}

.sidebar-menu a:hover {
  color: var(--color-gray);
  text-decoration: none;
}

.sidebar-menu-title {
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.15rem;
  color: #fff;
  background: var(--color-blue);
  padding: 18px;
  font-weight: bold;
  border-radius: 30px 30px 0 0;
}

@media (min-width: 1080px) {
  .sidebar-menu-title {
	border-radius: 30px 30px 0 0;
  }
}

/* .sidebar-menu-title:last-of-type {
  display: none;
} */
.sp-dn {
  visibility: hidden;
  display: none;
}

@media (min-width: 1080px) {
  .sp-dn {
	display: block;
  }
}

@media (min-width: 1080px) {
  .sidebar-menu-title {
	padding: 16px;
	font-weight: normal;
	letter-spacing: 0.06rem;
  }

  .sidebar-menu-title:last-of-type {
	display: block;
  }
}

.sidebar-prize {
  display: block;
  box-sizing: border-box;
  text-align: center;
  padding: 20px 25px 30px;
  background-color: #fff;
  margin-bottom: 30px;
  border-radius: 0 0 30px 30px;
}

@media (min-width: 1080px) {
  .sidebar-prize {
	border-radius: 0 0 30px 30px;
	padding: 18px 15px;
  }
}

.sidebar-prize img:hover {
  animation: yure 2.5s ease infinite;
}

.sidebar-contact {
  visibility: hidden;
  display: none;
}

.sidebar-contact p {
  color: #535353;
}

@media (min-width: 1080px) {
  .sidebar-contact {
	display: block;
	box-sizing: border-box;
	text-align: center;
	padding: 5px 15px 18px;
	background-color: #fff;
	margin-bottom: 30px;
	border-radius: 0 0 30px 30px;
  }

  .sidebar-contact p:nth-child(1) {
	font-size: 1.3rem;
	font-weight: bold;
	letter-spacing: 0.05rem;
	margin: 0;
  }

  .sidebar-contact p:nth-child(2) {
	font-size: 2.2rem;
	font-family: "Century Gothic", "sans-serif";
	letter-spacing: 0.02rem;
	line-height: 1;
	margin: 0 0 10px;
	color: var(--color-red);
  }

  .sidebar-contact p:nth-child(2) a {
	font-weight: bold;
	text-decoration: none;
	color: var(--color-red);
  }

  .sidebar-contact p:nth-child(3) {
	font-size: 1.3rem;
	font-weight: bold;
	letter-spacing: 0.1rem;
	line-height: 1.7;
	margin: 0;
  }

  .sidebar-contact i {
	color: #535353;
	font-size: 2.2rem;
	margin-right: 8px;
	vertical-align: text-bottom;
  }

  .sidebar-moushikomi {
	display: block;
	box-sizing: border-box;
	text-align: center;
	width: auto;
	height: 48px;
	line-height: 48px;
	border-radius: 6px;
	background: #ffe13c;
	box-shadow: 0px 3px #eaca1b;
	font-size: 1.5rem;
	letter-spacing: 0.1rem;
  }

  .sidebar-moushikomi:hover {
	transition: all 0.4s;
	background: #ff7416;
	box-shadow: 0px 3px #ffb1b1;
  }

  .sidebar-moushikomi a {
	display: block;
	width: 100%;
	height: 100%;
	font-weight: bold;
  }

  .sidebar-moushikomi a {
	color: var(--color-gray);
	text-decoration: none;
  }

  .sidebar-moushikomi a:hover {
	color: #fff;
	text-decoration: none;
  }

  .sidebar-moushikomi i {
	font-size: 1.9rem;
	margin-right: 8px;
	vertical-align: text-bottom;
  }
}

.side-container {
  margin-bottom: 20px;
  border-radius: 0 0 20px 20px;
}

@media (min-width: 1080px) {
  .side-container {
	margin-bottom: 30px;
  }
}

.side-container li {
  box-sizing: border-box;
  width: auto;
  padding: 15px;
  background: #fff;
  margin-bottom: 2px;
}

.side-container li:last-child {
  border-radius: 0 0 20px 20px;
}

@media (min-width: 1080px) {
  .side-container li {
	padding: 20px;
	width: 250px;
  }
}

.side-container li>div {
  display: flex;
}

.side-container p {
  text-align: justify;
  font-size: 1.3rem;
  letter-spacing: 0.015rem;
  line-height: 1.6;
  margin: 0;
  color: var(--color-gray);
}

@media (min-width: 1080px) {
  .side-container p {
	font-size: 1.1rem;
	letter-spacing: 0;
	line-height: 1.6;
  }
}

@media (min-width: 1080px) {
  .side-container-layout {
	margin-bottom: 15px;
  }
}

.side-container-layout div:nth-child(1) {
  flex: 0 0 auto;
  width: 80px;
  margin-right: 25px;
}

@media (min-width: 1080px) {
  .side-container-layout div:nth-child(1) {
	margin-right: 15px;
  }
}

.side-container-layout div:nth-child(2) {
  width: auto;
}

@media (min-width: 1080px) {
  .side-container-layout div:nth-child(2) {
	width: auto;
  }
}

.side-container .side-option-detail {
  text-align: right;
}

.side-container .side-option-detail i {
  margin-left: 4px;
}

.side-container a {
  color: var(--color-gray);
  text-decoration: none;
}

.side-container a:hover {
  color: #f24141;
  text-decoration: underline;
}

/*---------------------------------------------------------------------------
 見出し
---------------------------------------------------------------------------*/
.title-1 {
  position: relative;
  margin-bottom: 20px;
  color: var(--color-gray);
  background: #fff;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.2rem;
  border-radius: 4px;
  padding: 14px 18px;
  border: solid 2px var(--color-blue);
  border-left: solid 5.8rem var(--color-blue);
  font-weight: bold;
}

.title-1 span {
  font-weight: bold;
}

.title-1:before {
  position: absolute;
  font-family: icomoon;
  content: "\e921";
  left: -3.9rem;
  top: 48%;
  padding: 0;
  color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 2rem;
}

@media (min-width: 1080px) {
  .title-1 {
	margin-bottom: 40px;
	font-size: 2.6rem;
	letter-spacing: 0.25rem;
	padding: 26px 30px;
	border: solid 5px var(--color-blue);
	border-left: solid 10rem var(--color-blue);
	font-weight: normal;
  }

  .title-1 span {
	font-weight: normal;
  }

  .title-1:before {
	left: -6.5rem;
	font-size: 3.2rem;
  }
}

.step {
  display: inline-block;
  color: var(--color-yellow2);
  background: var(--color-gray);
  padding: 5px 7px 5px 8px;
  border-radius: 4px;
  line-height: 1;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  margin-right: 10px;
  margin-bottom: 8px;
  font-weight: bold;
}

@media (min-width: 1080px) {
  .step {
	display: inline-block;
	vertical-align: middle;
	padding: 7px 8px 8px 10px;
	font-size: 1.8rem;
	margin-right: 20px;
	margin-bottom: 0;
  }
}

.title-2 {
  padding: 16px 20px 16px;
  margin: 4rem 0 2rem;
  border-left: 7px solid var(--color-blue);
  background-color: var(--color-lightgray);
  color: var(--color-gray);
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.2rem;
}

@media (min-width: 1080px) {
  .title-2 {
	padding: 27px 30px 29px;
	margin: 6rem 0 4rem;
	border-left: 7px solid var(--color-blue);
	font-size: 2.2rem;
	font-weight: normal;
	line-height: 1.6;
	letter-spacing: 0.15rem;
  }
}

.title-3 {
  position: relative;
  text-align: justify;
  padding: 12px 20px 13px;
  margin: 4rem 0 2rem;
  border-left: 7px solid var(--color-yellow2);
  background-color: var(--color-lightgray);
  color: var(--color-gray);
  font-size: 1.6rem;
  line-height: 1.7;
  font-weight: bold;
  letter-spacing: 0.15rem;
}

.title-3:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 20px;
  border: 8px solid transparent;
  border-top: 10px solid var(--color-lightgray);
  width: 0;
  height: 0;
}

@media (min-width: 1080px) {
  .title-3 {
	padding: 16px 25px 17px;
	margin: 6rem 0 4rem;
	border-left: 7px solid var(--color-yellow2);
	font-size: 2.0rem;
	font-weight: normal;
	line-height: 1.6;
	letter-spacing: 0.15rem;
  }
}

.title-4 {
  text-align: justify;
  position: relative;
  padding: 7px 17px 9px;
  margin: 4rem 0 3rem;
  background-color: var(--color-navy);
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.15rem;
  border-radius: 10px;
}

.title-4:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 8px solid transparent;
  border-top: 10px solid var(--color-navy);
  width: 0;
  height: 0;
}

@media (min-width: 1080px) {
  .title-4 {
	padding: 8px 22px;
	margin: 6rem 0 4rem;
	font-size: 1.7rem;
	font-weight: normal;
	line-height: 1.6;
	letter-spacing: 0.1rem;
	border-radius: 10px;
  }
}

.title-5 {
  padding: 6px 14px 5px;
  margin: 5rem 0 3rem;
  border-left: 7px solid var(--color-gray);
  /* background-color: var(--color-lightgray); */
  color: var(--color-gray);
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.03rem;
}

@media (min-width: 1080px) {
  .title-5 {
	padding: 7px 14px 6px;
	margin: 6rem 0 3.5rem;
	border-left: 7px solid var(--color-gray);
	font-size: 1.6rem;
	line-height: 1.6;
	font-weight: bold;
	letter-spacing: 0.06rem;
  }
}

.campaign-list-title {
  width: 100%;
  height: 0;
  padding-top: 119%;
  background: url(/common/img/campaign/campaign-top-sp.jpg) no-repeat center center;
  background-size: cover;
  margin-bottom: 20px;
}

.campaign-list-title span {
  display: none;
}

@media (min-width: 1080px) {
  .campaign-list-title {
	width: 710px;
	height: 340px;
	padding-top: 0;
	background: url(/common/img/campaign/campaign-top-pc.jpg) no-repeat center top;
	background-size: 710px 340px;
	margin-bottom: 30px;
  }
}

/*---------------------------------------------------------------------------
 align
---------------------------------------------------------------------------*/
.right {
  text-align: right;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.justify {
  text-align: justify;
}

.contents-body .center {
  text-align: center;
}

.contents-body .right {
  text-align: right;
}

.contents-body #faq .center {
  text-align: center;
}

.contents-body #faq .right {
  text-align: right;
}

/*---------------------------------------------------------------------------
 color
---------------------------------------------------------------------------*/
.red {
  color: var(--color-red);
}

.orange {
  color: var(--color-orange2);
}

.bg-white {
  background-color: #fff;
}

.bg-red {
  background-color: var(--color-red);
}

.bg-cream {
  background-color: #feffdf;
}

.bg-lightorange {
  background-color: #fff6ee;
}

.bg-img {
  background-image: var(--bg-img2);
}

@media (min-width: 1080px) {
  .bg-img {
	background-image: var(--bg-img);
  }
}

.bg-gnav {
  /*background: var(--bg-ptn);*/
  background: linear-gradient(#fff 0%, #fff 20%, #f3f3f3 80%, #f3f3f3 100%);
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #fafafa;
}

@media (min-width: 1080px) {
  .bg-gnav {
	border-top: 1px solid #f3f3f3;
  }
}

/* @media (min-width: 1080px) {
  .line {
	border-top: 1px solid #f5f5f5;
	border-bottom: 1px solid #fafafa;
	background: #fff;
  }
} */

/*---------------------------------------------------------------------------
 border
---------------------------------------------------------------------------*/
.border-top {
  border-top: 1px solid #f0f0f0;
}

/*---------------------------------------------------------------------------
 other
---------------------------------------------------------------------------*/
.bold {
  font-weight: bold;
}

.line {
  text-decoration: underline;
}

.line-through {
  text-decoration: line-through;
}

.roman {
  font-family: "Times New Roman", Times, "serif";
}

.marker {
  background: linear-gradient(transparent 60%, #ffe282 60%);
  padding: 0 5px 0;
  font-weight: bold;
}

@media (min-width: 1080px) {
  .marker {
	padding: 0 5px 2px;
  }
}

.detail-link i,
.external-link i {
  font-size: 1.7rem;
  margin-left: 6px;
  vertical-align: text-bottom;
}

.detail-link i,
.external-link i {
  color: var(--color-gray);
}

.footer-link i {
  font-size: 1.5rem;
  margin-right: 4px;
  vertical-align: text-bottom;
}

.detail-button {
  display: block;
  box-sizing: border-box;
  text-align: center;
  width: auto;
  height: 44px;
  line-height: 44px;
  border-radius: 22px;
  background-color: var(--color-yellow);
  box-shadow: 0px 3px #e9d100;
  font-size: 1.2rem;
  letter-spacing: 0;
  padding: 0 10px;
}

@media (min-width: 1080px) {
  .detail-button {
	width: 80%;
	height: 46px;
	line-height: 46px;
	border-radius: 23px;
	font-size: 1.4rem;
	letter-spacing: 0.1rem;
	padding: 0 15px;
	margin: 0 10%;
  }
}

.detail-button:hover {
  transition: all 0.4s;
  background-color: var(--color-green);
  box-shadow: 0px 3px #389f9f;
}

.detail-button a {
  display: block;
  width: 100%;
  height: 100%;
  font-weight: bold;
}

.detail-button a {
  color: var(--color-gray);
  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.7rem;
	margin-left: 8px;
  }
}

.detail-button-2 {
  display: block;
  box-sizing: border-box;
  text-align: center;
  width: auto;
  height: 44px;
  line-height: 44px;
  border-radius: 22px;
  background-color: var(--color-yellow);
  box-shadow: 0px 3px #e9d100;
  font-size: 1.3rem;
  letter-spacing: .05rem;
  padding: 0 10px;
  margin: 0 auto;
}

@media (min-width: 1080px) {
  .detail-button-2 {
	width: 40%;
	height: 46px;
	line-height: 46px;
	border-radius: 23px;
	font-size: 1.5rem;
	letter-spacing: 0.1rem;
	padding: 0 15px;
  }
}

.detail-button-2:hover {
  transition: all 0.4s;
  background-color: var(--color-green);
  box-shadow: 0px 3px #389f9f;
}

.detail-button-2 a {
  display: block;
  width: 100%;
  height: 100%;
  font-weight: bold;
}

.detail-button-2 a {
  color: var(--color-gray);
  text-decoration: none;
}

.detail-button-2 a:hover {
  color: #fff;
  text-decoration: none;
}

.detail-button-2 i {
  font-size: 1.5rem;
  margin-left: 4px;
  vertical-align: text-bottom;
}

@media (min-width: 1080px) {
  .detail-button-2 i {
	font-size: 1.7rem;
	margin-left: 8px;
  }
}

.frame {
  box-sizing: border-box;
  border: 2px solid #ffe880;
  padding: 25px 20px 25px 35px;
  background: #fffee0;
  border-radius: 6px;
}

@media (min-width: 1080px) {
  .frame {
	border-radius: 15px;
	padding: 25px 35px;
  }
}

.frame2 {
  box-sizing: border-box;
  border: 2px solid #ffe880;
  padding: 15px 10px 15px 25px;
  background: #fffee0;
  border-radius: 6px;
  margin: 0 1.5rem;
}

@media (min-width: 1080px) {
  .frame2 {
	border-radius: 15px;
	padding: 10px 20px;
	margin: 0 3rem;
  }
}

.frame3 {
  box-sizing: border-box;
  border: 2px solid #ffe880;
  padding: 12px 16px;
  background: #fffee0;
  border-radius: 12px;
}

@media (min-width: 1080px) {
  .frame3 {
	border-radius: 12px;
	padding: 18px 30px;
  }
}

.border {
  border: 2px solid #f3f3f3;
}

/*---------------------------------------------------------------------------
 font-size
---------------------------------------------------------------------------*/
.fs-s {
  font-size: 1.1rem;
}

.fs-m {
  font-size: 1.2rem;
}

.fs-l {
  font-size: 1.6rem;
}

.fs-2l {
  font-size: 2rem;
}

.fs-3l {
  font-size: 2.4rem;
}

.fs-4l {
  font-size: 3.6rem;
}

.fs-5l {
  font-size: 4.8rem;
}

@media (min-width: 1080px) {
  .fs-s {
	font-size: 1.3rem;
  }

  .fs-m {
	font-size: 1.6rem;
  }

  .fs-l {
	font-size: 1.8rem;
  }

  .fs-2l {
	font-size: 2.4rem;
  }

  .fs-3l {
	font-size: 3rem;
  }

  .fs-4l {
	font-size: 4rem;
  }

  .fs-5l {
	font-size: 5.2rem;
  }
}

/*---------------------------------------------------------------------------
 margin-top
---------------------------------------------------------------------------*/
.mt {
  margin-top: 1.5rem;
}

@media (min-width: 1080px) {
  .mt {
	margin-top: 3rem;
  }
}

.mt2 {
  margin-top: 0.75rem;
}

@media (min-width: 1080px) {
  .mt2 {
	margin-top: 1.5rem;
  }
}

/*---------------------------------------------------------------------------
 margin-bottom
---------------------------------------------------------------------------*/
.mb0 {
  margin-bottom: 0;
}

.mb-s {
  margin-bottom: 0.75rem;
}

.mb-m {
  margin-bottom: 1.5rem;
}

.mb-l {
  margin-bottom: 2rem;
}

.mb-2l {
  margin-bottom: 2.5rem;
}

.mb-3l {
  margin-bottom: 3.5rem;
}

.mb-4l {
  margin-bottom: 5rem;
}

@media (min-width: 1080px) {
  .mb-s {
	margin-bottom: 1rem;
  }

  .mb-m {
	margin-bottom: 2rem;
  }

  .mb-l {
	margin-bottom: 3rem;
  }

  .mb-2l {
	margin-bottom: 4rem;
  }

  .mb-3l {
	margin-bottom: 6rem;
  }

  .mb-4l {
	margin-bottom: 10rem;
  }
}

.text-margin {
  margin-right: 4px;
  margin-left: 4px;
}

/*---------------------------------------------------------------------------
 list
---------------------------------------------------------------------------*/
.items {
  list-style-type: disc;
}

.items li {
  text-align: justify;
  line-height: 1.7;
  margin-bottom: 2.2rem;
}

@media (min-width: 1080px) {
  .items li {
	line-height: 2;
	margin-bottom: 2.8rem;
  }
}

.items li:last-child {
  margin-bottom: 0;
}

.ordered {
  list-style-type: decimal;
}

.list-none {
  list-style-type: none;
}

.inline {
  display: flex;
  flex-direction: column;
  /* margin-left: 1rem; */
}

.inline li {
  margin: 0 0 1rem 0;
}

@media (min-width: 1080px) {
  .inline {
	flex-direction: row;
	margin: 0 2rem;
  }

  .inline li {
	margin: 0 2rem 0 0;
  }

  .inline li:last-child {
	margin-right: 0;
  }
}

.items-margin {
  margin-left: 3rem;
  margin-right: 1.5rem;
}

.items-margin2 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

@media (min-width: 1080px) {
  .items-margin {
	margin-left: 5rem;
	margin-right: 3rem;
  }

  .items-margin2 {
	margin-left: 3rem;
	margin-right: 3rem;
  }
}

.table .items li {
  line-height: 1.4;
}

@media (min-width: 1080px) {
  .table .items li {
	line-height: 1.6;
  }
}

dl.items {
  margin-left: .5rem;
}

@media (min-width: 1080px) {
  dl.items {
	margin-left: 1.5rem;
  }
}

.items dt {
  font-size: 1.45rem;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 1rem;
}

@media (min-width: 1080px) {
  .items dt {
	font-size: 1.7rem;
	line-height: 2;
	margin-bottom: 1.5rem;
  }
}

.items dd {
  text-align: justify;
  line-height: 1.8;
  margin-bottom: 3rem;
  margin-left: 1rem;
  margin-right: 1.5rem;
  border-left: 5px solid #e5e5e5;
  padding-left: 1.75rem;
  padding-bottom: .25rem;
}

.items dd:last-child {
  margin-bottom: 0;
}

@media (min-width: 1080px) {
  .items dd {
	border-left: 6px solid #e5e5e5;
	line-height: 2;
	margin-bottom: 6rem;
	padding-left: 2.5rem;
	padding-right: 2rem;
	padding-bottom: .5rem;
  }
}

.fs-s i {
  font-size: 1.4rem;
}

/*---------------------------------------------------------------------------
 list in box
---------------------------------------------------------------------------*/
.itemsbox {
  text-align: justify;
  background: #fffff7;
  border: 2px solid var(--color-blue);
  border-radius: 15px;
}

.itemsbox-title {
  text-align: center;
  background: var(--color-blue);
  color: #fff;
  padding: 12px;
  border-radius: 13px 13px 0 0;
  font-weight: bold;
}

.itemsbox-body {
  margin: 16px 20px;
}

@media (min-width: 1080px) {
  .itemsbox {
	border-radius: 30px;
  }

  .itemsbox-title {
	font-size: 1.8rem;
	letter-spacing: .1rem;
	padding: 16px;
	border-radius: 27px 27px 0 0;
	font-weight: normal;
  }

  .itemsbox-body {
	margin: 25px 35px;
  }
}

/*---------------------------------------------------------------------------
 申し込み事例
---------------------------------------------------------------------------*/
.fukidashi-wrap {
  margin: 0 5px 30px;
  min-height: 100px;
}

@media (min-width: 1080px) {
  .fukidashi-wrap {
	margin: 0 40px 40px;
  }
}

.fukidashi-icon-01 {
  background: url(/common/img/basic/case/fukidashi-icon.png) no-repeat center left;
  background-size: 90px 90px;
}

.fukidashi-icon-01b {
  background: url(/common/img/basic/case/fukidashi-icon-01b.png) no-repeat center left;
  background-size: 90px 90px;
}

.fukidashi-icon-02 {
  background: url(/common/img/basic/case/fukidashi-icon-02.png) no-repeat center left;
  background-size: 90px 90px;
}

.fukidashi {
  position: relative;
  background: #f7f7f7;
  border-radius: 15px;
  padding: 14px 20px;
  margin-left: 110px;
}

@media (min-width: 1080px) {
  .fukidashi {
	padding: 18px 24px;
	margin-left: 120px;
  }
}

.fukidashi:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -22px;
  margin-top: -15px;
  border: 10px solid transparent;
  border-right: 15px solid #f7f7f7;
}

.fukidashi p {
  font-weight: bold;
  letter-spacing: .08rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

@media (min-width: 1080px) {
  .fukidashi p {
	font-weight: normal;
	letter-spacing: .05rem;
	line-height: 1.7;
	margin-bottom: 1.5rem;
  }
}

.fukidashi p:last-child {
  margin-bottom: 0;
}

/*---------------------------------------------------------------------------
 scroll table
---------------------------------------------------------------------------*/
.scroll {
  box-sizing: border-box;
  width: 100%;
  overflow-x: auto;
}

.scroll:before {
  content: "※スワイプで表全体を確認できます";
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.5px;
  color: var(--color-red);
}

.scroll table {
  overflow: auto;
  margin-top: 8px;
}

@media (min-width: 1080px) {
  .scroll {
	display: none;
  }
}

caption {
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  color: #fff;
  background: var(--color-gray);
  padding: 12px;
  margin-bottom: 7px;
}

/*---------------------------------------------------------------------------
 table
---------------------------------------------------------------------------*/
.table {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  border-top: 2px solid #e5e5e5;
  border-left: 2px solid #e5e5e5;
  background-color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
  white-space: nowrap;
}

.table th {
  vertical-align: middle;
  font-weight: bold;
  border-bottom: 2px solid #e5e5e5;
  border-right: 2px solid #e5e5e5;
  padding: 25px;
  background: var(--color-lightgray);
}

.table td {
  vertical-align: middle;
  border-bottom: 2px solid #e5e5e5;
  border-right: 2px solid #e5e5e5;
  padding: 25px;
}

.table td.dotline-right {
  border-right: 2px dotted #e2e2e2;
}

.table p:last-child {
  margin-bottom: 0;
}

.table p {
  line-height: 1.8;
  letter-spacing: 0.1rem;
  margin-right: auto;
  margin-left: auto;
}

.table th p {
  font-weight: bold;
}

@media (min-width: 1080px) {
  .table {
	font-size: 1.6rem;
	white-space: inherit;
  }

  .table th {
	padding: 20px 25px;
  }

  .table td {
	padding: 20px 25px;
  }
}

.bg-tr th,
.bg-tr td {
  background: #fffbeb;
}

.cb-table {
  position: relative;
  margin-top: 50px;
}

.type-label-wrap {
  position: absolute;
  top: -5px;
  left: -5px;
  width: 89px;
  height: 91px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

@media (min-width: 1080px) {
  .type-label-wrap {
	position: absolute;
	top: -5px;
	left: -5px;
  }
}

.type-label {
  display: inline-block;
  position: absolute;
  right: -24px;
  top: 22px;
  width: 160px;
  font-family: Arial, Helvetica, "sans-serif";
  line-height: 16px;
  text-align: center;
  background: linear-gradient(to left, var(--color-green2) 0%, var(--color-green2) 100%);
  color: #fff;
  letter-spacing: 0.05em;
  transform: rotate(-45deg);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.type-label:before,
.type-label:after {
  position: absolute;
  content: "";
  border-top: 4px solid #449a12;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  bottom: -4px;
}

.type-label:before {
  right: 14px;
}

.type-label:after {
  left: 18px;
}

/*---------------------------------------------------------------------------
 table flexible
---------------------------------------------------------------------------*/
.flexible,
.flexible tbody,
.flexible tr,
.flexible th,
.flexible td {
  white-space: inherit;
}

@media (max-width: 640px) {

  .flexible,
  .flexible tbody,
  .flexible tr,
  .flexible th,
  .flexible td {
	display: block;
	word-break: break-all;
  }

  .flexible th {
	width: auto;
	height: auto;
  }

  .flexible td {
	width: auto;
	height: auto;
  }
}

/*---------------------------------------------------------------------------
 table cell size
---------------------------------------------------------------------------*/
.cell-60 {
  width: 60%;
}

.cell-55 {
  width: 55%;
}

.cell-50 {
  width: 50%;
}

.cell-45 {
  width: 45%;
}

.cell-40 {
  width: 40%;
}

.cell-35 {
  width: 35%;
}

.cell-30 {
  width: 30%;
}

.cell-25 {
  width: 25%;
}

.cell-20 {
  width: 20%;
}

.cell-15 {
  width: 15%;
}

.cell-10 {
  width: 10%;
}

/*---------------------------------------------------------------------------
 TAX
---------------------------------------------------------------------------*/
.tax {
  text-align: justify;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: bold;
  letter-spacing: 0.03rem;
  margin: 4rem 0 0;
  padding: 8px 16px;
  color: #fff;
  background: var(--color-blue);
  border-radius: 4px;
}

.tax p {
  line-height: 1.6;
}

@media (min-width: 1080px) {
  .tax {
	text-align: center;
	font-size: 1.2rem;
	letter-spacing: 0.03rem;
	padding: 7px 10px;
	margin: 8rem 0 0;
	font-weight: normal;
  }

  .tax p {
	line-height: 1.6;
  }
}

/*---------------------------------------------------------------------------
 HOME
---------------------------------------------------------------------------*/
@media (min-width: 1080px) {
  .mainimg {
	margin: 50px 0;
  }
}

.mainimg a {
  position: relative;
  height: 0;
  display: block;
  overflow: hidden;
  padding-top: calc(1400 / 1170 * 100%);
}

@media (min-width: 641px) and (max-width: 999px) {
  .mainimg a {
	padding-top: calc(545 / 1080 * 100%);
  }
}

@media (min-width: 1000px) and (max-width: 1079px) {
  .mainimg a {
	padding-top: calc(545 / 1080 * 100%);
  }
}

@media (min-width: 1080px) {
  .mainimg a {
	padding-top: calc(545 / 1080 * 100%);
  }
}

.mainimg a img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/*---------------------------------------------------------------------------
 会社概要
---------------------------------------------------------------------------*/
.google-map {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
}

.google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

@media (min-width: 1080px) {
  .google-map {
	padding-bottom: 50%;
  }
}

/*---------------------------------------------------------------------------
 youtube
---------------------------------------------------------------------------*/
.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 30px;
}

.video:last-of-type {
  margin-bottom: 15px;
}

.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.best-agency {
  margin-bottom: 20px;
}

.youtube {
  position: relative;
  width: 100%;
  margin: 20px 0 20px;
  padding-top: 56.25%;
}

.best-agency p {
  text-align: justify;
  /*margin-left: 1.5rem;
  margin-right: 1.5rem;*/
}

.youtube img,
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 600px) {
  .best-agency {
	display: none;
  }
}

/*---------------------------------------------------------------------------
 マーキー
---------------------------------------------------------------------------*/
.marqueeRightLeft {
  box-sizing: border-box;
  width: auto;
  padding: 0.75em 0;
  margin: 17px 15px 15px;
  position: relative;
  overflow: hidden;
  text-align: left;
  font-weight: bold;
  color: var(--color-gray);
  background-color: #fff;
  border-radius: 10px;
}

.home .marqueeRightLeft {
  margin: 20px 20px 25px;
}

@media (min-width: 1080px) {
  .marqueeRightLeft {
	margin: 30px auto 20px;
  }

  .home .marqueeRightLeft {
	margin: 0 auto 40px;
  }
}

.marqueeRightLeft:before {
  content: "重要なお知らせ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-left: 0.25em;
  padding: 1em 0.9em;
  z-index: 5;
  color: #fff;
  background: var(--color-blue);
  border-radius: 6px 0 0 6px;
  font-size: 0.85em;
  letter-spacing: 0.1em;
  font-weight: bold;
}

@media (min-width: 1080px) {
  .marqueeRightLeft:before {
	font-size: 0.85em;
	padding: 1em 1.25em;
  }
}

@media (min-width: 1080px) {
  .marqueeRightLeft:before {
	font-weight: normal;
  }
}

.marqueeRightLeft p:after {
  content: "";
  white-space: nowrap;
}

.marqueeRightLeft p {
  font-size: 0.9em;
  color: var(--color-gray2);
  margin: 0;
  line-height: 1;
  padding-left: 100%;
  display: inline-block;
  white-space: nowrap;
  -webkit-animation: marqueeRL 20s linear infinite;
  animation: marqueeRL 20s linear infinite;
}

@-webkit-keyframes marqueeRL {
  from {
	-webkit-transform: translate(0);
  }

  to {
	-webkit-transform: translate(-100%);
  }
}

@keyframes marqueeRL {
  from {
	-webkit-transform: translate(0);
	transform: translate(0);
  }

  to {
	-webkit-transform: translate(-100%);
	transform: translate(-100%);
  }
}

/*---------------------------------------------------------------------------
 CTA
---------------------------------------------------------------------------*/
.cta-copy {
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  margin: 0.5rem 2rem 1.8rem;
  font-weight: bold;
}

@media (min-width: 1080px) {
  .cta-copy {
	font-size: 2rem;
	line-height: 1;
	letter-spacing: 0.15rem;
	margin: 0 1rem 2rem;
	font-weight: normal;
  }
}

.cta-text {
  text-align: justify;
  font-size: 1.15rem;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  margin: 0 1rem 1.5rem;
  font-weight: bold;
  color: #535353;
}

.cta-text span {
  font-weight: bold;
}

@media (min-width: 1080px) {
  .cta-text {
	font-size: 1.4rem;
	line-height: 1.6;
	margin: 0 1rem 1.5rem;
	font-weight: normal;
  }

  .cta-text span {
	font-weight: normal;
  }
}

.cta-wrap {
  border-radius: 40px;
  padding: 130px 25px 25px;
  background: url(/common/img/home/cta-img.png) no-repeat top 22px center #fff;
  background-size: 155px 97px;
  margin: 0 20px;
}


@media (min-width: 1080px) {
  .cta-wrap {
	box-sizing: border-box;
	height: 170px;
	border-radius: 85px;
	padding: 28px 0 28px;
	background: url(/common/img/home/cta-img.png) no-repeat center left 110px #fff;
	background-size: 155px 97px;
	margin: 0;
  }
}

.cta-box {
  width: auto;
}

@media (min-width: 1080px) {
  .cta-box {
	margin-left: 320px;
	width: 670px;
  }
}

/*---------------------------------------------------------------------------
 cancel
---------------------------------------------------------------------------*/
.cancel-copy {
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  margin: 0.5rem 2rem 1.8rem;
  font-weight: bold;
}

@media (min-width: 1080px) {
  .cancel-copy {
	font-size: 2rem;
	line-height: 1;
	letter-spacing: 0.15rem;
	margin: 0 1rem 2rem;
	font-weight: normal;
  }
}

.cancel-text {
  text-align: justify;
  font-size: 1.15rem;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  margin: 0 1rem 1.5rem;
  font-weight: bold;
  color: #535353;
}

@media (min-width: 1080px) {
  .cancel-text {
	font-size: 1.4rem;
	line-height: 1.6;
	margin: 0 1rem 1.5rem;
	font-weight: normal;
  }
}

.cancel-wrap {
  border-radius: 40px;
  padding: 150px 25px 25px;
  background: url(/common/img/home/home-cancel.png) no-repeat top 22px center #fff;
  background-size: 167px 111px;
  margin: 0 20px;
}

@media (min-width: 1080px) {
  .cancel-wrap {
	box-sizing: border-box;
	height: 170px;
	border-radius: 85px;
	padding: 28px 0 28px;
	background: url(/common/img/home/home-cancel.png) no-repeat center left 110px #fff;
	background-size: 167px 111px;
	margin: 0;
  }
}

.cancel-box {
  width: auto;
}

@media (min-width: 1080px) {
  .cancel-box {
	margin-left: 300px;
	width: 690px;
  }
}

/*---------------------------------------------------------------------------
 Prize
---------------------------------------------------------------------------*/
.prize-detail-button {
  display: block;
  box-sizing: border-box;
  text-align: center;
  width: auto;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
  background-color: var(--color-yellow);
  box-shadow: 0px 2px #e9d100;
  font-size: 1.2rem;
  letter-spacing: .1rem;
  padding: 0 6px;
  margin: 0 auto;
}

@media (min-width: 1080px) {
  .prize-detail-button {
	font-size: 1.2rem;
	padding: 0 10px;
	margin: 0 5px 5px;
  }
}

.prize-detail-button:hover {
  transition: all 0.4s;
  background-color: var(--color-green);
  box-shadow: 0px 2px #389f9f;
}

.prize-detail-button a {
  display: block;
  width: 100%;
  height: 100%;
  font-weight: bold;
}

@media (min-width: 1080px) {
  .prize-detail-button a {
	font-weight: normal;
  }
}

.prize-detail-button a {
  color: var(--color-darkgray);
  text-decoration: none;
}

.prize-detail-button a:hover {
  color: #fff;
  text-decoration: none;
}

.prize-detail-button i {
  font-size: 1.2rem;
  margin-left: 2px;
  vertical-align: inherit;
}

@media (min-width: 1080px) {
  .prize-detail-button i {
	font-size: 1.3rem;
	margin-left: 4px;
	vertical-align: middle;
  }
}


.prize-copy {
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  margin: 0.5rem 2rem 2rem;
  font-weight: bold;
}

@media (min-width: 1080px) {
  .prize-copy {
	font-size: 2rem;
	line-height: 1;
	letter-spacing: 0.15rem;
	margin: 0 0 2rem;
	font-weight: normal;
  }
}

.prize-img {
  text-align: center;
  margin-bottom: 15px;
}

@media (min-width: 1080px) {
  .prize-img {
	margin-bottom: 12px;
  }
}

.prize-text {
  text-align: justify;
  font-size: 1.15rem;
  line-height: 1.8;
  letter-spacing: 0;
  margin: 0 1rem 1.5rem;
  font-weight: bold;
  color: #535353;
}

@media (min-width: 1080px) {
  .prize-text {
	font-size: 1.3rem;
	line-height: 1.6;
	margin: 0 1rem 1.5rem;
	font-weight: normal;
  }
}

.prize-wrap {
  border-radius: 40px;
  padding: 160px 25px 25px;
  background: url(/common/img/home/home-prize.png) no-repeat top 25px center #fff;
  background-size: 183px 122px;
  margin: 0 20px;
}

@media (min-width: 1080px) {
  .prize-wrap {
	box-sizing: border-box;
	height: 170px;
	border-radius: 85px;
	padding: 28px 0 28px;
	background: url(/common/img/home/home-prize.png) no-repeat top 20px left 75px #fff;
	background-size: 183px 122px;
	margin: 0;
  }
}

.prize-box {
  width: auto;
}

@media (min-width: 1080px) {
  .prize-box {
	margin-left: 280px;
	width: 720px;
  }
}

/*---------------------------------------------------------------------------
文章
---------------------------------------------------------------------------*/
.txt-margin {
  margin-right: 10px;
  margin-left: 10px;
}

@media (min-width: 1080px) {
  .txt-margin {
	margin-right: 50px;
	margin-left: 50px;
  }
}

/*---------------------------------------------------------------------------
画像
---------------------------------------------------------------------------*/
.img-margin {
  margin: 2.5rem 1.25rem;
}

@media (min-width: 1080px) {
  .img-margin {
	margin: 5rem 2.5rem;
  }
}

.img-margin2 {
  margin: 1.5rem 5rem 5rem;
}

@media (min-width: 1080px) {
  .img-margin2 {
	margin: 3rem 6rem 6rem;
  }
}

.img-margin3 {
  margin: 1.5rem 3.5rem 3.5rem;
}

@media (min-width: 1080px) {
  .img-margin3 {
	margin: 2.5rem 4rem 4rem;
  }
}

/*---------------------------------------------------------------------------
ギミック
---------------------------------------------------------------------------*/
@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-mainimg {
  margin-bottom: 35px;
}

@media (min-width: 1080px) {
  .talent-mainimg {
	margin-bottom: 70px;
  }
}

.talent-layout {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 30px;
}

@media (min-width: 1080px) {
  .talent-layout {
	flex-direction: row-reverse;
	margin-bottom: 65px;
  }
}

.talent-layout div:first-child {
  width: auto;
  margin-bottom: 30px;
}

@media (min-width: 1080px) {
  .talent-layout div:first-child {
	width: 350px;
	margin-bottom: 0;
  }
}

.talent-layout div:first-child p {
  text-align: justify;
}

.talent-layout div:first-child p:last-child {
  margin-bottom: 0;
}

@media (min-width: 1080px) {
  .talent-layout div:first-child p {
	text-align: justify;
	margin-right: 0;
	margin-left: 0;
  }
}

.talent-layout div:last-child {
  width: auto;
  flex: 0 0 auto;
}

@media (min-width: 1080px) {
  .talent-layout div:last-child {
	width: 300px;
  }
}

.talent-layout div:last-child img {
  width: 180px;
  height: auto;
}

@media (min-width: 1080px) {
  .talent-layout div:last-child img {
	width: inherit;
	height: auto;
  }
}

.staff {
  text-align: center;
  background: #f5f5f5;
  padding: 8px 15px;
  border-radius: 6px;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.05rem;
}

/*---------------------------------------------------------------------------
 開通までの流れ
---------------------------------------------------------------------------*/
.step-icon {
  text-align: center;
  letter-spacing: 0;
}

.step-icon i {
  display: block;
  font-size: 5rem;
  margin-top: .5rem;
  margin-bottom: 1rem;
  color: var(--color-yellow2);
}

@media (min-width: 1080px) {
  .step-icon {
	font-size: 1.6rem;
  }

  .step-icon i {
	font-size: 6rem;
  }
}


/*---------------------------------------------------------------------------
 CTA
---------------------------------------------------------------------------*/
.cta-wrap {
  position: relative;
}

/*---------------------------------------------------------------------------
 レビューを書く
---------------------------------------------------------------------------*/
.write-review {
  text-align: center;
  margin: 20px 15px;
}

@media (min-width: 1080px) {
  .write-review {
	margin: 30px 0;
  }
}

/*---------------------------------------------------------------------------
 理由（トップページ）
---------------------------------------------------------------------------*/
.home-reason {
  margin: 30px 20px 40px;
}

@media (min-width: 1080px) {
  .home-reason {
	margin: 70px 0 80px;
  }
}

.home-reason-top {
  text-align: center;
  /*background: url(/common/img/home/home-reason-talent.png) no-repeat bottom right 50%;
  background-size: auto 180px;
  padding-bottom: 160px;*/
  margin-bottom: 30px;
}

@media (min-width: 1080px) {
  .home-reason-top {
	/*background: url(/common/img/home/home-reason-talent.png) no-repeat left top;
	background-size: 266px 271px;
	min-height: 271px;
	padding-top: 20px;
	padding-left: 315px;
	padding-bottom: 0;*/
	margin-bottom: 80px;
  }
}

.home-reason-title {
  text-align: center;
  font-size: 2.1rem;
  line-height: 1.4;
  letter-spacing: 0.02rem;
  font-weight: bold;
  margin-bottom: 15px;
}

@media (min-width: 1080px) {
  .home-reason-title {
	/* text-align: left; */
	font-size: 3.8rem;
	line-height: 1.2;
	letter-spacing: 0.1rem;
	font-weight: normal;
	margin-bottom: 30px;
  }
}

.home-reason-title span {
  font-weight: bold;
}

@media (min-width: 1080px) {
  .home-reason-title span {
	font-weight: normal;
  }
}

@media (min-width: 1080px) {
  .home-reason-title span:nth-child(1) {
	display: block;
  }
}

.home-reason-title span:nth-child(2) {
  font-size: 3rem;
  font-weight: bold;
  color: var(--color-red);
  padding: 0 4px;
}

@media (min-width: 1080px) {
  .home-reason-title span:nth-child(2) {
	font-size: 5.2rem;
	font-weight: normal;
	padding: 0 5px;
  }
}

.home-reason-body {
  text-align: justify;
  line-height: 2.1;
  width: auto;
}

@media (min-width: 1080px) {
  .home-reason-body {
	margin: 0 50px;
  }
}

.home-reason-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.home-reason-box {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  background: #fff;
  border-radius: 60px;
  padding: 60px 20px 30px;
  margin-bottom: 30px;
}

@media (min-width: 1080px) {
  .home-reason-box {
	width: 510px;
	border-radius: 120px;
	padding: 65px 75px;
	margin-bottom: 60px;
  }
}

.home-reason-box-title {
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.3;
  margin-bottom: 15px;
  letter-spacing: 0.1rem;
  font-weight: bold;
}

@media (min-width: 1080px) {
  .home-reason-box-title {
	text-align: center;
	font-size: 2rem;
	margin-bottom: 30px;
	letter-spacing: 0.2rem;
	font-weight: normal;
  }
}

.home-reason-box-title span {
  display: block;
  margin-top: 5px;
  color: var(--color-red);
  font-weight: bold;
}

@media (min-width: 1080px) {
  .home-reason-box-title span {
	font-weight: normal;
  }
}

.home-reason-box-body {
  text-align: justify;
  font-size: 1.5rem;
  margin: 0 20px 0;
}

.label {
  display: inline-block;
  position: absolute;
  top: -8px;
  left: 40px;
  margin: 0;
  padding: 8px 0 8px;
  z-index: 2;
  width: 36px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-family: Arial, Helvetica, "sans-serif";
  background: linear-gradient(to right, var(--color-blue) 0%, var(--color-blue) 100%);
  border-radius: 2px 0 0 0;
}

@media (min-width: 1080px) {
  .label {
	top: -8px;
	left: 87px;
  }
}

.label:before {
  position: absolute;
  content: "";
  top: 0;
  right: -8px;
  border: none;
  border-bottom: solid 8px var(--color-dark-blue);
  border-right: solid 8px transparent;
}

.label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 18px solid var(--color-blue);
  border-right: 18px solid var(--color-blue);
  border-bottom: 6px solid transparent;
}

.list-bottom-text {
  text-align: justify;
  font-size: 1.3rem;
  margin: 0 3rem 30px;
}

@media (min-width: 1080px) {
  .list-bottom-text {
	margin: 0 3rem 60px;
  }
}

/*---------------------------------------------------------------------------
 オフィシャルキャンペーンバナー
---------------------------------------------------------------------------*/
.official-campaign-banner {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  margin: 25px 20px 0;
}

@media (min-width: 641px) and (max-width: 1079px) {
  .official-campaign-banner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	text-align: center;
	margin: 25px 20px 0;
  }
}

.official-campaign-banner li {
  width: 100%;
  margin-bottom: 25px;
}

@media (min-width: 641px) and (max-width: 1079px) {
  .official-campaign-banner li {
	width: 48%;
	margin-bottom: 25px;
  }
}

/* .official-campaign-banner li:nth-child(1),
.official-campaign-banner li:nth-child(2) {
  margin-bottom: 4%;
} */

/* .official-campaign-banner li:nth-child(3) {
  margin-right: 4%;
} */

.official-campaign-banner li:hover {
  cursor: pointer;
  animation: yure 2.5s ease infinite;
}

/* .official-campaign-banner li:nth-child(3) {
  margin-bottom: 0;
} */

@media (min-width: 1080px) {
  .official-campaign-banner {
	margin: 90px 0 35px;
  }

  .official-campaign-banner li:nth-child(1) {
	width: 525px;
	/* margin-bottom: 30px; */
	margin-right: 30px;
	margin-bottom: 0;
  }

  .official-campaign-banner li:nth-child(2) {
	width: 525px;
	/* margin-bottom: 30px; */
	/* margin-right: 24px; */
	margin-bottom: 0;
  }

  .official-campaign-banner li:nth-child(3) {
	width: 344px;
	/* margin-bottom: 30px; */
	margin-bottom: 0;
  }

  /* .official-campaign-banner li:nth-child(3) {
	width: 1080px;
	margin-bottom: 0;
  } */
}

.official-campaign-text {
  margin: 0 2.5rem 2.5rem;
}

@media (min-width: 1080px) {
  .official-campaign-text {
	margin: 0 3rem 5rem;
  }
}

.official-campaign-text li {
  text-align: justify;
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: .05rem;
  font-weight: bold;
  color: #686868;
  margin-bottom: 1.5rem;
}

@media (min-width: 1080px) {
  .official-campaign-text li {
	font-size: 1.2rem;
	line-height: 1.8;
  }
}

/*---------------------------------------------------------------------------
特長（トップページ）
---------------------------------------------------------------------------*/
.home-feature {
  padding: 35px 25px 50px;
}

@media (min-width: 1080px) {
  .home-feature {
	padding: 70px 0 100px;
  }
}

.home-feature-top {
  margin-bottom: 30px;
}

@media (min-width: 1080px) {
  .home-feature-top {
	margin-bottom: 100px;
  }
}

.home-feature-title {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.2;
  letter-spacing: 0.15rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: var(--color-gray2);
}

@media (min-width: 1080px) {
  .home-feature-title {
	font-size: 4.2rem;
	line-height: 1.5;
	letter-spacing: 0.25rem;
	font-weight: normal;
	margin: 0 0 50px;
	color: var(--color-gray);
  }
}

.home-feature-title span:nth-child(1) {
  font-weight: bold;
  display: block;
}

@media (min-width: 1080px) {
  .home-feature-title span:nth-child(1) {
	font-weight: normal;
	display: inline;
  }
}

.home-feature-title span:nth-child(2) {
  font-size: 3rem;
  font-weight: bold;
  color: var(--color-red);
  padding: 0 2px;
}

@media (min-width: 1080px) {
  .home-feature-title span:nth-child(2) {
	font-size: 6.5rem;
	padding: 0 0.4rem;
  }
}

.home-feature-body {
  text-align: justify;
  line-height: 1.9;
  width: auto;
  margin: 0 10px 40px;
}

@media (min-width: 1080px) {
  .home-feature-body {
	line-height: 2.1;
	margin: 0 50px;
  }
}

.home-feature-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.home-feature-box {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  background: #fff;
  border-radius: 50px;
  padding: 40px 30px 30px;
  margin-bottom: 38px;
}

@media (min-width: 1080px) {
  .home-feature-box {
	width: 505px;
	border-radius: 120px;
	padding: 70px 60px;
	margin-bottom: 70px;
  }
}

.home-feature-box-title {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.1rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  color: var(--color-gray2);
}

@media (min-width: 1080px) {
  .home-feature-box-title {
	text-align: center;
	font-size: 2.2rem;
	letter-spacing: 0.15rem;
	font-weight: normal;
	margin-bottom: 3rem;
	color: var(--color-gray);
  }
}

.home-feature-box-title span {
  margin-top: 5px;
  color: var(--color-red);
  font-weight: bold;
}

@media (min-width: 1080px) {
  .home-feature-box-title span {
	font-weight: normal;
  }
}

.home-feature-box-body {
  text-align: justify;
  font-size: 1.3rem;
  letter-spacing: .1rem;
  line-height: 1.7;
  margin-bottom: 0;
  margin: 0 1rem;
}

@media (min-width: 1080px) {
  .home-feature-box-body {
	font-size: 1.4rem;
	letter-spacing: .1rem;
	line-height: 1.7;
	margin: 0 30px;
  }
}

/*---------------------------------------------------------------------------
対象者（トップページ）
---------------------------------------------------------------------------*/
.home-target {
  padding: 50px 25px 5px;
}

@media (min-width: 1080px) {
  .home-target {
	padding: 100px 0 50px;
  }
}

.home-target-top {
  margin-bottom: 30px;
}

@media (min-width: 1080px) {
  .home-target-top {
	margin-bottom: 80px;
  }
}

.home-target-title {
  text-align: justify;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  font-weight: bold;
  margin: 0 1.25rem 25px;
  color: var(--color-gray2);
}

@media (min-width: 1080px) {
  .home-target-title {
	text-align: center;
	font-size: 4rem;
	line-height: 1.5;
	letter-spacing: 0.15rem;
	font-weight: normal;
	margin: 0 0 50px;
	color: var(--color-gray);
  }
}

.home-target-title span:nth-child(1) {
  font-weight: bold;
  display: inline;
}

@media (min-width: 1080px) {
  .home-target-title span:nth-child(1) {
	font-weight: normal;
	display: block;
  }
}

.home-target-body {
  text-align: justify;
  line-height: 1.9;
  width: auto;
  margin: 0 10px 40px;
}

@media (min-width: 1080px) {
  .home-target-body {
	line-height: 2.1;
	margin: 0 50px;
  }
}

.home-target-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.home-target-box {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  background: #fff;
  border-radius: 5px 40px 40px 40px;
  padding: 30px 30px;
  margin-bottom: 30px;
}

@media (min-width: 1080px) {
  .home-target-box {
	width: 330px;
	border-radius: 5px 60px 60px 60px;
	padding: 40px;
	margin-bottom: 45px;
  }
}

.home-target-box-body {
  display: inline;
  text-align: justify;
  font-size: 1.2rem;
  letter-spacing: .05rem;
  line-height: 2.2;
  margin-bottom: 0;
  color: #797979;
  font-weight: bold;
  border-bottom: 1px dashed #dfdfdf;
  padding-bottom: .45rem;
}

@media (min-width: 1080px) {
  .home-target-box-body {
	font-size: 1.3rem;
	letter-spacing: .075rem;
	line-height: 1.9;
	margin: 0;
	font-weight: normal;
  }
}

/* .bg-target {
  background: url(/common/img/home/target-bg-sp.jpg) no-repeat bottom center;
}

@media (min-width: 1080px) {
  .bg-target {
	padding-bottom: 20px;
	background: url(/common/img/home/target-bg-pc.jpg) no-repeat bottom center;
  }
} */

/*---------------------------------------------------------------------------
 料金（トップページ）
---------------------------------------------------------------------------*/
.home-fee {
  padding: 50px 25px;
}

@media (min-width: 1080px) {
  .home-fee {
	padding: 100px 0;
  }
}

.home-fee-top {
  margin-bottom: 30px;
}

@media (min-width: 1080px) {
  .home-fee-top {
	margin-bottom: 80px;
  }
}

.home-fee-title {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.15rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: var(--color-gray2);
}

@media (min-width: 1080px) {
  .home-fee-title {
	font-size: 4.2rem;
	line-height: 1.5;
	letter-spacing: 0.25rem;
	font-weight: normal;
	margin: 0 0 50px;
	color: var(--color-gray);
  }
}

.home-fee-title span:nth-child(1) {
  font-weight: bold;
  display: block;
}

@media (min-width: 1080px) {
  .home-fee-title span:nth-child(1) {
	display: inline;
	margin-bottom: 10px;
	font-weight: normal;
  }
}

.home-fee-body {
  text-align: justify;
  line-height: 1.9;
  width: auto;
  margin: 0 10px 40px;
}

@media (min-width: 1080px) {
  .home-fee-body {
	line-height: 2.1;
	margin: 0 50px;
  }
}

@media (min-width: 1080px) {
  .home-fee-list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 140px;
	margin-bottom: 50px;
  }
}

.home-fee-list li {
  box-sizing: border-box;
  text-align: center;
  width: auto;
  height: auto;
  margin-bottom: 30px;
}

@media (min-width: 1080px) {
  .home-fee-list li {
	width: 510px;
	height: auto;
	margin-bottom: 60px;
  }
}

@media (min-width: 1080px) {
  .home-fee-list li:nth-child(odd) {
	margin-right: 60px;
  }
}

.home-fee-list li div:nth-child(1) {
  box-sizing: border-box;
  width: 100%;
  padding: 15px 60px;
  background-color: var(--color-green2);
  border-radius: 50px 50px 0 0;
}

@media (min-width: 1080px) {
  .home-fee-list li div:nth-child(1) {
	padding: 25px;
	border-radius: 80px 80px 0 0;
  }
}

.home-fee-list li div:nth-child(2) {
  box-sizing: border-box;
  width: 100%;
  padding: 20px 30px 30px;
  background-color: #fff;
  border-radius: 0 0 50px 50px;
}

@media (min-width: 1080px) {
  .home-fee-list li div:nth-child(2) {
	padding: 40px 60px 60px;
	border-radius: 0 0 80px 80px;
  }
}

/*---------------------------------------------------------------------------
Airターミナル（トップページ）
---------------------------------------------------------------------------*/
.bg-airterminal {
  background: url(/common/img/home/airterminal-bg-sp.jpg) no-repeat top -45px right 10%;
}

@media (min-width: 1080px) {
  .bg-airterminal {
	background: url(/common/img/home/airterminal-bg.jpg) no-repeat top center;
  }
}

.home-airterminal {
  padding: 50px 25px 5px;
}

@media (min-width: 1080px) {
  .home-airterminal {
	padding: 100px 0 10px;
  }
}

.home-airterminal-top {
  margin-bottom: 30px;
}

@media (min-width: 1080px) {
  .home-airterminal-top {
	margin-bottom: 60px;
  }
}

.home-airterminal-title {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 0.1rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: var(--color-gray2);
}

@media (min-width: 1080px) {
  .home-airterminal-title {
	font-size: 4.2rem;
	line-height: 1.5;
	letter-spacing: 0.25rem;
	font-weight: normal;
	margin: 0 0 50px;
	color: var(--color-gray);
  }
}

.home-airterminal-title span:nth-child(1) {
  font-weight: bold;
  display: block;
}

@media (min-width: 1080px) {
  .home-airterminal-title span:nth-child(1) {
	font-weight: normal;
	display: inline;
  }
}

.home-airterminal-body {
  text-align: justify;
  line-height: 1.9;
  width: auto;
  margin: 0 10px 40px;
}

@media (min-width: 1080px) {
  .home-airterminal-body {
	text-align: center;
	line-height: 2.1;
	margin: 0 50px;
  }
}

.home-airterminal-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

@media (min-width: 1080px) {
  .home-airterminal-list {
	margin: 0 67px 160px;
  }
}

.home-airterminal-list div:nth-child(1) img {
  width: 70%;
  height: auto;
}

.home-airterminal-list div:nth-child(1) {
  text-align: center;
  margin-bottom: 50px;
}

@media (min-width: 1080px) {
  .home-airterminal-list div:nth-child(1) img {
	width: 100%;
	height: auto;
  }

  .home-airterminal-list div:nth-child(1) {
	margin-bottom: 0;
	margin-right: 110px;
  }
}

/*---------------------------------------------------------------------------
 セット割（トップページ）
---------------------------------------------------------------------------*/
.bg-setwari {
  background: url(/common/img/home/setwari-bg.jpg) no-repeat top right #fff;
  background-size: cover;
}

@media (min-width: 1080px) {
  .bg-setwari {
	background: url(/common/img/home/setwari-bg.jpg) no-repeat top center #fff;
  }
}

.home-setwari {
  padding: 40px 25px;
}

@media (min-width: 1080px) {
  .home-setwari {
	padding: 100px 0;
  }
}

.home-setwari-top {
  margin-bottom: 40px;
}

@media (min-width: 1080px) {
  .home-setwari-top {
	margin-bottom: 100px;
  }
}

.home-setwari-title {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.6;
  letter-spacing: 0.15rem;
  font-weight: bold;
  padding: 0 25px;
  margin-bottom: 25px;
  color: var(--color-gray2);
}

@media (min-width: 1080px) {
  .home-setwari-title {
	font-size: 4.2rem;
	line-height: 1.7;
	letter-spacing: 0.25rem;
	font-weight: normal;
	padding: 0;
	margin-bottom: 50px;
	color: var(--color-gray);
  }
}

.home-setwari-title span {
  font-weight: bold;
}

@media (min-width: 1080px) {
  .home-setwari-title span {
	display: block;
	font-weight: normal;
  }
}

.home-setwari-body {
  text-align: justify;
  line-height: 1.9;
  width: auto;
  margin: 0 15px 0;
}

@media (min-width: 1080px) {
  .home-setwari-body {
	margin: 0 50px;
	line-height: 2.1;
  }
}

.home-setwari-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.home-setwari-box {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  background: #fff;
  border-radius: 70px 50px 50px 50px;
  padding: 40px 35px 35px;
  margin-bottom: 40px;
}

.home-setwari-box:last-child {
  margin-bottom: 0;
}

@media (min-width: 1080px) {
  .home-setwari-box {
	width: 510px;
	border-radius: 80px 100px 100px;
	padding: 60px 60px 60px;
	margin-bottom: 0;
  }
}

.home-setwari-box-title {
  text-align: center;
  font-size: 1.9rem;
  line-height: 1.3;
  margin-bottom: 15px;
  letter-spacing: 0.1rem;
  font-weight: bold;
}

@media (min-width: 1080px) {
  .home-setwari-box-title {
	text-align: center;
	font-size: 2.4rem;
	margin-bottom: 30px;
	letter-spacing: 0.2rem;
	font-weight: normal;
  }
}

.home-setwari-box-text {
  text-align: justify;
  font-size: 1.2rem;
  line-height: 1.7;
  margin: 0 5px 20px;
  letter-spacing: 0.03rem;
  /* font-weight: bold; */
}

@media (min-width: 1080px) {
  .home-setwari-box-text {
	font-size: 1.4rem;
	line-height: 1.9;
	margin: 0 0 35px;
	/* font-weight: normal; */
  }
}

.setwari-label-wrap {
  position: absolute;
  top: -6px;
  left: -5px;
  width: 89px;
  height: 91px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

@media (min-width: 1080px) {
  .setwari-label-wrap {
	position: absolute;
	top: -7px;
	left: -6px;
  }
}

.setwari-label {
  display: inline-block;
  position: absolute;
  right: -24px;
  top: 22px;
  width: 160px;
  font-family: Arial, Helvetica, "sans-serif";
  line-height: 16px;
  text-align: center;
  background: linear-gradient(to left, var(--color-navy) 0%, var(--color-navy) 100%);
  color: var(--color-yellow2);
  letter-spacing: 0.05em;
  transform: rotate(-45deg);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.setwari-label:before,
.setwari-label:after {
  position: absolute;
  content: "";
  border-top: 4px solid var(--color-dark-navy);
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  bottom: -4px;
}

.setwari-label:before {
  right: 14px;
}

.setwari-label:after {
  left: 18px;
}

.label-sb {
  font-size: 13px;
  padding: 6px 0 7px;
  font-weight: bold;
}

@media (min-width: 1080px) {
  .label-sb {
	font-size: 15px;
  }
}

.label-ym {
  font-size: 13px;
  padding: 6px 0 7px;
  font-weight: bold;
}

@media (min-width: 1080px) {
  .label-ym {
	font-size: 15px;
  }
}

@media (min-width: 1080px) {

  .label-sb,
  .label-ym {
	font-weight: normal;
  }
}

/*---------------------------------------------------------------------------
 利用開始までの流れ
---------------------------------------------------------------------------*/
.home-flow {
  padding: 50px 25px;
}

@media (min-width: 1080px) {
  .home-flow {
	padding: 100px 0;
  }
}

.home-flow-top {
  margin-bottom: 20px;
}

@media (min-width: 1080px) {
  .home-flow-top {
	margin-bottom: 50px;
  }
}

.home-flow-title {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 0.05rem;
  font-weight: bold;
  margin-bottom: 30px;
  color: var(--color-gray2);
}

@media (min-width: 1080px) {
  .home-flow-title {
	font-size: 4.2rem;
	line-height: 1.4;
	letter-spacing: 0.35rem;
	font-weight: normal;
	margin: 0 0 50px;
	color: var(--color-gray);
  }
}

.home-flow-body {
  box-sizing: border-box;
  text-align: justify;
  line-height: 1.9;
  width: auto;
  height: auto;
  margin: 0 10px 30px;
  background: url(/common/img/home/home-flow.png) no-repeat center top;
  background-size: 208px 132px;
  padding-top: 160px;
}

@media (min-width: 1080px) {
  .home-flow-body {
	width: 750px;
	min-height: 135px;
	line-height: 2.1;
	margin: 0 165px;
	background: url(/common/img/home/home-flow.png) no-repeat left top;
	background-size: 208px 132px;
	padding-left: 265px;
	padding-top: 0;
	margin-bottom: 70px;
  }
}

/*---------------------------------------------------------------------------
 オプション（トップページ）
---------------------------------------------------------------------------*/
.home-option {
  text-align: center;
  padding: 35px 20px 40px;
}

@media (min-width: 1080px) {
  .home-option {
	padding: 100px 0;
  }
}

.home-option-top {
  margin-bottom: 30px;
}

@media (min-width: 1080px) {
  .home-option-top {
	margin-bottom: 60px;
  }
}

.home-option-title {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 0.02rem;
  font-weight: bold;
  padding: 0 30px;
  margin-bottom: 20px;
  color: var(--color-gray2);
}

@media (min-width: 1080px) {
  .home-option-title {
	font-size: 4.2rem;
	line-height: 1.4;
	letter-spacing: 0.35rem;
	font-weight: normal;
	padding: 0;
	margin-bottom: 50px;
	color: var(--color-gray);
  }
}

.home-option-title span {
  display: block;
  font-weight: bold;
}

@media (min-width: 1080px) {
  .home-option-title span {
	font-weight: normal;
  }
}

.home-option-body {
  text-align: justify;
  line-height: 2.1;
  width: auto;
  margin: 0 20px 0;
}

@media (min-width: 1080px) {
  .home-option-body {
	text-align: center;
	margin: 0 30px;
  }
}

.option {
  display: flex;
  flex-direction: column;
  margin: 0 0 20px;
}

@media (min-width: 1080px) {
  .option {
	flex-direction: row;
	justify-content: space-between;
	margin: 0 0 70px;
  }
}

.option div {
  text-align: center;
  box-sizing: border-box;
  width: auto;
  height: auto;
  padding: 30px 30px 20px;
  background: #fff;
  margin-bottom: 25px;
  border-radius: 50px;
}

.option div:last-child {
  margin-bottom: 10px;
}

@media (min-width: 1080px) {
  .option div {
	width: 358px;
	padding: 40px 20px 45px;
	margin-bottom: 0;
	margin-right: 3px;
	border-radius: 0;
  }

  .option div:first-child {
	border-radius: 50px 0 0 50px;
  }

  .option div:last-child {
	margin-bottom: 0;
	margin-right: 0;
	border-radius: 0 50px 50px 0;
  }
}

.option figcaption {
  color: var(--color-gray2);
  margin: 2rem 0 1.5rem;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.15rem;
  font-weight: bold;
}

@media (min-width: 1080px) {
  .option figcaption {
	color: var(--color-gray);
	margin: 2.5rem 0 2rem;
	font-weight: normal;
  }
}

.option p {
  text-align: justify;
  font-size: 1.3rem;
  line-height: 1.9;
  letter-spacing: 0;
  margin: 0 1rem 1rem;
}

@media (min-width: 1080px) {
  .option p {
	font-size: 1.3rem;
	line-height: 2.1;
	letter-spacing: 0.03rem;
	margin: 0 3.5rem;
  }
}

.home-option a {
  text-decoration: none;
}


/*---------------------------------------------------------------------------
 よくある質問（トップページ）
---------------------------------------------------------------------------*/
.faq-list {
  padding: 0 20px 35px;
}

@media (min-width: 1080px) {
  .faq-list {
	padding: 0 0 80px;
  }
}

.home-faq-title {
  text-align: center;
  font-size: 2.3rem;
  line-height: 1.4;
  letter-spacing: 0.02rem;
  font-weight: bold;
  padding: 30px 0 25px;
  color: #fff;
}

@media (min-width: 1080px) {
  .home-faq-title {
	font-size: 3.9rem;
	line-height: 1.2;
	letter-spacing: 0.15rem;
	font-weight: normal;
	padding: 60px 0 50px;
  }
}

.faq-list-item {
  margin-bottom: 20px;
}

.faq-list-item:last-child {
  margin-bottom: 0;
}

@media (min-width: 1080px) {
  .faq-list-item {
	margin-bottom: 40px;
  }
}

.faq-q {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: bold;
  background-color: #fff;
  color: #535353;
  border-radius: 25px;
  padding: 1.5rem 2.5rem 1.5rem 2.5rem;
  margin-bottom: 0;
}

@media (min-width: 1080px) {
  .faq-q {
	font-size: 1.9rem;
	font-weight: normal;
	border-radius: 50px;
	padding: 2rem 3rem;
  }
}

.faq-q:hover {
  color: var(--color-gray);
}

.faq-q:hover::after {
  color: var(--color-red);
}

.faq-q.active {
  background: var(--color-lightgray);
  color: #151515;
  border-radius: 30px 30px 0 0;
  margin-bottom: 0;
}

@media (min-width: 1080px) {
  .faq-q.active {
	border-radius: 30px 30px 0 0;
  }
}

.faq-q::after {
  font-family: "icomoon";
  content: "\e922";
  font-size: 2.0rem;
  color: var(--color-blue);
  margin-left: auto;
}

@media (min-width: 1080px) {
  .faq-q::after {
	font-size: 3.2rem;
  }
}

.faq-q.active::after {
  font-family: "icomoon";
  content: "\e923";
  color: var(--color-blue);
}

@media (min-width: 1080px) {
  .faq-q::before {
	text-align: center;
	content: "Q";
	background: var(--color-blue);
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 30px;
	font-family: Arial, Helvetica, "sans-serif";
	margin-right: 2.4rem;
  }
}

.faq-a {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  clear: both;
  font-size: 1.4rem;
  line-height: 1.5;
  background: #fff;
  border-radius: 0 0 30px 30px;
  transition: all 0.2s ease 0.01s;
}

@media (min-width: 1080px) {
  .faq-a {
	font-size: 1.7rem;
	border-radius: 0 0 30px 30px;
  }
}

.faq-a p {
  text-align: justify;
}

.faq-a.active {
  opacity: 1;
  max-height: 100%;
  background: #fff;
  transition: all 0.2s ease 0.01s;
  padding: 1.5rem 2.5rem 1rem;
}

@media (min-width: 1080px) {
  .faq-a.active {
	padding: 4rem 6rem 2rem;
  }
}

/*---------------------------------------------------------------------------
 レビュー（トップページ）
---------------------------------------------------------------------------*/
.review {
  text-align: center;
  padding: 35px 20px 40px;
}

@media (min-width: 1080px) {
  .review {
	padding: 80px 0 40px;
  }
}

.review-top {
  margin-bottom: 40px;
}

@media (min-width: 1080px) {
  .review-top {
	margin-bottom: 80px;
  }
}

.review-title {
  text-align: center;
  font-size: 2.1rem;
  line-height: 1.4;
  letter-spacing: 0.02rem;
  font-weight: bold;
  padding: 0 30px;
  margin-bottom: 20px;
}

@media (min-width: 1080px) {
  .review-title {
	font-size: 3.8rem;
	line-height: 1.4;
	letter-spacing: 0.2rem;
	font-weight: normal;
	padding: 0;
	margin-bottom: 50px;
  }
}

.review-title span {
  display: block;
  font-weight: bold;
}

@media (min-width: 1080px) {
  .review-title span {
	font-weight: normal;
  }
}

.review-body {
  text-align: justify;
  line-height: 2.1;
  width: auto;
  margin: 0 20px 0;
}

@media (min-width: 1080px) {
  .review-body {
	text-align: center;
	margin: 0 30px;
  }
}

/*---------------------------------------------------------------------------
 その他
---------------------------------------------------------------------------*/
.review-top-text {
  text-align: justify;
  background: #fffdd1;
  padding: 17px 26px 17px;
  border-radius: 12px;
  margin-bottom: 15px;
}

.review-top-text p {
  margin-bottom: 0;
  line-height: 1.8;
  letter-spacing: 0.1rem;
}

.campaign-text {
  text-align: justify;
  margin: 0;
  margin: 15px 38px 0;
  font-size: .9rem;
  line-height: 1.9;
  letter-spacing: 0.07rem;
  color: #666;
  font-weight: bold;
}

.campaign-text a {
  color: #666;
  font-weight: bold;
}

.campaign-text a:hover {
  color: var(--link);
}

@media (min-width: 1080px) {
  .campaign-text {
	font-size: 1.2rem;
	line-height: 1.8;
	margin: 30px 100px 40px;
  }
}

#original span,
#official span {
  display: block;
  font-weight: bold;
  margin-top: 5px;
}

@media (min-width: 1080px) {

  #original span,
  #official span {
	display: inline;
	font-weight: normal;
	margin-top: 0;
  }
}

.hikaku caption {
  background: var(--bg-ptn-sp);
  color: #fff;
  padding: 16px 18px;
  border-radius: 12px 12px 0 0;
  font-size: 1.2rem;
  letter-spacing: 0.05rem;
  text-align: left;
  font-weight: bold;
}

@media (min-width: 1080px) {
  .hikaku caption {
	text-align: center;
	font-size: 2rem;
	letter-spacing: 0.05rem;
	font-weight: normal;
	padding: 25px 30px;
	border-radius: 30px 30px 0 0;
  }
}

.hikaku-wrap {
  width: 94%;
  margin: 0 3%;
  overflow-x: auto;
}

@media (min-width: 1080px) {
  .hikaku-wrap {
	width: auto;
	margin: 0;
	overflow-x: hidden;
  }
}

.hikaku-wrap:before {
  content: "※スワイプで表全体を確認できます";
  font-size: 9px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.5px;
  color: #ff0000;
  margin-bottom: 5px;
}

@media (min-width: 1080px) {
  .hikaku-wrap:before {
	display: none;
  }
}

.hikaku-wrap table {
  overflow: auto;
  white-space: nowrap;
}

@media (min-width: 1080px) {
  .hikaku-wrap table {
	overflow: hidden;
	white-space: inherit;
  }
}

.hikaku {
  box-sizing: border-box;
  height: auto;
  border-left: 2px solid #e5e5e5;
  background-color: #fff;
  font-size: 1.2rem;
  box-shadow: 0 1px #fff;
  width: 100%;
  margin-bottom: 15px;
}

.hikaku th,
.hikaku td {
  line-height: 1.6;
  padding: 10px 12px;
}

.hikaku th:nth-child(1) {
  position: sticky;
  left: 0;
  width: 200px;
  background: var(--bg-ptn-sp);
  color: #fff;
}

@media (min-width: 1080px) {
  .hikaku {
	width: 1080px;
	font-size: 1.6rem;
	margin-bottom: 40px;
  }

  .hikaku th,
  .hikaku td {
	padding: 12px 12px;
  }
}

.hikaku p {
  margin: 0;
}

.hikaku th {
  vertical-align: middle;
  font-weight: bold;
  border-bottom: 2px solid #e5e5e5;
  border-right: 2px solid #e5e5e5;
  background-color: #f7f7f7;
}

.hikaku td {
  vertical-align: middle;
  border-bottom: 2px solid #e5e5e5;
  border-right: 2px solid #e5e5e5;
}

.hikaku p {
  font-weight: bold;
  line-height: 1.6;
}

.hikaku thead p {
  font-weight: bold;
}

@media (min-width: 1080px) {
  .hikaku p {
	font-weight: normal;
  }
}

.hikaku th.border-lr,
.hikaku td.border-lr {
  border-left: 4px solid #ffd600;
  border-right: 4px solid #ffd600;
  background: #fff9e8;
}

.hikaku th.border-top,
.hikaku td.border-top {
  border-top: 4px solid #ffd600;
}

.hikaku th.border-bottom,
.hikaku td.border-bottom {
  border-bottom: 4px solid #ffd600;
}

.hikaku thead th.border-lr {
  background: #ffd600;
}

@media (min-width: 1080px) {

  .hikaku th.border-lr,
  .hikaku td.border-lr {
	border-left: 8px solid #ffd600;
	border-right: 8px solid #ffd600;
	background: #fff9e8;
  }

  .hikaku th.border-top,
  .hikaku td.border-top {
	border-top: 8px solid #ffd600;
  }

  .hikaku th.border-bottom,
  .hikaku td.border-bottom {
	border-bottom: 8px solid #ffd600;
  }
}

/*list*/
.cp-notes {
  margin-bottom: 30px;
}

.cp-notes li {
  text-align: justify;
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 0 20px 15px 30px;
}

.cp-notes li:last-child {
  margin-bottom: 0;
}

@media (min-width: 1080px) {
  .cp-notes {
	margin-bottom: 50px;
  }

  .cp-notes li {
	font-size: 1.4rem;
	line-height: 1.6;
	margin: 0 30px 10px 40px;
  }
}

/*list end*/
.hikaku-fs-l {
  font-size: 2.2rem;
  font-family: "Times New Roman", Times, "serif";
  font-weight: bold;
}

@media (min-width: 1080px) {
  .hikaku-fs-l {
	font-size: 2.6rem;
  }
}

.hikaku-fs-m {
  font-size: 1.8rem;
  font-family: "Times New Roman", Times, "serif";
  font-weight: bold;
}

@media (min-width: 1080px) {
  .hikaku-fs-m {
	font-size: 2rem;
  }
}

.nnc {
  font-size: 1.3rem;
}

@media (min-width: 1080px) {
  .nnc {
	font-size: 1.6rem;
  }
}

.hikaku sup {
  font-size: 1rem;
}

.home-cphikaku-top {
  margin-top: 40px;
  margin-bottom: 25px;
}

@media (min-width: 1080px) {
  .home-cphikaku-top {
	margin-top: 80px;
	margin-bottom: 50px;
  }
}

.home-cphikaku-title {
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.4;
  letter-spacing: 0.02rem;
  font-weight: bold;
  margin-bottom: 15px;
}

@media (min-width: 1080px) {
  .home-cphikaku-title {
	font-size: 3.8rem;
	line-height: 1.2;
	letter-spacing: 0.15rem;
	font-weight: normal;
	margin-bottom: 40px;
  }
}

.home-cphikaku-title span:nth-child(1) {
  font-weight: bold;
  display: block;
}

@media (min-width: 1080px) {
  .home-cphikaku-title span:nth-child(1) {
	margin-bottom: 10px;
	font-weight: normal;
  }
}

.home-cphikaku-title span:nth-child(2) {
  font-weight: bold;
  color: var(--color-red);
  padding: 0 4px;
}

@media (min-width: 1080px) {
  .home-cphikaku-title span:nth-child(2) {
	font-weight: normal;
	padding: 0 5px;
  }
}

.home-cphikaku-body {
  text-align: justify;
  line-height: 2.1;
  width: auto;
  margin-left: 10px;
  margin-right: 10px;
}

@media (min-width: 1080px) {
  .home-cphikaku-body {
	margin-left: 3rem;
	margin-right: 3rem;
  }
}

.prize-border {
  text-align: center;
  margin-bottom: 4rem;
}

.prize-border img {
  border: 5px solid #f5f5f5;
}

/*---------------------------------------------------------------------------
 privacy
---------------------------------------------------------------------------*/
.privacypolicy-contact {
  text-align: center;
  background: #f5f5f5;
  padding: 20px;
  border-radius: 6px;
}

.privacypolicy-handling {
  margin: 0 20px 120px;
}

.privacypolicy-handling h2 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  margin-top: 60px;
  margin-bottom: 40px;
  color: #191e2d;
}

.privacypolicy-handling h3 {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0 auto 20px;
  border-left: 4px solid #191e2d;
  padding: 15px 20px;
  color: #191e2d;
  background: #f7f7f7;
  line-height: 1.6;
}

.privacypolicy-handling p {
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.1em;
  margin: 0 1.5em 30px;
  color: #333;
}

.privacypolicy-handling-list {
  margin-bottom: 30px;
}

.privacypolicy-handling-list li {
  text-align: justify;
  list-style-type: decimal;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin: 0 10px 10px 30px;
  color: #333;
}

.privacypolicy-handling-list li>ul {
  margin: 15px 0 30px;
}

.privacypolicy-handling-list li>ul li {
  list-style-type: disc;
  margin-bottom: 10px;
}

.type-none li>ul li {
  list-style-type: none;
}

.privacypolicy-handling-line {
  text-decoration: underline;
}

.privacypolicy-contact {
  text-align: center;
  background: #f5f5f5;
  padding: 20px;
  border-radius: 6px;
}

.privacypolicy-list li {
  text-align: justify;
  list-style-type: lower-latin;
  font-size: 14px;
  color: #333;
  line-height: 1.8;
  margin: 0 0 30px 20px;
}

/*HOME 利用料金切り替え*/
.tab-area {
  display: flex;
  justify-content: space-around;
  cursor: pointer;
  margin-top: 50px;
  border-radius: 20px;
}

.tab {
  position: relative;
  width: 50%;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.06rem;
  text-align: center;
  color: #b4b4b4;
  background-color: #fff;
  padding: 15px;
}

@media (min-width: 1080px) {
  .tab {
	font-weight: normal;
	font-size: 2rem;
  }
}

.tab:nth-child(odd) {
  border-radius: 12px 0 0 12px;
}

.tab:nth-child(even) {
  border-radius: 0 12px 12px 0;
}

.tab:hover {
  background-color: var(--color-violet);
  color: #fff;
}

.tab.active {
  background-color: var(--color-violet);
  color: #fff;
}

.tab.active:after {
  position: absolute;
  bottom: -30px;
  left: 45%;
  content: "";
  height: 15px;
  border-top: 15px solid var(--color-violet);
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}

.tab-content {
  display: none;
}

.tab-content.show {
  margin-top: 40px;
  display: block;
}

/*---------------------------------------------------------------------------
 ページ振り分け
---------------------------------------------------------------------------*/
.sort-box {
  background: #f5f3f1;
  padding: 12px 12px 0;
  border-radius: 16px;
  margin-bottom: 30px;
}

@media (min-width: 1080px) {
  .sort-box {
	background: #f7f6f5;
	padding: 30px 30px 0;
	border-radius: 20px;
	margin-bottom: 60px;
  }
}

.sort-detail {
  display: flex;
  flex-wrap: wrap;
}

.sort-detail li {
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  background: #fff;
  border-radius: 10px;
  padding: 18px 18px 21px;
  margin: 0 0 15px 0;
  box-shadow: 0 2px #f5f2f0;
}

@media (min-width: 1080px) {
  .sort-detail li {
	width: 310px;
	padding: 20px 20px 22px;
	margin: 0 30px 30px 0;
	border-radius: 16px;
  }

  .sort-detail li:nth-child(2n) {
	margin-right: 0;
  }
}

.sort-detail img {
  margin: 5px 0 15px;
}

@media (min-width: 1080px) {
  .sort-detail img {
	margin: 10px 0 25px;
  }
}

.sort-detail-button {
  display: block;
  box-sizing: border-box;
  text-align: center;
  width: auto;
  height: auto;
  border-radius: 20px;
  background-color: var(--color-yellow);
  box-shadow: 0px 2px #e9d100;
  font-size: 1.2rem;
  letter-spacing: 0;
  margin: 0 auto;
}

@media (min-width: 1080px) {
  .sort-detail-button {
	font-size: 1.3rem;
	margin: 0 auto;
  }
}

.sort-detail-button:hover {
  transition: all 0.4s;
  color: #fff;
  background-color: var(--color-green);
  box-shadow: 0px 2px #389f9f;
}

.sort-detail-button a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 13px 12px 12px;
  font-weight: bold;
}

.sort-detail-button a {
  color: var(--color-darkgray);
  text-decoration: none;
}

.sort-detail-button a:hover {
  color: #fff;
  text-decoration: none;
}

.sort-detail-button i {
  font-size: 1.1rem;
  margin-left: 2px;
  vertical-align: middle;
}

@media (min-width: 1080px) {
  .sort-detail-button i {
	font-size: 1.3rem;
	margin-left: 4px;
  }
}

.warranty-type {
  text-align: center;
}

@media (min-width: 1080px) {
  .warranty-type {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
  }
}

.warranty-type li {
  width: auto;
  height: auto;
  margin-bottom: 50px;
}

@media (min-width: 1080px) {
  .warranty-type li {
	width: 330px;
	margin-bottom: 50px;
  }
}

.warranty-type figcaption {
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: .1rem;
  margin-top: 20px;
}

/*---------------------------------------------------------------------------
 lightbox
---------------------------------------------------------------------------*/
.lightbox {
  text-align: center;
}

.lightbox figure {
  margin: 0;
  display: none
}

.lightbox figure.is-open {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999
}

.lightbox figure.is-open .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(14, 14, 14, 0.7);
  text-decoration: none;
  color: inherit
}

.lightbox figure.is-open .overlay figcaption {
  background: #FFF;
  border-radius: 8px;
  padding: 4px 8px !important
}

.lightbox figure.is-open img {
  animation: fadein .3s;
  opacity: 1;
  width: 80%
}

@media only screen and (min-width: 640px) {
  .lightbox figure.is-open img {
	width: 500px
  }
}

@keyframes fadein {
  0% {
	transform: scale(0.2);
	opacity: 0.2
  }

  100% {
	transform: scale(1);
	opacity: 1
  }
}

.table-padding th,
.table-padding td {
  padding: 7px 10px;
}

@media (min-width: 1080px) {

  .table-padding th,
  .table-padding td {
	padding: 12px;
  }
}

.table-padding2 th,
.table-padding2 td {
  padding: 10px 14px;
}

@media (min-width: 1080px) {

  .table-padding2 th,
  .table-padding2 td {
	padding: 14px 18px;
  }
}

/*カテゴリインデックスページ用*/
.page-list {
  width: auto;
  height: auto;
}

@media (min-width: 1080px) {

  .page-list {
	display: flex;
	flex-wrap: wrap;
	width: 710px;
  }
}

.page-list li {
  position: relative;
  text-align: center;
  box-sizing: border-box;
  width: auto;
  height: auto;
  border-bottom: 1px dashed #bebebe;
  padding: 35px 20px;
}

.page-list li:last-child {
  border-bottom: none;
}

@media (min-width: 1080px) {
  .page-list li {
	width: 355px;
	border-bottom: 1px dashed #d5d5d5;
  }

  .page-list li:nth-child(odd) {
	padding: 40px 40px 40px 20px;
	border-right: 1px dashed #d5d5d5;
  }

  .page-list li:nth-child(even) {
	padding: 40px 20px 40px 40px;
  }

  .page-list li:nth-child(odd):nth-last-child(2) {
	border-bottom: none;
  }
}


.page-list figure {
  margin-bottom: 23px;
}

.page-list-title {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 18px;
  letter-spacing: .2rem;
  font-weight: bold;
  color: #424242;
}

@media (min-width: 1080px) {
  .page-list-title {
	font-size: 1.7rem;
	line-height: 1.6;
	margin-bottom: 15px;
	letter-spacing: .15rem;
  }
}

.page-list-body {
  text-align: justify;
  font-size: 1.3rem;
  line-height: 1.8;
  margin: 0 1rem 2.5rem;
  color: #535353;
}

@media (min-width: 1080px) {
  .page-list-body {
	font-size: 1.3rem;
	line-height: 1.8;
	margin: 0 1.5rem 2.5rem;
  }

}

.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: var(--color-yellow);
  box-shadow: 0px 2px #e9d100;
  font-size: 1.3rem;
  letter-spacing: .1rem;
  padding: 0 6px;
  margin: 0 auto;
}

@media (min-width: 1080px) {
  .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: var(--color-green);
  box-shadow: 0px 2px #389f9f;
}

.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: text-top;
}

@media (min-width: 1080px) {
  .page-list-detail-button i {
	font-size: 1.3rem;
	margin-left: 4px;
	vertical-align: baseline;
  }
}

.detail-button-3 {
  display: block;
  box-sizing: border-box;
  text-align: center;
  width: 90%;
  height: 38px;
  line-height: 38px;
  border-radius: 19px;
  background-color: var(--color-yellow);
  box-shadow: 0px 2px #e9d100;
  font-size: 1.2rem;
  letter-spacing: .1rem;
  padding: 0 6px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1080px) {
  .detail-button-3 {
	width: 50%;
	font-size: 1.4rem;
	padding: 0 10px;
  }
}

.detail-button-3:hover {
  transition: all 0.4s;
  background-color: var(--color-green);
  box-shadow: 0px 2px #389f9f;
}

.detail-button-3 a {
  display: block;
  width: 100%;
  height: 100%;
  font-weight: bold;
}

.detail-button-3 a {
  color: var(--color-darkgray);
  text-decoration: none;
}

.detail-button-3 a:hover {
  color: #fff;
  text-decoration: none;
}

.detail-button-3 i {
  font-size: 1.3rem;
  margin-left: 2px;
  vertical-align: text-top;
}

@media (min-width: 1080px) {
  .detail-button-3 i {
	font-size: 1.4rem;
	margin-left: 4px;
	vertical-align: text-top;
  }
}

.ns {
  background: url(/common/img/campaign/ns.png) no-repeat center top;
  background-size: 200px 130px;
}

@media (min-width: 1080px) {
  .ns {
	background: url(/common/img/campaign/ns.png) no-repeat left top;
	background-size: 200px 130px;
	min-height: 160px;
  }
}

.tn {
  text-align: justify;
  padding: 125px 2rem 0;
}

@media (min-width: 1080px) {
  .tn {
	padding: 0 2rem 0 230px;
  }
}

.tn:first-of-type {
  text-align: justify;
  padding: 145px 2rem 0;
}

@media (min-width: 1080px) {
  .tn:first-of-type {
	padding: 0 2rem 0 230px;
  }
}

.tn-campaign-1 {
  background: url(/common/img/campaign/tn-campaign-1.png) no-repeat center top 10px;
  background-size: 230px 100px;
}

@media (min-width: 1080px) {
  .tn-campaign-1 {
	background: url(/common/img/campaign/tn-campaign-1.png) no-repeat left top;
	background-size: 230px 100px;
  }
}

.tn-campaign-2 {
  text-align: justify;
  padding: 125px 2rem 0;
  background: url(/common/img/campaign/tn-campaign-2.png) no-repeat center top 10px;
  background-size: 230px 100px;
}

@media (min-width: 1080px) {
  .tn-campaign-2 {
	padding: 0 2rem 0 230px;
	background: url(/common/img/campaign/tn-campaign-2.png) no-repeat left top;
	background-size: 230px 100px;
  }
}


@media (min-width: 1080px) {
  .page-top-layout {
	display: flex;
  }
}

@media (min-width: 1080px) {
  .page-top-layout div:nth-child(odd) {
	width: auto;
	margin-left: 3rem;
	text-align: justify;
  }
}

.page-top-layout div:nth-child(even) {
  text-align: center;
  width: auto;
}

@media (min-width: 1080px) {
  .page-top-layout div:nth-child(even) {
	width: 314px;
	flex: 0 0 auto;
	margin-left: 30px;
	margin-right: 3rem;
  }
}

.page-top-layout div:nth-child(odd) p {
  text-align: justify;
  margin-bottom: 22px;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

@media (min-width: 1080px) {
  .page-top-layout div:nth-child(odd) p {
	margin: 0;
  }
}

.page-top-layout div:nth-child(even) img {
  padding: 6px;
  border: 1px solid #ebebeb;
  background: #fff;
  width: 240px;
  height: auto;
}

@media (min-width: 1080px) {
  .page-top-layout div:nth-child(even) img {
	width: 300px;
  }
}

.ns-point {
  width: auto;
  height: auto;
  margin-bottom: 20px;
}

@media (min-width: 1080px) {
  .ns-point {
	display: flex;
	flex-wrap: wrap;
	width: 710px;
	margin-bottom: 40px;
  }
}

.ns-point li {
  position: relative;
  text-align: center;
  box-sizing: border-box;
  width: auto;
  height: auto;
  border-bottom: 1px dashed #bebebe;
  padding: 25px 15px;
}

.ns-point li:last-child {
  border-bottom: none;
}

@media (min-width: 1080px) {
  .ns-point li {
	width: 355px;
	padding: 40px;
	border-bottom: 1px dashed #d5d5d5;
  }

  .ns-point li:nth-child(odd) {
	border-right: 1px dashed #d5d5d5;
  }

  .ns-point li:nth-last-child(-n+2) {
	border-bottom: none;
  }
}

.ns-point figure {
  margin-bottom: 23px;
}

.ns-point-title {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 18px;
  letter-spacing: .2rem;
  font-weight: bold;
}

@media (min-width: 1080px) {
  .ns-point-title {
	font-weight: normal;
	letter-spacing: .05rem;
  }
}

.ns-point-body {
  text-align: justify;
  font-size: 1.3rem;
  line-height: 1.8;
  margin-bottom: 0;
}

.sp-policy {
  text-align: left;
}

@media (min-width: 1080px) {
  .sp-policy {
	text-align: justify;
  }
}

/*
 * 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;
}

.tab-area {
  display: flex;
  justify-content: space-around;
  cursor: pointer;
  margin-top: 50px;
  margin-bottom: 80px;
  border-radius: 20px;
}

.tab {
  position: relative;
  width: 50%;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0.06rem;
  text-align: center;
  color: #b4b4b4;
  background-color: var(--color-lightgray2);
  padding: 10px;
}

@media (min-width: 1080px) {
  .tab {
	font-weight: normal;
	font-size: 1.9rem;
  }
}

.tab:nth-child(odd) {
  border-radius: 8px 0 0 8px;
}

.tab:nth-child(even) {
  border-radius: 0 8px 8px 0;
}

.tab:hover {
  background-color: var(--color-yellow);
  color: var(--color-gray);
}

.tab.active {
  background-color: var(--color-yellow);
  color: var(--color-gray);
}

.tab.active:after {
  position: absolute;
  bottom: -29px;
  left: 45%;
  content: "";
  height: 15px;
  border-top: 15px solid var(--color-yellow);
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}

.tab-content {
  display: none;
}

.tab-content.show {
  margin-top: 40px;
  display: block;
}

/*---------------------------------------------------------------------------
 header-top
---------------------------------------------------------------------------*/
.header-top {
  text-align: center;
}

.header-top-sitename {
  color: #fff;
  font-size: 9px;
  letter-spacing: 0.03rem;
  padding: 5px 15px 6px;
  font-weight: bold;
}

@media (min-width: 1080px) {
  .header-top-sitename {
	font-size: 11px;
	padding: 7px 0;
	font-weight: normal;
  }
}

.sitename-bg {
  background-color: var(--color-blue);
}

/*FAQ　インデックス*/
.index {
  counter-reset: my-counter;
  list-style: none;
  width: auto;
  height: auto;
  margin: 4rem auto 2.5rem;
  padding: 1.75rem 2.5rem 1.5rem 2.5rem;
  border: 2px solid #e9e9e9;
  border-radius: 6px;
}

.index li {
  position: relative;
  font-size: 1.3rem;
  line-height: 1.4;
  margin-bottom: 1rem;
  padding-left: 24px;
}

.index>li:last-child {
  margin-bottom: 0;
}

.index>li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: var(--color-blue);
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 19px;
  width: 19px;
  color: #ffffff;
  font-size: 75%;
  position: absolute;
  top: 0;
  left: 0;
}

.index:before {
  text-align: center;
  content: "INDEX";
  display: block;
  margin-bottom: 1.5rem;
  font-size: 1.3rem;
  letter-spacing: 0.03rem;
  font-weight: bold;
}

.index a {
  color: #222;
  text-decoration: none;
}

.index a:hover {
  color: #f40000;
  text-decoration: underline;
}

@media (min-width: 1080px) {
  .index {
	margin: 6.5rem auto 5.5rem;
	padding: 2.5rem 3rem 3rem 5rem;
	border: 2px solid #e9e9e9;
	border-radius: 10px;
  }

  .index li {
	font-size: 1.4rem;
	line-height: 1.3;
	margin-bottom: 1.5rem;
	padding-left: 30px;
  }

  .index>li:last-child {
	margin-bottom: 0;
  }

  .index:before {
	margin-bottom: 1.8rem;
	font-size: 1.5rem;
	letter-spacing: 0.06rem;
	font-weight: normal;
  }
}

.index>li ul {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  counter-reset: my-counter2;
  list-style: none;
}

.index>li ul li:before {
  content: counter(my-counter2);
  counter-increment: my-counter2;
  background-color: var(--color-blue);
  border: 1px solid;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 17px;
  width: 17px;
  color: #ffffff;
  font-size: 75%;
  position: absolute;
  top: 0;
  left: 0;
}

/*FAQ　吹き出し */
.fukidashi2-wrap {
  margin: 0 5px 30px;
  min-height: 100px;
}

@media (min-width: 1080px) {
  .fukidashi2-wrap {
	margin: 0 40px 40px;
  }
}

.fukidashi2-icon-01 {
  background: url(/common/img/basic/faq/fukidashi-icon.png) no-repeat center left;
  background-size: 90px 90px;
}

.fukidashi2-icon-02 {
  background: url(/common/img/basic/faq/fukidashi-icon-02.png) no-repeat center left;
  background-size: 90px 90px;
}

.fukidashi2 {
  position: relative;
  background: #f7f7f7;
  border-radius: 15px;
  padding: 14px 20px;
  margin-left: 110px;
}

@media (min-width: 1080px) {
  .fukidashi2 {
	padding: 18px 24px;
	margin-left: 120px;
  }
}

.fukidashi2:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -22px;
  margin-top: -15px;
  border: 10px solid transparent;
  border-right: 15px solid #f7f7f7;
}

.fukidashi2 p {
  font-weight: bold;
  letter-spacing: .08rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

@media (min-width: 1080px) {
  .fukidashi2 p {
	font-weight: normal;
	letter-spacing: .05rem;
	line-height: 1.7;
	margin-bottom: 1.5rem;
  }
}

.fukidashi2 p:last-child {
  margin-bottom: 0;
}

/*カテゴリインデックスページ用*/
.faq-list2 {
  width: auto;
  height: auto;
}

@media (min-width: 1080px) {

  .faq-list2 {
	display: flex;
	flex-wrap: wrap;
	width: 710px;
  }
}

.faq-list2 li {
  position: relative;
  text-align: center;
  box-sizing: border-box;
  width: auto;
  height: auto;
  border-bottom: 1px dashed #bebebe;
  padding: 35px 0;
}

.faq-list2 li:last-child {
  border-bottom: none;
}

@media (min-width: 1080px) {
  .faq-list2 li {
	width: 355px;
	border-bottom: 1px dashed #d5d5d5;
  }

  .faq-list2 li:nth-child(odd) {
	padding: 40px 40px 40px 20px;
	border-right: 1px dashed #d5d5d5;
  }

  .faq-list2 li:nth-child(even) {
	padding: 40px 20px 40px 40px;
  }

  .faq-list2 li:nth-child(odd):nth-last-child(2) {
	border-bottom: none;
  }
}


.faq-list2 figure {
  margin-bottom: 23px;
}

.faq-list2-title {
  text-align: justify;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 0 1.25rem 18px;
  font-weight: bold;
  color: #424242;
}

@media (min-width: 1080px) {
  .faq-list2-title {
	font-size: 1.6rem;
	line-height: 1.7;
	margin: 0 1.25rem 20px;
  }
}

.faq-list2-title a {
  text-decoration: none;
}

.faq-list2-title a:hover {
  text-decoration: underline;
}

.faq-list2-body {
  text-align: justify;
  font-size: 1.3rem;
  line-height: 1.8;
  margin: 0 1rem 2.5rem;
  color: #535353;
}

@media (min-width: 1080px) {
  .faq-list2-body {
	font-size: 1.3rem;
	line-height: 1.8;
	margin: 0 1.5rem 2.5rem;
  }

}

.faq-list2-detail-button {
  display: block;
  box-sizing: border-box;
  text-align: center;
  width: auto;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
  background-color: var(--color-yellow);
  box-shadow: 0px 2px #e9d100;
  font-size: 1.3rem;
  letter-spacing: .1rem;
  padding: 0 6px;
  margin: 0 auto;
}

@media (min-width: 1080px) {
  .faq-list2-detail-button {
	font-size: 1.4rem;
	padding: 0 10px;
	margin: 0 5px 5px;
  }
}

.faq-list2-detail-button:hover {
  transition: all 0.4s;
  background-color: var(--color-green);
  box-shadow: 0px 2px #389f9f;
}

.faq-list2-detail-button a {
  display: block;
  width: 100%;
  height: 100%;
  font-weight: bold;
}

.faq-list2-detail-button a {
  color: var(--color-darkgray);
  text-decoration: none;
}

.faq-list2-detail-button a:hover {
  color: #fff;
  text-decoration: none;
}

.faq-list2-detail-button i {
  font-size: 1.4rem;
  margin-left: 4px;
  vertical-align: text-top;
}

@media (min-width: 1080px) {
  .faq-list2-detail-button i {
	font-size: 1.3rem;
	margin-left: 4px;
	vertical-align: baseline;
  }
}

/*---------------------------------------------------------------------------
FAQアコーディオン
---------------------------------------------------------------------------*/
.faq-box {
  margin-right: 20px;
  margin-left: 20px;
  padding-bottom: 15px;
  color: #656565;
}

@media (min-width: 1080px) {
  .faq-box {
	padding-bottom: 50px;
	margin: 0;
  }
}

details.faq-item {
  width: 100%;
  border-radius: var(--radius);
  margin: 0 0 20px;
  box-shadow: var(--shadow);
  overflow: hidden;
}

@media (min-width: 1080px) {
  details.faq-item {
	margin: 0 0 30px;
  }
}

details.faq-item>summary {
  list-style: none;
  cursor: pointer;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  font-weight: bold;
  line-height: 1.5;
  background: #fff;
  border-radius: 30px;
}

@media (min-width: 1080px) {
  details.faq-item>summary {
	border-radius: 40px;
	padding: 22px 32px;
	gap: 20px;
	font-weight: normal;
	font-size: 1.8rem;
  }
}

details.faq-item>summary::-webkit-details-marker {
  display: none;
}

details.faq-item>summary:focus-visible {
  outline: 2px solid rgba(30, 122, 0, .45);
  outline-offset: 2px;
}

details.faq-item[open]>summary {
  background: linear-gradient(90deg, #e4f9ff, #ffffff);
  border-bottom: 1px solid rgba(0, 0, 0, .08);
  color: var(--color-gray);
  border-radius: 30px 30px 0 0;
}

@media (min-width: 1080px) {
  details.faq-item[open]>summary {
	border-radius: 40px 40px 0 0;
  }
}

.q-badge {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: var(--color-blue);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: bold;
}

@media (min-width: 1080px) {
  .q-badge {
	font-weight: normal;
  }
}

details.faq-item>summary::after {
  content: "+";
  font-size: 28px;
  font-weight: 700;
  color: var(--color-orange);
  width: 28px;
  text-align: center;
}

details.faq-item[open]>summary::after {
  content: "–";
  color: var(--color-orange);
}

details.faq-item>.faq-body {
  max-height: none !important;
}

details.faq-item>.faq-body {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  opacity: 0;
  transition:
	grid-template-rows .45s cubic-bezier(.4, 0, .2, 1),
	opacity .45s ease;
  background-color: #fff;
  border-radius: 0 0 30px 30px;
  will-change: grid-template-rows, opacity;
}

@media (min-width: 1080px) {
  details.faq-item>.faq-body {
	border-radius: 0 0 40px 40px;
  }
}

details.faq-item[open]>.faq-body {
  grid-template-rows: 1fr;
  opacity: 1;
}

.faq-inner {
  overflow: hidden;
  min-height: 0;
  padding: 15px 25px;
  border-top: 1px solid rgba(0, 0, 0, .06);
}

@media (min-width: 1080px) {
  .faq-inner {
	padding: 25px 40px;
  }
}

@media (prefers-reduced-motion: reduce) {
  details.faq-item>.faq-body {
	transition: none;
  }
}