@charset "UTF-8";

.clearfix::after {
   content: "";
   display: block;
   clear: both;
}

h2.news {
  width: 100%;
  text-align: left;
  margin-top: 60px;
  margin-left: 12px;
  font-size: 22px;
  background: url("https://www.dm-s.co.jp/collect/wp-content/themes/collect-theme/img/icon/info.svg") no-repeat left 5px;
  padding-left: 34px;
}

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

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

.text-center .product-banner {
    margin-right: auto;
    margin-left: auto;
}

.text-bold{
	font-weight:bold;
}

caption{
	font-weight:bold;
}

.time{
	align-items:baseline;
}

.pr{
	font-size:14px;
	border-radius:0;
	height:20px;
	line-height:20px;
	background-color:#666;
	letter-spacing:1px;
}

.product-btn a {
    height: auto;
    line-height: inherit;
    padding: 20px 48px;
}

.home .container, .archive .container{
    max-width: 1104px !important;
}

.home .article-wrap .col-right, .archive ul.pankuzu{
	max-width:1080px;
}


.page-id-131 #main .container , .home #main .container, .archive #main .container {
  max-width: 1104px !important;
}

.archive #main.article-wrap .container {
    max-width: 686px !important;
}

.product-info{
	border:none;
	padding:0;
	flex-direction:column;
}

.product-banner {
    margin-right: auto;
    margin-left: auto;
}

.recommend-btn a {
	padding: 10px 40px 10px 20px;
	height: auto;
	line-height: 1.3em;
}

ul>li{
	margin-bottom:10px;
}

ul.list {
    text-align: left;
    padding: 10px 20px 10px 24px;
    margin: 0;
}

ul.list li:not(:first-child){
	padding-top:10px;
}

.entry-content{
	position:relative;
	margin-top: 20px;
}

.entry-content table {
	width: 100%;
}

.entry-content .table-fixed table {
	table-layout: fixed;
}

.entry-content th, .entry-content td{
	text-align: left;
}

.entry-content td {
    white-space: initial;
}

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

.product-info table th {
	width:10em;
}

.product-info img{
	border: 1px solid #e9e9e9;
}

.product-notice {
	font-size: 12px;
}

.eyecatch img{
	object-fit:cover;
}

.entry-content .product-recommend td, .entry-content .box td{
	background-color:#fff;
}

.entry-content .product-recommend ul{
	margin-bottom:2em;
}

.entry-content .product-recommend ul:last-child{
	margin-bottom:0;
}

.box>*:last-child, .box-r>*:last-child, .box-y>*:last-child, .box-b>*:last-child, .box-g>*:last-child {
  margin-bottom: 0;
}

.box>ul{
	margin-top:10px;
}

.content-image {
	width:100%;
	height:auto;
    margin-bottom: 20px;
}

.entry-content p a, .entry-content li a, div.reference a{
	color: #28958D;
    text-decoration: underline;
}

.entry-content p a:hover, .entry-content li a:hover, div.reference a:hover {
    text-decoration: none;
}

.product-btn.custom-btn a {
    padding: 20px 48px;
    height: auto;
    line-height: 1.4em;
}

.product-info table{
	margin:0;
	font-size:14px;
}

.product-info .attachment-full.size-full{
	margin-bottom:20px;
}

.reload-icon {
    margin-right: 4px;
}

.reload-icon svg {
    vertical-align: middle;
}

.sendbtn-over-text{
    margin-bottom: -30px;
    margin-top: 40px;
    text-align: center;
}

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

.box-check {
    border: 2px solid #FF8A29;
    padding: 60px 25px 25px;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
	margin-bottom:30px;
	margin-top:30px;
}

.box-check .box-title {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0px !important;
}

.box-check p {
    padding: 0;
    border: none;
}

.box-check p:last-child {
	margin-bottom:0;
}

.footer_logo img {
    width: 100%;
    height: auto;
}

.iframe-wrapper{
overflow-x:scroll;
-webkit-overflow-scrolling: touch;
overflow-scrolling: touch;
text-align:center;
}

