@charset "utf-8";

strong {
    font-weight: bold;
}

#heading {
    padding-bottom: 0;
    background-color: #f5f5f5;
}
#heading ul.breadcrumb {
    padding: 10px 0;
    margin-bottom: 0;
}

div.category-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
}
div.category-heading-contents {
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #09529e;
}
div.category-heading-ttl {
  font-size: 70px;
}
div.category-heading-ruby {
  font-size: 16px;
  border-bottom: 2px solid;
  padding-bottom: 15px;
  margin-left: 25px;
  margin-bottom: -15px;
}
.menuBox01 {
  border-bottom: 1px solid #09529e;
  margin-bottom: 50px;
}
.menuBox01 ul {
  display: flex;
  justify-content: center;
}
.menuBox01 ul li {
  padding: 10px 0 10px 90px;
  font-weight:bold;
  width: 100px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}
.menuBox01 ul li:nth-child(1) {
  padding: 10px 45px;
  background-color: #09529e;
  color: #fff;
}
.menuBox01 ul li a {
  color: #09529e;
}
.articleImgWrap {
  margin-right: 30px;
}
.articleTxt a {
  font-size: 2rem;
  font-weight: bold;
}
.articleDate {
  color: #0052a5;
}


#contentsBox a {
    color: #0052a5;
}

#contentsBox strong {
    font-weight: bold;
}
.blogArchive {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 50px;
}

#contentsBox .articleContent {
  display: flex;
  margin: 30px 0;
  width: 45%;
}
#contentsBox .articleContent:nth-child(odd) {
  /* margin-right: 50px; */
}
#contentsBox .articleImgWrap img {
  width: 150px;
  border-radius: 50%;
}
#contentsBox .articleTxt {
  width: 60%;
}

#main.event #contentsBox .articleContent {
    margin: 0;
}

#contentsBox .articleContent .articleBody {
    clear: left;
}

#contentsBox .articleContent .articleBody p {
    margin-bottom: 1em;
}

#contentsBox .articleContent .articleBody p {
    margin-bottom: 1em;
}

#contentsBox .articleContent .articleBody.shortMargin p {
    margin-bottom: 10px;
    line-height: 25px;
    font-size: 1.3rem;
    border-bottom: 1px dotted #000;
    padding-bottom: 10px;
}



.blogArchive h2.style01 {
    margin-top: 35px;
}

.blogArchive div.readmoreBtn {
    text-align: right;
}

.blogArchive a.readmore {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding-left: 20px;
    background: url(../img/common/icon_arrow01.png) no-repeat left center;
}

.blogArchive .articleContent {
    padding-bottom: 20px;
}

.pageLinks {
    /*clear: left;*/
    clear: both;
    text-align: center;
}

.pageLinks li {
    display: inline-block;
}

.pageLinks a {
    display: block;
    border: solid 1px #ddd;
    padding: 5px 8px;
    margin: 0.5em;
}


.item {
    display: table;
    width: 100%;
    margin-bottom: 10px;
}

.item span.title {
    display: table-cell;
    width: 211px;
    padding-right:10px;
    font-weight: bold;
    vertical-align: top;
}

.item span.contents {
    display: table-cell;
    width: 75%;
    vertical-align: top;
}

.item span.contents img {
    vertical-align: top;
}

.cc_1{
	margin-left:100px;
}

.cc_2{
	margin-left:420px;
}

@media screen and (max-width :899px) {
  #heading {
    height: 35px;
  }
  #heading ul.breadcrumb {
    margin: 0;
  }
  #div-gpt-ad-1627601907778-0 {
    display: none;
  }
  .pcOnly {
    display: none !important;
  }

  div.category-heading {
    height: 250px;
  }
  div.category-heading-contents {

  }
  div.category-heading-ttl {
    position: relative;
    font-size: 35px;
  }
  div.category-heading-ruby {
    position: absolute;
    right: 20px;
    bottom: 18px;
    font-size: 11px;
    border-bottom: 1px solid;
    padding-bottom: 8px;
    margin-left: 5px;
    margin-bottom: -5px;
  }
  .menuBox01 ul li {
    padding-left: 30px;
    width: 45%;
  }
  .menuBox01 ul li:nth-child(1) {
    padding: 10px 5px;
    width: 30%;
  }
  .menuBox01 ul li:nth-child(3) {
    padding-right: 20px;
    padding-left: 0;
  }

  .blogArchive {
    display: block;
  }
  #contentsBox .articleContent {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  #contentsBox .articleImgWrap img {
    width: 75px;
  }
  #contentsBox .articleTxt a {
    font-size: 1rem;
  }
  #contentsBox .articleContent .articleBody.shortMargin p {
    line-height: 20px;
    font-size: 0.8rem;
    border: none;
  }
  .blogArchive div.readmoreBtn:before {
    content: "";
    display: block;
    max-width: 140%;
    border-bottom: 1px dotted #000;
    margin-left: -100px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width :900px) {
  .spOnly {
    display: none !important;
  }
}
