@charset "UTF-8";
:root {
  --header-height: 112px;
}

@media screen and (max-width: 768px) {
  :root {
    --header-height: min(17.0666666667vw, 64px);
    --header-height: 17.0666666667vw;
  }
}
#catalog {
  max-width: 1200px;
}

@media screen and (min-width: 769px) {
  .tit_kv .pc {
    display: inline;
  }
}

.ul_term {
  margin-bottom: min(4.5454545455vw, 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
.ul_term li {
  width: calc((100% - 24px) / 3);
}
.ul_term li a {
  min-height: 44px;
  padding: 0 0.8em;
  border: 2px solid #e1e1e1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.25;
  text-align: center;
}
.ul_term li a:hover, .ul_term li a.current {
  background: #000;
  border-color: #000;
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .ul_term li a {
    min-height: min(4.3010752688vw, 44px);
    padding: 0 0.8em;
    font-size: min(1.5640273705vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .ul_term {
    margin-bottom: 3em;
  }
  .ul_term li {
    width: 100%;
  }
  .ul_term li a {
    min-height: min(10.6666666667vw, 44px);
    font-size: min(3.7333333333vw, 16px);
  }
}

.box_download {
  margin-top: 40px;
  position: relative;
}
.box_download::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAAXNSR0IArs4c6QAAABpJREFUGFdjnDdv3v+kpCRGBgYGBjABAygcAI3ZBAQVheorAAAAAElFTkSuQmCC) repeat;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .box_download {
    margin-top: 7vw;
  }
}

.download {
  position: relative;
}
.download::before,
.download .goform::after {
  content: "";
  display: block;
  position: absolute;
}
.download::before {
  width: 100%;
  height: 1px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAAXNSR0IArs4c6QAAABpJREFUGFdjnDdv3v+kpCRGBgYGBjABAygcAI3ZBAQVheorAAAAAElFTkSuQmCC) repeat;
  top: 0;
  left: 0;
  opacity: 0.5;
  z-index: 1;
}
.download .goform {
  width: 100%;
  padding: 20px 40px 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  border: none;
  border-radius: 0;
}
.download .goform:not(a) {
  padding-right: 180px;
}
.download .goform[target=_blank] span::after {
  content: none;
}
.download .goform::after {
  width: 16px;
  height: 16px;
  background-color: #9E9E9E;
  -webkit-mask: url(../img/common/icon_download.svg);
          mask: url(../img/common/icon_download.svg);
  -webkit-mask-size: 16px;
          mask-size: 16px;
  vertical-align: middle;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .download .goform::after {
    right: min(2.6666666667vw, 10px);
  }
}
.download .goform .inbox {
  padding-left: min(1.0606060606vw, 14px);
  position: relative;
}
.download .goform .inbox::before {
  content: "";
  display: inline-block;
  width: min(2.6666666667vw, 10px);
  height: min(1.6vw, 6px);
  -webkit-mask: url(../img/common/icon_chevron.svg);
          mask: url(../img/common/icon_chevron.svg);
  background-color: #9E9E9E;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  vertical-align: middle;
  position: absolute;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  left: 0;
  top: 0.6em;
  position: relative;
  left: 0;
  top: -0.1em;
  margin: auto;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.download .goform .title,
.download .goform .filesize {
  display: inline-block;
  font-family: "ZenKakuGothicNew-Medium", serif;
}
.download .goform .title {
  position: relative;
  margin-right: 0.8em;
  font-size: 18px;
}
.download .goform .title::after {
  content: none;
}
.download .goform .title .title, .download .goform .title .filesize {
  display: inline;
}
.download .goform .filesize {
  font-size: 14px;
  color: #9E9E9E;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
}
.download .goform .markform {
  width: 108px;
  height: 44px;
  padding-top: 0.45em;
  font-size: 14px;
  color: #9E9E9E;
  background: #fff;
  border-radius: 4px;
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .download .goform .markform {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 50px;
    margin: auto;
  }
}
.download .goform:hover {
  background: #e1e1e1;
}
.download .goform:hover, .download .goform:hover .filesize, .download .goform:hover .text {
  color: #B90101;
}
.download .goform:hover > div::before,
.download .goform:hover > span::before, .download .goform:hover::after {
  background-color: #B90101;
}
@media screen and (max-width: 1023px) {
  .download .goform:not(a) {
    padding-right: min(17.5953079179vw, 180px);
  }
  .download .goform .title {
    font-size: min(1.7595307918vw, 18px);
  }
  .download .goform .filesize {
    font-size: min(1.3685239492vw, 14px);
  }
  .download .goform .markform {
    width: min(10.5571847507vw, 108px);
    height: min(4.3010752688vw, 44px);
    font-size: min(1.3685239492vw, 14px);
  }
}
@media screen and (max-width: 768px) {
  .download .goform, .download .goform:not(a) {
    padding-right: 0.6em;
  }
  .download .goform .inbox {
    line-height: 1.5;
  }
  .download .goform .inbox {
    width: calc(100% - 2em);
    padding-left: 0.8em;
  }
  .download .goform .title,
  .download .goform .filesize,
  .download .goform .markform {
    display: inline;
  }
  .download .goform .title {
    font-size: min(4.2666666667vw, 18px);
  }
  .download .goform .filesize {
    font-size: min(3.2vw, 14px);
  }
  .download .goform .markform {
    width: auto;
    height: auto;
    font-size: min(3.2vw, 14px);
    position: static;
    text-align: center;
    padding: 3px 8px 2px;
    margin: 0.5em 0 0 1em;
  }
}
.download .thumbnail {
  width: 120px;
  margin-right: 20px;
  padding-left: 0;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}
.download .thumbnail + .inbox {
  width: calc(100% - 160px);
}
.download .thumbnail::before {
  content: none;
}
@media screen and (max-width: 768px) {
  .download .thumbnail {
    width: min(18.6666666667vw, 120px);
    margin-right: min(5.3333333333vw, 20px);
  }
  .download .thumbnail + .inbox {
    width: calc(100% - min(18.6666666667vw, 120px) - 20px);
    padding-right: 1em;
  }
}
@media screen and (max-width: 768px) {
  .download.withimg .markform {
    margin-left: min(26.6666666667vw, 100px);
  }
}

::-webkit-input-placeholder {
  color: #CBCBCB;
  opacity: 1;
}

::-moz-placeholder {
  color: #CBCBCB;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #CBCBCB;
}

button:hover {
  cursor: pointer;
}

#downloadform input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#downloadform input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
#downloadform [type=checkbox] {
  display: none;
}
#downloadform .checkbox {
  display: inline-block;
  width: 1em;
  height: 1em;
  background: #ddd;
}
#downloadform [type=checkbox]:checked + .checkbox {
  background: #ff310f;
}
#downloadform button,
#downloadform input {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  letter-spacing: 0.05em;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "inter", "ZenKakuGothicNew-Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
}
#downloadform button:focus,
#downloadform input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 1px rgba(255, 255, 255, 0.3) solid;
}
#downloadform button:has(+ .error),
#downloadform input:has(+ .error) {
  background: #ffefec !important;
  color: #f9c4bb;
}
#downloadform button:has(+ .error)::-webkit-input-placeholder,
#downloadform input:has(+ .error)::-webkit-input-placeholder {
  color: #f9c4bb;
  opacity: 1;
}
#downloadform button:has(+ .error)::-moz-placeholder,
#downloadform input:has(+ .error)::-moz-placeholder {
  color: #f9c4bb;
  opacity: 1;
}
#downloadform button:has(+ .error):-ms-input-placeholder,
#downloadform input:has(+ .error):-ms-input-placeholder {
  color: #f9c4bb;
}
#downloadform .is-error {
  color: #B90101;
}
#downloadform input[type=text] {
  min-height: 48px;
  padding: 0.1em 1em;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  background: #fff;
}
#downloadform input[type=text]:focus {
  outline: #B90101;
  border: 1px solid #B90101;
  -webkit-box-shadow: 0px 0px 0px 1px #B90101;
          box-shadow: 0px 0px 0px 1px #B90101;
}
@media screen and (max-width: 768px) {
  #downloadform button,
  #downloadform input {
    font-size: 4.2666666667vw;
  }
  #downloadform input[type=text] {
    width: 100%;
    padding: 0.3em 0.7em;
  }
  #downloadform input[type=text] {
    min-height: initial;
  }
}
#downloadform input[type=checkbox],
#downloadform input[type=radio] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: none;
}
#downloadform input[type=radio] {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  background: #fff;
  border: 2px solid #e1e1e1;
}
#downloadform input[type=radio]:checked:before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
}
#downloadform input[type=radio]:checked:before:hover {
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  #downloadform .radio label {
    margin-right: 3em;
    margin-left: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #downloadform .radio label {
    width: calc(50% - 40px);
    display: inline-block;
  }
}
#downloadform input[type=checkbox] {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  position: relative;
  top: -3px;
  display: inline-block;
  background: #fff;
  border: 2px solid #e1e1e1;
}
#downloadform input[type=checkbox]:checked:before {
  content: "";
  width: 14px;
  height: 10px;
  -webkit-mask: url(../img/common/icon-feather-check.svg);
          mask: url(../img/common/icon-feather-check.svg);
  background-color: #fff;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  position: absolute;
  top: 5px;
  left: 4px;
}
#downloadform input[type=checkbox]:checked:before:hover {
  cursor: pointer;
}
#downloadform input[type=checkbox]:checked {
  background: #000;
  border: 2px solid #000;
}
#downloadform .e-button {
  height: 100%;
  display: block;
  background: #2D2A2A;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#downloadform .e-button:hover {
  background: #B90101;
}
@media screen and (max-width: 768px) {
  #downloadform .e-button {
    font-size: min(4.2666666667vw, 18px);
  }
}
@media screen and (max-width: 768px) {
  #downloadform .area_download {
    padding-top: 0;
    padding-bottom: 3em;
  }
}
#downloadform .box_file {
  margin-top: 33px;
  padding: 24px 24px 20px;
  border: 3px solid #e1e1e1;
}
#downloadform .box_file .title {
  font-size: 20px;
  color: #B90101;
}
#downloadform .box_file .file {
  margin-top: 6px;
  font-size: 18px;
  line-height: 1.8;
}
#downloadform .box_file .file .size {
  margin-left: 0.5em;
  font-size: 14px;
  color: #9E9E9E;
}
@media screen and (max-width: 768px) {
  #downloadform .box_file {
    margin-top: 1.4em;
    padding: 1em 5%;
  }
  #downloadform .box_file .title {
    font-size: min(4.8vw, 20px);
  }
  #downloadform .box_file .file {
    margin-top: 0;
    font-size: min(3.7333333333vw, 18px);
  }
  #downloadform .box_file .file .size {
    margin-left: 0.4em;
    font-size: min(3.2vw, 14px);
  }
}
#downloadform .area_status {
  width: calc(100% - 528px);
  padding-right: min(4.5454545455vw, 60px);
}
#downloadform .area_status .text {
  margin-top: 21px;
  line-height: 2;
  font-size: 18px;
}
@media screen and (max-width: 1023px) {
  #downloadform .area_status {
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #downloadform .area_status .text {
    margin-top: 0.8em;
    font-size: min(4.2666666667vw, 18px);
  }
}
#downloadform .area_form {
  width: 528px;
  padding: 40px 19px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}
