@charset "UTF-8";
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, font, 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, section, article, aside, hgroup, header, footer, nav, dialog, figure, menu, video, audio, mark, time, canvas, details, input, button, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
  font-family: Helvetica, Arial, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "HIragino Kaku Gothic Pro W3", "HIragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

section, article, aside, hgroup, header, footer, main, nav, dialog, figure, figcaption {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -webkit-print-color-adjust: exact;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  vertical-align: bottom;
}

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

.clr {
  *zoom: 1;
}

.clr:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

.disnon {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

.minSp {
  display: none;
}
@media screen and (max-width: 360px) {
  .minSp {
    display: block;
  }
}

html, body {
  width: 100%;
  height: 100%;
}

html.noscroll,
html.noscroll body {
  overflow: hidden;
  height: 100%;
}
html.noscroll #wrapper,
html.noscroll body #wrapper {
  padding-top: 0;
}
html.noscroll main,
html.noscroll body main {
  pointer-events: none;
}

body {
  font-size: 1.5rem;
  min-width: 1000px;
  background: #fff;
  color: #333;
  font-weight: 400;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  body {
    min-width: auto;
    font-size: 1.4rem;
  }
}

#wrapper {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #wrapper {
    padding-top: 70px;
  }
  #wrapper:not(.inst) {
    padding-bottom: 80px;
  }
}

.inside {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inside {
    width: auto;
    max-width: 600px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
}
.main {
  position: relative;
  z-index: 2;
}
.main.innerCont {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .main.innerCont {
    padding-bottom: 40px;
  }
}
.main #contents {
  width: 730px;
  float: left;
}
@media screen and (max-width: 768px) {
  .main #contents {
    width: auto;
    float: none;
  }
}
.main #side {
  width: 230px;
  float: right;
}
@media screen and (max-width: 768px) {
  .main #side {
    display: none;
  }
}

.subjectNav {
  /*横幅360px以下*/
}
@media screen and (max-width: 768px) {
  .subjectNav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 6px 0 12px;
    text-align: center;
    border-bottom: 1px solid #dfdfdf;
    height: 70px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .subjectNav dt {
    height: 20px;
    margin: 0 auto 10px;
  }
  .subjectNav dt img {
    height: 100%;
    width: auto;
  }
  .subjectNav dd li {
    height: 22px;
    display: inline-block;
  }
  .subjectNav dd li + li {
    margin-left: 16px;
  }
  .subjectNav dd li img {
    height: 100%;
    width: auto;
  }
}
@media screen and (max-width: 360px) {
  .subjectNav dt {
    height: 18px;
  }
  .subjectNav dd li {
    height: 21px;
  }
}

#header {
  background: #fff;
  position: relative;
  z-index: 100;
  width: 100%;
  height: 192px;
  left: 0;
  /*PC横幅1400px以下対応*/
  /*追従時PC*/
  /*追従時SP*/
  /* 先生募集用ヘッダー
  ------------------------------------------*/
}
@media screen and (max-width: 768px) {
  #header {
    height: auto;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
#header .headerInner {
  max-width: 1600px;
  min-width: 1000px;
  padding: 0 30px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #header .headerInner {
    max-width: none;
    min-width: auto;
    height: 65px;
    padding: 0 0 0 16px;
    position: relative;
    z-index: 2;
    background: #fff;
  }
}
#header .logoArea .logoKumon {
  width: 140px;
}
@media screen and (max-width: 768px) {
  #header .logoArea .logoKumon {
    width: 87px;
  }
}
#header .logoArea .logoKumon a {
  display: block;
  line-height: 0;
  padding: 5px 0;
  text-align: center;
  background-color: #7dcdf4;
}
@media screen and (max-width: 768px) {
  #header .logoArea .logoKumon a {
    padding: 3px 0;
  }
}
#header .logoArea .logoKumon img {
  width: 91px;
  height: 23px;
  margin: 0 auto;
  fill: #000;
}
@media screen and (max-width: 768px) {
  #header .logoArea .logoKumon img {
    width: 57px;
    height: 14px;
  }
}
#header .logoArea h1 {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #header .logoArea h1 {
    margin-top: 9px;
  }
}
#header .logoArea h1 a {
  display: block;
  line-height: 0;
}
#header .logoArea h1 img {
  width: 224px;
  height: 42px;
}
@media screen and (max-width: 768px) {
  #header .logoArea h1 img {
    width: 115px;
    height: 22px;
  }
}
#header .infoArea {
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  #header .infoArea {
    padding-top: 0;
  }
}
#header .infoArea .minNav {
  text-align: right;
}
#header .infoArea .minNav li {
  display: inline-block;
}
#header .infoArea .minNav li + li {
  margin-left: 13px;
}
#header .infoArea .minNav li a {
  display: block;
  font-size: 1.3rem;
  padding-left: 18px;
  background: url(../images/icon_arrow_01.png) 0 2px/13px no-repeat;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  line-height: 1.4;
}
@media print, screen and (min-width: 769px) {
  #header .infoArea .minNav li a:hover {
    color: #7dcdf4;
    text-decoration: underline;
  }
}
#header .infoArea .minNav + div {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-pack: right !important;
  -webkit-justify-content: right !important;
      -ms-flex-pack: right !important;
          justify-content: right !important;
}
@media screen and (max-width: 768px) {
  #header .infoArea .minNav + div {
    height: 100%;
  }
}
#header .infoArea .subjectNav {
  text-align: center;
  margin-bottom: 5px;
}
#header .infoArea .subjectNav dt {
  margin: 0 0 10px 10px;
  line-height: 1;
}
#header .infoArea .subjectNav dd ul {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
}
#header .infoArea .subjectNav dd ul li + li {
  margin-left: 18px;
}
#header .infoArea .subjectNav dd ul li a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media print, screen and (min-width: 769px) {
  #header .infoArea .subjectNav dd ul li a:hover {
    opacity: 0.8;
  }
}
#header .infoArea .btnEntry {
  margin-left: 20px;
  line-height: 0;
}
#header .infoArea .btnEntry a {
  display: block;
}
@media screen and (max-width: 768px) {
  #header .infoArea .btnEntry {
    margin-left: 0;
    width: 105px;
  }
}
#header .infoArea .btnEntry a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media print, screen and (min-width: 769px) {
  #header .infoArea .btnEntry a:hover {
    opacity: 0.8;
  }
}
#header .infoArea .menu {
  width: 57px;
  height: 58px;
  cursor: pointer;
  background: url(../images/sp/btn_menu.png) center/auto 100% no-repeat;
  font-size: 0;
  overflow: hidden;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
#header .infoArea .menu.open {
  background-image: url(../images/sp/btn_close.png);
}
#header .infoArea .contact {
  margin-left: 20px;
}
#header .infoArea .contact b {
  display: block;
  font-size: 3.3rem;
  padding-left: 63px;
  background: url(../images/img_free_dial.svg) 0 0/60px 38px no-repeat;
  font-weight: 600;
  line-height: 1.2;
}
#header .infoArea .contact span {
  display: block;
  font-size: 1.3rem;
  color: #888;
  margin-left: -0.7em;
}
@media screen and (min-width: 769px) and (max-width: 1400px) {
  #header {
    height: 185px;
  }
  #header .logoArea h1 img {
    width: 190px;
    height: 36px;
  }
  #header .infoArea .minNav {
    margin-bottom: 5px;
  }
  #header .infoArea .subjectNav dt img {
    width: 294px;
  }
  #header .infoArea .subjectNav dd ul li + li {
    margin-left: 10px;
  }
  #header .infoArea .subjectNav dd ul li a img {
    height: 26px;
    width: auto;
  }
  #header .infoArea .btnEntry {
    margin-left: 15px;
  }
  #header .infoArea .btnEntry img {
    width: 190px;
  }
  #header .infoArea .contact {
    margin-left: 15px;
  }
  #header .infoArea .contact b {
    font-size: 2.4rem;
    padding-left: 46px;
    background-size: 45px 27px;
  }
  #header .infoArea .contact span {
    font-size: 1rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1400px) and (min-width: 769px) and (max-width: 1060px) {
  #header .headerInner {
    padding: 0 10px;
  }
}
#header #nav {
  position: relative;
  z-index: 99;
  width: 1200px;
  margin: 0 auto auto;
}
@media print, screen and (min-width: 769px) {
  #header #nav {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  #header #nav {
    background: #fff;
    display: none;
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    overflow: auto;
    z-index: 1;
  }
}
#header #nav .navInner {
  width: 1200px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  #header #nav .navInner {
    width: auto;
    display: block;
    padding-top: 65px;
  }
}
#header #nav .gNav {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
}
@media screen and (max-width: 768px) {
  #header #nav .gNav {
    display: block;
  }
}
@media print, screen and (min-width: 769px) {
  #header #nav .gNav > li {
    height: 80px;
  }
}
#header #nav .gNav li {
  width: 140px;
  text-align: center;
  position: relative;
}
#header #nav .gNav li:nth-child(3), #header #nav .gNav li:nth-child(6) {
  width: 130px;
}
@media screen and (max-width: 768px) {
  #header #nav .gNav li:nth-child(3), #header #nav .gNav li:nth-child(6) {
    width: auto;
  }
}
#header #nav .gNav li:nth-child(6) {
  position: relative;
}
#header #nav .gNav li:nth-child(6)::before {
  position: absolute;
  content: "";
  display: block;
  width: 124px;
  height: 4px;
  top: 10px;
  left: 0;
  /*background-image:url("../images/top/li_borderline.png");*/
}
#header #nav .gNav li:nth-child(6)::after {
  position: absolute;
  content: "";
  display: block;
  width: 124px;
  height: 4px;
  bottom: 10px;
  left: 0;
  /*background-image:url("../images/top/li_borderline.png");*/
}
@media screen and (max-width: 768px) {
  #header #nav .gNav li {
    width: auto;
    text-align: left;
  }
}
#header #nav .gNav li.trigger > span,
#header #nav .gNav li .link {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  padding: 20px 0;
  position: relative;
  font-size: 1.6rem;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  font-weight: 500;
  -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 print, screen and (min-width: 769px) {
  #header #nav .gNav li.trigger > span,
  #header #nav .gNav li .link {
    line-height: 1.3;
  }
  #header #nav .gNav li.trigger > span:hover,
  #header #nav .gNav li .link:hover {
    color: #7dcdf4;
  }
}
@media screen and (max-width: 768px) {
  #header #nav .gNav li.trigger > span,
  #header #nav .gNav li .link {
    display: block;
    font-size: 1.7rem;
    background: #7dcdf4;
    padding: 12px 50px 12px 16px;
    border-bottom: 1px solid #fff;
    color: #fff;
  }
}
@media screen and (max-width: 360px) {
  #header #nav .gNav li.trigger > span,
  #header #nav .gNav li .link {
    font-size: 1.4rem;
  }
}
#header #nav .gNav li.trigger > span svg,
#header #nav .gNav li .link svg {
  position: absolute;
  width: 7px;
  height: 11px;
  bottom: 6px;
  left: 50%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-left: -5px;
  fill: #7dcdf4;
}
@media screen and (max-width: 768px) {
  #header #nav .gNav li.trigger > span svg,
  #header #nav .gNav li .link svg {
    fill: #568da8;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    width: 11px;
    height: 19px;
    left: auto;
    bottom: auto;
    right: 32px;
    top: 50%;
    margin-left: 0;
    margin-top: -10px;
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #header #nav .gNav li.trigger > span::before, #header #nav .gNav li.trigger > span::after, #header #nav .gNav li.trigger > a::before, #header #nav .gNav li.trigger > a::after {
    content: "";
    display: block;
    width: 22px;
    height: 3px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 16px;
    border-radius: 3px;
    margin-top: -1.5px;
  }
  #header #nav .gNav li.trigger > span::after, #header #nav .gNav li.trigger > a::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
}
@media print, screen and (min-width: 769px) {
  #header #nav .gNav li.trigger.active > span, #header #nav .gNav li.trigger.active > a {
    color: #7dcdf4;
  }
}
@media screen and (max-width: 768px) {
  #header #nav .gNav li.trigger.open > span::after, #header #nav .gNav li.trigger.open > a::after {
    opacity: 0;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@media screen and (max-width: 768px) {
  #header #nav .gNav li:not(.trigger) .link {
    background: url(../images/icon_arrow_03_w.png) right 21px center/11px no-repeat #7dcdf4;
  }
}
#header #nav .gNav .subNav {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 79px;
  bottom: auto;
  background: #ebf8ff;
  padding: 20px 40px;
  width: 100%;
  border-radius: 0 0 12px 12px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #header #nav .gNav .subNav {
    visibility: visible !important;
    display: none;
    position: relative;
    top: 0;
    padding: 0;
    border-radius: 0;
    opacity: 1 !important;
  }
}
#header #nav .gNav .subNav ul {
  background: #ebf8ff;
}
@media screen and (max-width: 768px) {
  #header #nav .gNav .subNav ul {
    background: #7dcdf4;
  }
}
#header #nav .gNav .subNav ul li {
  padding: 0;
  width: auto;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #header #nav .gNav .subNav ul li {
    padding: 0;
  }
}
#header #nav .gNav .subNav ul li:not(.sp) + li {
  padding: 0;
}
@media screen and (max-width: 768px) {
  #header #nav .gNav .subNav ul li:not(.sp) + li {
    padding: 0;
    background: none;
  }
}
@media screen and (max-width: 768px) {
  #header #nav .gNav .subNav ul li + li a {
    margin-top: 1px;
  }
}
#header #nav .gNav .subNav ul li a {
  display: block;
  padding: 15px 0;
  line-height: 1.3;
  font-weight: 500;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  #header #nav .gNav .subNav ul li a {
    padding: 12px 50px 12px 32px;
    background: url(../images/icon_arrow_03_b.png) right 21px center/11px no-repeat #ebf8ff;
    color: #568da8;
    font-weight: 600;
  }
}
#header #nav .gNav .subNav ul li a span {
  position: relative;
  padding-left: 30px;
  font-size: 1.5rem;
  display: block;
}
@media screen and (max-width: 768px) {
  #header #nav .gNav .subNav ul li a span {
    padding-left: 0;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 360px) {
  #header #nav .gNav .subNav ul li a span {
    font-size: 1.4rem;
  }
}
#header #nav .gNav .subNav ul li a span::before {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  background: url(../images/icon_arrow_05_w.png) 0 0/100% auto no-repeat;
}
@media screen and (max-width: 768px) {
  #header #nav .gNav .subNav ul li a span::before {
    content: none;
  }
}
@media print, screen and (min-width: 769px) {
  #header #nav .gNav .subNav ul li a:hover {
    opacity: 0.8;
  }
}
#header #nav .gNav .subNav.subNav01 {
  width: 150%;
  left: -25%;
}
#header #nav .gNav .subNav.subNav02 {
  width: 260%;
  left: -80%;
}
#header #nav .gNav .subNav.subNav02 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #header #nav .gNav .subNav.subNav02 ul {
    display: block;
  }
}
#header #nav .gNav .subNav.subNav02 ul li {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #header #nav .gNav .subNav.subNav02 ul li {
    width: 100%;
  }
}
#header #nav .gNav .subNav.subNav03 {
  width: 230%;
  left: -60%;
}
#header #nav .gNav .subNav.subNav03 ul li {
  width: auto;
}
#header #nav .gNav .subNav.subNav04 {
  width: 700%;
  left: -280%;
}
#header #nav .gNav .subNav.subNav04 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #header #nav .gNav .subNav.subNav04 ul {
    display: block;
  }
}
#header #nav .gNav .subNav.subNav04 ul li {
  width: 33.333%;
}
@media screen and (max-width: 768px) {
  #header #nav .gNav .subNav.subNav04 ul li {
    width: 100%;
  }
}
#header #nav .gNav .subNav.subNav07 {
  width: 520%;
  left: -195%;
}
#header #nav .gNav .subNav.subNav07 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #header #nav .gNav .subNav.subNav07 ul {
    display: block;
  }
}
#header #nav .gNav .subNav.subNav07 ul li {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #header #nav .gNav .subNav.subNav07 ul li {
    width: 100%;
  }
}
#header #nav .gNav .subNav.subNav08 {
  width: 230%;
  left: -60%;
}
#header #nav .gNav .subNav.subNav08 ul li {
  width: auto;
}
#header #nav .gNav .subNav.subNav_bnn .pc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#header #nav .gNav .subNav.subNav_bnn .pc .subNav_bnn {
  width: 160px;
  margin-right: 40px;
}
#header #nav .gNav .subNav.subNav_bnn .pc .subNav_bnn a:hover {
  opacity: 0.7;
}
#header #nav .gNav .subNav.subNav_bnn .pc .subNav_bnn img {
  width: 100%;
}
#header #nav .gNav .subNav.subNav_bnn .pc .subNav_bnn p {
  font-size: 1.5rem;
  display: block;
  margin-top: 5px;
  line-height: 1.2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#header #nav .gNav .subNav.subNav_bnn .pc .subNav_bnn p span {
  text-align: left;
  line-height: 1.4;
}
#header #nav .gNav .subNav.subNav_bnn .pc .subNav_bnn p:before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/icon_arrow_05_w.png) 0 0/100% auto no-repeat;
  margin-right: 5px;
}
#header #nav .gNav .subNav.subNav_bnn .pc ul {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  #header #nav .gNav .subNav.subNav01, #header #nav .gNav .subNav.subNav02, #header #nav .gNav .subNav.subNav03, #header #nav .gNav .subNav.subNav04, #header #nav .gNav .subNav.subNav07, #header #nav .gNav .subNav.subNav08 {
    width: 100%;
    left: auto;
  }
}
#header #nav .btnDefault {
  max-width: 174px;
  width: 174px;
  margin: 0;
}
#header #nav .btnDefault a {
  padding: 4px 18px 0 0;
  height: 46px;
  line-height: 1.3;
  font-size: 1.5rem;
}
#header #nav .btnArea {
  padding: 20px 16px 78px;
  background: #ebf8ff;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
