body{
    font-family: "Noto Sans JP", sans-serif;
}

body a:link{
    text-decoration: none;
    color: #000;
}

body a:visited , body a:active , body a:active{
    color: #000;
}

/*--header--*/

header {
  width: 100%;
  background: #FFF;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  box-sizing: border-box;
}
/* 55thロゴ */
header h1 {
  display: flex;
  align-items: center;
  padding: 7px 10px;
}
header h1 img {
  height: 40px;
  width: auto;
  display: inline-block;
}

header h1 img + img{
    margin-left: 20px;
}

header > a {
  color: #666;
  padding: 14px 10px;
  font-size: 1.4rem;
  text-decoration: none !important;
  
    display: flex;
    justify-content: center;
    align-items: center;
}
/*--footer--*/
footer {
  width: 100%;
  padding: 50px 0;
  box-sizing: border-box;
  background-image: linear-gradient(45deg, #c70057, #e60019);
}
footer > div {
  width: calc(100% - 20px);
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}
footer > div ul {}
footer > div li {}
footer > div li a {
  background: #fff;
  border-radius: 10px;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 15px 20px;
}

footer > div li a{
    text-decoration: none !important;
}

footer > div li a:visited{
    text-decoration: none;
}
footer > div li a img {
  display: block;
  height: 40px;
  width: auto;
}
footer > div li a span {
  display: none;
  color: #000;
}
footer span {
  font-size: 14px;
  color: #fff;
  display: block;
  text-align: center;
    margin-top: 30px;
}
@media print, screen and (max-width: 767.98px) {
  footer > div li + li {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  footer > div ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  footer > div li {
    width: 32%;
  }
  footer > div li a {
    padding: 35px;
      transition: 0.6s;
  }
    
    footer > div li a:hover{
        opacity: 0.7;
    }
    
  footer > div li a img {
      height: min(5vw,50px);
    max-height: 50px;
    width: auto;
      margin: 0;
  }
  footer > div li a span {
    display: block;
    margin-top: 20px;
      font-weight: bold;
  }
    
    footer span {
    margin-top: 50px;
}
}
/* anchor */
#anchor {
  position: fixed;
  right: 10px;
  z-index: 999;
}
#anchor a {
  display: block;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
}
#anchor img {
  width: 100%;
  height: auto;
}
/* 矢印 */
.ar_r:after {
  content: url(../img/common/ar_red_r.svg);
  vertical-align: middle;
  margin-left: 8px;
}
/* .btn_cl */
.btn_cl a:hover {
  opacity: 0.6;
}
@media print, screen and (min-width: 768px) {
  /* 55thロゴ */
  header h1 img {
    width: auto;
  }
  /* 通常ロゴ
header h1 img {
  width: auto;
  height: 23px;
}*/
}
@media print, screen and (min-width: 1024px) {
  /*--header--*/
  /* 55thロゴ*/
  header {
    width: 960px;
    margin: 0 auto;
    flex-wrap: wrap;
    align-items: center;
    padding: 7px 10px;
  }
  header h1 {
    padding: 0;
  }
  header h1 img {
    height: 46px;
    width: auto;
  }
  /* 通常ロゴ
header {
  width:960px;
  margin:0 auto;
  flex-wrap: wrap;
  align-items: center;
  padding:20px 0;
}
header h1{
 order:1;
 padding:0;
}
header h1 img {
  display:block;
  width: 402px;
  height: auto;
}
*/
  header > a {
    font-size: 1.6rem;
    padding: 0;
    order: 3;
  }
  /* SNSボタン */
  .sns_share_btn {
    width: auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: flex-end;
    order: 2;
    background: none;
    padding: 0;
  }
  .sns_share_btn > div {
    margin-left: 10px;
  }
  .sns_share_btn > div > iframe {
    vertical-align: bottom;
  }
  .sns_share_btn .line {
    display: none;
  }
  /*--footer--*/
  footer {
    width: 100%;
    min-width: 960px;
    padding-top: 94px !important;
    box-sizing: border-box;
  }
  footer > div {
    width: 960px;
    margin: 0 auto;
  }
  footer img {
    display: block;
    margin: 0 auto 50px;
  }
  footer span {
    font-size: 14px;
    display: block;
    text-align: center;
  }
  /* anchor */
  #anchor {
    position: fixed;
    bottom: -80px;
    right: 30px;
  }
  #anchor a {
    display: block;
    width: 62px;
    height: 62px;
  }
  #anchor img {
    width: 100%;
    height: auto;
  }
}
@media print, screen and (min-width: 1280px) {
  /* anchor */
  #anchor {}
  #anchor a {
    display: block;
    width: 62px;
    height: 62px;
    transition: ease-in .3s all;
  }
  #anchor a:hover {
    opacity: 0.7;
  }
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .sns_share_btn {
    align-items: stretch;
  }
}