@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);
*/
/*--------------------------------------------------------------------------------

既存継承（rem値修正） + フルリニューアルCSS充てなおし

--------------------------------------------------------------------------------*/
.renewWrap {
  /* 自由入力内 */
}
.renewWrap .detail {
  /*---フルリニューアルCSS充てなおしここまで*/
}
.renewWrap .detail #setContent {
  /*既存継承content（rem値修正）*/
  /* ---既存継承ここまで */
  /*フルリニューアルCSS充てなおし*/
}
.renewWrap .detail #setContent .btn {
  text-decoration: none;
}
.renewWrap .detail #setContent .row {
  display: flex;
  margin: 0.2rem 0;
  margin-left: -0.1rem;
}
.renewWrap .detail #setContent .row p {
  margin: 0.1rem;
}
.renewWrap .detail #setContent ol {
  padding: 0.2rem;
  border: 1px solid #eee;
  border-radius: 5px;
  margin: 0.2rem;
}
.renewWrap .detail #setContent ol li {
  margin-bottom: 0.1rem;
  border-bottom: 1px dotted #eee;
  font-size: 0.14rem;
}
.renewWrap .detail #setContent ol li:last-child {
  margin-bottom: 0;
}
.renewWrap .detail #setContent a {
  display: inline-block;
  padding: 0;
  color: #83773a;
  text-decoration: underline;
}
.renewWrap .detail #setContent > p {
  margin-top: 2em;
}
.renewWrap .detail #setContent img {
  max-width: 100%;
  height: auto;
}

.renewWrap .detail #setContent h1,
.renewWrap .detail #setContent h2,
.renewWrap .detail #setContent h3 {
  margin-top: 0.4rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E",
    "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  color: #473933;
  font-size: 0.21rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.8;
  padding-bottom: 0.15rem;
  border-bottom: 2px solid #473933;
}
.os-android .renewWrap .detail #setContent h1,
.os-android .renewWrap .detail #setContent h2,
.os-android .renewWrap .detail #setContent h3 {
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 640px) {
  .renewWrap .detail #setContent h1,
  .renewWrap .detail #setContent h2,
  .renewWrap .detail #setContent h3 {
    margin-top: 0.2rem;
    font-size: 0.2rem;
    line-height: 1.75;
  }
}

.renewWrap .detail #setContent .blog_heading {
  border-bottom: none;
}

.renewWrap .detail #setContent .blog_link {
  text-decoration: none;
}

