/* Scss Document */
.page-template-tpl-thanks-main footer,
.page-template-tpl-thanks-main #banner_list,
.page-template-tpl-thanks-main header,
.page-template-contact_form_main_closing footer,
.page-template-contact_form_main_closing #banner_list,
.page-template-contact_form_main_closing header {
	display: none;
}


section:before {
  background: #eb6100;

  height: 90px;
}

.dl_file_form_key img {
  width: 100%;
  height: auto;
}

.dl_file_form h2 {
  font-size: 33px;
  letter-spacing: 0.13em;
  margin-bottom: 50px !important;
}
.dl_file_form h2 img {
  margin-right: 5px;
  width: auto;
  height: auto;
  position: relative;
  top: -6px;
}

.helpfull-group {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.helpfull-group img {
  width: 100%;
  height: auto;
  /* border: #ff7800 1px solid; */
}
.helpfull-group .item-list {
  width: calc((100% - 60px) / 3);
  text-align: center;
}
.helpfull-group dt {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.12em;
  padding: 15px 0;
  span {
    font-weight: normal;
  }
}
.helpfull-group dd a {
  display: block;
  color: #fff;
  background-color: #ff7800;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.12em;
  line-height: 66px;
  text-align: center;
}
.helpfull-group dd a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .helpfull-group .item-list {
    width: 100%;
    margin-bottom: 50px;
  }
  .helpfull-group dt {
    font-size: 16px;
  }

  .helpfull-group dd a {
    font-size: 16px;
    line-height: 50px;
  }
  section {
    margin-top: 0;
    padding-top: 8vw;
  }
  section:before {
    height: 20vw;
  }
  .dl_file_form h2 {
    font-size: 5vw;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 14vw !important;
  }
  .dl_file_form h2 img {
    width: 6vw;
    top: -0.2vw;
    margin-right: 2vw;
  }
}


#mail [class^="error"] {
  color: #fff;
  background-color: #ff9900;
  font-size: .9em;
  line-height: 2.2;
  position: absolute;
  z-index: 999;
  padding: 0 12px;
  border-radius: 2px;
  max-width: 300px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  left: 37.66%;
  top: 82%;
  bottom: auto;
}
#mail [class^="error"]::before {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -10px;
  left: 5px;
  content: "";
  border: 5px solid transparent;
  border-bottom-color: #ffa325
}