@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------------------
　基本設定
--------------------------------------------------------*/
div.page_title {
    background: url("../images/faq/page_title_bg.jpg") no-repeat;
	background-size: cover;
}

/*--------------------------------------------------------
　PC
--------------------------------------------------------*/

@media print, screen and (min-width: 768px){
	
	section#intoro {
		width: 860px;
		margin: 0 auto;
		padding: 80px 0 90px;
		background: #FFF;
		position: relative;
	}
	
	section#intoro div.illust{
		width: 136px;
		position: absolute;
		bottom: -10px;
		right: 75px;
		z-index: 5;
	}
	
	section#intoro h2{
		font-size: 28px;
		font-size: 2.8rem;
		color: #3e3a39;
		line-height: 1.5;
		margin-bottom: 40px;
		padding-bottom: 10px;
		position: relative;
		background: url("../images/common/title_bg.png") repeat-x;
		background-position: bottom;
		background-size: 250px;
		letter-spacing: 0.15em;
	}
	
	section#intoro h2 span.illust{
		width: 68px;
		display: inline-block;
		position: absolute;
		top: -15px;
		right: 45px;
	}
	
	section#intoro p{
		font-size: 18px;
		font-size: 1.8rem;
		font-weight: 700;
		letter-spacing: 0.1em;
		line-height: 2.5;
		text-align: center;
	}
	
}

/*--------------------------------------------------------
　SP
--------------------------------------------------------*/

@media screen and (max-width: 767px){
	
	section#intoro {
		width: 90%;
		margin: 0 auto;
		padding: 40px 0 50px;
		background: #FFF;
		position: relative;
	}
	
	section#intoro div.illust{
		width: 68px;
		position: absolute;
		bottom: -10px;
		right: 5%;
		z-index: 5;
	}
	
	section#intoro h2{
		font-size: 20px;
		font-size: 2.0rem;
		color: #3e3a39;
		line-height: 1.5;
		margin-bottom: 25px;
		padding-bottom: 10px;
		position: relative;
		background: url("../images/common/title_bg.png") repeat-x;
		background-position: bottom;
		background-size: 250px;
		letter-spacing: 0.15em;
	}
	
	section#intoro h2 span.illust{
		width: 34px;
		display: inline-block;
		position: absolute;
		top: -15px;
		right: 5%;
	}
	
	section#intoro p{
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: 700;
		letter-spacing: 0.1em;
		line-height: 2.5;
		text-align: center;
	}
}
