@charset "UTF-8";
.taC {
  text-align: center;
}
@media (width < 985px) {
  .spNone {
    display: none;
  }
}
@media (width > 768px) {
  .p-header__flex {
    height: 80px;
  }
}
.note {
  width: fit-content;
  margin-inline: auto;
}

.note p {
  color: #ec7c0f;
  font-weight: 700;
  font-size: 18px;
}

@media (width > 768px) {
.note p {
    font-size: 19px;
  }
}


.note ul {
  padding-top: 8px;
}

.note ul li {
  border-bottom: 1px solid rgba(112,112,112,.2);
  padding: 11px 0 8px 15px;
  position: relative;
}

@media (width > 768px) {
  .note ul li {
    padding: 9px 0 6px 25px;
  }
}

.note ul li::before {
  position: absolute;
  background-color: #ec7c0f;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  top: 22px;
  left: 2px;
  transform: translateY(-50%);
}

@media (width > 768px) {
  .note ul li::before {
    width: 7px;
    height: 7px;
    width: 7px;
    height: 7px;
    top: 50%;
    left: 6px;
  }
}

.howto {
  width: fit-content;
  margin-inline: auto;
  margin-top: 50px;
  border-radius: 29px;
  background-color: #fff;
  padding-bottom: 5px;
  overflow: hidden;
}

@media (width > 768px) {
  .howto {
    margin-top: 56px;
  }
}

.howto > p {
  background-color: #ec7c0f;
  color: #fff;
  padding: 12px 0px 9px;
  font-weight: 700;
  font-size: 16px;
}

@media (width > 768px) {
.howto > p {
    padding: 16px 0px 14px;
  }
}

.howto ol {
  padding: 0 10px;
}

@media (width > 768px) {
  .howto ol {
    padding: 2px 24px 0;
  }
}

.howto ol li {
  padding: 11px 0 8px 0px;
  position: relative;
  list-style-position: inside;
}

.howto ol li:not(:last-child) {
  border-bottom: 1px solid rgba(112,112,112,.2);
}

.howto ol li p {
  text-indent: -1.4rem;
  padding-left: 1.4rem;
  font-size: 14px;
}

.howto ol li p span {
  color: #ec7c0f;
  font-weight: 700;
}

@media (width > 768px) {
  .howto ol li {
    padding: 9px 0 6px 3px;
  }
}

@media (width > 768px) {
  .howto ol li::before {
    width: 7px;
    height: 7px;
    width: 7px;
    height: 7px;
    top: 50%;
    left: 6px;
  }
}

