@charset "utf-8";

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

/****************************************************************
★★★トップページ index.html★★★
****************************************************************/
.sliderSp{
    width: 100vw;
    height: calc(100vw * 1.61);
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
 
.slider__content{
    min-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(100%);
}
 
.slider__content:nth-child(1){
    animation: sliderAnime 9s ease-in-out infinite;
    z-index: 6;
}
 
.slider__content:nth-child(2){
    animation: sliderAnime2 9s ease-in-out 1.5s infinite;
    z-index: -1;
}
 
.slider__content:nth-child(3){
    animation: sliderAnime2 9s ease-in-out 4.5s infinite;
    z-index: -1;
}
 
@keyframes sliderAnime{
    0%{
        z-index: 5;
        transform: translateX(0);
    }
    16.6%{
        transform: translateX(0);
    }
    33.3%{
        transform: translateX(-100%);
    }
    50%{
        z-index: -1;
        transform: translateX(-100%);
    }
    66.6%{
        transform: translateX(100%);
    }
    83.2%{
        z-index: 5;
        transform: translateX(100%);
    }
    100%{
        z-index: 5;
        transform: translateX(0);
    }
}
 
@keyframes sliderAnime2{
    0%{
        z-index: 5;
        transform: translateX(100%);
    }
    16.6%{
        transform: translateX(0);
    }
    33.3%{
        transform: translateX(0);
    }
    50%{
        transform: translateX(-100%);
    }
    66.6%{
        z-index: -1;
        transform: translateX(-100%);
    }
    83.2%{
        transform: translateX(100%);
    }
    100%{
        z-index: 5;
        transform: translateX(100%);
    }
}
 
.slider__img{
    max-width: 100%;
    min-width: 100%;
}

/* メインキャッチ */
#mainCatchArea{
	width:100%;
	height: 450px;
	position: relative;
}

#mainCatchArea h1{
	position: absolute;
	top: 95px;
	left: 0px;
	right: 0px;
	font-size:200%;
	line-height:1.4em;
	font-weight:bold;
	background: linear-gradient(to right, rgba( 0, 53, 130, 0 ) 0%,rgba( 0, 53, 130, 0.7 ) 10%, rgba( 0, 53, 130, 0.7 ) 90%,rgba( 0, 53, 130, 0 ) 100%);
	color:#fff;
	text-align: center;
	margin: auto;
	padding:15px;
	width: 900px;
	z-index:1000;
}
#mainCatchArea h1 span{
	color:#FF0004;
	font-size:120%;
	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;
}

@media (max-width: 768px) {
	#mainCatchArea{
		height:200px;
		width: 100%;
		overflow :hidden;
	}
	#mainCatchArea img{
		height: auto;
		min-height:100px;
		max-height: 240px;
	}
	
	#mainCatchArea h1{
		position: absolute;
		top: 5px;
		left: 0px;
		right: 0px;
		font-size:103%;
		line-height:1.3em;
		background:none;
		color:#000;
		width: auto;
		padding:0px;
		text-align: center;
		z-index: 0;
	}
	#mainCatchArea h1 span{
		font-size:100%;
		text-shadow: none;
	}
	.slider{
		margin-top:50px;
		/*min-height:100px;
		max-height: 240px;*/
	}
}

/* FV 実店舗バナー */
#mainCatchBanner{
	position: relative;
}
#mainCatchBs {
	position: absolute;
	top: -150px;
	right: 200px;
}
#mainCatchBs a {
	display: block;
	background-image: url(../images/bn/bs_on.png);
}
/* FV メディアバナー */
#mainCatchMedia {
	position: absolute;
	top: -150px;
	right: 50px;
}
#mainCatchMedia a {
	display: block;
	background-image: url(../images/bn/media_on.png);
}
#mainCatchBs a:hover img,
#mainCatchMedia a:hover img{
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
}

/*デザイン作成・修正何度でも無料  お見積り価格からの追加料金一切なし*/
#mainCatchCopy{
	background:#ce0103;
	color:#fff;
	padding:15px;
	font-size: 120%;
	font-weight:bold;
}
/* スタッフ写真 */
#mainCatchStaff{
	height:130px;
	width: 100%;
	background:url(../images/top/main_catch_staff-bg.jpg) repeat-x;
	background-position: center;
	text-align: center;
}

@media (max-width: 768px) {
	#mainCatchCopy{
		background-color: #FFFFFF;
		color: #000;
		font-size: 100%;
		padding: 5px;
	}
	
	#mainCatchStaff{
		background-image: none;
		background-color: #ce0103;
		padding-top: 10px;
		color: #FFFFFF;
		height: auto;
	}
	#mainCatchStaff img{
		width: 100%;
		max-width: 640px;
		height:auto;
	}
}

