@charset "UTF-8";

/*default
---------------------------------------------------------- */

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
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%
}

body {
	min-width:990px;
	color: #333333;
	font-family: "Helvetica", arial, sans-serif;
	line-height: 1.6;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	*font-size: small;
	*font: x-small;
}

@media screen and (max-width:769px) {
body {
	min-width: 100%;
	-webkit-text-size-adjust: 100%
}
}
body {
	font-size: 75%\9
}
body:not(:target) {
	font-size: 75%\9
}
img {
	border: 0;
	vertical-align: middle;
}

strong {
	font-weight: bold;
}

a:link, a:visited {
	color: #005bac;
	text-decoration: underline;
}

a:hover, a:active {
	color: #53a3eb;
	text-decoration: underline;
}

hr {
	margin-bottom: 40px;
	border:0;
	height: 1px;
	background-color: #dadada;
}

hr + hr {
	margin-top:-20px;
}

ol {
	margin-bottom:40px;
	counter-reset:number;
	list-style:none;
}

ol li {
	text-indent: -2em;
	margin: 5px 0 0 2em;
}

ol li:first-child {
	margin: 0 0 0 2em;
}

ol li:before{
	margin-right:3px;
	counter-increment: number;
	content: counter(number)"．";
	font-weight: bold;
	color: #005bac;
}


ol li ol li:before{
	content: counter(number,lower-alpha)"．";
}

ol li ul li {
	margin: 0 !important;
}

ol li ul li:before{
	counter-reset:none;
	content: none !important;
}

img{
	max-width: 100%;
	height: auto;
	width /***/:auto;
}

/*word-press*/
#wpadminbar {
	z-index:10000000 !important;
}


/*header_wrapper
---------------------------------------------------------- */
body {
	padding-top: 115px;
	position: relative;
}
body.home {
	padding-top: 107px;
}
@media screen and (max-width: 768px) {
	body,
	body.home {
		padding-top: 55px;
	}
}

#header_wrapper {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100000;
	width: 100%;
	background: #FFF;
	box-shadow: 0px 0px 1px rgba(0,0,0,0.2);
}
@media screen and (max-width: 768px) {
	#header_wrapper {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100000;
		width: 100%;
		background: #FFF;
		box-shadow:0px 2px 2px rgba(0,0,0,0.3);
	}
}

/*header
---------------------------------------------------------- */

#header {
	clear: both;
	width: 1050px;
	margin: 0 auto 0;
	padding-top: 20px;
	padding-bottom: 5px;
	overflow: hidden;
	zoom:1;
	background: #FFF;
}

#header #hd_logo {
	float: left;
	width:270px;
}

#header #hd_logo p {
	float: left;
	color: #8e8e8e;
	font-family: "Helvetica", arial, sans-serif;
	font-weight: 400;
	font-size: 131%;
}
.site_ttl{
	margin:7px 0 0 8px;
}
#header #logo_svg p {
	float: left;
	color: #8e8e8e;
	font-family: "Helvetica", arial, sans-serif; 
	font-weight: 400;
	font-size: 131%;
	padding:0;
}
#header #logo_svg h1{
	float: left;
	color: #8e8e8e;
	font-family: "Helvetica", arial, sans-serif; 
	font-weight: 400;
	font-size: 131%;
	padding:0;
}
#logo_svg img {
	width: 100%;
	max-width: 155px;
	height: auto!important;
}
#global_menu {
    float: right;
    margin: 0 0 0 14px;
    padding: 5px 0;
}
@-moz-document url-prefix() {
	#global_menu {
	    width:80px;
	}
}
#global_menu span{
    margin: 0 0 0 5px;
}
#global_menu span:hover{
	cursor:default;
}
#global_menu img {
	/* width: 100%; */
	/* max-width: 30px; */
	height: auto!important;
}
#float_gm {
    font-size:11px;
    position: absolute;
    width: 737px;
    padding: 15px 0px 19px 8px;
    right: 0%;
    top: 26px;
    background: -22px -34px url(/img/common/menu_bg.png);
    /* border: 1px solid #c3c3c3; */
    display: none;
    z-index: 10000;
}

#float_gm a {
	text-decoration:none;
}
#float_gm .ttl{
	font-weight:bold;
	border-bottom:1px solid #0056b9;
	font-size: 110%;
}
#float_gm .txt img{
    margin: 3px 2px 5px 0;
    width: 20px;
}
#float_gm .group_a{
    width: 214px;
    float: left;
    margin: 8px 0px 0 16px;
}
#float_gm .group_b{
    width: 471px;
    float: left;
    margin:9px 0px 0 15px;
}
#float_gm .group_c{
    width: 471px;
    float: left;
    margin:9px 0px 0 15px;
}
#float_gm .txt ul{

}
#float_gm .txt li{
    list-style: none;
    display: inline-block;
    width: 126px;
	font-size:100%;
}
#float_gm .group_a .txt li:nth-child(2n){
    width: 80px;
	font-size:100%;
}
#float_gm .group_c .txt li:nth-child(2n){
    width: 96px;
	font-size:100%;
}
#float_gm .txt li:nth-child(4n){
    width: 80px;
	font-size:100%;
}
#header #hd_logo .site_ttl {
	margin-left: 8px;
	overflow: hidden;
}
@-moz-document url-prefix() {
	#logo_svg img{
		height: 32px!important;
	}
	#header #logo_svg .site_ttl {
	    margin-top: 2px;
	    margin-left: 15px;
	    overflow: hidden;
	}
}
#header #choose_region {
	float: right;
	min-height: 20px;
	padding: 0px 0px 0px 36px;
	/*background:url(/img/en/common/hd_icon_earth.svg) left center no-repeat;*/
	/*font-family: "Helvetica", arial, sans-serif;*/
	font-weight: 700;
	font-size: 116%;
}
#header #choose_region img {
	float:left;
	width:29px;
	margin:0 10px 0 0;
}
#header #choose_region a {
	color: #333333;
	text-decoration: none;
}

