html,
body {
  margin: 0;
  padding: 0;
}

#iobitLp,
#iobitLp *,
#iobitLp *::before,
#iobitLp * ::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#iobitLp ol,
#iobitLp ul,
#iobitLp menu,
#iobitLp summary {
  list-style: none;
}

#iobitLp table {
  border-collapse: collapse;
  border-spacing: 0;
}

#iobitLp em {
  font-style: normal;
  font-weight: bold;
}

#iobitLp {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
  color: #474960;
  max-width: 1200px;
  margin: 0 auto;
}

#iobitLp .bgGray {
  background: #F4F5F7;
}

#iobitLp .innerWrap {
  max-width: 1120px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

#iobitLp .mv-iobit {
  height: 500px;
  background: url(images/bg-mv-iobit.jpg) no-repeat center / 1440px;
}

#iobitLp .mv-iobit .catch {
  padding-top: 73px;
  line-height: 1.448;
}

#iobitLp .mv-iobit .title {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 48px;
  line-height: 1.172;
  color: #F5E5D7;
}

#iobitLp .mv-iobit .title em.num {
  letter-spacing: -0.105em;
}

#iobitLp .mv-iobit .title-text {
  margin-top: -22px;
  margin-left: -22px;
  font-weight: 900;
  font-size: 100px;
  letter-spacing: 0.055em;
  color: #fff;
}

#iobitLp .mv-iobit .title-text em.driver {
  letter-spacing: -0.1em;
}

#iobitLp .mv-iobit .text {
  margin-bottom: 16px;
  font-weight: 900;
  font-size: 32px;
  line-height: 1.333;
  letter-spacing: 0.07em;
  color: #F5E5D7;
}

#iobitLp .mv-iobit .text em {
  margin-right: 4px;
  font-size: 48px;
  letter-spacing: -0.035em;
}

#iobitLp .mv-iobit .text em.driver {
  margin-left: -6px;
}

#iobitLp .mv-iobit .text em.update {
  letter-spacing: 0.01em;
}

#iobitLp .mv-iobit .text em.easy {
  letter-spacing: 0;
}

#iobitLp .mv-iobit .compatible {
  font-weight: 500;
  font-size: 20px;
  color: #fff;
}

#iobitLp .about-db {
  padding: 164px 0 80px;
}

#iobitLp .about-db .headline {
  padding: 0 40px 40px;
  margin-bottom: 88px;
  border: 2px solid #F27B12;
  border-radius: 20px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.9;
  color: #F27B12;
  text-align: center;
}

#iobitLp .about-db .headline .title {
  margin-top: -60px;
  margin-bottom: 16px;
  font-weight: 900;
  font-size: 48px;
  line-height: 1.448;
}

#iobitLp .about-db .headline .title em.titleInner {
  padding: 25px 34px 0 8px;
  background-color: #fff;
}

#iobitLp .about-db .headline .title em.symbol {
  font-size: 56px;
}

#iobitLp .about-db .headline .title em.last {
  margin-left: -22px;
}

#iobitLp .about-db .headline .title ruby {
  font-size: 56px;
}

#iobitLp .about-db .headline .title rt,
#iobitLp .about-db .headline .title rp {
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  transform: translateY(-6px);
}

#iobitLp .about-db .about-box {
  margin-bottom: 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#iobitLp .about-db .about-box:last-child {
  margin-bottom: 0;
}

#iobitLp .about-db .about-box .title {
  margin-bottom: 16px;
  font-weight: 900;
  font-size: 28px;
  line-height: 1.448;
}

#iobitLp .about-db .about-box .text {
  padding-left: 80px;
}

#iobitLp .about-db .about-box .text .line {
  background: linear-gradient(transparent calc(100% - 10px), #F5E5D7 10px);
}

#iobitLp .about-db .about-box.img-left {
  flex-direction: row-reverse;
}

#iobitLp .about-db .about-box.img-left .text {
  padding-right: 80px;
  padding-left: 0;
}

#iobitLp .about-db .about-box.img-left .line {
  position: relative;
}

#iobitLp .about-db .about-box.img-left .text p+p {
  margin-top: 30px;
}

#iobitLp .improvement-db {
  padding: 80px 0 86px;
  background: var(--gradient, linear-gradient(111deg, #F26412 23.81%, #F27B12 99.13%));
  color: #fff;
}

#iobitLp .improvement-db .headline {
  margin-bottom: 80px;
  line-height: 1.448;
  text-align: center;
}

#iobitLp .improvement-db .headline .title {
  margin-bottom: 16px;
  font-weight: 900;
  font-size: 56px;
}

#iobitLp .improvement-db .headline .title-text {
  font-weight: 900;
  font-size: 40px;
}

#iobitLp .improvement-db .point-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#iobitLp .improvement-db .point-list li {
  width: 330px;
}

#iobitLp .improvement-db .point-list li .image {
  margin-bottom: 24px;
}

#iobitLp .improvement-db .point-list li .image img {
  width: 100%;
}

#iobitLp .improvement-db .point-list li .num {
  margin-bottom: 5px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.172;
}

