﻿/* 共通定義 */
body {
	font: 16px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";	/*文字サイズ、行間、フォント指定*/
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.pc-mode {
	display: block;
}

.sp-mode {
	display: none;
}

/* Header/Menu Section */
.header-area {
	background-color: #333;
	padding: 0.5vw 0;
	position: fixed;
	top: 0;
	z-index: 9999;
	width: 100%;
	opacity: 0.8;
}

.header-slogan {
	color: #fff;
	font-size: 0.8vw;
	padding-left: 2vw;
}

#mainNav {
    clear:both;
    position: absolute;
    top: 0;
	right: 12vw;
    margin: 0;
	line-height: 1.5;
}

#mainNav ul{
    margin:0;
    padding: 0;
    display: table;
    text-align: center;
    position: absolute;
    right: 0;
}

#mainNav ul li{
    display: table-cell;
    position: relative;
    margin:0;
    padding: 0;
}

#mainNav ul li a{
    display: block;
    font-size: 1vw;
    font-weight: bold;
    padding: 0 1vw;
    text-decoration: none;
    color: #fff;
    vertical-align: middle;
}

#mainNav ul li a span{
    display: block;
    font-size: 1vw;
    line-height: 2;
    font-weight: 400;
    letter-spacing: 0.1vw;
}

#mainNav ul li a i{
    color: #666;
}

#mainNav ul li a:hover{
    color:#777;
}

#mainNav ul li.menu-item-has-children a{
    background: url(../img/logo/index.png) no-repeat center 6vw;
}

#mainNav ul li.current-menu-item a, #mainNav ul li a:hover, #mainNav ul li a:active, #mainNav ul li.current-menu-parent a{
    color: #777;
}

#mainNav ul li.menu-item-has-children > a:hover{
    padding-bottom: 3vw;
}

#mainNav ul li ul.sub-menu {
    display: none;
    position: absolute;
    top: 3.3vw;
    left: 0.5vw;
    width: 30vw;
    border-top: #b09651 3px solid;
    padding: 0;
    z-index: 1;
}

#mainNav ul li:hover ul.sub-menu {
    display: block;
}

#mainNav ul li ul.sub-menu li{
    display: inline;
    padding: 0; 
    margin: 0;
    float: none;
    padding: 0;
    width: 30vw;
    line-height: 1.5;
}

#mainNav ul li ul.sub-menu li a {
    display: block;
    border-top: 1px solid #171717;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    padding: 0 1.2vw;
    text-align: left;
    color: #fff;
    line-height: 2.5;
    background: #222;
}

#mainNav ul li ul.sub-menu li.lastchild a{
    border-bottom: none;
    border-bottom: none;
}

#mainNav ul li ul.sub-menu li a:hover {
    background: #333;
    color: #fff;
}

#mainNav ul li ul.sub-menu li.current-menu-item a {
    display: block;
    font-weight: bold;
}

.menu-item a {
	font-size: 1.5vw;
}

/* Esterline */
.esterline-section {
	padding-top: 2vw;
	padding-bottom: 2vw;
	background-image: url(../img/esterline/back.jpg);
	background-repeat: repeat;
}

.esterline-info {
	font-size: 1vw;
}

.esterline-01 {
	background-color: #ccc;
	margin: 1vw 0 0;
	padding: 0;
}

.esterline-02 {
	margin-top: -1.1vw;
}

.esterline-03 {
	margin-top: 1vw;
}

.service-top {
	margin-top: 3vw;
	margin-bottom: 3vw;
	font-size: 1.9vw;
}

.service-title {
	text-align: center;
	margin-top: 0.5vw;
	margin-bottom: 2vw;
	font-size: 1.3vw;	
}

.service-comment {
	font-size: 1.2vw;	
	line-height: 1.5;
}

.detail-section {
	margin-top: 3vw;
	margin-bottom: 3vw;
	background-color: #0777cc;
	padding: 1.5vw;
	color: #fff;
	text-align: right;
}

.detail-title {
	font-size: 1.8vw;
}

.detail-arrow2 {
	margin-top: 2.5vw;
}

.company-section {
	margin-top: 3vw;	
}

.table-color1 th {
	color: #000;
	background-color: #7dc7ff;
}

.table-color2 th {
	color: #fff;
	background-color: #0777cc;
}

.table-color1 td {
	color: #000;
	background-color: #f3f3f3;
}

.table-color2 td {
	color: #000;
}

/* Map Section */
.map {
	margin-top: 3vw;
	margin-bottom: 3vw;
    height: 30vw;
    width: 100%;
}

