.contents-nav-wrap .contents-nav-title {
font-weight: bold;
margin-bottom: 0;
background: var(--key-color);
color: #fff;
padding: 5px 10px;
border: 2px solid var(--bg3);    
}
.contents-nav-wrap nav {
margin: 5px 0;
}
.contents-nav-wrap ul {
padding: 0 !important;
display: flex;
flex-wrap: wrap;
}
.contents-nav-wrap li {
list-style: none;
background-color: var(--bg2);
width: calc(100% / 3);
margin: 0 !important;
border: 2px solid var(--bg3);
}
.contents-nav-wrap a {
text-decoration: none;
color: var(--text-main);
font-size: 14px;
height: 100%;
position: relative;
margin-left: 25px;
padding: 8px 0;
display: block;
align-content: center;
}
.contents-nav-wrap nav a::before {
font-family: "Font Awesome 5 Free";
content: "\f0da";
font-weight: 900;
font-size: 20px;
line-height: 0;
position: absolute;
top: 50%;
left: -15px;
transform: translate(0, 50%);
}
@media (max-width: 700px) {
.contents-nav-wrap li {
width: calc(100% / 2);
}
}#comment-form-image {
display: flex;
justify-content: flex-end;
}
#comment-form-image input {
display: none;
}
#comment-form-image button {
padding: 5px 10px;
border-radius: 8px;
border: 1px solid #ccc;
background: none;
}
#comment-form-image button:hover {
cursor: pointer;
}
#comment-form-image .comment-form-image-text {
font-size: 18px;
color: #888;
}
#comment-form-image .fa-image {
padding-left: 2px;
}
#comment-form-image #comment-form-image-name {
color: #888;
padding-left: 2px;
} .comment-uploaded-image img {
max-height: 200px;
}#commentform {
font-size: 14px;
}
#commentform>* {
margin-bottom: 15px;
}
p.comment-notes , p.comment-form-email {
display: none;
}
#commentform textarea{
width: 100%;
background: transparent;
color: var(--text-main);
}
#commentform .comment-form-comment {
margin-bottom: 10px;
}
#commentform .comment-form-author label,
#commentform .comment-form-cookies-consent,
#commentform .comment-form-url {
display: none;
}
#submit {
width: 100%;
padding: 10px 0;
color: #fff;
border: 1px solid #fff;
border-radius: 30px;
background: var(--key-color);
} .wp-block-comment-template {
padding: 0;
font-size: 15px;
}
.wp-block-comment-template .depth-1 .comment {
padding-left: 15px;
position: relative;
}
.wp-block-comment-template .depth-1 .comment:last-child {
margin-bottom: 50px;
}
.wp-block-comment-template .depth-1 .comment::before {
content: '';
position: absolute;
left: -10px;
top: 45%;
transform: translate(-50%, -50%);
height: 50%;
width: 1px;
background-color: #ccc;
}
.wp-block-comment-template .comment {
margin-bottom: 30px;
}
.wp-block-avatar img {
width: 40px;
height: 40px;
border-radius: 50%;
border: 1px solid #ccc;
padding: 2px;
}
.author-info {
gap: 10px;
margin: 0;
}
.wp-block-comment-author-name {
font-weight: bold;
}
.wp-block-comment-date {
color: #999;
}
.wp-block-comment-content {
margin: 10px 5px 10px 5px;
}
.wp-block-comment-content p {
margin-bottom: 10px;
}
.wp-block-comment-reply-link a {
display: inline-block;
padding: 5px 15px;
color: #888;
text-decoration: none;
border: 1px solid #888;
border-radius: 20px;
}
#reply-title {
font-weight: normal;
font-size: 14px;
}
#cancel-comment-reply-link {
font-size: 14px;
margin-left: 10px;
}.comment-info {
display: flex;
align-items: center;
gap: 15px;
border: 1px solid #888;
padding: 5px 15px;
border-radius: 10px;
font-size: 14px;
}
.comment-info .fa-comment {
font-size: 24px;
}.shop-card { 
border: 1px solid #ccc;
border-radius: 4px;
padding:20px;
width: 100%;
display:flex;
gap:20px;
}
.shop-card__image {
flex: 0 0 150px;
width: 100%;
height: 150px;
}
.shop-card__image a {
display: block;
text-align: center;
align-content: center;
width: 100%;
height: 100%;
}
.shop-card__image img {
vertical-align:middle;
border-radius: 5px;
width: auto;
max-height: 150px;
}
.shop-card__content {
flex: 1;
}
.shop-card__title {
font-weight: bold;
font-size: 18px;
padding: 15px 0;
}
.shop-card__buttons {
display: flex;
gap: 10px;
}
.shop-card__buttons a {
padding: 5px 10px;
border: 1px solid #ccc;
border-radius: 5px;
text-decoration: none;
font-size: 13px;
font-weight: bold;
text-align: center;
color: #fff;
white-space: nowrap;
}
.shop-card__buttons a:hover {
color: #fff;
}
.shop-card__button-amazon {
background: #000000cc;
}
.shop-card__button-rakuten {
background: #c95656cc;
}
.shop-card__button1, .shop-card__button2 {
background: #00aabbcc;
}
@media screen and (max-width: 480px){
.shop-card {
padding: 10px;
gap: 10px;
}
.shop-card__image {
flex: 0 0 120px;
height: 120px;
}
.shop-card__image img {
max-height: 120px;
}
.shop-card__title {
padding: 0 0 10px 0;
}
.shop-card__buttons, .shop-card__buttons a {
display: block;
}
.shop-card__buttons a {
margin-bottom: 5px;
font-size: 11px;
}
}