.visual {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 67%);
  font-size: 0;
}
.visual img {
  width: 100%;
}

/*セクション共通--------------------*/
section {
  position: relative;
}

section dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
section:nth-of-type(2) dl {
  align-items: center;
}
section:nth-of-type(2) dd .caution {
  color: #fff;
  padding: 18px 20px 20px;
  border-radius: 10px;
  border: 2px solid #fff;
  margin: 0px auto 50px;
}
section:nth-of-type(2) dd .caution .title{
	font-size: 18px;
}

section dt {
  width: 25%;
  padding: 5vw 0 0 100px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
section dd {
  width: 75%;
  padding: 4.3vw 13% 0 25px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
section h2 {
  margin: 0 0 50px;
  color: #2c4a6d;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
section h3 {
  margin: 0 0 43px;
  padding: 5px 0 5px 20px;
  border-left: 5px solid #2c4a6d;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}
section h3.white {
  border-left: 5px solid #fff;
  color: #fff;
}
section dt ul {
  margin: 0 0 45px;
}
section dt ul li {
  margin: 0 0 10px;
  color: #2c4a6d;
}
/*セクション1--------------------*/
section:nth-of-type(1) {
  top: -140px;
  padding: 0 0 150px;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}
section:nth-of-type(1) dt {
  background: url(../img/section1_bg.png) no-repeat;
}
section .btn {
  display: flex;
  width: 200px;
  height: 50px;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-weight: 500;
  background: #2c4a6d;
}
section .lead {
  margin: 0 0 45px;
  font-size: 20px;
}

section figure {
  margin-bottom: 30px;
  width: 100%;
}
section .photo.flex {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
section .photo img {
  width: 100%;
  height: auto;
}
section .photo img.w80 {
  width: 80%;
}
section .photo img.w70 {
  width: 70%;
}
section .photo img.w60 {
  width: 60%;
}
section .photo img.w50 {
  width: 50%;
}
section .photo img.w40 {
  width: 40%;
}
section .photo img.w30 {
  width: 30%;
}
section .photo img.w20 {
  width: 20%;
}

/*セクション2--------------------*/
section:nth-of-type(2) {
  top: -280px;
  padding: 170px 0 140px;
  clip-path: polygon(0 20%, 100% 0, 100% 98%, 0 77%);
  background-image: url(../img/features.svg), url(../img/section2_bg.png),
    linear-gradient(180deg, #1c458f 0%, #94deff 95.49%);
  background-position: top -10px right, top left;
  background-size: auto, auto 100%;
  background-repeat: no-repeat, no-repeat, no-repeat;
}
section:nth-of-type(2) dt {
  padding: 0 0 0 100px;
}
section:nth-of-type(2) dd ul {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}
section:nth-of-type(2) dd ul li {
  width: calc(100% / 3);
  padding: 0 2%;
  margin: 0 0 60px;
  color: #fff;
  line-height: 2;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
section:nth-of-type(2) dd ul li h4 {
  margin: 0 0 20px;
  line-height: 1;
  font-size: 24px;
  text-align: center;
  font-weight: 700;
}
/*セクション3--------------------*/
section:nth-of-type(3) {
  top: -426px;
  padding: 0;
  margin: 0 0 -300px;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  background-image: url(../img/spec.svg), url(../img/section3_bg.png);
  background-position: top center, top 210px left;
  background-size: auto, auto;
  background-repeat: no-repeat, no-repeat;
}
section:nth-of-type(3) dd {
  padding: calc(4.3vw + 120px) 7.36% 0 25px;
}
section:nth-of-type(3) table {
  width: 100%;
  margin: 20px 0;
  text-align: center;
  border-collapse: collapse;
}
section:nth-of-type(3) table th {
  padding: 8px 0;
  color: #fff;
  background: #007cd4;
  border: 1px solid #fff;
  vertical-align: middle;
  line-height: 1.3;
}
section:nth-of-type(3) table th span {
  font-size: 12px;
}

section:nth-of-type(3) table td {
  padding: 8px 5px 5px;
  border: 1px solid #ccc;
  vertical-align: middle;
}
section:nth-of-type(3) .notice {
  margin: 0 0 100px;
}
section:nth-of-type(3) h4 {
  padding: 10px;
  margin: 40px 0 20px;
  background: #00a0e9;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  font-size: 20px;
}
table sup {
  font-size: small;
  transform: translateY(-3px);
}

@media screen and (max-width: 980px) {
  .visual {
    height: 127vw;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
  }
  /*セクション共通--------------------*/
  section dd {
    width: 100%;
    padding: 0 5%;
  }
  section h3 {
    padding: 5px 0 5px 15px;
    font-size: 32px;
  }
  /*セクション1--------------------*/
  section:nth-of-type(1) {
    top: 0;
    background: none;
  }
  section:nth-of-type(1) dt {
    display: none;
  }
  /*セクション2--------------------*/
  section:nth-of-type(2) {
    top: -100px;
    padding: 120px 0 60px;
    clip-path: polygon(0 3%, 100% 0, 100% 98%, 0 95%);
    background-size: 100%, 50% auto;
  }
  section:nth-of-type(2) dt {
    width: 100%;
    padding: 0 0 0 5%;
  }
  section:nth-of-type(2) dd ul li {
    width: 100%;
  }
  /*セクション3--------------------*/
  section:nth-of-type(3) {
    top: -170px;
    margin: 0;
    background-image: url(../img/spec.svg);
    background-position: top center;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  section:nth-of-type(3) dt {
    width: 100%;
    padding: 60px 0 0 5%;
  }
  section:nth-of-type(3) dd {
    width: 100%;
    padding: 0 5% 25px;
  }
  section:nth-of-type(3) .table {
    overflow-x: scroll;
  }
  section:nth-of-type(3) table {
    width: 300%;
    margin: 0 0 20px;
  }
}
.product_column {
	justify-content: space-between;
}
.product_column .img,
.product_column p{
	width: 47%;
}
@media ( max-width:768px ){
	.product_column .img,
	.product_column p{
		width: 100%;
	}
}