/*
Theme Name: kaigonavi
Author: 株式会社ナインデザイン
Author URI: https://9design.jp/
Description: 介護ナビくまもとテーマ
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://9design.jp/
Text Domain: kaigonavi
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Header
# Footer
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## トップページ
  ## 投稿一覧
  ## 投稿詳細
  ## お役立ち情報
  ## 求人情報
  ## 施設情報
  ## 全国に広がる介護ナビ
  ## サイトマップページ
  ## 404ページ
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
# Break Point
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust:     100%;
}

body {
  margin: 0;
  word-break: break-all;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: kaigonaviline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: kaigonaviline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #000;
  font-size: 12px;
  font-family: helvetica,arial,"Hiragino Kaku Gothic ProN","Meiryo UI",sans-serif;
  line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0;
}

p {
  margin: 0 0 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0;
}

ul {
  list-style: disc;
}

li {
    line-height: 1.6em;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  transition: all .3s ease-in-out;
}

table {
  margin: 15px 0;
  width: 100%;
}

.square_btn{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #8CC0D9;/*ボタン色*/
    color: #3A7489;
    border-bottom: solid 4px #627295;
    border-radius: 3px;
}
.square_btn:active {/*ボタンを押したとき*/
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);/*下に動く*/
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);/*影を小さく*/
    border-bottom: none;
}



.btn {
    margin: 10px auto 20px;
    text-align: center;
    font-weight: bold;
}

table.type02 {
	border-collapse: separate;
	border-spacing: 0;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
table.type02 th {
	width: 150px;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	background: #eee;
}
table.type02 td {
	width: 350px;
	padding: 10px;
	vertical-align: top;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, .8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #999;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px;
}

select {
  border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

textarea {
  width: 100%;
}

:placeholder-shown {
  color: #999;
}

::-webkit-input-placeholder {
  color: #999;
}

:-moz-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

:-ms-input-placeholder {
  color: #999;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
  position: relative;
  border-bottom: solid 3.5px #8CC63F;
  background: #fff;
}

.hd-wrapper {
  align-items: center;
  justify-content: space-between;
}

.site-header.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer {
  margin: 32px 0 0;
}

.footer-wrapper {
  background: #8cc63f;
  position: relative;
}

.footer-cont {
  padding: 20px 10px;
}

.ft-link-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ft-link-wrapper a {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  margin: 0 0 8px;
  display: block;
}

.ft-link-wrapper a:hover {
  color: #006837;
}

.ft-link-wrapper .ft-link1 {
  margin: 0 120px 0 80px;
}

.ft-link1 li:not(:first-child) {
  margin: 0 0 0 8px;
}

.ft-link2 li:first-child {
  margin: 20px 0 0;
}

.copyright {
  font-size: 12px;
  color: #fff;
  padding: 0;
  margin: 100px 50px 0 0;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #006837;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

a:hover,
a:focus,
a:active {
  color: #8CC63F;
}

a:hover,
a:active {
  outline: 0;
}

a img{
 -webkit-backface-visibility:hidden;
 backface-visibility:hidden;
}

a:hover img {
  opacity: 1;
  animation: flash 1.5s;
}

@keyframes flash {
  0% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  padding: 20px 20px 20px 55px;
  font-size: 10px;
  font-weight: bold;
  border-left: solid 0.5px #B3B3B3;
}

.main-navigation .gm-search a,
.main-navigation .gm-news a {
  padding: 20px 20px 20px 50px;
}

.main-navigation a span {
  display: block;
  font-size: 13px;
  margin: 5px 0 0;
}

.main-navigation a:before {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

.gm-useful a:before {
  content: url(images/common/ico-nav-useful.png);
}

.gm-recruit a:before {
  content: url(images/common/ico-nav-recruit.png);
}

.gm-search a:before {
  content: url(images/common/ico-nav-search.png);
}

.gm-news a:before {
  content: url(images/common/ico-nav-news.png);
}

#primary-menu li ul {
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}

#primary-menu li ul li {
  overflow: hidden;
  height: 0;
  border-left: none;
  transition: .2s;
}

#primary-menu li ul li:not(:first-child) {
  border-top: solid 1px #fff;
}

#primary-menu li ul li a {
  line-height: 44px;
  background: #BB300B;
  text-align: center;
  color: #fff;
}

#primary-menu li:hover > ul > li {
  overflow: visible;
  height: 44px;
}

#primary-menu li ul li ul {
  top: 0;
  left: 100%;
}

#primary-menu li ul li ul:before {
  position: absolute;
  content: "";
  top: 16px;
  left: -20px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: #fff;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.main-navigation a.menu-trigger {
  display: none;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 30px;
  border: solid 2px #ec6d3b;
}

