body{
  margin:0;
  background:#f6f3ed;
  color:#222;
  font-family:"Noto Sans JP", sans-serif;
  line-height:1.8;
}

a{
  color:inherit;
  text-decoration:none;
}

.wrap{
  width:min(100% - 40px, 960px);
  margin:auto;
}

.texture-header{
  background:#fff;
  border-bottom:1px solid #ddd;
}

.texture-header .inner{
  padding:18px 0 14px;
  text-align:left;
}

.texture-header .logo{
  margin:0;
}

.texture-header .logo a{
  display:block;
  width:280px;
  max-width:100%;
}

.texture-header .logo svg{
  display:block;
  width:100%;
  height:auto;
}

.texture-header .logo svg,
.texture-header .logo svg *{
  fill:#222 !important;
}

.texture-main{
  padding:56px 0 72px;
}

.texture-box{
  max-width:760px;
  margin:0 auto;
  background:#fff;
  padding:46px 44px;
  border-radius:12px;
  box-shadow:0 10px 32px rgba(0,0,0,.06);
}

.texture-box h1{
  margin:0 0 18px;
  font-size:28px;
  line-height:1.45;
  letter-spacing:.03em;
}

.texture-box h1::after{
  content:"";
  display:block;
  width:48px;
  height:3px;
  margin-top:16px;
  background:#1d8b4f;
}

.texture-box h2{
  margin:38px 0 18px;
  font-size:20px;
  line-height:1.5;
  padding-bottom:12px;
  border-bottom:1px solid #ddd;
}

.lead{
  margin:0 0 34px;
  color:#555;
  font-size:15px;
}

.form-group{
  margin-bottom:24px;
}

.form-group label{
  display:block;
  margin-bottom:7px;
  font-weight:700;
}

.required{
  display:inline-block;
  margin-left:8px;
  padding:2px 8px;
  background:#1d8b4f;
  color:#fff;
  font-size:12px;
  border-radius:3px;
}

input[type="text"],
input[type="email"]{
  width:100%;
  max-width:520px;
  padding:12px 14px;
  border:1px solid #ccc;
  border-radius:5px;
  box-sizing:border-box;
  font-size:16px;
  background:#fff;
}

.texture-list{
  margin:22px 0 34px;
}

.texture-list label{
  display:flex;
  align-items:center;
  gap:8px;
  padding:13px 14px;
  border-bottom:1px solid #e8e8e8;
  cursor:pointer;
}

.texture-list label:hover{
  background:#f8f8f8;
}

.texture-list input{
  margin:0;
}

button,
.texture-btn{
  display:inline-block;
  background:#1d8b4f;
  color:#fff;
  border:none;
  border-radius:5px;
  padding:14px 34px;
  font-size:16px;
  font-weight:700;
  cursor:pointer;
}

button:hover,
.texture-btn:hover{
  opacity:.88;
}

.texture-note{
  margin-top:26px;
  padding:15px 18px;
  background:#fff8e8;
  border-left:4px solid #c99a2e;
  font-size:14px;
}

.texture-download-item{
  padding:20px;
  border:1px solid #ddd;
  border-radius:8px;
  margin-bottom:16px;
  background:#fafafa;
}

.texture-download-item .name{
  font-weight:700;
  font-size:18px;
  margin:0 0 12px;
}

.texture-footer{
  background:#222;
  color:#fff;
  padding:46px 20px;
  text-align:center;
}

.texture-footer .name{
  font-size:20px;
  margin:0 0 12px;
}

.texture-footer p{
  margin:8px 0;
}

.texture-footer .copy{
  margin-top:20px;
  font-size:12px;
  opacity:.7;
}

@media(max-width:768px){
  .wrap{
    width:min(100% - 28px, 960px);
  }

  .texture-header .inner{
    text-align:center;
  }

  .texture-header .logo a{
    margin:0 auto;
    width:230px;
  }

  .texture-main{
    padding:32px 0 50px;
  }

  .texture-box{
    padding:28px 22px;
  }

  .texture-box h1{
    font-size:23px;
  }

  input[type="text"],
  input[type="email"]{
    max-width:100%;
  }

  button,
  .texture-btn{
    width:100%;
    text-align:center;
  }
}
.texture-note{
  margin-top:32px;
  padding:20px 22px;
  background:#f7f0df;
  border-left:4px solid #c99a2e;
  font-size:14px;
  line-height:2;
}

.texture-note a{
  color:#1d8b4f;
  font-weight:700;
  text-decoration:underline;
  text-underline-offset:3px;
}

.texture-note a:hover{
  opacity:.8;
}
.select-help{
  margin:0 0 18px;
  color:#555;
  font-size:14px;
}

.texture-list label span{
  font-weight:500;
}
.texture-download-item{
  display:block;
  margin:24px 0;
  padding:22px;
  background:#fff;
  border:1px solid #ddd;
  border-radius:10px;
}

.texture-download-item .name{
  display:block;
  margin:0 0 14px;
  font-size:20px;
  font-weight:700;
  color:#222;
}

.download-form{
  display:block;
}

.agree-check{
  display:block;
  margin:0 0 16px;
  color:#333;
}

.agree-check a{
  color:#1d8b4f;
  font-weight:700;
  text-decoration:underline;
}