@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="#.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/*----------------------------------------------------
  color
----------------------------------------------------*/
/*----------------------------------------------------
  BreakPoint
----------------------------------------------------*/
/*----------------------------------------------------
  Other
----------------------------------------------------*/
* {
  box-sizing: border-box;
}

body {
  color: #454545;
  font: normal 12px Verdana, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3','メイリオ','Meiryo','Osaka','ＭＳ Ｐゴシック',sans-serif;
  font-size: 95%;
}

body img {
  vertical-align: middle;
}

.bodyfix {
  overflow: hidden;
  height: 100%;
  position: fixed;
}

/*span {
  display: inline-block;
}*/
.i-b {
    display:inline-block;
}

a {
  color: #1666d1;
  
  /*display: inline-block;*/
}

a:link {
  color: #124993;
  text-decoration: underline;
  border: 0;
}

.aural {
  display: none;
  visibility: hidden;
}

.indList {
  margin-left: 10px;
}
.indList li span {
  display: inline-block;
  text-indent: -1em !important;
}

.dotList li {
  padding-left: 20px;
}
.dotList li:before {
  content: "・";
  margin-left: -14px;
}

/*--.serif {
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ＭＳ 明朝","MS Mincho",serif !important;
}--*/
.red {
  color: #e74120;
}

/*----------------------------------------------------
loop全体ヘッダー
----------------------------------------------------*/
#allNav {
  padding: 0 0 0 17px;
  min-width: 1200px;
  overflow: hidden;
}
#allNav #siteTtl {
  font-size: 0.7rem;
  display: inline-block;
  padding: 12px 0;
}
#allNav #siteTtl img {
  margin-right: 4px;
  margin-top: -2px;
}
#allNav #siteTtl span {
  border: 1px solid #0068b7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  color: #0068b7;
  letter-spacing: 0;
  padding: 4px 4px;
}
#allNav #siteTtl span br {
  display: none;
}

#spLink {
  display: none;
}

#lpMenu {
  font-size: 0.9rem;
  float: right;
  margin-bottom: -3px;
  margin-right: 70px;
  clear: both;
  zoom: 1;
}
#lpMenu li {
  float: left;
}
#lpMenu li a {
  color: #000;
  height: 55px;
  padding: 18px 15px 0;
}
#lpMenu li a:hover {
  background: #eff6fb;
}
#lpMenu li a.cr {
  background: #d0e6f5;
  color: #0068b7;
  border-top: 3px solid #00458b;
  padding-top: 15px;
  position: relative;
}

/*----------------------------------------------------
低圧ナビ
----------------------------------------------------*/
/*--スマホ用メニューボタン--*/
.spbtn {
  display: none;
}

/*--通常メニュー--*/
#lowNav {
  background: #0068b7;
  font-size: 0.9rem;
  height: 40px;
  width: 100%;
}

#lowMenu {
  margin: 0 auto;
  width: 1100px;
  overflow: hidden;
}
.spMode #lowMenu {
  width:100%;
}
#lowMenu li {
  float: left;
}
#lowMenu li a {
  color: #FFF;
  padding: 10px 18px 0;/* 20160609修正 */
  height: 40px;
}
#lowMenu li a:hover, #lowMenu li a.cr {
  background: #00458b;
}
#lowMenu #cat_low a {
  padding: 3px 0 0 0;
}
#lowMenu #cat_low a:hover, #lowMenu #cat_low a.cr {
  background: #0068b7;
}
#lowMenu #cat_low a span {
  background: #FFF;
  color: #0068b7;
  display: inline-block;
  -webkit-border-top-left-radius: 4px;
  -moz-border-top-left-radius: 4px;
  -ms-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-top-right-radius: 4px;
  -ms-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  padding: 12px 16px;
}

