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

gwkokuchi
 
****************************************/
/*リセット*/
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  color: #333;
}
/*マウスオーバー*/
a img:hover, .mover:hover {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  opacity: 0.5;
  filter: alpha(opacity=50); /* ie lt 8 */
  -ms-filter: "alpha(opacity=50)"; /* ie 8 */
  -moz-opacity: 0.5; /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.5; /* Safari 1.x */
}
/*パンくずエリア
----------------------------------------------------*/
.topicpath {
  background: #fff;
  /*	border-bottom: 1px solid #cbc9c8;*/
}
/*snsボタン付けた場合用*/
.fb_iframe_widget &gt; span {
  vertical-align: baseline !important;
}
.fb_edge_widget_with_comment span.fb_edge_comment_widget {
  display: none !important;
}
.topicpath .wrap {
  width: 950px;
  margin: auto;
  position: relative;
  text-align: left;
}
.topicpath ul {
  width: 400px;
  margin: 0;
}
.topicpath .snslink {
  position: absolute;
  top: 7px;
  right: 0;
  text-align: right;
}
.topicpath .snslink .snsb {
  float: left;
  margin-right: 5px;
}
/*コンテンツ
----------------------------------------------------*/
#wrap {
  width: 100%;
  margin: 0 auto;
}
#container {
  width: 100%;
}
.contents_wrap {
  width: 100%;
  background: #f9f6ef;
}
#contents {
  float: none;
  width: 980px;
  padding: 0 0 80px;
  margin: auto;
  font-size: 16px;
}
#contents .button{
	width: 250px;
	border: 1px #871D08 solid;
	border-radius: 10px;
	color: #871D08;
	padding: 20px 10px;
	display: inline-block;
	background: #fff;
	text-align: center;
	margin: 10px auto;
	text-decoration: none;
}

/*メインビジュアル*/
#main_ttl h2{
    width: 100%;
    background: #005410;
    margin-bottom: 20px;
  /*  padding-bottom: 30px;*/
    text-align: center;
    padding: 20px 0;
    color: #fff;
    font-size: 35px;
  }
  /*

.inner {
  width: 980px;
  margin: auto;
}
/*コンテンツ共通*/

#main_ttl p,#contents p,.sec li{
	line-height: 1.8;
}
h2, h3, h4 {
  margin-bottom: 5px;
}
.sec:nth-of-type(n+2) {
  margin-top:40px;
  text-align: center;
}

.sec h3 {
    padding: 10px 0;
   /* text-align: center;*/
    font-weight: bold;
    font-size: 20px;
    color:#FF0004;
    border-bottom: 1px solid #FF0004;
  }
.sec dl,.sec p,.sec ul{
  width:100%;
}
.sec ul,.sec p {
  margin: 20px auto 30px;
}
.sec li{
  /* text-indent: -1.3em;
padding-left: 1em; */
line-height: 1.6;
margin-bottom: 5px;
}



/* リスト 
-------------------------------------*/
ol.cas-hara_list {
  list-style: decimal;
  padding-left: 25px;
}

ul.cas-hara_ul {
  list-style: disc;
  margin: 5px auto 20px;
}

ul.cas-hara_ul_ {
  list-style: disc;
  margin: 5px auto 20px;
  padding-left: 25px;
}

ol.cas-hara_kakkolist {
    margin-bottom: 20px;
  list-style: none;
    counter-reset: item-counter;

}

ol.cas-hara_kakkolist li.cas-hara_kakkolist_li {
  counter-increment: item-counter;
    position: relative;
    padding-left: 25px;
}

ol.cas-hara_kakkolist li.cas-hara_kakkolist_li::before {
    content: "(" counter(item-counter) ")";
    position: absolute;
    left: 0;
}


ul.cas-hara_ul__ {
  list-style: disc;
  margin: 5px auto 20px;
  padding-left: 25px;
}
</pre></body></html>