@charset "UTF-8";

/* =========================================================
[Modules]
========================================================= */
/* .container {
width: 1030px;
} */
.royal_section {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color:#222;
}

.sub_title h1 {
font-family: "Prompt","Noto Sans JP";
}

.royal_section_note{
padding: 20px 0;
}
.royal_section_note h2 {
font-weight: 500;
font-size: 36px;
position: relative;
color: #36454F;
text-align: center;
line-height: 1.5;
text-align: center;
font-size: 38px;
margin: 60px 0;
font-weight: normal;
}
.royal_section_note h3 {
font-size: 18px;
margin-bottom: 20px;
text-align: center;
}
.royal_section_note p {
height: auto;
font-size: 16px;
line-height: 2;
text-align: left;
color: #111;
margin: 0 auto;
}
.royal_section_note p.royal_section_text {
margin: 0 auto 30px;
}
.royal_section_note .link_a{
color:#009496;
font-weight: bold;
text-decoration: underline;
}


ul.royal_section_not_ui {
max-width: 940px;
margin: 40px auto;
font-size: 13px;
color: #333;
padding: 30px;
background: #f0f0f0;
border: 1px solid #ddd;
list-style: outside;
}
.partner_form_text{
padding: 30px 0;
}
/* =========================================================
[Form Elements]
========================================================= */
.mw_wp_form_confirm .confirm-hidden {
display: none;
}
.royal_form {
padding-bottom:60px;
box-sizing: border-box;
}
.royal_detail_title {
text-align: center;
font-size: 48px;
margin: 80px 0 60px 0;
font-weight: normal;
line-height: 1.5;
}
.royal_form_text {
text-align: center;
margin:20px 0 60px 0 ;
font-size: 14px;
color: #222;
}
.royal_note_text {
padding: 2em;
background: #fff;
box-sizing: border-box;
margin-bottom: 50px;
}
.royal_note_text a {
text-decoration: underline;
text-underline-offset: 3px;
}
.royal_note_text li {
text-align: left;
font-size: 13px;
color: #666;
text-indent: -1em;
padding-left: 1em;
margin-bottom: 0.5em;
}
.royal_form_notice {
text-align: left;
margin:10px 0 ;
font-size: 13px;
color: #666;
}
.royal_flag li {
float: left;
width:60px;
line-height: 24px;
color:#fff;
text-align: center;
font-weight: bold;
margin-right: 10px;
}
.royal_form table {
width: 100%;
border-collapse: separate;
border-spacing: 0;
text-align: left;
margin-bottom: 50px;
}
.royal_form th {
padding:20px;
width: 250px;
line-height: 150%;
display: block;
margin-bottom: -1px;
font-size: 101%;
}
.royal_form td {
padding:20px;
line-height: 150%;
letter-spacing: 0.01em;
display: block;
}
.royal_form .name-row {
display: flex;
gap: 50px;
}
.royal_form .name-row .name-field {
flex: 1;
}
select[name="element-contact-department-name"], select[name="element-contact-return-reason"], select[name="element-contact-return-item-type"] {
font-size: 16px;
padding: 15px 12px;
background: #FFFFFF;
border: 2px solid #DDD;
border-radius: 0.5rem;
box-shadow: none;
box-sizing: border-box;
transition: border ease 0.2s;
}
.royal_form td a:link,
.royal_form td a:visited {
text-decoration: none;
color: #009496;
}
.royal_form td a:hover,
.royal_form td a:active {
text-decoration: underline;
}
.royal_form td ul {
margin: 0.5em 0;
}
.royal_form td li:before {
content:"・";
}
.royal_form td li {
text-indent: -1em;
padding-left: 1em;
}
.mod-input-text,
.mod-input-tel,
.mod-textarea,
.return-details,
textarea[name="return-details"] {
font-size: 16px;
padding: 15px 10px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: #FFFFFF;
border: 2px solid #DDD;
border-radius: 0.5rem;
box-shadow: none;
box-sizing: border-box;
transition: border ease 0.2s;
}
.notice_text p {
    padding: 10px 0;
}
.mod-input-text:focus,
.mod-input-tel:focus,
.mod-textarea:focus {
border: 2px solid #009496;
outline: none;
transition: border 0.2s ease;
}
label {
font-size: 16px;
cursor: pointer;
}
input[type="checkbox"] {
font-size: 16px;
}
select {
font-size: 16px;
}
.mod-textarea {
line-height: 1.4;
}
input[type="file"] {
margin: 1em auto 0;
font-size: 14px;
}
.application_btn{
text-align: center;
margin-top: 50px;
}
.mod-btn {
display: inline-block;
margin:5px;
padding: 0 10px;
min-width: 300px;
border: none;
text-align: center;
line-height: 60px;
color: #fff;
font-weight: bold;
background-color: #009496;
font-size: 18px;
transition: all ease 0.2s;
border-radius: 0.5em;
}
.mod-btn-back{
background-color: #ccc;
}
.mod-btn:hover {
-ms-filter: "a8pha(opacity=80)";
opacity: 0.80;
cursor: pointer;
}
/* Element Size */
.mod-size-ss {
width: 10%;
}
.mod-size-s {
width: 20%;
}
.mod-size-m {
width: 50%;
}
.mod-size-l {
width: 100%;
}
.tblForm .required {
display: inline-block;
margin: 0 0 0 5px;
padding: 5px 5px;
background-color: #009496;
color: #fff;
font-size: 12px;
border-radius: 4px;
line-height: 1;
}
.any {
display: inline-block;
margin: 0 0 0 5px;
padding: 5px 5px;
background-color: #a0a0a0;
color: #fff;
font-size: 12px;
border-radius: 4px;
line-height: 1;
}
.optional {
display: inline-block;
margin: 0 0 0 5px;
padding: 5px 5px;
background-color: #F5F5F5;
color: #777;
font-size: 12px;
border-radius: 4px;
line-height: 1;
}
.tblForm .error {
margin: 1em auto 0;
padding: 5px;
background-color: #f9e1e1;
}
.pc_none{
display: none;
}

