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

/*PC*/
@media print, screen and (min-width: 769px) {

.hed_wrap {
background: url(../images/talk/hed_img.jpg) center center no-repeat;
background-size: cover;
}

.talk_img {
	width:100%;
	margin:0 auto 20px;
}

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

.talk_img_l {
	width:450px;
	float:left;
	margin:0 40px 40px 0;
}

.talk_img_r {
	width:450px;
	float:right;
	margin:0 0 40px 40px;
}

.talk_bg_img01 {
	background:url(../images/talk/01/bg_img01.jpg) center center no-repeat;
	background-size:cover;
	width:100%;
	height:30vh;
	margin:0 auto 60px;
}

.talk_bg_img02 {
	background:url(../images/talk/01/bg_img02.jpg) center center no-repeat;
	background-size:cover;
	width:100%;
	height:30vh;
	margin:0 auto 60px;
}

.talk_bg_img03 {
	background:url(../images/talk/02/bg_img01.jpg) center center no-repeat;
	background-size:cover;
	width:100%;
	height:30vh;
	margin:0 auto 60px;
}

.talk_bg_img04 {
	background:url(../images/talk/02/bg_img02.jpg) center center no-repeat;
	background-size:cover;
	width:100%;
	height:30vh;
	margin:0 auto 60px;
}

.talk_bg_img05 {
	background:url(../images/talk/03/bg_img01.jpg) center center no-repeat;
	background-size:cover;
	width:100%;
	height:30vh;
	margin:0 auto 60px;
}

.talk_bg_img06 {
	background:url(../images/talk/03/bg_img02.jpg) center center no-repeat;
	background-size:cover;
	width:100%;
	height:30vh;
	margin:0 auto 60px;
}

}


/*sp*/
@media only screen and (max-width: 768px) {

.hed_wrap {
background: url(../images/talk/hed_img.jpg) center center no-repeat;
background-size: cover;
}

.talk_img {
	width:100%;
	margin:0 auto 20px;
}

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

.talk_img_l,
.talk_img_r {
	width:80%;
	float:none;
	margin:0 auto 30px;
}


.talk_bg_img01 {
	background:url(../images/talk/01/bg_img01.jpg) center center no-repeat;
	background-size:cover;
	width:100%;
	height:15vh;
	margin:0 auto 60px;
}

.talk_bg_img02 {
	background:url(../images/talk/01/bg_img02.jpg) center center no-repeat;
	background-size:cover;
	width:100%;
	height:15vh;
	margin:0 auto 60px;
}

.talk_bg_img03 {
	background:url(../images/talk/02/bg_img01.jpg) center center no-repeat;
	background-size:cover;
	width:100%;
	height:15vh;
	margin:0 auto 60px;
}

.talk_bg_img04 {
	background:url(../images/talk/02/bg_img02.jpg) center center no-repeat;
	background-size:cover;
	width:100%;
	height:15vh;
	margin:0 auto 60px;
}

.talk_bg_img05 {
	background:url(../images/talk/03/bg_img01.jpg) center center no-repeat;
	background-size:cover;
	width:100%;
	height:15vh;
	margin:0 auto 60px;
}

.talk_bg_img06 {
	background:url(../images/talk/03/bg_img02.jpg) center center no-repeat;
	background-size:cover;
	width:100%;
	height:15vh;
	margin:0 auto 60px;
}

}
