@charset "UTF-8";


/*==============================
Reset CSS
==============================*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

/* add reset css */
button {
  margin: 0;
  padding: 0;
  border: none;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/*==============================
general
==============================*/
/*================================
General Class Switch
================================*/
.mt0 {
  margin-top: 0px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.wdt5 {
  width: 5%;
}

.wdt10 {
  width: 10%;
}

.wdt15 {
  width: 15%;
}

.wdt20 {
  width: 20%;
}

.wdt25 {
  width: 25%;
}

.wdt30 {
  width: 30%;
}

.wdt35 {
  width: 35%;
}

.wdt40 {
  width: 40%;
}

.wdt45 {
  width: 45%;
}

.wdt50 {
  width: 50%;
}

.wdt55 {
  width: 55%;
}

.wdt60 {
  width: 60%;
}

.wdt65 {
  width: 65%;
}

.wdt70 {
  width: 70%;
}

.wdt75 {
  width: 75%;
}

.wdt80 {
  width: 80%;
}

.wdt85 {
  width: 85%;
}

.wdt90 {
  width: 90%;
}

.wdt95 {
  width: 95%;
}

.wdt100 {
  width: 100%;
}

/*==============================
state
==============================*/
.is-center {
  text-align: center !important;
}

.is-right {
  text-align: right !important;
}

.is-left {
  text-align: left !important;
}

.is-f-right {
  padding-bottom: 1em;
  padding-left: 1em;
  float: right;
}

.is-f-left {
  float: left;
}

.is-flex-end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.is-bold {
  font-weight: 700;
}

.is-red {
  color: red;
}

.is-note {
  font-size: calc(11 / 16 * 1rem);
}

.is-regular {
  font-size: calc(14 / 16 * 1rem);
}

.is-small {
  font-size: calc(12 / 16 * 1rem);
}

.is-xsmall {
  font-size: calc(11 / 16 * 1rem);
}

.is-medium {
  font-size: calc(18 / 16 * 1rem);
}

.is-large {
  font-size: calc(22 / 16 * 1rem);
}

.is-img-auto {
  width: auto;
}

@media (max-width: 1280px) {
  .is-img-auto {
    max-width: 100%;
  }
}

.is-margin-auto {
  margin-right: auto;
  margin-left: auto;
}

.is-br {
  display: none;
}

@media (max-width: 480px) {
  .is-br {
    display: inline;
  }
}

/*==============================
font
==============================*/
/*font-face*/
/*==============================
base
==============================*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  -webkit-overflow-scrolling: touch;
  word-wrap: break-word;
  background: #fff;
  color: #5e6165;
  font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 1.5;
  word-break: break-all;
  overflow-wrap: break-word;
}

body.hidden {
  overflow: hidden;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  outline: none;
  box-shadow: none;
  color: #2D4390;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

a:link {
  text-decoration: none;
}

a:visited {
  color: #2D4390;
  opacity: 1;
}

a:hover {
  text-decoration: none;
  opacity: 0.7;
}

a img {
  display: block;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

a img:hover, a img:active, a img:focus {
  opacity: 1;
}

@media (max-width: 768px) {
  a a:hover, a a:active, a a:focus {
    opacity: 1;
  }
  a a img:hover, a a img:active, a a img:focus {
    opacity: 1;
  }
}

sup {
  font-size: .5em;
  vertical-align: top;
}

iframe {
  vertical-align: bottom;
}

/*==============================
flex
==============================*/
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.inline-flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/*==============================
icons
==============================*/
[class^='icon-'],
[class*='icon-'] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1em;
}

.icon {
  width: auto;
  height: 12px;
  line-height: 1;
}

.inline-link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.ic-before {
  margin-right: .25em;
}

.ic-after {
  margin-left: .25em;
}

.ic-rotate90 .icon {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.ic-rotate180 .icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.ic-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: solid 1px #fff;
  border-radius: 100%;
  color: #fff;
}

/*==============================
btn
==============================*/
@media (max-width: 768px) {
  input[type='submit'],
  input[type='button'] {
    -webkit-box-sizing: content-box;
    -webkit-appearance: none;
    -moz-appearance: button;
    appearance: button;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    border-radius: 6px;
  }
  input[type='submit']::-webkit-search-decoration,
  input[type='button']::-webkit-search-decoration {
    display: none;
  }
  input[type='submit']:focus,
  input[type='button']:focus {
    outline-offset: -2px;
  }
}

.btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1em 2em;
  border: none;
  border-radius: 6px;
  color: #5e6165;
  font-size: calc(18 / 16 * 1rem);
  line-height: 1;
  cursor: pointer;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

@media (max-width: 768px) {
  .btn {
    cursor: none;
  }
}

@media (max-width: 480px) {
  .btn {
    font-size: calc(16 / 16 * 1rem);
  }
}

.btn:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .btn:hover {
    opacity: 1;
  }
}

@media (max-width: 480px) {
  .btn {
    padding: .8em 1em;
  }
}

.btn.btn-large {
  padding: 1em;
}

.btn.btn-default {
  background: #c8c8c8;
  color: #5e6165;
}

.btn.btn-base {
  background: #c8c8c8;
  color: #fff;
}

.btn.btn-conversion {
  background: #2D4390;
  color: #fff;
}

.btn.btn-back {
  background: none;
  color: #2D4390;
}

.btn.btn-skelton-white {
  border: solid 1px #fff;
  background: none;
  color: #fff;
}

.btn.btn-skelton-primary {
  border: solid 1px #2D4390;
  background: none;
  color: #2D4390;
}

/*==============================
module
==============================*/
/* breadcrumb */
.breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
  padding: 0 70px;
  border-bottom: solid 1px #bfc0c1;
  font-size: calc(14 / 16 * 1rem);
}

@media (max-width: 1080px) {
  .breadcrumb {
    padding: 0 35px;
  }
}

@media (max-width: 768px) {
  .breadcrumb {
    height: 50px;
    padding: 0 20px;
  }
}

@media (max-width: 480px) {
  .breadcrumb {
    height: 40px;
    padding: 0 10px;
    font-size: calc(12 / 16 * 1rem);
  }
}

.breadcrumb a {
  color: inherit;
}

.breadcrumb li::after {
  margin-right: 10px;
  margin-left: 10px;
  content: '>';
}

.breadcrumb li:last-of-type::after {
  content: none;
}

@media (max-width: 480px) {
  .breadcrumb li::after {
    margin-right: 5px;
    margin-left: 5px;
  }
}

/* for accordion */
.op-cont .triangle {
  width: 0;
  height: 0;
  margin-left: auto;
  border-width: 10px 8px 0;
  border-style: solid;
  border-color: #2D4390 transparent transparent;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.op-cont .triangle.rotate {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.wrapped {
  display: none;
}

/*==============================
base structure
==============================*/
.container {
  width: 1080px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 1080px) {
  .container {
    max-width: 100%;
    padding-right: 35px;
    padding-left: 35px;
  }
}

