@charset "UTF-8";

/*===============================================
●smart.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width: 640px) {

html {
/* font-size: 62.5%!important; */

}
	body {
		overflow-x:hidden;
		font-size:1.4em!important;
		border-top:10px solid #224d8d;
	}

.pc {
	display:none;
}
.smart {
	display:block;
}
.pc_left {
	float: none;
}
.pc_right {
	float: none;
}
	.smart_clear {
clear:both;
 font-size: 1%;
height:1px;
width:1px;
overflow:hidden;
line-height:0px;
}
.pc_width01 {
width:auto;	
	}
.btn01 {
	display: table-cell;
	background-color: #275089;
	width: auto;
	height: auto;
	padding:10px 30px;
	color:#fff;
	font-weight:normal;
	text-align: center;
	vertical-align: middle;
	font-size:1em!important;
}
.btn01 span {
	font-size:0.7em!important;
}
.pc_inner {
	width: 100%!important;
	margin: 0!important; 
	/* font-size:1.4em!important; */
	box-sizing: border-box!important;
	padding:0 1%!important;
}

.pc_inner p, .pc_inner div, .pc_inner li {
	font-size:1.45em!important;		
	}
.pc_inner th, .pc_inner td {
	font-size:0.8em!important;		
	}
.entry-column .pc_inner .font_size02 {
	font-size:1.7em!important;
}
.entry-column .pc_inner .font_size03 {
	font-size:2em!important;
}
header h1 {
	float:left;
	padding:12px 15px;
}
	.header_menu{
	float:right;
	font-size:1em;
	margin-top:27px;
	margin-right:15px;
}
.pankuzu {
	margin-top:-45px;
	margin-bottom:30px;
	text-align: left;
	background-color:#254f8b;
	padding:17px 0;
}
.pankuzu li {
	display: inline;
	color:#ffffff;
	font-size: 1.4em;
} 
.sub_h3 {
	width: auto;
    padding: 0.25em 0.5emimportant;
    background: transparent!important;/*背景透明に*/
    border-left: solid 10px #254f8b;
	margin-top:25px!important;
		margin-bottom:25px!important;
	text-align: left;
	font-weight: bold;
	font-size:2.1em!important;
}
.sub_h4 {
	text-align: left;
	background-color: #dedede;
	padding:0.3em 0.8em!important;
	font-size:1.9em!important;
	width: auto;
	margin: 0!important;
	margin-bottom:15px!important;
}
.sub_h402 {
	text-align: left;
	background-color: #dedede;
	padding:0.3em 0.8em!important;
	font-size:1.9em!important;
	width: auto;
	margin: 0!important;
}
.sub_h403 {
	text-align: left;
	background-color: #275089;
	color:#fff;
	padding:0.5em 0.8em!important;
	font-size:1.8em!important;
	width: auto;
	margin: 0 auto!important;
	margin-bottom:15px!important;
}
.sub_h05 {
	text-align: left;
	font-weight:bold;
	margin-bottom:5px;
	margin-left:0;
	font-size:1.5em;
}
.header_menu li {
	display: inline-block;
	margin-left:5px;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */
	background-color: #000;
	color:#fff;
	padding:10px 20px;
	line-height: 22px;
}
footer .footer_nav{
	border-bottom:1px solid #fff;
	padding-bottom:20px;
    width: 1100px;
	margin: 0 auto;
	margin-bottom:20px;
	padding:5% 7%;
	font-size:1.3em;
	box-sizing: border-box;
}
footer .footer_box {
	color:#fff;
	margin-right:20px;
	text-align: left;
	margin-bottom:20px;
}
footer .footer_box dt {
	background:url(../../img/common/arrow02.png) no-repeat left center;
	margin-bottom:20px;
	padding-left:17px;
	text-align: left;
}
footer .footer_box dd {
	display: inline;
	padding-left:17px;
	padding-right:15px;
	text-align: left;
	font-size:1em;
	line-height: 1.5em;
}
footer .footer_box:last-of-type {
	margin-right:0;
}

