@charset "utf-8";

/*===============================================================
	Responsive (スマートフォン縦用CSS: 画面幅435px以下)
=================================================================*/

#wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.res-br1:before ,
.res-br2:before {
	content: "\A";
	white-space: pre;
}
h1 {
	margin-left: 15px;
	font-size: 70%;
	/*background-color:#6C6;*/
	margin-right: 15px;
}
h2 {
	font-size: 170%;
	margin-left: 15px;
	width: 290px;
	/*background-color:#6C6;*/
}
h2.pageH2-1 ,
h2.pageH2-2 ,
h2.pageH2-3 {
	position: relative;
	top: 103px;
	font-size: 145%;
	margin-left: 0;
}
h2.pageH2-1 {
	left: 112px;
}
h2.pageH2-2 {
	left: 100px;
}
h2.pageH2-3 {
	left: 68px;
}
.pageImg100 {
	width: 100%;
	max-width: 359px;
	min-width: 320px;
	height: auto;
	max-height: 60px;
	min-height: 54px;
	
}
h3 {
	background: url(../images/h3.gif) no-repeat 0 1px;
	padding-left: 24px;
	margin-top: 10%;
	margin-bottom: 5%;
}
figure.pageTitle {
	/*background-color: #fff;*/
	/*height: 163px;*/
	/*margin-top: 3%;
	margin-bottom: -8%;*/
	margin-top: -38px;
}

/*-----------------------------------------------------
	Header
------------------------------------------------------*/

header.pageHeader{
	width: 100%;
}
/*.pageHeader h1 {
	font-size: 85%;
	margin-top: 10px;
	margin-left: 15px;
}*/

.pageHeader h1 {
	font-size: 70%;
	margin-top: 10px;
	margin-left: 15px;
}

.tel-img {
	/*display: none;*/
}
.pageHeader .tel{
	width:200px;
	font-size: 160%;
	margin-top: -8%;
	margin-right: 15px;
	line-height: 1.2;
}


/* メインメニュー */
/* 第1階層 */
.menubar > ul > li {
	/*background-color: rgba(22,125,216,0.1);
	text-align: center;
	text-indent: 10px;*/
}

.menubar ul li a,
.menubar > ul > li > span {
	/*color: rgba(34,95,149,1);
	display: block;
	padding: 15px 0;
	text-decoration: none;*/
}

.menubar ul li {
	/*border: 1px solid #ededed;*/
	border: 1px solid #999;
	/*position: relative;*/
}





#top-head,
.header-inner {
	width: 100%;
	padding: 0;
}
#top-head {
	top: 0;
	/*position: fixed;*/
	position: absolute;
	margin-top: 0;
}
/* Fixed reset */
#top-head.fixed {
	padding-top: 0;
	background: transparent;
}
#mobile-head {
	background: #fff;
	width: 100%;
	height: 56px;
	z-index: 999;
	position: relative;
}
#top-head.fixed .logo,
#top-head .logo {
	position: absolute;
	left: 13px;
	top: 13px;
	color: #333;
	font-size: 26px;
}
#global-nav {
	position: absolute;
	/* 開いてないときは画面外に配置 */
	top: -500px;
	background: #333;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
#global-nav .main-current {
	font-weight: bold;
	font-size: large;
}
#global-nav ul {
	list-style: none;
	position: static;
	right: 0;
	bottom: 0;
	font-size: 14px;
}
#global-nav ul li {
	float: none;
	position: static;
}
#top-head #global-nav ul li a,
#top-head.fixed #global-nav ul li a {
	width: 100%;
	display: block;
	color: #fff;
	padding: 18px 0;
}
#nav-toggle {
	display: block;
}
/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav-toggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
/* #global-nav スライドアニメーション */
.open #global-nav {
	/* #global-nav top + #mobile-head height */
	-moz-transform: translateY(556px);
	-webkit-transform: translateY(556px);
	transform: translateY(556px);
}




/*-----------------------------------------------------
	main
------------------------------------------------------*/

.contents {
	width: 100%;
	margin: 0 auto 7%;
	background-color: #FFF;
}


.smabr:before {
	content: "\A";
	white-space: pre;
}


/*-----------------------------------------------------
	aside
------------------------------------------------------*/

#side {
	float: left;
	border: 1px solid #77de6a;
	margin-top: 30px;
	margin-left: 2%;
	width: 96%;
}


/*-----------------------------------------------------
	footer
------------------------------------------------------*/
footer {
	clear: both;
	margin: -12% auto;
	text-align: center;
	width: 100%;
	height: 418px;
}

