@charset "UTF-8";

/*****************************
  cmn
*****************************/
.ttlbox3 .ttl span{
  font-size: 2rem;
}

/*****************************
  pagesec-organisation
*****************************/

/*****************************
  pagesec-officer
*****************************/
.pagesec-officer table{
  background-color: rgb(204, 204, 204);
  border-collapse: separate;
  border-spacing: 1px;
  box-sizing: border-box;
  width: 1080px;
}
.pagesec-officer th,
.pagesec-officer td{
  background: #fff;
  font-size: 1.4rem;
  padding: .5rem 1rem;
  vertical-align: middle;
}
.pagesec-officer tbody th{
  background: #E7F8FF;
  width: 100px;
}
.pagesec-officer tbody td:nth-of-type(1){
  width: 100px;
  text-align: center;
}
.pagesec-officer tbody td:nth-of-type(2){
  width: 350px;
}
.pagesec-officer tbody td:nth-of-type(3){
  background: #E7F8FF;
  width: calc(100% - 550px);
}

.pagesec-officer  table:nth-of-type(2){
  margin-top: 1rem;
  width: 554px;
}
.pagesec-officer  table:nth-of-type(2) th{
  background: #D4F7F3;
}
.pagesec-officer .scroll-hint-icon{
  top: 10%;
}

/*****************************
  pagesec-advisory
*****************************/
.pagesec-advisory table{
  background-color: rgb(204, 204, 204);
  border-collapse: separate;
  border-spacing: 1px;
  box-sizing: border-box;
  margin: 0 auto;
  width: 500px;
}
.pagesec-advisory th,
.pagesec-advisory td{
  background: #fff;
  padding: .5rem 1rem;
  vertical-align: middle;
  text-align: center;
}
.pagesec-advisory tbody th{
  background: #DAF2D0;
  width: 100px;
}
.pagesec-advisory tbody tr:nth-last-of-type(1) th,
.pagesec-advisory tbody tr:nth-last-of-type(2) th{
  background: #C0EFC6;
}
@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-advisory table{
    width: 100%;
  }
}

/*****************************
  pagesec-list
*****************************/

.pagesec-list .listbox {
  border: 2px solid #0B97D2;
  margin: 4rem auto 0;
  max-width: 800px;
  padding: 3rem 3rem 2rem;
  position: relative;
}
.pagesec-list .listbox .ttlbox{
  position: absolute;
  top: -2.4rem;
  left: 0;
  width: 100%;
  text-align: center;
}
.pagesec-list .listbox .ttl{
  background: #fff;
  display: inline-block;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 0 2rem;
}
.pagesec-list .listbox .ttl::first-letter{
  color: #0b97d2;
}
.pagesec-list .listbox .subttl{
  font-size: 2rem;
  font-weight: 500;
}
.pagesec-list .listbox dl{
  margin: 1rem 0;
}
.pagesec-list .listbox dl > div{
  margin-bottom: 1rem;
}
.pagesec-list .listbox dl > div dt{
  font-weight: bold;
}
.pagesec-list .listbox dl > div dd.flexbox1 ul{
  width: 50%;
}
@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-list .listbox {
    padding: 3rem 1.5rem 2rem;
  }
  .pagesec-list .listbox .ttl{
    font-size: 2rem;
    line-height: 1.4;
  }
  .pagesec-list .listbox:not(:nth-of-type(3)) .ttlbox {
    top: -1.4rem;
  }
  .pagesec-list .listbox dl > div dd.flexbox1 ul{
    width: 100%;
  }
  .pagesec-list .listbox .subttl {
    font-size: 1.8rem;
  }
}