#header #hd_search {
	float: right;
	width:270px;
	margin-left: 10px;
	border: 1px solid #d6d6d7;
}

#header #hd_search input{
	border:0;
	outline:none;
	font-size:100%;
}

#header #hd_search .search_btn {
	float: left;
	width:33px;
	height:30px;
}

#header #hd_search .search_txt {
	float: right;
	width:237px;
	height:30px;
	color: #cdcccc;
}

#header #font_change {
	float: right;
	width:99px;
	height: 26px;
	padding: 4px 5px 0 8px;
	margin-left: 10px;
	background-color:#f5f5f5;
	border: 1px solid #d6d6d7;
}

#header #font_change p {
	float:left;
	width:55px;
	margin-top:3px;
}

#header #font_change ul {
	float: right;
	width:44px;
}

#header #font_change li {
	float: left;
	width:22px;
	height: 22px;
	list-style: none;
	line-height:0;
}
#header #font_change img {
	width:60px;

}

#header #sp_menu {
	display: none;
}


@media screen and (max-width: 768px) {
	#header {
		width: 100%;
		height: auto;
		/*height: 44px;*/
		margin: 0 auto;
		padding: 0;
		overflow: hidden;
		zoom:1;
	}

	#header #hd_logo {
		float: left;
		width:70%;
		padding: 10px 0 0 3%;
		box-sizing: border-box;
	}
	
	#header #hd_logo p {
		float: none;
		display:inline;
		font-size: 93%;
	}
	
	#header #hd_logo p img {
		height: auto;
	}

	#header #font_change,
	#header #hd_search,
	#header #choose_region {
		display: none !important;
	}

#header #logo_svg p {
	float: left;
	color: #8e8e8e;
	font-family: "Helvetica", arial, sans-serif; 
	font-weight: 400;
	font-size: 131%;
	padding:10px 0 0 10px;
}
#header #logo_svg h1 {
	float: left;
	color: #8e8e8e;
	font-family: "Helvetica", arial, sans-serif; 
	font-weight: 400;
	font-size: 131%;
	padding:10px 0 0 10px;
}
	#header #sp_menu {
		display: block;
		float: right;
		width:60px;
		padding: 13px 0 3px 0;
		background-color: #005bac;
		text-align: center;
		box-sizing: border-box;
		color:#FFF;
		font-size:0.8em;
	}

	#header #sp_menu img {
		width:40% !important;
		height: auto !important;
	}

}


/*menu
---------------------------------------------------------- */

#menu {
	display:block;
	font-family: "Helvetica", arial, sans-serif;
	font-weight: 400;
	position:relative;
	z-index:100;
}

#menu li {
	list-style: none;
}

#gmenu {
	clear: both;
	width: 100%;
	background-color: #fff;
	overflow: hidden;
	border-bottom: 3px solid #7A6E67;
	zoom:1;
	font-size: 123.1%;
	position:relative;
}

#gmenu ul {
	width:1027px;
	margin: 0 auto;
	white-space:nowrap;
	overflow: hidden;
}

#gmenu li {
	display: inline-block;
	text-align: center;
	list-style: none;
	position:relative;
	box-sizing: border-box;
}

#gmenu li:first-child {
	border-left: none;
}
/*
#gmenu01 { width:210px;}
#gmenu02 { width:150px;}
#gmenu03 { width:98px;}
#gmenu04 { width:150px;}
#gmenu05 { width:200px;}
#gmenu06 { width:120px;}
#gmenu07 { width:140px;}
*/
#gmenu li a {
	display: block;
	padding: 13px 16px 9px;
}
#gmenu li a.pc {
	font-size: 14px;
}

#gmenu li a:link,
#gmenu li a:visited {
	color:#000;
	text-decoration: none;
}

#gmenu li a.current,
#gmenu li a:hover,
#gmenu li a:active {
	color: #fff;
	background-color: rgba(0,86,201,1.0);
	text-decoration: none;
}

#gmenu .sp_choose,
#gmenu #gsearch {
	display: none;
}
.top_bnr_sp {
	display: none
}

@media screen and (max-width: 768px) {
	#menu {
		width:100%;
		position:absolute;
		/*top:44px;
		left:0;*/
		font-size: 108%;
		display: none;
	}

	#gmenu {
		padding-bottom: 30px;
		max-height: 550px;
		overflow: scroll;
	}

	#gmenu ul {
		width:100%;
		min-width: 100%;
		text-align: left;
		white-space: normal !important;
	}

	#gmenu li {
		display:block;
		text-align: left;
		border-bottom: 1px solid #337cbd;
	}

	#gmenu01,#gmenu02,#gmenu03,#gmenu04,#gmenu05,#gmenu06,#gmenu07 { width:100%;}
	