#header #nav .btnArea li {
  width: 48%;
}
#header #nav .btnArea li:nth-child(n+2) {
  margin-top: 10px;
}
#header #nav .btnArea li a {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  width: 100%;
  padding: 0 40px 0 15px;
  border: 1px solid #7dcdf4;
  height: 45px;
  background: url(../images/icon_arrow_02_b.png) right 10px center/20px no-repeat #fff;
  font-size: 1.3rem;
  line-height: 1.4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 600;
}
@media screen and (max-width: 360px) {
  #header #nav .btnArea li a {
    font-size: 1.1rem;
    padding: 0 30px 0 10px;
  }
}
#header #nav .btnArea li.recruiting {
  width: 100%;
}
#header #nav .btnArea li.recruiting a {
  padding-left: 45%;
  position: relative;
  height: 77px;
  font-size: 1.6rem;
}
@media screen and (max-width: 360px) {
  #header #nav .btnArea li.recruiting a {
    font-size: 1.4rem;
  }
}
#header #nav .btnArea li.recruiting a::before {
  content: "";
  width: 42%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/sp/img_nav_recruiting02.jpg) center/cover no-repeat;
}
#header #nav .btnArea li.senior {
  width: 100%;
}
#header #nav .btnArea li.senior a {
  padding: 0;
  display: block;
  border: none;
}
#header #nav .navInfo {
  padding: 25px 16px 5px;
  background: #ebf8ff;
}
#header #nav .navInfo .navInfo_ttl {
  font-size: 2rem;
  text-align: center;
  color: #568da8;
  margin-bottom: 10px;
  line-height: 1.4;
}
#header #nav .navInfo .navInfo_items {
  margin-bottom: 20px;
}
#header #nav .navInfo .navInfo_items.items_2col {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#header #nav .navInfo .navInfo_items.items_2col li {
  width: 48%;
  line-height: 1.4;
}
#header #nav .navInfo .navInfo_item a {
  background: #fff;
  display: block;
}
#header #nav .navInfo .navInfo_item a img {
  width: 100%;
}
#header #nav .navInfo .navInfo_item a p {
  font-size: 1.25rem;
  padding: 7px 9px;
  position: relative;
  height: 12vw;
  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;
}
#header #nav .navInfo .navInfo_item a p::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(/lil/assets/images/icon_arrow_07_b_sp.png) no-repeat;
  background-size: 100% 100%;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#header #nav .btnAreaBtm {
  padding: 40px 16px 60px;
  background: #fff;
}
#header #nav .btnAreaBtm_ttl {
  font-size: 2rem;
  position: relative;
  text-align: center;
  margin-bottom: 20px;
}
#header #nav .btnAreaBtm_ttl::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 3px;
  background: #ff9549;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
#header #nav .btnAreaBtm .btnAreaBtm_items.items_2col {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#header #nav .btnAreaBtm .btnAreaBtm_items.items_2col li {
  width: 48%;
}
#header #nav .btnAreaBtm .btnAreaBtm_item a {
  background: #fff;
  display: block;
}
#header #nav .btnAreaBtm .btnAreaBtm_item a img {
  width: 100%;
}
#header #nav .btnAreaBtm .btnAreaBtm_item a p {
  font-size: 1.3rem;
  padding: 10px 9px 10px 3px;
  position: relative;
  line-height: 1.4;
}
#header #nav .btnAreaBtm .btnAreaBtm_item a p::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(/lil/assets/images/icon_arrow_07_b_sp.png) no-repeat;
  background-size: 100% 100%;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#header #nav .btnAreaBtm .btnAreaBtm_btn01 {
  margin-bottom: 10px;
}
#header #nav .btnAreaBtm .btnAreaBtm_btn01 a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: #7dcdf4;
  height: 60px;
  border-radius: 30px;
  color: #fff;
}
#header #nav .btnAreaBtm .btnAreaBtm_btn01 a b {
  font-weight: 400;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.4;
}
#header #nav .btnAreaBtm .btnAreaBtm_btn01 a b span {
  font-size: 1.2rem;
  display: block;
}
#header #nav .btnAreaBtm .btnAreaBtm_btn01 a::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(/lil/assets/images/icon_arrow_07_w_sp.png) no-repeat;
  background-size: 100% 100%;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#header #nav .btnAreaBtm .btnAreaBtm_btn02 a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  font-size: 1.6rem;
}
#header #nav .btnAreaBtm .btnAreaBtm_btn02 a::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(/lil/assets/images/icon_arrow_07_b_sp.png) no-repeat;
  background-size: 100% 100%;
  margin-left: 10px;
}
#header #nav .btnAreaBtm .sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 15px;
}
#header #nav .btnAreaBtm .sns a {
  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: 100%;
  width: 40px;
}
#header #nav .btnAreaBtm .sns a img {
  width: 100%;
  height: auto;
}
#header #nav .contact.sp {
  padding: 20px 0 15px;
  text-align: center;
}
#header #nav .contact.sp a {
  display: block;
}
#header #nav .contact.sp a b {
  display: inline-block;
  padding-left: 55px;
  background: url(../images/img_free_dial.svg) 0 0/50px no-repeat;
  font-weight: 600;
  line-height: 1;
  font-size: 3rem;
}
@media screen and (max-width: 360px) {
  #header #nav .contact.sp a b {
    font-size: 2.8rem;
  }
}
#header #nav .contact.sp a span {
  font-size: 1.3rem;
  color: #888;
  display: block;
}
@media screen and (max-width: 360px) {
  #header #nav .contact.sp a span {
    font-size: 1.1rem;
  }
}
@media print, screen and (min-width: 769px) {
  #header.fixedPC {
    height: auto;
    top: -30%;
    position: fixed;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  }
  #header.fixedPC + .main {
    padding-top: 185px;
  }
  #header.fixedPC.slide {
    top: 0;
    -webkit-transition: top 0.4s ease-in-out;
    transition: top 0.4s ease-in-out;
  }
  #header.fixedPC .subNav {
    top: 80px;
  }
  #header.fixedPC .logoArea .logoKumon,
  #header.fixedPC .minNav,
  #header.fixedPC .subjectNav.pc,
  #header.fixedPC .contact.pc {
    display: none;
  }
  #header.fixedPC .headerInner {
    position: absolute;
    padding: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  #header.fixedPC .logoArea {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    left: 20px;
  }
  #header.fixedPC .logoArea h1 {
    margin-top: 0;
  }
  #header.fixedPC .logoArea h1 img {
    width: 170px;
    height: 32px;
  }
  #header.fixedPC .btnEntry {
    width: 166px;
    height: 46px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    right: 20px;
  }
  #header.fixedPC .btnEntry a {
    width: 166px;
    height: 46px;
    background: url(../images/btn_month_03_min.png) 0 0 no-repeat;
  }
  #header.fixedPC .btnEntry a img {
    display: none;
  }
  #header.fixedPC #nav .navInner {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #header.fixedPC #nav .navInner .gNav li {
    width: 120px;
  }
  #header.fixedPC #nav .navInner .gNav li span {
    font-size: 1.4rem;
  }
  #header.fixedPC #nav .navInner .whiteborder {
    margin-left: 10px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1400px) {
  #header.fixedPC .headerInner {
    position: relative;
    width: 1000px;
    height: auto;
    padding: 13px 0 0 0;
    top: auto;
    left: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  #header.fixedPC .logoArea h1 {
    margin-top: 6px;
  }
  #header.fixedPC .infoArea {
    padding-top: 0;
  }
  #header.fixedPC .logoArea,
  #header.fixedPC .btnEntry {
    position: relative;
    top: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    left: auto;
  }
  #header.fixedPC .btnEntry {
    right: 0;
    margin: 0;
  }
  #header.fixedPC #nav .gNav li.trigger > span,
  #header.fixedPC #nav .gNav li .link {
    padding: 28px 0;
  }
}
@media screen and (max-width: 768px) {
  #header.fixedSP {
    position: fixed;
    top: 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 2px 2px;
            box-shadow: rgba(0, 0, 0, 0.1) 0 0 2px 2px;
  }
  #header.fixedSP + .main {
    padding-top: 70px;
  }
}
@media print, screen and (min-width: 769px) {
  #header.inst #nav .gNav li .link {
    font-size: 1.3rem;
    line-height: 1.4;
    height: 80px;
    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: 0;
  }
}
@media print, screen and (min-width: 769px) {
  #header.inst #nav .btnDefault a {
    padding: 13px 12px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #header.inst .infoArea .btnEntry {
    width: 148px;
  }
}
@media screen and (max-width: 360px) {
  #header.inst .infoArea .btnEntry {
    width: 120px;
  }
}
@media print, screen and (min-width: 769px) {
  #header.inst.fixedPC .btnEntry a {
    background: url(../images/btn_inst_contact_min.png) 0 0 no-repeat;
  }
}

