.mar-top05 {
  margin-top: 5px; }

.mar-bottom1 {
  margin-bottom: 10px; }

.headerSNS {
  margin-top: 45px; }
  .headerSNS ul {
    display: flex;
    padding-left: 0; }
    .headerSNS ul li {
      margin-right: 15px;
      padding: 0; }
      .headerSNS ul li.iconX {
        width: 28px; }
      .headerSNS ul li.iconInstagram {
        width: 28px; }
      .headerSNS ul li.iconYouTube {
        width: 30px; }
      .headerSNS ul li a {
        box-sizing: content-box;
        display: block;
        height: 28px; }
        .headerSNS ul li a span {
          display: none; }

.footerSNS {
  display: none; }

.iconX a {
  width: 28px;
  background: url(/wp-content/themes/koizumikiki-1.0/cmn/imgs/menu/menuX.png) left center no-repeat;
  background-size: contain; }

.iconInstagram a {
  width: 28px;
  background: url(/wp-content/themes/koizumikiki-1.0/cmn/imgs/menu/menuInstagram.png) left center no-repeat;
  background-size: contain; }

.iconYouTube a {
  width: 30px;
  background: url(/wp-content/themes/koizumikiki-1.0/cmn/imgs/menu/menuYouTube.png) left center no-repeat;
  background-size: contain; }

@media only screen and (min-width: 768px) {
  #cprtInr {
    display: flex;
    justify-content: space-between;
    align-items: flex-end; }
    #cprtInr p {
      line-height: 3; }

  .footerSNS {
    display: flex; }
    .footerSNS li {
      margin-left: 15px; }
      .footerSNS li a {
        box-sizing: content-box;
        display: block;
        height: 28px; }
        .footerSNS li a span {
          display: none; }

  .headerSNS {
    display: none !important; } }
.sustaina-life {
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 200px;
  z-index: 1; }
  @media screen and (max-width: 480px) {
    .sustaina-life {
      width: 125px;
      bottom: inherit;
      top: 240px;
      right: 15px;
      position: absolute; } }

a:focus {
  outline: none; }
