/*!
Theme Name: adtheme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: adtheme
*/

html,
body {
    height: 100%;
    margin: 0;
    font-size: 18px;
}

img {
    max-width: 100%;
    height: auto;
}

body,
input,
textarea {
    font-family: "Noto Sans JP", Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

#page {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

#primary {
    width: 100%;
    min-height: 100svh;
}

#colophon {
    width: 100%;
    background-color: #eee;
    text-align: center;
    margin-top: 100px;
    padding: 20px 0;
}

.menu-footer-nav-container {
    margin-bottom: 20px;
}

.menu-footer-nav-container a {
    text-decoration: underline;
    font-size: 0.9em;
}

.menu-footer-nav-container .sub_menu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.site-info {
    font-size: 0.9em;
    color: #666;
}

section,
.site-footer {
    display: flex;
    justify-content: center;
}

section {
    padding: 30px 0;
}

.wrapper {
    padding-left: 20px;
    padding-right: 20px;
}

.hide-pc {
    display: none;
}

.eyecatch {
    padding: 0;
}

.eyecatch .wrapper {
    position: relative;
}

.eyecatch .wrapper::after {
    content: 'PR';
    position: absolute;
    top: 4px;
    right: 28px;
}

.product-box {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.box {
    border-radius: 12px;
    overflow: hidden;
}

.box-title {
    color: #fff;
    background-color: #ccc;
    padding: 16px;
}

.box-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 16px;
    border-right: 6px solid #ccc;
    border-bottom: 6px solid #ccc;
    border-left: 6px solid #ccc;
}

