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

/* reset
------------------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)

   fixed
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section { display: block; }

body { line-height: 1; }

blockquote,
q { quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

div,
p,
dl,
dt,
dd,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
textarea,
table,
tr,
th,
td,
article,
aside,
header,
footer,
section,
nav {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* -------------------------------------------------------
   font
------------------------------------------------------- */
/*
フォント指定 游ゴシック
*/
body,
html,
td,
th,
input[type="text"],
textarea {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
}

html { font-size: 62.5%; }

body {
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 170%;
}

a:link,
a:visited {
	color: #1da0f1;
	text-decoration: none;
	transition: all 0.2s;
}

a:hover { opacity: 0.6; }

p { margin-bottom: 10px; }

.bold {
	font-weight: bold;
}

/* -------------------------------------------------------
   一括指定 boxsizing / clearfix / image hover / contents width
------------------------------------------------------- */
img { max-width: 100%; }

/* boxsizing */
*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.font::before,
.test::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	display: inline-block;
}

.test::before {
	content: "\f00c";
	font-size: 2.0rem;
}

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

/* image hover */
.class:hover {
	opacity: 0.7;
	text-decoration: none;
}

/* contents width */
.class {
	width: 980px;
	margin: 0 auto;
	position: relative;
}

ul,
ol,
.list001,
.list003,
.olist002,
.dlist001 {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* -------------------------------------------------------
 パーツ
------------------------------------------------------- */






/* -------------------------------------------------------
 基本レイアウト
------------------------------------------------------- */
.block { width: 100%; }

.blockContents,
.blockHeader,
.blockFooter { width: 100%; }

.blockContents {
	margin: 40px 0 40px;
	padding: 0 10px;
}

.Header {
	/*background: #0168B7;
	height: 70px;*/
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100;
}

.headerLogo h1 { display: inline-block; }


.blockHeader {
	padding: 10px;
}

.blockHeaderLogo {
	position: relative;
}



.Footer {
	border-top: 1px solid #ccc;
	margin-top: 40px;
	background: #fff;
	color: #333;
}

.blockFooter {
	text-align: center;
	position: relative;
	padding: 60px 10px 0;
	background-repeat: no-repeat;
	background-position: center 20px;
	background-size: 40px auto;
}


.copyright {
	text-align: left;
	font-size: 1.2rem;
}

.linkPageTop {
	position: absolute;
	right: 10px;
	bottom: 0;
	text-indent: -9999px;
}

.linkPageTop a {
	display: block;
	background: url(../images/link-top.png) no-repeat center center;
	width: 40px;
	height: 40px;
	background-size: 40px auto;
}

.blockButtonCenter {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* -------------------------------------------------------
ナビゲーション
------------------------------------------------------- */

/* -------------------------------------------------------
ボタン
------------------------------------------------------- */

/* -------------------------------------------------------
 コンテンツ
------------------------------------------------------- */
.blockPointOverall {
	background: #fce5e2;
	padding: 100px 0 20px;
}

.blockPointOverall .blockContents {
	padding-left: 10px;
	padding-right: 10px;
}



/* -------------------------------------------------------
 トップ
------------------------------------------------------- */
.blockHeader__linkParent {
    position: absolute;
    left: -4px;
}

.blockHeader__linkParent a {
	width: 40px;
	height: 60px;
	background: #ffffff url(../images/logo-rengo.png) no-repeat center center;
	background-size: 30px auto;
	display: inline-block;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	text-indent: -9999px;
}

.sw-top .Footer {
		margin-top: 0;
	}

/* -------------------------------------------------------
 スイッチ
------------------------------------------------------- */
.sw-top .Header {
	/*background: #faf7eb;
	height: 80px;*/
}

.sw-top .headerLogo {
	margin-left: 40px;
}

.sw-top .headerLogo h1 img {
	width: 200px;
}

@media (min-width:900px) {
/*
----------------------------------------------------------------------------------------------------------------------*/
/* -------------------------------------------------------
 基本レイアウト
------------------------------------------------------- */
	a.buttonPdf,
	a.buttonDoc {
		padding-left: 110px;
    padding-right: 80px;
		background-position: 70px center;
	}

.blockContents,
.blockHeader,
.blockFooter {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

	.blockContents {
		width: 800px;
		text-align: left;
		margin-bottom: 80px;
	}

	

.Header {
	/*height: 100px;*/
	margin-bottom: 60px;
}

.blockHeader {
	padding-top: 20px;
	padding-bottom: 20px;
}



.blockFooter {
	padding-top: 110px;
	background-size: 76px;
}

	.Header {
		position: relative;
	}

	

	.linkPageTop a {
		width: 61px;
		height: 61px;
		background-size: 61px 61px;
	}

	/* トップ
	---------------------------------------------------------- */

	.sw-top .Header {
		height: 270px;
		margin-bottom: 0;
	}

	.blockHeader__linkParent {
    top: 0px;
	}

	.blockHeader__linkParent a {
		width: 110px;
		height: 128px;
		background-size: auto auto;
	}

	.sw-top .headerLogo h1 img {
		width: auto;
		margin-left: 56px;
        margin-top: 30px;
	}

	.sw-top .Contents {
		padding-top: 20px;
	}

	.sw-top .blockContents {
		width: 980px;
	}


	/* パート
	---------------------------------------------------------- */
	

/* (min-width:900px)  */
}

/* -------------------------------------------------------
 utilities
------------------------------------------------------- */
.u-mt10:not(:root) { margin-top: 10px; }
.u-mt20:not(:root) { margin-top: 20px; }
.u-mt30:not(:root) { margin-top: 30px; }
.u-mt40:not(:root) { margin-top: 40px; }
.u-mt50:not(:root) { margin-top: 50px; }
.u-mt60:not(:root) { margin-top: 60px; }
.u-mt70:not(:root) { margin-top: 70px; }
.u-mt80:not(:root) { margin-top: 80px; }
.u-mt90:not(:root) { margin-top: 90px; }
.u-mt100:not(:root) { margin-top: 100px; }

.u-mb10:not(:root) { margin-bottom: 10px; }
.u-mb20:not(:root) { margin-bottom: 20px; }
.u-mb30:not(:root) { margin-bottom: 30px; }
.u-mb40:not(:root) { margin-bottom: 40px; }
.u-mb50:not(:root) { margin-bottom: 50px; }
.u-mb60:not(:root) { margin-bottom: 60px; }
.u-mb70:not(:root) { margin-bottom: 70px; }
.u-mb80:not(:root) { margin-bottom: 80px; }
.u-mb90:not(:root) { margin-bottom: 90px; }
.u-mb100:not(:root) { margin-bottom: 100px; }

.u-ml10:not(:root) { margin-left: 10px; }
.u-ml20:not(:root) { margin-left: 20px; }
.u-ml30:not(:root) { margin-left: 30px; }
.u-ml40:not(:root) { margin-left: 40px; }
.u-ml50:not(:root) { margin-left: 50px; }
.u-ml60:not(:root) { margin-left: 60px; }
.u-ml70:not(:root) { margin-left: 70px; }
.u-ml80:not(:root) { margin-left: 80px; }
.u-ml90:not(:root) { margin-left: 90px; }
.u-ml100:not(:root) { margin-left: 100px; }

.u-mr10:not(:root) { margin-right: 10px }
.u-mr20:not(:root) { margin-right: 20px }
.u-mr30:not(:root) { margin-right: 30px }
.u-mr40:not(:root) { margin-right: 40px }
.u-mr50:not(:root) { margin-right: 50px }
.u-mr60:not(:root) { margin-right: 60px }
.u-mr70:not(:root) { margin-right: 70px }
.u-mr80:not(:root) { margin-right: 80px }
.u-mr90:not(:root) { margin-right: 90px }
.u-mr100:not(:root) { margin-right: 100px }

.u-alLeft:not(:root) { text-align: left; }
.u-alRight:not(:root) { text-align: right; }
.u-alCenter:not(:root) { text-align: center; }


@media all and (-ms-high-contrast: none){
		.blockPointCaution__title {
			padding-top: 10px;
		}
		.blockPointCaution__title::before {
			top: -6px;
		}
	}
</pre></body></html>