<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, 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;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;

}

p {
  line-height: 1.8;
  font-size: 1em;
  background-color: white;
  font-feature-settings: "palt" 1 ;	
}

h3,h4 {
	  font-feature-settings: "palt" 1 ;
}


ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  border: none;
  padding: 0;
}

a {text-decoration: none;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix:before {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  display: block;
}

/*　overflowの設定　　　*/

@media screen and (max-width : 768px) {
  html, body {
    overflow-x: hidden !important;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

/*　　　スムーズスクロール　　　*/

html { 
	scroll-behavior: smooth;
}

/*　　　ページTOPに戻る　　　*/

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #333;
 /* opacity: 0.6;*/
}

#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/*　　　コンテンツ　　　*/

#content {
  box-sizing: border-box;
  max-width: 1020px;
  margin: 0 auto;
  text-align: center;
}


header {
  background-color: #063DB5;
  text-align: center;
}

header img {
  width: 240px;
  margin:15px 0;
}

#main_visual {
  width: 100%;
  margin: 0 auto 20px;
}

#main_visual img {
  width: 100%;
  height: auto;
  margin : 10px 0 0;
}

#main_visual span {
	font-size: 0.8em;
	display: block;
	text-align: right;
	padding-top: 10px;
}

#main_visual p {
  text-align: left;
  margin: 30px 15px 45px;
  font-size: 1em;
  text-align: justify;
}

	
#main_visual p strong.marker { 
  font-weight: bold;
  color: #333;
  background:linear-gradient(transparent 60%, #F1DB7C 60%);	
}

/* スクリーンサイズが768px以上の場合に適用 */

@media screen and (min-width: 768px) { 
	
header {
  text-align: left;
}
	
header img {
  width: 240px;
  margin: 15px 0 15px 30px;
}


#main_visual img{
  margin-top: 15px;
}
	
  #main_visual p {
  margin: 30px 20px 45px;
  font-size: 1em;
}
}

/*======= pankuzu =======*/


ul.pankuzu {
	margin:20px 0 20px 10px;
	padding:0;
	list-style:none;

}

ul.pankuzu li.home {
	padding-left:10px;
	border-left:5px solid #F90;
}

ul.pankuzu li {
	float:left;
	font-size:0.8em;
	padding-left:5px;
	line-height: 1.5em;
	text-align:left;
	display:block;
}

ul.pankuzu li a {
	color: #333;
}

ul.pankuzu li a:hover {
	color: #909090;
	text-decoration: underline;
}


/*======= footer =======*/

footer {
  background-color: #063DB5;

  margin: 300px auto 0;
  padding: 20px 20px 5px;
  text-align: center;
  color: white;
}
nav {
  margin: 0 auto;
  text-align: center;
}
nav ul li {
  margin: 0 auto;
  margin: 0 20px 20px 0;
  padding-right: 20px;
  border-right: solid 1px white;
  display: inline-block;
	font-size: 1em;
}
nav ul li a {
  color: white;
  text-decoration: none;
}

nav ul li a:hover {
  opacity: 0.6;
}
nav ul li:last-child {
  border: none;
  p
}
#footer_info {
  margin: 0 auto;
}
#footer_info img {
  width: 300px;
  margin: 0 auto 10px;
}
#footer_info p {
  background-color: #063DB5;
  font-size: 0.9em;
  margin-bottom: 10px;
}

#footer_info p a {
  color: white;
  text-decoration: none;
}

p#copyright {
  font-size: 0.4em;
  letter-spacing: 0.1em;
}


/*======= 特集記事TOPページ =======*/


h2 {	
  overflow: hidden;
  text-align: center;
  font-size:2em;
  margin:0 20px 20px;
  font-weight:bold;
  color:#999;
}
h2 span {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  text-align: left;
}

h2 span::before,
h2 span::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 400%;
  height: 1px;
  background-color: #ccc;
}
h2 span::before {
  right: 100%;
}

h2 span::after {
  left: 100%;
}

/*======= 特集記事ボックス =======*/

.flex_box_3column {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-content: space-between;
  -webkit-flex-wrap: wrap;          /* Safari etc. */
  -ms-flex-wrap    : wrap;          /* IE10        */
  flex-wrap        : wrap;
		text-align: left;
		margin: 0 20px;
	}
	
.flex_box_3column section { /*スマホは1分割*/
	box-sizing: 100%;
	width: 100%;
	background-color: white;
	text-align: left;
	margin: 0;
	margin-bottom: 50px;
}
	
.flex_box_3column section img {
	width: 100%;	
}

.flex_box_3column a {　/*ボックスごとリンク*/
	width:100%;
	font-weight: bold;
/*	line-height: 1.2em!important;*/
	color: #000000;
	text-decoration: none;
	height: auto;
}
	
.flex_box_3column section p {　/*タイトル*/
	padding:0 10px 15px 10px;
	font-size: 1.2em;
	line-height:1.4;
	text-align:justify;
/*    height: calc( 1.4em * 2 );*/
	margin-bottom:30px;
	color:#333;
	
}

