@charset "utf-8";
/* CSS Document */

body {
	color: #333333;
	font-family: 游ゴシック, 游ゴシック体, 'Yu Gothic', YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size: 14px;
	margin: 0;
	width: 100%;
}

h1 {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ ProN W3', "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	margin: 0;
}
h2, h3 {
	margin: 0;
}

p {
	margin: 0;
}

a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

ul {
	margin: 0;
	padding: 0;
}
ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* オーバーレイ */
#overlay {
	background-color: rgba(0,0,0,0.60);
	display: none;
	position: fixed;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#overlay.active {
	display: block;
}

/* カラム */
.column {
	display: -webkit-flex;
	display: flex;
}

.clearfix::after {
	clear: both;
	content: '';
	display: block;
}
.clearfix .left {
	float: left;
}
.clearfix .right {
	float: right;
}

/** ---------------------
	header
--------------------- **/
header {
	margin: 0 0 40px;
}

/* menu */
header .menu {
	background-color: #fafafa;
	margin: 0 0 30px;
	padding: 10px 0;
}

header .menu .inner {
	margin: 0 auto;
	width: 1100px;
}

header .menu ul {
	border-right: solid 2px #d4d4d4;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
header .menu ul li {
	border-left: solid 2px #d4d4d4;
	line-height: 1.0;
	padding: 0 12px;
}

header .menu ul li a:hover {
	text-decoration: underline;
}

/* signbord */
header .signbord {
	margin: 0 auto 10px;
	width: 1100px;
}

header .signbord .inner {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

/* logo */
header .logo {
	margin: 1% 0 0 0;
}
header .logo h1 {
	font-size: 210%;
	line-height: 1.0;
	vertical-align: middle;
}
header .logo h1 span {
	font-size: 85%;
	letter-spacing: -2px;
}

/* banner */
header .banner {
	margin-left: 10px;
}

header .banner .box {
	margin: 0 10px 0 0;
}
header .banner .box .att {
	display: table;
	font-size: 60%;
	line-height: 1.1;
	margin: 5px auto 0 0;
}

header .banner .frame {
	border: solid 1px #d9d9d9;
	padding: 10px 10px 7px;
}
header .banner .frame p {
	color: #3071b9;
	font-size: 200%;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1.2;
	margin-left: 5px;
}
header .banner .frame span {
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.4;
}

/* button */
header .btn {

}

header .btn .cart a {
	background-color: #77be38;
	background-image: url("img/icon-cart.png");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 31px;
	border: solid 2px #77be38;
	box-sizing: border-box;
	display: block;
	position: relative;
	height: 50px;
	width: 50px;
}
header .btn .cart a:hover {
	background-color: #ffffff;
	background-image: url("img/icon-cart-hover.png");
}

header .btn .login a {
	background-color: #5fb7e0;
	border: solid 2px #5fb7e0;
	box-sizing: border-box;
	display: block;
	margin-left: 10px;
	position: relative;
	height: 50px;
	width: 200px;
}
header .btn .login p {
	background: url("img/icon-human.png") no-repeat 0 50%;
	background-size: 21px;
	color: #ffffff;
	font-size: 130%;
	font-weight: bold;
	padding-left: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	word-break: keep-all;
}
header .btn .login a:hover {
	background-color: #ffffff;
}
header .btn .login a:hover p {
	background: url("img/icon-human-hover.png") no-repeat 0 50%;
	color: #5fb7e0;
}

/* search */
header .search {
	background-color: #efefef;
	padding: 15px 0;
}

header .search .inner {
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 0 auto;
	width: 1100px;
}

/* form */
header .search form {
	height: 100%;
}

header .searchTxt {
	border: solid 1px #d9d9d9;
	box-sizing: border-box;
	font-size: 120%;
	padding: 10px 10px 8px;
	width: 380px;
}
header .searchBtn {
	background: url("img/icon-glass.png") no-repeat 50% 50%;
	background-color: #5fb7e0;
	border: none;
	display: block;
	width: 50px;
}

/* から探す */
header .toSearch {
	cursor: pointer;
	position: relative;
}

header .toSearch a.parent {
	background: url("img/icon-arrow-down.png") no-repeat 100% 50%;
	background-size: 16px;
	font-size: 130%;
	line-height: 2.2;
	padding-right: 25px;
	text-decoration: none;
}
header .toSearch:hover a.parent {
	background: url("img/icon-arrow-up.png") no-repeat 100% 50%;
	background-size: 16px;
}

header .toSearch ul {
	background-color: #ffffff;
	border: solid 1px #cccccc;
	flex-wrap: wrap;
	opacity: 0;
	padding: 10px 0;
	position: absolute;
	transition: ease .5s;
	z-index: -10;
}
header .toSearch ul li {
	border-bottom: dotted 1px #cccccc;
	margin: 0 10px;
	text-align: center;
	word-break: keep-all;
}

header .toSearch ul li a {
	display: block;
	padding: 10px;
}
header .toSearch ul li a:hover {
	background-color: #fafafa;
	text-decoration: none;
}

header .toSearch.category ul {
	width: 630px;
}
header .toSearch.category:hover ul {
	opacity: 1.0;
	transition: ease .5s;
	z-index: 10;
}

header .toSearch.brand ul {
	width: 450px;
}
header .toSearch.brand:hover ul {
	opacity: 1.0;
	transition: ease .5s;
	z-index: 10;
}

header .toSearch.brand .more a {
	background: url("img/icon-arrow.png") no-repeat 100% 50%;
	font-weight: bold;
	padding-right: 15px;
	text-align: right;
}

/* 注文履歴 */
header .history a {
	background-color: #ffffff;
	border: solid 1px #3071b9;
	box-sizing: border-box;
	display: block;
	position: relative;
	height: 40px;
	width: 150px;
}
header .history a p {
	background: url("img/icon-list.png") no-repeat 0 50%;
	color: #3071b9;
	font-size: 125%;
	font-weight: bold;
	padding-left: 28px;
	position: absolute;
	top: 6px;
	left: 23px;
	word-break: keep-all;
}
header .history a:hover {
	background-color: #3071b9;
}
header .history a:hover p {
	background: url("img/icon-list-hover.png") no-repeat 0 50%;
	color: #ffffff;
}

/** ---------------------
	contents
--------------------- **/
#contents {
	margin: 0 auto 60px;
	width: 1100px;
}

#contents .clearfix {
	margin: 0 0 80px;
}

