@charset "utf-8";
/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
旧プランテーブル
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/

.o_table {
	border-collapse: collapse;
	margin: 0 0 1.5em;
	width: 100%;
	font-size: 14px;
}

.o_table td {
	border: 1px solid #bbb;
	padding: 0.5em;
	text-align: left;
	vertical-align: middle;
}

/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
AddQuicktag
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.deco_A,
.deco_B,
.deco_C,
.deco_D {
	border-color: #2a2a2a !important;
}

.deco_A {
	background: rgba(221, 221, 221, 0.4);
}

.deco_A {
	display: block;
	padding: 5px 0px 5px 8px;
	border-left: 5px solid;
	margin-bottom: 10px;
}

.deco_B {
	display: block;
	padding: 5px 0px 5px 8px;
	margin-bottom: 10px;
	border-left: 5px solid;
	border-bottom: 1px solid;
}

.deco_C {
	display: block;
	padding: 3px 0px 3px 8px;
	margin-bottom: 10px;
	border-left: 5px solid;
}

.deco_D {
	display: inline-block;
	padding: 5px;
	margin-bottom: 10px;
	border-top: 1px solid;
	border-bottom: 1px solid;
}

/*ボタン青*/
.square_btn_blue {
	position: relative;
	display: inline-block;
	padding: 0.5em 1em;
	text-decoration: none;
	background: #04a4b3;
	color: #fff;
	border-top: solid 1px #276b74;
	border-left: solid 1px #276b74;
	border-right: solid 1px #276b74;
	border-bottom: solid 4px #276b74;
	border-radius: 3px;
}

.square_btn_blue:active {
	top: 3px;
	border-bottom: solid 4px rgba(255, 255, 255, 0);
}

/*ボタン赤*/
.square_btn_red {
	position: relative;
	display: inline-block;
	padding: 0.5em 1em;
	text-decoration: none;
	background: #990000;
	color: #fff;
	border-top: solid 1px #5f0c03;
	border-left: solid 1px #5f0c03;
	border-right: solid 1px #5f0c03;
	border-bottom: solid 4px #5f0c03;
	border-radius: 3px;
}

.square_btn_red:active {
	top: 3px;
	border-bottom: solid 4px rgba(255, 255, 255, 0);
}

/*ボタン黒*/
.square_btn_black {
	position: relative;
	display: inline-block;
	padding: 0.5em 1em;
	text-decoration: none;
	background: #383838;
	color: #fff;
	border-top: solid 1px #000000;
	border-left: solid 1px #000000;
	border-right: solid 1px #000000;
	border-bottom: solid 4px #000000;
	border-radius: 3px;
}

.square_btn_black:active {
	top: 3px;
	border-bottom: solid 4px rgba(255, 255, 255, 0);
}

/* JetContents--------------------------------------------------- */

.deco_clock:before {
	content: "alarm_on";
	/* position:relative; */
	font-family: "Material Icons";
	/* font-size: 1.5rem;
    top: 6px; */
}

.blog_text ul {
	padding-top: 0;
	padding-bottom: 0;
}
.blog_text ol {
	padding-top: 0;
	padding-bottom: 0;
}

.mg1 {
	margin: 50px 0 24px;
}
.mg2 {
	margin: 50px 0 24px;
}
.mg3 {
	margin: 30px 0 15px;
}
.mg4 {
	margin: 30px 0 15px;
}

.deco_line1 {
	background: linear-gradient(transparent 50%, yellow 50%);
}

.deco_clock {
	margin: 24px 0;
	display: block;
}

th {
	vertical-align: middle;
}

/* ------------------------------------------------------------------ */

@media only screen and (max-width: 1000px) {
	/* JetContents--------------------------------------------------- */
	.deco_clock:before {
		font-size: 1.8rem;
		top: 0.9375vw;
	}
	/* ------------------------------------------------------------------ */
}
/*◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆
SEOフッター
◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆*/
.ssfa.blog_seo {
	margin-bottom: 80px;
}
.ssfa .shop_seo_foot_cont {
	word-break: break-all;
	line-height: 2;
}

/* タイトル */
.ssfa .ssfa_title {
	display: block;
	padding: 8px 0;
	margin: 0;
	font-size: 1.6rem;
	font-weight: normal;
	text-align: center;
}
/* BOX */
.ssfa .box {
	/* padding: 16px; */
	padding: 40px 16px 16px;
}
/* 画像 */
.ssfa .logo_img {
	width: 100%;
	height: 67px;
	text-align: center;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 0;
}
.ssfa .logo_img img {
	width: auto;
	max-height: 50px;
}
/* ロゴテキスト */
.ssfa.blog_seo .txt_wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	line-height: 1;
	margin: -1px 0 0 8px;
	text-align: left;
}
.ssfa.blog_seo .sub_txt.top {
	margin: 0 0 3px;
}
.ssfa.blog_seo .sub_txt.bottom {
	margin: 3px 0 0;
}
.ssfa.blog_seo .sub_txt {
	font-size: 12px;
}

.ssfa.blog_seo .main_txt {
	font-size: 24px;
}
/* テキスト */
.ssfa .txt {
	font-size: 1.4rem;
	text-align: center;
	padding: 0;
	margin: 24px 0;
}
/*table*/
.ssfa .ssaf_table {
	width: 100%;
	border-collapse: collapse;
	font-size: 1.6rem;
}
.ssfa .ssaf_table th,
.ssfa .ssaf_table td {
	padding: 4px;
	font-size: 1.6rem;
	font-weight: normal;
	text-align: left;
}

@media screen and (min-width: 641px) and (max-width: 959px) {
	.ssfa .ssfa_title {
		font-size: 1.5rem;
	}
	.ssfa.blog_seo {
		margin-bottom: 10vw;
	}
}

/*====================
送料表
====================*/
.shipping_fee_table td {
	width: calc(100% / 3);
}
.shipping_fee_table tr td:first-child {
	background: #f7f7f7;
}

.WPC #page_area.page_default {
	padding: 0;
}

/*====================
カラーミー
====================*/
.shop_pro_box > div,
.cartjs_box,
.shop_pro_box table {
	width: 100% !important;
}
.shop_pro_box table {
	font-size: 1.6rem;
}
.shop_pro_box table th,
.shop_pro_box table td {
	padding: 8px;
}
.shop_pro_box input {
	border: solid 1px rgba(195, 195, 195);
	padding-left: 5px;
}
.cartjs_box div.cartjs_cart_in input {
	width: 100% !important;
	margin: 0 auto;
	background: none;
	display: block;
	padding: 10.5px 0;
	text-align: center;
	border: none;
	font-size: 14px !important;
	letter-spacing: 2px;
	text-decoration: none;
}
.cartjs_box div.cartjs_buy input {
	width: 100% !important;
	margin: 0 auto !important;
	background: none !important;
	display: block !important;
	padding: 10.5px 0 !important;
	text-align: center !important;
	border: none !important;
	font-size: 14px !important;
	letter-spacing: 2px;
	text-decoration: none !important;
	text-shadow: none !important;
	box-shadow: none !important;
}
.shop_pro_box select {
	min-width: 50%;
	border: 1px solid #ddd;
	webkit-appearance: menulist;
	appearance: menulist;
}
