/*
Theme Name: Sydney Child PV ver
Template: sydney
Author: PV
Version: 1.53.1545193713
Updated: 2018-12-19 13:28:33

*/
body {
-webkit-print-color-adjust: exact;
}

 a[href]:after {
 content: "" !important;
 }
 
 abbr[title]:after {
 content: "" !important;
 }

.pagetop-sl,
.toukouslider,
.n2-section-smartslider,
#n2-ss-8-align,
.n2-padding
#n2-ss-8 {
	display: none !important;
} 

.pagetop-img {
	display: block !important;
} 
.t-pagetop-img {
	display: block !important;
	position: absolute;
	top:0px;
} 

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

/* TOPのグリッド部分 */
.wrapper {
display: -ms-grid;
display: grid;
margin:0;
}
@media (min-width: 601px){
.wrapper {
-ms-grid-columns: (1fr)[5];
grid-template-columns: repeat(5, 1fr);
-ms-grid-rows: 1fr 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 !important;
	font-size: 13px; 
}

/* 任意マーク */
.free {
	color: #fff;
	margin-right: 10px;
	padding: 3px 5px;
	background: #424242 !important;
	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 !important;
	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) !important;
}

/* 送信ボタンを見やすくする */
input.wpcf7-submit {
	width: 30%;
	height: 70px;
	background: #228c22 !important;
	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 ; 
	}

/* 会社概要の表 */
.kaisha {
width: 100%;
}
.kaisha th,
.kaisha td {
border: 1px solid #ccc !important;
padding: 30px;
}
.kaisha th {
font-weight: bold;
background-color: #dedede !important;
}

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

/* 大見出し */
h3 {
padding-bottom: 15px;
}

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

h4:after {
position: absolute;
content: " ";
display: block;
border-bottom: solid 3px #193381 !important;
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 !important;/*左線*/
}

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

/* 会社沿革 */
.timeline {
  list-style: none;
}
.timeline > li {
  margin-bottom: 60px;
}

.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 !important;
  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;
	vertical-align:top;
}
.boxcompany .box-title {
    background: #193381 !important;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.boxcompany p {
    padding: 10px 5px;
    margin: 0; 
	  color: #000000 !important;
	  background: rgba(0,0,0,0.1) !important;
	  text-align: left;
	  font-size: 12px;
}

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

/* 制作実績のボックス */
.boxthd {
	  width: 99%;
	  display: inline-block;   
    margin: 1em 0;
	  padding: 10px;
}
.boxthd .box-title {
    background: #FFFFFF !important;
    font-size: 12px !important;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.boxthd p {
    padding: 5px 10px !important;
    margin: 0; 
	  color: #000000 !important;
	  background: rgba(236,192,0,0.2) !important;
	  text-align: left;
}
.boxjisseki {
	  width: 33%;
	  display: inline-block;   
    margin: 1em 0;
	  padding: 10px !important;
}
.boxjisseki .box-title {
    background: #FFFFFF !important;
    font-size: 12px !important;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.boxjisseki p {
    padding: 10px 5px !important;
    margin: 0 !important;
	  color: #000000 !important;
	  background: rgba(236,192,0,0.2) !important;
	  text-align: left;
}

/* 採用情報の表 */
.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 !important;
}

/* リンク用リスト */
ul.cp_list {
	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) !important;
	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) !important;
}


/* 新着情報の囲み */
.boxnew {
	  padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    color: #000000 !important;/*文字色*/
    background: #FFF !important;/*背景色*/
    border: solid 1px #193381 !important;/*線*/
    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 !important;
}

@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 !important;
    border-radius: 20px;
    transition: .4s;
}

.news_btn:hover {
    background: #193381 !important;
	　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: 10px;} 
.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;
}

/* サムネイルの位置 */
#primary {
	width:100%;
}
.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; overflow: hidden;}
.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 */ /* こちらを使用するときは上をコメントアウトしてください*/
 * .cardview.postlist:nth-of-type(2n+1), .nothumb.postlist:nth-of-type(2n+1) {margin-right: 2%;}
.cardview.postlist:nth-of-type(2n+3), .nothumb.postlist:nth-of-type(2n+3) {clear: none;}
.cardview.postlist, .nothumb.postlist {float: left; width: 31%; 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 {
  display: none;
}

/* ヘッダーのゴミ削除 */
.header-clone {
  height: 0 !important;
  display: none;
}
/* 全固定ページで非表示 */
.page .entry-title {
    display: none;
}
/* 全投稿ページで非表示 */
.post .entry-title,
.meta-post {
    display: none;
}
.single .single-meta {
    display: none;
}

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

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

.toukou-main-nav {
margin-top:273px !important;
}

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

nav ul li {
display: inline-block;
margin: auto; 
line-height: 50px;
border-right: 1px solid #FFF !important;
background-color:#1a7ce6 !important;
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 !important;
}

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

.main-nav ul .current_page_item,
.main-nav ul .current-page-ancestor  {
background-color:#1accff !important;
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;
	color: #fff !important;
}
#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 !important;
    background: #d3d3d3 !important;/*背景色*/
}
.boxprivacy p {
    margin: 0; 
    padding: 0;
}

/*お問い合わせのボックス*/
.boxcontact {
	  width: 50%;
	  display: inline-block;   
    margin: 2em 0;
	  padding: 20px;
	  text-align: center;
    background: #fff !important;
}
.boxcontact .box-title {
    font-size: 1.5em;
    background: #193381 !important;
	  padding: 10px;
    text-align: center;
    color: #fff !important;
    font-weight: bold;
    letter-spacing: 0.05em;
	  border: solid 1px #193381 !important;
}
.boxcontact p {
    padding: 30px 20px;
    margin: 0;
	  border: solid 1px #193381 !important;
}

.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;
}

.top_mob { display: none; } 
.topsl_main { display: block; }


.site-footer {
background-color:#193381 !important;
}

.site-footer div,
.site-footer div a,
#footer-menu div {
color: #fff !important;
}

html, body {
height: auto;
padding:0;
margin:0;
}