@charset "UTF-8";


/* css common 
---------------------------------------------------------- */
#wrapper {
	min-height:100%;
	margin:0px auto;
	position:relative;
	border-top: 4px solid #3999cc;
}

#h_box, #mainnav .topmenu, #footer_box, #copy_right p, #main_img, #main, .box, #topicPath{
	width: 1000px;
	min-width: 1000px;
	margin: 0 auto;
}

/* header 
---------------------------------------------------------- */
#h_box{
	padding: 30px 0;
}
#h_left {
	width: 45%;
	float: left;
}
#h_right {
	float: right;
	width: 40%;
	text-align: right;
	padding-top: 23px;
}
a.ico_login{
	padding-left: 18px;
	background:url(common/images/common/ico_login.jpg) no-repeat left 2px;
	background-size: 10px auto;
	color: #333;
	font-size: 13px;
	text-decoration:underline;
}
a.ico_login:hover{
	text-decoration: none;
}

/* mainnav 
---------------------------------------------------------- */
#mainnav {
	margin: 30px 0 60px 0;
	background: #3999cc;
}
#mainnav .topmenu li{
	float:left;
	position:relative;
}

/* level2 */
#mainnav .topmenu ul{
	width: 200px;
	display:none;
	background:#1E1E1E;
	position:absolute;
	z-index:9999;
}
#mainnav .topmenu li li{
	border-left: none;
	float: none;
	border-top: 1px solid #4C4C4C;
	box-sizing: border-box;
}
#mainnav .topmenu li li a{
	padding: 10px 15px;	
	display: block;
	color: #FFF;
	text-decoration: none;
}
#mainnav li li .parent {
	background-image:url(common/images/common/arrow01.png);
	background-repeat: no-repeat;
	background-position: 95% center;
}
/* level3 */
#mainnav .topmenu ul ul{
	margin:-42px 0 0 -1px;
	padding-top: 0;
  left:100%;
}

/* level4 */
#mainnav ul ul ul {
	margin:-42px 0 0 -1px;
	left:100%;
}

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

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


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


/* footer 
---------------------------------------------------------- */
#banner_c{
	border-top: 3px solid #ddd;
	padding: 30px 0 20px 0;
}
#footer{
	padding: 40px 0;
	background:#3999cc;
}
#footer p.txt_b{
	font-size: 115%;
}
#footer p{
	color: #fff;
}
#footer li{
	display: inline-block;
	color: #fff;
	font-weight:bold;
	margin: 12px 12px 0 12px;
	font-size: 130%;
}
#footer li a{
	color: #fff;
}

/* --- copy_right --- */
#copy_right{
	background: #147cb3;
	padding: 22px 0;
}
#copy_right ul{
	float:left;
	width: 50%;
}
#copy_right li{
	display: inline-block;
	color: #a0d8f6;
}
#copy_right li a{
	color: #a0d8f6;
	font-size: 12px;
}
#copy_right li a:hover{
	color: #fff;
}
#copy_right span{
	float: right;
	width: 50%;
	color: #a0d8f6;
	text-align: right;
	font-size: 10px;
	padding-top: 3px;
}

/* margin style
---------------------------------------------------------- */
.section {
	margin-bottom:40px;
}
.container {
	margin-bottom:30px;
}
.case {
	margin-bottom:25px;
}
.pack {
	margin-bottom:20px;
}
.item {
	margin-bottom:15px;
}
.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;
	border: 1px solid #ddd;
	box-sizing: border-box;
}
.tb_style th{
	background:#eee;
}


/* tb_form 
---------------------------------------------------------- */
.tb_form{
	width:100%;
	table-layout: auto;
	border-collapse: collapse;
}
.tb_form th {
	text-align:left;
	background:url(../images/recruit/hissu.jpg) no-repeat right 10px;
}
.tb_form .ninni{
	background-image:url(../images/recruit/ninni.jpg);
}
.tb_form .tb_list li{
	display:inline;
	margin-left:15px;
}
.tb_form .tb_list li:first-child{
	margin-left:0;
}
.tb_form .tb_list li .title{
	margin-right:5px;
}
.tb_form .space_b{
	display:block;
	margin-bottom:15px;
}
.tb_form .imp_txt{
	width:100%;
	padding:3px 0;
}
.tb_form .imp_s{
	width:20%;
	padding:3px 0;
}
.tb_form .imp_space{
	width:20%;
	padding:3px 0;
}
.ime_sel{ 
	padding: 3px 0;
	width: 100%;
}
.tb_form input[type="text"]{ 
	-webkit-appearance: none;
	border-radius: 0;
	padding: 5px;
	box-sizing: border-box;
}

