@charset "UTF-8";

a {
  color: #16aba7;
}

img {
  max-width: 100%;
}

.color-admin-blue {
  color: #16aba7;
}

.btn-primary {
  color: #fff;
  background-color: #36d7cf;
  border-color: #36d7cf;
}

.btn-primary:hover {
  background-color: #36d7cf;
  border-color: #36d7cf;
}

.right-pane {
  background-color: #ecf7f6;
}

.right-pane img {
  width: 80%;
}

.left-pane,
.right-pane {
  height: 85vh;
}

.seller-footer .row {
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  padding: 35px 20px;
}

.seller-footer p.subtitle {
  color: #707a83;
  font-weight: bold;
  margin-top: 10px;
}

.seller-footer p.copyright {
  color: #707a83;
  font-size: 11px;
  margin-top: 30px;
}

.admin-login-layout {
  border-bottom: 1px solid #f0f0f0;
}

img.seller-footer {
  width: 210px;
  max-width: 100%;
}

.img-link img {
  width: 200px;
  max-width: 100%;
}

.footer-right ul.link-list {
  margin: 0;
  list-style: none;
  font-size: 13px;
}

.footer-right ul.link-list li {
  margin: 0;
  margin-bottom: 7px;
}

.footer-right ul.link-list li a {
  color: #707a83;
}

.footer-right ul.link-list li a:hover {
  text-decoration: underline;
  color: #333333;
}

.footer-right .img-link {
  margin-right: 3rem;
  margin-left: 3rem;
}

/** seller/invite/check **/

a.btn.btn-info {
  color: #fff;
}

header.seller a {
  color: #535353;
}

header.seller a:hover {
  color: #338dc8;
}

.top-head {
  background: #fff;
  border-bottom: 1px solid #d6dce5;
  box-sizing: border-box;
  padding: 10px;
}

.top-head h1.logo-link {
  margin-bottom: 0;
}

.top-head .link3 {
  margin-top: 0;
}

.top-head .link3 div {
  margin: 0 14px;
}

.top-head .link3 .register-btn {
  box-sizing: border-box;
  padding-right: 30px;
  padding-left: 30px;
}

.seller-register-main {
  background: #eef5ff;
  padding-top: 77px;
  padding-bottom: 143px;
  position: relative;
}

.seller-register-main .background2 {
  background: #cbdcf0;
  width: 100%;
  height: 90px;
  position: absolute;
  bottom: 0;
}

.seller-register-main .mainInner {
  width: 1100px;
  max-width: 100%;
  margin: auto;
}

.seller-register-main .mainInner h2 {
  color: #002076;
  font-weight: bold;
  font-size: 35px;
  margin-bottom: 30px;
}

.seller-register-main .mainInner .left-main {
  width: 50%;
}

.seller-register-main .mainInner .mainIllust {
  position: absolute;
  right: 11%;
  width: 35%;
  bottom: 0;
}

.seller-register-main .mainInner .mainIllust img {
  width: auto;
  max-width: 100%;
}

.inner {
  width: 960px;
  margin: auto;
  max-width: 100%;
  padding: 77px 0;
}

main h3.bg-border {
  text-align: center;
  font-weight: bold;
  color: #002076;
  position: relative;
  margin-bottom: 50px;
  font-size: 33px;
}

main h3.bg-border span {
  background: #fff;
  z-index: 1;
  position: relative;
  box-sizing: border-box;
  padding: 0 50px;
}