.flex_box_3column span.date {　/*発行日*/
		font-size: 0.8em;
		font-weight: normal;
		display: block;
		padding-left:10px;
		margin: 10px 0;
	  border-left: 8px solid #666;
	}
	
.flex_box_3column a:hover {
		opacity: 0.5;
	}
	
@media screen and (min-width: 768px) { /* スクリーンサイズが768px以上の場合に適用 */	
	
.flex_box_3column a { /*PCは3分割*/
	width: 32%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box
}	
	
/* 最後のコンテンツを左寄せにする指定 */
	
.flex_box_3column:after {
    content: "";
    display: block;
    width: 32%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}

	}	
	

/* 個別記事ページ*/
	
.flex_box_1column {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-content: space-between;
  -webkit-flex-wrap: wrap;          /* Safari etc. */
  -ms-flex-wrap    : wrap;          /* IE10        */
  flex-wrap        : wrap;
		text-align: left;
		margin: 0 20px;
	}

.flex_box_1column section { /*スマホは1分割*/
	box-sizing: 100%;
    margin: 0 15px;
	background-color: white;
	text-align: left;
	margin: 0;
	margin-bottom: 50px;
}
	
.flex_box_1column section h3 {
	color:#3C3C3C;
	font-size: 2em;
	font-weight: bold;
	padding: 10px 0;
	border-bottom: 1px solid #333;
    line-height: 1.1em;
	text-align: left;
}
	
/*.flex_box_1column section h4 {
  text-align: right;
	color:#333;
  font-size: 1.1em;
  margin: 20px 0 15px;
  font-weight: bold;
}
	
.flex_box_1column section h5 {
　color:#333;
  text-align: right;
　color:#333;
  font-size: 1.0em;
  margin: 10px 0 30px 0;
}
	
.flex_box_1column section h5 span {
	display: block;
	padding-top: 8px;
	}*/

	
.flex_box_1column section p {
	color: #333;
  padding: 0 0 20px;
  text-align: justify;
  text-indent: 1em; 
}
	

.flex_box_1column section img {
	width: 100%;
	padding: 20px 0 25px;
}
	
.flex_box_1column section strong {
	color: #333;
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: 20px;		
	}

/*関連サイトへのリンク*/

.flex_box_1column section span.link {
  color: #446ec9;
  display: block;
  text-align: left;
  margin: 20px 10px 0 10px;
  font-size: 1em;
}
	
.flex_box_1column section span a {
	color: #446ec9;
}

a.text_link { /* テキスト内リング */
  color: #446ec9;
}
	
.flex_box_1column section span a:hover,a:hover.text_link {
	text-decoration: underline;
}


	
@media screen and (min-width: 768px) { /* スクリーンサイズが768px以上の場合に適用 */	
	
	.flex_box_1column section { /*PC*/
	box-sizing: 100%;
	max-width: 750px;
    margin: 0 15px;
	background-color: white;
	text-align: left;
	margin: 0 !important;
	margin-bottom: 50px;
}
	
.flex_box_1column section h3 {
	margin: 40px 0 30px;
	}
	
	.flex_box_1column section figure {
		float: left;
	}
	
	.flex_box_1column section img {
		width: 350px;
		padding-right: 30px;
		padding-top: 0;
	}
	}
	
/* ページナビゲーション */

.pager {
	margin:80px 0 100px;
}
	
.pager  ul.pagination {
	width:100%;
  text-align: center;
  margin: 0 0 20px;
  padding: 0;
}

.pager .pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  background:#333;
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
}

.pager .pagination li a{
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display:table;
  color: #fff;
  text-decoration: none;
}

.pager .pagination li a span{
  display:table-cell;
  vertical-align:middle;
}

.pager .pagination li a:hover,
.pager .pagination li a.active{
  color: #000;
  background: #ccc;
}

.pager span {
	display:block;
	margin:20px 0 0;
}

.pager span a {
	margin:0 30px;
	color:#333;
}

.pager span a:hover {
	opacity: 0.6;
	text-decoration:underline;
}

@media only screen and (max-width: 767px){
  .pager .pagination li{
    display: none;
  }

  .pager .pagination li.pre,
  .pager .pagination li.next{
    display: inline-block;
    width: 40%;
    height: 50px;
    text-align: center;
  }

  .pager .pagination li.pre a,
  .pager .pagination li.next a{
    width: 100%;
    text-align: center;
  }

  .pager .pagination li.pre span::after{
    content: "　前の記事へ";
  }

  .pager .pagination li.next span::before{
    content: "次の記事へ　";
  }

}



/* バナーエリア　*/
#banner {
  width: 90%;
  text-align: center;
  margin: 30px auto 300px;
}
#banner_01, #banner_02, #banner_03 {
  width: 100%;
  height: auto;
  padding: 0;
  margin-bottom: 20px;
}
#banner_01 img, #banner_02 img, #banner_03 img {
  width: 100%;
}
#banner ul li {
  margin-bottom: 30px;
}
#banner ul li:last-child {
  margin-bottom: 0px;
}
#banner p {
  width: 100%;
  text-align: center;
  background-color: #E7E7E7;
  margin: 30px 0;
}
#banner ul li a:hover {
  opacity: 0.6;
}

