@charset "UTF-8";

.requirements-bg{
  background: url(../img/requirements/bg.svg) center top / 100% auto no-repeat;
}
@media screen and (max-width: 1366px) {
  .requirements-bg{
    background-size: 1366px auto;
  }
}
@media screen and (max-width: 767px) {
  .requirements-bg{
    background: url(../img/requirements/bg-sp.svg) center top / 100% auto no-repeat;
  }
}

/* ▼▼▼ メッセージ
======================================================*/

.requirements1{
  padding-top: 160px;
  padding-bottom: 80px;
}
.requirements1 .ttl2,.requirements2 .ttl2{
  margin-bottom: 30px;
}

.requirements2{
  padding-top: 50px;
  padding-bottom: 100px;
}
.requirements2 .bg-white{
  border-radius: 25px;
  padding: 25px 50px 35px;
}
.requirements2 .box1{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 35px;
}
.requirements2 .box1 dl{
  display: flex;
  width: 48%;
  padding: 30px 0;
  border-bottom: 1px solid #c8c9ca;
}
.requirements2 .box1 dl dt{
  font-weight: bold;
  width: 5em;
  padding-right: .5em;
}
.requirements2 .box1 dl dd{
  font-weight: 500;
  flex: 1;
}
.requirements2 h3{
  font-size: 16px;
  margin-bottom: 10px;
}
.requirements2 .box2{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 35px;
}
.requirements2 .box2 dl{
  font-weight: 500;
  width: 48%;
  margin-bottom: 35px;
}
.requirements2 .box2 dl dt{
  color: #fff;
  padding: 15px 5px;
  border-radius: 5px;
  background: linear-gradient(90deg, #d16b7a, #d9a482);
  margin-bottom: 10px;
}
.requirements2 .box2 dl dd{
  line-height: 1.375;
}
.requirements2 table{
  width: 100%;
  border-top: 1px solid #c8c9ca;
  border-left: 1px solid #c8c9ca;
  margin-bottom: 8px;
}
.requirements2 table th,.requirements2 table td{
  font-size: 14px;
  vertical-align: middle;
  padding: 12px 30px;
  border-right: 1px solid #c8c9ca;
  border-bottom: 1px solid #c8c9ca;
}
.requirements2 table th{
  color: #fff;
  font-weight: normal;
  text-align: center;
  background: #4d5f77;
  width: 250px;
}
.requirements2 table td dl{
  display: flex;
  align-items: center;
}
.requirements2 table td dl dt{
  width: 200px;
}
.requirements2 table td dl dd{
  flex: 1;
}
.requirements2 table td dl.dl1 dd div{
  display: flex;
  justify-content: space-between;
  padding: 9px 15px 9px 0;
  border-bottom: 1px solid #c8c9ca;
  margin-right: 20px;
}
.requirements2 table td dl.dl1 dd div:first-child{
  padding-top: 0;
}
.requirements2 table td dl.dl1 dd div:last-child{
  padding-bottom: 0;
  border-bottom: none;
}
.requirements2 .kome{
  font-size: 12px;
  text-align: right;
}
.requirements2 table td ul.ul1{
  display: flex;
  flex-wrap: wrap;
}
.requirements2 table td ul.ul1 li{
  width: 22%;
}
.requirements2 table td ul.ul1 li:nth-child(3n+1){
  width: 56%;
}
@media screen and (max-width: 767px) {
  .requirements1{
    padding-top: 100px;
    padding-bottom: 60px;
  }
  .requirements1 .ttl2,.requirements2 .ttl2{
    margin-bottom: 40px;
  }
  .requirements1 figure img{
    margin-right: auto;
    margin-left: auto;
    width: 80%
  }

  .requirements2{
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .requirements2 .bg-white{
    border-radius: 25px;
    padding: 10px 20px 30px;
  }
  .requirements2 .box1{
    display: block;
    margin-bottom: 20px;
  }
  .requirements2 .box1 dl{
    font-size: 13px;
    width: 100%;
    padding: 25px 0;
  }
  .requirements2 h3{
    font-size: 13px;
    margin-bottom: 15px;
  }
  .requirements2 .box2{
    display: block;
    margin-bottom: 35px;
  }
  .requirements2 .box2 dl{
    width: 100%;
    margin-bottom: 10px;
  }
  .requirements2 .box2 dl dt{
    padding: 10px 5px;
    margin-bottom: 10px;
  }
  .requirements2 table{
    width: 600px;
  }
  .requirements2 table th,.requirements2 table td{
    font-size: 13px;
    padding: 10px 20px;
  }
  .requirements2 table th{
    width: 8em;
  }
  .requirements2 table td dl dt{
    width: 13em;
  }
  .requirements2 table td dl.dl1 dd{
    white-space: nowrap;
  }
  .requirements2 table td dl.dl1 dd span{
    display: inline-block;
    padding-right: 1.5em;
  }
  .requirements2 table td dl.dl1 dd div{
    padding: 4px 0;
    margin-right: 20px;
  }
  .requirements2 .kome{
    font-size: 10px;
  }
  .requirements2 table td ul.ul1 li{
    width: 50%;
  }
  .requirements2 table td ul.ul1 li:nth-child(3n+1){
    width: 100%;
  }
  .scroll-hint-icon {
    top: 22vw;
  }
}