@media (max-width: 768px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.container-wide {
  max-width: 100%;
  padding-right: 70px;
  padding-left: 70px;
}

@media (max-width: 1080px) {
  .container-wide {
    max-width: 100%;
    padding-right: 35px;
    padding-left: 35px;
  }
}

@media (max-width: 768px) {
  .container-wide {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.container-narrow {
  width: 780px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 1080px) {
  .container-narrow {
    max-width: 100%;
    padding-right: 35px;
    padding-left: 35px;
  }
}

@media (max-width: 768px) {
  .container-narrow {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.row {
  margin-right: -35px;
  margin-left: -35px;
}

@media (max-width: 768px) {
  .row {
    margin-right: -20px;
    margin-left: -20px;
  }
}

.l-header {
  z-index: 9999;
  width: 100%;
  height: 100px;
}

.l-main {
  position: relative;
}

footer {
  height: 275px;
}

/*==============================
common parts
==============================*/
/*==============================
header
==============================*/
.l-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100px;
  padding: 0 70px;
  background: #fff;
}

@media (max-width: 1080px) {
  .l-header {
    padding: 0 35px;
  }
}

@media (max-width: 768px) {
  .l-header {
    height: 70px;
    padding: 0 20px;
  }
}

@media (max-width: 480px) {
  .l-header {
    height: 60px;
    padding: 0 10px;
  }
}

.l-header .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 600;
}

@media (max-width: 768px) {
  .l-header .logo p {
    font-size: calc(14 / 16 * 1rem);
  }
}

@media (max-width: 480px) {
  .l-header .logo p {
    display: none;
  }
}

.l-header .logo .logo-img {
  display: block;
  width: 134px;
  margin-right: 40px;
}

@media (max-width: 768px) {
  .l-header .logo .logo-img {
    width: 90px;
    margin-right: 20px;
  }
}

@media (max-width: 480px) {
  .l-header .logo .logo-img {
    width: 70px;
    margin-right: 10px;
  }
}

.l-header .menu {
  display: none;
  z-index: 9998;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #f5f5f5;
}

.l-header .menu .menu-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

@media (max-width: 768px) {
  .l-header .menu .menu-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.l-header .menu .mn-logo {
  margin-right: 80px;
  text-align: center;
}

.l-header .menu .mn-logo img {
  width: 250px;
  margin: 0 auto 1em;
}

.l-header .menu .mn-logo p {
  margin-right: -1em;
  font-size: calc(14 / 16 * 1rem);
}

@media (max-width: 768px) {
  .l-header .menu .mn-logo {
    margin-right: 0;
    margin-bottom: 2em;
    padding-bottom: 2em;
    border-bottom: solid 1px #bfc0c1;
  }
  .l-header .menu .mn-logo img {
    width: 200px;
    margin: 0 auto 1em;
  }
}

@media (max-width: 480px) {
  .l-header .menu .mn-logo img {
    width: 160px;
  }
}

.l-header .menu a {
  display: block;
  width: 100%;
  color: inherit;
  font-size: calc(20 / 16 * 1rem);
}

@media (max-width: 480px) {
  .l-header .menu a {
    font-size: calc(16 / 16 * 1rem);
  }
}

.l-header .menu ul {
  padding-left: 80px;
  border-left: solid 1px #bfc0c1;
}

@media (max-width: 768px) {
  .l-header .menu ul {
    padding-left: 0;
    border-left: none;
  }
}

.l-header .menu ul li {
  margin-bottom: 2.5em;
}

@media (max-width: 768px) {
  .l-header .menu ul li {
    margin-bottom: 1em;
    text-align: center;
  }
}

.l-header .menu ul li:last-of-type {
  margin-bottom: 0;
}

/*==============================
humburger icon
==============================*/
.btn-mn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 9999;
  position: fixed;
  top: 0;
  right: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 220px;
  height: 100px;
  background: #2D4390;
  color: #fff;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 600;
  cursor: pointer;
}

@media (max-width: 768px) {
  .btn-mn {
    width: 70px;
    height: 70px;
    cursor: none;
  }
  .btn-mn .mn-txt {
    display: none;
  }
}

@media (max-width: 480px) {
  .btn-mn {
    width: 60px;
    height: 60px;
  }
}

.btn-mn-inner {
  position: relative;
}

.mn-txt {
  margin-right: 26px;
}

.humburger {
  display: block;
  width: 26px;
  height: 26px;
}

.humburger span {
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 26px;
  height: 2px;
  background: #f5f5f5;
}

.rotation span {
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
  -webkit-transition: .5s;
  transition: .5s;
}

.rotation .top {
  margin-top: -8px;
  -webkit-transform: rotate(0deg) !important;
  transform: rotate(0deg) !important;
}

.rotation .bottom {
  margin-top: 8px;
  -webkit-transform: rotate(0deg) !important;
  transform: rotate(0deg) !important;
}

.rotation.open .middle {
  background: rgba(255, 255, 255, 0);
}

.rotation.open .top {
  margin-top: 0;
  -webkit-transform: rotate(-405deg) !important;
  transform: rotate(-405deg) !important;
}

.rotation.open .bottom {
  margin-top: 0;
  -webkit-transform: rotate(405deg) !important;
  transform: rotate(405deg) !important;
}

/*==============================
footer
==============================*/
.pagetop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 1010;
  position: fixed;
  right: 0;
  bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-top: solid 1px #2b2b2b;
  border-left: solid 1px #2b2b2b;
  background: #fff;
  color: #2b2b2b;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.pagetop .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1em;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.pagetop.active {
  opacity: 1;
}

.pagetop:hover {
  background: #3955b7;
  color: #fff;
  opacity: 1;
}

.pagetop.fixed {
  position: absolute;
  top: -60px;
}

@media (max-width: 768px) {
  .pagetop {
    width: 40px;
    height: 40px;
    cursor: none;
  }
  .pagetop span {
    display: none;
  }
  .pagetop:hover {
    background: #fff;
    color: #2b2b2b;
  }
}

.l-footer {
  position: relative;
  width: 100%;
  padding: 50px 0;
  background: #2b2b2b;
  color: #fff;
}

@media (max-width: 768px) {
  .l-footer {
    padding: 30px 0;
  }
}

.l-footer .l-address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .l-footer .l-address {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: calc(14 / 16 * 1rem);
    text-align: center;
  }
}

.l-footer .l-address .footer-logo {
  width: 224px;
  margin-right: 90px;
}

@media (max-width: 1080px) {
  .l-footer .l-address .footer-logo {
    margin-right: 50px;
  }
}

@media (max-width: 768px) {
  .l-footer .l-address .footer-logo {
    width: 150px;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .l-footer .l-address .footer-logo {
    width: 100px;
  }
}

.footer-nav {
  position: relative;
  padding: 20px 70px;
  background: #141414;
  color: #fff;
}

@media (max-width: 1080px) {
  .footer-nav {
    padding: 20px 35px;
  }
}

@media (max-width: 768px) {
  .footer-nav {
    padding: 10px 20px;
    font-size: calc(14 / 16 * 1rem);
  }
}

@media (max-width: 480px) {
  .footer-nav {
    padding: 10px 10px;
  }
}

.footer-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-nav ul li {
  line-height: 1;
}

@media (max-width: 768px) {
  .footer-nav ul li {
    width: 50%;
  }
}

.footer-nav ul li a {
  display: block;
  padding: 0 2em;
  border-right: solid 1px #fff;
  color: #fff;
}

@media (max-width: 768px) {
  .footer-nav ul li a {
    width: 100%;
    padding: 10px;
    border-right: none;
  }
}

.footer-nav ul li:last-of-type a {
  border-right: none;
}

.footer-nav ul li.copyright {
  margin-left: auto;
  padding: 10px 0;
}

@media (max-width: 768px) {
  .footer-nav ul li.copyright {
    width: 100%;
    padding: 20px 0 10px;
    text-align: center;
  }
}

/*==============================
common styles
==============================*/
table.basic {
  width: 100%;
}

table.basic tr:first-of-type th,
table.basic tr:first-of-type td {
  border-top: solid 1px #bfc0c1;
}

table.basic th,
table.basic td {
  padding: 1em;
  border-bottom: solid 1px #bfc0c1;
}

table.basic th {
  font-weight: 700;
  text-align: left;
}

@media (max-width: 768px) {
  table.basic tr:first-of-type td {
    border-top: none;
  }
  table.basic th,
  table.basic td {
    display: block;
    width: 100%;
    float: left;
  }
  table.basic th {
    padding-bottom: 0;
    border-bottom: none;
  }
}

.pagetitle {
  position: relative;
  width: 100%;
}

@media (max-width: 1080px) {
  .pagetitle {
    height: 250px;
    overflow: hidden;
  }
}

@media (max-width: 768px) {
  .pagetitle {
    height: 150px;
  }
}

.pagetitle h1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: calc(40 / 16 * 1rem);
  font-weight: 600;
}

@media (max-width: 768px) {
  .pagetitle h1 {
    font-size: calc(28 / 16 * 1rem);
  }
}

@media (max-width: 480px) {
  .pagetitle h1 {
    font-size: calc(18 / 16 * 1rem);
  }
}

.pagetitle::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(20, 20, 20, 0.5);
  content: '';
}

