<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*common.scss*/
/*css調整*/
/* line 66, ../sass/_common.scss */
button {
  font-weight: normal;
}

/* line 71, ../sass/_common.scss */
body {
  font-size: 62.5%;
  margin: 0px;
  font-weight: 500;
  overflow-x: hidden;
  font-family: Noto Sans Japanese, arial,"ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
@media screen and (max-width: 1040px) {
  /* line 71, ../sass/_common.scss */
  body {
    overflow-x: auto;
    width: 1040px;
  }
}
@media screen and (max-width: 1040px) {
  /* line 71, ../sass/_common.scss */
  body {
    width: 100%;
    overflow-x: hidden;
  }
}

/* line 88, ../sass/_common.scss */
.honoka {
  font-family: MyHonoka, serif !important;
}

/* line 92, ../sass/_common.scss */
.yu-mincho {
  font-family: YuMincho, "Yu Mincho", serif !important;
}
@media screen and (max-width: 1040px) {
  /* line 92, ../sass/_common.scss */
  .yu-mincho {
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif !important;
  }
}

/* line 99, ../sass/_common.scss */
img {
  vertical-align: bottom;
}

/* line 103, ../sass/_common.scss */
.bold {
  font-weight: bold;
}

/* line 107, ../sass/_common.scss */
h1, h2, h3, h4, h5, p {
  line-height: 1.5;
  margin: 0px;
  font-weight: normal;
  color: #535353;
}

/* line 122, ../sass/_common.scss */
.clear {
  clear: both;
}

/* line 126, ../sass/_common.scss */
#body {
  margin: 0px;
}
@media screen and (max-width: 1040px) {
  /* line 126, ../sass/_common.scss */
  #body {
    margin-top: 0px;
  }
}

/* line 133, ../sass/_common.scss */
a {
  text-decoration: none;
  cursor: pointer;
  color: #35478f;
}
/* line 137, ../sass/_common.scss */
a:hover {
  opacity: 0.6;
}
/* line 140, ../sass/_common.scss */
a.no-hover:hover {
  opacity: 1.0;
}

/* line 145, ../sass/_common.scss */
p {
  line-height: 1.6;
  color: #535353;
}

/* line 150, ../sass/_common.scss */
#main {
  border: none;
}

/* line 154, ../sass/_common.scss */
#header-in, #navi-in, #body-in, #footer-in {
  width: 100%;
}

/* line 157, ../sass/_common.scss */
html {
  margin-top: 0px !important;
}

/* line 161, ../sass/_common.scss */
.clear {
  clear: both;
}

/**********************
	font size
***********************/
/* line 168, ../sass/_common.scss */
.small {
  font-size: 1.4em;
}

/**********************
	基本となるdiv
***********************/
/* line 176, ../sass/_common.scss */
.background-wrapper {
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* line 183, ../sass/_common.scss */
.content-wrapper {
  padding: 45px 0px;
  width: 1000px;
  height: auto;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1040px) {
  /* line 183, ../sass/_common.scss */
  .content-wrapper {
    padding: 30px 0px;
    width: 100%;
  }
}

/* line 195, ../sass/_common.scss */
.content-main-wrapper {
  padding: 60px 0px;
  width: 850px;
  height: auto;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1040px) {
  /* line 195, ../sass/_common.scss */
  .content-main-wrapper {
    padding: 30px 10px;
    width: 100%;
  }
}

/* line 207, ../sass/_common.scss */
.content-under-wrapper {
  padding: 60px 0px;
  width: 850px;
  height: auto;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1040px) {
  /* line 207, ../sass/_common.scss */
  .content-under-wrapper {
    padding: 30px 10px;
    width: 100%;
  }
}

/* line 219, ../sass/_common.scss */
.content-long-wrapper {
  padding: 50px 0px;
  width: 1000px;
  height: auto;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1250px) {
  /* line 219, ../sass/_common.scss */
  .content-long-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 1040px) {
  /* line 219, ../sass/_common.scss */
  .content-long-wrapper {
    padding: 40px 10px;
    width: 100%;
  }
}

/*flex周り*/
/* line 236, ../sass/_common.scss */
.flex-row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media screen and (max-width: 1040px) {
  /* line 236, ../sass/_common.scss */
  .flex-row {
    display: block;
  }
  /* line 241, ../sass/_common.scss */
  .flex-row.mobile-flex {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

/* line 248, ../sass/_common.scss */
.flex-column {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* line 253, ../sass/_common.scss */
.flex-space {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

/* line 257, ../sass/_common.scss */
.flex-start {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

/* line 261, ../sass/_common.scss */
.flex-end {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

/* line 265, ../sass/_common.scss */
.flex-center {
  -webkit-justify-content: center;
  justify-content: center;
}

/* line 269, ../sass/_common.scss */
.flex-wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 273, ../sass/_common.scss */
.flex-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* line 277, ../sass/_common.scss */
.flex-column-reverse {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

/* line 281, ../sass/_common.scss */
.grid {
  display: grid;
  grid-gap: 5px;
}

/* line 286, ../sass/_common.scss */
.align-item {
  align-items: center;
}

/* line 290, ../sass/_common.scss */
.text-center {
  text-align: center;
}

@media screen and (max-width: 1040px) {
  /* line 294, ../sass/_common.scss */
  .only-pc {
    display: none !important;
  }
}

/* line 300, ../sass/_common.scss */
.only-sp {
  display: none;
}
@media screen and (max-width: 1040px) {
  /* line 300, ../sass/_common.scss */
  .only-sp {
    display: block !important;
  }
}

/* line 307, ../sass/_common.scss */
.only-tablet {
  display: none;
}
@media screen and (max-width: 1040px) {
  /* line 307, ../sass/_common.scss */
  .only-tablet {
    display: block;
  }
}

/* line 314, ../sass/_common.scss */
.only-pc-is-slick {
  display: block !important;
}
@media screen and (max-width: 1040px) {
  /* line 314, ../sass/_common.scss */
  .only-pc-is-slick {
    display: none !important;
  }
}

/* line 321, ../sass/_common.scss */
.only-sp-is-slick {
  display: none !important;
}
@media screen and (max-width: 1040px) {
  /* line 321, ../sass/_common.scss */
  .only-sp-is-slick {
    display: block !important;
  }
}

/* line 328, ../sass/_common.scss */
#mobile-menu {
  display: none;
}
@media screen and (max-width: 1040px) {
  /* line 328, ../sass/_common.scss */
  #mobile-menu {
    display: block;
  }
}

/* line 336, ../sass/_common.scss */
.mbn {
  margin-bottom: 0px !important;
}

/* line 340, ../sass/_common.scss */
.mbs {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 1040px) {
  /* line 340, ../sass/_common.scss */
  .mbs {
    margin-bottom: 10px !important;
  }
}

/* line 348, ../sass/_common.scss */
.mb30 {
  margin-bottom: 30px !important;
}

/* line 352, ../sass/_common.scss */
.mbm {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 1040px) {
  /* line 352, ../sass/_common.scss */
  .mbm {
    margin-bottom: 20px !important;
  }
}

/* line 360, ../sass/_common.scss */
.mbl {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 1040px) {
  /* line 360, ../sass/_common.scss */
  .mbl {
    margin-bottom: 30px !important;
  }
}

/* line 367, ../sass/_common.scss */
.mtn {
  margin-top: 0px !important;
}

/* line 371, ../sass/_common.scss */
.mts {
  margin-top: 20px !important;
}

/* line 375, ../sass/_common.scss */
.mtm {
  margin-top: 40px !important;
}

/* line 379, ../sass/_common.scss */
.mtl {
  margin-top: 60px !important;
}

/*common*/
/* line 385, ../sass/_common.scss */
.box-link {
  display: block;
  color: #535353;
}

/* line 390, ../sass/_common.scss */
.background-gray {
  background-color: #F8F8F8;
}

/* line 394, ../sass/_common.scss */
.animation-button .cover {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
  top: -100%;
  left: -100%;
  width: 100%;
  height: 100%;
}

/* line 404, ../sass/_common.scss */
.animation-button,
.animation-button .cover {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

/* line 413, ../sass/_common.scss */
.animation-button {
  display: inline-block;
  position: relative;
  text-align: center;
  text-decoration: none;
  z-index: 2;
  overflow: hidden;
  outline: none;
}

/* line 422, ../sass/_common.scss */
.animation-button:hover {
  background-color: #FFF;
}

/* line 425, ../sass/_common.scss */
.animation-button:hover .cover {
  top: 0;
  left: 0;
  background-color: #FFF;
}

/* line 1, ../sass/_header.scss */
.menu-btn {
  position: absolute;
  top: 20px;
  right: 12px;
  z-index: 2;
}

/* line 7, ../sass/_header.scss */
.hambarger {
  width: 26px;
  height: 19px;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: none;
}
@media screen and (max-width: 1040px) {
  /* line 7, ../sass/_header.scss */
  .hambarger {
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 0 0 auto;
  }
}
/* line 22, ../sass/_header.scss */
.hambarger.animation span {
  transition: all 0.3s;
  transform: rotate(0deg);
}
/* line 26, ../sass/_header.scss */
.hambarger.animation .top {
  transform: translateY(-8px);
}
/* line 29, ../sass/_header.scss */
.hambarger.animation .bottom {
  transform: translateY(8px);
}
/* line 33, ../sass/_header.scss */
.hambarger.animation.is-open .middle {
  background: transparent;
}
/* line 36, ../sass/_header.scss */
.hambarger.animation.is-open .top {
  transform: rotate(-45deg) translateY(0px);
}
/* line 39, ../sass/_header.scss */
.hambarger.animation.is-open .bottom {
  transform: rotate(45deg) translateY(0px);
}
/* line 44, ../sass/_header.scss */
.hambarger span {
  width: 26px;
  height: 3px;
  display: block;
  background: #535353;
  position: absolute;
  left: 8px;
  top: 28px;
}
@media screen and (max-width: 1040px) {
  /* line 44, ../sass/_header.scss */
  .hambarger span {
    left: 7px;
    top: 18px;
  }
}
/* line 56, ../sass/_header.scss */
.hambarger span .bottom {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
}
/* line 61, ../sass/_header.scss */
.hambarger span .top {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
/* line 67, ../sass/_header.scss */
.hambarger p {
  margin: 0px;
  font-size: 1.2em;
  position: absolute;
  bottom: -3px;
}

/* line 75, ../sass/_header.scss */
#header-in {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
}
/* line 80, ../sass/_header.scss */
#header-in #h-top {
  min-height: 200px;
  position: relative;
}
@media screen and (max-width: 1040px) {
  /* line 80, ../sass/_header.scss */
  #header-in #h-top {
    min-height: auto;
    background-color: white;
  }
}
/* line 87, ../sass/_header.scss */
#header-in #h-top .header-logo-background {
  background-repeat: no-repeat;
  background-image: url(../images/header/header_logo_background.png);
  width: 40%;
  height: 200px;
  left: 0px;
  top: 0px;
  position: absolute;
  background-size: cover;
  background-position: right;
}
@media screen and (max-width: 1040px) {
  /* line 87, ../sass/_header.scss */
  #header-in #h-top .header-logo-background {
    display: none;
  }
}
/* line 101, ../sass/_header.scss */
#header-in #h-top .header-link-background {
  position: absolute;
  right: 0px;
  background-repeat: no-repeat;
  top: 0px;
  background-image: url(../images/header/header_background.png);
  width: 80%;
  height: 100px;
  background-size: cover;
}
@media screen and (max-width: 1040px) {
  /* line 101, ../sass/_header.scss */
  #header-in #h-top .header-link-background {
    height: 80px;
  }
}
/* line 114, ../sass/_header.scss */
#header-in #h-top .header-wrapper {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1040px) {
  /* line 118, ../sass/_header.scss */
  #header-in #h-top .header-wrapper .header-logo-box {
    display: inline-block;
    padding: 10px;
  }
}
@media screen and (max-width: 1040px) {
  /* line 123, ../sass/_header.scss */
  #header-in #h-top .header-wrapper .header-logo-box img {
    height: 60px;
  }
}
@media screen and (max-width: 1040px) {
  /* line 114, ../sass/_header.scss */
  #header-in #h-top .header-wrapper {
    width: 100%;
  }
}
/* line 132, ../sass/_header.scss */
#header-in #h-top .header-wrapper .header-name-box {
  text-align: right;
  margin-right: 20px;
}
.header-name-box a{
  color: white;
}
@media screen and (max-width: 1040px) {
  /* line 132, ../sass/_header.scss */
  #header-in #h-top .header-wrapper .header-name-box {
    display: none;
  }
}
/* line 138, ../sass/_header.scss */
#header-in #h-top .header-wrapper .header-name-box .header-name {
  font-size: 2.1em;
  color: white;
  margin-bottom: 10px;
}
/* line 143, ../sass/_header.scss */
#header-in #h-top .header-wrapper .header-name-box .header-name-line {
  height: 1px;
  background-color: white;
  margin-bottom: 5px;
}
/* line 148, ../sass/_header.scss */
#header-in #h-top .header-wrapper .header-name-box .header-name-en {
  color: white;
  font-size: 1.4em;
}
@media screen and (max-width: 1040px) {
  /* line 153, ../sass/_header.scss */
  #header-in #h-top .header-wrapper .header-navi {
    display: none;
    padding-top: 20px;
    background-color: #76B55C;
  }
}
/* line 159, ../sass/_header.scss */
#header-in #h-top .header-wrapper .header-navi .mobile-header-navi-list {
  display: none;
}
@media screen and (max-width: 1040px) {
  /* line 159, ../sass/_header.scss */
  #header-in #h-top .header-wrapper .header-navi .mobile-header-navi-list {
    display: block;
  }
}
@media screen and (max-width: 1040px) {
  /* line 164, ../sass/_header.scss */
  #header-in #h-top .header-wrapper .header-navi .mobile-header-navi-list nav {
    display: block;
  }
}
/* line 170, ../sass/_header.scss */
#header-in #h-top .header-wrapper .header-navi .en-btn {
  margin-left: 20px;
}
/* line 172, ../sass/_header.scss */
#header-in #h-top .header-wrapper .header-navi .en-btn .no-link {
  cursor: default;
  pointer-events: none;
}
/* line 175, ../sass/_header.scss */
#header-in #h-top .header-wrapper .header-navi .en-btn .no-link:hover {
  display: none;
}
@media screen and (max-width: 1040px) {
  /* line 180, ../sass/_header.scss */
  #header-in #h-top .header-wrapper .header-navi .header-link-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
/* line 185, ../sass/_header.scss */
#header-in #h-top .header-wrapper .header-navi .header-link-wrapper .header-link-box {
  background-color: #223D17;
  opacity: 0.8;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  width: 80px;
  height: 80px;
  margin-left: 20px;
}
@media screen and (max-width: 1040px) {
  /* line 185, ../sass/_header.scss */
  #header-in #h-top .header-wrapper .header-navi .header-link-wrapper .header-link-box {
    margin-right: 10px;
    margin-left: 10px;
  }
}
/* line 200, ../sass/_header.scss */
#header-in #h-top .header-wrapper .header-navi .header-link-wrapper .header-link-box:hover {
  opacity: 0.6;
}
/* line 203, ../sass/_header.scss */
#header-in #h-top .header-wrapper .header-navi .header-link-wrapper .header-link-box .inner-box {
  border: 1px solid white;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 210, ../sass/_header.scss */
