﻿@charset "utf-8";

.marker_yellow{
background: linear-gradient(transparent 60%, #ffff66 60%);
}


@media print, screen and (min-width: 800px) {


.company--text{
	width:1040px;
	margin: 0 auto;
	margin-top:10px;
	margin-bottom:40px;
	font-size:1.05em;
	line-height:1.5;
}
.sub-title-comment{
	width:1040px;
	margin: 0 auto;
	font-size:1.2em;
	margin-top:40px;
	margin-bottom:15px;
	font-weight:bold;
}
.sub-img{
	width:1040px;
	margin: 0 auto;
}
.comment--box{
	width:1040px;
	margin: 0 auto;
	margin-top:60px;
}


.sub-text{
	margin-bottom:10px;
	font-size:1.1em;
}

.margin--box{
	margin-bottom:160px;
}

}

@media only screen and (max-width: 800px) {
.company--text{
	width:93%;
	margin: 0 auto;
	margin-top:0px;
	margin-bottom:40px;
	font-size:0.9em;
}
.sub-mv{
	width:95%;
	margin: 0 auto;

}
.sub-mv-title{
	text-align:center;
	font-size:2em;
}
.company-contents{

	margin: 0 auto;
}

.company-contents h4{
border-bottom: solid 3px #CDFAAF;
  position: relative;
width:93%;
  margin: 0 auto;
  margin-bottom:15px;
  margin-top:60px;
  font-size:1.5em;
  padding-bottom:5px;
}
.company-contents h4:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #4CA90B;
  bottom: -3px;
  width: 30%;
}

.president{
	width:93%;
	margin: 0 auto;
	padding:0px; 0 0 0;
	text-align:center;
	margin-top:30px;
	letter-spacing:3px;
}

.president h3{
	font-size:1.2em;
	margin-bottom:20px;
	line-height:1.3;
	text-align:left;
}


.president-name{
	font-size:1.1em;
}

.left--box{

}
.right--box{

	padding:30px 0;
	text-align:center;
	font-size:1em;
}

.name{
	font-size:1.7em;
	display:block;
	margin-top:12px;
}
.company--text{
	width:93%;
	margin: 0 auto;
	margin-top:0px;
	margin-bottom:40px;
	font-size:0.9em;
}

.company-contents table{
	width:95%;
	margin: 0 auto;
	background:#fff;
	margin-bottom:60px;
}
.company-contents table th{
	background:#ECFDE1;
	font-weight:bold;
	padding:10px;
	border:1px solid #ccc;
	width:160px;
	text-align:center;
}
.company-contents table td{
	padding:20px 15px;
	border:1px solid #ccc;
}

.sub-title-comment{
	width:90%;
	margin: 0 auto;
	font-size:1.1em;
	font-weight:bold;
	margin-top:40px;
	margin-bottom:15px;
}
.sub-img{
	width:90%;
	margin: 0 auto;
}
.comment--box{
	width:95%;
	margin: 0 auto;
	margin-top:60px;
}
.sub-text{
	font-size:1.1em;
	width:90%;
	margin: 0 auto;
	margin-bottom:10px;
}

.margin--box{
	margin-bottom:160px;
}

}