#map {
	height: 100%;
}

/* CSR Section */
.social-title1 {
	margin-top: 3vw;
	margin-bottom: 1vw;
	font-size: 1.8vw;
	text-align: center;
	color: #0777cc;
}

.social-comment {
	font-size: 1.1vw;
}

/* Price Section */
.pricetable-section {
	margin-top: 3vw;
	background-color: #0777cc;
	padding: 1.5vw;
	color: #fff;
	text-align: right;
}

/* Contact Section */
.contact-section {
	background: #333 url(../img/contact/back-main.jpg) center fixed;
	padding: 4.3vw 0;
}

.contact-title {
	font-size: 1.7vw;
	color: #fff;
	margin-bottom: 2vw;
}

.contact-comment {
	font-size: 0.9vw;
	color: #000;
	background-color: #fff;
	padding: 1vw;
	border-radius: 1vw;
	opacity: 0.8;
	margin-bottom: 3vw;
}

.text-red {
	color: #ff0000;
}

/* Contact Form */
.contact-form {
	margin-top: 4vw;
	color: #000;
	background-color: #fff;
	padding: 1vw 2vw;
	border-style: solid;
	border-width: thin;
	border-color: #3697d9;
	border-radius: 1.5vw;
}

.contact-form p {
	font-size: 0.9vw;
}

.contact-form label {
	font-size: 0.9vw;
}

.form-control {
	margin-top: -0.6vw;
	margin-bottom: 0;
}

.form-checkbox {
	margin-top: -0.6vw;
	margin-bottom: 1.5vw;
}

.contact-error {
	font-size: 0.9vw;
}

.text-link, .text-link:hover {
	text-decoration-line: underline;
	text-decoration-color: red;
}

.mail-link {
	text-decoration-line: underline;
	text-decoration-color: black;
	color: black;
}

.policy-error {
	margin-top: -2vw;
	font-size: 0.9vw;
}

.complete-section {
	margin-top: 6vw;
	margin-bottom: 6vw;
}


/* Footer Section */
.footer {
  background-color: #222;
  padding-top: 2vw;
  padding-bottom: 2vw;
  color: #fff;
}

.footer-content {
  padding: 1.5vw 0;
}

#logo-footer {
  margin-bottom: 1.5vw;
}

.footer-comment1 {
	font-size: 0.9vw;
}

.separator-2 {
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #aaa;
	margin-top: 0.5vw;
	marign-bottom: 0.5vw;
}

.footer-title {
	font-size: 1.3vw;
}

.site-map {
	font-size: 1vw;
}

.copyright {
  background-color: #373737;
  border-color: #454545;
  font-size: 0.9vw;
  color: #fff;
  padding-top: 0.3vw;
}


/* ----------------------------------------------------------------
					海外情報（カンボジア）定義
------------------------------------------------------------------- */
#mvbox {
	width: 100%;
	height: 100vh;
}

.esterline1-section {
	margin-top: 0;
	background-color: #0777cc;
	padding: 1.5vw;
	color: #fff;
	text-align: right;
}

.esterline1-title {
	font-size: 2vw;
}

.esterline1-comment {
	font-size: 1vw;
}

.problem-title1 {
	margin-top: 2vw;
	margin-bottom: 2vw;
	text-align: center;
	font-size: 1.5vw;
}

.problem-title2 {
	background-color: #0777cc;
	padding: 1.5vw;
	color: #fff;
	margin-top: 2vw;
	margin-bottom: -0.5vw;
	text-align: center;
	font-size: 1.5vw;
}

.intro-title {
	background-color: #0777cc;
	padding: 1.5vw;
	color: #fff;
	margin-top: 3vw;
	text-align: center;
	font-size: 1.5vw;
}

.slick-section {
	margin-top:1vw;
	margin-bottom: 1vw;
}

.photo-thanks {
	padding: 1vw;
	font-size: 1vw;
	line-height: 1.5;
}

.commercial-section {
	margin-top: 2vw;
	padding-top: 2vw;
	padding-bottom: 2vw;
	background-color: #646464;
}

.commercial-comment {
	padding-top: 0.8vw;
	color: #fff;
	font-size: 1.4vw;
}

.commercial-area {
	padding: 0.8vw;
	background-color: #0777cc;
	border-radius: 2vw;
	font-size: 1vw;
	text-align: center;
}

.commercial-button {
	color: #fff;
}

a.commercial-button {
	text-decoration: none;
}