/*----------------------------------------------------
低圧サイドボタン
----------------------------------------------------*/
#sideBtns01 {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10010;
}
#sideBtns01 ul li {
  height: 70px;
  width: 72px;
}
#sideBtns01 ul li a {
  height: 70px;
  width: 72px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#sideBtns01 #side01 a {
  background-image: url(../../common/images/bt_mypage.png);
  background-position: 72px 0px;
}
#sideBtns01 #side01 a:hover {
  background-position: 0 0px;
}
#sideBtns01 #side02 a {
  background-image: url(../../common/images/bt_keisan.png);
  background-position: 72px 0px;
}
#sideBtns01 #side02 a:hover {
  background-position: 0 0px;
}
#sideBtns01 #side03 a {
  background-image: url(../../common/images/bt_moushikomi.png);
  background-position: 72px 0px;
}
#sideBtns01 #side03 a:hover {
  background-position: 0 0px;
}

/*----------------------------------------------------
特定商取引法に基づく表記
----------------------------------------------------*/
#secASCT .inr {
  font-size:0.7rem;
  padding:15px 0;
  color:#666;
  width:960px;
  margin:0 auto;
}
@media screen and (min-width: 771px) {
  #secASCT{
    margin-top: -40px;
  }
}
@media screen and (max-width: 1000px) {
  #secASCT .inr {
    padding:20px 30px;
    width:auto;
  }
}
@media screen and (max-width: 640px) {
  #secASCT .inr {
    padding:30px 30px;
    font-size:0.8rem;
    line-height:1.6;
  }
}
#secASCT h6 {
  font-weight:bold;
  padding-bottom:10px;
  letter-spacing:1px;
}

/*----------------------------------------------------
フッターお問い合わせ
----------------------------------------------------*/
#ftContact {
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding: 10px 0;
  width: 100%;
}
#ftContact p {
  float: left;
  font-size: 0.7rem;
}
#ftContact p img {
  margin-right: 10px;
}

#ctList {
  float: right;
  overflow: hidden;
  color:#666;
}
#ctList li {
  display: inline-block;
  font-size: 0.9rem;
  margin-right: 20px;
  vertical-align: bottom;
}
#ctList li:last-child {
  margin-right: 0;
}
#ctList li a:hover {
  color: #0068b7;
  text-decoration: underline;
}
#ctList li#web {
  background: url(../../common/images/foot_icon01.png) left center no-repeat;
  padding-left: 20px;
}
#ctList li#mail {
  background: url(../../common/images/foot_icon02.png) left center no-repeat;
  padding-left: 20px;
}
#ctList li#phone {
  background: url(../../common/images/foot_icon03.png) left center no-repeat;
  padding-left: 16px;
}
#ctList li#phone span, #ctList li#phone span.telhref {
  font-size: 0.7rem;
  padding-left: 5px;
}
  #ctList li#phone span.hd {
    font-size: 0.9rem;
    padding-left: 0;
  }
#ctList li#phone br {
  display: none;
}
#ctList li#phone a {
  color: #0068b7;
  font-size: 1.1rem;
}
#ctList li#phone a:hover {
  text-decoration: none;
}

.fSnsIcons { text-align: center; padding: 5% 0; margin: 0;}
.fSnsIcons li { display: inline-block; vertical-align: middle; padding: 0 5px;}

.ftLinkWrap {
  padding: 7px 0 17px;
}

.ftLink {
  margin: 0 auto;
  width: 960px;
  overflow: hidden;
  text-align:center;
}
.ftLink li {
/*  float: left;*/
  margin-right: 16px;
  display: inline;
}
.ftLink li:last-child {
  margin-right: 0;
}
.ftLink li a {
  color: #666666;
  font-size: 0.7rem;
  background: url(../../common/images/ft_arrow.png) left center no-repeat;
  padding-left: 14px;
  letter-spacing:0;
}
.ftLink li a[href$=".pdf"]:after {
  content: "";
  width: 1.2em;
  height: 1.2em;
  background: url(../../common/images/file-pdf-regular.svg) 50% 50% / contain;
  vertical-align: middle;
}
.ftLink li a:hover {
  color: #0068b7;
  text-decoration: underline;
}

footer .inr {
  margin: 0 auto;
  overflow: hidden;
  width: 960px;
}
footer .inr2 {
    margin: 0 auto;
    overflow: hidden;
    width: 960px;
    border-bottom: 0px;
    border-bottom-style:solid;
    border-color: darkgrey;
    font-size: 12px;
    color: #666666;
    margin-top: -10px;
    text-align: center;
}
hr.footer_hr {
    border: 0;
    height: 0;
    color:#666666;
    border-top: 2px solid rgba(0, 0, 0, 0.1);
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}

