
.hide-sp {}
.visible-sp {display: none;}

@media screen and (max-width: 640px) {
/*==========================================================================*/
/*                                     SP *                                 */
/*==========================================================================*/
html, body {min-width: 100%!important;}
.visible-sp {display: inherit;}
.hide-sp {display: none!important;}
.mh_3p-sp {margin-left: -3%; margin-right: -3%;}
#wrapper {min-width: auto;}
#main {
	width: 94%;
	padding: 20px 3%;
}

#wrapper {
	background: url(../images/body_bg.jpg) repeat-x 0 100px;
}

#index #wrapper {
	background: url(../images/body_bg.jpg) repeat-x 0 100px;
}


#index #main {
	width: 100%;
	padding: 0;
}
#content {
	width: 100%;
	float: none;
	padding: 10px 0 0;
	box-sizing: border-box;
	-ms-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
}
#index #content { padding-top: 0; }
.pageTop img {
	width: 70%;
	min-width: 40px;
}
.con {
	padding-left: 15px!important;
	padding-right: 15px!important;
}

img {
	max-width: 100%;
	height: auto;
}
div.block2 {
	padding-left: 0;
	padding-right: 0;
}
div.block2 img {
	float: none!important;
	display: block;
	margin-left: auto!important;
	margin-right: auto!important;
}
#content .image_l, #content .image_r {
    float: none;
    padding: 0;
    width: 100%;
}
#content .image_l img, #content .image_r img {
    clear: both;
    display: block;
    height: auto;
    padding: 0 0 5%;
    max-width: 100%;
	margin: 0 auto;
}
#content .image_c {
	padding-bottom: 0;
}
#content .image_c img {
	clear: both;
    display: block;
    height: auto;
    padding: 0 0 5%;
    max-width: 100%;
	margin: 0 auto;
}
.pc_mb10 { margin-bottom: 0 }

.section {
	padding: 0 0 10px;
}
.img-responsive {
	width: auto;
	height: auto;
	max-width: 100%;
}
img.imgFull {
	width: 100%;
	height: auto;
}

.boxImg {
	padding-bottom: 20px;
}

a.hover:hover img,
ul.list_img-arr_res li a:hover img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.borderBox {
	box-sizing: border-box;
	-ms-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box;
}
.show-pc_sp img:first-child {
	display: none;
}
.show-pc_sp img:last-child {
	display: inline;
}
.h4Block h4 {
	padding-left: 0;
	padding-right: 100px;
	margin-right: -100px;
	width: 100%;
	box-sizing: border-box;
	-ms-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
}

dl.dt_w30 dt {width: 40%;}
dl.dt_w30 dd {width: 55%;}

dl.dt_w15 dt {width: 25%;}
dl.dt_w15 dd {width: 70%;}

dl.dt_w22 dt {width: 32%;}
dl.dt_w22 dd {width: 63%;}


/*==========================================================================*/
/*                               Header                                     */
/*==========================================================================*/


#headerInner {
	min-height: 35px;
	height: auto;
}

#header .btn_menu_res {
	cursor: pointer;
	display: inline-block;
	text-align: right;
	padding: 0;
	vertical-align: top;
	padding: 15px 0 0 0;
}
.btn_menu_res img {
	max-width: 100%;
	height: auto;
	width: auto;
	cursor: pointer;
	padding: 0;
}
.hSection {
	width: 96%;
	padding: 0 2% 0;
}
.headerR {
	width: 70%;	
}
.langList {
	display: inline-block;
	vertical-align: top;
	padding: 4.5% 0 0 0;	
}
.hTel-sp {
	display: inline-block;
	vertical-align: top;
	padding: 2.5% 60px 0 10px;
}
#logo {
	padding: 1% 0 1% 0;
	width: 17%;
}

/* -------------------------------------------- gNav */

.g-menu {
    text-align:right;
    padding:0 0 0 0;
    line-height:0;
	width: 28px;
	float: right;
	position: absolute;
	z-index: 10001;
	right: 20px;
	top: 6%;
}
.g-menu a {
    width:28px;
    height:17px;
    display:inline-block;
    position:relative;
}
.g-menu a > span {
    display:block;
    position:absolute;
    left:0;
    top:0;
}
.g-menu a span span {
    opacity:1;
    height:2px;
    background:#fff;
    display:block;
    width:27px;
    border-radius:1px;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
    margin:5px auto 0;
}

