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

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

	@include objectfit();
	@include objectfit('contain');
*/
/*
	@include taJ();
*/
/*
	@extend %rightarr;
*/
/*
400：Regular（デフォルト）
700：Bold
*/
/*
400：Regular
500：Medium（デフォルト）
700：Bold
*/
/*
400：Regular（デフォルト）
700：Bold
*/
/*
	$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);
*/
/*-----------------------------
//local common
-----------------------------*/
@media print, screen and (min-width: 641px) {
  .mod_recommend > .in {
    margin-top: 1.2rem;
  }
}

/*-----------------------------
//contents
-----------------------------*/
.sec_family > .in {
  position: relative;
  padding-top: 1rem;
}
@media screen and (max-width: 640px) {
  .sec_family > .in {
    padding-top: 0.45rem;
  }
}
.sec_family > .in.main {
  padding-top: 0.3rem;
}
.sec_family .contTit .title {
  font-size: 0.38rem;
  letter-spacing: 0.11em;
  line-height: 1;
  margin-top: 1rem;
}
@media screen and (max-width: 640px) {
  .sec_family .contTit .title {
    font-size: 0.24rem;
    margin-top: 0.4rem;
  }
}
.sec_family .contTit .title[data-txt]:before {
  font-size: 0.2rem;
  letter-spacing: 0.05em;
  top: 0.6rem;
}
@media screen and (max-width: 640px) {
  .sec_family .contTit .title[data-txt]:before {
    font-size: 0.13rem;
    top: 0.35rem;
  }
}
.sec_family .mv {
  display: block;
  line-height: 0;
  max-width: 14rem;
  width: 100%;
  height: 6rem;
  margin: auto;
  margin-top: 0;
}
@media screen and (max-width: 640px) {
  .sec_family .mv {
    height: 80vw;
  }
}
.sec_family .intro {
  margin-top: 0.9rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .sec_family .intro {
    width: calc(100% - 0.4rem);
    margin: auto;
    margin-top: 0.35rem;
  }
}
.sec_family .intro .catch {
  font-size: 0.22rem;
  letter-spacing: 0.1em;
  line-height: 1.9;
}
@media screen and (max-width: 640px) {
  .sec_family .intro .catch {
    font-size: 0.14rem;
    letter-spacing: 0.06em;
    line-height: 1.78;
  }
}
.sec_family .intro .read {
  margin-top: 0.25rem;
  font-size: 0.16rem;
  letter-spacing: 0.07em;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .sec_family .intro .read {
    margin-top: 0.2rem;
    font-size: 0.12rem;
    letter-spacing: 0.06em;
    text-align: left;
  }
}
.sec_family .section > .in {
  position: relative;
}
.sec_family .section .ph {
  display: block;
  line-height: 0;
}
.sec_family .section .phBox {
  position: relative;
}
.sec_family .section .txtBox {
  position: relative;
  max-width: 4.3rem;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .sec_family .section .txtBox {
    max-width: 100%;
    width: auto;
  }
}
.sec_family .section .decoTxt {
  position: absolute;
  top: 0.5em;
  left: -0.4rem;
  font-family: "ltc-caslon-pro", serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.19rem;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #611f20;
  transform-origin: left top;
  transform: rotate(90deg);
}
@media screen and (max-width: 640px) {
  .sec_family .section .decoTxt {
    font-size: 0.15rem;
    left: -0.25rem;
  }
}
.sec_family .section .secTit.deco .title {
  font-size: 0.22rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.9;
}
@media screen and (max-width: 640px) {
  .sec_family .section .secTit.deco .title {
    font-size: 0.17rem;
    letter-spacing: 0.11em;
    line-height: 1.67;
  }
}
.sec_family .section .secTit.deco .title:after {
  bottom: -0.35rem;
}
@media screen and (max-width: 640px) {
  .sec_family .section .secTit.deco .title:after {
    bottom: -0.2rem;
  }
}
.sec_family .section .secTit.deco .txt {
  font-size: 0.14rem;
  letter-spacing: 0.07em;
  line-height: 2.14;
  margin-top: 0.6rem;
}
@media screen and (max-width: 640px) {
  .sec_family .section .secTit.deco .txt {
    font-size: 0.12rem;
    letter-spacing: 0.05em;
    line-height: 1.91;
    margin-top: 0.4rem;
  }
}
.sec_family .point01 > .in {
  display: flex;
  align-items: center;
  max-width: 12.4rem;
  width: 100%;
  margin: auto;
  margin-top: 1.9rem;
}
@media screen and (max-width: 640px) {
  .sec_family .point01 > .in {
    display: block;
    margin-top: 0.95rem;
  }
}
.sec_family .point01 .ph {
  width: 6.2rem;
  height: 4.2rem;
}
@media screen and (max-width: 640px) {
  .sec_family .point01 .ph {
    width: calc(100% - 0.2rem);
    height: 61vw;
  }
}
.sec_family .point01 .txtBox {
  margin-left: 1.6rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 640px) {
  .sec_family .point01 .txtBox {
    margin-top: 0.4rem;
    margin-left: 0.6rem;
    padding-right: 0.25rem;
    padding-bottom: 0rem;
    box-sizing: border-box;
  }
}
@media print, screen and (min-width: 641px) and (max-width: 1159px) {
  .chrome .sec_family .point01 .txtBox .chromeBr {
    display: none !important;
  }
}
.sec_family .point02 > .in {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: center;
  max-width: 14rem;
  width: 100%;
  margin: auto;
  margin-top: 1.6rem;
}
@media screen and (max-width: 640px) {
  .sec_family .point02 > .in {
    display: block;
    margin-top: 1rem;
  }
}
.sec_family .point02 .phBox {
  display: flex;
  justify-content: space-between;
  width: 6.9rem;
}
@media screen and (max-width: 640px) {
  .sec_family .point02 .phBox {
    width: calc(100% - 0.2rem);
    margin-left: 0.2rem;
  }
}
.sec_family .point02 .phBox .ph {
  height: 5.05rem;
}
@media screen and (max-width: 640px) {
  .sec_family .point02 .phBox .ph {
    height: 69.33vw;
  }
}
.sec_family .point02 .phBox .ph02 {
  position: absolute;
  right: -0.44rem;
  bottom: -1.2rem;
  width: 3.35rem;
  height: 1.9rem;
}
@media screen and (max-width: 640px) {
  .sec_family .point02 .phBox .ph02 {
    right: -0.2rem;
    bottom: -0.55rem;
    width: 44vw;
    height: 29vw;
  }
}
.sec_family .point02 .txtBox {
  max-width: 4.8rem;
  margin-right: 1.1rem;
}
@media screen and (max-width: 640px) {
  .sec_family .point02 .txtBox {
    max-width: 100%;
    margin-top: 0.8rem;
    margin-left: 0.6rem;
    margin-right: 0.1rem;
  }
}
.sec_family .point03 > .in {
  display: flex;
  align-items: center;
  max-width: 13.2rem;
  margin: auto;
  margin-top: 1.1rem;
}
@media screen and (max-width: 640px) {
  .sec_family .point03 > .in {
    display: block;
    margin-top: 0.6rem;
  }
}
.sec_family .point03 .phBox {
  width: 5.84rem;
  height: 3.9rem;
}
@media screen and (max-width: 640px) {
  .sec_family .point03 .phBox {
    width: calc(100% - 0.4rem);
    height: 59.46vw;
    margin: auto;
  }
}
.sec_family .point03 .ph01 {
  width: 5.84rem;
  height: 3.9rem;
}
@media screen and (max-width: 640px) {
  .sec_family .point03 .ph01 {
    width: 100%;
    height: 59.46vw;
  }
}
.sec_family .point03 .ph02 {
  position: absolute;
  right: -1.44rem;
  bottom: -1.2rem;
  width: 3.35rem;
  height: 1.9rem;
}
@media screen and (max-width: 640px) {
  .sec_family .point03 .ph02 {
    right: -0.2rem;
    bottom: -0.55rem;
    width: 44vw;
    height: 29vw;
  }
}
.sec_family .point03 .txtBox {
  max-width: 4.5rem;
  margin-top: 0.6rem;
  margin-left: 2.5rem;
}
@media screen and (max-width: 640px) {
  .sec_family .point03 .txtBox {
    margin-top: 0.95rem;
    margin-left: 0.6rem;
    margin-right: 0.25rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_family .point03 .txtBox .secTit .title .ofs {
    position: relative;
  }
}
@media screen and (max-width: 640px) {
  .sec_family .point03 .txtBox .secTit .title {
    font-feature-settings: "palt";
  }
}
.sec_family .otherBox {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 12rem;
  width: 88%;
  margin: auto;
  margin-top: 2.7rem;
  padding-bottom: 0.75rem;
}
@media screen and (max-width: 640px) {
  .sec_family .otherBox {
    display: block;
    max-width: calc(100% - 0.2rem);
    margin-left: 0.2rem;
    margin-top: 0.5rem;
    padding: 0.4rem;
    box-sizing: border-box;
  }
}
.sec_family .otherBox:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 1.2rem;
  bottom: 0;
  left: calc(50% - 50vw);
  right: calc(50% - 7.2rem);
  background-color: #f8f7f4;
}
@media screen and (max-width: 640px) {
  .sec_family .otherBox:before {
    top: 0;
    left: 0;
    right: 0;
  }
}
.sec_family .otherBox.right:before {
  right: calc(40% - 50vw);
  left: calc(50% - 7.2rem);
}
.sec_family .otherBox .item {
  width: 3.86rem;
}
@media screen and (max-width: 640px) {
  .sec_family .otherBox .item {
    width: 100%;
  }
  .sec_family .otherBox .item + .item {
    margin-top: 0.35rem;
  }
}
.sec_family .otherBox .thumb {
  display: block;
  line-height: 0;
  width: 3.86rem;
  height: 2.6rem;
}
@media screen and (max-width: 640px) {
  .sec_family .otherBox .thumb {
    width: 100%;
    height: 46.66vw;
  }
}
.sec_family .otherBox .txtBox {
  width: calc(100% - 0.4rem);
  margin: auto;
  margin-top: 0.2rem;
}
@media screen and (max-width: 640px) {
  .sec_family .otherBox .txtBox {
    width: calc(100% - 0.1rem);
    margin-top: 0.15rem;
  }
}
.sec_family .otherBox .txtBox > dt {
  font-family: "source-han-serif-japanese", serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.18rem;
  letter-spacing: 0.07em;
  line-height: 2;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
}
@media screen and (max-width: 640px) {
  .sec_family .otherBox .txtBox > dt {
    font-size: 0.15rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.57;
  }
}
.sec_family .otherBox .txtBox > dd {
  font-size: 0.14rem;
  letter-spacing: 0.07em;
  line-height: 2.14;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 0.15rem;
}
@media screen and (max-width: 640px) {
  .sec_family .otherBox .txtBox > dd {
    font-size: 0.12rem;
    letter-spacing: 0.07em;
    line-height: 1.58;
    margin-top: 0.1rem;
  }
}

