

#contentsWrap{
	margin: 0 auto;
}
#contents{
	margin: 0 auto;
	width: 550px;
}
.info{
	margin-top: 50px;
}
.title{
	background: #2f4c9c;
  color: #fff;
	font-weight: 700;
  font-size: 25px;
  margin: 30px auto;
  padding: 15px 20px;
  border-left: 13px solid #152c81;
}
.infoMi{
  display: block;
	position: relative;
  font-size: 18px;
  font-weight: 700;
  padding-left: 20px;
	margin-top: 30px;
	margin-bottom: 10px;
}
.infoMi::before{
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #e6960b;
  border-radius: 50%;
	position: absolute;
		top: 5px;
	 left: 5px;
}
@media screen and (min-width: 768px) {
  .infoMi::before {
    width: 10px;
    height: 10px;
    top: 10px;
  }
}
.contact{
	background-color: #f2f7fd;
  border-radius: 10px;
	margin: 20px;
	padding: 20px;
	line-height: 1.6;
}
.inner{
	max-width: 620px;
	margin: 0 auto;
}

    /* 横スクロール調整 */
    @media screen and (max-width: 767px){
			.info{
				width: 550px;
				margin: 30px auto 0;
			}
      .l-section{	
        overflow-x: scroll;
      }
    }		


