@charset "utf-8";
/* CSS Document */


#wrapper {
  overflow: hidden;
}

/*
↓ブログ記事内のh2～h4タイトル

ワードプレスの記事内にh2～h4の
タグを入れると反映されます。
*/



.site-main .entry-content h3 {
  background-color: #fff;
  width: 100%;
  border: solid 3px #86d1bb;
  position: relative;
  color: #555555;
  font-size: clamp(22px, 20 / 524* 70vw, 30px);
  line-height: 1.3;
  text-align: center;
  padding: 9px 0 10px;
  margin-bottom: 10px;
  outline: solid 1px #86d1bb;
  outline-offset: -6px;
}

.site-main .entry-content h4{
  background-color: #c2ebdf;
  border: solid 3px #fff;
  font-size: clamp(22px, 20 / 524* 70vw, 26px);
  text-align: center;
  padding: 10px 0;
  margin-bottom: 10px;
  line-height: 1.3;
}
.site-main .entry-content h5{
  font-size: clamp(20px, 20 / 524* 70vw, 22px);
  color: #555555;
  font-weight: bold;
  text-align: left;
  margin-bottom: 20px;
  line-height: 1.7;
  /* background: linear-gradient(to top, #fee8a0 17px, transparent 17px); */
  /* display: inline; */
}
/* .site-main .entry-content h6{
  color: #35b18c;
  font-size: clamp(20px, 20 / 524* 70vw, 24px);
  font-weight: bold;
  margin-bottom: 4px;
  line-height: 1.5;
} */
.site-main .entry-content .entry-content strong{
	font-weight: bold;
}

.site-main .entry-content h6 {
  font-size: clamp(14px, 20 / 524* 70vw, 16px);
}

/* ↑ブログ記事内のh2～h4タイトル*/

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

/*ページタイトル*/
h2#pageIndex {
  background: url(img/pageIndex.png) no-repeat;
  font-size: 0px;
}
.breadcrumbs ul li {
  margin: 0;
}
.breadcrumbs ul li:nth-child(2)::before {
  display: none;
}
.leftnavi .contBox .inner {
  box-sizing: content-box;
}

/*ブログ記事*/
article {
  clear: both;
  padding-bottom: 60px;
  margin: 0 !important;
}
/*ブログ記事タイトル(個別記事)*/
/* article h2.entry-title {
  border: solid 1px #86d1bb;
  color: #555555;
  font-size: clamp(22px, 20 / 524* 70vw, 30px);
  line-height: 1.3;
  text-align: center;
  padding: 9px 0 10px;
  margin: 2px;
} */
h2.entry-title a {
  color: #35b18c;
  text-decoration: none;
}
.top_cont article {
  padding-bottom: 20px;
}
/*ブログ記事タイトル(トップページ)*/
.top_cont article h2.entry-title {
  margin-bottom: 40px;
  text-indent: 0;
  white-space: normal;
  width: 100%;
  text-align: left;
  border-bottom: 2px dashed #47b893;
  height: auto;
  font-size: 24px;
  color: #35b18c;
  margin-bottom: 20px;
}
.top_cont article h2.entry-title a {
}
.top_cont article h2.entry-title a span.txt {
}
/*ブログ記事タイトル(「記事を読む」ボタン)*/
.top_cont article h2.entry-title a span.link {
  float: right;
  background: #f9b2af;
  display: inline-block;
  line-height: 1;
  color: #fff;
  font-size: 16px;
  padding: 5px 15px;
  border-radius: 15px;
  margin-bottom: 5px;
}
.top_cont article h2.entry-title a span.link:hover {
  opacity: 0.7;
}
nav.post-navigation {
  width: 100%;
  margin: 0 auto;
}
#secondary.widget-area {
  width: 100%;
  margin: 60px auto 0;
  background: #fff;
  padding: 4%;
  border: 1px solid #5a2d00;
}

/*投稿日時(トップページ)*/
.top_cont .entry-header .entry-meta {
  text-align: left;
  margin-bottom: 5px;

}
/*投稿日時*/
.entry-header .entry-meta {
  text-align: right;
}
.entry-header .posted-on {
  display: inline-block;
  margin-bottom: 5px;
  background: #bee9f3;
  line-height: 1;
  padding: 5px 8px;
  /* border-radius: 4px; */
  /* box-shadow: 0 0 3px 3px #e2d6c7 inset; */
}
.entry-header .posted-on a {
  text-decoration: none;
  /* color: #794318; */
  font-size: 14px;
}
.entry-header .byline {
  display: none;
}

/*ブログ記事本文*/
.entry-content {
  /* padding: 0 15px 10px; */
  margin: 0;
  line-height: 1.5;
}
.entry-content p a {
  color: Linktext;
  text-decoration: underline;
}
.entry-content p {
  font-size: clamp(16px, 20 / 524* 70vw, 18px);
  margin-bottom: 20px;
  line-height: 1.5;
  text-align: left;
}

#secondary section {
  max-width: unset;
}

