@charset "UTF-8";
/*** THEME ***/
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}
@font-face {
  font-family: "FuturaHeavyBT"; /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url("/common/css/fonts/FuturaHeavyBT.ttf");
}
* {
  margin: 0;
  padding: 0;
}

/* content */
#contents {
  width: 100%;
}
#contents .sub_imgarea .m_c {
  width: 100%;
  max-width: 114.2857142857rem;
  padding: 3%;
  padding-bottom: 0;
  box-sizing: border-box;
  margin: 0 auto;
}
#contents .sub-contents {
  width: 100%;
  max-width: 114.2857142857rem;
  padding: 3%;
  margin: 0 auto;
  box-sizing: border-box;
}
#contents .h1_ttl {
  font-size: 2.5714285714rem;
  margin-bottom: 1.0714285714rem;
  color: #ff1e23;
}
@media only screen and (max-width: 736px) {
  #contents .h1_ttl {
    font-size: 1.4285714286rem;
    margin-bottom: 0.7142857143rem;
  }
}

/* common */
.page_link {
  padding: 0.5714285714rem 0;
  box-sizing: border-box;
  background-color: #323232;
  border-radius: 0.3571428571rem;
  color: #fff;
  background-image: url("img/arrow_white.svg");
  background-repeat: no-repeat;
  background-position: right 0.8571428571rem center;
  background-size: auto 1.0714285714rem;
  text-decoration: none;
  transition: 0.3s;
  text-align: center;
  width: 19.2857142857rem;
  display: block;
  margin: 0 auto 1.4285714286rem;
}
.page_link:hover {
  color: #fff;
  opacity: 0.8;
}

