@charset "utf-8";
/* CSS Document */

h1{
	border-bottom: solid #667699 2px;
	font-size: 140%;
	padding-bottom: 0.2rem;
	margin-bottom: 1rem;
}
h1 .item_number{
	color: #333;
	background-color: #cce1e8;
	display: inline-block;
	font-size: 70%;
	padding: 0.2rem 0.5rem;
	margin-left: 1rem;
	margin-bottom: 0.3rem;
	border: solid #cce1e8 2px;
	font-weight: bold;
}
/*オレンジフォーム*/
.product-pink-form button{
	background-color:#E4004D;
}
.product-orange-form button{
    background-color: #f60;
}
.product-orange-form button,.product-pink-form button{
    width: 100%;
    height: 100%;
    display: block;
    font-size: 120%;
    border-radius: 60px;
	padding: 1rem;
	margin-right: 0.3rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
	color: #fff;
}
.product-orange-form button span{
	color: #fff;
}
.product-orange-form button img,.product-pink-form button img,.product-template-form button img,.price-button img,.product-template-form a img,.product-template-link a img{
	display: inline-block;
	height: 24px;
	width: 1rem;
	padding-top: 10px;
	margin-left: 1rem;
}
.product-orange-form,.product-pink-form,.product-template-form,.product-template-form a,.product-template-link a{
	transition: 0.2s;
}
.product-orange-form:hover,.product-pink-form:hover,.product-template-form:hover,.product-template-link a:hover{
	transform: scale(1.02);
	transition: 0.2s;
}
/*製品に関するご注意のボタンだけmax指定*/
.item-caution-box .product-orange-form{
	max-width: 450px;
}

/*テンプレダウンロードボタン*/
.product-template-form button{
	border: solid 3px #333;
	background-color: #ffc;
	border-radius: 50px;
	padding: 0.3rem 0.3rem 0.5rem;
	font-size: 110%;
	color: #333;
	font-weight: 800;
	text-align: center;
}
.product-template-form a{
	border: solid 3px #333;
	background-color: #333;
	border-radius: 50px;
	padding: 0.3rem 0.3rem 0.5rem;
	font-size: 110%;
	color: #fff;
	font-weight: 600;
	text-align: center;
}
/*最小ロット・金額*/
.pickup-price-list dd{
	font-size: 130%;
	font-weight: 800;
}
/*価格表を見るボタン*/
.price-button a{
	background-color: #667699;
	font-weight: 800;
	font-size: 120%;
	color: #fff;
	text-align: center;
	padding: 0.5rem 0.5rem 0.5rem 1.5rem;
	border-radius: 10px;
	margin-bottom: 1rem;
	transition: 0.2s;
}
.price-button a:hover,.product-template-form a:hover{
	transform:translateY(0.25rem);
	transition: 0.2s;
}
/*ドットライン*/
.item-spec-box,.item-caution-box{
	border-top: dotted 3px #ccc;
	padding-top: 0.5rem;
}

/*製品仕様とご注意のタイトル*/
.item-spec,.item-caution{
	display: inline;
	position: relative;
	margin-left: 0.5rem;
	font-size: 110%;
}
.item-spec::before,.item-spec::after,.item-caution::before,.item-caution::after{
	position: absolute;
	top: 0;
	width: 1rem;
	height: 1rem;
}
.item-spec::before,.item-caution::before{
	content: "【";
	left: -1rem;
}
.item-spec::after,.item-caution::after{
	content: "】";
	right: -1rem;
}
/*製品仕様の表*/
.item-spec-list{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0.5rem;
	font-size: 90%;
}
.item-spec-list dt{
	width: 40%;
	position: relative;
	font-weight: bold;
}
.item-spec-list dt::before{
	position: absolute;
	content: "：";
	top: 0;
	right: -0.75rem;
	width: 1rem;
	height: 1rem;
}
.item-spec-list dd{
	width: 60%;
	padding-left: 1rem;
}
@media all and (max-width:768px){
	.item-spec-list dt{
		width: 100%;
		font-size: 16px;
	}
	.item-spec-list dt::before{
		content: "";
	}
	.item-spec-list dd{
		width: 100%;
		margin-bottom: 0.5rem;
		font-size: 16px;
	}
}

