
.measure .textBox .ttl{
	    padding-bottom: 20px;
	margin: 0;
    margin-bottom: 23px;
        font-size: 34px;
    font-weight: 700;
    letter-spacing: 0.15em;
    border-bottom: 1px solid #000;
	color: #000;
	width: 100%;
	line-height: 1.5;
}


.measure .btns, .consultation .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.measure .btns.btn02, .consultation .btns.btn02 {
  margin: 150px 0 0;
}
.measure .btns.btn02 li, .consultation .btns.btn02 li {
  width: 48% !important;
}
.measure .comAddUl li a, .consultation .comAddUl li a {
  position: relative;
  outline: 1px solid #fff;
  color: #fff !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  outline-offset: -5px;
}
.measure .btns.btn02 li a, .consultation .btns.btn02 li a {
  height: 100px;
}
.measure .btns.btn02 li:nth-of-type(1) a, .consultation .btns.btn02 li:nth-of-type(1) a {
  background: #307083;
  font-size: 18px;
}
.measure .btns.btn02 li:nth-of-type(2) a, .consultation .btns.btn02 li:nth-of-type(2) a {
  background: #8B7E6B;
  font-size: 16px;
}
.measure .btns a:before, .consultation .btns a:before {
  content: "";
  position: absolute;
  bottom: -3px;
  right: 12px;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.measure .btns.btn02 li:nth-of-type(1) a:before, .consultation .btns.btn02 li:nth-of-type(1) a:before {
  border-color: #FCE548 transparent transparent transparent;
}
.measure .btns.btn02 li:nth-of-type(2) a:before, .consultation .btns.btn02 li:nth-of-type(2) a:before {
  border-color: #A3C6AF transparent transparent transparent;
}
.measure .btns a:after, .consultation .btns a:after {
  content: "";
  position: absolute;
  top: -3px;
  left: 12px;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.measure .btns.btn02 li:nth-of-type(1) a:after, .consultation .btns.btn02 li:nth-of-type(1) a:after {
  border-color: #FCE548 transparent transparent transparent;
}
.measure .btns.btn02 li:nth-of-type(2) a:after, .consultation .btns.btn02 li:nth-of-type(2) a:after {
  border-color: #A3C6AF transparent transparent transparent;
}
.measure .btns.btn02 li:nth-of-type(2) a span, .consultation .btns.btn02 li:nth-of-type(2) a span {
  line-height: 1;
  font-size: 31px;
}
.measure .btns.btn02 li:nth-of-type(2) a span img, .consultation .btns.btn02 li:nth-of-type(2) a span img {
  vertical-align: baseline;
  margin-right: 5px;
}

.measure {
  margin-bottom: 195px;
}
.measure .ttl {
  max-width: 950px;
  width: 90%;
  margin: auto;
  font-size: 35px;
  line-height: 1;
  font-weight: bold;
  color: #307083;
  margin-bottom: 40px;
  margin-top: 110px;
}
.measure .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1162px;
  width: 95%;
}
.measure .btns li {
  width: 32.5%;
  text-align: center;
}
.measure .btns li a {
  position: relative;
  outline: 1px solid #fff;
  color: #fff !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  outline-offset: -5px;
  color: #307083;
  height: 81px;
  font-size: 21px;
  font-weight: 700;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #d7e5e5;
  text-decoration: none;
  letter-spacing: 0.15em;
  background: #C8A62E;
}
.measure .btns li a:hover {
  opacity: 0.7;
}
.measure .btns li a::before {
  content: "";
  position: absolute;
  bottom: -3px;
  right: 12px;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  border-color: #fff transparent transparent transparent;
}
.measure .btns li a::after {
  content: "";
  position: absolute;
  top: -3px;
  left: 12px;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  border-color: #fff transparent transparent transparent;
}
.measure .btns.btns01 li {
  margin-right: 1.25%;
}
.measure .btns.btns01 li:nth-of-type(3), .measure .btns.btns01 li:nth-of-type(5) {
  margin-right: 0;
}
.measure .btns.btns01 li:nth-of-type(n+4) {
  margin-top: 20px;
}
.measure .btns.btns02 {
  margin-top: 100px;
}
.measure .btns.btns02 li {
  width: 465px;
}
.measure .btns.btns02 li a {
  height: 111px;
  background-color: #307083;
  font-size: 18px;
  pointer-events: all;
}
.measure .btns.btns02 li a::before {
  border-color: #FCE548 transparent transparent transparent;
}
.measure .btns.btns02 li a::after {
  border-color: #FCE548 transparent transparent transparent;
}
.measure .mainImg {
  background: url("img/measure/page_main_img.jpg") no-repeat center center;
  background-size: cover;
}
.measure .mainImg .textBox {
  padding: 28px 39px 30px;
  position: absolute;
  width: 463px;
  left: 105px;
  bottom: 130px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(255, 255, 255, 0.5);
	letter-spacing: 0;
}
.measure .mainImg .textBox .txt {
  color: #231815;
  font-size: 16px;
  font-weight: 700;
  line-height: 2.2;
  letter-spacing: 0.15em;
  text-align: justify;
}
.measure .lead .ttl {
  text-align: center;
}
.measure .lead .btns li a {
  pointer-events: none;
}
.measure .infoBox {
  background-color: #D7E5E4;
  width: 90%;
  max-width: 950px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 50px 50px;
  margin-top: 50px;
  position: relative;
  z-index: 2;
}
.measure .infoBox01__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.measure .infoBox01__flex--img {
  width: 51%;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}
.measure .infoBox01__flex--txt {
  width: 49%;
}
.measure .infoBox01__flex--txt .btn {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  background-color: #E8382E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 400px;
  height: 70px;
  letter-spacing: 2px;
}
.measure .infoBox01__flex--txt .btn:hover {
  opacity: 0.7;
  text-decoration: none;
}
.measure .infoBox01__flex--txt .ann {
  color: #595757;
  margin-top: 15px;
}
.measure .infoBox01__txtbox {
  font-size: 15px;
  line-height: 1.9;
  font-weight: bold;
  margin-top: 25px;
}
.measure .infoBox02 {
  padding-bottom: 0;
  margin-bottom: 165px;
}
.measure .infoBox02__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.measure .infoBox02__flex--img {
  width: 49%;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}
.measure .infoBox02__flex--txt {
  width: 45%;
  margin-right: 6%;
  font-size: 15px;
  line-height: 1.9;
  font-weight: bold;
}
.measure .infoBox02__txtbox {
  margin-top: 13px;
  -webkit-transform: translate(0, 55px);
          transform: translate(0, 55px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 105%;
  position: relative;
  left: -2.5%;
}
.measure .infoBox02__txtbox img {
  display: block;
  width: 18.5%;
}
.measure .infoBox03 {
  padding-top: 0;
}
.measure .infoBox03__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  top: -40px;
}
.measure .infoBox03__flex--img {
  margin-left: 3.5%;
  width: 41%;
  margin-right: 6.5%;
  /*transform: scale(1.2);*/
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}
.measure .infoBox03__flex--txt {
  width: 49%;
}
.measure .infoBox03__flex--txt--img {
  width: 292px;
  position: relative;
  z-index: 2;
  margin-bottom: -5px;
}
.measure .infoBox03__flex--txt--txtbox {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.09em;
}
.measure .infoBox03__flex--txt--txtbox--txt {
  display: block;
  background-color: #fff;
  border-radius: 50px;
  padding: 15px 30px;
  width: 290px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  left: -10px;
}
.measure .infoBox03__flex--txt--txtbox--txt:nth-of-type(2) {
  margin-left: auto;
  left: auto;
  right: -20px;
  margin-top: -5px;
}
.measure .infoBox03__txtbox {
  font-size: 15px;
  line-height: 1.9;
  font-weight: bold;
  margin-top: -40px;
}
.measure .btns.btn02 {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 1030px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.consultationPageTitle {
  background: url("./img/consultation/page_main_img.jpg") no-repeat center center;
  background-size: cover;
  margin-bottom: 0;
}
.consultationPageTitle .scroll {
  z-index: 2;
}
.consultationPageTitle .textBox {
  padding: 33px 35px 35px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  right: auto;
  left: 57px;
  bottom: 160px;
}
.consultationPageTitle .link {
  background-color: transparent;
  left: -6px;
}
.consultationPageTitle .link a {
  padding: 0;
}

.consultation .flow {
  padding-top: 56px;
  position: relative;
  background-color: #D7E5E4;
  padding-bottom: 85px;
}
.consultation .flow__ttl {
  width: 90%;
  max-width: 1130px;
  width: 90%;
  margin: auto;
  font-size: 33px;
  line-height: 1;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  letter-spacing: 0.15em;
  position: relative;
}
.consultation .flow__ttl img {
  width: 65px;
  margin-bottom: -5px;
  margin-right: 45px;
}
.consultation .flow__ttl .deco {
  position: absolute;
  width: 426px;
  right: 0;
  top: 38px;
}
.consultation .flow__box {
  width: 90%;
  max-width: 1130px;
  width: 90%;
  margin: auto;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.consultation .flow__box:nth-of-type(3) {
  margin-top: -125px;
}
.consultation .flow__box:nth-of-type(3) .flow__box--blk:nth-of-type(2) {
  margin-top: 176px;
}
.consultation .flow__box--blk {
  width: 47%;
  font-size: 15px;
  line-height: 1.8;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.consultation .flow__box--blk:nth-of-type(2) {
  margin-top: 150px;
}
.consultation .flow__box--blk--img {
  width: 100%;
	border-radius: 12px;
}
.consultation .flow__box--blk--ttl {
  color: #307083;
  font-weight: bold;
  margin-top: 20px;
}
.consultation .step {
  margin: auto;
  position: relative;
  width: 90%;
  max-width: 1030px;
  padding: 64px 0 110px;
}
.consultation .step__box--blk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.consultation .step__box--blk::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #D7E5E4;
  left: 43px;
  top: 30px;
  height: 100%;
  width: 1px;
  z-index: -1;
}
.consultation .step__box--blk.blk01 {
  padding-bottom: 90px;
}
.consultation .step__box--blk.blk02 {
  padding-bottom: 90px;
  z-index: 2;
}
.consultation .step__box--blk.blk03 {
  z-index: 3;
}
.consultation .step__box--blk.blk03::after {
  display: none;
}
.consultation .step__box--blk--img {
  width: 102px;
  margin-right: 54px;
}
.consultation .step__box--blk--txtbox {
  width: calc(100% - 156px);
  margin-top: 18px;
}
.consultation .step__box--blk--txtbox .ttl {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 25px;
  letter-spacing: 0.15em;
}
.consultation .step__box--blk--txtbox .txt {
  font-size: 15px;
  line-height: 1.8;
}
.consultation .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.consultation .btns.btn02 {
  margin: 150px 0 0;
}
.consultation .btns.btn02 li {
  width: 48% !important;
}
.consultation .comAddUl li a {
  position: relative;
  outline: 1px solid #fff;
  color: #fff !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  outline-offset: -5px;
}
.consultation .btns.btn02 li a {
  height: 100px;
}
.consultation .btns.btn02 li:nth-of-type(1) a {
  background: #307083;
  font-size: 18px;
}
.consultation .btns.btn02 li:nth-of-type(2) a {
  background: #8B7E6B;
  font-size: 16px;
}
.consultation .btns a:before {
  content: "";
  position: absolute;
  bottom: -3px;
  right: 12px;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.consultation .btns.btn02 li:nth-of-type(1) a:before {
  border-color: #FCE548 transparent transparent transparent;
}
.consultation .btns.btn02 li:nth-of-type(2) a:before {
  border-color: #A3C6AF transparent transparent transparent;
}
.consultation .btns a:after {
  content: "";
  position: absolute;
  top: -3px;
  left: 12px;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.consultation .btns.btn02 li:nth-of-type(1) a:after {
  border-color: #FCE548 transparent transparent transparent;
}
.consultation .btns.btn02 li:nth-of-type(2) a:after {
  border-color: #A3C6AF transparent transparent transparent;
}
.consultation .btns.btn02 li:nth-of-type(2) a span {
  line-height: 1;
  font-size: 31px;
}
.consultation .btns.btn02 li:nth-of-type(2) a span img {
  vertical-align: baseline;
  margin-right: 5px;
}

@media (min-width: 0) and (max-width: 767px) {
	
	.measure .textBox .ttl{
    padding-bottom: 10px;
    margin-bottom: 16px;
    font-size: 25px;
}
	
	
  .measure .btns, .consultation .btns {
    display: block;
  }
  .measure .btns.btn02, .consultation .btns.btn02 {
    margin: 50px 0 0;
  }
  .measure .btns.btn02 li, .consultation .btns.btn02 li {
    width: 100% !important;
  }
  .measure .comAddUl li a, .consultation .comAddUl li a {
    position: relative;
    outline: 1px solid #fff;
    color: #fff !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    outline-offset: -5px;
  }
  .measure .btns.btn02 li a, .consultation .btns.btn02 li a {
    height: 56px;
  }
  .measure .btns.btn02 li:nth-of-type(1) a, .consultation .btns.btn02 li:nth-of-type(1) a {
    background: #307083;
    font-size: 14px;
  }
  .measure .btns.btn02 li:nth-of-type(2) a, .consultation .btns.btn02 li:nth-of-type(2) a {
    background: #8B7E6B;
    font-size: 14px;
  }
  .measure .btns a:before, .consultation .btns a:before {
    content: "";
    position: absolute;
    bottom: -3px;
    right: 12px;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .measure .btns.btn02 li:nth-of-type(1) a:before, .consultation .btns.btn02 li:nth-of-type(1) a:before {
    border-color: #FCE548 transparent transparent transparent;
  }
  .measure .btns.btn02 li:nth-of-type(2) a:before, .consultation .btns.btn02 li:nth-of-type(2) a:before {
    border-color: #A3C6AF transparent transparent transparent;
  }
  .measure .btns a:after, .consultation .btns a:after {
    content: "";
    position: absolute;
    top: -3px;
    left: 12px;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .measure .btns.btn02 li:nth-of-type(1) a:after, .consultation .btns.btn02 li:nth-of-type(1) a:after {
    border-color: #FCE548 transparent transparent transparent;
  }
  .measure .btns.btn02 li:nth-of-type(2) a:after, .consultation .btns.btn02 li:nth-of-type(2) a:after {
    border-color: #A3C6AF transparent transparent transparent;
  }
  .measure .btns.btn02 li:nth-of-type(2) a span, .consultation .btns.btn02 li:nth-of-type(2) a span {
    font-size: 20px;
  }
  .measure .btns.btn02 li:nth-of-type(2) a span img, .consultation .btns.btn02 li:nth-of-type(2) a span img {
    width: 25px;
  }

  .measure {
    margin-bottom: 100px;
  }
  .measure .ttl {
    width: 100%;
    text-align: left!important;
    white-space: nowrap;

    font-size: 22px;
    margin: 0 20px;
    margin-bottom: 25px;
    margin-top: 50px;
  }
  .measure .btns {
    display: block;
    max-width: 1162px;
    width: auto;
  }
  .measure .btns li {
    width: 100%;
    text-align: center;
  }
  .measure .btns li a {
    height: 56px;
    font-size: 17px;
  }
  .measure .btns.btns01 li {
    margin-right: 0;
  }
  .measure .btns.btns01 li:nth-of-type(3), .measure .btns.btns01 li:nth-of-type(5) {
    margin-right: 0;
  }
  .measure .btns.btns01 li:nth-of-type(n+2) {
    margin-top: 15px;
  }
  .measure .btns.btns02 {
    margin: auto;
    margin-top: 40px;
    width: calc(100% - 40px);
  }
  .measure .btns.btns02 li {
    width: 100%;
  }
  .measure .btns.btns02 li a {
    height: 51px;
    background-color: #307083;
    font-size: 14px;
    pointer-events: all;
  }
  .measure .btns.btns02 li a::before {
    border-color: #FCE548 transparent transparent transparent;
  }
  .measure .btns.btns02 li a::after {
    border-color: #FCE548 transparent transparent transparent;
  }
  .measure .mainImg {
    background: url("img/measure/page_main_img.jpg") no-repeat center center;
    background-size: cover;
    padding: 30px 0 50px;
  }
  .measure .mainImg .textBox {
    padding: 20px;
    position: absolute;
    left: 15px;
    bottom: 40px;
    width: calc(100% - 30px);
  }
  .measure .mainImg .textBox .txt {
    font-size: 13px;
    line-height: 1.8;
  }
  .measure .lead {
    margin: 0 20px;
  }
  .measure .lead .ttl {
    margin-left: 0;
  }
  .measure .infoBox {
    background-color: #D7E5E4;
    width: calc(100% - 40px);
    margin: 0 20px;
    padding: 25px 15px 25px;
    margin-top: 30px;
    position: relative;
    z-index: 2;
    max-width: 100%;
  }
  .measure .infoBox01__flex {
    display: block;
  }
  .measure .infoBox01__flex--img {
    width: 100%;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
  }
  .measure .infoBox01__flex--txt {
    width: 100%;
    margin-top: 20px;
  }
  .measure .infoBox01__flex--txt .btn {
    font-size: 16px;
    max-width: 300px;
    height: 50px;
    letter-spacing: 1px;
  }
  .measure .infoBox01__flex--txt .ann {
    color: #595757;
    margin-top: 15px;
    text-indent: -1em;
    margin-left: 1em;
  }
  .measure .infoBox01__txtbox {
    font-size: 14px;
    margin-top: 15px;
  }
  .measure .infoBox02__flex {
    display: block;
  }
  .measure .infoBox02__flex--img {
    width: 100%;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
  }
  .measure .infoBox02__flex--txt {
    width: 100%;
    margin-right: 0;
    font-size: 14px;
  }
  .measure .infoBox02__txtbox {
    margin-top: 13px;
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    position: relative;
    left: 0%;
  }
  .measure .infoBox02__txtbox img {
    display: block;
    width: 31%;
    margin-right: 3.5%;
  }
  .measure .infoBox02__txtbox img:nth-of-type(3n), .measure .infoBox02__txtbox img:nth-of-type(5n) {
    margin-right: 0%;
  }
  .measure .infoBox02__txtbox img:nth-of-type(n+4) {
    margin-top: 15px;
  }
  .measure .infoBox03__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0px;
  }
  .measure .infoBox03__flex--img {
    width: 48%;
    margin-right: 4%;
    /*transform: scale(1.2);*/
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
  }
  .measure .infoBox03__flex--txt {
    width: 48%;
  }
  .measure .infoBox03__flex--txt--img {
    width: 100%;
    position: relative;
    z-index: 2;
    margin-bottom: 0px;
  }
  .measure .infoBox03__flex--txt--txtbox {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.8;
    letter-spacing: 0.09em;
    margin: 10px 0;
  }
  .measure .infoBox03__flex--txt--txtbox--txt {
    display: block;
    background-color: #fff;
    border-radius: 50px;
    padding: 10px 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    left: 0px;
    width: 235px;
  }
  .measure .infoBox03__flex--txt--txtbox--txt:nth-of-type(2) {
    margin-left: auto;
    left: auto;
    right: 0px;
    margin-top: -1px;
  }
  .measure .infoBox03__txtbox {
    font-size: 14px;
    margin-top: 0px;
  }

  .consultationPageTitle {
    background: url("./img/consultation/page_main_img.jpg") no-repeat center center;
    background-size: cover;
    margin-bottom: 0;
    padding: 30px 15px 50px;
    height: auto;
  }
  .consultationPageTitle .textBox {
    padding: 20px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    margin-bottom: 20px;
    position: static;
  }
  .consultationPageTitle .link {
    position: static !important;
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
    width: 100%;
  }
  .consultationPageTitle .link a {
    padding: 0;
  }
  .consultationPageTitle .link a img {
    width: 100%;
  }

  .consultation .flow {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .consultation .flow__ttl {
    width: calc(100% - 40px);
    margin: auto 20px;
    font-size: 23px;
    letter-spacing: 0.05em;
    position: relative;
    z-index: 1;
  }
  .consultation .flow__ttl img {
    width: 40px;
    margin-bottom: -5px;
    margin-right: 15px;
  }
  .consultation .flow__ttl .deco {
    position: absolute;
    width: 270px;
    right: 0;
    top: -10px;
    z-index: -1;
  }
  .consultation .flow__box {
    width: calc(100% - 40px);
    margin: auto 20px;
    margin-top: 70px;
    display: block;
  }
  .consultation .flow__box:nth-of-type(3) {
    margin-top: 40px;
  }
  .consultation .flow__box:nth-of-type(3) .flow__box--blk:nth-of-type(2) {
    margin-top: 40px;
  }
  .consultation .flow__box--blk {
    width: 100%;
    font-size: 13px;
    line-height: 1.8;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .consultation .flow__box--blk:nth-of-type(2) {
    margin-top: 0px;
  }
  .consultation .flow__box--blk:nth-of-type(n+2) {
    margin-top: 40px;
  }
  .consultation .flow__box--blk--img {
    width: 100%;
	border-radius: 6px;
  }
  .consultation .flow__box--blk--ttl {
    color: #307083;
    font-weight: bold;
    margin-top: 10px;
  }
  .consultation .step {
    position: relative;
    width: calc(100% - 40px);
    margin: auto 20px;
    padding: 64px 0 110px;
  }
  .consultation .step__box--blk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
  }
  .consultation .step__box--blk::after {
    content: "";
    display: inline-block;
    position: absolute;
    background-color: #D7E5E4;
    left: 25px;
    top: 30px;
    height: 100%;
    width: 1px;
    z-index: -1;
  }
  .consultation .step__box--blk.blk01 {
    padding-bottom: 45px;
  }
  .consultation .step__box--blk.blk02 {
    padding-bottom: 45px;
    z-index: 2;
  }
  .consultation .step__box--blk.blk03 {
    z-index: 3;
  }
  .consultation .step__box--blk.blk03::after {
    display: none;
  }
  .consultation .step__box--blk--img {
    width: 60px;
    margin-right: 15px;
  }
  .consultation .step__box--blk--txtbox {
    width: calc(100% - 75px);
    margin-top: 9px;
  }
  .consultation .step__box--blk--txtbox .ttl {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 12px;
    letter-spacing: 0.05em;
  }
  .consultation .step__box--blk--txtbox .txt {
    font-size: 12px;
    line-height: 1.8;
  }
  .consultation .btns {
    display: block;
  }
  .consultation .btns.btn02 {
    margin: 50px 0 0;
  }
  .consultation .btns.btn02 li {
    width: 100% !important;
  }
  .consultation .comAddUl li a {
    position: relative;
    outline: 1px solid #fff;
    color: #fff !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    outline-offset: -5px;
  }
  .consultation .btns.btn02 li a {
    height: 56px;
  }
  .consultation .btns.btn02 li:nth-of-type(1) a {
    background: #307083;
    font-size: 14px;
  }
  .consultation .btns.btn02 li:nth-of-type(2) a {
    background: #8B7E6B;
    font-size: 14px;
  }
  .consultation .btns a:before {
    content: "";
    position: absolute;
    bottom: -3px;
    right: 12px;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .consultation .btns.btn02 li:nth-of-type(1) a:before {
    border-color: #FCE548 transparent transparent transparent;
  }
  .consultation .btns.btn02 li:nth-of-type(2) a:before {
    border-color: #A3C6AF transparent transparent transparent;
  }
  .consultation .btns a:after {
    content: "";
    position: absolute;
    top: -3px;
    left: 12px;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .consultation .btns.btn02 li:nth-of-type(1) a:after {
    border-color: #FCE548 transparent transparent transparent;
  }
  .consultation .btns.btn02 li:nth-of-type(2) a:after {
    border-color: #A3C6AF transparent transparent transparent;
  }
  .consultation .btns.btn02 li:nth-of-type(2) a span {
    font-size: 20px;
  }
  .consultation .btns.btn02 li:nth-of-type(2) a span img {
    width: 25px;
  }
}



@media (min-width: 0) and (max-width: 767px) {
  .measure .btns.btn02, .consultation .btns.btn02 {
    margin: 50px auto 0;
  }
  .measure .mainImg .textBox {
    padding: 20px;
    margin-bottom: 20px;
    position: static;
    margin: 0 auto;
  }
  .measure .mainImg,
  .pageTitle {
    height: inherit;
    min-height: 65vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .measure .textBox .ttl,
  .pageTitle .textBox .ttl {
    font-size: 20px;
    line-height: 1.35;
  }
  ..pageTitle .textBox .txt,
  .measure .mainImg .textBox .txt {
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
  .pageTitle .link {
    width: 70%;
    margin: 0 auto;
  }
}

/*# sourceMappingURL=to_souma.css.map */