#gmenu ul ul li a {
	display: block;
	padding: 10px 15px;
	background: url(/img/common/icon_arrow10.png) 97% center no-repeat;
	background-size: 8px auto;
	-webkit-background-size: 8px auto;
	-moz-background-size: 8px auto;
	-o-background-size: 8px auto
}
#gmenu ul ul ul li a {
	display: block;
	padding: 10px 15px;
	background: url(/img/common/icon_arrow08.png) 97% center no-repeat;
	background-size: 8px auto;
	-webkit-background-size: 8px auto;
	-moz-background-size: 8px auto;
	-o-background-size: 8px auto
}
#gmenu ul li .sp{
	background: url(/img/common/gmenu_ico_p.gif) 98% center no-repeat;
	background-size: 15px auto;
	-webkit-background-size: 15px auto;
	-moz-background-size: 15px auto;
	-o-background-size: 15px auto;
}
#gmenu ul ul li .sp{
    background: url(/img/common/gmenu_ico_darw.png) 99% center no-repeat;
    background-size: 22px auto;
    -webkit-background-size: 22px auto;
	-moz-background-size: 22px auto;
	-o-background-size:22px auto;
}
#gmenu li a.current, #gmenu li a:hover, #gmenu li a:active {
	color: #000;
	background-color: #d8d8d8;
}
.ico_m{
	background: url(/img/common/gmenu_ico_m.gif) 98% center no-repeat!important;
	background-size: 15px auto!important;
	-webkit-background-size: 15px auto!important;
	-moz-background-size: 15px auto!important;
	-o-background-size: 15px auto!important;
}
#gmenu ul ul li .ico_m{
	background: url(/img/common/gmenu_ico_uarw.png) 99% center no-repeat!important;
	background-size: 22px auto!important;
	-webkit-background-size: 22px auto!important;
	-moz-background-size: 22px auto!important;
	-o-background-size: 22px auto!important;
}
#gmenu03 .sp{
	background: url(/img/common/icon_arrow08.png) 98% center no-repeat!important;
	background-size: 5px auto!important;
	-webkit-background-size: 5px auto!important;
	-moz-background-size: 5px auto!important;
	-o-background-size: 5px auto!important;
}
#gmenu08 .sp{
	background: url(/img/common/icon_arrow08.png) 98% center no-repeat!important;
	background-size: 5px auto!important;
	-webkit-background-size: 5px auto!important;
	-moz-background-size: 5px auto!important;
	-o-background-size: 5px auto!important;
}
	#gmenu .sp_choose {
		display: block;
		width:94%;
		margin: 20px auto;
	}

	#gmenu .sp_choose img {
		width:100%;
		height: auto;
	}

	#gmenu #gsearch {
		display: block;
		width:94%;
		margin: 0 auto;
		border: 1px solid #d6d6d7;
		background-color: #fff;
		box-sizing:border-box;
	}

	#gmenu #gsearch table {
		width: 100%;
	}

	#gmenu #gsearch th{
		width:33px;
	}

	#gmenu #gsearch input{
		border:0;
		color: #cdcccc;
		outline:none;
		font-size:100%;
	}

	#gmenu #gsearch .search_btn {
		width:37px;
		height: 34px;
	}

	#gmenu #gsearch .search_txt {
		width:100%;
		height: 34px;
	}
}


#smenu {
	width:100%;
	position:absolute;
	z-index: 10000;
}

#smenu_block {
	width: 1045px;
	z-index: 100;
	border-top: 4px solid #0056b9;
	margin: -4px auto 0 auto;
	padding: 20px 0 0;
	background: rgba(250, 250, 250, 0.97);
	display: none;
	box-shadow: 0px 2px 3px 1px #656565;
}

#smenu .smenu_col1{
	/*float: left;*/
	width: 1030px;
	margin: 0 auto 25px;
	padding: 0 25px 0;
}

#smenu .smenu_col2{
	/*float: left;*/
	clear: both;
	width: 1030px;
	margin: 0 auto 25px;
	/*background:url(/img/common/smenu_border_col2.png) left top repeat-y;*/
	overflow: hidden;
	zoom:1;
}

#smenu .smenu_col3{
	/*float: left;*/
	clear: both;
	width: 1030px;
	margin: 0 auto 25px;
	/*background: url(/img/common/smenu_border_col3.png) left top repeat-y;*/
	overflow: hidden;
	zoom:1;
}

#smenu .smenu_col1 .cate_top,
#smenu .smenu_col2 .cate_top,
#smenu .smenu_col3 .cate_top {
	margin: 0 25px 25px;
	padding-left: 10px;
	font-size: 123.1%;
	line-height:1.4;
	font-weight: 700;
	background:url(/img/common/smenu_arrow01.gif) left 6px no-repeat;
}

#smenu .smenu_col1 .cate_top {
	margin: 0 0 25px;
}


#smenu .smenu_col2 .smenu_box{
    float: left;
    width: 200px;
    padding: 0 2px 0 2px;
}

#smenu .smenu_col3 .smenu_box{
    float: left;
    width: 200px;
    padding: 0 3px 0 3px;
}

#smenu .smenu_bnr{
	display:none;
	clear: both;
	/*width: 928px;*/
	/*float: right;
	width:250px;*/
	padding: 15px 17px 15px 16px;
	/*background-color: #3d464d;*/
	/*background-color:#096fad;*/ 
	background-color:rgba(0,86,181,0.8); 
	overflow: hidden;
	zoom:1;
}

#smenu .smenu_bnr li {
	float: left;
	width:195px;
	margin: 0 0 0 10px;
}

#smenu .smenu_bnr li:first-child {
	margin: 0;
}

#smenu .smenu_bnr li.size_l_bnr {
	width:330px !important;
}


#smenu .smenu_col1 li,
#smenu .smenu_col2 li,
#smenu .smenu_col3 li {
    margin: 10px 0 0;
    padding-left: 10px;
	font-size: 103%;
    line-height: 1.2;
    font-weight: 700;
    /* background: url(/img/common/smenu_arrow01.gif) left 6px no-repeat; */
}

#smenu .smenu_col1 li:first-child,
#smenu .smenu_col2 li:first-child,
#smenu .smenu_col3 li:first-child {
	margin:0;
}

#smenu .smenu_col1 li a,
#smenu .smenu_col2 li a,
#smenu .smenu_col3 li a,
#smenu .cate_top a {
	/*color: #fff;*/
	text-decoration: none;
}

#smenu .smenu_col1 li a:hover,
#smenu .smenu_col2 li a:hover,
#smenu .smenu_col3 li a:hover {
	color: #323a40;
	text-decoration: underline;
}

