@charset "utf-8";
/* police */

#ask-list {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	text-align: left;
}
#ask-list .page-index-list > li {
	width: 31%;
}
#ask-list .page-index-list > li figure img {
	height: 420px;
}
@media only screen and (max-width:1280px) {
	#ask-list {
		width: 97.5%;
	}
	#ask-list .page-index-list > li {
		width: 31%;
	}
	#ask-list .page-index-list > li figure img {
		height: 380px;
	}
}
@media only screen and (max-width:768px) {
	#ask-list {
		width: 95%;
	}
	#ask-list .page-index-list > li {
		width: 47.5%;
		margin: 0 0 5%;
	}
	#ask-list .page-index-list > li figure img {
		height: 350px;
		object-fit: cover;
		object-position: 50% 25%;
		font-family: 'object-fit: cover; object-position: 50% 25%;'
	}
}
@media only screen and (max-width:480px) {
	#ask-list {
		width: 92.5%;
	}
	#ask-list .page-index-list > li {
		width: 100%;
		margin: 0 0 10%;
	}
	#ask-list .page-index-list > li figure img {
		height: 300px;
		object-fit: cover;
		object-position: 50% 25%;
		font-family: 'object-fit: cover; object-position: 50% 25%;'
	}
}

#askContents {
	width: 100%;
	margin: 0 auto 0;
	padding: 25px 100px 0;
	text-align: left;
	background-color: #f4db30;
	box-sizing: border-box;
}
.askHeader {
	overflow: hidden;
	margin: 0 auto;
}
#askContents .askBody {
	width: 100%;
	margin: 0 auto 75px;
	padding: 0;
	-webkit-overflow-scrolling: touch;
}
@media only screen and (max-width:1280px) {
	#askContents {
		width: 97.5%;
		padding: 20px 25px 0;
		max-width: auto;
		overflow: hidden;
	}
	.askHeader {
		width: 97.5%;
	}
	#askContents .askBody {
		margin: 0 auto 60px;
	}
}
@media only screen and (max-width:768px) {
	#askContents {
		width: 92.5%;
		padding: 20px 20px 0;
	}
	.askHeader {
		width: 92.5%;
	}
	#askContents .askBody {
		margin: 0 auto 50px;
	}
}
@media only screen and (max-width:480px) {
	#askContents {
		width: 100%;
		padding: 15px 15px 0;
		box-sizing: border-box;
	}
	.askHeader {
		width: 92.5%;
	}
}

.talkArea {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0;
	padding: 0 0;
	width: 100%;
}
.talkArea .talkbox {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	margin: 15px auto;
}
.talkArea .talkbox.RightToLeft {
	flex-direction: row-reverse;
}
.talkArea .talkbox figure {
	position: relative;
	width: 12.5%;
}
.talkArea .talkbox.LeftToRight figure {
	margin-right: 2.5%;
}
.talkArea .talkbox.RightToLeft figure {
	margin-left: 2.5%;
}
.talkArea .talkbox figure img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 50%;
}
.talkArea .talkbox.LeftToRight figure img {
	margin: 0 auto 0 0;
}
.talkArea .talkbox.RightToLeft figure img {
	margin: 0 0 0 auto;
}
.talkArea .talkbox .fukiArea {
	width: 70%;
	box-sizing: border-box;
}
.talkArea .talkbox.LeftToRight .fukiArea {
	padding-left: 15px;
	padding-right: 15px;
}
.talkArea .talkbox.RightToLeft .fukiArea {
	padding-left: 15px;
	padding-right: 15px;
}
.talkArea .talkbox em {
	display: block;
	width: 100%;
	position: relative;
	padding: 0 0 1.5rem 0;
	font-weight: 500;
}
.talkArea .talkbox em small {
	font-size: 0.85em;
	font-weight: 400;
}
.talkArea .talkbox.LeftToRight em {
	text-align: left;
}
.talkArea .talkbox.RightToLeft em {
	text-align: right;
}
.talkArea .talkbox span {
	position: relative;
	display: block;
	width: 100%;
	padding: 25px;
	background-color: #fff;
	color: #231815;
	border-radius: 12px;
	box-sizing: border-box;
	line-height: 2;
	box-shadow: 5px 5px 0px 0px rgba(0,0,0,1);
}
.talkArea .talkbox.LeftToRight span::before {
	content: '';
	position: absolute;
	top: 21px;
	left: -21px;
	display: block;
	width: 22px;
	height: 32px;
	background: url( "../../ask/images/fukidashi_left.png" ) no-repeat center center;
	background-size: cover;
}
.talkArea .talkbox.RightToLeft span {
	background-color: #fdf2af;
	box-shadow: 5px 5px 0px 0px rgba(0,0,0,1);
}
.talkArea .talkbox.RightToLeft span::before {
	content: '';
	position: absolute;
	top: 21px;
	right: -21px;
	display: block;
	width: 22px;
	height: 32px;
	background: url( "../../ask/images/fukidashi_right.png" ) no-repeat center center;
	background-size: cover;
}