.fixBnr {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 99;
}
.fixBnr dl dt {
  background: #f54c4c;
  color: #fff;
  text-align: center;
}
.fixBnr dl dd {
  background-color: #0079c3;
}
.fixBnr dl dd ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.fixBnr dl dd ul li + li {
  border-left: 1px solid #fff;
}
.fixBnr dl dd ul li a {
  height: 100%;
  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;
  color: #fff;
  line-height: 1.3;
  height: 50px;
  font-size: 1.3rem;
  text-align: center;
}
.fixBnr dl dd ul li a small {
  font-size: 0.8em;
}
.fixBnr dl dd ul li a .txtLink__blank-icon {
  margin: 0 -19px -14px 0;
}
.fixBnr dl dd ul li:nth-child(1) {
  width: 30%;
}
.fixBnr dl dd ul li:nth-child(1) a span {
  padding: 8px 0 8px 27px;
}
.fixBnr dl dd ul li:nth-child(2) {
  width: 32%;
}
.fixBnr dl dd ul li:nth-child(3) {
  width: 38%;
}
.fixBnr .has-blank-link a {
  height: 55px;
}
.fixBnr .has-blank-link__item a {
  position: relative;
}
.fixBnr .has-blank-link__item a::before {
  position: absolute;
  content: "";
  top: 7px;
  right: 5px;
  margin: auto;
  width: 0.8em;
  height: 0.8em;
  background: url(/lil/assets/images/icon_window.png) 0 0/100% no-repeat;
  opacity: 0.9;
}
.fixBnr__icon-map {
  padding: 8px 0 8px 35px;
  background: url(../images/icon_fixbnr01.png) left center no-repeat;
  background-size: auto 27px;
}
.fixBnr__icon-book {
  padding: 8px 0 8px 33px;
  background: url(../images/icon_fixbnr_book.png) left center no-repeat;
  background-size: auto 22px;
  white-space: nowrap;
}
.fixBnr .-orenge {
  background: #ff9549 !important;
}
.fixBnr .-skyblue {
  background: #5eb9ed !important;
}

