@charset "UTF-8";
.l-contents__inner--single-material {
  padding: 10px 0;
}

.detail-material {
  width: 100%;
}

.detail-material__heading {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #1565C0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .detail-material__heading {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 30px;
    padding: 20px 0px 0;
  }
}

.detail-material__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .detail-material__body {
    display: block;
  }
}

.detail-material__detail {
  width: 680px;
}

@media screen and (max-width: 767px) {
  .detail-material__detail {
    width: 100%;
    margin-right: 0;
    padding: 0 30px;
    margin-bottom: 40px;
  }
}

.detail-material__detail .c-material-card--slide.c-material-card--three {
  width: 180px;
}

@media screen and (max-width: 767px) {
  .detail-material__detail .c-material-card--slide.c-material-card--three {
    width: 100%;
  }
}

.detail-material__thumbnail {
  border: 1px solid #DDDDDD;
}

.detail-material__description {
  margin-top: 30px;
  font-size: 16px;
  line-height: 2;
}

.detail-material__description h2 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 6px;
}

.detail-material__description a {
  text-decoration: underline;
  color: #1565C0;
}

.detail-material__description a:hover {
  text-decoration: none;
}

.detail-material__finds {
  margin-top: 50px;
  margin-bottom: 40px;
}

@media screen and (min-width: 767px) {
  .detail-material__form {
    width: 500px;
  }
}

.material-preview__thumbnail {
  width: 680px;
  height: 500px;
  -webkit-transition: 200ms;
  transition: 200ms;
  opacity: 1;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .material-preview__thumbnail {
    -webkit-transition: none;
    transition: none;
    width: 100%;
    height: 70vw;
  }
  .material-preview__thumbnail:hover {
    opacity: 1;
  }
}

.material-preview__thumbnail.is-active {
  border-color: #1565C0;
}

@media screen and (max-width: 767px) {
  .material-preview__thumbnail:before {
    content: "";
    display: block;
  }
}

.material-preview__thumbnail img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 500px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .material-preview__thumbnail img {
    max-height: 70vw;
  }
}

.material-slide-prev-arrow,
.material-slide-next-arrow {
  width: 38px;
  height: 38px;
  border-radius: 38px;
  position: absolute;
  top: calc((100% - 38px) / 2);
  cursor: pointer;
  -webkit-transition: 200ms;
  transition: 200ms;
  opacity: 1;
  z-index: 999;
}

.material-slide-prev-arrow:hover,
.material-slide-next-arrow:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .material-slide-prev-arrow,
  .material-slide-next-arrow {
    -webkit-transition: none;
    transition: none;
  }
  .material-slide-prev-arrow:hover,
  .material-slide-next-arrow:hover {
    opacity: 1;
  }
}

.material-slide-prev-arrow {
  right: 92%;
  background: rgba(209, 209, 209, 0.3) url(../../img/common/icon_arrow_slide_s_w_r.svg) no-repeat center;
  background-size: 42%;
  transform: rotate(180deg);
  background-position: 12px 5px;
}

.material-slide-next-arrow {
  left: 92%;
  background: rgba(209, 209, 209, 0.5) url(../../img/common/icon_arrow_slide_s_w_r.svg) no-repeat center;
  background-size: 42%;
  background-position: 12px 5px;
}

.material-preview__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.material-point {
  position: relative;
  padding: 50px 30px 30px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 767px) {
  .material-point {
    margin: 0 -30px;
  }
}

.material-point__item {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 15px;
}

.material-point__item:not(:first-child) {
  margin-top: 10px;
}

.material-point__item:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1565C0;
  position: absolute;
  top: 9px;
  left: 0;
}


.material-find {
  position: relative;
  padding: 50px 30px 30px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 767px) {
  .material-find {
    margin: 0 -30px;
  }
}

.material-find__title {
  position: absolute;
  top: -16px;
  left: 0;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  padding: 8px 16px;
  background: #434E5B;
}

@media screen and (max-width: 767px) {
  .material-find__title {
    left: 30px;
  }
}

.material-find__title:before {
  content: "";
  display: block;
  position: absolute;
  left: calc(100% - 1px);
  bottom: 0;
  border: 8px solid #434E5B;
  border-top-color: transparent;
  border-right-color: transparent;
}

.material-find__item {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 15px;
}

.material-find__item:not(:first-child) {
  margin-top: 10px;
}

.material-find__item:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1565C0;
  position: absolute;
  top: 9px;
  left: 0;
}

.material-form {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.15);
  border-top: 3px solid #1565C0;
  width: 500px;
  height: 530px;
  position: fixed;
}

.material-form.js-bottom-stop {
  position: absolute;
  top: auto;
  bottom: 30px;
}

