<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  text-align: left;
}

hr {
  display: none;
  line-height: 0;
  font-size: 0;
  padding: 0;
  margin: 0;
  border: none;
}

a {
  color: inherit;
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

address {
  font-style: normal;
}

img {
  border: none;
  width: auto;
  font-size: 0;
  line-height: 0;
}

table, tbody, tr, th, td {
  padding: 0;
  margin: 0;
  border: none;
  border-collapse: collapse;
}

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

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

figure {
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}

.clear:after, .clear:before {
  content: "";
  display: block;
  overflow: hidden;
  height: 0;
}

.clear:after {
  clear: both;
}

.clear {
  zoom: 1;
}

@keyframes anime__light {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

/*
	@keyframes anime__xxx__ptn01 {
	}
	*/
.anime__light {
  position: relative;
  overflow: hidden;
}

.anime__light:before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: anime__light 7s ease-in-out infinite;
  pointer-events: none;
}

html {
  font-size: 62.5%;
  font-family: 'メイリオ', 'Noto Sans', "游ゴシック Medium",YuGothic,YuGothicM,-apple-system,BlinkMacSystemFont,"Helvetica Neue","Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
  font-weight: 400;
}

body {
  font-size: 1.0em;
  line-height: 2;
  background: #fff;
  color: #333;
  position: relative;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 1px;
}

img {
  max-width: 100%;
}

p {
  line-height: 1.8;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.font-mc {
  font-family: 'Noto Serif JP', 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 500;
}

.font-gc {
  font-family: 'メイリオ', 'Noto Sans', "游ゴシック Medium",YuGothic,YuGothicM,-apple-system,BlinkMacSystemFont,"Helvetica Neue","Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
  font-weight: 400;
}

#main {
  font-size: 1.6rem;
}

.index .b-color {
  background: #0068b7;
}

.index .t-color {
  color: #0068b7;
}

.index .b-color-sub {
  background: #bacde5;
}

.index .t-color-sub {
  color: #bacde5;
}

.jh .b-color {
  background: #009040;
}

.jh .t-color {
  color: #009040;
}

.jh .b-color-sub {
  background: #cbe1d2;
}

.jh .t-color-sub {
  color: #cbe1d2;
}

.el .b-color {
  background: #e60012;
}

.el .t-color {
  color: #e60012;
}

.el .b-color-sub {
  background: #f5b8ba;
}

.el .t-color-sub {
  color: #f5b8ba;
}

.title40 {
  font-size: 4.0rem;
}

.title30 {
  font-size: 3.0rem;
}

.title26 {
  font-size: 2.6rem;
}

.txt16 {
  font-size: 1.6rem;
}

.txt13 {
  font-size: 1.3rem;
}

.txt11 {
  font-size: 1.1rem;
}

.txt-bg {
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: #f0ed01;
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
}

.c-tit01 {
  color: #fff;
  text-align: center;
  font-size: 3.6rem;
  margin: 0 0 30px;
}

.c-tit02 {
  font-size: 3.6rem;
  text-align: center;
  position: relative;
  margin: 0 0 30px;
}

.c-tit02 span {
  display: inline-block;
  background: #fff;
  padding: 0 .5em;
  z-index: 3;
  position: relative;
}

.c-tit02:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 100%;
  height: 5px;
  z-index: 2;
}

a {
  transition: opacity .3s ease 0s;
}

a.hover.ov {
  opacity: 0.5;
}

.index .c-tit02:before {
  background: #0068b7;
}

.jh .c-tit02:before {
  background: #009040;
}

.el .c-tit02:before {
  background: #e60012;
}

