@charset "UTF-8";

/* CSS Document */
/* import.css の以下の内容をまとめた*/
/*
 normalize.css　-> 廃止
 reset.css
 common.css
 top.css
 col.css
 h2.css
 layout.css
 para.css
 table.css
 variations.css
 stile.css
*/



/*------------ old reset.css --------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
	/* vertical-align:top; */
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

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

html{
	overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea {
	margin: 0;
	padding: 0;
}

ol, ul{
	list-style:none;
}

table{
	border-collapse: collapse; 
	border-spacing:0;
}

caption, th{
	text-align: left;
}

a:focus {
	outline:none;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}











/*------------ old common.css --------------*/
/*==========================================================
												汎用class等
==========================================================*/
.marginTop {
	margin-top: 17px;
}

.marginClear {
	margin: 0 !important;
}

.paddingClear {
	padding: 0 !important;
}

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

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

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

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

.mb40 {
	margin-bottom: 40px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.mb70 {
	margin-bottom: 70px !important;
}

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

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

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

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

.mt40 {
	margin-top: 40px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mtb10 {
	margin: 10px 0 !important;
}

.borderNone {
	border-right: 0 none !important;
	border-left: 0 none !important;
	border-top: 1px solid #aeaeae !important;
}

.hover {
	cursor: pointer;
}

.hover:hover {
	opacity: 0.75;
	-moz-opacity: 0.75;
	/* Firefox */
	filter: alpha(opacity=75);
	/* IE6/7 */
	-ms-filter: "alpha(opacity=75)";
	/* IE8 */
}

.f_l {
	float: left;
}

.f_r {
	float: right;
}

.brown {
	color: #765D2C;
}

.lh22 {
	line-height: 2.2em;
}

.ls10 {
	letter-spacing: 1px;
}

.ls15 {
	letter-spacing: 1.5px;
}

.pc_none,
.pc_none_m,
.slide_sp,
.slide_tb {
	display: none;
}

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

/* ========================================
	グラデーションをつける場合.gradientをつける。
	中のaリンクの矢印の位置はこれ ↓ で
	background-position:260px center;
	調節する。
=========================================*/
.gradient {
	background: -moz-linear-gradient(left, #5aa3b2, #46957f);
	background: -webkit-gradient(linear, left top, right bottom, from(#5aa3b2), to(#46957f));
	background: -ms-linear-gradient(left, #5aa3b2, #46957f);
}

.gradient a {
	display: block;
	width: 100%;
	height: 100%;
	background: url("../img/top_ico_06.png") no-repeat scroll right center;
}

.gradient:hover {
	opacity: 0.75;
	-moz-opacity: 0.75; /* Firefox */
	filter: alpha(opacity=75); /* IE6/7 */
	-ms-filter: "alpha(opacity=75)"; /* IE8 */
}

h1,
h2,
h3,
h4,
h5,
h6,
td,
th,
p,
ul,
li,
dt,
dd {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.6;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	color: #333;
	vertical-align: middle;
}

* {
	word-wrap: break-word;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	vertical-align: top;
	text-align: left;
}

th,
td {
	vertical-align: top;
	text-align: left;
}

html,
body {
	background-color: #f8f7f5;
}

article {
	background-color: #fff;
	padding-bottom: 70px;
	padding-top: 150px;
}

/*#index_article {
	background-color:#fff;
	padding-bottom:70px;
	padding-top:0px;
}*/


/*==========================================================
												header
==========================================================*/
header {
	background-color: #FFF;
	padding-bottom: 16px;
	position: fixed;
	z-index: 1000;
	width: 100%;
	height: 88px;
	top: 0;
	transition: all 0.3s;
}

header #header-inner {
	width: 950px;
	position: relative;
	text-align: center;
	margin: 0 auto;
	padding-top: 0px;
	top: 0;
}

header #header-inner h1,
header #header-inner .site-catch {
	font-size: 12px;
	text-align: left;
	margin-left: 30px;
	margin-bottom: 0 !important;
	color: #888;
}

/* ロゴ */
header #header-logo {
	margin: 0;
	padding: 10px 0;
	text-align: left;
	background: #fff;
}

/*電話番号*/
#headtel {
	position: absolute;
	top: 20px;
	right: 0;
	z-index: 20;
}

/*検索窓*/
#search {
	position: absolute;
	top: 25px;
	left: 35%;
	overflow: hidden;
	width: 250px;
	z-index: 20;
}

#search .gsc-search-button,
#search .gsc-search-button-v2 {
	width: 30px;
}

#search input {
	width: 200px;
	height: 30px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	padding: 3px;
	float: left;
	font-size: 80%;
}

/*placeholderフォーカス時の透明化*/
#search input:focus::-webkit-input-placeholder {
	opacity: 0;
}

#search input:focus::-moz-placeholder {
	opacity: 0;
}

#search input:focus:-moz-placeholder {
	opacity: 0;
}

#search input:focus:-ms-input-placeholder {
	opacity: 0;
}

#search input:focus::placeholder {
	opacity: 0;
}

#pic_search {
	width: 26px !important;
	height: 35px !important;
	border: none !important;
	margin-right: 10px;
	padding: 0 !important;
	margin-left: 10px !important;
}

#en {
	position: absolute;
	top: 45px;
	left: 65%;
	overflow: hidden;
	color: #46957E;
	z-index: 20;

}

/*h_inner要素*/
#h_inner {
	background: #fff;
	position: relative;
	z-index: 20;
	padding-top: 10px;
}

#h_inner #header-logo a img {
	width: 262px;
	height: 39px;
}

#h_inner img#headtel {
	width: 219px;
	height: 51px;
}

/* グローバルナビ */
header nav#nav {
	background: #FFF none repeat scroll 0% 0%;
	height: 43px;
	border-top: medium none;
	width: 100%;
	position: relative;
	z-index: 1;
	left: 0px;
	right: 0px;
}

header nav#nav ul#nav-ul {
	width: 820px;
	width: 950px;
	margin: 0px auto;
	white-space: nowrap;
	text-align: center;
	/*min-width: 1000px;*/
	position: relative;

}

header nav#nav ul li.nav-li {
	width: 120px;
	float: left;
	line-height: 45px;
	height: 45px;
	margin-right: 12px;
	box-sizing: border-box;
	position: relative;
}

header nav#nav ul li.nav-li:last-child {
	margin: 0;
	width: 160px;
}

header nav#nav ul .nav-li.cur,
header nav#nav ul .nav-li:hover {
	border-bottom: 3px solid #46957e !important;
}

header nav#nav ul .nav-li.notcur {
	border-bottom: 3px solid #fff;
}

header nav#nav ul li a {
	font-size: 14px;
	color: #666;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}

header nav#nav ul li .nav-slide {
	background: rgba(255, 255, 255, 0.95);
	/* background:url(../img/common/bg_02.png) repeat 0 0; */
	position: absolute;
	/* width:120px; */
	/* left:0; */
	display: none;
	z-index: 10;
	left: 50%;
	transform: translateX(-50%);
	padding: 1em 0;
	padding: 0;
}

header nav#nav ul li .nav-slide.contact {
	width: 160px;
}

header nav#nav ul li .nav-slide li {
	padding: .6em 1em;
}

header nav#nav ul li .nav-slide li a {
	font-size: 13px;
	font-weight: bold;
}

header nav#nav ul li .nav-slide li a:hover {
	/*color:#0e7c5d;*/
	color: #aaa;
}

/* Englishボタン */
header #header-search {
	position: absolute;
	top: 10px;
	right: 0;
	width: 60px;
}

header #header-search p {
	display: block;
	text-align: right;
}

header #header-search p a {
	font-size: 12px;
	color: #0e7c5d;
	text-decoration: none;
}

header #header-search p a:hover {
	font-size: 12px;
	color: #0e7c5d;
	text-decoration: underline;
}

@media screen and (min-width: 769px){
	header nav#nav ul#nav-ul {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		max-width: 950px;
		width: 100%;
		padding: 0 1em;
		box-sizing: border-box;
	}
	header nav#nav ul li.nav-li {
		margin: 0;
		width: unset;
		box-sizing: border-box;
	}
	header nav#nav>ul>li>a {
		padding: 0 1.4em;
		box-sizing: border-box;
	}
}

/*==========================================================
										ページメインタイトル
==========================================================*/
article #heading {
	width: 100%;
	background-color: #42957d;
}

article #heading h1,
article #heading .title {
	width: 950px;
	margin: 0 auto;
	font-size: 16px;
	color: #fff;
	letter-spacing: 10px;
	letter-spacing: 2px;
	line-height: 60px;
}

/*==========================================================
												パン屑リスト
==========================================================*/
article #pan-list {
	background-color: #f8f7f5;
	width: 100%;
	margin-bottom: 30px;
}

article #pan-list .pan-list-wrapper {
	width: 950px;
	margin: 0 auto;
	padding: 12px 0;
	font-size: 12px;
}

