@charset 'utf-8';

/* common
------------------------------------------------ */
.title-page {}

@media screen and (max-width: 768px) {
    article{
        text-align: center;
    }

    .wrap-sp{
        margin: 0 20px;
    }

	.second_subtitle{
        position: relative;
        display: inline-block;
        font-weight: 600;
        font-size: 1.7rem;
        font-weight: normal;
        border-bottom: solid 2px #2e78cb;
        margin-bottom: 20px;
    }

    .second_subtitle:before{
        position: absolute;
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        border-top-color: #2e78cb;
        border-width: 10px;
        margin-left: -10px;
    }

    .second-lead{
		font-size: 1.4rem;
		line-height: 1.6em;
		text-align: left;
		color: #333;
		margin-bottom: 25px;
	}

    article{
        margin-bottom: 40px;
    }

    .bnrs-1{
        padding-top: 0;
    }
}

@media screen and (min-width: 769px) {

    article{
        text-align: center;
    }

	.second_subtitle{
        position: relative;
        display: inline-block;
        font-weight: 600;
        font-size: 3.4rem;
        font-weight: normal;
        border-bottom: solid 3px #2e78cb;
        margin-bottom: 40px;
    }

    .second_subtitle:before{
        position: absolute;
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        border-top-color: #2e78cb;
        border-width: 18px;
        margin-left: -18px;
    }

    .second-lead{
        font-size: 1.6rem;
		line-height: 1.8em;
		text-align: center;
		color: #333;
		margin-bottom: 50px;
    }

    article{
        margin-bottom: 80px;
    }

    .bnrs-1{
        padding-top: 0;
    }
}
