@charset "UTF-8";


/*******************************
 
topCss
 
*******************************/
.page #hero{
	border-top-color: #e07c7e;
}
.page #hero h1:after {
	content: url(../images/about_head_img01.png);
}

section {
	margin-bottom: 80px;
}


@media screen and (max-width: 767px) {
	
	
}


/*******************************

下層サブナビゲーション

*******************************/
nav.aboutNav {
    /*background: url(../images/about_back.jpg) repeat;*/
	background-color: #e07c7e;
}

nav.subNav ul {
    width: 988px;
}

nav.subNav li {
    width: 16%;
    letter-spacing: -0.02em;
	display: inline-block;
}



/*-----------------------------
.sec02
-------------------------------*/
.sec02 .staff_inner{
	width: 100%;
	display: table;
	overflow: hidden;
	border:solid 5px #ababab;
	border-radius: 20px;
	padding: 0;
}
.sec02 .staff dl,
.sec02 .staff .photo{
	display: table-cell;
	vertical-align: top;
}
.sec02 .staff dl{
	width: 75%;
}
.sec02 .staff dl dt,
.sec02 .staff dl dd{
	padding: 12px 15px;
}
.sec02 .staff dl dd{
	border-top: solid 1px #e9e9e9;
	margin-bottom: 0;
}
.sec02 .staff dl dt span.area {
    display: inline-block;
    background: #f0a4a1;
    padding: 0 5px;
    float: right;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
}
.sec02 .staff .photo{
	overflow: hidden;
	vertical-align: bottom;
	width: 25%;
	height: 100%;
	max-width: 123px;
	background: #f0a4a1;
	text-align: right;
	border-radius: 0 10px 10px 0 / 0 10px 10px 0;
	-webkit-border-radius: 0 10px 10px 0 / 0 10px 10px 0;
	-moz-border-radius: 0 10px 10px 0 / 0 10px 10px 0;
}
.sec02 .staff .photo img{
	width: auto;
}

.sec02 .comment p{
	background: #fffcf5;
	border-radius: 20px;
	padding: 15px 20px;
}
.sec02 .comment p span{
	border-bottom: dashed 2px #d7c59a;
	padding: 5px 0;
	line-height: 2;
}

@media screen and (max-width: 767px) {
	.sec02 .staff{
		margin-bottom: 15px;
	}
    .sec02 .staff dl dd{
        font-size: 12px;
    }
	.sec02 .comment{
		margin-bottom: 40px;
	}
}

/*******************************

下層Bottomナビゲーション

*******************************/
/*ul.aboutBN {
    border: solid 2px #f0a4a1;
    background: #fef9e9;
}

ul.aboutBN a {
    background: url(../images/about_back.jpg) repeat;
}*/

ul.aboutBN {
    border: solid 2px #e07c7e;
	background: #F8E5E5;
}

ul.bottomNav li {
    float: left;
    width: 33%;
	max-width: 309px;
    margin: 10px 30px 10px 0;
    padding: 0;
}


li.aboutBN a {
	float: left;
    display: block;
    width: 100%;
    padding: 15px 10px;
	position: relative;
	background-color: #e07c7e;
	border: solid 2px #e07c7e;
	border-radius: 8px;
}

li.aboutBN a:after{
	content: ">";
	position: absolute;
	right: 10px;
}

ul.bottomNav {
	border-radius: 0;
	padding: 30px 0;
	width: 1018px;
	margin: 0 auto;
}

.b_nav{
	background-color: #F8E5E5;
}

.b_arrow{
	vertical-align: -1.5px;
    margin-left: 25px;
}


li.aboutBN.active a{
	color:  #e07c7e;
	background-color: #FFFFFF;
	border: solid 2px #e07c7e;
	border-radius: 8px;
}

@media screen and (max-width: 767px) {
	
	ul.bottomNav li {
		float: left;
		width: 100%;
		margin: 10px 0;
		padding: 0;
		max-width: none;
	}
	
	ul.bottomNav {
		width: 100%;
	}
}


/*-----------------------------
事例
-------------------------------*/
.box_case{
	border: solid 3px #f0a4a1;
	border-radius: 10px;
	margin: 40px 0;
	padding: 25px 40px;
}
.box_case h3:after{
	content: "";
	display: block;
	width: 148px;
	height: 1px;
	border-bottom: dotted 2px #e07c7e;
	margin: 15px auto 30px;
}

.box_case ul{
	margin: 30px 0;
}
.box_case ul li{
	border-left: dashed 2px #e0ca98;
	text-align: center;
}
.box_case ul li:first-child{
	border: none;
}

.list_material{
	display: table;
	width: 100%;
	background: #fff;
	padding: 30px 30px 0 30px;
}
.list_material dd{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.case03 ul li span{
	display: inline-block;
}
.case03 ul li .i1{
	margin-bottom: 30px;
}
.case03 ul li .i2{
	margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
	.box_case{
		margin: 25px 0;
		padding: 25px 30px;
	}
	
	
	.case01 p{
		margin-bottom: 15px;
	}
	
	.box_case ul {
		margin: 15px 0;
	}
	.box_case ul li{
		border-top: dashed 2px #e0ca98;
		border-left: none;
		padding: 10px 0;
	}
	
	
	.list_material {
		display: block;
		margin: 20px 0;
		padding: 15px;
	}
	.list_material dd {
		display: inline-block;
	}
	
	
	.case03 ul li .i1{
		display: block;
		margin: 15px 0;
	}
	.case03 ul li .i2,
	.case03 ul li .i3{
		width: 48%;
	}
	
}

dl .list_material{
	text-align:-webkit-center;
}

.list_material img{
	margin-right: 30px;
	margin-bottom: 30px;
}