@charset "UTF-8";
/* CSS Document */



/************************************************************
 下層ページ共通
************************************************************/



/***********************************
 見出し
***********************************/



/***********************************
 ボタン
***********************************/
.btn_01 {
  background-color: #5E8A15;
  border-radius: 20px;
  width: 315px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  text-align: center;
  font-size: 2.0rem;
  margin: 0 auto;
}

@media only screen and (max-width: 750px) {
  .btn_01 {
    width: 80%;
    font-size: 5vw;
  }
}

.btn_01:hover {
  opacity: 0.7;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.btn_01 a {
  padding: 15px 0;
  display: block;
}

.btn_01 a::before {
  content: url(../../common/img/ico_link_wh.svg);
  display: inline-block;
  width: 15px;
  margin-right: 15px;

}

.btn_01 a:link {
  color: #ffffff;
}

.btn_01 a:visited {
  color: #ffffff;
}

.btn_01 a:active {
  color: #ffffff;
}




/************************************************************
 トップページ
************************************************************/

.inner_900 {
  max-width: 900px;
  margin: 0 auto;
}

@media only screen and (max-width: 750px) {
  .inner_900 {
    width: 100%;
  }
}

h1 {
  margin: 0;
}

table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

th,
td {
  border: 2px solid #ffffff;
  text-align: center;
  padding: 10px;
}

th {
  background-color: #cde0ba;
}

td {
  background-color: #f5f9e7;
  vertical-align: middle;
}

.closed {
  background-color: #d3d3d3;
}

.con4_1 {
  display: flex;
}


/***********************************
 #hero
***********************************/

#hero {
  padding-top: 180px;
}

@media only screen and (max-width: 750px) {
  #hero {
    padding-top: 20vw;
  }
}

#hero div.bg {
  position: relative;
  background-image: url("../../common/img/bgi_01.png");
  background-repeat: repeat;
  margin-bottom: 70px;
  height: 40vw;
}

@media only screen and (max-width: 750px) {
  #hero div.bg {
    height: 100vw;
    margin-bottom: 40px;
  }
}

#hero div.bg>div {
  width: 52%;
  margin: 0 auto;
}

@media only screen and (max-width: 750px) {
  #hero div.bg>div {
    width: 100%;

  }
}

/***********************************
 bxslier上書き
***********************************/

.bx-wrapper {
  /*  position: relative;*/
  margin-bottom: 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

/*.bx-viewport{
 overflow: visible!important;
}*/
@media only screen and (max-width: 750px) {
  .bx-wrapper {
    padding-top: 16vw;
  }
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  bottom: 0;
  top: 40vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin-top: -16px;
  outline: 0;
  width: 5vw;
  height: 5vw;
  text-indent: -9999px;
  z-index: 0;
}

@media only screen and (max-width: 750px) {
  .bx-wrapper .bx-controls-direction a {
    position: absolute;
    bottom: 0;
    top: 100vw;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    margin-top: -16px;
    outline: 0;
    width: 18vw;
    height: 18vw;
  }
}

.bx-wrapper .bx-prev {
  display: none;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url("../bxslider/images/tap.png") no-repeat 0;
  background-size: contain;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: 0;
}


.bx-wrapper .bx-pager {
  display: none;
}

/***********************************/






#hero .mincho {
  font-size: 2.2rem;
  line-height: 1.8;
  letter-spacing: 5px;
  text-align: center;
  margin-bottom: 60px;

}

@media only screen and (max-width: 750px) {
  #hero .mincho {
    font-size: 5vw;
    letter-spacing: 3px;
    line-height: 1.5;

  }
}


/***********************************
 見出し
***********************************/
h2.top_news,
h2.top {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  color: #5E8A15;
  font-weight: bold;
  text-align: center;
}

h2.top {
  font-size: 2.8rem;
  background-image: url("../../common/img/dot_l.png");
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 13px 13px;
  padding: 0 0 20px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 750px) {
  h2.top {
    font-size: 6vw;
  }
}

h2.top img {
  width: 50px;
  vertical-align: bottom;
}

h2.top p {
  padding: 5px 0 0;
  margin-bottom: 0;
}


h2.top_news {
  margin-bottom: 10px;
}

h2.top_news::before,
h2.top_news::after {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(../../common/img/ico_leaf.png);
  background-size: contain;
  vertical-align: middle;
}

h2.top_news::before {
  margin-right: 15px;
}

h2.top_news::after {
  margin-left: 15px;
}




/***********************************
 #cont01
***********************************/

