@charset "utf-8";
/* CSS Document */
/*********** 基本設定 ***********/
html{
	height:100%;
}
body{
	height:100%;
	width:100%;
	font-size:14px;
	line-height:1.5;
	color:#666;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
	background: #f1f1f1;
}
input,
textarea{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
}

*{
	outline:none;
}
a{
	color:#666;
	/*\*/
	overflow:hidden;
	/**/
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a:hover{
	-moz-opacity:0.6;
	opacity:0.6;	
}

button, fieldset, form, input, label, legend, select, textarea {
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

/*iphoneボタン調整*/
input[type="submit"],
input[type="button"] {
	-webkit-appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
}


.clear{
	clear:both;
}
.clearfix{
	zoom:100%;
}
.clearfix:after{
	content:"";
	clear:both;
	height:0;
	display:block;
	visibility:hidden;
}


.ta_c{
	text-align:center;
}
.ta_r{
	text-align:right;
}
.ta_l{
	text-align:left;
}


.normal{
	font-weight:normal;
}
.bold{
	font-weight:bold;
}

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

/*********** 透過設定 ***********/
.opac,
.bright{
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}
.opac:hover{
  opacity: 0.7;
  filter: alpha(opacity=60);
}
.bright:hover{
	filter: brightness(80%);
}


/*********** wrap設定 ***********/
#wrap{
	min-height: 100vh;
	min-width:980px;
    display: flex;
    flex-direction: column;
}
.wrap{
	width:950px;
	margin:0 auto;
	padding:0 15px;
}
#contents{
    width: 950px;
    margin: 0 auto 90px;
	padding-top:20px;
	display: flex;
	justify-content: space-between;
}
#contents.contents_center{
	justify-content: center;
}
#main{
	width:750px;
}


/*********** header設定 ***********/
header{
	background: #fff;
}
#h_inner{
	display: flex;
	padding:10px 15px;
	gap:25px;
	align-items: center;
}
#h_title{
	font-size:12px;
	color:#666;
	margin-bottom:5px;
	font-weight: normal;
}
#h_logo2{
	padding-top:5px;	
}
#h_info{
	margin-left:auto;	
}
#h_other{
	padding-top:12px;
	display: flex;
	gap:15px;
}
.search-box input {
    border: 1px solid #AAAAAA;
    padding: 3px 1px 2px 0px;
    border-radius: 2px;
    font-size: 11px;
    height: 25px;
    box-sizing: border-box;
}
.search-box input.search-button {
    border: none;
    color: #fff;
    background: url(../img/search_button_icon.png) no-repeat right 5px #329E69;
    padding-right: 20px;
    padding: 2px 22px 2px 7px;
    height: 25px;
    box-sizing: border-box;
    box-shadow: rgba(0, 0, 0, 0.15) 0px -13px 0px -10px inset;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px -13px 0px -10px inset;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px -13px 0px -10px inset;
}
.to-contact-button {
    font-size: 11px;
    border-radius: 2px;
    color: #fff;
    background: url(../img/mail_button_icon.png) no-repeat 6px 6px #FFA200;
    padding-right: 20px;
    padding: 6px 5px 6px 23px;
    height: 25px;
    box-sizing: border-box;
    box-shadow: rgba(0, 0, 0, 0.15) 0px -13px 0px -10px inset;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px -13px 0px -10px inset;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px -13px 0px -10px inset;
    text-decoration: none;
}


/*********** Gナビ設定 ***********/
#menu{
    background: url(../img/menu_bg.png) repeat-x;
}
#menu_ul{
	list-style: none;
	display: flex;
	justify-content: center;
}
#menu li a {
    text-indent: -9999px;
    height: 54px;
    display: block;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#menu li a:hover{
	-moz-opacity:1;
	opacity:1;
}
.menu01 a{width:175px;background:url(../img/menu01.png) no-repeat 0 top;}
.menu02 a{width:177px;background:url(../img/menu02.png) no-repeat 0 top;}
.menu03 a{width:102px;background:url(../img/menu03.png) no-repeat 0 top;}
.menu04 a{width:174px;background:url(../img/menu04.png) no-repeat 0 top;}
.menu05 a{width:140px;background:url(../img/menu05.png) no-repeat 0 top;}
.menu06 a{width:178px;background:url(../img/menu06.png) no-repeat 0 top;}
.menu01 a:hover{background:url(../img/menu01_on.png) no-repeat 0 top;}
.menu02 a:hover{background:url(../img/menu02_on.png) no-repeat 0 top;}
.menu03 a:hover{background:url(../img/menu03_on.png) no-repeat 0 top;}
.menu04 a:hover{background:url(../img/menu04_on.png) no-repeat 0 top;}
.menu05 a:hover{background:url(../img/menu05_on.png) no-repeat 0 top;}
.menu06 a:hover{background:url(../img/menu06_on.png) no-repeat 0 top;}




