@charset "utf-8";

/*
Theme Name: 共ショウECサイト PC
Author: ZOU Inc.
Author URI: http://zou.co.jp/
Version: 1.0
*/

/* ************************************************
*	基本設定
* ************************************************ */

:root {
  --main-color: #2C3E50;
  --accent-color: #27AE60;
  --light-bg: #ECF0F1;
  --text-color: #333333;
}

#closed {
	position: absolute;
	top: 0;
	left: 397px;
	background: #e70000;
	padding: 5px 10px;
	color: #fff;
	font-weight: bold;
}
html { font-size: 62.5%; }
body {
	margin: 0;
	padding: 0;
	font-family:'Noto Sans JP',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic","Sans-Serif";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 1.3rem;
	color: var(--text-color);
	text-align: left;
	box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-p-box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	text-align: left;
}

/* リンク */

a {color: var(--main-color); text-decoration: none; transition: all 0.3s ease;}
a:hover {color: var(--accent-color);}
a:active, a:focus {outline: 0;}

.ssba a {
	background: none !important;
}

.exp .ssba,
#yougoDetail .ssba {
	display: none;
}

/* 画像 */

img {
	border: 0;
	padding: 0;
	margin: 0;
	max-width: 100%;
	height: auto;
	width /***/: auto;
	vertical-align: bottom;
}
img.alignleft {
	display: inline;
	margin-right: 10px;
	float: left;
}
img.alignright {
	display: inline;
	margin-left: 10px;
	float: right;
}
img.aligncenter {
	display: block;
	margin: 10px auto;
}

.navigation {
	width: 760px;
}
.navigation .alignright a {
	display: inline-block;
	background: var(--accent-color) url(images/right-arrow.png) no-repeat center;
	background-position: 100px 10px;
	padding: 5px 30px 5px 15px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	color: #fff;
	margin-bottom: 20px;
	float: right;
}

.navigation .alignleft a {
	display: inline-block;
	background: var(--accent-color) url(images/left-arrow.png) no-repeat center;
	background-position: 8px 10px;
	padding: 5px 15px 5px 30px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	color: #fff;
	margin-bottom: 20px;
	float: left;
}

#product a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.c {
	margin: 15px 0;
	text-align: center;
	clear: both;
}
.r {
	margin: 15px 0;
	text-align: right;
	clear: both;
}
.lead {
	padding:  0 0 10px 0;
	font-size: 1.8rem;
	font-weight: bold;
	color: var(--main-color);
}

ul.item {
	margin-left: 18px;
}
ul.item li {
	list-style: none;
	color: var(--accent-color);
	text-indent: -17px;
	margin-bottom: 7px;
	font-weight: bold;
}

ul.item li i {
	text-indent: -5px;
}

/* ************************************************
*	全体
* ************************************************ */

/* ----- Header ----- */
header .inner {
	position: relative;
}

header h1 {
	width: 100%;
	position: absolute;
	top: 3px;
	left: 0;
	font-size: 11px;
	color: #666;
}
#logo {
	float: left;
	padding-top: 25px;
}
#lookCart {
	margin-right: 4px;
	font-size: 1.2rem;
	float: right;
}
#lookCart a {
	width: 87px;
	height: 76px;
	color: #fff;
	display: block;
	text-align: center;
}
#lookCart a:hover {
	background: var(--accent-color);
}

/* ----- topNav ----- */
ul#topNav {
	margin-left: 40px;
	margin-top: 45px;
	list-style: none;
	font-size: 1.2rem;
	float: left;
}
ul#topNav li {
	margin-left: 20px;
	padding-left: 10px;
	background: url(images/icn-cursol.png) left center no-repeat;
	float: left;
}

/* ----- gNav ----- */
nav {
	height: 54px;
	background: var(--main-color);
	border-bottom: none;
}
ul#gNav {
	margin: auto;
	width: 1000px;
	height: 54px;
	list-style: none;
}
ul#gNav li {
	width: 250px;
	text-align: center;
	line-height: 54px;
	float: left;
	position: relative;
}
ul#gNav li a {
	color: #fff;
	display: block;
	font-weight: 500;
	padding: 0 30px;
	position: relative;
	overflow: hidden;
}

ul#gNav li a:before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: var(--accent-color);
	transition: all 0.3s ease;
	z-index: 1;
}

ul#gNav li a:hover:before {
	left: 0;
}

ul#gNav li a span {
	position: relative;
	z-index: 2;
}

/* ----- container ----- */
#container {
	margin: 28px auto;
	width: 1000px;
}
/* ----- side ----- */
aside {
	width: 220px;
	margin-right: 20px;
	float: left;
	clear: both;
}

aside #btnGroup {
	position: relative;
	width: 220px;
	top: 0;
	margin-bottom: 20px;
}

/* ----- contents ----- */
#main {
	width: 760px;
	float: left;
}

/* ----- footer ----- */
footer {
	font-size: 1.3rem;
	background: var(--main-color);
	color: #fff;
}
#btnTop {
	margin: 50px 0 0;
	padding: 15px 0;
	border: 1px #ddd solid;
	text-align: right;
}
#sitemap {
	margin: 20px 0 35px 0;
}
#copyright {
	background: #1a2530;
	text-align: center;
	font-size: 1.2rem;
	padding: 25px;
	color: #fff;
	margin-top: 70px;
}
.footer-infoArea li {
    list-style: none;
    float: left;
}

.inner {
	margin: auto;
	width: 1000px;
	position: relative;
}
#pan {font-size: 1.3rem;}

/* ----- 下部のカテゴリ選択 ----- */
#othrerCat {
	margin-top: 50px;
	margin-bottom: 50px;
}
#othrerCat h3 {
	margin-bottom: 20px;
	padding-left: 10px;
	font-size: 1.6rem;
	font-weight: bold;
	border-left: 10px solid var(--main-color);
	height: auto !important;
}
#othrerCat a .card {
	position: relative;
	margin: 0 5px 0 0;
	width: 122px;
	height: 244px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	float: left;
}
#othrerCat a:last-child .card {
	margin-right: 0;
}
#othrerCat .card:before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	right: 2px;
	bottom: 2px;
	background: url(images/card-cursol.png) right bottom no-repeat;
}
#othrerCat .card img.circle {
	padding: 7px;
	border-radius: 50%;
}
#othrerCat .card p {
	margin-bottom: 10px;
}
#othrerCat .card span {
	font-size :1.0rem;
	display: block;
}