.pagetitle.lower {
  padding: 9.375% 0;
  background: #f5f5f5;
}

@media (max-width: 1080px) {
  .pagetitle.lower {
    padding: 0;
  }
}

.pagetitle.lower h1 {
  color: inherit;
}

.pagetitle.lower::before {
  content: none;
}

.pagetitle .pagetitle-img {
  width: 100%;
}

@media (max-width: 1080px) {
  .pagetitle .pagetitle-img img {
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.sec {
  padding-top: 87.5px;
  padding-bottom: 87.5px;
}

@media (max-width: 768px) {
  .sec {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 480px) {
  .sec {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.sec h2 {
  margin-bottom: 50px;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: calc(36 / 16 * 1rem);
  font-weight: 600;
  text-align: center;
}

.sec h2::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * .5em);
  content: '';
}

.sec h2::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * .5em);
  content: '';
}

@media (max-width: 768px) {
  .sec h2 {
    margin-bottom: 1em;
    font-size: calc(24 / 16 * 1rem);
  }
}

@media (max-width: 480px) {
  .sec h2 {
    font-size: calc(20/ 16 * 1rem);
  }
}

.sec h2.top span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sec h2.top span::before, .sec h2.top span::after {
  display: block;
  width: 80px;
  height: 1px;
  background: #5e6165;
  content: '';
}

@media (max-width: 480px) {
  .sec h2.top span::before, .sec h2.top span::after {
    width: 40px;
  }
}

.sec h2.top span::before {
  margin-right: 20px;
}

.sec h2.top span::after {
  margin-left: 20px;
}

.sec h2 span {
  display: block;
}

.sec h2 span.sub-cate {
  display: inline-block;
  margin-bottom: .5em;
  padding: 0 .3em .5em;
  border-bottom: solid 1px #2D4390;
  color: #2D4390;
  font-size: calc(22 / 16 * 1rem);
}

@media (max-width: 768px) {
  .sec h2 span.sub-cate {
    font-size: calc(16 / 16 * 1rem);
  }
}

@media (max-width: 480px) {
  .sec h2 span.sub-cate {
    font-size: calc(14 / 16 * 1rem);
  }
}

.sec h3 {
  margin-bottom: 1em;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: calc(26 / 16 * 1rem);
  font-weight: 600;
}

.sec h3::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * .5em);
  content: '';
}

.sec h3::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * .5em);
  content: '';
}

@media (max-width: 768px) {
  .sec h3 {
    font-size: calc(20 / 16 * 1rem);
  }
}

@media (max-width: 480px) {
  .sec h3 {
    font-size: calc(18 / 16 * 1rem);
  }
}

.sec .body-copy {
  margin-bottom: 1em;
  font-size: calc(20 / 16 * 1rem);
  text-align: center;
}

@media (max-width: 768px) {
  .sec .body-copy {
    font-size: calc(16 / 16 * 1rem);
  }
}

