@charset "UTF-8";
/*
Theme Name:Original Style - 1column
Version:1.1
2016.11.05
*トップページの指定
*/

.home #contents > .inner { /* トップページ幅 100% */
  width: 100%;
  max-width: 100%;
}
.topinner { /* コンテンツは1000pxに */
  width: 1000px;
  margin: 0 auto;
  max-width: 96%;
}
/* tinyMCE用に見出しをリセット */
.toppage h3, .toppage h4, .toppage h5 {
  background: none;
  border: none;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}
.toppage h3::before, .toppage h3::after, .toppage h4::before, .toppage h4::after, .toppage h5::before, .toppage h5::after {
  display: none;
}
.hidden{
  display: none!important;
  overflow: hidden!important;
}
.off{
  pointer-events: none!important;
  cursor: none;
}
/*==========================
mainimage
==========================*/

/* メインコピー有り */
/* .mainimage{
  position: relative;
}
.mainimage .main_copy{
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
}
.mainimage .main_copy img{
  position: absolute;
  top: 20%;
  left: -3%;
  margin: auto;
  max-width: 19.8%;
}
@media screen and (max-width: 1041px){
  .mainimage .main_copy img{
    left: 1%;
  }
} */

/*-- スライダーの時 ------------*/

.slick-slide img {
  margin: 0 auto;
}
button.slick-arrow { /* 矢印ボタン */
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  height: 40px;
  width: 16px;
  text-indent: -9px;
  z-index: 1;
}
button.slick-arrow:hover {
  cursor: pointer;
  opacity: 0.7;
}
button.slick-prev { /* 矢印（前へ）ボタン */
  background: url(img/btn_prev.png) no-repeat;
  left: 18%;
  margin-left: -16px;
}
button.slick-next { /* 矢印（次へ）ボタン */
  background: url(img/btn_next.png) no-repeat;
  right: 18%;
  margin-right: -16px;
}

@media screen and (max-width: 1650px) {
  button.slick-prev {
    left: 13.7%;
  }
  button.slick-next {
    right: 13.7%;
  }
}

@media screen and (max-width: 1400px) {
  button.slick-prev {
    left: 8%;
  }
  button.slick-next {
    right: 8%;
  }
}

@media screen and (min-width: 1200px) {
  .slick-slide:not(.slick-center) { /* 前と次の画像を半透明に */
    opacity: 0.4;
    -moz-opacity: 0.4;
    filter: alpha(opacity=40);
  }
}
.slick-dots{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
  justify-content: center;
}
.slick-dots li:not(:first-child){
  margin-left: 1em;
}
.slick-dots button{
  font-size: 0;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
}
.slick-dots .slick-active button{
  background: #2ea6d1;
}

/* slider-pro */
.slider-pro p.sp-layer {
  font-size: 20px;
  text-align: center;
  line-height: 1.4;
  margin: 0;
  bottom: 0;
  top: auto !important;
  transform-origin: left bottom !important;
}

