@charset "utf-8";
/* CSS Document */
/*CONTENT
-----------------------------------------------------*/
#content {}
#contentTitle {
  width: 100%;
  height: 180px;
  background: url(../common/bg_imageblue.png) repeat;
}
.contentTitleInner {
  width: 1180px;
  margin: 0 auto;
}
#contentTitle h2.gus_bg, #contentTitle h2.reform_bg, #contentTitle h2.kaden_bg, #contentTitle h2.water_bg, #contentTitle h2.internet_bg, #contentTitle h2.information_bg, #contentTitle h2.tourism_bg, #contentTitle h2.contact_bg, #contentTitle h2.download_bg {
  height: 180px;
  position: relative;
}
#contentTitle h2.information_bg { /*会社概要*/
  background: url(../information/img/title-image.png) no-repeat right;
}
#contentTitle h2.gus_bg { /*LPガス*/
  background: url(../introduction/img/gus_title-image.png) no-repeat right;
}
#contentTitle h2.reform_bg { /*リフォーム*/
  background: url(../introduction/img/reform_title-image.png) no-repeat right;
}
#contentTitle h2.kaden_bg { /*家電販売*/
  background: url(../introduction/img/kaden_title-image.png) no-repeat right;
}
#contentTitle h2.water_bg { /*おいしい水の宅配便*/
  background: url(../introduction/img/water_title-image.png) no-repeat right;
}
#contentTitle h2.internet_bg { /*インターネット*/
  background: url(../introduction/img/internet_title-image.png) no-repeat right;
}
#contentTitle h2.tourism_bg { /*河津町*/
  background: url(../tourism/img/title-image.png) no-repeat right;
}
#contentTitle h2.contact_bg { /*問い合わせ*/
  background: url(../contact/img/title-image.png) no-repeat right;
}
#contentTitle h2.download_bg { /*ダウンロード*/
  background: url(../download/img/title-image.png) no-repeat right;
}
#contentTitle p {
  position: absolute;
  top: 50%;
  margin-top: -28pt;
  font-size: 28pt;
  text-align: left;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#contentTitle span {
  padding-left: 1em;
  font-size: 13pt;
}
/*ボンベアー君タイトル*/
#content h3.bonbear {
  width: 100%;
  background: url(../common/h3_bg.png) repeat-x bottom;
  height: 55px;
  margin-bottom: 0;
  text-align: center;
  padding: 0 !important;
}
#content h3.bonbear img {
  vertical-align: top;
}
#content p.bonbearTitle {
  display: block;
  color: #34314C;
  font-size: 25pt;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}