.article_list_wrap {
    height: 100%;
}

.site-card{
	background-color:#fff;
}

.youtube__aspect-ratio {
    width: 100%;
    aspect-ratio: 16 / 9;
	margin:30px 0;
}

.youtube__aspect-ratio iframe {
    width: 100%;
    height: 100%;
}

.youtube__short_aspect-ratio {
    width: 100%;
	max-width:300px;
    aspect-ratio: 9 / 16;
	margin:20px auto;
	display:block;
}

.youtube__short_aspect-ratio iframe {
    width: 100%;
    height: 100%;
}
.product {
    position:relative;
	background-color: #ffffff;
}

.product-edit-link {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #f3a1a1;
    padding: 4px 20px;
	font-size: 12px;
	z-index:2;
}

.list-article .thumbnail img{
	object-fit:cover;
}

.list-article .thumbnail {
    aspect-ratio: 1 / 1;
}

.table-scroll.table-type01 td {
    min-width: 130px;
}

.table-custom .product-banner {
    text-align: center;
}

.table-custom .product-banner img{
	max-width:150px;
	border:1px solid #eee;
}	

.table-shop table th {
    width: 10em;
}

.product-btn-text img{
	margin-bottom:0;
}

.splide__slide .instagram-media {
    margin-left: auto!important;
    margin-right: auto!important;
}

.product-detail {
    margin-top: 1em;
}

.superviser-wrapper {
    margin: 30px 0;
}

.superviser {
    margin-bottom:24px;
}

.superviser-index {
    display: flex;
    flex-wrap: wrap;
    gap:20px;
    width: 100%;
    padding-bottom: 28px;
}

.superviser-index .superviser-inner {
    flex-direction: column;
    align-items: center;
}

.superviser-index .superviser {
    margin: 0;
    width: calc((100% - 80px) / 5);
	min-width:100px;
	display:block;
}

.superviser-index .superviser-info {
    text-align: center;
}

.superviser-index .superviser-name {
    font-size: 16px;
    margin-bottom: 0px;
}

.superviser-index .superviser-name span{
    font-size: 12px;
}

.superviser-index .superviser-sub {
    font-size: 12px;
}

.superviser-index .superviser-inner img{
    margin-right:0;
	object-fit:cover;
}

.supervisor-archive .superviser-title, .supervisor-archive span.text-small {
    display: none;
}

.supervisor-archive .superviser {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 20px;
}

.superviser-note{
	font-size:0.6em;
}

.superviser-url {
    margin-top: 8px;
    font-size: 0.7em;
}

.writer-url {
    font-size: 12px;
}

td.evaluation img {
    height: 60px;
    width: 60px;
}

ul.toc_list a {
    color: #000;
    text-decoration: none;
}

ul.toc_list>li {
    font-size: 14px;
}

ul.toc_list>li>ul li {
    font-size: 12px;
    margin: 8px 0 0 0;
}

ul.toc_list>li>ul li a {
    color: #555;
}

.site-card:hover {
    color: inherit;
}

blockquote {
	padding:32px 28px 16px 36px;
	margin:40px 0;
	background-color:#f4f4f4;
}

blockquote cite{
	font-size:11px;
}

table.option-table tr:first-child td:nth-child(2) {
	position: relative;
}

table.option-table tr:first-child td:nth-child(2)::before {
	display: inline-block;
	content: "編集部おすすめ！";
	background-color: #fa8a2a;
	color: #fff;
	padding: 0px 5px;
}

.col1-fixed tr>*:first-child{
	position:sticky;
	top:0;
	left:0;
}

.col1-fixed tr>*:first-child::before{
	content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	width: 100%;
	height: 100%;
	border: 1px solid #C5C5C5;
	z-index:-1;
	box-sizing:content-box;
}

.process-list {
	counter-reset: step;
}

.process-list > div{
	counter-increment: step;
}

