:root {
  --noto-sans: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --arial: "Arial", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --akshar: "Akshar", sans-serif;
  --poppins: "poppins", sans-serif;
  --white: #fff;
  --black: #000;
  --red: #cf142b;
  --ease: cubic-bezier(0.83, 0, 0.17, 1);
}

h1 {
  margin: 50px 0 0;
  font-size: 30px;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
  font-weight: bold;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 24px;
    margin: 40px 0 30px;
  }
}
h1:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background: var(--red);
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

main {
  background: url(../media/images/cms/common/bg_bottom.png) no-repeat center bottom/100%;
  padding-bottom: 140px;
}
@media screen and (max-width: 767px) {
  main {
    background: url(../media/images/cms/common/bg_bottom_sp.png) no-repeat center bottom/100%;
    padding-bottom: 80px;
  }
}

section#browse {
  width: 90%;
  max-width: 1040px;
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  section#browse {
    margin-top: 40px;
  }
}
section#browse .lead {
  font-size: 16px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  section#browse .lead {
    font-size: 15px;
    margin-bottom: 40px;
  }
}
section#browse h2 {
  font-size: 22px;
  margin: 45px 0 7px;
}
@media screen and (max-width: 767px) {
  section#browse h2 {
    font-size: 20px;
    margin-top: 30px;
    font-size: 18px;
  }
}
section#browse ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  section#browse ul {
    display: block;
  }
}
section#browse ul li {
  width: 42%;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  section#browse ul li {
    width: 100%;
    font-size: 15px;
  }
}
section#browse ul li.javascript {
  width: 100% !important;
}
section#browse ul li:first-child {
  width: 45%;
}
@media screen and (max-width: 767px) {
  section#browse ul li:first-child {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  section#browse ul li:nth-child(n+2) {
    margin-top: 15px;
  }
}
section#browse ul li .win {
  text-indent: -4.8em;
  padding-left: 4.8em;
  margin-top: 0;
}
section#browse ul li .android {
  text-indent: -4.2em;
  padding-left: 4.2em;
  margin-top: 0;
}
section#browse p.note {
  margin-top: 20px;
  font-size: 14px;
}