/*OPACITY*/
/*TRANSITION*/
/*TRANSFORM*/
/*FLEXBOX*/
/*BORDER RADIUS*/
/*BOX SHADOW*/
/*BOX SIZING*/
/*FILTER*/
/* CUSTOM VARIABLE */
/* BASE VARIABLE */
/* FONT-FAMILY */
/* FONT SIZE */
main.topPage {
  background-color: #FFF7F7;
}

main.topPage .gallery {
  padding-top: 8px;
}

main.topPage .gallery #carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
}

main.topPage .gallery #carousel a {
  display: block;
  height: 180px;
  width: 240px;
  position: relative;
  margin: 0 4px;
  overflow: hidden;
}

@media (max-width: 1023.98px) {
  main.topPage .gallery #carousel a {
    width: 180px;
    height: 120px;
  }
}

@media (max-width: 527.98px) {
  main.topPage .gallery #carousel a {
    width: 140px;
    height: 90px;
  }
}

main.topPage .gallery #carousel a .img {
  width: 100%;
  height: 100%;
}

main.topPage .gallery #carousel a .img .bg-set {
  width: 100%;
  height: 100%;
}

main.topPage .gallery #carousel a .content {
  font-family: fot-klee-pro, sans-serif;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 14px;
  color: white;
  padding: 0 10px 10px;
  width: 100%;
  background: linear-gradient(0deg, black 0%, black -6%, rgba(255, 255, 255, 0) 100%);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  main.topPage .gallery #carousel a .content {
    font-family: fot-klee-pro, sans-serif;
  }
}

main.topPage .gallery #carousel a .content h2 {
  height: 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

main.topPage #notice {
  padding: 36px 0 40px;
}

main.topPage #notice .title-wrapper {
  margin-bottom: 16px;
}

main.topPage #notice .notice-list {
  max-width: 847px;
  margin: 0 auto;
}

main.topPage #notice .notice-list li a {
  display: flex;
  padding: 8px 0 8px 15px;
  color: #635252;
}

@media (max-width: 767.98px) {
  main.topPage #notice .notice-list li a {
    padding: 10px 0;
  }
}

@media (max-width: 527.98px) {
  main.topPage #notice .notice-list li a {
    flex-direction: column;
  }
}

main.topPage #notice .notice-list li a ._date {
  position: relative;
  display: block;
  width: 172px;
}

main.topPage #notice .notice-list li a ._date .icon-new {
  position: absolute;
  background-color: #800000;
  color: white;
  display: inline-block;
  font-size: 10px;
  border-radius: 5px;
  padding: 0 8px;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 527.98px) {
  main.topPage #notice .notice-list li a ._date {
    color: #4b4b3c;
    font-size: 14px;
  }
  main.topPage #notice .notice-list li a ._date .icon-new {
    right: 65px;
  }
}

main.topPage #notice .notice-list li a ._entry {
  flex: 1;
  height: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

main.topPage #notice .notice-list li:not(:last-child) a {
  border-bottom: 1px dotted #cdcdcd;
}

main.topPage #notice .notice-2nd {
  margin-top: 56px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media (max-width: 767.98px) {
  main.topPage #notice .notice-2nd {
    margin-top: 24px;
  }
}

main.topPage #notice .notice-2nd li {
  width: 50%;
}

main.topPage #notice .notice-2nd li > div {
  position: relative;
  width: 100%;
  height: 460px;
}

@media (max-width: 1023.98px) {
  main.topPage #notice .notice-2nd li > div {
    height: auto;
  }
}

main.topPage #notice .notice-2nd li > div._left {
  background-image: url("../../img/misc/notice-img.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 8px;
  z-index: 1;
}

main.topPage #notice .notice-2nd li > div._left img {
  width: 112px;
  margin-top: 72px;
  margin-bottom: 30px;
}

@media (max-width: 1023.98px) {
  main.topPage #notice .notice-2nd li > div._left img {
    margin-top: 0;
  }
}

@media (max-width: 1023.98px) {
  main.topPage #notice .notice-2nd li > div._left {
    padding: 32px 0;
  }
}

main.topPage #notice .notice-2nd li > div._right {
  background-color: white;
  color: #635252;
  margin-left: -8px;
  margin-top: 40px;
  z-index: 0;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  line-height: 2;
}

main.topPage #notice .notice-2nd li > div._right p {
  padding: 24px;
}

