@charset "UTF-8";
/* CSS Document */

.logo-image {
  width: 280px;
}
.logo-footer {
  width: 280px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.main_img {
  max-height: 427px;
  width: auto;
  display:block;
  margin: 0;
  padding: 0;
}
.news-text {
  margin-top: 10px;  
}

.news-date {
  display: block;
  font-size: 1em;
  color: #aaa;
  line-height: 1;
  margin-top: 10px;
}
.post-images {
  width: 640px;
}
.red {
  color: red;
}

.icon-up-open-mini {
  padding-top: 6px;  
}


.sidebar .widget-title {
	margin: 0 -40px;
	margin-top: -34px; /* account border */
	margin-bottom: 35px;
	position: relative;
	padding: 15px 40px;
	border-bottom: 1px solid #efefef;
	
	font-family: "Merriweather", Georgia, serif;
	font-size: 16px;
	line-height: 1.7;
}

.widget-title em {
	font-weight: 300;	
}

.widget-about .widget-title {
	border: 0;
	margin: 0;
	margin-top: -5px;
	padding: 0;
}

.widget-quote .widget-title {
	margin: 0 -50px;
	margin-top: -33px;
	padding: 13px 40px;
	font-size: 1.2em;
	font-weight: 400;
	color: #82af7c;
}

.post-content, .post-excerpt {
  font-size: 1.2em;
}
.company-title {
  font-weight: bold;
}
.company-title::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/icon/icon.svg);
  background-size: contain;
  padding-top: 4px;
  margin-right: 5px;
  vertical-align: middle;
  background-repeat: no-repeat;
}
.mail {
  max-width: 230px;
  margin-bottom: -7px;
}
 .copyright {
   text-align: center;
 }