.main_hr {
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	margin-bottom: 60px;
	height: 1px;
	background-color: #e7ecef;
}

.main_visual {
	position: relative;
	width: 100%;
	height: 510px;
	text-align: center;
	margin: 0 auto;
}

.main_center {
	margin: 0 auto;
	width: 1100px;
}

.main_center100 {
	margin: 0 auto;
	width: 100%;
}

.main_center>h2 {
	color: #000;
	font-size: 35px;
	text-align: center;
}

.main_center>p {
	color: #bebebe;
	font-size: 16px;
	text-align: center;
	margin-top: 15px;
}

.main_center p.m0109 img {
	width: 860px;
	margin-top: 10px;
}

.sq_red {
	display: inline-block;
	margin-bottom: 30px;
	width: 14px;
	height: 20px;
	transform: skew(150deg);
	-webkit-transform: skew(150deg);
	-moz-transform: skew(150deg);
	-o-transform: skew(150deg);
	background: #ff0000;
	margin-right: 4px;
}

.banner_cus_service {
	padding: 54px 0 94px 0;
	background: #f7f7f7;
}

.banner_cus_service ul {
	margin: 72px 0 0 240px;
}

.banner_cus_service ul:after {
	clear: both;
	display: block;
	content: '';
}

.banner_cus_service ul li {
	float: left;
	width: 367px;
	height: 145px;
}

.banner_cus_service ul li:first-child {
	width: 366px;
}

.banner_cus_service ul li img {
	float: left;
	display: block;
}

.banner_cus_service ul li div {
	float: left;
	margin-left: 20px;
}

.banner_cus_service ul li div h3 {
	color: #be1616;
	font-size: 23px;
	font-weight: 600;
	margin-bottom: 18px;
}

.banner_cus_service ul li div p {
	color: #8a8a8a;
	font-size: 14px;
	margin-bottom: 34px;
}

.banner_cus_service ul li div a {
	padding: 5px 10px;
	border: 1px solid #000;
	color: #000;
}

.video_view {
	background: url(img/youtube_bg.png) repeat-x center top;
	padding: 54px 0 58px;
}

.video_view .iframe_video {
	margin: 60px auto 0;
}

.video_view .iframe_video p {
	text-align: center;
	margin: 0 0 13px 0;
	font-size: 18px;
	font-weight: 600;
}

.video_view .iframe_video iframe {
	margin-left: 0px;
}

.video_view .iframe_video iframe+iframe {
	margin-left: 15px;
}

.banner_product {
	padding: 54px 0 78px;
}

.banner_product .product_list_img {
	width: 852px;
	margin: 40px auto 0;
}

.banner_product .product_list_img:after {
	clear: both;
	display: block;
	content: '';
}

.banner_product .product_list_img li {
	float: left;
	margin: 10px 9px;
	position: relative;
}

.banner_product .product_list_img li.col3 {
	float: left;
	margin: 0 10px 20px;
	position: relative;
	width: 346px;
}

.banner_product .product_list_img li:first-child {
	/*margin-left:0;*/
}

/*.banner_product .product_list_img li img	{width:255px;height:182px}*/
.banner_product .product_list_img2 img {
	width: 203px
}

.banner_product .product_list_img li p {
	position: absolute;
	bottom: 0;
	height: 44px;
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
	color: #fff;
	width: 100%;
	line-height: 44px;
	font-size: 16px;
}

.banner_product .product_list_img2 {
	clear: both;
	width: 884px;
	margin: 20px auto 0;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}

.banner_product .product_list_img2 li {
	margin: 10px 9px;
}

.latest_notice {
	background: url(img/notice_red_bg.jpg) repeat-x center bottom;
	padding: 54px 0 68px;
}


.bcac_shoppingmall_container {
	max-width: 800px;
	margin: 0 auto;
	background: white;
	border-radius: 12px;
	padding: 20px;
	margin-top: 20px;
}

.bcac_shoppingmall_container .title {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	padding: 10px 0;
	background-color: #eaf0f5;
	border: 2px solid #dfe8eb;
	border-radius: 30px;
}

.bcac_shoppingmall_container .grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
	margin-top: 20px;
}

.bcac_shoppingmall_container .img_wrap {
	width: 100%;
	position: relative;
	height: 120px;
}

.bcac_shoppingmall_container .item {
	text-align: center;
	background-color: #fdfdfd;
	border: 2px solid #ddd;
	border-radius: 5px;
}

.bcac_shoppingmall_container .item>a {
	display: block;
	padding: 15px 10px;
}

.bcac_shoppingmall_container .item img {
	object-fit: contain;
	display: block;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.bcac_shoppingmall_container .item p {
	font-size: 22px;
	font-weight: bold;
	display: block;
}

.main_tamla_pat_container {
	letter-spacing: -0.05em;
}

.main_tamla_pat_container .card {
	display: block;
	background-color: white;
	border-radius: 10px;
	padding: 0px 20px 20px 20px;
	margin-bottom: 35px;
	overflow: hidden;
	color: #000;
}

.main_tamla_pat_container .card-header {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	padding: 10px 0;
	background-color: #eaf0f5;
	border: 2px solid #dfe8eb;
	border-radius: 30px;
}

.main_tamla_pat_container .highlight-blue {
	color: #007bff;
}

.main_tamla_pat_container .highlight-green {
	color: #00aa55;
}

.main_tamla_pat_container .card-content {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	/* gap: 20px; */
	align-items: center;
	margin-top: 25px;
}

.main_tamla_pat_container .text-box {
	width: 40%;
	box-sizing: border-box;
	padding-left: 5%;
}

.main_tamla_pat_container .text-box h3 {
	font-size: 32px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
}

.main_tamla_pat_container .text-box ul {
	margin: 0;
}

.main_tamla_pat_container .text-box ul li {
	margin-bottom: 8px;
	font-size: 15px;
	color: #333;
	position: relative;
}

.main_tamla_pat_container .text-box ul>li:not(:first-child) {
	margin-top: 20px;
}

.main_tamla_pat_container .text-box ul>li:not(:first-child):before {
	content: "";
	width: 80%;
	left: 10%;
	height: 2px;
	background-color: #d1d1d1;
	display: block;
	position: absolute;
	top: -9px;
	opacity: 0.8;
}

.main_tamla_pat_container .text-box ul li span {
	display: block;
	font-size: 24px;
	text-align: center;
}

.main_tamla_pat_container .image-box {
	width: 60%;
	box-sizing: border-box;
}

.main_tamla_pat_container .image-box img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
}

.bcac_shoppingmall_container.main_mallkind .title {
    background-color: #daf2fc;
    border: 2px solid #dfe8eb;
}

.bcac_shoppingmall_container.main_welfare .title {
    background-color: #dbe1fb;
    border: 2px solid #cfd7f8;
}

.bcac_shoppingmall_container.main_welfare .item.has_child {border: 0 none;}

.bcac_shoppingmall_container.main_welfare .item.has_child .item {

}

.bcac_shoppingmall_container.main_welfare .item.has_child .item:first-child {
	margin-bottom: 15px;
}
.bcac_shoppingmall_container.main_welfare .item.has_child .img_wrap {height: 60px;}

.bcac_shoppingmall_container.main_area  .item.only_text > a {
    padding-top: 60px;
    padding-bottom: 60px;
}
