@charset "utf-8";
/* CSS Document */

/*----------------------------------
_Default style clear (YUI reset css)
------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;    
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
	}
	
fieldset,img {
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	 content:'';
}

abbr,acronym {
	border:0;
}


/*----gloval共通・ヘッダー・フッダー・サイドメニュー＆トップページ----*/

body {
	color: #666;
	font-size: 16px;
}

img {
	vertical-align: top;
}

.mb10 {
	margin-bottom: 10px;
}

/*---------------------------
_header
----------------------------*/

#header {
	height: 175px;
}

#h1_wrap {
	background-color: #339966;
}

h1 {
	width: 920px;
	margin: 0 auto;
	padding: 5px 0;
	color: #fff;
	font-size: 14px;
}


#header_contents {
	width: 920px;
	margin: 0 auto;
	overflow: hidden;
}

#logo {
	padding: 15px 0;
}


#header_contents ul,
#header_contents ul li {
	float: left;
}

#header_contents ul {
	width: 920px;
	height: 40px;
	background: url(../images/gloval_navigation.jpg) no-repeat;
}

#header_contents ul li a {
	display: block;
	width: 184px;
	height: 40px;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
}

#header_contents ul li.navi_home a.active,
#header_contents ul li.navi_home a:focus,
#header_contents ul li.navi_home a:hover {
	background: url(../images/gloval_navigation.jpg) no-repeat left bottom;
}

#header_contents ul li.navi_products a.active,
#header_contents ul li.navi_products a:focus,
#header_contents ul li.navi_products a:hover {
	background: url(../images/gloval_navigation.jpg) no-repeat -184px -40px;
}

#header_contents ul li.navi_company a.active,
#header_contents ul li.navi_company a:focus,
#header_contents ul li.navi_company a:hover {
	background: url(../images/gloval_navigation.jpg) no-repeat -368px -40px;
}

#header_contents ul li.navi_staff a.active,
#header_contents ul li.navi_staff a:focus,
#header_contents ul li.navi_staff a:hover {
	background: url(../images/gloval_navigation.jpg) no-repeat -552px -40px;
}

#header_contents ul li.navi_contact a.active,
#header_contents ul li.navi_contact a:focus,
#header_contents ul li.navi_contact a:hover {
	background: url(../images/gloval_navigation.jpg) no-repeat -736px -40px;
}

/*---------------------------
_container
----------------------------*/

#container {
	width: 920px;
	margin: 0 auto;
	background-color: #FFF;
	overflow: hidden;
}

/*------------------------
_main_img(トップイメージ)
--------------------------*/
#main_img {
	width: 920px;
	/*margin-top: 10px;
	border: 3px solid #CCC;*/
}


/*---------------------------------------
_customer_navi(個人のお客様、企業のお客様)
-----------------------------------------*/

#customer_navi {
	width: 920px;
	margin-top: 30px;
	/*background-image: url(../images/customer_navi_bg.gif);*/
	background-repeat: no-repeat;
	background-position: bottom;
	overflow: hidden;
}

.kojin {
	position: relative;
	width: 438px;
	/*height: 240px;*/
	height: 280px;
	float: left;
	border: solid 1px #ABABAB;
}

.kigyou {
	position: relative;
	width: 438px;
	/*height: 240px;*/
	height: 280px;
	float: right;
	border: solid 1px #ABABAB;
}

.shohin {
	margin-top: 15px;
	width: 100px;
	margin-left: 25px;
}

p.hoken_list {
	margin-top: 10px;
	margin-left: 25px;
	font-size: 14px;
	padding-left: 3px;
	border-left: 10px #666 solid;
}

.hoken_list1 {
	margin-top: 5px;
	margin-left: 25px;
	margin-right: 30px;
	padding-bottom: 10px;
	border-bottom: 2px dotted #CCC; 
}

.hoken_list2 {
	margin-top: 5px;
	margin-left: 25px;
	margin-bottom: 10px;
}

.hoken_list3 {
	margin-top: 20px;
	margin-left: 35px;
}

.hoken_list4 {
	margin-top: 20px;
	margin-left: 35px;
	margin-bottom: 10px;
}

li.hoken {
	display: inline;
	padding-left: 15px;
	padding-right: 5px;
	background-image: url(../images/list_mark.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 14px;
}

li.hoken2 {
	display: inline;
	padding-left: 15px;
	padding-right: 20px;
	background-image: url(../images/list_mark.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 14px;
}

img.a {
	position: absolute;
	top: 65px;
	left: 370px;
}

img.b {
	position: absolute;
	top: 120px;
	left: 300px;
}

p.detail {
	/*position:absolute;
	left: 1px;
	bottom: 10px;*/
	width: 121px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

p.detail a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}

/*---------------------------
_staff_navi(ご相談は私たちが）
----------------------------*/

#staff_navi {
	width: 100%;
	max-width: 920px;
	height: 170px;
	margin-top: 20px;
	position: relative;
	border: 2px solid #339a65;
	box-sizing: border-box;
}

#staff_navi #goaisatu_staff {
	height: 100%;
	padding: 30px 40px 40px 40px;
	box-sizing: border-box;
}