.g-menu .bar1 {margin-top:0}
.g-menu a:hover span span {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	-khtml-opacity: 0.70;
	opacity: 0.70;
}
.menuAtv a > span {
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    transform:rotate(-45deg);
}
.menuAtv .bar1 {
    -webkit-transform:rotate(0deg) translateY(6px);
    -moz-transform:rotate(0deg) translateY(6px);
    -ms-transform:rotate(0deg) translateY(6px);
    -o-transform:rotate(0deg) translateY(6px);
    transform:rotate(0deg) translateY(6px);
    margin-top:0;
}
.menuAtv .bar2 {opacity:0}
.menuAtv .bar3 {
    -webkit-transform:rotate(-90deg) translateX(5.5px);
    -moz-transform:rotate(-90deg) translateX(5.5px);
    -ms-transform:rotate(-90deg) translateX(5.5px);
    -o-transform:rotate(-90deg) translateX(5.5px);
    transform:rotate(-90deg) translateX(5.5px);
    margin-top:2px;
}
#g-nav,
#g-nav:before,
#g-nav:after,
#g-nav *,
#g-nav *:before,
#g-nav *:after {
    box-sizing:content-box;
    margin:0;
    padding:0;
    letter-spacing:normal;
}
#g-nav {
    position:relative;
    height:0;
    background:#000;
    position:absolute;
    z-index:2;
    top:0;
    right:0;
    bottom:0;
    left:0;
    margin:0;
    padding:0 9%;
    height:0;
    box-sizing:border-box;
    overflow:hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling:touch;
    visibility:hidden;
    -webkit-transition:visibility 0s linear 1s;
    transition:visibility 0s linear 1s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    text-align:justify;
    -ms-text-justify:distribute-all-lines;
    text-justify:distribute-all-lines;
    max-height:0;
    -webkit-transition:max-height 0.8s;
    -moz-transition:max-height 0.8s;
    transition:max-height 0.8s;

    max-height:none;
    -webkit-transition:background 0.35s linear,height 0.35s ease-in;
    transition:background 0.35s linear,height 0.35s ease-in;
    visibility:visible;
	z-index: 10000;
}

#wrapper .gNavAtv {
	height:100%;
    max-height:none;
    background:#000;
    -webkit-transition:background 0.35s linear,height 0.35s ease-in 200ms;
    transition:background 0.35s linear,height 0.35s ease-in 200ms;
	padding-top: 0;
	background: url(../images/navi_bg_off.png) 0 0 repeat;
	box-sizing: border-box;
	-ms-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
}
#g-nav > ul.gNav {
	padding: 50px 0 30px;
}
#g-nav ul.gNav ul {
	border-top: 1px solid #333;
}
#g-nav ul.gNav a {
    font-size:12px;
    line-height:3;
    font-weight:400;
    letter-spacing:normal;
    opacity:0.8;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieopacity)';
    filter:alpha(opacity=80);
    color:#fff;
    position:relative;
    z-index:1;
    display:inline-block;
    padding:0 10px;
    height:auto;
    background:no-repeat;
    text-decoration:none;
    white-space:nowrap;
    -webkit-transition:opacity 0.2s cubic-bezier(0.645,0.045,0.355,1);
    transition:opacity 0.2s cubic-bezier(0.645,0.045,0.355,1);
    -webkit-tap-highlight-color:transparent;
    outline-offset:-7px;
	display: block;
}
#g-nav ul.gNav > li > a {
	text-transform: uppercase;
}
#g-nav ul.gNav li.sub > a {
	background: url(../images/arrow_down.png) no-repeat  95% 15px;
	background-size: 10px;
}
#g-nav ul.gNav li.sub.active > a {
	background: url(../images/arrow_up.png) no-repeat  95% 13px;
	background-size: 10px
}
#g-nav ul.gNav ul li a {
	font-size: 12px;
	padding:0 10px 0 20px;
}
#wrapper .gNavAtv {
    visibility:visible;
    height:100%;
    background:#000;
    -webkit-transition:background 0.35s linear,height 0.35s ease-in 200ms;
    transition:background 0.35s linear,height 0.35s ease-in 200ms;
}
#g-nav li {
    border-bottom:1px solid #333;
    opacity:0;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieopacity)';
    filter:alpha(opacity=0);
	
    pointer-events:none;
    -webkit-transform:scale(1.1) translateY(-24px);
    -ms-transform:scale(1.1) translateY(-24px);
    transform:scale(1.1) translateY(-24px);
    -webkit-transition:opacity 0.35s ease-out,-webkit-transform 0.35s ease-out 200ms;
    transition:opacity 0.35s ease-out,transform 0.35s ease-out 200ms;
}

