@charset "UTF-8";

/*
  各タグ、クラス等
  @include max-screen($screen_sp){
    750px以下のスタイルが入っています。
  }

  [記述順]
  header
  body
  footer
  ※ソースが長いので見出しワードで検索してその行まで飛んでください。。（すみません）
*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* ------------------------------------------ */
.clearfix {
  zoom: 1;
}

.clearfix:after,
.sect-clearfix:after,
.front-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.flL {
  float: left;
}

.flR {
  float: right;
}

.clear {
  clear: both;
}

.taL {
  text-align: left;
}

.taR {
  text-align: right;
}

.taC {
  text-align: center;
}

.vaT {
  vertical-align: top;
}

.vaM {
  vertical-align: middle;
}

.vaBt {
  vertical-align: bottom;
}

.vaBl {
  vertical-align: baseline;
}

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

.mgT5 {
  margin-top: 5px;
}

.mgT10 {
  margin-top: 10px;
}

.mgT15 {
  margin-top: 15px;
}

.mgT20 {
  margin-top: 20px;
}

.mgT25 {
  margin-top: 25px;
}

.mgT30 {
  margin-top: 30px;
}

.mgT35 {
  margin-top: 35px;
}

.mgT40 {
  margin-top: 40px;
}

.mgT45 {
  margin-top: 45px;
}

.mgT50 {
  margin-top: 50px;
}

.mgB5 {
  margin-bottom: 5px;
}

.mgB10 {
  margin-bottom: 10px;
}

.mgB15 {
  margin-bottom: 15px;
}

.mgB20 {
  margin-bottom: 20px;
}

.mgB25 {
  margin-bottom: 25px;
}

.mgB30 {
  margin-bottom: 30px;
}

.mgB35 {
  margin-bottom: 35px;
}

.mgB40 {
  margin-bottom: 40px;
}

.mgB45 {
  margin-bottom: 45px;
}

.mgB50 {
  margin-bottom: 50px;
}

.mgL5 {
  margin-left: 5px;
}

.mgL10 {
  margin-left: 10px;
}

.mgL15 {
  margin-left: 15px;
}

.mgL20 {
  margin-left: 20px;
}

.mgL25 {
  margin-left: 25px;
}

.mgL30 {
  margin-left: 30px;
}

.mgL35 {
  margin-left: 35px;
}

.mgL40 {
  margin-left: 40px;
}

.mgL45 {
  margin-left: 45px;
}

.mgL50 {
  margin-left: 50px;
}

.mgR5 {
  margin-right: 5px;
}

.mgR10 {
  margin-right: 10px;
}

.mgR15 {
  margin-right: 15px;
}

.mgR20 {
  margin-right: 20px;
}

.mgR25 {
  margin-right: 25px;
}

.mgR30 {
  margin-right: 30px;
}

.mgR35 {
  margin-right: 35px;
}

.mgR40 {
  margin-right: 40px;
}

.mgR45 {
  margin-right: 45px;
}

.mgR50 {
  margin-right: 50px;
}

/*padding set */
.pdT5 {
  padding-top: 5px;
}

.pdT10 {
  padding-top: 10px;
}

.pdT15 {
  padding-top: 15px;
}

.pdT20 {
  padding-top: 20px;
}

.pdT25 {
  padding-top: 25px;
}

.pdT30 {
  padding-top: 30px;
}

.pdT35 {
  padding-top: 35px;
}

.pdT40 {
  padding-top: 40px;
}

.pdT45 {
  padding-top: 45px;
}

.pdT50 {
  padding-top: 50px;
}

.pdB5 {
  padding-bottom: 5px;
}

.pdB10 {
  padding-bottom: 10px;
}

.pdB15 {
  padding-bottom: 15px;
}

.pdB20 {
  padding-bottom: 20px;
}

.pdB25 {
  padding-bottom: 25px;
}

.pdB30 {
  padding-bottom: 30px;
}

.pdB35 {
  padding-bottom: 35px;
}

.pdB40 {
  padding-bottom: 40px;
}

.pdB45 {
  padding-bottom: 45px;
}

.pdB50 {
  padding-bottom: 50px;
}

.pdL5 {
  padding-left: 5px;
}

.pdL10 {
  padding-left: 10px;
}

.pdL15 {
  padding-left: 15px;
}

.pdL20 {
  padding-left: 20px;
}

.pdL25 {
  padding-left: 25px;
}

.pdL30 {
  padding-left: 30px;
}

.pdL35 {
  padding-left: 35px;
}

.pdL40 {
  padding-left: 40px;
}

.pdL45 {
  padding-left: 45px;
}

.pdL50 {
  padding-left: 50px;
}

.pdR5 {
  padding-right: 5px;
}

.pdR10 {
  padding-right: 10px;
}

.pdR15 {
  padding-right: 15px;
}

.pdR20 {
  padding-right: 20px;
}

.pdR25 {
  padding-right: 25px;
}

.pdR30 {
  padding-right: 30px;
}

.pdR35 {
  padding-right: 35px;
}

.pdR40 {
  padding-right: 40px;
}

.pdR45 {
  padding-right: 45px;
}

.pdR50 {
  padding-right: 50px;
}

/*文字スタイル*/
.fw_n {
  font-weight: normal;
}

.fw_b {
  font-weight: 700;
}

.subtext {
  font-size: .8em;
}

.redtext {
  color: #f00;
}

::selection {
  color: #fff;
  background: #08207c;
}

::-moz-selection {
  color: #fff;
  background: #08207c;
}

html {
  background: #08207c;
  -webkit-font-smoothing: antialiased;
  font-size: 62.5%;
}

.header-common {
  position: relative;
}
@media (max-width: 768px) {
  .header-common {
    position: fixed;
    width: 100%;
    z-index: 10000;
    height: 47px;
  }
}

