.Inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
p {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
.List-Item {
  border-top: 1px solid #ddd;
  width: 100%;
}
@media screen and (max-width: 540px) {
  .List-Item {
    border-top: 0;
  }
}
.List-Item:nth-of-type(1) {
  border-top: 0;
}


.List-Item-Content {
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 1100px;
  display: flex;
  align-items: flex-start;
}

@media screen and (max-width: 540px) {
  .List-Item-Content {
    padding-top: 15px;
    padding-bottom: 15px;
    flex-wrap: wrap;
  }
}


.List-Item-Content.one {
  padding-top: 0;
}



.List-Item-Content-Number {
  position: relative;
  margin-right: 40px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background: #F98B4A;
  color: #fff;
  font-size: 36px;
}


@media screen and (max-width: 540px) {
  .List-Item-Content-Number {
    margin-right: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
  }
}



.List-Item-Content-Number-Line {
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4px;
  background: #F98B4A;
}



.no-1 {height: 130px; top: -60px;}

.no-2 {height: 140px; top: -65px;}

.no-3 {height: 380px; top: -185px;}

.no-4 {height: 170px; top: -80px;}




@media screen and (max-width: 540px) {
  .List-Item-Content-Number-Line {
    top: -80%;
    width: 2px;
    height: 72px;
	    }

	
.no-1 {height: 190px; top: -90px;}
	
.no-2 {height: 200px; top: -95px;}
	
.no-3 {height: 590px; top: -290px;}

.no-4 {height: 300px; top: -145px;}


}




.List-Item-Content-Title {
  margin-right: 48px;
  flex-basis: 298px;
  color: #5bc8ac;
  font-size: 24px;
}


@media screen and (max-width: 540px) {
  .List-Item-Content-Title {
    margin-right: 0;
    max-width: 230px;
    font-size: 18px;
  }
}



.List-box{
	width: 1000px;
}



.List-box-ttl{
	width: 100%;
	font-size: 22px;
	font-weight: bold;
	color: #F98B4A;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: rgba(255,180,136,1.00) dotted 2px;
}


.List-box-tx{
	width: 100%;
	font-size: 18px;
	line-height: 1.5em;
	text-align: justify;
}


@media screen and (max-width: 540px) {
	
.List-box{
	width: 100%;
    margin-left: 50px;
	margin-top: -40px;
}

.List-box-ttl{
	font-size: 18px;
}
	
.List-box-tx{
	width: 95%;
	font-size: 16px;
	line-height: 1.5em;
}
	
}



.List-Item-Content-Description {
  line-height: 1.5;
  font-size: 16px;
}

@media screen and (max-width: 540px) {
  .List-Item-Content-Description {
    margin-left: 60px;
    max-width: 260px;
    font-weight: normal;
    font-size: 13px;
  }
}