#header-in #h-top .header-wrapper .header-navi .header-link-wrapper .header-link-box .inner-box .link-name {
  color: white;
  line-height: 1.2;
  height: 25px;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
/* line 219, ../sass/_header.scss */
#header-in #h-top .header-wrapper .header-navi .header-link-wrapper .header-link-box .inner-box .img-box {
  height: 28px;
}

/* line 185, ../sass/_header.scss */
#header-in #h-top .header-wrapper .header-navi .header-link-wrapper .header-link-box2 {
  background-color: #EBAE30;
  opacity: 0.8;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  width: 80px;
  height: 80px;
  margin-left: 20px;
}
@media screen and (max-width: 1040px) {
  /* line 185, ../sass/_header.scss */
  #header-in #h-top .header-wrapper .header-navi .header-link-wrapper .header-link-box2 {
    margin-right: 10px;
    margin-left: 10px;
  }
}
/* line 200, ../sass/_header.scss */
#header-in #h-top .header-wrapper .header-navi .header-link-wrapper .header-link-box2:hover {
  opacity: 0.6;
}
/* line 203, ../sass/_header.scss */
#header-in #h-top .header-wrapper .header-navi .header-link-wrapper .header-link-box2 .inner-box {
  border: 1px solid white;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 210, ../sass/_header.scss */
#header-in #h-top .header-wrapper .header-navi .header-link-wrapper .header-link-box2 .inner-box .link-name {
  color: white;
  line-height: 1.2;
  height: 25px;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
/* line 219, ../sass/_header.scss */
#header-in #h-top .header-wrapper .header-navi .header-link-wrapper .header-link-box2 .inner-box .img-box {
  height: 28px;
}


/* line 1, ../sass/_footer.scss */
footer {
  padding: 0px;
  margin: 0px;
  background-color: white;
}
/* line 5, ../sass/_footer.scss */
footer #footer {
  padding: 0px;
  margin: 0px;
  background-color: white;
}
/* line 10, ../sass/_footer.scss */
footer #footer-in {
  background-color: white;
  text-align: center;
  border-top: 1px solid #F2F2F2;
  width: 95%;
  margin: 0 auto;
}
@media screen and (max-width: 1040px) {
  /* line 10, ../sass/_footer.scss */
  footer #footer-in {
    width: 95%;
  }
}
/* line 18, ../sass/_footer.scss */
footer #footer-in .footer-wrapper {
  padding: 50px 0px;
}
@media screen and (max-width: 1040px) {
  /* line 18, ../sass/_footer.scss */
  footer #footer-in .footer-wrapper {
    padding: 20px 0px;
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1040px) {
  /* line 25, ../sass/_footer.scss */
  footer #footer-in .footer-wrapper .footer-logo {
    margin-bottom: 10px;
  }
}
/* line 30, ../sass/_footer.scss */
footer #footer-in .footer-wrapper .footer-info {
  font-size: 1.3em;
  text-align: left;
}
@media screen and (max-width: 1040px) {
  /* line 30, ../sass/_footer.scss */
  footer #footer-in .footer-wrapper .footer-info {
    margin-bottom: 10px;
  }
  /* line 35, ../sass/_footer.scss */
  footer #footer-in .footer-wrapper .footer-info br {
    display: block;
  }
}
@media screen and (max-width: 1040px) {
  /* line 40, ../sass/_footer.scss */
  footer #footer-in .footer-wrapper .header-link-wrapper {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
/* line 45, ../sass/_footer.scss */
footer #footer-in .footer-wrapper .header-link-wrapper .header-link-box {
  background-color: #737373;
  opacity: 0.8;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  width: 80px;
  height: 80px;
  margin-left: 20px;
}
@media screen and (max-width: 1040px) {
  /* line 45, ../sass/_footer.scss */
  footer #footer-in .footer-wrapper .header-link-wrapper .header-link-box {
    margin-left: 0px;
  }
}
/* line 59, ../sass/_footer.scss */
footer #footer-in .footer-wrapper .header-link-wrapper .header-link-box:hover {
  opacity: 0.6;
}
/* line 62, ../sass/_footer.scss */
footer #footer-in .footer-wrapper .header-link-wrapper .header-link-box .inner-box {
  border: 1px solid white;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 69, ../sass/_footer.scss */
footer #footer-in .footer-wrapper .header-link-wrapper .header-link-box .inner-box .link-name {
  color: white;
  margin-bottom: 5px;
}
/* line 79, ../sass/_footer.scss */
footer .copy-write {
  font-size: 1.2em;
  padding-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  /* line 79, ../sass/_footer.scss */
  footer .copy-write {
    width: 90%;
    margin: 0 auto;
  }
}

