/* =============================================
   style.css - Consolidated CSS for HVAC Biz pages
   Sources: v3-common.css, common.css, hvac.css, style.css (biz/templates)
   Later sources override earlier ones.
   ============================================= */

/* =================================================================
   1. Google Fonts Import
   ================================================================= */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wdth,wght@0,62.5..100,100..900;1,62.5..100,100..900&display=swap');

body {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  color: #333333;
  background: #e3e3e3;
  -webkit-text-size-adjust: 100%;
  margin: 0;
}

:root, body, #container {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
}



a {
  text-decoration: none;
  background: transparent;
}
a:focus {
  outline: dotted 3px #aaa;
}
a:active, a:hover {
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
  margin: 0;
  max-height: 999999px;
}

p {
  margin: 0;
  background: url("/hvac-cc/biz/assets/img/bg_clear.png");
  word-break: break-all;
  max-height: 999999px;
}

ul, ol, li {
  margin: 0;
  padding: 0;
}
ul, ol {
  list-style: none;
}

dl, dt, dd {
  margin: 0;
}

img {
  border: 0;
  vertical-align: top;
}

sup {
  font-size: 75%;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}
sub {
  font-size: 75%;
  line-height: 1;
  position: relative;
  vertical-align: bottom;
  bottom: -0.25em;
}

em {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table td {
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button, input {
  line-height: normal;
}

.u-img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.notes {
  font-size: 14px;
}

#page {
  min-width: 980px;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
}

#container {
  margin: 0 auto;
  background: #ffffff;
  line-height: 1.5;
  font-size: 14px;
  font-family: "Noto Sans", sans-serif;
  max-width: 1200px;
  min-width: 980px;
}
#container div {
  box-sizing: border-box;
}
#container a:active,
#container a:hover img {
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  opacity: 0.7;
}
#container a:hover span,
#container a:hover p,
#container a:hover ul {
  color: #999999;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
}

.section {
  width: 976px;
  margin: 0 auto 40px;
}
.section.section-type02 {
  border-top: none;
  padding-top: 0;
}

.bg-gray {
  background-color: #efefef;
}

.relative_container {
  position: relative;
  overflow: hidden;
}

.column-two, .column-three, .column-four {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  overflow: hidden;
}

.column-one a:visited, .column-one a:link,
.column-two a:visited, .column-two a:link,
.column-three a:visited, .column-three a:link,
.column-four a:visited, .column-four a:link {
  color: #333333;
}
.column-one a:hover,
.column-two a:hover,
.column-three a:hover,
.column-four a:hover {
  color: #707070;
}

.column-one_default .column-one_text {
  padding: 30px 0 20px;
}
.column-one_default .column-one_text .title {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: bold;
}
.column-one_default .column-one_text.bg-gray {
  padding: 30px 30px 20px 30px;
  background-color: #efefef !important;
}
.column-one_img-left, .column-one_img-right {
  overflow: hidden;
}
.column-one_img-left .column-one_image, .column-one_img-right .column-one_image {
  float: left;
}
.column-one_img-left .column-one_text, .column-one_img-right .column-one_text {
  width: 50%;
  min-height: 210px;
  padding: 0 40px;
  float: left;
}
.column-one_img-left .column-one_text .title, .column-one_img-right .column-one_text .title {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: bold;
}
.column-one_img-right .column-one_text {
  padding-left: 0;
}
.column-one_img-left .column-one_text {
  padding-right: 0;
}
.column-one_sp > * {
  width: 100%;
}

.column-two_default .column-two_child {
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
  margin-bottom: 40px;
  overflow: hidden;
  float: left;
}
.column-two_default .column-two_child .column-two_image img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.column-two_default .column-two_child:nth-child(2n) {
  margin-right: 0;
}
.column-two_default .column-two_child:nth-child(n + 3) {
  margin-top: 2px;
}
.column-two_default .column-two_text {
  padding: 2px 0;
}
.column-two_default .column-two_text .title {
  margin-top: .5em;
  margin-bottom: .5em;
  font-size: 16px;
  font-weight: bold;
}

.column-two_caption .column-two_child {
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
  margin-bottom: 20px;
}
.column-two_caption .column-two_child:nth-child(2n) {
  margin-right: 0;
}
.column-two_caption .column-two_image {
  position: relative;
}
.column-two_caption .column-two_image img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.column-two_caption .column-two_text {
  padding: 0;
}
.column-two_caption .column-two_text .title {
  margin-top: .5em;
  margin-bottom: .5em;
  font-size: 16px;
  font-weight: bold;
}

.column-two_image .column-two_child {
  width: 487px;
  padding-bottom: 20px;
  overflow: hidden;
  float: left;
}
.column-two_image .column-two_child:nth-child(2n) {
  margin-right: 0;
}

.column-two_child .column-two_caption {
  height: auto;
  width: 100%;
  padding: 8px;
  font-size: 16px;
  font-weight: bold;
  background-color: rgba(243, 243, 243, 1);
  line-height: 1.2em;
  position: relative;
}
.column-two_product .column-two_text .title {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 22px 0 0;
  font-size: 16px;
  font-weight: bold;
  background: url(/hvac-cc/biz/assets/img/icon_large-arow_black.svg) no-repeat right center;
}

