/* ------------------------------------- */
/* 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{
    text-decoration: none;
    color: #009DE6;
}

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;
}

/*-----------------------------
header
-----------------------------*/

.layer{
    display: block;
}

header,
.layer header,
.layer_02 header{
    display: block;
    width: 100%;
    border-top: solid 6px #009DE6;
    border-bottom: 1px solid #c9c9c9;
}

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

.header_inner{
    position: relative;
    width: 1052px;
    margin:0 auto;
}

.logo {
    float: left;
    width: 300px;
    margin: 15px 0 15px;
}

.logo img{
    width: 100%;
}

.header_right{
    float: right;
    margin:20px 10px auto 0;
    padding: 0;
    text-align:100%;
}

.header_right ul li{
    float: left;
    font-size: 11px;
    letter-spacing: 2px;
    padding: 0;
    margin:0; 
}

.header_right span{
    border-left: solid 4px #009DE6;
    padding-left:5px;
    padding-right: 10px; 
}

.header_right img{
    width: 18px;
    margin:0 5px 0 0;
}     

.header_right ul li:nth-child(2){
    padding:0;
    margin:10px 0 0 0; 
    color: #F5B32D;
    font-size: 25px;
    font-weight:500;
    letter-spacing: 1px;
}

.header_left {
    float: left;
    margin-top: 25px;
    margin-left: 80px;
}

ul#fontSize {
    *zoom: 1; /*forIE6,7*/
    margin-top: 2px;
    margin-bottom: 10px;
}
ul#fontSize:after {
    content: "";
    display: block;
    clear: both;
}
ul#fontSize li:first-child {
    border: 3px solid #efefef;
    color:#595757;
    font-size: 10px;
    padding: 2px 20px;
    margin-right: 8px;
    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: 10px;
    padding: 2px 8px;
    margin-right: 8px;
    float: left;
    font-weight:500;
    cursor: pointer;
}
ul#fontSize li:nth-child(3){
    margin-right:10px;
}
/*ul#fontSize li:hover {
    background-color: #efefef;
}*/
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;
    width: 100%;
    background-color: #ffffff;
    border-top: 5px solid #009DE6;
    margin-top:40px;
}

.footer_inner{
    position: relative;
    width: 1052px;
    margin:10px auto 10px;
    padding-top:20px;
}

.footer_logo{
    float: left;
    width: 390px;
}

.footer_logo p{
    padding-top:15px;
    font-size: 13px;
    color: #3e3a39;
    letter-spacing:2px;
}

.footer_logo ul li img{
   width: 20px;
   margin:15px 5px 0 0; 
}

.footer_logo ul li{
    float: left;
    margin-right:20px;
    font-size: 20px;
    letter-spacing: 1px;
}

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

.footer_nav{
    float: right;
    width: 580px;
    margin-top: 10px;
    margin-left: 30px;
}

.footer_nav ul li:before {
    content: '\f0a9';
    font-family: FontAwesome;
    color: #009DE6;
    padding-right:5px;
}

.footer_nav ul.fn2 li:before {
    color: #F5B32D;
}

.footer_nav ul.fn2 li:last-child{width: 200px;}

.footer_nav ul li{
    float: left;
    width: 140px;
    font-size: 12px;
    padding: 0;
    margin-bottom:10px;
}

.nav_right{padding-right: 0!important;}

.footer_nav li a{
    color: #3e3a39;
}

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

.footer_nav li a img:hover{opacity: 0.7;}

.copyright{
    position: absolute;
    right: 4rem;
    bottom: 0;
}

.copyright p{
    color: #000000;
    background: #efefef;
    font-size: 9px;
    font-weight:500;
    text-align: center;
    padding: 3px 8px;
    border-radius: 4px;
}

.copyright p img{padding:5px 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;
}

/*ul.switch{
    display: none; /*非表示
}*/

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

