<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.pageTitle{
  background-color: #000;
}

.pageTitle span{
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 1070px;
  height: 311px;
  margin: 0 auto;
  padding: 55px 0 0;
  background-color: #fff;
  text-align: center;
}

.pageTitle img{
  width: auto;
  height: auto;
}

#contents{
  font-size: 13px;
  line-height: 1.5;
}

.section{
  margin-top: 50px;
}

.section .title03{
  display: table;
  margin-bottom: 30px;
  padding-bottom: 18px;
  font-size: 30px;
  line-height: 1;
  border-bottom: 1px solid #999;
}

.sect_person{
  position: relative;
}

.section01 .sect_person+ .sect_person{
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #999;
}

.sect_person .blockLeft{
  float: left;
  width: 30.7%;
}

.sect_person .blockRight{
  float: right;
  width: 65.63%;
}

.sect_person .caption{
  margin-top: 10px;
  text-align: right;
}

.sect_person .caption .name{
  font-size: 18px;
  font-weight: bold;
}

.sect_person .title04{
  margin-top: 15px;
  font-size: 18px;
  font-weight: bold;
}

.section02 .subsection{
  margin: 15px 0 50px;
}

.subsection .modCTitle02 span{
  display: block;
  padding: 0 1em 0 1.9em;
  text-indent: -1.9em;
}

.section02 .subsection .marker{
  position: relative;
  padding-left: 15px;
}

.section02 .subsection .marker:before{
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 13px;
  height: 18px;
  background: url(../img/ico_arrow.png) center center no-repeat;
  background-size: 100% auto;
}

@media screen and (max-width: 767px) {
  
  .pageTitle span{
    height: auto;
    padding: 2.5%;
  }
  .pageTitle img{
    width: 100%;
  }
  .sect_person .modBlock {
    float: none;
    width: auto;
  }
  .sect_person .blockLeft{
    width: auto;
    max-width: 290px;
    margin: 0 auto;
  }
  .sect_person .blockLeft img{
    width: 100%;
    height: auto;
  }
  .sect_person .blockRight{
    margin-top: 10%;
  }
  .section .title03{
    padding-bottom: 16px;
    font-size: 22px;
  }
  
}

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