.inquiryCont {
  padding: 80px 0 60px;
  background: #7dcdf4;
}
@media screen and (max-width: 768px) {
  .inquiryCont {
    padding: 35px 0 40px;
  }
}
.inquiryCont h2 {
  text-align: center;
  line-height: 1;
  color: #fff;
}
.inquiryCont h2 b {
  display: block;
  font-weight: 400;
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  .inquiryCont h2 b {
    font-size: 1.9rem;
  }
}
.inquiryCont h2 span {
  display: block;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .inquiryCont h2 span {
    margin-top: 5px;
  }
}
.inquiryCont .panelList {
  margin-top: 50px;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media print, screen and (min-width: 769px) {
  .inquiryCont .panelList {
    width: 700px;
    margin: 25px auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .inquiryCont .panelList {
    margin-top: 25px;
  }
}
.inquiryCont .panelList li {
  width: 312px;
}
@media print, screen and (min-width: 769px) {
  .inquiryCont .panelList li + li {
    margin-left: 32px;
  }
}
@media screen and (max-width: 768px) {
  .inquiryCont .panelList li {
    width: 48%;
  }
}
.inquiryCont .panelList li a {
  display: block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media print, screen and (min-width: 769px) {
  .inquiryCont .panelList li a:hover {
    opacity: 0.8;
  }
}
.inquiryCont .panelList li figure {
  line-height: 0;
}
.inquiryCont .panelList li figure img {
  width: 100%;
  height: auto;
}
.inquiryCont .panelList li p {
  padding: 8px 0;
  background: #fff;
  width: 100%;
  text-align: center;
  position: relative;
  font-size: 1.7rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .inquiryCont .panelList li p {
    padding: 5px 0;
    font-size: 1.3rem;
    text-align: left;
    line-height: 1.4;
    padding-left: 10px;
  }
}
@media screen and (max-width: 360px) {
  .inquiryCont .panelList li p {
    font-size: 1.1rem;
  }
}
.inquiryCont .panelList li p small {
  display: block;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .inquiryCont .panelList li p small {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 360px) {
  .inquiryCont .panelList li p small {
    font-size: 1rem;
  }
}
.inquiryCont .panelList li p::after {
  content: "";
  width: 22px;
  height: 23px;
  position: absolute;
  top: 50%;
  margin-top: -11px;
  background: url(../images/icon_arrow_02_o.png) 0 0/100% auto no-repeat;
  right: 30px;
  -webkit-transition: transform 0.2s ease;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
@media screen and (max-width: 768px) {
  .inquiryCont .panelList li p::after {
    right: 10px;
  }
}
@media screen and (max-width: 360px) {
  .inquiryCont .panelList li p::after {
    right: 5px;
  }
}
@media print, screen and (min-width: 769px) {
  .inquiryCont .panelList li a:hover p::after {
    -webkit-transform: translate(3px, 0);
            transform: translate(3px, 0);
  }
}
.inquiryCont .panelList li.contact {
  background: #fff;
  height: 210px;
}
@media screen and (max-width: 768px) {
  .inquiryCont .panelList li.contact {
    margin-top: 15px;
    width: 100%;
    height: auto;
    padding-bottom: 15px;
  }
}
.inquiryCont .panelList li.contact dl {
  padding: 82px 0 0 0;
  text-align: center;
  background: url(../images/icon_contact.png) center 12px/63px no-repeat;
  line-height: 1.4;
  color: #333;
}
@media screen and (max-width: 768px) {
  .inquiryCont .panelList li.contact dl {
    padding: 70px 0 0;
    background: url(../images/icon_contact.png) center 14px/50px no-repeat;
  }
}
.inquiryCont .panelList li.contact dl dt {
  font-size: 1.9rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .inquiryCont .panelList li.contact dl dt {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 769px) {
  .inquiryCont .panelList li.contact dl dd span {
    display: inline-block;
    padding-left: 50px;
    background: url(../images/img_free_dial.svg) 0 center/45px 30px no-repeat;
    font-size: 2.7rem;
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .inquiryCont .panelList li.contact dl dd a {
    display: inline-block;
    padding-left: 45px;
    background: url(../images/img_free_dial.svg) 0 center/42px 30px no-repeat;
    font-size: 2.7rem;
    font-weight: bold;
  }
}
.inquiryCont .panelList li.contact p {
  text-align: center;
  font-size: 1.4rem;
  color: #888;
  margin-top: 5px;
  height: auto;
}
.inquiryCont .panelList li.contact p::after {
  content: none;
}
.inquiryCont .btnDefault {
  margin: 30px auto 0;
  width: 280px;
}
.inquiryCont .btnDefault a {
  height: 50px;
  padding: 17px 15px 0 0;
}

.pagetop {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  cursor: pointer;
  position: fixed;
  z-index: 99;
  right: 20px;
  bottom: 20px;
  background: #7dcdf4;
  border: 2px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.pagetop.show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media print, screen and (min-width: 769px) {
  .pagetop:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  .pagetop {
    width: 45px;
    height: 45px;
    right: 10px;
    bottom: 10px;
  }
}
.pagetop svg {
  width: 29px;
  height: 30px;
  fill: #fff;
  position: absolute;
  top: 24px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: transform 0.2s ease;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
@media screen and (max-width: 768px) {
  .pagetop svg {
    width: 19px;
    height: 20px;
    top: 11px;
  }
}
@media print, screen and (min-width: 769px) {
  .pagetop:hover svg {
    -webkit-transform: translate(-50%, -5px);
            transform: translate(-50%, -5px);
  }
}

footer {
  padding: 20px 0 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 30px 0 10px;
  }
}
footer .link {
  text-align: center;
  margin-bottom: 15px;
  padding: 0 16px;
}
@media screen and (max-width: 768px) {
  footer .link {
    margin-bottom: 10px;
  }
}
footer .link li {
  display: inline-block;
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  footer .link li {
    margin: 0 10px 5px;
  }
}
footer .link li a {
  position: relative;
  font-size: 1.3rem;
  padding-left: 20px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media print, screen and (min-width: 769px) {
  footer .link li a:hover {
    color: #7dcdf4;
    text-decoration: underline;
  }
}
footer .link li a::before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: url(../images/icon_arrow_03_w.png) center/5px no-repeat #7dcdf4;
  position: absolute;
  left: 0;
  top: 0;
}
footer .sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-bottom: 15px;
}
footer .sns a {
  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: 100%;
  width: 30px;
}
@media screen and (max-width: 768px) {
  footer .sns a {
    width: 40px;
  }
}
footer .sns a img {
  width: 100%;
  height: auto;
}
footer small {
  font-size: 1.2rem;
}

.footerNavInfo {
  background: #ebf8ff;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .footerNavInfo {
    padding: 35px 0 45px;
  }
}
.footerNavInfoInner {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footerNavInfoInner {
    width: 100%;
    padding: 0 16px;
    display: block;
  }
}
.footerNavInfo .footerNavInfoBox01 {
  width: 500px;
  border-right: 1px solid #fff;
  padding: 0 20px 20px 0;
}
@media screen and (max-width: 768px) {
  .footerNavInfo .footerNavInfoBox01 {
    width: 100%;
    border-right: none;
    padding: 0 0 25px 0;
  }
}
.footerNavInfo .footerNavInfoBox02 {
  width: 500px;
  padding: 0 0 20px 20px;
}
@media screen and (max-width: 768px) {
  .footerNavInfo .footerNavInfoBox02 {
    width: 100%;
    padding: 0;
  }
}
.footerNavInfo .footerNavInfoBox02 .items_2col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footerNavInfo .footerNavInfoBox02 .items_2col li {
  width: 235px;
}
@media screen and (max-width: 768px) {
  .footerNavInfo .footerNavInfoBox02 .items_2col li {
    width: 48%;
  }
}
.footerNavInfo .footerNavInfoBox01, .footerNavInfo .footerNavInfoBox02 {
  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;
}
@media screen and (max-width: 768px) {
  .footerNavInfo .footerNavInfoBox01, .footerNavInfo .footerNavInfoBox02 {
    display: block;
  }
}
.footerNavInfo .footerNavInfo_ttl {
  text-align: center;
  color: #568da8;
  font-size: 2.4rem;
  line-height: 1.4;
  padding: 15px 0;
}
@media screen and (max-width: 768px) {
  .footerNavInfo .footerNavInfo_ttl {
    font-size: 2rem;
    text-align: center;
    color: #568da8;
    margin-bottom: 10px;
    line-height: 1.4;
    height: auto;
  }
}
.footerNavInfo .footerNavInfoBox01 .footerNavInfo_ttl, .footerNavInfo .footerNavInfoBox02 .footerNavInfo_ttl {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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 screen and (max-width: 768px) {
  .footerNavInfo .footerNavInfoBox01 .footerNavInfo_ttl, .footerNavInfo .footerNavInfoBox02 .footerNavInfo_ttl {
    display: block;
  }
}
.footerNavInfo .footerNavInfo_item a {
  background: #fff;
  display: block;
}
.footerNavInfo .footerNavInfo_item a img {
  width: 100%;
}
.footerNavInfo .footerNavInfo_item a p {
  font-size: 1.6rem;
  position: relative;
  padding: 10px 20px;
  line-height: 1.2;
  height: 65px;
  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;
}
@media screen and (max-width: 768px) {
  .footerNavInfo .footerNavInfo_item a p {
    font-size: 1.3rem;
    padding: 10px 9px;
    position: relative;
    line-height: 1.2;
    height: 45px;
  }
}
.footerNavInfo .footerNavInfo_item a p:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(/lil/assets/images/icon_arrow_07_b.png) no-repeat;
  background-size: 100% 100%;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .footerNavInfo .footerNavInfo_item a p:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(/lil/assets/images/icon_arrow_07_b_sp.png) no-repeat;
    background-size: 100% 100%;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.footerNavInfo .footerNavInfo_item a:hover {
  opacity: 0.8;
}

.footerBtm {
  border-bottom: 1px solid #ccc;
  padding: 50px 0 30px;
}
@media screen and (max-width: 768px) {
  .footerBtm {
    padding: 0 0 10px;
  }
}
.footerBtmInner {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footerBtmInner {
    width: auto;
    display: block;
  }
}
.footerBtm .footerBtmNavi {
  width: 715px;
}
@media screen and (max-width: 768px) {
  .footerBtm .footerBtmNavi {
    width: 100%;
  }
}
.footerBtm .footerBtmNavi .footerBtmNavi_ttl {
  font-size: 2rem;
  text-align: center;
  color: #568da8;
  line-height: 1.4;
  background: #ebf8ff;
  padding-bottom: 15px;
}
.footerBtm .footerBtmNavi .footerBtmgNavWrp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .footerBtm .footerBtmNavi .footerBtmgNavWrp {
    display: block;
  }
}
.footerBtm .footerBtmNavi .footerBtmgNavWrp .navItem {
  width: 200px;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .footerBtm .footerBtmNavi .footerBtmgNavWrp .navItem {
    width: 100%;
    margin-right: 0;
  }
}
.footerBtm .footerBtmNavi .navItem {
  padding-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .footerBtm .footerBtmNavi .navItem {
    padding-bottom: 0;
  }
}
.footerBtm .footerBtmNavi .navItem:last-child {
  padding-bottom: 0;
}
.footerBtm .footerBtmNavi .navItemTtl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}
.footerBtm .footerBtmNavi .link_footnavi01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footerBtm .footerBtmNavi .link_footnavi01:hover {
  opacity: 0.8;
}
.footerBtm .footerBtmNavi .link_footnavi01::before {
  content: "";
  width: 11px;
  height: 8px;
  margin-top: 0.8em;
  background: url(/lil/assets/images/icon_footerLink.png) no-repeat;
  background-size: 100% 100%;
}
.footerBtm .footerBtmNavi .link_footnavi01 span {
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  .footerBtm .footerBtmNavi li.trigger a.link_footnavi01 {
    display: block;
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {
  .footerBtm .footerBtmNavi li.trigger > span, .footerBtm .footerBtmNavi li.trigger .link_footnavi01 span.navItemTtl {
    display: block;
    font-size: 1.7rem;
    background: #7dcdf4;
    padding: 12px 50px 12px 16px;
    border-bottom: 1px solid #fff;
    color: #fff;
    position: relative;
    line-height: 1;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    font-weight: 500;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .footerBtm .footerBtmNavi li.trigger > span:before, .footerBtm .footerBtmNavi li.trigger .link_footnavi01 span.navItemTtl:before {
    content: "";
    display: block;
    width: 22px;
    height: 3px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 16px;
    border-radius: 3px;
    margin-top: -1.5px;
  }
}
@media screen and (max-width: 768px) {
  .footerBtm .footerBtmNavi li.trigger > span:after, .footerBtm .footerBtmNavi li.trigger .link_footnavi01 span.navItemTtl:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    content: "";
    display: block;
    width: 22px;
    height: 3px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 16px;
    border-radius: 3px;
    margin-top: -1.5px;
  }
}
@media screen and (max-width: 768px) {
  .footerBtm .footerBtmNavi li.trigger > span.navItemTtl, .footerBtm .footerBtmNavi li.trigger .link_footnavi01 span.navItemTtl.navItemTtl {
    line-height: 1;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .footerBtm .footerBtmNavi li.trigger.open > span:after, .footerBtm .footerBtmNavi li.trigger.open .link_footnavi01 span.navItemTtl:after {
    opacity: 0;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@media screen and (max-width: 768px) {
  .footerBtm .footerBtmNavi li.trigger.open > span.navItemTtl, .footerBtm .footerBtmNavi li.trigger.open .link_footnavi01 span.navItemTtl.navItemTtl {
    line-height: 1;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .footerBtm .footerBtmNavi li:not(.trigger) .link_footnavi01 {
    background: url(../images/icon_arrow_03_w.png) right 21px center/11px no-repeat #7dcdf4;
    display: block;
    font-size: 1.7rem;
    padding: 12px 50px 12px 16px;
    border-bottom: 1px solid #fff;
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .footerBtm .footerBtmNavi li:not(.trigger) .link_footnavi01 span {
    line-height: 1;
    margin: 0;
    font-weight: normal;
  }
}
@media screen and (max-width: 768px) {
  .footerBtm .footerBtmNavi .subNav {
    width: 100%;
    left: auto;
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .footerBtm .footerBtmNavi .subNav ul {
    background: #7dcdf4;
  }
}
.footerBtm .footerBtmNavi .subNav li {
  margin-bottom: 10px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .footerBtm .footerBtmNavi .subNav li {
    padding: 0 0 1px;
    width: auto;
    text-align: left;
    margin-bottom: 0;
  }
}
.footerBtm .footerBtmNavi .subNav li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .footerBtm .footerBtmNavi .subNav li a {
    display: block;
    background: url(../images/icon_arrow_03_b.png) right 21px center/11px no-repeat #ebf8ff;
    color: #568da8;
    font-weight: 600;
  }
}
.footerBtm .footerBtmNavi .subNav li a:hover {
  opacity: 0.8;
}
.footerBtm .footerBtmNavi .subNav li a::before {
  content: "";
  width: 11px;
  height: 8px;
  margin-top: 0.4em;
  background: url(/lil/assets/images/icon_footerLink.png) no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 768px) {
  .footerBtm .footerBtmNavi .subNav li a::before {
    display: none;
  }
}
.footerBtm .footerBtmNavi .subNav li a span {
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  .footerBtm .footerBtmNavi .subNav li a span {
    display: block;
    padding: 12px 50px 12px 32px;
    font-size: 1.7rem;
  }
}
.footerBtm .footerBtnArea {
  width: 285px;
  border-left: 1px solid #ccc;
  padding: 10px 0 0 40px;
}
@media screen and (max-width: 768px) {
  .footerBtm .footerBtnArea {
    width: 100%;
    border-left: none;
    padding: 40px 16px 0 16px;
  }
}
.footerBtm .footerBtnArea_ttl {
  font-size: 1.8rem;
  position: relative;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  padding-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .footerBtm .footerBtnArea_ttl {
    font-size: 2rem;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    font-weight: normal;
    padding-bottom: 0;
  }
}
.footerBtm .footerBtnArea_ttl::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 4px;
  background: #ff9549;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .footerBtm .footerBtnArea_ttl::after {
    width: 40px;
    height: 3px;
  }
}
.footerBtm .footerBtnArea .footerBtnArea_items.items_2col {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .footerBtm .footerBtnArea .footerBtnArea_items.items_2col {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footerBtm .footerBtnArea .footerBtnArea_item {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .footerBtm .footerBtnArea .footerBtnArea_item {
    width: 48%;
    margin-bottom: 0;
  }
}
.footerBtm .footerBtnArea .footerBtnArea_item a {
  background: #fff;
}
.footerBtm .footerBtnArea .footerBtnArea_item a img {
  width: 100%;
}
.footerBtm .footerBtnArea .footerBtnArea_item a p {
  font-size: 1.4rem;
  position: relative;
  padding: 5px 10px;
}
@media screen and (max-width: 768px) {
  .footerBtm .footerBtnArea .footerBtnArea_item a p {
    font-size: 1.3rem;
    padding: 10px 9px 10px 3px;
    position: relative;
    line-height: 1.4;
  }
}
.footerBtm .footerBtnArea .footerBtnArea_item a p:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(/lil/assets/images/icon_arrow_07_b.png) no-repeat;
  background-size: 100% 100%;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .footerBtm .footerBtnArea .footerBtnArea_item a p:after {
    background: url(/lil/assets/images/icon_arrow_07_b_sp.png) no-repeat;
    background-size: 100% 100%;
    right: 5px;
  }
}
.footerBtm .footerBtnArea .footerBtnArea_item a:hover {
  opacity: 0.8;
}
.footerBtm .footerBtnArea .footerBtnArea_btn01 {
  margin-bottom: 10px;
}
.footerBtm .footerBtnArea .footerBtnArea_btn01:last-child {
  margin-bottom: 0;
}
.footerBtm .footerBtnArea .footerBtnArea_btn01 a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: #7dcdf4;
  height: 50px;
  border-radius: 25px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footerBtm .footerBtnArea .footerBtnArea_btn01 a {
    height: 60px;
    border-radius: 30px;
  }
}
.footerBtm .footerBtnArea .footerBtnArea_btn01 a:hover {
  opacity: 0.8;
}
.footerBtm .footerBtnArea .footerBtnArea_btn01 a b {
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.2;
  padding-right: 15px;
}
@media screen and (max-width: 768px) {
  .footerBtm .footerBtnArea .footerBtnArea_btn01 a b {
    font-weight: 400;
    line-height: 1.4;
  }
}
.footerBtm .footerBtnArea .footerBtnArea_btn01 a b span {
  font-weight: 400;
  font-size: 1.2rem;
  display: block;
}
.footerBtm .footerBtnArea .footerBtnArea_btn01 a::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(/lil/assets/images/icon_arrow_05_w.png) no-repeat;
  background-size: 100% 100%;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .footerBtm .footerBtnArea .footerBtnArea_btn01 a::after {
    background: url(/lil/assets/images/icon_arrow_07_w_sp.png) no-repeat;
    right: 10px;
    background-size: 100% 100%;
  }
}
.footerBtm .footerBtnArea .footerBtnArea_btn02 a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .footerBtm .footerBtnArea .footerBtnArea_btn02 a {
    height: 60px;
    font-size: 1.6rem;
  }
}
.footerBtm .footerBtnArea .footerBtnArea_btn02 a::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(/lil/assets/images/icon_arrow_07_b.png) no-repeat;
  background-size: 100% 100%;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .footerBtm .footerBtnArea .footerBtnArea_btn02 a::after {
    background: url(/lil/assets/images/icon_arrow_07_b_sp.png) no-repeat;
    background-size: 100% 100%;
  }
}
.footerBtm .footerBtnArea .footerBtnArea_btn02 a:hover {
  opacity: 0.8;
}

.footer_inst {
  display: none;
}

@media print {
  .footer_commmon {
    display: none;
  }
}
#side nav {
  border: 1px solid #7dcdf4;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 20px;
}
#side nav h2 {
  background: #7dcdf4;
  line-height: 1;
}
#side nav ul li a {
  display: block;
  padding: 0 45px 0 20px;
  color: #33b4f5;
  background: url(../images/icon_arrow_01.png) 90% center/13px no-repeat;
  font-size: 1.5rem;
  position: relative;
  line-height: 1.4;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
#side nav ul li a::after {
  content: "";
  width: 210px;
  height: 1px;
  background: url(../images/line_side_nav.gif) repeat-x 0 0;
  position: absolute;
  left: 50%;
  margin-left: -105px;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  #side nav ul li a::after {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 769px) {
  #side nav ul li a:hover {
    background-color: #ebf8ff;
  }
}
#side nav ul li a.active {
  background-color: #ebf8ff;
}
#side nav ul li a span {
  height: 60px;
  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;
}
#side nav ul li.txtSmall a {
  font-size: 1.4rem;
}
#side nav ul li:last-child a::after {
  content: none;
}
#side .iconBtn01 a {
  height: 90px;
}

#bottomNav nav {
  border: 1px solid #7dcdf4;
  border-radius: 6px;
  overflow: hidden;
  margin-top: 40px;
}
#bottomNav nav h2 {
  background: #7dcdf4;
  line-height: 1;
  min-height: 47px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
}
#bottomNav nav ul li a {
  display: block;
  padding: 0 10% 0 16px;
  color: #33b4f5;
  background: url(../images/sp/icon_arrow_01.png) 96% center/13px no-repeat;
  background-size: 15px 15px;
  font-size: 1.4rem;
  position: relative;
  line-height: 1.4;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
#bottomNav nav ul li a::after {
  content: "";
  width: 100%;
  height: 1px;
  background: url(../images/sp/line_side_nav.png) repeat-x 0 0;
  background-size: 4px 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
#bottomNav nav ul li a.active {
  background-color: #ebf8ff;
}
#bottomNav nav ul li a span {
  height: 47px;
  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;
}
#bottomNav nav ul li.txtSmall a {
  font-size: 1.3rem;
}
#bottomNav nav ul li:last-child a::after {
  content: none;
}

#mvTtl {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #mvTtl {
    margin-bottom: 30px;
  }
}
#mvTtl .inside {
  height: 360px;
  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;
}
@media screen and (max-width: 768px) {
  #mvTtl .inside {
    height: 145px;
  }
}
#mvTtl h2 {
  font-size: 4.2rem;
  color: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #mvTtl h2 {
    font-size: 2.1rem;
  }
}
#mvTtl h2 span {
  display: block;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #mvTtl h2 span {
    font-size: 1.4rem;
  }
}
#mvTtl h2 span.bigger {
  display: block;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  #mvTtl h2 span.bigger {
    font-size: 1.8rem;
  }
}

#breadCrumb {
  padding-top: 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #breadCrumb {
    display: none;
  }
}
#breadCrumb li {
  display: inline-block;
  font-size: 1.3rem;
  padding-left: 18px;
  margin-left: 10px;
  background: url(../images/icon_crumb.png) left center no-repeat;
  line-height: 1;
}
#breadCrumb li:first-child {
  background: none;
  padding: 0;
  margin: 0;
}
#breadCrumb li a {
  color: #7dcdf4;
}
@media print, screen and (min-width: 769px) {
  #breadCrumb li a:hover {
    text-decoration: underline;
  }
}

