@font-face{
  font-family:LIFULLFONT;
  font-style:normal;
  font-weight:normal;
  font-display:optional;
  src:local("LIFULL Font Regular"),
    url("https://font.lifull.com/lifullfont/woff2/regular.woff2")
      format("woff2"),
    url("https://font.lifull.com/lifullfont/woff/regular.woff") format("woff");
  unicode-range:U+21-3B, U+3D, U+3F-5B, U+5D, U+5F, U+61-7B, U+7D, U+AB, U+F7,
    U+2260, U+2264, U+2265;
}

@font-face{
  font-family:LIFULLFONT;
  font-style:normal;
  font-weight:bold;
  font-display:optional;
  src:local("LIFULL Font Bold"),
    url("https://font.lifull.com/lifullfont/woff2/bold.woff2") format("woff2"),
    url("https://font.lifull.com/lifullfont/woff/bold.woff") format("woff");
  unicode-range:U+21-3B, U+3D, U+3F-5B, U+5D, U+5F, U+61-7B, U+7D, U+AB, U+F7,
    U+2260, U+2264, U+2265;
}

@font-face{
  font-family:LIFULLYUGO;
  font-weight:normal;
  src:local("Yu Gothic Medium"), local("YuGothic Medium");
}

@font-face{
  font-family:LIFULLYUGO;
  font-weight:bold;
  src:local("Yu Gothic Bold"), local("YuGothic Bold");
}

@font-face{
  font-family:LIFULLHIRAGINO;
  font-weight:normal;
  src:local("HiraginoSans-W3");
}

@font-face{
  font-family:LIFULLHIRAGINO;
  font-weight:bold;
  src:local("HiraginoSans-W6");
}
:target{
  scroll-margin-top:64px;
}
.Header *,
.Header *::before,
.Header *::after,
.Menu *,
.Menu *::before,
.Menu *::after,
.Footer *,
.Footer *::before,
.Footer *::after{
  box-sizing:border-box;
  margin:0;
  padding:0;
  list-style-type:none;
  color:currentColor;
  line-height:1.5;
  font-family:inherit;
  letter-spacing:0;
  text-decoration:none;
  text-underline-position:under;
}
.Header a,
.Footer a{
  color:currentColor;
}
.Header,
.Footer{
  color:#000;
  font-family:LIFULLFONT, LIFULLYUGO, "Yu Gothic", YuGothic, LIFULLHIRAGINO, sans-serif;
}
.Header :focus-visible,
.Footer :focus-visible{
  outline:2px solid;
  outline:5px auto -webkit-focus-ring-color;
  outline-color:#236dda;
}
.js-focus-visible .Header .focus-visible,
[data-whatintent="keyboard"] .Header :focus,
.js-focus-visible .Footer .focus-visible,
[data-whatintent="keyboard"] .Footer :focus{
  outline:2px solid;
  outline:5px auto -webkit-focus-ring-color;
  outline-color:#236dda;
}
.Header__visuallyHidden,
.Menu__visuallyHidden,
.Footer__visuallyHidden{
  position:absolute;
  overflow:hidden;
  width:1px;
  height:1px;
  white-space:nowrap;
  clip:rect(0 0 0 0);
  -webkit-clip-path:inset(50%);
          clip-path:inset(50%);
}

.Header{
  min-width:320px;
  background-color:#fff;
  border-top:8px solid #ed6103;
  border-bottom:1px solid #d2d2d2;
}

.Header__skipLink{
  position:absolute;
  top:0;
  left:0;
  padding:0.5em 1.5em;
  background-color:#ed6103;
  font-weight:bold;
  transform:translateY(-100%);
}
.Header__skipLink:link,
.Header__skipLink:visited{
  color:#fff;
}
.Header__skipLink:focus{
  transform:translateY(0%);
}

.Header__inner{
  display:flex;
}

.Header__logo{
  display:flex;
  align-items:center;
  font-size:1rem;
}

.Header__lhLogo{
  display:block;
  padding:18px 12px 20px;
}
.Header__lhLogo > img{
  display:block;
  width:auto;
  height:26px;
}

.Header__market{
  display:flex;
  align-items:center;
  height:26px;
  padding-right:12px;
  padding-left:12px;
  border-left:1px solid #a5a5a5;
  font-size:0.75rem;
  font-weight:bold;
}
.Header__market:link,
.Header__market:visited{
  color:#626262;
}

.Header__slogan:link,
.Header__slogan:visited{
  align-self:center;
  display:flex;
  align-items:center;
  padding-top:8px;
  padding-bottom:8px;
  font-size:0.75rem;
  line-height:1.4;
  color:#626262;
  text-decoration:underline;
}
.Header__slogan:hover{
  color:#ed6103;
}