@media (max-width: 767px) {
  img {
    width: 100%;
    max-width: none;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .title40 {
    font-size: 3.0rem;
  }
  .title30 {
    font-size: 2.4rem;
  }
  .title26 {
    font-size: 2.2rem;
  }
  .txt16 {
    font-size: 1.6rem;
  }
  .txt13 {
    font-size: 1.3rem;
  }
  .txt11 {
    font-size: 1.1rem;
  }
  .c-tit01 {
    font-size: 2.6rem;
  }
  .c-tit02 {
    font-size: 2.6rem;
  }
}

.inner {
  width: 100%;
  max-width: 960px;
  min-width: 960px;
  margin: 0 auto;
  box-sizing: border-box;
}

.outer {
  width: 100%;
  max-width: 1180px;
  min-width: 960px;
  margin: 0 auto;
  box-sizing: border-box;
}

.wide {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

@media (max-width: 767px) {
  .wide,
  .outer,
  .inner {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0;
  }
}

.flex {
  display: flex;
}

.cv-area {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #fff;
  padding: 20px 0;
  z-index: 99;
}

.cv-area ul {
  font-size: 1.6rem;
  font-weight: bold;
}

.cv-area li {
  width: 100%;
  margin-right: 5px;
}

.cv-area li.none {
  margin-right: 0;
}

.cv-area li a {
  transition: opacity .3s ease 0s;
  padding: .75em 1em;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cv-area li a.hover.ov {
  opacity: 0.5;
}

.cv-area .btn-tel a {
  background: #009040;
  color: #fff;
}

.cv-area .btn-contact a {
  background: #0068b7;
}

.cv-area span:nth-of-type(1) {
  line-height: 1;
}

.cv-area svg:not(:root).svg-inline--fa {
  font-size: 2rem;
  margin: 0 8px 0 0;
}

.cv-area svg:not(:root).svg-inline--fa.fa-phone {
  transform: scaleX(-1);
}

.cv-area.online__footer__btn {
  padding: 0;
}

.cv-area.online__footer__btn div.flex {
  justify-content: center;
  align-items: center;
}

.cv-area.online__footer__btn ul.flex {
  justify-content: center;
}

.cv-area.online__footer__btn p.txt {
  margin: 0 0 4px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}

.cv-area.online__footer__btn div.btn__box01 {
  width: 670px;
  padding: 15px 0 20px;
}

.cv-area.online__footer__btn div.btn__box01 li {
  width: 310px;
}

.cv-area.online__footer__btn div.btn__box02 {
  width: 570px;
  padding: 15px 0 20px;
}

.cv-area.online__footer__btn div.btn__box02 li {
  width: 510px;
}

.cv-area.online__footer__btn div.btn__box02 li a span {
  width: 24px;
  margin: 0 9px 0 0;
}

.btn-gotop {
  font-size: 4.0rem;
  width: 2em;
  line-height: 2;
  color: #fff;
  background: #cccccc;
  text-align: center;
  border-radius: 100%;
  position: fixed;
  bottom: 110px;
  right: 10px;
  z-index: 98;
  opacity: 0;
  transition: opacity .4s ease;
  cursor: pointer;
}

.btn-gotop.on {
  opacity: 1;
}

.btn-gotop.ov {
  opacity: .7;
  cursor: pointer;
}

@media (max-width: 767px) {
  .cv-area {
    box-sizing: border-box;
    padding: 3.125%;
  }
  .cv-area ul {
    font-size: 1.2rem;
  }
  .cv-area li {
    display: flex;
    align-items: stretch;
    margin-right: 3%;
  }
  .cv-area li:last-child {
    margin-right: 0;
  }
  .cv-area li a {
    line-height: 1.2;
    padding: 1em .25em;
    width: 100%;
  }
  .cv-area.online__footer__btn {
    padding: 0;
  }
  .cv-area.online__footer__btn div.flex {
    flex-direction: column;
  }
  .cv-area.online__footer__btn ul.flex {
    justify-content: center;
  }
  .cv-area.online__footer__btn p.txt {
    margin: 0 0 1px;
    padding: 0 2.66667%;
    font-size: 1.2rem;
  }
  .cv-area.online__footer__btn div.btn__box01 {
    width: 100%;
    padding: 8px 0;
  }
  .cv-area.online__footer__btn div.btn__box01 ul {
    padding: 0 2.66667%;
  }
  .cv-area.online__footer__btn div.btn__box01 li {
    width: 48.73239%;
  }
  .cv-area.online__footer__btn div.btn__box02 {
    width: 100%;
    padding: 8px 0;
  }
  .cv-area.online__footer__btn div.btn__box02 ul {
    padding: 0 2.66667%;
  }
  .cv-area.online__footer__btn div.btn__box02 li {
    width: 100%;
  }
  .cv-area.online__footer__btn div.btn__box02 li p {
    width: 100%;
  }
  .cv-area.online__footer__btn div.btn__box02 li a span {
    width: 20px;
    margin: 0 9px 0 0;
  }
  .btn-gotop {
    font-size: 2.0rem;
    width: 2em;
    bottom: 10rem;
    right: 3.125%;
  }
}

header {
  box-sizing: border-box;
  background: #fff;
  padding: 5px 0;
}

header h1 {
  font-size: 0;
  line-height: 0;
}

header .flex {
  justify-content: space-between;
  align-items: center;
}

header .flex .flex {
  justify-content: flex-end;
}

header div.flex a.flex {
  display: flex;
  justify-content: flex-end;
}

header div.tel-btn {
  width: 52px;
  margin: 0 8px 0 0;
  display: block;
  text-align: center;
  padding: 0.65em 0em;
  color: #fff;
  background-color: #009040;
  font-size: 2.3rem;
  transform: scaleX(-1);
  line-height: 1;
}

header .title30 {
  font-weight: bold;
}

header .btn {
  margin-left: 20px;
}

header .btn a {
  background: #0068b7;
  color: #fff;
  display: block;
  text-align: center;
  font-weight: bold;
  padding: .75em 1.25em;
  display: flex;
  align-items: center;
}

header .btn a span {
  font-size: 3rem;
  margin: 0px 8px 0 0;
  line-height: 1;
}

@media (max-width: 767px) {
  header {
    padding: 2.8169% 2.8169%;
  }
  header h1 {
    width: 28.16901%;
    margin: 0 3% 0 0;
  }
  header .flex {
    justify-content: flex-start;
  }
  header .flex .flex {
    justify-content: space-between;
    width: 53.52113%;
  }
  header div.flex a.flex {
    display: block;
    width: 27.36842%;
  }
  header div.tel-btn {
    width: auto;
    margin: 0 4% 0 0;
    display: block;
    text-align: center;
    padding: 0.65em 0em;
    color: #fff;
    background-color: #009040;
    font-size: 2.3rem;
  }
  header .title30 {
    font-weight: bold;
  }
  header .btn {
    margin-left: 0;
    width: 68.42105%;
  }
  header .btn a {
    font-size: 1.2rem;
    padding: 1.3em .5em;
    justify-content: center;
  }
  header .btn a span {
    font-size: 2rem;
    margin: 0px 3% 0 0;
  }
  .menu {
    background: #fff;
    width: 13.33333%;
    height: 0;
    padding: 13.33333% 0 0;
    font-size: 0;
    line-height: 0;
    position: fixed;
    box-sizing: border-box;
    border: 1px solid #ccc;
    cursor: pointer;
    top: 0;
    margin: 3% 0 0;
    right: 2%;
    z-index: 99;
  }
  .menu span,
  .menu:after,
  .menu:before {
    display: block;
    width: 57.89474%;
    padding: 7.36842% 0 0;
    height: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #333333;
    transition: top .3s ease .3s,bottom .3s ease .3s,width .3s ease .3s,transform .3s ease 0s;
  }
  .menu.on span,
  .menu.on:after,
  .menu.on:before {
    transition: top .3s ease 0s,bottom .3s ease 0s,width .3s ease 0s,transform .3s ease .3s;
  }
  .menu:after,
  .menu:before {
    content: "";
  }
  .menu:after {
    top: 40%;
  }
  .menu:before {
    bottom: 40%;
  }
  .menu.on span {
    width: 0;
  }
  .menu.on:after {
    top: 0;
    transform: rotate(45deg);
  }
  .menu.on:before {
    bottom: 0;
    transform: rotate(-45deg);
  }
}

footer {
  padding: 90px 0 150px;
  background: #f8f8f8;
  font-size: 1.6rem;
}

footer dl {
  margin: 0 0 40px;
}

footer dt {
  font-size: 0;
  line-height: 0;
  text-align: center;
  margin: 0 0 40px;
}

footer dd p.txt {
  text-align: center;
  margin: 0 0 20px;
}

footer dd p small {
  font-size: 1.3rem;
}

footer dd p.tel {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px;
}

footer dd .fa-phone {
  margin-right: .5em;
}

footer .copy {
  font-size: 1.1rem;
  text-align: center;
}

@media (max-width: 767px) {
  footer {
    padding: 10% 2.66667% 35%;
  }
  footer dl {
    margin: 0 0 6%;
  }
  footer dt {
    width: 42.25352%;
    margin: 0 auto 6%;
  }
  footer dd p.txt {
    margin: 0 0 6%;
  }
  footer dd p.txt small {
    display: block;
    text-align: center;
  }
  footer dd p.tel {
    margin: 0 0 4%;
  }
  footer dd .fa-phone {
    margin-right: .5em;
  }
}

.visual .bg {
  background: #333;
  font-size: 0;
  line-height: 0;
}

.visual .btn {
  width: 81.25%;
  margin: 40px auto 0;
  border-radius: 100px;
  overflow: hidden;
  border-top: 2px solid #fd858f;
  border-bottom: 5px solid #830510;
}

.visual .btn a {
  display: block;
  text-align: center;
  background: linear-gradient(to bottom, #fb0011 0%, #cf0001 100%);
  font-weight: bold;
  color: #fffd02;
  padding: .5em 0;
  line-height: 1.5;
}

.visual .btn a small {
  color: #fff;
  display: block;
  text-align: center;
  font-size: 2.6rem;
}

.visual .btn a small.fs__txt__23 {
  font-size: 2.3rem;
}

.visual .btn a small.fs__txt__2 {
  font-size: 2rem;
}

.visual .btn a small.fs__txt__16 {
  font-size: 1.6rem;
}

.visual .txt {
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  margin: 70px auto 0;
}

@media (max-width: 767px) {
  .visual .btn {
    width: 94.66667%;
    margin: 6% auto 0;
    border-radius: 15px;
  }
  .visual .btn a {
    font-size: 2.6rem;
  }
  .visual .btn a small {
    font-size: 1.6rem;
  }
  .visual .btn a small.fs__txt__23 {
    font-size: 1.4rem;
  }
  .visual .btn a small.fs__txt__2 {
    font-size: 1.2rem;
  }
  .visual .btn a small.fs__txt__16 {
    font-size: 1rem;
  }
  .visual .txt {
    font-size: 2.4rem;
    margin: 10% auto 0;
    /*text-align:left;*/
    padding: 0 2.66667%;
  }
  .visual b {
    display: block;
    text-align: center;
  }
}

.visual-txt {
  padding: 0 0 25px;
}

.visual-txt .txt {
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  margin: 70px auto 0;
}

@media (max-width: 767px) {
  .visual-txt {
    padding: 0 0 3%;
  }
  .visual-txt .txt {
    display: block;
    text-align: center;
    font-size: 2.4rem;
    margin: 0 auto;
    /*text-align:left;*/
    padding: 0 2.66667%;
  }
  .visual-txt .txt span {
    display: block;
    text-align: center;
  }
}

.cv-box {
  padding: 25px 0;
  margin: 0 0 20px;
}

.cv-box div.flex .flex {
  align-items: center;
  margin: 0 116px 0 0;
}

.cv-box dt {
  font-size: 3rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 15px 15px 0 0;
}

.cv-box dd {
  border-radius: 0 0 15px 15px;
  padding: 17px 0 10px;
  background-color: #fff;
}

.cv-box dd div.flex.inner {
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto 15px;
}

.cv-box div.tel-btn {
  width: 390px;
  margin: 0 8px 0 0;
}

.cv-box div.tel-btn p {
  line-height: 1;
}

.cv-box div.tel-btn a span.logo {
  width: 52px;
  margin: 0 11px 0 0;
  display: inline-block;
  text-align: center;
  padding: 0.65em 0em;
  color: #fff;
  background-color: #009040;
  font-size: 2.3rem;
  transform: scaleX(-1);
}

.cv-box div.tel-btn a span.txt {
  font-weight: bold;
  font-size: 4rem;
}

.cv-box div.tel-btn a {
  display: flex;
  align-items: center;
}

.cv-box div.tel-btn small {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.04em;
}

.cv-box .btn a {
  width: 412px;
  background: #0068b7;
  color: #fff;
  display: block;
  text-align: center;
  font-weight: bold;
  padding: 1.15em 1.25em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

.cv-box .btn a span {
  font-size: 3rem;
  margin: 0px 8px 0 0;
  line-height: 1;
}

.cv-box p {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.cv-box p span {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}

@media (max-width: 767px) {
  .cv-box {
    padding: 5% 2.66667%;
    margin: 0 0 6%;
  }
  .cv-box div.flex .flex {
    align-items: center;
    margin: 0;
  }
  .cv-box dt {
    font-size: 2.4rem;
    color: #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 15px 15px 0 0;
    padding: 3% 4.22535%;
  }
  .cv-box dd {
    border-radius: 0 0 15px 15px;
    padding: 6% 4.22535%;
    background-color: #fff;
  }
  .cv-box dd div.flex.inner {
    display: block;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto 15px;
  }
  .cv-box div.tel-btn {
    width: 100%;
    margin: 0 0 4%;
  }
  .cv-box div.tel-btn p {
    line-height: 1;
  }
  .cv-box div.tel-btn a {
    background-color: #009040;
    justify-content: center;
    border-radius: 5px;
    overflow: hidden;
  }
  .cv-box div.tel-btn a span.logo {
    width: auto;
    display: flex;
    margin: 0;
    text-align: center;
    padding: 0.65em 0em;
    color: #fff;
    font-size: 2.6rem;
    transform: scaleX(-1);
  }
  .cv-box div.tel-btn a span.txt {
    width: auto;
    display: flex;
    justify-content: flex-start;
    font-weight: bold;
    font-size: 2.6rem;
    color: #fff;
    padding: 0.65em 0 0.65em 5px;
  }
  .cv-box div.tel-btn a {
    display: flex;
    align-items: center;
  }
  .cv-box div.tel-btn small {
    display: block;
    text-align: left;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.04em;
  }
  .cv-box .btn {
    margin: 0 0 8%;
  }
  .cv-box .btn a {
    width: 100%;
    background: #0068b7;
    color: #fff;
    display: block;
    text-align: center;
    font-weight: bold;
    padding: 1.15em 1.25em;
    display: flex;
    justify-content: center;
    border-radius: 5px;
    font-size: 1.6rem;
    box-sizing: border-box;
  }
  .cv-box .btn a {
    align-items: center;
  }
  .cv-box .btn a span {
    font-size: 3rem;
    margin: 0px 8px 0 0;
  }
  .cv-box p {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
  }
  .cv-box p span {
    display: block;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .cv-box p.txt span {
    margin: 4% 0 0;
    text-align: left;
  }
}

.cv_box + .online_btn {
  margin: 0;
}

.movie {
  margin: 50px 0 0;
}

.movie .inner &gt; div {
  border-radius: 25px;
  padding: 40px 0;
  background-size: auto auto;
  background-color: #dddddd;
  background-image: repeating-linear-gradient(140deg, transparent, transparent 5px, #d5d5d5 5px, #d5d5d5 10px);
}

.movie .movie-wrap {
  width: 91.66667%;
  padding: 51.45833% 0 0;
  height: 0;
  position: relative;
  margin: 0 auto 40px;
}

.movie iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.movie h3 {
  text-align: center;
  font-size: 3.6rem;
  margin: 0 0 10px;
  line-height: 1.4;
}

.movie p.btn {
  width: 280px;
  margin: 0 auto;
}

.movie p.btn a {
  border-radius: 5px;
  display: block;
  padding: 1em 0;
  text-align: center;
  color: #fff;
  background: #333333;
  font-size: 1.6rem;
  font-weight: bold;
  transition: opacity .3s ease 0s;
}

.movie p.btn a.hover.ov {
  opacity: 0.5;
}

@media (max-width: 767px) {
  .movie {
    margin: 10% 0 0;
    padding: 0 2.66667% 6.66667%;
  }
  .movie .inner &gt; div {
    padding: 10% 0;
  }
  .movie .movie-wrap {
    width: 87.32394%;
    padding: 49.01408% 0 0;
    margin: 0 auto 4%;
  }
  .movie h3 {
    font-size: 2.6rem;
    margin: 0 0 4%;
    padding: 0 3%;
  }
  .movie p.btn {
    width: 46.47887%;
    margin: 0 auto;
  }
  .movie p.btn a {
    font-size: 1.3rem;
  }
}

.strength-points {
  margin: 70px 0 0;
}

.strength-points dt {
  text-align: center;
  margin: 0 0 13px;
}

@media (max-width: 767px) {
  .strength-points {
    margin: 5% 0 7%;
    padding: 0 2.66667%;
  }
  .strength-points dt {
    width: 80%;
    text-align: center;
    margin: 0 auto 5%;
  }
}

.nav-grade {
  border-bottom: 2px solid #333;
}

.nav-grade dt {
  text-align: center;
  margin: 0 0 60px;
}

.nav-grade ul {
  justify-content: center;
}

.nav-grade li {
  width: 214px;
  margin: 0 28px 0 0;
}

.nav-grade li:last-child {
  margin: 0;
}

.nav-grade li a {
  border-radius: 8px 8px 0 0;
  display: block;
  text-align: center;
  background: #333;
  color: #fff;
  font-weight: bold;
  padding: 1em 0;
  position: relative;
  bottom: -2px;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
}

.nav-grade li:nth-child(1) a {
  border-top: 2px solid #0068b7;
  background: #0068b7;
}

.nav-grade li:nth-child(2) a {
  border-top: 2px solid #009040;
  background: #009040;
}

.nav-grade li:nth-child(3) a {
  border-top: 2px solid #e60012;
  background: #e60012;
}

.index .nav-grade li:nth-child(1) a {
  border-top: 2px solid #333;
  border-left: 2px solid #333;
  border-right: 2px solid #333;
  background: #fff;
  color: #0068b7;
  border-bottom: 2px solid #fff;
}

.jh .nav-grade li:nth-child(2) a {
  border-top: 2px solid #333;
  border-left: 2px solid #333;
  border-right: 2px solid #333;
  background: #fff;
  color: #009040;
  border-bottom: 2px solid #fff;
}

.el .nav-grade li:nth-child(3) a {
  border-top: 2px solid #333;
  border-left: 2px solid #333;
  border-right: 2px solid #333;
  background: #fff;
  color: #e60012;
  border-bottom: 2px solid #fff;
}

@media (max-width: 767px) {
  .nav-grade {
    margin: 0 0 10%;
  }
  .nav-grade dt {
    margin: 0 0 10%;
    padding: 0 2.66667%;
  }
  .nav-grade ul {
    justify-content: center;
    align-items: flex-end;
    padding: 0 2.66667%;
  }
  .nav-grade li {
    width: 100%;
    margin: 0 2% 0 0;
  }
  .nav-grade li:last-child {
    margin: 0;
  }
}

.gnav-contents {
  position: fixed;
  top: 70px;
  right: -200px;
  width: 160px;
  transition: right .5s ease 0s;
  z-index: 95;
}

.gnav-contents.on {
  right: 0;
}

.gnav-contents li {
  background-color: rgba(0, 104, 183, 0.7);
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
}

.gnav-contents li:last-child {
  background-color: rgba(0, 0, 0, 0.8);
  margin: 0;
}

.gnav-contents a {
  display: block;
  padding: 15px 0;
  text-align: center;
  color: #fff;
}

@media (max-width: 767px) {
  .gnav-contents {
    top: -100%;
    background-color: rgba(0, 104, 183, 0.7);
    left: 0;
    width: 100%;
    z-index: 97;
    transition: top .5s ease 0s;
  }
  .gnav-contents.on {
    top: 0;
  }
  .gnav-contents ul {
    padding: 25% 2%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .gnav-contents li {
    background-color: transparent;
    width: 48.73239%;
    box-sizing: border-box;
    border: 1px solid #fff;
    margin: 0 2% 2% 0;
  }
  .gnav-contents li:nth-of-type(2n) {
    margin: 0 0 2%;
  }
  .gnav-contents li:last-child {
    width: 100%;
  }
  .gnav-contents li a {
    display: block;
    text-align: center;
    padding: 1em;
  }
}

.nav-contents {
  padding: 60px 0;
}

.nav-contents ul {
  justify-content: center;
}

.nav-contents li {
  margin-right: 4em;
  font-weight: bold;
}

.nav-contents li:last-child {
  margin: 0;
}

@media (max-width: 767px) {
  .nav-contents {
    display: none;
    padding: 0;
  }
  .nav-contents .inner {
    z-index: 98;
    right: -100%;
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    transition: right .3s ease .3s;
  }
  .nav-contents.on .inner {
    right: 0;
  }
  .nav-contents ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    box-sizing: border-box;
    padding: 0 3.125%;
    font-size: 1.4rem;
  }
  .nav-contents li {
    color: #fff;
    width: 49%;
    margin: 0 2% 2% 0;
  }
  .nav-contents li:nth-child(2n) {
    margin: 0 0 2%;
  }
  .nav-contents li a {
    display: block;
    text-align: center;
    border: 1px solid #fff;
    padding: 2em .5em;
  }
}

#result {
  padding: 0 0 60px;
}

#result p.title26 {
  font-size: 2.6rem;
  text-align: center;
  font-weight: bold;
}

#result p.title26 small {
  font-size: 1.6rem;
  text-align: center;
  font-weight: normal;
  display: block;
}

#result ul {
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 40px;
}

#result li {
  width: 47.91667%;
  margin: 0 0 3%;
}

#result dl {
  justify-content: space-between;
  align-items: flex-end;
}

#result dt {
  width: 36.95652%;
  font-size: 2.4rem;
  font-weight: bold;
}

#result dd {
  width: 58.69565%;
  font-size: 2.4rem;
  line-height: 1;
}