.main{
    position: relative;
    display: block;
    margin: 0 auto;
    padding:0;
    width: 100%;
    /*max-width: 1280px;*/
}

.main img{
    display: block;
    width: 100%;
    text-align: center;
    vertical-align: bottom;
    margin-top:5px;
}

/*-----------------------------
nav
-----------------------------*/

#menu{
    width: 100%;
    /*height: 79px;*/
    margin: 0;
    background:#ffffff;
    border-bottom: 1px solid #c9c9c9;
}
body.page-id-2 #menu{
    border-bottom:none;    
}

#menu-inner{
    width: 1052px;/*１*/
    margin: 0 auto;
    padding: 0;
}
#menu-btn{display: none;}

.toggleMenu {
    position: absolute;
    top: 5px;
    right: 20px;
    font-size: 30px;
    display:  none;
    padding: 0;
    color: #000000;
}
.nav {
    list-style: none;
     *zoom: 1;
     /*background:#f7f8f8;*/
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    /*width: 9em;*/
}
.nav a {
    position: relative;
    width: 173px;
    text-align: center;
    color: #3e3a39; 
    height: 30px;
    margin-top:25px;
    margin-bottom:25px;
    border-left: 1px solid #c9c9c9;
}
.nav li.acc a{
    border-right: 1px solid #c9c9c9;
}
.nav  li a:hover{
    opacity: 0.6;
}

.nav a i {
    color: #009DE6;
    padding-right:5px;  
}
.nav > li > a.none{
    padding: 0;
}

.nav > li > a img{
    padding: 0;
}

.nav > li > a:hover{opacity: 0.7}
.nav li {
    position: relative;
}
.nav > li {
    float: left;
}

.nav > li > .parent {
    background-image: url("images/downArrow.png");
    background-repeat: no-repeat;
    background-position: right;
}
.nav > li > a {
    display: block;
}
.nav li a::after {
  position: absolute;
  bottom: -27px;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background: #009DE6;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.nav li a:hover::after {
  bottom: -27px;
  opacity: 1;
  visibility: visible;
}
/*-- メニュー選択マーカー --*/
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: -2px;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background: #009DE6;
}

/*-----------------------------
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,.content_layer{
    position: relative;
    display: block;
    width: 1052px;
    margin: 60px auto;
}

.content_layer{
    margin: 15px auto 60px;
}

/*-----------------------------
side
-----------------------------*/

.side,.side_02{
    display: block;
    float: right;
    width: 280px;
}

.side_02{
    position: relative;
    float: right;
    top: 0px;
    /*height: 1159px;*/
}

/* --- 広報スライダー --- */
.side_slide{
    display: block;
    width: 100%;
    padding-bottom: 5px;
    background-color: #ffffff;
    margin: 30px 0 40px;
}

.side_slide img{
    width: 90%;
    height: 220px;
    text-align: center;
    margin: 20px auto 10px;
    object-fit:cover;
    object-position:100% 0%;
}

ul.slider li a p{
    display: block;
    width: 200px;
    font-size:1.1em;
    margin: 0 auto;
    text-align: center;
    background: #ffffff;
    padding: 3px 0;
    color: #000000;
}

ul.slider li a p i{
    color:#B6C7E6; 
    margin-right: 10px;
}

/* --- リストエリア --- */
ul.list {
margin: 25px 0;
padding: 0;
list-style-type: none;
}

/* --- リスト項目 --- */
ul.list li {
position: relative;
margin-bottom:10px;
font-size: 100%;
}

ul.list li a{
    display: block;
    width: 100%;
    color: #3e3a39;
    line-height: 130%;
    background: #efefef;
    border-right:20px solid #B6C7E6; 
    padding: 20px 0 18px 18px; /* 項目のパディング（上右下左） */
    -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}
ul.list li a:hover{
    color: #ffffff;
    background:#B6C7E6;;
}
ul.list li a:after{
    position: absolute;
    right: 5px;
    content: '\f105';
    font-family: FontAwesome;
    color: #ffffff;
}