.Header__separator{
  flex-grow:1;
}

.Header__links{
  flex-shrink:9999;
  display:none;
  flex-wrap:wrap;
}
.Header__links > * + *{
  position:relative;
  padding-left:17px;
}
.Header__links > * + *::before{
  content:"";
  position:absolute;
  top:0;
  left:8px;
  bottom:0;
  width:1px;
  height:38px;
  margin-top:auto;
  margin-bottom:auto;
  background-color:#d2d2d2;
}
.Header__links > div{
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  min-width:0;
}
.Header__links dt{
  flex-basis:calc(0.8125rem + 6px);
  flex-grow:1;
  display:flex;
  align-items:flex-end;
  padding-top:5px;
  padding-bottom:1px;
  color:#626262;
  font-size:0.75rem;
  white-space:nowrap;
}
.Header__links dd{
  flex-grow:1;
  display:flex;
}
.Header__links dd > div{
  position:relative;
  z-index:1001;
}
.Header__links dd > div > button{
  display:flex;
  min-width:52px;
  height:100%;
  padding:5px 8px 4px;
  font-size:0.875rem;
  font-weight:bold;
  border:0;
  background-color:#fff;
  -webkit-appearance:none;
  -moz-appearance:none;
       appearance:none;
  cursor:pointer;
}
.Header__links button:hover{
  background-color:#f4f4f4;
}
.Header__links button:active{
  background-color:#e8e8e8;
}
.Header__links button > img{
  margin:6px 0 0 4px;
  height: fit-content;
}

.Header__links a{
  padding:5px 8px 4px;
  font-size:0.875rem;
  font-weight:bold;
  text-align:center;
  white-space:nowrap;
  position:relative;
  z-index:1001;
}
.Header__links a:only-child{
  min-width:52px;
  text-align:center;
}
.Header__links a:hover{
  background-color:#f4f4f4;
}
.Header__links a:active{
  background-color:#e8e8e8;
}

.Header__utils{
  display:flex;
  min-width:0;
  margin-top:0;
  margin-bottom:0;
  list-style-type:none;
}

.Header__util{
  display:flex;
  width:64px;
}
.Header__util a{
  flex-grow:1;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding-bottom:2px;
}
.Header__util a:hover{
  background-color:#f4f4f4;
}
.Header__util a:active{
  background-color:#e8e8e8;
}
.Header__util span{
  color:#626262;
  font-size:0.625rem;
}
.Header__util div{
  position:relative;
  margin-top:2px;
}
.Header__util b{
  position:absolute;
  top:-2px;
  right:-7px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:inherit;
  min-width:16px;
  height:16px;
  background-color:#ffc95c;
  border-radius:8px;
  font-size:0.625rem;
  box-shadow:0 0 0 1px #fff;
}
.Header__util b:empty{
  display:none;
}
.Header__util img{
  display:block;
}

.Header__menu{
  display:flex;
  width:64px;
}
.Header__menu > button{
  flex-grow:1;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0 0 2px;
  background-color:transparent;
  border:0;
  font:inherit;
  cursor:pointer;
}
.Header__menu > button:hover{
  background-color:#f4f4f4;
}
.Header__menu > button:active{
  background-color:#e8e8e8;
}
.Header__menu > button > span{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}
.Header__menu > button > span > span{
  color:#626262;
  font-size:0.625rem;
}

.Header__menu img{
  margin-top:2px;
}

.Header__stickyBar{
  position:fixed;
  top:0;
  right:0;
  left:0;
  z-index:1000;
  display:none;
  visibility:hidden;
  color:#fff;
  background-color:#ed6103;
  transform:translateY(-100%);
  transition:300ms ease;
  transition-property:transform, visibility;
}
.Header__stickyBar :focus-visible{
  outline-color:#ffe4ad;
  outline-offset:-3px;
}
.js-focus-visible .Header__stickyBar .focus-visible,
[data-whatintent="keyboard"] .Header__stickyBar :focus{
  outline-color:#ffe4ad;
  outline-offset:-3px;
}
.Header__stickyBar_shown{
  visibility:visible;
  transform:translateY(0%);
}
.Header__stickyBar > div{
  display:flex;
  max-width:1056px;
  margin-right:auto;
  margin-left:auto;
  padding-right:16px;
  padding-left:16px;
}
.Header__stickyBar > div > a{
  flex-shrink:0;
}
.Header__stickyBar > div > p{
  flex-shrink:4;
  min-width:8em;
  margin-right:24px;
  margin-left:24px;
  align-self:center;
  font-size:0.75rem;
  font-weight:bold;
}
.Header__stickyBar > div > ul{
  display:flex;
  margin-left:auto;
}