article #pan-list .pan-list-wrapper strong {
	color: #888;
	font-size: 12px;
}

article #pan-list .pan-list-wrapper a {
	text-decoration: none;
	color: #0e7c5d;
	font-size: 12px;
	display: inline-block;
	margin-right: 5px;
}

article #pan-list .pan-list-wrapper a:hover {
	text-decoration: underline;
}

article #pan-list .pan-list-wrapper>span:first-child a {
	background: url(../img/common/common_pankuzu_01.png) no-repeat 0 center;
	padding-left: 20px;
}

/* プラグインで出力しているので不要になった */
/*article #pan-list .pan-list-wrapper li.arrow{
	background:url(../img/common/common_pankuzu_02.png) no-repeat 0 center;
	padding-left:14px;
	margin-left:8px;
}*/
/* カラム数 */
article .main-one-col {
	width: 950px;
	margin: 0 auto;

}

article .main-two-col {
	width: 950px;
	margin: 0 auto;
}

article .main-op-col {
	width: 910px;
	margin: 0 auto;
}

/*==========================================================
												footer
==========================================================*/
/* フッターの上側の部分 */
footer .footer-wrap1 {
	position: relative;
	background-color: #fff;
}

footer .footer-wrap1:after {
	position: absolute;
	top: -4px;
	content: '';
	width: 100%;

}

footer .footer-wrap1-inner {
	width: 950px;
	margin: 0 auto;
}

/* フッターのロゴ画像 */
footer .footer-wrap1-inner #footer-logo {
	width: 180px;
	line-height: 40px;
	float: left;
	margin-right: 30px;
}

footer .footer-wrap1-inner #footer-logo img {
	vertical-align: middle;
}

/* プレスリリースなどのナビ */
footer .footer-wrap1-inner ul {
	width: 394px;
	float: left;
	margin-right: 30px;
}

footer .footer-wrap1-inner ul li {
	line-height: 40px;
	float: left;
	margin-right: 45px;
}

footer .footer-wrap1-inner ul li a {
	color: #3f3f3f;
	text-decoration: none;
}

footer .footer-wrap1-inner ul li a:hover {
	text-decoration: underline;
}

/* 採用情報のグラデーションのボタン */
footer .footer-wrap1-inner #footer-btn {
	width: 316px;
	height: 40px;
	background: -moz-linear-gradient(left, #2b8ca1, #0e7c5d);
	background: -webkit-gradient(linear, left top, right bottom, from(#2b8ca1), to(#0e7c5d));
	background: -ms-linear-gradient(left, #2b8ca1, #0e7c5d);
	float: left;
	text-align: center;
}

footer .footer-wrap1-inner #footer-btn:hover {
	opacity: 0.75;
	-moz-opacity: 0.75; /* Firefox */
}

footer #footer-btn span {
	display: block;
	padding-top: 10px;
	color: #fff;
	cursor: pointer;
}

/* フッターの下側の部分 */
footer .footer-wrap2-inner {
	width: 900px;
	margin: 0 auto;
	padding: 30px 0 15px;

}

footer .footer-wrap2-inner .footer-block#f_logo {
	width: 300px;
	float: left;
}

footer .footer-wrap2-inner .footer-block#f_logo a img {
	width: 218px;
	height: 102px;
}

footer .footer-wrap2-inner .footer-block {
	width: 140px;
	float: left;
}

footer .footer-wrap2-inner .footer-block p#fp_234 {
	display: block;
	width: 234px;
	height: 24px;
	background: #007254;
}

footer .footer-wrap2-inner .footer-block p#fp_104 {
	display: block;
	width: 104px;
	height: 24px;
	background: #007254;
}

footer .footer-wrap2-inner .footer-block p#fp_234 a {
	text-align: center;
	color: #fff;
	width: 234px;
	display: block;
}

footer .footer-wrap2-inner .footer-block p#fp_104 a {
	text-align: center;
	color: #fff;
	width: 104px;
	display: block;
}

#block_third ul li a {
	color: #007254;
}

footer .footer-wrap2-inner .footer-block ul li a {
	font-size: 12px;
	color: #666;
	text-decoration: none;
	line-height: 1.6;
}

footer .footer-wrap2-inner .footer-block p a {
	font-size: 13px;
	color: #007D5B;
	text-decoration: none;
	line-height: 26px;
}

footer .footer-wrap2-inner .footer-block#block_last p a,
footer .footer-wrap2-inner .footer-block#block_last ul li a {
	font-size: 14px;
	color: #666;
	text-decoration: none;
	line-height: 1.6;
	font-weight: bold;
}

footer .footer-wrap2-inner .footer-block p a:hover,
footer .footer-wrap2-inner .footer-block ul li a:hover {
	text-decoration: underline;
}

footer .footer-wrap2-inner .footer-block#block_last p a:hover,
footer .footer-wrap2-inner .footer-block#block_last ul li a:hover {
	text-decoration: underline;
}

/* コピーライト */
footer .copyright-inner {
	width: 950px;
	margin: 0 auto;
	padding-bottom: 15px;
}

footer .copyright-inner small {
	font-size: 12px;
	color: #7F7F7F;
	width: 350px;
	margin: 0px auto;
	text-align: center;
	display: block;
}

/* ページのトップへ戻るボタン */
.page-top {
	width: 316px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	float: right;
	display: none;
}

.page-top a {
	width: 316px;
	height: 50px;
	display: block;
}

.page-top a img {
	vertical-align: bottom;
	margin-left: 220px;
}

.page-top a:hover {
	opacity: 0.8;
}


/* /////////////////// 新フッター ////////////////////// */

footer {
	width: 100%;
	/* min-width:950px; */
	border-top: 3px solid #0D7154;
	background-color: #f8f7f5;
}

footer .footer-wrap-top {
	position: relative;
	background-color: #fff;
}

footer .footer-wrap-top .footer-wrap-top-inner {
	width: 950px;
	margin: 0 auto;
	position: relative;
}

footer .footer-wrap-top .footer-wrap-top-inner .page-top-btn {
	position: absolute;
	bottom: 3px;
	right: 0px;
	background-color: #0D7154;
	border-radius: 6px 6px 0 0;
}

footer .footer-wrap-top .footer-wrap-top-inner .page-top-btn a {
	color: #fff;
	display: inline-block;
	text-decoration: none;
	font-size: 12px;
	vertical-align: baseline;
	padding: 8px 18px 8px;
}

footer .footer-wrap-top .footer-wrap-top-inner .page-top-btn a:before {
	content: "▲";
	display: inline-block;
	line-height: 1;
	width: 12px;
	height: 12px;
	margin: 0 5px 0 0;
	padding: 0;
	font-size: 12px;
	vertical-align: text-bottom;
}

footer .page-top-btn {
	display: inline-block;
	position: fixed;
	bottom: 2%;
	right: 10%;
	font-size: 0;
	opacity: 0;
	transition: opacity 0.2s;
}
footer .page-top-btn.visible {
	opacity: 0.8;
}
footer .page-top-btn a {
	display: inline-block;
    box-sizing: border-box;
    width: 0;
    height: 0;
    padding: 0;
	border-radius: 50%;
	background-image: url(/html/img/common/pagetop.svg);
	background-size: cover;
	box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 10%);
}
footer .page-top-btn.visible a {
    width: 76px;
    height: 76px;
}
footer .page-top-btn a:before {
	content: none;
}
footer .footer-wrap-bottom-inner {
	width: 950px;
	margin: 0 auto;
	padding: 30px 0 42px;
}
@media all and (max-width: 768px){
	footer .page-top-btn {
		right: 2%;
	}
	footer .page-top-btn.visible a {
		width: 56px;
		height: 56px;
	}	
}

footer .footer-wrap-bottom-inner .footer-bottom-block {
	width: 150px;
	margin-right: 20px;
	float: left;
}

footer .footer-wrap-bottom-inner .footer-bottom-block ul li a {
	font-size: 12px;
	color: #666;
	text-decoration: none;
	line-height: 1.6;
}

/*フッターロゴ*/
.footer-bottom-block p:first-child a img {
	width: 164px;
	height: 77px;
}

footer .footer-wrap-bottom-inner .footer-bottom-block ul li a:hover {
	text-decoration: underline;
}

footer .footer-wrap-bottom-inner .footer-bottom-block.base {
	width: 240px
}

footer .footer-wrap-bottom-inner .footer-bottom-block.base .link a {
	display: inline-block;
	margin-bottom: 6px;
	font-size: 12px;
	text-decoration: none;
	line-height: 2;
	color: #007D5B;
}

footer .footer-wrap-bottom-inner .footer-bottom-block.base .link a:hover {
	text-decoration: underline;
}

footer .footer-wrap-bottom-inner .footer-bottom-block.base p:first-child {
	margin-top: 12px;
	margin-bottom: 18px;
}

footer .footer-wrap-bottom-inner .footer-bottom-block.product {
	width: 300px
}

footer .footer-wrap-bottom-inner .footer-bottom-block.support {
	width: 200px;
	margin-right: 0;
}