/* line 1, ../sass/_news.scss */
.news-box {
  border-top: 1px dotted black;
  border-bottom: 1px dotted black;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 35px 20px;
}
@media screen and (max-width: 1040px) {
  /* line 1, ../sass/_news.scss */
  .news-box {
    padding: 20px;
  }
}
/* line 11, ../sass/_news.scss */
.news-box:nth-child(2n + 1) {
  border-right: 1px dotted black;
}
/* line 14, ../sass/_news.scss */
.news-box .news-title-wrapper {
  margin-bottom: 20px;
}
/* line 16, ../sass/_news.scss */
.news-box .news-title-wrapper .category {
  height: 20px;
  width: 60px;
}
/* line 19, ../sass/_news.scss */
.news-box .news-title-wrapper .category.news {
  background-color: #1c7c3d;
}
/* line 22, ../sass/_news.scss */
.news-box .news-title-wrapper .category.pr {
  background-color: #f8b551;
}
/* line 25, ../sass/_news.scss */
.news-box .news-title-wrapper .category.topic {
  background-color: #c57677;
}
/* line 25, ../sass/_news.scss */
.news-box .news-title-wrapper .category.member {
  background-color: #c57677;
}
/* line 28, ../sass/_news.scss */
.news-box .news-title-wrapper .category a {
  color: white;
  font-size: 1.2em;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
/* line 34, ../sass/_news.scss */
.news-box .news-title-wrapper .news-title {
  color: #35478f;
  font-size: 1.8em;
  margin-left: 10px;
}
@media screen and (max-width: 1040px) {
  /* line 34, ../sass/_news.scss */
  .news-box .news-title-wrapper .news-title {
    margin-left: 0px;
    display: block;
    margin-top: 10px;
    width: 100%;
  }
}
/* line 46, ../sass/_news.scss */
.news-box .news-content {
  font-size: 1.5em;
  color: black;
  line-height: 1.5;
}
/* line 51, ../sass/_news.scss */
.news-box .read-more {
  text-align: right;
}
/* line 53, ../sass/_news.scss */
.news-box .read-more a {
  color: #35478f;
  font-size: 1.5em;
}

/* line 61, ../sass/_news.scss */
.news-list-wrapper .news-box {
  border: none !important;
  padding: 10px 0px;
  margin-bottom: 20px;
}

/* line 1, ../sass/_template.scss */
.text-link-wrapper {
  font-size: 1.8em;
  color: #35478f;
}
/* line 2, ../sass/_template.scss */
.text-link-wrapper.text-right {
  text-align: right;
}
@media screen and (max-width: 1040px) {
  /* line 1, ../sass/_template.scss */
  .text-link-wrapper {
    padding: 0 10px;
  }
}

/* line 13, ../sass/_template.scss */
.side-wrapper {
  width: 280px;
}
@media screen and (max-width: 1040px) {
  /* line 13, ../sass/_template.scss */
  .side-wrapper {
    width: 90%;
    margin: 0 auto;
  }
}
/* line 19, ../sass/_template.scss */
.side-wrapper ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
/* line 23, ../sass/_template.scss */
.side-wrapper ul li {
  margin-bottom: 3px;
}
/* line 25, ../sass/_template.scss */
.side-wrapper ul li:first-child {
  background-color: #5ead3b;
  padding: 0px 10px;
  color: white;
  height: 80px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
  border: 1px solid #D3D4D6;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 1.6em;
  font-weight: bold;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
/* line 39, ../sass/_template.scss */
.side-wrapper ul li:first-child a {
  color: white;
  cursor: default;
}
/* line 42, ../sass/_template.scss */
.side-wrapper ul li:first-child a:hover {
  opacity: 1.0;
}
/* line 47, ../sass/_template.scss */
.side-wrapper ul li:nth-child(n + 2) {
  position: relative;
}
/* line 49, ../sass/_template.scss */
.side-wrapper ul li:nth-child(n + 2):before {
  content: '';
  height: 40px;
  width: 2px;
  background-color: #5ead3b;
  position: absolute;
  left: 8px;
  top: 10px;
}
/* line 58, ../sass/_template.scss */
.side-wrapper ul li:nth-child(n + 2) a {
  background-color: white;
  height: 60px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: start;
  justify-content: start;
  align-items: center;
  border: 1px solid #5ead3b;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 1.6em;
  padding-left: 30px;
  color: black;
}

/* line 75, ../sass/_template.scss */
.main-wrapper {
  width: 700px;
  padding: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #A9AAAC;
}
/* line 82, ../sass/_template.scss */
.main-wrapper.contact-main {
  margin: 0 auto;
}
/* line 84, ../sass/_template.scss */
.main-wrapper.contact-main .page {
  margin-bottom: 0px !important;
}
@media screen and (max-width: 1040px) {
  /* line 75, ../sass/_template.scss */
  .main-wrapper {
    width: 90%;
    margin: 0 auto 40px;
    padding: 20px;
  }
}
@media screen and (max-width: 1040px) {
  /* line 93, ../sass/_template.scss */
  .main-wrapper .page {
    margin-bottom: 0px !important;
  }
}
/* line 99, ../sass/_template.scss */
.main-wrapper .article {
  font-size: 1.0em;
}
/* line 101, ../sass/_template.scss */
.main-wrapper .article .article-page-title {
  font-size: 2.4em;
  font-weight: bold;
  margin: 0;
  padding-bottom: 35px;
  border-bottom: 10px solid #F0F0F0;
}
/* line 108, ../sass/_template.scss */
.main-wrapper .article .contact-title {
  border-bottom: 10px solid #EEE;
  font-weight: bold;
  padding-bottom: 40px;
}
/* line 113, ../sass/_template.scss */
.main-wrapper .article .contact-th {
  font-weight: bold;
  font-size: 1.5em;
  padding-left: 10px;
  margin-bottom: 10px;
}
/* line 119, ../sass/_template.scss */
.main-wrapper .article .contact-send {
  text-align: center;
}
/* line 121, ../sass/_template.scss */
.main-wrapper .article .contact-send input {
  width: 200px;
  height: 55px;
  font-size: 1.5em;
  margin-bottom: 20px;
  color: white;
  border: none;
  background-color: #5ead3b;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 132, ../sass/_template.scss */
.main-wrapper .article .category-box {
  margin-bottom: 10px;
}
/* line 134, ../sass/_template.scss */
.main-wrapper .article .category-box .category {
  height: 20px;
  width: 60px;
}
/* line 137, ../sass/_template.scss */
.main-wrapper .article .category-box .category.news {
  background-color: #1c7c3d;
}
/* line 140, ../sass/_template.scss */
.main-wrapper .article .category-box .category.pr {
  background-color: #f8b551;
}
/* line 143, ../sass/_template.scss */
.main-wrapper .article .category-box .category.topic {
  background-color: #c57677;
}
/* line 146, ../sass/_template.scss */
.main-wrapper .article .category-box .category a {
  color: white;
  font-size: 1.2em;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
/* line 153, ../sass/_template.scss */
.main-wrapper .article .meeting-page-title {
  font-size: 2.4em;
  font-weight: bold;
  margin: 0;
  padding-bottom: 35px;
}
/* line 159, ../sass/_template.scss */
.main-wrapper .article .meta-meeting {
  background-color: #eee;
  padding: 5px 20px;
  margin-bottom: 20px;
}
/* line 165, ../sass/_template.scss */
.main-wrapper .article .meta-meeting .meta-entry-tag .entry-tag-text.end {
  font-size: 1.4em;
  color: #787878;
}
/* line 169, ../sass/_template.scss */
.main-wrapper .article .meta-meeting .meta-entry-tag .entry-tag-text.now {
  font-size: 1.6em;
  color: #bb5456;
  font-weight: bold;
}
/* line 174, ../sass/_template.scss */
.main-wrapper .article .meta-meeting .meta-entry-tag .entry-tag-text.yet {
  font-size: 1.4em;
  color: #5fad3c;
}
/* line 181, ../sass/_template.scss */
.main-wrapper .article .meta-meeting .meta-entry-info .meta-place {
  font-size: 1.4em;
}
/* line 184, ../sass/_template.scss */
.main-wrapper .article .meta-meeting .meta-entry-info .meta-date {
  font-size: 1.4em;
  margin-left: 20px;
}
/* line 190, ../sass/_template.scss */
.main-wrapper .article .entry-content {
  padding: 20px;
  margin-bottom: 0px;
}
@media screen and (max-width: 1040px) {
  /* line 190, ../sass/_template.scss */
  .main-wrapper .article .entry-content {
    padding: 20px 10px;
  }
}
/* line 197, ../sass/_template.scss */
.main-wrapper .article .entry-content a.hp-btn {
  display: inline-block;
  margin-left: 10px;
  color: white;
  width: 35px;
  height: 20px;
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(#618DF1 0%, #173DDD 100%);
  background-image: linear-gradient(#618df1 0%, #173ddd 100%);
  letter-spacing: 0.1em;
}
/* line 211, ../sass/_template.scss */
.main-wrapper .article .entry-content h2 {
  font-size: 1.6em;
  font-weight: bold;
  border-left: 5px solid #373737;
  margin: 15px 0px 40px -20px;
  padding: 0px;
  padding-left: 20px;
}
/* line 219, ../sass/_template.scss */
.main-wrapper .article .entry-content h3 {
  font-size: 1.6em;
  font-weight: bold;
  border: none;
  padding: 0px;
}
/* line 225, ../sass/_template.scss */
.main-wrapper .article .entry-content h4 {
  font-size: 1.4em;
  font-weight: bold;
  border: none;
  padding: 0px;
  margin: 0px;
}
/* line 232, ../sass/_template.scss */
.main-wrapper .article .entry-content p {
  font-size: 1.4em;
}
/* line 235, ../sass/_template.scss */
.main-wrapper .article .entry-content table {
  border: none;
  width: 100%;
}
/* line 238, ../sass/_template.scss */
.main-wrapper .article .entry-content table tr {
  border: none;
}
/* line 240, ../sass/_template.scss
.main-wrapper .article .entry-content table tr th {
  text-align: left;
  width: 33%;
  vertical-align: middle;
  font-size: 1.5em;
  padding: 25px 10px 25px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: none;
  border-right: none;
}
*/
/* line 253, ../sass/_template.scss
.main-wrapper .article .entry-content table tr td {
  width: 67%;
  vertical-align: middle;
  padding: 25px 10px 25px  50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: none;
  border-right: none;
}
 */
/* line 266, ../sass/_template.scss
.main-wrapper .article .entry-content .kosyu_table td {
  width: auto;
  vertical-align: middle;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #CCCCCC;
  font-size: 1.1em;
  text-align: center;
}
*/
/* line 276, ../sass/_template.scss
.main-wrapper .article .entry-content .kosyu_table td a {
  color: #0000ee;
}
*/
/* line 279, ../sass/_template.scss
.main-wrapper .article .entry-content .kosyu_table td img {
  margin: 0 auto;
}
*/
/* line 285, ../sass/_template.scss
.main-wrapper .article .entry-content .kosyu_table tr:first-child td {
  color: white;
}
*/
/* line 290, ../sass/_template.scss
.main-wrapper .article .entry-content .kosyu_table tr:nth-child(n + 2) td:first-child {
  width: 100px;
  padding: 0 5px;
}
*/
/*
@media screen and (max-width: 1040px) {
  .main-wrapper .article .entry-content .kosyu_table tr:nth-child(n + 2) td:first-child {
    width: auto;
  }
}
*/
/* line 301, ../sass/_template.scss */
.main-wrapper .article .entry-content .schedule-place-table .schedule-box {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 0px;
  font-size: 1.5em;
  border-bottom: 1px dotted black;
  color: black;
}
/* line 308, ../sass/_template.scss */
.main-wrapper .article .entry-content .schedule-place-table .schedule-box .table-date {
  width: 18%;
}
/* line 311, ../sass/_template.scss */
.main-wrapper .article .entry-content .schedule-place-table .schedule-box .table-place {
  width: 16%;
}
/* line 314, ../sass/_template.scss */
.main-wrapper .article .entry-content .schedule-place-table .schedule-box .table-place .place-td {
  border: 1px solid black;
  padding: 3px 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 320, ../sass/_template.scss */
.main-wrapper .article .entry-content .schedule-place-table .schedule-box .table-title {
  width: 23%;
}
/* line 324, ../sass/_template.scss */
.main-wrapper .article .entry-content .schedule-place-table .schedule-box .table-entry-class {
  width: 43%;
  text-align: center;
}
/* line 327, ../sass/_template.scss */
.main-wrapper .article .entry-content .schedule-place-table .schedule-box .table-entry-class.end {
  color: #787878;
}
/* line 330, ../sass/_template.scss */
.main-wrapper .article .entry-content .schedule-place-table .schedule-box .table-entry-class.now {
  color: #bb5456;
  font-weight: bold;
}
/* line 335, ../sass/_template.scss */
.main-wrapper .article .entry-content .schedule-place-table .schedule-box .table-entry-class.yet {
  color: #5fad3c;
}
/* line 338, ../sass/_template.scss */
.main-wrapper .article .entry-content .schedule-place-table .schedule-box .table-entry-class .entry-box {
  display: inline-block;
}
/* line 341, ../sass/_template.scss */
.main-wrapper .article .entry-content .schedule-place-table .schedule-box .table-entry-class .inq-form-btn {
  width: 150px;
  height: 35px;
  margin-left: 10px;
  color: white;
  background-color: #5fad3c;
  font-size: 0.75em;
}

/* line 356, ../sass/_template.scss */
.page-first-view-background {
  background-image: url(../images/home/firstview.png);
  height: 380px;
  position: relative;
}
@media screen and (max-width: 1040px) {
  /* line 356, ../sass/_template.scss */
  .page-first-view-background {
    margin-top: 80px;
    height: 200px;
  }
}
/* line 365, ../sass/_template.scss */
.page-first-view-background .content-wrapper {
  height: 100%;
}
/* line 368, ../sass/_template.scss */
.page-first-view-background .content-wrapper .first-box .first-title {
  margin-bottom: 20px;
  font-size: 2.4em;
  font-weight: bold;
  color: #fcfcf2;
  line-height: 1.2;
  text-align: center;
  text-shadow: 3px 5.196px 3.88px rgba(34, 34, 34, 0.1);
}
/* line 380, ../sass/_template.scss */
.page-first-view-background .content-wrapper .first-box .first-text {
  margin-bottom: 40px;
  font-size: 1.6em;
  color: #fcfcf2;
  text-align: center;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
@media screen and (max-width: 1040px) {
  /* line 380, ../sass/_template.scss */
  .page-first-view-background .content-wrapper .first-box .first-text {
    margin-bottom: 0px;
  }
}

/* line 1, ../sass/_nav.scss */
nav {
  background-color: rgba(162, 186, 18, 0.75);
  position: absolute;
  bottom: 15px;
  width: 100%;
  display: none;
}
@media screen and (max-width: 1040px) {
  /* line 1, ../sass/_nav.scss */
  nav {
    position: relative;
    bottom: auto;
    background-color: transparent;
  }
}
/* line 12, ../sass/_nav.scss */
nav #navi-in {
  width: 1000px;
}
@media screen and (max-width: 1040px) {
  /* line 12, ../sass/_nav.scss */
  nav #navi-in {
    width: 100%;
  }
}
/* line 18, ../sass/_nav.scss */
nav #navi-in ul {
  background-color: transparent;
  border: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 1040px) {
  /* line 18, ../sass/_nav.scss */
  nav #navi-in ul {
    display: block;
  }
}
/* line 27, ../sass/_nav.scss */
nav #navi-in ul li {
  padding: 10px 0px;
}
@media screen and (max-width: 1040px) {
  /* line 27, ../sass/_nav.scss */
  nav #navi-in ul li {
    float: none;
  }
}
/* line 32, ../sass/_nav.scss */
nav #navi-in ul li a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 30px;
  text-align: center;
  font-size: 1.8em;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  border-right: 1px dotted black;
}
/* line 41, ../sass/_nav.scss */
nav #navi-in ul li a:hover {
  opacity: 0.6;
  background-color: transparent;
}

