@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400&display=swap);
@import url(https://fonts.googleapis.com/css?family=Sawarabi+Mincho);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,700&display=swap&subset=japanese);
/* base */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  font-size: 12px;
  font-size: 1.2rem;
}

a,
a:link,
a:visited,
a:hover,
a:active {
  outline: none;
  text-decoration: none;
}

a {
  transition: .4s;
  cursor: pointer;
}

a:hover {
  opacity: .6;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

button {
  padding: 0;
  border: none;
  transition: .4s;
  cursor: pointer;
  background: transparent;
}

button:focus {
  outline: none;
}

button:hover {
  opacity: .6;
}

.cf::after {
  display: block;
  clear: both;
  content: "";
}

.pc-only {
  display: block;
}
.tab-only{
  display: none;
}
.sp-only {
  display: none;
}
.dn{
	display: none;
}
.preload * {
  transition: none !important;
}

#wrapper {
  width: 100%;
  height: auto;
  padding-top: 110px;
  position: relative;
  overflow: hidden;
}

.inner {
  max-width: 1300px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .pc-only {
    display: none;
  }
  .tab-only{
    display: block;
  }
  .sp-only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  a:hover,
  button:hover {
    opacity: 1;
  }

  .pc-only {
    display: none;
  }
  .tab-only{
    display: none;
  }
  .sp-only {
    display: block;
  }

  #wrapper {
   padding-top: 60px;
  }
}







.complete {
    text-align: center;
}
.complete p {
    font-size: 16px;
    line-height: 1.8em;
    margin: 24px 0;
}
.complete p span {
    display: inline-block;
}
.complete a {
    font-size: 16px;
    line-height: 1.8em;
    display: block;
    word-break: break-all;
    padding: 8px 36px 8px 8px;
    line-height: 1.4em;
    position: relative;
    border-radius: 3px;
    box-shadow: 0 3px 0 #004279;
    background: #005eae;
    color: #fff;
    margin-bottom: 8px;
}

.complete .form-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 800px;
    margin: 0 auto;
}
.complete .form-r {
    width: 100%;
    display: flex;
}
.complete .form-r .form-img {
    flex: 1;
    margin: 0;
}
.complete .form-r .form-img img {
    box-shadow: 0 0 8px 0px rgb(0, 0, 0, 0.1);
    border-radius: 4px;
}
.complete .form-r .form-img + div {
    flex: 1;
    padding-left: 16px;
    width: 50%;
}
.complete .dl-li li::before {
    content: none;
}
.complete .dl-li li {
    padding: 0;
}
.complete .dl-li li a {
    display: block;
    word-break: break-all;
    padding: 8px 36px;
    line-height: 1.4em;
    position: relative;
}
.complete .dl-li li a::after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("https://icongr.am/jam/download.svg?size=128&color=ffffff") no-repeat center center / 100% auto;
    vertical-align: middle;
    float: right;
    position: absolute;
    top: 50%;
    right: 8px;
    margin-top: -12px;
}
.page-head h1 i {
  display: block;
  font-size: 14px;
  line-height: 1.2em;
  margin-top: 8px;
}
#categoryFilter {
  display: flex;
  justify-content: right;
  margin-bottom: 16px;
}
#categoryFilter select {
  -webkit-appearance: none;
  appearance: none;
  color: #666666;
  font-size: 14px;
  text-align: center;
  padding: 4px 20px 4px 4px;
  border: none;
  border-bottom: 1px solid #666666;
  display: block;
  background: none;
  background: url(https://icongr.am/fontawesome/angle-down.svg?size=128&color=666666) no-repeat center right / 16px 16px;
}