@media (min-width: 1024px) {
  main.topPage #notice .notice-2nd li > div._right p {
    padding: 24px 64px;
  }
}

@media (max-width: 1023.98px) {
  main.topPage #notice .notice-2nd li > div._right {
    margin-top: 0;
  }
}

@media (max-width: 1023.98px) {
  main.topPage #notice .notice-2nd {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.topPage #notice .notice-2nd li {
    width: 100%;
  }
  main.topPage #notice .notice-2nd li > div._left {
    margin-left: 0;
  }
  main.topPage #notice .notice-2nd li > div._right {
    margin-left: 0;
  }
}

main.topPage #blog {
  padding: 40px 0 88px;
  background-color: white;
  background-image: url("../../img/misc/lotus.svg");
  background-repeat: no-repeat;
  background-position: right -222px center;
  background-size: 602px;
}

@media (max-width: 767.98px) {
  main.topPage #blog {
    padding: 24px 0 32px;
  }
}

main.topPage #blog .title-wrapper {
  text-align: center;
  margin-bottom: 24px;
}

main.topPage #blog .blog-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

@media (max-width: 1100px) {
  main.topPage #blog .blog-wrapper {
    margin-left: -10px;
    margin-right: -10px;
  }
}

main.topPage #blog .blog-wrapper .blog-list {
  width: 33.3333%;
}

@media (max-width: 1023.98px) {
  main.topPage #blog .blog-wrapper .blog-list {
    margin-bottom: 32px;
  }
}

@media (max-width: 767.98px) {
  main.topPage #blog .blog-wrapper .blog-list {
    width: 50%;
  }
  main.topPage #blog .blog-wrapper .blog-list:last-child {
    display: none;
  }
}

@media (max-width: 527.98px) {
  main.topPage #blog .blog-wrapper .blog-list {
    width: 100%;
  }
}

main.topPage #blog .blog-wrapper .blog-list a {
  display: block;
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}

main.topPage #blog .blog-wrapper .blog-list a ._icon {
  position: absolute;
  width: 40px;
  top: -30px;
  left: -20px;
  z-index: 1;
}

@media (max-width: 1100px) {
  main.topPage #blog .blog-wrapper .blog-list a {
    margin-left: 10px;
    margin-right: 10px;
  }
  main.topPage #blog .blog-wrapper .blog-list a ._icon {
    width: 32px;
    top: -18px;
    left: -10px;
  }
}

main.topPage #blog .blog-wrapper .blog-list a .img {
  overflow: hidden;
}

main.topPage #blog .blog-wrapper .blog-list a .bg-set {
  height: 340px;
  transform: scale(1);
  transition: all .5s ease-in-out;
}

@media (max-width: 1100px) {
  main.topPage #blog .blog-wrapper .blog-list a .bg-set {
    height: 240px;
  }
}

main.topPage #blog .blog-wrapper .blog-list a .blog-text {
  padding: 24px 0 0;
}

main.topPage #blog .blog-wrapper .blog-list a .blog-text .blog-text-top {
  margin-bottom: 24px;
  border-bottom: 1px solid #707070;
}

main.topPage #blog .blog-wrapper .blog-list a .blog-text .blog-text-top h3.blog-title {
  font-weight: bold;
  font-size: 20px;
  height: 60px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  margin-bottom: 24px;
  position: relative;
  color: #635252;
}

@media (max-width: 767.98px) {
  main.topPage #blog .blog-wrapper .blog-list a .blog-text .blog-text-top h3.blog-title {
    font-size: 18px;
    height: 54px;
  }
}

main.topPage #blog .blog-wrapper .blog-list a .blog-text p {
  color: #635252;
  line-height: 1.8;
  height: 56px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  position: relative;
}

main.topPage #blog .blog-wrapper .blog-list a:hover .bg-set {
  transform: scale(1.1);
}

main.topPage #blog .btn {
  margin-top: 30px;
  width: 160px;
  margin-left: auto;
  margin-right: auto;
}

main.topPage #blog .blog-banner {
  margin-top: 56px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

main.topPage #blog .blog-banner li {
  width: 50%;
}

@media (max-width: 1023.98px) {
  main.topPage #blog .blog-banner li {
    width: 100%;
  }
  main.topPage #blog .blog-banner li:not(:last-child) {
    margin-bottom: 24px;
  }
}

main.topPage #blog .blog-banner li > a {
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
  height: 340px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

