@import url('https://fonts.googleapis.com/css?family=Lato:400,900');

@charset "utf-8";

/**
 *
 * global: サイト共通
 *
 */


/*--------------------------------------------------------------------------
	reset
---------------------------------------------------------------------------*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,ins,kbd,q,samp,small,strong,
sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,
figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
*{-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;}
body{line-height:1;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
nav ul{list-style:none;}
ul,ol,li,dl,dt,dd{list-style-type:none;list-style-position:outside;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:none;}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}
ins{text-decoration:none;}
img{vertical-align:top;border:0;image-rendering: optimizeQuality;-ms-interpolation-mode: bicubic;}
del{text-decoration:line-through;}
hr{display:block;height:0;border:0;margin:0;padding:0;}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help;}
table{border-collapse:collapse;border-spacing:0;}
em,strong{ font-weight: bold;}

input,select,textarea{margin:0;padding:0;vertical-align:baseline;}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}

img {max-width: 100%;}

/*--------------------------------------------------------------------------
	basic elements
---------------------------------------------------------------------------*/
html{
	overflow-y: scroll;
}
body{
	background: #fff;
	font-family: 'Lato',YuGothic,'游ゴシック',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ", "Meiryo",Sans-Serif;
	font-size: 14px;
	color: #222222;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}
a {
	color: #2b9041;
	outline:none;
	display:inline-block;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(43, 144, 65, 0.2);
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
	}
a:hover {color:#2b9041; text-decoration:underline;}

/*----------------------------
	helper : layout
-----------------------------*/
.centering {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.wrap {
	overflow:hidden;
}
.left {
	width:50%;
	float:left;
}
.right {
	width:50%;
	float:right;
}
.column3,.column4  {
	overflow:hidden;
}
.column3 li {
	display:block;
	width:33.3%;
	float:left;
}
.column3 li:nth-child(3n+1){
	padding:0 1px 0 0;
}
.column3 li:nth-child(3n+2){
	padding:0 0.5px 0 0.5px;
}
.column3 li:nth-child(3n+3){
	padding:0 0 0 1px;
}

.column4 li {
	display:block;
	width:25%;
	float:left;
}
.column4 li:nth-child(4n+1){
	padding:0 3% 0 0;
}
.column4 li:nth-child(4n+2){
	padding:0 2% 0 1%;
}
.column4 li:nth-child(4n+3){
	padding:0 1% 0 2%;
}
.column4 li:nth-child(4n+4){
	padding:0 0 0 3%;
}
/*----------------------------
	helper : btn
-----------------------------*/
.btn {
	text-align:center;
}
.btn a {
	text-decoration:none;
	display:inline-block;
	padding:15px;
	min-width:230px;
	background:#fff;
	color:#2a873e;
	border:1px solid #ddd;
	text-align:center;
}
.btn a:hover {
	border:1px solid #2a873e;
}
.btn a img {
	vertical-align:middle;
	margin:0 10px 0 0;
}
.btn.green a {
	text-decoration:none;
	display:inline-block;
	padding:20px;
	min-width:230px;
	background:#2a873e;
	color:#fff;
	text-align:center;
	border:2px solid #2a873e;
}
.btn.green a:hover {
	background:#fff;
	color:#2a873e;
}


/*--------------------------------------------------------------------------
	Tablet
---------------------------------------------------------------------------*/

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

}

/*--------------------------------------------------------------------------
	Smart Phone
---------------------------------------------------------------------------*/

@media all and (max-width: 767px){
.left {
	width:100%;
	max-width:320px;
	float:none;
	padding:0 !important;
	margin:0 auto 20px auto;
}
.right {
	width:100%;
	max-width:320px;
	float:none;
	margin:0 auto;
	padding:0 !important;
}
.column3 li {
	display:block;
	width:100%;
	max-width:320px;
	margin:0 auto 30px auto;
	float:none;
}
.column3 li:nth-child(3n+1){
	padding:0;
}
.column3 li:nth-child(3n+2){
	padding:0;
}
.column3 li:nth-child(3n+3){
	padding:0;
}
.column4 li {
	display:block;
	width:50%;
	float:left;
	margin:0 0 30px 0;
}
.column4 li:nth-child(4n+1){
	padding:0 1% 0 0;
}
.column4 li:nth-child(4n+2){
	padding:0 0 0 1%;
}
.column4 li:nth-child(4n+3){
	padding:0 1% 0 0;
}
.column4 li:nth-child(4n+4){
	padding:0 0 0 1%;
}
/*----------------------------
	helper : btn
-----------------------------*/

}