/* --- column-two_product: 画像左＋テキスト右の横並びカード --- */
.column-two_product .column-two_child {
  width: calc((100% - 20px) / 2);
  max-width: 480px;
  margin-right: 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
  overflow: hidden;
}
.column-two_product .column-two_child:nth-child(2n) {
  margin-right: 0;
}
.column-two_product .column-two_child:nth-child(n+3) {
  margin-top: 0;
}
.column-two_product .column-two_child > a {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  color: #333333;
  text-decoration: none;
}
.column-two_product .column-two_image {
  flex: 0 0 auto;
  width: 183px;
  height: 183px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.column-two_product .column-two_image img {
  width: 183px;
  height: 183px;
  object-fit: contain;
  display: block;
}
.column-two_product .column-two_image-in {
  width: 183px;
  height: 106px;
  background-color: #f3f3f3;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  overflow: hidden;
}
.column-two_product .column-two_image-in_figure {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.column-two_product .column-two_image-in_figure img {
  width: 90px;
  height: 106px;
  object-fit: contain;
  display: block;
}
.column-two_product .column-two_text {
  flex: 1 1 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.column-two_product .column-two_text .inner {
  width: 100%;
}
.column-two_product .column-two_text p:not(.title) {
  font-size: 14px;
  line-height: 1.6;
  color: #333333;
}

/* flex_justify_center と組み合わせた1カラム中央表示 */
.column-two_product.flex_justify_center .column-two_child {
  width: 60%;
  margin-right: 0;
}

.column-three_default .column-three_child {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  overflow: hidden;
  float: left;
}
.column-three_default .column-three_child .column-three_image img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.column-three_default .column-three_child:nth-child(3n) {
  margin-right: 0;
}
.column-three_default .column-three_child:nth-child(n + 4) {
  margin-top: 2px;
}
.column-three_default .column-three_child .column-three_text {
  padding: 2px 0 25px;
}
.column-three_default .column-three_child .column-three_text .title {
  margin-top: .5em;
  margin-bottom: .5em;
  font-size: 16px;
  font-weight: bold;
}

.column-three_caption .column-three_child {
  width: calc((100% - 40px) / 3);
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px;
}
.column-three_caption .column-three_child:nth-child(3n) {
  margin-right: 0;
}
.column-three_caption .column-three_image {
  position: relative;
}
.column-three_caption .column-three_image img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.column-three_caption .column-three_caption {
  height: auto;
  width: 100%;
  padding: 8px;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  background-color: rgba(255,255,255,.8);
  line-height: 1.2em;
}
.column-three_caption .column-three_text {
  padding: 0;
}
.column-three_caption .column-three_child .column-three_text .title {
  margin-top: .5em;
  margin-bottom: .5em;
  font-size: 16px;
  font-weight: bold;
}

.column-three_child .column-three_caption {
  height: auto;
  width: 100%;
  padding: 8px;
  font-size: 16px;
  font-weight: bold;
  background-color: rgba(243, 243, 243, 1);
  line-height: 1.2em;
  position: relative;
}

.column-four_cat-title {
  width: 100%;
  padding: 8px 0 2px;
  font-size: 16px;
  font-weight: bold;
  height: auto !important;
}

.column-four_default .column-four_child {
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
}
.column-four_default .column-four_child:nth-child(4n) {
  margin-right: 0;
}
.column-four_default .column-four_child:nth-child(n + 5) {
  margin-top: 1px;
}
.column-four_default .column-four_child .column-four_image {
  text-align: center;
}
.column-four_default .column-four_child .column-four_image img {
  width: 100%;
  height: auto;
}
.column-four_default .column-four_child .column-four_text {
  padding: 10px 0 10px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.4;
}
.column-four_default .column-four_child .column-four_text .title {
  margin-top: .5em;
  margin-bottom: .5em;
  font-size: 16px;
  font-weight: bold;
}

.column-four_caption .column-four_child {
  width: calc((100% - 60px) / 4);
  margin-right: 20px;
  margin-bottom: 20px;
}
.column-four_caption .column-four_child img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.column-four_caption .column-four_child:nth-child(4n) {
  margin-right: 0;
}
.column-four_caption .column-four_child .column-four_image {
  position: relative;
}
.column-four_caption .column-four_child .column-four_image .column-four_caption {
  height: auto;
  width: 100%;
  padding: 8px;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  background-color: rgba(255,255,255,.8);
  line-height: 1.2em;
}
.column-four_caption .column-four_child .column-four_text {
  padding: 0;
}
.column-four_caption .column-four_child .column-four_text.text-center {
  text-align: center;
}
.column-four_caption .column-four_child .column-four_text .title {
  margin-top: .5em;
  margin-bottom: .5em;
  font-size: 16px;
  font-weight: bold;
}

.column-four_child .column-four_caption {
  height: auto;
  width: 100%;
  padding: 8px;
  font-size: 16px;
  font-weight: bold;
  background-color: rgba(243, 243, 243, 1);
  line-height: 1.2em;
}

.column-two.column-two_caption, .column-three.column-three_caption,
.column-four.column-four_caption {
  padding: 3px 0;
}
.column-two_caption .column-two_child a, .column-three_caption .column-three_child a,
.column-four_caption .column-four_child a {
  display: block;
  outline-offset: -1px;
}

.column-one_default .column-one_child > * + *,
.column-two_default .column-two_child > * + *,
.column-three_default .column-three_child > * + *,
.column-four_default .column-four_child > * + * {
  margin-top: 40px;
}
.column-one_default .column-one_child,
.column-two_default .column-two_child,
.column-three_default .column-three_child,
.column-four_default .column-four_child {
  margin-bottom: 0;
}
.column-one_default .column-one_child:nth-child(n+2),
.column-two_default .column-two_child:nth-child(n+3),
.column-three_default .column-three_child:nth-child(n+4),
.column-four_default .column-four_child:nth-child(n+5) {
  margin-top: 20px;
}



.column_detail-link {
  margin-top: auto;
}
.column_detail-link a {
  display: block;
  padding: 12px 15px 12px 30px;
  border: 1px solid #000;
  color: #333333 !important;
  font-size: 16px;
  font-weight: bold;
  border-radius: 1000px;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}
.column_detail-link a span {
  display: block;
  padding: 0 18px 0 0;
  line-height: 18px;
  background: url(/hvac-cc/biz/assets/img/icon_large-arow_black.svg) no-repeat right 50%;
}

.column-four_caption .column-four_text > *:only-child,
.column-three_caption .column-three_text > *:only-child,
.column-two_caption .column-two_text > *:only-child {
  margin-top: .5em;
}

.h1_area {
  color: #333333;
  vertical-align: middle;
  display: table;
  width: 100%;
  height: auto;
  padding-top: 18px;
  padding-bottom: 18px;
  border-bottom: none;
}
.h1_area h1 {
  display: table-cell;
  font-size: 1.714em;
  line-height: 1.1;
  font-family: "Noto Sans", sans-serif;
  font-weight: bold;
  background: url("/hvac-cc/biz/assets/img/bg_clear.png");
  vertical-align: middle;
  padding-right: 100px;
  padding-top: 0 !important;
}

.h2_default {
  margin: 0 0 40px 0;
}
.h2_default h2 {
  font-size: 2.143em;
  color: #333333;
  font-family: "Noto Sans", sans-serif;
  text-align: center;
  font-weight: bold;
}
.h2_default h2 span {
  display: block;
  line-height: 1.18;
  margin: 0;
  padding: 0;
  background: url(/hvac-cc/biz/assets/img/bg_clear.png);
}

h3 {
  background: url(/hvac-cc/biz/assets/img/bg_clear.png);
}

.h3_title {
  font-size: 22px;
  font-weight: bold;
  color: #333;
  border-bottom: 1px solid #cfcfcf;
  line-height: 1.7;
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
  padding-bottom: 0px !important;
}
.h3_title .tag {
  color: #fff;
  background-color: #475C85;
  padding: 10px 15px;
  flex-shrink: 0;
  line-height: 1.2;
}

.h3_tab_gray h3 {
  font-size: 22px;
  font-weight: bold;
  padding: 5px 15px;
  color: #ffffff;
  background: #a1a1a1;
}

.h3_blue, .h3_default {
  font-size: 22px;
  padding: 0 0 30px 0;
}

.h3_blue h3, .h3_default h3 {
  font-weight: bold;
  color: #333;
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 10px;
}

.h4_title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 30px;
}
.h4_title span {
  font-size: 12px;
}

.h4_default {
  margin-bottom: 30px;
}
.h4_default h4 {
  font-weight: bold;
  font-size: 18px;
}
.h4_default h4 + * {
  margin-top: .5em;
  display: block;
}
.h4_default--icon {
  display: block;
}
.h4_default--icon h4 {
  display: table;
  width: 100%;
  table-layout: fixed;
  vertical-align: baseline;
}
.h4_default--icon h4 span {
  display: table-cell;
  vertical-align: top;
}
.h4_default--icon h4 .icon {
  width: 111px;
  padding-top: 3px;
  padding-right: 10px;
  display: table-cell;
  vertical-align: top;
}
.h4_default--icon .icon img {
  vertical-align: top;
}

p.title {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: bold;
}

.caption {
  font-size: 14px;
  text-align: left;
}

.text-center {
  text-align: center !important;
}
.text-left {
  text-align: left;
}
.u-tac {
  text-align: center !important;
}
.u-tar {
  text-align: right !important;
}

.title_block {
  width: 100%;
  position: relative;
}
.title_block.fixed {
  width: 100%;
  position: fixed;
  padding: 0;
  top: -1px;
  left: 0;
  z-index: 99;
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
}
.title_block.fixed .title_block_in {
  width: 100%;
  background: #ffffff;
  margin: 0 auto;
}
.title_block_in {
  width: 976px;
  margin: 0 auto;
}
.title_block_in02 {
  width: 976px;
  height: auto;
  position: relative;
  margin: 0 auto;
}
.title_block + .section {
  padding-top: 0 !important;
}
.title_block + .section.section-type02 {
  border-top: none;
  padding-top: 0;
}

div.breadcrumb {
  width: 100%;
  font-size: 12px;
  padding: 10px 0;
}
div.breadcrumb .breadcrumb_in {
  width: 976px;
  margin: 0 auto;
  display: table;
}
div.breadcrumb .breadcrumb_in ul {
  display: table-cell;
  line-height: 1.6em;
}
div.breadcrumb .breadcrumb_in ul li {
  float: left;
}
div.breadcrumb .breadcrumb_in ul li a {
  color: #333;
}
div.breadcrumb .breadcrumb_in ul li a:hover {
  color: #707070;
}
div.breadcrumb .breadcrumb_in ul li:before {
  content: ">";
  margin: 0 7px;
  color: #9f9f9f;
}
div.breadcrumb .breadcrumb_in ul li:first-child:before {
  content: none;
  margin: 0;
}

.block-link-page {
  width: 100%;
  display: flex;
  border: 1px solid #DDDDDD;
  background-color: #fff;
  justify-content: center;
  position: relative;
}
.block-link-page .child_block {
  display: flex;
  align-items: center;
  width: 100%;
  flex: 1;
  border-right: 1px solid #DDDDDD;
  text-align: center;
}
.block-link-page .child_block:last-child {
  border: none;
}
.block-link-page .child_block a {
  color: #333333;
  font-size: 16px;
  display: block;
  width: 100%;
  padding: 20px 10px;
  font-weight: bold;
}
.block-link-page .child_block .js-column-child {
  height: auto !important;
  text-align: center;
}
.block-link-page .child_block a span {
  background: url(/hvac-cc/biz/assets/img/icon_page-link-large.svg) no-repeat left 50%;
  padding-left: 25px;
  font-weight: bold;
  display: inline-block;
}
.block-link-page .child_block a p {
  font-size: 15px;
  line-height: 1.5;
  height: auto !important;
  text-align: center;
}

.tab_block {
  width: 976px;
  margin: 0 auto;
}
.tab_block .tab_header {
  display: table;
}
.tab_block .tab_header li {
  display: table-cell;
  box-sizing: border-box;
  width: 242px;
  padding: 20px 10px;
  text-align: center;
  border-bottom: 3px solid #DDDDDD;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: bold;
  position: relative;
  vertical-align: middle;
}
.tab_block .tab_header li:hover {
  color: #858585;
}
.tab_block .tab_header li a {
  color: #333333;
  text-align: center;
  vertical-align: middle;
  padding: 2px 0 0 0;
  font-size: 16px;
  line-height: 1.75;
}
.tab_block .tab_header li a:hover {
  color: #858585;
}
.tab_block .tab_header li:first-child {
  margin-left: 0;
}
.tab_block .tab_header li.current {
  border-color: #475C85;
  color: #475C85;
}
.tab_block .tab_header li.current span.arrow {
  display: none;
}
.tab_block .tab_container {
  clear: both;
  padding-top: 15px;
}
.tab_block .tab_container .tab_contents {
  padding: 10px 0 0 0;
  display: none;
}
.tab_block .tab_container .tab_contents:nth-of-type(1) {
  display: block;
}
.tab_block .tab_container .ttl {
  display: none;
}
.tab_block .column-one_text {
  padding: 30px 30px 20px 30px;
}

.tab_block.tabHeaderList-four .tab_header li { width: 244px; }
.tab_block.tabHeaderList-three .tab_header li { width: 326px; }
.tab_block.tabHeaderList-two .tab_header li { width: 489px; }

.tab_container.belowh2 .ttl, .tab_container.belowh3 .ttl { display: none; }
.tab_container.belowh2 .tab_contents, .tab_container.belowh3 .tab_contents { padding-bottom: 40px; }

table.table_default {
  border: 1px solid #e6e6e6;
  width: 100%;
  margin: 10px 0;
}
table.table_default th,
table.table_default td {
  border: 1px solid #cccccc;
  padding: 0.5em 1em;
  vertical-align: middle;
}
table.table_default th {
  background: #f1f1f2;
  color: #333;
  font-weight: normal;
  text-align: center;
}
table.table_default td {
  color: #333;
}

.cassette_detail_table {
  color: #333;
  line-height: 1.3;
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}
.cassette_detail_table tr {
  border-bottom: 1px solid #d9d9d9;
}
.cassette_detail_table td,
.cassette_detail_table th {
  vertical-align: middle;
  padding: 10px 5px;
  border-right: 1px solid #d9d9d9;
}
.cassette_detail_table td,
.cassette_detail_table .center {
  text-align: center;
}
.cassette_detail_table th:not([class]) {
  text-align: left;
}
.cassette_detail_table th:not(.color_th) {
  background-color: #F1F1F2;
}
.cassette_detail_table .first_row {
  width: 150px;
}
.cassette_detail_table .second_row {
  width: 426px;
}
.cassette_detail_table .color_th {
  color: #fff;
  font-weight: bold;
  width: 200px;
}
.cassette_detail_table .bg_orange {
  background-color: #EC6D5E;
}
.cassette_detail_table .bg_green {
  background-color: #69B557;
}

.btn_link {
  display: inline-block;
  padding: 16px 15px 16px 30px;
  border: 1px solid #000;
  color: #333333 !important;
  font-size: 16px;
  font-weight: bold;
  border-radius: 1000px;
  text-align: center;
  box-sizing: border-box;
}
.btn_link:hover {
  background-color: #F2F2F2;
}
.btn_link:hover p {
  color: #333 !important;
}
.btn_link.center {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.btn_link.right {
  position: relative;
  left: 100%;
  transform: translateX(-100%);
}
.btn_link p {
  font-size: 16px;
  line-height: 1.4;
  padding-left: 3px;
  padding-right: 18px;
  background: url(/hvac-cc/biz/assets/img/icon_large-arow_black.svg) no-repeat right 50%;
}
.btn_link.orange {
  color: #fff !important;
  font-size: 18px;
  background: #475C85;
  border: 1px solid #475C85;
}
.btn_link.orange p {
  padding-left: 13px;
  padding-right: 28px;
  background: url(/hvac-cc/biz/assets/img/icon_large-arow_white.svg) 100% 25% no-repeat;
}
.btn_link.orange:hover {
  opacity: .7;
}
.btn_link.orange:hover > p {
  color: #fff !important;
}
.flex_justify_center{
  justify-content: center;
}
.flex_justify_center > .empty_block{
  opacity: 0;
  visibility: hidden;
}

.btn-basic {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.btn-basic.bg-gray {
  background: #efefef;
  padding: 40px 30px 20px 30px;
}
.back-gray-section.forButtons .btn-basic_child a ,
.btn-basic.bg-gray .btn-basic_child a,
.back-gray-section.forButtons .btn-basic_child4 a ,
.btn-basic.bg-gray .btn-basic_child4 a{
  border: 0;
}

.btn-basic_child {
  width: calc((100% - 40px) / 3);
  height: 96px;
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
  vertical-align: middle;
  background: #fff;
}
.btn-basic_child4 {
  width: calc((100% - 60px) / 4);
  height: 72px;
  margin-right: 20px;
  margin-bottom: 20px;
  vertical-align: middle;
  background: #fff;
  box-sizing: border-box;
}
.btn-basic_child2 {
  width: calc((100% - 20px) / 2);
  height: 96px;
  margin-right: 20px;
  margin-bottom: 20px;
  vertical-align: middle;
  background: #fff;
}

.btn-basic_child:nth-child(3n) {margin-right: 0;}
.btn-basic_child4:nth-child(4n) {margin-right: 0;}
.btn-basic_child2:nth-child(2n) {margin-right: 0;}

.btn-basic_child a, .btn-basic_child4 a, .btn-basic_child2 a {
  display: table;
  width: 100%;
  height: 100%;
  border: 1px solid #cccccc;
  color: #333333;
}

.btn-basic_child a p, .btn-basic_child4 a p, .btn-basic_child2 a p {
  display: table-cell;
  vertical-align: middle;
}

.btn-basic_child a p.image, .btn-basic_child2 a p.image {width:96px; text-align:center;}
.btn-basic_child4 a p.image {width:72px; text-align:center;}

.btn-basic_child a p.text {
  padding: 0 60px 0 12px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  background: #fff url(/hvac-cc/biz/assets/img/icon_large-arow_black.svg) no-repeat right 15px center;
}
.btn-basic_child2 a p.text {
  padding: 0 35px 0 9px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  background: #fff url(/hvac-cc/biz/assets/img/icon_large-arow_black.svg) no-repeat right 15px center;
}
.btn-basic_child4 a p.text {
  padding: 0 35px 0 9px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
  background: #fff url(/hvac-cc/biz/assets/img/icon_large-arow_black.svg) no-repeat 97% 49%;
}

.link-pdf {
  padding-left: 35px;
  background: url("/hvac-cc/biz/assets/img/icon_pdf_2.svg") 0 50% no-repeat;
  line-height: 35px;
}

.link-zip {
  padding-left: 35px;
  background: url("/hvac-cc/biz/assets/img/icon_pdf.svg") 0 50% no-repeat;
  line-height: 35px;
}
.link-file::before {
  content: url(/hvac-cc/biz/assets/img/icon_pdf.svg);
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.hvac-detail__pdf::before{
  content: url(/hvac-cc/biz/assets/img/icon_pdf_2.svg);
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.link-arrow-light-blue {
  display: inline;
  color: #3060c0 !important;
}
.link-arrow-light-blue::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: -2px 0 0 5px;
  vertical-align: middle;
  background: url(/hvac-cc/biz/assets/img/icon_arow_light-blue.svg) 0 0 no-repeat;
}
.link-arrow-light-blue:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.link-arrow-light-blue:focus {
  outline-offset: -1px;
}

.link-blank-light-blue:after, .link-blank-white:after, .link-blank-dark-gray:after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 13px;
  margin: 2px 0 0 5px;
}
.link-blank-light-blue:after {
  background: url(/hvac-cc/biz/assets/img/icon_blank.svg) 0 0 no-repeat;
}
.link-blank-light-blue:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.link-blank-light-blue[target="_self"]::after,
.link-blank-white[target="_self"]::after,
.link-blank-dark-gray[target="_self"]::after {
  display: none;
}

.text-list-notes {
  margin: 0;
  color: #f00000;
  max-height: 999999px;
}

.text-list-notes li, .text-list-notes-02 li {
  margin: 5px 0 12px 0;
  max-height: 999999px;
  font-size: 14px;
  line-height: 1.75;
}
.text-list-notes li:last-of-type, .text-list-notes-02 li:last-of-type {
  margin-bottom: 0;
}

.text-list-notes li,
.text-list-notes-counter-red {
  color: #f00000;
}
.text-list-notes li::before,
.text-list-notes-counter-red {
  content: "注)";
}
.text-list-notes-02 li::before,
.text-list-notes-counter-red {
  content: "※";
}
.text-list-notes-counter li,
.text-list-notes-counter-red li {
  padding-left: 2.15em;
}
.text-list-notes-counter li[data-digit="2"],
.text-list-notes-counter-red li[data-digit="2"]{
  padding-left: 2.75em;
}
.text-list-notes-counter li::before,
.text-list-notes-counter-red li::before{
  content: "※"attr(data-number);
}

[class^=text-list-notes] li {
  font-size: 14px;
  line-height: 1.75;
  margin: 5px 0 12px 0;
  max-height: none;
  letter-spacing: 0;
  text-indent: 0;
  position: relative;
}
.text-list-notes li {
  padding-left: 1.9em;
}
.text-list-notes-02 li {
  padding-left: 1.55em;
}
[class^=text-list-notes] li::before {
  letter-spacing: .05em;
  position: absolute;
  top: 0;
  left: 0;
}
[class^=text-list-notes] li a {
  margin-left: .5em;
  text-indent: 0;
}
[class^=text-list-notes] li br + a {
  margin-left: 0;
}

.label-red {
  display: inline-block;
  padding: 3px 10px;
  color: #f00000;
  border: 1px solid #ff0000;
  border-radius: 24px;
  font-weight: 600;
  line-height: 1;
}
.label-icon-red {
  margin-right: 1em;
  padding: 2px 10px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff !important;
  border-radius: 24px;
  background: #f00000;
  line-height: 2.2 !important;
}
.label-icon_wrap {
  position: relative;
}
.label-icon-red_img {
  font-size: 12px;
  position: absolute;
  top: 4px;
  left: 4px;
  display: inline-block;
  vertical-align: top;
  padding: 2px 10px;
  border: 1px solid #ed1c00;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  text-transform: uppercase;
  background-color: #f00000;
  border-radius: 24px;
}
.label-icon-red_h2 {
  display: inline-block !important;
  vertical-align: top !important;
  padding: 2px 10px !important;
  font-size: 12px !important;
  font-weight: bold !important;
  color: #ffffff !important;
  background: #f00000 !important;
  margin-left: 10px !important;
  margin-top: 3px !important;
  border-radius: 24px;
}
.label-icon-blue {
  margin-right: 1em;
  padding: 2px 10px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff !important;
  border-radius: 24px;
  line-height: 2.2 !important;
  background: #475C85;
}

.holdings-header__nav.pulldown .holdings-header__company {
  background: #333;
  color: #B2B2B2;
  font-size: 12px;
}

#browsebar.fix.nofix {
  position: relative;
}
#browsebar-wrapper {
  height: 40px;
}
#browsebar-in {
  height: 39px;
  background: #6c6c6c;
  border-bottom: 1px solid #fff;
}
#browsebar-name {
  margin-top: 0;
  float: left;
}
#browsebar-name .name {
  display: block;
  float: left;
  width: 250px;
  padding: 12px 0 0 0;
  font-size: 18px;
}
#browsebar-name .name a { color: #fff; }
#browsebar-name .name span { font-size: 16px !important; }
#browsebar-name .name a:hover {
  opacity: 0.8;
}

