@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

----------------------------------------------------------------------------- */
@media print, screen and (min-width: 641px) {
  .mainVisual {
    padding-top: 0.5rem;
  }
}
@media screen and (max-width: 640px) {
  .mainVisual {
    padding-top: 0.3rem;
    height: 4.1rem;
    box-sizing: content-box;
  }
}
@media screen and (max-width: 640px) {
  .mainVisual .titleBox {
    padding: 0 0.18rem;
  }
}
.mainVisual .titleBox .title {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 0.46rem;
  letter-spacing: 0.1em;
  padding-bottom: 0.1rem;
}
.os-android .mainVisual .titleBox .title {
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 640px) {
  .mainVisual .titleBox .title {
    font-size: 0.25rem;
    line-height: 1.46;
  }
}
.mainVisual .titleBox .txt {
  padding-bottom: 0.2rem;
}
@media print, screen and (min-width: 641px) {
  .mainVisual .titleBox .txt {
    font-size: 0.2rem;
    line-height: 1.85;
  }
}
@media screen and (max-width: 640px) {
  .mainVisual .titleBox .txt {
    font-size: 0.14rem;
    letter-spacing: 0.11em;
    line-height: 1.57;
  }
}
.mainVisual .titleBox .txt span {
  font-size: 0.24rem;
}
.mainVisual .titleBox .tel_bnr {
  position: relative;
  width: 100%;
  max-width: 5.58rem;
}
.mainVisual .titleBox .tel_bnr img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.mainVisual .titleBox .tel_bnr .number {
  position: absolute;
  top: 58%;
  left: 1.1rem;
  transform: translateY(-50%);
  font-size: 0.65rem;
  color: #fff;
  font-family: "Oswald", sans-serif;
  width: 100%;
  letter-spacing: 0.03rem;
}
@media screen and (max-width: 640px) {
  .mainVisual .titleBox .tel_bnr .number {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .mainVisual .titleBox .tel_bnr {
    max-width: 100%;
    padding: 0 0.1rem;
    box-sizing: border-box;
  }
  .mainVisual .titleBox .tel_bnr::before {
    content: "";
    width: 100%;
    height: 12.5vw;
    display: block;
    background-image: url(/img/estimation/tel_sp_deco.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 0.03rem;
  }
}
.mainVisual .catch {
  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";
  padding: 0.13rem 0 0;
  background-color: #fff;
  font-size: 0.19rem;
  letter-spacing: 0.17em;
  font-weight: 700;
  line-height: 1.42;
  text-align: center;
  color: #03888e;
  font-feature-settings: "palt";
}
.mainVisual .catch span {
  font-size: 0.165rem;
  letter-spacing: 0.17em;
}

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

content（rem値修正）

----------------------------------------------------------------------------- */
/* イントロ */
.sec_intro {
  background-color: #f3efec;
  position: relative;
}
.sec_intro .in {
  width: 100%;
  max-width: 10rem;
  margin: auto;
  position: relative;
  padding: 0.55rem 0 0.9rem;
}
@media screen and (max-width: 640px) {
  .sec_intro .in {
    padding: 0.25rem 0 0.6rem;
  }
}
.sec_intro .in .secTit {
  padding-bottom: 0.65rem;
}
@media screen and (max-width: 640px) {
  .sec_intro .in .secTit {
    padding-bottom: 0.25rem;
  }
  .sec_intro .in .secTit .title {
    letter-spacing: 0.05em;
    line-height: 1.63;
  }
}
.sec_intro .in .intro_wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .sec_intro .in .intro_wrap {
    flex-wrap: wrap;
  }
}
.sec_intro .in .intro_wrap .textbox {
  width: 100%;
  max-width: 4.6rem;
}
@media screen and (max-width: 640px) {
  .sec_intro .in .intro_wrap .textbox {
    max-width: 100%;
    padding: 0 0.3rem;
    box-sizing: border-box;
  }
}
.sec_intro .in .intro_wrap .textbox .title {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 0.2rem;
  font-weight: 600;
  letter-spacing: 0.11em;
  color: #03888e;
  padding-top: 0.2rem;
  padding-bottom: 0.07rem;
  position: relative;
  margin-bottom: 0.1rem;
}
.os-android .sec_intro .in .intro_wrap .textbox .title {
  font-family: "Noto Serif JP", serif;
}
.sec_intro .in .intro_wrap .textbox .title::after {
  content: "";
  width: 100%;
  height: 0.03rem;
  background-color: #D9D2CE;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0.03rem;
}
.sec_intro .in .intro_wrap .flow_img {
  width: 100%;
  max-width: 4.7rem;
}
@media screen and (max-width: 640px) {
  .sec_intro .in .intro_wrap .flow_img {
    padding: 0.3rem 0.3rem 0;
  }
}
.sec_intro .in .intro_wrap .flow_img img {
  max-width: 100%;
}

/* 万が一の時のご依頼の流れ */
.sec_flow {
  position: relative;
}
.sec_flow .in {
  width: 100%;
  max-width: 10rem;
  margin: auto;
  position: relative;
  padding: 1rem 0;
}
@media screen and (max-width: 640px) {
  .sec_flow .in {
    padding: 0.8rem 0;
  }
}
@media screen and (max-width: 640px) {
  .sec_flow .in .secTit .title {
    font-size: 0.25rem;
    letter-spacing: 0.11em;
  }
}
.sec_flow .in .flow_wrap {
  margin-top: 0.7rem;
  background-color: #E2EEEE;
  border-radius: 0.18rem;
  padding: 0.6rem 0.6rem 0;
  position: relative;
}
@media screen and (max-width: 640px) {
  .sec_flow .in .flow_wrap {
    border-radius: 0.2rem;
    padding: 0.3rem 0.15rem 0;
    margin: 0.5rem 0.15rem 0;
  }
}
.sec_flow .in .flow_wrap::before {
  content: "";
  width: 0.7rem;
  height: 0.48rem;
  background-image: url(/img/estimation/flow_title_deco.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -0.3rem;
  right: 1.5rem;
}
@media screen and (max-width: 640px) {
  .sec_flow .in .flow_wrap::before {
    display: none;
    /*width: 0.52rem;
    height: 0.36rem;
    top: -1.40rem;
    right: 0.60rem;*/
  }
}
.sec_flow .in .flow_wrap .flow_box {
  position: relative;
  padding-bottom: 0.9rem;
}
@media screen and (max-width: 640px) {
  .sec_flow .in .flow_wrap .flow_box {
    padding-bottom: 0.4rem;
  }
}
.sec_flow .in .flow_wrap .flow_box .title {
  font-size: 0.24rem;
}
@media screen and (max-width: 640px) {
  .sec_flow .in .flow_wrap .flow_box .title {
    font-size: 0.165rem;
    letter-spacing: 0.11em;
    line-height: 1.51;
    margin-bottom: 0.15rem;
  }
  .sec_flow .in .flow_wrap .flow_box .title span {
    display: inline-block;
  }
}
@media screen and (max-width: 640px) {
  .sec_flow .in .flow_wrap .flow_box .title.line1 {
    padding: 0.1rem 0;
  }
}
.sec_flow .in .flow_wrap .flow_box .lead {
  padding-top: 0.2rem;
}
@media screen and (max-width: 640px) {
  .sec_flow .in .flow_wrap .flow_box .lead {
    padding-top: 0;
  }
}
.sec_flow .in .flow_wrap .flow_box .lead a {
  color: #03888e;
}
.sec_flow .in .flow_wrap .flow_box .flow_flexbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 0.3rem;
}
@media screen and (max-width: 640px) {
  .sec_flow .in .flow_wrap .flow_box .flow_flexbox {
    padding-top: 0;
  }
}
.sec_flow .in .flow_wrap .flow_box .flow_flexbox .textbox {
  width: 100%;
  max-width: 3.8rem;
}
.sec_flow .in .flow_wrap .flow_box .flow_flexbox .textbox .title {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 0.2rem;
  font-weight: 600;
  letter-spacing: 0.11em;
  color: #03888e;
  padding-top: 0.2rem;
  padding-bottom: 0.15rem;
  position: relative;
  margin-bottom: 0.1rem;
}
.os-android .sec_flow .in .flow_wrap .flow_box .flow_flexbox .textbox .title {
  font-family: "Noto Serif JP", serif;
}
.sec_flow .in .flow_wrap .flow_box .flow_flexbox .textbox .title::after {
  content: "";
  width: 100%;
  height: 0.03rem;
  background-color: #D9D2CE;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0.03rem;
}
.sec_flow .in .flow_wrap .flow_box .flow_flexbox .textbox .list {
  font-weight: 700;
}
.sec_flow .in .flow_wrap .flow_box .flow_flexbox .textbox .list .txt {
  line-height: 2.46;
}
.sec_flow .in .flow_wrap .flow_box .flow_flexbox .textbox .list .txt span {
  position: relative;
  display: inline-block;
  padding-left: 0.17rem;
}
.sec_flow .in .flow_wrap .flow_box .flow_flexbox .textbox .list .txt span::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 0;
  width: 0.1rem;
  height: 0.15rem;
  background-image: url(/img/estimation/title_point.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.sec_flow .in .flow_wrap .flow_box .flow_flexbox .ph {
  width: 100%;
  max-width: 4.6rem;
  height: 2.43rem;
  border-radius: 0.18rem;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .sec_flow .in .flow_wrap .flow_box .flow_flexbox .ph {
    height: 44.02vw;
    border-radius: 0.15rem;
    margin-top: 0.2rem;
  }
}
.sec_flow .in .flow_wrap .flow_box .flow_flexbox .column_box {
  width: 100%;
  max-width: 4.2rem;
  padding: 0.35rem;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 0.22rem;
  margin-top: 0.25rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  .sec_flow .in .flow_wrap .flow_box .flow_flexbox .column_box {
    max-width: 100%;
    padding: 0.24rem;
    border-radius: 0.2rem;
  }
}
.sec_flow .in .flow_wrap .flow_box .flow_flexbox .column_box .icon {
  width: 0.65rem;
  height: 0.65rem;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .sec_flow .in .flow_wrap .flow_box .flow_flexbox .column_box .icon {
    width: 0.5rem;
    height: 0.5rem;
  }
}
@media print, screen and (min-width: 641px) {
  .sec_flow .in .flow_wrap .flow_box .flow_flexbox .column_box .icon._hospital {
    width: 0.58rem;
    height: 0.58rem;
    padding-bottom: 0.05rem;
  }
}
.sec_flow .in .flow_wrap .flow_box .flow_flexbox .column_box .title {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-size: 0.2rem;
  font-weight: 600;
  letter-spacing: 0.11em;
  padding: 0.1rem 0;
  text-align: center;
}
.os-android .sec_flow .in .flow_wrap .flow_box .flow_flexbox .column_box .title {
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 640px) {
  .sec_flow .in .flow_wrap .flow_box .flow_flexbox .column_box .title {
    font-size: 0.17rem;
    line-height: 1.76;
  }
}
.sec_flow .in .flow_wrap .flow_box .flow_flexbox .column_box .deco {
  width: 0.81rem;
  height: 0.6rem;
  position: absolute;
  right: 0.6rem;
  bottom: -0.3rem;
  background-image: url(/img/estimation/flow_column_deco.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 640px) {
  .sec_flow .in .flow_wrap .flow_box .flow_flexbox .column_box .deco {
    display: none;
  }
}
.sec_flow .in .flow_wrap .flow_box .flow_flexbox.rev {
  flex-direction: row-reverse;
}
.sec_flow .in .flow_wrap .flow_box:last-child {
  padding-bottom: 0.6rem;
}
@media screen and (max-width: 640px) {
  .sec_flow .in .flow_wrap .flow_box:last-child {
    padding-bottom: 0.3rem;
  }
}

.mod_contact {
  background-color: #ebe4d9;
}
@media print, screen and (min-width: 641px) {
  .mod_contact {
    padding: 0.9rem 0 0.9rem;
  }
}/*# sourceMappingURL=estimation.css.map */