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

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メイン
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* -------------------------------------------------------------------------------------------------
   * セクショニング
/* ---------------------------------------------------------------------------------------------- */

#main {
  background: #fff;
}

#main &gt; .section {
  padding-top: 60px;
  padding-bottom: 60px;
}

#main div.body {
  max-width: 1000px;
	padding:0;
	margin: 0 auto;
	overflow: hidden;
}

#main .column ~ .column {
  margin-top: 40px;
}

/* 順番入れ替え*/
.order1 {
  order:2;
}
.order2 {
  order:1;
}

/* :::::::: ブレイクポイント :::::::: */

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

 #main div.body {
   max-width: 100%;
	 padding:0 10px;
	 margin: 0 auto;
	 overflow: hidden;
	}
}

/* :::::::: ブレイクポイント :::::::: */

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

#main &gt; .section {
  padding-top: 30px;
  padding-bottom: 30px;
}

#main div.body {
  max-width: 100%;
	padding:0 10px;
	margin: 0 auto;
	overflow: hidden;
}

#main .column ~ .column {
  margin-top: 20px;
}

/* 順番入れ替え*/
.order1 {
  order:1;
  }
.order2 {
  order:2;
  }
}

/* ****************************************************************************************************
   * 下層ビジュアル
**************************************************************************************************** */
/* ****************************************************************************************************
   * body#layout-lower　visual
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

body#layout-lower
.visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  background: #f3efe8;
  margin-top: -100px;
  z-index: 0;
}

body#layout-lower
.visual::before {
  z-index: -1;
}

body#layout-lower
.visual div.body {
  max-width: 1000px !important;
  margin: 0;
}

/* :::::::: ブレイクポイント :::::::: */

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

body#layout-lower
.visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  background: #f3efe8;
  margin-top: 0;
}

}

/* :::::::: ブレイクポイント :::::::: */

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

body#layout-lower
.visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  background: #f3efe8;
}

}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

body#layout-lower
.visual div.body .title {
  position: relative;
  text-align: left;
  padding-top: 140px;
  font-style: italic;
  font-weight: bold;
  color:#333;
  font-size: 50px;
  padding-left: 20px;
  line-height: 1.4;
}

body#layout-lower
.visual div.body .title::after {
  content: attr(data-text);
  display: block;
  font-size: 25px;
  font-weight: bold;
  color:#d72c17;
  margin-left: -20px;
}

/* :::::::: ブレイクポイント :::::::: */

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

body#layout-lower
.visual div.body .title {
  position: relative;
  text-align: left;
  padding-top: 100px;
  font-style: italic;
  font-weight: bold;
  color:#333;
  font-size: 50px;
  padding-left: 20px;
  line-height: 1.4;
}
body#layout-lower
.visual div.body .title::after {
  content: attr(data-text);
  display: block;
  font-size: 25px;
  font-weight: bold;
  color:#d72c17;
  margin-left: -20px;
}

}

/* :::::::: ブレイクポイント :::::::: */

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

body#layout-lower
.visual div.body .title {
  position: relative;
  text-align: left;
  padding-top: 50px;
  font-style: italic;
  font-weight: bold;
  color:#333;
  font-size: 24px;
  padding-left: 20px;
  line-height: 1.4;
}
body#layout-lower
.visual div.body .title::after {
  content: attr(data-text);
  display: block;
  font-size: 18px;
  font-weight: bold;
  color:#d72c17;
  margin-left: -20px;
}

}

/* ****************************************************************************************************
   * 共通
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

h2.title {
  text-align: center;
  color:#d72c17;
  font-style: italic;
  font-weight: bold;
  line-height: 1.4;
  font-size: 50px;
}

h2.title span {
  display: block;
  color:#333;
  font-size: 20px;
  font-style: normal;
}

/* :::::::: ブレイクポイント :::::::: */

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

h2.title {
  text-align: center;
  color:#d72c17;
  font-style: italic;
  font-weight: bold;
  line-height: 1.4;
  font-size: 30px;
}

h2.title span {
  display: block;
  color:#333;
  font-size: 18px;
  font-style: normal;
}

}

