@charset "utf-8";
body{
  font-family: "Roboto", "Noto Sans JP";
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.5px;
  line-height: 1.2;
}

.en{
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
}

/* 共通 */
a{
text-decoration: none;
line-height: 1;
color: #436CE1;
}

ul,li{
list-style-type: none;
}

img{
width: auto;
height: auto;
}

.center{
text-align: center;
}

.left{
text-align: left;
}

.right{
text-align: right;
}

.ab_c{
position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
margin: 0 auto;
width: 100%;
}


.fl_box{
display: flex;
justify-content: space-around;
align-items: flex-start;
align-items:stretch;
}

/* 共通 */
.warp{
width: 1060px;
margin: 0 auto;
}

.logo{
width: 190px;
display: block;
margin: 0 auto;
}


/* 背景青 */
.bg_c{
background: url("https://www.assist-j.com/wp-content/themes/swell_child/lp_v1_files/img/bg01.png") no-repeat;
background-size: 100% auto;
}

.bg_r{
background: url("https://www.assist-j.com/wp-content/themes/swell_child/lp_v1_files/img/bg02.png") no-repeat;
background-size: 100% auto;
}

/* -------------------------------------- */
/* LPメイン */
header{
text-align: center;
}

header h1{
font-size: 18px;
background: #333;
color: #fff;
padding: 10px;
}

header img{
width: 250px;
margin: 20px auto;
}

footer p.copy{
font-size: 18px;
background: #333;
color: #fff;
padding: 10px;
}


.fv{
background-image:url("https://www.assist-j.com/wp-content/uploads/2025/07/assist_LP_2025_07_img_001-pc2.png");
background-repeat:no-repeat,no-repeat;
background-size: contain,100% auto;
background-position-x: center;
text-align: center;
height: 640px;
display: flex;
justify-content: center;
align-items: flex-end;
position: relative;
}

.fv:before{ content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    top: 25%;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAAXNSR0IArs4c6QAAACFJREFUGFdjnMrC0sDAwMCQ/ecPmIYBRpwSyKpQdFBPAgAMrwgHkT9dWgAAAABJRU5ErkJggg==) repeat;
    z-index: -1;
    opacity: 1;}

.fv_inner_txt{ display: inline-block;  padding: 30px 80px; position: relative;}


