@charset "UTF-8";
/* ----------------------------------------------------------------------
 追加設定
---------------------------------------------------------------------- */

/* ----------------------------------------------------------------------
 ヘッダー
---------------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
  .logo img {
    max-height: 50px;
  }
}
@media only screen and (max-width: 1200px) {
  .global-nav > ul > li + li {
    border-top: 1px solid #eaeaea;
  }
  .global-nav a {
    color: #222 !important;
  }
  .global-nav .sub-menu a {
    background: #eaeaea!important;
  }
  .global-nav .sub-menu  li + li {
    border-top: 1px solid #F9F8F8;
  }
}
@media only screen and (max-width: 1200px) {
  .header-bar-fixed ~ .top-slider-wrapper,
  .header-bar-fixed ~ .signage {
    margin-top: 55px;
  }
  .admin-bar .header-bar-fixed ~ .top-slider-wrapper, .admin-bar
  .header-bar-fixed ~ .signage {
    margin-top: 23px;
  }

  .signage {
    height: auto;
    margin-top: 30px;
    padding: 0 5% 10px;
  }
  .signage-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 782px) {
  .admin-bar .header-bar-fixed ~ .top-slider-wrapper, .admin-bar
  .header-bar-fixed ~ .signage {
    margin-top: 9px;
  }
}
@media only screen and (max-width: 767px) {
  .signage {
    margin-bottom: 30px;
  }
  .signage-title {
    font-size: 18px;
  }

  .signage-sub-title {
    font-size: 12px;
  }

  .breadcrumb {
    font-size: 10px;
    height: 44px;
    line-height: 44px;
  }
}

/* ----------------------------------------------------------------------
 headline - 見出しのスタイル
---------------------------------------------------------------------- */
@media only screen and (max-width: 782px) {
  /* h3 */
  .post-content .style3a,
  .post-content .style3b {
    margin-top: 2em;
    font-size: 20px;
  }
}
/* ----------------------------------------------------------------------
 WordPress プリセットスタイル
---------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  .post-content h2 {
    font-size: 120%;
  }
  .post-content h2:not(:first-of-type) {
    margin-top: 40px;
  }
}

/* ----------------------------------------------------------------------
 カラムレイアウト
---------------------------------------------------------------------- */
/* column-layout03 */
@media only screen and (max-width: 767px) {
  .column-layout03-button {
    height: 40px;
    line-height: 40px;
  }
}

/* column-layout04 */
@media only screen and (max-width: 767px) {
  .column-layout04-title {
    font-size: 18px;
  }
  .column-layout04-title br {
    display: none;
  }
}
/* ----------------------------------------------------------------------
 記事一覧
---------------------------------------------------------------------- */
/* content02 */

@media only screen and (max-width: 767px) {
  .content02-button {
    font-size: 13px;
    margin: 20px auto 30px;
    line-height: 40px;
    position: relative;
    width: 100%;
    height: 40px;
  }
}
/* article03 */
@media only screen and (max-width: 767px) {

  .article03-content {
    padding: 0 10px 10px;
  }
}

/* ----------------------------------------------------------------------
 Contactform - お問い合わせフォーム
---------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .wpcf7 {
    width: 80%;
  }
  .wpcf7 dl {
    display: -webkit-flex;
    display: flex;
  }
  .wpcf7 dt {
    padding: 8px 0 0 8px;
    width: 130px;
    box-sizing: border-box;
  }
  .wpcf7 dd {
    width: calc(100% - 130px);
  }
}

/* ----------------------------------------------------------------------
 オリジナルスタイル
---------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .dsp_about_button {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
  }
  .dsp_about_button p {
    width: 30%;
  }
  .dsp_dl {
    display: -webkit-flex;
    display: flex;
  }
  .dsp_dl dt{
    width: 20%;
  }
  .dsp_dl dd{
    width: 80%;
  }
  .dsp_li_span2 li {
    display: inline-block;
    width: 49%;
  }
}

@media only screen and (max-width: 782px) {
  h2.dsp_page_title,
  .dsp_page_title {
    font-size: 24px;
    margin-bottom: 1em;
  }
  h2.dsp_page_title br,
  .dsp_page_title br {
    display: none;
  }
  .dsp_image_box {
    width: 100%;
  }
  .dsp_about_button {
    margin: 3em auto;
  }
  .dsp_dl dt{
    margin-bottom: 15px;
  }
}

/* work01 */
@media only screen and (max-width: 991px) {
  .work01 {
    width: calc((100% - 20px) / 3);
  }
  .work01:nth-of-type(4n) {
    margin-right: 10px;
  }
  .work01:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .work01 {
    background: transparent;
    margin-bottom: 20px;
    width: calc((100% - 15px) / 2);
    margin-right: 0;
    margin-bottom: 30px;
  }
  .work01:nth-of-type(odd) {
    margin-right: 15px;
  }
  .work01:nth-of-type(4n) {
    margin-right: 0;
  }

  .work01-content {
    padding: 0;
  }
}

/* work02 */
@media only screen and (max-width: 991px) {
  .work02 {
    width: calc((100% - 20px) / 3);
  }
  .work02:nth-of-type(4n) {
    margin-right: 10px;
  }
  .work02:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .work02 {
    background: transparent;
    margin-bottom: 20px;
    width: calc((100% - 15px) / 2);
    margin-right: 0;
    margin-bottom: 30px;
  }
  .work02:nth-of-type(odd) {
    margin-right: 15px;
  }
  .work02:nth-of-type(4n) {
    margin-right: 0;
  }
  .work02-thumbnail p{
    margin-bottom: .5em;
  }
  p.work02-title {
    padding: 10px;
    height: auto;
  }

  .work02-content {
    padding: 10px;
  }
  .work02-content p {
    margin-bottom: .5em;
  }

}

/* footer banner */
@media screen and (min-width: 768px) {
  .footer_banner {
    padding: 40px 0;
  }
  .footer_banner .textwidget {
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
  }
  .footer_banner a {
    margin: 0 30px;
  }
  .footer_inquiry a:hover {
    opacity: .8;
  }
}

/* footer-content_box */
@media only screen and (max-width: 767px) {
  .footer {
    margin-top: 30px;
  }
  .footer-content_box img {
    display: block;
    float: none;
    margin: 0 auto 10px;
  }
  .footer_inquiry {
    padding-top: 30px;
  }
  .footer_inquiry a {
    font-size: 16px;
  }
  .footer_inquiry a:after {
    font-size: 12px;
    margin-left: 10px;
  }
}