@charset "UTF-8";
/*
 original.css
 本サイト各ページ用CSS
*/

h2.d-box-title{
	width: 524px;
    height: auto;
	padding-top: 11.2%;
	background-image: url(../images/intro/title.png);
	background-repeat: no-repeat;
    background-size: contain;
	background-position: center;
	font-size: 0;
    margin: 0 auto 2%;
}

.contents-overview{
	text-align: center;
	padding: 3% 0;
}

.contents-overview p{
	margin-bottom: 5%;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 2;
}

.contents-overview p.intro-txt-01:before{
	content:"";
	display: block;
	max-width: 759px;	
    height: auto;
	padding-top: 1%;
	background-image: url(../images/intro/line.png);
	background-repeat: no-repeat;
	background-position: center;
    background-size: contain;
	margin: 0 auto 1% auto;
}
.contents-overview p.intro-txt-01:after{
	content:"";
	display: block;
	max-width: 759px;	
    height: auto;
	padding-top: 1%;
	background-image: url(../images/intro/line.png);
	background-repeat: no-repeat;
	background-position: center;
    background-size: contain;
	margin: 1% auto 0 auto;
}

.contents-overview p.intro-txt-01{
	font-size: 26px;
	font-size: 2.6rem;
}

.contents-overview p.intro-txt-01 span{
	font-size: 35px;
	font-size: 3.5rem;
}


.contents-overview p.intro-txt-02{
	display: block;
	max-width: 844px;	
    height: auto;
	padding-top: 15.8%;
	background-image: url(../images/intro/big-txt.png);
	background-repeat: no-repeat;
	background-position: center;
    background-size: contain;
	font-size: 0;
	margin: 8% auto 5% auto;
}

.intro-bold{
	font-size: 26px;
	font-size: 2.6rem;
}
.pink{
	color: #e64a93;
}


@media only screen and (max-width: 870px) {

}


/* ---------------------------------
 SP（〜600px）
--------------------------------- */
@media only screen and (max-width: 600px) {
h2.d-box-title{
	width: 100%;
}

.contents-overview p{
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6;
}

.contents-overview p.intro-txt-01{
	font-size: 21px;
	font-size: 2.1rem;
}

.contents-overview p.intro-txt-01 span{
	font-size: 26px;
	font-size: 2.6rem;
}

.contents-overview p.intro-txt-02{
	padding-top: 19.33%;
}


.intro-bold{
	font-size: 18px;
	font-size: 1.8rem;
}
}

/* ------------------------------------------------------------------
 SP 〜 tablet（〜992px）
------------------------------------------------------------------ */
@media screen and (max-width: 992px) {
}

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