@charset "UTF-8";
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css");
@import url("https://fonts.googleapis.com/css?family=Barlow+Semi+Condensed:300i,400,500i");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;600&display=swap");
/* ----------------------------------------------------------------
Navigations
----------------------------------------------------------------- */
header {
  position: absolute;
  align-items: center;
  left: 0;
  right: 0;
  top: 27px;
  width: 100%;
  z-index: 999;
  padding: 0;
  /* ----------------------------------------------------------------
  Burger menu
  ----------------------------------------------------------------- */
}
@media screen and (max-width: 900px) {
  header {
    top: 0;
  }
}
header * a::after {
  display: none;
}
header #lnav {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  header #lnav {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
  }
}
header #lnav .lnav-logo {
  margin-left: 30px;
}
@media screen and (max-width: 900px) {
  header #lnav .lnav-logo {
    margin-left: 10px;
    position: absolute;
    top: 10px;
  }
}
header #lnav .lnav-logo a {
  display: block;
  width: 363px;
  height: 51px;
  background-image: url(../../img/logo_bk.png);
  background-size: cover;
  background-position: 0;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
header #lnav .lnav-logo a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1240px) {
  header #lnav .lnav-logo a {
    height: 40px !important;
    background-size: auto 40px;
  }
}
@media screen and (max-width: 900px) {
  header #lnav .lnav-logo a {
    height: 30px !important;
    background-size: auto 30px;
  }
}
header #lnav .lnav-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0 15px 0 0;
}
@media screen and (max-width: 900px) {
  header #lnav .lnav-list {
    display: none;
    background: #52a4dd;
    padding: 50px 0 0;
    width: 100%;
    position: absolute;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    overflow-y: scroll !important;
    min-height: 100dvh;
  }
}
header #lnav .lnav-list > li {
  margin: 0 15px;
  padding: 0;
  text-align: center;
  color: #fff;
  font-weight: normal;
  letter-spacing: 0;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  header #lnav .lnav-list > li {
    margin: 0 10px;
  }
}
@media screen and (max-width: 900px) {
  header #lnav .lnav-list > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}
header #lnav .lnav-list > li:hover {
  opacity: 0.8;
}
header #lnav .lnav-list > li > a {
  display: block;
  line-height: 1;
  text-decoration: none;
  color: #000;
  font-size: 18px;
  line-height: 60px;
}
@media screen and (max-width: 1160px) {
  header #lnav .lnav-list > li > a {
    font-size: 16px;
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 900px) {
  header #lnav .lnav-list > li > a {
    color: #fff !important;
    padding: 0;
    line-height: 50px;
    font-size: 16px;
  }
}
header #lnav .lnav-list > li > a:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  header #lnav .lnav-list li.drop {
    margin: 0 10px;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  header #lnav .lnav-list li.drop > a:not([href]) {
    pointer-events: none;
  }
}
header #lnav .lnav-list li.drop i {
  display: block;
  width: 40px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  right: 0;
  top: 0;
}
header #lnav .lnav-list li.drop i::before {
  content: "\f078";
  font-family: "FontAwesome";
  font-style: normal;
  display: block;
  width: 100%;
  line-height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: center;
}
header #lnav .lnav-list li.drop i.is-show::before {
  transform: scaleY(-1);
}
header #lnav .lnav-list li.drop .sub {
  display: none;
  position: absolute;
  top: 60px;
  margin: 0;
  padding: 0 0 0 1em;
  border-left: 1px solid #000;
  list-style: none;
}
@media screen and (max-width: 900px) {
  header #lnav .lnav-list li.drop .sub {
    position: static;
    border: none;
    padding: 0 0 1em;
  }
}
header #lnav .lnav-list li.drop .sub li {
  padding: 0.5em 0;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 900px) {
  header #lnav .lnav-list li.drop .sub li {
    padding: 0;
  }
}
header #lnav .lnav-list li.drop .sub li a {
  padding: 1em 0;
  text-align: left;
  line-height: 1em;
  font-size: 15px;
  text-decoration: none;
}
@media screen and (max-width: 900px) {
  header #lnav .lnav-list li.drop .sub li a {
    text-align: center;
    padding: 0.5em 0;
    color: #fff;
    display: block;
  }
}
header #lnav .lnav-list li.drop .sub li a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 900px) {
  header #lnav .lnav-list.global {
    padding: 50px 0 0;
    height: 100vh;
  }
}
header #lnav .lnav-list.global li {
  margin: 0 15px;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  header #lnav .lnav-list.global li {
    margin: 0 10px;
  }
}
header #lnav .lnav-list.global li > a {
  font-size: 18px;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  header #lnav .lnav-list.global li > a {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  header #lnav .lnav-list.global li > a {
    padding: 15px;
  }
}
header #lnav .lnav-list.global li > a strong {
  display: block;
  font-size: 28px;
  letter-spacing: 0.01em;
  font-family: "Barlow Semi Condensed", sans-serif !important;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 5px;
}
@media screen and (max-width: 1240px) {
  header #lnav .lnav-list.global li > a strong {
    font-size: 24px;
  }
}
@media screen and (max-width: 1140px) {
  header #lnav .lnav-list.global li > a strong {
    font-size: 22px;
  }
}
@media screen and (max-width: 1090px) {
  header #lnav .lnav-list.global li > a strong {
    font-size: 18px;
  }
}
header #lnav .lnav-list.global li > a small {
  font-size: 14px;
  font-style: italic !important;
}
header #lnav .lnav-list.global li .sub {
  display: none;
  position: absolute;
  margin: 0;
  padding: 1em 0 0;
  border-left: 1px solid #000;
  list-style: none;
}
@media screen and (max-width: 900px) {
  header #lnav .lnav-list.global li .sub {
    position: static;
    border: none;
    padding: 0 0 1em;
  }
}
header #lnav .lnav-list.global li .sub li {
  padding: 0em 0;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 900px) {
  header #lnav .lnav-list.global li .sub li {
    padding: 0;
  }
}
header #lnav .lnav-list.global li .sub li a {
  padding: 1em 0;
  text-align: left;
  line-height: 1em;
  font-size: 15px;
}
@media screen and (max-width: 900px) {
  header #lnav .lnav-list.global li .sub li a {
    text-align: center;
    padding: 0.5em 0;
  }
}
header #menuBtn {
  display: block;
  width: 56px;
  height: 56px;
  overflow: hidden;
  z-index: 0;
  cursor: pointer;
  text-align: center;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 2;
}
@media screen and (min-width: 901px) {
  header #menuBtn {
    display: none;
  }
}
header #menuBtn .menuIcon {
  position: relative;
}
header #menuBtn .menuIcon span {
  transition: all 0.3s;
  transform: rotate(0deg);
  background: #000;
  position: absolute;
  height: 2px;
  line-height: 2px;
  width: 20px;
  margin: 0;
  padding: 0;
  left: 18px;
}
header #menuBtn .menuIcon .top {
  transform: translate(0px, 17px);
}
header #menuBtn .menuIcon .middle {
  transform: translate(0px, 27px);
}
header #menuBtn .menuIcon .bottom {
  transform: translate(0px, 37px);
}
header #menuBtn.active {
  position: fixed;
}
header #menuBtn.active .menuIcon span {
  background: #fff;
}
header #menuBtn.active .menuIcon .middle {
  background: rgba(255, 255, 255, 0);
}
header #menuBtn.active .menuIcon .top {
  transform: rotate(-45deg) translate(-18px, 18px);
}
header #menuBtn.active .menuIcon .bottom {
  transform: rotate(45deg) translate(18px, 18px);
}

