/*!
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;
}
html{
	    scroll-behavior: smooth;
}
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;
    margin-bottom: 100px;
}

#colophon {
    width: 100%;
    background-color: #eee;
    text-align: center;
    padding: 20px 0;
	font-size: 0.9em;
}

.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,
.page-footer,
.page-footer-text,
.breadcrumb{
    display: flex;
    justify-content: center;
}

section {
    padding: 10px 0 30px;
}

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

.hide-pc {
    display: none;
}

.eyecatch {
    padding: 0;
}

.eyecatch .wrapper {
    position: relative;
}

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

.content img {
    max-width: 90%;
    margin-bottom: 20px;
    text-align: center;
}

.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;
}

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

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

.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;
}

.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;
}

.note {
    font-size: 0.6em;
	text-align: center;
	color: rgb(40 40 40 / 50%);
	margin: 40px 0;	
}

.text_note_small {
    margin: 14px 0 0px;
    font-size: 0.6em;
	text-align: center;
	color: rgb(40 40 40 / 50%);;
}

/* 見出し */

.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: 40px 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;
}


/* テーブル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: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

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

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

.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;
}

/* スクロールテーブル */

.table-scroll {
    overflow-x: scroll;
    width: 100%;
	
	table th {
    	white-space: nowrap;
	}

}

.table-scroll.td-nowrap {
	table td {
    	white-space: nowrap;
	}
}

/* タブコンテンツ */

.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,
.name-area .check{
    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;
}

.name-area .check::before {
    content: '\e86c';
    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
}

.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;
}

.banner-area img{
	width:300px;
}


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;
    }
}

.table-wrapper {
	overflow: auto;
	width: 100%;
	
	table {
		font-size: 12px;
		border: 0;
		border-collapse: separate;
		border-spacing: 2px;
		min-width: 100%;
	}

	td,
	th {
		border: 0;
		background: #fff;
		box-sizing: border-box;
		padding: 1em 2em;
		line-height: 1.5;
	}

	th {
		max-width: 20em;
		min-width: 12em;
		white-space: normal;
		background: #f3f3e5;
		color: #656524;
		font-weight: bold;
		text-align: left;
	}

	td {
		max-width: 30em;
		min-width: 12em;
		white-space: normal;
	}

	tr:nth-child(odd) td {
		background-color: #fcfcfc;
	}
}


/* 検索フォーム */

.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;
    font-size: 0.8em;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #fff;
    margin-top: 1px;
}

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

.product-osusume>div:first-child {
    margin-top: 0px;
}

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

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

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

.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: 160px;
    height: 140px;
}

.offers .name {
    text-align: center;
    position: absolute;
    top: 60px;
    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;
}

/* ボタンエフェクト  */

.ef{
	
}

.ef.pulse{
	animation: pulseEffect 1s ease-in-out infinite;
}

@keyframes pulseEffect {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
}

/* 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;
}

.page-footer {
	width: 100%;
	background-color: #ddd;
	text-align: center;
	padding: 40px 0;
	
	h2 {
		margin-top: 0;
		padding-top: 0;
	}

	.items {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;

		a {
			display: block;
			position: relative;
			width: calc((100% - 20px) / 3);
            background-color: #fff;
            border-radius: 8px;
            padding: 16px;
            border: 2px solid #aaa;
		}
		
		a:hover::before {
			opacity: 0.4;
		}

		a::before {
			content: '';
			position: absolute;
			width: 100%;
			height: 100%;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
			background-color: #fff;
			border-radius: 8px;
			opacity: 0;
			z-index: 3;
		}
		
		a::after {
			content:'';
			position: absolute;
			width: 12px;
			height: 12px;
			border-right: 2px solid #aaa;
			border-bottom: 2px solid #aaa;
			top: 50%;
			right: 16px;
			transform: rotate(-45deg) translatey(-50%);
			z-index: 2;
		}
		
		.text {
    		margin-top: 8px;
    		font-size: 0.9em;
    		font-weight: bold;
		}
	}
}

.page-footer-text {
    width: 100%;
    background-color: #ddd;
    padding: 10px 0;
	font-size:0.7em;
}

.breadcrumb {
	width: 100%;
	padding: 20px 0;
	
	ul {
		display: flex;
		flex-wrap: wrap;
		gap: 4px 8px;
		font-size: 0.7em;
		
		a {
			font-weight: bold;
			text-decoration: underline;
			position:relative;
			display: block;
		}
		
		a::after {
			content: '';
			border-right: 1px solid #333;
			border-bottom: 1px solid #333;
			width: 6px;
			height: 6px;
			display: inline-block;
			transform: rotate(-45deg);
			margin-left: 8px;
		}
	}
}

.column-list {

	li {
		border-bottom: 1px solid #ccc;

		a {
			display: flex;
			gap: 20px;
			padding: 20px;
		}

		a:hover {
			background-color: #EDF6FD;

			.title {
				color: #52acc0;
			}
		}

		img {
			flex-shrink: 0;
		}

		.title-area {
			width: 100%;

			.title {
				font-weight: bold;
			}

			.date {
				color: #999;
				font-size: 0.8em;
				margin-top: 8px;
			}
		}
	}
}

blockquote {
	margin: 0 0 25px 0;
	padding: 27px 30px;
	background: #fff;
	border: 1px solid #ccc;
	box-shadow: 0px 3px 0px 0px rgba(150, 150, 150, 0.1);
	position: relative;

	:before {
		content: '"';
		font-style: italic;
		font-size: 30px;
		font-weight: normal;
		line-height: 40px;
		width: 30px;
		height: 30px;
		position: absolute;
		top: 5px;
		left: 10px;
		color: #5cbcd7;
	}

	:after {
		content: '"';
		font-style: italic;
		font-size: 30px;
		font-weight: normal;
		text-align: left;
		line-height: 60px;
		width: 30px;
		height: 30px;
		position: absolute;
		bottom: 7px;
		right: -2px;
		color: #5cbcd7;
	}

	cite {
		border-top: 1px dotted #aaa;
		display: block;
		padding: 20px 0 0 0;
		font-style: italic;
		text-align: right;
		font-size: 90%;
	}
}




@media screen and (max-width: 768px) {
    body {
        font-size: 14px;
    }
	.wrapper {
        width: 100% !important;
    }
    .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;
    }
	.table01 .rating{
		flex-direction: column;
		align-items: center;
	}
	.table01 .btn a {
    	padding: 8px 4px;
    	font-size: 0.8em;
	}
	
	.page-footer .items a{
		width: calc((100% - 10px) / 2);
	}
}

@media screen and (max-width: 576px) {
    body {
        font-size: 15px;
    }
    .wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }
    .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%;
    }
	
	
.column-list {

	li {

		a {
			padding: 20px 0;
		}

		img {
			width: 100px;
			height: auto;
		}

	}
}
}