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

/* --------------------------------
   □ サイト情報 (ヘッダー)
-------------------------------- */

.contents h2.title{
	margin-bottom:40px;
}

.contents article > section{
	margin-bottom:70px;
}

/* --------------------------------
   □ intro-box
-------------------------------- */
.contents #intro-box p{
	margin-bottom:1.5em
}
.contents #intro-box p:last-child{
	margin-bottom:0
}

/* --------------------------------
   □ outline-box
-------------------------------- */
.contents #outline-box > dl{
	margin-bottom:40px
}

.contents #outline-box > p{
	margin-bottom:40px
}

.contents #outline-box > p:last-child{
	margin-bottom:0;
}
/* --------------------------------
   □ apply-box
-------------------------------- */
.contents #apply-box p{
	margin-bottom:40px
}


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

/* --------------------------------
   □ サイト情報 (ヘッダー)
-------------------------------- */

.contents h2.title{
	margin-bottom:2em;
}

.contents article > section{
	margin-bottom:5em;
}


/* --------------------------------
   □ outline-box
-------------------------------- */
.contents #outline-box > dl{
	margin-bottom:3em;
}

.contents #outline-box > p{
	margin-bottom:3em
}

.contents #outline-box > p:last-child{
	margin-bottom:0;
}
/* --------------------------------
   □ apply-box
-------------------------------- */
.contents #apply-box p{
	margin-bottom:3em
}



}