footer .footer-wrap-bottom-inner .footer-bottom-block .footer-nav-sub-title {
	display: block;
	border-bottom: 1px solid #ccc;
	margin-bottom: 12px;
}

footer .footer-wrap-bottom-inner .footer-bottom-block .footer-nav-sub-title a {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
}

footer .footer-wrap-bottom-inner .footer-bottom-block .nav-slide li a {
	font-size: 12px;
	display: inline-block;
	margin-bottom: 6px;
}

footer .footer-wrap-bottom-inner .footer-bottom-block .link a:before,
footer .footer-wrap-bottom-inner .footer-bottom-block .nav-slide li a:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-left-color: #aaa;
	margin-right: 3px;
	font-size: 0;
	line-height: 0;
}

footer .footer-wrap-bottom-inner .footer-bottom-block .link a:hover,
footer .footer-wrap-bottom-inner .footer-bottom-block .nav-slide li a:hover {
	text-decoration: underline;
}

footer .footer-wrap-bottom-inner .footer-bottom-block.product .nav-slide {
	width: 150px;
	float: left;
}

footer .footer-wrap-bottom-inner .footer-bottom-block.company .nav-slide {
	width: 150px;
}

footer .footer-wrap-bottom-inner .footer-bottom-block.support .nav-slide {
	width: 200px;
}

footer .footer-wrap-bottom-inner .footer-bottom-block.sns {
	width: 100%;
	margin-top: 20px;
}

footer .footer-wrap-bottom-inner .footer-bottom-block.sns ul li {
	float: left;
}

footer .footer-wrap-bottom-inner .footer-bottom-block.sns ul li+li {
	margin-left: 15px;
}

footer .footer-wrap-bottom-inner .footer-bottom-block.sns ul li img {
	width: 40px;
}

footer .copyright-text {
	width: 950px;
	border-top: 1px solid #ddd;
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 15px;
}

footer .copyright-text p {
	font-size: 12px;
	color: #7F7F7F;
	margin: 0px auto;
	text-align: center;
}



/*------------------ 2016.10.28追加（ヘッダー・フッターを印刷しない） ------------------*/
@media print {
	header {
		position: relative;
	}

	header nav#nav {
		display: none;
	}

	article {
		padding-top: 5px;
		padding-bottom: 0;
	}

	footer {
		display: none;
	}
}

article div .ext_link {
	font-size: 100%;
}

article div .ext_link a {
	font-size: 100%;
	text-align: center;
	display: block;
	line-height: 3;
	background-color: #ddebe7;
	text-decoration: none;
	color: #666;
}

article div .ext_link:hover {
	opacity: .7;
}

.cms_image img {
	width: 100%;
}




/*自由記入欄*/
.free_txt {
	margin: 0;
	padding: 0;
}

.free_txt .table_title {
	border-left: 7px solid #ddebe7;
	border-bottom: 2px solid #ddebe7;
	margin-bottom: 1em;
	background-color: #fff;
	color: #666;
	padding: 0.2em 0.5em;
	font-size: 14px;
	font-weight: bold;
}

.free_txt .price_title {
	background-color: #ddebe7;
	line-height: 28px;
	border-bottom: 1px solid #46957e;
	padding: 0 0 0 20px;
	font-weight: bold;
	color: #666;
	margin-bottom: 30px;
	font-size: 14px;
}

.free_txt table {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-collapse: collapse;
	color: #666;
	margin-bottom: 50px;
}

.free_txt table tr {
	border-bottom: 1px solid #ccc;
	background-color: #fff;
}

.free_txt table tr th,
.free_txt table tr td {
	border-right: 1px solid #ccc;
}

.free_txt table tr td:last-child,
.free_txt table tr th:last-child {
	border-right: none;
}

.free_txt table tr th,
.free_txt table tr td {
	font-size: 85.7%;
	line-height: 1.4;
	text-align: center;
	vertical-align: middle;
	padding: 0.5em 1em;
}

.free_txt table tr th .nb {
	font-size: 83.3%;
}

.free_txt table tr th .img {
	display: block;
	margin: 5px 0;
}

.free_txt table tr th .img img {
	height: 70px;
}

.free_txt table tr th.green,
.free_txt table tr td.green {
	background-color: #46957E;
	color: #fff;
}

.free_txt #itemlist table {
	width: 100%;
	border: 1px dotted #ccc;
}

.free_txt #itemlist table th {
	background-color: #f6f5f4;
	font-weight: bold;
	text-align: center !important;
	/*width: 17%;*/
	line-height: 1.5;
	padding: 1em;
	box-sizing: border-box;
}

.free_txt #itemlist table th span {
	font-size: 87.5%;
	display: block;
}

.free_txt #itemlist table th#item5,
.free_txt #itemlist table th#item7 {
	width: 7%;
}

.free_txt #itemlist table td {
	vertical-align: middle;
	text-align: center;
	line-height: 1.5;
	padding: 1em;
	box-sizing: border-box;
}

.free_txt #itemlist #hosoku {
	margin: 10px 0 0;
}

.free_txt #itemlist #itemListTitle {
	margin: 0 0 20px;
	padding: 0 0 0 10px;
	font-size: 130%;
	font-weight: bold;
	border-left: 7px solid #42957d;
}



.caution_support {
	padding: 1em;
	margin: 2em 0 1em;
	display: block;
	text-align: center;
	border: 1px solid #e00;
	font-size: 14px;
	border-radius: 0.1em;
	color: #e00;
}

.caution_support a {
	color: #e00;
	text-decoration: underline;
}

.note_support {
	padding: 1em;
	margin: 2em 0 1em;
	display: block;
	text-align: left;
	border: 1px solid #894;
	font-size: 14px;
	border-radius: 0.1em;
	color: #894;
}

.main-one-col .col-main .sec-wrap .note_support a {
	color: #894;
	text-decoration: underline;
}

.note_support .far {
	color: #f00;
	margin: 0 .3em 0 .1em;
	vertical-align: baseline;
}




/*------------ old top.css --------------*/
#main-image {
	min-width: 950px;
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
}

#main-image .slides {
	width: 100%;
}

#main-image .slides li {
	position: relative;
	height: 450px;
}

#main-image .slides img {
	width: 100%;
	min-width: 1200px;
}


#main-container {
	width: 950px;
	margin: 0 auto;
}

.main-three-col {
	width: 950px;
	margin: 0 auto 50px;
	border-top: 1px solid #ccc;
}

.main-three-col .col {
	width: 316px;
	float: left;
}

.main-three-col .col:first-child li {
	border-left: 1px solid #ccc;
}

.main-three-col .col:last-child li {
	border-right: 1px solid #ccc;
}

.main-three-col .col li {
	width: 100%;
	padding: 20px;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.main-three-col .col li img {
	width: 276px;
	margin: 0 auto;
}

.main-three-col .col li .title {
	font-size: 16px;
	color: #888;
	margin: 10px 0;
}

.main-three-col .col li a {
	color: #888;
	text-decoration: none;
}

.main-three-col .col li .title a:hover {
	text-decoration: underline;
}


.main-two-col #news-area {
	width: 620px;
	float: left;
}

.main-two-col #news-area .facebook,
.main-two-col #news-area .news {
	width: 306px;
	height: 400px;
	float: left;
	overflow: hidden;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.main-two-col #news-area .news {
	float: right;
	border: 1px solid #ccc;
}

.main-two-col #news-area .facebook .title,
.main-two-col #news-area .news .title {
	background-color: #f6f5f4;
	line-height: 44px;
	padding-left: 10px;

}

.main-two-col #news-area .news .title a {
	font-size: 15px;
	color: #3f3f3f;
	font-weight: bold;
	text-decoration: none;
}

.main-two-col #news-area .facebook ul li,
.main-two-col #news-area .news ul li {
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}

.main-two-col #news-area .news ul li a {
	color: #888;
	font-size: 14px;
	text-decoration: none;
}

.main-two-col #news-area .news .title a:hover,
.main-two-col #news-area .news ul li a:hover {
	text-decoration: underline;
}

.main-two-col #news-area .facebook ul li:first-child,
.main-two-col #news-area .news ul li:first-child {
	padding-top: 0;
}

.main-two-col #news-area .facebook ul li:last-child,
.main-two-col #news-area .news ul li:last-child {
	border: none;
}

.main-two-col #news-area .scroller {
	width: 290px;
	padding: 10px;
	height: 336px;
	overflow: scroll;
}

.main-two-col #sub-nav {
	width: 316px;
	float: right;
}

.main-two-col #sub-nav ul li {
	background: url(../img/top_ico_05.png) no-repeat 290px center;
	width: 316px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	border: 1px solid #ccc;
	margin: 0 0 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.main-two-col #sub-nav ul li:nth-child(n+3) {
	height: 50px;
	line-height: 50px;
	background-color: #f6f5f4;
}

.main-two-col #sub-nav ul li:last-child {
	margin: 0;
}

