#header.simple {
margin-bottom: 0;
}
#main.lp {
margin-top: 0; 
}
#footer {
margin: 0 auto 0 auto;
}
#content{
background-color: #dcdddd;}

.contents_max_width{
width: 970px;
margin: 0 auto;
}

#main p {
  margin-top: 0px;
line-height: 1.4;
font-size: 16px;
}



.image_title img {
  width: 430px;
}

.image_text img {
  margin-top: 24px;
  margin-bottom: 60px;
}

.image_title {
  margin-top: 24px;
  margin-bottom: 24px;
}


.contents_inner {
  display: flex;
  flex-direction: column;

  }
  h1 {
    width: 850px;
    font-size: 24px;
    display: flex;
    align-items: center;
  font-weight: bold;
margin-bottom: 24px;
}

h1::after{
  content: '';
  height: 1px;
  background-color: black;
  margin-left: 12px;
  flex-grow: 1;
}




.sentence_box_top{
  margin: 0 auto;
  width: 850px;
}

.sentence_box_main {
  margin: 0 auto;
  width: 850px;
}


.sentence_box {
  width: 850px;
  margin: 0 auto 24px
}

.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;
  margin-left: 24px;
}

.information_link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-left: 12px solid white;
  margin-left: -24px;
}


.sentence_box_bottom {
  width: 850px;
  margin: 0 auto;
  margin-bottom: 96px;
}