header.hs #lnav .lnav-logo a {
  width: 273px;
  height: 51px;
  background-image: url("../img/hs_header_logo_bk.png");
}
@media screen and (max-width: 900px) {
  header.hs #lnav .lnav-list {
    background: #505a9a;
  }
}

header.jr #lnav .lnav-logo a {
  width: 242px;
  height: 51px;
  background-image: url("../img/jr_header_logo_bk.png");
}
@media screen and (max-width: 900px) {
  header.jr #lnav .lnav-list {
    background: #31aab3 !important;
  }
}

#topcontrol {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 67px !important;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #topcontrol {
    bottom: 39px !important;
  }
}
#topcontrol #ptop {
  display: block;
  height: 22px;
  width: 38px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #topcontrol #ptop {
    height: 15px;
  }
}

/* ----------------------------------------------------------------
footer
----------------------------------------------------------------- */
footer {
  text-align: center;
}
footer * {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer * a {
  text-decoration: none;
}
footer * a[href^="http://"]::after, footer * a[href^="https://"]::after {
  display: none;
}
footer a:hover {
  opacity: 0.8;
  transition: all 0.3s ease;
}
footer .sns ul {
  display: flex;
  width: 100%;
  box-sizing: border-box;
}
footer .sns ul li {
  flex: 0 1 33.333%;
}
footer .sns ul li a {
  display: block;
  color: #fff;
  height: 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  footer .sns ul li a {
    height: 40px;
  }
}
footer .sns ul li a i {
  font-size: 50px;
  margin: auto;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  footer .sns ul li a i {
    font-size: 20px;
  }
}
footer .sns ul li:nth-child(1) a {
  background: #E7141A;
}
footer .sns ul li:nth-child(2) a {
  background: #305196;
}
footer .sns ul li:nth-child(3) a {
  background: #67ABDD;
}
footer .followus {
  font-family: "Barlow Semi Condensed", sans-serif !important;
  font-weight: 500;
  font-style: italic;
  font-size: 30px;
  font-style: italic;
  color: #000;
}
@media screen and (max-width: 767px) {
  footer .followus {
    font-size: 16px;
  }
}
footer .banners {
  display: none;
  padding: 60px 20px 0;
}
@media screen and (max-width: 767px) {
  footer .banners {
    padding: 30px 20px 0;
  }
}
footer .banners ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 850px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  footer .banners ul {
    display: block;
  }
}
footer .banners ul li {
  flex: 0 1 33.333%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  footer .banners ul li {
    margin-bottom: 10px;
  }
}
footer .banners ul li a {
  display: block;
  position: relative;
  background: #515699;
  color: #fff;
  height: 80px;
  margin: 0 15px;
}
@media screen and (max-width: 767px) {
  footer .banners ul li a {
    height: 50px;
  }
}
footer .banners ul li a span {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  footer .banners ul li a span {
    font-size: 12px;
  }
}
footer .school__selector {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  footer .school__selector {
    padding-top: 30px;
  }
}
footer .school__selector ul {
  display: flex;
}
footer .school__selector ul li {
  flex: 0 0 50%;
  line-height: 1;
}
footer .school__selector ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  height: 108px;
  position: relative;
}
@media screen and (max-width: 767px) {
  footer .school__selector ul li a {
    height: 60px;
  }
}
footer .school__selector ul li a span {
  font-size: 24px;
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  footer .school__selector ul li a span {
    font-size: 16px;
  }
}
footer .school__selector ul li a span small {
  display: block;
  font-family: "Barlow Semi Condensed", sans-serif !important;
  font-weight: 300;
  font-style: italic;
  font-size: 18px;
  font-style: italic;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  footer .school__selector ul li a span small {
    font-size: 12px;
    margin-top: 5px;
  }
}
footer .school__selector ul li:nth-child(1) a {
  background: #53B9C2;
}
footer .school__selector ul li:nth-child(2) a {
  background: #515799;
}
footer .footer_kifu_bn {
  background: rgba(255, 255, 255, 0.65);
  padding: 30px 30px 30px;
}
footer .footer_kifu_bn ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
footer .footer_kifu_bn ul li {
  flex: 0 0 300px;
}
@media screen and (max-width: 768px) {
  footer .footer_kifu_bn ul li {
    flex: 0 0 200px;
  }
}
footer .footer__bottom {
  padding-top: 40px;
  background: #F2F2F2;
}
footer .footer__bottom .footer__bottom__wrap {
  max-width: 1060px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin: auto;
  padding: 0 20px 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  footer .footer__bottom .footer__bottom__wrap {
    display: block;
  }
}
footer .footer__bottom .footer__bottom__wrap address {
  text-align: left;
  font-style: normal;
  font-size: 13px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  footer .footer__bottom .footer__bottom__wrap address {
    font-size: 11px;
  }
}
footer .footer__bottom .footer__bottom__wrap address strong {
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  footer .footer__bottom .footer__bottom__wrap address strong {
    font-size: 14px;
  }
}
footer .footer__bottom .footer__bottom__wrap .footer__bottom__menu {
  text-align: right;
}
footer .footer__bottom .footer__bottom__wrap .footer__bottom__menu .menu1, footer .footer__bottom .footer__bottom__wrap .footer__bottom__menu .menu2, footer .footer__bottom .footer__bottom__wrap .footer__bottom__menu .menu3 {
  display: flex;
}
footer .footer__bottom .footer__bottom__wrap .footer__bottom__menu .menu1 {
  justify-content: space-between;
  margin-bottom: 15px;
}
footer .footer__bottom .footer__bottom__wrap .footer__bottom__menu .menu1 li {
  flex: 0 0 48%;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  footer .footer__bottom .footer__bottom__wrap .footer__bottom__menu .menu1 li {
    font-size: 12px;
  }
}
footer .footer__bottom .footer__bottom__wrap .footer__bottom__menu .menu1 li a {
  display: block;
  color: #fff;
  text-decoration: none;
  background: #51579A;
}
footer .footer__bottom .footer__bottom__wrap .footer__bottom__menu .menu2 {
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  footer .footer__bottom .footer__bottom__wrap .footer__bottom__menu .menu2 {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
}
footer .footer__bottom .footer__bottom__wrap .footer__bottom__menu .menu2 li {
  font-size: 12px;
  line-height: 30px;
  white-space: nowrap;
  letter-spacing: 0;
  padding-right: 1em;
}
@media screen and (max-width: 767px) {
  footer .footer__bottom .footer__bottom__wrap .footer__bottom__menu .menu2 li {
    text-align: left;
    font-size: 10px;
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 0;
  }
}
footer .footer__bottom .footer__bottom__wrap .footer__bottom__menu .menu2 li.sns {
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  footer .footer__bottom .footer__bottom__wrap .footer__bottom__menu .menu2 li.sns {
    font-size: 16px;
  }
}
footer .footer__bottom .footer__bottom__wrap .footer__bottom__menu .menu2 li.sns i {
  color: #999999;
}
footer .footer__bottom .footer__bottom__wrap .footer__bottom__menu .menu2 li:last-child {
  padding-right: 0;
}
footer .ptop {
  margin: auto;
  padding: 30px 0;
  background: #fff;
}
@media screen and (max-width: 767px) {
  footer .ptop {
    padding: 10px 0;
  }
}
footer .ptop a {
  display: block;
  margin: auto;
  width: 38px;
  height: 22px;
  background-image: url(../../common/img/ptop.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  footer .ptop a {
    height: 15px;
    background-size: auto 100%;
  }
}
footer .cp {
  font-size: 13px;
  letter-spacing: 0.1em;
  padding-bottom: 1em;
  background: #fff;
}
@media screen and (max-width: 767px) {
  footer .cp {
    font-size: 10px;
  }
}

#home footer {
  background-image: url(../img/footer_bg.jpg);
  background-size: cover;
  background-position: 67% top;
}
#home footer .banners {
  display: block;
}
#home footer .footer__bottom {
  background: rgba(255, 255, 255, 0.65);
}
#home footer .ptop, #home footer .cp {
  background: rgba(255, 255, 255, 0.85);
}

