@charset "UTF-8";

@media print {
    body { display: none !important; }
}

#summary{
	　　min-height: 100%; /* 背景画像をhtml要素に表示 */
	background-size: cover; /* 背景画像をhtml要素にフィット */
	background-image: url(../images/header_images/about_bg.png);
	background-repeat: no-repeat;
	background-position: center;
}
.headerimage_bottom {
	background-image: url(../images/header_bottom.png);
	background-repeat: repeat-x;
	height: 15px;
}.iso {
    background-image: url(../images/about_iso.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    height: 130px;
    font-size: 0.8em;
    float: left;
}
.enkaku {
	width: auto;
	margin-bottom: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	border: 1px dotted #C6C6C6;
}



/*========= 動画見出ししデザイン ===============*/
/* movie */
#movie{
    width:80%;
	max-width: 980px;
    font-size:2rem;
	margin: 50px auto;
    }
@media  (max-width:600px) {
#movie{
    font-size:1rem;
    }
}

.heading02 {
	position: relative;
	font-size: 26px;
	text-align: center;
	border-bottom: 5px solid #f6f6f6;
}

.heading02::after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	width: 70px;
	height: 5px;
	background-color: #387ccc;
}

@media  (max-width:550px) {
.heading02 {
	font-size: 1.2rem;
	letter-spacing: 0.01em;
}
	.heading02::before {
	margin-right: 15px;
}
.heading02::after {
	margin-left: 15px;
}
}

.maff {
    width: auto;
    margin-bottom: 20px;
    padding: 20px;
    border: 1px dotted #C6C6C6;
    display: block;
    float: none;
    clear: left;
}

.euh5{
font: 1.3em;
font-weight: bold;
    display: block;
    float: none;
    clear: left;
}