/* line 57, ../sass/_nav.scss */
footer nav {
  background-color: #54A335;
  position: relative;
  bottom: auto;
}
/* line 64, ../sass/_nav.scss */
footer nav #navi-in ul li a {
  color: white;
  border-right: 1px dotted white;
}

/* line 1, ../sass/_home.scss */
.first-view-background {
  position: relative;
}
/* line 3, ../sass/_home.scss */
.first-view-background .content-wrapper {
  height: 100%;
  z-index: 1;
  position: absolute;
  bottom: 0px;
  left: calc( 50% - 490px );
}
@media screen and (max-width: 1040px) {
  /* line 3, ../sass/_home.scss */
  .first-view-background .content-wrapper {
    left: 0px;
  }
}
/* line 13, ../sass/_home.scss */
.first-view-background .content-wrapper .first-box {
  text-align: center;
  padding-top: 150px;
}
@media screen and (max-width: 1040px) {
  /* line 13, ../sass/_home.scss */
  .first-view-background .content-wrapper .first-box {
    padding: 0px 10px;
    padding-top: 80px;
  }
}
/* line 20, ../sass/_home.scss */
.first-view-background .content-wrapper .first-box .first-title {
  margin-bottom: 40px;
}
/* line 23, ../sass/_home.scss */
.first-view-background .content-wrapper .first-box .first-text {
  margin-bottom: 40px;
}
@media screen and (max-width: 1040px) {
  /* line 27, ../sass/_home.scss */
  .first-view-background .content-wrapper .first-box .first-link img {
    height: 40px;
  }
}

/* line 37, ../sass/_home.scss */
.main-slick-wrapper {
  width: 100%;
}
@media screen and (max-width: 1040px) {
  /* line 37, ../sass/_home.scss */
  .main-slick-wrapper {
    margin-top: 80px;
  }
}
/* line 42, ../sass/_home.scss */
.main-slick-wrapper .main-slick {
  width: 100%;
}
/* line 44, ../sass/_home.scss */
.main-slick-wrapper .main-slick .slick-slide {
  width: 100%;
  background-size: cover;
  background-position: top center;
}
/* line 48, ../sass/_home.scss */
.main-slick-wrapper .main-slick .slick-slide img {
  width: 100%;
}
/* line 51, ../sass/_home.scss */
.main-slick-wrapper .main-slick .slick-slide.adjust-margin {
  margin-top: 80px;
}
@media screen and (max-width: 1040px) {
  /* line 51, ../sass/_home.scss */
  .main-slick-wrapper .main-slick .slick-slide.adjust-margin {
    margin-top: 0px;
  }
}

/* line 60, ../sass/_home.scss */
.home-image-wrapper {
  margin-bottom: 45px;
}
/* line 62, ../sass/_home.scss */
.home-image-wrapper .home-image-box {
  width: 33%;
}