ul.list li:hover a:after{
    color: #ffffff;
}

body.page-id-475 ul.list li.company a,
body.page-id-433 ul.list li.kaiin a,
body.page-id-411 ul.list li.kifu a,
body.page-id-477 ul.list li.bokin a,
body.page-id-413 ul.list li.dl a{
    color: #ffffff;
    background: #009DE6;
}

body.page-id-475 ul.list li.company a:after,
body.page-id-433 ul.list li.kaiin a:after,
body.page-id-411 ul.list li.kifu a:after,
body.page-id-477 ul.list li.bokin a:after,
body.page-id-413 ul.list li.dl a:after{
    color: #ffffff;
}

/*-----------------------------
Top_main_content
-----------------------------*/

.main_content{
    float: left;
    width: 720px;
    margin-bottom:20px;
}

h2.title_sub,h3.title_sub,
h4.title_sub,h5.title_sub,
h6.title_sub{
    position: relative;
    display: block;
    width: 100%;
    font-size: 125%;
    color: #3e3a39;
    letter-spacing: 4px;
    padding: 0.2em 0 0.2em 0.8em;
    border-bottom: 1px solid #009DE6;
    -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}

h2.title_sub:before,h3.title_sub:before,
h4.title_sub:before,h5.title_sub:before,
h6.title_sub:before{
    content: "";
    position: absolute;
    background:#009DE6;
    top: 50%;
    left: 0;
    margin-top :-7px;
    height: 15px;
    width: 8px;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
}

/*-----------------------------
Top topics
-----------------------------*/

.topics {
    display: block;
    width: 700px;
    margin-top: 10px;
}

.topics ul {
    display: block;
    margin-top: 10px;
}

.topics ul li {
    display: block;
    width: 100%;
    padding: 14px 10px 12px 10px;
    border-bottom: 1px dotted #000000;
}

.topics ul li a {
    padding-top: 3px;
    vertical-align: middle;
    color: rgb(51,51,51);
}

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

span.topics_day {
    vertical-align: middle;
    padding-right: 20px;
    padding-top: 3px;
}

span.blog, span.eventinfo, span.recruit{
    display: inline-block;
    width: 110px;
    color: #ffffff;
    font-size: 10px;
    font-weight:500;
    text-align: center;
    background: #B6C7E6;/*-- お知らせ（デフォルト）の色 --*/
    padding: 2px 0px;
    margin-right: 20px;
}

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

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

a.topics_link {
    text-align: center;
    width: 200px;
    margin: 26px auto 0;
    display: block;
    text-align: center;
    padding: 10px 20px;
    background: #009DE6;
    color: #ffffff;
    font-weight:500;
    letter-spacing: 2px;
    border-radius: 6px;
}