.chartArea {
	width: 100%;
	margin: 25px auto;
	background-color: #fff;
	border-radius: 15px;
	padding: 0 0 25px 0;
	box-sizing: border-box;
}
.chartArea .chartInner {
	width: 70%;
	margin: 0 auto;
}
.chartArea canvas {
	width: 100%;
	height: 100%;
}

@media only screen and (max-width:1280px) {
	.talkArea .talkbox figure {
		width: 10%;
	}
	.talkArea .talkbox .fukiArea {
		width: 75%;
	}
	.talkArea .talkbox span {
		padding: 20px;
		border-radius: 10px;
	}
	.talkArea .talkbox.LeftToRight span::before {
		top: 19px;
		left: -18px;
		width: 19px;
		height: 28px;
	}
	.talkArea .talkbox.RightToLeft span::before {
		top: 19px;
		right: -18px;
		width: 19px;
		height: 28px;
	}

	.chartArea {
		width: 90%;
		margin: 20px auto;
	}

}
@media only screen and (max-width:768px) {
	.talkArea .talkbox.RightToLeft .fukiArea {
		padding-left: 10px;
		padding-right: 10px;
	}
	.talkArea .talkbox em {
		padding: 0 0 1.25rem 0;
	}
	.talkArea .talkbox span {
		padding: 15px;
	}
	.talkArea .talkbox.LeftToRight span::before {
		top: 19px;
		left: -17px;
		width: 18px;
		height: 26px;
	}
	.talkArea .talkbox.RightToLeft span::before {
		top: 19px;
		right: -17px;
		width: 18px;
		height: 26px;
	}

	.chartArea {
		width: 95%;
	}
}
@media screen and (max-width: 480px) {
	.talkArea .talkbox {
		align-items: flex-start;
		justify-content: space-between;
	}
	.talkArea .talkbox figure {
		width: 15%;
		padding-top: 2.5rem;
	}
	.talkArea .talkbox .fukiArea {
		width: 82.5%;
	}
	.talkArea .talkbox.LeftToRight .fukiArea {
		padding-right: 0;
	}
	.talkArea .talkbox.RightToLeft .fukiArea {
		padding-left: 0;
	}
	.talkArea .talkbox span {
		padding: 10px 12px;
	}
	.talkArea .talkbox.LeftToRight span::before {
		top: 16px;
		left: -13px;
		width: 14px;
		height: 20px;
	}
	.talkArea .talkbox.RightToLeft span::before {
		top: 16px;
		right: -13px;
		width: 14px;
		height: 20px;
	}
}


/*------------------------------------------------------------
fadein
------------------------------------------------------------*/
.RightToLeft {
	opacity: 0;
	transform: translateX(50px);
	transition: .6s;
	transition-delay: .3s;
}
.RightToLeft.is-show {
	opacity: 1;
	transform: translateY(0);
}
.LeftToRight {
	opacity: 0;
	transform: translateX(-50px);
	transition: .6s;
	transition-delay: .3s;
}
.LeftToRight.is-show {
	opacity: 1;
	transform: translateY(0);
}
.fadein {
	opacity: 0;
	transform: translateY(100%);
	transition: .6s;
}
.fadein.is-show {
	opacity: 1;
	transform: translateY(0);
}