.Header__stickyBarLogo{
  display:flex;
  align-items:center;
}
.Header__stickyBarLogo > img{
  width:auto;
  height:18px;
  margin-top:7px;
  margin-bottom:7px;
}

.Header__stickyBarUtil{
  display:flex;
}
.Header__stickyBarUtil > a{
  display:flex;
  align-items:center;
  padding-right:16px;
  padding-left:16px;
  background-color:#ed6103;
  font-size:0.75rem;
  font-weight:bold;
}
.Header__stickyBarUtil > a:hover{
  background-color:#d24e00;
  text-decoration:underline;
}
.Header__stickyBarUtil > a > span:nth-of-type(1){
  flex-grow:1;
  max-width:150px;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
}
.Header__stickyBarUtil > a > span:nth-of-type(2){
  flex-shrink:0;
}

@media (min-width: 1056px){
  .Header__inner{
    max-width:1056px;
    margin-right:auto;
    margin-left:auto;
    padding-right:16px;
    padding-left:16px;
  }

  .Header__lhLogo{
    /* margin-right:-12px; */
    margin-left:-12px;
    padding-top:20px;
    padding-bottom:20px;
  }
  .Header__lhLogo > img{
    height:40px;
  }

  .Header__market{
    height:40px;
    margin-left:16px;
    font-size:0.875rem;
  }

  .Header__slogan{
    margin-left:20px;
  }

  .Header__links{
    display:flex;
  }

  .Header__util{
    width:80px;
  }
  .Header__util span{
    font-size:0.75rem;
  }

  .Header__menu > button > span > span{
    font-size:0.75rem;
  }

  .Header__stickyBar{
    display:block;
  }
}

@media (min-width: 1056px){
  .CategoryMenu{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:1000;
    display:none;
    justify-content:center;
    min-height:100%;
  }
  .CategoryMenu_opened{
    display:flex;
  }
  .CategoryMenu > div{
    position:absolute;
    left:0;
    top:0;
  }
  .CategoryMenu > div > div{
    max-height:100%;
    overflow-y:auto;
    background-color:#fff;
    border:1px solid #d2d2d2;
    border-radius:0 0 4px 4px;
    box-shadow:0 3px 6px rgba(0, 0, 0, 0.16);
    -ms-scroll-chaining:none;
        overscroll-behavior:contain;
  }

  .CategoryMenu__backdrop{
    position:fixed;
    top:89px;
    right:0;
    bottom:0;
    left:0;
    z-index:-1;
    background-color:rgba(0, 0, 0, 0.3);
  }

  .CategoryMenu__closeButton{
    display:flex;
    align-items:flex-start;
    min-width:52px;
    height:2.84375rem;
    padding:5px 8px 4px;
    font-size:0.875rem;
    font-weight:bold;
    border:0;
    background-color:#f4f4f4;
    -webkit-appearance:none;
    -moz-appearance:none;
         appearance:none;
    cursor:pointer;
  }
  .CategoryMenu__closeButton:active{
    background-color:#e8e8e8;
  }
  .CategoryMenu__closeButton > span{
    flex-grow:1;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
  }
  .CategoryMenu__closeButton > span > span{
    color:#626262;
    font-size:0.75rem;
  }
  .CategoryMenu__closeButton > span > img{
    margin-top:2px;
  }

  .CategoryMenu div ul{
    padding:16px 12px;
  }
  .CategoryMenu div ul .CategoryMenu__link + .CategoryMenu__link{
    margin-top:12px;
  }
  .CategoryMenu div ul .CategoryMenu__link > a{
    display:block;
    padding:0;
    font-size:0.875rem;
    text-align:left;
    font-weight:normal;
  }
  .CategoryMenu div ul .CategoryMenu__link > a:hover{
    color:#ed6103;
    text-decoration:underline;
    background:#fff;
  }
}

