@charset "UTF-8";
/* --------------------------------------------
   共通パーツ
-------------------------------------------- */
/* 共通パーツ */
header.pageHeader {
  margin: 1em 5% 10px;
  padding: 2.625em 0.625em;
  border-radius: 10px;
  background: url("../images/bg_gray_page_title.png");
}

h2.entry-title {
  color: #231815;
  font-size: 1.875em;
  font-weight: bold;
  text-align: center;
}

header.pageHeader--exterior-wall-painting,
header.pageHeader--read,
header.pageHeader--value,
header.pageHeader--renovation,
header.pageHeader--renovation-scene,
header.pageHeader--reform,
header.pageHeader--reform-flow,
header.pageHeader--works,
header.pageHeader--newbuild,
header.pageHeader--newbuild-flow,
header.pageHeader--company,
header.pageHeader--staff {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-top: 2.5em;
  padding: 0;
  background: none;
}
header.pageHeader--exterior-wall-painting::before,
header.pageHeader--read::before,
header.pageHeader--value::before,
header.pageHeader--renovation::before,
header.pageHeader--renovation-scene::before,
header.pageHeader--reform::before,
header.pageHeader--reform-flow::before,
header.pageHeader--works::before,
header.pageHeader--newbuild::before,
header.pageHeader--newbuild-flow::before,
header.pageHeader--company::before,
header.pageHeader--staff::before {
  display: block;
  width: 100%;
  height: 2.5625em;
  margin-top: 2.4375em;
  background: url("../images/page_header_text.png") center/cover no-repeat;
  content: "";
}
header.pageHeader--exterior-wall-painting::after,
header.pageHeader--read::after,
header.pageHeader--value::after,
header.pageHeader--renovation::after,
header.pageHeader--renovation-scene::after,
header.pageHeader--reform::after,
header.pageHeader--reform-flow::after,
header.pageHeader--works::after,
header.pageHeader--newbuild::after,
header.pageHeader--newbuild-flow::after,
header.pageHeader--company::after,
header.pageHeader--staff::after {
  display: block;
  width: 100%;
  height: 16.3125em;
  margin-top: 1.6875em;
  border-radius: 10px;
  background: url("../images/page_header_beginner.jpg") center/cover no-repeat;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}
header.pageHeader--exterior-wall-painting h2.entry-title,
header.pageHeader--read h2.entry-title,
header.pageHeader--value h2.entry-title,
header.pageHeader--renovation h2.entry-title,
header.pageHeader--renovation-scene h2.entry-title,
header.pageHeader--reform h2.entry-title,
header.pageHeader--reform-flow h2.entry-title,
header.pageHeader--works h2.entry-title,
header.pageHeader--newbuild h2.entry-title,
header.pageHeader--newbuild-flow h2.entry-title,
header.pageHeader--company h2.entry-title,
header.pageHeader--staff h2.entry-title {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  color: #3e3a39;
  font-size: 2.25em;
}

header.pageHeader--read::after,
header.pageHeader--value::after {
  background-image: url("../images/page_header_beginner.jpg");
}

header.pageHeader--renovation::after,
header.pageHeader--renovation-scene::after {
  background-image: url("../images/page_header_renovation.jpg");
}

header.pageHeader--reform::after,
header.pageHeader--reform-flow::after {
  background-image: url("../images/page_header_reform.jpg");
}

header.pageHeader--works::after {
  background-image: url("../images/page_header_works.jpg");
}

header.pageHeader--newbuild::after,
header.pageHeader--newbuild-flow::after {
  background-image: url("../images/page_header_newbuild.jpg");
}

header.pageHeader--company::after,
header.pageHeader--staff::after {
  background-image: url("../images/page_header_about.jpg");
}

header.pageHeader--exterior-wall-painting::after {
  background-image: url("../images/exterior-wall-painting/page_header_exterior-wall-painting.jpg");
}

h3.entry-title {
  width: 1080px;
  max-width: 100%;
  margin: 2.5em auto 30px;
  padding: 0.625em 0.2083333333em;
  background-color: #1f6a39;
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
}
h3.entry-title a {
  color: inherit;
  text-decoration: none;
}

.section {
  word-break: break-all;
}

