@charset "utf-8";

/* ブラウザスタイル初期化用ＣＳＳ */
html {
	width: 100%;
	font-size: 0;
	line-height: 0;
}
body{
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #ffffff;
	overflow-x: hidden;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;
}
h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}
li,dt,dd{
	list-style-type: none;
}
p {
	margin: 0;
}
img {
	border: 0;
	border: none;
}
a {
	text-decoration: none;
}
a:hover {
	color: #2d60ad;
	text-decoration: none;
}
a:hover img{
	/*モダンブラウザ用*/
	opacity:0.8;
	/*IE7以下用*/
	filter:alpha(opacity=80);
	/*IE8用*/
	-ms-filter:"alpha(opacity=80)";
}


body{
  background-color: #f7f3f0;
  text-align: center;
  padding-top: 116px;
}
img{
  max-width: 100%;
}
.wrap{
  width: 960px;
  margin: 0 auto;
}

header{
  height: 116px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  text-align: left;
  background-color: #ffffff;
}
header .logo{
  padding: 14px;
  display: inline-block;
}
header .menu{
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  text-align: right;
}
header .menu > div{
  display: none;
  background-color: #00a98a;
}
header .menu > div ul{
  position: relative;
  text-align: left;
  padding-bottom: 4px;
  overflow-y: scroll;
  max-height: 1000px;
}
header .menu > div ul li{
  background: url('images/header_s/line.png') repeat-x bottom center #2b8e74;
  padding: 8px 0 10px 16px;
}


footer{
  margin-top: 0px;
}
footer .tel_fax{
  font-size: 28px;
  line-height: 38px;
  text-align: center;
  font-weight: bold;
}
footer .tel_fax img{
  display: inline-block;
  zoom: 1;
  vertical-align: bottom;
}
footer .tel_fax img:last-child{
  padding-left: 20px;
}
footer .info{
  border-top: solid 1px #1f856b;
  background-color: #288e74;
  margin-top: 38px;
}
footer .info:before{
  content: '';
  display: block;
  border-top: solid 1px #60ae9a;
}
footer .link{
  width: 540px;
  margin: 22px auto 0;
  text-align: left;
}
footer .link a{
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  font-size: 24px;
  line-height: 100%;
  padding: 0 13px;
  border-right: solid 1px #f7f3f0;
  color: #f7f3f0;
  margin: 10px 0;
}
footer .copy{
  font-size: 14px;
  line-height: 100%;
  color: #f7f3f0;
  padding: 10px 0 40px;
  margin: 0 auto;
  text-align: center;
}


#totop{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  visibility: hidden;
  overflow: hidden;
}
#totop img{
  visibility: visible;
  position: absolute;
  bottom: 20px;
  right: -100px;
}