@media (max-width: 1055.9px){
  .Menu{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:1000;
    display:none;
  }
  .Menu_opened{
    display:flex;
  }
  .Menu > div{
    flex-grow:1;
    display:flex;
    flex-direction:column;
    align-items:flex-end;
    margin-top:8px;
  }
  .Menu > div > div{
    align-self:stretch;
    flex-grow:1;
    display:flex;
    justify-content:flex-end;
    height:0;
  }
  .Menu > div > div > div{
    width:280px;
    overflow-y:auto;
    background-color:#f4f4f4;
    border-top:1px solid #d2d2d2;
    box-shadow:0 3px 6px rgba(0, 0, 0, 0.16);
    -ms-scroll-chaining:none;
        overscroll-behavior:contain;
  }

  .Menu__backdrop{
    position:absolute;
    top:73px;
    right:0;
    bottom:0;
    left:0;
    z-index:-1;
    background-color:rgba(0, 0, 0, 0.3);
  }

  .Menu__closeButton{
    display:flex;
    align-items:center;
    justify-content:center;
    width:64px;
    height:64px;
    padding:0 0 2px;
    border:0;
    background-color:#f4f4f4;
    -webkit-appearance:none;
    -moz-appearance:none;
         appearance:none;
    cursor:pointer;
  }
  .Menu__closeButton:active{
    background-color:#e8e8e8;
  }
  .Menu__closeButton > span{
    flex-grow:1;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
  }
  .Menu__closeButton > span > span{
    color:#626262;
    font-size:0.625rem;
  }
  .Menu__closeButton > span > img{
    margin-top:2px;
  }

  .Menu__user{
    display:flex;
    align-items:baseline;
    justify-content:space-between;
    padding:8px 16px 18px;
    font-size:0.75rem;
  }
  .Menu__user > span{
    flex-grow:1;
    display:flex;
    width:0;
  }
  .Menu__user > span > span:nth-child(1){
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
  }
  .Menu__user > span > span:nth-child(2){
    flex-shrink:0;
  }
  .Menu__user > a{
    flex-shrink:0;
    margin-left:16px;
  }

  .Menu__registerLink{
    padding:6px 16px;
    background-color:#fff;
    border-radius:4px;
    font-size:0.75rem;
    font-weight:bold;
    box-shadow:0 1px 1px rgba(0, 0, 0, 0.3);
  }
  .Menu__registerLink:hover{
    background-color:#f4f4f4;
  }
  .Menu__registerLink:active{
    background-color:#e8e8e8;
    box-shadow:none;
    transform:translateY(1px);
  }

  .Menu__utils{
    box-shadow:0 1px 1px rgba(0, 0, 0, 0.3);
  }
  .Menu__utils > * + *{
    border-top:1px solid #d2d2d2;
  }

  .Menu__util > a{
    display:flex;
    align-items:center;
    padding:10px 16px 9px 14px;
    background-color:#fff;
  }

  .Menu__utilIcon{
    flex-shrink:0;
    align-self:center;
    width:28px;
    height:28px;
  }

  .Menu__utilLabel{
    flex-grow:1;
    display:flex;
    align-items:baseline;
    margin-left:19px;
    font-size:0.75rem;
  }
  .Menu__utilLabel > span:nth-of-type(1){
    font-size:0.875rem;
    font-weight:bold;
  }
  .Menu__utilLabel > b{
    margin-left:auto;
    font-size:0.875rem;
    font-weight:inherit;
  }

  .Menu__area2{
    margin-top:-7px;
  }

  .Menu__linkGroup > div{
    margin-top:20px;
  }
  .Menu__linkGroup > div > ul{
    margin-top:8px;
    box-shadow:0 1px 1px rgba(0, 0, 0, 0.3);
  }
  .Menu__linkGroup > div > ul > * + *{
    border-top:1px solid #d2d2d2;
  }

  .Menu__linkHeading{
    padding-right:16px;
    padding-left:16px;
    color:#ed6103;
    font-size:0.875rem;
    font-weight:bold;
  }

  .Menu__link{
    background-color:#fff;
  }
  .Menu__link > a{
    display:block;
    padding:14px 16px 14px;
    font-size:0.875rem;
  }

  .Menu__linkSubText{
    display:block;
    color:#626262;
    font-size:0.75rem;
  }

  .Menu__section{
    margin-top:20px;
  }
  .Menu__section > h3{
    padding-right:16px;
    padding-left:16px;
    color:#ed6103;
    font-size:0.875rem;
    font-weight:bold;
  }
  .Menu__section > div{
    margin-top:8px;
    background-color:#fff;
    padding:16px;
    box-shadow:0 1px 1px rgba(0, 0, 0, 0.3);
  }
  .Menu__section > div > p{
    font-size:0.875rem;
  }
  .Menu__section > div > p::before{
    content:"";
    display:block;
    height:1px;
    margin-bottom:-0.25em;
  }
  .Menu__section > div > p::after{
    content:"";
    display:block;
    height:1px;
    margin-top:-0.25em;
  }
  .Menu__section > div > p a{
    color:#0052e8;
    text-decoration:underline;
  }
  .Menu__section > div > p a:hover{
    color:#ed6103;
  }
  .Menu__section > div > p > small{
    display:block;
    margin-top:10px;
    font-size:0.75rem;
  }

  .Menu__counterCta{
    margin-top:16px;
  }
  .Menu__counterCta > * + *{
    margin-top:8px;
  }

  .Menu__counterVideo > a{
    display:flex;
    align-items:center;
    color:#fff;
    background-color:#0052e8;
    border-radius:4px;
    box-shadow:0 1px 1px rgba(0, 0, 0, 0.3);
  }
  .Menu__counterVideo > a:hover{
    background-color:#0052e8;
  }
  .Menu__counterVideo > a:active{
    box-shadow:none;
    transform:translateY(1px);
  }
  .Menu__counterVideo > a:focus-visible{
    outline-offset:2px;
  }
  .js-focus-visible .Menu__counterVideo > a:focus,
  [data-whatintent="keyboard"] .Menu__counterVideo > a:focus{
    outline-offset:2px;
  }
  .Menu__counterVideo > a > span:nth-child(1){
    padding:8px 6px;
    border-right:1px solid #535ffe;
  }
  .Menu__counterVideo > a > span:nth-child(2){
    flex-grow:1;
    padding:4px;
    font-size:0.875rem;
    font-weight:bold;
    text-align:center;
  }
  .Menu__counterVideo > a > span > img{
    display:block;
  }

  .Menu__footer{
    margin-top:24px;
    padding:16px;
    background-color:#e8e8e8;
    font-size:0.6875rem;
    line-height:1.63636;
  }
}

