@charset "utf-8";
/**
 *
 * lower: 下層ページ
 *
 */

/*----------------------------
	Helper
-----------------------------*/
.center {
	text-align:center;
}
.alignleft {
	float:left;
}
img.alignleft {
	margin:0 4% 4% 0;
}
.alignright {
	float:right;
}
img.alignright {
	margin:0 0 4% 4%;
}
.group {
	margin:40px 0 0 0;
}
.partner-box{
	border:2px #2b9041 solid;
}
.partner-box h3{
}
.note {
	background:url(../images/note-bg.gif);
	padding:5%;
}
ol {
}
ol li{
	list-style:decimal;
	line-height:1.6;
	margin:0 0 10px 1em;
	
}
.image.left {
	padding:0 30px 0 0;
}
span.map {
	display:inline-block;
	width:12px;
	height:18px;
	background:url(../images/company/map_06.gif) no-repeat center left;
	vertical-align:middle;
	margin:0 10px 0 0;
}
/*----------------------------
	Basic Elements
-----------------------------*/
#ContentsInner {
	max-width:960px;
	margin:0 auto;
}
#Contents aside {
	padding:0 40px 60px 40px;
}
#Contents dl {
	line-height:1.8;
}
#Contents dl dt {
	font-weight:bold;
	margin:0 0 10px 0;
	font-size:18px;
}
#Contents aside ul{overflow:hidden;}
#Contents aside li {
	width:25%;
	float:left;
	padding:1px;
}
#Contents aside li a{
	display:block;
	padding:22px;
	text-decoration:none;
}
#Contents aside li:nth-child(even) a {
	background:#f5f5f5;
}
#Contents aside li:nth-child(odd) a {
	background:#ececec;
}
#Contents aside li.active a,
#Contents aside li a:hover {
	background:#2b9041;
	color:#fff;
}
#Pankuzu {
	width:100%;
	position:absolute;
	top:200px;
	padding:20px 40px;
}
#Pankuzu ul {
	display:block;
	max-width:1100px;
	margin:0 auto;
}
#Pankuzu li {
	display:inline-block;
}
#Pankuzu li a {
	text-decoration:none;
}
#Pankuzu li a:after {
	content:"＞";
	margin:0 15px 0 0;
	padding:0 0 0 15px;
}
#Contents h3 {
	background:#f5f5f5;
	padding:15px 20px;
	font-size:20px;
	color:#2b9041;
	margin:0 0 30px 0;
	border-left:3px solid #2b9041;
}
#Contents section h2 {
	font-size:24px;
	letter-spacing:1px;
	color:#2b9041;
	margin:0 0 30px 0;
}
#Contents p {
	margin:0 0 1em 0;
	letter-spacing:1px;
}
#Contents p.lead {
	font-size:16px;
	line-height:1.8;
}
table{ width:100%;line-height:1.8; letter-spacing:1px;}
table th{
	width:20%;
	font-weight:bold;
}
table th,
table td {
	text-align:left;
	border-bottom:1px solid #ddd;
	padding:16px 1em 16px;
}
table span {
	color:#2b9041;
	display:inline-block;
	padding:0 5px 0 0 ;
}
table thead {
	background:#fafafa;
}
table.license th{
	width:auto;
	background:#fafafa;
}
table.license th,
table.license td{
	padding:16px 20px;
}
table.license th:nth-child(2),
table.license td:nth-child(2) {
	border-right:1px solid #ddd;
}
table.license th:nth-child(1),
table.license td:nth-child(1) {
	border-right:1px solid #ddd;
}
ul.column2{overflow:hidden;}
ul.column2 li {
	float:left;
	width:50%;
	line-height:2;
	padding:16px 0;
	border-bottom:1px solid #ddd;
}
/*----------------------------
	keyvisual
-----------------------------*/
#Keyvisual {
	width:100%;
	background:url(../images/main-lower.jpg) no-repeat center center;
	background-size:cover;
}
#Keyvisual div.section-inner {
	height:300px;
}
#Keyvisual h1{
	font-size:48px;
	text-align:center;
	color:#2b9041;
	line-height:1.2;
	letter-spacing:6px;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#Keyvisual h1 span {
	display:block;
	font-size:18px;
	margin:10px 0 0 0;
	letter-spacing:3px;
}



/*--------------------------------------------------------------------------
	Tablet
---------------------------------------------------------------------------*/
@media all and (max-width: 1024px){

}

/*--------------------------------------------------------------------------
	Smart Phone
---------------------------------------------------------------------------*/
@media all and (max-width: 767px){

/*----------------------------
	Helper
-----------------------------*/
img.alignleft {
	width:40%;
	height:auto;
}
#Contents aside {
	padding:0 10px 10px 10px;
}
#Contents aside ul{overflow:hidden;}
#Contents aside li {
	width:100%;
	float:none;
}
#Contents aside li a{
	padding:15px;
}
#Pankuzu {
	display:none;
}
/*----------------------------
	Helper
-----------------------------*/
#Contents h3 {
	padding:15px 15px;
	font-size:18px;
	margin:0 0 20px 0;
}
#Contents section h2 {
	font-size:20px;
	margin:0 0 25px 0;
	padding:0 20px;
}
table.responsive{
	
}
table th,table td {
	padding:6px 10px;
}
table.responsive th {
	display:block;
	width:100%;
	padding:8px 12px;
	margin:20px 0 10px 0;
	background:rgba(32,32,32,0.05);
}
table.responsive td {
	display:block;
	border:none;
	padding:0 0 0 12px;
}
#Keyvisual h1{
	font-size:32px;
}
ul.column2 li {
	float:none;
	width:100%;
	padding:10px 0 10px 15px;
}
.left,.right {
	max-width:100%;
}
.column4 li {
	margin:0 0 20px 0;
}
table.responsive input {
    height: 40px;
    width: 80%;
}
table.responsive textarea {
    width: 100%;
}
table.responsive select {
    height: 40px;
}
#Page #Contents #ContentsInner #ContactUs .section-inner .group form p input {
    font-size: 18px;
}


}
