#main .housin .inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

#main .housin .photo {
  width: 30%;
}

#main .housin .content {
  width: 68%;
}

#main .housin .content .title {
  font-size: 3rem;
  font-weight: 600;
  color: #047141;
  line-height: 1.5;
  text-align: center;
  background: url(/resource/images/company/housin-icon.png) 0 center no-repeat;
  margin-bottom: 1em;
}

#main .housin .content .title:after {
  content: '';
  display: block;
  width: 100%;
  height: 7px;
  background: url(/resource/images/common/border.png);
}

#main .housin .content .title small {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.6em;
}

@media (max-width:736px) {
  #main .housin .inner {
    display: block;
  }
  #main .housin .photo,
  #main .housin .content {
    width: 100%;
  }
  #main .housin .content {
    margin-top: 1em;
  }
  #main .housin .content .title {
    font-size: 2.5rem;
  }
  #main .housin .content .title small {
    display: block;
  }
}

#main .rinen dt {
  font-size: 2.3rem;
  font-weight: bold;
  text-align: center;
  color: #92bd40;
}

#main .rinen dt img {
  display: block;
  margin: 0 auto;
}

#main .rinen dd {
  font-size: 1.6rem;
  text-align: center;
}

#main .management ul {
  max-width: 880px;
  display: table;
  margin-left: auto;
  margin-right: auto;
}

#main .management li {
  padding: 0.8em 2em 0.7em;
  background: url(/resource/images/common/border.png) 0 0 repeat-x;
}

#main .management li:last-child {
  padding-bottom: 1em;
  background: url(/resource/images/common/border.png) 0 0 repeat-x,url(/resource/images/common/border.png) 0 bottom repeat-x;
}

#main .management li span {
  font-size: 1.5em;
  font-weight: bold;
  color: #92bd40;
  display: inline-block;
  margin-right: 0.4em;
}

#main .company .title {
  width: 25%;
}

#main .company .content {
  width: 75%;
}

#main .company dl {
  width: 100%;
  display: table;
  background: url(/resource/images/common/border.png) 0 bottom repeat-x;
  padding-bottom: 7px;
}

#main .company dl dt {
  width: 20%;
  display: table-cell;
  vertical-align: top;
  font-weight: normal;
  padding: 0.5em;
}

#main .company dl dd {
  display: table-cell;
  vertical-align: top;
  padding: 0.5em;
}

@media (max-width:736px) {
  #main .company .title {
    width: 50%;
    margin: 0 auto 1em;
  }
  #main .company .content {
    width: 100%;
  }
  #main .company dl dt {
    width: 8em;
  }
  #main .company .outline dl dt {
    width: 6em;
  }
}

#main .greeting .catch {
  font-size: 2.2rem;
  font-weight: bold;
  color: #92bd40;
  text-align: center;
}

#main .greeting .content {
  width: 63%;
}

#main .greeting .photo {
  width: 275px;
  text-align: center;
}

#main .greeting .photo div {
  overflow: hidden;
  border-radius: 50%;
}

#main .greeting .photo div img {
  width: 100%;
}

@media (max-width:960px) {
  #main .greeting .catch {
    font-size: 2rem;
  }
  #main .greeting .layout-flex-2 {
    display: block;
  }
  #main .greeting .content {
    width: 100%;
  }
  #main .greeting .photo {
    margin: 30px auto 0;
  }
}

#main .information .body {
  max-width: 800px;
}

#main .information .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#main .information .list .year {
  width: 47%;
  margin-bottom: 2em;
}

#main .information .list .year .title {
  max-width: 364px;
  width: 100%;
  min-height: 56px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding-top: 0.75em;
  background: url(/resource/images/company/information-bg.png) center center /contain no-repeat;
  margin: 0 auto 0.5em;
}

#main .information .list .year li a {
  position: relative;
  display: block;
  padding: 0.5em;
  padding-left: 1em;
}

#main .information .list .year li a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg);
  margin-top: -2.5px;
}

@media (max-width:736px) {
  #main .information .list {
    display: block;
  }
  #main .information .list .year {
    max-width: 364px;
    width: 100%;
    margin: 2em auto;
  }
  #main .information .list .year .title {
    padding-top: 1em;
  }
}
