@charset "UTF-8";

/* -----------------------------------------------------------
	
----------------------------------------------------------- */
.cont_inner {
	max-width: 1200px;
	width: 90%;
}
.text_1 {
	text-align: center;
	font-size: 26px;
	margin-bottom: 50px;
	font-weight: 500;
	letter-spacing: 0.05em;
}
.grid {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}
.grid .picbox {
	width: 34%;
}
.grid .textbox {
	width: 62%;
	word-break: break-all;
}
.grid .textbox a {
	color: #333;
}
.grid .textbox .ttl {
	font-size: 15px;
	margin-bottom: 5px;
}
.grid .textbox .para {
	margin-bottom: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
.text_1 {
	font-size: 22px;
	letter-spacing: 0;
	margin-bottom: 30px;
}
.grid .picbox {
	width: 80%;
	max-width: 400px;
	margin: 0 auto 50px;
}
.grid .textbox {
	width: 100%;
}
}
@media screen and (max-width: 767px) {
.text_1 {
	font-size: 18px;
	letter-spacing: 0;
	margin-bottom: 20px;
	line-height: 1.4;
}
.grid .picbox {
	width: 80%;
	max-width: 400px;
	margin: 0 auto 30px;
}
.grid .textbox {
	width: 100%;
}
.grid .textbox .ttl {
	font-size: 14px;
}
.grid .textbox .para {
	margin-bottom: 30px;
}
}



