@charset "utf-8";
/* CSS Document */

@media (min-width: 576px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1100px) {
}
@media (min-width: 1400px) {
}


.top3BoxWrap{/*完全自社生産だから早くて追加料金無し*/
	display: flex;
	gap:0.5rem;
	justify-content: center;
}
.top3Box{
	border:3px solid #000000;
	border-radius: 8px;
	padding:0.5rem 0.2rem;
	text-align: center;
	width: 180px;
}
.top3Box img{
	width:50%;
}
.top3BoxTextS{
	font-size:0.6rem;
}
.top3Box:nth-of-type(2) .top3BoxTextS{
	letter-spacing: -0.05rem;
}
.top3BoxText{
	font-size:0.9rem;
}
@media (min-width: 576px){
	.top3BoxWrap{
		gap:1rem;
	}
	.top3Box{
		border:3px solid #000000;
		border-radius: 8px;
		padding:0.5rem;
		text-align: center;
		width: 180px;
	}
	.top3BoxTextS{
		font-size:0.85rem;
	}
	.top3BoxText{
		font-size:1.25rem;
	}
}

.topVoice{/*制作実例*/
	font-size:0.8em;
	text-align: end;
}
@media (min-width: 576px){
	.topVoice{
		font-size:0.875em;
	}
}
.topCoursePrint,.topCourseSisyu{/*2つの本格腕章*/
	min-height: 100%;
	display: flex;
	flex-direction: column;
}
.topCoursePrint{
	border:1px solid #CE0103;
	background:#FFF4ED;
}
.topCourseSisyu{
	border:1px solid #591491;
	background:#E8F6FF;
}
@media (min-width: 768px) {
	.topCoursePrint img,.topCourseSisyu img{
		max-width:70%
	}
}
@media (min-width: 992px) {
	.topCoursePrint img,.topCourseSisyu img{
		max-width:100%;
	}
}