.section h4:not(.reset) {
  margin-top: 4.2em;
  margin-bottom: 30px;
  padding: 0.6em;
  border: 2px solid #a99c80;
  color: #3e3a39;
  font-size: 1.25em;
  font-weight: bold;
  text-align: center;
}

.section h5:not(.reset) {
  margin-top: 3em;
  margin-bottom: 30px;
  padding: 0.5555555556em;
  border-bottom: 2px solid #a9aaab;
  color: #3e3a39;
  font-size: 1.125em;
  text-align: center;
}

.section p {
  margin-bottom: 10px;
}

.section table p {
  margin-bottom: 0;
}

.breadcrumb {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 5px;
  font-size: 0.875em;
  text-align: right;
}

.readmore {
  margin-right: 10px;
  text-align: right;
}

.section blockquote {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin: 20px 0;
  padding: 10px 15px 10px 60px;
  background: #efefef;
  color: #555;
  font-style: italic;
}

.section blockquote:before {
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 15px;
  color: #cfcfcf;
  font-family: FontAwesome;
  font-size: 30px;
  line-height: 1;
  vertical-align: middle;
  content: "";
}

.section blockquote p {
  margin: 10px 0;
  padding: 0;
  line-height: 1.7;
}

.section blockquote cite {
  display: block;
  color: #888888;
  font-size: 0.9em;
  text-align: right;
}

.contWrap {
  padding: 5px 10px;
  line-height: 2;
}

.contWrap_wide {
  padding: 5px 30px;
  line-height: 2;
}