/* sitemap */
#contents .sitemap {

}

#contents .sitemap .inner {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#contents .sitemap .inner div {
	width: -webkit-calc( 100% / 4 - 10px );
	width: calc( 100% / 4 - 10px );
}

#contents .sitemap a {
	background: url("img/icon-arrow2.png") no-repeat 0 50%;
	display: table;
	font-size: 105%;
	padding-left: 15px;
}

/** ---------------------
	side
--------------------- **/
#side {
	width: 240px;
}

#side h2 {
	background-color: #3071b9;
	color: #ffffff;
	font-size: 130%;
	line-height: 1.6;
	padding: 10px 20px;
}

#side h3 {
	border-bottom: solid 2px #3071b9;
	font-size: 125%;
	margin: 0 0 25px;
	padding: 0 0 8px;
	text-align: center;
}

#side ul {
	border: solid 1px #cccccc;
	box-sizing: border-box;
}
#side ul li {
	border-bottom: dotted 1px #cccccc;
	padding: 10px;
}
#side ul li:last-child {
	border: none;
}

/* category */
#side .category {
	margin: 0 0 50px;
}

#side .category ul li {
	padding: 10px 0 10px 10px;
}

#side .category a {
	display: block;
	min-height: 45px;
	padding-left: 52px;
	position: relative;
}

#side .category a .thumb {
	position: absolute;
	top: 0;
	left: 0;
	height: 45px;
	width: 50px;
}
#side .category a .thumb img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#side .category p {
	position: relative;
	height: 45px;
}
#side .category p span {
	display: block;
	line-height: 1.4;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

/* maker */
#side .maker {
	margin: 0 0 50px;
}

#side .maker a {
	display: block;
	text-align: center;
}

#side .maker .more a {
	background: url("img/icon-arrow.png") no-repeat 100% 50%;
	font-weight: bold;
	padding-right: 15px;
	text-align: right;
}

/* banner */
#side .banner a {
	display: table;
	margin: 0 auto;
	margin-bottom: 5%;
}

