body {
  background: #f1f8ec;
  font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
a {
  color: #00796B;
}
p{
	line-height: 1.7;
}
p.center{
	text-align: center;
}
.small{
	font-size: 80%;
}
.bold{
	font-size: 110%;
	font-weight: bold;
	color: #333;
}
.nomal{
	font-weight: normal;
}

table {
    border-collapse: collapse;
    margin: 1em 0;
    width: 100%;
  }
  th, td {
    border: 1px solid #ccc;
    padding: 0.5em;
    text-align: left;
	  font-weight: normal;
  }
  th {
    background-color: #e7f0fa;
	  text-align: center;
  }

img.blog-ima {
 width: 100%;
max-width: 100%;
  height: auto; 
}

.blog-thumb {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: white;
  padding: 0px 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  display: flex;
  align-items: center;
}
.logo {
  display: block;
  height: 50px;
}
.blog-article {
  max-width: 700px;
  margin: 30px auto 60px;
  background: #ffffff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.blog-date {
  color: #5ba89d;
  font-size: 0.9em;
  margin-bottom: 10px;
}
.blog-title {
  font-size: 1.8em;
  color: #4a7d50;
  margin: 0 0 10px;
  border-bottom: 3px solid #bde5a5;
  border-radius: 1px;
}
.title-underline {
  border: 0;
  height: 2px;
  margin: 10px 0 30px;
}
.toc {
  background: #f4fbf4;
  border-left: 5px solid #a8cf7d;
  padding: 1em;
  margin: 30px 0;
  border-radius: 6px;
}
.toc-title {
  position: relative;
  font-weight: bold;
  margin-bottom: 0.6em;
  color: #3d5a3d;
  font-size: 1.1em;
width: 100%;
  border-bottom: 2px dotted #a8cf7d;
  display: inline-block;
  padding-bottom: 3px;
}
.blog-content dl {
  margin: 0;
  padding: 0;
}

.blog-content dt,
.blog-content dd {
  position: relative;
  padding-left: 1.5em;
  line-height: 1.5;
  margin-bottom: 0.5em;
  color: #333;
}

.blog-content dd {
  margin:0 0 2em 0;
}

.blog-content dt::before {
  content: "Q. ";
  position: absolute;
  left: 0;
  font-weight: bold;
  color: #4a7d50;
}

.blog-content dd::before {
  content: "A. ";
  position: absolute;
  left: 0;
  font-weight: bold;
  color: #ECC0A7;
}


dl.nomal {
  margin: 0;
  padding: 0;
}

.nomal dt{
	font-weight: bold;  
	position: relative;
  padding-left: 0;
	margin:1em 0em 0.5em 0em;
  border-bottom: 1px solid #ccc;
	font-size: 110%;
  color: #5ba89d;
}
.nomal dd {
  position: relative;
  padding-left: 0;
  margin-bottom: 0;
}

.nomal dd {
  margin:0 0 2em 0;
}

.nomal dt::before {
  content: none;
  position: absolute;
  left: 0;
  font-weight: bold;
  color: #4a7d50;
}

.nomal dd::before {
  content: none;
  position: absolute;
  left: 0;
  font-weight: bold;
  color: #ECC0A7;
}


dl.nomal02 {
  margin: 0;
  padding: 0;
}

.nomal02 dt{
	font-weight: bold;  
	position: relative;
  padding-left: 0;
	margin:1em 0em 0.5em 0em;
	font-size: 110%;
  color: #666;
	background: #d4e9b8;
	padding: 2px 2px 2px 5px ;
}
.nomal02 dd {
  position: relative;
  padding-left: 0;
  margin-bottom: 0;
}

.nomal02 dd {
  margin:0 0 2em 0;
}

.nomal02 dt::before {
  content: none;
  position: absolute;
  left: 0;
  font-weight: bold;
  color: #4a7d50;
}

.nomal02 dd::before {
  content: none;
  position: absolute;
  left: 0;
  font-weight: bold;
  color: #ECC0A7;
}



.toc ul {
  list-style: none;
  padding-left: 0;
  margin: 0;

}
.toc li {
  margin: 0.3em 0;
  line-height: 1.6;
}
.toc a {
  color: #2e5e4f;
  text-decoration: none;
  font-weight: 500;
}
.toc a:hover {
  text-decoration: underline;
}
.blog-content p {
  margin-bottom: 1.5em;
}
.blog-content a {
  color: #5ba89d;
  text-decoration: underline;
}
.blog-content blockquote {
  background: #f8f8f8;
  padding: 10px 15px;
  color: #555;
  margin: 20px 0;
  font-style: italic;
	border-radius: 5px;
}
.blog-content h2 {
  font-size: 1.6em;
  color: #5ba89d;
  margin-top: 2.5em;
  margin-bottom: 1em;
  border-left: 6px solid #bde5a5;
  padding-left: 12px;
  background-color: #eaf4f4;
  padding: 6px 12px;
	scroll-margin-top: 50px;
}
.blog-content h3 {
  font-size: 1.3em;
  color: #4a7d50;
  font-weight: bold;
  margin: 2em 0 1em;
  border-bottom: 1px solid #bde5a5; /* 蟆代＠縺縺台ｻ募?繧? */
  padding-bottom: 4px;
}
.blog-content h4 {
  font-size: 1.1em;
  color: #7a5e51;
  font-weight: normal;
  margin: 1.5em 0 1em;
  font-style: italic;
}
footer {
  width: 100%;
  height: auto;
  background: rgb(201, 225, 197);
  background: linear-gradient(0deg, rgba(201, 225, 197, 1) 50%, rgba(236, 231, 214, 1) 100%);
  padding: 2em 0px;
  margin: 1em 0em;
  text-align: center;
}
.small-img {
  width: 300px;
  height: auto; /* アスペクト比を維持 */
}
ul, ol {
  padding-left: 1em;
  margin: 10px 0;
  color: #333;
	line-height: 1.5;
}
ul li::marker {
  color: #a8cf7d;
}
ol li::marker {
  color: #e0afa0;
  font-weight: bold;
}
.botan_w {
  background-color: #fff;
  padding: 5px;
  margin: 5px 5px;
  display: inline-block;
  width: 300px;
  height: auto;
  text-decoration: none;
  color: #575757;
  font-size: 100%;
  font-weight: bold;
  border-radius: 10px;
  text-align: center;
  box-shadow: 5px 5px 3px #A2B59F;
}
.b {
  font-weight: bold;
}



/**パンくずリスト**/
.breadcrumb {
  font-size: 0.9em;
  margin: 55px 0px 0px 0px;
}
.breadcrumb ol {
  list-style: none;
  display: flex;
  gap: 0.5em;
}
.breadcrumb li::after {
  content: ">";
  margin-left: 0.5em;
}
.breadcrumb li:last-child::after {
  content: "";
}

.senden-waku {
	padding: 1em;
	margin: 0 5px;
	  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 2em;
  box-sizing: border-box;
	
}
.senden-waku p{
	margin: 2px;
	line-height: 1.5;
	font-size: 90%;
}
.senden-waku h4{
	font-size: 100%;
	margin: 0px 0px 0px 0px; 
	font-style: normal;
	font-weight: bold;
	color: #666;
	border-bottom: 1px solid #B2B2B2;
	padding-bottom: 5px;
}
.senden-waku h5{
	font-size: 90%;
	margin: 15px 0px 0px 0px; 
}


@media screen and (max-width: 480px) {
  .breadcrumb {
    display: none;
  }
}