@media (min-width: 1056px){
  .Menu{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:1000;
    display:none;
    justify-content:center;
    min-height:100%;
  }
  .Menu_opened{
    display:flex;
  }
  .Menu > div{
    flex-grow:1;
    display:flex;
    flex-direction:column;
    align-items:flex-end;
    width:100%;
    max-width:1056px;
    margin-top:8px;
    padding-right:16px;
    padding-left:16px;
  }
  .Menu > div > div{
    flex-grow:1;
    height:0;
    max-width:100%;
    padding-bottom:32px;
  }
  .Menu > div > div > div{
    max-height:100%;
    overflow-y:auto;
    background-color:#fff;
    border:1px solid #d2d2d2;
    border-radius:0 0 4px 4px;
    box-shadow:0 3px 6px rgba(0, 0, 0, 0.16);
    -ms-scroll-chaining:none;
        overscroll-behavior:contain;
  }

  .Menu__backdrop{
    position:absolute;
    top:89px;
    right:0;
    bottom:0;
    left:0;
    z-index:-1;
    background-color:rgba(0, 0, 0, 0.3);
  }

  .Menu__closeButton{
    flex-shrink:0;
    display:flex;
    align-items:center;
    justify-content:center;
    width:64px;
    height:80px;
    padding:0 0 2px;
    border:0;
    background-color:#f4f4f4;
    -webkit-appearance:none;
       -moz-appearance:none;
            appearance:none;
    cursor:pointer;
  }
  .Menu__closeButton:active{
    background-color:#e8e8e8;
  }
  .Menu__closeButton > span{
    flex-grow:1;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
  }
  .Menu__closeButton > span > span{
    color:#626262;
    font-size:0.75rem;
  }
  .Menu__closeButton > span > img{
    margin-top:2px;
  }

  .Menu__area1{
    display:flex;
    padding-right:20px;
    padding-left:20px;
  }
  .Menu__area1 > div{
    flex-grow:1;
    display:flex;
    flex-direction:row-reverse;
    align-items:center;
    justify-content:space-between;
    padding-top:10px;
    padding-bottom:10px;
    border-bottom:1px solid #d2d2d2;
  }

  .Menu__user{
    flex-grow:1;
    display:flex;
    justify-content:flex-end;
    align-items:baseline;
    width:234px;
    margin-left:auto;
    font-size:0.75rem;
  }
  .Menu__user > span{
    flex-grow:1;
    display:flex;
    justify-content:flex-end;
    width:0;
  }
  .Menu__user > span > span:nth-child(1){
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
  }
  .Menu__user > span > span:nth-child(2){
    flex-shrink:0;
  }
  .Menu__user > a{
    flex-shrink:0;
    margin-left:16px;
  }

  .Menu__registerLink{
    display:flex;
    align-items:center;
    justify-content:center;
    height:42px;
    padding-right:20px;
    padding-left:20px;
    border:1px solid #d2d2d2;
    border-radius:4px;
    font-size:0.875rem;
    font-weight:bold;
    box-shadow:0 1px 1px rgba(0, 0, 0, 0.3);
  }
  .Menu__registerLink:hover{
    background-color:#f4f4f4;
  }
  .Menu__registerLink:active{
    box-shadow:none;
    transform:translateY(1px);
  }

  .Menu__utils{
    flex-shrink:0;
    display:flex;
    align-items:baseline;
  }

  .Menu__util{
    margin-right:22px;
  }
  .Menu__util > a{
    display:flex;
    align-items:center;
  }
  .Menu__util--taskList{
    display:none;
  }

  .Menu__utilLabel{
    display:flex;
    align-items:baseline;
    margin-left:5px;
    margin-top:2px;
    font-size:0.875rem;
  }
  .Menu__utilLabel > span:nth-of-type(1){
    font-weight:bold;
  }
  .Menu__utilLabel > b{
    margin-left:8px;
    font-size:1.25rem;
    font-weight:inherit;
  }
  .Menu__utilLabelSubText::before{
    content:'';
    font-size:1.25rem;
  }
  .Menu__util > a:hover .Menu__utilLabel > b,
  .Menu__util > a:hover .Menu__utilLabel > span:nth-of-type(2){
    color:#ed6103;
    -webkit-text-decoration-line:underline;
            text-decoration-line:underline;
    -webkit-text-decoration-style:solid;
            text-decoration-style:solid;
    -webkit-text-decoration-color:#ed6103;
            text-decoration-color:#ed6103;
    text-decoration-thickness:1px;
    text-underline-position:auto;
  }

  .Menu__area2{
    display:flex;
    margin-top:20px;
    margin-right:auto;
    margin-left:auto;
    padding-right:20px;
    padding-left:20px;
  }
  .Menu__area2 > * + *{
    padding-left:24px;
    box-shadow:-1px 0 0 #d2d2d2;
  }

  .Menu__area21{
    display:flex;
    min-width:0;
  }
  .Menu__area21 > * + *{
    margin-left:8px;
  }
  .Menu__area21 > div{
    width:130px;
    padding-bottom:8px;
  }
  .Menu__area21 > div:nth-child(2){
    width:160px;
    flex-shrink:0;
  }

  .Menu__linkGroup > * + *{
    margin-top:32px;
  }
  .Menu__linkGroup h3{
    font-weight:bold;
  }
  .Menu__linkGroup h3::before{
    content:"";
    display:block;
    margin-bottom:-0.25em;
  }
  .Menu__linkGroup ul{
    margin-top:5px;
  }

  .Menu__linkHeading{
    color:#ed6103;
    font-size:0.875rem;
    font-weight:bold;
  }

  .Menu__link > a{
    display:block;
    padding-top:4px;
    padding-bottom:5px;
    font-size:0.875rem;
  }
  .Menu__link > a:hover{
    color:#ed6103;
    text-decoration:underline;
  }

  .Menu__linkSubText{
    display:inline-block;
    vertical-align:bottom;
    color:#626262;
    font-size:0.75rem;
    line-height:1.16667;
    text-decoration:none !important;
  }

  .Menu__area22{
    flex-grow:1;
    display:flex;
    min-width:0;
  }
  .Menu__area22 > * + *{
    margin-left:30px;
  }

  .Menu__section{
    flex-grow:1;
    width:249px;
    padding-bottom:8px;
  }
  .Menu__section > h3{
    font-size:0.875rem;
    font-weight:bold;
  }
  .Menu__section > h3::before{
    content:"";
    display:block;
    margin-bottom:-0.25em;
  }
  .Menu__section > div{
    margin-top:6px;
  }
  .Menu__section p{
    font-size:0.75rem;
    line-height:1.66667;
  }
  .Menu__section small{
    font-size:inherit;
  }
  .Menu__section > div > p a{
    color:#0052e8;
    text-decoration:underline;
  }
  .Menu__section > div > p a:hover{
    color:#ed6103;
  }

  .Menu__counterCta{
    margin-top:7px;
  }
  .Menu__counterCta > * + *{
    margin-top:16px;
  }

  .Menu__counterVideo > a{
    display:flex;
    align-items:center;
    color:#fff;
    background-color:#0052e8;
    border-radius:4px;
    box-shadow:0 1px 1px rgba(0, 0, 0, 0.3);
  }
  .Menu__counterVideo > a:hover{
    background-color:#0052e8;
  }
  .Menu__counterVideo > a:active{
    box-shadow:none;
    transform:translateY(1px);
  }
  .Menu__counterVideo > a:focus-visible{
    outline-offset:2px;
  }
  .js-focus-visible .Menu__counterVideo > a:focus,
  [data-whatintent="keyboard"] .Menu__counterVideo > a:focus{
    outline-offset:2px;
  }
  .Menu__counterVideo > a > span:nth-child(1){
    padding:7px;
    border-right:1px solid #535ffe;
  }
  .Menu__counterVideo > a > span:nth-child(2){
    flex-grow:1;
    padding:4px;
    font-size:0.875rem;
    font-weight:bold;
    text-align:center;
  }
  .Menu__counterVideo > a > span > img{
    display:block;
  }

  .Menu__footer{
    display:flex;
    margin-top:16px;
    padding:16px 20px;
    background-color:#f4f4f4;
    border-radius:0 0 3px 3px;
  }
  .Menu__footer > div{
    flex-grow:1;
    width:0;
  }
  .Menu__footer > div > p{
    font-size:0.6875rem;
    line-height:1.63636;
  }
}