#hvac-bottomlink {
  background-color: #475C85;
  color: #fff;
  border-top: #616161 solid 1px;
  font-size: 14px;
  margin: 0 auto;
  padding-bottom: 1.5em;
  padding-top: 0.5em;
}
#hvac-bottomlink a {
  color: #fff !important;
  text-decoration: none;
}
#hvac-bottomlink a:hover {
  text-decoration: underline;
}

.hvac-subfooter-item {
  position: relative;
  padding: 15px 10px;
  border-bottom: 1px solid #A9B7C7;
}
.hvac-subfooter-btm .hvac-subfooter-item {
  border-bottom: none;
}
.hvac-subfooter-item:first-child {
  margin-left: -10px;
  border-bottom: transparent;
}
.hvac-subfooter-btm li.hvac-subfooter-item:not(:last-child)::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 30px;
  background-color: #A9B7C7;
  right: 0;
  top: 8px;
  margin: auto;
}
.hvac-subfooter-item.link::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -4px;
  transform: rotate(45deg);
}
.hvac-subfooter-item a.external::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(/hvac-cc/biz/assets/img/blank-link.png);
  background-size: contain;
  vertical-align: top;
  background-repeat: no-repeat;
  margin-left: 5px;
}
.hvac-subfooter-area {
  padding: 0 0 15px;
  width: 100%;
}
.hvac-subfooter-menu {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 5px;
  margin-top: 13px;
}
.hvac-subfooter-btm {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 5px;
  margin-top: 13px;
}
.hvac-subfooter-ttl {
  margin-bottom: 10px;
  margin-top: 20px;
}

