
/* CSS Document */

/* --------------------------------------------------
		visual
-------------------------------------------------- */
.visual {
	height: 150px;
}

.top_bnr {
	display: block;
	top: 0;
	width: 100%;
	background-image: url("../img/top_bar.png");
	background-size: cover;
	background-position: center center;
	z-index: 2;
	height: 150px;
	text-align:left;
	/*padding-left: 10%;*/
}
.top_bnr img {
	width: 700px;
	margin-top: 90px;
	
}

.top_content {
	z-index: 3;
	background: url("../img/bg_001.png");
	background-size: cover;
	background-position: center center;
}
.top_content_inner{
	display: flex;
}

.cont_left{
	width: 15%;
	
}

/*.cont_center{
	width: 70%;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 10% 90%, rgba(255, 255, 255, 0));
	max-width: 1122px;
	text-align: center;
	margin: 0 auto;
	padding-top: 30px;
	
}
*/

.cont_right{
	width: 15%; right: 0;
	
}

.content{
/*
	display:flex;
	max-width: 1122px;
*/
/*	background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 10% 90%, rgba(255, 255, 255, 0));*/
	background: url("../img/bg_002.png");
	background-size: cover;
	background-position: center center;
	margin: 0 auto;
	padding-bottom: 50px;
}

.content_a{
	display:block;
	width: 50%;
}
.content_a_im{
	margin: 10px;
}

.content_a_blok{
	display:flex;
}


.content_a_blok01{
	width: 15%;
	margin: auto
}
.content_a_blok02{
	width: 85%;
	padding: 15px 30px 0 15px;
	display: block
}

.content_a_blok02 p{
	text-align: left;
	line-height: 1.6;
}
p.siz{
	vertical-align: text-bottom;
	font-size: 0.8em;
	text-align: left;
	padding-top: 20px;
}

.content_b_blok02{
	width: 85%;
	padding: 15px 5px 0 25px;
	display: block;
}
.content_b_blok02 p{
	text-align: left;
	line-height: 1.6;

}



/*カードのフェードイン*/
.fadeIn {
  transition: 1.5s;
  opacity: 0;
}

.fadeIn.animated {
  opacity: 1;
}
/*カードのフェードイン*/


@media screen and (max-width: 767px) {

.content{
	display:block;
	/*background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 10% 90%, rgba(255, 255, 255, 0));*/
	padding-bottom: 50px;
	margin: 0 5%;
}

/*
.content_a{
	display:block;
	width: 	100%;
}
	
.content_a_blok{
	display:flex;
	margin-bottom: 40px;
}
.content_a_blok01{
		display: none;
}
	
.content_a_blok02{
	width: 100%;
	padding: 10px 20px;
	display: block
}
.content_b_blok02{
	width: 100%;
	padding: 10px 20px;
	display: block;
}
*/
.top_bnr {
	height: 120px;
	text-align:left;
	/*padding-left: 10%;*/
}
.top_bnr img {
	width: 500px;
	margin-top: 70px;
	
}
	
}


/*

*/
/* --------------------------------------------------
		utility 767
-------------------------------------------------- */
img.u-pc {
	display: block;
	margin: 0 auto;
}
img.u-sp {
	display: none;
	margin: 0 auto;
}

@media screen and (max-width: 600px) {
img.u-pc {
	display: none;
	margin: 0 auto;
}
img.u-sp {
	display: block;
	margin: 0 auto;
}
}