#g-nav ul.gNav ul li {
	 background: rgba(0, 0, 0, 0.2); /* browsers */ -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#20000000,endColorstr=#20000000); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#20000000,endColorstr=#20000000); zoom: 1; 
}
#g-nav ul.gNav ul li:last-child {
	border-bottom: none;
}
/*#g-nav li.active a,
#g-nav li.active ul a,*/
#g-nav li a:hover {
	opacity:0.60;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieopacity)';
    filter:alpha(opacity=60);
}
#g-nav li:nth-child(2) {
    -webkit-transition-delay:400ms,400ms;
    transition-delay:400ms,400ms;
}
#g-nav li:nth-child(3) {
    -webkit-transition-delay:350ms,350ms;
    transition-delay:350ms,350ms;
}
#g-nav li:nth-child(4) {
    -webkit-transition-delay:300ms,300ms;
    transition-delay:300ms,300ms;
}
#g-nav li:nth-child(5) {
    -webkit-transition-delay:250ms,250ms;
    transition-delay:250ms,250ms;
}
#g-nav li:nth-child(6) {
    -webkit-transition-delay:200ms,200ms;
    transition-delay:200ms,200ms;
}
#g-nav li:nth-child(7) {
    -webkit-transition-delay:150ms,150ms;
    transition-delay:150ms,150ms;
}
#g-nav li:nth-child(8) {
    -webkit-transition-delay:100ms,100ms;
    transition-delay:100ms,100ms;
}
#g-nav li:nth-child(9) {
    -webkit-transition-delay:50ms,50ms;
    transition-delay:50ms,50ms;
}
#g-nav .sublink {
	display: none;
}
#wrapper .gNavAtv li {
    opacity:1;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=$ieopacity)';
    filter:alpha(opacity=100);
	
    pointer-events:auto;
    -webkit-transform:none;
    -ms-transform:none;
    transform:none;
}
#wrapper .gNavAtv li:nth-child(2) {
    -webkit-transition-delay:300ms,300ms;
    transition-delay:300ms,300ms;
}
#wrapper .gNavAtv li:nth-child(3) {
    -webkit-transition-delay:350ms,350ms;
    transition-delay:350ms,350ms;
}
#wrapper .gNavAtv li:nth-child(4) {
    -webkit-transition-delay:400ms,400ms;
    transition-delay:400ms,400ms;
}
#wrapper .gNavAtv li:nth-child(5) {
    -webkit-transition-delay:450ms,450ms;
    transition-delay:450ms,450ms;
}
#wrapper .gNavAtv li:nth-child(6) {
    -webkit-transition-delay:500ms,500ms;
    transition-delay:500ms,500ms;
}
#wrapper .gNavAtv li:nth-child(7) {
    -webkit-transition-delay:550ms,550ms;
    transition-delay:550ms,550ms;
}
#wrapper .gNavAtv li:nth-child(8) {
    -webkit-transition-delay:600ms,600ms;
    transition-delay:600ms,600ms;
}
#wrapper .gNavAtv li:nth-child(9) {
    -webkit-transition-delay:650ms,650ms;
    transition-delay:650ms,650ms;
}

#g-nav li a span {
	display: none;	
}

/*==========================================================================*/
/*                               Footer                                     */
/*==========================================================================*/

#footer {
	clear: both;
	margin-bottom: -20px;
	height: auto;
	padding-top: 2px;
}
#footer p { padding-bottom: 0; }

