@charset "UTF-8";
/* CSS Document */
.center_sec dl{
  width: 900px;
}
.center_sec .inner.greeting_msg{
  background-repeat: no-repeat;
  background-image: url("../img/greeting/image.png");
  background-position: 100% 0;
  background-size: 350px;
  margin-bottom: 75px;
}
.greeting_msg dt{
  line-height: 1;
  margin-bottom: 40px;
}
.greeting_msg dt strong{
  font-size: 38px;
  display: block;
  margin-top: 18px;
  font-weight: bold;
}
.greeting_msg dd{
  width: 470px;
  color: #666;
}

.center_sec .about > dt{
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px dotted #95C74C;
  padding: 0 0 25px 25px;
  margin-bottom: 10px;
}
.center_sec .about > dd{
  margin-bottom: 66px;
  padding: 40px;
}

.center_sec .about .message p{
  text-indent: 16px;
  margin-bottom: 16px;
  letter-spacing: 1px;
  line-height: 2;
  font-size: 16px;
}

.center_sec .about .result dt{
  color: #95C74C;
  font-weight: bold;
}
.center_sec .about .result dd{
  color: #666;
  margin-bottom: 5px;
}
.center_sec .about .result dd li{
  margin-bottom: 5px;
}
.center_sec .about .result dd li::before {
  font-family: FontAwesome;
  content: "\f068";
  color: #029EE9;
  font-size: 10px;
  margin-right: 10px;
}

.center_sec .about .books{
  color: #666;
  margin-bottom: 5px;
}
.center_sec .about .books li{
  margin: 0 0 5px 23px;
  text-indent: -23px;
}
.center_sec .about .books li::before{
  content: "■";
  margin-right: 10px;
}

@media screen and (max-width: 990px) {
  .center_sec dl{
    width: 100%;
    padding: 0 32px;
  }
  .center_sec .inner.greeting_msg{
    background-position: 50% 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .center_sec .inner.greeting_msg dt {
    margin-bottom: 370px;
  }
  .center_sec .inner.greeting_msg dd,
  .center_sec .about > dd {
    width: 100%;
    padding: 0 8px;
  }
}

@media screen and (max-width: 400px) {
  .center_sec .inner.greeting_msg{
    background-size: 90%;
  }
  .center_sec .inner.greeting_msg dt {
    margin-bottom: 110%;
  }
}