@charset "UTF-8";

@font-face {
    font-family: 'M+ 2p regular';
    src: url('../fonts/mplus-2p-regular-sub.eot');
    src: url('../fonts/mplus-2p-regular-sub.eot?#iefix') format('embedded-opentype'),
    url('../fonts/mplus-2p-regular-sub.woff') format('woff'),
    url('../fonts/mplus-2p-regular-sub.ttf') format('truetype');
}
@font-face {
    font-family: 'M+ 2p bold';
    src: url('../fonts/mplus-2p-bold-sub.eot');
    src: url('../fonts/mplus-2p-bold-sub.eot?#iefix') format('embedded-opentype'),
    url('../fonts/mplus-2p-bold-sub.woff') format('woff'),
    url('../fonts/mplus-2p-bold-sub.ttf') format('truetype');
}
@import url(https://fonts.googleapis.com/css?family=Abel|Lato);
/*
	.	font-family: 'Rajdhani', sans-serif;
	.	font-family: 'Chathura', sans-serif;
*/

/*
	BASE
*******************************/

* {
	/*font-family:'ipam', 'ＭＳ Ｐ明朝', 'MS PMincho','ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'serif';*/
	font-family:'Lato',Arial, Helvetica, "sans-serif", "M+ 2p regular","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	margin: 0;
	padding: 0;
}

body * {line-height:1.22em;}


img {
	vertical-align:bottom;
	line-height:0;
}

p,th,td,dt,dd,li,h1,h2,h3,h4,h5,h6 { color:#222;}

a,
a:link,
a:visited {
	color:#000;
	text-decoration:underline;
}
a:hover {
	color:#666;
	text-decoration:none;
}

a img {
	outline:none;
	border:none;
}

.clear { clear:both;}

p {
	font-size: 16px;
	color: #000;
	line-height: 1.8;
	margin: 0 0 1em;
	padding: 0;
}

/*//////////////////////////////////////////////////////////////////////////*/



/*
	BASE LAYOUT
******************/

* img {
	max-width: 100%;
	height: auto;
}

/*
	HEADER LAYOUT
******************/

body header.head {
	width: 100%;
	background-color: #FFFFFF;
}
#header {
	width: 1200px;
	height: 120px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	box-sizing: border-box;
}
#header #logo {
	margin: 0;
	padding-top: 10px;
	display: inline-block;
	vertical-align: top;
}
#header #logo img {
	width: 150px;
}
#header #logo span {
	display: inline-block;
    font-family: 'M+ 2p bold';
	font-size: 18px;
	line-height: 1;
	padding: 0 0 30px 15px;
}
#header #logo a,
#header #logo a:link,
#header #logo a:visited {
	text-decoration: none;
}
#header p {
	font-size: 13px;
	line-height: 1.2;
	position: absolute;
	top: 20px;
	right: 0;
}

#header nav {
	display: inline;
}
#header nav ul {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 800px;
	letter-spacing: -0.3em;
}
#header nav ul li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	box-sizing: border-box;
	width: 25%;
	margin: 0;
	padding: 0;
	border-left: 1px solid #CCC;
}
#header nav ul li:last-child {
	border-right: 1px solid #CCC;
}
#header nav ul li a {
	display: block;
	height: 60px;
	line-height: 60px;
	font-size: 15px;
	text-decoration: none;
	padding: 0;
	margin: 0;
	transition: 0.3s;
	text-align: center;
	position: relative;
}
#header nav ul li a::after {
	content: '';
	height: 2px;
	width: 0;
	background: #70ad19;
	display: block;
	transition: 0.3s;
	margin:-3px auto 0;
}
#header nav ul li a:hover,
#header nav ul li.active a {
	color: #70ad19;
}
#header nav ul li.active a::after,
#header nav ul li a:hover::after {
	width: 100%;
}
/*
	CONTENT LAYOUT
******************/


#main {
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
	position: relative;
}
#contents {
	width: 1200px;
	margin: 0 auto;
	padding: 0;
}

/*
	FOOTER LAYOUT
******************/
footer {
	width: 100%;
}

#footer {
	width: 100%;
	margin: 0;
	padding: 30px 0;
	background: #71af18;
}
#footer > div {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
#footer dl {
	position: relative;
	padding-left: 100px;
}
#footer dt {
	font-size: 18px;
	line-height: 1;
	margin: 0 0 10px;
	color: #FFF;
}
#footer dt img {
	position: absolute;
	top: 0;
	left: 0;
	width: 85px;
}
#footer dd {
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
	color: #FFF;
}
#footer dd:nth-child(3),
#footer dd:nth-child(4){
	display: inline-block;
	margin-right: 2em;
}
#footer .cpyr {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
	color: #FFF;
	font-size: 13px;
}
#footer .br {
	display: none;
}

header.sm {
	display: none;
}

@media only screen and (max-width: 1200px) {


/*
	HEADER LAYOUT
******************/

#header {
	width: 98%;
}
#header #logo {
	padding-top: 20px;
}
#header #logo img {
	width: 130px;
}
#header #logo span {
	font-size: 16px;
	line-height: 1;
	padding: 0 0 25px 10px;
}
#header nav ul {
	width: calc(100% - 280px);
}
#header nav ul li a {
	font-size: 14px;
}
	
/*
	CONTENT LAYOUT
******************/
#contents {
	width: 96%;
}

/*
	FOOTER LAYOUT
******************/

#footer > div {
	width: 96%;
}

}

@media only screen and (max-width: 1024px) {



}

@media only screen and (max-width: 768px) {

body {
	background-size: cover;
}
	
header.sm {
	display:block;

}

/*
	HEADER LAYOUT
******************/

	header.head {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99;
	}
#header {
	height: auto;
	padding: 20px 0;
	background-color: #FFF;
}
#header #logo {
	padding: 0;
}
#header #logo img {
	width: 80px;
}
#header #logo span {
	font-size: 14px;
	line-height: 1;
	padding: 0 0 15px 10px;
}
#header p {
    font-size: 11px;
	text-align: center;
	top: 5px;
}
#header nav {
	display: none;
}

#footer {
	padding: 20px 0;
}
#footer > div {
	text-align: center;
}
#footer dl {
	text-align: left;
	margin: 0 auto;
	padding-left: 60px;
	
}
#footer dt {
	font-size: 16px;
}
#footer dt img {
	width: 50px;
}
#footer dd {
	font-size: 13px;
}
	
}

@media only screen and (max-width: 480px) {
	
#footer dd:nth-child(3),
#footer dd:nth-child(4){
	display: block;
	margin-right: 0;
}
#footer .cpyr {
	bottom: -1em;
	
}
#footer .br {
	display: inline;
}
}