@charset "UTF-8";

.outline .container {
    width: calc(100% - 40px);
    max-width: 1100px;
    margin: 0 auto;
}

.outline {
    padding: 180px 0;
    min-height: 50vh;
}

.outline--tit {
    font-size: 30px;
    line-height: 1;
    margin: 0 0 50px;
    text-align: center;
}

.outline--iframe iframe {
    width: 100%;
    height: 1150px;
}

.logoWrap {
    display: flex;
    justify-content: center;
	margin-top:40px;
}

.logoWrap li {
    margin: 0 10px;
}

@media screen and (max-width: 768px) {
    .outline--tit {
        font-size: 24px;
        margin: 0 0 30px;
    }

    .outline {
        padding: 90px 0;
    }

    .logoWrap {
        display: block;
    }
	
	.logoWrap li {
    margin: 0 40px 20px;
}
}

@media screen and (max-width: 480px) {
    .outline--iframe iframe {
        height: 1550px;
    }
}