.leadTxt {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: bold;
  margin-bottom: 50px;
}
.leadTxt b {
  font-weight: bold;
}
.leadTxt small {
  font-size: 1.3rem;
  display: block;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .leadTxt {
    font-size: 1.6rem;
    margin-bottom: 25px;
    padding: 0 16px;
  }
}
@media screen and (max-width: 360px) {
  .leadTxt {
    font-size: 1.4rem;
  }
}

.secTtl {
  text-align: center;
  line-height: 1;
}
.secTtl b {
  display: block;
  font-weight: 600;
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  .secTtl b {
    font-size: 2.4rem;
  }
}
.secTtl span {
  display: block;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .secTtl span {
    margin: 5px auto 0;
    max-width: 343px;
  }
}

.ttl01 {
  color: #7dcdf4;
  font-size: 1.8rem;
  padding-bottom: 13px;
  margin-right: 2px;
  background: url(../images/line_ttl01.png) repeat-x left bottom;
  line-height: 1.5;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .ttl01 {
    background-size: 4px auto;
    margin: 0 0 15px;
    padding-bottom: 8px;
  }
}

.ttl02 {
  text-align: center;
  color: #7dcdf4;
  font-size: 3.6rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .ttl02 {
    font-size: 2.3rem;
  }
}

.list01 li {
  font-size: 1.5rem;
  position: relative;
  padding-left: 12px;
}
@media screen and (max-width: 768px) {
  .list01 li {
    font-size: 1.4rem;
  }
}
.list01 li + li {
  margin-top: 10px;
}
.list01 li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  position: absolute;
  background-color: #7dcdf4;
  top: 10px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .list01 li::before {
    width: 5px;
    height: 5px;
  }
}
.list01.pen li::before {
  background-color: #0079c3;
}
.list01.kakikata li::before {
  background-color: #ee7300;
}
.list01.fudepen li::before {
  background-color: #79bd28;
}
.list01.mouhitsu li::before {
  background-color: #eb6ea5;
}

.iconBtn01 {
  width: 230px;
}
@media screen and (max-width: 768px) {
  .iconBtn01 {
    width: 48%;
  }
}
.iconBtn01 + .iconBtn01 {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .iconBtn01 + .iconBtn01 {
    margin-top: 0;
  }
}
.iconBtn01 a {
  display: table;
  width: 100%;
  height: 120px;
  background-repeat: no-repeat;
  background-position: 15px center;
  background-size: 58px;
  background-color: #7dcdf4;
  border-radius: 5px;
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media print, screen and (min-width: 769px) {
  .iconBtn01 a:hover {
    opacity: 0.8;
  }
}
@media print, screen and (min-width: 769px) {
  .iconBtn01 a::after {
    -webkit-transition: transform 0.2s ease;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  }
  .iconBtn01 a:hover::after {
    -webkit-transform: translate(3px, 0);
            transform: translate(3px, 0);
  }
}
@media screen and (max-width: 768px) {
  .iconBtn01 a {
    display: block;
    height: 100px;
    background-position: center bottom 9px;
    background-size: 38px;
  }
}
.iconBtn01 a::after {
  content: "";
  width: 20px;
  height: 21px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 10px;
  background: url(../images/icon_arrow_02_w.png) 0 0/100% no-repeat;
}
@media screen and (max-width: 768px) {
  .iconBtn01 a::after {
    content: none;
  }
}
.iconBtn01 a span {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 1.6rem;
  padding-left: 80px;
  line-height: 1.3;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .iconBtn01 a span {
    display: block;
    padding-top: 8px;
    text-align: center;
    font-size: 1.5rem;
    padding-left: 0;
  }
}
.iconBtn01.search a {
  background-color: #ff9549;
  background-image: url(../images/icon_search.png);
}
.iconBtn01.search a::after {
  background-image: url(../images/icon_arrow_02_o2.png);
}
.iconBtn01.contact a {
  background-color: #ff9549;
  background-image: url(../images/icon_contact02.png);
}
.iconBtn01.contact a::after {
  background-image: url(../images/icon_arrow_02_o2.png);
}
.iconBtn01.money a {
  background-image: url(../images/icon_money.png);
}
.iconBtn01.qa a {
  background-image: url(../images/icon_qa.png);
}
.iconBtn01.inquiry a {
  background-image: url(../images/icon_inquiry.png);
}
.iconBtn01.agree a {
  background-image: url(../images/icon_agree.png);
}
.iconBtn01.d-learning a {
  background-image: url(../images/icon_d-learning.png);
}

.mapBtn {
  width: 306px;
}
@media screen and (max-width: 768px) {
  .mapBtn {
    width: auto;
    max-width: 306px;
  }
}
.mapBtn a {
  width: 100%;
  display: table;
  height: 150px;
  border-radius: 5px;
  background: url(../images/icon_prefectures.png) no-repeat 23px 38px #ff9549;
  color: #fff;
  font-size: 2.6rem;
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media print, screen and (min-width: 769px) {
  .mapBtn a:hover {
    opacity: 0.8;
  }
}
@media print, screen and (min-width: 769px) {
  .mapBtn a::after {
    -webkit-transition: transform 0.2s ease;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  }
  .mapBtn a:hover::after {
    -webkit-transform: translate(3px, 0);
            transform: translate(3px, 0);
  }
}
.mapBtn a::after {
  content: "";
  width: 22px;
  height: 23px;
  position: absolute;
  top: 50%;
  margin-top: -11px;
  background: url(../images/icon_arrow_02_o2.png) 0 0/100% auto no-repeat;
  right: 20px;
}
.mapBtn a span {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 115px;
  line-height: 1.3;
}

.btnDefault {
  width: 230px;
}
@media screen and (max-width: 768px) {
  .btnDefault {
    width: 80%;
  }
}
.btnDefault a {
  display: block;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 60px;
  position: relative;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1;
  padding-top: 12px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media print, screen and (min-width: 769px) {
  .btnDefault a:hover {
    opacity: 0.8;
  }
}
@media print, screen and (min-width: 769px) {
  .btnDefault a::after {
    -webkit-transition: transform 0.2s ease;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  }
  .btnDefault a:hover::after {
    -webkit-transform: translate(3px, 0);
            transform: translate(3px, 0);
  }
}
@media screen and (max-width: 768px) {
  .btnDefault a {
    font-size: 1.5rem;
  }
}
.btnDefault a::after {
  content: "";
  width: 20px;
  height: 21px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  right: 10px;
}
.btnDefault.blue a {
  background: #7dcdf4;
  color: #fff;
}
.btnDefault.blue a::after {
  background-image: url(../images/icon_arrow_02_w.png);
}
.btnDefault.white a {
  background: #fff;
}
.btnDefault.white a::after {
  background-image: url(../images/icon_arrow_02_b.png);
}
.btnDefault.whiteborder a {
  background: #fff;
  border: 1px solid #7ecdf4;
}
.btnDefault.whiteborder a::after {
  background-image: url(../images/icon_arrow_02_b.png);
}

.btnZoom {
  width: 230px;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .btnZoom {
    width: 67%;
    margin: 15px auto 0;
  }
}
.btnZoom a {
  display: block;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 60px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1;
  padding-top: 12px;
  background: #7dcdf4;
  color: #fff;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media print, screen and (min-width: 769px) {
  .btnZoom a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  .btnZoom a {
    font-size: 1.5rem;
  }
}
.btnZoom a span {
  display: inline-block;
  padding-left: 30px;
  position: relative;
}
.btnZoom a span::after {
  content: "";
  width: 23px;
  height: 23px;
  background: url(../images/icon_zoom.png) 0 0/100% no-repeat;
  position: absolute;
  left: 0;
  top: -4px;
}
@media screen and (max-width: 768px) {
  .btnZoom a span::after {
    width: 20px;
    height: 20px;
    top: -3px;
  }
}

.btnLarge {
  width: 490px;
}
@media screen and (max-width: 768px) {
  .btnLarge {
    width: 80%;
    margin: 0 auto;
  }
}
.btnLarge a {
  display: block;
  height: 85px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 100px;
  position: relative;
  text-align: center;
  font-size: 2.2rem;
  line-height: 1;
  padding-top: 33px;
  background: #7dcdf4;
  color: #fff;
  font-weight: bold;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media print, screen and (min-width: 769px) {
  .btnLarge a:hover {
    opacity: 0.8;
  }
}
@media print, screen and (min-width: 769px) {
  .btnLarge a::after {
    -webkit-transition: transform 0.2s ease;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  }
  .btnLarge a:hover::after {
    -webkit-transform: translate(3px, 0);
            transform: translate(3px, 0);
  }
}
@media screen and (max-width: 768px) {
  .btnLarge a {
    font-size: 1.5rem;
    height: 75px;
    padding-top: 18px;
    line-height: 1.3;
  }
}
.btnLarge a::after {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  background: url(../images/icon_arrow_02_w.png) 0 0/100% no-repeat;
  right: 12px;
}

.btnReturn {
  width: 240px;
}
.btnReturn a {
  display: block;
  height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 60px;
  position: relative;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1;
  padding: 20px 0 0 10px;
  background: #f5f5f5;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media print, screen and (min-width: 769px) {
  .btnReturn a:hover {
    opacity: 0.8;
  }
}
@media print, screen and (min-width: 769px) {
  .btnReturn a::after {
    -webkit-transition: transform 0.2s ease;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  }
  .btnReturn a:hover::after {
    -webkit-transform: translate(-3px, 0);
            transform: translate(-3px, 0);
  }
}
@media screen and (max-width: 768px) {
  .btnReturn a {
    font-size: 1.6rem;
    height: 55px;
    padding-top: 20px;
  }
}
.btnReturn a::after {
  content: "";
  width: 20px;
  height: 21px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  background: url(../images/icon_arrow_04_w.png) 0 0/100% no-repeat;
  left: 10px;
}

.btnPrint {
  width: 142px;
}
.btnPrint a {
  display: block;
  height: 46px;
  background: #7dcdf4;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  padding-top: 15px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 60px;
}
@media print, screen and (min-width: 769px) {
  .btnPrint a:hover {
    opacity: 0.8;
  }
}
.btnPrint a span {
  position: relative;
  padding-left: 30px;
}
.btnPrint a span::before {
  content: "";
  width: 20px;
  height: 19px;
  background: url(../images/icon_print.png) 0 0/100% no-repeat;
  position: absolute;
  left: 0;
  top: -1px;
}

.txtBtn a {
  display: inline-block;
  font-size: 1.3rem;
  padding-left: 18px;
  background: url(../images/icon_arrow_01.png) 0 2px/13px no-repeat;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  line-height: 1.4;
}
@media print, screen and (min-width: 769px) {
  .txtBtn a:hover {
    color: #7dcdf4;
    text-decoration: underline;
  }
}

.pageLink {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .pageLink {
    margin-bottom: 20px;
  }
}
.pageLink li {
  width: 360px;
}
@media screen and (max-width: 768px) {
  .pageLink li {
    width: 48%;
  }
}
.pageLink li a, .pageLink li span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  border: 1px solid #7dcdf4;
  border-radius: 6px;
  position: relative;
  text-align: center;
  line-height: 1.2;
  -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;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .pageLink li a, .pageLink li span {
    height: 70px;
    font-size: 1.4rem;
    line-height: 1.4;
    padding-bottom: 13px;
  }
}
.pageLink li a::after, .pageLink li span::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 28px;
  margin-top: -10px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .pageLink li a::after, .pageLink li span::after {
    width: 15px;
    height: 15px;
    top: auto;
    right: 50%;
    margin-top: 0;
    bottom: 4px;
    margin-right: -7px;
  }
}
.pageLink li a {
  color: #fff;
  background-color: #7dcdf4;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.pageLink li a::after {
  background-image: url(../images/icon_arrow_02_w.png);
}
@media print, screen and (min-width: 769px) {
  .pageLink li a:hover {
    opacity: 0.8;
  }
}
@media print, screen and (min-width: 769px) {
  .pageLink li a::after {
    -webkit-transition: transform 0.2s ease;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  }
  .pageLink li a:hover::after {
    -webkit-transform: translate(3px, 0);
            transform: translate(3px, 0);
  }
}
.pageLink li span {
  color: #7dcdf4;
}
.pageLink li span::after {
  background-image: url(../images/icon_arrow_02_b.png);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media screen and (max-width: 768px) {
  .tab {
    width: calc(100% + 32px);
    margin-left: -16px;
  }
}

.tabList {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tabList li {
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 6px 6px 0 0;
  position: relative;
  cursor: pointer;
  line-height: 1.4;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media print, screen and (min-width: 769px) {
  .tabList li:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  .tabList li {
    height: 55px;
  }
}
.tabList li::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 11px 0 11px;
  position: absolute;
  bottom: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .tabList li::after {
    border-width: 7px 5px 0 5px;
    bottom: -7px;
  }
}
.tabList li.active::after {
  opacity: 1;
}
.tabList li > span {
  padding-left: 65px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 52px;
  display: block;
  min-height: 52px;
  font-size: 1.4rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .tabList li > span {
    background-size: 35px;
    padding-left: 45px;
    min-height: 35px;
    font-size: 1.1rem;
  }
}
.tabList li > span b {
  display: block;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .tabList li > span b {
    font-size: 1.5rem;
  }
}
.tabList li.pen {
  background: #0079c3;
}
.tabList li.pen > span {
  background-image: url(../images/icon_pen.png);
}
.tabList li.pen::after {
  border-color: #0079c3 transparent transparent transparent;
}
.tabList li.kakikata {
  background: #ee7300;
}
.tabList li.kakikata > span {
  background-image: url(../images/icon_kakikata.png);
}
.tabList li.kakikata::after {
  border-color: #ee7300 transparent transparent transparent;
}
.tabList li.fudepen {
  background: #79bd28;
}
.tabList li.fudepen > span {
  background-image: url(../images/icon_fudepen.png);
}
.tabList li.fudepen::after {
  border-color: #79bd28 transparent transparent transparent;
}
.tabList li.mouhitsu {
  background: #eb6ea5;
}
.tabList li.mouhitsu > span {
  background-image: url(../images/icon_mouhitsu.png);
}
.tabList li.mouhitsu::after {
  border-color: #eb6ea5 transparent transparent transparent;
}
.tabList.two li {
  width: 360px;
}
@media screen and (max-width: 768px) {
  .tabList.two li {
    width: calc(50% - 2px);
  }
}
.tabList.three li {
  height: 100px;
  width: 237px;
}
@media screen and (max-width: 768px) {
  .tabList.three li {
    width: calc(33.3333% - 2px);
    height: 70px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 8px;
  }
}
@media screen and (max-width: 768px) {
  .tabList.three li span {
    background: none;
    padding-left: 0;
    text-align: center;
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .tabList.three li span b {
    background-position: 10px center;
    background-repeat: no-repeat;
    display: block;
    color: #fff;
    background-size: 27px;
    padding: 7px 0 0 41px;
    min-height: 27px;
    font-size: 1.1rem;
    text-align: left;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .tabList.three li.pen span b {
    background-image: url(../images/icon_pen.png);
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .tabList.three li.kakikata span b {
    background-image: url(../images/icon_kakikata.png);
  }
}
@media screen and (max-width: 768px) {
  .tabList.three li.fudepen span b {
    background-image: url(../images/icon_fudepen.png);
  }
}
@media screen and (max-width: 768px) {
  .tabList.three li.mouhitsu span b {
    background-image: url(../images/icon_mouhitsu.png);
  }
}
@media screen and (max-width: 768px) {
  .tabList.five {
    width: 716px;
  }
}
.tabList.five > li {
  width: 192px;
}
@media screen and (max-width: 768px) {
  .tabList.five > li {
    width: 140px;
  }
}
@media screen and (max-width: 768px) {
  .tabList.five > li span {
    padding-top: 7px;
  }
}

.tab > div:not(.scroll):not(.tabWrp):not(.listWrp),
.tab .tabWrp > div {
  position: relative;
  z-index: 1;
  padding: 30px;
  border-radius: 0 0 6px 6px;
}
@media screen and (max-width: 768px) {
  .tab > div:not(.scroll):not(.tabWrp):not(.listWrp),
  .tab .tabWrp > div {
    padding: 20px 16px;
  }
}
.tab > div:not(.scroll):not(.tabWrp):not(.listWrp):not(:first-of-type),
.tab .tabWrp > div:not(:first-of-type) {
  display: none;
}
.tab > div:not(.scroll):not(.tabWrp):not(.listWrp).pen,
.tab .tabWrp > div.pen {
  background: #edf8ff;
}
.tab > div:not(.scroll):not(.tabWrp):not(.listWrp).kakikata,
.tab .tabWrp > div.kakikata {
  background: #fff3e8;
}
.tab > div:not(.scroll):not(.tabWrp):not(.listWrp).fudepen,
.tab .tabWrp > div.fudepen {
  background: #f1fce3;
}
.tab > div:not(.scroll):not(.tabWrp):not(.listWrp).mouhitsu,
.tab .tabWrp > div.mouhitsu {
  background: #fff0f7;
}

@media screen and (max-width: 768px) {
  .tab.scroll .listWrp {
    padding-bottom: 7px;
    overflow: auto;
    position: relative;
    z-index: 2;
  }
  .tab.scroll .tabWrp {
    position: relative;
    z-index: 1;
    margin-top: -7px;
  }
}

.imgBox figure {
  max-width: 576px;
  margin: 0 auto;
}
.imgBox figure img {
  width: 100%;
}

.pswp__caption__center {
  text-align: center;
  max-width: none;
}

.contactArea {
  margin: 70px auto 0;
}
@media screen and (max-width: 768px) {
  .contactArea {
    margin: 50px auto 0;
  }
}
.contactArea .ttl {
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .contactArea .ttl {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
.contactArea .ttl01 {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .contactArea .ttl01 {
    margin-top: 35px;
  }
}

.freeDialBox {
  border: 4px solid #ff6464;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .freeDialBox {
    border: 2px solid #ff6464;
    border-radius: 5px;
  }
}
.freeDialBox dt {
  color: #fff;
  line-height: 1;
  font-size: 2.5rem;
  font-weight: bold;
  padding: 25px 0;
  background: #ff6464;
}
@media screen and (max-width: 768px) {
  .freeDialBox dt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 360px) {
  .freeDialBox dt {
    line-height: 1.4;
  }
}
.freeDialBox dd {
  background: #fff1f1;
  padding: 30px 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .freeDialBox dd {
    padding: 25px 0;
  }
}
@media screen and (max-width: 768px) {
  .freeDialBox dd a {
    display: inline-block;
  }
}
.freeDialBox dd b {
  padding-left: 92px;
  font-weight: bold;
  font-size: 5rem;
  background: url(../images/img_free_dial.svg) 0 0/77px 43px no-repeat;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .freeDialBox dd b {
    padding-left: 45px;
    font-size: 3.2rem;
    background-size: 44px 24px;
    background-position: left center;
  }
}
.freeDialBox dd > span {
  display: block;
  margin-top: 13px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .freeDialBox dd > span {
    margin-top: 8px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
}

#phone .freeDialBox {
  margin-bottom: 30px;
  border: 1px solid #7dcdf4;
  padding: 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #phone .freeDialBox {
    padding: 25px 0;
  }
}
#phone .freeDialBox .freeDialBox_tel {
  margin-right: 55px;
  padding-left: 110px;
  background-image: url(../images/img_free_dial.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 90px 53px;
}
@media screen and (max-width: 768px) {
  #phone .freeDialBox .freeDialBox_tel {
    margin-right: 0;
    padding-left: 70px;
    background-size: 60px 35px;
  }
}
#phone .freeDialBox .freeDialBox_teltxt {
  text-align: left;
}
#phone .freeDialBox .freeDialBox_teltxt .freeDialBox_note {
  font-size: 14px;
  display: block;
}
@media screen and (max-width: 768px) {
  #phone .freeDialBox .freeDialBox_teltxt .freeDialBox_note {
    font-size: 1rem;
  }
}
#phone .freeDialBox .freeDialBox_teltxt .freeDialBox_no {
  font-size: 36px;
  display: block;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #phone .freeDialBox .freeDialBox_teltxt .freeDialBox_no {
    font-size: 2.6rem;
  }
}
#phone .freeDialBox .freeDialBox_time {
  text-align: left;
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #phone .freeDialBox .freeDialBox_time {
    margin-top: 15px;
    font-size: 1.3rem;
    text-align: center;
  }
}

