@charset "utf-8";

.contents .contents_ttl h2{
  border-bottom: 1px dashed #C4C4C4;
  font-family: 'Noto Serif JP', serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.66;
  padding-bottom: 10px;
  border-bottom: solid 2px #669300;
  color: #669300;
}
.contents .contents_ttl::after{
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  margin-top: 1px;
  background: url("../../common/img/ttl_line.png");
  background-repeat: repeat-x;
  background-size: 3px 5px;
}
.contents table.data_table{
  text-align: left;
  font-size: 14px;
  width: 100%;
}
.contents table.data_table > tbody > tr > th{
  font-weight: normal;
  color: #669300;
}
.contents table.data_table > tbody > tr > th,
.contents table.data_table > tbody > tr > td{
  border-bottom: solid 1px #EFEFEF;
  padding: 10px;
}
.contents table.data_table > tbody > tr > th span{
  font-size: 13px;
}
.contents table.child_table th{
  font-weight: normal;
  padding-right: 10px;
  white-space: nowrap;
}
.contents table.child_table.notes{
  line-height: 1.5;
  font-size: 13px;
}
.contents h3{
  background: #f0f4e5;
  color: #669300;
  padding: 10px;
  margin-top: 30px;
}
.contents p{
  padding: 10px;
}
.contents .sankou_table td{
  padding:0 10px 10px 0;
}
.contents td p{
  padding: 0;
}
.contents td p span{
  border-left: solid 3px #669300;
  color: #669300;
  padding-left: 8px;
}
.contents td p+p,
.contents td ol+p{
  margin-top: 10px;
}
.contents p.notes{
  font-size: 13px;
  text-indent: -1em;
  margin-left: 1em;
  line-height: 1.4;
  padding: 0 10px 0 10px;
}

/*====================================================================
  PC
====================================================================*/
@media print, screen and (min-width: 961px) {
  #heading{
    height: 70px;
  }
  .contents section{
    margin-top: 60px;
  }
  .contents table.data_table > tbody > tr > th{
    width: 30%;
  }
  .contents table.data_table + p{
    margin-top: 20px;
    padding: 0 10px;
  }
  .contents .flow_list li{
    display: inline-block;
  }
  .contents .flow_list li::after{
    margin: 0 5px;
    content: "";
    display:inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 7px;
    border-color: transparent transparent transparent #669300;
  }
  .contents .flow_list li:last-child::after{
    display: none;
  }
  .pdl_wrap{
    padding-left: 30%;
  }
}

@media screen and (min-width:1080px) {

}

@media screen and (max-width: 1079px) and (min-width: 961px) {
	
}

/*====================================================================
  TABLET
====================================================================*/
@media screen and (max-width: 960px) {
  #heading{
    border-bottom: solid 2px #669300;
  }
  .contents {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 60px;
  }
  .contents section{
    margin-top: 60px;
  }
  .contents table.data_table > tbody > tr > th{
    width: 30%;
  }
  .contents table.data_table + p{
    margin-top: 20px;
    padding: 0 10px;
  }
  .contents .flow_list li{
    display: inline-block;
  }
  .contents .flow_list li::after{
    margin: 0 5px;
    content: "";
    display:inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6.9px;
    border-color: transparent transparent transparent #669300;
  }
  .contents .flow_list li:last-child::after{
    display: none;
  }
}


/*====================================================================
  SP
====================================================================*/
@media screen and (max-width: 560px) {
  .contents {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 40px;
  }
  .contents section{
    margin-top: 40px;
  }
  .contents table.data_table > tbody > tr > th,
  .contents table.data_table > tbody > tr > td{
    display: block;
    width: 100%;
  }
  .contents table.data_table > tbody > tr > th{
    border-bottom: none;
    padding: 10px 10px 0 10px;
  }
  .contents table.data_table > tbody > tr > td{
    border-bottom: solid 1px #EFEFEF;
    padding: 0 10px 10px 10px;
  }
  .contents table.data_table + p{
    margin-top: 10px;
    padding: 0 10px;
  }
}
