<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.onmouse {
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

.onmouse:hover {
  opacity: 0.6;
}

img {
  width: 100%;
}

body, html {
  font-size: 16px;
}

/*************************/
.wid_1000 {
  width: 90%;
  max-width: 1000px;
  margin: 220px auto 0 auto;
}

.title_sub {
  font-size: 20px;
  color: #004E85;
  padding-bottom: 25px;
}

.title_h1 {
  font-size: 36px;
  letter-spacing: 0.02em;
  line-height: 140%;
  margin-bottom: 140px;
}

.wid_800 {
  width: 90%;
  max-width: 800px;
  margin: 0px auto;
  position: relative;
}

p.text01 {
  padding-bottom: 100px;
  line-height: 225%;
}

h2.titleh2 {
  color: #004E85;
  font-size: 20px;
  padding-bottom: 40px;
}
h2.titleh2_2 {
  color: #004E85;
  font-size: 20px;
  padding-bottom: 8px;
}
p.titleh2_2_text{
  padding-bottom: 30px;
}

p.text02 {
  padding-bottom: 0px;
  line-height: 225%;
}

ul.sec_in li {
  margin-bottom: 12px;
  text-indent: -1em;
  padding-left: 1em;
}

.sp_pt_40 {
  padding-top: 0px;
}

#sec02, #sec03, #sec04{
  width: 100%;
  position: relative;
  padding: 100px 0;
}

#sec05 {
  width: 100%;
  position: relative;
  padding: 100px 0 300px 0;
}

.misstion_list{
  margin:50px 0 0 0;
}
.misstion_list li {
  line-height: 36px;
  text-indent: -1.8em;
  padding-left: 1.8em;
}

.kousei{
  margin:50px 0 0 0;
  padding:0 0 0 20px;
  border-left:1px solid #ccc;
  line-height:36px;
}
.kousei h4{
  margin:0 0 20px 0;
}

.hyou{
  width:110%;
  position:relative;
  left:-5%;
}
.hyou td{
  padding:10px 50px;
  vertical-align:top;
  line-height:36px;
}
.hyou td.tdBorder{
  border-top:1px solid #ccc;
  border-bottom:1px solid #ccc;
}

img.pdf_icon{
  width:15px;
  vertical-align:top;
  padding:11px 0 0 0;
}

.mr60{
  margin:0 0 0 60px;
}


@media screen and (max-width: 680px) {
  body, html {
    font-size: 14px;
  }
  /*************************/
  .wid_1000 {
    width: 90%;
    max-width: 1000px;
    margin: 60px auto 0 auto;
  }
  .title_sub {
    font-size: 16px;
    color: #004E85;
    padding-bottom: 15px;
  }
  .title_h1 {
    font-size: 20px;
    letter-spacing: 0.02em;
    line-height: 140%;
    margin-bottom: 60px;
  }
  .wid_800 {
    width: 90%;
    max-width: 800px;
    margin: 0px auto;
    position: relative;
  }
  p.text01 {
    padding-bottom: 60px;
    line-height: 180%;
  }
  h2.titleh2 {
    color: #004E85;
    font-size: 16px;
    padding-bottom: 20px;
    line-height: 140%;
  }
  p.titleh2_2{
    padding-bottom: 8px;
  }
  p.titleh2_2_text{
    padding-bottom: 150px;
  }
  p.text02 {
    padding-bottom: 0px;
    line-height: 225%;
  }
  ul.sec_in li {
    margin-bottom: 12px;
    text-indent: -1em;
    padding-left: 1em;
  }
  .sp_pt_40 {
    padding-top: 40px;
  }
  #sec02, #sec03, #sec04{
    width: 100%;
    position: relative;
    padding: 50px 0;
  }
  #sec05 {
    width: 100%;
    position: relative;
    padding: 50px 0 150px 0;
  }


  .hyou{
    width:100%;
    position:relative;
    left:0;
  }
  .hyou td{
    padding:10px 20px;
    min-width:130px;
  }

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