@charset "UTF-8";
/*
 intro.css（ファイル名変更可）
 本サイト各ページ用CSS
*/

/* intro-inner
========================================== */
.intro-inner{
	padding: 43px 0 63px;
}
.intro-inner .d-box-title{
	background: url(../images/intro/intro-title.png) no-repeat;
	background-size: cover;
	background-position: left bottom;
	height: 0;
	padding-top: 10.1%;
}

.intro-inner .intro-overview{
	margin-top: 60px;
}
.intro-inner .intro-overview .intro_txt{
	background: url(../images/intro/intro-txt.png) no-repeat;
	background-size: cover;
	height: 0;
	padding-top: 298.4%;
}
.intro-inner .intro-overview .intro_txt p{
	text-indent: -9999px;
}

/* ---------------------------------
 SP用
--------------------------------- */
@media only screen and (max-width: 600px) {
	.intro-inner{
		padding: 4.6875% 3.125% 6.25%;
	}
	.intro-inner .d-box-title{
		background: url(../images/intro/intro-title-sp.png) no-repeat;
		background-size: cover;
		background-position: left bottom;
		padding-top: 16.48%;
	}
	.intro-inner .intro-overview{
		margin-top: 1.5625%;
	}
}

/* ---------------------------------
 PC用
--------------------------------- */
@media screen and (min-width: 993px) {
}

/* ---------------------------------
 tablet FONT用
--------------------------------- */
@media screen and (min-width : 601px){

}