#result dd b {
  font-size: 4.8rem;
  color: #ff6666;
  display: inline-block;
  width: 2em;
  text-align: right;
}

#result dd small {
  font-size: 1.6rem;
}

#result p {
  font-size: 1.2rem;
  margin: 0 0 40px;
  padding: 0 5.20833%;
}

#result .tit01 {
  padding: 0 0 20px;
  margin: 0 0 30px;
  position: relative;
}

#result .tit01:after {
  content: "";
  display: block;
  width: 150px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 5px;
}

#result .outer &gt; .inner {
  height: 500px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 20px;
  border: 1px solid #d5d5d5;
}

#result .inner .inner {
  width: auto;
  max-width: 100%;
  min-width: 0;
}

.index #result .tit01 {
  color: #0068b7;
}

.index #result .tit01:after {
  background: #0068b7;
}

.jh #result .tit01 {
  color: #009040;
}

.jh #result .tit01:after {
  background: #009040;
}

.el #result .tit01 {
  color: #e60012;
}

.el #result .tit01:after {
  background: #e60012;
}

@media (max-width: 767px) {
  #result {
    padding: 0 2.66667% 10%;
  }
  #result p.title26 {
    text-align: left;
    font-size: 1.8rem;
    margin: 0 0 1em;
  }
  #result p.title26 small {
    font-size: 1.4rem;
    text-align: left;
    margin: 0 0 1em;
  }
  #result ul {
    display: block;
    margin: 0 0 6%;
  }
  #result li {
    width: 100%;
    margin: 0 0 3%;
  }
  #result dl {
    display: block;
  }
  #result dt {
    width: auto;
    font-size: 2.0rem;
    text-align: center;
  }
  #result dd {
    text-align: center;
    width: auto;
    font-size: 1,8rem;
  }
  #result dd b {
    font-size: 3.0rem;
    width: auto;
  }
  #result p {
    margin: 0;
    padding: 0;
  }
  #result .outer &gt; .inner {
    height: 300px;
    padding: 8%;
    border: 1px solid #d5d5d5;
  }
  #result .c-tit01 {
    font-size: 2.0rem;
  }
}