.commercial-button:hover {
	opacity: 0.5;
	color: #fff;
}

.animated-text {
	overflow: hidden;
}

@media (min-width: 768px) {
	.animated-text h2 {
    	-webkit-transition: all 0.2s ease-in-out;
	    -o-transition: all 0.2s ease-in-out;
	    transition: all 0.2s ease-in-out;
    	position: absolute;
	    top: 0;
    	width: 100%;
	}

	.animated-text h2 + h2 {
    	opacity: 0;
	    filter: alpha(opacity=0);
    	-webkit-transform: scale(1.15);
	    -moz-transform: scale(1.15);
    	-ms-transform: scale(1.15);
	    -o-transform: scale(1.15);
    	transform: scale(1.15);
	}

	.animated-text:hover h2 {
    	opacity: 0;
	    filter: alpha(opacity=0);
    	-webkit-transform: scale(0.85);
		-moz-transform: scale(0.85);
	    -ms-transform: scale(0.85);
    	-o-transform: scale(0.85);
	    transform: scale(0.85);
	}

	.animated-text:hover h2 + h2 {
    	opacity: 1;
	    filter: alpha(opacity=100);
    	-webkit-transform: scale(1);
		-moz-transform: scale(1);
	    -ms-transform: scale(1);
    	-o-transform: scale(1);
	    transform: scale(1);
	}
}

@media (max-width: 767px) {
	.animated-text h2 + h2 {
    	display: none;
	}
}


/* ----------------------------------------------------------------
						空港・高速道路のライン整備定義
------------------------------------------------------------------- */
.esuteru2-section {
	margin-bottom: 3vw;
	background-color: #0777cc;
	padding: 1.5vw;
	color: #fff;
	text-align: right;
}

.esuteru2-comment1 {
	font-size: 1.2vw;
	line-height: 1.5;
}

.highway-title {
	font-size: 1.5vw;
	padding-bottom: 0.5vw;
	color: #0777cc;
}

.highway-row1 {
	margin-top: 1vw;
	margin-bottom: 3vw;
	font-size: 1vw;
}

.highway-row2 {
	margin-bottom: 3vw;
}

.highway-margin {
	margin-top: 0.5vw;
}

.newstitle-section {
	margin-bottom: 3vw;
	background-color: #0777cc;
	padding: 1.5vw;
	color: #fff;
	text-align: right;
}

.newstitle-title {
	font-size: 1.8vw;
}

.text-bold {
	font-weight: bold;
}

.newspaper-comment {
	font-size: 1.2vw;
	line-height: 1.5;
	margin-bottom: 1vw;
}

.newspaper-excerpt {
	font-size: 1.2vw;
	line-height: 1.5;
	margin-bottom: 2vw;
	font-style: italic;
}

/* ----------------------------------------------------------------
							標識・ガードレール定義
------------------------------------------------------------------- */
.linetitle-section {
	margin-bottom: 3vw;
	background-color: #0777cc;
	padding: 1.5vw;
	color: #fff;
	text-align: center;
}

.linetitle-title {
	font-size: 1.7vw;
}

.linetitle-comment {
	font-size: 1.1vw;
}

.mark1-section {
	padding: 2vw;
	margin-bottom: 3vw;
}

.mark1-title {
	margin-bottom: 2vw;
	font-size: 1.8vw;
}

.mark1-comment {
	font-size: 1.1vw;
	line-height: 1.5;
	text-align: left;
}

.mark3-section {
	background-color: #d6edfd;
	padding: 2vw;
	margin-bottom: 3vw;
}

.mark3-title {
	margin-bottom: 2vw;
	font-size: 1.8vw;
}

.mark3-comment {
	font-size: 1.1vw;
	line-height: 1.5;
	text-align: left;
}

.linetype-title {
	margin-bottom: 2vw;
	font-size: 1.8vw;
}

.linetype-row {
	margin-bottom: 3vw;
}

.linetype-sub {
	margin-bottom: 1vw;
	font-size: 1.3vw;
}

.linetype-table {
	background-color: #0777cc;
	border-radius: 2vw;
}

.linetype-td {
	font-size: 1.1vw;
	color: #fff;
}

.linetype-img {
	padding: 1vw;
}

.text-rotator {
	font-size: 1.2vw;
}

.text-ESUTERU {
	font-size: 1.2vw;
	color: red;
}

/* ----------------------------------------------------------------
							ライン整備定義
------------------------------------------------------------------- */
.price-section {
	margin-bottom: 3vw;
	background-color: #0777cc;
	padding: 1.5vw;
	color: #fff;
	text-align: center;
}