.renewWrap .detail #setContent h4,
.renewWrap .detail #setContent h5,
.renewWrap .detail #setContent h6,
.renewWrap .detail #setContent .blog_heading {
  margin-top: 0.4rem;
  background-color: #ebe4d9;
  padding: 0.1rem 0.2rem;
  border-radius: 0.08rem;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E",
    "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 0.2rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.7;
}
.os-android .renewWrap .detail #setContent h4,
.os-android .renewWrap .detail #setContent h5,
.os-android .renewWrap .detail #setContent h6,
.renewWrap .detail #setContent .blog_heading {
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 640px) {
  .renewWrap .detail #setContent h4,
  .renewWrap .detail #setContent h5,
  .renewWrap .detail #setContent h6,
  .renewWrap .detail #setContent .blog_heading {
    margin-top: 0.2rem;
    padding: 0.1rem 0.15rem;
    font-size: 0.17rem;
    line-height: 1.76;
    border-radius: 0.1rem;
  }
}
.renewWrap .detail #setContent p {
  margin-top: 0.4rem;
  color: #473933;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E",
    "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 0.17rem;
  letter-spacing: 0.08em;
  line-height: 2.23;
}
.os-android .renewWrap .detail #setContent p {
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 640px) {
  .renewWrap .detail #setContent p {
    margin-top: 0.2rem;
    font-size: 0.15rem;
    line-height: 2.13;
  }
}
.renewWrap .detail #setContent ul,
.renewWrap .detail #setContent ol {
  border: 1px solid rgba(122, 113, 110, 0.2);
  margin: 0.3rem 0;
  padding: 0.25rem 0.3rem;
  border-radius: 0;
}
@media screen and (max-width: 640px) {
  .renewWrap .detail #setContent ul,
  .renewWrap .detail #setContent ol {
    margin: 0.15rem 0;
    padding: 0.125rem 0.15rem;
  }
}
.renewWrap .detail #setContent ul li,
.renewWrap .detail #setContent ol li {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E",
    "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 0.17rem;
  letter-spacing: 0.08em;
  line-height: 1.76;
  padding: 0.05rem 0;
}
.os-android .renewWrap .detail #setContent ul li,
.os-android .renewWrap .detail #setContent ol li {
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 640px) {
  .renewWrap .detail #setContent ul li,
  .renewWrap .detail #setContent ol li {
    font-size: 0.15rem;
    line-height: 2;
  }
}
.renewWrap .detail #setContent ul li h4,
.renewWrap .detail #setContent ul li h5,
.renewWrap .detail #setContent ul li h6,
.renewWrap .detail #setContent ol li h4,
.renewWrap .detail #setContent ol li h5,
.renewWrap .detail #setContent ol li h6 {
  margin-top: 0;
}
.renewWrap .detail #setContent ul li p > .btn,
.renewWrap .detail #setContent ol li p > .btn {
  margin-bottom: 0.3rem;
}
@media screen and (max-width: 640px) {
  .renewWrap .detail #setContent ul li p > .btn,
  .renewWrap .detail #setContent ol li p > .btn {
    margin-bottom: 0.15rem;
  }
}
.renewWrap .detail #setContent ul.round li {
  position: relative;
  padding-left: 0.3rem;
}
@media screen and (max-width: 640px) {
  .renewWrap .detail #setContent ul.round li {
    padding-left: 0.2rem;
  }
}
.renewWrap .detail #setContent ul.round li::before {
  content: "●";
  font-size: 0.1rem;
  color: #78a98c;
  position: absolute;
  left: 0;
  top: 0.05rem;
}
@media screen and (max-width: 640px) {
  .renewWrap .detail #setContent ul.round li::before {
    top: 0.1rem;
  }
}
.renewWrap .detail #setContent ol.num {
  counter-reset: count 0;
}
.renewWrap .detail #setContent ol.num li {
  position: relative;
  padding-left: 0.3rem;
}
@media screen and (max-width: 640px) {
  .renewWrap .detail #setContent ol.num li {
    padding-left: 0.2rem;
  }
}
.renewWrap .detail #setContent ol.num li::before {
  content: counter(count) "";
  counter-increment: count 1;
  color: #78a98c;
  position: absolute;
  left: 0;
  top: 0.05rem;
}
.renewWrap .detail #setContent blockquote {
  background-color: #fff;
  border-radius: 0.1rem;
  padding: 0.2rem;
  margin: 0;
}
.renewWrap .detail #setContent blockquote h4,
.renewWrap .detail #setContent blockquote h5,
.renewWrap .detail #setContent blockquote h6 {
  margin-top: 0;
}
.renewWrap .detail #setContent blockquote p {
  margin-top: 0.2rem;
}
.renewWrap .detail #setContent table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E",
    "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 0.16rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.81;
  color: #473933;
}
.os-android .renewWrap .detail #setContent table {
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 640px) {
  .renewWrap .detail #setContent table {
    padding: 0.3rem 0;
    font-size: 0.14rem;
    line-height: 1.71;
    font-feature-settings: "palt";
  }
}
.renewWrap .detail #setContent table th {
  background-color: #bbd4c5;
  padding: 0.15rem 0.18rem;
  width: 2rem;
  box-sizing: border-box;
  vertical-align: top;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .renewWrap .detail #setContent table th {
    width: 1rem;
    padding: 0.13rem 0.14rem;
  }
}
.renewWrap .detail #setContent table td {
  background-color: #fff;
  padding: 0.15rem 0.18rem;
}
@media screen and (max-width: 640px) {
  .renewWrap .detail #setContent table td {
    padding: 0.13rem 0.14rem;
  }
}
.renewWrap .detail #setContent table td a {
  color: #78a98c;
  text-decoration: underline;
}
.renewWrap .detail #setContent table td a:hover {
  text-decoration: none;
}
.renewWrap .detail #setContent a.btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.4rem;
  height: 0.5rem;
  border-radius: 0.14rem;
  background-color: #78a98c;
  margin: auto;
  font-family: source-han-serif-japanese, serif;
  font-style: normal;
  font-weight: 600;
  font-size: 0.16rem;
  letter-spacing: 0.11em;
  line-height: 1;
  color: #fff;
  transition: opacity 0.3s;
}
@media screen and (max-width: 640px) {
  .renewWrap .detail #setContent a.btn {
    font-feature-settings: "palt";
  }
}
@media screen and (max-width: 640px) {
  .renewWrap .detail #setContent a.btn {
    width: 100%;
    height: 0.5rem;
    border-radius: 0.07rem;
    font-size: 0.15rem;
  }
}
.renewWrap .detail #setContent a.btn:hover {
  opacity: 0.5;
}
.renewWrap .detail #setContent a.btn:before {
  content: "";
  position: absolute;
  right: 0.15rem;
  top: calc(50% - 0.15rem);
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  background-image: url("/common/img/btn_arrow_green02.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  .renewWrap .detail #setContent a.btn:before {
    top: calc(50% - 0.14rem);
    width: 0.28rem;
    height: 0.28rem;
  }
}
@media screen and (max-width: 640px) {
  .renewWrap .detail #setContent .row {
    flex-wrap: wrap;
  }
  .renewWrap .detail #setContent .row p {
    width: 100%;
  }
}
.renewWrap:not(._house) .detail {
  padding-bottom: 0.9rem;
}
@media screen and (max-width: 640px) {
  .renewWrap:not(._house) .detail {
    padding-bottom: 0.4rem;
  }
}

