@charset "UTF-8";
.top_h1 { text-align:center; }

/*!
Theme Name: Cocoon Child
Description: Cocoonカスタマイズ用子テーマ
Theme URI: https://wp-cocoon.com/
Author: 
Author URI: 
Template:   cocoon-master
Version:
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/* ===== RESET ===== */
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

li {
	list-style: none;
}

p {
	margin: 0;
}

.clr {
	overflow: hidden;
}

/* ===== Cocoon Reset ===== */
.wrap {
	width: auto;
	margin: auto;
}

.header-container-in.hlt-top-menu {
	display: block;
}

.header-container-in.hlt-top-menu .wrap {
	display: block;
}

.header-container-in.hlt-top-menu .logo-header,
.header-container-in.hlt-top-menu .logo-header img {
	width: auto;
	height: auto;
	max-height: initial;
}

@media print, screen and (min-width: 992px) {
	.header-container-in.hlt-top-menu .logo-header img {
		max-width: initial;
	}
}

.header-container-in.hlt-top-menu .tagline {
	display: block;
}

.navi-in > ul {
	text-align: left;
}

.footer-bottom-content {
	float: none;
	text-align: center;
}

.navi-footer-in > .menu-footer li,
.navi-footer-in > .menu-footer li:last-child {
	border: 0;
}

.navi-footer-in > .menu-footer  {
	border: 0;
}

ol, ul {
    margin: 0;
    padding-left: 0;
}

.entry-content {
	margin: 0 auto;
}

/*インフォメッセージ*/
.is-style-info-box,
.info-box,
.sp-info,
.info {
  /* color: #0c5460; */
  /* background-color: #d1ecf1; */
  /* border-color: #bee5eb; */
  /* padding: 15px; */
  /* border-radius: 4px; */
  /* margin-bottom: 20px; */
  color: #000;
  background: none;
  padding: 0;
  border-radius: 0;
  margin: 0;
}

input[type='submit'].btn,
input[type='button'].btn {
	padding: 19px 10px 16px;
}

.article h3 {
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 0;
	/*  font-size: 22px;
	padding: 12px 20px; */
}

table tr,
table tr:nth-of-type(2n+1) {
	background: none;
}

