@charset "UTF-8";

.contents_box01 .inner_item_img img {
	border-radius: 0;
}
/*---------------------制作費（概要）------------------------*/
@media screen and (min-width: 901px) {
	#img_sp + section {
		display: none;
	}
}
@media screen and (max-width: 900px) {
	#img_pc + section {
		display: none;
	}
}

/*---------------------プラン（詳細）------------------------*/
#detail + section ul,
#detail + section > .content_wrapper p{
	font-size: 1.4rem;
}
#detail + section ul{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
#detail + section ul li {
	list-style: none;
	position: relative;
	padding-left: 25px;
	line-height: 1.5;
	margin-bottom: 10px;
	margin-right: 20px;
}
#detail + section ul li::before{
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: calc(1em * 1.6 / 2);
	transform: translateY(-50%);
	left: 0;
	pointer-events: none;
	background: url(/common/upload_data/info/image/domain.png) no-repeat center / contain;
}
#detail + section ul li:nth-child(2)::before{
	background: url(/common/upload_data/info/image/site_map.png) no-repeat center / contain;
}

/*プラン（詳細）テーブル*/
.price-table-wrapper {
	overflow-x: auto;
}
.price-table-wrapper,
.sub-table{
	margin-bottom: 10px;
}
.price-table,
.sub-table{
	table-layout: fixed;
	width: 100%;
	letter-spacing: 0.1rem;
}
.price-table th,
.price-table td {
	border: 1px solid var(--i_border_color);
	border-left: none;
	padding: 5px 15px;
	text-align: center;
	white-space: nowrap;
}
.price-table th.sticky-col,
.sub-table th{
	width: 220px;
	box-sizing: border-box;
}
.price-table th {
	background: var(--i_sub2_color);
}
.price-table thead th {
	border: none;
	background: transparent;
	padding: 4px;
}
.price-table thead th div {
	border-radius: 5px;
	padding: 8px 12px;
	border: 3px solid transparent;
}
.price-table:not(.sub-table) td,
.price-table:not(.sub-table) thead th:not(.sticky-col) {
	width: 310px;
	box-sizing: border-box;
}
.price-table-wrapper .price-table td{
	min-width: 310px;
}
.price-table .function + tr th::before {
	content: "";
	display: block;
	width: 20px;
	height: 12px;
	position: absolute;
	top: -1px;
	left: 50%;
	transform: translateX(-50%);
	pointer-events: none;
	background: #ccc;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.price-table td:last-child{
	border-right: none;
}
.price-table .head-col div {
	border: 3px solid var(--i_main_color);
	color: var(--i_main_color);
	background: var(--i_bg_color);
}
.price-table thead {
	border-bottom: 2px solid transparent;
}
.price-table td.price {
	font-size: 2.4rem;
	font-weight: 600;
	letter-spacing: 0.05rem;
}
.price-table small {
	font-size: 1.2rem;
	font-weight: 500;
	margin-left: 2px;
}
.price-table .orange,
.price-table .green,
.price-table .blue{
	color: var(--i_sub_color);
	font-weight: 700;
	font-size: 2.4rem;
	margin: 0 2px;
}
.price-table tbody tr:first-child .orange,
.price-table tbody tr:first-child .green,
.price-table tbody tr:first-child .blue{
	font-size: 3.2rem;
}
.price-table tbody tr:first-child td:has(.orange){
	background: #ffeede;
}
.price-table tbody tr:first-child td:has(.green){
	background: #ddf9f5;
}
.price-table tbody tr:first-child td:has(.blue){
	background: #dff2ff;
}
.price-table .green{
	color: var(--i_main_color);
}

.price-table .blue{
	color: var(--i_sub3_color);
}
.price-table .unit{
	font-size: 1.3rem;
	margin-left: 1px;
}
.price-table .section th {
	background: #ccc;
	font-weight: bold;
}
.price-table .sticky-col {
	position: sticky;
	left: 0;
	z-index: 1;
	min-width: 160px;
}
.price-table .head-col {
	z-index: 3;
	background: var(--i_bg_color);
}
.price-table .plan {
	color: #fff;
	font-weight: bold;
}
.price-table .plan.light div {
	background: var(--i_sub_color);
}
.price-table .plan.standard div {
	background: var(--i_main_color);
}
.price-table .plan.lp div {
	background: var(--i_sub3_color);
}
.price-table .fun_h {
	text-align: left;
	font-size: 1.4rem;
	font-weight: 500;
	padding: 8px 35px;
}
.price-table .fun_h span{
	padding-left: 26px;
	position: relative;
}
.price-table .fun_h span::before{
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: calc(1em * 1.55 / 2);
	transform: translateY(-50%);
	left: 0;
	pointer-events: none;
	background: url(/common/upload_data/info/image/news_1.png) no-repeat center / contain;
}
.price-table .fun_h span.company::before{
	background: url(/common/upload_data/info/image/company.png) no-repeat center / contain;
}
.price-table .fun_h span.service::before{
	background: url(/common/upload_data/info/image/service.png) no-repeat center / contain;
}
.price-table .fun_h span.contact::before{
	background: url(/common/upload_data/info/image/contact_1.png) no-repeat center / contain;
}
.price-table .fun_h span.gallery::before{
	background: url(/common/upload_data/info/image/gallery.png) no-repeat center / contain;
}
.price-table .fun_h span.staff::before{
	background: url(/common/upload_data/info/image/staff_1.png) no-repeat center / contain;
}
.price-table .fun_h span.faq::before{
	background: url(/common/upload_data/info/image/faq_1.png) no-repeat center / contain;
}
.price-table .fun_h span.recruit::before{
	background: url(/common/upload_data/info/image/recruit.png) no-repeat center / contain;
}
.price-table .fun_h span.coupon::before{
	background: url(/common/upload_data/info/image/coupon.png) no-repeat center / contain;
}
.price-table .fun_h span.company::before{
	background: url(/common/upload_data/info/image/company.png) no-repeat center / contain;
}
@media (max-width: 768px) {
	.price-table {
		font-size: 13px;
	}
	.price-table tbody tr:first-child .orange,
	.price-table tbody tr:first-child .green,
	.price-table tbody tr:first-child .blue {
		font-size: 2.6rem;
	}
	.price-table:not(.sub-table) td,
	.price-table:not(.sub-table) thead th:not(.sticky-col) {
		width: 185px;
	}
	.price-table th.sticky-col,
	.sub-table th {
		width: 145px;
	}
	.price-table th,
	.price-table td{
		white-space: normal;
		padding: 5px 4px;
	}
	.price-table td.price,
	.price-table .orange,
	.price-table .green,
	.price-table .blue{
		font-size: 2rem;
	}
	.price-table .fun_h {
		font-size: 1.3rem;
		padding: 4px 4px;
	}
	.price-table .fun_h span {
		padding-left: 22px;
		letter-spacing: 0;
	}
	.price-table .fun_h span::before {
		width: 18px;
		height: 18px;
	}
}