/* CUSTOM VARIABLE */
/* Font */
/*TRANSITION*/
/*BREAKPOINT*/
.history {
  padding: 30px 4%;
  display: flex;
  justify-content: flex-start;
}

.history.nopd {
  padding-top: 0;
}

.history .images {
  width: 80px;
}

.history .text {
  padding-left: 4%;
  flex: 1;
  font-size: 14px;
  line-height: 1.75;
  padding-top: 60px;
}

.history .text div {
  margin-bottom: 15px;
}

.history .text div p span {
  font-size: 12px;
  color: #496C00;
}

.orn img {
  width: 100%;
}

.message {
  background-image: url(../../img/common/box01_bg.gif);
  background-repeat: repeat;
  padding: 25px 8% 40px;
  position: relative;
  width: 84%;
  margin: 0 auto 40px;
}

.message .orn {
  position: absolute;
  left: 0;
  top: -15px;
  width: 100%;
}

.message .orn img {
  width: 100%;
}

.message h2 {
  text-align: center;
  margin-bottom: 20px;
  font-family: HuiFont;
  font-size: 7.5vw;
  letter-spacing: 3px;
  color: #d32f2f;
  font-weight: bold;
}

.message .img {
  max-width: 150px;
  width: 100%;
  margin: 0 auto 30px;
}

.message .desc h3 {
  text-align: center;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
}

.phrase {
  background-image: url(../../img/common/box01_bg.gif);
  background-repeat: repeat;
  padding: 50px 8%;
  position: relative;
  width: 84%;
  margin: 0 auto 40px;
}

.phrase .line {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

.phrase .text {
  font-family: HuiFont;
  font-size: 7.5vw;
  letter-spacing: 5px;
}

.phrase .desc {
  margin-top: 30px;
}

.flex {
  padding: 25px 8%;
}

.flex .img {
  max-width: 200px;
  width: 100%;
  margin: 0 auto 25px;
}

.flex .text .title {
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex .text .title .book {
  margin-right: 15px;
  width: 50px;
}

.flex .text .title h2 {
  flex: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex .text .title h2 .title {
  height: 30px;
  margin-bottom: 0;
}

.flex .btnBox {
  width: 175px;
  margin: 30px auto 0;
}

.flex .btnBox a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  color: #FFF;
  background-color: #d32f2f;
  font-weight: bold;
  border-radius: 10px;
}

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