@charset "utf-8";
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

#page-top {
    position: fixed;
    bottom: 15px;
    right: 20px;
    font-size: 85%;
    z-index:99;
}
#page-top a {
    background: #333;
    text-decoration: none;
    color: #fff !important;
    width: 125px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
    opacity:0.6; 
}
#page-top a:hover {
    text-decoration: none !important;
    background: #666;
}
div#shopTop {
width:100%;
text-align:left;
margin:0;
padding:0;
padding-left:2%;
box-sizing: border-box;
color:#333;
/*border-bottom:solid 1px #ccc;*/
}
div#shopTop h1{
font-weight:normal;
font-size:150%;
margin:0;
padding:0;
}
	@media screen and (max-width: 820px){
#shop a {
    font-size: 11px;
}
}
#shop a {
    text-decoration: none;
    font-size: 14px;
}
#shop {
    margin-bottom: 40px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
}	

#shop .serch {
	box-sizing: border-box;
	margin: 30px auto 10px;
	/* width: 1024px; */
	text-align: center;
}
#shop .serch ul.search_list {
	text-align: left;
	margin: 0 auto;
	width: 900px;
}
#shop .serch ul.search_list li:nth-child(1) {
	width: 280px;
}
#shop .serch ul.search_list li {
	vertical-align: top;
	display: inline-block;
	box-sizing: border-box;
	padding: 0 1%;
}
#shop .serch ul.search_list li:nth-child(2) {
	max-width: 600px;
	width: 100%;
}
#shop .serch ul.search_list li {
	vertical-align: top;
	display: inline-block;
	box-sizing: border-box;
	padding: 0 1%;
}
#form {
	position: relative;
	padding: 38px;
}
#sbox {
	height: 45px;
	padding: 0 20px;
	position: absolute;
	left: 0;
	top: 0;
	max-width: 600px;
	width: 100%;
	border-radius: 25px;
	border: solid 2px #e0e0e0;
	outline: 0;
	box-sizing: border-box;
	transition: 0.5s all;
}
#sbtn {
	height: 45px;
	position: absolute;
	right: -20px;
	top: 0;
	background: #ee0000;
	color: #fff;
	border: none;
	font-size: 20px;
	border-radius: 0 25px 25px 0;
	box-sizing: border-box;
	padding: 0 30px;
	transition: 0.5s all;
}
#shop a {
	text-decoration: none;
	font-size: 14px;
}	
#shop .shop_info ul {
	box-sizing: border-box;
	padding: 0;
	margin: 5px auto;
	text-align: center;
}
#shop .shop_info li {
	display: inline-block;
	box-sizing: border-box;
	margin: 0;
	paddong: 10px 0;
}
#shop .shop_info li:after {
	content: '・';
}
#shop .shop_info li:last-child:after {
	content: none;
}
#shop .serch {
	box-sizing: border-box;
	margin: 30px auto 10px;
	/*width: 1024px;*/
	text-align: center;
}
#shop .serch li {
	vertical-align: middle;
	display: inline-block;
}
ul.keyword {
	width: 100%;
}
ul.keyword li {
	display: inline-block;
	margin: 0 10px 0 0;
}
/*左右*/
div#all {
	display: table;
	margin: 0 auto;
	width: 1024px;
	padding: 0;
}
div#left, div#right {
	box-sizing: border-box;
	display: table-cell;
	vertical-align: top;
	padding: 0;
	margin: 0;
}
div#left {
	width: 200px;
}
	
div#right {
	width: 824px;
}
	
#shop .shop_info {
	box-sizing: border-box;
	width: 100%;
	max-width: 1024px;
	padding: 10px 0;
	margin: 0 auto;
	text-align: center;
	background: #ee0000;
}

#shop .shop_info li {
	padding: 2px 5px;
}
	
#shop .shop_info li::after {
	content: '';
}
	
#shop .shop_info a {
	color: #fff;
}
	
ul.keyword {
	padding: 0;
	margin-bottom: 20px;
}
ul.keyword a {
	color: #0416A3;
}
@media screen and (max-width:1024px) {
.keyword {
	display: none;
}
#shop .serch ul.search_list {
	width: 100%;
}
#shop .serch ul.search_list li {
	display: block;
}
#shop .serch ul.search_list li:nth-child(1) {
	width: 100%;
}
#shop .serch ul.search_list li:nth-child(1) img {
	margin: 0 auto 20px!important;
}
#shop .serch ul.search_list li:nth-child(2) {
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 0 2%;
}
#sbtn {
	right: 0;
}
}
@media screen and (max-width:820px) {
#shop .shop_info {
	width:660px;
}
#shop a {
	font-size: 11px;	
}
}

