﻿@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;
}
.mainProduct{
	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:#90d7ff;
	color:#333;
	padding:15px;
	font-size: 120%;
	font-weight:bold;
	
	margin-top: -25px;
}
.speedyImg{
	text-align:center;
	margin:10px 0;
}

.mainCatchStaff{294 nd94

	width: 1024;
	height:130px;
	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;
	height: 140px;
	min-width:auto;
	width:auto;
	min-height:auto;
}

.mainBack{
	position: absolute;
	top: 68px;
	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;
}
.mainProduct{
	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;
	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%;
}
}


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

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

@media (max-width: 768px) {
.tebataSample{
	margin: 5px 0;
}
.tebataSample img{
	width:226px;
	height: auto;
	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: 130px;
	margin: 0 0 2px 8px;
	padding:5px 0;
	border: 1px solid #DDDDDD;
}
.slider_content_item:first-child {
	margin:0;
}
.slider_content_image {
	width: 120px;
}
.slider_content_image img{
	width: 120px;
}
.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;
}
.bouenBox{
	background-color: #f3f3f3;
	padding: 15px 20px;
	margin:30px auto 15px auto;
}
.bouenImgBox{
	float: left;
	margin: 5px 15px 0 0;
}
.bouenTextBox{
	margin-top:5px;
}

@media (max-width: 768px) {
.topKijiImg img{
	width:100%;
	margin:0 0 7px 0;
	float:none;
}
.topSizeBox{
	width:100%;
}
.bouenBox{
	background-color: #f3f3f3;
	padding: 10px 5px;
	margin: 0 auto 15px auto;
}
.bouenImgBox{
	float: left;
	width:48%;
	margin:0 2px 7px 2px;
}
.bouenImg img{
	display: block;
	width: 100%;
	height: auto;
}
	.bouenImgBox p{
	font-size: 90%
}
.bouenTextBox{
	margin:5px;
	width: 95%;
}
}

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

.topPriceText{
	margin:20px 0 15px 0;
}
.otherPrice{
	margin-top: 20px;
}
@media (max-width: 768px) {
.topPriceText{
	margin:10px 0;
}
.otherPrice{
	margin-top: 5px;
}
}
/*他社で発生する追加料金　ここから*/
.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;
}
}


/*価格表スクロール*/
@media (max-width: 768px) {
.tableScroll{
overflow: auto;　　　　/*tableをスクロールさせる*/
white-space: nowrap;　　/*tableのセル内にある文字の折り返しを禁止*/
}
.tableScroll::-webkit-scrollbar{　　/*tableにスクロールバーを追加*/
 height: 5px;
}
.tableScroll::-webkit-scrollbar-track{　　/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
.tableScroll::-webkit-scrollbar-thumb {　　/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}
.priceFix th{
	position: fixed;
	display: block;

}
}

/*******************************/
/*「続きを読む」（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:920px;
	margin: auto;
}

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

.price_listTop th
{
	background:#e4f9ff;
	width: 10%;
}


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

@media (max-width: 768px) {

.price_listTop th{
	width:0%;
}
.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;
}
.poleAttachment{
	margin:20px 0 0 0;
}
.poleAttachmentText{
	width:600px;
	float: left;
}
.poleAttachmentImg{
	float:right;
}
.poleAttachmentImg:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

@media (max-width: 768px) {
.paulImg{
	margin-right: 0px;
	float: none;
}
.poleAttachment{
	margin:12px 0 0 0;
}
.poleAttachmentText{
	width:100%;
	float: none;
}
.poleAttachmentImg{
	float:none;
	text-align:center;
	margin-top: 10px;
}
.poleAttachmentImg img{
	width:100%;
	max-width:350px;
	height: auto;
}
.poleAttachmentImg:hover{
	opacity:1;
	filter: none;
	-ms-filter: "alpha(opacity=70)";
}
}


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

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

/*aiテンプレート*/
.templateBtnBox{
	width:770px;
	margin: 0 auto;
}

.templateBtn{
	background-color:#fff5e0;
	vertical-align: middle;
	text-align:center;
	font-size:110%;
	width: 230px;
	height: 60px;
	margin:8px 10px;
	float:left;
	border:3px solid #ff7223;
	border-radius: 3px;
	box-shadow: 0px 6px 3px -3px rgb(183, 183, 183);
	-webkit-box-shadow:0px 6px 3px -3px rgb(183, 183, 183);
	-moz-box-shadow: 0px 6px 3px -3px rgb(183, 183, 183);
}
.templateBtn a{
	display:block;
	padding:12px 12px 12px 80px;
	color:#333;
	font-size:100%;
	font-weight:bold;
	text-decoration: none;
	line-height:120%;
}
.templateBtn:hover{
	background-color:#fff;
	border:3px solid #ff9b63;
}
.templateText{
	font-size:75%;
}

/********************************
自社工場
********************************/
.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 img{
	width: 100%;
	float:none;
	margin: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:720px;
	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: 840px;/*slider_content_itemの幅*/
	margin: auto;
}
/*use　画像4枚*/
.slider_content_2 {
	width: 972px;/*slider_content_itemの幅*/
	margin: auto;
}
}


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