/* col style 
---------------------------------------------------------- */
.col2_box, .col3_box, .col4_box{
	position:relative;
}
.col2_box .col2, .col3_box .col3, .col4_box .col4{
	float:left;
	box-sizing: border-box;
}
.col2_box .col2:first-child,
.col3_box .col3:first-child,
.col4_box .col4:first-child{
	margin-left:0;
}

/* --- col 2 --- */
.col2_box {
}
.col2_box .col2 {
}

/* --- col 3 --- */
.col3_box {
}
.col3_box .col3 {
}

/* --- col 4 --- */
.col4_box {
}
.col4_box .col4 {
}



/* title style 
---------------------------------------------------------- */
.title_main {
	font-size: 20px;
	font-weight: bold;
	padding: 8px;
	margin-bottom: 10px;
	border: solid 1px #CCCCCC;
	background-color: #EEEEFF;
}
.title_sub {
	font-size: 18px;
	font-weight: bold;
	padding-left: 8px;
	margin-bottom: 20px;
	border-bottom: solid 1px #CCCCCC;
}
.title_sec {
	font-size: 16px;
	font-weight: bold;
	padding-left: 8px;
	margin-bottom: 15px;
	border-left: solid 3px #CCCCCC;
}
.title_item {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
.title_page{
	font-size:14px;
	font-weight:bold;
	display:block;
	margin-bottom:5px;
}


/* topicPath 
---------------------------------------------------------- */
#topicPath {
	clear:both;
	display: block;
	padding:15px 0;
}
#topicPath li {
	display:inline;
	padding-top: 3px;
	list-style-type:none;
}
#topicPath li.home {
	padding-left:20px;
	background:url(../common_img/icon_home.gif) no-repeat left center;
}
#topicPath li a {
	padding-right:15px;
	background:url(../common_img/arrow_02.png) no-repeat right center;
	color:#000;
	text-decoration:underline;
}
#topicPath li a:hover {
	text-decoration:none;
}

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

}
.container .msg {
	width: 62%;
	word-break: break-all;
}
.container .img {
	width: 35%;
}
.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; }

/* main_top 
---------------------------------------------------------- */
#main_img_top{
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
	background: url(common/images/index/bg_main.jpg);
	padding: 8px;
	box-sizing: border-box;
}
.main_img_sty{
	background: #fff;
	padding: 3px;
	position:relative;
}
.main_img_sty p{
	color: #fff;
	position:absolute;
	right: 3px;
	bottom: 3px;
	font-size: 11px;
	padding: 4px 15px 4px 67px;
	background: url(common/images/index/bg_blue.png) no-repeat left center;
}


/* page_index 
---------------------------------------------------------- */
/* index_top_box 
---------------------------------------------------------- */
.page_index .section {
	margin-bottom:60px;
}
.title_top{
	margin: 0 0 -6px 20px;
}
.title_top span{
	color: #fff;
	font-weight:bold;
	font-size: 120%;
	background: #359b0d;
	padding: 2px 5px;
	margin-right: 10px;
	box-sizing: border-box;
	display: inline-block;
	text-align:center;
}
.title_top em{
	font-style:normal;
	font-size: 10px;
	color: #999;
	display: inline-block;
	top: -7px;
	position: relative;
}
.index_top_box .box3 .box_sty{
	background: url(common/images/index/bg_main.jpg);
	padding: 6px;
	box-sizing: border-box;
}
.index_top_box .box3 .col {
	width: 45% !important;
	margin-left: 5% !important;
}
.index_top_box .box3 .col ul{ 
	background: #f8f8f8;
	padding: 15px;
	border: 3px solid #fff;
}
.index_top_box .box3 li{
	padding-bottom: 7px;
	margin-bottom: 7px;
	border-bottom: 1px solid #ccc;
	text-align:center;
}
.index_top_box .box3 li:last-child{
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: none;
}
.index_top_box .box3 li span{
	display: block;
	font-weight:bold;
	font-size: 95%;
	color: #359b0d;
}
.index_top_box .box3 li a{
	color: #333;
	display: block;
}
.index_top_box .box3 .col .news .title_top span{
	background: #ef8138;
}
.index_top_box .box3 .col .news li span{
	color: #ef8138;
}
.index_top_box .txt_c {
	padding: 0 30%;
}


