/* Blog index */

.hs-blog-listing.hs-blog-id-170501089365 .body-container-wrapper {
  background-color: #FFFBDE;
}

.hs-blog-listing.hs-blog-id-170730445688 .body-container-wrapper {
  background-color: #F8F8F8;
}

.body-container--blog-index {
  display: flex;
  max-width: 1185px;
  padding: 50px 40px 80px;
  margin: 0 auto;
  justify-content: space-between;
}

.blog-main {
  width: 67.5%;
}

.blog-side {
  width: 27%;
}

.blog-cat {
  margin: 0 0 40px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.blog-cat li {
  list-style: none;
  padding: 0;
  margin-right: 10px;
}

.blog-cat li:last-child {
  margin-right: 0;
}

.blog-cat li a {
  padding: 5px;
  display: block;
  width: 132px;
  text-align: center;
  font-size: 0.938rem;
  font-weight: 500;
  border-radius: 99999px;
  border: 1px solid #FF6E03;
  background-color: #ffffff;
  color: #333333;
  text-decoration: none;
}

.blog-cat li a.active,
.blog-cat li a:hover {
  background-color: #FF6E03;
  color: #ffffff;
}

.blog-side dl dt {
  font-weight: bold;
  font-size: 1.5rem;
  border-bottom: 1px solid #FF6E03;
  margin-bottom: 25px;
}

.blog-side dl dd {
  margin-left: 0;
}

.blog-side dl dd .blog-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
  text-decoration: none;
  color: #333333;
}

.blog-side dl dd .blog-item .img {
  overflow: hidden;
  width: 48.4%;
  height: 100%;
  border-radius: 10px;
  position: relative;
}

.blog-side dl dd .blog-item .img .img-item {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all .5s 0s ease-out;
}

.blog-side dl dd .blog-item .img .img-item::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 64.2361%;
}

.blog-side dl dd .blog-item .img .flag01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999999px;
  background: url(https://20245706.fs1.hubspotusercontent-na1.net/hubfs/20245706/iijan/kokushokokusan/home/icn_preparation.svg) no-repeat 0 0;
  background-size: cover;
}

.blog-side dl dd .blog-item .img .flag02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-weight: bold;
  font-size: .813rem;
  letter-spacing: .1em;
  background-color: rgba(51, 51, 51, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog-side dl dd .blog-item .txt {
  width: 46.5%;
}

.blog-side dl dd .blog-item .txt .blogttl {
  font-weight: bold;
  font-size: .875rem;
  line-height: 1.3;
  margin-bottom: 10px;
}

.blog-side dl dd .blog-item .txt .blogtag {
  list-style: none;
  margin: 0 0 5px;
  padding: 0;
  display: flex;
}

.blog-side dl dd .blog-item .txt .blogtag li {
  border: 1px solid #FF6E03;
  background-color: #ffffff;
  color: #FF6E03;
  border-radius: 9999px;
  font-size: 0.75rem;
  margin-right: 5px;
  line-height: 1.2;
  padding: 3px 7px;
}

.blog-side dl dd .blog-item .txt .blogtag li:last-child {
  margin-right: 0;
}

.blog-side dl dd .blog-item .txt .eventday {
  font-size: .75rem;
  line-height: 1.3;
  margin-bottom: 0;
}

.blog-side dl dd .blog-item:hover .img .img-item {
  transform: scale(1.2);
}

.blog-side dl dd .blog-item:hover .txt .blogttl {
  color: #FF6E03;
}

@media screen and (max-width: 1024px) {
  .body-container--blog-index {
    display: block;
  }
  .blog-main {
    width: 100%;
    margin-bottom: 60px;
  }
  .blog-side {
    width: 100%;
  }
  .blog-side dl dt {
    text-align: center;
    border: 0;
  }
  .blog-side dl dd {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .blog-side dl dd .blog-item {
    width: 48%;
  }

}

@media screen and (max-width: 767px) {
  .body-container--blog-index {
    padding: 40px 25px 30px;
  }
  .blog-side dl dt {
    font-size: 1.25rem;
  }
  .blog-side dl dd {
    display: block;
  }
  .blog-side dl dd .blog-item {
    width: 100%;
  }

  .blog-cat {
    margin: 0 0 30px;
  }
  
  .blog-cat li {
    margin-bottom: 10px;
  }
  
  .blog-cat li a {
    padding: 3px 19px;
    width: auto;
    font-size: 0.813rem;
  }

}

.body-container .dnd-section {
  padding: 0;
}


/* Blog post */

.body-container--blog-post .entry-body {
  max-width: 1008px;
  padding: 20px 40px 80px;
  margin: 0 auto;
}

.body-container--blog-post .blog-post {
  padding: 0;
}

.body-container--blog-post .blog-post .blog-type {
  font-size: 1.25rem;
  line-height: 1.33;
  font-weight: bold;
  padding-left: 22px;
  position: relative;
  margin: 0 0 15px;
}

.body-container--blog-post .blog-post .blog-type::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 50%;
}

.body-container--blog-post .blog-post .blog-type_event {
  color: #FF6E03;
}

.body-container--blog-post .blog-post .blog-type_event::before {
  background-color: #FF6E03;
}

.body-container--blog-post .blog-post .blog-type_report {
  color: #777777;
}

.body-container--blog-post .blog-post .blog-type_report::before {
  background-color: #777777;
}

.body-container--blog-post .blog-post h2 {
  margin-top: 60px;
}

.body-container--blog-post .blog-post h3 {
  margin-top: 60px;
}

.body-container--blog-post .blog-post h4 {
  margin-top: 60px;
}

.body-container--blog-post .blog-post h5 {
  margin-top: 60px;
}

.body-container--blog-post .blog-post p {
  font-size: 1.125rem;
  margin-bottom: 40px;
}

.body-container--blog-post .blog-post p img {
  margin-bottom: 40px;
}

.body-container--blog-post .blog-post ul {
  list-style: none;
  padding-left: 0;
}

.body-container--blog-post .blog-post ul li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
  font-size: 1.125rem;
  line-height: 1.7;
}

