@charset "utf-8";

#body_wrap #content {
  margin: 4em 0 14em;
  padding-top: 0;
}
.c-categoryList::before, .c-tagList::before, .c-postTimes__modified::before, .c-postTimes__posted::before {
  display: none;
}
.c-categoryList__link, .hov-flash-up:hover {
  background: none;
  box-shadow: none;
  color: #000;
  padding: 0;
}
.hov-flash-up:hover {
  background: none;
  box-shadow: none;
  color: #000;
}
.c-tagList__link {
  background: none;
  padding: 0;
}
.c-tagList__link::before {
  content: "#";
}
.c-postTitle__ttl {
  font-weight: 500;
}
.c-secTitle {
  border: none;
  padding: 0;
  font-weight: 500;
  font-size: 1.1rem;
}
.p-articleMetas, .p-articleMetas__group {
  display: block;
  margin-top: 2em;
}
.wpcf7 form > p {
  margin-bottom: 1.8em;
}
.wpcf7 form p label em {
  top: -3px;
  position: relative;
}
.wpcf7 form p label em + span {
  background-color: #000;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  font-size: 12px;
  padding: 1px 4px 2px 3px;
  color: #fff;
  margin-left: 10px;
  position: relative;
  top: -3px;
  line-height: 1.3;
}
.wpcf7 form .wpcf7-form-control-wrap {
  margin-top: 0.1em;
  display: block;
}
input[type=text], input[type=password], input[type=email], input[type=url], input[type=number], input[type=tel], input[type=date], input[type=datetime], select, textarea {
  width: 100%;
  padding: 1em;
}
.wpcf7 form input[type="submit"], .wpcf7 form input[type="button"] {
  max-width: 350px;
	font-size: 0.9rem;
  width:50%;
  margin: 2rem auto 0;
  color: #000;
  background: none;
  border: solid 1px #000;
  padding: 18px 0 19px;
  cursor: pointer;
  display: block;
  -webkit-transition: .3s ease-in;
  -moz-transition: .3s ease-in;
  -ms-transition: .3s ease-in;
}
.wpcf7 form input[type="submit"]:hover {
	background:#000;
  color: #fff;
}
.wpcf7 form input[type="button"] {
  margin-bottom: 1em;
  background: #ccc;
  border: none;
  color: #fff;
}
.wpcf7 form input[type="button"]:hover {
  background: #000;
}
.wpcf7 form input:disabled, .wpcf7 form input:disabled:hover {
  background: #dfdfdf;
  cursor: not-allowed;
  border: solid 1px #dfdfdf;
  color: #fff;
}
.wpcf7 form .wpcf7-list-item-label {
  position: relative;
  top: -2px;
}
.wpcf7 .wpcf7-acceptance span.wpcf7-list-item {
  margin: 1em 0 0;
  font-weight: bold;
}
.wpcf7 .wpcf7c-conf {
  background-color: #f0efef !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #dc3232;
  font-family: 'Noto Sans JP', '游ゴシック', sans-serif , YuGothic, 'Franklin Gothic Medium' ,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 0.8rem;
  border-bottom: 1px solid #dc3232;
}
.wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output {
  border: 1px solid #dc3232;
  font-family: 'Noto Sans JP', '游ゴシック', sans-serif , YuGothic, 'Franklin Gothic Medium' ,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
  font-size: 0.8rem;
}
#content .post_content a {
  text-decoration: underline;
}
#content .post_content a:hover {
  text-decoration: none;
}
#body_wrap .c-postThumb__img {
  transition: -webkit-transform .9s;
  transition: transform .9s;
  transition: transform .9s,-webkit-transform .9s;
}

