@charset "UTF-8";
/*--------------------------------------------------------------
 * this is original style
 *
 * @package isenorgoc
--------------------------------------------------------------*/

/*----------------------------------------------------------------------
	下層ページ
----------------------------------------------------------------------*/

.entry_content h2 {
	position: relative;

}

.conts_block {
	/* margin: 0 0 80px; */
	/* overflow: hidden; */
	position: relative;
}

.conts_block .inner {
	/* padding: 0 15px; */
	position: relative;
}

.catchcopy_wrap {
	text-align: center;
	max-width: 800px;
	width: 100%;
	margin: 0 auto 90px;
}

.catchcopy_wrap h2 {
	position: relative;
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: 100;
	margin: 0;
	margin-bottom: 55px;
	padding-bottom: 20px;
	box-sizing: border-box;
}

.catchcopy_wrap h2::after {
	border-bottom: 4px solid #0e9ced;
	position: absolute;
	bottom: -4px;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	content: "";
	width: 70px;
}

.catchcopy_wrap p {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2;
}

@media screen and (min-width: 768px) and ( max-width: 1024px) {
	.entry_content h2 {
		font-size: 2.0rem;
		margin-bottom: 30px;
	}

	.catchcopy_wrap {
		text-align: center;
		max-width: unset;
		width: 100%;
		margin: 0 auto 50px;
	}
}

@media screen and (max-width : 767px) {
	.entry_content h2 {
		font-size: 2.0rem;
		margin-bottom: 30px;
	}

	.catchcopy_wrap {
		text-align: center;
		max-width: unset;
		width: 100%;
		margin: 0 auto 50px;
	}
}



/*--------------------------------------------------------------
　印刷事業
--------------------------------------------------------------*/
.printing_subvisu {
	margin-bottom: 105px;
}

.printing_merchandise_wrap {

}

.printing_merchandise_wrap ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0;
	margin: 0;
}

.printing_merchandise_wrap ul li {
	position: relative;
	text-align: center;
	display: block;
	width: 32%;
	list-style: none;
	margin-bottom: 75px;
}

.printing_merchandise_wrap ul::after {
	content: "";
	width: 32%;
	display: block;
}

.printing_merchandise_wrap ul li img {
	width: 370px;
	height: 290px;
	object-fit: cover;
	margin: 0;
	margin-bottom: 15px;
}

.printing_merchandise_wrap ul li h3 {
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 100;
	line-height: 1;
	margin: 0;
	margin-bottom: 20px;
}

.printing_merchandise_wrap ul li:nth-child(5) h3 {
	font-size: 19px;
	font-size: 1.9rem;
	margin-bottom: 22px;
}

.printing_merchandise_wrap ul .main_merchandise:nth-child(4),
.printing_merchandise_wrap ul .main_merchandise:nth-child(5),
.printing_merchandise_wrap ul .main_merchandise:nth-child(6) {
	margin-bottom: 65px;
}

.printing_merchandise_wrap ul .sub_merchandise {
	margin-bottom: 45px;
}

.printing_merchandise_wrap ul .sub_merchandise h3 {
	position: relative;
	text-align: left;
	width: 96%;
	padding-bottom: 10px;
	box-sizing: border-box;
	border-bottom: 1px solid #bacbd9;
}

