﻿@charset "UTF-8";

/* Preloader */
.preloader .pre-bounce1,
.preloader .pre-bounce2 {
 background-color: #1a7ce6;
}

.pagetop-img {
	margin:0;
	padding:0;
	display: none;
}

.t-pagetop-img {
	margin:0;
	padding:0;
	display: none;
} 

/* スライダーの位置 */
.n2-ss-align.n2-ss-align-visible {
    margin-top: -65px !important;
    position: relative;
}

@media screen and (max-width: 970px) {
.toukouslider {
    margin-top: -35px !important;
    position: relative;
}
}

/* TOPのバックグラウンドカラー */
.page-id-9 .page-wrap,
.page-id-9 .page-wrap .content-wrapper {
	background-color:#e9f8ff;
}

/* 最下部に行ったときの上昇用ボタン */
.go-top.show {
	bottom : 110px;
}

.go-top {
	background-color: rgba(26,124,230,1);
}

.go-top:hover {
	color:  rgba(26,124,230,1);
	background-color: rgba(161,217,246,1);
}

/* TOPのグリッド部分 */
.wrapper {
  display: -ms-grid;
  display: grid;
  margin:0;
}

@media screen and (min-width: 601px){
  .wrapper {
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 1fr 1fr ;
    }
}

.th-dbunka {
  overflow: hidden;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1 / 4;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / 3;
}

.th-dbunka img {
	width:100%;
	height:auto;
}

.th-dbunka:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.bunkazai {
  overflow: hidden;
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 1;
  grid-row: 1;
}

.bunkazai img {
	width:100%;
	height:auto;
}

.bunkazai:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.mokei {
  overflow: hidden;
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 1;
  grid-row: 1;
}

.mokei img {
	width:100%;
	height:auto;
}

.mokei:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.tenji {
  overflow: hidden;
  -ms-grid-column: 4;
  grid-column: 4;
  -ms-grid-row: 2;
  grid-row: 2;
}

.tenji img {
	width:100%;
	height:auto;
}

.tenji:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.etc {
  overflow: hidden;
  -ms-grid-column: 5;
  grid-column: 5;
  -ms-grid-row: 2;
  grid-row: 2;
}

.etc img {
	width:100%;
	height:auto;
}

.etc:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

@media (max-width: 600px){
  .wrapper {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 0.333fr 1fr 1fr 1fr;
  grid-template-rows: 0.333fr 1fr 1fr 1fr;
  }

  .th-dbunka {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
    }

  .bunkazai {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3 ;
    grid-row: 3 ;
    }

  .mokei {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 3 ;
    grid-row: 3 ;
    }

  .tenji {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 4 ;
    grid-row:4 ;
    }

  .etc {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 4 ;
    grid-row:4 ;
    }  
}

/* 必須マーク */
.must {
	color: #fff;
	margin-right: 10px;
	padding: 3px 5px;
	background: #F92931;
	font-size: 13px; 
}

/* 任意マーク */
.free {
	color: #fff;
	margin-right: 10px;
	padding: 3px 5px;
	background: #424242;
	font-size: 13px; 
}

/* 項目名を太字にする */
form p {
	font-weight: 500;
}

/* 入力項目を見やすくする */
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
	width: 100%;
	padding: 1px 15px;
	margin-right: 10px;
	margin-top: 10px;
	border: 1px solid #d0d5d8;
	border-radius: 5px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
	height: 200px;
}

/* 必須項目の入力欄を黄色にする */
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
	background: rgba(255, 255, 142, 0.46);
}

/* 送信ボタンを見やすくする */
input.wpcf7-submit {
	width: 30%;
	height: 70px;
	background: #228c22;
	color: #fff;
	font-size: 25px;
	font-weight: 600;
	border-radius: 5px;
}

@media screen and (max-width: 767px) {
  input.wpcf7-submit {
    width: 100%;
    }
}

