/*===================================================
     Font
===================================================*/
/*===================================================
     Color
===================================================*/
/* -----------------------------------------------------------------
    media query
----------------------------------------------------------------- */
.column-wrapper {
  width: 100%;
}

@media all and (-ms-high-contrast: none){/*追記*/ /* IE10以上 */
  .column-wrapper .column-content .content #side-bar{
	  margin-left: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .column-wrapper .content {
    padding: 30px 0;
  }
}

.column-wrapper .linkBtn {
  margin: 45px auto 0;
  width: 280px;
  height: 60px;
}

.column-wrapper #column-top h1 {
  font-family: "Marcellus", serif;
  font-size: 40px;
  letter-spacing: 0.1em;
  line-height: 1em;
  position: relative;
  margin: 0 0 60px;
}

@media only screen and (max-width: 1200px) {
  .column-wrapper #column-top h1 {
    font-size: 36px;
    margin: 0 0 45px;
  }
}

@media only screen and (max-width: 969px) {
  .column-wrapper #column-top h1 {
    font-size: 32px;
    margin: 0 0 30px;
  }
}

@media only screen and (max-width: 480px) {
  .column-wrapper #column-top h1 {
    font-size: 30px;
    margin: 0 0 20px;
  }
}

.column-wrapper #column-top h1 span {
  font-size: 50%;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
}

.column-wrapper #column-top h1:before {
  content: '';
  background: url(../../../../img/usr/feature/column_index/iconPen.svg) no-repeat;
  background-size: contain;
  width: 41px;
  height: 43px;
  display: block;
  margin: 0 auto 10px;
}

@media only screen and (max-width: 480px) {
  .column-wrapper #column-top h1:before {
    width: 30px;
    height: 28px;
  }
  .column-wrapper h2 { /*追記*/
	  background-color: transparent;
	}
}

.column-wrapper #column-top .top-img {
  width: 100%;
  border-radius: 40px;
  margin: 0 0 60px;
}

@media only screen and (max-width: 1200px) {
  .column-wrapper #column-top .top-img {
    margin: 0 0 45px;
  }
}

@media only screen and (max-width: 969px) {
  .column-wrapper #column-top .top-img {
    margin: 0 0 30px;
  }
}

@media only screen and (max-width: 480px) {
  .column-wrapper #column-top .top-img {
    border-radius: 20px;
    margin: 0 0 20px;
  }
}

.column-wrapper #column-top p {
  text-align: center;
  font-size: 24px;
}

@media only screen and (max-width: 1200px) {
  .column-wrapper #column-top p {
    font-size: 21px;
  }
}

@media only screen and (max-width: 969px) {
  .column-wrapper #column-top p {
    font-size: 19px;
  }
}

@media only screen and (max-width: 812px) {
  .column-wrapper #column-top p {
    font-size: 18px;
  }
  .column-wrapper #column-top p br {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .column-wrapper #column-top p {
    font-size: 15px;
  }
}

.column-wrapper .block-topic-path {
  width: 1200px;
  margin: 15px auto;
}

@media only screen and (max-width: 1360px) {
  .column-wrapper .block-topic-path {
    width: 80%;
	  
  }
}

@media only screen and (max-width: 768px) {
  .column-wrapper .block-topic-path {
   /* margin: 15px auto;*//*修正*/
	  margin: 15px 0;/*追記*/
	  width: 99%;/*追記*/
  }
	.column-wrapper .block-topic-path li:nth-child(3) {/*追記*/
		display: block;
	}
}

.column-wrapper .block-topic-path--list li {
  display: inline-block;
  padding-right: 5px;
}

.column-wrapper #column-cat ul {
  width: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media only screen and (max-width: 1360px) {
  .column-wrapper #column-cat ul {
    width: 100%;
  }
}

.column-wrapper #column-cat ul li {
  flex-basis: calc((100% - 40px) / 3);
  max-width: calc((100% - 40px) / 3);
}

@media only screen and (max-width: 768px) {
  .column-wrapper #column-cat ul li {
    flex-basis: calc((100% - 20px) / 2);
    max-width: calc((100% - 20px) / 2);
  }
}

.column-wrapper #column-cat ul li a {
  display: block;
  font-size: 0;
}

.column-wrapper #column-cat ul li a img {
  width: 100%;
  margin: 0 0 20px;
}

.column-wrapper .column-content .content {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 969px) {
  .column-wrapper .column-content .content {
    display: block;
  }
}

.column-wrapper .column-content .content .column-main {
  width: 800px;
}