#content h3.secondTitle {
  border-bottom: solid 3px skyblue;
  position: relative;
  font-size: 1.3em;
  font-weight: bold;
  color: #666;
  margin-top: 60px;
}
#content h3.secondTitle:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #ffc778;
  bottom: -3px;
  width: 30%;
}
p.catchTxt {
  width: 88%;
  margin: 15px auto;
  font-size: 1em;
  font-weight: bold;
}
/*TOPIC PASS
-----------------------------------------------------*/
.breadcrumb {
  width: 1180px;
  margin: 10px auto 60px auto;
}
.breadcrumb li {
  position: relative;
  display: inline-block;
  list-style: none;
  font-weight: bold;
  margin-right: 6px;
  padding: 0 5px;
}
.breadcrumb li:after {
  content: "";
  position: absolute;
  top: 7px;
  right: -19px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #e2e2e2;
  border-width: 7px 12px;
  width: 0;
  height: 0;
}
.breadcrumb li:last-child:after {
  content: none;
}
.breadcrumb li a {
  display: inline-block;
  padding: 0 7px;
  height: 28px;
  line-height: 28px;
  text-decoration: none;
  color: #666;
  background: #e2e2e2;
  font-size: 13px;
  border-radius: 3px;
  transition: 0.3s;
}
.breadcrumb li i { /*homeアイコン*/
  color: #34314C;
  font-weight: 900;
  font-size: 1em;
  padding-right: 0.5em;
}
.breadcrumb li a:hover {
  transform: translateY(-3px);
}
/*STAFF

.staff {
	padding:30px 0;
	height:100%;
	overflow:hidden;
	border-bottom:1px solid #999999;
}
.staff:first-child {
	border-top:1px solid #999999;
}
.staff .imgArea {
	width:500px;
	float:left;
	padding-right:20px;
	margin-bottom:15px;
}
.staff .imgArea img {
	width:100%;
	filter: drop-shadow(12px 12px 0px rgba(210,210,210,0.9));
}
.staff .profileArea {
	width:53%;
	float:right;
}
.staff .profileArea dl {
	width:100%;
	border:3px dotted #47AED6;
	padding:15px;
	overflow:hidden;
	font-size:.9em;
}
.staff .profileArea dl dt, .staff .profileArea dl dd {
	border-top:1px solid #ccc;
	padding:4px 0;
}
.staff .profileArea dl dt {
	display: block;
	width: 20%;
	clear: left;
	float: left;
	font-weight:bold;
}
.staff .profileArea dl dd {
	display: block;
	width: 80%;
	float: left;
}
.staff .profileArea dl dd span {
	padding-left:1.5em;
	font-size:0.9em;
}
-----------------------------------------------------*/
/*TOURISM
-----------------------------------------------------*/
.item_wrapper:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
.item_wrapper li.item {
  width: 31.5%;
  text-align: center;
  margin-right: 2.75%;
  margin-bottom: 20px;
  float: left;
}
.item_wrapper li.item img {
  max-width: 100%;
  max-height: 100%;
}
.item_wrapper li.item:nth-child(3n) {
  margin-right: 0;
}
.item_wrapper li.item a:link .caption {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}
.popupbg {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 110;
  top: 0;
  left: 0;
  display: none;
}
.popup_wrapper {
  width: auto;
  height: 65%;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  z-index: 111;
  text-align: center;
  display: none;
}
.popup_wrapper .popup {
  position: relative;
}
.popup_wrapper .img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  border: 3px solid #FFF;
}
.popup_wrapper .caption {
  padding: 10px;
  font-size: 18px;
  color: #FFF;
  font-weight: bold;
}
.popup_wrapper .close_btn {
  line-height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background: #FFF;
  margin: -15px -15px 0 0;
  font-size: 24px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}