#idx{
}
#idx .visual{
  position: relative;
  width: 100%;
  overflow: hidden;
}
#idx .visual .slider{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  white-space: nowrap;
}
#idx .visual .thm{
  margin-top: 337px;
  position: relative;
  padding-top: 14px;
  margin-bottom: 5px;
    display: inline-block;
    zoom: 1;
}
#idx .visual .thm div{
    position: absolute;
    top: 11px;
    right: 0;
    z-index: 2;
    width: 88px;
    height: 58px;
    border: solid 3px #288e74;
    margin-right: 4px;
}
#idx .visual .thm img{
  margin: 0 7px;
}
#idx .info{
  text-align: left;
  padding: 30px 30px;
  background-color: #ffffff;
  margin: 20px 0;

}
#idx .info span{
  font-size: 34px;
  line-height: 44px;
  margin-top: 7px;
  display: inline-block;
  zoom: 1;
}
#idx .info span:before{
  content: url('images/idx_s/icon_info.png');
  padding-right: 9px;
  vertical-align: middle;
}
#idx .info p{
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  float: right;
  font-size: 28px;
  line-height: 100%;
  background-color: #d9d9d9;
  padding: 12px 20px;
  border-radius: 26px;
}
#idx .info p:before{
  content: '>';
  padding-right: 8px;
}
#idx .info .list{
  border-top: solid 4px #d9d9d9;
  margin-top: 30px;
}
#idx .info .list div{
  font-size: 24px;
  line-height: 38px;
  border-bottom: solid 2px #d9d9d9;
  padding: 12px 0;
}
#idx .cont{
}
#idx .cont .box{
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1), -1px -1px 2px rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
  margin: 30px;
}
#idx .cont .box h2{
  font-size: 28px;
  line-height: 78px;
  text-align: left;
  padding-left: 40px;
  background: url('images/idx_s/h2_left.png') no-repeat 20px 19px, url('images/idx_s/h2_right.png') no-repeat 97% 19px;
  border-bottom: solid 1px #d9d9d9;
  font-weight: normal;
}
#idx .cont .box2{
  display: none;
}
#idx .cont .box2.on{
  display: block;
}
#idx .cont .box2 h2{
  background: url('images/idx_s/h2_left.png') no-repeat 20px 19px;
}
#idx .cont .box h2 a{
  color: #1a1a1a;
}
#idx .cont .box img{
  padding-top: 20px;
}
#idx .cont .box ul{
  text-align: left;
  padding-left: 20px;
  padding-top: 12px;
}
#idx .cont .box ul li{
  display: block;
  font-size: 30px;
  line-height: 100%;
  padding-top: 13px;
}
#idx .cont .box ul.about li:before{
  content: url('images/idx_s/icon_arrow.png');
  vertical-align: middle;
  padding-right: 10px;
}
#idx .cont .box ul.institution li span {
  padding-top: 10px;
  display: block;
}
#idx .cont .box ul.institution li span:before{
  content: url('images/idx_s/icon_arrow.png');
  vertical-align: middle;
  padding-right: 10px;
}
#idx .cont .box ul li a{
  color: #1a1a1a;
}
#idx .cont .box .pdflink{
  font-size: 22px;
  line-height: 44px;
  text-align: left;
  padding: 12px 20px 0;
}
#idx .cont .box .pdflink ul{
margin: 0;
padding: 0;
margin-top:-15px;
 overflow: hidden;
}
#idx .cont .box .pdflink:after{
  content: '';
  display: block;
  clear: both;
}
#idx .cont .box .pdflink img{
  float: left;
  padding: 10px 10px 10px 0;
}
#idx .cont .box .pdflink a{
  font-size: 20px;
  line-height: 100%;
  color: #0000ff;
}
#idx .cont .box .pdflink a:before{
  content: url('images/idx_s/icon_pdf.png');
  vertical-align: middle;
  padding-right: 10px;
}
#idx .access{
  padding: 16px 30px;
  text-align: left;
}
#idx .access h2{
  font-size: 28px;
  line-height: 78px;
  text-align: left;
  padding-left: 14px;
  background: url('images/idx_s/h2_left.png') no-repeat 0 20px;
  font-weight: normal;
}
#idx .access .address{
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  font-size: 27px;
  line-height: 160%;
  padding-top: 22px;
}
#idx .access .box{
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  font-size: 28px;
  line-height: 160%;
  margin: 10px 0;
  width: 100%;
}
#idx .access .box:after{
  content: '';
  display: block;
  clear: both;
}
#idx .access .box img{
  float: left;
  padding-right: 16px;
}
#idx .access .box span{
  font-size: 28px;
  line-height: 140%;
  display: block;
  font-weight: bold;
}
#idx #idx_map{
  width: 600px;
  height: 380px;
  overflow: hidden;
  margin: 0 auto 30px;
  border-radius: 16px;
}


