@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-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3",Meiryo,"メイリオ",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;
}

.pagetop {
 display: none;
 position: fixed;
 bottom: 10px;
 right: 12px;
 z-index: 9999;
}
.pagetop a {
 display: block;
width: 40px;
height: 40px;
text-align: center;
color: #ffffff;
font-size: 24px;
text-decoration: none;
line-height: 40px;
background-color: #00a9ae;
opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
}

.pagetop a img{width: 100%;}

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 #00a29a;
    margin-top: 0px;
    z-index: 9999;
}

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

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

.logo img{width: 100%;}

.header_nav{
    display: none;
}

.header_right {
    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: bold;
}
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: bold;
    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,
footer.bokin{
    display: block;
    width: 100%;
    background-color: #efefef;
    border-top: 4px solid #00a9ae;
    margin-top:40px;
}

footer.bokin{
    border-top: 4px solid #e60012;
}

.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: 75%;
    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{list-style-image:none;}
.footer_nav ul.fn2{list-style-image:none;}

.footer_nav ul li:after{
    content: "";
    position: absolute;
    border: 3px solid transparent;
    border-left: 5px solid #00a29a;
    right: 1em;
    top: 50%;
    margin-top: -3px;
}

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

.copyright p{
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    border-radius: none;
    background-color: #00a29a;
    padding: 10px 0;
}

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

.main_nav{
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 9999;
}

.main_nav ul{
    display: none;
}

.main_nav ul li{
    float: left;
    margin-right:10px;
}

.main_nav ul li:first-child{
    margin-top: 5px;
}

.main_nav ul li:last-child{
    margin-right: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: #00a29a;
    z-index: 9999;
}

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

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

.active:before{
    color: #00a29a;
    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:#000000;
    text-align: left;
    height: 54px;
    line-height: 54px;
}

.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 #00a29a;}

.nav li li a:after{
    position: absolute;
    color: #00a29a;
    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-442 #menu ul.nav li.fukushi::after,
body.page-id-406 #menu ul.nav li.kaigo::after,
body.page-id-451 #menu ul.nav li.kaigo::after,
body.page-id-446 #menu ul.nav li.kaigo::after,
body.page-id-453 #menu ul.nav li.volunt::after,
body.page-id-456 #menu ul.nav li.volunt::after,
body.page-id-459 #menu ul.nav li.volunt::after,
body.page-id-462 #menu ul.nav li.volunt::after,
body.page-id-466 #menu ul.nav li.volunt::after,
body.page-id-448 #menu ul.nav li.chiiki::after,
body.page-id-408 #menu ul.nav li.komarigoto::after,
body.page-id-415 #menu ul.nav li.komarigoto::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;
}


/*-----------------------------
maincontent
-----------------------------*/

.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;
    /*height: 1159px;*/
}

.side_tel{
    display: none;
    width: 100%;
    margin-bottom:34px;
}

.side_tel img{width: 100%;}

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

span.day_side{
    font-size:75.0%;
}

.side_access{
    display: block;
    width: 100%;
    padding-bottom: 5px;
    background-color: #efefef;
    margin: 20px 0 40px;
}

.side_access img{
    width: 90%;
    text-align: center;
    margin: 20px auto 0;
}

p.time{
    font-size: 100%;
    padding: 13px 0 10px 15px;
    line-height: 25px;
}

p.time a{ color: #000000;}
p.time a:hover{ text-decoration: underline;}

i.y{
    color: #f39800;
    padding-right:5px;
}

i.p{
    color: #e61673;
    padding-right:5px;
}

i.g{
    color: #00a9ae;
    padding-right:5px;
}

/* --- リストエリア --- */
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: 95%;
    color: #3e3a39;
    line-height: 130%;
    background: #efefef;
    padding: 15px 0 13px 5%; /* 項目のパディング（上右下左） */
}
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: 15px;
    content: '\f105';
    font-family: FontAwesome;
    color: #00a29a;
}

.calender{
    display: block;
    width: 100%;
    margin-top: 20px;
}

/*-----------------------------
main_content
-----------------------------*/

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

