@charset "utf-8";
/* CSS Document */

.page .post_content iframe {
  width: 100%;
  min-height: 350px;
}
.p-postList__item .c-postThumb__cat, .c-categoryList__link {
  background: #000;
}

@media all and (min-width: 960px) {
  #top_title_area {
  }
  .l-topTitleArea.c-filterLayer::before {
    opacity: 0.7;
  }
  #breadcrumb {
    box-shadow: none;
  }
  #fix_header {
    display: none;
  }
  .single #content h1 {
    font-size: 1.8rem;
    margin: 1.5rem 0 0;
  }
  .c-filterLayer.-texture-dot::after {
    display: none;
  }
  /* .single #content .url {
    margin: 0.5em 0 1em 3px;
    font-size: 1.2rem;
  }
  .l-topTitleArea.c-filterLayer::before, .c-filterLayer.-texture-dot::after {
    display: none;
  }
  .l-topTitleArea__body {
    text-shadow: none;
    max-width: var(--container_size);
    margin: auto;
  } */
  h1.c-pageTitle {
    font-size: 2rem;
    font-weight: 900;
    border-bottom: solid 2px #d53900;
    padding-bottom: 5px;
    display: inline-block;
  }
  h1.c-pageTitle span {
    text-align: center;
    border: none !important;
    float: none !important;
  }
  .post_content h2::first-letter {
    color: #d53900;
  }
  .post_content h4 {
  }
  .post_content h5 {
  }
  .page .post_content h2 {
    margin: 2em 0 1.2em;
  }
  .page .post_content h3 {
    font-size: 1.4em;
    margin-bottom: 1.2em;
  }
  .post_content h3::before {
    background: repeating-linear-gradient(90deg, #d53900 0%, #d53900 29.3%, rgba(150,150,150,.2) 29.3%, rgba(150,150,150,.2) 100%);
  }
  .page .post_content h5 {
    color: #e0ec67;
    font-size: 1.2rem;
    margin-bottom: 1em;
  }
  .page .post_content .swell-block-step__title {
    font-weight: normal;
  }
  .page .post_content .swell-block-step__item {
    padding-bottom: 1em;
  }
  .page .post_content ul.symptoms {
    display: inline-block;
    text-align: left;
  }
  .page .post_content ul.symptoms li {
    font-size: 1.2rem;
    margin-bottom: 0.9em;
  }
  .page .post_content ul.symptoms li strong {
    color: #e0ec67;
    font-weight: normal;
    font-size: 100%;
  }
  .page .post_content ul.symptoms li strong::before {
    content: "➜";
    color: #6f6f6f;
    margin: 0 0.7em;
  }
  .page .post_content dl {
		overflow: hidden;
		margin: 1em 0;
	}
	.page .post_content dl dt, .page .post_content dl dd {
		float: left;
	}
	.page .post_content dl dt {
		width: 9em;
    font-weight: normal;
	}
	.page .post_content dl dd {
    width: calc(100% - 10em);
  }

  .single #content table#detail th {
    min-width: 8em;
    text-align: center;
  }

  .page-id-373 .post_content h3 {
    padding-top: 100px;
    margin-top: -50px;
  }

  .archive .p-termContent {
      margin-top: 0;
    }
  .wpcf7 form {
     max-width: 800px;
     margin: 0 auto 40px;
   }
 .wpcf7 form p {
   margin-top: 30px;
   line-height: 1.5;
 }
 .wpcf7 form p em {
 }
 .wpcf7 form p span {
   font-weight:normal;
   margin: 0;
 }
 .wpcf7 form input {
   margin-top:8px;
   width: 100%;
 }
 .wpcf7 form .wpcf7-list-item input {
   width: auto;
 }
 .wpcf7 form textarea {
   margin-top:8px;
   width: 100%;
 }
 .wpcf7 form input:disabled, .wpcf7 form input:disabled:hover {
    background: #a8a8a8 !important;
    cursor: not-allowed;
  }
 .wpcf7 form input[type="submit"] {
   font-size: 1rem;
   max-width: 320px;
   font-family: 'Noto Sans JP', '游ゴシック', sans-serif , YuGothic, 'Franklin Gothic Medium' ,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
   margin: 20px auto 0;
   background: #d53900;
   color: #fff;
   border: none;
   padding: 22px 0 18px;
   cursor: pointer;
   display: block;
   -webkit-transition: .3s ease-in;
   -moz-transition: .3s ease-in;
   -ms-transition: .3s ease-in;
   letter-spacing: 1.1px;
 }
 .wpcf7 form input[type="submit"]:hover {
   background: #d53900;
 }
 .wpcf7 form p .most {
   background-color: #d53900;
   border-radius: 3px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   font-size: 12px;
   padding: 2px 4px;
   color: #FFF;
   margin-left: 10px;
   margin-top: 10px;
   position: absolute;
   margin-top: 0px;
   padding-right: 5px;
 }
 .wpcf7 form p .example {
    display: inline-block;
    margin-left: 60px;
 }
 .wpcf7 form select {
   margin-top: 7px;
 }
 .wpcf7 form p em + span {
   background: #f48057;
   color: #fff;
   padding: 0 3px 2px 3px;
   font-size: 0.7rem;
   margin-left: 6px;
   line-height: 1.4;
   border-radius: 3px;
   position: relative;
   top: -1px;
 }

}


  /* chrome safari opera */
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
  }
  /* chrome opera */
  @media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
  }
  /* Firefox */
  @-moz-document url-prefix() {
  }

@media all and (min-width: 768px) and (max-width: 959px) {
}
