@charset "UTF-8";
/*----------------------------------------------------
  color
----------------------------------------------------*/
/*----------------------------------------------------
  BreakPoint
----------------------------------------------------*/
/*----------------------------------------------------
column
----------------------------------------------------*/
#contents {
  font-size: 0.9rem;
  padding-top: 46px;
}
  .high-v.contact #contents {
    padding-top: 102px;
  }

#contents .inr {
  margin: 0 auto;
  width: 960px;
}
  @media screen and (max-width: 960px) {
    .low-v.plan #spMenu {
      margin-top: 20px;
    }
  }

#contents .inr:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden; }

#contents .inr_ss {
  margin: 0 auto;
  width: 740px; }

#contents .inr_ss:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden; }

.leftBox {
  float: left; }

.rightBox {
  float: right; }

/*----------------------------------------------------
  パンくず
----------------------------------------------------*/
#pan {
  border-bottom: 1px solid #CCC;
  font-size: 0.75rem;
  padding: 8px; }

#pan ul {
  padding-left: 20px;
  margin: 0 auto;
  width: 960px;
  overflow: hidden; }

#pan ul li {
  float: right; }

#pan ul li:after {
  content: ">";
  padding: 0 4px; }

#pan ul li:first-child:after {
  content: "";
  padding: 0 !important; }

#pan ul li:last-child:before {
  content: url(../images/icon_pan.png);
  display: inline-block;
  padding-right: 5px;
  vertical-align: middle; }

#pan ul li a {
  color: #6ea9d5; }

/*----------------------------------------------------
  Table
----------------------------------------------------*/
tbody tr {
  width: 100%; }

tbody tr th, tbody tr td {
  padding: 10px 0; }

@media screen and (max-width: 640px) {
  tbody tr th, tbody tr td {
    display: list-item;
    list-style: none; } }
.tbl_01 {
  width: 100%; }

.tbl_01 tr {
  border-bottom: 1px dotted #666666;
  padding: 10px 0;
  width: 100%; }

.tbl_01 th {
  font-weight: bold;
  width: 20%; }

@media screen and (max-width: 640px) {
  .tbl_01 th {
    color: #0068b7;
    padding-bottom: 0px;
    width: 100%; } }
/*----------------------------------------------------
  ページおくり_all
----------------------------------------------------*/
.pager {
  margin: 60px auto;
  text-align: center; }

.pager li {
  display: inline-block;
  font-size: 13px;
  padding: 6px 4px;
  line-height: 1; }

.pager li a {
  background-color: #EEEEEE;
  display: inline-block;
  padding: 10px 12px;
  transition: 0.2s; }

.pager li a:hover,
.pager li span.current_page {
  background-color: #E1EBF6;
  display: inline-block;
  padding: 10px 12px;
  color: #000; }

.pager li.prev a,
.pager li.next a {
  background-color: transparent; }

/*----------------------------------------------------
  詳細から戻るボタン_all
----------------------------------------------------*/
.backPage a {
  background: url(../image/arrow/arrow_02.png) 2% center no-repeat #FFF;
  display: block;
  padding: 8px 8px 8px 46px;
  border: 1px solid #eaeaea;
  margin-top: 60px; }

.backPage a:hover {
  background: url(../image/arrow/arrow_02.png) 2% center no-repeat #f4f8fd; }

/*----------------------------------------------------
pagetop
----------------------------------------------------*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 0;
  z-index: 5000; }

#page-top a {
  background: url(../images/scrollup_f.png) left top no-repeat;
  display: block;
  height: 65px;
  width: 65px; }

#page-top a:hover {
  background: url(../images/scrollup_h.png) left top no-repeat;
  display: block;
  height: 65px;
  width: 65px; }

/*----------------------------------------------------
タイトル
----------------------------------------------------*/
#ttlArea {
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ 明朝","MS Mincho",serif;
  margin: 0 auto;
  padding-bottom: 40px;
  width: 960px; }

#ttlArea #pageTtl {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 5px; }

#ttlArea #pageTtl img {
  display: block;
  margin: 0 auto 8px; }