a.overlay-box {
  display: block;
  height: 100%;
  background: #fff;
  color: inherit;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

a.overlay-box dl dt {
  position: relative;
  overflow: hidden;
}

a.overlay-box dl dt .thumb {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

a.overlay-box dl dt .overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(20, 20, 20, 0.7);
  opacity: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

@media (max-width: 768px) {
  a.overlay-box dl dt .overlay {
    display: none;
  }
}

a.overlay-box dl dd {
  padding: 2em;
}

@media (max-width: 768px) {
  a.overlay-box dl dd {
    padding: 1.5em;
  }
}

@media (max-width: 480px) {
  a.overlay-box dl dd {
    padding: 1em;
    font-size: calc(14 / 16 * 1rem);
  }
}

a.overlay-box dl dd h3 {
  font-size: calc(26 / 16 * 1rem);
}

@media (max-width: 768px) {
  a.overlay-box dl dd h3 {
    font-size: calc(20 / 16 * 1rem);
  }
}

@media (max-width: 480px) {
  a.overlay-box dl dd h3 {
    font-size: calc(16 / 16 * 1rem);
  }
}

a.overlay-box:hover {
  background: #141414;
  opacity: 1;
}

@media (max-width: 768px) {
  a.overlay-box:hover {
    background: #fff;
  }
}

a.overlay-box:hover dl dt .thumb {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  -webkit-transform-origin: center;
  transform-origin: center;
}

@media (max-width: 768px) {
  a.overlay-box:hover dl dt .thumb {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

a.overlay-box:hover dl dt .overlay {
  opacity: 1;
}

a.overlay-box:hover dl dd {
  color: #fff;
}

@media (max-width: 768px) {
  a.overlay-box:hover dl dd {
    color: inherit;
  }
}

/*==============================
list
==============================*/
ul.basic {
  margin-left: 2em;
  list-style: disc;
}

ul.basic li {
  margin-bottom: .5em;
}

ul.basic p {
  margin-bottom: 2em;
}

ul.upper-latin {
  margin-left: 2em;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 600;
  list-style: upper-latin;
}

ul.upper-latin li {
  margin-bottom: .5em;
}

ul.upper-latin p {
  margin-bottom: 2em;
  font-weight: normal;
}

ul.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -35px;
  margin-left: -35px;
}

ul.list li {
  margin-bottom: 35px;
  padding-right: 35px;
  padding-left: 35px;
}

@media (max-width: 992px) {
  ul.list {
    margin-right: -10px;
    margin-left: -10px;
  }
  ul.list li {
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

ul.list-narrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -5px;
  margin-right: -5px;
  margin-bottom: -5px;
  margin-left: -5px;
}

ul.list-narrow li {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-right: 5px;
  padding-left: 5px;
}

ul.list-1-clms > li {
  width: 100%;
}

ul.list-2-clms > li {
  width: 50%;
}

@media (max-width: 992px) {
  ul.list-2-clms > li {
    width: 100%;
  }
}

ul.list-3-clms > li {
  width: 33.33333%;
}

@media (max-width: 992px) {
  ul.list-3-clms > li {
    width: 50%;
  }
}

@media (max-width: 480px) {
  ul.list-3-clms > li {
    width: 100%;
  }
}

ol.basic {
  margin-left: 2em;
  list-style: decimal;
}

ol.basic li {
  margin-bottom: .5em;
}

ol.basic p {
  margin-bottom: 2em;
  padding-left: 35px;
  text-indent: -1.2em;
}

@media (max-width: 992px) {
  ol.basic p {
    padding-left: 0;
  }
}

/*==============================
form
==============================*/
.form {
  margin: 0 auto;
  /* radio */
}

@media (max-width: 768px) {
  .form {
    width: 100%;
  }
}

.form .btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2em 0;
}

@media (max-width: 768px) {
  .form .btn-wrapper {
    padding: 1em 0;
  }
}

.form .btn-wrapper .btn {
  margin: 0 10px;
}

.form .btn-wrapper.submit {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form .btn-wrapper.submit .btn-back {
  margin-top: 1em;
}

.form .error {
  display: inline-block;
  padding: .4em .5em .3em;
  background: #FF0000;
  color: #fff;
  font-size: calc(14 / 16 * 1rem);
}

@media (max-width: 480px) {
  .form .error {
    font-size: calc(12 / 16 * 1rem);
  }
}

.form .required {
  margin-left: .5em;
  padding: .1em .5em;
  background: #FF0000;
  color: #fff;
  font-size: calc(14 / 16 * 1rem);
}

@media (max-width: 480px) {
  .form .required {
    font-size: calc(12 / 16 * 1rem);
  }
}

.form input[type='submit'],
.form input[type='button'] {
  font-family: inherit;
}

.form input[type='text'],
.form input[type='number'],
.form input[type='tel'],
.form input[type='email'],
.form textarea {
  width: 100%;
  margin: .5em 0;
  padding: .5em;
  border: solid 1px #bfc0c1;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1) inset;
  font-family: inherit;
  font-size: calc(16 / 16 * 1rem);
}

.form input[type='text']:focus,
.form input[type='number']:focus,
.form input[type='tel']:focus,
.form input[type='email']:focus,
.form textarea:focus {
  outline: none;
  -webkit-box-shadow: 0 0 3px 0 rgba(2, 167, 247, 0.5) inset;
  box-shadow: 0 0 3px 0 rgba(2, 167, 247, 0.5) inset;
}

.form input[type='text'].input-required,
.form input[type='number'].input-required,
.form input[type='tel'].input-required,
.form input[type='email'].input-required,
.form textarea.input-required {
  background: #fff3f3;
}

.form input[type='text'].input-required:focus,
.form input[type='number'].input-required:focus,
.form input[type='tel'].input-required:focus,
.form input[type='email'].input-required:focus,
.form textarea.input-required:focus {
  outline: none;
  -webkit-box-shadow: 0 0 3px 0 rgba(209, 60, 129, 0.5) inset;
  box-shadow: 0 0 3px 0 rgba(209, 60, 129, 0.5) inset;
}

.form textarea {
  width: 100%;
}

.form select {
  width: 100%;
  margin-bottom: 1em;
  padding: .5em 1em .7em;
  border: none;
  border-radius: 4px;
  background: #fff;
  font-size: calc(16 / 16 * 1rem);
}

.form .radio-set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .form .radio-set {
    margin-top: 10px;
  }
}

.form .radio-set .radio {
  min-width: 50%;
}

@media (max-width: 768px) {
  .form .radio-set .radio {
    width: 100%;
  }
}

.form .radio,
.form .checkbox {
  position: relative;
  margin: 2px 0;
  padding: 15px 15px 15px 50px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.form .radio::before,
.form .checkbox::before {
  display: block;
  position: absolute;
  top: 7px;
  left: 7px;
  width: 34px;
  height: 34px;
  margin-right: .5em;
  border: solid 1px #bfc0c1;
  border-radius: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  content: '';
  cursor: pointer;
}

.form .radio::after,
.form .checkbox::after {
  display: none;
  z-index: 10;
  position: absolute;
  top: 12px;
  left: 18px;
  width: 12px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: solid 5px #2D4390;
  border-bottom: solid 5px #2D4390;
  content: '';
}

@media (max-width: 768px) {
  .form .radio,
  .form .checkbox {
    cursor: none;
  }
  .form .radio::before,
  .form .checkbox::before {
    cursor: none;
  }
}

.form .radio.input-required::before,
.form .checkbox.input-required::before {
  background: #fff3f3;
}

.form .radio.input-required::after,
.form .checkbox.input-required::after {
  border-right: solid 5px #d13c81;
  border-bottom: solid 5px #d13c81;
}

.form .checkbox::before {
  border-radius: 0;
}

.form .radio-toggle-set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form .radio-toggle-set .radio-toggle-on,
.form .radio-toggle-set .radio-toggle-off {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 2;
  cursor: pointer;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.form .radio-toggle-set .radio-toggle-on::before,
.form .radio-toggle-set .radio-toggle-off::before {
  display: block;
  position: absolute;
  top: 1px;
  width: 35px;
  height: 30px;
  border-top: solid 1px #c8c8c8;
  border-bottom: solid 1px #c8c8c8;
  background: #c8c8c8;
  content: '';
  cursor: pointer;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

@media (max-width: 768px) {
  .form .radio-toggle-set .radio-toggle-on,
  .form .radio-toggle-set .radio-toggle-off {
    cursor: none;
  }
  .form .radio-toggle-set .radio-toggle-on::before,
  .form .radio-toggle-set .radio-toggle-off::before {
    cursor: none;
  }
}

@media (max-width: 480px) {
  .form .radio-toggle-set .radio-toggle-on::before,
  .form .radio-toggle-set .radio-toggle-off::before {
    width: 30px;
  }
}

.form .radio-toggle-set .radio-toggle-on {
  padding-left: 45px;
}

.form .radio-toggle-set .radio-toggle-on::before {
  left: 0;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.form .radio-toggle-set .radio-toggle-on::after {
  z-index: 10;
  position: absolute;
  top: 3px;
  left: -33px;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  content: '';
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

@media (max-width: 480px) {
  .form .radio-toggle-set .radio-toggle-on {
    padding-left: 35px;
  }
  .form .radio-toggle-set .radio-toggle-on::after {
    left: -28px;
  }
}

.form .radio-toggle-set .radio-toggle-off {
  padding-right: 45px;
}

.form .radio-toggle-set .radio-toggle-off::before {
  right: 0;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

@media (max-width: 480px) {
  .form .radio-toggle-set .radio-toggle-off {
    padding-right: 35px;
  }
}

.form input[type='radio'],
.form input[type='checkbox'] {
  display: none;
}

.form input[type='radio']:checked + .radio,
.form input[type='radio']:checked + .checkbox,
.form input[type='checkbox']:checked + .radio,
.form input[type='checkbox']:checked + .checkbox {
  border-radius: 6px;
  background: rgba(167, 177, 212, 0.2);
}

.form input[type='radio']:checked + .radio.input-required,
.form input[type='radio']:checked + .checkbox.input-required,
.form input[type='checkbox']:checked + .radio.input-required,
.form input[type='checkbox']:checked + .checkbox.input-required {
  background: none;
}

.form input[type='radio']:checked + .radio::before,
.form input[type='radio']:checked + .checkbox::before,
.form input[type='checkbox']:checked + .radio::before,
.form input[type='checkbox']:checked + .checkbox::before {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0);
}

.form input[type='radio']:checked + .radio::after,
.form input[type='radio']:checked + .checkbox::after,
.form input[type='checkbox']:checked + .radio::after,
.form input[type='checkbox']:checked + .checkbox::after {
  display: block;
}

.form input[type='radio']:checked + .radio-toggle-on::before,
.form input[type='checkbox']:checked + .radio-toggle-on::before {
  left: 0;
  border-top: solid 1px #2D4390;
  border-right: solid 1px #2D4390;
  border-bottom: solid 1px #2D4390;
  background: #2D4390;
}

.form input[type='radio']:checked + .radio-toggle-on::after,
.form input[type='checkbox']:checked + .radio-toggle-on::after {
  left: 7px;
}

@media (max-width: 480px) {
  .form input[type='radio']:checked + .radio-toggle-on::after,
  .form input[type='checkbox']:checked + .radio-toggle-on::after {
    left: 3px;
  }
}

.form input[type='radio']:checked + .radio-toggle-off::before,
.form input[type='checkbox']:checked + .radio-toggle-off::before {
  right: 0;
  border-top: solid 1px #c8c8c8;
  border-bottom: solid 1px #c8c8c8;
  border-left: solid 1px #c8c8c8;
  background: #c8c8c8;
}

.form input[type='radio']:not(:checked) + .radio-toggle-on::before,
.form input[type='checkbox']:not(:checked) + .radio-toggle-on::before {
  left: 0;
  border-top: solid 1px #c8c8c8;
  border-right: solid 1px #c8c8c8;
  border-bottom: solid 1px #c8c8c8;
  background: #c8c8c8;
}

.form input[type='radio']:not(:checked) + .radio-toggle-off::before,
.form input[type='checkbox']:not(:checked) + .radio-toggle-off::before {
  right: 0;
  border-top: solid 1px #2D4390;
  border-bottom: solid 1px #2D4390;
  border-left: solid 1px #2D4390;
  background: #2D4390;
}

/*==============================
top
==============================*/
.top-main {
  position: relative;
  height: 60vh;
  overflow: hidden;
  background: #000;
}

@media (max-width: 768px) {
  .top-main {
    height: auto;
  }
}

.top-main::before {
  z-index: 50;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(20, 20, 20, 0.4);
  content: '';
}

.top-main .l-header {
  position: absolute;
  background: none;
}

.top-main .l-header .logo {
  display: none;
}

.top-main .main-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .top-main .main-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.top-main .main-text h1 {
  color: #fff;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: calc(50 / 16 * 1rem);
  font-weight: 600;
  -webkit-animation-name: overlay;
  animation-name: overlay;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  opacity: 0;
}

@media (max-width: 768px) {
  .top-main .main-text h1 {
    margin-right: -1em;
    font-size: calc(24 / 16 * 1rem);
  }
  .top-main .main-text h1 br {
    display: none;
  }
}

@media (max-width: 480px) {
  .top-main .main-text h1 {
    font-size: calc(16 / 16 * 1rem);
  }
}

.top-main .main-text .logo-big {
  width: 400px;
  margin-right: 125px;
  -webkit-animation-name: overlay;
  animation-name: overlay;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  opacity: 0;
}

@media (max-width: 768px) {
  .top-main .main-text .logo-big {
    margin-right: 0;
    margin-bottom: 2em;
  }
}

@media (max-width: 480px) {
  .top-main .main-text .logo-big {
    width: 40%;
    margin-bottom: 1em;
  }
}

.top-main .vmo-video {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  .top-main .vmo-video {
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes overlay {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes overlay {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.top-category .body-copy {
  margin-top: -1.5em;
  margin-bottom: 3em;
  line-height: 2.5;
}

@media (max-width: 768px) {
  .top-category .body-copy {
    margin-top: 0;
    margin-bottom: 1em;
    padding-right: 20px;
    padding-left: 20px;
    line-height: 2;
    text-align: left;
  }
  .top-category .body-copy br {
    display: none;
  }
}

.top-category .overlay-box {
  position: relative;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  line-height: 2;
}

.top-category .overlay-box dl dd ul {
  padding-right: 2em;
}

.top-category .overlay-box dl dd ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.top-category .overlay-box dl dd ul li::before {
  display: block;
  width: .5em;
  height: .5em;
  margin-right: .5em;
  background: #2b2b2b;
  content: '';
}

.top-category .overlay-box .circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 2em;
  bottom: 2em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: solid 1px #2D4390;
  border-radius: 100%;
  color: #2D4390;
}

@media (max-width: 768px) {
  .top-category .overlay-box .circle {
    right: 1.5em;
    bottom: 1.5em;
  }
}

@media (max-width: 480px) {
  .top-category .overlay-box .circle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    right: 1em;
    bottom: 1em;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: solid 1px #2D4390;
    border-radius: 100%;
    color: #2D4390;
  }
}

.top-category .overlay-box .circle i {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.top-category .overlay-box:hover dl dd ul li::before {
  background: #fff;
}

.top-category .overlay-box:hover .circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: solid 1px #fff;
  border-radius: 100%;
  color: #fff;
}

.top-category .overlay-box:hover .circle i {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

@media (max-width: 768px) {
  .top-category .overlay-box:hover .circle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: solid 1px #2D4390;
    border-radius: 100%;
    color: #2D4390;
  }
  .top-category .overlay-box:hover .circle i {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.top-usage {
  background: #141414;
}

.top-usage h2.top {
  color: #fff;
}

.top-usage h2.top span::before, .top-usage h2.top span::after {
  background: #fff;
}

.top-usage dl {
  padding: 20px 35px;
  background: #fff;
}

@media (max-width: 768px) {
  .top-usage dl {
    padding: 10px 20px;
  }
}

.top-usage dl dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 600;
}

.top-usage dl dt span:first-of-type {
  margin-right: 25px;
  padding-right: 25px;
  border-right: solid 1px #2b2b2b;
}

@media (max-width: 768px) {
  .top-usage dl dt span:first-of-type {
    margin-right: 15px;
    padding-right: 15px;
  }
}

/*==============================
estimate
==============================*/
.form-flow {
  padding: 35px 35px 25px;
  background: #f5f5f5;
  color: #2D4390;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: calc(20 / 16 * 1rem);
  font-weight: 600;
}

@media (max-width: 768px) {
  .form-flow {
    padding: 17.5px 17.5px 10px;
  }
}

@media (max-width: 480px) {
  .form-flow {
    padding: 17.5px 0 10px;
  }
}

.form-flow .container {
  position: relative;
}

.form-flow .container::before {
  display: block;
  position: absolute;
  top: 8px;
  left: 50px;
  width: calc(100% - 100px);
  height: 3px;
  margin: 0 auto;
  background: #2D4390;
  content: '';
}

@media (max-width: 1080px) {
  .form-flow .container::before {
    left: 100px;
    width: calc(100% - 180px);
  }
}

@media (max-width: 768px) {
  .form-flow .container::before {
    left: 70px;
    width: calc(100% - 140px);
  }
}

@media (max-width: 480px) {
  .form-flow .container::before {
    left: 30px;
    width: calc(100% - 60px);
  }
}

.form-flow ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 35px;
}

@media (max-width: 480px) {
  .form-flow ul {
    padding: 0;
  }
}

.form-flow ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-flow ul li::before {
  display: block;
  width: 20px;
  height: 20px;
  margin-bottom: .2em;
  border: solid 3px #2D4390;
  border-radius: 100%;
  background: #f5f5f5;
  content: '';
}

@media (max-width: 768px) {
  .form-flow ul li {
    font-size: calc(14 / 16 * 1rem);
  }
}

.form-flow ul li.current::before {
  background: #2D4390;
}

.estimate {
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (max-width: 768px) {
  .estimate {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.estimate.confirm {
  padding-bottom: 0;
}

.estimate .q-block {
  margin-bottom: 70px;
  counter-increment: title;
}

@media (max-width: 768px) {
  .estimate .q-block {
    margin-bottom: 40px;
  }
}

.estimate .q-block:last-of-type {
  margin-bottom: 0;
}

.estimate .q-block .q-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  font-size: calc(26 / 16 * 1rem);
}

.estimate .q-block .q-title::before {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-right: 30px;
  border-radius: 100%;
  background: #A7B1D4;
  color: #fff;
  font-size: calc(22 / 16 * 1rem);
  content: counter(title);
}

@media (max-width: 768px) {
  .estimate .q-block .q-title {
    margin-bottom: 1em;
    font-size: calc(20 / 16 * 1rem);
  }
  .estimate .q-block .q-title::before {
    width: 36px;
    height: 36px;
    margin-right: 10px;
    font-size: calc(16 / 16 * 1rem);
  }
}

@media (max-width: 480px) {
  .estimate .q-block .q-title {
    font-size: calc(16 / 16 * 1rem);
  }
  .estimate .q-block .q-title::before {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    font-size: calc(11 / 16 * 1rem);
  }
}

.estimate .q-block ul {
  position: relative;
  margin-left: 28px;
  padding: 25px 0 30px 55px;
  border-left: solid 2px #A7B1D4;
}

.estimate .q-block ul::after {
  display: block;
  position: absolute;
  bottom: -3px;
  left: 4px;
  width: 2px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #A7B1D4;
  content: '';
}

@media (max-width: 768px) {
  .estimate .q-block ul {
    margin-left: 0;
    padding: 0;
    border-left: none;
  }
  .estimate .q-block ul::after {
    content: none;
  }
}

.estimate .q-block ul li {
  padding: 25px 30px;
  border-bottom: dashed 1px #bfc0c1;
}

.estimate .q-block ul li:first-of-type {
  border-top: dashed 1px #bfc0c1;
}

@media (max-width: 768px) {
  .estimate .q-block ul li {
    padding: 1em;
  }
}

@media (max-width: 480px) {
  .estimate .q-block ul li {
    padding: 1em .5em;
  }
}

.estimate .q-block dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: calc(18 / 16 * 1rem);
}

@media (max-width: 768px) {
  .estimate .q-block dl {
    font-size: calc(16 / 16 * 1rem);
  }
}

@media (max-width: 480px) {
  .estimate .q-block dl {
    font-size: calc(14 / 16 * 1rem);
  }
}

.estimate .q-block dl dt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 2;
}

@media (max-width: 768px) {
  .estimate .q-block dl dt {
    min-width: 50%;
  }
}

.estimate .q-block dl dd {
  width: 30%;
  line-height: 1;
}

@media (max-width: 1080px) {
  .estimate .q-block dl dd {
    width: 40%;
  }
}

@media (max-width: 768px) {
  .estimate .q-block dl dd {
    width: auto;
  }
  .estimate .q-block dl dd.radio-set {
    width: 100%;
  }
}

.estimate .q-block.confirm {
  margin-bottom: 35px;
}

.estimate .q-block.confirm .q-title {
  padding-left: 85px;
  font-size: calc(22 / 16 * 1rem);
}

.estimate .q-block.confirm .q-title::before {
  content: none;
}

@media (max-width: 768px) {
  .estimate .q-block.confirm .q-title {
    margin-bottom: 1em;
    padding-left: 0;
    font-size: calc(20 / 16 * 1rem);
  }
}

@media (max-width: 480px) {
  .estimate .q-block.confirm .q-title {
    font-size: calc(16 / 16 * 1rem);
  }
}

.estimate .q-block.confirm ul {
  border-left: none;
}

.estimate .q-block.confirm ul::after {
  content: none;
}

.estimate .q-block.confirm ul li {
  padding: 15px 30px;
}

@media (max-width: 768px) {
  .estimate .q-block.confirm ul li {
    padding: 1em;
  }
}

@media (max-width: 480px) {
  .estimate .q-block.confirm ul li {
    padding: 1em .5em;
  }
}

.estimate .q-block.confirm dl dt,
.estimate .q-block.confirm dl dd {
  line-height: 1.5;
}

.estimate .q-block.confirm dl p {
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 600;
}

@media (max-width: 768px) {
  .estimate .q-block.customer dl dt {
    margin-bottom: .5em;
  }
}

.estimate .q-block.customer dl dd {
  width: 60%;
}

@media (max-width: 768px) {
  .estimate .q-block.customer dl dd {
    width: 100%;
  }
}

.estimate .q-block.customer .renraku {
  margin-top: 10px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .estimate .q-block.customer .renraku {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}

@media (max-width: 360px) {
  .estimate .q-block.customer .renraku .error {
    margin-top: 1.5em;
  }
}

.estimate .privacy-area {
  padding-left: 85px;
}

@media (max-width: 768px) {
  .estimate .privacy-area {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 480px) {
  .estimate .privacy-area {
    padding-right: 0;
    padding-left: 0;
  }
}

.estimate .privacy-area h3 {
  margin-bottom: 2em;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: calc(18 / 16 * 1rem);
  font-weight: 600;
  text-align: center;
}

.estimate .privacy-area .privacy-content {
  height: 230px;
  padding: 3em;
  overflow: auto;
  border: solid 1px #bfc0c1;
}

.estimate .privacy-area .privacy-content::-webkit-scrollbar {
  width: 10px;
}

.estimate .privacy-area .privacy-content::-webkit-scrollbar-track {
  background: #c8c8c8;
}

.estimate .privacy-area .privacy-content::-webkit-scrollbar-thumb {
  background: #727272;
}

.estimate .privacy-area .privacy-check {
  padding: 2em 0;
  text-align: center;
}

.estimate .privacy-area .privacy-check .required {
  display: inline-block;
}

@media (max-width: 480px) {
  .estimate .privacy-area .privacy-check .error {
    margin-top: 1.5em;
  }
}

.estimate .btn-wrapper {
  padding-left: 85px;
}

@media (max-width: 768px) {
  .estimate .btn-wrapper {
    padding-left: 0;
  }
}

.estimate .confirm-flow {
  margin-bottom: 35px;
  padding-left: 85px;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: calc(26 / 16 * 1rem);
  font-weight: 600;
  text-align: center;
}

@media (max-width: 768px) {
  .estimate .confirm-flow {
    padding-left: 0;
    font-size: calc(20 / 16 * 1rem);
  }
}

@media (max-width: 480px) {
  .estimate .confirm-flow {
    margin-bottom: 20px;
  }
}

.estimate .triangle {
  display: block;
  width: 0;
  height: 0;
  margin: 10px auto;
  border-width: 30px 50px 0;
  border-style: solid;
  border-color: #f5f5f5 transparent transparent;
}

.total-area {
  z-index: 1001;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 115px;
  padding: .5em 0;
  background: #d91530;
  color: #fff;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: calc(40 / 16 * 1rem);
  font-weight: 600;
  text-align: right;
}

@media (max-width: 768px) {
  .total-area {
    height: auto;
    font-size: calc(30 / 16 * 1rem);
    text-align: center;
  }
}

@media (max-width: 480px) {
  .total-area {
    font-size: calc(18 / 16 * 1rem);
  }
}

.total-area .total {
  font-size: calc(50 / 16 * 1rem);
}

@media (max-width: 768px) {
  .total-area .total {
    font-size: calc(40 / 16 * 1rem);
  }
}

@media (max-width: 480px) {
  .total-area .total {
    font-size: calc(24 / 16 * 1rem);
  }
}

.total-area .yen {
  font-size: calc(20 / 16 * 1rem);
}

@media (max-width: 480px) {
  .total-area .yen {
    font-size: calc(14 / 16 * 1rem);
  }
}

.total-area.fixed {
  position: absolute;
  bottom: 0;
}

.total-area.confirm {
  position: relative;
  width: calc(100% - 85px);
  margin: 10px 0 0 auto;
  text-align: center;
}

@media (max-width: 768px) {
  .total-area.confirm {
    margin: 10px auto 0;
  }
}

@media (max-width: 480px) {
  .total-area.confirm {
    width: 100%;
  }
}

.print {
  margin: 4em 0;
  padding-left: 85px;
  text-align: center;
}

@media (max-width: 768px) {
  .print {
    margin: 2em 0;
    padding-left: 0;
  }
}

.thanks {
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: calc(18 / 16 * 1rem);
  font-weight: 600;
  text-align: center;
}

@media (max-width: 768px) {
  .thanks {
    font-size: calc(16 / 16 * 1rem);
  }
}

@media (max-width: 768px) {
  .thanks {
    font-size: calc(14 / 16 * 1rem);
  }
}

.plane {
  width: 200px;
  margin: 35px auto;
}

@media (max-width: 768px) {
  .plane {
    width: 150px;
  }
}

/*==============================
category
==============================*/
.category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.category li {
  width: 33.33333%;
  padding-right: 5px;
  padding-left: 5px;
}

@media (max-width: 480px) {
  .category li {
    width: 100%;
    margin-bottom: 10px;
  }
  .category li:last-of-type {
    margin-bottom: 0;
  }
}

.category a {
  display: block;
  color: inherit;
}

.category a dl {
  text-align: center;
}

.category a dl dt {
  position: relative;
  overflow: hidden;
}

.category a dl dt .thumb {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.category a dl dt .overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(20, 20, 20, 0.7);
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.category a dl dt .overlay .ic-circle {
  margin-bottom: 2em;
}

.category a dl dt .overlay .ic-circle i {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

@media (max-width: 768px) {
  .category a dl dt .overlay {
    display: none;
  }
}

.category a dl dd {
  padding: 1em 0;
  background: #fff;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: calc(22 / 16 * 1rem);
  font-weight: 600;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

@media (max-width: 1080px) {
  .category a dl dd {
    font-size: calc(16 / 16 * 1rem);
  }
}

.category a:hover {
  opacity: 1;
}

.category a:hover dl dt .thumb {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  -webkit-transform-origin: center;
  transform-origin: center;
}

@media (max-width: 768px) {
  .category a:hover dl dt .thumb {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

.category a:hover dl dt .overlay {
  opacity: 1;
}

.category a:hover dl dt .overlay .ic-circle i {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.category a:hover dl dd {
  background: #141414;
  color: #fff;
}

@media (max-width: 768px) {
  .category a:hover dl dd {
    background: #fff;
    color: inherit;
  }
}

/*==============================
usage
==============================*/
.top-usage .accordion dl {
  position: relative;
  margin-bottom: 70px;
}

@media (max-width: 768px) {
  .top-usage .accordion dl {
    margin-bottom: 35px;
  }
}

.top-usage .accordion dl::before {
  display: block;
  position: absolute;
  bottom: -37px;
  left: 33px;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  content: '';
}

@media (max-width: 768px) {
  .top-usage .accordion dl::before {
    bottom: -22px;
    left: 18px;
    width: 14px;
    height: 14px;
  }
}

.top-usage .accordion dl dt {
  font-size: calc(26 / 16 * 1rem);
  cursor: pointer;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

@media (max-width: 768px) {
  .top-usage .accordion dl dt {
    font-size: calc(20 / 16 * 1rem);
  }
}

@media (max-width: 480px) {
  .top-usage .accordion dl dt {
    font-size: calc(16 / 16 * 1rem);
  }
}

.top-usage .accordion dl dt:hover {
  opacity: 0.7;
}

@media (max-width: 480px) {
  .top-usage .accordion dl dd {
    font-size: calc(14 / 16 * 1rem);
  }
}

.top-usage .accordion dl:last-of-type {
  margin-bottom: 0;
}

.top-usage .accordion dl:last-of-type::before {
  content: none;
}

.wrapped-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 70px;
}

@media (max-width: 768px) {
  .wrapped-inner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 35px;
  }
}

@media (max-width: 480px) {
  .wrapped-inner {
    padding: 10px;
  }
}

.wrapped-inner .illust {
  width: 40%;
}

@media (max-width: 768px) {
  .wrapped-inner .illust {
    width: 100%;
    margin-top: 1em;
    margin-bottom: 1em;
  }
}

.wrapped-inner .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 35px;
  padding-left: 35px;
}

@media (max-width: 768px) {
  .wrapped-inner .txt {
    width: 100%;
    padding-top: 0;
    padding-left: 0;
  }
}

.usage dl {
  position: relative;
  margin-bottom: 70px;
  padding: 35px;
  border: solid 1px #bfc0c1;
}

@media (max-width: 768px) {
  .usage dl {
    margin-bottom: 35px;
    padding: 20px;
  }
}

.usage dl::before {
  display: block;
  position: absolute;
  bottom: -40px;
  left: calc(50% - 15px);
  width: 30px;
  height: 30px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: solid 1px #bfc0c1;
  border-bottom: solid 1px #bfc0c1;
  content: '';
}

@media (max-width: 768px) {
  .usage dl::before {
    bottom: -22px;
    left: calc(50% - 10px);
    width: 20px;
    height: 20px;
  }
}

.usage dl:last-of-type {
  margin-bottom: 0;
}

.usage dl:last-of-type::before {
  content: none;
}

.usage dl dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: calc(26 / 16 * 1rem);
  font-weight: 600;
}

@media (max-width: 768px) {
  .usage dl dt {
    font-size: calc(20 / 16 * 1rem);
  }
}

@media (max-width: 480px) {
  .usage dl dt {
    font-size: calc(16 / 16 * 1rem);
  }
}

.usage dl dt span:first-of-type {
  margin-right: 25px;
  padding-right: 25px;
  border-right: solid 1px #2b2b2b;
}

@media (max-width: 768px) {
  .usage dl dt span:first-of-type {
    margin-right: 15px;
    padding-right: 15px;
  }
}

/*==============================
faq
==============================*/
.faq dl {
  position: relative;
  margin-bottom: 70px;
  padding: 35px;
  border: solid 1px #bfc0c1;
}

@media (max-width: 768px) {
  .faq dl {
    margin-bottom: 35px;
    padding: 20px;
  }
}

.faq dl dt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 17.5px;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: calc(20 / 16 * 1rem);
  font-weight: 600;
  cursor: pointer;
}

.faq dl dt span.q i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  margin-right: 1em;
  border-radius: 6px;
  background: #727272;
  color: #fff;
  line-height: 1;
}

.faq dl dt span.q-txt {
  text-align: 1.5;
}

@media (max-width: 768px) {
  .faq dl dt {
    font-size: calc(20 / 16 * 1rem);
  }
  .faq dl dt br {
    display: none;
  }
}

@media (max-width: 480px) {
  .faq dl dt {
    font-size: calc(16 / 16 * 1rem);
  }
}

.faq dl dd .faq-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.faq dl dd span.a i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2em;
  height: 2em;
  margin-right: 1em;
  border-radius: 6px;
  background: #2D4390;
  color: #fff;
  font-size: calc(20 / 16 * 1rem);
  line-height: 1;
}

@media (max-width: 768px) {
  .faq dl dd span.a i {
    font-size: calc(20 / 16 * 1rem);
  }
}

@media (max-width: 480px) {
  .faq dl dd span.a i {
    font-size: calc(16 / 16 * 1rem);
  }
}

.faq dl dd span.a-txt {
  line-height: 2;
}

@media (max-width: 480px) {
  .faq dl dd {
    font-size: calc(14 / 16 * 1rem);
  }
}

.faq dl:last-of-type {
  margin-bottom: 0;
}

.faq dl:last-of-type::before {
  content: none;
}

/*==============================
privacy
==============================*/
.privacy .p-sec {
  margin-bottom: 35px;
}

.privacy .p-sec:last-of-type {
  margin-bottom: 0;
}

.privacy h4 {
  margin-bottom: 1em;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: calc(16 / 16 * 1rem);
  font-weight: 600;
}

.privacy p {
  margin-bottom: 1em;
}

.privacy.privacy-content {
  font-size: calc(14 / 16 * 1rem);
}

/*==============================
print
==============================*/
.printpage {
  width: 794px;
  margin: 20px auto;
  color: #000;
  font-family: arial, helvetica, sans-serif;
  font-size: calc(14 / 16 * 1rem);
}

.printpage .q-block {
  margin-top: -2px;
  border: solid 2px #000;
  page-break-inside: avoid;
}

.printpage .q-block .q-title {
  padding: .5em;
  border-bottom: solid 1px #000;
  font-size: calc(16 / 16 * 1rem);
  font-weight: 700;
}

.printpage .q-block ul li {
  border-bottom: dashed 1px #000;
}

.printpage .q-block ul li:last-of-type {
  border-bottom: none;
}

.printpage .q-block dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.printpage .q-block dl dt,
.printpage .q-block dl dd {
  padding: .5em;
}

.printpage .q-block dl dt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.printpage .q-block dl dd {
  width: 30%;
  border-left: dashed 1px #000;
  text-align: center;
}

.printpage .total-area-print {
  padding: 10px;
  border: solid 2px #000;
  font-size: calc(16 / 16 * 1rem);
  font-weight: 700;
  text-align: right;
}

.printpage .total-area-print .total {
  font-size: calc(22 / 16 * 1rem);
}

.printpage .print-btn {
  margin: 1em 0 0;
  padding: 0;
  text-align: center;
}

@media print {
  .printpage .print-btn {
    display: none;
  }
}
