@charset "UTF-8";
/*******************************

messageCss

*******************************/
.bg-wh{
	padding-top: 100px;
}
/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px) {
	.bg-wh{
		padding-top: 50px;
	}
}

.page .mainimg {
    padding: 160px 0;
}
.page .mainimg h2 {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    text-align: left;

    height: 100%;
    display: table;
}

.page .mainimg h2 .inner {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
}

.page .mainimg h2 .top {
    font-size: 130%;
    line-height: 3;
}

.page .mainimg h2 .bottom {
    font-size: 250%;
    line-height: 2;
    letter-spacing: .1em;
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px) {
    .page .mainimg h2 {
        padding: 0;
    }
    .page .mainimg h2 .top {
        font-size: 130%;
    }
    .page .mainimg h2 .bottom {
        font-size: 200%;
    }
	.page .mainimg {
		padding: 50px 0;
	}
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
    .page .mainimg h2 {
        padding: 0;
    }
    .page .mainimg h2 .bottom {
        font-size: 180%;
    }
	.page .mainimg {
		padding: 25px 0;
	}
	.page .mainimg .bg-img {
		height: 226px;
	}
}

/*-----------------------------
contents-list
-----------------------------*/
.contents-link li.current {
    background: url(../../img/link01.jpg) center center no-repeat;
    background-size: cover;
}

/*-----------------------------
message-wrap
-----------------------------*/
.message-wrap {
    margin-bottom: 100px;
}

.message-wrap > .flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.message-wrap figure {
    margin: 0;
    width: 45%;
    text-align: right;
}

.message-wrap .txt-wrap {
    width: 50%;
}

.message-wrap .txt-wrap p {
    margin-bottom: 25px;
}

/*.message-wrap .txt-wrap p.sign {
    margin-bottom: 0;
    font-weight: bold;
}*/

/*.message-wrap .txt-wrap p.sign span.f-mincho {
    padding-right: 30px;
}*/
.message-wrap .sign{
	display: block;
    text-align: right;
}
/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px) {
    .message-wrap .txt-wrap {
        width: 100%;
        margin-bottom: 100px;
    }
    .message-wrap figure {
        margin: 0;
        width: 100%;
        text-align: center!important;
    }
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
    .message-wrap {
        margin-bottom: 50px;
    }
    .message-wrap .txt-wrap {
        margin-bottom: 50px;
    }
    .message-wrap figure {
        margin: 0 auto;
        width: 200px;
    }
}