/*制作例*/
.topSeisakuArea ul{
	display: flex;
	justify-content: space-between;
}
.topSeisakuArea ul:first-child{
	margin-bottom: 30px;
}
.seisakuModalImg img{
	width: 210px;
}
.topSeisakuInfo{
	display: inline-block;
	text-align: left;
}
.topSeisakuBox{
	background-color: #f3f3f3;
	padding: 15px;
}
@media (max-width: 768px) { /* スライダー */
	.topSeisakuArea {
		display: flex;
		width: 101%;
		position: relative;
		overflow: scroll;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		transform: translateZ(0);
	}
	.slider {
		width: 2200px;
	}
	.topSeisakuArea ul:first-child{
		margin-bottom: 0;
	}
	.topSeisakuArea ul li{
		position: relative;
		margin-right: 10px;
		padding: 5px;
		width: 180px;
		border: 1px solid #CCCCCC;
		background: #FFFFFF;
		text-align: center;
		pointer-events: none;
	}
	.seisakuModalImg img{
		width: 100%;
	}
	.topSeisakuArea li img{
		width: 100%;
		height: auto;
	}
	.topSeisakuBox{
		padding: 15px 5px;

	}
}

h3.top2Print{
	font-size: 170%;
}
@media (max-width: 768px) {
	h3.top2Print{
		font-size: 115%;
	}
}
/*生地・仕様コンテンツ*/
.grayBox01
{
	background:#f2f2f2;
	padding:15px;
}

.grayBox02
{
	background:#f2f2f2;
	padding:15px;
	margin-right: 6px;
}
.grayBox02:last-child
{
	margin-right: 0;
	margin-left: 6px;
}

.sizeArea{
	display: flex;
	justify-content: space-around;
}
.sizeBox{
	width: 350px;
}
.sizeList
{
	width:350px;
}

.sizeList2
{
	width:175px;
}

.sizeList dt,.sizeList2 dt
{
	background:#FFA500;
	color:#ffffff;
	font-weight:bold;
}

.sizeList dt,.sizeList dd,.sizeList2 dt,.sizeList2 dd
{
	padding:2px 3px;
}

.sizeList2 dt
{
	width:2.5em;
	text-align:center;
	}

.sizeList2 dd
{
	padding-left:10px;
}

.shiyouArea{
	display: flex;
	justify-content: space-between;
}
.shiyouPhoto{
	display:flex;
	justify-content: space-between;
}
.shiyouPhotoLeft{
	margin-right: 14px;
}
.printLink{
	text-align: right;
	margin: 20px 0 30px 0;
}
@media (max-width: 768px) {
.grayBox01
{
	padding:5px;
}
.grayBox02
{
	padding:8px;
	margin-right: 0;
	margin-bottom: 15px
}
.grayBox02:last-child
{
	margin-left: 0;
	margin-bottom: 0
}

.sizeArea{
	display: block;
}
.sizeBox{
	width: 100%;
}
.sizeList
{
	width:100%;
}

.sizeList2
{
	width:50%;
}

.shiyouArea{
	display: block;
}
.shiyouPhoto{
	display: block;
}
.shiyouPhotoLeft{
	margin-right: 0;
	margin-bottom: 10px;
}
.printLink{
	margin: 20px 0 20px 0;
}
}

/*価格表*/
.priceArea{
	display: flex;
	justify-content: space-between;
}
.priceArea img{
	margin-top: 20px;
}
.priceListArea{
	display: flex;
	justify-content: space-between;
}
.priceListBox{
	width:450px;
}
.pricePhoto{
	display: flex;
	justify-content: center;
}
.pricePhoto img{
	margin-left: 8px;
}
.pricePhoto img:first-child{
	margin-right: 8px;
}