#read {
  padding: 0 0 60px;
  scroll-margin-top: 100px;
}

#read dt {
  font-weight: bold;
  text-align: center;
  padding: 0 0 20px;
  margin: 0 0 30px;
  position: relative;
}

#read dt:after {
  content: "";
  display: block;
  width: 150px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 5px;
}

#read dd p.copy {
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 60px;
}

#read dd p.txt {
  text-align: center;
}

.index #read dt:after {
  background: #0068b7;
}

.jh #read dt:after {
  background: #009040;
}

.el #read dt:after {
  background: #e60012;
}

@media (max-width: 767px) {
  #read {
    padding: 0 2.66667% 10%;
  }
  #read dt {
    padding: 0 0 .2em;
    margin: 0 0 .5em;
  }
  #read dt:after {
    width: 50%;
  }
  #read dd p.copy {
    display: block;
    text-align: center;
    font-size: 2.6rem;
    margin: 0 0 8%;
  }
  #read dd p.copy span {
    display: block;
    text-align: center;
  }
  #read dd p.txt {
    /*text-align:left;*/
  }
}

#system {
  padding: 0 0 60px;
}

#system ul {
  flex-wrap: wrap;
}

#system li {
  width: 48.4375%;
  margin-right: 3.125%;
  margin-bottom: 6.25%;
}

