@charset "Shift_JIS";

/* common
---------------------------------------------------- */
.box01 {}
.box01 .contents {
	padding: 60px 0;
	width: 1010px;
}
.box02 {
	background-image: url(../images/common/bg02.png);
	background-repeat: repeat;
}
.box02 .contents {
	padding: 60px 0;
	width: 1010px;
}

/* table */
table.type {
	width: 100%;
	border-top: solid 1px #f1401d;
	border-left: solid 1px #f1401d;
	border-collapse: separate;
	border-spacing: 0;
	margin-top: 10px;
	margin-bottom: 30px;
}
table.type th {
	border-right: solid 1px #f1401d;
	border-bottom: solid 1px #f1401d;
	padding: 0.5em;
	vertical-align: middle;
	color: #f24d2d;
	font-weight: normal;
}
table.type td {
	border-right: solid 1px #f1401d;
	border-bottom: solid 1px #f1401d;
	padding: 0.5em;
	vertical-align: middle;
	background-color: #FFFFFF;
}
table.type td p {
	margin-bottom: 20px;
}
table.type td p:last-child {
	margin-bottom: 0;
}
table.type .w200 {
	width: 200px;
}
table.type .whalf {
	width: 50%;
}

.ttl {
	font-size: 20px;
	font-weight: bold;
	color: #f24d2d;
	margin-bottom: 10px;
	background-image: url(../images/index/company_info_ttl.png);
	background-repeat: repeat-x;
	background-position: bottom left;
	margin-bottom: 15px;
	padding-bottom: 10px;
	display: inline-block;
}
.ttl a {
	color: #f24d2d;
}
.ttl a:hover {
	color: #0755b5;
}

.img_center {
	display: block;
	margin: 0 auto;
}


/* index
---------------------------------------------------- */
.swiper-slide img {
	width: 100%;
}
.lead {
	text-align: center;
	padding: 0 0 60px;
}

/* business */
.business {
	margin-left: -30px;
}
.business li {
	float: left;
	width: 440px;
	height: 390px;
	padding: 25px;
	background-image: url(../images/index/business.png);
	margin-left: 30px;
}
.business li .ttl {
	text-align: center;
	font-size: 18px;
	color: #f1401d;
	background-image: url(../images/index/business_ttl.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding: 10px 0;
	font-weight: bold;
	margin-bottom: 16px;
}
.business li .txt {
	line-height: 24px;
	height: 64px;
}
.business_btn {
	margin: 0 auto;
	width: 240px;
}

/* news */
.news li {
	box-shadow:0px 0px 6px 3px #e8ddcb;
	-moz-box-shadow:0px 0px 6px 3px #e8ddcb;
	-webkit-box-shadow:0px 0px 6px 3px #e8ddcb;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color: #FFFFFF;
	padding: 10px 0;
	margin-bottom: 10px;
}
.news li .date {
	display: block;
	float: left;
	width: 186px;
	text-align: center;
	color: #f1401d;
	border-right: 1px solid #d9d9d9;
}
.news li .newstxt {
	display: block;
	float: left;
	width: 740px;
	margin-left: 50px;
}

/* company_info */
.company_info {
}


/* companyinfo
---------------------------------------------------- */
/* greetingtxt */
.greetingtxt {
	margin-bottom: 20px;
}
.greetingtxt2 {
	width: 980px;
	text-align: right;
}
.greetingtxt2 span {
	font-size: 22px;
}
.greetingimg {
	float: right;
	margin: 0 0 30px 30px;
}

/* companyimg */
.companyimg {
	margin-bottom: 20px;
	margin-left: -50px;
	margin-top: 40px;
}
.companyimg li {
	margin-bottom: 20px;
	float: left;
	margin-left: 50px;
	width: 480px;
}

/* access */
.access p {
	margin-bottom: 20px;
}


/* business02
---------------------------------------------------- */
.business02 {
	margin-top: 50px;
}
.business02 li {
	float: left;
	margin-left: 50px;
}
.business02 li:nth-child(1) {
	width: 430px;
}
.business02 li div {
	border: 1px solid #0755b5;
	background-color: #FFFFFF;
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.business02 li div .list {
	width: 50%;
	float: left;
}
.business02 li:nth-child(2) {
	width: 430px;
}
.business02 li:nth-child(2) div {
	border: 1px solid #f24d2d;
}
.business02 li:nth-child(3) {
	width: 910px;
}
.business02 li:nth-child(4) {
	width: 430px;
}

/* 221208 company_info/index.html・デジタル化推進関連
---------------------------------------------------- */

.box01 .digital_policy {
	width: 1010px;
	margin: 0 auto;
	padding: 0 0 60px;
}

.box01 .digital_policy h3 {
	margin-top: 20px;
}