.priceTable{
	width: 100%;
}
.priceTable th,
.priceTable td{
	box-sizing: border-box;
	font-size: 96%;
	line-height: 1.4em;
	text-align: center;
	border: 1px solid #9e9e9e;
	vertical-align: middle;
}
.priceTable th{
	background-color: #FFF2F2;
	vertical-align: middle;
	text-align: center;
	height: 50px;
}
.priceTable th.priceTableHead01{
	background: linear-gradient(20deg, #FCCCCC, #FCCCCC 49%, #9e9e9e 49%, #9e9e9e 50%, #FCCCCC 50%, #FCCCCC);
	font-size: 90%;
	width: 100px;
	padding: 5px;
}
.priceTable th.priceTableHead02{
	background-color: #FCCCCC;
	font-size: 90%;
	padding: 5px;
}
.priceTable td{
	font-size: 118%;
	font-weight: bolder;
    background-color: #fff;
}
.priceTable td span{
	font-size: 65%;
	color: #333333;
}
@media (max-width: 768px) {
	.priceArea{
		flex-direction: column-reverse;
	}
	.priceArea img{
		margin-top: 0;
	}
	.priceListArea{
		display: block;
	}
	.priceListBox{
		width:100%;
		margin-bottom: 20px;
	}
	.pricePhoto{
		display: block;
	}
	.pricePhoto img{
		margin-left: 0;
	}
	.pricePhoto img:first-child{
		margin-right: 0;
	}
	.accPriceBtn{
		font-size: 110%;
		text-align: center;
		font-weight: bold;
		color: #f20000;
		padding: 10px;
		border: 2px solid #f20000;
		margin-top: 15px;
	}
	.accPriceBox{
		border-bottom: 2px solid #f20000;
		border-right: 2px solid #f20000;
		border-left: 2px solid #f20000;
		padding: 10px;
		
	}
}
/*デザイン作成*/
.tegakiDesign{
	width: 900px;
	margin: 0 auto;
}
.tegakiDesign div{
	float: left;
}
.tegakiDesignArrow{
	margin-top: 70px;
}
@media (max-width: 768px) {
	.tegakiDesign{
		width: 100%;
		margin: 0 auto;
	}
	.tegakiDesignArrow{
		margin-top: 0px;
		transform: rotate( 90deg );
		width: 100%;
	}
	.tegakiDesignArrow p{
		margin: 0 auto;
	}
}

/*デザインサンプル*/
.sampleListBox{
	width: 49%;
	float: left;
	margin: 0 0.5%;
}
.sampleListBox li{
	width: 49%;
	float: left;
}

.sampleListTitle{
	background-color: #2D3769;
	padding:7px 0;
	color:#ffffff;
	font-weight:bold;
	font-size:110%;
	text-align:center;
}

.sampleListBox ul{
	padding-left:0px;
}
@media (max-width: 768px) {
	.sampleListBox{
		width: 100%;
		float: none;
		margin: 0 0 15px 0;
	}
	.sampleListBox li{
		width: 100%;
		float: none;
		margin: 0 0 10px 0;
	}
}

/*ご注文の流れ*/
#topFlowBox{
	display: -webkit-flex;
	display:flex;
	margin-bottom: 10px;
}

#topFlowBox .flowBox{
	background:#ebebeb;
	width:31%;
}

.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;
}
.arrowImg{
	align-self: center;
}
.arrowImg img{
	margin: 0 5px 0px 5px
}

@media (max-width: 768px) {
	#topFlowBox{
		display: block;
	}
	#topFlowBox .flowBox{
		width:100%;
	}
	#topFlowBox .flowBox img{
		width:100%;
		height: auto;
	}
	
	.flowTitle {
		padding: 4px 0;
	}
	
	.flowTitle p{
		font-size:92%;
		padding:3px 0 ;
		text-align:center;
		font-weight:bold;
	}
	
	.flowText{
		padding: 8px 5px 5px 5px;
		line-height:140%;
		font-size:90%;
		width: 70%;
	}
	.flowBoxSp{
		display: flex;
	}
	.flowImg{
		width:30%;
	}
	.flowImg img{
		width:100%;
	}
	.arrowImg{
		text-align: center;
	}
	.arrowImg img{
		width:9px;
		height:20px;
		margin: 0;
		transform: rotate(90deg);
	}
}

/****************************************************************
★★★フルカラープリント腕章★★★
****************************************************************/
.PageLinkBox{
	list-style:none;
	padding:0;
	margin:5px 0;
	float: left;
	width:320px;
}

.PageLinkBox li a{
	padding:0 0 0 23px;
	background:url(../images/pagelink.gif);
	background-repeat:no-repeat;
	background-position:2px 50%;
}

.PageLinkBox li ul li{
	list-style:none;
}