/** -- blog -- **/
#side .blog {
	margin: 0 0 60px;
}

/* 記事カテゴリー */
#side .blog .cate {
	margin: 0 0 30px;
}

#side .blog .cate a {
	display: block;
	margin: 0 0 12px 5px;
	padding-left: 18px;
	position: relative;
}
#side .blog .cate a:hover {
	text-decoration: underline;
}
#side .blog .cate a::before {
	content: '・';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

/* よく読まれている記事 */
#side .blog .read {

}

#side .blog .read a {
	border-bottom: dotted 1px #cccccc;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

#side .blog .read .thumb {
	height: 70px;
	width: 70px;
}
#side .blog .read .thumb img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

#side .blog .read .name {
	margin-left: 20px;
	width: -webkit-calc( 100% - 90px );
	width: calc( 100% - 90px );
}

/** ---------------------
	main
--------------------- **/
#main {
	width: 820px;
}

#main h2 {
	border-bottom: solid 2px #3071b9;
	font-size: 170%;
	line-height: 1.0;
	margin: 0 0 30px;
	padding: 0 0 15px;
}
#main h2 span {
	color: #3071b9;
	display: block;
	font-size: 50%;
	font-weight: normal;
	line-height: 2.0;
	margin: 0 0 0 15px;
}
#main h2.headline {
	color: #3071b9;
	font-size: 220%;
}

#main h3 {
	background-color: #e2eef4;
	border-left: solid 2px #3071b9;
	color: #3071b9;
	font-size: 140%;
	margin: 0 0 25px;
	padding: 8px 20px;
}

/* パンくず */
#main .breadcrumb {
	margin: 0 0 25px;
}

#main .breadcrumb a::after {
	content: '>';
	margin: 0 5px;
}

/* 特集 */
#main .special {
	margin: 0 0 60px;
}

#main .special .inner {
	margin: 0 -10px;
}

#main .special .box {
	display: block;
	margin: 0 10px;
	width: 260px;
}

#main .special .thumb {
	margin: 0 0 15px;
	position: relative;
	height: 260px;
	width: 260px;
}
#main .special .box .thumb img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
#main .special .thumb p {
	background-color: rgba(255, 255, 255, .5);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: -webkit-calc( 100% - 80px );
	height: calc( 100% - 80px );
	width: -webkit-calc( 100% - 80px );
	width: calc( 100% - 80px );
}
#main .special .thumb p span{
	color: #3071b9;
	display: block;
	font-size: 370%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	word-break: keep-all;
}

/* 商品一覧 */
#main .itemList .inner {
	flex-wrap: wrap;
	margin: 0 -8px;
}

#main .itemList .box {
	box-sizing: border-box;
	display: block;
	margin: 0 8px 25px;
	width: -webkit-calc( 100% / 5 - 16px );
	width: calc( 100% / 5 - 16px );
}

#main .itemList .box .thumb {
	border: solid 1px #d9d9d9;
	box-sizing: border-box;
	margin: 0 0 15px;
	overflow: hidden;
	position: relative;
	height: 150px;
	width: 150px;
}
#main .itemList .box .thumb img {
	image-rendering: pixelated;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* おすすめ */
#main .recommend {
	margin: 0 0 60px;
}

/* レビュー */
#main .review {

}

#main .review .box {
	border-bottom: dotted 1px #cccccc;
	margin: 0 0 20px;
	padding: 0 20px 20px;
}

#main .review .box .thumb {
	display: block;
	height: 100px;
	width: 100px;
}
#main .review .box .thumb img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

#main .review .box .text {
	margin-left: 30px;
	width: -webkit-calc( 100% - 150px );
	width: calc( 100% - 150px );
}
#main .review .box .text p {
	line-height: 1.7;
}
#main .review .box .text .date {
	margin: 0 0 2px;
}
#main .review .box .text .date span {
	color: #5fb7e0;
	margin-right: 15px;
}

/** ---------------------
	footer
--------------------- **/
footer {
	background-color: #e2eef4;
	padding: 40px 0;
}

footer .clearfix {
	margin: 0 auto;
	width: 1100px;
}

/* logo */
footer .logo {
	margin: 0 0 20px;
}