/* ----- カテゴリ設定 ----- */
.si {background: #8a8a8a;}
.am {background: #ccc;}
.vm {background: #a8dadd;}
.dm {background: #95c1e5;}
.oam {background: var(--main-color);}
.at {background: var(--accent-color);}
.blue01 {background: #20558b;}
.blue02 {background: #225ca5;}

/* ----- button ----- */
.btn {
	margin: 10px auto 20px;
	transition: all 0.3s ease;
	text-decoration:none;
	height: 50px;
	font-size: 1.7rem;
	line-height: 50px;
	text-align: center;
	display: block;
	outline: none;
	position: relative;
	z-index: 2;
	background: var(--accent-color);
	border-radius: 4px;
	font-weight: 500;
	letter-spacing: 1px;
	color: #fff;
}
.btn:before,.btn:after {
	position: absolute;
	display: block;
	content: "";
	height: 100%;
	width: 100%;
	transition: all 0.1s;
}
.btn:hover {
	background: #219251;
	transform: translateY(-2px);
}

.contact {
	width: 400px;
	color: #fff !important;
	font-weight: bold;
	background: var(--accent-color);
	text-decoration: none !important;
	border-radius: 4px;
}
.contact:hover {
	background: #219251;
	transform: translateY(-2px);
}
.buy {
	margin: 0 0 20px 0;
	width: 340px;
	color: #fff !important;
	font-weight: bold;
	background: var(--accent-color);
	border-radius: 4px;
}
a.buy {
	text-decoration: none !important;
}
.buy:hover {
	background: #219251;
	transform: translateY(-2px);
}
.jump-btn {
	display: flex;
	justify-content: center;
}
.jump {
	margin: 40px 3%;
	width: 48%;
	color: #fff !important;
	font-weight: bold;
	background: var(--main-color);
	text-align: center;
	border-radius: 4px;
}
a.jump {
	text-decoration: none !important;
}
.jump:hover {
	background: #3e5871;
	transform: translateY(-2px);
}
.postBtn {
	margin: 40px auto 20px auto;
	width: 340px;
	color: #fff !important;
	text-decoration: none !important;
	font-weight: bold;
	background: var(--main-color);
	border-radius: 4px;
}

.postBtn:hover {
	background: #3e5871;
	transform: translateY(-2px);
}

h2#error-title {
	margin: 70px auto;
	font-size: 20px;
	font-weight: bold;
	border-left: none !important;
	padding: 0 !important;
}

.not-found .entry-content {
	margin-bottom: 100px;
}

.other {
	width: 340px;
	color: #fff;
	font-weight: bold;
	background: var(--main-color);
	border-radius: 4px;
}
.other:hover {
	background: #3e5871;
	transform: translateY(-2px);
}

.recommend {
	width: 340px;
	color: #fff;
	font-weight: bold;
	background: #8a8a8a;
	border-radius: 4px;
}
.recommend:hover {
	background: #777;
	transform: translateY(-2px);
}

/* ----- buttonS ----- */
.btnS {
	margin: 10px 0 20px 0;
	transition: all 0.3s ease;
	text-decoration:none;
	height: 30px;
	font-size: 1.7rem;
	line-height: 30px;
	text-align: center;
	display: block;
	outline: none;
	position: relative;
	z-index: 2;
	float: right;
	border-radius: 4px;
}
.btnS:before,.btnS:after {
	position: absolute;
	display: block;
	content: "";
	height: 100%;
	width: 100%;
	transition: all 0.1s;
}
.detail {
	margin: 20px 0;
	width: 200px;
	font-size: 1.3rem;
	font-weight: bold;
	color: #fff;
	background: var(--main-color);
	border-radius: 4px;
}
.detail:hover {
	background: #3e5871;
	transform: translateY(-2px);
}

/* ----- 切り欠き ----- */
.cut:after{
	content: "";
	position:absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-width: 10px 0 0 10px;
	border-style: solid;
	border-color: transparent;
	border-top-color: #fff;
}
/* ************************************************
*	サイド
* ************************************************ */
aside dl {

}
aside dt {
	padding: 5px 3px !important;
	border-top: 2px solid #8a8a8a;
	border-bottom: 1px dashed #999999;
	font-weight: bold;
}
aside dd {
	padding: 10px 0 20px 0;
}
aside dd ul {
	margin-left: 10px;
	list-style: none;
}
aside dd ul li {
	margin: 5px 0;
	padding-left: 15px;
	background: url(images/icn-cursol2.png) left center no-repeat;
}
aside dd ul li a {
	display: block;
}
aside .bnrGroup {margin-top: 20px;}
aside .bnr {margin: 0 0 8px 0;}

/* ************************************************
*	トップページ
* ************************************************ */
#mainimage {
	position: relative;
	height: 700px;
	z-index: 1;
	background-image: url('images/main-visual.jpg');
	background-size: cover;
	background-position: center center;
	overflow: hidden;
}
#btnGroup {
	position: absolute;
	width: 220px;
	top: 30px;
	z-index: 2;
}
#ticker {
	position: absolute;
	width: 100%;
	height: 60px;
	bottom: 0;
	color: #fff;
	background: rgba(44, 62, 80, 0.9);
	z-index: 3;
}

#ticker h2 {
	margin: 10px 0;
	padding: 10px 0;
	border: 1px solid #fff;
	width: 220px;
	text-align: center;
	display: inline-block;
	float: left;
}
#ticker .ticker {
	margin: 10px 0 10px 30px;
	padding: 15px 0;
	width: 700px;
	text-align: left;
	overflow: hidden;
	float: left;
}
#ticker .ticker ul {
	position: relative;
}
#ticker .ticker ul li {
	display: none;
}
#ticker .ticker ul li a {
	color: #fff;
}

#ticker .ticker .date {
	margin-right: 40px;
}

#ticker .ticker .new {
	position: absolute;
	top: -5px;
  left: 80px;
}

.main-content {
	background: rgba(44, 62, 80, 0.8);
	padding: 60px 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
}

.title-area h2 {
	font-size: 42px;
	font-weight: 700;
	letter-spacing: 2px;
	position: relative;
	padding-bottom: 20px;
	color: #fff;
	text-shadow: 0 2px 4px rgba(0,0,0,0.3);
	margin: 0;
}

.title-area h2:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 3px;
	background: var(--accent-color);
}

/* ----- product ----- */
#idMediaWrap {
	width: 760px;
	height: 250px;
	margin: 20px auto 0;
}
#lineupItem {
	width: 680px;
	float: left;
	text-align: left;
}
#lineupItem li {
	float: left;
	display: inline;
	margin: 0 20px;
	padding: 0;
	width: 200px;
	height: 275px;
	text-align: left;
}
#worksList a {
	text-decoration: underline;
}
.label {
	margin: 5px 0;
	width: 80px;
	font-size: 1.2rem;
	color: #fff;
	line-height: 20px;
	text-align: center;
}
#worksList .date {
	font-size: 1.2rem;
	color: var(--main-color);
}
.prevBtn {
	float: left;
	width: 20px;
	height: 40px;
	padding-top: 50px;
}
.prevBtn a:hover {
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha(opacity=80);
	opacity: 0.8;
	zoom: 1;
}
.nextBtn {
	float: right;
	width: 20px;
	height: 40px;
	padding-top: 50px;
}
.nextBtn a:hover {
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha(opacity=80);
	opacity: 0.8;
	zoom: 1;
}