#smenu .smenu_col1 li ul,
#smenu .smenu_col2 li ul,
#smenu .smenu_col3 li ul {
	margin: 5px 0 0 0;
}
#smenu .smenu_col1 li ul li a, #smenu .smenu_col2 li ul li a, #smenu .smenu_col3 li ul li a{
	color:#191919;
}

#smenu .smenu_col1 li ul li,
#smenu .smenu_col2 li ul li,
#smenu .smenu_col3 li ul li {
    margin: 8px 0 0;
    padding-left: 0px;
    font-size: 100%;
    font-weight: 400;
    /* background: url(/img/common/smenu_arrow02.gif) left 9px no-repeat; */
    line-height: 1.1;
}

#smenu .smenu_col1 li ul li:first-child,
#smenu .smenu_col2 li ul li:first-child,
#smenu .smenu_col3 li ul li:first-child {
	margin: 0;
}
#smenu01 .first_row,
#smenu01 .second_row,
#smenu02 .first_row,
#smenu02 .second_row,
#smenu03 .first_row,
#smenu03 .second_row,
#smenu04 .first_row,
#smenu04 .second_row,
#smenu05 .first_row,
#smenu05 .second_row,
#smenu06 .first_row,
#smenu06 .second_row,
#smenu07 .first_row,
#smenu07 .second_row{
	clear:both;
}
.second_row{
	padding:20px 0 0 0;
}
@media screen and (max-width: 768px) {
	#smenu {
		display: none;
	}
}

#smenu01,
#smenu02,
#smenu03,
#smenu04,
#smenu05,
#smenu06,
#smenu07 {
	overflow: hidden;
	display: none;
}

/*ft_choose_region
---------------------------------------------------------- */

#ft_choose_region {
	display:block;
	width: 100%;
	background:#d9efff url(/img/common/ft_choose_bg.gif) top center no-repeat;
}


#ft_choose_region .ft_choose_box {
	width:820px;
	margin: 0 auto;
	padding: 25px 0 20px 0;
}

.ft_choose_ttl {
	font-size: 280%;
	font-family: "Helvetica", arial, sans-serif;
	font-weight: 700;
	line-height: 1.2;
}

.ft_choose_copy {
	margin-bottom: 20px;
	font-size: 138.5%;
	font-family: "Helvetica", arial, sans-serif;
	font-weight: 700;
}

.ft_choose_btn {
	display:inline-block;
	font-size: 116%;
	font-family: "Helvetica", arial, sans-serif;
	font-weight: 700;
	background-color: #005bac;
	border-bottom: 2px solid #003288;
}

.ft_choose_btn a {
	display:inline-block;
	padding: 6px 70px 6px 10px;
	color: #fff;
	background:url(/img/common/icon_arrow09.png) 90% center no-repeat;
	text-decoration: none;
}

.ft_choose_btn a:hover{
	text-decoration: underline;
	text-decoration: none;
}

@media screen and (max-width: 768px) {
	#ft_choose_region {
		display: none !important;
	}
}

/*安川グループ行動基準
---------------------------------------------------------- */
#coc h3{
	cursor:pointer;
	margin-bottom: 0;
	padding-top: 10px;
}
#coc h3 span{
	display:block;
	background:url(/img/common/icon_plus.gif) no-repeat right 50%;
}
#coc h3.bg02 span{
	background:url(/img/common/icon_minus.gif) no-repeat right 50%
}
#coc div{
	padding:0 20px 20px;
	display:none;
}

#coc table {
	border-collapse: collapse;
}

#coc td:nth-child(1) {
	width: 50%;
	padding: 5px 0;
}

#coc tr {
	border-bottom: 1px dotted #e9e9f1;
}

/*footer
---------------------------------------------------------- */

#footer {
	width: 100%;
	margin: 0 auto;
	padding: 25px 0 0;
	background-color: #0056b9;
}

#footer a{
	color: #fff;
	text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}

#footer li {
    margin-bottom: 15px;
    list-style: none;
    line-height: 105%;
    font-size: 120%;
    font-weight: normal;
}
#footer li a {
    background-size: 5px;
    padding: 0 18px 0 0;
    display: table-cell;
    vertical-align: middle;
}
#footer li li{
    margin: 8px 0 0 15px;
    list-style: none;
    line-height: 100%;
    font-size: 100%;
    font-weight: normal!important;
}
#footer #pc_sitemap{
	display:block;
	clear: both;
	width:1055px;
	margin: 0 auto 15px;
	overflow: hidden;
	zoom:1;
}
#footer #pc_sitemap li{
	color:#FFF;
}
#footer #pc_sitemap li a{
    background: url(/img/common/icon_arrow08.png) 1% center no-repeat;
    background-size: 4px;
    padding: 0 0 0 10px;
    display: table-cell;
    vertical-align: middle;
}
#footer #pc_sitemap li li a{
    background: none;
    padding: 0px 0px 0 0;
    display: table-cell;
    vertical-align: middle;
}
#footer #pc_sitemap p{
    margin-bottom: 10px;
    font-weight: bold;
    display: table;
    color: #FFF;
    width: 100%;
    font-size: 125%;
    min-height: 38px;
    vertical-align: middle;
    border-bottom: 1px solid #e3e3e3;
}
#footer #pc_sitemap p a{
    background: url(/img/common/icon_arrow08.png) 97% center no-repeat;
    background-size: 5px;
    padding: 0 18px 0 0;
    display: table-cell;
    vertical-align: middle;
}
#footer #pc_sitemap p span{
    padding: 0 18px 0 0;
    display: table-cell;
    vertical-align: middle;
}
#footer #pc_sitemap .f_sm_box01 {
    float: left;
    width: 250px;
}

#footer #pc_sitemap .f_sm_box02 {
    float: left;
    width: 280px;
    margin-left: 30px;
}