.main-two-col #sub-nav ul li a {
	color: #666;
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
	font-size: 14px;
}

.main-two-col #sub-nav ul li:hover {
	background: url(../img/top_ico_06.png) no-repeat 290px center;
	background-color: #0e7c5d;
	border: none;
}

.main-two-col #sub-nav ul li a:hover {
	color: #fff;
}


.wrap table td span.span_01,
.wrap table td span.span_02,
.wrap table td span.span_03 {
	vertical-align: bottom;
	margin: 0 4px;
}

/*15.12.18追加*/
.main_sec {
	/*margin-bottom:65px;*/
	margin-bottom: 45px;
	/*16.10.04変更*/
	overflow: hidden;
}
.main_sec a {
    transition: all 0.3s;
}
.main_sec a:hover {
    filter: brightness(0.9);
}

/*新着情報*/
/* --- 新着情報エリア --- */
div.news {
	width: 950px;
	/* 新着情報エリアの幅 */
	font-size: 80%;
	box-sizing: border-box;

}

/* --- 見出し --- */
div.news h3,
div.news h2 {
	font-size: 100%;
}

#news_history {
	width: 117px;
	height: 30px;
}

#news h3,
#saikou h3,
#showroom h3,
#topics h3,
#gallery h3,
#news h2,
#saikou h2,
#showroom h2,
#topics h2,
#gallery h2,
#relatedsites h2,
section.main_sec h2 {
	width: 100%;
	height: 40px;
	position: relative;
	float: left;
	margin: 0 0 30px;
	padding: 0;
	font-size: 40px;
	font-weight: bold;
	font-family: arial black, verdana, sans-serif;
	letter-spacing: 0.05em;
	line-height: 1;
	color: #058254;
}

#news h3,
#gallery h3,
#news h2,
#gallery h2,
#relatedsites h2,
section.main_sec h2 {
	margin-bottom: 5px;
}

#news h3 span,
#saikou h3 span,
#showroom h3 span,
#topics h3 span,
#gallery h3 span,
#news h2 span,
#saikou h2 span,
#showroom h2 span,
#topics h2 span,
#gallery h2 span,
#relatedsites h2 span,
section.main_sec h2 span {
	vertical-align: baseline;
	font-size: 28%;
	font-weight: normal;
	font-family: sans-serif;
	letter-spacing: 0;
	margin-left: 0.5em;
}

/*#news h3 a,*/
#gallery h3 a,
#gallery h2 a {
	position: absolute;
	width: 117px;
	height: 30px;
	right: 0;
	bottom: 0;
}

a#sp_information {
	color: #008454;
	pointer-events: none;
	font-family: arial black, verdana, sans-serif;
}

a#pc_information {
	position: absolute;
	width: 117px;
	height: 30px;
	right: 0;
	bottom: 0;
}

div.news h4,
#gallery h4,
div.news p,
#gallery p {
	font-size: 14px;
	color: #999;
	padding-top: 0;
	/*16.09.15変更*/
	margin-bottom: 20px;
	/*16.10.04変更*/
}

#gallery div a img {
	transform: scale(1);
	transition: all 1s;
}

#gallery div a:hover img {
	transform: scale(1.03);
	transition: all 1s;
}



/* --- 日付エリア --- */
div.news dt {
	width: 6.7em;
	/* 日付エリアの幅 */
	float: left;
	padding: 10px 0 10px 3px;
	/* 日付エリアのパディング（上右下左） */
	line-height: 120%;

}

div.news dd.tit a,
div.news dd.tit {
	color: #007E59;
	font-size: 110%;
	font-weight: bold;
}

/* --- 本文エリア --- */
div.news dd {
	margin: 0;
	padding: 10px 3px 10px 6.6em;
	line-height: 120%;
}

div.news dd img {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 20px;
}

div.news dd.kiji {
	overflow: hidden;
}

div.news dd.kiji p {
	float: left;
	width: 570px;
}

/* --- clearfix --- */
.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearFix {
	min-height: 1
}

/*特集記事*/
/* --- 1枠 --- */
.topics_one {
	width: 950px;
	height: 240px;
	background: #eee;
	/*margin-bottom:50px;*/
	margin-bottom: 25px;
	/*16.10.04変更*/
	border: 1px solid #ccc;
	box-sizing: border-box;
	float: left;
	overflow: hidden;
}

.topics_one img {
	/* margin: -1px 0 0 -1px;
	transform: scale(1);
	transition: all 1s; */
}

.topics_one a:hover img {
	/* transform: scale(1.07);
	transition: all 1s; */
}


/* --- 2枠 --- */
.topics_two {
	width: 460px;
	height: 240px;
	background:#eee;
	margin-bottom: 25px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	float: left;
	overflow: hidden;
}

.topics_two img {
	/* transform: scale(1);
	transition: all 1s; */
}

.topics_two a:hover img {
	/* transform: scale(1.07); */
}

@media screen and (max-width:949px) {
	.topics_two.pc {
		display: none;
	}

	.topics_two.sp {
		display: block;
	}
}

@media screen and (min-width:950px) {
	.topics_two.pc {
		display: block;
	}

	.topics_two.sp {
		display: none;
	}
}

#topics ul {
	clear: both;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#saikou ul {
	clear: both;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#showroom ul {
	clear: both;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	gap: 2em;
}
#showroom img {
	border: solid 1px #ccc;
	box-sizing: border-box;
	transition: all 0.3s;
	width: 100%;
}

@media screen and (min-width: 769px) {
	#saikou {
		display: none;
	}
	#showroom img:hover {
		filter: brightness(0.9);
	}
}

@media screen and (max-width: 768px) {
	#saikou ul {
		padding: 0 10px;
	}
	#showroom ul {
		gap: 1em
	}
}
@media screen and (max-width: 600px) {
	#showroom ul {
		flex-wrap: wrap;
		gap: 1em
	}
}

/* --- 3枠 --- */
.topics_three {
	width: 300px;
	height: 200px;
	background: #eee;
	margin-bottom: 25px;
	/*16.10.04変更*/
	border: 1px solid #ccc;
	box-sizing: border-box;
	/* float: left; */
	overflow: hidden;
}

.topics_three_blk {
	width: 300px;
	height: 200px;
	background: #fff;
	border: 1px solid #fff;
	margin-bottom: 25px;
	/*16.10.04変更*/
	box-sizing: border-box;
	/* float: left; */
	overflow: hidden;
}

@media (max-width: 900px) {

	.topics_three_blk {
		display: none;
	}
}

.topics_three img {
	/* transform: scale(1);
	transition: all 1s; */
}

.topics_three a:hover img {
	/* transform: scale(1.1); */
}

/* --- 4枠 --- */
.topics_four ul {
	font-size: 14px;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
}


.topics_four ul li a {
	border: 1px solid #ccc;
	background: #eee;
	display: block;
	width: 200px;
	height: 220px;
	float: left;
	margin-right: 50px;
	box-sizing: border-box;
}

.topics_four ul li a#last-child {
	margin-right: 0px;
}


.topics_four ul li a:hover {
	opacity: 0.8;
}

/*2枠*/
.right_col {
	width: 450px;
	float: right;
}

.left_col {
	width: 450px;
	float: left;
}

/*施工実績*/
section#gallery {
	width: 950px;
}

/*facebook*/
._2p3a {
	width: 450px !important;
}

/*バナー*/
/* --- 横1 --- */
.bnr_1 {
	margin-bottom: 20px;
}

/* --- 横2 --- */
.bnr_2 {
	overflow: hidden;
	margin-bottom: 20px;
}

.bnr_2_l {
	float: left;
}

.bnr_2_r {
	float: right;
}








/*------------ old col.css --------------*/
/*==========================================================
								　　　　　　　カラム数　1カラム
==========================================================*/
.main-one-col .col-main {
	width: 950px;
}

.main-one-col .col-content {
	width: 510px;
	float: left;
}

.main-one-col .col-menu {
	width: 370px;
	float: right;
}


/*==========================================================
								　　　　　　　カラム数　2カラム
==========================================================*/
.main-two-col .col-main {
	width: 720px;
	float: right;
}

.main-two-col .col-sub {
	width: 180px;
	float: left;
	background: #ccc;
}

.main-two-col .col-sub ul li {
	width: 180px;
	line-height: 45px;
	border-bottom: 1px solid #fff;
}

.main-two-col .col-sub ul li a {
	padding-left: 20px;
	text-decoration: none;
	font-size: 12px;
	color: #3f3f3f;
	width: 160px;
	height: 100%;
	display: block;
	background: #f6f5f4;
}

.main-two-col .col-sub ul li a:hover {
	background: #42957D !important;
	color: #fff !important;
}

.main-two-col .col-sub ul li.cur a {
	background: #42957D;
	color: #fff;
}

.main-two-col .col-sub ul li.cur #slide-box a {
	background-color: #dcebe6;
	color: #3f3f3f;
}

li.open #slide-box {
	display: none;
}