/*　ヘッダー　*/
.header_top, .header_sub {
position: fixed;
top: 0;
left: 0;
width: 100%;
box-sizing: border-box;
padding: 0 40px;
z-index: 101;
background: #009496;
display: flex!important;
justify-content: center!important;
align-items: center;
margin: 0 auto;
display: block;
}
.header_top .logo>a, .header_sub .logo>a {
background: inherit!important;
}
.header_top .logo, .header_sub .logo {
width: auto;
}
/* .header_top .logo>a, .header_sub .logo>a {
display: block;
width: 180px;
height: 50px;
font-size: 0;
background: url(../../common/images/logo_z-craft.png) no-repeat;
background-size: 180px auto;
background-position: center;
}

.header_top .logo>a:nth-child(2) {
background: url(../../common/images/logo_z-mall.png) no-repeat;
background-size: 180px auto;
background-position: center;
}

.header_top .logo>a:nth-child(3) {
background: url(../../common/images/logo_z-sport.png) no-repeat;
background-size: 180px auto;
background-position: center;
} */
footer {
background: #8d8d8d;
height: 60px;
color: #fff;
}

.copyrights {
line-height: 64px;
height: 0;
}

.royal_section_note h2 {
text-align: center;
font-size: 24px;
}
.royal_section_note img {
margin: 0 auto;
display: block;
}
.royal_section_note p, .royal_section_note ul {
margin: 10px 0 20px 0px;
}
.breadcrumbs {
    display: none;
}

/* =========================================================
thanks_page
========================================================= */
.returnsummary {
border: 1px solid #1f1f1f;
border-radius: 2px;
margin: 20px 0;
width: 100%;
line-height: 180%;
box-sizing: border-box;
}
.display-table {
display: table;
}
.returnsummary--txt {
width: 490px;
padding: 20px 0 20px 25px;
font-size: 13px;
color: #2b2b2b;
vertical-align: top !important;
}
.display-table-cell {
display: table-cell;
}
.return__method--notice {
color: #ee3224;
}
.return__method--notice {
font-size: 15px;
}
.return__method--notice li {
padding: 4px 0;
margin: 0 auto;
}
.returnsummary .-js-return-note {
margin-top: 2em;
}
.returnaddress {
margin: 20px 0 50px 0;
background: #f5f5f5;
font-weight: normal;
font-size: 13px;
padding: 20px;
line-height: 1.8;
}
.returnaddress p {
display: table;
width: 100%;
}
.returnaddress span.returnaddress-label {
display: table-cell;
width: 15%;
}
.returnaddress span.returnaddress-detail {
display: table-cell;
}
.returnsummary--img {
text-align: center;
padding: 20px 0;
vertical-align: middle;
}
.returnsummary--img img {
display: inline-block;
width: 60%;
height: auto;
margin: 20px 0;
}
.returnsummary--img {
text-align: center;
padding: 20px 0;
vertical-align: middle;
}
.return__method--notice li::before {
content: "●";
display: inline-block;
padding-right: 4px;
}

