/*———————————
共通
———————————*/

/*
color
———————————*/
:root {
  --color-g-1: #F5FAFB;
  --color-g-2: #E6EEF1;
  --color-g-3: #D6E6EA;
  --color-g-4: #CBDCE2;
  --color-g-5: #B1CCD4;
  --color-g-6: #95B6C1;
  --color-g-7: #7BA6B3;
  --color-p-1: #FDF9FB;
  --color-p-2: #F8F1F5;
  --color-p-3: #F3E9EF;
  --color-p-4: #F1E2EA;
  --color-p-5: #E1CAD6;
  --color-p-6: #C7A2B5;
  --color-p-7: #BA8EA5;
}


/* 背景 */

[class^="colored_bg"] {
	padding: 4rem 0;
	margin: 0;
}
[class$="__pink"] {
	background-color: #E3C5BF;
}
[class$="__gray"] {
	background-color: #D6D6D4;
}

/* 見出し */

.contents h1 {
	font-family: 'FuturaEFBook', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
	font-weight: normal;
	font-size: 2rem;
}
.contents h2 {
	font-family: 'FuturaEFBook', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
	font-weight: normal;
	font-size: 1.75rem;
	border-bottom: 1px solid #9b9ea0;
	padding-bottom: 0.5rem;
}
.contents h3 {
	font-family: 'FuturaEFBook', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
	font-weight: normal;
	font-size: 1.5rem;
	border-left: 4px solid #9b9ea0;
	padding-left: 0.5rem;
}
.contents h4 {
	font-family: 'FuturaEFBook', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
	font-weight: normal;
	font-size: 1.25rem;
}
.contents h5 {
	font-family: 'FuturaEFBook', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
	font-weight: normal;
	font-size: 1.125rem;
}
.contents h6 {
	font-family: 'FuturaEFBook', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
	font-weight: normal;
	font-size: 1;
}

/* リスト */

.contents ul {
	padding-left: 1.5em;
	line-height: 1.75;
}
.contents ol {
	padding-left: 1.5em;
	line-height: 1.75;
}
.contents ol ol {
	list-style-type: lower-roman;
}

/* 定義 */

.contents dl {
	line-height: 1.75;
}
.contents dl dd {
	margin-left: 1em;
}

/* FAQ */

.contents .faq_dl {
	border: 1px solid rgba(0,0,0,.125);
	margin: 0;
	border-bottom: 0;
}
.contents .faq_dl:last-of-type {
	border-bottom: 1px solid rgba(0,0,0,.125);
}
.contents .faq_dl dt {
	padding: 1rem;
	background-color: #f6f6f6;
}
.contents .faq_dl dd {
	display: none;
	padding: 1rem;
	margin: 0;
}

/* 区切り線 */

.contents hr {
	margin: 3rem 0;
	border-width: 1px 0 0;
	border-color: #ccc;
}

/* 引用 */

.contents q,
.contents cite {
	line-height: 1.75;
}

/* テーブル */

.contents table {
	line-height: 1.75;
	border-collapse: collapse;
	width: 100%;
}
.contents tr {
	text-align: left;
}
.contents th,
.contents td {
	border-bottom: 1px solid #ffa2b0;
	padding: 0.5rem;
}
.contents table.border th,
.contents table.border td {
	border: 1px solid #ccc;
}
.contents table.border th {
	background-color: #ebecec;
}
@media (min-width: 768px){
	.contents table {
		width: auto;
	}
}

/* 左右コンテンツ横並び */

@media (min-width: 768px){
	.img_left_div {
		display: flex;
		justify-content: space-between;
	}
	.img_right_div {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
	}
	.img_left_div > div,
	.img_right_div > div {
		width: calc(50% - 1rem);
	}
	.img_left_div > div p:first-of-type,
	.img_right_div > div p:first-of-type {
		margin-top: 0;
	}
}

/* 商品横並び */

.contents .product_div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contents .product_div div {
	margin: 3rem 0;
	width: calc(50% - 0.5rem);
}
.contents .product_div img {
	width: 100%;
	display: block;
}
.contents .product_div dl {
	margin: 0.5rem 0 0;
}
.contents .product_div dt {
	font-size: 1.125rem;
}
.contents .product_div dd {
	margin-left: 0;
	font-size: 0.875rem;
	color: #505050;
}
.contents .product_div dd span {
	font-size: 0.75em;
}
@media (min-width: 768px){
	.contents .product_div.column_2 div {
		width: calc(50% - 1rem);
	}
	.contents .product_div.column_3 div {
		width: calc(100% / 3 - 1rem);
	}
	.contents .product_div.column_4 div {
		width: calc(25% - 1rem);
	}
}

/* ブログカード 190808追加 */

.orig_card {
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 15px;
    margin: 20px auto;
    max-width: 350px;
    border-radius: 4px;
    box-shadow: 0 2px 4px #ccc;
}
.orig_card-image img {
    max-width: 162px;
    display: block;
    height: auto;
}
.orig_card-wrapper {
    padding-left: 15px;
}
.orig_card-title {
    font-size: 16px;
    margin-bottom: 12px;
    text-align: left;
    color: #333;
}
.orig_card-content p {
    color: #777;
    font-size: 12px;
}
.orig_card-action a {
    text-decoration: none;
    color: #ff91a1;
}
.orig_card-action a:hover {
    color: #ff4560;
}
@media screen and (max-width: 480px) {
    .orig_card {
        flex-direction: column;
    }
    .orig_card-wrapper {
        padding: 15px 0 0;
    }
    .orig_card-action {
        text-align: center;
        border-top: 1px solid #eee;
        padding: 20px;
    }
}

/* 取扱店舗用table 191209追加 */

table.store-list_table {
    width: 100%;
    border-top: #9B9EA0 solid 1px;
    border-right: #9B9EA0 solid 1px;
    border-left: #9B9EA0 solid 1px;
    border-collapse: collapse;
	margin-bottom: 60px;
}
table.store-list_table thead th {
    background: var(--color-p-4);
    padding: 10px 15px;
    border-right: #9B9EA0 solid 1px;
    border-bottom: #9B9EA0 solid 1px;
}
table.store-list_table thead th:last-child {
    border-right: #9B9EA0 solid 1px;
}
table.store-list_table tbody th {
    font-size: 0.8rem;
    background: var(--color-p-1);
    padding: 10px 15px;
    border-bottom: #9B9EA0 solid 1px;
    vertical-align: top;
}
table.store-list_table tbody tr:last-child th {
    border-bottom: #9B9EA0 solid 1px;
}
table.store-list_table tbody td {
    font-size: 0.8rem;
    background: #FFF;
    padding: 10px 15px;
    border-left: #9B9EA0 solid 1px;
    border-bottom: #9B9EA0 solid 1px;
    vertical-align: top;
}
table.store-list_table tbody td a {
    color: inherit;
}
@media screen and (max-width: 640px) {
    table.store-list_table thead {
        display: none;
    }
    table.store-list_table tbody th {
        display: block;
    }
    table.store-list_table tbody td {
        display: block;
        padding: 0px 15px;
        font-size: 0.8rem;
        border-bottom: none;
        border-left: none;
    }
    table.store-list_table tbody td:last-child {
        border-bottom: #9B9EA0 solid 1px;
        padding-bottom: 4px;
    }
    table.store-list_table tbody tr:last-child td:last-child {
        border-bottom: #9B9EA0 solid 1px;
    }
}

/* 2024/03/20 ブログカードのスタイル追加 */
iframe.wp-embedded-content {
    width: 100%;
}
