@charset "utf-8";
/* CSS Document */
#content .contents {
  margin-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 100px;
  border-bottom: 1px solid #E6E6E6;
}
#content .contents:last-child {
  border-bottom: none;
}
#content .contents .left-area {
  width: 55%;
}
#content .contents .left-area .ttl-img {
  width: 92px;
  height: 21px;
  margin-bottom: 33px;
}
#content .contents .left-area h3 {
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 71px;
  letter-spacing: 0.1rem;
  margin-bottom: 55px;
}
#content .contents .left-area p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 40px;
}
#content .contents .right-area {
  width: 40.83%;
  margin-top: 60px;
}
#content .contents:nth-child(2) .right-area {
  width: 38.33%;
}
#content .contents .left-area ul {
  margin-top: 65px;
}
#content .contents .left-area ul li {
  width: calc(25% - 5px);
  font-size: 17px;
  font-size: 1.7rem;
  margin-bottom: 30px;
  padding: 15px 5px;
  font-weight: 500;
  text-align: center;
  background: #fff;
  border: 1px solid #A0C5DE;
  border-radius: 5px;
  align-content: center;
  position: relative;
}
#content .contents .left-area ul li::before {
  content: "1";
  font-size: 15px;
  font-size: 1.5rem;
  background: #2894DE;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: -20%;
  left: 13%;
  transform: translateX(-50%);
}
#content .contents .left-area ul li:nth-child(2)::before {
  content: "2";
}
#content .contents .left-area ul li:nth-child(3)::before {
  content: "3";
}
#content .contents .left-area ul li:nth-child(4)::before {
  content: "4";
}
#content .contents .left-area ul li:nth-child(5)::before {
  content: "5";
}
#content .contents .left-area ul li:nth-child(6)::before {
  content: "6";
}
#content .contents .left-area ul li:nth-child(7)::before {
  content: "7";
}
#content .contents .left-area ul li:nth-child(8)::before {
  content: "8";
}
#content .contents .left-area ul li:first-child {
  padding: 5px;
}
@media screen and (max-width: 1130px) {
	#content .contents .left-area h3 {
    font-size: 31px;
    font-size: 3.1rem;
		line-height: 61px;
	}
}
@media screen and (max-width: 1031px) {
  #content .contents .left-area ul li::before {
    top: -13%;
  }
}
@media screen and (max-width: 768px) {
  #content .contents {
    margin-top: 70px;
    padding-bottom: 70px;
    margin-bottom: 70px;
  }
  #content .contents .left-area {
    width: 100%;
  }
  #content .contents .left-area .ttl-img {
    width: 82px;
    height: 11px;
  }
  #content .contents .left-area h3 {
            font-size: 27px;
        font-size: 2.7rem;
        line-height: 52px;
    margin-bottom: 35px;
  }
  #content .contents .right-area, #content .contents:nth-child(2) .right-area {
    width: 100%;
    margin-top: 30px;
  }
  #content .contents .left-area ul {
    display: flex;
  }
  #content .contents .left-area ul li {
    width: calc(50% - 5px);
    margin-bottom: 20px;
  }
}