@charset "utf-8";

/* ================================================================================
	Additional
================================================================================ */
.box {
	margin-bottom: 30px;
}
.box::after {
	content: '';
	display: block;
	clear: both;
}

.box_left {
	float: left;
	margin: 0 30px 30px 0;
}

.box_right {
	float: right;
	margin: 0 0 30px 30px;
}

.box_text {
	overflow: hidden;
}

.box_color {
	overflow: hidden;
	margin-bottom: 45px;
	padding: 35px 40px;
	background: #f5f5f5;
}

.box_color_success {
	overflow: hidden;
	margin-bottom: 45px;
	padding: 35px 40px;
	background: #d4edda;
}

.box_border {
	overflow: hidden;
	margin-bottom: 45px;
	padding: 35px 40px;
	border: 1px solid #444;
}

.color_green {
	color: #28a745;
}

.color_red {
	color: #dc3545;
}

.img_frame {
	overflow: hidden;
	padding: 2px;
	border: 2px solid #ddd;
	vertical-align: top;
}

.reset_ttl {
}


/* =============================================== */
/** Project */
/* =============================================== */
.map_wrap iframe {
	width: 100%;
	height: 450px;
	vertical-align: top;
}

.img_shadow img {
	box-shadow: 10px 10px #fafac5;
}

.entry_body .row {
	margin-right: -15px;
	margin-left: -15px;
}
.entry_body .row > div {
	margin-bottom: 30px;
	padding: 0 15px;
}

.tbl_underline th {
	width: 25%;
}
.tbl_underline th,
.tbl_underline td {
	padding: 15px 0 !important;
}

.bg_wrap {
	position: relative;
	z-index: 100;
	margin: 100px 0;
	padding: 100px 0;
}
.bg_wrap::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	z-index: -100;
	width: 100vw;
	background: #f6f6f6;
	transform: translateX(-50%);
}
.bg_wrap :first-child {
	margin-top: 0 !important;
}
.bg_wrap :last-child {
	margin-bottom: 0 !important;
}

.page_sub_ttl {
	position: relative;
	z-index: 100;
	margin: 60px 0 50px !important;
	padding: 0 !important;
	border: none !important;
	line-height: 1 !important;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}
.row .page_sub_ttl {
	margin-top: 20px !important;
}
.page_sub_ttl::before {
	display: none;
}
.page_sub_ttl::after {
	content: '';
	position: absolute;
	top: 12px;
	left: 0;
	z-index: -100;
	width: 100%;
	height: 10px;
	border-width: 1px 1px 0;
	border-style: solid;
	border-color: #000;
	border-radius: 5px 5px 0 0;
}
.page_sub_ttl span {
	display: inline-block;
	padding: 0 25px;
	background: #fff;
}

.page_flow {
	margin: 60px 0 100px;
}
.page_flow_list {
	position: relative;
	margin: 60px 0 80px !important;
	padding-left: 100px;
}
.page_flow_list::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 110px;
	width: 14px;
	height: 100%;
	margin-left: -7px;
	background: #eee;
	mix-blend-mode: multiply;
}
.page_flow_list > li {
	position: relative;
	padding: 0 0 60px 0 !important;
	list-style: none !important;
}
.page_flow_list > li:last-child {
	padding-bottom: 30px;
}
.page_flow_list > li::before {
	display: none;
}
.page_flow_list_icon {
	display: block;
	position: absolute;
	top: 0;
	left: -100px;
	z-index: 10;
	width: 90px;
	height: 34px;
	background: #39406e;
	line-height: 32px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.page_flow_list_icon::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 100%;
	border-width: 5px 0 5px 10px;
	border-style: solid;
	border-color: transparent transparent transparent #39406e;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.page_flow_list .box {
	position: relative;
	padding-left: 70px;
}
.page_flow_list .box::before,
.page_flow_list .box::after {
	content: '';
	display: block;
	position: absolute;
	top: 15px;
}
.page_flow_list .box::before {
	top: 14px;
	left: 6px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #39406e;
}
.page_flow_list .box::after {
	position: absolute;
	top: 17px;
	left: 16px;
	width: 45px;
	border-bottom: 1px dashed #bbb;
}
.page_flow_list .box dt {
	margin: 4px 0 15px;
	padding-top: 3px;
	line-height: 1.3;
	font-size: 22px;
	font-weight: bold;
}
.page_flow_list .list_check {
	margin: 0 0 10px !important;
}

.page_faq {
}
.page_faq_item {
	margin-bottom: 35px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
}
.page_faq_ttl {
	position: relative;
	margin: 0 0 20px !important;
	padding: 8px 0 0 63px !important;
	border: none !important;
	background: none !important;
	font-size: 20px !important;
}
.page_faq_ttl::before {
	display: none;
}
.page_faq_ttl::after {
	content: 'Q';
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #111;
	line-height: 46px;
	color: #fff;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-size: 22px;
	font-weight: 700;
	font-weight: 500;
	text-align: center;
}

.page_btn {
	margin-top: 20px;
	text-align: center;
}
.page_btn a {
	display: inline-block;
	padding: 0 15px;
	line-height: 40px;
	font-weight: bold;
	text-decoration: underline;
	text-underline-offset: 10px;
}


/* =============================================== */
/** Page */
/* =============================================== */

/* OEM・商品開発 */
.row.-case .case_item {
	height: 70px;
	padding: 0 25px;
	background: #f2f2f2;
	line-height: 70px;
	font-weight: bold;
	text-align: center;
}

/* Tomo's Factory */
.page_shopping_list {
	display: flex;
	margin: 0 -12px !important;
}
.page_shopping_list_item {
	flex: 0 0 auto;
	width: 20%;
	padding: 0 12px !important;
}
.page_shopping_list_item a {
	display: block;
	height: 70px;
	background: #000;
	line-height: 70px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
