@charset "UTF-8";

/*CSSDocument*/


/* share
===============================================================*/

.clearfix:after {
content: " ";  
display: block; 
visibility: hidden; 
clear: both; 
height: 0.1px; 
font-size: 0.1em; 
line-height: 0; 
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */


.clear{ clear:both;}
@media screen and (max-width: 1200px) {
}


/* 共通ーセクション
===============================================================*/
.c-section {
  
}
/* ヘッドライン */
.c-section__headline{
  background:url("../images/bg_headline.jpg") repeat-x  top/auto 100%;
  z-index: 0;
  padding: 23px 20px;
}
/* ヘッドラインータイトル */
.c-section__headlineTitle {
  background-color: rgb(255, 255, 255);
  border-radius: 25px;
  padding:7px 20px 5px;
  max-width: 550px;
  font-size: 30px;
  color: rgb(0, 73, 134);
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin: 0 auto;
}
.c-section__headlineTitle.c-section__headlineTitle--s{
  max-width: 300px;
}

@media screen and (max-width: 768px) {
  /* ヘッドラインータイトル */
  .c-section__headline{
    padding: 18px 15px;
  }
  .c-section__headlineTitle {
    min-height: 30px;
    height: auto;
    font-size: 18px;
    line-height: 1.6;
  }
  .c-section__headlineTitle.c-section__headlineTitle--s{
    max-width: 550px;
  }
}

/* MainVis
===============================================================*/
.c-mainvisual {
  background: url('../images/mainvisual.jpg') no-repeat center/ cover;
  height: 600px;
  position: relative;
}
.c-mainvisual__title {
  position: relative;
  top:40px;
  left: 0;
  font-size: 36px;
  font-family: 'M PLUS 1p', sans-serif;
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.667;
  text-align: left;
  text-shadow: 0px 0px 7.36px rgba(0, 0, 0, 0.75);
}

@media screen and (max-width: 768px) {
  .c-mainvisual {
    height: 250px;
  }
  .c-mainvisual__title {
    position: relative;
    top:40px;
    left: 0;
    font-size: 20px;
    line-height: 1.667;
    text-align: left;
  }
}

/* 自信の買取価格
===============================================================*/
.c-price{
  background-color: #ffffff;
  padding: 65px 0 53px;
}
.c-price__list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-price__list>li{
  background-color: rgb(246, 245, 245);
  padding: 13px 0;
  margin-right: 4%;
  width: 30%;
}
.c-price__list>li:nth-child(3n) {
  margin-right: 0;
}
.c-price__list>li:nth-child(n + 4) {
  margin-top: 44px;
}
@media screen and (max-width: 1104px) {
  .c-price{
    padding:40px 0 53px;
  }
  .c-price__list>li{
    margin-right: 4%;
    width: 48%;
  }
  .c-price__list>li:nth-child(3n) {
    margin-right: 4%;
  }
  .c-price__list>li:nth-child(2n) {
    margin-right: 0;
  }
  .c-price__list>li:nth-child(n + 3) {
    margin-top: 44px;
  }
}
@media screen and (max-width: 670px) {
  .c-price__list{
    display: block;
  }
  .c-price__list>li{
    margin-right: 0;
    width: 100%;
  }
  .c-price__list>li:nth-child(3n) {
    margin-right: 0;
  }
  .c-price__list>li:nth-child(2n) {
    margin-right: 0;
  }
  .c-price__list>li:nth-child(n + 2) {
    margin-top: 20px;
  }
}

/* プレゼント */
/* .c-header {
  display: none !important;
} */
.c-present {
  position: relative;
  padding-top: 63px;
}
.c-present__block {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  box-sizing: border-box;
  border-radius: 15px;
  background-color: rgb(211, 237, 249);
  /* padding: 28px 28px 47px; */
  padding: 60px 28px;
  position: relative;
}
.c-present__title {
  color: #004986;
  font-weight: bold;
  padding: 32px 0 22px;
  font-size: 30px;
}
.c-present__title .u-word-large {
  font-size: 36px;
  position: relative;
}
.c-present__title .u-word-large::before {
  content: ""; 
  background-image: url("../images/present_02.png"); 
  width: 18px; 
  height: 29px;
  position: absolute;
  left: -25px;
  top: 5px;
}
.c-present__title .u-word-large::after {
  content: ""; 
  background-image: url("../images/present_03.png"); 
  width: 17px; 
  height: 30px;
  position: absolute;
  right: -25px;
  top: 5px;
}
.c-present__txt {
  color: #004986;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.1;
}
.c-present__txt .u-word-marker {
  display: inline;
  background: -webkit-linear-gradient(transparent 69%, #fff799 0%);
}
.c-present__txt .u-word-marker .sp {
  display: none;
}
.c-present__txt .u-word-large {
  font-size: 60px;
}
.c-present__list {
  padding-top: 28px;
}
.c-present__list_txt {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.3;
}
.c-present__list_txt:last-child {
  margin-top: 10px;
}
.c-present__imgae {
  position: absolute;
  right: -170px;
  top: 18%;
}
.c-present__imgae img {
  width: 100%;
  max-width: 281px;
}
@media screen and (max-width: 1240px) {
  .c-present {
    padding-top: 140px;
  }
  .c-present__imgae {
    top: -75px;
    right: -55px;
  }
  .c-present__imgae img {
    width: 100%;
    max-width: 200px;
  }
}
@media screen and (max-width: 1050px) {
  .c-present {
    padding-top: 150px;
  }
  .c-present__imgae {
    top: -90px;
    right: 0;
  }
  
}
@media screen and (max-width: 768px) {
  .c-present__block {
    padding: 130px 28px 60px;
  }
}
@media screen and (max-width: 685px) {
  .c-present__block {
    padding: 130px 28px 30px;
  }
  .c-present__list {
    padding-top: 35px;
  }
  .c-present__txt .u-word-marker .sp {
    display: block;
  }
}
@media screen and (max-width: 505px) {
  .c-present {
    padding-top: 120px;
  }
  .c-present__block {
    padding: 60px 15px 30px;
  }
  .c-present__title .u-word-large {
    font-size: 30px;
  }
  .c-present__txt {
    font-size: 20px;
  }
  .c-present__list_txt {
    font-size: 14px;
  }
  .c-present__imgae img {
    width: 100%;
    max-width: 140px;
  }
}

/* 車名 */
.c-price__listTitle{
  font-size: 16px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 1.6;
  text-align: left;
  margin: 0 13px 8px;
}
.c-price__listImage img{
  width: 100%;
  margin-bottom: 15px;
}

/* 価格リスト */
.c-price__listPrice{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin: 0 13px 15px;
}
.c-price__listPrice>li{
  background-color: rgb(255, 255, 255);
  width: calc(48%);
}

.c-price__listPrice_title {
  background-color: rgb(0, 115, 171);
  padding:6px;
  height: 28px;
  font-size: 12px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.6;
  text-align: center;

  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
/* 金額 */
.c-price__listPrice_price {
  padding:10px 2px 10px 8px;
  font-size: 60px;
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: rgb(0, 73, 134);
  line-height: 0.633;
  text-align: center;
}
.c-price__listPrice_en{
  font-size: 18px;
  color: rgb(0, 73, 134);
  font-weight: bold;
  line-height: 1;
  margin-left: 5px;
}
/* 他店の場合 */
.c-price__list_taten {
  position: relative;
}
.c-price__list_taten .c-price__listPrice_price {
  margin-top:10px;
  font-size: 45px;
}
.c-price__list_taten .c-price__listPrice_en {
  font-size: 16px;
}
/* やじるしアイコン */
.c-price__list_taten:after {
  width: 21px;
  content: url("../images/price_icon_right.png");
  position: absolute;
  top:50%;
  right: -18px;
}

/* 買取時期等... */
.c-price__listPrice_caption {
  font-size: 14px;
  color: rgb(0, 73, 134);
  font-weight: bold;
  line-height: 1.6;
  text-align: left;
  margin: 0 13px;
}
.c-price__listPrice_caption th{
  text-align: right;
  position: relative;
}
.c-price__listPrice_caption th:after{
  content: "：";
  position: relative;
  top:0;
  left: 0;
}

@media screen and (max-width: 360px) {
  .c-price__listPrice_price {
    font-size: 50px;
  }
  .c-price__listPrice_en{
    font-size: 14px;
  }
}

/* 買取増額アイコン */
.c-price__listIcon {
  position: relative;
}
.c-price__listIcon img{
  width: 93px;
  position: absolute;
  right: -5px;
  bottom: -35px;
}
@media screen and (max-width: 670px) {
  .c-price__listIcon img{
    position: absolute;
    right: 0;
    bottom: -20px;
  }
}

/* まずは気軽にお見積もりから！かんたん30秒
===============================================================*/
.c-attention {
  background-color: rgb(201, 230, 244);
  padding: 80px 10px 85px;
  width: calc(100% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.c-attention-space {
  padding: 140px 10px 85px;
}
.c-attention-bgWhire {
  background-color: #fff;
}
.c-attention__inner {
  position: relative;
}
.c-attention__imgae {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 75px;
}
.c-attention__block {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  box-sizing: border-box;
  border-radius: 15px;
  background-color: #fff;
  padding: 90px 28px 30px;
}
.c-attention__block-bgbule {
  background-color: rgb(201, 230, 244);
  /* padding: 80px 10px 85px; */
}
.c-attention__title {
  box-sizing: border-box;
  background-color: rgb(255, 255, 255);
  border-radius: 9999px;
  border:5px solid rgb(0, 73, 134);
  width: 100%;
  max-width: 790px;
  padding: 10px;

  font-size: 36px;
  color: rgb(0, 73, 134);
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  -moz-transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
}
.c-attention__title .sp {
  display: none;
}
.c-attention__listItem:nth-child(2) {
  margin-top: 35px;
}
.c-attention__listItem:nth-child(3) {
  margin-top: 40px;
}
.c-attention__listItem p {
  font-size: 16px;
  font-weight: bold;
  line-height: 2.2;
}
.c-attention__listItem:nth-child(2) p {
  font-size: 18px;
}
.c-attention__listItem p img {
  display: block;
  margin: 0 auto 10px;
}
.c-attention__listItem p span {
  margin-right: 20px;
}
.c-attention__listItem p a {
  color: rgb(0, 73, 134);
}
.c-attention__listItem p a:hover {
  opacity: 1;
  text-decoration: underline;
}
.c-attention__listItem p .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-attention__title {
    font-size: 24px;
    border: 3px solid rgb(0, 73, 134);
  }
  .c-attention__title .sp {
    display: block;
  }
  .c-attention__listItem p {
    font-size: 14px;
    line-height: 2;
  }
  .c-attention__listItem p span {
    margin-right: 0;
    margin-top: 20px;
    display: block;
    line-height: 0.7;
  }
  .c-attention__listItem:nth-child(2) {
    margin-top: 24px;
  }
  .c-attention__listItem:nth-child(3) {
    margin-top: 24px;
  }
  .c-attention__listItem p .sp {
    display: block;
  }
}
@media screen and (max-width: 505px) {
  .c-attention__title {
    padding: 15px;
    font-size: 20px;
  }
}

/* 外車マスターが選ばれるポイント
===============================================================*/
.c-point {
  background-color: #ffffff;
}
.c-point__list{
  padding: 86px 0 80px;
  max-width: 900px;
  box-sizing: border-box;
  margin:0 auto;
}
.c-point__list>li {
  border-radius: 15px;
  background-color: rgb(227, 244, 252);
  position: relative;
  width: auto;
}
.c-point__list>li+li {
  margin-top: 70px;
}

/* タイトルー */
.c-point__listTitle{
  box-sizing: border-box;
  background-color: rgb(255, 255, 255);
  border-radius: 30px;
  border:5px solid rgb(0, 73, 134);
  height: 60px;
  width: 80%;
  padding-left: 60px;

  font-size: 30px;
  color: rgb(0, 73, 134);
  font-weight: bold;
  line-height: 1.583;
  text-align: center;
  position: relative;
  top:0;
  left: 10%;
  -moz-transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);

  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.c-point__listTitle.c-point__listTitle--s {
  font-size: 24px;
}
/* タイトルー数字 */
.c-point__listNumber {
  border-radius: 50%;
  background-color: rgb(0, 73, 134);
  width: 60px;
  height: 60px;
  position: absolute;
  top:-5px;
  left: -5px;

  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.c-point__listNumberInner{
  font-size: 60px;
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: rgb(255, 255, 255);
  line-height: 1;
  text-align: center;
  margin-top:-10px;
}

/* 文章 */
.c-point__listContents{
  padding:2px 33px 28px 66px;
}
.c-point__listContents p{
  font-size: 16px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 2.25;
  text-align: left;
  margin-bottom: 16px;
}
/* 文章内ー大 */
.c-point__listCaption {
  font-size: 20px;
  color: rgb(0, 73, 134);
  font-weight: bold;
  line-height: 1.9;
  text-align: left;
  margin-bottom: 16px;
}
.c-point__marker{
  background: linear-gradient(transparent 50%,  rgb(255, 247, 153) 50%);
}

@media screen and (max-width: 910px) {
  .c-point__listTitle.c-point__listTitle--s {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-point__list{
    padding: 90px 0 60px;
    position: relative;
  }
  /* .c-point__list>li {
    position: relative;
    top: 100px;
    left: 0;
  } */
  .c-point__list>li+li {
    margin-top: 85px;
  }

  /* タイトルー */
  .c-point__listTitle{
    border-radius: 0;
    border:3px solid rgb(0, 73, 134);
    height: auto;
    padding-left: 0;
    padding:25px 0 20px;
    font-size: 24px;

    position: relative;
    top:-25px;
    left: 10%;
    -moz-transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
  }
  .c-point__listTitle.c-point__listTitle--s {
    font-size: 24px;
  }
  /* タイトルー数字 */
  .c-point__listNumber {
    border-radius: 50%;
    background-color: rgb(0, 73, 134);
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 50%;
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }
  .c-point__listNumberInner{
    font-size: 36px;
  }
  /* 文章 */
  .c-point__listContents{
    padding:0 15px 15px;
  }
  .c-point__listContents p{
    font-size: 14px;
    line-height: 2;
    margin-bottom: 24px;
  }
  /* 文章内ー大 */
  .c-point__listCaption {
    font-size: 18px;
    line-height: 1.9;
    margin-bottom: 24px;
  }
}


/* さらに */
.c-point__more{
  background-color: #ffffff;
  background:url("../images/bg_point_more.jpg");
  padding:26px 0 50px;
}
.c-point__moreIcon{
  margin:12px 0;
}
/* 文章 */
.c-point__more p{
  font-size: 16px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 2.25;
  text-align: center;
}
/* 手間が少ない売却手続き */
.c-point__moreCaption {
  font-size: 30px;
  color: rgb(0, 73, 134);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  /* さらに */
  .c-point__more{
    padding:20px 0 50px;
  }
  .c-point__moreIcon{
    margin:10px 0;
  }
  /* 文章 */
  .c-point__more p{
    font-size: 14px;
    line-height: 2;
    text-align: left;
  }
  /* 手間が少ない売却手続き */
  .c-point__moreCaption {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 20px;
  }
}


/* 安心の感染防止対策
===============================================================*/
.c-protection {
  background-color: #f7f4f4;
  padding:44px 0 3px;
}
.c-protection__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
/* 画像 */
.c-protection_image{
  align-self: flex-end;
  width: 27%;
  margin-right: 6%;
}
.c-protection_contents{
  width: 66%;
}
/* タイトル */
.c-protection_title {
  font-size: 30px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 1.6;
  text-align: left;
  margin-bottom: 20px;
}
/* 文章 */
.c-protection_text {
  font-size: 18px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 2;
  text-align: left;
}
.c-protection_text + .c-protection_text {
  margin-top: 10px;
  padding-bottom: 20px;
}
.c-protection_text span{
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .c-protection {
    padding:24px 0 3px;
  }
  /* タイトル */
  .c-protection_title {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  /* 文章 */
  .c-protection_text {
    font-size: 14px;
    line-height: 2;
  }  
  .c-protection_text span{
    font-size: 13px;
  }
  
}

/* 外車マスターからのお約束
===============================================================*/
.c-promise {
  background-color: #ffffff;
  padding:56px 0 91px;
}
.c-promise__txt {
  font-size: 16px;
  line-height: 2;
  text-align: center;
  font-weight: bold;
  margin-bottom: 50px;
}
/* リスト */
.c-promise__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  max-width: 1050px;
  margin: 0 auto;
}
.c-promise__list>li {
  border-radius: 10px;
  background-color: rgb(227, 244, 252);
  width: 47.6%;
  margin-left: 4.8%;
}
.c-promise__list>li:nth-child(2n + 1) {
  margin-left: 0;
}

/* リスト上部ータイトル */
.c-promise__listTitle{
  border-radius: 10px 10px 0 0;
  background-color: #97cde6;
  font-size: 24px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  padding:8px;
}
/* リスト下部ー文章部 */
.c-promise__listContents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 23px 22px 17px;
}
/* 文章 */
.c-promise__listContents p{
  font-size: 14px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 2.143;
  text-align: left;
  margin-left: 22px;
}
.c-promise__listContents p strong {
  text-decoration: underline;
  color: #f07d0d;
}

@media screen and (max-width: 768px) {
  .c-promise {
    padding:50px 0 60px;
  }
  /* リスト */
  .c-promise__list {
    display: block;
  }
  .c-promise__list>li {
    width: 100%;
    margin-bottom: 30px;
    margin-left: 0;
  }
    /* リスト上部ータイトル */
  .c-promise__listTitle{
    border-radius: 10px 10px 0 0;
    font-size: 20px;
    line-height: 1.5;
  }
  /* リスト下部ー文章部 */
  .c-promise__listContents {
    padding: 23px 10px 17px;
  }
  /* 文章 */
  .c-promise__listContents p{
    font-size: 14px;
    line-height: 2;
    margin-left: 10px;
  }
}


/* 買取までの流れ
===============================================================*/
.c-flow {
  background-color: #e3f4fc;
  padding:83px 0 90px;
}
/* リスト */
.c-flow__list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1050px;
  margin: 0 auto;
}
.c-flow__list > li{
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  padding:0 21px 21px;
  width: 21.9%;
  margin-left: 4.13%;
  position: relative;
  box-sizing: border-box;
}
.c-flow__list > li:nth-child(4n + 1) {
  margin-left: 0;
}

@media screen and (max-width: 910px) {
  .c-flow__list>li{
    width: 48%;
    margin-left: 4%;
  }
  .c-flow__list > li:nth-child(2n + 1) {
    margin-left: 0;
  }
  .c-flow__list>li:nth-child(n + 3) {
    margin-top: 45px;
  }
}
@media screen and (max-width: 768px) {
  /* リスト */
  .c-flow__list>li{
    width: 100%;
    margin-left: 0;
  }
  .c-flow__list>li:nth-child(n + 2) {
    margin-top: 45px;
  }
}

/* 番号 */
.c-flow__listNumber{
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  border: 5px solid rgb(0, 73, 134);
  width: 50px;
  height: 50px;
  position: absolute;
  top:0;
  left: 50%;
  -moz-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);

  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.c-flow__listNumberInner{
  font-size: 36px;
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: rgb(0, 73, 134);
  line-height: 1;
  text-align: center;
  margin-top:-4px;
}
/* タイトル */
.c-flow__listTitle {
  margin-top:46px;
  font-size: 18px;
  color: rgb(0, 73, 134);
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 24px;
}
/* 文章 */
.c-flow__listText{
  font-size: 14px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 1.714;
  text-align: left;
}


@media screen and (max-width: 768px) {
  .c-flow {
    padding:63px 0 77px;
  }
  /* タイトル */
  .c-flow__listTitle {
    margin-top:36px;
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 10px;
  }
  /* 文章 */
  .c-flow__listText{
    font-size: 14px;
    line-height: 1.714;
    text-align: left;
  }
}

/* お電話からのご相談・お問合せ
===============================================================*/
.c-attention2 {
  background-color:#ffffff;
  padding:46px 10px 42px;
}
.c-attention__contact {
  border-radius: 5px;
  background-color: rgb(227, 244, 252);
  padding:31px 15px;
  max-width: 400px;
  box-sizing: border-box;
  margin:39px auto 0;
}
/* お電話からのご相談・お問合せ */
.c-attention__contactTitle {
  font-size: 19px;
  color: rgb(0, 0, 0);
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
}
/* 電話番号 */
.c-attention__contactTel{
  font-size: 70px;
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: rgb(0, 73, 134);
  line-height: 1;
  text-align: center;
  margin-bottom: 20px;
}
/* 受付時間 */
.c-attention__contactTime {
  font-size: 14px;
  color: rgb(0, 73, 134);
  font-weight: bold;
  line-height: 1.286;
  text-align: center;
}

@media screen and (max-width: 768px) {
  /* お電話からのご相談・お問合せ */
  .c-attention__contactTitle {
    font-size: 16px;
    line-height: 1.8;
  }
  /* 電話番号 */
  .c-attention__contactTel{
    font-size: 60px;
  }
}

/* 無料査定フォーム
===============================================================*/
.c-survey{
  background-color: #ffffff;
  padding:0px 0 0px;
}
/* タイトル */
.c-survey__title {
  font-size: 30px;
  color: #c00000;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}



.p-mainVis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 600px;
  position: relative;
  background: url("../images/main-vis-bk.jpg") repeat-x center center;
  background-size: auto 600px;
  animation: bgiLoop 50s linear infinite;
}
.p-mainVis:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.2);
  z-index: 10;
}
.p-mainVisInner {
  position: relative;
  z-index: 20;
  width: 100%;
  text-align: center;
}
.p-mainVis__title {
  padding: 0 20px;
}
.p-mainVis__title .sp {
  display: none;
}
@keyframes bgiLoop {
    0% { background-position: 5500px 0;}
  100% { background-position:  0 0;}
}


@media screen and (max-width: 768px) {
  .p-mainVis {
    height: 450px;
    position: relative;
    background: url("../images/main-vis-bk.jpg") repeat-x center center;
    background-size: auto 450px;
    animation: bgiLoop 50s linear infinite;
  }
  .p-mainVisInner {
  }
  .p-mainVis__title {
    padding: 0 15px;
  }
}

@media screen and (max-width: 500px) {
  .p-mainVis__title .pc {
    display: none;
  }
  .p-mainVis__title .sp {
    display: inline;
  }
}

input ,
input:focus ,
input:active ,
input:hover {
  outline: none;
}



.p-audit {
  margin: 0 auto;
  box-sizing: border-box;
  padding: 40px 0;
  max-width: 700px;
}
.p-auditTable {
  width: 100%;
}
.p-auditTable th ,
.p-auditTable td {
  font-size: 18px;
  line-height: 1.4;
  text-align: left;
  vertical-align: top;
  box-sizing: border-box;
}
.p-auditTable th {
  width: 200px;
  padding: 23px 0 0 0;
}
.p-auditTable td {
  width: calc(100% - 200px);
  padding: 0 0 0 30px;
}
.p-auditTable th span {
  display: block;
  position: relative;
}
.p-auditTable th span.is-required:before {
  content: '必須';
  width: 40px;
  height: 18px;
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: rgba(192,9,12,1.00);
  color: #FFF;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  border-radius: 3px;
  top: 4px;
  bottom: 0;
  right: 0;
  box-sizing: border-box;
  padding: 1px 0 0 0;
}
.p-auditTableInput__button,
.p-auditTable td input {
  width: 100%;
  display: block;
  border: #CCC 1px solid;
  box-sizing: border-box;
  height: 40px;
  line-height: 38px;
  font-size: 18px;
  padding: 0 10px;
  background: #FFF;
  text-align: left;
  -webkit-appearance: none;
  border-radius: 0;
}
.p-auditTable td textarea {
  width: 100%;
  display: block;
  border: #CCC 1px solid;
  box-sizing: border-box;
  line-height: 1.7;
  font-size: 18px;
  padding: 5px 10px;
  -webkit-appearance: none;
  border-radius: 0;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.p-auditTableInput__button {
  cursor: pointer;
}
.p-auditTableInput__button + input {
  visibility: hidden;
  position: absolute;
  z-index: -1;
  left: 0;
}
.p-auditTableInputWrap {
  padding: 15px 0;
}
.p-auditSubmit {
  margin-top: 60px;
}
.p-auditSubmit input[type=submit] {
  border-radius: 10px;
  background-color: rgb(0, 73, 134);
  height: 60px;
  padding: 10px 18px;
  width: 300px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  border: none;
  color: #FFF;
  font-size: 20px;
  line-height: 1.3;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
}

@media screen and (max-width: 768px) {
  .p-audit {
    margin: 0 auto;
    box-sizing: border-box;
    padding: 40px 0;
    max-width: 700px;
  }
  .p-auditTable ,
  .p-auditTable tbody,
  .p-auditTable tr,
  .p-auditTable th,
  .p-auditTable td {
    display: block;
    box-sizing: border-box;
  }
  .p-auditTable {
    width: 100%;
  }
  .p-auditTable tr + tr {
    margin-top: 25px;
  }
  .p-auditTable th ,
  .p-auditTable td {
    font-size: 16px;
    line-height: 1.4;
    box-sizing: border-box;
  }
  .p-auditTable th {
    width: 100%;
    padding: 0px 0 0 0;
    margin-bottom: 10px;
  }
  .p-auditTable td {
    width: 100%;
    padding: 0 0 0 0px;
  }
  .p-auditTable th span {
    display:inline-block;
    padding-right: 60px;
  }
  .p-auditTable th span.is-required:before {
    width: 40px;
    height: 18px;
    font-size: 10px;
    line-height: 1;
    position: absolute;
    border-radius: 3px;
    top: 2px;
    bottom: 0;
    right: 0;
    box-sizing: border-box;
    padding: 1px 0 0 0;
  }
  .p-auditTableInput__button,
  .p-auditTable td input {
    border: #CCC 1px solid;
    height: 40px;
    line-height: 38px;
    font-size: 16px;
    padding: 0 10px;
  }
  .p-auditTable td textarea {
    border: #CCC 1px solid;
    line-height: 1.7;
    font-size: 16px;
    padding: 5px 10px;
  }
  .p-auditTableInput__button + input {
    left: 0;
  }
  .p-auditTableInputWrap {
    padding: 0px 0;
  }
  .p-auditSubmit {
    margin-top: 40px;
  }
  .p-auditSubmit input[type=submit] {
    border-radius: 10px;
    height: 50px;
    padding: 10px 18px;
    width: 240px;
    font-size: 18px;
    line-height: 1.3;
  }

}



.p-modalBack {
  position: fixed;
  z-index: 900;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display: none;
}
.p-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  
  width: 600px;
  height: 480px;
  z-index: 1000;
}
.p-modalClose {
  position: absolute;
  top: 8px;
  right: 8px;
  color: #FFF;
  z-index: 15;
  font-size: 24px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.p-modalInner {
  border: #0091d7 5px solid;
  background: #FFF;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.p-modalFrame {
  display : -webkit-box;
  display : -webkit-flex;
  display : -ms-flexbox;
  display : flex;
  width: 200%;
  transition: all 0.5s 0.3s ease-out;
}
.p-modalFrame.is-next {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.p-modalItem {
  width: 50%;
  box-sizing: border-box;
  position: relative;
}
.p-modalItemHead {
  background: #0091d7;
  font-size: 20px;
  line-height: 1.4;
  color: #FFF;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 50px;
  padding-bottom: 5px;
}
.p-modalPrevButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 50px;
  height: 30px;
  background: #FFF;
  border-radius: 5px;
  position: absolute;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
  top: 10px;
  left: 10px;
  cursor: pointer;
  -webkit-appearance: none;
}
.p-modalItemInner {
  height: 400px;
  overflow-y: scroll;
  padding: 0px 0;
}

.p-modalSelectList {
  
}
.p-modalSelectList__title {
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  text-align: left;
  color: #0091d7;
  margin: 0 0 15px;
  padding: 20px 20px 0;
}
.p-modalSelectList > div {
  border-top: #ccc 1px solid;
}
.p-modalSelectList > div + div {
  border-top: #ccc 1px solid;
}
.p-modalSelectList > div + .p-modalSelectList__title {
  border-top: #ccc 1px solid;
  padding-top: 30px;
}
.p-modalSelectList input[type=button] {
  display: block;
  border: none;
  padding: 15px 20px 13px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  cursor: pointer;
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  background: #FFF;
  -webkit-appearance: none;
}

.error {
  color: rgba(196,1,5,1.00);
  font-size: 14px;
  margin-top: 10px;
  font-weight: bold;
}
.error:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f071";
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
  .p-modalBack {
  }
  .p-modal {
    left: 0;
    right: 0;
    margin: auto;
    width: calc(100% - 30px);
    height: 380px;
    z-index: 1000;
  }
  .p-modalClose {
    top: 8px;
    right: 8px;
    z-index: 15;
    font-size: 20px;
    line-height: 1;
    width: 40px;
    height: 40px;
  }
  .p-modalInner {
    border: #0091d7 3px solid;
  }
  .p-modalFrame {
    width: 200%;
  }
  .p-modalFrame.is-next {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .p-modalItem {
    width: 50%;
  }
  .p-modalItemHead {
    font-size: 16px;
    line-height: 1.4;
    height: 50px;
    padding-bottom: 3px;
  }
  .p-modalPrevButton {
    width: 50px;
    height: 24px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.4;
    top: 13px;
    left: 10px;
  }
  .p-modalItemInner {
    height: 320px;
    padding: 0px 0;
  }

  .p-modalSelectList {

  }
  .p-modalSelectList__title {
    font-size: 16px;
    line-height: 1.4;
    margin: 0 0 12px;
    padding: 20px 20px 0;
  }
  .p-modalSelectList > div {
    border-top: #ccc 1px solid;
  }
  .p-modalSelectList > div + div {
    border-top: #ccc 1px solid;
  }
  .p-modalSelectList > div + .p-modalSelectList__title {
    border-top: #ccc 1px solid;
    padding-top: 30px;
  }
  .p-modalSelectList input[type=button] {
    padding: 12px 20px 10px;
    font-size: 14px;
    line-height: 1.3;
    width: 100%;

  }

  .error {
    font-size: 12px;
    margin-top: 10px;
  }
  .error:before {
    margin-right: 5px;
  }
}




.c-confirm {
  box-sizing: border-box;
  padding: 0px 0 60px;
}
.c-confirm table {
  width: 100% !important;
  max-width: 700px;
  margin: 50px auto 0 !important;
}
.c-confirm table td ,
.c-confirm table td font {
  font-size: 18px !important;
  line-height: 1.4 !important;
  text-align: left !important;
  box-sizing: border-box;
  color: #000 !important;
}
.c-confirm table td {
  vertical-align: top;
  padding: 10px 0;
}
.c-confirm table td:nth-child(1) {
  width: 200px !important;
}
.c-confirm table td:nth-child(2) {
  width: calc(100% - 200px) !important;
  padding-left: 30px;
}

.c-confirm table tr:nth-of-type(1) td {
  text-align: center !important;
  padding: 0 0 20px 0;
}
.c-confirm table tr:nth-of-type(1) td font {
  font-size: 24px !important;
  line-height: 1.5;
  font-weight: bold;
}

.c-confirm table td input[type=button] ,
.c-confirm table td input[type=submit] {
  border-radius: 10px;
  background-color: rgb(0, 73, 134);
  height: 60px;
  padding: 10px 18px;
  width: 300px;
  margin: 0 auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  border: none;
  color: #FFF;
  font-size: 20px;
  line-height: 1.3;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  -webkit-appearance: none;
}
.c-confirm table td input[type=button] {
  background: #CCC;
  color: #000;
  margin-bottom: 20px;
}
.c-confirm table td input[name=bak] {
  display: none;
}
.c-confirm table td input[type=submit] {

}

@media screen and (max-width: 768px) {
  .c-confirm {
    box-sizing: border-box;
    padding: 0px 0 60px;
  }
  .c-confirm table ,
  .c-confirm table tbody ,
  .c-confirm table tr ,
  .c-confirm table th ,
  .c-confirm table td {
/*
    display: block !important;
*/
/*
    border: #CCC 1px solid;
*/
  }
  .c-confirm table {
    margin: 50px auto 0;
  }
  .c-confirm table td ,
  .c-confirm table td font {
    font-size: 14px !important;
    line-height: 1.4 !important;
  }
  .c-confirm table td {
    padding: 10px 0;
  }
  .c-confirm table td:nth-child(1) {
    width: 110px !important;
    padding-bottom: 0 !important;
  }
  .c-confirm table td:nth-child(2) {
    width: auto!important;
    padding-left: 0px;
  }

  .c-confirm table tr:nth-of-type(1) td {
    padding: 0 0 20px 0;
  }
  .c-confirm table tr:nth-of-type(1) td font {
    font-size: 18px !important;
    line-height: 1.5;
    font-weight: bold;
  }

  .c-confirm table td input[type=button] ,
  .c-confirm table td input[type=submit] {
    border-radius: 10px;
    height: 50px;
    padding: 10px 18px;
    width: 240px;
    font-size: 18px;
    line-height: 1.3;
  }
  .c-confirm table td input[type=button] {
    margin-bottom: 15px !important;
  }
  .c-confirm table td input[type=submit] {

  }

}


.c-thanks {
  padding-bottom: 100px;
}
.c-thanks__txt01 {
  padding: 100px 0 0 0;
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 60px;
}
.c-thanks__txt02 {
  font-size: 16px;
  line-height: 1.8;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .c-thanks {
    padding-bottom: 60px;
  }
  .c-thanks__txt01 {
    padding: 60px 0 0 0;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 50px;
  }
  .c-thanks__txt02 {
    font-size: 16px;
    line-height: 1.8;
  }

}


/* お知らせ
===============================================================*/
.p-infomation {
  background-color: rgb(201, 230, 244);
  padding: 40px 0;
}
.p-infomation__box {
  display: inline-block;
  padding: 30px 40px 35px;
  border:2px solid #f07d0d;
  background-color: #ffffff;
}
.p-infomation__title {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 16px;
  color: #f07d0d;
}
.p-infomation__text {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-infomation {
    padding: 40px 0;
  }
  .p-infomation__box {
    padding: 20px 20px;
  }
  .p-infomation__title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .p-infomation__text {
    font-size: 14px;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
}

/* プライバシーポリシー
===============================================================*/
.p-privacy {  
  padding: 60px 0;
  text-align: left;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
}
.p-privacy h3 {
  font-size: 1.2rem;
  border-bottom: 1px solid #0091d7;
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-top: 50px;
  color: #0091d7;
  font-weight: bold;
}
.p-privacy p,.p-privacy ul {
  margin-bottom: 30px;
}
.p-privacy ul li {
  text-indent: -1rem;
  padding-left: 1rem;
  margin-bottom: 10px;
}
.p-privacy p a {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .p-privacy {  
    padding: 40px 0;
    font-size: 14px;
  }
}

/* フッター前コンテンツ最後に記載 */
.p-privacylink {
  margin-bottom: 50px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: underline;
}


.p-mainLowerBanner {
/*
  margin: 50px 0;
*/
}
@media screen and (max-width: 750px) {
  .p-mainLowerBanner {
    margin: 10px 0;
  }
  .p-mainLowerBanner .l-inner {
    padding: 0;
  }
}


.p-agree {
  margin-top: 50px;
}
.p-agree__txt {
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
  font-weight: 500;
}
.p-agree__txt a {
  color: #004986;
  text-decoration: underline;
}
.p-agreeCheck {
  margin-top: 20px;
}
.p-agreeCheck label {
  display: inline-block;
  cursor: pointer;
}
.p-agreeCheck label input {
  display: none;
}
.p-agreeCheck label span {
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  padding: 0 0 0 35px;
  text-align: left;
  font-feature-settings: "palt";
}
.p-agreeCheck label span br {
  display: none;
}
.p-agreeCheck label span:after ,
.p-agreeCheck label span:before {
  content: '';
  position: absolute;
  margin: auto;
  top: 2px;
  bottom: 0;
}
.p-agreeCheck label span:before {
  left: 0;
  width: 25px;
  height: 25px;
  box-sizing: border-box;
  background: #d1d1d1;
  border-radius: 3px;
}
.p-agreeCheck label span:after {
  left: 8px;
  width: 5px;
  height: 10px;
  border-right: #FFF 3px solid;
  border-bottom: #FFF 3px solid;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 2px;
}
.p-agreeCheck label > input:checked + span:after {
  opacity: 1;
}
.p-agreeCheck label > input:checked + span:before {
  background-color: #004986;
}
@media screen and (max-width: 768px) {
  .p-agree {
    margin-top: 40px;
  }
  .p-agree__txt {
    font-size: 14px;
  }
  .p-agreeCheck {
    margin-top: 20px;
  }
  .p-agreeCheck label span {
    font-size: 14px;
    padding: 0 0 0 35px;
  }
  .p-agreeCheck label span br {
    display: inline;
  }
  .p-agreeCheck label span:after ,
  .p-agreeCheck label span:before {
    top: 2px;
  }
  .p-agreeCheck label span:before {
    width: 25px;
    height: 25px;
    border-radius: 3px;
  }
  .p-agreeCheck label span:after {
    left: 8px;
    width: 5px;
    height: 10px;
    border-right: #FFF 3px solid;
    border-bottom: #FFF 3px solid;
    bottom: 2px;
  }
}


