body {
  font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
}
body{
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 80%;
  margin: 0px;
}

/*container*/

div.container{
  width: 100%;
  max-width: 700px;
  margin: 1rem auto;
}

div.number_container{
  width: calc(60% - 25px);
  height: auto;
  padding: 0px;
  margin: 0 5px 10px 0;
  display: inline-block;
  border-radius: 3px;
  line-height: 0px;
  background-color: #e9f6da;
}
div.image_container{
  width: 100%;
  text-align: center;
}

div.image_container_inarticle{
  width: 30%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

div.article_container{
  width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  text-align: left;
  padding: 10px 10px;
  border-radius: 10px;
}

div.article_container_title{
  width: 120px;
  height: 100px;
  text-align: center;
  vertical-align: top;
  display: inline-block;
  padding: 10px 10px;
  border-radius: 7px;
  margin-bottom: 5px;
  margin-right: 5px;
}

div.article_container_text{
  width: 60%;
  text-align: left;
  vertical-align: top;
  display: inline-block;
  padding: 1px 5px;
}

div.foot_container{
  clear: left;
  width: 100%;
  max-width: 700px;
  height: 50px;
}


/*image*/

img{
  width: 100%;
  height: auto;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px #000000 solid;
  display: inline-block;
  float: left;
}

.relative{
  display: inline-block;
  position: relative;
  width: 40%;
  float: left;
  margin-right: 10px;
  margin-bottom: 100px;
}

/*textstyle*/

h1 {
  width: 100%;
  box-sizing: border-box;
  margin: 15px 0px;
  padding: 4px 4px 4px 7px;
  font-weight: bold;
  color: #000000;
  border-left: 10px solid #5d8036;
  background-color: #C5E1A5;
}
h2 {
  width: 100%;
  box-sizing: border-box;
  margin: 20px 0;
  padding: 4px 0 4px 7px;
  font-weight: bold;
  color: #000000;
  border-bottom: 3px solid #5d8036;
}

h3{
  width: 100%;
  box-sizing: border-box;
  margin: 20px 0;
  padding: 4px 0 4px 14px;
  font-weight: bold;
}

h3:before{
	content: '■ ';
  color: #5d8036;
}


p{
  line-height: 1.4em;
  margin: 10px 10px;
}
/*table style*/

table{
  width:100%;
  border-collapse: separate;
  border-spacing: 0;
  text-align: left;
  line-height: 1.5;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

table th{
  font-weight: bold;
  vertical-align: top;
  text-align: center;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  background: #eee;
}

table td{
  vertical-align: center;
  padding: 5px 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  word-break: break-all;
}

ul{
  margin-top: 0;
  padding-left:20px;
}

ul li{
	position: relative;
  list-style: none;
  line-height: 1.5em;
}

ol li{
	position: relative;
  line-height: 1.5em;
}

ul li::after {
	display: block;
	content: '';
	position: absolute;
	top: .4em;
	left: -1em;
	width: 10px;
	height: 10px;
	background-color: #666;
	border-radius: 100%;
}

.number {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background-color: #1868e0;
  color: #fff;
  margin-right: 5px;
  text-align: center;
  line-height: 1.5em;
}

.instract{
  position: absolute;
  background-color: #1868e0;
  font-size: 75%;
}

.item{
  white-space: nowrap;
  width: 10px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}
