@charset "UTF-8";
/* CSS Document */
header h2 {
	color: #ea5514;
}
.t_read {
	text-align: left;
}
.t_read .t_title {
	font-size: 1.4rem;
}
.t_title {
	color: #947318;
}
.t_photo {
    width: 210px;
}
.f_left p {
	text-align: center;
}
.t_h2 {
    border-left: 10px double #73af43;
    color: #73af43;
    font-size: 18px;
    text-align: left;
    padding: 0 0 0 20px;
}
figcaption {
	padding-bottom: 0;
}
figcaption p{
    margin-bottom: 20px;	
}
h4 {
	text-align: left;
    margin-bottom: 20px;
    font-weight: bold;
    position: relative;
    padding: 0 0 0 110px;
}
h4::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100px;
    height: 1px;
    background-color: black;
    transform: translateY(-50%);
}
.t_honbun .t_photo {
	width: 100%;
}
.t_honbun {
    margin-top: 20px;
}
.sub_title {
	font-size: 20px;
}

.mail {
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #CCC;
    padding: 20px 0;
    margin: 40px 0;
}
.mail p {
	text-align: center;
}
.mail .flex {
	align-items:center; 
	margin-top: 10px;
}
.mail .flex p {
    margin-right: 20px;
}
.mail .flex a {
    text-decoration: none;
    color: #000;
    border: 1px solid #CCC;
    padding: 5px 35px;
	background: #FFF;
	border-radius: 5px;
}
.mail .flex a:hover {
	background: #CCC;
    color: #FFF;
	transition: 0.5s;
}
@media screen and (max-width: 751px) {
	main .flex {
		display: inline-block;
		width: 100%;
	}
	.sub_title {
		font-size: 18px;
	}
	.t_photo {
		width: 100%;
		height: auto;
	}
	h2 , .t_h2 {
		font-size: 21px;
	}
	h4 {
		font-size: 14px;
		padding: 0 0 0 75px;
	}
	h4::before {
		width: 60px;
	}
	figcaption {
		padding: 5px 0 0 0;
	}
	main .sp_flex {
		display: flex;
	}
	.post {
		margin-bottom: 20px;
	}
	.mail .flex p {
		margin: 0 0 10px 0;
	}
	.mail .flex a {
		padding: 10px 35px;
		display: block;
	}
}