main h3.bg-border::after {
  content: "";
  display: block;
  background: #002076;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

main.seller-bg-white {
  background: #fff;
}

.step-box::after {
  content: "\25BC";
  display: block;
  text-align: center;
  width: 100%;
  margin: 10px 0;
  font-size: 20px;
  color: #cbdcf0;
}

.bg-blue {
  background: #ecf7f6;
  box-sizing: border-box;
}

.register-area {
  padding: 100px 0;
}

.register-area h3 {
  text-align: center;
  font-weight: bold;
  font-size: 33px;
  color: #012076;
  margin-bottom: 30px;
}

.register-area p {
  text-align: center;
}

.register-area .form-headline p {
  text-align: left;
  margin-top: 35px;
}

.bg-white.form-box {
  box-sizing: border-box;
  padding: 20px;
  border-radius: 15px;
  margin-bottom: 50px;
}

.form-area.seller-register-form-box {
  padding: 0;
  width: 800px;
  margin: auto;
  max-width: 100%;
  padding-top: 40px;
}

table.register-form-table tr {
  padding: 0;
  margin: 0;
}

table.register-form-table th {
  padding: 23px 0;
  vertical-align: middle;
  position: static;
}

table.register-form-table th.v-top {
  vertical-align: top;
}

table.register-form-table td {
  padding: 23px 0;
  vertical-align: middle;
  position: static;
}

table.register-form-table span.req {
  background: #ff4500;
  color: #fff;
  font-weight: normal;
  box-sizing: border-box;
  padding: 3px;
  font-size: 11px;
  margin-right: 10px;
}

table.register-form-table .form-area label {
  margin: 0;
}

.kiyaku-box {
  width: 300px;
  background: #f8f8f8;
  text-align: center;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 18px 0;
  margin: 30px auto;
  max-width: 100%;
}

.kiyaku-box input#agreeTerms {
  display: inline-block;
  vertical-align: middle;
}

.kiyaku-box label {
  vertical-align: middle;
}

#btnSubmit {
  background: #25c6be;
  font-weight: bold;
  font-size: 15px;
  box-sizing: border-box;
  padding: 20px;
  width: 450px;
  margin: 50px auto;
  display: block;
  max-width: 100%;
  color: #fff;
}

.term-box {
  height: 350px;
  overflow-y: scroll;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
}

.term-box .inner {
  width: 91%;
}

section#flow {
  margin-top: 40px;
}

.step-box.imakoko {
  position: relative;
}

.step-box.imakoko img.imakoko-img {
  position: absolute;
  width: 100px;
  top: -22px;
  left: 20px;
  bottom: 0;
  right: 0;
}

.password-attention {
  font-size: 14px;
}

.invalid-message {
  font-size: 14px;
  color: #b90000;
  font-weight: bold;
}

.form-area input[type=number] {
  width: 100%;
  padding: 11px 12px;
  border: solid 1px #dce0e3;
  border-radius: 3px;
  font-size: 1rem;
}

.unit input[type=number] {
  font-size: 16px;
  width: 80%;
}

.gray-text-mini p {
  text-align: left;
  margin-top: 5px;
  font-size: 13px;
  color: #aaaaaa;
}

.form-headline h4 {
  font-weight: bold;
  color: #002076;
}

img.img-sample {
  width: 250px;
  height: 190px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 20px;
  max-width: 100%;
}

.text-center.profile-image-picker.red-border {
  width: 250px;
  max-width: 100%;
  height: 190px;
}

.icon-att {
  border: 2px solid #ffcc00;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 25px;
  background: #f7f6f2;
  margin-bottom: 30px;
}

.icon-att .d-flex {
  align-items: center;
  justify-content: space-around;
}

p.icon-important {
  margin-bottom: 0;
}

p.icon-important span {
  font-weight: bold;
  font-size: 24px;
  vertical-align: middle;
}

p.icon-important img {
  vertical-align: middle;
  margin-right: 10px;
}

p.att-text span.bold-red {
  font-weight: bold;
  color: #cc0000;
}

.register-area p.att-text {
  text-align: left;
  font-size: 14px;
  margin-bottom: 0;
}

span.gray-square {
  display: inline-block;
  width: 30px;
  height: 11px;
  background: #f6f6f6;
  border: 1px solid #d1d1d1;
  margin: 0 10px;
}

.prof-complete.d-flex {
  box-sizing: border-box;
  padding: 40px;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}

.prof-complete.d-flex .end-img {
  width: 40%;
}

.prof-complete.d-flex .end-text-area {
  width: 50%;
}

.register-area .end-text-area h3 {
  font-size: 25px;
}

.register-area .end-text-area p {
  text-align: left;
}

