/*bannerArea*/
.bannerArea {
  padding-top: 90px;
  /*margin-left: 62px;
  margin-right: 62px;*/
}
.bannerArea .bannerBox {
  position: relative;
}
.bannerArea .bannerBox .Txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 0 15px;
}
.bannerArea .bannerBox em {
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
.bannerArea .bannerBox h2 {
  font-size: 38px;
  font-weight: 500;
  line-height: 1;
  padding-top: 12px;
}
@media (max-width: 1180px) {
  .bannerArea {
    padding-top: 60px;
    margin: 0;
  }
  .bannerArea .bannerBox em {
    font-size: 13px;
  }
  .bannerArea .bannerBox h2 {
    font-size: 30px;
  }
}

/*mainArea*/
.mainArea {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-left: 62px;
  margin-right: 62px;
  background-color: #f5f5f5;
}
@media (max-width: 1180px) {
  .mainArea.ins {
    padding-bottom: 120px;
  }
}
.mainArea .wrap {
  max-width: 1244px;
  padding-left: 0;
  padding-right: 0;
}
.mainArea .leafLeftBox {
  position: absolute;
  top: 40%;
  left: -64px;
  pointer-events: none;
}
.mainArea .leafLeftBox img {
  width: 100%;
}
.mainArea .leafRightBox {
  position: absolute;
  top: 5%;
  right: -64px;
  pointer-events: none;
}
.mainArea .leafRightBox img {
  width: 100%;
}
.mainArea .cherryBlossomsLeftBox {
  position: absolute;
  bottom: 385px;
  left: 66px;
  width: 84px;
  height: 231px;
  pointer-events: none;
  z-index: 1;
}
.mainArea .cherryBlossomsLeftBox .cherryBlossoms01 {
  position: absolute;
  left: calc(50% - 9px);
  top: 0;
  pointer-events: none;
}
.mainArea .cherryBlossomsLeftBox .cherryBlossoms02 {
  position: absolute;
  top: 95px;
  left: 0;
  pointer-events: none;
}
.mainArea .cherryBlossomsLeftBox .cherryBlossoms03 {
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.mainArea .cherryBlossomsRightBox {
  position: absolute;
  bottom: -38px;
  right: -62px;
  width: 288px;
  height: 484px;
  pointer-events: none;
  z-index: 1;
}
.mainArea .cherryBlossomsRightBox .cherryBlossoms04 {
  position: absolute;
  left: calc(50% - 9px);
  top: 0;
  pointer-events: none;
}
.mainArea .cherryBlossomsRightBox .treebg {
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.mainArea .classRowBox {
  padding-bottom: 60px;
  margin-bottom: 0;
}
.mainArea .classRowBox .classItem {
  margin-right: 0;
  margin-bottom: 0;
}
.mainArea .classRowBox .classItem a {
  position: relative;
  padding: 0 15px 10px 15px;
  font-size: 15px;
  color: #808080;
  background-color: initial;
}
.mainArea .classRowBox .classItem a::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  height: 1px;
  background-color: #111111;
  width: 0;
  transition: all 0.4s;
}
.mainArea .classRowBox .classItem a::after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 13px;
  background-color: #dcdcdc;
}
.mainArea .classRowBox .classItem a:hover {
  color: #111111;
  background-color: initial;
}
.mainArea .classRowBox .classItem a:hover::before {
  width: 100%;
}
.mainArea .classRowBox .classItem a.current {
  color: #111111;
}
.mainArea .classRowBox .classItem a.current::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  height: 1px;
  background-color: #111111;
  width: 100%;
  transition: all 0.4s;
}
.mainArea .classRowBox .classItem:last-child a::after {
  content: initial;
}
.mainArea .articleTitle {
  border-bottom: 1px #f5c8c5 dashed;
}
@media (max-width: 1700px) {
  .mainArea .cherryBlossomsLeftBox {
    width: 66px;
    left: 30px;
  }
  .mainArea .cherryBlossomsLeftBox .cherryBlossoms01 {
    width: 11px;
  }
  .mainArea .cherryBlossomsLeftBox .cherryBlossoms02 {
    width: 35px;
  }
  .mainArea .cherryBlossomsLeftBox .cherryBlossoms03 {
    width: 22px;
  }
  .mainArea .cherryBlossomsRightBox .cherryBlossoms04 {
    width: 17px;
  }
  .mainArea .cherryBlossomsRightBox .treebg {
    width: 230px;
  }
}
@media (max-width: 1600px) {
  .mainArea .cherryBlossomsLeftBox {
    left: -42px;
  }
  .mainArea .leafLeftBox {
    max-width: 130px;
  }
  .mainArea .leafRightBox {
    max-width: 230px;
  }
}
@media (max-width: 1440px) {
  .mainArea .contentBox {
    padding: 0 30px;
  }
  .mainArea .cherryBlossomsRightBox {
    width: 180px;
  }
  .mainArea .cherryBlossomsRightBox .treebg {
    width: 180px;
  }
}
@media (max-width: 1180px) {
  .mainArea {
    background-color: #f3f3f3;
    padding: 60px 33px;
    top: 0;
    background-image: none;
    margin: 0;
  }
  .mainArea .wrap {
    max-width: 100%;
  }
  .mainArea .contentBox {
    padding: 0;
  }
  .mainArea .mClassLink .main {
    background-color: #F5C8C5;
    color: #92362f;
  }
  .mainArea .mClassLink .main::before {
    color: #92362f;
  }
  .mainArea .classRowBox {
    padding: 0 0 40px 0;
  }
  .mainArea .classRowBox .classItem a {
    padding: 10px;
  }
  .mainArea .classRowBox .classItem a::before, .mainArea .classRowBox .classItem a::after {
    content: initial;
  }
  .mainArea .classRowBox .classItem a:hover {
    color: #111111;
    background-color: initial;
  }
  .mainArea .classRowBox .classItem a:hover::before {
    width: 100%;
  }
  .mainArea .classRowBox .classItem a.current {
    color: #92362f;
  }
  .mainArea .classRowBox .classItem a.current::before {
    content: initial !important;
  }
  .mainArea .leafLeftBox,
.mainArea .leafRightBox,
.mainArea .cherryBlossomsLeftBox,
.mainArea .cherryBlossoms04 {
    display: none;
  }
  .mainArea .cherryBlossomsRightBox {
    right: 0;
  }
}
@media (max-width: 640px) {
  .mainArea {
    padding: 40px 20px;
  }
}

.textEditor {
  margin-top: 0;
}
.textEditor .album {
  float: right;
  width: 300px;
  padding: 0 0 35px 35px;
  list-style: none;
}
.textEditor .album li {
  float: left;
  width: 90px;
  height: 90px;
  margin: 0 10px 10px 0;
  box-shadow: 2px 2px 5px #c3c3c3;
}
.textEditor .album a {
  display: block;
}
.textEditor .album a img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .textEditor .album {
    float: none;
    margin: 20px auto;
    padding: 0;
  }
}