@charset "utf-8";

.first-block {
	margin-left: 1%;
	margin-bottom: 20px;
}
.first-block h4 {
	margin-bottom: 25px;
}
.caption{
	font-size: 15px;
	line-height: 1.5;
	margin-top: .5em;
	color: #4c4c4c;
}
.case-area img{
	border: solid 1px #b5b5b5;
}

/* -------------------------------------------------
	company-voice-area
------------------------------------------------- */

#company-voice-area {
	margin-bottom: 85px;
	text-align: center;
}
#company-voice-area h5 {
	margin-bottom: 24px;
}
#company-voice-area ul {
	margin-bottom: 2em;

}
#company-voice-area li {
	width: 32%;
	margin-right: 2%;
	float: left;
}
#company-voice-area li.last {
	margin-right: 0;
}
#company-voice-area a {
	display: block;
	position: relative;
	color: #000;
}
#company-voice-area .image {
	margin-bottom: 13px;
	border: solid 3px #6e95cb;
}
#company-voice-area a:hover .image{
	border: solid 3px #d76962;
}
#company-voice-area .com {
	color: #2c60ba;
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
	font-weight: bold;
	margin-bottom: .5em;
}
#company-voice-area a:hover .com {
	color: #d76962;
}

#company-voice-area .com span{
	font-size: 15px;
	font-weight: normal;
}
#company-voice-area dl {
	text-align: left;
	font-size: 15px;
	padding-left: 10px;
	border-left: solid 5px #c9d8ed;
}
#company-voice-area dl dt{
	color: #073888;
}
#company-voice-area dl dd{
	margin: -.3em 0 0 0;
}
#company-voice-area .copy {
	margin-bottom: 5px;
	color: #2c60ba;
}
#company-voice-area .arrow {
	width: 28px;
	height: 28px;
	background: url(../../../shared/img/arrow_001.png) no-repeat center center;
	background-size: 10px auto;
	position: absolute;
	right: 0;
	top: 0;
}
#company-voice-area a:hover .arrow {
	background-color: #d76962;
}

/* -------------------------------------------------
	first-block
------------------------------------------------- */
.first-lead{
	font-size: 18px;
	line-height: 28px;
}

.voice .h-style4 span{
	font-size: 20px;
	padding-left: .3em;
}

.voice .intro2{
background: #fffacc;
padding: 1em 1.5em;
border: solid 3px #eac887;
margin-bottom: 2em;
}

/* -------------------------------------------------
	case-area
------------------------------------------------- */

.case-area {
	padding-top: 100px;
	padding-bottom: 50px;
	margin-top: -100px;
}
.case-area h5 {
	display: table;
	width: 100%;
	margin-bottom: 30px;
	border-collapse: collapse;
	table-layout: fixed;
}
.case-area h5 .image {
	width: 11.4%;
	display: table-cell;
	vertical-align: bottom;
}
.case-area h5 img {
	width: 87.71%;
	border: none;
	position: relative;
	top: 3px;
}
.case-area h5 .text {
	display: table-cell;
	vertical-align: middle;
	border-bottom: solid 3px #b8b8b8;
}
.case-area h5 strong {
	color: #2c60ba;
}

/* intro */
.intro {
	padding: 30px 2.9%;
	margin-bottom: 40px;
	background-color: #faefe7;
}
.intro h6 {
	padding-left: 18px;
	margin-bottom: 28px;
	border-left: solid 13px #ed9d5c;
}
.intro .l-side,
.intro .r-side {
	width: 48.40%;
}

.intro-unit{
	margin-bottom: 2em;
}
.intro-unit .l-side,
.intro-unit .r-side {
	width: 48.40%;
}
.intro-unit .r-side .contents-hd{
	font-weight: bold;
	height: 36px;
	line-height: 36px;
	background:  #a6def3;
	padding-left: 15px;
}
.intro-unit .r-side ul{
	margin: 1em 0 1em .5em;
}
.intro-unit .r-side li{
	font-size: 15px;
	line-height: 1.5;
	padding-left: 15px;
	padding-bottom: .4em;
	margin-bottom: .7em;
	background: url(../../../shared/img/arrow_008.png) no-repeat left 5px;
	border-bottom: solid 1px #d0d0d0;
}