tr.bg-gray {
  background: #f6f6f6;
}

.color-text-blue:hover,
.color-text-blue:active,
.color-text-blue,
.color-blue {
  color: #3ec6be;
}

.left-sidebar .sidebar-toggle {
  background-color: #25c6be;
}

.mypage-top1 {
  background-image: url(/images/seller/seller-mv.png);
}

.btn-ucar-main {
  background-image: linear-gradient(to bottom, #25c6be, #16b1a7);
}

.seller-mypage h2 {
  color: #16aba7;
  font-weight: bold;
  margin-bottom: 30px;
}

.seller-mypage .main-content {
  background: #ecf7f6;
}

.seller-mypage .bg-blue.register-area {
  padding: 0;
  background: none;
}

.seller-mypage .inner {
  width: auto;
  padding-top: 0;
}

.admin_photos {
  justify-content: space-evenly;
}

.admin_photos > div {
  width: 30%;
}

.reset-attention {
  margin-top: 30px;
}

.register-area .reset-attention p {
  text-align: left;
  font-size: 15px;
}

.reset-box .btn-area {
  width: 80%;
  margin: auto;
}

.reset-box .btn-area a.btn.btn-info {
  background: #bcbcbc;
  border: 1px solid #bcbcbc;
}

.reset-box .btn-area button.btn.btn-primary {
  width: 50%;
  font-weight: bold;
}

p.message.message-success {
  background: #35d7cf;
  color: #fff;
  box-sizing: border-box;
  padding: 15px;
}

.back-btn a {
  text-decoration: underline;
  font-size: 20px;
}

.seller-fix-btn a {
  color: #fff;
}

.register-area p.message.message--negative {
  width: 100%;
  background: #E74C3C;
  color: #fff;
  font-size: 13px;
  box-sizing: border-box;
  padding: 10px;
}

.unit.number-2inputs {
  width: 30%;
}

div.alert-content {
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 10px;
  margin-bottom: 10px;
}

div.alert-content p.reason-content-title {
  font-weight: bold;
}

tr#danger {
  width: 100%;
}

@media screen and (max-width: 1000px) {
  .seller-register-main .mainInner {
    width: 90%;
  }

  .inner {
    width: 90%;
  }
}

@media screen and (max-width: 800px) {
  .seller-footer .row > div {
    flex-direction: column;
  }

  .step-box.imakoko img.imakoko-img {
    width: 80px;
  }
}