/*********** ぱんくず設定 ***********/
.breadcrumb {
    margin-bottom: 8px;
    line-height: 1;
}
.breadcrumb li {
    display: inline;
    margin-right: 4px;
    font-size: 12px;
    background: url(../img/breadcrumb_arrow.png) no-repeat right center;
    padding-right: 14px;
}
.breadcrumb li:last-child {
    background: none;
}


/*********** footer設定 ***********/
footer{
    margin-top: auto;
	height:120px;
	font-size:13px;
	background: url(../img/footer-bg.png) repeat-x center top;
}
#footerInner{
	position: relative;
	text-align: center;
}
#footerInner .page_top{
	position: absolute;
	right: 0;
	top:-23px;
  }
.footer-menu{
	text-align: center;
	padding-top: 22px;
	padding-bottom: 23px;
}
.footer-menu li{
	display: inline-block;
	margin: 1px 10px 0 0;
	padding-right: 10px;
	line-height: 1.1;
	border-right: 1px solid #666666;
}
.footer-menu li:last-child{
	border-right: none;
}


/*********** side設定 ***********/
#side{
	width:180px;
	font-size:13px;
}


.cont-box{
	border:1px solid #CCCCCC;
	background:#fff;
	box-sizing:border-box;
	margin-bottom:20px;
}
.cont-box-inner{
	padding:20px;
}
.cont-box-inner img{
	max-width:100%;
}
.cont-box-inner img.left{
  margin: 0 20px 20px 0px;
  float: left;
}
.cont-box-inner img.right{
  margin: 0 0 20px 20px;
  float: right;
}
.cont-box-inner img.center{
  margin: 0 auto;
	text-align:center;
}
.cont-box-inner02{
	padding:10px;
}


.cont-box02{
	box-sizing:border-box;
	border:2px solid #329E69;
	background:#fff;
	margin-bottom:20px;
}
.cont-box02-inner{
	padding:10px;
}
.cont-box02-title{
	color:#fff;
	background:#329E69;
	display:block;
	padding:7px 6px 5px 6px;
	line-height:1;
	margin:1px 1px 0;
	text-align:center;
}
.cont-box02 input[type="text"],
.cont-box02 input[type="password"]{
	max-width: 100%;
	border: 1px solid #ccc;
	margin-bottom: 4px;
	box-sizing: border-box;
}
.save-text {
    font-size: 11px;
    margin-top: 6px;
}


