<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset 'utf-8';
#sec_01 .image {
  padding-bottom: 40px;
}
#sec_01 .point {
  clear: none;
  max-width: 980px;
  padding: 0 20px;
  margin-right: auto;
  margin-left: auto;
}
#sec_01 .point ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#sec_01 .point ul li {
  width: 48%;
  margin-bottom: 40px;
}
/***********/
@media all and (max-width: 768px) {
  #sec_01 .point ul li {
    width: 100%;
  }
}
/***********/
#sec_01 .voice {
  max-width: 980px;
  padding: 25px;
  margin: 0 20px;
  border: 1px solid #000;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
#sec_01 .voice h5 {
  font-family: Hannari;
  font-size: 240%;
  margin: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 0;
  text-align: center;
  color: #000;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}
#sec_01 .voice h5 span {
  font-size: 70%;
}

#sec_01 .voice .txt {
  padding-top: 1em;
}




/*241018*/

.performancelist{
  /* width: 100%; */
  max-width: 980px;
  margin: 100px auto;
  padding: 0 20px;
}

.performancelist h3{
      font-size: 150%;
    font-weight: bold;
    margin-bottom: 25px;
    padding-top: 12px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    color: #003d6d;
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #000;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #000;}

.performancelist li{list-style-type:none;}


.performancelist_btns{
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  position: relative;
z-index: 10;
}

.performancelist_btn{
  width: 48%;
  margin-bottom: 20px;
}


/* .performancelist_btn:first-child{margin-right: 3%;} */


.performancelist_btn a{
  display: flex;
  justify-content: space-between;
  width:auto;
  height: 100%;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  padding: 15px 25px 0px 25px;
  color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #8dc21f;
    background-image: url(../common/img/h4_bg.gif);
    background-repeat: repeat;
    transition: .2s;

}
.performancelist_btn a:hover{
opacity: .7;
}



.performancelist_con{
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  position: relative;
z-index: 1;
}

.performancelist_con_item{
  width: 48%;
}

.performancelist_con_tab{
  display: flex;
  align-items: center;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

.performancelist_con_left{
  width: 10%;
  text-align: center;
}

.performancelist_con_right{
  width: 90%;
  border-left: 1px solid #000;
}
.performancelist_con_right span{
  display: block;
  border-bottom: 1px solid #000;
padding: 10px;}

  
.performancelist_con_right span:last-child{
  border-bottom:none;
}





.performancelist_con_item_h4{
  text-align: center;
  background-color:#003d6d;
  padding: 15px;
  color: #fff;
  border: 1px solid #000;
}






















@media all and (max-width: 768px) {
.performancelist_btns{
  display: inline
}
.performancelist_btn{
  width:100%
}
.performancelist_btn a{
  padding: 15px 25px 15px 25px;

}
.performancelist_con{
  display: inline;

}

.performancelist_con_item{
  width:100%
}
}



#performancelist_public{
  margin-bottom: 50px;
}



.performancelist_con_item{
  margin-top: -100px;
  padding-top: 100px;
}












































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