<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*
サイト上の構成の大枠としてページ内に1度しか出てこないものと、グリッドレイアウトについてを記述します。
We will write about thing the only comes out once on the page as a frame and grid(column) layout.

接頭辞はLayoutの頭文字を取って【l_】とします。
Prefix will take the "Layout" first letter and use it as "l_".

ここで指定するのは以下の様なものと予想されます。
You might use the following.
.l_wrap/.l_container/.l_header/
.l_nav/.l_main/.l_contents/.l_footer

モディファイヤを使用する場合は接頭辞【has_】をつけ、各レイアウトの下に記述します。
When using modifier put the prefix "has_" and write it under each layout.

フォントサイズはremで指定します。
"rem" will be used for font-size.,#FFF8F1#FFF8F1
*/


/*----------------------------------------------
	.l_wrap
---------------------------------------------*/
.l_wrap {
	width: 1000px;
	margin: 0 auto;
}

/*----------------------------------------------
	.top
---------------------------------------------*/
.top {
    background-size:cover,100%;
    background-position:top center,center;
}

/*----------------------------------------------
	.l_bg
---------------------------------------------*/
/*.l_bg {
	background: url(../images/bg.png) no-repeat,linear-gradient(to bottom, #F1BA6B 10%,#FCF0E0,#FFF8F1,#FCF0E0,#F1BA6B);
    background-size: cover,100%;
    background-attachment: fixed;
    background-position: top center,center;
}*/
.top .l_bg {
	background: url("../images/bg_poster.png")no-repeat;
    background-size:1380px 937px,cover,100%;
    background-position:center 28%,top center,center;
}
/*----------------------------------------------
	.l_container
---------------------------------------------*/
.l_container {
  padding-bottom: 40px;
}

/*----------------------------------------------
	.l_header
---------------------------------------------*/
.l_header_area {
/*	background: url(../images/header_bg.png) no-repeat, #ddd;*/
	height: 175px;
}
.l_header {
	position: relative;
}
.l_header img {
	position: absolute;
}
.l_header_title {
  top: 25px;
}
.l_header_text {
    top: 120px;
}
.l_header_detail {
	top: 35px;
	right: 0;
}

/*----------------------------------------------
	.l_side_contents
---------------------------------------------*/
.l_side_contents {
	width: 230px;
	float: left;
}

/*----------------------------------------------
	.l_nav_area
---------------------------------------------*/
.l_nav_area {
	background: #fff;
    box-shadow: 0px 3px 6px rgba(25, 49, 101, 16%)

}
/*----------------------------------------------
	.l_bnr_area
---------------------------------------------*/
.l_bnr_area img {
  width:230px
}

.l_bnr_area img:hover{
  opacity: .7;
}

.l_bnr_area_sp {
  display: none;
}
/*----------------------------------------------
	.l_main_contents
---------------------------------------------*/
.l_main_contents {
	width: 740px;
	position: relative;
	float: right;
}
/*----------------------------------------------
	.l_poster_area
---------------------------------------------*/
.l_poster_area{
	height: 920px;
	position: relative;
/*	background: url(../images/poster_bg.png), #ddd;*/
}
/*----------------------------------------------
	.l_poster_ttl
---------------------------------------------*/
.l_poster_header {
	position: absolute;
	top: 0;
/*	left: 0;*/
	right: 0;
	margin: auto;
}
.l_poster_header_en{
    position: absolute;
	top: -10px;
/*	left: 0;*/
	right: 0;
	margin: auto;
}

/*----------------------------------------------
	.l_poster_details
---------------------------------------------*/
.l_poster_detail {
	position: absolute;
	top: 0;
	left: 0;
/*	right: 0;*/
	margin: auto;
}

/*----------------------------------------------
	.l_poster_date
---------------------------------------------*/
.l_poster_date {
	position: absolute;
	top: 0;
	left: 100px;
/*	right: 0;*/
	margin: auto;
}
.l_poster_date_en{
    width: 60%;
    position: absolute;
	top: 45px;
	left: 150px;
/*	right: 0;*/
	margin: auto;
}

/*----------------------------------------------
	.l_btn_top
---------------------------------------------*/
.l_btn_top {
  background-color: #fff;
  padding: 30px;
  margin: 30px 22px 0;
}