@media only screen and (max-width: 1360px) {
  .column-wrapper .column-content .content .column-main {
    width: 70%;
  }
}

@media only screen and (max-width: 969px) {
  .column-wrapper .column-content .content .column-main {
    width: 100%;
  }
}

@media only screen and (min-width: 969px) {/* 追記 */
	.column-wrapper {/* 2023/9/28/追記 */
		width:964px;
	}
	.column-wrapper .column-content .content #side-bar{
	  margin-left: 40px;
  }
  .column-wrapper #no-side-bar .content .column-main {
    width: 100%;
  }
}


.column-wrapper .column-content .content .column-main h3 {
  font-size: 24px;
  font-weight: bold;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 20px 0;
  position: relative;
  line-height: 1em;
  margin: 0 0 45px;
}

@media only screen and (max-width: 768px) {
  .column-wrapper .column-content .content .column-main h3 {
    font-size: 18px;
    padding: 15px 0;
    margin: 0 0 30px;
  }
}

.column-wrapper .column-content .content .column-main h3:before {
  content: '';
  display: block;
  width: 100%;
  margin: 2px;
  position: absolute;
  top: -8px;
  left: -2px;
  border-top: 2px solid #000;
}

.column-wrapper .column-content .content .column-main h3:after {
  content: '';
  display: block;
  width: 100%;
  margin: 2px;
  position: absolute;
  bottom: -8px;
  left: -2px;
  border-bottom: 2px solid #000;
}

.column-wrapper .column-content .content .column-main .column-post-wrap {
  margin: 0 0 90px;
}

.column-wrapper .column-content .content .column-main .column-post {
  display: flex;
  justify-content: space-between;
  margin: 0 0 60px;
}

@media only screen and (max-width: 768px) {
  .column-wrapper .column-content .content .column-main .column-post {
    display: block;
  }
}

.column-wrapper .column-content .content .column-main .column-post:last-child {
  margin: 0;
}

.column-wrapper .column-content .content .column-main .column-post .column-post-img {
  flex-basis: 48%;
  max-width: 48%;
}

@media only screen and (max-width: 768px) {
  .column-wrapper .column-content .content .column-main .column-post .column-post-img {
    max-width: 100%;
    margin: 0 0 20px;
  }
}

.column-wrapper .column-content .content .column-main .column-post .column-post-img img {
  width: 100%;
}

.column-wrapper .column-content .content .column-main .column-post .column-post-txt {
  flex-basis: 48%;
  max-width: 48%;
}

@media only screen and (max-width: 768px) {
  .column-wrapper .column-content .content .column-main .column-post .column-post-txt {
    max-width: 100%;
  }
}

.column-wrapper .column-content .content .column-main .column-post .column-post-txt a.post-cat {
  font-size: 12px;
  background: #e4e4e4;
  padding: 10px 20px;
  border-radius: 20px;
  color: #353535;
}

@media only screen and (max-width: 768px) {
  .column-wrapper .column-content .content .column-main .column-post .column-post-txt a.post-cat {
    font-size: 12px;
    padding: 7px 10px;
  }
}

.column-wrapper .column-content .content .column-main .column-post .column-post-txt h4 {
  font-size: 21px;
  font-weight: bold;
  margin: 10px 0;
}

@media only screen and (max-width: 768px) {
  .column-wrapper .column-content .content .column-main .column-post .column-post-txt h4 {
    font-size: 16px;
    margin: 7px 0;
  }
}

.column-wrapper .column-content .content .column-main .column-post .column-post-txt p {
  font-size: 14px;
  line-height: 1.4em;
  margin: 0 0 10px;
}

@media only screen and (max-width: 768px) {
  .column-wrapper .column-content .content .column-main .column-post .column-post-txt p {
    font-size: 12px;
  }
}

.column-wrapper .column-content .content .column-main .column-post .column-post-txt p.post-date {
  font-size: 13px;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .column-wrapper .column-content .content .column-main .column-post .column-post-txt p.post-date {
    font-size: 12px;
  }
}

.column-wrapper .column-content .content .column-main .column-post .column-post-txt dl {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.column-wrapper .column-content .content .column-main .column-post .column-post-txt dl dt {
  width: 45px;
  height: 45px;
  margin-right: 1em;
}

@media only screen and (max-width: 768px) {
  .column-wrapper .column-content .content .column-main .column-post .column-post-txt dl dt {
    width: 40px;
    height: 40px;
  }
}

.column-wrapper .column-content .content .column-main .column-post .column-post-txt dl dt img {
  width: 100%;
}

.column-wrapper .column-content .content .column-main .column-post .column-post-txt dl dd {
  font-size: 14px;
}

@media only screen and (max-width: 768px) {
  .column-wrapper .column-content .content .column-main .column-post .column-post-txt dl dd {
    font-size: 13px;
  }
}

.column-wrapper .column-content .content #side-bar {
  width: 360px;
}