#ttlArea #subCopy {
  font: normal 12px Verdana, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3','メイリオ','Meiryo','Osaka','ＭＳ Ｐゴシック',sans-serif;
  font-size: 1.1rem;
  text-align: center; }

#contents .head01 {
  background: url(../images/bg_head_01.gif) 10px center no-repeat #0068b7;
  font-size: 1.2rem;
  color: #FFF;
  margin-bottom: 20px;
  padding: 8px 10px 8px 32px; }

#contents .head02 {
  background: url(../images/bg_head_02.gif) left 10px no-repeat;
  border: 1px solid #CCC;
  border-left: none;
  border-right: none;
  font-size: 1.1rem;
  margin-bottom: 20px;
  padding: 8px 10px 8px 20px; }

/*----------------------------------------------------
背景カラー
----------------------------------------------------*/
#contents .bgBlue {
  background-color: #eef6fd;
  padding: 40px 0; }

/*----------------------------------------------------
フォーム関連
----------------------------------------------------*/
form p {
  margin-bottom: 0 !important; }

form .imeOff {
  ime-mode: disabled; }

form .imeOn {
  ime-mode: active; }

form .wSS {
  width: 50px;
  padding: 3px; }

form .wS {
  width: 100px;
  padding: 3px; }

form .wM {
  width: 150px;
  padding: 3px; }

form .wL {
  width: 300px;
  padding: 3px; }

form .wLL {
  width: 370px;
  padding: 3px; }

form .txtArea {
  width: 370px;
  height: 200px;
  padding: 5px; }

form .radiotypa input {
  margin-left: 14px; }

form .submit {
  display: table;
  text-align: center;
  margin: 30px auto 0; }

#contents .formBox {
  background: #FFF;
  border: 1px solid #CCC;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  padding: 30px; }

#contents .formTbl, #contents .formTbl02 {
  color: #666666;
  width: 100%; }

#contents .formTbl tr:hover, #contents .formTbl02 tr:hover {
  background: #f8fafb;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#contents .formTbl th, #contents .formTbl td, #contents .formTbl02 th, #contents .formTbl02 td {
  border-bottom: 1px dotted #CCC;
  padding: 18px 0; }

#contents .formTbl th, #contents .formTbl02 th {
  padding-left: 2px;
  width: 40%; }

#contents .formTbl th span.circle, #contents .formTbl02 th span.circle {
  background: red;
  border-radius: 50%;
  color: #FFF;
  float: left;
  text-align: center;
  margin-right: 10px;
  padding-top: 3px;
  height: 24px;
  width: 24px; }

#contents .formTbl th span.circle:after, #contents .formTbl02 th span.circle:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden; }

#contents .formTbl td, #contents .formTbl02 td {
  width: 60%; }

#contents .formTbl02 th, #contents .formTbl02 td {
  border: none; }

#contents #privacyBox {
  border: 1px solid #CCC;
  color: #666666;
  display: inline-block;
  font-size: 0.8rem;
  margin-top: 20px;
  padding: 20px 10px 20px 20px;
  overflow-y: scroll;
  height: 240px;
  max-width: 884px; }

#contents #privacyBox h3 {
  font-size: 0.85rem;
  margin: 10px 0px; }

#contents #privacyBox h4 {
  font-size: 0.9rem;
  margin: 5px 0px 5px; }

#contents #privacyBox table tr td {
  border: solid 1px;
  padding: 5px; }

#contents .calculation {
  background: url(../images/btn_arrow.png) 14px center no-repeat #eca317;
  border: none;
  display: inline-block;
  font-size: 1.1rem;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  text-align: center;
  padding: 10px 62px 10px 66px; }