/* ----- product ----- */
#product {

}
#product a .card {
	position: relative;
	margin: 0 4px 4px 0;
	width: 378px;
	height: 250px;
	font-size: 2.0rem;
	font-weight: bold;
	color: #fff;
	float: left;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 3px 15px rgba(0,0,0,0.05);
	transition: all 0.3s ease;
}
#product a:nth-child(even) .card {
	margin-right: 0;
}
#product a .card:hover {
	transform: translateY(-5px);
	box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}
#product .card:before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	right: 2px;
	bottom: 2px;
	background: url(images/card-cursol.png) right bottom no-repeat;
}
#product .card img.circle {
	padding: 25px;
	border-radius: 50%;
	float: left;
}
#product .card h2 {
	margin-top: 100px;
	font-weight: bold;
}
#product .card span {
	font-size :1.0rem;
	display: block;
}

/* ----- works ----- */
.works {
	margin-top: 100px;
}
.works h2 {
	font-size: 2.4rem;
	font-weight: bold;
	color: var(--main-color);
	text-align: center;
	border-bottom: 3px solid var(--accent-color);
	padding-bottom: 10px;
	position: relative;
}
.works h2:after {
	content: '';
	position: absolute;
	bottom: -3px;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 3px;
	background: var(--accent-color);
}
.works h2 span {
	font-size: 1.3rem;
	font-weight: normal;
	color: #777;
	display: block;
	margin-top: 5px;
}

/* ----- infoBox ----- */
#infoBlock {
	margin-top: 0px;
	font-size: 1.3rem;
}
#infoBlock h2 {
	margin-bottom: 10px;
	padding-left: 24px;
	height: 50px;
	line-height: 48px;
	font-size: 1.5rem;
	color: #fff;
	background: var(--main-color);
	border-bottom: solid 3px var(--accent-color);
}
.blocks {
	margin-bottom: 40px;
	display: block;
}
#infoBlock .leftBlock {
	margin-right: 40px;
	width: 360px;
	float: left;
}
#infoBlock .rightBlock {
	width: 360px;
	float: left;
}
#infoBlock .cont {
	height:165px;
	width: 345px;
	margin-left: 7px;
	overflow: auto;
}
#infoBlock .cont ul {
	list-style: none;
}
#infoBlock .cont ul li {
	padding: 5px 0;
	border-bottom: dotted 1px #ccc;
	position: relative;
}

.blocks .date {
	margin-right: 20px;
	color: #8a8a8a;
}
.blocks .goList {
	position: relative;
}
.blocks .goList a {
	position: absolute;
	top: -55px;
	right: 10px;
	padding: 5px 10px;
	font-size: 1.2rem;
	color: #fff;
	background: var(--accent-color);
	border-radius: 15px;
}

.blocks .cont ul li a {
	display: block;
}
/* ----- contact ----- */
#contact {
	margin-top: 0;
}

article#contact {
	margin-top: 60px;
}
#contact h3 {
	margin-bottom: 20px;
	padding: 15px;
	border-top: solid var(--main-color) 1px;
	border-bottom: solid var(--main-color) 1px;
	font-size: 2.0rem;
	text-align: center;
	color: var(--main-color);
	font-weight: 500;
}

body#contact article#contact,
body#contact .c {
	display: none;
}

/* ************************************************
*	アイテム一覧ページ
* ************************************************ */
#itemList {

}
#itemList h2 {
	position: relative;
	margin: 15px 0 38px 0;
	padding: 25px;
	font-size: 2.0rem;
	font-weight: bold;
	color: #fff;
	background: var(--main-color);
	border-bottom: 2px solid var(--accent-color);
}
#itemList h3 {
	margin-bottom: 10px;
	padding-left: 10px;
	border-left: 5px solid var(--accent-color);
	font-weight: bold;
	height: 60px;
	font-size: 1.4rem;
}

#itemList h2 a {
	color: #fff;
	text-decoration: none;
}

.outerBox {
	width: 810px;
	margin-right: -50px;
}
.itemBox {
	margin: 0 10px 30px 0;
	width: 207px;
	text-align: center;
	float: left;
	background: #fff;
	border-radius: 4px;
	padding: 20px;
	box-shadow: 0 3px 15px rgba(0,0,0,0.05);
	transition: all 0.3s ease;
}

.itemBox:hover {
	transform: translateY(-5px);
	box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.price {
	color: var(--accent-color);
	font-size: 18px;
	font-weight: 700;
}

.itemBox .btn {
	margin: 10px auto 20px;
	transition: all 0.3s ease;
	text-decoration:none;
	height: 35px;
	font-size: 1.7rem;
	line-height: 35px;
	font-size: 13px;
	text-align: center;
	display: block;
	outline: none;
	position: relative;
	z-index: 2;
	background: var(--accent-color);
	border-radius: 4px;
	color: #fff;
}

.itemBox a {
	text-decoration: none !important;
}
.itemBox p {
	text-align: left;
	font-size: 13px;
}
.itemBox p.price {
	text-align: center;
	margin-top: 5px;
	font-size: 16px;
	font-weight: bold;
}

.itemBox img {
	margin-bottom: 3px;
}

.navigation {
	clear: both;
}

/* ************************************************
*	アイテム詳細ページ
* ************************************************ */
#itemDetail {}
#itemDetail h2 {
	position: relative;
	margin: 15px 0 38px 0;
	padding: 25px;
	font-size: 2.0rem;
	font-weight: bold;
	color: #fff;
	background: var(--main-color);
}
#itemDetail h3 {
	position: relative;
	margin: 15px 0 10px 0;
	padding: 10px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	background: var(--accent-color);
	border-radius: 4px;
}
#itemDetail h4 {
	margin: 25px 0 10px 0;
	font-size: 1.8rem;
	font-weight: bold;
	color: var(--main-color);
}

#picBox {
	width: 400px;
	float: left;
}
#thum {
	margin-top: 10px;
}
#explan {
	width: 300px;
	float: right;
}
#itemDetail ul {
	list-style: none;
	margin: 10px 0;
}
#itemDetail ul li {
	margin-bottom: 10px;
	padding-left: 16px;
	background: url(images/icn-list.png) left top no-repeat;
	font-weight: bold;
	line-height: 1.3;
	color: var(--main-color);
}

#ex-box {
	overflow: hidden;
}