.footer-left {
	width: 100%;
	background-image: url(../images/background03.gif);
	background-position: left 16px bottom;
	background-repeat: no-repeat;
	background-size: 280px 143px;
	margin-top: 20px;
	font-size: 100%;
}

.footer-center{
	font-size: 140%;
	width: 100%;
	margin-left: 4%;
	padding-right: 0;
	padding-left: 0;
	padding-top: 4%;
	/*margin-top: 2%;*/
	text-align: left;
}

.footer-right{
	font-size: 95%;
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 60px;
	width: 100%;
	text-align: left;
}

footer small {
	display: inline;
	padding-left: 0;
	padding-top: 0;
	margin-left: 4%;
	font-size: 90%;
}

footer ul {
	border-left: none;
	border-right: none;
}

p.pagetop img {
	width: 68px;
	height: 58px;
	vertical-align: bottom;
	bottom: 15px;
	right: 15px;
	position: fixed;
}
.border-bottom {
	margin-bottom: 7%;
}
.wscc-position {
	bottom: 10px;
	right: 150px;
}
.zero-small {
	font-size: 94%;
}
/*-----------------------------------------------------
	各ページごとのCSS
------------------------------------------------------*/

/* トップページ関連 */

#slideshow {
	margin-top: 90px;
	margin-bottom: 4%;
}  
#slideshow IMG {
	top: 18px;
}
img.imageWidth100-top {
	/*max-width: 359px;
	min-width: 320px;*/
}






.thumMenu {
	width: 96%;
	margin: 2%;
	left: 0;
	top: 185px;
	/*margin-left: 0;*/
	margin-top: 8%;
}

.thumMenu-div {
	padding: 0;
	width: 46%;
	height: auto;
	/*margin-bottom: 30px;
	margin-left: 15%;
	margin-top: 49%;*/
	margin: 2%;
	text-align: center;
	/*max-height: 150px;
	min-height: 135px;*/
}

.thumMenu-div:nth-child(n + 3) {
	/*margin-top: 2%;*/
	/*margin-top:1%;*/
	margin-top: 5px;
}



div.newsRelease {
	width: 93%; /* 新着情報エリアの幅 */
	border: solid 1px #ccc;
	padding: 2%;
	margin: 0 auto;
	margin-left: 1.5%;
}
span.font-small {
	font-size: 95%;
}

span.font-small2 {
	font-size: 92%;
}

.index-section-pack {
	/*background-color: #CCC;*/
	/*margin-top:190px;*/
	margin-top: 59%;
}

/*.newsRelease {
	width: 100%;
}*/
.news {
	width: 94%;
	padding: 1%;
	margin: 2%;
	box-shadow: 0 0;
	/*background-color: #fff;
	border: solid 1px #00a1e9;
	border-radius: 3px; 
	box-shadow: 3px 3px;
	height: 385px;
	float:left;
	padding: 5px;*/
}	
.map-area {
	/*position: relative;
	left: 2px;
	top: 15px;*/
	width: 92%;
	height: 426px;
	float: left;
	border: solid 2px #ccc;
	padding: 2%;
	/*margin: 2%;*/
	margin: 2% auto 0;
	margin-left: 1.5%;
}
.googlemap {
	/*display: block;
	border: 1;*/
	width: 100%;
	height: 255px; 
}
.index-section-pack {
	padding: 0 3% 0 3%;
}
.index-list1{
	margin-right: 1em;
}
.index-list1 li{
	width: 100%;
}
.index-info {
	width: 96%;
	float: left;
	padding: 1% 2%;
}
.index-photo {
	width: 94%;
	padding: 1% 3%;
	float: right;
	margin: 0;
}



h3.h3-henkei1 {
	background: url(../images/h3.gif) no-repeat 0 1px;
}
h3.h3-henkei2 {
	background: url(../images/h3.gif) no-repeat 0 1px;
}
.index-img {
	min-width: 250px;
}



/*** プライバシーポリシー (privacy.html) ***/

.privacy {
	/*width: 84%;
	margin: 20px auto 40px;
	padding: 2% 3%;*/
}

.syomei {
	margin-left: 49%;
}
.main-area ol{
	padding-left: 20px;
}

/***  お問い合わせ(contact.html) ***/



.tejyun{
	padding-top: 8px;
	padding-left: 2.5%;
	font-size: 0.9em;
}

table.formTable{
	width: 115%;
	margin-left: -4.0%;
}

article section table.formTable th{
	width: 40%;
	font-size: 0.82em;
	padding : 1px 2px 1px 4px;
}

