/*
 *
 *	second style
 *
 */
/*======================================
	gHeader
======================================*/
.gHeader {
    padding: 2em 0
    }
/*======================================
	contentsBox
======================================*/
.contentsBox {
    margin-top: -3em
    }
.contentsBox h1 {
    width: 25%;
    max-width: 200px
    }
.contentsBox h2 {
    line-height: 0;
    margin-bottom: 1.5em
    }
.contentsBox strong {
    color: #e4007f
    }
/*============================================================================

	responsive

============================================================================*/
@media screen and (min-width: 940px) {
    /*======================================
    	gHeader
    ======================================*/
    .gHeader {
        padding: 4em 0
        }
    }