.process-list > div:before {
    content: 'STEP. ' counter(step,decimal-leading-zero);
    background-color: #333;
    padding: 4px 8px;
    margin-bottom: 10px;
    display: inline-block;
    color: #fff;
    font-size: 0.8em;
	font-weight:bold;
}

.process-list dt {
    font-weight: bold;
    border-left: 1px solid #666;
    padding: 4px 0 8px 16px;
}

.process-list dd {
    margin: 0 0 20px;
    padding: 4px 0 4px 16px;
    border-left: 1px solid #666;
}

.entry-content .process-list p {
    margin-bottom: 10px;
}

.process-list dd>*:last-child{
	margin-bottom:0;
}

footer#footer{
	padding-bottom:20px;
}

.publication {
    margin: 10px 0 40px;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.publication > * {
    display: flex;
	align-items:center;
    gap: 10px;
	padding:10px;
}

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

.publication p {
    font-size: 0.8em;
    line-height: 1.4em;
    margin: 0;
}

.box-column{
	display:flex;
	gap:10px;
	padding:10px;
}

.box-column.column-2 > *{
	width:50%;
}

a.btn{
    padding: 10px 15px;
    border-radius: 6px;
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    white-space: nowrap;
    font-size: 14px;
    height: 40px;
    line-height: 20px;
    background: #0F3F79;
    color: #FFF;
    text-decoration: none;
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 20%);
    -webkit-tap-highlight-color: transparent;
    transition: .22s ease-out;
    text-align: center;
}

a.btn:hover {
    background: #4291F4;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 3px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 7px -2px rgba(0, 0, 0, 0.12);
    background-size: 36px;
}

.postid-939 .product-banner, .postid-939 .product-banner img {
    max-width: 100%;
}

.float-banner {
    display:none;
    width: 300px;
    height: auto;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
}

.banner-copy {
    font-size: 0.9em;
    text-align: center;
    background-color: #fff;
}

button.banner-close {
    position: absolute;
    right: -5px;
    top: 17px;
    border-radius: 50%;
    z-index: 999999;
    background-color: #f8f8f8;
    cursor: pointer;
    height: 24px;
    width: 24px;
    border: none;
    padding: 0;
    margin: 0;
    line-height: 0;
    box-shadow: 0px 0px 2px #333;
}

.press-release {
    margin: 0 0 40px 0;
    padding: 0 10px 0 30px;
}

.press-release a {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 12px;
    text-align: left;
}

ul.press-release h3 {
    margin: 0;
}

.hashtag {
    display: flex;
	flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    padding: 0;
}

.hashtag li {
    margin: 0;
}

.hashtag li a {
    text-decoration: none;
    color: inherit;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 4px 10px;
    font-size: 12px;
}

.qa-list > div {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #ccc;
}

.qa-list dt, .qa-list dd {
    position: relative;
    padding: 10px 0 0 40px;
    margin-bottom: 24px;
}

.qa-list dt:before, .qa-list dd:before {
	content:'';
	position:absolute;
	width: 33px;
    height: 40px;
	top:0;
	left:0;
}

.qa-list dt {
    font-weight: bold;
}

.qa-list dt:before {
	background:center/33px 40px no-repeat url('https://www.dm-s.co.jp/collect/wp-content/themes/collect-theme/img/common/qa-list-q.png');
}

.qa-list dd {
    margin: 0 0 0 10px;
}

.qa-list dd:before {
	background:center/33px 40px no-repeat url('https://www.dm-s.co.jp/collect/wp-content/themes/collect-theme/img/common/qa-list-a.png');
}