#lower{
  position: relative;
}
#lower .pages{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
}
#lower .pages div{
  font-size: 24px;
  line-height: 44px;
  color: #ffffff;
  margin: 0 auto;
  text-align: left;
  padding: 0 14px;
}
#lower .pages div > *{
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  padding: 0 6px;
}
#lower .pages div span:before{
  content: '>';
  padding-right: 12px;
}
#lower .pages a{
  color: #ffffff;
}
#lower h1{
  margin: 0;
}

#lower .contents{
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  width: 528px;
  padding: 30px 30px 0px;
  border-top: solid 2px #228f72;
  box-shadow: 0px -1px 0px #60ae9a, 0px -2px 0px #1f856b;
  border-radius: 14px;
  margin: -180px 0 50px 0;
  background-color: #ffffff;
}
#lower .contents h2{
  font-size: 34px;
  line-height: 34px;
  text-align: left;
  padding-left: 20px;
  background: url('images/lower_s/h2_left.png') no-repeat left top;
  font-weight: normal;
  letter-spacing: 4px;
}
#lower .contents .lead{
font-size: 28px;
  line-height: 140%;
  text-align: left;
  padding-top: 20px;
}

/*衆善会について*/
#about.contents {
  padding-bottom: 40px;
}
#about.contents .box {
  text-align: left;
  margin-top: 50px;
  border-top: solid 1px #d9d9d9;
}

#about.contents .box h3 {
	font-size: 32px;
	font-weight: normal;
	color: #288e74;
	line-height: 1;
	margin-bottom: 30px;
	padding-left: 25px;
	background:url(images/icon_square_s.png) no-repeat left center;
}

#about.contents .box {
	font-size: 26px;
	line-height: 1.4em;
	border: none;
}

#about.contents .box_right {
	display: inline-block;
	float: right;
	padding: 0 20px 20px;
	padding-right: 0;
}

#about.contents .president {
	font-size: 20px;
	line-height: 1.4em;
	text-align: center;
}

#about.contents .mb20{
	margin-bottom: 20px;
}

#about.contents .box dl {
	margin-top: 0;
	border-bottom: 1px solid #288e74;
}

#about.contents .box dt {
	float: left;
	width:220px;
	font-size: 26px;
	line-height: 1.4em;
	padding: 35px 0;
	border-top: 1px solid #288e74;
}

#about.contents .box dt:first-child {
	margin-top: 0;
}
#about.contents .box dl.history dt {
	width:140px;
	padding: 35px 0;
}
#about.contents .box dl.history dt span {
	display: block;
  width:110px;
  height:110px;
	line-height: 110px;
	text-align: center;
  border-radius: 50%;
	color: #fff;
  background-color: #288e74;
}

#about.contents .box dd {
	width: 310px;
	font-size: 26px;
	line-height: 1.4em;
	margin-left: 220px;
	vertical-align: bottom;
	padding: 35px 0;
	border-top: 1px solid #288e74;
}

#about.contents .box dl.history dd {
	width: 390px;
	margin-left: 140px;
	padding: 60px 0;
}

#about.contents .box dt:first-child + dd {
	margin-top: 0;
}

#about.contents .box dd.line2 {
	padding-bottom:  75px;
}
#about.contents .box dl.history dd.line2 {
	padding:  70px 0 80px;
}

/*施設*/
#institution.contents{
  padding-bottom: 50px;
}
#institution.contents .box{
  text-align: left;
  border-bottom: solid 1px #d9d9d9;
  padding: 40px 0 40px;
}
#institution.contents .box:last-child{
  border-bottom: none;
  padding: 40px 0 0px;
  border-radius 0 0 4px 4px;
}
#institution.contents .box a.name{
  font-size: 32px;
  line-height: 100%;
  color: #2d60ad;
}
#institution.contents .box a.name:before{
  content: url('images/institution_s/icon_arrow.png');
  vertical-align: middle;
  padding-right: 7px;
}
#institution.contents .box a.name:after{
  content: url('images/institution_s/icon_outlink.png');
  vertical-align: middle;
  padding-left: 12px;
}
#institution.contents .box img{
  display: block;
  padding-top: 13px;
}
#institution.contents .box .tel_fax{
  display: block;
  text-align: left;
  font-size: 22px;
  line-height: 100%;
  padding-top: 0px;
}
#institution.contents .box .tel_fax img{
  display: inline-block;
  zoom: 1;
  vertical-align: bottom;
  padding: 13px 0 0 0px;
}



