/*施工事例*/

.case_list-content__ttl {
  margin-top: 120px;
}

.case_list-content__ttl:first-of-type {
  margin-top: 0;
}

.case_list-intro__list li {
  margin-right: 4%;
}

.case_list-intro__list li:nth-child(4n) {
  margin-right: 0;
}

.case_list-content-box__txt {
  box-shadow: none;
}

.case_list-content-box dd {
  background-color: #fff;
  box-shadow: 0 20px 30px 0 rgb(0 0 0 / 10%);
}

.case_list-intro__list li a {
  display: block;
}

.case_list-content-box__list li {
  margin-right: 3.5%;
}

.case_list-content-box__list li:nth-child(3) {
  margin-right: 0;
}

.case_list-content-box dd:nth-of-type(n+3) {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .case_list-intro__list li {
    width: 48%;
    margin-right: 2%;
  }
  .case_list-intro__list li:nth-child(2n) {
    margin-right: 0;
  }
  .case_list-content__ttl {
    margin-top: 60px;
  }
}

/*お問い合わせ*/

.contact__form {
  padding: 12rem 0;
}

.form-table input, .form-table select, .form-table textarea {
  padding: 16px;
  border: 1px #ddd solid;
  width: 100%;
}

.form-table th {
  vertical-align: top;
}

.form-table .comment {
  height: 200px;
}

.form-table *:focus {
  outline: none;
}

.form-table .nametag {
  margin-bottom: 15px;
}

.form-table .ziptag {
  max-width: 200px;
}

.form-btn {
  width: 100%;
  margin-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.form-btn input {
  width: 100%;
  max-width: 250px;
  padding: 10px 30px;
  font-size: 16px;
  height: 60px;
}

.form-btn input {
  background: #1174d9;
  border: 1px solid #1174d9;
  color: #fff;
  transition: .4s;
}

.form-btn input:hover {
  background: #111;
  border: 1px solid #111;
}

.form-table .required {
  background-color: #1174d9;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 0 5px;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .contact__form {
    padding: 8rem 0;
  }
  .form-btn input {
    width: 100%;
    max-width: 250px;
  }
}

/*404*/

.notfound_content {
  padding: 80px 0;
}

/*blog*/

.blog-intro__items li {
  background-color: #ecf0f4;
}

.blog-detail__edit_box .aligncenter {
  display: block;
  margin: 0 auto;
}

.blog-detail__edit_box .alignright {
  float: right;
  margin: 0 0 10px 20px;
}

.blog-detail__edit_box .alignleft {
  float: left;
  margin: 0 20px 10px 0;
}

.blog-detail__edit_box .wp-caption {
  border: 1px solid #ddd;
  text-align: left;
  background-color: #f3f3f3;
  padding: 5px;
  border-radius: 3px;
}

.blog-detail__edit_box .wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.blog-detail__edit_box .wp-caption p.wp-caption-text {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

.blog-detail__edit_box p {
  margin: 15px 0;
}

.blog-detail__edit_box strong {
  font-weight: bold;
}

.blog-detail__edit_box em {
  font-style: italic;
}

.blog-detail__edit_box h1 {
  font-size: 2em;
}

.blog-detail__edit_box h2 {
  font-size: 1.5em;
}

.blog-detail__edit_box h3 {
  font-size: 1.25em;
}

.blog-detail__edit_box h4 {
  font-size: 1em;
}

.blog-detail__edit_box h5 {
  font-size: 0.8em;
}

.blog-detail__edit_box h6 {
  font-size: 0.6em;
}

.blog-detail__edit_box ul, .blog ol {
  padding-left: 30px;
}

.blog-detail__edit_box blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}

.blog-detail__edit_box img {
  height: auto;
  max-width: 100%;
}

/*case*/

.case_list-content__edit .aligncenter {
  display: block;
  margin: 0 auto;
}

.case_list-content__edit .alignright {
  float: right;
  margin: 0 0 10px 20px;
}

.case_list-content__edit .alignleft {
  float: left;
  margin: 0 20px 10px 0;
}