.price-title {
	font-size: 1.7vw;
}

.price-comment {
	font-size: 1.1vw;
}

.explain-section {
	margin-top: 2vw;
	margin-bottom: 3vw;
}

.explain-area {
	margin: 0 3vw 3vw;
	padding: 1vw;
	font-size: 1.1vw;
	line-height: 1.6;
	background-color: #d6edfd;
	border-style: solid;
	border-width: thin;
	border-color: #0777cc;
	border-radius: 1vw;
}

.explain-text {
	font-size: 1.1vw;	
	line-height: 1.6;
}

.text-rotator {
	min-width: 500px;
	display: inline-block;
}

.trademark1-section {
	margin-bottom: 3vw;
	background-color: #0777cc;
	padding: 1.5vw;
	color: #fff;
	text-align: center;
}

.trademark1-title {
	font-size: 1.8vw;
}

.trademark1-comment {
	font-size: 1.1vw;
}

.roundabout-section {
	margin-top: 3vw;
	margin-bottom: -3vw;
	padding-top: 2vw;
	padding-bottom: 3vw;
	background-image: url(../img/subpage/esterline/back.jpg);
}

.roundabout-title {
	font-size: 1.6vw;
	padding-bottom: 1vw;
}

.roundabout-area {
	background-color: #d6edfd;
	margin: 0 3vw 3vw;
	padding: 1vw;
	border-style: solid;
	border-width: thin;
	border-color: #0777cc;
	border-radius: 1vw;
}

.roundabout-comment {
	font-size: 1.1vw;
}

.pricetable-row1 {
	margin-bottom: 3vw;
}

.pricetable-title1 {
	font-size: 2vw;
	margin: 2vw auto 3vw;
}

.pricetable-title2 {
	font-size: 1.6vw;
	margin: 1vw auto 1vw;
}

.pricetable-title3 {
	font-size: 1.6vw;
	margin: 3vw auto 1vw;
}

.pricetable-price1 {
	font-size: 1.2vw;
}

.pricetable-comment1 {
	font-size: 1.2vw;
	line-height: 1.5;
}

.pricetable-arrow2 {
	font-size: 1.5vw;
	margin: 1.7vw auto;
}

.commercial2-section {
	padding-top: 2vw;
	padding-bottom: 2vw;
	background-color: #646464;
}


/* ----------------------------------------------------------------
							アクアブラスト定義
------------------------------------------------------------------- */
.overview-section {
	background-color: #0777cc;
}

.overview-comment {
	padding: 1.5vw;
	font-size: 1.2vw;
	line-height: 1.5;
	color: #fff;
}

.features-section {
	background-color: #b9e1ff;
	padding: 2vw;
	line-height: 1.3;
}

.features-square {
	color: #0777cc;
	font-size: 1.6vw;	
}

.features-title1 {
	color: #0777cc;
	font-size: 1.6vw;
	font-style: italic;
}

.features-title2 {
	color: #0777cc;
	font-size: 1.2vw;
	text-decoration-line: underline;
}

.features-cpmment1 {
	padding-left: 1.5vw;	
	font-size: 1.1vw;
	padding-bottom: 1.5vw;
}

.features-cpmment2 {
	padding-left: 1.5vw;	
	font-size: 1.1vw;
}

.layout-row1 {
	border-bottom-style: solid;
	border-bottom-width: 0.2vw;
	border-bottom-color: #0777cc;
	margin-bottom: 1vw;
}

.layout-margin {
	margin-left: 0;
	padding-left: 0;
}

.layout-title {
	margin: 2vw auto 0 0;
	padding: 0.8vw;
	color: #fff;
	background-color: #0777cc;
	text-align: center;
	font-size: 1.3vw;
}

.layout-row2 {
	margin-bottom: 3vw;
}

.layout-comment1 {
	font-size: 1.2vw;
	line-height: 1.5;
	margin-top: -0.5vw;
}

.layout-comment2 {
	font-size: 1.2vw;
	line-height: 1.5;
	margin-top: -0.5vw;
	padding-left: 1.5vw;
}

.layout-comment3 {
	font-size: 1.2vw;
	line-height: 1.5;
	margin-top: -0.5vw;
	margin-bottom: 5vw;
}

.procedure-comment1 {
	list-style-type: none;
	margin-top: 5vw;
	margin-bottom: 2vw;
	font-size: 1.1vw;
}

