@charset "utf-8";

#mainVisual #mv {
    background-image: url(/teiju/files/img/about_inami/mv.jpg);
}
.imgTtl {
	text-align: center;
	margin-bottom: 50px;
}
.btnAccess {
	margin-top: 20px;
}
@media screen and (max-width:767px){
	.imgTtl {
		margin-bottom: 20px;
	}
}

/* aboutList 
------------------------------- */
.aboutList {
	padding-top: 20px;
}
.aboutList .imgWrap {
	padding: 20px;
	background: url(/teiju/files/img/common/bg_org.png) 0 0 repeat;
	position: relative;
	margin-bottom: 20px;
}
.aboutList .imgWrap .icon {
	position: absolute;
	top: -20px;
	left: 30px;
	height: 97.5px;
	width: 66px;
	background: url(/teiju/files/img/about_inami/ribbon.png) 0 0 no-repeat;
	background-size: 66px 97.5px;
	display: table;
}
.aboutList .imgWrap .icon p {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 128.57%;
	font-weight: bold;
	line-height: 1.2;
	padding-bottom: 10px;
	color: #333333;
}
.aboutList .imgWrap .icon p span {
	font-size: 125%;

}
@media screen and (max-width:767px) {
	.aboutList {
		padding-top: 10px;
	}
	.aboutList .imgWrap { 	
		padding: 10px;
		margin-bottom: 10px;
	}
	.aboutList .imgWrap .icon { 
		top: -10px;
		left: 20px;
		height: 65px;
		width: 44px;
		background-size: 44px 65px;
	}
	.aboutList .imgWrap .icon p {
		font-size: 85.714%;
		padding-bottom: 5px;
	}
}


/* aboutList02
------------------------------- */

.aboutList02 .imgWrap {

	margin-bottom: 20px;
}


/* ----------------------------------------

clearfix

---------------------------------------- */

/* Modern Browsers
------------------------------- */
#xxxx:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* Legacy IE
------------------------------- */
#xxxx {
	*zoom: 1;
}