@charset "utf-8";
/****************************************

お願い

****************************************/
/*リセット*/
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, 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 */
}
section {
  margin-bottom: 0;
  text-align: left;
}
section a {
  display: inline;
}
/*コンテンツ
----------------------------------------------------*/
#container {
  width: 100%;
  margin: 0 auto;
  line-height: 1.6;
}
.contents_wrap {
  width: 100%;
}
.contents_wrap h2{
	margin-bottom: 5px;
}
#container #contents {
  float: none;
  width: 100%;
  padding: 0 0 50px;
  margin: auto;
}
#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;
}
#contents p,#contents li{
	text-align: left;
}
/*メインビジュアル*/
#main_ttl h1{
  width: 100%;
  background: #005410;
  margin-bottom: 20px;
  padding:30px 8px 30px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  font-size: 23px;
}
#main_ttl img {
  width: 45%;
}
.inner {
  padding: 0 20px;
}
/*コンテンツ*/
h3, h4 {
  margin-bottom: 5px;
}
.sec:nth-of-type(n+2) {
  margin-top:40px;
}
.sec h2 {
  padding: 10px 0;
  font-weight: bold;
  color: #FF0004;
  border-bottom: 1px solid #FF0004;
}
.sec ul,.sec p {
  margin: 20px auto 30px;
}

.sec dl {
  margin: 20px 0 15px;
}
.sec dt, .sec dd {
  padding: 10px 0;
}


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

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

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

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: 20px;
}

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: 20px;
}

