/* ------------------------------------- */
/* Design by Skydirection  */
/* URL：https://www.skydirection.jp/ */
/* Created:January 24, 2019  */
/* ------------------------------------- */

@charset "utf-8";

*{
  margin: 0px;
  padding: 0px;
}

body {
  margin: 0px;
  height: 100%;
  color: #3e3a39;
  line-height: 1.5em;
  font-size: 100%;
  font-weight:500;
  font-family:"Yu Gothic","游ゴシック",sans-serif;
  background: #FFF none repeat scroll 0% 0%;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 2px;
}

a{
  display: block;
  text-decoration: none;
  color: #00913a;
  transition:all 0.3s ease-out;
  -webkit-transition:all 0.3s ease-out;
  -moz-transition:all 0.3s ease-out;
  -ms-transition:all 0.3s ease-out;
  -o-transition:all 0.3s ease-out;
  color: inherit;
}

a:hover{
  opacity: 0.6;
}

img{
  max-width: 100%;
  vertical-align: bottom;
}

em{font-style: oblique;}

p.preparation{
  font-size: 100%;
  padding-top: 30px;
  line-height: 24px;
}

.pc{display: block!important;}
.sp{display: none!important;}

.rwd{
  width: 100%;
  margin:0px auto;
  text-align: center;
}

/*-----------------------------
共通クラス
-----------------------------*/
.underline{
  text-decoration: underline;
}

.inline{
  display: inline;
}