/* 第三者評価受審結果 */
#evaluation.contents {
  padding-bottom: 40px;
}
#evaluation.contents .box {
  text-align: left;
  padding-top: 40px;
  margin-top: 40px;
  border-top: solid 1px #d9d9d9;
}

#evaluation.contents .box h3 {
	font-size: 21px;
	font-weight: bold;
	color: #288e74;
	line-height: 1;
	margin-bottom: 30px;
	padding-left: 25px;
	background:url(images/icon_square.png) no-repeat left center;
}

#evaluation.contents .box dl {
	background:url(images/icon_pdf_b_s.png) no-repeat left top;
}

#evaluation.contents .box dt {
  font-size: 28px;
  line-height: 1;
  margin: 0 0 12px 106px;
}

#evaluation.contents .box dd {
  font-size: 28px;
  line-height: 140%;
  margin-left: 106px;
}

#evaluation.contents .box dd a {
	color: #2d60ad;
	text-decoration: underline;
}

#evaluation.contents .acrobat {
	text-align: left;
	margin-top: 40px;
	padding: 15px 15px 10px 15px;
	border: 1px solid #d9d9d9;
}
#evaluation.contents .acrobat div{
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
}
#evaluation.contents .acrobat p{
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  font-size: 24px;
  line-height: 140%;
  width: 300px;
  padding-left: 20px;
}

/*報告書一覧*/
#report.contents {
  padding-bottom: 40px;
}
#report.contents .box {
  text-align: left;
  padding-bottom: 40px;
  margin-top: 40px;
  border-bottom: solid 1px #d9d9d9;
}

#report.contents .box h3 {
	font-size: 32px;
	font-weight: normal;
	color: #288e74;
	line-height: 1;
	margin-bottom: 30px;
	padding-left: 25px;
	background:url(images/icon_square_s.png) no-repeat left center;
}

#report.contents .box dl {
	background:url(images/icon_pdf_b_s.png) no-repeat left top;
	min-height: 86px;
}

#report.contents .box dt {
  font-size: 28px;
  line-height: 1;
  margin: 0 0 12px 106px;
}

#report.contents .box dd {
  font-size: 26px;
  line-height: 140%;
  margin-left: 106px;
	margin-bottom: 10px;
}

#report.contents .box dd a {
	color: #2d60ad;
	text-decoration: underline;
}

#report.contents .acrobat {
	text-align: left;
	margin-top: 40px;
	padding: 15px 15px 10px 15px;
	border: 1px solid #d9d9d9;
}
#report.contents .acrobat div{
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
}
#report.contents .acrobat p{
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  font-size: 24px;
  line-height: 140%;
  width: 300px;
  padding-left: 20px;
}

/*苦情解決*/
#solution.contents {
  padding-bottom: 40px;
}
#solution.contents .box {
  text-align: left;
  padding-bottom: 40px;
  margin-top: 40px;
  border-bottom: solid 1px #d9d9d9;
}
#solution.contents .box h3 {
	font-size: 32px;
	font-weight: normal;
	color: #288e74;
	line-height: 1;
	margin-bottom: 30px;
	padding-left: 25px;
	background:url(images/icon_square_s.png) no-repeat left center;
}
#solution.contents .box h4 {
	font-size:26px;
	color: #288e74;
	line-height: 1;
	margin-bottom: 30px;
}

#solution.contents .box .lead {
	padding-top: 0;
	margin-bottom:  30px;
}
#solution.contents .box > div {
	margin-top: 50px;
}