/*----------------------------------------------
	.l_ondemand
---------------------------------------------*/

.l_ondemand{
  background: #F9E9F9;
  border: 1px solid #B688B6;
  padding: 9px 21px;
  width: 350px;
  margin: 30px 22px 0;
  position: absolute;
  top: -101px;
  right: -20px;
}

/*----------------------------------------------
	.l_news_area
---------------------------------------------*/
.l_news_area { 
	background: #fff;
	overflow: hidden;
    box-shadow: 0px 3px 6px rgba(25, 49, 101, 16%)
}

/*----------------------------------------------
  .l_news_header
	---------------------------------------------*/
.l_news_header {
	font-size:2rem;
	color: #fff;
	position: relative;
	border-bottom: 1px solid #dadfe7;
	background: url(../images/news_icon.png)no-repeat,#193165;
    background-size: cover;
	padding-left: 20px;
	padding: 10px 15px;
	font-weight: bold;
}
/*.l_news_header:before {
	content: "";
	width: 7px;
	height: 11px;
	background: url(../images/news_header_arrow.png) no-repeat;
	position: absolute;
	top: 0px;
	bottom: 0px;
	margin: auto;
	left: 20px;
}*/


/*----------------------------------------------
  .l_content
---------------------------------------------*/
.l_content {
	background: #fff;
	padding: 25px;
	min-height: 600px;
    box-shadow: 0px 3px 6px rgba(25, 49, 101, 16%)
}

/*----------------------------------------------
  .l_link_content
---------------------------------------------*/
.l_link_content p {
	border-bottom: 2px dotted #385173;
	padding: 20px 0px;
}
/*----------------------------------------------
  .l_footer_area
---------------------------------------------*/
.l_footer_area {
	position: relative;
	background: #4B3E8F;
	color: #fff;
	padding: 20px 0;
    opacity: 0.8;
}

/*----------------------------------------------
  .l_contact_area
---------------------------------------------*/
.l_contact_area {
	padding-bottom: 0px;
}

/*----------------------------------------------
  .l_copyright
---------------------------------------------*/
.l_copyright {
/*	border-top: 1px solid #666;*/
	padding: 10px;
	font-size: 1.3rem;
	background: #193165;
    color: #fff;
}

/*----------------------------------------------
  .l_pagetop
---------------------------------------------*/
.l_pagetop {
  position: fixed;
  right: 25px;
  bottom: 50px;
	z-index: 99;
}
.l_pagetop a{
	line-height: 0;
	display: block;
}
.l_pagetop img:hover {
	opacity: 0.9;
}
/*----------------------------------------------
  .l_double
---------------------------------------------*/
.l_double &gt; div {
  width: 49%;
  display: inline-block;
}
.l_double:nth-child(1) { margin-left: 0; }
.l_double:nth-child(2) { margin-right: 0; }