.widget h2 {
  padding: 15px;
  margin: 0;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 3px;
  text-align: center;
  background: -moz-linear-gradient(#f57517, #f39d51);
  background: -o-linear-gradient(#f57517, #f39d51);
  background: -ms-linear-gradient(#f57517, #f39d51);
  background: linear-gradient(#f57517, #f39d51);
}

.widget select {
  max-width: 100%;
  margin: 15px 35px;
  font-size: 16px;
}

.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget li {
  padding: 15px 20px;
  font-size: 16px;
  border-bottom: dotted 2px #f6802a;
}

.widget li:last-child {
  border-bottom: none;
}

/* 最新記事 */
.recentpost-date {
  font-weight: bold;
  margin: 0 5px 0 0;
}

/* カテゴリー */
.widget li.cat-item {
  padding: 15px 35px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.site-content {
  margin: 0;
}

.row {
  display: flex;
}

.row-2, .row-3, .row-4 { flex-wrap: wrap; }
.row-2 > .col { width: calc( (100% / 2) ); }
.row-3 > .col { width: calc( (100% / 3) ); }
.row-4 > .col { width: calc( (100% / 4) ); }

.main-wrapper {
  width: 980px;
  margin: 0 auto;
}

.ibl {
  display: inline-block;
  vertical-align: middle;
}

.tcenter {
  text-align: center;
}

.tright {
  text-align: right;
}

.tleft {
  text-align: left;
}

.rwd {
  position: relative;
  margin: 20px 0;
  padding-bottom: 56.25%;
  padding-top: 30px;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.rwd iframe,
.rwd object,
.rwd embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------------------
## トップページ
--------------------------------------------------------------*/
.slide-wrapper {
  padding: 10px 0 0;
}

.slide-wrapper .slider-pro {
  margin: 0 10px 0 0;
}

.sp-slides {
  margin: 0;
  padding: 0;
  list-style: none;
}

.insite-search {
  position: relative;
  padding: 0 0 0 40px;
  margin: 5px 0 0;
}

.ico-insite-search {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.insite-search input[type="text"] {
  width: 220px;
}

.insite-search input[type="submit"] {
  background: url(images/common/btn-search.png) no-repeat 0 50%;
  border: none;
  width: 30px;
  height: 30px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  color: transparent;
  margin: 0 0 0 8px;
}

.slide-bnr {
  margin: 10px 0 0;
}

.md-nav {
  background: #F2F2F2;
  padding: 12px 0;
}

.md-nav-list {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  justify-content: space-around;
}

.md-nav-list a,
.md-nav-list img {
  display: inline-block;
  vertical-align: middle;
}

.md-nav-list a {
  font-size: 12px;
  color: #000;
}

.md-nav-list img {
  margin: 0 10px 0 0;
}

.tabs-post-wrapper {
  background: #FFFEF5;
  padding: 30px 0 70px;
}

.tabs-post-hd {
  border-bottom: solid 4.5px #8CC63F;
}

.tabs-post-hd-useful {
  border-bottom: solid 4.5px #63bcc7;
}

.tabs-post-hd-recruit {
  border-bottom: solid 4.5px #f1b1bc;
}

.tabs-post-hd-search {
  border-bottom: solid 4.5px #c790b3;
}

.tabs-post-hd-news {
  border-bottom: solid 4.5px #eec051;
}

.tabs-post-tab {
  margin: 0 auto;
  padding: 0 7px;
  list-style: none;
}

.tabs-post-tab a {
  display: block;
  font-size: 15px;
  font-weight: bold;
  color: #000;
  width: 162px;
  padding: 12px 0;
  margin: 0 3px;
  border-radius: 5px 5px 0 0;
}

.tabs-post-tab a#all {
  background: #8cc63f;
}

.tabs-post-tab a#useful {
  background: #63bcc7;
}

.tabs-post-tab a#recruit {
  background: #f1b1bc;
}

.tabs-post-tab a#search {
  background: #c790b3;
}

.tabs-post-tab a#news {
  background: #eec051;
}

.tabs-post-tab a span {
  display: block;
  font-size: 12px;
  margin: 5px 0 0;
  transition: all .3s ease-in-out;
  color: #fff;
}

.tabs-post-main {
  padding: 30px 20px 0;
}

.tabs-post-main .archive-recruit-facility-address,
.tabs-post-main .archive-search-facility-address,
.tabs-post-main .archive-useful-address {
  font-weight: bold;
  margin: 5px 0 0; 
}

.tabs-post-all {
  color: #006837;
}

.tabs-post-useful {
  color: #29ABE2;
}

.tabs-post-recruit {
  color: #39B54A;
}

.tabs-post-search {
  color: #662D91;
}

.tabs-post-news {
  color: #F7931E;
}

.post-list-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}

.post-list {
  background: #fff;
  border: solid 1px #B3B3B3;
  padding: 8px 12px 10px;
  width: calc( (100%/4) - 10px);
  margin: 0 5px 20px;
  position: relative;
}

.post-thumb img {
  width: 100%;
}

.post-list-title h3 {
  margin: 5px 0;
  line-height: 1;
}

.post-list-title a {
  font-size: 13px;
  color: #333;
}

.post-list-excerpt {
  font-size: 10px;
  line-height: 1.5;
  color: #808080;
}

.post-list-type {
  position: absolute;
  top: 14px;
  left: 0;
  color: #fff;
  font-size: 10px;
  padding: 5px 8px;
  z-index: 1;
}

.post-list-type-useful {
  background: #63bcc7;
}

.post-list-type-recruit {
  background: #f1b1bc;
}

.post-list-type-search {
  background: #c790b3;
}

.post-list-type-news {
  background: #eec051;
}

.search-care-wrapper {
  background: #8CC63F;
  padding: 50px 0 120px;
}

.search-recruit-wrapper {
  background: #efecd5;
  padding: 50px 0 120px;
}

.search-inner {
  position: relative;
  padding: 0 30px;
}

.search-tab {
  padding: 15px 10px 6px;
  border-radius: 5px 5px 0 0;
  position: absolute;
  top: -102px;
  left: 10px;
  align-items: center;
}

.search-tab-detail {
  font-weight: bold;
  margin: 0 0 0 8px;
}

.search-tab-mini {
  font-size: 12px;
  margin: 0 0 3px;
}

.search-tab-main {
  font-size: 17px;
}

.ilst-search {
  position: absolute;
  top: -124px;
  right: 36px;
}

.ilst-searchrecruit {
  top: -128px;
}

.searchcare-tab {
  background: #8CC63F;
  color: #fff;
}

.searchrecruit-tab {
  background: #efecd5;
  color: #000;
}

.search-key {
  justify-content: center;
  align-items: center;
  background: #F5D96E;
  color: #000;
  font-size: 17px;
  font-weight: bold;
  padding: 12px 50px;
  position: relative;
}

.search-key:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(245, 217, 110, 0);
  border-left-color: #F5D96E;
  border-width: 8px;
  margin-top: -8px;
}

.ico-search-key {
  margin: 0 10px 0 0;
}

.search-key-form input[type="text"] {
  font-size: 17px;
  border-radius: 0;
  margin: 0 0 0 -1px;
  padding: 5px 15px;
  width: 546px;
  height: 54px;
}