footer.jr .banners ul li a,
footer.jr .footer__bottom .footer__bottom__wrap .footer__bottom__menu .menu1 li a {
  background: #53b9c2;
}
footer.jr .ptop a {
  background-image: url(../../common/img/ptop_jr.png);
}

footer.general__footer .menu2 {
  float: right;
  justify-content: flex-start !important;
}
@media screen and (max-width: 767px) {
  footer.general__footer .menu2 {
    float: none;
  }
}
footer.general__footer .menu2 li {
  margin-left: 15px;
}

/* ----------------------------------------------------------------
.unchornav
----------------------------------------------------------------- */
.unchornav {
  list-style: none;
  margin: auto -10px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .unchornav {
    display: block;
  }
}
.unchornav li {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .unchornav li {
    max-width: none;
    padding: 5px 10px;
  }
}
.unchornav li a {
  display: block;
  border: 1px solid #ddd;
  height: 60px;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .unchornav li a {
    height: 50px;
  }
}
.unchornav li a span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1.5;
}
.unchornav li a span::after {
  content: "\f107";
  font-family: "FontAwesome";
  color: #52a4dd;
  line-height: 1;
  margin: auto;
  padding: 0;
  display: block;
}

/* ----------------------------------------------------------------
#localNav
----------------------------------------------------------------- */
#localNav {
  background: #dde9f2;
  padding: 40px 20px;
  text-align: center;
}
#localNav ul.lnav {
  list-style: none;
  margin: auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  max-width: 1040px;
  justify-content: center;
}
#localNav ul.lnav * {
  box-sizing: border-box;
}
#localNav ul.lnav li {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #localNav ul.lnav li {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 10px 20px;
  }
}
#localNav ul.lnav li br {
  display: none;
}
@media screen and (max-width: 767px) {
  #localNav ul.lnav li br {
    display: block;
  }
}
#localNav ul.lnav li a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #localNav ul.lnav li a {
    font-size: 12px;
  }
}
#localNav ul.lnav li a img {
  display: block;
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 5px;
  transition: 0.3s;
  border-radius: 50%;
}
#localNav ul.lnav li a img:hover {
  transform: scale(0.95);
}