li.open #slide-box li {
	line-height: 45px;
}

li.open #slide-box li a {
	background: #dcebe6;
}

/*==========================================================
								　　　　　　　1カラム オプション
==========================================================*/
.main-op-col .col-main {
	width: 910px;
}

.main-one-col .col-910 {
	width: 910px;
	margin: 0 auto;
}






/*------------ old h2.css --------------*/
/*==========================================================
								cat_h2 親カテゴリーページ見出し
==========================================================*/
.cat_h2 {
	width: 950px;
	height: 320px;
	position: relative;
	margin: 0 0 30px 0;
	overflow: hidden;
}

.cat_h2 .bg {
	position: absolute;
	left: 25px;
	height: 320px;
}

.cat_h2>img {
	width: 100%;
}

.cat_h2 .tit {
	position: absolute;
	left: 25px;
	font-size: 20px;
	font-weight: bold;
	color: #3f3f3f;
	z-index: 1;
	top: 150px;
	text-align: center;
	width: 175px;
}

.cat_h2 .txt {
	position: absolute;
	left: 25px;
	font-size: 10px;
	color: #888888;
	z-index: 1;
	top: 178px;
	text-align: center;
	width: 175px;
}


/*==========================================================
								  cms h2 商品詳細ページ見出し
==========================================================*/
.cms_h2 {
	width: 100%;
	height: 150px;
	text-align: left;
	border-bottom: 2px solid #46957e;
	margin: 0 0 35px 0;
}

.cms_h2 .cat {
	border-bottom: 1px solid #9e9e9e;
	padding-bottom: 4px;
	background-color: #f6f5f4;
}

.cms_h2 .cat p {
	display: block;
	background-color: #9e9e9e;
	padding: 2px 0 2px 20px;
	color: #fff;
	font-size: 14px;
}

.cms_h2 .cms_h2_main {
	border-bottom: 1px solid #fff;
	height: 116px;
	background: #f6f5f4;
}

.cms_h2 .logo {
	width: 75px;
	height: 75px;
	border: #999 1px solid;
	float: left;
	margin: 20px 0 20px 20px;
}

.cms_h2 .logo img {
	width: 100%;
}

.cms_h2 .tit {
	width: 707px;
	height: 75px;
	float: left;
	margin: 20px 0 20px 20px;
}

.cms_h2 h1,
.cms_h2 h2 {
	font-size: 27px;
	line-height: 1.2;
	color: #3f3f3f;
	margin: 2px 0 0 0;
}
.cms_h2 h1.floor_title,
.cms_h2 h2.floor_title {
	font-size: 24px;
	line-height: 1.32;
}

.cms_h2 .sav {
	display: block;
	font-size: 22px;
	color: #3f3f3f;
	border: none;
}

.cms_h2 .hinban {
	width: 185px;
	height: 26px;
	border: none;
	background-color: #46957e;
	float: right;
	margin: 45px 18px 0 0;
	line-height: 1.8;
	font-weight: normal;
	color: #FFF;
	font-size: 14px;
	text-align: center;
}

/*==========================================================
								 scat h2 子カテゴリーページ見出し
==========================================================*/

.scat_h2 {
	width: 100%;
	height: 150px;
	text-align: left;
	border-bottom: 2px solid #46957e;
	margin: 0 0 35px 0;
}

.scat_h2 .scat {
	border-bottom: 1px solid #F6F5F4;
	padding-bottom: 4px;
	background-color: #AFAFAF;
}

.scat_h2 .scat p {
	display: block;
	background-color: #F6F5F4;
	padding: 2px 0 2px 20px;
	color: #3f3f3f;
	font-size: 14px;
}

.scat_h2 .scat_h2_main {
	border-bottom: 1px solid #fff;
	height: 116px;
	background: #AFAFAF;
}

.scat_h2 .logo {
	width: 75px;
	height: 75px;
	border: #999 1px solid;
	float: left;
	margin: 20px 0 20px 20px;
}

.scat_h2 .tit {
	width: 580px;
	height: 75px;
	float: left;
	margin: 20px 0 20px 20px;
}

.scat_h2 h2 {
	font-size: 32px;
	line-height: 1.2;
	color: #fff;
	margin: 8px 0 0 0;
}

.scat_h2 .sav {
	font-size: 16px;
	color: #fff;
	border: none;
	margin-top: 5px;
}


/*==========================================================
								  op h2 オプションページ見出し
==========================================================*/

.op_h2 {
	width: 100%;
	height: 40px;
	text-align: left;
	background: url(../img/common/op/op_h2.jpg) bottom no-repeat;
	margin: 0 0 35px 0;
}

.op_h2 .other {
	width: 80px;
	height: 30px;
	background-color: #46957e;
	color: #FFF;
	font-size: 14px;
	line-height: 2.2;
	text-align: center;
	float: left;
	margin: 0 10px 0 0;
}

.op_h2 h2 {
	height: 30px;
	font-size: 23px;
	line-height: 1.2;
}

.op_h2 h2 span {
	font-size: 18px;
	vertical-align: bottom;
}

/*==========================================================
								  prod h2 商品詳細ページ見出し
==========================================================*/
.prod_h2 {
	width: 100%;
	text-align: left;
	border-bottom: 2px solid #42957d;
	margin: 0 0 35px 0;
}

.prod_h2 .prod {
	border-bottom: 1px solid #9e9e9e;
	padding-bottom: 4px;
	background-color: #f6f5f4;
}

.prod_h2 .prod p {
	display: block;
	background-color: #9e9e9e;
	padding: 2px 0 2px 20px;
	color: #fff;
	font-size: 14px;
}

.prod_h2 .prod_h2_main {
	border-bottom: 3px solid #fff;
	height: 116px;
	background: #f6f5f4;
	display: table;
	width: 720px;
	padding: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.prod_h2 .tit {
	display: table-cell;
	vertical-align: middle;
}

.prod_h2 .logo {
	display: table-cell;
	width: 95px;
}

.prod_h2 .logo span {
	display: block;
	/* vertical-align: middle; */
	border: 1px solid #999;
	height: 75px;
	width: 75px;
}

.prod_h2 h2 {
	font-size: 32px;
	font-weight: bold;
	color: #3f3f3f;
}

/*==========================================================
							  gallery h2 ギャラリーページ見出し
==========================================================*/
.gallery_h2 {
	width: 950px;
	height: 70px;
	padding: 5px;
	margin: 0 0 30px;
	border: 1px solid #aeaeae;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.gallery_h2 .tit {
	background-color: #e1e1e1;
	width: 100%;
	height: 100%;
}

.gallery_h2 .tit h2 {
	line-height: 60px;
	padding-left: 20px;
	font-size: 20px;
	font-weight: bold;
}

.gallery_h2 .tit h2 span {
	font-size: 13px;
	vertical-align: baseline;
	padding-left: 10px;
}

/*==========================================================
							  cmpany h2 会社概要等ページ見出し
==========================================================*/
#cmpany_h2_1 {
	font-size: 20px;
	border-bottom: 1px solid #e5e5e5;
	padding: 0 20px 0 20px;
}

#cmpany_h2_1box {
	width: 718px;
	border: 1px solid #e5e5e5;
	background-color: #f6f5f4;
	padding: 50px 0 40px 0;
}

.cmpany_h2_1span {
	font-size: 13px;
	line-height: 2.5;
}


/*==========================================================
							  catalog_h2 カタログページ見出し
==========================================================*/
.catalog_h2 {
	width: 100%;
}

.catalog_h2 .title {
	background-color: #ddebe7;
	line-height: 50px;
	border-bottom: 1px solid #46957e;
	padding: 0 0 0 15px;
	font-size: 18px;
	font-weight: bold;
}

/*==========================================================
							  contact_h2 コンタクトページ見出し
==========================================================*/
.contact_h2 h2 {
	background-color: #ddebe7;
	/* line-height:50px; */
	line-height: 1.5;
	border-bottom: 3px solid #46957e;
	/* padding:0 0 0 15px; */
	padding: 16px 0 16px 15px;
	font-size: 18px;
	font-weight: bold;
}


/*==========================================================
											追加 2022.2.10
==========================================================*/

.cms_h2 .cms_h2_main {
	display: flex;
	justify-content: space-between;
}

.cms_h2 .hinban {
	width: 185px;
	height: 26px;
	border: none;
	background-color: #46957e;
	float: right;
	margin: 0px 18px 0 0;
	line-height: 1.8;
	font-weight: normal;
	color: #FFF;
	font-size: 14px;
	text-align: center;
}

.hinban_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.cms_h2 .sr_nagoya,
.cms_h2 .tag_sr {
	width: 185px;
	height: 23px;
	border: none;
	background-color: #959046;
	float: right;
	margin: 10px 18px -6px 0;
	line-height: 1.8;
	font-weight: normal;
	color: #FFF;
	font-size: 13px;
	text-align: center;
	vertical-align: baseline;
}