.case_list-content__edit .wp-caption {
  border: 1px solid #ddd;
  text-align: left;
  background-color: #f3f3f3;
  padding: 5px;
  border-radius: 3px;
}

.case_list-content__edit .wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.case_list-content__edit .wp-caption p.wp-caption-text {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

.case_list-content__edit p {
  margin: 15px 0;
}

.case_list-content__edit strong {
  font-weight: bold;
}

.case_list-content__edit em {
  font-style: italic;
}

.case_list-content__edit h1 {
  font-size: 2em;
}

.case_list-content__edit h2 {
  font-size: 1.5em;
}

.case_list-content__edit h3 {
  font-size: 1.25em;
}

.case_list-content__edit h4 {
  font-size: 1em;
}

.case_list-content__edit h5 {
  font-size: 0.8em;
}

.case_list-content__edit h6 {
  font-size: 0.6em;
}

.case_list-content__edit ul, .case_list-content__edit ol {
  padding-left: 30px;
}

.case_list-content__edit blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}

.case_list-content__edit img {
  height: auto;
  max-width: 100%;
}

/*FAQ*/

.acd-check {
  display: none;
}

.faq__item .question.acd-label {
  background: #ecf0f4;
  display: block;
  margin-bottom: 10px;
  padding: 15px 45px 15px 4rem;
  position: relative;
}

.acd-label:after {
  box-sizing: border-box;
  content: '\f067';
  display: block;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: .4s;
}

.faq__item .answer.acd-content {
  opacity: 0;
  padding: 0;
  max-height: 0;
  transition: .5s;
  visibility: hidden;
}

.acd-check:checked+.acd-label+.acd-content {
  max-height: unset;
  opacity: 1;
  padding: 10px 30px;
  visibility: visible;
  margin-bottom: 20px;
}

.acd-check:checked+.acd-label:after {
  transform: rotate(45deg);
}

.faq__item .question::before {
  color: #1174d9;
}

.faq__item+.faq__item {
  margin-top: 0;
}

.faq__item .answer {
  margin-top: 0;
  text-indent: -0.8em;
}

.faq__item .answer::before {
  color: #4bbda1;
}

@media screen and (max-width: 767px) {
  .faq__item .question {
    font-size: 1.6rem;
  }
}

/* トップページ 'こんなお悩みを「マジセミ」が解決します' 動画 */

.top .youtube_wrapper {
  margin-bottom: 6rem;
  padding-bottom: 0;
}

.top .youtube_wrapper .flex {
  justify-content: space-between;
}

.top .youtube_wrapper .item {
  position: relative;
  width: 49%;
  padding-top: 23.25%;
}

.top .youtube_wrapper .item iframe {
  top: 4rem;
}

.top .youtube_wrapper .item p {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-bottom: 1rem;
  text-align: center;
  font-weight: bold;
  font-size: 120%;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .top .youtube_wrapper .flex {
    flex-direction: column;
  }
  .top .youtube_wrapper .item {
    width: 100%;
    padding-top: 56.25%;
  }
  .top .youtube_wrapper .item+.item {
    margin-top: 8rem;
  }
  .top .youtube_wrapper .item:nth-of-type(2) p {
    color: #121212;
  }
}

/* 0916 追記 よくある質問 */

.faq__blocktitle {
  margin-bottom: 2rem;
  font-size: 2rem;
  color: #1174d9;
  font-weight: bold;
}

.faq__block+.faq__block {
  margin-top: 4rem;
}

@media screen and (max-width: 767px) {
  .faq__blocktitle {
    font-size: 1.6rem;
  }
}


.top .top__thoughts-list .top__thoughts_ttl {
  width: 100%;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
  font-size: 15px;
}

.top .top__thoughts-list .top__thoughts_ttl .name {
  display: block;
  font-weight: bold;
  margin: 1rem auto 0;
  padding: .5rem;
  background-color: #1174d9;
  color: #fff;
  text-align: center;
}




.header h1 {
  display: block;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}




.thoughts__text-main {
  color: #1174d9;
}