/* 各種テーブル用 */
.section table {
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

/* ▼デフォルトスタイル */
.section table:not(.reset) tr {
  border-top: 1px solid #1f6a39;
}
.section table:not(.reset) tr:last-of-type {
  border-bottom: 1px solid #1f6a39;
}

.section table:not(.reset) th {
  width: 20%;
  padding-top: 2.2222222222em;
  padding-bottom: 2.2222222222em;
  padding-left: 1.6666666667em;
  color: #1f6a39;
  font-size: 1.125em;
  font-weight: bold;
  text-align: left;
}

.section table:not(.reset) td {
  width: 80%;
  padding-top: 2.2222222222em;
  padding-bottom: 2.2222222222em;
  color: #3e3a39;
  font-size: 1.125em;
}

/* ▼table01 */
/* ----------------------------------------------
	PageNavi
---------------------------------------------- */
.wp-pagenavi {
  margin-right: 15px;
}

.wp-pagenavi a,
.wp-pagenavi span {
  margin: 2px;
  padding: 3px 5px;
  border: 1px solid #bfbfbf;
  color: #11265f;
  text-decoration: none;
}

/* ----------------------------------------------
	spNation
---------------------------------------------- */
.spNation a {
  display: block;
  padding: 5px;
  overflow: hidden;
  font-weight: bold;
}

.spNation a:hover {
  color: #00aee8;
}

.spNation .prev a {
  padding-left: 40px;
  float: left;
  background: url(images/btn_arr_prev.jpg) 0 center no-repeat;
}

.spNation .next a {
  padding-right: 40px;
  float: right;
  background: url(images/btn_arr_next.jpg) right center no-repeat;
  text-align: right;
}

/* ----------------------------------------------
	single_cat_link
---------------------------------------------- */
.single_cat_link {
  text-align: center;
}

.single_cat_link a {
  display: inline-block;
  padding: 0.5em 1em;
  border: 1px solid #585858;
  color: #585858;
  font-size: 1.2em;
}

.single_cat_link a:hover {
  background-color: #585858;
  color: #fff;
}

.single_post_link_prev,
.single_post_link_next {
  list-style: none;
}

.single_post_link_prev {
  margin-bottom: 15px;
}

.single_post_link_next {
  text-align: right;
}

.single_post_link_prev a,
.single_post_link_next a {
  display: block;
  color: #585858;
}

.single_post_link_prev a .prev_post_title,
.single_post_link_next a .next_post_title {
  display: inline-block;
  max-width: 100%;
  padding: 0.5em 1em;
  overflow: hidden;
  border: 1px solid #585858;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.single_post_link_prev a .prev_post_title:hover,
.single_post_link_next a .next_post_title:hover {
  background-color: #585858;
  color: #fff;
}
/* ----------------------------------------------
	category-child
---------------------------------------------- */
a.category-child {
  -webkit-box-shadow: inset 1px 1px 0px #ffcc99;
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid #f87d00;
  border-radius: 3px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9f00), to(#f77b00));
  background-image: -webkit-linear-gradient(top, #ff9f00 0%, #f77b00 100%);
  background-image: linear-gradient(180deg, #ff9f00 0%, #f77b00 100%);
  box-shadow: inset 1px 1px 0px #ffcc99;
  color: #fff;
}

a.category-child:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9f00), to(#ff9f00));
  background-image: -webkit-linear-gradient(top, #ff9f00 0%, #ff9f00 100%);
  background-image: linear-gradient(180deg, #ff9f00 0%, #ff9f00 100%);
}

/* --------------------------------------------
   sitemap
-------------------------------------------- */
ul.sitemap li {
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 10px;
  border: dotted 1px #e5e5e5;
  border-top: solid 3px #e5e5e5;
  line-height: 2;
  list-style: none;
}

ul.sitemap li a {
  display: block;
  color: #231815;
}

ul.sitemap li ul.children {
  margin-bottom: 8px;
}

ul.sitemap li ul.children li {
  margin-left: 20px;
  padding-left: 0px;
  border: none;
  border-top: none;
  line-height: 1.5;
  list-style: disc;
}

/* --------------------------------------------
   faq
-------------------------------------------- */
.section ul.faqList li {
  margin: 0 0 0.5em 0;
  padding-left: 20px;
  background: url(images/onm_q.png) no-repeat left top;
  color: #4c9cb6;
  list-style: none;
}

.section ul.faqList li a {
  color: #4c9cb6;
}

.faq {
  margin-bottom: 15px;
  padding: 10px 10px 5px 10px;
  background-color: #eee;
}

.faq dt {
  margin-bottom: 10px;
  padding-left: 20px;
  background: url(images/onm_q.png) no-repeat left top;
  color: #4c9cb6;
  font-weight: bold;
}

.faq dd {
  padding-left: 20px;
  background: url(images/onm_a.png) no-repeat left top;
}

.faq dd p {
  margin-bottom: 5px;
}

/* --------------------------------------------
   ブログ
-------------------------------------------- */
.blogDt {
  margin-right: 25px;
  color: #999;
  font-size: 12px;
  text-align: right;
}

.section ol li.comment {
  list-style: none;
}

.blog_container {
  width: 100%;
  margin-top: 4em;
}

.blog_container h3.entry-title {
  margin-top: 0;
}

.blog_cnt {
  width: 75%;
  margin-right: 2%;
  float: left;
}

.blog_sdr {
  width: 23%;
  float: left;
}

.blog_sdr .link_box {
  margin-bottom: 20px;
}

.blog_sdr .link_box a {
  display: block;
  font-size: 14px;
}

.blog_sdr .link_box .list_link {
  margin-top: 10px;
  text-align: right;
}

.blog_sdr .link_box dt {
  display: inline-block;
  margin-bottom: 10px;
  padding: 3px 10px;
  border-radius: 3px;
  background-color: #999;
  color: #fff;
  font-size: 16px;
}

.blog_sdr .link_box dd ul {
  margin-left: 10px;
}

.blog_sdr .link_box dd ul li {
  margin-left: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #ccc;
  font-size: 12px;
  list-style: outside none none;
}

.blog_sdr .link_box dd ul.archives a {
  display: inline-block;
}

/* タイトルリスト */
.blog-title-list {
  margin-bottom: 0.5em;
  padding: 0.5em;
  border-bottom: 1px solid #ccc;
}

.blog-title-list .blog-title a {
  color: inherit;
  text-decoration: none;
}

.blog-title-list .blog-date {
  width: 25%;
}

.blog-title-list .blog-contents {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* サムネイルリスト */
.blog-thumb-list {
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}

.blog-thumb-list a {
  color: inherit;
  text-decoration: none;
}

.section_blog_post_date {
  color: #ccc;
  font-size: 0.8em;
}

.blog-thumb-list .blog-title {
  font-size: 1.2em;
  font-weight: bold;
}

.blog_line_image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.blog_line_sub {
  margin-top: 10px;
}

.section_blog_line .section_blog_post_content,
.blog_line_sub {
  font-size: 0.8em;
}

.blog_line_category {
  padding-left: 1.5em;
}

/* サムネイルブロック */
.blog-thumb-block {
  position: relative;
  margin-bottom: 2em;
}

.blog-thumb-block a {
  display: block;
  border: 1px solid #ccc;
  color: inherit;
  text-decoration: none;
}

.blog-thumb-block .blog-imgwrap {
  display: block;
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.blog-thumb-block .blog-category {
  display: inline-block;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 23px;
  background: #000;
  color: #fff;
  font-size: 0.7rem;
  font-weight: bold;
}

.blog-thumb-block .blog-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px 15px;
  background-color: rgba(17, 17, 17, 0.5);
  color: #fff !important;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
}

.blog-thumb-block .blog-imagebox {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.blog-thumb-block .blog-imagebox.size_h {
  background-size: 100% auto;
}
/* ----------------------------------------------
404
---------------------------------------------- */
#s {
  border: solid 1px #babbbb;
  background-color: #fff;
}

#searchsubmit {
  border-radius: 4px;
  background-color: #babbbb;
  color: #fff;
  cursor: pointer;
}

/* --------------------------------------------
   Contact Form 7
-------------------------------------------- */
/*上部のエリア*/
a.cont_text_mail {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #bbb;
  border-radius: 8px;
  background-color: #fff;
  color: #999;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

a.cont_text_mail i {
  margin-right: 20px;
  font-size: 1.3em;
  line-height: 100%;
}

a.lnk_color_inherit,
.lnk_color_inherit a {
  color: inherit;
}

.contact_top {
  display: block;
  padding: 10px 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1.2vw;
  text-align: center;
}

a.contact_top:hover {
  background-color: #f3f3f3;
}

a.contact_tel {
  color: #333;
}

a.contact_mail {
  color: #333;
}

.contact_top .fa {
  display: inline-block;
  margin-right: 10px;
}

.contact_top .fa-mobile {
  margin-top: -10px;
  color: #f60;
  font-size: 2.1vw;
  vertical-align: middle;
}

.contact_top .fa-envelope-o {
  margin-top: -5px;
  color: #009747;
  vertical-align: middle;
}

/*フォーム部分*/
form.wpcf7-form dl dt {
  width: 160px;
  margin: 0;
  padding: 10px 0;
  float: left;
  clear: both;
  border-top: 1px solid #ccc;
  font-size: 12px;
  text-align: right;
}

form.wpcf7-form dl dd {
  margin: 0;
  padding: 10px 5px 20px 170px;
  border-top: 1px solid #ccc;
  font-size: 12px;
  line-height: 1.5em;
  text-align: left;
}

.alertlabel {
  padding: 5px 10px;
  color: inherit;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}

form.wpcf7-form .mustlabel {
  display: inline-block;
  margin-right: 10px;
  padding: 5px;
  float: left;
  border-radius: 2px;
  background-color: #f33c14;
  color: #fff;
  font-size: 12px;
}

form.wpcf7-form .anylabel {
  display: inline-block;
  margin-right: 10px;
  padding: 5px;
  float: left;
  border-radius: 2px;
  background-color: #006dd9;
  color: #fff;
  font-size: 12px;
}

form.wpcf7-form input,
form.wpcf7-form textarea,
form.wpcf7-form select {
  max-width: 100%;
  padding: 1% 2%;
  border: 1px solid #ddd;
  vertical-align: middle;
}

.wpcf7-textarea {
  width: 100%;
}

form.wpcf7-form span {
  display: inline;
}
form.wpcf7-form span.meeting-time {
  margin-left: 1em;
}

form.wpcf7-form input {
  display: inline-block;
  width: auto;
  max-width: 100%;
  margin-bottom: 5px;
}
form.wpcf7-form input#datepicker, form.wpcf7-form input.datepicker {
  width: 10em;
}

form.wpcf7-form .message textarea {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
}

.wpcf7-form-control.wpcf7-checkbox {
  /*	padding: 10px;*/
  /*	float: left;*/
}
.wpcf7-form-control-wrap.reason {
  /*	margin-left: 10px;*/
}

div.wpcf7-validation-errors {
  border: 2px solid #f80000 !important;
}

form.wpcf7-form input.wpcf7-submit,
form.wpcf7-form input.wpcf7-confirm,
div.wpcf7cp-btns .wpcf7cp-cfm-submit-btn {
  -webkit-transition: none;
  -webkit-box-shadow: 0 3px 0 #0e8c73;
  margin-inline: auto;
  display: block;
  position: relative;
  width: 380px !important;
  max-width: 100%;
  margin-top: 2em;
  padding: 2% 5px;
  border-radius: 4px;
  background-color: #1abc9c;
  box-shadow: 0 3px 0 #0e8c73;
  color: #fff;
  font-size: 24px !important;
  font-weight: bold;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: none;
}

form.wpcf7-form input.wpcf7-submit:hover,
form.wpcf7-form input.wpcf7-confirm:hover,
div.wpcf7cp-btns .wpcf7cp-cfm-submit-btn:hover {
  -webkit-box-shadow: 0 3px 0 #23a188;
  background-color: #31c8aa;
  box-shadow: 0 3px 0 #23a188;
}

form.wpcf7-form input.wpcf7-submit:active,
form.wpcf7-form input.wpcf7-confirm:active,
div.wpcf7cp-btns .wpcf7cp-cfm-submit-btn:active {
  -webkit-box-shadow: none;
  top: 3px;
  box-shadow: none;
}

form.wpcf7-form input.wpcf7-back {
  display: inline-block;
  padding: 10px 20px;
  float: left;
  cursor: pointer;
}

form.wpcf7-form input.wpcf7-back:hover {
  -webkit-box-shadow: 0 2px 15px #7ecef4;
  box-shadow: 0 2px 15px #7ecef4;
}

.wpcf7-form-control-wrap[data-name=message] textarea {
  width: 100%;
}

.wpcf7-form-control.wpcf7cp-cfm-edit-btn {
  padding: 0.5em 2em;
  background-color: #bbb;
}

div.wpcf7cp-btns {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
}
div.wpcf7cp-btns .wpcf7cp-cfm-submit-btn {
  margin-top: 0.5em;
}

/*エラーメッセージ回り込み防止*/
span.wpcf7-not-valid-tip {
  clear: both;
  font-size: 12px;
}

/*確認画面設定*/
form.custom-wpcf7c-confirmed.wpcf7-form .anylabel,
form.custom-wpcf7c-confirmed.wpcf7-form .mustlabel {
  display: none;
}

.wpcf7.is_confirm .wpcf7c-conf {
  border: none;
  background-color: transparent;
  color: #8d8d8d;
  pointer-events: none;
}

.sitemap__main-title,
ul.sitemap li .sitemap__main-title a {
  color: #1f6a39;
  font-weight: bold;
}

.sitemap__page-title {
  display: block;
  position: relative;
  padding-left: 1em;
}
.sitemap__page-title:before {
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 0.5em;
  content: "・";
}

.sitemap__page-sub-title {
  display: block;
  position: relative;
  padding-left: 1em;
}
.sitemap__page-sub-title:before {
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 0.5em;
  content: "┗";
}

.bg_pattern_gray {
  width: 100%;
  max-width: 50em;
  margin: 2em auto 0;
  padding: 2em 4em;
  background: url(../images/bg_pattern_gray.png) 0 0/1.84em;
}

.thumb_movie {
  position: relative;
}

.thumb_movie::after {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4.69em;
  height: 4.69em;
  transform: translate(-50%, -50%);
  background: url(../images/icon_youtube.png) center center/contain no-repeat;
  content: "";
}

.fukidashi_title {
  position: relative;
  width: 100%;
  max-width: 29.5em;
  margin: 1.2em auto 0;
  padding: 0.3em 0.5em 0.4em;
  border-radius: 0.2em;
  background: #ddd;
  color: #231815;
  font-size: 1.375em;
  font-weight: bold;
  text-align: center;
}

.fukidashi_title::after {
  -webkit-transform: translate(-50%, 100%);
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translate(-50%, 100%);
  border-width: 1em 1.2em;
  border-color: #ddd transparent transparent transparent;
  content: "";
}

.fukidashi_title.color_green {
  background: #d5e295;
}

.fukidashi_title.color_green::after {
  border-top-color: #d5e295;
}

.fukidashi_title.color_blue {
  background: #bde5ff;
}

.fukidashi_title.color_blue::after {
  border-top-color: #bde5ff;
}

.research-movie {
  margin-inline: auto;
  width: 90%;
  max-width: 30em;
}

/* 無料耐震診断申し込み */
.bouble-title {
  z-index: 0;
  position: relative;
  padding-bottom: 0.2em;
  border-bottom: solid 1px #80af4d;
  font-size: 1.625em;
  text-align: center;
}
.bouble-title::after {
  display: block;
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 1px;
  background: #80af4d;
  content: "";
}

.check-wrap {
  padding: 2em 2.5em;
  border-radius: 2em;
  background: #f1f5d5;
}

.check-list__item {
  z-index: 0;
  position: relative;
  padding-left: 1.5em;
  font-size: 1.5em;
}
.check-list__item + .check-list__item {
  margin-top: 0.5em;
}
.check-list__item::after {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0.15em;
  left: 0;
  width: 1.380952381em;
  height: 1.2380952381em;
  background: url(../images/icon_check_sharp.png) center center/contain no-repeat;
  content: "";
}

.kome-text {
  padding-left: 1em;
  text-indent: -1em;
}
.kome-text::before {
  content: "※";
}

.check-list__note {
  display: inline;
}
.check-list__note::before {
  content: "※";
}

.narrow-base {
  margin-inline: auto;
  max-width: 796px;
  margin-top: 2.7em;
}

.simple-list {
  margin-top: 1em;
}

.simple-list__item {
  font-size: 1.5em;
}
.simple-list__item + .simple-list__item {
  margin-top: 0.2em;
}
.simple-list__item::before {
  content: "●";
}

.research-item-text {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-top: 1em;
}

.research-item-text__img {
  width: 44%;
  max-width: 14.1875em;
}

.research-item-text__p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.5em;
  line-height: 1.8;
}

.research-wrap {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  gap: 3.4em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 3em;
}

.research-item {
  width: 48%;
}

.diagnosis-room-invitation {
  padding: 1.25em;
  border: 2px solid #a99c80;
  background-color: #f7f5f0;
  text-align: center;
}
.diagnosis-room-invitation__title {
  color: #171c61;
  font-size: 2em;
  font-weight: bold;
}
.diagnosis-room-invitation__content {
  padding: 1.25em;
  background: #fff;
  text-align: left;
}
.diagnosis-room-invitation__content p {
  margin-bottom: 0;
  line-height: 1.9;
}
.diagnosis-room-invitation__content p strong {
  color: #1f6a39;
  font-size: 1.05em;
}
.diagnosis-room-invitation__notes {
  padding-left: 0;
  list-style: none;
}
.diagnosis-room-invitation__notes li {
  font-size: 0.9em;
  line-height: 1.8;
}
.diagnosis-room-invitation__notes-wrap {
  padding-top: 15px;
  border-top: 1px dashed #ccc;
}
.diagnosis-room-invitation__links {
  -webkit-box-align: center;
  -ms-flex-align: center;
  gap: 1em;
  align-items: center;
}
.diagnosis-room-invitation__links .primary_btn {
  width: auto;
  max-width: 22.5em;
  height: 4.5em;
  margin: 0;
  padding: 0 1.5em;
}
.diagnosis-room-invitation__links .primary_btn .txt_wrap {
  font-size: 0.9em;
}
.diagnosis-room-invitation__tel {
  text-align: center;
  white-space: nowrap;
}
.diagnosis-room-invitation__tel a {
  font-size: 1.2em;
  text-decoration: none;
}
.diagnosis-room-invitation__tel a:hover {
  text-decoration: underline;
}
.diagnosis-room-invitation a.primary_btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-shadow: 0 5px 0 #c8c9ca;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 33em;
  height: 4.7em;
  margin: 2.5em auto 0;
  border: 2px solid #777;
  border-radius: 0.2em;
  box-shadow: 0 5px 0 #c8c9ca;
  font-weight: bold;
  text-decoration: none;
  opacity: 1;
}
.diagnosis-room-invitation a.primary_btn:hover {
  -webkit-box-shadow: 0 0 0 #c8c9ca;
  top: 5px;
  box-shadow: 0 0 0 #c8c9ca;
}
.diagnosis-room-invitation a.primary_btn.color_navy {
  border-color: #171c61;
}
.diagnosis-room-invitation a.primary_btn.color_navy .txt_wrap {
  color: #171c61;
  font-size: 1.3em;
}
.diagnosis-room-invitation a.primary_btn.color_red {
  border-color: #c30d23;
}
.diagnosis-room-invitation a.primary_btn.color_red .txt_wrap {
  color: #000;
  font-size: 1.125em;
}
.diagnosis-room-invitation a.primary_btn.color_green {
  border-color: #1f6a39;
}
.diagnosis-room-invitation a.primary_btn.color_green .txt_wrap {
  color: #1f6a39;
  font-size: 1.3em;
}
.diagnosis-room-invitation a.primary_btn .logo_youtube {
  width: 6.84em;
  margin: -0.2em 0.4em 0 0;
}
.diagnosis-room-invitation a.primary_btn:hover img {
  opacity: 1;
}

.tel-btn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}
a.tel-btn {
  color: inherit;
  text-decoration: none;
}

.tel-btn strong {
  font-size: 1.5em;
  font-weight: bold;
}
.tel-btn__top {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  gap: 0.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tel-btn .tel-icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.5em;
  height: 3.5em;
  border-radius: 50%;
  background: #1f6a39;
  color: #fff;
  font-size: 0.6em;
}

.tip-list__item {
  border: 1px solid #036eb2;
  background-color: rgba(187, 226, 247, 0.2);
}
.tip-list__item + .tip-list__item {
  margin-top: 1.875em;
}
.tip-list__item-inner {
  padding: 1.25em;
}

.works-tip-title {
  padding: 0.5555555556em;
  background: #036eb2;
  color: #fff;
  font-size: 1.125em;
  font-weight: 700;
}

.works-tip-img {
  -ms-flex-wrap: wrap;
  gap: 1.25em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.25em;
}
.works-tip-img__item {
  width: calc(100% / 4 - 1.25em * 3 / 4);
  background: #fff;
}
.works-tip-img__item img {
  aspect-ratio: 16/9;
  -o-object-fit: contain;
  width: 100%;
  object-fit: contain;
}
@media screen and (max-width: 1900px) {
  /* 共通パーツ */
}
@media screen and (max-width: 1700px) {
  /* 共通パーツ */
}
@media screen and (max-width: 1540px) {
  /* 共通パーツ */
}
@media screen and (max-width: 1260px) {
  /* 共通パーツ */
}
@media screen and (max-width: 1024px) {
  /* 共通パーツ */
  /* PageNavi */
  /* spNation */
  /* single_cat_link */
  /* category-child */
  /* sitemap */
  /* faq */
  /* ブログ */
  /* 404 */
  /* Contact Form 7 */
}
@media screen and (max-width: 768px) {
  /* 共通パーツ */
  header.pageHeader {
    margin-top: 1.25em;
    margin-right: 2%;
    margin-left: 2%;
  }
  h2.entry-title {
    margin-right: 0;
    margin-left: 0;
  }
  h3.entry-title {
    margin-right: 0;
    margin-left: 0;
  }
  .section {
    margin-right: 0;
    margin-left: 0;
  }
  .contWrap_wide {
    padding: 5px 10px;
  }
  .section table:not(.reset) th {
    padding-left: 0.5555555556em;
  }
  .section table.tab_set th,
.section table.tab_set td {
    display: block;
    width: 100%;
  }
  /* PageNavi */
  /* spNation */
  /* single_cat_link */
  /* category-child */
  /* sitemap */
  /* faq */
  /* ブログ */
  .blog_sdr .link_box {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
    float: left;
  }
  .blog_wrap .blog_box {
    height: auto;
  }

  .blog_wrap .more-link {
    position: static;
  }

  .blog_cnt,
.blog_sdr {
    width: 100%;
    margin-left: 0;
    float: none;
  }

  .blog_sdr .link_box:last-child {
    margin-right: 0;
  }
  /* 404 */
  /* Contact Form 7 */
  .contact_top {
    font-size: 3vmin;
  }
  .contact_top .fa-mobile {
    margin-top: -10px;
    font-size: 25px;
  }
  .diagnosis-room-invitation__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    gap: 10px;
    flex-direction: column;
  }
  .diagnosis-room-invitation__links .primary_btn {
    width: 100%;
    max-width: 100%;
  }
  .diagnosis-room-invitation__tel {
    margin-top: 5px;
    margin-left: 0 !important;
  }
  .works-tip-img__item {
    width: calc(100% / 2 - 1.25em * 1 / 2);
  }
}
@media screen and (max-width: 480px) {
  /* 共通パーツ */
  header.pageHeader {
    margin-right: 1%;
    margin-left: 1%;
  }
  header.pageHeader--exterior-wall-painting::before,
header.pageHeader--read::before,
header.pageHeader--value::before,
header.pageHeader--renovation::before,
header.pageHeader--renovation-scene::before,
header.pageHeader--reform::before,
header.pageHeader--reform-flow::before,
header.pageHeader--works::before,
header.pageHeader--newbuild::before,
header.pageHeader--newbuild-flow::before,
header.pageHeader--company::before,
header.pageHeader--staff::before {
    height: 1.875em;
  }
  header.pageHeader--exterior-wall-painting::after,
header.pageHeader--read::after,
header.pageHeader--value::after,
header.pageHeader--renovation::after,
header.pageHeader--renovation-scene::after,
header.pageHeader--reform::after,
header.pageHeader--reform-flow::after,
header.pageHeader--works::after,
header.pageHeader--newbuild::after,
header.pageHeader--newbuild-flow::after,
header.pageHeader--company::after,
header.pageHeader--staff::after {
    height: 11.25em;
  }
  .section {
    word-break: break-all;
  }
  .contWrap {
    padding: 5px 0;
  }
  .contWrap_wide {
    padding: 5px 0px;
  }
  .section table:not(.reset) th {
    padding: 0.8333333333em 0.5555555556em;
    text-align: center;
  }
  .section table:not(.reset) td {
    padding: 0.5555555556em;
    font-size: 1em;
  }
  .section table.sp_set th,
.section table.sp_set td {
    display: block;
    width: 100%;
  }
  /* PageNavi */
  .wp-pagenavi a,
.wp-pagenavi span {
    display: inline-block;
  }
  /* spNation */
  /* single_cat_link */
  .single_post_link_prev a,
.single_post_link_next a {
    display: block;
  }
  /* category-child */
  /* sitemap */
  /* faq */
  /* ブログ */
  .blog_sdr .link_box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    float: none;
  }
  /* 404 */
  /* Contact Form 7 */
  .contact_top {
    margin-bottom: 8px;
    font-size: 6vw;
  }
  a.contact_tel {
    display: block;
    margin-bottom: 5px;
  }
  form.wpcf7-form dl dt {
    width: 100%;
    float: none;
    font-size: 12px;
    text-align: left;
  }
  form.wpcf7-form dl dd {
    padding: 10px 5px 20px 0;
    border-top: none;
  }
  .alertlabel {
    padding: 5px 0;
    font-size: 1rem;
  }
  form.wpcf7-form input {
    width: 100%;
  }
  form.wpcf7-form .wpcf7-radio input {
    width: auto;
  }
  form.wpcf7-form .wpcf7-form-control.wpcf7-checkbox input {
    width: auto;
  }

  form.wpcf7-form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
    display: block;
    width: 100%;
  }
  .wpcf7-form-control-wrap.reason {
    margin-left: 0;
  }
  form.wpcf7-form input.wpcf7-submit,
form.wpcf7-form input.wpcf7-confirm,
div.wpcf7cp-btns .wpcf7cp-cfm-submit-btn {
    padding: 5% 5px;
    font-size: 18px !important;
  }
  .bg_pattern_gray {
    padding: 1em;
  }
  .area_movie .thumb_movie::after {
    font-size: 0.7em;
  }
  .fukidashi_title.color_green {
    font-size: 4.5vw;
  }
  .check-wrap {
    padding: 2em 1.5em;
  }
  .check-list__item {
    font-size: 1.3125em;
  }
  .simple-list {
    margin-inline: auto;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .simple-list__item {
    font-size: 1.3125em;
  }
  .research-item-text {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .research-item-text__p {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    font-size: 1.3125em;
  }
  .research-item {
    width: 100%;
  }
  .diagnosis-room-invitation a.primary_btn {
    font-size: 2.7vw;
  }
  a.tel-btn {
    margin-top: 1em;
  }
}