.swiper-container {
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

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

.review-swiper .speech-wrap{
	margin:0 40px 0;
}

.swiper-button-prev.chevron-left::after{
	content: "\e5cb";
}

.swiper-button-next.chevron-right::after{
	content: '\e5cc';
}

.swiper-button-next.chevron-right.swiper-button-disabled, .swiper-button-prev.chevron-left.swiper-button-disabled {
    opacity: 0;
}

.swiper-pagination-bullet-active {
    background-color: #333;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

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

.product {
	padding-top: 84px;
}

.product h3 {
	padding: 15px 25px;
	margin:0;
	width: 100%;
	background-color: #fffed9;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 4px 4px 0 0;
}

.product.sticky {
    padding-top: 25px;
}

.product.sticky h3 {
    padding: 15px 25px;
    margin: -25px -25px 25px -24px;
    width: calc(100% + 50px);
    position: sticky;
	z-index:999;
}

.product.sticky .product-edit-link{
	z-index:1000;
}

.update-info {
    margin: 30px 0;
    background-color: #fff1f1;
    padding: 20px;
}

.update-info-title {
    font-weight: bold;
    margin-bottom: 10px;
}

.update {
    border-bottom: 1px solid #ccc;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.update .date {
    font-size: 12px;
    color: #999;
}

.update .text {
    font-size: 13px;
}

.spot {
    border: 2px solid #9BB9DD;
    border-radius: 8px;
    padding: 30px;
}

.spot .title {
    margin: 0 0 12px;
    font-size: 1.2em;
    font-weight: bold;
}

.spot .spot-title {
    margin: 0 0 12px;
    font-size: 1em;
    color: #CD3C49;
    font-weight: bold;
    border: none;
    padding: 0;
}

.spot .spot-contact {
    display: flex;
    flex-wrap: wrap;
	font-size: 12px;
}

.spot .spot-contact dt, .spot .spot-contact dd{
	margin-bottom:8px;
}

.spot .spot-contact dt {
    width: calc(5em + 8px);
    white-space: nowrap;
	font-weight: bold;
}

.spot .spot-contact dd {
    width: calc(100% - (5em + 8px));
	margin-left: 0;
}

.spot-desc {
    border-top: 1px solid #ccc;
    margin-top: 16px;
    padding-top: 10px;
	font-size: 12px;
}

.spot-desc p {
    margin: 0;
    font-size: 1em;
}

.spot-desc .attention {
    margin: 10px 0 0;
    font-weight:bold;
}

.flex{
	display:flex;
	flex-wrap:wrap;
	gap:20px;
}

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

.flex-item{
	width:calc((100% - 20px) / 2);
}

.flex-item > *:last-child{
	margin-bottom:0;
}

.product-chart-wrapper {
    position: relative;
    max-width: 380px;
    width: 100%;
    margin: 0 auto;
}

#header .logo {
	display: flex;
	justify-content: center;
	align-items: center;
}

#header .logo img {
	margin-top: 0px;
}

.hamburger {
	top: 0px;
}

.footer_logo {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 256px;
}

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

.entry-content table ul {
	padding-left: 20px;
}

.entry-content th.red{
	background: #ffe9e9;	
}

.entry-content th.blue{
	background: #cae3fd;
}

.table-font-size-min table{
	font-size:0.7em;
}

.table-scroll.table-fixed th {
	width: 140px;
	white-space: initial;
}

.th-color01 th{
	background-color:#FFF8F0;
}

.table-scroll.table-fixed th.w120{
	width:120px;
}

.table-scroll.table-fixed th.w100{
	width:100px;
}

.table-wrapper.table-font-size-min .product-btn.small-btn a {
    font-size: 10px;
    padding: 10px;
    text-align: center;
}

/* タブコンテンツ */

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

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

.tab {
    display: flex;
    align-items: center;
    border-radius: 4px;
	padding: 8px 8px 16px;
    position: relative;
    background-color: #0F3F79;
	color:#fff;
    cursor: pointer;
    max-width: 10em;
    justify-content: center;
	flex: 1;
}

.tab.active {
    background-color: #4291F4;
    transition: all 0.1s 0s ease;
}

.tab::after {
    content: '';
    display: block;
    position: absolute;
    background-color: #fff;
    width: 8px;
    height: 3px;
    clip-path: polygon(50% 3px, 0% 0%, 8px 0%);
    bottom: 6px;
}
/*
.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;
}


/* カテゴリトップ */
.category-top .mv-block h1 {
    text-align: center;
}

.category-top #mv{
	margin-bottom:30px;
}