.fv_inner_txt:before{ content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0;  background: url(https://www.assist-j.com/wp-content/themes/swell_child/lp_v1_files/img/bg02.png) no-repeat; z-index: 0; opacity: 0.9; background-position: -20px;}

.fv h2{
font-size: 44px;
margin-bottom: 15px;
font-weight: 700;
color: #ff0;
letter-spacing: 0.3rem;
    position: relative;
    z-index: 1;
}

.fv p{
font-size: 18px;
font-weight: 500;
color: #fff;
line-height: 1.5;
    position: relative;
    z-index: 1;
}

.main h2{
font-size: 38px;
font-weight: bold;
padding-top: 80px;
margin-bottom: 50px;
text-align: center;
}

.main .box01{
padding: 80px 0px;
}

.main .box01 ul{
margin: 0 auto;
}

.main .box01 ul li{
width: 30%;
text-align: center;
font-size: 22px;
line-height: 1.5;
font-weight: 500;
}

.main .box01 ul li img{
display: block;
width: auto;
height: 170px;
margin: 0 auto;
margin-bottom: 30px;
}

.main .box02 .warp{
position: relative;
height: 310px;
}

.main .box02 .l_box{
width: 32%;
position: absolute;
bottom: 0;
left: 0;
text-align: center;
}

.main .box02 .r_box{
width: 68%;
position: absolute;
top: 0;
right: 0;
text-align: center;
padding-top: 60px;
}
.main .box02 .l_box img{
    width: 100%;
}

.main .box02 .r_box p.text01{
font-size: 38px;
font-weight: 700;
color: #fff;
margin-bottom:40px;
}

.main .box02 .r_box p.text02{
font-size: 29px;
font-weight: 700;
color: #FFFF00;
margin-bottom: 30px;
}

.main .box03{
padding: 80px 0 100px;
}

.main .box03 .box{
background: #fff;
text-align: center;
width: 45%;
padding-bottom: 40px;
}

.main .box03 .box p{
font-size: 24px;
line-height: 1.5;
padding: 30px 0;
}
.main .box03 .box h3{
font-size: 32px;
padding: 20px 0;
background: #333;
color: #fff;
margin-bottom: 30px;
line-height: 1;
}
.main .box03 .box li{
font-size: 22px;
padding-left: 90px;
text-align: left;
margin-bottom: 10px;
}

/* -------------------------------------- */
/* CTA */

.cta{
background: url("https://www.assist-j.com/wp-content/themes/swell_child/lp_v1_files/img/bgcta.jpg") no-repeat;
background-size: 100% auto;
text-align: center;
height: 307px;
padding-top: 50px;
}

.cta .warp{
position: relative;
background: #fff;
height: 350px;
margin-top: -70px;
border:2px solid #A8060D;
}

.cta .warp .title{
color: #fff;
background: #A8060D;
font-size: 42px;
font-weight: 900;
padding: 20px 0;
line-height: 1;
margin-bottom: 50px;
}

.cta .box_l img{
position: absolute;
left: 0;
bottom: 0;
width: 23%;
}

.cta .box_c{
text-align: right;
padding-left: 24%;
}

.cta .box_c p{
font-size: 22px;
margin-bottom: 20px;
font-weight: bold;
letter-spacing: 2px;
}

.cta .box_c p.tel_t{
background: url("https://www.assist-j.com/wp-content/themes/swell_child/lp_v1_files/img/tel.png") no-repeat;
background-size: 20px auto;
padding-left: 20px;
margin-left: 100px;
}

.cta .box_c p.tel{
display: flex;
align-items: center;
}

.cta .box_c p.tel a{
font-size: 48px;
line-height: 60px;
color: #333;
letter-spacing: 0;
}

.cta .box_c p.tel span{
font-size: 22px;
width: 80px;
display: inline-block;
margin-right: 10px;
text-align: center;
}

.cta .box_c p.tel span b{
display: block;
font-size: 18px;
background: #333;
color: #fff;
padding:4px 10px;
margin-bottom: 4px;
}

.cta .box_r{
width: 328px;
margin-right: 30px;
}

.cta .box_r a{
display: block;
}

.cta .box_r a.btn01{
margin-bottom: 30px;
}

.cta .box_r img{
width: 328px;
}

.box04{
padding-bottom: 80px;
}

.box04 h2{
color: #fff;
}

.box04 .fl_box{
background: #fff;
margin-bottom:30px;
justify-content: space-between;
align-items: center;
}

.box04 .fl_box img{
width: 278px;
}

.box04 .fl_box .l_box{
font-size: 52px;
margin-right: 10px;
padding-left: 20px;
color: #A8060D;
}

.box04 .fl_box .c_box h3{
font-size: 32px;
margin-bottom: 25px;
color: #A8060D;
font-weight: bold;
}

.box04 .fl_box .c_box p{
font-size: 22px;
}

.box05{
background: #FFE3E3;
padding-bottom: 80px;
}

.box05 h2 span{
font-size: 22px;
display: block;
font-weight: normal;
color: #A8060D;
margin-bottom: 10px;
}

.box05 .box{
text-align: center;
background: #fff;
width: 30%;
padding: 20px 10px;
}

.box05 h3{
font-size: 26px;
margin-bottom: 30px;
}

.box05 img{
width: 130px;
}

.box05 p{
text-align: left;
margin-top: 20px;
}

.box06{
padding-bottom: 80px;
}

.box06 h2{
color: #FFFF00;
}

.box06 p.text01{
font-size: 22px;
text-align: center;
color: #fff;
margin-bottom: 50px;
}

.box06 ul{
width: 980px;
margin: 0 auto;
flex-wrap: wrap;
}

.box06 li{
width: 31%;
text-align: center;
}

.box06 li img{
width: 160px;
margin-bottom: 20px;
}

.box06 li p{
font-size: 19px;
font-weight: bold;
background: #333;
color: #fff;
padding: 10px 0;
}

.box06 li:nth-child(4){
margin-left: 150px;
margin-top: 50px;
}

.box06 li:nth-child(5){
margin-right: 150px;
margin-top: 50px;
}

.box06 li:nth-child(6){
margin-left: 150px;
margin-top: 50px;
}

.box06 li:nth-child(7){
margin-right: 150px;
margin-top: 50px;
}

.box07{
padding-bottom: 80px;
}

.box07 li{
width: 30%;
text-align: center;
background: #fff;
margin-bottom: 30px;
}

.box07 li img{
width: 144px;
margin-bottom: 20px;
}

.box07 li h3{
background: #333;
color: #fff;
padding: 20px 0px 30px;
font-size: 24px;
font-weight: bold;
margin-bottom: 30px;
line-height: 1.5;
}

.box07 li h3 span{
font-size: 18px;
display: block;
margin-bottom: 10px;
}

.box07 li p{
font-size: 18px;
min-height: 80px;
}

.box07 li p.text02{
font-size: 31px;
color: #B1272D;
}

.box08{
background: url("https://www.assist-j.com/wp-content/themes/swell_child/lp_v1_files/img/bg04.jpg") no-repeat;
background-size: 100% auto;
}

.box08 .warp{
position: relative;
}

.box08 .in_box{
background: #fff;
position: relative;
border: 3px solid #E6B422;
margin-top: -80px;
}

.box08 .in_box .po01{
position: absolute;
top: 0;
left: 0;
}

.box08 .in_box .po02{
position: absolute;
top: 0;
right: 0;
}

.box08 .in_box img.btm{
width: 100%;
}

.box08 .in_box .po01 img,
.box08 .in_box .po02 img{
width: 100px;
}

.box08 .in_box p{
text-align: center;
padding-top: 70px;
padding-bottom: 70px;
font-size: 22px;
line-height: 1.5;
}


.box08 .top p{
text-align: center;
padding-top: 0px;
padding-bottom: 0px;
font-size: 22px;
line-height: 1.5;
}

.box08 .top{
width: 1000px;
position: relative;
margin: 0 auto;
text-align: center;
height: 150px;
}


.box08 .top .po01{
position: absolute;
top: -60px;
left: -140px;
width: 440px;
}

.box08 .top .po02{
position: absolute;
top: -70px;
right: -160px;
width: 420px;
}

.box09{
padding-bottom: 80px;
}


.box09 ul{
justify-content: space-between;
}

.box09 li{
text-align: center;
width: 23%;
}

.box09 li p.text01{
margin-bottom: 10px;
font-size: 52px;
color: #E1B0B2;
}

.box09 li p.taxt02{
font-size: 18px;
line-height: 1.5;
text-align: left;
}

.box09 li h3{
color: #fff;
background: #B1272D;
font-size: 22px;
padding: 10px;
margin-bottom: 20px;
font-weight: bold;
}


.box10{
padding-bottom: 80px;
background: #FFE3E3;
}

.box10 ul{
justify-content: space-between;
flex-flow: wrap;
}

.box10 li{
text-align: center;
width: 32%;
}

.box10 li img{
width:  100%;
margin-bottom: 10px;
}

.box10 li{
font-size: 20px;
font-weight: bold;
}

.box10 li:nth-child(1),
.box10 li:nth-child(2),
.box10 li:nth-child(3),
.box10 li:nth-child(4),
.box10 li:nth-child(5),
.box10 li:nth-child(6),
.box10 li:nth-child(7){
margin-bottom: 30px;
}

.box11{
padding-bottom: 80px;
}

.box11 ul{
width: 975px;
margin: 0 auto;
}
.box11 h4{
font-size: 24px;
margin-bottom: 20px;
font-weight: bold;
    text-indent: -2.5em;
    padding-left: 2.5em;
}

.box11 h4 span{
background: #B1272D;
font-size: 24px;
color: #fff;
font-weight: bold;
padding: 4px 10px;
border-radius: 40px;
margin-right: 20px;
}

.box11 p{
font-size: 20px;
margin-bottom: 50px;
padding-left: 60px;
}

footer .cta{
height: 420px;
background: url("https://www.assist-j.com/wp-content/themes/swell_child/lp_v1_files/img/f_bg.png") no-repeat;
background-size: 100% auto;
}

footer .cta .warp{
margin-top: -10px;
}

footer p.copy{
text-align: center;
}

.pc_none{
display: none;
}

.sp_none{
display: block;
}

/* -------------------------------------- */
/* pc-tb */

@media screen and (max-width:1500px){
.fv {
  background: url("https://www.assist-j.com/wp-content/uploads/2025/07/assist_LP_2025_07_img_001-pc2.png") no-repeat center center #F4F4F4;
  background-size: auto;
  background-size: cover;
}

@media screen and (max-width:1100px){
/* 共通 */
.warp{
width: 98%;
margin: 0 auto;
}

.fv {
  background: url("https://www.assist-j.com/wp-content/uploads/2025/07/assist_LP_2025_07_img_001-pc2.png") no-repeat center center #F4F4F4;
    background-size: auto;
  background-size: cover;
  text-align: center;
  height: 640px;
  padding-top: 0px;
}

.main .box01 ul li{
font-size: 18px;
line-height: 1.5;
}

.main .box02 .warp{
width: 100%;
height: 290px;
}

.main .box02 .l_box {
  width: 25%;
}

.main .box02 .r_box {
  width: 75%;
}
.main .box02 .r_box p.text01 {
  font-size: 32px;
}

.main .box02 .r_box p.text02 {
  font-size: 24px;
}

.main .box03 .box p {
  font-size: 20px;
}

.main .box03 .box h3 {
  font-size: 28px;
}

.main .box03 .box li {
  font-size: 18px;
  padding-left: 60px;
}

.main .box03 {
  padding: 40px 0 60px;
}

.cta{
padding-top: 20px;
height: auto;
background-size:cover;
padding-bottom: 20px;
}

.cta .warp{
width: 90%;
margin-top: 0;
height: auto;
padding-bottom: 30px;
}

.cta .warp .title {
  font-size: 34px;
  padding: 20px 0;
  margin-bottom: 30px;
}

.cta .fl_box{
display: block;
}

.cta .box_l img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25%;
}

.cta .box_c,
.cta .box_r{
display: block;
width: 80%;
margin: 0 auto;
}

.cta .box_c,
.cta .box_r{
padding-left: 0;
}

.cta .box_c{
text-align: center;
}

.cta .box_c p.tel{
text-align: center;
}

.cta .box_c p.tel_t {
  background:none;
  padding-left: 30px;
  margin-left: 0;
}


.cta .box_c p.tel_t::before {
  background: url("https://www.assist-j.com/wp-content/themes/swell_child/lp_v1_files/img/tel.png") no-repeat;
    background-size: auto;
  background-size: 20px auto;
  padding-left: 30px;
  margin-left: 0px;
  content: "";
  width: 30px;
  height: 20px;
}


.cta .box_c p.tel {
  display: block;
  align-items: center;
}

.box04,.bg_r,.bg_c{
background-repeat: repeat-y;
}

.box04 .fl_box{
width: 90%;
}

.box04 .fl_box img {
  width: 200px;
}

.box04 .fl_box .c_box h3 {
  font-size: 22px;
margin-bottom: 15px;
}

.box04 .fl_box .c_box p {
  font-size: 18px;
}

.box04 .fl_box .l_box {
  font-size: 32px;
  margin-right: 20px;
  padding-left: 20px;
  color: #A8060D;
}

.box04,.box05,.box10,.box11 {
  padding-bottom: 40px;
}

.box05 h3 {
  font-size: 20px;
  margin-bottom: 30px;
}

.main h2 {
  font-size: 28px;
  padding-top: 40px;
}

.box06 p.text01 {
  font-size: 18px;
}

.box06 ul{
width: 98%;
}

.box06 li:nth-child(4) {
  margin-left: 100px;
}

.box06 li:nth-child(5) {
  margin-right: 100px;
}

.box06 li:nth-child(6) {
  margin-left: 100px;
}

.box06 li:nth-child(7) {
  margin-right: 100px;
}

.box06 li p {
  font-size: 16px;
}

.box07 li h3 {
  font-size: 18px;
}

.box07 li p {
  font-size: 15px;
  min-height: 60px;
}

.box07 li img {
  width: 70px;
}

.box07 li p.text02 {
  font-size: 26px;
}

.box08 .top {
  width: 98%;
  position: relative;
  margin: 0 auto;
  text-align: center;
  height: 220px;
}

.box08 .warp{
  width: 95%;
}

.box08 .top .po01 {
  position: absolute;
  top: -60px;
  left: -100px;
  width: 440px;
}

.box08 .top .po02 {
  position: absolute;
  top: -60px;
  right: -120px;
  width: 400px;
}

.box08 .in_box p {
  font-size: 18px;
  line-height: 1.5;
  padding-bottom: 50px;
}

.box08 .in_box .po01,
.box08 .in_box .po02{
width: 200px;
}

.box09 ul{
flex-flow: wrap;
width: 94%;
}

.box09 li {
  text-align: center;
  width: 47%;
}

.box11 ul {
  width: 80%;
  margin: 0 auto;
}

.box11 p {
  font-size: 18px;
}

footer .cta {
  height: auto;
  background: url("https://www.assist-j.com/wp-content/themes/swell_child/lp_v1_files/img/f_bg.png") repeat;
    background-size: cover;
  background-size: 100% auto;
}

footer .cta .warp {
  margin-top: -0px;
}


}


@media screen and (max-width: 768px){
.fv{background: url("https://www.assist-j.com/wp-content/uploads/2025/07/assist_LP_2025_07_img_001-sp.png") no-repeat center; background-size: auto; background-size: cover; align-items: center;}
.fv_inner_txt{ padding: 20px 20px; }

.fv h2 {font-size: 33px;}
.fv p { font-size: 14px;}
}


@media screen and (max-width: 480px) {
.pc_none{
display: block;
}
.fv {
height: 500px;
}

header h1 {
  font-size: 12px;
}

.fv h2 {
  font-size: 28px;
  margin-bottom: 10px;
  font-weight: 700;
}

.fv p {
  font-size: 13px;
  line-height:1.5;
  padding: 0 20px;
}

.fl_box {
  display: block;
  width: 90%;
  margin: 0 auto;
}

.main .box01 {
  padding: 40px 0px;
}

.main .box01 ul li img {
  height: 100px;
  margin-bottom: 10px;
}

.main .box01 ul li{
width: 100%;
padding-bottom: 30px;
}

  .main .box02 .r_box {
    width: auto;
    padding: 40px;
  }

  .main .box02 .r_box p.text01 {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .main .box02 .r_box p.text02 {
    font-size: 16px;
    margin-bottom: 0;
  }

 .main .box02 .warp {
    width: 100%;
    height: 240px;
  }

.main .box03 .box {
  width: 100%;
  padding-bottom: 40px;
  margin-bottom: 20px;
}

  .main .box03 .box p {
    font-size: 16px;
    padding: 20px 0;
  }

  .main .box03 .box h3 {
    font-size: 20px;
    padding: 15px 0;
  }

  .main .box03 .box li {
    font-size: 16px;
    padding-left: 40px;
  }

  .main .box03 {
    padding: 40px 0 20px;
  }

  .cta .warp .title {
    font-size: 24px;
    line-height: 1.4;

  }
 .cta .box_c, .cta .box_r {
    width: 100%;
  }
  .cta .box_c p.tel_t {
    padding-left: 0px;
    margin-left: 0;
  }
.cta .box_c p {
  font-size: 18px;
  line-height: 20px;
}

.cta .box_c p.tel span b {
  font-size: 14px;
  padding: 4px 0px;
}

.cta .box_c p.tel span {
  font-size: 14px;
  width: 60px;
  }

.cta .box_c p.tel a {
  font-size: 26px;
}

.cta .box_c p.tel{
display: flex;
justify-content: center;
}

.cta .box_r img {
  width: 220px;
}

  .main h2 {
    font-size: 22px;
  }

  .box04 .fl_box {
    width: 90%;
    display: block;
  }

 .box04 .fl_box img {
    width: 100%;
  }

 .box04 .fl_box .l_box {
    font-size: 32px;
    text-align: center;
    margin-bottom: 20px;
    padding-left: 0;
    padding-top: 10px;
  }


  .box04 .fl_box .c_box {
  padding: 0 20px;
  }

  .box04 .fl_box .c_box h3 {
    font-size: 18px;
    margin-bottom: 15px;
    text-align: center;
  }
  .box04 .fl_box .c_box p {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .box04{
    padding-bottom: 10px;
  }

.box05 h2 span {
  font-size: 18px;
}

.box05 .box {
  width: 100%;
  padding: 20px 10px;
}

  .box06 p.text01 {
    font-size: 16px;
    line-height: 1.5;
    padding: 0 20px;
  }

  .box06 ul {
    width: 98%;
    display: flex;
    flex-flow: wrap;
  }
    .box06 ul li{
    width: 45%;
    margin-bottom: 30px;
  }
.box06 li img {
  width: 80%;
  margin-bottom: 20px;
}

  .box06 li:nth-child(4),
  .box06 li:nth-child(5),
  .box06 li:nth-child(6),
  .box06 li:nth-child(7) {
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 0;
}

  .box06 li p {
    font-size: 12px;
  }

.box06 {
  padding-bottom: 0px;
}


.box07 li {
  width: 100%;
}

.box07 {
  padding-bottom: 40px;
}

  .box08 .top .po01 {
    position: absolute;
    top: -0px;
    left: -40px;
    width: 160px;
  }
  .box08 .top .po02 {
    position: absolute;
    top: -0px;
    right: -50px;
    width: 160px;
  }
.box08 .top p {
  text-align: center;
  padding-top: 0px;
  padding-bottom: 0px;
  font-size: 18px;
  line-height: 1.5;
}

 .box08 .top {
    height: 170px;
  }
  
  .box08 .in_box .po01, .box08 .in_box .po02 {
    width: 100px;
  }


 .box08 .in_box p {
    font-size: 16px;
    padding:30px 10px; 
  }

footer p.copy {
  font-size: 12px;
}
.main h2 {
  margin-bottom: 30px;
}
  .box09 li {
    text-align: center;
    width: 100%;
    padding: 0 20px;
  }

.box09 li p.text01 {
  font-size: 32px;
}

.box09 li h3 {
  font-size: 18px;
}

.box09 li p.taxt02 {
  font-size: 16px;
}

.box10 ul {
display: flex;
flex-flow: wrap;
}

.box10 li {
  text-align: center;
  width: 45%;
}

.box10 h3{
  font-size: 14px;
  font-weight: normal;
}

.box11 h4{
  text-indent: -2em;
  padding-left: 2em;
  font-size: 18px;
}

.box11 h4 span {
  background: #B1272D;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  padding: 4px 8px;
  border-radius: 40px;
  margin-right: 10px;
}

  .box11 p {
    font-size: 16px;
    padding-left: 35px;
  }

.box11{
padding-bottom: 1px;
}

.box09 {
  padding-bottom: 40px;
}

.sp_none{
display: none;
}

  .box08 .top p {
    font-size: 16px;
  }
.box08 {
  background: url("https://www.assist-j.com/wp-content/themes/swell_child/lp_v1_files/img/bg04.png") no-repeat;
    background-size: auto;
  background-size: auto 100%;
}

.cta .box_c p{
margin-bottom: 5px;
}
.cta .box_r a.btn01 {
    margin-bottom: 5px;
}

}

.pc_view{ display:block;}
.sp_view{ display:none;}
@media screen and (max-width: 768px){
.pc_view{ display:none;}
.sp_view{ display:block;}
}
.pc_view_02{ display:block;}
.sp_view_02{ display:none;}
@media screen and (max-width: 480px){
.pc_view_02{ display:none;}
.sp_view_02{ display:block;}
}

.sp_cta_base{ display: none;}
@media screen and (max-width: 768px){
	.sp_cta_base{ display: flex; flex-wrap: wrap; justify-content: center; position: fixed; bottom: 0; left: 0; width: 100vw; background: #E50013; padding: 8px 0;}
	.sp_cta_txt{ width: 100%; text-align: center; font-size: 12px; color: #fff;}
	.sp_cta_txt img { width: 65px; margin: 0 8px 0 0;}
	.sp_cta_tel{ display: flex; font-size: 16.5px; font-weight: bold; align-items: center; margin: 0 5px; }
	.sp_cta_tel a { color: #fff; padding:0 3px;}
	.sp_cta_tel span{ background: #000; color: #fff; font-size: 12px; text-align: center; padding: 3px; border-radius: 3px;}
	.sp_cta_icon{  width: 26px; margin: 0 5px;}
	.sp_cta_icon img {width: 100%;}
}