/* ************************************************
*	ブログ関連ページ
* ************************************************ */
#blogList h2,
#blogDetail h2 {
	position: relative;
	margin: 15px 0 38px 0;
	padding: 25px;
	font-size: 2.0rem;
	font-weight: bold;
	color: #fff;
	background: var(--main-color);
	border-bottom: 2px solid var(--accent-color);
}

#blogDetail h4,
#yougoDetail h4,
#knowledgeDetail h4 {
    position: relative;
    margin: 15px 0 10px 0;
    padding: 10px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    background: var(--accent-color);
    border-radius: 4px;
}

#blogDetail h5,
#yougoDetail h5,
#knowledgeDetail h5 {
	margin-bottom: 10px;
	padding: 15px;
	border: solid var(--light-bg) 1px;
	border-left: solid var(--accent-color) 10px;
	font-size: 1.4rem;
	text-align: left;
	background: var(--light-bg);
	font-weight: bold;
	color: var(--main-color);
}

/* ----- List ----- */
#blogList h3 {
	margin-bottom: 18px;
	padding: 10px 0;
	border-top: 2px solid var(--light-bg);
	border-bottom: 1px dashed #999;
	font-size: 1.6rem;
	font-weight: bold;
	color: var(--main-color);
}
#blogList .w760 {
	width: 760px;
	margin-bottom: 25px;
}
#blogList .eyecatch {
	width: 220px;
	margin-right: 20px;
	float: left;
}
#blogList .left {
	width: 520px;
	float: left;
}
/* ----- Detail ----- */
#blogDetail h3 {
	margin-bottom: 20px;
	padding: 10px 0;
	border-top: 2px solid var(--light-bg);
	border-bottom: 1px dashed #999;
	font-size: 1.8rem;
	font-weight: bold;
	color: var(--main-color);
}
#blogDetail p {
	margin: 20px 0;
	font-size: 1.4rem;
	line-height: 1.7;
}

.cateBox li.current-cat a {
	background: var(--main-color);
}

#blogDetail a {
	color: var(--main-color);
	font-weight: bold;
	text-decoration: underline;
}

#blogDetail a:hover {
	color: var(--accent-color);
	font-weight: bold;
	text-decoration: underline;
}

/* ************************************************
*	事例紹介ページ
* ************************************************ */
#worksDetail {}
#worksList h1,
#worksDetail h1 {
	position: relative;
	margin: 15px 0 38px 0;
	padding: 25px;
	font-size: 2.0rem;
	font-weight: bold;
	color: #fff;
	background: var(--main-color);
}
/* ----- Detail ----- */
#worksDetail h2 {
	margin-bottom: 25px;
	padding: 15px 0;
	border-top: 2px solid var(--light-bg);
	border-bottom: 1px dashed #999;
	font-size: 1.8rem;
	font-weight: bold;
	color: var(--main-color);
}
#worksDetail p {
	margin: 20px 0;
	font-size: 1.4rem;
	line-height: 1.7;
}

#worksDetail h3,
#recommend h3 {
	position: relative;
	margin: 15px 0 10px 0;
	padding: 10px;
	font-size: 1.6rem;
	font-weight: bold;
	color: #fff;
	background: var(--accent-color);
	border-radius: 4px;
}

#worksDetail #picBox {
	width: 600px;
	float: left;
}
#worksDetail #thum {
	width: 140px;
	float: right;
	margin-top: 0;
}
#worksDetail #thum img {
	margin-bottom: 10px;
}
#recommend .itemPic {
	width: 300px;
	float: left;
}
#recommend .summary {
	width: 420px;
	float: right;
}
#recommend h4 {
	padding-left: 25px;
	margin-bottom: 20px;
	font-size: 1.4rem;
	font-weight: bold;
	color: var(--main-color);
	background: url(images/icn-link.png) no-repeat left center;
}
#recommend h4 a {
	color: var(--main-color);
	text-decoration: underline;
}

/* ************************************************
*	豆知識関連ページ
* ************************************************ */
#knowledgeList h2,
#knowledgeDetail h2 {
	position: relative;
	margin: 15px 0 38px 0;
	padding: 25px;
	font-size: 2.0rem;
	font-weight: bold;
	color: #fff;
	background: var(--main-color);
}
/* ----- List ----- */
#knowledgeList h2 {
	margin-bottom: 25px;
	padding: 10px 0;
	border-top: 2px solid var(--light-bg);
	border-bottom: 1px dashed #999;
	font-size: 1.6rem;
	font-weight: bold;
	color: var(--main-color);
}
#knowledgeList .w760 {
	width: 760px;
	margin-bottom: 25px;
}
#knowledgeList .eyecatch {
	width: 220px;
	margin-right: 20px;
	float: left;
}
#knowledgeList .left {
	width: 520px;
	float: left;
}
/* ----- Detail ----- */
#knowledgeDetail h3 {
	margin-bottom: 25px;
	margin-top: 25px;
	padding: 15px 0;
	border-top: 2px solid var(--light-bg);
	border-bottom: 1px dashed #999;
	font-size: 2.2rem;
	font-weight: bold;
	color: var(--main-color);
}
#knowledgeDetail p {
	font-size: 1.4rem;
	line-height: 1.7;
}

#knowledgeDetail .borderBox {
	padding: 10px;
	background: var(--light-bg);
	border-radius: 4px;
}
#knowledgeDetail .inBox {
	padding: 40px;
	background: #fff;
	border-radius: 2px;
}

#knowledgeDetail .inBox a {
	color: #fff;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	padding: 3px 8px;
}

#knowledgeDetail .eyecatch {
	width: 275px;
	margin-right: 20px;
	float: left;
}

.cateBox {
	padding: 10px;
	background: var(--light-bg);
	margin-bottom: 30px;
	border-radius: 4px;
	display:none;
}

.cateBox .inBox {
	padding: 30px;
	background: #fff;
	border-radius: 2px;
}

.cateBox li {
	list-style: none;
	float: left;
	margin: 0 10px 10px 0;
}
.cateBox li a {
	background: var(--accent-color);
	color: #fff;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	padding: 7px 13px;
}

.cateBox li a:hover {
	background: #219251;
}

/* ************************************************
*	用語集のページ
* ************************************************ */
#yougoList h2,
#yougoDetail h2 {
	position: relative;
	margin: 15px 0 38px 0;
	padding: 25px;
	font-size: 2.0rem;
	font-weight: bold;
	color: #fff;
	background: var(--main-color);
}
/* ----- List ----- */
#yougoList h3 {
	margin-bottom: 25px;
	padding: 10px 0;
	border-top: 2px solid var(--light-bg);
	border-bottom: 1px dashed #999;
	font-size: 1.6rem;
	font-weight: bold;
	color: var(--main-color);
}
#yougoList .w760 {
	width: 760px;
	margin-bottom: 25px;
}
#yougoList ul {
	margin-left: 40px;
	list-style: none;
}
#yougoList ul li {
	width: 200px;
	margin: 5px 15px 5px 0;
	padding-left: 15px;
	background: url(images/icn-cursol2.png) left center no-repeat;
	float: left;
}

