#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;
}

.image_line {
  margin: 0 auto;
  margin-bottom: 24px;
  width: 850px;
}

.information_name {
  font-size: 20px;
  margin-bottom: 24px;
  font-weight: bold;
}
.information_text p {
  margin-bottom: 6px;
}
.information_text {
  margin-bottom: 48px;
  display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
.information_link {
  position: relative;
  display: inline-block;
  text-decoration: none;
    color: #06c;
  }


.sentence_box_bottom {
  width: 850px;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
}

.sentence_box_2column{
  display: flex;
  margin-bottom: 48px;
}
ul {
  list-style: disc;
  margin-left: 16px;
}
li {
  font-size: 14px;
}

.text_2column {
  margin-right: 26px;
}
.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;
}
.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 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
  }
    }