@charset "utf-8";

.title {
	height: 310px;
	background-image: url(../images/shokai/bg_top_shokai.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: flex;flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	text-shadow: 1px 1px 10px #000000;
	margin-bottom: 30px;
	letter-spacing: 18px;
	line-height: 25px;
}


/*
#contents00{
	padding:20px;
	border-top: 10px;
	border-bottom: 10px;
	border-left: 10px;
	background:10px;
	text-align:center;
	font-size:0.9em;
	font-weight:bold;
	color:red;
}
*/
#contents01{
	margin-left: 50px;
	margin-right: 50px;
	border-top: 10px;
	border-bottom: 10px;
	border-left: 20px;
	font-size: 15px;
	line-height: 20px;
}

#contents02{
	margin:5px 3px 1px 40px;
	padding:10px;
	background:#fff;
}

#contents03{
	margin:5px 3px 1px 40px;
	padding:10px;
	background:#ffffff;
	
}

h2 {
  margin:10px 5px 10px 15px;
	padding:0 0 0 10px;
	font-size:0.9em;
	border-bottom:#000000 1px solid;
	border-left:blue 10px solid;
}

#contents02 a {
	color: rgb(13, 3, 56);
}

#contents02 strong {
	font-size:1.2em;
	color: rgb(63, 3, 190);
}

.movie {
    width: 930px;
    max-width: 90%;
    background-color: #f8f8f8;
    padding: 50px 60px;
    margin-top: 55px;
    margin-left: auto;
    margin-right: auto;
}

.movie iframe{
    display: block;
    width: 100%;
    height: 456px;
    margin-top: 30px;
}

@media (max-width: 800px) {
    .first-view {
        height: calc(100vh - 50px);
        background-image: url(../images/index/bg-koujo_750.jpg);
        align-items: flex-start;
    }

    .first-view-text {
        padding-top: 30px;
        padding-left: 20px;
    }

    .first-view-text h1 {
        font-size: 36px;
        line-height: 48px;
    }

    .first-view-text p {
        font-size: 14px;
        margin-top: 15px;
    }

    .lead {
        padding-left: 20px;
        padding-right: 20px;
    }

    .lead p {
        text-align: left;
    }

    .item-list {
        padding-left: 20px;
        padding-right: 20px;
    }

    .item-list li {
        width: 220px;
        margin-left: 30px;
    }

    .movie {
        width: 500px;
        padding: 30px 25px;
    }

    .movie iframe{
        height: 240px;
    }
}