@charset "utf-8";

/* === header === */

header {
	top: 0;
	opacity: 1;
}


/* === contents === */

#contents {
	padding-bottom: 305px;
}
h2 {
	font-size: 3rem;
}
h2 span {
	display: block;
}
h2 span.ja {
	color: #333;
	font-size: 1.4rem;
	letter-spacing: 0;
}
h3 {
	margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
	#contents {
		padding-bottom: 60px;
	}
	h2 {
		font-size: 2rem;
	}
	h2 span.ja {
		font-size: 1.2rem;
	}
	h3 {
		margin-bottom: 50px;
	}
}


/* === member === */

#member {
	max-width: 960px;
	margin: 0 auto;
	position: relative;
}
.story_ph {
	text-align: center;
}
.story_comment {
	padding: 20px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	font-size: 1.5rem;
	position: absolute;
}
.story_comment._owner {
	bottom: 30px;
	left: 0;
}
.story_comment._chef {
	bottom: -90px;
	right: 0;
}
.story_name {
	margin-top: 30px;
	padding-top: 30px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.2rem;
	line-height: 1.5;
	position: relative;
}
.story_name strong {
	font-size: 1.6rem;

}
.story_name:before {
	width: 60px;
	height: 1px;
	background: #5d488a;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

@media only screen and (max-width: 767px) {
	#member h3 br {
		display: none;
	}
	.story_ph img {
		width: 100%;
	}
	.story_comment {
		padding: 20px;
		box-shadow: none;
		font-size: 1.3rem;
		position: relative;
	}
	.story_comment._owner {
		border-bottom: 1px solid #ccc;
		bottom: auto;
		left: auto;
	}
	.story_comment._chef {
		bottom: auto;
		right: auto;
	}
	.story_name {
		margin-top: 20px;
		padding-top: 20px;
	}
	.story_name strong {
		font-size: 1.4rem;

	}
}


/* === ph === */

#ph {
	padding-top: 210px;
}
#ph img {
	width: 100%;
}
#ph img.sp {
	display: none;
}

@media only screen and (max-width: 767px) {
	#ph {
		padding-top: 60px;
	}
	#ph img.pc {
		display: none;
	}
	#ph img.sp {
		display: block;
	}
}


/* === qa === */

#qa {
	max-width: 960px;
	margin: 0 auto;
}
.inr_qa {
	position: relative;
}
.ph_qa {
	width: 37.5%;
	margin-bottom: 180px;
	position: sticky;
	top: 145px;
	left: 0;
	float: left;
}
.ph_qa img {
	width: 100%;
}
.contents_qa {
	width: 56.25%;
	margin-bottom: 180px;
	float: right;
}
.contents_qa dl dt {
	margin-bottom: 30px;
	color: #5d488a;
	font-size: 1.8rem;
	font-weight: 500;
}
.contents_qa dl dd {
	margin-bottom: 100px;
	font-size: 1.4rem;
}
.contents_qa dl dd:last-child {
	margin-bottom: 0;
}
.message {
	color: #5d488a;
	font-size: 3.2rem;
	font-weight: 500;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.ph_qa {
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
		position: relative;
		top: auto;
		left: auto;
		float: none;
	}
	.ph_qa img {
		max-width: 240px;
	}
	.contents_qa {
		width: calc(100% - 40px);
		margin-bottom: 60px;
		padding: 0 20px;
		float: none;
	}
	.contents_qa dl dt {
		margin-bottom: 15px;
		font-size: 1.4rem;
	}
	.contents_qa dl dd {
		margin-bottom: 30px;
		font-size: 1.3rem;
	}
	.message {
		padding: 0 20px;
		font-size: 1.5rem;
		text-align: left;
	}
	.message br {
		display: none;
	}
}