@charset "UTF-8";
.t-title {
	font-size: 150%;
	color: rgba(76,141,73,1.00);
}

/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.title-c{
	height: 30px;
	padding-top: 20px;
	padding-bottom: 10px;
	background-color: #507F35;
	margin-bottom: 20px;
	font-size: 150%;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #FFFFFF;
	border-radius: 30px;
	width: 30%;
	padding-right: 10px;
	padding-left: 20px;
	margin-top: 40px;
}
/*コンテンツ1*/
.contents1 {
	width: 100%;
	height: auto;
	background-repeat: repeat-x;
}
.contents1-in {
	width: 100%;
	height: auto;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 0%;
	background-color: rgba(209,231,185,1.00);
	background-image: url(../permit%20-%20Copy/images/y-map_26.png);
}
.contents1-1 {
	width: 100%;
	height: auto;
	padding-bottom: 50px;
}

.contents1-1-left {
	width: 45%;
	height: 70px;
	background-repeat: repeat-x;
	float: left;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	background-color: #507F36;
	padding-top: 20px;
	text-align: right;
	padding-right: 40px;
	margin-bottom: 40px;
}

.contents1-box {
	height: auto;
	padding-top: 30px;
	padding-left: 30px;
	max-width: 1050px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding-bottom: 40px;
	background-color: rgba(255,255,255,1.00);
	padding-right: 30px;
	margin-bottom: 40px;
}



table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 15px;
	font-size: 16px;
}
th.t_top {
	border-top: 4px solid #5E8D49;
}
th {
	border-bottom: #e3e3e3 1px dotted;
	padding: 10px;
	text-align: left;
	border-left: 1px dotted #e3e3e3;
}
td.t_top {
	border-top: #b3b3b3 4px solid;
}
td {
	border-bottom: #e3e3e3 1px dotted;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	border-right: 1px dotted #e3e3e3;
}
tr:hover {
	color: #10406C;
}


.kyokasyo-box {
	height: auto;
	padding-top: 30px;
	padding-left: 30px;
	max-width: 1050px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-bottom: 30px;
	background-color: rgba(255,255,255,1.00);
	padding-right: 30px;
}

.kyokasyo-box-left-title {
	float: left;
	width: 40%;
	text-align: left;
	font-weight: bold;
	font-size: 180%;
	padding-top: 15px;
}


.kyokasyo-box-right {
	width: 30%;
	float: right;
}



.pdf-btn a {
	background-image: url(../permit%20-%20Copy/images/pdf-btn_35.png);
	background-repeat: no-repeat;
	width: 300px;
	height: 54px;
	padding-top: 22px;
	color: rgba(0,0,0,1.00);
	font-weight: bold;
	letter-spacing: 10px;
	font-size: 130%;
	display: block;
	text-decoration: none;
}
.pdf-btn a:hover {
	background-image: url(../permit%20-%20Copy/images/pdf-btn2_35.png);
}


/*コンテンツ2*/
.contents2 {
	width: 100%;
	height: auto;
	background-image: url(../permit%20-%20Copy/images/dsc_0044pica.jpg);
	background-repeat: repeat-x;
	background-size: cover;
}
.contents2-1 {
	width: 100%;
	height: 600px;
}
.contents2-1-left {
	float: left;
	width: 40%;
	height: auto;
	padding-top: 180px;
	text-align: right;
	padding-right: 40px;
	padding-left: 30px;
}

.contents2-1-left-art {
	width: 90%;
	text-align: left;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 50px;
	padding-bottom: 25px;
	color: rgba(255,255,255,1.00);
	text-shadow: 1px 1px rgba(0,0,0,1.00);
}
.contents2-1-right {
	width: 35%;
	height: 70px;
	background-repeat: repeat-x;
	float: right;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	background-color: #507F36;
	padding-top: 20px;
	padding-left: 40px;
	text-align: left;
}

.contents2-2 {
	clear: both;
	height: 200px;
}
.contents2-2-btn a {
	background-image: url(../images/arrow-green_77.png);
	border-radius: 4px;
	background-color: rgba(114,179,41,1.00);
	margin-left: auto;
	padding-top: 40px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 40px;
	margin-right: auto;
	background-repeat: no-repeat;
	display: block;
	width: 400px;
	background-position: 90px center;
	color: rgba(255,255,255,1.00);
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}

.contents2-2-btn a:hover {
	background-color: rgba(134,208,52,1.00);
}