a:hover.topics_link{
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

/*-----------------------------
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: #009DE6;
    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 Public relations
-----------------------------*/

.top_pub_wrap{
    display: block;
    width: 1052px;
}

.top_pub_1{
    display: block;
    width: 500px;
    background: #efefef;
    padding:0;
    margin :30px auto;
    float: left;
}

.top_pub_2{
    display: block;
    width: 500px;
    background: #efefef;
    padding:0;
    margin :30px auto;
    float: right;
}

.top_pub_block{
    margin: 0 auto;
    width: 500px;
}

.top_pub_left{
    float: left;
    width:250px;
}

.top_pub_left a:hover{
    opacity: 0.7;
}

.top_pub_left img{
    display: block;
    height: 220px;
    width: 250px;
    object-fit:cover;
    object-position:100% 0%;
}

.top_pub_right{
    float: right;
    display: table;
    height: 220px;
    width: 250px;
    background-image: linear-gradient(
    -45deg,
    #E0DEDE 25%,
    #f7f8f8 25%,
    #f7f8f8 50%,
    #E0DEDE 50%,
    #E0DEDE 75%,
    #f7f8f8 75%,
    #f7f8f8
);
background-size: 5px 5px;
background-attachment: fixed;
}

.top_pub_right div{
    display: table-cell;
    text-align: center;
    color: #222222;
    height: 220px;
    width: 250px;
    vertical-align: middle;
}

.top_pub_right div i{
    font-size:60px;
    color:#B6C7E6; 
    margin-bottom: 10px;
}

.top_pub_right div p {
    font-size: 22px;
    line-height: 1.3em;
}

.top_pub_right div p span{
    font-size: 16px;
}

.pub_btn a{
    font-size:12px;
    font-weight:500;
    width: 100px; 
    text-align: center;
    margin: 15px auto 0;
    display: block;
    text-align: center;
    padding: 3px 18px;
    background: #009DE6;
    color: #ffffff;
    letter-spacing: 2px;
    border-radius: 6px;
}

.pub_btn a:hover{opacity: 0.7;}


/*-----------------------------
Top Banner
-----------------------------*/

.top_bggry{
    display: block;
    width: 1052px;
    background: #f7f8f8;
    padding: 30px 0;
    margin: -40px auto 0;
}

.top_bggry ul{
    display: block;
    width: 980px;
    margin: 0 auto;
}
.top_bggry ul li{
    float: left;
    width: 475px;
    margin-right:10px;
}

.top_bggry ul.bnr{
    display: flex;
    width: 1002px;
    margin: 0 auto;
}
.top_bggry ul.bnr li{
    width: 475px;
    margin-right:30px;
}

.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_layer02{
    display: block;
    width: 100%;
    height: 80px;
    background-size: 100% 100%;
}

.title_layer02{
    background:#F4F5F5;
    height: 80px;
    background-size: 100% 100%;
    border-left: 4px solid #009DE6;
}

.title_layer02 h1{
    font-size: 150%;
    line-height: 80px;
    padding-left:30px;
    letter-spacing: 4px;
    color: #3e3a39;
}

/*-----------------------------
下層ページ中見出し
-----------------------------*/

h1.title,h2.title,
h3.title,h4.title,
h5.title,h6.title{
    position: relative;
    display: block;
    margin-top:60px;
    width: 100%;
    font-size: 125%;
    color: #3e3a39;
    letter-spacing: 4px;
    padding: 0.2em 0 0.2em 0.8em;
    border-bottom: 1px solid #009DE6;
    -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}

h1.title:before,h2.title:before,
h3.title:before,h4.title:before,
h5.title:before,h6.title:before{
    content: "";
    position: absolute;
    background:#009DE6;
    top: 50%;
    left: 0;
    margin-top :-7px;
    height: 15px;
    width: 8px;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
}

h3.title_subh{
    position: relative;
    display: block;
    margin-top:60px;
    width: 100%;
    font-size: 125%;
    color: #3e3a39;
    letter-spacing: 4px;
    padding: 0.2em 0 0.2em 0.8em;
    border-bottom: 1px solid #f5b32d;
    -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h3.title_subh:before{
    content: "";
    position: absolute;
    background:#f5b32d;
    top: 50%;
    left: 0;
    margin-top :-7px;
    height: 15px;
    width: 8px;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
}

/*-----------------------------
button style
-----------------------------*/

.btn_box,.btn_box_02,.btn_box_03{
    display: block;
    text-align: center;
    margin: 20px auto 30px;
}

.btn_box{
    width:300px;
}

.btn_box_02{
    width: 500px;
}

.btn_box_03{
    width: 620px;
}

.btn_box_03 ul{
    margin-bottom: 30px;
}

.btn_box_03 ul li{
    float: left;
    margin-right:20px;
}

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

.btn_box a:hover,.btn_box_02 a:hover,
.btn_box_03 ul li a:hover{
    opacity: 0.7;
}

.btn,.btn_02,.btn_03,.btn_sub{
    display: table-cell;
    margin:0 auto;
    background: #009DE6;
    color: #ffffff;
    text-align: center;
    padding:10px 0;
    font-size: 87.5%;
    font-weight:500;
    /* border-radius */
    border-radius:6px;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
}

.btn{
    width: 300px;
}

.btn_sub{
    width: 300px;
    background:orange;
}

.btn_02{
    width: 500px;
}

.btn_03{
    width: 300px;
}

/*-----------------------------
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.saiyou{
    padding: 30px 0;
    text-align: center;
}

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 #009DE6;
    border-bottom: 1px solid #009DE6;
    border-left: 1px solid #009DE6;
    -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 #009DE6;
}

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

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

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

/*-----------------------------
下層ページベースデザイン（福祉サービス）
-----------------------------*/

.business_box,.business_box_02{
    display: block;
    width: 100%;
    margin: 30px 0 30px;
}

.business_box_img{
    display: block;
    width: 100%;
}

.business_box_img img{
    width: 100%;
}

.welfare_box{
    margin-bottom: 30px;
}

.welfare_box table{
    width: 100%;
    border:solid 1px #C6C7C7; 
}

.welfare_box table th{
    display: table-cell;
    width: 175px;
    height: 55px;
    text-align: center;
    vertical-align: middle;
    background: #f0f8ff;
    border-right: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: table-cell;
    width: 545px;
    height: 55px;
    background: #ffffff;
    text-align:left;
    padding-left:15px; 
    vertical-align: middle;
        -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}

.welfare_box dt{
    font-size: 1.1rem;
    margin: 1.5rem 0 0;
    font-weight: 600;
    padding: 0 0 0.5rem 0;
    border-bottom: 1px solid #dcdcdc;
}

.welfare_box dt span{
    color: #ffcd66;
    font-weight: 600;
}

.welfare_box dd{
    padding: 1rem;
    background: #f9f9f9;
}

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

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

.contact_zone img{
    width: 100%;
}

/*-----------------------------
ボランティアセンター
-----------------------------*/

.volinteer_img{margin-bottom:50px;}
.volinteer_txt{
    padding-bottom: 30px!important;
    padding-top: 30px!important;
}

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

.volinteer table{
    width: 100%;
    margin-bottom: 10px;
    border:none;
}

.volinteer table th{
    padding: 15px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    height: 0;
    background:#dfdfdf;
    color: #3e3a39;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
}

.volinteer table td{
    width: 190px;
    padding: 20px;
    height: 0;
    text-align: left;
    background:#fafafa;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
}

.volinteer table td:last-child{
    width: 150px;
}

#tb_title{
   background: #b3b3b3;
   color: white;
   font-weight: 700;
}

/*-----------------------------
相談・支援・車椅子
-----------------------------*/

.tab_wrapper{
    display: block;
    width: 100%;
    margin: 30px auto 0;
}

.tab_wrapper table{
    width: 100%;
    border:none;
}

.tab_wrapper table th{
    width: 186px;
    padding: 20px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    height: 0;
    background:#dfdfdf;
    color: #3e3a39;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
}

.tab_wrapper table th.top{
    vertical-align: top;
}

.tab_wrapper table td{
    padding: 20px;
    height: 0;
    text-align: left;
    background:#fafafa;
    border-bottom: 2px solid #ffffff;
}

.tab_wrapper table td a{text-decoration:none;}

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

.shien_table{
    margin-bottom: -30px;
}

/*-----------------------------
地域活動
-----------------------------*/

.region_img_box img{
    width: 100%;
    height: 300px;
    object-fit:cover;
    object-position:0% 20%;
}

.region_img_box2{
    width: 100%;
}

.region_img_box2 img{
    width: 345px;
    float: left;
    margin:0 30px 30px 0;
}

.region_img_box2 img:nth-child(2){
	margin-right:0;
}

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

.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:35%;
    background:#dfdfdf;
    padding: 15px;
    vertical-align: middle;
    border-bottom: 2px solid #ffffff;
}

