@charset "utf-8";
/* hoiku_story.css */

#hoiku_story {
	padding: 115px 0 0;
}

@media screen and (max-width:1000px) {
#hoiku_story {
	padding: 75px 0 0;
}	
}


.page_ttl {
	padding: 70px 0;
}

@media screen and (max-width:1000px) {
.page_ttl {
	padding: 50px 0 40px;
}	 
}

.page_ttl h2 {
	font-size: 40px;
	text-align: center;
	color: #9B9B9B;
	margin: 0 0 15px;
}

@media screen and (max-width:1000px) {
.page_ttl h2 {
	font-size: 24px;
	margin: 0 0 10px;
}	
}

@media screen and (max-width:500px) {
.page_ttl h2 {
	font-size: 21px;
	margin: 0 0 10px;
}	
}


.page_ttl h2 span {
	font-size: 20px;

}

@media screen and (max-width:1000px) {
.page_ttl h2 span {
	font-size: 13px;	
}	
}

@media screen and (max-width:500px) {
.page_ttl h2 span {
	font-size: 11px;	
}	
}


.page_ttl p {
	display: flex;
	justify-content: space-between;
	width: 62px;
	margin: 0 auto;
}

@media screen and (max-width:768px) {
.page_ttl p {
	width: 50px;
	margin: 0 auto;
}	
}

.page_ttl p span {
	width: 12px;
	height: 12px;
	border-radius: 50%;
}

@media screen and (max-width:768px) {
.page_ttl p span {
	width: 9px;
	height: 9px;
}	
}

.page_ttl p span:first-child {
	background-color: #F6B83A;
}

.page_ttl p span:nth-child(2) {
	background-color: #81AF2D;
}

.page_ttl p span:nth-child(3) {
	background-color: #DD606D;
}

#hoiku_story_container {
	width: 95%;
	max-width: 1500px;
	margin: 0 auto 80px;
}

@media screen and (max-width:1000px) {
#hoiku_story_container {
	margin: 0 auto 20px;
}	
}

#hoiku_story_box {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

@media screen and (max-width:1000px) {
#hoiku_story_box {
	display: block;
}	
}

#hoiku_story_text_box {
	width: 60%;
}

@media screen and (max-width:1000px) {
#hoiku_story_text_box {
	width: 100%;
}	
}

#hoiku_story_text_box h3 {
	padding: 30px 0 40px;
	width: 92%;
	margin: 0 auto;
}

@media screen and (max-width:1000px) {
#hoiku_story_text_box h3 {
	max-width: 400px;
	width: 95%;
}	
}


#mssage_text {
	padding: 25px;
	border: 6px solid #F8D9DC;
	border-radius: 22px;
	background-color: #FFF;	
}

@media screen and (max-width:768px) {
#mssage_text {
	padding: 18px;
	border: 4px solid #F8D9DC;
	border-radius: 30px;
}	
}

#mssage_text h4 {
	font-size: 29px;
	color: #E67780;
	text-align: center;
	padding: 40px 0 30px;
}

@media screen and (max-width:1000px) {
#mssage_text h4 {
	font-size: 20px;
}	
}

@media screen and (max-width:450px) {
#mssage_text h4 {
	font-size: 16px;
}	
}


#mssage_text p {
	color: #A8A8A8;
	line-height: 2;
	margin: 0 0 20px;
}

@media screen and (max-width:768px) {
#mssage_text p {
	font-size: 15px;
}	
}

#profile {
	width: 36%;
	position: relative;
}

@media screen and (max-width:1000px) {
#profile {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}	
}

#profile figure {
	width: 85%;
	margin: 0 auto 25px;
}

@media screen and (max-width:1000px) {
#profile figure {
	max-width: 400px;
	width: 80%;
	padding: 60px 0 0;
}	
}


#profile h4 {
	text-align: right;
	font-size: 27px;
	color: #7D7D7D;
	line-height: 1.7;
	width: 110px;
	margin: 0 0 0 auto;
	padding: 0 0 15px;
}

@media screen and (max-width:500px) {
#profile h4 {
	font-size: 24px;
}
	
}


#profile p {
	font-size: 14px;
	color: #7D7D7D;
	line-height: 1.6;
}