#cont01 {
  width: 760px;
  margin: 0 auto 100px;
}

@media only screen and (max-width: 750px) {
  #cont01 {
    width: 80%;
    margin: 0 auto 100px;
  }
}

#cont01 .iframe_news {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 250px;
  border-top: solid 2px #5E8A15;
  border-bottom: solid 2px #5E8A15;
  margin-bottom: 30px;

}

#cont01 .iframe_news iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.news_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/***********************************
 #cont02
***********************************/

#cont02 {
  margin: 0 auto 70px;
}

@media only screen and (max-width: 750px) {
  #cont02 {
    margin: 0 auto 20%;
  }
}

#cont02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 800px;
  margin: 0 auto;
}

@media only screen and (max-width: 750px) {
  #cont02 ul {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}

#cont02 ul li {
  width: 47%;
  position: relative;
}

#cont02 ul li:nth-child(1) {
  width: 60%;
}

#cont02 ul li:nth-child(2) {
  width: 25%;
}

@media only screen and (max-width: 750px) {
  #cont02 ul li:nth-child(1) {
    width: 100%;
  }

  #cont02 ul li:nth-child(2) {
    width: 100%;
  }
}


@media only screen and (max-width: 750px) {
  #cont02 ul li {
    width: 100%;
  }
}

@media only screen and (max-width: 750px) {
  #cont02 ul li:first-child {
    padding-top: 0;
    padding-bottom: 5%;
  }
}

@media only screen and (max-width: 750px) {
  #cont02 ul li:nth-child(2) img {
    padding-bottom: 10px;
  }
}

#cont02 ul li:nth-child(2) a div {
  width: 45%;
  height: 40%;
  border-radius: 50%;
  position: absolute;
}

@media only screen and (max-width: 750px) {
  #cont02 ul li:nth-child(2) a div {
    height: 35%;
  }
}

#cont02 ul li:nth-child(2) a div.link_01 {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

#cont02 ul li:nth-child(2) a div.link_02 {
  top: 40%;
  left: 0;
}

#cont02 ul li:nth-child(2) a div.link_03 {
  top: 40%;
  right: 0;
}

.redfont {
  color: #ff0000;
  font-weight: 600;
}

.redfontsz {
  color: #ff0000;
  font-weight: 600;
  font-size: 14px;
}
@media only screen and (max-width: 750px) {
  .redfontsz {
    color: #000000;
	font-size: 18px;
	letter-spacing: 15px;
  }
}

.fsize {
	font-size: 12px;
}
@media only screen and (max-width: 750px) {
  .fsize {
    display: none;
  }
}

#cont02 ul p.text_s {
  padding-top: 10px;
}

/***********************************
 #cont03
***********************************/
#cont03 {
  margin: 0 auto 0px;
}

@media only screen and (max-width: 750px) {
  #cont03 {
    margin: 0 auto 50px;
  }
}

#cont03>div:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

@media only screen and (max-width: 750px) {
  #cont03>div:nth-child(2) {
    margin: 0 5%;
  }
}

#cont03 ul {
  width: 47%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 750px) {
  #cont03 ul {
    width: 90%;
    margin: 0 auto 10%;
  }
}

#cont03 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#cont03 ul:nth-child(odd) li div div:first-child {
  display: none;
}


@media only screen and (max-width: 750px) {
  #cont03 ul:nth-child(even) li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

#cont03 ul li>div:first-of-type {
  display: table;
}

#cont03 ul li>div:first-of-type>div {
  display: table-cell;
  vertical-align: middle;
}

#cont03 ul li>div:first-of-type>div.btn_02 {
  background-image: url("../../common/img/bgi_02.png");
  background-repeat: repeat;
  background-size: cover;
  border-radius: 20px;
  width: 300px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  text-align: left;
  font-size: 1.8rem;
  vertical-align: middle;
  line-height: 1.2;
}

@media only screen and (max-width: 750px) {
  #cont03 ul li>div:first-of-type>div.btn_02 {
    width: 90%;

  }
}

#cont03 ul li>div:first-of-type>div.btn_02 a {
  padding: 25px 20px;
  display: block;
}

@media only screen and (max-width: 750px) {
  #cont03 ul li>div:first-of-type>div.btn_02 a {
    padding: 15px 20px;
    display: block;
  }
}

#cont03 ul li>div:first-of-type>div.btn_02 a img {
  width: 15px;
  height: 15px;
  vertical-align: middle;
  padding-right: 5%;
}

#cont03 ul li>div:first-of-type>div.btn_02 a span {
  vertical-align: middle;
  display: inline-block;
}