/*製品に関するご注意*/
.item-caution-kome-list li,.item-caution-circle-list li{
	position: relative;
	margin-left: 1.2rem;
	margin-bottom: 0.3rem;
}
.item-caution-kome-list li::before,.item-caution-circle-list li::before{
	position: absolute;
	top: 0;
	left: -1rem;
	width: 1rem;
	height: 1rem;
}
.item-caution-circle-list li::before{
	content: "〇";
}
.item-caution-kome-list li::before{
	content: "※";
}
/*,○○一覧*/
.item-ichiran-size{
	font-size: 110%;
	text-align: center;
}
.item-ichiran-box .product-orange-form button{
	font-size: 100%;
	padding: 0.75rem;
	line-height: 1;
}
 /*価格表*/
#price-box h2,.postage-box h2,.item-orderflow-box h2,.item-ichiran-box h2,.item-introduction-box h2,.item-kanren-box h2{
	font-size: 120%;
	border-bottom: solid 3px #a7cce7;
	margin-bottom: 0.5rem;
	margin-top: 1.5rem;
}
#price-box table,.postage-box table{
	width: 100%;
	margin-top: 0.5rem;
	border-collapse: collapse;
	
}
.price-table-title,.postage-table-title{
	background-color: rgba(167, 204, 231,0.3);/*#a7cce7のrgb変換*/
}
#price-box table tr,.postage-box table tr{
	width: 100%;
	display: flex;
	flex-wrap: wrap;

}
#price-box table th,#price-box table td,.postage-box table th,.postage-box table td{
	border: solid 1px #ccc;
	padding: 0.5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
#price-box table th,#price-box table td,.postage-box table th,.postage-box table td{
	width: 33.33%;
}
.postage-box table .table-2col{
	width: 66.66%;
}
#price-box table th,.postage-box table th{
	font-weight: 200;
}

.item-orderflow-list li{
	margin-top: 1rem;
	padding: 1rem;
	background-color: #eee;
	border-radius: 20px;

}
.item-orderflow-list li h3{
	font-size: 130%;
	border-bottom: solid 2px #647394;
	margin-bottom: 0.5rem;
}

.item-orderflow-list li .item-caution-kome-list li{
	list-style: none;
	margin-left: 1rem;
	margin-top:0;
	border: none;
	padding: 0;
}
/*ご注文の流れのテンプレ一覧へのリンク*/
.product-template-link a{
	border: solid 3px #a7cce7;
	background-color: #a7cce7;
	border-radius: 50px;
	padding: 0.3rem 0.3rem 0.5rem;
	font-size: 110%;
	color: #333;
	font-weight: 600;
	text-align: center;
}
.item-introduction-box ul li{
	padding: 0.5rem;
}
.item-introduction-box ul li a{
	border: solid 3px #eee;
	border-radius: 10px;
	height: 100%;
	padding: 0.5rem;
}
.item-introduction-box ul li a:hover{
	opacity: 0.5;
}
.item-introduction-box ul li h3{
	font-weight: 200;
	text-align: center;
	color: #0000FF;
	text-decoration: underline;
	font-size: 90%;
}
/*実績一覧を見るボタン*/
.item-introduction-link {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.item-introduction-link a {
  font-weight: 700;
  background-color: #667699;
  color: #fff !important;
  padding: 0.5rem 1rem 0.5rem 0.3rem;
  position: relative;
  font-size: 110%;
  max-width: 12rem;
  text-align: center;
  border-radius: 10px;
}
.item-introduction-link a::before{
	position: absolute;
	content: url("../common-img/link-icon_white.svg");
	top: 0.7rem;
	width: 10px;
	right: 1rem;	
}
.item-introduction-link a:hover{
	opacity: 0.5;
}






