@charset "utf-8";

/* PC・スマホ共通スタイル
------------------------------- */

.noto {
  font-family: 'Noto Sans JP', sans-serif;
}

.ac {
  text-align: center;
}

.mb20 {
  margin-bottom: 20px;
}

.ac {
  text-align: center;
}

.min {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}

body a img:hover {
  opacity: 0.75;
}


/* PC用スタイル
------------------------------- */

@media screen and (min-width: 769px) {
  .forSP {
    display: none;
  }
  body {
    background: url(../images/bg.png);
  }
  #container {
    width: 858px;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
    background-image: url(../images/main-bg.png);
    background-position: top;
    background-repeat: no-repeat;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  }
  div#header h1 {
    font-size: 16px;
    color: #fff;
  }
  div#header {
    width: 100%;
    background: #29550a;
    padding: 9px 15px;
    box-sizing: border-box;
  }
  .main-area h2 {
    margin: 20px auto;
  }
  .main-area {
    width: 100%;
    position: relative;
    height: 1000px;
  }
  .main-area h3 {
    width: 100%;
    text-align: left;
    position: absolute;
    top: 200px;
  }
  .imgBox {
    position: absolute;
    right: 36px;
    top: 425px;
    width: 314px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .imgBox p {
    margin-bottom: 13px;
  }
  p.img01 {
    position: absolute;
    right: 30px;
    top: 250px;
  }
	p.img01 a{
		display: block;
		transition: all .2s;
	}
	p.img01 a:hover{
		transform: translateX(-5px) translateY(-5px);
		filter: drop-shadow(3px 3px 1px rgba(0, 0, 0, 0.4));
	}
  p.img01 a img:hover{
	  opacity: 1;
  }
  .main-area .btn {
    position: absolute;
    bottom: 35px;
    width: 100%;
  }
  .section01 {
    background: #155e00;
    padding: 40px;
    color: #fff;
    position: relative;
  }
  .section01 .txt01 {
    width: 100%;
    position: relative;
  }
  .section01 .txt01:before {
    content: url("../images/003a.png");
    position: absolute;
    left: 0;
    top: 0;
  }
  .section01 .txt01:after {
    content: url("../images/003b.png");
    position: absolute;
    right: 0;
    top: 0;
  }
  .txt01 p {
    width: 620px;
    margin: 0 auto;
    line-height: 2;
  }
  .section02 {
    background: #fff;
    padding: 40px;
    position: relative;
  }
  .section02 ul li:before {
    content: "●";
    font-size: 11px;
    vertical-align: middle;
    color: #5f993b;
    margin-right: 10px;
  }
  .section02 ul li {
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 1.8;
    text-indent: -1.3em;
    padding-left: 1em;
  }
  .txt02a {
    background: url(../images/004.png) no-repeat;
    height: 259px;
    padding: 40px;
    box-sizing: border-box;
  }
  .txt02a h3 {
    text-align: center;
    background: #155e00;
    width: 220px;
    margin: 0 auto 30px;
    height: 30px;
    padding-top: 7px;
    box-sizing: border-box;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
  }
  .txt02a p {
    width: 690px;
    margin: 0 auto;
    line-height: 2;
    font-size: 15px;
  }
  .txt02b table tr td {
    vertical-align: top;
    padding: 4px 0 10px 0;
    font-size: 15px;
    line-height: 1.8;
    width: 255px;
  }
  .txt02b table tr th {
    padding: 10px 0;
    font-weight: bold;
    font-size: 15px;
    width: 25%;
    vertical-align: top;
    position: relative;
    background: url(../images/line.png)repeat-x;
    background-position: 0 15px;
  }
  .txt02b {
    display: flex;
    padding: 40px;
    background: url("../images/006.png")no-repeat right;
  }
  .txt02b table tr th span {
    background: #fff;
    padding: 0 5px 0 0;
  }
  .txt02b {
    display: flex;
    padding: 20px 40px;
    background: url(../images/006.png)no-repeat;
    background-position: 630px 20px;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .txt02b p {
    width: 330px;
    line-height: 2;
    font-size: 15px;
  }
  .section03 h2 {
    font-size: 27px;
    background: #64288c;
    padding: 15px;
    color: #fff;
    position: relative;
  }
  .section03 h2:before {
    content: "◆";
    position: absolute;
    right: 0;
    left: 0;
    bottom: -14px;
    color: #64288c;
  }
  .img03.flex-b {
    background: url(../images/008.png);
    padding: 30px 50px;
    display: flex;
    justify-content: space-between;
  }
  .foot_area {
    padding: 30px 40px 15px;
  }
  .foot_area .btn {
    margin-bottom: 30px;
  }
  .foot_area p {
    font-size: 14px;
  }
  div#footer {
    text-align: center;
    font-size: 12px;
    padding: 14px;
    background: #509119;
    color: #fff;
  }
}


