<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*--------------------------------------------------------------------------------------------------
staff_info
--------------------------------------------------------------------------------------------------*/
#staff_info{
  text-align: left;
}

#staff_info h2{
  width: 100%;
  padding:  20px;
  font-size: 26px;
  color: #fff;
  background: #036eb8;
  text-align: center;
}

#staff_info .staff_info_a{
  width: 90%;
  margin: 30px 5% 0;
  white-space: pre-wrap;
}

#staff_info .staff_info_b{
  font-size: 26px;
  color: #fff;
  background: #2da7e0;
  text-align: center;
  padding:  20px;
  border-top-left-radius: 50px 50%;
  border-top-right-radius: 50px 50%;
  border-bottom-left-radius: 50px 50%;
  border-bottom-right-radius: 50px 50%;
}


/*-----sp_cording_start-----*/
@media only screen and (max-width: 1300px) and (max-width: 786px){
  #staff_info{
    width: 95%;
    padding: 0;
    margin: 2.5%;
    text-align: left;
  }

  #staff_info img{
    width: 100%;
  }

  #staff_info h2{
    padding:  16px;
    font-size: 20px;
  }

  #staff_info .staff_info_b{
    font-size: 20px;
    color: #fff;
    background: #2da7e0;
    text-align: center;
    padding:  20px;
    border-top-left-radius: 50px 50px;
    border-top-right-radius: 50px 50px;
    border-bottom-left-radius: 50px 50px;
    border-bottom-right-radius: 50px 50px;
  }
}

/*-----sp_cording_end-----*/


/*--------------------------------------------------------------------------------------------------
staff_data_content
--------------------------------------------------------------------------------------------------*/

.staff_data_content{
  width: 100%;
  padding: 50px 0;
  overflow: hidden;
  clear: both;
}

.staff_data,
.staff_data_other{
  width: 33%;
  padding: 30px 1.5% 0px;
  float: left;
}

.staff_data .staff_data_a dt,
#staff_info .staff_data .staff_data_a dd{
  float: left;
  margin-bottom: 20px;
}

.staff_data .staff_data_a dt{
  width: 40%;
}

.staff_data .staff_data_a dd{
  width: 60%;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 120px;
}

.staff_data .staff_data_b{
  clear: both;
  border: 1px solid #172987;
}

.staff_data .staff_data_b dt,
.staff_data_other dt{
  padding: 5px 10px;
  background: #172987;
  color: #fff;
}

.staff_data .staff_data_b dd,
.staff_data_other dd{
  padding: 10px;
}

.staff_data .staff_data_b .staff_comment{
  height: 60px;
}

/*-----sp_cording_start-----*/

@media only screen and (max-width: 1300px) and (max-width: 786px){
  .staff_data_content{
    padding: 30px 0 50px;
  }

  .staff_data,
  .staff_data_other{
    width: 100%;
    padding: 0 1.5% 30px;
    float: none;
  }
}

/*-----sp_cording_end-----*/

</pre></body></html>