.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:hover{text-decoration: underline;}

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%}

/*-----------------------------
社協について
-----------------------------*/

.Corporation{
    display: block;
    width: 100%;
    margin: 40px 0 20px;
}

.Corporation_left{
    float: left;
    width: 308px;
}

.Corporation_left img{
    width: 100%;
}

.Corporation_right{
    float: right;
    width: 367px;
}

.Corporation_right p{
    line-height: 1.5em;
}

.Corporation_txt{
    line-height: 1.5em;
}

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

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:15px;
    margin-bottom:80px;
}

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

p.Corporation_txt_03{
    margin: 20px 0 80px;
    padding: 20px 0;
    text-align: center;
    background: #efefef;
}

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

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

.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;
    /*color: #ffffff;*/
    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;
}

/*-----------------------------
共同募金
-----------------------------*/

.Donation,
.Donation_02{
    display: block;
    width: 100%;
    margin: 15px 0 80px;
}

.Donation ul li,
.Donation_02 ul li{
    display: block;
    padding: 15px;
    margin-bottom:10px;
    background: #ffd8ea;
    border: 1px solid #e483a6;
}

.Donation ul li:before,
.Donation_02 ul li:before{
    content: '\f138';
    font-family: FontAwesome;
    padding-right: 5px;
    color: #e483a1;
}