.search-key-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
  font-weight: bold;
  color: #000;
  border-radius: 0;
  margin: -4px 0 0 10px;
  padding: 17.5px 34px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #F2F2F2), color-stop(0.50, #E6E6E6), color-stop(0.00, #E6E6E6));
  background: -webkit-linear-gradient(top, #E6E6E6 0%, #E6E6E6 50%, #F2F2F2 100%);
  background: -moz-linear-gradient(top, #E6E6E6 0%, #E6E6E6 50%, #F2F2F2 100%);
  background: -o-linear-gradient(top, #E6E6E6 0%, #E6E6E6 50%, #F2F2F2 100%);
  background: -ms-linear-gradient(top, #E6E6E6 0%, #E6E6E6 50%, #F2F2F2 100%);
  background: linear-gradient(to bottom, #E6E6E6 0%, #E6E6E6 50%, #F2F2F2 100%);
}

.search-keyword-notice {
  font-size: 12px;
  margin: 5px 0 0;
}

.searchcare-keyword-notice {
  color: #fff;
}

.searchrecruit-keyword-notice {
  color: #000;
}

.tabs-search-hd {
  margin: 30px 0 0;
}

.tabs-search {
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: center;
  width: 100%;
}

.tabs-search .col {
  flex: 1;
}

.tabs-search a {
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
  font-weight: bold;
  padding: 8px;
  background: #fff;
  width: 100%;
  position: relative;
}

.tabs-search a:hover,
.tabs-search a.active {
  color: #fff;
}

.tabs-search a:before {
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px 0 -5px;
    transition: all .3s ease-in-out;
}

.tabs-search a.active:after {
  top: 109%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 8px;
  margin-left: -8px;
}

.tabs-search1 a {
  color: #63bcc7;
  border-bottom: solid 4.5px #63bcc7;
  padding: 5px;
}

.tabs-search1 a:hover,
.tabs-search1 a.active {
  background: #63bcc7;
}

.tabs-search1 a:before {
  content: url(images/top/ico-tabs-search1.png);
}

.tabs-search1 a:hover:before,
.tabs-search1 a.active:before {
  content: url(images/top/ico-tabs-search1-ro.png);
}

.tabs-search1 a.active::after {
    border-color: rgba(99, 188, 199, 0);
    border-top-color: #63bcc7;
    margin-top: -1px;
}

.tabs-search2 a {
  color: #c790b3;
  border-bottom: solid 4.5px #c790b3;
  padding: 7px;
}

.tabs-search2 a:hover,
.tabs-search2 a.active {
  background: #c790b3;
}

.tabs-search2 a:before {
  content: url(images/top/ico-tabs-search2.png);
}

.tabs-search2 a:hover:before,
.tabs-search2 a.active:before {
  content: url(images/top/ico-tabs-search2-ro.png);
}

.tabs-search2 a.active::after {
    border-color: rgba(199, 144, 179, 0);
    border-top-color: #c790b3;
    margin-top: -1px;
}

.tabs-search3 a {
  color: #f1b1bc;
  border-bottom: solid 4.5px #f1b1bc;
  padding: 7.5px;
}

.tabs-search3 a:hover,
.tabs-search3 a.active {
  background: #f1b1bc;
}

.tabs-search3 a:before {
  content: url(images/top/ico-tabs-search3.png);
}

.tabs-search3 a:hover:before,
.tabs-search3 a.active:before {
  content: url(images/top/ico-tabs-search3-ro.png);
}

.tabs-search3 a.active::after {
    border-color: rgba(241, 177, 188, 0);
    border-top-color: #f1b1bc;
    margin-top: -1px;
}

.tabs-search4 a {
  color: #eec051;
  border-bottom: solid 4.5px #eec051;
}

.tabs-search4 a:hover,
.tabs-search4 a.active {
  background: #eec051;
}

.tabs-search4 a:before {
  content: url(images/top/ico-tabs-search4.png);
}

.tabs-search4 a:hover:before,
.tabs-search4 a.active:before {
  content: url(images/top/ico-tabs-search4-ro.png);
}

.tabs-search4 a.active:after {
  border-color: rgba(238, 192, 81, 0);
  border-top-color: #eec051;
  margin-top: -1px;
}


/* 地図から探すタブを非表示にしてます */
.tabs-search4.col {
    display: none;
}
/* //地図から探すタブを非表示にしてます */


.tabs-search-main {
  background: #fff;
  padding: 36px 32px 21px;
  margin: -1px 0 0;
}

.tabs-search-main label {
  font-size: 16px;
  margin: 0 22px 15px 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.tabs-search-main label.search-label-kumamotoken {	
	margin-top: 1.4rem;
  display: block;
}

.tabs-search-main label.search-label-chuoku:before {
  content: "[";
  margin: 0 5px 0 0;
  position: relative;
  top: -2px;
}

.tabs-search-main label.search-label-minamiku:after {
  content: "]";
  margin: 0 0 0 5px;
  position: relative;
  top: -2px;
}

#searchcare1 {
  padding: 0 300px 0 0;
}

.tabs-search-main input[type="checkbox"] {
  margin: 0 5px 0 0;
}

.search-select-wrapper {
  border: dashed 4px #fff;
  padding: 3px;
  margin: 30px 0 0;
}

.search-select-inner {
  background: #fff;
  padding: 3px 4px;
  max-height: 117px;
}

.search-select-ttl {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 30px 22px;
  margin: 0 10px 0 0;
  font-size: 17px;
  font-weight: bold;
  background: #808080;
  color: #fff;
  position: relative;
  max-width: 60px;
}

.search-select-cont-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

@media all and (-ms-high-contrast: none){
  .search-select-cont-wrapper {
    display: block;
  }

  .search-select-cont-wrapper .col {
    display: inline-block;
  }
}

.search-select-cont {
  font-size: 12px;
  color: #fff;
  padding: 4px 8px;
  margin: 5px;
  border-radius: 4px;
  box-sizing: border-box;
  min-height: 0%;
}

.search-select-cont:before {
  content: url(images/top/ico-search-select-cont.png);
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
}

.search-select1 {
  background: #63bcc7;
}

.search-select2 {
  background: #c790b3;
}

.search-select3 {
  background: #f1b1bc;
}

.search-select4 {
  background: #eec051;
}

.search-btn-wrapper {
  margin: 12px 0 0;
  align-items: center;
}

.btn-search-reset {
  flex: 1;
  margin: 0 10px 0 0;
}

.btn-search-submit {
  flex: 2;
  position: relative;
}

.btn-search-submit:before {
  content: url(images/top/ico-search-btn.png);
  position: absolute;
  top: 50%;
  left: 110px;
  transform: translateY(-50%);
}

.search-btn-wrapper input {
  font-size: 17px;
  font-weight: bold;
  border: none;
  border-radius: 0;
  width: 100%;
  height: 66px;
}

.search-btn-wrapper input[type="reset"] {
  background: #b0a395;
  color: #fff;
}

.search-btn-wrapper input[type="submit"] {
  background: #f5d96e;
  color: #000;
}

.whatsnew-wrapper {
  padding: 25px 25px 35px;
}

.whatsnew-left {
  flex-basis: 76%;
}

.whatsnew-right {
  flex-basis: 24%;
}

.whatsnew-ttl {
  align-items: center;
}

.whatsnew-ttl-text {
  padding: 0;
  margin: 0 0 0 8px;
  color: #006837;
  font-weight: bold;
}

.whatsnew-mini {
  font-size: 12px;
  margin: 0 0 3px;
}

.whatsnew-big {
  font-size: 17px;
}

.whatsnew-post-cont {
  margin: 8px 20px 0 0;
  padding: 0;
  list-style: none;
  border: solid 1px #b0a395;
}

.whatsnew-post-list {
  align-items: center;
  padding: 10px 0;
  border-bottom: dashed 1px #ccc;
  font-weight: bold;
}

.whatsnew-post-list-date {
  font-size: 10px;
  color: #999999;
  padding: 0 40px 0 22px;
}

.whatsnew-post-list-ttl {
  font-size: 12px;
  color: #736357;
  margin: 0;
  padding: 0;
}

.bnr-whatsnew-recruitpr {
  margin: 10px 0;
}

.bnr-bottom-wrapper {
  position: relative;
}

.slick-initialized .slick-slide.bnr-bottom-cont {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.bnr-bottom-cont .col {
  width: calc( (100%/5) - 12px );
  margin: 0 6px 10px;
}

.bnr-bottom-inner .slick-prev,
.bnr-bottom-inner .slick-next {
  height: 81px;
}

.bnr-bottom-inner .slick-prev:before {
  content: url(images/top/bnr-bottom-prev.png);
}

.bnr-bottom-inner .slick-next:before {
  content: url(images/top/bnr-bottom-next.png);
}

.bnr-bottom-inner .slick-next {
  right: -15px;
}

.post1_more {
    margin: 10px auto 20px;
    text-align: center;
}

.post1_more span {
    background-color: #8CC63F;
    display: inline-block;
    padding: 16px 24px;
    font-size: 1.6em;
    color: #ffffff;
    font-weight: bold;
    border-radius: 10px;
    text-shadow: 1px 1px 2px #333;
}

.post1_more a {
    color: #ffffff;
}

.post2_more {
    margin: 10px auto 20px;
    text-align: center;
}

.post2_more span {
    background-color: #63bcc7;
    display: inline-block;
    padding: 16px 24px;
    font-size: 1.6em;
    color: #ffffff;
    font-weight: bold;
    border-radius: 10px;
    text-shadow: 1px 1px 2px #333;
    }

.post2_more a {
    color: #ffffff;
}

.post3_more {
    margin: 10px auto 20px;
    text-align: center;
}

.post3_more span {
    background-color: #f1b1bc;
    display: inline-block;
    padding: 16px 24px;
    font-size: 1.6em;
    color: #ffffff;
    font-weight: bold;
    border-radius: 10px;
    text-shadow: 1px 1px 2px #333;
    }
.post3_more a {
    color: #ffffff;
}

.post4_more {
    margin: 10px auto 20px;
    text-align: center;
}

.post4_more span {
    background-color: #c790b3;
    display: inline-block;
    padding: 16px 24px;
    font-size: 1.6em;
    color: #ffffff;
    font-weight: bold;
    border-radius: 10px;
    text-shadow: 1px 1px 2px #333;
    }
.post4_more a {
    color: #ffffff;
}

.post5_more {
    margin: 10px auto 20px;
    text-align: center;
}

.post5_more span {
    background-color: #eec051;
    display: inline-block;
    padding: 16px 24px;
    font-size: 1.6em;
    color: #ffffff;
    font-weight: bold;
    border-radius: 10px;
    text-shadow: 1px 1px 2px #333;
    }
.post5_more a {
    color: #ffffff;
}

/*--------------------------------------------------------------
## 投稿一覧
--------------------------------------------------------------*/
.archives-nav {
  margin: 40px 0 0;
}

.page-numbers {
  border: solid 1px #006837;
  padding: 8px 10px;
  display: inline-block;
  background: #006837;
  color: #fff;
}

.page-numbers:hover {
  background: #fff;
  color: #006837;
}

.page-numbers.current {
  background: none;
  border: none;
  color: #006837;
}

/*--------------------------------------------------------------
## 投稿詳細
--------------------------------------------------------------*/
body.single {
  background: #efecd5;
}

.content-area {
  margin: 30px auto 0;
  overflow: hidden;
}

.site-single-main {
  background: #fff;
  padding: 20px 30px;
  border: solid 1px #ccc;
}

.entry-content {
  margin: 30px 0 0;
  padding: 0;
}

.entry-content p {
  font-size: 14px;
  line-height: 1.6;
}

.entry-content img {
    margin: 10px 20px 10px 0;
}

.entry-content table, td, th {
    border: 1px solid #ddd;
    padding: 10px;
}

h1.entry-title {
  font-size: 22px;
  background: #f9f9f9;
  padding: 8px 14px 6px;
  line-height: 1.2;
  margin: 0 0 10px;
  border: solid 1px #ccc;
	color: #505050;
}

.entry-content h3 {
  border-bottom: 3px solid #8CC0D9;
  margin: 20px 0 15px;
  padding: 0 0 6px;
  color: #505050;
  background-image: none;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
}

.entry-content h4 {
  clear: both;
  border-left: 5px solid #8CC0D9;
  margin: 20px 0 15px;
  padding: 6px 10px;
  background: #f7f7f7;
  color: #3A7489;
  font-size: 18px;
  line-height: 1.2;
}


.entry-content h5 {
    color: #505050;
    padding: 10px 40px 10px 10px;
    display: inline-block;
    line-height: 1.3;
    background: #dbebf8;
    vertical-align: middle;
    border-radius: 25px 0px 0px 25px;
    font-size: 1.3em;
    width: 100%;
    margin: 10px 20px 10px 0;
}




.entry-content h5:before {
content: '●';
color: white;
margin-right: 8px;
}

.entry-content h6 {
    border-bottom: solid 3px skyblue;
    position: relative;
    font-size: 1.2em;
    margin: 10px 0 10px 10px;
    padding: 10px 0 10px 0;
}

.entry-content h6:after {
position: absolute;
content: " ";
display: block;
border-bottom: solid 3px #ffc778;
bottom: -3px;
width: 30%;
}


.breadcrumb-list {
    margin: 10px 0 15px;
    line-height: 2em;
}

.single-meta {
  margin: 0 0 20px;
  justify-content: space-between;
}

.post-nav-wrapper {
  margin: 50px 0 0;
  justify-content: space-between;
  align-items: center;
}

.prev-post,
.next-post {
  align-items: center;
}

.prev-post-ttl {
  margin: 0 8px 0 0;
}

.next-post-ttl {
  margin: 0 0 0 8px;
}

/*--------------------------------------------------------------
## お役立ち情報
--------------------------------------------------------------*/
.useful-table th,
.useful-table td {
  border-bottom: 1px solid #ddd;
  padding: 8px 15px;
  vertical-align: top;
  text-align: left;
}

.useful-table th {
  width: 15%;
  padding: 10px 15px;
}

.useful-table td {
  line-height: 1.2;
}

.map-link {
  display: inline-block;
  vertical-align: middle;
  background: #666;
  border: solid 0.5px #666;
  color: #fff;
  font-size: 10px;
  padding: 2px 6px;
  margin: 0 0 0 10px;
  border-radius: 3px;
}

.map-link:hover {
  background: #fff;
  color: #666;
}


.threebox_left {

    float: left;
    width: 32.3%;
    margin-right: 1%;

}
.threebox_center {
    float: left;
    width: 32.3%;
    margin-right: 1%;

}
.threebox_right {
    float: left;
    width: 32.3%;
}
.twobox_left {
    width: 49%;
    float: left;
    margin-right: 1%;
}
.twobox_right {
    width: 49%;
    float: left;
}
.twobox_leftimg_left {
    width: 25%;
    float: left;
    margin-right: 3%;
}
.twobox_leftimg_right {
    width: 71%;
    float: left;
    padding: 10px 0 0 0;
}
.twobox_rightimg_left {
    width: 71%;
    float: left;
    padding: 10px 0 0 0;
	margin-right: 3%;
}
.twobox_rightimg_right {
    width: 25%;
    float: left;
}

.type-useful .single-date.col {
    display: none;
}
/*--------------------------------------------------------------
## 求人情報
--------------------------------------------------------------*/
h3.recruit-facility {
  background: #f7f7f7;
  padding: 10px;
  color: #333;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
}

.info-table th,
.info-table td {
  border-bottom: 1px solid #ddd;
  padding: 8px 15px;
  vertical-align: top;
  text-align: left;
}

.info-table th {
  width: 15%;
  padding: 10px 15px;
}

.info-table td {
  line-height: 1.2;
}

.recruit-facility-link a {
  display: inline-block;
  background: #F39800;
  border: solid 0.5px #F39800;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
}

.recruit-facility-link a:hover {
  background: #fff;
  color: #F39800;
}

.recruit-table th, .recruit-table td {
    border: solid 1px #aaa;
    padding: 8px 12px;
    font-size: 14px !important;
    line-height: 20px;
}

.recruit-table th {
  text-align: left;
  font-weight: normal;
  background: #eee;
  width: 20%;
}

.post-type-archive-recruit .post-list-excerpt {
  color: #CC6666;
}

.archive-recruit-facility-wrapper h4 {
  margin: 10px 0 5px;
}

.archive-recruit-facility-address {
  line-height: 1.2;
}

.single-recruit-info-hd-thumb,
.single-recruit-info-hd-table {
  flex: 1;
}

.single-recruit-info-hd-thumb {
  margin: 0 2% 0 0;
}

.single-recruit-info-hd-thumb img {
  width: 100%;
}

.entry-header {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}

/*--------------------------------------------------------------
## 施設情報
--------------------------------------------------------------*/
.facility-tabs-wrapper {
  margin: 30px 0 0;
}

.tabs-facility {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tabs-facility a {
  display: block;
  padding: 8px 15px;
  margin: 0 3px;
  background: #f7f7f7;
  border: solid 1px #ccc;
  border-bottom: none;
  color: #333;
}

.tabs-facility a:hover,
.tabs-facility a.active {
  background: #3EA3AE;
  color: #fff;
}

.tabs-facility-main {
  border: solid 1px #ccc;
  padding: 20px 25px;
}

.search-basic {
  justify-content: space-between;
}

.search-basic-left,
.search-basic-right {
  flex-basis: 48%;
}

.ico-search-checkpoint {
  margin: 0 0 20px;
}

.tabs-facility-cont h3 {
  margin: 0 0 15px;
}

.search-basic h4 {
  margin: 0 0 5px;
  padding: 0;
  font-size: 1.2em;
  line-height: 1.2;
  color: #3A7489;
  border: none;
  background: none;
}

.tabs-facility-main th,
.tabs-facility-main td {
  padding: 5px 8px;
  border: 1px solid #ccc;
  vertical-align: top;
}

.tabs-facility-main th {
  background: #f7f7f7;
  text-align: left;
	width: 28%;
}

.tabs-facility-main td {
  background: #fff;
}

.tabs-facility-main td p,
.search-imgcomment p {
  margin: 0;
  font-size: 12px;
}

.search-price th,
.search-price td {
  vertical-align: middle;
}

.search-price th {
  text-align: center;
}

.search-imgttl {
  font-weight: bold;
  margin: 8px 0 5px;
}

.search-imgcomment {
  margin: 0 0 20px;
}

.search-availability th {
  width: 20%;
}

.archive-facility-number {
  margin: 5px 0;
}

.archive-facility-cat a {
  display: inline-block;
  font-size: 10px;
  padding: 2px 4px;
  background: #73BF9E;
  color: #fff;
  margin: 0 2px 3px 0;
}

.archive-search-facility-address,
.archive-useful-address {
  margin: 5px 0 0;
  line-height: 1.2;
  font-weight: bold;
}

.single-search-info-hd-thumb {
  flex-basis: 48%;
  margin: 0 2% 0 0;
}

.single-search-info-hd-table {
  flex-basis: 50%;
}


/*--------------------------------------------------------------
## 全国に広がる介護ナビ
--------------------------------------------------------------*/



.dairitenlist li {
    list-style: none;
    margin: 10px;
}

.dairitenlist .green {
    color: #006837;
    font-size: 1.3em;
    font-weight: 900;
}

.dairitenlist .red {
    color: #d00;
    font-size: 1.3em;
    font-weight: 900;
    margin-right: 10px;
}
.dairitenlist a {
    font-size: 85%;
}



/*--------------------------------------------------------------
## サイトマップページ
--------------------------------------------------------------*/
#post-52 h2 {
    margin: 30px 0 10px 10px;
    font-size: 1.5em;
    color: #5c5c5c;
}

/*--------------------------------------------------------------
## 404ページ
--------------------------------------------------------------*/
.notfound-list {
  font-size: 16px;
  margin: 20px;
  padding: 15px;
}

.search-form-wrapper input[type="search"] {
  width: 80%;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Break Point
--------------------------------------------------------------*/
@media screen and (max-width: 1024px) {

  /*--------------------------------------------------------------
  ## トップページ
  --------------------------------------------------------------*/
  .sp-slide img {
    width: 100%;
  }

  .insite-search input[type="text"] {
    width: 145px;
  }


}/* max-width: 1024px */

@media screen and (max-width: 768px) {

  .row { flex-wrap: wrap; }
  .row-tb-1 > .col { width: 100%; margin: 0 0 20px; }
  .row-tb-2 > .col { width: calc( (100% / 2) ); }
  .row-tb-3 > .col { width: calc( (100% / 3) ); }
  .row-tb-4 > .col { width: calc( (100% / 4) ); }

  .main-wrapper {
    width: 95%;
  }

  /*--------------------------------------------------------------
  ## ヘッダー
  --------------------------------------------------------------*/
  .hd-wrapper {
    display: block;
  }

  .site-branding {
    padding: 15px 0;
    position: relative;
  }




  .main-navigation a.menu-trigger {
    display: block;
    position: absolute;
    top: 10px;
    right: 15px;
    width: 60px;
    height: 60px;
    transition: all .3s;
    background: #006837;
    padding: 10px;
    font-size: 10px;
  }

  .menu-trigger span {
    width: 100%;
    height: 2px;
    background-color: #fff;
    display: block;
    transition: all .3s;
  }

  .menu-trigger span:nth-of-type(1) {
    margin: 6px 0 0;
  }

  .menu-trigger span:nth-of-type(2) {
    margin: 10px 0 0;
  }

  .menu-trigger span:nth-of-type(3) {
    margin: 10px 0;
  }

  .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(5px) rotate(-315deg);
    margin: 12px 0 0;
  }

  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }

  .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-15px) rotate(315deg);
    margin: 8px 0 0;
  }

  .gm {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 9999;
  }

  .main-navigation .gm a {
    display: block;
    width: 100%;
    color: #fff;
    padding: 10px 10px 10px 45px;
    background: #8CC63F;
    border-left: none;
    border-top: solid 1px #fff;
  }

  .main-navigation a:before {
    left: 10px;
  }


  
  /*--------------------------------------------------------------
  ## フッター
  --------------------------------------------------------------*/

  /*--------------------------------------------------------------
  ## トップページ
  --------------------------------------------------------------*/
  .slide-wrapper .slider-pro {
    margin: 0 0 20px;
  }

  .slide-banner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .insite-search {
    width: 100%;
  }

  .insite-search input[type="text"] {
    width: 90%;
  }

  .slide-bnr {
    margin: 10px 15px 0 0;
  }

  .md-nav {
    padding: 12px 0 0;
  }

  .md-nav-list .col {
    width: calc( 100%/3 );
    margin: 0 0 12px;
  }

  .tabs-post-tab a {
    font-size: 14px;
    width: 130px;
  }

  .tabs-post-tab a span {
    font-size: 10px;
  }

  .search-key {
    font-size: 15px;
    padding: 12px 20px;
  }

  .search-key-form input[type="submit"] {
    font-size: 15px;
    margin: -4px 0 0 10px;
    padding: 17.5px 30px;
  }

  .search-key-form input[type="text"] {
    font-size: 15px;
    width: 380px;
  }

  .tabs-search a {
    font-size: 11px;
  }

  .btn-search-submit:before {
    left: 40px;
  }

  .bnr-bottom-inner .slick-prev {
    left: -16px;
  }

  .bnr-bottom-inner .slick-next {
    right: -16px;
  }

  #searchcare1 {
    padding: 0 50px 0 0;
  }

  /*--------------------------------------------------------------
  ## 求人情報
  --------------------------------------------------------------*/
  .single-recruit-info-hd-thumb,
  .single-recruit-info-hd-table {
    flex: auto;
  }

}/* max-width: 768px */


@media screen and (max-width: 667px) {

  .row-sp-1 > .col { width: 100%; margin: 0 0 20px; text-align: left;}
  .row-sp-2 > .col { width: calc( (100% / 2) ); }
  .row-sp-3 > .col { width: calc( (100% / 3) ); }
  .row-sp-4 > .col { width: calc( (100% / 4) ); }

  /*--------------------------------------------------------------
  ## ヘッダー
  --------------------------------------------------------------*/
  .main-navigation a.menu-trigger {
    top: 12px;
    right: 10px;
    width: 50px;
    height: 50px;
  }

  .menu-trigger span:nth-of-type(1) {
    margin: 4px 0 0;
  }

  .menu-trigger span:nth-of-type(2),
  .menu-trigger span:nth-of-type(3) {
    margin: 8px 0 0;
  }

  .menu-trigger.active span:nth-of-type(1) {
    margin: 7px 0 0;
  }

  /*--------------------------------------------------------------
  ## フッター
  --------------------------------------------------------------*/
  .footer-cont,
  .copyright {
    text-align: center;
  }

  .ft-link1 li:not(:first-child),
  .ft-link2 li:first-child {
    margin: 0;
  }

  .copyright {
    font-size: 10px;
    margin: -20px 0 0;
    white-space: nowrap;
  }

  /*--------------------------------------------------------------
  ## トップページ
  --------------------------------------------------------------*/
  .insite-search input[type="text"] {
    width: 82%;
  }

  .slide-bnr {
    margin: 10px 0 10px;
  }

  .md-nav {
    padding: 12px 5px 0;
  }

  .md-nav-list .col {
    width: calc( (100%/2) - 5px );
  }

  .md-nav-list img {
    margin: 0 5px 0 0;
  }

  .tabs-post-main {
    padding: 20px 0 0;
  }

  .tabs-post-tab {
    padding: 0;
    justify-content: center;
  }

  .tabs-post-tab .col {
    width: calc( (100%/5) - 4px );
    margin: 0 2px;
    position: relative;
  }

  .tabs-post-tab a {
    width: 100%;
    margin: 0;
    padding: 8px 6px;
    font-size: 10px;
    height: 48px;
    line-height: 1.2;
  }
  


  .tabs-post-tab a#all {
    padding: 12px 8px 0;
  }

  .tabs-post-tab a span {
    position: absolute;
    left: 50%;
    bottom: 3px;
    transform: translateX(-50%);
  }

  .post-list {
    padding: 8px;
    width: calc( (100%/2) - 8px);
    margin: 0 4px 15px;
  }

  .search-care-wrapper {
    background: #8CC63F;
    padding: 30px 0 80px;
  }

  .search-recruit-wrapper {
    padding: 20px 0 30px;
  }

  .search-tab {
    padding: 8px 8px 6px;
    top: -68px;
    left: 0;
  }

  .searchrecruit-tab {
    top: -58px;
  }

  .ico-search-tab {
    flex-basis: 15%;
  }

  .search-tab-mini {
    font-size: 10px;
  }

  .search-tab-main {
    font-size: 12px;
  }

  .ilst-search {
    top: -64px;
    right: 0;
    width: 175px;
  }

  .ilst-searchrecruit {
    top: -63px;
    width: 180px;
  }

  .search-inner {
    padding: 0;
  }

  .ico-search-key {
    width: 15%;
    margin: 0 5px 0 0;
  }

  .search-key {
    font-size: 13px;
    padding: 0;
  }

  .search-key-form input[type="text"] {
    font-size: 13px;
    width: 132px;
    height: 35px;
  }

  .search-key-form input[type="submit"] {
    font-size: 13px;
    margin: -2px 0 0 5px;
    padding: 10px;
  }

  .tabs-search {
    justify-content: center;
  }

  .tabs-search .col {
    flex: none;
    width: calc(100%/3);
  }

  .tabs-search li:nth-child(even) a {
    border-left: solid 1px #e6e6e6;
  }

  .tabs-searchrecruit .col {
    width: calc(100%/3);
  }

  .tabs-searchrecruit a {
    font-size: 11px;
  }

  .tabs-searchrecruit a:before {
    margin: 0 3px 0 0;
  }

  .tabs-searchrecruit li:nth-child(n+2) a {
    border-left: solid 1px #e6e6e6;
  }

  .tabs-search a.active:after {
    content: none;
  }

  .tabs-search-hd {
    margin: 15px 0 0;
  }

  .tabs-search-main {
    padding: 20px 20px 10px;
  }

  .tabs-search-main label {
    font-size: 13px;
    margin: 0 10px 15px 0;
  }

  #searchcare1 {
    padding: 0;
  }

  .tabs-search-main input[type="checkbox"] {
    margin: 0 3px 0 0;
  }

  .search-select-wrapper {
    margin: 15px 0 0;
  }

  .search-select-cont {
    font-size: 10px;
    padding: 2px 6px;
    margin: 3px;
  }

  .search-select-ttl {
    padding: 25px 0px;
    margin: 0 8px 0 0;
    font-size: 14px;
    line-height: 32px;
    width: 30px;
  }

  .search-btn-wrapper input {
    font-size: 12px;
    font-weight: bold;
    border: none;
    border-radius: 0;
    width: 100%;
    height: 42px;
  }

  .btn-search-reset {
    margin: 0;
  }

  .btn-search-submit:before {
    content: none;
  }

  .whatsnew-left,
  .whatsnew-right,
  .whatsnew-post-list-date,
  .whatsnew-post-list-ttl {
    flex-basis: 100%;
  }

  .whatsnew-wrapper {
    padding: 25px 0;
  }

  .whatsnew-post-cont {
    margin: 8px 0 0;
  }

  .whatsnew-post-list-date {
    padding: 0 0 2px;
  }

  .whatsnew-post-list {
    padding: 8px 12px;
  }

  .bnr-whatsnew {
    text-align: center;
  }

  .bnr-bottom-cont {
    justify-content: center;
  }

  .bnr-bottom-cont .col {
    width: calc( (100%/2) - 20px );
    margin: 0 5px 10px;
  }

  .bnr-bottom img {
    width: 100%;
  }

  .bnr-bottom-inner .slick-prev {
    left: -10px;
  }

  .bnr-bottom-inner .slick-next {
    right: -10px;
  }

  /*--------------------------------------------------------------
  ## 投稿詳細
  --------------------------------------------------------------*/
  .content-area {
    margin: 20px auto 0;
  }

  .site-single-main {
    padding: 15px;
  }

  .breadcrumb-list {
    margin: 0 0 10px;
    font-size: 10px;
    line-height: 1.2;
  }

  h1.entry-title {
    font-size: 18px;
  }

  .entry-content h3 {
    font-size: 16px;
  }

  .entry-content h4 {
    padding: 5px 8px;
    font-size: 15px;
  }

  .single-meta {
    margin: 0 0 10px;
  }

  .entry-content {
    margin: 20px 0 0;
  }

  .entry-content p {
    font-size: 13px;
    line-height: 1.5;
  }

  .prev-post,
  .next-post {
    justify-content: center;
    flex-wrap: nowrap;
    line-height: 1.2;
  }

  .post-nav-wrapper {
    margin: 35px 0 0;
  }

  .post-nav-wrapper .next-post {
    margin: 0;
  }

  .prev-post-ttl,
  .next-post-ttl {
    flex-shrink: 0;
  }

  .prev-post-ttl {
    margin: 0 5px 0 0;
  }

  .next-post-ttl {
    margin: 0 0 0 5px;
  }

  /*--------------------------------------------------------------
  ## お役立ち情報
  --------------------------------------------------------------*/
  .useful-table th {
    width: 26.5%;
    padding: 10px 5px;
  }

  .useful-table td {
    padding: 8px 5px;
  }

  .map-link {
    display: block;
    margin: 3px 0 0;
    text-align: center;
  }

	
  /*--------------------------------------------------------------
  ## 求人情報
  --------------------------------------------------------------*/
  .info-table th,
  .info-table td {
    padding: 5px;
  }

  .info-table th {
    width: 20%;
  }

  .recruit-facility-link {
    text-align: center;
  }

  .recruit-facility-link a {
    padding: 8px 20px;
    font-size: 12px;
  }

  .recruit-table th,
  .recruit-table td {
    line-height: 1.2;
    padding: 8px 10px;
  }

  .recruit-table th {
    width: 30%;
  }

  /*--------------------------------------------------------------
  ## 施設情報
  --------------------------------------------------------------*/
  .tabs-facility {
    padding: 0 3px;
  }

  .tabs-facility li {
    width: calc(100%/3);
    margin: 0;
  }

  .tabs-facility a {
    width: 100%;
    margin: 0;
  }

  .tabs-facility-main {
    padding: 15px;
  }

  .search-basic-left,
  .search-basic-right {
    flex-basis: 100%;
  }

  .search-basic h4 {
    padding: 0;
  }

  .ico-search-checkpoint {
    margin: 0 0 10px;
  }

  .search-basic-table th {
    width: 32%;
  }

  .search-availability th {
    width: 25%;
  }

  .single-search-info-hd-thumb {
    flex-basis: 100%;
  }

  .single-search-info-hd-table {
    flex-basis: 100%;
  }

}/* max-width: 667px */




