@media only screen and (min-width:840px) {
ul.pageInnerLink,
ul.commentLink{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 50px 0;
	padding: 20px;
	background: rgba(255, 255, 255, 0.85);
	box-shadow: 3px 3px 13px rgba(0, 0, 0, 0.7);
}
ul.pageInnerLink >li {
	padding: 2px;
	width: 33%;
}
ul.pageInnerLink >a {
	position: relative;
}

ul.pageInnerLink >li >p {
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 12px 0;
    font-size: 16px;
    border: 1px solid #d1eae7;
    font-family: "Sawarabi Mincho";
    letter-spacing: 0.1rem;
	color: #000;
	background: #ccc;
}

section.inter {
	width: 960px;
	margin: 0 auto 40px auto;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.9);
	padding: 20px;
	border: #003619 solid 3px;
	border-top: none;
}

h2.ttl {
	margin-top: 40px;
}
/*h2.ttl {
	font-family: "Sawarabi Mincho";
	padding: 40px;
	font-size: 36px;
	letter-spacing: .2rem;
	color: #fff69b;
	background: #00551e; 
	background: -moz-linear-gradient(top, #00551e 0%, #004016 100%); 
	background: -webkit-linear-gradient(top, #00551e 0%,#004016 100%);
	background: linear-gradient(to bottom, #00551e 0%,#004016 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00551e', endColorstr='#004016',GradientType=0 );
}
h2.ttl >span {
	font-size: 18px;
	color: #fff;
	text-align: center;
	letter-spacing: 0rem;
}*/

section.inter >h3 {
	margin: 0 0 23px;
    padding: 0 0 10px;
    border-bottom: 3px solid #1c3a57;
    color: #032545;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    font-weight: normal;
    font-size: 18pt;
    text-align: center;
}

section.inter >div.box04 {
	justify-content: flex-start;
	margin: 0 auto;
}

section.inter >div.box {
    display: flex;
    line-height: 24px;
    margin-left: 20px;
}

section.inter >div.box04 {
    display: inherit;
}

section.inter >div.box04 {
   padding:0;
   margin:-20px 0 -20px -15px; 
}

section.inter >div.box >p {
	font-size: 15px;
	text-align: left;
}
section.inter >div.box >img {
	display: block;
}
section.inter >div.box01 >p {
	padding: 0 0 0 20px;
	line-height: 1.8rem;
}
section.inter >div.box02 {
	justify-content: flex-end;
	margin: 30px 70px;
}
section.inter >div.box03 {
	justify-content: flex-start;
	margin: 30px 56px;
}
section.inter >div.box02 >p {
	margin-right: 30px;
}
section.inter >div.box03 >p {
	margin-left: 30px;
}
section.inter >ul {
	display: flex;
	flex-wrap: wrap;
	margin-left: 10px;
	/*justify-content: space-between;*/
}
section.inter >ul >li {
    width: 30%;
    margin-bottom: 20px;
}
section.inter >ul >li >p {
	text-align: left;
	font-size: 14px;
	line-height: 24px;
}
section.inter >ul >li >p >span {
	display: block;
	font-weight: bold;
}
section.inter >ul >li >img {
	/*width: 100%;*/
    display: block;
    margin-bottom: 20px;
}
}

@media only screen and (max-width:840px) {
ul.pageInnerLink,
ul.commentLink{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 50px 0;
	padding: 20px;
	background: rgba(255, 255, 255, 0.85);
	box-shadow: 3px 3px 13px rgba(0, 0, 0, 0.7);
}
ul.pageInnerLink >li {
	padding: 2px;
	width: 33%;
}
ul.pageInnerLink >a {
	position: relative;
}

ul.pageInnerLink >li >p {
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 12px 0;
    font-size: 16px;
    border: 1px solid #d1eae7;
    font-family: "Sawarabi Mincho";
    letter-spacing: 0.1rem;
	color: #000;
	background: #ccc;
}

section.inter {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.9);
	border: #003619 solid 3px;
	border-top: none;
}
h2.ttl {
	margin-top: 40px;
	/*width:98%;*/
	border-top:#003619 solid 3px;
}
h2.ttl img {
	/*margin: 40px auto 0;*/
	width:100%;
}
.mainbg div p img{
	width: 100%;
}
/*h2.ttl {
	font-family: "Sawarabi Mincho";
	padding: 40px;
	font-size: 36px;
	letter-spacing: .2rem;
	color: #fff69b;
	background: #00551e; 
	background: -moz-linear-gradient(top, #00551e 0%, #004016 100%); 
	background: -webkit-linear-gradient(top, #00551e 0%,#004016 100%);
	background: linear-gradient(to bottom, #00551e 0%,#004016 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00551e', endColorstr='#004016',GradientType=0 );
}
h2.ttl >span {
	font-size: 18px;
	color: #fff;
	text-align: center;
	letter-spacing: 0rem;
}*/

