@charset "utf-8";
/* CSS Document */
/*------------------------------------*\
    wrapper 
\*------------------------------------*/
.wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
}
body:not(.twentyseventeen-front-page) .entry-header {
  padding: 0;
}
.inner_wrap {
  max-width: 1280px;
  padding: 0 30px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1280x) {
  .inner_wrap {
    max-width: 100%;
  }
}
/*------------------------------------*\
    header
\*------------------------------------*/
.header {
  width: 100%;
  margin: 0;
  padding: 0;
}
.header .header_01 {
  margin: 20px 0;
}
.header .header_01 .logo {
  float: left;
}
.header .header_01 .head_menu ul {
  display: flex;
    justify-content: flex-end;
	align-items: flex-start;
}
.header .header_01 .head_menu li {
  display: inline;
  padding: 0;
  margin-left: 15px;
}
.header .header_01 .head_menu li:last-child {
  padding: 0;
}
.header .header_01 .head_menu li a {
  font-size: 31px;
  color: #3079bc;
	line-height: 1;
}
.header .header_01 .head_menu li a:hover {
  opacity: 0.7;
}
/*.header .header_01 .head_menu li:nth-child(4),
.header .header_01 .head_menu li:last-child   {
    background-color: #f15a24;
    padding: 9px 10px;
    border-radius: 7px;
    font-size: 14px;
	font-weight: 600;
    color: #FFF;
	line-height: 1;
}
.header .header_01 .head_menu li:nth-child(4) a,
.header .header_01 .head_menu li:last-child a {
    font-size: 14px;
	font-weight: 600;
    color: #FFF;
}*/
.header .header_01 .head_menu li:last-child   {
	border: solid 2px #f15a24;
    padding: 6px 10px;
    border-radius: 7px;
    font-size: 14px;
	font-weight: 600;
    color: #f15a24;
	line-height: 1;
}
.header .header_01 .head_menu li:last-child a {
    font-size: 14px;
	font-weight: 600;
    color: #f15a24;
}
@media only screen and (max-width:1024px) {}
@media only screen and (max-width:894px) {
  .header {
    border-bottom: double 3px #323232;
  }
  .header .header_01 {
    margin: 20px 0;
    height: auto;
  }
  .header .header_01 .logo {
    margin: 0 auto;
    float: none;
    text-align: center;
  }
  .header .header_01 .logo img {
    max-width: 100%;
    height: auto;
  }
  .header .header_01 .head_menu {
    display: none;
  }
  /*.header .header_01 .head_menu img {
	width: 19%;
	height: auto;
}*/
}
/*------------------------------------*\
    entry-content
\*------------------------------------*/
.entry-content {
  max-width: 1280px;
  margin: 0 auto 100px;
  padding: 0 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.entry-content-main {
  width: 100%;
  /*width:  calc( 100% - 300px );*/
}
.entry-content-sub {
  width: 200px;
  margin-left: 100px;
}
.entry-content-sub img {
  width: 200px;
  height: auto;
}
.entry-content-sub li {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}
@media only screen and (max-width:1024px) {
  .entry-content {
    box-sizing: border-box;
  }
}
@media only screen and (max-width:894px) {
  .entry-content {
    margin: 0 auto 30px !important;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .entry-content-main {
    width: 100%;
    margin-bottom: 30px;
  }
  .entry-content-sub {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
}
/*------------------------------------*\
    投稿ページ
\*------------------------------------*/
.single article {
  width: 100%;
  margin: 0 auto;
}
.entry-info {
  font-size: 90%;
}
.entry-info .info-cat {
  display: inline-block;
  line-height: 1;
  font-size: 90%;
  color: #f15a24;
  border: 1px solid #f15a24;
  padding: 3px 6px;
  margin: 0 10px;
}
.entry-info ul {
  margin: 5px 0 30px 0 !important;
  display: flex;
}
.entry-info ul li {
  list-style-type: none;
  margin-right: 15px;
}
.entry-info ul li i {
  color: #f15a24;
}
@media screen and (max-width: 1199px) {
  .single article {
    width: 100%;
	  margin: 0;
  }
}
@media screen and (max-width: 1024px) {
  .single-post .entry-header, .single-post .entry-content, .single-post .entry-back {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
}
.single .entry-content {
  margin-bottom: 100px;
}
.single .entry-footer {
  display: none;
}
/*------------------------------------*\
    アーカイブページ
\*------------------------------------*/
.archive .archive01 {
  margin: 0 auto 100px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1199px) {
  .archive .archive01 {
    width: 100%;
	  margin: 0;
  }
}
.archive .entry-header {
  padding-top: 0;
  width: 100%;
}
.archive .entry-summary {
  padding-top: 0;
  width: 100%;
  margin-bottom: 30px;
}
.archive01 article {
  width: 1000px;
  margin: 0 auto 100px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .archive01 article {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .single-post .entry-header, .single-post .entry-content, .single-post .entry-back {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
}
/*------------------------------------*\
    投稿・アーカイブ共通
\*------------------------------------*/
.single .news_ttl,.archive .news_ttl {
    width: 100%;
    margin: 0 auto;
}
.single .news_ttl h2, .archive .news_ttl h2 {
  max-width: 1080px;
  margin: 0 auto;
  padding: 80px 30px;
  box-sizing: border-box;
  color: #f15a24;
  font-weight: 400;
  font-size: 48px;
}
/*.single .breadcrumb-trail,
.archive .breadcrumb-trail{
	margin-bottom: 70px;
	width: 100%;
}*/
.single .entry-meta, .archive .entry-meta {
  display: none;
}
.single .entry-back{
	margin-top: 50px;
}
/*------------------------------------*\
    ニュース　投稿ページ
\*------------------------------------*/
.single-post .entry-title {
  position: relative;
  background: #f15a24;
  background-image: url(images/pw01.png);
  background-repeat: no-repeat;
  background-size: 36px;
  background-position: top 10px left 10px;
  box-shadow: 0px 0px 0px 5px #f15a24;
  border: solid 1px #ffffff94;
  padding: 10px 20px 10px 60px;
  border-radius: 3px;
  color: #fff;
  margin-bottom: 30px;
  font-size: 26px;
}
.single-post h3 {
  font-size: 18px;
  text-align: center;
  border: dotted 2px #f15a24;
  padding: 10px;
  color: #f15a24;
  border-radius: 5px;
  margin-bottom: 30px;
}
.single-post .entry-back a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  width: 300px;
  padding: 15px 0;
  border-radius: 5px;
  background: url(images/p01.png) 20px 50% no-repeat #f15a24;
  text-indent: 20px;
  text-align: center;
  text-decoration: none;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .single-post .entry-title {
    width: 90%;
    font-size: 18px;
  }
  .single-post h3 {
    font-size: 14px;
    margin-bottom: 20px;
    text-align: left;
  }
}
/*------------------------------------*\
    ニュース　一覧ページ
\*------------------------------------*/
.archive .entry-title {
  position: relative;
  background: #f15a24;
  background-image: url(images/pw01.png);
  background-repeat: no-repeat;
  background-size: 36px;
  background-position: top 10px left 10px;
  box-shadow: 0px 0px 0px 5px #f15a24;
  border: solid 1px #ffffff94;
  padding: 10px 20px 10px 60px;
  border-radius: 3px;
  color: #fff;
  margin-bottom: 30px;
  font-size: 26px;
}
.archive .entry-title a {
  color: #fff;
}
.archive .link-more {
  text-align: right;
}
/*------------------------------------*\
    ブログ　投稿ページ
\*------------------------------------*/
.single-blog01 {
  width: 100%;
  padding: 0 100px;
  margin: 0 auto 100px;
  display: flex;
  justify-content: space-between;
}
.single-blog01 .entry-content {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.entry-content .wp-video {
  max-width: 100%;
  height: auto;
  text-align: center;
  margin: 0 auto 30px;
}
@media screen and (max-width: 1024px) {
  .single-blog01 {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
}
.blog-single .entry-title {
  position: relative;
  background: #f15a24;
  box-shadow: 0px 0px 0px 5px #f15a24;
  border: solid 1px #ffffff94;
  padding: 10px 20px;
  color: #fff;
  margin-bottom: 30px;
}
.blog-single .entry-title:after {
  position: absolute;
  content: '';
  left: -7px;
  top: -7px;
  border-width: 0 0 15px 15px;
  border-style: solid;
  border-color: #fff #fff #7CBD5B;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
.blog-single h4 {
  padding: 12px 20px 10px;
  margin-bottom: 30px;
  border-left: solid 10px #7CBD5B;
  background-color: #F2F1F1;
}
.blog-single h5 {
  color: #7CBD5B;
  font-weight: 600 !important;
  padding: 0 0px 2px 10px;
  margin-bottom: 30px;
  border-bottom: dotted 2px #7CBD5B;
  position: relative;
}
.blog-single h6 {
  padding: 0 0 2px 10px;
  border-bottom: solid 2px #323232;
  margin-bottom: 20px;
  font-weight: 600 !important;
  color: #323232;
}
.blog-single ul {
  margin: 0 0 50px 50px;
}
.blog-single li {
  list-style: square;
}
.blog-single blockquote {
  background-color: #F2F1F1;
  border: solid 1px #ddd;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
}
.blog-single .entry-back {
  text-align: center;
  background-color: #D50E73;
  padding: 10px 30px;
  border-radius: 38px;
  width: 33%;
  margin-left: 70%;
  display: block;
}
.post-navigation {
  width: 1000px;
  background-color: #F2F1F1;
  margin: 0 auto 100px;
  padding: 20px;
  font-weight: 400;
  font-size: 16px;
}
.nav-subtitle {
  font-size: 16px;
}
.entry-content a, .entry-title a, .post-navigation a, .nav-title a {
  /*	box-shadow:inset 0 0 0 rgba(0, 0, 0, 0), 0 1px 0 #444;
	-webkit-box-shadow:inset 0 0 0 rgba(0, 0, 0, 0), 0 1px 0 #444;*/
  text-decoration: none;
}
/*------------------------------------*\
    ブログ　一覧ページ
\*------------------------------------*/
.archive .entry-title a {
  box-shadow: none;
  -webkit-box-shadow: none;
  text-decoration: none;
}
.single .entry-back a {
  color: #fff;
  display: block;
}
.entry-content a:hover, .entry-title a:hover, .post-navigation a:hover, .nav-title a:hover {
  /*	box-shadow:inset 0 0 0 rgba(0, 0, 0, 0), 0 1px 0 #000;
	-webkit-box-shadow:inset 0 0 0 rgba(0, 0, 0, 0), 0 1px 0 #000;*/
  text-decoration: none;
}
.archive .entry-title a {
  box-shadow: none;
  -webkit-box-shadow: none;
  text-decoration: none;
}
.blog-single, .blog-archive {
  width: 65%;
  order: 1;
}
.blog-archive a, .blog-archive a:visited, .blog-archive a:active {
  text-decoration: none;
}
.blog-archive a:hover {
  text-decoration: underline;
}
.blog-archive .nav-links a, .blog-archive .nav-links a:visited, .blog-archive .nav-links a:active {
  text-decoration: underline;
}
.blog-archive ul {
  display: flex !important;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.blog-archive li {
  display: flex !important;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  padding: 20px 10px;
  border-bottom: dotted 1px #8787876e;
}
.blog-archive li:first-child {
  padding-top: 0;
}
.blog-archive li:nth-child(odd) {}
.blog-archive li:nth-child(even) {
  background-color: #fafafa;
}
.blog-archive .blog-archive-date {
  width: 20%;
  color: #f15a24;
  font-weight: 600;
  line-height: 1.5;
}
.blog-archive .blog-archive-txt {
  width: 80%;
  box-sizing: border-box;
  line-height: 1.5;
}
.blog-archive .wp-pagenavi span.current {
  font-weight: bold;
  background-color: #f15a24;
  color: #fff;
  border-color: #f15a24;
}
.blog-archive .wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #f15a24;
  padding: 4px 10px;
  margin: 3px;
}
.blog-info {
  width: 30%;
  order: 2;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: baseline;
}
.single-blog .entry-info {
  font-weight: 600;
}
.blog-info .info-cat {
  background-color: #f15a24;
  color: #fff;
  border-radius: 10px;
  padding: 10px;
}
.blog-info .category {
  width: 100%;
  margin-bottom: 50px;
}
.blog-info .tag {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  background-color: #fafafa;
  border: solid 1px #8787876e;
}
.blog-info .category ul, .blog-info .tag ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0 10px;
  margin: 0;
}
.blog-info .category li i, .blog-info .tag li i {
  color: #D50E73;
}
.blog-info .category li a, .blog-info .tag li a {
  text-decoration: none;
  line-height: 1;
}
.blog-info .category li a:hover, .blog-info .tag li a:hover {
  opacity: 0.5;
}
.blog-info .category li {
  width: 100%;
  list-style: none;
}
.blog-info .tag li {
  margin-right: 20px;
  list-style: none;
}
.blog-info .tag li:last-child {
  margin-right: 0;
}
.blog-info .category h4 {
  margin: 0 0 10px;
  background-color: #f15a24;
  padding: 5px 20px;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  border-left: none;
}
.blog-info .tag h4 {
  margin: 0 0 10px;
  border-bottom: dotted 2px #f15a24;
  font-size: 16px;
  padding: 0 10px 3px;
  color: #f15a24;
  font-weight: 600;
  border-left: none;
  background: none;
}
  .single article p, .archive article p {
	  padding-bottom: 20px; }
@media only screen and (max-width:1024px) {
  body:not(.twentyseventeen-front-page) .entry-header {
    width: 100%;
  }
  .single {
    width: 100%;
  }
  .single article, .archive article {
    width: 100%;
    margin: 0 0 30px;
  }
}
@media only screen and (max-width:894px) {
  .single .news_ttl, .archive .news_ttl {
    width: 100%;
  }
  /*.single .breadcrumb-trail,
.archive .breadcrumb-trail{
	margin-bottom: 30px;	
}*/
  .single .news_ttl h2, .archive .news_ttl h2 {
    padding: 25px 0;
    font-size: 24px;
    width: 90%;
    margin: 0 auto;
    border: none;
    border-bottom: none;
  }
  .single .entry-header, .single .entry-content, .single {
    width: 100%;
  }
  .single .entry-content {
    margin-bottom: 30px;
  }
  .single .entry-back {
    width: 30%;
  }
  .post-navigation {
    width: 100%;
    background-color: #F2F1F1;
    margin: 0 auto 30px;
  }
  .single .entry-title, .archive .entry-title {
    padding: 10px;
    margin: 0 auto 25px;
    font-size: 14px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width:768px) {
  .single .news_ttl, .archive .news_ttl {
    background-size: cover;
    width: 100%;
  }
  .single .entry-content h2, .archive .entry-title h2 {
    padding: 10px 10px 10px 15px;
    font-size: 18px;
  }
  .single .entry-header, .single .entry-content, .single {
    width: 100%;
  }
  .single .entry-content {
    margin-bottom: 20px;
  }
  .single .entry-back {
    width: 100%;
    margin: 0 auto;
  }
  .post-navigation {
    width: 100%;
    margin: 0 auto 20px;
    padding: 10px;
  }
  .blog-single, .blog-archive {
    width: 100%;
    padding: 0 0 50px
  }
  .blog-archive ul {
    margin-bottom: 30px;
  }
  .blog-archive .blog-archive-date {
    width: 100%;
    padding-bottom: 10px;
  }
  .blog-archive .blog-archive-txt {
    width: 100%;
  }
  .blog-info {
    width: 100%;
  }
  .blog-info .category {
    margin-bottom: 30px;
  }
}
/*------------------------------------*\
    投稿ページ　ナビゲーション
\*------------------------------------*/
.single .site-navigation {
  position: relative;
  padding: 20px 50px;
  border-top: solid 2px #D50E73;
  border-bottom: solid 2px #D50E73;
  color: #D50E73;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}
@media only screen and (max-width:1024px) {
  .single .site-navigation {
    width: 100%;
  }
}
@media only screen and (max-width:894px) {
  .single .site-navigation {
    width: 100%;
  }
}
/*------------------------------------*\
    カテゴリー一覧
\*------------------------------------*/
.category .page-header {
  padding-bottom: 0;
}
.category .page-title {
  display: none;
}
/*------------------------------------*\
    固定ページ
\*------------------------------------*/
.page01 {
  width: 100%;
  margin: 80px auto 100px;
}
.page01 p {
  font-size: 16px;
  width: 100%;
}
.page01 .entry-header {}
.page01 .entry-header .entry-title {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  font-size: 48px;
  line-height: 1.5;
  display: inline-block;
  position: relative;
  color: #f15a24
}
.page01 .entry-header .entry-title span {
  font-size: 16px;
  padding-top: 12px;
  display: block;
  line-height: 28px;
  color: #323232;
}
.page01 .entry-header .entry-title span:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 70px;
  display: inline-block;
  width: 50px;
  height: 4px;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  background-color: #323232;
}
@media screen and (max-width: 894px) {
  .page.page-one-column .entry-header {
    margin-bottom: 0 !important;
  }
  .page01 .entry-header .entry-title {
    margin: 0 auto 20px;
    font-size: 20px;
  }
  .page01 .entry-header .entry-title span {
    font-size: 20px;
  }
  .page01 .entry-header .entry-title span:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50px;
  }
}
.page .catch {
  width: 100%;
  text-align: center;
  font-size: 42px;
}
.page h2 {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #323232;
  background: #fff;
}
.page h2:before, .page h2:after {
  position: absolute;
  content: '';
}
.page h2:before {
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 80px;
  border: 1px solid #323232;
  border-radius: 50%;
  background: #fff;
}
.page h2:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.page h2 i {
  font-size: 30px;
  font-size: 1.8rem;
  line-height: 60px;
  position: absolute;
  z-index: 1;
  top: -40px;
  left: calc(50% - 40px);
  width: 80px;
  height: 60px;
  text-align: center;
}
.page h2 span {
  position: relative;
  z-index: 1;
}
.page01 h3 {
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  margin: 0 auto 20px;
  width: 100%;
  background-color: #e7e7e7;
  padding: 10px 10px 7px;
  border-left: solid 5px #f15a24;
}
@media screen and (max-width: 1024px) {
  .single-post .entry-title {
    width: 100%;
  }
  .page01 .catch {
    font-size: 32px;
  }
}
@media only screen and (max-width:1199px) {
  .page01 {
    width: 100%;
    margin: 0 auto;
  }
  .page01 .entry-header {
    width: 100%;
  }
}
@media only screen and (max-width:1024px) {
  .page01 .entry-header {
    height: 150px;
    margin-bottom: 10px;
  }
  .page01 .entry-header .entry-title {
    top: 45px;
  }
}
@media only screen and (max-width:894px) {
  .page01 .entry-header {
    background-image: url("images/bg_title.jpg");
    background-position: top, center;
    background-repeat: no-repeat, no-repeat;
    background-size: cover;
    width: 100%;
    height: 150px;
    margin-bottom: 10px;
  }
  .page01 .catch {
    font-size: 20px;
  }
  .page01 .entry-header .entry-title {
    top: 20px;
    font-size: 32px;
    margin: 0 auto;
    border: none;
    border-bottom: none;
  }
  /*.page01 .breadcrumb-trail{
	margin: 0 0 30px 15px;
	font-size: 80%;
	line-height: 1.5;
}*/
}
/*------------------------------------*\
    top
\*------------------------------------*/
.top .entry-content-main {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
/* top_img */
.top_img {
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 40px;
}
.page .top .catch {
  width: 100%;
  text-align: center;
  font-size: 48px;
}
/* top_info */
.top_info {
  width: 100%;
}
.top_info_01 {
  width: 100%;
  background-image: url(images/top_img01.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  text-align: right;
  padding: 85px 0 120px;
  font-size: 150%;
}
.top_info_02 {
  width: 100%;
  background-image: url(images/top_img02.jpg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  padding: 85px 0 120px;
  font-size: 150%;
}
.top_info_03 {
  width: 100%;
  background-image: url(images/top_img03.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  text-align: right;
  padding: 85px 0 120px;
  font-size: 150%;
}
@media screen and (max-width: 1280px) {
  .page .top .catch {
    font-size: 42px;
  }
  .top_info_01 {
    background-size: 50%;
    padding: 40px 0 80px;
  }
  .top_info_02 {
    background-size: 45%;
    padding: 40px 0 80px;
  }
  .top_info_03 {
    background-size: 45%;
    padding: 60px 0 80px;
  }
}
@media screen and (max-width: 1000px) {
  .page .top .catch {
    font-size: 32px;
  }
  .top_info_01 {
    background-size: 35%;
    padding: 10px 0 10px;
  }
  .top_info_02 {
    background-size: 30%;
    padding: 10px 0 10px;
  }
  .top_info_03 {
    background-size: 30%;
    padding: 10px 0 10px;
  }
}
@media screen and (max-width: 894px) {
  .page .top .catch {
    font-size: 20px;
  }
  .top_info {}
  .top_info_01, .top_info_02, .top_info_03 {
    background: none;
    padding: 0;
    font-size: 100%;
    text-align: center;
  }
}
/* top news */
.top_news {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top_news_01 {
  width: 100%;
  margin: auto;
}
.top_news_01 ul.display-posts-listing {
  margin-bottom: 50px;
}
.top_news_01 ul.display-posts-listing li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.top_news_01 ul.display-posts-listing .title {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  margin: 0;
  font-size: 100%;
  padding: 3px 0 10px;
  ;
  line-height: 1.5;
  width: 80%;
  border-bottom: dotted 1px #ddddcc;
  margin-bottom: 10px;
}
.top_news_01 ul.display-posts-listing .date {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  margin: 0 20px 0 0;
  font-size: 100%;
  padding: 0;
  line-height: 2;
  border-bottom: dotted 1px #ddddcc;
  margin-bottom: 10px;
}
.top_news_01 .bt_top_news {
  text-align: right;
}
@media only screen and (max-width:1024px) {
  .top_news {
    width: 100%;
  }
  .top_news_ttl {
    float: none;
    text-align: center;
    padding: 10px 0 10px;
    margin-bottom: 20px;
  }
  .top_news_ttl img {
    width: 50%;
    height: auto;
  }
  .top_news_01 {
    float: none;
    padding: 0 30px;
    width: 100%;
    box-sizing: border-box;
  }
}
@media only screen and (max-width:894px) {
  .top .entry-content-main {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .top_img {
    margin-bottom: 20px;
  }
  .top_news_ttl img {
    width: 60%;
    height: auto;
  }
  .top_news_01 {
    float: none;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
  }
  .top_news_01 ul.display-posts-listing {
    margin-bottom: 20px;
  }
  .top_news_01 ul.display-posts-listing .title {
    width: 100%;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .top_news_01 ul.display-posts-listing .date {
    width: 100%;
    line-height: 1.5;
  }
  .top_news_01 .bt_top_news {
    text-align: center;
  }
  .top_news_01 .bt_top_news img {
    width: 200px;
    height: auto;
  }
}
/*------------------------------------*\
    固定ページ
\*------------------------------------*/
/*------------------------------------*\
    guideline
\*------------------------------------*/
.guideline {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.guideline dl {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: solid 1px #BDBDBD;
  border-left: solid 1px #BDBDBD;
}
.guideline dt {
  width: 25%;
  padding: 10px;
  margin: 0;
  box-sizing: border-box;
  background-color: #f0f0f0;
  border-right: solid 1px #BDBDBD;
  border-bottom: solid 1px #BDBDBD;
  font-weight: 400;
}
.guideline dd {
  width: 75%;
  padding: 10px;
  margin: 0;
  box-sizing: border-box;
  border-right: solid 1px #BDBDBD;
  border-bottom: solid 1px #BDBDBD;
}
.guideline ol {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 70%;
  margin: 0 auto;
}
.guideline li {
  width: 100%;
  background-color: #f0f0f0;
  padding: 10px 20px;
  margin-bottom: 20px;
}
.guideline li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width:1024px) {
  .guideline {}
}
@media only screen and (max-width:894px) {
.guideline dt {
  width: 100%;
}
.guideline dd {
  width: 100%;
}
  .guideline_sp {
	  display: flex;
	  justify-content: space-between;
	  flex-wrap: wrap;
	}
}
/*------------------------------------*\
   とは？
\*------------------------------------*/
.aboutus {
  width: 100%;
  margin: 0;
}
.aboutus p {
  font-size: 110%;
  line-height: 2;
}
.aboutus01 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.aboutus01 .aboutus01_01 {
  width: 65%;
}
.aboutus01 .aboutus01_02 {
  width: 33%;
	text-align: center;
}
.aboutus02 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.aboutus02 .aboutus02_01 {
  width: 50%;
}
.aboutus02 .aboutus02_02 {
  width: 45%;
	text-align: center;
}
.aboutus ul {
  padding: 0;
  font: 14px/1.6 'arial narrow', sans-serif;
  width: 100%;
  list-style: none;
}
.aboutus ul li {
  position: relative;
  padding: 0.5em 1em 0.5em 3em;
  margin-bottom: 15px;
  font-size: 120%;
  background-color: #04a4cc12;
  border-radius: 44px;
}
.aboutus ul li:after, .aboutus ul li:before {
  content: "";
  position: absolute;
  border-radius: 50%;
}
.aboutus ul li:before {
  left: 1.2em;
  width: 17px;
  height: 17px;
  background: #3079bc8a;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.aboutus ul li:after {
  top: 35%;
  left: 1.7em;
  width: 14px;
  height: 14px;
  background: rgba(129, 194, 250, 0.3);
}
@media only screen and (max-width:1024px) {}
@media only screen and (max-width:894px) {
  .aboutus01 {
	  flex-wrap: wrap;
  }
  .aboutus01 .aboutus01_01 {
    width: 100%;
  }
  .aboutus01 .aboutus01_02 {
    width: 100%;
  }
  .aboutus02 {
	  flex-wrap: wrap;
  }
  .aboutus02 .aboutus02_01 {
    width: 100%;
  }
  .aboutus02 .aboutus02_02 {
    width: 100%;
  }
}
/*------------------------------------*\
    作業所概要
\*------------------------------------*/
.information {
  width: 100%;
  margin: 0;
}
.information .information_img {
  max-width: 850px;
  padding: 30px;
  background-color: #fff;
  margin: 0 auto;
}
.information .information_in p {
  margin: 0;
}
.information .information_in p {
  margin: 0;
}
.information dl {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #8787876e;
  border-left: 1px solid #8787876e;
  border-right: 1px solid #8787876e;
}
.information dt {
  width: 25%;
  padding: 20px;
  box-sizing: border-box;
  border-bottom: solid 1px #8787876e;
  font-weight: 600;
  background-color: #fff;
  border-right: 1px solid #8787876e;
}
.information dd {
  padding: 20px;
  margin: 0;
  border-bottom: solid 1px #8787876e;
  width: 75%;
  box-sizing: border-box;
}
@media only screen and (max-width:1024px) {
  .information .information_in {
    margin: 0 0 50px;
  }
  .information dl {
    flex-flow: column nowrap;
  }
  .information dt, .information dd {
    width: 100%;
  }
}
@media only screen and (max-width:894px) {
  .information {
    width: 100%;
  }
  .information .information_img {
    max-width: 100%;
    padding: 20px;
    background-color: #fff;
    margin: 0 auto;
  }
  .information dl {
    flex-flow: column nowrap;
  }
  .information dt, .information dd {
    width: 100%;
    padding: 10px;
  }
}
/*------------------------------------*\
    FAQ
\*------------------------------------*/
.faq {
  width: 100%;
  margin: 0;
}
.faq dt {
	background: #f0f0f0; 
	padding: 8px;
	border-radius: 2px;
}
.faq dt:before {
	content: "Q.";
	font-weight: bold;
	margin-right: 8px;
}
.faq dd {
	margin: 24px 16px 40px 32px;
	line-height: 140%;
	text-indent: -24px;
}
.faq dd:before {
	content: "A.";
	font-weight: bold;
	margin-right: 8px;
}
/*------------------------------------*\
    問合せ
\*------------------------------------*/
.contact {
  width: 100%;
  margin: 0;
}
.contact .contact_in {
  margin: 0 100px 100px;
}
.contact .contact_info {
  margin: 0 0 70px;
  background-color: #eee;
  padding: 20px;
  font-size: 14px;
}
.contact h3 {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  border-bottom: dotted 2px #898989;
  padding: 0 10px 10px;
}
.contact .form_nav {
  margin-bottom: 100px;
}
@media only screen and (max-width:894px) {
  .contact .form_nav {
    display: none;
  }
}
.contact .form_nav ul.tab {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  border-bottom: 1px solid #878787;
}
.contact .form_nav ul.tab li {
  list-style-type: none;
  margin-bottom: -1px;
  position: relative;
}
.contact .form_nav ul.tab li a {
  display: block;
  text-decoration: none;
  border-top: 1px solid #878787;
  border-left: 1px solid #878787;
  border-right: 1px solid #878787;
  border-bottom: 1px solid #878787;
  box-shadow: none;
  padding: 10px 10px 10px 20px;
  background-color: #fff;
  font-size: 15px;
}
.contact .form_nav ul.tab li a:hover {
  background-color: #eee;
}
.contact .form_nav ul.tab li.current:after {
  content: "▼";
  display: block;
  position: absolute;
  color: #ec922b;
  font-size: 30px;
  left: 46%;
  top: 100%;
  line-height: 1;
}
.contact .form_nav ul.tab li.current a {
  border-bottom: 2px solid #fff;
  border-top: 5px solid #e98826;
  font-size: 18px;
  padding-top: 20px;
}
.contact .form_nav ul.tab li.current a:hover {
  background-color: #fff;
}
.contact h2 {
  border-bottom: solid 1px #8787876e;
  margin: 100px 0 50px;
  text-align: center;
  font-weight: 400;
}
.contact dl {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #8787876e;
  border-right: solid 1px #8787876e;
  border-left: solid 1px #8787876e;
  margin-bottom: 30px;
}
.contact dt {
  width: 25%;
  padding: 20px;
  box-sizing: border-box;
  border-bottom: solid 1px #8787876e;
  font-weight: 600;
}
.contact dd {
  padding: 20px;
  margin: 0;
  border-bottom: solid 1px #8787876e;
  width: 75%;
  box-sizing: border-box;
}
@media only screen and (max-width:1024px) {
  .contact .contact_in {
    margin: 0 0 50px;
  }
  .contact .bsp50 {
    padding-bottom: 10px;
  }
  .contact h2 {
    margin: 0 0 30px;
  }
  .contact dl {
    flex-flow: column nowrap;
  }
  .contact dt, .contact dd {
    width: 100%;
  }
}
@media only screen and (max-width:894px) {
  .contact {
    width: 100%;
  }
  .contact .contact_in {
    width: 100%;
    margin: 0 0 40px;
  }
  .contact .bsp50 {
    padding-bottom: 0;
  }
  .contact dl {
    flex-flow: column nowrap;
  }
  .contact dt, .contact dd {
    width: 100%;
    padding: 10px;
  }
  .contact dl {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #8787876e;
    margin-bottom: 20px;
  }
  .contact .btn02 {
    width: 100%;
    display: inline-flex;
  }
}
/*------------------------------------*\
    footer
\*------------------------------------*/
/* footer */
.footer {
  width: 100%;
  background-color: #f15a24;
  padding: 0;
}
.footer .footer_01 {
  width: 100%;
  padding: 20px 0;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
}
.footer .footer_02 {
  background-color: #fff;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  color: #f15a24;
  font-weight: 600;
}
@media only screen and (max-width:1024px) {
  .footer {
    margin: 100px 0 0;
  }
  .footer .footer_01 {
    width: 100%;
    margin: 30px auto 30px;
    padding: 0 30px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width:894px) {
  .footer {
    margin: 0;
  }
  .footer .footer_01 {
    margin: 0px auto 0px;
    padding: 0 0 30px;
  }
  .footer .footer_01 .btn02 {
    padding: 4px 14px;
    text-align: center;
  }
}
/* footer menu */
.footer .footer_01 .footer_menu {
  margin: 0;
  padding: 10px 50px;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  list-style: none;
}
.footer .footer_01 .footer_menu li:last-child {
  padding-right: 0;
}
.footer .footer_01 .fl01 {
  border-right: dotted 1px #f15a24;
}
.footer .footer_01 .footer_menu2 {
  margin: 0;
  padding: 0 0 0 20px;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  list-style: square;
}
.footer .footer_01 .footer_menu2 li {}
.footer .footer_01 a {
  color: #f15a24;
  font-weight: 600;
  text-decoration: none;
}
.footer .footer_01 a:hover {
  opacity: 0.7;
}
.footer .footer_01 .footer_menu_sp {
  display: none;
}
.bt-contact {
  background-color: #fff;
  font-size: 16px;
  color: #323232;
  padding: 6px 15px 4px;
  border-radius: 15px;
  margin: 30px auto 0;
  text-align: center;
}
.bt-contact a, .bt-contact a:visited, .bt-contact a:active, .bt-contact a:hover {
  color: #323232 !important;
}
.bt-contact a:hover {
  font-weight: 600;
  text-decoration: none !important;
}
.bt-reply {
  background-color: #D50E73;
  font-size: 16px;
  color: #fff;
  width: 50%;
  padding: 6px 15px 4px;
  border-radius: 15px;
  margin: 30px auto 30px;
  text-align: center;
}
.bt-reply a, .bt-reply a:visited, .bt-reply a:active, .bt-reply a:hover {
  color: #fff;
}
.bt-contact a:hover {
  font-weight: 600;
  text-decoration: none !important;
}
@media only screen and (max-width:1024px) {
  .footer .footer_01 .footer_menu {
    float: none;
    width: 100%;
  }
  .footer .footer_01 .footer_menu .footer_menu_02 {
    float: left;
    width: 26%;
    margin-right: 20px;
  }
  .footer .footer_01 .footer_menu .footer_menu_03 {
    float: left;
    width: 38%;
  }
  .bt-reply {
    width: 80%;
  }
}
@media only screen and (max-width:894px) {
  .footer {
    width: 100%;
    padding: 25px 0 0;
    background-image: Url(images/bg_footer.png);
    background-repeat: repeat-x;
    background-position: top left;
    background-size: contain;
  }
  .footer .footer_01 .footer_menu {
    display: none;
  }
  .footer .footer_01 .footer_menu_sp {
    display: inherit;
  }
  .footer .footer_01 .footer_menu_sp ul {
    list-style: none;
    background-color: #fff;
    padding: 10px;
  }
  .footer .footer_01 .footer_menu_sp li {
    list-style: none;
    border-right: none;
    border-bottom: dotted 1px #f15a24;
    color: #f15a24;
    padding: 7px 10px;
  }
  .footer .footer_01 .footer_menu_sp li a {
    color: #f15a24;
  }
  .footer .footer_01 .footer_menu_sp li:first-child {
    padding: 0 10px 7px;
  }
  .footer .footer_01 .footer_menu_sp li:last-child {
    padding: 7px 10px 0;
    border-bottom: none;
  }
  .bt-contact {
    margin: 0 auto 30px;
  }
  .bt-reply {
    width: 100%;
  }
}
/*------------------------------------*\
    slider
\*------------------------------------*/
.bx-wrapper {
  margin: 0 auto 0;
}
@media only screen and (max-width:894px) {
  .bx-wrapper {
    width: 100%;
  }
}
/*　----------------------page-top　----------------------　*/
#page-top {
  position: absolute;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  width: 50px;
  height: auto;
}
#page-top img {
  width: 100%;
}
#page-top.fade-in {
  color: #000;
  opacity: 1;
  transition: opacity 1s;
}
@media only screen and (max-width:894px) {
  #page-top {
    width: 30px;
  }
}