@charset "utf-8";
/* CSS Document */
/*
Theme Name:Sydney_child
Template:sydney
Version:2.34
*/
h1,h2,h3,h4,h5,h6{
  font-family: "Jost", sans-serif!important;
  font-optical-sizing: auto!important;
  font-weight: 600!important;
  font-style: normal!important;
}
	
.txt-c{
	text-align: center;
}
.mgn-t-100{
	margin-top: 100px!important;
}

.gaiyou-btn{
	text-align: center;
	margin-top: 40px;
}
.gaiyou-btn a{
	color: #fff!important;
	background-color: #ED784A;
	border: 2px solid #ED784A;
	border-radius: 6px;
	padding: 10px 40px;
	font-weight: 600;
	transition : 0.5s;
}

.gaiyou-btn a:hover{
	color: #ED784A!important;
	background-color: #fff;
	transition : 0.5s;
}


.heading06 {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 26px;
	text-align: center;
}

.heading06::before {
	content: attr(data-en);
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	color: rgba(0,92,175,0.2);
	font-size: 80px;
}
.heading06-sub::before {
	color: rgba(85,175,175,0.2);
}
.heading07 {
	position: relative;
	top:20px;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 23px!important;
	text-align: center;
	color: #fff!important;
	margin-top: 20px;
}

.heading07::before {
	content: attr(data-en);
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	color: rgba(255,255,255,0.6);
	font-size: 60px!important;
}
.heading08 {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 26px;
	text-align: center;
	color: #fff!important;
}

.heading08::before {
	content: attr(data-en);
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	color: rgba(255,255,255,0.6);
	font-size: 80px;
}

/*.page .entry-header{
	display: none;
}*/


.officeinfo table{
	width: 70%;
	margin: 0 auto;
	border-collapse: collapse;
	margin-top: 100px;
}

.officeinfo table,.officeinfo table th,.officeinfo table td{
	border: none!important;
}
.officeinfo table th,.officeinfo table td{
	text-align: left;
	border-bottom: 1px solid #DDDDDD!important;
	padding: 20px!important;
	font-weight: normal;
}
.officeinfo table th{
	padding-left: 10px!important;
	padding-right: 50px!important;
}
.officeinfo table th:first-of-type,.officeinfo table td:first-of-type{
	border-top: 1px solid #DDDDDD!important;
}


.maparea{
	text-align: center;
	margin-top: 100px;
}

/*Contact Form 7カスタマイズ*/
/*スマホContact Form 7カスタマイズ*/
@media(max-width:500px){
	.inquiry th,.inquiry td {
		display:block!important;
		width:100%!important;
		border-top:none!important;
		-webkit-box-sizing:border-box!important;
		-moz-box-sizing:border-box!important;
		box-sizing:border-box!important;
	}
	.inquiry tr:first-child th{
		border-top:1px solid #d7d7d7!important;
	}
	/* 必須・任意のサイズ調整 */ 
	.inquiry .haveto,.inquiry .any { 
		font-size:10px;
	}
}
/*見出し欄*/
.inquiry th{
	text-align:left;
	font-size:14px;
	color:#444;
	padding-right:5px;
	width:30%;
	background:#f7f7f7;
	border:solid 1px #d7d7d7;
	padding-top: 10px;
}
/*通常欄*/
.inquiry td{
	font-size:13px;
	border:solid 1px #d7d7d7; 
}
/*横の行とテーブル全体*/
.entry-content .inquiry tr,.entry-content table{
 	border:solid 1px #d7d7d7; 
	background-color: #fff;
}
/*必須の調整*/
.haveto{
	font-size:7px;
	padding:5px;
	background:#ff9393;
	color:#fff;
	border-radius:2px;
	margin-right:5px;
	position:relative;
	bottom:1px;
}
/*任意の調整*/
.any{
	font-size:7px;
	padding:5px;
	background:#93c9ff;
	color:#fff;
	border-radius:2px;
	margin-right:5px;
	position:relative;
	bottom:1px;
}

/*送信ボタンのデザイン変更*/
#formbtn{
	display: block;
	padding:1em 0;
	margin-top:30px;
	width:100%;
	background:#0360B3;
	color:#fff;
	font-size:18px;
	font-weight:bold;  
	border-radius:2px;
	border: none;
	border: 2px solid #0360B3;
}
/*送信ボタンマウスホバー時*/
#formbtn:hover{
	background:#fff;
	color:#0360B3;
	border: 2px solid #0360B3;
}

/*inputの調整*/
.inquiry input,.inquiry textarea{
	width: 100%;
	margin: 10px 0;
}
.inquiry p{
	margin-block-start: unset!important;
    margin-bottom: 0!important;
}

/*同意ボタン*/
.spam-area{
	text-align: center;
	font-size: 20px;
}
.spam-area .spam1{
	width: 30px;
} 
.spam-area input[type=checkbox] {
	transform: scale(1.5);
	margin: 0 6px 0 0;
}

/* プライバシーポリシー */
form .stl-policy {
    border: #e1e1e1 solid 1px;
    color: #666;
    padding: 5px 10px;
    height: 200px;
    overflow-y: scroll;
    margin: 40px 0;
	background-color: #fff!important;
}
form .stl-policy h5{
	color: #666!important;
  	font-size:15px;
}
form .stl-policy h6{
	color: #666!important;
	font-size:15px;
	margin-bottom:10px;
	margin-top:20px;
}
form .stl-policy p,form .stl-policy ol,form .stl-policy ul{
  	font-size:12px;
}
form .stl-policy p{
	margin-bottom:0;
}


