@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
}

/* --------------------------------
   □ menu-box
-------------------------------- */
.contents #menu-box > section{
	margin-bottom:24px
}
.contents #menu-box > section:last-child{
	margin-bottom:0
}

/* --------------------------------
   □ flow-box
-------------------------------- */
.contents #flow-box p.message{
	margin-bottom:40px
}


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

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

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

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


/* --------------------------------
   □ menu-box
-------------------------------- */
.contents #menu-box > section{
	margin-bottom:2em;
}
.contents #menu-box > section:last-child{
	margin-bottom:0
}

/* --------------------------------
   □ flow-box
-------------------------------- */
.contents #flow-box p.message{
	margin-bottom:2em
}


}