@charset "UTF-8";
/* CSS Document */

.section01 {
  margin-bottom: 10px;
}
.section01 .image {
  width: 200px;
  float: left;
}
.section01 .image img {
  border: 1px solid #CCC;
}
.section01 .text {
  float: left;
  width: 430px;
  margin-left: 10px;
}

.section01 .text .description {
  font-size: 12px;
  background-color: #f4f4f4;
  padding: 3px;
  margin-bottom: 20px;
  margin-top: 10px;
}

.flowImage {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
#company td {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #C9CACA;
  padding: 10px 0;
}

/* バナーエリア */
.foot_bnr_bk {
  width: 100%;
  padding: 20px 0px 30px;
  clear: both;
  background-color: #f6f6f6;
}

.foot_bnr_area {
  width: 980px;
  margin: 0 auto;
}

.hiraku_area {
  margin-bottom: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ccc;
}

.hiraku_area > p {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}

.hiraku_area_left {
  margin-right: 20px;
  display: inline-block;
  width: 30%;
}

.hiraku_area_left a {
  transition: all 0.3s ease-in-out 0s;
}

.hiraku_area_left a:hover {
  opacity: 0.6;
}


.hiraku_area_left img {
	width: 100%;
	height: auto;
}

.hiraku_area_right {
	display: inline-block;
	vertical-align: top;
}

.hiraku_area_right > p {
	font-size: 15px;
	line-height: 1.2;
}

.hiraku_area_right > p ::first-line {
	font-weight: bold;
	font-size: 15px;
	line-height: 1.2;
}

.bnr_area p {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}

.bnr_area ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
}

.bnr_area li {
	width: calc(94%/3);
	margin-right: calc(6%/2);
	margin-bottom: calc(6%/3);
}
.bnr_area li:nth-child(3n) {
	margin-right: 0;
}

.bnr_area li a {
  transition: all 0.3s ease-in-out 0s;
}

.bnr_area li a:hover {
  opacity: 0.6;
}

.bnr_area img {
	width: 100%;
	height: auto;
}
/* バナーエリアここまで */