.search-edit, input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select {
	padding: 5px 10px;
	width: auto;
	max-width: 100%;
	border-radius: 0;
	border-color: #414141;
	font-size: 100%;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

textarea {
	width: 100%;
	min-height: 10em;
}

/* ===== end - Cocoon Reset ===== */


/* CSS Document */
html {
	font-size: 62.5%;
}

body {
	line-height: 1.7;
	font-family: Meiryo, メイリオ,ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Arial, helvetica, sans-serif;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 13px;
	font-size: 1.3rem;
	color: #000;
	background: #fff;
	-webkit-text-size-adjust: 100%;
}

body:before {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	display: block;
	visibility: hidden;
	width: 100%;
	height: 100vh;
	background-color: #000;
	content: "";
	opacity: 0;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.tab, .sp, .sp2 {
	display: none;
}

.sp, sp2 {
	display: none !important;
}

.pc, .pc.tab {
	display: block;
}

.em {
	color: #ee0000;
}

/*.marker {
	display: inline;
	padding: 0 .5em;
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #ffcccc));
	background: linear-gradient(transparent 0%, #ffcccc 0%);
}*/

.f_bold {
	font-weight: bold;
}

.f_normal {
	font-weight: normal;
}

.f_josefin {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
}

.font_s {
	font-size: 14px;
}

.font_m {
	font-size: 16px;
}

.font_l {
	font-size: 18px;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}

.img-full {
	display: block;
	width: 100%;
	height: auto;
}

a {
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:focus, *:focus {
	outline: none;
}

a, .hover {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	color: #565454;
	text-decoration: none;
	cursor: pointer;
}

a:visited {
	color: #565454;
	text-decoration: none;
}

a:hover {
	opacity: .7;
	color: #fa0404;
	text-decoration: none;
}


a:active   {
	color: #565454;
	text-decoration:none;
}

a.inline:hover {
	opacity: 1;
}

.link, .link:hover, .link:visited {
	color: #2196f3 !important;
}

.mt0 {
	margin-top: 0 !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

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

.mt10 {
	margin-top: 10px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt25 {
	margin-top: 25px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt35 {
	margin-top: 35px !important;
}

.mb5 {
	margin-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb25 {
	margin-bottom: 25px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb35 {
	margin-bottom: 35px !important;
}

.ml10 {
	margin-left: 10px !important;
}

.ml1em {
	margin-left: 1em !important;
}

.pt0 {
	padding-top: 0 !important;
}

.pt10 {
	padding-top: 10px !important;
}

.pt15 {
	padding-top: 15px !important;
}

.pt20 {
	padding-top: 20px !important;
}

.pt25 {
	padding-top: 25px !important;
}

.pt30 {
	padding-top: 30px !important;
}

.pb0 {
	padding-bottom: 0 !important;
}

.pb10 {
	padding-bottom: 10px !important;
}

.pb15 {
	padding-bottom: 15px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.pb25 {
	padding-bottom: 25px !important;
}

.pb30 {
	padding-bottom: 30px !important;
}

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

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

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

.clearfix {
	overflow: hidden;
}

.block {
	display: block;
}

.in-block {
	display: inline-block;
}

.inline {
	display: inline;
}

.block-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.ico {
	position: relative;
	top: -2px;
	vertical-align: middle;
}

.nowrap {
	white-space: nowrap;
}

.hide {
	display: none;
}

.indnt-05 {
	text-indent: -.5em;
}

.indnt-1 {
	text-indent: -1em;
}

.em {
    color: #fa0404;
}

.b {
    color: #2942de;
    font-weight: bold;
}

@media print, screen and (min-width: 835px) {
	.colWrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}

	.colWrap.col {
		flex-direction: column;
	}

	.colWrap.wrap {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.colWrap.boxAlign-left {
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}

	.colWrap.boxAlign-right {
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
	}

	.colWrap.boxAlign-center {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	.colWrap.mdl > *,
	.colWrap > .mdl:not(.colWrap) {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		/* flex-wrap: wrap; */
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-ms-flex-line-pack: center;
		    align-content: center;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}

	.colWrap.mdl > * > *,
	.colWrap > .mdl:not(.colWrap) > * {
		width: 100%;
	}

	.colWrap.mdl.ct > *,
	.colWrap > .mdl.ct:not(.colWrap) {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	.colWrap.col4 {
		margin-left: -10px;
		margin-right: -10px;
	}

	.colWrap.col4 > * {
		margin: 0 10px 20px;
		width: calc(25% - 20px);
	}

	.colWrap.col2 > * {
		width: 50%;
	}

	.colWrap.col3 > * {
		width: 33.33%;
	}

}

/* .header-container*/
.header-container {
	border-top: 15px solid #363636;
	padding: 30px 0 20px;
}

.header-container .navFrame .catch {
	color: #696969;
	line-height: 1.3;
	font-size: 11px;
	font-weight: bold;
	margin: 3px 0 10px;
	text-align: left;
}

.header-container .container > .colWrap {
/*	height: 90px; */
}

.header-container .logo {
	display:flex;
	align-items: flex-end;
	align-content: flex-end;
}

.header-container .logo a {
	display: block;
}

.header-container .colWrap > .navFrame {
	flex-grow: 1;
	justify-content: flex-end;
	padding-left: 15px;
}

/* gnav */
.header-container .gnav {
	position: relative;
}

.header-container .gnav .container > .colWrap {
	height: 100%;
}

.header-container .gnav .menu {
	margin: 0 auto;
	/* height: 100%; 
	height: 90px;*/
	display: flex;
	justify-content: space-between;
}

.header-container .gnav .menu > li {
	position: relative;
	flex-grow: 1;
	padding: 0 3px;
	width: auto;
	height: auto;
	line-height: inherit;
}

.header-container .gnav .menu > li > a {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100%;
	height: 40px;
	position: relative;
/*	font-size: 18px;
	font-size: 1.258vw; */
	font-size: 13px;
	line-height: 1.1;
	color: #000;
	font-weight: bold;
	text-align: center;
	background: #dfdfdf;
	background: -moz-linear-gradient(top,  #dfdfdf 0%, #f8f8f8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #dfdfdf 0%,#f8f8f8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #dfdfdf 0%,#f8f8f8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfdfdf', endColorstr='#f8f8f8',GradientType=0 ); /* IE6-9 */
	text-decoration: none;
	box-shadow: inset 0 0 4px rgba(0,0,0,.3);
	border: 1px solid #c1c1c1;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.header-container .gnav .menu > li.nav_payment {
	max-width: 127px;
}

.header-container .gnav .menu > li.nav_payment a {
	padding: 0 15px;
}

.header-container .gnav .menu > li > a:before {
	content: "";
	display: block;
	position: absolute;
	left: 7px;
	top: 5px;
	right: 7px;
	height: 4px;
	border-radius: 4px;
	box-shadow: 0 0 2px rgba(255, 255, 255, 1), 0 0 5px rgba(255, 255, 255, 1);
	background: #fff;
	opacity: .8;
	z-index: 1;
}

.header-container .gnav .menu > li a .caption-wrap,
.header-container .gnav .menu > li > a > span {
	position: relative;
	z-index: 2;
}

.header-container .gnav .menu > li > a:hover {
	opacity: 1;
	text-decoration: none;
}

/* menuBtn */
.menuBtn {
	position: fixed;
	top: 9px;
	right: 10px;
	width: 46px;
	/* height: 27px; */
	height: 42px;
	background: rgba(255, 255, 255, .3);
	border-radius: 4px;
	text-align: center;
	cursor: pointer;
	pointer-events: all;
	z-index: 200;
}
.menuBtn div {
	position: relative;
	margin: 7px auto;
	width: 36px;
	height: 27px;
	top: 0;
	-webkit-transition: all 0.75s ease-out;
	transition: all 0.75s ease-out;
}
.menuBtn div:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	margin-top: -3px;
	margin-left: -18px;
	width: 36px;
	height: 4px;
	border-radius: 2px;
	background: #363636;
	opacity: 1;
	-webkit-transition: 0.35s ease-in-out;
	-webkit-transition: 0.35s ease-in-out;
	transition: 0.35s ease-in-out;
}
.menuBtn span {
	display: block;
	margin: 0 auto;
	width: 36px;
	height: 27px;
	color: #fff;
	font-size: 1.1rem;
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: 0.5px;
	line-height: 76px;
	overflow: hidden;
}
.menuBtn span:before {
	content: '';
	position: absolute;
	left: 50%;
	display: block;
	margin-left: -18px;
	width: 36px;
	height: 4px;
	border-radius: 2px;
	background: #363636;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	top: 0;
	transition: transform 0.3s ease-out;
}
.menuBtn span:after {
	content: '';
	position: absolute;
	left: 50%;
	display: block;
	margin-left: -18px;
	width: 36px;
	height: 4px;
	border-radius: 2px;
	background: #363636;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	bottom: 0;
	transition: transform 0.3s ease-out;
}


.menuBtn.close span:before {
	-webkit-animation: menu-bar01 0.75s forwards;
	animation: menu-bar01 0.75s forwards;
	-webkit-animation: menu-bar01 0.75s forwards;
	animation: menu-bar01 0.75s forwards;
}
	.menuBtn.close span:after {
	-webkit-animation: menu-bar03 0.75s forwards;
	animation: menu-bar03 0.75s forwards;
	-webkit-animation: menu-bar03 0.75s forwards;
	animation: menu-bar03 0.75s forwards;
}


.menuBtn.open {
	background: none;
}

.menuBtn.open span:before {
	-webkit-animation: active-menu-bar01 0.75s forwards;
	animation: active-menu-bar01 0.75s forwards;
	-webkit-animation: active-menu-bar01 0.75s forwards;
	animation: active-menu-bar01 0.75s forwards;
}
.menuBtn.open span:after {
	-webkit-animation: active-menu-bar03 0.75s forwards;
	animation: active-menu-bar03 0.75s forwards;
	-webkit-animation: active-menu-bar03 0.75s forwards;
	animation: active-menu-bar03 0.75s forwards;
}

.menuBtn.open div:before {
	opacity: 0;
}

@-webkit-keyframes menu-bar01 {
	0% {
		background: #fff;
		-webkit-transform: translateY(2px) rotate(45deg);
	}

	50% {
		-webkit-transform: translateY(2px) rotate(0);
	}

	100% {
		background: #363636;
		-webkit-transform: translateY(0) rotate(0);
	}
}

@keyframes menu-bar01 {
	0% {
		top: 50%;
		background: #fff;
		-webkit-transform: translateY(-2px) rotate(45deg);
		transform: translateY(-2px) rotate(45deg);
	}

	50% {
		top: 50%;
		-webkit-transform: translateY(-2px) rotate(0);
		transform: translateY(-2px) rotate(0);
	}

	100% {
		top: 0;
		background: #363636;
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}
}

@-webkit-keyframes menu-bar03 {
	0% {
		bottom: 50%;
		background: #fff;
		-webkit-transform: translateY(2px) rotate(-45deg);
	}

	50% {
		bottom: 50%;
		-webkit-transform: translateY(2px) rotate(0);
	}

	100% {
		bottom: 0;
		background: #363636;
		-webkit-transform: translateY(0) rotate(0);
	}
}

@keyframes menu-bar03 {
	0% {
		bottom: 50%;
		background: #fff;
		-webkit-transform: translateY(2px) rotate(-45deg);
		transform: translateY(2px) rotate(-45deg);
	}

	50% {
		bottom: 50%;
		-webkit-transform: translateY(2px) rotate(0);
		transform: translateY(2px) rotate(0);
	}

	100% {
		bottom: 0;
		background: #363636;
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}
}

@-webkit-keyframes active-menu-bar01 {
	0% {
		top: 0;
		background: #363636;
		-webkit-transform: translateY(0) rotate(0);
	}

	50% {
		top: 50%;
		-webkit-transform: translateY(-2px) rotate(0);
	}

	100% {
		top: 50%;
		background: #fff;
		-webkit-transform: translateY(-2px) rotate(45deg);
	}
}

@keyframes active-menu-bar01 {
	0% {
		top: 0;
		background: #363636;
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}

	50% {
		top: 50%;
		-webkit-transform: translateY(-2px) rotate(0);
		transform: translateY(-2px) rotate(0);
	}

	100% {
		top: 50%;
		background: #fff;
		-webkit-transform: translateY(-2px) rotate(45deg);
		transform: translateY(-2px) rotate(45deg);
	}
}

@-webkit-keyframes active-menu-bar03 {
	0% {
		bottom: 0;
		background: #363636;
		-webkit-transform: translateY(0) rotate(0);
	}

	50% {
		bottom: 50%;
		-webkit-transform: translateY(11px) rotate(0);
	}

	100% {
		bottom: 50%;
		background: #fff;
		-webkit-transform: translateY(11px) rotate(-45deg);
	}
}

@keyframes active-menu-bar03 {
	0% {
		bottom: 0;
		background: #363636;
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0);
	}

	50% {
		bottom: 50%;
		-webkit-transform: translateY(2px) rotate(0);
		transform: translateY(2px) rotate(0);
	}

	100% {
		bottom: 50%;
		background: #fff;
		-webkit-transform: translateY(2px) rotate(-45deg);
		transform: translateY(2px) rotate(-45deg);
	}
}

/* pageTop */
.pageTop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 99;
	width: 50px;
}

.pageTop a {
	position: relative;
	display: block;
	overflow: hidden;
	margin: -21px auto 0;
	padding: 50px 0 0;
	width: 50px;
	height: 0;
	outline: none;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.2);
	text-align: center;
	text-decoration: none;
}

.pageTop a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -4px 0 0 -7px;
	width: 12px;
	height: 12px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}

/* footer */
.footer-container {
	padding: 0 0 10px;
	background: #eeedee;
	color: #fff;
}

footer .guideFrame {
	padding: 30px 0;
}

footer .guideFrame .head {
	margin: 0 0 15px;
	display: none;
}

footer .guideFrame .head img {
	display: inline-block;
	vertical-align: middle;
}

footer .guideFrame .head_ja {
	display: inline-block;
	position: relative;
	top: 2px;
	margin-left: 10px;
	color: #000;
	font-weight: bold;
	font-size: 16px;
	vertical-align: middle;
}

@media print, screen and (min-width: 835px) {
	footer .guideFrame .head {
		display: block;
	}

	.footer-widgets {
		display: block;
	}
}

.footer-left,
.footer-center,
.footer-right {
	width: auto;
}


footer .btmFrame {
	padding: 15px 0 25px;
	background: #363636;
}

footer .btmFrame .f_logo {
	display: block;
	margin:0 auto;
}

footer .btmFrame a {
	color: #fff;
}

footer .btmFrame .fnav li {
	position: relative;
	padding: 0 1em;
}

footer .btmFrame .fnav li:first-child:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 1em;
	background: #fff;
	transform: translateY(-50%);
}

footer .copyright {
	padding: 5px 0;
	font-size: 12px;
	color: #fff;
	text-align: center;
}

.wrapper {
	position: relative;
	word-break: break-all;
}

.section {
	overflow: hidden;
	padding: 30px 0;
}

.section.firstSec,
.section:first-of-type {
	padding-top: 15px;
}

.section > .article {
	padding: 0 10px;
}

.section > .article + .article {
	margin-top: 8%;
}

.section .borderBtm {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 2px solid #555;
}

.container {
	margin-left: auto;
	margin-right: auto;
	padding: 0 20px;
	max-width: 990px;
}

.container.full {
	max-width: 100%;
	max-width: initial;
}

.content {
	margin: 0 auto 45px;
}

.content > .sidebar {
	margin-top: 30px;
	padding: 0 !important;
	border: 0;
}

.content > .main {
	padding: 0 !important;
	width: auto;
}

@media print, screen and (min-width: 835px) {
	.content:not(.col1) {
		display: flex;
		flex-direction: row-reverse;
		flex-wrap: nowrap;
		justify-content: space-between;
		width: 100%;
	}

	.content:not(.col1) > .sidebar {
		margin-top: 0;
		width: 200px;
	}

	.content:not(.col1) > .main {
		width: calc(100% - 220px);
	}
}

.content.column1_wide,
.content.column1_narrow {/* 1column */
	display: block;
	width: 100%;
}

.content.column1_narrow {
	max-width: 750px;
}

/* side */
.sidebar .sideTtl,
.sidebar .widget-sidebar-title {
	margin: 20px 0;
	padding: 7px 9px;
	overflow: hidden;
	background: #0c0c0c;
	color: #fff;
	line-height: 1.3;
	font-size: 1em;
	font-weight: bold;
	box-shadow: inset 3px 3px 2px rgba(255, 255, 255, .3), inset -3px -3px 2px rgba(0,0,0, .3);
	text-align: center;
}

.sidebar .sideTtl.side_ttl_size,
.sidebar .sideNavFrame.size .widget-sidebar-title {
	text-align: left;
}

.sidebar .sideTtl .en,
.sidebar .sideCategory .btn .en,
.sidebar .widget-sidebar-title .en {
	display: inline-block;
	position: relative;
	top: 2px;
	width: 4.5em;
	margin-left: -4.5em;
	font-size: .85em;
	line-height: 1;
	float: right;
}

.sidebar .sideNavframe h3,
.sidebar .noTitle h3 {
	display: none;
}

.sidebar .sideBanner,
.sidebar .categoryBanner {
	margin: 0 0 20px;
}

.sidebar .sideBanner > li {
	margin: 0 0 20px;
	font-size: 0;
	text-align: center;
}

.sidebar .sideBanner > li a {
	display: inline-block;
	margin: 0 auto;
}

.sidebar .sideBanner > li img {
	display: block;
	margin: 0 auto;
}

.sidebar .sideBanner .openTime {
	border: 2px solid #363636;
	background: #fff;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
}

.sidebar .sideBanner .openTime ul {
	margin: .35em 0;
}

.sidebar .sideBanner .openTime ul li {
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.2;
}

.sidebar .sideBanner .openTime ul li > span {
	display: flex;
	align-items: center;
	align-content: center;
}

.sidebar .sideBanner .openTime ul li .hd {
	margin-right: .5em;
}

.sidebar .sideBanner .openTime ul li .time {
	font-size: 1.4em;
}

.sidebar .sideBanner .openTime .head {
	margin: 0 1em;
	padding: 3px 0;
	line-height: 1.3;
	background: #363636;
	color: #fff;
	text-align: center;
}

.sidebar .sideBanner .openTime .number {
	font-size: 1.2em;
	text-align: center;
}




.sidebar .sideCategory li {
	margin: 0 0 20px;
}

.sidebar .sideCategory .btn {
	text-align: left;
	padding-right: 5px;
	border-radius: 0;
}

.sidebar .nav_size a {
	font-weight: bold;
}


.sidebar .osusume {
	margin-top: 20px;
}

.sidebar .osusume .widget-sidebar-title {
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: none;
	color: #000;
	line-height: inherit;
	font-weight: normal;
	box-shadow: none;
	text-align: left;
}

@media print, screen and (min-width: 481px)  and (max-width: 834px) {
	.sidebar .sideBanner {
		margin: 0 0 20px;
		display: flex;
		justify-content: space-between;
	}

	.sidebar .sideBanner.bnr_point {
		justify-content: center;
	}

	.sidebar .sideBanner.bnr_point > li {
		margin: 0 10px;
	}

	.sidebar .sideBanner > li {
		display: flex;
		align-items: center;
		align-content: center;
		margin: 0;
		width: calc(33.33% - 10px);
	}

	.sidebar .sideBanner .openTime {
	/*	font-size: 2.1vw; */
		font-size: 11px;
		padding: 0;
	}

	.sidebar .sideBanner .openTime img {
		width: 100px;
	}

	.sidebar .sideBanner .openTime ul li .time {
		font-size: 11px;
	}

	.sidebar .sideNav {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.sidebar .sideNav li {
		width: calc(50% - 10px);
	}
}

/* others */
.ttl,
.article .ttl {
	background: #363636;
	color: #fff;
	margin: 15px 0;
	/* padding: 0 10px; */
	padding: 3px 10px 1px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.ttl.text-left,
.article .ttl.text-left {
	text-align: left;
}

.ttl.font_s,
.article .ttl.font_s {
	font-size: 15px;
}

.ttl.font_s + p,
.article .ttl.font_s + p{
	margin-top: 0;
}

.ttl_m,
.article .ttl_m {
	margin: 20px 0 20px 0;
	padding: 0 0 5px 10px;
	border-bottom: 1px solid #000000;
	border-left: 5px solid #2942de;
	background: none;
	border-radius: 0;
	color: #000000;
	font-size: 17px;
	font-weight: bold;
}

.ttl_s,
.article .ttl_s {
	border: 0;
	margin: 5px 0px;
	padding: 2px 0px;
	font-size: 1.1em;
	font-weight: bold;
	color: #414141;
	border-bottom: 1px dotted #333333;
}

.ttl_s.noBorder,
.article .ttl_s.noBorder {
	border-bottom: 0;
}

.ttl_size,
.article .ttl_size {
	display: flex;
	align-items: center;
	align-content: center;
	margin: 0 0 .8em;
	position: relative;
	padding: 0 5px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.3;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(100%, #eeeeee));
	background: linear-gradient(#ffffff 0%, #eeeeee 100%);
	text-shadow: 3px 3px 3px rgba(0,0,0,.2);
}

.ttl_size > * {
	display: flex;
	align-items: center;
	align-content: center;
}

.ttl_size .ico {
	flex-shrink: 0;
	padding: .5em;
	line-height: 1;
	border: 1px solid #2f2f2f;
	border-radius: 5px;
	color: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(100%, #eeeeee));
	background: linear-gradient(#ffffff 0%, #eeeeee 100%);
	text-shadow: none;
	min-height: 50px;
}

.ttl_size .ico.font_s {
	max-width: 60px;
	font-size: .8em;
	padding: .25em .5em;
	text-align: center;
}

.ttl_size .ico.font_xs {
	padding: .25em;
	font-size: .65em;
}

.ttl_size .ico.font_xxs {
	padding: .25em .5em;
	max-width: 60px;
	line-height: 1.25;
	font-size: .58em;
	text-align: center;
}

.ttl_size .ico.col {
	padding: .25em .15em;
	flex-direction: column;
}

.ttl_size .ico.col > span {
	flex-grow: 1;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
}

.ttl_size .ico .hd {
	display: block;
	width: 100%;
	height: 1.5em;
	font-size: .65em;
}

.ttl_size .ico .btm {
	flex-grow: 1;
}

.ttl_size .txt {
	flex: 1 1 auto;
	padding-left: .7em;
}

.btn {
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 19px 10px 16px;
	line-height: 1.3;
	color: #000 !important;
	background: #dfdfdf;
	background: -moz-linear-gradient(top,  #dfdfdf 0%, #f8f8f8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #dfdfdf 0%,#f8f8f8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #dfdfdf 0%,#f8f8f8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfdfdf', endColorstr='#f8f8f8',GradientType=0 ); /* IE6-9 */
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	box-shadow: inset 0 0 4px rgba(0,0,0,.3);
	border: 1px solid #c1c1c1;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.main .btn {
	max-width: 280px;
	margin-left: auto;
	margin-right: auto;
}

.main .btn.left {
	margin-left: 0;
	margin-right: 0;
}

.main .btn.right {
	float: right;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}

.main .btn.in-block {
	display: inline-block;
	width: auto;
	max-width: 100%;
	max-width: initial;
	min-width: 280px;
}

.btn:before {
	content: "";
	display: block;
	position: absolute;
	left: 7px;
	top: 5px;
	right: 7px;
	margin: 0;
	height: 4px;
	border-radius: 4px;
	box-shadow: 0 0 2px rgba(255, 255, 255, 1), 0 0 5px rgba(255, 255, 255, 1);
	background: #fff;
	opacity: .8;
	z-index: 1;
}

.btn:hover {
	opacity: .7;
}

/*.breadCrumbs li {
	display: inline;
}

.breadCrumbs li a:hover {
	opacity: 1;
}*/

.breadcrumb {
	margin: 0;
	color: #565454;
}

.breadcrumb div .fa {
  display: none;
}

.breadcrumb div:not(:last-child):after {
	content: "＞";
	display: inline-block;
	margin: 0 .3em;
}


/* --------------------------------------------------
  MAIN CONTENT STYLES
  -------------------------------------------------- */
.visualSection {
	margin-bottom: 20px;
}

.main .section p + p {
	margin-top: 1.5em;
}

.commonTbl {
	margin: 15px auto;
	width: 100%;
	border-spacing: 1px;
}

.commonTbl th,
.commonTbl td {
	padding: 6px 5px;
	line-height: 1.3;
}

.commonTbl thead th {
	background: #2f2f2f;
	color: #fff;
}

.commonTbl select,
.commonTbl input[type="text"] {
	padding: 0;
	font-size: 100%;
	min-height: 24px;
	height: auto;
	background: #fff;
	border-radius: 2px;
}

.tbl01 {
	margin: 15px auto;
	width: 100%;
	border-spacing: 1px;
	border-collapse: separate;
}

.tbl01 th,
.tbl01 td {
	padding: 2px 5px;
	border: 0;
}

.tbl01 th {
	font-weight: normal;
	background: #7c8df7;
}

.tbl01 td {
	background: #ececec;
}

.tbl02 {
    border-collapse: collapse;
}

.tbl02 th, .tbl02 td {
	padding: 5px 7px;
	border: 1px solid #999;
	line-height: 1.5;
	vertical-align: top;
}

.tbl02 th {
	background: #e8e8e8;
}

.hissu {
	font-size: 10px;
}

.input_tel {
	width: 40px;
}

.msgBox {
	clear:both;
	margin: 20px auto;
	padding:10px 15px;
	text-align:center;
	font-size: 17px;
	font-weight:bold;
	color:#363636;
	border-bottom:1px solid #363636;
	background-color:#ececec;
}

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

.box01 {
	clear: both;
	overflow: hidden;
	margin: 20px auto;
	padding:15px 20px;
	background-color:#f3f3f3;
}

.box02 {
	clear: both;
	overflow: hidden;
	margin: 20px auto;
	padding:15px 20px;
	background-color:#ebf3fb;
}

.list {
	margin-top: 20px;
	margin-bottom: 20px;
}

.list_decimal li {
	margin-left: 2em !important;
	list-style-type: decimal;
}

.list_disc li {
	margin-left: 2em !important;
	list-style-type: disc;
}

/* policy */
.policySection .article:first-of-type {
	border-bottom: 1px dashed #333;
	padding-bottom: 8%;
}


/* --------------------
  productSection
 -------------------- */
.productSection .title {
	overflow: hidden;
	position: relative;
	margin: 0 0 20px;
}

.productSection .title > span {
	display: block;
	overflow: hidden;
	height: 0;
	padding: 25px 0 0;
}

.productSection .title:after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	font-size: .9em;
	font-weight: 900;
	transform: translateY(-50%);
}

.productSection .ttl_aluminium {
	background: url(http://kochoran2.xsrv.jp/frame/wp-content/uploads/2020/11/bg_ttl_aluminium.png) repeat-x 0 bottom;
}

.productSection .ttl_aluminium:after {
	content: "Alumi Poster Frame";
	color: #696969;
}

.productSection .ttl_aluminium > span {
	width: 234px;
	background: url(http://kochoran2.xsrv.jp/frame/wp-content/uploads/2020/11/ttl_aluminium.png) no-repeat 0 0;
}

.productSection .ttl_wood {
	background: url(http://kochoran2.xsrv.jp/frame/wp-content/uploads/2020/11/bg_ttl_wood.png) repeat-x 0 bottom;
}

.productSection .ttl_wood:after {
	content: "Wood Poster Frame";
	color: #b78d59;
}

.productSection .ttl_wood > span {
	width: 241px;
	background: url(http://kochoran2.xsrv.jp/frame/wp-content/uploads/2020/11/ttl_wood.png) no-repeat 0 0, url(image/bg_ttl_wood.png) repeat-x 0 bottom;
}

.productSection .ttl_board {
	box-shadow: inset 0 -2px 0 #de2929;
}

.productSection .ttl_board:after {
	content: "Board/Stand/Easel";
	color: #de2929;
}

.productSection .ttl_board > span {
	width: 233px;
	background: url(http://kochoran2.xsrv.jp/frame/wp-content/uploads/2020/11/ttl_board.png) no-repeat 0 0;
}


.productSection .box {
	margin-bottom: 20px;
	border: 1px solid #363636;
	line-height: 1.4;
}

.productSection .box .head {
	background: #363636;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

.productSection .box .head  a {
	color: #fff;
}

.productSection .box .specFrame .th {
	display: inline-block;
}

.productSection .itemFrame {
	padding: 10px;
}

.productSection .itemFrame .img img {
	display: block;
	margin: 0 auto;
}

@media print, screen and (min-width: 641px) {
	.productSection .itemFrame .img {
		width: 50%;
		max-width: 350px;
	}

	.productSection .itemFrame .txt {
		width: calc(50% - 20px);
		max-width: 330px;
	}
}

.productSection .itemFrame .head {
	font-size: 20px;
}

.productSection .itemFrame .head.font_s {
	font-size: 19px;
}

.productSection .itemFrame .copy {
	margin: 10px 0 20px;
	padding: 10px 0;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	color: #363636;
	border-bottom: 1px solid #363636;
	background-color: #ececec;
}

.productSection .itemFrame .specFrame {
	margin: 20px 0 0;
}

.productSection .itemFrame .specFrame .spec {
	padding-right: 10px;
}

.productSection .itemFrame .btnFrame {
	overflow: hidden;
	margin: 20px 0 0;
}

.productSection .itemFrame .btn {
	/* float: right; */
	width: 100%;
	max-width: 254px;
	padding: 14px 5px 11px;
	font-size: 18px;
	border-radius: 0;
}


@media print, screen and (min-width: 641px) {
	.productSection .itemList .box {
		width: calc(50% - 5px);
	}

	.productSection .itemFrame .btn {
		float: right;
	}
}

.productSection .itemList .box .head {
	margin: 10px 0;
	font-size: 15px;
}

.productSection .itemList .box .innerBox {
	padding: 0 5px 10px;
}

.productSection .itemList .box .img {
	width: 54.6%;
}

.productSection.type1 .img {
	position: relative;
}

.productSection.type1 .img a:hover {
	opacity: 1;
}

.productSection.type1 .img img {
	transition: opacity .3s ease-out;
}

.productSection.type1 .img .mo {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	z-index: -1;
}

.productSection.type1 .img:hover img:not(.mo) {
	opacity: 0;
}

.productSection .itemList .box .txt {
	width: calc(45.4% - 5px);
}

.productSection .itemList .box .img .detail {
	font-size: 11px;
	padding: 2px;
	color: #ffffff;
	background: #363636;
}

.productSection .itemList .box .txt {
	font-size: 12px;
}

.productSection .itemFrame .txt .head .sub {
	display: inline-block;
}

.productSection .itemList .box .txt .info br {
	display: none;
}

.productSection .itemList .box .txt .color {
	display: inline-block;
	overflow: hidden;
}

.productSection .itemList .box .txt .color img {
	display: block;
	float: left;
}

.productSection .itemList .box .txt .btnFrame {
	margin-top: 10px;
	overflow: hidden;
}

.productSection .itemList .box .txt .btn {
	float: right;
	padding: 8px 5px 7px;
	font-size: 12px;
	width: 100%;
	max-width: 180px;
	border-radius: 0;
}

@media print, screen and (max-width: 640px) {
	.productSection .itemFrame .txt .head{
		padding: 4px 5px;
		line-height: 1.3;
	}

	.productSection .itemFrame .txt .head .sub {
		display: block;
		font-size: .7em;
	}
}

/* ADDED [20/12/01] */
.productSection .itemList .box .txt {
	display: flex;
	flex-direction: column;
}

.productSection .itemList .box .txt .info {
	flex-grow: 1;
}

.productSection .img .hvr {
	display: block;
	transition: opacity .3s ease-out;
}

.productSection .img .hvr:hover {
	opacity: .7;
}

@media print, screen and (min-width: 641px) {
	.productSection.type1 .itemList .box .txt {
		line-height: 1;
	}

	.productSection.type2 .itemList .box .txt .btnFrame {
		margin-bottom: 15px;
	}
}
/* end - ADDED [20/12/01] */


/* --------------------
  rankingSection
 -------------------- */
.rankingSection .rankingTbl {
	margin: 15px auto;
}

.rankingSection .rankingTbl .box {
	border-right: 1px solid #fff;
}

.rankingSection .rankingTbl .box:last {
	border-right: 0;
}

.rankingSection .rankingTbl .box .th {
	padding: 8px 5px;
	font-weight: bold;
	background: #2f2f2f;
	color: #fff;
	text-align: center;
}

.rankingSection .rankingTbl .box li {
	padding: 3px 0;
}

.rankingSection .rankingTbl .box li a {
	display: block;
}

@media print, screen and (min-width: 641px)  and (max-width: 834px) {
	.rankingSection .rankingTbl ul {
		display: flex;
		justify-content: space-between;
	}

	.rankingSection .rankingTbl ul li {
		width: calc(33.33% - 10px);
	}
}

@media print, screen and (max-width: 640px) {
	.rankingSection .rankingTbl .box + .box {
		margin-top: 20px;
	}

	.rankingSection .rankingTbl .th {
		margin: 0 0 10px;
		padding: 7px;
	}

	.rankingSection .rankingTbl a {
		max-width: 240px;
		margin: 0 auto;
	}
}

/* --------------------
  newsSection
 -------------------- */
.newsSection .newsFrame {
	clear: both;
	margin: 15px 0;
	overflow: scroll;
	border: 1px solid #363636;
	padding: 15px;
	height: 140px;
}

.newsSection .newsFrame .date {
	display: block;
	position: relative;
	color: #2942de;
	font-weight: bold;
	width: 8em;
	padding-right: 1em;
}

.newsSection .newsFrame .date:after {
	content: "";
	display: block;
	position: absolute;
	right: 1em;
	top: 50%;
	width: 1px;
	height: 1em;
	background: #363636;
	transform: translateY(-50%);
}

.newsSection .newsFrame .txt {
	flex-grow: 1;
	width: calc(100% - 8em);
}

/* -------------------------- 
  LOWER PAGE STYLES
  --------------------------- */
.pg_lower .itemSection .box {
	position: relative;
	margin: 0 auto 15px;
	border: 1px solid #363636;
}

.pg_lower.pg_price .itemSection .box.arrw {
	margin-bottom: calc(16.43% + 20px);
}

.pg_lower.pg_price .itemSection .box.arrw:after {
	content: "";
	display: block;
	position: absolute;
	margin: 10px 0;
	width: 100%;
	height: 0;
	padding: 16.43% 0 0;
	background: url(http://kochoran2.xsrv.jp/frame/wp-content/uploads/2020/11/yajirushi.gif) no-repeat center 0;
	background-size: contain;
}

.pg_lower .itemSection .box .head {
	margin: 0 0 10px;
	padding: 3px 10px;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	background-color: #363636;
	line-height: 1.3;
	text-align: left;
}

.pg_lower .itemSection .box .colWrap {
	position: relative;
	padding: 0 15px 20px;
}

.pg_lower .itemSection .box .txt .inner {
	min-width: 100%;
}

.pg_lower .itemSection .box .colWrap .txt {
	position: relative;
	padding: 0 10px;
	line-height: 1.5;
	text-align: center;
}

.pg_lower .itemSection .box .txt .itemName {
	margin-top: 30px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.15;
}

.pg_lower .itemSection .box .txt .itemName .en {
	display: block;
	font-size: .65em;
}

.pg_lower .itemSection .box .txt .detail {
	margin-top: 1em;
	/* font-size: 14px; */
	font-size: 1.0769em;
	font-weight: bold;
}

.pg_lower .itemSection .box .txt .detail p + p {
	margin-top: 1em;
}

.pg_lower .itemSection .box .txt .btnFrame {
	margin: 20px auto 0;
}

.pg_lower .itemSection .box .txt .btnFrame .btn {
	border-radius: 0;
}

.pg_lower .itemSection .box.rank1 .colWrap:before,
.pg_lower .itemSection .box.rank2 .colWrap:before,
.pg_lower .itemSection .box.rank3 .colWrap:before {
	content: "";
	display: block;
	position: absolute;
	left: 10px;
	top: 0;
	width: 169px;
	height: 58px;
	background: url(http://kochoran2.xsrv.jp/frame/wp-content/uploads/2020/11/rank1.png) no-repeat 0 0;
	background-size: contain;
	box-shadow: 0 16px 8px 0 rgba(0,0,0,.2);
	z-index: 1;
}

.pg_lower .itemSection .box.rank2 .colWrap:before {
	background: url(http://kochoran2.xsrv.jp/frame/wp-content/uploads/2020/11/rank2.png) no-repeat 0 0;
	background-size: contain;
}

.pg_lower .itemSection .box.rank3 .colWrap:before {
	background: url(http://kochoran2.xsrv.jp/frame/wp-content/uploads/2020/11/rank3.png) no-repeat 0 0;
	background-size: contain;
}

@media print, screen and (min-width: 641px) {
	.pg_lower .itemSection .box .colWrap {
		padding: 0 10px
	}

	.pg_lower .itemSection .box .colWrap .img {
		/* width: 63.5%; */
		width: calc(100% - 250px);
		flex: 1 1 auto;
	}

	.pg_lower .itemSection .box .colWrap .txt {
		padding-bottom: 95px;
		/* width: 35.5%; */
		width: 250px;
		padding-left: 15px;
	}

	.pg_lower .itemSection .box.type2 .colWrap .img {
		width: calc(100% - 308px);
	}

	.pg_lower .itemSection .box.type2 .colWrap .txt {
		width: 308px;
	}

	.pg_lower .itemSection .box.type2_2 .colWrap .img {
		width: calc(100% - 288px);
	}

	.pg_lower .itemSection .box.type2_2 .colWrap .txt {
		width: 288px;
	}

	.pg_lower .itemSection .box.type3 .txt .inner {
		padding-top: 20px;
		margin-left: -60%;
	}

	.pg_lower .itemSection .box.type4 .txt .inner {
		margin-left: -105%;
	}

	.pg_lower .itemSection .box.type4 .txt .detail {
		text-align: right;
	}

	.pg_lower .itemSection .box.type5 .txt .inner {
		margin-left: -72%;
	}

	.pg_lower .itemSection .box.type6 .txt .inner {
		margin-left: -90%;
	}


	.pg_lower .itemSection .box.mdl .colWrap .txt {
		display: flex;
		align-items: center;
		align-content: center;
	}

	.pg_lower .itemSection .box .txt .itemName {
		/* font-size: 35px; */
		font-size: 2.6923em;
	}

	.pg_lower .itemSection .box .txt .btnFrame {
		margin: 0;
		position: absolute;
		bottom: 35px;
		left: 15px;
		right: 10px;
	}

	.pg_lower .itemSection .box.rank1 .colWrap:before,
	.pg_lower .itemSection .box.rank2 .colWrap:before,
	.pg_lower .itemSection .box.rank3 .colWrap:before {
		display: none;
	}

	.pg_lower .itemSection .box.rank1 .txt .itemName:before,
	.pg_lower .itemSection .box.rank2 .txt .itemName:before,
	.pg_lower .itemSection .box.rank3 .txt .itemName:before {
		content: "";
		display: block;
		margin: 0 auto 25px;
		width: 169px;
		height: 58px;
		background: url(http://kochoran2.xsrv.jp/frame/wp-content/uploads/2020/11/rank1.png) no-repeat 0 0;
		background-size: contain;
		box-shadow: 0 16px 8px 0 rgba(0,0,0,.2);
	}

	.pg_lower .itemSection .box.rank2 .txt .itemName:before {
		background: url(http://kochoran2.xsrv.jp/frame/wp-content/uploads/2020/11/rank2.png) no-repeat 0 0;
		background-size: contain;
	}

	.pg_lower .itemSection .box.rank3 .txt .itemName:before {
		background: url(http://kochoran2.xsrv.jp/frame/wp-content/uploads/2020/11/rank3.png) no-repeat 0 0;
		background-size: contain;
	}
}

/* ----------------------- 
  ITEM PAGE STYLES
  ------------------------ */
/* --------------------
  productSection
 -------------------- */
.pg_item .productSection .itemFrame .img img {
	display: block;
	margin: 0 auto;
}

.pg_item .productSection .itemFrame .txt {
	margin-top: 10px;
}

.pg_item .productSection .itemFrame .txt .head {
	margin-top: 20px;
}

.pg_item .productSection .itemFrame .txt .inner:before + .head {
	margin-top: 0;
}

.pg_item .productSection .itemFrame .copy {
	margin: 0 0 20px;
}

.pg_item .productSection .itemFrame .copy p + p {
	margin-top: 1.2em;
}

.pg_item .productSection .itemFrame .copy + .note {
	font-size: 10px;
	margin-bottom: 10px;
	padding: 0;
	overflow: hidden;
}

@media print, screen and (min-width: 641px) {
	.pg_item .productSection .itemFrame .img {
		/* width: 51.7%; */
		width: 51.9%;
		max-width: 480px;
	}

	.pg_item .productSection .itemFrame .txt {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		margin-top: 0;
		padding-bottom: 35px;
		/* width: calc(48.3% - 15px); */
		width: calc(48.1% - 14px);
		max-width: 432px;
	}

	.pg_item .productSection .itemFrame.rank1 .txt .inner:before,
	.pg_item .productSection .itemFrame.rank2 .txt .inner:before,
	.pg_item .productSection .itemFrame.rank3 .txt .inner:before {
		content: "";
		display: block;
		margin: 25px auto 37px;
		width: 169px;
		height: 58px;
		background: url(http://kochoran2.xsrv.jp/frame/wp-content/uploads/2020/11/rank1.png) no-repeat 0 0;
		background-size: contain;
		box-shadow: 0 16px 8px 0 rgba(0,0,0,.2);
	}

	.pg_item .productSection .itemFrame.rank2 .txt .inner:before {
		background: url(http://kochoran2.xsrv.jp/frame/wp-content/uploads/2020/11/rank2.png) no-repeat 0 0;
		background-size: contain;
	}

	.pg_item .productSection .itemFrame.rank3 .txt .inner:before {
		background: url(http://kochoran2.xsrv.jp/frame/wp-content/uploads/2020/11/rank3.png) no-repeat 0 0;
		background-size: contain;
	}
}

@media print, screen and (max-width: 640px) {
	.pg_item .productSection .itemFrame .btn {
		float: none;
		margin: 0 auto 10px;
	}
}

/* EASEL PAGE STYLES */
.pg_easel .productSection .itemFrame,
.productSection .itemFrame.col1 {

	padding: 0;
	border: 0;
}

.pg_easel .productSection .itemFrame .txt,
.pg_easel .productSection .itemFrame .img,
.productSection .itemFrame.col1 .txt,
.productSection .itemFrame.col1 .img {
	width: auto !important;
	max-width: 100% !important;
	max-width: initial !important;
}

.pg_easel .productSection .itemFrame .txt,
.productSection .itemFrame.col1 .txt {
	margin: 0;
	padding: 0;
}

.pg_easel .productSection .itemFrame .txt .head,
.productSection .itemFrame.col1 .txt .head {
	margin: 0;
}

.pg_easel .productSection .itemFrame .img {
	border: 1px solid #363636;
}

.pg_easel .orderSection .orderList_img .box {
		margin: 0 auto 30px;
}

@media print, screen and (min-width: 641px) {
	.pg_easel .orderSection .orderList_img {
		margin: 0 -7px;
	}

	.pg_easel .orderSection .orderList_img .box {
		margin: 0 7px 30px;
		width: calc(33.33% - 14px);
	}
}

.pg_easel .orderSection .orderList_img .MidleTitle {
	font-size: 15px;
	font-weight: bold;
	background-color: #363636;
	color: #ffffff;
	text-align: center;
	margin: 0 auto 5px;
	padding: 2px 0;
}

.pg_easel .orderSection .orderList_img .Pricebox {
	font-size: 14px;
	font-weight:bold;
	color:#ffffff;
	background-color:#fa0404;
	padding:1px;
	text-align:center;
	margin: 0 auto 5px;
}

.pg_easel .orderSection .orderList_img #Cartbox {
	padding:5px 30px;
	overflow:hidden;
	text-align:center;
	background-color:#ececec;
}

/* end - EASEL PAGE STYLES */


/* --------------------
  specSection
 -------------------- */
.pg_item .specSection .specFrame .box {
	margin: 0 0 15px;
	width: calc(25% - 7px);
}

.pg_item .specSection .specFrame .box.wide {
	flex: 1 1 auto;
}

.pg_item .specSection .specFrame.boxAlign-left {
	margin-left: -3.5px;
	margin-right: -3.5px;
}

.pg_item .specSection .specFrame.boxAlign-left .box {
	margin: 0 3.5px 15px;
}

.pg_item .specSection .specFrame .box img {
	width: 100%;
	height: auto;
}

.pg_item .specSection .specFrame .box.blank {
	margin: 0;
}

.pg_item .specSection .sizeFrame,
.pg_item .specSection .otherFrame {
	margin: 20px auto 0;
}

.pg_item .specSection .otherFrame .box + .box {
	margin-left: 40px;
}

.pg_item .specSection .otherFrame img + img {
	margin-top: 20px;
}

@media print, screen and (max-width: 834px) {
	.pg_item .specSection .otherFrame .img_s {
		width: 50%;
		max-width: 50%;
	}
}

@media print, screen and (max-width: 640px) {
	.pg_item .specSection .specFrame .box {
		margin: 0 0 15px;
		width: calc(50% - 7px);
	}

	.pg_item .specSection .otherFrame .box + .box {
		margin-left: 20px;
	}

	.pg_item .specSection .specFrame.boxAlign-left .box {
		margin: 0 3.5px 15px;
	}
}

@media print, screen and (max-width: 499px) {
	.pg_item .specSection .otherFrame .box img {
		margin: 0 auto;
		width: auto;
		max-height: 220px;
	}

	.pg_item .specSection .otherFrame .box + .box {
		margin: 30px auto 0;
	}

	.pg_item .specSection .otherFrame img + img {
		margin-top: 30px;
	}
}

/* --------------------
  detailSection
 -------------------- */
.pg_item .detailSection .colWrap .innerBox + .innerBox {
	margin-top: 15px;
}

.pg_item .detailSection .colWrap .title {
	margin-bottom: 5px;
	padding: 1px 0;
	font-size: 15px;
	font-weight: bold;
	background-color: #363636;
	color: #fff;
	text-align: center;
}

.pg_item .detailSection .colWrap .box p + p {
	margin-top: 0;
}

@media print, screen and (min-width: 641px) {
	.pg_item .detailSection .colWrap .box {
		width: calc(33.33% - 10px);
	}
}

@media print, screen and (max-width: 640px) {
	.pg_item .detailSection .colWrap .box + .box {
		margin-top: 15px;
	}
}

/* --------------------
  howtoSection
 -------------------- */
.pg_item .howtoSection .howtoFrame .box {
	margin: 0 auto 30px;
	max-width: 460px;
}

.pg_item .howtoSection .howtoFrame .box .cap {
	margin-top: 10px;
}

@media print, screen and (min-width: 641px) {
	.pg_item .howtoSection .howtoFrame .box {
		margin: 0 0 15px;
		width: calc(50% - 15px);
	}
}

/* --------------------
  procedureSection
 -------------------- */
.pg_item .procedureSection .colWrap {
	margin: 0 auto 25px;
}

.pg_item .procedureSection .colWrap .box {
	position: relative;
	margin: 0 auto 30px;
	padding: 10px;
	font-size: 1.1em;
	background: #2f2f2f;
	color: #fff;
	font-weight: bold;
}

.pg_item .procedureSection .colWrap .box .head {
	margin: .2em 0 .3em;
	font-size: 1.8em;
	line-height: 1;
	text-align: center;
}

.pg_item .procedureSection .colWrap .box .head + p {
	margin: 0;
}

@media print, screen and (min-width: 835px) {
	.pg_item .procedureSection .colWrap .box {
		margin: 0;
		width: calc(20% - 20px);
	}

	.pg_item .procedureSection .colWrap .box:before {
		content: "";
		display: block;
		position: absolute;
		right: -4px;
		top: 50%;
		border: 8px solid transparent;
		border-left: 16px solid #2942de;
		transform: translate(100%, -50%);
	}

	.pg_item .procedureSection .colWrap .box:after {
		content: "";
		display: block;
		position: absolute;
		right: -4px;
		top: 50%;
		border: 8px solid transparent;
		border-left: 4px solid #fff;
		transform: translate(100%, -50%);
	}
}

@media print, screen and (max-width: 834px) {
	.pg_item .procedureSection .colWrap .box {
		text-align: center;
		padding-left: 20px;
		padding-right: 20px;
	}

	.pg_item .procedureSection .colWrap .box .txt {
		display: inline-block;
		width: auto;
		margin: 0 auto;
		max-width: 25em;
		text-align: left;
	}

	.pg_item .procedureSection .colWrap .box:before {
		content: "";
		display: block;
		position: absolute;
		bottom: -4px;
		left: 50%;
		border: 8px solid transparent;
		border-top: 16px solid #2942de;
		transform: translate(-50%, 100%);
	}

	.pg_item .procedureSection .colWrap .box:after {
		content: "";
		display: block;
		position: absolute;
		bottom: -4px;
		left: 50%;
		border: 8px solid transparent;
		border-top: 4px solid #fff;
		transform: translate(-50%, 100%);
	}

	.pg_item .procedureSection .colWrap .box:last-child {
		margin-bottom: 0;
	}
}

.pg_item .procedureSection .colWrap .box:last-child:before,
.pg_item .procedureSection .colWrap .box:last-child:after {
	display: none !important;
}

/* --------------------
  orderSection
 -------------------- */
.pg_item .orderSection .commonTbl {
	text-align: center;
}

.pg_item .orderSection .commonTbl tbody tr:hover {
	background: #ececec;
}

.pg_item .orderSection .commonTbl th {
	padding: 10px 5px;
}

.pg_item .orderSection .commonTbl td {
	border: 0;
}

/* --------------------------------------------------
  ********** LESS THAN 991px WIDTH **********
  -------------------------------------------------- */
@media print, screen and (max-width: 991px) {
	body {
	}

	.pc {
		display: none;
	}

	.tab, .tab.sp, .tab.sp2 {
		display: block !important;
	}

	.colWrap.tab-block {
		display: block;
	}
	.colWrap.tab-block > * {
		width: auto;
	}

	/* .header-container */
	.header-container {
		padding: 10px 0 10px;
		border-top-width: 8px;
	}

	.header-container .logo a {
		width: 200px;
	}

	/* gnav */
	.header-container .gnav .menu > li > a {
		font-size: 12px;
	}

	/* footer */
	footer {
	}

	/* content */
	.container {
		padding: 0 15px;
	}

	.sidebar .sideTtl,
	.sidebar .widget-sidebar-title {
		font-size: 14px;
	}

	a.btn {
		padding: 16px 10px 13px;
	}

	/* --------------------------------------------------
	  MAIN CONTENT STYLES
	  -------------------------------------------------- */
	.productSection .itemFrame .copy {
		padding: 10px 10px;
		text-align: left;
		font-size: 15px;
	}

	.productSection .itemFrame .detail {
		font-size: .9em;
	}

	.productSection .itemList .box .innerBox {
		padding: 0 5px 5px;
	}

	.productSection .itemList .box .img {
		width: 45%;
	}

	.productSection .itemList .box .img .detail {
		padding: 5px;
		font-size: 10px;
	}

	.productSection .itemList .box .txt {
		width: calc(55% - 10px);
		font-size: 11px;
	}

	.productSection .itemList .box .txt .spec img {
		width: 45px;
	}
}

@media print, screen and (min-width: 835px)  and (max-width: 991px) {
	.pg_lower .itemSection .box .txt .inner {
		font-size: 1.2vw;
	}

	.pg_lower .itemSection .box.type3 .txt .inner {
		padding-top: 0;
		margin-left: -8em;
	}

	.pg_lower .itemSection .box.type4 .txt .inner {
		margin-left: -16em;
	}

	.pg_lower .itemSection .box.type5 .txt .inner {
		margin-left: -10em;
	}

	.pg_lower .itemSection .box.type6 .txt .inner {
		margin-left: -13.5em;
	}


	.pg_item .productSection .itemFrame .copy {
		text-align: center;
	}
}

@media print, screen and (min-width: 835px)  and (max-width: 860px) {
	.pg_lower .itemSection .box .txt .detail {
		font-size: 13px;
	}

	.pg_lower .itemSection .box.type3 .txt .inner {
		padding-top: 0;
		margin-left: -5.2em;
	}

	.pg_lower .itemSection .box.type4 .txt .inner {
		margin-left: -13.2em;
	}

	.pg_lower .itemSection .box.type5 .txt .inner {
		margin-left: -8em;
	}

	.pg_lower .itemSection .box.type6 .txt .inner {
		margin-left: -10.4em;
	}
}

/* CONTACT PAGE STYLE */
.contactTbl {
	margin: 0 auto;
	max-width: 680px;
}

.contactTbl th, .contactTbl td {
	padding: 10px 5px;
	border: 0;
	background: none !important;
	text-align: left;
	vertical-align: top;
}

.contactTbl th .hissu {
    color: #fa0404;
}

.contactTbl .wpcf7c-conf {
	background-color: #e2e9ec;
}

/* MANY / ORIGINAL FORM */
.formTbl .tr {
	margin: 0 0 25px;
}

.formTbl .td {
	margin: 10px 0 0;
}

.formTbl .hissu {
	font-size: 10px;
	color: #fa0404;
	font-weight: bold
}

.contactBtnFrame {
    text-align: center;
}

.contactBtnFrame br {
    display: none;
}

.contactBtnFrame .btn {
    display: inline-block;
    width: auto;
    min-width: 220px;
}

.contactBtnFrame .btn {
    margin: 15px;
}

.contactBtnFrame .btn:only-child {
    margin: 15px auto;
}


/* *************************************************************
   LESS THAN width 834px
**************************************************************** */
@media print, screen and (max-width: 834px) {
	body {
	/*	font-size: 12px; */
	}

	body.fixed {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
	}

	body.fixed:before {
		visibility: visible;
		opacity: 0.4;
	}

	img {
		max-width: 100%;
		height: auto;
	}

	.pc, .tab, .pc.tab {
		display: none !important;
	}

	.sp {
		display: block !important;
	}

	/* ===== FLEX BOX ===== */
	.sp-colWrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.sp-colWrap.sp-col {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.sp-colWrap.sp-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.sp-colWrap.sp-col-rev {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.sp-colWrap.sp-boxAlign-left {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.sp-colWrap.sp-boxAlign-right {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.sp-colWrap.sp-boxAlign-center {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.sp-colWrap.sp-mdl > *,
	.sp-colWrap > .sp-mdl:not(.sp-colWrap) {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-line-pack: center;
		align-content: center;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.sp-colWrap.sp-mdl.ct > *,
	.sp-colWrap.sp-mdl > .ct,
	.sp-colWrap > .sp-mdl.ct:not(.sp-colWrap) {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.sp-colWrap.sp-col2 > * {
		width: 50%;
	}

	.sp-colWrap.sp-col3 > * {
		width: 33.33%;
	}

	/* ===== end - FLEX BOX ===== */
	table:not(.sp-table) th,
	table:not(.sp-table) td,
	table.tab-table:not(.sp-table) th,
	table.tab-table:not(.sp-table) td {
		display: block;
		width: 100% !important;
		border-bottom: 0;
	}

	table:not(.sp-table) th {
	/*	padding: 8px 8px 4px;
		font-weight: bold;
		border-bottom: 0; */
	}

	table:not(.sp-table) td {
	/*	padding: 15px 1em;
		border-top: 0; */
	}

	table.sp-table th,
	table.sp-table td {
		padding: 8px;
		font-weight: normal;
	}

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

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

	.sp-text-right {
		text-align: right;
	}

	.sp-block {
		display: block;
	}

	.sp-in-block {
		display: inline-block;
	}

	.sp-inline {
		display: inline;
	}

	input[type="text"].sp-max,
	input[type="tel"].sp-max,
	input[type="email"].sp-max,
	select.sp-max,
	textarea.sp-max {
		width: 100%;
	}

	.header-container {
		padding: 0;
	/*	height: 46px; */
	}

	.header-container .container > .colWrap {
		height: auto;
	}

	.header-container .container {
	}

	.header-container .logo {
		position: relative;
	/*	height: 46px; */
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-ms-flex-line-pack: center;
		    align-content: center;
	}

	.header-container .logo a img {
		width: 148.5px;
	}

	.header-container .colWrap .navFrame {
		padding: 0;
	}

	.header-container .gnav {
		position: fixed;
		overflow: hidden;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		max-height: 0;
		overflow-y: auto;
		background: rgba(54,54,54,.8);
		-webkit-overflow-scrolling: touch;
		-webkit-transition: max-height .3s ease-out;
		transition: max-height .3s ease-out;
		z-index: 100;
	}

	.header-container .gnav nav {
		display: block;
		margin: 0;
		padding: 60px 0 0;
		width: 100%;
		height: 100%;
		max-width: 100%;
		overflow-y: auto;
	}

	.header-container .gnav .menu {
		position: relative;
		margin: 0 20px;
		border-top: 1px solid rgba(255, 255, 255, .3);
	}

	.header-container .gnav .menu > li {
		position: relative;
	}

	.header-container .gnav .menu > li > a {
		display: block;
		position: relative;
		padding: 15px 5px;
		line-height: 1.3;
		height: auto;
		color: #fff;
		font-size: 15px;
		font-weight: bold;
		text-decoration: none;
		text-align: left;
		border: 0;
		border-bottom: 1px solid rgba(255, 255, 255, .3);
		background: none;
		box-shadow: none;
	}

	.header-container .gnav .menu > li a:before {
		display: none;
	}

	.header-container .gnav .menu > li a:after {
		content: "";
		box-sizing: border-box;
		display: block;
		position: absolute;
		right: 5px;
		top: 50%;
		width: 6px;
		height: 6px;
		border-right: 2px solid #fff;
		border-top: 2px solid #fff;
		transform: translateY(-50%) rotate(45deg);
		opacity: .6;
	}

	.header-container .gnav .menu > li:first-child > a {
		border-top: 0;
	}

	.open {
		max-height: 100vh;
	}

	/* contents */
	.container {
		padding: 0 20px;
	}

	.content > .sidebar {
		display: none;
	}

	.sidebar .sideBanner > li,
	.sidebar .sideCategory > li {
		margin-bottom: 15px;
	}

	.sidebar .sideBanner .openTime {
		width: 100%;
		max-width: 200px;
		margin: 0 auto;
	}

	.sidebar .sideTtl ,
	.sidebar .widget-sidebar-title{
		margin-bottom: 10px;
	}

	.sidebar .sideNav li {
		padding-bottom: 3px;
		border-bottom: 1px solid #ddd;
	}

	.sidebar .nav_size li {
		padding-bottom: 0;
	}

	.sidebar .nav_size a {
		display: inline-block;
		padding: 10px 0;
	}

	.footer-left,
	.footer-center,
	.footer-right, .footer-mobile {
		/* padding: 10px 16px; */
		padding: 0;
	}

	footer .guideFrame {
		padding: 20px 0;
	}

	footer .guideFrame img {
		width: 100%;
		height: auto;
	}

	footer .btmFrame {
		padding: 10px 0;
	}

	footer .btmFrame .f_logo {
		width: 150px;
	}

	footer .btmFrame a {
		font-size: 11px;
	}

	footer .btmFrame .fnav {
		margin: 5px auto;
	}

	footer .btmFrame .fnav li {
		padding: 0;
	}

	footer .btmFrame .fnav li:first-child {
		padding-right: .8em;
	}

	footer .btmFrame .fnav li:last-child {
		padding-left: .8em;
	}

	footer .btmFrame .copyright {
		font-size: 11px;
	}

	.section {
		padding: 20px 0;
	}

	.section > .article + .article  {
		margin-top: 30px;
	}

	/* .breadCrumbs { */
	.breadcrumb {
		font-size: 11px;
	}

	.breadcrumb .sp {
		display: none !important;
	}

	.ttl,
	.article .ttl {
		padding: 4px 10px;
		font-size: 17px;
		line-height: 1.3;
		text-align: left;
	}

	.ttl_m,
	.article .ttl_m {
		font-size: 15px;
		line-height: 1.3;
	}

	.ttl_size,
	.article .ttl_size {
		display: block;
		margin: 0 0 .8em;
		padding: 0 10px;
		font-size: 17px;
	}

	.ttl_size .ico {
		display: inline-block !important;
		margin: 0 0 5px;
		padding: 3px 10px;
		font-size: 1em;
		border-radius: 3px;
		min-height: 0;
	}

	.ttl_size .ico.font_s,
	.ttl_size .ico.font_xs,
	.ttl_size .ico.font_xxs {
		padding: 3px 10px;
		max-width: 100%;
		max-width: initial;
		font-size: 1em;
	}

	.ttl_size .ico.col {
		display: block;
	}

	.ttl_size .ico.col > span {
		display: inline;
		height: auto;
	}

	.ttl_size .txt {
		display: block !important;
		padding: 4px 0;
	}

	/* --------------------------------------------------
	  MAIN CONTENT STYLES
	  -------------------------------------------------- */
	.formTbl {
		width: 100%;
	}

	.btn_send {
		width: 240px;
		padding: 10px 10px;
	}

	.productSection .title:after {
		font-size: 14px;
	}

	.msgBox {
		font-size: 15px;
		text-align: left;
	}

	/* policy */
	.policySection .article:first-of-type {
		padding-bottom: 30px;
	}

	/* ------------------
	  ITEM PAGE STYLES
	--------------------- */
	.pg_item .orderSection .commonTbl tr {
		display: flex;
		flex-wrap: wrap;
		border-bottom: 1px solid #ccc;
		margin-bottom: 20px;
	}

	.pg_item .orderSection .commonTbl tr:last-child {
		margin-bottom: 0;
	}

	.pg_item .orderSection .commonTbl th,
	.pg_item .orderSection .commonTbl td {
		flex: 1 1 auto;
		width: auto !important;
	}


	.pg_item .orderSection .commonTbl th {
		padding: 6px 5px;
		border-right: 0;
	}

	.pg_item .orderSection .commonTbl th:last-child,
	.pg_item .orderSection .commonTbl td:last-child {
		width: 100% !important;
		text-align: right;
	}

	.pg_item .orderSection .commonTbl th:last-child {
		padding-top: 0;
	}

	/* CONTACT PAGE STYLES */
	.contactTbl th, .contactTbl td {
		padding: 5px 0;
		font-size: 1em;
	}

}


/* *************************************************************
   LESS THAN width 640px
**************************************************************** */
@media print, screen and (max-width: 640px) {
	.sp2, .pc.sp2, .tab.sp2, .sp.sp2 {
		display: block !important;
	}

	.sp2-block {
		display: block;
	}
}

/* *************************************************************
   LESS THAN width 599px
**************************************************************** */
@media print, screen and (max-width: 599px) {
	.container {
/*		padding-left: 10px;
		padding-right: 10px; */
		padding-left: 15px;
		padding-right: 15px;
	}

	/* ------------------
	  ITEM PAGE STYLES
	--------------------- */
	.pg_item .orderSection .commonTbl tr {
		border-bottom: 0;
	}

	.pg_item .orderSection .commonTbl thead {
		display: none;
	}

	.pg_item .orderSection .commonTbl td {
		position: relative;
		width: 50% !important;
		padding-left: 5em;
		border-right: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
	}

	.pg_item .orderSection .commonTbl td:first-child {
		width: 100% !important;
		background: #2f2f2f;
		color: #fff;
		padding: 5px 10px;
		text-align: left;
	}

	.pg_item .orderSection .commonTbl td:first-child br {
		display: none;
	}

	.pg_item .orderSection .commonTbl td:last-child {
		padding-left: 0;
		width: 100% !important;
		text-align: right;
		border-bottom: 0;
	}

	.pg_item .orderSection .commonTbl td:nth-child(odd),
	.pg_item .orderSection .commonTbl td:last-child {
		border-right: 0;
	}

	.pg_item .orderSection .commonTbl td:before {
		display: block;
		position: absolute;
		left: 5px;
		font-size: 10px;
		top: 50%;
		width: 5em;
		font-weight: bold;
		border-radius: 2px;
		background: #e0e0e0;
		transform: translate(0, -50%);
	}

	.pg_item .orderSection .commonTbl td:first-child:before,
	.pg_item .orderSection .commonTbl td:last-child:before {
		display: none;
	}

	.pg_item .orderSection .commonTbl td:nth-of-type(2):before {
		content: "サイズ";
	}

	.pg_item .orderSection .commonTbl td:nth-of-type(3):before {
		content: "重　量";
	}

	.pg_item .orderSection .commonTbl td:nth-of-type(4):before {
		content: "定　価";
	}

	.pg_item .orderSection .commonTbl td:nth-of-type(5):before {
		content: "当店価格";
	}


	.pg_item .orderSection .commonTbl.type2 td:nth-of-type(2):before {
		content: "定　価";
	}

	.pg_item .orderSection .commonTbl.type2 td:nth-of-type(3):before {
		content: "当店価格";
	}
}

/* *************************************************************
   LESS THAN width 499px
**************************************************************** */
@media print, screen and (max-width: 499px) {
	.sp3-block {
		display: block;
	}
}

/* *************************************************************
   LESS THAN width 480px
**************************************************************** */
@media print, screen and (max-width: 480px) {
	.sp4-block {
		display: block;
	}

	table.sp4-block {
		display: block;
	}

	table.sp4-block,
	table.sp4-block thead,
	table.sp4-block tbody,
	table.sp4-block tr,
	table.sp4-block th,
	table.sp4-block td {
		display: block;
		width: 100% !important;
	}

	table.sp4-block th,
	table.sp4-block td,
	table.tab-table.sp4-block th,
	table.tab-table.sp4-block td {
		border-bottom: 0;
	}

	table.sp4-block th,
	table.sp4-block td {
		padding: 5px;
		font-weight: normal;
	}

	/* --------------------------------------------------
	  MAIN CONTENT STYLES
	  -------------------------------------------------- */
	.tbl01 th,
	.tbl01 td {
		padding: 3px !important;
		font-size: 3vw;
	}

	.tbl02.sp4-block {
		border-bottom: 1px solid #999;
	}

	.tbl02 th,
	.tbl02 td {
		font-size: .9em;
		line-height: inherit;
		text-align: left;
	}

	.productSection .title:after {
		display: none;
	}

	footer .guideFrame .colWrap {
		display: block;
	}

	footer .guideFrame .colWrap > div {
		width: auto;
	}
}

/* *************************************************************
   LESS THAN width 374px
**************************************************************** */
@media print, screen and (max-width: 374px) {
	.container {
		padding-left: 10px;
		padding-right: 10px;
	}

	/* ------------------
	  ITEM PAGE STYLES
	--------------------- */
	.pg_item .orderSection .commonTbl td {
		width: 100% !important;
		border-right: 0;
	}
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
	.mobile-menu-buttons {
	    display: none;
	}
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/

	/* footerのメニューバー表示のpointを1023pxから834pxに変更 */
	.mobile-menu-buttons {
	    display: flex;
	    align-items: stretch;
	}

	.article ul, .article ol {
		padding-left: 0;
	}

	table th, table td {
		font-size: .96em;
	}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	.header-container .container > .sp-colWrap {
		display: block;
	}

	.header-container .container > .sp-colWrap .logo .header {
		margin: 0 auto;
	}

	.header-container .container > .sp-colWrap .logo #header .site-name-text {
		display: block;
	}

	.header-container .container > .sp-colWrap > div {
		width: auto;
		text-align: center;
	}

	.header-container .navFrame .colWrap.col {
		width: 100%;
	}

	.header-container .navFrame .catch {
	/*	text-align: center; */
	}
}

/*トップボタンデザイン*/
/*まずはお決まりのボックスサイズ算出をborer-boxに */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

/*その他と主な共通部分は省略*/

a.btn-border {
  border: 2px solid #000;
  border-radius: 0;
  background: #fff;

  -webkit-transform-style: preserve-3d;

  transform-style: preserve-3d;
}

a.btn-border:before {
  position: absolute;
  top: 0;
  left: 0;

  width: 5px;
  height: 100%;

  content: '';
  -webkit-transition: all .3s;
  transition: all .3s;

  background: #000;
}

a.btn-border:hover {
  color: #fff;
  background: #000;
}

a.btn-border:hover:before {
  background: #fff;
}

.front_page .btn-box a.btn:hover {
	color: #fff !important;
}

.front_page .btn-box a.btn {
	margin: 0;
}

.front_page .btn-box .link-box {
	display: inline-block;
	margin-top: 1em;
	margin-right: 1em;
}

.front_page .btn-box {
	display: flex;
	flex-wrap: wrap;
}

@media screen and (max-width: 599px) {
	.front_page .btn-box {
		justify-content: space-between;
	}
	
	.front_page .btn-box .link-box {
		display: block;
		width: 48%;
		margin-right: 0;
	}
	
	.front_page .btn-box .btn {
		width: 100%;
		padding: 1rem;
	}
}

@media screen and (max-width: 270px) {
	.front_page .btn-box .link-box {
		width: 100%;
	}
}

