@charset "UTF-8";
.agreement {
  margin: 20px 0;
}

.terms {
  height: 350px;
  padding: 0.5em;
  overflow-y: scroll;
  box-sizing: border-box;
  border: 1px solid #ccc;
  font-size: 12px;
  margin-bottom: 30px;
  width: 100%;
  white-space:pre-line;
}

.term-textarea-kiyaku {
  margin-bottom: 30px;
  width: 100%;
}

.term-textarea-koukuhou {
  margin-bottom: 30px;
  width: 100%;
}


.content a:-webkit-any-link {
  color: #144886;
  cursor: pointer;
  text-decoration: underline;
  font-weight: bold;
}

.content a:-moz-any-link {
  color: #144886;
  cursor: pointer;
  text-decoration: underline;
  font-weight: bold;
}

.content a:any-link {
  color: #144886;
  cursor: pointer;
  text-decoration: underline;
  font-weight: bold;
}

/* チェックボックス */
.checkbox-area {
  text-align: left;
  width: 300px;
  margin: 20px auto;
}

input[type=checkbox] {
  display: none;
}

.checkbox02 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}

.checkbox02::before {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  content: '';
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}

.checkbox02::after {
  border-right: 6px solid #144886;
  border-bottom: 3px solid #144886;
  content: '';
  display: block;
  height: 20px;
  left: 7px;
  margin-top: -16px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 9px;
}

input[type=checkbox]:checked + .checkbox02::before {
  border-color: #666;
}

input[type=checkbox]:checked + .checkbox02::after {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  html,
  body {
    background: #FFFFFF 0% 0% no-repeat padding-box;
  }
  body {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 16px;
  }
  /* 480pxまでの幅の場合に適応される */
  .term-textarea {
    width: 100%;
  }
  .term-btn {
    width: 100vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto;
  }
}

a.disabled{
	pointer-events:none;
    color: darkgray;
}
/*# sourceMappingURL=terms.css.map */