@charset "UTF-8";

.service {
	width: 100%;
}

.navi {
	box-sizing:border-box;
	width: 100%;
	padding: 0 10px;
}

#secondPage {
	box-sizing: border-box;
	width: 100%;
	padding: 0 10px;
}

#secondPage h2 {
	box-sizing: border-box;
	width: 100%;
}

#secondPage .innerSecond {
	width: 100%;
}

#secondPage .secondLeft {
	float: none;
	box-sizing: border-box;
	width: 100%;
	border-right: none;
}

#secondPage .secondLeft h3 {
	margin: 20px 0px 30px 0;
}

#secondPage .flowBox {
	box-sizing: border-box;
	width: 100%;
}

#secondPage .serviceBox {
	float: none;
	box-sizing: border-box;
	width: 100%;
}

#secondPage .serviceBox h5  {
	float: none;
	box-sizing: border-box;
	width: 100%;
	line-height: 2;
}

#secondPage .serviceBox p {
	float: none;
	width:100%;
	box-sizing: border-box;
	width:100%;
}

#secondPage .servicePhoto {
	float: none;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	margin: -10px 0 20px 0px;
}

#secondPage .secondRight {
	float: none;
	box-sizing: border-box;
	width: 100%;
}

#secondPage .secondRight ul {
	box-sizing: border-box;
	width: 100%;
	margin: 0 10px;
	padding: 0 10px;
}

#secondPage .secondRight ul li {
	box-sizing: border-box;
	width: 100%;
}

#secondPage .secondRight a { 
	width: 100%;
}

#secondPage .secondRight a br {
	display: none;
}