footer .logo h1 {
	font-size: 195%;
	margin-bottom: 2%;
}
footer .logo h1 span {
	font-size: 85%;
	letter-spacing: -2px;
}
footer .logo .inner p {
	margin: 10px 0 0 10px;
}

/* tel */
footer .tel p {
	font-weight: bold;
	text-align: right;
}

/* menu */
footer .menu ul {
	border-right: solid 2px #c0cacf;
	margin: 5px 0;
}
footer .menu ul li{
	border-left: solid 2px #c0cacf;
	line-height: 1.0;
	padding: 0 10px;
}

footer .menu a {
	font-weight: bold;
}

/* copyright */
footer .copyright p {
	font-size: 90%;
}

/** ---------------------
	トップページ
--------------------- **/
/* スライダー */
#main .slider {
	margin: 0 0 40px;
}

.swiper-container {
	padding-bottom: 30px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 2.5px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 0;
}

.swiper-pagination-bullet {
	background-color: #d8d8d8;
	border-radius: 0;
	opacity: 1;
	height: 5px;
	width: 40px;
}
.swiper-pagination-bullet::before {
	background-color: #d8d8d8;
	content: '';
	display: block;
	height: 100%;
}
.swiper-pagination-bullet-active::before {
	animation-name: active;
	animation-duration: 3.5s;
	animation-timing-function: linear;
	background-color: #5fb7e0;
}

@keyframes active {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}

.swiper-button-prev, .swiper-button-next {
	background-color: #3071b9;
	top: 45%;
	height: 60px;
	width: 30px;
}
.swiper-button-prev::after, .swiper-button-next::after {
	margin-top: -15px;
}

.swiper-button-prev {
	left: 0;
}
.swiper-button-prev::after {
	display: block;
	content: url("img/slider-arrow-prev.png");
}

.swiper-button-next {
	right: 0;
}
.swiper-button-next::after {
	display: block;
	content: url("img/slider-arrow-next.png");
}

/* 強み */
#main .strength {
	background-color: #efefef;
	margin: 0 0 50px;
	position: relative;
	height: 400px;
	width: 100%;
}

#main .strength .inner {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	width: 100%;
}

#main .strength h2 {
	border: none;
	color: #3071b9;
	font-size: 380%;
	font-weight: normal;
	line-height: 1.0;
	margin: 0;
}

#main .strength p {
	line-height: 2.4;
}

/* ブログ一覧 */
#main .blogList {
	margin: 0 0 60px;
}

#main .blogList h2 {
	position: relative;
}
#main .blogList h2 a {
	background-image: url("img/icon-arrow.png");
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-size: 6px;
	color: #3071b9;
	display: block;
	font-size: 60%;
	padding-left: 20px;
	position: absolute;
	top: 5px;
	right: 0;
}

#main .blogList .inner {
	margin: 0 11px;
	flex-wrap: wrap;
}

#main .blogList .box {
	margin: 0 13px 50px;
	width: 240px;
}

#main .blogList .box .thumb {
	display: block;
	margin: 0 0 20px;
	position: relative;
	height: 150px;
	width: 240px;
}
#main .blogList .box .thumb img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

/** ---------------------
	大カテゴリー
--------------------- **/
/* big category */
#main .bigCategory {
	margin: 0 0 80px;
}

#main .bigCategory .inner {
	flex-wrap: wrap;
	margin: 0 -10px;
}

#main .bigCategory .box {
	background-color: #e2eef4;
	border-bottom: solid 1px #3071b9;
	box-sizing: border-box;
	display: block;
	margin: 0 10px 20px;
	padding: 10px 10px 15px;
	width: 260px;
}

#main .bigCategory .box .thumb {
	margin: 0 0 15px;
	height: 150px;
	width: 240px;
}
#main .bigCategory .box .thumb img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

#main .bigCategory .box p {
	color: #3071b9;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}

/** ---------------------
	小カテゴリー
--------------------- **/
/* small category */
#main .itemListB {
	margin: 0 0 50px;
}

#main .itemListB .inner {
	flex-wrap: wrap;
	margin: 0 -10px;
}

#main .itemListB .box {
	margin: 0 10px 40px;
	width: 260px;
}

#main .itemListB .thumb {
	border: solid 1px #d9d9d9;
	box-sizing: border-box;
	margin: 0 0 15px;
	overflow: hidden;
	position: relative;
	height: 260px;
	width: 260px;
}