/* ----- Detail ----- */
#yougoDetail h3 {
	margin-bottom: 25px;
	padding: 15px 0;
	border-top: 2px solid var(--light-bg);
	border-bottom: 1px dashed #999;
	font-size: 2.2rem;
	font-weight: bold;
	color: var(--main-color);
}
#yougoDetail p {
	font-size: 1.4rem;
	line-height: 1.7;
}

#yougoDetail .borderBox {
	padding: 10px;
	background: var(--light-bg);
	border-radius: 4px;
}
#yougoDetail .inBox {
	padding: 40px;
	background: #fff;
	border-radius: 2px;
}
#yougoDetail .eyecatch {
	width: 275px;
	margin-right: 20px;
	float: left;
}
#yougoDetail .left {
	width: 365px;
	float: left;
}

/* ************************************************
*	サイトマップ
* ************************************************ */

.contentSitemap {
	width: 789px;
	margin-right: -29px;
}

.contentSitemap h2 {
	margin-bottom: 20px;
	padding: 7px 0 !important;
	border-top: 2px solid var(--light-bg);
	border-bottom: 1px dashed #999;
	font-size: 1.6rem !important;
	font-weight: bold;
	color: var(--main-color);
}

.contentSitemap dl {
	width: 234px !important;
	height: 250px;
	float: left;
	margin-right: 29px;
}
.contentSitemap dt {
	padding: 12px 0 0;
	font-weight: bold;
	color: var(--main-color);
}
.contentSitemap dd {
	margin: 5px 0 !important;
	padding: 0;
	margin-left: 20px;
    padding-left: 10px !important;
    background: url(images/icn-cursol.png) left center no-repeat;
}
.contentSitemap dd ul {
	list-style: none;
}
.contentSitemap dd ul li {
	margin: 12px 0;
	padding-left: 15px;
	background: url(images/icn-cursol2.png) no-repeat;
	background-position: 0 3px;
	line-height: 1.2;
}
.contentSitemap dd ul li a {
	display: block;
}

/* ************************************************
*	フッター　サイトマップ
* ************************************************ */
#sitemap dl {
	width: 166px;
	float: left;
}
#sitemap dt {
	padding: 12px 0 0;
	font-weight: bold;
	color: var(--light-bg);
}
#sitemap dd {
	margin: 0;
	padding: 0;
}
#sitemap dd ul {
	list-style: none;
}
#sitemap dd ul li {
	margin: 12px 0;
	padding-left: 15px;
	background: url(images/icn-cursol2.png) no-repeat;
	background-position: 0 3px;
	line-height: 1.2;
}
#sitemap dd ul li a {
	display: block;
	color: #fff;
}
#sitemap dd ul li a:hover {
	color: var(--accent-color);
}

/* ************************************************
*	テーブル
* ************************************************ */
/* スペックテーブル */
#itemDetail table,
#worksDetail table,
table.spec,
table.spec table {
	width: 100%;
	margin: 20px 0;
	padding:0 0 0 0;
	border: 3px var(--light-bg) solid;
	border-collapse: collapse;
	border-spacing: 0;
	border-radius: 4px;
	overflow: hidden;
}
#itemDetail table th,
#worksDetail table th,
table.spec th {
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	border: 0 var(--light-bg) solid;
	border-width: 0 0 1px 1px;
	white-space: nowrap;
	vertical-align: middle;
	background: var(--light-bg);
}

#blogDetail table th {
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	border: 0 var(--light-bg) solid;
	border-width: 0 0 1px 1px;
	white-space: nowrap;
	vertical-align: middle;
	background: var(--light-bg);
	color:#333;
}

#itemDetail table td,
#worksDetail table td,
table.spec td {
	font-size: 1.3rem !important;
	text-align: center;
	padding: 10px 5px;
	border: 3px var(--light-bg) solid;
	border-width: 0 0 1px 1px;
	white-space: normal;
	vertical-align: middle;
}

#blogDetail table td {
	font-size: 1.3rem !important;
	text-align: left;
	padding: 15px 20px;
	border: 3px var(--light-bg) solid;
	border-width: 1px;
	white-space: normal;
	vertical-align: middle;
}

#itemDetail table td.left,
#worksDetail table td.left,
table.spec td.left {
	text-align: left;
	padding-left: 10px;
}

#blogDetail table td.left {
	text-align: left;
	padding-left: 10px;
}

table.spec th {
	width: 200px;
}
table.spec td p {
	font-size: 1.3rem !important;
}

/* Formテーブル */
table.formTable {
	width: 100%;
	margin: 20px 0;
	padding:0 0 0 0;
	border: 1px #333 solid;
	border-collapse: collapse;
	border-spacing: 0;
	border-radius: 4px;
	overflow: hidden;
}
table.formTable th {
	padding: 5px;
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	border: 0 #333 solid;
	border-width: 0 0 1px 1px;
	white-space: nowrap;
	vertical-align: middle;
	background: var(--main-color);
}
table.formTable td {
	font-size: 1.2rem;
	text-align: left;
	padding: 10px 5px;
	border: 1px #333 solid;
	border-width: 0 0 1px 1px;
	white-space: normal;
	vertical-align: middle;
}
/* 他のテーブル */
table.otherTable {
	width: 100%;
	margin: 20px 0;
	padding:0 0 0 0;
	border: 1px #333 solid;
	border-collapse: collapse;
	border-spacing: 0;
	border-radius: 4px;
	overflow: hidden;
}
table.otherTable th {
	width: 140px;
	padding: 5px;
	font-size: 1.3rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	border: 0 #333 solid;
	border-width: 0 0 1px 1px;
	white-space: nowrap;
	vertical-align: middle;
	background: var(--main-color);
}
table.otherTable td {
	font-size: 1.2rem;
	text-align: left;
	padding: 10px 5px;
	border: 1px #333 solid;
	border-width: 0 0 1px 1px;
	white-space: normal;
	vertical-align: middle;
}

/* ************************************************
*   フォームパーツ
* ************************************************ */

form {
	margin-bottom: 50px;
}

.action-buttons {
	text-align: center;
}
input[type="email"] {
	background: var(--light-bg);
	border: 0;
	margin: 2px 0 2px 0;
	width: 99%;
	height: 30px;
	font-size: 16px;
	border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-o-border-radius: 3px;
		-ms-border-radius: 3px;
}

