@charset "UTF-8";
/*
	@include sc(pc) {
		width: 100%;
	}
	@include sc(sp) {
		width: 50%;
	}
*/
/*SPのフォントサイズ
 デザインカンプ横幅 720pxに合わせるために仕様*/
/*
	@include hover() {
		opacity: 0.6;
	}
*/
/*
	$line:イラレの行の値
	$size:イラレの文字の値

	@include lh(38, 15);
*/
/*
	$size:object-fitの値

	@include objectfit();
	@include objectfit('contain');
*/
/*
	@include taJ();
*/
/*
	@extend %rightarr;
*/
/*
@mixin f_roboto($weight:400) {
	font-family: 'Roboto',"游ゴシック","游ゴシック体","Yu Gothic",YuGothic, sans-serif;
	font-weight:$weight;
}
Robotoフォント設定
400：Regular（デフォルト）
500：Medium
700：Bold
*/
/*
500：Medium（デフォルト）
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);
*/
/*==========================
イントロ
==========================*/
@media screen and (max-width: 640px) {
  .contTit .title {
    border: 0;
  }
}

/*==========================
⼊居までの流れ
==========================*/
@media screen and (max-width: 640px) {
  .flow_wrap {
    padding: 0 0.3rem;
  }
}
.flow_wrap .flow_box {
  padding-top: 1rem;
  padding-left: 0.8rem;
  padding-bottom: 1rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .flow_wrap .flow_box {
    padding-top: 0.6rem;
    padding-left: 0;
    padding-bottom: 0.7rem;
  }
}
.flow_wrap .flow_box .step_num {
  position: absolute;
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 0.08rem;
  background-color: #f28a26;
  left: 0;
  top: 1rem;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .flow_wrap .flow_box .step_num {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 0.04rem;
    top: 0.6rem;
  }
}
.flow_wrap .flow_box .step_num::before {
  content: "STEP";
  font-size: 0.11rem;
  color: #f28a26;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 0.02rem;
  text-align: center;
  letter-spacing: 0.234em;
  position: absolute;
  top: -0.18rem;
  left: 0;
}
@media screen and (max-width: 640px) {
  .flow_wrap .flow_box .step_num::before {
    font-size: 0.1rem;
  }
}
.flow_wrap .flow_box .step_num .num_text {
  font-size: 0.24rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 46%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 0;
}
@media screen and (max-width: 640px) {
  .flow_wrap .flow_box .step_num .num_text {
    font-size: 0.2rem;
  }
}
.flow_wrap .flow_box .textbox {
  width: 100%;
  max-width: 4.4rem;
}
.flow_wrap .flow_box .textbox .step_title {
  padding-bottom: 0.25rem;
}
@media screen and (max-width: 640px) {
  .flow_wrap .flow_box .textbox .step_title {
    padding-left: 0.55rem;
    padding-bottom: 0.2rem;
  }
}
.flow_wrap .flow_box .textbox .step_title .subTit {
  font-size: 0.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-bottom: 0.15rem;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .flow_wrap .flow_box .textbox .step_title .subTit {
    font-size: 0.125rem;
    padding-bottom: 0.05rem;
  }
}
.flow_wrap .flow_box .textbox .step_title .title {
  font-size: 0.28rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .flow_wrap .flow_box .textbox .step_title .title {
    font-size: 0.175rem;
    line-height: 1.4;
  }
}
.flow_wrap .flow_box .ph {
  width: 100%;
  max-width: 3.64rem;
  border-radius: 0.2rem;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .flow_wrap .flow_box .ph {
    border-radius: 0.1rem;
    margin-top: 0.25rem;
    height: 45.83vw;
  }
}
.flow_wrap .flow_box .tel_wrap {
  width: 100%;
  max-width: 8.5rem;
  margin-top: 0.58rem;
  background-color: #f28a26;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.1rem;
  padding: 0.3rem 0.6rem 0.35rem;
}
@media screen and (max-width: 640px) {
  .flow_wrap .flow_box .tel_wrap {
    margin-top: 0.38rem;
    border-radius: 0.05rem;
    padding: 0.15rem 0.3rem 0.17rem;
  }
}
.flow_wrap .flow_box .tel_wrap .tel_title {
  text-align: center;
  font-size: 0.2rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
  padding-bottom: 0.25rem;
}
@media screen and (max-width: 640px) {
  .flow_wrap .flow_box .tel_wrap .tel_title {
    font-size: 0.175rem;
    padding-bottom: 0.15rem;
  }
}
.flow_wrap .flow_box .tel_wrap .list_wrap .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  .flow_wrap .flow_box .tel_wrap .list_wrap .list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.flow_wrap .flow_box .tel_wrap .list_wrap .list .tel_box {
  width: 100%;
  max-width: 2.95rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 0.3rem;
  border-right: 1px solid #fff;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .flow_wrap .flow_box .tel_wrap .list_wrap .list .tel_box {
    padding-right: 0;
    border-right: 0;
  }
}
.flow_wrap .flow_box .tel_wrap .list_wrap .list .tel_box .tel_num {
  width: 100%;
  max-width: 2.65rem;
}
@media screen and (max-width: 640px) {
  .flow_wrap .flow_box .tel_wrap .list_wrap .list .tel_box .tel_num {
    width: 100%;
    max-width: 2.5rem;
    margin: auto;
  }
}
.flow_wrap .flow_box .tel_wrap .list_wrap .list .tel_box .tel_num img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.flow_wrap .flow_box .tel_wrap .list_wrap .list .tel_box .small_text {
  font-size: 0.12rem;
  letter-spacing: 0.02em;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .flow_wrap .flow_box .tel_wrap .list_wrap .list .tel_box .small_text {
    letter-spacing: 0;
    padding-top: 0.05rem;
  }
}
.flow_wrap .flow_box .tel_wrap .list_wrap .list .btn_box {
  width: 100%;
  max-width: 4.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .flow_wrap .flow_box .tel_wrap .list_wrap .list .btn_box {
    padding-top: 0.17rem;
  }
}
.flow_wrap .flow_box .tel_wrap .list_wrap .list .btn_box .btn {
  width: 2rem;
  text-align: center;
  display: block;
  line-height: 0;
  border-radius: 0.05rem;
  padding: 0.26rem 0 0.28rem;
  font-size: 0.16rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 640px) {
  .flow_wrap .flow_box .tel_wrap .list_wrap .list .btn_box .btn {
    width: 100%;
    font-size: 0.14rem;
    border-radius: 0.025rem;
    padding: 0.24rem 0 0.26rem;
    margin-bottom: 0.08rem;
  }
}
.flow_wrap .flow_box .tel_wrap .list_wrap .list .btn_box .btn:hover {
  opacity: 0.7;
}
.flow_wrap .flow_box .tel_wrap .list_wrap .list .btn_box .btn.contact {
  background-color: #673e13;
}
.flow_wrap .flow_box .tel_wrap .list_wrap .list .btn_box .btn.line {
  background-color: #08c559;
  padding-left: 0.3rem;
}
.flow_wrap .flow_box .tel_wrap .list_wrap .list .btn_box .btn.line::before {
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  background-image: url(/common/img/ico_line.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0.2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  .flow_wrap .flow_box .tel_wrap .list_wrap .list .btn_box .btn.line::before {
    width: 0.28rem;
    height: 0.28rem;
    left: 0.45rem;
  }
}
.flow_wrap .flow_box .fukidashi_wrap {
  width: 100%;
  max-width: 8.5rem;
  margin-top: 0.58rem;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.1rem;
  padding: 0.6rem 0.3rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  .flow_wrap .flow_box .fukidashi_wrap {
    margin-top: 0.55rem;
    border-radius: 0.05rem;
    padding: 0.22rem 0.2rem 0.2rem;
  }
}
.flow_wrap .flow_box .fukidashi_wrap .fukidashi_title {
  position: absolute;
  left: -0.1rem;
  top: -0.27rem;
  background-color: #6B3906;
  padding: 0.26rem 0.35rem 0.28rem;
  border-radius: 0.3rem;
  font-size: 0.2rem;
  font-weight: 700;
  line-height: 0;
  color: #fff;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .flow_wrap .flow_box .fukidashi_wrap .fukidashi_title {
    top: -0.19rem;
    padding: 0.175rem 0.11rem 0.195rem;
    border-radius: 0.125rem;
    font-size: 0.12rem;
  }
}
.flow_wrap .flow_box .fukidashi_wrap .fukidashi_title::after {
  content: "";
  width: 0.175rem;
  height: 0.1rem;
  right: 0.28rem;
  bottom: -0.1rem;
  position: absolute;
  background-image: url(/img/flow/fukidashi_deco.svg);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  .flow_wrap .flow_box .fukidashi_wrap .fukidashi_title::after {
    width: 0.105rem;
    height: 0.06rem;
    right: 0.22rem;
    bottom: -0.06rem;
  }
}
.flow_wrap .flow_box .fukidashi_wrap .link {
  position: absolute;
  left: 50%;
  bottom: -0.26rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 640px) {
  .flow_wrap .flow_box .fukidashi_wrap .link .btn01 {
    width: 2.335rem;
  }
}
.flow_wrap .flow_box .fukidashi_wrap.bg {
  background-color: #ffcc88;
}
.flow_wrap .flow_box .fukidashi_wrap.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flow_wrap .flow_box .fukidashi_wrap.flex .textbox {
  max-width: 5.9rem;
}
.flow_wrap .flow_box .fukidashi_wrap.flex .img_wrap {
  width: 1.7rem;
}
@media screen and (max-width: 640px) {
  .flow_wrap .flow_box .fukidashi_wrap.flex .disc {
    padding-top: 0.1rem;
  }
}
.flow_wrap .step_box {
  position: relative;
}
@media print, screen and (min-width: 641px) {
  .flow_wrap .step_box.step01::after {
    content: "";
    width: 0.06rem;
    height: calc(100% - 0.9rem);
    position: absolute;
    left: 0.21rem;
    bottom: 0;
    background-color: #f28a26;
    z-index: 0;
  }
}
.flow_wrap .step_box.step01 .flow_box {
  padding-top: 0.8rem;
  padding-bottom: 0.82rem;
}
@media screen and (max-width: 640px) {
  .flow_wrap .step_box.step01 .flow_box {
    padding-top: 0.45rem;
    padding-bottom: 0.5rem;
  }
}
.flow_wrap .step_box.step01 .flow_box .step_num {
  top: 0.8rem;
}
@media screen and (max-width: 640px) {
  .flow_wrap .step_box.step01 .flow_box .step_num {
    top: 0.45rem;
  }
}
@media print, screen and (min-width: 641px) {
  .flow_wrap .step_box.step02::before {
    content: "";
    width: 0.06rem;
    height: 0.6rem;
    position: absolute;
    left: 0.21rem;
    top: 0;
    background-color: #f28a26;
    z-index: 0;
  }
  .flow_wrap .step_box.step02::after {
    content: "";
    width: 0.06rem;
    height: calc(100% - 1.2rem);
    position: absolute;
    left: 0.21rem;
    bottom: 0;
    background-color: #f28a26;
    z-index: 0;
  }
}
@media screen and (max-width: 640px) {
  .flow_wrap .step_box.step02 .fukidashi_wrap {
    padding: 0.22rem 0.2rem 0.45rem;
  }
}
@media print, screen and (min-width: 641px) {
  .flow_wrap .step_box.step03::before {
    content: "";
    width: 0.06rem;
    height: 0.6rem;
    position: absolute;
    left: 0.21rem;
    top: 0;
    background-color: #f28a26;
    z-index: 0;
  }
  .flow_wrap .step_box.step03::after {
    content: "";
    width: 0.06rem;
    height: calc(100% - 1.2rem);
    position: absolute;
    left: 0.21rem;
    bottom: 0;
    background-color: #f28a26;
    z-index: 0;
  }
}
@media screen and (max-width: 640px) {
  .flow_wrap .step_box.step03 .flow_box {
    padding-bottom: 0.5rem;
  }
}
@media print, screen and (min-width: 641px) {
  .flow_wrap .step_box.step04::before {
    content: "";
    width: 0.06rem;
    height: 0.6rem;
    position: absolute;
    left: 0.21rem;
    top: 0;
    background-color: #f28a26;
    z-index: 0;
  }
  .flow_wrap .step_box.step04::after {
    content: "";
    width: 0.06rem;
    height: calc(100% - 1.2rem);
    position: absolute;
    left: 0.21rem;
    bottom: 0;
    background-color: #f28a26;
    z-index: 0;
  }
}
@media screen and (max-width: 640px) {
  .flow_wrap .step_box.step04 .flow_box {
    padding-bottom: 0.5rem;
  }
}
@media print, screen and (min-width: 641px) {
  .flow_wrap .step_box.step05::before {
    content: "";
    width: 0.06rem;
    height: 0.6rem;
    position: absolute;
    left: 0.21rem;
    top: 0;
    background-color: #f28a26;
    z-index: 0;
  }
}
.flow_wrap .step_box.step05 .flex .textbox {
  max-width: 6.18rem;
}
.flow_wrap .step_box.step05 .flex .img_wrap {
  width: 0.91rem;
  padding-right: 0.3rem;
}
@media screen and (max-width: 640px) {
  .flow_wrap .step_box.step05 .flow_box {
    padding-bottom: 0.5rem;
  }
}

