<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/**
 *
 *  ページ用CSS
 *　message
 */

/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* message
-----------------------------------------------------------------*/
.message .txt-area .txt {
    font-size: 1.6rem;
    line-height: 2;
}

.message p.txt a {
	font-weight: bold;
	color:#0068B6;
}
.message p.txt a[target="_blank"] span {
    padding: 5px 14px 5px 0;;
    background: url(../../../common/image/ico_blank.png) no-repeat right center;
    background-size: 10px auto;
}

.message h2 {
	text-align:right;
}

#Page .message h2 img {
	width: 60%;
}

.movie {
	background-color: #e9ecf1;
	padding: 80px 0;
	margin-bottom: 100px;
}

.movie .container {
	max-width: 865px;
	margin: 0 auto;
	text-align: center;
}
.movie .ttl-plain {
	font-size: 2.2rem;
}

.movie .area_youtube {
	position: relative;
    width: 100%;
	margin-bottom: 40px;
}
.movie .area_youtube::before {
    content:'';
    display: block;
    padding-top: 56.25%;
}

.movie .area_youtube iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.movie .btn-youtube {
    width: 450px;
    margin: 0 auto;
}
.movie .btn-youtube a[target="_blank"] span {
    padding: 0 40px;
    background: url(../image/ico_youtube.png) no-repeat right center;
    background-size: 30px auto;
}


/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	

.movie {
	background-color: #e9ecf1;
    padding: 40px 0;
    margin-bottom: 60px;
}

.movie .container {
	max-width: 90%;
}
.movie .btn-youtube {
    width: 80%;
}
.movie .btn-youtube a[target="_blank"] span {
	padding: 0 25px;
    background-size: 20px auto;
}




}</pre></body></html>