/*ブログ記事カテゴリ*/
.entry-footer {
  clear: both;
  background: #f9f5ef;
  padding: 15px;
  text-align: left;
  border-radius: 6px;
  margin-top: 30px;
}
.entry-footer .cat-links a {
}
.entry-footer .cat-links,
.entry-footer .tags-links {
  margin-right: 20px;
}
.entry-footer .comments-link {
  display: none;
}
/*前の投稿*/
.post-navigation .nav-previous {
  text-align: left;
}
.post-navigation .nav-previous a {
  position: relative;
  padding-left: 15px;
}
.post-navigation .nav-previous a::after {
  position: absolute;
  content: "«";
  left: 0;
  top: 0;
}
/*次の投稿*/
.post-navigation .nav-next {
  text-align: right;
}
.post-navigation .nav-next a {
  position: relative;
  padding-right: 15px;
}
.post-navigation .nav-next a::after {
  position: absolute;
  content: "»";
  right: 0;
  top: 0;
}

/*ウィジェット*/
.widget-title {
  color: #6f3507;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 3px solid #6f3507;
  margin-bottom: 10px;
}
.widget {
  text-align: left;
  background: none;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 30px;
}
/*
	#content a:hover,#content  a:focus, #content a:active{
		text-decoration: none;
		color: #999;
	}
	#content a:visited{
		color: #999;
	}
*/
.widget ul li {
  font-size: 13px;
  margin-bottom: 10px;
}
.widget ul li a {
  color: #555;
}
.widget_archive ul li,
.widget_categories ul li {
  float: left;
  padding-right: 20px;
}
/*ウィジェット・検索ボックス*/
#secondary.widget-area .widget_search label {
  display: block;
}
.widget_search {
  width: 46%;
  float: left;
  padding-bottom: 30px;
}
#secondary.widget-area .search-field {
  width: 80%;
  float: left;
}
#secondary.widget-area .search-submit {
  width: 17%;
  float: right;
  font-weight: bold;
  color: #fff;
  background: #6f3507;
  font-size: 14px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
}
#secondary.widget-area .search-submit:hover {
  opacity: 0.7;
}
/*ウィジェット・最近の投稿*/
.widget_recent_entries {
  width: 46%;
  float: right;
}
/*ウィジェット・カテゴリー*/
.widget_categories {
}
/*ウィジェット・アーカイブ*/
.widget_archive {
}
.widget_archive #archives-dropdown-2 {
  float: left;
}
.widget_tag_cloud .tagcloud {
  text-align: left;
}
/*ウィジェット・タグ*/
.widget_tag_cloud .tagcloud a {
  font-size: 13px !important;
  padding-right: 20px;
}

.widget_meta {
  width: 46%;
  float: right;
  padding-bottom: 30px;
}
.site-footer {
  clear: both;
}

.site-content {
  width: 960px;
  margin: 0 auto;
}

.lower_bg01_lflex01 {
	padding-top: 30px;
	padding-bottom: 0px;
}

/*================================

　ここからPC表示

================================*/
@media (min-width: 897px) {
  #top {
  }
  /*
  #header {
    background: #fff;
    height: 274px;
  }
  #top_header_kaso {
  }
  #kaso #top_head_logo {
    margin-top: 0 !important;
    margin-left: -20px;
  }
  #kaso {
    padding: 0px 0 0px;
  }
  #kaso #kaso_top_info {
    top: 90px;
    right: 0px;
  }
  
  #footer #footer_rightBox {
      height: 300px;
  }
  #footer #footer_rightBox {
  float: right;
  margin-top: 20px;
  }
  */
}
/*================================

　ここからTABLET・SP適用

================================*/
@media (max-width: 896px) {
  .maincont {
    width: 97%;
    margin: 0 auto;
    float: none;
  }
  /*
  #footer_rightBox img {
    width: 100%;
    max-width: 424px;
  }
  #footer #footer_rightBox {
  }
  #footer #footer_rightBox img {
    width: 100%;
  }
  */
  #secondary.widget-area {
    /* width: 97%; */
    margin: 60px auto 0;
  }
  .site-content {
    width: 97%;
    margin: 0 auto;
  }
  .widget_search {
    width: 100%;
    float: none;
    padding-bottom: 25px;
  }
  .widget_recent_entries {
    width: 100%;
    float: none;
  }
  /*
  #footer #footer_rightBox {
    text-align: center;
    margin-top: 20px;
  }
  */
  #kaso #top_head_logo {
    margin: 0px !important;
  }
  #kaso #top_head_logo img {
    margin: 0px !important;
  }
  #recruit .inner {
    padding: 70px 0 110px;
  }
}

/*================================

　ここからTABLETのみ適用

================================*/
@media (max-width: 896px) and (min-width: 481px) {
  .pcTab-none {
    display: none !important;
  }
  .tab-none {
    display: none !important;
  }
  #recruit .inner {
    padding: 70px 0 160px;
  }
}

/*================================

　ここからSP適用

================================*/
@media (max-width: 480px) {
  .tabSp-none {
    display: none !important;
  }
  .sp-none {
    display: none !important;
  }
}