/***************** root ********************/
#wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 0;
  color: #333;
  height: auto;
  font-size: 14px;
  line-height: 1.8 !important;
  box-sizing: border-box;
}
#wrap * {
  box-sizing: border-box;
 word-break: break-all;
}

#wrap a{
	text-decoration: none
}
#wrap a:hover {
  opacity: .5;
}
#wrap_bg {
  width: 100%;
  text-align: left;
  background: #f9f9f9;
  vertical-align: inherit;
  overflow: hidden;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#wrap article {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 4%;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #f0f0f0;
  font-size: 16px;
  letter-spacing: 0.5px;
}
#title {
  margin-bottom: 30px;
}
#title h1 {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #d0d0d0;
}
#wrap .box_head2 {
  background: #4f4f54;
  color: #fff;
  text-indent: 1.4em;
  padding: 5px 0;
  font-size: 20px;
  margin-top: 10vh;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
  position: relative;
}
#wrap .box_head2:after {
  position: absolute;
  content: " ";
  display: block;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 12px;
  width: 3px;
  height: 16px;
  background: #FF6;
}
#wrap .box_head3 {
  color: #333;
  font-size: 15px;
  padding: 5px 2em 5px 5px;
  border: solid 1px #333;
  font-weight: bold;
  margin: 0 auto 5px;
  position: relative;
}
/*
#wrap .box_head3:after {
  position: absolute;
  content: '－';
  right: 10px;
  top: 5px;
}
*/
#wrap .box_head3.open:after {
  content: '＋';
}
#wrap h3.mtmr {
  border-bottom: 2px dotted #009e96;
}
#wrap .box_head4 {
  margin: 0 auto 5px;
  color: #333;
  font-weight: bold;
}
#wrap .box_attention_head4 {
  margin: 0 auto 5px;
  color: #333;
  font-weight: bold;
}
div.fl {
  box-sizing: border-box;
  border-bottom: solid 1px #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
p.contents_img {
  max-width: 200px;
  float: right;
  margin-left: 40px;
}
p.contents_img img {
  width: 100%;
  height: auto;
  display: block;
}
#wrap aside {
  width: 260px;
  float: right;
}
ul.flow {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-align: center;
}
ul.flow li {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  display: inline-block;
}
ul.flow li:last-child, ul.flow li:first-child {
  margin: 0;
}
ul.flow li img {
  height: 85px;
  margin: 0;
}
ul.flow li img.construct {
  width: 100%;
  max-width: 150px;
  height: auto;
}
ul.flow li a:hover {
  opacity: 0.7;
}
#wrap #other_menu {
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #f0f0f0;
  padding: 10px;
  line-height: 1.6 !important;
}
#wrap h6 {
  font-size: 14px;
  color: #fff;
  background: #333;
  text-align: center;
  padding: 3px 0;
  margin-bottom: 20px;
}
#wrap #other_menu span a {
  display: block;
  font-size: 12px;
}		
		
#wrap aside #other_menu span {
  max-width: 300px;
}
#wrap aside #other_menu rep_nobr {
  float: right;
}
#wrap aside #other_menu span:nth-child(n+9) {
  display: none !important;
}
#wrap aside #other_menu span .fsM {
  font-size: 12px;
}
#wrap aside #other_menu span .fsM img {
  display: inline-block !important;
}
#wrap aside #other_menu div {
  width: 100% !important;
  height: auto !important;
}
#wrap aside #other_menu span div {
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
}
#wrap aside #other_menu img.lazy {
  max-width: 75px;
  height: auto;
  display: block;
  margin: 5px 10px 5px 0;
  float: left;
}
#wrap aside #other_menu span div:last-child {
  clear: both;
}
#wrap #bnr {
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #f0f0f0;
  box-sizing: border-box;
  padding: 10px;
  line-height: 1.6 !important;
  margin-bottom: 30px;
}
#wrap #bnr table {
  max-width: 200px;
  margin: 0 auto;
}
#toku_table table {
  width: 100%;
  max-width: 960px;
  margin: 20px auto 0;
}
#wrap .item_coment {
  padding: 10px;
  font-size: 14px;
}
#wrap ul.list_dot {
  box-sizing: border-box;
  padding-left: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
}
#wrap .list_dot li {
  list-style: disc;
}
#wrap .attention {
  padding: 10px;
  border: solid 1px #ccc;
  width: 90%;
  max-width: 825px;
  background: #f5f5f5;
  margin: 10px 0;
}
#wrap .attention p {
  margin-bottom: 10px;
}
#wrap a.link_btn {
  display: block;
  background: #009e96;
  max-width: 600px;
  padding: 5px 0;
  color: #fff;
  text-align: center;
  margin: 0 auto 30px;
  font-size: 14px;
  border-radius: 8px;
  text-decoration: none;
}
#wrap a.link_btn:hover {
  opacity: 0.7;
  text-decoration: none;
}
#wrap aside #ohter_menu span.item {
  display: none;
}
		
