@charset "utf-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* https://cloudcasting.jp//profile/●● modal
   https://cloudcasting.jp//profile/●●/skill modal
   https://cloudcasting.jp//profile/●●/photo modal
   https://cloudcasting.jp//profile/●●/limited modal
   https://cloudcasting.jp/client/home/search-top/ modal
   https://cloudcasting.jp/client/home/search/ modal */

.pubprof-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  transition-property: opacity, pointer-events;
  z-index: 100; }
  .pubprof-modal.closed {
    opacity: 0;
    pointer-events: none; }
  .pubprof-modal__close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: #ccc;
    font-size: 1.25rem; }
  .pubprof-modal__catch {
    margin-bottom: 1rem;
    color: #333;
    font-size: 1rem; }
  .pubprof-modal__signup {
    margin: 1.75rem 0 0;
    padding: 30px 0;
    background-color: #f7f7f7;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .pubprof-modal__contents {
    margin: auto; }
    .pubprof-modal__contents-tr {
      display: flex;
      justify-content: space-between;
      width: 100%;}
    .pubprof-modal__list {
      margin-top: 16px;
      padding: 5px 16px;
      font-size: 12px;
      line-height: 1.33;
      color: #51b8b9;
      text-align: center; }
      .pubprof-modal__list.btn {
        width: 180px;
        height: 28px;
        background-color: #e6e6e6;
        font-family: HiraKakuProN-W6;
        font-size: 14px;
        color: #333;
        pointer-events: none;
        font-weight: bold;
        border-radius: 14.4px;
        margin: 12px 20px;}
        .pubprof-modal__list.btn.box1 {
          margin-left: -15px;}
        .pubprof-modal__list.btn.box4 {
          margin-right: -27px;}
  .pubprof-modal__list-text {
    width: 140px;
    height: 21px;
    background-color: #e6e6e6;
    font-family: HiraKakuProN-W6;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    border-radius: 14.4px;
    margin: 12px 20px;
    color: #333; }

.modal-before-login {
  background-color: white;
  padding: 40px 0 0;
  text-align: center;
  font-size: 16px; }
  .modal-before-login .pubprof-modal__bnr {
    width: 260px;
    margin: 0 auto;
    height: 60px;
    background-color: #51b8b9;
    border-radius: 30px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
    font-family: HiraKakuProN-W6;
    text-decoration: none; }
    .modal-before-login .pubprof-modal__bnr:hover {
      color: #fff;
      opacity: .8; }
  .modal-before-login .pubprof-modal__catch {
      margin-bottom: 13px;
      color: #333;
      font-size: 24px;
      margin-top: 10px;
      font-family: HiraKakuProN-W6;
      text-align: center;
      font-weight: bold; }
  .modal-before-login .pubprof-modal__text {
      margin-bottom: 20px;
      font-size: 16px;
      text-align: center;
      font-family: HiraKakuProN-W6;
      color: #333;
      font-weight: bold; }
  .modal-before-login .text-login {
      margin-top: 24px;
      text-align: center;
      font-size: 12px; }
  .modal-before-login .text-login a {
      color: #51b8b9;
      text-decoration: underline; }
@media screen and (max-width: 1400px) {
  .modal-content {
    width: 75% !important;}
}
@media screen and (max-width: 1024px) {
  .modal-content {
    width: 95% !important;}
  .pubprof-modal__list {
    margin: 12px 6px !important;
    font-size: 10px; }
}

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

}

@media screen and (max-width: 768px) {
  .pc {display: none !important; }
  .modal-content {
    max-height: unset !important;}
  .pubprof-modal {
    overflow: visible;
    background-color: transparent; }

  .modal-before-login {
    padding: 60px 0 0;
    margin-bottom: 16px;
    font-size: 12px;
    text-align: center;
    line-height: 120%; }
  .modal-before-login .pubprof-modal__catch {
    margin-bottom: 16px;
    color: #333;
    font-size: 18px;
    font-family: HiraKakuProN-W6;
    margin-top: 0;
    text-align: center; }
    .pubprof-modal__list { 
      border-radius: 18px;
      margin: 0 6px !important;}
    .pubprof-modal__bnr {
      font-size: 20px !important;}
  .modal-before-login .pubprof-modal__text {
    margin-bottom: 16px;
    font-size: 13px;
    font-family: HiraKakuProN-W6;}
  .modal-before-login .text-login {
    padding: 0;
    text-align: center;
    font-size: 12px; }
  .pubprof-modal__signup {
    margin-bottom: 8px; }
  .modal-before-login .pubprof-modal__close {
    top:11px;
    right:11px; }
  .modal-before-login .text-login {
    margin: 35px 0 20px; }

}
