@charset "utf-8";
/*
Theme Name: gaichujusos_bedbugs_theme
Theme URI:
Description: Bedbugs theme for gaichujusos
Author: meakdesign
Version: 1.0.2
*/

/*-------------
reset
-------------*/
html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
address,
ul,
ol,
li,
dl,
dt,
dd,
hr,
table,
th,
td,
form,
fieldset {
  margin: 0;
  padding: 0;
}
html {
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table {
  font-size: inherit;
  font: 100%;
}
pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}
.cf {
  clear: both;
}
.sp-only {
  display: none;
}

/*-------------
base
-------------*/
html,
body {
  width: 100%;
  height: 100%;
}
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  border: 0;
}
body {
  width: 100%;
  font-family: "Noto Sans Japanese", sans-serif, "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", "Osaka‐等幅";
  *font-size: small;
  *font: x-small;
  background: #f1f1f1;
  color: #000000;
  font-size: 1.1em;
}
p {
  background-image: url(images/clear.gif);
  max-height: 999999px;
  line-height: 1.7;
  font-size: 15px;
  margin-bottom: 30px;
}
li {
  line-height: 1.7;
  font-size: 14px;
}

/*擬似クラス指定*/
a:link {
  color: #273975;
  text-decoration: underline;
}
a:visited {
  color: #273975;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

/*背景の画像＆色の設定*/
.inner {
  width: 1000px;
  margin: 0 auto;
}

.rollover a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha( opacity=50 )";
}
a img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/*ヘッダー部分（キャッチ＆ロゴほか）*/
header {
  padding-top: 20px;
  overflow: hidden;
}
h1 {
  width: 260px;
  float: left;
  margin-right: 50px;
  margin-bottom: 5px;
}
#header-area {
  width: 270px;
  float: left;
  margin-bottom: 5px;
}
.header-area-mark {
  width: 110px;
  float: left;
}
.header-area-right {
  width: 150px;
  float: right;
}
.header-area-ttl {
  font-size: 22px;
  font-weight: bold;
  color: #e60012;
  margin-bottom: 3px;
}
.header-area-right ul {
  list-style-type: none;
}
.header-area-right ul li {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  background: #e60012;
  padding: 5px 7px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  color: #f7ee13;
  font-weight: bold;
  margin-right: 3px;
  margin-bottom: 5px;
  letter-spacing: 2px;
}
#header-tel {
  float: right;
  width: 220px;
  display: block;
  background: #e60012;
  margin-top: 8px;
  margin-bottom: 5px;
  padding: 7px;
}
#header-tel a {
  display: block;
  text-decoration: none;
}
.header-tel-ttl {
  text-align: center;
  color: #fff;
  font-size: 15px;
  line-height: 1;
}
.header-tel-number {
  text-align: center;
  font-family: "Francois One", sans-serif;
  font-size: 34px;
  line-height: 1;
  margin: 4px 0;
}
#header-tel a .header-tel-number {
  color: #f7ee13 !important;
}
.header-tel-time {
  background: #fff;
  color: #000000;
  padding: 3px;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
}
.header-address {
  clear: both;
  font-size: 13px;
  margin-bottom: 10px;
}

/*グローバルメニュー*/
#global-nav {
  clear: both;
  background: #666;
  padding: 15px 0;
}
#global-nav ul {
  clear: both;
  list-style: none;
  margin: 0 auto;
  text-align: center;
}
#global-nav ul li {
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
  text-align: center;
  line-height: 1.3;
  font-size: 17px;
}
#global-nav ul li a {
  padding: 5px 5px;
  display: block;
  color: #fff;
  text-decoration: none;
}
#global-nav ul li a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#global-nav ul li a span {
  color: #317393;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  font-family: "Scada", sans-serif;
}

#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 99999;
}
#nav-toggle div {
  position: relative;
}
#nav-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #000;
  left: 0;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 11px;
}
#nav-toggle span:nth-child(3) {
  top: 22px;
}

/*メイン*/
#main {
  clear: both;
  padding: 30px 0;
}
#main-inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.main-copy {
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 25px;
}
.dot-text {
  text-emphasis: filled;
  -webkit-text-emphasis: filled;
}
.red-text {
  color: #ff0000;
}
.bbm-text {
  border-bottom: 1px solid #ff0000;
}
.main-point {
  width: 460px;
  display: inline-block;
  margin-right: 50px;
}
ul.main-kind {
  width: 460px;
  display: inline-block;
}
ul.main-kind li {
  display: inline-block;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 5px;
  line-height: 1;
  color: #fff;
  background: #ff0000;
  border-radius: 5px;
  padding: 10px 25px 12px 30px;
  margin-right: 15px;
}
.main-taisaku {
  width: 180px;
  position: absolute;
  right: 40px;
  bottom: 70px;
}

/*エリアと他社*/
#area-belt {
  width: 100%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAKklEQVQYV2NUdc/+zwAFt9nMGBhhAiCO6q9TEAEYB6SQkcF34X+QDAwAADH7EHQqFBvSAAAAAElFTkSuQmCC)
    repeat;
  overflow: hidden;
  padding-top: 3px;
  padding-bottom: 3px;
}
#area-belt-inner {
  width: 1000px;
  margin: 0 auto;
}
#area-hosho {
  display: inline-block;
  vertical-align: middle;
  border-bottom: 6px solid #fcfa02;
  padding-bottom: 2px;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  margin-right: 35px;
}
#area-tasha {
  display: inline-block;
  vertical-align: middle;
}
#area-tasha-copy {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-weight: bold;
  background: #fff;
  padding: 10px 25px;
  text-align: center;
  color: #004da1;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin-right: 35px;
}
#area-tasha-price {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  padding-top: 10px;
}
#area-tasha-price span {
  font-size: 55px;
  font-family: "Old Standard TT", serif;
  font-weight: 700;
  color: #ff0000;
}
.area-tasha-price-de {
  background-image: linear-gradient(
    transparent 0.5em,
    #ff0000 0,
    #ff0000 calc(0.5em + 1px),
    transparent 0,
    transparent calc(0.5em + 3px),
    #ff0000 0,
    #ff0000 calc(0.5em + 4px),
    transparent 0
  );
  text-decoration: none;
}

#catchup-bnr {
	background: #343e4a;
	text-align: center;
	padding: 10px 0;
}
#catchup-bnr img {
	width: 800px;
}

#top-contents {
  overflow: hidden;
  width: 100%;
  background: #fff;
}
.block {
  padding-top: 40px;
  padding-bottom: 40px;
}

/*お約束5点*/
#oyakusoku h2 {
  font-size: 33px;
  text-align: center;
  margin-bottom: 10px;
}
#oyakusoku ul {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  list-style-type: none;
}
#oyakusoku ul li {
  width: 14%;
  background: #333;
  border-radius: 5px;
  padding: 20px 2%;
  text-align: center;
  color: #fff;
  margin-right: 4px;
}
#oyakusoku ul li h3 {
  font-size: 32px;
  margin-bottom: 10px;
}
#oyakusoku ul li p {
  margin-bottom: 0 !important;
  font-size: 13px;
}