/*WATER
-----------------------------------------------------*/
.wa-server {
  text-align: center;
}
.wa-server dl.lineup {
  display: inline-block;
  padding: 0 25px;
  border-right: 1px dotted #999;
}
.wa-server dl.lineup:last-child {
  border-right: none;
}
dl.lineup {
  max-width: 33%;
}
dl.lineup dd p.lineup-name {
  font-size: 1.2em;
  font-weight: bold;
}
dl.lineup dd p.lineup-price {
  font-size: 1.0em;
}
dl.lineup dd p.lineup-price span {
  color: #EE6557;
  padding-left: 0.2em;
  font-size: 1.5em;
  font-weight: bold;
}
/* CASE
-----------------------------------------------------*/
.case {
  list-style: none;
  width: 90%;
  margin: 0 auto;
  padding: 10px 40px;
  border: #47B8E0 3px dotted;
  font-size: 1.2em;
  overflow: hidden;
}
.case ul {
  float: left;
}
.case ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  padding-right: 8px;
  color: #f89174;
  font-weight: 900;
}
/* コメント＆イラスト
-----------------------------------------------------*/
dl.boxframe {
  width: 96%;
  margin: 0 auto 60px auto;
  overflow: hidden;
}
dl.boxframe dt {
  float: left;
  width: 55%;
}
dl.boxframe dd {
  float: right;
}
/* REFORM
-----------------------------------------------------*/
.re-caseArea {
  width: 100%;
  margin: 30px 0 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
dl.re-case {
  width: 48%;
  margin: 0 4% 4% 0;
  border: 3px solid #47B8E0;
}
dl.re-case:nth-child(2n) {
  margin-right: 0px;
}
dl.re-case dt {
  float: left;
  width: 200px;
  margin-right: 20px;
}
dl.re-case dd {
  padding-left: 220px;
  padding-bottom: 1em;
  padding-right: 1em;
}
dl.re-case dd p.re-caseTitle {
  font-size: 1.2em;
  font-weight: bold;
  padding: 8px 0 5px 0;
  color: #47B8E0;
}
dl.re-case dd ul.re-caseComment li {
  text-indent: -1.4em;
  padding-left: 1.4em;
}
dl.re-case dd ul.re-caseComment li:before {
  font-family: "Font Awesome 5 Free";
  content: '\f14a';
  margin-right: 0.4em;
  color: #F58E7E;
  font-weight: 900;
}
/* 施工事例
-----------------------------------------------------*/
.re-jirei {
  width: 96%;
  margin: 0 auto;
  padding: 40px 30px;
  background: #fafafa;
  border-top: 1px solid #ccc;
  overflow: hidden;
}
.re-jirei:nth-of-type(2n) {
  background: #ffffff;
}
.re-jirei:last-child {
  border-bottom: 1px solid #ccc;
}
.re-jirei dt {
  width: 500px;
  float: left;
}
.re-jirei dt img {
  width: 100%;
  display: block;
  position: relative;
}
.re-jirei dt span.ribbon {
  display: inline-block;
  position: absolute;
  box-sizing: border-box;
  padding: 5px 2em;
  margin: 10px 0 0 -20px;
  font-size: .9em;
  font-weight: bold;
  color: white;
  background: #47B8E0;
  z-index: 1;
}
.re-jirei dt span.ribbon:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #2188ac;
}
.re-jirei dd {
  width: 48%;
  float: right;
}
.re-jirei dd p.jireiTitle {
  font-size: 1.4em;
  padding-bottom: 0.5em;
  font-weight: bold;
  color: #CC3333;
}
.re-jirei dd div.re-youbou {
  border: 1px solid #8DCF3F;
  margin-bottom: 1em;
}
.re-jirei dd div.re-youbou p.hcen {
  display: inline-block;
  padding: 0.3em;
  width: 100%;
  background: #8DCF3F url(../common/bg_dotte_clear.png) repeat;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
}
.re-jirei dd div.re-youbou p.voice {
  width: 100%;
  background: #fff;
  padding: 0.5em;
}
.re-jirei dd p.point {
  border-left: 3px solid #FBA848;
  padding-left: 15px;
  font-weight: bold;
  color: #333;
}
/* 事業者証
-----------------------------------------------------*/
ul.prepare {
  padding: 30px 0;
  text-align: center;
}
ul.prepare li {
  display: inline-block;
  margin: 0 15px;
}
ul.prepare li span {
  background: #47B8E0;
  padding: 0 1em;
  margin-top: 15px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  color: #FFFFFF;
  font-weight: bold;
  display: block;
}
ul.prepare li img {
  -webkit-filter: drop-shadow(0px 0px 3px rgba(33, 33, 33, .2));
  filter: drop-shadow(0px 0px 3px rgba(33, 33, 33, .2));
}
/* SITE LINK
-----------------------------------------------------*/
ul.sitelink {
  text-align: center;
}
ul.sitelink li {
  margin: 15px;
  display: inline-block;
}
/* LP GUS
-----------------------------------------------------*/
div .lp-item {
  margin-top: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.lp-item dl {
  display: inline-block;
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 30px;
  padding: 20px;
  text-align: center;
  background: #F9F9F9;
}
.lp-item dl:nth-child(3n) {
  margin-right: 0;
}
.lp-item dt.lp-itemTitle {
  background: #47B8E0;
  border-radius: 20px;
  height: 40px;
  line-height: 40px;
  color: #FFFFFF;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 15px;
}
.lp-item dd p.lp-itemCatch {
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
  margin-top: 0.8em;
  line-height: 150%;
  color: #F26964;
}
.lp-item dd p.lp-itemComment {
  text-align: left;
  margin-top: 0.8em;
  margin-bottom: 1em;
  line-height: 150%;
}
.lp-item dd .moreLink {
  background: #FFBF52;
  padding: 5px .5em 5px 1em;
  font-weight: bold;
  font-size: 1.1em;
  color: #333;
}
.lp-item dd .moreLink a {
  display: block;
  width: 100%;
  height: 100%;
}
/*こんな時は*/
.accbox {
  width: 94%;
  margin: 2em auto;
}
.accbox .accshow {
  width: 94%;
  margin: 0 auto;
  padding: 20px 0 4em 0;
  overflow: hidden;
}
.accshow .accConBox {
  width: 100%;
  overflow: hidden;
  display: block;
}
.accshow .accConBox p.telcall {
  font-size: 1.5em;
  font-weight: bold;
  color: #DE4830;
  text-align: center;
  padding: 1.5em;
}
.accshow ol {
  counter-reset: number;
  float: left;
  width: calc(100% - 450px);
  padding-right: 30px;
}
.accshow ol li {
  line-height: 2;
  margin-bottom: 0.4em;
  margin-left: 2.5em;
}
.accshow ol li:before {
  counter-increment: number;
  content: counter(number);
  background: #79D1B0;
  display: inline-block;
  width: 2em;
  height: 2em;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  margin-right: .5em;
  margin-left: -2.5em;
}
.accshow ul {
  float: left;
  width: calc(100% - 450px);
  padding-right: 30px;
}
.accshow ul li {
  line-height: 1.3;
  text-indent: -1em;
  padding-left: 1em;
}
.accshow ul li:before {
  font-family: "Font Awesome 5 Free";
  content: '\f06a';
  font-weight: 999;
  color: #EE6557;
  margin-right: .5em;
  font-size: 1.8em;
  vertical-align: middle;
}
.accshow .itemLink {
  clear: both;
  width: 80%;
  position: relative;
  margin: 3em auto 2em auto;
  padding: 2em;
  border: solid 3px #ffc06e;
  text-align: center;
  background: #fff8e8;
}
.accshow .itemLink p {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 1em;
}
.accshow .itemLink .box-title {
  position: absolute;
  display: inline-block;
  top: -32px;
  left: -3px;
  padding: 0 15px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  font-size: 17px;
  background: #ffc06e;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 0.2em;
  border-radius: 5px 5px 0 0;
}
.accshow .itemLinkBtn {
  width: 250px;
  background: #FFBF52;
  padding: 5px 1em;
  font-weight: bold;
  font-size: 1.1em;
  color: #333;
  margin: 0 auto;
}
.accshow .itemLinkBtn a {
  display: block;
  width: 100%;
  height: 100%;
}
/*ラベル*/
.accbox label {
  display: block;
  margin: 10px 0;
  padding: 0 2em;
  color: #fff;
  font-size: 1.4em;
  font-weight: bold;
  background: #47B8E0;
  border-radius: 25px;
  height: 50px;
  line-height: 50px;
}
.accbox label::before {
  content: 'Q.';
  color: #ffffff;
  margin-right: 0.4em;
  font-size: 1.4em;
  letter-spacing: 0.1em;
}
/*.accbox input {
	display: none;
}*/
/*.cssacc:checked + .accshow {
	height: auto;
	padding:20px 0;
	opacity: 1;
}*/
p.accshowComment {
  clear: both;
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
  color: #1253A4;
  padding: 15px 0;
}
p.accshowTxt {
  width: 50%;
  float: left;
  padding: 15px 0;
}
.accshow .accshowImagePc {
  margin: 0;
  padding: 0;
}
.accshow .accshowImagePc img {
  width: 100%;
}
.accshow .accshowImage {
  float: right;
  margin: 0;
  padding: 0;
}
.accshow .imageFrame {
  width: 90%;
  margin: 15px auto;
  padding: 20px;
  border: 2px dotted #CC0000;
  overflow: hidden;
}
.accshow .imageFrame p {
  float: left;
  text-align: left;
  font-size: 1.3em;
  font-weight: bold;
  padding: 25px;
}
.accshow .imageFrame figure {
  float: right;
}
/* 表彰 */
.hyosho {
  width: 100%;
  text-align: center;
}
.hyosho img {
  max-width: 1100px;
  width: 100%;
}
dl.hyosho::after {
  content: "";
  display: block;
  clear: both;
}
/* ダウンロードページ（2024.4.5追加） */
#download_view {    
    
}
.view-container_one{/*今月の*/
    width: 80%;
    margin: 0 auto 3rem auto; 
     display: flex;
  align-items: stretch;
    padding: 1rem;
    background:#eeeeee;
}
.view-container_one .view_one-image{
    width:45%; 
}
.view-container_one .view_one-image img {
    width: 100%;
}
.view-container_one .view_one-txt{
    width: 50%;
    padding: 2rem;    
}

