#header.simple {
margin-bottom: 0;
}
#main.lp {
margin-top: 0; 
}
#footer {
margin: 0 auto 0 auto;
}
#content{
background-color: #dde2e5;} 

.contents_max_width{
width: 970px;
margin: 0 auto;
}

.contents_inner p {
  margin-top: 0px;
line-height: 1.6;
font-size: 16px;
margin-bottom: 16px;
}

.image_title {
  margin-top: 26px;
}


.contents_inner {
  display: flex;
  flex-direction: column;
}

h1 {
    width: 850px;
    display: flex;
    align-items: center;
}

h2 {
  color: #00a0e9;
  font-size: 20px;
  margin-top: 26px;
  margin-bottom: 26px;
  font-weight: bold;
}
span {
  color: #00a0e9;
  font-size: 16px;
  font-weight: bold;
}
h3 {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 2px solid black;
  padding-bottom: 4px;
  display: inline-block;
  margin-bottom: 8px;
}
.sentence_box_top{
  margin: 0 auto;
  width: 850px;
}

.sentence_box_main {
  margin: 0 auto;
  width: 850px;
}


.sentence_box {
  width: 850px;
  margin: 0 auto 42px;
}

.sentence_box_bottom {
  width: 850px;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
}

.sentence_box_photo {
  display: flex;
  justify-content: space-between
}
.sentence_box_2column{
  width: 420px;
  margin-bottom: 48px;
}
ul {
  list-style: disc;
  margin-left: 16px;
}

.text_2column {
  margin-right: 16px;
}
.text_2column li {
  font-size: 14px;
}
.box_2column {
  display: flex;
}
.photo_2column {
  margin-top: -34px;
}
.page_link {
  margin: 0 auto 58px;
  width: 850px;
  position: relative;
  display: flex;
}
.prev a {
  position: absolute;
  left: 0;
  font-size: 18px;
  color: #06c;
}
.next a {
  position: absolute;
  right: 0;
  font-size: 18px;
  color: #06c;
}
h3 span {
  color: #06c;
  font-size: 16px;
  font-weight: bold;
}
.page_link {
  display: flex;
  justify-content: space-between;
}
.related_page {
  border-top: 2px solid white;
  margin: 0 auto 58px;
  width: 850px;
}
.information_name {
  margin: 20px 18px;
  font-size: 20px;
  font-weight: bold;
}
.information_link {
  color: #06c;
}
.information_link a {
  font-size: 18px;
}


/* IE_list */
@media all and (-ms-high-contrast: none) {
li {
  list-style-type: none;
}

li::before {
  position: relative;
  top: -2px;
  left: -18px;
  display: inline-block;
  width: 6px;
  height: 6px;
  content: '';
  border-radius: 100%;
  background: #000000
}
  }