@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#other .box {
	border: 1px solid #3FA9F5;
	background: url(../img/ordermade/bg_box.gif) no-repeat bottom;
	margin-bottom: 25px;
	padding: 15px 15px 2px 15px;
}
#other .box h3::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent #3FA9F5 transparent;
	border-width: 0px 0px 18px 18px;
}
#other .box .w50 {
	width: 48%;
}
#other .box .imgs02 img:first-of-type {
	margin-right: 15px;
}
#other .box .item {
	margin-bottom: 20px;
}
#other .box .item .txt {
	width: calc(100% - 310px);
}
#other .box .item .txt.long {
	width: calc(100% - 200px);
}
#other .box .sibo_list {
	margin-bottom: 20px;
}
#other .box .sibo_list .sibo_item {
	width: 31%;
}
#other .box .sibo_list .sibo_item .txt {
	font-size: 75%;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
}
@media only screen and (max-width: 640px){ /* スマホ */
	#other .box .w50 {
		width: 100%;
	}
	#other .box .w50:last-of-type {
		margin-bottom: 20px;
	}
	#other .box .imgs02 {
		display: block;
	}
	#other .box .imgs02 img {
		display: block;
		margin: 0 auto 10px;
	}
	#other .box .imgs02 img:first-of-type {
		margin: 0 auto 10px;
	}
	#other .box .imgs {
		text-align: center;
	}
	#other .box .item .txt, #other .box .item .txt.long {
		width: 100%;
		margin-top: 15px;
	}
	#other .box .item .sp_fs {
		font-size: 98%;
	}
	#other .box .sibo_list .sibo_item {
		width: 100%;
		margin-bottom: 15px;
	}
	#other .box .sibo_list .sibo_item .img {
		text-align: center;
	}
}