@charset "UTF-8";
.box-excompanies {
  padding: 15px 20px 10px;
  border: solid 1px #ccc;
  width: auto;
  max-width: 80%;
  margin: 0 auto 30px;
}
.box-excompanies dt {
  float: left;
}
@media only screen and (max-width: 640px) {
  .box-excompanies dt {
    float: none;
  }
}
.box-excompanies dd {
  padding-left: 7em;
}
@media only screen and (max-width: 640px) {
  .box-excompanies dd {
    padding-left: 0;
  }
}
.box-excompanies dd li {
  display: inline-block;
  /*
  margin-left: 20px;
   */
}
@media only screen and (max-width: 640px) {
  .box-excompanies dd li {
    margin-left: 0;
  }
}
.box-excompanies dd .list-side li {
  width: 49%;
  display: inline-block;
}
@media only screen and (max-width: 640px) {
  .box-excompanies dd .list-side li {
    width: 100%;
  }
}

#terms {
  background: #0082bc;
  /* iOSでのデフォルトスタイルをリセット */
}
#terms .wrapper {
  background: #0082bc;
  box-shadow: none;
}
#terms .wrapper .noteArea {
  border-radius: 10px;
  background: #fff;
  margin: 30px auto;
  padding: 40px 0 50px;
  color: #000;
  font-size: 14px;
}
@media only screen and (max-width: 640px) {
  #terms .wrapper .noteArea {
    margin: 15px auto;
    padding: 20px 0 30px;
  }
}
@media only screen and (max-width: 640px) {
  #terms .wrapper .noteArea .container {
    padding: 0 20px;
  }
}
#terms .wrapper .noteArea li {
  margin-bottom: 0;
}
#terms h1 {
  color: #333399;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  /*
  text-decoration: underline;
   */
  margin: 2em auto;
}
@media only screen and (max-width: 640px) {
  #terms h1 {
    font-size: 15px;
  }
}
#terms h1 span {
  position: relative;
  border-bottom: double 3px #333399;
}
#terms .text-check {
  color: #f00;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2em;
}
#terms .tit-icon {
  padding-left: 1em;
  text-indent: -1em;
  font-weight: bold;
}
#terms .btn {
  color: #1a4389;
}
#terms .btn.icon-arrow-right:before, #terms .btn.icon-arrow-right:after {
  border-color: #1a4389;
}
#terms input[type="submit"],
#terms input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
#terms input[type="submit"]::-webkit-search-decoration,
#terms input[type="button"]::-webkit-search-decoration {
  display: none;
}
#terms input[type="submit"]::focus,
#terms input[type="button"]::focus {
  outline-offset: -2px;
}
#terms input[type=button] {
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
  background: #fff;
  border-right: solid 2px #333;
  border-bottom: solid 2px #333;
  font-size: 14px;
  cursor: pointer;
}
#terms input[type=button]:hover {
  opacity: .8;
}
#terms .list-group.list-disc_small > li {
  padding-left: 1.0em;
}
#terms .list-group.list-disc_small > li:after {
  left: 0;
}
#terms .list-group.list-disc_small > li.list-underline {
  position: relative;
  display: inline-block;
}
#terms .list-group.list-disc_small > li.list-underline:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
}

@media only screen and (min-width: 641px) {
  .btn-base {
    padding: .75em 1em;
  }
}
