@charset "utf-8";

.sec {
    color: #231815;
    max-width: 75%;
    margin: 0 auto;
}

a:hover {
    opacity: 0.8;
}

.pagetitle > span {
    display: inline-block;
    line-height: 1.5;
}

.pagetitle em {
    font-style: normal;
    font-weight: bold;
}

.text {
    font-size: 18px;
	line-height: 30px;
	text-align: justify;
}

.text p {
    margin: 15px 0;
}

.text p:first-child {
    margin-top: 0;
}

.text p:last-child {
    margin-bottom: 0;
}

.c_red {
    color: #e60012;
}

.pb0 {
    padding-bottom: 0;
}

.ib {
    display: inline-block;
}

.lead {
    margin-bottom: 40px;
}

.cont {
    padding: 40px 0 80px;
}

.cont .text {
    margin-top: -0.2em;
}

.text_link {
    margin-top: 100px;
}

.text_link a {
    color: #3E6695;
}

.mv {
    width: 90%;
    margin: 0 auto;
}

@media screen and (max-width: 790px){
    .sec_inner {
        max-width: 90%;
        margin: 0 auto;
    }

    .text {
        font-size: 14px;
        line-height: 22px;
    }

    .text p {
        margin: 10px 0;
    }

    .text p:first-child {
        margin-top: 0;
    }

    .text p:last-child {
        margin-bottom: 0;
    }

    .lead {
        margin-bottom: 40px;
    }

    .cont {
        padding: 20px 0 40px;
    }

    .text_link {
        margin-top: 50px;
    }

    .mv {
        width: 100%;
    }
}