@charset "UTF-8";

/******************************
common
******************************/

/******************************
pagesec-value
******************************/
.pagesec-value .txtbox p:not(:last-of-type) {
  font-size: 1.8rem;
  margin-bottom: 1.8rem;
}
.pagesec-value .fbox p:last-of-type{
  font-size: 2.6rem;
  letter-spacing: 2px;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .pagesec-value .txtbox p:not(:last-of-type) {
    font-size: 1.6rem;
    margin-bottom: 1.4rem;
  }
  .pagesec-value .fbox p:last-of-type {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .pagesec-value .fbox p:last-of-type {
    font-size: 2rem;
  }
}

/******************************
pagesec-message
******************************/
.pagesec-message .ftxtbox{
  margin-right: 5%;
  width: 55%;
}
.pagesec-message .fimgbox{
  width: 30%;
}
.pagesec-message .ftxtbox p{
  font-size: 1.8rem;
  line-height: 2;
}
.pagesec-message .ftxtbox .name{
  font-size: 1.6rem;
  text-align: right;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .pagesec-message .fimgbox{
    width: 40%;
  }
  .pagesec-message .ftxtbox p {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .pagesec-message .ftxtbox{
    width: 100%;
  }
  .pagesec-message .fimgbox{
    margin: 2rem auto 0;
    width: 80%;
  }
}

/******************************
pagesec-directionality
******************************/
.pagesec-directionality p{
  font-size: 1.8rem;
  line-height: 2;
}
.pagesec-directionality .txtbox p:not(:last-of-type) {
  margin-bottom: 1.8rem;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
  .pagesec-directionality p{
    font-size: 1.6rem;
    line-height: 2;
  }
}

/******************************
pagesec-overview
******************************/
.pagesec-overview .add{
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.pagesec-overview .add dt{
  font-weight: 500;
}
@media only screen and (max-width: 1180px) {
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 767px) {
}