@charset "utf-8";
/* 下層タイトル */
.head-title {
  padding: 55px 0px 50px;
  background: #F7F7F7;
}
.headtitle-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: .5rem;
  line-height: 1;
}
.child-fv-subtitle {
  font-size: 1.07rem;
  padding-left: 3px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
  color: #707070;
  letter-spacing: 0.05em;
}
/* 下層タイトル */
/* パンくず */
.breadcrumb-wrap {
/*  background: #eeeeee;*/
}
#breadcrumb ul {
	list-style: none;
  padding-left: 0;
	margin-bottom: 0;
}
#breadcrumb ul li {
	display: inline-block;
	font-size: 14px;
	padding-top: 8px;
	padding-bottom: 8px;
}
#breadcrumb ul li:not(:last-child) {
	padding-right: 24px;
	position: relative;
}
#breadcrumb ul li:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  margin-top: -1px;
  right: 7px;
  background: url(./images/common/icon-arrow_bold.svg) no-repeat center center/contain;
  width: 8px;
  height: 10px;
}
/* アーカイブ */
.tablenav {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tablenav .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid #444;
  background-color: #FFFFFF;
  color: #858585;
}
.tablenav .current {
  color: #444;
  background-color: #F7F7F7;
}
.tablenav .page-numbers {
  margin-right: 8px;
}
.tablenav .page-numbers:last-child {
  margin-right: 0;
}
aside h3 {
  font-size: 1.06rem;
  padding-bottom: 5px;
  border-bottom: 1px solid #989d9e;
  position: relative;
  margin-bottom: 0;
}
aside h3::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 2;
  width: 20%;
  height: 1px;
  background-color: #444;
}
aside ul {
  list-style: none;
  padding-left: 0;
}
aside ul li a {
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid #dedede;
}
aside ul li a p {
  font-size: 15px;
  margin-bottom: 0;
}
.archive-date {
  color: #666;
  margin-right: 8px;
}
aside ul li .cat-label {
  font-size: 13px;
  padding: 1px 5px 0;
  min-width: 60px;
  line-height: 1.4;
}
.sidesearch-wrap form {
  display: flex;
}
.sidebar-input {
  width : -webkit-calc(100% - 53px);
  width : calc(100% - 53px);
  margin-right: 5px;
}
.sidesearch-wrap #submit {
  width: 48px;
  color: #fff;
  background: #707070;
  border: none;
  border-radius: 3px;
  transition: .3s;
}
.sidesearch-wrap #submit:hover {
  opacity: .7;
}
ul.sidebar-child li a {
  position: relative;
  padding-left: 25px;
}
ul.sidebar-child li a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 6px;
  margin-top: -0.5px;
  width: 10px;
  height: 1px;
  background-color: #444;
}
ul.post-list-line {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
ul.post-list-line li a {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #dedede;
}
.post-date {
  font-size: 14px;
}
.cat-label {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  background-color: #c4ccce;
  text-align: center;
  padding: 1px 8px 0;
  border-radius: 4px;
  min-width: 72px;
  margin: 0 3px 3px 0;
}
ul.post-list-line .post-title {
  font-size: 1.125rem;
  margin-bottom: 3px;
}
.archive-subtitle {
  font-size: 1.5rem;
  padding-bottom: 8px;
  border-bottom: 1px solid #444;
}
.blog-thumbbox img, .blog-thumbbox-line img {
	width: 100%;
}
.card-border {
	border: 1px solid #009250;
}
.single-title {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #dedede;
}
.paging {
  border-top: 1px solid #bcb3b3;
}
.paging .nextsingle, .paging .prevsingle, .paging a {
  display: block;
  width: 60px;
}
/* 固定ページ */
/* 共通テンプレ */
.child-page h2, .child-page h3, .child-page h4, .child-page h5 {
  font-weight: 700;
}
.child-page h2 {
  font-size: 1.625rem;
  position: relative;
  padding-bottom: 5px;
  border-bottom: 3px solid #c4ccce;
  margin-bottom: 25px;
}
.child-page h2::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  z-index: 2;
  content: '';
  width: 28%;
  height: 3px;
  background-color: #444;
}
.child-page h3 {
  font-size: 1.25rem;
  padding-bottom: 11px;
  margin-bottom: 25px;
  position: relative;
}
.child-page h3::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35.5px;
  height: 3px;
  background: #444;
}
.child-page h4 {
  font-size: 1.125rem;
  border-left: 2px solid #444;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 8px;
  margin-bottom: 25px;
  line-height: 22px;
}
.child-page h5 {
  font-size: 1.06rem;
  padding-bottom: 5px;
  border-bottom: 1px solid #989d9e;
  position: relative;
  margin-bottom: 5px;
}
.child-page h5::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 2;
  width: 20%;
  height: 1px;
  background-color: #444;
}
.child-page ul {
  list-style: none;
  padding-left: 0;
}
.child-page ul li {
  padding-left: 26px;
  position: relative;
}
.child-page ul li::before {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: 10px;
    width: 6px;
    height: 6px;
    background: #444;
    transform: rotate(45deg);
}
.child-page table.child-table, .child-page tbody ,.child-page tr {
  width: 100%;
}
.child-page table.child-table {
  margin-top: 15px;
  margin-bottom: 15px;
}
.child-page table.child-table, .child-page table.child-table td, .child-page table.child-table th {
  border: 1px solid #808080;
  border-collapse: collapse;
}
.child-page table.child-table th, .child-page table.child-table td {
  padding: 10px 15px;
}
.child-page table.child-table th {
  text-align: center;
  font-weight: 700;
  width: 200px;
  color: #FFFFFF;
  background: #444;
}
table.zebra-table {
  margin-top: 15px;
  margin-bottom: 15px;
}
table.zebra-table, table.zebra-table tbody, table.zebra-table tr {
  width: 100%;
}
table.zebra-table th {
  color: #444;
  font-weight: 700;
}
table.zebra-table th, table.zebra-table td {
  padding: 5px 15px;
}
table.zebra-table tr:nth-child(odd){
  background: #fff;
}
table.zebra-table tr:nth-child(even){
  background: #F7F7F7;
}
.child-page dl {
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
}
.child-page dt, .child-page dd {
  padding: 11px 15px 8px;
  line-height: 1.3;
}
.child-page dt {
  width: 200px;
  min-width: 200px;
  border-top: 1px solid #444;
}
.child-page dt:last-of-type {
  border-bottom: 1px solid #444;
}
.child-page dd {
  width : -webkit-calc(100% - 200px);
  width : calc(100% - 200px);
  border-top: 1px solid #c4ccce;
  margin-bottom: 0;
}
.child-page dd:last-of-type {
  border-bottom: 1px solid #c4ccce;
}
.btn1 {
  color: #FFFFFF;
  background: #444;
  display: inline-block;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px; 
  min-width: 150px;
  padding: 6px 20px;
  font-size: 1.125rem;
  max-width: 100%;
  font-weight: 700;
  border-radius: 5px;
}
.btn1:hover {
  color: #FFFFFF;
  opacity: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 40%);
}
.hover-shadow {
  transition: 0.3s;
}
.hover-shadow:hover {
  opacity: 1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 30%);
}
.btn2 {
  font-weight: 700;
  color: #444;
  position: relative;
  padding-left: 15px;
  margin-top: 10px;
  margin-bottom: 15px;
  display: inline-block; 
}
.btn2:hover {
  color: #444;
}
.btn2::before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6.9px;
  border-color: transparent transparent transparent #444;
}
button.btn {
  border: 1px solid #ccc;
}
/*デスクトップ*/
@media all and (min-width: 992px) and (max-width: 1199px) {

}