#system li:nth-child(2n) {
  margin-right: 0;
}

#system dt {
  font-size: 5.6rem;
  font-weight: bold;
}

#system dt small {
  font-size: 3.0rem;
  margin-left: .5em;
}

#system dd b {
  display: block;
  margin: 0 0 10px;
}

#system dd p {
  margin: 0 0 30px;
}

@media (max-width: 767px) {
  #system {
    padding: 0 2.66667% 10%;
  }
  #system ul {
    display: block;
  }
  #system li {
    width: auto;
    margin: 0 0 4%;
  }
  #system li:nth-child(2n) {
    margin-right: 0;
    margin: 0 0 8%;
  }
  #system li:last-child {
    margin: 0;
  }
  #system dd b {
    margin: 0 0 1em;
  }
  #system dd p {
    margin: 0 0 1.5em;
  }
}

#seminer {
  padding: 0 0 60px;
}

#seminer ul {
  margin: 0 0 20px;
}

#seminer li {
  margin: 0 0 5px;
}

#seminer dl {
  justify-content: space-between;
}

#seminer dt {
  width: 31.25%;
  padding: .25em 1em;
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
}

#seminer dd {
  width: 65.625%;
  padding: 1em;
  box-sizing: border-box;
}

#seminer dd p small {
  font-size: 1.3rem;
}