/*==========================
汎用に使えるボタン
==========================*/
.btn-style a {
  font-size: 16px;
  color: #fff;
  background: #4ba529;
  border-radius: 0;
  max-width: 100%;
  width: 280px;
  padding: 0.8em 1em;
  margin: 0 auto;
  line-height: 1.2;
  letter-spacing: 0.1em;
  display: block;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  position: relative;
}
.btn-style a::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: 200ms;
}
.btn-style a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  cursor:pointer;
}
.btn-style a:hover:after {
  right: 12px;
}
.under .btn-style a {
}
/*==========================
loopSlider　無限ループスライダー
==========================*/
.loopSliderWrap {
  top: 0;
  left: 0;
  height: 180px;
  overflow: hidden;
  position: absolute;
}
.loopSlider {
  margin: 0 auto;
  width: 100%;
  height: 180px;
  text-align: left;
  position: relative;
  overflow: hidden;
}
.loopSlider ul {
  height: 180px;
  float: left;
  overflow: hidden;
}
.loopSlider ul li {
  width: 250px;
  height: 180px;
  float: left;
  display: inline;
  overflow: hidden;
}
.loopSlider ul li img {
  width: 100%;
}
/*==========================
TOP コンテンツ
==========================*/
/* リンクボックス */
.box_link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.box_link a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  transition: 200ms;
  z-index: 1;
}
/*----------------------*/
.top .mainblock a {
  text-decoration: none;
}
.sec_news {
  padding: 4% 0;
}
.sec_news .news {
  position: relative;
  box-sizing: border-box;
}
.news dd a {
  text-decoration: none;
  color: #333;
}
.sec_news .news dt {
  padding: 1em 0;
  width: 100px;
  float: left;
  clear: both;
  color: #333;
}
.sec_news .news dd {
  padding: 1em 0;
  border-bottom: 1px solid #ccc;
}
.sec_news .news dt + dd{
  padding-left: 120px;
}
.sec_news .news dd a:hover {
  text-decoration: underline;
}
.sec_news .news .btn a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  -webkit-opacity: 0.7;
}
.sec_news .news h3 {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  line-height: 1.3;
  letter-spacing: 0.1em;
  position: relative;
  padding: 0 3em 0.5em 0;
  border-bottom: 1px solid #6db91b;
  box-sizing: border-box;
}
.sec_news .news .btn a {
  font-size: 14px;
  position: absolute;
  top: 10px;
  right: 0;
  color: #fff;
  background: #6db91b;
  display: table;
  padding: 0.2em 1.2em 0.2em 1em;
  line-height: 1.3
}
.sec_news .news .btn a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  margin: auto;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.sec01{
  padding: 5% 0;
  background: #fffcdd
}
.sec01 .bg_wrap{
  padding: 5%;
  box-sizing: border-box;
  background: #e1e778;
}
.sec01 h2{
  font-size: 30px;
  font-weight: bold;
  color: #006934;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
.sec01 ol{
  margin: 2em 0;
}
.sec01 ol li{
  font-size: 22px;
  font-weight: bold;
  line-height: 1.7;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.sec02{
  padding: 5% 0;
}
.sec03{
  padding: 5% 0;
  background: #dae798;
}
.sec03 .bg_wrap{
  padding: 3% 3% 3% 300px;
  box-sizing: border-box;
  background: url(img/sec03_img01.png) no-repeat bottom left 2%,url(img/sec03_bg01.png) no-repeat top 30px right 15%,#e9f3e0;
  border: 1px solid #8ea765;
  box-shadow: 0 0 1px #95ad87 inset;
}
.sec03 .bg_wrap p{
  line-height: 2.2;
  margin-bottom: 0;
}
.sec04{
  padding: 5% 0;
  background: #fffbdd;
  border-top: 5px solid #07913a;
}
.sec04 h3{
  font-size: 30px;
  font-weight: bold;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  line-height: 1.3;
  margin-bottom: 0.5em;
}
.sec04 h3 .l{
  font-size: 140%;
  color: #07913a;
}
.sec04 h3 .sub{
  font-size: 60%;
  display: inline-block;
}
.sec04 figcaption{
  text-align: center;
  margin-top: 0.3em;
}


@media screen and (min-width: 768px) {
  .mainimage{
    background: url(img/mainimage.jpg) no-repeat center / cover;
    height: 900px;
  }
  .left.btn-style a {
    margin-left: 0;
  }
  .right.btn-style a {
    margin-left: auto;
    margin-right: 0;
  }
  .columns {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .column{
    box-sizing: border-box;
  }
  .columns.wrap{
    flex-wrap: wrap;
  }
  .columns:not(:last-child){
    margin-bottom: 2%;
  }
  .columns:not(.reverse) .column:not(.col_2):not(.col_3):not(.col_4):not(.col_5):not(:first-child){
    margin-left: 2%;
  }
  .columns.reverse > .column:not(:last-child){
    margin-left: 2%;
  }
  .columns.reverse > .column:last-child{
    margin-left: 0;
  }
  .columns.reverse{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
  }
  .column.break + .column{
    margin-left: 0!important;
  }
  .col_2{
    width: 49%;
  }
  .col_3{
    width: 32%;
  }
  .col_4{
    width: 23.5%
  }
  .col_5{
    width: 18.4%
  }
  .col_2:not(:nth-child(2n+1)),
  .col_3:not(:nth-child(3n+1)),
  .col_4:not(:nth-child(4n+1)),
  .col_5:not(:nth-child(5n+1)){
    margin-left: 2%;
  }

  .con_l,.con_r{
    width: 49%;
  }
  .con_r{
    margin-left: 2%;
  }
  .sec01 h3{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 117px;
  }
  .sec04 .topinner{
    width: 1100px;
  }
  .sec04 .col_txt01{
    width: 43.5%;
  }
  .sec04 .col_txt02{
    width: 41.5%;
    margin-left: 1%!important;
  }
  .sec04 .col_img{
    width: 28%;
    margin-left: 0!important;
  }
}

/********************************
Responsive
*********************************/

@media screen and (min-width: 768px) and (max-width: 1280px) {
  /* 程よいブラウザサイズでメインイメージを縮小 */
  .mainimage{
    height: 600px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1041px) {

}

@media screen and (max-width: 1041px) {
  .sec01 h2 {
    font-size: 22px;
  }
  .sec01 ol li {
    font-size: 16px;
  }
  .sec04 h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .btn-style a {
    margin: 0 auto 10px;
    font-size: 14px !important;
  }
  .btn-style.btns a {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 10px;
  }
  /* スマホ */
  .topinner {
    width: 420px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .scroll{
    overflow: auto;
  }
  .scroll > table{
    width: 750px;
  }
  .scroll + p{
    text-align: center;
    font-size: 12px;
  }
  /*==========================
  mainimage
  ==========================*/
  .mainimage, .slider {
    margin-bottom: 0;
  }
  .mainimage img {
    height: auto;
    max-width: none;
    max-height: none;
    width: 100%;
  }
  /*==========================
  新着情報
  ==========================*/
  #main .news {
    margin-bottom: 1.5em;
    position: relative;
  }
  #main .news h3 .subtitle {
    font-size: 12px;
    margin-left: 0;
  }
  .sec_news {
    padding: 2em 0;
  }
  .sec_news .news dt {
    width: 100%;
  }
  #main .news dt {
    padding: 10px 0 0;
  }
  #main .news dd {
    padding: 0 0 10px;
  }
  #main .news .btn a {
    font-size: 12px;
  }

  /*==========================
  loop
  ==========================*/
  .loopSlider {
    height: 90px;
  }
  .loopSlider ul {
    height: 90px;
  }
  .loopSlider ul li {
    width: 125px;
    height: 90px;
  }
  /*==========================
  TOP コンテンツ
  ==========================*/
  .columns:not(:last-child), .column:not(:last-child){
    margin-bottom: 4%;
  }
  .sp_wrap{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .columns.sp_col_2,.columns.sp_col_3{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .columns.sp_col_2 .column{
    width: 49%;
  }
  .columns.sp_col_2 .column:not(:nth-child(2n+1)){
    margin-left: 2%;
  }
  .columns.sp_col_3 .column{
    width: 32%;
  }
  .columns.sp_col_3 .column:not(:nth-child(3n+1)){
    margin-left: 2%;
  }
  /*-- 余白・背景 --------------*/
  .sec01,.sec02,.sec03,.sec04{
    padding: 2.5em 0;
  }
  /*-- 見出し --------------*/
  .sec_news .news h3{
    font-size: 20px;
  }
  .top h2 {
    font-size: 16px;
  }
  .sec03 .bg_wrap{
    padding: 5% 5% 95% 5%;
    background: url(img/sec03_img01.png) no-repeat bottom center / 70%,url(img/sec03_bg01.png) no-repeat top 30px center / 90%,#e9f3e0;
  }

  .policyBox01{
    margin-bottom:2em;
  }
  .policyBox01 figure{
    margin:1.5em 0;
  }
  .policyBox01 p{
    font-size:13px;
    margin-bottom:2em;
  }
  .policy_button{
    width:94%;
    margin:0 auto;
  }
  .policy_button li{
    border-bottom:1px solid #000;
    padding:5% 3%;
    position:relative;
    transition:0.3s;
  }
  .policy_button:first-of-type li:first-of-type{
    border-top:1px solid #000;
  }
  .policy_button li dl dt:first-of-type{
    font-size:15px;
    display:inline-block;
    vertical-align:middle;
    margin-right:10px;
    width:75px;
    color:#fff;
    background:#C95C5C;
    text-align:center;
    transition:0.3s;
  }
  .policy_button li dl dt:last-of-type{
    font-size:15px;
    display:none;
    vertical-align:middle;
    margin-right:10px;
    width:75px;
    color:#C95C5C;
    background:#fff;
    text-align:center;
    transition:0.3s;
  }
  .policy_button li dl dd{
    display:inline-block;
    vertical-align:middle;
    font-size:20px;
    font-weight:bold;
    width:100%;
  }
  .policy_button li a{
    position:absolute;
    top:0;
    left:0;
    width:100% !important;
    height:100% !important;
  }
  .policy_button li:before{
    position:absolute;
    content:"";
    display:block;
    line-height:0;
    top:50%;
    left:95%;
    height:0;
    width:0;
    border-top:6px solid transparent;
    border-bottom:6px solid transparent;
    border-left: 6px solid #333;
  }
  .policy_button:first-of-type li:nth-of-type(2) dl dd span{
    color:#E0981F;
  }
  .policy_button:first-of-type li:nth-of-type(2) dl dt:first-of-type{
    background:#E0981F;
  }
  .policy_button:first-of-type li:nth-of-type(2) dl dt:last-of-type{
    color:#E0981F;
  }
  .policy_button:first-of-type li:nth-of-type(3) dl dd span{
    color:#97C923;
  }
  .policy_button:first-of-type li:nth-of-type(3) dl dt:first-of-type{
    background:#97C923;
  }
  .policy_button:first-of-type li:nth-of-type(3) dl dt:last-of-type{
    color:#97C923;
  }
  .policy_button:first-of-type li:nth-of-type(4) dl dd span{
    color:#3AB656;
  }
  .policy_button:first-of-type li:nth-of-type(4) dl dt:first-of-type{
    background:#3AB656;
  }
  .policy_button:first-of-type li:nth-of-type(4) dl dt:last-of-type{
    color:#3AB656;
  }
  .policy_button:nth-of-type(2) li:first-of-type dl dd span{
    color:#34BAA9;
  }
  .policy_button:nth-of-type(2) li:first-of-type dl dt:first-of-type{
    background:#34BAA9;
  }
  .policy_button:nth-of-type(2) li:first-of-type dl dt:last-of-type{
    color:#34BAA9;
  }
  .policy_button:nth-of-type(2) li:nth-of-type(2) dl dd span{
    color:#4F79BF;
  }
  .policy_button:nth-of-type(2) li:nth-of-type(2) dl dt:first-of-type{
    background:#4F79BF;
  }
  .policy_button:nth-of-type(2) li:nth-of-type(2) dl dt:last-of-type{
    color:#4F79BF;
  }
  .policy_button:nth-of-type(2) li:nth-of-type(3) dl dd span{
    color:#7172AC;
  }
  .policy_button:nth-of-type(2) li:nth-of-type(3) dl dt:first-of-type{
    background:#7172AC;
  }
  .policy_button:nth-of-type(2) li:nth-of-type(3) dl dt:last-of-type{
    color:#7172AC;
  }
  .policy_detail nav ul{
    width:94%;
    margin:10% auto;
    letter-spacing:-.4em;
  }
  .policy_detail nav ul li{
    text-align:center;
    display:inline-block;
    vertical-align:middle;
    letter-spacing:normal;
    width:30%;
    margin:1.5%;
  }
  .policy_detail nav ul li a{
    display:block;
    line-height:0;
    color:#fff;
    background:#ccc;
    padding:20px 10px;
    font-size:15px;
    text-decoration:none;
    letter-spacing:0.1em;
  }
  .policy_detail.act01 nav ul li:first-of-type a{
    background:#C95C5C;
  }
  .policy_detail.act02 nav ul li:nth-of-type(2) a{
    background:#E0981F;
  }
  .policy_detail.act03 nav ul li:nth-of-type(3) a{
    background:#97C923;
  }
  .policy_detail.act04 nav ul li:nth-of-type(4) a{
    background:#3AB656;
  }
  .policy_detail.act05 nav ul li:nth-of-type(5) a{
    background:#34BAA9;
  }
  .policy_detail.act06 nav ul li:nth-of-type(6) a{
    background:#4F79BF;
  }
  .policy_detail.act07 nav ul li:last-of-type a{
    background:#7172AC;
  }
  .policy_detail section.policy_detail_contents{
    margin-bottom:10%;
    text-align:center;
  }
  .policy_detail section.policy_detail_contents img{
    margin:0 auto 5%;
    width:95%;
  }
  .policy_detail section.policy_detail_contents div{
    text-align:left;
    box-sizing:border-box;
    width:94%;
    margin:0 auto 5%;
    padding:60px 3% 20px;
    border-top:2px solid #000;
    border-bottom:2px solid #000;
    position:relative;
    background:#F4DEDE;
  }
  .policy_detail section.policy_detail_contents div > span{
    display:block;
    position:absolute;
    top:20px;
    right:3%;
    padding:2px 10px;
    background:#E3ACAC;
    color:#fff;
    font-size:15px;
  }
  .policy_detail section.policy_detail_contents div h3{
    font-size:26px;
    font-weight:bold;
    margin-bottom:20px;
  }
  .policy_detail section.policy_detail_contents div p{
    line-height:2em;
    font-size:14px;
    margin-bottom:20px;
  }
  .policy_detail section.policy_detail_contents div p span{
    font-size:18px;
    font-weight:bold;
  }
  .policy_detail section.policy_detail_contents div dl{
    margin-bottom:10px;
    letter-spacing:-.4em;
  }
  .policy_detail section.policy_detail_contents div dl dt{
    display:inline-block;
    vertical-align:top;
    letter-spacing:normal;
    width:18px;
    height:18px;
    text-align:center;
    margin:2px 2% 0 0;
    color:#fff;
    background:#ccc;
  }
  .policy_detail section.policy_detail_contents div dl dd{
    display:inline-block;
    vertical-align:top;
    letter-spacing:normal;
    width:90%;
  }
  .policy_detail.act02 section.policy_detail_contents div{
    background:#F3DAAF;
  }
  .policy_detail.act02 section.policy_detail_contents div > span{
    background:#ECC077;
  }
  .policy_detail.act02 section.policy_detail_contents div dl dt{
    background:#E0981F;
  }
  .policy_detail.act03 section.policy_detail_contents div{
    background:#EDF6DA;
  }
  .policy_detail.act03 section.policy_detail_contents div > span{
    background:#CCE593;
  }
  .policy_detail.act03 section.policy_detail_contents div dl dt{
    background:#97C923;
  }
  .policy_detail.act04 section.policy_detail_contents div{
    background:#D9F2DE;
  }
  .policy_detail.act04 section.policy_detail_contents div > span{
    background:#9BDBA9;
  }
  .policy_detail.act04 section.policy_detail_contents div dl dt{
    background:#3AB656;
  }
  .policy_detail.act05 section.policy_detail_contents div{
    background:#DEF5F3;
  }
  .policy_detail.act05 section.policy_detail_contents div > span{
    background:#9CDED6;
  }
  .policy_detail.act05 section.policy_detail_contents div dl dt{
    background:#34BAA9;
  }
  .policy_detail.act06 section.policy_detail_contents div{
    background:#E1E8F4;
  }
  .policy_detail.act06 section.policy_detail_contents div > span{
    background:#A8BDDF;
  }
  .policy_detail.act06 section.policy_detail_contents div dl dt{
    background:#4F79BF
  }
  .policy_detail.act07 section.policy_detail_contents div{
    background:#D2D2E6;
  }
  .policy_detail.act07 section.policy_detail_contents div > span{
    background:#ACADCF;
  }
  .policy_detail.act07 section.policy_detail_contents div dl dt{
    background:#7172AC;
  }
}

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

@media screen and (max-width: 320px) {
  /* スマホ320px */
}

/* ======== 下層 */