/* form */
#form_area {
  width: 100%;
  max-width: 50rem;
  margin: 2.1428571429rem auto;
  background-color: #f2f2f2;
  border-radius: 2.1428571429rem;
  padding: 3.5714285714rem 3%;
  box-sizing: border-box;
  position: relative;
  /* checkbox */
  /*password*/
  /*radio*/
  /*data upload*/
  /* login */
  /*done*/
}
@media only screen and (max-width: 736px) {
  #form_area {
    padding: 2.1428571429rem 5%;
    margin: 0 auto;
  }
}
#form_area .form_help {
  position: absolute;
  right: 1.1428571429rem;
  top: 1.1428571429rem;
}
#form_area h1 {
  text-align: center;
  font-size: 1.8571428571rem;
  margin-bottom: 1.4285714286rem;
}
@media only screen and (max-width: 736px) {
  #form_area h1 {
    font-size: 1.4285714286rem;
  }
}
#form_area h2 {
  text-align: center;
  font-size: 1.2857142857rem;
  margin-bottom: 1.4285714286rem;
}
#form_area form {
  width: 100%;
  margin: 0 auto 1.4285714286rem;
  -webkit-appearance: none;
  box-sizing: border-box;
}
#form_area .set_form_top {
  border-bottom: 2px dotted #ccc;
  padding-bottom: 1.4285714286rem;
  margin-bottom: 3.5714285714rem;
}
#form_area .form_item {
  margin: 0 auto 2.1428571429rem;
  width: 100%;
}
#form_area .form_item p {
  font-size: 1.1428571429rem;
  margin: 0 0 0.3571428571rem 0;
  width: 100%;
}
#form_area .form_item p.required:after {
  content: "【必須】";
  color: #ff0000;
  font-size: 0.8571428571rem;
}
#form_area p.attention {
  font-size: 0.9285714286rem;
}
#form_area .red_attention {
  color: #ff0000;
  line-height: 1.4em;
  font-size: 0.8571428571rem;
  margin-top: 2.1428571429rem;
  margin-bottom: 2.1428571429rem;
  text-align: center;
}
#form_area input,
#form_area textarea,
#form_area select {
  padding: 0.7142857143rem;
  font-size: 1rem;
  width: 100%;
  border: 2px solid #999;
  border-radius: 0.3571428571rem;
  box-sizing: border-box;
  font-family: inherit;
}
#form_area textarea {
  height: 180px;
}
#form_area .button {
  background-color: #000;
  border-radius: 2.1428571429rem;
  padding: 1.0714285714rem 0.7142857143rem;
  text-align: center;
  color: #fff;
  width: 80%;
  display: block;
  max-width: 17.8571428571rem;
  text-decoration: none;
  font-weight: bold;
  margin: 2.8571428571rem auto 0;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 1.1428571429rem;
  letter-spacing: 0.05em;
  caret-color: transparent;
}
#form_area .submit_button {
  opacity: 0.3;
  transition: 0.3s;
  cursor: not-allowed;
}
#form_area .submit_active {
  opacity: 1;
  cursor: pointer;
}
#form_area .check_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#form_area .check_label {
  display: flex;
  align-items: center;
  width: 48%;
  margin-top: 0.7142857143rem;
  cursor: pointer;
}
#form_area .checkbox {
  display: none;
}
#form_area .checkbox:checked + .check_btn {
  background: #333;
  border: 2px solid #333;
  background-image: url("img/checked.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
#form_area .check_btn {
  position: relative;
  top: -1px;
  left: 0;
  display: block;
  box-sizing: border-box;
  width: 15px;
  height: 15px;
  min-width: 15px;
  border: 2px solid #999;
  background: #fff;
  border-radius: 4px;
  transition: background 0.3s;
}
#form_area .checkText {
  margin-left: 0.7142857143rem;
  font-size: 1rem;
}
#form_area .type_pass {
  position: relative;
}
#form_area .type_pass input[type=password] {
  padding-right: 2.1428571429rem;
}
#form_area .type_pass #btn_passview,
#form_area .type_pass #btn_passview2 {
  position: absolute;
  width: 1.4285714286rem;
  height: 1.4285714286rem;
  right: 0.7142857143rem;
  bottom: 0.7857142857rem;
  margin-top: -0.7142857143rem;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.7142857143rem;
  background-image: url("img/eye.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.1428571429rem auto;
}
#form_area .type_pass .pass_visible:before {
  content: "";
  position: absolute;
  left: 0.1428571429rem;
  top: 0.6428571429rem;
  width: 1.1428571429rem;
  height: 0.1428571429rem;
  background-color: #333;
  transform: rotate(45deg);
}
#form_area .type_pass .pass_hidden:before {
  display: none;
}
#form_area .radio-label {
  display: inline-block;
  margin-bottom: 0.5714285714rem;
}
#form_area input[type=radio] {
  display: none;
}
#form_area #seller + span {
  color: #ccc;
}
#form_area #seller + span::before {
  border: 0.1428571429rem solid #ccc;
}
#form_area input[type=radio] + span {
  position: relative;
  padding-left: 1.7857142857rem;
  margin-right: 1.4285714286rem;
  font-size: 1rem;
}
#form_area input[type=radio] + span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.1428571429rem;
  width: 1.1428571429rem;
  height: 1.1428571429rem;
  border-radius: 50%;
  border: 2px solid #999;
}
#form_area input[type=radio] + span::after {
  content: "";
  position: absolute;
  left: 0.3571428571rem;
  top: 0.5rem;
  width: 0.7142857143rem;
  height: 0.7142857143rem;
  border-radius: 50%;
  background-color: #333;
  transform: scale(0);
}
#form_area input[type=radio]:checked + span::before {
  border: 2px solid #333;
}
#form_area input[type=radio]:checked + span::after {
  transform: scale(1);
  transition: 0.3s;
}
#form_area #inputFile {
  border: 2px dashed #999;
  padding: 8% 5%;
  border-radius: 0.3571428571rem;
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
}
#form_area #inputFile #uploadFile {
  display: none;
}
#form_area #inputFile #up_check {
  text-align: center;
  font-size: 1.1428571429rem;
  margin-top: 1.4285714286rem;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 0.7142857143rem;
}
#form_area #inputFile #btnInputFile {
  width: 16.4285714286rem;
  margin: 0.7142857143rem auto 0;
  background: #ff1e23;
  height: 3.2857142857rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
