@charset "utf-8";
/*
 * ページ固有のCSSを記述
 */

/*
 * home
 */
.home_area01{
	position: relative;
}

.home_area01-text{
	position: absolute;
	top: 0px;
	left: 49%;
	width: 51%;
	z-index: 3;
}

.home_area01-tit{
	background-color: #14279b;
	padding: 18px 0 20px 40px;
}
.home_area01-tit .tit_main{
	position: relative;
	display: inline-block;
	padding: 0 10px 4px 10px;
	margin: 0;
	font-size: 30px;
	font-weight: 400;
	color: white;
}
.home_area01-tit .tit_main .main_min{
	font-size: 20px;
}
.home_area01-tit .tit_main::before{
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: block;
	background-color: #cf7606;
	width: 100%;
	height: 4px;
}

.home_area01-txt01{
	padding: 10% 0 0 30px;
	width: 555px;
}

.home_area01-photo{
	display: table;
	padding-right: 51%;
	width: 100%;
}
.home_area01-photo .photo_left{
	display: table-cell;
	width: 49%;
	vertical-align: top;
}
.home_area01-photo .photo_right{
	display: table-cell;
	width: 51%;
	vertical-align: top;
}

.home_area01-img{
	margin: 0;
	width: 100%;
	height: 500px;
}
.home_area01-img img{
	width: 100%;
	height: 500px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
@media screen and (min-width: 768px) and (max-width: 1139px) {
	.home_area01-tit{
		padding: 18px 0 20px 20px;
	}
	.home_area01-tit .tit_main{
		font-size: 24px;
	}
	.home_area01-tit .tit_main .main_min{
		font-size: 18px;
	}
	
	.home_area01-txt01{
		padding: 10% 0 0 20px;
		width: 98%;
	}
	
	.home_area01-img{
		height: 420px;
	}
	.home_area01-img img{
		height: 420px;
	}
}
@media print{
	.home_area01-tit{
		padding: 18px 0 20px 20px;
	}
	.home_area01-tit .tit_main{
		font-size: 22px;
	}
	.home_area01-tit .tit_main .main_min{
		font-size: 16px;
	}
	
	.home_area01-txt01{
		padding: 10% 0 0 20px;
		width: 98%;
	}
	
	.home_area01-img{
		height: 420px;
	}
	.home_area01-img img{
		height: 420px;
	}
}
@media screen and (max-width: 767px) {
	.home_area01-text{
		position: static;
		left: 0%;
		width: auto;
	}
	
	.home_area01-tit{
		padding: 8px 2% 10px 2%;
	}
	.home_area01-tit .tit_main{
		padding: 0 5px 4px 5px;
		font-size: 18px;
	}
	.home_area01-tit .tit_main .main_min{
		font-size: 13px;
	}
	.home_area01-tit .tit_main::before{
		height: 3px;
	}
	
	.home_area01-txt01{
		padding: 15px 4% 15px 4%;
		width: auto;
	}
	
	.home_area01-photo{
		padding-right: 0%;
	}
	.home_area01-photo .photo_left{
		width: 50%;
	}
	.home_area01-photo .photo_right{
		width: 50%;
	}
	
	.home_area01-img{
		height: 200px;
	}
	.home_area01-img img{
		height: 200px;
	}
}

/* area02 */
.home_area02{
	padding: 90px 0;
	text-align: center;
}

.home_area02-box{
	background-color: white;
	margin-top: 25px;
}

.home_area02-tit{
	position: relative;
	background-color: #5c7aea;
}
.home_area02-tit .tit_no{
	position: absolute;
	top: -25px;
	left: 10px;
}
.home_area02-tit .tit_txt{
	background-image: url(../img/home/area02_tit-bg.gif);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	padding: 16px 0 16px 115px;
	margin: 0;
	font-size: 22px;
	color: white;
	text-align: left;
}

.home_area02-photo{
	margin: 0;
	width: 100%;
	height: 200px;
}
.home_area02-photo img{
	width: 100%;
	height: 200px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.home_area02-text{
	padding: 10px;
	text-align: left;
}
@media screen and (min-width: 768px) and (max-width: 1139px) {
	.home_area02{
		padding: 80px 0;
	}
	
	.home_area02-box{
		margin-top: 20px;
	}

	.home_area02-tit .tit_no{
		top: -20px;
		left: 5px;
	}
	.home_area02-tit .tit_no img{
		width: 48px;
	}
	.home_area02-tit .tit_txt{
		padding: 16px 0 16px 56px;
		font-size: 18px;
	}
	
	.home_area02-photo{
		height: 170px;
	}
	.home_area02-photo img{
		height: 170px;
	}
}
@media print{
	.home_area02{
		padding: 80px 0;
	}
	
	.home_area02-box{
		margin-top: 20px;
	}

	.home_area02-tit .tit_no{
		top: -20px;
		left: 5px;
	}
	.home_area02-tit .tit_no img{
		width: 48px;
	}
	.home_area02-tit .tit_txt{
		padding: 16px 0 16px 56px;
		font-size: 16px;
	}
	
	.home_area02-photo{
		height: 170px;
	}
	.home_area02-photo img{
		height: 170px;
	}
}
@media screen and (max-width: 767px) {
	.home_area02{
		padding: 45px 0;
	}
	
	.home_area02-box{
		margin-top: 20px;
	}
	
	.home_area02-tit .tit_no{
		top: -20px;
		left: 5px;
	}
	.home_area02-tit .tit_no img{
		width: 48px;
	}
	.home_area02-tit .tit_txt{
		padding: 16px 0 16px 60px;
		font-size: 16px;
	}
	
	.home_area02-photo{
		height: 170px;
	}
	.home_area02-photo img{
		height: 170px;
	}
}

/* area03 */
.home_area03{
	background-image: url(../img/home/area03_bg.jpg);
	padding-top: 80px;
}

.home_area03-con01{
	border: white solid 1px;
	padding: 90px 0 50px 0;
	color: white;
	text-align: center;
	box-shadow: 0px 0px 25px rgba(0,0,0,.9);
	-webkit-box-shadow: 0px 0px 25px rgba(0,0,0,.9);
	-moz-box-shadow: 0px 0px 25px rgba(0,0,0,.9);
}

.home_area03-tit{
	padding: 0 60px 10px 60px;
}

.home_area03-bt{
	margin: 0 auto;
	width: 250px;
}
@media screen and (min-width: 768px) and (max-width: 1139px) {
	.home_area03{
		padding-top: 70px;
	}
	
	.home_area03-con01{
		border: white solid 1px;
		padding: 80px 0 40px 0;
	}
	
	.home_area03-tit{
		padding: 0 50px 10px 50px;
	}
}
@media print{
	.home_area03{
		padding-top: 70px;
	}
	
	.home_area03-con01{
		border: white solid 1px;
		padding: 70px 0 30px 0;
	}
	
	.home_area03-tit{
		padding: 0 50px 10px 50px;
	}
}
@media screen and (max-width: 767px) {
	.home_area03{
		padding: 40px 0;
	}
	
	.home_area03-con01{
		padding: 45px 0 20px 0;
	}
	
	.home_area03-tit{
		padding: 0 30px 10px 30px;
	}
	
	.home_area03-bt{
		width: 92%;
	}
}

/* area04 */
.home_area04-tit{
	width: 250px;
}

.home_area04-info{
	overflow: hidden;
}
.home_area04-info li{
	display: table;
	border-bottom: #14279b solid 1px;
	padding: 0 40px 6px 40px;
	margin-bottom: 20px;
	width: 100%;
}
.home_area04-info li .info_day{
	display: table-cell;
	width: 125px;
	vertical-align: top;
}
.home_area04-info li .info_new{
	display: table-cell;
	width: 75px;
	vertical-align: top;
}
.home_area04-info li .info_new .new{
	display: inline-block;
	background-color: #cf7606;
	padding: 4px 10px 2px 10px;
	font-size: 14px;
	font-weight: 700;
	color: white;
	line-height: 1;
}
.home_area04-info li .info_text{
	overflow: hidden;
	display: table-cell;
	vertical-align: top;
}

.home_area04-file{
	margin: 0;
	display: table;
	width: 100%;
}
.home_area04-file .file_ic{
	display: table-cell;
	width: 20px;
	vertical-align: middle;
}
.home_area04-file .file_txt{
	display: table-cell;
	vertical-align: middle;
}
.home_area04-file .file_txt a{
	color: #333333;
}
@media screen and (min-width: 768px) and (max-width: 1139px) {
	.home_area04-tit{
		width: 220px;
	}

	.home_area04-info li{
		padding: 0 20px 6px 20px;
	}
	.home_area04-info li .info_day{
		width: 115px;
		font-size: 15px;
	}
	.home_area04-info li .info_new{
		width: 65px;
	}
	.home_area04-info li .info_new .new{
		font-size: 12px;
	}
	
	.home_area04-file{
		font-size: 15px;
	}
}
@media print{
	.home_area04-tit{
		width: 220px;
	}

	.home_area04-info li{
		padding: 0 20px 6px 20px;
	}
	.home_area04-info li .info_day{
		width: 115px;
		font-size: 13px;
	}
	.home_area04-info li .info_new{
		width: 65px;
	}
	.home_area04-info li .info_new .new{
		font-size: 10px;
	}
	
	.home_area04-file{
		font-size: 13px;
	}
}
@media screen and (max-width: 767px) {
	.home_area04-tit{
		width: 160px;
	}

	.home_area04-info li{
		overflow: hidden;
		display: block;
		padding: 0 0 6px 0;
	}
	.home_area04-info li .info_day{
		display: block;
		float: left;
	}
	.home_area04-info li .info_new{
		display: block;
		float: right;
	}
	.home_area04-info li .info_new .new{
		font-size: 13px;
	}
	.home_area04-info li .info_text{
		display: block;
		clear: both;
	}
	
	.home_area04-file{
		margin: 0;
		display: table;
		width: 100%;
	}
	.home_area04-file .file_ic{
		width: 15px;
	}
}


/*
 * カメラ事業
 */
.camera_nav{
	position: relative;
	display: block;
	background-color: #5c7aea;
	padding: 20px 10px;
	font-size: 24px;
	color: white;
	text-align: center;
	text-decoration: none;
}
.camera_nav::before{
	content: '';
	position: absolute;
	top: 3%;
	left: 1%;
	display: block;
	border: white solid 1px;
	width: 98%;
	height: 94%;
	z-index: 3;
}
.camera_nav:hover{
	color: white;
	text-decoration: none;
}
.camera_nav .nav_txt{
	position: relative;
	z-index: 3;
}

.camera_nav::after{
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	background-color: #1735a0;/* 背景色 */
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .06s;
}
.camera_nav:hover::after{
	transform: scale(1, 1);
}

.camera_nav.active{
	background-color: #1735a0;/* 背景色 */
}
@media screen and (min-width: 768px) and (max-width: 1139px) {
	.camera_nav{
		padding: 18px 5px;
		font-size: 20px;
	}
}
@media print{
	.camera_nav{
		padding: 18px 0px;
		font-size: 18px;
	}
}
@media screen and (max-width: 767px) {
	.camera_nav{
		padding: 14px 0px;
		font-size: 15px;
	}
}

/* area01 */
.camera_area01-text01{
	overflow: hidden;
}
.camera_area01-text02{
	overflow: hidden;
}

/* area02 */
.camera_area02-media01{
	padding: 50px 0;
}
.camera_area02-media01 .media01_img{
	margin: 0;
}
.camera_area02-media01 .media01_img img{
	width: 100%;
}

.camera_area02-text01{
	overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1139px) {
	.camera_area02-media01{
		padding: 40px 0;
	}
}
@media print{
	.camera_area02-media01{
		padding: 40px 0;
	}
}
@media screen and (max-width: 767px) {
	.camera_area02-media01{
		padding: 25px 0;
	}
}

/* area03 */
.camera_area03-con01{
	position: relative;
}

.camera_area03-box01{
	overflow: hidden;
	background-color: #f2f2f2;
	width: 100%;
	height: 260px;
}
.camera_area03-box01 img{
	width: 100%;
	height: 260px;
	object-fit: contain;
	font-family: 'object-fit: contain;';
}

.camera_area03-text01{
	border-bottom: #14279b solid 4px;
	padding-bottom: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1139px) {
	.camera_area03-box01{
		height: 200px;
	}
	.camera_area03-box01 img{
		height: 200px;
	}
}
@media print{
	.camera_area03-box01{
		height: 190px;
	}
	.camera_area03-box01 img{
		height: 190px;
	}
}
@media screen and (max-width: 767px) {
	.camera_area03-box01{
		height: 180px;
	}
	.camera_area03-box01 img{
		height: 180px;
	}
	
	.camera_area03-text01{
		border-bottom: #14279b solid 3px;
	}
}

/* area04 */
.camera_area04-con01{
	display: -webkit-flex;
	display: flex;
  flex-direction: row-reverse;
  width: 100%;
}
.camera_area04-con01 .con01_text{
	width: 50%;
	padding: 30px 0 0 30px;
	vertical-align: top;
}
.camera_area04-con01 .con01_photo{
	width: 50%;
	vertical-align: top;
}

.camera_area04-bt{
	margin: 0;
	width: 360px;
}

.camera_area04-photo01{
	margin: 0;
	background-color: #b0bff8;
	width: 100%;
	height: 380px;
}
.camera_area04-photo01 img{
	width: 100%;
	height: 380px;
	object-fit: contain;
	font-family: 'object-fit: contain;';
}
@media screen and (min-width: 768px) and (max-width: 1139px) {
	.camera_area04-con01 .con01_text{
		padding: 10px 0 0 20px;
	}
	
	.camera_area04-bt{
		width: 280px;
	}
	
	.camera_area04-photo01{
		height: 280px;
	}
	.camera_area04-photo01 img{
		height: 280px;
	}
}
@media print{
	.camera_area04-con01 .con01_text{
		padding: 10px 0 0 20px;
	}
	
	.camera_area04-bt{
		width: 260px;
	}
	
	.camera_area04-photo01{
		height: 280px;
	}
	.camera_area04-photo01 img{
		height: 280px;
	}
}
@media screen and (max-width: 767px) {
	.camera_area04-con01{
		display: block;
	  width: auto;
	}
	.camera_area04-con01 .con01_text{
	  width: auto;
		padding: 0px;
		margin-bottom: 15px;
	}
	.camera_area04-con01 .con01_photo{
	  width: auto;
	}
	
	.camera_area04-bt{
		width: 100%;
	}
	
	.camera_area04-photo01{
		height: 220px;
	}
	.camera_area04-photo01 img{
		height: 220px;
	}
}

/* area05 */
.camera_area05-box{
	overflow: hidden;
	background-color: #14279b;
}

.camera_area05-photo{
	background-color: #e5e5e5;
	margin: 0;
	width: 100%;
	height: 250px;
}
.camera_area05-photo img{
	width: 100%;
	height: 250px;
	object-fit: contain;
	font-family: 'object-fit: contain;';
}

.camera_area05-text{
	padding: 15px;
	color: white;
}
.camera_area05-text .text_tit{
	position: relative;
	padding-bottom: 13px;
	margin-bottom: 15px;
	font-weight: 700;
}
.camera_area05-text .text_tit::before{
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: block;
	background-color: white;
	width: 60px;
	height: 4px;
	z-index: 3;
}
@media screen and (min-width: 768px) and (max-width: 1139px) {
	.camera_area05-photo{
		height: 180px;
	}
	.camera_area05-photo img{
		height: 180px;
	}
	
	.camera_area05-text{
		padding: 10px;
	}
}
@media print{
	.camera_area05-photo{
		height: 180px;
	}
	.camera_area05-photo img{
		height: 180px;
	}
	
	.camera_area05-text{
		padding: 10px;
	}
}
@media screen and (max-width: 767px) {
	.camera_area05-photo{
		height: 180px;
	}
	.camera_area05-photo img{
		height: 180px;
	}
	
	.camera_area05-text{
		padding: 10px;
		color: white;
	}
	.camera_area05-text .text_tit::before{
		width: 40px;
		height: 3px;
	}
}


/*
 * 取扱商品
 */
.product_nav{
	position: relative;
	display: block;
	background-color: #5b5b5b;
	padding: 20px 10px;
	font-size: 24px;
	color: white;
	text-align: center;
	text-decoration: none;
}
.product_nav::before{
	content: '';
	position: absolute;
	top: 3%;
	left: 1%;
	display: block;
	border: white solid 1px;
	width: 98%;
	height: 94%;
	z-index: 3;
}
.product_nav:hover{
	color: white;
	text-decoration: none;
}
.product_nav .nav_txt{
	position: relative;
	z-index: 3;
}

.product_nav::after{
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	background-color: black;/* 背景色 */
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .06s;
}
.product_nav:hover::after{
	transform: scale(1, 1);
}

.product_nav.active{
	background-color: black;/* 背景色 */
}
@media screen and (min-width: 768px) and (max-width: 1139px) {
	.product_nav{
		padding: 18px 5px;
		font-size: 20px;
	}
}
@media print{
	.product_nav{
		padding: 18px 0px;
		font-size: 18px;
	}
}
@media screen and (max-width: 767px) {
	.product_nav{
		padding: 14px 0px;
		font-size: 15px;
	}
}

/* area01 */
.product_area01-list01{
	overflow: hidden;
}
.product_area01-list01 li{/* 3カラム */
	box-sizing: content-box;
	float: left;
	padding-right: 2%;
	width: 32%;
	vertical-align: top;
}
.product_area01-list01 li:nth-child(3n){
	padding-right: 0%;
}

.product_area01-box{
	position: relative;
	border: #333333 solid 1px;
	padding-bottom: 80px;
}
.product_area01-box .box_tit{
	background-color: #333333;
	padding: 12px 10px;
	margin: 0;
	font-weight: 700;
	color: white;
	text-align: center;
}
.product_area01-box .box_photo{
	background-color: #e5e5e5;
	margin-bottom: 10px;
	width: 100%;
	height: 250px;
}
.product_area01-box .box_photo img{
	width: 100%;
	height: 250px;
	object-fit: contain;
	font-family: 'object-fit: contain;';
}

.product_area01-box .box_text{
	padding: 0 10px;
}

.product_area01-box .box_text .tag_bn{
	margin: 0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 8px 0;
	font-weight: 700;
	color: white;
	text-align: center;
}

.product_area01-box .box_text .box_txt{
	border-bottom: #333333 solid 2px;
}

.product_area01-box .box_text .box_bt{
	position: absolute;
	bottom: 20px;
	left: 5%;
	margin: 0;
	width: 90%;
	z-index: 3;
}
@media screen and (min-width: 768px) and (max-width: 1139px) {
	.product_area01-box .box_photo{
		height: 180px;
	}
	.product_area01-box .box_photo img{
		height: 180px;
	}

	.product_area01-box .box_text .tag_bn{
		font-size: 9px;
	}
}
@media print{
	.product_area01-pri{
		height: 2100px;
	}
	,product_area01-box{
		height: 500px;
	}

	.product_area01-box .box_photo{
		height: 180px;
	}
	.product_area01-box .box_photo img{
		height: 180px;
	}

	.product_area01-box .box_text .tag_bn{
		font-size: 9px;
	}
}
@media screen and (max-width: 767px) {
	.product_area01-list01 li{/* 3カラム */
		width: 49%;
	}
	.product_area01-list01 li:nth-child(3n){
		padding-right: 2%;
	}
	.product_area01-list01 li:nth-child(2n){
		padding-right: 0%;
	}

	.product_area01-box .box_photo{
		height: 200px;
	}
	.product_area01-box .box_photo img{
		height: 200px;
	}

	.product_area01-box .box_text .tag_bn{
		font-size: 14px;
	}
	
	.product_area01-box .box_text .box_txt{
		border-bottom: #333333 solid 2px;
	}
}

/* entry */
.product_entry-con01{
	display: -webkit-flex;
	display: flex;
  flex-direction: row-reverse;
}
.product_entry-con01 .con01_text{
	width: 50%;
	vertical-align: top;
}
.product_entry-con01 .con01_photo{
	width: 50%;
	vertical-align: top;
}

.product_entry-text01{
	padding: 30px 0 0 30px;
}

.product_entry-text02{
	padding: 0 0 0 30px;
	width: 555px;
}

.product_entry-tag{
	margin: 0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 8px 0;
	font-weight: 700;
	color: white;
	text-align: center;
}

.product_entry-photo01{
	margin: 0;
	width: 100%;
	height: 450px;
}
.product_entry-photo01 img{
	background-color: white;
	width: 100%;
	height: 450px;
	object-fit: contain;
	font-family: 'object-fit: contain;';
}

.product_entry-con02{
	border-bottom: #333333 solid 2px;
	padding-bottom: 40px;
	margin-bottom: 50px;
}

.product_entry-box01{
	overflow: hidden;
}
.product_entry-photo02{
	border: #e5e5e5 solid 1px;
	background-color: white;
	margin-bottom: 10px;
	width: 100%;
	height: 250px;
}
.product_entry-photo02 img{
	width: 100%;
	height: 250px;
	object-fit: contain;
	font-family: 'object-fit: contain;';
}

.product_entry-bt{
	margin: 0 auto;
	width: 320px;
}
@media screen and (min-width: 768px) and (max-width: 1139px) {
	.product_entry-text01{
		padding: 10px 0 0 20px;
	}

	.product_entry-text02{
		padding: 0 0 0 20px;
		width: 97%;
	}

	.product_entry-tag{
		font-size: 14px;
	}

	.product_entry-photo01{
		height: 380px;
	}
	.product_entry-photo01 img{
		height: 380px;
	}

	.product_entry-photo02{
		height: 200px;
	}
	.product_entry-photo02 img{
		height: 200px;
	}
}
@media print{
	.product_entry-text01{
		padding: 10px 0 0 20px;
	}

	.product_entry-text02{
		padding: 0 0 0 20px;
		width: 97%;
	}
	
	.product_entry-tag{
		font-size: 12px;
	}

	.product_entry-photo01{
		height: 380px;
	}
	.product_entry-photo01 img{
		height: 380px;
	}

	.product_entry-photo02{
		height: 200px;
	}
	.product_entry-photo02 img{
		height: 200px;
	}
}
@media screen and (max-width: 767px) {
	.product_entry-con01{
		display: block;
	}
	.product_entry-con01 .con01_text{
		width: auto;
	}
	.product_entry-con01 .con01_photo{
		width: auto;
	}
	
	.product_entry-text01{
		padding: 0px 4%;
		width: auto;
	}

	.product_entry-text02{
		padding: 0px 4%;
		width: auto;
	}
	
	.product_entry-tag{
		font-size: 14px;
	}
		
	.product_entry-photo01{
		height: 220px;
	}
	.product_entry-photo01 img{
		height: 220px;
	}
	
	.product_entry-con02{
		padding-bottom: 30px;
		margin-bottom: 40px;
	}

	.product_entry-photo02{
		height: 180px;
	}
	.product_entry-photo02 img{
		height: 180px;
	}
	
	.product_entry-bt{
		width: 92%;
	}
}


/*
 * 会社概要
 */
.company_area01-tit{
	width: 250px;
}
@media screen and (min-width: 768px) and (max-width: 1139px) {
	.company_area01-tit{
		width: 220px;
	}
}
@media print{
	.company_area01-tit{
		width: 220px;
	}
}
@media screen and (max-width: 767px) {
	.company_area01-tit{
		width: 180px;
	}
}

/* area02 */
.company_area02-tit{
	width: 250px;
}

.company_area02-con01{
	position: relative;
}

.company_area02-enkaku{
	position: relative;
}
.company_area02-enkaku::before{
	content: '';
	position: absolute;
	top: 2%;
	left: 5px;
	background-color: #14279b;
	width: 1px;
	height: 98%;
	z-index: 3;
}
.company_area02-enkaku li{
	position: relative;
	display: table;
	padding-left: 30px;
	margin-bottom: 25px;
	width: 100%;
}
.company_area02-enkaku li::before{
	content: '';
	position: absolute;
	top: 7px;
	left: 0px;
	background-color: #14279b;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	width: 11px;
	height: 11px;
	z-index: 6;
}
.company_area02-enkaku li .enkaku_txt01{
	display: table-cell;
	width: 110px;
	color: #14279b;
	vertical-align: top;
}
.company_area02-enkaku li .enkaku_txt02{
	position: relative;
	display: table-cell;
	padding-left: 25px;
	vertical-align: top;
}
.company_area02-enkaku li .enkaku_txt02::before{
	content: '';
	position: absolute;
	top: 13px;
	left: 0px;
	display: block;
	background-color: #14279b;
	width: 15px;
	height: 1px;
	z-index: 3;
}

.company_area02-photo01{
	position: absolute;
	top: 0px;
	right: 120px;
	margin: 0;
	z-index: 3;
}
.company_area02-photo02{
	position: absolute;
	bottom: 0px;
	right: 0px;
	margin: 0;
	z-index: 3;
}
@media screen and (min-width: 768px) and (max-width: 1139px) {
	.company_area02-tit{
		width: 220px;
	}

	.company_area02-enkaku li{
		padding-left: 20px;
		margin-bottom: 20px;
	}
	.company_area02-enkaku li .enkaku_txt01{
		width: 86px;
	}
	
	.company_area02-photo01{
		right: 40px;
	}
	.company_area02-photo01 img{
		width: 200px;
	}
	.company_area02-photo02{
		bottom: 100px;
	}
	.company_area02-photo02 img{
		width: 200px;
	}
}
@media print{
	.company_area02-tit{
		width: 220px;
	}

	.company_area02-enkaku li{
		padding-left: 20px;
		margin-bottom: 20px;
	}
	.company_area02-enkaku li .enkaku_txt01{
		width: 86px;
	}
	
	.company_area02-photo01{
		right: 40px;
	}
	.company_area02-photo01 img{
		width: 180px;
	}
	.company_area02-photo02{
		bottom: 100px;
	}
	.company_area02-photo02 img{
		width: 180px;
	}

}
@media screen and (max-width: 767px) {
	.company_area02-tit{
		width: 180px;
	}

	.company_area02-enkaku li{
		display: block;
		padding-left: 20px;
		margin-bottom: 10px;
	}
	.company_area02-enkaku li::before{
		top: 4px;
	}
	.company_area02-enkaku li .enkaku_txt01{
		display: block;
		margin: 0;
		width: auto;
	}
	.company_area02-enkaku li .enkaku_txt02{
		display: block;
		padding-left: 18px;
		margin: 0;
	}
	.company_area02-enkaku li .enkaku_txt02::before{
		top: 10px;
		width: 10px;
	}
	
	.company_area02-photo01{
		position: static;
		right: 0px;
		margin-bottom: 15px;
		text-align: center;
	}
	.company_area02-photo02{
		position: static;
		text-align: center;
	}
}

/* area03 */
.company_area03-bg{
	display: block;
	background-image: url(../img/company/area03_bg.jpg);
	height: 300px;
}
@media screen and (min-width: 768px) and (max-width: 1139px) {
	.company_area03-bg{
		height: 240px;
	}
}
@media print{
	.company_area03-bg{
		height: 240px;
	}
}
@media screen and (max-width: 767px) {
	.company_area03-bg{
		height: 220px;
	}
}

/* area04 */
.company_area04-tit{
	width: 250px;
}

.company_area04-bt{
	margin: 0 auto;
	width: 400px;
}
@media screen and (min-width: 768px) and (max-width: 1139px) {
	.company_area04-tit{
		width: 220px;
	}
	
	.company_area04-bt{
		width: 360px;
	}
}
@media print{
	.company_area04-tit{
		width: 220px;
	}
	
	.company_area04-bt{
		width: 360px;
	}
}
@media screen and (max-width: 767px) {
	.company_area04-tit{
		width: 180px;
	}
	
	.company_area04-bt{
		width: 92%;
	}
}


/*
 * contact
 */
.contact_dial{/* 電話番号 */
	display: table;
	margin: 0 auto;
}
.contact_dial .dial_ic01{
	position: relative;
	top: -4px;
	display: table-cell;
	width: 68px;
	vertical-align: middle;
}
.contact_dial .dial_ic02{
	position: relative;
	top: -2px;
	display: table-cell;
	width: 94px;
	vertical-align: middle;
}
.contact_dial .dial_number{
	display: table-cell;
	vertical-align: middle;
}
.contact_dial .dial_number .dial_txt01{
	margin: 0;
	font-size: 18px;
}
.contact_dial .dial_number .dial_txt02{
	font-size: 50px;
	font-weight: 700;
	color: #333333;
	line-height: 1.4;
}

.contact_dial-txt01{
	display: table;
	margin: 0 auto;
}
.contact_dial-txt01 dt{
	display: table-cell;
	background-color: #555555;
	padding: 2px 0 0 0;
	width: 120px;
	font-weight: 400;
	color: white;
	text-align: center;
	vertical-align: middle;
}
.contact_dial-txt01 dd{
	display: table-cell;
	padding-left: 15px;
	vertical-align: middle;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
	.contact_dial .dial_ic01{
		width: 54px;
	}
	.contact_dial .dial_ic01 img{
		width: 34px;
	}
	.contact_dial .dial_ic02{
		width: 72px;
	}
	.contact_dial .dial_ic02 img{
		width: 58px;
	}
	.contact_dial .dial_number .dial_txt01{
		font-size: 16px;
	}
	.contact_dial .dial_number .dial_txt02{
		font-size: 34px;
	}

	.contact_dial-txt01{
		font-size: 15px;
	}
	.contact_dial-txt01 dt{
		width: 100px;
		font-size: 14px;
	}
}
@media print{
	.contact_dial .dial_ic01{
		width: 54px;
	}
	.contact_dial .dial_ic01 img{
		width: 34px;
	}
	.contact_dial .dial_ic02{
		width: 72px;
	}
	.contact_dial .dial_ic02 img{
		width: 58px;
	}
	.contact_dial .dial_number .dial_txt01{
		font-size: 14px;
	}
	.contact_dial .dial_number .dial_txt02{
		font-size: 30px;
	}

	.contact_dial-txt01{
		font-size: 13px;
	}
	.contact_dial-txt01 dt{
		width: 100px;
		font-size: 12px;
	}
}
@media screen and (max-width: 767px) {
	.contact_dial .dial_ic01{
		padding-left: 9px;
		width: 54px;
	}
	.contact_dial .dial_ic01 img{
		width: 27px;
	}
	.contact_dial .dial_ic02{
		width: 54px;
	}
	.contact_dial .dial_ic02 img{
		width: 46px;
	}
	.contact_dial .dial_number .dial_txt01{
		font-size: 14px;
	}
	.contact_dial .dial_number .dial_txt02{
		font-size: 24px;
	}

	.contact_dial-txt01{
		font-size: 14px;
	}
	.contact_dial-txt01 dt{
		width: 80px;
		font-size: 13px;
	}
	.contact_dial-txt01 dd{
		padding-left: 10px;
	}
}


/* address */
.address_con{
	border-bottom: #cccccc solid 1px;
	padding-bottom: 16px;
	margin-bottom: 15px;
}
.address_con:last-child{
	border-bottom: #cccccc solid 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.address_con p{
	margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
	.address_con{
		padding-bottom: 12px;
		margin-bottom: 11px;
	}
}

/* policy */
.policy{
	overflow: hidden;
}
.policy_tit{
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	font-family: 'Noto Serif JP', sans-serif;
	text-align: center;
}
.policy_tit .inn{
	color: #1f4481;
	font-size: 20px;
	display: flex;
	align-items: center;
}
.policy_tit .inn:before, .policy_tit .inn:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #171717;
	display: block;
}
.policy_tit .inn:before {
	margin-right: .4em;
}
.policy_tit .inn:after {
	margin-left: .4em;
}
.policy_txt{
	overflow: hidden;
	overflow-y: scroll;
	border: #a8a8a8 solid 1px;
	padding: 20px;
	height: 280px;
}
.policy_txt .mida{
	background-color: #575757;
	padding: 6px 10px;
	color: white;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
	.policy_tit .inn{
		font-size: 20px;
	}
	.policy_txt{
		padding: 15px;
	}
}
@media print{
	.policy_tit .inn{
		font-size: 22px;
	}
	.policy_txt{
		padding: 15px;
	}
}
@media screen and (max-width: 767px) {
	.policy_tit .inn{
		font-size: 16px;
	}
	.policy_txt{
		padding: 14px;
		font-size: 13px;
	}
}

.sp_tel_icon{
	display: none;
}

@media screen and (max-width: 767px){
	.sp_tel_icon{
		display: block;
		position: fixed;
		top: 0;
		right: 67px;
		z-index: 116;
		width: 50px;
	}
	
}