#main .itemListB .thumb img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#main .itemListB .name {
	margin: 0 0 10px;
}

#main .itemListB .price {
	color: #e43d3d;
	font-size: 140%;
	font-weight: bold;
	line-height: 1.4;
}
#main .itemListB .price span {
	font-size: 72%;
}
#main .itemListB .price del {
	color: #333333;
	display: block;
	font-size: 72%;
	font-weight: normal;
}
#main .itemListB .price em {
	font-style: normal;
	font-size: 80%;
	margin-right: 5px;
}

/** ---------------------
	商品ページ
--------------------- **/
#main .itemBlock {
	margin: 0 0 40px;
}

#main .itemBox {
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin: 0 0 20px;
}

#main .itemBox .image {
	width: 370px;
}

#main .itemBox .detail {
	width: 420px;
}

#main .review.item {
	margin: 0 0 70px;
}

/* ボタン */
#main .itemBlock .btn {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 420px;
}

#main .itemBlock .btn a {
	border: solid 2px;
	border-radius: 5px;
	cursor: pointer;
	display: block;
	font-size: 140%;
	font-weight: bold;
	margin: 0 0 20px;
	padding: 15px 0;
}
#main .itemBlock .btn a:hover {
	opacity: .7;
	text-decoration: none;
}
#main .itemBlock .btn p {
	background-position: 0 50%;
	background-repeat: no-repeat;
	display: table;
	margin: 0 auto;
}

#main .itemBlock .btn .favo {
	border-color: #3071b9;
	color: #3071b9;
}
#main .itemBlock .btn .favo p {
	background-image: url("img/icon-star.png");
	background-size: 23px;
	padding-left: 45px;
}

#main .itemBlock .btn .cart {
	background-color: #77be38;
	border-color: #77be38;
	color: #ffffff;
}
#main .itemBlock .btn .cart p {
	background-image: url("img/icon-cart.png");
	background-size: 30px;
	padding-left: 50px;
}

/* 商品画像 */
#main .itemBlock .image .main {
	border: solid 1px #d9d9d9;
	box-sizing: border-box;
	margin: 0 0 30px;
	overflow: hidden;
	position: relative;
	height: 370px;
	width: 370px;
}
#main .itemBlock .image img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

#main .itemBlock .image .sub {
	flex-wrap: wrap;
	margin: 0 -10px;
}
#main .itemBlock .image .sub .box {
	border: solid 1px #d9d9d9;
	box-sizing: border-box;
	margin: 0 10px 20px;
	overflow: hidden;
	position: relative;
	height: 110px;
	width: 110px;
}

#main .itemBlock .image .sub .box.more {
	cursor: pointer;
	position: relative;
}
#main .itemBlock .image .sub .box.more img {
	opacity: .2;
}
#main .itemBlock .image .sub .box.more p {
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	word-break: keep-all;
}
#main .itemBlock .image .sub .box.more p span {
	display: block;
	font-size: 400%;
	font-weight: normal;
	line-height: .8;
}

/* 商品画像 ポップアップ */
#main .itemBlock .liteBox {
	background-color: #ffffff;
	border: solid 1px #cccccc;
	padding: 50px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 20;
}

#main .itemBlock .liteBox .main {
	margin: 0 30px 0 0;
}

#main .itemBlock .liteBox .sub {
	margin: 0 -10px -20px;
	width: 520px;
}

#main .itemBlock .liteBox .close {
	cursor: pointer;
	position: absolute;
	top: -30px;
	left: 0;
	height: 50px;
	width: 50px;
}
#main .liteBox .close::before, #main .liteBox .close::after {
	background-color: #ffffff;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 6px;
	width: 100%;
}
#main .liteBox .close::before {
	transform: rotate(-45deg);
}
#main .liteBox .close::after {
	transform: rotate(-135deg);
}

/* 商品詳細 */
#main .itemBlock .detail {
	position: relative;
}

#main .itemBlock .name {
	line-height: 1.6!important;
	margin: 0 0 25px!important;
}

#main .itemBlock .desc {
	font-size: 110%;
	line-height: 1.6;
	margin: 0 0 25px;
}