/* スマホ用スタイル
------------------------------- */

@media screen and (max-width: 768px) {
  .forPC {
    display: none;
  }
  img {
    max-width: 100%;
  }
  #container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
    background-image: url(../images/main-bg.png);
    background-position: top;
    background-repeat: no-repeat;
  }
  div#header h1 {
    font-size: 13px;
    color: #fff;
  }
  div#header {
    width: 100%;
    background: #29550a;
    padding: 9px 15px;
    box-sizing: border-box;
  }
  .main-area h2 {
    margin: 20px auto 0;
  }
  .main-area {
    width: 100%;
    position: relative;
    height: auto;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .main-area h3 {
    width: 95%;
    text-align: center;
  }
  .imgBox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
  }
  .imgBox p {
    width: 24%;
  }
  p.img01 {
    width: 80%;
    margin: 30px auto;
  }
  .main-area .btn {
    width: 100%;
    margin-bottom: 30px;
  }
  .section01 {
    background: #155e00;
    padding: 15px;
    color: #fff;
    position: relative;
  }
  .section01 .txt01 {
    width: 100%;
    position: relative;
  }
  .txt01 p.img_01 {
    width: 60%;
    margin: 5px auto;
  }
  .txt01 p {
    width: 100%;
    margin: 0 auto;
    line-height: 2;
  }
  .section02 {
    background: #fff;
    padding: 30px 15px;
    position: relative;
  }
  .section02 ul {
    margin-bottom: 30px;
  }
  .section02 ul li:before {
    content: "●";
    font-size: 11px;
    vertical-align: middle;
    color: #5f993b;
    margin-right: 10px;
  }
  .section02 ul li {
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 1.8;
    text-indent: -1.3em;
    padding-left: 1em;
    border-bottom: 1px dotted #383838;
    padding-bottom: 15px;
  }
  .txt02a {
    background: #e7edd8;
    height: auto;
    padding: 30px 15px;
    box-sizing: border-box;
    position: relative;
  }
  .txt02a:before {
    content: url(../images/line-sp2.png);
    position: absolute;
    left: -3%;
    top: -3%;
  }
  .txt02a:after {
    content: url(../images/line-sp1.png);
    position: absolute;
    right: -3%;
    bottom: -3%;
  }
  .txt02a h3 {
    text-align: center;
    background: #155e00;
    width: fit-content;
    margin: 0 auto 30px;
    height: auto;
    padding: 7px;
    box-sizing: border-box;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
  }
  .txt02a p {
    width: 100%;
    margin: 0 auto;
    line-height: 2;
    font-size: 15px;
  }
  .txt02b table tr td {
    vertical-align: top;
    padding: 0 0 10px 10px;
    font-size: 15px;
    line-height: 1.8;
    width: 255px;
  }
  .txt02b table tr th {
    padding: 10px 0;
    font-weight: bold;
    font-size: 15px;
    width: 25%;
    vertical-align: top;
    position: relative;
    background: url(../images/line.png)repeat-x;
    background-position: 0 15px;
  }
  .txt02b table tr th span {
    background: #fff;
    padding: 0 5px 0 0;
  }
  .txt02b {
    display: flex;
    padding: 30px 20px;
    justify-content: space-between;
    margin-bottom: 30px;
    flex-wrap: wrap;
    background: url(../images/006.png)no-repeat bottom right;
    background-size: 25%;
  }
  .txt02b p {
    width: 100%;
    line-height: 2;
    font-size: 15px;
  }
  .section03 h2 {
    font-size: 17px;
    background: #64288c;
    padding: 15px;
    color: #fff;
    position: relative;
  }
  .section03 h2:before {
    content: "◆";
    position: absolute;
    right: 0;
    left: 0;
    bottom: -9px;
    color: #64288c;
    font-size: 20px;
  }
  .img03.flex-b {
    background: url(../images/008.png);
    padding: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .img03.flex-b p {
    width: 48%;
    margin-bottom: 3%;
	  text-align: center;
  }
  .foot_area {
    padding: 30px 15px 15px;
  }
  .foot_area .btn {
    margin-bottom: 30px;
  }
  .foot_area p {
    font-size: 14px;
  }
  div#footer {
    text-align: center;
    font-size: 12px;
    padding: 14px;
    background: #509119;
    color: #fff;
  }
}