@media only screen and (max-width: 750px) {
  #cont03 ul li>div:first-of-type>div.btn_02 a span {
    font-size: 5vw;
  }
}

.btn_02:hover {
  opacity: 0.7;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.btn_02 a:link {
  color: #216838;
}

.btn_02 a:visited {
  color: #216838;
}

.btn_02 a:active {
  color: #216838;
}


#cont03 ul li div:first-child>div:nth-child(3) {
  width: 30px;
}

@media only screen and (max-width: 750px) {
  #cont03 ul li div:first-child>div:nth-child(3) {
    width: 10%;
  }
}

#cont03 ul li>div:last-child {
  width: 80px;

}

@media only screen and (max-width: 750px) {
  #cont03 ul li>div:last-child {
    width: 20%;
  }
}

.text_02 {
  font-weight: bold;
}

/***********************************
 #cont04
***********************************/
#cont04 {
  margin: 0 auto 180px;
}

#cont04>div:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

@media only screen and (max-width: 750px) {
  #cont04>div:nth-child(2) {
    display: block;
    margin-bottom: 40px;
  }
}

#cont04 ul {
  width: 47%;
}

@media only screen and (max-width: 750px) {
  #cont04 ul {
    width: 90%;
    margin: 0 auto;
  }
}

#cont04 ul li {
  margin: 0 auto 20px;
  display: table;
}

#cont04 ul li div.btn_03 {
  background-image: url("../../assets/img/top/bgi_top_case.png");
  background-size: cover;
  width: 420px;
  height: 110px;
  display: table-cell;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  text-align: left;
  font-size: 1.8rem;
  vertical-align: middle;
  line-height: 1.2;
  padding: 0 50px 0 130px;
}

@media only screen and (max-width: 750px) {
  #cont04 ul li div.btn_03 {
    background-image: url("../../assets/img/top/bgi_top_case.png");
    background-size: cover;
    width: 45vw;
    height: 22vw;
    text-align: left;
    vertical-align: middle;
    line-height: 1.2;
    padding: 0 40px 0 110px;
    font-size: 4vw;
  }
}

#cont04 ul li div.btn_03 a {
  padding: 15px 0;
  display: block;
}

.btn_03:hover {
  opacity: 0.7;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

















/***********************************
 #cont03_test
***********************************/
#cont03_test {
  margin: 0 auto 100px;
}

#cont03_test>div:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;

}

@media only screen and (max-width: 750px) {
  #cont03_test>div:nth-child(2) {
    display: block;
  }
}

#cont03_test ul {
  width: 47%;
}

@media only screen and (max-width: 750px) {
  #cont03_test ul {
    width: 90%;
    margin: 0 auto;
  }
}

#cont03_test ul li {
  display: table;
  margin: 0 0 20px 0;
}

#cont03_test ul li>div {
  display: table-cell;
  vertical-align: middle;
}

#cont03_test ul li div.btn_02 {
  background-image: url("../../common/img/bgi_02.png");
  background-repeat: repeat;
  background-size: cover;
  border-radius: 20px;
  width: 280px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  text-align: left;
  font-size: 1.8rem;
  vertical-align: middle;
  line-height: 1.2;
}

#cont03_test ul li div.btn_02 a {
  padding: 25px 20px;
  display: block;
}

@media only screen and (max-width: 750px) {
  #cont03_test ul li div.btn_02 a {
    padding: 15px 20px;
    display: block;
  }
}

#cont03_test ul li div.btn_02 a img {
  width: 15px;
  vertical-align: middle;
  padding-right: 20px;
}

#cont03_test ul li div.btn_02 a span {
  vertical-align: middle;
  display: inline-block;
}

.btn_02:hover {
  opacity: 0.7;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.btn_02 a:link {
  color: #216838;
}

.btn_02 a:visited {
  color: #216838;
}

.btn_02 a:active {
  color: #216838;
}


#cont03_test ul li div:nth-child(2) {
  width: 30px;
}

#cont03_test ul li div:last-child {
  width: 80px;

}

.sp_br {
  display: none;
}
@media screen and (max-width: 750px) {
  .sp_br {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .sp_br2 {
    display: none;
  }
}

.nbox {
  margin-bottom: 150px;
}

@media only screen and (max-width: 750px) {
  .nbox {
    margin-bottom: 50px;
  }
}

.tbwt {
	width: 120%;
}

@media only screen and (max-width: 750px) {
  .tbwt {
    width: 100%;
  }
}