.ctMap iframe,
.fMap iframe {
	pointer-events: none;
}


/*==========================================================================*/
/*                               Sidebar                                    */
/*==========================================================================*/

#navi {
	display: none;
}

/* -------------------------------------------- hx */
.h2Block {
	background: none;
    height: auto;
	margin: 0 1px 0;
}
.h2Block .inner {
    width: 100%;
	display: table;
	margin-top: 3.5%;
}
.h2Block h2 {
	background: url(../images/h2.jpg) no-repeat center center;
	background-size: 100% auto;
	font-size: 25px;
	min-height: 50px;
	vertical-align: middle;
	padding: 8.5% 2% 9.5%;
	display: table-cell;
	width: 100%;
}
.h2Block h2 img {
	max-width: 100%;
	height: auto;
}
#index h2 img {
	padding-top: 5%;
}
h3 {
	font-size: 17px;
	line-height: 1.2em;
}
h4 {
	font-size: 17px;
	line-height: 1.2em;
}

h5 {
	background-position: 2px 3px;
    color: #241800;
    font-size: 15px;
    padding: 5px 0 15px 27px;
}

/* -------------------------------------------- box */
.box01 {
	margin-bottom: 20px;
}

/* -------------------------------------------- list */

.list_img-arr {
	padding-bottom: 5%;
}
.list_img-arr li {
	width: 100%;
	padding-bottom: 0;
	display: block;
}
.list_img-arr li img {
	max-width: 100%;
	width: auto;
	height: auto;
}
.list_img-arr li.arr {
	background: url(../images/arrow_03.png) no-repeat 0 0;
	margin: 4% auto 3%;
	width: 41px;
	height: 31px;
}
.list_img-arr li.arr img {
	display: none;
}
.list_img-arr li .text {
	padding-top: 10px;
}

.list_img {
	letter-spacing: -0.5em;
	text-align: center;
	margin-right: 0;
}
.list_img li {
	display: block;
	padding: 0 0 5% 0;
	width: 100%;
	margin: 0 auto;
}
.list_img li img {
	max-width: 100%;
	width: auto;
	height: auto;
}
.list_2img {
	margin-right: 0;
}
.list_2img li.left,
.list_2img li.right {
	text-align: center;
}
.list_2img li {
	width: 100%;
	padding: 0 0 5%;
}
dl.dt_date dt {
	font-size: 130%;
	width: 120px;
}
dl.dt_date dd {
	padding-left: 120px; 
	margin-left: -120px;
}

/* -------------------------------------------- table */
table {
	margin-bottom: 20px;
}
table th { padding: 7px 1.5% 6px;}
table td { padding: 6px 1.5% 5px;}
table.tbl_equipment { margin: 0 0;}
table.tbl_equipment td,
table.tbl_equipment th { padding-left: 1.2%; padding-right: 1.2% }
table.tbl_equipment tr th:nth-child(4) { width: 8% }
table.tbl_equipment tr td:last-child { text-align: center; }

.table-responsive {
	overflow: auto;
	width: 100%;
	margin-bottom: 20px;
}
.table-responsive table {
	width: 670px;
	margin-bottom: 0;
}
table img,
.td_imgFull img {
	width: 100%;
	height: auto;
}
table img {
	padding: 1% 0 1%;
}