#footer #pc_sitemap .f_sm_box03 {
    float: left;
    width: 230px;
    margin-left: 30px;
}

#footer #pc_sitemap .f_sm_box04 {
    float: left;
    width: 205px;
    margin-left: 20px;
}

#footer #pc_sitemap .f_sm_box05 {
    float: left;
    width: 165px;
    margin-left: 22px;
}

#footer #pc_sitemap .f_sm_box03 p,
#footer #pc_sitemap .f_sm_box05 p {
	margin-top: 35px;
}

#footer #pc_sitemap .f_sm_box03 p:first-child,
#footer #pc_sitemap .f_sm_box05 p:first-child {
	margin-top:0;
}

@media screen and (max-width: 768px) {
	#footer {
		padding: 15px 0 0;
	}

	#footer #pc_sitemap {
		display: none;
	}
}

#sp_f_nav {
	display: none;
}

@media screen and (max-width: 768px) {
	#sp_f_nav {
		display: block;
		width:94%;
		margin: 0 auto 15px;
	}

	#sp_f_nav p {
		margin-bottom: 10px;
		font-family: "Helvetica", arial, sans-serif;
		letter-spacing:0.05em;
		text-align: center;
	}

	#sp_f_nav p a {
		display:block;
		padding: 10px;
		background-color: #7f7f7f;
		color: #ffffff;
		text-decoration: none;
		font-size:108%;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-bottom: 3px solid #757575;
	}

	#sp_f_nav li {
		background-color: #ffffff;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	}


	#sp_f_nav li a {
		display:block;
		padding: 10px 10px 10px 18px;
		color: #005bac;
		text-decoration: none;
		background:url(/img/common/icon_arrow01.png) 10px center no-repeat;
		background-size: 4px auto;
		-webkit-background-size: 4px auto;
		-moz-background-size: 4px auto;
		-o-background-size: 4px auto;
	}
}

#footer #ft_nav{
	width: 100%;
	margin: 0 auto;
	padding: 12px 0 6px;
	background-color: #023e6b;
	color: #ffffff;
	border-top: 1px solid #fff;
}

#footer #ft_nav a {
	color: #ffffff;
}

#footer #ft_nav .ft_nav_block{
	clear: both;
	width:970px;
	margin: 0 auto;
	overflow: hidden;
	zoom:1;
}

#footer #ft_nav .ft_nav_block #ft_logo {
	float: right;
	width:140px;
	margin-left: 30px;
}
#footer #ft_nav .ft_nav_block #ft_logo img{
	height:20px;
}


#footer #ft_nav .ft_nav_block .ft_copy {
	overflow: hidden;
	zoom:1;
}

#footer #ft_nav .ft_nav_block .ft_copy li {
	font-size: 110%;
	display: inline;
}

#footer #ft_nav .ft_nav_block .ft_copy li a {
	margin-right: 5px;
	padding-bottom: 5px;
}

#footer #ft_nav .ft_nav_block .ft_copy p {
	padding-top: 5px;
	font-size: 85%;
	color: #afcffa;
}

#footer #ft_nav .sp_pagetop {
	display: none;
}


@media screen and (max-width: 768px) {

	#footer #ft_nav{
		padding: 5px 0;
	}


	#footer #ft_nav .ft_nav_block{
		width:94%;
		margin: 0 auto;
	}

	#footer #ft_nav .ft_nav_block #ft_logo {
		float: none;
		width:98px;
		margin-left: 0;
	}


	#footer #ft_nav .ft_nav_block .ft_copy ul {
		display: none;
	}

	#footer #ft_nav .ft_nav_block .ft_copy p {
		padding-top: 5px;
	}

	#footer #ft_nav .sp_pagetop {
		display: block;
		float: right;
		width:30px;
		margin-left: 10px;
	}
}

/*pagetop
---------------------------------------------------------- */

.pagetop {
	display: none;
	position: fixed;
	bottom:10px;
	right: 20px;
	/*IE6*/
	_display: block;
	_width:978px;
	_margin: 0 auto;
	_text-align: right;
	_padding: 0 0 20px;/
}


@media screen and (max-width: 768px) {
	.pagetop {
		display: none !important;
	}
}

/*GDPR message
---------------------------------------------------------- */

.gdpr_message {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	color: #444;
	background-color: #d0d0d0;
	border-top: 1px solid #bbb;
	box-sizing: border-box;
	padding: 15px;
}

.gdpr_message_box {
	display: flex;
	width: 978px;
	margin: 0 auto;
	justify-content: space-between;
	align-items: center;
}

.gdpr_message .txt {
	font-size: 108%;
}

