.mv{
	background: url(./../images/common/wood_bg.jpg) no-repeat;
	height:400px;
}

.catch{
	font-size: 3.0rem;
    color: #eb5c02;
    text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff;
    padding-top: 135px;
    padding-left: 75px;
	font-weight:bold;
	float:left;
}

.mv_img{
	float: right;
    margin-top: 15px;
}

h2{
	color:#eb5c02;
	font-size:3.0rem;
	font-weight:normal;
	text-align:center;
	margin:30px;
}

.lead{
	margin-bottom:25px;
}

.sean h2:before{
	content:'';
	background: url(./../images/ttl_icon_01.png) no-repeat;
	height:30px;
	width:30px;
	vertical-align: sub;
	display:inline-block;
	margin-right:5px;
}

.flow ul li{
width: 23%;
    text-align: center;
    display: inline-block;
    margin-right: 1%;
	position:relative;
}

.flow ul li:after{
	background: url(./../images/flow_arrow.png) no-repeat;
    width: 25px;
    height: 42px;
    content: "";
    display: block;
    position: absolute;
    top: 130px;
    right: -18px;
    z-index: 2;
}

.flow ul li:last-child:after{
	display:none;
}

.flow ul li a{
    display: inline-block;
    position: relative;
    background: #ffefd8;
    padding: 24px;
    border-radius: 15px;
    box-shadow: 5px 5px 0px rgba(0,0,0,0.2);
}

.flow ul li a h3{
	margin:5px 0;
	font-size:1.6rem;
	color:#eb5c02;
	    min-height: 44px;
}

.flow ul li a p{
	margin:5px 0;
}

.flow ul li a .to_detail{
	background:#eb5c02;
	color:#fff;
	text-align:center;
	border-radius:30px;
}

.result{
	margin-top:50px;
}

.result h2:before{
	content:'';
	background: url(./../images/ttl_icon_02.png) no-repeat;
	height:44px;
	width:30px;
	vertical-align: sub;
	display:inline-block;
	margin-right:5px;
}

.result ul li{
	border-top:1px solid #cccccc;
	padding:20px;
	position:relative;
}

.result ul li:after{
    content: '';
    background: url(./../images/arrow.png) no-repeat;
    height: 39px;
    width: 20px;
    vertical-align: sub;
    display: inline-block;
    margin-right: 5px;
    position: absolute;
    right: 0px;
    top: 50px;
}

.result ul li:last-child{
	border-bottom:1px solid #cccccc;
	padding:20px;
}

.result h3{
	font-size:2.0rem;
	color:#eb5c02;
	margin-bottom:20px;
}

.result ul li span{
	color:#eb5c02;
}

.result ul li a{
	font-size:1.6rem;
}

.result_img{
	margin-right:15px;
	    width: 15%;
    text-align: center;
}

.technique{
	background:#eeeeee;
	    padding: 40px 30px;
	margin-top:40px;
}

.technique h2:before{
	content:'';
	background: url(./../images/hand_icon.png) no-repeat;
	height: 41px;
    width: 41px;
	vertical-align: sub;
	display:inline-block;
	margin-right:5px;
}

.technique h2{
	    margin:0px 0 40px;
}

.technique ul li{
	width: 48%;
    background: #fff;
    border-radius: 15px;
    padding: 25px;
    text-align: center;
	float: left;
	margin:0px 20px 20px 0;
	    min-height: 335px;
}

.technique ul li:nth-child(2n){
	margin:0px 0px 20px 0;
}

.technique ul li h3{
	color:#eb5c02;
	font-size:1.8rem;
	margin-bottom:20px;
}

.technique ul li .tech_txt{
	color:#383534;
	font-size:1.6rem;
	margin-top:20px;
	text-align:left;
}

.company{
	margin-top:50px;
}

.company h2:before{
	content:'';
	background: url(./../images/ttl_icon_03.png) no-repeat;
	height: 41px;
    width: 41px;
	vertical-align: sub;
	display:inline-block;
	margin-right:5px;
}

.company td.company-name a{
	color:#555;
}

.about_us{
	background:#eb5c02;
	    padding: 40px 30px;
	margin-top:40px;
	color:#fff;
}

.about_us h2{
	    margin:0px 0 40px;
		color:#fff;
}

.about_txt{
	font-size:1.6rem;
}

.home table{
	border-collapse: separate;
    border-spacing: 3px 3px;
}

tr.table-ttl th{
	    width: 21%;
    vertical-align: middle;
    background: #eb5c02;
    color: #fff;
    padding: 10px 0;
}

.home table tbody td{
	vertical-align: middle;
    background: #ffefd8;
    text-align: center;
    padding: 10px 10px;
	margin-right: 3px;
	white-space: normal;
}



.home table tbody td:first-child{
	white-space: normal;
	min-height: 128px;
}

tr.table-ttl th.heightCompany{
	width:30%;
}

tr.table-ttl th.heightMonitor{
	width:10%;
}

.company-name p{
    font-weight: bold;
    margin-top: 5px;
}

.to_company_site{
	color: #eb5c02;
}