@media screen and (max-width: 949px) {
	.cms_h2 .cms_h2_main {
		flex-direction: column;
	}

	.cms_h2 .hinban_wrap {
		flex-direction: row;
		align-items: center;
		margin-top: -20px;
		margin-bottom: 20px;
	}

	.cms_h2 .hinban {
		height: 24px;
		font-size: 14px;
	}

	.cms_h2 .sr_nagoya {
		margin-top: 0;
		margin-right: 0;
		height: 24px;
		font-size: 13px;
	}
}

@media screen and (max-width: 430px) {
	.cms_h2 .hinban {
		width: 150px;
		height: auto;
		font-size: 12px;
	}

	.cms_h2 .sr_nagoya {
		width: 150px;
		height: auto;
		font-size: 12px;
	}
}











/*------------ old layout.css --------------*/
/*==========================================================
												  layout_side
==========================================================*/
.layout_side_container {
	width: 720px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.layout_side {
	margin-bottom: 50px;
}

.layout_side:last-child {
	margin: 0;
}

.layout_side_image {
	width: 350px;
	float: left;
}

.layout_side_detail {
	width: 350px;
	float: right;
}

.layout_side_detail .title {
	font-size: 16px;
	vertical-align: baseline;
	border-bottom: 1px solid #ccc;
}

.layout_side_detail .title span {
	font-size: 10px;
	color: #888;
	margin-left: 10px;
	vertical-align: baseline;
}

.layout_side_detail .tit {
	font-size: 14px;
	color: #0e7c5d;
	font-weight: bold;
}

.layout_side_detail .layout_side_detail_logo {
	width: 75px;
	float: right;
}

.layout_side_detail .layout_side_detail_title {
	width: 265px;
	float: left;
}

.layout_side_container .layout_side_detail .btns .btn {
	height: 55px;
	line-height: 55px;
	width: 350px;
}

/*==========================================================
												  layout_2
==========================================================*/

.layout_2_container {
	width: 720px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;

	display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.layout_2_container .layout {
	position: relative;
	width: 359px;
	float: left;
	padding: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;

	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
}

.layout_2_container .layout:nth-child(1) {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.layout_2_container .layout:nth-child(2) {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.layout_2_container .layout .image {
	width: 319px;
	height: 319px;
	background-color: #ccc;
	overflow: hidden;
}

.layout_2_container .layout .logo {
	width: 319px;
	height: 100px;
	background-color: #fff;
	overflow: hidden;
}

.layout_2_container .layout .title {
	font-size: 16px;
	vertical-align: baseline;
	border-bottom: 1px solid #ccc;
}

.layout_2_container .layout .title span {
	font-size: 12px;
	color: #888;
	vertical-align: baseline;
}

.layout_2_container .layout .tit {
	font-size: 16px;
	color: #0e7c5d;
	font-weight: bold;
}

.layout_2_container .btns .btn {
	background: url("../img/top_ico_05.png") no-repeat scroll 300px center #f6f5f4;
	border: 1px solid #ccc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	height: 80px;
	line-height: 80px;
	text-align: center;
	width: 320px;
}

.layout_2_container .btns .btn a {
	color: #666;
	display: block;
	font-size: 14px;
	height: 100%;
	text-decoration: none;
	width: 100%
}

.layout_2_container .btns .btn:hover {
	background: url(../img/top_ico_06.png) no-repeat 300px center;
	background-color: #0e7c5d;
	border: none;
}

.layout_2_container .btns .btn a:hover {
	color: #fff;
}

.layout_2_container .remove_btns {
	/* position: absolute;
	bottom: 20px; */
    position: relative;
	top: unset;
	right: unset;
    bottom: unset;
	left: unset;
    margin-top: auto;
    margin-left: unset;
}



/*==========================================================
												  layout_3
==========================================================*/
.layout_3_container {
	width: 720px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;

	display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.remove_btn_wrap {
	margin-bottom: 65px;
}

.layout_3_container .layout {
	position: relative;
	width: 239px;
	/* float: left; */
	padding: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;

	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
}

.layout_3_container .layout .image {
	width: 199px;
	height: 199px;
	background-color: #ccc;
	overflow: hidden;
}

.layout_3_container .layout .logo {
	width: 200px;
	height: 45px;
	overflow: hidden;
}

.layout_3_container .layout .title {
	font-size: 16px;
	vertical-align: baseline;
	border-bottom: 1px solid #ccc;
}

.layout_3_container .layout .title span {
	font-size: 12px;
	color: #888;
	display: block;
	margin-top: -3px;
}

.layout_3_container .layout .tit {
	font-size: 16px;
	color: #0e7c5d;
	font-weight: bold;
}

.layout_3_container .btns .btn {
	background: url("../img/top_ico_05.png") no-repeat scroll 180px center #f6f5f4;
	border: 1px solid #ccc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	height: 50px;
	line-height: 50px;
	text-align: center;
	width: 199px;
}

.layout_3_container .btns .btn a {
	color: #666;
	display: block;
	font-size: 14px;
	height: 100%;
	text-decoration: none;
	width: 100%
}

.layout_3_container .btns .btn:hover {
	background: url(../img/top_ico_06.png) no-repeat 180px center;
	background-color: #0e7c5d;
	border: none;
}

.layout_3_container .btns .btn a:hover {
	color: #fff;
}

.layout_3_container .remove_btns {
	/* position: absolute;
	bottom: 20px; */
    position: relative;
	top: unset;
	right: unset;
    bottom: unset;
	left: unset;
    margin-top: auto;
    margin-left: unset;
}












/*------------ old para.css --------------*/
/*==========================================================
									 op_h3 オプションページh3
==========================================================*/
.op_h3 {
	width: 910px;
	height: 27px;
	position: relative;
	background-color: #a0a0a0;
}

.op_h3 h3 {
	display: block;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 0 0 8px;

}

/*==========================================================
									 op_h4 オプションページh4
==========================================================*/
.op_h4_01 {
	width: 840px;
	position: relative;
	border-bottom: #aeaeae 1px solid;
	margin-bottom: 15px;
}

.op_h4_01 h4 {
	display: block;
	color: #666;
	font-size: 20px;
	font-weight: bold;
}

/*==========================================================
									 op_h5 オプションページh5
==========================================================*/
.op_h5_01 {
	width: 840px;
	position: relative;
	margin-bottom: 10px;
}

.op_h5_01 h5 {
	display: block;
	color: #666;
	font-size: 14px;
}










/*------------ old table.css --------------*/
/*==========================================================
												 テーブル
==========================================================*/






/*------------ old variations.css --------------*/
/*============================================================================
										   						container_01	  
============================================================================ */

/*==============================================
									variations
==============================================*/

.variations .title {
	color: #0e7c5d;
	font-size: 14px;
	font-weight: bold;
}

.variations .variation-text {
	font-size: 14px;
}

.variations .variation-text.catchphrase {
	font-size: 20px;
}

.variations .variation-image {
	width: 510px;
	/*height:510px;*/

}

.variations .variation-image img {
	width: 510px;
	/*height:510px;*/
	border: 1px solid #ccc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.variations .variation-thumb-6 li {
	width: 75px;
	height: 75px;
	float: left;
	margin-right: 12px;
	overflow: hidden;
}

.variations .variation-thumb-6 li:nth-child(6n) {
	margin: 0;
}

.variations .variation-thumb-6 li:nth-child(n+7) {
	margin-top: 12px;
}

.variations .variation-thumb-5 li {
	width: 94px;
	height: 70px;
	float: left;
	margin-right: 10px;
	overflow: hidden;
}

.variations .variation-thumb-5 li:nth-child(5n) {
	margin: 0;
}

.variations .variation-thumb-5 li:nth-child(n+6) {
	margin-top: 12px;
}

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

.variations .more a {
	background: url("../img/top_ico_05.png") no-repeat scroll right center;
	padding-right: 15px;
	color: #666;
	text-decoration: none;
}

.variations .more a:hover {
	text-decoration: underline;
}

/*==============================================
									status 
==============================================*/
.status {
	border: 1px solid #ccc;
	padding: 5px;
}

.status dl dt {
	background-color: #ddebe7;
	padding: 4px 6px;
}

.status dl dd {
	padding: 4px 6px;
}

.status dl dd span {
	vertical-align: baseline;
}

.status dl dd span.color {
	color: #0e7c5d;
	font-size: 14px;
}

.status dl dd span.color span.size {
	font-size: 20px;
}

.status dl dd span.soldout {
	color: red;
	font-size: 1.6em;
	font-weight: bold;
}

.col-menu .image {
	width: 370px;
	height: 370px;
}

.col-menu .image img {
	width: 370px;
	height: 370px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

/*==============================================
									btns
==============================================*/
.col_1_container_01 .btns {
	background-color: #f6f5f4;
	border: 1px dotted #ccc;
	padding: 10px;
}

.col_1_container_01 .btns .btn {
	background: url("../img/top_ico_05.png") no-repeat scroll 320px center #fff;
	border: 1px solid #ccc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	height: 45px;
	line-height: 45px;
	text-align: center;
	width: 350px;
}

.col_1_container_01 .btns .btn a {
	color: #666;
	display: block;
	font-size: 14px;
	height: 100%;
	text-decoration: none;
	width: 100%
}

.col_1_container_01 .btns .btn:hover {
	background: url(../img/top_ico_06.png) no-repeat 320px center;
	background-color: #0e7c5d;
	border: none;
}

.col_1_container_01 .btns .btn a:hover {
	color: #fff;
}

/*============================================================================
										   						container_02	  
============================================================================ */

/*==============================================
									btns 
==============================================*/

.col_1_container_02 .btn {
	width: 290px;
	height: 65px;
	line-height: 65px;
	text-align: center;
	background: url(../img/top_ico_06.png) no-repeat 260px center #0e7c5d;
	float: left;
	margin-right: 20px;
}

.col_1_container_02 .btn_reverse {
	width: 290px;
	height: 65px;
	line-height: 65px;
	text-align: center;
	background-color: #fff;
	float: left;
	margin-right: 20px;
	border: 1px solid #ccc;
	background: url("../img/top_ico_05.png") no-repeat scroll 260px center #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.col_1_container_02 .btn a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	background-position: 260px center;
}

.col_1_container_02 .btn_reverse a {
	color: #666;
	display: block;
	font-size: 14px;
	height: 100%;
	text-decoration: none;
	width: 100%
}

.col_1_container_02 .btn:nth-child(3n) {
	margin: 0;
}

.col_1_container_02 .btn:nth-child(n+4) {
	margin-top: 20px;
}

/*============================================================================
										   						container_03	  
============================================================================ */

.col_1_container_03 .pickup p {
	background-color: #46957e;
	color: #fff;
	line-height: 45px;
	padding: 0 20px;
	font-size: 14px;
}

.col_1_container_03 .pickup ul {
	background-color: #f6f5f4;
	padding: 15px 20px;
}

.col_1_container_03 .pickup ul li {
	margin-bottom: 15px;
}

.col_1_container_03 .pickup dl {
	position: relative;
}

.col_1_container_03 .pickup dl dt {
	position: absolute;
	width: 100px;
}

.col_1_container_03 .pickup dl dd {
	padding-left: 100px;
}

.col_1_container_03 .pickup dl dd a {
	color: #0e7c5d;
}

.col_1_container_03 .pickup ul li:last-child {
	margin: 0;
}

/*============================================================================
										   						container_04	
============================================================================ */

.col_1_container_04 .title {
	background-color: #ddebe7;
	line-height: 28px;
	border-bottom: 1px solid #46957e;
	padding: 0 0 0 20px;
	font-size: 14px;
	font-weight: bold;
}

.col_1_container_04 .sub_title {
	font-size: 14px;
	padding: 0 0 0 20px;
}

.col_1_container_04 .inner {
	background-color: #f6f5f4;
	padding: 20px;
}

.col_1_container_04 .inner p {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}

.col_1_container_04 .inner ul li {
	width: 135px;
	float: left;
	margin-right: 12px;
}

.col_1_container_04 .inner ul li:nth-child(6n) {
	margin: 0;
}

.col_1_container_04 .inner .image {
	width: 135px;
	height: 135px;
}

.col_1_container_04 .inner .image img {
	width: 135px;
	height: 135px;
}

.col_1_container_04 .inner .tit {
	text-align: center;
}

/*============================================================================
										   						container_05	  
============================================================================ */

.col_1_container_05 .title {
	background-color: #ddebe7;
	line-height: 28px;
	border-bottom: 1px solid #46957e;
	padding: 0 0 0 20px;
	font-size: 14px;
	font-weight: bold;
}

.col_1_container_05 ul li {
	position: relative;
	width: 288px;
	height: 110px;
	line-height: 80px;
	padding: 15px;
	float: left;
	margin-right: 23px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	background-color: #f6f5f4;
	border: 1px solid #ccc;
	background: url("../img/top_ico_05.png") no-repeat scroll 260px center #f6f5f4;
}

.col_1_container_05 ul li#kamachi_banner,
.col_1_container_05 ul li#molding_banner,
.col_1_container_05 ul li#stairs_banner {
	padding: 0;
	border: 0 none;
	background: none;
	width: 290px;
	height: auto;
	line-height: 0;
}

.col_1_container_05 ul li:nth-child(3n) {
	margin: 0;
}

.col_1_container_05 ul li:nth-child(n+4) {
	margin-top: 23px;
}

.col_1_container_05 ul li a {

	display: block;
	height: 100%;
	text-decoration: none;
	width: 100%;

}

.col_1_container_05 ul li a .image {
	width: 80px;
	height: 80px;
	display: block;
	position: absolute;
}

.col_1_container_05 ul li a .image img {
	width: 80px;
	height: 80px;
}

.col_1_container_05 ul li a .txt {
	font-size: 17px;
	color: #46957e;
	position: absolute;
	left: 100px;
	width: 166px;
	text-align: center;
}

@media screen and (max-width: 768px){
	.col_1_container_05 ul {
		display: flex;
		flex-wrap: wrap;
		column-gap: 15px;
	}
	
	.col_1_container_05 ul li#kamachi_banner,
	.col_1_container_05 ul li#molding_banner {
			float: unset;
		width: calc(50% - 7.5px);
		margin: 0;
	}
	
	.col_1_container_05 ul li img {
		width: 100%;
	}
}
@media screen and (max-width: 430px){
	.col_1_container_05 ul {
		column-gap: 0;
		flex-direction: row;
		row-gap: 15px;
	}
	
	.col_1_container_05 ul li#kamachi_banner,
	.col_1_container_05 ul li#molding_banner {
			width: 100%;
	}
	
}



/*============================================================================
										   						container_06	  
============================================================================ */

.col_1_container_06 .title {
	background-color: #ddebe7;
	line-height: 28px;
	border-bottom: 1px solid #46957e;
	padding: 0 0 0 20px;
	font-size: 14px;
	font-weight: bold;
}

.col_1_container_06 ul {
	padding: 0 25px;
}

.col_1_container_06 ul li {
	position: relative;
	width: 140px;
	height: 300px;
	float: left;
	margin-right: 40px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.col_1_container_06 ul li:nth-child(5n) {
	margin: 0;
}

.col_1_container_06 ul li:nth-child(n+6) {
	margin-top: 20px;
}

.col_1_container_06 ul li a {

	display: block;
	height: 100%;
	text-decoration: none;
	width: 100%;

}

.col_1_container_06 ul li a .image {
	width: 140px;
	height: 140px;
	display: block;
}

.col_1_container_06 ul li a .image img {
	width: 140px;
	height: 140px;
}

.col_1_container_06 ul li a .tit {
	font-size: 12px;
	font-weight: bold;
	color: #3f3f3f;
	text-align: center;
	display: block;
	width: 140px;
	height: 56px;
	max-height: 56px;
	display: table-cell;
	/* vertical-align: middle; */
	margin-bottom: 5px;
}

.col_1_container_06 ul li a .productDetailSubtitle {
	font-size: 10px;
	display: block;
}

.col_1_container_06 ul li a .productDetailStockNumber {
	background: #ccc;
	display: block;
	color: #fff;
}

.col_1_container_06 ul li a .spec {
	font-size: 12px;
	color: #3f3f3f;
	text-align: center;
	display: block;
}

.col_1_container_06 ul li a .price {
	font-size: 12px;
	font-weight: bold;
	color: #3f3f3f;
	text-align: center;
	display: block;
	margin-top: 8px;
}

.col_1_container_06 ul li a .tax {
	font-size: 10px;
	color: #3f3f3f;
	text-align: center;
	display: block;
}

.col_1_container_06 ul li .icon {
	width: 80px;
	position: absolute;
	top: 7px;
	left: 7px;
}

.col_1_container_06 ul li .icon .tag {
	min-width: 40px;
	/*height:22px;*/
	/*line-height:22px;*/
	text-align: center;
	color: #fff;
	/*padding:0 15px;*/
	float: left;
	/*top:0;*/
	/*left:10px;*/
	/* display: inline-block; */
	height: 18px;
	/*2017.01.11変更*/
	line-height: 18px;
	/*2017.01.11変更*/
	padding: 0 10px;
	/*2017.01.11変更*/
	/*top:-2px; /*2017.01.11変更*/
	/*left:8px; /*2017.01.11変更*/
	font-size: 10px;
}

.col_1_container_06 ul li .icon .tag.new {
	background: #cc2419;
}

.col_1_container_06 ul li .icon .tag.inStock {
	background: #2c2f98;
}

.col_1_container_06 ul li .icon .tag.in_mark {
	background: #017455;
}

.col_1_container_06 ul li .icon .tag.ask {
	background: #ff8c00;
}

.col_1_container_06 ul li .tag.stock {
	background-color: #46957e;
}


.col_1_container_06 .btns .btn {
	background: url("../img/top_ico_05.png") no-repeat scroll 180px center #f6f5f4;
	border: 1px solid #ccc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	height: 35px;
	line-height: 35px;
	text-align: center;
	width: 205px;
}

.col_1_container_06 .btns .btn a {
	color: #666;
	display: block;
	font-size: 14px;
	height: 100%;
	text-decoration: none;
	width: 100%
}

.col_1_container_06 .btns .btn:hover {
	background: url(../img/top_ico_06.png) no-repeat 180px center;
	background-color: #0e7c5d;
	border: none;
}

.col_1_container_06 .btns .btn a:hover {
	color: #fff;
}

/*　おすすめ商品　タブ追加　2017.12.06　*/
.col_1_container_06 ul.title_sub_list {
	display: flex;
	width: 100%;
	padding: 0;
	font-weight: bold;
}

.col_1_container_06 ul.title_sub_list li {
	position: relative;
	display: flex;
	flex-grow: 1;
	justify-content: center;
	height: 28px;
	margin: 0;
	font-size: 14px;
	line-height: 2;
	background-color: #ddebe7;
	border-bottom: 1px solid #46957e;
	border-right: 1px solid #46957e;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.col_1_container_06 ul.title_sub_list li:hover {
	cursor: pointer;
}

.col_1_container_06 ul.title_sub_list li:last-child {
	border-right: none;
}

.col_1_container_06 ul.title_sub_list li.select {
	background-color: #46957e;
	color: #fff;
}

.col_1_container_06 ul.title_sub_list li.select:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	margin-left: -20px;
	border: 20px solid transparent;
	border-top-color: #46957e;
	position: absolute;
	top: 20px;
	left: 50%;
}

.col_1_container_06 ul.recommend {
	display: none;
}

.col_1_container_06 ul.recommend.show {
	display: block;
}

/*============================================================================
										   						container_07	  
============================================================================ */
.col_1_container_07 .info {
	padding: 20px;
	border: 1px solid #ccc;
}

.col_1_container_07 .info p {
	color: #666;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}

.col_1_container_07 .info ul {
	padding: 10px 7px 0 7px;
}

.col_1_container_07 .info ul li {
	margin-bottom: 15px;
}

.col_1_container_07 .info dl {
	position: relative;
}

.col_1_container_07 .info dl dt {
	position: absolute;
	width: 100px;
}

.col_1_container_07 .info dl dd {
	padding-left: 100px;
}

.col_1_container_07 .info dl dd a {
	color: #0e7c5d;
}

.col_1_container_07 .info ul li:last-child {
	margin: 0;
}


/*============================================================================
										   						container_08
============================================================================ */

.col_1_container_08 .title {
	background-color: #ddebe7;
	line-height: 28px;
	border-bottom: 1px solid #46957e;
	padding: 0 0 0 20px;
	font-size: 14px;
	font-weight: bold;
}

.soldOut {
	width: 100%;
	height: 40px;
	background-color: #ffd8e7;
	margin-bottom: 10px;
	text-align: center;
	line-height: 40px;
	color: #ff4f7e;
	font-size: 14px;
	font-weight: bold;
}

.soldOut.ask {
	color: #ff9100;
	background-color: #fffbbb;
}

.soldOutPop {
	position: fixed;
	box-sizing: border-box;
	bottom: -8em;
	/*left: 50%;*/
	left: 0;
	/*width: 950px;*/
	width: 100%;
	height: 28px;
	margin-left: 0;
	/*margin-left: -475px;*/
	padding: 2em 2em 6em;
	background-color: rgba(255, 58, 58, .7);
	text-align: center;
	line-height: 2;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	/*border-radius: .8em .8em 0 0;*/
	transition: all .6s;
	z-index: 1001;
}

.soldOutPop.ask {
	color: #ff9100;
	background-color: rgba(255, 249, 148, .8);
}



/*============================================================================
										   						container_09
============================================================================ */

.col_1_container_09 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.col_1_container_09 .link_wrap {
	width: calc(50% - 10px);
}
.col_1_container_09 .link_wrap .title {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	overflow: hidden;
	aspect-ratio: 14/3;
}
.col_1_container_09 .link_wrap .title .banner_image {
	width: 100%;
	transform: translateY(-23%);
}
@media screen and (max-width: 430px){
	.col_1_container_09 {
		flex-direction: column;
	}
	.col_1_container_09 .link_wrap {
		width: 100%;
	}
}























/*------------ old stile.css --------------*/
/*==========================================================
												  
==========================================================*/

.stile_container {
	width: 950px;
}

.stile_container .title {
	background-color: #ddebe7;
	line-height: 28px;
	border-bottom: 1px solid #46957e;
	padding: 0 0 0 20px;
	font-size: 14px;
	font-weight: bold;
}

.stile_container .title span {
	font-size: 12px;
	font-weight: bold;
	margin-left: 1em;
}

.stile_container ul li {
	width: 190px;
	float: left;
	padding: 20px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.stile_container ul li:nth-child(-n+5) {
	border-top: 1px solid #ccc;
}

.stile_container ul li:nth-child(5n+1) {
	border-left: 1px solid #ccc;
}

.stile_container ul li:nth-child(5n) {
	margin: 0;
}

.stile_container ul li:nth-child(5n) {
	margin: 0;
}

.stile_container ul li a {
	display: block;
	height: 100%;
	text-decoration: none;
	width: 100%;
	position: relative;
}

.stile_container ul li a .image {
	width: 140px;
	height: 140px;
	display: block;
	position: relative;
}

.stile_container ul li a .image img {
	width: 140px;
	height: 140px;
}

.stile_container ul li a .image span {
	padding: 3px 5px;
	display: block;
	background-color: #46957e;
	position: absolute;
	top: 0;
	right: 0;
	color: #fff;
}

.stile_container ul li a .icon {
	position: absolute;
	top: 7px;
	left: 7px;
}

.stile_container ul li a .icon img {
	display: block;
	margin-bottom: 5px;
}

.stile_container ul li a .icon .tag {
	width: 40px;
	min-width: 40px;
	text-align: center;
	padding: 0 10px;
	line-height: 18px;
	margin-bottom: 5px;
	color: #fff;
	font-size: 10px;
	display: block;
	background-color: #CA2723;
}

.stile_container ul li a .icon .tag.in_mark {
	background-color: #0F7355;
}

.stile_container ul li a .icon .tag.inStock {
	background-color: #2c2f98;
}


.stile_container ul li a .bt {
	margin: 0;
}

.stile_container ul li a .autoHeightBox {
	padding: 10px 0 0;
	/*vertical-align:middle;*/
	display: table-cell;
}

.stile_container ul li a .name {
	font-size: 12px;
	font-weight: bold;
	color: #3f3f3f;
	display: block;
	width: 128px;
	padding: 0 12px 0 0;
	/* vertical-align: middle; */
	background: url(../img/top_ico_05.png) no-repeat center right;
}

.stile_container ul li a .sub_name {
	font-size: 10px;
	color: #3f3f3f;
	display: block;
	width: 128px;
	padding: 6px 12px 0 0;
	/*vertical-align:middle;*/
}

/*==========================================================
												  tagle	
==========================================================*/

.stile_table table {
	margin: 0;
	border: #aeaeae 1px solid;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.stile_table table th {
	background-color: #ddebe7;
	border: #aeaeae 1px solid;
	font-weight: bold;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}

.stile_table table td {
	background-color: #FFF;
	text-align: center;
	padding: 10px;
	line-height: 1.0;
	vertical-align: middle;
	border: #aeaeae 1px solid;
}

.stile_table table td.price {
	color: #46957e;
	font-size: 20px;
	vertical-align: middle;
	padding: 13px 10px 10px 10px;
	font-weight: bold;
	text-align: center;
	line-height: 1.0;
}

.stile_table table td.price span {
	color: #46957e;
	font-size: 13px;
	vertical-align: middle;
	font-weight: bold;
	margin: 10px 0 0;
	display: inline-block;
}

.stile_table table td.td02 {
	background-color: #f6f5f4;
	border: #aeaeae 1px solid;
}

.stile_table table td.td03 {
	font-weight: bold;
}

.stile_table table td span.new {
	vertical-align: text-bottom;
	font-size: 75%;
	font-weight: bold;
	color: #fff;
	margin-left: 7px;
	padding: 3px 5px;
	background-color: #f00;
}

/* 20201204追記 freetxt内の表テーブルには「NEW」バッジを表示させない */
.stile_table table td span.new {
	display: none;
}

/* 20250618追記 商品ページ：テクチャーへのリンクバナー */
.col_1_container_01 .col-content .tecture_link {
	width: 50%;
	margin-left: auto;
	transition: all 0.2s;
}
.col_1_container_01 .col-content .tecture_link:hover {
	filter:brightness(0.9);
}
@media all and (max-width: 768px) {
	.col_1_container_01 .col-content .tecture_link {
		width: 80%;
		margin-right: auto;
		margin-bottom: 30px;
		transition: none;
	}
}