.PageLinkBox li ul li a{
	background:url(../images/icon_l.png) 0% 50%;
	background-repeat:no-repeat;
	padding-left:20px;
	margin-left: 10px;
}
.courseFormBtn{
	width: 500px;
	float: right;
}
.templateBox{
	width: 240px;
	float: left;
	margin: 0 25px;
}
.priceGrayBox{
	width: 450px;
	margin-top: 35px;
	margin-left: 40px;
	margin-bottom: 30px;
	float: left;
}
.priceGrayBox ul{
	list-style: disc;
	padding-left: 1.5em;
}
.listDisc{
	list-style: disc;
	padding-left: 1.5em
}
@media (max-width: 768px) {
	.PageLinkBox{
		margin:0;
		width:100%;
	}
	.PageLinkBox li{
		margin: 10px 7px 0;
	}
	.courseFormBtn{
		width: 100%;
		float: none;
	}
	.templateBox{
		float: none;
		margin: 0 auto;
	}
	.priceGrayBox{
		width: 90%;
		margin-top: 5px;
		margin-left: auto;
		margin-right: auto;
		float: none;
		display: inline-block;
		margin-bottom: 20px;
	}
}
/****************************************************************
★★★プリント腕章と刺しゅう腕章 print-sisyu.html★★★
****************************************************************/
.SelectPageLink{
	background:#f3f3f3;
	padding: 10px 100px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
}
.SelectPageLink li{
	background-image:url(../images/pagelink.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 23px;
	background-position:2px 50%;
	float: left;
	margin:0 40px;
}
@media (max-width: 768px) {
	.SelectPageLink{
		padding: 2%;
		margin-top: 20px;
		width: 96%;
	}
	.SelectPageLink li{
		float: none;
	margin:8px 0;
	}

}

/********************************
ご注文の流れ・お支払いについて flow.html
********************************/
.flowContentsBox{
	margin-top: 40px;
	padding: 0 30px;
}
.flowTextArea{
	width: 630px;
	float: right;
}

.flowStep01-ResBox{
	box-sizing: border-box;
	background-color: #fff;
	padding: 10px;
	border: solid 2px #959595;
}
h3.flow{
	background-color:#2D3769;
	padding: 10px;
	color: #fff;
	font-size: 130%;
}
.flowImg2{
	float: left;
}
@media (max-width: 768px) {
	.flowContentsBox{
		margin-top: 20px;
		padding: 0;
	}
	.flowTextArea{
		float: none;
		width: auto;
	}
	h3.flow{
		padding: 10px;
		font-size: 110%;
	}
	.flowImg2 img{
		width: 130px;
		height: auto;
		margin-right: 10px;
	}
}
/*発送・製作日数・お支払方法について*/
.kaigaiText{
	float: left;	
}
.kaigaiImg{
	float: right;
}
@media (max-width: 768px) {
.kaigaiText{
	float: none;
}
.kaigaiImg{
	float: right;
}
.kaigaiImg img{
	width: 130px;
	height: auto;
}
}

/********************************
製作実例 seisaku.html
********************************/
.seisakuPageLink{
	width: 700px;
	margin: 40px auto 0;
}
.seisakuPageLink li{
	float: left;
    border-radius: 8px;
	font-size:130%;
	text-align: center;
	padding:7px 30px;
}
.seisakuPageLink li a{
	display: block;
	color: #fff;
}
.seisakuPageLink li:first-child{
	margin-right: 70px;
	background-color: #F58900;
}
.seisakuPageLink li:first-child:hover{
	margin-right: 70px;
	background-color: #ff9816;
}
.seisakuPageLink li:last-child{
	background-color: #6944c9;
}
.seisakuPageLink li:last-child:hover{
	background-color: #7e5bd9;
}

.seisakuBox h3{
	background:#FF7335;
	color:#FFFFFF;
	text-align:center;
	font-size:120%;
	font-weight:bold;
	width:auto;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 5px;
}
.seisakuBox li{
	float: left;
	display: block;
	width: 430px;
	margin: 13px;
	background-color: #f3f3f3;
	padding: 10px 15px 5px 18px;
}
.seisakuImg{
	width: 400px;
	margin: 0 auto;
}
.seisakuSample{
	float: left;
	margin: 5px 0;
}
.seisakuText{
	float: right;
	font-size: 80%;
}
@media (max-width: 768px) {
	.seisakuPageLink{
		width: 100%;
		margin: 24px auto 0;
	}
	.seisakuPageLink li{
		background-color:transparent;
		font-size:110%;
		float:none;
		font-weight:normal;
		padding: 0;
		margin-top: 15px;
	}
	.seisakuPageLink li a{
		display: inline-block;
		color: #0066ff;
		background-image: url(../images/pagelink.gif);
		background-repeat: no-repeat;
		background-position: 2px 50%;
		padding: 0 0 0 25px;
	}
	.seisakuPageLink li a:hover{
		background-color:transparent;
	}
	.seisakuPageLink li:first-child,
	.seisakuPageLink li:last-child{
		margin-right:0;
		background-color:transparent;
	}
	
	.seisakuBox h3{
		padding: 5px;
		font-size: 110%;
	}
	.seisakuBox li{
		float: none;
		display: block;
		width: 96%;
		margin: 15px 0 0;
		background-color: #f3f3f3;
		padding: 2%;
	}
	.seisakuImg{
		width: auto;
		margin: 0 auto;
	}
	.seisakuSample{
		float: none;
		text-align: center;
	}
	.seisakuText{
		float: none;
		font-size: 80%;
	}
}
@media (min-width: 425px) {
	.seisakuSample{
		float: left;
	}
	.seisakuText{
		float: right;
		font-size: 80%;
		margin-top: 5px;
	}
	.seisakuBoxS{
		width: 400px;
		margin: 0 auto;
	}
}

/********************************
デザインサンプル design-sample.html
********************************/
.designCategoryBox li{
	width: 195px;
}
.designListBox li{
	float: left;
	margin: 0 20px 30px;
	width: 200px;
}
.designModalTitle{
	margin: 3px 0;
	cursor: pointer;
	cursor: hand;
	color: #0066ff;
	text-align: center;
}

@media  (max-width: 768px) {
	.designCategoryBox li{
		width: auto;
	}
	.designListBox{
		width: 100%;
	}
	.designListBox li{
		width: 46%;
		margin: 0 2% 10px;
		font-size: 90%;
	}
	.designListBox li img{
		max-width: 100%;
		height: auto;
	}
}

/********************************
リピーターページ repeater.html
********************************/
.sougouBox{
	padding:10px;
	text-align:center;
	background-color:#fdf4e8;
}

/*ボックス内のアイテムエリア*/
.itemMArea{
	text-align:left;
	width:960px;
	margin:0 auto;
}
.itemM{
	width:320px;
	margin:8px 0 0 0;
}
.itemM dl{
	margin:0;
	width:250px;
	float: right;
}
.itemM dt
{
	font-weight:bold;
	color:#666666;
}
.itemM dd{
	margin:0;
	padding:0;
	line-height:normal;
}

.hidden{
	height:0;
	width:0;
	border:0;
	margin:0;
	padding:0;
	visibility:hidden;
}
@media (max-width: 768px) {
	.itemMArea img{
		margin-right: 5px;
	}
	.sougouBox{
		padding:1.5%;
	}
	.itemMArea{
		text-align:none;
		width:97%;
		margin:0 auto;
	}
	.itemM{
		width:100%;
	}
	.itemM dl{
		width:100%;
		float: none;
	}
}

/********************************
会社概要 about.html
********************************/
/* 集合写真 */
#aboutMainText{
	text-align: center;
}