section.inter >h3 {
	width: 100%;
	margin: 0 0 23px;
    padding: 20px 0 20px;
    border-bottom: 3px solid #1c3a57;
    color: #032545;
	font-family: "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    font-weight: bold;
    font-size: 14pt;
    text-align: center;
	letter-spacing: 0.1rem;
	line-height: 1.2;
}

section.inter >div.box04 {
	justify-content: flex-start;
	margin: 0 auto;
}

section.inter >div.box {
    display: block;
    line-height: 24px;
	width: 95%;
	margin:0 auto;
}

section.inter >div.box04 {
    display: inherit;
}

section.inter >div.box04 {
   padding:0;
   margin:-20px 0 -20px -15px; 
}

section.inter >div.box >p {
	font-size: 14px;
	text-align: left;
	padding: 20px;
}
section.inter >div.box >img {
	display: block;
}
section.inter >div.box01 >p {
	/*padding: 0 0 0 20px;*/
	line-height: 1.4rem;
}
section.inter >div.box02 {
	margin: 15px auto;
	width:95%;
}
section.inter >div.box03 {
	margin: 15px auto;
	width: 95%;
}
section.inter >div.box02 >p {
	margin-right: 30px;
}
section.inter >div.box03 >p {
	/*margin-left: 30px;*/
}
section.inter >ul {
	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
}
section.inter >ul >li {
    width: 50%;
    margin-bottom: 20px;
}
section.inter >ul >li >p {
	text-align:left;
	font-size: 14px;
	line-height: 23px;
	margin-left:8px;
	width: 87%;
}
section.inter >ul >li >p >span {
	display: block;
	font-weight: bold;
	text-align: center;
}
section.inter >ul >li >img {
	/*width: 100%;*/
    display: block;
    margin-bottom: 20px;
}
.img_right{
	width:72% !important;
}
.img_right img{
	float:left;
	clear:both;
	margin:0 auto;
}
.img_right p{
	width: 50%;
	margin-left:47%!important;
	margin-top:20%!important;
}
header h2{
	padding:0;
}
}

/*住心地インタビュー部分*/
section.inter2 {
	width: 960px;
	margin: 0 auto;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.9);
	padding: 20px;
	border: #003619 solid 3px;
	border-top: none;
}
.slider {
	width: 890px;
	padding-bottom: 70px;
	overflow: hidden;
}
.slider .fl{
	float:left;
}
.slider .fr{
	width:463px;
	float:right;
}
.slidertitle1{
	padding-bottom:10px;
	}
.slidertitle2{
	padding-bottom:10px;
	}
.sliderimg{
	padding-bottom:50px;
	}
.slidertxt{
	text-align:justify;
	font-size:15px;
	font-weight: normal;
	line-height:1.7em;
	}
.slidertxt span{
	background: linear-gradient(transparent 0%, #d0e4c7 0%);
	}
.slidertxt2{
	text-align:justify;
	font-size:15px;
	font-weight: normal;
	line-height:1.7em;
	}
.slidertxt2 span{
	background: linear-gradient(transparent 0%, #bde1e6 0%);
	}

/* Control Nav */
.flex-control-nav { display:none;}

@media only screen and (max-width: 960px) {
section.inter2 {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.9);
	border: #003619 solid 3px;
	border-top: none;
}
.slider {
	width: 90%;
	padding-bottom:0;
	overflow: hidden;
}
.slider .fl{
	float:none;
	text-align:center;
	display:block;
}
.slider .fr{
	width:100%;
	float:none;
	text-align:center;
	padding-bottom:0;
	display:block;
	padding-bottom:5%;
}
.slidertitle1{
	padding-bottom:3%;
	}
.slidertitle2{
	padding-bottom:3%;
	}
.slidertitle1 img{
	width:100%;
	}
.sliderimg{
	padding-bottom:3%;
	}

}