.banner_links a .choice_icon,
.floating_banner_close .choice_icon {
  width: 17px;
}
.banner_links a .catalog_icon,
.floating_banner_close .catalog_icon {
  width: 17px;
}
.banner_links a .mail_icon,
.floating_banner_close .mail_icon {
  width: 20px;
}

.floating_banner {
  position: fixed;
  right: 0;
  bottom: 25%;
  background-color: #475C85;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 10px 0 10px 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  transition: right 0.3s ease;
  z-index: 1;
}
.floating_banner .banner_links {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 10px;
}
.floating_banner .banner_links a {
  background-color: #fff;
  color: #475C85;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 8px;
}
.floating_banner .close_text {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  color: #fff;
  font-size: 12px;
}
.floating_banner .close_text:hover {
  opacity: 0.7;
}

.floating_banner_close {
  position: fixed;
  right: 0;
  bottom: 25%;
  background-color: #475C85;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 15px 12px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 15px;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
  justify-content: center;
}
.floating_banner_close .close_arrow {
  transform: rotate(180deg);
}

#modal_image {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.8);
}
#modal_image .modal_content_wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  width: 90%;
  margin: auto;
}
#modal_image .modal_content {
  width: 100%;
}
#modal_image .modal_close {
  color: #f1f1f1;
  font-size: 40px;
  line-height: 1;
  font-weight: bold;
  margin-left: auto;
  position: relative;
  top: -10px;
}
#modal_image .modal_close:hover,
#modal_image .modal_close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.img_zoom {
  position: relative;
  width: fit-content;
  margin: auto;
  cursor: pointer;
}
.img_zoom:before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  background-image: url("/hvac-cc/biz/assets/img/zoom_icon.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.img_zoom:hover:before {
  opacity: 0.7;
}