article section table.formTable td{
	width: 60%;
	line-height: 1.5em;
	padding: 10px;
	margin-top: 5px;
	font-size: 0.90em;
	background-color: #eee;
}

select,
input,
textarea  {
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

form  {
	max-width: 349px;
	margin: 10px 5px;
}

input[type="submit"] {
	/*width: 100px;
	margin: 10px 0 0 45px;*/
}

input.yubinbangou{
	width: 100px;
}

input.na{
	width: 85%;
	margin: 2px 2px 2px 7px;
}

input .jyusyo{
	width: 359px;
}

span.hissu{
	padding-left: 1%;
}
.font-small-contact {
	font-size: 100%;
}


/*** 資源の出し方 (discardingResource.html) ***/

.discardingResource {
	width: 96%;
	margin: 2%;
	left: 0;
	top: 185px;
	margin-left: 0;
	margin-top: 8%;
}
.discardingResource_div{
	padding: 0;
	width: 46%;
	height: auto;
	margin: 2%;
}
.discardingResource_div:nth-child(n + 3) {
	/*margin-top: 2%;*/
	/*margin-top:1%;*/
	margin-top: 5px;
}

td.cell1-1 ,
td.cell1-2 {
	width: 98%;
	max-width: 98%;
	padding-top:11px;
	padding-bottom:11px;
	font-size: 100%;
}
td.cell1-2 {
	width: 98%;
	max-width: 98%;
	padding-top: 15px;
	padding-bottom: 16px;
	font-size: 55%;
}
td.cell1-3 {
	width: 98%;
	max-width: 98%;
	padding-top:13px;
	padding-bottom:13px;
	font-size: 80%;
}
td.cell2 {
	width:  98%;
	max-width: 98%;
}
/*** 事業内容 (business.html) ***/
.business-h5-pack1 {
	margin: 0;
	width: 100%;
	float: left;
}
.business-fig1 {
	float: left;
	width: 100%;
}
.business-h5-pack2 {
	margin: 0;
	width: 100%;
	float: left;
}
.business-fig2 {
	float: left;
	width: 100%;
}
.business-img1 ,
.business-img2 {
	width: 48%;
	max-width: 207px;
	height: auto;
	max-height: 155px;
	margin-top: 0;
	margin: 1%;
	float:left;
}
.business-img3 ,
.business-img4 ,
.business-img5 {
	width: 48%;
	max-width: 207px;
	height: auto;
	max-height: 155px;
	position: relative;
	left: 1%;
	top: 1%;
}
.ind-8em {
	text-indent: 1em;
}
.h5-width1 ,
.h5-width2 {
	width: 97%;
	padding: 1.5%;
}
.business-p1 {
	text-align: left;
}
.font-small-business {
	font-size: 80%;
}
.icon-field {
	/*background-color:#69C;*/
	width: 51%;
	margin: 0 10% 0 39%;
}
.icon-caption {
	text-align: left;
	font-size: 70%;
	margin-top: -5%;
	/*background-color:#F96;*/
}

.business-h5-pack2 p.slogan {
	line-height: 1.3;
	font-size: 104%;
}

/*** 組織概要 (unionOverview.html) ***/



.union-figure1 {
	float: left;
	width: 100%;
	max-width: 359px;
	/*height: auto;
	max-height: 268px;*/
}
.union-img1 {
	margin: 8% 2% 1%;
	width: 96%;
	max-width: 359px;
	height: auto;
	max-height: 268px;
}
.union-div2 {
	float: left;
	width: 100%;
	max-width: 359px;
	height: auto;
}
.union-figure2 {
	float: left;
	width: 100%;
	max-width: 359px;
	height: auto;
	max-height: 268px;
}
.union-img2 {
	margin-top: 8px;
	margin: 8% 2% 1%;
	width: 96%;
	max-width: 359px;
	height: auto;
	max-height: 268px;
}
.union-dl {
	border-bottom: dashed 1px #00a1e9;
}
.union-dt1-1 ,
.union-dt1-2 {
	width: 100%;
	float: left;
}
.union-dl dd  {
	margin-left: 5%;
	width: 90%;
	/*max-width: 414px;*/
}

.ikisatsu-dt1 {
	width: 100%;
	float: left;
}
.ikisatsu-dd1{
	margin-left: 5%;
	width: 90%;
	/*max-width: 333px;*/
}

.union-section2 {
	margin-top: 12px;
}

.union-div3 {
    float: right;
    width: 94%;
    /* background-color: #6FC; */
    padding: 1% 3%;
}

.union-section4  ul{
	margin-left: 10%;
	line-height: 2.2;
}