input[type="text"] {
	width: auto;
}
textarea {
	background: var(--light-bg);
	border: 0;
	width: 94%;
	height: 160px;
	font-size: 16px;
	border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-o-border-radius: 3px;
		-ms-border-radius: 3px;
}
#submit {
	margin: 10px auto;
	padding: 20px 0 20px 0;
	text-align: center;
}
#submit input[type="submit"] {
	width: 80%;
	margin: 15px auto;
	padding: 15px 20px 15px 20px;
	border-style: none;
	background-color: var(--accent-color);
	color: #fff;
	font-size: 16px;
	line-height: 110%;
	text-align: center;
	letter-spacing: 0.3em;
	cursor: pointer;
	position: relative;
	border: none;
	display: block;
	overflow: hidden;
	position: relative;
	white-space: nowrap;
	text-decoration: none;
	border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-radius: 5px;
		-o-radius: 5px;
		-ms-radius: 5px;
	box-sizing: border-box;
	transition: all 0.3s ease;
}
#submit input[type="submit"]:hover {
	background-color: #219251;
	transform: translateY(-2px);
}

input.to_customerinfo_button,
input.to_reganddeliveryinfo_button,
input.to_deliveryinfo_button,
.send input {
	border:solid 1px #fff;
	padding:10px 20px;
	margin:0 0 20px;
	font-family:Arial, sans-serif;
	font-size:1.2em;
	text-transform:uppercase;
	font-weight:bold;
	color:#fff;
	background: var(--accent-color);
	cursor:pointer;
	border-radius: 4px;
	transition: all 0.3s ease;
}

input.to_customerinfo_button:hover,
input.to_reganddeliveryinfo_button:hover,
input.to_deliveryinfo_button:hover,
.send input:hover {
	background: #219251;
	transform: translateY(-2px);
}

input.skubutton {
	border:solid 1px #fff;
	padding:7px 10px;
	margin:0;
	font-size:1.0em;
	text-transform:uppercase;
	font-weight:bold;
	color:#fff;
	background: var(--accent-color);
	cursor:pointer;
	border-radius: 4px;
	transition: all 0.3s ease;
}

input.skubutton:hover {
	background: #219251;
	transform: translateY(-2px);
}

input#previouscart,
input.back_cart_button,
input.back_to_customer_button,
input.back_to_delivery_button {
	border:solid 1px #ccc;
	padding:10px 20px;
	margin:0 0 20px;
	font-family:Arial, sans-serif;
	font-size:1.2em;
	text-transform:uppercase;
	font-weight:bold;
	color:#333;
	background: #fff;
	cursor:pointer;
	border-radius: 4px;
	transition: all 0.3s ease;
}

input#previouscart:hover,
input.back_cart_button:hover,
input.back_to_customer_button:hover,
input.back_to_delivery_button:hover {
	background: var(--light-bg);
	transform: translateY(-2px);
}

/* ************************************************
*	ユーティリティー
* ************************************************ */
.clearfix,
#container,
.inner,
.blocks,
.w760 {zoom:1;}

.clearfix:after,
#container:after,
.inner:after,
.blocks:after,
.w760:after {
	content: "";
	display: block;
	clear: both;
}

#recommend .w760 {
	margin-bottom: 35px;
}

/* カスタマイズ */

#itempage h3 {
  margin-left: 300px !important;
  padding-top: 10px !important;
  padding-right: 5px !important;
  padding-bottom: 10px !important;
  padding-left: 5px !important;
  background: var(--accent-color) !important;
  height: auto !important;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
}

#itempage .exp p {
	margin-top: 10px;
}

#itempage .itemsubimg {
	display: none;
}

.itemsubimg img {
	margin-top: 5px !important;
}

#cart .thumbnail {
	width: 20% !important;
}

#wc_cart {
	width: 100%;
}

.currency_code {
	display: none;
}

div.usccart_navi li.ucart {
	height: 50px !important;
	line-height: 50px !important;
	background: var(--light-bg) !important;
}

div.usccart_navi li.usccart_cart,
div.usccart_navi li.usccart_customer {
	background: var(--accent-color) !important;
	line-height: 50px !important;
}

.new {
	position: absolute;
	top: 0;
	left: 82px;
	color: #fff;
	padding: 3px 8px;
	border-radius: 4px;
	font-size: 0.85em;
}

h3#subCatTtl {
	font-size: 20px;
	background: none;
	border: none;
	border-left: 7px solid var(--accent-color);
	padding: 0 0 0 10px;
	margin: 30px 0;
}
h4.item {
	margin-bottom: 25px;
	padding: 10px 0;
	border-top: 2px solid var(--light-bg);
	border-bottom: 1px dashed #999;
	font-size: 1.6rem;
	font-size: 16px;
	font-weight: bold;
	color: var(--main-color);
}

a#btn-header2,
a#btn-header3,
a#btn-header4 {
	display: block;
	width: 220px;
	height: 90px;
	background-color: var(--main-color);
	color: #fff;
	text-align: center;
	line-height: 90px;
	font-weight: bold;
	border-radius: 4px;
	text-decoration: none;
	transition: all 0.3s ease;
}

a#btn-header2:hover,
a#btn-header3:hover,
a#btn-header4:hover {
	background-color: var(--accent-color);
	transform: translateY(-3px);
}

body#flow article,
body#privacypolicy article {
	margin-bottom: 50px;
}

aside a img  {
	-webkit-transition: 0.2s ease-in-out;
	   -moz-transition: 0.2s ease-in-out;
	     -o-transition: 0.2s ease-in-out;
	        transition: 0.2s ease-in-out;
}

aside a:hover img  {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#blogList .date {
	display: inline-block;
	background: var(--accent-color);
	color: #fff;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	padding: 3px 10px;
	font-size: 12px;
	vertical-align: top;
}

#blogDetail h2 .date {
	display: inline-block;
	background: var(--accent-color);
	color: #fff;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	padding: 3px 10px;
	font-size: 15px;
	vertical-align: top;
}

.related_post li a {
	color: var(--main-color) !important;
}

.related_post li a:hover {
	color: var(--accent-color) !important;
}

/* ソーシャルボタン */
#main .wp_social_bookmarking_light {
	margin-top: 15px !important;
}

div.loopimg {
	width: 220px !important;
}

/* FAQ */
h3.faq-q,
h3.faq-q-single {
	background: var(--main-color);
	color: #fff;
	padding: 15px !important;
	font-size: 1.8rem;
	font-size: 18px;
	border-radius: 4px;
	position: relative;
	padding-left: 55px !important;
}

h3.faq-q:before,
h3.faq-q-single:before {
	content: "Q";
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 24px;
	font-weight: bold;
	color: var(--accent-color);
}

