@charset "utf-8";

.noDisp {
	display:none;
}

.topics{
  padding: 2rem 0 3rem;
}
.page_topics_detail .topics{
  padding: 5rem 0 3rem;
}
.topics__inner{}


/* ---------------------------------------------------

	List Page

--------------------------------------------------- */
.category{
  margin: 0 0 1.5rem;
}
.category__list{
  list-style: none;
  margin: 0;
  padding: 0;
}
.category__list__item{
  margin: 5px calc(5px/ 2);
}
.category__list__item-link{
  align-items: center;
  background-color: rgba(81,66,65,1.00);
  border: 1px rgba(81,66,65,1.00) solid;
  border-radius: calc(45px / 2);
  box-sizing: border-box;
  color: rgba(255,255,255,1.00);
  display: flex;
  font-size: 1rem;
  font-weight: 500;
  height: 45px;
  justify-content: center;
  line-height: 1;
  padding: 0.5em 1em calc(0.5em + 0.1em);
  text-decoration: none;
  width: 100%;
}
.category__list__item.current .category__list__item-link{
  background-color: rgba(255,255,255,1.00);
  border: 1px rgba(232,113,9,1.00) solid;
  color: rgba(81,66,65,1.00);
}
.topicsList{}
.topicsList__item-link{
  background-color: rgba(255,255,255,1.00);
  border-radius: 10px;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 0 10px;
  padding: 1.25rem 15px;
  width: 100%;
}
.topicsList__item-link:last-child{
  margin: 0;
}
.topicsList a.topicsList__item-link{
  position: relative;
  text-decoration: none;
}
.topicsList a.topicsList__item-link:after{
  background-image: url(/src/images/common/icon/arrow_right_brown_dark.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 12px;
  position: absolute;
  right: 1.5rem;
  top: 1.75rem;
  transform: translateY(0);
  width: 15px;
}
.topicsList__item__inner{}
.topicsList__item__title{
  align-content: center;
  margin: 0 0 1rem;
}
.topicsList__item__title__text{
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  margin: 0.8em 0 0;
  order: 2;
	width: 100%;
}
.topicsList__item__title__data{
  order: 1;
}
.topicsList__item__title__data__time{
  font-size: 1.0625rem;
  font-weight: 600;
}
.topicsList__item__title__data__cat{
  align-items: center;
  border: 1px rgba(232,113,9,1.00) solid;
  border-radius: calc(30px / 2);
  box-sizing: border-box;
  display: inline-flex;
  height: 30px;
  justify-content: center;
  font-size: 1rem;
  font-weight: 500;
  margin: 0 0 0 0.875rem;
  padding: 0 1em 0.1em;
}
.topicsList__item__figure{
  line-height: 1;
}
.topicsList__item__figure img{
  border-radius: 10px;
}
.topicsListPager{
  padding: 3rem 0 0;
}
.topicsListPager__list{
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.topicsListPager__list__item{
  margin: 0 10px;
}
.topicsListPager__list__item-link{
  font-size: 1.5rem;
  font-weight: 500;
  text-decoration: none;
}
.topicsListPager__list__item.style-prev .topicsListPager__list__item-link,
.topicsListPager__list__item.style-next .topicsListPager__list__item-link{
  background-color: rgba(255,255,255,1.00);
  border: 1px rgba(81,66,65,1.00) solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: inline-block;
  height: 40px;
  position: relative;
  width: 40px;
}
.topicsListPager__list__item.style-prev .topicsListPager__list__item-link{}
.topicsListPager__list__item.style-next .topicsListPager__list__item-link{}
.topicsListPager__list__item.style-prev .topicsListPager__list__item-link:before,
.topicsListPager__list__item.style-next .topicsListPager__list__item-link:before{
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 12px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 15px;
}
.topicsListPager__list__item.style-prev .topicsListPager__list__item-link:before{
  background-image: url("/src/images/common/icon/arrow_left_brown_dark.svg");
}
.topicsListPager__list__item.style-next .topicsListPager__list__item-link:before{
  background-image: url("/src/images/common/icon/arrow_right_brown_dark.svg");
}
.topicsListPager__list__item.current .topicsListPager__list__item-link{
  color: rgba(232,113,9,1.00);
}


/* ---------------------------------------------------

	Detail Page

--------------------------------------------------- */
.topicsDetail{
  border-radius: 20px;
  padding: 5rem 1.25rem 2rem;
  position: relative;
}
.topicsDetail__title__group{
  border-bottom: 1px rgba(232,113,9,1.00) dotted;
  margin: 0 0 1.25rem;
  padding: 0 0 1.25rem;
}
.topicsDetail__title__data{
  box-sizing: border-box;
  display: inline-flex;
  height: calc(60px + 70px);
  justify-content: center;
  left: 50%;
  overflow: hidden;
  padding: 60px 0 0;
  position: absolute;
  top: -60px;
  transform: translateX(-50%);
  width: 250px;
}
.topicsDetail__title__data:before{
  background-color: rgba(255,255,255,1.00);
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 250px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 250px;
  z-index: 190;
}
.topicsDetail__title__data__inner{
  position: relative;
  z-index: 200;
}
.topicsDetail__title__data__time{
  display: block;
  font-size: 1.0625rem;
  font-weight: 600;
}
.topicsDetail__title__data__cat{
  align-items: center;
  border: 1px rgba(232, 113, 9, 1.00) solid;
  border-radius: calc(30px / 2);
  box-sizing: border-box;
  display: inline-flex;
  height: 30px;
  justify-content: center;
  font-size: 1rem;
  font-weight: 500;
  margin: 0.5rem 0 0;
  padding: 0 1em 0.1em;
}
.topicsDetail__title{
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}
.topicsDetail__contents__group{}
.wysiwygArea p{
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
}
.wysiwygArea img{
  border-radius: 15px;
}
.wysiwygArea a{
  color: rgba(232,113,9,1.00);
  text-decoration: underline;
}
.topicsDetailPager{
  padding: 3rem 0 0;
}
.topicsDetailPager__list{
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.topicsDetailPager__list__item{
  margin: 0 10px;
  max-width: 200px;
  width: 100%;
}
.topicsDetailPager__list__item.style-prev,
.topicsDetailPager__list__item.style-next{
  max-width: inherit;
  width: auto;
}
.topicsDetailPager__list__item-link{
  align-items: center;
  background-color: rgba(81, 66, 65, 1.00);
  border: 1px rgba(81, 66, 65, 1.00) solid;
  border-radius: calc(70px / 2);
  box-sizing: border-box;
  color: rgba(255, 255, 255, 1.00);
  cursor: pointer;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 500;
  height: 50px;
  justify-content: center;
  line-height: 1;
  padding: 0 0 0.2em;
  text-decoration: none;
  width: 100%;  
}
.topicsDetailPager__list__item-link:after{}
.topicsDetailPager__list__item.style-prev .topicsDetailPager__list__item-link,
.topicsDetailPager__list__item.style-next .topicsDetailPager__list__item-link{
  background-color: rgba(255,255,255,1.00);
  border: 1px rgba(81,66,65,1.00) solid;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  padding: 0;
  position: relative;
  width: 40px;
}
.topicsDetailPager__list__item.style-prev .topicsDetailPager__list__item-link{}
.topicsDetailPager__list__item.style-next .topicsDetailPager__list__item-link{}
.topicsDetailPager__list__item.style-prev .topicsDetailPager__list__item-link:before,
.topicsDetailPager__list__item.style-next .topicsDetailPager__list__item-link:before{
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 12px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 15px;
}
.topicsDetailPager__list__item.style-prev .topicsDetailPager__list__item-link:before{
  background-image: url("/src/images/common/icon/arrow_left_brown_dark.svg");
}
.topicsDetailPager__list__item.style-next .topicsDetailPager__list__item-link:before{
  background-image: url("/src/images/common/icon/arrow_right_brown_dark.svg");
}

/* ---------------------------------------------------

	MediaQuery

--------------------------------------------------- */
/* ------------------------------------

	Tablet-Mode

------------------------------------ */
@media screen and (min-width: 600px) {
.topics{}
.page_topics_detail .topics{}
.topics__inner{}


/* ------------------------------------

	List Page

------------------------------------ */
.category{}
.category__list{}
.category__list__item{
  margin: 10px calc(10px/ 2);
  max-width: inherit;
  width: auto;
  }
.category__list__item-link{
  border-radius: calc(50px / 2);
  height: 50px;
  padding: 0 1.25em 0.1em;
  }
.topicsList{}
.topicsList__item-link{
  border-radius: 20px;
  margin: 0 0 1.125rem;
  padding: 1.5rem 5rem 1.5rem 2rem;
  }
.topicsList a.topicsList__item-link{}
.topicsList a.topicsList__item-link:after{
  height: 12px;
  right: 2.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  }
.topicsList__item__inner{}
.topicsList__item__title{
  margin: 0 0 0 1.5rem;
  order: 2;  
  width: calc((100% - 1.5rem) - 150px);
  }
.topicsList__item__title__text{}
.topicsList__item__title__data{}
.topicsList__item__title__data__time{}
.topicsList__item__title__data__cat{}
.topicsList__item__figure{
  order: 1;
  width: 150px;
  }
.topicsList__item__figure img{}
.topicsListPager{}
.topicsListPager__list{}
.topicsListPager__list__item{}
.topicsListPager__list__item-link{}
.topicsListPager__list__item.style-prev .topicsListPager__list__item-link,
.topicsListPager__list__item.style-next .topicsListPager__list__item-link{}
.topicsListPager__list__item.style-prev .topicsListPager__list__item-link{}
.topicsListPager__list__item.style-next .topicsListPager__list__item-link{}
.topicsListPager__list__item.style-prev .topicsListPager__list__item-link:before,
.topicsListPager__list__item.style-next .topicsListPager__list__item-link:before{}
.topicsListPager__list__item.style-prev .topicsListPager__list__item-link:before{}
.topicsListPager__list__item.style-next .topicsListPager__list__item-link:before{}


/* ------------------------------------

	Detail Page

------------------------------------ */
.topicsDetail{}
.topicsDetail__title__group{}
.topicsDetail__title__data{}
.topicsDetail__title__data:before{}
.topicsDetail__title__data__inner{}
.topicsDetail__title__data__time{}
.topicsDetail__title__data__cat{}
.topicsDetail__title{}
.topicsDetail__contents__group{}
.wysiwygArea p{}
.wysiwygArea img{}
.wysiwygArea a{}
.topicsDetailPager{}
.topicsDetailPager__list{}
.topicsDetailPager__list__item{}
.topicsDetailPager__list__item.style-prev,
.topicsDetailPager__list__item.style-next{}
.topicsDetailPager__list__item-link{}
.topicsDetailPager__list__item-link:after{}
.topicsDetailPager__list__item.style-prev .topicsDetailPager__list__item-link,
.topicsDetailPager__list__item.style-next .topicsDetailPager__list__item-link{}
.topicsDetailPager__list__item.style-prev .topicsDetailPager__list__item-link{}
.topicsDetailPager__list__item.style-next .topicsDetailPager__list__item-link{}
.topicsDetailPager__list__item.style-prev .topicsDetailPager__list__item-link:before,
.topicsDetailPager__list__item.style-next .topicsDetailPager__list__item-link:before{}
.topicsDetailPager__list__item.style-prev .topicsDetailPager__list__item-link:before{}
.topicsDetailPager__list__item.style-next .topicsDetailPager__list__item-link:before{}


} /* /min-width: 600px */



/* ------------------------------------

	PC-Mode

------------------------------------ */
@media screen and (min-width: 1025px) {
.topics{
  padding: 5.625rem 0 5rem;
  }
.page_topics_detail .topics{
  padding: 10rem 0 5rem;
  }
.topics__inner{}


/* ------------------------------------

	List Page

------------------------------------ */
.category{
  margin: 0 0 3.4375rem;
  }
.category__list{}
.category__list__item{
  margin: 15px calc(15px/ 2);
  }
.category__list__item-link{
  font-size: 1.125rem;
  padding: 0 1.5em 0.1em;
  }
.category__list__item-link:hover{
  background-color: rgba(255,255,255,1.00);
  border: 1px rgba(232,113,9,1.00) solid;
  color: rgba(81,66,65,1.00);  
  }
.topicsList{}
.topicsList__item-link{
  padding: 1.875rem 8.75rem 1.875rem 2.5rem;
  }
.topicsList a.topicsList__item-link{
  border: 2px rgba(255,255,255,1.00) solid;
  }
.topicsList a.topicsList__item-link:hover{
  border: 2px rgba(232,113,9,1.00) solid;
  }
.topicsList a.topicsList__item-link:after{}
.topicsList a.topicsList__item-link:hover:after{}
.topicsList__item__inner{}
.topicsList__item__title{
  margin: 0 0 0 3.125rem;
  width: calc((100% - 3.125rem) - 220px);
  }
.topicsList__item__title__text{
  font-size: 1.125rem;
  margin: 0.8em 0 0;
  }
.topicsList__item__title__data{}
.topicsList__item__title__data__time{}
.topicsList__item__title__data__cat{}
.topicsList__item__figure{
  width: 220px;
  }
.topicsListPager{
  padding: 4.375rem 0 0;
  }
.topicsListPager__list{}
.topicsListPager__list__item{
  margin: 0 15px;
  }
.topicsListPager__list__item-link{
  font-size: 1.875rem;
  }
.topicsListPager__list__item-link:hover{
  color: rgba(232,113,9,1.00);
  }
.topicsListPager__list__item.style-prev .topicsListPager__list__item-link,
.topicsListPager__list__item.style-next .topicsListPager__list__item-link{
  height: 56px;
  width: 56px;
  }
.topicsListPager__list__item.style-prev .topicsListPager__list__item-link:hover,
.topicsListPager__list__item.style-next .topicsListPager__list__item-link:hover{
  background-color: rgba(232,113,9,1.00);
  border: 1px rgba(232,113,9,1.00) solid;
  }
.topicsListPager__list__item.style-prev .topicsListPager__list__item-link{}
.topicsListPager__list__item.style-next .topicsListPager__list__item-link{}
.topicsListPager__list__item.style-prev .topicsListPager__list__item-link:before,
.topicsListPager__list__item.style-next .topicsListPager__list__item-link:before{}
.topicsListPager__list__item.style-prev .topicsListPager__list__item-link:before{}
.topicsListPager__list__item.style-prev .topicsListPager__list__item-link:hover:before{
  background-image: url("/src/images/common/icon/arrow_left_white.svg");
}
.topicsListPager__list__item.style-next .topicsListPager__list__item-link:before{}
.topicsListPager__list__item.style-next .topicsListPager__list__item-link:hover:before{
  background-image: url("/src/images/common/icon/arrow_right_white.svg");
}


/* ------------------------------------

	Detail Page

------------------------------------ */
.topicsDetail{
  border-radius: 40px;
  padding: 8rem 6.25rem 3.125rem;
  }
.topicsDetail__title__group{
  border-bottom: 2px rgba(232,113,9,1.00) dotted;
  margin: 0 0 1.875rem;
  padding: 0 0 1.875rem;
  }
.topicsDetail__title__data{
  height: calc(90px + 70px);
  padding: 90px 0 0;
  top: -90px;
  width: 400px;
  }
.topicsDetail__title__data:before{
  height: 400px;
  width: 400px;
  }
.topicsDetail__title__data__inner{}
.topicsDetail__title__data__time{
  font-size: 1.125rem;
  }
.topicsDetail__title__data__cat{
  margin: 1rem 0 0;
  padding: 0 2em 0.1em;
  }
.topicsDetail__title{
  font-size: 2.125rem;
  }
.topicsDetail__contents__group{}
.wysiwygArea p{
  font-size: 1.125rem;
  line-height: 2;
  }
.wysiwygArea img{}
.wysiwygArea a{}
.topicsDetailPager{
  padding: 4.375rem 0 0;
  }
.topicsDetailPager__list{}
.topicsDetailPager__list__item{
  margin: 0 15px;
  max-width: 230px;
  }
.topicsDetailPager__list__item.style-prev,
.topicsDetailPager__list__item.style-next{
  max-width: inherit;
  }
.topicsDetailPager__list__item-link{
  height: 56px;
  }
.topicsDetailPager__list__item-link:hover{
  background-color: rgba(255,255,255,1.00);
  color: rgba(81,66,65,1.00);
  }
.topicsDetailPager__list__item-link:after{
  right: 1.5rem;
  }
.topicsDetailPager__list__item.style-prev .topicsDetailPager__list__item-link,
.topicsDetailPager__list__item.style-next .topicsDetailPager__list__item-link{
  height: 56px;
  width: 56px;
  }
.topicsDetailPager__list__item.style-prev .topicsDetailPager__list__item-link:hover,
.topicsDetailPager__list__item.style-next .topicsDetailPager__list__item-link:hover{
  background-color: rgba(232,113,9,1.00);
  border: 1px rgba(232,113,9,1.00) solid;
  }
.topicsDetailPager__list__item.style-prev .topicsDetailPager__list__item-link{}
.topicsDetailPager__list__item.style-next .topicsDetailPager__list__item-link{}
.topicsDetailPager__list__item.style-prev .topicsDetailPager__list__item-link:before,
.topicsDetailPager__list__item.style-next .topicsDetailPager__list__item-link:before{}
.topicsDetailPager__list__item.style-prev .topicsDetailPager__list__item-link:before{}
.topicsDetailPager__list__item.style-prev .topicsDetailPager__list__item-link:hover:before{
  background-image: url("/src/images/common/icon/arrow_left_white.svg");
}
.topicsDetailPager__list__item.style-next .topicsDetailPager__list__item-link:before{}
.topicsDetailPager__list__item.style-next .topicsDetailPager__list__item-link:hover:before{
  background-image: url("/src/images/common/icon/arrow_right_white.svg");
}


} /* /min-width: 1025px */


/* ------------------------------------

	PC-Mode > Irregular

------------------------------------ */
@media screen and (min-width: 1366px) {
} /* /min-width: 1366px */