@charset "utf-8";


/******************
aboutpage
******************/
.main img{
	display: block;
	width: 100%;
}
.bg {
	background: #fafafa;
}

.heading {
  /* background: #e8decb; */
  background: url(../../images/common/bg01.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  margin-top: -6.5%;
  padding: 60px 0 100px;
  position: relative;
  z-index: 2;
}
.heading .heading_img{
	display: block;
  margin: auto;
}
.title{
	font-size: 29px;
	font-weight: 700;
	text-align: left;
	border-bottom: 1px dotted #004077;
}
.sec{
	max-width: 910px;
	padding: 0 15px;
	margin: 0 auto;
	color: #004077;
}

@media print, screen and (max-width: 767px) {
	.heading {
    padding: 10% 0 10%;
	}
	.heading .heading_img{
  	width: 25%;
  	max-width: 138px;
	}
	.title{
		font-size: 24px;
	}
}

/*
sec01
*/
.sec01 .item{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	padding: 30px 0 70px;
}
.sec01 .item .img-box{
	max-width: 308px;
	width: 35%;
}
.sec01 .item .text-box{
	width: 65%;
	padding-left: 5%;
}
.sec01 .item .text-box p{
	line-height: 1.95;
}


@media print, screen and (max-width: 767px) {
	.sec01 .item{
		display: block;
		padding: 5% 0 60px;
	}
	.sec01 .item .img-box{
		max-width: none;
		width: 100%;
	}
	.sec01 .item .img-box img{
		display: block;
		width: 100%;
	}
	.sec01 .item .text-box{
		width: 100%;
		padding: 3% 0 0;
	}

}