.procedure-comment2 {
	list-style-type: none;
	font-size: 1.1vw;
}

.procedure-comment3 {
	list-style-type: none;
	font-size: 1.1vw;
	margin-bottom: 2vw;
	margin-left: 1.5vw;
}

.procedure-comment4 {
	list-style-type: none;
	margin-bottom: 2vw;
	font-size: 1.1vw;
}

.result-row1 {
	margin-top: 4vw;
	margin-bottom: 4vw;
}

.result-title1 {
	font-size: 1.3vw;
	color: #0777cc;
}

.result-comment1 {
	font-size: 1.1vw;
}

.result-title2 {
	margin-top: 3vw;
	font-size: 1.3vw;
	color: #0777cc;
}

.efficiency-row1 {
	margin-top: 4vw;
}

.efficiency-row2 {
	margin-bottom: 4vw;
}

.efficiency-title1 {
	font-size: 1.3vw;
	color: #0777cc;
	margin-bottom: -0.3vw;
}

.efficiency-comment1 {
	font-size: 1.1vw;
	padding: 0 0.3vw;
}

.performance-row1 {
	margin-top: 4vw;
	margin-bottom: 2vw;
}

.performance-row2 {
	margin-bottom: 4vw;
}

.performance-comment1 {
	font-size: 1.1vw;
	text-align: center;
	line-height: 1;
}

.performance-comment2 {
	font-size: 1vw;
	text-align: center;
	line-height: 1;
}

.applications-row1 {
	margin-top: 3vw;
	margin-bottom: 4vw;
}

.applications-row2 {
	border-style: solid;
	border-width: 2px;
	padding: 2vw 0.5vw 2vw 0;
	margin: 0;
}

.applications-img {
	margin-top: -3.5vw;
}

.applications-comment1 {
	font-size: 1.1vw;
}

.applications-comment2 {
	font-size: 1.1vw;
	margin-top: 4vw;
}

.waterjetgun-title1 {
	font-size: 1.1vw;
	background-color: #91e28f;
	border-style: solid;
	border-width: 2px;
	border-color: #4b834a;
}

.waterjetgun-margin {
	margin-top: -0.9vw;
	margin-left: -3vw;
	margin-bottom: 3vw;
	padding-top: 1vw;
	font-size: 1.1vw;
	border-style: solid;
	border-width: 2px;
	border-color: #4b834a;
}

.waterjetgun-table {
	margin-left: 3vw;
	margin-bottom: 2vw;
	font-size: 1.1vw;
	color: #c45911;
}

.waterjetgun-data1 {
	padding: 1vw 2vw;
	background-color: #fbe4d5;
	color: #c45911;
	font-weight: bold;
}

.waterjetgun-data2 {
	padding: 1vw 2vw;
	color: #c45911;
	font-weight: bold;
}











