<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* =========================
 header.php */

/* headerデザイン追加（電話番号） */
#header-right .header-tel-banner {
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
#header-right .header-tel-banner .tel-banner {
  display: inline-block;
  padding: 12px 12px 4px;
  text-align: center;
  font-size: 0;
}
#header-right .header-tel-banner .tel-banner:hover {
  text-decoration: none;
}
#header-right .header-tel-banner .tel-banner .tel-number {
  width: 182px;
  height: 54px;
  display: block;
  margin: 0 auto;
}
#header-right .header-tel-banner .tel-banner .message{
  font-size: 11px;
  color: #666666;
  font-weight: bold;
  display: block;
  margin: 0;
  padding: 9px 0 0px;
  line-height: 1;
}
@media screen and ( max-width: 767px ){
  #header-right .header-tel-banner {
    display: none;
  }
}

/* headerデザイン追加（お問い合わせボタン） */
#header-right {
  z-index: 1;
}
#header-right .header-contact {
  margin: 0;
  display: inline-block;
  vertical-align: top;
  z-index: 1;
}
#header-right .header-contact .contact-button {
  display: inline-block;
  background-color: #FFD800;
  padding: 12px 12px;
  text-align: center;
  font-size: 0;
  cursor: pointer;
  z-index: 1;
}
#header-right .header-contact .contact-button:hover {
  text-decoration: none;
  background-color: #FFF500;
}
#header-right .header-contact .contact-button .message{
  font-size: 14px;
  color: #222;
  font-weight: bold;
  display: block;
  margin: 0;
  padding: 9px 0 0px;
  line-height: 1;
  cursor: pointer;
}
#header-right .header-contact .contact-button .text{
  font-size: 10px;
  color: #222;
  font-weight: bold;
  display: inline-block;
  transform: scale(0.8,0.8);
  margin: 0;
  padding: 2px 0 0;
  line-height: 1;
  cursor: pointer;
}
#header-right .header-contact .contact-button .contact-icon{
  width: 44.59px;
  height: 33.12px;
  display: block;
  margin: 0 auto;
  cursor: pointer;
}
@media screen and ( max-width: 767px ){
  #header-right .header-contact {
    position: absolute;
    right: 0;
    top: 0;
  }
  #header-right .header-contact .contact-button {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 6px;
  }
  #header-right .header-contact .contact-button .message {
    display: none;
  }
  #header-right .header-contact .contact-button .contact-icon {
    width: 28px;
    height: auto;
  }
  #header-right .header-contact .contact-button .text {
    transform: scale(0.6,0.6);
  }
}

/* =========================・
 footer.php */
 
 /* 住所・電話番号 */
#footer .footer-01 .footer-address{
  text-align: left;
}
#footer .footer-01 .footer-address .company-name{
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
}
#footer .footer-01 .footer-address .footer-tel{
  display: inline-block;
  font-size: 15px;
  padding-left: 20px;
}
#footer .footer-01 .footer-address address{
  display: inline-block;
  font-size: 15px;
  padding-top: 10px;
}
#footer .footer-01 .footer-address address .post-number{
  display: inline-block;
  padding-right: 10px;
}
#footer .footer-01 .footer-address address a.map{
  display: inline-block;
}
#footer .footer-01 .footer-address address a.map::after{
  content: ' ';
  display: inline-block;
  width: 16px;
  height: 19px;
  margin-left: 4px;
  background-image: url(https://www.connect-dv.com/wp-content/themes/xeory_extension_child/images/map-icon-w.svg);
}

/* .footer-banner-list */
#footer #footer-content-area .footer-banner-list {
  margin: 0;
}
#footer #footer-content-area .footer-banner-list a.banner{
  max-width: 241px;
  width: 30%;
  display: inline-block;
}
#footer #footer-content-area .footer-banner-list a.banner:not(:first-child){
  margin-left: 8px;
}
#footer #footer-content-area .footer-banner-list a.banner img{
  width: 100%;
  display: block;
}
#footer #footer-content-area .footer-banner-list a.banner:hover img{
  opacity: .75;
}
@media only screen and (max-width: 768px) {
  #footer #footer-content-area .footer-banner-list {
    padding: 0 25px;
    margin-top: 20px;
  }
  #footer #footer-content-area .footer-banner-list a.banner {
    max-width: 100%;
    width: 100%;
  }
  #footer #footer-content-area .footer-banner-list a.banner:not(:first-child) {
    margin-left: 0;
    margin-top: 15px;
  }
}


/* h2 のスタイルを h3 のものと統一*/
.post-content h2 {
  font-size: 24px;
  margin: 48px 0 24px;
  padding: 20px 0;
  clear: both;
  font-weight: normal;
  border-bottom: 2px solid #3B4552;
  line-height: 1.4;
  border-left: 0 none;
  background: unset;
  color: #241913;
}
.post-content h2 {
	margin-left: 0px;
}
@media screen and ( max-width: 1200px ){
  .post-content h2 {
    margin: 48px 0 24px;
    padding: 20px 0;
  }
}
@media screen and ( max-width: 767px ){
  .post-content h2 {
    margin: 48px 0 24px;
    padding: 20px 0;
  }
}

/* カスタムhtml用スタイル */
.colmunbox {
	display: flex;
	justify-content: space-between
}
.colmuninner{
	flex: 0 1 auto;
	min-width: 0;
}
.col2 .colmuninner{
	flex: 0 1 calc(50% - 10px);
}
@media screen and ( max-width: 767px ){
  .colmunbox {
    display: block;
  }
  .colmunbox &gt; * {
  	flex: none;
  }
}