@media screen and (max-width: 640px) {
  .renewWrap .detail #setContent .scroll-table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}

a:hover {
  opacity: 0.8;
}

/*削除予定*/
/*.title_ex {
	font-family: "游明朝", YuMincho, "Sawarabi Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 28px;
	color: #6D6D6D;
	font-weight: normal;
	padding-bottom: 20px;
	margin-bottom: 40px;
	position: relative; }
	.title_ex::after {
	  content: '';
	  width: 30px;
	  height: 1px;
	  position: absolute;
	  left: 50%;
	  top: 93px;
	  background-color: #494949;
	  display: block; }
	.title_ex span {
	  font-size: 20px; }*/
/* .secArea01 */
/*.secArea01 {
background-color: #f4f3f2;
background-image: url(../img/bg.jpg);
background-repeat: no-repeat;
background-size: 100%; }
.secArea01 > .secArea01In {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden; }
  .secArea01 > .secArea01In > .content {
	width: 74%;
	float: left; }
  .secArea01 > .secArea01In .submenu {
	width: 24%;
	float: right; }

 @media print, screen and (max-width: 640px) {
.title_ex {
  font-size: 28px; }
  .title_ex::after {
	position: absolute;
	left: 50%;
	top: 130px; } }

 @media print, screen and (max-width: 980px) {
.secArea01 > .secArea01In {
  padding: 60px 20px 0 20px; } }

 @media print, screen and (max-width: 640px) {
.secArea01 > .secArea01In {
  padding: 60px 10px 0 10px;
  padding-top: 40px;
  padding-bottom: 40px; }
  .secArea01 > .secArea01In .content {
	width: 100%;
	float: none; }
  .secArea01 > .secArea01In .submenu {
	width: 100%;
	float: none;
	margin-top: 80px;
	margin-top: 40px; } }*/
/* 一覧 */
/*.content article {
border-bottom: 1px solid #C9C9C9;
padding: 20px 0;
background: #FFFFFF;
margin-bottom: 20px; }
.content article:after {
  content: " ";
  display: block;
  clear: both; }
.content article a {
  color: #111111;
  display: block;
  padding: 0 20px; }
.content article:hover {
  background: #FFFFFF; }
.content article .thum {
  float: left;
  width: 240px; }

 .setImg img {
width: 240px;
height: 170px;
-o-object-fit: cover;
object-fit: cover; }

 .content article section {
float: left;
width: 60%;
padding-left: 20px; }

 .content article h2 {
margin-top: 0px;
font-weight: bold;
font-size: 23px;
line-height: 1.5; }*/
/*--削除予定*/
/*--------詳細---------------------*/
/*#main_conte {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0px 0px 3px 1px #dddddd;
  -moz-box-shadow: 0px 0px 3px 1px #dddddd;
  -webkit-box-shadow: 0px 0px 3px 1px #dddddd; }
  #main_conte a.btn {
    display: inline-block;
    padding: 1em;
    background: #83773a;
    color: #fff;
    text-decoration: none;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s; }
    #main_conte a.btn:hover {
      background: #000; }*/
/*article.detail {
  padding: 35px 50px 50px;
  margin-bottom: 0; }
  article.detail h2 {
    font-size: 36px;
    line-height: 1.5;
    font-weight: bold;
    margin: 0 0 25px 0; }
  article.detail .date:after {
    content: " ";
    clear: both;
    display: block; }*/
/*カテゴリ*/
/*.content .cat {
  display: inline-block !important;
  padding: 4px 10px;
  color: #FFFFFF;
  font-size: 14px;
  background: #000; }
  .content .cat a {
    color: #FFFFFF; }*/
/*article.detail .cat {
  padding: 5px;
  margin-top: 10px; }*/ /*# sourceMappingURL=blog_editor.css.map */