/* ****************************************************************************************************
   * ニュース・トピックス
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.topics {}


/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.topics #main-contents ul.list li {
  width: 100%;
  border-bottom: 1px solid #bbbbbb;
}

.topics #main-contents ul.list li a {
  width: 100%;
  display: table;
  vertical-align: middle;
  padding: 20px 0;
  transition: 0.3s;
}

.topics #main-contents ul.list li a:hover {
  background: #d72c17;
  color:#fff;
}


/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.topics #main-contents div.meta {
  display: table;
}

.topics #main-contents div.meta p.data {
  display: table-cell;
  vertical-align: middle;
  margin-top: 0;
  padding-right: 20px;
}

.topics #main-contents div.meta p.title-1 {
  display: table-cell;
  vertical-align: middle;
  margin-top: 0;
}



/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 詳細ページ - メインコンテンツ
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.topics-single {}

.topics-single div.body {
  max-width: 1200px !important;
}

.topics-single #main-contents {
  width: 69%;
  float: left;
  margin-right: 5%;
}

/* :::::::: ブレイクポイント :::::::: */

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

.topics-single #main-contents {
  width: 100%;
  float: none;
  margin-right: 0;
}
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.topics-single div.meta p.title {
  margin-top: 0;
  font-size: 25px;
  font-weight: bold;
}

/* :::::::: ブレイクポイント :::::::: */

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

.topics-single div.meta p.title {
  margin-top: 0;
  font-size: 18px;
  font-weight: bold;
}

}

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

.topics-single .btn-1::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-bottom: solid 2px #d72c17;
  border-left: solid 2px #d72c17;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -4px;
  transition: 0.2s left;
}
.topics-single .btn-1:hover {
  background-color: #d72c17;
  box-shadow:0px 0px 25px -10px rgba(0,0,0,0.7);
  color: #fff;
  transform: translateY(-7px);
}

.topics-single .btn-1:hover:after {
  left: 0.8em;
  border-bottom: solid 2px #fff;
  border-left: solid 2px #fff;
}


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 詳細ページ - サイドコンテンツ
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.topics-single #main-side {
  width: 26%;
  float: right;
}

/* :::::::: ブレイクポイント :::::::: */

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

.topics-single #main-side {
  width: 100%;
  float: none;
  margin-top: 60px;
}

}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

#main-side p.section-title {
  width: 88%;
  position: relative;
  background: #d72c17;
  padding: 10px;
  font-size: 20px;
  color:#fff;
  display: table;
  vertical-align: middle;
  z-index: 1;
}
#main-side p.section-title::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -20px;
  width: 40px;
  height: 100%;
  background: #d72c17;
  transform: skewX(-30deg);
  z-index: -1;
}

#main-side p.section-title::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -20px;
  width: 40px;
  height: 100%;
  background: #d72c17;
  transform: skewX(-30deg);
}

/* :::::::: ブレイクポイント :::::::: */

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

#main-side p.section-title {
  width: 80%;
  margin: 0 auto;
  position: relative;
  background: #d72c17;
  padding: 10px;
  font-size: 18px;
  color:#fff;
  display: table;
  vertical-align: middle;
  z-index: 1;
}
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.topics #main-side ul li {
  position: relative;
}

/* ----------------------------------------------------------------------------------------------------
   * 日付
/* ------------------------------------------------------------------------------------------------- */

.widget_recent_entries .post-date {
  margin-left: 0;
  float: left;
  position: absolute;
  top: 15px;
  left: 0;
  font-size: 14px;
}

/* ----------------------------------------------------------------------------------------------------
   * 記事タイトル
/* ------------------------------------------------------------------------------------------------- */

.widget_recent_entries a {
  padding: 1.55em 2.5em 1.55em 0;
  line-height: 1.4;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  margin-top: 25px;
  font-size: 14px;
}

/* ****************************************************************************************************
   * ニュース最新記事
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.widget_recent_entries ul {
}
.widget_recent_entries ul li {
  position: relative;
  border-bottom: 1px solid #bbbbbb;
}

/* ****************************************************************************************************
   * ニュースアーカイブ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * セクション
/* ------------------------------------------------------------------------------------------------- */

.widget_archive {
  margin-top: 40px;
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.widget_archive ul {}

.widget_archive ul li {
  padding: 20px 0;
  border-bottom: 1px solid #bbbbbb;
}

.widget_archive ul li a {
  color:#333333;
}</pre></body></html>