<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*++++++++++++++
下層ページ共通
++++++++++++++*/
section#basic {
    background: rgba(0,39,122,0.05);
    padding: 260px 0 100px;
    position: relative;
    z-index: 1;
}
section#basic:before {
   content:"";
   background: url(../images/common/pat.png) no-repeat;
   background-size: 60%;
   background-position: left -11% top;
   width: 100%;
   height: 100%;
   position: absolute;
   margin: -4% auto 0;
   z-index: -1;
}

section#basic .inner {
    /* background: #fff; */
    /* height: 100vh; */
    /* padding: 80px; */
    /* box-sizing: border-box; */
    z-index: 100;
    position: relative;
    max-width: 1200px;
}

/*++++++++++++++
メインタイトル
++++++++++++++*/
#mainttl {
   position: relative;
   margin: 0 auto 70px;
   width: 100%;
   overflow: hidden;
   max-width: 1200px;
   z-index: 0;
}
#mainttl:before {
    content:"";
    /* background: rgb(35,51,139,0.3); */
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
}
#mainttl:after {
    content:"";
    /* background: url(../images/slide/001.jpg) no-repeat; */
    background-position: left center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#mainttl dl {
    
}
#mainttl dt {
    
}
#mainttl h1 {
    color: #23338b;
    position: relative;
    z-index: 1;
    /* padding: 0 100px; */
    /* text-align: center; */
}

/*パンくずリスト*/
.breadcrumb {
	margin: 0 0 30px;
	overflow: hidden;
	letter-spacing: 1px;
	bottom: 0;
	z-index: 100;
	padding: 30px 0 !important;
}

.breadcrumb ul {
	justify-content: left;
	width: auto;
	display: flex;
}

.breadcrumb ul li {
	padding: 0 30px 0 0;
	font-size: 0.88em;
	letter-spacing: 0;
	position: relative;
}

.breadcrumb ul li:last-child {
	padding: 0;
}
.breadcrumb ul li:last-child a {cursor: unset;}
.breadcrumb ul li:last-child a:hover {
	background:none;
	color:inherit;
}
.breadcrumb ul li:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 10px;
	width: 8px;
	height: 17px;
	background: url(../images/common/brumb.svg) no-repeat;
	background-size: 8px;
}
.breadcrumb ul li a:hover {
	text-decoration: none !important;
}
.breadcrumb ul li:last-child:before {
	display: none;
}

.breadcrumb li a {
	/* text-decoration: underline; */
	/* font-size: 0.9em; */
	padding: 5px 20px;
	display: block;
	border: 1px solid #23338b;
	border-radius: 100px;
	box-sizing: border-box;
	color: #23338b;
	font-size: 1em;
	letter-spacing: 0;
	font-weight: 500;
	transition: .3s;
}
.breadcrumb li a:hover {
	transition:.3s;
	background:#23338b;
	border: 1px solid #23338b;	
	color:#fff;
}
.breadcrumb li:first-child a {
	background: #23338b;
	border-radius: 100px;
	color: #fff;
	border: 1px solid #23338b;
}
.breadcrumb li:last-child a {
	text-decoration: none;
}

.breadcrumb li a:hover {
	text-decoration: none;
}

/*++++++++++++++
下層ページ共通　記事一覧
++++++++++++++*/
.newsbox li dd p {
	height: 100px;
}
.date {
    border-top: 1px dashed #ccc;
    padding: 10px 0 0;
    position: relative;
    bottom: 0;
    width: 100%;
    left: 0;
    box-sizing: border-box;
    padding: 10px 20px !important;
    font-size: 0.8em !important;
    justify-content: left;
}
/****/


@media screen and (max-width: 1699px) {
/*++++++++++++++
下層ページ共通
++++++++++++++*/
section#basic {
}
section#basic:before {
}

section#basic .inner {}

/*++++++++++++++
メインタイトル
++++++++++++++*/
#mainttl {
}
#mainttl:before {
}
#mainttl:after {
    content:"";
    /* background: url(../images/slide/001.jpg) no-repeat; */
    background-position: left center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#mainttl dl {
    
}
#mainttl dt {
    
}
#mainttl h1 {
}

/*パンくずリスト*/
.breadcrumb {
	margin: 0 0 30px;
	overflow: hidden;
	letter-spacing: 1px;
	bottom: 0;
	z-index: 100;
	padding: 30px 0 !important;
}

.breadcrumb ul {
	justify-content: left;
	width: auto;
}


.breadcrumb ul li {
	padding: 0 30px 0 0;
	font-size: 0.88em;
	letter-spacing: 0;
	position: relative;
}

.breadcrumb ul li:last-child {
	padding: 0;
}

.breadcrumb ul li:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 10px;
	width: 8px;
	height: 17px;
	background: url(../images/common/brumb.svg) no-repeat;
	background-size: 8px;
}

.breadcrumb ul li:last-child:before {
	display: none;
}

}

@media screen and (max-width: 1299px) {
/*++++++++++++++
下層ページ共通
++++++++++++++*/
section#basic {
}
section#basic:before {
}

section#basic .inner {max-width: 95%;}

/*++++++++++++++
メインタイトル
++++++++++++++*/
#mainttl {max-width: 95%;}
#mainttl:before {
}
#mainttl:after {
    content:"";
    /* background: url(../images/slide/001.jpg) no-repeat; */
    background-position: left center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#mainttl dl {
    
}
#mainttl dt {
    
}
#mainttl h1 {
}

