@charset "UTF-8";

/*----------------------------------------

	- tit01
	+ main
		- breadcrumb
		+	index
			- box01
			- box02
	- footer

-----------------------------------------*/

/*----------------------------------------
	tit01
-----------------------------------------*/

#tit01 {
	position: relative;
	min-width: 960px;
	height: 480px;
	background: url(../img/i_tit_bg01.jpg) no-repeat center top;
	background-size: cover;
}

#tit01:after {
	content: "";
	position: absolute;
	top: 120px;
	left: 0;
	width: calc(50% - 480px);
	height: 180px;
	background: #000000;
	opacity: 0.7;
}

#tit01 > div:first-of-type {
	width: 960px;
	margin: 0 auto;
	padding-top: 120px;
}

#tit01 > div:first-of-type > div {
	width: 310px;
	height: 140px;
	padding-top: 40px;
	background: url(../img/i_tit_bg02.png) no-repeat left top;
}

#tit01 > div:first-of-type h1 {
	padding-top: 40px;
}

#tit01 > div:first-of-type p {
	padding-left: 10px;
}

#tit01 > div:last-of-type {
	padding-top: 130px;
}

#tit01 > div:last-of-type:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 50px;
	left: 0;
	bottom: 0;
	background: url(../img/c_lnav_bg01.gif) repeat left top;
	opacity: 0.8;
}

#tit01 > div:last-of-type ul {
	width: 990px;
	padding-left: 60px;
	margin: 0 auto;
}

#tit01 > div:last-of-type ul li {
	float: left;
}

#tit01 > div:last-of-type ul li img {
	opacity: 1;
}

#tit01 > div:last-of-type ul li + li {
	margin-left: 10px;
}

/*----------------------------------------
	main
-----------------------------------------*/

#main {
	width: 100%;
}

/*----------------------------------------
	breadcrumb
-----------------------------------------*/

#content .breadcrumb {
	width: 960px;
	margin: 0 auto;
}

/*----------------------------------------
	index
-----------------------------------------*/

#index {
	margin-top: 70px;
}

/*----------------------------------------
	box01
-----------------------------------------*/

#box01 {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 80px;
	text-align: center;
}

#box01 h1 {
	padding-bottom: 20px;
}

/*----------------------------------------
	box02
-----------------------------------------*/

#box02 {
	padding-top: 50px;
	background: url(../../img/c_bg02.gif) repeat left top;
}

#box02 #box02_01 {
	width: 410px;
	min-height: 340px;
	margin: 0 auto;
	padding: 30px 30px 30px 520px;
	background: #ffffff url(../img/i_p01_1.jpg) no-repeat left top;
	background-size: contain;
}

#box02 #box02_01 h1 {
	margin-bottom: 15px;
}

#box02 #box02_01 h1 a {
	padding-right: 55px;
	background: #ffffff url(../../img/c_arrow01.png) no-repeat right center;
	color: #05478b;
	text-decoration: none;
	opacity: 1;
	transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
}

#box02 #box02_01 h1 a:hover {
	opacity: 0.5;
	transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
}

#box02 h1 + p {
	margin-bottom: 15px;
	/*padding-bottom: 25px;
	border-bottom: solid 2px #4c4c4c;*/
}

#box02 #box02_02 {
	width: 610px;
	min-height: 340px;
	margin: 20px auto 0;
	padding: 30px 320px 30px 30px;
	background: #ffffff url(../img/i_p02_2.jpg) no-repeat right top;
	background-size: contain;
}

#box02 #box02_02 div {
	display: table-cell;
	width: 415px;
	height: 190px;
	padding-right: 40px;
	/*border-right: solid 2px #4c4c4c;*/
	vertical-align: top;
}

#box02 #box02_02 div h1 {
	margin-bottom: 15px;
}

#box02 #box02_02 div h1 a {
	padding-right: 55px;
	background: #ffffff url(../../img/c_arrow01.png) no-repeat right center;
	color: #05478b;
	text-decoration: none;
	opacity: 1;
	transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
}

#box02 #box02_02 div h1 a:hover {
	opacity: 0.5;
	transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
}

#box02 #box02_02 dl {
	display: table-cell;
	width: 153px;
	min-height: 190px;
	padding-left: 20px;
	vertical-align: top;
}