#main .itemBlock .price {
	color: #e43d3d;
	font-size: 170%;
	font-weight: bold;
	line-height: 1.4;
	margin: 0 0 5px;
}
#main .itemBlock .price span {
	font-size: 60%;
}
#main .itemBlock .price del {
	color: #333333;
	display: block;
	font-size: 68%;
	font-weight: normal;
}
#main .itemBlock .price em {
	font-style: normal;
	font-size: 75%;
	margin-right: 5px;
}

#main .itemBlock .att {
	color: #e43d3d;
	font-size: 115%;
}

/* 商品テーブル */
#main .itemTable {
	padding-bottom: 120px;
	position: relative;
}

#main .itemTable table {
	border-collapse: collapse;
}

#main .itemTable table tr th, .itemTable table tr td {
	border: solid 1px #cccccc;
	box-sizing: border-box;
	padding: 5px 20px;
	text-align: center;
}

#main .itemTable table tr th {
	background-color: #e2eef4;
}

#main .itemTable table tr td {

}
#main .itemTable table tr td input {
	background-color: #efefef;
	border: solid 1px #d9d9d9;
	box-sizing: border-box;
	padding: 6px 10px;
	width: 100%;
}
#main .itemTable table tr td label {
	font-size: 85%;
}

/** ---------------------
	よくある質問
--------------------- **/
#main .faq {
	margin: 0 0 60px;
}

#main .faq h3 {
	background-color: transparent;
	line-height: 1.4;
	margin: 0 0 20px;
	padding: 0 0 0 20px;
}

#main .faq dl {

}

#main .faq dl dt, .faq dl dd {
	position: relative;
}
#main .faq dl dt {
	background-color: #e2eef4;
	font-size: 140%;
	font-weight: bold;
	padding: 10px 10px 8px 60px;
}
#main .faq dl dd {
	font-size: 115%;
	margin: 0 0 30px;
	padding: 20px 10px 8px 60px;
}

#main .faq dl dt::before, .faq dl dd::before {
	font-size: 24px;
	font-weight: bold;
	position: absolute;
	left: 25px;
}
#main .faq dl dt::before {
	color: #5fb7e0;
	content: 'Q.';
	top: 4px;
}
#main .faq dl dd::before {
	color: #3071b9;
	content: 'A.';
	top: 15px;
}

/** ---------------------
	ブログ
--------------------- **/
#main .blog {
	margin: 0 0 100px;
}

/* タイトル */
#main .blog .blogTitle {
	margin: 0 0 20px;
}

#main .blog h2 {
	margin: 0 0 25px;
}
#main .blog .blogTitle h2 {
	border-bottom: none;
	color: #3071b9;
	font-size: 220%;
	line-height: 1.5;
	margin: 0 0 10px;
	padding: 0;
}

#main .blog .blogTitle .date {
	font-size: 114%;
}

/* 目次 */
#main .blog .toc {
	background-color: #fafafa;
	border: solid 1px #cccccc;
	margin: 0 0 60px;
	padding: 30px 40px;
}

#main .blog .toc ul li {
	color: #3071b9;
	margin: 12px 0;
}
#main .blog .toc ul li::before {
	color: #333333;
	content: '・';
	margin-right: 5px;
}

/* block */
#main .blog .block {
	margin: 0 0 60px;
}

#main .blog .block p {
	font-size: 114%;
	line-height: 1.9;
	margin: 0 0 30px;
}

#main .blog .block img {
	display: table;
	margin: 0 auto 30px;
}

#main .blog .block span.underline {
	border-bottom: solid 1px #7a7a7a;
}
#main .blog .block span.red {
	color: #ff4500;
	font-weight: bold;
}

/** ---------------------
	メーカー一覧
--------------------- **/
#main .maker {
	margin: 0 0 70px;
}

#main .maker .inner {
	flex-wrap: wrap;
	margin: 0 -10px;
}

#main .maker .box {
	border: solid 1px #d9d9d9;
	box-sizing: border-box;
	display: block;
	margin: 0 10px 20px;
	overflow: hidden;
	position: relative;
	height: 70px;
	width: 260px;
}
#main .maker .box img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	image-rendering: pixelated;
}

/** ---------------------
	お問合せ
--------------------- **/
#main .contact {
	margin: 0 0 90px;
}

#main .contact p {
	font-size: 114%;
}