main.topPage #blog .blog-banner li > a img {
  height: 121px;
}

main.topPage #blog .blog-banner li > a._left {
  background-image: url("../../img/misc/banner-bg-1.png");
}

main.topPage #blog .blog-banner li > a._right {
  background-image: url("../../img/misc/banner-bg-2.png");
}

@media (max-width: 1023.98px) {
  main.topPage #blog .blog-banner li > a {
    height: 292px;
  }
  main.topPage #blog .blog-banner li > a img {
    height: 98px;
  }
}

@media (max-width: 767.98px) {
  main.topPage #blog .blog-banner li > a {
    height: 268px;
  }
  main.topPage #blog .blog-banner li > a img {
    height: 80px;
  }
}

@media (max-width: 527.98px) {
  main.topPage #blog .blog-banner li > a {
    height: 246px;
  }
  main.topPage #blog .blog-banner li > a img {
    height: 60px;
  }
}

main.topPage #message {
  padding: 40px 0;
}

main.topPage #message .title-wrapper {
  margin-bottom: 24px;
}

main.topPage #message .message-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  max-width: 915px;
  margin-left: auto;
  margin-right: auto;
}

main.topPage #message .message-wrapper ._left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

main.topPage #message .message-wrapper ._left img:nth-child(1) {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  margin-bottom: 16px;
}

main.topPage #message .message-wrapper ._left img:nth-child(2) {
  height: 36px;
}

@media (max-width: 527.98px) {
  main.topPage #message .message-wrapper ._left img:nth-child(1) {
    width: 200px;
    height: 200px;
  }
}

main.topPage #message .message-wrapper ._right {
  flex: 1;
  padding-left: 68px;
}

main.topPage #message .message-wrapper ._right p {
  color: #635252;
  line-height: 2;
  margin-bottom: 26px;
}

main.topPage #message .message-wrapper ._right img {
  height: 36px;
  display: block;
  margin-left: auto;
}

@media (max-width: 1023.98px) {
  main.topPage #message .message-wrapper {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 626px;
  }
  main.topPage #message .message-wrapper ._right {
    padding-left: 0;
    padding-top: 24px;
  }
}

main.topPage #profile {
  padding: 40px 0 36px;
  background-color: white;
}

@media (max-width: 767.98px) {
  main.topPage #profile {
    padding: 24px 0 16px;
  }
}

main.topPage #profile .title-wrapper {
  margin-bottom: 24px;
}

main.topPage #profile .profile-wrapper {
  max-width: 848px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 64px;
}

@media (max-width: 767.98px) {
  main.topPage #profile .profile-wrapper {
    margin-bottom: 24px;
  }
}

main.topPage #profile .profile-wrapper table {
  width: 100%;
  background-color: #FFF7F7;
}

main.topPage #profile .profile-wrapper table tr th,
main.topPage #profile .profile-wrapper table tr td {
  height: 40px;
  text-align: left;
  vertical-align: middle;
  border: 2px solid white;
}

main.topPage #profile .profile-wrapper table tr th {
  background-color: #635252;
  color: white;
  font-size: 18px;
  padding-left: 39px;
  width: 110px;
}

main.topPage #profile .profile-wrapper table tr td {
  padding: 0 30px;
}

main.topPage #profile .profile-wrapper table tr td a {
  color: #800000;
  transition: all 0.3s ease;
  text-decoration: underline;
}

@media (max-width: 767.98px) {
  main.topPage #profile .profile-wrapper table tr td {
    padding-left: 0 10px;
  }
}

@media (max-width: 527.98px) {
  main.topPage #profile .profile-wrapper table tbody {
    display: block;
  }
  main.topPage #profile .profile-wrapper table tbody tr {
    display: block;
    border-bottom: 16px solid white;
  }
  main.topPage #profile .profile-wrapper table tbody tr td,
  main.topPage #profile .profile-wrapper table tbody tr th {
    display: block;
    border: none;
    height: auto;
    padding: 8px 16px;
  }
  main.topPage #profile .profile-wrapper table tbody tr th {
    width: auto;
    border-bottom: 2px solid white;
  }
}

main.topPage #profile iframe {
  height: 380px;
  width: 100%;
}

@media (max-width: 767.98px) {
  main.topPage #profile iframe {
    height: 280px;
  }
}

/*# sourceMappingURL=top.css.map */