#seminer dd .caltit,
#seminer dd .calstit {
  font-weight: bold;
  text-align: center;
  display: block;
}

#seminer dd .calstit {
  font-size: 2.0rem;
}

#seminer dd table {
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  box-sizing: border-box;
  width: 84.12698%;
  margin: 0 auto 40px;
}

#seminer dd th,
#seminer dd td {
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  font-size: 2.0rem;
  text-align: center;
  padding: .25em;
}

#seminer dd thead th {
  background: #efeadc;
}

#seminer dd thead th:first-child {
  color: #e60012;
}

#seminer dd span {
  display: inline-block;
}

#seminer dd .term {
  padding: 0 0 40px;
}

@media (max-width: 767px) {
  #seminer {
    padding: 0 2.66667% 10%;
  }
  #seminer ul {
    margin: 0 0 4%;
  }
  #seminer li {
    margin: 0 0 6%;
  }
  #seminer dl {
    display: block;
  }
  #seminer dt {
    width: auto;
    padding: .25em 1em;
    font-size: 2.0rem;
  }
  #seminer dd {
    width: auto;
  }
  #seminer dd .calstit {
    font-size: 2.0rem;
  }
  #seminer dd table {
    width: 98%;
    margin: 0 auto 6%;
  }
  #seminer dd .term {
    padding: 0 0 6%;
  }
}

#teacher,
#bnr,
#fast-special {
  font-size: 0;
  line-height: 0;
  padding: 0 0 80px;
}

#teacher li,
#bnr li,
#fast-special li {
  margin: 0 0 40px;
}

#teacher li:last-child,
#bnr li:last-child,
#fast-special li:last-child {
  margin: 0;
}

@media (max-width: 767px) {
  #teacher,
  #bnr,
  #fast-special {
    padding: 0 2.66667% 10%;
  }
  #teacher li,
  #bnr li,
  #fast-special li {
    margin: 0 0 8%;
  }
  #teacher li:last-child,
  #bnr li:last-child,
  #fast-special li:last-child {
    margin: 0;
  }
}

.common-box {
  padding: 0 0 60px;
}

.common-box ul {
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
}

.common-box .detail &gt; li {
  width: 42.37288%;
  margin: 0 5.08475% 40px 0;
}

.common-box .detail &gt; li:nth-child(2n) {
  margin: 0 0 40px;
}

.common-box .detail &gt; li div {
  font-size: 1.6rem;
  padding: 0 20px 20px;
}

.common-box .detail &gt; li p.copy {
  margin: 0 0 20px;
}

.common-box .detail &gt; li p.btn {
  width: 50%;
  margin: 0 auto 20px;
}

.common-box .detail &gt; li p.btn a {
  text-align: center;
  display: block;
  color: #fff;
  background: #333;
  padding: .75em 0;
}

.common-box .detail &gt; li p.caution {
  padding: 20px 0 0;
  font-size: 1.3rem;
}

.common-box .detail &gt; li dt {
  background: #d5d5d5;
  text-align: center;
}

.common-box .detail &gt; li dd {
  padding: .5em;
}

