@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=Montserrat:wght@600;700&family=Noto+Serif+JP:wght@600&display=swap");
.pc-br {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc-br {
    display: none;
  }
}

.sp-br {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-br {
    display: block;
  }
}

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

簡易設定

-----------------------------------------------------------*/
.webfont-e {
  font-family: "Montserrat", sans-serif;
}

.container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* ----------------------------------------------------------
header
---------------------------------------------------------- */
.headerTitle {
  width: 100%;
  height: 25px;
  background-color: #000;
  position: relative;
  z-index: 1;
}

.header-top-bar {
  max-width: 1160px;
  margin: 0 auto;
  padding-top: 4px;
  color: #7d7d7d;
}

body .pNav ul li a span {
  display: inline-block;
  width: auto;
  font-size: 12px;
  color: #ccc;
  text-align: center;
  /* transition */
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body .pNav ul li a:hover span,
body .pNav ul li.on a span {
  color: #4e4e4e;
}

body .pNav ul li a:hover span:first-of-type {
  display: none;
}

body .pNav ul li a:not(:hover) span:last-of-type {
  display: none;
}

body .pNav ul li {
  width: 210px;
  float: none;
  display: inline-block;
  padding: 0 10px;
}

body .pNav ul li:first-child {
  width: 160px;
}

body .pNav ul li a:before {
  display: inline-block;
  font-family: "icomoon" !important;
  content: "";
  color: #fff;
  background-color: #303030;
  width: 20px;
  height: 22px;
  font-size: 10px;
  line-height: 22px;
  margin-right: 7px;
  text-align: center;
  padding-left: 1px;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  opacity: 0.3;
}

body .pNav ul li a:hover:before {
  opacity: 1;
}

body .gHeader .siteTitle {
  position: absolute;
  width: 190px;
  background-color: #333;
  display: inline-block;
  padding: 6px 9px 10px;
  z-index: 100;
}

body .gHeader .siteTitle img {
  width: 100%;
  height: auto;
}

body .NavArea {
  position: relative;
}

.headerBtnWrap {
  width: 230px;
  position: absolute;
  top: 26px;
  right: 0;
}

.headerBtn {
  display: block;
  border: solid 1px #333;
  border-radius: 4px;
  text-align: center;
  font-size: 13px;
  padding: 0.6em 0 0.4em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.headerBtn-big {
  display: block;
  color: #fff;
  border-radius: 4px;
  text-align: left;
  font-size: 13px;
  padding: 0.6em 1.6em 0.4em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #ae9643;
}

.headerBtn-big:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(/cstg/img/index/right_arrow.svg) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.only-sp {
  display: none;
}

.only-pc {
  display: block;
}

@media screen and (min-width: 768px) {
  .headerBtn:hover {
    background-color: #333;
    color: #fff;
  }

  .headerBtn-big:hover {
    background-color: #333;
    color: #fff;
  }
}
body .NavArea {
  float: right;
  padding: 49px 0 0 207px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .gNav ul li {
  float: left;
  width: 16.6%;
  height: 60px;
  overflow: hidden;
}

@media only screen and (max-width: 1160px) {
  body .pNav ul li {
    width: auto;
  }

  body .gHeader .siteTitle {
    position: absolute;
    background-color: #333;
    display: inline-block;
    padding: 3px 30px 6px;
    text-align: center;
    z-index: 100;
    width: auto;
    height: 115px;
    left: 0;
  }

  body .gHeader .siteTitle img {
    width: auto;
    height: 100%;
  }

  .header-top-bar {
    padding-left: 10px;
  }

  .headerBtnWrap {
    top: 7px;
  }

  .headerBtn {
    font-size: 11px;
  }

  body .NavArea {
    width: 100%;
    padding: 65px 0 0;
  }
}
@media only screen and (max-width: 800px) {
  body .gHeaderWrapper {
    height: auto;
    padding: 0;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9990;
    width: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  body .gHeaderWrapper.flex_head {
    top: -85px;
  }

  body .gHeader {
    height: auto;
    padding: 0;
    background: rgba(0, 0, 0, 0.8);
    position: relative;
    top: 0;
    left: 0;
    z-index: 9990;
    width: 100%;
  }

  .headerTitle {
    width: 100%;
    height: 20px;
    overflow: hidden;
  }

  .header-top-bar {
    width: 100%;
    font-size: 10px;
    padding: 2px 1vw;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 1.8;
  }

  body .gHeader .siteTitle {
    position: absolute;
    background-color: transparent;
    display: inline-block;
    padding: 2%;
    z-index: 100;
    height: auto;
    left: 0;
  }

  body .gHeader .siteTitle img {
    width: 58%;
    height: auto;
  }

  .headerBtnWrap {
    width: auto;
    position: absolute;
    top: 13px;
    right: 60px;
  }

  body .NavArea {
    position: relative;
  }

  body .gNav ul li {
    width: 50%;
    height: auto;
    border-bottom: 1px solid #403e3d;
  }

  .headerBtn {
    border: solid 1px #fff;
    font-size: 10px;
    line-height: 1.2;
    padding: 0.6em 0.8em 0.6em;
    color: #fff;
    letter-spacing: normal;
  }

  .only-sp {
    display: block;
  }

  .only-pc {
    display: none;
  }

  body .container {
    padding-top: 85px;
  }
}
@media only screen and (max-width: 767px) {
  .header-top-bar {
    font-size: 2vw;
  }

  body .gHeader .siteTitle {
    position: absolute;
    background-color: transparent;
    display: inline-block;
    padding: 0;
    z-index: 1;
    width: 52%;
    top: 20px;
    left: 12px;
  }

  body .gHeader .siteTitle img {
    width: 100%;
  }

  .headerBtnWrap {
    width: auto;
    position: absolute;
    top: 16px;
    right: 60px;
  }

  .headerBtn {
    border: solid 1px #fff;
    font-size: 2vw;
    padding: 0.6em 0.8em 0.6em;
    color: #fff;
    letter-spacing: normal;
  }

  body .container {
    padding-top: 85px;
    padding-bottom: 10vw;
  }
}
/* ----------------------------------------------------------
mainArea
---------------------------------------------------------- */
.page {
  letter-spacing: 1px;
}

.mainContent {
  color: #252525;
}

.inner {
  max-width: 1160px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 1160px) {
  .inner {
    max-width: auto;
    width: 94%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .inner {
    height: auto;
    width: 89.33%;
  }
}
.inner.feature01 {
  padding-bottom: 125px;
}
@media screen and (max-width: 767px) {
  .inner.feature01 {
    padding-bottom: 12vw;
  }
}
.inner.feature02 {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .inner.feature02 {
    padding-bottom: 20vw;
  }
}
.inner.feature03 {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .inner.feature03 {
    padding-bottom: 12vw;
  }
}

.btn-common-link {
  padding-top: 55px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .btn-common-link {
    padding-top: 8vw;
    font-size: 3.4vw;
  }
}
.btn-common-link a {
  min-width: 355px;
  display: inline-block;
  border-radius: 2px;
  padding: 17px 60px 17px 30px;
  background: #252525 url(/cstg/img/index/icon_arrow_gold_pc.png) no-repeat right 20px center;
  color: #fff;
  -webkit-transition: background ease 0.4s;
  transition: background ease 0.4s;
}
.btn-common-link a:hover {
  background: #636363 url(/cstg/img/index/icon_arrow_gold_pc.png) no-repeat right 10px center;
}
@media screen and (max-width: 767px) {
  .btn-common-link a {
    min-width: 90%;
    padding: 4vw 12vw 4vw 7vw;
  }
}

/*------------------------------------
ページ内セクションタイトル
--------------------------------------*/
.page-common-headline {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.page-common-headline + .page-common-lead {
  padding-top: 25px;
}
@media screen and (max-width: 767px) {
  .page-common-headline {
    font-size: 5vw;
    letter-spacing: 0.05em;
  }
}
.page-common-headline span {
  display: block;
  padding-bottom: 12px;
  font-size: 15px;
  color: #8c7525;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .page-common-headline span {
    padding-bottom: 2vw;
    font-size: 3.6vw;
  }
}
.page-common-headline sub {
  font-size: 12px;
  vertical-align: baseline;
}
@media screen and (max-width: 767px) {
  .page-common-headline sub {
    font-size: 2.8vw;
  }
}

.page-common-lead {
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-common-lead {
    font-size: 3.3vw;
    text-align: left;
  }
}

.page-lead-box {
  padding-top: 90px;
}
@media screen and (max-width: 767px) {
  .page-lead-box {
    padding-top: 12vw;
  }
}
.page-lead-box p {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-lead-box p {
    font-size: 4.35vw;
    line-height: 1.7;
  }
}

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

無料査定conversion

---------------------------------------------------------- */
.conversion-wrap {
  width: 100%;
  position: relative;
}
.conversion-top-box {
  width: 100%;
  background-color: #093b58;
  position: relative;
  padding: 25px 50px;
  margin-top: -170px;
}
@media screen and (max-width: 767px) {
  .conversion-top-box {
    padding: 5vw 5vw 10vw;
    margin-top: -9vw;
  }
}

.conversion-inter-box {
  width: 100%;
  background-color: #093b58;
  border: 1px solid #597a8e;
  position: relative;
  padding: 25px 50px;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .conversion-inter-box {
    padding: 5vw;
    margin-top: 10vw;
  }
}

.conversion-headline {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 15px;
  margin-bottom: 20px;
  position: relative;
  border-bottom: 1px solid #fff;
  /*
  	&:after{
  		content: "";
  		display: block;
  		width: 8.5em;
  		height: 3px;
  		background-color: #fff;
  		position: absolute;
  		left: 0;
  		bottom: 0;
  		@include media767{
  			width: 9em;
  		}
  	}
  */
}
@media screen and (max-width: 767px) {
  .conversion-headline {
    font-size: 5.3vw;
    padding-bottom: 2vw;
  }
}
.conversion-headline span {
  display: inline-block;
  padding-left: 50px;
  background: url(/cstg/img/index/icon_calc_pc.png) no-repeat 8px center;
}
@media screen and (max-width: 767px) {
  .conversion-headline span {
    padding-left: 10vw;
    background: url(/cstg/img/index/icon_calc_sp.png) no-repeat 2vw center;
    background-size: auto 5.5vw;
  }
}

.conversion-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .conversion-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.conversion-input {
  width: 47%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .conversion-input {
    width: 100%;
  }
}
.conversion-input.selection {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .conversion-input.selection {
    width: 100%;
    margin-bottom: 5.5vw;
  }
}
.conversion-input.selection:after {
  content: "";
  display: block;
  position: absolute;
  left: calc(100% + 15px);
  top: calc(50% - 7px);
  border: 15px solid transparent;
  border-left: 15px solid #778d9d;
  width: 0;
  height: 0;
}
@media screen and (max-width: 1160px) {
  .conversion-input.selection:after {
    top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .conversion-input.selection:after {
    display: none;
  }
}

.conversion-input-headline {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1160px) {
  .conversion-input-headline {
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .conversion-input-headline {
    font-size: 4.2vw;
    margin-bottom: 3vw;
  }
}
.conversion-input-headline span {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  background: #ae9643;
  padding: 3px 0.9em;
  border-radius: 0.9em/50%;
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .conversion-input-headline span {
    font-size: 3vw;
    padding: 1vw 0.9em;
    border-radius: 0.9em/50%;
  }
}

.conversion-radio-box {
  width: 100%;
  padding: 15px 15px 20px;
  background-color: #f1f1f1;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .conversion-radio-box {
    padding: 3vw 4vw 6vw;
    margin-bottom: 0;
  }
}
.conversion-radio-box input[type=radio] {
  display: none;
}

.conversion-radio-item {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .conversion-radio-item {
    width: 100%;
  }
}
.conversion-radio-item:nth-of-type(2n) {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .conversion-radio-item:nth-of-type(2n) {
    width: 100%;
  }
}

.radio-label {
  display: inline-block;
  width: 100%;
  font-size: 15px;
  line-height: 34px;
  height: 34px;
  padding-left: 29px;
  cursor: pointer;
  position: relative;
  font-weight: 500;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1160px) {
  .radio-label {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 767px) {
  .radio-label {
    width: 100%;
    font-size: 3.9vw;
    line-height: 10vw;
    height: 10vw;
    padding-left: 11%;
  }
}
.radio-label:before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  vertical-align: text-bottom;
  border-radius: 50%;
  background: #fff;
  border: solid 2px #acacac;
  position: absolute;
  top: 5px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .radio-label:before {
    width: 4.4vw;
    height: 4.4vw;
    top: 2vw;
  }
}
.radio-label span {
  font-size: 10px;
  display: inline-block;
  position: absolute;
  left: 27px;
  bottom: -16px;
}
@media screen and (max-width: 767px) {
  .radio-label span {
    font-size: 2.6vw;
    left: 7.5vw;
    bottom: -4.4vw;
  }
}

input[type=radio]:checked + label.radio-label:before {
  background: #fff;
  border: solid 2px #252525;
}
input[type=radio]:checked + label.radio-label:after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #252525;
  position: absolute;
  top: calc(50% - 7px);
  left: 5px;
}
@media screen and (max-width: 767px) {
  input[type=radio]:checked + label.radio-label:after {
    width: 3.4vw;
    height: 3.4vw;
    top: calc(50% - 2vw);
    left: 1vw;
  }
}

.radio-label-annotation {
  background: #252525;
  color: #fff;
  display: block;
  font-style: normal;
  font-size: 10px;
  line-height: 1;
  padding: 2px;
  position: absolute;
  right: -2px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1160px) {
  .radio-label-annotation {
    font-size: 0.75vw;
  }
}
@media screen and (max-width: 767px) {
  .radio-label-annotation {
    font-size: 2.4vw;
    padding: 1vw 0.3em;
    right: 1.5vw;
  }
}

.conversion-input-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1160px) {
  .conversion-input-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .conversion-input-inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: auto;
  }
}

.zip-box-wrap {
  width: auto;
  min-width: 230px;
  position: relative;
}
@media screen and (max-width: 1160px) {
  .zip-box-wrap {
    min-width: 0;
    width: 100%;
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .zip-box-wrap {
    width: 100%;
    min-width: 0;
    margin-bottom: 10vw;
    text-align: left;
  }
}
.zip-box-wrap input {
  -webkit-appearance: none;
  border: none;
  width: 100%;
  height: 70px;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 1160px) {
  .zip-box-wrap input {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .zip-box-wrap input {
    width: 100%;
    height: 12vw;
    padding: 2vw 2em;
    font-size: 3.5vw;
  }
}
.zip-box-wrap:after {
  content: "";
  display: block;
  position: absolute;
  left: calc(100% + 10px);
  top: calc(50% - 15px);
  border: 15px solid transparent;
  border-left: 15px solid #778d9d;
  width: 0;
  height: 0;
}
@media screen and (max-width: 1160px) {
  .zip-box-wrap:after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .zip-box-wrap:after {
    display: block;
    left: calc(50% - 4vw);
    top: calc(100% + 3vw);
    border: 4vw solid transparent;
    border-left: 4vw solid transparent;
    border-top: 4vw solid #778d9d;
  }
}

input::-webkit-input-placeholder {
  color: #9f9f9f;
  font-weight: 700;
}

input::-moz-placeholder {
  color: #9f9f9f;
}

input:-moz-placeholder {
  color: #9f9f9f;
}

input:-ms-input-placeholder {
  color: #9f9f9f;
}

.conversion-submit-wrap {
  min-width: 225px;
  min-height: 70px;
  background: #cebb5c;
  background: -webkit-gradient(linear, left top, left bottom, from(#b49c49), color-stop(50%, #af9645), color-stop(50%, #a3893a), to(#9a7e33));
  background: linear-gradient(to bottom, #b49c49 0%, #af9645 50%, #a3893a 50%, #9a7e33 100%);
  border: 1px solid #dad1b6;
  border-radius: 4px;
  -webkit-transition: background ease 0.4s;
  transition: background ease 0.4s;
}
@media screen and (max-width: 1160px) {
  .conversion-submit-wrap {
    min-width: 0;
    width: 95%;
    text-align: right;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .conversion-submit-wrap {
    min-width: 0;
    min-height: 0;
    width: 100%;
    margin-top: 0;
    text-align: left;
  }
}
.conversion-submit-wrap:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#252525), color-stop(50%, #252525), color-stop(50%, #000), to(#000));
  background: linear-gradient(to bottom, #252525 0%, #252525 50%, #000 50%, #000 100%);
}
@media screen and (max-width: 767px) {
  .conversion-submit-wrap:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#b49c49), color-stop(50%, #af9645), color-stop(50%, #a3893a), to(#9a7e33));
    background: linear-gradient(to bottom, #b49c49 0%, #af9645 50%, #a3893a 50%, #9a7e33 100%);
  }
}

.conversion-submit-btn {
  -webkit-appearance: none;
  border: none;
  width: 100%;
  padding: 18px 0 16px;
  font-size: 20px;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
  background-color: transparent;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .conversion-submit-btn {
    width: 100%;
    padding: 4.5vw 0 3.8vw;
    font-size: 4.9vw;
    letter-spacing: 0.1em;
  }
}

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

最下部の注意

---------------------------------------------------------- */
.bottom-annotation-box {
  width: 760px;
  margin: 0 auto;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .bottom-annotation-box {
    width: 89.33%;
    padding-top: 6vw;
  }
}
.bottom-annotation-box p {
  margin-bottom: 0.3em;
  position: relative;
  padding-left: 20px;
  font-size: 10px;
  color: #888;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .bottom-annotation-box p {
    font-size: 2.7vw;
  }
}
.bottom-annotation-box p sup {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 20px;
  vertical-align: middle;
}
.bottom-annotation-box p span {
  position: absolute;
  left: 0;
}

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

最下部の電話リストエリア
/cstg/sell/support/ci/にあったものを
下層で使い回せるようにする
cvtel

-------------------------------------------------------*/
.cv-ttl {
  font-size: 24px;
  text-align: center;
  color: #fff;
  margin-bottom: 60px;
}

.cv-ttl span {
  display: block;
  width: 66px;
  margin: 0 auto 10px;
}

@media screen and (max-width: 767px) {
  .cv-ttl {
    font-size: 5.6vw;
    text-align: center;
    color: #fff;
    margin-bottom: 8vw;
  }

  .cv-ttl span {
    display: block;
    width: 18vw;
    margin: 0 auto 2vw;
  }
}
.cv-tel-wrap {
  width: 100%;
  background: #808080;
  padding: 80px 0;
  position: relative;
  z-index: 1;
}

.cv-tel-wrap * {
  -webkit-box-sizing: initial !important;
          box-sizing: initial !important;
}

.cv-tel-wrap img {
  max-width: 100%;
}

.cv-tel-wrap .cv-ttl {
  margin-bottom: 5px;
}

.cv-copy {
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
  font-size: 16px;
}

.cv-tel-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  z-index: 1;
}

.cv-tel-list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 1;
}

.cv-tel-list {
  width: 16%;
  background: #fff;
}

.tel-head {
  text-align: center;
  background: #c8b560;
  padding: 0.8em 0;
  position: relative;
  z-index: 1;
}

.tel-place {
  color: #fff;
  font-size: 16px;
}

.tel-place span {
  font-size: 0.8em;
  display: inline-block;
  vertical-align: middle;
  padding-right: 7px;
  margin-right: 6px;
  border-right: solid 1px #fff;
}

.tel-content {
  padding: 20px;
  position: relative;
  z-index: 1;
}

.tel-num-wrap {
  margin-bottom: 10px;
}

.tel-btn {
  display: block;
  font-size: 21px;
  font-weight: bold;
  cursor: text;
}

.tel-btn span {
  display: block;
  width: 34px;
  vertical-align: middle;
  margin-right: 5px;
}

.tel-info-wrap {
  padding: 15px 0;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  margin-bottom: 20px;
}

.tel-info {
  font-size: 13px;
  line-height: 1.4;
}

.tel-area-wrap {
  font-size: 12px;
  line-height: 1.5;
}

.tel-area-wrap dt {
  font-weight: bold;
}

@media screen and (max-width: 1160px) {
  .cv-tel-list-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .cv-tel-list {
    width: 48%;
    background: #fff;
    margin-bottom: 20px;
  }

  .cv-tel-list:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .cv-tel-wrap {
    padding: 12vw 0;
  }

  .cv-tel-wrap .cv-ttl {
    margin-bottom: 1vw;
  }

  .cv-copy {
    margin-bottom: 8vw;
  }

  .cv-tel-inner {
    padding: 0 4vw;
  }

  .cv-tel-list-wrap {
    display: block;
  }

  .cv-tel-list {
    width: 100%;
    background: #fff;
    margin-bottom: 1px;
  }

  .tel-head {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    padding-left: 4vw;
    position: relative;
    z-index: 1;
  }

  .tel-head:after {
    content: "＋";
    display: block;
    font-size: 6vw;
    color: #fff;
    line-height: 1;
    text-align: center;
    width: 6vw;
    height: 6vw;
    background: #c8b560;
    position: absolute;
    top: 50%;
    right: 5%;
    margin-top: -3vw;
  }

  .tel-head.active:after {
    content: "－";
    display: block;
    font-size: 6vw;
    color: #fff;
    line-height: 1;
    text-align: center;
    width: 6vw;
    height: 6vw;
    background: #c8b560;
    position: absolute;
    top: 50%;
    right: 5%;
    margin-top: -3vw;
  }

  .tel-place {
    font-size: 4.2vw;
    color: #fff;
  }

  .tel-place span {
    font-size: 0.8em;
    display: inline-block;
    vertical-align: middle;
    padding-right: 7px;
    margin-right: 6px;
    border-right: solid 1px #fff;
  }

  .tel-content {
    display: none;
    padding: 5vw;
  }

  .cv-tel-list:first-child .tel-content {
    display: block;
  }

  .tel-num-wrap {
    margin-bottom: 4vw;
    text-align: center;
  }

  .tel-btn {
    display: inline-block;
    font-size: 8.5vw;
    font-weight: bold;
    cursor: pointer;
  }

  .tel-btn span {
    display: inline-block;
    width: 14vw;
    vertical-align: middle;
    margin-right: 2vw;
  }

  .tel-info-wrap {
    padding: 3vw 0;
    margin-bottom: 4vw;
  }

  .tel-info {
    font-size: 3.73vw;
  }

  .tel-area-wrap {
    font-size: 3vw;
    line-height: 1.5;
  }
}