h2.title_sub,h3.title_sub,
h4.title_sub,h5.title_sub,
h6.title_sub{
    display: block;
    width: 100%;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    letter-spacing: 4px;
    padding: 15px 0;
    border-bottom: none;
    background: #00a29a;
}

.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.event, span.recruit,
span.volunteer, span.event_2 {
    display: inline-block;
    float: right;
    width: 110px;
    color: #ffffff;
    font-size: 10px;
    letter-spacing: 1px;
    text-align: center;
    background: #00a3e9;
    padding: 0px 0px;
    margin-right: 0px;
}

span.event{background: #f39800;}
span.event_2{background: #f39800;}
span.recruit{background: #009c44;}
span.volunteer{background: #d31577;}

.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: #00a29a;
    border:1px solid #00a29a;
    letter-spacing: 2px;
    border-radius: 6px;
}

a:hover.topics_link{
    background: #00a29a;
    color: #ffffff;
}

.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%;
    margin-right:29px;
}

.top_bggry ul.bnr li{
    margin-right:36px;
}

.top_bggry ul.bnr li:nth-child(2),
.top_bggry ul.bnr li:nth-child(4){
    margin-right:0;
}

.top_bggry ul.bnr li:nth-child(1),
.top_bggry ul.bnr li:nth-child(2),
.top_bggry ul.bnr li:nth-child(3){
    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,
.top_bggry ul li a p:hover{
    opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.top_bggry ul li p{
    width: 220px;
    margin: 0 auto;
    font-size: 93.8%;
    text-align: center;
    padding: 3px 0;
    color: #ffffff;
    background: #898989;
}

span.day_s{
    display: block;
    font-size:75.0%;
}

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

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

.top_menu ul{
    margin-top: 25px;
}

.top_menu ul li{
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    margin-right: 0px;
    margin-bottom: 30px;
}

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

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

.top_menu ul li p:after,
.top_menu ul li p.b:after{
    position: absolute;
    width: 11px;
    height: 19px;
    content:url(../images/top_arrow.svg);
    right: 16px;
    bottom: 38px;
    color: #595757;
}

.top_menu ul li p.b:after{bottom: 28px;}

.top_menu ul li p,
.top_menu ul li p.b,
.top_menu ul li p.g,
.top_menu ul li p.o,
.top_menu ul li p.p{
    position: relative;
    display: inline-block;
    background: #f7f8f8;
    width: 97%;
    height: 70px;
    padding: 15px 0 10px 3%;
    border-bottom: none;
}

.top_menu ul li p.b{border-bottom: 0; height: 50px;}
.top_menu ul li p.g{border-bottom: 0;}
.top_menu ul li p.o{border-bottom: 0;}
.top_menu ul li p.p{border-bottom: 0;}

.top_menu ul li:nth-child(3),
.top_menu ul li:nth-child(6){
    margin-right: 0px;
}

.top_menu ul li img{
    float: left;
    width: 100%;
}

.Calendar{
    display: block;
    width: 100%;
    margin-top: 40px;
}

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

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

.top_pub{
    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_left_02{
    float: left;
    width: 632px;
}

.top_right_02{
    float: right;
    width: 366px;
}

.top_pub_02{
    display: block;
    width: 366px;
    background: #efefef;
    padding: 29px 0 9px;
    margin-top: 30px;
}

.top_pub_block_02{
    margin: 0 auto;
    width: 312px;
}

.top_pub_left_02{
    float: left;
    width: 164px;
    margin-bottom:20px;
}

.top_pub_left_02 img{display: block;}

.top_pub_right_02{
    float: right;
    display: table;
    height: 137px;
    width: 146px;
    margin-bottom:20px;
}

.top_pub_right_02 p{
    display: table-cell;
    text-align: center;
    color: #ffffff;
    height: 137px;
    width: 146px;
    background: #9fa0a0;
    vertical-align: middle;
}

/*-----------------------------
layer_title
-----------------------------*/

.title_layer{
    display: block;
    width: 100%;
    margin-top:10px;
}

.title_layer img{
    width: 100%;
}

h1.title,h2.title,
h3.title,h4.title,
h5.title,h6.title{
    display: block;
    width: 100%;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    letter-spacing: 2px;
    padding: 15px 0;
    border-bottom: none;
    background: #00a29a;
}

h1.title_02,h2.title_02,
h3.title_02,h4.title_02,
h5.title_02,h6.title_02{
    display: block;
    font-size: 16px;
    text-align: center;
    padding-bottom: none;
    color: #ffffff;
    padding: 15px 0;
    letter-spacing: 2px;
    background: #e8384d;
    border-bottom: none;
}

.title_layer02,
.title_layer03{
    display: block;
    width: 100%;
    height: auto;
    margin:10px 0 30px;
    background: #cceceb;
    background-size: 100% 100%;
    border-bottom: 4px solid #7fd0cc;
}

.title_layer03{
    background: #e8384d;
    background-size: 100% 100%;
    border-bottom: 4px solid #e8384d;
}

.title_layer02 p,
.title_layer03 p{
    position: relative;
    text-align: center;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1.5em;
    padding: 15px;
    border-bottom: 4px solid #ffffff;
}

.title_layer03 p:after{
    position: absolute;
    right: 10px;
    top: 7px;
    content:"";
    display: inline-block;
    background: url(../images/red_logo.jpg) no-repeat;
    width:45px;
    height: 45px;
    background-size: 100% 100%;
}

.title_layer02 p:before{
    display: none;
    content: "\f0da";
    font-family: FontAwesome;
    padding-right: 5px;
}

.title_layer03 p{color: #ffffff;text-align: left;}
.title_layer03 p:before{
    content: "\f0da";
    font-family: FontAwesome;
    padding-right: 5px;
}

/*-----------------------------
福祉サービス
-----------------------------*/

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

p.saiyou{
    padding: 30px 0;
    text-align: center;
}

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

.welfare_nav ul{
    margin-bottom: 40px;
}

.welfare_nav ul li{
    position: relative;
    width: 49%;
    float: left;
    margin-right: 1px;
    margin-bottom: 10px;
}

.welfare_nav ul li a{
    display: block;
    width: 100%;
    height: auto;
    padding: 20px 0;
    color: #595757;
    text-align: center;
    vertical-align: middle;
    background: #f8f5fd;
    border-top: 7px solid #2ea7e0;
}

.welfare_nav ul li:nth-child(2) a{
    background: #fef8ea;
    border-top: 7px solid #f8b62d;
}

.welfare_nav ul li:nth-child(3) a{
    background: #f5f3f8;
    border-top: 7px solid #a989ae;
}

.welfare_nav ul li:nth-child(4) a{
    background: #f7f3f2;
    border-top: 7px solid #a48b78;
}

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

.welfare_nav ul li:before{
    display: none;
}

.welfare_nav ul li a:after{
    position: absolute;
    content: '\f107';
    font-family: FontAwesome;
    right: 20px;
}

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

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

.business_box_img img{
    width: 100%;
}

.welfare_box{
    display: block;
    width: 100%;
    margin-bottom: 40px;
}

.welfare_box table{
    width: 100%;
}

.welfare_box table td{
    display: block;
    width: 100%;
    height: auto;
    padding: 3px 0;
    font-size: 14px;
    color: #ffffff;
    background: #2ea7e0;
    text-align: center;
    vertical-align: middle;
}

.welfare_box table td.orng{
    display: block;
    width: 100%;
    background: #f8b62d;
}

.welfare_box table td.pap{
    display: block;
    width: 100%;
    background: #a989ae;
}

.welfare_box table td.cha{
    display: block;
    width: 100%;
    background: #a48b78;
}

.welfare_box table th{
    display: block;
    width: 100%;
    padding: 15px;
    height: auto;
    background: #efefef;
    text-align: center;
    vertical-align: middle;
    box-sizing:border-box;
}

p.txt_02{
    font-size: 13px;
    padding: 10px 0 0px;
    line-height: 1.8em;
}

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

.btn_box_02{
    display: block;
    width: 90%;
    margin: 0 auto;
}

.btn_box_03{
    width: 90%;
}

.btn_box_04{
    width: 90%;
    margin: 0 auto 40px;
}

.btn_box_02 img{
    width: 100%;
}

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

.btn_box ul li{
    display: block;
    float: none;
    width: 90%;
    margin:0 auto;
}

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

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

.btn_box_02 a:hover{
    opacity: 0.7;
}

.btn,.btn_02,.btn_03,
.btn_04{
    display: block;
width: 100%;
margin-bottom:10px;
background: #f7f8f8;
color: #00A9AE;
font-weight: bold!important;
text-align: center;
padding:10px;
border:2px solid #00A9AE;
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;
font-size: 12px;
font-weight: bold;
/* box-shadow */
box-shadow:3px 3px 0px -1px #c9caca;
-moz-box-shadow:3px 3px 0px -1px #c9caca;
-webkit-box-shadow:3px 3px 0px -1px #c9caca;
/* border-radius */
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
}

.btn_02{
    width: 100%;
}

.btn_03{
    width: 100%;
}

.btn_04{
    width: 100%;
}

a.btn_03:hover{
    opacity: 0.7;
}

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

.contact_zone img{
    width: 100%;
}

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


/*-----------------------------
tab
-----------------------------*/

.tab_wrapper{
    display: block;
    width: 100%;
    margin: 20px auto;
}
.tab_wrapper table{
    width: 100%;
}

.tab_wrapper table td{
    display: block;
    width: 100%;
    height: auto;
    padding: 10px;
    color: #3e3a39;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    background: #DCDDDD;
    text-align: center;
    vertical-align: middle;
    border:none;
}

.tab_wrapper table th{
    display: block;
    width: 100%;
    padding: 10px;
    height: auto;
    background: #f7f8f8;
    text-align: left;
    vertical-align: middle;
    box-sizing:border-box;
    border:none;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.accordion-box {
    position: relative;
}
.accordion-box label {
    height: 140px; /* グラデーションの高さ */
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    width: 100%;
  
    /* 以下グラデーションは「背景が白」に併せて設定しています */   
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
}
.accordion-box input:checked + label {
    background: inherit; /* 開いた時には背景グラデーションを消す */
}
.accordion-box label:after {
    content: "続きをよむ"; /* ラベルの文字 */
    letter-spacing: .05em;
    line-height: 2.5rem;
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    color: #fff;
    background-color: #000;
    width: 18.75rem;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.accordion-box label:before {
    content: "↓";
    font-weight: 700;
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    background-color: #fff;
    z-index: 1;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    line-height: 20px;
}
.accordion-box input {
    display: none;
}
.accordion-box .accordion-container {
    overflow: hidden;
    height: 400px; /* 開く前に見えている部分の高さ */
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}


.accordion-box input:checked + label {
    /* display: none ; 閉じるボタンは要らないとき */
}
.accordion-box input:checked + label:after {
    content: "閉じる";
}
.accordion-box input:checked + label:before {
    content: "↑";
}
.accordion-box input:checked ~ .accordion-container {
    height: auto;
    padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

/*.truncate_more{display: none;}*/

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

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

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

.volinteer table td{
    display: block;
    width: 100%;
   height: auto;
   padding: 10px;
    background: #2ea7e0;
    color:#ffffff;
    text-align: center;
    vertical-align: middle;
    border-left: none;
    box-sizing: border-box;
}

.volinteer table th{
    display: block;
    position: relative;
    padding: 10px;
    background: #f7f8f8;
    vertical-align: middle;
    box-sizing: border-box;
    border-bottom: 2px solid #ffffff;
}

.volinteer table th:before{
    position: relative;
    content: '\f0da';
    font-family: FontAwesome;
    left: 10px;
    padding-right: 10px;
    color:#00a9ae;
}

.volinteer table th a{
    color: #3e3a39;
    text-decoration: underline;
}

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

.nyuumon table {
    width: 100%;
}

.nyuumon table td {
    width: 25px;
    background: #00a29a;
    color: #ffffff;
    padding: 10px 20px;
    font-size: 87.5%;
    text-align: center;
    border-bottom: 3px solid #fff;
}

.nyuumon table th {
    background: #f7f8f8;
    color: rgb(0,0,0);
    padding: 10px 20px;
    font-size: 87.5%;
    line-height: 2.0em;
    border-bottom: 3px solid #fff;
}

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

.volu table{
    width: 100%;
    border-top: 1px solid #00a29a;
  border-right: 1px solid #00a29a;
  border-collapse: collapse;
}

.volu table td{
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    border-left: 1px solid #00a29a!important;
    border-bottom: 1px solid #00a29a!important;
    border: 0px;
}

.volu table td a{
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: middle;
    color:#00a9ae;
    width: 100%;
line-height: 45px;
    font-weight: bold;
}

.volu table td a.hover{
    background: #f7f8f8;
}

.volu table td a:hover{
    background: #f7f8f8;
}

.volu table td a:before{
    position: absolute;
    content: '\f105';
    font-family: FontAwesome;
    left: 10px;
    color:#00a9ae;
    font-weight: normal;
}

.volr_group_03{ margin: 20px 0 40px;}

.volu_02{
    display: block;
    width: 100%;
    height: auto;
    margin:20px 0 10px;
    background: none;
    background-size: 100% 100%;
}

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

.volu_02_right p{
    display: block;
    width: 100%;
    padding: 20px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    background:#efefef;
}

.volu_02 img{
    width: 100%;
}

.volu_02_1{
    display: block;
    width: 100%;
    height: auto;
    margin:0px 0 0;
    background: none;
    background-size: 100%;
}

.volu_02_1 img{
    width: 100%;
}

.volu_02_1_right{
    display: block;
    float: none;
    width: 100%;
    margin: 0;
}

.volu_02_1_right p{
    display: block;
    width: 100%;
    padding: 0px 20px 20px 20px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    background:#efefef;
    border-bottom: 2px solid #ffffff;
}

.volu_02_2{
    display: block;
    width: 100%;
    height: 141px;
    margin:0px 0 45px;
    background: none;
    background-size: 100%;
}

.volu_02_2_right{
    display: block;
    float: none;
    width: 100%;
    margin: 0;
}

.volu_02_2_right p{
    display: block;
    width: 100%;
    padding: 0px 20px 20px 20px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    background:#efefef;
}

p.vol_bold,p.vol_bold02{
    text-align: center;
    color: #00a29a;
    font-weight: bold;
    padding: 20px 0px 10px 0;
    border-bottom: none;
}

p.vol_bold02{padding: 20px 0px 10px 0;}

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

.volu_3 table{
    width: 100%;
     border-top: 1px solid #b9b9b9;
  border-right: 1px solid #b9b9b9;
  border-collapse: collapse;
}

.volu_3 table td{
    display: block;
    width: 100%;
    padding: 15px;
    background: #fafafa;
    box-sizing: border-box;
    border-left: 1px solid #b9b9b9!important;
    border-bottom: 1px solid #b9b9b9!important;
    border: 0px;
}

p.txt_volu{
    text-align: center;
    padding-top:15px;
}

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

.volu_wapper{
    display: block;
    width: 100%;
    margin-bottom: 60px;
}

.volu_left{
    display: block;
    float: none;
    width: 50%;
    margin: 0 auto 20px auto;
}

.volu_left img{
    width: 100%;
}

.volu_right{
    float: right;
    width: 100%;
}

p.txt_volu02{
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 20px;
    text-align: left;
    background: #f7f8f8;
}

.volr_group,.volr_group_02{
    display: block;
    width: 100%;
    margin-top: 40px;
}

.volr_group_02{
    margin-bottom:60px;
}

.volr_group img,
.volr_group_02 img{width: 100%;}

p.txt_group{
    box-sizing: border-box;
    margin-top: 5px;
    padding: 10px;
    text-align: center;
    background: #f7f8f8;
}

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

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

.volr_group{
    display: block;
    width: 100%;
    height: auto;
    margin:20px 0;
    background: none;
    background-size: 100%;
}

.volr_group_01{
    display: block;
    float: none;
    width: 100%;
    margin: 0;
}

.volr_group_01 p{
    display: block;
    width: 100%;
    padding: 20px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    background:#efefef;
}

.volr_group_02{
    display: block;
    width: 100%;
    height: auto;
    margin:20px 0;
    background: none;
    background-size: 100%;
}

.volr_group_02_1{
    display: block;
    float: none;
    width: 100%;
    margin: 0;
}

.volr_group_02_1 p{
    display: block;
    width: 100%;
    padding: 20px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    background:#efefef;
}

/*-----------------------------
さわやかケア真鶴事業所
-----------------------------*/

.operation_title,.operation_title2{
    display: block;
    width: 100%;
    margin: 0 0 60px;
}

.operation_title2{margin-bottom: 0;}

.operation_title img,
.operation_title2 img{width: 100%;}

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

.operation ul {
    display: block;
    width: 100%;
    margin-top: 0px;
}

.operation ul li {
    display: block;
    padding: 18px 10px 7px 10px;
    line-height: 1.8em;
    border-bottom: 1px dotted #000000;
}

.operation ul li:before{
    content: '\f138';
    font-family: FontAwesome;
    padding-right: 5px;
    color: #00a9ae;
}

p.operation_txt{
    padding: 10px 0 60px;
}

.operation_left{
    float: none;
    width: 100%;
}

.operation_left table,
.operation_right table{
    width: 100%;
    margin: 20px 0 10px;
}

.operation_left table td,
.operation_right table td{
    display: block;
    padding: 5px 20px;
    font-size: 14px;
    text-align: center;
    background: #2ea7e0;
    color: #ffffff;
}

.operation_left table th,
.operation_right table th{
    display: block;
    padding: 20px;
    background: #efefef;
}

.operation_right{
    float: none;
    width: 100%;
}

.flow,.flow_02,.flow_03 {
    display: block;
    width: 100%;
    margin: 30px 0px 40px;
}

.flow_02{margin: 30px 0px 50px;}
.flow_03{margin: 10px 0px 40px;}

.flow table,
.flow_02 table,
.flow_03 table {
    width: 100%;
    margin-bottom: 20px;
}

.flow table td,
.flow_02 table td,
.flow_03 table td{
    width: 60px;
    background: #c9bc9c;
    color: #ffffff;
    padding: 10px 0;
    text-align: center;
    vertical-align: middle;
}

.flow table th,
.flow_02 table th,
.flow_03 table th {
    background: #efefef;
    color: #3e3a39;
    padding: 10px;
    font-weight: bold;
    line-height: 1.3em;
    vertical-align: middle;
    letter-spacing: 1px;
}

.flow_txt{
    padding-bottom: 30px;
}

.flow_txt02,.flow_txt04{
    font-size: 15px;
    padding-top:20px;
}

.flow_txt04{
    padding-top:0;
}

.flow_txt02:before,
.flow_txt04:before{
    content: '\f138';
    font-family: FontAwesome;
    padding-right: 5px;
    color: #00a9ae;
}

.flow_txt03{
    display: block;
    font-size: 12px;
    padding-left: 0px;
}

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

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

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

.dizer table th {
    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 80px;
}

.dizer_04{
    margin-top: 10px;
}

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

.dizer_02 table td,
.dizer_04 table td{
    display: block;
    width: 100%;
    box-sizing: border-box;
    background: #dddddd;
    padding: 10px;
    vertical-align: middle;
    border-bottom: 2px solid #ffffff;
}

.dizer_02 table th,
.dizer_04 table th {
    display: block;
    width: 100%;
    box-sizing: border-box;
    word-break: break-all;
    background: #efefef;
    color: #3e3a39;
    padding: 10px;
    line-height: 1.3em;
    vertical-align: middle;
    letter-spacing: 1px;
    border-bottom: 2px solid #ffffff;
}

.dizer_02 table th a{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 td{
    /*display: block;*/
    width: 50%;
    background: #2ea6df;
    color: #ffffff;
    padding: 10px 0;
    text-align: center;
    vertical-align: middle;
}

.dizer_03 table th {
    /*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: bold;
}

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

.dizer_cal img{width: 100%;}

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

.dizer_cal table{
    width: 100%;
    border-collapse: collapse;
}

.dizer_cal table td{
    font-size: 12px;
    color: #ffffff;
    padding:10px;
    text-align: center;
    background: #2ea6df;
    border: 1px solid #b8b8b8;
}

.dizer_cal table th{
    font-size: 12px;
    padding: 10px;
    border: 1px solid #b8b8b8;
}

.dizer_cal table th.center{text-align: center;}
.dizer_cal table tr.gray{background: #efefef;}

.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:0px;
    margin-bottom:60px;
}

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

p.Corporation_txt_03{
    box-sizing: border-box;
    margin: 20px 0 80px;
    padding: 15px;
    text-align: center;
    background: #f7f8f8;
}

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

.membership_02{
    margin-bottom: 80px;
}

.membership table,
.membership_02 table {
    width: 100%;
}

.membership table td,
.membership_02 table td{
    display: block;
    width: 100%;
    background: #DCDDDD;
    padding: 10px 0;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
    border-bottom: none;
}

.membership table th,
.membership_02 table th {
    display: block;
    width: 100%;
    background: #f6f7f7;
    color: #3e3a39;
    padding: 10px;
    line-height: 1.5em;
    vertical-align: middle;
    letter-spacing: 1px;
    box-sizing: border-box;
    border-bottom: 4px solid #ffffff;
}

.membership_txt{
    padding-bottom: 80px;
}

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

/*-----------------------------
寄付について
-----------------------------*/

.tax_title{
    display: block;
    width: 100%;
    margin-top: 0px;
}

.tax_title p{
    font-size: 112.5%;
    padding-bottom: 10px;
    border-bottom: 1px solid #3e3a39;
}

.tax_title p:before{
    content: '\f138';
    font-family: FontAwesome;
    padding-right: 5px;
    color: #00a9ae;
}

.tax_txt{
    padding: 20px 0 0px;
}

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

.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 td{
    width: 25%;
    font-size: 12px;
    background: #e483a1;
    color: #ffffff;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #b9b9b9;
    box-sizing: border-box;
}

.Donation_box table th {
    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 th:nth-child(2),
.Donation_box table th:nth-child(3),
.Donation_box table th:nth-child(4){
    text-align: right;
}

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

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

.dlpage table {
    width: 100%;
}

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

.dlpage table th {
    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 th a{text-decoration: underline;}
.dlpage table th 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;}

/*--------------------------------------
利用規約・個人情報保護法
----------------------------------------*/

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

.terms p{
    padding-bottom: 40px;
}

.terms h2{
    font-size: 112.5%;
    font-weight:normal;
    padding-bottom: 10px;
}
.terms ul{
    margin-bottom: 40px;
}
.terms ul li{
    display: block;
    line-height: 23px;
    padding-bottom: 10px;
}

/*-----------------------------
各種広報誌
-----------------------------*/

.magazine{
    display: block;
    width: 100%;
    margin: 30px 0 80px;
}

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

.magazine_left img{
    width: 100%;
}

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

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

.google_cal iframe{
    width: 100%!important;
}

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

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

.blog_day p{
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    padding-top: 10px;
}

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

.blog_cat_blog p a,.blog_cat_seminar p a,
.blog_cat_media p a,.blog_cat_column p a{
    float: right;
    margin-left: 12px;
    background: #00a3e9;
    padding: 5px 10px;
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
}

.blog_cat_media p a{background: #13ae67;}
.blog_cat_solution p a{background: #f8b62d;}
.blog_cat_column p a{background: #9fa0a0;}

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

.blog_title h1{
    font-size: 18px;
    font-weight: bold;
    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: bold;
    line-height: 32px;
    margin-bottom:40px;
}

.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: bold;
    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: bold;
    color: #000000;
}

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

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

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

a p.cat_blog,a p.cat_event,
a p.cat_recruit,a p.cat_volunteer{
    float: right;
    text-align: center;
    color: #ffffff;
    font-size: 75%;
    background: #00a3e9;
    padding: 3px 5px 2px;
    margin-top: 17px;
}

a p.cat_event{background: #f39800;}
a p.cat_recruit{background: #009c44;}
a p.cat_volunteer{background: #e4007f}

.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 60px;
    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: bold;
  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;
}
 
.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;
  }
}--*/