#soshi #localNav {
  background: #F7D5B8;
}
#soshi #localNav h2 strong {
  color: #E87926;
}

#integrated #localNav {
  background: #dbf3eb;
}
#integrated #localNav h2 strong {
  color: #50cd9c;
}

#business #localNav {
  background: #fde0e7;
}
#business #localNav h2 strong {
  color: #e85f84;
}

/* ----------------------------------------------------------------
.localNav--bar
----------------------------------------------------------------- */
.localnav--bar {
  background: #52a4dd;
}
@media screen and (max-width: 767px) {
  .localnav--bar {
    margin-top: 10px;
  }
}
.localnav--bar .sec {
  padding: 0 !important;
}
.localnav--bar h2 {
  display: none;
}
.localnav--bar .w1140 {
  max-width: none;
}
.localnav--bar #localNav {
  background: none !important;
  padding: 0;
}
.localnav--bar #localNav ul.lnav {
  margin: auto;
  padding: 0;
  justify-content: center;
  flex-wrap: wrap;
  max-width: none;
}
@media screen and (max-width: 767px) {
  .localnav--bar #localNav ul.lnav {
    display: block;
    padding: 0px 0;
  }
}
.localnav--bar #localNav ul.lnav li {
  flex: 0 0 25%;
  flex-basis: auto;
  max-width: 25%;
  padding: 1em 0;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .localnav--bar #localNav ul.lnav li {
    padding: 0.5em 0;
    max-width: none;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .localnav--bar #localNav ul.lnav li:last-child {
    border-bottom: none;
  }
}
.localnav--bar #localNav ul.lnav li br {
  display: none !important;
}
.localnav--bar #localNav ul.lnav li a {
  display: block;
  text-decoration: none;
  line-height: 1.5;
  padding: 0.2em 2em;
  color: #fff;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  transition: 0.3s;
  font-size: 16px;
  font-size: 1.2vw;
}
@media screen and (max-width: 767px) {
  .localnav--bar #localNav ul.lnav li a {
    border: none;
    font-size: 13px;
  }
}
.localnav--bar #localNav ul.lnav li a:hover {
  opacity: 0.7;
}
.localnav--bar #localNav ul.lnav li a img {
  display: none;
}
@media screen and (max-width: 767px) {
  .localnav--bar #localNav ul.lnav li a::after {
    content: "\f105";
    float: right;
    font-family: "FontAwesome";
  }
}
.localnav--bar #localNav ul.lnav li:first-child a {
  border: none;
}

#soshi ul.lnav {
  justify-content: center;
}

#integrated .localnav--bar {
  background: #50cd9c !important;
}

#business .localnav--bar {
  background: #e85f84 !important;
}

#soshi .localnav--bar {
  background: #E87926 !important;
}

/* ----------------------------------------------------------------
#pageTtl
----------------------------------------------------------------- */
#pageTtl {
  text-align: center;
  overflow: hidden;
}
#pageTtl .pageTtl__bg {
  background-image: url(../img/pagettl_bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70px 0;
}
@media screen and (max-width: 767px) {
  #pageTtl .pageTtl__bg {
    padding: 40px 0;
  }
}
#pageTtl .pageTtl__bg h1 {
  display: block;
  margin: auto;
  padding: 0;
  line-height: 1;
  color: #fff;
  font-size: 48px;
  font-style: italic;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  #pageTtl .pageTtl__bg h1 {
    font-size: 24px;
  }
}
#pageTtl .pageTtl__bg h1 small {
  display: block;
  font-size: 28px;
  font-family: "Barlow Semi Condensed", sans-serif !important;
  font-weight: 300;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  #pageTtl .pageTtl__bg h1 small {
    font-size: 14px;
  }
}

/* ----------------------------------------------------------------
.newslist
----------------------------------------------------------------- */
.newslist {
  text-align: left;
  list-style: none;
  margin: 0 0 100px;
  padding: 0;
  border-top: 1px solid #ddd;
}
.newslist li {
  border-bottom: 1px solid #ddd;
  padding: 0.5em 0;
}
.newslist li a {
  text-decoration: none;
}
.newslist li a .summary {
  display: none;
}