.Footer{
  position:relative;
  min-width:320px;
  background-color:#fff;
}

.Footer__part1 a:hover{
  color:#ed6103;
  text-decoration:underline;
}

.Footer__linkGroupHeading{
  font-weight:bold;
}

.Footer__areaList > dt{
  font-weight:bold;
}

.Footer__verticalLinedList > li{
  display:inline;
}
.Footer__verticalLinedList > li + li::before{
  content:" | ";
}

.Footer__safetyText{
  background-color:#f4f4f4;
  font-weight:bold;
}

.Footer__safetyItem > div > p > b{
  font-weight:bold;
}

.Footer__part3{
  background-color:#ed6103;
  color:#fff;
  font-weight:bold;
}
.Footer__part3 a:hover{
  text-decoration:underline;
}
.Footer__part3 :focus-visible{
  outline-color:#ffe4ad;
  outline-offset:-3px;
}
.js-focus-visible .Footer__part3 .focus-visible,
[data-whatintent="keyboard"] .Footer__part3 :focus{
  outline-color:#ffe4ad;
  outline-offset:-3px;
}

.Footer__copyright{
  font-size:0.75rem;
}

@media (max-width: 1055.9px){
  .Footer__part1{
    border-bottom:1px solid #d2d2d2;
    font-size:0.75rem;
  }

  .Footer__linkGroup{
    padding-right:10px;
    padding-left:10px;
    border-top:1px solid #d2d2d2;
  }

  .Footer__linkGroupHeading{
    position:relative;
    margin-right:-10px;
    margin-left:-10px;
    padding:12px 20px 12px 10px;
    font-size:0.875rem;
  }
  .Footer__linkGroupHeading > button{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    border:0;
    background-color:transparent;
    color:transparent;
    text-align:right;
    cursor:pointer;
  }
  .Footer__linkGroupHeading > button::before{
    content:"";
    position:absolute;
    top:0;
    right:6px;
    bottom:0;
    width:16px;
    height:16px;
    margin-top:auto;
    margin-bottom:auto;
    background:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpolygon%20points%3D%228%209.85%203.98%205.83%204.92%204.9%208%207.98%2011.08%204.9%2012.02%205.83%208%209.85%22%20fill%3D%22%236c6c6c%22%2F%3E%3C%2Fsvg%3E")
      no-repeat;
    background-size:100%;
  }
  .Footer__linkGroupHeading > button[aria-expanded="true"]::before{
    transform:rotate(180deg);
  }
  .Footer__linkGroupHeading + *{
    padding-top:8px;
    padding-bottom:20px;
  }
  .Footer__linkGroupHeading + [aria-hidden="true"]{
    display:none;
  }

  .Footer__areaList > dt{
    margin-bottom:20px;
    font-weight:bold;
  }
  .Footer__areaList > dt > a{
    padding-top:0.75em;
    padding-bottom:0.75em;
  }
  .Footer__areaList > dt ~ dt{
    margin-top:20px;
  }

  .Footer__verticalLinedList{
    line-height:3;
  }
  .Footer__verticalLinedList::before{
    content:"";
    display:block;
    height:1px;
    margin-bottom:-1em;
  }
  .Footer__verticalLinedList::after{
    content:"";
    display:block;
    height:1px;
    margin-top:-1em;
  }
  .Footer__verticalLinedList > li > a{
    padding-top:0.75em;
    padding-bottom:0.75em;
  }

  .Footer__safety{
    font-size:0.75rem;
    padding-right:10px;
    padding-left:10px;
  }
  .Footer__safety > div{
    display:flex;
    margin:20px -10px 10px;
  }

  .Footer__safetyText{
    margin-top:10px;
    margin-bottom:10px;
    padding:8px 10px;
    font-size:0.875rem;
  }

  .Footer__safetyItem{
    padding-right:10px;
    padding-left:10px;
  }
  .Footer__safetyItem + .Footer__safetyItem{
    border-left:1px solid #d2d2d2;
  }

  .Footer__safetyItemImage{
    display:block;
    min-height:62px;
    margin:6px auto 16px;
    text-align:center;
  }
  .Footer__safetyItemImage > img{
    display:inline-block;
    vertical-align:bottom;
  }

  .Footer__part3{
    font-size:0.8125rem;
    padding-bottom:8px;
  }

  .Footer--simple .Footer__linksAndLogo{
    display:flex;
  }
  .Footer__linksAndLogo > div > ul{
    display:flex;
    flex-wrap:wrap;
    margin-top:-1px;
    margin-left:-1px;
    border-bottom:1px solid;
  }
  .Footer__linksAndLogo > div > ul > li{
    flex-grow:1;
    width:50%;
    border-top:1px solid;
    border-left:1px solid;
  }
  .Footer__linksAndLogo > div > ul > li > a{
    display:block;
    padding:18px 10px;
  }
  .Footer__linksAndLogo > img{
    display:block;
    width:218px;
    height:76px;
    margin-top:12px;
    margin-right:auto;
    margin-left:auto;
  }

  .Footer__copyright{
    margin-top:10px;
    padding-right:10px;
    padding-left:10px;
    text-align:center;
  }
}