.common-box .detail &gt; li li {
  margin: 0 0 20px;
}

.common-box figure {
  width: 68.96552%;
  margin: 0 auto 20px;
  text-align: center;
}

.common-box h5 {
  color: #fff;
  font-size: 2.6rem;
  line-height: 1.6;
  text-align: center;
  padding: .75em 0;
  margin: 0 0 20px;
  min-height: 130px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}

.common-box h5 small {
  font-weight: normal;
  font-size: 1.6rem;
  display: block;
  text-align: center;
}

.common-box .detail &gt; li .belt {
  background: #fff;
  border: 3px solid #993366;
  padding: 3px;
  font-size: 2.0rem;
  width: 90%;
  box-sizing: border-box;
  margin: 0 auto 20px;
}

.common-box .detail &gt; li .belt p {
  background: #993366;
  text-align: center;
  color: #fff;
  line-height: 1.6;
  padding: .5em 0;
}

.common-box .detail &gt; li .belt p b {
  color: #ffff00;
}

@media (max-width: 767px) {
  .common-box {
    padding: 0 2.66667% 10%;
  }
  .common-box ul {
    display: block;
  }
  .common-box .detail &gt; li {
    width: auto;
    margin: 0 0 8%;
  }
  .common-box .detail &gt; li:nth-child(2n) {
    margin: 0 0 8%;
  }
  .common-box .detail &gt; li div {
    font-size: 1.6rem;
    padding: 0 3% 3%;
  }
  .common-box .detail &gt; li p.copy {
    margin: 0 0 3%;
  }
  .common-box .detail &gt; li p.btn {
    width: 90%;
    margin: 0 auto 3%;
  }
  .common-box .detail &gt; li p.caution {
    padding: 3% 0 0;
  }
  .common-box .detail &gt; li li {
    margin: 0 0 3%;
  }
  .common-box .detail &gt; li .belt {
    font-size: 1.6rem;
    margin: 0 auto 3%;
  }
  .common-box figure {
    width: 90%;
    margin: 0 auto 3%;
  }
  .common-box h5 {
    margin: 0 0 3%;
    min-height: 0;
    display: block;
  }
}

#flow {
  padding: 0 0 40px;
}

#flow li {
  border: 2px solid #333;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 20px;
  margin: 0 0 60px;
  position: relative;
}

#flow li:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 26px 15px 0 15px;
  border-color: #333 transparent transparent transparent;
  display: block;
  position: absolute;
  bottom: -45px;
  left: 0;
  right: 0;
  margin: auto;
}

#flow li:last-child:after {
  display: none;
}

#flow dt {
  font-weight: bold;
  margin: 0 0 20px;
}

#flow .flex {
  align-items: center;
}

#flow p.txt {
  margin: 0 0 20px;
}

#flow p.btn {
  color: #fff;
  border-radius: 50px;
  margin-right: 1em;
  overflow: hidden;
}

#flow p.btn a {
  padding: .5em 2em;
  display: block;
  text-align: center;
}

.index #flow li {
  border: 2px solid #0068b7;
}

.index #flow li:after {
  border-color: #0068b7 transparent transparent transparent;
}

.jh #flow li {
  border: 2px solid #009040;
}

.jh #flow li:after {
  border-color: #009040 transparent transparent transparent;
}

.el #flow li {
  border: 2px solid #e60012;
}

.el #flow li:after {
  border-color: #e60012 transparent transparent transparent;
}

@media (max-width: 767px) {
  #flow {
    padding: 0 2.66667% 8%;
  }
  #flow li {
    padding: 1em;
    margin: 0 0 40px;
  }
  #flow li:after {
    border-width: 20px 12px 0 12px;
    bottom: -30px;
  }
  #flow li:last-child:after {
    display: none;
  }
  #flow dt {
    font-weight: bold;
    margin: 0 0 4%;
  }
  #flow .flex {
    display: block;
  }
  #flow p.txt {
    margin: 0 0 4%;
  }
  #flow p.btn {
    margin: 0 0 4%;
  }
}

#faq {
  padding: 0 0 80px;
}

#faq li {
  margin: 0 0 20px;
}

#faq li:last-child {
  margin: 0;
}

#faq dt {
  font-weight: bold;
  padding: .75em 1em;
  position: relative;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

#faq dt:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 26px 15px 0 15px;
  border-color: #333 transparent transparent transparent;
  transition: transform .3s ease 0s;
}

#faq dt.on:after {
  transform: rotate(180deg);
}

#faq dd {
  padding: 20px;
  display: none;
}

.index #faq dt:after {
  border-color: #0068b7 transparent transparent transparent;
}

.jh #faq dt:after {
  border-color: #009040 transparent transparent transparent;
}

.el #faq dt:after {
  border-color: #e60012 transparent transparent transparent;
}

.index #faq dt {
  background: #bdd9ee;
}

.jh #faq dt {
  background: #bbe5ce;
}

.el #faq dt {
  background: #f6e3e4;
}

@media (max-width: 767px) {
  #faq {
    padding: 0 2.66667% 8%;
  }
  #faq li {
    margin: 0 0 4%;
  }
  #faq li:last-child {
    margin: 0;
  }
  #faq dt {
    font-size: 1.8rem;
  }
  #faq dt:after {
    border-width: 20px 10px 0 10px;
  }
  #faq dd {
    padding: 1em;
  }
}

#environment {
  padding: 0 0 60px;
}

#environment p {
  text-align: center;
  margin: 0 0 40px;
}

#environment ul {
  flex-wrap: wrap;
}

#environment li {
  width: 49.57627%;
  margin: 0 0.84746% 40px 0;
}

#environment li:nth-child(2n) {
  margin: 0 0 40px;
}

