.l-wrapper-1{
	margin-top: 10px;
	padding: 0;
}

/*下層共通*/
.section-4{
	margin-top: 20px;
}

.side-nav_li a {
  width: 228px;
  position: relative;
}

.nav_arrow {
  position: absolute;
  right: 10px;
  top: 15px;
}

/*
.header-2{
	height: 144px;
	background-image: url(../../img/header__bg.png);
	background-repeat: repeat-x;
	background-position: 0 0;
	text-align: center;
}

.header-2__h1{
	color: #73B445;
	font-size: 24px;
	font-family: FOT-筑紫A丸ゴシック Std M または TsukuARdGothicStd-M;
	line-height: 1.2em;
	padding-top: 45px;
	
}

.header-2__h1 small{
	font-size: 10px;
}
*/

.module-section-10{
	padding: 30px;
	border: dotted 2px #73B445;
	border-radius: 12px;
	background-color: #fff;
	margin-top: 40px;
}


/*レスポンシブ 下コンタクト・バナー（下層共通）*/

.bottom__contact {
	margin-top: 20px;
	border-radius: 8px;
	background-color: #fff;
	border: 1px solid #73B445;
	padding: 10px 0;
}

.bottom__contact header h1 {
	border-bottom: 1px solid #73B445;
	color: #38750D;
	font-size: 134%;
	text-align: center;
	padding-bottom: 10px;
}

.bottom__contact img {
	margin: 15px 25px 5px;
}

.bottom__contact_read p {
	color: #38750D;
	font-size: 11px;
}

.bottom__contact_read {
	width: 270px;
	margin: 0 20px;
}

.bottom__bana{
	margin-top: 10px;
}


/*レスポンシブ*/

@media screen and ( max-width:960px ){
	.l-wrapper-1{
		width: auto;
		box-sizing: border-box;
		margin-left: 20px;
		margin-right: 20px;
	}
}

@media screen and ( max-width:960px ){
	.section-primary{
		float: none;
		display: block;
		margin: 0 auto;
	}
}

@media screen and ( max-width:960px ){
	.side-nav a{
		box-sizing: border-box;
	}
}

@media screen and ( max-width:960px ){
	.section-secondery{
		float: none;
		width: auto;
		box-sizing: border-box;
		margin: 10px 0 0;
	}
}

@media screen and (max-width:960px ){
	.module-section-10 {
		width: auto;
	    padding: 20px 15px;
	    margin-top: 20px;
	    box-sizing: border-box;
	}
}

@media screen and ( max-width:960px ){
	.side__contact{
		display: none ;		/* 非表示にする */
	}
}

@media screen and ( max-width:960px ){
	.max-width479-on{
		width: 228px;
		display: block ;
		margin: 0 auto;		/* 表示にする */
	}
}

@media screen and ( max-width:960px ){
	.header-1__title{
		width: auto ;
		box-sizing: border-box;			
	}
}




/*contact*/

.table-3{
  width: 641px;
  margin-top: 40px;
  border-bottom: dotted 1px #72B344;
}

/*
.table-3__td:hover{
	text-decoration:underline;
}
*/

.table-3__tbody {
	display: block;
	width: 100%;
}

.table-3__tr {
  border-top: dotted 1px #72B344;
  /*border-bottom: dotted 1px #72B344; */
}

.table-3__th {
	color: #72B344;
	width: 138px;
	padding: 25px 10px 25px 13px;
}

.table-3__td {
  padding: 15px 20px 15px 0px;
  word-break: break-all;
}

textarea{
	line-height: 1.8em;
}

input:focus, textarea:focus {
	outline: none;
	background-color: #F5FAED;
}

.send_btn{
	margin-top: 30px;
	margin-bottom: 15px;
	text-align: center;
}

/*
.send{
	margin: 0 auto;
	width: 236px;
	height: 45px;
	border: 1px solid #73B445;
	border-radius: 6px;
}

.send:hover{
	margin: 0 auto;
	width: 236px;
	height: 45px;
	background: #73B445;
	border-radius: 6px;
}

.send a{
	display: block;
	color: #73B445;
	width: 190px;
	padding: 10px 0 10px 35px;
	font-size: 16px;
	text-decoration: none;
}

.send a:hover{
	color: #fff;
}

.send img{
	padding: 4px 0 4px 30px;
}
*/

.width-1{
	width: 380px;
}

.width-2{
	width: 470px;
}

/*

@media screen and (max-width: 960px)
.table-3__th {
    float: left;
    width: auto;
    padding-bottom: 0;
}
*/

@media screen and (max-width: 640px){
	.header-1__title {
	    font-size: 18px;
	    height: 40px;
    }
}


@media screen and (max-width: 960px){
	.table-3__tr {
	    display: block;
	}
}

@media screen and (max-width:960px ){
	.table-3__th{
		display: list-item;
		list-style: none;
		width: auto;
		padding: 10px;
	}
}

@media screen and (max-width:960px ){
	.table-3__td{
		display: list-item;
		list-style: none;
		width: 100%;
		padding: 0 0 15px;
		box-sizing: border-box;
	}
}


@media screen and (max-width: 960px){
	.table-3__th {
	    width: auto;
	    box-sizing: border-box;
	    border-top: solid 1px #fff;
	    padding: 10px 0 10px;
	}
}

@media screen and (max-width: 960px){
	.table-3__th, .table-3__td {
	    display: list-item;
	    list-style: none;
	    border: none;
	}
}

@media screen and (max-width: 960px){
	.table-3 {
	    width: 100%;
	    box-sizing: border-box;
	}
}

@media screen and (max-width:960px ){
	.header-1{
		width: auto;
		box-sizing: border-box;
	}
}

@media screen and ( max-width:960px ){
	.width-2{
		width: 100%;
		box-sizing: border-box;
	}
}

@media screen and ( max-width:960px ){
	.width-1{
		width: 100%;
		box-sizing: border-box;
	}
}
