@charset "utf-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, 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;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
img {
	max-width:100%;
	height:auto;
}

.container { 
	max-width: 1080px;
	margin: 0 auto; 
}

a {
	color:#000;
	text-decoration: none;
}							  
/* DEFAULT COLUMN STYLES */
.col { 
	display: block;
	float: left;
	width: 100%;
}

@media print, screen and ( min-width : 768px ) {
	
	.gutters .col {
		margin-left: 2%;
	}
	
	.gutters .col:first-child { 
		margin-left: 0; 
	}
}




/*	COLUMN WIDTH ON DISPLAYS +768px 
	You might need to play with media queries here to suite your design. */
@media print, screen and ( min-width : 768px ) {
	.span_1 { width: 8.33333333333%; }
	.span_2 { width: 16.6666666667%; }
	.span_3 { width: 25%; }
	.span_4 { width: 33.3333333333%; }
	.span_5 { width: 41.6666666667%; }
	.span_6 { width: 50%; }
	.span_7 { width: 58.3333333333%; }
	.span_8 { width: 66.6666666667%; }
	.span_9 { width: 75%; }
	.span_10 { width: 83.3333333333%; }
	.span_11 { width: 91.6666666667%; }
	.span_12 { width: 100%; }
	
	.gutters .span_1 { width: 6.5%; }
	.gutters .span_2 { width: 15.0%; }
	.gutters .span_3 { width: 23.5%; }
	.gutters .span_4 { width: 32.0%; }
	.gutters .span_5 { width: 40.5%; }
	.gutters .span_6 { width: 49.0%; }
	.gutters .span_7 { width: 57.5%; }
	.gutters .span_8 { width: 66.0%; }
	.gutters .span_9 { width: 74.5%; }
	.gutters .span_10 { width: 83.0%; }
	.gutters .span_11 { width: 91.5%; }
	.gutters .span_12 { width: 100%; }
}
/* CSS Document */

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	color:#fff;
}
.text-center {
	text-align: center;
}
.mt-20 {
	margin-top:20px;
}
.mb-20 {
	margin-bottom:20px;
}
h1.logo {
	text-align: center;
	margin-top:50px;
	margin-bottom:50px;
}
h1.logo img {
	width:350px ;
	height:auto;
}
.service {
	margin:0 auto 100px;
	overflow:hidden;
}
.service h1 {
	text-align: center;
	margin-bottom:20px;
}
.service section {
	background-color: #fff;
	color:#000;
	box-shadow: 2px 2px 4px #000;
}
.service section:hover {
	background-color: #efefef;
	
}
.service section .service_wrap {
	padding:20px;
}
section.company {
	margin-top:50px;
	margin-bottom:50px;
}
section.company h2 {
	text-align: center;
	font-size:32px;
	margin-bottom:50px;
}
.company_info {
	margin:0 auto;
	overflow: hidden;
	width:600px;
}
.company_info dt {
	width:20%;
	float:left;
	clear: both;
	margin-bottom:15px;
}
.company_info dd {
	width:80%;
	float:left;
	margin-bottom:15px;
}

.sdgs-wrap {
	background-color: #fff;
	padding:40px;
	color:#333;
	box-shadow: 2px 2px 4px #000;
	overflow: hidden;
}
.sdgs-wrap h2 {
	text-align: center;
}
.sdgs-logo {
	margin-top:20px;
	margin-bottom:60px;
	text-align: center;
}
.sdgs-wrap ul {
	margin-top:20px;
}
@media print, screen and ( max-width : 767px ) {
.service {
	margin:0 auto 50px;
	padding:20px;
}
	.service section {
		margin-bottom:20px;
	}
.company_info {
	width:100%;
	padding:20px;
}
.company_info dt {
	width:100%;
	float:none;
	background-color: #fff;
	color:#000;
	text-align: center;
}	
.company_info dd {
	width:100%;
	float:none;
}
	.sdgs-wrap ul li {
		width:50%;
	}
.sdgs-wrap {
	padding:20px;
}
.sdgs-wrap h2 {
	text-align: left;
}
}

.wf-sawarabigothic { font-family: "Sawarabi Gothic"; }

.copyright {
	text-align: center;
	padding-top:100px;
	padding-bottom:100px;
	background-image: url(images/footer_bg.png);
	background-position: bottom;
	background-repeat: repeat-x;
}