@media screen and (min-width: 769px) {
  .sp-img {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  p {
    font-size: 16px;
  }

  h5 {
    font-size: 19px;
    font-weight: bold;
  }

  .footer-right > div {
    flex-direction: column;
  }

  .left-pane {
    background: #ecf7f6;
  }

  .col-sm-8.offset-sm-2.sp-box {
    background: #fff;
    box-sizing: border-box;
    padding: 45px 0 10px;
    border-radius: 25px;
    box-shadow: 0px 0px 7px #e9e9e9;
    margin: 0 auto 70px;
    flex: 0 0 100%;
    max-width: 100%;
  }

  img.pc-img {
    display: none;
  }

  .top-head .link3 a {
    font-size: 13px;
  }

  .seller-register-main .mainInner .left-main {
    width: 100%;
  }

  .seller-register-main .mainInner .left-main p {
    font-size: 17px;
  }

  .register-area h3,
  main h3.bg-border {
    font-size: 23px;
  }

  table.register-form-table th,
  table.register-form-table td {
    display: block;
    width: 100%;
    padding: 0;
  }

  table.register-form-table th {
    padding: 20px 0;
  }

  table.register-form-table td {
    padding-bottom: 30px;
    border-top: none;
  }

  .form-area label {
    font-size: 15px;
    margin: 0;
  }

  .form-area input[type=text],
  .form-area input[type=tel],
  .form-area input[type=email],
  .form-area input[type=password] {
    font-size: 15px;
  }

  .term-box p {
    font-size: 14px;
    text-align: left;
  }

  .step-box.imakoko img.imakoko-img {
    width: 122px;
    top: -32px;
  }

  .register-area {
    padding: 50px 0;
  }

  .register-area .inner {
    padding-top: 30px;
  }

  .prof-complete.d-flex {
    display: flex;
    flex-direction: column;
  }

  .prof-complete.d-flex .end-text-area,
  .prof-complete.d-flex .end-img {
    width: 100%;
  }

  .prof-complete.d-flex .end-img {
    text-align: center;
    margin-bottom: 44px;
  }

  .mypage-top1 {
    background-image: url(/images/seller/bg1_sp.png);
    padding-top: 105%;
  }

  .tableResponsive {
    overflow-x: scroll;
    width: 100%;
  }

  .seller-mypage .main-content {
    background: #ecf7f6;
    border-radius: 0;
    padding: 8rem 1rem 3rem;
  }

  .seller-mypage .bg-white.form-box.reset-box {
    padding: 25px 10px;
    margin-bottom: 0;
  }

  .seller-mypage .reset-box .btn-area {
    width: 100%;
    flex-direction: column;
  }

  .seller-mypage .reset-box .btn-area button.btn.btn-primary {
    width: 100%;
    font-size: 14px;
  }

  .seller-mypage .reset-box .btn-area a.btn.btn-info {
    margin-top: 14px;
    font-size: 12px;
    padding: 0;
    display: block;
    line-height: 3;
  }

  .reset-box .form-area label {
    font-size: 14px;
    margin-bottom: 9px;
  }

  .register-area .reset-attention p {
    margin: 0;
    width: 100%;
    font-size: 11px;
  }

  .inner.seller-inner {
    padding-bottom: 0;
  }

  section.right-sidebar-edit {
    padding: 50px 0;
  }

  section.right-sidebar-edit .font-20 {
    font-size: 25px;
  }

  table.table.w-100.sp td {
    width: 40%;
  }

  table.table.w-100.sp th {
    width: 50%;
  }

  .progress-box {
    overflow: scroll;
  }

  .progress-box table.table {
    width: 666px;
  }

  .progress-box table.table tr > td:first-child {
    width: 10%;
  }

  .progress-box table.table tr > td:nth-child(2) {
    width: 15%;
  }

  .progress-box table.table tr > td:nth-child(3) {
    width: 25%;
  }

  .progress-box table.table tr > td:nth-child(4) {
    width: 20%;
  }

  .progress-box table.table tr > td:nth-child(5) {
    width: 20%;
  }

  .progress-box table.table tr > td:last-child {
    width: 10%;
  }

  .sp-progress-box.sp th {
    width: 30%;
  }

  tr.danger-text th,
  tr.danger-text td {
    color: #fa1200;
  }

  .photo-up.d-flex {
    flex-direction: column;
  }

  .photo-up.d-flex div#image {
    margin: 0;
  }

  .photo-down.d-flex {
    flex-direction: column;
  }

  table.register-form-table {
    width: 100%;
  }

  #image.photo3 {
    margin: 15px 0;
  }

  #image.photo4 {
    margin: 20px 0;
  }

  div#image.photo5 {
    margin: 20px 0;
  }

  .sp-progress-box.sp table.table {
    border-bottom: 1px dashed #dee2e6;
    margin-bottom: 30px;
  }

  .title-loop-table {
    font-size: 15px;
  }

  .title-loop-table span {
    color: #15aba7;
  }

  .sp-progress-box.sp a {
    width: 100%;
    box-sizing: border-box;
    padding-top: 9px;
    font-size: 14px;
  }

  .mypage-main-box {
    padding-bottom: 20px !important;
  }
}

