@charset "UTF-8";
/* CSS Document */
header h2 {
	color: #00a59f;
}
h5 {
    color: #00a59f;
    border-bottom: 1px solid;
    padding-bottom: 10px;
    margin: 0 0 20px 0;
	font-weight: bold;
}

.t_h2 {
	color: #ec6d88;
    font-weight: bold;
    font-size: 21px;
    text-align: left;
    font-family: serif;
	border: none;
	padding: 0;
}
.pink {
	color: #ec6d88;
}
.yasuda_t {
    border: 1px solid #62c1be;
    background: #FFF;
    border-radius: 15px;
    padding: 20px 30px;
	text-align: left;
	margin-top: 30px;
}

.yasuda_t p {
	margin: 0;
	text-indent: 1em
}
.yasuda_t img {
    border-radius: 10%;
    width: 150px;
    height: auto;
}
.y_title {
	margin-right: 20px;
}
.yasuda_t figure figcaption p {
	line-height: 1.3em;
	font-size: 10px;
}
.big {
	font-size: 30px;
} 

@media screen and (max-width: 751px) {
	.yasuda_t img {
		border-radius: 10%;
		width: 100%;
		height: 250px;
		object-fit: cover;
		object-position: center -10px;
		margin: 20px 0 10px 0;
	}
	.yasuda_t figure figcaption p {
		font-size: 13px;
	}
}