@charset "UTF-8";
/*
 * price.css
 *
 */


/* !パンフレット作成料金
---------------------------------------------------------- */
.priceCts01 {
	max-width:1240px;
	margin:0 auto;
	padding:70px 20px 80px 20px;
}

.priceCts02 {
	max-width:1240px;
	margin:0 auto;
	padding:0 20px 80px 20px;
}
	.priceCts02 ul.wantList {
		margin-bottom: 20px;
	}
		.priceCts02 ul.wantList li {
			font-size: 115%;
			position: relative;
			padding-left:1em;
			margin-bottom: 10px;
		}
			.priceCts02 ul.wantList li:before {
				position: absolute;
				content:"";
				width:6px;
				height: 6px;
				background: #95c112;
				border-radius: 50%;
				top:14px;
				left:0;
			}
			.priceCts02 ul.wantList li span {
				font-weight: bold;
			}

ul.priceType {
	max-width:1240px;
	display: flex;
	margin:50px 0 60px 0;
}
	ul.priceType > li {
		width:33.33%;
		padding:0 30px;
		border-right:1px dotted #B9B9B9;
	}
	ul.priceType > li:first-child {
		border-left:1px dotted #B9B9B9;
	}
		ul.priceType > li img {
			display:block;
			max-width:120px;
			margin:0 auto 10px auto;
		}
		ul.priceType > li h4 {
			display:block;
			font-size:20px;
			font-weight:bold;
			text-align:center;
			margin-bottom:10px;
		}
		ul.priceType > li p {
			
		}
		ul.priceType > li p.info {
			text-align:center;
			margin-bottom:20px;
		}
			ul.priceType > li p.info br {
				display:none;
			}
			ul.priceType > li p.info span.type {
				display:inline-block;
				padding:0.2em 0.4em;
				border:1px solid #333;
				border-radius:4px;
				margin-right:20px;
			}
			ul.priceType > li p.info span.yosan {
				font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
				color:#FF9600;
				font-size:20px;
			}
			
.priceTerms{
	max-width:500px;
	border:1px solid #DEDEDE;
	border-radius:6px;
	margin:30px auto 50px auto;
}
	.priceTerms h4{
		font-size:18px;
		font-weight:bold;
		line-height:1.4;
		background-color:#F8B141;
		padding:10px 10px;
		text-align:center;
		color:#FFF;
		border-radius:6px 6px 0 0 ;
	}
	.priceTerms div.menu{
		position:relative;
		padding:18px 0px 18px 0px;
		text-align:center;
		border-top:1px solid #DEDEDE;
	}
		.priceTerms div.menu p{
			font-size:16px;
			font-weight: 700;
			line-height:1.5;
		}
	
	.priceTerms img.plus{
		position:absolute;
		bottom:-12px;
		left:50%;
		margin-left:-12px;
		z-index:1;
	}
	
p.shiyo {
	width:35%;
	float:left;
	font-size:16px;
	font-weight:bold;
}
	p.shiyo span {
		display:inline-block;
		line-height:1;
		color:#FFF;
		font-size:15px;
		font-weight:normal;
		background:#111;
		padding:0.4em 0.6em;
		border-radius:4px;
		margin-left:10px;
	}
p.busu {
	width:40%;
	float:left;
	font-size:16px;
	font-weight:bold;
}
	p.busu span {
		display:inline-block;
		line-height:1;
		color:#FFF;
		font-size:15px;
		font-weight:normal;
		background:#F20000;
		padding:0.4em 0.6em;
		border-radius:4px;
		margin-left:10px;
	}
	