@media (min-width: 1056px){
  .Footer__part1{
    max-width:980px;
    margin-right:auto;
    margin-left:auto;
    padding-right:16px;
    padding-left:16px;
    font-size:0.75rem;
  }
  .Footer__part1 > div{
    display:flex;
    margin-left:-40px;
    padding-top:12px;
  }
  .Footer__part1 > div > div{
    width:50%;
    padding-left:40px;
  }

  .Footer__linkGroup{
    padding-top:15px;
    padding-bottom:15px;
  }
  .Footer__linkGroup + .Footer__linkGroup{
    border-top:1px solid #d2d2d2;
  }

  .Footer__linkGroupHeading{
    margin-bottom:12px;
    font-size:0.875rem;
  }
  .Footer__linkGroupHeading > button{
    display:none;
  }

  .Footer__areaList{
    display:flex;
    flex-wrap:wrap;
  }
  .Footer__areaList > dt{
    width:90px;
    line-height:2;
  }
  .Footer__areaList > dt > a{
    padding-top:0.25em;
    padding-bottom:0.25em;
  }
  .Footer__areaList > dd{
    width:calc(100% - 90px);
  }

  .Footer__verticalLinedList{
    line-height:2;
  }
  .Footer__verticalLinedList > li > a{
    padding-top:0.25em;
    padding-bottom:0.25em;
  }

  .Footer__safety{
    max-width:980px;
    margin-right:auto;
    margin-left:auto;
    padding-right:16px;
    padding-left:16px;
    font-size:0.75rem;
  }
  .Footer__safety > div{
    display:flex;
    margin:20px -20px 40px;
  }

  .Footer__safetyText{
    padding:16px 10px;
    font-size:0.875rem;
    text-align:center;
  }

  .Footer__safetyItem{
    display:flex;
    align-items:flex-start;
    padding-right:20px;
    padding-left:20px;
  }
  .Footer__safetyItem + .Footer__safetyItem{
    border-left:1px solid #d2d2d2;
  }

  .Footer__safetyItemImage{
    flex-shrink:0;
  }
  .Footer__safetyItemImage > img{
    display:block;
    margin-right:20px;
  }

  .Footer__safetyItemText::before{
    content:"";
    display:block;
    height:1px;
    margin-bottom:-0.25em;
  }
  .Footer__safetyItemText::after{
    content:"";
    display:block;
    height:1px;
    margin-top:-0.25em;
  }

  .Footer__part3{
    font-size:0.8125rem;
  }
  .Footer__part3 > div{
    max-width:980px;
    margin-right:auto;
    margin-left:auto;
    padding-right:16px;
    padding-left:16px;
    padding-bottom:36px;
  }
  .Footer--simple .Footer__part3 > div{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding-bottom:16px;
  }

  .Footer__linksAndLogo{
    display:flex;
    flex-direction:row-reverse;
    justify-content:space-between;
  }
  .Footer__linksAndLogo > div{
    overflow:hidden;
  }
  .Footer__linksAndLogo > div > ul{
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-end;
    overflow:hidden;
    margin-right:-8px;
    padding-top:30px;
    padding-bottom:12px;
  }
  .Footer__linksAndLogo > div > ul > li{
    position:relative;
    padding-right:8px;
    padding-left:8px;
  }
  .Footer__linksAndLogo > div > ul > li::after{
    content:"";
    position:absolute;
    width:1px;
    top:0;
    right:0;
    bottom:0;
    margin-top:0.5em;
    margin-bottom:0.5em;
    background-color:#fff;
  }
  .Footer__linksAndLogo > div > ul > li > a{
    display:block;
    line-height:2;
  }
  .Footer__linksAndLogo > img{
    flex-shrink:0;
    width:218px;
    height:76px;
    margin-top:16px;
    margin-left:-15px;
  }

  .Footer__copyright{
    text-align:right;
  }
  .Footer--simple .Footer__copyright{
    margin-top:16px;
  }
}

@media print{
  .Header__links,
  .Header__utils,
  .Header__menu{
    display:none;
  }
  .Footer__part1,
  .Footer__part3{
    display:none;
  }
}