.category-top .mv-title-block h1{
	margin-top:0;
}

.category-top .mv-title-block {
    width: 100%;
    max-width: 100%;
    text-align: left;
}

.entry-content .post-swiper h3 {
    font-size: 15px;
    font-weight: 700;
    padding: 12px 0;
    margin: 0;
	border:none;
}

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

.ef{
	
}

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

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



@media only screen and (min-width: 769px) and (max-width: 1110px){
	.col-1.article-box .thumbnail {
    height: calc((100vw * 0.33) - 24px);
    object-fit: cover;
}
}

@media screen and (min-width: 768px) {
	.content-image.content-image-auto {
    	width: max-content;
	}
}

@media screen and (max-width: 767px) {
.product-info .product-table{
	margin-left:0;
}

.product-info table{
	margin:0;
	font-size:11px;
}

.speech-icon img {
    width: 60px;
    height: 60px;
}

.speech-balloon:before {
    top: 20px;
}
	
.sendbtn-over-text {
    margin-bottom: -30px;
    font-size: 0.9em;
}

#header .logo img {
    max-height: 28px;
    width: auto;
    margin-top: -6px;
}
	
.splide .instagram-media{
    min-width: 100% !important;
}

.superviser-index {
    margin: 15px auto 0;
    width: 90%;
}
.superviser-index .superviser {
    width: calc((100% - 20px) / 2);
}
	
.site-card {
    margin: 30px 0;
    padding: 12px;
}

.site-card-img img {
    width: 14vw;
    height: 14vw;
    object-fit: cover;
}

.site-card-title {
    font-size: 12px;
    line-height: 1.4;
}

.site-card-add {
    justify-content: right;
    margin-top: 4px;
}

.site-card-add img {
    margin: 0;
}
	
#toc_container {
    padding: 8px;
}

#toc_container .toc_title {
    font-size: 14px;
}

ul.toc_list>li {
    margin-bottom: 0;
    font-size: 13px;
}

ul.toc_list>li>ul li {
    margin: 0;
    font-size: 11px;
}

.table-scroll {
    margin-bottom: 40px;
}


.entry-content ul {
    font-size: 14px;
}

.speech-wrap {
    flex-direction: column;
}

.speech-icon {
    display: flex;
    align-items: center;
    gap: 10px;
}

.speech-person {
    width: 60px;
}
	
.speech-name {
    margin-top: 10px;
}

.speech-balloon:before {
    left: 20px;
    top: -18px;
    transform: rotate(90deg);
}

.sbp-r .speech-balloon::before {
    left: 20px;
    transform: rotate(270deg);
}

.superviser-inner img {
    width: 64px;
    height: 64px;
}
	
.entry-content .superviser-sub p{
	font-size:12px;
}
	
	.superviser-url a, .writer-url a {
    word-wrap: break-word;
}

.product.sticky h3 {
    margin: -25px -20px 25px -20px;
    width: calc(100% + 39px);
}
	
		.flex {
    	flex-direction: column;
	}
	
	.flex-item {
    	width: 100%;
	    display: flex;
		justify-content:center;
		flex-wrap:wrap;
	}
	
	.flex.reverse {
    	flex-direction: column;
	}
	
	.spot .title, .spot .spot-title{
		width:100%;
	}

	.footer_logo {
		width: 256px;
	}

	.category-top #mv{
		margin-bottom:126px;
	}
	
	.category-top div#mv-title{
		width:100%;
		border:none;
	}
	
	div#mv-title.has-title{
        border-top: solid 1px #DFDFDF;
    }

	.category-top .mv-title-block {
    	width: 90%;
    	max-width: 686px;
    	margin: 0 auto 30px;
	}
	
	.category-top .mv-title-block h1{
		margin-top:15px;
	}

    .entry-content .post-swiper h3 {
        font-size: 12px;
    }
}

@media (max-width: 480px){
	.table-scroll td {
    	min-width:180px;
	}
	.entry-content table ul {
	    font-size: 12px;
	}
}