footer a {
  color: #666666;
}
footer small {
  color: #666666;
  border: 1px solid #cccccc;
  display: inline-block;
  font-size: 0.65rem;
  text-align: center;
  padding: 8px;
  width: 100%;
}

 /*----------------------------------------------------
共通コンテンツボタン
----------------------------------------------------*/
#btmLinks ul {
  margin: 50px auto;
  overflow: hidden;
  width: 100%;
}
#btmLinks ul li {
  float: left;
  padding: 15px;
  height: 128px;
  width: 33.33333%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#btmLinks ul li#btm_01 {
  background: #ffd5b6;
}
#btmLinks ul li#btm_01:before {
  content: "";
  background: #fbcca9;
  height: 120%;
  width: 120%;
  position: absolute;
  -moz-transform: rotate(22deg);
  -webkit-transform: rotate(22deg);
  -o-transform: rotate(22deg);
  -ms-transform: rotate(22deg);
  margin-left: -28%;
  bottom: -62%;
}
#btmLinks ul li#btm_01:hover {
  border: 3px solid #fa9d57;
  padding: 12px;
}
#btmLinks ul li h4, #btmLinks ul li p {
  position: relative;
  z-index: 100;
}
#btmLinks ul li h4 {
  font-size: 1.0rem;
  margin-bottom: 15px;
}
#btmLinks ul li h4 img {
  float: left;
  margin-right: 8px;
  width: 50px;
}
#btmLinks ul li p {
  color: #666666;
  font-size: 0.8rem;
  text-align: center;
}
#btmLinks ul li#btm_02 {
  background: #fdebc4;
}
#btmLinks ul li#btm_02:before {
  content: "";
  background: #fbe1a9;
  height: 120%;
  width: 120%;
  position: absolute;
  -moz-transform: rotate(22deg);
  -webkit-transform: rotate(22deg);
  -o-transform: rotate(22deg);
  -ms-transform: rotate(22deg);
  margin-left: -28%;
  bottom: -62%;
}
#btmLinks ul li#btm_02:hover {
  border: 3px solid #ecb43d;
  padding: 12px;
}
#btmLinks ul li#btm_02 span {
  padding-top: 12px;
}
#btmLinks ul li#btm_02 br {
  display: none;
}
#btmLinks ul li#btm_02 h4 {
  margin-bottom: 33px;
}
#btmLinks ul li#btm_00 {
  background: #ffd5b6;
  height: 64px;
  padding: 8px;
}
#btmLinks ul li#btm_00:hover {
  border: 3px solid #fa9d57;
  padding: 5px;
}
#btmLinks ul li#btm_03 {
  background: #dfe6b2;
  height: 64px;
  padding: 8px;
}
#btmLinks ul li#btm_03 span {
  padding-top: 13px;
}
#btmLinks ul li#btm_03:hover {
  border: 3px solid #c9d678;
  padding: 5px;
}
#btmLinks ul li#btm_04 {
  background: #c4e0c0;
  height: 64px;
  padding: 8px;
}
#btmLinks ul li#btm_04 span {
  padding-top: 13px;
}
#btmLinks ul li#btm_04:hover {
  border: 3px solid #83ce78;
  padding: 5px;
}

 /*----------------------------------------------------
コンテンツ幅1200px以下
----------------------------------------------------*/
@media screen and (max-width: 1200px) {
  #allNav {
    border-bottom: 1px solid #CCC;
    height: 68px;
    width: 100%;
    min-width: inherit;
  }
  #allNav #siteTtl {
    padding: 20px 0;
  }

  #lpMenu {
    display: none !important;
  }

  /*-------------低圧ナビ--------*/
  .spbtn {
    background: transparent url(../../common/images/btn.png) no-repeat 50% 50%;
    background-size: 51px;
    display: block;
    width: 60px;
    height: 60px;
    position: fixed;
    top: 3px;
    right: 5px;
    cursor: pointer;
    z-index: 200;
  }

  .peke {
    background: transparent url(../../common/images/peke.png) no-repeat 50% 50%;
    width: 60px;
    height: 60px;
    position: fixed;
    top: 3px;
    right: 5px;
    cursor: pointer;
    z-index: 200;
  }

  #lowNav {
    display: none;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0px;
    right: 0;
    height: 100%;
    width: 100%;
    padding: 47px 0 20px;
    z-index: 100;
  }

  #lowMenu {
    display: inline-block;
    width:100%;
  }

  #lowNav ul li {
    float: none;
  }

  #lowNav ul li a {
    color: #fff;
    display: block;
    padding: 12px;
    height: inherit;
  }
  #lowNav ul li a:hover {
    background: #0068b7;
  }

  #spLink {
    color: #fff;
    display: block;
  }
  #spLink a {
    padding: 0;
  }
  #spLink a:hover {
    background: #0068b7;
  }

  /*-------------サイドボタン--------*/
  #sideBtns01 {
    top: inherit;
    bottom: 0;
    width: 100%;
    z-index: 20;
  }
  #sideBtns01 ul {
    overflow: hidden;
  }
 #sideBtns01 ul li {
   float: left;
   width: 33%;
 }
 #sideBtns01 ul li#side03 {
   width: 34%;
 }
  #sideBtns01 ul li a {
    color: #FFF;
    text-indent: inherit;
    text-align: center;
    white-space: inherit;
    padding-top: 40px;
    overflow: visible;
    width: 100%;
  }
  #sideBtns01 #side01 a, #sideBtns01 #side01 a:hover {
    background-image: url(../../common/images/ft_cv01.png);
    background-position: center 10px;
    background-repeat: no-repeat;
    background-color: #0068b7;
  }
  #sideBtns01 #side02 a, #sideBtns01 #side02 a:hover {
    background: #f59c1d;
    background-position: center 10px;
    background-repeat: no-repeat;
    background-image: url(../../common/images/ft_cv02.png);
  }
  #sideBtns01 #side03 a, #sideBtns01 #side03 a:hover {
    background: #e74120;
    background-position: center 10px;
    background-repeat: no-repeat;
    background-image: url(../../common/images/ft_cv03.png);
  }

  .ftLink {
    padding: 0 10px;
    width: 100%;
  }
  .ftLink li a {
    line-height: 2.0;
  }

  footer {
    padding-bottom: 70px;
  }
}
 /*----------------------------------------------------
コンテンツ幅970px以下
----------------------------------------------------*/
@media screen and (max-width: 970px) {
  #contents .inr {
    width: 100% !important;
  }

  #ftContact {
    text-align: center;
  }
  #ftContact .inr {
    width: 100%;
  }
  #ftContact p {
    display: none;
  }

  #ctList {
    display: inline-block;
    float: none;
    padding-left: 20px;
  }

  #ftLinks {
    padding-left: 20px;
  }
  #ftLinks .inr {
    overflow: hidden;
  }
  #ftLinks .inr div {
    padding: 0 4px;
  }
  #ftLinks .inr div .subList, #ftLinks .inr div .subList02 {
    display: none;
  }

  #contents #btmLinks .inr {
    width: 100%;
  }
  #contents #btmLinks .inr ul li#btm_01:before {
    display: none;
  }
  #contents #btmLinks .inr ul li#btm_02:before {
    display: none;
  }
  #contents #btmLinks .inr ul li h4 {
    font-size: 0.8rem;
  }
}
 /*----------------------------------------------------
コンテンツ幅750px以下
----------------------------------------------------*/
@media screen and (max-width: 770px) {
  #allNav {
    padding: 0 0 0 10px;
  }
  #allNav #siteTtl {
    padding: 0px;
  }
  #allNav #siteTtl img {
    margin-top: 20px;
    height: auto;
    width: 120px;
  }
  #allNav #siteTtl span {
    margin-top: 12px;
  }
  #allNav #siteTtl span br {
    display: inline-block;
  }

  #ctList {
    float: none;
    padding-left: 10px;
  }
  #ctList li {
    margin-right: 0;
    margin-bottom: 10px;
    text-align: left;
    width: 50%;
  }
  #ctList li#phone {
    width: 100%;
  }

  #ftLinks {
    display: none;
  }

  #contents #btmLinks .inr {
    width: 100%;
  }
  #contents #btmLinks .inr ul {
    margin: 0;
  }
  #contents #btmLinks .inr ul li {
    padding: 12px;
    width: 50%;
  }
  #contents #btmLinks .inr ul li a {
    width: 100%;
  }
  #contents #btmLinks .inr ul li#btm_01 {
    height: inherit;
    width: 100%;
  }
  #contents #btmLinks .inr ul li#btm_01:hover {
    border: none;
  }
  #contents #btmLinks .inr ul li#btm_02 {
    height: inherit;
    width: 100%;
  }
  #contents #btmLinks .inr ul li#btm_02:hover {
    border: none;
  }
  #contents #btmLinks .inr ul li#btm_00 {
    height: inherit;
    width: 100%;
    padding: 14px 0;
  }
  #contents #btmLinks .inr ul li#btm_00 br {
    display: none;
  }
  #contents #btmLinks .inr ul li#btm_00 h4 img {
    padding-top: 0px;
  }
  #contents #btmLinks .inr ul li#btm_00 h4 span {
    padding-top: 8px;
  }
  #contents #btmLinks .inr ul li#btm_00:hover {
    border: none;
  }
  #contents #btmLinks .inr ul li#btm_03, #contents #btmLinks .inr ul li#btm_04 {
    padding: 8px 0 0 8px;
  }
  #contents #btmLinks .inr ul li#btm_03 h4 img, #contents #btmLinks .inr ul li#btm_04 h4 img {
    margin-right: 4px;
  }
  #contents #btmLinks .inr ul li#btm_03:hover, #contents #btmLinks .inr ul li#btm_04:hover {
    border: none;
  }
  #contents #btmLinks .inr ul li h4 {
    margin-bottom: 4px;
  }
  #contents #btmLinks .inr ul li p {
    font-size: 0.9rem;
  }
}
 /*----------------------------------------------------
コンテンツ幅640px以下
----------------------------------------------------*/
@media screen and (max-width: 640px) {
  #btmLinks ul li {
    padding: 10px 7px;
  }
  #btmLinks ul li#btm_02 h4 {
    margin-bottom: 10px;
  }
  #btmLinks ul li#btm_02 h4 img {
    padding-top: 4px;
  }
  #btmLinks ul li h4 {
    font-size: 0.9rem;
  }
  #btmLinks ul li h4 img {
    padding-top: 10px;
    width: 34px;
  }
  #btmLinks ul li p {
    text-align: left;
  }

  #ctList li {
    width: 100%;
  }
}

