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

/**************************************************************
	全ページ共通
**************************************************************/

/** #breadcrumb *****************************************************************/
#breadcrumb {
	box-sizing: border-box;
	padding: 20px 10px;
	margin: 0 auto;
}
#breadcrumb ul {
	width: 900px;
	margin: 0 auto;
	font-size: 0;
}
#breadcrumb ul li {
	display: inline-block;
	line-height: 1;
	letter-spacing: normal;
	vertical-align: middle;
	font-size: 0.875rem;
}
#breadcrumb ul li::after {
	content: "&gt;";
	display: inline-block;
	margin: 0 5px;
	line-height: 1;
	vertical-align: baseline;
	font-size: 0.875rem;
}
#breadcrumb ul li:last-child::after {
	display: none;
}


@media screen and (max-width: 640px) {
	#breadcrumb {
		box-sizing: border-box;
		width: 100%;
		padding: 10px 15px;
	}

}

/** #Layout *********************************************************************/
/* column set */
.colset {
	overflow: hidden;
}
.colset .col-r {
	float: right;
}
.colset .col-l {
	float: left;
}
@media screen and (max-width: 640px) {
	.colset .col-r,
	.colset .col-l {
		float: none;
		margin-bottom: 20px;
	}
}

/* clear fix */
.cf:after {
    content: " ";
    display: block;
    clear: both;
}


/** #page_title *****************************************************************/
#page_title {
	position: relative;
	display: flex;
	align-items: center;
	min-width: 900px;
	height: 150px;
	background: url(../img/bg_grid_gr.png) repeat center top;
	-webkit-box-shadow:inset 0 0 8px 4px rgba(0,0,0,0.3);
	box-shadow:inset 0 0 8px 4px rgba(0,0,0,0.3);
}
#page_title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	
	background: -moz-linear-gradient(45deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 33%, rgba(0,0,0,0) 66%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(45deg, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.3) 33%,rgba(0,0,0,0) 66%,rgba(0,0,0,0) 100%);
	background: linear-gradient(45deg, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0.3) 33%,rgba(0,0,0,0) 66%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#00000000',GradientType=1 );
}
#page_title h2 {
	position: relative;
	z-index: 20;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	font-family: '游ゴシック体', '游ゴシック', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: bold;
	font-size: 1.25rem;
	color: #FFF;
}
#page_title h2 span {
	display: block;
	font-weight: bold;
	font-size: 2.375rem;
}

@media screen and (max-width: 640px) {
	#page_title {
		min-width: auto;
		width: 100%;
		height: auto;
		padding: 20px 0;
	}
	#page_title h2 {
		font-size: 1rem;
	}
	#page_title h2 span {
		font-size: 1.875rem;
	}

}



/** 見出し *****************************************************************/
.content_head {
	margin-bottom: 30px;
	padding: 16px;
	background: url(../img/bg_grid_or.png) repeat left top;
	line-height: 1;
	font-weight: bold;
	font-size: 1.125rem;
	color: #FFF;
}
* + .content_head {
	margin-top: 40px;
}
@media screen and (max-width: 640px) {
	.content_head {
		margin-bottom: 20px;
		font-size: 1rem;
	}
	* + .content_head {
		margin-top: 30px;
	}

}

.content_boxhead {
	margin-bottom: 20px;
	padding: 15px;
	border: 1px solid #4bc1af;
	line-height: 1;
	font-weight: bold;
	font-size: 1rem;
	color: #4bc1af;
}
* + .content_boxhead {
	margin-top: 30px;
}

@media screen and (max-width: 640px) {
	.content_boxhead {
		margin-bottom: 15px;
	}
}



/** 標準フォーマット *********************************************************/
ul.default {
	margin: 0 0 0 20px;
	list-style: none;
}
ul.default li {
	list-style: disc;
}
@media screen and (max-width: 640px) {
}


/** テーブル フォーマット *********************************************************/
.tableFmt {
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 2px;
}
.tableFmt th {
	box-sizing: border-box;
	width: 200px;
	padding: 16px 19px;
	border: 1px solid #4bc1af;
	text-align: left;
	font-weight: bold;
	font-size: 1rem;
	color: #4bc1af;
}
.tableFmt thead th {
	text-align: center;
}
.tableFmt td {
	padding: 20px;
	background-color: #f6f6f6;
}
@media screen and (max-width: 640px) {
	.tableFmt th {
		width: 100px;
		padding: 9px;
		font-size: 0.875rem;
	}
	.tableFmt thead th {
		width: 90px;
	}
	.tableFmt td {
		padding: 10px;
	}
}