.spOnly { display: none; }
.nofix { position: relative; }

.clr:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

.anchorPoint {
  margin-top: -70px !important;
  padding-top: 70px !important;
}

.column-one_video,
.column-two_video {
  font-size: 0;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.column-one_video .column-one_child > *:not([class*="-iframe"]),
.column-two_video .column-two_child > *:not([class*="-iframe"]) {
  font-size: 14px;
  line-height: 1.5;
}
.column-one_video .column-one_child-iframe,
.column-two_video .column-two_child-iframe {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-bottom: 0;
}

.column-one_video iframe,
.column-two_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  display: block;
}
.column-one_video .column-one_child {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.column-two_video {
  gap: 20px;
}
.column-two_video .column-two_child {
  width: calc((100% - 20px) / 2);
  box-sizing: border-box;
}

.column-one_video [class*="-iframe"] + *,
.column-two_video [class*="-iframe"] + * {
  margin-top: 20px;
}

.column-one_video .column-one_child:nth-child(n+2),
.column-two_video .column-two_child:nth-child(n+3) {
  margin-top: 20px;
}

.cont-heading_wrap {
  display: table;
  width: 100%;
}

.cont-heading_title {
  display: table-cell;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  background: #efefef;
  border-right: 10px solid #ffffff;
  text-align: center;
}

.cont-heading_title:last-child {
  border-right: none;
}

.cont-heading_one {
  width: 25%;
}

.cont-heading_one-half {
  width: 33%;
}

.cont-heading_two {
  width: 50%;
}

.cont-heading_one-half_two {
  width: 66%;
}

.cont-heading_three {
  width: 75%;
}

.cont-heading_four {
  width: 100%;
}

@media (min-width: 641px) {
  .h2_default {
    margin-top: 70px;
  }
  .btn_link.center {
    width: 365px;
  }
  #hvac-bottomlink {
    font-size: 12px;
  }
  .hvac-subfooter-ttl {
    margin-top: 0;
    margin-bottom: 0;
  }
  .hvac-subfooter-menu {
    flex-direction: row;
    margin-bottom: 5px;
    margin-top: 13px;
  }
  .hvac-subfooter-item {
    position: relative;
    padding: 0 15px;
    border-bottom: none;
  }
  .hvac-subfooter-item.first {
    padding-left: 10px;
  }
  .hvac-subfooter-btm li.hvac-subfooter-item:not(:last-child)::after {
    height: 12px;
    top: 0;
  }
  li.hvac-subfooter-item:not(:last-child)::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 1px;
    height: 12px;
    background-color: #A9B7C7;
    right: 0;
    top: 0;
    margin: auto;
  }
  .hvac-subfooter-item.link::before {
    display: none;
  }
  .hvac-subfooter-area {
    border-bottom: 1px solid #A9B7C7;
  }
  .hvac-subfooter-menu,
  .hvac-subfooter-btm {
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  #page {
    min-width: 320px;
    min-height: 0;
  }
}