/* エラーメッセージを見やすくする */
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
	color: red;
	font-weight: 600;
}

/* Contact Form 7のラジオボタンを縦並びに */
.wpcf7-radio .wpcf7-list-item {
  margin-top: 8px;
  display: block;
}

/* 送信ボタン中央寄せ */
.buttoncenter {
  text-align : center ; 
}

label {
  cursor: pointer;
  cursor: hand;
}

/* 会社概要の表 */
.kaisha {
  width: 100%;
}

.kaisha th,
.kaisha td {
  border: 1px solid #ccc;
  padding: 30px;
}

.kaisha th {
  font-weight: bold;
  background-color: #dedede; 
}

@media screen and (max-width: 767px) {
  .kaisha,
  .kaisha tr,
  .kaisha td,
  .kaisha th {
    display:block;
  }

  .kaisha th {
    width:auto;
  }
}

/* 大見出し */
h3 {
  margin: 30px 0 20px 0;
}

/* 中見出し */
h4 {
  border-bottom: solid 3px #cce4ff;
  position: relative;
  padding-top:30px;
}

h4:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #193381;
  bottom: -3px;
  width: 20%;
}

@media screen and (max-width: 767px) {
h4,
h4:after {
	padding-top: 0;
  }
}

/* 小見出し */
h5 {
  padding: 0.25em 0.5em;
  color: #494949;
  background: transparent;
  border-left: solid 5px #193381;
}

/* 右サイドバーを消す */
.col-md-9 {
  width: 100%;
}

/* 会社沿革 */
.timeline {
  list-style: none;
}

.timeline > li {
  margin-bottom: 60px;
}

@media ( min-width : 640px ) {
 
/* これからここにデスクトップ用のCSSを記述します */
 
}

.timeline > li {
  overflow: hidden;
  margin: 0;
  position: relative;
}

.timeline-date {
  width: 110px;
  float: left;
  margin-top: 20px;
	font-weight: bold;
}

.timeline-content {
  width: 75%;
  float: left;
  border-left: 3px #e5e5d1 solid;
  padding-left: 30px;
	margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .timeline-date,
  .timeline-content {
	  width:100%;
    }
}

/* ボックスをボタン化 */
.hoge {
  position: relative;
  z-index: 1; 
}

.hoge a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent:-999px;
  z-index: 2; 
}

.hoge:hover {
  filter:alpha(opacity=70);/* IE 6,7*/
  -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
  -moz-opacity:0.7;/* FF , Netscape */
  -khtml-opacity: 0.7;/* Safari 1.x */
  opacity:0.7;
  zoom:1;/*IE*/
}

/* 会社情報のボックス */
.boxcompany {
	width: 33%;
	display: inline-block;   
  margin: 1em 0;
	padding: 20px;
}