.W530pxBox{
	width: 530px;
	float: right;
}
.W440pxBox{
	width: 440px;
	float: right;
}
.fullSmallArrow
{
	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:850px;
	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:#e4f9ff;
	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:#e4f9ff;
	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:#e4f9ff;
}
.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;
}

@media (max-width: 768px) {
.aboutTable{
	width: 100%;
	margin:8px auto;
	font-size: 85%;
}
.aboutTable th,td
{
	border:1px solid #cccccc;
	vertical-align:middle;
}
.aboutTable th
{
	width: 25%;}
}
.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{
	font-size: 100%;
	color: #0484e4;
	font-family:ArialMT;
}
.aboutCommentImg img{
	width: 120px;
	height: auto;
	margin-left: 5px;
}
.aboutCommentSign{
	margin: 10px;
}
.aboutCommentSign img{
	width: 89px;
	height:30px;
}
}

/*企業理念*/
.bg_rinen
{
	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;
	text-align:left;
	border-left:1px #cccccc solid;
	border-right:1px #cccccc solid;
}
.lawTable th,
.kojinTable th
{
	background-color:#e4f9ff;
}
.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;
}

@media (max-width: 768px) {

.rote-pc{
	display: block;
	width: auto;
}
}


/********************************
コンテンツページ<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;
}
}


/********************************
お問い合わせ・お見積り依頼フォーム
********************************/
h1.textLevel
{
	font-size: 150%;
	background: #545454 url(../images/icon/icon_bantec.png) no-repeat 10px 50%;
	background-size: 30px 30px;
	color:#FFFFFF;
	padding:10px 0 0 50px;
	margin-top: 25px;
	line-height: 190%;
	margin-bottom: 10px;
}
.bgGray
{
	background-color:#f3f3f3;
	padding:15px 20px;
	margin:0 0 15px 0;
}
.bgGray2
{
	background-color:#f3f3f3;
	padding:20px 30px;
	margin:15px 0;
}

@media (max-width: 768px) {
h1.textLevel{
	font-size: 120%;
	background: #545454 url(../images/icon/icon_bantec.png) no-repeat 8px 50%;
	background-size: 20px 20px;
	color:#FFFFFF;
	padding:2px 35px;
	margin-top: 10px;
	margin-bottom: 0;
}
.bgGray
{
	background-color:#f3f3f3;
	padding:10px;
	margin:0 0 15px 0;
}
.bgGray2
{
	background-color:#f3f3f3;
	padding:10px;
	margin:15px 0;
}
}


#MailForm
{
	width:990px;
	margin-left:auto;
	margin-right:auto;
}
#MailForm th
{
	width:180px;
	text-align:center;
	background-color:#FFFFD7;
}


#MailForm th
{
	padding:10px;
	border:1px solid #cccccc;
}
#MailForm td
{
	width:838px;
	padding:10px;
	border:1px solid #cccccc;
}
#MailForm .nonBorder th,
#MailForm .nonBorder td
{
	border:none;
}


#MailForm .shitateSelectList
{
	margin-top:0;
	margin-left:0;
	margin-right:0;
	padding:0;
	list-style:none;
}
#MailForm .shitateSelectList li
{
	width:153px;
	float:left;
	margin:0 6px 0 0;
	padding:7px 0;
}
#MailForm .shitateSelectList img
{
	float:left;
}


#MailFormKijiSample th
{
	width:130px;
	background-color:#FFFFD7;
}
#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;
}
.btnConfirm a
{
	width:232px;
	height:61px;
	display:block;
	margin:0 auto;
	background-image:url(../images/btn/btn_confirm_on.gif);
}
.btnFinish a
{
	width:232px;
	height:61px;
	display:block;
	margin:0 auto;
	background-image:url(../images/btn/btn_finish_on.gif);
}

@media (max-width: 768px) {
table, tbody, tr, th, td {
	display: block;
	border-collapse: collapse;
}
#MailForm{
	width:95%;
}
#MailForm th
{
	width:auto;
	text-align:left;
	background-color:#fff;
}
#MailForm th
{
	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:86%;
	border-radius: 0.2em;
	margin-right:10px;
}
.hissuIcon
{
	background:#F11F22;
	padding: 2px 6px;
	color:#FFFFFF;
	font-size:86%;
	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:86%;
	border-radius: 0.2em;
	margin-right:7px;
	display:inline;
}
.hissuIcon
{
	background:#F11F22;
	padding: 2px 6px;
	color:#FFFFFF;
	font-size:86%;
	border-radius: 0.2em;
	margin-right:7px;
	display:inline;
}
}

/*finish調整*/

.formFinishText{
	margin-bottom: 60px;
}

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

/* テキストエリア */
textarea {
	width: 450px;
}/* テキストマージン*/
.textBox{
	margin-bottom:15px;
}
@media (max-width: 768px) {
textarea {
	width: 95%;
}
}

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

/* エラーチェック（validater.js）用 */
/* ------------------------------------*/
.msgbox
{
	position:absolute;
	display: inline-block;
	margin: 2.5em 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);
}

input[type=radio].srHidden {
	display: none; 	/* ラジオボタンを非表示にする */
}


