.product-info-details .product-info-container {
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 25px;
}

.product-info-details .product-info {
    display: flex!important;
    justify-content: space-between;
    align-items: center;
    margin-top: 0px;
}
.product-info-image {
    width: 25%;
    margin-top: 34px;
}

.product-info {
    display: flex;
    justify-content: space-between;
    padding: 25px;
    border-radius: 7px;
    border: 1px solid #DDD;
    margin-top: 25px;
    margin-bottom: 13px;
}

.product-info-details {
    width: 68%;
    position: relative;
}
.product-info-details .product-image {
    width: 200px;
    height: 200px;
    border: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f0f0f0;
}

.product-info-details .product-image img {
    max-width: 100%;
    max-height: 100%;
}

.product-info-details .placeholder-image {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #d0d0d0;
    color: #fff;
    font-size: 1.2em;
}

.product-info-details .product-details {
    flex: 1;
    margin-left: 20px;
    margin-top: 15px;
}

.product-info-details .status-label {
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    color: #fff;
}

.product-info-details .status-label.nocom {
    background-color: grey;
    margin-left: 10px;
}

.product-info-details .status-label.during {
    background-color: orange;
}

.product-info-details .status-label.comp {
    background-color: green;
}

.product-info-details .status-label.up {
    background-color: blue;
}

.product-info-details .status-button {
    margin-left: 10px;
    padding: 3px 10px;
    border: none;
    background-color: #93AEC1;
    color: #fff;
    border-radius: 100px;
    cursor: pointer;
    line-height: 18px;
    font-size: 12px;
}
h2.product-info-tith2 {
    margin-top: 25px;
}
.product-info-details table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.product-info-details th, .product-info-details td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: left;
}

.product-info-details th {
    background-color: #f0f0f0;
}

.product-info-details .link-button {
    display: inline-block;
    padding: 2px 10px 3px 10px;
    margin: 5px 0 0 0;
    border-radius: 100px;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}

a.link-button.rms {
    background-color: #9DBDBA;
}

a.link-button.product-page {
    background-color: #F8B042;
}

a.link-button.admin-page {
    background-color: #F3B7AD;
}

.content div {
    margin-top: 0px;
}
.product-info-details .status-save-button {
    margin-left: 10px;
    padding: 3px 10px;
    border: none;
    background-color: #4CAF50;
    color: #fff;
    border-radius: 100px;
    cursor: pointer;
    line-height: 18px;
    font-size: 12px;
    display: inline-block;
}
.coutionbox {
    font-size: 10px;
    padding-top: 5px;
}
#status-select-container {
    display: inline-block;
}
.content table th {
    background: #92a4b1!important;
}
.content ul > li::before {
    color: #FFF;
}
.content ul>li:before {
    content: ""!important;
    display: none!important;
}
.content ol li, .content ul li {
    list-style: none;
    margin-top: 0!important;
}
/* ã‚¿ãƒ–å®Ÿè£… */
.tab-container {
    margin-top: 20px;
}

.tab-menu {
    list-style: none;
    padding: 0;
    display: flex;
    border-bottom: 2px solid #ccc;
}

.tab-menu li {
    padding: 10px 20px;
    cursor: pointer;
    margin-right: 5px;
    background-color: #93aec178;
    color: #FFF;
    border-radius: 7px 7px 0px 0px;
}

.tab-menu li.active {
    background-color: #93aec1;
}

.custom-tab-content .custom-tab {
    display: none;
    padding: 20px;
    border: 1px solid #ccc;
    border-top: none;
}

.custom-tab-content .custom-tab.active {
    display: block;
}

.product-specs-container table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.product-specs-container th, .product-specs-container td {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: left;
}

.product-specs-container th {
    background-color: #f0f0f0;
}

.acf-form th {
    background-color: #f0f0f0;
}
input[type='text'],textarea {
	font: 12px/21px sans-serif;
	box-sizing: border-box;
	width: 100%;
	padding: 0.3em;
	transition: 0.3s;
	letter-spacing: 1px;
	color: #aaaaaa;
	border: 1px solid #6b717d;
	border-radius: 4px;
}

input[type='text']:focus,textarea:focus {
	border: 1px solid #f3b7ad;
	outline: none;
	box-shadow: 0 0 5px 1px rgb(243 183 173 / 59%);
}

table.product_spectable {
    margin-bottom: 25px;
}
input.product-specsbtn {
    background-color: #f3b7ad;
    color: #FFF;
    border: none;
    padding: 10px 50px;
    border-radius: 100px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 350px;
}
.product-specs-container {
    position: relative;
}
input.product-specsbtn_upper {
    position: absolute;
    top: 5px;
    right: 0;
    border: none;
    background-color: #F3B7AD;
    color: #FFF;
    line-height: 2;
    padding: 5px 50px;
    border-radius: 7px;
    cursor: pointer;
}
pre#html-output {
    width: 100%;
    overflow-x: hidden;
    white-space: pre-wrap;
    border: 1px solid #DDD;
    background-color: #FFF;
    height: 200px;
    overflow-y: scroll;
    margin-bottom: 25px;
    display: none;
}
button#copy-html-button {
    background-color: #9dbdba;
    color: #FFF;
    border: none;
    padding: 10px 50px;
    border-radius: 100px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}
