/* BASIC css start */
#footer {position: relative; padding: 80px 0 50px 0; background: #fff0e5; overflow: hidden;}
#footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/design/careway/images/careway_logo_og.svg');
  background-size: 45%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.05;
  z-index: 0;
}
#footer > * {position: relative; z-index: 1;}


.foot_top {max-width: 1600px;margin: 0 auto;height: 0;text-align: center;}
.foot_top img {opacity:0.05;width: 1100px;}
.foot_top + p {margin-left:29px;}

.foot_middle {max-width: 1600px;margin: 0 auto;padding-bottom: 40px;}
.foot_middle .foot_inner {width: 100%;margin: 0 auto;display: flex;justify-content: space-between;}
.foot_middle .foot_inner h2 {font-size: 20px; font-weight: 600; margin-bottom: 12px;}
.foot_middle .foot_inner h3 {font-size: 17px;}

.foot_middle .foot_inner ul {}
.foot_middle .foot_inner ul li {font-size: 17px;margin-bottom: 8px;}
.foot_middle .foot_inner ul li a {font-size: 16px;}

.foot_middle .foot_inner .f1 {}
.foot_middle .foot_inner .f1 .foot_cs {margin-bottom:20px;}
.foot_middle .foot_inner .f1 ul {}
.foot_middle .foot_inner .f1 ul li {font-weight: 500;line-height: 1.2;letter-spacing: 0.02em;display: flex;align-items: center;}
.foot_middle .foot_inner .f1 ul li span {font-weight: 500;line-height: 1.2;letter-spacing: 0.04em;display: flex;width: 99px;justify-content: space-between;align-items: center;}
.foot_middle .foot_inner .f1 ul li span:after {content: '';display: inline-block;width: 1px;height: 14px;background-color: #f37021;margin: 0 12px 0 0;}

.foot_middle .foot_inner .f2 {}
.foot_middle .foot_inner .f3 {}
.foot_middle .foot_inner .f4 {}
.foot_middle .foot_inner .f4 .foot_menu {margin-bottom: 15px;}
.foot_middle .foot_inner .f4 .foot_menu ul {display: flex; flex-direction: row;}
.foot_middle .foot_inner .f4 .foot_menu ul li {margin-right: 15px; font-weight: 600; }

.foot_middle .foot_inner a {margin-right:6px;}
.foot_middle .foot_inner img.sns_icon01 {height:25px;}
.foot_middle .foot_inner img.sns_icon02 {height:28px;}
.foot_middle .foot_inner img.sns_icon03 {height:28px;}
.foot_middle .foot_inner img.sns_icon04 {height: 27px;}
.foot_middle .foot_inner img.sns_icon05 {height: 30px;}

.foot_bottom {max-width: 1600px;margin: 0 auto;pa;border-top: 1px #e7dacf solid;padding-top: 20px;}
.foot_bottom .foot_inner{}
.foot_bottom .foot_inner p.copy{color: #999999; font-size: 12px; line-height: 1.7;}
.foot_bottom .foot_inner ul{display: flex; align-items: center; gap: 28px;}
.foot_bottom .foot_inner ul li{}
.foot_bottom .foot_inner ul li a img {}


/* BASIC css end */