@media (max-width: 768px) {
	#aboutMainText{
		text-align: left;
		font-size: 90%;
	}
}

/* 会社概要テーブル */
#aboutTable{
	width:814px;
	margin:10px auto;
	font-size: 90%;
}

#aboutTable th,td{
	padding:5px;
	vertical-align:middle;
}

#aboutTable p{
	line-height:140%
}
.aboutDetails{
	display: flex;
	justify-content: center;
}
.aboutDetails div:first-of-type{
	margin-right: 20px;
}
.aboutDetails h2{
	font-size:1.1rem;
	border-left: 6px solid #ec5706;
	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%;
	}

	#aboutTable th{
		width: 25%;
	}
	
	
	#aboutTable th,td{
		border: 1px solid #cccccc;
		padding: 3px 5px;
	}
	
	#aboutShopImg img{
		width: 100%;
		max-width: 700px;
		height: auto;
	}
	.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%;
	}
}
/* 東京、栃木 実店舗あります */
#aboutBsImg{
	float: left;
	margin-right:15px;
}

#aboutBsText{
	float: left;
	width: 540px;;
}

#aboutBsBtn{
	background-color:#ff5e01;
	text-align:center;
	width: 40%;
	margin-top:25px;
	margin-left:45px;
	float:left;
	border-radius: 5px;
	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);
}

#aboutBsBtn a{
	display:block;
	padding:12px;
	color:#ffffff;
	font-size:130%;
	font-weight:bold;
	line-height:120%;
}

#aboutBsBtn:hover{
	background-color:#ff7e33;
}

.aboutDecorationText{
	font-size:28px;
	line-height:1.6;
	color:#0083DB;
	font-weight:500;
	font-weight:bold;
}
.aboutDecorationText span.threeWord{
	font-size:26px;
}
.aboutDecorationText2{
	font-size:34px;
	line-height:1.6;
	margin-left:15px;
	margin-top:15px;
	color:#0083DB;
	font-weight:bold;
}
.aboutDecorationBox{
	width:210px;
	margin:35px 20px 30px;
	padding:0 10px;
	font-size:16px;
	line-height:2.3;
	text-align:left;
	color:#0083DB;
	float:left;
	
}
.aboutDecorationBlue{
	color:#0083DB;
	margin-left:15px;
}
.title-border {
display: flex;
align-items: center;
}

.title-border:after {
border-top: 1px solid #0099ff;
content: "";
flex-grow: 1;
}
.title-border:after {
margin-left: 1rem;
}

@media (max-width: 768px) {
	.aboutDecorationText,
	.aboutDecorationText span.threeWord{
		font-size:15px;
		line-height:1.2;
	}
	.aboutDecorationText2{
		font-size:20px;
		margin-left:0;
	}
	.title-border {
	display: flex;
	align-items: center;
	}
	.title-border:after {
	border-top:none;
	content: "";
	flex-grow: 1;
	}
	.aboutDecorationBlue{
	margin-left:0;
}
	#aboutBsImg{
		float: none;
		margin-right:0px;
		margin-bottom: 5px;
		text-align: center;
	}
	#aboutBsImg img{
		width: 100%;
		max-width: 400px;
		height: auto;
	}
	#aboutBsText{
		float: none;
		width: 100%;
	}
	#aboutBsBtn{
		width: 70%;
		max-width: 380px;
		margin: 15px auto 0;
		float:none;
	}
	#aboutBsBtn a{
		padding:10px;
		font-size:120%;
	}
}
/* 企業理念 */
h3.about{
	font-size:180%;
	font-weight:bold;
	line-height:1.2;
	text-shadow: #ffffff 2px 2px 3px, #ffffff -2px 2px 3px,
				 #ffffff 2px -2px 3px, #ffffff -2px -2px 3px;
}
.rinenUpper{
	margin-top: 30px;
}
@media (max-width: 768px) {
	h3.about{
		font-size:120%;
		text-align: center;
	}
.rinenUpper{
	margin-top: 20px;
}
}