.top-ttlarea {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 15px;
  margin-bottom: 30px;
  text-align: center;
}
.top-ttlarea h2 {
  font-size: 24px;
}
.top-ttlarea-eng {
  font-family: "Scada", sans-serif;
  font-size: 14px;
  color: #ff0000;
  margin-bottom: 7px;
}
.top-ttlarea h3 {
  font-size: 16px;
}
.btn-detail {
  clear: both;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
.btn-detail a {
  display: inline-block;
  border: 3px solid #333;
  border-radius: 5px;
  padding: 10px 50px;
  color: #333;
  text-decoration: none;
}
.btn-detail a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/*コンセプト*/
#concept {
  background: #f9f9f9;
}
.concept-photo {
  width: 400px;
  float: left;
  margin-bottom: 30px;
}
.concept-txt {
  width: 550px;
  float: right;
  margin-bottom: 30px;
}
.concept-txt h4 {
  font-size: 18px;
  color: #ff0000;
  margin-bottom: 10px;
}

/*サービス*/
#service {
  background: #fff;
}
.service-copy {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
#service ul {
  list-style-type: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 30px;
}
#service ul li {
  width: 25%;
  background: #f7f7f7;
  border-radius: 5px;
  padding: 20px 3%;
}
.service-img {
  margin-bottom: 20px;
}
#service ul li h4 {
  text-align: center;
  font-size: 18px;
  color: #ff0000;
  margin-bottom: 10px;
}
#service ul li p {
  margin-bottom: 0;
}

/*施工実績*/

#results {
  background: #f9f9f9;
}
#results ul {
  list-style-type: none;
  display: -webkit-flex;
  display: flex;
  column-gap: 16px;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 30px;
}
#results ul li {
  width: 100%;
}
.results-date {
  color: #ff0000;
  font-size: 14px;
  margin-bottom: 5px;
}
.results-category {
  background-color: red;
  color: white;
  padding: 0.125rem 0.5rem;
  font-size: 12px;
  margin-bottom: 5px;
  border-radius: 5px;
  width: fit-content;
  margin-left: auto;
}

.results-kind {
  display: flex !important;
  flex-wrap: wrap;
}

.results-kind li {
  margin: 0 !important;
  margin-bottom: 4px !important;
  margin-right: 4px !important;
}

.results-kind li:last-child {
  margin-right: 0 !important;
}

.results-img {
  margin-bottom: 10px;
}
#results ul li h4 {
  font-size: 18px;
  margin-bottom: 4px;
}
#results ul li h4 a {
  color: #000;
}
#results ul li > ul {
  display: -webkit-block;
  display: block;
  -webkit-justify-content: normal;
  justify-content: normal;
}
#results ul li > ul li {
  display: inline-block;
  width: auto;
  background: #ff0000;
  border-radius: 3px;
  padding: 4px 10px 6px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  margin-right: 5px;
}

/*口コミ*/
#voices {
  background: #fff;
}

/*ブログ*/
#blog {
  background: #f9f9f9;
}
#blog ul {
  list-style-type: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 30px;
}
#blog ul li {
  width: 23%;
}
.blog-img {
  margin-bottom: 10px;
}

.blog-date {
  font-size: 14px;
  margin-bottom: 3px;
}
#blog ul li h4 {
  font-size: 16px;
  line-height: 1.4;
}
#blog ul li h4 a {
  color: #000;
}

ul.blog-list {
	list-style-type: none;
	width: 90%;
	margin: 0 auto;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
ul.blog-list li {
	width: 31%;
	margin-bottom: 25px;
}
ul.blog-list li .blog-date {
	text-align: right;
}
ul.blog-list li h3 {
	text-align: left!important;
	font-size: 16px!important;
}

/*不動産会社様*/
#real-estate {
  background: #fff;
}
.real-estate-photo {
  width: 400px;
  float: left;
  margin-bottom: 30px;
}
.real-estate-txt {
  width: 550px;
  float: right;
  margin-bottom: 30px;
}
.real-estate-txt h4 {
  font-size: 18px;
  color: #ff0000;
  margin-bottom: 10px;
}

/*ニュース*/
#news {
  background: #f9f9f9;
}
#news dl {
  font-size: 15px;
  line-height: 1;
  margin-bottom: 30px;
}
#news dl dt {
  float: left;
  background: #ff0000;
  border-radius: 3px;
  padding: 4px 10px;
  margin-bottom: 15px;
  color: #fff;
}
#news dl dd {
  margin-left: 120px;
  padding: 4px 0;
  margin-bottom: 15px;
  border-bottom: 1px dotted #ccc;
}
#news dl dd a {
  color: #000;
  text-decoration: none;
}
#news dl dd a:hover {
  text-decoration: underline;
}

/*会社案内*/
#company {
  background: #fff;
}
#company table {
  width: 100%;
  font-size: 15px;
}
#company table th {
  padding: 20px;
  background: #eee;
  border-bottom: 3px solid #fff;
  white-space: nowrap;
}
#company table td {
  padding: 20px;
  border-bottom: 3px solid #eee;
}
.b-logo {
  padding-left: 20px;
}
.b-logo img {
  width: 70px;
}
.c-logo {
  padding-left: 20px;
}
.c-logo img {
  width: 100px;
}

/*アクセス*/
#access {
  background: #fff;
}
#access table {
  width: 100%;
  font-size: 15px;
}
#access table th {
  padding: 20px;
  background: #ff0000;
  color: #fff;
  white-space: nowrap;
}
#access table td {
  padding: 20px;
  background: #f1f1f1;
}

/*フットメニュー*/
#footer-menu {
  width: 100%;
  background: #000;
  padding: 15px 0;
}
#fnav-ul {
  margin: 0 auto;
  text-align: center;
}
#fnav-ul li {
  display: inline-block;
  font-size: 16px;
  margin: 0 15px;
}
#fnav-ul li a {
  color: #fff;
  text-decoration: none;
}

/*フッターの設定*/
footer {
  clear: both;
  padding-top: 25px;
  padding-bottom: 80px;
}
.footlogo {
  width: 200px;
  margin: 0 auto 20px;
}
.footlogo img {
  width: 200px;
}
ul.foot-submenu {
  list-style-type: none;
  margin: 0 auto 40px;
  text-align: center;
}
ul.foot-submenu li {
  display: inline-block;
  font-size: 13px;
  margin-right: 12px;
}
ul.foot-submenu li:last-child {
  margin-right: 0;
}
ul.foot-submenu li a {
  color: #000;
}
.foot-txt {
  width: 980px;
  margin: 0 auto 40px;
  font-size: 14px;
  line-height: 1.6;
}
.cominfo {
  font-size: 13px;
  text-align: center;
}
address {
  font-size: 70%;
  font-style: normal;
  text-align: center;
  margin-top: 40px;
  padding-bottom: 70px;
}
#foot-fix {
  display: none;
}
#foot-fix-2024 {
  display: none;
}

