@charset "UTF-8";


/* css common 
---------------------------------------------------------- */
#wrapper {
	min-height:100%;
	margin:0px auto;
	position:relative;
}

#main, .box, .box_full{
	width: 1000px;
	min-width: 1000px;
	margin: 0 auto;
}

/* header 
---------------------------------------------------------- */
#h_box{
	
}
#header {
	background: rgba(0,18,96,0.8);
	padding: 15px 4%;
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	z-index: 5;
}
#header h1{
	width: 80px;
	float:left;
}
#header .txt_logo{
	float: left;
	margin-left: 40px;
	padding-top: 5px;
}
#header .txt_logo p {
	color: #FFF;
	font-size: 100%;
	font-weight: 700;
	border-bottom: 2px solid #ffb90d; 
}
#header .txt_logo em {
	font-size: 80%;
	font-weight: 500;
	display: block;
	letter-spacing: 2px;
	color: #ffb90d;
}
#header .txt_logo span{
	display: block;
	color: #ccc;	
	letter-spacing: 2px;
	font-size: 80%;
}
#h_left {
	width: 48%;
	float: left;
}
#h_right {
	float: right;
	width: 50%;
	text-align: right;
	padding-top: 18px;
}


#icon li{
	display: inline-block;
	width: 40px;
	margin-left: 10px;
}
#icon li:nth-child(1){ width: auto; }
#icon li:nth-child(2){ display: none; }

#icon.scroll-to-fixed-fixed li:nth-child(1),
#icon.scroll-to-fixed-fixed li:nth-child(2){ display: none; }
#icon.scroll-to-fixed-fixed{
	left: auto !important;
	right: 2% !important;
	width: auto !important;
}
#icon.scroll-to-fixed-fixed li{
	display: block;
	margin-top: 15px;
}


/* main 
---------------------------------------------------------- */
#main{
	display: block;
}
#content{
	width: 750px;
	float: left;
	background: #F63;
}

#snav{
	width: 220px;
	float: right;
	background: #9C0;
}


/* pagetop 
---------------------------------------------------------- */
#bk_top {
	text-align:center;
}

#scrollUp {
	width: 50px;
	height: 50px;
  bottom: 5%;
  right: 5%;
	background:url(common/images/pagetop.jpg) no-repeat right bottom;
	background-size: contain;
}


/* footer 
---------------------------------------------------------- */
#footer {	
	margin-top: 150px;
}

/* --- copy_right --- */
#copy_right{
	background: #001260;
	padding: 10px 0;
}
#copy_right p{
	color: #FFF;
	font-size: 80%;
	text-align: center;
}

/* margin style
---------------------------------------------------------- */
.section {
	margin-bottom:80px;
}
.container {
	margin-bottom:60px;
}
.case {
	margin-bottom:30px;
}
.pack {
	margin-bottom:20px;
}
.item {
	margin-bottom:10px;
}
.mb_clear{ margin-bottom: 0; }

.section .container:last-child,
.container .case:last-child,
.case .pack:last-child,
.pack .item:last-child {
	margin-bottom:0px;
}

/* text-align style
---------------------------------------------------------- */
.txt_l{
	text-align:left !important;
}
.txt_c{
	text-align:center !important;
}
.txt_r{
	text-align:right !important;
}
.txt_b{
	font-weight:bold;
}

/* p section 
---------------------------------------------------------- */
main p {
	margin-bottom:20px;
}
main * p:last-child {
	margin-bottom:0px;
}


/* tb_style 
---------------------------------------------------------- */
.tb_style{
	width:100%;
	table-layout: auto;
	border-collapse: collapse;
}
.tb_style td,
.tb_style th{
	padding: 5px 10px;
	box-sizing: border-box;
	vertical-align: middle;
}
.tb_style th{
	text-align: right;
}
.tb_style em{
	color: #bf0000;
}

/* tb_form 
---------------------------------------------------------- */
.btn_submit{ 
	-webkit-appearance: none;
	border-radius: 0;
	padding: 5px;
	box-sizing: border-box;
	width: 150px;
	background: #bf0000;
	color: #FFF;
	border: none;
	font-weight: 700;
	font-size: 100%;
	margin-left: 20px;
	cursor: pointer;
}
.btn_submit:hover{
	background: #000;
}
.tb_form input[type="text"],
.tb_form input[type="email"],
.tb_form input[type="tel"]{ 
	-webkit-appearance: none;
	border-radius: 0;
	padding: 10px;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #ccc;
}
.tb_form textarea,
.tb_form select{ 
	border: 1px solid #ccc;
	padding: 10px;
	box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

#contact .wpcf7-submit{
	-webkit-appearance: none;
	border-radius: 0;
	padding: 5px;
	box-sizing: border-box;
	width: 150px;
	background: #bf0000;
	color: #FFF;
	border: none;
	font-weight: 700;
	font-size: 100%;
	margin-left: 20px;
	cursor: pointer;
}
#contact .wpcf7-submit:disabled{	
	background:#ccc;
	color: #555;
	cursor: not-allowed;
}
#contact .wpcf7 .ajax-loader{
	display: block;
	margin: 2% auto 0 auto;
}