/* ----------------------------------------------------------------
.newslist
----------------------------------------------------------------- */
.newslist2 {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}
.newslist2 * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .newslist2 {
    display: block;
    padding-top: 20px;
  }
}
.newslist2 li {
  flex: 0 0 31%;
  max-width: 31%;
  margin: 0;
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .newslist2 li {
    max-width: none;
    font-size: 12px;
    padding: 5px 2px !important;
  }
}
.newslist2 li a {
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .newslist2 li a {
    display: flex;
  }
}
.newslist2 li a figure {
  display: block;
  margin: 0;
  padding: 66% 0 0 0 !important;
  position: relative;
  background: #ccc;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .newslist2 li a figure {
    flex: 0 0 110px;
    margin-right: 10px !important;
    padding: 74px 0 0 0 !important;
  }
}
.newslist2 li a figure img {
  max-width: none;
  width: 100%;
  height: auto;
  margin: 0 0 10px;
  padding: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.newslist2 li a p {
  padding-left: 1em;
}
.newslist2 li a p span {
  display: block;
}

/* ----------------------------------------------------------------
.pageNav
----------------------------------------------------------------- */
.pageNav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .pageNav {
    display: block;
  }
}
.pageNav li {
  margin: 10px;
  padding: 0;
  flex: 0 1 30%;
  text-align: center;
  background: #fff;
}
.pageNav li a {
  display: block;
  line-height: 1.5;
  padding: 0.8em 2em 0.8em 1.5em;
  border: 1px solid #ccc;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pageNav li a {
    display: block;
  }
}
.pageNav li a::after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #52a4dd;
}

/* ----------------------------------------------------------------
.formTbl2
----------------------------------------------------------------- */
.formTbl2 {
  border-bottom: 1px solid #eee;
}
.formTbl2 .form-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 1.5em 0 1.5em 1em;
  margin: 0;
  border-top: 1px solid #eee;
}
.formTbl2 .form-row:nth-child(odd) {
  background: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .formTbl2 .form-row {
    display: block;
  }
}
.formTbl2 .form-row .form-title2 {
  flex: 0 0 25%;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .formTbl2 .form-row .form-title2 {
    margin-bottom: 0.5em;
    font-weight: bold;
    display: block;
  }
}
.formTbl2 .form-row .form-item {
  flex: 0 0 75%;
  box-sizing: border-box;
}
.formTbl2 .form-row .form-item ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.formTbl2 .form-row .form-item p {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .formTbl2 .form-row .form-item .tel1, .formTbl2 .form-row .form-item .tel2, .formTbl2 .form-row .form-item .tel3 {
    width: 4em;
  }
}
@media screen and (max-width: 767px) {
  .formTbl2 .form-row .form-item textarea {
    width: 90%;
  }
}

form .btnCont {
  padding: 60px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  form .btnCont {
    padding: 30px 0 !important;
  }
}
form .btnCont input.btn {
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  form .btnCont input.btn {
    margin-bottom: 10px;
    width: 90%;
    font-size: 16px;
    padding: 0.7em 1em;
  }
}

input,
select,
option,
radio,
checkbox,
textarea {
  padding: 0.5em;
  line-height: 1.2;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 1em;
}

input[type=checkbox],
input[type=radio] {
  margin-right: 0.2em;
}

.osDtl {
  float: right;
  margin-left: 1em;
}

@media screen and (max-width: 767px) {
  .osDtl {
    float: none;
    margin: auto;
  }
}
body.topics__detail #main {
  text-align: left;
}
@media screen and (max-width: 767px) {
  body.topics__detail #main table {
    width: 100%;
  }
}

.dates {
  background: #f5f5f5;
  padding: 0.7em !important;
  text-align: center;
  margin: 0 auto 2em !important;
}

/*
========================================

	newsdetail

========================================
*/
/*
#newsdetail {
  padding-bottom: 0px;
  h3, h4, h5 {
    font-weight: bold;
    clear: both;
  }
  h2 {

  }
  h3 {

  }
	.dates {
		background: #f5f5f5;
		padding: 0.7em;
		margin: 0 0 20px 0!important;
		text-align: right;
	}
	.photoBox01{
		text-align: center;
		img{
			max-width: 100%;
			height: auto;
			margin-bottom: 1em;
		}
	}
  p {
    line-height: 1.7;
  }
  table {
    height: auto;
    width: auto;
  }
  ul {
    list-style: disc;
  }
  ol {
    list-style: decimal;
  }
  ul, ol {
    margin-left: 2.3em;
  }
	.clearfix{
		display: flex;
		.sectionBox{
			flex: 0 0 70%;
		}
		.photoBox02{
			flex: 0 0 30%;
		}
	}
}
*/
#newsdetail {
  padding-bottom: 0px;
}
#newsdetail h2, #newsdetail h3, #newsdetail h4, #newsdetail h5 {
  font-weight: bold;
  clear: both;
}
#newsdetail h2 {
  border-bottom: 1px dotted #ccc;
  margin: 0;
  padding-bottom: 20px;
  line-height: 1.3;
}

.dates {
  background: #f5f5f5;
  padding: 5px;
  margin: 0 0 20px 0;
  text-align: right;
}

/*
	#newsdetail h3{
		border-top:2px solid #eee;
		padding:10px 0 5px 0;
		}
*/
#newsdetail p {
  line-height: 1.7;
}