#environment li figcaption {
  padding: 1em 0 0;
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
}

@media (max-width: 767px) {
  #environment {
    padding: 0 2.66667% 8%;
  }
  #environment p {
    text-align: center;
    margin: 0 0 6%;
  }
  #environment li {
    margin: 0 0.84746% 6% 0;
  }
  #environment li:nth-child(2n) {
    margin: 0 0 6%;
  }
  #environment li figcaption {
    font-size: 1.2rem;
    text-align: left;
  }
}

.nav-footer {
  padding: 0 0 60px;
}

.nav-footer ul {
  justify-content: center;
}

.nav-footer li {
  box-sizing: border-box;
  width: 21.875%;
  margin-right: 3.125%;
}

.nav-footer li:last-child {
  margin: 0;
}

.nav-footer li a {
  display: block;
  font-weight: bold;
  text-align: center;
  padding: .75em 0;
  font-weight: bold;
  border: 1px solid #333;
  background: #333;
  color: #fff;
  border-radius: 5px;
}

.nav-footer li:nth-child(1) a {
  border: 1px solid #0068b7;
  background: #0068b7;
}

.nav-footer li:nth-child(2) a {
  border: 1px solid #009040;
  background: #009040;
}

.nav-footer li:nth-child(3) a {
  border: 1px solid #e60012;
  background: #e60012;
}

.index .nav-footer li:nth-child(1) a {
  background: #fff;
  color: #0068b7;
}

.jh .nav-footer li:nth-child(2) a {
  background: #fff;
  color: #009040;
}

.el .nav-footer li:nth-child(3) a {
  background: #fff;
  color: #e60012;
}

@media (max-width: 767px) {
  .nav-footer {
    padding: 0 2.66667% 10%;
  }
  .nav-footer ul {
    justify-content: center;
    align-items: center;
  }
  .nav-footer li {
    box-sizing: border-box;
    width: 100%;
    margin-right: 2%;
  }
  .nav-footer li:last-child {
    margin: 0;
  }
}

#voice {
  padding: 0 0 60px;
}

#voice ul {
  flex-wrap: wrap;
}

#voice li {
  width: 48.4375%;
  margin-right: 3.125%;
  margin-bottom: 3.125%;
  box-sizing: border-box;
  padding: 20px;
  border: 2px solid #333;
  border-radius: 4px;
}

#voice li:nth-child(2n) {
  margin-right: 0;
}

#voice dt {
  font-weight: bold;
  margin: 0 0 .5em;
}

#voice dd .txt {
  margin: 0 0 2em;
}

.index #voice li {
  border: 2px solid #0068b7;
}

.jh #voice li {
  border: 2px solid #009040;
}

.el #voice li {
  border: 2px solid #e60012;
}

@media (max-width: 767px) {
  #voice {
    padding: 0 2.66667% 10%;
  }
  #voice ul {
    display: block;
  }
  #voice li {
    width: auto;
    margin: 0 0 4%;
  }
  #voice li:last-child {
    margin: 0;
  }
}

.room_search {
  padding: 46px 0 20px;
}

.room_search dt {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 15px;
}

.room_search li {
  width: 412px;
  margin: 0 auto;
}

.room_search li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  font-size: 2rem;
  text-align: center;
  color: #fff;
  background-color: #333333;
  border-radius: 5px;
}

.room_search svg:not(:root).svg-inline--fa {
  font-size: 3rem;
  margin: 0 15px 5px 0;
}

@media (max-width: 767px) {
  .room_search {
    padding: 9% 2.66667% 5%;
  }
  .room_search dt {
    font-size: 2.4rem;
    margin: 0 0 3%;
  }
  .room_search li {
    width: 100%;
  }
  .room_search li a {
    padding: 4% 0;
    font-size: 1.6rem;
  }
  .room_search svg:not(:root).svg-inline--fa {
    font-size: 3rem;
    margin: 0 2% 0 0;
  }
}

.online_btn {
  padding: 25px 0;
  margin: -20px 0 20px;
}

.online_btn div.flex .flex {
  align-items: center;
  margin: 0 116px 0 0;
}

.online_btn dt {
  padding: 0.3em 0.3em 0;
  box-sizing: border-box;
  font-size: 3rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 15px 15px 0 0;
}

.online_btn dd {
  border-radius: 0 0 15px 15px;
  padding: 17px 0 10px;
  background-color: #fff;
}

.online_btn dd div.flex.inner {
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto 15px;
}

.online_btn .btn a {
  width: 510px;
  background: #0068b7;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  padding: 1.15em 1.25em;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

.online_btn .btn a span {
  font-size: 0;
  margin: -4px 8px 0 0;
  line-height: 1;
}

@media (max-width: 767px) {
  .online_btn {
    padding: 5% 2.66667%;
    margin: -6% 0 6%;
  }
  .online_btn div.flex .flex {
    align-items: center;
    margin: 0;
  }
  .online_btn dt {
    font-size: 2.4rem;
    color: #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 15px 15px 0 0;
    padding: 3% 4.22535%;
  }
  .online_btn dd {
    border-radius: 0 0 15px 15px;
    padding: 6% 4.22535%;
    background-color: #fff;
  }
  .online_btn dd div.flex.inner {
    display: block;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0;
  }
  .online_btn .btn a {
    width: 100%;
    background: #0068b7;
    color: #fff;
    display: block;
    text-align: center;
    font-weight: bold;
    padding: 1.15em 1.25em;
    display: flex;
    justify-content: center;
    border-radius: 5px;
    font-size: 1.6rem;
    box-sizing: border-box;
  }
  .online_btn .btn a {
    align-items: center;
  }
  .online_btn .btn a span {
    margin: 0px 8px 0 0;
  }
}
</pre></body></html>