footer .footer_box dt a:link, a:visited {
text-decoration:underline;
color:#fff;
}
footer .footer_box dt a:hover {
text-decoration:none;
color:#fff;
}
footer .footer02 ul {
margin-top:10px;
}
.table01 {
	width: 100%!important;
}
.table01 th {
	    font-size:1.8em!important;
}
.table01 td {
	    font-size:1.8em!important;
}
.table02 {
	width: 100%;
	}
.table02 thead {
    display: none;
  }
.table02 tr {
    border-bottom: 3px solid #ccc;
    display: block;
  }
.table02 th {
	    font-size:1.8em!important;
}
.table02 td {
    border-bottom: 1px solid #ddd;
    display: block;
    text-align: right;
    font-size:1.8em!important;
	padding-right:40px;
	padding-left:40px;
  }
.table02 td:before {
    content: attr(aria-label);
    float: left;
  }
.dl01 dt {
	font-weight: bold;
	font-size:2.1em;
	margin-bottom:7px;
	text-align: left;
}
.dl01 dd {
	margin-bottom:15px;
	text-align: left;
	font-size:1.9em;
}

.dl02 dt {
	background:url(/img/common/list01.png) no-repeat left center;
	padding-left:43px;
	color:#e4007f;
	margin-bottom:0px;
	text-align: left;
	min-height: 35px;
	font-size:1.9em;
}
.dl02 dd {
	padding-left:43px;
	margin-bottom:20px;
	text-align: left;
	font-size:1.9em;
}
.dl03 dt {
	font-size:1.9em;
	}
.dl03 dd {
	font-size:1.9em;
	}
.dl04 dt {
	font-size:1.9em;
	}
.dl04 dd {
	font-size:1.9em;
	}
.dl05 {
	width:100%!important;
	margin:0 auto!important;
}
.dl05 dt {
	text-align: left;
	font-weight: normal;
	border-bottom:2px solid #224d8d;
	padding-bottom:7px;
	margin-top:20px;
	margin-bottom:10px;
	font-size:1.9em;
}
.dl05 dd {
	float: none;
	margin-bottom:10px;
	margin-right:0px;
	text-align: left;
		line-height: 1;
		font-size:1.8em;
}
.ol01 li ol.list_parentheses li{
	 list-style-type:none;
  /* list-style-position:inside; */
  counter-increment: cnt;
	font-size:1em!important;
}
.ol02 {
    margin:0 0 0 0px!important;
	padding:0!important;
}
.ol02 li {
	list-style:decimal;
	    margin:0 0 0 10em!important;
	padding:0;
}
.custommarker01 li {
	text-align: left;
	float:left;
	width: 50%;
}
.ul01 {
	border:1px solid #ccc;
	padding:1em 2.7em!important;
}
.ul01 li {
	float:left;
	width: 50%;
	text-align: left;
	list-style-type:disc;
}
.ul02 {
	border:1px solid #ccc;
	padding:1em 2.7em!important;
}
.ul02 li {
	float:left;
	width: 100%;
	text-align: left;
	list-style-type:disc;
}
.ul03 {
width: 100%!important;
text-align: left!important;
margi:0!important;
paddig:0!important;
}
.ul03 li {
	width: auto!important;
	text-align: left!important;
	display: block!important;
paddig:0!important;
	margin:0 0 0 0!important;
}