/* ----------------------------------------------------- Information */
.ttl1 {
  font-weight: normal !important;
}

.contInfoBox .titleBox, .contInfoBox .titleBoxSec {
  margin-bottom: 10px;
  padding: 0px 10px 0px 10px;
  border-top: 1px solid #d5e2e9;
  border-bottom: 1px solid #d5e2e9;
}
.contInfoBox .titleBox h3 {
  width: 550px;
  float: left;
}
.contInfoBox .titleBoxSec h3 {
  width: 500px;
  float: left;
}
.contInfoBox .listBox {
  margin: 5px 0px 0px 0px;
  width: 74px;
  float: right;
}
.contInfoBox .infoBn {
  width: 32px;
  float: left;
}
.contInfoBox .infoBn a {
  background: transparent no-repeat 0 0;
  display: block;
  text-indent: -999em;
  height: 13px;
  width: 32px;
  background-image: url(images/top_btn01.gif);
  overflow: hidden;
}
.contInfoBox .infoBn a:hover {
  background-position: 0 -13px;
}
.contInfoBox #infoList, .contInfoBox .infoList, .contInfoBox .infoList02 {
  line-height: 1.8;
}
.contInfoBox #infoList li, .contInfoBox .infoList li, .contInfoBox .infoList02 li {
  padding: 6px 10px 8px 10px;
  background: url(images/top_bg01.gif) repeat-x 0% 100%;
}
.contInfoBox #infoList .list, .contInfoBox .infoList .list, .contInfoBox .infoList02 .list {
  background: #f5f8fa url(images/top_bg01.gif) repeat-x 0% 100%;
}
.contInfoBox #infoList li em, .contInfoBox .infoList li em {
  font-weight: bold;
  float: left;
  width: 8em;
  clear: both;
  vertical-align: top;
}
.contInfoBox .infoList02 li dfn {
  display: table-cell;
  width: 8em;
  vertical-align: top;
  font-weight: bold;
}
.contInfoBox #infoList li img, .contInfoBox .infoList li img {
  vertical-align: middle;
}
.contInfoBox #infoList li p, .contInfoBox .infoList li p {
  clear: both;
  margin-top: 2px;
  margin-left: 8em;
}
.contInfoBox .infoList02 li p {
  display: table-cell;
  vertical-align: top;
}
.contInfoBox #infoList li p img, .contInfoBox .infoList li p img {
  margin-left: 7px;
}

/* *Hides from IE-mac \*/
/* *End hide from IE-mac */
.infoContent .photoBox01 {
  margin: 0px 92px 40px 93px;
  margin: 0 auto 40px;
  text-align: center;
}
.infoContent img {
  width: 100%;
  height: auto;
  max-width: 435px;
  margin: auto;
}
.infoContent .photoBox02 {
  float: right;
  width: 180px;
  width: 25%;
}
.infoContent .photoBox03 {
  margin: 5px 15px 10px 0px;
  float: left;
  width: 290px;
}
.infoContent .photoBox04 {
  width: 290px;
  float: left;
}
.infoContent .photoList03 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 1em auto;
  padding: 0;
}
.infoContent .photoList03 li {
  flex: 0 0 48%;
}
.infoContent .photoList03 li img {
  width: 100%;
  height: auto;
}
.infoContent .photoBox01 p, .infoContent .photoBox02 p, .infoContent .photoBox03 p, .infoContent .photoBox04 p {
  margin-top: 5px;
  line-height: 1.6;
}

.photoList03 p {
  margin-top: 5px;
  line-height: 1.6;
}

.infoContent {
  padding-bottom: 100px;
}
.infoContent .photoBox02 p, .infoContent .photoBox03 p {
  margin: 5px 0px 20px 0px;
}
.infoContent .sectionBox {
  width: 450px;
  width: 70%;
  float: left;
}
.infoContent .sectionBox h3 {
  background: #eee;
  padding: 0.5em 1em;
  margin-bottom: 1em;
}
.infoContent .section {
  margin-bottom: 20px;
  bottom-top: 1em;
  clear: both;
}
.infoContent .section h3 {
  background: #eee;
  padding: 0.5em 1em;
  margin: 0 0 2em;
  border-left: 5px solid #52a4dd;
}
.infoContent .section p {
  line-height: 2;
  padding: 0 0 1em;
  margin: 0;
}

/* ----------------------------------------------------------------
Global Settings
----------------------------------------------------------------- */
body {
  margin: 0;
  padding: 114px 0 0;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
  position: relative;
  -webkit-font-smoothing: none;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 900px) {
  body {
    font-size: 13px;
    padding: 56px 0 0;
  }
}

#main {
  text-align: center;
  margin: auto;
  padding: 0;
}
/* ----------------------------------------------------------------
Colors
----------------------------------------------------------------- */
.red {
  color: #FE1D00 !important;
}

/* ----------------------------------------------------------------
Sections
----------------------------------------------------------------- */
section.sec {
  padding: 0 20px 100px;
}
@media screen and (max-width: 767px) {
  section.sec {
    padding: 0 20px 50px;
  }
}
section.sec p {
  padding: 0 0 2em 0;
  margin: 0;
}
section.sec p:last-child {
  padding: 0 0 1em 0;
}

/* ----------------------------------------------------------------
Responsive
----------------------------------------------------------------- */
.sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
}

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

/* ----------------------------------------------------------------
Images
----------------------------------------------------------------- */
figure {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  figure img {
    width: 100%;
    height: auto;
  }
}

img {
  vertical-align: bottom;
}