@media only screen and (max-width: 640px) {
  .spOnly { display: block; }
  br.spOnly { display: inline; }
  .pcOnly { display: none; }

  #browsebar-wrapper {
    height: 32px;
  }
  #browsebar-in {
    height: 31px;
  }
  div#browsebar-name {
    width: 200px;
  }
  div#browsebar-name p.name {
    width: 200px;
    font-size: 16px;
    line-height: 16px;
    padding: 8px 0 0 0;
  }
  div#browsebar-name p.name span {
    font-size: 14px !important;
  }

  #container {
    max-width: none;
    min-width: 0;
  }
  div.section { width: 100%; }
  div.column-one { width: 100%; }
  div.column-one_image { width: 100%; }
  div.column-one_image img { width: 100%; }
  div.column-one_text { width: 100%; }
  div.breadcrumb { display: none; }
  .section.section-type02 { margin-bottom: 30px; }

  .h3_title {
    flex-direction: column;
    gap: 5px;
    align-items: normal;
    line-height: 1.5;
    padding-bottom: 5px;
  }
  .h3_title .tag {
    font-size: 16px;
    padding: 5px 15px;
    width: fit-content;
  }

  .title_block + .section.section-type02 {
    padding-top: 0 !important;
  }

  .h1_area {
    background: #fff;
    height: 70px;
    vertical-align: middle;
    width: 80%;
    padding-left: 10px;
    border: none;
  }
  .h1_area h1 {
    font-size: 18px;
    height: 70px;
    vertical-align: middle;
    padding-right: 0;
  }

  .h2_default h2 {
    font-size: 1.857em;
  }

  #contents > .section {
    width: 100%;
    padding: 0 10px;
    word-break: break-all;
  }
  #contents > .section.section-type02 {
    padding: 0;
  }
  .section {
    width: 100%;
  }

  .tab_block {
    width: auto;
  }
  .tab_block .tab_header {
    display: none;
  }
  .tab_block .tab_container .tab_contents {
    padding: 10px 0;
  }
  .tab_block .tab_container .tab_contents:nth-of-type(1) {
    display: none;
  }
  .tab_block.js-tabblock .tab_container {
    display: flex;
    flex-direction: column;
  }
  .tab_block.js-tabblock .tab_container .ttl {
    order: 1;
  }
  .tab_block.js-tabblock .tab_container .tab_contents {
    order: 2;
    min-height: 0;
  }
  .tab_block .tab_container .ttl {
    display: table;
    width: 100%;
    height: 65px;
    padding: 0 45px 0 10px;
    font-weight: bold;
    position: relative;
    font-size: 17px;
    line-height: 1.25;
    box-sizing: border-box;
    border-bottom: 3px solid #DDDDDD;
    color: #333;
  }
  .tab_block .tab_container .ttl span {
    display: table-cell;
    vertical-align: middle;
  }
  .tab_block .tab_container .ttl.open {
    border-color: #0242C0;
    color: #0242C0;
  }
  .tab_block .tab_container .ttl:after {
    content: "";
    color: #666;
    background: url(/hvac-cc/biz/assets/img/icon_arrow_down.svg) no-repeat 95% 50%;
    background-size: 100% auto;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -5.5px;
  }
  .tab_block .tab_container .ttl.open:after {
    background-image: url(/hvac-cc/biz/assets/img/icon_arrow_up_blue.svg);
  }
  .tab_block .column-one_text {
    padding: 20px 10px !important;
  }

  .tab_block.--sp_accordion .tab_header {
    display: block;
  }
  .tab_block.--sp_accordion .tab_header li {
    display: table;
    width: 100%;
    height: 65px;
    padding: 0;
    font-weight: bold;
    position: relative;
    font-size: 17px;
    line-height: 1.25;
    box-sizing: border-box;
    border-bottom: 3px solid #DDDDDD;
    color: #333;
  }
  .tab_block.--sp_accordion .tab_header li a {
    padding: 0 45px 0 10px;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    font-family: inherit;
    font-size: 17px;
  }
  .tab_block.--sp_accordion .tab_header li span {
    content: "";
    color: #666;
    background: url(/hvac-cc/biz/assets/img/icon_arrow_down.svg) no-repeat 95% 50%;
    background-size: 100% auto;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -5.5px;
  }
  .tab_block.--sp_accordion .tab_header li.current {
    border-color: #0242C0;
  }
  .tab_block.--sp_accordion .tab_header li.current a:not(:hover) {
    color: #0242C0;
  }
  .tab_block.--sp_accordion .tab_header li.current span {
    background-image: url(/hvac-cc/biz/assets/img/icon_arrow_up_blue.svg);
  }

  .h3_blue.accordion, .h2_default.accordion { display: none; }
  .tab_container.belowh2 .tab_contents, .tab_container.belowh3 .tab_contents { padding-bottom: 0; }
  .tab_container.belowh2 {
    margin-bottom: 40px;
  }
  .tab_container.belowh2 .ttl {
    display: block;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 20px;
    cursor: pointer;
  }
  .tab_container.belowh2 .ttl span {
    display: block;
    padding-right: 35px;
    line-height: 1.35em;
    font-size: 26px;
    font-weight: bold;
    color: #333333;
  }
  .tab_container.belowh3 {
    margin-bottom: 30px;
  }
  .tab_container.belowh3 .ttl {
    display: block;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 12px 32px 12px 0;
    border-bottom: 1px solid #CFCFCF;
    line-height: 1.25em;
    font-size: 22px;
    font-weight: bold;
    cursor: pointer;
  }
  .tab_container.belowh3 .ttl:after, .tab_container.belowh2 .ttl:after {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12px;
    content: "";
    background: url(/hvac-cc/biz/assets/img/icon_tab-arow_black_open.svg) no-repeat;
    background-size: 100% auto;
    width: 24px;
    height: 24px;
  }
  .tab_container.belowh2 .ttl.open:after, .tab_container.belowh3 .ttl.open:after {
    background-image: url(/hvac-cc/biz/assets/img/icon_tab-arow_black_close.svg);
  }
  .tab_container.belowh2 .tab_contents { display: none; margin-top: 10px; }
  .tab_container.belowh3 .tab_contents { display: none; margin-top: 7px; }

  .column-two_default .column-two_child {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .column-two_child,
  .column-three_child,
  .column-four_child {
    height: auto !important;
    margin-right: 0 !important;
  }
  .column-four_default .column-four_child,
  .column-three_default .column-three_child {
    width: 100%;
    margin: 0 0 30px 0 !important;
  }
  .column-four_default .column-four_child {
    width: calc((100% - 11px) / 2);
    margin-right: 11px !important;
  }
  .column-four_default .column-four_child:nth-child(2n) {
    margin-right: 0 !important;
  }
  .column-four_caption .column-four_child {
    width: calc((100% - 11px) / 2);
    margin-right: 11px !important;
  }
  .column-four_caption .column-four_child:nth-child(2n) {
    margin-right: 0 !important;
  }
  .column-three_caption .column-three_child,
  .column-three_caption .column-three_child:nth-child(3n) {
    width: 100%;
    margin: 0 0 30px 0 !important;
  }
  .column-two_caption .column-two_child {
    width: 100%;
    margin: 40px 0 0 0 !important;
    border-top: 2px solid #fff;
  }
  .column-two_caption .column-two_child:first-child {
    border: none;
  }

  /* 8-3 ボタンモジュール（画像＋テキスト）スマホ：1カラム・画像左＋テキスト右 */
  .column-two_product .column-two_child,
  .column-two_product.flex_justify_center .column-two_child {
    width: 100%;
    max-width: none;
    margin: 0 0 30px 0 !important;
  }
  .column-two_product .column-two_image,
  .column-two_product .column-two_image img {
    width: 100px;
    height: 100px;
  }
  .column-two_product .column-two_image-in {
    width: 100px;
    height: auto;
  }
  .column-two_product .column-two_image-in_figure img {
    width: auto;
    max-width: 100%;
    height: 80px;
  }
  .column-two_product .column-two_text {
    padding: 0 0 0 15px;
  }

  .column-three_caption .column-three_image img {
    width: 100%;
    height: auto;
  }
  .column-four_caption .column-four_child .column-four_image img {
    width: 100%;
  }
  .column-two_default .column-two_child .column-two_image img,
  .column-three_default .column-three_child .column-three_image img {
    width: 100%;
    height: auto;
  }

  .column-one_default .column-one_text .title {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.25;
  }
  .column-one_default .column-one_text,
  .column-two_default .column-two_text {
    padding-left: 0;
    padding-right: 0;
  }
  .column-one_default .column-one_text.bg-gray,
  .column-two_default .column-two_text.bg-gray {
    padding: 15px 10px;
  }

  .column-one_img-left .column-one_image,
  .column-one_img-right .column-one_image {
    float: none;
    padding: 0 0 15px;
  }
  .column-one_img-left .column-one_text,
  .column-one_img-right .column-one_text {
    width: auto;
    min-height: initial;
    float: none;
    padding: 0 0 15px;
  }

  .block-link-page {
    display: block;
  }
  .block-link-page .child_block {
    width: 100%;
    border-bottom: 1px solid #DDDDDD;
    border-right: none;
  }
  .block-link-page .child_block a {
    padding: 15px;
    text-align: left;
  }
  .block-link-page .child_block a p {
    height: auto !important;
    text-align: left !important;
    line-height: 1.25;
  }

  table.table_default {
    border: 1px solid #ccc;
  }
  table.table_default th,
  table.table_default td {
    width: auto;
    padding: 10px;
  }

  .cassette_detail_table .first_row {
    width: 15%;
  }
  .cassette_detail_table .second_row {
    width: 40%;
  }
  .cassette_detail_table .color_th {
    width: 22.5%;
  }

  .btn_link {
    width: 100%;
  }
  .btn_link p {
    background-position: 100% 50%;
  }

  .flex_justify_center > .empty_block{
    margin: 0;
    height: 0;
    border: none;
  }

  .btn-basic {
    padding-top: 0;
  }
  .btn-basic_child, .btn-basic_child4, .btn-basic_child2 {
    width: 100%;
    height: 77px;
    margin-right: 0;
    margin-bottom: 0;
    border: 1px solid #ccc;
    margin-bottom: 10px;
  }

  .btn-basic_child a p.image,
  .btn-basic_child4 a p.image,
  .btn-basic_child2 a p.image {
    width: 75px;
  }
  .btn-basic_child a p.text,
  .btn-basic_child4 a p.text,
  .btn-basic_child2 a p.text {
    font-size: 15px;
    padding-right: 25px;
    background-position: right 10px center;
  }
  .btn-basic_child a, .btn-basic_child4 a, .btn-basic_child2 a {
    border: none;
  }
  .btn-basic_child a p.image img,
  .btn-basic_child4 a p.image img,
  .btn-basic_child2 a p.image img {
    width: auto;
    height: 75px;
  }
  .btn-basic.bg-gray,
  .back-gray-section.forButtons {
    padding: 10px;
  }

  .link-pdf {
    line-height: 23px;
  }

  .floating_banner {
    bottom: 15%;
  }
  .floating_banner_close {
    bottom: 15%;
  }

  .hvac-subfooter-item a.external::after {
    position: absolute;
    top: 50%;
    right: 0;
  }

  .column_detail-link a span {
    line-height: 1.25;
  }

  .h1_area {
    width: 100%;
    padding-right: 10px;
  }
  .h1_area h1 {
    height: auto;
  }

  .cont-heading_wrap {
    display: table;
    width: 100%;
    margin-bottom: 30px;
  }

  .column-one_video .column-one_child,
  .column-two_video .column-two_child {
    width: 100%;
    max-width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .column-one_video .column-one_child + .column-one_child,
  .column-two_video .column-two_child + .column-two_child {
    margin-top: 40px;
  }
  .cont-heading_title {
    display: block;
    border-top: 10px solid #fff;
    border-right: none;
  }
  .cont-heading_title:first-child {
    border: none;
  }
  .cont-heading_one,
  .cont-heading_one-half,
  .cont-heading_one-half_two,
  .cont-heading_two,
  .cont-heading_three {
    width: 100%;
  }
}

@media print, screen and (min-width: 641px) {
  .h3_blue {
    margin-top: 40px;
  }
}

#hamburger_nav_area {
  display: none;
}