.body-container--blog-post .blog-post ul li::before {
  background-color: #FF6E03;
  border-radius: 50%;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  top: 12px;
  width: 10px;
}

.body-container--blog-post .blog-post ol {
  list-style: none;
  padding-left: 0;
  counter-reset: ol_li;
}

.body-container--blog-post .blog-post ol li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
  font-size: 1.125rem;
}

.body-container--blog-post .blog-post ol li::before {
  position: absolute;
  color: #FF6E03;
  content: counter(ol_li) ".";
  counter-increment: ol_li;
  font-weight: bold;
  height: auto;
  left: 0;
  top: 0;
  width: auto;
}

.body-container--blog-post .blog-post blockquote {
  background-color: #f5f5f5;
  padding: 20px;
  margin-bottom: 40px;
  line-height: 1.8;
}

.body-container--blog-post .blog-post blockquote > *,
.body-container--blog-post .blog-post blockquote > * > *,
.body-container--blog-post .blog-post blockquote > * > * > * {
  font-size: 1rem!important;
}

.body-container--blog-post .blog-post blockquote > *:last-child {
  margin-bottom: 0;
}

.body-container--blog-post .blog-post .blog-post__meta {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  justify-content: space-between;
}

.body-container--blog-post .blog-post .blog-post__meta .blog-post__timestamp {
  font-size: 1.25rem;
}

.body-container--blog-post .blog-post .blog-post__meta .blog-post__tags {
  display: flex;
}

.body-container--blog-post .blog-post .blog-post__meta .blog-post__tags .blog-post__tag-link {
  display: block;
  border: 1px solid #FF6E03;
  background-color: #ffffff;
  color: #FF6E03;
  border-radius: 9999px;
  font-size: 1rem;
  margin-right: 5px;
  line-height: 1.2;
  padding: 5px 7px;
  font-weight: 500;
  text-decoration: none;
}

.body-container--blog-post .blog-post .blog-post__meta .blog-post__tags .blog-post__tag-link:last-child {
  margin-right: 0;
}


