@charset "UTF-8";
/* ==================================================================================================================
// ▼ ダイアログ
================================================================================================================== */
#overlay {
  position: fixed;
  z-index: -100;
  top: -100px;
  left: 0;
  bottom: 0;
  right: 0;
  height: 125%;
  width: 100%;
  background: #000;
  opacity: 0;
  visibility: hidden;
  will-change: opacity; }

#overlay.visible {
  visibility: visible;
  opacity: 0.5;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  z-index: 100000; }

#verification-notify {
  font-family: "メイリオ","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Osaka",Arial,sans-serif;
  z-index: -100;
  position: fixed;
  background-color: #fff;
  visibility: hidden;
  position: fixed;
  width: calc(100% - 40px);
  left: 20px;
  top: 100px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5); }
  @media screen and (min-width: 554px) {
    #verification-notify {
      width: 450px;
      left: calc((100% - 450px) / 2);
      top: 250px; } }
  @media screen and (min-width: 769px) {
    #verification-notify {
      width: 600px;
      left: calc((100% - 600px) / 2);
      top: calc((100% - 400px) / 2); } }

#verification-notify.visible {
  visibility: visible;
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
  z-index: 100001;
  border: 5px solid #dfdfdf;
  border-radius: 8px;
  padding: 10px; }

#verification-notify .head {
  border-radius: 20px 20px 0 0;
  background-color: #ffffff;
  text-align: center; }

#verification-notify .head h2 {
  padding: 25px 20px 10px 20px;
  color: #303030;
  font-size: 22px;
  font-weight: bold;
  margin: 0; }

#verification-notify .inner-dialog {
  padding: 0 0 20px 0;
  font-size: 16px; }

#verification-notify .detail {
  margin: 0 15px 30px;
  text-align: justify; }

#verification-notify .detail p#w_message {
  font-size: 18px;
  line-height: 22px; }

#verification-notify .avatar-detail {
  margin: 0 15px 30px;
  display: flex;
  align-items: center;
  justify-content: center; }

#verification-notify .avatar-detail img {
  width: 60px;
  height: 60px;
  border-radius: 50%; }

#verification-notify .avatar-detail .message-area {
  margin: 0 0 0 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  min-height: 60px; }

#verification-notify .avatar-detail .message-area p {
  margin: 0; }

#verification-notify .avatar-detail .message-area .sender {
  margin: 0;
  display: flex;
  justify-content: flex-end; }

#verification-notify .avatar-detail .message-area .sender a {
  color: #0073c5;
  text-decoration: none;
  text-align: right;
  margin-right: 5px;
  cursor: pointer; }

#verification-notify .avatar-detail .message-area .sender a:hover {
  color: #f11d6e; }

#verification-notify .action {
  text-align: center;
  display: inline-block;
  width: 100%; }
  #verification-notify .action .btn {
    display: inline-block; }
    #verification-notify .action .btn a {
      background-color: #586b7a;
      color: #ffffff;
      padding: 5px 13px;
      border-radius: 15px;
      white-space: nowrap;
      float: left;
      min-width: 80px;
      margin: 0 5px;
      display: block;
      text-decoration: none;
      font-size: 15px; }
      @media screen and (min-width: 554px) {
        #verification-notify .action .btn a {
          padding: 5px 30px;
          min-width: 120px;
          margin: 0 15px; } }
      @media screen and (min-width: 769px) {
        #verification-notify .action .btn a {
          padding: 5px 30px;
          min-width: 120px;
          margin: 0 20px; } }
      #verification-notify .action .btn a:hover {
        background: #ffa000;
        color: #FFFFFF; }
    #verification-notify .action .btn .close_btn {
      background-color: #dddddd;
      color: #333333;
      position: relative;
      top: auto;
      right: auto;
      font-size: 15px;
      cursor: pointer; }

#verification-notify .action.center {
  justify-content: center; }

#verification-notify.w .action {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

#verification-notify .close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px; }

#verification-notify .close:hover {
  opacity: 0.7;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

#verification-notify .close::before,
#verification-notify .close::after {
  content: '';
  width: 22px;
  height: 4px;
  background-color: #666666;
  display: block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 12px;
  right: 3px; }

#verification-notify .close::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg); }

#verification-notify .inform {
  width: 100%;
  text-align: center;
  margin: 10px 0 0 0;
  display: inline-block; }

#verification-notify .inform .m_left {
  width: 70%;
  background-color: #dadada;
  padding: 5px 0 5px 0;
  float: left;
  margin-bottom: 2px; }

#verification-notify .inform .m_right {
  width: 30%;
  background-color: #eeeeee;
  font-weight: bold;
  padding: 5px 0 5px 0;
  float: left;
  margin-bottom: 2px; }

#verification-notify .inform .m_space {
  width: 100%;
  height: 10px;
  float: left; }

#w_inform {
  margin-top: 15px;
  color: #7e4c4c;
  padding: 10px 0;
  font-size: 15px;
  line-height: 18px;
  border-top: 1px dashed #e1e1e1;
  border-bottom: 1px dashed #e1e1e1; }