.p-wallpaper {
  background: url(../images/p-wallpaper-bg.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.l-wallpaper-inner {
  width: calc(100% - 72px);
  max-width: 1200px;
  margin: 0 auto;
  padding: 172px 0 180px;
}

@media (width > 768px) {
  .wallpaper-head {
    padding-top: 51px;
  }
}

.wallpaper-head__siteTitle {
  margin-bottom: 56px;
  color: #ec7c0f;
  font-weight: 700;
  font-size: 50px;
  line-height: 1;
  letter-spacing: 0.2px;
  text-align: center;
}

@media (width < 767px) {
  .l-wallpaper-inner {
    width: calc(314 / 375 * 100%);
    max-width: initial;
    margin: 0 auto;
    padding-top: 112px;
    padding-bottom: 72px;
  }
  .wallpaper-head__siteTitle {
    margin-bottom: 40px;
    color: #ec7c0f;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.3;
    letter-spacing: 0.2px;
  }
}

.wallpaper-box {
  display: grid;
  margin: 0 auto;
  justify-items: center;
}

@media (width > 768px) {
  .wallpaper-box {
    grid-template-columns: repeat(2, 1fr);
  }
}

.wallpaper-box .wallpaper-box-inner {
  display: grid;
  padding-top: 50px;
}

@media (width > 768px) {
  .wallpaper-box .wallpaper-box-inner {
    width: 88%;
    padding-top: 80px;
    min-width: 320px;
  }
}

@media (width < 767px) {
  .wallpaper-box .wallpaper-box-inner {
    width: 100%;
  }
}

.wallpaper-box .wallpaper-box-inner h3 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-bottom: 10px;
}

@media (width > 768px) {
  .wallpaper-box .wallpaper-box-inner h3 {
    font-size: 22px;
    height: auto;
    min-height: 66px;
    max-height: 110px;
  }
}

.wallpaper-box .wallpaper-box-inner h3 p {
  padding: 5px 0 0 48px;
  position: relative;
}

@media (width > 768px) {
  .wallpaper-box .wallpaper-box-inner h3 p {
    padding: 10px 0 0 58px;
    position: relative;
  }
}

.wallpaper-box .wallpaper-box-inner h3 p span {
  font-size: 16px;
  display: block;
  font-weight: 400;
  margin-top: 5px;
}

.wallpaper-box .wallpaper-box-inner h3 p::before {
  content: "";
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

@media (width > 768px) {
  .wallpaper-box .wallpaper-box-inner h3 p::before {
    width: 50px;
    height: 50px;
  }
}

.wallpaper-box .wallpaper-box-inner .wallpaper-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 290px;
    overflow: hidden;
}

.wallpaper-box .wallpaper-box-inner .wallpaper-img figure {
    margin: 0;
}

.wallpaper-box .wallpaper-box-inner .wallpaper-img img {
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
}

.wallpaper-box .wallpaper-box-inner .dl-button {
   margin: 0 auto;
   margin-top: 20px;
   min-width: 85%;
}

.wallpaper-box .wallpaper-box-inner .dl-button a {
   margin: 0 auto;
}

@media (min-width: 769px) {
  .wallpaper-box .wallpaper-box-inner .dl-button {
      height: 115px;
      margin-top: 25px;
  }

  .wallpaper-box .wallpaper-box-inner .dl-button a {
      min-width: 220px;
      max-width: 350px;
  }
}

@media (max-width: 768px) {
  .wallpaper-box .wallpaper-box-inner .dl-button {
    padding-top: 20px;
    margin: 0 auto;
  }

  .wallpaper-box .wallpaper-box-inner .dl-button a {
    max-width: 350px;
  }
}

.wallpaper-box .wallpaper-box-inner .dl-button a {
  display: block;
  border-radius: 50px;
  background-color: #ec7c0f;
  line-height: 40px;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  padding: 0 10px 0 30px;
  transition: .3s;
}

@media (width > 768px) {
  .wallpaper-box .wallpaper-box-inner .dl-button a {
      font-size: 16px;
  }
}

.wallpaper-box .wallpaper-box-inner .dl-button a:hover {
  background-color: #ff8c5a;
}

.wallpaper-box .wallpaper-box-inner .dl-button p {
  position: relative;
}

.wallpaper-box .wallpaper-box-inner .dl-button p::before {
  content: "";
  width: 25px;
  height: 25px;
  background-color: #fff;
  border-radius: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}

.wallpaper-box .wallpaper-box-inner .dl-button p::after {
  content: '';
  display: block;
  background-image: url("data:image/svg+xml,%3csvg%20id='グループ_168542'%20data-name='グループ%20168542'%20xmlns='http://www.w3.org/2000/svg'%20width='18.35'%20height='19.39'%20viewBox='0%200%2018.35%2019.39'%3e%3cg%20id='グループ_168529'%20data-name='グループ%20168529'%20transform='translate(0%200)'%3e%3cpath%20id='パス_1318368'%20data-name='パス%201318368'%20d='M0,9.7A1.385,1.385,0,0,0,1.385,11.08H13.622L7.677,17.025a1.385,1.385,0,0,0,1.958,1.959l8.31-8.31h0a1.373,1.373,0,0,0,.173-.211c.023-.034.038-.071.057-.106a1.331,1.331,0,0,0,.07-.132,1.345,1.345,0,0,0,.044-.141c.012-.039.027-.077.035-.118a1.389,1.389,0,0,0,0-.543c-.008-.041-.023-.078-.035-.118a.81.81,0,0,0-.113-.273c-.019-.035-.035-.072-.057-.106a1.392,1.392,0,0,0-.173-.212L9.635.406A1.385,1.385,0,0,0,7.677,2.365L13.622,8.31H1.385A1.385,1.385,0,0,0,0,9.7'%20transform='translate(0%200)'%20fill='%230a0a0a'/%3e%3c/g%3e%3c/svg%3e");
  width: 13px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.wallpaper-box .wallpaper-box-inner .dl-button a:not(:first-child) {
  margin-top: 10px;
}

@media (width > 768px) {
  .wallpaper-box .wallpaper-box-inner .dl-button a:not(:first-child) {
  margin-top: 15px;
}
}


/* pc */
.wallpaper-box .wallpaper-box-inner.pc h3 p::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background-image: url(../images/pc.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 20px;
  top: 10px;
}

@media (width > 768px) {
  .wallpaper-box .wallpaper-box-inner.pc h3 p::after {
    width: 50px;
    height: 25px;
    top: 13px;
  }
}

@media (width < 769px) {
  .wallpaper-box .wallpaper-box-inner.pc .wallpaper-img {
    height: 240px;
  }
}

.wallpaper-box .wallpaper-box-inner.pc .wallpaper-img figure {
  margin: 0 auto;
  width: 280px;
}

@media (width > 768px) {
  .wallpaper-box .wallpaper-box-inner.pc .wallpaper-img figure {
    width: 300px;
    height: 225px;
  }
}

@media (width < 767px) {
  .wallpaper-box .wallpaper-box-inner.pc .wallpaper-img figure {
    max-width: 280px;
  }
}

.wallpaper-box .wallpaper-box-inner.pc .wallpaper-img img {
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.16);
}



/* sp */
.wallpaper-box .wallpaper-box-inner.sp h3 p::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background-image: url(../images/sp.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 42px;
  height: 25px;
  top: 7px;
}

@media (width > 768px) {
.wallpaper-box .wallpaper-box-inner.sp h3 p::after {
    width: 50px;
    height: 35px;
    top: 8px;
  }
}

@media (width < 767px) {
  .wallpaper-box .wallpaper-box-inner.sp h3 {
    padding-bottom: 20px;
  }
}

.wallpaper-box .wallpaper-box-inner.sp .wallpaper-img {
  width: 175px;
  margin: 0 auto;
}

.wallpaper-box .wallpaper-box-inner.sp .wallpaper-img {
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.16);
}

@media (width > 768px) {
    .wallpaper-box .wallpaper-box-inner.sp:not(:first-of-type) .dl-button {
      height: 40px;
  }
}

.wallpaper-box .wallpaper-box-inner .dl-button br.txt_download {
  display: none;
}

@media (max-width: 980px) {
  .wallpaper-box .wallpaper-box-inner .dl-button a {
      line-height: 140%;
      padding: 7px 10px 7px 30px;
  }
  .wallpaper-box .wallpaper-box-inner .dl-button br.txt_download {
      display: block;
  }
}