.boxcompany .box-title {
  background: #193381;
  font-size: 1.5em;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.boxcompany p {
  padding: 20px 10px;
  margin: 0; 
	color: 0000000;
	background: rgba(0,0,0,0.1);
	text-align: left;
}

@media screen and (max-width: 767px) {
.boxcompany {
	width: 100%;
	display: block;
	font-size: 1em;
	padding: 8px;
  }
}

/* 制作実績のボックス */
.boxthd {
	width: 99%;
	display: inline-block;   
  margin: 1em 0;
	padding: 20px;
}

.boxthd .box-title {
  background: #FFFFFF;
  font-size: 1.5em;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.boxthd p {
  padding: 20px 10px;
  margin: 0; 
	color: #000000;
	background: rgba(236,192,0,0.2);
	text-align: left;
}

.boxjisseki {
	width: 33%;
	display: inline-block;   
  margin: 1em 0;
	padding: 20px;
}

.boxjisseki .box-title {
  background: #FFFFFF;
  font-size: 1.5em;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.boxjisseki p {
  padding: 20px 10px;
  margin: 0; 
	color: #000000;
	background: rgba(236,192,0,0.2);
	text-align: left;
}

@media screen and (max-width: 767px) {
  .boxthd,
  .boxjisseki {
	  width: 100%;
	  display: block;
	  font-size: 1em;
	  padding: 8px;
    }
}

/* 採用情報の表 */
.saiyo {
  width: 100%;
}

.saiyo th,
.saiyo td {
  padding: 30px;
  padding-left : 0;
  border: none;
  vertical-align: top;
}

.saiyo th {
  font-weight: bold;
  vertical-align: top;
  color: #193381;
}

@media screen and (max-width: 767px) {
  .saiyo,
  .saiyo tr,
  .saiyo td,
  .saiyo th {
	  display:block;
    width: 100%;
	  padding-right:0;
	  text-align:center;
    }

  .saiyo th {
    padding-bottom:0;
    }
}

/* リンク用リスト */

ul.cp_list {
  margin-bottom: 30px;
	padding: 0.5em;
	list-style-type: none;
}

ul.cp_list li {
	position: relative;
	padding: 0.5em 1em 0.5em 2.3em;
	margin-bottom:5px;
}

ul.cp_list li:after,
ul.cp_list li:before {
	content:'';
	position: absolute;
	border-radius: 50%;
}

ul.cp_list li:before {
	top: 50%;
	left: 0.2em;
	width: 17px;
	height: 17px;
	background: rgba(25,118,210, 1);
	transform: translateY(-50%);
}

ul.cp_list li:after {
	top: 1.1em;
	left: 0.7em;
	width: 14px;
	height: 14px;
	background: rgba(25,118,210, 0.5);
}

/* 新着情報の囲み */
.boxnew {
	padding: 0.5em 1em;
  margin: 2em 0;
  font-weight: bold;
  color: #000000;
  background: #FFF;
  border: solid 1px #193381;
  border-radius: 5px;
}

.boxnew p {
  margin: 0; 
  padding: 0;
}

/* 新着情報の表 */
.news {
  width: 100%;
}

.news th,
.news td {
  padding: 10px;
  border: none;
}

.news th {
  padding-left: 75px;
  font-size: 25px;
  text-align: center;
  font-weight: bold;
  color: 000000;
}

@media screen and (max-width: 767px) {
.news,
.news tr,
.news td,
.news th {
	display: block;
  width: auto;
	padding: 3;
}

.news th {
	padding-bottom: 0;
  }
}

/* 新着情報ボタン */
.news_btn {
  display: inline-block;
  font-weight: bold;
  padding: 0.5em 3.5em;
	background-color:#FFF;
  color: #193381;
  border: solid 1px #193381;
  border-radius: 20px;
  transition: .4s;
}

.news_btn:hover {
  background: #193381;
	font-weight: bold;
  color: white;		
}

.button_wrapper {
  text-align:center;
}

/* カテゴリーページのデザイン */
/* 基礎部分 */
.postlist h3 {
  font-size: 22px;
  line-height: 1.2em;
  margin-top: 0;
  padding-top: 0
}

.postlist p, 
.postlist .morelink a {
  font-size: 14px;
  line-height: 1.4em;
}

.withthumb .lcp-container {
  margin-left: 220px;
} 

.morelink {
  text-align: right;
}

/* はこのデザイン */
.postlist {
  border: 1px solid #ccc;
	background: rgba(255, 255, 255, 0.7);
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
  margin: 20px 0px;
  padding: 20px;
  overflow: auto;
	height:425px;
}

/* サムネイルの位置 */
.thumbmagic {
  float: left; 
  display: inline-block; 
  position: relative;
  overflow: hidden;
  width: 200px;
  height: 0;  
  padding-bottom: 150px;
}

.thumbmagic img {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 0;
  max-height: none;
  max-width: none;

/* min-width: 200px; width: auto; height: 100%; /* ポートレートに使うときはこちら */
  min-height: 150px;
  height: auto;
  width: 100%; /* 横向き表示はこちら */
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

/* レスポンシブデザイン対応にする */
@media screen and (max-width: 800px) {
  .thumbmagic {
    float: none;
    display: block;
    margin: 10px auto 20px auto;
    }

  .thumbmagic:empty {
    display: none;
    }

  .withthumb .lcp-container {
    margin-left: 0px;
    text-align: center;
    }
}

/* カード型に */
.cardview.postlist {
  padding: 0;
}

.cardview.postlist h3 {
  margin-top: 20px;
}

.cardview .thumbmagic {
  float: none;
  width: 100%;
  padding-bottom: 38%;
  margin-top: 0;
}

.cardview .lcp-container {
  margin: 0;
  padding: 0 20px 20px 20px;
}

/* カード型をレスポンシブデザイン対応にする 
@media ( min-width: 767px ) {
  .cardview.postlist, .nothumb.postlist {
    float: left;
    width: 48%;
    }

  .cardview.postlist:nth-of-type(2n+1),
  .nothumb.postlist:nth-of-type(2n+1) {
    margin-right: 4%;
    }

  .cardview.postlist:nth-of-type(2n+3),
  .nothumb.postlist:nth-of-type(2n+3) {
    clear: both;
    }
}*/

/* マルチコラム 3 > 2 > 1 Version */ /* こちらを使用するときは上をコメントアウトしてください*/
@media ( min-width: 450px ) and ( max-width: 800px ) {
  .cardview.postlist,
  .nothumb.postlist {
    float: left;
    width: 48%;
    }

  .cardview.postlist:nth-of-type(2n+1),
  .nothumb.postlist:nth-of-type(2n+1) {
    margin-right: 4%;
    }

  .cardview.postlist:nth-of-type(2n+3),
  .nothumb.postlist:nth-of-type(2n+3) {
    clear: both;
    }
}

@media ( min-width: 801px ) {
  .cardview.postlist,
  .nothumb.postlist {
    float: left;
    width: 32%;
    margin-right: 2%;
    }

  .cardview.postlist:nth-of-type(3n+2),
  .nothumb.postlist:nth-of-type(3n+2) {
    margin-right: 0
    }
    
  .cardview.postlist:nth-of-type(3n),
  .nothumb.postlist:nth-of-type(3n) {
    clear: both;
    }
}

/* ページ送り */
.lcp_paginator li {
  border: 1px solid #ccc!important;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
  color: #777;
}

.lcp_paginator li a {
  color: #aaa;
}

ul.lcp_paginator {
  padding: 0 0 20px 0!important;
}

ul.lcp_paginator:before {
  content: "";
  display: table;
  clear: both;
} 

/*一番上の帯*/
.site-header {
  background-color: rgba(0,0,0,0.1);
}

.site-header.float-header {
  background-color: rgba(25,51,129,0.8);
}

.topimg {
  margin-top: -60px !important;
  position: relative;
}

@media screen and (min-width: 1012px) {
  .topimg {
    margin-top: -170px !important;
    position: relative;
    }
}

@media only screen and (max-width: 1024px) {
  .site-header {
    background-color: rgba(25,51,129,1);
    }
}

@media screen and (max-width: 970px) {
  div.navfloat {
    text-align: center;
    }

  .telbtn {
    max-width: 257px;
    min-width: 200px;
    }

  .toibtn {
    padding-top: 5px;
    max-width: 194px;
    min-width: 170px;
    }
}

@media screen and (max-width: 750px) {
  div.navfloat {
    text-align:center;
    }

  .telbtn {
    width: 45%;
    max-width: 257px;
    }

  .toibtn {
    padding-top: 5px;
    width: 45%;
    max-width: 194px;
    }
}

@media screen and (min-width: 971px) {
  div.navfloat {
    float: right;
    text-align: center;
    }
}

/* ヘッダーのゴミ削除 */
.header-clone {
  height: 0 !important;
  display: none;
}

/* 全固定ページで非表示 */
.page .entry-title {
  display: none;
}

/* 全投稿ページで非表示 */
.post .entry-title,
.meta-post {
  display: none;
}

.single .single-meta {
  display: none;
}

/* 投稿ページのモバイルでのスライダー位置調整 */
@media screen and (max-width: 750px) {
  .toukouslider {
    margin-top:34px !important;
    }
}

/*TOPのスライドとフッターメニューはモバイルサイズのときは外す*/
@media screen and (min-width: 700px) {
  .top_mob {
    display: none;
    } 

  .topsl_main { 
    display: block;
    }
}

@media screen and (max-width: 699px) {
  .top_mob { 
    display: block;
    }

  .topsl_main { 
    display: none;
    }

  #footer-menu ul { 
    display: none; 
    }
}

/*パンくず調整*/
.pankuzu {
  margin-top: 20px;
  font-size: 14px;
}

/*モバイルサイズのときは下に電話番号*/
#footerFloatingMenu {
  display: block;
  width: 100%;
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 9999;
  text-align: center;
  padding: 0 auto;
  background-color: rgba(25,51,129,1);
}

#footerFloatingMenu img {
  max-width: 95%;
}

/*グロナビの制御*/
nav {
  height:50px;
  margin: 0 -200%;
  background-color:#1a7ce6;
  letter-spacing: -.4em;
}

nav ul {
  max-width:1090px;
  width:100%;
  background-color:#1a7ce6;
  padding-left:0;
}

nav ul li {
  display: inline-block;
  margin: auto; 
  line-height: 50px;
  border-right: 1px solid #FFF;
  background-color:#1a7ce6;
  font-size:16px;
  letter-spacing: normal;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  width:20%;
  height:50px;
}

nav ul li:first-child {
  border-left: 1px solid #FFF;
}

nav ul li a {
  display: inline-block;
  text-decoration: none;
  color: #FFF;
  width:100%;
}

nav ul li a:hover {
  background-color:#1accff;
  height:50px;
}

.main-nav ul .current_page_item,
.main-nav ul .current-page-ancestor {
  background-color:#1accff;
  height:50px;
}

/*事業領域部分*/
.jigyouryouiki {
  text-align:center;
}

/*フッターメニューの制御*/
#footer-menu ul {
  text-align: center;
  margin: -10px 0 5px 0;
}

