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

/*宛名印刷料金*/
.add_price-cont{
	display: flex;
	align-items: center;
	position: relative;
	margin-bottom: 40px;
}
.add_price-wrap{
	display: flex;
	flex-direction: column;
	border: 2px solid #ddd;
	padding:10px 20px;
	box-sizing: border-box;
	height: 182px;
}
.add_price-area{
	margin: auto;
}
.add_price-ttl{
	font-size: 24px;
	font-weight: bold;
	color:#FF6600;
	text-align: center;
	border-bottom:2px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.add_price-ttl::before{
	content: "";
	display: inline-block;
	height: 50px;
	width: 50px;
	margin-right: 10px;
	vertical-align: middle;
}

.add_price-wrap .add_price-box .price .yen{
	font-size: 16px;
}
/*基本料金*/
.add_price-wrap.-basic {
	width: 250px;
	margin-right: 100px;
}
.add_price-wrap.-basic::after{
	content: "";
	display: block;
	background: url("https://nenga.aisatsujo.jp/group_common/images/icon/ico_plus.webp") no-repeat 0 0 / cover;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 80px;
	left: 31%;
}

.add_price-wrap.-basic .add_price-box {
	display: flex;
	align-items: center;
	position: relative;
}
.add_price-wrap.-basic .add_price-box .price{
	font-size: 38px;
	letter-spacing: 0.02em;
	margin: auto;
}
.add_price-wrap.-basic .add_price-option{
	margin-left: 30px;
}
.add_price-wrap.-basic .add_price-option::after{
	content: "";
	display: inline-block;
	position: absolute;
	top:0;
	left:110px;
	background: #D70C18;
	height: calc(tan(60deg)* 22px / 2);
	width: 15px;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.add_price-wrap.-basic .add_price-option::before{
	content: "";
	display: block;
	width: 3px;
	height: 80px;
	background: #D70C18;
	position: absolute;
	left: 40px;
	top: 35%;
	transform: translateY(-50%) rotate(65deg);
}
.add_price-wrap.-basic .option_price{
	font-size: 68px;
	color: #D70C18;
	letter-spacing:-0.1em;
}
.add_price-wrap.-basic .option_price .yen{
	font-size: 20px;
}
.add_price-wrap.-basic .add_price-ttl::before{
	/* background: url(../images/btn_adhagaki.svg) no-repeat 0 0 / contain; */
	background: url("https://nenga.aisatsujo.jp/group_common/images/icon/ico_adhagaki.webp") no-repeat 0 0 / contain;
}

/*印刷料金*/
.add_price-wrap.-print {
	width: 350px;
}
.add_price-wrap.-print .add_price-ttl{
	margin-bottom: 13px;
}
.add_price-wrap.-print .add_price-ttl::before{
	/* background: url(../images/btn_print.svg) no-repeat 0 0 / contain; */
	background: url("https://nenga.aisatsujo.jp/group_common/images/icon/ico_print.webp") no-repeat 0 0 / contain;
}
.add_price-wrap.-print .add_price-area{
	margin: 0;
}
.add_price-wrap.-print .add_price-item{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 24px;
	position: relative;
}
.add_price-wrap.-print .add_price-item::before{
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	background: #FF6600;
	border-radius: 50%;
	position: absolute;
	left: 8px;
	top: 4px;
}
.add_price-wrap.-print .add_price-item::after{
	content: "";
	display: block;
	background: #999999;
	height: calc(tan(60deg)* 12px / 2);
	width: 8px;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	position: absolute;
	left: 50%;
}
.add_price-wrap.-print .add_price-item:not(:last-child){
	border-bottom: 2px dotted #eee;
	padding-bottom:4px;
	margin-bottom: 10px;
}
.add_price-wrap.-print .add_price-item p {
	line-height: 1;
	font-weight: bold;
}

/*キャンペーン吹き出し*/
.add_price-cont aside:first-child .add_cam-bol{
	width: 250px;
}
.add_cam-bol{
	background: #D70C18;
	padding: 10px 15px;
	border-radius: 12px;
	box-sizing: border-box;
	margin-top: 24px;
	position: relative;
}
.add_cam-bol::before{
	content: "";
	display: block;
	background: #D70C18;
	height: calc(tan(60deg)* 22px / 2);
	width: 18px;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
	position: absolute;
	left: 48%;
	top: -17px;
	transform: rotate(-90deg);
}
.add_cam-bol p{
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}





/*　ミツモリマスター　ボタン　*/

#btn_mitsumori_area {
    background: var(--color-info-bg);
    text-align: center;
    margin-top: 30px;
    padding: 20px 0 30px;
	margin-bottom: 50px;
}
#btn_mitsumori_area img:hover{
    opacity: 0.5;

}




