@charset "utf-8";

/* ********************************************* */
/**切り替え用CSS　～768px：SP　769px～：PC
各ページで使用（1ページごと）
/* ********************************************* */

/****************************************************************
★★★トップページ★★★
****************************************************************/
/********************************
メインキャッチ
********************************/

.mainCatchArea{
	width:100%;
	height:400px;
	overflow: hidden;
}
.mainImg img{
	z-index: -1;
	position: relative;
	height: 380px;
	min-width: auto;
	width: auto;
	min-height: auto;
}

.mainBack{
	position: absolute;
	top: 300px;
	left: 0px;
	margin: auto;
	right: 0px;
	width: 700px;
}
.mainCatchText{
	font-size:200%;
	line-height:1.4em;
	font-weight:bold;
	background: rgba( 0, 0, 0, 0.45 );
	color:#fff;
	width: 100%;
	padding:20px;
	text-align: center;
}
.mainTebata{
	color:#FF0004;
	text-shadow:#fff 2px 0px,#fff -2px 0px,
	#fff 0px -2px,#fff 0px 2px,
	#fff 2px 2px ,#fff -2px 2px,
	#fff 2px -2px,#fff -2px -2px,
	#fff 1px 2px,#fff -1px 2px,
	#fff 1px -2px,#fff -1px -2px,
	#fff 2px 1px,#fff -2px 1px,
	#fff 2px -1px,#fff -2px -1px;
}
.mainCatchBs a{
	position: absolute;
	top: 490px;
	left: 60%;
	background:#f57a0d;
	padding:14px 18px;
	color:#ffffff;
	font-weight:bold;
	border-radius:5px;
	box-shadow: 4px 6px 3px -3px rgba(25, 25, 25, 0.5);
	-webkit-box-shadow:4px 6px 3px -3px rgba(25, 25, 25, 0.5);
	-moz-box-shadow:4px 6px 3px -3px rgba(25, 25, 25, 0.5);
}
.mainCatchBs :hover{
	background:#f98a27;
}
.mainCatchCopy{
	position:relative;
	background:#036b21;
	color:#fff;
	padding:15px;
	font-size: 120%;
	font-weight:bold;
	
	margin-top: -25px;
}
.speedyImg{
	text-align:center;
	margin:10px 0;
}

.mainCatchStaff{
	width: 1024;
	height:130px;
	background:url(../images/top/main_catch_staff-bg.jpg) repeat-x;
	background-position:center center;
	text-align: center;
}
@media (max-width: 768px) {
.mainCatchArea{
	width:100%;
	height:140px;
	overflow :hidden;
}
.mainImg img{
	z-index: -1;
	position: relative;
	
	width:auto;
	height: 140px;
	min-width:auto;
	width:auto;
	min-height:auto;
}

.mainBack{
	position: absolute;
	top:19%;
	left:2%;
	width: auto;
}
.mainCatchText{
	font-size:105%;
	line-height:1.3em;
	background:none;
	color:#fff;
	width: auto;
	padding:0px;
	text-align: left;
	text-shadow:
	#000 1px 0px,#000 -1px 0px,
	#000 0px -1px,#000 0px 1px,
	#000 1px 1px ,#000 -1px 1px,
	#000 1px -1px,#000 -1px -1px,
	#000 1px 1px,#000 -1px 1px,
	#000 1px -1px,#000 -1px -1px,
	#000 1px 1px,#000 -1px 1px,
	#000 1px -1px,#000 -1px -1px;
}
.mainTebata{
	color:#FF0004;
	text-shadow:
	#fff 1px 0px,#fff -1px 0px,
	#fff 0px -1px,#fff 0px 1px,
	#fff 1px 1px ,#fff -1px 1px,
	#fff 1px -1px,#fff -1px -1px,
	#fff 1px 1px,#fff -1px 1px,
	#fff 1px -1px,#fff -1px -1px,
	#fff 1px 1px,#fff -1px 1px,
	#fff 1px -1px,#fff -1px -1px;
}
.mainCatchBs a{
	position:relative;
	top:-60px;
	left:65%;
	width: 30%;
	text-align:center;
}
.mainCatchBs a{
	display:block;
	padding:8px 5px;
	color:#ffffff;
	font-size:75%;
	font-weight:bold;
	text-decoration: none;
	line-height:1.3em;
}
.mainCatchCopy{
	padding:8px;
	font-size: 95%;
	
	margin-top: -55px;
}
.speedyImg{
	margin:5px 0 0 0;
}
.mainCatchStaff{
	height:auto;
	width: 100%;
}
}

@media (max-width: 425px) {
.mainBack{
	position: absolute;
	top:110px;
	left:2%;
	width: auto;
}
}

/********************************
製作実例
********************************/