/* フォーマット02 */
.tableFmt02 {
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 2px;
}
.tableFmt02 thead th {
	box-sizing: border-box;
	width: 200px;
	padding: 16px 19px;
}
.tableFmt02 thead td {
	padding: 16px 19px;
	background-color: #4bc1af;
	text-align: center;
	color: #FFF;
}
.tableFmt02 tbody th {
	box-sizing: border-box;
	width: 200px;
	padding: 16px 19px;
	border: 1px solid #4bc1af;
	text-align: left;
	font-weight: bold;
	font-size: 1rem;
	color: #4bc1af;
}
.tableFmt02 tbody td {
	padding: 20px;
	background-color: #f6f6f6;
	text-align: center;
}
@media screen and (max-width: 640px) {
	.tableFmt02 thead th {
		box-sizing: border-box;
		width: 90px;
		padding: 6px 9px;
	}
	.tableFmt02 thead td {
		padding: 6px 9px;
	}
	.tableFmt02 tbody th {
		width: 90px;
		padding: 6px 9px;
	}
	.tableFmt02 tbody td {
		padding: 10px;
	}
}


/** リンク ***************************************************************/
/*  */
.btn {
	margin-top: 20px;
	text-align: center;
}
.btn a {
	display: inline-block;
	box-sizing: border-box;
	width: 200px;
	padding: 8px;
	background-color: #ff5001;
	border: 1px solid #910a00;
	font-weight: bold;
	font-size: 0.875rem;
	color: #FFF;
}


/* お問合わせボタン */
.inquiry_btn {
	margin-top: 50px;
}
.inquiry_btn a {
	display: block;
	box-sizing: border-box;
	width: 200px;
	margin: 0 auto;
	padding: 15px 10px;
	background-color: #0a1333;
	color: #FFF;
	
	-webkit-box-shadow: 0 8px 8px 0 rgba(0,0,0,0.35);
	box-shadow: 0 8px 8px 0 rgba(0,0,0,0.35);
}
.inquiry_btn a span {
	display: block;
	padding: 0 20px;
	background: url(../img/blt_wedge_r_wh.png) no-repeat right center;
	text-align: center;
	font-family: 'Lato', '游ゴシック体', '游ゴシック', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: bold;
	font-size: 1.125rem;
}
@media screen and (max-width: 640px) {
	.inquiry_btn {
		margin-top: 30px;
	}
}


/* more */
.morelink {
	padding-right: 30px;
	background: url(../img/blt_wedge_r_dbl.png) no-repeat right center;
	font-family: 'Lato', '游ゴシック体', '游ゴシック', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;

}
@media screen and (max-width: 640px) {
}

/** PC・SP ***************************************************************/
.pc { display: block;}
.sp { display: none;}
@media screen and (max-width: 640px) {
    .pc { display: none;}
    .sp { display: block;}
}



/** テキスト **************************************************************/
.summary_text {
	margin: 40px 0;
}
.summary_text p + p {
	margin-top: 1em;
}


/** 配置 *****************************************************************/
.flt-l {
	float: left;
	margin: 0 20px 10px 0;
}
.flt-r {
	float: right;
	margin: 0 0 10px 20px;
}
@media screen and (max-width: 640px) {
	.flt-l,
	.flt-r {
		float: none;
		margin: 0 0 20px 0;
	}
}


/** 画像 *****************************************************************/
.shadowBox {
	-webkit-box-shadow: 0 8px 8px 0 rgba(0,0,0,0.1);
	box-shadow: 0 8px 8px 0 rgba(0,0,0,0.1);
}
@media screen and (max-width: 640px) {
	.shadowBox {}
}


.fitImg {
	text-align: center;
}
.fitImg img {
	display: block;
	max-width: 100%;
	height: auto;
}
@media screen and (max-width: 640px) {
	.fitImg img {
		box-sizing: border-box;
		max-width: 100%;
		height: auto;
	}
}


/** inline要素 *****************************************************************/
.require {
	font-feature-settings: "palt";
}
.em {
	color: #800000;
	font-weight: bold;
}
.strong {
	font-weight: bold;
}
.note {
	font-weight: bold;
	font-size: 0.75rem;
}

.txt-l {
	text-align: left;
}
.txt-c {
	text-align: center;
}
.txt-t {
	text-align: right;
}

@media screen and (max-width: 640px) {
}


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