a.orange-btn, a.login-btn {
    border-radius: 2px;
    background: #FFA200;
    padding: 10px 12px;
    box-sizing: border-box;
    box-shadow: rgba(0, 0, 0, 0.15) 0px -3px 0 inset;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px -3px 0 inset;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px -3px 0 inset;
    color: #fff !important;
    font-size: 13px;
    line-height: 1;
    text-align: center;
    margin: 12px 0 12px;
    display: block;
    text-decoration: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
a.gray-btn {
    border-radius: 2px;
    background: #878787;
    padding: 10px 7px;
    box-sizing: border-box;
    box-shadow: rgba(0, 0, 0, 0.15) 0px -3px 0 inset;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px -3px 0 inset;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px -3px 0 inset;
    color: #fff !important;
    font-size: 13px;
    line-height: 1;
    text-align: center;
    margin: 12px 0 12px;
    display: block;
    text-decoration: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
a.gray-btn.inline-block {
    display: inline-block;
    margin-top: 0;
    padding: 10px 28px;
}
a.orange-btn:hover,
a.login-btn:hover,
a.gray-btn:hover{
  position: relative;
  top: 1px;
  box-shadow: none;
}
a.orange-btn{
  display: inline-block;
}
a.orange-btn.block{
  display: block;
}

.link01 {
    background: url(../img/arrow01.png) no-repeat 0 4px;
    padding-left: 13px;
    display: block;
    line-height: 1.3;
    margin: 5px 0;
}


.company-info p span{
	font-weight:bold;
	font-size:14px;
}
.company-info p{
	font-size:12px;
	margin-bottom:18px;
}
.company-info p:last-child{
	margin-bottom:0px;
}



/*********** 見出し設定 ***********/
h2 {
    background: url(../img/h2_bg.png) no-repeat;
    font-size: 17px;
    font-weight: bold;
    padding: 6px 6px 6px 12px;
    height: 36px;
    box-sizing: border-box;
}
h3 {
    height: 28px;
    background: #F1F1F1 url(../img/arrow04.png) no-repeat 8px 10px;
    padding: 7px 0 0 32px;
    color: #329E68;
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0 10px;
}
.cont-box-inner h3:first-child {
    margin-top: 0;
}


/*********** リスト設定 ***********/
ul.list01 {
    margin-top: 10px;
}
ul.list01 li {
    display: inline-block;
    background: url(../img/arrow05.png) no-repeat 0px 6px;
    padding-left: 12px;
    margin-right: 14px;
}
ul.list01 li a {
    color: #329E68;
}

ul.list07 li {
    margin-bottom: 10px;
}


/*********** 余白設定 ***********/
.mt20{
	margin-top: 20px;
}
.mt40{
	margin-top: 40px;
}
.mb10{
	margin-bottom:10px;
}
.mb20{
	margin-bottom:20px;
}



/**************************************************************************************************************
TOP
**************************************************************************************************************/
/*********** タブ設定 ***********/
#new_gototab {
	box-sizing: border-box;
	width: 750px;
	margin-bottom: 20px;
}
.tab_area ul {
	position: relative;
	font-size: 0;
}
.tab_area ul li {
	position: relative;
	z-index: 0;
}
.tab_area ul li {
	display: inline-block;
	width: 136px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	padding: 5px;
	margin-right: 5px;
	cursor: pointer;
}
.tab_area ul li:hover{
	opacity: 0.5;
}
.tab_area ul li.select:hover{
	opacity: 1;
}
.tab_area ul li:last-child{
	margin-right: 0;
}
.tab_area ul li.tab1{
	border: none;
	background: #000;
	color: #fff;
}
.tab_area ul li.tab2{
	border: none;
	background: #b80000;
	color: #fff;
}
.tab_area ul li.tab3{
	border: none;
	background: #089c52;
	color: #fff;
}
.tab_area ul li.tab4{
	border: none;
	background: #e1c903;
	color: #fff;
}
.tab_area ul li.tab5{
	border: none;
	background: #044fc4;
	color: #fff;
}
.tab_area ul li.select {
	width: 134px;
	color: #000;
	background: #fff;
	border: solid 1px #000;
	border-bottom: none;
	z-index: 1;
}
.content_area {
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #000;
	overflow: hidden;
	font-size: 20px;
	position: relative;
	top: -1px;
	z-index: 0;
}
.content_area_inner{
	position: relative;
	height:370px;
	background: #fff;
}
.content_area .content_block {
	background: #fff;
	width: 100%;
	display: inline-block;
	font-size: 0;
	padding: 15px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.content_area .news_list{
	display: inline-block;
	white-space: nowrap;
}
.content_area .pickup_img{
	display: inline-block;
	padding: 1px;
	width: 163px;
	background: #ddd;
	vertical-align: top;
	float: right;
	position: absolute;
	top:15px;
	right:20px;
}
.content_area .pickup_img p{
	color: #fff;
	background: #329E69;
	display: block;
	padding: 7px 6px 5px 6px;
	line-height: 1;
	margin: 1px 1px 0;
	text-align: center;
	font-size: 13px;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.content_area .pickup_content{
	padding: 0 10px 10px;
	font-size: 12px;
	line-height: 15px;
}
.content_area .pickup_content img{
	display: block;
	margin-bottom: 5px;
}
.news_list li{
	font-size: 16px;
	margin-bottom: 15px;
	list-style: none;
}
.news_list li:before{
	display: inline-block;
	color: #fff;
	width: 90px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
	border-radius: 6px;
	z-index: -1;
	white-space: nowrap;
}
.news_list li.goto_info:before{
	content: "ゴト情報";
	background: #b80000;
}
.news_list li.goto_case:before{
	content: "地域別ゴト事例";
	background: #089c52;
}
.news_list li.goto_prevention:before{
	content: "ゴト防止対策";
	background: #e1c903;
}
.news_list li.kumiai_info:before{
	content: "組合情報";
	background: #044fc4;
}
.news_list li.new:after{
	content: "";
	display: inline-block;
	margin-left: 5px;
	width: 28px;
	height: 12px;
	background: url(../img/icon_new.png);
}
.news_list li.picture:after{
	content: "";
	display: inline-block;
	margin-left: 5px;
	width: 16px;
	height: 13px;
	background: url(../img/icon_picture.png);
}
.news_list li.pdf:after{
	content: "";
	display: inline-block;
	margin-left: 5px;
	width: 18px;
	height: 12px;
	background: url(../img/icon_pdf.png);
}
.news_list li time{
	font-size: 13px;
	margin: 0 15px;
}
.news_list li a{
	text-decoration: none;
}
.news_list li a:hover{
	opacity: 0.5;
}
p.more_btn a {
	font-size: 14px;
	color: #7dbb9a;
	text-decoration: none;
}
p.more_btn img {
	vertical-align: middle;
}



#main_flex{
	display: flex;
	justify-content: space-between;
}
#main_l{
	width:530px;
}
#main_r{
	width:200px;
}