.view-container{/*バックナンバー*/
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}
.view-container .view-item {
  width: 30%;
    position: relative;
}
.view-container .view-item p{
    text-align: center;
    padding: 1.5em 0 0 0;
    font-size: 1.1em;
    line-height: 150%;
}
.view-container .view-item img {
  width: 100%;
}



/* PC・タブレット横 960px～1280px */
@media screen and (max-width:1280px) {
  /*TOPIC PASS
-----------------------------------------------------*/
  .breadcrumb {
    width: 96%;
    margin-bottom: 20px;
  }
  /*CONTENT
-----------------------------------------------------*/
  /*#content {
	margin-top:110px;
}*/
  #contentTitle {
    width: 100%;
    height: 180px;
  }
  .contentTitleInner {
    width: 100%;
  }
  #contentTitle p {
    position: absolute;
    top: 50%;
    padding-left: 1em;
    margin-top: -28pt;
    font-size: 28pt;
    text-align: left;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
  /*STAFF
.staff .imgArea {
	width:45%;
}
-----------------------------------------------------*/
  /*WATER
-----------------------------------------------------*/
  .wa-server dl.lineup {
    padding: 0px;
    border-right: none;
  }
  dl.lineup {
    max-width: 33%;
  }
  /* CASE
-----------------------------------------------------*/
  .case {
    width: 100%;
    padding: 20px;
  }
  /* 施工事例
-----------------------------------------------------*/
  .re-jirei {
    width: 100%;
  }
  .re-jirei dt {
    width: 47%;
    float: left;
  }
  /* LP GUS
-----------------------------------------------------*/
  .lp-item dl {
    padding: 10px;
  }
  p.accshowTxt {
    width: 43%;
  }
  /* 表彰 */
  dl.hyosho {
    width: 100%;
  }
  dl.hyosho p.catch {
    font-size: 1.3em;
  }
  dl.hyosho dt {
    margin-right: 30px;
  }
  /*TOURISM
-----------------------------------------------------*/
  .popup_wrapper {
    min-width: 80%;
    width: auto;
    min-height: 70%;
    height: auto;
  }
  .accbox .accshow {
    width: 100%;
  }
  /* コメント＆イラスト
-----------------------------------------------------*/
  dl.boxframe dt {
    width: 50%;
  }
  dl.boxframe dd {
    width: 47%;
  }
    