@media screen and (min-width: 768px) { /* スクリーンサイズが768px以上の場合に適用 */
	
  #banner {
    width: 920px;
    text-align: center;
    margin: 50px auto 300px;
  }
  #banner_01, #banner_02, #banner_03 {
    width: 920px;
    height: auto;
    text-align: center;
  }
  #banner ul li {
    width: 296px;
    float: left;
    padding-right: 16px;
    margin-bottom: 0px;
  }
  #banner ul li:last-child {
    padding-right: 0px;
  }
  ul#banner_01 #b_01 {
    float: left;
    width: 608px;
  }
  ul#banner_01 #b_02 {
    float: right;
    width: 296px;
  }
  ul#banner_03 {
    text-align: center;
  }
	
  #banner p {
    width: 920px;
    margin: 30px auto;
  }
	
  .pd_top_10px {
    padding-top: 10px;
  }
	
}
	

/*======= 特集ＴＯＰ =======*/



.flex_box_2column {
	display: flex;
	flex-flow: row wrap;
	justify-content:  flex-start;
	align-content: space-between;
	align-items: strech;
  -webkit-flex-wrap: wrap;          /* Safari etc. */
  -ms-flex-wrap    : wrap;          /* IE10        */
  flex-wrap        : wrap;
	text-align: left;
	margin: 50px 0 0;
	}

.flex_box_2column section { /*スマホは1分割*/
	box-sizing: 100%;
	background-color: white;
	text-align: left;
	margin: 0 auto;
	padding:0 20px;
	display:flex;
	flex-direction: column;
	margin-bottom:120px!important;
  }
  
.flex_box_2column section h3  {
	color:#3C3C3C;
	font-size:21px;
	font-weight: bold;
	line-height: 1.5;
	font-feature-settings: "palt" 1 ;
	border:0!important;
	padding:0;
	padding-bottom:15px;
	}


.flex_box_2column section img {
	display:block;
	height:200px;
	width: 100%;
	padding-bottom:10px;
    object-fit: cover;
}

	
.flex_box_2column section h4 {
    color:#333;
	font-size:20px;
	font-weight:bold;
	line-height:1.3em;
	margin:0 0 10px;
	padding:5px 5px 5px 0;
    border-bottom:1px double #333;
	text-align:left;
}


.flex_box_2column section h5 {
    color:#333;
	margin:0 5px 5px 0;
	font-size:18px;
	white-space:nowrap;
	text-align:right;
	}


.flex_box_2column section p {
	color:#666;
	font-size:15px;
	line-height:1.6em;
	height:4.8em;
	padding:5px 3px 0;
	margin-bottom:20px;
	font-feature-settings: "palt" 1 ;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align:left;
  text-indent: 0; 
  
}

	
.flex_box_2column button {
	display:block;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
	
.continue {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background:#333;
  color: #fff;
  padding: 10px 16px;
  font-size: 18px;
  width:50%;
  margin-top:auto;
}

.flex_box_2column a {
     color:#333;
	width: 100%;
    display:block;
	}

.flex_box_2column a:hover {	
		opacity: 0.75;
	}
	
	
@media screen and (min-width: 768px) { /* スクリーンサイズが768px以上の場合に適用 */	

	
.flex_box_2column section { /*PCは3分割*/
	width:31%;
	margin:50px 1% 100px;
	padding:0;
	justify-content:  space-between;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box
}

.flex_box_2column section h3  {
	color:#3C3C3C;
	font-size: 20px;
	font-weight: bold;
	font-feature-settings: "palt" 1 ;
	margin-bottom:10px;
	padding:0;
	line-height: 1.5;
	height:3em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.flex_box_2column section img {
	display:block;
	height:200px;
	width: 100%;
	padding-bottom: 10px;
    object-fit: cover;
}

.flex_box_2column section h4 {
    color:#333;
	font-size:17px;
	font-weight:bold;
	line-height:1.3em;
	margin-bottom:10px;
	padding:5px 5px 5px 0;
    border-bottom:1px double #333;
}


.flex_box_2column section h5 {
    color:#333;
	margin:0 5px 5px 0;
	font-size:15px;
	white-space:nowrap;
	text-align:right;
	}
	
.flex_box_2column section p {
	color:#666;
	font-size:14px;
	line-height:1.6em;
	height:4.8em;
	padding:5px 3px 0;
	margin-bottom:20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.continue {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background:#333;
  color: #fff;
  padding: 7px 10px;
  font-size: 16px;
  width:60%;
  margin-top:auto;
}


/* 最後のコンテンツを左寄せにする指定 */
	
.flex_box_2column:after {
    content: "";
    display: block;
    width: 31%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
} 

.flex_box_2column section img {
	display:block;
	width: 100%!important;
}		
}
	

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