@media only screen and (max-width:1000px) {
	h2 {
    font-size: 4.0rem;
    margin: 30px;
    margin-bottom: 25px !important;
	}
.mv {
    height: auto;
    background-size: cover;
    padding-bottom: 15%;
}
	.mv_img {
    float: none;
    margin-top: 0;
    padding-top: 35px;
    text-align: center;
	}
	.catch {
    font-size: 3.0rem;
    color: #eb5c02;
    text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff;
    padding-top: 30px;
    padding-left: 0;
    font-weight: bold;
    float: none;
    text-align: center;
	}
	.flow ul li {
    width: 100%;
    margin-bottom: 3%;
	}
	.flow ul li:after {
    background: url(./../images/flow_arrow.png) no-repeat;
    width: 40px;
    height: 65px;
    content: "";
    display: block;
    position: absolute;
    top: 190px;
    right: 50%;
    z-index: 2;
    transform: rotate(90deg);
    background-size: cover;
}
	.flow ul li a .to_detail {
    width: 32%;
	}
	.flow ul li a {
    width: 100%;
	}
	.flow ul li a h3 {
    font-size: 3rem;
    width: 75%;
    float: right;
    text-align: left;
	}
	.flow ul li a img{
	position: absolute;
    left: 30px;
    top: 20px;
	}
	.flow ul li a p {
    margin: 5px 0;
    width: 75%;
    float: right;
    text-align: left;
	}
	.result ul li{
		padding: 20px 0;
	}
	.result h3 {
    font-size: 3.0rem;
	}
	.result_img {
    width: 15%;
	}
	.text_block{
		width:70%;
	}
	.technique {
    	width: 110%;
   		margin-left: -5%;
	}
	.technique ul li {
    width: 100%;
    min-height: auto;
    margin: 0 0 20px 0;
	}
	.tech_img{
	position: relative;
	}
	.technique ul li .tech_txt{
		width: 100%;
    float: none;
    margin: 0;
	font-size: 2.2rem;
	}
	.technique ul li h3 {
    font-size: 2.5rem;
	}
.about_us {
    width: 110%;
    margin-left: -5%;
}
	.about_txt{
		font-size:2.0rem;
	}
	.footer .f_menu {
    text-align: left;
    margin-bottom: 25px;
	}
	thead{
	display: block;
    float: left;
}
	
tr.table-ttl th,tr.table-ttl th.heightCompany ,tr.table-ttl th.heightMonitor{
    display: block;
    width: 200px;
    text-align: -webkit-center;
}

tbody {
    display: block;
    width: auto;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
	
tbody tr {
    display: inline-block;
    margin: 0 -3px;
}
	
span.table {
    display: table;
    vertical-align: middle;
}
tbody tr{
	    display: inline-block;
	
}
table td:nth-child(1){
    padding: 10px 10px;
    display: block;
    margin-bottom: 2px;
	    height: 172px;
    box-sizing: border-box;
    padding: 18px !important;
		width:407px;
}
	
table td:nth-child(2){
    padding: 10px 10px;
    display: block;
    margin-bottom: 2px;
	height: 182px;
    box-sizing: border-box;
    padding: 18px !important;
		width:407px;
}
	table td:nth-child(3){
    padding: 10px 10px;
    display: block;
    margin-bottom: 2px;
	    height: 52px;
    box-sizing: border-box;
    padding: 18px !important;
		width:407px;
}
	
	table td:nth-child(4){
    padding: 10px 10px;
    display: block;
    margin-bottom: 2px;
	    height: 109px;
    box-sizing: border-box;
    padding: 18px !important;
		width:407px;
}
	
	table td:nth-child(5){
    padding: 10px 10px;
    display: block;
    margin-bottom: 2px;
	    height: 90px;
    box-sizing: border-box;
    padding: 18px !important;
		width:407px;
}
	
	td.company-name{
		height: 125px;
	}
	
	.table-ttl th:nth-child(1){
		height: 169px;
    	padding-top: 35px;
	}
	.table-ttl th:nth-child(2),.table-ttl th:nth-child(3),.table-ttl th:nth-child(4){
		height: 52px;
	}
	.table-ttl th:nth-child(5){
		height: 82px;
    	padding-top: 35px;
	}
	.home table{
		display: flex;
	}
	
	tr.table-ttl th.heightCompany {
    height: 182px;
    margin-bottom: 3px;
}
	tr.table-ttl th.heightMonitor {
    height: 53px;
    margin-bottom: 2px;
}
	tr.table-ttl th.heightCase{
		height: 109px;
    margin-bottom: 2px;
	}
	.table-ttl th.heightPrice{
    height: 89px;
    padding-top: 35px;
}

.company p.sp{
	text-align:right;
}
}

@media only screen and (max-width:768px) {
	
	body {
    font-size: 1.5rem;
}

.catch {
    font-size: 2.5rem;
   }
	
	.sean h2:before {
    display:block;
    margin:auto;
}
	
	.flow ul li {
    margin-bottom: 6%;
	}
	
	.flow ul li a {
    padding: 5%;
	}
	
	.flow ul li a h3 {
    font-size: 2rem;
    width: 100%;
    float: none;
    text-align: center;
}

.flow ul li a p {
    margin: 5px 0;
    width: 100%;
    float: none;
    text-align: left;
}

.flow ul li a .to_detail {
    width: 100%;
    margin-top: 5%;
}

.flow ul li a img {
    position: static;
}

.flow ul li:after {
    top: 93%;
    right: 42%;
}

.result h2:before {
   display:block;
    margin:auto;
}

.result h3 {
    font-size: 2.0rem;
}

.result_img {
    width: 100%;
}

.result ul li:after {
    height: 10%;
    width: 5%;
    top: 44%;
    background-size: 100%;
}

.text_block {
    width: 100%;
    margin-top: 5%;
}

.result ul li {
    padding: 6% 6% 6% 0;
}

.result ul li:last-child {
    padding: 6% 6% 6% 0;
}

.result_img img{
	width:60px;
}

tr.table-ttl th, tr.table-ttl th.heightCompany, tr.table-ttl th.heightMonitor {
    width: 99px;
}

.about_txt {
    font-size: 1.8rem;
}
	
}