#footer-menu ul li {
  display: inline;
  list-style: outside none none;
}

#footer-menu ul li::before {
  content: "|";
  padding: 0 0.6em;
}

#footer-menu ul li:first-child::before {
  content: "";
  padding: 0;
}

#footer-menu ul .sub-menu {
  display: none;
}

/*個人情報保護方針のボックス*/
.boxprivacy {
  text-align: center;
  font-size: 18px;
  padding: 1.5em 1em;
  margin-top: 2em 0em;
  color: #2c2c2f;
  background: #d3d3d3;/*背景色*/
}

.boxprivacy p {
  margin: 0; 
  padding: 0;
}

/*お問い合わせのボックス*/
.boxcontact {
  width: 49%;
  display: inline-block;   
  margin: 2em 0;
  padding: 20px;
  text-align: center;
  background: #fff;
}

.boxcontact .box-title {
  font-size: 1.5em;
  background: #193381;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  border: solid 1px #193381;
}

.boxcontact p {
  padding: 30px 20px;
  margin: 0;
  border: solid 1px #193381;
}

@media screen and (max-width: 767px) {
  .boxcontact {
    width: 100%;
    display: block;
    font-size: 1em;
    padding: 8px;
  }
}

.boxcontact .box-title {
  font-size: 20px;
}