#staff_navi #goaisatu_staff .text_right {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background-image: radial-gradient(#6fc689 30%, rgba(0, 0, 0, 0) 31%), radial-gradient(#6fc689 30%, rgba(0, 0, 0, 0) 31%);
  background-size: 6px 6px;
  background-position: 0 0, 3px 3px;
	height: 100%;
	display: flex;
	align-items: center;
	padding: 20px;
	box-sizing: border-box;
	font-size: 20px;
}

#staff_navi #goaisatu_staff .text_left {
	font-size: 32px;
	padding-left: 40px;
}

#staff_navi #goaisatu_staff .a {
	position: absolute;
	display: block;
	left: 10%;
	bottom: 15%;
	width: 150px;
}

#staff_navi #goaisatu_staff .b {
	position: absolute;
	display: block;
	bottom: 15%;
	left: 40%;
	width: 150px;
	margin: 0;
}

#staff_navi #goaisatu_staff .a a,#staff_navi #goaisatu_staff .b a {
	display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 12px 2em 12px;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background: #339a65;
  transition: 0.3s;
  text-decoration: none;
  border-radius: 50px;
  box-shadow: 0 5px 0 #9cbfad;
}

#staff_navi #goaisatu_staff .a a:hover,#staff_navi #goaisatu_staff .b a:hover {
	opacity: .8;
}

#staff_navi #goaisatu_staff .a a::after,#staff_navi #goaisatu_staff .b a::after {
	content: '';
	width: 5px;
	height: 5px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: rotate(45deg);
  }



/*---------------------------
_company_navi(所在地）
----------------------------*/

#company_navi {
	width: 918px;
	margin-top: 40px;
	margin-bottom: 20px;
	border: 1px solid #ABABAB;
	overflow: hidden;
}

#address_tel {
	margin-top: 20px;
	margin-left:20px;
	margin-right: 20px;
	margin-bottom: 5px;
	width: 370px;
	float: left;
}

p.shozai {
	margin-bottom: 5px;
}

img.okigaruni {
	margin-bottom: 15px;
}

#map {
	margin-top: 15px;
	margin-bottom: 15px;
}



/*---------------------------
_footer）
----------------------------*/

#footer {
	clear: both;
	margin-top: 20px;
	background-color: #339966;
}

#footer_contents {
	width: 920px;
	margin: 0 auto;
}

#footer_contents ul {
	padding-top: 20px;
	text-align: center;
}

#footer_contents ul li.footer_navi {
	display: inline;
	padding-left: 20px;
	padding-right: 20px;
	border-right: #FFF solid 1px;
}


#footer_contents ul li.footer_navi_last {
	display: inline;
	padding-left: 20px;
	padding-right: 20px;
	border-right: none;
}

#footer_contents ul li.footer_navi a,
#footer_contents ul li.footer_navi_last a {
	color: #FFF;
}


#footer p {
	color: #FFF;
	font-size: 12px;
	text-align: center;
	padding: 20px;
	line-height: 1.5;
}

/*----トップページ以外レイアウト共通----*/

#products_container {
	width: 920px;
	margin: 0 auto;
	margin-bottom: 20px;
	background-color: #FFF;
	overflow: hidden;
}

#products_container #left {
	float: left;
	width: 686px;
	margin-top: 10px;
}

#products_container #right {
	float: right;
	width: 203px;
	margin-top: 10px;

}

#products_container #left h2{
	width: 686px;
	height: 30px;
	background-image: url(../products_kojin/images/h2_bg.jpg);
	background-repeat: no-repeat;
	font-size: 1.8em;
	color: #FFF;
	font-weight: 200;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	
}

#products_container #left h2 span {
	font-size: 0.5em;
	font-weight: 200;
}

#right p.right_banar {
	margin-top: 10px;
}

.apply_company {
	box-sizing: border-box;
	border: solid 1px #339966;
	padding: 10px;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}

.ttl_apply_company {
	color: #0019B3; 
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}

.list_aplly_company {
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}

.list_aplly_company li {
	margin-bottom: 5px;
}



/*----個人のお客様、企業のお客様----*/


#products_container #left h3{
	margin-top: 10px;
	border-left: 10px solid #339966;
	padding-left: 5px;
	font-weight: bold;
}

#products_container #left h4{
	clear: both;
	margin-top: 10px;
	width: 670px;
	color: #FFF;
	background-color: #339966;
	border-left: 10px solid #0C6;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#left p {
	margin-top: 10px;
	line-height: 1.5;
}

#c_navi {
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}

#c_navi ul,
#c_navi ul li {
	float: left;
}

#c_navi ul.kojin {
	width: 686px;
	height: 40px;
	background: url(../products_kojin/images/customer_navi_bg.gif) no-repeat;
	border: none;
}

#c_navi ul.hojin {
	width: 686px;
	height: 40px;
	background: url(../products_hojin/images/customer_navi_bgb.gif) no-repeat;
}