@media screen and (max-width: 767px) {
  .body-container--blog-post .entry-body {
    padding: 10px 25px 60px;
  }

  .body-container--blog-post .blog-post h2 {
    margin-top: 40px;
  }
  
  .body-container--blog-post .blog-post h3 {
    margin-top: 40px;
  }
  
  .body-container--blog-post .blog-post h4 {
    margin-top: 40px;
  }
  
  .body-container--blog-post .blog-post h5 {
    margin-top: 30px;
  }

  .body-container--blog-post .blog-post ul li {
    font-size: 1rem;
  }

  .body-container--blog-post .blog-post ul li::before {
    top: 10px;
  }
  
  .body-container--blog-post .blog-post ol li {
    font-size: 1rem;
  }

  .body-container--blog-post .blog-post .blog-post__meta {
    display: block;
  }

  .body-container--blog-post .blog-post .blog-post__meta .blog-post__timestamp {
    font-size: 1.125rem;
    margin-top: 10px;
  }

  .body-container--blog-post .blog-post .blog-type {
    font-size: .875rem;
    padding-left: 15px;
    margin: 0 0 10px;
  }

  .body-container--blog-post .blog-post .blog-type::before {
    width: 10px;
    height: 10px;
  }

  .body-container--blog-post .blog-post .blog-post__meta .blog-post__tags .blog-post__tag-link {
    font-size: .75rem;
  }
}

}
.blog-author {
  border: 1px solid #FF6E03;
  background-color: #ffffff;
  padding: 40px;
  border-radius: 10px;
}

.blog-author .ttl {
  font-weight: bold;
  font-size: 1.438rem !important;
  margin-bottom: 20px;
}

.blog-author .blog-author_info {
  display: flex;
  align-items: center;
}

.blog-author .blog-author_info .img {
  width: 180px;
  display: flex;
  align-items: center;
}

.blog-author .blog-author_info .img_wrap {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.blog-author .blog-author_info .txt {
  width: calc(100% - 180px);
  padding-left: 15px;
  border-left: 1px solid #FF6E03;
}

.blog-author .blog-author_info p {
  margin-bottom: 0;
}

.blog-author .blog-author_info .blog-author_name {
  width: calc( 100% - 74px);
  font-weight: bold;
  font-size: 1.25rem;
}

.blog-author .blog-author_info .blog-author_profile {
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .blog-author {
    padding: 20px;
  }
  .blog-author .ttl {
    font-size: 1.125rem !important;
  }
  .blog-author .blog-author_info {
    display: block;
  }
  .blog-author .blog-author_info .img {
    width: 100%;
  }
  .blog-author .blog-author_info .img_wrap {
    width: 66px;
    height: 66px;
    margin-right: 15px;
  }
  .blog-author .blog-author_info .txt {
    width: 100%;
    padding-left: 0;
    border-left: 0;
    margin-top: 15px;
  }
  .blog-author .blog-author_info .blog-author_name {
    width: calc( 100% - 81px);
    font-size: 1rem;
  }
}



.blog-other-posts {
  background-color: #F8F8F8;
  padding: 70px 40px 120px;
}

.blog-other-posts .content-wrapper {
  max-width: 1312px;
  margin: 0 auto;
}

.blog-other-posts .content-wrapper h2 {
  text-align: center;
  font-size: 2.125rem;
  margin: 0 0 40px;
}

.blog-other-posts .content-wrapper .blog-other-posts__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.blog-other-posts .content-wrapper .blog-other-posts__list .blog-item {
  width: 23.24%;
  display: block;
  text-decoration: none;
  color: #333333;
  margin: 0 2.34% 40px 0;
}

.blog-other-posts .content-wrapper .blog-other-posts__list .blog-item:nth-child(4n) {
  margin-right: 0;
}

.blog-other-posts .content-wrapper .blog-other-posts__list .blog-item .img {
  overflow: hidden;
  margin-bottom: 5px;
  position: relative;
  border-radius: 10px;
}

.blog-other-posts .content-wrapper .blog-other-posts__list .blog-item .img .img-item {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all .5s 0s ease-out;
  border-radius: 10px;
}

.blog-other-posts .content-wrapper .blog-other-posts__list .blog-item .img .img-item::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 64.2361%;
}

.blog-other-posts .content-wrapper .blog-other-posts__list .blog-item .txt .blogttl {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 15px;
}