@media all and (min-width: 960px){

  #body_wrap {
    width: calc(100% - 230px);
    left: 230px;
    position: relative;
    padding: 0;
    max-width: none;
  }
  #top_title_area {
    height: calc(100vh - 200px);
  }
  #top_title_area::before {
    display: none;
  }
  #top_title_area .l-topTitleArea__body {
    z-index: -1;
  }
  #breadcrumb {
    display: none;
  }
  #content .post_content, #content .c-tabBody {
    max-width: 1200px;
  }
  #content .post_content h2:first-child {
    text-align: center;
    line-height: 1;
    margin: 90px 0 !important;
  }
  #content .post_content h2 {
    font-size: 1.6rem;
    font-weight: 500;
  }
  #content .post_content .wp-block-column.en {
    margin-top: 3em !important;
  }
  .page .post_content table, .page .post_content td, .page .post_content th {
    border: none;
    background: none !important;
  }
  .l-topTitleArea.c-filterLayer::before {
    opacity: 0.4;
  }
  .c-filterLayer.-texture-dot::after {
    display: none;
  }
  /* .page .wp-block-group {
    margin-bottom: 7em !important;
  } */
  .page .wp-block-columns.sepa .wp-block-column:nth-child(1) {
    margin-right: 10% !important;
  }
  .wp-block-columns .wp-block-column h2 + figure, .wp-block-columns .wp-block-column h2 + .wp-block-columns {
    margin-top: 1em;
  }
  .page-child #top_title_area hgroup p {
    display: none;
  }
  .wp-block-columns .wp-block-column.od1 {
    order: 1;
  }
  .wp-block-columns .wp-block-column.od2 {
    order: 2;
    margin: 0 0 0 10% !important;
  }
  .archive #content .p-postList__meta ::before {
    display: none;
  }
  [class*=page-numbers] {
    background: none;
    border: none;
    color: #000;
    min-width: 15px;
    height: 30px;
    border-bottom: solid 1px #fff;
  }
  [class*=page-numbers].current, [class*=page-numbers]:hover {
    background: none;
    border: none;
    border-bottom: solid 1px;
    color: #000;
    min-width: 15px;
    height: 30px;
  }
  .post_content {
    padding: 0;
  }
  .post_content .-type-card .p-postList__item {
    width: 47%;
  }
  .post_content .-type-card .p-postList__item:nth-child(even) {
    margin-left: 6% !important;
  }
  .about #content {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .about .prof {
    margin-top: 8rem !important;
  }
  .about .prof .name p {
    margin: 0;
    font-weight: 500;
    font-size: 1rem;
  }
  .about .prof .name p.name_en {
    font-size: 1.6rem;
  }
  .about .prof .name h3 {
    font-family: 'Noto Sans JP', '游ゴシック', sans-serif , YuGothic, 'Franklin Gothic Medium' ,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
    font-size: 0.8rem;
    color: #999999;
    margin: 0;
  }
  .about .prof .wp-block-columns .wp-block-column:nth-child(1) {
    margin-right: 5% !important;
  }
  .about .prof h4 {
    font-size: 0.75rem;
    color: #999999;
  }
  .about dl {
    overflow: hidden;
  }
  .about dl dt, .about dl dd {
    float: left;
    margin-bottom: 1.2em;
  }
  .about dl dt {
    width: 6em;
    clear: both;
    font-weight: normal;
  }
  .about dl dd {
    width: calc(100% - 6em);
  }
  .about .office {
    margin-top: 7em;
    padding-top: 7em;
    border-top: 1px #e8e8e8 solid;
  }
  .about .office h3 {
    font-size: 1.2rem;
    font-weight: 500;
  }
  .about .office h4 {
    font-size: 1.2rem;
  }
  .about .office dl {
    margin: 3em 0 5em !important
  }
  .about .office dl dt {
    width: 10em;
  }
  .about .office dl dd {
    width: calc(100% - 10em);
  }
  .about .office a.map {
    background: url(../img/common/icon_map.png) no-repeat left top 4px;
    background-size: 11px;
    padding-left: 15px;
  }
  .about .office .note p {
    color: #777;
    margin-bottom: 0.5em;
    line-height: 1.5;
    position: relative;
    padding-left: 1em;
    font-size: 0.75rem;
  }
  .about .office .note p::before {
    content: "※";
    position: absolute;
    left: 0;
  }
  .works #body_wrap.single #content {
    margin-top: 25vh;
  }
  /* .single .works #content .post_content .wp-block-image:first-child {
    opacity: 1 !important;
  } */
  .contact #content .post_content {
    max-width: 800px;
    margin: auto;
  }
}