/*コンテンツページ共通*/
#contents {
  background: #fff;
  padding: 12px 0 100px;
}
.breadcrumbs {
  font-size: 13px;
  margin-bottom: 50px;
}
.ttlarea {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 15px;
  margin-bottom: 30px;
  text-align: center;
}
.ttlarea h2 {
  font-size: 24px;
}
.ttlarea-eng {
  font-family: "Scada", sans-serif;
  font-size: 14px;
  color: #ff0000;
}
#contents h3 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 10px;
}
.kakomi-message {
  font-size: 16px;
  text-align: center;
  background: #f7f7f7;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
}

/*コンセプト*/
ul.conceptp-reason {
  list-style-type: none;
}
ul.conceptp-reason li {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.conceptp-merit {
  width: 400px;
  font-size: 33px;
  font-weight: bold;
  padding-bottom: 120px;
}
.conceptp-merit span {
  background: #fff;
  padding: 5px 10px;
}
.conceptp-txt {
  width: 550px;
}
#conceptp-merit1 {
  background-image: url(images/reason1.jpg);
  background-size: cover;
  background-position: center center;
}
#conceptp-merit2 {
  background-image: url(images/reason2.jpg);
  background-size: cover;
  background-position: center center;
}
#conceptp-merit3 {
  background-image: url(images/reason3.jpg);
  background-size: cover;
  background-position: center center;
}
#conceptp-merit4 {
  background-image: url(images/reason4.jpg);
  background-size: cover;
  background-position: center center;
}
#conceptp-merit5 {
  background-image: url(images/reason5.jpg);
  background-size: cover;
  background-position: center center;
}

/*サービス*/
.servicep-photo {
  width: 300px;
  float: left;
  margin-bottom: 30px;
}
.servicep-txt {
  width: 650px;
  float: right;
  margin-bottom: 30px;
}
.servicep-txt h4 {
  font-size: 18px;
  color: #ff0000;
  margin-bottom: 10px;
}
ul.servicep-list {
  clear: both;
  list-style-type: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 30px;
}
ul.servicep-list li {
  width: 25%;
  background: #f7f7f7;
  border-radius: 5px;
  padding: 25px 3%;
}
.servicep-luphoto {
  margin-bottom: 10px;
}
ul.servicep-list li h4 {
  font-size: 18px;
  color: #ff0000;
  margin-bottom: 10px;
}
ul.servicep-list li p {
  margin-bottom: 0;
}
ul.tech-list {
  list-style-type: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}
ul.tech-list li {
  width: 31%;
  margin-bottom: 50px;
}
.tech-luphoto {
  width: 70%;
  margin: 0 auto 10px;
}
ul.tech-list li h4 {
  font-size: 18px;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: #000;
  padding: 10px 0;
  margin-bottom: 12px;
}

/*施工方法詳細*/
.tech-inner {
  border: 1px solid #cecece;
  padding: 30px 5%;
}
.tech-inner h4 {
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: #000;
  padding: 10px 0;
  margin-bottom: 12px;
}

/*口コミ*/