.topNyukouWriteBox{
	background: #FFF;
	border:1px solid #CE0103;
	height: 100%
}
.topNyukouWriteTitle{
	background: #CE0103;
	padding:0.5rem 0;
	color: #FFF;
	font-weight: 700;
	text-align:center;
	position: relative;
	height:60px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.topNyukouWriteTitle:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 10px solid transparent;
	border-top: 10px solid #CE0103;
}
.topNyukouWriteImg{
	height:132px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.topNyukouWriteImg img{
	max-height:132px;
}
.topNyukouWriteImg-pcSoft{
	height:95px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.topNyukouWriteImg-pcSoft img{
	max-height:95px;
}

.topFlowBox:nth-of-type(2n+1){
	/*border: 1px solid #C5C5C5;
	padding: 0.5rem;*/
	margin-bottom: 1rem;
}
@media (min-width: 768px){
	.topFlowWrap{
		display: flex;
		flex-wrap: nowrap
	}
	.topFlowBox:nth-of-type(2n+1){
		flex-basis: 28%;
		/*border:none;*/
		padding: 0;
		margin-bottom: 0;
	}
	.topFlowBox:nth-of-type(2n){
		flex-basis: 10%;
	}
}


/*制作実例とお客様の声*/
.tableLikeList{
	border-bottom:1px solid #a7a7a7;
	background-color:#f4f4f4;
}
.tableLikeList dt{
	float:left;
	width:9em;
	text-align:center;
	padding:5px 0;
	border-top:1px solid #a7a7a7;
	background-color:#f4f4f4;
}
.tableLikeList dd{
	padding:5px;
	margin:0 0 0 9em;
	border-left:0;
	border-right:0;
	background-color:#ffffff;
	border-top:1px solid #a7a7a7;
}


/*失敗しない団旗制作のポイント*/
/*.sippaiBox{
	background: #FFF;
	padding:2rem 0.5rem;
	position: relative;
}
@media (min-width: 768px) {
	.sippaiBox{
		padding:3rem 2rem;
	}
}
.sippaiTitle img{
	width: 47px;
	height:47px;
}
@media (min-width: 768px) {
	.sippaiTitle img{
		width: 80px;
		height:80px;
	}
}
.sippaiBubble01,
.sippaiBubble02{
	position: relative;
	display: inline-block;
	padding: 1.5rem 1rem;
	min-width: 120px;
	width: 100%;
	border-radius: 24px;
}
.sippaiBubble01{
	background: #E6F9FF;
}
.sippaiBubble02{
	background: #F3F5FF;
}
.sippaiBubble01::before{
	content: "";
	position: absolute;
	top: 50%;
	left: -40px;
	margin-top: -10px;
	border-right: 20px solid #E6F9FF;
	border-left: 20px solid transparent;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}
.sippaiBubble02::after {
	content: "";
	position: absolute;
	top: 55px;
	right: -40px;
	margin-top: -10px;
	border-right: 20px solid transparent;
	border-left: 20px solid #F3F5FF;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}*/


/*会社概要*/
.aboutTable{
	margin: 0 auto;
	width: 100%;
}
.aboutTable th,.aboutTable td{
	border-bottom: 1px solid #000000;
}
.aboutTable th{
	display: none;
	padding:1rem 0.5rem;
}
.aboutTable td{
	color:#646464;
	padding:1rem 0;
}
@media (min-width: 768px) {
	.aboutTable{
		width: 80%;
	}
	.aboutTable th{
		display: table-cell;
		width: 30%;
	}
	.aboutTable td{
		border-bottom: 1px solid #000000;
	}
}
.aboutBsBox{
	border: 1px solid #D4D4D4;
	padding:1.5rem;
}
.aboutBsBox h4{
	border-bottom: 2px solid #EC5706;
	line-height: 2rem;
}
@media (min-width: 992px) {
	.aboutBsBox{
		border: none;
		padding:0;
	}
}
.aboutCeoImg{
	width:auto;
}
@media (min-width: 400px) {
	.aboutCeoImg{
		width:60%;
		margin: 0 auto 1rem;
	}
}
@media (min-width: 576px) {
	.aboutCeoImg{
		width:45%;
	}
}
@media (min-width: 768px) {
	.aboutCeoImg{
		width:35%;
	}
}
@media (min-width: 992px) {
	.aboutCeoImg{
		width:30%;
	}
}
@media (min-width: 1100px) {
	.aboutCeoImg{
		width:auto;
	}
}
.aboutStaff img{
	width:50%;
}
@media (min-width: 576px) {
	.aboutStaff img{
		width:75%;
	}
}


/*ショールームのご案内*/
.kvImg{
	text-align: center;
}
.kvImg img{
	object-fit: cover;
	height: 170px;
	width: 100%;
	max-width: 1100px;
}
@media (min-width: 576px) {
	.kvImg img{
		height:auto;
	}
}
.orangeLine{/*BOX内のh4*/
	text-align: center;
	font-size:18px;
	border-bottom: 2px solid #EC5706;
	padding-bottom: 0.2rem;
}
@media (min-width: 768px) {
	.orangeLine{
		text-align: left;
		font-size:24px;
		border-bottom: 2px solid #EC5706;
		padding-bottom: 0.4rem;
	}
}
.bsOrangeBox{
	background:#EC5706;
	color: #FFF;
	font-size:12px;
	padding:0.2rem;
	display: inline-block;
	width: 5rem;
	text-align: center;
}
a.bsFormBtn{
	border:2px solid #FFF;
	border-radius: 9999px;
	padding:1rem 1.5rem;
	display: flex;
	justify-content: space-between;
	color: #FFF;
	text-decoration: none;
	width: 170px;
	background: #FF7700;
}
@media (min-width: 576px) {
	.bsTelImg{
		max-width: 480px;
	}
	a:hover.bsFormBtn{
		background: #FC9C47;
	}
}
@media (min-width: 992px) {
	.bsShopBox{
		position:relative;
	}
	.bsShopBox::after{/*BOX内のh4の下線*/
		position: absolute;
		content: " ";
		display: block;
		border-bottom: solid 2px #FF7700;
		top: 52px;
		right: 0;
		width: 30%;
	}
	.bsTelImg{
		max-width: 387px;
	}
	a.bsFormBtn{
		width: 250px;
	}
}

.bsPointBoxNum img{
	width: 20%;
}
@media (min-width: 768px) {
	.bsPointBox{
		display: flex;
		align-items: center;
		gap:3rem;
	}
	.bsPointBox > p{
		flex-basis: 40%
	}
	.bsPointBox > div{
		flex-basis: 60%;
	}
	.bsPointBox:nth-child(odd){
		flex-direction: row-reverse;
	}
	.bsPointBox:nth-child(2) > div{
		background:url("../images/contents/bs/point-num01.png") top right no-repeat;
	}
	.bsPointBox:nth-child(3) > div{
		background:url("../images/contents/bs/point-num02.png") top right no-repeat;
	}
	.bsPointBox:nth-child(4) > div{
		background:url("../images/contents/bs/point-num03.png") top right no-repeat;
	}
	.bsPointBox:nth-child(5) > div{
		background:url("../images/contents/bs/point-num04.png") top right no-repeat;
	}
}
.bsPointCheck{
	border: 2px solid #EC5706;
	border-radius: 30px;
	background: #FFF;
	padding: 2.3rem 1rem 1rem;
	color: #EC5706;
	font-size: 13px;
	letter-spacing: -0.08rem;
	position:relative;
}
.bsPointCheck img{
	width: 60px;
	height: 60px;
	position:absolute;
	top:-30px;
	left:50%;
	transform: translateX(-50%);
}
.bsPointCheck > .title{
	background:#FFF4ED;
	display: inline-block;
	padding:0.1rem 2rem;
}
@media (min-width: 768px) {
	.bsPointCheck{
		padding: 1rem 2rem 1rem 90px;
		font-size: 15px;
		letter-spacing: -0.08rem;
	}
	.bsPointCheck img{
		width: 67px;
		height: 67px;
		top:50%;
		transform: translateY(-50%);
		left:0.5rem;
	}
	.bsPointCheck > .title{
		background:none;
		display: block;
		padding:0;
	}
}
@media (min-width: 992px) {
	.bsPointCheck{
		border-radius: 9999px;
	}
}


.flowStep{
	background: #EC5706;
	color: #FFF;
	font-size:18px;
	padding:0.2rem;
	display: flex;
	align-items: center;
	gap:1rem;
}
.flowStep > img{
	width: 62px;
	height:62px;
}
@media (min-width: 768px) {
	.flowStep{
		position: relative;
		padding:0.8rem 0 0.8rem 7rem;
		font-size:23px;
	}
	.flowStep > img{
		position: absolute;
		width: 80px;
		height:80px;
		left:1rem;
		z-index: 1;
	}
}
.flowStep1 .flowIcon{
	width:68px;
	height: 68px;
}
a.flowTelBtn{
	border-radius: 9999px;
	padding:0.2rem 0.5rem;
	display: flex;
	justify-content: center;
	color: #EC5706;
	text-decoration: none;
	width: 100%;
	background: #FFF;
	border:2px solid #EC5706;
}
a.flowTelBtn img,.faxNumImg img{
	max-height:16px;
}
@media (min-width: 768px) {
	.flowTelBtn{
		border:none;
		padding:0;
	}
	a.flowTelBtn img,.faxNumImg img{
		max-height:none;
	}
}
a.flowFaxBtn{
	border-radius: 9999px;
	padding:0.5rem 0.8rem;
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	background: #FFF;
	border:2px solid #EC5706;
	line-height: 1.5rem;
}
.faxBox{
	background:#CE0103;
	padding:0 0.3rem;
	color:#FFF;
	font-weight:700;
}
.flowTelBtnBoxOrange{
	display: flex;
	justify-content: center;
}
a.flowTelBtnBoxOrange{
	border:2px solid #FFF;
	border-radius: 9999px;
	padding:0.5rem 2rem;
	color: #FFF;
	text-decoration: none;
	background: #EC5706;
	max-width: 320px;
}
.flowStep4Img{
	height:25px;
}
@media (min-width: 576px) {
	.flowStep4Img{
		height:20px;
	}
}
@media (min-width: 768px) {
	.flowStep6Img{
		position:absolute;
		top:-2.5rem;
		right:-1.5rem;
	}
	.flowStep6Img img{
		width: 80px;
		height:80px
	}
}
@media (min-width: 992px) {
	.flowStep6Img{
		top:-1rem;
		right:-0.5rem;
	}
	.flowStep6Img img{
		width: 100px;
		height:100px
	}
}
.flowBox{
	position:relative;
}
.flowBox:after {
	border-top: 40px solid #FFF4ED;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	content: "";
	position: absolute;
	bottom: -40px; /* 三角形の高さ＋ボックスのボーダーをマイナスに */
	left: 50%;/* 中央寄せに使用 */
	margin-left: -30px; /* 中央寄せに使用 */
}


/*価格表*/
.priceTable01,
.priceTable02{
	width:100%;
	white-space: nowrap;
}
.priceTable01 th,.priceTable01 td,
.priceTable02 th,.priceTable02 td{
	border:1px solid #CCC;
	padding:0.5rem 0.2rem;
}
.topCoursePrint .priceTable01 th,
.topCoursePrint .priceTable02 th{
	background:#FCCCCC;
}
.topCourseSisyu .priceTable01 th,
.topCourseSisyu .priceTable02 th{
	background:#f5e8ff;
}
.priceTable01 td,
.priceTable02 td{
	background:#FFF;
}
.priceTable01 th.priceTableHead {
	background-image: linear-gradient(to right top, transparent calc(50% - 0.5px), #999 50%, #999 calc(50% + 0.5px), transparent calc(50% + 1px));
	width: 100px;
	padding: 5px;
}
.priceImg > img{
	height:200px;
	width: auto;
}

/*生地について*/
/*.kijiTable{
	width:100%;
}
.kijiTable th,.kijiTable td{
}
.kijiTable th{
	display: none;
}
.kijiTable td{
}
@media (min-width: 768px) {
	.kijiTable th,.kijiTable td{
		border:1px solid #CCC;
		padding:1rem;
	}
	.kijiTable th{
		display: table-cell;
		background:#F3F5FF;
		text-align: center;
		white-space: nowrap;
	}
	.kijiTable td{
		background:#FFF;
	}
}*/




/*デザイン作成について*/
.pointTitle{
	display: flex;
	align-items: center;
	font-size:1.3rem;
	font-weight: 900;
	color:#EC5706;
	letter-spacing: 0.1rem;
}
.pointTitle::after{
	border-top: 2px solid #EC5706;
	content: "";
	width: 5rem;
	margin-left: 1rem;
}
.frameBox {
	padding: 1rem;
	position: relative;
}
.frameBox::before, .frameBox::after {
	content: '';
	width: 24px;
	height: 100%;
	position: absolute;
}
.frameBox::before {
	border-left: solid 2px #646464;
	border-top: solid 2px #646464;
	border-bottom: solid 2px #646464;
	top: 0;
	left: 0;
}
.frameBox::after {
	border-right: solid 2px #646464;
	border-top: solid 2px #646464;
	border-bottom: solid 2px #646464;
	top: 0;
	right: 0;
}
@media (min-width: 992px) {
	.frameBox::before {
		left: 5rem;
	}
	.frameBox::after {
		right: 5rem;
	}
}
.designTrainingBox{
	position:relative;
	border: 2px solid #EC5706;
	padding: 2rem;
}
.designTrainingTitle{
	position:absolute;
	top:-1rem;
	left: 50%;
	transform: translateX(-50%);
	color: #EC5706;
	white-space: nowrap;
	text-align: center;
	font-size:16px;
	font-weight: bold;
}
@media (min-width: 576px) {
	.designTrainingBox{
		padding: 3rem 4rem 2rem;
	}
	.designTrainingTitle{
		font-size:22px;
	}
}


/*デザイン案について*/
.nyukouSendBox{
	border:2px solid #EC5706;
	border-radius: 10px;
	padding:1rem;
	display:flex;
	align-items: center;
	gap:2rem;
	height: auto;
}
a.mailBtn{
	border-radius: 9999px;
	padding:0.2rem 0.4rem 0.2rem 0.6rem;
	display: flex;
	justify-content: space-between;
	color: #EC5706;
	font-size:14px;
	text-decoration: none;
	width: 150px;
	background: #FFF;
	border:2px solid #EC5706;
}
@media (min-width: 768px) {
	.nyukouSendBox{
		flex-direction: column;
		justify-content: space-around;
		gap:0;
		height: 100%;
		border-radius: 0;
		padding:1.8rem 0.5rem 1.8rem 1rem;
	}
	a.mailBtn{
		padding:0.2rem 0.5rem 0.2rem 1.3rem;
		width: 170px;
	}
}
.nyukouWriteBox{
	background: #FFF;
	height: 100%
}
.nyukouWriteTitle{
	background: #EC5706;
	padding:0.5rem 0;
	color: #FFF;
	font-weight: 700;
	text-align:center;
	position: relative;
}
.nyukouWriteTitle:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 10px solid transparent;
	border-top: 10px solid #EC5706;
}
.nyukouWriteImg{
	height:132px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.nyukouWriteImg img{
	max-height:132px;
}
.nyukouWriteText{
	color: #EC5706;
	font-size:17px;
	text-align: center;
}
.nyukouQuestionTitle{
	font-size: 22px;
	line-height: 2rem;
	background: center / contain no-repeat url("../images/contents/nyukou/question.png");
	padding:2rem 0;
}
@media (min-width: 768px) {
	.nyukouQuestionTitle{
		font-size: 30px;
		background: center / 60% no-repeat url("../images/contents/nyukou/question.png");
		padding:3rem 0;
	}
}
.nyukouQuestionIcon{
	width: 50px;
	height: 50px;
	min-width: 50px;
	min-height: 50px;
}
.nyukouDateTitle{
	text-align: center;
	font-size:18px;
}
.nyukouDateTitle img{
	width:56px;
	height:56px;
}
@media (min-width: 768px) {
	.nyukouDateTitle{
		font-size:24px;
	}
}
.nyukouStorage{
	text-align: center;
}
.nyukouStorage img{
	width:40%;
}
@media (min-width: 576px) {
	.nyukouStorage img{
		width:30%;
	}
}
@media (min-width: 768px) {
	.nyukouStorageArea{
		position: relative;
	}
	.nyukouStorage{
		position:absolute;
		text-align: right;
		top:-2.2rem;
		right:1.5rem;
	}
	.nyukouStorage img{
		width:35%;
	}
}
@media (min-width: 992px) {
	.nyukouStorage{
		top:0;
		right: 2rem;
	}
	.nyukouStorage img{
		width:50%;
	}
}
.nyukouImportantTitle{
	color: #FFF;
	padding:0.3rem 2rem;
	border-radius: 0 0 100px 100px;
	position:absolute;
	top:0;
	left: 0;
}
@media (min-width: 768px) {
	.nyukouImportantTitle{
		padding:1rem 3rem;
		border-radius: 0 0 120px 120px;
		left: 50%;
		transform: translateX(-50%);
	}
}


/*ご希望どおりの色味を実現するために*/
a.colorKsBtn {
	border-radius: 9999px;
	padding: 0.8rem 1.5rem;
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	color: #FFF;
	text-decoration: none;
	background: #EC5706;
}
@media (min-width: 768px) {
	a.colorKsBtn {
		border-radius: 10px;
		padding: 0.8rem 1rem;
		font-size:1.2rem;
	}
}


/*サイズについて*/
@media (min-width: 768px) {
	.sizeInfoBox{
		border:1px solid #CCC;
		padding:1rem;
		background:#FFF;
	}
}
.sizeInfoTel{
	font-size:19px;
	font-weight:900;
	color:#F21339;
	text-align: end;
}
.sizeInfoTel > a{
	color:inherit;
}
@media (min-width: 768px) {
	.sizeInfoTel{
		font-size:24px;
		text-align: center;
	}
	.sizeInfoTel::before{
		content: url("../images/contents/size/freedial.gif");
		padding-right: 0.2rem;
	}
}
.sizeImages{
	font-size:0.75rem;
	text-align: center;
}
@media (min-width: 768px) {
	.sizeImages{
		font-size:0.9rem;
	}
}


.noukiPackageTracking .noukiPackageTrackingFirst{
	background: #EC5706;
	color:#FFF;
	padding:0.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	gap:0.5rem;
	position: relative;
	font-size:17px;
}
.noukiPackageTracking .noukiPackageTrackingFirst::after{
	content: '';
	display: block;
	background-color: #EC5706;
	clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
	width: 100%;
	height: 15px;
	position: absolute;
	bottom:-15px;
	}
.noukiPackageTracking .noukiPackageTrackingFirst img{
	width: 20px;
	height: auto;
}
.noukiPackageTracking .noukiPackageTrackingLast{
	background: #FFF;
	padding:2rem 1rem 1rem;
}
@media (min-width: 768px) {
	.noukiPackageTracking .noukiPackageTrackingFirst{
		padding:1rem;
		height: 100px;
		font-size:16px;
	}
	.noukiPackageTracking .noukiPackageTrackingFirst::after{
		top: 0;
		bottom:0;
		right: -40px;
		border-right: 20px solid transparent;
		border-left: 20px solid #EC5706;
		border-top: 50px solid transparent;
		border-bottom: 50px solid transparent;
		background-color: #FFF;
		clip-path: none;
		width: auto;
	}
	.noukiPackageTracking .noukiPackageTrackingLast{
		padding:1rem 1rem 1rem 2rem;
		height: 100px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
}
@media (min-width: 992px) {
	.noukiPackageTracking .noukiPackageTrackingFirst{
		height: 100px;
	}
	.noukiPackageTracking .noukiPackageTrackingFirst::after{
		border-top: 50px solid transparent;
		border-bottom: 50px solid transparent;
	}
	.noukiPackageTracking .noukiPackageTrackingLast{
		padding:1rem 1rem 1rem 4rem;
		height: 100px;
	}
	.noukiPackageTracking .noukiPackageTrackingFirst img{
		width: auto;
		margin-right: 1rem;
	}
}


/*よくあるご質問*/
.qaBtn{
	background: #CE0103;
	color: #FFF;
	border-radius: 8px;
	padding:0.5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 3.8rem;
}
@media (min-width: 576px) {
	.qaBtn{
		padding:1rem;
	}
}
@media (min-width: 768px) {
	.qaBtn:hover{
		transition: 0.5s;
		opacity: 0.8;
		color: #FFF;
	}
}
.qaBox{
	background:#FFF;
	border-top:6px solid #CE0103;
	padding:1rem 1rem 0;
}
@media (min-width: 768px) {
	.qaBox{
		padding:5rem 5rem 0;
	}
}
.qaArea{
	border-bottom:1px solid #707070;
}
.qaBoxImg{
	flex-basis: 5%;
}
.qaBoxImg+div{
	flex-basis: 90%;
}
.qaBoxQ,.qaBoxAInner{
	display:block;
}
.qaBoxQ{
	align-items: center;
	cursor: pointer;
	background:url("../images/contents/qa/icon-down.png") no-repeat center right;
	padding:1rem 0;
	transition: 0.5s;
}
.qaBoxQ:hover{
	opacity: 0.7;
	filter: brightness(105%);
}
.qaBoxAInner{
	align-items: flex-start;
	padding: 1rem 0;
}
.qaBoxQ.close{
	background:url("../images/contents/qa/icon-up.png") no-repeat center right;
}
.qaBoxA{
	display: none;
}
.qaBoxAInnerImg{
	flex-basis: 200px;
}
.qaBoxAInnerImg02{
	flex-basis: 72px;
}
@media (min-width: 768px) {
	.qaBoxQ,.qaBoxAInner{
		display:flex;
		/*flex-wrap: wrap;*/
	}
}

/*404*/
.SitemapMenu404 ul{
	font-size: 15px;
	list-style: none;
	padding-left: 0;
}
.SitemapMenu404 ul a{
	text-decoration: none;
	line-height: 1.8rem;
	transition: 0.5s;
}
.SitemapMenu404 ul a:hover{
	color: #085EF4;
	transition: 0.5s;
}


/*お支払い方法*/
.paymentBox{
	border:4px solid #EC5706;
	background: #FFF;
	padding:1rem;
}
@media (min-width: 768px) {
	.paymentBox{
		padding:2rem 3rem;
	}
}
.paymentTitle{
	font-size: 18px;
	color:#EC5706;
}
.paymentTitle> img{
	width:36px;
	height:auto;
	margin-right:0.5rem;
}
@media (min-width: 768px) {
	.paymentTitle{
		font-size: 25px;
	}
}
.paymentBoxWhite{
	background:#FFF;
	padding:1rem;
}
@media (min-width: 768px) {
	.paymentBoxWhite{
		padding:2rem 3rem;
	}
}


/*書体サンプル*/
.sampleTitle{
	background:#FFF9E2;
	color:#FF7700;
	text-align:center;
	font-size:17px;
	padding:0.3rem 0;
	font-weight: 500;
}
@media (min-width: 768px) {
	.sampleTitle{
		font-size:20px;
	}
}


/*FAXかんたんお問合せシート*/
a.faxDlBtn{
	border-radius: 9999px;
	padding:0.2rem 0.1rem;
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	text-decoration: none;
	background: #FFF;
	border:2px solid #D4D4D4;
	line-height: 1.3rem;
	white-space: nowrap;
	letter-spacing: -0.05rem;
	color: inherit;
}
@media (min-width: 768px) {
	a:hover.faxDlBtn{
		opacity: 0.6;
	}
}
.orangeLineRight span{
	display: flex;
	align-items: center;
	margin-bottom: 0.5rem;
	color: #EC5706;
	font-size:1.5rem;
	font-weight: bold;
}
.orangeLineRight span::after{
	border-top: 2px solid #EC5706;
	content: "";
	width: 5rem;
	margin-left: 1rem;
}


/*デザイン一覧・見積りフォーム*/
.formItemBox{
	font-weight:900;
	color: #413E3E;
}
.formExpandImg{
	position: absolute;
	bottom: -1rem;
	right: 0.2rem;
}
a.redformBtn{
	border-radius: 9999px;
	padding: 0.3rem 0;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 0.6rem;
	color: #FFF;
	font-size:13px;
	text-decoration: none;
	line-height: 1.1rem;
	font-weight: bold;
	width: 100%;
}
a.redformBtn{
	background: #EF0E0E;
}
@media (min-width: 992px){
	a.redformBtn{
		padding: 0.5rem 0;
		font-size:16px;
		line-height: 1.2rem;
	}
	a:hover.redformBtn{
		background: #f25252;
	}
}
.formOrangeTitle{
	border-bottom:4px solid #EC5706;
	color:#413E3E;
	font-size:18px;
	padding:0 0 0.2rem 0.5rem;
}
@media (min-width: 768px) {
.formOrangeTitle{
	line-height: 1.6em;
	font-size:22px
	}
}
.formTable{
	margin: 0 auto;
	width: 100%;
}
.formTable th,.formTable td{
	border-bottom: 1px solid #D4D4D4;
}
.formTable th{
	display: none;
	padding:1rem 0.5rem;
}
.formTable td{
	color:#413E3E;
	padding:1rem 0;
}
@media (min-width: 768px) {
	.formTable{
		width: 95%;
	}
	.formTable th{
		display: table-cell;
		width: 25%;
	}
	.formTable td{
		border-bottom: 1px solid #D4D4D4;
	}
}
.form-control,.form-select{
	border:none;
	background-color:#FFF4ED;
	border-radius: 4px;
	color:#727272;
}
.form-check .form-check-input {
	margin-left: -2em;
}
.form-check-input{
	border:none;
	background-color:#FFF4ED;
	width: 1.5rem;
	height: 1.5rem;
	margin-top: 0.15em;
}
::placeholder{
	font-size: 1rem;
	color: #B4B4B4!important;
}
input:focus::placeholder{
	color: transparent!important;
}
.form-control:focus {
	color: #212529;
	background-color: #fff;
	border-color: #feb486;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(254, 180, 134, 0.25);
}
.form-select:focus {
	border-color: #feb486;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(254, 180, 134, 0.25);
}
.form-check-input:focus {
	border-color: #feb486;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(254, 180, 134, 0.25);
}
.noSpin::-webkit-inner-spin-button,
.noSpin::-webkit-outer-spin-button{
	-webkit-appearance: none;
	margin: 0;
	-moz-appearance:textfield;
}
/*::placeholder{
	font-size: 1rem;
}*/
button.submitBtn{
	transition: 0.5s;
	border:none;
	border-radius: 9999px;
	padding:1rem;
	color: #FFF;
	font-weight: 500;
	font-size: 1.2rem;
	text-decoration: none;
	background: #F21339;
	width: 40%;
	min-width:300px;
	position:relative;
}
button.submitBtn::after{
	padding-right: .25rem;
	content: "\F285";
	font-family: bootstrap-icons;
	font-size: 1.2rem;
	font-weight: 900;
	line-height: 1;
	vertical-align: -.125em;
	color: #FFF;
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translateY(-50%);
}
@media (min-width: 768px) {
	button:hover.submitBtn{
		opacity: 0.6
	}
}
.backBtn{
	color: #666;
	padding: .5rem 1rem;
	border-radius: 10px;
	display: inline-flex;
	justify-content: space-between;
	gap:1rem;
	border: 1px solid #ccc;
}
@media (min-width: 768px) {
	.backBtn:hover{
		background-color: #F2FAFF;
	}
}
.sizeText{
	font-size:0.77rem;
}
@media (min-width: 576px) {
	.sizeText{
		font-size:15px;
	}
}

.formRedBtn,.formPurpleBtn{
	border-radius: 9999px;
	padding: 0.8rem 1.5rem;
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	color: #FFF;
	font-size:20px;
	text-decoration: none;
}
.formRedBtn{
	background: #CE0103;
}
.formPurpleBtn{
	background: #591491;
}
@media (min-width: 576px){
	.formRedBtn,.formPurpleBtn{
		font-size:1.25rem;
	}
	a:hover.formBtnOpacity{
		transition: 0.5s;
		opacity: 0.8;
	}
}


/*生地サンプル*/
.formTitle{
	font-size:20px;
	border-bottom:4px solid #707070;
	display:inline-block;
	padding:0 0.5rem 0.3rem;
}
@media (min-width: 768px) {
	.formTitle{
		font-size:25px;
	}
}
.formKsIcon{
	text-align: center;
}
.formKsIcon img{
	width: 140px;
	height: 140px;
}
@media (min-width: 768px) {
	.formKsIcon{
		position: absolute;
		top:-70px;
		right: 0;
	}
	.formKsIcon img{
		width: 150px;
		height: 150px;
	}
}





@media (min-width: 576px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1100px) {
}
@media (min-width: 1400px) {
}


