@charset "UTF-8";

/* -----------------------------------------------------------
	
----------------------------------------------------------- */
.cont_inner {
	max-width: 960px;
}

.firbox {
	margin: 70px auto 100px;
}
.picbox {
	max-width: 340px;
	float: left;
}
.textbox {
	width: calc(100% - 400px);
	float: right;
}

.btn_link {
	margin-left: 0;
	width: 100%;
	max-width: 500px;
}

.before-day{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	margin-bottom: 100px;
}

.textbox__before-day{
	width: 672px;
	margin: 0 auto 50px;
}

.before-day__ttl{
	font-weight: bold;
	font-size: 17px;
}

.picitem__text{
	text-align: center;
}

.picbox__before-day{
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.picitem__before-day{
	width: 47.917%;
	margin-bottom: 50px;
	max-width: 460px;
}


@media screen and (min-width: 768px) and (max-width: 1200px) {
.picbox {
	width: 40%;
}
.textbox {
	width: 55%;
}
.btn_link {
	width: 100%;
}

.picitem__before-day{
	margin-bottom: 30px;
}
}
@media screen and (max-width: 767px) {
.firbox {
	margin: 0 auto 60px;
}
.picbox {
	max-width: 250px;
	margin: 0 auto 30px;
	float: none;
}
.textbox {
	width: 100%;
	float: none;
}
.btn_link {
	margin-left: auto;
	width: 100%;
}
.before-day{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	margin-bottom: 40px;
}
.textbox__before-day{
	width: 100%;
	margin: 0 auto 50px;
}
.textbox__before-day{
	margin-bottom: 30px;
}
.picitem__before-day{
	margin-bottom: 50px;
}

.before-day__ttl{
	font-size: 15px;
}
}