/*不動産会社様*/
.re-to {
  display: inline-block;
  background: #000;
  padding: 5px 15px 7px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  margin-bottom: 10px;
}
ul.re-list {
  list-style-type: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 30px;
}
ul.re-list li {
  width: 12%;
  background: #000;
  padding: 30px 3%;
  border-radius: 20px;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.re-shinro {
  border: 3px solid #666;
  padding: 25px;
  overflow: hidden;
  margin-bottom: 30px;
}
.re-shinro h4 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 12px;
}
.re-shinro-photo {
  width: 240px;
  float: left;
}
.re-shinro-txt {
  width: 660px;
  float: right;
}
.re-shinro-txt h5 {
  font-size: 18px;
  font-weight: normal;
  color: #ff0000;
  margin-bottom: 10px;
}
.re-shinro-txt p {
  margin-bottom: 0;
}
ul.re-keiro {
  clear: both;
  width: 800px;
  margin: 0 auto 20px;
  list-style-type: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
ul.re-keiro li {
  width: 48%;
}
.re-keiro-btm {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
ul.re-why {
  list-style-type: none;
  margin-bottom: 50px;
}
ul.re-why li {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  background: #f7f7f7;
  margin-bottom: 30px;
}
.re-why-photo {
  width: 27%;
}
.re-why-txt {
  width: 65%;
  padding-right: 4%;
}
.re-why-txt h4 {
  font-size: 22px;
  color: #ff0000;
  border-bottom: 3px solid #ff0000;
  padding-bottom: 6px;
  margin-bottom: 20px;
}
.re-why-txt p {
  margin-bottom: 0;
}
.teian-box {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 3px solid #ccc;
}
.teian-box table {
  width: 1000px;
  margin: 0 auto 30px;
  font-size: 15px;
}
.teian-box table th {
  padding: 15px 25px;
  border: 2px solid #ff0000;
  background: #ff0000;
  color: #fff;
}
.teian-box table td {
  padding: 15px 25px;
  border: 2px solid #ff0000;
}
.teian-box table td ul {
  margin-left: 20px;
}
.teian-box table td ul li {
  margin-bottom: 5px;
}
.teian-box table td ul li:last-child {
  margin-bottom: 0;
}
.teian-flow {
  width: 700px;
  margin: 0 auto 20px;
}
.teian-flow h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
.teian3 {
  margin-bottom: 30px;
}
.re-itachi-photo {
  width: 260px;
  float: left;
  margin-bottom: 30px;
}
.re-itachi-txt {
  width: 680px;
  float: right;
  margin-bottom: 30px;
}
.re-itachi-txt h5 {
  font-size: 18px;
  color: #ff0000;
  margin-bottom: 10px;
}
.re-itachi-txt p {
  margin-bottom: 0;
}
.re-itachi-figure {
  clear: both;
  width: 600px;
  margin: 0 auto 30px;
}
ul.re-houchi {
  list-style-type: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
ul.re-houchi li {
  width: 31%;
}
ul.re-houchi li h4 {
  font-size: 16px;
  background: #eee;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 12px;
}
.re-houchi-photo {
  margin-bottom: 15px;
}

/*ブログ単*/
.single-date {
  font-size: 14px;
  background: #f7f7f7;
  padding: 6px 15px;
  text-align: right;
}
.blog-single {
  min-height: 500px;
  margin-bottom: 50px;
}
.blog-single h4 {
  font-size: 20px;
  margin-bottom: 15px;
  clear: both;
}
.blog-single h5 {
  font-size: 18px;
  color: #ff0000;
  margin-bottom: 10px;
}
.alignright {
  float: right;
  margin-left: 30px;
  margin-bottom: 30px;
}
.alignleft {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}
.orange-line {
  width: 100%;
  height: 1px;
  border-bottom: 2px solid #ff9b00;
}
.marker {
  background: #ffff00;
}

/*インフォメーションカテゴリーページ*/
dl.information-list {
  font-size: 15px;
  line-height: 1;
  margin-bottom: 30px;
}
dl.information-list dt {
  float: left;
  background: #ff0000;
  border-radius: 3px;
  padding: 4px 10px;
  margin-bottom: 15px;
  color: #fff;
}
dl.information-list dd {
  margin-left: 120px;
  padding: 4px 0;
  margin-bottom: 15px;
  border-bottom: 1px dotted #ccc;
}
dl.information-list dd a {
  color: #000;
  text-decoration: none;
}
dl.information-list dd a:hover {
  text-decoration: underline;
}

/*施工実績カテゴリーページ*/
.tabs2 {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 1000px;
  margin: 0 auto 50px;
}
.tab2_item {
  width: calc(100% / 2);
  height: 50px;
  border-bottom: 3px solid #ff0000;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab2_item:hover {
  opacity: 0.75;
}
input[name="tab2_item"] {
  display: none;
}
.tab2_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}
#search-area:checked ~ #area_content,
#search-tech:checked ~ #tech_content {
  display: block;
}
.tabs2 input:checked + .tab2_item {
  background-color: #ff0000;
  color: #fff;
}
ul.result-child-list li {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 5px;
}
ul.results-category-list {
  list-style-type: none;
}
ul.results-category-list li {
  display: block;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 30px;
}
.results-cat-img {
  width: 35%;
}
.results-cat-txt {
  width: 62%;
}
.results-cat-date {
  color: #ff0000;
  font-size: 14px;
  margin-bottom: 2px;
}
ul.results-category-list li h4 {
  font-size: 18px;
  margin-bottom: 3px;
}
ul.results-category-list li h4 a {
  color: #000;
}
ul.results-cat-kind {
  margin-bottom: 10px;
}
ul.results-cat-kind li {
  display: inline-block;
  width: auto;
  background: #ff0000;
  border-radius: 3px;
  padding: 4px 10px 6px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  margin-right: 5px;
  margin-bottom: 0;
}
.results-cat-txt p {
  margin-bottom: 0;
}

/*ブログカテゴリーページ*/
#blog-category h4 {
  font-size: 22px;
  text-align: center;
  margin-bottom: 15px;
}
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 1000px;
  margin: 0 auto;
}
.tab_item {
  width: calc(100% / 4);
  height: 50px;
  border-bottom: 3px solid #ff0000;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}
input[name="tab_item"] {
  display: none;
}
.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}
#all:checked ~ #all_content,
#ecology:checked ~ #ecology_content,
#trivia:checked ~ #trivia_content,
#measures:checked ~ #measures_content {
  display: block;
}
.tabs input:checked + .tab_item {
  background-color: #ff0000;
  color: #fff;
}
ul.blogcategory-list {
  list-style-type: none;
}
ul.blogcategory-list li {
  display: block;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 30px;
}
.blogcategory-img {
  width: 200px;
}
.blogcategory-txt {
  width: 690px;
}
.blogcategory-category {
  font-size: 14px;
  float: left;
  margin-bottom: 2px;
}
.blogcategory-date {
  font-size: 13px;
  color: #666;
  float: right;
  margin-bottom: 2px;
}
.blogcategory-txt h5 {
  clear: both;
  font-size: 18px;
  margin-bottom: 10px;
}
.blogcategory-txt p {
  margin-bottom: 0;
}
.wp-pagenavi {
  font-size: 15px;
  text-align: center;
}
.wp-pagenavi .pages {
  display: inline-block;
  margin-right: 4px;
  padding: 6px;
  background: #333;
  color: #fff;
}
.wp-pagenavi .current {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 4px;
  border: 1px solid #333;
  border-radius: 50%;
  background: #333;
  color: #fff;
  line-height: 30px;
}
.wp-pagenavi .extend {
  display: inline-block;
  margin: 4px;
  font-weight: bold;
  line-height: 30px;
}
.wp-pagenavi a {
  font-size: 15px;
  text-decoration: none;
}
.wp-pagenavi a.first,
.wp-pagenavi a.last {
  width: auto;
  margin: 4px;
  padding-right: 4px;
  padding-left: 4px;
  border: 0;
  border-bottom: 1px solid #333;
  border-radius: 0;
  background: transparent;
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.smaller,
.wp-pagenavi a.larger {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 4px;
  border: 1px solid #333;
  border-radius: 50%;
  line-height: 30px;
}
.wp-pagenavi a.previouspostslink:hover,
.wp-pagenavi a.nextpostslink:hover,
.wp-pagenavi a.smaller:hover,
.wp-pagenavi a.larger:hover {
  border-color: #333;
  background: #333;
  color: #fff;
  transition: all 0.3s;
}

/*ブログ子カテゴリーページ*/
ul.category-list {
  list-style-type: none;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
ul.category-list li {
  width: 23%;
  margin-right: 2.666666666666667%;
}
ul.category-list li:nth-of-type(4n) {
  margin-right: 0;
}
ul.category-list li h4 {
  font-size: 16px;
  line-height: 1.4;
}
ul.category-list li h4 a {
  color: #000;
}

/*お問い合わせ*/
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 textarea {
  background-color: #fff;
  color: #333;
  width: 95%;
  border: 1px solid #ddd;
  font-size: 100%;
  padding: 0.5em;
  border-radius: 4px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1) inset;
}
.wpcf7 input[type="submit"] {
  font-size: 100%;
  padding: 0.2em 0.4em;
  background: #eee;
  color: #333;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  border: 1px solid #ccc;
  text-shadow: -1px 1px 0 rgba(255, 255, 255, 1);
}
.wpcf7 input[type="submit"]:hover {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2) inset;
}
.wpcf7 input[type="number"] {
  background-color: #fff;
  color: #333;
  width: 20%;
  border: 1px solid #ddd;
  font-size: 100%;
  padding: 0.5em;
  border-radius: 4px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1) inset;
}

.btn-chatbot {
	width: 240px;
	position: fixed;
	right: 30px;
	bottom: 50px;
}
.btn-chatbot button {
	background: none!important;
	border: none!important;
}
.chat-btn {
	width: 100%;
	position: relative;
	cursor: pointer;
}
.close-btn {
	width: 30px;
	position: absolute;
	top: -10px;
	right: 10px;
	z-index: 99;
}
.checkbox {
	display: none;
}
.btn-chatbot #close:checked ~ .close-btn {
    display: none;
}
.btn-chatbot #close:checked ~ .chat-btn {
    display: none;
}
/*-------------
2025年2月の決済バナー追加
-------------*/
.topnaha-kessai2025 {
	width: 600px;
	margin: 30px auto;
}
.topnaha-kessai2025a {
	margin-bottom: 10px;
}
.topnaha-kessai2025b {
	margin-bottom: 6px;
}
.topnaha-kessai2025c {
	text-align: center;
	font-size: 14px;
}


