/* content
---------------------------------------------------------- */
/* 
---------------------------------------------------------- */
@keyframes topTitleTextAnimate1 {
  0% { 
	  opacity: 0;
	  left: 0px;
	}
  100% { 
	  opacity: 1;
	  left: 20px;
	}
}

@keyframes topTitleTextAnimate2 {
  0% { 
	  opacity: 0;
	  left: 0px;
	}
  100% { 
	  opacity: 1;
	  left: 60px;
	}
}

@keyframes topTitleTextAnimate3 {
  0% { 
	  opacity: 0;
	  left: 0px;
	}
  100% { 
	  opacity: 1;
	  left: 100px;
	}
}

@keyframes topTitleTextAnimate4 {
  0% { 
	  opacity: 0;
	  left: 0px;
	}
  100% { 
	  opacity: 1;
	  left: 140px;
	}
}

@keyframes topTitleTextAnimate5 {
  0% { 
	  opacity: 0;
	  left: 0px;
	}
  100% { 
	  opacity: 1;
	  left: 180px;
	}
}

@keyframes topTitleTextAnimate6 {
  0% { 
	  opacity: 0;
	  left: 0px;
	}
  100% { 
	  opacity: 1;
	  left: 220px;
	}
}

@keyframes topTitleTextAnimate7 {
  0% { 
	  opacity: 0;
	  left: 0px;
	}
  100% { 
	  opacity: 1;
	  left: 260px;
	}
}

@keyframes topTitleTextAnimate8 {
  0% { 
	  opacity: 0;
	  left: 0px;
	}
  100% { 
	  opacity: 1;
	  left: 300px;
	}
}

@keyframes topTitleTextAnimate9 {
  0% { 
	  opacity: 0;
	  left: 0px;
	}
  100% { 
	  opacity: 1;
	  left: 340px;
	}
}

@keyframes topTitleTextAnimate10 {
  0% { 
	  opacity: 0;
	  left: 0px;
	}
  100% { 
	  opacity: 1;
	  left: 380px;
	}
}

@keyframes topTitleTextAnimate1sp {
  0% { 
	  opacity: 0;
	  left: 0px;
	}
  100% { 
	  opacity: 1;
	  left: 10px;
	}
}

@keyframes topTitleTextAnimate2sp {
  0% { 
	  opacity: 0;
	  left: 0px;
	}
  100% { 
	  opacity: 1;
	  left: 35px;
	}
}

@keyframes topTitleTextAnimate3sp {
  0% { 
	  opacity: 0;
	  left: 0px;
	}
  100% { 
	  opacity: 1;
	  left: 60px;
	}
}

@keyframes topTitleTextAnimate4sp {
  0% { 
	  opacity: 0;
	  left: 0px;
	}
  100% { 
	  opacity: 1;
	  left: 85px;
	}
}

@keyframes topTitleTextAnimate5sp {
  0% { 
	  opacity: 0;
	  left: 0px;
	}
  100% { 
	  opacity: 1;
	  left: 110px;
	}
}

@keyframes topTitleTextAnimate6sp {
  0% { 
	  opacity: 0;
	  left: 0px;
	}
  100% { 
	  opacity: 1;
	  left: 135px;
	}
}

@keyframes topTitleTextAnimate7sp {
  0% { 
	  opacity: 0;
	  left: 0px;
	}
  100% { 
	  opacity: 1;
	  left: 160px;
	}
}

@keyframes topTitleTextAnimate8sp {
  0% { 
	  opacity: 0;
	  left: 0px;
	}
  100% { 
	  opacity: 1;
	  left: 185px;
	}
}

@keyframes topTitleTextAnimate9sp {
  0% { 
	  opacity: 0;
	  left: 0px;
	}
  100% { 
	  opacity: 1;
	  left: 210px;
	}
}

@keyframes topTitleTextAnimate10sp {
  0% { 
	  opacity: 0;
	  left: 0px;
	}
  100% { 
	  opacity: 1;
	  left: 235px;
	}
}



@keyframes topCatchCopyAnimate1 {
  0% { 
	  opacity: 0;
	}
  100% {
	  opacity: 1;
	}
}


@keyframes topTextAnimate1 {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes topBackAnimate1 {
  0% { 
	  opacity: 0;
	}
  100% {
	  opacity: 1;
	}
}



#faq .topImgBox {
	width: 100%;
	max-width: 1344px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-bottom: 0px;
}


#faq .topImgBox div.topTitle {
	width: 0%;
	padding: 16px 8px;
	/*background-color: #f2f2f2;
	animation: topTitleAnimate1 1.5s ease 0s forwards;*/
}

#faq .topImgBox div.topTitle p.topTitleText {
	font-size: 2.2em;
	font-weight: 400;
	height: 32px;
	position: relative;
}

#faq .topImgBox div.topTitle p.topTitleText span {
	position: absolute;
	top: 8px;
	left: 0px;
	opacity: 0;
}