table.price01 {
	border-top: 1px solid #D5D5D5;
	border-right: 1px solid #D5D5D5;
	border-collapse: collapse;
	width: 100%;
	line-height:1.6;
	margin-top:20px;
	margin-bottom:50px;
}
	table.price01 th,
	table.price01 td {
		border-left: 1px solid #D5D5D5;
		border-bottom: 1px solid #D5D5D5;
		padding: 10px;
	}
	table.price01 th {
		background-color: #F2FCD3;
		font-weight:bold;
		text-align: center;
	}
		table.price01 th.individual {
			width:25%;
		}
	table.price01 td {
		text-align: left;
	}
		table.price01 td.item {
			text-align: left;
		}
			table.price01 td.item i.fa {
				display:inline-block;
				margin-left:0.4em;
			}
				table.price01 td.item a i.fa {
					color:#95C112;
				}
		table.price01 td.item2 {
			background-color: #F2FCD3;
			text-align: left;
		}
		table.price01 td p br {
			display:none;
		}
		table.price01 td p a {
			color:#6A890E;
		}
			table.price01 td p a:hover {
				opacity:0.7;
			}
		table.price01 td ul li {
			background:url(../img/icon_dot.png) 0 9px no-repeat;
			padding:0 0 0 12px;
			margin-bottom:5px;
		}
			table.price01 td ul li:last-child {
				margin-bottom:0;
			}
		table.price01 td p.leaflet {
			background:url(../../img/leaflet.png) 0 0 no-repeat;
			background-size:30px 40px;
			padding:8px 0 8px 38px;
		}
		table.price01 td p.a4_1 {
			background:url(../../img/a4_1.png) 0 0 no-repeat;
			background-size:30px 40px;
			padding:8px 0 8px 38px;
		}
		table.price01 td p.a4_2 {
			background:url(../../img/a4_2.png) 0 0 no-repeat;
			background-size:30px 40px;
			padding:8px 0 8px 38px;
		}
		table.price01 td p.a4_4 {
			background:url(../../img/a4_4.png) 0 0 no-repeat;
			background-size:30px 40px;
			padding:8px 0 8px 38px;
		}
		table.price01 td p.a4_6 {
			background:url(../../img/a4_6.png) 0 0 no-repeat;
			background-size:30px 40px;
			padding:8px 0 8px 38px;
		}
		table.price01 td p.a4_8 {
			background:url(../../img/a4_8.png) 0 0 no-repeat;
			background-size:30px 40px;
			padding:8px 0 8px 38px;
		}
		table.price01 td p.a4_12 {
			background:url(../../img/a4_12.png) 0 0 no-repeat;
			background-size:30px 40px;
			padding:8px 0 8px 38px;
		}
		table.price01 td p.a4_16 {
			background:url(../../img/a4_16.png) 0 0 no-repeat;
			background-size:30px 40px;
			padding:8px 0 8px 38px;
		}
		table.price01 td p.a4_20 {
			background:url(../../img/a4_20.png) 0 0 no-repeat;
			background-size:30px 40px;
			padding:8px 0 8px 38px;
		}
		table.price01 td p.a4_24 {
			background:url(../../img/a4_24.png) 0 0 no-repeat;
			background-size:30px 40px;
			padding:8px 0 8px 38px;
		}
		table.price01 td p.a4_28 {
			background:url(../../img/a4_28.png) 0 0 no-repeat;
			background-size:30px 40px;
			padding:8px 0 8px 38px;
		}

p.caution {
	display: none;
}
.tableWrapper {
	margin-bottom: 60px;
}
table.price02 {
	border-top: 1px solid #D5D5D5;
	border-right: 1px solid #D5D5D5;
	border-collapse: collapse;
	width: 100%;
	line-height:1.6;
}
	table.price02 th,
	table.price02 td {
		border-left: 1px solid #D5D5D5;
		border-bottom: 1px solid #D5D5D5;
		padding: 10px;
	}
	table.price02 th {
		width:25%;
		background-color: #F2FCD3;
		font-weight:bold;
		text-align: center;
	}
		table.price02 th {
			width:25%;
			background-color: #F2FCD3;
			font-weight:bold;
			text-align: center;
		}
	table.price02 td {
		text-align: center;
	}
	table.price02 td.item {
		font-weight: bold;
		text-align: left;
	}
		table.price02 td span {
			color:#ff9600;
			font-weight: bold;
		}

.itemTit {
	font-size:24px;
	font-weight:bold;
	text-align:center;
	margin-bottom:30px;
}
	.itemTit img {
		display:block;
		width:74px;
		margin:20px auto 0 auto;
	}

@media screen and (max-width:1039px){
.priceCts01 {
	margin:0 20px;
	padding:60px 0 70px 0;
}
.priceCts02 {
	margin:0 20px;
	padding:0 0 70px 0;
}

		table.price01 td p br.tbin {
			display:block;
		}

ul.priceType {
	margin:40px 0 50px 0;
}
	ul.priceType > li {
		padding:0 20px;
	}
		ul.priceType > li img {
			max-width:110px;
		}
		ul.priceType > li h4 {
			font-size:18px;
		}
			ul.priceType > li p.info br {
				display:inherit;
			}
			ul.priceType > li p.info span.type {
				margin-right:0;
			}
	
p.shiyo {
	width:50%;
}
p.busu {
	width:40%;
}

.itemTit {
	font-size:22px;
}

}

