
header h2,.red {
	color: #ea5514;
}
.t_photo {
	width: 200px;
}
.t_h2 {
}
.labo_box {
	width: 30%;
    height: auto;
    border: 3px double #ca67a4;
    padding: 20px 10px;
}
.labo_syoukai {
    justify-content: space-between;
    margin-bottom: 10px;
}

.labo_huton {
    background: #ca67a4;
    width: 100px;
    text-align: center;
    color: #FFF;
    padding: 2px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.labo_title {
	color: #004098;
	font-weight: bold;
}
.labo {
    justify-content: space-between;
}
.labo_t {
	width: 25%;
}

.labo_t img {
	width: 100%;
	height: auto;
}
.t_yokonaga {
	width: 400px;
	height: 300px;
}

@media screen and (max-width: 768px) {
	.t_photo {
		width: 100%;
        height: 230px;
        object-fit: cover;
        object-position: center -30px;
    }
	.labo_box {
		width: 92%;
		margin-bottom: 10px;
	}
	.labo_box:last-child {
		margin-bottom: 0;
	}
	.t_object {
		object-position: center -10px;
	}
}