@charset "UTF-8";
ul.linkList {
  -webkit-box-pack: center;
  justify-content: center;
}
ul.linkList li a {
  min-width: 300px;
}
ul.linkList.groupList {
  margin-top: 30px;
}

p.number, ul.number li {
  color: #000b79;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px !important;
  font-weight: 600;
  text-align: center;
}

ul.number {
  text-align: center;
}
ul.number li {
  display: inline-block;
  margin: 0 10px;
}

ul.list li {
  text-indent: -1em;
  margin-left: 1em;
  line-height: 1.8;
  font-size: 15px;
}

ul.indent {
  margin-top: 20px;
}
ul.indent li {
  text-indent: -1em;
  margin-left: 1em;
  font-size: 14px;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  ul.linkList li {
    margin: 0 auto;
    width: 280px;
  }
  ul.linkList li a {
    min-width: auto;
  }
  ul.linkList.groupList {
    margin-top: 20px;
  }
  ul.linkList.groupList li {
    width: 240px;
    margin: 0 auto 10px auto;
  }

  p.number, ul.number li {
    font-size: 20px !important;
  }

  ul.number {
    text-align: center;
  }
  ul.number li {
    display: inline-block;
    margin: 0 10px 5px 10px;
  }

  ul.list li {
    font-size: 13px;
  }

  ul.indent li {
    font-size: 12px;
  }
}
section.form {
  width: 700px;
  margin: 60px auto 0 auto;
}

.borderbox p {
  font-size: 15px;
  margin: 10px 0;
  line-height: 1.5;
}
.borderbox ul.note {
  margin: 0;
}
.borderbox ul.note li {
  margin: 5px 0 5px 1em;
}

.errorMsg {
  border: 2px solid #e72a19;
  padding: 25px;
  margin: 30px 0;
}
.errorMsg ul li {
  color: #e72a19;
  font-size: 14px;
  text-indent: -1em;
  margin-left: 1em;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  section.form {
    width: auto;
    margin: 0 auto;
  }

  .borderbox p {
    font-size: 13px;
  }

  .errorMsg {
    padding: 15px;
    margin: 20px 0;
  }
  .errorMsg ul li {
    font-size: 13px;
  }
}
.btnInput {
  position: relative;
  text-align: center;
  width: 300px;
  margin: 30px auto;
}
.btnInput::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 20px;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 2px solid #000b79;
  border-right: 2px solid #000b79;
  transform: rotate(45deg);
}
.btnInput:hover::after {
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
}
.btnInput input {
  display: block;
  cursor: pointer;
  width: 100%;
  border: 1px solid #000b79;
  color: #000b79;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  text-align: center;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
  font-size: 16px;
}
.btnInput input:hover {
  background: #1523ab;
  border: 1px solid #1D2388;
  color: #FFF;
}
.btnInput.return::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 20px;
  right: auto;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  transform: rotate(-135deg);
}
.btnInput.return:hover::after {
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
}
.btnInput.return input {
  display: block;
  cursor: pointer;
  width: 100%;
  border: 1px solid #666;
  color: #666;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  text-align: center;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
  font-size: 16px;
  background: #EEE;
}
.btnInput.return input:hover {
  background: #666;
  border: #666;
  color: #FFF;
}

ul.btnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.inputArea {
  margin: 30px auto;
}
.inputArea dl {
  display: table;
  width: 100%;
  border-top: 1px solid #cccccc;
}
.inputArea dl dt,
.inputArea dl dd {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 20px;
  font-size: 15px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", "Meiryo", sans-serif;
}
.inputArea dl dt.vtop,
.inputArea dl dd.vtop {
  vertical-align: top;
  padding-top: 40px;
}
.inputArea dl dt p,
.inputArea dl dd p {
  line-height: 1.4;
  margin-bottom: 5px;
  font-size: 14px;
}
.inputArea dl dt {
  width: 260px;
  background: #f2f3f8;
  line-height: 1.5;
}
.inputArea dl dt .req {
  font-size: 12px;
  display: inline-block;
  color: #e72a19;
}
.inputArea dl dt .note {
  display: block;
  font-size: 13px;
  margin-left: 1em;
  text-indent: -1em;
}
.inputArea dl dt .note.em {
  font-weight: bold;
}
.inputArea dl.block {
  display: block;
}
.inputArea dl.block dt, .inputArea dl.block dd {
  display: block;
  width: 100%;
}
.inputArea dl.block dd {
  padding: 10px 0;
}
.inputArea dl.block dd.inner {
  padding: 15px;
}
.inputArea.confirm dl dd {
  padding: 15px;
  color: #0066c0;
  line-height: 1.5;
}
.inputArea.confirm dl dd p {
  color: #888;
}

.newline {
  margin-top: 10px;
}

