@charset "UTF-8";

#contents {
  width: 880px;
}

#confirm {
  padding: 30px 0 0;
}

.lead {
    margin: 0 0 25px 0;
}

#confirm h1 {
  font-size: 20px;
  font-size: 2.0rem;
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  border-bottom: #CF0000 2px solid;
  margin: 0 0 20px;
  padding: 0 0 5px;
}

ul.ul-list {
    margin: 0 0 25px 0;
}
ul.ul-list li {
    list-style-type: disc;
    margin: 0 0 5px 25px;
}

.btn-lead {
  text-align: center;
  font-size: 17px;
  font-size: 1.7rem;
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  margin: 0 0 20px;
}

.btn-lead _:-ms-fullscreen, :root .btn-lead {
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

.btn-agree {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
    margin: 25px 0;
}

.btn-agree01 {
  width: 178px;
  margin-right: 40px;
}

.btn-agree01 a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fafafa;
  color: #333;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  padding: 20px;
  position: relative;
}

.btn-agree01 a _:-ms-fullscreen, :root .btn-agree01 a {
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

.btn-agree01 a::after {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  content: "";
  right: 10px;
  width: 8px;
  height: 8px;
  border-top: solid 3px #999;
  border-right: solid 3px #999;
}

.btn-agree02 {
  width: 280px;
}

.btn-agree02 a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  border-radius: 4px;
  background-color: #FF4500;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  padding: 20px;
  position: relative;
}

.btn-agree02 a _:-ms-fullscreen, :root .btn-agree02 a {
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

.btn-agree02 a::after {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  content: "";
  right: 15px;
  width: 8px;
  height: 8px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
}
.btn-agree01 a:hover,
.btn-agree02 a:hover {
    opacity: 0.7;
}

#copyright {
  border-top: #D00000 solid 2px;
  margin-top: 40px;
}


@media only screen and (max-width: 767px) {
  #head-main {
    padding-top: 8px;
  }
  #confirm {
    padding: 0;
  }
  #confirm h1 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  #contents {
    width: auto;
  }
  .btn-lead {
    font-size: 1.6rem;
  }
  .btn-agree {
    display: block;
    flex-direction: row;
    max-width: 300px;
      margin: 0 auto;
  }
  .btn-agree01 {
    width: 100%;
    margin-right: 0;
    margin-top: 15px;
  }
  .btn-agree01 a {
    padding: 15px 20px;
  }
  .btn-agree02 {
    width: 100%;
  }
  .btn-agree02 a {
    padding: 15px 20px;
  }
}