.pd_box{
	padding: 60px 0 0 0;
}

.menu_col5{
	text-align:center;
}
.menu_col5 li{
	display: inline-block;
	width: 18%;
	margin-left: 2%;
}
.menu_col5 li:first-child{
	margin-left: 0;
}
	
	
	
/* support_box 
---------------------------------------------------------- */
#support_box{
	background: #e4f1f8;
	padding: 60px 0 30px 0;
}
#support_box .msg{
	padding-top: 40px;
}
#support_box .msg ul{
	background: #fff;
	border-top: 3px solid #a4cfe5;
	padding: 20px 25px;
	margin-top: 40px;
}
#support_box .msg li{
	padding-bottom: 12px;
	margin-bottom:12px;
	border-bottom: 2px dotted #b2b3b6;
	font-size: 115%;
	overflow: hidden;
}
#support_box .msg li:last-child{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
#support_box .msg li span{
	font-weight:bold;
	font-size: 125%;
}
#support_box .msg li em{
	font-style:normal;
	float:left;
	display: block;
	line-height: 1.2;
	width: 82%;
}
#support_box .msg li em.ico_num{
	font-weight:bold;
	font-size: 48px;
	color: #3999cc;
	width: 18%;
}
#support_box .msg li em:last-child{
	padding-top: 15px;
}
#support_box .msg li:last-child em:last-child{
	padding-top: 7px;
}
#support_box .img{
	background: #fff;
}
#support_box h4{
	font-weight:bold;
	color: #fff;
	font-size: 130%;
	background: #a2383b;
	padding: 5px 15px;
	text-align:center;
}

/* devices_box 
---------------------------------------------------------- */
#devices_box{
	background: url(common/images/index/bg_devices.jpg) no-repeat center bottom;
	border-bottom: 10px solid #c2dfef;
}
#devices_box li{
	display: inline-block;
	margin-left: 50px;
}
#devices_box li:first-child{
	margin-left: 10px;
}
#devices_box li.devices_sp{
	float:left;
}
#devices_box li.devices_sp02{
	float: right;
	margin-right: 50px;
	margin-left: 0;
}
#devices_box li img{
	display: block;
	margin-bottom: 10px;
}
#devices_box .txt_c{
	margin: 10px 0 15px 0;
}
#devices_box ul.txt_c{ margin-top: 0;}
#devices_box p{
	font-size: 12px;
	padding: 5px 40px 0 40px;
	background: url(common/images/index/ico_warning.png) right top no-repeat, url(common/images/index/ico_warning.png) left top no-repeat;
	background-size: 28px auto;
	display: inline-block;
}

/* member_box 
---------------------------------------------------------- */
#member_box{
	padding: 60px 0;
}
#member_box .box{
	position:relative;
}
#member_box .box .img_map{
	position:absolute;
	top: -10px;
	right: -100px;
}
#member_box .title_member{
	font-weight:bold;
	font-size: 170%;
	margin-bottom: 15px;
}
#member_box .title_member span{
	color: #fff;
	padding: 3px 5px;
	background: #359b0d;
	margin: 0 3px;
	display: inline-block;
}
#member_box .txt_member{
	font-size: 115%;
	color: #777;
	margin: 10px 0;
}
#member_box h4{
	color: #000;
	font-weight:bold;
	font-size: 130%;
	padding-left: 20px;
	background: url(common/images/index/title_sec.jpg) no-repeat left center;
	background-size: 12px;
	margin-bottom: 15px;
}
#member_box .container{
	width: 650px;
}
#member_box .col img{
	padding: 5px 10px;
	border: 1px solid #ccc;
	background: #fff;
	text-align:center;
	box-sizing: border-box;
}



























