@charset "utf-8";
/*Q&A01*/
.faq01 {
	width: 100%;
}
.faq01 dt {
	background: #666; /* 「Q」タイトルの背景色 */
	color: #fff; /* 「Q」タイトルの文字色 */
	padding: 0.5rem 1rem 0.5rem 2.7rem;
	border-radius: 0.2rem;
	text-indent: -1.8rem;
}
.faq01 dt:before {
	content: "Q.";
	font-weight: bold;
	margin-right: 0.5rem;
}
.faq01 dd {
	margin: 1.5rem 1rem 3rem 2.7rem;
	line-height: 160%;
	text-indent: -1.8rem;
}
.faq01 dd:before {
	content: "A.";
	font-weight: bold;
	margin-right: 0.5rem;
}

/*Q&A02*/
.faq02 {
	width: 100%;
}
.faq02 dl {
	border: 1px solid #ccc;
}
.faq02 dt {
	font-weight: bold;
	color: #111;
	background: #f4f4f4; /* 「Q」タイトルの背景色 */
	padding: 0.5rem 0.5rem 0.5rem 1rem;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.faq02 dt:first-child {
	border-top: none;
}
.faq02 dt:before {
	content: "Q.";
	font-weight: bold;
	margin-right: 0.5rem;
}
.faq02 dd {
	padding: 1rem 1rem 1rem 2.7rem;
	margin: 0;
	line-height: 160%;
	text-indent: -1.6rem;
}
.faq02 dd:first-line {
	font-weight: bold;
	color: #bf0000;
}
.faq02 dd:before {
	content: "A.";
	font-weight: bold;
	margin-right: 0.5rem;
}

/*FAQ03*/
.faq03 {
	width: 100%;
	margin-bottom: 3rem;
}
.faq03 dl dt {
	position: relative;
	padding: 2.7rem 0 0.5em 3.5rem;
	margin: 3rem 0 1rem -0.5rem;
	line-height: 1.5em;
	border-top: 1px dotted #CCC;
}
.faq03 dl dt:first-child {
	border: none;
	margin-top: -1.5rem;
}
.faq03 dl dd {
	position: relative;
	padding: 0.5em 0 0 3.5rem;
	margin: 0 0 3rem -0.5rem;
	line-height: 1.5em;
}
.faq03 dl dt:before,
.faq03 dl dd:before {
	position: absolute;
	font-weight:bold;
	font-size: 2rem;
	left: 0;
	line-height: 35px;
	/*以下 上下中央寄せのため*/
	top: 0;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.faq03 dl dt:before {
	color: #5c9ee7;
	content: "Q";
	margin: 3.5rem 1rem;
}
.faq03 dl dd:before {
	color: #ff6767;
	content: "A";
	margin: 1.3rem 1rem;
}

/*FAQ04*/
.faq04 {
	width: 100%;
}
.faq04 dl dt {
	position: relative;
	padding: 2.7rem 0 0.5em 4rem;
	margin: 3rem 0 1rem -0.5rem;
	line-height: 1.5em;
	border-top: 1px dotted #CCC;
}
.faq04 dl dt:first-child {
	border: none;
	margin-top: -1.5rem;
}
.faq04 dl dd {
	position: relative;
	padding: 0.5em 0 0 4rem;
	margin: 0 0 3rem -0.5rem;
	line-height: 1.5em;
}
.faq04 dl dt:before,
.faq04 dl dd:before {
	position: absolute;
	font-weight:bold;
	font-size: 25px;
	border-radius: 50%;/*円にする*/
	left: 0;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align:center;
	/*以下 上下中央寄せのため*/
	top: 0;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.faq04 dl dt:before {
	color: #5c9ee7;
	content: "Q";
	background: #fff;
	border: 1px solid #5c9ee7;
	margin: 3.5rem 1rem;
}
.faq04 dl dd:before {
	color: #ff6767;
	content: "A";
	background: #fff;
	border: 1px solid #ff6767;
	margin: 1.3rem 1rem;
}

/*FAQ05*/
.faq05 {
	width: 100%;
}
.faq05 dl dt {
	position: relative;
	padding: 2.7rem 0 0.5em 4rem;
	margin: 3rem 0 1rem -0.5rem;
	line-height: 1.5em;
	border-top: 1px dotted #CCC;
}
.faq05 dl dt:first-child {
	border: none;
	margin-top: -1.5rem;
}
.faq05 dl dd {
	position: relative;
	padding: 0.5em 0 0 4rem;
	margin: 0 0 3rem -0.5rem;
	line-height: 1.5em;
}
.faq05 dl dt:before,
.faq05 dl dd:before {
	position: absolute;
	color: white;
	font-weight:bold;
	font-size: 25px;
	border-radius: 50%;/*円にする*/
	left: 0;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align:center;
	/*以下 上下中央寄せのため*/
	top: 0;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.faq05 dl dt:before {
	content: "Q";
	background: #5c9ee7;
	margin: 3.5rem 1rem;
}
.faq05 dl dd:before {
	content: "A";
	background: #ff6767;
	margin: 1.3rem 1rem;
}

/*FAQ06*/
.faq06 {
	width: 100%;
}
.faq06 dl dt {
	position: relative;
	padding: 2.7rem 0 0.5em 4.5rem;
	margin: 3rem 0 1rem -0.5rem;
	line-height: 1.5em;
	border-top: 1px dotted #CCC;
}
.faq06 dl dt:first-child {
	border: none;
	margin-top: -1.5rem;
}
.faq06 dl dd {
	position: relative;
	padding: 0.5em 0 0 4.5rem;
	margin: 0 0 3rem -0.5rem;
	line-height: 1.5em;
}
.faq06 dl dt:before,
.faq06 dl dd:before {
	position: absolute;
	color: white;
	font-weight:bold;
	font-size: 25px;
	border-radius: 50%;/*円にする*/
	left: 0;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align:center;
	/*以下 上下中央寄せのため*/
	top: 0;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.faq06 dl dt:before {
	content: "Q";
	background: #5c9ee7;
	margin: 3.5rem 1rem;
}
.faq06 dl dd:before {
	content: "A";
	background: #ff6767;
	margin: 1.3rem 1rem;
}
.faq06 dl dt:after,
.faq06 dl dd:after {/*吹き出しのちょこんと出た部分*/
	content: '';
	position: absolute;
	left: 30px;/*左からの位置*/
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	/*以下 上下中央寄せのため*/
	top: 0;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.faq06 dl dt:after {
	border-left: 12px solid #5c9ee7;
	margin: 3.5rem 1rem;
}
.faq06 dl dd:after {
	border-left: 12px solid #ff6767;
	margin: 1.3rem 1rem;
}

/*FAQ07*/
.faq07 {
	width: 100%;
}
.faq07 dl dt {
	position: relative;
	padding: 2.7rem 0 0.5em 4rem;
	margin: 3rem 0 1rem -0.5rem;
	line-height: 1.5em;
	border-top: 1px dotted #CCC;
}
.faq07 dl dt:first-child {
	border: none;
	margin-top: -1.5rem;
}
.faq07 dl dd {
	position: relative;
	padding: 0.5em 0 0 4rem;
	margin: 0 0 3rem -0.5rem;
	line-height: 1.5em;
}
.faq07 dl dt:before,
.faq07 dl dd:before {
	position: absolute;
	font-weight:bold;
	font-size: 25px;
	border-radius: 0.5rem;/*円にする*/
	left: 0;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align:center;
	/*以下 上下中央寄せのため*/
	top: 0;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.faq07 dl dt:before {
	color: #5c9ee7;
	content: "Q";
	background: #fff;
	border: 1px solid #5c9ee7;
	margin: 3.5rem 1rem;
}
.faq07 dl dd:before {
	color: #ff6767;
	content: "A";
	background: #fff;
	border: 1px solid #ff6767;
	margin: 1.3rem 1rem;
}

/*FAQ08*/
.faq08 {
	width: 100%;
}
.faq08 dl dt {
	position: relative;
	padding: 2.7rem 0 0.5em 4rem;
	margin: 3rem 0 1rem -0.5rem;
	line-height: 1.5em;
	border-top: 1px dotted #CCC;
}
.faq08 dl dt:first-child {
	border: none;
	margin-top: -1.5rem;
}
.faq08 dl dd {
	position: relative;
	padding: 0.5em 0 0 4rem;
	margin: 0 0 3rem -0.5rem;
	line-height: 1.5em;
}
.faq08 dl dt:before,
.faq08 dl dd:before {
	position: absolute;
	font-weight:bold;
	font-size: 25px;
	border-radius: 0.5rem;/*円にする*/
	left: 0;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align:center;
	/*以下 上下中央寄せのため*/
	top: 0;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.faq08 dl dt:before {
	color: #fff;
	content: "Q";
	background: #5c9ee7;
	margin: 3.5rem 1rem;
}
.faq08 dl dd:before {
	color: #fff;
	content: "A";
	background: #ff6767;
	margin: 1.3rem 1rem;
}

/*お客様の声デザイン01*/
.voice01 {
	position: relative;
	display: inline-block;
	margin: 30px 0 5px;
	padding: 0 20px;
	width: 100%;
	color: #555;
	font-size: 16px;
	background: #e0edff;/*背景カラーの設定*/
}
.voice01 img {
	max-width: 200px;
}
.voice01:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50px;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #e0edff;/*▼カラーの設定*/
}
.voice01 p {
	margin: 0;
	padding: 0;
}
@media screen and (max-width: 568px){
}

/*お客様の声デザイン02*/
.voice01r {
	position: relative;
	display: inline-block;
	margin: 30px 0 5px;
	padding: 0 20px;
	width: 100%;
	color: #555;
	font-size: 16px;
	background: #e0edff;
	border-radius: 15px;
}
.voice01r img {
	max-width: 200px;
}
.voice01r:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50px;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #e0edff;
}
.voice01r p {
	margin: 0;
	padding: 0;
}
@media screen and (max-width: 568px){
}

/*お客様の声デザイン03*/
.voice02 {
	position: relative;
	display: inline-block;
	margin: 0 0 30px;
	padding: 0 20px;
	width: 100%;
	color: #555;
	font-size: 16px;
	background: #e0edff;
}
.voice02 img {
	max-width: 200px;
}
.voice02:before {
	content: "";
	position: absolute;
	top: -30px;
	left: 50px;
	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #e0edff;
}
.voice02 p {
	margin: 0;
	padding: 0;
}
@media screen and (max-width: 568px){
}

/*お客様の声デザイン04*/
.voice02r {
	position: relative;
	display: inline-block;
	margin: 0 0 30px;
	padding: 0 20px;
	width: 100%;
	color: #555;
	font-size: 16px;
	background: #e0edff;
	border-radius: 15px;
}
.voice02r img {
	max-width: 200px;
}
.voice02r:before {
	content: "";
	position: absolute;
	top: -30px;
	left: 50px;
	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #e0edff;
}
.voice02r p {
	margin: 0;
	padding: 0;
}
@media screen and (max-width: 568px){
}

/*お客様の声デザイン05*/
.voice03 {
	position: relative;
	display: inline-block;
	margin: 30px 0 0;
	padding: 0 20px;
	width: 100%;
	color: #555;
	font-size: 16px;
	background: #FFF;
	border: solid 3px #555;
	box-sizing: border-box;
}
.voice03 img {
	max-width: 200px;
}
.voice03:before {
	content: "";
	position: absolute;
	bottom: -24px;
	left: 50px;
	margin-left: -15px;
	border: 12px solid transparent;
	border-top: 12px solid #FFF;
	z-index: 2;
}
.voice03:after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50px;
	margin-left: -17px;
	border: 14px solid transparent;
	border-top: 14px solid #555;
	z-index: 1;
}
.voice03 p {
	margin: 0;
	padding: 0;
}
@media screen and (max-width: 568px){
}

/*お客様の声デザイン06*/
.voice03r {
	position: relative;
	display: inline-block;
	margin: 30px 0 0;
	padding: 0 20px;
	width: 100%;
	color: #555;
	font-size: 16px;
	background: #FFF;
	border: solid 3px #555;
	box-sizing: border-box;
	border-radius: 15px;
}
.voice03r img {
	max-width: 200px;
}
.voice03r:before {
	content: "";
	position: absolute;
	bottom: -24px;
	left: 50px;
	margin-left: -15px;
	border: 12px solid transparent;
	border-top: 12px solid #FFF;
	z-index: 2;
}
.voice03r:after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50px;
	margin-left: -17px;
	border: 14px solid transparent;
	border-top: 14px solid #555;
	z-index: 1;
}
.voice03r p {
	margin: 0;
	padding: 0;
}
@media screen and (max-width: 568px){
}

/*お客様の声デザイン07*/
.voice04 {
	position: relative;
	display: inline-block;
	margin: 0 0 30px;
	padding: 0 20px;
	min-width: 120px;
	max-width: 100%;
	color: #555;
	font-size: 16px;
	background: #FFF;
	border: solid 3px #555;
	box-sizing: border-box;
}
.voice04 img {
	max-width: 200px;
}
.voice04:before {
	content: "";
	position: absolute;
	top: -24px;
	left: 50px;
	margin-left: -15px;
	border: 12px solid transparent;
	border-bottom: 12px solid #FFF;
	z-index: 2;
}
.voice04:after {
	content: "";
	position: absolute;
	top: -30px;
	left: 50px;
	margin-left: -17px;
	border: 14px solid transparent;
	border-bottom: 14px solid #555;
	z-index: 1;
}
.voice04 p {
	margin: 0;
	padding: 0;
}
@media screen and (max-width: 568px){
}

/*お客様の声デザイン08*/
.voice04r {
	position: relative;
	display: inline-block;
	margin: 0 0 30px;
	padding: 0 20px;
	min-width: 120px;
	max-width: 100%;
	color: #555;
	font-size: 16px;
	background: #FFF;
	border: solid 3px #555;
	box-sizing: border-box;
	border-radius: 15px;
}
.voice04r img {
	max-width: 200px;
}
.voice04r:before {
	content: "";
	position: absolute;
	top: -24px;
	left: 50px;
	margin-left: -15px;
	border: 12px solid transparent;
	border-bottom: 12px solid #FFF;
	z-index: 2;
}
.voice04r:after {
	content: "";
	position: absolute;
	top: -30px;
	left: 50px;
	margin-left: -17px;
	border: 14px solid transparent;
	border-bottom: 14px solid #555;
	z-index: 1;
}
.voice04r p {
	margin: 0;
	padding: 0;
}
@media screen and (max-width: 568px){
}

/*お客様の声デザイン09*/
.voice05 {
	width: 100%;
	margin: 30px 0;
	overflow: hidden;
}
.voice05 .faceicon {
	float: left;
	margin-right: -210px;
	width: 200px;
}
.voice05 .faceicon img{
	width: 100%;
	height: auto;
	border: solid 3px #d7ebfe;
	border-radius: 50%;
}
.voice05 .chatting {
	width: 100%;
}
.says01 {
	display: inline-block;
	position: relative; 
	margin: 5px 0 30px 230px;
	padding: 0 20px;
	border-radius: 12px;
	background: #d7ebfe;
}
.says01:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 90px; 
	left: -24px;
	border: 12px solid transparent;
	border-right: 12px solid #d7ebfe;
}
.says01 p {
	margin: 0;
	padding: 0;
}
@media screen and (max-width: 568px){
.voice05 .faceicon {
	float: none;
	margin: 0 auto;
}
.says01 {
	margin: 10px auto 30px;
}
}

/*お客様の声デザイン10*/
.voice06 {
	width: 100%;
	margin: 30px 0;
	overflow: hidden;
}
.voice06 .faceicon {
	float: right;
	margin-left: -210px;
	width: 200px;
}
.voice06 .faceicon img{
	width: 100%;
	height: auto;
	border: solid 3px #d7ebfe;
	border-radius: 50%;
}
.voice06 .chatting {
	width: 100%;
}
.says02 {
	display: inline-block;
	position: relative; 
	margin: 5px 230px 30px 0;
	padding: 0 20px;
	border-radius: 12px;
	background: #d7ebfe;
}
.says02:after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 90px; 
	right: -24px;
	border: 12px solid transparent;
	border-left: 12px solid #d7ebfe;
}
.says02 p {
	margin: 0;
	padding: 0;
}
@media screen and (max-width: 568px){
	.voice06 .faceicon {
	float: none;
	margin: 0 auto;
}
.says02 {
	margin: 10px auto 30px;
}
}