#aboutRinenArea{
	background: url(../images/contents/bg_about.jpg) no-repeat right 10%;
	min-height: 320px;
}

#rinenBox{
	width: 615px;
}

.rinenImg{
	float: right;
	margin-top: -30px;
	margin-left: 5px;
}


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

@media (max-width: 768px) {
	#aboutCommentTop img{
		width: 120px;
		max-width: 202px;
		height: auto;
	}
	
	#aboutRinenArea{
		background:none;
	}
	#rinenBox{
		width:100%;
		/*margin: 25px 0 35px;*/
		line-height: 150%;
	}
	.rinenImg{
		width: 40%;
		float: right;
		margin-top: 10px;
	}
	.rinenImg img{
		width: 100%;
		max-width: 300px;
		height: auto;
	}
	
	.staffList{
		width:100%;
		margin:auto;
	}
	.staffTitle{
		margin:15px 0 5px 0;
	}
}


/********************************
個人情報 kojin.html
特定商取引法 tokutei.html
********************************/
.lawTable,
.kojinTable{
	width: 750px;
	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 tr:last-child,
.kojinTable tr:last-child{
	border-bottom:1px #cccccc solid;
}

.tokuteiSpace{
	margin-bottom: 100px;
}

@media (max-width: 768px) {
	.lawTable ,
	.kojinTable{
		width:100%;
	}

	.lawTable th,
	.kojinTable th{
		width: 30%
	}
	
	.tokuteiSpace{
		margin-bottom:50px;
	}
.lawTable th,
.lawTable td,
.kojinTable th,
.kojinTable td{
	padding:10px 5px;
}
}

/********************************
デザイン案の送り方と注意点
********************************/

.softWereListTable{
	width: 700px;
	margin: 0 auto;
	line-height: 1.3;
}
.softWereListTable th,
.softWereListTable td{
	border-left:none;
	border-right:none;
}
.softWereListTable th{
	padding:10px 10px 10px 30px;
	background-color:#FFEBEB;
	text-align: left;
}
.softWereListTable td{
	padding:5px 10px;
	vertical-align: middle;
}
.softWereText{
	width: 700px;
	margin: 5px auto 0;
	font-size: 90%
}

@media (max-width: 768px) {
.softWereListTable{
	width:100%;
}
.softWereListTable th{
	padding:7px;
	background-color:#FFEBEB;
	text-align: left;
}
.softWereText{
	width: 100%;
	font-size: 90%
}
}

/********************************
入稿系リスト
********************************/
.nyukuoList{
	width: 900px;
	background-color:#FFEBEB;
	border-bottom:1px solid #a7a7a7;
	margin: 0 auto;
}
.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{
	width: 100%;
}
.nyukuoList dt{
	width:5em;
}
.nyukuoList dd{
	margin:0 0 0 5.5em;
}

}

/********************************
完全データ（Illustrator/Photoshop）
********************************/
.sendDateImg{
	float: left;
}
.sendDateText{
	padding-top: 30px;
	margin-bottom: 20px;
}
.verResBox {
	background: #f3f3f3;
	padding: 15px;
	margin: 15px auto;
	width: 450px;
}
.verResBox br{
	line-height: 1.8;
}
.nyukuoListText{
	width: 900px;
	margin: 0 auto;
}
@media (max-width: 768px) {
	.sendDateImg{
		float: none;
		text-align: center;
	}
	.sendDateText{
		padding-top: 5px;
		margin-bottom: 10px;
	}
	.verResBox {
		padding: 2%;
		margin: 10px 0;
		width: 96%;
	}
	.verResBox br{
		line-height: 1.4;
	}
	.nyukuoListText{
		width: 100%;
	}
}

/********************************
試合会場や御社お取引様への直送も可能
********************************/
.shipmentImg{
	float: right;
}
.clientImg{
	float: left;
	margin-right: 10px;
}
@media (max-width: 768px) {
	.shipmentImg{
		width: 50%;
	}
	.shipmentImg img{
		width: 100%;
		height: auto;
	}
	.clientImg{
		float: none;
		margin-right: 0;
	}
}

