@charset "utf-8";

#application {
  max-width: 1200px;
  margin: 0 auto;
  padding: 8px 12px 24px;
}

#application .inner {
  width: 100%;
  margin: 0 auto;
}

#application .titType1 {
  margin-bottom: 14px;
}

#application .titType1 h4 {
  font-size: 30px;
  font-weight: 500;
  color: #333;
  padding-left: 30px;
  background: url(../img/tit-type1-front.png) no-repeat 0 50%;
  background-size: 18px auto;
}

#application .appBox {
  position: relative;
  padding-bottom: 36px;
}

#application .imgBox img {
  width: 100%;
  height: auto;
  border-radius: 0.6rem;
}

#application .textBox {
  background: #fff url(../img/app-textbox-bg.gif) no-repeat 100% 0;
  width: min(695px, 100%);
  box-sizing: border-box;
  padding: 42px;
  position: absolute;
  bottom: 0;
  right: 0;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.12);
  border-radius: 0.6rem;
}

#application .textBox dt {
  font-size: 24px;
  letter-spacing: -0.05em;
  color: #333;
  margin-bottom: 18px;
}

#application .textBox dt strong {
  font-size: 24px;
  font-weight: 700;
  color: #dc000c;
}

#application .textBox dd strong {
  display: block;
  font-size: 21px;
  font-weight: 700;
  color: #222;
  margin-bottom: 10px;
}

#application .textBox dd .list li {
  position: relative;
  padding-left: 25px;
  font-size: 17px;
  line-height: 1.55;
  margin-top: 5px;
  color: #555;
  word-break: keep-all;
}

#application .textBox dd .list li:first-child {
  margin-top: 0;
}

#application .textBox dd .list li::before {
  display: block;
  content: "①";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 17px;
  line-height: 1.55;
  color: #555;
}

#application .textBox dd .list li:nth-child(2)::before { content: "②"; }
#application .textBox dd .list li:nth-child(3)::before { content: "③"; }
#application .textBox dd .list li:nth-child(4)::before { content: "④"; }

#application .btnType1 {
  font-size: 0;
  margin: -6px;
  padding-top: 20px;
}

#application .btnType1 li {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  padding: 6px;
  box-sizing: border-box;
}

#application .btnType1 li .btn {
  display: block;
  background: #282c23;
  text-align: center;
  border-radius: 0.4rem;
}

#application .btnType1 li span {
  display: inline-block;
  min-height: 45px;
  line-height: 45px;
  padding: 0 28px 0 0;
  background: url(../img/btn-type1-icon.gif) no-repeat 100% 50%;
  color: #fff;
  font-size: 15px;
  white-space: nowrap;
}

@media screen and (max-width: 1200px) {
  #application {
    padding: 0 10px 20px;
  }

  #application .titType1 h4 {
    font-size: 22px;
    padding-left: 25px;
    background-size: 15px auto;
  }

  #application .appBox {
    padding-bottom: 0;
  }

  #application .textBox {
    position: static;
    width: auto;
    padding: 20px;
    border-radius: 0;
    margin-top: 10px;
  }

  #application .textBox dt {
    font-size: 18px;
    margin-bottom: 12px;
  }

  #application .textBox dt strong,
  #application .textBox dd strong {
    font-size: 18px;
  }

  #application .textBox dd .list li {
    font-size: 14px;
    line-height: 1.6;
  }

  #application .textBox dd .list li::before {
    font-size: 14px;
    line-height: 1.6;
  }
}

@media screen and (max-width: 750px) {
  #application .btnType1 li {
    width: 100%;
    padding: 4px;
  }

  #application .btnType1 li span {
    min-height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
