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

@media screen and (max-width:767px){
  @charset "utf-8";
  
  *{
    margin: 0px;
    padding: 0px;
  }
  
  body {
    margin: 0px;
    height: 100%;
    color: #3e3a39;
    line-height: 1.5em;
    font-size: 14px;
    font-weight:500;
    font-family: "Yu Gothic","游ゴシック",sans-serif;
    background: #FFF none repeat scroll 0% 0%;
    -webkit-text-size-adjust: 100%;
    letter-spacing: 2px;
    word-wrap: break-word;
  }
  
  a{
    text-decoration: none;
  }
  
  em{font-style: oblique;}
  
  p.preparation{
    width: 90%;
    margin: 0 auto;
    font-size: 100%;
    padding-top: 30px;
    line-height: 24px;
  }
  
  .pc{display: none!important;}
  .sp{display: block!important;}
  
  .rwd{
    width: 100%;
    margin:0px auto;
    text-align: center;
  }
  .tac{
    text-align: center;
  }
  /*-----------------------------
  header
  -----------------------------*/
  header{
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    width: 100%;
    height: 60px;
    background: #ffffff;
    border-bottom: 2px solid #00913a;
    margin-top: 0px;
    z-index: 9999;
  }
  .header_inner{
    box-sizing: border-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    padding: 0 2.5%;
    margin:0 auto;
  }
  .header_left{
    width: auto;
  }
  .logo {
    z-index: 9999;
    width: 210px;
    padding: 0;
    margin: 0;
  }
  .logo img{width: 100%;}
  ul#fontSize {
    display: none;
    *zoom: 1; /*forIE6,7*/
    margin-bottom: 10px;
  }
  ul#fontSize:after {
    content: "";
    display: block;
    clear: both;
  }
  ul#fontSize li:first-child {
    border: 3px solid #c9caca;
    color:#595757;
    font-size: 12px;
    padding: 5px 10px;
    margin-right: 5px;
    float: left;
    font-weight:500;
  }
  ul#fontSize li:nth-child(2),
  ul#fontSize li:nth-child(3) {
    border: 3px solid #efefef;
    color:#595757;
    font-size: 12px;
    padding: 5px 10px;
    margin-right: 5px;
    float: left;
    font-weight:500;
    cursor: pointer;
  }
  ul#fontSize li.active {
    background-color: #efefef;
  }
  ul#fontSize li.active:hover {
    background-color: #efefef;
  }
  
  /*-----------------------------
  footer
  -----------------------------*/
  .footer{
    display: block;
    width: 100%;
    background-color: #efefef;
    border-top: 4px solid #00913a;
    margin-top:40px;
  }
  .footer_inner{
    width: 100%;
    margin:0px auto;
    padding:0px;
  }
  .footer_logo{
    display: none;
  }
  .footer_nav{
    flex-wrap: wrap;
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
  }
  .footer_nav ul{
    width: 50%;
    border: none;
    padding: 0;
  }
  .footer_nav ul:nth-child(2n){
    border-left: 1px solid #c9caca;
  }
  .footer_nav ul li{
    border-bottom: 1px solid #d9d9d9;
  }
  .footer_nav li a{
    display: block;
    line-height: 3.0em;
    height: 3.0em;
    text-decoration: none;
    color: #000000;
    box-sizing: border-box;
    overflow: hidden;
    outline: none;
    padding: 0 1.0em;
  }
  .footer_nav li a span{
    display: table-cell;
    padding: 0 2.5em 0 1em;
    line-height: 1.25;
    height: 55px;
    vertical-align: middle;
  }
  .footer_nav li a:hover{
    text-decoration: underline;
  }
  .copyright{
    box-sizing: border-box;
    width: 100%;
    color: #fff;
    background-color: #00913a;
    padding: 1.0em;
    margin-top:0px;
  }
  .copyright p{
    color: #ffffff;
    font-size: 12px;
    font-weight:500;
    text-align: center;
    border-radius: none;
    background-color: #00913a;
    padding: 10px 0;
  }
  
  /*-----------------------------
  Page Top Button
  -----------------------------*/
  
  .pagetop {
    display: none;
    position: fixed;
    bottom: 12px;
    right: 10px;
    z-index: 9999;
  }
  
  .pagetop a {
    display: block;
    width: 40px;
    height: 40px;
    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: 20px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
  
  .pagetop a img{width: 100%;}
  
  /*-----------------------------
  main_images
  -----------------------------*/
  .mv{
    display: block;
    margin: 0 auto;
    padding:0;
    width: 100%;
    background-image: url(../images/header-sp.jpg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .mv:after{
    content: none;
  }
  .mv .mv-inner{
    display: block;
    margin: 0 auto;
    padding:0;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 116.223%;
  }
  .sns-icon{
    display: none;
  }
  .main{
    display: block;
    margin: 0px auto;
    padding:0;
    width: 100%;
    /*max-width: none;*/
    border-bottom: none;
  }
  
  .main img{
    width: 100%;
    text-align: none;
    margin-top:0px;
  }
  
  /*-----------------------------
  nav
  -----------------------------*/
  .menu{
    position: absolute;
    left: 0;
    top: 62px;
    width: 100%;
    margin: 0px auto;
    background: none;/*７*/
    border-bottom: none;
    height: auto;
  }
  .sp_menu{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
    position: relative;
    width: 100%;/*１*/
    height: auto;/*２*/
    margin: 0 auto;
    background: none;/*８*/
  }
  .menu-btn{display: none;}
  
  .tel_sp {
    font-size: 40px;
    display:  block;
    padding: 0;
    color: #00913a;
    z-index: 9999;
    margin-right: 0.25em;
  }
  
  .toggleMenu {
    font-size: 40px;
    display:  none;
    padding: 0;
    color: #00913a;
    z-index: 9999;
  }
  
  .toggleMenu:before{
    color: #00913a;
    content:"\f0c9";
    font-family: FontAwesome;
  }
  
  .active:before{
    color: #00913a;
    content:"\f00d";
    font-family: FontAwesome;
  }
  .toggleMenu {
    position: relative;
    top: 7px;
    font-size: 46px;
    display:  none;
    padding: 0;
    color: #000000;
  }
  .nav {
    display: none;
    width: 100%;
    list-style: none;
    *zoom: 1;
    background:#f7f8f8;
    z-index: 9999;
  }
  
  .nav ul {
    list-style: none;
    width: 100%;
  }
  .nav li{
    width: 100%;
    max-width: 100%;
  }
  .nav a {
    font-size: 15px;
    width: 94%;
    padding: 0px 3%;
    color: #3e3a39; 
    text-align: left;
    height: 54px;
    line-height: 54px;
    margin-top:0;
    margin-bottom:0;
    border-left:none;
  }
  .nav li.acc a{
    border-right:none;
  }
  .nav a:hover{
    background-color: #f7f8f8;
    color: #000000;
  }
  
  .nav > li > a.none{
    padding: 0 3%;
  }
  
  .nav > li > a img{
    display: none;
  }
  
  .nav > li > a img:hover{opacity: 0.7;}
  .nav li {
    position: relative;
  }
  .nav > li {
    float: none;
    width: 100%;
    border-bottom: 1px solid #c9c9c9;
  }
  
  
  .nav > li > a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-content: center;
    justify-content: flex-start;
    height: 60px;
    line-height: 1.2;
  }
  .nav li ul {
    visibility: hidden;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0px;
    margin: 0;
    border-top: 1px solid #c9c9c9;
    padding-left: 0;
    list-style-type: none;
    z-index: 1;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
  }
  
  .nav > li.hover > ul {
    position: static;
  }
  .nav li li.hover ul {
    left: 100%;
    top: 0;
  }
  .nav li li a {
    display: block;
    font-size: 13px;
    width: 94%;
    background: #e6e6e6;
    position: relative;
    z-index:100;
    border-bottom: 1px solid #c9c9c9;
  }
  
  .nav li:last-child a{border-bottom:3px solid #00913a;}
  
  .nav li li a:after{
    position: absolute;
    color: #00913a;
    right: 10px;
    content:"\f054";
    font-family: FontAwesome;
  }
  
  .active {
    display: block;
  }
  .nav li a::after {
    position: absolute;
    bottom: -8px;
    left: 0;
    content: '';
    width: 100%;
    height: 3px;
    background: none;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
  }
  .nav li a:hover::after {
    bottom: -1px;
    opacity: 1;
    visibility: visible;
  }
  .nav li.menu-sns{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    height: 60px;
    border-bottom: 3px solid #00913a; */
  }
  .nav li.menu-sns a{
    display: inline-block;
    width: auto;
    height: auto;
    border: none;
  }
  .nav li.menu-sns img{
    display: inline;
  }

  /*-- メニュー選択マーカー --*/
  body.page-id-26 #menu ul.nav li.fukushi::after,
  body.page-id-20 #menu ul.nav li.volunt::after,
  body.page-id-22 #menu ul.nav li.chiiki::after,
  body.page-id-24 #menu ul.nav li.komarigoto::after,
  body.page-id-14 #menu ul.nav li.acc::after{
    position: absolute;
    bottom: -1px;
    left: 0;
    content: '';
    width: 100%;
    height: 3px;
    background: none;
  }
  
  /*-------------------------------
  Breadcrumb
  --------------------------------*/
  
  .Breadcrumb{
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  
  .Breadcrumb p{
    width: 95%;
    font-size: 8px;
    color: #595757;
    padding: 5px 0 5px 5%;
    margin-top: 0px;
    /*border-bottom: 1px solid #d9d9d9;*/
  }
  
  .Breadcrumb p a{
    color: #595757;
    text-decoration: underline;
  }
  
/*-----------------------------
content
-----------------------------*/
.content_wrapper.layer{
  display: block;
}
.content_wrapper.layer .content_layer,
.content_wrapper.top .content_inner{
  box-sizing: border-box;
  width: 100%;
  padding: 0 15px;
}
 
  /*-----------------------------
  サイドバー
  -----------------------------*/
.sidebanner{
  max-width: 100%;
  padding: 0 10px;
  margin: 0 auto;
}

  /*-----------------------------
  Layer
  -----------------------------*/
  .col.col-sp-12{
    width: 100%;
  }
  
  /*-----------------------------
    Top_main_content
  -----------------------------*/
  .title_sub{
    margin-bottom: 1em;
  }

/*-----------------------------
  Top 箱根町社協のご案内
  -----------------------------*/
  .information .information_row > .col-6:nth-child(n){
    margin-right: 0;
  }
  .information .information_row > .col-sp-12{
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 2em;
  }
  .information .information_main{
    margin-bottom: 1em;
  }
  .information .information_main_image{
    margin-right: 0;
    margin-bottom: 1em;
  }
  .information .information_main_list{
    width: 100%;
    font-size: 1.2em;
    margin-top: 0;
  }
  .information .information_main_image img{
    width: 100%;
  }
  .information .information_main_list li{
    margin-bottom: 1.0em;
  }
  .information .subnav{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .information .subnav li{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: calc(50% - 12px);
  }
  .information .subnav li:nth-child(2n){
    margin-right: 0;
  }
  .information .subnav li a{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  
  /*-----------------------------
  Top 各種情報
  -----------------------------*/
  .various .various_btn_wrapper{
    display: block;
    width: 100%;
  }
  .various .various_btn{
    text-align: center;
    margin-right: 0;
    margin-bottom: 1em;
  }
  .various .various_list li{
    width: calc(50% - 0.5em);
    margin-right: 1em;
  }
  .various .various_list li:nth-child(2n){
    margin-right: 0;
  }
  .various .various_list li:nth-child(4n){
    margin-right: auto;
  }
  
  /*-----------------------------
  Top 新着情報
  -----------------------------*/
  .topics {
    display: block;
    width: 100%;
    margin-top: 0px;
  }
  
  .topics ul {
    display: block;
    margin-top: 10px;
  }
  
  .topics ul li {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 12px 0px 7px 0px;
    border-bottom: 1px dotted #000000;
  }
  
  .topics ul li a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: self-start;
    vertical-align: middle;
  }
  
  .topics ul li a .topics_thmb{
    width: 160px;
    margin-right: 0.5em;
  }
  .topics ul li .topics_thmb img{
    height: 125px;
  }

  .topics ul li a .topics_main{
    width: calc(100% - 125px - 0.5em);
  }
  .topics ul li .topics_info {
    margin: 1.0em 0;
  }
  
  span.topics_day {
    vertical-align: middle;
    padding-right: 20px;
  }
  
  span.blog, span.eventinfo, span.recruit{
    display: inline-block;
    float: right;
    width: 110px;
    color: #ffffff;
    font-size: 10px;
    letter-spacing: 1px;
    text-align: center;
    background: #B6C7E6;/*-- お知らせ（デフォルト）の色 --*/
    padding: 0px 0px;
    margin-right: 0px;
  }
  
  span.eventinfo{background: #F5B32D;}/*-- イベントの色 --*/
  span.recruit{background: #009c44;}/*-- 採用情報の色 --*/
  
  .topics ul li img {
    vertical-align: middle;
    padding-right: 20px;
  }
  
  a.topics_link {
    position: static;
    display: block;
    text-align: center;
    color: #ffffff;
    width: 100%;
    text-align: center;
    letter-spacing: 2px;
    border-radius: 6px;
    padding: 5px 0px;
    margin: 1.0em 0;
  }
  
  a:hover.topics_link{
    background: #00913a;
    color: #ffffff;
  }
  
  /*-----------------------------
  Top Service Menu
  -----------------------------*/
  
  .top_service{
    display: block;
    width: 100%;
    margin:40px 0 0px;
  }
  
  .top_service ul{
    margin-top: 25px;
  }
  
  .top_service ul li{
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    margin-left: 0px;
    margin-bottom: 30px;
  }
  
  .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 p:after{
    position: absolute;
    width: 10px;
    content: '\f105';
    font-family: FontAwesome;
    right: 15px;
    bottom: 60px;
  }
  
  .top_service ul li div{
    position: relative;
    display: inline-block;
    background:#f9f9f9;
    width: 100%;
    height: 200px;
    padding:10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .top_service ul li div p{
    margin-top:5px; 
    font-size:1.1em; 
    padding: 5px 0;
    line-height:1.8em;
  }
  
  .top_service ul li div p b{
    margin-top:10px; 
    font-size:1.3em; 
    font-weight:500;
  }
  
  .top_service ul li img{
    float: left;
    width: 100%;
    height:220px;
    object-fit:cover;
    object-position:0% 0%;
  }
  
  /*-----------------------------
  Top 広報誌
  -----------------------------*/
  .magazine-list.top .magazine-image{
    margin: 0 auto;
  }
  .magazine-list.top .magazine-text{
    width: 100%;
  }

  .magazine .col-6:nth-child(1),
  .magazine .col-6:nth-child(2){
    margin: 0;
  }
  
  /*-----------------------------
  Top Banner
  -----------------------------*/
  
  .top_bggry{
    display: block;
    width: 90%;
    background: #f7f8f8;
    padding: 25px 0;
    margin: 0 auto 26px;
  }
  
  .top_bggry ul,
  .top_bggry ul.bnr{
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  
  .top_bggry ul li,
  .top_bggry ul.bnr li{
    float: left;
    width: 100%;
  }
  
  .top_bggry ul.bnr li{
    margin-right:36px;
  }
  
  
  .top_bggry ul.bnr li:nth-child(1){
    margin-bottom: 20px;
  }
  
  .top_bggry ul li img{
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  
  .top_bggry ul li a:hover,
  .top_bggry ul li a img:hover{
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
  }
  
  
  .top_bggry ul li:last-child{
    margin-right: 0;
  }
  
  span.day_s{
    display: block;
    font-size:75.0%;
  }
  
  /*-----------------------------
  下層ページタイトル
  -----------------------------*/
.title_layer{
  margin-bottom: 30px;
}
.title_layer .breadcrumb{
  display: none;
}
.title_layer-title{
  font-size: 1.7em;
  padding: 1em 0;
  border-bottom: 2px solid #00913a;
}
.title_layer:after{
  content: none;
}

  /*-----------------------------
  下層ページ中見出し
  -----------------------------*/
.content_layer .title{
  text-align: center;
  font-size: 1.5em;
}
.content_layer .title:after{
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.content_layer .subtitle{
  line-height: 1.5;
  font-size: 1.15em;
  padding: 0.5em 0;
}

/*-----------------------------
ボックス
-----------------------------*/
.box img{
  width: 100%;
}
/*----------------------------
ボックス内概要
-----------------------------*/
.box_overview{
  display: block;
}
.box_overview_title{
  width: 100%;
  padding: 1.2em 0;
}
.box_overview_text{
  border-top: none;
  border-left: 1px solid #c9caca;;
  width: 100%;
  padding: 1.2em 1.4em;
}

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

.box_overview .box_overview_title.contact{
  width: 100%;
}
.box_overview .box_overview_text.hour{
  width: 100%;
}

/*----------------------------
ボタン
-----------------------------*/
.btn{
  max-width: 80%;
}
.btn.left,
.btn.right{
  margin-right: auto;
  margin-left: auto;
}
.btn.left{
  margin-bottom: 10px;
}


  /*-----------------------------
  Text Style
  -----------------------------*/
  
  p.txt{
    padding:0 0 20px;
    line-height: 1.5em;
  }
  
  p.txt_02{
    padding: 20px 0  0;
    line-height: 1.5em;
  }
  
  p.txt_03{
    padding:0;
    line-height: 1.5em;
  }
  
  p.saiyou{
    padding: 30px 0;
    text-align: center;
  }
  
  p.tab_txt{
    font-size:0.8em;
    padding: 10px 0 0;
    line-height: 1.1em;
    text-align: right;
  }
  
  hr {
    height: 1px;
    border: none;
    border-top: 1px #bbbbbb solid;
    margin-bottom:30px;
  }
  
  /*-----------------------------
  ページ内ナビ（福祉サービス）
  -----------------------------*/
  
  .welfare_nav{
    display: block;
    width: 100%;
  }
  
  .welfare_nav ul{
    margin-top:40px;
    margin-bottom: 40px;
  }
  
  .welfare_nav ul li{
    position: relative;
    width: 50%;
    float: left;
    margin-right: 0;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .welfare_nav ul li a{
    display: block;
    width: 100%;
    height: auto;
    padding: 20px 0;
    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(2),.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{
    display: none;
  }
  
  .welfare_nav ul li a:after{
    position: absolute;
    content: '\f107';
    font-family: FontAwesome;
    color: #00913a;
    right: 15px;
  }
  
  .welfare_nav ul li a:hover::after{
    color: #ffffff;
  }
  
  /*-----------------------------
  下層ページベースデザイン（福祉サービス）
  -----------------------------*/
  
  .business_box,.business_box_02{
    display: block;
    width: 100%;
    margin: 0 0 20px;
  }
  
  .business_box_02{margin-bottom: 40px;}
  
  .business_box_img{
    display: block;
    width: 100%;
  }
  
  .business_box_img img{
    width: 100%;
  }
  
  .welfare_box{
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0px;
  }
  
  .welfare_box table{
    width: 100%;
    border:solid 1px #C6C7C7; 
  }
  
  .welfare_box table th{
    display: block;
    width: 100%;
    height: auto;
    padding: 3px 0;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    background: #f0f8ff;
    border-right:none; 
    border-bottom:solid 1px #C6C7C7; 
  }
  
  .welfare_box table th.gren{
    color: #009F97;
    background: #EBFBF6;
  }
  
  .welfare_box table th.pap{
    color: #A195D8;
    background: #eee7ef;
  }
  
  .welfare_box table th.orng{
    color: #F5B32D;
    background: #FDF4E4;
  }
  
  .welfare_box table th.cha{
    color: #A18878;
    background: #EFEAE8;
  }
  
  .welfare_box table td{
    display: block;
    width: 100%;
    padding: 15px;
    height: auto;
    background: #ffffff;
    text-align: center;
    vertical-align: middle;
    box-sizing:border-box;
  }
  
  /*-----------------------------
  問い合わせバナー
  -----------------------------*/
  
  .contact_zone{
    display: block;
    width: 100%;
    margin-bottom:60px;
    margin-top:0px;
  }
  
  .contact_zone img{
    width: 100%;
  }
  
  /*-----------------------------
  ボランティアセンター
  -----------------------------*/
  
  .volinteer{
    display: block;
    width: 100%;
    margin: 20px auto;
  }
  
  .volinteer table{
    width: 100%;
    border:none; 
  }
  
  .volinteer table th{
    display: block;
    width: 100%;
    height: auto;
    padding: 5px;
    color: #3e3a39;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background:#dfdfdf;
    text-align: center;
    vertical-align: middle;
    border-bottom: 2px solid #ffffff;
    border-right: none;
  }
  
  .volinteer table td{
    display: block;
    width: 100%;
    padding: 10px;
    height: auto;
    background:#fafafa;
    text-align: center;
    vertical-align: middle;
    box-sizing:border-box;
    border-bottom: 2px solid #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .volinteer table td:last-child{
    width: 100%;
  }
  
  /*-----------------------------
  相談・支援・車椅子
  -----------------------------*/
  
  .tab_wrapper{
    display: block;
    width: 100%;
    margin: 20px auto 0;
  }
  .tab_wrapper table{
    width: 100%;
    border:none; 
  }
  
  .tab_wrapper table th{
    display: block;
    width: 100%;
    height: auto;
    padding: 5px;
    color: #3e3a39;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background:#dfdfdf;
    text-align: center;
    vertical-align: middle;
    border-bottom: 2px solid #ffffff;
    border-right: none;
  }
  
  .tab_wrapper table td{
    display: block;
    width: 100%;
    padding: 10px;
    height: auto;
    background:#fafafa;
    text-align:left;
    vertical-align: middle;
    box-sizing:border-box;
    border-bottom: 2px solid #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .tab_wrapper table td a{text-decoration:none;}
  
  .tab_wrapper table td a:hover{text-decoration: underline;}
  
  .region_img_box img{
    width: 100%;
    height: auto;
    object-fit:cover;
    object-position:0% 0%;
  }
  
  .shien_table{
    margin-bottom: -20px;
  }
  
  /*-----------------------------
  地域活動
  -----------------------------*/
  
  .region_img_box2{
    width: 100%;
  }
  
  .region_img_box2 img{
    width: 100%;
    float:none;
    margin:0 0 20px 0;
  }
  
  .region_img_box2 img:nth-child(2){
    margin-right:0;
    margin-bottom:0;
  }
  
  /*-----------------------------
  表
  -----------------------------*/
  
  .dizer{
    display: block;
    width: 100%;
    margin: 20px 0 40px;
  }
  
  .dizer table {
    width: 100%;
    margin: 0px 0 20px;
  }
  
  .dizer table th{
    width: 50%;
    background: #2ea6df;
    color: #ffffff;
    padding: 10px 0;
    text-align: center;
    vertical-align: middle;
    border: 2px solid #ffffff;
  }
  
  .dizer table td {
    background: #efefef;
    color: #3e3a39;
    padding: 10px;
    line-height: 1.3em;
    vertical-align: middle;
    letter-spacing: 1px;
    border: 2px solid #ffffff;
  }
  
  .dizer_02,.dizer_04{
    display: block;
    width: 100%;
    margin: 20px 0 40px;
  }
  
  .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{
    display: block;
    width: 100%;
    box-sizing: border-box;
    background:#dfdfdf;
    padding: 10px;
    vertical-align: middle;
    border-bottom: 2px solid #ffffff;
  }
  
  .dizer_02 table td,
  .dizer_04 table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    word-break: break-all;
    background:#fafafa;
    color: #3e3a39;
    padding: 10px;
    line-height: 1.3em;
    vertical-align: middle;
    letter-spacing: 1px;
    border-bottom: 2px solid #ffffff;
  }
  
  .dizer_02 table td a:hover{text-decoration: underline;}
  
  p.dizer_txt{
    font-size:12px;
    margin: 20px 0 10px;
    padding: 10px 0;
    text-align: center;
    background: #f7f8f8;
  }
  
  p.dizer_txt img{
    vertical-align: middle;
  }
  
  p.dizer_txt a{text-decoration: underline;}
  
  .dizer_03 {
    display: block;
    width: 100%;
    margin: 20px 0 40px;
  }
  
  .dizer_03 table {
    width: 100%;
    margin-bottom: 20px;
  }
  
  .dizer_03 table th{
    /*display: block;*/
    width: 50%;
    background: #2ea6df;
    color: #ffffff;
    padding: 10px 0;
    text-align: center;
    vertical-align: middle;
  }
  
  .dizer_03 table td {
    /*display: block;*/
    width: 50%;
    background: #f6f7f7;
    color: #3e3a39;
    padding: 10px 0;
    text-align: center;
    line-height: 1.3em;
    vertical-align: middle;
    letter-spacing: 1px;
  }
  
  .dizer_txt02{
    padding: 10px 0;
    text-align: center;
    font-weight:500;
  }
  
  .dizer_box{
    display: block;
    width: 100%;
    margin: 20px 0 30px;
  }
  
  .dizer_box ul li{
    float: left;
    width: 47%;
    margin-right:6%;
    margin-bottom: 20px;
    text-align: center;
  }
  
  .dizer_box ul li:nth-child(3){
    margin-right: 6%;
  }
  
  .dizer_box ul li:nth-child(2),
  .dizer_box ul li:nth-child(4),
  .dizer_box ul li:nth-child(6){
    margin-right: 0;
  }
  
  .dizer_box ul li img{width: 100%}

  /* 複数カラムのあるテーブル */
  .multi_col_table{
    word-break: break-word;
  }
  /*-----------------------------
  社協について
  -----------------------------*/
  
  .Corporation{
    display: block;
    width: 100%;
    margin: 30px 0 20px;
  }
  
  .Corporation_left{
    float: left;
    width: 100%;
  }
  
  .Corporation_left img{
    width: 100%;
  }
  
  .Corporation_right{
    float: right;
    width: 100%;
  }
  
  .Corporation_right p{
    padding-top: 15px;
    line-height: 1.5em;
  }
  
  .Corporation_txt{
    line-height: 1.5em;
  }
  
  p.Corporation_txt_02{
    box-sizing: border-box;
    margin: 20px 0 0px;
    padding: 15px;
    text-align: center;
    background: #f7f8f8;
  }
  
  p.Corporation_txt_02 img{
    vertical-align: middle;
  }
  
  p.Corporation_txt_02 a{text-decoration: underline;}
  
  p.txt_volu_02{
    text-align: center;
    padding-top:10px;
    margin-bottom:60px;
  }
  
  p.txt_volu_02 a{text-decoration: underline;}
  
  p.Corporation_txt_03{
    box-sizing: border-box;
    margin: 20px 0 40px;
    padding: 15px;
    text-align: center;
    background: #f7f8f8;
  }
  
  p.Corporation_txt_03 a{text-decoration: underline;}
  
  /*-----------------------------
  アクセス
  -----------------------------*/
  
  .map{
    display: block;
    width: 100%;
    margin: 20px 0 10px;
  }
  
  .map iframe{width: 100%;}
  
  .map_txt{
    margin-bottom: 40px;
  }
  
  /*-----------------------------
  会員募集
  -----------------------------*/
  
  .membership{
    display: block;
    width: 100%;
    margin: 0px 0 30px;
  }
  
  .membership table{
    width: 100%;
  }
  
  .membership table th{
    display: block;
    width: 100%;
    background:#dfdfdf;
    padding: 10px 0;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
    border-right: none;
    border-bottom: 2px solid #ffffff;
  }
  
  .membership table td{
    display: block;
    width: 100%;
    background:#fafafa;
    color: #3e3a39;
    padding: 10px;
    text-align: center;
    line-height: 1.5em;
    vertical-align: middle;
    letter-spacing: 1px;
    box-sizing: border-box;
    border-bottom: 2px solid #ffffff;
  }
  
  .membership_txt{
    padding-bottom: 80px;
  }
  
  .membership_txt_02{
    padding: 20px 0 20px;
  }
  
  /*-----------------------------
  苦情窓口
  -----------------------------*/
  
  .Complaint,.Complaint_02 {
    display: block;
    width: 100%;
    margin: 30px 0 30px;
  }
  
  .Complaint_02{
    margin-bottom: 40px;
  }
  
  .Complaint table,
  .Complaint_02 table {
    width: 100%;
  }
  
  .Complaint table th,
  .Complaint_02 table th{
    display: block;
    width: 100%;
    background: #B6C7E6;
    color: #ffffff;
    padding: 10px 0;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #ffffff;
  }
  
  .Complaint table th.blue,
  .Complaint_02 table th.blue{
    color: #ffffff;
    background: #DCDDDD;
  }
  
  .Complaint table td,
  .Complaint_02 table td {
    display: block;
    width: 100%;
    box-sizing: -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #efefef;
    color: #3e3a39;
    padding: 10px;
    line-height: 1.5em;
    vertical-align: middle;
    letter-spacing: 1px;
    border-bottom: 1px solid #ffffff;
  }
  
  /*-----------------------------
  共同募金
  -----------------------------*/
  
.donaton-list li.col.col-sp-12{
  width: 100%;
}
  
  
  /*-----------------------------
  申請書ダウンロード
  -----------------------------*/
  
  .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 40px;
    text-align: center;
  }
  .dlpage_txt a{text-decoration: underline;}
  
  /*--------------------------------------
  利用規約・個人情報保護法
  ----------------------------------------*/
  
  .terms{
    display: block;
    width: 100%;
    padding-bottom:30px;
  }
  
  .terms h2{
    font-size: 112.5%;
    padding-bottom: 10px;
  }
  
  .terms ol{
    margin-top: 20px;
    list-style:decimal;
    margin-left: 25px;
  }
  
  .terms ol li{
    line-height:2em;
    padding-bottom: 10px;
  }
  
  .terms ul li{
    display: block;
    line-height:2em;
    padding-bottom: 10px;
  }
  
  /*-----------------------------
    広報誌
  -----------------------------*/
.magazine-list{
  display: block;
} 

.magazine-text{
  width: 100%;
  margin-top: 2em;
}
  
  /*--------------------------------------
  車椅子
  ----------------------------------------*/
  
  p.wheel_txt{
    padding: 20px 0 0px;
    line-height: 1.5em;
  }
  
  p.wheel_txt_02{
    padding: 10px 0 10px;
    line-height: 1.5em;
  }
  
  /*--------------------------------------
  サイトマップ
  ----------------------------------------*/
  .sitemap{
    display: block;
    width: 100%;
    margin: 20px 0;
  }
  
  .sitemap ul{
    width: 100%;
  }
  
  .sitemap ul li{
    display: block;
    float: none;
    width: 100%;
    padding-bottom: 20px;
  }
  
  .sitemap ul li i{
    color:#00913a;
  }
  
  .sitemap ul li a{
    color: #3e3a39;
    text-decoration: underline;
  }
  
  .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;
  }
  
  .blog_day p{
    text-align: left;
    font-size: 16px;
    font-weight:500;
    padding-top: 10px;
  }
  
  .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: 5px 10px;
    font-size: 12px;
    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: 18px;
    font-weight:500;
    line-height: 1.8em;
    color: #000000;
    margin: 20px 0;
  }
  
  .blog_eyecatching{
    display: block;
    position: relative;
    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;
    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: 100%;
    margin: 0 auto 60px;
    text-align: center;
  }
  
  .prev_next ul{
    display: block;
  }
  
  .prev_next ul li{
    display: block;
    float: left;
    width: 100%;
    margin-right:0px;
    margin-bottom: 0px;
  }
  
  .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{
    display: block;
    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: 12px;
    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: 14px;
    text-decoration: underline;
    color: #000000;
    padding-bottom:10px;
  }
  
  a p.cat_blog,a p.cat_eventeventinfo,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_eventeventinfo{background: #F5B32D;}/*-- イベントの色 --*/
  a p.cat_recruit{background: #009c44;}/*-- 採用情報の色 --*/
  
  .Category{
    display: block;
    width: 100%;
    margin-top: 28px;
  }
  
  .Category ul{
    display: block;
  }
  
  .Category ul li{
    display: block;
    float: none;
    width: 100%;
    /*height: 220px;*/
    margin-right: 0px;
    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: 220px;
    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 20px;
    padding: 0;
  }
  
  .parent ul{width: 100%;}
  
  .parent li {
    display: block;
    box-sizing: border-box;
    background: #efefef;
    color: #333;
    float: left;
    line-height: 50px;
    padding: 5px 10px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    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;
    display: -webkit-box;/*--safari6以前--*/
    display:-webkit-flex;/*--safari6以降--*/
    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;
    /*border: 1px solid #ddd;
    border-left-width: 0;*/
    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;
  }
  
  /* 202508 追加 */
  
  .icon_inbtn{
    width: 95%;
  }

  .icon_inbtn .btn-icontext img{
    width: 10%;
  }