@charset "utf-8";
/*----------------------------------------------------


	File Name: style.css
	Style Info: #style内


----------------------------------------------------*/
.box_area {
	margin-bottom: 50px;
	width: 950px;
	height: 1220px;
	background: url("../images/1904/img_back.jpg") no-repeat;
}
.img_logo {
	margin-top:10px;
	margin-left: 20px;
	margin-bottom:10px;
}
.cont_box {
	width: 880px;
	margin: 0 auto;
	padding: 50px 60px;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 0 8px #fff;
}

h2.cont_title {
  position: relative;
  display: inline-block;
  padding: 0 120px;
	text-align: center;
}
h2.cont_title:before, h2.cont_title:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 110px;
  height: 2px;
  background-color: #000;
}

h2.cont_title.title02 {
  position: relative;
  display: inline-block;
  padding: 0 280px;
	text-align: center;
	margin-top: 70px;
}
h2.title02.cont_title:before, h2.title02.cont_title:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 265px;
  height: 2px;
  background-color: #000;
}

h2.cont_title:before {
  left:0;
}
h2.cont_title:after {
  right: 0;
}


.img_area_01 {
	width: 760px;
	height: 294px;
	margin: 30px auto 0;
	background: url("../images/2511/img_01_1119@2x.jpg") no-repeat;
	background-size: cover;
}
.cont_txt_box_area {
	display: flex;
}
.cont_txt_box {
	width: 250px;
	text-align: center;
	margin: 0 5px;
}
.cont_txt_box a {
	display: block;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background-color: #333;
	padding: 7px;
	margin: 0 auto;
	width: 210px;
	text-align: center;
	text-decoration: none;
}

.cont_txt_box h4 {
	font-size: 13px;
	font-weight: bold;
}

.cont_txt_box h2 {
	font-size: 20px;
	margin-bottom: 5px;
}


