@charset "utf-8";
/*____________________________________________________________________________

SITE TITLE:https://mall-inquiry.ryl.co.jp/
TITLE:PC

(1) common
(2) header
(3) footer
(4) login
(5) return
(6) other

UPDATED:2026.3
____________________________________________________________________________*/

/*----------------------------------------------------------------------------
  (1) common
----------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------
  (2) header
----------------------------------------------------------------------------*/
#nav_container_common {
  background: #009596;
  color: #fff;
  height: auto;
  border: none;
  /* padding: 0 0 20px; */
}
#nav_container_common .innerWrap {
  height: auto;
}
#nav_container_common h1.mallHeader {
  width: auto;
  float: none;
  margin: auto;
  flex-direction: column;
}
.mallHeader-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.mallHeader-logo,
.mallHeader-wrapper p {
  margin: 0 0.8%;
}
.mallHeader-logo {
  width: 600px;
}
.mallHeader-wrapper p {
  font-size: 14px;
}
.header_sub {
  background: #efefef;
  color: #333;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}

/*----------------------------------------------------------------------------
  (3) footer
----------------------------------------------------------------------------*/
.footer {
  border: none;
}


/*----------------------------------------------------------------------------
  (4) login
----------------------------------------------------------------------------*/
.loginPage #users {
  margin-top: 30px;
}
.loginPage .registered_users button#login_btn,
.loginPage .new_users .lc-btn {
  height: auto;
  border-radius: 4px;
  padding: 18px 0;
}
.loginPage .registered_users,
.loginPage #login.isLogin .registered_users,
.loginPage .new_users {
  width: 500px;
  height: 100%;
}
.loginPage .registered_users,
.loginPage #login.isLogin .registered_users {
  margin: 0;
}
#login_btn {
  background: #029697;
}

.loginPage .new_users {
  margin: 0;
}
.loginPage #users .new_users p {
  color: #000;
  text-align: left;
  margin-bottom: 1em;
}
.loginPage #users .info_to_include {
  list-style: auto;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  margin: 0 2em 1em 2em;
}
.loginPage .new_users .lc-btn {
  background: #000;
  color: #fff;
  font-size: 18px;
  line-height: inherit;
}
.loginPage .new_users .lc-btn:hover {
  opacity: 0.8;
}

.receiptLink {
  background: #f5f5f5;
  margin: 60px 0;
  padding: 40px;
}
.receiptLink h3 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px;
}
.receipt_wrapper {
  display: flex;
  align-items: center;
}
.receipt_main {
  width: 70%;
}
.receipt-zoom_wrapper {
  width: 30%;
  margin-left: 30px;
}
.receipt-zoom:first-child {
  margin-bottom: 40px;
}
.receipt-zoom h4 {
  font-size: 14px;
  margin-bottom: 10px;
}
.receipt-zoom .circle_1,
.receipt-zoom .circle_2 {
  color: #fff;
  position: relative;
  font-weight: bold;
  margin: 0 20px 0 14px;
}
.receipt-zoom .circle_1:after,
.receipt-zoom .circle_2:after {
  background: #333;
  position: absolute;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  top: 50%;
  right: 50%;
  border-radius: 50%;
  transform: translate(50%, -50%);
}
.receipt-zoom .circle_1:after {
  content: '1';
}
.receipt-zoom .circle_2:after {
  content: '2';
}


/*----------------------------------------------------------------------------
  (5) return
----------------------------------------------------------------------------*/
.mypage #mypage_right_contents {
  width: 775px;
  float: none;
  margin: auto;
}
.mypage #mypage_right_contents h2 {
  font-family: 'Lato', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'arial', 'helvetica', sans-serif, clean;
}

.mypage #mypage_right_contents h2.ttl_return .return_info {
  position: relative;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  width: 20px;
  height: 30px;
  cursor: pointer;
}
.mypage .return_info:after {
  content: '';
  position: absolute;
  background: #000;
  top: -1px;
  right: 50%;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  transform: translateX(16%);
  z-index: -1;
}
.mypage .return_info em {
  font-family: 'Baskerville', sans-serif;
  font-style: italic;
  font-weight: bold;
}
.mypage .return_info ul {
  position: absolute;
  background: rgba(0, 0, 0, 0.85);
  top: 24px;
  left: -8px;
  line-height: 1.5;
  width: max-content;
  padding: 24px;
  visibility: hidden;
  z-index: 1;
}
.mypage .return_info:hover ul {
  visibility: visible;
}
.mypage .return_info li {
  margin-bottom: 14px;
}
.mypage .return_info li:last-child {
  margin-bottom: 0;
}

.remodal.mypage-remodal {
  min-height: 340px;
}
.mypage-remodal .sizeChange__noticeTxt {
  color: inherit;
}
.mypage-remodal .sizeChange__noticeTxt strong {
  color: #e00;
}

.modal_complete .modal__btn button {
  line-height: 50px;
  width: 300px;
}
.remodal .modal__txt {
  font-size: 14px !important;
}

.mypage .inputBox th {
  width: 240px;
}
.mypage .inputBox td {
  padding: 30px 13px 23px;
}
#return_reason_send .lc-btn--primary {
  background: #029697;
  color: #fff;
  width: 340px;
  margin: auto;
	transition: 0.2s;
}
#return_reason_send .lc-btn--primary:hover {
	opacity: 0.8;
}

.svg-mail-checked {
  height: 24px;
  margin: -5px 0 0 0;
}
.svg-circle-bg {
  display: flex;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background: #f5f5f5;
  align-items: center;
  justify-content: center;
  margin-left: calc(50% - 30px);
  transition: .3s ease;
}
.svg-mail {
  height: 26px;
  margin: 2px 0 0 5px;
}
.svg-mail .d {
  fill: #cccccc !important;
}
#modal-center .uk-modal-dialog,
#modal-center-complete .uk-modal-dialog {
  width: 440px;
  box-sizing: border-box;
}
#modal-center-complete .svg-circle-bg {
  background: #00e676;
}
#modal-center-complete .svg-mail .d {
  fill: #ffffff !important;
}
.uk-modal-close-default.lc-btn--primary {
  position: relative;
  top: 0;
  right: 0;
  padding: 0;
}


/*----------------------------------------------------------------------------
  (6) other
----------------------------------------------------------------------------*/
/* error */
#error_page a {
  text-decoration: underline;
}

/* 404 */
#error_page .btnToppage {
  background: #000;
}

/* mail auth */
#mfa_auth .fk-input-container input:focus {
	border-color: #029697 !important;
}
#mailAuthSend.lc-btn--primary,
#mailAuth-modalContainer .lc-btn--primary {
  background: #029697;
}
#simple_inquiry_url.lc-btn--primary-outline {
  background: #029697;
  color: #fff !important;
  border-color: #029697;
}

.registered_users_in .lc-btn--primary {
  background: #029697;
  padding: 18px 0;
  color: #fff;
  font-size: 18px;
  height: auto;
  line-height: inherit;
  text-decoration: none;
}
.registered_users_in .lc-btn--primary:hover {
  opacity: 0.7;
}
.loginPage #users .registered_users_in p {
  margin-bottom: 40px;
}