/* 実績画像 */
.jisseki {
  display: table;
  table-layout: fixed;
}

.jisseki th,
.jisseki td {
  padding: 5px;
  border: none;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .jisseki,
  .jisseki tr,
  .jisseki td,
  .jisseki th {
    display:block;
    max-width: 100%;
    height: auto;
    padding-right:0;
  }

  .jisseki th {
    padding-bottom:0;
    }
}

/*実績下部の前後リンク*/
.wp-post-navigation-pre {
  float: left;
  line-height: 16px;
  padding-left: 20px;
  font-size: 18px
}

.wp-post-navigation-next {
  float: right;
  text-align: right;
  line-height: 16px;
  padding-right: 20px;
}

.wp-post-navigation div {
  padding-top: 25px;
  width: 500px;
}

@media screen and (max-width: 767px) {
  .wp-post-navigation div {
    width: 245px;
    }
}

.wp-post-navigation div a:after {
  color:#5aa8fc;
  font-size: 18px;
  line-height: 22px;
  padding-top: 20px;
  top: 34%;
}

.wp-post-navigation-pre a:after {
  float: left;
  font-family: "FontAwesome";
  content : "\f137"; 
  left: 0;
}

.wp-post-navigation-next a:after{
  float: right;
  font-family: "FontAwesome";
  content : "\f138"; 
  left: 0;
}