/*コンテンツ3*/
.contents3 {
	width: 100%;
	height: auto;
	background-image: url(../images/grd_24.jpg);
	background-repeat: repeat-x;
	clear: both;
	padding-bottom: 50px;
}
.contents3-1 {
	width: 100%;
	height: auto;
}
.contents3-1-left {
	width: 60%;
	height: 70px;
	background-repeat: repeat-x;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	background-color: #507F36;
	padding-top: 20px;
	text-align: right;
	padding-right: 40px;
}
.contents3-1-right {
	width: 850px;
	height: 180px;
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
.contents3-1-right-art {
	width: 98%;
	padding-left: 10px;
	margin-left: auto;
	margin-right: auto;
}
.contents3-2 {
	clear: both;
}
.contents3-2-illust {
	width: 1000px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}
.contents3-2-box {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	height: 150px;
}
.contents3-2-box-left {
	float: left;
	width: 45%;
	height: 100px;
}
.contents3-2-box-right {
	width: 45%;
	height: 100px;
	float: right;
}


.contents3-2-btn-sangyo a {
	background-image: url(../images/arrow-red_77.png);
	border-radius: 4px;
	background-color: rgba(178,94,92,1.00);
	margin-left: auto;
	padding-right: 0px;
	padding-left: 100px;
	padding-bottom: 40px;
	margin-right: auto;
	background-repeat: no-repeat;
	display: block;
	width: 400px;
	background-position: 60px center;
	color: rgba(255,255,255,1.00);
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 40px;
}
.contents3-2-btn-sangyo a:hover {
	background-color: rgba(192,123,121,1.00);
}
.contents3-2-btn-ippan a {
	background-image: url(../images/arrow-blue_77.png);
	border-radius: 4px;
	background-color: rgba(44,126,174,1.00);
	margin-left: auto;
	padding-top: 40px;
	padding-right: 0px;
	padding-left: 100px;
	padding-bottom: 40px;
	margin-right: auto;
	background-repeat: no-repeat;
	display: block;
	width: 400px;
	background-position: 60px center;
	color: rgba(255,255,255,1.00);
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}

.contents3-2-btn-ippan a:hover {
	background-color: rgba(78,161,210,1.00);
}

/*コンテンツ4*/
.contents4 {
	width: 100%;
	height: auto;
	/* プレフィックスありの非推奨の古い構文。Webkitベースの古いブラウザ用にまだ必要です */
background: -prefix-linear-gradient(top, blue, white);
/* プレフィックスなしの新しい構文。標準準拠のブラウザで必要（Opera 12.1、IE 10、Fx 16 以降） */
background: linear-gradient(to bottom, rgba(154,216,240,1.00), white, white);

}
.contents4in {
	width: 100%;
	height: 600px;
	background-image: url(../permit%20-%20Copy/images/taiyoko2.png);
	background-repeat: repeat-x;
	background-size: cover;
	background-position: 0% center;
}



.contents4-1 {
	width: 100%;
	height: 250px;
}
.contents4-1-left {
	float: left;
	width: 42%;
	height: 250px;
	padding-top: 20px;
	text-align: right;
	padding-right: 40px;
	padding-left: 30px;
}

.contents4-1-left-art {
	width: 100%;
	float: right;
	text-align: left;
}
.contents4-1-right {
	width: 43%;
	float: right;
	padding-top: 0px;
	padding-left: 40px;
}

.contents4-1-right-title {
	width: 100%;
	height: 80px;
	background-repeat: repeat-x;
	float: right;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	background-color: #507F36;
	padding-top: 20px;
	padding-left: 40px;
	text-align: left;
	margin-bottom: 50px;
}



.contents4-2 {
	clear: both;
}
/*コンテンツ5*/
.contents5 {
	width: 100%;
	height: auto;
	background-image: url(../permit%20-%20Copy/images/kaitai.jpg);
	background-repeat: repeat-x;
	clear: both;
	padding-bottom: 30px;
	background-size: cover;
}
.contents5-1 {
	width: 100%;
	height: auto;
}
.contents5-1-left {
	width: 60%;
	height: 80px;
	background-repeat: repeat-x;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	background-color: #507F36;
	padding-top: 20px;
	text-align: right;
	padding-right: 40px;
}
.contents5-1-right {
	width: 50%;
	height: 500px;
	padding-top: 50px;
	float: right;
}
.contents5-1-right-art {
	width: 550px;
	padding-left: 10px;
	float: none;
}
.contents5-1-right-img {
	width: 500px;
	padding-left: 10px;
	float: right;
}
.contents5-2 {
	clear: both;
	float: right;
}


/*コンテンツ6*/
.contents6 {
	width: 100%;
	height: auto;
	background-image: url(../images/grd_24.jpg);
	background-repeat: repeat-x;
}
.contents6-in {
	width: 100%;
	height: 500px;
	background-image: url(../permit%20-%20Copy/images/data.png);
	background-repeat: repeat-x;
	background-size: cover;
	background-position: right center;
}
.contents6-1 {
	width: 100%;
	height: auto;
}
.contents6-1-left {
	float: left;
	width: 40%;
	padding-top: 150px;
	text-align: right;
	padding-right: 40px;
	padding-left: 30px;
}

.contents6-1-left-art {
	width: 100%;
	float: right;
	text-align: left;
}
.contents6-1-right {
	width: 45%;
	height: 70px;
	background-repeat: repeat-x;
	float: right;
	border-top-left-radius: 50px;
	border-bottom-left-radius: 50px;
	background-color: #507F36;
	padding-top: 20px;
	padding-left: 40px;
	text-align: left;
	margin-bottom: 30px;
	padding-bottom: 10px;
}

.contents6-2 {
	clear: both;
}

/*コンテンツ7*/
.contents7 {
	width: 100%;
	height: auto;
	background-image: url(../images/grd_24.jpg);
	background-repeat: repeat-x;
	clear: both;
	padding-bottom: 30px;
}
.contents7-1 {
	width: 100%;
	height: auto;
}
.contents7-1-left {
	width: 60%;
	height: 70px;
	background-repeat: repeat-x;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	background-color: #507F36;
	padding-top: 20px;
	text-align: right;
	padding-right: 40px;
}
.contents7-1-right {
	width: 1100px;
	height: 500px;
	padding-top: 50px;
	margin-left: auto;
	margin-right: auto;
}
.contents7-1-right-art {
	width: 550px;
	padding-left: 10px;
	float: left;
}
.contents7-1-right-img {
	width: 500px;
	padding-left: 10px;
	float: right;
}
.contents7-2 {
	clear: both;
	float: right;
}


.title-j-1 {
	padding-bottom: 10px;
	margin: 0px;
	font-size: 180%;
	color: rgba(255,255,255,1.00);
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: 300;
	letter-spacing: 10px;
}
.title-j-2 {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 15px;
	margin: 0px;
	font-size: 180%;
	color: rgba(255,255,255,1.00);
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: 300;
}
.title-j-3 {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 15px;
	margin: 0px;
	font-size: 180%;
	color: rgba(255,255,255,1.00);
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: 300;
}
.title-j-4 {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 15px;
	margin: 0px;
	font-size: 180%;
	color: rgba(255,255,255,1.00);
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: 300;
}
.title-j-5 {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 15px;
	margin: 0px;
	font-size: 180%;
	color: rgba(255,255,255,1.00);
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: 300;
}

.title-j-6 {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 15px;
	margin: 0px;
	font-size: 180%;
	color: rgba(255,255,255,1.00);
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: 300;
}
.title-j-7 {
	padding: 0px;
	margin: 0px;
	font-size: 180%;
	color: rgba(255,255,255,1.00);
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: 300;
}
.title-j-8 {
	padding: 0px;
	margin: 0px;
	font-size: 180%;
	color: rgba(255,255,255,1.00);
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: 300;
}




.title-e-1 {
	margin: 0px;
	font-size: 75%;
	color: rgba(117,184,41,1.00);
	padding-right: 25px;
	
}

.title-e-2 {
	margin: 0px;
	font-size: 75%;
	color: rgba(133,182,99,1.00);
}

.title-e-3 {
	margin: 0px;
	font-size: 75%;
	color: rgba(133,182,99,1.00);
}

.title-e-4 {
	margin: 0px;
	font-size: 75%;
	color: rgba(133,182,99,1.00);
}
.title-e-5 {
	margin: 0px;
	font-size: 75%;
	color: rgba(133,182,99,1.00);
}

.title-e-6 {
	margin: 0px;
	font-size: 75%;
	color: rgba(133,182,99,1.00);
}

.title-e-7 {
	margin: 0px;
	font-size: 75%;
	color: rgba(133,182,99,1.00);
}

.title-e-8 {
	margin: 0px;
	font-size: 75%;
	color: rgba(133,182,99,1.00);
}


.catch-1 {
	margin: 0px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: rgba(255,255,255,1.00);
	font-size: 28px;
	clear: both;
	padding-left: 10px;
	padding-bottom: 15px;
}

.catch-2 {
	margin: 0px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: rgba(255,255,255,1.00);
	font-size: 28px;
	clear: both;
	padding-left: 50px;
	padding-bottom: 15px;
	text-align: left;
	width: 90%;
	padding-right: 10px;
}


.catch-3 {
	margin: 0px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: rgba(255,255,255,1.00);
	font-size: 28px;
	clear: both;
	padding-left: 10px;
	padding-bottom: 15px;
}
.catch-4 {
	margin: 0px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: rgba(31,109,30,1.00);
	font-size: 28px;
	clear: both;
	padding-left: 0px;
	padding-bottom: 15px;
	padding-top: 130px;
	font-weight: bold;
}
.catch-5 {
	margin: 0px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: rgba(31,109,30,1.00);
	font-size: 28px;
	clear: both;
	padding-left: 10px;
	padding-bottom: 15px;
}
.catch-6 {
	margin: 0px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: rgba(31,109,30,1.00);
	font-size: 28px;
	clear: both;
	padding-left: 0px;
	padding-bottom: 15px;
	text-align: left;
	font-weight: bold;
}

.catch-7 {
	margin: 0px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: rgba(255,255,255,1.00);
	font-size: 28px;
	clear: both;
	padding-left: 10px;
	padding-bottom: 15px;
}

.catch-8 {
	margin: 0px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: rgba(255,255,255,1.00);
	font-size: 28px;
	clear: both;
	padding-left: 10px;
	padding-bottom: 15px;
}