#contents .calculation:hover {
  background: url(../images/btn_arrow_w.png) 14px center no-repeat #e88300;
  color: #FFF;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }

/*-------20160707追加-------*/
#contents .soushin {
  background: url(../images/btn_arrow_w.png) 14px center no-repeat #fc7d00;
  border: none;
  color: #FFF;
  display: inline-block;
  font-size: 1.1rem;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  text-align: center;
  padding: 10px 62px 10px 66px;
  margin-bottom: 30px; }

#contents .soushin:hover {
  background: url(../images/btn_arrow_w.png) 14px center no-repeat #f99536;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#contents .relightbtn .soushin {
  background: url(../images/btn_arrow_w.png) 14px center no-repeat #0068b7; }

#contents .relightbtn .soushin:hover{
  background: url(../images/btn_arrow_w.png) 14px center no-repeat #6ea9d5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }

#contents .switchbtn {
  width: 675px;
  height: 75px; }

/*-------20160707追加-------*/
#contents .syusei {
  background: url(../images/btn_arrow.png) 14px center no-repeat #f1f1f1;
  border: none;
  display: inline-block;
  font-size: 0.8rem;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  text-align: center;
  margin-right: 20px;
  padding: 10px 62px 10px 66px;
  margin-bottom: 20px; }

#contents .syusei:hover {
  background: url(../images/btn_arrow.png) 14px center no-repeat #e4e4e4;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }

/*-------20160826追加-------*/
#contents .syusei_s {
  background: url(../images/btn_arrow.png) 14px center no-repeat #f1f1f1;
  border: none;
  display: inline-block;
  font-size: 0.7rem;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  text-align: center;
  margin-right: 15px;
  padding: 10px 15px 10px 25px;
  margin-bottom: 20px;
}
#contents .syusei_s:hover {
  background: url(../images/btn_arrow.png) 14px center no-repeat #e4e4e4;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#contents br.br_cfm {
  display:none;
}


#contents .btn_doui {
  text-align: left;
  margin: 15px auto;
  padding: 0 0 0 20px; }

#contents .btn_doui  input[type="checkbox"] {
  display: inline-block;
  height: 20px;
  -moz-transform:  scale(2, 2);
  -webkit-transform:  scale(2, 2);
  transform:  scale(2, 2);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: auto; }

#contents .btn_doui label {
  margin: 10px;
  font-size : 25px;
  padding : 0 0 0 1em; }

#contents .error-message {
  color: #e12500; }

select {
  color: #9d9387;
  display: inline-block;
  border-color: #CCC;
  font-size: 12px;
  font-size: 0.85rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 6px 40px 6px 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/search_arrow.png) 94% center no-repeat #FFF; }

select::-ms-expand {
  display: none; }

::-webkit-input-placeholder {
  color: #9d9387; }

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

::-moz-placeholder {
  color: #9d9387; }

.radiotype label {
  cursor: pointer;
  margin-right: 20px; }

.radiotype label:hover {
  color: #0068b7; }

/*-------20160616追加-------*/
input[type="text"], input[type="phone"], input[type="number"], input[type="tel"] {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 3px;
  -moz-appearance: none;
  -webkit-appearance: none;
  height: 40px;
  line-height: 35px;
  border: 1px solid #ccc; }

/*------ボタン2つ並び-----*/
#contents .btnArea {
  display: table;
  margin: 30px auto;
  overflow: hidden; }

#contents .btnArea li {
  float: left;
  margin-right: 45px; }

#contents .btnArea li:last-child {
  margin-right: 0; }

/*-------20160707追加-------*/
#contents .btn_yellow {
  background: url(../images/btn_arrow.png) 14px center no-repeat #eca317;
  border: none;
  display: inline-block;
  font-size: 1.1rem;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  text-align: center;
  padding:10px 58px 10px 62px; }
@media screen and (max-width: 321px) {
  #contents .btn_yellow {
    font-size: 0.8rem;
  }
}