@media screen and (min-width: 769px) {

/*--------------------------------------------------------------
## 全国に広がる介護ナビ
--------------------------------------------------------------*/
.jpmap_map {
    width: 60%;
    float: left;
    margin-right: 20px;
}
}

/*--------------------------------------------------------------
## 介護ナビ無料掲載申し込みフォーム
--------------------------------------------------------------*/
.free-form label {
   font-size: 14px;
}


/*中山追加*/
.tabs-search-main label.search-label-japan {
    display: block;
}

.tabs-search-main label.search-label-ibarakiken {
	margin-top: 1.4rem;
    display: block;
}

.tabs-search-main label.search-label-saitamaken {
	margin-top: 1.4rem;
    display: block;
}

.tabs-search-main label.search-label-kanagawaken {
	margin-top: 1.4rem;
    display: block;
}

.tabs-search-main label.search-label-chibaken {
	margin-top: 1.4rem;
    display: block;
}

.tabs-search-main label.search-label-aichiken {
	margin-top: 1.4rem;
    display: block;
}

.tabs-search-main label.search-label-mieken {
	margin-top: 1.4rem;
    display: block;
}

.tabs-search-main label.search-label-mieken-japan {
	margin-top: 1.4rem;
    display: block;
}

.tabs-search-main label.search-label-sigaken {
	margin-top: 1.4rem;
    display: block;
}