.site-title-area {
  position: relative;
  z-index: 5000;
  padding: 20px 0;
  background: #08207c;
  color: #fff;
}
.site-title-area .wrapper {
  max-width: 1190px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-title-area.nav-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

@media (max-width: 768px) {
  .site-title-area {
    padding: 16px 0;
    width: 100%;
    transition: background ease .5s;
  }
  .site-title-area.nav-fixed {
    position: relative;
    top: initial;
    left: initial;
    width: 100%;
  }
}

.site-title-area .logo a {
  display: block;
}
.site-title-area .logo img {
  display: block;
  width: 100%;
  height: 30px;
}

@media (max-width: 768px) {
  .site-title-area .logo img {
    width: auto;
    height: 18px;
  }
}

.info-pc {
  padding-right: 160px;
  font-size: 12px;
}

@media (max-width: 768px) {
  .info-pc {
    display: none;
  }
}

.info-pc a:link, .info-pc a:visited, .info-pc a:hover, .info-pc a:active {
  text-decoration: none;
  color: #fff;
}

.info-pc .telephone {
  text-align: right;
  line-height: 1.8em;
}

.info-pc .number {
  display: block;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: .05em;
}

.info-pc .number:before {
  content: '';
  display: inline-block;
  position: relative;
  top: 1px;
  margin-right: .25em;
  background: url(../images/common/img_telno-header.png) 0 50% no-repeat scroll;
  background-size: contain;
  width: 17px;
  height: 21px;
}

.btn_reserve {
  display: block;
  position: absolute;
  top: -40px;
  right: 0;
  padding-top: 20px;
  background: url(../images/common/bg_btn-reserve.png) 50% 0 no-repeat scroll;
  background-size: contain;
  width: 184px;
  height: 112px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4em;
}

.btn_reserve:link, .btn_reserve:visited, .btn_reserve:hover, .btn_reserve:active {
  color: #fff;
}

.btn_reserve:hover {
  top: -28px;
}

.gnav {
  position: relative;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.gnav.nav-fixed {
  position: fixed;
  top: 85px;
  left: 0;
  right: 0;
  z-index: 1200;
}

.site-title-area:not(:has(.header-btn-area *)) ~ .gnav.nav-fixed {
  top: 70px;
}

.gnav .gnav-lg {
  position: relative;
}

@media (max-width: 768px) {
  .gnav .gnav-lg {
    display: none;
  }
  .gnav.nav-fixed {
    position: relative;
    top: initial;
    left: initial;
    right: initial;
    z-index: initial;
  }
  .site-title-area:not(:has(.header-btn-area *)) ~ .gnav.nav-fixed {
    top: initial;
  }
}

.gnav .gnav-lg .menu {
  margin-left: auto;
  margin-right: auto;
  width: 870px;
}

.gnav .gnav-lg .menu li {
  float: left;
  width: 145px;
  position: relative;
}

.gnav .gnav-lg .menu li::before {
  position: absolute;
  content: "";
  display: block;
  height: 15px;
  border-left: 0.5px solid #333333;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1400;
}
.gnav .gnav-lg .menu li:last-child::after {
  position: absolute;
  content: "";
  display: block;
  height: 15px;
  border-right: 0.5px solid #333333;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 1400;
}

.gnav .gnav-lg a {
  display: block;
  position: relative;
  background: #fff;
  box-sizing: border-box;
  height: 60px;
  text-align: center;
  text-decoration: none;
  color: #333;
  font-weight: 700;
  line-height: 60px;
  height: 60px;
}

.gnav .gnav-lg a:hover {
  opacity: 0.5;
}

.gnav .gnav-lg a.current {
  background: #ebf7fc;
}

.gnav .gnav-lg a .sub {
  display: block;
  font-size: 11px;
  color: #0068b7;
  font-weight: normal;
}

.gnav .gnav-lg a.blank {
  color: #d2d2d2;
}

.gnav .gnav-lg a.blank .sub {
  color: #d2d2d2;
}

.gnav .gnav-lg a.blank:hover {
  background: #fff;
}

.gnav .gnav-sp {
  display: none;
}
.gnav-tell-area {
  display: none;
}

@media (max-width: 768px) {
  .gnav .gnav-sp {
    position: absolute;
    left: 0;
    top: 20px;
    z-index: 5000;
    padding: 0 15px;
    width: calc(100% - 30px);
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    height: calc(100vh - 67px);
    text-align: center;
  }
  .gnav .gnav-sp ul {
    padding: 0 0 30px;
  }
  .gnav .gnav-sp li {
    text-align: center;
    background: #fff;
  }
  .gnav .gnav-sp li.telephone {
    font-weight: 700;
    font-size: 12px;
  }
  .gnav .gnav-sp li.telephone a {
    padding-bottom: 10px;
  }
  .gnav .gnav-sp li .number {
    display: block;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 30px;
    letter-spacing: .05em;
    line-height: 1em;
  }
  .gnav .gnav-sp li .number:before {
    content: '';
    display: inline-block;
    position: relative;
    top: 1px;
    margin-right: 5px;
    background: url(../images/common/icon_tel-sp.png) 0 50% no-repeat scroll;
    background-size: contain;
    width: 21px;
    height: 25px;
  }
  .gnav .gnav-sp a {
    display: block;
    padding: 15px 0;
    background: url(../images/common/icon_arrow-link-blue-sp.png) calc( 100% - 10px) 50% no-repeat scroll;
    background-size: 6px 9px;
    border-bottom: 1px solid #08207c;
    color: #08207c;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
  }
  .gnav .gnav-sp a.blank {
    background-image: url(../images/common/icon_arrow-link-gray-sp.png);
    color: #aaa;
  }
  .gnav .gnav-sp .btn-gnav-tell {
    padding: 15px 0;
    background: url(../images/common/icon_arrow-link-blue-sp.png) calc( 100% - 10px) 50% no-repeat scroll;
    background-size: 6px 9px;
    border-bottom: 1px solid #08207c;
    color: #08207c;
    text-decoration: none;
  }
  .gnav-tell-area {
    display: block;
    opacity: 0;
    position: fixed;
    top: 0;
    left: -100vw;
    background: rgba(0, 0, 0, .7);
    height: 100vh;
    width: 100vw;
    z-index: 100000;
    transition: opacity ease .3s;
  }
  .gnav-tell-area .bg {
    display: block;
    width: 100%;
    height: 100vh;
  }
  .tell-active .gnav-tell-area {
    left: 0;
    opacity: 1;
  }
  .tell-inner {
    opacity: 0;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: -100vw;
    background: #fff;
    padding: 30px 14px;
    box-sizing: border-box;
    width: 92%;
    z-index: 100001;
    transition: opacity ease .3s;
  }
  .tell-active .tell-inner {
    left: 4%;
    opacity: 1;
  }
  .gnav-tell-area .tell-tit {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }
  .gnav-tell-area .tell-text {
    line-height: 1.7;
    margin: 20px 0 0;
    font-size: 14px;
  }
  .gnav-tell-area .tell-text .bold {
    font-weight: bold;
  }
  .gnav-tell-area .tell-caution {
    color: #FF0000;
    font-size: 14px;
  }
  .gnav-tell-area .tell-inner-btn a {
    display: block;
    position: relative;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    border-top: 2px solid #08207c;
    border-bottom: 2px solid #08207c;
    background: #08207c;
    background-size: 11px 19px;
    width: calc(100% - 100px);
    color: #fff;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: .05em;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    white-space: nowrap;
  }
  .gnav-tell-area .tell-inner-btn a::before,
  .gnav-tell-area .tell-inner-btn a::after {
    content: '';
    display: block;
    position: absolute;
    border-top: 2px solid #08207c;
    border-left: 2px solid #08207c;
    background: #08207c;
    width: 40px;
    height: 40px;
    transform: rotate(-45deg);
    top: 7px;
    z-index: -1;
  }
  .gnav-tell-area .tell-inner-btn a::before {
    left: -21px;
  }
  .gnav-tell-area .tell-inner-btn a::after {
    right: -21px;
  }
}

.btn_spnav-toggle {
  display: none;
}

@media (max-width: 768px) {
  .btn_spnav-toggle {
    display: block;
    position: absolute;
    top: -50px;
    right: 15px;
    z-index: 6000;
    background: url(../images/common/bg_btn-toggle.svg) 50% 0 no-repeat scroll;
    background-size: contain;
    width: 81px;
    height: 50px;
    color: #08207c;
    font-weight: 700;
    font-size: 11px;
  }
  .btn_spnav-toggle span {
    position: relative;
    top: -6px;
  }
  .btn_spnav-toggle:hover {
    outline: none;
    opacity: 1;
  }
}

.modal-bg {
  display: none;
}

@media (max-width: 768px) {
  .modal-bg {
    position: fixed;
    z-index: 5000;
    background: rgba(8, 32, 124, 0.95);
    width: 100%;
    height: 100vh;
  }
}

body {
  background: #fff;
  min-width: 960px;
  color: #333;
  font-size: 16px;
  line-height: 1.625em;
  letter-spacing: .05em;
  font-family: YuGothic, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

@media (max-width: 768px) {
  body {
    font-size: 13px;
    letter-spacing: 0;
  }

  body:not(#page-insurance) {
    min-width: 320px;
  }
}

input, text, textarea, select, button {
  font-family: YuGothic, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

input[type="submit"]:hover {
  cursor: pointer;
}

input[type="submit"]:active, input[type="submit"]:focus {
  outline: none;
}

.btn_form, .input-btn {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  border-top: 2px solid #08207c;
  border-bottom: 2px solid #08207c;
  background: #fff;
  background-size: 11px 19px;
  width: 340px;
  color: #08207c;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: .05em;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
}
.input-btn {
  cursor: pointer;
}
.input-btn input {
  background: none;
  border: none;
  display: block;
  font-size: 16px;
  color: #08207c;
  font-weight: 700;
  transition: all 0.3s ease;
  width: 340px;
  line-height: 54px;
}
.btn_form:hover, .btn_form:active,
.input-btn:hover, .input-btn:active {
  background: #08207c;
  opacity: 1;
  color: #fff !important;
}
.input-btn:hover input, .input-btn:active input {
  opacity: 1;
  color: #fff !important;
}

.btn_form:hover:before, .btn_form:hover:after,
.btn_form:active:before, .btn_form:active:after,
.input-btn:hover:before, .input-btn:hover:after,
.input-btn:active:before, .input-btn:active:after {
  background: #08207c;
}

.btn_form:hover .arrow:after, .btn_form:active .arrow:after,
.input-btn:hover .arrow:after, .input-btn:active .arrow:after {
  content: '';
  background-image: url(../images/common/icon_btn-arrow-white-pc.png) !important;
}

.btn_form:hover .arrow.down:after, .btn_form:active .arrow.down:after {
  background-image: url(../images/common/icon_btn-down-white-pc.png) !important;
}

.btn_form:before, .btn_form:after,
.input-btn:before, .input-btn:after {
  content: '';
  display: block;
  position: absolute;
  border-top: 2px solid #08207c;
  border-left: 2px solid #08207c;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 40px;
  height: 40px;
}

.btn_form:before, .input-btn:before {
  content: '';
  top: 7px;
  left: -21px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.btn_form:after, .input-btn:after {
  content: '';
  top: 7px;
  right: -21px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.btn_form.orange {
  border-color: #eb7f00;
  color: #eb7f00;
}

.btn_form.orange:before, .btn_form.orange:after {
  border-color: #eb7f00 !important;
}

.btn_form.orange:hover, .btn_form.orange:active {
  background: #eb7f00 !important;
}

.btn_form.orange:hover:before, .btn_form.orange:hover:after, .btn_form.orange:active:before, .btn_form.orange:active:after {
  background: #eb7f00 !important;
}

.btn_form .arrow,
.input-btn .arrow {
  display: block;
  position: relative;
  z-index: 1;
}

.btn_form .arrow:after,
.input-btn .arrow:after {
  content: '';
  display: block;
  position: absolute;
  top: 18px;
  right: -10px;
  margin: auto;
  background: url(../images/common/icon_btn-arrow-blue-pc.png) 100% 50% no-repeat scroll;
  background-size: contain;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 11px;
  height: 19px;
}

.btn_form .arrow.down:after {
  top: 22px;
  right: 0;
  width: 19px;
  height: 11px;
  background-image: url(../images/common/icon_btn-down-blue-pc.png);
}

.btn_form.orange .arrow:after {
  background-image: url(../images/common/icon_btn-arrow-orange-pc.png);
}

.btn_form .arrow.down:after {
  background-image: url(../images/common/icon_btn-down-orange-pc.png);
}

@media (max-width: 768px) {
  .btn_form, .input-btn {
    border-top-width: 1px;
    border-bottom-width: 1px;
    background-size: 7px 13px;
    width: 85%;
    line-height: 44px;
    font-size: 13px;
  }
  .input-btn input {
    width: 100%;
    line-height: 42px;
    font-size: 13px;
  }
  .btn_form:hover, .btn_form:active,
  .input-btn:hover, .input-btn:active {
    background: #fff;
    color: #08207c !important;
  }
  .input-btn input:hover, .input-btn input:active {
    color: #08207c !important;
  }
  .btn_form:hover:before, .btn_form:hover:after, .btn_form:active:before, .btn_form:active:after,
  .input-btn:hover:before, .input-btn:hover:after, .input-btn:active:before, .input-btn:active:after {
    background: #fff;
  }
  .btn_form:hover .arrow:after, .btn_form:active .arrow:after,
  .input-btn:hover .arrow:after, .input-btn:active .arrow:after {
    content: '';
    background-image: url(../images/common/icon_btn-arrow-blue-sp.png) !important;
  }
  .btn_form:hover .arrow.down:after, .btn_form:active .arrow.down:after {
    background-image: url(../images/common/icon_btn-down-blue-sp.png);
  }
  .btn_form:before, .btn_form:after,
  .input-btn:before, .input-btn:after {
    content: '';
    border-top-width: 1px;
    border-left-width: 1px;
    width: 31px;
    height: 31px;
  }
  .btn_form:before, .input-btn:before {
    content: '';
    top: 6px;
    left: -16px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .btn_form:after, .input-btn:after {
    content: '';
    top: 6px;
    right: -16px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .btn_form .arrow:after, .input-btn .arrow:after {
    content: '';
    top: 15px;
    right: -2px;
    background: url(../images/common/icon_btn-arrow-blue-sp.png) 100% 50% no-repeat scroll;
    background-size: contain;
    width: 7px;
    height: 13px;
  }
  .btn_form .arrow.down:after {
    top: 18px;
    right: 0;
    width: 13px;
    height: 7px;
    background-image: url(../images/common/icon_btn-down-blue-sp.png);
  }
}

h1, h2, h3, h4, h5 {
  line-height: 1.625em;
}

a,
button {
  color: #3ec5ea;
}

a[href*="tel:"],
button[href*="tel:"] {
  text-decoration: none;
  color: #333;
}

a[href*="tel:"]:hover,
button[href*="tel:"]:hover {
  cursor: default;
}

a:link, a:visited, a:hover, a:active,
button:link,
button:visited,
button:hover,
button:active {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:visited,
button:visited {
  color: #1581a0;
}

a:hover,
button:hover {
  text-decoration: none;
}

a:hover img,
button:hover img {
  opacity: .8;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

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

a img,
button img {
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a.blank:hover,
button.blank:hover {
  cursor: default;
}

a.link-btn,
button.link-btn {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  border-top: 2px solid #08207c;
  border-bottom: 2px solid #08207c;
  background: #08207c;
  background-size: 11px 19px;
  width: 340px;
  color: #fff;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: .05em;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
}

a.link-btn:hover, a.link-btn:active,
button.link-btn:hover,
button.link-btn:active {
  background: #fff;
  opacity: 1;
  color: #08207c !important;
}

a.link-btn:hover:before, a.link-btn:hover:after, a.link-btn:active:before, a.link-btn:active:after,
button.link-btn:hover:before,
button.link-btn:hover:after,
button.link-btn:active:before,
button.link-btn:active:after {
  background: #fff !important;
}

a.link-btn:hover .arrow:after, a.link-btn:active .arrow:after,
button.link-btn:hover .arrow:after,
button.link-btn:active .arrow:after {
  content: '';
  background-image: url(../images/common/icon_btn-arrow-blue-pc.png);
}

a.link-btn:hover .arrow.down:after, a.link-btn:active .arrow.down:after,
button.link-btn:hover .arrow.down:after,
button.link-btn:active .arrow.down:after {
  background-image: url(../images/common/icon_btn-down-blue-pc.png) !important;
}

a.link-btn.reserve:hover .arrow.down:after, a.link-btn.reserve:active .arrow.down:after,
button.link-btn.reserve:hover .arrow.down:after,
button.link-btn.reserve:active .arrow.down:after {
  background-image: url(../images/common/icon_btn-down-orange-pc.png) !important;
}

a.link-btn:before, a.link-btn:after,
button.link-btn:before,
button.link-btn:after {
  content: '';
  display: block;
  position: absolute;
  border-top: 2px solid #08207c;
  border-left: 2px solid #08207c;
  background: #08207c;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 40px;
  height: 40px;
}

a.link-btn:before,
button.link-btn:before {
  content: '';
  top: 7px;
  left: -21px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

a.link-btn:after,
button.link-btn:after {
  content: '';
  top: 7px;
  right: -21px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

a.link-btn.orange,
button.link-btn.orange {
  border-color: #eb7f00;
  color: #eb7f00;
}

a.link-btn.orange:before, a.link-btn.orange:after,
button.link-btn.orange:before,
button.link-btn.orange:after {
  border-color: #eb7f00 !important;
}

a.link-btn.orange:hover, a.link-btn.orange:active,
button.link-btn.orange:hover,
button.link-btn.orange:active {
  background: #eb7f00 !important;
}

a.link-btn.orange:hover:before, a.link-btn.orange:hover:after, a.link-btn.orange:active:before, a.link-btn.orange:active:after,
button.link-btn.orange:hover:before,
button.link-btn.orange:hover:after,
button.link-btn.orange:active:before,
button.link-btn.orange:active:after {
  background: #eb7f00 !important;
}

a.link-btn .arrow,
button.link-btn .arrow {
  display: block;
  position: relative;
  z-index: 1;
  white-space: nowrap;
}

a.link-btn .arrow:after,
button.link-btn .arrow:after {
  content: '';
  display: block;
  position: absolute;
  top: 18px;
  right: -10px;
  margin: auto;
  background: url(../images/common/icon_btn-arrow-white-pc.png) 100% 50% no-repeat scroll;
  background-size: contain;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 11px;
  height: 19px;
}

a.link-btn .arrow.down:after,
button.link-btn .arrow.down:after,
a.link-btn.reserve .arrow.down:after,
button.link-btn.reserve .arrow.down:after {
  top: 22px;
  right: 0;
  width: 19px;
  height: 11px;
  background-image: url(../images/common/icon_btn-down-white-pc.png);
}

a.link-btn.orange .arrow:after,
button.link-btn.orange .arrow:after {
  background-image: url(../images/common/icon_btn-arrow-orange-pc.png);
}

a.link-btn.orange .arrow.down:after,
button.link-btn.orange .arrow.down:after {
  background-image: url(../images/common/icon_btn-down-orange-pc.png);
}

@media (max-width: 768px) {
  a.link-btn,
  button.link-btn {
    border-top-width: 1px;
    border-bottom-width: 1px;
    background-size: 7px 13px;
    width: 85%;
    line-height: 44px;
    font-size: 16px;
  }
  a.link-btn:hover, a.link-btn:active,
  button.link-btn:hover,
  button.link-btn:active {
    background: #08207c;
    color: #fff !important;
  }
  a.link-btn:hover:before, a.link-btn:hover:after, a.link-btn:active:before, a.link-btn:active:after,
  button.link-btn:hover:before,
  button.link-btn:hover:after,
  button.link-btn:active:before,
  button.link-btn:active:after {
    background: #08207c !important;
  }
  a.link-btn:hover .arrow:after, a.link-btn:active .arrow:after,
  button.link-btn:hover .arrow:after,
  button.link-btn:active .arrow:after {
    content: '';
    background-image: url(../images/common/icon_btn-arrow-white-sp.png);
  }
  a.link-btn:hover .arrow.down:after, a.link-btn:active .arrow.down:after,
  button.link-btn:hover .arrow.down:after,
  button.link-btn:active .arrow.down:after,
  a.link-btn.reserve:hover .arrow.down:after, a.link-btn.reserve:active .arrow.down:after,
  button.link-btn.reserve:hover .arrow.down:after,
  button.link-btn.reserve:active .arrow.down:after {
    background-image: url(../images/common/icon_btn-down-white-sp.png)!important;
  }
  a.link-btn:before, a.link-btn:after,
  button.link-btn:before,
  button.link-btn:after {
    content: '';
    border-top-width: 1px;
    border-left-width: 1px;
    width: 31px;
    height: 31px;
  }
  a.link-btn:before,
  button.link-btn:before {
    content: '';
    top: 6px;
    left: -16px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  a.link-btn:after,
  button.link-btn:after {
    content: '';
    top: 6px;
    right: -16px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  a.link-btn .arrow:after,
  button.link-btn .arrow:after {
    content: '';
    top: 15px;
    right: -2px;
    background: url(../images/common/icon_btn-arrow-white-sp.png) 100% 50% no-repeat scroll;
    background-size: contain;
    width: 7px;
    height: 13px;
  }
  a.link-btn .arrow.down:after,
  button.link-btn .arrow.down:after,
  a.link-btn.reserve .arrow.down:after,
  button.link-btn.reserve .arrow.down:after {
    top: 18px;
    right: 0;
    width: 13px;
    height: 7px;
    background-image: url(../images/common/icon_btn-down-white-sp.png);
  }
}

/* link-btn.reserve */
a.link-btn.reserve,
button.link-btn.reserve {
  background: #eb7f00;
  color: #fff;
  border-color: #eb7f00;
}

a.link-btn.reserve:hover, a.link-btn.reserve:active,
button.link-btn.reserve:hover,
button.link-btn.reserve:active {
  background: #fff;
  color: #eb7f00 !important;
}

a.link-btn.reserve:hover:before, a.link-btn.reserve:hover:after, a.link-btn.reserve:active:before, a.link-btn.reserve:active:after,
button.link-btn.reserve:hover:before,
button.link-btn.reserve:hover:after,
button.link-btn.reserve:active:before,
button.link-btn.reserve:active:after {
  background: #fff !important;
}

a.link-btn.reserve:hover .arrow:after, a.link-btn.reserve:active .arrow:after,
button.link-btn.reserve:hover .arrow:after,
button.link-btn.reserve:active .arrow:after {
  content: '';
  background-image: url(../images/common/icon_btn-arrow-orange-pc.png);
}

a.link-btn.reserve:before, a.link-btn.reserve:after,
button.link-btn.reserve:before,
button.link-btn.reserve:after {
  background: #eb7f00;
  border-color: #eb7f00;
}

a.link-btn.reserve .arrow:after,
button.link-btn.reserve .arrow:after {
  background-image: url(../images/common/icon_btn-arrow-white-pc.png);
}

@media (max-width: 768px) {
  a.link-btn.reserve:hover, a.link-btn.reserve:active,
  button.link-btn.reserve:hover,
  button.link-btn.reserve:active {
    background: #eb7f00;
    color: #fff !important;
  }
  a.link-btn.reserve:hover:before, a.link-btn.reserve:hover:after, a.link-btn.reserve:active:before, a.link-btn.reserve:active:after,
  button.link-btn.reserve:hover:before,
  button.link-btn.reserve:hover:after,
  button.link-btn.reserve:active:before,
  button.link-btn.reserve:active:after {
    background: #eb7f00 !important;
  }
  a.link-btn.reserve:hover .arrow:after, a.link-btn.reserve:active .arrow:after,
  button.link-btn.reserve:hover .arrow:after,
  button.link-btn.reserve:active .arrow:after {
    content: '';
    background-image: url(../images/common/icon_btn-arrow-white-sp.png);
  }
  a.link-btn.reserve .arrow:after,
  button.link-btn.reserve .arrow:after {
    background-image: url(../images/common/icon_btn-arrow-white-sp.png);
  }
}

ul {
  list-style: none;
}

ul.large-accent li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
}

ul.large-accent li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  background: #333;
  border-radius: 50%;
  width: 13px;
  height: 13px;
}

@media (max-width: 768px) {
  ul.large-accent li {
    margin-bottom: 5px;
    padding-left: 14px;
  }
  ul.large-accent li:before {
    top: 8px;
    width: 5px;
    height: 5px;
  }
}

@-moz-document url-prefix() {
  ul.large-accent li:before {
    top: 6px;
  }
}

table {
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
}

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

@media (max-width: 768px) {
  .table_wrapper {
    border-top: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
    overflow-x: scroll;
    width: 100%;
  }
  .table_wrapper table {
    border-right: 1px solid #bfbfbf;
    width: 280%;
  }
}

/*
input{
  &[type="text"],
  &[type="email"],
  &[type="tel"]{
    padding: .5em;
    border: 1px solid #aaa;
    width: 100%;
  }
  &[type="submit"]{
    display: inline-block;
  	  padding: .5em 1em;
  	  background: #ddd;
  	  border: 0;

  	  @include transitions();
  	  text-align: center;
  	  &:hover{
    	  cursor: pointer;
    	  opacity: .5;
  	  }
  }
}
textarea{
  padding: .5em;
  border: 1px solid #aaa;
  width: 100%;
  height: 20em;
}
*/
button {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 0;
}

button:hover, button:active, button:focus {
  outline: none;
}

button:hover {
  opacity: .7;
  cursor: pointer;
}

.wrapper {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  width: 960px;
  min-width: 960px;
}

@media (max-width: 768px) {
  .wrapper {
    padding: 0 15px;
    width: 100%;
    min-width: 100%;
  }
  .wrapper.content_div {
    margin-bottom: 35px;
  }
}

.spbr {
  display: none;
}

@media (max-width: 768px) {
  .spbr {
    display: inline;
  }
}

.pcbr {
  display: inline;
}

@media (max-width: 768px) {
  .pcbr {
    display: none;
  }
}

.hypen-lh {
  display: inline-block;
  position: relative;
  top: -.08em;
}

.text-notice {
  position: relative;
  display: inline-block;
  padding-left: 1em;
  font-size: 14px;
}

.text-notice:before {
  content: "※";
  display: block;
  position: absolute;
  top: auto;
  left: 0;
}

@media (max-width: 768px) {
  .text-notice {
    font-size: 12px;
  }
}

/* セミナーの表示枠スタイル(TOP,アーカイブ等で共有) ================================= */
.seminar-terms {
  padding: 20px 0;
}

@media (max-width: 768px) {
  .seminar-terms {
    position: relative;
    left: 2px;
    padding: 0 0 12px;
  }
}

.seminar-terms ul {
  letter-spacing: -.4em;
  text-align: center;
}

.seminar-terms li {
  display: inline-block;
  padding: 0 12px;
  letter-spacing: 0;
}

@media (max-width: 768px) {
  .seminar-terms li {
    margin: 0 5px 5px 0;
    padding: 0;
  }
}

.seminar-terms button,
.seminar-terms a {
  display: inline-block;
  padding: 0 12px 5px;
  border-bottom: 4px solid transparent;
  background-color: transparent;
  font-size: 18px;
  text-decoration: none;
  color: #333;
}

.seminar-terms a.prefectures-link {
  display: inline;
  font-size: 20px;
  padding: 0 0 1px;
  border-bottom: none;
  color: #3ec5ea;
  text-decoration: underline;
  text-underline-offset: 3px;

}
.seminar-terms a.prefectures-link:hover {
  text-decoration: none;
}
.seminar-terms a.prefectures-link:visited {
  color: #3ec5ea;
}
.seminar-terms button:hover, .seminar-terms button.current,
.seminar-terms a:hover,
.seminar-terms a.current {
  border-color: #0068b7;
  opacity: 1;
}

@media (max-width: 768px) {
  .seminar-terms button,
  .seminar-terms a {
    padding: 0;
    background: #e9f1ff;
    border: 0;
    font-size: 14px;
    width: 80px;
    height: 31px;
    white-space: nowrap;
  }
  .seminar-terms a.prefectures-link {
    padding: 0 0 1px;
    background: transparent;
    font-size: 14px;
    width: 80px;
    height: 31px;
    white-space: nowrap;
    box-sizing: border-box;
  }
  .seminar-terms a.prefectures-link:hover {
    background-color: inherit;
    text-decoration: underline;
  }
  .seminar-terms button:hover,
  .seminar-terms a:hover {
    border: 0;
    background: #e9f1ff;
  }
  .seminar-terms button.current,
  .seminar-terms a.current {
    border: 0;
    background: #0068b7;
    color: #fff;
  }
}

.seminar-terms a:visited {
  color: #333;
}

@media (max-width: 768px) {
  .seminar-terms a {
    line-height: 31px;
  }
  .seminar-terms a.current:visited {
    color: #fff;
  }
}

.seminar-terms .title-area {
  padding-top: 20px;
  text-align: center;
}

.seminar-terms .title-area .reception-title {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.8px;
}
.seminar-terms .title-area .terms-title-small .prefectures-span {
  display: inline-block;
  white-space: nowrap;
}
.seminar-terms .title-area .terms-title-small {
  display: inline-block;
  font-size: 20px;
  margin-bottom: 40px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.8px;
}


@media (max-width: 768px) {
  .seminar-terms .title-area {
    padding-top: 20px;
  }
  .seminar-terms .title-area .reception-title {
    margin-bottom: 33px;
    font-size: 22px;
    line-height: 30px;
  }
  .seminar-terms .title-area .terms-title-small {
    font-size: 14px;
  }
}

.recent-seminar-wrapper {
  background: url(../images/top/loading.gif) center 30px no-repeat scroll;
  background-size: 45px 45px;
}

.recent-seminar {
  margin-bottom: 20px;
  background: #fff;
}

.recent-seminar > li:first-child {
  border-top: 2px solid #d2d2d2;
}

.recent-seminar .clearfix {
  margin-bottom: 20px;
  background: #fff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 8px #0000001A;
  border-radius: 18px;
  display: flex;
}
.recent-seminar > li.sect-clearfix,
.recent-seminar > li.front-clearfix {
  padding: 30px 20px;
}
.recent-seminar .sect-clearfix,
.recent-seminar .front-clearfix {
  margin-bottom: 20px;
  background: #fff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 8px #0000001A;
  border-radius: 18px;
  position: relative;
}
.recent-seminar .clearfix img,
.recent-seminar .sect-clearfix img,
.recent-seminar .front-clearfix img {
  opacity: 1;
}
.recent-seminar .clearfix:hover,
.recent-seminar .sect-clearfix:hover,
.recent-seminar .front-clearfix:hover {
  opacity: 0.7 !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.recent-seminar .clearfix:last-child {
  margin-bottom: 0px;
  position: relative;
}
/* #seminar-list:not(.seminar-list-all) .recent-seminar:last-child .clearfix:last-child {
  box-shadow: none;
  pointer-events: none;
}
#seminar-list:not(.seminar-list-all) .recent-seminar:last-child .clearfix:last-child::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0.7) 0%, #fff 100%);
  z-index: 1;
} */
.recent-seminar .clearfix a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  color: #333;
  box-sizing: border-box;
  padding: 30px 20px;
}
.recent-seminar .sect-clearfix a,
.recent-seminar .front-clearfix a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #333;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .recent-seminar {
    font-size: 14px;
    line-height: 1.8;
  }
}

.recent-seminar img {
  float: left;
}

@media (max-width: 768px) {
  .recent-seminar img {
    display: none;
    float: none;
    width: 100%;
    height: auto;
  }
}

/* .recent-seminar img + .info-area {
  float: right;
  width: 570px;
}

@media (max-width: 768px) {
  .recent-seminar img + .info-area {
    float: none;
    width: 100%;
  }
}

.recent-seminar .info-area {
  padding-top: 5px;
} */

.recent-seminar .info-area .area-list {
  float: left;
  margin-right: 5px;
  letter-spacing: -.4em;
}

.recent-seminar .info-area .area-list li {
  display: inline-block;
  padding: 2px 7px 0;
  box-sizing: border-box;
  margin-right: 7px;
  background: #08207c;
  border: 1px solid #08207c;
  min-width: 80px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.4em;
}

.recent-seminar .info-area .area-list li.full {
  background: #666;
  border: 1px solid #666;
}

.recent-seminar .info-area .area-list li.few {
  background: #f48f09;
  border: 1px solid #f48f09;
}

.recent-seminar .info-area .area-list li.free-icon {
  padding-left: 5px;
  padding-right: 5px;
  width: auto;
  min-width: 72px;
  background: #fff;
  color: #08207c;
  border: 1px solid #08207c;
  box-sizing: border-box;
}

.recent-seminar .info-area h3 {
  clear: both;
  margin: 20px 0 15px;
  color: #08207c;
  font-size: 20px;
  line-height: 1.5;
}

.recent-seminar .info-area h3 .label {
  margin-left: 5px;
  padding: 2px 15px;
  line-height: 1.0;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.5;
  color: #e60012;
  background: #fff;
  border: 1px solid #e60012;
  vertical-align: middle;
  display: inline-block;
}

.recent-seminar .info-area p {
  margin-bottom: 10px;
}

.recent-seminar .info-area .link-area {
  position: relative;
  /* left: 20px; */
  text-align: right;
  font-weight: 700;
}
.recent-seminar .info-area .sect-link-area,
.recent-seminar .info-area .front-link-area{
  /* left: 20px; */
  text-align: right;
  font-weight: 700;
}
.recent-seminar .info-area .link-area p,
.recent-seminar .info-area .sect-link-area p {
  margin-bottom: 0;
}
.recent-seminar .info-area small {
  font-size: 14px;
}

@media (max-width: 768px) {
  .recent-seminar .info-area {
    padding-top: 0;
  }
  .recent-seminar .info-area .area-list {
    float: none;
    margin-right: 0px;
    margin-bottom: 5px;
  }
  .recent-seminar .info-area .area-list li {
    display: inline-block;
    padding-top: 0;
    margin-right: 4px;
    width: 50px;
    font-size: 12px;
    line-height: 1.3em;
  }
  .recent-seminar .info-area .area-list li.free-icon {
    width: auto;
    min-width: 50px;
  }
  .recent-seminar .info-area h3 {
    clear: both;
    margin: 5px 0 10px;
    font-size: 18px;
  }
  .recent-seminar .info-area h3 .label {
    margin-top: 5px;
    margin-left: 0;
    padding: 5px 0;
    font-size: 12px;
    display: block;
    text-align: center;
    max-width: 150px;
    box-sizing: border-box;
  }
  .recent-seminar .info-area p {
    margin-bottom: 20px;
  }
  .recent-seminar .info-area .sect-link-area p,
  .recent-seminar .info-area .front-link-area p {
    margin-bottom: 0;
  }
  .recent-seminar .info-area .link-area {
    left: 0;
    font-size: 14px;
  }
  .recent-seminar .info-area small {
    font-size: 13px;
  }
}

/* お問い合わせ情報 ================================= */
.footer-contact {
  padding: 80px 0;
  background: url(../images/common/bg-stripe.png);
}

@media (max-width: 768px) {
  .footer-contact {
    padding: 35px 0 50px;
  }
}

.footer-contact h2 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 28px;
  line-height: 32px;
  color: #08207c;
}

.footer-contact h2 .sub {
  display: block;
  color: #0068b7;
  font-weight: normal;
  font-size: 14px;
}

@media (max-width: 768px) {
  .footer-contact h2 {
    margin-bottom: 18px;
    font-size: 26px !important;
  }
  .footer-contact h2 .sub {
    line-height: 1em;
    font-size: 12px;
  }
}

.footer-contact .content {
  position: relative;
  padding: 40px 50px 45px;
  background: #fff;
  border: 2px solid #d1d4de;
  margin-bottom: 20px;
}

.footer-contact .content .link-btn {
  width: 330px;
  border: 2px solid rgb(8, 32, 124);
  border-radius: 30px;
  margin-right: 45px;
  box-sizing: border-box;
  font-size: 18px;
}
.footer-contact .content a.link-btn .arrow::after {
  width: 8px;
  height: 13px;
  top: 50%;
  right: 21px;
  transform: translateY(-50%);
  background: url(../images/common/icon_contant_btn-arrow-white.png) 100% 50% no-repeat scroll;
  background-size: contain;
}
.footer-contact .content a.link-btn:hover .arrow::after {
  background: url(../images/common/icon_contant_btn-arrow-blue.png) 100% 50% no-repeat scroll;
  background-size: contain;
}
.footer-contact .content .link-btn::before,
.footer-contact .content .link-btn::after {
  width: 280px;
  content: none;
}

.footer-contact .content.second {
  display: table;
  table-layout: fixed;
  padding: 30px 50px;
  box-sizing: border-box;
  width: 100%;
}

.footer-contact .content.second .text-area,
.footer-contact .content.second .btn-area {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  white-space: nowrap;
}

.footer-contact .content.second .text-area p.tit {
  margin-bottom: 10px;
  color: #08207c;
  font-size: 22px;
  font-weight: bold;
}

.footer-contact .content.second.last {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .footer-contact .content {
    padding: 30px 15px 20px;
    border: 0;
  }
  .footer-contact .content:first-of-type {
    margin-bottom: 15px;
    padding-bottom: 30px;
  }
  .footer-contact .content .link-btn {
    max-width: 330px;
    width: 100%;
    margin: 0 auto;
    line-height: 56px;
  }
  .footer-contact .content.second {
    display: block;
    padding: 30px 25px;
  }
  .footer-contact .content.second .text-area,
  .footer-contact .content.second .btn-area {
    display: block;
    width: 100%;
    white-space: normal;
    font-size: 14px;
    line-height: 1.6;
  }
  .footer-contact .content.second .text-area {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .footer-contact .content.second .text-area p.tit {
    margin-bottom: 8px;
    font-size: 18px;
  }
  .footer-contact .content.second.last .text-area br {
    display: none;
  }
}

.footer-contact .lead {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .footer-contact .lead {
    margin-bottom: 10px;
    font-size: 16px;
    line-height:1.6;
  }
}

/* sbiページ用 */
.footer-contact .bg-red {
  background: #FFF1F1;
  padding: 15px;
  font-size: 16px;
}
.footer-contact .bg-red .bold {
  font-weight: bold;
}
.footer-contact .split h2 {
  color: #333333;
}
.footer-contact .split .contact-link {
  float: none;
  width: auto;
  margin: 30px auto 0;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-contact .split .contact-link .link-btn {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  /* margin: 0 45px 0 0; */
  margin: 0;
}
.footer-contact .split .contact-link .link-btn::before,
.footer-contact .split .contact-link .link-btn::after {
  content: none;
}
.footer-contact .split .contact-link .telephone {
  margin: 0 auto;
}
.footer-contact .content.second .text-area h3.split-reserve {
  color: #000;
}
.footer-contact .split-text {
  max-width: 413px;
  white-space: wrap;
}
@media (max-width: 768px) {
  .footer-contact .bg-red {
    line-height: 1.6;
  }
  .footer-contact .split .contact-link {
    display: block;
    margin-top: 20px;
  }
  .footer-contact .split .contact-link .link-btn {
    margin: 20px auto 0;
  }
}

/* contact-link */

.contact-link {
  float: left;
  position: relative;
  width: 408px;
  height: 180px;
}

.contact-link:last-of-type {
  float: right;
}

.contact-link:last-of-type p {
  font-size: 14px;
  line-height: 1.6em;
  text-align: center;
}

@media (max-width: 768px) {
  .contact-link {
    float: none;
    margin-bottom: 22px;
    width: 100%;
    height: auto;
  }
  .contact-link:last-of-type {
    float: none;
    margin-bottom: 0;
  }
  .contact-link:last-of-type p {
    padding: 0 10px;
    margin-bottom: 10px;
    text-align: left;
  }
  .contact-link:last-of-type p br {
    display: none;
  }
}

.contact-link h3 {
  margin-bottom: 20px;
  padding: 7px 0 6px;
  background: #717586;
  color: #fff;
  text-align: center;
}

@media (max-width: 768px) {
  .contact-link h3 {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: normal;
  }
}

.contact-link .link-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (max-width: 768px) {
  .contact-link .link-btn {
    position: relative;
  }
}

.contact-link .telephone {
  display: table;
  margin: 0 auto 20px;
}

.contact-link .telephone .number {
  display: block;
  float: left;
  margin-right: 10px;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 30px;
}

.contact-link .telephone .number:before {
  content: '';
  display: inline-block;
  position: relative;
  top: 5px;
  margin-right: 5px;
  background: url(../images/common/img_telno-contact-pc.png) 0 50% no-repeat scroll;
  background-size: contain;
  width: 27px;
  height: 33px;
}

.contact-link .telephone .number a {
  text-decoration: none;
  color: #08207c;
}

.contact-link .telephone .link-sp {
  display: none;
}

.contact-link .telephone .available-time {
  display: block;
  float: left;
  margin-top: 2px;
  color: #08207c;
  font-size: 12px;
  line-height: 1.5em;
}

@media (max-width: 768px) {
  .contact-link .telephone {
    display: block;
    position: relative;
    margin: 0 10px 10px;
    padding: 12px 10px 10px;
    border: 1px solid #08207c;
    border-radius: 5px;
    text-align: center;
  }
  .contact-link .telephone .number {
    float: none;
    margin-bottom: 6px;
  }
  .contact-link .telephone .number:before {
    top: 2px;
    width: 21px;
    height: 25px;
  }
  .contact-link .telephone .link-sp {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/common/icon_arrow-footer-tel-sp.png) calc(100% - 10px) 50% no-repeat scroll;
    background-size: 5px 9px;
    width: 100%;
    height: 100%;
  }
  .contact-link .telephone .available-time {
    float: none;
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
  }
}

.btn_pagetop a {
  display: block;
  padding: 30px 0 28px;
  background: #2c2c2c;
  border-bottom: 1px solid #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .05em;
  color: #fff;
  text-decoration: none;
}

.btn_pagetop a:hover {
  background: #08207c;
}

.btn_pagetop a span {
  position: relative;
}

.btn_pagetop a span:before {
  content: '';
  display: inline-block;
  position: relative;
  top: -1px;
  margin-right: 12px;
  background: url(../images/common/icon_arrow-pagetop-pc.png) 0 50% no-repeat scroll;
  background-size: contain;
  width: 23px;
  height: 13px;
}

@media (max-width: 768px) {
  .btn_pagetop a {
    padding: 14px 0 12px;
    font-size: 13px;
  }
  .btn_pagetop a:hover {
    background: #2c2c2c;
  }
  .btn_pagetop a span {
    position: relative;
  }
  .btn_pagetop a span:before {
    content: '';
    top: -1px;
    margin-right: 12px;
    width: 16px;
    height: 10px;
  }
}

footer.footer-common {
  background: #08207c;
  color: #fff;
  text-align: center;
  font-family: YuGothic, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  padding: 0;
}

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

footer.footer-common li {
  padding: 0;
  margin-bottom: 0;
}

footer.footer-common .contact-info {
  background: #01125500;
  border-bottom: 0.5px #FFFFFF solid;
}

@media (max-width: 768px) {
  footer.footer-common .contact-info {
    position: relative;
    border-bottom: 1px solid #fff;
  }
}

footer.footer-common .contact-info .link-sp {
  display: none;
}

@media (max-width: 768px) {
  footer.footer-common .contact-info .link-sp {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/common/icon_arrow-link-white-sp.png) calc( 100% - 10px) 50% no-repeat scroll;
    background-size: 6px 9px;
    width: 100%;
    height: 100%;
  }
}

footer.footer-common .contact-info-inner {
  display: table;
  margin: 0 auto;
  padding: 30px 0 28px;
}

@media (max-width: 768px) {
  footer.footer-common .contact-info-inner {
    display: block;
    padding: 12px 0 8px;
  }
}

footer.footer-common .contact-info-inner .title,
footer.footer-common .contact-info-inner .telephone-num,
footer.footer-common .contact-info-inner .subinfo {
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 768px) {
  footer.footer-common .contact-info-inner .title,
  footer.footer-common .contact-info-inner .telephone-num,
  footer.footer-common .contact-info-inner .subinfo {
    display: block;
  }
}

footer.footer-common .contact-info-inner .title {
  font-size: 18px;
  letter-spacing: .05em;
  font-weight: 700;
}

@media (max-width: 768px) {
  footer.footer-common .contact-info-inner .title {
    font-size: 14px;
    font-weight: normal;
  }
}

footer.footer-common .contact-info-inner .telephone-num {
  padding: 0 10px 8px 20px;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 32px;
  letter-spacing: .05em;
}

footer.footer-common .contact-info-inner .telephone-num a {
  position: relative;
  text-decoration: none;
  color: #fff;
}

footer.footer-common .contact-info-inner .telephone-num a:before {
  content: '';
  display: inline-block;
  position: relative;
  top: 4px;
  margin-right: 5px;
  background: url(../images/common/img_telno-footer-pc.png) 0 50% no-repeat scroll;
  background-size: contain;
  width: 26px;
  height: 32px;
}

@media (max-width: 768px) {
  footer.footer-common .contact-info-inner .telephone-num {
    padding: 0 0 10px;
  }
}

footer.footer-common .contact-info-inner .subinfo {
  padding-bottom: 6px;
  font-size: 12px;
  line-height: 1.5em;
  text-align: left;
}

@media (max-width: 768px) {
  footer.footer-common .contact-info-inner .subinfo {
    text-align: center;
  }
}

footer.footer-common .footer-container {
  max-width: 1440px;
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 5vw 75px;
  box-sizing: border-box;
}
@media (min-width: 1440px) {
  footer.footer-common .footer-container {
  padding: 0 70px 75px;
}
}
@media (max-width: 768px) {
  footer.footer-common .footer-container {
  display: block;
  padding: 0;
}
}
footer.footer-common .footer-nav {
  padding: 70px 0 0;
}
footer.footer-common .sns {
  text-align: center;
  padding: 40px 0 0;
}
footer.footer-common .sns a {
  display: inline-block;
  margin: 0 10px;
}
footer.footer-common .site-logo {
  padding-bottom: 25px;
  text-align: left;
  width: 100%;
  max-width: 600px;
}
footer.footer-common .site-logo img {
  display: block;
  width: 100%;
  max-width: 300px;
}
footer.footer-common .site-logo + .footer-nav {
  padding: 0;
}

footer.footer-common .footer-nav {
  flex: 1;
  max-width: 600px;
  width: 100%;
  min-width: 490px;
  letter-spacing: 0;
}

footer.footer-common .footer-nav ul {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(6, auto);
  max-height: 210px;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 768px) {
  footer.footer-common .site-logo {
  display: none;
}
  footer.footer-common .footer-nav {
  width: 100%;
}
  footer.footer-common .footer-nav ul {
  display: block;
  max-height: inherit;
}
footer.footer-common .footer-nav li {
  width: 100%;
}
}
footer.footer-common .footer-nav li {
  width: 100%;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  line-height: 35px;
}

footer.footer-common .footer-sub {
 width: 100%;
 max-width: 600px;
}
@media (max-width: 768px) {
  footer.footer-common .footer-sub {
    width: 100%;
}
}
footer.footer-common .footer-nav + .info-area .footer-sub {
 width: 100%;
}


footer.footer-common .footer-sub .footer-nav-list {
  display: flex;
  flex-wrap: wrap;
  letter-spacing: -.04em;
  text-align: left;
  overflow: hidden;
  margin-left: -20px;
}
@media (max-width: 768px) {
  footer.footer-common .footer-sub .footer-nav-list {
  display: block;
  margin: 0;
}
}

footer.footer-common .footer-sub .footer-nav-item {
  display: inline-block;
  margin-left: -1px;
  letter-spacing: 0;
  padding-top: 5px;
}
footer.footer-common .footer-sub .footer-nav-item a {
  font-size: 16px;
  padding: 0 20px;
  line-height: 1;
  display: inline-block;
  border-left: .5px #fff solid;
}
@media (max-width: 768px) {
  footer.footer-common .footer-sub .footer-nav-item {
  display: block;
  line-height: 35px;
  padding: 0;
  margin-bottom: 0;
  border-left: 0;
}
footer.footer-common .footer-sub .footer-nav-item a {
  font-size: 14px;
  padding: 14px 15px 14px 0;
    box-sizing: border-box;
    border: 0;
    background: url(../images/common/icon_arrow-link-white-sp.png) calc( 100% - 10px) 50% no-repeat scroll;
    background-size: 6px 9px;
    height: 100%;
    font-size: 14px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
}



footer.footer-common .footer-sub li:last-child a,
footer.footer-common .footer-sub .footer-nav-item:last-child a,
footer.footer-common .footer-sub .footer-nav-br a {
  border-right: 0;
}

footer.footer-common .footer-nav a,
footer.footer-common .footer-sub a {
  text-decoration: none;
  color: #fff;
  line-height: 1em;
}

footer.footer-common .footer-sub a:hover,
footer.footer-common .footer-nav a:hover, footer.footer-common .footer-nav a:active {
  text-decoration: underline;
}

footer.footer-common .footer-nav a.blank {
  opacity: .5;
}

footer.footer-common .footer-nav.sub {
  padding: 38px 0;
}
footer.footer-common .pri-logo {
  position: relative;
}
footer.footer-common .pri-logo .img {
  display: inline-block;
  position: absolute;
  right: 50px;
  bottom: 0;
}
footer.footer-common .pri-logo .img a {
  display: block;
  border-radius: 1000px;
  background: rgba(255,255,255,1);
  padding: 8px 11px 12px 9px;
}
footer.footer-common .pri-logo .img a:hover {
  opacity: 0.8;
}
footer.footer-common .pri-logo img {
  font-size: 0;
  vertical-align: bottom;
  width: 70px;
}

footer.footer-common .footer-nav.footer-nav-add {
  padding-bottom: 0;
  font-size: 12px;
}
@media (max-width: 1399px) {
  footer.footer-common .pri-logo {
    text-align: center;
    padding: 0 0 20px;
  }
  footer.footer-common .pri-logo .img {
    position: static;
  }
}

@media (max-width: 768px) {
  footer.footer-common .footer-nav {
    display: block;
    max-width: inherit;
    min-width: inherit;
    padding: 20px 25px;
    font-size: 13px;
    box-sizing: border-box;
    border-bottom: 0.5px #fff solid;
  }
  footer.footer-common .footer-nav ul,
  footer.footer-common .footer-nav .footer-nav-list {
    /* letter-spacing: 0; */
    /* zoom: 1; */
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
  }
  footer.footer-common .site-logo {
    padding: 0;
    border-bottom: #fff solid 1px;
  }
  footer.footer-common .site-logo a {
    display: block;
    padding: 12px 0;
  }
  footer.footer-common .site-logo img {
    width: 50%;
    max-width: 260px;
    height: auto;
    vertical-align: bottom;
  }
  /* footer.footer-common .footer-nav ul:after {
    content: '';
    display: block;
    clear: both;
  } */
  footer.footer-common .footer-nav li,
  footer.footer-common .footer-nav .footer-nav-item {
    display: block;
    /* float: left; */
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    line-height: 35px;
  }
  footer.footer-common .footer-nav li:nth-child(2n),
  footer.footer-common .footer-nav .footer-nav-even {
    border-right: 0;
  }
  footer.footer-common .footer-nav a {
    display: block;
    padding: 14px 15px 14px 0;
    box-sizing: border-box;
    border: 0;
    background: url(../images/common/icon_arrow-link-white-sp.png) calc( 100% - 10px) 50% no-repeat scroll;
    background-size: 6px 9px;
    height: 100%;
    font-size: 14px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  footer.footer-common .footer-nav a:active {
    text-decoration: none;
  }
  footer.footer-common .footer-nav.sub {
    border-top: 1px solid #fff;
    margin: 25px 0 15px;
    padding: 0;
  }
  footer.footer-common .footer-nav.sub li.footer-nav-full,
  footer.footer-common .footer-nav.sub .footer-nav-item.footer-nav-full {
    clear: both;
    border-right: 0;
    width: 100%;
  }
  footer.footer-common .footer-nav.footer-nav-add {
    margin: 0;
    border-top: 0;
    font-size: inherit;
  }

  footer.footer-common .footer-nav-bottom br {
    display: none;
  }
}

footer.footer-common .footer-nav + .info-area {
  width: calc(100% / 2 - 50px);
  max-width: inherit;
  padding: 70px 0 0;
  margin: 0;
  font-size: 12px;
  line-height: 1.8em;
  letter-spacing: 0;
}
footer.footer-common .info-area {
  width: 100%;
  max-width: 1440px;
  padding: 70px 70px 75px;
  margin: 0 auto;
  font-size: 12px;
  line-height: 1.8em;
  letter-spacing: 0;
  box-sizing: border-box;
}

footer.footer-common .info-area .wrapper {
  position: inherit;
  width: 100%;
  max-width: 600px;
  min-width: inherit;
  margin: 0;
  padding: 0;
  padding-bottom: 25px;
}
@media (max-width: 768px) {
  footer.footer-common .info-area .wrapper {
  width: 100%;
}
}
footer.footer-common .footer-nav + .info-area .wrapper {
  position: inherit;
  width: 100%;
  min-width: inherit;
  margin: 0;
  padding: 0;
  padding-bottom: 25px;
}
.info-area .wrapper .disclaimer_text {
  font-size: 16px;
  line-height: 25px;
  text-align: left;
}
@media (max-width: 768px) {
  .info-area .wrapper .disclaimer_text {
  font-size: 13px;
  line-height: 1.625em;
  text-align: left;
}
}

footer.footer-common .info-area p + p {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .info-area,
  footer.footer-common .footer-nav + .info-area {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 30px 25px 20px;
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
  }
}

footer.footer-common .copyright {
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 1.625em;
  letter-spacing: .05em;
}

@media (max-width: 768px) {
  footer.footer-common .copyright {
    padding: 0 0 5px;
    font-size: 10px;
  }
}

/* お知らせの表示枠スタイル(TOP,お知らせ一覧で共有) ================================= */
.link-list {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .link-list {
    margin-bottom: 20px;
  }
}

.link-list li {
  border-bottom: 1px solid #d2d2d2;
}

.link-list li:first-child {
  border-top: 1px solid #d2d2d2;
}

.link-list a {
  display: block;
  padding: 30px 50px 28px 20px;
  background: transparent url(../images/common/icon_link-arrow-blue2.png) calc( 100% - 20px) 80% no-repeat scroll;
  background-size: 13px 14.5px;
  color: #333;
  text-decoration: none;
}

.link-list a:hover {
  background-color: rgba(8, 32, 124, 0.05);
}

@media (max-width: 768px) {
  .link-list a {
    padding: 10px 30px 10px 14px;
    background: transparent url(../images/common/icon_arrow-link-blue-sp.png) 100% 50% no-repeat scroll;
    background-size: 6px 9px;
    text-overflow: clip;
    white-space: normal;
  }
}

.link-list .text-area {
  float: left;
  position: relative;
  top: 2px;
}

@media (max-width: 768px) {
  .link-list .text-area {
    top: 5px;
    width: 60%;
    line-height: 1.6em;
  }
}

.link-list .subtitle {
  display: block;
  font-size: 14px;
  color: #08207c;
  font-weight: 700;
  letter-spacing: 0;
}

.link-list .subtitle:before {
  content: '';
  display: inline-block;
  position: relative;
  border: 3px solid #08207c;
  margin-right: 5px;
  border-radius: 50%;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
}

@media (max-width: 768px) {
}

span.cat {
  display: inline-block;
  padding: 0 7px;
  margin-right: 30px;
  border: 1px solid #08207c;
  box-sizing: border-box;
  width: 160px;
  font-size: 12px;
  line-height: 20px;
  color: #08207c;
  text-align: center;
}

@media (max-width: 768px) {
  span.cat {
    margin-right: 0;
    margin-bottom: 5px;
    width: 140px;
    font-size: 11px;
    line-height: 16px;
  }
}

.info-thumb {
  display: block;
  float: left;
  padding: 12px 0;
  margin: 0 15px 0 0;
}

@media (max-width: 768px) {
  .info-thumb {
    padding: 10px 0;
  }
}

@media (max-width: 320px) {
  .info-thumb {
    margin-right: 10px;
    width: 85px;
    height: auto;
  }
}

@-moz-document url-prefix() {
  span.cat {
    position: relative;
    top: -1px;
    padding-top: 2px;
  }
}

.seminar-info-box {
  padding: 10px 28px 30px;
  border: 2px solid #08207c;
  box-sizing: border-box;
  position: relative;
}

@media (max-width: 768px) {
  .seminar-info-box {
    padding: 10px 15px 20px;
  }
}

.seminar-info-box p {
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .seminar-info-box p {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 1.8;
  }
}

.seminar-info-box .ribbon {
  position: absolute;
  top: -10px;
  right: 30px;
  background: url(../images/introduction/img_ribbon.png) 0 0 no-repeat scroll;
  background-size: contain;
  box-sizing: border-box;
  padding: 16px 8px 0 0;
  width: 86px;
  height: 90px;
  text-align: center;
  font-weight: 700;
  color: #fff;
  line-height: 1.3em;
}

@media (max-width: 768px) {
  .seminar-info-box .ribbon {
    top: -16px;
    right: -12px;
    padding: 8px 0 0 4px;
    background: url(../images/introduction/img_ribbon-sp.png) 0 0 no-repeat scroll;
    background-size: contain;
    width: 95px;
    height: 38px;
  }
}

.seminar-info-box h4 {
  padding: 3px 0 0 24px;
  background: url(../images/common/img_head-triangle.svg) 0 0 no-repeat scroll;
  background-size: auto 50px;
  font-size: 24px;
  color: #08207c;
  line-height: 50px;
}

@media (max-width: 768px) {
  .seminar-info-box h4 {
    margin-bottom: 5px;
    padding: 10px 0 0 20px;
    background-size: auto 40px;
    font-size: 18px;
    line-height: 1.5em;
  }
}

.seminar-info-box .link-btn {
  width: 280px;
}

@media (max-width: 768px) {
  .seminar-info-box .link-btn {
    width: 65%;
  }
}

.online-box {
  box-sizing: border-box;
  position: relative;
}

@media (max-width: 768px) {
  .online-box {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .online-box .hidden-xs {
    display: none;
  }
}

.online-box .ribbon {
  position: absolute;
  top: -10px;
  right: 30px;
  background: url(../images/introduction/img_ribbon.png) 0 0 no-repeat scroll;
  background-size: contain;
  box-sizing: border-box;
  padding: 16px 8px 0 0;
  width: 86px;
  height: 90px;
  text-align: center;
  font-weight: 700;
  color: #fff;
  line-height: 1.3em;
}

@media (max-width: 768px) {
  .online-box .ribbon {
    top: -16px;
    right: -12px;
    padding: 8px 0 0 4px;
    background: url(../images/introduction/img_ribbon-sp.png) 0 0 no-repeat scroll;
    background-size: contain;
    width: 95px;
    height: 38px;
  }
}

.online-box .online-title {
  font-size: 28px;
  font-weight: normal;
  line-height: 50px;
  letter-spacing: 0.8px;
  color: #fff;
  padding: 0 18px;
  margin-bottom: 27px;
  background: #08207c;
}

@media (max-width: 768px) {
  .online-box .online-title {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

.online-box .online-content {
  position: relative;
  clear: both;
  overflow: hidden;
}

.online-box img {
  margin-right: 47px;
  float: left;
  border-radius: 5px;
}

@media (max-width: 768px) {
  .online-box img {
    margin-bottom: 10px;
    margin-right: 0;
    float: inherit;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}

.online-box .online-content-block {
  padding-left: 407px;
  width: 510px;
}

@media (max-width: 768px) {
  .online-box .online-content-block {
    padding-left: 0;
    width: 100%;
  }
}

.online-box .online-content-title {
  padding: 3px 0 0 24px;
  background: url(../images/common/img_head-triangle.svg) 0 0 no-repeat scroll;
  background-size: auto 45px;
  font-size: 20px;
  color: #08207c;
  line-height: 45px;
  letter-spacing: 0.8px;
}

@media (max-width: 768px) {
  .online-box .online-content-title {
    padding: 10px 0 10px 20px;
    margin-bottom: 5px;
    background-size: auto 35px;
    font-size: 16px;
    line-height: 1.4em;
  }
}

.online-box .online-content-text {
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .online-box .online-content-text {
    font-size: 16px;
    line-height: 25.2px;
    letter-spacing: 0;
    margin-bottom: 22px;
  }
}

.online-box .online-hours {
  display: table;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.5em;
  color: #08207c;
}

@media (max-width: 768px) {
  .online-box .online-hours {
    margin-bottom: 10px;
  }
}

.online-box .online-hours .online-hours-title {
  display: table-cell;
  vertical-align: top;
  width: 110px;
  font-size: 12px;
  letter-spacing: 0;
  padding-right: 5px;
}

.online-box .online-hours .online-hours-title span {
  display: inline-block;
  padding: 3px 10px;
  background: #08207c;
  color: #fff;
  line-height: 1em;
  font-size: 14px;
}

.online-box .online-hours .online-hours-detail {
  display: table-cell;
  vertical-align: top;
  font-weight: 700;
}

@media (max-width: 768px) {
  .online-box .online-hours .online-hours-detail {
    font-size: 90%;
  }
}

.online-box .online-hours .online-hours-detail .time {
  margin-right: 20px;
  font-size: 15px;
}

@media (max-width: 768px) {
  .online-box .online-hours .online-hours-detail .time {
    display: block;
    margin-bottom: 5px;
  }
}

.online-box .online-button {
  padding-left: 390px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 510px;
}
.online-box .online-button .link-btn {
  max-width: 360px;
  width: 100%;
  border: 2px solid #eb7f00;
  border-radius: 25px;
  line-height: 50px;
}
.online-box .online-button .link-btn .arrow {
  height: 50px;
}
.online-box .online-button .link-btn .arrow::after {
  width: 7px;
  height: 12px;
  top: 50%;
  right: 19px;
  transform: translateY(-50%);
}
.online-box .online-button .link-btn::before,
.online-box .online-button .link-btn::after {
  content: none;
}

@media (max-width: 768px) {
  .online-box .online-button {
    margin-top: 30px;
    padding-left: 0;
    position: relative;
    bottom: inherit;
    left: inherit;
  }
}

@media (max-width: 768px) {
  .online-box .online-button .link-btn {
    max-width: 340px;
    width: 100%;
    font-size: 16px;
  }
}

#seminar-attention {
  padding: 60px 0;
  font-size: 15px;
  line-height: 2.0;
  letter-spacing: 0;
}

@media (max-width: 768px) {
  #seminar-attention {
    font-size: 14px;
    line-height: 1.8;
    padding: 60px 0 60px;
  }
}

#seminar-attention .text + .text {
  margin-top: 25px;
}

@media (max-width: 768px) {
  #seminar-attention .text + .text {
    margin-top: 20px;
  }
}

.modal {
  width: 100%;
  max-width: 850px !important;
  display: none;
}

@media (max-width: 768px) {
  .modal {
    padding: 40px 20px !important;
  }
  .modal .hidden-xs {
    display: none;
  }
}

.modal .message {
  margin-bottom: 30px;
  font-size: 15px;
}

@media (max-width: 768px) {
  .modal .message {
    font-size: inherit;
  }
}

#ribbon_plaza {
    position: fixed;
    top: 310px!important;
    right: 0;
    z-index: 1000;
}

#ribbon_plaza li{
    margin-bottom: 2px;
}

@media (max-width: 768px) {
#ribbon_plaza {
    display: none;
  }
}

.henko {
    position: relative;
    padding: 5px;
    text-align: center;
    font-size: 14px;
}


.table-policy {
  font-size: 14px;
  line-height: 1.8;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.table-policy th {
  vertical-align: middle;
  background: #efefef;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .table-policy th {
    white-space: normal;
  }
}
.table-policy td {
  vertical-align: top;
}
.table-policy th,
.table-policy td {
  padding: 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.page-main-title-block {
  margin-bottom: 45px;
  padding: 0 15px;
  text-align: center;
  font-size: 28px;
  color: #08207c;
  font-weight: bold;
  letter-spacing: 2px;
}
@media (max-width: 768px) {
  .page-main-title-block {
    font-size: 20px;
  }
}
@media (min-width: 769px) {
  .page-main-title-block br {
    display: none;
  }
}

.page-form .page-main-title-block {
  margin-top: 70px;
}

.page-form .breadcrumbs + .page-main-title-block {
  margin-top: 0;
}
.header-common + .subpage .page-main-title-block {
  margin-top: 58px;
}
.header-common ~ .subpage.cancel .page-main-title-block {
  margin-top: 58px;
}

/* フッター ピックアップ ================================= */
.footer-section h2 {
    margin-bottom: 32px;
    text-align: center;
    font-size: 28px;
    line-height: 32px;
    color: #08207c;
}
.footer-section h2 .sub {
    display: block;
    color: #0068b7;
    font-weight: normal;
    font-size: 14px;
}
.footer-section.pickup {
  background: #eaf1f9;
  padding: 45px 0;
}
.footer-section .pickup-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 768px) {
  .footer-section .pickup-list {
    margin: 0 auto;
    max-width: 560px;
  }
}
.footer-section .pickup-list li {
  /* max-width: 100%; */
  margin: 0 15px 30px;
  flex-shrink: 0;
}
.footer-section .pickup-list img {
  max-width: 100%;
  height: auto;
  font-size: 0;
  vertical-align: bottom;
}
@media (max-width: 768px) {
  .footer-section .pickup-list li {
    width: 48%;
    margin: 0 1% 10px;
  }

  .footer-section .pickup-list-sp-full li {
    width: 98%;
    text-align: center;
  }
}

/* 特集 ================================= */
.feature-section {
  padding: 45px 0;
}
.feature-section .feature-tit {
  text-align: center;
  margin-bottom: 32px;
  font-size: 28px;
  line-height: 32px;
  color: #08207c;
}
.feature-section .feature {
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 30px;
}
.feature-section .feature li {
  max-width: 260px;
  margin: 0 20px 20px 0;
}
.feature-section .feature li:nth-child(3n) {
  margin-right: 0;
}
.feature-section .feature li img {
  font-size: 0;
  vertical-align: bottom;
}
@media (max-width: 768px) {
  .feature-section .feature-tit {
    padding: 42px 0 0;
  }
  .feature-section .feature li {
    max-width: 30%;
    margin: 0 1.5% 10px;
  }
  .feature-section .feature li img {
    width: 100%;
    height: auto;
  }
}

/* 投信プラザ改修 */

/*
header btn追加 ==============================
*/
.header-btn-area {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.cta-btn-wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 640px;
  margin: 0 auto;
}
.cta-btn-wrapper .cta-main-btn {
  margin: 0 10px 0 0;
}
.cta-btn-wrapper .cta-main-btn:last-of-type {
  margin: 0;
}
.cta-main-btn a.btn-top {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  border: 1px solid #eb7f00;
  border-radius: 40px;
  background: #eb7f00;
  background-size: 11px 19px;
  width: 180px;
  color: #fff;
  font-weight: 700;
  line-height: 43px;
  letter-spacing: 0.8px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  box-sizing: border-box;
}
.header-btn-area .header-btn + .mypage-btn {
  padding-left: 30px;
}
.header-btn-area .mypage-btn a,
.gnav-sp .mypage-btn a {
  font-size: 16px;
  font-weight: bold;
  line-height: 23px;
  letter-spacing: 0.8px;
  color: #ffffff;
  text-decoration: none;
  position: relative;
  padding-right: 25px;
}
.header-btn-area .mypage-btn a:hover,
.gnav-sp .mypage-btn a:hover {
  opacity: 0.8;
  transition: all 0.3s ease;
}
.header-btn-area .mypage-btn a:after,
.gnav-sp .mypage-btn a:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(../images/common/login_icon.png) 100% 100% / contain no-repeat;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  position: absolute;
}
@media (max-width: 768px) {
  .header-btn{
    display: none;
  }
  .header-btn-area .mypage-btn {
    display: none;
  }
  .header-btn-area .mypage-btn a {
    pointer-events: none;
  }
  .gnav-sp .mypage-btn {
    display: inline-block;
    margin-top: 30px;
  }
  .gnav-sp .mypage-btn a {
    padding: 0;
    padding-right: 25px;
  }
}
/* ボタンオレンジ */

a.btn-top.reserve:hover, a.btn-top.reserve:active {
  background: #fff;
  color: #eb7f00 !important;
}
a.btn-top.reserve:hover .arrow:after,
a.btn-top.reserve:active .arrow:after {
  content: '';
  background-image: url(../images/common/icon_btn-arrow-orange-pc.png);
}
a.btn-top .arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15.8px;
  width: 8px;
  height: 19px;
  margin: auto;
  background: url(../images/common/icon_btn-arrow-white-pc.png) 100% 50% / contain no-repeat scroll;
  transform: translateY(-50%);
  transition: 0.3s;
}
/* ボタン白色 */
a.btn-top.btn-top-white {
  background: #fff;
  color: #eb7f00;
  border-color: #eb7f00;
}
a.btn-top.btn-top-white:hover, a.btn-top.btn-top-white:active {
  background: #eb7f00;
  color: #fff !important;
}
a.btn-top .arrow-orange::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15.8px;
  width: 8px;
  height: 19px;
  margin: auto;
  background: url(../images/common/icon_btn-arrow-orange-pc.png) 100% 50% / contain no-repeat scroll;
  transform: translateY(-50%);
  transition: 0.3s;
}
a.btn-top.btn-top-white:hover .arrow-orange:after,
a.btn-top.btn-top-white:active .arrow-orange:after {
  content: '';
  background-image: url(../images/common/icon_btn-arrow-white-pc.png);
}
/* フローティングbtn */
#main-area .btn-wrapper,
.floating .btn-wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 640px;
  margin: 0 auto;
}
#main-area .main-btn{
  margin: 30px 0 0;
  text-align: center;
}
#main-area .main-btn a.link-btn,
.floating .main-btn a.link-btn {
  display: inline-block;
  width: 280px;
}
div.floating{
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  box-sizing: border-box;
  transition: all 0.3s ease .3s;
  z-index: 999;
  display: none;
}
div.floating.fixed{
  display: block;
  animation-name: fadein;
  animation-fill-mode:forwards;
  animation-duration:1s;
}
@media (max-width: 768px) {
  div.floating.fixed{
    display: none;
  }
}
div.floatingArea{
  padding: 20px 0;
  background: rgba(8,32,124,0.7);
  width: 100%;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* ボタン色白 */
a.link-btn.btn-white, button.link-btn.btn-white {
  background: #fff;
  color: #eb7f00;
  border-color: #eb7f00;
}
a.link-btn-white:before, a.link-btn-white:after, button.link-btn-white:before {
  content: '';
  display: block;
  position: absolute;
  border-top: 2px solid #eb7f00;
  border-left: 2px solid #eb7f00;
  background: #fff;
  -webkit-transition: all 0.3sease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3sease;
}
a.link-btn.link-btn-white:hover, a.link-btn.link-btn-white:active, button.link-btn.link-btn-white:hover, button.link-btn.link-btn-white:active {
  background: #eb7f00;
  color: #fff !important;
}
a.link-btn.reserve:hover .arrow:after, a.link-btn.reserve:active .arrow:after, button.link-btn.reserve:hover .arrow:after {
  content: '';
  background-image: url(../images/common/icon_btn-arrow-orange-pc.png);
}
a.link-btn .arrow-orange::after, button.link-btn .arrow-orange::after {
  content: "";
  background: url(../images/common/icon_btn-arrow-orange-pc.png) 100% 50% / contain no-repeat scroll;
}

a.link-btn.link-btn-white:hover, a.link-btn.link-btn-white:active, button.link-btn.link-btn-white:hover, button.link-btn.link-btn-white:active {
  background: #eb7f00;
  color: #fff !important;
}
a.link-btn-white:hover:before, a.link-btn-white:hover:after, a.link-btn-white:active:before, a.link-btn-white:active:after,
button.link-btn-white:hover:before,
button.link-btn-white:hover:after,
button.link-btn-white:active:before,
button.link-btn-white:active:after {
  background: #eb7f00 !important;
}
a.link-btn.btn-white:hover .arrow:after, a.link-btn.btn-white:active .arrow:after,
button.link-btn.btn-white:hover .arrow:after,
button.link-btn.btn-white:active .arrow:after {
  content: '';
  background-image: url(../images/common/icon_btn-arrow-white-pc.png);
}
.sp-floating-cta {
  display: none;
}
@media (max-width: 768px) {
  .sp-floating-cta {
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0;
    background: rgba(8, 32, 124, 0.7);
  }
  .sp-floating-cta .btn-wrapper {
    display: flex;
    padding: 10px 20px;
    justify-content: center;
    gap: 10px;
  }
  .sp-floating-cta .main-btn {
    width: 100%;
  }
  .sp-floating-cta .link-btn {
    width: 100%;
    border: 1px solid #EB7F00;
    border-radius: 25px;
    box-sizing: border-box;
    font-size: 16px;
  }
  .sp-floating-cta .link-btn span {
    height: 50px;
    line-height: 50px;
  }
  .sp-floating-cta .link-btn.reserve:hover {
    color: #EB7F00 !important;
    background: #ffffff;
  }
  .sp-floating-cta .link-btn .arrow-orange::after,
  .sp-floating-cta .link-btn .arrow::after{
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
  }
  .sp-floating-cta .link-btn::before,
  .sp-floating-cta .link-btn::after {
    content: none;
  }
}
