@charset "UTF-8";

.bk-item-wrap {
	background-color: #FFF;
}

.bk-item-wrap + .bk-item-wrap {
	border-top: 1px solid #CCC;
}

.bk-item {
	display: block;
	width: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
	padding-left: 10%;
	padding-right: 10%;
	text-align: center;
}

.bk-item--kaizan {
 position: relative;
}

.bk-item__caption {
	/*background-color:#FDD;*/
	margin-bottom: 50px;
	display: inline-block;
}

.bk-item__title {
	font-size: 28px;
	margin-bottom: 10px;
}

.bk-item__text {
	line-height: 1.8;
	text-align: left;
}

.bk-item__image {
	width: 100%;
	height: auto;
}

.bk-item__figure--kago03 {
	order: -1;
	max-width: 300px;
	margin: 0 auto;
}

@media only screen and (min-width:768px) {

.bk-item-wrap:nth-child(even) .bk-item {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.bk-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
   -webkit-align-items: center;
   -ms-flex-align: center;
   align-items: center;
	width: 80%;
	max-width: 980px;/*サイト幅*/
	margin-left: auto;
	margin-right: auto;
	padding: 100px 0;
}

.bk-item__caption {
	/*background-color:#FDD;*/
	width:40%;
	margin: 20px;
	margin-bottom: 0;
	display: block;
}

.bk-item__caption--200 {
	flex-basis: 200px;
	flex-shrink: 0;
}

.bk-item__text {
	text-align: center;
}

.bk-item__figure {
	margin: 20px;
}

.bk-item__figure--kago03 {
	max-width: 100%;
}

.bk-item__image {
	flex: 1 1 auto;
	width: 100%;
	height: 100%;
}

}