/* ----------------------------------------------------------------
Anchor
----------------------------------------------------------------- */
a {
  color: #000;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

a.external::after {
  content: "\f14c";
  font-family: "FontAwesome";
  color: #B6B6B6;
  margin-left: 0.1em;
}

a[href*=".pdf"]::after,
a[href*="=pdf"]::after {
  content: "\f1c1";
  font-family: "FontAwesome";
  color: #FE1D00;
  margin-left: 0.1em;
}

a[href*=".xls"]::after,
a[href*=".xlsx"]::after {
  content: "\f1c3";
  font-family: "FontAwesome";
  color: #369427;
  margin-left: 0.1em;
}

a[href*=".doc"]::after,
a[href*=".docx"]::after {
  content: "\f1c2";
  font-family: "FontAwesome";
  color: #1455c4;
  margin-left: 0.1em;
}

/* ----------------------------------------------------------------
btn
----------------------------------------------------------------- */
.btn {
  display: inline-block;
  margin: auto;
  padding: 1em 3em;
  background: #52a4dd;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  transition: 0.3s;
}
.btn:hover {
  opacity: 0.7;
}
.btn[href$=".pdf"]::after, .btn[href$="=pdf"]::after, .btn[href$=".xls"]::after, .btn[href$=".xlsx"]::after,
.btn .external::after {
  color: #fff;
}

/* ----------------------------------------------------------------
Box Models
----------------------------------------------------------------- */
.w1140 {
  max-width: 1140px;
  margin: auto;
}

.w1060 {
  max-width: 1060px;
  margin: auto;
}

.w1000 {
  max-width: 1000px;
  margin: auto;
}

.w960 {
  max-width: 960px;
  margin: auto;
}

.w920 {
  max-width: 920px;
  margin: auto;
}

.w900 {
  max-width: 900px;
  margin: auto;
}

.w870 {
  max-width: 870px;
  margin: auto;
}

.w800 {
  max-width: 800px;
  margin: auto;
}

.w670 {
  max-width: 800px;
  margin: auto;
}

.well {
  background: #f5f5f5;
  padding: 30px 40px;
  margin-bottom: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .well {
    padding: 15px;
  }
}

/* ----------------------------------------------------------------
breadcrumbs
----------------------------------------------------------------- */
.breadcrumbs {
  text-align: right;
  font-size: 14px;
  padding: 1em 0;
  max-width: 1140px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    font-size: 10px;
    padding: 1em 1em 0;
  }
}
.breadcrumbs a {
  text-decoration: none;
}

/* ----------------------------------------------------------------
Headlines
----------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

.ttl1 {
  font-size: 40px;
  line-height: 1.5;
  font-weight: normal;
  letter-spacing: 0;
  margin: 0 auto 30px;
  padding: 50px 0 0.2em;
  display: block;
  text-align: center;
}
.ttl1::after {
  content: "";
  display: block;
  width: 100%;
  max-width: 438px;
  height: 4px;
  background: #52a4dd;
  margin: 0.2em auto;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .ttl1 {
    font-size: 20px;
    padding: 50px auto 15px;
  }
  .ttl1::after {
    height: 2px;
  }
}

#soshi .ttl1::after {
  background: #E87926;
}

#integrated .ttl1::after {
  background: #50cd9c;
}

#business .ttl1::after {
  background: #e85f84;
}

.ttl2 {
  font-size: 30px;
  font-weight: normal;
  text-align: left;
  line-height: 1.5;
  padding: 0;
  margin: 30px 0 20px;
}
@media screen and (max-width: 767px) {
  .ttl2 {
    font-size: 16px;
    margin: 15px 0 10px;
  }
}

.ttl3 {
  font-size: 25px;
  font-weight: normal;
  text-align: left;
  line-height: 1.5;
  padding: 0 0 0 10px;
  margin: 30px 0 20px;
  border-left: 5px solid #52a4dd;
}
@media screen and (max-width: 767px) {
  .ttl3 {
    font-size: 14px;
    margin: 15px 0 10px;
  }
}

#soshi .ttl3 {
  border-color: #E87926;
}

#integrated .ttl3 {
  border-color: #50cd9c;
}

#business .ttl3 {
  border-color: #e85f84;
}

.ttl4 {
  font-size: 25px;
  font-weight: normal;
  text-align: left;
  line-height: 1.5;
  padding: 0 0 0.3em 15px;
  margin: 30px 0 20px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .ttl4 {
    font-size: 14px;
    margin: 15px 0 10px;
  }
}

.ttl5 {
  font-size: 25px;
  font-weight: normal;
  text-align: left;
  line-height: 1.5;
  padding: 0.5em 15px;
  margin: 30px 0 20px;
  background: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .ttl5 {
    font-size: 14px;
    margin: 15px 0 10px;
  }
}

.ttl6 {
  flex: 0 0 25%;
  margin: 0 0 20px;
  padding: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .ttl6 {
    text-align: center;
  }
}
.ttl6 strong {
  display: block;
  font-family: "Barlow Semi Condensed", sans-serif !important;
  font-weight: 500;
  font-style: italic;
  font-style: italic;
  font-size: 38px;
  color: #52a4dd;
}
@media screen and (max-width: 767px) {
  .ttl6 strong {
    font-size: 32px;
  }
}
.ttl6 small {
  font-size: 18px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .ttl6 small {
    font-size: 15px;
  }
}

.lead {
  font-size: 22px;
  line-height: 1.7;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .lead {
    font-size: 14px;
    text-align: left;
  }
  .lead br {
    display: none;
  }
}

/* ----------------------------------------------------------------
Background Colors
----------------------------------------------------------------- */
.bgWhite {
  background: #fff;
}

