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

OEMCss

*******************************/
.bg-wh{
	padding-top: 100px;
}
/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px) {
	.bg-wh{
		padding-top: 50px;
	}
}
/*-----------------------------
contents-list
-----------------------------*/
.contents-link li.current {
    background: url(../../img/link03.jpg) center center no-repeat;
    background-size: cover;
}


/*-----------------------------
sec01
-----------------------------*/
section.sec01-01 .horizon {
    letter-spacing: .2em;
    font-size: 140%;
    margin-bottom: 80px;
}

ol.flow li {
    width: 16.6666%;
    border: 1px solid #d9d9d9;
    border-right: none;
}

ol.flow li:nth-last-child(1) {
    border-right: 1px solid #d9d9d9;
}

ol.flow dl {
    width: 100%;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

ol.flow dl dt {
    width: 100%;
    position: relative;
    font-size: 120%;
    letter-spacing: .2em;
    padding: 40px 5%;
}

ol.flow dl dt span {
    width: 100%;
    display: block;
    position: absolute;
    top: -25px;
}

ol.flow dl p {
    font-size: 80%;
    text-align: center;
    padding: 0 5% 10px 5%;
}

ol.flow dl p:not(:last-child):after {
    display: block;
    content: '';
    width: 20px;
    height: 2px;
    background: #000;
    margin: 10px auto;
}

ol.flow dl dd {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

ol.flow dl dd.dd2 {
    font-size: 120%;
    color: #fff;
    background: #7c7c7c;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px) {
    ol.flow li {
        width: 33.3333%;
        margin-bottom: 50px;
    }

    ol.flow li:nth-child(3) {
        border-right: 1px solid #d9d9d9;
    }

    ol.flow dl dd.dd2 {
        padding: 40px 0;
    }
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px) {
    section.sec01-01 .horizon {
        margin-bottom: 50px;
    }

    ol.flow li {
        width: 50%;
        margin-bottom: 50px;
    }

    ol.flow li:nth-child(2n) {
        border-right: 1px solid #d9d9d9;
    }

    ol.flow li:nth-child(3) {
        border-right: none;
    }

    ol.flow dl dd.dd2 {
        padding: 40px 0;
    }

    ol.flow dl p {
        font-size: 100%;
    }
}
