@charset "EUC-JP";

html {
  font-family: 'Noto Sans JP', sans-serif;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.regist-header {
  padding: 2rem 0;
}
.regist-header div {
  text-align: center;
}
.contact-section {
  margin-top: 4rem;
  max-width: 620px;
  margin: 4rem auto 6rem;
  padding: 1rem 2rem;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  background: #fff;
}
.step-bar {
  display: flex;
  max-width: 400px;
  position: relative;
  margin: 3rem auto;
}
.step-bar li {
  text-align: center;
  font-size: 12px;
  list-style: none;
  position: relative;
  width: 33.333%;
}
.step-bar li:after {
  background: #D0E1F9;
  content: "";
  width: calc(100% - 24px);
  height: 4px;
  position: absolute;
  left: calc(-50% + 12px);
  top: 10px;
}
.step-bar li:first-child:after {
  display: none;
}
.step-bar li span {
  background: #D0E1F9;
  color: #ffffff;
  display: inline-block;
  height: 24px;
  margin-bottom: 5px;
  line-height: 24px;
  width: 24px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.step-bar .visited:after {
  background: #5856BA;
}
.step-bar .visited span {
  background: #5856BA;
}
.regist-image {
  max-width: 400px;
  margin: 0 auto 4rem;
}
.contact-inner {
  margin: 0 auto;
}
h2 {
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  color: #5856BA;
  margin-bottom: 1rem;
}
table {
  border-collapse: collapse;
  margin: 3rem auto 0;
  padding: 0;
  width: 100%;
}
table tr {
  display: block;
  margin-bottom: 2rem;
}
table th {
  color: #536387;
  line-height: 24px;
  display: block;
  margin-bottom: 10px;
}
table th em {
  background: #91CCC3;
  font-size: .7rem;
  font-weight: 100;
  padding: 2px 8px;
  color: #fff;
  margin-left: 1rem;
}
table th,
table td {
  display: block;
  width: 100%;
}
td.select-btn {
  width: 50%;
}
input[type="text"],
textarea,
.select-btn select {
  width: 90%;
  padding: 12px 24px;
  border-radius: 6px;
  border: 1px solid #e0e0e0;
  background: #fff;
  color: #6b7280;
  outline: none;
  resize: none;
}
::placeholder {
  color: #bcbdbf;
}
input[type="text"]:focus, textarea:focus {
  border-color: #5856BA;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}
.row-list li:first-child {
  margin-bottom: 1.5rem;
}
.row-list label {
  display: block;
  margin-bottom: .75rem;
  font-size: .75rem;
}
.btn,
.btn:link,
.btn:visited,
.btn:active,
.small-btn {
  background-color: #5856BA;
  text-align: center;
  border-radius: 6px;
  padding: 14px 32px;
  border: none;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}
.btn:hover {
  opacity: .7;
}
.correction {
  background: #fff;
  border: none;
  display: block;
  margin-top: 1rem;
}
.correction:hover {
  background-color: #fff!important;
  opacity: .7;
  cursor: pointer;  
}
.btn-box a {
  text-decoration: none!important;
  background-color: #fff!important;
  color: #000!important;
  display: block;
  margin-top: 2rem;
}
.btn-box a:hover {
  text-decoration: underline!important;
}
.policy-area {
  border: 1px solid #ccc;
  height: 175px;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 16px auto;
  text-align: left;
  font-size: 13px;
  padding: 1rem;
}
ol.disc {
  padding: 1rem;
}
.policy-title {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
button[type="button"][disabled] {
  background-color: #ccc;
  cursor: default;
}
button[type="button"][disabled]:hover {
  opacity: 1;
}
.errorMesseage {
  color: #DC3333;
  font-size: .75rem;
  margin-bottom: .75rem;
}
.policy-area a {
  text-decoration: none;
  color: #5856BA;
}
.policy-area a:hover {
  text-decoration: underline;
}
.entry-check {
  margin-bottom: 1rem;
}
.entry-check a {
  text-decoration: none;
  color: #5856BA;
}
.entry-check a:hover {
  text-decoration: underline;
}
.external-link::after {
  content: url("../images/external-link.svg");
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: baseline;
  padding-right: 6px;
}
footer {
  background: #5856BA;
  position: relative;
}
.copyright {
  color: #fff;
  text-align: center;
  font-size: 0.5rem;
  padding: 2rem 0;
}
.group-bn-s {
  position: absolute;
  top: 15px;
}
.ierae {
  right: 30px;
}
.globalsign {
  right: 150px;
}
span#csi_siteseal_tag {
  width: 100px;
  display: block;
}
.ierae-bn {
  display: block;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .contact-section {
    width: 95%;
    padding: 0;
    margin: 2rem auto 6rem;
  }
  .regist-header {
    padding: 2rem 0 0 0;
  }
  input[type="text"],
  textarea,
  .select-btn select {
    width: 80%;
  }
  .step-bar {
    padding-top: 4rem;
    margin: 2rem auto 3rem;
  }
  .regist-image {
    width: 340px;
  }
  h2 {
    padding-left: 1rem;
  }
  .contact-inner {
    padding: 0 1rem 2rem ;
  }
  .copyright {
    font-size: 0.5rem;
    text-align: left;
    padding-left: 10px;
  }
  .group-bn-s {
    top: 22px;
  }
}