/* --------------------------------------------------------------- */
/* WordPress ページ 利用 */
/* --------------------------------------------------------------- */
.wp_info_area {
  width: 100%;
  display: inline-block; }
  .wp_info_area .avatar {
    float: left;
    margin-right: 10px; }
    .wp_info_area .avatar img {
      width: 100%; }
  .wp_info_area .info {
    display: inline-block;
    float: left; }
    .wp_info_area .info .title {
      width: 100%;
      background-color: #666666;
      color: #ffffff;
      text-align: center; }
    .wp_info_area .info .detail {
      width: 100%;
      text-align: left;
      word-break: break-all; }
    .wp_info_area .info .message {
      width: 100%;
      text-align: center;
      font-weight: bold;
      color: #660000; }

.bbs-block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }
  @media screen and (max-width: 299px) {
    .bbs-block {
      flex-direction: column; } }
  .bbs-block .btn {
    display: block;
    width: 70px;
    height: 70px;
    background-size: 100% 100%;
    margin: 0;
    cursor: pointer; }
    @media screen and (max-width: 299px) {
      .bbs-block .btn {
        margin-top: 10px; }
        .bbs-block .btn:first-child {
          margin-top: 0; } }
    .bbs-block .btn:hover {
      opacity: 0.7; }
  .bbs-block .btn-bbs {
    background-image: url(images/btn_bbs.png); }
  .bbs-block .btn-talk {
    background-image: url(images/btn_talk.png); }
  .bbs-block .btn-bbs, .bbs-block .btn-talk {
    position: relative;
    font-family: "メイリオ","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Osaka",Arial,sans-serif; }
    .bbs-block .btn-bbs .active, .bbs-block .btn-talk .active {
      position: absolute;
      display: none;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: center;
      right: -6px;
      top: -6px;
      padding: 3px;
      background-color: #f9136c;
      text-align: center;
      border-radius: 4px;
      border: 1px solid #ffbfd8;
      z-index: 1; }
      .bbs-block .btn-bbs .active span, .bbs-block .btn-talk .active span {
        display: block;
        color: #ffffff !important;
        font-size: 14px;
        font-weight: bold;
        line-height: 14px;
        padding: 0 1px; }
  .bbs-block .inactive {
    opacity: 0.5;
    cursor: default;
    pointer-events: none; }
    .bbs-block .inactive:hover {
      opacity: 0.5; }

