
.btnBlock .btnBlockInner a {
  display: inline-block;
  min-width: 173px;
  padding: 10px 20px 9px 25px;
  color: #fff;
  text-align: center;
  background: url(/common/images/ico_link_02.png) no-repeat 5% 50%;
}
.agree-modal .box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  position: absolute;
  width: 90%;
  height: 40%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background: #e4eff9;
  border: 1px solid #E5E5E5;
  text-align: center;
}
.btnBlock > div, .btnBlock02 > div {
  display: inline-block;
}
.btnBlock p {
  position: relative;
  background: #005ab4;
  border-radius: 4px;
}
.agree-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  background: rgba(000, 000, 000, 0.6);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.agree-modal .close {
  position: absolute;
  right: 20px;
  top: 20px;
  height: 40px;
  width: 40px;
  z-index: 1100;
  cursor: pointer;
}
.agree-modal .box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  position: absolute;
  width: 90%;
  height: 40%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background: #e4eff9;
  border: 1px solid #E5E5E5;
  text-align: center;
}
.agree-modal .box h3 {
  width: 100%;
}
.btnBlock .btnBlockInner a {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background: url(/common/images/ico_link_02.png) no-repeat 2% 50%;
}
.btnBlock .btnBlockInner a.minW320 {
  min-width: 320px;
}
.btnBlock p {
  position: relative;
  background: #005ab4;
}
.btnBlock > div, .btnBlock02 > div {
  display: inline-block;
}
btnBlock > div, .btnBlock02 > div {
  width: 100%;
}
.agree-modal .close {
  position: absolute;
  right: 20px;
  top: 20px;
  height: 40px;
  width: 40px;
  z-index: 1100;
  cursor: pointer;
}
.agree-modal .close:before {
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.agree-modal .close:after {
  transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.agree-modal .close:before, .agree-modal .close:after {
  content: '';
  background: white;
  width: 40px;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: auto;
}


@media (min-width: 769px) {
  .agree-modal .box .btnBlock {
    width: 80%;
  }
  .fsXXL {
    font-size: 160%;
  }
  .pc-flex > * {
    margin: 0 20px 0 0;
  }
  .pc-flex > *:last-child {
    margin: 0;
  }
  .pc-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .btnBlock .btnBlockInner a.large {
    box-sizing: border-box;
    font-size: 170%;
    min-width: 370px;
    max-width: 100%;
    padding: 20px 40px 18px 50px;
  }
  .pc-flex.flex-center {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .btnBlock > div, .btnBlock02 > div {
    width: 100%;
  }
  .btnBlock .btnBlockInner a.large {
    font-size: 140%;
    padding: 10px 20px 9px 25px;
  }
}


/*規約縦スクロール*/

.textBlock01 {
  width: 100%;
  line-height: 18px;
  color: #333333;
  word-wrap: break-word;
}
.textBlock01 textarea {
  width: calc(100% - 65px);
  padding: 20px;
  resize: none;
  border: 2px solid #E5E5E5;
}
.pd30 {
  padding: 30px !important;
}
textarea {
  overflow-y: scroll;
}
@media (max-width: 767px) {
  p, textarea, a, th, td {
    font-size: 12px;
  }
}