@charset "utf-8";

/*____________________________________________________________________________

SITE TITLE:  BOEM - assets
TITLE: PC 簡易ワンコ

(1) common

UPDATED:2022.11
____________________________________________________________________________*/

/*----------------------------------------------------------------------------
  (1) common
----------------------------------------------------------------------------*/
#mypage_right_contents {
  width: 775px;
  margin: 40px auto 0;
}
#mypage_right_contents h2 {
  font-size: 20px;
  margin-bottom: 12px;
  border-bottom: none;
}
#mypage_right_contents input, #mypage_right_contents select {
  font-size: 13px;
  margin-bottom: 5px;
  padding: 5px;
}

#modal-center-complete .mailAuth-titleicon .svg-circle-bg {
  background: #00e676;
}

.wancoChat_inquiry .wancoChat_head_inquiryCategory {
  line-height: 24px;
}

#mfa_auth .fk-input-container input:focus {
	border-color: #0a0a0a !important;
}


/* OTRSの廃止 モール #106234 */
.wancoChat_inquiry .wancoChat_head{
  position:relative;
}
.wancoChat_inquiry #btnReturnModal{
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 5px 10px;
  background: #fff;
}

.fromMall #header_top,
.fromMall #footer_ver4,
.fromMall .recaptcha-privacy-policy{
  display: none;
}

.return_shop{
  padding: 0 10%;
}
.return_shop a{
  display: block;
  border: 1px solid #ccc;
  padding: 15px 30px;
  border-radius: 4px;
  font-weight: 700;
  color: #424242;
  text-align: center;
  text-decoration: none;
}
.return_shop a:hover{
  opacity: .8;
}
.return_shop a:nth-child(1){
  margin-bottom: 20px;
}