/* line 66, ../sass/_home.scss */
.conference-wrapper {
  align-items: flex-start;
}
/* line 68, ../sass/_home.scss */
.conference-wrapper .conference-box {
  background-color: #eeeeee;
  padding: 15px 8px;
  box-sizing: border-box;
}
/* line 72, ../sass/_home.scss */
.conference-wrapper .conference-box.conference-news-box {
  text-align: center;
  width: 14%;
}
@media screen and (max-width: 1040px) {
  /* line 72, ../sass/_home.scss */
  .conference-wrapper .conference-box.conference-news-box {
    width: 90%;
    margin: 0 auto 20px;
  }
}
/* line 79, ../sass/_home.scss */
.conference-wrapper .conference-box.conference-news-box .conference-news-title {
  font-size: 1.6em;
  margin-bottom: 10px;
  text-align: center;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
/* line 86, ../sass/_home.scss */
.conference-wrapper .conference-box.conference-all-box {
  width: 84%;
  padding: 20px 15px;
  background-color: white;
  border: 5px solid #eee;
}
@media screen and (max-width: 1040px) {
  /* line 86, ../sass/_home.scss */
  .conference-wrapper .conference-box.conference-all-box {
    width: 90%;
    margin: 0 auto 20px;
    padding: 20px;
  }
}
/* line 96, ../sass/_home.scss */
.conference-wrapper .conference-box.conference-all-box .conference-all-title {
  font-size: 1.6em;
  margin-bottom: 15px;
}
@media screen and (max-width: 1040px) {
  /* line 96, ../sass/_home.scss */
  .conference-wrapper .conference-box.conference-all-box .conference-all-title {
    text-align: center;
  }
}
/* line 102, ../sass/_home.scss */
.conference-wrapper .conference-box.conference-all-box .conference-all-title .title-border {
  background-color: black;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 7px;
  margin-right: 20px;
}
@media screen and (max-width: 1040px) {
  /* line 102, ../sass/_home.scss */
  .conference-wrapper .conference-box.conference-all-box .conference-all-title .title-border {
    display: none;
  }
}
/* line 111, ../sass/_home.scss */
.conference-wrapper .conference-box.conference-all-box .conference-all-title .title-text {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
/* line 116, ../sass/_home.scss */
.conference-wrapper .conference-box.conference-all-box .conference-all-link-wrapper .conference-all-link-side {
  width: 370px;
  padding-top: 10px;
}
@media screen and (max-width: 1040px) {
  /* line 116, ../sass/_home.scss */
  .conference-wrapper .conference-box.conference-all-box .conference-all-link-wrapper .conference-all-link-side {
    width: 100%;
  }
}
/* line 124, ../sass/_home.scss */
.conference-wrapper .conference-box.conference-all-box .conference-all-link-wrapper .conference-all-link-side .conference-all-link-boxes .link-box {
  width: 180px;
  height: 60px;
  font-size: 1.5em;
  margin-bottom: 20px;
  color: #5ead3b;
  border: 1px solid #5ead3b;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: white;
}
/* line 133, ../sass/_home.scss */
.conference-wrapper .conference-box.conference-all-box .conference-all-link-wrapper .conference-all-link-side .conference-all-link-boxes .link-box.light-green {
  background-color: #5ead3b;
  color: white;
  border: none;
}
/* line 138, ../sass/_home.scss */
.conference-wrapper .conference-box.conference-all-box .conference-all-link-wrapper .conference-all-link-side .conference-all-link-boxes .link-box.thin-green {
  background-color: #b6d214;
  color: white;
  border: none;
}
/* line 143, ../sass/_home.scss */
.conference-wrapper .conference-box.conference-all-box .conference-all-link-wrapper .conference-all-link-side .conference-all-link-boxes .link-box.img {
  border: none;
  margin-bottom: 0px;
}
@media screen and (max-width: 1040px) {
  /* line 143, ../sass/_home.scss */
  .conference-wrapper .conference-box.conference-all-box .conference-all-link-wrapper .conference-all-link-side .conference-all-link-boxes .link-box.img {
    width: 49%;
  }
}
@media screen and (max-width: 1040px) {
  /* line 124, ../sass/_home.scss */
  .conference-wrapper .conference-box.conference-all-box .conference-all-link-wrapper .conference-all-link-side .conference-all-link-boxes .link-box {
    width: 100%;
  }
}
/* line 156, ../sass/_home.scss */
.conference-wrapper .conference-box.conference-all-box .conference-all-link-wrapper .conference-all-link-texts-wrapper {
  padding: 25px 15px;
  background-color: #eee;
  width: 195px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1040px) {
  /* line 156, ../sass/_home.scss */
  .conference-wrapper .conference-box.conference-all-box .conference-all-link-wrapper .conference-all-link-texts-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }
}
/* line 167, ../sass/_home.scss */
.conference-wrapper .conference-box.conference-all-box .conference-all-link-wrapper .conference-all-link-texts-wrapper .conference-all-link-texts {
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 173, ../sass/_home.scss */
.conference-wrapper .conference-box.conference-all-box .conference-all-link-wrapper .conference-all-link-texts-wrapper .conference-all-link-texts .link-text {
  font-size: 1.4em;
  display: block;
  margin-bottom: 15px;
}
/* line 174, ../sass/_home.scss */
.conference-wrapper .conference-box.conference-all-box .conference-all-link-wrapper .conference-all-link-texts-wrapper .conference-all-link-texts .link-text img {
  margin-right: 10px;
}
/* line 180, ../sass/_home.scss */
.conference-wrapper .conference-box.conference-all-box .conference-all-link-wrapper .conference-all-link-texts-wrapper .conference-all-link-texts .link-text a {
  color: #535353;
}
/* line 184, ../sass/_home.scss */
.conference-wrapper .conference-box.conference-all-box .conference-all-link-wrapper .conference-all-link-texts-wrapper .conference-all-link-texts .link-text:last-child {
  margin-bottom: 0px;
}
@media screen and (max-width: 1040px) {
  /* line 184, ../sass/_home.scss */
  .conference-wrapper .conference-box.conference-all-box .conference-all-link-wrapper .conference-all-link-texts-wrapper .conference-all-link-texts .link-text:last-child {
    margin-bottom: 10px;
  }
}
/* line 193, ../sass/_home.scss */
.conference-wrapper .conference-box.conference-all-box .conference-all-link-wrapper .conference-all-board-side {
  width: 198px;
}
@media screen and (max-width: 1040px) {
  /* line 193, ../sass/_home.scss */
  .conference-wrapper .conference-box.conference-all-box .conference-all-link-wrapper .conference-all-board-side {
    margin: 0 auto;
    width: 100%;
  }
}
/* line 199, ../sass/_home.scss */
.conference-wrapper .conference-box.conference-all-box .conference-all-link-wrapper .conference-all-board-side .board-box {
  border: 2px solid #eee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100px;
  padding: 10px;
}
@media screen and (max-width: 1040px) {
  /* line 199, ../sass/_home.scss */
  .conference-wrapper .conference-box.conference-all-box .conference-all-link-wrapper .conference-all-board-side .board-box {
    height: auto;
  }
}
/* line 209, ../sass/_home.scss */
.conference-wrapper .conference-box.conference-all-box .conference-all-link-wrapper .conference-all-board-side .board-box .img-box {
  width: 40%;
}
@media screen and (max-width: 1040px) {
  /* line 209, ../sass/_home.scss */
  .conference-wrapper .conference-box.conference-all-box .conference-all-link-wrapper .conference-all-board-side .board-box .img-box {
    width: 30%;
  }
  /* line 213, ../sass/_home.scss */
  .conference-wrapper .conference-box.conference-all-box .conference-all-link-wrapper .conference-all-board-side .board-box .img-box img {
    width: 100%;
  }
}
/* line 217, ../sass/_home.scss */
.conference-wrapper .conference-box.conference-all-box .conference-all-link-wrapper .conference-all-board-side .board-box .img-box img {
  height: auto;
  width: 60px;
}
/* line 222, ../sass/_home.scss */
.conference-wrapper .conference-box.conference-all-box .conference-all-link-wrapper .conference-all-board-side .board-box .text-box {
  width: 60%;
  color: #535353;
  font-size: 1.4em;
  padding-left: 3%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1040px) {
  /* line 222, ../sass/_home.scss */
  .conference-wrapper .conference-box.conference-all-box .conference-all-link-wrapper .conference-all-board-side .board-box .text-box {
    width: 70%;
  }
  /* line 232, ../sass/_home.scss */
  .conference-wrapper .conference-box.conference-all-box .conference-all-link-wrapper .conference-all-board-side .board-box .text-box img {
    width: 100%;
  }
}

/* line 245, ../sass/_home.scss */
.top-schedule-background .title {
  font-size: 3.0em;
  font-weight: bold;
  letter-spacing: 0.2em;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  margin-bottom: 15px;
  text-align: center;
  color: black;
}
/* line 254, ../sass/_home.scss */
.top-schedule-background .sub-title {
  font-size: 2.1em;
  color: #5fad3c;
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 0.2em;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
/* line 262, ../sass/_home.scss */
.top-schedule-background .schedule-wrapper {
  width: 920px;
  margin: 0 auto;
}
@media screen and (max-width: 1040px) {
  /* line 262, ../sass/_home.scss */
  .top-schedule-background .schedule-wrapper {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/* line 272, ../sass/_home.scss */
.top-schedule-background .schedule-wrapper .schedule-box {
  width: 440px;
}
@media screen and (max-width: 1040px) {
  /* line 272, ../sass/_home.scss */
  .top-schedule-background .schedule-wrapper .schedule-box {
    width: 100%;
  }
}
/* line 278, ../sass/_home.scss */
.top-schedule-background .schedule-wrapper .schedule-box .schedule-link {
  font-size: 1.8em;
  color: #35478f;
  display: block;
  margin-bottom: 30px;
}
/* line 284, ../sass/_home.scss */
.top-schedule-background .schedule-wrapper .schedule-box .schedule-list {
  padding: 0;
  margin: 0 0 30px;
  list-style: none;
}
/* line 288, ../sass/_home.scss */
.top-schedule-background .schedule-wrapper .schedule-box .schedule-list li {
  padding: 0 0 15px;
  margin: 0 0 15px;
  border-bottom: 1px dotted black;
}
/* line 292, ../sass/_home.scss */
.top-schedule-background .schedule-wrapper .schedule-box .schedule-list li .date {
  display: inline-block;
  margin-right: 20px;
  font-size: 1.5em;
  color: black;
}
/* line 298, ../sass/_home.scss */
.top-schedule-background .schedule-wrapper .schedule-box .schedule-list li .schedule-title {
  display: inline-block;
  font-size: 1.5em;
  color: black;
}

/* line 310, ../sass/_home.scss */
.link-bannar-wrapper .link-bannar-text {
  font-size: 1.6em;
  margin-bottom: 5px;
}
@media screen and (max-width: 1040px) {
  /* line 315, ../sass/_home.scss */
  .link-bannar-wrapper a {
    margin: 0 auto 20px;
    width: 90%;
    display: block;
  }
}

/* line 324, ../sass/_home.scss */
.schedule-background {
  background-color: rgba(184, 211, 27, 0.15);
}
/* line 326, ../sass/_home.scss */
.schedule-background .title {
  font-size: 3.0em;
  font-weight: bold;
  letter-spacing: 0.2em;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  margin-bottom: 15px;
  text-align: center;
  color: black;
}
/* line 335, ../sass/_home.scss */
.schedule-background .sub-title {
  font-size: 2.1em;
  color: #5fad3c;
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 0.2em;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
/* line 344, ../sass/_home.scss */
.schedule-background .schedule-wrapper .schedule-place-wrapper {
  padding: 0px 40px;
}
@media screen and (max-width: 1040px) {
  /* line 344, ../sass/_home.scss */
  .schedule-background .schedule-wrapper .schedule-place-wrapper {
    padding: 0px 20px;
  }
}
/* line 349, ../sass/_home.scss */
.schedule-background .schedule-wrapper .schedule-place-wrapper .schedule-place-title {
  width: 60px;
  height: 40px;
  color: white;
  background-color: #535353;
  text-align: center;
  font-size: 1.8em;
  margin-right: 20px;
}
/* line 358, ../sass/_home.scss */
.schedule-background .schedule-wrapper .schedule-place-wrapper .schedule-place-list {
  list-style: none;
}
@media screen and (max-width: 1040px) {
  /* line 358, ../sass/_home.scss */
  .schedule-background .schedule-wrapper .schedule-place-wrapper .schedule-place-list {
    padding-left: 0px;
  }
}
/* line 363, ../sass/_home.scss */
.schedule-background .schedule-wrapper .schedule-place-wrapper .schedule-place-list li {
  font-size: 1.8em;
  color: #777781;
  margin-right: 20px;
  cursor: pointer;
}
/* line 368, ../sass/_home.scss */
.schedule-background .schedule-wrapper .schedule-place-wrapper .schedule-place-list li.on {
  color: #2c2c2c;
  border-bottom: 1px solid #2c2c2c;
}
/* line 376, ../sass/_home.scss */
.schedule-background .schedule-wrapper .not-found .text {
  font-size: 1.6em;
}
/* line 380, ../sass/_home.scss */
.schedule-background .schedule-wrapper .schedule-place-box {
  display: none;
}
/* line 382, ../sass/_home.scss */
.schedule-background .schedule-wrapper .schedule-place-box.on {
  display: block;
}
/* line 386, ../sass/_home.scss */
.schedule-background .schedule-wrapper .schedule-place-table {
  padding: 20px 40px;
}
/* line 388, ../sass/_home.scss */
.schedule-background .schedule-wrapper .schedule-place-table .schedule-box {
  width: 440px;
  margin-bottom: 10px;
  padding: 10px 0px;
  font-size: 1.5em;
  border-bottom: 1px dotted black;
  color: black;
}
@media screen and (max-width: 1040px) {
  /* line 388, ../sass/_home.scss */
  .schedule-background .schedule-wrapper .schedule-place-table .schedule-box {
    width: 100%;
  }
}
/* line 399, ../sass/_home.scss */
.schedule-background .schedule-wrapper .schedule-place-table .schedule-box .table-date {
  width: 95px;
}
@media screen and (max-width: 1040px) {
  /* line 399, ../sass/_home.scss */
  .schedule-background .schedule-wrapper .schedule-place-table .schedule-box .table-date {
    margin-bottom: 10px;
  }
}
/* line 405, ../sass/_home.scss */
.schedule-background .schedule-wrapper .schedule-place-table .schedule-box .table-place {
  width: 80px;
}
/* line 408, ../sass/_home.scss */
.schedule-background .schedule-wrapper .schedule-place-table .schedule-box .table-place .place-td {
  border: 1px solid black;
  padding: 3px 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
@media screen and (max-width: 1040px) {
  /* line 405, ../sass/_home.scss */
  .schedule-background .schedule-wrapper .schedule-place-table .schedule-box .table-place {
    margin-bottom: 10px;
  }
}
/* line 417, ../sass/_home.scss */
.schedule-background .schedule-wrapper .schedule-place-table .schedule-box .table-title {
  width: 140px;
}
/* line 421, ../sass/_home.scss */
.schedule-background .schedule-wrapper .schedule-place-table .schedule-box .table-entry-class {
  width: 125px;
  text-align: center;
}
/* line 424, ../sass/_home.scss */
.schedule-background .schedule-wrapper .schedule-place-table .schedule-box .table-entry-class.end {
  color: #787878;
}
/* line 427, ../sass/_home.scss */
.schedule-background .schedule-wrapper .schedule-place-table .schedule-box .table-entry-class.now {
  color: #bb5456;
  font-weight: bold;
}
/* line 431, ../sass/_home.scss */
.schedule-background .schedule-wrapper .schedule-place-table .schedule-box .table-entry-class.yet {
  color: #5fad3c;
}

/* line 440, ../sass/_home.scss */
.about-background {
  background-image: url("../images/home/about_line.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 1040px) {
  /* line 440, ../sass/_home.scss */
  .about-background {
    background-size: 100% 130px;
  }
}
/* line 448, ../sass/_home.scss */
.about-background .title {
  font-size: 3.0em;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: white;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  letter-spacing: 0.2em;
}
/* line 457, ../sass/_home.scss */
.about-background .sub-title {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 2.1em;
  font-weight: bold;
  color: white;
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: 60px;
}
@media screen and (max-width: 1040px) {
  /* line 457, ../sass/_home.scss */
  .about-background .sub-title {
    margin-bottom: 40px;
  }
}
/* line 471, ../sass/_home.scss */
.about-background .about-content-wrapper .about-box-wrapper .about-box {
  width: 300px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: white;
  text-align: center;
  -moz-box-shadow: 1px 5px 5px rgba(119, 119, 119, 0.5);
  -webkit-box-shadow: 1px 5px 5px rgba(119, 119, 119, 0.5);
  box-shadow: 1px 5px 5px rgba(119, 119, 119, 0.5);
}
@media screen and (max-width: 1040px) {
  /* line 471, ../sass/_home.scss */
  .about-background .about-content-wrapper .about-box-wrapper .about-box {
    width: 90%;
    margin: 0 auto 20px;
  }
}
/* line 484, ../sass/_home.scss */
.about-background .about-content-wrapper .about-box-wrapper .about-box .img-box {
  margin-bottom: 15px;
}
/* line 485, ../sass/_home.scss */
.about-background .about-content-wrapper .about-box-wrapper .about-box .img-box img {
  width: 100%;
}
/* line 490, ../sass/_home.scss */
.about-background .about-content-wrapper .about-box-wrapper .about-box .about-name {
  font-size: 1.8em;
  margin-bottom: 15px;
}
/* line 494, ../sass/_home.scss */
.about-background .about-content-wrapper .about-box-wrapper .about-box .btn-wrapper {
  text-align: center;
  margin-bottom: 10px;
}
/* line 497, ../sass/_home.scss */
.about-background .about-content-wrapper .about-box-wrapper .about-box .btn-wrapper .btn-link {
  margin: 0 auto;
  background-color: #848484;
  text-align: center;
  color: white;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 1.6em;
  width: 180px;
  height: 40px;
}

/* line 513, ../sass/_home.scss */
.image-banners a {
  width: 227px;
  height: auto;
}
@media screen and (max-width: 1040px) {
  /* line 513, ../sass/_home.scss */
  .image-banners a {
    width: 49%;
  }
  /* line 519, ../sass/_home.scss */
  .image-banners a img {
    width: 100%;
  }
}
/* line 523, ../sass/_home.scss */
.image-banners a img {
  width: 227px;
  height: auto;
}

@media screen and (max-width: 1040px) {
  /* line 530, ../sass/_home.scss */
  .folder-wrapper .folder-box {
    width: 90%;
    margin: 0 auto;
  }
}
/* line 535, ../sass/_home.scss */
.folder-wrapper .folder-box .folder-title {
  border-bottom: 40px solid #eeeeee;
  border-right: 40px solid transparent;
  height: 0;
  font-size: 1.8em;
  font-weight: bold;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  width: 290px;
}

.folder-title-know {
  border-bottom: 40px solid #eeeeee;
  border-right: 40px solid transparent;
  height: 0;
  font-size: 1.8em;
  font-weight: bold;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
/* line 543, ../sass/_home.scss */
.folder-wrapper .folder-box .folder-title .inner {
  padding-left: 10px;
  padding-top: 14px;
}

.folder-title-know .inner {
  padding-left: 10px;
  padding-top: 14px;
  padding-top: 8px;
}

/* line 548, ../sass/_home.scss */
.folder-wrapper .folder-box.consult-box-wrapper {
  width: 700px;
}
@media screen and (max-width: 1040px) {
  /* line 548, ../sass/_home.scss */
  .folder-wrapper .folder-box.consult-box-wrapper {
    width: 90%;
    margin: 0 auto 20px;
  }
}
/* line 554, ../sass/_home.scss */
.folder-wrapper .folder-box.consult-box-wrapper .consult-box-list {
  padding: 25px;
  background-color: #eee;
}
@media screen and (max-width: 1040px) {
  /* line 554, ../sass/_home.scss */
  .folder-wrapper .folder-box.consult-box-wrapper .consult-box-list {
    margin-bottom: 20px;
  }
}
/* line 560, ../sass/_home.scss */
.folder-wrapper .folder-box.consult-box-wrapper .consult-box-list .consult-box {
  width: 207px;
  height: 161px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
@media screen and (max-width: 1040px) {
  /* line 560, ../sass/_home.scss */
  .folder-wrapper .folder-box.consult-box-wrapper .consult-box-list .consult-box {
    width: 100%;
    margin-bottom: 10px;
  }
}
/* line 571, ../sass/_home.scss */
.folder-wrapper .folder-box.consult-box-wrapper .consult-box-list .consult-box.box-1 {
  background-image: url("../images/home/consultation_01.png");
}
/* line 574, ../sass/_home.scss */
.folder-wrapper .folder-box.consult-box-wrapper .consult-box-list .consult-box.box-2 {
  background-image: url("../images/home/consultation_02.png");
}
/* line 577, ../sass/_home.scss */
.folder-wrapper .folder-box.consult-box-wrapper .consult-box-list .consult-box.box-3 {
  background-image: url("../images/home/consultation_03.png");
}
/* line 580, ../sass/_home.scss */
.folder-wrapper .folder-box.consult-box-wrapper .consult-box-list .consult-box .consult-title {
  font-size: 2.5em;
  color: white;
  font-weight: bold;
}
/* line 588, ../sass/_home.scss */
.folder-wrapper .folder-box.recognition-box-wrapper {
  width: 350px;
}
@media screen and (max-width: 1040px) {
  /* line 588, ../sass/_home.scss */
  .folder-wrapper .folder-box.recognition-box-wrapper {
    width: 90%;
    margin: 0 auto;
  }
}
/* line 594, ../sass/_home.scss */
.folder-wrapper .folder-box.recognition-box-wrapper .folder-title {
  width: 160px;
}
/* line 597, ../sass/_home.scss */
.folder-wrapper .folder-box.recognition-box-wrapper .recognition-btn-wrapper {
  background-color: #eee;
  padding: 35px 20px;
}
/* line 600, ../sass/_home.scss */
.folder-wrapper .folder-box.recognition-box-wrapper .recognition-btn-wrapper .recognition-btn {
  width: 100%;
  height: 50px;
  font-size: 1.8em;
  margin-bottom: 20px;
  color: #5ead3b;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 607, ../sass/_home.scss */
.folder-wrapper .folder-box.recognition-box-wrapper .recognition-btn-wrapper .recognition-btn.light-green {
  background-color: #5ead3b;
  color: white;
  border: none;
}
/* line 612, ../sass/_home.scss */
.folder-wrapper .folder-box.recognition-box-wrapper .recognition-btn-wrapper .recognition-btn.thin-green {
  background-color: #b6d214;
  color: white;
  border: none;
  margin-bottom: 0px;
}

/* line 623, ../sass/_home.scss */
.expert-wrapper {
  width: 260px;
}
@media screen and (max-width: 1040px) {
  /* line 623, ../sass/_home.scss */
  .expert-wrapper {
    width: 100%;
    padding: 0px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/* line 633, ../sass/_home.scss */
.expert-wrapper .expert-list {
  padding: 0px;
  list-style: none;
  padding-left: 20px;
  margin: 30px 0px;
}
/* line 636, ../sass/_home.scss */
.expert-wrapper .expert-list li {
  margin-bottom: 5px;
}
/* line 638, ../sass/_home.scss */
.expert-wrapper .expert-list li:last-child {
  margin-bottom: 0;
}
/* line 641, ../sass/_home.scss */
.expert-wrapper .expert-list li a {
  color: #54ac2e;
  font-size: 1.5em;
}
@media screen and (max-width: 1040px) {
  /* line 633, ../sass/_home.scss */
  .expert-wrapper .expert-list {
    margin: 15px 0px;
  }
}

/* line 655, ../sass/_home.scss */
.banners-background {
  background-image: url("../images/home/link_background.png");
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
}
/* line 660, ../sass/_home.scss */
.banners-background .content-wrapper {
  padding: 70px 0px;
}
@media screen and (max-width: 1040px) {
  /* line 660, ../sass/_home.scss */
  .banners-background .content-wrapper {
    padding: 20px;
  }
}
/* line 666, ../sass/_home.scss */
.banners-background .content-wrapper .image-banners a {
  margin-bottom: 10px;
}
@media screen and (max-width: 1040px) {
  /* line 666, ../sass/_home.scss */
  .banners-background .content-wrapper .image-banners a {
    width: 49%;
  }
}
/* line 674, ../sass/_home.scss */
.banners-background .content-wrapper .text-banners-wrapper .study-box {
  width: 50%;
}
@media screen and (max-width: 1040px) {
  /* line 674, ../sass/_home.scss */
  .banners-background .content-wrapper .text-banners-wrapper .study-box {
    width: 100%;
  }
}
/* line 679, ../sass/_home.scss */
.banners-background .content-wrapper .text-banners-wrapper .study-box .study-list {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
/* line 683, ../sass/_home.scss */
.banners-background .content-wrapper .text-banners-wrapper .study-box .study-list li {
  width: 50%;
  margin-bottom: 5px;
}
@media screen and (max-width: 1040px) {
  /* line 683, ../sass/_home.scss */
  .banners-background .content-wrapper .text-banners-wrapper .study-box .study-list li {
    width: 49%;
  }
}
/* line 688, ../sass/_home.scss */
.banners-background .content-wrapper .text-banners-wrapper .study-box .study-list li a {
  font-size: 1.4em;
  color: #147478;
}
/* line 696, ../sass/_home.scss */
.banners-background .content-wrapper .text-banners-wrapper .link-box {
  width: 485px;
}
@media screen and (max-width: 1040px) {
  /* line 696, ../sass/_home.scss */
  .banners-background .content-wrapper .text-banners-wrapper .link-box {
    width: 100%;
  }
}
/* line 701, ../sass/_home.scss */
.banners-background .content-wrapper .text-banners-wrapper .link-box a {
  margin-bottom: 20px;
}

/* line 709, ../sass/_home.scss */
.about-anti-aging-background {
  background-image: url("../images/home/about_anti_aging_background.png");
}
/* line 711, ../sass/_home.scss */
.about-anti-aging-background .about-anti-aging-content-wrapper {
  width: 90%;
}
/* line 714, ../sass/_home.scss */
.about-anti-aging-background .title {
  font-size: 3.0em;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: white;
  margin-bottom: 50px;
  font-weight: bold;
  position: relative;
}
/* line 721, ../sass/_home.scss */
.about-anti-aging-background .title::after {
  content: '';
  width: 100px;
  margin-top: 19px;
  position: absolute;
  height: 2px;
  margin-left: 20px;
  background-color: white;
}
@media screen and (max-width: 1040px) {
  /* line 721, ../sass/_home.scss */
  .about-anti-aging-background .title::after {
    display: none;
  }
}
/* line 734, ../sass/_home.scss */
.about-anti-aging-background .text {
  font-size: 1.5em;
  font-weight: bold;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: white;
  margin-bottom: 15px;
}
/* line 741, ../sass/_home.scss */
.about-anti-aging-background .link-btn {
  width: 300px;
  height: 65px;
  font-size: 1.8em;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  border: 1px solid white;
  -moz-border-radius: 45px;
  -webkit-border-radius: 45px;
  border-radius: 45px;
  background-color: transparent;
  color: white;
}
@media screen and (max-width: 1040px) {
  /* line 741, ../sass/_home.scss */
  .about-anti-aging-background .link-btn {
    margin: 0 auto;
  }
}

/* line 758, ../sass/_home.scss */
.top-news-background .content-wrapper {
  padding-top: 0px;
}
/* line 761, ../sass/_home.scss */
.top-news-background .title {
  font-size: 3.0em;
  font-weight: bold;
  letter-spacing: 0.2em;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  margin-bottom: 15px;
  text-align: center;
  color: black;
}
/* line 770, ../sass/_home.scss */
.top-news-background .sub-title {
  font-size: 2.1em;
  color: #5fad3c;
  text-align: center;
  margin-bottom: 60px;
  letter-spacing: 0.2em;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
@media screen and (max-width: 1040px) {
  /* line 770, ../sass/_home.scss */
  .top-news-background .sub-title {
    margin-bottom: 20px;
  }
}
/* line 782, ../sass/_home.scss */
.top-news-background .home-news-wrapper .top-news-wrapper {
  padding: 20px;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1040px) {
  /* line 782, ../sass/_home.scss */
  .top-news-background .home-news-wrapper .top-news-wrapper {
    width: 100%;
  }
}
/* line 788, ../sass/_home.scss */
.top-news-background .home-news-wrapper .top-news-wrapper:first-child {
  border-right: 1px dotted #535353;
}
@media screen and (max-width: 1040px) {
  /* line 788, ../sass/_home.scss */
  .top-news-background .home-news-wrapper .top-news-wrapper:first-child {
    border-right: none;
    border-bottom: 1px dotted #535353;
  }
}
/* line 798, ../sass/_home.scss */
.top-news-background .home-news-wrapper .top-news-wrapper .news-box {
  border: none;
  width: 100%;
  padding: 0px;
  margin-bottom: 20px;
}
/* line 803, ../sass/_home.scss */
.top-news-background .home-news-wrapper .top-news-wrapper .news-box:last-child {
  margin-bottom: 0px;
}
/* line 806, ../sass/_home.scss */
.top-news-background .home-news-wrapper .top-news-wrapper .news-box .news-category-box {
  width: 13%;
}
/* line 808, ../sass/_home.scss */
.top-news-background .home-news-wrapper .top-news-wrapper .news-box .news-category-box .category {
  height: 20px;
  width: 60px;
}
/* line 811, ../sass/_home.scss */
.top-news-background .home-news-wrapper .top-news-wrapper .news-box .news-category-box .category.news {
  background-color: #1c7c3d;
}
/* line 814, ../sass/_home.scss */
.top-news-background .home-news-wrapper .top-news-wrapper .news-box .news-category-box .category.pr {
  background-color: #f8b551;
}
/* line 817, ../sass/_home.scss */
.top-news-background .home-news-wrapper .top-news-wrapper .news-box .news-category-box .category.topic {
  background-color: #c57677;
}
/* line 820, ../sass/_home.scss */
.top-news-background .home-news-wrapper .top-news-wrapper .news-box .news-category-box .category.member {
  background-color: #c57677;
}
/* line 823, ../sass/_home.scss */
.top-news-background .home-news-wrapper .top-news-wrapper .news-box .news-category-box .category a {
  color: white;
  font-size: 1.2em;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
/* line 830, ../sass/_home.scss */
.top-news-background .home-news-wrapper .top-news-wrapper .news-box .news-content-box {
  width: 87%;
  padding-left: 5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 836, ../sass/_home.scss */
.top-news-background .home-news-wrapper .top-news-wrapper .news-box .news-content-box .news-title {
  font-size: 1.4em;
  color: #535353;
  font-weight:bold;
}
/* line 840, ../sass/_home.scss */
.top-news-background .home-news-wrapper .top-news-wrapper .news-box .news-content-box .news-content {
  color: #535353;
  font-size: 1.4em;
}

/* Slider */
/* line 45, ../sass/_slick-theme.scss */
.slick-loading .slick-list {
  background: #fff url('/images/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url('/fonts/slick.eot');
  src: url('/fonts/slick.eot?#iefix') format("embedded-opentype"), url('/fonts/slick.woff') format("woff"), url('/fonts/slick.ttf') format("truetype"), url('/fonts/slick.svg#slick') format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
/* line 63, ../sass/_slick-theme.scss */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
/* line 81, ../sass/_slick-theme.scss */
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
/* line 85, ../sass/_slick-theme.scss */
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
/* line 89, ../sass/_slick-theme.scss */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
/* line 92, ../sass/_slick-theme.scss */
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 103, ../sass/_slick-theme.scss */
.slick-prev {
  left: -25px;
}
/* line 105, ../sass/_slick-theme.scss */
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
/* line 109, ../sass/_slick-theme.scss */
.slick-prev:before {
  content: "←";
}
/* line 111, ../sass/_slick-theme.scss */
[dir="rtl"] .slick-prev:before {
  content: "→";
}

/* line 117, ../sass/_slick-theme.scss */
.slick-next {
  right: -25px;
}
/* line 119, ../sass/_slick-theme.scss */
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
/* line 123, ../sass/_slick-theme.scss */
.slick-next:before {
  content: "→";
}
/* line 125, ../sass/_slick-theme.scss */
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
/* line 133, ../sass/_slick-theme.scss */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

/* line 137, ../sass/_slick-theme.scss */
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
/* line 146, ../sass/_slick-theme.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
/* line 154, ../sass/_slick-theme.scss */
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
/* line 166, ../sass/_slick-theme.scss */
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
/* line 168, ../sass/_slick-theme.scss */
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
/* line 172, ../sass/_slick-theme.scss */
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 189, ../sass/_slick-theme.scss */
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
/* line 3, ../sass/_slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 17, ../sass/_slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 24, ../sass/_slick.scss */
.slick-list:focus {
  outline: none;
}
/* line 28, ../sass/_slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 33, ../sass/_slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 42, ../sass/_slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* line 50, ../sass/_slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}


/* 研修用講習会 2021テーブルレイアウト用 */

.tbl_2021 tr:nth-child(odd) {
  background: #f5f5f5;
  padding:4px;
  margin:4px;
}

.tbl_2021 td {
  border:none;
  border-bottom: 1px solid #dddddd;
  font-size:13px;
  padding:7px;
}
.tbl_2021 th {
  border: none;
  font-size:13px;
}
.tbl_2021 span {
  display: none;
}
.tbl_kiso{
    background: #339966;
    color:#fff;
    font-weight: bold;
}
.tbl_ouyou{
    background: #00ccff;
    color:#fff;
    font-weight: bold;
}
.tbl_shidoushi{
    background: #ff9900;
    color:#fff;
    font-weight: bold;
}
.tbl_rinsho{
    background: #8e25f7;
    color:#fff;
    font-weight: bold;
}
.tbl_jichi{
    background: #AD494C;
    color:#fff;
    font-weight: bold;
}
.tbl_genome{
    background: #1e365a;
    color:#fff;
    font-weight: bold;
}

@media screen and (max-width: 640px) {
  .tbl_2021 {
    width: 100%;
  }
  .tbl_2021 .thead {
    display: none;
  }
  .tbl_2021 tr {
    width: 100%;
  }
  .tbl_2021 td {
    padding:6px;
    display: inline-block;
    font-size:14px;
    line-height:18px;
    width: 100%;
  }
  .tbl_2021 span {
    display:block;
    font-weight: bold;
    font-size:14px;
  }
}

.entrybtn {
  width:60px;
  font-size:13px;
  font-weight:bold;
  text-decoration:none;
  display:block;
  text-align:center;
  padding:5px 0 5px;
  color:#fff;
  background-color:#5ead3b;
  border-radius:5px;
  }

.entrybtn_green {
  font-size:13px;
  font-weight:bold;
  text-decoration:none;
  display:block;
  text-align:center;
  padding:5px 0 5px;
  color:#fff;
  background-color:#5ead3b;
  border-radius:5px;
  }





/* 研修用講習会 テーブルレイアウト用 */

.tbl-r06 tr:nth-child(odd) {
  background: #e3f0e8;
  padding:4px;
  margin:4px;
}
.tbl-r07 tr:nth-child(odd) {
  background: #e9f8ff;
  padding:4px;
  margin:4px;
}
.tbl-r08 tr:nth-child(odd) {
  background: #fff0df;
  padding:4px;
  margin:4px;
}
.tbl-r09 tr:nth-child(odd) {
  background: #dddfe6;
  padding:4px;
  margin:4px;
}
.tbl-r10 tr:nth-child(odd) {
  background: #f3e2ff;
  padding:4px;
  margin:4px;
}

.tbl-r06 td {
  border: none;
  font-size:14px;
  padding:7px;
}
.tbl-r06 th {
  border: none;
  font-size:14px;
}
.tbl-r06 span {
  display: none;
}
@media screen and (max-width: 640px) {
  .tbl-r06 {
    width: 80%;
  }
  .tbl-r06 .thead {
    display: none;
  }
  .tbl-r06 td {
    padding:6px;
    display: inline-block;
    font-size:14px;
  }
  .tbl-r06 span {
    display:block;
    font-weight: bold;
    font-size:14px;
  }
  .tbl-r06 .last {
    border-bottom: none;
  }
}

.tbl-r07 td {
  border: none;
  font-size:14px;
  padding:7px;
}
.tbl-r07 th {
  border: none;
  font-size:14px;
}
.tbl-r07 span {
  display: none;
}
@media screen and (max-width: 640px) {
  .tbl-r07 {
    width: 80%;
  }
  .tbl-r07 .thead {
    display: none;
  }
  .tbl-r07 td {
    padding:6px;
    display: inline-block;
    font-size:14px;
  }
  .tbl-r07 span {
    display:block;
    font-weight: bold;
    font-size:14px;
  }
  .tbl-r07 .last {
    border-bottom: none;
  }
}

.tbl-r08 td {
  border: none;
  font-size:14px;
  padding:7px;
}
.tbl-r08 th {
  border: none;
  font-size:14px;
}
.tbl-r08 span {
  display: none;
}
@media screen and (max-width: 640px) {
  .tbl-r08 {
    width: 80%;
  }
  .tbl-r08 .thead {
    display: none;
  }
  .tbl-r08 td {
    padding:6px;
    display: inline-block;
    font-size:14px;
  }
  .tbl-r08 span {
    display:block;
    font-weight: bold;
    font-size:14px;
  }
  .tbl-r08 .last {
    border-bottom: none;
  }
}

.tbl-r09 td {
  border: none;
  font-size:14px;
  padding:7px;
}
.tbl-r09 th {
  border: none;
  font-size:14px;
}
.tbl-r09 span {
  display: none;
}
@media screen and (max-width: 640px) {
  .tbl-r09 {
    width: 80%;
  }
  .tbl-r09 .thead {
    display: none;
  }
  .tbl-r09 td {
    padding:6px;
    display: inline-block;
    font-size:14px;
  }
  .tbl-r09 span {
    display:block;
    font-weight: bold;
    font-size:14px;
  }
  .tbl-r09 .last {
    border-bottom: none;
  }
}

.tbl-r10 td {
  border: none;
  font-size:14px;
  padding:7px;
}
.tbl-r10 th {
  border: none;
  font-size:14px;
}
.tbl-r10 span {
  display: none;
}
@media screen and (max-width: 640px) {
  .tbl-r10 {
    width: 80%;
  }
  .tbl-r10 .thead {
    display: none;
  }
  .tbl-r10 td {
    padding:6px;
    display: inline-block;
    font-size:14px;
  }
  .tbl-r10 span {
    display:block;
    font-weight: bold;
    font-size:14px;
  }
}





/* line 56, ../sass/_slick.scss */
.slick-track:after {
  clear: both;
}
/* line 60, ../sass/_slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 64, ../sass/_slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
/* line 68, ../sass/_slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}
/* line 71, ../sass/_slick.scss */
.slick-slide img {
  display: block;
}
/* line 74, ../sass/_slick.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 80, ../sass/_slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}
/* line 84, ../sass/_slick.scss */
.slick-initialized .slick-slide {
  display: block;
}
/* line 88, ../sass/_slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 92, ../sass/_slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 98, ../sass/_slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* line 11, ../sass/main.scss */
body {
  position: relative;
  right: 0;
}
/* line 15, ../sass/main.scss */
body.open #body {
  filter: brightness(70%);
}

/* line 21, ../sass/main.scss */
#body-in {
  width: 100%;
}

/* line 25, ../sass/main.scss */
#breadcrumb {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1040px) {
  /* line 25, ../sass/main.scss */
  #breadcrumb {
    width: 100%;
  }
}

/* line 33, ../sass/main.scss */
#main {
  width: 100%;
  float: left;
  margin-bottom: 0;
  padding: 0px;
}

/* line 42, ../sass/main.scss */
#sidebar {
  width: 300px;
  padding: 0px;
}

/* line 47, ../sass/main.scss */
#page-top {
  z-index: 2;
}
/* line 49, ../sass/main.scss */
#page-top .move-page-top-image {
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 1040px) {
  /* line 55, ../sass/main.scss */
  br {
    display: none;
  }
  /* line 58, ../sass/main.scss */
  br.not {
    display: block;
  }
}

/* line 64, ../sass/main.scss */
#breadcrumb {
  padding: 20px 0px;
  font-size: 1.2em;
  margin-bottom: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1040px) {
  /* line 64, ../sass/main.scss */
  #breadcrumb {
    padding: 0px 10px 20px;
    margin-top: 20px;
  }
}
/* line 76, ../sass/main.scss */
#breadcrumb h1 {
  font-size: 1.0em;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif !important;
  display: inline-block;
}

/* line 83, ../sass/main.scss */
.svg-symbol {
  display: none;
}

/* トップページ 新デザイン 20200504 */

.manabu-box-all .member-box-all{
  padding:5px 5px 48px 5px;
  width:100%;
  overflow:auto;
}

.manabu-box-ttl{
  margin:auto;
  line-height: 1.5em;
  font-size:2.1em;
  font-weight:bold;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  width:96%;
  border-bottom: 1px dotted #535353;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: rgb(83, 83, 83);
}

.manabu-box{
  float:left;
  margin:12px;
  width:170px;
  font-weight:bold;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  text-align:center;
}

.manabu-box img{
  width:80%;
}

.member-box-1{
  float:left;
  margin:12px;
  width:270px;
  text-align:center;
}

.link-box-1{
  color: #fff;
  background-color: #72aa4c;
  width:240px;
  display:block;
  text-align:center;
  padding:8px;
  border-radius:6px;
  font-size:19px;
  margin-bottom:22px;
}


.link-box-2{
  color: #fff;
  background-color: #72aa4c;
  width:240px;
  display:block;
  text-align:center;
  padding:8px;
  border-radius:6px;
  font-size:19px;
  margin-bottom:22px;
}

.link-box-3{
  color: #fff;
  background-color: #bccf46;
  width:240px;
  display:block;
  text-align:center;
  padding:8px;
  border-radius:6px;
  font-size:19px;
}

.member-box-2{
  float:left;
  margin:12px;
  width:240px;
  text-align:center;
}

.member-box-3{
  float:left;
  margin:12px;
  width:180px;
}

.member-box-3 a{
  font-size:16px;
}

.member-box-4{
  float:left;
  margin:12px;
  width:200px;
}


/* 専門医と指導士のリスト表示追加20200504 */
.sen_box{
  font-size:1.5em;
  line-height:1.5em;
  padding:1.4em;
  background-color:#f0ffff;
  border-bottom:1px solid #39dcdf;
}

.sen_name{
  font-weight:bold;
  font-size:1.2em;
}

.shi_box{
  font-size:1.5em;
  line-height:1.5em;
  padding:1.4em;
  background-color:#fff0f2;
  border-bottom:1px solid #f24a00;
}

.shi_name{
  font-weight:bold;
  font-size:1.2em;
}

/* 202304　トップ会員の皆様追加*/
#member-area2023{
	width: 96%;
	margin:0 auto 0;
}

#member-area2023 ul.member-list-3{
  display:-ms-flexbox;
  display:-webkit-flex;
  display: flex;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
  list-style: none;
  padding: 0;
}

#member-area2023 ul.member-list-3 li:nth-of-type(1){
	width: 40%;
	margin-right: 2%;
}

#member-area2023 ul.member-list-3 li:nth-of-type(2){
	width: 34%;
	margin-right: 2%;
}

#member-area2023 ul.member-list-3 li:nth-of-type(3){
	width: 20%;
}

#member-area2023 ul.member-list-2{
  display:-ms-flexbox;
  display:-webkit-flex;
  display: flex;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
  list-style: none;
  padding: 0;
}

#member-area2023 ul.member-list-2 li{
	width: 48.5%;
	margin-right: 2%;
}

