/* 会社案内 */

@media screen and (min-width: 641px){

#ssg_sto {
	width: 100%;
	background: #f6f6f6;
	line-height: 200%;
	padding: 100px 10%;
	box-sizing: border-box;
	}

#ssg_sto h2 {
	font-family: "Hannari";
	font-size: 32px;
	line-height: 130%;
	letter-spacing: 0.1em;
	margin: 0px 0px 40px 0px;
	}

#ssg_sto .abo {
	font-size: 16px;
	margin: 0px 0px 100px 0px;
	text-align: center;
	overflow: hidden;
	}

#ssg_sto .abo h3 {
	width: 100%;
	font-family: "Hannari";
	font-size: 48px;
	letter-spacing: 0.1em;
	color: #C9AC92;
	margin: 0px auto 60px auto;
	position: relative;
	}

#ssg_sto .sto ol {
	width: 100%;
	background: #ffffff;
	margin: 0px auto 50px 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;
	}

#ssg_sto .sto dl {
	width: 100%;
	margin: 0px 0px 20px 0px;
	display: table;
	}

#ssg_sto .sto dt {
	width: 20%;
	font-weight: bold;
	display: table-cell;
	vertical-align: top;
	}

#ssg_sto .sto dd {
	display: table-cell;
	}

#ssg_sto .sto iframe {
	width: 100%;
	height: 600px;
	margin: 0px auto;
	display: block;
	}

}

@media screen and (max-width: 640px){

#ssg_sto {
	width: 100%;
	background: #f6f6f6;
	line-height: 200%;
	padding: 50px 5%;
	box-sizing: border-box;
	}

#ssg_sto h2 {
	font-family: "Hannari";
	font-size: 24px;
	letter-spacing: 0.1em;
	line-height: 150%;
	margin: 0px 0px 20px 0px;
	text-align: center;
	}

#ssg_sto .abo {
	font-size: 14px;
	margin: 0px 0px 50px 0px;
	}

#ssg_sto .abo h3 {
	width: 100%;
	font-family: "Hannari";
	font-size: 24px;
	letter-spacing: 0.1em;
	color: #C9AC92;
	margin: 0px auto 30px auto;
	text-align: center;
	position: relative;
	}

#ssg_sto .sto img {
	width: 100%;
	margin: 0px auto 30px auto;
	}

#ssg_sto .sto ol {
	width: 100%;
	background: #ffffff;
	margin: 0px auto 30px 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;
	}

#ssg_sto .sto dl {
	width: 100%;
	margin: 0px 0px 20px 0px;
	display: table;
	}

#ssg_sto .sto dt {
	width: 30%;
	font-weight: bold;
	display: table-cell;
	vertical-align: top;
	}

#ssg_sto .sto dd {
	width: 70%;
	display: table-cell;
	}

#ssg_sto .sto iframe {
	width: 100%;
	height: 300px;
	margin: 0px auto;
	display: block;
	}

}