/* リーフレットダウンロード
-----------------------------------------------------*/ 
.view-container_one{/*今月の*/
    width:100%;
}
.view-container_one .view_one-image{
    width:40%; 
}

}
/* タブレット縦　600px～959px */
@media only screen and (max-width:959px) {
  #content p.bonbearTitle {
    font-size: 20pt;
  }
  /*CONTENT
-----------------------------------------------------*/
  /*#content {
	margin-top:50px;
}*/
  /*WATER
-----------------------------------------------------*/
  .wa-server dl.lineup {
    padding: 0px;
    border-right: none;
  }
  dl.lineup {
    max-width: 50%;
  }
  /* INTERNET
-----------------------------------------------------*/
  .case {
    padding: 10px 20px;
    text-align: center;
  }
  .case ul {
    float: none;
    text-align: left;
  }
  /* REFORM
-----------------------------------------------------*/
  dl.re-case {
    padding: 10px;
  }
  dl.re-case dt {
    display: none;
  }
  dl.re-case dd p.re-caseTitle {
    padding: 0px;
  }
  dl.re-case dd {
    padding-left: 0px;
  }
  /* 施工事例
-----------------------------------------------------*/
  .re-jirei {
    padding: 20px;
  }
  .re-jirei dt {
    width: 40%;
  }
  .re-jirei dt img {
    width: 100%;
  }
  .re-jirei dd {
    width: 56%;
  }
  /* コメント＆イラスト
-----------------------------------------------------*/
  dl.boxframe {
    width: 96%;
    margin: 0 auto 60px auto;
    overflow: hidden;
  }
  dl.boxframe dt {
    float: none;
    width: 100%;
    margin-bottom: 1.5em;
  }
  dl.boxframe dd {
    width: 100%;
    float: none;
    text-align: center;
  }
  /* LP GUS
-----------------------------------------------------*/
  .lp-item dl {
    width: 32.5%;
    margin-right: 1%;
  }
  .lp-item dl img {
    width: 85%;
    height: auto;
  }
  .lp-item dt.lp-itemTitle {
    border-radius: 18px;
    height: 36px;
    line-height: 36px;
    font-size: 1.1em;
  }
  .lp-item dd p.lp-itemCatch {
    font-size: 1.0em;
  }
  .accshow ol, .accshow ul {
    width: 100%;
    padding: 0;
    float: none;
  }
  p.accshowTxt {
    width: 100%;
    float: none;
    display: block;
    padding: 15px 0;
  }
  .accshow .accshowImage {
    float: none;
    text-align: center;
    margin: 0 auto;
    padding: 0;
  }
  .accshow .itemLink {
    width: 100%;
    padding: 1em;
  }
  .accshow .itemLink p {
    font-size: 1em;
  }
  /*こんな時は*/
  .accbox {
    width: 100%;
  }
  p.accshowTxt {
    width: 100%;
  }
  .accshow .imageFrame {
    width: 100%;
  }
  .accshow .imageFrame p {
    width: 75%;
    font-size: 1em;
    padding: 15px;
  }
  .accshow .imageFrame figure {
    float: right;
  }
  /* 表彰 */
  dl.hyosho p.catch {
    font-size: 1.1em;
    text-align: left;
  }
  dl.hyosho dt {
    text-align: center;
    float: none;
    margin-right: 0;
  }
  dl.hyosho dd {
    padding: 15px;
  }
  /*TOURISM
-----------------------------------------------------*/
  .item_wrapper li.item a:link .caption {
    font-size: .8em;
  }
  .popup_wrapper {
    width: auto;
    height: 55%;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    z-index: 111;
    text-align: center;
    display: none;
  }
    