.alert_modal {
    position: fixed;
    inset: 0px;
    margin: auto;
    width: 300px;
    height: 200px;
    background-color:#00000070;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: rgb(255, 255, 255);
    z-index: 1000;
    font-size: 2.5rem;
    border-radius: 10px;
    animation: poyon 1.2s infinite;
    animation-iteration-count: 1;
    padding: 20px;
}
.alert_modal img {
    width: 250px;
}
.alert_modal_save {
    position: fixed;
    inset: 0px;
    margin: auto;
    width: 300px;
    height: 200px;
    background-color:#00000070;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: rgb(255, 255, 255);
    z-index: 1000;
    font-size: 2.5rem;
    border-radius: 10px;
    animation: poyon 1.2s infinite;
    animation-iteration-count: 1;
    padding: 20px;
}
.alert_modal_save img {
    width: 250px;
}
@keyframes poyon {
    0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
    15%  { transform: scale(0.9, 0.9) translate(0%, 5%); }
    30%  { transform: scale(1.3, 0.8) translate(0%, 10%); }
    50%  { transform: scale(0.8, 1.3) translate(0%, -10%); }
    70%  { transform: scale(1.1, 0.9) translate(0%, 5%); }
    100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
  }
  button#open-rms-cabinet {
    background-color: #a83f3f;
    border: none;
    margin-right: 5px;
    cursor: pointer;
    color: #FFF;
    line-height: 20px;
}

button#copy-gold-url {
    background-color: #50b6a8;
    border: none;
    cursor: pointer;
    line-height: 20px;
    color: #FFF;
}
form#specs-form {
    padding-top: 15px;
}
.rakuten_statusbox {
    position: absolute;
    left: 3px;
    top: 20px;
    font-size: 10px;
}
.product-info-details h2 {
    text-align: left;
}

a.rakuten_defaultbtn {
    padding: 5px 15px;
    background-color: #93aec1;
    color: #FFF;
    border-radius: 7px;
    margin-right: 8px;
}
/* グラデーションボタン */
.rakutendetail_btn {
    margin-bottom: 30px;
    padding-bottom: 25px;
    border-bottom: 5px dotted #DDD;
}

.rakutendetail_btn-hover {
    width: 200px;
    font-size: 16px;
    font-weight: 600;
    color: #fff!important;
    cursor: pointer;
    margin-right: 20px;
    height: 55px;
    text-align:center;
    border: none;
    background-size: 300% 100%;
    border-radius: 50px;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    padding: 10px 25px;
}

.rakutendetail_btn-hover:hover {
    background-position: 100% 0;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.rakutendetail_btn-hover:focus {
    outline: none;
}
.product-info-container {
    position: relative;
}
table.product-info_table {
    margin-top: 95px;
}
.rakutendetail_btn-hover.color-1 {
    background-image: linear-gradient(to right, #25aae1, #40e495, #30dd8a, #2bb673);
    box-shadow: 0 4px 15px 0 rgba(49, 196, 190, 0.75);
}
.rakutendetail_btn-hover.color-2 {
    background-image: linear-gradient(to right, #f5ce62, #e43603, #fa7199, #e85a19);
    box-shadow: 0 4px 15px 0 rgba(229, 66, 10, 0.75);
}
.rakutendetail_btn-hover.color-3 {
    background-image: linear-gradient(to right, #667eea, #764ba2, #6B8DD6, #8E37D7);
    box-shadow: 0 4px 15px 0 rgba(116, 79, 168, 0.75);
}
.rakutendetail_btn-hover.color-4 {
    background-image: linear-gradient(to right, #fc6076, #ff9a44, #ef9d43, #e75516);
    box-shadow: 0 4px 15px 0 rgba(252, 104, 110, 0.75);
}
.rakutendetail_btn-hover.color-5 {
    background-image: linear-gradient(to right, #0ba360, #3cba92, #30dd8a, #2bb673);
    box-shadow: 0 4px 15px 0 rgba(23, 168, 108, 0.75);
}
.rakutendetail_btn-hover.color-6 {
    background-image: linear-gradient(to right, #009245, #FCEE21, #00A8C5, #D9E021);
    box-shadow: 0 4px 15px 0 rgba(83, 176, 57, 0.75);
}
.rakutendetail_btn-hover.color-7 {
    background-image: linear-gradient(to right, #6253e1, #852D91, #A3A1FF, #F24645);
    box-shadow: 0 4px 15px 0 rgba(126, 52, 161, 0.75);
}
.rakutendetail_btn-hover.color-8 {
    background-image: linear-gradient(to right, #29323c, #485563, #2b5876, #4e4376);
    box-shadow: 0 4px 15px 0 rgba(45, 54, 65, 0.75);
}
.rakutendetail_btn-hover.color-9 {
    background-image: linear-gradient(to right, #25aae1, #4481eb, #04befe, #3f86ed);
    box-shadow: 0 4px 15px 0 rgba(65, 132, 234, 0.75);
}
.rakutendetail_btn-hover.color-10 {
        background-image: linear-gradient(to right, #ed6ea0, #ec8c69, #f7186a , #FBB03B);
    box-shadow: 0 4px 15px 0 rgba(236, 116, 149, 0.75);
}
.rakutendetail_btn-hover.color-11 {
       background-image: linear-gradient(to right, #eb3941, #f15e64, #e14e53, #e2373f);  box-shadow: 0 5px 15px rgba(242, 97, 103, .4);
}

.product-specs-container .acf-label {
    display: none!important;
}
.product-specs-container .acf-field{padding:0!important;}
.product-specs-container textarea#generated_html_pc {
    display: none;
}

.product-specs-container textarea#generated_html_sp {
    display: none;
}
.btngroun {
    margin-bottom: 24px;
    display: flex;
    justify-content: left;
}
.btngroun a {
    margin-right: 10px;
}
.btngroun img {
    width: 50px;
}