#member-area2023 ul.member-list-2 li:nth-of-type(2){
	margin-right: 0;
}

#member-area2023 ul.member-list-2 li img{
	width: 100%;
	height: auto;
}

#member-area2023 .detail-btn-add{
	width: 100%;
	display: block;
	position: relative;
}

#member-area2023 .detail-btn-add i{
	font-size: 24px;
	line-height: 1.5;
	position: absolute;
	left: 20px;
	top:10px;
}

#member-area2023 .detail-btn-add a{
	display: block;
	font-size: 16px;
	line-height: 1.5;
	color: #2da155;
	text-align: center;
	border:1px solid #2da155;
	border-radius: 8px;
	padding: 16px 0px;
	transition: all .5s ease;
}

#member-area2023 .detail-btn-add a:hover{
	color: #FFF;
	background-color: #2da155;
	opacity: 1;
}

#member-area2023 .nintei-box{
	width: 100%;
	border:1px solid #2da155;
	border-radius: 8px;
	overflow: hidden;
}

#member-area2023 .nintei-box-title{
	display: block;
	font-size: 16px;
	text-align: center;
	color: #FFF;
	background-color: #2da155;
	padding: 11px 0px;
}

#member-area2023 .nintei-box-link{
	width: 100%;
	border-top:1px solid #2da155;
}