#solution.contents .box p {
  font-size: 26px;
  line-height: 1.4em;
	margin-bottom: 15px;
}
#solution.contents .pdf {
	border-bottom: 0;
	padding-bottom: 0;
}

#solution.contents .pdf dl {
	background:url(images/icon_pdf_b_s.png) no-repeat left top;
	min-height: 86px;
}

#solution.contents .box dt {
  font-size: 28px;
  line-height: 1;
  margin: 0 0 12px 106px;
}

#solution.contents .box dd {
  font-size: 26px;
  line-height: 140%;
  margin-left: 106px;
	margin-bottom: 30px;
}

#solution.contents .box dd a {
	color: #2d60ad;
	text-decoration: underline;
}

#solution.contents .box table {
	width: 100%;
	margin-bottom: 15px;
	table-layout: fixed;
	border-collapse: collapse;
}
#solution.contents .box table thead th {
	padding: 10px 25px;
	text-align: left;
}
#solution.contents .box table th:first-child {
	width: 23%;
	padding-left: 0;
	border-left: none;
}
#solution.contents .box table thead th:last-child,
#solution.contents .box table td:last-child {
	border-right: none;
}
#solution.contents .box table th {
	padding: 10px;
	color: #288e74;
	font-size: 22px;
	font-weight: normal;
  line-height: 1.4em;
	border-top: 1px solid #288e74;
	border-bottom: 1px solid #288e74;
}

#solution.contents .box table td {
	padding: 10px 25px;
  font-size: 22px;
  line-height: 1.4em;
	text-align: left;
	border-top: 1px solid #288e74;
	border-bottom: 1px solid #288e74;
}

#solution.contents .box dl.howto dt {
  font-size: 26px;
  line-height: 1.4em;
	font-weight: bold;
	margin: 0 0 10px;
}

#solution.contents .box dl.howto dd {
  font-size: 26px;
  line-height: 1.4em;
	margin: 0;
}

#solution.contents .box dl.howto p {
  font-size: 26px;
  line-height: 1.4em;
}

#solution.contents .box dl.howto ul {
	margin: -10px auto 25px;
	padding: 10px;
	background: #f3f8f7;
}

#solution.contents .box dl.howto ul li {
	font-size: 22px;
	line-height: 2em;
}


#solution.contents .acrobat {
	text-align: left;
	margin-top: 40px;
	padding: 15px 15px 10px 15px;
	border: 1px solid #d9d9d9;
}
#solution.contents .acrobat div{
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
}
#solution.contents .acrobat p{
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  font-size: 24px;
  line-height: 140%;
  width: 300px;
  padding-left: 20px;
}

/*採用情報*/
#recruit.contents {
  padding-bottom: 40px;
}
#recruit.contents .box {
  text-align: left;
  padding-top: 40px;
  margin-top: 40px;
  border-top: solid 1px #d9d9d9;
}

#recruit.contents .box h3 {
	font-size: 32px;
	font-weight: normal;
	color: #288e74;
	line-height: 1;
	margin-bottom: 30px;
	padding-left: 25px;
	background:url(images/icon_square_s.png) no-repeat left center;
}

#recruit.contents .box dl {
	background:url(images/icon_pdf_b_s.png) no-repeat left top;
	min-height: 86px;
}

#recruit.contents .box dt {
  font-size: 28px;
  line-height: 1;
  margin: 0 0 12px 106px;
}

#recruit.contents .box dd {
  font-size: 28px;
  line-height: 140%;
  margin-left: 106px;
}

#recruit.contents .box dd a {
	color: #2d60ad;
	text-decoration: underline;
}

#recruit.contents .acrobat {
	text-align: left;
	margin-top: 40px;
	padding: 15px 15px 10px 15px;
	border: 1px solid #d9d9d9;
}
#recruit.contents .acrobat div{
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
}
#recruit.contents .acrobat p{
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  font-size: 24px;
  line-height: 140%;
  width: 300px;
  padding-left: 20px;
}

