@charset "utf-8";
/*------------------------------------------------------------
	よくある質問
------------------------------------------------------------*/
.pageTitle .inner{
	position: relative;
	margin: 0 auto;
	background: #fff;
	padding: 20px;
	width: 1000px;
	height: 240px;
}
.pageTitle .inner .title{
	line-height: 200px;
	font-weight: bold;
	font-size: 40px;
}
.pageTitle .inner .image{
	position: absolute;
	top: 0;
	right: 50px;
}


#faq {
	background: #F3F3F3;
	padding: 25px;
}
#faq dl {
	background: #FFF;
	padding: 15px;
	}
#faq dl + dl {
	margin-top: 20px;
}
#faq dt {
	font-size: 14px;
	padding: 0 0px 0 40px;
	background-image: url(../img_tt/faq/faq_q.png);
	background-position:  0 8px;
	background-repeat: no-repeat;
	}
#faq dt .bg_icon {
	line-height: 40px;
	background-image: url(../img_tt/faq/faq_plus.png);
	background-position:  right 8px;
	background-repeat: no-repeat;
	}
#faq dl.open dt .bg_icon {
	background-image: url(../img_tt/faq/faq_minus.png);
	background-position:  right 8px;
	background-repeat: no-repeat;
	}
#faq dd {
	font-size: 14px;
	background: url(../img_tt/faq/faq_a.png) no-repeat 0 15px;
	padding-left: 40px;
	padding-top: 18px;
	margin-left: 15px;
	margin-top: 5px;
	border-top: 1px dotted #CCC;
}


/*------------------------------------------------------------
	190819追記　サイトsp化
------------------------------------------------------------*/
@media screen and (max-width:767px) { 
  #faq {
    padding: 10px;
    
  }
  .pageTitle .inner {
    width: 100%;
    padding-top:0;
    height:220px;
  }
  .pageTitle .inner .title {
    line-height:90px;
    font-size: 30px;
  }
  .pageTitle .inner .image img {
    width: 140px;
  }
  .pageTitle .inner .image {
    right:0;
    bottom: 0;
    top:inherit;
  }
  
#faq dt .bg_icon {
  line-height:20px;
}
  #faq dl {
    position:relative;
  }
  #faq dt:before {
    position:absolute;
    content:"";
    display: inline-block;
    width:25px;
    height:25px;
    background-image: url(../img_tt/faq/faq_q.png);
    background-position:  left center;
    background-repeat: no-repeat;
    left: 15px;
  }
#faq dt {
	background: #FFF;
	padding: 15px;
	line-height: 40px;
	background-image: url(../img_tt/faq/faq_plus.png);
	background-position: center right;
	background-repeat: no-repeat;
  height: auto;
	}

#faq dl.open dt{
	background-image: url(../img_tt/faq/faq_minus.png);
	background-position: center right ;
	background-repeat: no-repeat;
}
#faq dt .bg_icon,
  #faq dl.open dt .bg_icon {
    background:none;
  }
  #faq dt .bg_icon {
    padding:0 25px;
}
  #faq dd {
    line-height:1.7em;
  }
}



/*-----------------

191015追記ここから
-----------------*/
.pageTitle .inner {
  height:335px;
}
.pageTitle .inner .image{
  top: 57%;
  right: 50px;
  transform: translateY(-50%);
}
.pageTitle .text h2 span {
  display: block;
  line-height: 1.4;
}
.pageTitle .text {
  overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-top: 0;
    margin-left: 40px;
}
.pageTitle .text h2 {
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
}
.pageTitle .text h2 .text01, .pageTitle .text h2 .text03 {
    font-size: 22px;
}
.pageTitle .text h2 span {
    display: block;
    line-height: 1.2;
}
.pageTitle .text h2 .text02 {
    font-size: 50px;
    color: #f3990f;
    margin-bottom: 12px;
    margin-top:12px;
}
.pageTitle .text h2 .text01, .pageTitle .text h2 .text03 {
    font-size: 22px;
}


@media screen and (max-width:767px) {
  .pageTitle .text h2 {
    text-align:left;
  }
  .pageTitle .inner {
    height:auto;
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .pageTitle .text {
    position:static;
    transform:none;
  }
  .pageTitle .text h2 .text02 {
    margin: 5px 0;
    font-size: 33px;
  }
  .pageTitle .inner .image {
    position:static;
    transform:none;
    text-align: center;
  }
}
/*-----------------

191015追記ここまで
-----------------*/