/*----------------------------------------------------

  footer

----------------------------------------------------*/
@media screen and (max-width: 1200px) {
    .ftLinkWrap {
	width:960px;
  	margin:0 auto;
    }
    .ftLink {
      padding:0;
    }

}
@media screen and (max-width: 1000px) {
    .ftLinkWrap {
	width:100%;
    }
    .ftLink {
	padding:0 30px;
    }
      .ftLink li {
      }
        footer .inr2 {
  width: 100%;
  padding:0 30px;
    }

}
/*----------------------------------------------------
  footer: contact area
----------------------------------------------------*/
#ctList li {
    line-height:25px;
}
@media screen and (max-width: 1000px) {
    footer .inr {
  width: 960px;
  padding:0 30px;
    }
}
@media screen and (max-width: 970px) {
    #ftContact p {
	display:block;
	float:none;
	margin:10px auto;
    }
      #ftContact p img {
  	  margin-right:0;
      }
    #ctList li {
	width:auto;
	margin:5px 10px;
    }
}
@media screen and (max-width: 770px) {
    #ctList li#phone {
	width:auto;
    }
}
@media screen and (max-width: 640px) {
    #ftContact p {
	float:left;
	margin:10px auto;
    }
    #ctList {
	padding-left:0;
    }
      #ctList li {
  	  margin:5px 0;
  	  float:left;
      }
      #ctList li#web {
	  margin-right:10px;
      }
      #ctList li#phone {
	  background-position:left 7px;
      }
        footer .inr2 {
  width: 100%;
  padding:0 30px;
    }

}

@media screen and (min-width: 1201px) {
    #lpMenu {
        display:block !important;
    }
}