/*プライバシーポリシー*/
#privacy.contents{
  padding-bottom: 50px;
}
#privacy.contents .box{
  text-align: left;
  border-bottom: solid 1px #d9d9d9;
  padding: 40px 0 40px;
}
#privacy.contents .box:last-child{
  border-bottom: none;
  padding: 0;
  border-radius 0 0 4px 4px;
}

#privacy.contents .box h3{
  font-size: 32px;
  line-height: 100%;
  color: #288e74;
  font-weight: normal;
}

#privacy.contents .box h3:before{
  content: url('images/icon_square_s.png');
  vertical-align: middle;
  padding-right: 7px;
}
#privacy.contents .box dl {
	margin-top: 0;
	border-bottom: 1px solid #d9d9d9;
}

#privacy.contents .box dt {
	float: left;
	width: 40px;
	font-size: 32px;
	color: #288e74;
	line-height: 1;
	padding: 35px 0;
	border-top: 1px solid #d9d9d9;
}

#privacy.contents .box dt:first-child {
	margin-top: 0;
	border-top: none;
}

#privacy.contents .box dd {
	width: 490px;
	font-size: 22px;
	line-height: 1.4em;
	margin-left: 40px;
	vertical-align: bottom;
	padding: 35px 0;
	border-top: 1px solid #d9d9d9;
}

#privacy.contents .box dt:first-child + dd {
	margin-top: 0;
	border-top: none;
}

#privacy.contents .box dd div {
	display: inline-block;
	min-height: 48px;
	vertical-align: bottom;
}

/*リンク*/
#link.contents{
  padding-bottom: 50px;
}
#link.contents .box{
  text-align: left;
  border-bottom: solid 1px #d9d9d9;
  padding: 40px 0 40px;
}
#link.contents .box:last-child{
  border-bottom: none;
  padding: 0;
  border-radius 0 0 4px 4px;
}

#link.contents .box h3{
  font-size: 32px;
  line-height: 100%;
  color: #288e74;
  font-weight: normal;
}

#link.contents .box h3:before{
  content: url('images/icon_square_s.png');
  vertical-align: middle;
  padding-right: 7px;
}

#link.contents .box .bnr {
	margin-top: 50px;
}

#link.contents .box dl {
	margin-top: 0;
	border-bottom: 1px solid #d9d9d9;
}

#link.contents .box dt {
	float: left;
	width:150px;
	font-size: 22px;
	color: #288e74;
	line-height: 1;
	padding: 35px 0;
	border-top: 1px solid #d9d9d9;
}

#link.contents .box dt:first-child {
	margin-top: 0;
	border-top: none;
}

#link.contents .box dd {
	width: 380px;
	font-size: 22px;
	line-height: 1.4em;
	margin-left: 150px;
	vertical-align: bottom;
	padding: 35px 0;
	border-top: 1px solid #d9d9d9;
}

#link.contents .box dt:first-child + dd {
	margin-top: 0;
	border-top: none;
}

#link.contents .box dd div {
	display: inline-block;
	min-height: 48px;
	vertical-align: bottom;
}

/* アクセスマップ */
#access.contents .box {
  text-align: left;
  padding: 40px 0 0;
}

#access.contents .box #idx_map {
	width: 100%;
	height: 310px;
}

#access .access {
  text-align: left;
  padding: 16px 0;
}

#access .access .box {
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  font-size: 20px;
  line-height: 160%;
  min-width: 100%;
  padding: 0;
  margin-bottom: 20px;
}

#access .access .box:after {
  content: '';
  display: block;
  clear: both;
}

#access .access .box img {
  float: left;
  padding-right: 9px;
  padding-bottom: 20px;
}

#access .access .box span {
  font-size: 24px;
  line-height: 140%;
  display: block;
  font-weight: bold;
}