.tar{
  text-align: right;
}
.tac{
  text-align: center;
}
img.va-middle{
  vertical-align: middle;
}
/*-----------------------------
矢印
-----------------------------*/
.arrow:after{
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  right: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*-----------------------------
黒丸付きリスト
-----------------------------*/
ul.list-disc{
  padding-left: 1.0em;
}
ul.list-disc li{
  list-style-type: disc;
  text-decoration: none;
}

.layer{
  display: block;
}

/*-----------------------------
数字付きリスト
-----------------------------*/
ol.number{
  margin-left: 1.5em;
}
ol.number li{
  list-style-type: decimal;
}

/*-----------------------------
ヘッダエリア
-----------------------------*/
header,
.layer header,
.layer_02 header{
  display: block;
  width: 100%;
  border-top: 1px solid #c9caca;
  border-bottom: solid 3px #00913a;
}

.layer header{border-bottom: 1px solid #c9c9c9;}
.layer_02 header{border-bottom: 1px solid #c9c9c9;}

.header_inner{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  width: 1600px;
  max-width: 100%;
  margin:0 auto;
}

.logo {
  width: 300px;
  padding-left: 35px;
  margin: 0;
}

.logo img{
  width: 100%;
}

.header_left {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 775px;
  max-width: 100%;
  justify-content: space-between;
  align-items: center;
}

ul.fontSize {
  *zoom: 1; /*forIE6,7*/
  /*padding-top: 20px;
  padding-right: 35px;*/
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 143px;
  margin-right: 10px;
  margin-left: 10px;
}
ul.fontSize li:first-child {
  width: 100%;
  border: 3px solid #efefef;
  color:#595757;
  font-size: 10px;
  text-align: center;
  padding: 0;
  margin-right: 8px;
  float: left;
  font-weight:500;
  margin-bottom: 10px;
}
ul.fontSize li:nth-child(2),
ul.fontSize li:nth-child(3) {
  border: 3px solid #efefef;
  color:#595757;
  font-size: 10px;
  padding: 0 5px;
  margin-right: 8px;
  float: left;
  font-weight:500;
  cursor: pointer;
}
ul.fontSize li:nth-child(3){
  margin-right:10px;
}
ul.fontSize li.active {
  background-color: #efefef;
}
ul.fontSize li.active:hover {
  background-color: #efefef;
}
ul.fontSize li img:hover{opacity: 0.7;}

/*-----------------------------
footer
-----------------------------*/
.footer{
  display: block;
  border-top: 4px solid #00913a;
  margin-top: 97px;
}

.footer_inner{
  width: 1060px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin:10px auto 10px;
  padding-top:20px;
  padding-bottom: 10px;
}
.footer_logo{
  max-width: 276px;
  padding-right: 50px;
  margin-bottom: 20px;
}
.footer_logo .address{
  font-size: 0.75em;
  letter-spacing: 0;
  margin-top: 19px;
}
.footer_logo .tel{
  font-size: 0.875em;
  letter-spacing: 0;
  color: #595757;
  margin-top: 8px;
}
.footer_nav{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;

}
.footer_nav ul{
  box-sizing: border-box;
  border-left: 1px solid #c9caca;
  padding: 0 20px;
}
.footer_nav ul li{
  font-size: 0.75em;
}
.footer_nav ul li a:hover{
  text-decoration: underline;
}
.copyright{
  display: block;
  font-size: 0.6875em;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  border-top: 1px solid #dcdddd;
  padding: 16px 0;
}

/*-----------------------------
Page Top Button
-----------------------------*/

.pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 55px;
  z-index: 9999;
}

.pagetop a {
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  border-radius: 50%;
  opacity: 0.8;
  background-color: #F5B32D;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

.pagetop a::before{
  font-family: FontAwesome;
  content: '\f062';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

/*-----------------------------
main_images
-----------------------------*/

.mv{
  display: block;
  margin: 0 auto;
  padding:0;
  width: 100%;
  background-image: url(../images/header.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}
.mv:after{
  content: '';
  display: block;
  width: 100%;
  border-bottom: 1px solid #00913a;
  margin-top: 4px;
}

.mv-inner{
  position: relative;
  width: 100%;
  max-width: 1600px;
  padding-top: 35.5584%;
  margin: 0 auto;
}

.sns-icon{
  position: fixed;
  right: 24px;
  top: 120px;
  z-index: 2;
}
.sns-icon a{
  display: block;
  margin-bottom: 11px;
}

/*-----------------------------
nav
-----------------------------*/
.menu{
  background:#ffffff;
  border-bottom: 1px solid #c9c9c9;
  max-width: 100%;
  width: 825px;
  margin: 0;
}

.menu-btn{display: none;}

.nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  list-style: none;
  *zoom: 1;
}
.nav:before,
.nav:after {
  content: " "; 
  display: table; 
}
.nav:after {
  clear: both;
}
.nav ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  list-style: none;
}
.nav li{
  box-sizing: border-box;
  width: 20%;
  border-left: 1px solid #c9caca;
  max-width: 173px;
}
.nav li a {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 0.9375em;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  color: #3e3a39; 
  height: 97px;
}
.nav li.contact a{
  background-color: #f8b62d;
  color: #fff;
}
.nav  li a:hover{
  background-color: #00913a;
  color: #fff;
}
.nav li.contact a:hover{
  background-color: #f39800;
}
.nav li.menu-sns{
  display: none;
}
/*-----------------------------
Breadcrumb
-----------------------------*/
.Breadcrumb {
  display: block;
  width: 100%;
  margin: 0 auto 20px;
  padding: 0;
  font-weight: normal;
  border-bottom:1px solid #d9d9d9;
}

.Breadcrumb p {
  width: 1052px;
  font-size: 12px;
  color: #595757;
  padding: 5px 0;
  margin: 0px auto;
}

.Breadcrumb p a:hover{text-decoration: underline;}

/*-----------------------------
content
-----------------------------*/
.content_wrapper.layer{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}
.content_wrapper.layer .content_layer{
  width: 720px;
  margin-right: 70px;
}
.content_wrapper.top .content_inner{
  position: relative;
  display: block;
  width: 1052px;
  margin: 60px auto 0;
}

/*-----------------------------
サイドバー
-----------------------------*/
.sidebanner{
  display: block;
  width: 260px;
}

.sidebanner_list{
  margin-bottom: 40px;
}
.sidebanner_list li{
  margin-bottom: 18px;
}
.sidebanner_list li:last-child{
  margin-bottom: 0;
}

.sidebanner .various_list{
  margin-bottom: 1.5em;
}

.sidebanner .various_list li{
  margin-bottom: 12px;
}

.sidebanner .various_list li a{
  padding-bottom: 16px;
}

/*-----------------------------
column
-----------------------------*/
.row{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.row .col{

}

.col{
  box-sizing: border-box;
}
.col.col-6{
  width: 50%;
}

/*-----------------------------
Top_main_content
-----------------------------*/
.title_sub{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  font-size: 1.625em;
  font-weight: bold;
  letter-spacing: 1.8px;
  color: #231815;
  border-bottom: 4px solid #00913a;
  padding: 13px 0 9px 4px;
  margin-bottom: 45px;
}
.title_sub span{
  color: #00913a;
  font-size: 0.538em;
  margin-left: 19px;
  letter-spacing: 0.9px;
}

/*-----------------------------
Top 箱根町社協のご案内
-----------------------------*/
.information{

}
.information .information_row{
  justify-content: flex-start;
  margin-bottom: -53px;
}
.information .information_row > .col-6{
  width: 48%;
  margin-bottom: 57px;
}
.information .information_row > .col-6:nth-child(2n + 1){
  margin-right: 37px;
}
.information .info_title{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  background-color: #efefef;
  font-size: 1.25em;
  margin-bottom: 30px;
}
.information .activity .info_title{
  color: #eb9ebf;
}
.information .volunteer .info_title{
  color: #7ec9ed;
}
.information .welfare .info_title{
  color: #f0a800;
}
.information .stayhome .info_title{
  color: #8b90c3;
}
.information .info_title i{
  font-size: 1.875em;
  text-align: center;
  line-height: 1.25em;
  color: #fff;
  padding: 0 8.35px;
  margin-right: 10px;
}
.information .activity .info_title i{
  background-color: #eb9ebf;
}
.information .volunteer .info_title i{
  background-color: #7ec9ed;
}
.information .welfare .info_title i{
  background-color: #f0a800;
}
.information .stayhome .info_title i{
  background-color: #8b90c3;
}
.information .information_content{
  padding: 0 0 0 7px;
}
.information .information_text{
  font-size: 1.0625em;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 22px;
}
.information .information_main{
  margin-bottom: 23px;
}
.information .information_main_image{
  width: 228px;
  margin-right: 25px;
}
.information .information_main_list{
  width: calc(100% - 228px - 25px);
  margin-top: 32px;
}
.information .information_main_list li{
  font-size: 0.875em;
  margin-bottom: 18px;
}
.information .information_main_list li a{
  line-height: 1;
  text-decoration: underline;
  letter-spacing: 0;
}
.information .subnav:after{
  content: '';
  display: block;
  margin-bottom: -1.0625em;
}
.information .subnav li{
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 1.0625em;
}

.information .subnav li a{
  display: block;
  box-sizing: border-box;
  color: inherit;
  font-weight: bold;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 8px 10px;
}

.information .activity .subnav li a{
  color: #eb9ebf;
  border: 1px solid #eb9ebf;
}
.information .volunteer .subnav li a{
  color: #7ec9ed;
  border: 1px solid #7ec9ed;
}
.information .welfare .subnav li a{
  color: #f0a800;
  border: 1px solid #f0a800;
}
.information .stayhome .subnav li a{
  color: #8b90c3;
  border: 1px solid #8b90c3;
}
.information .subnav li a:hover{
  color: #fff;
}
.information .activity .subnav li a:hover{
  background-color: #eb9ebf;
}
.information .volunteer .subnav li a:hover{
  background-color: #7ec9ed;
}
.information .welfare .subnav li a:hover{
  background-color: #f0a800;
}
.information .stayhome .subnav li a:hover{
  background-color: #8b90c3;
}
  
/*-----------------------------
Top 各種情報
-----------------------------*/
.various .various_btn_wrapper{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 40px;
}
.various .various_btn{
  margin-right: 12px;
}
.various .various_btn:last-child{
  margin-right: 0;
}
.various .various_list{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: -1em;
}
.various .various_list li{
  width: calc(25% - 11px);
  margin-right: 13px;
  margin-bottom: 1em;
}
.various .various_list li:nth-child(4n){
  margin-right: 0;
}
.various_list li a{
  position: relative;
  background-color: #f7f8f8;
  font-size: 1em;
  line-height: 1.0;
  padding: 22px 0 21px 25px;
}
.various_list li a:before{
  content: '';
  display: block;
  position: absolute;
  left: 0.8125em;
  width: 4px;
  height: 1.0em;
  background-color: #00913a;
}

/*-----------------------------
Top 新着情報
-----------------------------*/
.topics {
  position: relative;
}

.topics ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
}

.topics ul li {
  display: block;
  width: calc(25%);
  padding-left: 22.5px;
  padding-right: 22.5px;
}
.topics ul li:first-child{
  padding-left: 0;
}
.topics ul li:last-child{
  padding-right: 0;
}

.topics ul li img{
  width: 100%;
  height: 179px;
  object-fit: cover;
  object-position: 50% 0;
}

.topics ul li .topics_thmb{

}
.topics ul li .topics_info{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  margin: 24px 0;
}

.topics ul li .topics_text{
  font-size: 0.9375em;
}

.topics_day {
  font-size: 1em;
  letter-spacing: 0;
  margin-right: 35px;
}

.catname{
  display: inline-block;
  width: 86px;
  color: #ffffff;
  font-size: 10px;
  font-weight:500;
  text-align: center;
  background: #B6C7E6;/*-- お知らせ（デフォルト）の色 --*/
}

.catname.eventinfo{background: #F5B32D;}/*-- イベントの色 --*/
.catname.recruit{background: #009c44;}/*-- 採用情報の色 --*/
.catname.movie{background: #e4a0e7;}/*-- 採用情報の色 --*/

.topics ul li img {
  vertical-align: middle;
  padding-right: 20px;
}

a.topics_link {
  display: block;
  position: absolute;
  right: 0;
  top: 5px;
  text-align: center;
  font-size: 0.875em;
  width: 154px;
  text-align: center;
  background: #f8b62d;
  color: #ffffff;
  font-weight:500;
  letter-spacing: 2px;
  border-radius: 6px;
  padding: 5px 0;
}

a:hover.topics_link{
  background-color: #f39800;
}

/*-----------------------------
Top Service Menu
-----------------------------*/
.top_service{
  display: block;
  width: 100%;
}

.top_service ul{
  margin:20px 0 0 0;
}

.top_service ul li{
  position: relative;
  float: left;
  width: 245px;
  margin-right: 24px;
  margin-bottom: 30px;
}

.top_service ul li:nth-child(4){
  margin-right: 0px;
}

.top_service ul li a{
  color: #3e3a39;
}

.top_service ul li a:hover,
.top_service ul li a img:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.top_service ul li div{
  position: relative;
  display: table-cell;
  width:245px;
  height:180px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.top_service ul li div p{
  margin-top:10px; 
  font-size:0.8em; 
  padding: 5px 10px 5px 0px;
}

.top_service ul li div p b{
  margin-top:20px; 
  font-size:1.3em; 
}

.top_service ul li div p i {
  color: #00913a;
  padding-right:5px;  
}

.top_service ul li div hr{
  　display: block;
  width: 100%;
  height: 2px;
  background-color:#d9d9d9;
  border: 0; 
  margin:5px auto 10px; 
}

.top_service ul li img{
  display: block;
  float: left;
  width:245px;
  height:220px;
  object-fit:cover;
  object-position:0% 0%;
}

/*-----------------------------
Top 広報誌
-----------------------------*/
.magazine_title{
  text-align: center;
  font-weight: bold;
  font-size: 1.125em;
  margin-top: 1.125em;
}
.magazine .col-6{
  width: calc(50% - 11px);
}
.magazine .col-6:nth-child(1){
  margin-right: 11px;
}
.magazine .col-6:nth-child(2){
  margin-left: 11px;
}

.magazine-list.top .magazine-image{
  width: 230px;
}

.magazine-list.top .magazine-text{
  width: calc(100% - 230px - 1.0em);
}

.magazine-list.top .magazine-text .number{
  margin-bottom: 1em;
}
.magazine-list.top .magazine-text .number .sub{
  font-weight: bold;
  font-size: 0.7em;
}

.magazine-list.top .magazine-text .pdf{
  margin-bottom: 1em;
}
.magazine-list.top .magazin-term .term{
  padding: 0.25em 0.5em;
}
/*-----------------------------
下層ページタイトル
-----------------------------*/
.title_layer{
  position: relative;
  display: block;
  width: 100%;
  background-color: #f7f8f8;
  padding:0;
  margin: 0 auto 87px;
}
.title_layer:after{
  content: '';
  display: block;
  width: 220px;
  border-bottom: 2px solid #00913a;
  margin: 0 auto;
}

.title_layer-inner{
  position: relative;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
.title_layer-inner .breadcrumb{
  max-width: 1060px;
  padding: 1.0em 0;
  margin: 0 auto;
}
.title_layer-inner .breadcrumb li,
.title_layer-inner .breadcrumb li a{
  display: inline;
  font-size: 0.85em;
  color: #a9a9a9;
}
.title_layer-inner .breadcrumb li:after{
  content: ' > ';
}
.title_layer-inner .breadcrumb li:last-child{
  font-weight: bold;
}
.title_layer-inner .breadcrumb li:last-child:after{
  content: '';
}
.title_layer-title{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.9375em;
  font-weight: bold;
  text-align: center;
  letter-spacing: 4px;
  /*height: 152px;*/
  padding: 45px 0 43px;
}


/*-----------------------------
下層ページ中見出し
-----------------------------*/
.content_layer .title{
  position: relative;
  font-size: 1.625em;
  padding-bottom: 20px;
  margin-bottom: 47px;
}
.content_layer .title:before,
.content_layer .title:after{
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
}
.content_layer .title:before{
  width: 100%;
  border-bottom: 3px solid #b3d0af;
}
.content_layer .title:after{
  width: 200px;
  content: '';
  border-bottom: 3px solid #00913a;
}

/*-----------------------------
下層ページ小見出し
-----------------------------*/
.content_layer .subtitle{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  font-size: 1.25em;
  line-height: 2.5;
  background-color: #efefef;
  border-radius: 5px;
}
.content_layer .subtitle:before{
  display: block;
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 3px;
  background-color: #00913a;
  margin-left: 14px;
  margin-right: 9px;
}

/*-----------------------------
ボックス
-----------------------------*/
.box{
  margin: 30px 0 60px;
}

.box > * + *{
  margin-top: 30px;
}

/*-----------------------------
ボックス内テキスト
-----------------------------*/
.box .box-text{
  letter-spacing: 0;
}

.box .box-text a{
  display: inline;
  text-decoration: underline;
}

.box .box-text + .box-text{
  padding-top: 12px;
}

.box .box-caution{
  border-top: 1px solid #dcdddd;
  font-size: 0.75em;
  letter-spacing: 0.5px;
  padding-top: 1.6em;
}
.box .box-caution:before{
  content: '';
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 9px;
  background-color: #00913a;
  margin: 0 0.5em;
}

/*----------------------------
ボックス内イメージ（キャプション付き）
-----------------------------*/
.box .image-caption{
  position: relative;
}
.box .image-caption figcaption{
  position: absolute;
  bottom: 0.5em;
  left: 1.0em;
  font-size: 0.8em;
  font-weight: bold;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 0.25em 0.5em;
}

/*----------------------------
ボックス内概要
-----------------------------*/
.box_overview{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-size: 0.9375em;
}
.box_overview_title{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background-image: url(../images/bg-stripe.png);
  border: 1px solid #c9caca;
  width: 248px;
  text-align: center;
  padding: 18px 0;
}
.box_overview_text{
  box-sizing: border-box;
  border: 1px solid #c9caca;
  border-left: none;
  width: calc(100% - 248px);
  padding: 18px 21px;
}

.box_overview dd + dt{
  margin-left: 1em;
}

.box_overview .box_overview_title.contact{
  width: 150px;
}
.box_overview .box_overview_text.hour{
  width: 300px;
}

/*----------------------------
ボタン
-----------------------------*/
.btn{
  color: #fff;
  font-size: 0.9375em;
  font-weight: bold;
  line-height: 3.2;
  text-align: center;
  letter-spacing: 0;
  background-color: #00913a;
  border-radius: 10px;
  max-width: 278px;
  margin: 0 auto;
}
.btn.left{
  margin-right: 10px;
}
.btn.right{
  margin-left: 10px;
}

.btn.slim{
  line-height: 2;
  border-radius: 5px;
}


/*-----------------------------
Text Style
-----------------------------*/

p.txt{
  padding:0 0 30px;
  line-height: 1.5em;
}

p.txt_02{
  padding: 30px 0 0;
  line-height: 1.5em;
}

p.txt_03{
  padding: 0;
  line-height: 1.5em;
}

p.tab_txt{
  font-size:0.9em;
  margin-top:5px;
  padding: 5px 0 0;
  line-height: 1.1em;
  text-align: right;
}

hr {
  height: 1px;
  border: none;
  border-top: 1px #bbbbbb solid;
  margin-bottom:60px;
}

/*-----------------------------
ページ内ナビ（福祉サービス）
-----------------------------*/
.welfare_nav{
  display: block;
  width: 100%;
}

.welfare_nav ul{
  margin-top:60px;
  margin-bottom: 60px;
}

.welfare_nav ul li{
  position: relative;
  float: left;
}

.welfare_nav ul li a{
  display: table-cell;
  width: 180px;
  height:70px;
  text-align: center;
  vertical-align: middle;
  background: #FFFFFF;
  border-top: 1px solid #00913a;
  border-bottom: 1px solid #00913a;
  border-left: 1px solid #00913a;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.welfare_nav ul li:nth-child(4) a{
  border-right:1px solid #00913a;
}

.welfare_nav ul li a:hover{
  color: #FFFFFF;
  background: #00913a;
}

.welfare_nav ul li:before{
  position: absolute;
  content: '\f107';
  font-family: FontAwesome;
  color: #00913a;
  margin-bottom:1px;
  bottom:0;
  left: 80px;
}

.welfare_nav ul li:hover::before{
  color: #ffffff;
}


/*-----------------------------
問い合わせバナー
-----------------------------*/

.contact_zone{
  display: block;
  width: 100%;
  margin-top:60px;
}

.contact_zone img{
  width: 100%;
}

/*-----------------------------
表
-----------------------------*/

.dizer{
  display: block;
  width: 100%;
  margin: 40px 0 80px;
}

.dizer table {
  width: 100%;
  margin: 0px 0 20px;
}

.dizer table th{
  width: 50%;
  background: #2ea6df;
  color: #ffffff;
  padding: 20px 0;
  text-align: center;
  vertical-align: middle;
  border: 2px solid #ffffff;
}

.dizer table td {
  background: #efefef;
  color: #3e3a39;
  padding: 20px;
  line-height: 1.3em;
  vertical-align: middle;
  letter-spacing: 1px;
  border: 2px solid #ffffff;
}

.dizer_02,.dizer_04{
  display: block;
  width: 100%;
  margin: 40px 0 80px;
}

.dizer_04{
  margin-top: 10px;
}

.dizer_02 table,
.dizer_04 table {
  width: 100%;
  margin: 0px 0 20px;
}

.dizer_02 table th,
.dizer_04 table th{
  width:37%;
  background:#dfdfdf;
  padding: 15px;
  vertical-align: middle;
  border-bottom: 2px solid #ffffff;
}
.dizer_02 table th{
  text-align: center;
}

.dizer_02 table td,
.dizer_04 table td {
  background:#fafafa;
  color: #3e3a39;
  padding: 15px;
  line-height: 1.5em;
  vertical-align: middle;
  letter-spacing: 1px;
  border-bottom: 2px solid #ffffff;
}

.dizer_02 table td a,
.dizer_02 table td a:hover{text-decoration: underline;}

.dizer_02.bg_line th,
.dizer_02.bg_line td{
  border: 1px solid #c9caca;
}
.dizer_02.bg_line th{
  background-image: url(../images/bg-stripe.png);
}

p.dizer_txt{
  margin: 40px 0 0px;
  padding: 10px 0;
  text-align: center;
  background: #efefef;
}

p.dizer_txt img{
  vertical-align: middle;
}

p.dizer_txt a{text-decoration: underline;}

.dizer_03 {
  display: block;
  width: 100%;
  margin: 30px 0 55px;
}

.dizer_03 table {
  width: 100%;
  margin-bottom: 20px;
}

.dizer_03 table th{
  width: 50%;
  background: #2ea6df;
  color: #ffffff;
  padding: 20px 0;
  text-align: center;
  vertical-align: middle;
}

.dizer_03 table td {
  background: #efefef;
  color: #3e3a39;
  padding: 20px;
  text-align: center;
  line-height: 1.3em;
  vertical-align: middle;
  letter-spacing: 1px;
}

.dizer_txt02{
  padding: 20px 0;
  color: #3e3a39;
  border:3px solid #dddddd;
  text-align: center;
  font-weight:500;
}

.dizer_box{
  display: block;
  width: 100%;
  margin: 40px 0 60px;
}

.dizer_box ul li{
  float: left;
  width: 200px;
  margin-right:56px;
  margin-bottom: 20px;
  text-align: center;
}

.dizer_box ul li:nth-child(3),
.dizer_box ul li:nth-child(6){
  margin-right: 0;
}
.dizer_box ul li a:hover{opacity: 0.7;}
.dizer_box ul li img{width: 100%}

/* 複数カラムのあるテーブル */
.multi_col_table{
  width: 100%;
}

.multi_col_table th{
  background:#dfdfdf;
  padding: 15px;
  vertical-align: middle;
  border-right: 2px solid #ffffff;
}
.multi_col_table th:first-child{
  border-left: 2px solid #dfdfdf;
}
.multi_col_table th:last-child{
  border-right: 2px solid #dfdfdf;
}

.multi_col_table td{
  border: 2px solid #dfdfdf;
  padding: 15px 10px;
}

.multi_col_table tr.total{
  border-top: 4px double #dfdfdf;
}

.multi_col_table .middle{
  vertical-align: middle;
}

/*-----------------------------
アクセス
-----------------------------*/

.map{
  display: block;
  width: 100%;
  margin: 40px 0 10px;
}

.map iframe{width: 100%;}

.map_txt{
  margin-bottom: 80px;
}

/*-----------------------------
会員募集
-----------------------------*/
/* 
.membership{
  display: block;
  width: 100%;
  margin: 0px 0 30px;
}

.membership table{
  width: 100%;
}

.membership table th{
  width: 40%;
  background:#dfdfdf;
  padding: 20px 0;
  text-align: center;
  vertical-align: middle;
  border-right: 7px solid #ffffff;
  border-bottom: 7px solid #ffffff;
}

.membership table td{
  background:#fafafa;
  color: #3e3a39;
  padding: 20px;
  line-height: 1.5em;
  vertical-align: middle;
  letter-spacing: 1px;
  border-bottom: 7px solid #ffffff;
}

.membership_txt{
  padding-bottom: 80px;
}

.membership_txt_02{
  padding: 40px 0 20px;
}

.membership_txt_03{
  padding: 0px 0 20px;
}
 */
/*-----------------------------
苦情窓口
-----------------------------*/
/* 
.Complaint,.Complaint_02 {
  display: block;
  width: 100%;
  margin: 30px 0 30px;
}

.Complaint_02{
  margin-bottom: 80px;
}

.Complaint table,
.Complaint_02 table {
  width: 100%;
}

.Complaint table th,
.Complaint_02 table th{
  width: 30%;
  background: #B6C7E6;
  color: #ffffff;
  padding: 20px 0;
  text-align: center;
  vertical-align: middle;
  border-bottom: 2px solid #ffffff;
}

.Complaint table th.blue,
.Complaint_02 table th.blue{
  color: #ffffff;
  background: #DCDDDD;
}

.Complaint table td,
.Complaint_02 table td {
  background: #efefef;
  color: #3e3a39;
  padding: 20px;
  line-height: 1.5em;
  vertical-align: middle;
  letter-spacing: 1px;
  border-bottom: 2px solid #ffffff;
}
 */

 /*-----------------------------
共同募金
-----------------------------*/
.donaton-list.flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.donaton-list li{
  display: block;
  margin-bottom:10px;
  background: #efefef;
}

.donaton-list li.col.col-6{
  width: 49%;
}

.donaton-list li a{
  display: block;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-size: 0.8125em;
  font-weight: bold;
  text-rendering: auto;
  line-height: 1;
  text-indent: -2em;
  padding: 15px 15px 15px 35px;
}
.donaton-list li a:before{
  display: inline;
  content: "\f56b";
  font-size: 1.2em;
  font-weight: 900;
  color: #C76885;
  margin-right: 10px;
}

/*-----------------------------
申請書ダウンロード
-----------------------------*/
/* 
.dlpage{
  display: block;
  width: 100%;
}

.dlpage table {
  width: 100%;
}

.dlpage table th{
  background: #B6C7E6;
  color: #ffffff;
  padding: 15px 0;
  text-align: center;
  vertical-align: middle;
  border: 2px solid #ffffff;
}

.dlpage table td {
  background: #efefef;
  color: #3e3a39;
  padding: 15px;
  text-align: center;
  line-height: 1.3em;
  vertical-align: middle;
  letter-spacing: 1px;
  border: 2px solid #ffffff;
}

.dlpage table td a{text-decoration: underline;}
.dlpage table td img{vertical-align: middle;}

.dlpage_txt_02{
  padding: 20px 0;
}

.dlpage_txt{
  padding: 10px 0 80px;
  text-align: center;
}
.dlpage_txt a{text-decoration: underline;}
 */
/*-----------------------------
PDFについて
-----------------------------*/
/* 
.pdf_wapper{
  display: block;
  width: 100%;
  margin-bottom:60px;
}

.pdf_wapper p{
  line-height: 1.8em;
}

.pdf_wapper p a{
  display: block;
  margin: 30px auto 25px;
  text-align: center;
}
 */
/*--------------------------------------
利用規約・個人情報保護法
----------------------------------------*/
/* 
.terms{
  display: block;
  width: 100%;
}

.terms ol{
  margin-top: 30px;
  list-style:decimal;
  margin-left: 25px;
}

.terms ol li{
  line-height:2em;
  padding-bottom: 10px;
}

.terms ul{
  margin-top: 30px;
  list-style:disc;
  margin-left: 20px;
  margin-right:auto; 
}
.terms ul li{
  line-height:2em;
  padding-bottom: 10px;
}

.terms ul li:last-child{
  padding-bottom:0;
}
 */
/*-----------------------------
広報誌
-----------------------------*/
.magazine-list{
  display: flex;
  align-items: center;
}
.magazine-image{
  margin-right: 1em;
}
.magazine-text{
  width: calc(100% - 270px - 1.0em);
}
.magazine-text .pdf img{
  width: initial;
}
.magazin-term{
  margin-bottom: 20px;
}
.magazin-term .fa-newspaper{
  color: #f8b62d;
  font-size: 30px;
  vertical-align: middle;
}
.magazin-term .term{
  background-color: #f8b62d;
  color: #fff;
  padding: 0.5em 1em;
}

.magazine-text .number{
  background-color: #efefef;
  width: 100%;
  text-align: center;
  padding: 1em 0;
  margin-bottom: 2em;
}
.magazine-text .pdf-description{
  text-align: center;
  margin: 1em 0;
}

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

.sitemap{
  display: block;
  width: 100%;
  margin: 60px 0 40px;
}

.sitemap ul{
  width: 100%;
}

.sitemap ul li{
  float: left;
  width: 50%;
  padding-bottom: 20px;
}

.sitemap ul li i{
  color:#00913a;
}

.sitemap ul li a{
  display: inline;
  color: #3e3a39;
}

.sitemap ul li a:hover{
  text-decoration: underline;
}

p.comingsoon{
  font-size: 150%;
  text-align: center;
  padding-bottom: 40px;
}

p.comingsoon_2{
  text-align: center;
  padding-bottom: 60px;
}

/*--------------------------------------
sigle_topics
----------------------------------------*/

.blog_wapper{
  margin-top: 0px;
}

.blog_day{
  display: block;
  float: left;
  color: #000000;
}

.blog_day p{
  text-align: left;
  font-size: 143.8%;
  font-weight:500;
}

.blog_cat{
  display: block;
  float: right;
}

.blog_cat_blog p a,.blog_cat_eventinfo p a,
.blog_cat_recruit p a{
  float: right;
  margin-left: 12px;
  background:#B6C7E6;/*-- お知らせ（デフォルト）の色 --*/
  padding: 8px 20px;
  font-size: 70%;
  color: #ffffff;
  font-weight:500;
}

.blog_cat_eventinfo p a{background: #F5B32D;}/*-- イベントの色 --*/
.blog_cat_recruit p a{background: #009c44;}/*-- 採用情報の色 --*/

.blog_title{
  display: inline-block;
  width: 100%;
}

.blog_title h1{
  font-size: 137.5%;
  font-weight:500;
  line-height: 47px;
  color: #000000;
  margin: 43px 0;
}

.blog_eyecatching{
  display: block;
  position: relative;
  text-align: center;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}

.blog_eyecatching img{
  position: relative;
  width: 100%;
  height: auto;
  object-fit:contain;
}


.blog_txt{
  display: block;
  width: 100%;
  font-weight:500;
  line-height: 32px;
  margin-bottom:40px;
}

.blog_txt ul{
  list-style: disc;
}

.blog_txt ol{
  list-style: decimal;
}

.blog_txt ul,.blog_txt ol{
  margin-left:30px;
}

.blog_txt p{
  font-weight: normal;
  padding: 10px 0;
  line-height: 32px;
}
.blog_txt p img{
  max-width: 100%;
  line-height: 32px;
}
.prev,.property_tel{
  float: left;
  width: 220px;
  text-align: right;
  margin-top: 60px;
  margin-bottom: 40px;
}

.next,.property_mail{
  float: right;
  width: 220px;
  text-align: left;
  margin-top: 60px;
  margin-bottom: 40px;
}

.property_tel,.property_mail{
  margin-top: 50px;
  margin-bottom: 0px;
}

.prev a,.next a,.list_blog a{
  letter-spacing: 3px;
  font-size: 93.8%;
  font-weight:500;
  color: #000000;
}

.prev a:hover,.next a:hover,.list_blog a:hover{
  color: rgb(156,157,157);
}

.property_tel a:hover,.property_mail a:hover{
  opacity: 0.6;
}

.prev_next{
  clear: both;
  display: block;
  width: 530px;
  margin: 0 auto 60px;
  text-align: center;
}

.prev_next ul{
  display: block;
}

.prev_next ul li{
  float: left;
  width: 158px;
  margin-right:28px;
}

.prev_next ul li:nth-child(2) a{
  background: #b5b5b5;
  color: #ffffff;
}

.prev_next ul li:empty{display: none;}

.prev_next ul li:last-child{margin-right:0;}

.prev_next ul li a{
  background: #dcdddd;
  padding: 8px 20px;
  color: #3e3a39;
}

.prev_next ul li a:hover{
  text-decoration: underline;
}

/*--------------------------------------
カテゴリー一覧
----------------------------------------*/

a p.day{
  float: left;
  padding: 20px 0 10px;
  font-size: 12px;
  letter-spacing: 1.5px;
  font-weight:500;
  color: #000000;
}

a p.excerpt{
  font-size: 87.5%;
  letter-spacing: 1.5px;
  line-height: 26px;
  font-weight:500;
  color: #3e3a39;
  /*padding-bottom: 10px;*/
}

.day_cat_wapper{
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

a p.list_title{
  display: block;
  font-weight:500;
  font-size: 87.5%;
  text-decoration: underline;
  color: #000000;
  padding-bottom:10px;
}

a p.cat_blog,a p.cat_eventinfo,a p.cat_recruit{
  float: right;
  text-align: center;
  color: #ffffff;
  font-size: 70%;
  font-weight:500;
  background:#B6C7E6;/*-- お知らせ（デフォルト）の色 --*/
  padding: 3px 5px 2px;
  margin-top: 17px;
}

a p.cat_eventinfo{background: #F5B32D;}/*-- イベントの色 --*/
a p.cat_recruit{background: #009c44;}/*-- 採用情報の色 --*/

.Category{
  display: block;
  width: 704px;
  margin-top: 28px;
}

.Category ul{
  display: block;
}

.Category ul li{
  float: left;
  width: 220px;
  height: 376px;
  margin-right: 22px;
  margin-bottom: 60px;
}

.Category ul li:nth-child(3),
.Category ul li:nth-child(6),
.Category ul li:nth-child(9),
.Category ul li:nth-child(12){
  margin-right: 0;
}

.Category ul li img{
  position: relative;
  width: 100%;
  height: 186px;
  object-fit:cover;
}

.Category ul li a:hover{
  opacity: 0.7;
}

#words{
  width:100%;
  margin: 5px auto;
  font-size:75%;
  border:#6699ff 1.5px solid;
}
#words tr{
  border-bottom:#6699ff 1px solid;
}
#words tr:last-child{
  border:none
}
#words th{
  width:8%!important;
  padding:5px 10px;
  display:table-cell;
  border-right:#6699ff 1px solid;
  text-align: left;
}
#words td{
  width:7%!important;
  padding:5px 10px;
  display:table-cell;
  text-align: left;
}

.parent {
  display: block;
  margin: 0 0 60px;
  padding: 0;
}

.parent ul{width: 100%;}

.parent li {
  background: #efefef;
  color: #333;
  display: table-cell;
  float: left;
  line-height: 50px;
  padding: 5px 10px;
  text-align: center;
  vertical-align: middle;
  width: 30%;
  border:2px solid #ffffff;
}

.parent li a:hover{
  text-decoration: underline;
}

#searchform4 {  
  width: 200px;  
  background: url(../images/input4.png) left top no-repeat;   
  display: block;  
  height: 24px;  
  position: relative;  
}  
#keywords4  {  
  width: 156px;  
  position: absolute;  
  top: 3px;  
  left: 12px;  
  border: 1px solid #FFF;  
}  
#searchBtn4 {  
  position: absolute;  
  top: 3px;  
  left: 174px;  
}

/************************************
** レスポンシブページネーション
************************************/
.pagination{
  list-style-type: none;
  padding-left: 0;
  margin: 0px 0;
}

.pagination,
.pagination li a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap:wrap;
  justify-content:center;
  -webkit-justify-content:center;
  -webkit-box-pack:center;
  align-items: center;
  -webkit-align-items: center;
}

.pagination a {
  font-weight:500;
  padding-top: 1px;
  text-decoration:none;
  min-width:36px;
  min-height:36px;
  color: #000;
  font-size: 15px;
}

.pagination li:not([class*="current"]) a:hover {
  color:rgb(156,157,157)
}

.pagination li:first-of-type a {
  border-left-width: 1px;
}

.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next02 span {
  /* screen readers only */
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next02 a::after {
  display: inline-block;
  font-family: Fontawesome;
  font-size: 18px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.pagination li.first a::before { content: "\f100"; }
.pagination li.last a::after { content: "\f101"; }

.pagination li.previous a::before { content: "\f104"; }
.pagination li.next02 a::after { content: "\f105"; }

.pagination li.current a {
  color: rgb(156,157,157);
  cursor: default;
  pointer-events: none;
}

/* その他個別CSS */
.philosophy{
  font-weight: bold;
  font-size: 1.2em;
}

/* 202508 追加 */

.icon_inbtn{
  background: #00913a;
  color: #ffffff;
  text-align: center;
  padding: 10px 0;
  width: 50%;
  margin: 40px auto 0;
  font-size: 87.5%;
  font-weight: bold;
  box-shadow: 5px 4px 0px -1px #b4b4b4;
  -moz-box-shadow: 5px 4px 0px -1px #b4b4b4;
  -webkit-box-shadow: 5px 4px 0px -1px #b4b4b4;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

.icon_inbtn .btn-icontext{
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon_inbtn .btn-icontext p{
  font-weight: bold;
  padding-top: 3px;
}