#faq .topImgBox div.topTitle p.topTitleText span:nth-child(1) {
	animation: topTitleTextAnimate1 1.0s ease 0s forwards;
}
#faq .topImgBox div.topTitle p.topTitleText span:nth-child(2) {
	animation: topTitleTextAnimate2 1.0s ease 0s forwards;
}
#faq .topImgBox div.topTitle p.topTitleText span:nth-child(3) {
	animation: topTitleTextAnimate3 1.0s ease 0s forwards;
}
#faq .topImgBox div.topTitle p.topTitleText span:nth-child(4) {
	animation: topTitleTextAnimate4 1.0s ease 0s forwards;
}
#faq .topImgBox div.topTitle p.topTitleText span:nth-child(5) {
	animation: topTitleTextAnimate5 1.0s ease 0s forwards;
}
#faq .topImgBox div.topTitle p.topTitleText span:nth-child(6) {
	animation: topTitleTextAnimate6 1.0s ease 0s forwards;
}
#faq .topImgBox div.topTitle p.topTitleText span:nth-child(7) {
	animation: topTitleTextAnimate7 1.0s ease 0s forwards;
}
#faq .topImgBox div.topTitle p.topTitleText span:nth-child(8) {
	animation: topTitleTextAnimate8 1.0s ease 0s forwards;
}
#faq .topImgBox div.topTitle p.topTitleText span:nth-child(9) {
	animation: topTitleTextAnimate9 1.0s ease 0s forwards;
}
#faq .topImgBox div.topTitle p.topTitleText span:nth-child(10) {
	animation: topTitleTextAnimate10 1.0s ease 0s forwards;
}

#faq .Rgrid-contents .right {
	margin-left: 12%;
}


.faq .right {
	margin-bottom: 40px;
}
.questionBox01 {
  margin: 0px;
}
.questionBox01 dt, .questionBox01 dd {
  padding: 24px 0 24px 0px;
  /*line-height: 1.714;*/
  letter-spacing: 0.05em;
    zoom: 1; /* float解除 for IE6/7  */
}
.questionBox01 dt:after, .questionBox01 dt:before, .questionBox01 dd:after, .questionBox01 dd:before {
    content: "";
    clear: both;
    display: block;
}
.questionBox01 dt {
  /*border-bottom: dotted 1px #E70003;*/
  padding-right: 32px;
  cursor: pointer;
  background: url(../img/faq/faq_ico_arrow02.png) right no-repeat;
}
.questionBox01 dt img {
  width: 100%;
  max-width: 46px;
  height: auto;
}
.questionBox01 dd {
  /*border-bottom: solid 1px #e0e0e0;*/
  /*padding: 30px 0 40px 0px;*/
}
.questionBox01 dt p, .questionBox01 dt p a, .questionBox01 dd p, .questionBox01 dd p a {
	font-size: 0.94em;
  line-height: 1.6em;
}
.questionBox01 dd p, .questionBox01 dd p a {
  color: #444444;
}
.questionBox01 dd .ansIcon, .questionBox01 dt .questionIcon {
	float: left;
	width: 8%;
  max-width: 48px;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	text-align: center;
	font-size: 0.94em;
}
.questionBox01 dd .ansIcon {
	background-color: #ffffff;
	color: #555555;
	border: 1px solid #A0A0A0;
}
.questionBox01 dt .questionIcon {
	background-color: #626262;
}
.questionBox01 dd .ansBox, .questionBox01 dt .questionBox {
	float: left;
	width: 92%;
  max-width: 832px;
	padding-left: 32px;
}
.questionBox01 dd img {
  margin-right: 10px;
  width: 100%;
  max-width: 46px;
  height: auto;
}
.questionBox01 dd img.faqImg {
  max-width: 175px;
}
.questionBox01 dd a {
	transition: 0.5s;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.questionBox01 dd a:hover {
    border-bottom: 1px solid rgba(0, 0, 0, 1);
    transition: 0.5s;
    opacity: 1;	
}

div.link {
	width: 100%;
	margin-top: 12px;
	text-align: right;
}
.questionBox01 dd div.link p a img {
	width: 22px !important;
}
.questionBox01 dd div.link p a {
	transition: 0.5s;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.questionBox01 dd div.link p a:hover {
    border-bottom: 1px solid rgba(0, 0, 0, 1);
    transition: 0.5s;
    opacity: 1;	
}
/* ansBox
---------------------------------------------------------- */

@media all and (min-width: 1344px) {
	
}
@media all and (max-width: 1087px) {
#faq .Rgrid-contents .right {
	margin-left: 0%;
}
}
@media all and (max-width: 805px) {
	
}
@media all and (max-width: 735px) {
	.questionBox01 dd .ansIcon, .questionBox01 dt .questionIcon {
		float: none;
		width: 12%;
		max-width: 12%;
		margin-top: 0px;
		margin-right: 0px;
		margin-left: 0px;
		margin-bottom: 8px;
		padding: 0px;
	}
	.questionBox01 dd .ansBox, .questionBox01 dt .questionBox {
		float: none;
  		width: 100%;
		padding-left: 0px;
	}
  	.questionBox01 dd img {
  	margin-right: 10px;
  		width: 100%;
  		height: auto;
  	}
	.questionBox01 dd img.faqImg {
		width: 47%;
		float: left;
  		max-width: 100%;
		display: block;
		margin-bottom: 24px;
		margin-left: auto;
		margin-right: auto;
	}
	.questionBox01 dd img:nth-of-type(1).faqImg {
		margin-right: 16px;
	}
}