@charset "UTF-8";

@media screen and (max-width: 750px) {
	
/*----------------------------------

common
 
---------------------------------- */

.pc_img {
	display:none;
}
.st_img {
	display:block;
}
.tb_img {
	display:none;
}
.sp_img {
	display:block;
}

ul,li {
	list-style: none;
	margin: 0;
	padding: 0;

}





/*----------------------------------

header
 
---------------------------------- */

.main_logo {
	position:absolute;
	z-index:5;
	width:auto;
	top:135px;
   right:0px;
   bottom:0px;
   left:0px;
   margin:auto 10px;
}
.main_logo img {
	width: 100%;
}


.main_content {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 90%;
}


/*----------------------------------

content
 
---------------------------------- */


#content_wrap {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	background-color: #000;
}


/*----------------------------------

sec01
 
---------------------------------- */

.section_wrap {
	width: auto;
	margin-right: 10px;
	margin-left: 10px;
	padding-top:10px;
	padding-bottom:30px;
}

.section_wrap02 {
	width: auto;
	margin-right: 10px;
	margin-left: 10px;
	padding-top:15px;
	padding-bottom:10px;
}

#sec01 {
	background-color:#93b65b;
	padding: 30px 0;
}

.t01 {
	width:auto;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 16px;
	}
	
.t01 img {
	width:95%;
}

#main_slide {
	display:none;
}
#main_slide02 {
	display:block;
}
.sp_slide {
	display:block;
}



/*----------------------------------

sec02
 
---------------------------------- */


#sec02 {
	background-color:#fff;
	padding: 30px 0;
}
	
	
	
.voicelist {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.voiceitem {
	width: 45.5%;
	margin-bottom: 10px;
	background: #efece7;
	padding: 5px;
}

.voiceitem2 {
	width: 100%;
	margin-bottom: 10px;
	background: #efece7;
	padding: 5px;
}	
.voiceitem ph {
	width: 100%;
	margin-bottom: 10px;
}
	
.voiceitem2 ph {
	width: 100%;
	margin-bottom: 10px;
}
	
.v01 {
	background-color: #93b65b;
	color:#fff;
	text-align: center;
	font-size: 12px;
	line-height: 150%;
	padding: 5px;
	margin-bottom: 8px;
}
.v02 {
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 0px;
}
.v03 {
	font-size: 12px;
	line-height: 130%;
	padding: 10px;
}
.more {
	background-color: #93b65b;
	padding: 2%;
	color:#fff !important;
	width: 96%;
	display: block;
	text-align: center;
	font-size: 12px;
}

.modal {
    display: none;
}
.modal p {
    font-size: 14px;
}





/*----------------------------------

footer
 
---------------------------------- */


#footer {
	background-color: #333333;
	padding-top: 30px;
	padding-bottom: 30px;
	width: 100%;
}


.footer_wrap {
	width: auto;
	margin-right: 10px;
	margin-left: 10px;
}

#footer h2 {
	color:#fff;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	margin-bottom:30px;
	
}

ul.footer_navi	{
	display: flex;
	width: 100%;
	justify-content: space-between;
	margin-bottom: 30px;
	flex-wrap: wrap;
}
ul.footer_navi li {
	width: 49%;
	margin-bottom: 5px;
}
ul.footer_navi li a{
	display: block;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	background: #0267c5;
	/* Safari,Google Chrome用 */ 
	background: url("../img/common/footer_icon.png") no-repeat left center,-webkit-gradient(linear, left top, left bottom,from(rgba(134,176,68,1.0)), to(#86b044));
	/* InternetExplorer8-9 */  
	-ms-filter: url("../img/common/footer_icon.png") no-repeat left center,"progid:DXImageTransform.Microsoft.gradient(startColorstr='#86b044', endColorstr='#86b044', GradientType=0)";
	/* InternetExplorer10 */  
	background: url("../img/common/footer_icon.png") no-repeat left center,linear-gradient(to bottom, #86b044, #86b044);
	background-size: 25px 22px,auto auto;
	color:#FFFFFF;
	font-size: 12px;
}

.footer_navi_l {
	text-align:center;
	float:none;
	
}
.footer_navi_r {
	text-align:center;
	float:none;
}
.footer_navi_c {
	text-align:center;
	float:none;
}

ul.footer_navi li a:link {
	color:#FFFFFF;
}

ul.footer_navi li a:hover {
	display: block;
	opacity:0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}

.footer_link {
	text-align:center;
	font-size:12px;
	color:#FFFFFF;
	margin-bottom: 20px;
}

.footer_link a:link,
.footer_link a:visited
 {
	color:#FFFFFF;
}
.footer_link a:hover
 {
	color:#FFFFFF;
	text-decoration:underline;
}

.copy {
	text-align:center;
	font-size:10px;
	color:#FFFFFF;
}





}


