@charset "UTF-8";

/*-------

.contents_width {
	width: 90%;
	max-width: 1080px;
	margin-left: 5%;
	margin-right: 5%;
}

@media only screen and (min-width:768px) {
	.contents_width {
		margin-left: auto;
		margin-right: auto;
	}
}

------*/
#index_teramono {
	padding: 50px 0;
	background-color: #FFF;
	text-align: center;
}

.index_teramono__wrap {
	display: block;
	width: 100%;
	padding: 0 5%;
	margin: 0;
}

.index_teramono__figure,
.index_teramono__caption {
	width: 100%;
}

.index_teramono__figure img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: auto;
}

.index_teramono__title {
	width: 90%;
	max-width: 500px;
	/*margin-top: 50px;*/
}

.index_teramono__text {
	line-height: 2.5;
	text-align: left;
}

@media only screen and (min-width:768px) {
	.index_teramono__wrap {
		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: 90%;
		max-width: 1080px;
		padding: 0;
		margin: 0 auto;
	}

	.index_teramono__figure,
	.index_teramono__caption {
		width: 50%;
	}
	
	.index_teramono__title {
		margin-top: 0;
	}
	
	.index_teramono__figure img {
		max-width: auto;
		max-height: 400px;
	}
	
	.index_teramono__text {
		text-align: center;
	}
}