@media screen and (max-width: 625px) {
  .top-head .link3 {
    display: none !important;
  }

  .top-head h1.logo-link img {
    width: 140px;
  }

  .seller-register-main {
    padding-top: 40px;
    padding-bottom: 110px;
  }

  .seller-register-main .mainInner h2 {
    font-size: 25px;
  }

  .seller-register-main .mainInner .left-main p {
    font-size: 15px;
  }

  .register-area {
    padding: 50px 0;
  }

  .inner {
    padding-bottom: 50px;
    padding-top: 50px;
  }

  .register-area p {
    text-align: left;
    width: 80%;
    margin: auto;
    font-size: 15px;
  }

  .register-area .gray-text-mini p {
    width: 100%;
    font-size: 13px;
    margin-top: 5px;
  }

  .term-box {
    height: 233px;
  }

  .term-box .inner h5 {
    font-size: 15px;
  }

  .register-area .term-box p {
    width: 100%;
    font-size: 13px;
    margin-bottom: 15px;
  }

  .register-area .form-headline p {
    margin-left: 0;
    margin-top: 20px;
  }

  .register-area .inner {
    padding-top: 15px;
  }

  .form-area.seller-register-form-box {
    padding-top: 15px;
  }

  .form-headline h4 {
    font-size: 21px;
  }

  .form-area .inline .half {
    width: 100%;
  }

  .text-center.profile-image-picker.red-border {
    width: 100%;
    height: auto;
  }

  .font-14.color-black.text-center {
    display: none;
  }

  button.btn.btn-sm.btn-default {
    margin-top: 0;
  }

  button.btn.btn-sm.btn-default {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
  }

  p.mt-3.mb-3.font-10.text-center.color-gray.sp {
    display: inline-block;
    vertical-align: middle;
  }

  .fs-btn-select {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }

  .d-flex.car-img-up {
    flex-direction: column;
    margin: 15px 0;
  }

  .d-flex.car-img-up img.img-sample {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }

  .icon-att .d-flex {
    flex-direction: column;
  }

  .icon-att .d-flex p.icon-important {
    text-align: center;
    margin-bottom: 20px;
  }

  .icon-att .d-flex > p {
    width: 90%;
  }

  .prof-complete.d-flex {
    padding: 30px 0px;
  }

  .register-area .end-text-area p {
    width: 100%;
  }

  .end-img img {
    width: 80%;
  }

  .admin_photos {
    flex-direction: column;
  }

  .admin_photos > div {
    width: 100%;
  }

  .admin_photos > div label {
    font-size: 17px;
  }

  .admin_photos > div .admin_photo_img {
    margin-bottom: 2rem;
  }

  .admin_photos > div img {
    width: 80%;
    margin: 20px 0;
  }

  .back-btn a {
    display: block;
    text-align: center;
    font-size: 16px;
  }

  .register-area p.message.message-success {
    width: 100%;
    font-size: 13px;
  }
}

@media screen and (max-width: 465px) {
  .unit.number-2inputs {
    width: 100%;
  }

  .col-sm-8.offset-sm-2.sp-box {
    margin-bottom: 0;
  }

  .footer-right ul.link-list {
    margin-top: 20px;
  }

  .footer-right ul.link-list li {
    margin: 0;
    margin-bottom: 17px;
    font-size: 14px;
  }

  .footer-right .img-link {
    margin: 5% 0 8%;
  }

  .footer-right .img-link .img-link img {
    width: 100%;
  }

  .text-center.footer-tel {
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 19px 0;
  }

  .text-center.footer-tel a span {
    color: #707a83;
    font-size: 1.8em;
  }

  .step-box.imakoko img.imakoko-img {
    width: 72px;
    top: -20px;
    left: 3%;
  }

  .register-area .form-headline p {
    width: 100%;
    font-size: 14px;
  }

  p.mt-3.mb-3.font-10.text-center.color-gray.sp {
    font-size: 12px;
  }

  button.btn.btn-sm.btn-default i.fa.fa-plus {
    font-size: 25px !important;
  }

  .icon-att .d-flex > p br {
    display: none;
  }

  table.register-form-table th {
    padding: 10px 0;
  }

  table.register-form-table td {
    padding-bottom: 10px;
  }

  table.register-form-table th,
  table.register-form-table td {
    font-size: 13px;
  }

  div#sp-tel-inline .d-flex {
    flex-direction: row;
  }
}

@media screen and (min-width: 1800px) {
  .seller-register-main .mainInner .mainIllust {
    width: 530px;
  }
}