@media screen and (max-width:767px){
.priceCts01 {
	margin:0 15px;
	padding:50px 0 60px 0;
}
.priceCts02 {
	margin:0 15px;
	padding:0 0 60px 0;
}

ul.priceType {
	margin:40px 0 40px 0;
	flex-wrap: wrap;
}
	ul.priceType > li {
		width:100%;
		padding:30px 0;
		border-right:none;
		border-bottom:1px dotted #CCC;
	}
	ul.priceType > li:first-child {
		border-left:none;
		border-top:1px dotted #CCC;
	}
		ul.priceType > li img {
			max-width:100px;
		}
		ul.priceType > li h4 {
			font-size:16px;
			margin-bottom:10px;
		}
		ul.priceType > li p {
			padding:0;
		}
		ul.priceType > li p.info {
			margin-bottom:10px;
		}
			ul.priceType > li p.info span.yosan {
				font-size:18px;
			}

.priceTerms{
	margin:30px auto 40px auto;
}
	.priceTerms h4{
		font-size:15px;
	}
	.priceTerms div.menu{
		padding:15px 0px 15px 0px;
	}
		.priceTerms div.menu p{
			font-size:14px;
		}
	
	.priceTerms img.plus{
		position:absolute;
		bottom:-12px;
		left:50%;
		margin-left:-12px;
		z-index:1;
	}
	
p.shiyo {
	width:100%;
	float:none;
	font-size:15px;
}
	p.shiyo span {
		font-size:14px;
		margin-left:5px;
	}
p.busu {
	width:100%;
	float:none;
	font-size:15px;
}
	p.busu span {
		font-size:14px;
		margin-left:5px;
	}
	
table.price01 {
	border: none;
	margin-bottom:20px;
}
	table.price01 thead {
		display: none;
	}
	table.price01 tr {
		border-top: 1px solid #D5D5D5;
		display: block;
		margin-bottom: 20px;
	}
	table.price01 td {
		border-right: 1px solid #D5D5D5;
		border-bottom: 1px solid #D5D5D5;
		display: block;
		padding: 10px;
		text-align: right;
	}
	table.price01 td.item {
			text-align: right;
		}
		table.price01 td.item2 {
			background-color: #FFF;
			text-align: right;
		}
		table.price01 td p br {
			display:inherit;
		}
		table.price01 td ul li {
			background:none;
		}
		table.price01 td::before {
			content: attr(data-label);
			float: left;
			margin-right:10px;
			font-weight: bold;
		}
		table.price01 td p.leaflet {
			background:none;
			padding:0;
		}
		table.price01 td p.a4_1 {
			background:none;
			padding:0;
		}
		table.price01 td p.a4_2 {
			background:none;
			padding:0;
		}
		table.price01 td p.a4_4 {
			background:none;
			padding:0;
		}
		table.price01 td p.a4_6 {
			background:none;
			padding:0;
		}
		table.price01 td p.a4_8 {
			background:none;
			padding:0;
		}
		table.price01 td p.a4_12 {
			background:none;
			padding:0;
		}
		table.price01 td p.a4_16 {
			background:none;
			padding:0;
		}
		table.price01 td p.a4_20 {
			background:none;
			padding:0;
		}
		table.price01 td p.a4_24 {
			background:none;
			padding:0;
		}
		table.price01 td p.a4_28 {
			background:none;
			padding:0;
		}
		table.price01 td p.a4_32 {
			background:none;
			padding:0;
		}
	
p.caution {
	display: block;
	margin-bottom: 15px;
}
.tableWrapper {
	overflow-x: scroll;
	margin-bottom: 50px;
}
table.price02 {
	min-width:700px;
	margin-bottom: 10px;
}
	table.price02 th {
		width:auto;
	}

.itemTit {
	font-size:16px;
	margin-bottom:30px;
}
	.itemTit img {
		display:block;
		width:50px;
		margin:15px auto 0 auto;
	}
}

@media screen and (max-width:360px){
	.itemTit br {
		display:none;
	}
}