#askContents .flexArea {
	width: 100%;
	height: auto;
	margin: 75px auto 0;
	padding: 0;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-pack:justify;
	-moz-box-pack:justify;
	-webkit-flex-pack:justify;
	-moz-flex-pack:justify;
	-ms-flex-pack:justify;
	-webkit-justify-content:space-between;
	-moz-justify-content:space-between;
	justify-content:space-between;
	flex-wrap: wrap;
	align-items: center;
}
#askContents .flexArea .profileArea {
	width: 47.5%;
	margin: 0 auto 2rem;;
	padding: 2rem;
	background-color: #ededed;
	text-align: left;
	overflow: hidden;
	box-sizing: border-box;
}
#askContents .flexArea.clm03 .profileArea {
	width: 30%;
	margin: 0;
	padding: 2rem;
	background-color: #ededed;
	text-align: center;
	overflow: hidden;
	box-sizing: border-box;
}
#askContents .flexArea .profileArea figure {
	float: left;
	margin: 0;
	width: 35%;
}
#askContents .flexArea .profileArea figcaption {
	float: right;
	margin: 2.5rem 0 0 0;
	width: 55%;
}
#askContents .flexArea .profileArea figcaption small {
	display: block;
	margin: 1.5rem 0 2rem;
}
#askContents .flexArea.clm03 .profileArea figure {
	float: none;
	margin: 0 auto;
	width: 100%;
}
#askContents .flexArea.clm03 .profileArea figcaption {
	float: none;
	margin: 2.5rem 0 0 0;
	width: 100%;
}
@media only screen and (max-width:1280px) {
	#askContents .flexArea {
		margin-top: 50px;
	}
	#askContents .flexArea .profileArea figure {
		width: 35%;
	}
	#askContents .flexArea .profileArea figcaption {
		float: right;
		margin: 2.0rem 0 0 0;
		width: 60%;
	}
}
@media only screen and (max-width:768px) {
	#askContents .flexArea {
		margin-top: 40px;
	}
	#askContents .flexArea .profileArea {
		padding: 2.5% 1.5%;
	}
	#askContents .flexArea .profileArea figure {
		float: none;
		width: 65%;
		margin: 0 auto;
	}
	#askContents .flexArea .profileArea figcaption {
		float: none;
		margin: 1.5rem auto 0;
		text-align: center;
	}
}
@media only screen and (max-width:480px) {
	#askContents .flexArea {
		margin-top: 40px;
	}
	#askContents .flexArea .profileArea,
	#askContents .flexArea.clm03 .profileArea {
		padding: 1rem;
		width: 100%;
		margin-bottom: 10px;
	}
	#askContents .flexArea .profileArea figure,
	#askContents .flexArea.clm03 .profileArea figure {
		float: left;
		margin: 0;
		width: 35%;
	}
	#askContents .flexArea .profileArea figcaption,
	#askContents .flexArea.clm03 .profileArea figcaption {
		float: right;
		margin: 1.5rem 0 0 0;
		width: 60%;
		text-align: left;
	}
	#askContents .flexArea .profileArea figcaption small {
		display: block;
		margin: 0.75rem 0 1.5rem;
	}
}

#askContents .btn {
	display: block;
	text-align: center;
}
#askContents .btn a {
	display: block;
	margin: 0 auto;
}


#askContents .shopTitle {
	margin: 1em 0 1em 0;
	padding: 0 0 1em;
	line-height: 1.5;
	font-weight: 700;
	border-bottom: 1px solid #000;
	text-align: center;
}
#askContents .shopTitle small {
	display: inline-block;
	margin-bottom: 1.5rem;
	background-color: rgba(255, 255, 255, 1);
	color: #333;
	padding: 0 2.5rem;
	font-weight: 700;
	line-height: 36px;
	border-radius: 18px;
	font-size: 2rem;
}
#askContents .shopTitle span {
	display: block;
	line-height: inherit;
}