#c_navi ul li a {
	display: block;
	width: 343px;
	height: 40px;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
}

#c_navi ul li.customer_kojin a.active,
#c_navi ul li.customer_kojin a:focus,
#c_navi ul li.customer_kojin a:hover {
	background: url(../products_kojin/images/customer_navi_bg.gif) no-repeat left bottom;
}

#c_navi ul li.customer_hojin a.active,
#c_navi ul li.customer_hojin a:focus,
#c_navi ul li.customer_hojin a:hover {
	background: url(../products_kojin/images/customer_navi_bg.gif) no-repeat -343px -40px;
}

ul.hojin_shouhin {
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	line-height: 1.5;
}

ul.kojin_shouhin {
	margin-bottom: 15px;
	overflow: hidden;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	line-height: 1.5;
}

.shouhin {
	width: 326px;
	float: left;
	padding-bottom: 10px;
	border: 3px solid #C66;
	margin-bottom: 10px;
	margin-right: 18px;
}

.shouhin2 {
	width: 326px;
	float: right;
	padding-bottom: 10px;
	border: 3px solid #C66;
	margin-bottom: 10px;
}

.shouhin3 {
	width: 326px;
	float: left;
	padding-bottom: 10px;
	border: 3px solid #06F;
	margin-bottom: 10px;
	margin-right: 18px;
}

.shouhin4 {
	width: 326px;
	float: right;
	padding-bottom: 10px;
	border: 3px solid #06F;
	margin-bottom: 10px;
}

.shouhin5 {
	width: 326px;
	float: left;
	border: 3px solid #06F;
	margin-bottom: 10px;
}

.hana {
	width: 326px;
	height: 180px;
	float: right;
	background-image: url(../products_kojin/images/hana.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
	
p.setumei {
	padding: 5px 20px 0 20px;
	font-size: 14px;
}

p.note {
	clear: both;
}

p.company {
	width: 310px;
	float: left;
}

/*----企業概要----*/

div.kigyo_goaisatu_rinen {
	margin-top: 20px;
	overflow: hidden;
}
	
div.kigyo_goaisatu_rinen p.goaisatu {
	width: 530px;
	float: left;
	line-height: 1.5;
	margin-right: 15px;
}

div.kigyo_goaisatu_rinen img.president {
	margin-top: 15px;
}

#kigyo_gaiyo {
	margin-top: 30px;
	margin-bottom: 30px;
	overflow: hidden;
}

#access_map {
	margin-top: 30px;
	margin-bottom: 30px;
	overflow: hidden;
}

#kigyo_gaiyo dl.company_list {
	padding: 10px 0 10px 0;
	border-bottom: 3px dotted #CCC;
}

#kigyo_gaiyo dl.company_list dt{	
	float: left;
	clear: both;
	width: 8em;
	padding: 10px 0px 10px 15px;
	border-top: 3px dotted #CCC;
	background-image: url(../company/images/001.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#kigyo_gaiyo dl.company_list dd {
	margin-left: 10em;
	padding: 10px 10px 10px 0px;
	border-top: 3px dotted #CCC;
}

#access_map p.backto_top {
	margin-left: 550px;
}

/*----スタッフ紹介----*/

.staff_a {
	margin-top: 20px;
}

.staff_b {
	margin-left: 5px;
	margin-top: 10px;
}

.staff_c {
	width: 214px;
	height: 25px;
	float: left;
	margin-left: 10px;
	text-align: center;
	padding-top: 10px;
	border: 2px solid #069;
	color: #777;
	background-color: #DDD;
}

/*----プライバシーポリシー・勧誘方針----*/

div.privacy_policy {
	margin-top: 20px;
	width: 670px;
	font-size: 14px;
	line-height: 1.5;
}

.fs20 {
	font-size: 20px;
}

div.privacy_policy dl dt {
	font-weight: bold;
	margin-top: 20px;
}

#fw_normal {
	font-weight: normal;
}

.list_none {
	list-style-type: none;
  }

div.big_list li::before{
	position: relative;
	top: -2px;
	left: -0.5em;
   
	display: inline-block;
   
	width: 8px;
	height: 8px;
   
	content: '';
   
	border-radius: 100%;
	background: #333333;
  }

.namber{
	position: relative;
	margin: 0;
	padding: 0;
  }
.namber li{
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding-left: 0.5em;
  }
.namber span{
	position: absolute;
	left: 0;
	margin: 0;
  }

div.privacy_policy dl dd {
	margin-top: 10px;
}

div.privacy_policy ul {
	margin-left: 0.5em;
	padding-left: 1.5em;
	text-align: 1.2em;
	list-style: disc;
}

div.big_list ul {
	padding-left: 0;
}

div.privacy_policy .text_right {
    text-align: right;
}

/*----サイトマップ----*/

#sitemap {
	margin-top: 20px;
	margin-left: 30px;
}

#sitemap ul li {
	list-style: circle;
	font-size: 1.2em;
	line-height: 2;
}

#sitemap ul li.item02 {
	margin-left: 10px;
}