@media screen and (max-width:1320px) {
  #wrap article {
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px 4%;
    background: #fff;
    float: none;
    box-sizing: border-box;
    border: 1px solid #f0f0f0;
    font-size: 14px;
    letter-spacing: 0.5px;
  }
  #wrap #bnr {
    display: none;
  }
  #wrap aside {
    width: 100%;
    max-width: 1000px;
    margin: 20px auto;
    box-sizing: border-box;
    float: none;
  }
  #wrap aside #ohter_menu section:nth-child(n+6) {
    display: none !important;
  }
  #wrap aside #other_menu span {
    /*  max-width:680px;*/
    margin: 0 auto;
  }
  p.contents_img {
    max-width: 200px;
    float: right;
    margin: 0 0 20px 20px;
  }
  /*右メニュー下表示の時*/
  #wrap aside #other_menu #left-menu #menu ul {
    width: 190px;
    display: inline-block;
    vertical-align: top;
  }
  #wrap aside #other_menu #left-menu #menu ul h1 {
    width: 190px !importatnt;
  }
  #wrap aside #other_menu #left-menu #menu ul:last-child {
    width: 100%;
  }
}
		
@media screen and (max-width:950px) {
  .img_sp {
    display: block;
  }
  .img_pc {
    display: none;
  }
  #ene ul {
    display: block;
  }
  #ene ul li {
    width: 100%;
    padding: 0 2%;
    box-sizing: border-box;
    display: block;
    margin-bottom: 10px;
  }
  #ene ul li img {
    margin: 0 auto;
  }
  #wrap article {
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px 4%;
    background: #fff;
    float: none;
    box-sizing: border-box;
    border: 1px solid #f0f0f0;
    font-size: 14px;
    letter-spacing: 0.5px;
  }
  #title h1 {
    font-size: 16px;font-weight: bold;
    border-bottom: 1px solid #d0d0d0;
  }

  p.contents_img {
    max-width: 270px;
    float: none;
    margin: 0 auto 10px;
    box-shadow: 1px 1px 3px #aaa;
  }
  }		
		
#left-menu #menu li a {
    box-sizing: border-box;
    width: 98% !important;
  }
  #wrap aside #other_menu #left-menu #menu ul h1 {
    border: none;
    background: #333;
    color: #fff;
    box-sizing: border-box;
    width: 98% !important;
    padding: 5px;
  }
  #main {
    clear: left;
    padding: 5px 0px 0px 10px;
    width: 850px;
  }
  #page {
    margin: 0px;
    padding: 0px 10px 20px;
  }
  #main ul {
    margin: 0px;
    padding: 0px;
  }
#tab {
    max-width: 1000px;
    margin: 0 auto;
}

.fsM {
    font-size: 0.9em;
    line-height: 1.4;
}
  #tab li {
    float: left;
    background: #eee;
    margin-right: 2px;
    list-style: none;
  }
  #tab li .tab_coener {
    background: url("https://ic4-a.wowma.net/mi/w/1280/h/1280/q/90/bcimg1-a.wowma.net/plus/u24793691/pc/tokushu/aircon_kouji/construct/css/../img/tab_corner.png") top right no-repeat;
    padding: 15px;
    width: 160px;
    list-style: none;
    cursor: pointer;
    margin: 0px;
    text-align: center;
  }
  #tab li.select {
    background: #0055aa;
    color: #FFFFFF;
    font-weight: bold;
  }
  .line {
    clear: left;
    width: 850px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 10px;
  }
  .contents table.wd_90 {
    width: 90%;
    margin: auto;
  }
  .contents table.wd_90, .contents table.wd_90 tr, .contents table.wd_90 td, .contents table.wd_60, .contents table.wd_60 tr, .contents table.wd_60 td {
    border-collapse: collapse;
    border: 1px solid #cccccc;
  }
  .contents table.wd_60 td, .contents table.wd_90 td {
    padding: 5px;
  }
  .contents table.wd_60 td img {
    width: 15px !important;
    height: 15px !important;
  }
  .contents table.wd_60 {
    width: 60%;
    margin: auto;
  }
  table.hyou, table.hyou tr, table.hyou td, table.hyou th {
    border-collapse: collapse;
    border: 1px solid #cccccc;
  }
  table.hyou td, table.hyou th {
    padding: 5px;
  }
  @media screen and (max-width: 767px) {
    #left-menu #menu li#under a, #left-menu #menu ul, #left-menu #menu li a {
      width: 98% !important;
      max-width: 98% !important;
    }
    ul.flow li img.construct {
      width: 100%;
      max-width: 120px;
      height: auto;
    }
    ul.flow li img {
      height: 50px;
      margin: 0;
    }
  }
  .contents_imgonly img {
    width: 100%;
    max-width: 860px;
  }
  @media screen and (max-width: 767px) {
    /*相互リンクタブ　スマホ*/
    #tab li {
      box-sizing: border-box;
      float: none;
      background: #eee;
      margin: .5% auto;
      list-style: none;
      width: 48%;
      padding: 0;
      vertical-align: top;
      display: inline-block;
    }
    #tab li a {
      box-sizing: border-box;
      display: block;
      width: 100%;	