/*画像サイズなど調整用*/
.tebataSample{
	margin: 10px 0;
	display: block;
}
.tebataSample img{
	width:300px;
	margin: 0 10px;
	float:left;
	visibility: visible;
}

@media (max-width: 768px) {
.tebataSample{
	margin: 5px 0;
}
.tebataSample img{
	width:226px;
	margin: 0 5px;
}
}

/*PCのみグレー背景下マージン開ける*/
.topUse{
	margin-bottom: 15px
}

@media (max-width: 768px) {
.topUse{
	margin-bottom: 0px
}
}

/*製作実例スライダー（SPのみ）*/
@media (max-width: 768px) {
/*スライダー共通*/
.slider {
	width: 106%;/*コンテンツの幅を指定、はみ出た分は非表示*/
	background: #fff;
}
.slider2 {/*use.htmlで使用のスライダー*/
	width: 104%;/*コンテンツの幅を指定、はみ出た分は非表示*/
	background: #fff;
}
.slider_content {
	position: relative;
	overflow: scroll;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;/*慣性スクロール*/
	transform: translateZ(0);/*GPUアクセラレーションを有効にする*/
}
.slider_content_item {
	position: relative;
	float: left;
	width: 235px;
	margin: 0 0 2px 8px;
	padding:5px 0;
	border: 1px solid #DDDDDD;
}
.slider_content_item:first-child {
	margin:0;
}
.slider_content_image {
	width: 190px;
}
.cf{
	zoom:1;
}
/*トップページ　製作実例スライダー*/
.slider_content_top {
	width: 830px;/*slider_content_itemの幅*/
}
}

/********************************
生地・仕様・サイズ・印刷方法
********************************/

.topKijiImg img{
	margin:0 10px ;
	float:left;
}
.topSizeBox{
	width:840px;
	margin:10px auto 0 auto;
}

@media (max-width: 768px) {
.topKijiImg img{
	width:100%;
	margin:0 0 7px 0;
	float:none;
}
.topSizeBox{
	width:100%;
	margin:10px auto 0 auto;
}
}

/********************************
価格について
********************************/