/*お知らせアーカイブの抜粋文字を非表示*/
.posts-layout .entry-post{
	display: none;
}

/*サービス*/
.service-page-ttl .heading07::before {
  width: 100%;
}
@media screen and (max-width: 780px) {
  .service-page-ttl .heading07 {
    position: static;
    display: flex;
    flex-direction: column;
  }
  .service-page-ttl .heading07::before {
    font-size: 40px!important;
    position: static;
    transform: unset;
  }
}
.service-ttl h4 {
  font-size: 20px;
  text-decoration-line: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 8px;
}
@media screen and (min-width: 781px) {
  .service-ttl h4 {
    font-size: 24px;
  }
}
.service-sub-ttl h5 {
  margin: 0!important;
}
.service-box h6 {
  padding-bottom: 7px;
  border-bottom: solid 1px #0F68B0;
}
.service-ttl-h3 {
  line-height: 1.8;
}
.service-tbl {
  padding: 10px 20px 20px;
  border: none!important;
}
.service-tbl th, .service-tbl td {
  text-align: left!important;
  border-top: none;
  border-right: none;
  border-left: none;
}
.scroll-x {
  overflow-x: scroll;
}
.scroll-x table {
  min-width: 600px;
}
@media screen and (max-width: 780px) {
  .service-list-5 p {
    margin-bottom: 0;
  }
  .service-list-5 .panel-grid-cell {
    display: flex;
    align-items: center;
  }
  .service-list-5 .widget_media_image {
    min-width: 120px;
    width: 120px;
  }
}
@media screen and (min-width: 781px) {
  .service-list-5 .txt p {
    text-align: center;
  }
}

.max-700 > * { 
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.max-800 > * { 
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.max-1000 > * { 
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 780px) {
  .service-row-gap .panel-grid-cell {
    padding-left: 0!important;
    padding-right: 0!important;
  }
  .service-row-gap .panel-grid-cell {
    margin-bottom: 60px!important;
  }
  .box-right {
    border-left: none!important;
    border-top: solid 1px #0F68B0;
  }
}
.faq h5, .faq p {
  display: flex;
  align-items: flex-start;
}
.faq h5 {
  color: #0F68B0!important;
  margin-bottom: 20px;
}
.faq .big {
  color: #0F68B0;
  font-weight: bold;
  font-size: 32px;
  margin: -16px 15px 0 0;
}
.blue {
  color: #0F68B0;
}


/*幹線輸送サービス*/
.tt-img {
  background-repeat: no-repeat;
  background-position: right;
}
.tt-img p {
  margin-bottom: 0;
}
@media screen and (max-width: 780px) {
  .tt-img .panel-grid-cell-mobile-last {
    margin-left: -45px;
  }
  .tt-img {
    max-width: 500px;
    background-image: url(http://aivec-cojp.check-xserver.jp/gfi/wp-content/uploads/2026/02/trunk-transport-s.jpg)!important;
  }
}
.tt-list-3 {
  height: min(calc(247/800*100vw), 247px);
  background-repeat: no-repeat;
  background-size: 40%!important;
  background-position: bottom 10px  left 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tt-list-3 .txt p {
  font-size: 1.7em;
  margin-bottom: 0;
  line-height: 1.1;
}
.tt-list-3 .txt .right {
  text-align: right;
}
.tt-list-3 .txt .left {
  text-align: left;
}
.tt-list-3 .txt .big {
  font-size: 3em;
}
.tt-list-3 .txt .bigger {
  font-size: 2em;
}
@media screen and (max-width: 780px) {
  .tt-list-3 {
    max-width: 350px;
    height: min(70vw, 350px);
    margin-left: auto;
    margin-right: auto;
  }
}

/*ブログ*/
.blog #content, .single #content {
  background-color: #deefef;
}
.blog #primary, .single #primary {
  padding-top: 90px;
  padding-bottom: 90px;
}
.blog #main {
  max-width: 890px;
  margin: 0 auto;
}
.single #main {
  max-width: 780px;
  margin: 0 auto;
}
.cat-links a {
  background-color: #ED794A;
  color: #fff!important;
  padding: 3px 8px;
}
.blog #content article {
  padding: 25px 20px 10px 20px;
  margin: 0;
  border-top: solid 1px #707070;
}
.blog #content article:last-of-type {
  border-bottom: solid 1px #707070;
}
@media screen and (min-width: 781px) {
  .blog #content article .content-inner {
    display: flex;
  }
  .blog #content article .entry-meta {
    margin-right: 2em;
  }
}

/*TOP ブログ枠*/
.blog-top .title-post {
  font-size: 16px;
}
.blog-top article {
  padding: 25px 20px 25px 20px;
  margin: 0 auto;
  border-top: solid 1px #707070;
}
.blog-top article:last-of-type {
  border-bottom: solid 1px #707070;
}
.blog-top article .content-inner > * {
  margin-bottom: 0;
}
@media screen and (max-width: 780px) {
  .blog-top article .entry-meta {
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 781px) {
  .blog-top article .content-inner {
    display: flex;
  }
  .blog-top article .entry-meta {
    margin-right: 2em;
  }
}







