@charset 'UTF-8';

/* print css -------------------------------------------------- */
body{
	width: 172mm; /* A4縦の幅 */
}
.menu-button{
	display: none;
}
.cName{
	margin-left: 0!important;
}
.drawer-nav,
footer{
	display: none;
}

/* common style --------------------- */
#pageTitle{
	height: 200px;
}
#pageTitle p{
	font-size: 20px;
}
#pageTitle p span{
	font-size: 40px;
}

/* about style --------------------- */
.aboutSecOnePhoto .greetPhotoName{
	padding: 0 0 14% 14%;
	font-size: 30px;
}
.historyBoxfL,
.historyBoxfR{
	width: 100%;
	padding: 0 10px 30px;
	margin-bottom: 30px;
	border-bottom: solid 1px #e7e8ea;
	background: #fff; 
}
.historyTtl{
	text-align: center;
	font-size: 24px;
	font-weight: normal;
}
.historyTtl span{
	font-size: 15px;
	font-style: italic;
	color: #8d002f;
}
.historyBoxfL li,
.historyBoxfR li{
	width: 50%;
}
.historyBoxfL li.historyBoxPhoto{
	float: left;
}
.historyBoxfR li.historyBoxPhoto{
	float: right;
}
.historyBoxfL img{
	display: block;
	width: 85%;
	height: auto;
	margin: 15px auto 25px;
	border: solid 7px #fff;
	box-shadow: 5px 5px 10px #eee;
	-webkit-box-shadow: 5px 5px 10px #eee;
	-moz-box-shadow: 5px 5px 10px #eee;
	transform: rotate( 3deg );
	-moz-transform: rotate( 3deg );
	-webkit-transform: rotate( 3deg );
	-ms-transform: rotate( 3deg );
}
.historyBoxfR img{
	display: block;
	width: 85%;
	height: auto;
	margin: 15px auto 25px;
	border: solid 7px #fff;
	box-shadow: 5px 5px 10px #eee;
	-webkit-box-shadow: 5px 5px 10px #eee;
	-moz-box-shadow: 5px 5px 10px #eee;
	transform: rotate( 357deg );
	-moz-transform: rotate( 357deg );
	-webkit-transform: rotate( 357deg );
	-ms-transform: rotate( 357deg );
}
.historyBoxTxt{
	padding: 40px 10px 0;
}

/* consulting style --------------------- */
.diagnosisPoint{
	width: 100%;
	padding-top: 40px;
	padding-bottom: 60px;
}
.diagnosisPoint li{
	width: 33.333333%;
	float: left;
	padding: 0;
	text-align: left;
}
.diagnosisPoint dl{
	width: 100%;
	margin-bottom: 0;
}
.diagnosisPoint img{
	width: 100%;
	margin: 0;
}
.diagnosisPoint dt{
	width: 45%;
	float: left;
	margin-right: 2%;
}
.diagnosisPoint dd{
	width: 53%;
	font-size: 14px;
	font-weight: bold;
}
.diagnosisPointTtl{
	margin-bottom: 8px;
}
.diagnosisPointTtl span{
	font-size: 28px;
	line-height: 1.3;
	padding-top: 25px;
}
.nextArrow{
	height: 10px;
}
.nextArrow:after{
	width: 40px;
	height: 40px;
	/*margin-left: -40px;*/
}
.diagnosisMeritBox{
	width: 100%;
	margin-bottom: 35px;
}
.diagnosisMerit{
	float: left;
	width: 49%;
	border: solid 8px #f2f2f1;
}
.diagnosisMerit:nth-child(even){
	margin-left: 2%;
}
.diagnosisMerit dt{
	width: 110px;
	padding: 12px;
	font-size: 16px;
}
.diagnosisMerit dt span{
	font-size: 36px;
}
.conslutingTxt{
	width: 61%;
	float: left;
}
.conslutingBtn{
	float: left;
	width: 38%;
	height: auto;
	padding: 0 0 20px 20px;
	margin-bottom: 0;
}
.conslutingBtn .solutionTitle{
	font-size: 16px;
}
.conslutingFlow{
	width: 100%;
	margin: 0 auto 60px;
}
.conslutingFlow dl{
	width: 33.33333%;
	float: left;
	border-right: none!important;
}
.conslutingFlow dl.borderR{
	border-right: solid 1px #262626!important;
}
.conslutingFlow dd{
	padding: 12px 18px 12px 18px;
}
.conslutingBottomLink li{
	width: 16.66666%;
}