.gdpr_message .btn {
    margin-left: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.gdpr_message .btn a {
	display: block;
	padding: 5px 30px;
	background-color: #444;
	color: #fff;
	text-decoration: none;
	text-align: center;
	border-radius: 4px;
}

@media screen and (max-width: 738px) {
	.gdpr_message {
		padding: 20px 3%;
	}
	
	.gdpr_message_box {
		width: 100%;
		display: block;
	}
	
	.gdpr_message .txt {
		font-size: 100%;
	}
	
	.gdpr_message .btn {
		width: 80%;
		margin: 15px auto 0;
	}
}


/*hr
---------------------------------------------------------- */

hr.hr_dot {
	border-top: 1px dotted #cccccc;
	color:#ffffff;
	background-color: #ffffff !important;
}





/*float
---------------------------------------------------------- */

.clear {
	clear: both;
}

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.img_float_l {
	float: left;
	margin-right: 10px;
}

.img_float_r {
	float: right;
	margin-left: 10px;
}

.align_c {
	text-align: center;
}

.align_r {
	text-align: right;
}

/*font-size
---------------------------------------------------------- */

.font10 {font-size: 77%;}
.font11 {font-size: 85%;}
.font14 {font-size: 108%;}
.font15 {font-size: 116%;}
.font16 {font-size: 123.1%;}
.font17 {font-size: 131%;}
.font18 {font-size: 138.5%;}
.font19 {font-size: 146.5%;}
.font20 {font-size: 153.9%;}
.font21 {font-size: 161.6%;}
.font22 {font-size: 167%;}
.font23 {font-size: 174%;}
.font24 {font-size: 182%;}
.font25 {font-size: 189%;}
.font26 {font-size: 197%;}

.font_exlarge {font-size: 153.9%;}
.font_large {font-size: 123.1%;}
.font_small {font-size: 85%;}


.font_normal {
	font-weight: normal !important;
}


/*margin
---------------------------------------------------------- */


/*top*/
.mt0{ margin-top: 0px !important;}
.mt05{ margin-top: 5px !important;}
.mt10{ margin-top: 10px !important;}
.mt15{ margin-top: 15px !important;}
.mt20{ margin-top: 20px !important;}
.mt25{ margin-top: 25px !important;}
.mt30{ margin-top: 30px !important;}


/*bottom*/
.mb0 { margin-bottom: 0px !important;}
.mb05 { margin-bottom: 5px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb15 { margin-bottom: 15px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb25 { margin-bottom: 25px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb35 { margin-bottom: 35px !important;}
.mb40 { margin-bottom: 40px !important;}


/*right*/
.mr05 { margin-right: 5px !important;}
.mr10 { margin-right: 10px !important;}
.mr15 { margin-right: 15px !important;}
.mr20 { margin-right: 20px !important;}
.mr25 { margin-right: 25px !important;}
.mr30 { margin-right: 30px !important;}
.mr35 { margin-right: 35px !important;}
.mr40 { margin-right: 40px !important;}


/*left*/
.ml05 { margin-left: 5px !important;}
.ml10 { margin-left: 10px !important;}
.ml15 { margin-left: 15px !important;}
.ml20 { margin-left: 20px !important;}
.ml25 { margin-left: 25px !important;}
.ml30 { margin-left: 30px !important;}
.ml35 { margin-left: 35px !important;}
.ml40 { margin-left: 40px !important;}




/*clearfix
---------------------------------------------------------- */

.clearfix:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

.clearfix {
	display: inline-block;
	min-height: 1%;
}

/*\*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* */

/*Display none
---------------------------------------------------------- */
.displaynone{ display:none !important;}

/*movie*/
.wp-video{
	margin:0 auto;
}


@media screen and (max-width: 768px) { 	
.top_bnr_sp{ 	
display:block!important; 	
} 	
} 	
.top_bnr_pc{ 	
display:block; 	
} 	
@media screen and (max-width: 768px) { 	
.top_bnr_pc{ 	
display:none!important; 	
} 	
} 	
	
/*メニューアニメーション*/ 	
	
#menuButton { 	
display: block; 	
width: 51px; 	
height:23px; 	
/*top: 10px;*/ 	
/*right: 10px;*/ 	
z-index: 3; 	
} 	
#menuButton span { 	
display: block; 	
background: #FFF; 	
width: 30px; 	
height: 3px; 	
position: absolute; 	
right: 16px; 	
transition: all 0.4s; 	
-webkit-transition: all 0.4s; 	
-moz-transition: all 0.4s; 	
} 	
#menuButton span:first-child { 	
top: 8px; 	
} 	
#menuButton span:nth-child(2) { 	
margin-top: -10px; 	
top: 50%; 	
} 	
#menuButton span:last-child { 	
bottom: 24px; 	
} 	
#menuButton.active span:first-child { 	
-webkit-transform: translateY(13px) rotate(45deg); 	
-moz-transform: translateY(13px) rotate(45deg); 	
-ms-transform: translateY(13px) rotate(45deg); 	
transform: translateY(13px) rotate(45deg); 	
} 	
#menuButton.active span:nth-child(2) { 	
opacity: 0; 	
} 	
#menuButton.active span:last-child { 	
-webkit-transform: translateY(-8px) rotate(-45deg); 	
-moz-transform: translateY(-8px) rotate(-45deg); 	
-ms-transform: translateY(-8px) rotate(-45deg); 	
transform: translateY(-8px) rotate(-45deg); 	
}

.spmenu li {
	text-indent: 22px;
	color: #4c4c4c!important;
	background-color: #ccc!important;
	font-size:0.9em;
	border-bottom: 1px solid #7f7f7f!important;
}
.spmenu .spmenu li{
	text-indent: 30px;
	color: #4c4c4c!important;
	background-color: #aaa!important;
	font-size:0.9em;
	border-bottom: 1px solid #7f7f7f!important;
}
.spmenu li a:hover {
    background: rgb(166, 166, 166);
    text-decoration: none;
}
.spmenu{
	display:none;
}
/* wp-pagenavi 攻撃回避のためwp-pagenavi.cssを削除した為 */
.wp-pagenavi {
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	color: #005bac;
	background: #f2f8fe;
}

.wp-pagenavi span.current {
	font-weight: bold;
}

.sp {
	display: none!important;
}
@media screen and (max-width:738px) {
.sp {
	display: block!important;
}
}
.pc {
	display: blockimportant;
}
@media screen and (max-width:738px) {
.pc {
	display: none !important;
}
}
.btn img{
	width:auto!important;
	height:22px!important;
	min-width:60px;
}
.btn_rss img{
	width:auto!important;
	height:22px!important;
	min-width:60px;
}
.btn {
    margin-bottom: 22px;
    margin-top: -45px;
    text-align: right;
}

.blogroll {
	position:relative;
}	
.blogroll p {
	width:274px;
	height:21px;
	background:url(pbd-css-blogroll-rollover-img.png) 0 0 no-repeat;
	text-indent:-9999px;
	margin:0;
}
.blogroll ul {
	width:100%;
	background:#0056B9;
	position:absolute;
	left:0;top:31px;
	margin:0;
	padding:0;
	list-style:none;
}

