/* journal
---------------------------------------------------- */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 50px;
  display: flex;
  justify-content: space-between;
}
.container .contents {
  width: 78%;
}
.container .contents .post_title {
  font-size: 33px;
  font-weight: 600;
  line-height: 1.4;
  position: relative;
}
.container .contents .post_title::before {
  content: "";
  display: block;
  width: 252px;
  height: 120px;
  background: url(../images/common/title_style1.avif) no-repeat left top;
  background-size: contain;
  position: absolute;
  top: -33px;
  left: -73px;
  z-index: -1;
}
.container .contents .post_info {
  justify-content: flex-start;
}
.container .contents .post_info > a {
  margin-right: 10px;
}
.container .contents .post_info time {
  margin-right: 10px
}
.container .contents .post_info .post_cate {
  display: flex;
}
.container .contents .post_info .post_cate p {
  font-size: 14px;
  line-height: 1.1;
  margin: 0 0 0 5px;
}
.container .contents .post_info .post_cate ul {
  display: flex;
}
.container .contents .post_info .post_cate ul li {
  font-size: 14px;
  line-height: 1.1;
}
.container .contents .post_info .post_cate ul li + li::before {
  content: ",";
  margin: 0 3px;
}
.container .contents .post_info .post_tag::before {
  content: "／";
  margin: -3px 3px 0 0;
}
.container .contents .post_cont {
  font-size: 16px;
  line-height: 1.9;
}
.container .contents .post_cont p {
  line-height: 1.9;
  margin-bottom: 20px;
}
.container .contents .post_cont strong {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #ffea88 60%);
}
.container .contents .post_cont em {
  font-weight: bold;
  font-style: normal;
  color: #d52626;
}
.container .contents .post_cont img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 30px auto;
}
.container .contents .post_cont h2 {
  background: #000 url(../images/common/title_style2.webp) no-repeat left 15px center;
  color: #fff;
  border-radius: 5px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  padding: 16px 20px 19px 42px;
  margin: 45px 0 25px;
  text-align: left;
}
.container .contents .post_cont h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  background-color: #e7e7e7;
  padding: 9px 28px 10px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 35px 0 25px;
}
.container .contents .post_cont h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  color: #a2843d;
  display: inline-block;
  border-bottom: 4px solid #a2843d;
  padding: 0 0 6px;
  margin: 10px 0 15px;
}
.container .contents .post_cont h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  background: url(../images/common/title_style3.svg) no-repeat left top 7px;
  background-size: 16px 16px;
  padding: 0 0 0 25px;
  margin: 30px 0 10px;
}
.container .contents .post_cont table {
  border-top: 1px solid #b7b09f;
  border-left: 1px solid #b7b09f;
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
}
.container .contents .post_cont table th, .container .contents .post_cont table td {
  border-bottom: 1px solid #b7b09f;
  border-right: 1px solid #b7b09f;
  line-height: 1.5;
  text-align: center;
  padding: 10px;
}
.container .contents .post_cont table th {
  font-weight: bold;
  color: #fff;
  background-color: #b09453;
}
.container .contents .post_cont table.table_style1 tr:nth-child(odd) td {
  background-color: #faf0da;
}
.container .contents .post_cont table.table_style2 tr td:nth-of-type(1) {
  background-color: #faf0da;
}
.container .contents .post_cont .box_style1, .container .contents .post_cont .box_style2, .container .contents .post_cont .box_style3 {
  padding: 25px 30px 5px;
  border-radius: 5px;
  margin: 30px 0;
}
.container .contents .post_cont .box_style1 {
  background-color: #faf0da;
}
.container .contents .post_cont .box_style2 {
  background-color: #ffe8e4;
}
.container .contents .post_cont .box_style3 {
  background-color: #e7e7e7;
}

@media screen and (max-width: 750px) {
  .container {
    max-width: initial;
    margin: 0 5.33vw;
    padding: 0;
    display: block;
  }
  .container .contents {
    width: auto;
  }
  .container .contents .post_title {
    font-size: 6.4vw;
  }
  .container .contents .post_info {
    border-radius: 1.33vw;
    padding: 1.33vw 4vw 2.13vw;
    display: block;
    margin: 5.33vw 0;
  }
  .container .contents .post_info time {
    font-size: 3.2vw;
  }
  .container .contents .post_info .post_cate {
    display: inline;
  }
  .container .contents .post_info .post_cate p {
    font-size: 3.2vw;
    display: inline;
  }
  .container .contents .post_info .post_cate ul {
    display: inline;
  }
  .container .contents .post_info .post_cate ul li {
    display: inline;
    font-size: 3.2vw;
  }
  .container .contents .post_info .post_tag::before {
    font-size: 2.93vw;
    margin: 0 0.8vw 0 0;
  }
  .container .contents .post_info .post_tag li {
    margin: 0 0 0 1vw;
  }
  .container .contents .post_info .post_tag li a {
    font-size: 2.93vw;
    line-height: 1;
    padding: 0.5vw 1vw 0.8vw;
    border-radius: 0.8vw;
  }
  .container .contents .post_cont {
    font-size: 4vw;
  }
  .container .contents .post_cont p {
    margin-bottom: 5.33vw;
  }
  .container .contents .post_cont img {
    margin: 5.33vw auto;
  }
  .container .contents .post_cont h1, .container .contents .post_cont h2 {
    /*
    background: #000 url(../images/common/title_style2.avif) no-repeat left 2.66vw center;
    */
    background-size: 0.6vw 5.3vw;
    border-radius: 1.33vw;
    font-size: 4.8vw;
    padding: 3.46vw 2.13vw 4.26vw 5.86vw;
    margin: 8vw 0 5.33vw;
  }
  .container .contents .post_cont h4 {
    font-size: 4.26vw;
    padding: 1.86vw 2.66vw 2.13vw 4vw;
    margin: 8vw 0 5.33vw;
  }
  .container .contents .post_cont h5 {
    font-size: 4.26vw;
    border-bottom: 0.8vw solid #a2843d;
    padding: 0 0 1.6vw;
    margin: 2.66vw 0;
  }
  .container .contents .post_cont h6 {
    font-size: 4.26vw;
    background: url(../images/common/title_style3.svg) no-repeat left top 1.6vw;
    background-size: 3.46vw 3.46vw;
    padding: 0 0 0 5.33vw;
    margin: 8vw 0 2.66vw;
  }
  .container .contents .post_cont table {
    margin: 8vw 0;
  }
  .container .contents .post_cont table th, .container .contents .post_cont table td {
    font-size: 3.73vw;
    padding: 2.13vw;
  }
  .container .contents .post_cont .box_style1, .container .contents .post_cont .box_style2, .container .contents .post_cont .box_style3 {
    padding: 5.33vw 5.33vw 0.26vw;
    border-radius: 1.33vw;
    margin: 8vw 0;
  }
}
.single h2 {
  width: unset;
  height: unset;
  display: block;
  font-family: unset;
}
.single h3 {
  color: unset;
}
/*# sourceMappingURL=journal.css.map */