@media only screen and (max-width: 1360px) {
  .column-wrapper .column-content .content #side-bar {
    width: 25%;
  }
}

@media only screen and (max-width: 969px) {
  .column-wrapper .column-content .content #side-bar {
    width: 100%;
  }
}

.column-wrapper .column-content .content #side-bar .column-side-ttl {
  margin: 0 0 30px;
}

@media only screen and (max-width: 969px) {
  .column-wrapper .column-content .content #side-bar .column-side-ttl {
    width: 50%;
    margin: 0 auto 30px;
  }
}

@media only screen and (max-width: 768px) {
  .column-wrapper .column-content .content #side-bar .column-side-ttl {
    width: 70%;
  }
}

@media only screen and (max-width: 480px) {
  .column-wrapper .column-content .content #side-bar .column-side-ttl {
    width: 80%;
  }
}

.column-wrapper .column-content .content #side-bar .column-side-ttl img {
  width: 100%;
}

.column-wrapper .column-content .content #side-bar .ranking-box {
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
}

.column-wrapper .column-content .content #side-bar .ranking-box .ranking-number {
  font-family: "Roboto", sans-serif;
  color: #000;
  background: #f4f4f4;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 15px;
  position: relative;
}

.column-wrapper .column-content .content #side-bar .ranking-box .ranking-number.rank1 {
  background: #bea870;
  color: #fff;
}

.column-wrapper .column-content .content #side-bar .ranking-box .ranking-number.rank1:after {
  content: '';
  background: url(../../../../img/usr/feature/column_index/crown1.svg) no-repeat;
  background-size: contain;
  width: 18px;
  height: 12px;
  display: block;
  position: absolute;
  right: -30px;
}

.column-wrapper .column-content .content #side-bar .ranking-box .ranking-number.rank2 {
  background: #a8a9a8;
  color: #fff;
}

.column-wrapper .column-content .content #side-bar .ranking-box .ranking-number.rank2:after {
  content: '';
  background: url(../../../../img/usr/feature/column_index/crown2.svg) no-repeat;
  background-size: contain;
  width: 18px;
  height: 12px;
  display: block;
  position: absolute;
  right: -30px;
}

.column-wrapper .column-content .content #side-bar .ranking-box .ranking-number.rank3 {
  background: #997a5c;
  color: #fff;
}

.column-wrapper .column-content .content #side-bar .ranking-box .ranking-number.rank3:after {
  content: '';
  background: url(../../../../img/usr/feature/column_index/crown3.svg) no-repeat;
  background-size: contain;
  width: 18px;
  height: 12px;
  display: block;
  position: absolute;
  right: -30px;
}

.column-wrapper .column-content .content #side-bar .ranking-box dl {
  display: flex;
  align-items: center;
}

.column-wrapper .column-content .content #side-bar .ranking-box dl dt {
  width: 90px;
  height: 90px;
  margin-right: 15px;
}

.column-wrapper .column-content .content #side-bar .ranking-box dl dt img {
  width: 100%;
}

.column-wrapper .column-content .content #side-bar .ranking-box dl dd {
  width: calc(100% - 105px);
  line-height: 1.4em;
}

@media only screen and (max-width: 812px) {
  .column-wrapper .column-content .content #side-bar .ranking-box dl dd {
    font-size: 14px;
  }
}

.column-wrapper .column-cat-top {
 /* margin-top: 30px;*//*修正*/	
}

.column-wrapper .column-cat-top .content h1 {
  font-size: 36px;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;	
}

@media only screen and (max-width: 768px) {
  .column-wrapper .column-cat-top .content h1 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .column-wrapper .column-cat-top .content h1 {
    font-size: 24px;
  }
}

#column-all-post #all-column-top {
  width: 100%;
  background: #fefdf3;
  border-bottom: 1px solid #ccc;
  height: 300px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 480px) {
  #column-all-post #all-column-top {
    height: 200px;
  }
}

#column-all-post #all-column-top h1 {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 768px) {
  #column-all-post #all-column-top h1 {
    font-size: 27px;
  }
}

@media only screen and (max-width: 480px) {
  #column-all-post #all-column-top h1 {
    font-size: 24px;
  }
}

