body {
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", "Meiryo", sans-serif;	/*フォント種類*/
	font-weight: 300;
}

.middle { font-size: 14px}

.small {  font-size: 12px}

h2,h3,h4 {font-weight: 400;}

.h3 {text-align: center;}

.heading-6 {
    display: inline-block;
    position: relative;
    padding: 0 2.5em;
    color: #333333;
}

.heading-6::before,
.heading-6::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 45px;
    height: 3px;
    background-color: #009900;
}

.heading-6::before {
    left: 0;
}

.heading-6::after {
    right: 0;
}

.greenbold { font-size: 16px; font-weight: bold; color: #009900}

.large {font-size: 2em; letter-spacing: 0.1em;}

.ta1{
  width: 100%;
  border-collapse: collapse;
}

.ta1 tr{
  border-bottom: solid 2px #fff;
}

.ta1 tr:last-child{
  border-bottom: none;
}

.ta1 th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #f0fff0;
  color: #333333;
  text-align: center;
  padding: 10px 0;
}


.ta1 td{
  text-align: left;
  width: 70%;
  background-color: #f5f5f5;
  padding: 10px 0;
}