#member-area2023 .nintei-box-link a{
	display: block;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
	color: #2da155;
	padding: 12px 10px;
	transition: all .5s ease;
}

#member-area2023 .nintei-box-link a:hover{
	color: #fff;
	background-color: #2da155;
	opacity: 1;
}

#member-area2023 .login-box-left{
	width: 47.5%;
	float: left;
}

#member-area2023 .login-box-right{
	width: 47.5%;
	float: right;
}

#member-area2023 .login-box-link{
	display: block;

}

#member-area2023 .login-box-link i{
	font-size: 50px;
	line-height: 2;
}

#member-area2023 .login-box-link a{
	display: block;
  height: 160px;
	font-size: 18px;
	line-height: 1.5;
	color: #FFF;
	text-align: center;
	background-color: #2da155;
	padding: 24px 0px 14px 0px;
	border-radius: 8px;
	transition: all .5s ease;
}

#member-area2023 .login-box-link a:hover{
	background-color: #239b4c;
	opacity: 0.8;
}

#member-area2023 .login-box-link-long{
  display: block;
  height: 86px;
  background-color: #2da155;
  border-radius: 8px;
  position: relative;
  transition: all .5s ease;
}

#member-area2023 .login-box-link-long:hover{
  background-color: #239b4c;
  opacity: 0.8;
}