#contents .btn_yellow:hover {
  background: url(../images/btn_arrow_w.png) 14px center no-repeat #e88300;
  color: #FFF;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }

/*-------20160707追加-------*/
#contents .btn_orange {
  background: url(../images/btn_arrow.png) 14px center no-repeat #fd6b24;
  border: none;
  display: inline-block;
  font-size: 1.1rem;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  text-align: center;
  padding: 10px 62px 10px 66px; }

#contents .btn_orange:hover {
  background: url(../images/btn_arrow_w.png) 14px center no-repeat #eb5309;
  color: #FFF;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }

/*-------20160707追加-------*/
#contents .btn_glay {
  background: url(../images/btn_arrow_w.png) 14px center no-repeat #a3a3a3;
  border: none;
  color: #FFF;
  display: inline-block;
  font-size: 0.8rem;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  text-align: center;
  padding: 6px 42px 6px 46px; }

#contents .btn_glay:hover {
  background: url(../images/btn_arrow_w.png) 14px center no-repeat #949494;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }

/*-------20160707追加-------*/
#contents .btn_blue {
  background: url(../images/btn_arrow_w.png) 14px center no-repeat #0068b7;
  border: none;
  color: #FFF;
  display: inline-block;
  font-size: 1.1rem;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  text-align: center;
  padding: 10px 62px 10px 66px; }

#contents .btn_blue:hover {
  background: url(../images/btn_arrow_w.png) 14px center no-repeat #045999;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }

/*------ステップエリア-----*/
#contents .stepBar {
  font-family: Verdana, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3','メイリオ','Meiryo','Osaka','ＭＳ Ｐゴシック',sans-serif;
  overflow: hidden;
  width: 100%; }

#contents .stepBar li {
  color: #FFF;
  background: #b9af95;
  float: left;
  font-size: 0.70rem;
  text-align: center;
  padding: 9px 10px 6px 3px;
  position: relative;
  height: 35px; }

#contents .stepBar li:after {
  content: url(../images/bg_after.png);
  position: absolute;
  right: 0;
  top: 0; }

#contents .stepBar li:last-child:after {
  content: ""; }

#contents .stepBar li.step1 {
  width: 20%; }

#contents .stepBar li.step2 {
  width: 20%; }

#contents .stepBar li.step3 {
  width: 26%; }

#contents .stepBar li.step4 {
  width: 15%; }

#contents .stepBar li.step5 {
  width: 12%; }

#contents .stepBar li.step6 {
  width: 7%; }

#contents .stepBar li.current {
  background: #816f39; }

#contents .stepBar li.current:before {
  content: url(../images/bg_after_cr_02.png);
  position: absolute;
  left: -10px;
  top: 0; }

#contents .stepBar li.current:after {
  content: url(../images/bg_after_cr.png);
  position: absolute;
  right: 0;
  top: 0; }

#contents .stepBar li.cr_after:before {
  content: url(../images/bg_after_cr_03.png);
  position: absolute;
  left: -10px;
  top: 0; }

#contents .stepBar li:last-child.current {
  background: #806e40; }

#contents .stepBar li:last-child.current:after {
  content: ""; }

/*------thanks-----*/
.thanksWrap .formBox {
  color: #666666;
  text-align: center;
  padding: 40px !important; }

.thanksWrap h3 {
  font-size: 1.2rem;
  margin-bottom: 30px; }

.thanksWrap #contactNo {
  color: #000;
  font-size: 1.6rem;
  margin-bottom: 30px;
  word-break: break-all; }

.thanksWrap dl {
  margin: 20px auto; }

.thanksWrap dl dt {
  background: url(../images/icon_phone.gif) left center no-repeat;
  display: inline-block;
  font-size: 1.8rem;
  margin-bottom: 10px;
  padding-left: 30px; }

.thanksWrap dl dd {
  font-size: 0.75rem; }

