@charset "UTF-8";
/*------------------------------------------- ダウンロード一覧*/
@media screen and (min-width: 768px) {
  .archive--card__item .button {
    max-width: 100%;
  }
}
/*------------------------------------------- ダウンロード詳細*/
.download__info {
  margin-bottom: 40px;
}

.download__img-area {
  margin-bottom: 30px;
}

.download__img {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.download__img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.download__txt-area .title2 {
  font-size: 2.4rem;
}

.download__form .table--form {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .download__info {
    display: flex;
    align-items: center;
    margin: 0 -15px 40px;
  }
  .download__img-area {
    width: 380px;
    margin: 0;
    padding: 0 15px;
  }
  .download__txt-area {
    width: calc(100% - 380px);
    padding: 0 15px;
  }
  .download__form .table--form th {
    width: 270px;
  }
  .download__form .table--form td {
    width: calc(100% - 270px);
  }
}
@media screen and (min-width: 1200px) {
  .download__info {
    margin: 0 -60px 60px;
  }
  .download__img-area {
    width: 520px;
    padding: 0 60px;
  }
  .download__txt-area {
    width: calc(100% - 520px);
    padding: 0 60px;
  }
  .download__txt-area .title2 {
    font-size: 3rem;
  }
  .download__form .table--form {
    margin-bottom: 60px;
  }
}
/*------------------------------------------- はきだしフォームCSS*/
.forms h2 {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.forms label {
  margin: 15px 0;
  display: block;
}
.forms label em {
  color: #db3c3c;
}
.forms input,
.forms textarea {
  border: 1px solid transparent;
  background-color: #ebebeb;
  width: 100%;
  padding: 11px 15px;
  transition: border-color 0.6s, background-color 0.6s;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
}
.forms input:focus,
.forms textarea:focus {
  border-color: #151515;
  background-color: #fff;
}
.forms input[type=radio], .forms input[type=checkbox] {
  display: none;
}
.forms input[type=radio]:checked + label::after, .forms input[type=checkbox]:checked + label::after {
  opacity: 1;
}
.forms input[type=radio] + label, .forms input[type=checkbox] + label {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin: 0 20px 0 0;
  transition: color 0.6s, background-color 0.6s;
}
.forms input[type=radio] + label::before, .forms input[type=checkbox] + label::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: #ebebeb;
  margin-right: 10px;
}
.forms input[type=radio] + label::after, .forms input[type=checkbox] + label::after {
  transition: opacity 0.6s;
  opacity: 0;
}
.forms input[type=radio] + label::before {
  border-radius: 100%;
}
.forms input[type=radio] + label::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #db3c3c;
  border-radius: 100%;
  position: absolute;
  top: 5px;
  left: 5px;
}
.forms input[type=checkbox] + label::after {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e910";
  display: inline-block;
  position: absolute;
  top: 9px;
  left: 6px;
  font-size: 1rem;
  color: #db3c3c;
}
.forms input#DecisionBox:checked + label {
  color: #fff;
  background-color: #3788c6;
}
.forms input#DecisionBox + label {
  width: 100%;
  margin-top: 15px;
  padding: 10px;
  background-color: #ddedf9;
  color: #3788c6;
}
.forms input#DecisionBox + label::before {
  background-color: #fff;
}
.forms input#DecisionBox + label::after {
  color: #125fa7;
  top: 19px;
  left: 15px;
}
.forms input[type=file] {
  background-color: #fff;
  padding: 0;
}
.forms select {
  width: 100%;
  height: 40px;
  display: block;
  padding: 10px;
  border: 1px solid #cccccc;
  letter-spacing: 0.05em;
}
.forms button {
  font-size: 1.5rem;
  max-width: 335px;
  width: 100%;
  height: 50px;
  border-radius: 25px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 40px auto 0;
  background-color: #db3c3c;
}
.forms button em {
  font-style: normal;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
  .forms textarea {
    height: 20vw;
  }
}
@media screen and (min-width: 1200px) {
  .forms h2 {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .forms label {
    margin: 20px 0;
  }
  .forms input#DecisionBox + label {
    margin-top: 20px;
  }
  .forms button {
    max-width: 280px;
    height: 60px;
    font-size: 1.6rem;
    border-radius: 30px;
    margin: 60px auto 0;
  }
}
/*------------------------------------------- サイドバーあり*/
.side_wrapper__main {
  margin-bottom: 60px;
}

.download__info2 {
  margin-bottom: 40px;
}

@media screen and (min-width: 1200px) {
  .side_wrapper {
    display: grid;
    -moz-column-gap: 60px;
         column-gap: 60px;
    grid-template-columns: 2fr 1fr;
  }
  .side_wrapper_sidebar__inner {
    position: -webkit-sticky;
    position: sticky;
  }
  .download__info2 {
    margin-bottom: 60px;
  }
}
/*------------------------------------------- ユニット装飾*/
.unit-custom__area > .title:first-child {
  margin-top: 0;
}
.unit-custom__area > .title:last-child {
  margin-bottom: 0;
}
.unit-custom__area [class^=column-media-] {
  margin-bottom: 15px;
}

@media screen and (min-width: 1200px) {
  .unit-custom__area [class^=column-media-] {
    margin-bottom: 30px;
  }
}