.printing_merchandise_wrap ul .sub_merchandise h3::after {
	content: "";
	background: url(../img/flont-title-accent.png);
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	position: absolute;
	bottom: -15px;
	right: -15px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.printing_merchandise_wrap ul li p {
	text-align: left;
	height: 70px;
	margin: 0 0 20px 0;
}

.printing_contact {
	padding: 40px 0 110px;
	box-sizing: border-box;
}

.printing_contact .printing_contact_txt {
	text-align: center;
}

.printing_contact .printing_contact_txt p {
	font-size: 22px;
	font-size: 2.2rem;
	margin: 0;
}

.printing_contact .square_btn_area {
	width: 100%;
	margin: 0 auto;
	padding: 35px 0 85px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
}



@media screen and (min-width: 768px) and ( max-width: 1024px) {
	.printing_subvisu {
		margin-bottom: 50px;
	}

	.printing_merchandise_wrap ul li {
		width: 49%;
	}

	.printing_contact .square_btn_area {
		padding: 20px 0;
		display: block;
	}

	.printing_merchandise_wrap ul li:nth-child(5) h3 {
		font-size: 18px;
		font-size: 1.8rem;
	}

}


@media screen and (max-width : 767px) {
	.printing_subvisu {
		margin-bottom: 50px;
	}

	.printing_merchandise_wrap ul {
		display: block;
	}

	.printing_merchandise_wrap ul li {
		width: 100%;
	}

	.printing_merchandise_wrap ul li:nth-child(5) h3 {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.printing_merchandise_wrap ul li p {
		height: unset;
	}

	.printing_contact {
		padding: 40px 0;
	}

	.printing_contact .square_btn_area {
		padding: 20px 0;
		display: block;
	}

}

/*--------------------------------------------------------------
　商品紹介
--------------------------------------------------------------*/
.shohin .works_wrap {
	padding: 0 0 50px;
	margin: 0;
	margin-bottom: 55px;
}
.works_product {
	margin-bottom: 85px;
}

.works_product_img {
	/* max-width: 650px; */
	/* margin: 0 auto 100px; */
	margin: 0 auto 50px;
	display: flex;
	justify-content: center;
}

.works_product_txt {
	margin-bottom: 60px;
}

.works_product_txt h3 {
	font-size: 20px;
	font-size: 2.0rem;
	color: #0e9ced;
	margin-bottom: 10px;
}

.works_product_txt p {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0;
}

.works_product_txt p i {
	color: #0e9ced;
}

.works_product table tr {
	border-top: 1px solid #bacbd9;
}

.works_product table tr:last-child {
	border-bottom: 1px solid #bacbd9;
}

.works_product table th,
.works_product table td {
	padding: 16px 0;
	box-sizing: border-box;
}

.works_product table th {
	width: 20%;
	text-align: left;
	padding: 16px 35px;
	box-sizing: border-box;
	font-size: 16px;
	font-size: 1.6rem;
}

.shohin .related_products ul {
	margin: 0 0 10px 0;
}

@media screen and (min-width: 768px) and ( max-width: 1024px) {
	.works_product_img {
		max-width: unset;
		margin: 0 auto 50px;
	}

	.works_product_txt {
		margin-bottom: 30px;
	}

	.works_product table th {
		width: 30%;
	}

}


@media screen and (max-width : 767px) {
	.works_product_img {
		max-width: unset;
		margin: 0 auto 50px;
	}

	.works_product_txt {
		margin-bottom: 30px;
	}

	.works_product table tr {
		padding: 16px 0;
		box-sizing: border-box;
		display: block;
	}

	.works_product table th,
	.works_product table td {
		display: block;
		padding: 0;
	}

	.works_product table th {
		width: 100%;
	}

}




/*--------------------------------------------------------------
	Web制作
--------------------------------------------------------------*/
.entry_content.web {
	padding: 0 0 150px;
}

.catchcopy_wrap_web {
	text-align: center;
	padding: 25px 0 0;
}

.catchcopy_wrap_web p {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 900;
	line-height: 1.5;
}

.web_plan_wrap {
	margin-bottom: 80px;
}

.web_plan_wrap p {
	font-size: 17px;
	font-size: 1.7rem;
}

.web_plan_wrap ul {
	display: flex;
	justify-content: space-between;
	padding: 50px 0 0px;
	box-sizing: border-box;
	margin: 0;
}

.web_plan_wrap ul li {
	position: relative;
	list-style: none;
}

.web_plan_wrap ul li:first-child {
	width: 50%;
}

.web_plan_wrap ul li:last-child {
	width: 47%;
}

.web_plan_wrap .detail_btn {
	position: absolute;
	bottom: -8%;
	right: -15%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) and ( max-width: 1024px) {

	.catchcopy_wrap_web p {
		font-size: 20px;
		font-size: 2.0rem;
	}

	.web_plan_wrap {
		margin: 0;
	}

	.web_plan_wrap ul {
		display: block;
	}

	.web_plan_wrap ul li:first-child,
	.web_plan_wrap ul li:last-child {
		width: 100%;
		margin-bottom: 50px;
	}

	.web_plan_wrap ul li img {
		width: 100%;
	}

	.web_plan_wrap .detail_btn {
		float: right;
		position: relative;
		bottom: unset;
		right: unset;
		transform:	unset;
		-webkit-transform: unset;
		-ms-transform: unset;
	}

}



@media screen and (max-width : 767px) {

	.catchcopy_wrap_web p {
		font-size: 16px;
		font-size: 1.6rem;
	}

	.web_plan_wrap {
		margin: 0;
	}

	.web_plan_wrap ul {
		display: block;
	}

	.web_plan_wrap ul li:first-child,
	.web_plan_wrap ul li:last-child {
		width: 100%;
		margin-bottom: 50px;
	}

	.web_plan_wrap ul li img {
		width: 100%;
	}

	.web_plan_wrap .detail_btn {
		float: right;
		position: relative;
		bottom: unset;
		right: unset;
		transform:	unset;
		-webkit-transform: unset;
		-ms-transform: unset;
	}
}

/*--------------------------------------------------------------
	シングルページ 共通
--------------------------------------------------------------*/
.works_single_title h2 {
	display: flex;
	justify-content: center;
	width: 99%;
	margin: 0 auto 60px;
	/* text-align: center; */
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: 100;
	line-height: 1;
	padding: 16px 0 20px;
	box-sizing: border-box;
	border-bottom: 1px solid #bacbd9;
}

.works_single_title h2 span {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.works_single_title h2::before {
	content: "";
	background: url(../img/flont-title-accent.png);
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	position: absolute;
	bottom: -15px;
	left: 2px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.works_single_title h2::after {
	content: "";
	background: url(../img/flont-title-accent.png);
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	position: absolute;
	bottom: -15px;
	right: -13px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.works_single_title h3 {
	width: 99%;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 100;
	display: block;
	position: relative;
	line-height: 1.75;
	letter-spacing: -2px;
	border-bottom: 1px solid #bacbd9;
}

.works_single_title h3::before {
	width: 70px;
	content: "";
	position: absolute;
	bottom: -4px;
	left: 0;
	border-bottom: 4px solid #0e9ced;
}

.works_single_title h3::after {
	content: "";
	background: url(../img/flont-title-accent.png);
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	position: absolute;
	bottom: -15px;
	right: -15px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}


@media screen and (min-width: 768px) and ( max-width: 1024px) {
	.works_single_title h2 {
		margin: 0 auto 40px;
	}
}


@media screen and (max-width : 767px) {
	.works_single_title h2 {
		font-size: 28px;
		font-size: 2.8rem;
		width: 100%;
		margin: 0 auto 40px;
	}

}

/*--------------------------------------------------------------
	Web制作 シングルページ
--------------------------------------------------------------*/
.single_web_plan_wrap {
	margin-bottom: 50px;
}

.single_web_plan_wrap ul {
	display: flex;
	justify-content: space-between;
	padding: 0;
	margin: 0;
}

.single_web_plan_wrap ul li {
	width: 48%;
	list-style: none;
}

.single_web_plan_wrap ul li p {
	font-size: 15px;
	font-size: 1.5rem;
	margin: 0;
}

.single_web_plan_wrap ul li p span {
	font-size: 13px;
	font-size: 1.3rem;
	margin: 0;
}

.single_web_plan_txt {
	margin-bottom: 30px;
}

.single_web_plan_txt .plan_section {
	font-size: 20px;
	font-size: 2.0rem;
}

.single_web_plan_txt .plan_section span {
	font-size: 15px;
	font-size: 1.5rem;
}

.webplan_features {
	margin-bottom: 80px;
}

.webplan_features ul {
	display: flex;
	padding: 45px 0 0 0;
	margin: 0;
}

.webplan_features ul li {
	width: 22%;
	list-style: none;
	margin-right: 48px;
}

.webplan_features ul li:last-child {
	margin: 0;
}


.plan-table {
	width: 100%;
	margin-bottom: 80px;
}

.plan-table table {
	width: 100%;
	margin: 0;
}

.plan-table table caption {
	position: relative;
	font-size: 17px;
	font-size: 1.7rem;
	color: #fff;
	background: #0e9ced;
	text-align: center;
	line-height: 1;
	padding: 15px 0;
	box-sizing: border-box;
}

.plan-table table caption span {
	position: absolute;
	right: 13px;
	bottom: 2px;
	font-size: 1.2rem;
	float: right;
	font-family: regular;
	line-height: 1.5;
}

.plan-table table thead {
	border: unset;
}

.plan-table table tr {
	border-bottom: 1px solid #dddddd;
}

.plan-table table tr:first-child {
	border-top: 1px solid #dddddd;
}

.plan-table thead th:first-child,
.plan-table table th:first-child {
	width: 17%;
}

.plan-table table td,
.plan-table table th {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.25;
	text-align: center;
	padding: 18px 0;
	box-sizing: border-box;
	border-right: 1px solid #dddddd;
}

.plan-table table .page td,
.plan-table table .page th {
	padding: 35px 0;
}

.plan-table table thead th:first-child,
.plan-table table tbody th {
	background: #f1f9fe;
	border-left: 1px solid #dddddd;
}

.plan-table table tbody td .circle {
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: 900;
}

.plan-table table tbody td .txt-small {
	font-size: 15px;
	font-size: 1.5rem;
}

.webplan_btn {
	max-width: 850px;
	margin: 0 auto 100px;
	display: flex;
	justify-content: space-around;
}

.webplan_btn .more_btn {
	width: 45%;
}

.webplan_btn .more_btn a {
	font-size: 18px;
	font-size: 1.8rem;
	padding: 30px 0;
}

.webplan_btn .more_btn a i {
	font-size: 18px;
	font-size: 1.8rem;
	margin: 0;
}

.webplan_btn .more_btn:first-child a i {
	left: 37px;
}

.webplan_btn .more_btn:first-child a:hover i {
	left: 30px;
}

@media screen and (min-width: 768px) and ( max-width: 1024px) {
	.single_web_plan_wrap ul {
		display: block;
	}

	.single_web_plan_wrap ul li {
		width: 100%;
		margin-bottom: 30px;
	}

	.single_web_plan_wrap ul li img {
		width: 100%;
	}

	.webplan_features ul li {
		margin-right: 29px;
	}

	.plan-table {
		white-space: nowrap;
		overflow-x: scroll;
	}

	.plan-table table {
		width: 1000px;
	}

}



@media screen and (max-width : 767px) {
	.entry_content.web {
		padding: 0 0 50px 0;
	}
	.single_web_plan_wrap ul {
		display: block;
	}

	.single_web_plan_wrap ul li {
		width: 100%;
		margin-bottom: 30px;
	}

	.single_web_plan_wrap ul li img {
		width: 100%;
	}

	.webplan_features {
		margin-bottom: 30px;
	}

	.webplan_features ul {
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.webplan_features ul li {
		width: 49%;
		margin: 0;
		margin-bottom: 30px;
	}

	.webplan_features ul li img {
		width: 100%;
	}

	.plan-table {
		white-space: nowrap;
		overflow-x: scroll;
		margin: 0 0 30px 0;
	}

	.plan-table table {
		width: 1000px;
	}

	.webplan_btn {
		max-width: unset;
		justify-content: space-between;
		margin: 0 0 30px 0;
	}

	.webplan_btn .more_btn {
		width: 49%;
		margin: 0;
	}

	.webplan_btn .more_btn a {
		padding: 23px 0;
	}

	.webplan_btn .more_btn a,
	.webplan_btn .more_btn a i {
		font-size: 1.0rem;
	}

	.webplan_btn .more_btn a i {
		right: 9px;
	}

	.webplan_btn .more_btn a:hover i {
		right: 5px;
	}

	.webplan_btn .more_btn:first-child a i {
		left: 12px;
	}

	.webplan_btn .more_btn:first-child a:hover i {
		left: 8px;
	}

}



/*--------------------------------------------------------------
　制作実績
--------------------------------------------------------------*/
.works_wrap {
	width: 79%;
	float: right;
	padding: 35px 0 30px;
	box-sizing: border-box;
	margin-bottom: 100px;
}


.works_wrap ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	box-sizing: border-box;
	margin: 0 0 30px 0;
	padding: 0;
}

.works_wrap ul::after {
	content: "";
	display: block;
	width: 32%;
}

.works_wrap ul li {
	width: 32%;
	height: 270px;
	position: relative;
	background-color: #fff;
	list-style: none;
	border-radius: 5px;
	margin-bottom: 30px;
	box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.05);
}

.works_wrap ul li .works_main_img {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: inline-block;
	background-color: #fff;
	transition: .3s all;
}

.works_wrap ul li .works_main_img:hover {
	opacity: .7;
	transform: scale(0.97);
}

.works_wrap ul li img {
	width: 90%;
	/* height: 100%; */
	/* object-fit: cover; */
	border-radius: 5px;
}

.works_wrap ul li .works_main_img.web {
	display: flex;
	align-items: center;
}

.works_wrap .works_category {
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 0 5px 0 5px;
	z-index: 9;
}

.works_wrap .works_category span,
.works_wrap .works_category a {
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1;
	text-align: center;
	color: #fff;
	padding: 7px 20px;
	box-sizing: border-box;
}

.works_wrap .works_title {
	width: 100%;
	position: absolute;
	bottom: 0;
	border-radius: 0 0 5px 5px;
	letter-spacing: 2.0px;
	z-index: 9;
}

.works_wrap .works_title a {
	padding: 13px 35px;
	box-sizing: border-box;
}

.works_wrap .works_title a span {
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
	color: #fff;
	line-height: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.works_wrap .works_title::after {
	font-size: 10px;
	font-size: 1.0rem;
	color: #fff;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f105';
	position: absolute;
	top: 50%;
	right: 4%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transition: .3s all;
}

.works_wrap .works_title:hover::after {
	right: 2%;
}

.works_wrap .works_category,
.works_wrap .works_title {
	background-color: #eda50d; /* デフォルト設定 */
}

.works_wrap .works_category.printing,
.works_wrap .works_title.printing {
	background-color: #0e9ced;
	transition: .3s all;
}

.works_wrap .works_category.printing:hover,
.works_wrap .works_title.printing:hover {
	background-color: #0f4b9b;
}

.works_wrap .works_category.web,
.works_wrap .works_title.web {
	background-color: #0ad9d7;
	transition: .3s all;
}

.works_wrap .works_category.web:hover,
.works_wrap .works_title.web:hover {
	background-color: #01999f;
}

.wp-pagenavi {
	clear: both;
	/* display: block; */
	display: flex;
	justify-content: center;
	text-align: center;
	margin: 40px 0;
}

.wp-pagenavi .pages {
	display: none;
}

.wp-pagenavi a,
.wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #0e9ced;
	border-radius: 5px;
	margin: 2px;
	box-sizing: border-box;
}

.wp-pagenavi .page-numbers {
	background: #eff9fe;
}

.wp-pagenavi .page-numbers.dots {
	padding: 8px 15px;
	display: flex;
	align-items: center;
	color: #0e9ced;
}

.wp-pagenavi .page-numbers.next,
.wp-pagenavi .page-numbers.prev {
	background: #fff;
	transition: .3s all;
}

.wp-pagenavi .page-numbers.next:hover,
.wp-pagenavi .page-numbers.prev:hover {
	background: #0e9ced;
}

.wp-pagenavi a,
.wp-pagenavi .current {
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: 900;
	color: #0e9ced;
	border: 1px solid #0e9ced;
	border-radius: 5px;
	padding: 8px 18px;
	transition: .3s all;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
	color: #fff;
	border-color: #0e9ced;
	background: #0e9ced;
}




@media screen and (min-width: 768px) and ( max-width: 1024px) {
	.works_wrap {
		width: 72%;
		margin: 0;
	}

	.works_wrap ul li {
		width: 49%;
		height: 345px;
	}

}



@media screen and (max-width : 767px) {
	.works_wrap {
		float: none;
		width: 100%;
		padding: 0;
		margin: 0;
	}

	.works_wrap ul li {
		width: 49%;
		height: 195px;
		margin-bottom: 30px;
	}

	.works_wrap .works_category span,
	.works_wrap .works_category a {
		font-size: 10px;
		font-size: 1.0rem;
		padding: 5px 20px;
	}

	.works_wrap .works_title a {
		padding: 10px 25px;
	}

	.works_wrap .works_title a span {
		font-size: 10px;
		font-size: 1.0rem;
	}

	.wp-pagenavi {
		margin: 30px 0;
	}

	.wp-pagenavi a,
	.wp-pagenavi .current {
		font-size: 15px;
		font-size: 1.5rem;
		padding: 8px;
		transition: .3s all;
	}

	.wp-pagenavi .page-numbers.dots {
		padding: 8px;
	}

}

/*--------------------------------------------------------------
	制作実績 印刷 シングルページ
--------------------------------------------------------------*/
.works_single .works_wrap {
	padding: 0 0 50px;
}

.works_single_wrap {
	max-width: 800px;
	margin: 0 auto;
}

.works_single_merchandise {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.works_single_img {
	display: block;
	width: 50%;
}

.works_single_img .works_single_img_main {
	position: relative;
	margin-bottom: 40px;
}

.works_single_img .works_single_img_main .slick-list {
	max-width: 380px;
	height: 380px;
	margin: 0 auto;
}

.works_single_img .works_single_img_main .slick-prev,
.works_single_img .works_single_img_main .slick-next {
	top: 60%;
}

.works_single_img .works_single_img_main .slick-prev::before {
	content:'\f053';
	top: 0;
	left: 0;
}

.works_single_img .works_single_img_main .slick-next:before {
	content:'\f054';
	top: 0;
	right: -10px;
}

.works_single_img .works_single_img_main .slick-prev::before,
.works_single_img .works_single_img_main .slick-next:before {
	color: #e7edf3;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 4.0rem;
	position: absolute;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transition: .3s all;
}

.works_single_img .works_single_img_main .slick-prev:hover::before,
.works_single_img .works_single_img_main .slick-next:hover::before {
	color: #0e9ced;
}

.works_single_img .works_single_img_main img {
	width: 100%;
	object-fit: cover;
	cursor: pointer;
}

.works_single_img .works_single_img_sub {
	position: relative;
}

.works_single_img .works_single_img_sub .slick-list {
	max-width: 380px;
	margin: 0 auto;
}

.works_single_img .works_single_img_sub .slick-prev::before {
	content:'\f053';
	top: 50%;
	left: -5%;
}

.works_single_img .works_single_img_sub .slick-next:before {
	content:'\f054';
	top: 50%;
	right: -15%;
}

.works_single_img .works_single_img_sub .slick-prev::before,
.works_single_img .works_single_img_sub .slick-next:before {
	color: #e7edf3;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 3.0rem;
	position: absolute;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transition: .3s all;
}

.works_single_img .works_single_img_sub .slick-prev:hover::before,
.works_single_img .works_single_img_sub .slick-next:hover:before {
	color: #0e9ced;
}

.works_single_img .works_single_img_sub img {
	width: 24%;
	object-fit: cover;
	cursor: pointer;
}

.works_single_txt {
	width: 43%;
}

.works_single_txt p {
	margin: 0 0 25px 0;
	line-height: 1.95;
}

.works_single_txt a {
	color: #0e9ced;
	letter-spacing: 1px;
	transition: .3s all;
}

.works_single_txt a:hover {
	color: #2e61a4;
}

.related_products {
	padding: 28px 22px;
}

.related_products ul {
	margin: 0 0 55px 0;
}

.related_products ul li {
	width: 22%;
	height: 150px;
}

.related_products ul li a {
	display: inline-block;
	background-color: #fff;
	transition: .3s all;
}

.related_products ul li a:hover {
	opacity: .7;
	transform: scale(0.97);
}

.related_products ul li img {
	width: 100%;
	height: 150px;
	object-fit: cover;
}

.related_products ul li p {
	line-height: 1.75;
	font-size: 13px;
	font-size: 1.3rem;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.related_products ul li p a {
	display: contents;
	color: #324f67;
}

.related_products ul li p a:hover {
	color: #0e9ced;
}

@media screen and (min-width: 768px) and ( max-width: 1024px) {
	.works_single_merchandise {
		display: block;
	}

	.works_single_img {
		display: block;
		width: 100%;
		margin-bottom: 30px;
	}

	.works_single_img .works_single_img_main {
		margin-bottom: 30px;
	}

	.works_single_img .works_single_img_main .slick-list {
		height: unset;
	}

	.works_single_img .works_single_img_main .slick-prev {
		left: 0;
	}

	.works_single_img .works_single_img_main .slick-next {
		right: 0;
	}

	.works_single_img .works_single_img_sub .slick-prev {
		left: 10px;
	}

	.works_single_img .works_single_img_sub .slick-next {
		right: 10px;
	}

	.works_single_txt {
		width: 100%;
	}

	.related_products {
		padding: 15px;
	}

	.related_products ul li {
		width: 49%;
		height: 100%;
		margin: 0;
		box-shadow: none;
	}

	.related_products ul li img {
		height: 250px;
	}


}

@media screen and (max-width : 767px) {
	.works_single_merchandise {
		display: block;
		margin-bottom: 20px;
	}

	.works_single_img {
		display: block;
		width: 100%;
		margin-bottom: 30px;
	}

	.works_single_img .works_single_img_main {
		margin-bottom: 30px;
	}

	.works_single_img .works_single_img_main .slick-list {
		max-width: 320px;
		height: unset;
	}

	.works_single_img .works_single_img_main .slick-prev {
		left: 10px;
	}

	.works_single_img .works_single_img_main .slick-next {
		right: -10px;
	}

	.works_single_img .works_single_img_sub .slick-list {
		max-width: 320px;
	}

	.works_single_img .works_single_img_sub .slick-prev {
		left: 0;
	}

	.works_single_img .works_single_img_sub .slick-next {
		right: -10px;
	}

	.works_single_txt {
		width: 100%;
	}

	.related_products {
		padding: 15px 0;
	}

	.related_products ul {
		display: flex;
		margin: 0;
	}

	.related_products ul li {
		width: 48%;
		height: 100%;
		margin-bottom: 30px;
		box-shadow: unset;
	}

}


/*--------------------------------------------------------------
　会社案内
--------------------------------------------------------------*/
.catchcopy_wrap.greeting {
	max-width: 900px;
	text-align: right;
	margin: 0 auto 165px;
}

.catchcopy_wrap.greeting h2 {
	text-align: center;
}

.catchcopy_wrap.greeting p {
	text-align: left;
	line-height: 2.1;
	margin: 0px 0 30px;
}

.company_wrap .company_history {
	padding: 100px 0;
	box-sizing: border-box;
	background-color: #f4f8fa;
}

.company_wrap .company_history .catchcopy_wrap {
	margin: 0 auto 60px;
}

.company_wrap .company_history table {
	max-width: 800px;
	margin: 0 auto;
}

.company_wrap .company_history table tr th,
.company_wrap .company_history table tr td {
	color: #444444;
	text-align: left;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.05;
}

.company_wrap .company_history table tr th {
	width: 100%;
	display: flex;
}

.company_wrap .company_history table tr td {
	width: 72%;
}

.company_wrap .company_overview {
	padding: 75px 0 0;
	box-sizing: border-box;
	margin-bottom: 155px;
}

.company_wrap .company_overview .catchcopy_wrap {
	margin: 0 auto 45px;
}

.company_wrap .company_overview .catchcopy_wrap h2 {
	margin: 0;
}

.company_wrap .company_overview table tr {
	border-top: 1px solid #cbe1ed;
}

.company_wrap .company_overview table tr:last-child {
	border-bottom: 1px solid #cbe1ed;
}

.company_wrap .company_overview table {
	max-width: 1000px;
	margin: 0 auto;
}

.company_wrap .company_overview table tr th,
.company_wrap .company_overview table tr td {
	font-size: 16px;
	font-size: 1.6rem;
	text-align: left;
	padding: 26px 45px;
	box-sizing: border-box;
}

.company_wrap .company_overview table tr th {
	width: 24%;
}

@media screen and (min-width: 768px) and ( max-width: 1024px) {
	.catchcopy_wrap.greeting {
		max-width: unset;
		margin: 0 0 50px 0;
	}

	.company_wrap .company_history table {
		max-width: unset;
	}

	.company_wrap .company_overview table tr th {
		width: 30%;
	}

}



@media screen and (max-width : 767px) {
	.catchcopy_wrap.greeting {
		max-width: unset;
		margin: 0 0 50px 0;
	}

	.company_wrap .company_history {
		padding: 50px 0;
	}

	.company_wrap .company_history table {
		max-width: unset;
	}

	.company_wrap .company_history table tr {
		display: block;
		margin-bottom: 30px;
	}

	.company_wrap .company_history table tr th,
	.company_wrap .company_history table tr td {
		display: block;
	}

	.company_wrap .company_history table tr th {
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: 900;
	}

	.company_wrap .company_history table tr td {
		font-size: 14px;
		font-size: 1.4rem;
		width: 100%;
	}

	.company_wrap .company_overview {
		padding: 50px 0;
		box-sizing: border-box;
		margin: 0;
	}

	.company_wrap .company_overview table tr {
		display: block;
		padding: 15px 0;
	}

	.company_wrap .company_overview table tr th,
	.company_wrap .company_overview table tr td {
		display: block;
		padding: 0 15px;
	}

	.company_wrap .company_overview table tr th {
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: 900;
		width: 100%;
	}

	.company_wrap .company_overview table tr td {
		font-size: 14px;
		font-size: 1.4rem;
	}

}



/*--------------------------------------------------------------
	ご注文の流れ
--------------------------------------------------------------*/
.entry_content.flow {
	padding: 0 0 145px;
	box-sizing: border-box;
}

.flow_printing_wrap {
	padding: 0 0 110px;
	box-sizing: border-box;
}

.flow_printing_wrap .catchcopy_wrap,
.flow_web_wrap .catchcopy_wrap {
	margin: 0 auto 60px;
}

.flow_erea {
	max-width: 980px;
	margin: 0 auto;
}

.flow_erea:last-of-type {
	margin: 0 auto 50px;
}

.flow_item {
	position: relative;
	display: flex;
	justify-content: left;
}

.flow_item .flow_item_numbers {
	width: 14%;
	font-size: 80px;
	font-size: 8.0rem;
	color: #0e9ced;
	font-family: Arial;
	font-style: oblique;
	line-height: 1;
	padding: 0px 0 0 10px;
	box-sizing: border-box;
}

.flow_printing_wrap h3,
.flow_web_wrap h3 {
	display: flex;
	align-items: center;
	padding-bottom: 10px;
	box-sizing: border-box;
}

.flow_printing_wrap h3 span,
.flow_web_wrap h3 span {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: 1px;
}

.flow_web_wrap {
	padding: 100px 0 100px;
	box-sizing: border-box;
	background-color: #f4f8fa;
}

.flow_web_wrap h2::after {
	border-bottom: 4px solid #0ad9d7;
}

.flow_web_wrap .flow_item .flow_item_numbers {
	color: #0ad9d7;
}

.flow_printing_wrap h3 {
	color: #2e61a4;
}

.flow_web_wrap h3 {
	color: #189493;
}

.flow_item .flow_item_text {
	width: 82%;
}

.flow_web_wrap h3::before {
	border-bottom: 4px solid #0ad9d7;
}

.flow_item .flow_item_text p {
	font-size: 16px;
	font-size: 1.6rem;
}

.flow_arrow {
	text-align: center;
}

.flow_printing_wrap .flow_arrow {
	padding: 0 0 22px;
	box-sizing: border-box;
}

.flow_web_wrap .flow_arrow {
	padding: 0 0 25px;
	box-sizing: border-box;
}

@media screen and (min-width: 768px) and ( max-width: 1024px) {
	.flow_printing_wrap {
		padding: 0 0 80px;
	}

	.flow_web_wrap {
		padding: 0 0 80px;
	}

	.flow_erea {
		max-width: unset;
		margin: 0;
	}

	.flow_item .flow_item_numbers {
		width: 20%;
		padding: 5px 0 0 0;
	}

	.flow_item .flow_item_text {
		width: 100%;
	}

	.flow_item .flow_item_text p {
		margin-bottom: 0;
	}

	.flow_printing_wrap .flow_arrow,
	.flow_web_wrap .flow_arrow {
		padding: 20px 0;
	}

}

@media screen and (max-width : 767px) {
	.flow_printing_wrap {
		padding: 0 0 80px;
	}

	.flow_web_wrap {
		padding: 50px 0;
	}

	.flow_erea {
		max-width: unset;
		margin: 0;
	}

	.flow_printing_wrap h3,
	.flow_web_wrap h3 {
		padding: 0;
		font-size: 2.2rem;
	}

	.flow_printing_wrap h3 span,
	.flow_web_wrap h3 span {
		font-size: 12px;
		font-size: 1.2rem;
	}

	.flow_item .flow_item_text p {
		font-size: 15px;
		font-size: 1.5rem;
		margin-bottom: 0;
	}

	.flow_item .flow_item_numbers {
		width: 16%;
		font-size: 35px;
		font-size: 3.5rem;
		padding: 5px 0 0 0;
	}

	.flow_item .flow_item_text {
		width: 100%;
	}

	.flow_printing_wrap .flow_arrow,
	.flow_web_wrap .flow_arrow {
		padding: 20px 0;
	}

}

/*--------------------------------------------------------------
	よくある質問
--------------------------------------------------------------*/
.entry_content.faq {
	padding: 0 0 100px;
	box-sizing: border-box;
}

.faq_erea {
	max-width: 890px;
	margin: 0 auto 30px;
}

.faq_btn_erea {
	padding: 0 0 50px;
	box-sizing: border-box;
}

.faq_btn_erea ul {
	display: flex;
	justify-content: space-between;
	padding: 0;
	margin: 0;
}

.faq_btn_erea ul li {
	list-style: none;
	width: 49%;
}

.faq_btn_erea ul li a {
	text-align: center;
	color: #2e61a4;
	padding: 20px 0;
	box-sizing: border-box;
	border: 1px solid #2e61a4;
	border-radius: 5px;
	line-height: 1;
	transition: .3s;
}

.faq_btn_erea ul li a:hover {
	color: #fff;
	background-color: #2e61a4;
}

.faq_item {
	padding: 25px 0;
	box-sizing: border-box;
	border-bottom: 1px dashed #bacbd9;
}

.faq_item ul {
	padding-left: 30px;
	margin: 0;
}

.faq_item ul li {
	font-size: 16px;
	font-size: 1.6rem;
	position: relative;
	list-style: none;
	box-sizing: border-box;
}

.faq_item ul li::before {
	position: absolute;
	top: -8px;
	left: -30px;
}

.faq_item ul .question {
	padding: 0 0 9px;
	box-sizing: border-box;
}

.faq_item ul .question::before {
	content:'Q.';
	font-size: 25px;
	font-size: 2.5rem;
	font-family: Arial;
	font-style: oblique;
}

.flow_printing_wrap .faq_item ul .question {
	color: #2e61a4;
}

.flow_printing_wrap .faq_item ul .question::before {
	color: #0e9ced;
}

.faq_item ul .answer::before {
	color: #f2ae1c;
	content:'A.';
	font-size: 25px;
	font-size: 2.5rem;
	font-family: Arial;
	font-style: oblique;
}

.faq_item .data_btn {
	display: flex;
	margin: 0 30px;
	padding: 10px 0;
	box-sizing: border-box;
}

.faq_item .data_btn a {
	color: #2e61a4;
	font-size: 16px;
	font-size: 1.6rem;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 20px;
	box-sizing: border-box;
	border: 1px solid #c9e4f3;
	border-radius: 5px;
	line-height: 1;
	margin-right: 25px;
	transition: .3s;
}

.faq_item .data_btn a:hover {
	background-color: #c9e4f3;
}

.faq_item .data_btn a img {
	margin: 0;
	margin-left: 10px;
}

.entry_content.faq .flow_web_wrap {
	padding: 70px 0 100px;
	box-sizing: border-box;
	background-color: #f4f8fa;
}

.entry_content.faq .flow_web_wrap .catchcopy_wrap {
	margin: 0 auto 40px;
}

.entry_content.faq .flow_web_wrap .catchcopy_wrap h2 {
	margin: 0;
}

.flow_web_wrap .faq_item {
	border-top: 1px solid #c9e4f3;
}

.flow_web_wrap .faq_item ul .question {
	color: #079b9a;
}

.flow_web_wrap .faq_item ul .question::before {
	color: #0ad9d7;
}

.flow_web_wrap .faq_item ul .answer {
	line-height: 1.6;
}

.flow_web_wrap .faq_item .work_btn {
	width: 240px;
	margin: 0 30px;
	padding: 25px 0 0;
	box-sizing: border-box;
}

.flow_web_wrap .faq_item .work_btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #079b9a;
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 20px;
	box-sizing: border-box;
	line-height: 1;
	border: 2px solid #c9e4f3;
	border-radius: 5px;
	transition: .3s;
}

.flow_web_wrap .faq_item .work_btn a i {
	font-size: 10px;
	font-size: 1.0rem;
	margin-left: 12px;
}

.flow_web_wrap .faq_item .work_btn a:hover {
	background-color: #c9e4f3;
}

@media screen and (min-width: 768px) and ( max-width: 1024px) {
	.entry_content.faq {
		padding: 0 0 50px;
	}

	.faq_erea {
		max-width: unset;
	}

	.entry_content.faq .flow_web_wrap {
		padding: 0 0 80px;
	}

}

@media screen and (max-width : 767px) {
	.entry_content.faq {
		padding: 0 0 50px;
	}

	.faq_btn_erea {
		padding: 0;
	}

	.faq_erea {
		max-width: unset;
		margin: 0 auto 50px;
	}

	.faq_item .data_btn {
		display: block;
		margin: 0;
	}

	.faq_item .data_btn a {
		margin: 0;
		margin: 10px 0;
	}

	.entry_content.faq .flow_web_wrap {
		padding: 50px 0;
	}

	.flow_web_wrap .faq_item ul .answer {
		line-height: 1.75;
	}

	.flow_web_wrap .faq_item .work_btn {
		width: 100%;
		margin: 0;
	}

}




/*--------------------------------------------------------------
	お問い合わせ
--------------------------------------------------------------*/
.contact_subvisu {
	margin-bottom: 140px;
}

.contact_wrap {
	max-width: 935px;
	margin: 0 auto;
}

.contact_wrap_row {
	padding: 30px 0;
	box-sizing: border-box;
}

.mw_wp_form {
	width: 100%;
	margin: 0 auto;
	/* padding: 0 100px; */
}

.mw_wp_form input,
.mw_wp_form textarea {
	border: none;
	background-color: #f3f3f3;
	padding: 10px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.mw_wp_form textarea {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* IE11 */
_:-ms-lang(x)::-ms-backdrop,
.mw_wp_form textarea {
	width: 100%;
}

input[type='text'] {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.mw_wp_form input[type='text'].contact_add {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* IE11 */
_:-ms-lang(x)::-ms-backdrop,
.mw_wp_form input[type='text'].contact_add {
	width: 90%;
}

.mw_wp_form input[type='email'].contact_mail {
	width: 100%;
	margin: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* IE11 */
_:-ms-lang(x)::-ms-backdrop,
.mw_wp_form input[type='email'].contact_mail {
	width: 90%;
}

.page .entry_content .mw_wp_form table {
	width: 100%;
	margin-bottom: 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.page .entry_content .mw_wp_form table th {
	width: 25%;
	font-size: 1.8rem;
}

/* IE11 */
_:-ms-lang(x)::-ms-backdrop,
.page .entry_content .mw_wp_form table th {
	width: 30%;
}

.page .entry_content .mw_wp_form table td {
	position: relative;
	width: 62%;
	font-size: 1.8rem;
}

.page .entry_content .mw_wp_form table th,
.page .entry_content .mw_wp_form table td {
	color: #324f67;
	padding: 0;
	box-sizing: border-box;
}

.entry_content .mw_wp_form table .contact_company_name_box th,
.entry_content .mw_wp_form table .contact_company_name_box td {
	padding: 40px 0 30px;
}

.entry_content .mw_wp_form table .contact_name_box th,
.entry_content .mw_wp_form table .contact_name_box td {
	padding: 40px 0 30px;
}

.entry_content .mw_wp_form table .contact_location_box th,
.entry_content .mw_wp_form table .contact_location_box td {
	padding: 20px 0;
}

.entry_content .mw_wp_form table .contact_dial_box th,
.entry_content .mw_wp_form table .contact_dial_box td {
	padding: 25px 0;
}

.entry_content .mw_wp_form table .select_box th,
.entry_content .mw_wp_form table .select_box td {
	padding: 55px 0 0px;
}

.entry_content .mw_wp_form table .contact_mail_box th,
.entry_content .mw_wp_form table .contact_mail_box td {
	padding: 25px 0;
}

.entry_content .mw_wp_form table .other_box th,
.entry_content .mw_wp_form table .other_box td {
	padding: 10px 0px;
}

.entry_content .mw_wp_form table .radio_box th,
.entry_content .mw_wp_form table .radio_box td {
	padding: 25px 0px 10px;
}

.entry_content .mw_wp_form table .size_custom_box th,
.entry_content .mw_wp_form table .size_custom_box td {
	padding: 0;
}

.entry_content .mw_wp_form table .quantity_box th,
.entry_content .mw_wp_form table .quantity_box td {
	padding: 20px 0;
}

.entry_content .mw_wp_form table .one_back_box th,
.entry_content .mw_wp_form table .one_back_box td {
	padding: 25px 0;
}

.entry_content .mw_wp_form table .copy_box th,
.entry_content .mw_wp_form table .copy_box td {
	padding: 10px 0;
}

.entry_content .mw_wp_form table .printing_color_box th,
.entry_content .mw_wp_form table .printing_color_box td {
	padding: 10px 0 20px;
}

.entry_content .mw_wp_form table .file_box th,
.entry_content .mw_wp_form table .file_box td {
	padding: 30px 0 0;
}

.entry_content .mw_wp_form table .site_box th,
.entry_content .mw_wp_form table .site_box td {
	padding: 20px 0 0;
}

.entry_content .mw_wp_form table .others_box th,
.entry_content .mw_wp_form table .others_box td {
	padding: 0 0 65px 0;
}

.entry_content .mw_wp_form table .contact_textarea_box th,
.entry_content .mw_wp_form table .contact_textarea_box td {
	padding: 25px 0 10px 0;
}

.page .entry_content .mw_wp_form table td .text-small {
	position: absolute;
	bottom: -10px;
	left: 0;
	font-size: 1.5rem;
}

.page .entry_content .mw_wp_form table td .select,
.page .entry_content .mw_wp_form table td .printing_color {
	text-align: center;
	position: relative;
	padding: 7px 55px 7px 25px;
	box-sizing: border-box;
	border-color: #324f67;
	border-radius: unset;
	cursor: pointer;
	transition: .3s;
	-webkit-appearance: none;
	appearance: none;
	background-image: url(../img/chevron-arrow-down.png);
	background-repeat: no-repeat;
	background-position: right 22px center;
	background-size: 10px 10px;
}

.page .entry_content .mw_wp_form table td .select::-ms-expand,
.page .entry_content .mw_wp_form table td .printing_color::-ms-expand {
	display: none;
}

.page .entry_content .mw_wp_form table td .select:hover,
.page .entry_content .mw_wp_form table td .printing_color:hover {
	color: #fff;
	background-color: #324f67;
	background-image: url(../img/chevron-arrow-down-w.png);
	background-repeat: no-repeat;
	background-position: right 22px center;
	background-size: 10px 10px;
}

.page .entry_content .mw_wp_form input[type="file"].image {
	background-color: unset;
}

.page .entry_content .mw_wp_form input[type=radio].radio,
.page .entry_content .mw_wp_form input[type=radio].one_back,
.page .entry_content .mw_wp_form input[type=radio].copy,
.page .entry_content .mw_wp_form input[type=radio].site {
	display: none;
}

.page .entry_content .mw_wp_form .radio label,
.page .entry_content .mw_wp_form .one_back label,
.page .entry_content .mw_wp_form .copy label,
.page .entry_content .mw_wp_form .site label {
	display: inline-block;
}

.page .entry_content .mw_wp_form .radio + span,
.page .entry_content .mw_wp_form .one_back + span,
.page .entry_content .mw_wp_form .copy + span,
.page .entry_content .mw_wp_form .site + span {
	padding: 0 25px 0 35px;
	display: inline-block;
	position: relative;
	line-height: 1;
}

.page .entry_content .mw_wp_form .radio + span::after,
.page .entry_content .mw_wp_form .radio + span::before,
.page .entry_content .mw_wp_form .one_back + span::after,
.page .entry_content .mw_wp_form .one_back + span::before,
.page .entry_content .mw_wp_form .copy + span::after,
.page .entry_content .mw_wp_form .copy + span::before,
.page .entry_content .mw_wp_form .site + span::after,
.page .entry_content .mw_wp_form .site + span::before {
	border-radius: 50%;
	content: '';
	display: block;
	position: absolute;
}

.page .entry_content .mw_wp_form .radio + span::before,
.page .entry_content .mw_wp_form .one_back + span::before,
.page .entry_content .mw_wp_form .copy + span::before,
.page .entry_content .mw_wp_form .site + span::before {
	width: 20px;
	height: 20px;
	border: 1px solid #324f67;
	left: 13px;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	cursor: pointer;
}

.page .entry_content .mw_wp_form .radio + span::after,
.page .entry_content .mw_wp_form .one_back + span::after,
.page .entry_content .mw_wp_form .copy + span::after,
.page .entry_content .mw_wp_form .site + span::after {
	background: #0e9ced;
	width: 12px;
	height: 12px;
	left: 13px;
	opacity: 0;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	opacity: 0;
	cursor: pointer;
}

.page .entry_content .mw_wp_form .radio:checked + span::after,
.page .entry_content .mw_wp_form .one_back:checked + span::after,
.page .entry_content .mw_wp_form .copy:checked + span::after,
.page .entry_content .mw_wp_form .site:checked + span::after {
	opacity: 1;
}

.mw_wp_form .horizontal-item + .horizontal-item {
	margin-left: 0;
}

.page .entry_content .mw_wp_form table td .size_custom,
.page .entry_content .mw_wp_form table td .quantity,
.page .entry_content .mw_wp_form table td .page,
.page .entry_content .mw_wp_form table td .others {
	width: 30%;
}

.imgattached {
	position: relative;
	display: flex;
	align-items: center;
	gap: 10px;
	padding-right: 80px;
	box-sizing: border-box;
}

.imgattached input[type=file] {
	display: none !important;
}

.imgattached label {
	width: 70%;
	pointer-events: none;
}

.contact-confirm .imgattached label {
	border: none;
	width: 100%;
	text-align: left;
}

.imgattached label .label-inner {
	width: 100%;
	border: 1px solid #324f67;
	padding: 7px 20px;
	box-sizing: border-box;
	cursor: pointer;
	text-align: center;
	background-repeat: no-repeat;
	background-position: left 20px center, right 20px center;
	background-size: 29px auto, 12px auto;
	transition: .3s;
	box-sizing: border-box;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	pointer-events: auto;
}

.imgattached label .mw-wp-form_file {
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.contact-confirm .imgattached .mw-wp-form_file {
	padding: 0 10px;
	box-sizing: border-box;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.imgattached label .mwform-file-delete {
	display: none;
}

.imgattached label .label-inner:hover {
	color: #fff;
	background-color: #324f67;
}

.contact-confirm .imgattached label:hover {
	color: unset;
	background-color: unset;
}

.contact-confirm .imgattached label .label-inner {
	display: none;
}

.imgattached__status {
	/* width: 55%; */
	width: 200px;
	color: #999999;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.contact-confirm .imgattached__status {
	display: none;
}

.imgattached__delete {
	position: absolute;
	right: 0;
	display: block;
	padding: 0 15px;
	box-sizing: border-box;
	color: #fff;
	background-color: #324f67;
	border: 1px solid #324f67;
	border-radius: 5px;
	display: none;
	cursor: pointer;
	transition: .3s;
}

.imgattached__delete::before {
	content: "削除";
}

.imgattached__delete:hover {
	color: #324f67;
	background-color: #fff;
}

/* IE11 */
/* _:-ms-lang(x)::-ms-backdrop,
.page .entry_content .mw_wp_form table td {
	width: 80%;
} */

.mw_wp_form .consent {
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
	margin: 0 0 50px;
}

.mw_wp_form .consent a {
	display: inline-block;
	color: #0e9ced;
	transition: .3s all;
}

.mw_wp_form .consent a:hover {
	color: #324f67;
}

.mw_wp_form input[type='submit'] {
	width: 27%;
	border-radius: unset;
	margin-bottom: 50px;
	padding: 20px 0px;
	box-sizing: border-box;
	background-color: #169eed;
	transition: .3s all;
}

.mw_wp_form input[type='submit']:hover {
	background-color: #2e61a4;
}

.mw_wp_form p.thanks-page {
	font-size: 2.2rem;
}

.required,
.mw_wp_form .error {
	color: red;
}

.mw_wp_form input[type='submit'].return {
	color: #ffffff;
	background: #666666;
}

.mw_wp_form input[type='submit'].return:hover {
	color: #ffffff;
	background: #303030;
}

.mw_wp_form_complete {
	background-color: #fcfbed;
	padding: 40px 70px 50px;
	/* margin: 0 100px; */
}

.mw_wp_form_complete .thanks-page {
	margin-bottom: 20px;
}

.re-captcha-policies {
	text-align: center;
	font-size: 1.4rem;
}

.re-captcha-policies a {
	display: inline-block;
	color: #0e9ced;
}

.grecaptcha-badge {
	visibility: hidden;
}



@media screen and (max-width: 767px) {
	.contact_wrap {
		max-width: unset;
		margin: 0;
	}

	.contact_subvisu {
		margin-bottom: 50px;
	}

	.attention_txt {
		width: 100%;
	}
	.mw_wp_form {
		width: 100%;
		padding: 0;
	}
	.mw_wp_form input,
	.mw_wp_form textarea,
	.mw_wp_form input[type='text'].contact_add {
		width: 100%;
	}

	.page .entry_content .mw_wp_form .radio + span,
	.page .entry_content .mw_wp_form .one_back + span,
	.page .entry_content .mw_wp_form .copy + span,
	.page .entry_content .mw_wp_form .site + span {
		padding: 0 15px 0 35px;
	}

	.entry_content .mw_wp_form table .contact_company_name_box th,
	.entry_content .mw_wp_form table .contact_company_name_box td,
	.entry_content .mw_wp_form table .contact_name_box th,
	.entry_content .mw_wp_form table .contact_name_box td,
	.entry_content .mw_wp_form table .contact_location_box th,
	.entry_content .mw_wp_form table .contact_location_box td,
	.entry_content .mw_wp_form table .contact_dial_box th,
	.entry_content .mw_wp_form table .contact_dial_box td,
	.entry_content .mw_wp_form table .select_box th,
	.entry_content .mw_wp_form table .select_box td,
	.entry_content .mw_wp_form table .contact_mail_box th,
	.entry_content .mw_wp_form table .contact_mail_box td,
	.entry_content .mw_wp_form table .radio_box th,
	.entry_content .mw_wp_form table .radio_box td,
	.entry_content .mw_wp_form table .size_custom_box th,
	.entry_content .mw_wp_form table .size_custom_box td,
	.entry_content .mw_wp_form table .quantity_box th,
	.entry_content .mw_wp_form table .quantity_box td,
	.entry_content .mw_wp_form table .one_back_box th,
	.entry_content .mw_wp_form table .one_back_box td,
	.entry_content .mw_wp_form table .copy_box th,
	.entry_content .mw_wp_form table .copy_box td,
	.entry_content .mw_wp_form table .printing_color_box th,
	.entry_content .mw_wp_form table .printing_color_box td,
	.entry_content .mw_wp_form table .file_box th,
	.entry_content .mw_wp_form table .file_box td,
	.entry_content .mw_wp_form table .site_box th,
	.entry_content .mw_wp_form table .site_box td,
	.entry_content .mw_wp_form table .other_box th,
	.entry_content .mw_wp_form table .other_box td,
	.entry_content .mw_wp_form table .others_box th,
	.entry_content .mw_wp_form table .others_box td,
	.entry_content .mw_wp_form table .contact_textarea_box th,
	.entry_content .mw_wp_form table .contact_textarea_box td {
		padding: 0;
	}

	.page .entry_content .mw_wp_form table tr th {
		display: block;
		width: 100%;
		padding: 0;
	}
	.page .entry_content .mw_wp_form table tr td {
		width: 100%;
		display: block;
		padding: 10px 0 50px;
	}

	.page .entry_content .mw_wp_form table .radio_box td,
	.page .entry_content .mw_wp_form table .site_box td {
		padding: 10px 0;
	}

	.page .entry_content .mw_wp_form table .size_custom_box td,
	.page .entry_content .mw_wp_form table .others_box td {
		padding: 0 0 50px;
	}

	.page .entry_content .mw_wp_form table td .select,
	.page .entry_content .mw_wp_form table td .printing_color {
		text-align: center;
		width: 100%;
		padding: 7px 0;
	}
	.page .entry_content .mw_wp_form table td .size_custom,
	.page .entry_content .mw_wp_form table td .others {
		width: 50%;
	}

	.page .entry_content .mw_wp_form table td .quantity,
	.page .entry_content .mw_wp_form table td .page {
		width: 100%;
	}

	.page .entry_content .mw_wp_form table .radio_box td,
	.page .entry_content .mw_wp_form table .one_back_box td,
	.page .entry_content .mw_wp_form table .copy_box td,
	.page .entry_content .mw_wp_form table .site_box td {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.page .entry_content .mw_wp_form table .radio_box td,
	.page .entry_content .mw_wp_form table .site_box td {
		justify-content: flex-start;
	}

	.page .entry_content .mw_wp_form table td .text-small {
		position: unset;
	}

	.imgattached {
		display: block;
		gap: unset;
	}

	.imgattached label {
		width: 100%;
		display: block;
	}

	.imgattached__status {
		width: 100%;
	}

	.mwform-tel-field input[type="text"], .mwform-zip-field input[type="text"] {
		width: 29%;
	}

	.mw_wp_form input[type='checkbox'] {
		width: 5%;
	}

	.mw_wp_form input[type='submit'] {
		width: 70%;
	}

	.mw_wp_form_complete {
		padding: 30px 20px 40px;
		margin: 0;
	}

	.mw_wp_form .horizontal-item {
		display: block;
	}

	.mw_wp_form .more_btn {
		width: 100%;
	}
}



/*--------------------------------------------------------------
	チェックボックススタイル
--------------------------------------------------------------*/

.mwform-checkbox-field input[type='checkbox'].contact_cb,
.mwform-checkbox-field input[type='checkbox'].agree_cb {/* まず、＜input＞タグの表示を消します*/
	display: none;
	transition: .3s all;
}

.mwform-checkbox-field input[type='checkbox'].contact_cb + span,
.mwform-checkbox-field input[type='checkbox'].agree_cb + span {/* ＜span＞タグのスタイル（各項目幅や余白など） */
	padding-left: 40px;
	position: relative;
	font-size: 1.8rem;
	cursor: pointer;
}

.mwform-checkbox-field input[type='checkbox'].contact_cb + span::before,
.mwform-checkbox-field input[type='checkbox'].agree_cb + span::before {/* チェックボックスの大きさや形のスタイル */
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #999;
	border-radius: 4px;
	background-color: #fff;
	cursor: pointer;
}

.mwform-checkbox-field input[type='checkbox']#contact_cb-3 {
	margin-right: 100px;
}

.mwform-checkbox-field input[type='checkbox'].contact_cb:checked + span::after,
.mwform-checkbox-field input[type='checkbox'].agree_cb:checked + span::after {/* 選択時のチェックボックススタイル */
	content: "";
	display: block;
	position: absolute;
	top: -2px;
	left: 4px;
	width: 10px;
	height: 18px;
	transform: rotate(40deg);
	border-bottom: 4px solid #f04d30;
	border-right: 4px solid #f04d30;
	border-radius: 4px;
	cursor: pointer;
}




/*--------------------------------------------------------------
	個人情報保護方針
--------------------------------------------------------------*/
.privacy_policy_wrap {
	padding: 0 0 50px;
	box-sizing: border-box;
}

.privacy_policy_wrap h4 {
	border-left: 4px solid #0e9ced;
	padding-left: 10px;
	box-sizing: border-box;
}

.privacy_policy_representative {
	text-align: right;
}

.privacy_policy_representative p {
	font-size: 17px;
	font-size: 1.7rem;
}

.privacy_policy_area {
	margin-bottom: 50px;
}

.privacy_policy_wrap li {
	margin-bottom: 10px;
}

.privacy_policy_wrap table {
	width: 100%;
	margin: 0;
	border: 1px solid #dddddd;
}

.privacy_policy_wrap table tr {
	border-bottom: 1px solid #dddddd;
}

.privacy_policy_wrap table th {
	width: 30%;
}

.privacy_policy_wrap table tr:first-child {
	border-top: 1px solid #dddddd;
}

.privacy_policy_wrap table td,
.privacy_policy_wrap table th {
	padding: 10px 15px;
	box-sizing: border-box;
	border-right: 1px solid #dddddd;
}

.privacy_policy_wrap table thead th:first-child,
.privacy_policy_wrap table tbody th {
	background: #f1f9fe;
	border-left: 1px solid #dddddd;
}

@media screen and (min-width: 768px) and ( max-width: 1024px) {
}


@media screen and (max-width: 767px) {
	.privacy_policy_wrap h4 {
		font-size: 16px;
		font-size: 1.6rem;
	}
}


/*--------------------------------------------------------------
　お知らせ
--------------------------------------------------------------*/

.single .subvisu h2,
.archive .subvisu h2,
.blog .subvisu h2 {
	/* text-align: center;
	font-size: 4rem;
	font-weight: 400;
	color: #fff;
	margin: 0;
	letter-spacing: .1em;
	line-height: 1.2; */
}

.single .subvisu h2 span,
.archive .subvisu h2 span,
.blog .subvisu h2 span {
	/* font-size: 2.4rem;
	color: #dfcdb3;
	letter-spacing: .1em;
	display: block;
	font-family: "aisha-latin";
	font-weight: 400;
	font-style: normal; */
}

.post_main {
	width: 75%;
	float: right;
	margin: 15px 0 100px;
}

.post_sidebar {
	width: 14%;
	float: left;
	padding: 35px 0 60px;
	box-sizing: border-box;
}

.archive_post {
	margin: 0 0 50px;
}

.post_main h1 {
	font-size: 2.0rem;
	margin: 10px 0 20px;
	padding: 0;
	border-top: 1px dashed #324f67;
	border-bottom: 1px dashed #324f67;
	text-align: left;
}

.post_main h1::before {
	content: none;
}

.post_main h1 a {
	color: #324f67;
	display: block;
	padding: 10px 0 10px 15px;
	transition: .3s all;
}

.post_main h1 a:hover {
	background: #eef9ff
}

.blog .post_main .entry_content h1,
.single .post_main .entry_content h1,
.archive .post_main .entry_content h1 {
	border-left: 8px solid #0e9ced;
	background-color: #f6f0e6;
	line-height: 2;
	padding: 5px 0 5px 10px;
	margin: 30px 0;
	border-top: none;
	border-bottom: none;
	font-size: 2.2rem;
}

.blog .post_main .entry_content h2,
.single .post_main .entry_content h2,
.archive .post_main .entry_content h2 {
	position: relative;
	font-size: 2.1rem;
	line-height: 1.5;
	margin: 30px 0;
	border-left: #0e9ced solid 5px;
	padding-left: 10px;
}

.post_main h2.post_title_archive {
	border-bottom: none;
	margin: 10px 0 20px;
}

.post_main h2.post_title_archive::after {
	bottom: 0;
	left: 0;
	z-index: 0;
	width: 0;
	height: 0;
	background-color: #fff;
}

.blog .post_main .post_wrap .entry_content h3,
.single .post_main .post_wrap .entry_content h3,
.archive .post_main .post_wrap .entry_content h3 {
	font-size: 1.9rem;
	position: relative;
	font-weight: 600;
	border-bottom: 1px solid #ccc;
	padding: 0;
	line-height: 1.7;
}

.blog .post_main .post_wrap .entry_content h3::after,
.single .post_main .post_wrap .entry_content h3::after ,
.archive .post_main .post_wrap .entry_content h3::after {
	content: "";
	background: url(../img/flont-title-accent.png);
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
	position: absolute;
	bottom: -15px;
	right: -15px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.blog .post_main .entry_content h4,
.single .post_main .entry_content h4,
.archive .post_main .entry_content h4 {
	font-size: 1.7rem;
	font-weight: 900;
	line-height: 1.5;
	margin: 30px 0 10px;
}

.blog .post_main .entry_content h5,
.single .post_main .entry_content h5,
.archive .post_main .entry_content h5 {
	color: #2e61a4;
	font-size: 1.6rem;
	font-family: "TBUDRGothic B";
	font-weight: 900;
	margin: 30px 0 10px;
}

.blog .post_main .entry_content h6,
.single .post_main .entry_content h6,
.archive .post_main .entry_content h6 {
	font-size: 1.55rem;
	font-family: "TBUDRGothic B";
	margin: 30px 0 10px;
}

.post_main .entry_content_erea {
	display: flex;
	justify-content: space-between;
	padding: 20px 0 0;
	box-sizing: border-box;
}

.post_main .entry_content_erea .entry_content_thumbnail {
	width: 30%;
}

.post_main .entry_content_erea .entry_content_thumbnail a {
	display: inline-block;
	width: 100%;
	height: 225px;
	transition: .3s all;
}

.post_main .entry_content_erea .entry_content_thumbnail a:hover {
	opacity: .7;
	transform: scale(0.97);
}

.post_main .entry_content_erea .entry_content_thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.post_main .entry_content_erea .entry_content_txt {
	width: 65%;
}

.post_main .date {
	padding: 0 0 0 20px;
}

.post_main .entry_content p {
	line-height: 1.7;
	overflow: hidden;
}

.post_main .entry_content a {
	display: inline-block;
	color: #324f67;
	transition: .3s all;
}

.post_main .entry_content a:hover {
	/* text-decoration: underline; */
	color: #0e9ced;
}

.post_main .entry_content table {
	border: 1px solid #ccc;
	margin: 0 auto 30px;
}

.post_main .entry_content table tr {
	border-bottom: 1px solid #ccc;
}

.post_main .entry_content table th,
.post_main .entry_content table td {
	border-left: 1px solid #ccc;
	padding: 15px 10px;
}

.post_main .entry_content table th {
	text-align: center;
	background-color: #ffffe6;
}

.post_main .entry_footer {
	overflow: hidden;
}

.single_news_list {
	text-align: right;
	float: right;
	font-size: 1.3rem;
	display: inline-block;
	margin-right: 30px;
}

.single_news_list a {
	color: #333;
	padding: 5px 10px;
	border-radius: 5px;
	background: #fffade;
}

.single_news_list a:hover {
	background: #f9eeb3;
}

@media screen and (min-width: 768px) and ( max-width: 1024px) {
	.post_sidebar {
		width: 20%;
	}
}



@media screen and (max-width : 767px) {
	.single .subvisu h2,
	.archive .subvisu h2,
	.blog .subvisu h2 {
		font-size: 2.8rem;
		letter-spacing: .1em;
		line-height: 1.2;
	}
	.single .subvisu h2 span,
	.archive .subvisu h2 span,
	.blog .subvisu h2 span {
		font-size: 1.8rem;
	}
	.post_main {
		margin: 0 0 50px;
	}
	.post_main h1 {
		font-size: 1.8rem;
		line-height: 1.5;
	}
	.post_main h1 a {
		padding: 5px;
	}
	.post_main .date {
		padding: 0 0 0 10px;
	}
	.blog .entry_content h1,
	.single .entry_content h1,
	.archive .entry_content h1 {
		padding: 2px 0 2px 10px;
	}
	.post_main h2 {
		font-size: 1.8rem;
		line-height: 1.5;
	}
	.blog #main .post_wrap .entry_content h3,
	.single #main .post_wrap .entry_content h3,
	.archive #main .post_wrap .entry_content h3 {
		font-size: 1.7rem;
		line-height: 1.5;
	}
	.blog #main .post_wrap .entry_content h3::after,
	.single #main .post_wrap .entry_content h3::after,
	.archive #main .post_wrap .entry_content h3::after {
		top: .2em;
	}
	.blog .entry_content h4,
	.single .entry_content h4,
	.archive .entry_content h4 {
		font-size: 1.6rem;
	}
	.blog .entry_content h5,
	.single .entry_content h5,
	.archive .entry_content h5 {
		font-size: 1.55rem;
	}
	.blog .entry_content h6,
	.single .entry_content h6,
	.archive .entry_content h6 {
		font-size: 1.5rem;
	}
	.post_main .entry_content_erea {
		display: block;
	}
	
	.post_main .entry_content_erea .entry_content_thumbnail {
		width: 100%;
	}

	.post_main .entry_content_erea .entry_content_txt {
		width: 100%;
	}

}



/*--------------------------------------------------------------
	404ページ
--------------------------------------------------------------*/

.post_title_404 {
	text-align: center;
	padding: 3px 0;
	margin: 10px 0 30px;
	background: #eee;
	color: #333;
	border-radius: 5px;
}

.txt_404 {
	text-align: center;
	margin-bottom: 50px;
}



@media screen and (max-width : 767px) {

}