#column-all-post .block-topic-path {
  margin-bottom: 30px;
}

#column-cat1 .column-cat-top .content {
  background: #fdf0e0;
}

#column-cat1 .column-cat-top .content h1 {
  color: #ef9b2e;
  position: relative;
}

#column-cat1 .column-cat-top .content h1:before {
  content: '';
  background: url(../../../../img/usr/feature/column_index/cat1-ttl.svg) no-repeat;
  background-size: contain;
  width: 75px;
  height: 61px;
  display: block;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  #column-cat1 .column-cat-top .content h1:before {
    width: 60px;
    height: 50px;
  }
}

@media only screen and (max-width: 480px) {
  #column-cat1 .column-cat-top .content h1:before {
    width: 45px;
    height: 37px;
  }
}

#column-cat2 .column-cat-top .content {
  background: #fdede9;
}

#column-cat2 .column-cat-top .content h1 {
  color: #ef856d;
  position: relative;
}

#column-cat2 .column-cat-top .content h1:before {
  content: '';
  background: url(../../../../img/usr/feature/column_index/cat2-ttl.svg) no-repeat;
  background-size: contain;
  width: 140px;
  height: 91px;
  display: block;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  #column-cat2 .column-cat-top .content h1:before {
    width: 90px;
    height: 58px;
  }
}

@media only screen and (max-width: 480px) {
  #column-cat2 .column-cat-top .content h1:before {
    width: 80px;
    height: 52px;
  }
}

#column-cat3 .column-cat-top .content {
  background: #eaf6fb;
}

#column-cat3 .column-cat-top .content h1 {
  color: #73c4e6;
  position: relative;
}

#column-cat3 .column-cat-top .content h1:before {
  content: '';
  background: url(../../../../img/usr/feature/column_index/cat3-ttl.svg) no-repeat;
  background-size: contain;
  width: 104px;
  height: 70px;
  display: block;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  #column-cat3 .column-cat-top .content h1:before {
    width: 75px;
    height: 51px;
  }
}

@media only screen and (max-width: 480px) {
  #column-cat3 .column-cat-top .content h1:before {
    width: 60px;
    height: 41px;
  }
}

#column-cat4 .column-cat-top .content {
  background: #f7f2e5;
}

#column-cat4 .column-cat-top .content h1 {
  color: #c9a550;
  position: relative;
}

#column-cat4 .column-cat-top .content h1:before {
  content: '';
  background: url(../../../../img/usr/feature/column_index/cat4-ttl.svg) no-repeat;
  background-size: contain;
  width: 67px;
  height: 67px;
  display: block;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  #column-cat4 .column-cat-top .content h1:before {
    width: 51px;
    height: 51px;
  }
}

@media only screen and (max-width: 480px) {
  #column-cat4 .column-cat-top .content h1:before {
    width: 36px;
    height: 36px;
  }
}

#column-cat5 .column-cat-top .content {
  background: #ffebe7;
}

#column-cat5 .column-cat-top .content h1 {
  color: #ff795b;
  position: relative;
}

#column-cat5 .column-cat-top .content h1:before {
  content: '';
  background: url(../../../../img/usr/feature/column_index/cat5-ttl.svg) no-repeat;
  background-size: contain;
  width: 67px;
  height: 60px;
  display: block;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  #column-cat5 .column-cat-top .content h1:before {
    width: 55px;
    height: 49px;
  }
}

@media only screen and (max-width: 480px) {
  #column-cat5 .column-cat-top .content h1:before {
    width: 36px;
    height: 32px;
  }
}

#column-cat6 .column-cat-top .content {
  background: #f1f6e8;
}

#column-cat6 .column-cat-top .content h1 {
  color: #a4c462;
  position: relative;
}

#column-cat6 .column-cat-top .content h1:before {
  content: '';
  background: url(../../../../img/usr/feature/column_index/cat6-ttl.svg) no-repeat;
  background-size: contain;
  width: 76px;
  height: 60px;
  display: block;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  #column-cat6 .column-cat-top .content h1:before {
    width: 58px;
    height: 46px;
  }
}

@media only screen and (max-width: 480px) {
  #column-cat6 .column-cat-top .content h1:before {
    width: 38px;
    height: 30px;
  }
}

.page-load-status {
  display: none;
  /* hidden by default */
  padding-top: 20px;
  border-top: 1px solid #DDD;
  text-align: center;
  color: #777;
}

div#infscr-loading img {
  margin: 1em auto 3em;
  display: block;
  max-width: 60px;
}