/********************************
ショールームのご案内 bs.html
********************************/
/* 東京・栃木　ページ内リンク */
#bsPageLinkArea {
	margin: 30px auto 40px;
	width: 600px;
}
#bsPageLinkArea li a{
	float: left;
	text-decoration: underline;
	width: 50%;
	text-align: center;
}
.grayBox{
	background-color: #f3f3f3;
	padding: 15px;
}
@media (max-width: 768px) {
	#bsPageLinkArea{
		margin: 20px auto;
		width: auto;
	}
	
	#bsPageLinkArea li{
		margin-bottom: 10px;
		width: 200px;
		margin-left: auto;
		margin-right: auto;
		
	}
	#bsPageLinkArea li a{
		float: none;
	}
	.grayBox{
		padding: 10px;
	}
}

h2.bsForm{
	font-size: 140%;
	padding:0 6px;
	border-left:5px solid #ec5706;
	margin-bottom: 15px;
}

@media (max-width: 768px) {
	h2.bsForm{
		font-size: 120%;
		border-left:4px solid #ec5706;
	}
}

/* グレーレスポンスエリア */
.bsSRtelArea h3{
	font-size: 120%;
}

.bsSRtelArea ul{
	display: inline-block;
	margin: 3px auto 20px;
}

.bsSRtelArea ul li{
	width: 400px;
	box-sizing: border-box;
	padding: 10px 0;
	background: #fff;
	float: left;
	margin: 0 10px;
	text-align: center;
}

.bsTel img {
	margin: 0 7px;
}

.bsTel a {
	font-size: 180%;
	font-weight: bold;
	color: #f00;
}

.bsSRbtn a {
	background-color: #ed760c;
	vertical-align: middle;
	text-align: center;
	width: 70%;
	margin: 3px auto 10px;
	border-radius: 10px;
	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);
	display: block;
	padding: 20px;
	color: #ffffff;
	font-size: 150%;
	font-weight: bold;
	line-height: 120%;
}
.bsSRbtn a:hover {
	background-color: #F59844;
}

@media (max-width: 768px) {	
	.bsSRtelArea h3{
		font-size: 90%;
		margin-top: 15px;
	}
	
	.bsSRtelArea ul{
		margin: 0px auto;
		width: 100%;
	}
	
	.bsSRtelArea ul li{
		width: 100%;
		max-width: 400px;
		padding: 10px;
		float: none;
		margin: 5px auto 10px;
		text-align: center;
	}
	
	.bsTel{
		margin: 5px 0;
	}
	
	.bsTel img {
		margin: 0 3px;
		width: 30px;
		height: auto;
	}
	
	.bsTel a {
		font-size: 170%;
	}
	
	.bsSRbtn{
		width: 85%;
		margin: 5px auto;
	}
	
	.bsSRbtn a {
		padding: 15px;
		font-size: 120%;
	}
}

/* ショールーム　4つのメリット */
.bsMeritText{
	width: 600px;
	float: left;
	margin: 0 10px;
}
.bsMeritImg{
	float: left;
}

@media (max-width: 768px) {	
	.bsMeritText{
		width: 60%;
		float: left;
		margin: 0 2%;
	}
	
	.bsMeritImg{
		width: 35%;
		float: right;
	}
	.bsMeritImg img{
		width: 100%;
		max-width: 266px;
		height: auto;
	}
}

/* ショールームでご確認いただける商品 */
#bsSRproductArea{
	padding: 5px 15px;
	border: 1px solid #C0C0C0;
}
.bsMapBox {
	width: 700px;
	margin: 0 auto;
}
.rote-pc {
	display: flex;
	width: 210px;
}
.pcArrow {
	margin: 85px 8px 0 8px;
}
.bsBottom{
	margin-bottom: 40px;
}
@media (max-width: 768px) {	
.bsBottom{
	margin-bottom: 20px;
}
	.bsSRimg{
		width: 35%;
	}
	.bsSRimg img{
		width: 100%;
		max-width: 260px;
		height: auto;
	}
	.bsSRtext{
		width: 60%;
	}
	
	.bsMapBox {
		width: 100%;
	}
	
	.roteMoreTitle{
		background:#124fa9;
		padding: 0 10px;
		border-radius: 2px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	.rote-pc {
		display: block;
		width: auto;
	}
	
	.mapBox {
		width: 210px;
		margin: 0 auto;
	}
}

/********************************
404
********************************/
h2.notFound{
	padding-left: 5px;
	font-size: 120%;
	font-weight: bold;
	line-height: 1;
	border-bottom: solid 2px #ef080a ;
	margin-bottom:10px;
	width: 300px;
}
.notFoundBox{
	margin-bottom: 40px;
}
.notFoundBoxL{
	float: left;
	width: 300px;
	margin: 0 15px;
}
.notFoundBox ul li{
	margin-bottom: 10px;
}


@media (max-width: 700px) {
h2.notFound{
	padding-left: 5px;
	font-size: 110%;
	font-weight: bold;
	line-height: 1;
	border-bottom: solid 2px #ef080a ;
	width: 98%;
	margin-bottom:10px;
}
.notFoundBox{
	margin-bottom: 30px;
}
.notFoundBoxL{
	float: none;
	width: 96%;
	margin: 0 2% ;
}
}

/********************************
使用できる書体とイラストサンプル
********************************/
.sampleImg img{
	text-align: center;
	margin-bottom: 15px;
}
.sampleImg h3{
	font-size: 130%;
	margin: 30px 0 10px 0;
}
@media (max-width: 768px) {
	.sampleImg img{
		margin-bottom: 5px;
	}
	.sampleImg h3{
		font-size: 105%;
		margin: 15px 0 5px 0;
		text-align: left;
	}
}

/********************************
個人情報の取り扱いについて
********************************/
h1.kojinPopH1
{
	font-size:170%;
	padding:0 0 4px 15px;
	line-height:54px;
	border-left:6px solid #EA0404;
	background:#eee;
}

.noneTopTalk
{
	margin-top:0;
}

.noneBottomTalk
{
	margin-bottom:0;
}

.noneLevel
{
	margin-left:0px;
	padding-left:70px;
}

.longerLevel
{
	margin-left:20px;
}

.shorterTopTalk
{
	margin-top:3px;
}
.shorterBottomTalk
{
	margin-bottom:3px;
}
.shortBottomTalk
{
	margin-bottom:5px;
}

.longerBottomTalk
{
	margin-bottom:20px;
}

.leftBox
{
	float:left;
}


#PopUpBodyArea {
	width: 580px;
	text-align: left;
	margin: 0 auto;
	background-color: #ffffff;
}