#box02 #box02_02 dl dd {
	margin-top: 15px;
	text-align: center;
}

#box02 #box02_03 {
	width: 610px;
	min-height: 190px;
	margin: 20px auto 0;
	padding: 30px 320px 30px 30px;
	background: #ffffff url(../img/i_p03.jpg) no-repeat right top;
}

#box02 #box02_03 div {
	display: table-cell;
	width: 415px;
	height: 190px;
	padding-right: 40px;
	border-right: solid 2px #4c4c4c;
	vertical-align: top;
}

#box02 #box02_03 div h1 {
	margin-bottom: 15px;
}

#box02 #box02_03 h1 a {
	padding-right: 55px;
	background: #ffffff url(../../img/c_arrow01.png) no-repeat right center;
	color: #05478b;
	text-decoration: none;
	opacity: 1;
	transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
}

#box02 #box02_03 h1 a:hover {
	opacity: 0.5;
	transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
}

#box02 #box02_03 dl {
	display: table-cell;
	width: 153px;
	padding-left: 20px;
	vertical-align: top;
}

#box02 #box02_03 dl dd {
	margin-top: 15px;
	text-align: center;
}

#box02 #box02_04 {
	width: 610px;
	min-height: 340px;
	margin: 20px auto 0;
	padding: 30px 320px 30px 30px;
	background: #ffffff url(../img/i_p06.jpg) no-repeat right top;
	background-size: contain;
}

#box02 #box02_04 div {
	display: table-cell;
	width: 415px;
	height: 190px;
	padding-right: 40px;
	/*border-right: solid 2px #4c4c4c;*/
	vertical-align: top;
}

#box02 #box02_04 div h1 {
	margin-bottom: 15px;
}

#box02 #box02_04 h1 a {
	padding-right: 55px;
	background: #ffffff url(../../img/c_arrow01.png) no-repeat right center;
	color: #05478b;
	text-decoration: none;
	opacity: 1;
	transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
}

#box02 #box02_04 h1 a:hover {
	opacity: 0.5;
	transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
}

#box02 #box02_04 dl {
	display: table-cell;
	width: 153px;
	padding-left: 20px;
	vertical-align: top;
}

#box02 #box02_04 dl dd {
	margin-top: 15px;
	text-align: center;
}

#box02 #box02_04 dl dd ul {
	margin-top: 5px;
}

#box02 #box02_05 {
	width: 610px;
	min-height: 190px;
	margin: 20px auto 0;
	padding: 30px 320px 30px 30px;
	background: #ffffff url(../img/i_p04.jpg) no-repeat right top;
}

#box02 #box02_05 div {
	display: table-cell;
	width: 415px;
	height: 190px;
	padding-right: 40px;
	border-right: solid 2px #4c4c4c;
	vertical-align: top;
}

#box02 #box02_05 div h1 {
	margin-bottom: 15px;
}

#box02 #box02_05 h1 a {
	padding-right: 55px;
	background: #ffffff url(../../img/c_arrow01.png) no-repeat right center;
	color: #05478b;
	text-decoration: none;
	opacity: 1;
	transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
}

#box02 #box02_05 h1 a:hover {
	opacity: 0.5;
	transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
}

#box02 #box02_05 dl {
	display: table-cell;
	width: 153px;
	padding-left: 20px;
	vertical-align: top;
}

#box02 #box02_05 dl dd {
	margin-top: 15px;
}

#box02 #box02_05 dl dd ul {
	margin-top: 5px;
}
.shop_img {
	margin-top: 20px;
}
/*----------------------------------------
	footer
-----------------------------------------*/

footer {
	background: url(../../img/c_bg02.gif) repeat 6px top;
}

/*----------------------------------------
	top area
-----------------------------------------*/
.bussiness_top {
	text-align: left;
}
.bussiness_topb {
	display: flex;
	justify-content: center;
	align-items: center;
}
.bussiness_top_img {
	margin-right: 80px;
}
.bussiness_top_img p {
	font-size: 60px;
	font-size: 6.0rem;
	margin-top: -40px;
	color: #dddddd;
	letter-spacing: 0.8rem;
	transform: scale(0.9, 1);
}