p.faq-a,
.inBox p.faq-a {
	background: var(--light-bg);
	padding: 15px !important;
	border-radius: 4px;
	position: relative;
	padding-left: 55px !important;
	margin-bottom: 20px;
}

p.faq-a:before,
.inBox p.faq-a:before {
	content: "A";
	position: absolute;
	left: 15px;
	top: 15px;
	font-size: 24px;
	font-weight: bold;
	color: var(--accent-color);
}

.imgL {
	float: left;
	margin-right: 15px;
}

.footer_explanation,
.confiem_notice {
	border: 2px solid var(--accent-color);
	padding: 15px;
	color: var(--main-color);
	font-weight: bold;
	text-align: center;
	margin: 30px 0;
	clear: both;
	border-radius: 4px;
	background: var(--light-bg);
}

.ssba, .ssba a {
	clear:both;
	display:none;
}

#top .ssba-wrap {
	position: absolute;
	top: 7px;
	right: 0;
}

/*---------------------
	Welcart Custom
----------------------*/
.cs-contact-btn {
	background: var(--accent-color);
	border: 1px solid #219251;
	border-radius: 20px;
	color: #FFF;
	padding: 3px 8px;
	font-weight: bold;
	transition: all 0.3s ease;
}

.cs-contact-btn:hover {
	background: #219251;
	border: 1px solid #219251;
	color: #FFF;
	transform: translateY(-2px);
}

/*--------------------------
　　購入完了
-----------------------*/
h3#comp,
h3#thanks-tit {
	font-size: 24px;
	text-align: center;
	color: var(--main-color);
	margin-bottom: 30px;
}

#thanks_message p {
	text-align: center;
	font-size: 18px;
	color: var(--main-color);
}

/*---------------------
商品詳細ページ
----------------------*/
div#ex-box h1 {
	font-size: 25px;
	color: var(--main-color);
}

div#ex-box h2 {
	font-size: 22px;
	color: #fff;
}

div#ex-box h3 {
	font-size: 20px;
	color: #fff;
	background: var(--accent-color);
	padding: 10px;
	border-radius: 4px;
}

/*---------------------
吸音実験
----------------------*/
ul.kyuuonjikken {
	list-style: none;
	margin: 30px 0 60px 0;
	padding: 0;
	padding: 25px 0 5px 25px;
	background: var(--light-bg);
	border-radius: 4px;
}

ul.kyuuonjikken li {
	float: left;
	width: 340px;
	text-align: center;
	margin-bottom: 30px;
	background: #fff;
	position: relative;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 3px 15px rgba(0,0,0,0.05);
}

ul.kyuuonjikken li:nth-child(2n+1) {
	margin-right: 25px;
}

.jikken_title {
	display: block;
	margin-bottom: 20px;
	padding: 10px 0;
	border-bottom: 1px dashed #999;
	font-size: 1.8rem;
	font-weight: bold;
	color: var(--main-color);
}

.jikken_result {
	display: block;
	font-size: 3rem;
	font-weight: 500;
	background: var(--accent-color);
	color: #fff;
	padding: 1.5rem;
	margin: 0 20px 20px;
	border-radius: 4px;
}

.jikken_note {
	position: absolute;
	top: 4.5em;
	left: 1.5em;
	background: var(--main-color);
	color: #fff;
	padding: 3px 8px;
	border-radius: 4px;
	font-size: 0.85em;
}

.youto {
	width: 765px;
	margin-top: 20px;
}

.youto li a {
	width: 240px;
	padding: 20px;
	margin-right: 15px;
	margin-top: 15px;
	float: left;
	border: 2px solid var(--light-bg);
	box-sizing: border-box;
	border-radius: 4px;
	transition: all 0.3s ease;
}

.youto li a:hover {
	background: var(--accent-color);
	border: 2px solid var(--accent-color);
	color: #fff;
	transform: translateY(-3px);
}

.cate {
	margin: 6px 0;
	text-align: left;
}
.cate a {
	display: inline-block;
	background: var(--main-color);
	margin: 0 2px 2px 0;
	padding: 5px;
	color: #fff;
	font-size: 12px;
	border-radius: 4px;
	transition: all 0.3s ease;
}
.cate a:hover {
	background: var(--accent-color);
}
.relation_item {
	clear: both;
}

input[type="submit"] {
	border: none;
	border-radius: 4px;
	background: var(--accent-color);
	color: #fff;
	cursor: pointer;
	-webkit-appearance: button;
	font-size: 14px;
	line-height: 1;
	padding: .8em 1.5em;
	font-weight: bold;
	transition: all 0.3s ease;
}

input[type="submit"]:hover {
	background: #219251;
	transform: translateY(-2px);
}

#itempage {
	display:none;
}

/* メイン画像 */
#mainimage {
	height: 700px;
	background-image: url('images/main-visual.jpg');
	background-size: cover;
	background-position: center;
	position: relative;
}

.main-content {
	background: rgba(44, 62, 80, 0.8);
	padding: 60px 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;
}

.title-area h2 {
	font-size: 42px;
	font-weight: 700;
	letter-spacing: 2px;
	position: relative;
	padding-bottom: 20px;
	color: #fff;
}

.title-area h2:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 3px;
	background: #27AE60;
}

/* 商品一覧 */
.title {
	color: #2C3E50;
	font-size: 28px;
	font-weight: 700;
	padding: 20px 0;
	border-bottom: 3px solid #27AE60;
	margin-bottom: 40px;
	position: relative;
}

.thumbnail_box {
	background: #fff;
	border-radius: 4px;
	padding: 20px;
	box-shadow: 0 3px 15px rgba(0,0,0,0.05);
	transition: all 0.3s ease;
}

.thumbnail_box:hover {
	transform: translateY(-5px);
	box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

/* アイテムナビゲーション */
#head {
	background: #fff;
	box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

/* リンク */
.thumtitle a {
	color: #2C3E50;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5;
	margin: 15px 0;
	transition: color 0.3s ease;
}

.thumtitle a:hover {
	color: #27AE60;
}

/* 価格 */
.price {
	color: #27AE60;
	font-size: 18px;
	font-weight: 700;
}

/* トップに戻るボタン */
#btnTop {
	display:none;
	margin: 50px 0 0;
	padding: 15px 0;
	border: none;
	text-align: right;
}

#btnTop a {
	display: inline-block;
	color: #fff;
	padding: 10px 20px;
	border-radius: 30px;
	text-decoration: none;
	transition: all 0.3s ease;
}

#btnTop a:hover {
	transform: translateY(-3px);
}

/* ヘッダーにモダンな効果を追加 */
header {
  background: #fff;
  box-shadow: 0 2px 15px rgba(0,0,0,0.08);
  position: sticky;
  top: 0;
  z-index: 1000;
  transition: all 0.3s ease;
}

