@charset "utf-8";
/* CSS Document */

/************************************************************************************************************************************
*
*
*  利用規約
*
*
************************************************************************************************************************************/
.visuallyhidden {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

#content {
  width: 100%;
}

#content h2 {
  margin-bottom: 10px;
  padding: 5px;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  background: #0089cf;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#primary p {
  font-size: 14px;
  line-height: 1.5;
}

#primary p.coution {
  font-weight: bold;
  padding: 5px 10px;
  line-height: 1.3;
  border-bottom: #CCC solid 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#primary p.coution span {
  display: block;
  color: #c00;
  margin-bottom: .5em;
}

#primary .kiyaku_box {
  margin-bottom: 30px;
  padding: 10px 20px;
  border-bottom: #999 solid 1px;
  border-top: #999 solid 1px;
  text-overflow: ellipsis;
  line-height: 1.3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

#primary .kiyaku_element {
  margin-top: 20px;
}

#primary .kiyaku_element p.kiyakumidasi {
  font-weight: bold;
  padding-bottom: 10px;
}

#primary .kiyaku_element .level1 {
  list-style-type: decimal;
  padding-left: 20px;
}

#primary .kiyaku_element .level1 li {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.3;
  list-style-type: inherit;
}

#primary .kiyaku_element .level1 li:last-of-type {
  margin-bottom: 0;
}

#primary .kiyaku_element .level2 {
  list-style-type: lower-roman;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}

#primary .kiyaku_element .level2 li {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.3;
  list-style-type: inherit;
}

#primary .kiyaku_element .level2 li:last-of-type {
  margin-bottom: 0;
}

#primary .kiyaku_element.last {
  text-align: right;
}

#primary .btn {
  width: 55%;
  height: 40px;
  margin: 0 auto;

  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .3em;
  color: #fff;
  line-height: 1;
  background-color: #545454;
  text-decoration: none;
}

#primary .btn a {
  /* display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .3em;
  color: #fff;
  line-height: 1;
  background-color: #545454;
  text-decoration: none; */
}

#primary .buttonArea{
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 100px;
}