/* 表組みレイアウト */
.post-content table.table-2lineup {
  
}
.post-content table.table-1lineup {

}
@media only screen and (max-width: 768px) {
  .post-content table.table-1lineup tbody th {
    width: 100%;
    display: block;
  }
  .post-content table.table-1lineup tbody td {
    width: 100%;
    display: block;
  }
}

.post-content table.table-description01 tbody th {
  width: 260px;
}
.post-content table.table-description01 tbody td {
  text-align: center;
  background-color: #e5e5e5;
}
.post-content table.table-description01 tbody td p {
  text-align: left;
  margin-top: 5px;
}
@media only screen and (max-width: 768px) {
  .post-content table.table-description01 tbody th {
    width: 100%;
    display: block;
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .post-content table.table-description01 tbody td {
    width: 100%;
    display: block;
  }
}


.post-content table tbody th.th-theme-blue {
  background-color: #2f869b;
}
.post-content table tbody th.th-theme-red {
  background-color: #c0504d;
}
.post-content table tbody th.th-theme-green {
  background-color: #7ebb00;
}
.post-content table tbody tr.tr-theme-lightred {
  background-color: #f2dcdb;
}
.post-content table tbody tr.tr-theme-lightred th {
  background-color: #c0504d;
}
.post-content .contact-btn{
  border-radius: 5px;
  background: #FF6C00;
  color: #fff;
  font-size: 14px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  opacity: 1;
  display: block;
  max-width: 170px;
  margin: 0 auto;
  width: 100%;
  padding: 12px;
  text-align: center;
}
.post-content .contact-btn:hover{
  text-decoration: none;
}

/*flex flex-item*/
.flex {
  display: flex;
  justify-content: space-between
}
.flex-item {
  flex: 0 1 auto;
  min-width: 0;
}
.flex-item.fx400 {
  flex: 0 0 400px;
}
.flex-item.fxhalf {
  flex: 0 0 calc(50% - 10px);
}
@media only screen and (max-width: 768px) {
  .flex {
    flex-wrap: wrap;
  }
  .flex-item {
    flex: 0 1 auto;
    min-width: 0;
  }
  .flex-item.fx400 {
    flex: 0 1 400px;
  }
}

/* catalog-area listitem */
.catalog-area {
  background-image: url(https://www.connect-dv.com/wp-content/uploads/2019/08/katarogu-img01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 100% 0;
}
.catalog-area .listitem {
  width: 50%;
}
.catalog-area .listitem .point {
  font-size: 22px;
  margin: 0;
  padding: 0;
  color: #006cb7;
}
.catalog-area .listitem .point .num {
  font-size: 30px;
}
.catalog-area .listitem .design-bar {
  margin: 0;
  padding: 0;
  background: linear-gradient(90deg, rgba(142,146,148,1), rgba(142,146,148,0));
  padding: 2px 4px;
  border-bottom: none;
  color: #ffffff;
  font-size: 14px;
  display: inline-block;
  width: 100%;
}
.catalog-area .listitem .design-text01 {
  margin: 0;
  padding: 0;
  padding: 2px 4px;
  border-bottom: none;
  font-size: 22px;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .catalog-area {
    background-image: none;
  }
  .catalog-area .listitem {
    width: 100%;
  }
}

.post-content h2.design-center-text01 {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  border-bottom: 0 none;
  margin-bottom: 0;
}
.post-content h2.design-center-text01 + .subhead-text01 {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #0086cd;
}

.post-content h3.design-bar-blue {
  margin: 30px 0 10px;
  padding: 8px 6px;
  border-bottom: none;
  color: #ffffff;
  background-color: #0086cd;
  font-size: 16px;
  font-weight: bold;
}

.text-right {
  text-align: right;
}

.w70ps {
  width: 70%;
}

/* Contact Form 7 */
form input[type="text"]::placeholder,
form input[type="email"]::placeholder,
form input[type="url"]::placeholder,
form input[type="tel"]::placeholder,
form input[type="number"]::placeholder,
form input[type="date"]::placeholder,
form textarea::placeholder {
  color: #B0B0B0;
}

/* =========================
 front-page.php */

/* .tel-banner-area */
.tel-banner-area {
  margin: 0;
  padding-bottom: 60px;
}
.tel-banner-area .contact-tel-banner {
  margin: 0;
}
.tel-banner-area .contact-tel-banner .tel-banner-img {
  margin: 0 auto;
  display: block;
  max-width: 640px;
  width: 100%;
}
@media screen and ( max-width: 767px ){
  .tel-banner-area{
    padding-bottom: 0;
  }
}

/* #front-company-4 .map */
dl#front-company-4 dd .map{
  color: #241913;
}
dl#front-company-4 dd .map::after{
  content: ' ';
  display: inline-block;
  width: 16px;
  height: 19px;
  margin-left: 4px;
  background-image: url(https://www.connect-dv.com/wp-content/themes/xeory_extension_child/images/map-icon-g.svg);
}
@media screen and ( max-width: 767px ){
  dl#front-company-4 dd .map::after{
    content: '地図アプリで開く';
    display: block;
    width: calc(100% - 24px - 22px);
    height: auto;
    margin-left: 0;
    padding: 10px 10px 10px 32px;
    background-repeat: no-repeat;
    border: solid 1px #ccc;
    border-radius: 4px;
    text-align: center;
    background-position: 44px 10px;
  }
}

.a8_fotter {
	margin-top:20px;
}


</pre></body></html>