/* ------------------------------------- */
/* 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.6em;
    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;
}


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

header{
    display: block;
    width: 100%;
    height: 60px;
    background: #ffffff;
    border-bottom: 2px solid #009DE6;
    margin-top: 0px;
    z-index: 9999;
}

header,
.layer header,
.layer_02 header{
    border-top:none;
}

.header_inner{
    display: block;
    width: 95%;
    margin:0 auto;
}

.logo {
    z-index: 9999;
    float: left;
    width: 210px;
    margin: 10px 0 0px 0;
}

.logo img{width: 100%;}

.header_right{
    display: none;
}

.header_left {
    display: none;
}

ul#fontSize {
    *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:hover {
    background-color: #efefef;
}*/
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 #009DE6;
    margin-top:40px;
}

.footer_inner{
    width: 100%;
    margin:0px auto;
    padding-top:0px;
}

.footer_logo{
    display: none;
}

.footer_nav{
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
}

.footer_nav ul{border-bottom: 1px solid #d9d9d9;}

.footer_nav ul:before,
.footer_nav ul:after{
    display: table;
    content: "";
}

.footer_nav ul li,
.footer_nav ul.fn2 li,
.footer_nav ul.fn2 li:last-child{
    float: left;
    position: relative;
    width: 50%;
    border-top: 1px solid #d9d9d9;
    line-height: 1.25;
    background-color: #f7f8f8;
    text-align: left;
    font-size: 85%;
    box-sizing: border-box;
    padding: 0px;
    margin-bottom: 0px;
    border-right: none;
}

.footer_nav ul.fn2 li,
.footer_nav ul.fn2 li:last-child{
    border-top: none;
}

.footer_nav ul li:nth-child(even) {
    border-left: 1px solid #d9d9d9;
    box-sizing: border-box;
}

.footer_nav ul li:before {
    content:none;
}

.footer_nav ul.fn2 li:before {
    content:none;
}

.footer_nav ul li:after{
    content: '\f0a9';
    font-family: FontAwesome;
    position: absolute;
    color: #009DE6;
    right: 1em;
    top: 50%;
    margin-top: -3px;
}

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

.footer_nav li:nth-child(6),
.footer_nav li:last-child{
    border-right: none;
}

.footer_nav li a{
    display: block;
    line-height: 55px;
    height: 55px;
    text-decoration: none;
    color: #000000;
    box-sizing: border-box;
    overflow: hidden;
    outline: none;
}

.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{
    width: 100%;
    background-color: #009DE6;
    margin-top:0px;
    position: static;
}

.copyright p{
    color: #ffffff;
    font-size: 12px;
    font-weight:500;
    text-align: center;
    border-radius: none;
    background-color: #009DE6;
    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
-----------------------------*/

.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{
    width: 100%;
    margin: 0px auto;
    background: none;/*７*/
    border-bottom: none;
    height: auto;
}
#menu-inner{
    width: 100%;/*１*/
    height: auto;/*２*/
    margin: 0 auto;
    background: none;/*８*/
}
#menu-btn{display: none;}

.tel_sp {
    position: absolute;
    top: 11px;
    right: 60px;
    font-size: 40px;
    display:  block;
    padding: 0;
    color: #009DE6;
    z-index: 9999;
}

.toggleMenu {
    position: absolute;
    top: 20px;
    right: 12px;
    font-size: 40px;
    display:  none;
    padding: 0;
    color: #009DE6;
    z-index: 9999;
}

.toggleMenu:before{
    color: #009DE6;
    content:"\f0c9";
    font-family: FontAwesome;
}

.active:before{
    color: #009DE6;
    content:"\f00d";
    font-family: FontAwesome;
}
.nav {
    position: absolute;
    width: 100%;
    top: 62px;
    list-style: none;
     *zoom: 1;
     background:#f7f8f8;
     z-index: 9999;
}
.nav:before,
.nav:after {
    content: " ";
    display: table;
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    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:nth-child(2),.nav > li:nth-child(3),
.nav > li:nth-child(4),.nav > li:nth-child(5),
.nav > li:nth-child(6),.nav > li:nth-child(7){
    border-right:none;
}

.nav > li > .parent {
    background-image: url("../images/downArrow.png");
    background-repeat: no-repeat;
    background-position: 95% 50%;
}
.nav > li > a {
    display: block;
}
.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 #009DE6;}

.nav li li a:after{
    position: absolute;
    color: #009DE6;
    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;
}
/*-- メニュー選択マーカー --*/
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,.content_layer{
    display: block;
    width: 90%;
    margin: 40px auto 0;
}

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

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

.side,.side_02{
    display: block;
    float: right;
    width: 100%;
}

.side_02{
    position: relative;
    float: right;
    top: 0px;
}

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

.side_slide img{
    width: 90%;
    text-align: center;
    margin: 20px auto 0;
    object-fit:cover;
    object-position:50% 0%;
    margin-bottom:20px;
}

ul.slider li a p{
    display: block;
    font-size:1.5em;
    width: 90%;
    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.slider li a img{
    display: block;
    width:90%;
    height:325px;
    object-fit:cover;
    object-position:50% 0%;
    margin-bottom:20px;
}

/* --- リストエリア --- */
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: 15px 0 13px 5%; /* 項目のパディング（上右下左） */
    -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}
ul.list li a:hover{
    text-decoration: underline;
    opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
ul.list li a:after{
    position: absolute;
    right: 5px;
    content: '\f105';
    font-family: FontAwesome;
    color: #ffffff;
}

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

.main_content{
    float: left;
    width: 100%;
    margin-bottom:0px;
}

h2.title_sub,h3.title_sub,
h4.title_sub,h5.title_sub,
h6.title_sub{
    display: block;
    width: 100%;
    font-size:1.5em;
    color: #000000;
    text-align: center;
    letter-spacing: 4px;
    padding: 10px 0;
    border-bottom: solid 3px #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{
position: absolute;
content: " ";
display: block;
text-align: center;
background:none;
margin-top:0;
border-bottom: solid 3px #DCDDDD;
bottom: -3px;
width:35%;
top:auto;
left:0;
}

h2.title_sub:after,h3.title_sub:after,
h4.title_sub:after,h5.title_sub:after,
h6.title_sub:after{
position: absolute;
content: " ";
display: block;
text-align: center;
border-bottom: solid 3px #DCDDDD;
bottom: -3px;
width:35%;
right:0;
}

h3.title_sub02:before{
position: absolute;
content: " ";
display: block;
text-align: center;
background:none;
margin-top:0;
border-bottom: solid 3px #DCDDDD;
bottom: -3px;
width:35%;
top:auto;
left:0;
}

h3.title_sub02:after{
position: absolute;
content: " ";
display: block;
text-align: center;
border-bottom: solid 3px orange;
bottom: -3px;
width:35%;
right:0;
}



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

.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: block;
    font-size: 14px;
    padding-top: 8px;
    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;
}

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 {
    text-align: center;
    width: 100%;
    margin: 34px auto 40px;
    display: block;
    text-align: center;
    padding: 5px 0px;
    color: #ffffff;
    border:1px solid #009DE6;
    letter-spacing: 2px;
    border-radius: 6px;
}

a:hover.topics_link{
    background: #009DE6;
    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 Public relations
-----------------------------*/

.top_pub_wrap{
    float: right;
    width: 100%;
    margin-top: 60px;
}

.top_pub_1,.top_pub_2{
    display: block;
    width: 100%;
    background: #efefef;
    padding: 29px 0 9px;
    margin: 30px 0 60px;
}

.top_pub_block{
    margin: 0 auto;
    width: 90%;
}

.top_pub_left{
    float: left;
    width: 100%;
    margin-bottom:0px;
}

.top_pub_left img{
    display: block; width: 100%;
}

.top_pub_right{
    float: right;
    display: table;
    height: auto;
    width: 100%;
    margin-bottom:20px;
}

.top_pub_right p{
    display: block;
    text-align: center;
    color: #ffffff;
    height: auto;
    width: 100%;
    padding: 10px 0;
    background: #9fa0a0;
    vertical-align: middle;
}

/*-----------------------------
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:0px;
}


.top_bggry ul.bnr li:nth-child(1){
    margin-bottom: 20px;
}
.top_bggry ul.bnr li:nth-child(2){
    margin-bottom: 13px;
}

.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: auto;
    margin:10px 0 0;
    background:#F4F5F5;
    background-size: 100% 100%;
}

.title_layer02{
    border-left: none;
    border-bottom: 4px solid #009DE6;
}

.title_layer02 h1{
    position: relative;
    text-align: center;
    font-size: 18px;
    color: #3e3a39;
    letter-spacing: 2px;
    line-height: 1.5em;
    padding: 17px 15px 14px;
}

.title_layer02 h1:before,.title_layer02 h1:after
{
    content:none;
}

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

h1.title,h2.title,
h3.title,h4.title,
h5.title,h6.title{
    display: block;
    margin-top:30px;
    width: 100%;
    font-size:1.3em;
    color: #000000;
    text-align: center;
    letter-spacing: 4px;
    padding: 10px 0;
    border-bottom: solid 3px #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{
position: absolute;
content: " ";
display: block;
text-align: center;
background:none;
margin-top:0;
border-bottom: solid 3px #DCDDDD;
bottom: -3px;
width:35%;
top:auto;
left:0;
}

h1.title:after,h2.title:after,
h3.title:after,h4.title:after,
h5.title:after,h6.title:after{
position: absolute;
content: " ";
display: block;
text-align: center;
border-bottom: solid 3px #DCDDDD;
bottom: -3px;
width:35%;
right:0;
}

h3.title_subh{
    display: block;
    margin-top:30px;
    width: 100%;
    font-size:1.3em;
    color: #000000;
    text-align: center;
    letter-spacing: 4px;
    padding: 10px 0;
    border-bottom: solid 3px orange;
    -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
}

h3.title_subh:before{
position: absolute;
content: " ";
display: block;
text-align: center;
background:none;
margin-top:0;
border-bottom: solid 3px #DCDDDD;
bottom: -3px;
width:35%;
top:auto;
left:0;
}

h3.title_subh:after{
position: absolute;
content: " ";
display: block;
text-align: center;
border-bottom: solid 3px #DCDDDD;
bottom: -3px;
width:35%;
right:0;
}

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

.btn_box,.btn_box_02,.btn_box_03{
    display: block;
    width: 100%;
    margin: 20px auto 0px;
}

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

.btn_box_03 ul li{
    display: block;
    float: none;
    margin:0 auto;
}

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

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

.btn,.btn_02,.btn_03{
    display: block;
    width: 80%;
    margin:0 auto 10px;
    background: #009DE6;
    color: #ffffff;
    font-weight: bold!important;
    text-align: center;
    padding:8px;
    line-height: 1.5em;
    font-size: 12px;
    font-weight:500;
    /* border-radius */
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
}


.btn_sub {
    display: block;
    width: 80%;
    margin: 0 auto 10px;
    background: orange;
    color: #ffffff;
    font-weight: bold!important;
    text-align: center;
    padding: 8px;
    line-height: 1.5em;
    font-size: 12px;
    font-weight: 500;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 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 #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(2),.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{
    display: none;
}

.welfare_nav ul li a:after{
    position: absolute;
    content: '\f107';
    font-family: FontAwesome;
    color: #009DE6;
    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%}

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

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

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

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

.Donation_02{margin: 15px 0 40px;}

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

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

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

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

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

.Donation_box table {
    width: 100%;
}

.Donation_box table th{
    width: 25%;
    font-size: 12px;
    background: #B6C7E6;
    color: #ffffff;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #b9b9b9;
    box-sizing: border-box;
}

.Donation_box table td {
    width: 25%;
    font-size: 12px;
    background: #f6f7f7;
    color: #3e3a39;
    padding: 10px;
    line-height: 1.5em;
    vertical-align: middle;
    letter-spacing: 1px;
    text-align: center;
    border: 1px solid #b9b9b9;
    box-sizing: border-box;
}

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

.magazine_left{
    display: block;
    float: none;
    width: 100%;
    margin-bottom: 30px;
}

.magazine_left img{
    width: 100%;
    height:300px;
    object-fit:cover;
    object-position:100% 0%;
    padding-bottom: 5px;
    border:none;
}

.magazine_right{
    display: block;
    float: none;
    width: 100%;
}

.magazine_right table{
    width: 100%;
}

.magazine_right table td{
    padding: 15px;
    background: #f7f8f8;
    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:10px;
    margin-bottom:20px;
}

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

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

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


.sp_facebook {
    background-color: #009de6;
}
.sp_facebook span{
    color: white;
    font-weight: bold;
}
/*  
.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;
  }
}--*/