/* CSS Document */
/*ページタイトル*/
[wc-view-type*="tb"] #wcpageheader figure img{
  height: 230px;
}
[wc-view-type*="pc"] #wcpageheader figure img{
  width: 100%;
  max-height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
  height: 300px;
}
/*ボタン*/
div.btn{
  display: table;
}
div.btn a{
  display: block;
  background-color: #57aab2;
  color: #fff;
  border-radius: 10px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  line-height: 3rem;
  padding: 0 2.5rem 0 1rem;
  text-decoration: none;
}
div.btn a::after{
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
  right: 1rem;
}
main{
  width: 100vw;
}
.wccolumnwrap{
  background-color: #fff;
}
section.car_top{
  padding: var(--headerHeight) 0;
  width: 100vw;
  box-sizing: border-box;
}
[wc-view-type*="sp"] section.car_top{
  padding: var(--headerHeight) 1rem;
}
[wc-view-type*="tb"] section.car_top{
  padding: var(--headerHeight) 2rem;
}
[wc-view-type*="pc"] section.car_top{
  padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
section.car_top > h2{
  font-size: 1.5rem;
  color: #000;
  margin-bottom: 1rem;
  text-align: center;
  border-bottom: 1px solid #57aab2;
}
section.car_top > p{
  line-height: 2rem;
}
[wc-view-type*="sp"] section.car_top > p{
  padding: 0 1rem;
  box-sizing: border-box;
  width: 100%;
}
[wc-view-type*="tb"] section.car_top > p{
  text-align: center;
  padding: 0 1rem;
  box-sizing: border-box;
  width: 100%;
}
[wc-view-type*="pc"] section.car_top > p{
  width: 800px;
  margin: 0 auto;
  text-align: center;
}
[wc-view-type*="sp"] section.car_top > p br.pc_sp_none{
  display: none;
}
/*取り扱いメーカー*/
section.maker{
  background-image: url("../img/example/car/mics_car.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  box-sizing: border-box;
}
[wc-view-type*="sp"] section.maker{
  padding: calc(var(--headerHeight) * 2) 0.5rem var(--headerHeight) 0.5rem;
}
[wc-view-type*="tb"] section.maker{
  padding: calc(var(--headerHeight) * 2) 1.5rem var(--headerHeight) 1.5rem;
}
[wc-view-type*="pc"] section.maker{
  padding: calc(var(--headerHeight) * 2) calc((100vw - 1100px) / 2) var(--headerHeight) calc((100vw - 1100px) / 2);
}
section.maker > h2{
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #fff;
}
[wc-view-type*="sp"] section.maker > h2{
  width: calc(100% - 1rem);
  margin: 0 auto 1rem auto;
}
section.maker > h2::before{
  content: "Maker";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  left: 50%;
  transform: translateX(-50%);
  top: -3rem;
  background-size: cover;
  line-height: 1em;
  font-size: 3rem;
  color: #fff;
}
[wc-view-type*="sp"] section.maker > h2::before{
  font-size: 2.5rem;
  top: -2.5rem;
}
[wc-view-type*="tb"] section.maker > h2::before{
  font-size: 3rem;
  top: -3rem;
}
section.maker > p{
  line-height: 2rem;
  color: #fff;
  padding: 0 0.5rem;
  width: 100%;
  box-sizing: border-box;
}
[wc-view-type*="sp"] section.maker > p{
  padding: 0 1.5rem;
}
[wc-view-type*="sp"] section.maker > p br.sp{
  display: none;
}
[wc-view-type*="tb"] section.maker > p,
[wc-view-type*="pc"] section.maker > p{
  text-align: center;
}
section.maker div.maker_list{
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
}
[wc-view-type*="sp"] section.maker div.maker_list{
  padding: 0 1rem;
  margin: 1.5rem 0 0.5rem 0rem;
}
[wc-view-type*="tb"] section.maker div.maker_list{
  padding: 0 1rem;
}
[wc-view-type*="pc"] section.maker div.maker_list{
  width: 800px;
  margin: 1rem auto 0 auto;
}
section.maker div.maker_list article{
  margin: 0 0.5rem 1rem 0.5rem;
  border-radius: 5px;
}
[wc-view-type*="sp"] section.maker div.maker_list article{
  width: calc((100% / 2) - 1rem);
}
[wc-view-type*="tb"] section.maker div.maker_list article{
  width: calc((100% / 3) - 1rem);
}
[wc-view-type*="pc"] section.maker div.maker_list article{
  width: calc((100% / 4) - 1rem);
}
section.maker div.maker_list article > h2{
  padding: 0.5rem 1rem;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #fff;
  border-radius: 5px;
}
/*代行サービス*/
section.auction{
  padding-top: calc(var(--headerHeight) * 2);
  box-sizing: border-box;
}
[wc-view-type*="sp"] section.auction{
  padding: calc(var(--headerHeight) * 2) 1rem 0 1rem;
}
[wc-view-type*="tb"] section.auction{
  padding: calc(var(--headerHeight) * 2) 1.5rem 0 1.5rem;
}
[wc-view-type*="pc"] section.auction{
  width: 1100px;
  margin: 0 auto;
}
section.auction > h2{
  color: #000;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #57aab2;
}
body:not([wc-view-type="sp"]) section.auction > h2 br{
  display: none;
}
section.auction > h2::before{
  content: "Auction";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  left: 50%;
  transform: translateX(-50%);
  top: -3rem;
  background-size: cover;
  line-height: 1em;
  font-size: 3rem;
  color: #57aab2;
}
[wc-view-type*="sp"] section.auction > h2::before{
  font-size: 2.5rem;
  top: -2.5rem;
}
[wc-view-type*="tb"] section.auction > h2::before{
  font-size: 3rem;
  top: -3rem;
}
[wc-view-type*="pc"] section.auction > h2::before{
}
section.auction div.auction_flex{
}
[wc-view-type*="pc"] section.auction div.auction_flex{
  display: flex;
}
[wc-view-type*="pc"] section.auction div.auction_flex{
  width: 1050px;
  margin: 2rem auto 0 auto;
}
[wc-view-type*="pc"] section.auction div.auction_flex > div.auction_text,
[wc-view-type*="pc"] section.auction div.auction_flex > figure{
  width: 50%;
}
[wc-view-type*="sp"] section.auction div.auction_flex > div.auction_text{
  padding: 0 1rem 1rem 1rem;
  width: 100%;
  box-sizing: border-box;
}
[wc-view-type*="tb"] section.auction div.auction_flex > div.auction_text{
  overflow: hidden;
  padding: 0 1rem;
  width: 100%;
  box-sizing: border-box;
}
[wc-view-type*="pc"] section.auction div.auction_flex > div.auction_text{
  padding-right: 2rem;
  box-sizing: border-box;
}
section.auction div.auction_flex > div.auction_text > p{
  line-height: 1.8rem;
}
[wc-view-type*="tb"] section.auction div.auction_flex > div.auction_text > p{
  text-align: center;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}
section.auction div.auction_flex > div.auction_text div.auction_tel{
  margin-top: 1rem;
}
[wc-view-type*="tb"] section.auction div.auction_flex > div.auction_text div.form_contact,
[wc-view-type*="tb"] section.auction div.auction_flex > div.auction_text div.auction_tel{
  width: calc(50% - 0.5rem);
  margin-bottom: 1rem;
}
[wc-view-type*="tb"] section.auction div.auction_flex > div.auction_text div.auction_tel{
  float: left;
}
[wc-view-type*="tb"] section.auction div.auction_flex > div.auction_text div.form_contact{
  float: right;
}
section.auction div.auction_flex > div.auction_text div.auction_tel p{
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
[wc-view-type*="tb"] section.auction div.auction_flex > div.auction_text div.auction_tel p,
[wc-view-type*="tb"] section.auction div.auction_flex > div.auction_text div.form_contact p{
  margin: 1rem 0 0.5rem 0;
}
section.auction div.auction_flex > div.auction_text div.auction_tel a{
  padding-left: 3rem;
  position: relative;
  z-index: 1;
  display: table;
  font-size: 2rem;
  margin: 0 auto;
  text-decoration: none;
  color: #000;
}
body:not([wc-view-type="sp"]) section.auction div.auction_flex > div.auction_text div.auction_tel a{
  pointer-events: none;
}
section.auction div.auction_flex > div.auction_text div.auction_tel a span{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 50px;
  height: 50px;
  display: table;
  background-color: var(--wcLogoSvg);
  background-color: #000;
  -webkit-mask-image: var(--wciconsrc);
  mask-image: var(--wciconsrc);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  right: 0.5em;
  transform: translateY(-50%);
}
section.auction div.auction_flex > div.auction_text div.auction_tel > h3,
section.auction div.auction_flex > div.auction_text div.form_contact > h3{
  position: relative;
  z-index: 1;
}
section.auction div.auction_flex > div.auction_text div.auction_tel > h3::before,
section.auction div.auction_flex > div.auction_text div.form_contact > h3::before{
  content: "";
  width: 100%;
  height: 1px;
  background-color: #57aab2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
section.auction div.auction_flex > div.auction_text div.auction_tel > h3 span,
section.auction div.auction_flex > div.auction_text div.form_contact > h3 span{
  display: table;
  background-color: #57aab2;
  color: #fff;
  padding: 0.5rem 1rem;
  line-height: 1em;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  border-radius: 1rem;
}
section.auction div.auction_flex > div.auction_text div.form_contact{
  margin-top: 1rem;
}
section.auction div.auction_flex > div.auction_text div.form_contact > p{
  text-align: center;
  margin-top: 1rem;
}
section.auction div.auction_flex > div.auction_text div.form_contact > div.btn{
  margin: 1rem auto 0 auto;
}
section.auction div.auction_flex > figure picture{
  width: 100%;
  display: block;
  height: 100%;
}
section.auction div.auction_flex > figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
[wc-view-type*="tb"] section.auction div.auction_flex > figure img{
  height: 30vw;
}
/*サポート*/
section.support{
}
[wc-view-type*="sp"] section.support{
  padding: calc(var(--headerHeight) * 2) 0 var(--headerHeight) 0;
}
[wc-view-type*="tb"] section.support{
  padding: calc(var(--headerHeight) * 2) 2rem var(--headerHeight) 2rem;
}
[wc-view-type*="pc"] section.support{
  padding: calc(var(--headerHeight) * 2) calc((100vw - 1100px) / 2) var(--headerHeight) calc((100vw - 1100px) / 2);
}
section.support > h2{
  color: #000;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #57aab2;
}
[wc-view-type*="sp"] section.support > h2{
  width: calc(100vw - 2rem);
  margin: 0 auto;
}
section.support > h2::before{
  content: "Support";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  left: 50%;
  transform: translateX(-50%);
  top: -3rem;
  background-size: cover;
  line-height: 1em;
  font-size: 3rem;
  color: #57aab2;
}
[wc-view-type*="sp"] section.support > h2::before{
  font-size: 2.5rem;
  top: -2.5rem;
}
[wc-view-type*="tb"] section.support > h2::before{
  font-size: 3rem;
  top: -3rem;
}
section.support > p{
  line-height: 2rem;
  width: 100%;
  padding: 0 1rem;
  box-sizing: border-box;
}
[wc-view-type*="sp"] section.support > p{
  padding: 1rem 2rem 0 2rem;
}
[wc-view-type*="sp"] section.support > p br{
  display: none;
}
[wc-view-type*="tb"] section.support > p,
[wc-view-type*="pc"] section.support > p{
  text-align: center;
}
div.support_box{
  width: 100%;
  padding: 0 1rem;
  box-sizing: border-box;
  margin-top: 1rem;
}
[wc-view-type*="sp"] div.support_box{
  padding: 0 2rem;
}
[wc-view-type*="pc"] div.support_box{
  overflow: hidden;
  padding:0 1rem 0 2rem;
  display: flex;
}
div.support_box > article{
  width: 100%;
  border-radius: 3px;
  border-radius: 1rem;
  padding: 1rem;
  padding-top: 2rem;
  padding-bottom: 1rem;
  box-sizing: border-box;
}
[wc-view-type*="sp"] div.support_box > article{
  padding-bottom: 3rem;
}
[wc-view-type*="sp"] div.support_box > article:last-child{
  padding-bottom: 1rem;
}
[wc-view-type*="tb"] div.support_box > article{
  width: 100%;
  overflow: hidden;
  margin-top: -2rem;
  padding-bottom: 3rem;
}
[wc-view-type*="tb"] div.support_box > article:first-child{
  margin-top: 0;
}
[wc-view-type*="pc"] div.support_box > article{
  width: calc((100% / 3) + 1rem);
  float: left;
  margin-left:-1rem; 
}
[wc-view-type*="pc"] div.support_box > article{
}
div.support_box > article:nth-of-type(odd){
  background-color: rgba(87,170,178,0.1);
}
div.support_box > article:nth-of-type(even){
  background-color: #fff;
}
[wc-view-type*="sp"] div.support_box > article:nth-of-type(2),
[wc-view-type*="sp"] div.support_box > article:nth-of-type(3){
  margin-top: -2rem;
}
div.support_box > article > h2{
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 1rem;
  color: #000;
  position: relative;
  z-index: 1;
  padding-top: 1.8rem;
  border-bottom: 1px solid #57aab2;
}
div.support_box > article > h2 span{
  position: absolute;
  font-size: 1.5rem;
  top: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  color: #57aab2;
}
div.support_box > article > h2 span::before,
div.support_box > article > h2 span::after{
  content: "";
  width: 0.5rem;
  height: 1.5rem;
  border-top: 1px solid #57aab2;
  border-bottom: 1px solid #57aab2;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}
div.support_box > article > h2 span::before{
  border-left: 1px solid #57aab2;
  left: -1rem;
}
div.support_box > article > h2 span::after{
  border-right: 1px solid #57aab2;
  right: -1rem;
}
div.support_box > article > figure{
  width: 40%;
  margin: 0 auto;
  display: table;
}
[wc-view-type*="tb"] div.support_box > article > figure{
  width: 30%;
  float: right;
}
div.support_box > article > figure img{
  width: 100%;
  object-fit: cover;
  height: 100%;
}
div.support_box > article > p{
  line-height: 2rem;
  margin-top: 1rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  box-sizing: border-box;
  width: 100%;
}
[wc-view-type*="tb"] div.support_box > article > p{
  width: 70%;
  padding-right: 2rem;
  box-sizing: border-box;
}
/*車の保険*/
div.hoken{
  padding: 0 1rem var(--headerHeight) 1rem;
  width: 100vw;
  box-sizing: border-box;
}
[wc-view-type*="sp"] div.hoken{
  padding: 0 2rem var(--headerHeight) 2rem;
}
[wc-view-type*="tb"] div.hoken{
  padding: 0 3rem var(--headerHeight) 3rem;
}
div.hoken > div{
  border: solid #57aab2 1px;
  padding: 1rem;
  box-sizing: border-box;
  width: 100%;
}
[wc-view-type*="pc"] div.hoken > div{
  width: 600px;
  margin: 0 auto;
}
div.hoken > div > p{
  line-height: 2rem;
  margin-bottom: 1rem;
  width: 100%;
}
[wc-view-type*="sp"] div.hoken > div > p br{
  display: none;
}
[wc-view-type*="tb"] div.hoken > div > p,
[wc-view-type*="pc"] div.hoken > div > p{
  text-align: center;
}
div.hoken div.btn{
  margin: 0 auto;
}
/*お問い合わせ*/
section.contact{
  padding: calc(var(--headerHeight) * 2) 0;
  width: 100%;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  background-color: rgba(87,170,178,0.1);
}
[wc-view-type*="sp"] section.contact{
  padding: var(--headerHeight) 1rem;
  width: 100vw;
}
[wc-view-type*="tb"] section.contact{
  height: 80vw;
  padding: var(--headerHeight) 2rem;
  width: 100vw;
}
[wc-view-type*="pc"] section.contact{
  height: 650px;
  box-sizing: border-box;
}
section.contact::after{
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
[wc-view-type*="sp"] section.contact::after{
  content: "";
  background-image:url("../img/top/sp_contact_bottom02.webp");
  width: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
}
[wc-view-type*="tb"] section.contact::after{
  content: "";
  background-image: url("../img/top/tb_top_contact_bottom02.webp");
  width: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
}
[wc-view-type*="pc"] section.contact::after{
  content: "";
  background-image: url("../img/top/pc_top_contact_bottom02.webp");
  width: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
}
[wc-view-type*="sp"] body.safari section.contact::after{
  background-image: url("../img/top/sp_contact_bottom02.png");
}
[wc-view-type*="tb"] body.safari section.contact::after{
  background-image: url("../img/top/tb_top_contact_bottom02.png");
}
[wc-view-type*="pc"] body.safari section.contact::after{
  background-image: url("../img/top/pc_top_contact_bottom02.png");
}
section.contact > h2{
  top: var(--headerHeight);
  font-size: 1.5rem;
  color: #000;
  border-bottom: 1px solid #57aab2;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 1rem;
}
[wc-view-type*="pc"] section.contact > h2{
 top: initial;
  width: 1100px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid #57aab2;
}
section.contact > h2::before{
  content: "Contact us";
  position: absolute;
  top: -3rem;
  font-size: 3rem;
  color: rgba(87,170,178,1);
  left: 50%;
  transform: translateX(-50%);
  line-height: 1em;
  white-space: nowrap;
}
[wc-view-type*="sp"] section.contact > h2::before{
  font-size: 2.5rem;
  top: -2.5rem;
}
[wc-view-type*="tb"] section.contact > h2::before{
  font-size: 3rem;
  top: -3rem;
}
section.contact > p{
  text-align: center;
  line-height: 2rem;
}
[wc-view-type*="sp"] section.contact > p{
  margin-bottom: 1rem;
  text-align: left;
  padding: 3.5rem 1rem 0 1rem;
}
[wc-view-type*="sp"] section.contact > p br{
  display: none;
}
[wc-view-type*="tb"] section.contact > p{
  margin-top: 5.5rem;
  margin-bottom: 1rem;
}
div.contact_box{
  position: relative;
  z-index: 2;
}
[wc-view-type*="sp"] div.contact_box{
  width: 100%;
  box-sizing: border-box;
  padding: 0 1rem;
}
[wc-view-type*="tb"] div.contact_box{
  display: flex;
  width: 100%;
  padding: 0 0.5rem;
  box-sizing: border-box;
}
[wc-view-type*="pc"] div.contact_box{
  display: flex;
  width: 800px;
  margin: 1rem auto 0 auto;
}
div.contact_box div.tel,
div.contact_box div.mail{
  background-color: #fff;
  border: solid 2px #57aab2;
  border-radius: 1rem;
  padding: 1rem
}
[wc-view-type*="sp"] div.contact_box div.tel{
  margin-bottom: 1rem;
}
[wc-view-type*="tb"] div.contact_box div.tel,
[wc-view-type*="tb"] div.contact_box div.mail,
[wc-view-type*="pc"] div.contact_box div.tel,
[wc-view-type*="pc"] div.contact_box div.mail{
  width: calc(100% - 1rem);
  margin: 0 0.5rem;
  background-color: #fff;
  border: solid 2px #57aab2;
  border-radius: 1rem;
  padding: 1rem;
  box-sizing: border-box;
}
div.contact_box div.tel,
div.contact_box div.mail{
  position: relative;
  z-index: 1;
}
div.contact_box div.tel::after,
div.contact_box div.mail::after{
  content: "";
  position: absolute;
  z-index: 2;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  opacity: 0.1;
}
[wc-view-type*="sp"] div.contact_box div.tel::after,
[wc-view-type*="sp"] div.contact_box div.mail::after{
  width: 100px;
  height: 130px;
  right: 0.5rem;
  bottom: 0.5rem;
}
[wc-view-type*="tb"] div.contact_box div.tel::after,
[wc-view-type*="tb"] div.contact_box div.mail::after{
  width: 150px;
  height: 130px;
  right: 0.5rem;
  bottom: 1rem;
}
[wc-view-type*="pc"] div.contact_box div.tel::after,
[wc-view-type*="pc"] div.contact_box div.mail::after{
  width: 196px;
  height: 150px;
  right: 0.5rem;
  bottom: 1rem;
}
[wc-view-type*="sp"] div.contact_box div.tel::after{
  background-image:url("../img/top/contact/tb_sp_tel_deco.webp");
}
body.safari [wc-view-type*="sp"] div.contact_box div.mail::after{
  background-image: url("../img/top/contact/tb_sp_tel_deco.png");
}
[wc-view-type*="sp"] div.contact_box div.mail::after{
  background-image:url("../img/top/contact/tb_sp_mail_deco.webp")
}
body.safari [wc-view-type*="sp"] div.contact_box div.mail::after{
  background-image: url("../img/top/contact/tb_sp_mail_deco.png");
}
[wc-view-type*="tb"] div.contact_box div.tel::after{
  background-image: url("../img/top/contact/tb_sp_tel_deco.webp");
}
body.safari [wc-view-type*="tb"] div.contact_box div.mail::after{
  background-image: url("../img/top/contact/tb_sp_tel_deco.png");
}
[wc-view-type*="tb"] div.contact_box div.mail::after{
  background-image: url("../img/top/contact/tb_sp_mail_deco.webp");
}
body.safari [wc-view-type*="tb"] div.contact_box div.mail::after{
  background-image: url("../img/top/contact/tb_sp_mail_deco.png");
}
[wc-view-type*="pc"] div.contact_box div.tel::after{
  background-image:url("../img/top/contact/pc_tel_deco.webp");
}
body.safari [wc-view-type*="pc"] div.contact_box div.mail::after{
  background-image: url("../img/top/contact/pc_tel_deco.png");
}
[wc-view-type*="pc"] div.contact_box div.mail::after{
  background-image:url("../img/top/contact/pc_mail_deco.webp");
}
body.safari [wc-view-type*="pc"] div.contact_box div.mail::after{
  background-image: url("../img/top/contact/pc_mail_deco.png");
}
div.contact_box div.tel > h3,
div.contact_box div.mail > h3{
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #000;
  border-bottom: 1px solid #57aab2;
}
div.contact_box div.tel > p,
div.contact_box div.mail > p{
  line-height: 2rem;
}
[wc-view-type*="sp"] div.contact_box div.tel > p,
[wc-view-type*="sp"] div.contact_box div.mail > p{
  text-align: left;
  width: 100%;
  padding: 0 1rem;
  box-sizing: border-box;
}
[wc-view-type*="tb"] div.contact_box div.tel > p,
[wc-view-type*="tb"] div.contact_box div.mail > p{
  padding: 0 1rem;
  text-align: left;
}
[wc-view-type*="pc"] div.contact_box div.tel > p,
[wc-view-type*="pc"] div.contact_box div.mail > p{
  padding: 0 1rem;
}
[wc-view-type*="sp"] div.contact_box div.tel > p br,
[wc-view-type*="sp"] div.contact_box div.mail > p br{
  display: none;
}
div.contact_box div.tel > div.tel_btn,
div.contact_box div.mail > div.mail_btn{
  margin-top: 1rem;
}
div.contact_box div.tel > div.tel_btn a{
  padding-left: 3rem;
  position: relative;
  z-index: 1;
  display: table;
  font-size: 2rem;
  margin: 0 auto;
  text-decoration: none;
  color: #000;
}
[wc-view-type*="sp"] div.contact_box div.tel > div.tel_btn a{
  padding-left: 2.5rem;
}
[wc-view-type*="tb"] div.contact_box div.tel > div.tel_btn a,
[wc-view-type*="pc"] div.contact_box div.tel > div.tel_btn a{
  pointer-events: none;
}
div.contact_box div.tel > div.tel_btn a span{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 50px;
  height: 50px;
  display: table;
  background-color: var(--wcLogoSvg);
  background-color: #000;
  -webkit-mask-image: var(--wciconsrc);
  mask-image: var(--wciconsrc);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  right: 0.5em;
  transform: translateY(-50%);
}
[wc-view-type*="sp"] div.contact_box div.tel > div.tel_btn a span{
  width: 2.5rem;
}
div.contact_box div.mail > div.mail_btn a{
  border: solid 2px #000;
  padding: 0 2.5rem 0 1rem;
  border-radius: 5px;
  box-sizing: border-box;
  line-height: 3rem;
  display: table;
  margin: 0 auto;
  color: #000;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  z-index: 5;
}
div.contact_box div.mail > div.mail_btn a::after{
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
  z-index: -1;
  right: 1rem;
}

