@charset "UTF-8";

/* コラム一覧 */

.breadcrumb .inner {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}
.breadcrumb .item {
  flex-shrink: 0;
  margin-right: 10px;
}

#template .hero {
  background: url(../images/content/main.jpg) no-repeat center center;
  background-size: cover;
  height: 200px;
  display: flex;
  justify-content: center;
}
#template .hero .contents-title {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
	margin-top:-20px;
}
#template .hero .contents-title .in-title {
  font-size: 35px;
  font-weight: 700;
  color: #FFF;
}

@media screen and (max-width: 768px) {
	#template .hero .contents-title .in-title {
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
}	
}

h2.aside-title {
  all: revert;
  font-size: 20px !important;
  font-weight: bold !important;
  color: #222 !important;
  position: relative;
  padding-bottom: 10px;
  margin: 0 0 30px;
  border: none !important;
  background: none !important;
}

h2.aside-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: #ddd;
}

h2.aside-title::after {
  content: none !important;
}

.post h2 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 4px solid #d60000;
  padding-bottom: 5px;
  margin: 40px 0 20px;
  color: #000;
}
.post h3 {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  margin: 30px 0 10px;
  padding-left: 12px;
  color: #333;
}
.post h3::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #ddd;
}

.table-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-wrapper table {
  min-width: 600px;
}
.post table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 16px;
  color: #333;
}
.post table th,
.post table td {
  border: 1px solid #ccc;
  padding: 12px 15px;
  text-align: left;
}
.post table th {
  background: #f5f5f5;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
.post h2 {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 4px solid #d60000;
  padding-bottom: 5px;
  margin: 40px 0 20px;
  color: #000;
}
.post h3 {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  margin: 30px 0 10px;
  padding-left: 12px;
  color: #333;
}
	}

@media screen and (max-width: 768px) {
  .aside-title {
    font-size: 18px;
    padding-bottom: 8px;
  }
  .aside-title::before {
    height: 3px;
  }
}

.post {
	margin-top:50px;
  margin-bottom: 60px;
  position: relative;
}

.post::after {
  content: "";
  display: block;
  clear: both;
}

.more {
  text-align: right;
  color: #333 !important;
}

.mgt-60 {
  margin-top: 60px;
}

@media screen and (min-width: 769px) {
  #mainArea {
    width: 70%;
    max-width: 700px;
    float: left;
    padding-top: 11px;
  }

  #sidebar {
    width: 30%;
    max-width: 250px;
    float: right;
	  margin-top:50px !important;
  }

  .archive_h1 {
    font-size: 24px;
    font-weight: 700;
    color: #222;
    text-align: left;
    position: relative;
    margin: 0 0 30px;
    padding-bottom: 10px;
  }

  .archive_h1::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background-color: #ddd;
  }

  .archive_h1::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 200px;
    height: 4px;
    background-color: #d90000;
  }

  .eyecatch {
    width: 30%;
    max-width: 210px;
    height: 220px;
    background-color: #f0f0f0;
    color: #999;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    float: left;
  }
	.eyecatch img {
		
	}
  .right-text {
    width: 70%;
    max-width: 450px;
    float: right;
  }

  .data {
    text-align: right;
    font-size: 18px;
    font-weight: normal;
    color: #333 !important;
	  margin-bottom:15px;
  }

  .archive_h2 {
    text-align: center;
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 80px;
  }

  .archive_h2 span {
    border-bottom: 1px solid #333;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 768px) {
  #mainArea {
    width: 100%;
  }

  #sidebar {
    width: 100%;
	  margin-bottom:50px;
  }

  .archive_h3 {
    padding-bottom: 7px;
    border-bottom: 1px solid #333;
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: normal;
    color: #333 !important;
  }

  .eyecatch {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    margin-bottom: 20px;
    background-color: #f0f0f0;
    color: #999;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }

  .right-text {
    width: 100%;
  }

  .data {
    text-align: right;
    font-size: 16px !important;
    font-weight: normal;
    color: #333 !important;
  }

  .archive_h2 {
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 80px;
  }

  .archive_h2 span {
    border-bottom: 1px solid #333;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .archive_h1 {
    font-size: 20px;
    padding-bottom: 8px;
    margin-bottom: 20px;
  }

  .archive_h1::after {
    width: 120px;
    height: 3px;
  }

  .archive_h1::before {
    height: 3px;
  }
}

.sideBox .aside-list {
  list-style: disc inside;
  padding-left: 1em;
  margin: 0;
}

.sideBox .aside-list li {
  margin-bottom: 10px !important;
  line-height: 1.4 !important;
  list-style: disc inside !important;
  text-indent: -1.2em;
  padding-left: 1.2em;
}


.eyecatch img {
     display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.eyecatch:has(img) {
  color: transparent;
}

.blog-content .mainimg img {
	max-width: 100%;
	display: block;
	width: 100%;
    height: auto;
	
}

.content-area p {
    margin-top: 15px;
    margin-bottom: 15px;
}

.content-area img {
	width:100%;
	padding-bottom:10px;
}

.blog-content ol,
.blog-content ul {
  padding-left: 1.5em;
  margin-bottom: 1em;
}

.blog-content ol li {
  list-style-type: decimal;
  margin-bottom: 0.5em;
}

.blog-content ul li {
  list-style-type: disc;
  margin-bottom: 0.5em;
}

/* ページャー */
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin-bottom: 50px;
}

.pagination .page-numbers {
    color: #222;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #A4ADB3;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border-radius: 50%; */
    margin: 0;
    transition: 0.3s;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  width: auto;
  border: none;
}