/*ここからスマートフォン用（768px以下）環境の設定
---------------------------------------------------------------------------*/
@media (max-width : 768px) {
	.pc-mode {
		display: none;
	}

	.sp-mode {
		display: block;
	}

	/* スマホ・メニュー */
	.sp-nav-area {
		padding:5px;
		background: #fff;
	}

	#sp-nav-drawer {
		position: relative;
	}

	.sp-nav-unshown {
		display:none;
	}

	/*アイコンのスペース*/
	#sp-nav-open {
		display: inline-block;
		width: 30px;
		height: 28px;
		vertical-align: middle;
		margin-top: -4px;
	}

	/*ハンバーガーアイコン*/
	#sp-nav-open span, #sp-nav-open span:before, #sp-nav-open span:after {
		position: absolute;
		height: 3px;	/*線の太さ*/
		width: 35px;	/*長さ*/
		border-radius: 3px;
		background: #555;
		display: block;
		content: '';
		cursor: pointer;
	}
	
	#sp-nav-open span:before {
		bottom: -8px;
	}
	
	#sp-nav-open span:after {
		bottom: -16px;
	}

	/*閉じる用の薄黒カバー*/
	#sp-nav-close {
		display: none;	/*はじめは隠しておく*/
		position: fixed;
		z-index: 9999;
		top: 0;	/*全体に広がるように*/
		left: 0;
		width: 100%;
		height: 100%;
		background: black;
		opacity: 0;
		transition: .3s ease-in-out;
	}

	#sp-nav-content {
		overflow: auto;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999;/*最前面に*/
		width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
		max-width: 300px;/*最大幅（調整してください）*/
		height: 90%;
		padding: 20px;
		line-height: 1.5;
		background: #fff;/*背景色*/
		transition: .3s ease-in-out;/*滑らかに表示*/
		-webkit-transform: translateX(-105%);
		transform: translateX(-105%);/*左に隠しておく*/
	}

	#sp-nav-input:checked ~ #sp-nav-close {
		display: block;/*カバーを表示*/
		opacity: .5;
	}

	#sp-nav-input:checked ~ #sp-nav-content {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);/*中身を表示（右へスライド）*/
		box-shadow: 6px 0 25px rgba(0,0,0,.15);
	}

	.sp-nav-title {
		margin-left: 24px;
		font-size: 20px;
		font-weight: bold;
		color: #000;
	}

	.sp-content-title {
		margin-bottom: 20px;
		text-align: center;
		font-size: 20px;
	}

	.sp-content-menu {
		padding-left: 30px;
		margin-bottom: 15px;
	}

	#sp-nav-content a:hover {
		color: #808080;
	}
	
	.sp-content-active {
		border-bottom: solid 0.08em;
	}

	.esterline-01 {
		margin-top: -10px;
	}

	.esterline-03 {
		margin-top: 20px;
	}

	.esterline-info {
		font-size: 12px;
		margin-left: 0;
		padding-top: 5px;
		line-height: 1.5;
	}

	.service-top {
		margin-top: 20px;
		margin-bottom: 20px;
		font-size: 18px;
	}

	.service-img img {
		width: 80%;
	}
	
	.service-title {
		margin-top: 10px;
		margin-bottom: 5px;
		font-size: 14px;	
	}

	.service-comment {
		font-size: 13px;	
		line-height: 1.3;
	}

	.service-arrow {
		margin-bottom: 30px;
	}
	
	.detail-section {
		margin-top: 15px;
		margin-bottom: 30px;
		padding: 10px;
	}

	.detail-title {
		margin: 10px 0;
		text-align: center;
		font-size: 16px;
		text-align: center;
	}

	.detail-comment {
		text-align: left;
		font-size: 12px;
		line-height: 1.3;
	}
	
	.table-td {
		font-size: 13px;
		line-height: 1.3;
	}

	.map {
		margin-top: 30px;
		margin-bottom: 30px;
		height: 300px;
	}

	.social-title1 {
		margin-top: 30px;
		margin-bottom: 10px;
		font-size: 17px;
	}

	.social-comment {
		font-size: 13px;
		line-height: 1.3;
	}

	.social-img1 {
		width: 80%;
	}

	.pricetable-title1 {
		font-size: 18px;
		margin: 20px auto 20px;
	}

	.contact-title {
		font-size: 16px;
		margin-bottom: 20px;
	}

	.contact-comment {
		font-size: 12px;
		padding: 10px;
		border-radius: 10px;
		margin-bottom: 30px;
		line-height: 1.3;
	}

	.contact-form {
		margin-top: 20px;
		padding: 10px 10px;
		border-radius: 10px;
	}

	.contact-form p {
		font-size: 16px;
	}

	.contact-form label {
		margin-top: -10px;
		font-size: 14px;
	}

	.form-control {
		margin-top: -10px;
	}

	.form-checkbox {
		margin-top: -20px;
		margin-bottom: 20px;
	}

	.contact-error {
		font-size: 14px;
	}

	.policy-error {
		margin-top: -10px;
		font-size: 14px;
	}

	.complete-section {
		margin-top: 60px;
		margin-bottom: 60px;
	}

	.footer {
		padding: 20px;
	}

	.footer-content {
		padding: 15px 0;
	}

	#logo-footer {
		margin-bottom: 20px;
	}

	.footer-comment1 {
		font-size: 12px;
		line-height: 1.3;
	}

	.separator-2 {
		margin-top: 10px;
		marign-bottom: 10px;
	}

	.footer-title {
		font-size: 16px;
	}

	.site-map {
		font-size: 12px;
	}

	.copyright {
		font-size: 12px;
		padding-top: 10px;
		line-height: 1.3;
	}

	/* ----------------------------------------------------------------
					　　　　　　　　　海外情報（カンボジア）定義
	------------------------------------------------------------------- */
	.esterline1-section {
		padding: 15px;
	}

	.esterline1-title {
		font-size: 16px;
	}

	.esterline1-comment {
		font-size: 12px;
		line-height: 1.3;
	}

	.problem-title1 {
		margin-top: 20px;
		margin-bottom: 20px;
		padding: 6px;
		font-size: 16px;
	}

	.problem-title2 {
		padding: 15px;
		margin-top: 20px;
		margin-bottom: -5px;
		font-size: 16px;
	}

	.intro-title {
		padding: 15px;
		margin-top: 30px;
		font-size: 16px;
	}

	.slick-section {
		margin-top:10px;
		margin-bottom: 10px;
	}

	.photo-thanks {
		padding: 10px;
		font-size: 14px;
		line-height: 1.3;
	}

	.commercial-section {
		margin-top: 20px;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.commercial-comment {
		padding-top: 10px;
		font-size: 14px;
	}

	.commercial-area {
		padding: 8px;
		border-radius: 20px;
		font-size: 12px;
	}

	/* ----------------------------------------------------------------
	　　					　　　　　空港・高速道路のライン整備定義
	------------------------------------------------------------------- */
	.esuteru2-section {
		margin-bottom: 30px;
		padding: 1.5vw;
	}

	.esuteru2-comment1 {
		font-size: 14px;
		line-height: 1.5;
	}

	.highway-title {
		font-size: 16px;
		padding-bottom: 5px;
	}

	.highway-row1 {
		margin-top: 10px;
		margin-bottom: 30px;
		font-size: 14px;
		line-height: 1.3;
	}

	.highway-row2 {
		margin-bottom: 30px;
	}

	.highway-margin {
		margin-top: 5px;
	}

	.newstitle-section {
		margin-bottom: 30px;
		padding: 15px;
	}

	.newstitle-title {
		font-size: 18px;
	}

	.newspaper-comment {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.newspaper-excerpt {
		font-size: 14px;
		margin-bottom: 20px;
		line-height: 1.3;
	}

	/* ----------------------------------------------------------------
							　　　標識・ガードレール定義
	------------------------------------------------------------------- */
	.linetitle-section {
		margin-bottom: 30px;
		padding: 15px;
	}

	.linetitle-title {
		font-size: 18px;
	}

	.linetitle-comment {
		font-size: 12px;
		line-height: 1.3;
	}

	.mark1-section {
		padding: 10px;
		margin-bottom: 30px;
	}

	.mark1-title {
		margin-bottom: 20px;
		font-size: 18px;
	}

	.mark1-comment {
		font-size: 16px;
		line-height: 1.3;
	}

	.mark3-section {
		padding: 10px;
		margin-bottom: 30px;
	}

	.mark3-title {
		margin-bottom: 20px;
		font-size: 18px;
	}

	.mark3-comment {
		font-size: 16px;
		line-height: 1.3;
	}

	.linetype-title {
		margin-bottom: 20px;
		font-size: 18px;
	}

	.linetype-row {
		margin-bottom: 30px;
	}

	.linetype-sub {
		margin-bottom: 15px;
		font-size: 14px;
		line-height: 1.3;
	}

	.linetype-table {
		padding-left: -30px;
		border-radius: 20px;
		line-height: 1.3;
	}

	.linetype-td {
		font-size: 12px;
	}

	.linetype-img {
		padding: 10px;
	}

	.text-rotator {
		font-size: 12px;
	}

	.text-ESUTERU {
		font-size: 12px;
	}

	/* ----------------------------------------------------------------
								ライン整備定義
	------------------------------------------------------------------- */
	.price-section {
		margin-bottom: 30px;
		padding: 15px;
	}

	.price-title {
		font-size: 18px;
	}

	.price-comment {
		font-size: 12px;
	}

	.explain-section {
		margin-top: 20px;
		margin-bottom: 30px;
	}

	.explain-area {
		margin: 0px 10px 30px;
		padding: 10px;
		font-size: 12px;
		border-radius: 10px;
		line-height: 1.3;
	}

	.explain-text {
		font-size: 12px;
		line-height: 1.3;	
	}

	.text-rotator {
		min-width: 100%;
	}

	.commercial-area {
		margin-top: 20px;
		text-align: center;
	}
	
	.trademark1-section {
		margin-bottom: 30px;
		padding: 20px 10px;
	}

	.trademark1-title {
		font-size: 18px;
	}

	.trademark1-comment {
		font-size: 14px;
		line-height: 1.3;
		text-align: left;
	}

	.roundabout-section {
		margin-top: 30px;
		margin-bottom: -30px;
		padding-top: 20px;
		padding-bottom: 30px;
	}

	.roundabout-title {
		font-size: 16px;
		padding-bottom: 10px;
	}

	.roundabout-area {
		margin: 0 10px 30px;
		padding: 10px;
		border-radius: 10px;
		line-height: 1.3;
	}

	.roundabout-comment {
		font-size: 14px;
	}

	.pricetable-row1 {
		margin-bottom: 30px;
	}

	.pricetable-title1 {
		font-size: 20px;
		margin: 20px auto 30px;
	}

	.pricetable-title2 {
		font-size: 16px;
		margin: 10px auto 10px;
	}

	.pricetable-title3 {
		font-size: 16px;
		margin: 30px auto 10px;
	}

	.pricetable-explain {
		margin-top: 10px;
		font-size: 12px;
		line-height: 1.3;
	}

	.pricetable-price1 {
		font-size: 12px;
	}

	.pricetable-comment1 {
		font-size: 12px;
		line-height: 1.3;
	}

	.pricetable-arrow2 {
		font-size: 16px;
		margin: 17px auto;
	}

	.commercial2-section {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	/* ----------------------------------------------------------------
								アクアブラスト定義
	------------------------------------------------------------------- */
	.overview-comment {
		padding: 3px;
		font-size: 14px;
		line-height: 1.3;
	}

	.features-section {
		padding: 20px 3px;
	}

	.features-square {
		font-size: 14px;	
	}

	.features-title1 {
		font-size: 14px;
	}

	.features-title2 {
		font-size: 14px;
		text-decoration: none;
	}

	.features-cpmment1 {
		padding-left: 10px;	
		font-size: 12px;
		padding-bottom: 15px;
	}

	.features-cpmment2 {
		padding-left: 10px;	
		font-size: 12px;
	}

	.layout-row1 {
		border-bottom-width: 2px;
		margin-bottom: 15px;
	}

	.layout-margin {
		margin: 0;
		padding: 0;
	}

	.layout-title {
		margin: 20px 0 0 0;
		padding: 8px;
		font-size: 16px;
	}

	.layout-row2 {
		margin-bottom: 30px;
	}

	.layout-comment1 {
		font-size: 12px;
		margin-top: -5px;
	}

	.layout-comment2 {
		font-size: 12px;
		margin-top: -5px;
		padding-left: 5px;
	}

	.layout-comment3 {
		font-size: 12px;
		margin-top: -5px;
		margin-bottom: 50px;
	}

	.procedure-comment1 {
		margin-top: 20px;
		margin-bottom: 20px;
		font-size: 12px;
		margin-left: -30px;
	}

	.procedure-comment2 {
		font-size: 12px;
		margin-left: -30px;
	}

	.procedure-comment3 {
		font-size: 12px;
		margin-bottom: 20px;
		margin-left: -30px;
	}

	.procedure-comment4 {
		margin-bottom: 20px;
		font-size: 12px;
		margin-left: -30px;
	}

	.result-row1 {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.result-title1 {
		font-size: 16px;
		margin-left: -20px;
	}

	.result-comment1 {
		font-size: 12px;
		margin-left: -20px;
	}

	.result-title2 {
		margin-top: 30px;
		font-size: 16px;
		margin-left: -20px;
	}

	.efficiency-row1 {
		margin-top: 30px;
	}

	.efficiency-row2 {
		margin-bottom: 30px;
	}

	.efficiency-title1 {
		font-size: 16px;
		margin-bottom: -3px;
	}

	.efficiency-comment1 {
		font-size: 12px;
		padding: 0 3px;
	}

	.performance-row1 {
		margin-top: 30px;
		margin-bottom: 20px;
	}

	.performance-row2 {
		margin-bottom: 30px;
	}

	.performance-comment1 {
		font-size: 14px;
		text-align: left;
		line-height: 1.3;
	}

	.performance-comment2 {
		font-size: 11px;
		text-align: left;
	}

	.applications-row1 {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.applications-row2 {
		padding: 20px 5px 20px 0;
	}

	.applications-img {
		margin-top: -35px;
	}

	.applications-comment1 {
		font-size: 12px;
		line-height: 1.5;
	}
	
	.applications-comment2 {
		font-size: 12px;
		margin-top: 10px;
		line-height: 1.5;
	}

	.waterjetgun-title1 {
		font-size: 14px;
	}

	.waterjetgun-margin {
		margin: -9px 0 30px 0;
		padding-top: 10px;
		font-size: 12px;
	}

	.waterjetgun-table {
		margin-bottom: 20px;
		font-size: 12px;
	}

	.waterjetgun-data1 {
		padding: 10px 20px;
	}

	.waterjetgun-data2 {
		padding: 10px 20px;
	}


}