.kojin_list dt
{
	float:left;
}


.kojin_list dd
{
	margin-left:55px;
	}

.width3em
{
	width:3em;

}

.width4em
{
	width:4em;
	}

/********************************
お見積り依頼フォーム form.html
********************************/
.formSelectBox li{
	float: left;
	width: 500px;
}
.formSelectBox li:first-child{
	margin-right: 20px;
}
@media (max-width: 768px) {
	.formSelectBox li{
	float: none;
	width: 100%;
}
.formSelectBox li:first-child{
	margin-right: 0px;
	margin-bottom: 40px;
}
}

/********************************
フォーム共通
********************************/
table {
	width: 100%;
	border-collapse: collapse;
}

#MailForm th,
#MailForm td {
	padding: 15px;
	border: 1px solid #cccccc;
}

#MailForm th {
	width: 160px;
	text-align: left;
	background-color: #FFEBEB;
	font-size: 95%;
}
#MailForm th h3 {
	text-align: left;
}

@media (max-width: 768px) {
	/*spの背景グレー*/
	.backColor{
		background: #f2f2f2
	}
	table {
		width: 100%;
		border-collapse: collapse;
		margin: 0 auto;
	}
	
	#MailForm th,
	#MailForm td {
		display: block;
		padding: 0;
		border: none;
	}
	#MailForm th {
		width: auto;
		text-align: left;
		background-color: transparent;
		margin-bottom: 5px;
	}
	#MailForm th h3 {
		font-size: 120%;
		margin-bottom: 5px;
	}
}
div#err{
	color:#ff0000;
	font-weight:bold;
	border:none;
	background-color:#FFCECE;
}

/* input テキスト */
input[type=text] {
	height: 20px;
}

/* テキストエリア */
textarea {
	width: 450px;;
}

/* 任意・必須アイコン */
.hissuIcon,.niniIcon{
	padding: 4px 6px;
	color: #FFFFFF;
	font-size: 86%;
	border-radius: 0.2em;
	margin-right: 10px;
	display: inline-block;
	line-height: 1.2em;
}

.niniIcon {
	background: #0F72CD;
}
.hissuIcon {
	background: #F11F22;
}

.btnFinish a:hover img{
	 opacity: 0; 
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
}
.btnFinish a{
	width:232px;
	height:61px;
	display:block;
	margin:0 auto;
	background-image:url(../images/btn/btn_finish_on.gif);
}

/* エラーチェック（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);
}

@media (max-width: 768px) {
	/* 項目大見出し */
	#MailForm th.formTitle{
		font-size: 140%;
		margin-bottom: 20px;
	}
	
	/* モーダル用文言 */
	.tokushuFont{
		font-size: 75%;
		color: #585858;
	}
	/* テキストエリア */
	textarea {
		width: 95%;
	}
	/* input テキスト */
	input[type=text] {
		-webkit-appearance: none;
		appearance: none;
		display: inline-block;
		height: 34px;
		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;
	}
}

/*本格名入れ刺しゅう腕章 お見積り依頼フォーム*/
#sisyuuForm th,#sisyuuForm td{
	border: none;
	background: #00000000;
}
@media (max-width: 768px) {
	#sisyuuForm th{
		font-size: 110%;
	}
	#sisyuuForm td:last-child{
		margin-top: 5px;
		margin-bottom: 20px;
	}
	
}