input[type="text"] {
  display: inline-block;
}

textarea {
  width: 100%;
  max-width: 700px;
}

input[type="text"],
textarea {
  border: 1px solid #cccccc;
  padding: 5px 10px;
  box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: 14px;
  vertical-align: middle;
}
input[type="text"].w0,
textarea.w0 {
  width: 40px;
}
input[type="text"].w1,
textarea.w1 {
  width: 60px;
}
input[type="text"].w2,
textarea.w2 {
  width: 160px;
}
input[type="text"].w3,
textarea.w3 {
  width: 240px;
}
input[type="text"].w4,
textarea.w4 {
  width: 100%;
}

textarea {
  line-height: 1.5;
}
textarea:focus {
  outline: none;
}

.radioBox input[type="radio"] {
  display: none;
}
.radioBox label {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  font-size: 15px;
  padding-left: 24px;
  cursor: pointer;
}
.radioBox label::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #FFF;
  border: 1px solid #cccccc;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
  border-radius: 10px;
}
.radioBox label small {
  font-size: 13px;
}
.radioBox input[type="radio"]:checked + label {
  color: #000b79;
}
.radioBox input[type="radio"]:checked + label::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #000b79;
  position: absolute;
  margin: auto;
  top: 3px;
  bottom: auto;
  left: 3px;
  right: auto;
  border-radius: 10px;
}

.selectBox {
  border: 1px solid #cccccc;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.selectBox select {
  display: block;
  cursor: pointer;
  padding: 5px 20px 5px 10px;
  background: #FFF;
  font-size: 14px;
}
.selectBox select.w1 {
  width: 60px;
}
.selectBox select.w2 {
  width: 160px;
}
.selectBox select.w3 {
  width: 240px;
}
.selectBox::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 8px;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 2px solid #222;
  border-right: 2px solid #222;
  transform: rotate(135deg);
}

.checkBox input[type=checkbox] {
  display: none;
}
.checkBox label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 5px 20px 5px 0;
}
.checkBox label::before {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #cccccc;
  vertical-align: sub;
  margin-right: 5px;
  cursor: pointer;
}
.checkBox input[type=checkbox]:checked + label::after {
  border-right: 2px solid #000b79;
  border-bottom: 2px solid #000b79;
  content: '';
  display: block;
  height: 8px;
  left: 5px;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 6px;
}

@media screen and (max-width: 767px) {
  .btnInput {
    width: 100%;
    max-width: 280px;
    margin: 20px auto;
  }
  .btnInput input {
    height: 52px;
    line-height: 52px;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", "Meiryo", sans-serif;
    font-weight: bold;
  }
  .btnInput input:hover {
    background: #FFF;
    border: 1px solid #000b79;
    color: #000b79;
  }
  .btnInput.return input {
    height: 52px;
    line-height: 52px;
  }

  ul.btnList {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  ul.btnList li {
    margin: 10px auto;
    max-width: 300px;
  }

  .inputArea {
    width: auto;
    margin: 10px 0 50px 0;
  }
  .inputArea dl {
    display: block;
  }
  .inputArea dl dt,
  .inputArea dl dd {
    display: block;
  }
  .inputArea dl dt.vtop,
  .inputArea dl dd.vtop {
    padding-top: 10px;
  }
  .inputArea dl dt {
    text-align: left;
    width: auto;
    font-size: 14px;
    padding: 10px;
  }
  .inputArea dl dt .req {
    display: inline-block;
    margin-left: 10px;
  }
  .inputArea dl dd {
    padding: 10px 0;
    font-size: 14px;
  }
  .inputArea dl dd p {
    font-size: 13px;
  }
  .inputArea dl.block dd.inner {
    padding: 10px;
  }
  .inputArea dl.block dd.inner label {
    margin-right: 0;
  }
  .inputArea.confirm dl dt {
    padding: 10px;
  }
  .inputArea.confirm dl dt.vtop {
    padding-top: 10px;
  }
  .inputArea.confirm dl dd {
    padding: 10px;
    font-size: 14px;
  }

  .newline label + input[type="text"] {
    margin-top: 5px;
  }

  input[type="text"],
  textarea {
    padding: 5px 10px;
    max-width: 100%;
    font-size: 16px;
  }
  input[type="text"].w0,
  textarea.w0 {
    width: 50px;
  }
  input[type="text"].w1,
  textarea.w1 {
    width: 70px;
  }
  input[type="text"].w3,
  textarea.w3 {
    width: 70vw;
  }

  .radioBox label {
    margin: 5px 20px 5px 0;
  }
  .radioBox label small {
    line-height: 1.2;
    margin-top: 4px;
  }

  .selectBox select {
    padding: 5px 10px;
    font-size: 16px;
  }
}

/*# sourceMappingURL=compliance.css.map */