#downloadform .area_form .txt_att {
  padding-left: 1.5em;
  color: #9E9E9E;
  font-size: 14px;
  position: relative;
  line-height: 1.6;
}
#downloadform .area_form .txt_att::before {
  content: "※";
  font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  #downloadform .area_form .txt_att {
    font-size: min(3.2vw, 14px);
  }
}
#downloadform .area_form .mark {
  width: 40px;
  height: 22px;
  margin-left: 10px;
  font-family: "ZenKakuGothicNew-Medium", serif;
  font-size: 12px;
  background: #B90101;
  border-radius: 4px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  display: inline-block;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 768px) {
  #downloadform .area_form .mark {
    margin-left: 8px;
    top: 0;
  }
}
#downloadform .area_form dl dt {
  margin-bottom: 5px;
  font-size: 18px;
  font-family: "inter", "ZenKakuGothicNew-Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
}
#downloadform .area_form dl dt .e-note {
  font-size: 16px;
  font-family: "ZenKakuGothicNew-Medium", serif;
}
#downloadform .area_form dl dd + dt {
  margin-top: 28px;
}
#downloadform .area_form .dl_upper {
  padding: 0 21px;
}
#downloadform .area_form .dl_upper dd .ul_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#downloadform .area_form .dl_upper dd .ul_name li {
  width: calc((100% - 6px) / 2);
}
#downloadform .area_form .dl_upper dd .ul_radio {
  margin-top: 7px;
}
#downloadform .area_form .dl_upper dd .ul_radio li {
  padding-left: 38px;
  position: relative;
  font-size: 18px;
}
#downloadform .area_form .dl_upper dd .ul_radio li + li {
  margin-top: 3px;
}
#downloadform .area_form .dl_upper dd .ul_radio li input[type=radio] {
  position: absolute;
  top: 48%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#downloadform .area_form .dl_upper dd .txt_att {
  margin-top: 6px;
}
#downloadform .area_form .dl_under {
  margin-top: 30px;
  padding: 24px 21px 25px;
  background: #EFEFEF;
}
#downloadform .area_form .dl_under .txt_att {
  margin-top: 13px;
}
#downloadform .area_form .l-policy {
  margin-top: 38px;
  text-align: center;
  font-size: 18px;
}
#downloadform .area_form .l-policy input[type=checkbox] {
  top: 4px;
  left: -7px;
}
#downloadform .area_form .l-policy .is-error {
  display: block;
}
#downloadform .area_form .l-policy a {
  margin-right: 20px;
}
#downloadform .area_form .l-policy a::before {
  content: "";
  display: block;
  position: absolute;
  width: 0%;
  height: 1px;
  background: #B90101;
  position: absolute;
  left: 0;
  bottom: -1px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#downloadform .area_form .l-policy a:hover {
  color: #B90101;
}
#downloadform .area_form .l-policy a:hover::before {
  width: 100%;
}
#downloadform .area_form .l-policy a::before {
  width: 100%;
}
#downloadform .area_form .l-policy a span {
  color: #B90101;
}
#downloadform .area_form .l-policy a span::after {
  width: 12px;
  height: 12px;
  position: absolute;
  background-color: #B90101;
  right: -16px;
  bottom: 4px;
}
#downloadform .area_form .l-policy a:hover {
  opacity: 0.6;
}
#downloadform .area_form .box_btn {
  width: 360px;
  height: 60px;
  margin: 34px auto 0;
  position: relative;
}
#downloadform .area_form .box_btn::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-mask: url(../img/common/icon_arrow_hori.svg);
          mask: url(../img/common/icon_arrow_hori.svg);
  background-color: #fff;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  vertical-align: middle;
  position: absolute;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #downloadform .area_form .box_btn::after {
    width: min(3.7333333333vw, 16px);
    height: min(3.7333333333vw, 16px);
  }
}
@media screen and (max-width: 1023px) {
  #downloadform .area_form {
    width: 100%;
    margin-top: 40px;
  }
  #downloadform .area_form .dl_upper dd .ul_name li {
    width: calc((100% - 3px) / 2);
  }
}
@media screen and (max-width: 768px) {
  #downloadform .area_form {
    margin-top: 2.5em;
    padding: 1.55em 3%;
  }
  #downloadform .area_form dl dt {
    margin-bottom: 0.2em;
    font-size: min(4.2666666667vw, 18px);
  }
  #downloadform .area_form dl dt .e-note {
    font-size: min(3.7333333333vw, 16px);
  }
  #downloadform .area_form dl dd + dt {
    margin-top: 1em;
  }
  #downloadform .area_form .dl_upper {
    padding: 0 3%;
  }
  #downloadform .area_form .dl_upper dd .ul_radio {
    margin-top: 0.3em;
  }
  #downloadform .area_form .dl_upper dd .ul_radio li {
    padding-left: 2.3em;
    font-size: min(4.2666666667vw, 18px);
  }
  #downloadform .area_form .dl_upper dd .ul_radio li + li {
    margin-top: 0.2em;
  }
  #downloadform .area_form .dl_upper dd .txt_att {
    margin-top: 0.2em;
  }
  #downloadform .area_form .dl_under {
    margin-top: 1.2em;
    padding: 1.3em 3% 1em;
  }
  #downloadform .area_form .dl_under .txt_att {
    margin-top: 1em;
  }
  #downloadform .area_form .l-policy {
    margin-top: 1.8em;
    font-size: min(3.7333333333vw, 18px);
    text-align: left;
  }
  #downloadform .area_form .l-policy a {
    margin-right: 1.3em;
  }
  #downloadform .area_form .l-policy a span::after {
    width: min(2.6666666667vw, 16px);
    height: min(2.6666666667vw, 16px);
    right: -0.8em;
  }
  #downloadform .area_form .l-policy .e-check-wrap {
    position: relative;
    padding-left: 2.9em;
    font-size: min(4.2666666667vw, 16px);
    line-height: 1.9;
  }
  #downloadform .area_form .l-policy input[type=checkbox] {
    display: block;
    position: absolute;
    top: 0.3em;
    left: 0.6em;
  }
  #downloadform .area_form .box_btn {
    width: 90%;
    height: 3.3em;
    margin: 1.4em auto 0;
  }
  #downloadform .area_form .box_btn::after {
    right: 1em;
  }
}
@media screen and (max-width: 768px) {
  #downloadform + #breadcrumb {
    padding: 0 0 3em;
  }
}
#downloadform.confirm .dl_confirm {
  padding: 0 21px;
}
#downloadform.confirm .l-contact-button {
  width: 92%;
  margin: 2em auto 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#downloadform.confirm .l-contact-button .box_btn {
  width: 48%;
  margin: 0;
}
#downloadform.confirm .l-contact-button .box_btn.back .e-button {
  border: 1px solid #2D2A2A;
  color: #2D2A2A;
  background: #fff;
}
#downloadform.confirm .l-contact-button .box_btn.back::after {
  right: auto;
  left: 1em;
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
  background-color: #2D2A2A;
}
#downloadform.confirm .l-contact-button .box_btn.back:hover .e-button {
  color: #fff;
  background: #2D2A2A;
}
#downloadform.confirm .l-contact-button .box_btn.back:hover::after {
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #downloadform.confirm .l-contact-button .box_btn.back span {
    display: none;
  }
  #downloadform.confirm .l-contact-button .box_btn.back::after {
    left: 0.6em;
  }
}
#downloadform.complete .flex_wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#downloadform.complete .area_status {
  display: none;
}
#downloadform.complete .box_text {
  text-align: center;
}
#downloadform.complete .box_text .title {
  font-size: 24px;
}
#downloadform.complete .box_text .txt_lead {
  margin-top: 20px;
  line-height: 2;
  font-size: 18px;
}
#downloadform.complete .box_text .txt_att {
  font-size: 14px;
  color: #9E9E9E;
}
#downloadform.complete .box_file {
  width: 680px;
  margin: 40px auto 0;
  padding: 40px 40px;
  background: #fff;
  border: none;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}
