@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');
/*
===================================================
--Table of contents--
0.decoration / space
===================================================
*/
/*
===========================
0. decoration / space
===========================
*/
.scap {
  font-size: 80%;
}
.space {
  margin-top: 2em;
}
.v-write {
	writing-mode: vertical-lr;
}
/*
===========================
1.
===========================
*/
#INContent {
  width: 830px;
  margin: 20px auto 0;
}
#INContent .breadcrumb {
  float: left;
  width: 100%;
  margin-top: 1em;
}
#INContent .breadcrumb li {
  display: inline-block;
  font-size: 1.3rem;
  margin-right: 3px;
}
#INContent .breadcrumb li::before {
  content: ">>";
}
#INContent .breadcrumb li a {
  color: #009245;
}
ul.sublink {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  font-size: 1.5rem;
  margin-top: 1em;
}
ul.sublink a {
  color: #009245;
}
ul.sublink li::after {
  content: "/";
  margin-left: 0.5em;
  margin-right: 0.5em;
}
ul.sublink li:last-of-type::after {
  content: none;
}
dl.oh_txtA {
  border: dashed 1px #009245;
  box-sizing: border-box;
  padding: 1em 1em 0 1em;
}
dl.oh_txtA dt::before {
  content:"";
	display: inline-block;
	width: 25px;
	height: 25px;
	background-image: url("../img/question-light.png");
	background-size: contain;
	vertical-align: middle;
	background-repeat: no-repeat;
  margin-right: 0.5em;
  filter: brightness(0) saturate(100%) invert(33%) sepia(92%) saturate(1052%) hue-rotate(119deg) brightness(93%) contrast(101%);
}
dl.oh_txtA dd {
  margin-left: 0;
  margin-bottom: 1em;
}
ul.oh_txtA {
  border: dashed 1px #009245;
  box-sizing: border-box;
  padding: 1em;
	margin: 1em 0;
}
.oh_txtB {
  font-size: 1.3rem;
  background: #eee;
  box-sizing: border-box;
  padding-top: 1em;
  padding-left: 1em;
  padding-right: 1em;
}
ul.listA {
  margin-bottom: 1rem;
  box-sizing: border-box;
  padding-left: 1em;
}
ul.listA li::before {
  content: "*";
}
ul.listA li {
  text-indent: -1em;
}
ol.listA {
  counter-reset: count 0;
  margin-bottom: 1rem;
  box-sizing: border-box;
  padding-left: 1em;
}
ol.listA li::before {
  content: "*"counter(count)":";
  counter-increment: count 1;
}
ol.listA li {
  text-indent: -1em;
}
ul.listB li::before {
  content: "●";
}
ul.listB {
  margin-bottom: 1rem;
  box-sizing: border-box;
  padding-left: 1em;
}
ul.listB li {
  text-indent: -1em;
}
#INContent h2 {
  width: 100%;
  float: left;
  margin-top: 50px;
  border-left: solid 10px #009245;
  padding-left: 5px;
}
#INContent h3 {
  width: 100%;
  float: left;
  margin-top: 25px;
  margin-left: 2.5%;
  border-bottom: solid 3px #009245;
}
#INContent h4 {
  width: 100%;
  float: left;
  font-size: 1.6rem;
  box-sizing: border-box;
  border-top: solid 1px #009245;
  border-bottom: solid 1px #009245;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-top: 10px;
}
#INContent h5 {
  float: left;
  width: 80%;
  padding: 0 10%;
  margin: 10px 0;
  font-size: 1.6rem;
  color: #009245;
}
section.data_title {
  float: left;
  width: 830px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
section.data_title:last-of-type {
  margin-bottom: 120px;
}
.ohp_contents {
  width: 100%;
  box-sizing: border-box;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 2em;
}
.ohp_contents a {
  color: #009245;
}
.ohp_contents a[target="_blank"]::after {
  content: "\f35d";
  font-family: FontAwesome;
  margin-left: 8px;
}
.ohp_contents p {
  font-size: 1.5rem;
}
.ohp_contents figure {
  display: flex;
  justify-content: center;
}
table.basic {
  font-size: 1.3rem;
  border-collapse: collapse;
  table-layout: fixed;
	margin-bottom: 2.5em;
}
table.basic th {
  border: solid 1px #333;
  background: #888;
  color: #fff;
  padding: 5px;
}
table.basic td {
  border: solid 1px #333;
  padding: 3px;
}
table.captop caption{
	font-weight: bold;
	text-align: left;
}
table.thcolor th {
	background: #009245;
}
table.capbottom caption {
  caption-side: bottom;
  text-align: right;
}
table.center2nd tr td:nth-of-type(2) {
  text-align: center;
}
dl.listD {
  font-size: 1.3rem;
  margin-bottom: 0;
  margin-top: 0;
}
dl.listD dd {
  margin-left: 0;
}
.t_capA {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 1em;
  background: #eee;
  box-sizing: border-box;
  padding: 5px;
}
table.tableB {
  font-size: 1.3rem;
  border-collapse: collapse;
  table-layout: fixed;
  margin-bottom: 30px;
}
table.tableB caption {
  font-weight: bold;
  text-align: left;
}
table.tableB th {
  border: solid 1px #333;
  background: #009245;
  color: #fff;
  padding: 5px;
}
table.tableB td {
  border: solid 1px #333;
}
.txtcenter td {
  text-align: center;
}