.tabs-search-main label.search-label-hyougoken {
	margin-top: 1.4rem;
    display: block;
}

.tabs-search-main label.search-label-hiroshimaken {
	margin-top: 1.4rem;
    display: block;
}

.tabs-search-main label.search-label-yamagutiken {
	margin-top: 1.4rem;
    display: block;
}

.tabs-search-main label.search-label-tokushimaken {
	margin-top: 1.4rem;
    display: block;
}

.tabs-search-main label.search-label-fukuokazeniki {
	margin-top: 1.4rem;
    display: block;
}

.tabs-search-main label.search-label-nagasakiken {
	margin-top: 1.4rem;
    display: block;
}

.tabs-search-main label.search-label-oitaken {
	margin-top: 1.4rem;
    display: block;
}

.tabs-search-main label.search-label-miyazakiken {
	margin-top: 1.4rem;
    display: block;
}

.tabs-search-main label.search-label-kagoshimaken {
	margin-top: 1.4rem;
    display: block;
}

.tabs-search-main label.search-label-osakafu {
	margin-top: 1.4rem;
    display: block;
}

.tabs-search-main label.search-label-tokyoto {
	margin-top: 1.4rem;
    display: block;
}
/*--------------------------------------------------------------
## 介護ナビ無料掲載申し込みフォーム
--------------------------------------------------------------*/
/*211101藤田追加*/
.h-adr label{
    display: flex;
    align-items: center;
}
.no-required,
.required{
	display: inline-block;
	width: 12.5rem;
    font-size: 14px;
	font-weight: bold;
}
.h-adr .required::after {
    content: "必須";
    font-size: 12px;
    color: rgb(255, 255, 255);
    margin-left: 0.5rem;
    background: rgb(129, 12, 16);
    padding: 0.25rem 0.5rem;
    border-radius: 0.5rem;
}
.h-adr .wpcf7-form-control-wrap{
	display: inline-block;
	width: calc( 100% - 12rem);
}
.h-adr .office-zipcode,
.h-adr .jigyosyo-zipcode{
	width: auto;
}
.h-adr input[type="text"],
.h-adr input[type="email"],
.h-adr input[type="url"],
.h-adr input[type="password"],
.h-adr input[type="search"],
.h-adr input[type="number"],
.h-adr input[type="tel"],
.h-adr input[type="range"],
.h-adr input[type="date"],
.h-adr input[type="month"],
.h-adr input[type="week"],
.h-adr input[type="time"],
.h-adr input[type="datetime"],
.h-adr input[type="datetime-local"],
.h-adr input[type="color"],
.h-adr textarea{
	width: 100%;
}

.h-adr input.wpcf7-form-control.wpcf7-submit {
    display: block;
    margin: auto;
}

@media screen and (max-width: 480px) {
	.h-adr label{
		display: block;
	}
	.h-adr .wpcf7-form-control-wrap{
		width: 100%;
	}
	.h-adr .required{
		margin-bottom: 0.5rem;
	}
}

/*--------------------------------------------------------------
## 資料ダウンロード一覧
--------------------------------------------------------------*/
.manual .entry-content h3{
	border-bottom: 0;
	margin: 0;
}