@charset "UTF-8";

/* ----------------------------------------------------------------
	business
---------------------------------------------------------------- */
ul.pageLink {
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto 50px;
}
ul.pageLink li {
  margin: 0 25px;
}
ul.pageLink li a {
  position: relative;
  font-size: 22px;
  font-weight: 700;
  padding-right: 30px;
}
ul.pageLink li a::after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  right: 0;
  top: 3px;
  background: url("../images/common/arrow_circle_orange.svg") right top / contain no-repeat;
}
.lead {
  text-align: center;
  width: 81.38vw;
  margin: 0 auto 95px;
}
.cont {
  width: 100%;
	margin: 0 auto;
}
.cont h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 70px;
  padding-left: 40px;
  position: relative;
}
.cont h3::before {
  content: "";
  display: block;
  width: 30px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 22px;
  background: url("../images/common/mds01.svg") left center / contain no-repeat;
}
.cont ul {
  width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto 90px;
}
.cont ul li:nth-child(1) {
  width: 45.76%;
}
.cont ul li:nth-child(1) > img {
  border-radius: 20px;
}
.cont ul li:nth-child(2) {
  width: 48.64%;
}
.cont ul li:nth-child(2) h4 {
  font-size: 32px;
  margin-bottom: 40px;
}
.cont ul li:nth-child(2) dl {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
  background: #F2F2F2;
  border-radius: 20px;
  padding: 30px;
}
.cont ul li:nth-child(2) dl dt {
  width: 84px;
  height: 34px;
  border-radius: 17px;
  background: #F1891A;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #fff;
}
.cont ul li:nth-child(2) dl dd {
  width: calc(100% - 120px);
  font-size: 16px;
  line-height: 1.9;
}

/* Smartphone
----------------------------------------------- */
@media print,screen and (max-width: 999px) {
  ul.pageLink {
    margin: 0 auto 12.66vw;
  }
  ul.pageLink li {
    margin: 0 2.23vw;
  }
  ul.pageLink li a {
    font-size: 3.54vw;
    padding-right: 4.43vw;
  }
  ul.pageLink li a::after {
    width: 3.8vw;
    height: 3.8vw;
    top: 0.38vw;
  }
  .lead {
    text-align: justify;
    text-justify: inter-ideograph;
    width: 81.01vw;
    margin: 0 auto 17.72vw;
  }
  .cont h3 {
    font-size: 5.82vw;
    margin-bottom: 10.13vw;
    padding-left: 8.86vw;
  }
  .cont h3::before {
    width: 7.59vw;
    height: 1.01vw;
    top: 3.53vw;
  }
  .cont ul {
    width: 100%;
    display: block;
    margin: 0 auto 16.46vw;
  }
  .cont ul li:nth-child(1) {
    width: 100%;
  }
  .cont ul li:nth-child(1) > img {
    border-radius: 20px;
    margin-bottom: 9.49vw;
  }
  .cont ul li:nth-child(2) {
    width: 100%;
  }
  .cont ul li:nth-child(2) h4 {
    font-size: 4.3vw;
    margin-bottom: 5.57vw;
  }
  .cont ul li:nth-child(2) dl {
    display: block;
    padding: 6.33vw;
  }
  .cont ul li:nth-child(2) dl dt {
    width: 17.72vw;
    height: 5.06vw;
    border-radius: 2.53vw;
    font-size: 3.29vw;
    margin-bottom: 2.53vw;
  }
  .cont ul li:nth-child(2) dl dd {
    width: 100%;
    font-size: 3.29vw;
    line-height: 1.9;
  }
}/* Smartphone End */