#iobitLp .improvement-db .point-list li .title {
  margin-bottom: 14px;
  font-weight: 900;
  font-size: 24px;
  line-height: 1.333;
}

#iobitLp .easy-db {
  padding: 80px 0;
  background-color: #F4F5F7;
}

#iobitLp .easy-db .headline {
  margin-bottom: 60px;
  text-align: center;
}

#iobitLp .easy-db .headline .title {
  margin-bottom: 24px;
  font-weight: 900;
  font-size: 48px;
  line-height: 1.448;
}

#iobitLp .easy-db .headline .title em {
  color: #F27B12;
}

#iobitLp .easy-db .procedure .title {
  margin-bottom: 40px;
  font-weight: 900;
  font-size: 28px;
  line-height: 1.448;
  text-align: center;
}

#iobitLp .easy-db .procedure .title em {
  font-size: 36px;
  letter-spacing: 0.05em;
  color: #F27B12;
}

#iobitLp .easy-db .procedure-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#iobitLp .easy-db .procedure-list li {
  width: 450px;
  position: relative;
}

#iobitLp .easy-db .procedure-list li .image {
  margin-bottom: 20px;
}

#iobitLp .easy-db .procedure-list li:nth-child(even)::before {
  content: "";
  display: block;
  position: absolute;
  top: 92px;
  left: -148px;
  width: 115px;
  height: 80px;
  background: url(images/bg-procedure-arrow.png) no-repeat center / auto 80px;
}

#iobitLp .reassurance-db {
  padding: 80px 0;
}

#iobitLp .reassurance-db .headline {
  margin-bottom: 64px;
  text-align: center;
}

#iobitLp .reassurance-db .headline .title {
  margin-bottom: 24px;
  font-weight: 900;
  font-size: 48px;
  line-height: 1.448;
}

#iobitLp .reassurance-db .headline .title em {
  color: #F27B12;
}

#iobitLp .reassurance-db .reassurance-box {
  margin-bottom: 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#iobitLp .reassurance-db .reassurance-box:last-child {
  margin-bottom: 0;
}

#iobitLp .reassurance-db .reassurance-box .title {
  margin-bottom: 16px;
  font-weight: 900;
  font-size: 28px;
  line-height: 1.448;
}

#iobitLp .reassurance-db .reassurance-box .text {
  padding-left: 80px;
}

#iobitLp .reassurance-db .reassurance-box.img-left {
  flex-direction: row-reverse;
}

#iobitLp .reassurance-db .reassurance-box.img-left .text {
  padding-right: 80px;
  padding-left: 0;
}

#iobitLp .why-iobit {
  padding: 80px 0;
  background-color: #0b193e;
}

#iobitLp .why-iobit .innerWrap {
  background: url(images/bg-why-iobit.png) no-repeat center 80px;
}

#iobitLp .why-iobit .title {
  margin-bottom: 60px;
  font-size: 32px;
  line-height: 1.4;
  text-align: center;
  color: #fff;
}

#iobitLp .why-iobit .reason-list {
  display: table;
  width: 100%;
  margin: 0 auto 80px;
}

#iobitLp .why-iobit .reason-list li {
  display: table-cell;
  color: #fff;
  width: 400px;
  text-align: center;
}

#iobitLp .why-iobit .reason-list li .image {
  margin-bottom: 15px;
  text-align: center;
}

#iobitLp .why-iobit .reason-list li .text {
  font-size: 21px;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
}

#iobitLp .why-iobit .reason-list-second {
  display: table;
  width: 100%;
  margin: 0 auto;
}

#iobitLp .why-iobit .reason-list-second li {
  display: table-cell;
  color: #fff;
  width: 150px;
  text-align: center;
}

#iobitLp .why-iobit .reason-list-second li .image {
  margin-bottom: 10px;
  text-align: center;
}

#iobitLp .why-iobit .reason-list-second li .text {
  font-size: 13px;
  line-height: 1.4;
  color: #fff;
}

#iobitLp .sysreq-area {
  padding: 80px 0 100px;
}

#iobitLp .sysreq-area h2.title {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

#iobitLp .sysreq-area dl {
  margin-bottom: 45px;
  border-top: 1px solid #ddd;
}

#iobitLp .sysreq-area dl dt {
  width: 125px;
  padding: 20px 15px 20px 0;
  clear: both;
  float: left;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 700;
}

#iobitLp .sysreq-area dl dd {
  padding: 20px 0 20px 140px;
  border-bottom: 1px solid #ddd;
}

#iobitLp .sysreq-area dl p {
  font-size: 15px;
  line-height: 1.6;
}

#iobitLp .sysreq-area .notice-list {
  margin-top: 15px;
  color: #9495a5;
}

#iobitLp .sysreq-area .notice-list li {
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 1.4;
  padding-left: 15px;
  position: relative;
}

#iobitLp .sysreq-area .notice-list li:before {
  content: '';
  font-size: 13px;
  position: absolute;
  top: 0;
  left: 0;
}

#iobitLp .sysreq-area .notice-list li:last-child {
  margin-bottom: 0;
}

#iobitLp .sysreq-area .attention-area .title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}