@media screen and (max-width: 767px) {
  .material-form {
    width: auto;
    position: relative;
  }
}

.material-form__body {
  padding: 67px 40px 30px;
}

@media screen and (max-width: 767px) {
  .material-form__body {
    padding: 30px 30px 20px;
  }
}

.material-form__body-inner{
  margin-bottom: 20px;
}

.material-form__footer {
  background-color: #F7F7F7;
  padding: 30px 30px 50px;
  text-align: center;
}

.material-form__footer p {
  margin-bottom: 10px;
}

.material-form__footer p a {
  color: #1565C0;
  text-decoration: underline;
}

.material-form__footer p a:hover {
  text-decoration: none;
}

.material-other-post__sp-wrapper{
  width: 100%;
  margin-right: 0;
  padding: 0 30px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .material-other-post{
    width: 100%;
  }
}

.material-carousel__body--pc {
  padding: 0 40px;
  display: block;
}

.material-carousel__body--sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .material-carousel__body--pc {
    display: none;
  }

  .material-carousel__body--sp {
    display: block;
  }
}

.material-carousel__body--sp .material-carousel__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-overflow-scrolling: touch;
  justify-content: space-between;
}

.material-carousel__body--pc .material-carousel__item {
  margin-right: 30px;
  position: relative;
}

.material-carousel__body--sp .material-carousel__item {
  margin-right: 0;
  position: relative;
  flex-basis: calc( (100vw - 60px) / 2 - 2.4% );
}

.material-carousel__body--sp .material-carousel__item:nth-of-type(1) {
  flex-basis: 100%;
}

@media screen and (max-width: 767px) {
  .material-carousel__item + .material-carousel__item {
    margin-top: 20px;
  }
}

.slide-prev-arrow,
.slide-next-arrow {
  width: 32px;
  height: 50px;
  position: absolute;
  top: 50px;
  background: #ddd;
  cursor: pointer;
  -webkit-transition: 200ms;
  transition: 200ms;
  opacity: 1;
}

.slide-prev-arrow:hover,
.slide-next-arrow:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .slide-prev-arrow,
  .slide-next-arrow {
    -webkit-transition: none;
    transition: none;
  }
  .slide-prev-arrow:hover,
  .slide-next-arrow:hover {
    opacity: 1;
  }
}

.slide-prev-arrow {
  right: 100%;
  margin-right: 24px;
  background: url(../../img/common/icon_arrow_slide_l_l.svg) no-repeat center;
}

.slide-next-arrow {
  left: 100%;
  margin-left: 24px;
  background: url(../../img/common/icon_arrow_slide_l_r.svg) no-repeat center;
}

.material__heading--other-post {
  position: relative;
  color: #434E5B;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 22px;
  margin-top: 100px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .material__heading--other-post {
    padding-bottom: 15px;
    margin-top: 60px;
    margin-bottom: 30px;
  }
}

.material__heading--other-post:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  bottom: 0;
  background: #F7F7F7;
}

.material__heading--other-post:after {
  content: "";
  position: absolute;
  display: block;
  width: 100px;
  height: 3px;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(#1565C0), to(#03A9F4));
  background: linear-gradient(90deg, #1565C0 0%, #03A9F4 100%);
}

@media screen and (max-width: 767px) {
  .material__heading--other-post:after {
    width: 50px;
  }
}

.wpcf7-form br {
  display: none;
}

.wpcf7-form .ajax-loader {
  display: none !important;
}

.wpcf7-form .wpcf7-response-output {
  margin: 0 0 30px;
  border: none !important;
  border-radius: 6px;
  color: #FE595E !important;
  background: #FEEEEF !important;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  padding: 17px 20px;
}

.wpcf7-form label {
  display: block;
  color: #323B44;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 12px;
}

.wpcf7-form .wpcf7-list-item {
  margin: 0;
}

.wpcf7-form .confirm-term {
  font-size: 16px;
  line-height: 18px;
  font-weight: normal;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  padding-left: 30px;
}

.wpcf7-form .confirm-term label {
  margin-bottom: 0;
}

.wpcf7-form .confirm-term .wpcf7-form-control-wrap {
  margin-bottom: 0;
  position: static;
}

.wpcf7-form .confirm-term a {
  color: #1565C0;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .wpcf7-form .confirm-term a:hover {
    text-decoration: none;
  }
}

.wpcf7-form .confirm-term .wpcf7-form-control.wpcf7-checkbox {
  margin-bottom: 0;
}

.wpcf7-form .confirm-term .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
  margin-right: 0;
}

.wpcf7-form .confirm-term .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
}