.slick-dots {
  text-align: center;
  margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
  .slick-dots {
    margin: 8px 0 0;
  }
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  font-size: 0;
}
@media screen and (max-width: 768px) {
  .slick-dots li {
    width: 6px;
    height: 6px;
  }
}

.slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0;
  background: #ccc;
  text-indent: -9999px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .slick-dots li button {
    width: 6px;
    height: 6px;
  }
}

.slick-dots li button:nth-child(2) {
  display: none;
}

.slick-dots li.slick-active button {
  background: #7dcdf4;
}

.txtLink {
  color: #1bacf5;
  text-decoration: underline;
}
@media print, screen and (min-width: 769px) {
  .txtLink:hover {
    text-decoration: none;
  }
}
.txtLink__blank-icon {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: 0 0.3em;
  vertical-align: -0.1em;
}
.txtLink__blank-icon::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 1em;
  height: 1em;
  background: url(/lil/assets/images/icon_window_blue.png) 0 0/100% no-repeat;
}

.notes li {
  position: relative;
  color: #aaa;
  font-size: 1.4rem;
  padding-left: 1em;
  line-height: 1.4;
}
.notes li::before {
  content: "※";
  font-size: 1.4rem;
  position: absolute;
  left: 0;
  top: 0;
}
.notes li + li {
  margin-top: 5px;
}

.bnrOnline {
  text-align: center;
  margin-top: 35px;
}
.bnrOnline p {
  color: #568da8;
  font-size: 1.6rem;
  font-weight: bold;
  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;
  margin-bottom: 18px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .bnrOnline p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    font-size: 1.4rem;
  }
}
.bnrOnline p span {
  color: #333;
  font-size: 2.2rem;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .bnrOnline p span {
    font-size: 1.9rem;
    margin: 0;
  }
}
.bnrOnline a {
  display: inline-block;
}
.bnrOnline a img {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media print, screen and (min-width: 769px) {
  .bnrOnline a:hover img {
    opacity: 0.8;
  }
}
.bnrOnline.bg {
  background: #ebf8ff;
  padding: 30px 20px 40px;
}
@media screen and (max-width: 768px) {
  .bnrOnline.bg {
    padding: 20px;
  }
}
.bnrOnline__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.bnrOnline__list li {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .bnrOnline__list li {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .bnrOnline__list li + li {
    margin-top: 10px;
  }
}
.bnrOnline__shape span {
  position: relative;
}
.bnrOnline__shape span::after, .bnrOnline__shape span::before {
  content: "";
  width: 14px;
  height: 7px;
  position: absolute;
  background: url(/lil/assets/images/bnr_style_shape.png) 0 0/100% no-repeat;
  top: 0;
  bottom: 0;
  margin: auto;
}
.bnrOnline__shape span::after {
  right: -1.1em;
}
.bnrOnline__shape span::before {
  left: -1.1em;
}

.table01 {
  border-top: 1px solid #d7d7d7;
  border-left: 1px solid #d7d7d7;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.table01 th, .table01 td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  border-bottom: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .table01 th, .table01 td {
    display: block;
    padding: 10px;
  }
}
.table01 th {
  text-align: center;
  background: #7dcdf4;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .table01 th {
    width: 100%;
    font-size: 1.8rem;
    text-align: left;
  }
}

.tableList.pc {
  border-left: 1px solid #d7d7d7;
  width: 100%;
}
.tableList.pc th, .tableList.pc td {
  border-bottom: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  padding: 10px;
  text-align: center;
  font-size: 1.4rem;
  vertical-align: middle;
}
.tableList.pc th.txtLt, .tableList.pc td.txtLt {
  text-align: left;
  padding: 10px 20px;
}
.tableList.pc th {
  background: #ff9549;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 400;
}