/* スマホ */
@media screen and (max-width: 800px) {
  body {
    font-size: 1em;
  }
  .inner {
    width: 95%;
    margin: 0 auto;
  }
  .sp-only {
    display: block !important;
  }
  .pc-only {
    display: none !important;
  }
	/*-------------
2025年2月の決済バナー追加
-------------*/
.topnaha-kessai2025 {
	width: 90%;
	margin: 20px auto;
}
.topnaha-kessai2025a {
	margin-bottom: 5px;
}
.topnaha-kessai2025b {
	margin-bottom: 3px;
}
.topnaha-kessai2025c {
	text-align: center;
	font-size: 14px;
}
	
	/*チャット*/
	.btn-chatbot {
		width: 33%;
		position: fixed;
		right: 2%;
		bottom: 12%;
	}
	.chat-btn {
		width: 100%;
		position: relative;
	}
	.close-btn {
		width: 28px;
		position: absolute;
		top: -10px;
		right: 10px;
	}
  /*ヘッダー部分（キャッチ＆ロゴほか）*/
  header {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  h1 {
    width: 50%;
    float: left;
    margin-right: 4%;
  }
  #header-area {
    display: none;
  }
  #header-tel {
    float: left;
    width: 42%!important;
    padding: 6px 2%;
    margin-top: 5px;
  }
  .header-tel-ttl {
    font-size: 2.1vw;
  }
  .header-tel-number {
    font-size: 4vw;
  }
  .header-tel-number a {
  }
  .header-tel-time {
    padding: 3px 2%;
    font-size: 3vw;
  }
  .header-address {
    font-size: 3vw;
    margin-bottom: 0;
  }

  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -500px;
    background: #000;
    overflow: hidden;
    width: 100%;
    text-align: center;
    padding: 10px 0 !important;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    z-index: 99999;
  }
  #global-nav ul {
    font-size: 14px;
  }
  #global-nav ul li {
    display: block !important;
    padding: 10px 0;
    color: #fff;
    font-size: 110%;
    line-height: 1.8;
    margin: 0;
  }
  #global-nav ul li a,
  #top-head.fixed #global-nav ul li a {
    width: 100%;
    display: block !important;
    color: #fff !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    background: #000;
  }
  #top-head #global-nav ul li a:hover,
  #top-head.fixed #global-nav ul li a:hover {
    background: #666666;
  }
  #nav-toggle {
    display: block;
  }
  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(556px);
    -webkit-transform: translateY(556px);
    transform: translateY(556px);
  }

  /*メイン*/
  #main {
    clear: both;
    padding: 20px 0;
	 background: #fff!important;
  }
  #main-inner {
    width: 90%;
    margin: 0 auto;
  }
  .main-copy {
    font-size: 4.5vw;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .main-point {
    width: 67%;
    display: block;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  ul.main-kind {
    width: 100%;
    display: block;
  }
  ul.main-kind li {
    display: inline-block;
    font-size: 4vw;
    letter-spacing: 3px;
    border-radius: 5px;
    padding: 5px 5% 6px 5%;
    margin-right: 2%;
  }
  .main-taisaku {
    width: 30%;
    position: absolute;
    right: 0;
    bottom: 10px;
  }

  .oyakusoku-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
  }

  .list-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 4px;
  }

  /*エリアと他社*/
  #area-belt {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  #area-belt-inner {
    width: 96%;
  }
  #area-hosho {
    border-bottom: 5px solid #fcfa02;
    padding-bottom: 4px;
    font-size: 3.5vw;
    text-align: center;
    margin-right: 1.5%;
    width: 38%;
  }
  #area-tasha {
    display: inline-block;
    width: 57%;
  }
  #area-tasha-copy {
    font-size: 3vw;
    padding: 4px 2%;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    margin-right: 5px;
    width: 50%;
    float: left;
  }
  #area-tasha-price {
    font-size: 2.5vw;
    width: 41%;
    float: right;
  }
  #area-tasha-price span {
    font-size: 6vw;
  }
	
	#catchup-bnr {
		padding: 10px 0;
	}
	#catchup-bnr img {
		width: 95%;
	}

  #top-contents {
    clear: both;
    padding-top: 10px;
    padding-bottom: 50px;
  }
  .block {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  /*お約束5点*/
  #oyakusoku h2 {
    font-size: 5vw;
    margin-bottom: 10px;
  }
  #oyakusoku ul {
    width: 90%;
    margin: 0 auto;
    display: -webkit-block;
    display: block;
    -webkit-justify-content: normal;
    justify-content: nomal;
  }
  #oyakusoku ul li {
    width: 90%;
    padding: 6px 2%;
    margin: 0 auto 10px;
  }
  #oyakusoku ul li h3 {
    font-size: 6vw;
    margin-bottom: 0;
    display: block;
    /* margin-right: 3%; */
  }
  #oyakusoku ul li p {
    margin-bottom: 0 !important;
    font-size: 13px;
    display: block;
  }

  .top-ttlarea {
    padding: 15px;
    margin-bottom: 20px;
  }
  .top-ttlarea h2 {
    font-size: 6vw;
  }
  .top-ttlarea-eng {
    font-size: 14px;
    margin-bottom: 7px;
  }
  .top-ttlarea h3 {
    font-size: 4vw;
  }
  .btn-detail {
    font-size: 3.8vw;
  }
  .btn-detail a {
    padding: 10px 5%;
  }
  .btn-detail a:hover {
  }

  /*コンセプト*/
  #concept {
  }
  .concept-photo {
    width: 80%;
    float: none;
    margin: 0 auto 15px;
  }
  .concept-txt {
    width: 90%;
    float: none;
    margin: 0 auto 20px;
  }
  .concept-txt h4 {
    font-size: 4.5vw;
    margin-bottom: 10px;
  }

  /*サービス*/
  #service {
  }
  .service-copy {
    width: 90%;
    margin: 0 auto 15px;
    font-size: 4.5vw;
    text-align: left;
  }
  #service ul {
    display: -webkit-block;
    display: block;
    -webkit-justify-content: normal;
    justify-content: normal;
    margin-bottom: 20px;
  }
  #service ul li {
    width: 80%;
    padding: 15px 5%;
    margin: 0 auto 20px;
  }
  .service-img {
    margin-bottom: 15px;
  }
  #service ul li h4 {
    font-size: 4.5vw;
    margin-bottom: 10px;
  }
  #service ul li p {
  }

  /*施工実績*/
  #results {
  }
  #results ul {
    display: -webkit-block;
    display: block;
    -webkit-justify-content: normal;
    justify-content: normal;
    margin-bottom: 20px;
  }
  #results ul li {
    width: 90%;
    margin: 0 auto 15px;
  }
  .results-date {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .results-img {
    margin-bottom: 10px;
  }
  #results ul li h4 {
    font-size: 4vw;
    margin-bottom: 4px;
  }
  #results ul li h4 a {
  }
  #results ul li > ul {
  }
  #results ul li > ul li {
    padding: 4px 10px 6px;
    font-size: 14px;
    margin-right: 5px;
  }

  /*口コミ*/
  #voices {
  }

  /*ブログ*/
  #blog {
  }
  #blog ul {
    display: -webkit-block;
    display: block;
    -webkit-justify-content: normal;
    justify-content: normal;
    margin-bottom: 20px;
  }
  #blog ul li {
    width: 90%;
    margin: 0 auto 15px;
  }
  .blog-img {
    margin-bottom: 10px;
  }
  .blog-date {
    font-size: 14px;
    margin-bottom: 3px;
  }
  #blog ul li h4 {
    font-size: 4.5vw;
  }
  #blog ul li h4 a {
  }

  /*不動産会社様*/
  #real-estate {
  }
  .real-estate-photo {
    width: 80%;
    float: none;
    margin: 0 auto 15px;
  }
  .real-estate-txt {
    width: 90%;
    float: none;
    margin: 0 auto 15px;
  }
  .real-estate-txt h4 {
    font-size: 4.5vw;
    margin-bottom: 10px;
  }

  /*ニュース*/
  #news {
  }
  #news dl {
    font-size: 15px;
    margin-bottom: 30px;
  }
  #news dl dt {
    float: none;
    display: inline-block;
    padding: 4px 10px;
    margin-bottom: 5px;
  }
  #news dl dd {
    margin-left: 0;
    line-height: 1.6;
    padding: 0 0 0 5px;
    margin-bottom: 15px;
  }
  #news dl dd a {
  }
  #news dl dd a:hover {
  }

  /*会社案内*/
  #company {
  }
  #company table {
    font-size: 14px;
  }
  #company table th {
    padding: 10px;
    border-bottom: 2px solid #fff;
  }
  #company table td {
    padding: 10px;
    border-bottom: 2px solid #eee;
  }
  .b-logo {
    padding-left: 5px;
  }
  .b-logo img {
    width: 70px;
  }
  .c-logo {
    padding-left: 20px;
  }
  .c-logo img {
    width: 100px;
  }

  /*アクセス*/
  #access {
  }
  #access table {
    font-size: 15px;
  }
  #access table th {
    padding: 10px;
  }
  #access table td {
    padding: 10px;
  }

  /*フットメニュー*/
  #footer-menu {
    padding: 10px 0;
  }
  #fnav-ul {
    margin: 0 auto;
    text-align: center;
  }
  #fnav-ul li {
    display: inline-block;
    font-size: 14px;
    margin: 0 10px;
  }
  #fnav-ul li a {
  }

  /*フッターの設定*/
  footer {
    padding-top: 20px;
    padding-bottom: 70px;
  }
  .footlogo {
    width: 55%;
    margin-left: auto;
    margin-right: auto;
  }
  .footlogo img {
  }
  ul.foot-submenu {
    margin: 0 auto 30px;
  }
  ul.foot-submenu li {
    font-size: 12px;
    margin-right: 10px;
  }
  ul.foot-submenu li:last-child {
  }
  ul.foot-submenu li a {
  }
  .foot-txt {
    width: 90%;
    margin: 0 auto 30px;
    font-size: 3vw;
    line-height: 1.6;
  }
  .cominfo {
    font-size: 3.2vw;
    text-align: center;
  }
  address {
    font-size: 2vw;
    margin-top: 30px;
    padding-bottom: 60px;
  }
  #foot-fix {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
	  z-index: 100;
	  background: none!important;
  }
	#foot-fix-2024 {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
	  z-index: 100;
	  background: none!important;
  }
	.ff-copy3 {
		width: 100%;
	}
  #foot-fix ul {
    list-style-type: none;
    width: 100%;
    display: table;
  }
  #foot-fix ul li {
    display: table-cell;
    text-align: center;
    font-size: 3.5vw;
    font-weight: bold;
    line-height: 1.3;
  }
  #foot-fix ul li a {
    display: block;
    letter-spacing: normal;
    text-decoration: none;
    padding-top: 2px;
    padding-bottom: 8px;
  }
	#foot-fix-2024 ul {
    list-style-type: none;
    width: 100%;
    display: table;
  }
  #foot-fix-2024 ul li {
    display: table-cell;
    text-align: center;
    font-size: 3.5vw;
    font-weight: bold;
    line-height: 1.3;
  }
  #foot-fix-2024 ul li a {
    display: block;
    letter-spacing: normal;
    text-decoration: none;
    padding-top: 2px;
    padding-bottom: 8px;
  }
  .ff-phone {
    width: 34%;
    background: #1d4e9c;
  }
	.ff-phone2 {
    width: 34%;
    background: #1d9c38;
  }
	.ff-phone3 {
    width: 34%;
    background-image: url(https://gaichujusos-kujo.com/wp-content/uploads/2024/04/bg_tel.png);
	background-size: cover;
  }
  .ff-phone a {
    color: #fff;
  }
	.ff-phone2 a {
    color: #fff;
  }
	.ff-phone3 a {
		background-image: url(https://gaichujusos-kujo.com/wp-content/uploads/2024/04/bg_tel.png);
	background-size: cover;
    color: #fff;
  }
  .icon-phone1 {
    font-size: 8vw;
  }
  .ff-form {
    width: 33%;
    background: #d22d25;
  }
	.ff-form2 {
    width: 33%;
    background: #1d4e9c;
  }
	.ff-form3 {
    width: 33%;
    background-image: url(https://gaichujusos-kujo.com/wp-content/uploads/2024/04/bg_mail.png);
		background-size: cover;
		line-height: 1.3;
  }
	.ff-form3 img {
		width: 26%;
	}
  .ff-form a {
    color: #fff!important;
  }
	.ff-form2 a {
    color: #fff;
  }
	.ff-form3 a {
		background-image: url(https://gaichujusos-kujo.com/wp-content/uploads/2024/04/bg_mail.png);
		background-size: cover;
    color: #fff;
  }
  .icon-paperplane {
    font-size: 8vw;
  }
  .ff-line {
    width: 33%;
    background: #fff;
    padding-top: 5px;
    line-height: 1.4;
  }
	.ff-line3 {
    width: 33%;
    background-image: url(https://gaichujusos-kujo.com/wp-content/uploads/2024/04/bg_line.png);
		background-size: cover;
  }
  .ff-line a {
    color: #000;
  }
	.ff-line3 a {
		background-image: url(https://gaichujusos-kujo.com/wp-content/uploads/2024/04/bg_line.png);
		background-size: cover;
    color: #000;
  }
  .icon-line {
    font-size: 8vw;
  }
	.peko-btn {
		display: inline-block;
		position: relative;
	}
	.pekopeko {
    animation: pekopeko 2s infinite;
}
@keyframes pekopeko {
    0% {
        top: 0px;
    }
    10% {
        top: 3px;
    }
    20% {
        top: 0px;
    }
    30% {
        top: 3px;
    }
    40% {
        top: 0px;
    }
}

  /*-------------
	contents
	-------------*/
  /*ここからコンテンツページ共通*/
  #contents {
    padding: 12px 5% 70px;
  }
  .breadcrumbs {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .ttlarea {
    padding: 15px;
    margin-bottom: 20px;
  }
  .ttlarea h2 {
    font-size: 6vw;
  }
  .ttlarea-eng {
    font-size: 14px;
  }
  #contents h3 {
    font-size: 6vw;
    margin-bottom: 10px;
  }
  .kakomi-message {
    font-size: 4.5vw;
    padding: 15px;
    margin-bottom: 20px;
  }

  /*コンセプト*/
  ul.conceptp-reason {
  }
  ul.conceptp-reason li {
    display: -webkit-block;
    display: block;
    -webkit-justify-content: normal;
    justify-content: normal;
    margin-bottom: 20px;
  }
  .conceptp-merit {
    width: 80%;
    font-size: 6vw;
    padding-bottom: 50px;
    margin-bottom: 10px;
  }
  .conceptp-merit span {
    padding: 5px 10px;
  }
  .conceptp-txt {
    width: 100%;
  }

  /*サービス*/
  .servicep-photo {
    width: 80%;
    float: none;
    margin: 0 auto 20px;
  }
  .servicep-txt {
    width: 90%;
    float: none;
    margin: 0 auto 20px;
  }
  .servicep-txt h4 {
    font-size: 6vw;
    margin-bottom: 10px;
  }
  ul.servicep-list {
    display: -webkit-block;
    display: block;
    -webkit-justify-content: normal;
    justify-content: normal;
    margin-bottom: 20px;
  }
  ul.servicep-list li {
    width: 90%;
    padding: 20px 5%;
  }
  .servicep-luphoto {
    margin-bottom: 10px;
  }
  ul.servicep-list li h4 {
    font-size: 6vw;
    margin-bottom: 10px;
  }
  ul.servicep-list li p {
  }
  ul.tech-list {
    display: -webkit-block;
    display: block;
    -webkit-justify-content: normal;
    justify-content: normal;
    flex-wrap: wrap;
  }
  ul.tech-list li {
    width: 100%;
    margin-bottom: 30px;
  }
  .tech-luphoto {
    width: 70%;
    margin: 0 auto 10px;
  }
  ul.tech-list li h4 {
    font-size: 5vw;
    padding: 10px 0;
    margin-bottom: 12px;
  }

  /*施工方法詳細*/
  .tech-inner {
    padding: 20px 5%;
  }
  .tech-inner h4 {
    font-size: 4.5vw;
    padding: 10px 0;
    margin-bottom: 12px;
  }

  /*口コミ*/

  /*不動産会社様*/
  .re-to {
    padding: 5px 15px 7px;
    font-size: 5vw;
    margin-bottom: 10px;
  }
  ul.re-list {
    display: -webkit-block;
    display: block;
    -webkit-justify-content: normal;
    justify-content: normal;
    margin-bottom: 20px;
  }
  ul.re-list li {
    width: 80%;
    margin: 0 auto 5px;
    padding: 5px 3%;
    border-radius: 10px;
    font-size: 5vw;
    line-height: 1.5;
  }
  .re-shinro {
    border: 2px solid #666;
    padding: 15px 5%;
    margin-bottom: 20px;
  }
  .re-shinro h4 {
    font-size: 5.5vw;
    margin-bottom: 10px;
  }
  .re-shinro-photo {
    width: 100%;
    float: none;
  }
  .re-shinro-txt {
    width: 100%;
    float: none;
  }
  .re-shinro-txt h5 {
    font-size: 5vw;
    margin-bottom: 10px;
  }
  .re-shinro-txt p {
  }
  ul.re-keiro {
    width: 90%;
    margin: 0 auto 20px;
    display: -webkit-block;
    display: block;
    -webkit-justify-content: normal;
    justify-content: normal;
  }
  ul.re-keiro li {
    width: 100%;
  }
  .re-keiro-btm {
    font-size: 5.5vw;
    margin-bottom: 30px;
  }
  ul.re-why {
    margin-bottom: 30px;
  }
  ul.re-why li {
    display: -webkit-block;
    display: block;
    -webkit-justify-content: normal;
    justify-content: normal;
    padding: 15px 0;
    margin-bottom: 15px;
  }
  .re-why-photo {
    width: 70%;
    margin: 0 auto 10px;
  }
  .re-why-txt {
    width: 85%;
    margin: 0 auto;
    padding-right: 0;
  }
  .re-why-txt h4 {
    font-size: 5vw;
    line-height: 1.5;
    border-bottom: 2px solid #ff0000;
    padding-bottom: 4px;
    margin-bottom: 15px;
  }
  .re-why-txt p {
  }
  .teian-box {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid #ccc;
  }
  .teian-box table {
    width: 100%;
    margin: 0 auto 30px;
    font-size: 3vw;
  }
  .teian-box table th {
    display: block;
    padding: 10px 20px;
    border: 2px solid #ff0000;
  }
  .teian-box table td {
    display: block;
    padding: 10px 20px;
    border: 2px solid #ff0000;
  }
  .teian-box table td ul {
    margin-left: 20px;
  }
  .teian-box table td ul li {
    margin-bottom: 5px;
  }
  .teian-box table td ul li:last-child {
  }
  .teian-flow {
    width: 90%;
    margin: 0 auto 15px;
  }
  .teian-flow h4 {
    font-size: 5vw;
    margin-bottom: 10px;
  }
  .teian3 {
    margin-bottom: 20px;
  }
  .re-itachi-photo {
    width: 70%;
    float: none;
    margin: 0 auto 20px;
  }
  .re-itachi-txt {
    width: 90%;
    float: none;
    margin: 0 auto 20px;
  }
  .re-itachi-txt h5 {
    font-size: 4.5vw;
    margin-bottom: 10px;
  }
  .re-itachi-txt p {
  }
  .re-itachi-figure {
    clear: both;
    width: 80%;
    margin: 0 auto 30px;
  }
  ul.re-houchi {
    display: -webkit-block;
    display: block;
    -webkit-justify-content: normal;
    justify-content: normal;
  }
  ul.re-houchi li {
    width: 90%;
    margin: 0 auto 20px;
  }
  ul.re-houchi li h4 {
    font-size: 4vw;
    padding: 10px 3%;
    margin-bottom: 12px;
  }
  .re-houchi-photo {
    margin-bottom: 15px;
  }

  /*ブログ単*/
  .single-date {
    font-size: 14px;
    padding: 4px 12px;
  }
  .blog-single {
    min-height: 300px;
    margin-bottom: 50px;
  }
  .blog-single h4 {
    font-size: 6vw;
    margin-bottom: 15px;
  }
  .blog-single h5 {
    font-size: 4.5vw;
    margin-bottom: 10px;
  }
  .alignright {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .alignleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
  }

  /*インフォメーションカテゴリーページ*/
  dl.information-list {
    font-size: 15px;
    line-height: 1;
    margin-bottom: 30px;
  }
  dl.information-list dt {
    float: none;
    padding: 4px 10px;
    margin-bottom: 5px;
  }
  dl.information-list dd {
    margin-left: 0;
    padding: 2px 0;
    margin-bottom: 10px;
    padding-bottom: 7px;
    border-bottom: 1px dotted #ccc;
  }
  dl.information-list dd a {
  }
  dl.information-list dd a:hover {
  }

  /*施工実績カテゴリーページ*/
  .tabs2 {
    margin-top: 40px;
    padding-bottom: 30px;
    width: 98%;
    margin: 0 auto 40px;
  }
  .tab2_item {
    width: calc(100% / 2);
    height: 50px;
    border-bottom: 3px solid #ff0000;
    background-color: #d9d9d9;
    line-height: 50px;
    font-size: 3.5vw;
  }
  .tab2_item:hover {
  }
  input[name="tab2_item"] {
  }
  .tab2_content {
    padding: 40px 40px 0;
  }
  #search-area:checked ~ #area_content,
  #search-tech:checked ~ #tech_content {
  }
  .tabs2 input:checked + .tab2_item {
  }
  ul.result-child-list li {
    margin-right: 15px;
    margin-bottom: 5px;
  }
  ul.results-category-list {
  }
  ul.results-category-list li {
    display: -webkit-block;
    display: block;
    -webkit-justify-content: normal;
    justify-content: normal;
    margin-bottom: 20px;
  }
  .results-cat-img {
    width: 90%;
    margin: 0 auto 10px;
  }
  .results-cat-txt {
    width: 90%;
    margin: 0 auto;
  }
  .results-cat-date {
    font-size: 3vw;
    margin-bottom: 2px;
  }
  ul.results-category-list li h4 {
    font-size: 5vw;
    margin-bottom: 3px;
  }
  ul.results-category-list li h4 a {
  }
  ul.results-cat-kind {
    margin-bottom: 0;
  }
  ul.results-cat-kind li {
    display: inline-block;
    width: auto;
    background: #ff0000;
    border-radius: 3px;
    padding: 4px 10px 6px;
    font-size: 3vw;
    margin-right: 5px !important;
  }
  .results-cat-txt p {
  }

  /*ブログカテゴリーページ*/
  #blog-category h4 {
    font-size: 6vw;
    margin-bottom: 15px;
  }
  .tabs {
    margin-top: 40px;
    padding-bottom: 30px;
    width: 98%;
    margin: 0 auto;
  }
  .tab_item {
    width: calc(100% / 4);
    height: 50px;
    font-size: 3.5vw;
  }
  .tab_item:hover {
  }
  input[name="tab_item"] {
  }
  .tab_content {
    padding: 40px 40px 0;
  }
  #all:checked ~ #all_content,
  #ecology:checked ~ #ecology_content,
  #trivia:checked ~ #trivia_content,
  #measures:checked ~ #measures_content {
  }
  .tabs input:checked + .tab_item {
  }
  ul.blogcategory-list {
  }
  ul.blogcategory-list li {
    display: -webkit-block;
    display: block;
    -webkit-justify-content: normal;
    justify-content: normal;
    margin-bottom: 20px;
  }
  .blogcategory-img {
    width: 90%;
    margin: 0 auto 10px;
  }
  .blogcategory-txt {
    width: 90%;
    margin: 0 auto;
  }
  .blogcategory-category {
    font-size: 3vw;
    float: left;
    margin-bottom: 2px;
  }
  .blogcategory-date {
    font-size: 3vw;
    float: right;
    margin-bottom: 2px;
  }
  .blogcategory-txt h5 {
    font-size: 4.5vw;
    margin-bottom: 10px;
  }
  .blogcategory-txt p {
  }

  /*ブログ子カテゴリーページ*/
  ul.category-list {
    display: -webkit-block;
    display: block;
    margin-bottom: 20px;
  }
  ul.category-list li {
    width: 90%;
    margin: 0 auto 15px;
  }
  ul.category-list li:nth-of-type(4n) {
    margin-right: auto;
  }
  ul.category-list li h4 {
    font-size: 3.5vw;
  }
  ul.category-list li h4 a {
  }
}

/* 害虫・害獣駆除メニュー */
.kujo-menu {
  margin-top: 1rem;
  padding: 0 0.5rem;
  margin-bottom: 4rem;
}

.kujo-title {
  padding: 1rem 0.5rem;
  text-align: center;
  margin-bottom: 0.5rem;
  background-color: rgb(30 58 138);
  font-weight: bold;
  color: white;
}

.kujo-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.25rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.kujo-item {
  list-style: none;
  text-align: center;
  padding: 1rem 0;
  background-color: rgb(59 130 246);
}

.kujo-item a {
  color: white;
  text-decoration: none;
  font-weight: 500;
}

@media (min-width: 748px) {
  .kujo-list {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1024px) {
  .kujo-list {
    grid-template-columns: repeat(7, 1fr);
  }
}

input[name="area"],
input[name="tech"] {
  display: none;
}

.area-label,
.tech-label {
  text-decoration: underline;
  color: #273975;
  cursor: pointer;
}

.area-label:hover,
.tech-label:hover {
  opacity: 0.8;
}

input[name="area"]:checked + .area-label,
input[name="tech"]:checked + .tech-label {
  text-decoration: none;
  font-weight: bold;
  color: black;
}

.area-content,
.tech-content {
  display: none;
}

.area-content.active,
.tech-content.active {
  display: block;
}

.results-category-list.area.active,
.results-category-list.tech.active {
  display: block;
}

.results-category-list.area,
.results-category-list.tech {
  display: none;
}

.mw_wp_form input[type="text"],
.mw_wp_form input[type="email"],
.mw_wp_form textarea{
	width: 100%;
}

/* hrタグ（区切り線）のスタイリング */
hr {
	border: 0 !important;
	height: 3px;
}

/* breadcrumbのスタイリング */
.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 4px;
	font-size: 12px;
	margin-bottom: 20px;
}
@media(min-width:1024px) {
	.breadcrumb {
		font-size: 13px;
	}
}

/* 関連記事のサムネイルを正方形対応 */
#latestEntries li.thumbnailBox .inner-box::before {
	padding-top: 100% !important;
}

/*量産LP*/
.relative {
	position: relative;
}

.qualvaBtn.relative::before {
	content: '';
    display: flex;
    background: url(https://gaichujusos-kujo.com/wp-content/uploads/2023/02/btn_chat_w3.png) no-repeat;
    background-size: contain;
    width: 320px;
    height: 46px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

@media(min-width:1024px) {
	.qualvaBtn.relative::before {
		width: 500px;
		height: 58px;
	}
}