/* 電話での問い合わせ */
#main .contact .tel {
	background-color: #e2eef4;
	margin: 40px 0 60px;
	padding: 30px;
	text-align: center;
}

#main .contact .tel p {
	font-weight: bold;
}
#main .contact .tel .text {
	font-size: 125%;
	margin: 0 0 15px;
}
#main .contact .tel .date {
	font-size: 100%;
	margin: 5px 0 0 100px;
}

/* form */
#main .contact .form h2 {
	margin: 0 0 10px!important;
}

#main .contact .form dl {
	margin: 0 0 40px;
}

#main .contact .form dl dt, .contact .form dl dd {
	box-sizing: border-box;
	line-height: 50px;
	padding: 30px 0 30px 45px;
	position: relative;
}

#main .contact .form dl dt {
	float: left;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	width: 270px;
}
#main .contact .form dl dt span {
	background-color: #5fb7e0;
	color: #ffffff;
	display: block;
	font-size: 80%;
	line-height: 1.0;
	padding: 8px 16px 7px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

#main .contact .form dl dd {
	border-bottom: dotted 1px #cccccc;
	margin: 0;
	padding-left: 270px!important;
}

/* policy */
#main .contact .form .policy {

}
#main .contact .form .policy p {
	margin: 0 0 15px;
	text-align: center;
}
#main .contact .form .policy a {
	text-decoration: underline;
}

#main .contact .policy dl {
	margin: 0 0 30px;
}
#main .contact .policy dl dt, .contact .policy dl dd {
	border-bottom: none;
	padding-top: 0;
	padding-bottom: 0;
}
#main .contact .policy dl dd {
	font-size: 114%;
}

#main .contact .btn .box {
	display: table;
	margin: 0 auto;
	position: relative;
	height: 65px;
	width: 350px;
}

/* confirm */
#main .contact .confirm .message {
	background-color: #e2eef4;
	border: solid 2px #5fb7e0;
	font-weight: bold;
	margin: 0 0 30px;
	padding: 20px 0;
	text-align: center;
}

#main .contact .confirm dl dt, .contact .confirm dl dd {
	line-height: 1.6;
	padding: 25px 0 25px 45px;
}
#main .contact .confirm dl dd p {
	min-height: 26px;
}

#main .contact .confirm .policy dl {
	margin: 0 0 20px;
}
#main .contact .confirm .policy p {
	margin: 0;
}

#main .contact .confirm .btn {
	padding: 0 90px;
}
#main .contact .confirm .btn .box {
	width: 300px;
}

/* error */
#main .contact .error h2 {
	margin: 0 0 30px!important;
}

#main .contact .error .message {
	background-color: #fdf2f2;
	border: solid 2px #e10000;
	color: #e10000;
	font-weight: bold;
	margin: 0 0 20px;
	padding: 20px 0;
	text-align: center;
}

#main .contact .error dd.errorBox input {
	background-color: #fdf2f2;
	border: solid 1px #e10000;
}
#main .contact .error dd.errorBox p {
	color: #e10000;
	font-weight: bold;
	line-height: 1.0;
	margin: 10px 0 0;
}

/* input textarea submit */
#main .contact .form input[type="text"] {
	background-color: #efefef;
	border: solid 1px #d9d9d9;
	box-sizing: border-box;
	font-size: 114%;
	height: 50px;
	padding: 10px 15px;
	width: 550px;
}
#main .contact .form input::placeholder {
	color: #333333;
}
#main .contact .form textarea {
	background-color: #efefef;
	border: solid 1px #d9d9d9;
	box-sizing: border-box;
	font-size: 114%;
	padding: 10px 15px;
	height: 250px;
	width: 550px;
}

#main .contact .btn input[type="submit"] {
	background-color: #5fb7e0;
	border: none;
	border-radius: 5px;
	box-sizing: border-box;
	box-shadow: 0 5px 0 0 #e6e6e6;
	color: #ffffff;
	cursor: pointer;
	font-size: 170%;
	font-weight: bold;
	padding: 11px;
	position: absolute;
	left: 0;
	bottom: 5px;
	width: 100%;
}
#main .contact .btn input[type="submit"]:hover {
	bottom: 0;
	box-shadow: none;
}
#main .contact .btn input[type="submit"].return {
	background-color: #999999;
}
