/* 会社案内 */

@media screen and (min-width: 641px){

#com {
	font-size: 16px;
	line-height: 200%;
	}

#com h2 {
	font-family: "Hannari";
	font-size: 32px;
	line-height: 130%;
	letter-spacing: 0.1em;
	margin: 0px 0px 40px 0px;
	text-align: center;
	}

#com section {
	width: 100%;
	background: #f6f6f6;
	padding: 100px 0px 0px 0px;
	overflow: hidden;
	position: relative;
	}

#com .main p {
	width: 55%;
	margin: 0px;
	float: right;
	text-align: center;
	}

#com .main img {
	width: 100%;
	margin: 0px 0px 10px 0px;
	}

#com .main ol {
	width: 40%;
	background: #ffffff;
	font-size: 16px;
	line-height: 200%;
	margin: 0px;
	padding: 50px;
	box-sizing: border-box;
	position: absolute;
    left: 10%;
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	}

#com .pre img {
	width: 100%;
	margin: 0px 0px 50px 0px;
	}

#com .pre ol {
	width: 80%;
	margin: 0px auto;
	}

#com .pre p {
	font-size: 16px;
	font-weight: bold;
	margin: 40px 0px 0px 0px;
	float: right;
	}

#com .poi ul {
	width: 80%;
	margin: 0px auto;
	}

#com .poi li {
	width: 100%;
	background: #ffffff;
	margin: 0px auto 100px auto;
	padding: 50px 50px 80px 50px;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	box-sizing: border-box;
	}

#com .ide {
	background: #ffffff;
	padding: 100px 0px 100px 0px;
	text-align: center;
	}

#com .ide h2 br {
	display: none;
	}

#com .ide img {
	width: 600px;
	margin: 40px 0px 80px 0px;
	}

#com .ide li {
	width: 650px;
	font-size: 18px;
	font-weight: bold;
	margin: 40px auto 0px auto;
	text-align: left;
	}

#com .ide li:nth-child(2) {
	margin: 20px auto 40px auto;
	}

#com .ide font {
	color: #EC6C46;
	}

#com .sum ul {
	margin: 0px 0px 50px 0px;
	overflow: hidden;
	}

#com .sum li {
	margin: 0px 0px 50px 0px;
	text-align: center;
	}

#com .sum h3 {
	width: 140px;
	background: #ffffff;
	border: 2px #111111 solid;
	font-size: 18px;
	font-weight: bold;
	line-height: 46px;
	margin: 0px auto 30px auto;
	}

#com .sum li h2 br {
	display: none;
	}

#com .sum ol {
	width: 80%;
	background: #ffffff;
	font-size: 14px;
	margin: 50px auto 100px auto;
	padding: 50px 50px 30px 50px;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	box-sizing: border-box;
	}

#com .sum dl {
	width: 100%;
	margin: 0px 0px 20px 0px;
	display: table;
	}

#com .sum dt {
	width: 20%;
	font-weight: bold;
	display: table-cell;
	vertical-align: top;
	}

#com .sum dd {
	display: table-cell;
	}

#com .sum dd strong {
	display: block;
	}

}

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

#com {
	line-height: 200%;
	}

#com h2 {
	font-family: "Hannari";
	font-size: 24px;
	letter-spacing: 0.1em;
	line-height: 150%;
	margin: 0px 0px 30px 0px;
	text-align: center;
	}

#com section {
	width: 100%;
	background: #f6f6f6;
	padding: 50px 0px 0px 0px;
	}

#com .main p {
	width: 90%;
	margin: 0px auto 20px auto;
	text-align: center;
	}

#com .main img {
	width: 100%;
	margin: 0px 0px 5px 0px;
	}

#com .main ol {
	width: 90%;
	background: #ffffff;
	margin: 0px auto 0px auto;
	padding: 30px 20px;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	}

#com .pre img {
	width: 100%;
	margin: 0px 0px 20px 0px;
	}

#com .pre ol {
	width: 90%;
	margin: 0px auto;
	overflow: hidden;
	}

#com .pre p {
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0px 0px 0px;
	float: right;
	}

#com .poi {
	overflow: hidden;
	}

#com .poi ul {
	width: 90%;
	margin: 0px auto;
	}

#com .poi li {
	width: 100%;
	background: #ffffff;
	margin: 0px auto 50px auto;
	padding: 30px 20px;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	box-sizing: border-box;
	}

#com .poi li:nth-child(2) h2 {
	text-align: left;
	}

#com .ide {
	background: #ffffff;
	padding: 50px 0px 50px 0px;
	text-align: center;
	}

#com .ide img {
	width: 70%;
	margin: 20px 0px 40px 0px;
	}

#com .ide li {
	width: 80%;
	font-size: 14px;
	font-weight: bold;
	padding-left:1em;
	text-indent:-1em;
	margin: 20px auto 0px auto;
	text-align: left;
	}

#com .ide li:nth-child(2) {
	margin: 20px auto 20px auto;
	}

#com .ide font {
	color: #EC6C46;
	}

#com .sum {
	overflow: hidden;
	}

#com .sum ul {
	margin: 0px 0px 20px 0px;
	overflow: hidden;
	}

#com .sum li {
	margin: 0px 0px 30px 0px;
	text-align: center;
	}

#com .sum h3 {
	width: 100px;
	background: #ffffff;
	border: 2px #111111 solid;
	font-size: 14px;
	font-weight: bold;
	line-height: 28px;
	margin: 0px auto 20px auto;
	}

#com .sum li h2 {
	font-size: 18px;
	}

#com .sum ol {
	width: 90%;
	background: #ffffff;
	font-size: 12px;
	margin: 0px auto 50px auto;
	padding: 30px 20px 10px 20px;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
	box-sizing: border-box;
	}

#com .sum dl {
	width: 100%;
	margin: 0px 0px 20px 0px;
	display: table;
	}

#com .sum dt {
	width: 30%;
	font-weight: bold;
	display: table-cell;
	vertical-align: top;
	}

#com .sum dd {
	display: table-cell;
	}

#com .sum dd strong {
	display: block;
	}

}


