@charset "utf-8";

/* ex_clearfix
-----------------------------------------*/ 
.ex_clearfix:after {
  content: "";
  clear: both;
  display: block;
}
/* ex_clearfix
-----------------------------------------*/ 
#sectionContents .ex_marginB0{
 margin-bottom:0px!important;
}
#sectionContents .ex_marginBS{
 margin-bottom:10px!important;
}
#sectionContents .ex_marginBM{
 margin-bottom:20px!important;
}
#sectionContents .ex_marginT0{
 margin-top:0px!important;
}
#sectionContents .ex_marginTSS{
 margin-top:5px!important;
}
#sectionContents .ex_marginTS{
 margin-top:10px!important;
}
#sectionContents .ex_marginTM{
 margin-top:20px!important;
}
#sectionContents .ex_marginTL{
 margin-top:30px!important;
}
#sectionContents .ex_marginTLL{
 margin-top:50px!important;
}


/* btn ----------------------- */
.s-btn {
	width: 100%;
	box-sizing: border-box;
	border: #000 1px solid;
	margin-bottom: 1em; 
}
.s-btn a {
	display: block;
	position: relative;
	background-color: #fff;
	color: #000;
	font-weight: bold;
	font-size: 90%;
	vertical-align: middle;
	text-align: center;
	display: block;
	position: relative;
	line-height: 1.6;
}
.s-btn a {
	padding: 10px 16px 10px 10px;
	text-align: center;
}
.s-btn a:after {
	display: block;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #666;
	content: " \f105";
	font-family: FontAwesome;
	font-size: 120%;
}

/* ---------------------------------------------------------
navi_page
----------------------------------------------------------*/

ul.navi_page li {
	display: block;
	margin: 0 0 10px;
	width: 322px;
	float: left;
}

ul.navi_page li a {
	color: #333;
}
ul.navi_page li a:hover {
	color: #999;
	text-decoration: none;
}

ul.navi_page li:before {
   line-height: 1.5;
   content: " \f107";
   font-family: FontAwesome;
   font-size:120%;
   	text-decoration: none;
	padding-right: 10px;
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
ul.navi_page li {
	width: auto;
	float: none;
}
}

.mod_section h4  {
	margin-bottom: .4em;
	}
	
.mod_section h4 a{
	color: #000;
  }
  
.mod_section h4 i {
	margin-left: .4em;
	}