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


/*--- 202508追記 ----------------------------*/

section:not(:last-child){
	margin: 0 0 100px 0;
}
ul,li{
	list-style: none;
	padding: 0;
}
.h2_title_check {
	position: relative;
	background: #f5f3c4;
	color: #000;
	border-radius: 0 5px 5px 5px;
	padding: 13px 15px 10px;
	margin: 70px 0 20px 0;
}
.h2_title_check:before {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	content: "\f058  CHECK";
	font-weight: 900;
	background: #d9c230;
	font-size: 12px;
	color: #fff;
	left: 0px;
	bottom: 100%;
	border-radius: 5px 5px 0 0;
	padding: 5px 7px 3px;
	line-height: 1;
	letter-spacing: 0.05em;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
.midashi{
	font-size: 27px;
	font-weight: bold;
	color: #ee8a1e;
}
.main{
	margin: 30px 0 0 0;
}
.calendar_type{
	font-size: 20px;
	font-weight: 700;
	border-left: 10px solid #ee8a1e;
	background: #f5ebdc;
	padding: 5px 0 5px 10px;
	margin: 0 0 40px 0;
}
.item_name{
	font-size: 18px;
	border-bottom: 1px solid #aaaaaa;
	margin: 0 0 20px 0;
}
.calendar_name{
	font-size: 16px;
	margin: 0 0 7px 0;
}
.itembox{
	margin: 0 0 30px 0;
	padding: 0px 0 20px 0;
}
.itembox a{
	transition: 0.3s;
}
.itembox a:hover{
	opacity: 0.7;
}
.itembox .imgbox{
	margin: 0 20px 0 0;
}
.itembox .textbox{
	width: 410px;
}
.itembox .textbox p{	
	font-size: 14px;
	margin: 0 0 15px 0;
}
.itembox .textbox h3{
	font-size: 16px;
	border-bottom: 1px solid #aaaaaa;
}
.itembox.itemborder{
	border-bottom: 1px dashed #ccc;
}
.print_detail{
	margin: 0 0 17px 0;
}
.salespoint{
	float: left;
}
.salespoint span{
	display: inline-block;
	font-size: 14px;
	color: #e88e07;
	border: 1px solid #e88e07;
	border-radius: 3px;
	padding: 1px 8px;
}
.print_type{
	float: right;
	margin: 6px 0 0 0;
}
.printtype_offset,.printtype_ondemand{
    color: #fff;
    font-size: 12px;
    font-weight: 700;
	border-radius: 3px;
    padding: 3px 5px;
}
.printtype_offset{background: #34af7e;}
.printtype_ondemand{background: #ff885d;}
.price{
	font-size: 22px;
	margin: 0 0 0 10px;
}
.popular_first{
	display: inline-block;
	background: #f71919;
    font-size: 11px;
    color: #fff;
    vertical-align: text-bottom;
	border-radius: 3px;
    padding: 1px 4px !important;
    margin: 0 5px 1px 10px;
}



.link{
	display: inline-block;
	background-color: #ffffe0;
	border: 1px solid #dcdcdc;
	border-radius: 6px;
	padding: 6px 12px;
}
























