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

/*  header の動画・画像サイズ（比率）は同じがよい*/
/*  header の動画・画像サイズが異なる場合は class="info_inner"に　"info-inner-img" を追加　*/


/* 
 header 動画・画像に関わるサイズ変更  
------------------------------------------- */

/* --------info-------- */
.info_inner{ min-height: 383px;}
.info-txt{ padding: 20px 0 20px 710px;}

/* --------ヘッダー - ビデオ-------- */
/*.info-video{ width: 695px; height: 391px;}
.info-video iframe{	width: 695px;	height: 391px;}*/

/* --------ヘッダー - 画像-------- */
.info-img { width: 680px; height: 383px;}
.info-img img{ width: 695px; height: 391px;}


/* 
 header h1 h2 罫線(共通)色・背景画像などの変更 
------------------------------------------- */

/* --------罫線(共通)色-------- */
.header{
	border-bottom: 3px solid #f66191;
}
.info{
	border-bottom: 3px solid #f66191;
}
.wrap_horizontal .box{
	border-top: 5px solid #f66191;
}


/* -------- h1 h2 背景画像と文字色 -------- */
.header,
.box_title,
.header-time,
.box_title { color: #fff;}


/* --------h2 h3 下線 罫線色-------- */
.sub_title:after{
	background: #ef2406;
}
.side_title{
	border-bottom: 3px solid #eeab09;
}


/* --------スライダーのページネーションの色-------- */
.owl-theme .owl-controls .owl-page span{
	background: #d60e00 !important;
}
</pre></body></html>