@charset "UTF-8";

.btnArea {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0 66px;
}

@media screen and (max-width: 896px) {
  .btnArea {
    flex-wrap: wrap;
    margin: 0 15px;
  }
}

.btnArea .btn a {
  font-family: "Noto Serif JP", serif;
  display: block;
  width: 330px;
  line-height: 71px;
  font-weight: 700;
  letter-spacing: .05em;
  text-indent: .05em;
  text-align: center;
  box-sizing: border-box;
  border-radius: 3px;
  transition: .3s;
}

@media screen and (max-width: 896px) {
  .btnArea .btn a {
    width: 100%;
    font-size: 15px;
    line-height: 58px;
  }
}

.btnArea .btn a:hover {
  background: #333;
  color: #fff;
}

@media screen and (max-width: 896px) {
  .btnArea .btn__top {
    width: 100%;
  }
}

.btnArea .btn__top a {
  color: #b6b6b6;
  background: #fff;
  border: 1px solid #b6b6b6;
}

@media screen and (max-width: 896px) {
  .main__headline {
    line-height: 37px;
    padding-top: 23px;
  }
}

.order {
  border-bottom: 1px solid #e5e5e5;
}

@media screen and (max-width: 896px) {
  .order {
    padding-bottom: 35px;
  }
}

.section__inner {
  width: 1000px;
  margin: 70px auto 0;
  box-sizing: border-box;
  padding: 25px 100px 60px;
  border: 1px solid #e5e5e5;
}

@media screen and (max-width: 896px) {
  .section__inner {
    width: 100%;
    margin: 38px auto 35px;
    padding: 0 15px;
    border: 0;
  }
}

.row {
  display: flex;
  border-bottom: 1px solid #e5e5e5;
}

@media screen and (max-width: 896px) {
  .row {
    display: block;
    padding: 28px 0 20px;
  }
}

@media screen and (max-width: 896px) {
  .row:first-child {
    border-top: 1px solid #e5e5e5;
  }
}

.theme {
  font-family: "Noto Serif JP", serif;
  width: 235px;
  line-height: 27px;
  letter-spacing: .04em;
  text-indent: .04em;
  font-weight: bold;
  padding: 28px 0;
}

@media screen and (max-width: 896px) {
  .theme {
    width: 100%;
    font-size: 17px;
    line-height: 1;
    padding: 0;
    margin-bottom: 15px;
  }
}

.description {
  width: calc(100% - 235px);
  font-size: 15px;
  line-height: 27px;
  padding: 28px 0;
}

@media screen and (max-width: 896px) {
  .description {
    width: 100%;
    padding: 0;
  }
}

.description a {
  color: #333;
  text-decoration: underline;
}