/*中デバイス*/
@media all and (min-width: 768px) and (max-width: 991px) {
  
}

/*小デバイス*/
@media all and (min-width: 576px) and (max-width: 767px) {

}

/*デスクトップまで*/

@media all and (max-width: 1199px) {
}


@media all and (max-width: 991px) {
 
}

/*中デバイスまで*/
@media all and (max-width: 767px) {
  /* 下層タイトル */
  .head-title {
    padding: 30px 0px;
  }
  /* 下層タイトル */
  
  .child-page table.child-table {
    border: none;

  }
  .child-page table.child-table th, .child-page table.child-table td {
    display: block;
    width: 100%;
    border-top: none;
  }
  .child-page table.child-table tr:first-child th {
    border-top: 1px solid #aab1b2;
  }
  /* 共通テンプレ */
  .child-page dt, .child-page dd {
    padding: 7px 10px 4px;
  }
  .child-page dt {
    width: 155px;
    min-width: 155px;
  }
  .child-page dd {
    width : -webkit-calc(100% - 155px);
    width : calc(100% - 155px);
  }
  /* //共通テンプレ */
}

/*小デバイス(横向きモバイル)まで*/

@media all and (max-width: 575px) {
	.blog-thumbbox img {
		width: 100%;
	}
  /* パンくず */
  #breadcrumb ul {
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow: auto;
    white-space: nowrap;
  }
  /* //パンくず */
  /* 共通テンプレ */
  .child-page dt {
    width: 100px;
    min-width: 100px;
  }
  .child-page dd {
    width : -webkit-calc(100% - 100px);
    width : calc(100% - 100px);
  }
  /* //共通テンプレ */
}

@media all and (max-width: 480px) {
  
 
}
@media all and (max-width: 400px) {
 
}

@media all and (max-width: 380px) {

}
@media all and (max-width: 360px) {

}

/*iPhone5:SE*/
@media all and (max-width: 320px) {

}