/* カードスタイルのホバーエフェクトを強化 */
.itemBox, #product a .card {
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.itemBox:hover, #product a .card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

/* ボタンの立体感を強化 */
.btn, .contact, .buy, .jump, .postBtn {
  box-shadow: 0 4px 6px rgba(39, 174, 96, 0.2);
  transform: translateY(0);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.btn:hover, .contact:hover, .buy:hover, .jump:hover, .postBtn:hover {
  transform: translateY(-4px);
  box-shadow: 0 7px 14px rgba(39, 174, 96, 0.25);
}


/* フォントの改善 */
body {
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  letter-spacing: 0.02em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.8em;
}

.lead {
  font-size: 1.8rem;
  line-height: 1.5;
  color: var(--main-color);
  margin-bottom: 1.5em;
}

/* 読みやすさの向上 */
p {
  margin-bottom: 1.5em;
  line-height: 1.8;
}


:root {
  --main-color: #2C3E50;
  --main-color-light: #3e5871;
  --accent-color: #27AE60;
  --accent-color-dark: #219251;
  --light-bg: #ECF0F1;
  --text-color: #333333;
  --light-text: #777777;
  --danger-color: #e74c3c;
  --warning-color: #f39c12;
  --info-color: #3498db;
}

/* 色変数の活用 */
.btn:hover, .contact:hover, .buy:hover {
  background: var(--accent-color-dark);
}

.other:hover {
  background: var(--main-color-light);
}

.error, .required {
  color: var(--danger-color);
}

.notice {
  color: var(--warning-color);
}

.info {
  color: var(--info-color);
}


/* フォーム要素の改善 */
input[type="text"], input[type="email"], textarea, select {
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  transition: all 0.3s ease;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.05);
}

input[type="text"]:focus, input[type="email"]:focus, textarea:focus, select:focus {
  border-color: var(--accent-color);
  outline: none;
  box-shadow: 0 0 0 3px rgba(39, 174, 96, 0.1);
}

/* アクセシビリティの向上 */
a:focus {
  outline: 3px solid rgba(39, 174, 96, 0.3);
}

/* スクロールスムーズ化 */
html {
  scroll-behavior: smooth;
}


#blogDetail ul {
  margin: 25px 0;
  padding: 15px 20px;
  background: var(--light-bg);
  border-radius: 8px;
  border-left: 5px solid var(--accent-color);
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

#blogDetail ul li {
  padding: 8px 0;
  list-style-type: none;
  position: relative;
  padding-left: 20px;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 500;
  color: var(--text-color);
  border-bottom: 1px dotted #ccc;
}

#blogDetail ul li:last-child {
  border-bottom: none;
}

#blogDetail ul li:before {
  content: "▶";
  position: absolute;
  left: 0;
  color: var(--accent-color);
  font-size: 12px;
}

#blogDetail ul li:hover {
  background-color: rgba(39, 174, 96, 0.1);
  transition: background-color 0.3s;
}


/* 記事全体のスタイリング */
#knowledgeDetail {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.8;
  color: var(--text-color);
}

#knowledgeDetail h3 {
  color: var(--main-color);
  font-size: 24px;
  font-weight: 700;
  border-bottom: 3px solid var(--accent-color);
  padding-bottom: 10px;
  margin-bottom: 25px;
padding-left: 15px;
}

#knowledgeDetail h4 {
  color: var(--main-color);
  font-size: 20px;
  font-weight: 700;
  margin: 30px 0 15px;
  padding: 8px 0 8px 12px;
  border-left: 4px solid var(--accent-color);
  background-color: var(--light-bg);
}

#knowledgeDetail p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.8;
}

#knowledgeDetail strong {
  color: var(--main-color);
  font-weight: 700;
}

#knowledgeDetail .borderBox {
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 25px;
  margin: 20px 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

#knowledgeDetail img {
  max-width: 100%;
  height: auto;
  margin: 15px 0;
}

/* リストのスタイリング */
#knowledgeDetail ul {
  margin: 25px 0;
  padding: 18px 20px;
  background: var(--light-bg);
  border-radius: 8px;
  border-left: 5px solid var(--accent-color);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#knowledgeDetail ul li {
  padding: 10px 0;
  list-style-type: none;
  position: relative;
  padding-left: 25px;
  font-size: 15px;
  line-height: 1.6;
  border-bottom: 1px dotted var(--border-color);
}

#knowledgeDetail ul li:last-child {
  border-bottom: none;
}

#knowledgeDetail ul li:before {
  content: "▶";
  position: absolute;
  left: 0;
  color: var(--accent-color);
  font-size: 12px;
}

#knowledgeDetail ul li:hover {
  background-color: var(--light-accent);
  transition: background-color 0.3s;
}

/* 引用や注釈のスタイル */
#knowledgeDetail blockquote {
  background-color: var(--light-bg);
  border-left: 4px solid var(--accent-color);
  padding: 15px 20px;
  margin: 20px 0;
  font-style: italic;
}

/* リンクのスタイル */
#knowledgeDetail a {
  color: var(--accent-color);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s;
}

#knowledgeDetail a:hover {
  text-decoration: underline;
}

/* カテゴリ表示部分 */
#knowledgeDetail .inBox .left + a {
  display: inline-block;
  background-color: var(--light-accent);
  color: var(--main-color);
  padding: 4px 10px;
  border-radius: 4px;
  margin-right: 5px;
  font-size: 14px;
  transition: background-color 0.3s;
}

#knowledgeDetail .inBox .left + a:hover {
  background-color: var(--accent-color);
  color: white;
  text-decoration: none;
}

/* 記事下部のボタン */
#knowledgeDetail .postBtn {
  display: inline-block;
  background-color: var(--accent-color);
  color: white !important;
  padding: 12px 25px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  margin-top: 20px;
  transition: background-color 0.3s, transform 0.2s;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

#knowledgeDetail .postBtn:hover {
  background-color: #219653;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}

/* 見出しのスタイル */
#knowledgeDetail h4 {
  background-color: var(--main-color);
  color: white;
  padding: 10px 15px;
  border-radius: 5px;
  margin: 25px 0 15px 0;
  position: relative;
}

#knowledgeDetail h4:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 20px;
  border-width: 10px 10px 0;
  border-style: solid;
  border-color: var(--main-color) transparent;
}


/* カテゴリリンクのスタイル */
a[rel="category tag"] {
  display: inline-block;
  background-color: var(--accent-color);
  color: white;
  padding: 4px 10px;
  margin-right: 5px;
  border-radius: 3px;
  font-size: 0.85em;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

a[rel="category tag"]:hover {
  background-color: #219653;
  text-decoration: none;
　color: white;
}

.ssba .cateBox {
	display:none;
}