/* title style 
---------------------------------------------------------- */
.title_main {
	text-align: center;
	font-size: 200%;
	font-weight: 500;
	color: #001260;	
	margin-bottom: 40px;
	text-transform: uppercase;
}
.title_main em{
	display: block;
	width: 100px;
	margin: auto;
	height: 4px;
	background: #bf0000;
	margin-top: 10px;
}




/* container 
---------------------------------------------------------- */
.container {

}
.container .msg {
	width: 40%;
	word-break: break-all;
}
.container .img {
	width: 55%;
}
.pic_l .img, .pic_r .msg {
	float: left;
}
.pic_l .msg, .pic_r .img {
	float: right;
}

.flow_picl .img{ float:left; margin-right: 15px; margin-bottom: 5px;}
.flow_picr .img{ float:right; margin-left: 15px; margin-bottom: 5px;}


/* switch pc sp 
---------------------------------------------------------- */
.sp{ display: none; }
.pc{ display:block; }


/* list_dot 
---------------------------------------------------------- */
.list_dot{
	list-style:disc;
	margin-left: 17px;
}
.list_dot li{ margin-bottom: 5px; }
.list_dot li:last-child{ margin-bottom: 0; }


/* list_num 
---------------------------------------------------------- */
.list_num{
	list-style: decimal;
	margin-left: 17px;
}
.list_num li{ margin-bottom: 5px; }
.list_num li:last-child{ margin-bottom: 0; }

/* main_img_wrap 
---------------------------------------------------------- */
#main_img_wrap{
	position: relative;
	background: #000;
}
#main_img_wrap h2{
	position: absolute; 
	top: 50%;
	left: 50%; 
	transform: translate(-50%,-50%);	
	z-index: 6;
}
#main_visual li img{
	width: 100%;
	opacity: 50%;
}

/* about 
---------------------------------------------------------- */
.bg01{
	background: url(common/images/bg_about.jpg) no-repeat center fixed;
	background-size: cover;
	height: 350px;
}

/* product 
---------------------------------------------------------- */

#product,
.bg_blue{
	background: #001260;
	padding: 80px 0;
}
#product *,
.bg_blue *{ color: #FFF; }
#product p{
	background-color: #468dff;
	padding: 10px;
	text-align: center;
	font-weight: 500;
	line-height: 1.4;
} 
#product p span{
	font-weight: 400;
	font-size: 80%;
	display: block;
	margin-top: 5px;
}
#product .pic{
	display: block;
	width: 100%;
	height: 250px;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	transition: all .3s ease-out;
}

/* service 
---------------------------------------------------------- */
#service li{
	width: 25%;
	float: left;
}

/* standard 
---------------------------------------------------------- */
#standard{
	background: url(common/images/bg_service01.jpg) no-repeat center bottom , url(common/images/bg_service02.jpg) repeat-x bottom #080808;
	padding: 80px 0 200px 0;
}
#standard *{ color: #FFF; }
#standard h4{
	width: 60%;
	font-size: 140%;
	font-weight: 700;
	border-bottom: 1px solid #bf0000;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

/* contact 
---------------------------------------------------------- */
#contact .address span{
	display: block;
	font-size: 120%;
	font-weight: 700;
}
#contact .address .th{
	font-family: 'Bai Jamjuree', sans-serif;
}

#contact .contact {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	margin: 20px 0;
}
#contact .contact li{
	display: inline-block;;	
	background: url(common/images/ico_tel.png) no-repeat left center;
	background-size: 40px;
	font-size: 200%;
	line-height: 1;
	font-weight: 700;
	padding: 3px 0 3px 50px;
	margin: 10px 0;
	text-align: left;
}
#contact .contact li span{
	display: block;
	font-size: 30%;
	color: #0032fc;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 2px;
}
#contact .contact li a{
	text-decoration: none;
}
#contact .contact li .mail{ 
	font-size: 60%; 
	display: inline-block; 
	top: -10px;	
	position: relative;
}
#contact .contact li:nth-child(1){ background-image: url(common/images/ico_tel02.png);  }
#contact .contact li:nth-child(2){ background-image: url(common/images/ico_tel03.png);  }
#contact .contact li:nth-child(3){ background-image: url(common/images/ico_fax.png);  }
#contact .contact li:nth-child(4){ background-image: url(common/images/ico_contact02.png);  }

#contact .social_f li{
	display: inline-block;
	width: 40px;
	margin-right: 10px;
}
#contact th{ width: 25%;}



















