@charset "UTF-8";

/*================================================================
↓企業理念========================================================
================================================================*/
.philosophy {
	color:rgba(103,103,103,1);
	padding:10px;
	box-sizing:border-box;
	border:solid 1px rgba(210,210,210,1);
	margin-bottom:40px;
}
.philosophy .inner {
	box-sizing:border-box;
	border:solid 1px rgba(210,210,210,1);
	padding:25px;
}
.philosophy h1 {
	font-size:2.4em;
	line-height:1.4em;
	margin-bottom:20px;
	text-align:center;
}
.philosophy p {
	font-size:1.6em;
	line-height:2.2em;
	margin-bottom:10px;
	text-align:center;
}
.philosophy p:last-child {
	margin-bottom:0px;
}
.philosophy .logo {
	width:153px;
	height:50px;
	margin:0 auto;
}
.philosophy .logo img {
	width:100%;
	height:auto;
}
@media screen and (max-width: 480px) {
.philosophy p {
	text-align:left;
}
}

/*================================================================
↓製品============================================================
================================================================*/
.products-list .button-store{ display: inline-block; font-size: 0.8em; margin: 10px 5px }
.products-list .button-store a:link, .button-store a:visited{ padding: 8px 0; width: 9em }
.products-list {
	margin-bottom:40px;
}
.products-listbox {
	box-sizing:border-box;
	border-top:solid 1px rgba(210,210,210,1);
}
.products-listbox:last-child {
	border-bottom:solid 1px rgba(210,210,210,1);
}
.products-listbox dt {
	color:rgba(0,56,148,1);
	font-size:1.6em;
	line-height:1.6em;
	padding:10px;
	background-color:rgba(245,245,245,1);
	border-bottom:solid 1px rgba(210,210,210,1);
}
.products-listbox dd {
	padding:20px;
	text-align:center;
}
.products-listbox .contents {
	font-size:1.2em;
	line-height:1.6em;
	display:inline-block;
	padding:0 20px;
	text-align:center;
	width:35%;
}
.products-listbox .contents img {
	width:150px;
	height:auto;
}
.products-listbox .contents p {
	font-size:1.2em;
	line-height:1.6em;
	white-space:nowrap;
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 480px) {
.products-listbox .contents {
	margin-bottom:10px;
	width:inherit;
}
.products-listbox .contents:last-child {
	margin-bottom:0px;
}
}

/*================================================================
↓会社概要========================================================
================================================================*/
.company {
	margin-bottom:40px;
}
.profile {
	font-size:1.4em;
	line-height:1.6em;
	padding:20px;
}
.profile table {
	margin:0 auto;
}
.profile th {
	width:20%;
	font-weight:normal;
	text-align:right;
	padding:5px 10px;
	white-space:nowrap;
}
.profile td {
	width:auto;
	padding:5px 10px;
}