.clearfix:after {
  content: "";
  height: 0;
  clear: both;
  display: block;
  font-size: 0em;
  line-height: 0;
  visibility: hidden; }

.clearfix {
  display: inline-block;
  min-height: 0%; }

* html .clearfix {
  height: 0%; }

/*------アンカー-----*/
.anchor {
  margin-bottom: 30px; }

ul.anchor {
  display: block;
  width: 100%; }

ul.anchor > li {
  display: inline-block;
  width: 25%;
  margin: 0 0 10px;
  color: #000;
  border-right: 1px solid #cccccc;
  float: left;
  font-size: 13px !important; }

ul.anchor > li:nth-of-type(4n+1) {
  border-left: 1px solid #cccccc; }

ul.anchor > li:hover {
  position: relative; }

ul.anchor > li:hover:after {
  content: "";
  width: 94%;
  height: 4px;
  background: url(/low-v/faq/images/allow_select.png) no-repeat;
  background-position: center;
  border-top: 3px solid #0068b7;
  position: absolute;
  bottom: -10px;
  left: 3%; }

ul.anchor > li > a {
  display: inline-block;
  width: 100%; }

ul.anchor > li > a > span {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  background: url(/low-v/faq/images/allow.png) left center no-repeat;
  background-position: 10px center;
  width: 100%; }

 /*----------------------------------------------------
コンテンツ幅1200px以下
----------------------------------------------------*/
@media screen and (max-width: 1100px) {
  #pan ul {
    width: 100%; }

  #ttlArea {
    padding: 0 20px 20px;
    width: 100%; }

  #contents .inr_ss {
    padding: 0 20px;
    width: 100%; }

  #page-top {
    bottom: 60px;
    right: -10px;
    opacity: 0.8; }

  #contents .switchbtn {
    width: 675px;
    height: 75px; } }

 /*----------------------------------------------------
コンテンツ幅970px以下
----------------------------------------------------*/
@media screen and (max-width: 970px) {
  #contents .formTbl td {
    padding-top: 10px;
    padding-left: 40px; }

  #contents #ttlArea .inr_ss {
    padding-right: 0; }

  #contents .stepBar {
    font-family: Verdana, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3','メイリオ','Meiryo','Osaka','ＭＳ Ｐゴシック',sans-serif;
    overflow: hidden;
    width: 100%; }

  #contents .stepBar li {
    margin-bottom: 4px;
    margin-right: 7%;
    width: 43% !important; }

  #contents .stepBar li:after {
    content: ">";
    color: #b9af95;
    font-size: 0.6rem;
    right: -10%;
    top: 30%; }

  #contents .stepBar li:last-child:after {
    content: ""; }

  #contents .stepBar li:last-child:nth-child(even):after {
    right: -6%; }

  #contents .stepBar li.current {
    background: #816f39; }

  #contents .stepBar li.current:before {
    content: ""; }

  #contents .stepBar li.current:after {
    content: ">";
    position: absolute;
    font-size: 0.6rem;
    right: -10%;
    top: 30%; }

  #contents .stepBar li.cr_after:before {
    content: ""; }

    #contents .btn_doui label {
      font-size: 15px;
    }

    #contents .btn_doui  input[type="checkbox"] {
      -moz-transform:  scale(1.5, 1.5);
      -webkit-transform:  scale(1.5, 1.5);
      transform:  scale(1.5, 1.5);
    } }

 /*----------------------------------------------------
コンテンツ幅750px以下
----------------------------------------------------*/
@media screen and (max-width: 770px) {
  #contents {
    padding-top: 20px; }

  #contents .formTbl th, #contents .formTbl td {
    width: 100%; }

  #pan {
    display: none; }

  #ttlArea #pageTtl {
    font-size: 1.4rem;
    margin-bottom: 3px;
    padding: 0 16px 12px; }

  #ttlArea #pageTtl img {
    height: auto;
    width: 55px; }

  #ttlArea #subCopy {
    font-size: 0.9rem; }

  #tab_container div img {
    height: auto;
    width: 100%; }

  #tab_container #contents ul.anchor {
    width: 95% !important;
    margin: 0 auto; }

  #tab_container #contents ul.anchor li {
    width: 49% !important;
    border: 1px solid #CCC;
    border-radius: 5px;
    margin: 10px 1px !important; }

  #tab_container #contents div.inr p.spImg img {
    width: 90% !important; }

  #tab_container .inr > ul.anchor > li:hover:after {
    background: none !important;
    border: none !important; }

  /*------ボタン2つ並び-----*/
  #contents .btnArea li {
    float: none;
    margin-right: 0;
    margin-bottom: 20px; }

  #contents .btnArea li a {
    width: 100%; }

  #contents .switchbtn {
    padding: 10px 22px 10px 26px;
    width: 612px;
    height: 75px; }

  #step img {
    height: auto;
    width: 100%; }

  /*------フォーム----*/
  form input.wLL, form input.wL, form input.wM, form select {
    width: 100% !important;
    display: block; }

  form .submit {
    margin-bottom: 10px; }

  /*------thanks-----*/
  .thanksWrap .formBox {
    padding: 20px !important; }

  .thanksWrap .formBox dl dt {
    font-size: 1.7rem;
    text-align: left; } }
 /*----------------------------------------------------
コンテンツ幅640px以下
----------------------------------------------------*/
@media screen and (max-width: 640px) {
  #contents #ttlArea .inr_ss {
    padding: 0; }

  #contents .formTbl th {
    border-bottom: none;
    padding-bottom: 0; }

  #contents .formTbl td {
    padding-left: 0; }

  #contents .formBox {
    padding: 20px; }

  #contents .calculation {
    font-size: 0.9rem; }

  #contents .head01 {
    font-size: 1.0rem; }

  #contents form .submit input {
    margin-bottom: 20px;
    width: 100%; }

  #contents form .submit .syusei {
    margin-right: 0; }

  #contents a.soushin {
    width: 100%; }

  #contents .stepBar li {
    font-size: 0.6rem;
    margin-right: 5%;
    width: 44% !important;
    height: 26px;
    padding-top: 6px; }

  #contents br.br_cfm {
  display:inline;
  }

  #contents .switchbtn {
    padding: 10px 22px 10px 26px;
    font-size: 0.9rem;
    width: 100%;
    height: auto; }

  select {
    width: 92%; } }

