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

#before_footer_widget {
  margin-top: 4em;
}
.page .post_content iframe {
  width: 100%;
  min-height: 350px;
}
.single #content .post_content figure {
  border-radius: 0;
}
.post_content td, .post_content th {
  padding: 1em 0.75em;
}
.single span.p-breadcrumb__text {
  display: block;
}

@media all and (min-width: 960px) {
  #top_title_area {
    text-align: center;
    min-height: 300px;
    padding: 1em 0;
    margin-top: -60px;
    background: #136686;
  }
  #top_title_area img {
    opacity: 0;
  }
  #top_title_area .c-pageTitle__subTitle {
    font-style: normal;
    display: block;
    margin: 0.5em 0 0;
    font-size: 1.2rem;
  }
  .l-topTitleArea.c-filterLayer::before {
    background: url(../../../../uploads/mainv.jpg) no-repeat center;
    background-size: cover;
    opacity: 0.3;
  }
  #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 {
    border: none !important;
    text-shadow: none;
    font-size: 2.4rem;
    margin-top: 65px;
  }
  h1.c-pageTitle span {
    text-align: center;
    border: none !important;
    float: none !important;
  }
  .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);
  }

  body#player-staff .page .post_content .te-history table tr td:first-child {
    width: 8em;
  }

  .single #content table#detail th {
    min-width: 8em;
    text-align: center;
  }
  .page .post_content h2 {
    color: #136686;
    font-size: 2.7rem;
    font-weight: bold;
    margin: 2em 0 1em;
  }
  #company #philosophy {
    text-align: center;
  }
  #company #philosophy p {
    display: inline-block;
    padding: 2em 3em;
  }


  .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 0.5em 0 0; */
 }
 .wpcf7 form input {
   margin-top:8px;
   width: 100%;
 }
 .wpcf7 form label {
   font-weight: bold;
 }
 .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 {
   opacity: 0.5;
   background: url(../../assets/img/arrow.svg) no-repeat center right 10px #fff;
   background-size: 25px;
   color: #136686 !important;
  }
 .wpcf7 form input[type="submit"] {
   background: url(../../assets/img/arrow.svg) no-repeat center right 10px #fff;
   background-size: 25px;
   color: #136686 !important;
   font-size: 1.2rem;
   font-weight: normal;
   position: relative;
   -webkit-box-shadow: none;
   box-shadow: none;
   line-height: 1.3;
   padding: 20px 60px 20px 30px;
   border: solid 1px #136686;
   border-radius: 5px;
   width: 380px;
   display: block;
   margin: auto;
   text-align: center;
   -webkit-transition: .3s ease-out;
   -moz-transition: .3s ease-out;
   -ms-transition: .3s ease-out;
   transition: .3s ease-out;
 }
 .wpcf7 form input[type="submit"]:hover {
   background: url(../../assets/img/arrow_on.svg) no-repeat center right 10px #136686;
   background-size: 25px;
   color: #fff !important;
 }
 .wpcf7 form p .most {
   background-color: #CE2700;
   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: 1px;
   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) {
}
