@charset "utf-8";
/* CSS Document */
.contents {
  background-color: #FFF;
  text-align: left;
  min-height: 80vh;
}
.contents h2.ttlH2 {
  position: relative;
  padding: 1em 0;
  text-align: center;
  margin-bottom: 1.5em;
  box-sizing: border-box;
}
.contents h2.ttlH2:before {
  position: absolute;
  bottom: -8px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #D5BDAE;
}
.contents h2.ttlH2 span {
  font-weight: 700;
}
@media (max-width: 599px) {
  .contents {
    padding: 30px 15px;
    box-sizing: border-box;
  }
}
@media (min-width: 600px) {
  .contents {
    padding: 50px 30px;
    border-radius: 8px;
  }
}
.contents section {
  margin-bottom: 50px;
}
.contents section.lead {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contents section.lead h2.ttlH2 {
  width: 100%;
}
.contents section .secTtl {
  display: flex;
  align-items: center;
  background-color: #F2F2F3;
  gap: 8px;
  margin-bottom: 1em;
}
.contents section .secTtl h3 {
  background-color: #245299;
  color: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8px;
}
.contents section .secTtl p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
}
.contents section h4.midashi {
  position: relative;
  font-size: 26px;
}
.contents section h4.midashi::before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #CCC;
}
.contents section h4.midashi span {
  position: relative;
  padding: 0 1em;
  background-color: #fff;
  font-weight: 600;
}
.contents section p {
  margin-bottom: 1em;
}
@media (max-width: 599px) {
  .contents section .secTtl {
    flex-direction: column;
  }
  .contents section .secTtl h3 {
    margin-top: -0.5em;
  }
  .contents section .secTtl p {
    padding: 0 1em 1em;
  }
}
.contents blockquote {
  padding: 15px;
  margin-bottom: 15px;
  background-color: #F2F2F3;
}
.contents blockquote flex ul.disc, .contents blockquote flex ol.decimal {
  margin-left: 1.5em;
  margin-bottom: 1em;
}
.contents blockquote flex ol.decimal {
  list-style-type: decimal;
}
.contents blockquote flex ul.disc {
  list-style-type: disc;
}
#toppage .topHistory .flex {
  display: flex;
  flex-direction: column-reverse;
}
#toppage .topHistory .flex .img {
  padding: 8px;
  border: 1px solid #CCC;
  background-color: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 599px) {}
@media (min-width: 600px) {
  .contents blockquote {
    padding: 30px;
    margin-bottom: 30px;
  }
  #toppage .topHistory .flex {
    flex-direction: row-reverse;
    gap: 8px;
  }
  #toppage .topHistory .flex .img {
    align-self: flex-start;
    flex-basis: 33.3%;
    flex-direction: column;
    flex-shrink: 0;
    padding: 15px;
  }
}
#toppage .topActivity .list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 8px;
}
#toppage .topActivity .list > div {
  text-align: center;
}
#toppage .topActivity .list > div a {
  display: block;
  padding: 0.5em 1.5em;
  background-color: #F2F2F3;
  border-radius: 999px;
}
#toppage .topActivity .list > div a:hover {
  background-color: #CD8858;
  color: #FFF;
}
#toppage .flexbox {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#toppage .flexbox > div {
  border: 8px solid #CCC;
}
#toppage .flexbox > div h3 {
  position: relative;
  display: inline-block;
  margin: 1rem 0 1rem -18px;
  padding: 1rem 3rem;
  color: #34251F;
  border-radius: 0 100vh 100vh 0;
  background: #D5BDAE;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
}
#toppage .flexbox > div h3:before {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 0;
  content: '';
  border-top: 10px solid #005276;
  border-left: 10px solid transparent;
}
#toppage .flexbox > div .text {
  padding: 1em;
}
@media (max-width: 599px) {}
@media (min-width: 600px) {
  #toppage .topActivity .list {
    flex-direction: row;
    gap: 15px;
  }
  #toppage .topActivity .list > div {
    flex-basis: calc(33.3% - 10px);
  }
  #toppage .flexbox {
    flex-direction: row;
    gap: 30px;
  }
  #toppage .flexbox > div {
    flex-basis: calc(50% - 15px);
  }
}
#history .contents dl {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (max-width: 599px) {
  #history .contents dl {
    gap: 8px;
  }
  #history .contents dl dt {}
  #history .contents dl dd {
    margin-bottom: 0.5em;
    border-bottom: 1px dotted #CCC;
    padding-left: 1em;
  }
}
@media (min-width: 600px) {
  #history .contents dl {
    flex-direction: row;
    margin-bottom: 30px;
  }
  #history .contents dl dt {
    flex-basis: 300px;
    padding: 15px;
    text-align: right;
    border-bottom: 1px dotted #CCC;
  }
  #history .contents dl dt.textLeft {
    text-align: left;
    font-weight: bold;
  }
  #history .contents dl dd {
    flex-basis: 840px;
    padding: 15px;
    border-bottom: 1px dotted #CCC;
  }
}
#press ul.ichiran {
  margin: 0 auto 30px;
}
#press ul.ichiran li {
  font-size: 120%;
  display: flex;
  flex-direction: column;
}
#press ul.ichiran li:nth-child(even) {
  background-color: #F2F2F3;
}
#press ul.ichiran li a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 0.5em;
}
#press ul.ichiran li a:hover {
  background-color: rgba(81, 130, 235, 0.1);
}
#press ul.ichiran li a .more {
  font-size: 70%;
  padding: 0.5em 1.5em;
  background-color: #E0AFD3;
  border-radius: 999px;
}
#press ul.ichiran li:nth-child(even) a .more {
  background-color: #D6BE9C;
}
@media (max-width: 599px) {}
@media (min-width: 600px) {
  #press ul.ichiran {
    width: 80%;
  }
  #press ul.ichiran li a {
    flex-direction: row;
  }
}
#activity .list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 30px;
}
#activity .list .item a {
  display: flex;
  flex-direction: column;
}
#activity .list .item a .img {
  background-color: #F2F2F3;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 120px;
  overflow: hidden;
}
@media (max-width: 599px) {
  #activity .list .item {
    flex-basis: calc(50% - 7.5px);
  }
}
@media (min-width: 600px) {
  #activity .list {
    gap: 30px;
  }
  #activity .list .item {
    flex-basis: calc(25% - 22.5px);
  }
  #activity .list .item a:hover {
    opacity: 0.8;
  }
  #activity .list .item a .img {
    height: 200px;
  }
}
#chairman .list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
#chairman .list .item .img {
  background-color: #F2F2F3;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 599px) {
  #chairman .list .item {
    flex-basis: calc(50% - 7.5px);
  }
}
@media (min-width: 600px) {
  #chairman .list {
    gap: 30px;
  }
  #chairman .list .item {
    flex-basis: calc(33.3% - 20px);
  }
}
#about .what {
  display: flex;
  flex-direction: column;
}
@media (max-width: 599px) {}
@media (min-width: 600px) {
  #about .what {
    flex-direction: row;
	  gap: 50px;
  }
  #about .what .img {
	  flex-basis: calc(33.3% - 25px)
  }
  #about .what .text {
	  flex-basis: calc(66.6% - 25px)
  }
}