/* !250911追加
---------------------------------------------------------- */
ul.packBnr {
	max-width:1240px;
	margin:0 auto;
	padding:0 20px 80px 20px;
	display: flex;
	justify-content: space-between;
}
	ul.packBnr li {
		width:49%;
	}
		ul.packBnr li a {
			display: block;
			width:100%;
			height: 250px;
			transition: .5s;
			position: relative;
		}
		ul.packBnr li:first-child a {
			border:5px solid #ECF7F8;
		}
		ul.packBnr li:last-child a {
			border:5px solid #EFF6DB;
		}
		ul.packBnr li:first-child a:hover {
			border:5px solid #80c7ce;
		}
		ul.packBnr li:last-child a:hover {
			border:5px solid #95c112;
		}
		ul.packBnr li:first-child a {
			background: -moz-linear-gradient(45deg, #e4efc4 0%, #bfe7f4 100%);
			background: -webkit-linear-gradient(45deg, #e4efc4 0%,#bfe7f4 100%);
			background: linear-gradient(45deg, #C3D9E7 0%,#EDF5F8 100%);
		}
		ul.packBnr li:last-child a {
			background: -moz-linear-gradient(45deg,  #e4efc4 0%, #bfe7f4 100%);
			background: -webkit-linear-gradient(45deg,  #e4efc4 0%,#bfe7f4 100%);
			background: linear-gradient(45deg,  #e4efc4 0%,#bfe7f4 100%);
		}
			ul.packBnr li a div.txt {
				position: relative;
				width:66%;
				z-index: 2;
			}
				ul.packBnr li a div.txt h3 {
					position: relative;
					font-size:18px;
					font-weight: 700;
					text-align: center;
					padding-top: 50px;
					margin-bottom: 20px;
					z-index: 2;
				}
					ul.packBnr li a div.txt h3 span {
						display: inline-block;
						font-size:16px;
						color: #FFF;
						padding:0.15em 1em;
						border-radius: 25px;
						margin-bottom: 5px;
					}
					ul.packBnr li:first-child a div.txt h3 span {
						background: #80c7ce;
					}
					ul.packBnr li:last-child a div.txt h3 span {
						background: #95c112;
					}
				ul.packBnr li a div.txt p {
					font-size:14px;
					text-align: center;
				}
			ul.packBnr li a img {
				position: absolute;
				display: block;
				width:220px;
				z-index: 1;
				top:35px;
				right: 0;
			}

@media screen and (max-width:1039px){
ul.packBnr {
	max-width:730px;
	padding:0 20px 70px 20px;
	flex-wrap: wrap;
}
	ul.packBnr li {
		width:100%;
	}
	ul.packBnr li:first-child {
		margin-bottom: 20px;
	}
		ul.packBnr li a {
			height: 230px;
		}
		ul.packBnr li:first-child a:hover {
			border:5px solid #ECF7F8;
		}
		ul.packBnr li:last-child a:hover {
			border:5px solid #EFF6DB;
		}
			ul.packBnr li a div.txt {
				width:70%;
			}
				ul.packBnr li a div.txt h3 {
					padding-top: 40px;
				}
			ul.packBnr li a img {
				top:20px;
			}
}

@media screen and (max-width:767px){
ul.packBnr {
	max-width:400px;
	padding:0 15px 60px 15px;
}
	ul.packBnr li:first-child {
		margin-bottom: 15px;
	}
		ul.packBnr li a {
			height: 120px;
		}
		ul.packBnr li:first-child a {
			border:3px solid #ECF7F8;
		}
		ul.packBnr li:last-child a {
			border:3px solid #EFF6DB;
		}
		ul.packBnr li:first-child a:hover {
			border:3px solid #ECF7F8;
		}
		ul.packBnr li:last-child a:hover {
			border:3px solid #EFF6DB;
		}
			ul.packBnr li a div.txt {
				width:75%;
			}
				ul.packBnr li a div.txt h3 {
					font-size:15px;
					padding-top: 26px;
				}
					ul.packBnr li a div.txt h3 span {
						font-size:13px;
						color: #FFF;
					}
				ul.packBnr li a div.txt p {
					display: none;
				}
			ul.packBnr li a img {
				width:100px;
				top:15px;
			}
}

@media screen and (max-width:360px){
				ul.packBnr li a div.txt h3 {
					font-size:14px;
				}
					ul.packBnr li a div.txt h3 span {
						font-size:12px;
					}
}
