@charset "UTF-8";
@media screen and  (max-width: 640px){
	
	.market-box {
	text-align: center;
	background-color: rgba(255,255,255,1.00);
	height: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	margin-top: 20px;
	margin-bottom: 20px;
}
.hata{
	margin-top: 5px;
	width: 15%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
	.table_pw{
	width: 97%;
	border-collapse: collapse; /* 枠線の表示方法 */
	border: 1px dotted rgba(180,224,247,1.00); /* テーブル全体の枠線（太さ・色・スタイル） */
	border-spacing: 0;
	padding: 0;
	margin: 0;
	text-align: center;
}
.table_pw tr{
	/* [disabled]border: 1px dotted rgba(180,224,247,1.00); */
	padding: 5px;
}
.table_pw th, td{
	/* [disabled]border: 1px dotted rgba(180,224,247,1.00); */
	padding: 10px;
	background-color: rgba(0,0,0,1.00);
}
.table_pw th{
    letter-spacing:1px;
}


/*スマホ用*/
.table_pw{
	width: 94%;
	border: 0;
	margin-left: auto;
	margin-right: auto;
		 }
.table_pw thead{
	 display:none;
}
.table_pw tr{
	margin-bottom: 10px;
	display: block;
	border-bottom: 1px solid #ddd;
	background-color: undefined;
    }
.table_pw td{
	display: block;
	border-bottom: 1px dotted #ccc;
	background-color: rgba(255,255,255,1.00);
	text-align: right;
    }
.table_pw td:last-child{
        border-bottom:0;
    }
.table_pw td:before {
	content: attr(data-label);
	float: left;
	font-weight: bold;
	padding-left: 20px;
    }
	.table_pw th {
	background-color: #FDD58A;
	/* [disabled]padding-left: 20px; */
}


/* 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);
}
/*コンテンツ1*/
.contents1 {
	width: 100%;
	height: auto;
	background-repeat: repeat-x;
	background-color: #FFF1D6;
}
.contents1-in {
	width: 100%;
	height: auto;
	background-color: #FFF1D6;
}

.contents1-box {
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	/* [disabled]margin-bottom: 40px; */
	width: 90%;
}

.contents1-1 {
	width: 95%;
	height: auto;
	/* [disabled]overflow-y: auto; */
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF1D6;
}
.contents1-1-left {
	width: 90%;
	height: auto;
	background-repeat: repeat-x;
	border-radius: 10px;
	background-color: #507F36;
	padding-top: 10px;
	text-align: center;
	/* [disabled]margin-bottom: 20px; */
	padding-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}
.contents1-1-right {
	width: 85%;
	height: auto;
	padding-top: 40px;
	padding-left: 40px;
	text-shadow: 1px 1px 3px rgba(0,0,0,1.00);
}
.contents1-1-right-art {
	width: 100%;
	padding-left: 10px;
	color: #F1F1F1;
}
.contents1-2 {
	clear: both;
}

.contents1-box a {
	color: rgba(63,116,60,1.00);
}

.contents1-box a:hover {
	color: rgba(83,153,79,1.00);
}


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

.contents2-1-left-art {
	width: 90%;
	float: right;
	text-align: left;
	padding-top: 0px;
	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: 90%;
	height: auto;
	background-repeat: repeat-x;
	border-radius: 10px;
	background-color: #507F36;
	padding-top: 10px;
	text-align: center;
	/* [disabled]margin-bottom: 20px; */
	padding-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}

.contents2-2 {
	clear: both;
	height: 150px;
}
.contents2-2-btn a {
	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;
	background-position: 0 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: 80%;
	height: auto;
	background-repeat: repeat-x;
	border-top-right-radius: 70px;
	border-bottom-right-radius: 70px;
	background-color: #507F36;
	padding-top: 20px;
	text-align: right;
	padding-right: 40px;
	padding-bottom: 20px;
}
.contents3-1-right {
	height: 200px;
	padding-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 95%;
}
.contents3-1-right-art {
	width: 98%;
	padding-left: 10px;
	margin-left: auto;
	margin-right: auto;
}
.contents3-2 {
	clear: both;
}
.contents3-2-illust {
	width: 90%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.contents3-2-box {
	margin-left: auto;
	margin-right: auto;
	height: auto;
	width: 90%;
	overflow: auto;
}
.contents3-2-box-left {
	float: left;
	width: 45%;
	height: 40%;
}
.contents3-2-box-right {
	width: 45%;
	height: 40%;
	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: 20px;
	padding-left: 50px;
	padding-bottom: 40px;
	margin-right: auto;
	background-repeat: no-repeat;
	display: block;
	background-position: 10px center;
	color: rgba(255,255,255,1.00);
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	padding-top: 40px;
	width: 50%;
}
.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: 20px;
	padding-left: 50px;
	padding-bottom: 40px;
	margin-right: auto;
	background-repeat: no-repeat;
	display: block;
	background-position: 10px center;
	color: rgba(255,255,255,1.00);
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	width: 50%;
}

.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: 400px;
	background-image: url(../permit%20-%20Copy/images/taiyoko2.png);
	background-repeat: repeat-x;
	background-size: contain;
	background-position: 0% bottom;
}



.contents4-1 {
	width: 100%;
	height: 250px;
}
.contents4-1-left {
	float: left;
	width: 80%;
	height: auto;
	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: 60%;
	float: right;
	padding-top: 0px;
	padding-left: 40px;
}

.contents4-1-right-title {
	width: 100%;
	height: auto;
	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: 10px;
	padding-bottom: 20px;
}



.contents4-2 {
	clear: both;
}
/*コンテンツ5*/
.contents5 {
	width: 100%;
	height: 500px;
	background-image: url(../permit%20-%20Copy/images/kaitai-m.png);
	clear: both;
	padding-bottom: 30px;
	background-position: 0% 220px;
	background-color: rgba(141,192,247,1.00);
	background-size: cover;
	background-repeat: repeat-x;
}
.contents5-1 {
	width: 100%;
	height: auto;
}
.contents5-1-left {
	width: 75%;
	height: auto;
	background-repeat: repeat-x;
	border-top-right-radius: 70px;
	border-bottom-right-radius: 70px;
	background-color: #507F36;
	padding-top: 20px;
	text-align: right;
	padding-right: 40px;
	padding-bottom: 20px;
}
.contents5-1-right {
	width: 100%;
	padding-top: 20px;
}
.contents5-1-right-art {
	padding-left: 10px;
	float: right;
}
.contents5-1-right-img {

	padding-left: 10px;
	float: right;
}
.contents5-2 {
	clear: both;
	float: right;
}


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

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

.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 {
	height: 500px;
	padding-top: 50px;
	margin-left: auto;
	margin-right: auto;
}
.contents7-1-right-art {

	padding-left: 10px;
	float: left;
}
.contents7-1-right-img {

	padding-left: 10px;
	float: right;
}
.contents7-2 {
	clear: both;
	float: right;
}


.link-box {
	width: 95%;
	text-align: center;
	background-color: rgba(255,255,255,1.00);
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

.link-box h2 {
	width: 98%;
	background-color: rgba(76,141,73,1.00);
	color: rgba(255,255,255,1.00);
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 131%;
	text-align: left;
	padding-left: 2%;
	letter-spacing: 8px;
}
.link-box-art {
	width: 100%;
	border-bottom: 1px dotted rgba(184,184,184,1.00);
}
.link-box-art-end {
	width: 100%;
}
.link-box-art-left {
	float: left;
	width: 30%;
	margin-left: 2%;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
}
.link-box-art-left2 {
	float: left;
	width: 22%;
	padding-top: 30px;
	padding-left: 8%;
	padding-right: 10px;
}
.link-box-art-right {
	width: 60%;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	word-wrap: break-all;
	font-weight: 300;
	text-align: left;
	height: auto;
	word-wrap: break-word;
	margin-left: auto;
	margin-right: auto;
	padding-right: 20px;
}
.link-box-art:hover {
	background-color: #FCFFE7;
	color: rgba(83,153,79,1.00);
}
.link-box-art-end:hover {
	background-color: #FCFFE7;
	color: #10406C;
	word-wrap: break-word;
}


.title-j-1 {
	padding-bottom: 5px;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	font-size: 140%;
	color: rgba(255,255,255,1.00);
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: 300;
	/* [disabled]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: 10px;
	padding-bottom: 10px;
	margin: 0px;
	font-size: 150%;
	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;
	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;
	padding-bottom: 15px;
}
.title-j-5 {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 10px;
	padding-bottom: 10px;
	margin: 0px;
	font-size: 130%;
	color: rgba(255,255,255,1.00);
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: 300;
}

.title-j-6 {
	padding: 0px;
	margin: 0px;
	font-size: 130%;
	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: 62%;
	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);
	padding-left: 12px;
}

.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: 24px;
	clear: both;
	padding-left: 10px;
	padding-bottom: 15px;
	text-shadow: 1px 1px 3px rgba(0,0,0,1.00);
	text-align: left;
}


.catch-3 {
	margin: 0px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: rgba(31,109,30,1.00);
	font-size: 130%;
	clear: both;
	padding-left: 10px;
	padding-bottom: 15px;
	font-weight: 200;
}
.catch-4 {
	margin: 0px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: rgba(31,109,30,1.00);
	font-size: 150%;
	clear: both;
	padding-left: 0px;
	padding-bottom: 15px;
	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: 150%;
	clear: both;
	padding-left: 10px;
	padding-bottom: 15px;
	font-weight: bold;
}
.catch-6 {
	margin: 0px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: rgba(31,109,30,1.00);
	font-size: 130%;
	clear: both;
	padding-bottom: 15px;
	font-weight: bold;
	text-align: left;
}

.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;
}
}