#member-area2023 .item-center{
  width: 100%;
  font-size: 18px;
  line-height: 2;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%)
             translateY(-50%);
}

#member-area2023 .item-center a{
  color: #FFF;
  transition: all .5s ease;
  opacity: 1;
}

/*#member-area2023 .login-box-link-long a{
  display: block;
  font-size: 18px;
  line-height: 1;
  color: #FFF;
  text-align: center;
  background-color: #2da155;
  padding: 18px 0px 18px 0px;
  border-radius: 8px;
  transition: all .5s ease;
}

#member-area2023 .login-box-link-long a:hover{
  background-color: #239b4c;
  opacity: 1;
}*/

#member-area2023 .edit-info{
	width: 100%;
	margin-top: 20px;
}

#member-area2023 .edit-info a{
	display: block;
	font-size: 16px;
	line-height: 1.5;
	color: #333;
	text-align: center;
	transition: all .5s ease;
}

#member-area2023 .edit-info a:hover{
	color: #239b4c;
	opacity: 1;
}

#member-area2023 .edit-info-orange{
    width: 100%;
    display: block;
    position: relative;
}

#member-area2023 .edit-info-orange i{
    font-size: 24px;
    line-height: 1.5;
    position: absolute;
    left: 20px;
    top:8px;
}

#member-area2023 .edit-info-orange a{
    display: block;
    font-size: 16px;
    line-height: 1.5;
    color: #f49a13;
    text-align: center;
    border:1px solid #f49a13;
    border-radius: 8px;
    padding: 14px 0px;
    transition: all .5s ease;
}

#member-area2023 .edit-info-orange a:hover{
    color: #FFF;
    background-color: #f49a13;
    opacity: 1;
}

.flex-center{
  display: flex;
  justify-content: center;
  align-items: center;
}

/*スマホ用*/
@media only screen and (max-width: 766px) {
	#member-area2023{
		width: 96%;
		margin:0 auto 0;
	}

	#member-area2023 ul.member-list-3{
	  display:-ms-flexbox;
	  display:-webkit-flex;
	  display: flex;
	  -ms-flex-wrap:wrap;
	  -webkit-flex-wrap:wrap;
	  flex-wrap:wrap;
	  list-style: none;
	  padding: 0;
	}

	#member-area2023 ul.member-list-3 li:nth-of-type(1){
	width: 100%;
	display: block;
	margin-right:0;
	margin-bottom: 30px;
}

#member-area2023 ul.member-list-3 li:nth-of-type(2){
	width: 100%;
	display: block;
	margin-right:0;
	margin-bottom: 30px;
}

#member-area2023 ul.member-list-3 li:nth-of-type(3){
	width: 100%;
	display: block;
}


	#member-area2023 ul.member-list-2{
	  display:-ms-flexbox;
	  display:-webkit-flex;
	  display: flex;
	  -ms-flex-wrap:wrap;
	  -webkit-flex-wrap:wrap;
	  flex-wrap:wrap;
	  list-style: none;
	  padding: 0;
	}

	#member-area2023 ul.member-list-2 li:nth-of-type(1){
		width: 100%;
		display: block;
		margin-right:0;
		margin-bottom: 20px;
	}

	#member-area2023 ul.member-list-2 li:nth-of-type(2){
		width: 100%;
		display: block;
	}


	#member-area2023 ul.member-list-2 li img{
		width: 100%;
		height: auto;
	}

	#member-area2023 .detail-btn-add{
		width: 100%;
		display: block;
		position: relative;
	}

	#member-area2023 .detail-btn-add i{
		font-size: 24px;
		line-height: 1.5;
		position: absolute;
		left: 20px;
		top:10px;
	}

	#member-area2023 .detail-btn-add a{
		display: block;
		font-size: 16px;
		line-height: 1.5;
		color: #2da155;
		text-align: center;
		border:1px solid #2da155;
		border-radius: 8px;
		padding: 16px 0px;
		transition: all .5s ease;
	}

	#member-area2023 .detail-btn-add a:hover{
		color: #FFF;
		background-color: #2da155;
		opacity: 1;
	}

	#member-area2023 .nintei-box{
		width: 100%;
		border:1px solid #2da155;
		border-radius: 8px;
		overflow: hidden;
	}

	#member-area2023 .nintei-box-title{
		display: block;
		font-size: 16px;
		text-align: center;
		color: #FFF;
		background-color: #2da155;
		padding: 11px 0px;
	}

	#member-area2023 .nintei-box-link{
		width: 100%;
		border-top:1px solid #2da155;
	}

	#member-area2023 .nintei-box-link a{
		display: block;
		font-size: 16px;
		line-height: 1.5;
		text-align: center;
		color: #2da155;
		padding: 9px 10px;
		transition: all .5s ease;
	}

	#member-area2023 .nintei-box-link a:hover{
		color: #fff;
		background-color: #2da155;
		opacity: 1;
	}

	#member-area2023 .login-box-left{
		width: 48%;
		float:left;
	}

	#member-area2023 .login-box-right{
		width: 48%;
		float:right;
	}

	#member-area2023 .login-box-link{
		display: block;
	}

	#member-area2023 .login-box-link i{
		font-size: 50px;
		line-height: 2;
	}

	#member-area2023 .login-box-link a{
		display: block;
		font-size: 20px;
		line-height: 1.5;
		color: #FFF;
		text-align: center;
		background-color: #2da155;
		padding: 14px 10px 14px 10px;
		border-radius: 8px;
		transition: all .5s ease;
	}

	#member-area2023 .login-box-link a:hover{
		background-color: #239b4c;
		opacity: 1;
	}

  #member-area2023 .login-box-link-long{
    display: block;
    margin-top: 20px;
  }

  #member-area2023 .login-box-link-long a{
    display: block;
    font-size: 20px;
    line-height: 1.5;
    color: #FFF;
    text-align: center;
    background-color: #2da155;
    padding: 14px 10px 14px 10px;
    border-radius: 8px;
    transition: all .5s ease;
  }

  #member-area2023 .login-box-link-long a:hover{
    background-color: #239b4c;
    opacity: 1;
  }

	#member-area2023 .edit-info{
		width: 100%;
		margin-top: 10px;
	}

	#member-area2023 .edit-info a{
		display: block;
		font-size: 16px;
		line-height: 1.5;
		color: #333;
		text-align: center;
		transition: all .5s ease;
	}

	#member-area2023 .edit-info a:hover{
		color: #239b4c;
		opacity: 1;
	}

	#member-area2023 .edit-info-orange{
		width: 100%;
		display: block;
		position: relative;
	}

	#member-area2023 .edit-info-orange i{
		font-size: 24px;
		line-height: 1.5;
		position: absolute;
		left: 20px;
		top:10px;
	}

	#member-area2023 .edit-info-orange a{
		display: block;
		font-size: 16px;
		line-height: 1.5;
		color: #f49a13;
		text-align: center;
		border:1px solid #f49a13;
		border-radius: 8px;
		padding: 16px 0px;
		transition: all .5s ease;
	}

	#member-area2023 .edit-info-orange a:hover{
		color: #FFF;
		background-color: #f49a13;
		opacity: 1;
	}


}


/* 研修用講習会 詳細ページレイアウト追加20230919 */
.smn_01{
  font-weight:bold;
  background-color:#EEE;
  padding:4px 8px 4px 8px;
  margin:0 0 8px 0;
}

.smn_02{
  margin:0 0 0 1em;
  font-weight:bold;
}

.smn_03{
  margin:0 0 0 1em;
}

.smn_04{
  margin:1em 0 1em 1em;
  padding:1em;
  border:1px solid #999;
}
</pre></body></html>