#downloadform.complete .box_btn {
  width: 360px;
  margin: 30px auto 0;
  position: relative;
}
#downloadform.complete .box_btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  -webkit-mask: url(../img/common/icon_download.svg);
          mask: url(../img/common/icon_download.svg);
  background-color: #fff;
  -webkit-mask-size: 16px;
          mask-size: 16px;
  vertical-align: middle;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #downloadform.complete .box_btn::after {
    right: min(2.6666666667vw, 10px);
  }
}
@media screen and (max-width: 768px) {
  #downloadform.complete .box_text .title {
    margin-top: -0.2em;
    font-size: min(5.3333333333vw, 24px);
  }
  #downloadform.complete .box_text .txt_lead {
    margin-top: 0.6em;
    font-size: min(4.2666666667vw, 18px);
    text-align: left;
  }
  #downloadform.complete .box_text .txt_att {
    font-size: min(3.7333333333vw, 14px);
    text-align: left;
  }
  #downloadform.complete .box_file {
    width: 100%;
    margin: 1.6em auto 0;
    padding: 1.6em 6% 1.8em;
  }
  #downloadform.complete .box_btn {
    width: 95%;
    margin: 1.9em auto 0;
  }
  #downloadform.complete .box_btn::after {
    width: 12px;
    height: 12px;
    -webkit-mask-size: 12px;
            mask-size: 12px;
  }
}