.topPriceText{
	margin:20px 0 15px 0;
}
@media (max-width: 768px) {
.topPriceText{
	margin:10px 0;
}
}
/*他社で発生する追加料金　ここから*/
.otherShopInsaideBox ul
{
	width:160px;
	float:left;
	font-weight:bold;
	font-size:110%;
}
.otherShop_priceBox
{
	border:2px #ed760c solid;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}

.otherShop_priceMidashi
{
	background-color:#ed760c;
	left:10px;
	padding:5px 10px;
	color:#fff;
}

.otherShop_priceBox ul
{
	margin-left:10%;
	margin-right:auto;
	color:#ed760c;
	padding: 10px;
}
.priceCautionText{
	text-align:center;
	margin-bottom: 10px;
}

@media (max-width: 768px) {
	
.otherShopInsaideBox{
	padding:5px;
}

.otherShopInsaideBox ul
{
	width:auto;
	float:none;
	font-weight:normal;
	font-size:100%;
}
.otherShop_priceBox
{
	border:2px #FF5353 solid;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:7px;
	margin-bottom:10px;
}

.otherShop_priceMidashi
{
	background-color:#FF2121;
	left:10px;
	padding:5px 10px;
}

.otherShop_priceBox ul
{
	margin-left:25%;
	margin-right:auto;
	color:#FF2121;
	padding: 0px;
}
.priceCautionText{
	text-align:center;
	margin-bottom: 5px;
}
}

/*******************************/
/*「続きを読む」（CSSのみで実装）*/
/*******************************/
.on-off{
	display:none;
}

@media (max-width: 768px) {
.on-off{
	display:block;
}
/*「続きを読む」テキスト*/
.readMoreText label{
	text-decoration:none;
	color:#0066ff;
}

.readMoreText input[type="checkbox"].on-off{
	display: none;
}

.readMoreText div.read {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	margin: 0;
	padding: 0;
	list-style: none;
}

.readMoreText input[type="checkbox"].on-off + div.read{
	max-height:0;
	overflow:hidden;
}

.readMoreText input[type="checkbox"].on-off:checked + div.read{
	max-height:5000px;
}

/*「続きを読む」ボタン*/
.readMoreBtn label{
	background:#FF8E2C;
	color: #fff;
	padding: 5px;
	display: block;
	margin: 0;
	/*border: 1px solid #fff;*/
}

.readMoreBtn input[type="checkbox"].on-off{
	display: none;
}

.readMoreBtn div.read {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	margin: 0;
	padding: 0;
	list-style: none;
}

.readMoreBtn input[type="checkbox"].on-off + div.read{
	max-height:0;
	overflow: hidden;
}

.readMoreBtn input[type="checkbox"].on-off:checked + div.read{
	max-height:1000px;
}
}
/*他社で発生する追加料金　ここまで*/


/*価格表*/
.price_listTop
{
	width:680px;
	margin: auto;
}

.grayBorderBox
{
	border:2px solid #cfcfcf;
	padding:10px;
}

.price_listTop th
{
	background:#e7fbe1;
}


.price_listTop th,.price_listTop td
{
	padding:10px;
	text-align:center;
}

@media (max-width: 768px) {
	
.price_listTop
{
	width:100%;
}
.price_listTop th,.price_listTop td
{
	padding:7px 3px;
	text-align:center;
}
}

.priceText{
	font-size:150%;
}
.quantityText{
	font-size: 130%;
}
@media (max-width: 768px) {

.priceText{
	font-size:120%;
}
.quantityText{
	font-size: 110%;
}
}

/*価格表上*/
.kakakuhyouText{
	padding-top:12px;
	font-size: 90%;
}
.priceBanner{
	float: left;
	margin:0 15px 10px 50px;
}
@media (max-width: 768px) {

.kakakuhyouText{
	padding-top:0px;
	margin-top:0px;
	margin-bottom:5px;
	font-size: 80%;
}
.priceBanner{
	float: none;
	margin:0 0 5px 0;
}
}

/*付属品*/

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

@media (max-width: 768px) {
.paulImg{
	margin-right: 0px;
	float: none;
}
}


/********************************
デザイン作成無料
********************************/

.designerImg img{
	width:300px;
	float: right;
	margin-left: 15px;
}
@media (max-width: 768px) {
.designerImg img{
	width:45%;
	height: auto;
	float: right;
	margin-left: 5px;
}
}


/********************************
自社工場
********************************/
.topRelief{
	float: left;
	width:290px;
	height:300px;
	border:1px solid #cccccc;
	padding: 10px;
	margin:0 5px;
}

.reliefTitle{
	margin: 10px 0 5px 0;
}
@media (max-width: 768px) {
.topRelief{
	float: none;
	width:auto;
	height:auto;
	border:none;
	padding: 0px;
	margin:0px;
}
}

/*下層ページはこっち*/
.topRelief2{
	float: left;
	width:290px;
	height:290px;
	border:1px solid #cccccc;
	padding: 8px;
	margin:0 5px;
}
.reliefTitle{
	margin: 10px 0 5px 0;
}
@media (max-width: 768px) {
.topRelief2{
	float: none;
	width:auto;
	height:auto;
	border:none;
	padding: 0px;
	margin:0px;
}

}

/********************************
BS
********************************/

.bsImg img{
	float:left;
	margin:5px 15px 0 0;
}
.bsGlayBox{
	float: left;
}
.tokyoImg img{
	float: left;
	margin-right: 20px;
}
.tokyoAdress{
	width:1000px;
}
.bsTextBox{
	margin:30px 0 0 0;
}
.bsTokyoMain{
	display: block;
}
.bsProductList{
	margin:-40px 0 25px 0;
}
@media (max-width: 768px) {
.bsImg {
	width: 100%;
	margin: 5px 0 5px 0;
}
.bsImg img{
	width: 100%;
	margin:5px 15px 10px 0;
}
.bsGlayBox{
	float: none;
}
.bsTextBox{
	margin:5px 0 10px 0;
}
.tokyoImg {
	display: block;
}
.tokyoImg img{
	float:left;
	margin-right:10px;
	width:125px;
	height: auto;
}
.tokyoAdress{
	width:100%;
}
.bsTokyoMain{
	display:inline-flex;
}
	.bsProductList{
	margin:-10px 0 20px 0;
}
.eachStore{
	display: block;
	width: 100%;
	font-size:88%;
}
.eachStoreBtn{
	float: left;
}
}


/********************************
まずはお見積りをご依頼ください
********************************/

.flowBox{
	display: -webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
}

.flowBox .flowBox01
{
	background:#ebebeb;
	width:31%;
	padding:0 0 5px 0;
}
.flowBox01 img{
	width:215px;
}

.flowTitle {
	background-color: #124fa9;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.50, #02128f), color-stop(0.49, #124fa9));
	background: -webkit-linear-gradient(top, #124fa9 49%, #02128f 50%);
	background: -moz-linear-gradient(top, #124fa9 49%, #02128f 50%);
	background: -o-linear-gradient(top, #124fa9 49%, #02128f 50%);
	background: -ms-linear-gradient(top, #124fa9 49%, #02128f 50%);
	background: linear-gradient(to bottom, #124fa9 49%, #003b91 50%);
}
.flowTitle p
{
	color:#ffffff;
	font-size:150%;
	padding:12px 0 ;
	text-align:center;
	font-weight:bold;
}
.flowText{
	padding: 10px 15px;
}

/* 画像サイズ強制 */
.imgfixer {
	width: 95%;
	margin: 20px auto;
}

.imgfixer img {
	width: 100%;
	height: auto;
}
.arrowImg img{
	width:25px;
	margin: 140px 5px 0px 5px
}

@media (max-width: 768px) {
.flowBox01 img{
	width:100%;
}
.flowTitle {
	background-color: #124fa9;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.50, #02128f), color-stop(0.49, #124fa9));
	background: -webkit-linear-gradient(top, #124fa9 49%, #02128f 50%);
	background: -moz-linear-gradient(top, #124fa9 49%, #02128f 50%);
	background: -o-linear-gradient(top, #124fa9 49%, #02128f 50%);
	background: -ms-linear-gradient(top, #124fa9 49%, #02128f 50%);
	background: linear-gradient(to bottom, #124fa9 49%, #003b91 50%);
	min-height: 40px;
}
.flowTitle p
{
	color:#ffffff;
	font-size:92%;
	padding:3px 0 ;
	text-align:center;
	font-weight:bold;
}
.flowText{
	padding: 8px 5px 5px 5px;
	line-height:140%;
	font-size:90%;
}
.arrowImg img{
	width:9px;
	height:20px;
	margin: 120px 5px 0px 5px
}
}

/****************************************************************
★★★下層ページ★★★
****************************************************************/

/********************************
製作実例 use.html
********************************/
.slider_content_1{
	width:1000px;
	margin: auto;
}
.slider_content_1 img{
	margin-bottom:20px;
}

.slider_content_2 {
	width:700px;
	margin: auto;
}
.slider_content_2 img{
	margin-bottom:20px;
}

@media (max-width: 768px) {
/*use　画像6枚*/
.slider_content_1 {
	width: 1465px;/*slider_content_itemの幅*/
	margin: auto;
}
/*use　画像4枚*/
.slider_content_2 {
	width: 972px;/*slider_content_itemの幅*/
	margin: auto;
}
}


/********************************
生地・仕様・サイズ kiji.html
********************************/

.W530pxBox{
	width: 530px;
	float: right;
}
.fullSmallArrow
{
	background:url(../images/contents/print-arrow.png) no-repeat;
	width:151px;
	height:74px;
	margin-right:auto;
	margin-left:auto;
	padding-top:20px;
	font-size:180%;
}
@media (max-width: 768px) {
.W530pxBox{
	width: auto;
	float: none;
}
.fullSmallArrow
{
	font-size:120%;
}
}

/********************************
価格・付属品 price.html
********************************/
.priceUnderlayerText{
	margin: 15px auto;
	width:650px;
	font-size:90%;
}


@media (max-width: 768px) {
.priceUnderlayerText{
	margin: 15px 0;
	width:auto;
	font-size:85%;
}
}

/********************************
ご注文の流れ flow.html
********************************/
.flowImg img{
	width:100%;
	margin:10px 0;
}

@media (max-width: 768px) {
.flowImg img{
	font-size:85%;
}
}

/*NP掛け払い・後払い*/
.npBgPostpay
{
	background-color:#FFF9FC;
	padding: 15px;
}
.npBgPayment
{
	background-color:#F4FDFF;
	padding: 15px;
}

.npImg ing{
	width:468px;
	margin-bottom: 10px;
}
@media (max-width: 768px) {
.npBgPostpay
{
	background-color:#FFF9FC;
	padding: 10px;
	font-size:90%;
}
.npBgPayment
{
	background-color:#F4FDFF;
	padding: 10px;
	font-size:90%;
}
.npImg img{
	width:100%;
	height: auto;
	margin-bottom: 5px;
}
}
.clientTextBox{
	width: 660px;
	margin: 10px auto;
}
.clientImgSp img{
	width: 290px;
	float: left;
}
@media (max-width: 768px) {
.clientTextBox{
	width: 100%;
	margin: 10px auto;
}
.clientImgSp img{
	width: 100%;
	height: auto;
	float:none;
}
}


/********************************
デザイン design.html
********************************/
/*デザイン案の送り方*/
.nyukuoList
{
	background-color:#e7fbe1;
	border-bottom:1px solid #a7a7a7;
	margin:0;
}
.nyukuoList dt
{
	float:left;
	width:8em;
	text-align:left;
	padding:5px;
	border-top:1px solid #a7a7a7;
}
.nyukuoList dd
{
	padding:5px;
	margin:0 0 0 8.5em;
	border-left:0;
	border-right:0;
	background-color:#ffffff;
	border-top:1px solid #a7a7a7;
}

@media (max-width: 768px) {
.nyukuoList dt{
	width:4em;
}
.nyukuoList dd{
	margin:0 0 0 4.5em;
}
}

/*対応ソフト*/
.softWereListTable
{
	width:640px;
	margin: auto;
}
.softWereListTable th,
.softWereListTable td
{
	border-left:none;
	border-right:none;
}
.softWereListTable th
{
	padding:10px;
	background-color:#e7fbe1;
	vertical-align: middle;
}
.softWereListTable td
{
	padding:5px 10px;
	vertical-align: middle;
}

@media (max-width: 768px) {
.softWereListTable
{
	width:100%;
	margin: auto;
}
.softWereListTable th
{
	padding:5px;
	width:50%;
	background-color:#e7fbe1;
}
.softWereListTable td
{
	padding:5px;
}
}

/*ロゴ送付*/
.logoText{
	width: 650px;
	float: left;
}

@media (max-width: 768px) {
.logoText{
	width: 100%;
	float: none;
}
.logoImg{
	text-align: center;
}
}
/*色校正*/
.kouseiBox{
	width:540px;
	float: left;
}
@media (max-width: 768px) {
.kouseiBox{
	width:100%;
	float: none;
}
}

/********************************
よくあるご質問 qa.html
********************************/
.qaList 
{
	padding:10px 5px;
}
.qaList p
{
	margin: 20px 0 0 0;
	font-size: 110%;
}
.questionList
{
	list-style:none;
	padding:0;
	margin-left:0;
}
.questionList li
{
	padding:3px 0;
	border-bottom:1px dotted #666666;
}
.questionList li span
{
	color:#ff4e00;
	font-weight:bold;
	padding:0 5px 0 0;
}.faqList
{
	margin:0;
	padding:15px 0;
	text-indent: -1.2em;
	padding-left: 1.2em;
	border-top:1px solid #999999;
}
.faqListBorderNone
{
	border-top:none;
}
.faqList span
{
	font-weight:bold;
	padding:0 5px 0 0;
}
.faqList dt
{
	color:#ff4e00;
	font-weight:bold;
	margin:0 0 5px 0;
}
.faqList dd
{
	margin-left:1.2em;
}
.faqList dd.parag
{
	text-indent:0em;
}

@media (max-width: 768px) {
.qaList 
{
	padding:4% 2%;
}
.qaList p
{
	margin:10px 0 5px 0;
	font-size: 100%;
}
.questionList li{
	border-bottom:none;
	line-height:180%;
	font-size: 90%;
}
.faqList a
{
	text-align: none;
}
}

/********************************
会社概要 about.html
********************************/
.aboutMainText{
	margin:20px 0 10px 0;
	font-size: 110%;
	color: #0484e4;
}
@media (max-width: 768px) {
.aboutMainText{
	margin:10px 0 7px 0;
	font-size: 85%;
}
}

.aboutTable
{
	width:814px;
	margin:10px auto;
	font-size: 90%;
}
.aboutTable p{
	line-height:140%
}
.aboutTable th,td
{
	padding:5px;
	vertical-align:middle;
}
.aboutDetails{
	display: flex;
	justify-content: center;
}
.aboutDetails div:first-of-type{
	margin-right: 20px;
}
.aboutDetails h2{
	font-size:1.1rem;
	border-left: 6px solid #036b21;
	padding-left:8px;
}
.aboutDetails table{
	width:350px;
	line-height: 1.1rem;
}
.aboutDetails table tr:first-child{
	height: 4rem;
}
.aboutDetails table th,
.aboutDetails table td{
	border: none;
	vertical-align: middle;
	border-bottom:1px dashed #CCC;
	padding: 5px 10px
}

@media (max-width: 768px) {
	.aboutTable{
		width: 100%;
		margin:8px auto;
		font-size: 85%;
	}
	.aboutTable th,td
	{
		border:1px solid #cccccc;
		vertical-align:baseline;
	}
	.aboutTable th
	{
		width: 25%;
	}
	.aboutDetails{
		display: block;
	}
	.aboutDetails div{
		width: 70vw;
		margin: 0 auto;
	}
	.aboutDetails div:first-of-type{
		margin-right: auto;
		margin-bottom: 25px;
	}
	.aboutDetails table{
		width:100%;
	}
}
.aboutPrivacyText{
	padding-top: 20px;
}
@media (max-width: 768px) {
.aboutPrivacyText{
	padding-top: 10px;
}
}

/*代表者より*/
.aboutCommentBox{
	widows: 900px;
	margin: 0 auto;
}
.aboutCommentImg img{
	margin-left: 20px;
}
@media (max-width: 768px) {
.aboutCommentBox{
	widows:100%;
	font-size: 90%;
	line-height:150%
}
.bg_banner{
	background:url(../images/contents/banner_bg.gif) no-repeat left top;
	font-size: 100%;
	color: #0484e4;
	font-family:ArialMT;
	min-height: 70px;
}
.aboutCommentImg img{
	width: 120px;
	height: auto;
	margin-left: 5px;
}
.aboutCommentSign{
	margin: 10px;
}
.aboutCommentSign img{
	width: 89px;
	height:30px;
}
}

/*企業理念*/
.bg_rinen
{
	background:url(../images/contents/bg_about.jpg) no-repeat right 10%;
	min-height:320px;
}
.bg_rinenBox
{
	width:615px;
	margin: 35px 0;
}
.bg_rinenBox h3,.bg_rinenBox p
{
	text-shadow: #ffffff 2px 2px 3px, #ffffff -2px 2px 3px,
				 #ffffff 2px -2px 3px, #ffffff -2px -2px 3px;
}
.rinenImg{
	width:300px;
	float:right;
	margin-right:5px;
}
.rinenImg img{
	float:right;
	margin-top:-30px;
}
.bg_rinenBox980{
	
	width:980px;
	margin: 35px 0;
}
.bg_rinenBox980_2{
	
	width:980px;
	margin: 0;
}

@media (max-width: 768px) {
.bg_rinen
{
	background:none;
}
.bg_rinenBox
{
	width:100%;
	margin: 25px 0;
	font-size:90%;
	line-height: 150%;
}
.rinenImg{
	width: 40%;
	float:right;
	margin-right:5px;
}
.rinenImg img{
	width: 100%;
	height: auto;
	margin-top:10px;
}
.bg_rinenBox980{
	
	width:100%;
	margin: 25px 0;
	font-size:90%;
	line-height: 150%;
}
.bg_rinenBox980_2{
	
	width:100%;
	margin: 0;
	font-size:90%;
	line-height: 150%;
}
}

/*スタッフ紹介*/
.staffList{
	width:280px;
	margin:10px 20px 20px 20px;
}
.staffTitle{
	font-weight:bold;
	color: #0099ff;
	margin: 20px 0 0 0;
}

@media (max-width: 768px) {
.staffListText{
font-size:90%;
line-height: 150%;
}

.staffList{
	width:100%;
	margin:auto;
}
.staffTitle{
	margin:15px 0 5px 0;
}
}

/********************************
個人情報 kojin.html
特定商取引法 tokutei.html
********************************/
.lawTable,.kojinTable
{
	width: 700px;
	margin:20px auto;
	line-height: 130%;
}
.lawTable tr,.kojinTable tr
{
	border-top:1px solid #cccccc;
}
.lawTable th,
.lawTable td,
.kojinTable th,
.kojinTable td
{
	padding:10px;
	border-left:1px #cccccc solid;
	border-right:1px #cccccc solid;
}
.lawTable th,
.lawTable td
{
	text-align:left;
}
.kojinTable th,
.kojinTable td
{
	vertical-align: middle;
}
.lawTable th,
.kojinTable th
{
	background-color:#e7fbe1;
}
.lawTable tr:last-child,.kojinTable tr:last-child
{
	border-bottom:1px #cccccc solid;
}

.tableStyle th
{
	width:80px;
	font-weight:normal;
	text-align:left;
}
.tableStyle th,
.tableStyle td
{
	padding:3px;
	text-align:left;
}
.tableStyle td
{
	font-weight:bold;
}
.tokuteiSpace{
	margin-bottom: 100px;
}

@media (max-width: 768px) {
.lawTable ,.kojinTable
{
	width:100%;
	margin:20px auto;
	font-size: 90%;
	line-height: 130%;
}
.lawTable th,.kojinTable th
{
	width:25%
}
.tokuteiSpace{
	margin-bottom: 50px;
}
}

/********************************
ショールーム bs.html
********************************/
.bsTelBox{
	padding: 10px 20px 10px 35px;
	margin:5px 20px 5px 0;
	background: #fff;
	float: left;
	width: 35%;
}
.telCenter{
	margin-left: 13%;
	margin-bottom: 10px;
	margin-top:5px;
}
.bsTel{
	margin: 5px 0 2px 0;
}
.bsTel a{
	font-size: 180%;
	font-weight:bold;
	color:#f00;
}
.bsTel img{
	margin:0 7px;
}
.bsMeritImg{
	float:right;
}
.pcArrow{
	margin: 85px 8px 0 8px;
}
.mapBox{
	width: 210px;
	margin: 0 auto;
}
.bsMapBox{
	width: 700px;
	margin: 0 auto;
}
.bsFormBottom{
	margin-bottom:85px;
}
@media (max-width: 768px) {
.bsTelBox{
	padding: 7px 10px;
	margin:10px auto;
	text-align: center;
	width:80%;
	float:none;
}
.telCenter{
	margin-left:0;
	margin-bottom: 5px;
	margin-top:0;
}
.bsTel{
	margin: 3px 0 2px 0;
}
.bsTel a{
	font-size: 150%;
}
.bsTel img{
	margin:0 3px;
}
.bsMeritTitle{
	width:60%;
	float:left;
}
.bsMeritImg{
	width:35%;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 5px;
}
.bsMeritText{
	width:100%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
}
.bsMapBox{
	width: auto;
	margin: 0 auto;
}
.bsFormBottom{
	margin-bottom: 35px;
}
}

.rote-pc{
	display: flex;
	width: 210px;
	margin-bottom:20px;
}

@media (max-width: 768px) {

.rote-pc{
	display: block;
	width: auto;
	margin-bottom:5px;
}
}


/********************************
コンテンツページ<SR>：アコーディオン
********************************/

h5.bs{
	font-size:140%;
	padding:5px 5px 5px 6px;
	border:none;
	border-left: 5px solid #C0C0C0;
	border-bottom: 3px solid #C0C0C0;
	margin:15px 0 10px 0;
}
.read{
	margin:0 auto;
}
h6.bs{
	font-size: 130%;
	margin-bottom: 8px;
}

@media (max-width: 768px) {

.roteMoreTitle{
	background:#2d5ebe;
	padding: 5px 10px;
	border-radius: 2px;
}
.roteMoreTitle2{
	background:#dbecfd;
	padding: 8px 10px;
	border-left: 1px solid #2364e1;
	border-right: 1px solid #2364e1;
	border-bottom: 1px solid #2364e1;
}
.roteMore{
	float:right;
	font-size: 150%;
	padding-top:6px;
}
h5.bs{
	color: #fff;
	font-size:100%;
	padding:0px;
	border:none;
	border-left:none;
	border-bottom:none;
	margin:0;
	}
	
h6.bs{
	font-size: 100%;
	margin-bottom:0;
	color: #2d5ebe;
	padding-right:25px;
	background:url(../images/ico-arrow_down-gray.png)no-repeat;
	background-position:right;
}
.routeTop{
	margin-top:7px;
}
}

/********************************
お問い合わせ・お見積り依頼フォーム
********************************/

#MailForm{
	width:1000px;
}
#MailForm th{
	width:140px;
	text-align:center;
	background-color:#e7fbe1;
}
#MailForm td{
	width: 810px;
}
#MailForm th,
#MailForm td{
	padding:18px 10px;
	border:1px solid #cccccc;
}
#MailForm .nonBorder th,
#MailForm .nonBorder td{
	border:none;
}
#MailFormKijiSample th{
	width:130px;
	background-color:#e7fbe1;
}
#MailFormKijiSample th,
#MailFormKijiSample td{
	padding:10px;
	border:1px solid #cccccc;
}
#MailFormKijiSample div{
	padding:10px;
	border-top:none;
}
div#err{
	color:#ff0000;
	font-weight:bold;
	border:none;
	background-color:#FFCECE;
}
.btnFinish a
{
	width:232px;
	height:61px;
	display:block;
	margin:0 auto;
	background-image:url(../images/btn/btn_finish_on.gif);
}
@media (max-width: 768px) {
/*spの背景グレー*/
#grayBody{
	background: #f2f2f2
}
/*spでテーブル縦にする*/
.tableCellBlock{
	display: block;
	border-collapse: collapse;
}

#MailForm{
	width:95%;
}
#MailForm th
{
	width:auto;
	text-align:left;
	background:none;
	padding:18px 3px 3px 3px;
	border:none;
}
#MailForm td
{
	padding:3px;
	border:none;
	width: 100%;
}

/*フォームのパーツ*/
input[type=text]
{
	-webkit-appearance: none;
	appearance: none;
	display: inline-block;
	height: 34px;
	margin-bottom: 5px;
	padding: 0 8px;
	background: #fff;
	border: 1px solid #d9d9d9;
	border-top: 1px solid #c0c0c0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
textarea
{
	-webkit-appearance: none;
	appearance: none;
	display: inline-block;
	margin-bottom: 5px;
	padding: 0 8px;
	background: #fff;
	border: 1px solid #d9d9d9;
	border-top: 1px solid #c0c0c0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	width:100%;
}

::-webkit-input-placeholder
{
color: #ccc;
font-size:1em;
}
::-moz-placeholder
{
color: #ccc; opacity: 1;
font-size:0.9em;
}
:-ms-input-placeholder
{
color: #ccc;
font-size:0.9em;
}

::-webkit-textarea-placeholder
{
color: #ccc;
font-size:1em;
padding-top:10px;
}
::-moz-textarea-placeholder
{
color: #ccc; opacity: 1;
font-size:0.9em;
padding-top:10px;
}
:-ms-textarea-placeholder
{
color: #ccc;
font-size:0.9em;
padding-top:10px;
}
.niniIcon
{
	background:#0F72CD;
	padding: 2px 6px;
	color:#FFFFFF;
	font-size:90%;
	border-radius: 0.2em;
	margin-right:10px;
}
.hissuIcon
{
	background:#F11F22;
	padding: 2px 6px;
	color:#FFFFFF;
	font-size:90%;
	border-radius: 0.2em;
	margin-right:10px;
}
}

/*SP任意/必須アイコン*/
.niniIcon{
	display:none;
}
.hissuIcon{
	display:none;
}
@media (max-width: 768px) {
.niniIcon
{
	background:#0F72CD;
	padding: 2px 6px;
	color:#FFFFFF;
	font-size:90%;
	border-radius: 0.2em;
	margin-right:7px;
	display:inline;
}
.hissuIcon
{
	background:#F11F22;
	padding: 2px 6px;
	color:#FFFFFF;
	font-size:90%;
	border-radius: 0.2em;
	margin-right:7px;
	display:inline;
}
}

/* エラーチェック（validater.js）用 */
/* ------------------------------------*/
.msgbox
{
	position:absolute;
	display: inline-block;
	margin: 1.7em 0;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 100%;
	background:rgba(255,0,0,0.8);
	border-radius: 5px;
}
.msgbox:before
{
	content: "";
	position: absolute;
	top: -14px;
	left: 30px;
	margin-left: -15px;
	border: 8px solid transparent;
	border-bottom: 8px solid rgba(255,0,0,0.8);
}
.msgbox p
{
	margin: 0;
	padding: 0;
	color:#fff;
	font-weight:bold;
}

.msgbox + input,
.msgbox + select
{
	background:rgba(255,0,0,0.2);
}/********************************
生地サンプルフォーム
********************************/
.kijisampleImg{
	float:left;
	margin:0 20px 10px 0;
}
.colorMatchingBox{
	margin:30px 0 60px 0;
}
.colorMatchingText{
	margin: 10px 0 20px 0;
}
.formUpperArea{
	margin-bottom: 65px;
}
.btnSpace{
	margin-bottom: 15px;
}
@media (max-width: 768px) {
.kijisampleImg{
	float:none;
	margin:0 auto;
}
.kijisampleImg img{
	width: 100%;
	height: auto;
}
.colorMatchingBox{
	margin:15px 0 30px 0;
}
.formUpperArea{
	margin-bottom: -15px;
}
.btnSpace{
	margin-bottom: 0;
}
}
/******************************
見出し
******************************/
h1.form{
	padding:10px 0 8px 8px;
	background-color:#F9F9F9;
	border-left:10px solid #036b21;
	font-size:250%;
	margin: 20px 0 40px 0;
}

@media (max-width: 768px) {
	h1.form{
		padding:4px 0 4px 3px;
		border-left:5px solid #036b21;
		font-size:145%;
		margin:10px 0 20px 0;
	}
}
/********************************
フォーム調整用
********************************/
.sizeForm{
	margin:10px 0;
}
.formFinishText{
	margin-bottom: 75px;
}
.spaceLR{
	margin: 0 5px;
}

@media (max-width: 768px) {
.formFinishText{
	margin-bottom: 35px;
}
.spMoreIcon{
	float:left;
}
}

/********************************
「記載用」・「商材名」・「FORMID」非表示
********************************/
.hide_forMail{
	display: none;
}

/* spフッター フォームの電話番号*/
.footGrayArea {
	width: 100%;
	background-color: #cccccc;
	padding-top: 5px;
	padding-bottom: 5px;
	display: -webkit-box;
	display: -moz-box;
}
#btnTel {
	-moz-box-flex: 1.0;
	-webkit-box-flex: 1.0;
}
#btnTel p {
	width: 130px;
	margin: 0 auto;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	background-color: #eee;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #eee), color-stop(0.00, #fdfdfd));
	background: -webkit-linear-gradient(top, #fdfdfd 0%, #eee 88%);
	background: -moz-linear-gradient(top, #fdfdfd 0%, #eee 88%);
	background: linear-gradient(to bottom, #fdfdfd 0%, #eee 88%);
	font-size: 85%;
	text-align: center;
	border: solid 1px #ff5c5c;
}
#btnTel p a {
	background: url(../images/sp-ico-tel.png) no-repeat 5% 50%;
	text-shadow: 1px 1px 0 #ddd;
	display: block;
	padding: 5px 0;
	color: #fc3d3d;
	text-decoration: none;
}