ul.cat-button{
	margin-bottom:20px;
}
ul.cat-button li{
	display:block;
	text-align:center;
	float:left;
	cursor: pointer;
	border-radius:2px;
	background:#9EB1A8;
	padding:10px 5px;
	box-sizing:border-box;
	box-shadow:rgba(0, 0, 0, 0.15) 0px -3px 0px inset;
	-webkit-box-shadow:rgba(0, 0, 0, 0.15) 0px -3px 0px inset;
	-moz-box-shadow:rgba(0, 0, 0, 0.15) 0px -3px 0px inset;
	color:#fff;
	font-size:13px;
	line-height:1.1;
	display:block;
	vertical-align: middle;
}
ul.cat-button li a{
	text-decoration:none;
	color:#fff;
	font-size:13px;
}
ul.cat-button li.current{
  background: #329E69;
}
ul.cat-button li:hover,
ul.cat-button li:hover{
  position: relative;
  top: 1px;
  box-shadow: none;
}
ul.cat-button li a:hover{
  opacity: .8;
}
.hide{
  display: none;
}
.new-goto ul.cat-button{
	margin-left:-8px;
}
.new-goto ul.cat-button li{
	width:116px;
	margin-left:8px;
}
.new-goto ul.cat-button li a{
	width:116px;
}
 ul.cat-button-big li{
	width:171px;
	margin-right:8px;
}
 ul.cat-button-big.cat-button5 li{
  width: 135px;
}
 ul.cat-button-big li a{
display: table-cell;
width: 171px;
}
 ul.cat-button-big li:last-child{
	margin-right:0px;
}
ul.cat-button li-big a{
	width:116px;
}


.business-news ul.cat-button{
	margin-left:-8px;
}
.business-news ul.cat-button li{
	width:auto ;
	display: inline-block;
	margin-left:8px;
}
.business-news ul.cat-button li a{
  padding-left: 12px;
  padding-right: 12px;
}
.new-goto dl.news-list{
	width:313px;
	float:left;
}
dl.news-list dt {
    clear: left;
    float: left;
    margin: 0 0 0.8em;
    width: 3.5em;
}
dl.news-list dd {
    margin-bottom: 0.8em;
    margin-left: 4em;
}

.back-link, .more-link {
    color: #329E69;
    font-size: 13px;
    display: block;
    text-align: right;
    margin-top: 20px;
    padding-top: 6px;
    border-top: 1px dotted #CCCCCC;
}
.back-link img, .more-link img {
    padding: 0 3px 0 0;
    vertical-align: middle;
}

.movie-cont-title {
    background: url(../img/arrow02.png) no-repeat 0 2px;
    padding-left: 20px;
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 2px;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 10px;
}

.top-banner {
    width: 540px;
    margin-right: -10px;
    margin-top: -10px;
}
.top-banner li {
    float: left;
}
.top-banner li a {
    display: block;
    margin-bottom: 10px;
    margin-right: 10px;
}

#main_r {
    width: 200px;
    float: right;
    margin-left: 20px;
    font-size: 13px;
}
.side-title {
    margin: 1px 1px 0 1px;
}
.side-banner li{
	margin-bottom:10px;
}




/**************************************************************************************************************
問合せ
**************************************************************************************************************/
#contact-box dt {
    float: left;
    width: 200px;
    padding: 10px 0 5px 0px;
    clear: both;
    font-weight: bold;
}
#contact-box dt span {
    margin-left: 12px;
    font-size: 11px;
    color: #fff;
    background: #C00;
    padding: 2px 5px 0;
    display: inline-block;
}
#contact-box dd {
    width: 480px;
    margin-left: 200px;
    padding: 10px 5px 5px 0px;
    min-height: 32px;
}
#contact-box dd input[type="text"] {
    width: 450px;
    border: 1px solid #ccc;
    height: 30px;
    margin-bottom: 6px;
}
#contact-box dd textarea {
    width: 450px;
    border: 1px solid #ccc;
    height: 150px;
}
.red {
    color: #FF0000;
}
















