@charset "utf-8";
/*=============================================================
 #mainVisual
=============================================================*/
.pageIntro {
	text-align: center;
}
.pageIntro .txtLead{
	display: inline-block;
	text-align: left;
}


/* .qa
-------------------------------------------------------------*/
.qa{
	margin: 40px 0 0;
	border-top: 1px solid #A0A0A0;
}
.qa dl{
	border-bottom: 1px solid #A0A0A0;
}
.qa dl dt{
	padding: 50px 40px 50px 70px;
	font-size: 24px;
	position: relative;
	cursor: pointer;
	font-weight: bold;
}
.qa dl dt:before{
	content: "Q";
	font-size: 61px;
	color: #E50012;
	font-family: 'Rokkitt', serif;
	font-weight: 700;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.qa dl dt .icn{
	width: 30px;
	height: 30px;
	background-color: #E50012;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.qa dl dt .icn:before,
.qa dl dt .icn:after{
	content: "";
	width: 14px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	transition:all 0.4s ease-out;
}
.qa dl dt .icn:after{
	transform: translate(-50%,-50%) rotate(90deg);
}
.qa dl.open dt .icn:before{
	transform: translate(-50%,-50%) rotate(180deg);
}
.qa dl.open dt .icn:after{
	transform: translate(-50%,-50%) rotate(180deg);
}
.qa dl dd{
	padding: 0 0 100px 0;
	display: none;
}
.qa dl.open dd{
	display: block;
}
/* .box
-------------------------------------------------------------*/
.boxPhoto{
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 10px 0 0;
}
.boxPhoto .box{
	width: calc((100% - 20px) / 2);
	padding: 20px 0 0;
}
.boxCase{
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 100px 0 0;
}
.boxCase .boxPerson{
	width: 185px;
}
.boxCase .boxTxt{
	width: calc(100% - 225px);
	padding: 45px 0 0 45px;
	border-top: 6px solid #000;
	border-left: 6px solid #000;
	position: relative;
}
.boxCase .boxTxt:before{
	content: "";
	width: 35px;
	height: 31px;
	background: url("../img/arw.png") no-repeat 0 0;
	background-size: 100% 100%;
	position: absolute;
	top: 60px;
	left: 0;
	transform: translateX(-100%);
}
.boxCase .boxTxt .name{
	font-size: 14px;
}
.boxCase .boxTxt .catch{
	padding: 15px 0 40px;
	font-size: 30px;
	line-height: 1.35;
	font-weight: 700;
}




/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:899px){
/*=============================================================
 ttl
=============================================================*/
/* .pageTtl
-------------------------------------------------------------*/
.pageTtl{
	background: url("../img/main_sp.jpg") no-repeat center center;
	background-size: cover;
}
.qa dl dt{
	padding: 30px 30px 30px 35px;
	font-size: 18px;
	position: relative;
	cursor: pointer;
}
.qa dl dt:before{
	font-size: 30px;
}
.qa dl dt .icn{
	width: 20px;
	height: 20px;
}
.qa dl dt .icn:before,
.qa dl dt .icn:after{
	width: 12px;
}
.qa dl dd{
	padding: 0 0 30px 0;
	display: none;
}
/* .box
-------------------------------------------------------------*/
.boxPhoto{
	display: block;
	padding: 20px 0 0;
}
.boxPhoto .box{
	width: calc(100%);
}
.boxCase{
	display: block;
	padding: 50px 0 0;
}
.boxCase .boxPerson{
	padding: 0 0 35px 20px;
}
.boxCase .boxTxt{
	width: calc(100%);
}
.boxCase .boxTxt:before{
	content: "";
	width: 35px;
	height: 31px;
	background: url("../img/arw.png") no-repeat 0 0;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 40px;
	transform: translateX(0) translateY(-33px) rotate(90deg);
}
}