.wp_btn_area {
  font-family: "メイリオ","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Osaka",Arial,sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 3px 0;
  /*
    .wp_btn {
      float: left;
      position: relative;
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: space-evenly;
      flex-direction: row;
      margin: 0 5px 5px 0;
      padding: 10px 10px;
      background-color: #907b1f;
      font-size: 16px;
      text-decoration: none !important;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      text-align: center;
      cursor: pointer;
      border-radius: 5px;
      width: 124px;
      box-sizing: initial;
  
      .icon {
        color: #ffffff;
        font-size: 20px;
        display: flex;
      }
      .txt {
        line-height: 16px;
        padding-top: 1px;
        color: #ffffff;
      }
      .active {
        position: absolute;
        display: none;
        flex-wrap: nowrap;
        justify-content: space-evenly;
        width: 38px;
        height: 24px;
        right: -15px;
        top: -8px;
        background-color: #f9136c;
        text-align: center;
        border-radius: 10px;
        border: 1px solid #ffbfd8;
  
        span {
          display: block;
          line-height: 25px;
          color: #ffffff;
          font-size: 14px;
          font-weight: bold;
        }
      }
      img {
        width: 20px;
      }
  
      &:hover {
        background-color: #e8c21c;
      }
    }
    .wp_btn_inactive {
      float: left;
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: space-evenly;
      flex-direction: row;
      position: relative;
      margin: 0 5px 5px 0;
      padding: 10px 10px;
      background-color: #907b1f;
      font-size: 16px;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      text-align: center;
      cursor: default;
      border-radius: 5px;
      width: 124px;
      box-sizing: initial;
  
      .icon {
        color: #c5ae6a;
        font-size: 20px;
        display: flex;
      }
      .txt {
        line-height: 16px;
        padding-top: 1px;
        color: #c5ae6a;
      }
  
      img {
        width: 20px;
      }
    }
  */ }
  .wp_btn_area .wp_btn {
    width: 146px;
    height: 41px;
    margin: 0 5px 5px 0;
    cursor: pointer; }
    .wp_btn_area .wp_btn.avatar_edit {
      background-image: url(images/btn_avatar_edit.png);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain; }
      .wp_btn_area .wp_btn.avatar_edit:hover {
        background-image: url(images/btn_avatar_edit_hover.png); }
      .wp_btn_area .wp_btn.avatar_edit.disabled {
        background-image: url(images/btn_avatar_edit_disable.png);
        cursor: default;
        pointer-events: none; }
    .wp_btn_area .wp_btn.item_regist {
      background-image: url(images/btn_item_regist.png);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain; }
      .wp_btn_area .wp_btn.item_regist:hover {
        background-image: url(images/btn_item_regist_hover.png); }
      .wp_btn_area .wp_btn.item_regist.disabled {
        background-image: url(images/btn_item_regist_disable.png);
        cursor: default;
        pointer-events: none; }
    .wp_btn_area .wp_btn.bbs_setting {
      background-image: url(images/btn_bbs_setting.png);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain; }
      .wp_btn_area .wp_btn.bbs_setting:hover {
        background-image: url(images/btn_bbs_setting_hover.png); }
      .wp_btn_area .wp_btn.bbs_setting.disabled {
        background-image: url(images/btn_bbs_setting_disable.png);
        cursor: default;
        pointer-events: none; }
    .wp_btn_area .wp_btn.line_send {
      background-image: url(images/btn_line_send.png);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain; }
      .wp_btn_area .wp_btn.line_send:hover {
        background-image: url(images/btn_line_send_hover.png); }
      .wp_btn_area .wp_btn.line_send.disabled {
        background-image: url(images/btn_line_send_disable.png);
        cursor: default;
        pointer-events: none; }
  .wp_btn_area .wp_btn_chat, .wp_btn_area .wp_btn_talk {
    float: left;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: row;
    margin: 0 1px 5px 1px;
    padding: 10px 0;
    /*background-color: #907b1f;*/
    background-color: ghostwhite;
    border: 1px solid lightgray;
    font-size: 16px;
    text-decoration: none !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    width: 124px;
    box-sizing: initial; }
    .wp_btn_area .wp_btn_chat .icon, .wp_btn_area .wp_btn_talk .icon {
      /*color: #ffffff;*/
      color: #1955a6;
      font-size: 20px; }
    .wp_btn_area .wp_btn_chat .txt, .wp_btn_area .wp_btn_talk .txt {
      line-height: 16px;
      padding-top: 1px;
      /*color: #ffffff;*/
      color: #555; }
    .wp_btn_area .wp_btn_chat .active, .wp_btn_area .wp_btn_talk .active {
      position: absolute;
      display: none;
      flex-wrap: nowrap;
      justify-content: space-evenly;
      width: 38px;
      height: 24px;
      right: -15px;
      top: -8px;
      background-color: #f9136c;
      text-align: center;
      border-radius: 10px;
      border: 1px solid #ffbfd8;
      z-index: 1; }
      .wp_btn_area .wp_btn_chat .active span, .wp_btn_area .wp_btn_talk .active span {
        display: block;
        line-height: 25px;
        color: #ffffff !important;
        font-size: 14px;
        font-weight: bold; }
    .wp_btn_area .wp_btn_chat:hover, .wp_btn_area .wp_btn_talk:hover {
      /*background-color: #e8c21c;*/
      background-color: lightsteelblue !important;
      color: #fff !important; }
  .wp_btn_area .wp_btn_chat {
    background-image: url(images/stop.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px; }
  .wp_btn_area .wp_btn_chat_inactive {
    float: left;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: row;
    margin: 0 5px 5px 0;
    padding: 10px 0;
    font-size: 16px;
    text-decoration: none !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    width: 124px;
    box-sizing: initial;
    pointer-events: none; }
    .wp_btn_area .wp_btn_chat_inactive .icon {
      /*color: #c5ae6a;*/
      color: lightgray;
      font-size: 20px; }
    .wp_btn_area .wp_btn_chat_inactive .txt {
      line-height: 16px;
      padding-top: 1px;
      /*color: #c5ae6a;*/
      color: lightgray; }
    .wp_btn_area .wp_btn_chat_inactive .active {
      position: absolute;
      display: none;
      flex-wrap: nowrap;
      justify-content: space-evenly;
      width: 38px;
      height: 24px;
      right: -15px;
      top: -8px;
      background-color: #f9136c;
      text-align: center;
      border-radius: 10px;
      border: 1px solid #ffbfd8;
      z-index: 1; }
      .wp_btn_area .wp_btn_chat_inactive .active span {
        display: block;
        line-height: 25px;
        color: #ffffff;
        font-size: 14px;
        font-weight: bold; }
  @media screen and (min-width: 375px) and (max-width: 560px) {
    .wp_btn_area .wp_btn_chat, .wp_btn_area .wp_btn_talk {
      width: 80px; }
      .wp_btn_area .wp_btn_chat .icon, .wp_btn_area .wp_btn_talk .icon {
        display: none; }
    .wp_btn_area .wp_btn_chat_inactive {
      width: 80px; }
      .wp_btn_area .wp_btn_chat_inactive .icon {
        display: none; } }
  .wp_btn_area .wp_btn_talk_inactive {
    pointer-events: none; }
    .wp_btn_area .wp_btn_talk_inactive .icon {
      /*color: #c5ae6a;*/
      color: lightgray;
      font-size: 20px; }
    .wp_btn_area .wp_btn_talk_inactive .txt {
      line-height: 16px;
      padding-top: 1px;
      /*color: #c5ae6a;*/
      color: lightgray; }

.wp_message_dialog {
  max-width: 100%;
  min-height: 200px;
  background-color: #ffffff; }

.wp_message_dialog .message_area {
  text-align: center;
  width: 100%;
  font-size: 20px;
  padding: 50px 10px; }

/*# sourceMappingURL=avatar_wp.css.map */