.blogroll ul a:link, .blogroll ul a:visited {
    display: block;
    width: 100%;
    text-indent: 20px;
    padding: 4px 0 4px 0px;
    text-decoration: none;
    color: #FFF;
    font-weight: normal;
}
.blogroll ul a:hover, .blogroll ul a:active {
	background:#3389FF;
}

.blogroll {
	height:21px;
	overflow:hidden;
}
.blogroll:hover {
	overflow:visible;
}

.blogroll {
	display:none;
}
html>body .blogroll {
	display: block;
    margin: 5px;
    padding: 5px 10px;
    border: 1px #c3c3c3 solid;
    background: #f2f8fe url(/img/en/common/icon_arrow01_btm.png) 96% center no-repeat;
}
.irframe {
  overflow:auto;
  width:100%;
  position:relative;
  top:0px;
  left:0px;
  right:0px;
  bottom:0px;
}
@media screen and (min-width:738px) {

.hist_wrap {
	background:url("/img/history/his_bg.png") repeat-y;
	height: 2640px;
    display: inline-block;
	width: 980px;
}
.hist_wrap #his1915 {
background-image: url('/img/history/line_dot2.png'); background-repeat: no-repeat; background-position: top right;
    width: 50%;
    position: relative;
    display: block;
    position: relative;
    left: 20px;
}
#his1915 .img191501{
    float:left;
    width: 274px;
}
#his1915 .img191502{
    float:left;
    width: 143px;
    margin: 11px 0 0 10px;
}
.hist_wrap #his1917 {
    width: 50%;
    display: block;
    top: -393px;
    position: relative;
    float: right;
    left: 0;
    clear: both;
}
.hist_wrap #his1917 img {
    margin: 0 0 0 20px;
    width: 40%;
    float: right;
}
.hist_wrap #his1935 {
    width: 50%;
    display: block;
    top: -436px;
    position: relative;
    float: right;
    left: 0;
    clear: both;
}
.hist_wrap #his1935 img{
    margin: 0 0 0 20px;
    width: 40%;
    float: right;
}
.hist_wrap #his1948 {
    width: 50%;
    position: relative;
    display: block;
    position: relative;
    left: 20px;
    top:  -468px;
    clear: both;
background-image: url('/img/history/line_dot2.png'); background-repeat: no-repeat; background-position: top right;
}
.hist_wrap #his1950 {
    width: 50%;
    display: block;
    top: -651px;
    position: relative;
    left: 492px;
    clear:both;
}
.hist_wrap #his1950 img{
    margin: 0 0 0 20px;
    width: 40%;
    float: right;
}
.hist_wrap #his1958 {
    width: 50%;
    position: relative;
    display: block;
    position: relative;
    left: 20px;
    top: -700px;
    clear: both;
background-image: url('/img/history/line_dot2.png'); background-repeat: no-repeat; background-position: top right;
}
.hist_wrap #his1960 {
    width: 50%;
    display: block;
    top: -879px;
    position: relative;
    left: 492px;
    clear:both;
}
#his1960 .img196001{
    float: left;
    width: 41%;
    margin: 0 0 0 38px;
}
#his1960 .img196002{
float: left;
    width: 46%;
    margin: -11px 0 0 10px;
}
#his1960 .img196003{
    float: right;
    width: 41%;
    margin: 0 0 0 8px;
}
#his1960 .img196004{
    float: left;
    width: 41%;
    margin: 0;
}
#his1960 .img196005{
    float: right;
    width: 41%;
    margin: 0 0 0 8px;
}
.hist_wrap #his1977 {
    width: 50%;
    position: relative;
    display: block;
    position: relative;
    left: 20px;
    clear:both;
    top: -1466px;
background-image: url('/img/history/line_dot2.png'); background-repeat: no-repeat; background-position: top right;
}
.hist_wrap #his1992 {
    width: 50%;
    position: relative;
    display: block;
    left: 20px;
    clear: both;
    top: -1475px;
background-image: url('/img/history/line_dot2.png'); background-repeat: no-repeat; background-position: top right;
}
.hist_wrap #his2003 {
    width: 50%;
    position: relative;
    display: block;
    left: 20px;
    top: -1443px;
    clear: both;
background-image: url('/img/history/line_dot2.png'); background-repeat: no-repeat; background-position: top right;
}
.hist_wrap #his2009 {
    width: 50%;
    display: block;
    top: -1557px;
    position: relative;
    left: 492px;
    clear:both;
}
.hist_wrap #his2012 {
    width: 50%;
    display: block;
    position: relative;
    left: 20px;
    top: -1687px;
    clear: both;
background-image: url('/img/history/line_dot2.png'); background-repeat: no-repeat; background-position: top right;
}
.hist_wrap #his2015 {
    width: 50%;
    display: block;
    top: -1952px;
    position: relative;
    left: 492px;
    clear:both;
}
.hist_wrap #his2017 {
    width: 50%;
    display: block;
    position: relative;
    left: 20px;
    top: -2024px;
    clear: both;
    background-image: url(/img/history/line_dot2.png);
    background-repeat: no-repeat;
    background-position: top right;
}
.hist_wrap #his2018 {
    width: 50%;
    display: block;
    top: -2172px;
    position: relative;
    left: 492px;
    clear: both;
}
	
.hist_wrap #his2019 {
    width: 50%;
    display: block;
    position: relative;
    left: 20px;
    top: -2345px;
    clear: both;
    background-image: url(/img/history/line_dot2.png);
    background-repeat: no-repeat;
    background-position: top right;
}