/* -------------------------------------------- top */
.topicPath {
	display: none;	
}
.top01 {
	background: url(../images/index_img_01.jpg) no-repeat right top;
	padding: 50px 20px 0;
	margin-top: 0;
	margin-bottom: 10px;
	min-height: inherit;
	padding-bottom: 30px;
}
.top01 div.inner {
	font-size: 80%;
	width: 100%;
}
.top01 .title {
	font-size: 130%;
	padding-bottom: 5%;
}
.top01 ol li span {
	line-height: 1.2em;	
	width: 25px;
	padding: 0 0;
}
.top01 ol li {
	padding: 2px 0 2px 45px;
    text-indent: -43px;
}
.top01 ol li span.norTxt {
	text-shadow: 0 0 4px #ffffff,0 0 4px #ffffff,0 0 5px #ffffff,0 0 6px #ffffff,0 0 6px #ffffff,0 0 6px #ffffff,0 0 6px #ffffff,0 0 8px #ffffff,0 0 8px #ffffff;
}
.list_products {
	margin-right: 0;
}
.list_products li {
	max-width: auto;
	width: 50%;
	padding-right: 19px;
}
.list_products li:nth-child(2n) {
	padding-right: 0;
}
.list_products li img {
	height: auto;
	width: 100%;
}
.pageListTop {
	display: none;	
}
.frame1 {
	margin-bottom: 30px;
}
}
@media screen and (min-width: 641px) {
/* pc */
.hide-pc {
	display: none!important;
}
.img_visual img {
	width: 600px;
	height: auto;
}
}
@media screen and (min-width: 490px) and (max-width: 600px) {
.g-menu {
	top: 6%;
}
}
@media screen and (min-width: 440px) and (max-width: 480px) {
.g-menu {
	top: 1.2em;
}
}
@media screen and (min-width: 320px) and (max-width: 430px) {
.g-menu {
	top: 8%;
}
}
@media screen and (max-width: 510px) {
.tbl_equipment {font-size: 80%;}
.tbl_equipment th.col2 {width: 30%;}
.tbl_equipment th.col3 {width: 25%;}
.tbl_equipment th.col4 {width: 9%;}
.sp51-w40 { width: 40%;}
.dl_form dt {
	width: 27.857142857142854%;
}
.dl_form dd {
	margin-left: 28.142857142857146%;
    width: 62.285714285714285%;
}
}
@media screen and (max-width: 450px) {
.slides_sp_text {font-size: 300%; text-indent: -9999px;}
.tbl_equipment th.col2 {width: 30%;}
.tbl_equipment th.col3 {width: 30%;}
.tbl_equipment th.col4 {width: 12%;}

}
@media screen and (max-width: 400px) {
.slides_sp_text {font-size: 220%; text-indent: -9999px;}
.tbl_equipment {font-size: 75%;}
.tbl_equipment th.col2 {width: 30%;}
.tbl_equipment th.col3 {width: 35%;}
.tbl_equipment th.col4 {width: 12%;}
.dl_form {
    padding: 0 0 0 10px;
}
.dl_form dt {
	width: 29.857142857142854%;
}
.dl_form dd {
	margin-left: 30.142857142857146%;
    width: 60.285714285714285%;
}
}
@media screen and (max-width: 360px) {
#footer .footerSpInner .fMap {
	display: block;
	width: 100%;
	margin-bottom: 2em;
}
#footer .footerSpInner .fText {
	display: block;
	width: 100%;
}
#footer .footerSpInner .fText p:nth-child(2) br:nth-child(2) {
	display: none;
}
}
@media screen and (max-width: 350px) {
table th {padding: 7px 1% 6px;}
table td {padding: 6px 1% 5px;}
table.tbl_equipment th {padding: 7px 1% 6px;}
table.tbl_equipment td {padding: 6px 1% 5px;}
.tbl_equipment { font-size: 65%;}
.tbl_equipment th.col2 {width: 20%;}
.tbl_equipment th.col3 {width: 28%;}
.tbl_equipment th.col4 {width: 10%;}
.sp35-w50 { width: 50%; }
.langList { padding: 6% 0 0;}
.dl_form dt {
	width: 32.857142857142854%;
}
.dl_form dd {
	margin-left: 33.142857142857146%;
    width: 57.285714285714285%;
}
}
@media screen and (max-width: 320px) {
.h4Block {
	font-size: 90%;
}
.h4Block h4 {
	padding-right: 75px;
}
a.btnChitiet, a.btnRutgon {
	width: 70px;	
}
}
/*@media screen and (max-width: 590px) {
#footer address {font-size: 14px;}
}
@media screen and (max-width: 540px) {
#footer address {font-size: 12px;}
}
@media screen and (max-width: 510px) {

}
@media screen and (max-width: 450px) {
}
@media screen and (max-width: 400px) {
#footer address {font-size: 10px;}
}
@media screen and (max-width: 350px) {
#footer address {font-size: 9px; padding-bottom: 15px;}
}
@media screen and (max-width: 340px) {}
@media screen and (max-width: 320px) {}*/