.box-inner .rating {
    padding: 10px;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.text-red {
    color: #bb1616;
}

.text70 {
    font-size: 0.7em;
}

.text80 {
    font-size: 0.8em;
}

.text90 {
    font-size: 0.9em;
}

.text110 {
    font-size: 1.1em;
}

.text120 {
    font-size: 1.2em;
}

.text130 {
    font-size: 1.3em;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb30 {
	margin-bottom: 30px;
}

.marker {
    background-image: linear-gradient(transparent 60%, #fff799 40%);
    border: none;
}

.head01 {
    font-weight: bold;
    margin-bottom: 1em;
}

.head02 {
    font-weight: bold;
    margin-bottom: 1em;
    border-left: 6px solid #333;
    padding: 4px 0 4px 10px;
    font-size: 1.2em;
}

.text-small {
    font-size: 0.75em;
    color: #4c4c4c;
}

.bold {
    font-weight: 600;
}

.review-annotation {
	font-size: 0.7em;
	color: #4c4c4c;
	margin-bottom: 20px;
}

/* 見出し */

.ttl01 {
    background-color: #eee;
    padding: 20px;
    text-align: center;
    position: relative;
    margin-bottom: 80px;
}

.ttl01 .ttl-sub {
    display: inline-block;
    border: 2px solid #333;
    padding: 4px;
    margin-bottom: 8px;
    font-size: 1.1em;
}

.ttl01 .ttl-main {
    font-size: 1.4em;
    font-weight: bold;
}

.ttl01:after {
    content: '';
    display: block;
    position: absolute;
    background-color: #eee;
    border-top: 1px solid #eee;
    width: 100%;
    height: 28px;
    clip-path: polygon(50% 28px, -5% 0%, 105% 0%);
    left: 0;
    bottom: -27px;
}

.ttl02 {
    text-align: center;
	margin: 10px 0 10px;
}

.ttl02 .ttl-main {
    font-weight: bold;
    font-size: 2.4em;
    padding: 0.4em;
}

.ttl02 .ttl-sub {
    position: relative;
}

.ttl02 .ttl-sub span {
    font-weight: bold;
    color: #fff;
    position: relative;
    background-color: #ccc;
    z-index: 3;
    padding: 4px 10px;
    display: inline-block;
}

.ttl02 .ttl-sub::after {
    content: '';
    position: absolute;
    display: block;
    background-color: #ccc;
    width: 100%;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.v-cell {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}


/* アイコン */

.icon {
    width: 40px;
    height: 40px;
    display: block;
    position: relative;
}

.icon:after,
.icon:before {
    display: block;
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-size: 50px;
    height: 1em;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.icon-double-circle:before {
    content: '\ef4a';
    color: #d32222;
}

.icon-double-circle:after {
    content: '\e061';
    color: #d32222;
}

.icon-circle:after {
    content: '\ef4a';
    color: #ffc558;
}


.bg-icon {
    position: relative;
}

.table-wrapper td.bg-icon {
    padding:28px 16px;
}


.bg-icon:after,
.bg-icon:before {
    display: block;
    font-family: "Material Symbols Outlined";
    font-size: 60px;
    height: 1em;
    line-height: 1em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	z-index:-1;
  font-variation-settings:
  'FILL' 0,
  'wght' 100,
  'GRAD' 0,
  'opsz' 24

}

.bg-icon-double-circle:before {
    content: '\ef4a';
    color: #FBCED6;
}

.bg-icon-double-circle:after {
    content: '\e061';
    color: #FBCED6;
}

.bg-icon-circle:after {
    content: '\ef4a';
    color: #F7CA8E;
}



/* テーブル1 */

.table01 {
    width: 100%;
    table-layout: fixed;
}

.table01 td {
    padding: 30px 20px;
    border: 1px solid #ccc;
    text-align: center;
}

.table01 td {
    border: 1px solid #ccc;
}

.table01 th {
    text-align: center;
    padding: 10px;
    background-color: #eee;
    font-size: 0.8em;
}

.table01 th:first-child {
    border-left: 1px solid #ccc;
}

.table01 th:last-child {
    border-right: 1px solid #ccc;
}

.table01 th:first-child,
.table01 td:first-child {
    border-left: 3px solid #666;
    border-right: 3px solid #666;
}

.table01 tr:first-child td:first-child {
    border-top: 3px solid #666;
}

.table01 tr:last-child td:first-child {
    border-bottom: 3px solid #666;
}

.tag01 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 8px;
    align-items: center;
}

.tag01 .tag {
    background-color: #eee;
    color: #fff;
    border-radius: 4px;
    font-size: 0.8em;
    padding: 8px 4px;
    text-align: center;
    width: 100%;
}

.tag.tag-pink {
    background-color: #eb5198;
}

.tag.tag-blue {
    background-color: #4f78d4;
}

.tag.tag-green {
    background-color: #ffb000;
}

.tag.tag-yellow {
    background-color: #09b471;
}

.tag.tag-purple {
    background-color: #8453b8;
}


/* テーブル2 */

.table02 {
    table-layout: fixed;
    width: 100%;
}

.table02 th,
.table02 td {
    padding: 16px 30px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.table02 tr:last-child th,
.table02 tr:last-child td {
    border-bottom: none;
}

.table02 th {
    background-color: #ccc;
    width: 40%;
}

.table02 .rating {
    justify-content: center;
}


/* タブコンテンツ */

.tab-wrapper {
    margin: 20px 0 40px;
}

.tab-area {
    display: flex;
    justify-content: center;
    align-items: end;
    gap: 10px;
    width: 100%;
}

.tab {
    display: flex;
    align-items: center;
    border-width: 1px 1px 0 1px;
    border-color: #666;
    border-style: solid;
    border-radius: 8px 8px 0 0;
    padding: 16px 10px;
    background-color: #fff;
    cursor: pointer;
    width: 10em;
    justify-content: center;
}

.tab.active {
    background-color: #666;
    color: #fff;
    padding: 12px 10px 22px;
    position: relative;
    border: none;
    transition: all 0.1s 0s ease;
}

.tab.active::after {
    content: '';
    display: block;
    position: absolute;
    background-color: #fff;
    width: 8px;
    height: 3px;
    clip-path: polygon(50% 3px, 0% 0%, 8px 0%);
    bottom: 8px;
}

.panel-area {
    border: 3px solid #666;
    background-color: #fff;
}

.panel {
    display: none;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
}

.panel.active {
    display: block;
}

.panel02 .panel {
    padding: 0;
    overflow-y: hidden;
}

.panel02 table {
    width: 100%;
    table-layout: fixed;
    font-size: 0.7em;
}

.panel02 th {
    text-align: center;
    background-color: #eee;
    vertical-align: middle;
    padding: 10px 20px;
    border: 1px solid #ccc;
}

.panel02 td {
    text-align: center;
    vertical-align: middle;
    padding: 10px 20px;
    border: 1px solid #ccc;
}

.panel02 .rating {
    flex-direction: column-reverse;
    gap: 10px;
}

.panel02 .star {
    justify-content: center;
}

.panel02 .btn a br {
    display: unset;
}

.panel02 .name a {
    font-size: 1.1em;
    color: #387ce5;
    font-weight: bold;
    text-decoration: underline;
}

.panel02 .toggle {
    position: relative;
}

.panel02 .toggle tr:nth-child(n+5) {
    display: none;
}

.panel02 .toggle.open tr:nth-child(n+5) {
    display: table-row;
}

.toggle-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 10px;
    color: #fff;
    z-index: 3;
}

.toggle-btn a {
    padding: 10px 33px 16px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 6;
}

.toggle-btn::after {
    content: '';
    background-color: #666;
    position: absolute;
    height: 100px;
    width: 120px;
    left: 50%;
    top: -40px;
    transform: translateX(-50%);
    z-index: 4;
    border-radius: 50%;
}

.toggle-btn::before {
    content: '\e037';
    position: absolute;
    font-size: 10px;
    bottom: 0;
    left: 50%;
    z-index: 5;
    transform: translateX(-50%) rotate(90deg);
    font-family: "Material Symbols Outlined";
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}

.panel02 .toggle.open .toggle-btn,
.panel02 .toggle.open .toggle-cover {
    display: none;
}

.toggle-cover {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10%;
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    z-index: 1;
}


/* 商標エリア */

.product {
    padding: 0 60px;
}

.product-inner {
    background-color: #eee;
}

.product .header {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    background-color: #ddd;
}

.name-area {
    display: flex;
    gap: 20px;
    align-items: center;
    font-size: 18px;
}

.name-area .name a {
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: underline;
}

.name-area .name a:hover {
    text-decoration: none;
}

.name-area .name {
    position: relative;
    padding-right: 60px;
}


/*
.name-area .name::after {
    content: '\e89e';
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    position: absolute;
    font-size: 1.1em;
    top: 53%;
    right: 32px;
    transform: translateY(-50%);
}
*/

.name-area .rank {
    position: relative;
    font-weight: bold;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.name-area .rank::before {
    content: '\ecb3';
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-size: 1.8em;
    position: relative;
    margin-right: 4px;
    top: 2px;
    font-variation-settings: 'FILL'1, 'wght'400, 'GRAD'0, 'opsz'24
}

.name-area .rank01::before {
    color: #f7c83d;
}

.name-area .rank02::before {
    color: #cdc9bd;
}

.name-area .rank03::before {
    color: #cf9461;
}

.rating-area {
    border: 1px solid #333;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 200px;
    margin-left: auto;
}

.rating-area .ttl {
    background-color: #333;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 4px;
    font-size: 0.8em;
}

.rating-area .rating {
    padding: 12px 24px;
}

.rating {
    display: flex;
    gap: 4px;
	justify-content: center;
}

.rating .num {
    color: #ca1616;
    font-weight: bold;
    font-size: 14px;
}

.star {
    display: flex;
}

.star .icon {
    width: 14px;
    height: 14px;
    display: block;
    position: relative;
}

.star .icon::before {
    display: block;
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    font-size: 16px;
    height: 1em;
    position: absolute;
    color: #f7c83d;
}

.icon-star-fill::before {
    content: '\e838';
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24
}

.icon-star-half::before {
    content: '\e839';
}

.icon-star-empty::before {
    content: '\e838';
}

.product-content {
    padding: 20px 20px 40px;
}

.banner-area {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
    align-items: center;
	justify-content:center;
}
.banner-area a {
    flex-shrink: 0;
}
ul.point {
    border: 1px solid #333;
    border-radius: 8px;
    background-color: #fff;
    padding: 20px;
	width:100%;
}

ul.point li {
	position: relative;
	text-indent: -2em;
	padding-left: 2em;
	line-height: 1.4em;
	margin-bottom: 8px;
}

ul.point li:last-child {
	margin-bottom: 0;
}

ul.point li::before {
	content: '\e834';
	font-family: "Material Symbols Outlined";
	font-weight: normal;
	font-size: 1.4em;
	position: relative;
	margin-right: 0.4em;
	top: 6px;
	font-variation-settings: 'FILL'1, 'wght'400, 'GRAD'0, 'opsz'24
}

.review {
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 8px;
    padding: 20px;
	margin-bottom: 10px;
}

.review-head {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 20px;
}

.review-head img {
    width: 47px;
    height: auto;
}

.review .ttl-area .ttl {
    margin-bottom: 8px;
}

.review-text p {
    line-height: 1.8em;
    font-size: 0.9em;
    margin: 0;
}

.review-text.has-quote {
    padding-bottom: 20px;
    position: relative;
}

.quote {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 10px;
}


/* ボタン */

.btn {
    position: relative;
    text-align: center;
    width: 100%;
}

.btn a {
    display: block;
    background-color: #666;
    color: #fff;
    border-radius: 4px;
    padding: 10px;
    font-weight: bold;
}

.btn01 a {
    padding: 10px;
    box-shadow: 0 4px 0 #333;
    line-height: 1.8em;
}

.btn01 a:hover {
    position: relative;
    box-shadow: none;
    top: 4px;
}

.btn02 a {
    display: flex;
    justify-content: center;
    padding: 20px 0;
    box-shadow: 0 4px 0 #333;
    line-height: 1.8em;
    background-color: #999;
}

.btn02 a:hover {
    position: relative;
    box-shadow: none;
    top: 4px;
}

.btn a br {
    display: none;
}

.btn-upper-text {
    font-size: 0.9em;
    text-align: center;
    margin-bottom: 4px;
    color: #333;
    font-weight: bold;
	margin-top: 20px;
}


/* コラム */

.column {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
}

.column img {
    max-width: 100%;
    height: auto;
    margin-bottom: 2em;
}

h1,
.column h1 {
    font-weight: bold;
    font-size: 1.6em;
    margin-bottom: 1em;
}

h2,
.column h2 {
    font-weight: bold;
    font-size: 1.4em;
    border-bottom: 2px solid #333;
    margin: 40px 0 30px;
    padding: 15px 0 15px;
}

h3,
.column h3 {
    font-weight: bold;
    font-size: 1.3em;
    border-left: 2px solid #333;
    margin: 40px 0 30px;
    padding: 6px 0 6px 16px;
}

h4,
.column h4 {
    font-weight: bold;
    font-size: 1.1em;
    margin: 40px 0 15px;
}

p,
.column p {
    line-height: 1.75em;
    margin-bottom: 1em;
    font-size: 0.9em;
    letter-spacing: 0.4px;
}

.column table {
    width: 100%;
}

.column th {
    width: 8em;
    padding: 10px;
    background-color: #f4f4f4;
}

.column td {
    padding: 10px;
}

.column tr:not(:last-child) {
    th,
    td {
        border-bottom: 1px solid #eee;
    }
}

/* コレクト系追加 */


.speech-wrap {
    display: flex;
    gap: 26px;
    margin-bottom: 40px;
	align-items:start;
}

.speech-icon {
    flex-shrink: 0;
    padding: 0!important;
    margin: 0!important;
}

.speech-person {
    width: 80px;
    text-align: center;
    white-space: nowrap;
    flex-shrink: 0;
}

.speech-icon img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.speech-icon p {
    line-height: 1.4;
}

.speech-balloon {
    background-color: #f2f2f2;
    padding: 20px;
    border-radius: 8px;
	position:relative;
}

.speech-balloon:before {
    position: absolute;
    content: '';
    border-right: 16px solid #f2f2f2;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    left: -16px;
    top: 30px;
    width: 0;
    height: 0;
    display: block;
}

.speech-meta {
    display: flex;
    gap: 10px;
    font-size: 0.8em;
}

.speech-rate-star{
    position: relative;
}

.speech-rate-star:before{
    content: "★★★★★";
    color: #ccc;
    position: absolute;
    top: 0;
    left: 0;
}

.speech-rate-star:after{
    content: "★★★★★";
    color: #fa8a2a;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.speech-rate-star[data-rate="1"]:after{
    width: 1em;
}

.speech-rate-star[data-rate="2"]:after{
    width: 2em;
}

.speech-rate-star[data-rate="3"]:after{
    width: 3em;
}

.speech-rate-star[data-rate="4"]:after{
    width: 4em;
}

.speech-rate-star[data-rate="5"]:after{
    width: 5em;
}

.speech-balloon > *:last-child {
    margin-bottom: 0;
}

.speech-text > *:last-child {
    margin-bottom: 0;
}

.speech-icon {
    flex-shrink: 0;
    padding: 0!important;
    margin: 0!important;
}

.speech-icon img {
    margin-bottom: 0;
}

.speech-name {
    text-align: center;
    font-size: 0.8em;
    line-height: 1;
}

.sbp-r {
    flex-direction: row-reverse;
}

.sbp-r .speech-balloon {
    background-color: #ebfcff;
}

.sbp-r .speech-balloon::before {
    right: -16px;
    left: auto;
    border-left: 16px solid #ebfcff;
    border-right: none;
}

.table-wrapper {
	margin-bottom: 30px;
}

.table-wrapper table {
    width: 100%;
	text-align: left;
    table-layout: fixed;
	font-size: 0.8em;
}

.table-wrapper.table-auto table {
	table-layout: auto;
}

.table-wrapper.table-center table {
	text-align: center;
	
	td {
		vertical-align:middle;
	}
}

.table-wrapper.table-compare table{
	text-align: center;
	font-weight: bold;
	
	th {
		vertical-align:middle;
		background-color:#F9B4C0;
		border-color:#666666;
	}
	
	td {
		vertical-align:middle;
		border-color:#666666;
	}
	
	.compare-btn {
    	display: block;
		color: #fff;
    	background-color: #FF552D;
    	padding: 12px 16px;
	}
}


.table-scroll {
  overflow-x: scroll;
}

.table-scroll table {
border-collapse: collapse;
border-spacing: 0;
table-layout:initial;
white-space: nowrap;
}

.table-wrapper table th, .table-wrapper table td {
    padding: 16px;
    border: 1px solid #ccc;
}

.table-wrapper table td {
    border: 1px solid #ccc;
}

.table-wrapper table th {
    background-color: #eee;
}

.table-wrapper table th.red {
    background: #f1667f;
    color: #fff;
}

.table-wrapper table th.blue{
	background: #68b4d9;
    color: #fff;
}

.table-scroll table td {
	white-space:initial;
    min-width:200px;
}


.cell-icon:after, .cell-icon:before {
    font-family: "Material Symbols Outlined";
	font-weight: bold;
    font-size: 28px;
}

td.cell-icon{
	position:relative;
	z-index:1;
	padding:20px 15px;
}

.cell-icon:after, .cell-icon:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    color: #ddd;
    font-size: 40px;
    font-weight: normal;
}

.icon-circle:after, .icon-circle-double:after{
	content: '\ef4a';
	color:#ffe9e9;
}

.icon-circle-double:before{
	content: '\e061';
	color:#ffe9e9;
}

.icon-triangle:after{
	content: '\e86b';
	color:#fff7d2;
}

.icon-cross:after{
	content: '\e5cd';
	color:#cae3fd;
}


.list {
    font-size: 0.9em;
    list-style: disc;
    padding: 20px 0 20px 20px;
}

.list li {
	margin-bottom:10px;
}

ul.image-list {
	padding-left: 0;
}

ul.image-list li {
	list-style: none;
	display: flex;
	gap: 28px;
	margin-bottom: 20px;
}

.image-list figure {
	margin: 0;
	flex-shrink: 0;
	text-align:center;
}

.image-list figure img {
	margin: 0;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	vertical-align: middle;
}

.image-list figure figcaption{
	font-size:12px;
	margin-top: 4px;
}



/* 検索フォーム */

.sf-box {
    position: relative;
    border: 2px solid #ccc;
    padding: 20px;
    margin-bottom: 20px;
}

.sf-box ul {
    display: flex;
    flex-wrap: wrap;
}

.sf-box ul li {
    flex-basis: 50%;
    padding: 4px 0;
}

.sf-field-post-meta-option ul li {
    display: flex;
    font-size: 0.8em;
}

.sf-box ul li.sf-field-post-meta-option,
.sf-box ul li.sf-field-submit {
    flex-basis: 100%;
    margin-top: 10px;
}

.searchandfilter select.sf-input-select {
    border: 1px solid #ccc;
    width: 100%;
    font-size: 0.8em;
    padding: 8px 12px;
    border-radius: 4px;
}

.searchandfilter select {
    background: #fffbd0;
}

.searchandfilter select:has(option.sf-item-0:checked) {
    background: #f4f4f4;
}

.searchandfilter .sf-field-sort_order select {
    background: #fff !important;
}

.searchandfilter label {
    width: 100%;
    padding-right: 10px;
}

.sf-box li.sf-field-submit {
    display: flex;
    justify-content: center;
    position: relative;
}

.sf-box li.sf-field-submit input {
    margin-top: 20px;
    background-color: #666;
    color: #fff;
    border-radius: 4px;
    padding: 20px;
    font-weight: bold;
    box-shadow: 0 4px 0 #333;
    line-height: 1.8em;
    min-width: 50%;
    text-align: center;
}

.sf-box li.sf-field-submit input:hover {
    position: relative;
    box-shadow: none;
    top: 4px;
}

.sf-order .searchandfilter label {
    padding: 0;
    width: auto;
}

.searchandfilter ul li.sf-field-sort_order {
    display: flex;
    flex-basis: 100%;
    justify-content: flex-end;
    align-items: center;
    margin-top: 10px;
}

.searchandfilter ul li.sf-field-sort_order h4 {
    white-space: nowrap;
    font-size: 0.8em;
    padding: 0;
}

.searchandfilter ul li.sf-field-sort_order label {
    width: auto;
}

.search-filter-results-list .product {
    padding: 0;
}

.product-osusume {
    margin-bottom: 40px;
}

.product-osusume>div {
    display: flex;
}

.product-osusume .title {
    width: 40%;
    background-color: #999;
    padding: 24px;
    border-radius: 12px 0 0 0;
    font-size: 0.8em;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #fff;
}

.product-osusume>div:last-child {
    margin-top: 1px;
}

.product-osusume>div:last-child .title {
    border-radius: 0 0 0 12px;
}

.product-osusume .cont {
    width: 60%;
    background-color: #ddd;
    padding: 24px;
    border-radius: 0 12px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.product-osusume>div:last-child .cont {
    border-radius: 0 0 12px 0;
}

.cont span {
    font-size: 0.8em;
    font-weight: bold;
    color: #fff;
    background-color: #999;
    padding: 4px 8px;
}

.offers {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px;
    gap: 16px;
}

.offers .item {
    background-color: #ccc;
    position: relative;
    width: 120px;
    height: 120px;
}

.offers .name {
    text-align: center;
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.offers .title {
    font-size: 0.9em;
    margin-bottom: 8px;
}

.offers-img {
    position: absolute;
    left: 50%;
    top: -8px;
    transform: translateX(-50%);
    border: 2px solid #ccc;
    border-radius: 50%;
    width: 56px;
}

.offers .num {
    font-weight: bold;
}

.found-posts {
    border: 2px solid #ccc;
    text-align: center;
    padding: 20px;
    margin-bottom: 40px;
    line-height: 1.6em;
}

.found-posts .num {
    font-weight: bold;
    font-size: 1.5em;
    color: #bb1616;
}

.found-posts .unit {
    font-weight: bold;
    color: #bb1616;
}


/* etc. */

pre {
    padding: 10px;
    background-color: #eee;
    border-radius: 4px;
    margin-bottom: 40px;
    white-space: pre-wrap;
}

dl dt {
    margin-bottom: 8px;
}

dl dt:not(:first-child) {
    margin-top: 20px;
}

.sendlink-wrapper {
    padding: 28px;
    background-color: #f4f4f4;
    border-radius: 8px;
    margin: 40px 20px;
    box-shadow: 1px 1px 2px #ccc;
}

.single-sendlink #colophon {
    display: none;
}

.sendlink-wrapper h1 {
    font-size: 1.1em;
}

.sendlink-wrapper p {
    font-size: 0.8em;
}

.sendlink-wrapper a {
    color: #2375f5;
}

@media screen and (max-width: 768px) {
    body {
        font-size: 14px;
    }
    .banner-area {
        flex-wrap: wrap;
        justify-content: center;
    }
    .btn a br {
        display: inherit;
    }
    .product .header {
        flex-direction: column;
        gap: 10px;
    }
    .name-area .name {
        padding-right: 0;
    }
    .rating-area .rating {
        padding: 4px 24px;
    }
    .icon:after,
    .icon:before {
        font-size: 40px;
    }
    .panel02 th,
    .panel02 td {
        padding: 10px 4px;
    }
}

@media screen and (max-width: 576px) {
    body {
        font-size: 14px;
    }
    .wrapper {
        padding-left: 10px;
        padding-right: 10px;
		width:100% !important;
    }
    .eyecatch .wrapper {
        padding: 0;
    }
    .eyecatch .wrapper::after {
        right: 8px;
    }
    .hide-sp {
        display: none;
    }
    .hide-pc {
        display: block;
    }
    .column {
        padding: 16px;
    }
    .product {
        padding: 0;
    }
    .product-box {
        flex-direction: column;
        align-items: center;
    }
    .tab-area {
        gap: 4px;
    }
    .tab {
        font-size: 0.8em;
        width: 9em;
    }
    .table01 td {
        padding: 16px 10px;
    }
    .name-area {
        font-size: 16px;
    }
    .box-title {
        font-size: 16px;
    }
    .sf-box ul li {
        flex-basis: 100%;
    }
}