@charset "utf-8";
.btt10{
    display:inline-block;
    background:#000;
    width: 320px;
    padding:8px 30px 8px 20px;
    text-align:center;
	font-size:120%;
    color:#fff;
    border:0px solid;
    cursor:pointer;
    position: relative;
    text-decoration: none;
	border-radius:30px;
}
.btt10:hover{
    background:#ff0000;
}
.btt10::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    width: 20px;
    height: 2px;
    background: #fff;
    transition: .3s;
}
.btt10::after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    width: 8px;
    height: 8px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-135deg);
    transition: .3s;
}
.btt10:hover::before{
    right: 10px;
    width: 30px;
}
.btt10:hover::after{
    right: 10px;
}
/*---------------------------------------------
ギャラリー
  ---------------------------------------------*/
.btt_m{
display:inline-block;
background:#9e9593;
padding:8px 80px 8px 80px;
font-size:120%;
color:#fff;
border:0px solid;
cursor:pointer;
position: relative;
text-decoration: none;
border-radius:30px;
}
.btt_m:hover{
background:#ff9924;
}
.btt_m::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    width: 20px;
    height: 2px;
    background: #fff;
    transition: .3s;
}
.btt_m::after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    width: 8px;
    height: 8px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-135deg);
    transition: .3s;
}
.btt_m:hover::before{
right: 10px;
width: 30px;
}
.btt_m:hover::after{
right: 10px;
}
.btt_m:hover{text-decoration: none; color:#fff;}
.wi100{
	width:100%;
	overflow:hidden;
}
.pb10 {
  padding-bottom: 10px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb60 {
  padding-bottom: 60px;
}
.pb70 {
  padding-bottom: 70px;
}
.pb80 {
  padding-bottom: 80px;
}
.pb90 {
  padding-bottom: 90px;
}
.pb100 {
  padding-bottom: 100px;
}
.pb-10 {
  margin-top: -10px;
}
.pb-20 {
  margin-top: -20px;
}
.pb-30 {
  margin-top: -30px;
}
.pb-40 {
  margin-top: -40px;
}
.pb-50 {
  margin-top: -50px;
}
.pb-60 {
  margin-top: -60px;
}
.pb-70 {
  margin-top: -70px;
}
.pb-80 {
  margin-top: -80px;
}
.pb-90 {
  margin-top: -90px;
}
.pb-100 {
  margin-top: -100px;
}
.edi_txt{
	line-height:1.8em;
	font-size:100%;
}
.edi_txt ol li{
	line-height:2em;
	margin:15px 0;
}

/*---------------------------------------------
youtube埋込
  ---------------------------------------------*/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/*---------------------------------------------
ギャラリー
  ---------------------------------------------*/
.flex_gallery {
  overflow: hidden; /*拡大時にはみ出た部分を隠す*/
  position: relative;
  background: #000;
}
.flex_gallery img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.flex_gallery img {
  display: block;
  transition-duration: 0.3s; /*変化に掛かる時間*/
}
.flex_gallery img:hover {
  transform: scale(1.1); /*画像の拡大率*/
  transition-duration: 0.3s; /*変化に掛かる時間*/
  opacity: 0.6;
}
.gallery-caption {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  margin: 5px 0px 5px 0;
}
.zone_title01{
	text-align:center;
	font-weight:bold; font-family: 'Oswald', cursive; letter-spacing:0.1em;
	color:#000;
	padding:0 15px 0px;
	line-height:1.2em;
	font-size:2.6em;}
.title_sub01{
	color:#000;
	text-align:center;
	font-size:120%;
	font-weight:bold;
    position: relative;
    display: inline-block;
    padding: 0 50px;
	margin-top:10px;
}
.title_sub01:before,
.title_sub01:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #666;
}
.title_sub01:before {
    left: 0;
}
.title_sub01:after {
    right: 0;
}
/*---------------------------------------------
タイトル
  ---------------------------------------------*/
@media screen and (min-width:992px) {
  .title_white {
    background-color: #ff9924;
    color: #fff;
    width: 100%;
    font-size: 120%;
    font-weight: bold;
    padding: 10px 20px 10px 20px;
    margin-bottom: 15px;
  }
  .title_green {
    background-color: #a9d04f;
    color: #fff;
    width: 100%;
    font-size: 120%;
    font-weight: bold;
    padding: 10px 20px 10px 20px;
    margin-bottom: 15px;
  }
  .title_gray {
    background-color: #ffc136;
    color: #000;
    width: 100%;
    font-size: 120%;
    font-weight: bold;
    padding: 10px 20px 10px 20px;
    margin-bottom: 15px;
  }
  .title_orange_k {
    background-color: #fff;
    color: #ff9924;
    width: 100%;
    font-size: 120%;
    font-weight: bold;
    padding: 10px 20px 10px 20px;
border:3px solid #ff9924;
margin-bottom: 15px;
  }
  .title_green_k {
    background-color: #fff;
    color: #a9d04f;
    width: 100%;
    font-size: 120%;
    font-weight: bold;
    padding: 10px 20px 10px 20px;
border:3px solid #a9d04f;
margin-bottom: 15px;
  }
}
@media screen and (min-width:577px) and (max-width:992px) {
  .title_white {
    background-color: #ff9924;
    color: #fff;
    width: 100%;
    font-size: 110%;
    font-weight: bold;
    padding: 10px 20px 10px 20px;
    margin-bottom: 15px;
  }
  .title_green {
    background-color: #a9d04f;
    color: #fff;
    width: 100%;
    font-size: 110%;
    font-weight: bold;
    padding: 10px 20px 10px 20px;
    margin-bottom: 15px;
  }
  .title_gray {
    background-color: #ffc136;
    color: #000;
    width: 100%;
    font-size: 110%;
    font-weight: bold;
    padding: 10px 20px 10px 20px;
    margin-bottom: 15px;
  }
  .title_orange_k {
    background-color: #fff;
    color: #ff9924;
    width: 100%;
    font-size: 110%;
    font-weight: bold;
    padding: 10px 20px 10px 20px;
margin-bottom: 15px;
border:3px solid #ff9924;
  }
  .title_green_k {
    background-color: #fff;
    color: #a9d04f;
    width: 100%;
    font-size: 110%;
    font-weight: bold;
    padding: 10px 20px 10px 20px;
margin-bottom: 15px;
border:3px solid #a9d04f;
  }
}
@media only screen and (max-width: 576px) {
  .title_white {
    background-color: #ff9924;
    color: #fff;
    width: 100%;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 10px 10px 10px 10px;
    margin-bottom: 15px;
  }
  .title_green {
    background-color: #a9d04f;
    color: #fff;
    width: 100%;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 10px 10px 10px 10px;
    margin-bottom: 15px;
  }
  .title_gray {
    background-color: #ffc136;
    color: #000;
    width: 100%;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 10px 10px 10px 10px;
    margin-bottom: 15px;
  }
  .title_orange_k {
    background-color: #fff;
    color: #ff9924;
    width: 100%;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 10px 10px 10px 10px;
margin-bottom: 15px;
border:3px solid #ff9924;
  }
  .title_green_k {
    background-color: #fff;
    color: #a9d04f;
    width: 100%;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 10px 10px 10px 10px;
margin-bottom: 15px;
border:3px solid #a9d04f;
  }
}
/*---------------------------------------------
 ダウンロード項目
  ---------------------------------------------*/
.down_table00 {
  width: 100%;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  margin-top: -1px;
}
.d_komoku00 {
  width: 70%;
  padding: 20px 20px;
  border-bottom: 1px solid #999;
  font-weight: bold;
}
.d_down00 {
  width: 30%;
  padding: 20px 0;
  text-align: center;
  border-bottom: 1px solid #999;
}
.d_down00 img {
  width: 70%;
}
@media screen and (min-width:577px) and (max-width:992px) {
  .down_table00 {
    width: 100%;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    margin-top: -1px;
  }
  .d_komoku00 {
    width: 65%;
    padding: 20px 20px;
    border-bottom: 1px solid #999;
    font-weight: bold;
  }
  .d_down00 {
    width: 35%;
    padding: 20px 0;
    text-align: center;
    border-bottom: 1px solid #999;
  }
  .d_down00 img {
    width: 80%;
  }
}
@media only screen and (max-width: 576px) {
    .down_table00 {
      width: 100%;
      border: 1px solid #999;
      margin-top: -1px;
    }
    .d_komoku00 {
      width: 100%;
      display: block;
      background: #999;
      color: #fff;
      text-align: center;
      padding: 20px 10px;
      font-weight: bold;
    }
    .d_down00 {
      width: 100%;
      display: block;
      padding: 20px 0 20px;
      text-align: center;
      border-bottom: 1px solid #999;
      margin-bottom: -1px;
    }
    .d_down00 img {
      width: 65%;
    }
  }
  /*---------------------------------------------
表組2列
  ---------------------------------------------*/
  .col_subsidy_detail {
    width: 100%;
    border: solid 2px #9e9593;
  }
  .col_subsidy_detail th {
    width: 30%;
    font-weight: bold;
    background: #9e9593;
    padding: 12px 10px 12px 10px;
    border-bottom: solid 1px #fff;
    text-align: center;
    color: #fff;
  }
  td.td090 {
    width: 70%;
    padding: 12px 15px 12px 20px;
    border-bottom: solid 1px #9e9593;
    text-justify: inter-ideograph;
    text-align: left;
  }
  td.td090 img {
    padding: 5px 0;
    width: 30%;
    text-align: left;
  }
  td.td090 img:hover {
    opacity: 0.8;
  }
  .flex_imgtext_side {
    width: 100%;
    display: table;
  }
  .flex_img_01_side {
    margin-top: -20px;
    margin-bottom: -20px;
  }
  .flex_img_01_side img {
    width: 100% !important;
    display: table-cell;
    vertical-align: middle;
  }
  .flex_text_01_side {
    width: 50%;
    padding-left: 20px;
    display: table-cell;
    vertical-align: middle;
  }
  /*---------------------------------------------
表組2列(ライト)
  ---------------------------------------------*/
  .col_subsidy_detail3 {
    width: 100%;
  }
  .col_subsidy_detail3 th {
    width: 30%;
    font-weight: bold;
    background: #eee;
    padding: 12px 10px 12px 10px;
    border-top: solid 1px #9e9593;
    border-bottom: solid 1px #9e9593;
    text-align: center;
    margin-top: -1px;
  }
  td.td0903 {
    width: 70%;
    padding: 12px 15px 12px 20px;
    border-top: solid 1px #9e9593;
    border-bottom: solid 1px #9e9593;
    text-justify: inter-ideograph;
    text-align: left;
    margin-top: -1px;
  }
  td.td0903 img {
    padding: 5px 0;
    width: 30%;
    text-align: left;
  }
  td.td0903 img:hover {
    opacity: 0.8;
  }
  @media screen and (min-width:577px) and (max-width:992px) {
    /*---------------------------------------------
表組2列
  ---------------------------------------------*/
    .col_subsidy_detail {
      width: 100%;
      border: solid 3px #9e9593;
    }
    .col_subsidy_detail th {
      width: 30%;
      font-weight: bold;
      background: #9e9593;
      padding: 12px 10px 12px 10px;
      border-bottom: solid 1px #fff;
      text-align: center;
      color: #fff;
    }
    td.td090 {
      width: 70%;
      padding: 12px 15px 12px 20px;
      border-bottom: solid 1px #9e9593;
      text-justify: inter-ideograph;
      text-align: left;
    }
    td.td090 img {
      padding: 5px 0;
      width: 50%;
      text-align: left;
    }
    td.td090 img:hover {
      opacity: 0.8;
    }
    .flex_imgtext_side {
      width: 100%;
      display: table;
    }
    .flex_img_01_side {
      margin-top: -20px;
      margin-bottom: -20px;
    }
    .flex_img_01_side img {
      width: 100% !important;
      display: table-cell;
      vertical-align: middle;
    }
    .flex_text_01_side {
      width: 50%;
      padding-left: 20px;
      display: table-cell;
      vertical-align: middle;
    }
    /*---------------------------------------------
表組2列(ライト)
  ---------------------------------------------*/
    .col_subsidy_detail3 {
      width: 100%;
    }
    .col_subsidy_detail3 th {
      width: 30%;
      font-weight: bold;
      background: #eee;
      padding: 12px 10px 12px 10px;
      border-top: solid 1px #9e9593;
      border-bottom: solid 1px #9e9593;
      text-align: center;
      margin-top: -1px;
    }
    td.td0903 {
      width: 70%;
      padding: 12px 15px 12px 20px;
      border-top: solid 1px #9e9593;
      border-bottom: solid 1px #9e9593;
      text-justify: inter-ideograph;
      text-align: left;
      margin-top: -1px;
    }
    td.td0903 img {
      padding: 5px 0;
      width: 50%;
      text-align: left;
    }
    td.td0903 img:hover {
      opacity: 0.8;
    }
  }
  @media screen and (max-width: 576px) {
    /* 表示領域が767px以下の場合に適用するスタイル */
    /*---------------------------------------------
表組2列
  ---------------------------------------------*/
    .col_subsidy_detail {
      width: 100%;
      border: solid 3px #9e9593;
    }
    .col_subsidy_detail th {
      display: block;
      width: 100%;
      font-weight: bold;
      background: #9e9593;
      padding: 15px 10px 15px 10px;
      text-align: center;
    }
    td.td090 {
      display: block;
      width: 100%;
      padding: 15px 10px 15px 10px;
      text-align: left;
    }
    td.td090 img {
      width: 70%;
    }
    .in_img {
      text-align: center;
    }
    .flex_imgtext_side {
      display: block;
      width: 100%;
    }
    .flex_img_01_side {
      display: block;
      width: 100%;
      margin-top: -10px;
      margin-bottom: 10px;
    }
    .flex_img_01_side img {
      width: 100% !important;
      padding: 10px;
    }
    .flex_text_01_side {
      display: block;
      width: 100%;
      padding-left: 0px;
      vertical-align: top;
      margin-bottom: -10px;
      text-align: center;
    }
    /*---------------------------------------------
表組2列
  ---------------------------------------------*/
    .col_subsidy_detail3 {
      width: 100%;
    }
    .col_subsidy_detail3 th {
      display: block;
      width: 100%;
      font-weight: bold;
      background: #eee;
      padding: 15px 10px 15px 10px;
      text-align: center;
    }
    td.td0903 {
      display: block;
      width: 100%;
      padding: 15px 10px 15px 10px;
      text-align: left;
    }
    td.td0903 img {
      width: 70%;
    }
  }