@charset "utf-8";
/* ---------------------------------------------------

	Syntax - SP First

--------------------------------------------------- */
.topicsWrap{}
.topics__outer{}
/* scheme */
.page_topics_detail .topics__outer{
  padding: 0 0 2rem;
  position: relative;
}
.page_topics_detail .topics__outer:before,
.page_topics_detail .topics__outer:after{
  background-color: rgba(240, 240, 231, 1.00);
  content: "";
  display: inline-block;
  height: 109vw;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
  z-index: 150;
}
.page_topics_detail .topics__outer:before{
  height: calc(100% - 11rem);
  top: 11rem;
}
.page_topics_detail .topics__outer:after{
  bottom: 0;
}
/* scheme Fin */
.topics__inner{
  position: relative;
  z-index: 200;
}
.page_topics_detail .topics__inner{
  padding: 0;
}


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

	topicsList

--------------------------------------------------- */
.result__block{
  align-items: center;
  display: flex;
  height: 60px;
  justify-content: center;
  margin: 0 0 2rem;
  padding: 0 15px;
}
.result__text{
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 500;
}
.list__block{}
/*.list__column{
  margin: 0 0 1.75rem;
}*/
.list__col-link{
  margin: 0 0 1.75rem;
  /*display: flex;
  flex-wrap: wrap;*/
}
.list__col__inner{
  display: flex;
  flex-wrap: wrap;
}
.list__col__title{
  display: flex;
  flex-wrap: wrap;
  order: 2;
  margin: 0;
  width: calc((100% - 1rem) - 120px);
}
.list__col__title__time{
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.8px;
  order: 1;
}
.list__col__title__text{
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  margin: 0;
  order: 2;
  padding: 0.5em 0 0;
}
.list__col__cat{
  list-style: none;
  order: 3;
  margin: 0;
  padding: 0.25rem 0 0;
}
.list__col__cat__menu{
  align-items: center;
  border: 1px rgba(0, 0, 0, 1.00) solid;
  border-radius: 18px;
  display: inline-flex;
  font-weight: 500;
  justify-content: center;
  margin: 0 5px 8px 0;
  padding: 0.1em 1em 0.2em;
  min-width: 90px;
}
.list__col__figure{
  margin: 0 1rem 0 0;
  order: 1;
  width: 120px;
}
.list__col__figure__image{
  border-radius: 10px;
  line-height: 1;
  overflow: hidden;
}
.listPager__block{
  padding: 2rem 0 0;
}
.listPager{
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.listPager__item{
  margin: 0 calc(10px / 2);
}
/* scheme */
.listPager__item.style-prev{}
.listPager__item.style-current{
  margin: 0 calc(15px / 2);
}
.listPager__item.style-next{}
/* scheme Fin */
.listPager__item-link{
  align-items: center;
  background-color: rgba(255, 255, 255, 1.00);
  border: 1px rgba(0,0,0,1.00) solid;
  box-sizing: border-box;
  border-radius: 50%;
  display: flex;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  height: 40px;
  justify-content: center;
  line-height: 1;
  width: 40px;
}
/* scheme */
.listPager__item.style-prev .listPager__item-link{
  position: relative;
}
.listPager__item.style-prev .listPager__item-link:before{
  background-image: url("/src/images/common/icon/arrow_double_left_black.svg");
  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: 14px;
}
.listPager__item.style-current .listPager__item-link{
  background-color: rgba(9,24,129,1.00);
  border: 1px rgba(9,24,129,1.00) solid;
  color: rgba(255,255,255,1.00);
  height: 50px;
  width: 50px;
}
.listPager__item.style-next .listPager__item-link{
  position: relative;
}
.listPager__item.style-next .listPager__item-link:before{
  background-image: url("/src/images/common/icon/arrow_double_right_black.svg");
  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: 14px;
}
/* scheme Fin */


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

	topicsDetail

--------------------------------------------------- */
.topicsDetail__wrap{
  padding: 2rem 0 1rem;
}
.topicsDetail__inner{}
.topicsDetail{}
.topicsDetail__date{
  display: block;
  font-size: 1rem;
  font-weight: 600;
  text-align: right;
}
.topicsDetail__title{
  border-bottom: 1px rgba(0,0,0,1.00) solid;
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 0.5em;
  padding: 0.5em 0;
}
.topicsDetail__label__block{
  margin: 0 auto;
}
.topicsDetail__label__list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.topicsDetail__label__list__item{
  background-color: rgba(255, 255, 255, 1.00);
  border: 1px rgba(41, 41, 41, 1.00) solid;
  border-radius: 36px;
  color: rgba(41, 41, 41, 1.00);
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 600;
  margin: 0 5px 8px 0;
  padding: 0.2em 0.5em 0.3em;
  text-align: center;
  min-width: 70px;
}

.wysiwygArea{
  padding: 1rem 0;
}
.wysiwygArea h2{
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.125rem;
  line-height: 1.5;
  margin: 1.5em 0 0.5em 0;
  padding: 0 0 0 1.5em;
  position: relative;
}
.wysiwygArea h2:before{
  background-color: rgba(41,41,41,1.00);
  content: "";
  display: inline-block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
}
.wysiwygArea h3{
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.0625rem;
  line-height: 1.5;
  margin: 1.5em 0 0.5em 0;
}

.wysiwygArea p{
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.75;
}
.wysiwygArea ul{
  list-style: disc;
}
.wysiwygArea ul li{
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.75;
  /*margin: 0 0 0.8em;*/
}
.wysiwygArea ul li::marker{
  color: rgba(9,24,129,1.00);
}
.wysiwygArea table{
  border-spacing: 0;
}
.wysiwygArea table tr td img{}

.wysiwygArea a{
  text-decoration: underline;
}
.wysiwygArea span.captionText{
  display: block;
  font-size: 0.875rem;
  text-align: right;
}

.wysiwygArea .button__block{
  padding: 1.5rem 0 0;
}
.wysiwygArea .button__item{}
.wysiwygArea .button__item:only-of-type{
  max-width: 290px;
}
.wysiwygArea .button__item-link{
  background-color: #fff;  
}
.detail__contents__block .wysiwygArea a.button__item-link{
  color: #000;
  text-decoration: none;
}
.wysiwygArea .button__item__text{}
.wysiwygArea .banner_block{
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0;
}
.wysiwygArea .banner_block div{}
.wysiwygArea .banner_block div a{
  display: inline-block;
}

.topicsDetailFacility__wrap{
  background-color: rgba(240,240,230,1.00);
  padding: 1.5rem 1.25rem;
}
.topicsDetailFacility__inner{
  background-color: rgba(255,255,255,1.00);
  margin: 0 auto;
  padding: 1.5rem 20px;
}
.topicsDetailFacility__wrap .wysiwygArea{
  padding: 0;
}
.topicsDetailFacility__wrap .wysiwygArea h3{
  font-size: 1.125rem;
  margin: 1.5em 0 0.5em;
}
.topicsDetailFacility__wrap .wysiwygArea h3:first-of-type{
  margin: 0 0 0.3em;
}
.topicsDetailStaff__wrap{
  padding: 1.5rem 0 2rem;
}
.topicsDetailStaff__inner{}
.topicsDetailStaff__wrap .wysiwygArea{
  padding: 0;
}
.topicsDetailStaff__wrap .wysiwygArea h3{
  border-bottom: 1px rgba(41,41,41,1.00) solid;
  font-size: 1.125rem;
  font-weight: 500;
  margin: 0 0 0.5em;
  padding: 0 0 0.5em;
}
.topicsDetailStaff__wrap .wysiwygArea ul{
  padding: 0 20px;
}



.topicsDetailPager__wrap{
  margin: 0 0 2rem;
}
.topicsDetailPager__inner{}
.topicsDetailPager{}
.topicsDetailPager__list{
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.topicsDetailPager__list__item{
  margin: 0 calc(15px / 2);
  width: 100%;
}
/* scheme */
.topicsDetailPager__list__item.list{}
/* scheme Fin */
.topicsDetailPager__list__item-link{
  align-items: center;
  background-color: rgba(255,255,255,1.00);
  border: 1px rgba(41,41,41,1.00) solid;
  box-sizing: border-box;
  border-radius: calc(50px / 2);
  display: flex;
  font-size: 1rem;
  font-weight: 600;
  height: 50px;
  justify-content: center;
  letter-spacing: 0.3px;
  line-height: 1;
  padding: 0 0 2px;
  width: 100%;
}
/* scheme */
.topicsDetailPager__list__item.prev .topicsDetailPager__list__item-link{
  position: relative;
}
.topicsDetailPager__list__item.prev .topicsDetailPager__list__item-link:before{
  background-image: url("/src/images/common/icon/arrow_double_left_black.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 8px;
  left: 0.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
}
.topicsDetailPager__list__item.next .topicsDetailPager__list__item-link{
  position: relative;
}
.topicsDetailPager__list__item.next .topicsDetailPager__list__item-link:after{
  background-image: url("/src/images/common/icon/arrow_double_right_black.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 8px;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
}
.topicsDetailPager__list__item.list .topicsDetailPager__list__item-link{
  background-color: rgba(240,240,230,1.00);
  border: 1px rgba(240,240,230,1.00) solid;
}
/* scheme Fin */


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

	detail virsion2

--------------------------------------------------- */
.detail__intro__block{
  margin: 1.25rem 0 2.8125rem;
  padding: 0 20px;
}
.detail__intro__title__block{
  margin: 1.625rem 0;
}
.detail__intro__title__time{
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 1rem;
}
.detail__intro__title__text{
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
}
.detail__intro__title__cat{
  list-style: none;
  margin: 0;
  padding: 1rem 0 0;
}
.detail__intro__title__cat__menu{
  /* background-color: rgba(255, 255, 255, 1.00); */
  border: 1px rgba(0, 0, 0, 1.00) solid;
  border-radius: 20px;
  box-sizing: border-box;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  margin: 0 5px 0.5rem 0;
  padding: 0.3em 0.75em 0.4em;
  text-align: center;
  min-width: 55px;
}
.detail__intro__keyVisual__block{}
.detail__intro__keyVisual__image{
  text-align: center;
}
.detail__intro__keyVisual__image img{
  border-radius: 15px;
}
.detail__intro__title__note{
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  margin: 0 auto;
  padding: 1rem 0 0;
  text-align: left;
}
.detail__tablecontents{
  border: 1px solid #000;
  border-radius: 10px;
  margin: 1.5rem 0 0;
  padding: 1.5rem 1.25rem;
  text-align: left;
}
.detail__tablecontents__lead{
  align-items: center;
  display: flex;
  gap: 0 0.7rem;
  margin: 0;
  padding: 0 0 0 calc(22px + 0.875rem);
  position: relative;
}
.detail__tablecontents__lead:before{
  background-image: url(/src/images/common/icon/pencil_black.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 22px;
  left: 0;
  position: absolute;
  width: 22px;
}
.detail__tablecontents__lead__text{
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1;
  padding: 0 0 0.25em;
}
.detail__tablecontents__lead__subtext{
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
}
.detail__tablecontents__list{
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
}
.detail__tablecontents__list__item{
  border-bottom: 1px dashed #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.75rem 0 0.75rem calc(8px + 0.5rem);
  position: relative;
}
.detail__tablecontents__list__item:first-of-type{
  padding: 0 0 0.75rem calc(8px + 0.5rem);
}
.detail__tablecontents__list__item:last-of-type{
  border-bottom: none;
  padding: 0.75rem 0 0 calc(8px + 0.5rem);
}
.detail__tablecontents__list__item:before{
  background-color: #091881;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 8px;
  left: 0;
  position: absolute;
  top: 1.3rem;
  width: 8px;
}
.detail__tablecontents__list__item:first-of-type:before{
  top: 0.6rem;
}
.detail__tablecontents__list__item__link{
  display: inline-block;
}
.detail__contents__block{
  padding: 2.8125rem 20px 1.75rem;
}
.detail__contents__block .wysiwygArea{
  margin: 0 0 2.8rem;
  padding: 0;
  position: relative;
}
.detail__contents__block .wysiwygArea:last-of-type{
  margin: 0;
}

.detail__contents__block .wysiwygArea.anchorBox {
  padding-top: 80px;
  margin-top: -80px;
  }

.detail__contents__block .wysiwygArea.style-nextArticle{
  background-color: rgba(236,237,239,1.00);
  border-radius: 15px;
  margin: 0 0 1.5rem;
  padding: 1.25rem 15px;
}
.detail__contents__block .wysiwygArea.style-nextArticle p{
  margin: 0;
}
.detail__contents__block .wysiwygArea a{
  color: rgba(9,24,129,1.00);
  line-height: 1.5;
  text-decoration: underline;
  word-break: break-all;
}
.detail__contents__block .wysiwygArea img{
  border-radius: 10px;
}
.detail__contents__block .wysiwygArea p{
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  margin: 0.5em 0;
}
.detail__contents__block .wysiwygArea p.text-center{
  text-align: left;
}
.detail__contents__block .wysiwygArea section p{
  margin: 0.3em 0;
}
.detail__contents__block .wysiwygArea section section p{
  margin: 0.2em 0;
}
.detail__contents__block .wysiwygArea h2{
  align-items: center;
  color: rgba(9,24,129,1.00);
  display: flex;
  font-size: 1.125rem;
  font-weight: 500;
  justify-content: center;
  margin: 0 0 1rem;
  padding: 0.75em 0;
  text-align: center;
}
.detail__contents__block .wysiwygArea h2:before,
.detail__contents__block .wysiwygArea h2:after{
  background-color: transparent;;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 1.00) 4px, transparent 4px);
  background-position: left center;
  background-repeat: repeat-x;
  background-size: 8px 4px;
  content: "";
  display: inline-block;
  height: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 205;
}
.detail__contents__block .wysiwygArea h2:before{
  top: 0;
}
.detail__contents__block .wysiwygArea h2:after{
  bottom: 0;
}
.detail__contents__block .wysiwygArea section{
  margin: 0.5rem 0 1rem;
}
.detail__contents__block .wysiwygArea h3{
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: inherit;
  margin: 0;
}
.detail__contents__block .wysiwygArea section section{
  margin: 1.5rem 0 1.25rem;
  padding: 0 1rem;
}
.detail__contents__block .wysiwygArea h4{
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 0.5em;
}



/* WYSIWYG custom */
.image__block{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0.5rem 0;
}
.image__block + .image__block{
  padding: 0 0 0.5rem;
}
.image__block p{}
/* scheme */
.image__block.style-col1 p,
.image__block.style-col1 div{
  line-height: 1;
  margin: 0;
}
.image__block.style-col1.style-thumSmall p,
.image__block.style-col1.style-thumSmall div{
  max-width: 465px;
}
.image__block.style-col2 p,
.image__block.style-col2 div{
  line-height: 1;
  margin: 0 0.5rem 0 0;
  width: calc((100% - calc(0.5rem * 1)) / 2);
}
.image__block.style-col2 p:last-of-type,
.image__block.style-col2 div:last-of-type{
  margin: 0;
}
.image__block.style-col2.style-thumLarge p,
.image__block.style-col2.style-thumLarge div{
  line-height: 1;
  margin: 0 0 0.8rem;
  width: 100%;
}
.image__block.style-col2.style-thumLarge p:last-of-type,
.image__block.style-col2.style-thumLarge div:last-of-type{
  margin: 0;
}
.image__block.style-col3 p,
.image__block.style-col3 div{
  line-height: 1;
  margin: 0 0.5rem 0 0;
  width: calc((100% - calc(0.5rem * 2)) / 3);
}
.image__block.style-col3 p:last-of-type,
.image__block.style-col3 div:last-of-type{
  margin: 0;
}
.image__block.style-col3.style-thumLarge p,
.image__block.style-col3.style-thumLarge div{
  line-height: 1;
  margin: 0 0 0.8rem;
  width: 100%;
}
.image__block.style-col3.style-thumLarge p:last-of-type,
.image__block.style-col3.style-thumLarge div:last-of-type{
  margin: 0;
}
.image__block p figure,
.image__block div figure{
  margin: 0 0 0.5rem;
  }
.image__block p figure figcaption,
.image__block div figure figcaption{
  color: rgba(110,110,110,1.00);
  font-style: italic;
  line-height: 1.3;
  margin: 0.5em 0 0;
  }
/* scheme Fin */

.noteThum__block{
  padding: 1rem 0 0;
}
.noteThum__item{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 2rem;
}
.noteThum__item:last-of-type{
  margin: 0;
}
.noteThum__item__note{
  order: 2;
  margin: 1rem 0 0;
}
.noteThum__item__note h3{
  margin: 0.5em 0;
}
.noteThum__item__note p{
  margin: 0.5em 0;
}
.noteThum__item__figure{
  order: 1;
}

.bulidingData{
  border: 1px rgba(0,0,0,1.00) solid;
  border-radius: 10px;
  padding: 1.25rem 1.25rem;
}
.bulidingData .wysiwygArea{}
.bulidingData__item{
  margin: 0 0 1rem;
}
.bulidingData__item:last-of-type{
  margin: 0;
}
.bulidingData__item__theme{
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 0.3em;
}
.bulidingData .wysiwygArea .bulidingData__item__list{
  list-style: none;
  margin: 0;
  padding: 0;
}
.bulidingData .wysiwygArea .bulidingData__item__list__menu{
  font-size: 1rem;
  line-height: 1.75;
  padding: 0 0 0 1em;
  position: relative;
  text-indent: -1.2em;
}
.bulidingData .wysiwygArea .bulidingData__item__list__menu:last-of-type{
  margin: 0;
}
.bulidingData .wysiwygArea .bulidingData__item__list__menu:before{
  background-color: rgba(9,24,129,1.00);
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 8px;
  margin: 0 10px 3px 0;
  vertical-align: middle;
  width: 8px;
}
.bulidingData .wysiwygArea .bulidingData__item__childList{
  list-style: none;
  padding: 0 calc(8px + 10px) 5px;
}
.bulidingData .wysiwygArea .bulidingData__item__childList__menu{
  font-size: 1rem;
  line-height: 1.75;
}
.bulidingData .wysiwygArea .bulidingData__item__childList__menu:before{
  display: none;
}
.bulidingData__item a{}
.bulidingData .wysiwygArea .bulidingData__item__note{
  line-height: 1.75;
  margin: 0;
}

.authorData{
  padding: 2rem 0 0;
}
.authorData .wysiwygArea{}
.authorData__item{
  display: flex;
  margin: 0 0 1rem;
}
.authorData__item:last-of-type{
  margin: 0;
}
.authorData__item__subject{
  border-right: 1px rgba(0,0,0,1.00) solid;
  display: inline-block;
  font-weight: 600;
  margin: 0 1.5rem 0 0;
  padding: 0 1.5rem 0 0
}
.authorData__item__content{
  display: inline-block;
  margin: 0;
}
.authorData .wysiwygArea .authorData__item__content__list{
  list-style: none;
  margin: 0;
  padding: 0;
}
.authorData .wysiwygArea .authorData__item__content__list__menu{
  line-height: inherit;
  margin: 0 0 0.5em;
}
/* WYSIWYG custom Fin */

.detail__share__block{
  padding: 1.25rem 0 0;
}
.detail__share__theme{
  display: block;
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 1rem;
}
.detail__share__list{
  list-style: none;
  margin: 0;
  padding: 0;
}
.detail__share__list__menu{
  margin: 0 calc(1.25rem / 2);
  width: 40px;
}
.detail__share__list__menu-link{
  display: inline-block;
  width: 100%;
	border:none;
	cursor:pointer;
	padding:0;
}

.related_articles__block{
  padding: 2rem 0 2.5rem;
}
.related_articles__outer{}
.related_articles__theme{
  display: block;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 1.875rem;
}
.related_articles__group{
  gap: 1.25rem 0;
}
.related_articles-link{
  border-bottom: 1px dashed #000;
  padding: 0 0 1.25rem;
  /* margin: 0 0 1.75rem; */
}
.related_articles-link:last-of-type{
  border-bottom: none;
  padding: 0;
}
.related_articles__inner{
  display: flex;
  flex-wrap: wrap;
}
.related_articles__title{
  align-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  order: 2;
  margin: 0;
  width: calc((100% - 1rem) - 120px);
}
.related_articles__title__time{
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.8px;
  order: 1;
}
.related_articles__title__text{
  display: block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  margin: 0;
  order: 2;
  padding: 0.5em 0 0;
}
.related_articles__cat{
  display: flex;
  flex-wrap: wrap;
  gap: 8px 5px;
  list-style: none;
  margin: 0;
  order: 3;
  padding: 0.75rem 0 0;
}
.related_articles__cat__menu{
  align-items: center;
  border: 1px rgba(0, 0, 0, 1.00) solid;
  border-radius: 18px;
  display: inline-block;
  font-weight: 500;
  justify-content: center;
  /* margin: 0 5px 8px 0; */
  padding: 0.1em 1em 0.2em;
  /* min-width: 90px; */
}
.related_articles__figure{
  margin: 0 1rem 0 0;
  order: 1;
  width: 120px;
}
.related_articles__figure__image{
  border-radius: 10px;
  line-height: 1;
  overflow: hidden;
}

.detailPager__block{}
.detailPager{
  padding: 2rem 0;
}
.detailPager__outer{}
.detailPager__inner{}
.detailPager__item{
  margin: 0 0 1rem;
}
.detailPager__item:last-of-type{
  margin: 0;
}
.detailPager__item-link{
  background-color: rgba(255,255,255,1.00);
  border: 1px rgba(9,24,129,1.00) solid;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.25rem;
  padding: 3.125rem 1rem 1rem 1rem;
  position: relative;
  width: 100%;
}
.detailPager__item-link:before{
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 12px;
  position: absolute;
  top: 1.5rem;
  width: 16px;
}
/* scheme */
.detailPager__item:nth-of-type(1) .detailPager__item-link{
  flex-direction: row-reverse;  
}
.detailPager__item:nth-of-type(1) .detailPager__item-link:before{
  background-image: url("/src/images/common/icon/arrow_double_left_blue.svg");
  left: 1rem;
}
.detailPager__item:nth-of-type(2) .detailPager__item-link{}
.detailPager__item:nth-of-type(2) .detailPager__item-link:before{
  background-image: url("/src/images/common/icon/arrow_double_right_blue.svg");
  right: 1rem;
}
.detailPager__item:only-of-type .detailPager__item-link{
  flex-direction: row;
}
.detailPager__item:only-of-type .detailPager__item-link:before{
  background-image: url("/src/images/common/icon/arrow_double_right_blue.svg");
  left: inherit;
  right: 1rem;
}
/* scheme Fin */
.detailPager__item__note{
  width: calc((100% - 1.25rem) - 100px);
}
/* scheme */
/* .detailPager__item:nth-of-type(1) .detailPager__item__note{
  margin: 0 0 0 1rem;
  }
.detailPager__item:nth-of-type(2) .detailPager__item__note{
  margin: 0 1rem 0 0;
  }
.detailPager__item:only-of-type .detailPager__item__note{
  margin: 0 1rem 0 0;
} */
/* scheme Fin */
.detailPager__item__note__cat{
  color: rgba(9,24,129,1.00);
  display: block;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  top: 1.25rem;
}
.detailPager__item:nth-of-type(1) .detailPager__item__note__cat{
  left: calc(1rem + 16px + 0.625rem);
}
.detailPager__item:nth-of-type(2) .detailPager__item__note__cat{
  right: calc(1rem + 16px + 0.625rem);
}
.detailPager__item__note__text{
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}
.detailPager__item__figure{
  width: 100px;
}
.detailPager__item__figure img{
  border-radius: 10px;
}
.detailPager__block .button__block{}


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

	MediaQuery

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

	Tablet-Mode

------------------------------------ */
@media screen and (min-width: 600px) {
.topicsWrap{}
.topicsWrap:before{
  top: 15rem;
  z-index: 160;
  }
.topicsWrap:after{
  top: 10rem;
  z-index: 10;
  }
.topics__outer{}
/* scheme */
.page_topics_detail .topics__outer{}
.page_topics_detail .topics__outer:before,
.page_topics_detail .topics__outer:after{
  height: 500px;
  }
.page_topics_detail .topics__outer:before{
  height: 100vh;
  }
.page_topics_detail .topics__outer:after{}
/* scheme Fin */
.topics__inner{}
.page_topics_detail .topics__inner{
  padding: 0 20px;
}


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

	topicsList

------------------------------------ */
.result__block{}
.result__text{
  font-size: 1.25rem;
  }
.list__block{}
/*.list__column{
  margin: 0 2rem 2rem 0;
  width: calc((100% - calc(2rem * 1)) / 2);
  }
.list__column:nth-of-type(2n){
  margin: 0 0 2rem 0;
  }*/
.list__col-link{
  margin: 0 2rem 2rem 0;
  width: calc((100% - calc(2rem * 1)) / 2);
  }
.list__col-link:nth-of-type(2n){
  margin: 0 0 2rem 0;
  }
.list__col__inner{}
.list__col__title{
  padding: 1.25rem 0 0;
  width: auto;
  }
.list__col__title__time{}
.list__col__title__text{
  line-height: 1.5;
  }
.list__col__cat{
  padding: 1.25rem 0 0;
  }
.list__col__cat__menu{
  margin: 0 5px 12px 0;
  padding: 0.17em 1.5em 0.35em;
  }
.list__col__figure{
  margin: 0;
  width: auto;
  }
.list__col__figure__image{
  border-radius: 15px;
  }
.listPager__block{}
.listPager{}
.listPager__item{}
/* scheme */
.listPager__item.style-prev{}
.listPager__item.style-current{}
.listPager__item.style-next{}
/* scheme Fin */
.listPager__item-link{}
.listPager__item-link:before{}
/* scheme */
.listPager__item.style-prev .listPager__item-link{}
.listPager__item.style-prev .listPager__item-link:before{}
.listPager__item.style-current .listPager__item-link{}
.listPager__item.style-next .listPager__item-link{}
.listPager__item.style-next .listPager__item-link:before{}
/* scheme Fin */


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

	topicsDetail

------------------------------------ */
.topicsDetail__wrap{
  padding: 5rem 0 2rem;
  }
.topicsDetail__inner{}
.topicsDetail{}
.topicsDetail__date{}
.topicsDetail__title{
  margin: 0 0 1em;
  padding: 1em 0;
  text-align: center;
  }
.topicsDetail__label__block{}
.topicsDetail__label__list{}
.topicsDetail__label__list__item{
  font-size: 1rem;
  margin: 0 10px 10px 0;
  padding: 0.5em 0.8em 0.6em;
  min-width: 90px;
  }

.wysiwygArea{
  padding: 2rem 0;
  }
.wysiwygArea h2{}
.wysiwygArea h2:before{}
.wysiwygArea h3{}
.wysiwygArea p{
  font-size: 1rem;
  line-height: 2.5;
  }
.wysiwygArea ul{}
.wysiwygArea ul li{
  font-size: 1rem;
  line-height: 2.5;
}
.wysiwygArea table{}
.wysiwygArea table tr td img{
  /*max-width: 270px;*/
  }

.wysiwygArea .button__block{}
.wysiwygArea .button__item{}
.wysiwygArea .button__item:only-of-type{
  max-width: 400px;
}
.wysiwygArea .button__item-link{}
.detail__contents__block .wysiwygArea a.button__item-link{}
.wysiwygArea .button__item__text{}
.wysiwygArea .banner_block{}
.wysiwygArea .banner_block div{}
.wysiwygArea .banner_block div a{}


.topicsDetailFacility__wrap{
  padding: 3rem 20px;
  }
.topicsDetailFacility__inner{
  padding: 2rem 20px;
  }
.topicsDetailFacility__wrap .wysiwygArea{}
.topicsDetailFacility__wrap .wysiwygArea h3{}
.topicsDetailStaff__wrap{
  padding: 3rem 0 2rem;
  }
.topicsDetailStaff__inner{}
.topicsDetailStaff__wrap .wysiwygArea{}
.topicsDetailStaff__wrap .wysiwygArea h3{
  margin: 0 0 1em;
  padding: 0 0 1em;
  }
.topicsDetailStaff__wrap .wysiwygArea ul{}





.topicsDetailPager__wrap{
  margin: 0 0 4rem;
  }
.topicsDetailPager__inner{}
.topicsDetailPager{}
.topicsDetailPager__list{}
.topicsDetailPager__list__item{
  margin: 0 calc(40px / 2);
  max-width: 240px;
  }
/* scheme */
.topicsDetailPager__list__item.list{}
/* scheme Fin */
.topicsDetailPager__list__item-link{
  border-radius: calc(70px / 2);
  font-size: 1.25rem;
  height: 70px;
  letter-spacing: 2px;
  }
/* scheme */
.topicsDetailPager__list__item.prev .topicsDetailPager__list__item-link{}
.topicsDetailPager__list__item.prev .topicsDetailPager__list__item-link:before{
  height: 12px;
  left: 1.25rem;
  width: 16px;
  }
.topicsDetailPager__list__item.next .topicsDetailPager__list__item-link{}
.topicsDetailPager__list__item.next .topicsDetailPager__list__item-link:after{
  height: 12px;
  right: 1.25rem;
  width: 16px;
  }
.topicsDetailPager__list__item.list .topicsDetailPager__list__item-link{}
/* scheme Fin */


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

	detail virsion2

------------------------------------ */
.detail__intro__block{
  margin: 3rem 0 3.5rem;
}
.detail__intro__title__block{}
.detail__intro__title__time{
  font-size: 1.125rem;
  margin: 0 0 1.5rem;
  }
.detail__intro__title__text{
  font-size: 1.75rem;
  line-height: 1.5;
  }
.detail__intro__title__cat{}
.detail__intro__title__cat__menu{
  font-size: 1.125rem;
  margin: 0 10px 0.75rem 0;
  padding: 0.4em 0.5em 0.6em;
  min-width: 110px;
  }
.detail__intro__keyVisual__block{}
.detail__intro__keyVisual__image{}
.detail__intro__title__note{
  font-size: 1.125rem;
  letter-spacing: 0.36px;
  line-height: 2.2;
  padding: 2rem 0 0;
  }
.detail__tablecontents{}
.detail__tablecontents__lead{}
.detail__tablecontents__lead:before{}
.detail__tablecontents__lead__text{}
.detail__tablecontents__lead__subtext{}
.detail__tablecontents__list{}
.detail__tablecontents__list__item{}
.detail__tablecontents__list__item:first-of-type{}
.detail__tablecontents__list__item:last-of-type{}
.detail__tablecontents__list__item:before{}
.detail__tablecontents__list__item:first-of-type:before{
  top: 0.8rem;
}
.detail__tablecontents__list__item__link{}
.detail__contents__block{
  border-radius: 15px;
  }
.detail__contents__block .wysiwygArea{}
.detail__contents__block .wysiwygArea.style-nextArticle{
  padding: 1.25rem 3.125rem;
  }
.detail__contents__block .wysiwygArea a{}
.detail__contents__block .wysiwygArea img{
  border-radius: 15px;
}
.detail__contents__block .wysiwygArea p{
  font-size: 1.125rem;
  line-height: 2.2;
  margin: 0.75em 0;
  }
.detail__contents__block .wysiwygArea p.text-center{
  text-align: center;
}
.detail__contents__block .wysiwygArea section p{
  margin: 0.5em 0;
}
.detail__contents__block .wysiwygArea section section p{
  margin: 0.3em 0;
}
.detail__contents__block .wysiwygArea h2{
  font-size: 1.25rem;
  /*height: 70px;*/
  padding: 0.5em 0;
  }
.detail__contents__block .wysiwygArea h2:before,
.detail__contents__block .wysiwygArea h2:after{}
.detail__contents__block .wysiwygArea h2:before{}
.detail__contents__block .wysiwygArea h2:after{}
.detail__contents__block .wysiwygArea section{
  margin: 0 0 2rem;
  }
.detail__contents__block .wysiwygArea h3{}
.detail__contents__block .wysiwygArea section section{
  margin: 1.5rem 0 1.75rem;
  padding: 0 2rem;
}
.detail__contents__block .wysiwygArea h4{}


/* WYSIWYG custom */
.image__block{
  padding: 1rem 0;
  }
.image__block + .image__block{
  padding: 0 0 1rem;
}
.image__block p{}
/* scheme */
.image__block.style-col1 p,
.image__block.style-col1 div{
  line-height: 1;
  margin: 0;
}
.image__block.style-col1.style-thumSmall p,
.image__block.style-col1.style-thumSmall div{}
.image__block.style-col2 p,
.image__block.style-col2 div{
  line-height: 1;
  margin: 0 1rem 0 0;
  width: calc((100% - calc(1rem * 1)) / 2);
  }
.image__block.style-col2 p:last-of-type,
.image__block.style-col2 div:last-of-type{
  margin: 0;
}
.image__block.style-col2.style-thumLarge p,
.image__block.style-col2.style-thumLarge div{
  line-height: 1;
  margin: 0 1rem 1rem 0;
  width: calc((100% - calc(1rem * 1)) / 2);
}
.image__block.style-col2.style-thumLarge p:nth-of-type(2n),
.image__block.style-col2.style-thumLarge div:nth-of-type(2n){
  margin: 0 0 1rem;
}
.image__block.style-col2.style-thumLarge p:nth-last-of-type(2),
.image__block.style-col2.style-thumLarge div:nth-last-of-type(2){
  margin: 0 1rem 0 0;
}
.image__block.style-col2.style-thumLarge p:last-of-type,
.image__block.style-col2.style-thumLarge div:last-of-type{
  margin: 0;
}
.image__block.style-col3 p,
.image__block.style-col3 div{
  line-height: 1;
  margin: 0 1rem 0 0;
  width: calc((100% - calc(1rem * 2)) / 3);
  }
.image__block.style-col3 p:last-of-type,
.image__block.style-col3 div:last-of-type{
  margin: 0;
}
.image__block.style-col3.style-thumLarge p,
.image__block.style-col3.style-thumLarge div{
  line-height: 1;
  margin: 0 1rem 0 0;
  width: calc((100% - calc(1rem * 2)) / 3);
}
.image__block.style-col3.style-thumLarge p:last-of-type,
.image__block.style-col3.style-thumLarge div:last-of-type{
  margin: 0;
}
.image__block p figure,
.image__block div figure{
  margin: 0;
  }
.image__block p figure figcaption,
.image__block div figure figcaption{}
/* scheme Fin */

.noteThum__block{
  padding: 1rem 0;
}
.noteThum__item{
  justify-content: flex-start;
  margin: 0 0 2rem;
  }
.noteThum__item__note{
  margin: 0 0 0 2rem;
  width: calc((100% - 2rem) - 250px);
  }
.noteThum__item__note h3{
  margin: 0 0 0.5em;
  }
.noteThum__item__note p{
  margin: 0;
  }
.noteThum__item__figure{
  width: 250px;
  }

.bulidingData{
  border-radius: 30px;
  }
.bulidingData .wysiwygArea{}
.bulidingData__item{}
.bulidingData__item__theme{}
.bulidingData .wysiwygArea .bulidingData__item__list{}
.bulidingData .wysiwygArea .bulidingData__item__list__menu{
  font-size: 1.125rem;
  }
.bulidingData .wysiwygArea .bulidingData__item__list__menu:before{}
.bulidingData .wysiwygArea .bulidingData__item__childList{}
.bulidingData .wysiwygArea .bulidingData__item__childList__menu{}
.bulidingData__item a{}
.bulidingData .wysiwygArea .bulidingData__item__note{}

.authorData{}
.authorData .wysiwygArea{}
.authorData__item{}
.authorData__item__subject{
  margin: 0 2.8125rem 0 0;
  padding: 0 2.8125rem 0 0
  }
.authorData__item__content{}
.authorData .wysiwygArea .authorData__item__content__list{}
.authorData .wysiwygArea .authorData__item__content__list__menu{}
/* WYSIWYG custom Fin */

.detail__share__block{}
.detail__share__theme{
  margin: 0 0 1.25rem;
  }
.detail__share__list{}
.detail__share__list__menu{
  margin: 0 calc(1.875rem / 2);
  width: 44px;
  }
.detail__share__list__menu-link{}

.related_articles__block{
  padding: 4rem 0 4.5rem;
  }
.related_articles__outer{}
.related_articles__theme{}
.related_articles__group{
  gap: 1.5rem 0;
}
.related_articles-link{
  padding: 0 0 1.5rem;
  max-width: 580px;
  }
.related_articles__inner{}
.related_articles__title{
  width: calc((100% - 2rem) - 200px);
  }
.related_articles__title__time{}
.related_articles__title__text{
  line-height: 1.5;
  }
.related_articles__cat{
  gap: 8px 5px;
  padding: 1.25rem 0 0;
  }
.related_articles__cat__menu{
  /* margin: 0 5px 12px 0; */
  padding: 0.17em 1.5em 0.35em;
  }
.related_articles__figure{
  margin: 0 2rem 0 0;
  width: 200px;
  }
.related_articles__figure__image{
  border-radius: 15px;
  }

.detailPager__block{}
.detailPager{}
.detailPager__outer{}
.detailPager__inner{}
.detailPager__item{
  max-width: 580px;
  /* margin: 0 1rem 0 0;
  width: calc((100% - 1rem) / 2); */
  }
.detailPager__item-link{
  /* align-items: center; */
  }
.detailPager__item-link:before{
  /* top: 50%;
  transform: translateY(-50%); */
  }
/* scheme */
.detailPager__item:nth-of-type(1) .detailPager__item-link{
  /* padding: 1rem 1rem 1rem 2rem; */
}
.detailPager__item:nth-of-type(1) .detailPager__item-link:before{
  /* left: 0.5rem; */
}
.detailPager__item:nth-of-type(2) .detailPager__item-link{
  /* padding: 1rem 2rem 1rem 1rem; */
}
.detailPager__item:nth-of-type(2) .detailPager__item-link:before{
  /* right: 0.5rem; */
}
.detailPager__item:only-of-type .detailPager__item-link{}
.detailPager__item:only-of-type .detailPager__item-link:before{}
/* scheme Fin */
.detailPager__item__note{}
/* scheme */
.detailPager__item:nth-of-type(1) .detailPager__item__note{}
.detailPager__item:nth-of-type(2) .detailPager__item__note{}
.detailPager__item:only-of-type .detailPager__item__note{}
/* scheme Fin */
.detailPager__item__note__cat{
  /* font-size: 1.125rem;
  margin: 0 0 0.5em;
  position: inherit; */
  }
.detailPager__item:nth-of-type(1) .detailPager__item__note__cat{
  /* left: inherit; */
}
.detailPager__item:nth-of-type(2) .detailPager__item__note__cat{
  /* right: inherit; */
}
.detailPager__item__note__text{}
.detailPager__item__figure{}
.detailPager__block .button__block{}


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



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

	PC-Mode

------------------------------------ */
@media screen and (min-width: 1025px) {
.topicsWrap{}
.topicsWrap:before{
  top: 30rem;
  }
.topicsWrap:after{
  top: 14.375rem;
  }
.topics__outer{}
/* scheme */
.page_topics_detail .topics__outer{
  padding: 0 0 3.75rem;
  }
.page_topics_detail .topics__outer:before,
.page_topics_detail .topics__outer:after{
  height: 840px;
  }
.page_topics_detail .topics__outer:before{
  height: 21%;
  min-height: 1840px;
  top: 34.375rem;
  }
.page_topics_detail .topics__outer:after{}
/* scheme Fin */
.topics__inner{}


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

	topicsList

------------------------------------ */
.result__block{
  height: 80px;
  margin: 0 0 3.75rem;
  }
.result__text{
  font-size: 1.75rem;
  line-height: 1;
  }
.list__block{}
/*.list__column{
  margin: 0 3.75rem 3rem 0;
  width: calc((100% - calc(3.75rem * 2)) / 3);
  }
.list__column:nth-of-type(2n){
  margin: 0 3.75rem 3rem 0;
  }
.list__column:nth-of-type(3n){
  margin: 0 0 3rem 0;
  }*/
.list__col-link{
  margin: 0 3.75rem 3rem 0;
  width: calc((100% - calc(3.75rem * 2)) / 3);
  }
.list__col-link:nth-of-type(2n){
  margin: 0 3.75rem 3rem 0;
  }
.list__col-link:nth-of-type(3n){
  margin: 0 0 3rem 0;
  }
.list__col-link:hover{
  opacity: 0.8;
  }
.list__col__inner{}
.list__col__title{}
.list__col__title__time{}
.list__col__title__text{
  font-size: 1.125rem;
  line-height: 1.75;
  }
.list__col__cat{}
.list__col__cat__menu{}
.list__col__figure{}
.list__col__figure__image{}
.list__col__figure__image img{
  transition: all 0.3s;
  }
.list__col-link:hover .list__col__figure__image img{
  transform: scale(1.1);
  }
.listPager__block{}
.listPager{}
.listPager__item{
  margin: 0 calc(24px / 2);
  }
/* scheme */
.listPager__item.style-prev{}
.listPager__item.style-current{
  margin: 0 calc(19px / 2);
  }
.listPager__item.style-next{}
/* scheme Fin */
.listPager__item-link{
  font-size: 1.25rem;
  height: 50px;
  width: 50px;
  }
.listPager__item-link:hover{
  background-color: rgba(9,24,129,1.00);
  border: 1px rgba(9,24,129,1.00) solid;
  color: rgba(255,255,255,1.00);
  height: 60px;
  width: 60px;
  }
/* scheme */
.listPager__item.style-prev .listPager__item-link{}
.listPager__item.style-prev .listPager__item-link:before{
  transition: all 0.3s;
  }
.listPager__item.style-prev .listPager__item-link:hover:before{
  background-image: url("/src/images/common/icon/arrow_double_left_white.svg");
  }
.listPager__item.style-current .listPager__item-link{
  height: 60px;
  width: 60px;
  }
.listPager__item.style-next .listPager__item-link{}
.listPager__item.style-next .listPager__item-link:before{
  transition: all 0.3s;
  }
.listPager__item.style-next .listPager__item-link:hover:before{
  background-image: url("/src/images/common/icon/arrow_double_right_white.svg");
  }
/* scheme Fin */


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

	topicsDetail

------------------------------------ */
.topicsDetail__wrap{}
.topicsDetail__inner{}
.topicsDetail{}
.topicsDetail__date{
  font-size: 1.375rem;
  }
.topicsDetail__title{
  font-size: 2.25rem;
  line-height: 1.75;
  margin: 0 0 1em;
  padding: 1.38em 0 1.3em;
  }
.topicsDetail__label__block{
  max-width: 800px;
  }
.topicsDetail__label__list{}
.topicsDetail__label__list__item{}

.wysiwygArea{}
.wysiwygArea h2{
  font-size: 1.875rem;
  line-height: 1.75;
  margin: 3em 0 1.3em 0;
  padding: 0 0 0 3em;
  }
.wysiwygArea h2:before{
  width: 2.5em;
  }
.wysiwygArea h3{
  font-size: 1.25rem;
  line-height: 1.5;
  margin: 2.5em 0 1em 0;
}
.wysiwygArea p{}
.wysiwygArea ul{}
.wysiwygArea ul li{}
.wysiwygArea table{}
.wysiwygArea table tr td img{
  /*max-width: 500px;*/
}

.wysiwygArea .button__block{
  padding: 3.125rem 0 0;
}
.wysiwygArea .button__item{}
.wysiwygArea .button__item:only-of-type{}
.wysiwygArea .button__item-link{}
.detail__contents__block .wysiwygArea a.button__item-link{}
.detail__contents__block .wysiwygArea a:hover.button__item-link{
  color: #fff;
}
.wysiwygArea .button__item__text{}
.wysiwygArea .banner_block{
  gap: 1rem;
}
.wysiwygArea .banner_block div{
  /* width: calc((100% - calc(1rem * 2)) / 3); */
  max-width: 333px;
}
.wysiwygArea .banner_block div a{}
.wysiwygArea .banner_block div a:hover{
  opacity: 0.8;
}

.topicsDetailFacility__wrap{
  padding: 6.25rem 0;
  }
.topicsDetailFacility__inner{
  padding: 4.6875rem 9.0625rem;
  max-width: 700px;
  }
.topicsDetailFacility__wrap .wysiwygArea{}
.topicsDetailFacility__wrap .wysiwygArea h3{
  font-size: 1.5rem;
  margin: 2em 0 0.8em;
  }
.topicsDetailFacility__wrap .wysiwygArea h3:first-of-type{
  margin: 0 0 0.8em;
}
.topicsDetailStaff__wrap{
  padding: 6.875rem 0;
  }
.topicsDetailStaff__inner{}
.topicsDetailStaff__wrap .wysiwygArea{}
.topicsDetailStaff__wrap .wysiwygArea h3{
  font-size: 1.25rem;
  margin: 0 0 1.5em;
  }
.topicsDetailStaff__wrap .wysiwygArea ul{
  padding: 0 4em;
  }



.topicsDetailPager__wrap{
  margin: 0 0 8.125rem;
  }
.topicsDetailPager__inner{}
.topicsDetailPager{}
.topicsDetailPager__list{}
.topicsDetailPager__list__item{}
/* scheme */
.topicsDetailPager__list__item.list{}
/* scheme Fin */
.topicsDetailPager__list__item-link{}
.topicsDetailPager__list__item-link:hover{
  background-color: rgba(41,41,41,1.00);
  color: rgba(255,255,255,1.00);
  }
/* scheme */
.topicsDetailPager__list__item.prev .topicsDetailPager__list__item-link{}
.topicsDetailPager__list__item.prev .topicsDetailPager__list__item-link:before{}
.topicsDetailPager__list__item.prev .topicsDetailPager__list__item-link:hover:before{
  background-image: url("/src/images/common/icon/arrow_double_left_white.svg");
  }
.topicsDetailPager__list__item.next .topicsDetailPager__list__item-link{}
.topicsDetailPager__list__item.next .topicsDetailPager__list__item-link:after{}
.topicsDetailPager__list__item.next .topicsDetailPager__list__item-link:hover:after{
  background-image: url("/src/images/common/icon/arrow_double_right_white.svg");
  }
.topicsDetailPager__list__item.list .topicsDetailPager__list__item-link{}
.topicsDetailPager__list__item.list .topicsDetailPager__list__item-link:hover{
  background-color: rgba(255,255,255,1.00);
  color: rgba(41,41,41,1.00);
  }
/* scheme Fin */


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

	detail virsion2

------------------------------------ */
.detail__intro__block{
  margin: 5.625rem 0 5rem;
  padding: 0;
  }
.detail__intro__title__block{
  margin: 3.875rem 0;
  }
.detail__intro__title__time{}
.detail__intro__title__text{
  font-size: 2.25rem;
  line-height: 1.6;
  }
.detail__intro__title__cat{
  padding: 2.25rem 0 0;
  }
.detail__intro__title__cat__menu{}
.detail__intro__keyVisual__block{}
.detail__intro__keyVisual__image{}
.detail__intro__keyVisual__image img{
  border-radius: 30px;
  }
.detail__intro__title__note{
  padding: 2.5rem 0 0;
  max-width: 1000px;
  }
.detail__tablecontents{
  border-radius: 20px;
  margin: 2.5rem auto 0;
  padding: 2.8125rem 6.25rem;
  max-width: 1000px;
}
.detail__tablecontents__lead{
  padding: 0 0 0 calc(28px + 0.875rem);
}
.detail__tablecontents__lead:before{
  height: 28px;
  width: 28px;
}
.detail__tablecontents__lead__text{
  font-size: 1.375rem;
}
.detail__tablecontents__lead__subtext{}
.detail__tablecontents__list{
  margin: 1.5rem 0 0;
}
.detail__tablecontents__list__item{
  font-size: 1.125rem;
}
.detail__tablecontents__list__item:first-of-type{
  padding: 0 0 0.75rem calc(8px + 0.8rem);
}
.detail__tablecontents__list__item:last-of-type{
  padding: 0.75rem 0 0 calc(8px + 0.8rem);
}
.detail__tablecontents__list__item:before{
  top: 1.375rem;
}
.detail__tablecontents__list__item:first-of-type:before{
  top: 0.8rem;
}
.detail__tablecontents__list__item__link{}
.detail__contents__block{
  border-radius: 30px;
  padding: 6.875rem 8.75rem 3.75rem;
  }
.detail__contents__block .wysiwygArea{
  margin: 0 0 5rem;
  position: relative;
  }
.detail__contents__block .wysiwygArea.anchorBox {
  padding-top: 180px;
  margin-top: -180px;
  }
.detail__contents__block .wysiwygArea.style-nextArticle{
  margin: 0 0 4.375rem;
  }
.detail__contents__block .wysiwygArea a{}
.detail__contents__block .wysiwygArea img{}
.detail__contents__block .wysiwygArea p{}
.detail__contents__block .wysiwygArea p.text-center{}
.detail__contents__block .wysiwygArea section p{}
.detail__contents__block .wysiwygArea section section p{}
.detail__contents__block .wysiwygArea h2{
  font-size: 1.875rem;
  /*height: 90px;*/
  line-height: 1.5;
  margin: 0 0 1.5rem;
  padding: 0.75em 0;
  }
.detail__contents__block .wysiwygArea h2:before,
.detail__contents__block .wysiwygArea h2:after{}
.detail__contents__block .wysiwygArea h2:before{}
.detail__contents__block .wysiwygArea h2:after{}
.detail__contents__block .wysiwygArea section{}
.detail__contents__block .wysiwygArea h3{
  font-size: 1.5rem;
  }
.detail__contents__block .wysiwygArea section section{}
.detail__contents__block .wysiwygArea h4{
  font-size: 1.125rem;
  }


/* WYSIWYG custom */
.image__block{
  padding: 1.5rem 0;
  }
.image__block + .image__block{
  padding: 0 0 1.5rem;
}
.image__block p{}
/* scheme */
.image__block.style-col1 p,
.image__block.style-col1 div{
  line-height: 1;
  margin: 0;
}
.image__block.style-col1.style-thumSmall p,
.image__block.style-col1.style-thumSmall div{}
.image__block.style-col2 p,
.image__block.style-col2 div{
  line-height: 1;
  margin: 0 1.875rem 0 0;
  width: calc((100% - calc(1.875rem * 1)) / 2);
  }
.image__block.style-col2 p:last-of-type,
.image__block.style-col2 div:last-of-type{
  margin: 0;
}
.image__block.style-col2.style-thumLarge p,
.image__block.style-col2.style-thumLarge div{
  line-height: 1;
  margin: 0 1.875rem 1.875rem 0;
  width: calc((100% - calc(1.875rem * 1)) / 2);
}
.image__block.style-col2.style-thumLarge p:nth-of-type(2n),
.image__block.style-col2.style-thumLarge div:nth-of-type(2n){
  margin: 0 0 1.875rem;
}
.image__block.style-col2.style-thumLarge p:nth-last-of-type(2),
.image__block.style-col2.style-thumLarge div:nth-last-of-type(2){
  margin: 0 1.875rem 0 0;
}
.image__block.style-col2.style-thumLarge p:last-of-type,
.image__block.style-col2.style-thumLarge div:last-of-type{
  margin: 0;
}
.image__block.style-col3 p,
.image__block.style-col3 div{
  line-height: 1;
  margin: 0 1.875rem 0 0;
  width: calc((100% - calc(1.875rem * 2)) / 3);
  }
.image__block.style-col3 p:last-of-type,
.image__block.style-col3 div:last-of-type{
  margin: 0;
}
.image__block.style-col3.style-thumLarge p,
.image__block.style-col3.style-thumLarge div{
  line-height: 1;
  margin: 0 1.875rem 0 0;
  width: calc((100% - calc(1.875rem * 2)) / 3);
}
.image__block.style-col3.style-thumLarge p:last-of-type,
.image__block.style-col3.style-thumLarge div:last-of-type{
  margin: 0;
}
/* scheme Fin */

.noteThum__block{
  padding: 1.5rem 0;
  }
.noteThum__item{
  margin: 0 0 2.8125rem;
  }
.noteThum__item__note{
  margin: 0 0 0 3.75rem;
  width: calc((100% - 3.75rem) - 330px);
  }
.noteThum__item__note h3{}
.noteThum__item__note p{}
.noteThum__item__figure{
  width: 330px;
  }

.bulidingData{
  padding: 3.75rem 6.25rem;
  }
.bulidingData .wysiwygArea{}
.bulidingData__item{
  margin: 0 0 2.75rem;
  }
.bulidingData__item__theme{
  font-size: 1.375rem;
  margin: 0 0 0.75em;
  }
.bulidingData .wysiwygArea .bulidingData__item__list{}
.bulidingData .wysiwygArea .bulidingData__item__list__menu{
  margin: 0 0 0.1em;
  }
.bulidingData .wysiwygArea .bulidingData__item__list__menu:before{}
.bulidingData .wysiwygArea .bulidingData__item__childList{}
.bulidingData .wysiwygArea .bulidingData__item__childList__menu{}
.bulidingData__item a{}
.bulidingData .wysiwygArea .bulidingData__item__note{}

.authorData{
  padding: 3.5rem 0 0;
  }
.authorData .wysiwygArea{}
.authorData__item{}
.authorData__item__subject{}
.authorData__item__content{}
.authorData .wysiwygArea .authorData__item__content__list{}
.authorData .wysiwygArea .authorData__item__content__list__menu{}
/* WYSIWYG custom Fin */

.detail__share__block{
  padding: 3.125rem 0 0;
  }
.detail__share__theme{}
.detail__share__list{}
.detail__share__list__menu{}
.detail__share__list__menu-link{}
/* .detail__share__list__menu-link:hover{
  opacity: 0.8;
  } */

.related_articles__block{
  padding: 6.25rem 0 4.375rem;
  }
.related_articles__outer{}
.related_articles__theme{
  font-size: 1.875rem;
  margin: 0 0 3.375rem;
  }
.related_articles__group{
  gap: 0 3.75rem;
}
.related_articles-link{
  border-bottom: none;
  /* margin: 0 calc(3.75rem / 2) 3rem; */
  padding: 0;
  width: calc((100% - calc(3.75rem * 2)) / 3);
  max-width: inherit;
  }
/*.related_articles-link:nth-of-type(3n){
  margin: 0 0 3rem 0;
  }*/
.related_articles-link:hover{
  opacity: 0.8;
  }
.related_articles__inner{}
.related_articles__title{
  width: auto;
  }
.related_articles__title__time{}
.related_articles__title__text{
  font-size: 1.125rem;
  line-height: 1.75;
  }
.related_articles__cat{}
.related_articles__cat__menu{
  min-width: 90px;
}
.related_articles__figure{
  margin: 0 0 1.25rem;
  width: auto;
  }
.related_articles__figure__image{}
.related_articles__figure__image img{
  transition: all 0.3s;
  }
.related_articles-link:hover .related_articles__figure__image img{
  transform: scale(1.1);
  }

.detailPager__block{}
.detailPager{
  padding: 3.125rem 0;
  }
.detailPager__outer{}
.detailPager__inner{}
.detailPager__item{
  margin: 0 1.875rem 0 0;
  width: calc((100% - 1.875rem) / 2);
  max-width: inherit;
  }
.detailPager__item-link{
  align-items: center;
  gap: 0 2.1875rem;
}
.detailPager__item-link:hover{
  background-color: rgba(9,24,129,1.00);
  color: rgba(255,255,255,1.00);
  }
.detailPager__item-link:before{
  top: 50%;
  transform: translateY(-50%);
  }
/* scheme */
.detailPager__item:nth-of-type(1) .detailPager__item-link{
  padding: 2rem 2.5rem 2rem 4.0625rem;
  }
.detailPager__item:nth-of-type(1) .detailPager__item-link:before{
  left: 1.5625rem;
  transition: all 0.3s;
  }
.detailPager__item:nth-of-type(1) .detailPager__item-link:hover:before{
  background-image: url("/src/images/common/icon/arrow_double_left_white.svg");
  }
.detailPager__item:nth-of-type(2) .detailPager__item-link{
  padding: 2rem 4.0625rem 2rem 2.5rem;
  }
.detailPager__item:nth-of-type(2) .detailPager__item-link:before{
  right: 1.5625rem;
  transition: all 0.3s;
  }
.detailPager__item:nth-of-type(2) .detailPager__item-link:hover:before{
  background-image: url("/src/images/common/icon/arrow_double_right_white.svg");
  }

.detailPager__item:only-of-type .detailPager__item-link{
 padding: 2rem 4.0625rem 2rem 2.5rem;
}
.detailPager__item:only-of-type .detailPager__item-link:before{
  left: inherit;
  right: 1.5625rem;
}
.detailPager__item:only-of-type .detailPager__item-link:hover:before{
  background-image: url("/src/images/common/icon/arrow_double_right_white.svg");
}
/* scheme Fin */
.detailPager__item__note{
  width: calc((100% - 2.1875rem) - 152px);
  }
/* scheme */
/* .detailPager__item:nth-of-type(1) .detailPager__item__note{
  margin: 0 0 0 2.8125rem;
  }
.detailPager__item:nth-of-type(2) .detailPager__item__note{
  margin: 0 2.8125rem 0 0;
  }
.detailPager__item:only-of-type .detailPager__item__note{
  margin: 0 2.8125rem 0 0;
} */
/* scheme Fin */
.detailPager__item__note__cat{
  font-size: 1.125rem;
  margin: 0 0 0.5em;
  position: inherit;
  transition: all 0.3s;
  }
.detailPager__item-link:hover .detailPager__item__note__cat{
  color: rgba(255,255,255,1.00);
  }
.detailPager__item:nth-of-type(1) .detailPager__item__note__cat{
  left: inherit;
}
.detailPager__item:nth-of-type(2) .detailPager__item__note__cat{
  right: inherit;
}
.detailPager__item__note__text{}
.detailPager__item__figure{
  width: 152px;
  }
.detailPager__block .button__block{
  padding: 3.125rem 0 0;
  }

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



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

	PC-Mode > Irregular

------------------------------------ */
@media screen and (min-width: 1366px) {
.topicsWrap{}
.topicsWrap:before{}
.topicsWrap:after{}
.topics__outer{}
/* scheme */
.page_topics_detail .topics__outer{}
.page_topics_detail .topics__outer:before,
.page_topics_detail .topics__outer:after{}
.page_topics_detail .topics__outer:before{}
.page_topics_detail .topics__outer:after{}
/* scheme Fin */
.topics__inner{
  padding: 0;
  }




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