@charset "UTF-8";
* {
 margin: 0;
 padding: 0;
 /* border: 1px solid red; */
}
html {
 font-size: 13px;
 min-width: 900px;
}
body {
 min-width: 900px;
 color: #333;
 min-height: 100vh;
 position: relative;
 padding-bottom: 31px;
 box-sizing: border-box;
 line-height: 1.62;
 font-family: メイリオ, ヒラギノ角ゴ Pro W3, "Hiragino Kaku Gothic Pro", ＭＳ Ｐゴシック, Arial, sans-serif;
}
ul{
 list-style: none;
}
button {
 font-family: メイリオ, ヒラギノ角ゴ Pro W3, "Hiragino Kaku Gothic Pro", ＭＳ Ｐゴシック, Arial, sans-serif;
 cursor: pointer;
}
.container {
 width: 732px;
 margin: 0 auto;
}
.required {
 color: #C10000;
}
header {
 margin-bottom: 30px;
 border-bottom: 4px solid #d5d2d0;
}
header .logo {
 margin-bottom: 14px;
 padding-top: 26px;
}
footer {
 width: 100%;
 text-align: center;
 position: absolute;
 bottom: 0;
 font-size: 92%;
 background-color: #757271;
 color: #fff;
 padding: 7px 0 5px 0;
}
.agree p {
 margin-bottom: 20px;
}
.content-title {
 position: relative;
 margin-bottom: 30px;
 font-size: 215%;
 line-height: 1.3;
}
.agree .content-title>span {
 font-weight: normal;
}
.content-title>span {
 display: block;
 padding-top: 3px;
 padding-left: 21px;
 padding-bottom: 2px;
 text-shadow: -1px -1px 1px white;
 position: relative;
}
.content-title>span:before {
 content: "";
 display: block;
 position: absolute;
 background: #ff3c00;
 width: 6px;
 height: 100%;
 border-radius: 3px;
 top: 0;
 left: 0;
}
.content-title>span>span {
 display: block;
 font-size: 70%;
 margin-top: 5px;
 color: #024d99;
 font-weight: bold;
}
ul.list-numbered-01 {
 /* margin-bottom: 10px; */
}
ul.list-numbered-01 li {
 position: relative;
 margin-bottom: 6px;
 padding-left: 2.3em;
 zoom: 1;
 line-height: 1.6;
}
ul.list-numbered-01 li span.num {
 position: absolute;
 top: 0;
 left: 0;
}
ul.list-btn-02 {
 text-align: center;
}
ul.list-btn-02 li {
 display: inline;
 margin: 0 12px 0 12px;
}
ul.list-btn-02 li form {
 display: inline;
}
.user-info h2 {
 font-size: 190%;
 font-weight: normal;
}
.user-info form .form-area {
 padding: 10px 0;
}
.user-info form .form-area>div {
 /* margin-bottom: 15px; */
 margin-bottom: 25px;
}
.user-info form .form-area>div label {
 font-weight: bold;
 margin-bottom: 2px;
 display: block;
 line-height: 1.2;
}
.user-info form .form-area>div .ttl {
 font-size: 13px;
 font-weight: bold;
 margin-bottom: 2px;
 display: block;
 line-height: 1.2;
}
.user-info form .form-area>div .input {
 width: 80%;
 height: 18px;
 padding: 2px;
 font-size: 12px;
 border: solid 1px #B1B1B1;
}
.user-info form .form-area>div select {
 border: solid 1px #B1B1B1;
 padding: 2px;
 font-size: 12px;
 width: 40%;
 background-color: #fff;
}
.user-info .btn {
 margin-top: 30px;
 margin-bottom: 30px;
}
.user-info .btn button {
 border: 1px solid #8f8f8f;
 background: #7d7d7d;
 border-radius: 4px;
 background-color: #7d7d7d;
 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #b9b9b9), color-stop(0.5, #999999), color-stop(0.5, #8e8e8e), color-stop(1, #737373));
 background-image: -webkit-linear-gradient(top, #b9b9b9 0%, #999999 50%, #8e8e8e 50%, #737373 100%);
 background-image: linear-gradient(to bottom, #b9b9b9 0%, #999999 50%, #8e8e8e 50%, #737373 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f36732', endColorstr='#eb3a13');
 -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f36732', endColorstr='#eb3a13')";
 text-shadow: -1px -1px 0 #7c7c7c;
 color: #fff;
 text-decoration: none;
 padding: 9px 20px;
 font-weight: bold;
 display: inline-block;
 cursor: default;
 transition: background-color, color, 0.3s;
}
.user-info .btn button.inactive {
 opacity: 0.4;
}
.user-info .btn button.active {
 border: 1px solid #ed481e;
 background: #eb3b00;
 border-radius: 4px;
 background-color: #ef491b;
 background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f36732), color-stop(0.5, #f2602d), color-stop(0.5, #ef491b), color-stop(1, #eb3a13));
 background-image: -webkit-linear-gradient(top, #f36732 0%, #f2602d 50%, #ef491b 50%, #eb3a13 100%);
 background-image: linear-gradient(to bottom, #f36732 0%, #f2602d 50%, #ef491b 50%, #eb3a13 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f36732', endColorstr='#eb3a13');
 -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f36732', endColorstr='#eb3a13')";
 text-shadow: -1px -1px 0 #ec431a;
 cursor: pointer;
}
.user-info.comp .msg {
 margin-top: 40px;
 text-align: center;
 letter-spacing: 1px;
 width: 100%;
}
.user-info.comp .msg a {
 text-decoration: none;
}
.user-info.comp p.notice {
 margin-top: 80px;
 line-height: 1.8;
}
.note {
 margin-top: 20px;
 margin-bottom: 20px;
 text-align: left;
}
.msg {
 display: inline-block;
 color: #ff3c00;
 font-weight: normal;
}
.user-info.comp .msg a.download {
 color: #fff;
 border: none;
 border-radius: 8px;
 font-size: 130%;
 font-weight: bold;
 padding: 10px 22px;
 outline: none;
 cursor: pointer;
 background-color: #2E96BF;
 /* min-width: 250px; */
 display: inline-block;
 margin: 0 auto;
 transition: background-color, color, 0.3s;
}
.user-info.comp .msg a.download:hover {
 opacity: 0.7;
}
.msg-parent {
 display: none;
 width: 100%;
 margin-top: 3px;
 color: #ff3c00;
 margin-left: 10px;
}
.msg-parent.error {
 display: block !important;
}
.agree-area  {
 padding: 0;
}
.agree-area  h3 {
 font-size: 13px;
 font-weight: bold;
 margin-bottom: 2px;
 display: block;
 line-height: 1.2;
}
.privacy-box {
 width: 80%;
 max-width: 561px;
 height: 80px;
 border: solid 1px #B1B1B1;
 padding: 10px 14px;
 overflow-y: scroll;
 font-size: 12px;
 line-height: 1.5;
 /* background-color: #f8f8f8; */
}
.privacy-box::-webkit-scrollbar {
 width: 18px;
}
.privacy-box::-webkit-scrollbar-thumb {
 background: #ccc;
 /* border-radius: 9px; */
}
.privacy-box::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.privacy-box p {
 margin-bottom: 10px;
}
.agree-container {
 margin-top: 10px;
 display: flex;
 align-items: center;
}
.agree-container input {
 margin-right: 5px;
}
.submit-btn {
 margin-top: 10px;
 padding: 10px 20px;
 background-color: #007bff;
 color: #fff;
 border: none;
 cursor: pointer;
}
.submit-btn:disabled {
 background-color: #ccc;
 cursor: not-allowed;
}
@media (max-width: 580px) {
 html {
  min-width: auto;
 }
 body {
  min-width: auto;
  padding-bottom: 30px;
 }
 .container {
  width: 90%;
 }
 .pc-only {
  display: none;
 }
 .sp-only {
  display: block;
 }
 .select-wrap::before {
  font-size: 120%;
 }
 header {
  margin-bottom: 20px;
 }
 header .logo {
  padding-top: 10px;
  margin-bottom: 5px;
 }
 header .logo img {
  width: 100px;
 }
 .content-title {
  font-size: 150%;
  margin-bottom: 15px;
 }
 .content-title>span {
  padding-left: 15px;
  padding-bottom: 0;
 }
 .content-title>span>span {
  margin-top: 2px;
 }
 .user-info h2 {
  font-size: 150%;
 }
 .user-info form .form-area {
  padding: 10px 0;
 }
 .user-info form .form-area>div .input {
  font-size: 16px;
  width: 100%;
  box-sizing: border-box;
  padding: 5px;
  height: auto;
 }
 .user-info form .form-area>div select {
  width: 100%;
  padding: 5px;
  font-size: 16px;
 }
 .user-info .btn {
  margin-top: 30px;
 }
 .user-info .btn button {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
 }
 .user-info .btn button.back {
  margin-bottom: 10px;
 }
 .user-info .notes {
  margin-top: 15px;
  line-height: 1.2;
  margin-bottom: 20px;
 }
 .user-info.comp .msg {
  display: block;
  /* margin: 0; */
 }
 .user-info.comp .note {
  margin-top: 0;
 }
 .user-info.comp pnotice {
  margin-top: 60px;
 }
 .user-info.comp .msg a.download {
  display: block;
 }
 .agree-area  {
  padding: 10px 30px 10px 0;
 }
 .privacy-box {
  width: 100%;
  height: 50px;
 }
 footer {
  text-align: center;
  font-size: 85%;
 }
}