/* interview */
.case-area .interview .lead {
	margin-left: 1%;
	margin-bottom: 10px;
	color: #2c60ba;
	font-weight: bold;
}
.case-area .interview .lead.mb {
	margin-bottom: 27px;
}
.case-area .interview .name {
	margin-left: 1%;
	margin-bottom: 32px;
}
.case-area .interview .name.short-mb {
	margin-left: 0;
	margin-bottom: 23px;
}
.case-area .interview .l-side {
	margin-left: 1%;
}
.case-area .interview .picture {
	width: 31.9%;
	margin-bottom: 60px;
}
.case-area .interview .text {
	width: 63.5%;
	margin-bottom: 53px;
}

/* 新規interview */
.intv{
	border-bottom: solid 1px #c6c6c6;
	padding-bottom: 1.5em;
	margin-bottom: 2em;
}
.no-bdr{
	border: none;
	margin-bottom: 1.5em;
}
.intv .lead{
    margin-bottom: 1.5em;
    color: #2c60ba;
    padding:5px 0 0 15px;
    border-left: solid 8px #425fa8;
}
.intv p,
.u-vs p,
.prof p {
    margin-bottom: 1.3em;
}
.intv .l-side {
    margin-left: 1%;
}
.intv .l-side2 {
    margin-left: 0;
}
.intv .picture {
    width: 32%;
}
.intv .picture img + img{
    margin-top: 10px;
}
.intv .text {
    width: 63.5%;
}
.intv .no-side {
    margin-left: 0;
}
/* user-voise */
.u-vs {
	padding: 30px 2.9%;
	margin-bottom: 40px;
	background-color: #faefe7;
}
.u-vs h6 {
	margin-bottom: 23px;
}
.u-vs h6 span{
	background: #ed9d5c;
	color: #fff;
	padding: 33px 15px 5px;
	margin-right:1em;
	font-size: 18px;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
box-shadow:rgba(90, 50, 17, 0.2) 7px 7px 0px 0px;
-webkit-box-shadow:rgba(90, 50, 17, 0.2) 7px 7px 0px 0px;
-moz-box-shadow:rgba(90, 50, 17, 0.2) 7px 7px 0px 0px;
}
.u-vs .image img + img{
	margin-top:10px;
}
.u-vs .l-side{
	width: 32%;
}
.u-vs .r-side {
	width: 63.5%;
}

/* prof */
.prof{
	padding: 25px 2.9% 10px;
	border: solid 3px #a0c3e4;
	margin-bottom: 40px;
	background: #eaf4fd;
}
.prof .l-side{
	width: 32%;
}
.prof .r-side {
	width: 63.5%;
}
.prof .lead {
    margin-bottom: 1em;
    color: #2c60ba;
}
.prof .lead br{
    display: none;
}
/* case-study */
.case .clearfix{
	margin-bottom: 1.5em;
}
.case .lead{
    margin-bottom: 1.5em;
    color: #2c60ba;
    padding-bottom:5px;
    border-bottom: solid 3px #425fa8;
}
.case .picture {
    width: 32%;
}
.case .text {
    width: 65.4%;
    margin-bottom: 53px;
}
.cs {
	margin-bottom: 1em;
}
.cs li{
	width: 32%;
	float: left;
    margin-right: 2%;
}
.cs li.last{
	margin-right: 0;

}
.cs .caption{
	margin-top: 8px;
	padding-left: 10px;
	border-left: solid 5px #425fa8;
}
/*  */
.cs .caption2{
	margin-top: 8px;
	margin-left: -340px;
	padding-left: 10px;
	border-left: solid 5px #425fa8;
	width: 200%;
}



/* page-nation */
.pagenation{
	margin-bottom: 3em;
}
.p-next,
.p-back{
	font-weight: bold;
}
.p-next:after{
	content: url(../../../shared/img/arrow_007.png);
	position: relative;
	top:5px;
	padding-left: 10px;

}
.p-back:before{
	content: url(../../../shared/img/arrow_009.png);
	position: relative;
	top:5px;
	padding-right: 10px;

}


/* extra-area1 */
.case-area .extra-area1 {
	padding-top: 30px;
}
.case-area .extra-area1 .l,
.case-area .extra-area1 .r {
	width: 47.9%;
}
.case-area .extra-area1 .l {
	float: left;
}
.case-area .extra-area1 .r {
	float: right;
}

/* ページ内リンクの先頭位置調整 */
#at1,#at2,#at3,#at4,#at5,#at6,#at7,#at8{
    margin-top:-100px;
    padding-top:100px;
}


/* -------------------------------------------------
	last-copy
------------------------------------------------- */

.last-copy {
	margin: 50px 0 35px;
	text-align: center;
	line-height: 1.7em;
}