.blog-other-posts .content-wrapper .blog-other-posts__list .blog-item .txt .blogtag {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.blog-other-posts .content-wrapper .blog-other-posts__list .blog-item .txt .blogtag li {
  border: 1px solid #FF6E03;
  color: #FF6E03;
  border-radius: 9999px;
  font-size: 0.75rem;
  margin-right: 5px;
  line-height: 1.2;
  padding: 5px 7px;
  background-color: #FFFFFF;
}

.blog-other-posts .content-wrapper .blog-other-posts__list .blog-item .txt .blogtag li :last-child {
  margin-right: 0;
}

.blog-other-posts .content-wrapper .blog-other-posts__list .blog-item .txt .eventday {
  font-size: .875rem;
  margin-bottom: 0;
}

.blog-other-posts .content-wrapper .blog-other-posts__list .blog-item .img .flag01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999999px;
  background: url(https://20245706.fs1.hubspotusercontent-na1.net/hubfs/20245706/iijan/kokushokokusan/home/icn_preparation.svg) no-repeat 0 0;
  background-size: cover;
}

.blog-other-posts .content-wrapper .blog-other-posts__list .blog-item .img .flag02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.813rem;
  letter-spacing: .1em;
  background-color: rgba(51, 51, 51, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.blog-other-posts .content-wrapper .blog-other-posts__list .blog-item:hover .img .img-item {
  transform: scale(1.2);
}

.blog-other-posts .content-wrapper .blog-other-posts__list .blog-item:hover .txt .blogttl {
  color: #FF6E03;
}

.blog-other-posts .content-wrapper .btn-back {
  margin-bottom: 0;
  text-align: center;
}

.entry-body .btn-back {
  text-align: center;
  margin: 60px 0 0;
}

.entry-body .btn-back a,
.blog-other-posts .content-wrapper .btn-back a {
  color: #333333;
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: 500;
}

.entry-body .btn-back a span,
.blog-other-posts .content-wrapper .btn-back a span {
  padding-right: 25px;
  background: url(https://20245706.fs1.hubspotusercontent-na1.net/hubfs/20245706/iijan/kokushokokusan/common/arrow_more.svg) no-repeat right 5px center;
  background-size: 6.828px 11.657px;
}

.entry-body .btn-back a:hover span,
.blog-other-posts .content-wrapper .btn-back a:hover span {
  background-position: right center;
}

@media screen and (max-width: 1024px) {
  .blog-other-posts .content-wrapper .blog-other-posts__list {
    justify-content: space-between;
  }
  .blog-other-posts .content-wrapper .blog-other-posts__list .blog-item {
    width: 47.8%;
    margin: 0 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .blog-other-posts .content-wrapper .blog-other-posts__list .blog-item .img {
    width: 47.1%;
    margin-bottom: 0;
  }
  .blog-other-posts .content-wrapper .blog-other-posts__list .blog-item .txt {
    width: 48%;
  }
  .blog-other-posts .content-wrapper .blog-other-posts__list .blog-item .txt .blogttl {
    font-size: .875rem;
    margin-bottom: 10px;
  }
  .blog-other-posts .content-wrapper .blog-other-posts__list .blog-item .img .flag02 {
    font-size: .813rem;
  }

}

@media screen and (max-width: 767px) {
  .blog-other-posts {
    padding: 60px 25px;
  }
  .blog-other-posts .content-wrapper {
    max-width: 100%;
  }
  .blog-other-posts .content-wrapper h2 {
    font-size: 1.25rem;
  }
  .blog-other-posts .content-wrapper .blog-other-posts__list {
    display: block;
    margin-bottom: 10px;
  }
  .blog-other-posts .content-wrapper .blog-other-posts__list .blog-item {
    width: 100%;
    margin: 0 0 25px;
  }
  .blog-other-posts .content-wrapper .blog-other-posts__list .blog-item .img {
    width: 47.6%;
  }
  .blog-other-posts .content-wrapper .blog-other-posts__list .blog-item .txt {
    width: 47.3%;
  }

  .entry-body .btn-back {
    margin: 40px 0 0;
  }

  .entry-body .btn-back a,
  .blog-other-posts .content-wrapper .btn-back a {
    font-size: .875rem;
  }

}