.tableList.sp dl:last-child {
  border-bottom: 1px solid #d7d7d7;
}
.tableList.sp dl dt {
  background: #ff9549;
  padding: 12px 0 10px;
  color: #fff;
  font-size: 1.7rem;
  text-align: center;
}
.tableList.sp dl dd {
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  border-top: 1px solid #d7d7d7;
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.tableList.sp dl dd:first-of-type {
  border-top: none;
}
.tableList.sp dl dd p:first-child {
  font-size: 1.4rem;
  line-height: 1.5;
  width: calc(100% - 140px);
}
.tableList.sp dl dd p:first-child b {
  font-size: 1.5rem;
  display: block;
}
.tableList.sp dl dd .btnDefault {
  width: 95px;
}
.tableList.sp dl dd .btnDefault a {
  padding: 13px 5px 0 0;
  border-radius: 6px;
  font-size: 1.4rem;
}
.tableList.sp dl dd .btnDefault a::after {
  width: 15px;
  height: 15px;
  margin-top: -7.5px;
}

form input[type=text],
form input[type=tel],
form input[type=email] {
  background: #fff;
  border: 1px solid #7dcdf4;
  border-radius: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  padding: 5px 8px;
  height: 40px;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  form input[type=text],
  form input[type=tel],
  form input[type=email] {
    font-size: 1.4rem;
    line-height: 1.3;
  }
}
form input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 0;
}
form input[type=checkbox] + label {
  position: relative;
  padding-left: 30px;
  display: block;
  min-height: 20px;
  cursor: pointer;
  line-height: 1.5;
}
form input[type=checkbox] + label::before {
  content: "";
  width: 20px;
  height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #7dcdf4;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
}
form input[type=checkbox] + label::after {
  content: "";
  opacity: 0;
  width: 12px;
  height: 11px;
  background: url(../images/icon_check.svg) no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 5px;
  left: 4px;
}
form input[type=checkbox]:checked + label::after {
  opacity: 1;
}
form input[type=radio] {
  width: 1px;
  height: 1px;
  margin: 0;
  position: absolute;
  opacity: 0;
}
form input[type=radio] + label {
  position: relative;
  cursor: pointer;
  padding: 0 0 0 25px;
}
@media screen and (max-width: 768px) {
  form input[type=radio] + label {
    padding: 5px 10px 5px 28px;
  }
}
form input[type=radio] + label:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  border-radius: 50%;
  border: 1px solid #7dcdf4;
  background: #fff;
}
@media screen and (max-width: 768px) {
  form input[type=radio] + label:before {
    width: 22px;
    height: 22px;
    margin-top: -11px;
  }
}
form input[type=radio] + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #7dcdf4;
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -5px;
  opacity: 0;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  form input[type=radio] + label:after {
    width: 12px;
    height: 12px;
    margin-top: -5px;
    left: 6px;
  }
}
form input[type=radio]:checked + label:after {
  opacity: 1;
}
form select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border: 1px solid #7dcdf4;
  height: 40px;
  width: 140px;
  padding: 5px 30px 5px 8px;
  background: url(/lil/assets/images/icon_arrow_05_b.png) #fff no-repeat right 10px center;
  position: relative;
  font-weight: 500;
  border-radius: 4px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  form select {
    border-radius: 5px;
    background: url(/lil/assets/images/arrow_select.gif) right center/auto 100% no-repeat #fff;
    font-size: 1.6rem;
    padding: 5px 46px 5px 5px;
  }
}
form select::-ms-expand {
  display: none;
}
form textarea {
  width: 590px;
  min-height: 170px;
  padding: 5px 8px;
  background: #fff;
  border: 1px solid #7dcdf4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.4rem;
  border-radius: 4px;
  resize: vertical;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  form textarea {
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.3;
    resize: none;
  }
}
@media print, screen and (min-width: 769px) {
  form input[type=text].size01,
  form input[type=tel].size01,
  form input[type=email].size01,
  form select.size01 {
    width: 60px;
  }
}
@media print, screen and (min-width: 769px) {
  form input[type=text].size02,
  form input[type=tel].size02,
  form input[type=email].size02,
  form select.size02 {
    width: 110px;
  }
}
@media print, screen and (min-width: 769px) {
  form input[type=text].size03,
  form input[type=tel].size03,
  form input[type=email].size03,
  form select.size03 {
    width: 140px;
  }
}
@media print, screen and (min-width: 769px) {
  form input[type=text].size04,
  form input[type=tel].size04,
  form input[type=email].size04,
  form select.size04 {
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  form input[type=text].size04,
  form input[type=tel].size04,
  form input[type=email].size04,
  form select.size04 {
    width: 60%;
    min-width: 220px;
  }
}
@media print, screen and (min-width: 769px) {
  form input[type=text].size05,
  form input[type=tel].size05,
  form input[type=email].size05,
  form select.size05 {
    width: 212px;
  }
}
@media print, screen and (min-width: 769px) {
  form input[type=text].size06,
  form input[type=tel].size06,
  form input[type=email].size06,
  form select.size06 {
    width: 340px;
  }
}
@media screen and (max-width: 768px) {
  form input[type=text].size06,
  form input[type=tel].size06,
  form input[type=email].size06,
  form select.size06 {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  form input[type=text].size07,
  form input[type=tel].size07,
  form input[type=email].size07,
  form select.size07 {
    width: 500px;
  }
}
@media print, screen and (min-width: 769px) {
  form input[type=text].size08,
  form input[type=tel].size08,
  form input[type=email].size08,
  form select.size08 {
    width: 450px;
  }
}
form ::-webkit-input-placeholder {
  color: #aaa;
}
form :-ms-input-placeholder {
  color: #aaa;
}
form ::-moz-placeholder {
  color: #aaa;
}
form ::-ms-input-placeholder {
  color: #aaa;
}
form ::placeholder {
  color: #aaa;
}
form .searchBtn {
  -webkit-appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 5px;
  cursor: pointer;
  background: #ff9549;
  color: #fff;
  border: none;
  width: 80px;
  height: 40px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.5rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  vertical-align: top;
}
@media print, screen and (min-width: 769px) {
  form .searchBtn:hover {
    opacity: 0.8;
  }
}
form .searchBtn span {
  padding: 0 5px 0 20px;
  letter-spacing: 0.1em;
  display: inline-block;
  background: url(../images/icon_search_s.png) 0 2px/17px no-repeat;
}
form .btnDefault.btnConfirm,
form .btnDefault.btnReturn {
  -webkit-appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 5px;
  cursor: pointer;
  width: 240px;
  display: block;
  height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 60px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media print, screen and (min-width: 769px) {
  form .btnDefault.btnConfirm:hover,
  form .btnDefault.btnReturn:hover {
    opacity: 0.8;
  }
}
@media print, screen and (min-width: 769px) {
  form .btnDefault.btnConfirm::after {
    -webkit-transition: transform 0.2s ease;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  }
  form .btnDefault.btnConfirm:hover::after {
    -webkit-transform: translate(3px, 0);
            transform: translate(3px, 0);
  }
}
form .btnDefault.btnConfirm span {
  padding-right: 12px;
}
form .btnDefault.btnConfirm::after {
  content: "";
  width: 20px;
  height: 21px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  right: 10px;
}
form .btnDefault.btnConfirm.blue {
  background: #7dcdf4;
  color: #fff;
}
form .btnDefault.btnConfirm.blue::after {
  background-image: url(../images/icon_arrow_02_w.png);
}
@media print, screen and (min-width: 769px) {
  form .btnDefault.btnReturn::after {
    -webkit-transition: transform 0.2s ease;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  }
  form .btnDefault.btnReturn:hover::after {
    -webkit-transform: translate(-3px, 0);
            transform: translate(-3px, 0);
  }
}
form .btnDefault.btnReturn span {
  padding-left: 12px;
}
form .btnDefault.btnReturn::after {
  content: "";
  width: 20px;
  height: 21px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  left: 10px;
}
form .btnDefault.btnReturn.gray {
  background: #f5f5f5;
  color: #333;
}
form .btnDefault.btnReturn.gray::after {
  background-image: url(../images/icon_arrow_04_w.png);
}

form tr input.validError,
form tr input.validError[type=radio] + label:before,
form tr select.validError,
form tr textarea.validError {
  border: 1px solid #f54c4c;
  background-color: #fff7f7;
}

form tr.error input,
form tr.error input[type=radio] + label:before,
form tr.error select,
form tr.error textarea {
  border: 1px solid #f54c4c;
  background-color: #fff7f7;
}

.errorTxt {
  margin-top: 10px;
}
.errorTxt li {
  position: relative;
  color: #f54c4c;
  font-size: 1.3rem;
  padding-left: 1em;
  line-height: 1.3;
}
.errorTxt li::before {
  content: "※";
  font-size: 1.3rem;
  position: absolute;
  left: 0;
  top: 0;
}
.errorTxt li + li {
  margin-top: 5px;
}

.errorBox {
  border: 1px solid #f54c4c;
  background: #fff1f1;
  color: #f54c4c;
}

@media print, screen and (min-width: 769px) {
  .btnDefault.personal {
    width: 222px;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .btnDefault.personal {
    min-width: 280px;
    margin: 15px auto 0;
  }
}

.formStep {
  width: 560px;
  margin: 20px auto 0;
  padding-bottom: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .formStep {
    width: 275px;
    margin-top: 30px;
  }
}
.formStep li {
  width: 60px;
  position: relative;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background: #f5f5f5;
  color: #999;
  font-size: 2rem;
  font-weight: 600;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .formStep li {
    width: 45px;
    height: 45px;
    font-size: 1.5rem;
  }
}
.formStep li span {
  position: absolute;
  font-size: 1.7rem;
  font-weight: 600;
  color: #666;
  bottom: -28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 6em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .formStep li span {
    font-size: 1.5rem;
  }
}
.formStep li::before {
  content: "";
  width: 190px;
  height: 4px;
  background: #f5f5f5;
  position: absolute;
  left: -190px;
  top: 50%;
  margin-top: -2px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .formStep li::before {
    width: 70px;
    left: -70px;
  }
}
.formStep li:first-child::before {
  content: none;
}
.formStep li.current {
  background: #7bcdf3;
  color: #fff;
}
.formStep li.current span {
  color: #7bcdf3;
}

.formArea {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .formArea {
    margin-top: 20px;
  }
}
.formArea table {
  width: 100%;
  word-break: break-all;
}
.formArea table tr {
  background: #ebf8ff;
}
.formArea table tr .notes {
  margin-left: 10px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .formArea table tr .notes {
    margin-left: 0;
  }
}
.formArea table tr .notes li {
  font-size: 1.3rem;
  color: #666;
}
@media screen and (max-width: 768px) {
  .formArea table tr .notes {
    margin: 6px 0 0 0;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.formArea table tr + tr {
  border-top: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  .formArea table tr + tr {
    border-top: 5px solid #fff;
  }
}
.formArea table tr th {
  text-align: left;
  padding: 27px 25px 27px 40px;
  width: 250px;
  vertical-align: top;
  color: #568da8;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .formArea table tr th {
    display: block;
    width: 100%;
    padding: 16px 16px 0 16px;
  }
}
.formArea table tr th span.required {
  font-weight: 300;
  background: #ff9549;
  display: inline-block;
  margin: 0 0 0 12px;
  padding: 4px 6px;
  line-height: 1;
  vertical-align: text-top;
  color: #fff;
  font-size: 1.1rem;
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  .formArea table tr th span.required {
    padding: 3px 5px;
    font-size: 1rem;
    border-radius: 3px;
  }
}
.formArea table tr th span.txt {
  display: block;
  font-weight: normal;
  font-size: 13px;
  padding-top: 10px;
}
.formArea table tr td {
  text-align: left;
  padding: 20px;
  line-height: 1.5;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .formArea table tr td {
    display: block;
    width: 100%;
    padding: 10px 16px 20px 16px;
  }
}
.formArea table tr td p {
  float: left;
}
@media screen and (max-width: 768px) {
  .formArea table tr td p {
    float: none;
  }
}
.formArea table tr td p + p {
  margin-left: 13px;
}
@media screen and (max-width: 768px) {
  .formArea table tr td p + p {
    margin: 7px 0 0 0;
  }
}
@media print, screen and (min-width: 769px) {
  .formArea table tr.about th .required {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .formArea table tr.about li + li {
    margin-top: 10px;
  }
}
.formArea table tr.about label {
  font-weight: 600;
}
.formArea table tr.about .notes {
  margin: 8px 0 0 0;
}
.formArea table tr.age p {
  float: none;
}
.formArea table tr.age p + p {
  margin: 10px 0 0 0;
}
@media screen and (max-width: 768px) {
  .formArea table tr.age p select {
    width: 50%;
    min-width: 190px;
  }
}
.formArea table tr.age .notes {
  margin: 8px 0 0 0;
}
.formArea table tr.birthday td {
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .formArea table tr.birthday p {
    display: inline-block;
    margin: 0 6px 10px 0;
  }
}
@media print, screen and (max-width: 374px) {
  .formArea table tr.birthday p:first-child {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .formArea table tr.birthday p:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .formArea table tr.birthday p select {
    width: 85px;
  }
}
@media print, screen and (max-width: 374px) {
  .formArea table tr.birthday p select {
    min-width: 110px;
  }
}
@media screen and (max-width: 768px) {
  .formArea table tr.birthday p select.year {
    min-width: 120px;
  }
}
@media print, screen and (max-width: 374px) {
  .formArea table tr.birthday p select.year {
    width: 170px;
  }
}
.formArea table tr.address div + div {
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .formArea table tr.address div + div {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    margin-top: 8px;
  }
  .formArea table tr.address div + div b {
    margin-top: 10px;
  }
  .formArea table tr.address div + div p {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    width: 100%;
    font-size: 0;
    vertical-align: middle;
  }
  .formArea table tr.address div + div p select {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .formArea table tr.address div + div p input[type=text] {
    width: 100%;
    height: 78px;
  }
}
.formArea table tr.address b {
  min-width: 90px;
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .formArea table tr.address b {
    min-width: 70px;
    font-size: 1.3rem;
  }
}
.formArea table tr.address p {
  float: none;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .formArea table tr.address p input.zip01 {
    width: 55px;
  }
  .formArea table tr.address p input.zip02 {
    width: 70px;
  }
}
.formArea table tr.address textarea {
  min-height: auto;
  max-height: inherit;
  height: 7em;
  width: 500px;
  padding: 5px 8px;
  vertical-align: middle;
  line-height: 1.8;
  resize: none;
}
@media screen and (max-width: 768px) {
  .formArea table tr.address textarea {
    width: 100%;
    height: 7em;
    line-height: 1.4;
  }
}
.formArea table tr.email p {
  float: none;
}
.formArea table tr.email p + p {
  margin-left: 0;
}
.formArea table tr.email .txtConfirm {
  float: none;
  margin: 12px auto 4px;
  font-size: 1.4rem;
  color: #666;
}
@media screen and (max-width: 768px) {
  .formArea table tr.email .txtConfirm {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .formArea table tr.email .txtConfirm + p {
    margin-top: 0;
  }
}
.formArea table tr.subject p {
  float: none;
  margin-bottom: 5px;
}
.formArea table tr.subject ul {
  font-size: 0;
}
.formArea table tr.subject li {
  position: relative;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .formArea table tr.subject li {
    width: 49%;
    margin-right: 2%;
  }
  .formArea table tr.subject li:nth-child(even) {
    margin-right: 0;
  }
  .formArea table tr.subject li:nth-child(n+3) {
    margin-top: 2%;
  }
}
@media print, screen and (min-width: 769px) {
  .formArea table tr.subject input[type=checkbox] {
    z-index: 10;
    width: 130px;
    height: 55px;
    cursor: pointer;
  }
}
.formArea table tr.subject input[type=checkbox] + label {
  padding-left: 0;
  display: block;
  min-height: 0;
  background: #c5c5c5;
  border-radius: 6px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.formArea table tr.subject input[type=checkbox] + label::before {
  content: none;
}
.formArea table tr.subject input[type=checkbox] + label::after {
  content: none;
}
@media print, screen and (min-width: 769px) {
  .formArea table tr.subject .sub01 input[type=checkbox]:hover + label {
    background: #0079c3;
  }
  .formArea table tr.subject .sub02 input[type=checkbox]:hover + label {
    background: #ee7300;
  }
  .formArea table tr.subject .sub03 input[type=checkbox]:hover + label {
    background: #79bd28;
  }
  .formArea table tr.subject .sub04 input[type=checkbox]:hover + label {
    background: #eb6ea5;
  }
}
.formArea table tr.subject .sub01 input[type=checkbox]:checked + label {
  background: #0079c3;
}
.formArea table tr.subject .sub02 input[type=checkbox]:checked + label {
  background: #ee7300;
}
.formArea table tr.subject .sub03 input[type=checkbox]:checked + label {
  background: #79bd28;
}
.formArea table tr.subject .sub04 input[type=checkbox]:checked + label {
  background: #eb6ea5;
}
.formArea table tr.inquiry td p {
  display: block;
  margin-bottom: 10px;
}
.formArea table tr.inquiry td ul {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}
.formArea table tr.inquiry td ul li {
  width: 50%;
  margin: 3px 0 3px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .formArea table tr.inquiry td ul li {
    width: 100%;
  }
}
.formArea table tr.inquiry td ul li label::before {
  border-radius: 2px;
}
.formArea table tr.place div + div {
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .formArea table tr.place div + div {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    margin-top: 8px;
  }
  .formArea table tr.place div + div b {
    margin-top: 10px;
  }
  .formArea table tr.place div + div p {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    width: 100%;
    font-size: 0;
    vertical-align: middle;
  }
  .formArea table tr.place div + div p select {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .formArea table tr.place div + div p input[type=text] {
    width: 100%;
    height: 78px;
  }
}
.formArea table tr.place b {
  min-width: 90px;
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .formArea table tr.place b {
    min-width: 70px;
    font-size: 1.3rem;
  }
}
.formArea table tr.place p {
  float: none;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .formArea table tr.place p input.zip01 {
    width: 55px;
  }
  .formArea table tr.place p input.zip02 {
    width: 70px;
  }
}
.formArea table tr.place textarea {
  min-height: auto;
  max-height: inherit;
  height: 7em;
  width: 500px;
  padding: 5px 8px;
  vertical-align: middle;
  line-height: 1.8;
  resize: none;
}
@media screen and (max-width: 768px) {
  .formArea table tr.place textarea {
    width: 100%;
    height: 7em;
    line-height: 1.4;
  }
}
@media print, screen and (min-width: 769px) {
  .formArea table tr.rent th {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .formArea table tr.rent th span {
    display: inline-block;
    vertical-align: top;
    line-height: 1.3;
  }
  .formArea table tr.rent th span.required {
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .formArea table tr.rent td input {
    width: 110px;
  }
}
.formArea table tr.rent td b {
  margin-left: 8px;
}
@media screen and (max-width: 768px) {
  .formArea table tr.area td input {
    width: 110px;
  }
}
.formArea table tr.area td b {
  margin-left: 8px;
}
.formArea table tr.media textarea {
  resize: none;
}
@media screen and (max-width: 768px) {
  .formArea table tr.media textarea {
    min-height: 140px;
  }
}
.formArea table .list li {
  display: inline-block;
  margin-right: 40px;
}
.formArea .btnArea {
  margin: 37px auto 0;
}
@media screen and (max-width: 768px) {
  .formArea .btnArea {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .confirm#wrapper {
    padding-top: 35px;
  }
}
@media print, screen and (min-width: 769px) {
  .confirm .innerCont {
    padding-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .confirm .btnDefault.personal {
    margin-top: 0;
  }
}
.confirm .formArea table tr td {
  vertical-align: top;
}
@media print, screen and (min-width: 769px) {
  .confirm .formArea table tr td {
    padding-top: 27px;
    padding-bottom: 27px;
  }
}
@media screen and (max-width: 768px) {
  .confirm .formArea table tr td {
    padding: 3px 16px 16px;
    line-height: 1.5em;
  }
}
.confirm .formArea table tr td ul {
  font-size: 0;
}
.confirm .formArea table tr td li {
  position: relative;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .confirm .formArea table tr td li {
    width: 49%;
    max-width: 180px;
    margin-right: 2%;
  }
  .confirm .formArea table tr td li:nth-child(even) {
    margin-right: 0;
  }
  .confirm .formArea table tr td li:nth-child(n+3) {
    margin-top: 2%;
  }
}
.confirm .formArea table tr td li.iconSubject {
  display: inline-block;
  border-radius: 6px;
}
.confirm .formArea table tr td li.iconSubject.sub01 {
  background: #0079c3;
}
.confirm .formArea table tr td li.iconSubject.sub02 {
  background: #ee7300;
}
.confirm .formArea table tr td li.iconSubject.sub03 {
  background: #79bd28;
}
.confirm .formArea table tr td li.iconSubject.sub04 {
  background: #eb6ea5;
}
@media print, screen and (min-width: 769px) {
  .confirm .formArea table tr.rent th {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .confirm .formArea table tr.rent td {
    vertical-align: middle;
  }
}
@media print, screen and (min-width: 769px) {
  .confirm .btnArea {
    width: 544px;
  }
}
@media print, screen and (min-width: 769px) {
  .confirm .btnArea li:first-child {
    float: right;
  }
}
@media print, screen and (min-width: 769px) {
  .confirm .btnArea li:last-child {
    float: left;
  }
}
@media screen and (max-width: 768px) {
  .confirm .btnArea li:last-child {
    margin-top: 20px;
  }
}
.confirm .inquiry ul {
  font-size: 1.4rem !important;
  margin-bottom: 10px !important;
}
.confirm .inquiry ul li {
  width: 100% !important;
  max-width: 100% !important;
}
.confirm .inquiry ul li:before {
  content: "・";
}

@media screen and (max-width: 768px) {
  .finish#wrapper {
    padding-top: 35px;
  }
}
@media print, screen and (min-width: 769px) {
  .finish .innerCont {
    padding-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .finish .btnDefault.personal {
    margin-top: 0;
  }
}
.finish .finishTxt {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .finish .finishTxt {
    margin-top: 30px;
  }
}
.finish .finishTxt p {
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  .finish .finishTxt p {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.finish .finishTxt p + p {
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .finish .finishTxt p + p {
    margin-top: 1.5em;
  }
}
.finish .finishTxt .txtComplete {
  font-size: 2.6rem;
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .finish .finishTxt .txtComplete {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}
.finish .finishTxt .txtComplete + p {
  margin-top: 1em;
}
.finish .finishTxt .notes {
  padding-left: 1em;
  position: relative;
}
.finish .finishTxt .notes::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.finish .btnWrp {
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  .finish .btnWrp {
    margin-top: 36px;
  }
}
.finish .btnWrp .btnDefault.btnTop {
  margin: 0 auto;
  width: 240px;
}
.finish .btnWrp .btnDefault.btnTop a {
  height: 60px;
  font-size: 1.8rem;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .finish .btnWrp .btnDefault.btnTop a {
    height: 55px;
    padding-top: 18px;
  }
}

@media print, screen and (min-width: 769px) {
  #wrapper.inst.meeting.top .onlineBnr {
    position: absolute;
    z-index: 5;
  }
}
@media screen and (max-width: 768px) {
  #wrapper.inst.meeting.top .onlineBnr {
    text-align: center;
    padding: 0 6%;
  }
}
#wrapper.inst.meeting.top .onlineBnr a {
  background: url(../images/icon_arrow_02_o2.png) center right 10px/20px no-repeat #ff9549;
  padding: 15px 50px 15px 30px;
  line-height: 1.4;
  color: #fff;
  font-weight: bold;
  display: block;
}
@media print, screen and (min-width: 769px) {
  #wrapper.inst.meeting.top .onlineBnr a {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  #wrapper.inst.meeting.top .onlineBnr a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  #wrapper.inst.meeting.top .onlineBnr a {
    padding: 15px 30px 15px 15px;
  }
}

@media print, screen and (min-width: 769px) {
  #wrapper.inst.open.top .onlineBnr {
    position: absolute;
    z-index: 5;
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper.inst.open.top .onlineBnr {
    text-align: center;
    padding: 0 6%;
  }
}
#wrapper.inst.open.top .onlineBnr a {
  background: url(../images/icon_arrow_02_o2.png) center right 10px/20px no-repeat #ff9549;
  padding: 15px 50px 15px 30px;
  line-height: 1.4;
  color: #fff;
  font-weight: bold;
  display: block;
}
@media print, screen and (min-width: 769px) {
  #wrapper.inst.open.top .onlineBnr a {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  #wrapper.inst.open.top .onlineBnr a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  #wrapper.inst.open.top .onlineBnr a {
    padding: 15px 30px 15px 15px;
  }
}

.my-mfp-zoom-in .mfp-content {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .mfp-content {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: default;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  width: 37px;
  height: 37px;
  font-size: 0;
  background: url(../images/icon_close.png) 0 0/100% no-repeat;
  cursor: pointer;
  padding-right: 0;
  right: 0;
  opacity: 1;
  top: -10px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media print, screen and (min-width: 769px) {
  .mfp-zoom-out-cur .mfp-image-holder .mfp-close:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    width: 27px;
    height: 27px;
    top: 0;
  }
}

.mfp-bottom-bar {
  top: calc(100% + 10px);
}
@media screen and (max-width: 768px) {
  .mfp-bottom-bar {
    top: 100%;
  }
}

.mfp-title {
  font-size: 1.3rem;
  color: #fff;
  margin-bottom: 5px;
}

.mfp-counter {
  font-size: 1.3rem;
  color: #fff;
  position: static;
}

button.mfp-arrow {
  width: 70px;
  height: 70px;
  background: url(../images/btn_popup_arrow.png) 0 0/100% no-repeat;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-top: -35px;
}
@media print, screen and (min-width: 769px) {
  button.mfp-arrow:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  button.mfp-arrow {
    width: 26px;
    height: 48px;
    background: url(../images/sp/btn_popup_arrow.png) 0 0/100% no-repeat;
    margin-top: -24px;
    opacity: 0.8;
  }
}

.mfp-removing button.mfp-arrow {
  opacity: 0;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: none;
}

.mfp-arrow-left {
  left: -80px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transform-origin: center !important;
          transform-origin: center !important;
}
@media screen and (max-width: 768px) {
  .mfp-arrow-left {
    left: 0;
  }
}

.mfp-arrow-right {
  right: -80px;
}
@media screen and (max-width: 768px) {
  .mfp-arrow-right {
    right: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.mfp-arrow:active {
  margin-top: -35px;
}
@media screen and (max-width: 768px) {
  .mfp-arrow:active {
    margin-top: -24px;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.modalInner {
  position: relative;
}
@media screen and (max-width: 768px) {
  .modalInner {
    width: 90%;
  }
}
.modalCont {
  background: #fff;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .modalCont {
    padding: 5px;
  }
}
.modalCont iframe {
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .modalCont iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 720/405;
  }
}
.modalClose {
  position: absolute;
  top: -53px;
  right: -5px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  font-size: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.modalClose::before, .modalClose::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 1px;
  background-color: #fff;
}
.modalClose::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.modalClose::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
@media print, screen and (min-width: 769px) {
  .modalClose:hover {
    opacity: 0.7;
  }
}
.modal.is-open {
  opacity: 1;
  pointer-events: auto;
}