/*パンくずリスト*/
.breadcrumb {
	margin: 0 0 30px;
	overflow: hidden;
	letter-spacing: 1px;
	bottom: 0;
	z-index: 100;
	padding: 30px 0 !important;
}

.breadcrumb ul {
	justify-content: left;
	width: auto;
}

.breadcrumb ul li {
	padding: 0 30px 0 0;
	font-size: 0.88em;
	letter-spacing: 0;
	position: relative;
}

.breadcrumb ul li:last-child {
	padding: 0;
}

.breadcrumb ul li:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 10px;
	width: 8px;
	height: 17px;
	background: url(../images/common/brumb.svg) no-repeat;
	background-size: 8px;
}

.breadcrumb ul li:last-child:before {
	display: none;
}
}

@media screen and (max-width: 1023px) {
/*++++++++++++++
下層ページ共通
++++++++++++++*/
section#basic {
    padding: 200px 0 50px;
}
section#basic:before {
   content:"";
}

section#basic .inner {
}

/*++++++++++++++
メインタイトル
++++++++++++++*/
#mainttl {max-width: 95%;margin: 0 auto 30px;}
#mainttl:before {
}
#mainttl:after {
    content:"";
    /* background: url(../images/slide/001.jpg) no-repeat; */
    background-position: left center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#mainttl dl {
    
}
#mainttl dt {
    
}
#mainttl h1 {
}

/*パンくずリスト*/
.breadcrumb {
	margin: 0 0 30px;
	overflow: hidden;
	letter-spacing: 1px;
	bottom: 0;
	z-index: 100;
	padding: 30px 0 !important;
}

.breadcrumb ul {
	justify-content: left;
	width: auto;
}

.breadcrumb ul li {
	padding: 0 30px 0 0;
	font-size: 0.88em;
	letter-spacing: 0;
	position: relative;
}

.breadcrumb ul li:last-child {
	padding: 0;
}

.breadcrumb ul li:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 10px;
	width: 8px;
	height: 17px;
	background: url(../images/common/brumb.svg) no-repeat;
	background-size: 8px;
}

.breadcrumb ul li:last-child:before {
	display: none;
}
}

@media screen and (max-width: 767px) {
/*++++++++++++++
下層ページ共通
++++++++++++++*/
section#basic {padding: 120px 0 50px;}
section#basic:before {
}

section#basic .inner {
}

/*++++++++++++++
メインタイトル
++++++++++++++*/
#mainttl {
}
#mainttl:before {
}
#mainttl:after {
    content:"";
    /* background: url(../images/slide/001.jpg) no-repeat; */
    background-position: left center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#mainttl dl {
    
}
#mainttl dt {
    
}
#mainttl h1 {
}

/*パンくずリスト*/
.breadcrumb {
	margin: 0 0 30px;
	overflow: hidden;
	letter-spacing: 1px;
	bottom: 0;
	z-index: 100;
	padding: 30px 0 !important;
}

.breadcrumb ul {
	justify-content: left;
	width: auto;
}

.breadcrumb ul li {
	padding: 0 30px 0 0;
	font-size: 0.88em;
	letter-spacing: 0;
	position: relative;
}

.breadcrumb ul li:last-child {
	padding: 0;
}

.breadcrumb ul li:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 10px;
	width: 8px;
	height: 17px;
	background: url(../images/common/brumb.svg) no-repeat;
	background-size: 8px;
}

.breadcrumb ul li:last-child:before {
	display: none;
}


/*++++++++++++++
下層ページ共通　記事一覧
++++++++++++++*/ 
.newsbox li figure {
	
}	
.date {
	display: flex;
}
	
}

@media screen and (max-width: 480px) {
/*++++++++++++++
下層ページ共通
++++++++++++++*/
section#basic {
    padding: 100px 0 50px;
}
section#basic:before {
   content:"";
   background-size: contain;
   background-position: left top;
}

section#basic .inner {max-width: 95%;}

/*++++++++++++++
メインタイトル
++++++++++++++*/
#mainttl {max-width: 95%;margin: 0 auto 40px;}
#mainttl:before {
}
#mainttl:after {
    content:"";
    /* background: url(../images/slide/001.jpg) no-repeat; */
    background-position: left center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#mainttl dl {
    
}
#mainttl dt {
    /* text-align: center; */
}
#mainttl h1 {
}

/*パンくずリスト*/
.breadcrumb {
	margin: 0 0 30px;
	overflow: hidden;
	letter-spacing: 1px;
	bottom: 0;
	z-index: 100;
	padding: 15px 0 !important;
}

.breadcrumb ul {
	justify-content: left;
	width: auto;
}

.breadcrumb ul li {
	padding: 0 30px 0 0;
	font-size: 0.88em;
	letter-spacing: 0;
	position: relative;
}

.breadcrumb ul li:last-child {
	padding: 0;
}

.breadcrumb ul li:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 10px;
	width: 8px;
	height: 17px;
	background: url(../images/common/brumb.svg) no-repeat;
	background-size: 8px;
}

.breadcrumb ul li:last-child:before {
	display: none;
}

.breadcrumb li a {font-size: 0.8em;}


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