.entry .pc_inner .tab_menu00 {
  background: -moz-linear-gradient(bottom, #133e7e, #3d6db0);
  background: -webkit-linear-gradient(bottom, #133e7e, #3d6db0);
  background: linear-gradient(to top, #133e7e, #3d6db0);
  margin:0 0 50px 0!important;
  padding:0!important;
}
.entry .pc_inner .tab_menu00 li {
	  background: -moz-linear-gradient(bottom, #133e7e, #3d6db0);
  background: -webkit-linear-gradient(bottom, #133e7e, #3d6db0);
  background: linear-gradient(to top, #133e7e, #3d6db0);
	display:block;
	width: 100%!important;
	color:#fff;
	border-right:none;
	vertical-align: middle;
	text-align: left!important;
	padding:20px 30px!important;
	font-size:1.4em!important;
	box-sizing: border-box;
}


.top01 h2 {
	font-size:2em;
	width: 96%;
		text-align: center;
		margin: 0 auto;
	margin-bottom:50px;
}
.top01 p {
	width: 94%;
		text-align: center;
		margin: 0 auto;
	font-size:1.5em;
	line-height: 1.8em;
	font-weight: normal:
}
.top02 h2 {
	font-size:2em;
	width: 94%;
		text-align: center;
		margin: 0 auto;
	margin-bottom:50px;
}
.top02 p {
	width: 94%;
		text-align: center;
		margin: 0 auto;
	font-size:1.5em;
	line-height: 1.8em;
	font-weight: normal:
}
.top_box {
	background-color: #fff;
	width: 70%;
	height: auto;
	box-sizing: border-box;
	 box-shadow: 0 0 30px #ccc;
	text-align: center;
	margin:0 auto;
	margin-bottom:40px;
	padding-bottom:20px;
}
	.top_box h3 img {
		width: 100%;
	}
/* 環境方針 */
.kankyo_left {
	float:left;
	width:50%;
	text-align: left;
}
.kankyo_left img {
		width: 95%;
	}
.kankyo_right {
	float:left;
	width:50%;
	text-align: left;
	margin:0!important;
	padding:0!important;
}
.kankyo_right dt {
	text-align: left;
	font-size:1.8em!important;
}
.kankyo_right dd {
    border-bottom: 1px solid #ccc;
	padding-bottom:15px;
	margin-bottom: 15px;
	text-align: left;
	padding-left:0.7em;
	font-size:1.8em!important;
}

/* googleマップ　*/
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
	
/* ボディゲージ */
.product01 {
width: 100%!important;
padding-left:0!important;
}
.product01 li {
	float:left;
	box-sizing: border-box;
	border:1px solid #ccc;
	width:47%;
	margin-left:0!important;
	margin-right:5.8%!important;
	margin-bottom:15px!important;
	padding:1em;
	text-align: center;
}
.product01 li p {
	width:100%!important;
	background-color: #275089;
	text-align: center;
	color:#fff;
	display:block;
	vertical-align: middle;
    font-size:1em!important;
	margin:0 auto!important;
	padding:4%;
	box-sizing:border-box;
	line-height: 1.3em;
}
.product01 li img {
	width: 80%;
	margin:10px 0;
	vertical-align: top;
}
.product01 li:nth-child(2n) {
	margin-right:0!important;
}
/*　ウォータージェット */
.product03_left {
	float:left;
	width: 33%;
	margin-right:2%;
	margin-top:	15px!important;
}
.product03_left img {
	width: 100%;
}
.product03_right {
	margin-top:15px!important;
	float:left;
	font-size:1.5em;
	width: 65%;
}
.product03_right h5 {
	text-align: left;
	font-size:1.3em;
	font-weight:bold;
	margin-bottom: 15px;
}
.product03_right p {
	font-size:1.1em!important;
	line-height: 1.2em;
	}
.product03_right02 {
	margin-top:15px!important;
	float:none;
	font-size:1.5em;
	width: 100%;
}
.product03_right02 h5 {
	text-align: left;
	font-size:1.2em;
	font-weight:bold;
	margin-bottom: 10px;
}
.product03_right02 p {
		font-size:1.1em!important;
	line-height: 1.3em;
	margin-bottom:0.5em!important;
}
/*　先輩の声 */
.koe01 {
	border:1px solid #ccc;
	padding:1.1em;
}
.koe01 h4 {
font-size:1.2em;
	margin:0;
	padding:0;
	border-bottom:2px solid #275089;
	padding-bottom:0.7em;
	font-weight:bold;
	margin-bottom:0.7em;
	text-align: left;
}
.koe01 p {
		font-size:1.1em!important;
	margin:0;
	padding:0;
}





}