padding: 5px;
    }
    #tab li .tab_coener {
      background: none;
      padding: 0;
      width: auto;
      margin: 0;
      display: table-cell;
      text-align: center;
      vertical-align: middle;
    }
    #tab li.select {
      padding: 5px;
    }
    #tab li .tab_coener br, #tab li .tab_coener span {
      display: none;
    }
  }
  #tuika_list sup {
    color: #f00;
  }
  #nav {
    max-width: 1080px;
    width: 100%;
    padding: 5px;
    margin: 5vh auto;
  }
  #nav ul {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }
  #nav ul li {
    text-align: center;
    width: 25%;
    padding: 1%;
    margin: 0;
  }
  #nav ul li a {
    display: block;
    margin: 0 auto width:100%;
    padding: 15px;
    color: #fff;
    background: #000066;
  }
  .f_red {
    color: #ff0000;
  }
  .f_strong {
    font-weight: bold !important;
  }
  .box_inner {
    width: 100%;
    margin: 5px auto 5vh;
    padding: 0 1em;
  }
  .box_tbl, .box_tbl2, .box_tbl5 {
    border: solid 1px #ccc;
    width: 90%;
    margin-bottom: 3vh;
  }
  .box_tbl dl, .box_tbl2 dl, .box_tbl5 dl {
    display: table;
    width: 100%;
  }
  .box_tbl dd, .box_tbl dt {
    display: table-cell;
    width: 30%;
    padding: 10px;
  }
  .box_tbl2 dd, .box_tbl2 dt {
    display: table-cell;
    width: 50%;
    padding: 10px;
  }
  .box_tbl5 dd, .box_tbl5 dt {
    display: table-cell;
    width: 20%;
    padding: 10px;
  }
  .box_tbl5 .wd80 {
    width: 80%;
  }
  .box_tbl dl:nth-child(odd), .box_tbl2 dl:nth-child(odd), .box_tbl5 dl:nth-child(odd) {
    background: #efefef;
  }
  .box_tbl .box_tbl_head, .box_tbl2 .box_tbl_head, .bg_gray {
    background: #333 !important;
    color: #fff;
  }
  .bg_gray2 {
    background: #efefef !important;
    color: #333;
  }
  .box_dot_list, .attention_list {
    width: 100%;
  }
  .box_dot_list li {
    padding-left: 1em;
    text-indent: -1em;
  }
  .attention_list {
    padding-left: 2em;
    text-indent: -2em;
  }
  .box_tbl_wd50 {
    width: 50%;
  }
  .box2 {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }
  .box2_left, .box2_right {
    padding: 5px;
  }
  .box2_right {
    width: 40%;
  }
  .box2_left {
    width: 60%;
  }
  .box_img img {
    width: 100%;
  }
  .box_text {
    padding: 0;
    margin: 0 auto 10px;
  }
 
@media screen and (max-width:480px) {
  #nav ul li {
    text-align: center;
    width: 48%;
    padding: 1%;
    margin: 1%;
  }

  .box2_right,
.box2_left  {
    width: 100%;
  }
  .box_tbl, .box_tbl2, .box_tbl5 {
    border: solid 1px #ccc;
    width: 100%;
    margin-bottom: 3vh;
　  }


}  
	  
	  
.btn1 a {
    background-color: #3eb134;
    max-width: 800px;
    width: 90%;
    display: block;
    font-weight: bold;
    color: #FFFFFF;
    padding: 10px;
    text-align: center;
    margin: 0px auto;
}  