#his1948 .img194801{
    float: left;
    width: 165px;
    padding: 8px 8px 8px 0;
}
#his1958 .img195801{
    float: left;
    width: 165px;
    padding: 8px 8px 8px 0;
}
#his1977 .img197701{
    float: left;
    width: 165px;
    padding: 8px 8px 8px 0;
}
#his1992 .img199201{
    float: left;
    width: 165px;
    padding: 8px 8px 8px 0;
}
#his2003 .img200301{
    float: left;
    width: 165px;
    padding: 8px 8px 8px 0;
}
#his2003 .img200302{
    float: left;
    width: 290px;
    padding: 8px 8px 8px 0;
}
#his2009 .img200901{
    float: left;
    width: 41%;
    margin: 0 0 0 38px;
}
#his2009 .img200902{
    float: left;
    width: 41%;
    margin: 0 0 0 38px;
}
#his2012 .img201201{
    float: left;
    width: 165px;
    padding: 8px 8px 8px 0;
}
#his2012 .img201202{
    float: left;
    width: 165px;
    padding: 8px 8px 8px 0;
}
#his2012 .img201203{
    float: left;
    width: 165px;
    padding: 8px 8px 8px 0;
}
#his2015 .img201501{
    float: left;
    width: 41%;
    margin: 0 0 0 38px;
}
.arrow_bg{
	background-image: url('/wp-content/uploads/2018/11/line_dot.png');
	background-repeat: no-repeat;
}
.y_right{
font-size: 47px; text-align: right; color: #094080; margin-right: 53px; margin-bottom: -18px;
}
.y_left{
font-size: 47px; text-align: left; color: #094080; margin-left: 36px; margin-bottom: -18px;
}
.his_l_text{
padding-top: 15px;
margin-right: 40px;
}

}
@media screen and (max-width:738px) {
.y_right{
font-size: 47px;
text-align: left;
color: #094080;
margin-right: 53px;
margin-bottom: -18px;
}
.y_left{
font-size: 47px; text-align: left; color: #094080; margin-bottom: -18px;
}
.his_l_text{
padding-top: 0px;
margin-right: 0px;
}
}

/*役員一覧用ＣＳＳ　林*/
.directors{
    margin: 10px;
    background: -moz-linear-gradient(top, #FFC778, #FFF);
    background: -webkit-linear-gradient(top, #ececec, #FFF);
    background: linear-gradient(to bottom right, #f1f1f1, #ffffff);
}
.directors .d_photo{
    display: inline-block;
    text-align: right;
    width: 100%;
    padding:10px 10px 0 10px;
}
.directors img{
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
.directors .d_name{
    font-size: 24px;
    display: inline-block;
    text-align: left;
    float: left;
    font-weight: bold;
    margin: 20px;
}
.directors .d_keireki{
    display:none;
    margin: 10px 30px 10px 30px;
    line-height: 2;
    font-size: 13px;
    border-top: 1px dotted #c3c3c3;
padding: 0 0 15px 0;
}
.directors .d_kata{
    font-size: 14px;
    font-weight: bold;
}
.directors .d_kana{
    font-size: 18px;
    font-weight: normal;
}
.directors .d_btn_area:hover{
    cursor:pointer;
}
.directors .d_btn_area:after{
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.directors  .ryakureki{
    font-size: 13px;
    margin: -30px 0 10px 0px;
    text-decoration: none;
    display: block;
    color: #a3a3a3;
    text-align: center;
}

.directors .downarrow{
    text-align: center;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
    margin: -10px 0 0 0;
}
.directors .isclose{
   	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}
@media screen and (max-width:769px) {
.directors{
    margin: 5px;
}
.directors  .ryakureki{
    font-size: 13px;
    margin:-30px 0 10px 35px;
    text-decoration: none;
    display: block;
    color: #a3a3a3;
    text-align: left;
}
.directors .downarrow{
    text-align: left;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
    margin: -10px 0 0 55px;
}

.directors .isclose{
   	-webkit-transform: rotate(0deg);
	        transform: rotate(0deg);
}
.directors .d_keireki{
    display:none;
    margin: 10px 0px 10px 0px;
    line-height: 2;
    font-size: 13px;
    border-top: 1px dotted #c3c3c3;
padding: 0 0 15px 0;
}
.d_keireki tr td:first-child{
    width: 80px;
    vertical-align: top;
    white-space: nowrap;
    font-weight: bold;
    display: block;
}
.d_keireki tr td:nth-child(2){
	display:block;
}
}
.smenu_box li span img{
	margin:5px 0;
	display:block;
}
.smenu_box li{
	display:block;
	margin:5px 0;
	color:#0056B9;
	font-size:75%;
}
.smenu_box li a{
    padding-right: 36px;
    /*background: url(/img/common/icon_arrow02.png) 159px center no-repeat;*/
    display: block;
    margin: 0;
}
.smenu_box li li a{
    padding-right: 0px;
    background: none;
    display: inherit;
    margin: 0;
}
.subttl{
	font-size:75%;
}
.sqbox{
	display:inline!important;
    margin: 0 5px 0 0!important;
}
.sqbox img{
	display:inline!important;
}
.sqbox_link{
}
.menu_em_bnr{
    display: inline-block;
    width: 580px;
    padding: 12px 10px;
    background-color: #e3e3e3;
    margin: 0px 0 0 0;
}
.txt_indent{
    text-indent: -12px;
    margin: 0 0 0 12px;
}

/*IE10以降に適用されるCSSハック（一応）*/
@media all and (-ms-high-contrast:none){
  .txt_indent{
    text-indent: -7px;
    margin: 0 0 0 7px;
}
}
 
/*IE11だけに適用されるCSSハック*/
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .txt_indent{
    text-indent: -7px;
    margin: 0 0 0 7px;
}
}

/* for Microsoft Edge */
@supports (-ms-ime-align:auto) {
  .txt_indent{
    text-indent: -7px;
    margin: 0 0 0 7px;
}
}