/*==========================
契約について
==========================*/
.contract .bgcGray {
  position: relative;
  padding: 0.8rem 0;
}
@media screen and (max-width: 640px) {
  .contract .bgcGray {
    padding: 0.45rem 0;
  }
}
.contract .bgcGray:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: calc(3.2rem - 50vw);
  width: 100vw;
  background-color: #F9F9F9;
}
@media screen and (min-width: 461px) and (max-width: 1000px) {
  .contract .bgcGray:before {
    left: -3.5rem;
    right: -0.3rem;
    width: auto;
  }
}
@media screen and (max-width: 640px) {
  .contract .bgcGray:before {
    left: -0.3rem;
    right: -0.3rem;
    width: auto;
  }
}
.contract .title {
  font-size: 0.28rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .contract .title {
    font-size: 0.275rem;
  }
}
.contract .contract_box {
  margin-top: 0.45rem;
}
@media screen and (max-width: 640px) {
  .contract .contract_box {
    margin-top: 0;
  }
}
.contract .contract_box .contract_title {
  font-size: 0.2165rem;
  letter-spacing: 0.05em;
  color: #6B3906;
  position: relative;
  padding-left: 0.25rem;
  margin-top: 0.4rem;
  padding-bottom: 0.2rem;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .contract .contract_box .contract_title {
    font-size: 0.175rem;
    padding-left: 0.1rem;
    margin-top: 0.3rem;
  }
}
.contract .contract_box .contract_title::before {
  content: "";
  width: 0.06rem;
  height: 0.25rem;
  background-color: #6B3906;
  border-radius: 0.02rem;
  position: absolute;
  left: 0.05rem;
  top: 0.01rem;
}
@media screen and (max-width: 640px) {
  .contract .contract_box .contract_title::before {
    width: 0.03rem;
    height: 0.175rem;
    left: 0;
  }
}
.contract .contract_box .disc_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0.07rem;
  padding-left: 0.25rem;
}
@media screen and (max-width: 640px) {
  .contract .contract_box .disc_list {
    display: block;
    padding-bottom: 0;
    padding-left: 0.05rem;
    line-height: 2;
    text-indent: -0.06rem;
    margin-left: 0.06rem;
  }
}
.contract .contract_box .disc_list .disc_title {
  font-size: 0.16rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  width: 2rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  .contract .contract_box .disc_list .disc_title {
    font-size: 0.125rem;
    width: auto;
    display: inline-block;
  }
}
.contract .contract_box .disc_list .disc_title::before {
  content: "";
  width: 0.11rem;
  height: 0.11rem;
  display: inline-block;
  border-radius: 0.2rem;
  background-color: #6B3906;
  margin-right: 0.12rem;
}
@media screen and (max-width: 640px) {
  .contract .contract_box .disc_list .disc_title::before {
    width: 0.065rem;
    height: 0.075rem;
    border-radius: 0.075rem;
    margin-right: 0.1rem;
  }
}
.contract .contract_box .disc_list .disc_title span {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-right: 0.08rem;
  background-color: #F9F9F9;
}
@media screen and (max-width: 640px) {
  .contract .contract_box .disc_list .disc_title span {
    padding-right: 0.02rem;
  }
}
.contract .contract_box .disc_list .txt {
  font-size: 0.14rem;
  width: calc(100% - 2.07rem);
}
@media screen and (max-width: 640px) {
  .contract .contract_box .disc_list .txt {
    font-size: 0.125rem;
    width: auto;
    display: inline;
  }
}
.contract .contract_box .disc_list.dot .disc_title::after {
  content: "";
  width: 60%;
  height: 2px;
  background-image: url(/img/flow/dot_bg.png);
  background-position: right center;
  background-repeat: repeat-x;
  background-size: contain;
  position: absolute;
  z-index: 0;
  right: 0;
  top: 50%;
}
@media screen and (max-width: 640px) {
  .contract .contract_box .disc_list.dot .disc_title::after {
    content: "…";
    background-image: none;
    position: relative;
    display: inline-block;
    top: 0.05rem;
    width: auto;
    height: auto;
    padding-left: 0.06rem;
  }
}
.contract .contract_box .contract_kakomi {
  background-color: #fff;
  border: 1px solid #6B3906;
  padding: 0.1rem 0.2rem;
  margin-left: 0.25rem;
  width: 100%;
  max-width: 6.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0.1rem;
}
@media screen and (max-width: 640px) {
  .contract .contract_box .contract_kakomi {
    padding: 0.1rem 0.11rem;
    margin-left: 0;
    margin-top: 0.2rem;
    margin-bottom: 0.25rem;
  }
}
.contract .contract_box .contract_kakomi .txt {
  font-size: 0.14rem;
}
@media screen and (max-width: 640px) {
  .contract .contract_box .contract_kakomi .txt {
    font-size: 0.125rem;
  }
}
.contract .contract_box .lead_txt {
  margin-left: 0.25rem;
  margin-bottom: 0.1rem;
  font-size: 0.14rem;
  line-height: 1.85;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 640px) {
  .contract .contract_box .lead_txt {
    font-size: 0.125rem;
    margin-left: 0;
  }
}
.contract .contract_box .lead_txt .underline {
  text-decoration: underline;
}
@media screen and (max-width: 640px) {
  .contract .contract_box .lead_txt .underline {
    text-decoration: none;
  }
}
@media screen and (max-width: 640px) {
  .contract .contract_box .lead_txt .small_text {
    font-size: 0.11rem;
    display: block;
    padding-top: 0.1rem;
  }
}
.contract .contract_box .contract_dl_box {
  background-color: #fff;
  border: 1px solid #6B3906;
  padding: 0.2rem 0.4rem;
  margin-left: 0.25rem;
  width: 100%;
  max-width: 6.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 640px) {
  .contract .contract_box .contract_dl_box {
    padding: 0.15rem 0.12rem;
    margin-left: 0;
    margin-top: 0.25rem;
    margin-bottom: 0.4rem;
  }
}
.contract .contract_box .contract_dl_box .dl_title {
  font-size: 0.16rem;
}
@media screen and (max-width: 640px) {
  .contract .contract_box .contract_dl_box .dl_title {
    font-size: 0.125rem;
    padding-bottom: 0.15rem;
  }
}
.contract .contract_box .contract_dl_box .dl_title::before {
  content: "";
  width: 0.11rem;
  height: 0.11rem;
  display: inline-block;
  border-radius: 0.2rem;
  background-color: #6B3906;
  margin-right: 0.12rem;
}
@media screen and (max-width: 640px) {
  .contract .contract_box .contract_dl_box .dl_title::before {
    width: 0.065rem;
    height: 0.075rem;
    margin-right: 0.04rem;
  }
}
.contract .contract_box .contract_dl_box .dl_btn {
  width: 2.08rem;
}
@media screen and (max-width: 640px) {
  .contract .contract_box .contract_dl_box .dl_btn {
    width: 2.335rem;
    margin: auto;
  }
}
.contract .contract_box .contract_dl_box .dl_btn .btn {
  display: block;
  line-height: 0;
  border-radius: 0.04rem;
  background-color: #000;
  font-size: 0.144rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
  padding: 0.2rem 0 0.22rem;
  padding-left: 0.25rem;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 640px) {
  .contract .contract_box .contract_dl_box .dl_btn .btn {
    border-radius: 0.02rem;
    font-size: 0.16rem;
    padding: 0.24rem 0 0.26rem;
    padding-left: 0.25rem;
  }
}
.contract .contract_box .contract_dl_box .dl_btn .btn::before {
  content: "";
  width: 0.15rem;
  height: 0.13rem;
  background-image: url(/img/flow/pdf_icon.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  .contract .contract_box .contract_dl_box .dl_btn .btn::before {
    height: 0.175rem;
  }
}
.contract .contract_box .contract_dl_box .dl_btn .btn:hover {
  opacity: 0.5;
}
/*# sourceMappingURL=flow.css.map */