#form_area #inputFile #btnInputFile:hover {
  background: #bf4900;
  cursor: pointer;
}
#form_area #inputFile #btnInputFile span {
  font-size: 1rem;
  color: #fff;
}
#form_area #inputFile #dropArea {
  text-align: center;
  font-size: 1.0714285714rem;
  line-height: 2;
}
#form_area .upload_btn {
  width: 25.7142857143rem;
  height: 3.5714285714rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1.4285714286rem auto;
  background: #555;
  color: #fff;
  font-size: 1.0714285714rem;
  border-radius: 1.7857142857rem;
  border: none;
  cursor: pointer;
  transition: 0.3s;
}
#form_area .upload_btn:hover {
  background: #333;
}
@media screen and (max-width: 736px) {
  #form_area .upload_btn {
    width: 80%;
  }
}
#form_area .select {
  padding: 0.7142857143rem;
  font-size: 1rem;
  border: 2px solid #000;
  border-radius: 0.3571428571rem;
  box-sizing: border-box;
  margin-bottom: 0.7142857143rem;
}
#form_area .link_button {
  text-align: center;
  width: 100%;
  max-width: 25rem;
  margin: 0 auto;
}
#form_area .link_button .button {
  background-color: #000;
  border-radius: 2.1428571429rem;
  padding: 0.7142857143rem;
  text-align: center;
  color: #fff;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
  display: block;
  font-weight: bold;
  margin: 0.7142857143rem auto;
  box-sizing: border-box;
  font-size: 1.1428571429rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
#form_area .link_button a {
  background-color: #000;
  border-radius: 2.1428571429rem;
  padding: 0.7142857143rem;
  text-align: center;
  color: #fff;
  width: 100%;
  max-width: 100%;
  text-decoration: none;
  display: block;
  font-weight: bold;
  margin: 1.0714285714rem auto;
  box-sizing: border-box;
  font-size: 1.1428571429rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
#form_area .login_text {
  padding-top: 3.5714285714rem;
  border-top: 2px dotted #ccc;
}
#form_area .login_text p {
  margin-bottom: 0.7142857143rem;
}
#form_area .login_text .page_link {
  display: block;
  text-align: center;
}
#form_area .login_text ol {
  padding-left: 1.0714285714rem;
}
#form_area .login_text ol li {
  margin-bottom: 0.7142857143rem;
}
#form_area p.your_id {
  margin-top: 2.1428571429rem;
  font-size: 1.1428571429rem;
}
#form_area .account {
  margin-bottom: 3.5714285714rem;
  background-color: #fff;
  padding: 0.3571428571rem 0.7142857143rem;
  border-radius: 0.3571428571rem;
}
#form_area .account p {
  font-size: 1rem;
}

.user_info .info {
  margin-bottom: 3.5714285714rem;
}
.user_info .first_dl {
  border-top: 0.1428571429rem dotted #ccc;
}
.user_info dl {
  display: flex;
  padding: 1.4285714286rem 0;
  border-bottom: 0.1428571429rem dotted #ccc;
  margin: 0;
}
@media screen and (max-width: 736px) {
  .user_info dl {
    flex-direction: column;
  }
}
.user_info dl dt {
  width: 35%;
  font-size: 1.1428571429rem;
}
@media screen and (max-width: 736px) {
  .user_info dl dt {
    width: 100%;
  }
}
.user_info dl dd {
  width: 60%;
  font-size: 1rem;
  margin-left: 0;
}
.user_info dl dd span {
  font-size: 1rem;
}
@media screen and (max-width: 736px) {
  .user_info dl dd {
    width: 100%;
  }
}

/* 個人情報保護方針 */
.p_policy {
  height: 14.2857142857rem;
  overflow-y: auto;
  border: 2px solid #999;
  background-color: #fff;
  padding: 0.3571428571rem;
  border-radius: 0.3571428571rem;
}
.p_policy p {
  font-size: 1rem !important;
  line-height: 1.5;
}
.p_policy ul.list-disc {
  list-style-type: disc;
  padding-left: 1.4285714286rem;
  font-size: 1rem;
}

#uploading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(242, 242, 242, 0.6);
  z-index: 500;
}
#uploading::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.8571428571rem;
  height: 2.8571428571rem;
  margin-left: -1.4285714286rem;
  margin-top: -1.4285714286rem;
  border-radius: 50%;
  box-sizing: border-box;
  border: 0.2857142857rem solid #ea8892;
  border-right-color: #ce1225;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}