.wpcf7-form .confirm-term .wpcf7-not-valid-tip {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.wpcf7-form .required {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wpcf7-form .required:before {
  content: "必須";
  display: inline-block;
  white-space: nowrap;
  border-radius: 2px;
  background-color: #1565C0;
  color: #FFFFFF;
  font-size: 12px;
  letter-spacing: -0.5px;
  line-height: 14px;
  padding: 3px 7px;
  text-align: center;
  margin-right: 8px;
  font-weight: normal;
  margin-top: 3px;
}

.wpcf7-form .select {
  position: relative;
}

.wpcf7-form .select:after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  background: url(../../img/common/img_arrow_m_gray.svg) no-repeat center/contain;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 20px;
}

.wpcf7-form-control.wpcf7-text {
  width: 100%;
  border: 1px solid #E0E4E8;
  border-radius: 4px;
  background-color: #FFFFFF;
  line-height: 24px;
  text-indent: 15px;
  font-size: 16px;
  padding: 12px 0;
  color: #323B44;
}

.wpcf7-form-control.wpcf7-select {
  width: 100%;
  border: 1px solid #E0E4E8;
  border-radius: 4px;
  background: #FFFFFF;
  color: #637487;
  font-size: 16px;
  line-height: 24px;
  padding: 12px 15px;
}

.wpcf7-form-control.wpcf7-select:focus {
  background-color: #FFFFFF;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.wpcf7-form-control.wpcf7-radio, .wpcf7-form-control.wpcf7-checkbox {
  display: block;
  margin-bottom: -10px;
}

.wpcf7-form-control.wpcf7-radio.-vertical .wpcf7-list-item, .wpcf7-form-control.wpcf7-checkbox.-vertical .wpcf7-list-item {
  display: block;
}

.wpcf7-form-control.wpcf7-radio + .wpcf7-not-valid-tip, .wpcf7-form-control.wpcf7-checkbox + .wpcf7-not-valid-tip {
  margin-top: 20px;
}

.confirm-term .wpcf7-form-control.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label:before, .confirm-term .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:before {
  border-radius: 0;
  border: none;
  background: url(../../img/common/icon_checkbox.svg) no-repeat center/20px;
}

.confirm-term .wpcf7-form-control.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label:after, .confirm-term .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:after {
  content: none;
}

.confirm-term .wpcf7-form-control.wpcf7-radio .wpcf7-list-item input:checked + .wpcf7-list-item-label:before, .confirm-term .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item input:checked + .wpcf7-list-item-label:before {
  background-image: url(../../img/common/icon_checkbox_active.svg);
}

.confirm-term .wpcf7-form-control.wpcf7-radio + .wpcf7-not-valid-tip, .confirm-term .wpcf7-form-control.wpcf7-checkbox + .wpcf7-not-valid-tip {
  margin-top: 30px;
}

.confirm-term .wpcf7-form-control.wpcf7-radio.wpcf7-not-valid, .confirm-term .wpcf7-form-control.wpcf7-checkbox.wpcf7-not-valid {
  margin-bottom: 30px;
}

.confirm-term .wpcf7-form-control.wpcf7-radio.wpcf7-not-valid .wpcf7-list-item .wpcf7-list-item-label:before, .confirm-term .wpcf7-form-control.wpcf7-checkbox.wpcf7-not-valid .wpcf7-list-item .wpcf7-list-item-label:before {
  background-image: url(../../img/common/icon_checkbox_error.svg);
}

.wpcf7-form-control.wpcf7-radio .wpcf7-list-item, .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
  margin-right: 20px;
}

.wpcf7-form-control.wpcf7-radio .wpcf7-list-item input, .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item input {
  display: none;
}

.wpcf7-form-control.wpcf7-radio .wpcf7-list-item input:checked + .wpcf7-list-item-label:before, .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item input:checked + .wpcf7-list-item-label:before {
  border-color: #1565C0;
}

.wpcf7-form-control.wpcf7-radio .wpcf7-list-item input:checked + .wpcf7-list-item-label:after, .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item input:checked + .wpcf7-list-item-label:after {
  background: #1565C0;
}

.wpcf7-form-control.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label, .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
  position: relative;
  display: inline-block;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  padding-left: 30px;
}

.wpcf7-form-control.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label:before, .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: #CCCCCC 2px solid;
  border-radius: 50%;
}

.wpcf7-form-control.wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label:after, .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:after {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: none;
}

.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
  display: block;
}

.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item:not(:first-child) {
  margin-top: 10px;
}

.wpcf7-form-control.wpcf7-not-valid.wpcf7-text, .wpcf7-form-control.wpcf7-not-valid.wpcf7-select {
  border-color: #FE595E;
}

.wpcf7-form .wpcf7-not-valid-tip {
  color: #FE595E;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .wpcf7-form .c-button.c-button--l {
    width: 100%;
    max-width: 326px;
  }
}