/*----------------------------------------------------
tel導線追加
----------------------------------------------------*/
.cta_box {
  width: 1000px;
  max-width: 100%;
  height: 100%;
  margin: 70px auto 0;
}

.cta_box._space_b {
  margin-bottom: 30px;
}
  
.cta_box img {
  width: 100%;
}
  
.c-btn.p-nav_tel_link {
  display: none;
}

.c-btn._space {
  margin: 10px 0;
}

.p-nav_tel {
  width: 370px;
  height: auto;
  margin: 0 auto 10px;
}

.p-nav_tel .img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .cta_box {
    width: 100%;
    margin: 30px auto 0;
    padding: 0 15px;
  }
  .cta_box .tel_link {
    display: block;
  }

  .c-btn.p-nav_tel_link a {
    position: relative;
    background: #FFD800;
    background-size: 19px 16px;
    background-position: right 21px center;
    color: #484848;
  }
  
  .c-btn.p-nav_tel_link a:before {
    position: absolute;
    content: "";
    background: url(../images/ico_tel.svg);
    width: 25px;
    height: 14.5px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    left: -46%;
  }

  .p-nav_tel {
    display: none;
  }
  
  .c-btn.p-nav_tel_link {
    display: block;
  }
}

.u-is-pc {
  display: block;
}

.u-is-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .u-is-pc {
    display: none;
  }

  .u-is-sp {
    display: block;
  }
}