/* ダウンロードページ（2024.4.5追加） */
.view-container {
    width: 96%;
    margin: 0 auto;
}
.view-container .view-item {
  width: 46%;
    margin-bottom: 2em;
}
.view-container_one{/*今月の*/
    padding: 1rem 0;
}
.view-container_one .view_one-image{
    width:40%; 
}
.view-container_one .view_one-txt{
    width: 60%;
    padding: 2rem 1rem;    
}    
    
    
    
}
/* スマホ 599px以下 */
@media only screen and (max-width:599px) {
  p.catchTxt {
    width: 96%;
  }
  /*CONTENT
-----------------------------------------------------*/
  /*#content {
	margin-top:80px;
}*/
  #contentTitle {
    height: 140px;
  }
  #contentTitle h2.gus_bg, #contentTitle h2.reform_bg, #contentTitle h2.kaden_bg, #contentTitle h2.water_bg, #contentTitle h2.internet_bg, #contentTitle h2.information_bg, #contentTitle h2.staff_bg, #contentTitle h2.tourism_bg, #contentTitle h2.contact_bg,#contentTitle h2.download_bg {
    height: 140px;
    position: relative;
  }
  #contentTitle p {
    margin-top: -15pt;
    font-size: 20pt;
  }
  #contentTitle span {
    font-size: .5em;
  }
  #content p.bonbearTitle {
    font-size: 14pt;
  }
  /*STAFF
.staff {
	border-bottom:3px solid #999999;
}
.staff .imgArea {
	width:100%;
	float:none;
	padding-right:0px;
}
.staff .imgArea img {
	filter:none;
}
.staff .profileArea {
	width:100%;
	float:right;
}
.staff .profileArea dl {
	border:none;
	padding:0px;
}
-----------------------------------------------------*/
  /*TOURISM
-----------------------------------------------------*/
  .item_wrapper li.item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 10px;
  }
  .item_wrapper li.item:nth-child(3n) {
    margin-right: 4%;
  }
  .item_wrapper li.item:nth-child(2n) {
    margin-right: 0px;
  }
  /*WATER
-----------------------------------------------------*/
  .wa-server {
    text-align: left;
  }
  .wa-server dl.lineup {
    display: block;
    padding: 0px;
    text-align: center;
    border-right: none;
    border-bottom: 1px dotted #999;
    margin-bottom: 30px;
  }
  .wa-server dl.lineup:last-child {
    border-bottom: none;
  }
  dl.lineup {
    max-width: 100%;
  }
  dl.lineup dd p.lineup-price span {
    font-size: 1.3em;
  }
  /* CASE
-----------------------------------------------------*/
  .case {
    padding: 10px;
    text-align: center;
  }
  .case ul li {
    font-size: .9em;
    line-height: 130%;
    padding-bottom: .8em;
  }
  /* REFORM
-----------------------------------------------------*/
  .re-caseArea {
    margin: 30px 0 0px;
  }
  dl.re-case {
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
  }
  dl.re-case dt {
    display: block;
    float: none;
    width: 200px;
    margin: 0 auto;
  }
  dl.re-case dt img {
    width: 100%;
    margin: 0 auto;
  }
  dl.re-case dd p.re-caseTitle {
    padding: .6em 0;
  }
  /* 施工事例
-----------------------------------------------------*/
  .re-jirei {
    margin: 0 auto;
    padding: 20px 10px;
    background: #fff;
    border-top: 1px solid #ccc;
    overflow: hidden;
  }
  .re-jirei dt {
    width: 100%;
    float: none;
  }
  .re-jirei dt img {
    width: 100%;
  }
  .re-jirei dt span.ribbon {
    padding: 2px 1em;
    margin: 10px 0 0 -15px;
  }
  .re-jirei dt span.ribbon:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 15px transparent;
    border-right: solid 15px #2188ac;
  }
  .re-jirei dd {
    width: 100%;
    float: none;
  }
  .re-jirei dd p.jireiTitle {
    padding-top: 0.5em;
    font-size: 1.2em;
  }
  .re-jirei dd div.re-youbou {
    border: 1px solid #8DCF3F;
    margin-bottom: 1em;
  }
  .re-jirei dd div.re-youbou p.voice {
    width: 100%;
    background: #fff;
    padding: 0.5em;
  }
  .re-jirei dd p.point {
    font-size: 0.9em;
  }
  /* 事業者証
-----------------------------------------------------*/
  ul.prepare li span {
    margin-top: 5px;
    margin-bottom: 30px;
  }
  /* LP GUS
-----------------------------------------------------*/
  .lp-item dl {
    display: block;
    width: 100%;
    padding: 0px;
    background: none;
  }
  /*ラベル*/
  .accbox label {
    padding: 0 1em;
    font-size: 1.0em;
    border-radius: 21px;
    height: 42px;
    line-height: 42px;
  }
  .accbox .accshow { /*中身を非表示*/
    width: 100%;
  }
  .cssacc:checked + .accshow {
    padding: 10px 0;
  }
  p.accshowComment {
    font-size: 1.1em;
    text-align: left;
    padding: 10px 0;
  }
  .accshow .imageFrame {
    width: 100%;
    padding: 10px;
  }
  .accshow .imageFrame p {
    width: 72%;
    float: left;
    font-size: .95em;
    padding: 0px;
  }
  .accshow .imageFrame figure {
    float: right;
    width: 26%;
  }
  .accshow .imageFrame figure img {
    max-width: 100%;
  }
  /* 表彰 */
  dl.hyosho dt {
    margin-top: 10px;
  }
  dl.hyosho dd {
    padding: 0;
    margin-top: 10px;
  }
    
/* ダウンロードページ（2024.4.5追加） */
.view-container {
    width: 84%;
    margin: 0 auto;
}
.view-container .view-item {
  width: 100%;
    position: relative;
}
.view-container .view-item p{
    padding: 1.5em 0 0 0;
    font-size: 1.1em;
    line-height: 150%;
}
.view-container .view-item img {
  width: 100%;
} 
    
.view-container_one{/*今月の*/
    width: 84%;
    margin: 0 auto 3rem auto; 
     display: flex;
  align-items: baseline;
    flex-wrap: wrap;
    padding: 0rem;
    background:none;
}
.view-container_one .view_one-image{
    width:100%; 
        padding: 0rem;  
}
.view-container_one .view_one-txt{
    width: 100%;
    padding: 2rem 0;    
}    
    
}