.mf_finder_container {
  height: 130px;
}

header.pc{
  height: 130px;
}

.invoce-issue_img img,
.img_container div img {
  width: 100%;
}

.mainVisual {
  background: url(/group/support/img/main.png) no-repeat;
  background-position: center;
  background-size: cover;
  height: 288px;
  position: relative;
}

.mainVisual::after{
  content: "";
  background: rgba(255,255,255,.4);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.mainVisual h1 {
  position: absolute;
    top: 50%;
    left: 50%; /* 水平方向も中央にする場合 */
    transform: translate(-50%, -50%); /* 上下左右中央 */
    text-align: center; /* 水平方向中央 */
    width: 100%;
    z-index: 100;
}

  .mainVisual h1 br:nth-child(1),
  .mainVisual h1 br:nth-child(3) {
    display: none;
  }

.mainVisual h1 span {
  font-size: 85%;
}

.anc-box {
  display: flex;
}

.anc-box li {
  border-radius: 10px;
  box-shadow: 0px 0px 5px 1px #a9a9a9;
  padding: 6px 15px;
  margin-right: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 16px;
  display: flex;
  align-items: center;
  line-height: 1.3;
}

.attend {
  font-size: 95%;
}

.contentsArea>section h2:not(.line)::before {
  display: none;
}

.contentsArea>section h2:not(.line)::after {
  display: none;
}

.sec_title {
  background-color: #e0efff;
  padding: 10px;
}

.invoce-issue_inner {
  line-height: 1.7;
  margin-bottom: 15px;
  margin-top: 15px;
}

.invoce-issue_img {
  width: 682px;
}

.img_container {
  width: 700px;
}

.invoce_img01 {
  margin-bottom: 10px;
}

.img_title {
  font-weight: bold;
  background-color: #f5f5f5;
  padding: 5px;
  margin: 15px 0 5px;
}

#myPage_sec ul,
#account_transfer_sec ul,
.registration_box ul {
  line-height: 1.7;
}


#invoce-dl_sec p,
#myPage_sec p,
#account_transfer_sec p {
  margin-top: 15px;
}

#q-a_sec .mt {
  margin-top: 15px;
}

.attend.color-red {
  color: red;
}

.manual_link {
  text-align: center;
  margin-top: 30px;
}

.manual_link a {
  display:inline-block;
  border: 3px solid #0D6EB8;
  border-radius: 35px;
  padding: 10px 0;
  color: #000000;
  font-weight: bold;
  font-size: 110%;
  line-height: 1.4;
  width: 450px;
}

.manual_link a:hover {
  cursor: pointer;
  background-color: #0D6EB8;
  color: #ffffff;
}

.registration_box {
  background-color: #e0e0e0;
  padding: 20px;
  margin-top: 15px;
}

@media screen and (max-width: 640px) {
  header.tab.sp {
    height: 110px !important;
  }
  .contentsArea {
    margin-top: 0;
  }
  .contentsArea>section  {
    padding-top: 0;
  }
  .mainVisual {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  }

  .contentsArea>section h1{
    font-size: 182%;
  }

  .mainVisual h1 br {
    display: block;
  }

  .mainVisual h1 br:nth-child(1) {
    display: block;
  }

  .mainVisual h1 span {
    font-size: 80%;
  }

    .anc-box {
    display: block;
    margin-top: 15px;
    margin-bottom: 13px;
  }

  .anc-box li {
    margin-right: 0;
    margin-top: 7px;
    margin-bottom: 7px;
    font-size: 16px;
    justify-content: center;
  }

    .anc-box li br {
    display: none;
  }

  .contentsArea>section h2 {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    font-size: 23px;
    padding-left: 15px;
  }

  .invoce-issue_img {
    width: 100%;
  }
  .img_container {
    width: 100%;
  }

    .manual_link a {
      padding-left: 0;
      padding-right: 0;
      font-size: 100%;
      width: 100%;
  }
}