@charset "UTF-8";

/* 共通使用 */

#header-line{
	border-top:5px solid #000000;
}

#copy{
	background-color:#eaeaea;
	padding:10px 0;
	color:#000000;
}

.sub-menu-wrapper{
	position:relative;
}

.sub-menu{
	position:absolute;
	top:0;
	right:50px;
	list-style:none;
}

.sub-menu li{
	display:inline;
	margin-right:10px;
}

.sub-menu li:last-child{
	margin-right:0;
}

.main-menu{
	list-style:none;
	padding:0;
	margin:0;
}

.main-menu li{
	float: left;
	text-align:center;
	width:20%;
	line-height:1.2;
	font-weight:bold;
}

.main-menu li small{
	font-size: 12px;
	font-size: 1.2rem;
	font-weight:normal;
	color:#999999;
}

.main-menu li a{
	display:block;
	color:#000000;
	padding:20px 0 20px 0;
}

.main-menu li a:hover{
	background-color:#eaeaea;
	text-decoration:none;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.main-menu-wrapper{
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

.row-image {
	margin-top:0;
	margin-bottom:1%;
	margin-right: -1%;
	margin-left: -1%;
}

.row-image-top {
	margin-top:1%;
	margin-bottom:1%;
	margin-right: -1%;
	margin-left: -1%;
}

.image-list{
	position:relative;
	float: left;
	text-align:center;
	width: 48%;
	line-height:1.2;
	margin-right: 1%;
	margin-left: 1%;
	margin-top:1%;
	margin-bottom:1%;
}

.image-list2{
	position:relative;
	float: left;
	text-align:center;
	width: 48%;
	line-height:1.2;
	margin-right: 1%;
	margin-left: 1%;
	margin-top:1%;
	margin-bottom:1%;
}

.image-list-title{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	padding:10px 0;
	font-size:11px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,ffffff+100&0.3+0,0.9+50,0.3+100 */
	background: -moz-linear-gradient(left,  rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.3) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.9) 50%,rgba(255,255,255,0.3) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,255,255,0.3) 0%,rgba(255,255,255,0.9) 50%,rgba(255,255,255,0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4dffffff', endColorstr='#4dffffff',GradientType=1 ); /* IE6-9 */
}

.image-list-caption{
	padding:10px 0 10px 0;
}

.row-contents {
	margin-right: 0;
	margin-left: 0;
}

.row-contents-text {
	margin-right: 0;
	margin-left: 0;
	margin-bottom:3%;
}

.flow-box1{
	padding:20px;
	background-color:#eeeeee;
	border-radius:10px;
}

.flow-box2{
	padding:20px;
	background-color:#dddddd;
	border-radius:10px;
}

.flow-box1 h3,.flow-box2 h3{
	font-size:24px;
	font-size:2.4rem;
	line-height:1.6;
	padding:0 0 0 0;
	margin:0 0 0 0;
	font-weight:bold;
}

.flow-arrow{
	font-size:30px;
	font-size:3.0rem;
	padding:0 0 0 0;
	margin:0 0 0 0;
}

.company-table{
	margin-left:auto;
	margin-right:auto;
	border-collapse: collapse;
	margin-top:10px;
	margin-bottom:30px;
}

.company-table th{
	text-align:right;
	padding:0 20px 40px 0;
	vertical-align: top;
	white-space:nowrap;
}

.company-table td{
	border-left:1px solid #eeeeee;
	padding:0 0 40px 20px;
}

.sitemap{
	float:left;
	width: 98%;
	margin-right: 1%;
	margin-left: 1%;
	margin-top:0;
	margin-bottom:0;
}

.sitemap li{
	color:#9d0165;
	padding-bottom:30px;
}

.sitemap li:last-child{
	padding-bottom:0px;
}

.sitemap-2nd{
	margin-left:20px;
}

.sitemap-top{
	margin-top:-10px;
}

.consept-text{
	font-size:18px;
	font-size:1.8rem;
	line-height:1.8;
	font-weight:bold;
	padding:0 0 20px 0;
}

.consept-text small{
	font-weight:normal;
}

@media (min-width: 768px) {
	.row-image {
		margin-top:0;
		margin-bottom:1.5%;
		margin-right: -3%;
		margin-left: -3%;
	}
	
	.row-image-top {
		margin-top:1.5%;
		margin-bottom:1.5%;
		margin-right: -3%;
		margin-left: -3%;
	}
	
	.image-list{
		position:relative;
		float: left;
		text-align:center;
		width: 27.3333%;
		line-height:1.2;
		margin-right: 3%;
		margin-left: 3%;
		margin-top:1.5%;
		margin-bottom:1.5%;
	}
	
	.image-list2{
		position:relative;
		float: left;
		text-align:center;
		width: 27.3333%;
		line-height:1.2;
		margin-right: 3%;
		margin-left: 3%;
		margin-top:1.5%;
		margin-bottom:1.5%;
	}
	
	.image-list-title{
		padding:15px 0;
		font-size:14px;
	}
	
	.image-list-caption{
		padding:10px 0 0 0;
	}
	
	.row-contents {
		margin-right: 0;
		margin-left: 0;
	}
	
	.row-contents-text {
		margin-right: 0;
		margin-left: 0;
		margin-bottom:15px;
	}
	
	.company-table{
		margin-left:auto;
		margin-right:auto;
		border-collapse: collapse;
		margin-top:20px;
		margin-bottom:40px;
	}
	
	.company-table th{
		text-align:right;
		padding:0 40px 40px 20px;
		vertical-align: top;
		white-space:nowrap;
	}
	
	.company-table td{
		border-left:1px solid #eeeeee;
		padding:0 20px 40px 40px;
	}
	
	.sitemap{
		width: 27.3333%;
		margin-right: 3%;
		margin-left: 3%;
		margin-top:-15px;
		margin-bottom:0;
	}
	
	.sitemap li{
		margin-bottom:0;
	}
	
	.sitemap li:last-child{
		margin-bottom:0px;
	}
	
	.sitemap-top{
		margin-top:-15px;
	}

}

@media (min-width: 992px) {
	.row-image {
		padding-top:0;
		padding-bottom:0;
		margin-right: -3%;
		margin-left: -3%;
	}
	
	.row-image-top {
		padding-top:0;
		padding-bottom:0;
		margin-right: -3%;
		margin-left: -3%;
	}
	
	.image-list{
		position:relative;
		float: left;
		text-align:center;
		width: 27.3333%;
		line-height:1.2;
		margin-right: 3%;
		margin-left: 3%;
		margin-top:20px;
		margin-bottom:20px;
	}
	
	.image-list2{
		position:relative;
		float: left;
		text-align:center;
		width: 14%;
		line-height:1.2;
		margin-right: 3%;
		margin-left: 3%;
		margin-top:20px;
		margin-bottom:20px;
	}
	
	.image-list-title{
		padding:20px 0;
		font-size:18px;
	}
	
	.image-list-caption{
		padding:20px 0 0 0;
	}
	
	.row-contents-text {
		margin-right: 0;
		margin-left: 0;
		margin-bottom:40px;
	}
}

@media (min-width: 1200px) {
	
	.row-image {
		padding-top:0;
		padding-bottom:0;
		margin-right: -3%;
		margin-left: -3%;
	}
	
	.row-image-top {
		padding-top:0;
		padding-bottom:0;
		margin-right: -3%;
		margin-left: -3%;
	}
	
}

/*news-box*/

.news-box{
	background-color:#eaeaea;
	text-align:center;
	padding:20px;
	margin:15px 0 0 0;
}

.news-box h2{
	font-size:18px;
	font-size:1.8rem;
	font-weight:bold;
}

@media (min-width: 768px) {

	.news-box{
		margin:20px 0 0 0;
	}

}

@media (min-width: 992px) {
	.news-box{
		margin:20px 0 -10px 0;
	}
}

.new-icon {
	position:absolute;
	right:10px;
	top:10px;
	font-size:12px;
	font-size:1.2rem;
	line-height:1;
	text-align:center;
	background-color:#9d0165;
	color:#ffffff;
	padding:15px 8px 15px 8px;
	border-radius: 30px;
}

/*news-box end*/

/*photo-gallery*/

.photo-gallery-container{
	margin-top:1%;
	margin-bottom:4%;
}

.photo-gallery-container-thumb{
	width:100%;
}

.photo-gallery-container-main{
	width:100%;
	background-color:#eaeaea;
	text-align:center;
	line-height:0;
}

.photo-gallery-photo{
	height:auto;
	max-width:100%;
}

.row-photo-gallery-thumb{
	margin-left:-1%;
	margin-right:-1%;
	padding-bottom:0;
}

.photo-gallery-thumb{
	width:14.6666%;
	float: left;
	margin-left:1%;
	margin-right:1%;
	margin-bottom:2%;
}

@media (min-width: 768px) {
	.photo-gallery-container{
		margin-bottom:10px;
	}
	
	.photo-gallery-container-thumb{
		width:19%;
		margin-right:3%;
		float: left;
	}
	
	.photo-gallery-container-main{
		width:78%;
		height:392px;
		float: left;
		background-color:#eaeaea;
		text-align:center;
		line-height:0;
	}
	
	.photo-gallery-photo{
		max-height:392px;
		width:auto;
	}
	
	.row-photo-gallery-thumb{
		margin-left:-2%;
		margin-right:-2%;
		padding-bottom:10px;
	}
	
	.photo-gallery-thumb{
		width:46%;
		float: left;
		margin-left:2%;
		margin-right:2%;
		margin-bottom:4%;
	}
}

@media (min-width: 992px) {
	
	.photo-gallery-container{
		padding:20px 0 0 0;
		margin:0 0 40px 0;
	}
	
	.photo-gallery-container-thumb{
		width:19%;
		margin-right:3%;
		float: left;
	}
	
	.photo-gallery-container-main{
		width:78%;
		height:521px;
		float: left;
		background-color:#eaeaea;
		text-align:center;
		line-height:0;
	}
	
	.photo-gallery-photo{
		max-height:521px;
		width:auto;
	}
}

@media (min-width: 1200px) {
	.photo-gallery-container-thumb{
		width:19%;
		margin-right:3%;
		float: left;
	}
	
	.photo-gallery-container-main{
		width:78%;
		height:638px;
		float: left;
		background-color:#eaeaea;
		text-align:center;
		line-height:0;
	}
	
	.photo-gallery-photo{
		max-height:638px;
		width:auto;
	}
	
	.row-photo-gallery-thumb{
		margin-left:-2%;
		margin-right:-2%;
	}
	
	.photo-gallery-thumb{
		width:46%;
		float: left;
		margin-left:2%;
		margin-right:2%;
	}
}

/*photo-gallery end*/

/*media*/

.media-photo-gallery{
	position: relative;
	width: 100%;
	margin-right:0;
	float: none;
}

.media-contents{
	width: 100%;
	float: none;
}

.media-photo-gallery-container{
	margin-top:4%;
	margin-bottom:4%;
}

.media-photo-gallery-container-thumb{
	width:100%;
}

.media-photo-gallery-container-main{
	width:100%;
	background-color:#eaeaea;
	text-align:center;
	line-height:0;
	position:static;
}

.media-photo-gallery-photo{
	height:auto;
	max-width:100%;
}

.media-row-photo-gallery-thumb{
	margin-left:-1%;
	margin-right:-1%;
	padding-top:7px;
}

.media-photo-gallery-thumb{
	width:14.6666%;
	float: left;
	margin-left:1%;
	margin-right:1%;
	margin-bottom:2%;
}

@media (min-width: 768px) {
	
	.media-photo-gallery-container{
		margin-top:35px;
		margin-bottom:35px;
	}
	
	.media-row-photo-gallery-thumb{
		padding-top:7px;
	}
	
}

@media (min-width: 992px) {
	
	.media-photo-gallery{
		position: relative;
		width: 31.3333%;
		margin-right:6%;
		float: left;
	}
	
	.media-contents{
		width: 62.6666%;
		float: right;
	}
	
	.media-photo-gallery-container{
		margin-top:40px;
		margin-bottom:40px;
	}
	
	.media-row-photo-gallery-thumb{
		padding-top:191px;
	}
	
	.media-photo-gallery-container-main{
		height:186px;
		width:100%;
		background-color:#eaeaea;
		text-align:center;
		line-height:0;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.media-photo-gallery-photo{
		max-height:186px;
		width:auto;
	}
	
}

@media (min-width: 1200px) {
	.media-photo-gallery-container-main{
		height:227px;
		width:100%;
		background-color:#eaeaea;
		text-align:center;
		line-height:0;
	}
	
	.media-row-photo-gallery-thumb{
		padding-top:234px;
	}
	
	.media-photo-gallery-photo{
		max-height:227px;
		width:auto;
	}
}

/*media end*/