.bgGray {
  background: #f5f5f5;
}

/* ----------------------------------------------------------------
List
----------------------------------------------------------------- */
dl {
  margin: 0;
  padding: 0;
}
dl dt,
dl dd {
  margin: 0;
  padding: 0;
}

.maru-list {
  list-style: none;
  margin: 0 0 1em 1em;
  padding: 0;
}
.maru-list li::before {
  content: "○";
  margin-left: -1em;
  display: inline-block;
}

/* ----------------------------------------------------------------
Table
----------------------------------------------------------------- */
table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 0 1em;
  text-align: left;
  border-top: 1px solid #ccc;
  box-sizing: border-box;
}
table tr {
  border-bottom: 1px solid #ccc;
}
table th,
table td {
  font-size: 1em;
  line-height: 1.9;
  padding: 15px;
  border-left: 1px solid #ccc;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  table th,
table td {
    padding: 10px !important;
  }
}
table th {
  font-weight: bold;
  white-space: nowrap;
  background: #F4F4F4;
  text-align: center;
}
table td.nobdrL {
  border-left: none;
}
table td ul,
table td ol {
  margin-top: 0;
  padding-left: 1.7em;
}
table td ul:last-child,
table td ol:last-child {
  margin-bottom: 0;
}
table td p:last-of-type,
table td p:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
table tr th:nth-child(1) {
  border-left: none;
}

@media screen and (max-width: 768px) {
  table.gl-tb th,
table.gl-tb td {
    line-height: 1.5;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768px) {
  table.gl-tb th {
    white-space: nowrap;
    font-feature-settings: "palt";
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* ----------------------------------------------------------------
hr
----------------------------------------------------------------- */
hr {
  border: none;
  border-bottom: 1px solid #ccc;
}

/* ----------------------------------------------------------------
img
----------------------------------------------------------------- */
.img-responsive {
  max-width: 100%;
  height: auto;
}

.img-round {
  border-radius: 10px;
}

.img-thumbnail {
  border: 1px solid #ddd;
  padding: 4px;
}

/* ----------------------------------------------------------------
Align
----------------------------------------------------------------- */
.text-center {
  text-align: center !important;
}

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

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

/* ----------------------------------------------------------------
Float
----------------------------------------------------------------- */
.fRight {
  float: right;
}

.fLeft {
  float: left;
}

.cBoth {
  clear: both;
}

/* ----------------------------------------------------------------
flex
----------------------------------------------------------------- */
.flex {
  display: flex;
}

/* ----------------------------------------------------------------
YouTube埋め込み（レスポンシブ）
----------------------------------------------------------------- */
.yt_cont {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  margin: 0 auto 30px;
  width: 100%;
  max-width: 600px;
}
.yt_cont iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ----------------------------------------------------------------
フォーム送信ボタン
----------------------------------------------------------------- */
.cb-form-btn {
  padding-top: 0 !important;
}
.cb-form-btn .wpcf7-spinner {
  display: block;
  margin: 20px auto 0;
}
.cb-form-btn input {
  border: none;
  margin: 0;
}

/* ----------------------------------------------------------------
Margin
----------------------------------------------------------------- */
.mgb0 {
  margin-bottom: 0px !important;
}

.mgb5 {
  margin-bottom: 5px !important;
}

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

.mgb15 {
  margin-bottom: 15px !important;
}

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

.mgb25 {
  margin-bottom: 25px !important;
}

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

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

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

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

.mgt0 {
  margin-top: 0px !important;
}

.mgt5 {
  margin-top: 5px !important;
}

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

.mgt15 {
  margin-top: 15px !important;
}

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

.mgt25 {
  margin-top: 25px !important;
}

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

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

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

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

.mgt1em {
  margin-top: 1em !important;
}

.mgt2em {
  margin-top: 2em !important;
}

.mgt3em {
  margin-top: 3em !important;
}

.mgb1em {
  margin-bottom: 1em !important;
}

.mgb2em {
  margin-bottom: 2em !important;
}

.mgb3em {
  margin-bottom: 3em !important;
}

/* ----------------------------------------------------------------
Padding
----------------------------------------------------------------- */
.pdb0 {
  padding-bottom: 0px !important;
}

.pdb5 {
  padding-bottom: 5px !important;
}

.pdb10 {
  padding-bottom: 10px !important;
}

.pdb15 {
  padding-bottom: 15px !important;
}

.pdb20 {
  padding-bottom: 20px !important;
}

.pdb25 {
  padding-bottom: 25px !important;
}

.pdb30 {
  padding-bottom: 30px !important;
}

.pdb40 {
  padding-bottom: 40px !important;
}

.pdb50 {
  padding-bottom: 50px !important;
}

.pdb60 {
  padding-bottom: 60px !important;
}

.pdt0 {
  padding-top: 0px !important;
}

.pdt5 {
  padding-top: 5px !important;
}

.pdt10 {
  padding-top: 10px !important;
}

.pdt15 {
  padding-top: 15px !important;
}

.pdt20 {
  padding-top: 20px !important;
}

.pdt25 {
  padding-top: 25px !important;
}

.pdt30 {
  padding-top: 30px !important;
}

.pdt40 {
  padding-top: 40px !important;
}

.pdt50 {
  padding-top: 50px !important;
}

.pdt60 {
  padding-top: 60px !important;
}