.Donation ul a li,
.Donation_02 ul a li{
    color: #3e3a39;
}

.Donation ul a li:hover,
.Donation_02 ul a li:hover{opacity: 0.7;}

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

.Donation_box table {
    width: 100%;
}

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

.Donation_box table td {
    background: #f6f7f7;
    color: #3e3a39;
    padding: 15px;
    line-height: 1.5em;
    vertical-align: middle;
    letter-spacing: 1px;
    text-align: center;
    border: 1px solid #b9b9b9;
}

.Donation_box table td:nth-child(2),
.Donation_box table td:nth-child(3),
.Donation_box table td:nth-child(4){
    text-align: right;
}

/*-----------------------------
申請書ダウンロード
-----------------------------*/

.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{
    display: block;
    width: 100%;
    margin: 40px 0 80px;
}

.magazine_left{
    float: left;
    width: 172px;
}

.magazine_left img{
    width: 100%;
    border:solid 1px #999999;
}

.magazine_right{
    float: right;
    width: 523px;
}

.magazine_right table{
    width: 100%;
}

.magazine_right table td{
    padding: 15px;
    background: #efefef;
    border-bottom: 4px solid #ffffff;
}

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

p.magazine_txt{
    text-align: center;
    padding-top:15px;
    margin-bottom:20px;
}

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

/*--------------------------------------
車椅子
----------------------------------------*/

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

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

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

.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:#009DE6;
}

.sitemap ul li a{
    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: 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;
}
 


.facebook {
    display: block;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
}
.facebook a{
    display: block;
}
.facebook a img{
    width: 50px;
}


/* .pagination > li:first-child > a {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
 
.pagination > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
  */
/*--@media only screen and ( max-width: 680px ) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only 
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
 
  .pagination li.previous a { border-left-width: 1px; }
}
 
@media only screen and ( max-width: 500px ) {
  .pagination li {
    /* screen readers only 
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
 
  .pagination li.current,
  .pagination li.first,
  .pagination li.last,
  .pagination li.previous,
  .pagination li.next{
    position: initial;
    top: initial;
    left: initial;
  }
 
  .pagination li.previous a { border-left-width: 0; }
}
 
@media only screen and ( max-width: 400px ) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only 
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
 
  .pagination li.previous a { border-left-width: 1px; }
}
 
@media only screen and ( max-width: 240px ) { /* For watches? 
  .pagination li { width: 50%;}
 
  .pagination li.current {
    order: 2;
    width: 100%;
    border-left-width: 1px;
  }
}--*/
