@charset "UTF-8";
/*
Theme Name: AS Theme
Author: 
Author URI: 
Version: 1.0
*/

/*トップ最新情報*/
.no_post {
  max-width: 650px;
  border-radius: 1rem;
  margin: 6rem auto 0;
  margin-top: 4rem;
  background: #F5F5F5;
  text-align: center;
  padding: 4rem;
}

/*事例紹介*/
.case_cat01 {
  background: #D53934;
}
.case_cat02 {
  background: #0B446F;
}
.post1__img {
  overflow: hidden;
}
.post1__img img {
  height: auto;
}

.case-detail__main-img4 {
  width: 42%;
}
.case-detail__main-text1 {
  width: 55%;
}
  @media screen and (max-width: 899px) {
    .case-detail__main-img4 {
      width: 100%;
    }
    .case-detail__main-text1 {
      width: 100%;
    }
  }

.case-detail__main-img5 {
  width: 42%;
}
.case-detail__main-text2 {
  width: 55%;
}
  @media screen and (max-width: 899px) {
    .case-detail__main-img5 {
      width: 100%;
    }
    .case-detail__main-text2 {
      width: 100%;
    }
  }

/*お問い合わせ*/
.field__label {
  display: inline-block;
}
.wpcf7-submit {
  background: url("assets/images/common/send-btn-arrow-white.png") #D53934 right 20px center no-repeat;
  background-size: 1.3125rem 1.25rem;
  transition: all 0.2s ease-out 0s;
}
.wpcf7-submit:hover {
  background: url("assets/images/common/send-btn-arrow-white.png") #D53934 right 15px center no-repeat;
  background-size: 1.3125rem 1.25rem;
}
.wpcf7-submit[disabled] {
  color: #999!important;
  opacity: 1!important;
  border: solid 1px #ccc!important;
  background-position: right 20px center!important;
  background-color: #ccc!important;
}

.wpcf7-checkbox input {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  display: inline-block;
  accent-color: #D53934;
}
.wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
  margin-bottom: 1.75rem;
  display: block;
}
.wpcf7-checkbox .wpcf7-list-item:last-child {
  margin-bottom: 0;
}
.wpcf7-checkbox .wpcf7-list-item-label {
  font-weight: 400!important;
}

.form__agree {
  text-align: center;
}
.form__agree .wpcf7-list-item {
  margin-left: 0;
}
.form__agree input {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  display: inline-block;
  accent-color: #D53934;
}
.form__agree .wpcf7-list-item-label {
  font-weight: 400!important;
}

.wpcf7 .wpcf7-spinner {
  position: absolute;
  right: calc(50% - 35px)!important;
  bottom: -35px!important;
}
.wpcf7 .wpcf7-response-output {
  text-align: center!important;
}

.custom-wpcf7cp-confirm.wpcf7cp-form-hide .form__fields,
.custom-wpcf7cp-confirm.wpcf7cp-form-hide .form__bottom {
  height: 0;
  padding: 0;
  margin: 0;
}
div#wpcf7cpcnf {
  position: relative!important;
}
div#wpcf7cpcnf th {
  width: 300px;
  padding: 15px 25px;
  border-bottom: solid 1px #F0F0F0;
  text-align: left;
  background: rgba(221,221,221,0.7) ;
}
div#wpcf7cpcnf th p {
  margin: 0;
}
div#wpcf7cpcnf td {
  padding: 15px 25px;
}
  @media screen and (max-width: 999px) {
    div#wpcf7cpcnf table,
    div#wpcf7cpcnf tbody,
    div#wpcf7cpcnf tr,
    div#wpcf7cpcnf th,
    div#wpcf7cpcnf td {
      display: block;
      width: 100%;
    }
    div#wpcf7cpcnf th {
      padding: 2.66vw 4vw;
    }
    div#wpcf7cpcnf td {
      padding: 4vw 0;
    }
  }

.wpcf7cp-btns {
  text-align: center;
  padding-top: 30px;
}
.wpcf7cp-btns button {
  width: 280px;
  margin: 20px 10px 0 10px;
  background: #aaa;
  border-radius: 2.1875rem;
  color: #FFF;
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  padding-bottom: 0.9375rem;
  padding-top: 0.9375rem;
  position: relative;
  text-indent: 0.04em;
  transition: all 0.2s ease-out 0s;
}
.wpcf7cp-btns button:hover {
  background: #bbb;
}
.wpcf7cp-btns .wpcf7-submit {
  background: url("assets/images/common/send-btn-arrow-white.png") #D53934 right 20px center no-repeat;
  background-size: 1.3125rem 1.25rem;
}
.wpcf7cp-btns .wpcf7-submit:hover {
  background: url("assets/images/common/send-btn-arrow-white.png") #D53934 right 15px center no-repeat;
  background-size: 1.3125rem 1.25rem;
}

.classification__right li :checked + label {
  background: #D53934;
  color: #fff;
}
.classification__right li label {
  outline: none;
  background: #FFF;
  border: 1px solid #D53934;
  border-radius: 0.9375rem;
  color: #D53934;
  display: block;
  font-size: 1rem;
  line-height: 1;
  padding-bottom: 0.3125rem;
  padding-left: 1.1875rem;
  padding-right: 1.1875rem;
  padding-top: 0.3125rem;
  text-align: left;
  transition: background 0.2s ease-out, color 0.2s ease-out;
}
.classification__right li label:hover {
  background: #D53934;
  color: #fff;
}

.topics-detail__main-wrap img {
  width: auto!important;
  aspect-ratio: auto!important;
}

.page-id-19 .l-footer,
.page-id-21 .l-footer {
  margin-top: 0!important;
}

.thanks_box p {
  margin-bottom: 30px;
}
  @media screen and (max-width: 899px) {
    .thanks_box p {
      margin-bottom: 5vw;
    }
  }

.case__contents {
  min-width: 100%;
}
.case__inner {
  justify-content: flex-start;
}
  @media screen and (max-width: 899px) {
    .case__contents {
      min-width: calc(100% + 10rem);
    }
  }

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.alignright {
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
}
.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}