/* blockSet */
.title_block {
  width: 100%;
  position: relative;
}

.title_block.fixed {
  width: 100%;
  position: fixed;
  padding: 0;
  top: -1px;
  left: 0;
  z-index: 99;
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
}

.title_block.PCshow {
  width: 100%;
}


.title_block.large.fixed {
  width: 100%;
}

.title_block.fixed .title_block_in {
  width: 100%;
  background: #ffffff;
  margin: 0 auto;
}

.title_block_in02 {
  width: 976px; /* 967px */
  height: 70px;
  position: relative;
  margin: 0 auto;
/*  border-top: 1px solid #e6e6e6; added by H.Fukui */
}

.title_block.fixed.SPshow .title_block_in02 {
  width: 1020px;
}

.touch .title_block.fixed .title_block_in02 {
  width: 976px; /* 967px */
  display: table;
}

.title_block.PCshow .title_block_in02 {
  width: 976px !important; /* 967px */
  padding: 0 !important;
  margin: 0 auto !important;
}

.title_block + .section {
  padding-top: 30px;
}

.title_block + .section.section-type02 {
  border-top: none;
  padding-top: 0;
}

.column-two_caption .link-backarrow-wh {
  color: #333 !important;
  background: url(/hvac-cc/biz/assets/img/icon_large-arow_black.svg) 100% 50% no-repeat;
}
.column-three_caption .link-backarrow-wh {
  color: #333 !important;
  background: url(/hvac-cc/biz/assets/img/icon_large-arow_black.svg) 100% 50% no-repeat;

}
.column-four_caption .link-backarrow-wh {
  color: #333 !important;
  background: url(/hvac-cc/biz/assets/img/icon_large-arow_black.svg) 100% 50% no-repeat;
}
.column-five_caption .link-backarrow-wh {
  font-size: 15px;
  color: #333 !important;
  background: url(/hvac-cc/biz/assets/img/icon_large-arow_black.svg) 100% 50% no-repeat;
}
.link-backarrow-light-blue {
  display: inline-block;
  width: 100%;
  padding: 0;
  color: #3e6fcf !important;
  background: url(/hvac-cc/biz/assets/img/icon_arow_light-blue.png) 95% 0.4em no-repeat;
}
.link-backarrow-light-blue:hover {
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  opacity: 0.7;
}
.link-backarrow-light-blue-inline {
  display: inline-block;
  padding-right: 15px;
  color: #3e6fcf !important;
  background: url(/hvac-cc/biz/assets/img/icon_arow_light-blue.png) 100% 50% no-repeat;
}
.link-backarrow-light-blue-inline:hover {
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  opacity: 0.7;
}
.link-backarrow-wh {
  display: inline-block;
  width: 100%;
  padding: 0;
  color: #333 !important;
  background: url(/hvac-cc/biz/assets/img/icon_large-arow_black.svg) 100% 50% no-repeat;
}
.link-noarrow-wh {
  display: inline-block;
  width: 100%;
  padding: 0;
  color: #ffffff !important;
}
.link-backarrow-wh:hover {
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  opacity: 0.7;
}
.link-backarrow-wh {
	width: 90%;
	padding-right: 10%;
}