@charset "UTF-8";

/*****************************
pagesec-message
*****************************/
.message .ftxtbox{
  width: 60%;
}
.message .fimgbox{
  width: 35%;
}
.message .fimgbox img{
  border-radius: 20px;
}
.message .name span{
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
}
@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) {
  .message .ftxtbox{
    width: 100%;
  }
  .message .fimgbox{
    margin: 0 auto 2rem;
    width: 80%;
  }
}

/*****************************
pagesec-summary
*****************************/
.summarybox {
  margin: 0 auto;
  max-width: 800px;
}
.summarybox .access {
  margin: 1rem 0 2rem;
}
.summarybox .access dt{
  font-size: 1.4rem;
}
.summarybox .map iframe{
  aspect-ratio: 2/1;
  height: auto;
  width: 100%;
}
.summarybox .tellist,
.officer div{
  gap: 1rem;
}
.officer dt{
  width: 115px;
}
.officer dd{
  width: calc(100% - 125px);
}

.summarybox .grcom {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.summarybox .grcom a{
  text-decoration: underline;
}
.summarybox .grcom a:hover{
  text-decoration: none;
}
@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-history
*****************************/
.timelinegr{
  margin: 0 auto;
  max-width: 800px;
}
.timelinegr .timeline{
  background: #fff;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  padding: 2rem;
  position: relative;
  width: 100%;
}
.timelinegr .timeline:nth-of-type(even){
  background: #f2f8ff;
}
.timelinegr .timeline .year{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
  width: 190px;
}
.timelinegr .timeline .year span{
  color: #82a7ce;
  font-family: "M PLUS 2", sans-serif;
  font-size: 2rem;
  font-weight: 900;
}
.timelinegr .timeline .content{
  width: calc(100% - 190px);
}

@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) {
  .timelinegr .timeline{
    gap: 1rem;
    padding: 1rem 2rem 2rem;
    width: 100%;
  }
  .timelinegr .timeline .year,
  .timelinegr .timeline .content{
    width: 100%;
  }
}