.family_feature {
  max-width: 980px;
  width: 72%;
  background: #F8F7F4;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 0.7rem 1.2rem;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .family_feature {
    padding: 0.5rem 0;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    margin-right: 0;
    margin-left: auto;
    width: 96%;
  }
}

@media screen and (max-width: 640px) {
  .point01 .secTit.sp-80 {
    width: 86%;
    margin-right: 0.2rem;
    margin-left: auto;
  }
}

.point02 .family_feature {
  background: initial;
  padding: 0.7rem 1.8rem;
  margin-top: 1rem;
}
@media screen and (max-width: 640px) {
  .point02 .family_feature {
    padding: 0;
    width: 72%;
    margin: 0 auto;
    z-index: 2;
  }
}

.point02 .family_feature .decoTxt {
  left: 1.5rem !important;
}
@media screen and (max-width: 640px) {
  .point02 .family_feature .decoTxt {
    left: -0.2rem !important;
    top: 0.4em;
  }
}

.point02 .secTit.flex {
  display: flex;
  justify-content: left;
}
@media screen and (max-width: 640px) {
  .point02 .secTit.flex {
    display: block;
  }
}

.replace {
  position: relative;
}

.replace:before {
  content: "支給希望";
  line-height: 100%;
  font-size: 0.2rem;
  position: absolute;
  top: 0;
  left: 0;
  background: #FA00FF;
  color: #fff;
  width: 140px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.replace.replace02:before {
  content: "レンポジ";
}

.family_feature > * {
  width: 54%;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .family_feature > * {
    width: 80%;
    margin-left: auto;
    margin-right: 0.2rem;
  }
}

.family_feature > *.secTit.flex {
  width: 100%;
}

.family_feature h3.title {
  font-size: 0.18rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.9;
  text-align: left;
  color: #231815;
}
@media screen and (max-width: 640px) {
  .family_feature h3.title {
    font-size: 0.15rem;
  }
}

.point02 .family_feature h3.title {
  width: 34%;
  margin-right: 1rem;
}
@media screen and (max-width: 640px) {
  .point02 .family_feature h3.title {
    width: 100%;
    margin-bottom: 0.2rem;
  }
}

.point02 .family_feature .secTit p.txt {
  width: 65%;
  margin-top: 0;
}
@media screen and (max-width: 640px) {
  .point02 .family_feature .secTit p.txt {
    width: 100%;
  }
}

.sec_family .section.point02 .family_feature .decoTxt {
  top: 3.6em;
}
@media screen and (max-width: 640px) {
  .sec_family .section.point02 .family_feature .decoTxt {
    top: 0.6em;
  }
}

.family_feature .secTit p.txt {
  text-align: left;
}

.sec_family .point01 > .in.end {
  justify-content: end;
  margin-top: -0.3rem;
}
@media screen and (max-width: 640px) {
  .sec_family .point01 > .in.end {
    margin-top: 0.3rem;
  }
}

.sec_family .point01 .ph.right {
  position: absolute;
  right: -18%;
  top: 17%;
}
@media screen and (max-width: 640px) {
  .sec_family .point01 .ph.right {
    position: relative;
    right: auto;
    top: auto;
    width: 80%;
    margin-right: 0.2rem;
    margin-left: auto;
  }
  .sec_family .point01 .ph.right > img {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 640px) {
  .sec_family .point03 .ph02 {
    height: 29vw;
    width: 29vw;
  }
}

.sec_family .section .family_feature .decoTxt {
  left: 0.9rem;
  top: 4em;
}
@media screen and (max-width: 640px) {
  .sec_family .section .family_feature .decoTxt {
    left: 0.35rem;
    top: 0.5rem;
  }
}

.decoTxt {
  position: absolute;
  top: 0.5em;
  left: -0.4rem;
  font-family: "ltc-caslon-pro", serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.19rem;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #611f20;
  transform-origin: left top;
  transform: rotate(90deg);
}
@media screen and (max-width: 640px) {
  .decoTxt {
    font-size: 0.15rem;
    left: -0.25rem;
  }
}

.w-100 {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 640px) {
  .w-100 {
    margin-top: 1rem;
  }
}

.sec_family .otherBox.right {
  margin-top: 0.1rem;
}
.sec_family .otherBox.right:before {
  height: 6rem;
  top: -0.5rem;
}
@media screen and (max-width: 640px) {
  .sec_family .otherBox.right:before {
    height: 15.4rem;
    z-index: -1;
    top: -2.4rem;
    right: calc(55% - 50vw);
  }
}

.sec_family .otherBox .item h3 {
  font-size: 0.15rem;
  position: relative;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.9;
  text-align: left;
  color: #231815;
  text-align: center;
  color: #611f20;
  padding-bottom: 0.3rem;
  font-family: source-han-serif-japanese, serif;
}

.sec_family .otherBox .item h3:after {
  content: "";
  height: 1px;
  width: 80px;
  background-color: #611F20;
  position: absolute;
  bottom: 0.15rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.sec_plan > .in {
  margin-top: 2.3rem;
}
@media screen and (max-width: 640px) {
  .sec_plan > .in {
    margin-top: 1.2rem;
  }
}
.sec_plan .plan-lead {
  font-size: 0.18rem;
  text-align: center;
  font-family: source-han-serif-japanese, serif;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .sec_plan .plan-lead {
    font-size: 0.14rem;
  }
}
.sec_plan .planBox {
  max-width: 13.6rem;
  width: 100%;
  background-color: #f8f7f4;
  margin: auto;
  margin-top: 0.7rem;
  padding: 0.8rem;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .sec_plan .planBox {
    max-width: 100%;
    margin-top: 0.25rem;
    padding: 0.2rem;
    padding-top: 0.67rem;
    padding-bottom: 0.55rem;
  }
}
.sec_plan .planBox > .in {
  position: relative;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .sec_plan .planBox .secTit.inline {
    padding-left: 0.2rem;
  }
}
.sec_plan .planBox .secTit.inline .title {
  font-size: 0.14rem;
  letter-spacing: 0.25em;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .sec_plan .planBox .secTit.inline .title {
    font-size: 0.1rem;
  }
}
.sec_plan .planBox .secTit.inline .title[data-txt]:before {
  position: static;
  font-size: 0.32rem;
  letter-spacing: 0.04em;
  margin-right: 0.25em;
}
@media screen and (max-width: 640px) {
  .sec_plan .planBox .secTit.inline .title[data-txt]:before {
    position: absolute;
    left: 0;
    top: -0.35rem;
    font-size: 0.24rem;
    margin: 0;
    transform: none;
  }
}
.sec_plan .planDetail {
  box-sizing: border-box;
  margin-top: 0.35rem;
  padding: 0.4rem;
  padding-bottom: 0.25rem;
  border: 0.02rem solid #efefef;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .sec_plan .planDetail {
    margin-top: 0.2rem;
    padding: 0.2rem;
    padding-bottom: 0.3rem;
    border-width: 1px;
  }
}
.sec_plan .planDetail .item {
  display: flex;
  padding: 0.15rem 0;
}
@media screen and (max-width: 640px) {
  .sec_plan .planDetail .item {
    display: block;
    padding: 0.1rem 0 0.15rem;
  }
}
.sec_plan .planDetail .item > dt {
  width: 1.7rem;
  font-family: "source-han-serif-japanese", serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.16rem;
  letter-spacing: 0.07em;
  line-height: 1.75;
  color: #611f20;
}
@media screen and (max-width: 640px) {
  .sec_plan .planDetail .item > dt {
    width: 100%;
    font-size: 0.14rem;
    line-height: 1.58;
  }
}
.sec_plan .planDetail .item > dd {
  width: calc(100% - 1.7rem);
  font-size: 0.14rem;
  letter-spacing: 0.07em;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .sec_plan .planDetail .item > dd {
    width: 100%;
    font-size: 0.13rem;
    line-height: 2;
    margin-top: 0.1rem;
  }
}
.sec_plan .planDetail .item > dd li + li {
  margin-top: 0.5em;
}
.sec_plan .planDetail .item > dd p {
  font-size: 0.13rem;
  letter-spacing: 0.07em;
  line-height: 2;
  color: #999;
}
@media screen and (max-width: 640px) {
  .sec_plan .planDetail .item > dd p {
    font-size: 0.12rem;
    line-height: 1.91;
    margin-top: 0.05rem;
  }
}
.sec_plan .planDetail .item + .item {
  border-top: 1px solid #efefef;
}
.sec_plan .planDetail + .courseBox:before, .sec_plan .planDetail + .courseBox:after {
  content: "";
  position: absolute;
  top: -0.35rem;
  left: calc(50% - 0.15rem);
  display: block;
  height: 2px;
  width: 0.3rem;
  background-color: #611f20;
}
@media screen and (max-width: 640px) {
  .sec_plan .planDetail + .courseBox:before, .sec_plan .planDetail + .courseBox:after {
    top: -0.25rem;
    left: calc(50% - 0.115rem);
    height: 1px;
    width: 0.23rem;
  }
}
.sec_plan .planDetail + .courseBox:before {
  transform: rotate(90deg);
}
.sec_plan .priceBox {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "source-han-serif-japanese", serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.07em;
  line-height: 1.3;
  color: #611f20;
}
@media screen and (max-width: 640px) {
  .sec_plan .priceBox {
    display: block;
    text-align: center;
  }
}
.sec_plan .priceBox > dt {
  font-size: 0.2rem;
}
@media screen and (max-width: 640px) {
  .sec_plan .priceBox > dt {
    display: inline-block;
    font-size: 0.15rem;
    margin-right: 0.5em;
  }
}
.sec_plan .priceBox > dd {
  font-size: 0.25rem;
  margin-left: 0.4rem;
}
@media screen and (max-width: 640px) {
  .sec_plan .priceBox > dd {
    display: inline-block;
    font-size: 0.175rem;
    margin-left: 0;
  }
}
.sec_plan .priceBox > dd strong {
  font-size: 1.75em;
  font-weight: 500;
  margin-right: 0.15em;
}
@media screen and (max-width: 640px) {
  .sec_plan .priceBox > dd strong {
    font-size: 1.87em;
    margin-top: 0.05em;
  }
}
.sec_plan .priceBox > dd .before:after {
  content: "→";
  margin: 0 0.5em;
}
@media screen and (max-width: 640px) {
  .sec_plan .priceBox > dd .before:after {
    font-size: 1.87em;
  }
}
.sec_plan .priceBox > dd .before .price {
  text-decoration: line-through;
}
.sec_plan .priceBox.total {
  margin-top: 0.2rem;
  padding-top: 0.2rem;
  border-top: 1px solid #611f20;
}
@media screen and (max-width: 640px) {
  .sec_plan .priceBox.total {
    text-align: left;
    margin-top: 0.05rem;
    padding-top: 0.2rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_plan .priceBox.total > dt {
    margin-right: 1em;
  }
}
.sec_plan .priceBox.total > dd {
  font-size: 0.2rem;
}
@media screen and (max-width: 640px) {
  .sec_plan .priceBox.total > dd {
    font-size: 0.12rem;
  }
}
@media screen and (max-width: 640px) {
  .sec_plan .priceBox.total strong {
    margin-right: 0;
  }
}
.sec_plan .courseBox {
  position: relative;
  background-color: #f0e9de;
  border: 2px solid #efefef;
  margin-top: 0.7rem;
  padding: 0.2rem;
  padding-top: 0.3rem;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .sec_plan .courseBox {
    margin-top: 0.5rem;
    padding: 0.05rem;
    padding-top: 0.15rem;
  }
}
.sec_plan .courseBox .item {
  background-color: #fff;
  padding: 0.2rem;
  margin-top: 0.25rem;
}
@media screen and (max-width: 640px) {
  .sec_plan .courseBox .item {
    padding: 0.1rem 0.2rem;
    margin-top: 0.15rem;
  }
}
.sec_plan .courseBox .item li {
  font-size: 0.12rem;
  letter-spacing: 0.07em;
  line-height: 2.16;
  padding-left: 1.5em;
}
@media screen and (max-width: 640px) {
  .sec_plan .courseBox .item li {
    font-size: 0.12rem;
    line-height: 1.91;
    padding: 0;
  }
}
.sec_plan .courseBox .item li:before {
  content: "・";
  display: inline-block;
  width: 1.5em;
  position: relative;
  margin-left: -1.5em;
}
@media screen and (max-width: 640px) {
  .sec_plan .courseBox .item li:before {
    content: none;
  }
}
.sec_plan .flowBox {
  position: relative;
  margin-top: 1.7rem;
}
@media screen and (max-width: 640px) {
  .sec_plan .flowBox {
    margin-top: 1.3rem;
  }
}
.sec_plan .flowBox:before {
  content: "";
  position: absolute;
  top: -1.2rem;
  left: 50%;
  content: "";
  display: block;
  margin: auto;
  width: 1px;
  height: 0.84rem;
  background-image: linear-gradient(to bottom, #333, #333 50%, transparent 50%, transparent 100%);
  background-size: 4px 4px;
  background-repeat: repeat-y;
  border: none;
}
@media screen and (max-width: 640px) {
  .sec_plan .flowBox:before {
    top: -0.8rem;
    content: "";
    display: block;
    margin: auto;
    width: 1px;
    height: 0.5rem;
    background-image: linear-gradient(to bottom, #333, #333 33.3333333333%, transparent 33.3333333333%, transparent 100%);
    background-size: 3px 3px;
    background-repeat: repeat-y;
    border: none;
  }
}
.sec_plan .flowBox .catch {
  font-size: 0.22rem;
  letter-spacing: 0.1em;
  line-height: 1.9;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .sec_plan .flowBox .catch {
    font-size: 0.17rem;
    line-height: 1.67;
  }
}
.sec_plan .flowBox .read {
  font-size: 0.16rem;
  letter-spacing: 0.07em;
  line-height: 1.87;
  text-align: center;
  margin-top: 0.15rem;
}
@media screen and (max-width: 640px) {
  .sec_plan .flowBox .read {
    width: calc(100% - 0.4rem);
    font-size: 0.13rem;
    letter-spacing: 0.06em;
    line-height: 2;
    text-align: left;
    margin: auto;
    margin-top: 0.1rem;
  }
}
.sec_plan .flowDetail {
  display: flex;
  max-width: 11rem;
  width: 100%;
  margin: auto;
  margin-top: 0.35rem;
  padding: 0.3rem;
  box-sizing: border-box;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .sec_plan .flowDetail {
    display: block;
    max-width: calc(100% - 0.4rem);
    margin-top: 0.25rem;
    padding: 0.2rem;
    padding-bottom: 0.3rem;
  }
}
.sec_plan .flowDetail .item {
  position: relative;
  display: block;
  font-family: "source-han-serif-japanese", serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sec_plan .flowDetail .item > dt {
  font-size: 0.18rem;
  letter-spacing: 0.07em;
  line-height: 1;
  color: #611f20;
}
@media screen and (max-width: 640px) {
  .sec_plan .flowDetail .item > dt {
    font-size: 0.16rem;
  }
}
.sec_plan .flowDetail .item > dd {
  margin-top: 0.2rem;
}
@media screen and (max-width: 640px) {
  .sec_plan .flowDetail .item > dd {
    margin-top: 0.1rem;
  }
}
.sec_plan .flowDetail .item > dd .dot li {
  padding-left: 1.5em;
}
@media screen and (max-width: 640px) {
  .sec_plan .flowDetail .item > dd .dot li {
    padding-left: 1em;
    margin-right: -1em;
  }
}
.sec_plan .flowDetail .item > dd .dot li:before {
  content: "・";
  display: inline-block;
  width: 1.5em;
  position: relative;
  margin-left: -1.5em;
}
@media screen and (max-width: 640px) {
  .sec_plan .flowDetail .item > dd .dot li:before {
    width: 1em;
    margin-left: -1em;
  }
}
.sec_plan .flowDetail .item > dd li {
  font-size: 0.14rem;
  letter-spacing: 0.11em;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .sec_plan .flowDetail .item > dd li {
    font-size: 0.13rem;
    letter-spacing: 0.06em;
  }
}
.sec_plan .flowDetail .item.flow1 {
  width: 2rem;
  margin-left: 0.1rem;
}
@media screen and (max-width: 640px) {
  .sec_plan .flowDetail .item.flow1 {
    width: 100%;
    margin-left: 0;
  }
}
.sec_plan .flowDetail .item.flow2 {
  width: 2.1rem;
  margin-left: 0.8rem;
}
@media screen and (max-width: 640px) {
  .sec_plan .flowDetail .item.flow2 {
    width: 100%;
    margin-left: 0;
  }
}
.sec_plan .flowDetail .item.flow3 {
  width: 2.1rem;
  margin-left: 0.8rem;
}
@media screen and (max-width: 640px) {
  .sec_plan .flowDetail .item.flow3 {
    width: 100%;
    margin-left: 0;
  }
}
.sec_plan .flowDetail .item.flow4 {
  width: 1.8rem;
  margin-left: 0.8rem;
}
@media screen and (max-width: 640px) {
  .sec_plan .flowDetail .item.flow4 {
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .sec_plan .flowDetail .item + .item {
    margin-top: 0.3rem;
    padding-top: 0.3rem;
    border-top: 1px solid #efefef;
  }
}
.sec_plan .flowDetail .item + .item:before {
  content: "";
  position: absolute;
  left: -0.5rem;
  top: calc(50% - 0.1rem);
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  border-top: 1px solid rgba(97, 31, 32, 0.5);
  border-right: 1px solid rgba(97, 31, 32, 0.5);
  transform: rotate(45deg) skew(15deg, 15deg);
}
@media screen and (max-width: 640px) {
  .sec_plan .flowDetail .item + .item:before {
    content: none;
  }
}

.sec_faq > .in {
  max-width: 11rem;
  width: 100%;
  margin: auto;
  margin-top: 1.2rem;
  padding: 1rem;
  padding-bottom: 0.1rem;
  box-sizing: border-box;
  background-color: #fff;
  border: 2px solid #efefef;
}
@media screen and (max-width: 640px) {
  .sec_faq > .in {
    max-width: calc(100% - 0.4rem);
    margin-top: 0.5rem;
    padding: 0.2rem;
    padding-top: 0.75rem;
    padding-bottom: 0.1rem;
  }
}
.sec_faq .secTit .title:before {
  font-size: 0.34rem;
  top: -0.5rem;
  padding-left: 0.25em;
}
@media screen and (max-width: 640px) {
  .sec_faq .secTit .title:before {
    font-size: 0.3rem;
    top: -0.4rem;
  }
}
.sec_faq .faqBox .item {
  padding: 0.5rem 0;
  padding-left: 0.8rem;
  padding-right: 0.5rem;
}
@media screen and (max-width: 640px) {
  .sec_faq .faqBox .item {
    padding: 0.4rem 0;
    padding-left: 0.2rem;
    padding-right: 0;
  }
}
.sec_faq .faqBox .item > dt, .sec_faq .faqBox .item > dd {
  position: relative;
}
.sec_faq .faqBox .item > dt:before, .sec_faq .faqBox .item > dd:before {
  content: attr(data-txt);
  position: absolute;
  left: -0.4rem;
  top: 0.125em;
  font-family: "ltc-caslon-pro", serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.2rem;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #611f20;
}
@media screen and (max-width: 640px) {
  .sec_faq .faqBox .item > dt:before, .sec_faq .faqBox .item > dd:before {
    left: -0.2rem;
    font-size: 0.15rem;
  }
}
.sec_faq .faqBox .item > dt {
  font-family: "source-han-serif-japanese", serif;
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.18rem;
  letter-spacing: 0.07em;
  line-height: 1.55;
  color: #611f20;
}
@media screen and (max-width: 640px) {
  .sec_faq .faqBox .item > dt {
    font-size: 0.14rem;
    letter-spacing: 0.1em;
    line-height: 1.57;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
.sec_faq .faqBox .item > dd {
  font-size: 0.14rem;
  letter-spacing: 0.07em;
  line-height: 2.14;
  margin-top: 0.2rem;
}
@media screen and (max-width: 640px) {
  .sec_faq .faqBox .item > dd {
    font-size: 0.12rem;
    letter-spacing: 0.04em;
    line-height: 1.91;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
.sec_faq .faqBox .item + .item {
  border-top: 1px solid #efefef;
}/*# sourceMappingURL=feature_family.css.map */