/*----------------------------------------------
  .l_double02
---------------------------------------------*/
.l_double02 {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.l_double02 &gt; * {
	width: 49%!important;
}

/*----------------------------------------------
  .l_double_table
---------------------------------------------*/
.l_double_table {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.l_double_table .c_table_type01 th{
	width:15%;
	text-align:center;
}

.l_double_table .c_table_type01:first-child td{
	border-right: none;
}


/*----------------------------------------------
  .l_seminar
---------------------------------------------*/
.l_seminar{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px 20px;
}

.l_seminar.is_center{
  display: block;
  margin: 0 auto;
  width: 216px;
}


/*ここから下は触らない　Do not touch from here*/
/*----------------------------------------------
	.l_column_warp
---------------------------------------------*/
/*
コラムの使い方の説明
How to use column

コラムはサイト上の構成の大枠としては使用せず、コンテンツエリア内で使用してください。
Do not use the column as the frame but, use it inside the contents area.

HTMLは以下の形が基本形です。
The following will be the base for HTML.
----------------------------------------------
&lt;div class="l_column_wrap"&gt;
	&lt;div class="l_column has_column_pc00unit has_column_sp00unit"&gt;
		コンテンツが入る
	&lt;/div&gt;
&lt;/div&gt;
----------------------------------------------


00部分はコンテンツ幅を12分割した値が入ります。
In the "00" part will have the values 1 to 12.
The values are from dividing the content width into 12.

以下のclassをl_columnに追加する事で、コラムの分割数をPC/SPそれぞれに設定する事ができます。
By adding the following class into "l_column", you can set the column's number of partitions on the PC and SP.

下記はPCの場合の例です。
Example for PC
has_column_pc1unit : 12分割 12 partition
has_column_pc2unit : 6分割
has_column_pc3unit : 4分割
has_column_pc4unit : 3分割
has_column_pc5unit : 5/12分割
has_column_pc6unit : 2分割
has_column_pc7unit : 7/12分割
has_column_pc8unit : 2/3分割
has_column_pc9unit : 3/4分割
has_column_pc10unit : 5/6分割
has_column_pc11unit : 11/12分割
has_column_pc12unit : 1分割

以下のclassをl_columnに追加する事で、コラムの左右余白を設定する事ができます。
By adding the following class into "l_column", you can set the padding.

has_column_padding10 : 左右5px
has_column_padding20 : 左右10px
has_column_padding30 : 左右15px
has_column_padding40 : 左右20px
has_column_padding50 : 左右25px

以下のclassをl_column_wrapに追加する事で、両端の余白を調整する事ができます。
By adding the following class into "l_column_wrap", you can adjust the padding.

has_column_wrap_fill10 : 左右5pxづつ埋める
has_column_wrap_fill20 : 左右10pxづつ埋める
has_column_wrap_fill30 : 左右15pxづつ埋める
has_column_wrap_fill40 : 左右20pxづつ埋める
has_column_wrap_fill50 : 左右25pxづつ埋める
*/

/* .l_column unit */
.l_column {
	box-sizing: border-box; /* border-widthとpaddingをwidthに含める　Include border-width and padding into width. */
	float: left;
}
.l_column.has_column_pc1unit { width: 8.33%; }
.l_column.has_column_pc2unit { width: 16.66%; }
.l_column.has_column_pc3unit { width: 25%; }
.l_column.has_column_pc4unit { width: 33.32%; }
.l_column.has_column_pc5unit { width: 41.65%; }
.l_column.has_column_pc6unit { width: 50%; }
.l_column.has_column_pc7unit { width: 58.33%; }
.l_column.has_column_pc8unit { width: 66.66%; }
.l_column.has_column_pc9unit { width: 74.99%; }
.l_column.has_column_pc10unit { width: 83.32%; }
.l_column.has_column_pc11unit { width: 91.65%; }
.l_column.has_column_pc12unit { width: 100%; }

@media screen and (max-width: 640px) {
	.l_column.has_column_sp1unit { width: 8.33%; }
	.l_column.has_column_sp2unit { width: 16.66%; }
	.l_column.has_column_sp3unit { width: 25%; }
	.l_column.has_column_sp4unit { width: 33.32%; }
	.l_column.has_column_sp5unit { width: 41.65%; }
	.l_column.has_column_sp6unit { width: 50%; }
	.l_column.has_column_sp7unit { width: 58.33%; }
	.l_column.has_column_sp8unit { width: 66.66%; }
	.l_column.has_column_sp9unit { width: 74.99%; }
	.l_column.has_column_sp10unit { width: 83.32%; }
	.l_column.has_column_sp11unit { width: 91.65%; }
	.l_column.has_column_sp12unit { width: 100%; }
}

/* column padding */
.l_column.has_column_padding10 { padding: 0 5px; }
.l_column.has_column_padding20 { padding: 0 10px; }
.l_column.has_column_padding30 { padding: 0 15px; }
.l_column.has_column_padding40 { padding: 0 20px; }
.l_column.has_column_padding50 { padding: 0 25px; }

/* column fill */
.l_column_wrap.has_column_wrap_fill10 { margin: 0 -5px; }
.l_column_wrap.has_column_wrap_fill20 { margin: 0 -10px; }
.l_column_wrap.has_column_wrap_fill30 { margin: 0 -15px; }
.l_column_wrap.has_column_wrap_fill40 { margin: 0 -20px; }
.l_column_wrap.has_column_wrap_fill50 { margin: 0 -25px; }
</pre></body></html>