@charset "UTF-8";
/*
data-sc-sp
data-sc-pc
data-sc-onlyPc
data-sc-tab
data-sc-pcMin
*/
/*
	@include hover() {
		opacity: 0.6;
	}
*/
/*
	$line:イラレの行の値
	$size:イラレの文字の値

	@include lh(38, 15);
*/
/*
	$size:object-fitの値

	@include objectfit();
	@include objectfit('contain');
*/
/*
	@include taJ();
*/
/*
	@extend %rightarr;
*/
/*
	$weight:フォントの太さ
	@include f_min();
	@include f_min(400);Reguler
	@include f_min(600);SemiBold
*/
/*
* "はんなり明朝" licensed under the IPA Font License Agreement v1.0
* https://typingart.net/?p=44（配布元のURL）
* http://ipafont.ipa.go.jp/（IPAフォントのURL）
* http://ipafont.ipa.go.jp/ipa_font_license_v1.html（IPAフォントライセンスv1.0のURL）
*/
@font-face {
  font-family: "hannari";
  src: url("/common/font/hannari.woff2") format("woff2"), url("/common/font/hannari.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*
	$weight:フォントの太さ

	@include f_min();
	@include f_min(500);
	@include f_min(600);
*/
/*
	$color:色指定
	$stripe:線サイズ
	$spacing:線の空きサイズ
	$height:太さ

	@include dotted(#e6e1d2, 4,4,2);
*/
/*
example
@include dotted-y(#COLOR, WidthPX,SpaceingPX,LengthPX,); 横破線
@include dotted-y(#e6e1d2, 4,4,2,10);
*/
/* -----------------------------------------------------------------------------

common local

----------------------------------------------------------------------------- */
.mainVisual .contTit {
  /*&::before {
  	background-image: url(../img/dictionary/mv_title_bg.svg);
  }
  &::after {
  	background-image: url(../img/dictionary/mv_title_deco.svg);
  }*/
}
@media print, screen and (min-width: 641px) {
  ._archive .mainVisual .contTit {
    padding-left: 0.84rem;
  }
}

.pankuzuWrap {
  background-color: #fff;
}

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

content（rem値修正）

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

archive お知らせ一覧ページ

----------------------------------------------------------------------------- */
._archive .sec_news .in .postWrap {
  width: 100%;
  max-width: 10rem;
  margin: auto;
  padding-bottom: 1.3rem;
}
@media screen and (max-width: 640px) {
  ._archive .sec_news .in .postWrap {
    padding: 0.1rem 0 0.6rem;
  }
}
@media screen and (max-width: 640px) {
  ._archive .sec_news .in .postWrap .news_link {
    padding: 0 0.2rem;
  }
}
._archive .sec_news .in .postWrap .news_link a {
  display: flex;
  flex-wrap: wrap;
  padding: 0.35rem 0;
  border-bottom: 2px solid rgba(122, 113, 110, 0.2);
  position: relative;
  line-height: 1.5;
  transition: all 0.3s;
}
@media screen and (max-width: 640px) {
  ._archive .sec_news .in .postWrap .news_link a {
    padding: 0.12rem 0.05rem;
    line-height: 1.46;
  }
}
._archive .sec_news .in .postWrap .news_link a::after {
  content: "";
  width: 0.085rem;
  height: 0.15rem;
  background-image: url(/img/news/list_link_arrow.svg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0.12rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
@media screen and (max-width: 640px) {
  ._archive .sec_news .in .postWrap .news_link a::after {
    width: 0.07rem;
    height: 0.11rem;
    right: 0.05rem;
  }
}
._archive .sec_news .in .postWrap .news_link a:hover {
  opacity: 0.7;
}
._archive .sec_news .in .postWrap .news_link a:hover::after {
  right: 0.06rem;
}
@media screen and (max-width: 640px) {
  ._archive .sec_news .in .postWrap .news_link a:hover::after {
    right: 0.05rem;
  }
}
._archive .sec_news .in .postWrap .news_link a .date {
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-feature-settings: "palt";
  font-size: 0.15rem;
  letter-spacing: 0.08em;
  color: #A1A93D;
  width: 100%;
  max-width: 1.3rem;
  padding-top: 0.01rem;
}
@media screen and (max-width: 640px) {
  ._archive .sec_news .in .postWrap .news_link a .date {
    font-size: 0.14rem;
    max-width: 100%;
  }
}
._archive .sec_news .in .postWrap .news_link a .title {
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-feature-settings: "palt";
  font-size: 0.16rem;
  letter-spacing: 0.08em;
  width: 100%;
  max-width: calc(100% - 1.7rem);
}
@media screen and (max-width: 640px) {
  ._archive .sec_news .in .postWrap .news_link a .title {
    font-size: 0.15rem;
    max-width: 100%;
    padding-right: 0.35rem;
    box-sizing: border-box;
  }
}

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

single お知らせ詳細ページ（太田対応）

----------------------------------------------------------------------------- */
._single .sec_detail > .in {
  padding: 0.6rem 0 1.5rem;
  background-color: #f3efec;
}
@media screen and (max-width: 640px) {
  ._single .sec_detail > .in {
    padding: 0.25rem 0 0.5rem;
  }
}
@media print, screen and (min-width: 641px) {
  ._single .sec_detail > .in > .link {
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 640px) {
  ._single .sec_detail > .in > .link {
    margin: 0.3rem auto 0;
    width: calc(100% - 0.6rem);
  }
}
._single .sec_detail .detail {
  margin: 0 auto;
  /*.cat {
  	position: relative;
  	display: inline-block;
  	min-width: 3.52rem;
  	padding-left: 0.2rem;
  	@include f_d_min();
  	font-size: .16rem;
  	letter-spacing: 0.08em;
  	color: $bcb00;
  	box-sizing: border-box;
  	@include sc(sp) {
  		padding-left: .17rem;
  		margin-left: 0.08rem;
  		font-size: .15rem;
  	}
  	&::before {
  		position: absolute;
  		content: "";
  		display: block;
  		top: .05rem;
  		left: 0;
  		width: 0.1rem;
  		height: 0.1rem;
  		border-radius: 50%;
  		background-color: $bcg02;
  		opacity: .7;
  		@include sc(sp) {
  			width: 2.36vw;
  			height: 2.36vw;
  		}
  	}
  	/*&.catid45 {
  		&::before {
  			background-color: #424F98;
  		}
  	}
  	&.catid49 {
  		&::before {
  			background-color: #6A4676;
  		}
  	}
  	&.catid48 {
  		&::before {
  			background-color: #17224A;
  		}
  	}
  	&.catid47 {
  		&::before {
  			background-color: #807439;
  		}
  	}
  	&.catid46 {
  		&::before {
  			background-color: #7C181F;
  		}
  	}
  }*/
}
@media print, screen and (min-width: 641px) {
  ._single .sec_detail .detail {
    max-width: 10rem;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  ._single .sec_detail .detail {
    width: calc(100% - 0.3rem);
  }
}
._single .sec_detail .detail .titleBox {
  padding: 0.2rem 0.15rem 0.2rem;
  background-color: #fff;
  border-radius: 0.1rem;
}
@media screen and (max-width: 640px) {
  ._single .sec_detail .detail .titleBox {
    padding: 0.14rem 0.1rem 0.18rem;
  }
}
._single .sec_detail .detail .timeBox {
  display: inline-block;
}
._single .sec_detail .detail .date {
  display: inline-block;
  font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "メイリオ", "Meiryo", "Osaka", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-feature-settings: "palt";
  font-size: 0.12rem;
  letter-spacing: 0.08em;
  color: #7a716e;
}
@media screen and (max-width: 640px) {
  ._single .sec_detail .detail .date {
    margin-top: 0.05rem;
    font-size: 0.12rem;
  }
}
@media print, screen and (min-width: 641px) {
  ._single .sec_detail .detail .date:nth-of-type(1) {
    margin-left: 0.19rem;
  }
}
@media screen and (max-width: 640px) {
  ._single .sec_detail .detail .date:nth-of-type(1) {
    margin-left: 0.1rem;
  }
}
._single .sec_detail .detail .date.update {
  position: relative;
  display: inline-block;
  padding-left: 0.19rem;
  margin-left: 0.03rem;
}
@media screen and (max-width: 640px) {
  ._single .sec_detail .detail .date.update {
    padding-left: 0.14rem;
  }
}
._single .sec_detail .detail .date.update::before {
  position: absolute;
  content: "";
  display: block;
  top: 0.01rem;
  left: 0;
  width: 0.14rem;
  height: 0.14rem;
  background-image: url(../common/img/cms_icon_time.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  ._single .sec_detail .detail .date.update::before {
    top: 0.026rem;
    width: 0.12rem;
    height: 0.12rem;
  }
}
._single .sec_detail .detail .title {
  margin-top: 0.14rem;
  padding: 0.14rem 0.17rem 0;
  font-family: "hannari";
  font-weight: 400;
  letter-spacing: 0.08em;
  font-size: 0.26rem;
  line-height: 1.53;
  color: #473933;
  border-top: 1px solid rgba(122, 113, 110, 0.2);
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  ._single .sec_detail .detail .title {
    margin-top: 0.12rem;
    padding: 0.08rem 0.08rem 0;
    font-size: 0.22rem;
  }
}
._single .sec_detail .txtContent {
  margin-top: 0.4rem;
}
@media print, screen and (min-width: 641px) {
  ._single .sec_detail .txtContent {
    padding: 0 0.25rem;
  }
}
._single .sec_detail .txtContent > p {
  margin-top: 0.4rem;
  color: #473933;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 0.17rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2.23;
}
.os-android ._single .sec_detail .txtContent > p {
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 640px) {
  ._single .sec_detail .txtContent > p {
    margin-top: 0.2rem;
    font-size: 0.15rem;
    line-height: 2.13;
    letter-spacing: 0;
    text-align: justify;
  }
}
._single .sec_detail .single-pager {
  margin-top: 0.9rem;
}
@media screen and (max-width: 640px) {
  ._single .sec_detail .single-pager {
    margin-top: 0.4rem;
  }
}/*# sourceMappingURL=news.css.map */