.wp-post-navigation-pre a:hover:after {
  color: #443f3f;
}

.wp-post-navigation-next a:hover:after {
  color: #443f3f;
}

/*デフォルトのパン屑*/
@media screen and (max-width: 1000px) {
  .wp-block-media-text {
    display: block;
    }
}

.sydney-breadcrumbs {
  background: #fff;
  display: none;
}

.sydney-breadcrumbs a {
  color: #5aa8fc;
  background: #fff;
  text-decoration: none;
}

/*テンプレート用スタイル*/

/*画像テキストの調整*/
.wp-block-media-text .wp-block-media-text__content {
  padding: 0;
  padding-right: 3px;
  vertical-align: top;
}

@media screen and (max-width: 767px){
  .wp-block-media-text .wp-block-media-text__content {
    padding-right: 0;
    }
}

/*画像テキストをスマホでブロック表示*/
@media screen and (max-width: 1000px) {
  .wp-block-media-text {
    display: block;
    }
}

/*表の調整*/
td {
  text-align: left;
  padding-left: 20px;
}

@media screen and (max-width: 767px){
  td {
    display: block;
    }
}

/*制作実績の中間枠*/
.chyukanwaku {
  display: block;
  width: 100%;
  padding: 0.5em 1em;
  margin: 1em 0;
  background: #FFF;
  border: solid 2px #5876D3;
  border-radius: 10px;
  font-size: 16px;
  color: #47425d;
}

/*制作実績の表*/
.shiyou th {
  font-weight: bold;
  background-color: #dedede;
}

.shiyou th,
.shiyou td { 
  text-align: left;
  border: 1px solid #ccc;
  padding: 10px;
}

@media screen and (max-width: 1000px) {
  .shiyou th, td{
    text-align: left;
    display: block;
    }
}

/*制作実績のリスト*/
.list1 li:before {
  font-family: "FontAwesome";
  font-weight: 900;
  color: #193381;
  content: "\f0c8";
  margin-right: 1em;
  margin-left: -30px;
}

ul { 
  list-style: none;
}

.content-area .post-wrap,
.contact-form-wrap {
  padding-right: 0;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3,
.col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9,
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3,
.col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9,
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3,
.col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9,
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3,
.col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  padding-right: 30px;
  padding-left: 30px;
}

.wpcf7-spinner {
  display: none;
}

.content-area .hentry {
  padding-bottom: 30px;
}

textarea.wpcf7-form-control.wpcf7-validates-as-required {
	background: rgba(255, 255, 142, 0.46) !important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	margin-bottom: 40px;
	padding: 20px;
	text-align: center;
    border-color: red;
	color: red;
	font-weight: bold;
}
