@charset "UTF-8";
main {
  width: 716px;
  margin: 70px auto 0;
  padding: 45px 35px;
  background: #fff;
  box-sizing: border-box;
}

main .text {
  font-size: 16px;
  line-height: 1.7;
  font-weight: bold;
}

main .text.center {
  text-align: center;
}

main label {
  display: block;
  margin-top: 45px;
}

main label .label {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

main .select {
  height: 40px;
  position: relative;
  z-index: 1;
}

main .select .current,
main .select li {
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #333;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
}

main .select .wrap {
  height: 0;
  overflow: hidden;
}

main .select li {
  transition: all .2s linear;
}

main .select li:hover {
  background: #FF5A7C;
}

main input[type="text"],
main textarea {
  width: 100%;
  box-sizing: border-box;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  border: solid 2px #333;
  font-size: 18px;
  font-weight: bold;
  font-family: '游ゴシック体', '游ゴシック', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  outline: none;
}

main textarea {
  height: 200px;
  padding: 15px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: normal;
}

main .submit {
  display: block;
  margin: 50px auto 0;
  width: 300px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  background: #333;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  font-size: 16px;
  font-family: '游ゴシック体', '游ゴシック', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック', 'Hiragino Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  transition: all .2s linear;
}

main .submit:hover {
  width: 330px;
}

.equipment {
  margin-top: 5em;
}

.equipment h2 {
  font-size: 50px;
  text-align: center;
  letter-spacing: .05em;
}

.equipment h2 span {
  display: inline-block;
  padding-bottom: 10px;
  position: relative;
}

.equipment h2 span:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background: #333;
  content: '';
}

.equipment .links {
  margin: 30px auto 0;
  width: 960px;
}

.equipment .links article {
  box-sizing: border-box;
  font-size: 20px;
  text-align: center;
  line-height: 1.8;
  font-weight: bold;
}

.equipment .links article:nth-of-type(2) {
  margin-top: 50px;
}

.equipment .links article span {
  background: #333;
  color: #fff;
  padding: 0 10px;
  display: inline-block;
  border-radius: 100px;
  margin-right: .5em;
}

.equipment .links article a:hover {
  text-decoration: underline;
}

.equipment .links article a:nth-of-type(2) {
  display: inline-block;
  padding: 10px 0;
  border: solid 3px #333;
  width: 50%;
  margin-top: 1em;
  transition: all .2s ease-out;
}

.equipment .links article a:nth-of-type(2):before {
  content: '⤓';
  margin-right: .3em;
}

.equipment .links article a:nth-of-type(2):hover {
  text-decoration: none;
  background: #333;
  color: #fff;
}

@media screen and (max-width: 767px) {
  main {
    width: auto;
    width: calc(100% - 30px);
    margin: 35px auto 0;
    padding: 20px 15px;
  }
  main .text {
    font-size: 13px;
  }
  main label {
    margin-top: 40px;
  }
  main label .label {
    font-size: 14px;
  }
  main .select {
    height: 40px;
    position: relative;
    z-index: 1;
  }
  main .select .current,
  main .select li {
    font-size: 13px;
    height: 3em;
    padding: 5px 10px;
    line-height: 1.5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  main input[type="text"],
  main textarea {
    height: 35px;
    line-height: 35px;
    border-radius: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  main textarea {
    height: 200px;
  }
  main .submit {
    width: 100%;
    height: 30px;
    line-height: 30px;
  }
  main .submit:hover {
    width: 100%;
  }
  .equipment {
    margin-top: 3em;
  }
  .equipment h2 {
    font-size: 25px;
  }
  .equipment h2 span:after {
    height: 5px;
  }
  .equipment .links {
    width: auto;
  }
  .equipment .links article {
    font-size: 15px;
  }
  .equipment .links article:nth-of-type(2) {
    margin: 1em 0 0 0;
  }
  .equipment .links article a:nth-of-type(2) {
    border-width: 2px;
    width: 70%;
  }
}