/* =========================================================
contact_page
========================================================= */
.loginPage .new_users {
margin: 0;
}
.new_users {
width: 500px;
margin: 50px auto;
display: block;
}
.new_users h3 {
font-size: 18px;
background: #eaeaea;
padding: 15px 20px;
text-align: center;
font-weight: normal;
margin: 0;
}
.new_users {
border: 1px solid #ddd;
box-sizing: border-box;
}
.new_users_in {
box-sizing: border-box;
padding: 30px 36px 30px 40px;
height: calc(100% - 57px);
display: flex;
flex-wrap: wrap;
align-content: center;
background-color: #f6f6f6;
}
.loginPage #users .new_users p {
color: #000;
text-align: left;
margin-bottom: 40px;
}
.lc-btn {
height: auto;
border-radius: 4px;
padding: 18px 130px;
background: #000;
color: #fff;
font-size: 18px;
line-height: inherit;
margin: auto;
}

/* =========================================================
[Media Queries - for SP]
========================================================= */
@media only screen and (max-width:690px) {
.pc_none{
display: block;
}

.drawer-toggle{
display: none !important;
}
.royal_section_note h2 {
font-size: 20px;
margin: 20px 0 20px 0;
}
.royal_section_note {
padding: 20px 10px 0 10px;
}
.royal_section_note p {
font-size: 14px;
width: 90%;
margin-bottom: 30px;
}
ul.royal_section_not_ui{
padding: 20px 20px 20px 40px;
}
.display-table{
display: block;
}
.container {
width: 100%;
}
figure {
width: 100%;
}

figure img {
width: 100%;
}
.header_sub .logo {
width: 225px;
}
.header_sub .logo .sub {
top: 14px;
}
.header_sub .logo .sub a {
height: 16px;
padding: 0 6px;
font-size: 12px;
line-height: 16px;
}
.royal_section {
width: 100%;
box-sizing: border-box;
}
.subnav_section {
display: none;
}
.sub_title {
margin-top: calc(30px + 1.5em);
}
.royal_section_note p {
margin: 30px auto;
}
.royal_form {
padding: 0px 15px 10px;
margin-bottom:0;
}
.royal_detail_title {
font-size: 28px;
margin: 40px 0 20px 0;
}
.royal_form_text {
margin: 20px 0;
}
.royal_form_text a {
text-decoration: underline;
text-underline-offset: 3px;
}
.royal_form_notice {
font-size: 10px;
}
.royal_form table {
margin-bottom: 20px;
}
.royal_form .name-row {
gap: 10px;    
}
.royal_form th,
.royal_form td {
width: 100%;
display: block;
box-sizing: border-box;
border-bottom:none;
}
.royal_form th {
padding: 5px 10px;
}
.royal_form td {
padding: 10px;
}
.royal_form tr:last-child td {
border-bottom: 1px solid #e2e2e2;
}
.royal_form tr:first-child th {
margin-top: 0;
}
.royal_form td {
font-size: 12px;
}
.royal_section_note h3 {
text-align: left;
}
.new_users h3 {
padding: 35px 20px 0;
}
.new_users_in {
background: inherit;
padding: 30px 0px;
}
.new_users {
    width: 100%;
}
.application_btn {
margin-top: 20px;
margin-bottom: 70px;
}
.header_top .logo {
flex-grow: 0;
}
.header_top .logo>a, .header_sub .logo>a {
background-size: 100% auto;
background-position: center left;
}
.header_top .logo>a, .header_sub .logo>a,.header_top .logo>a:nth-child(2),.header_top .logo>a:nth-child(3) {
background-size: 90px auto;
}
.header_top .logo img, .header_sub .logo img {
width: 190%;
padding-top: 10px;

}

footer {
width: 100%;
color: #FFF !important;
background-size: 36%;
}

.footer_info {
float: none;
padding-left: 20px;
}

.privacy_txt {
display: block;
text-align: left;
font-size: 11px;
margin: 0 auto 20px 30px;
}

.privacy_txt a {
text-decoration: underline;
text-underline-offset: 0.5em;
color: #FFF !important;
}


select {
font-size: 16px;
width: 100%;
}
.copyrights {
padding: 0;
color: #fff;
}
.new_users h3 {
background: inherit;
}
.display-table-cell {
display: block;
width: 100%;
}
.returnsummary--txt {
padding: 20px;
width: auto;
}
.returnsummary--img img {
width: 80%;
}
.lc-btn {
padding: 18px 100px;
}

}
