@charset "UTF-8";
/* サイト共通 */
/* ================= 目次 ======================

　フォント
　リンク
　余白関連
　cell
　横幅
　左、右寄せ
　clear
　line
　背景色
　イメージセンター
　矢印

============================================= */
h1, h2, h3, h4, h5, p, a, dt, dl, dd, ul, li, form, img, select, option, iframe, map, input, checkbox {
  margin: 0px;
  padding: 0px;
}

/* フォント
---------------------------------------------- */
body {
  margin: 0px;
  padding: 0px;
  /*font-size:80%;
  line-height:1.5;*/
  color: #666;
  background-image: url(../common/bgSecond.gif);
  background-position: top;
  background-repeat: repeat-x;
  background-color: #fff;
  text-align: center;
}

body.noTitle {
  background-image: url(../common/bgSecond02.gif);
}

body.lp #header-right #btnSpHeader {
  display: none;
}

.fs10 {
  font-size: 10px;
}

.fs14 {
  font-size: 14px;
  line-height: 22px;
}

.fs14-b {
  font-weight: bold;
  font-size: 14px;
}

.fs-red {
  color: #cc0000;
}

.fs-blue {
  color: #0075c1;
}

.fs-blue-b {
  color: #0075c1;
  font-weight: bold;
}

.fs-yellow-b {
  color: #ffea00;
}

h1 {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  font-weight: normal;
}

/* リンク
---------------------------------------------- */
a:link {
  color: #0075c1;
  text-decoration: none;
}

a:visited {
  color: #0075c1;
  text-decoration: none;
}

a:active {
  color: #0075c1;
  text-decoration: underline;
}

a:hover {
  color: #0075c1;
  text-decoration: underline;
}

/* 余白関連
---------------------------------------------- */
/* 上 */
.pd-top2 {
  padding-top: 2px;
}

.pd-top5 {
  padding-top: 5px;
}

.pd-top8 {
  padding-top: 8px;
}

.pd-top10 {
  padding-top: 10px;
}

.pd-top12 {
  padding-top: 12px;
}

.pd-top13 {
  padding-top: 13px;
}

.pd-top14 {
  padding-top: 14px;
}

.pd-top15 {
  padding-top: 15px;
}

.pd-top18 {
  padding-top: 18px;
}

.pd-top20 {
  padding-top: 20px;
}

/* 右 */
.mg-right10 {
  margin-right: 10px;
}

.mg-right15 {
  margin-right: 15px;
}

.mg-right20 {
  margin-right: 20px;
}

.pd-right5 {
  padding-right: 5px;
}

.pd-right10 {
  padding-right: 10px;
}

.pd-right20 {
  padding-right: 20px;
}

.pd-right40 {
  padding-right: 40px;
}

/* 左 */
.pd-left2 {
  padding-left: 2px;
}

.pd-left5 {
  padding-left: 5px;
}

.pd-left8 {
  padding-left: 8px;
}

.pd-left10 {
  padding-left: 10px;
}

.pd-left14 {
  padding-left: 14px;
}

.pd-left15 {
  padding-left: 15px;
}

.pd-left16 {
  padding-left: 16px;
}

.pd-left18 {
  padding-left: 18px;
}

.pd-left20 {
  padding-left: 20px;
}

.pd-left490 {
  padding-left: 490px;
}

.pd-left495 {
  padding-left: 495px;
}

.pd-left500 {
  padding-left: 500px;
}

.pd-left512 {
  padding-left: 512px;
}

/* 下 */
.mg-bottom5 {
  margin-bottom: 5px;
}

.mg-bottom10 {
  margin-bottom: 10px;
}

.mg-bottom20 {
  margin-bottom: 20px;
}

.pd-bottom5 {
  padding-bottom: 5px;
}

.pd-bottom8 {
  padding-bottom: 8px;
}

.pd-bottom10 {
  padding-bottom: 10px;
}

.pd-bottom13 {
  padding-bottom: 13px;
}

.pd-bottom14 {
  padding-bottom: 14px;
}

.pd-bottom15 {
  padding-bottom: 15px;
}

.pd-bottom16 {
  padding-bottom: 16px;
}

.pd-bottom18 {
  padding-bottom: 18px;
}

.pd-bottom20 {
  padding-bottom: 20px;
}

.pd-bottom24 {
  padding-bottom: 24px;
}

.pd-bottom30 {
  padding-bottom: 30px;
}

.pd-bottom32 {
  padding-bottom: 32px;
}

.pd-bottom34 {
  padding-bottom: 34px;
}

.pd-bottom35 {
  padding-bottom: 35px;
}

.pd-bottom36 {
  padding-bottom: 36px;
}

.pd-bottom38 {
  padding-bottom: 38px;
}

/* cell
---------------------------------------------- */
.cell {
  margin: 0px;
  padding: 0px;
}

.cell10 {
  margin: 0px;
  padding-bottom: 10px;
}

.cell15 {
  margin: 0px;
  padding-bottom: 15px;
}

.cell20 {
  margin: 0px;
  padding-bottom: 20px;
}

.cell30 {
  margin: 0px;
  padding-bottom: 30px;
}

.cell40 {
  margin: 0px;
  padding-bottom: 40px;
}

.cell-inner6 {
  margin: 0px;
  padding: 6px;
}

.cell-inner8 {
  margin: 0px;
  padding: 8px;
}

.cell-inner10 {
  margin: 0px;
  padding: 10px;
}

.cell-inner15 {
  margin: 0px;
  padding: 15px;
}

.cell-inner20 {
  margin: 0px;
  padding: 20px;
}

/* 横幅
---------------------------------------------- */
.wd-130 {
  width: 130px;
}

.wd-140 {
  width: 140px;
}

.wd-141 {
  width: 141px;
}

.wd-150 {
  width: 150px;
}

.wd-151 {
  width: 151px;
}

.wd-166 {
  width: 166px;
}

.wd-176 {
  width: 176px;
}

.wd-178 {
  width: 178px;
}

.wd-215 {
  width: 215px;
}

.wd-225 {
  width: 225px;
}

.wd-270 {
  width: 270px;
}

.wd-276 {
  width: 276px;
}

.wd-283 {
  width: 283px;
}

.wd-286 {
  width: 286px;
}

.wd-290 {
  width: 290px;
}

.wd-300 {
  width: 300px;
}

.wd-303 {
  width: 303px;
}

.wd-310 {
  width: 310px;
}

.wd-330 {
  width: 330px;
}

.wd-348 {
  width: 348px;
}

.wd-353 {
  width: 353px;
}

.wd-360 {
  width: 360px;
}

.wd-365 {
  width: 365px;
}

.wd-376 {
  width: 376px;
}

.wd-410 {
  width: 410px;
}

.wd-426 {
  width: 426px;
}

.wd-435 {
  width: 435px;
}

.wd-436 {
  width: 436px;
}

.wd-437 {
  width: 437px;
}

.wd-440 {
  width: 440px;
}

.wd-512 {
  width: 512px;
}

.wd-567 {
  width: 567px;
}

.wd-587 {
  width: 587px;
}

.wd-605 {
  width: 605px;
}

.wd-680 {
  width: 680px;
}

.wd-800 {
  width: 800px;
}

.wd-850 {
  width: 850px;
}

/* 左、右寄せ
---------------------------------------------- */
.left {
  margin: 0px;
  padding: 0px;
  float: left;
}

.right {
  margin: 0px;
  padding: 0px;
  float: right;
}

/* clear
---------------------------------------------- */
.clear {
  clear: both;
}

/* cssハック
---------------------------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}

/*  Hides from IE-mac \ */
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/*  End hide from IE-mac  */
/* line
---------------------------------------------- */
.line-dot {
  margin-bottom: 10px;
  padding-bottom: 8px;
  background-image: url(../common/line-dot.gif);
  background-repeat: repeat-x;
  background-position: bottom;
}

.line-cell-gray1 {
  border: 1px solid #e5e5e5;
}

.line-cell-left-gray1 {
  border-left: 1px solid #e5e5e5;
}

.line-cell-right-gray1 {
  border-right: 1px solid #e5e5e5;
}

.line-cell-gray3 {
  border: 3px solid #e5e5e5;
}

.line-cell-blue3 {
  border: 3px solid #cbe3eb;
}

.line-blue {
  border-left: 1px solid #cbe3eb;
}

/* 背景色
---------------------------------------------- */
.bg-blue {
  background-color: #f4fcff;
}

/* イメージセンター
---------------------------------------------- */
.img-center {
  vertical-align: middle;
}

/*  矢印
---------------------------------------------- */
.arrow-black {
  padding-right: 5px;
  vertical-align: middle;
}

/* 中面共通パーツ
---------------------------------------------- */
/* ================= 目次 =======================

　pan
　title
　article-area
　page-top
　table

============================================== */
/* pan
---------------------------------------------- */
.pan {
  color: #666;
  margin: 0px;
  padding-top: 10px;
  padding-bottom: 45px;
  font-size: 10px;
  /*font-size:80%;*/
}

.pan font {
  color: #000000;
}

.pan a {
  margin: 0 2px;
}

/* title
---------------------------------------------- */
h2.title {
  margin-bottom: 10px;
}

h3.catch {
  padding-bottom: 18px;
}

h4.text {
  margin-bottom: 15px;
  padding-top: 2px;
  padding-left: 10px;
  padding-bottom: 2px;
  border: 1px solid #bccff1;
  background: #f6f7f8;
  color: #0075c1;
  font-size: 14px;
}

h4.title02 {
  margin-bottom: 20px;
  padding: 2px 10px 3px 18px;
  /*padding:4px 10px 4px 29px;*/
  border-left: 2px solid #5CBDD6;
  background-repeat: no-repeat;
  background-position: 12px 0.6em;
  color: #333;
  font-size: 22px;
  /*font-size:110%;
  line-height:1.3;*/
}

h4.title03 {
  margin-bottom: 15px;
  padding: 5px 10px 2px 34px;
  border: 1px solid #bccff1;
  background-color: #f6f7f8;
  background-image: url(../common/title03-bg.gif);
  background-repeat: no-repeat;
  background-position: 12px 0.5em;
  color: #0075c1;
  font-size: 18px;
  line-height: 22px;
  /*font-size:140%;
  line-height:1.3;*/
}

h4.title04 {
  padding: 5px 10px 2px 34px;
  border: 1px solid #bccff1;
  background-color: #f6f7f8;
  background-image: url(../common/title03-bg.gif);
  background-repeat: no-repeat;
  background-position: 12px 0.5em;
  color: #0075c1;
  font-size: 18px;
  line-height: 22px;
  /*font-size:140%;
  line-height:1.3;*/
}

.title05 {
  margin-bottom: 45px;
}

h4.title06 {
  margin-bottom: 20px;
  padding: 2px 10px 3px 18px;
  /*padding:4px 10px 4px 29px;*/
  border-left: 2px solid #ffffff;
  background-repeat: no-repeat;
  background-position: 12px 0.6em;
  color: #333;
  font-size: 22px;
  /*font-size:110%;
  line-height:1.3;*/
}

h5.entry-title {
  margin-bottom: 15px;
  padding-bottom: 4px;
  /*font-size:110%;
  line-height:1.6;*/
  font-weight: bold;
  color: #616060;
  border-bottom: 1px solid #dadbdd;
}

h5.sub {
  margin-bottom: 10px;
  padding-bottom: 3px;
  background-position: left;
  color: #4b4b4b;
  border-bottom: 1px dotted #93D3E3;
  font-size: 16px;
  font-weight: bold;
}

/* article-area
---------------------------------------------- */
#article-area {
  margin: 0px;
  padding-left: 20px;
  padding-right: 20px;
}

#article-area02 {
  margin: 0px;
  padding-left: 15px;
  padding-right: 15px;
}

/* page-top
---------------------------------------------- */
.page-top {
  margin: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: right;
}

/* table
---------------------------------------------- */
.table-bg {
  background: url(../common/line.gif) repeat-y;
  background-position: left top;
}

.table-td-w {
  padding: 8px;
  background-color: #FFFFFF;
  line-height: 20px;
}

.table-td-b {
  padding: 8px;
  background-color: #f6f7f8;
}

.table-td-r {
  padding: 8px;
  border-bottom: 1px solid #dcdcdc;
  color: #0075c1;
  font-weight: bold;
  text-align: left;
}

.table-td-r02 {
  padding: 8px;
  border-bottom: 1px solid #dcdcdc;
  text-align: left;
}

/* CSS Document */
.pageTop02 {
  display: none;
}

#btnSpHeader {
  display: none;
}

#overlay {
  display: none;
}

.pcNone {
  display: none;
}

.spNone {
  display: block;
}

#frm1 table .spNone {
  display: inline;
}

#solar02 #cInquiry3 .spNone {
  display: inline;
}

a.tel {
  cursor: text;
  color: #666;
  text-decoration: none;
}

@media screen and (min-width: 640px) {
  #overlay,
#overlay #navi-inner {
    display: none !important;
  }

  .spimg {
    display: block !important;
  }

  .footer-navi-bg form {
    padding-top: 0 !important;
  }

  #cRequest03 .spimg {
    display: inline !important;
  }
}
@media screen and (max-width: 640px) {
  html,
body {
    height: 100%;
  }

  body {
    background-image: none;
    border-top: 1px solid #33b2d2;
    -webkit-text-size-adjust: 100%;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Arial, Helvetica, sans-serif, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }

  a.tel {
    color: #0275c1;
    text-decoration: underline;
  }

  #header,
#header-inner,
#contents {
    width: auto;
    height: auto;
  }

  #header {
    margin-top: 0;
    position: relative;
  }

  #header-left h1 {
    width: 42%;
    position: absolute;
    left: 2%;
    margin-top: -2%;
  }

  #header-left h1 img {
    width: 100%;
    height: auto;
  }

  #header-right {
    text-align: left;
    float: none;
  }

  #header-right p {
    font-size: 7px;
    letter-spacing: -0.15em;
    padding-left: 2%;
  }

  #header-right div {
    float: right;
    width: 21%;
    margin-right: 2.5%;
    margin-bottom: 3%;
  }

  #header-right a {
    display: block;
  }

  #header-right a img {
    width: 100%;
    height: auto;
  }

  #header-right #btnSpHeader {
    display: block;
    float: right;
    width: 21%;
  }

  #overlay {
    position: relative;
    z-index: 9000;
  }

  #overlay .btnClose {
    display: none;
  }

  #overlay #navi-inner {
    height: auto;
    position: relative;
  }

  #overlay #navi-inner ul {
    height: auto;
  }

  #overlay #navi-inner li {
    width: auto;
    height: auto;
    float: none;
    display: block;
  }

  #overlay #navi-inner li a {
    width: auto;
    height: auto;
    display: block;
    background-image: none;
    text-indent: 0;
    color: #fff;
    border-bottom: 1px solid #fff;
    display: block;
    padding: 0.9em 0;
    background-color: #47b6d1;
    text-decoration: none;
  }

  #overlay #navi-inner li #mainNavi05_01,
#overlay #navi-inner li #mainNavi05_02 {
    margin: 0;
    padding: 0 0 0 0;
    background-color: #31a3bf;
  }

  #overlay #navi-inner li #mainNavi05_01 a,
#overlay #navi-inner li #mainNavi05_02 a {
    background-color: #7dcade;
  }

  #overlay #navi-inner li #mmenu5 {
    background-color: #47b6d1;
    cursor: text;
  }

  #overlay #navi-inner li #mmenu5 span {
    width: 1px;
    height: 1px;
    display: inline-block;
    background: url(../common/arrow_sp.gif) no-repeat;
    overflow: hidden;
    background-size: 100% auto;
    padding: 0.65% 1%;
    margin: -1% 0 0 5%;
    vertical-align: middle;
  }

  /*
  #overlay {
    position: absolute;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    height: 100%;
    background: url(../common/overlay.png);
    z-index: 9000;
  }

  #overlay .btnClose {
    background-color: #232323;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    -webkit-border-radius: 50px 50px 50px 50px;
    border-radius: 50px 50px 50px 50px;
    position: absolute;
    z-index: 9500;
    top: 1%;
    right: 1%;
    line-height: 1;
    padding: 2% 2.2%;
    text-decoration: none;
  }

  body.navion {
    overflow: hidden;
  }


  #overlay #navi-inner {
    position: absolute;
    z-index: 9100;
    top: 4%;
    left: 2%;
    width: 96%;
  }
  */
  #btnSpHeader a {
    height: 1px;
    overflow: hidden;
    padding: 16.5% 0;
    background: url(../common/imgHeader01.gif) no-repeat;
    background-size: 100% auto;
  }

  .navion #btnSpHeader a {
    background-image: url(../common/imgHeader01_on.gif);
  }

  #navi {
    display: none;
  }

  #contents {
    width: auto;
  }

  .title,
#gTitle,
#solar02 #cHeader {
    padding: 0 1.8%;
    background: #adddeb;
  }

  .title img,
#gTitle img {
    width: 100%;
    height: auto;
    display: block;
  }

  .title .spimg,
#gTitle .spimg {
    display: none;
  }

  .title .pcNone {
    display: block !important;
  }

  h4.title02 {
    font-size: 17px;
    padding-left: 14px;
  }

  h4.title06 {
    font-size: 17px;
    padding-left: 14px;
  }

  .pan {
    padding: 5px 1.8% 10px 1.8%;
  }

  h3.catch,
h3.title05 {
    width: auto;
    display: none;
    border-bottom: 2px solid #ccc;
    padding-bottom: 0;
    color: #262626;
    font-size: 120%;
    line-height: 130%;
  }

  h2.category-title,
h2#title_all,
#reform_box .subtitle {
    width: auto;
    height: auto;
    background-image: none !important;
    border-bottom: 2px solid #ccc;
    padding-bottom: 0;
    color: #262626;
    font-size: 120%;
    text-indent: 0;
    line-height: 130%;
  }

  h3.catch img,
h3.title05 img {
    display: none;
  }

  .title05 {
    margin: 0 2% 3% 2%;
  }

  .catch span,
.title05 span,
h2.category-title span,
h2#title_all span,
#reform_box .subtitle span {
    display: inline-block;
    border-bottom: 2px solid #5bbdd6;
    margin-bottom: -2px;
    padding-bottom: 0.2em;
  }

  .tdNone {
    display: none;
  }

  #bannerArea {
    width: auto;
    display: block;
    background-color: #f5f5f5;
  }

  #bannerArea:before,
#bannerArea:after {
    content: " ";
    display: table;
  }

  #bannerArea:after {
    clear: both;
  }

  #bannerArea h3 {
    display: none;
  }

  #topBanner07 {
    display: none;
    padding: 0 1% 10px 1%;
    background: #f8eae5;
  }

  #top #topBanner07 {
    display: block;
  }

  #topBanner07 h2 {
    width: auto;
    height: auto;
    padding: 2% 0;
    background-size: 100% auto;
    background-position: 0 50%;
    text-indent: 0;
  }

  #topBanner07 h2 img {
    width: 100%;
    height: auto;
  }

  #topBanner07 ul {
    padding: 0 2%;
  }

  #topBanner07 ul:after {
    display: none !important;
  }

  #bannerArea li {
    width: auto;
    height: auto;
    border: none;
    margin: 0 0 10px 0;
    float: none;
    border: 1px solid #d2cfcd;
    text-align: left;
    background: #fbfbfb;
  }

  #topBanner07 li a {
    display: block;
    color: #5ec1d1;
    padding: 3.5% 2%;
  }

  #bannerArea li h3 {
    width: 24%;
    height: auto;
    display: inline-block;
    text-indent: 0;
    text-align: center;
    background-image: none;
    vertical-align: middle;
    padding: 0 5%;
  }

  #bannerArea li li {
    background-size: 4px auto;
    padding-left: 6px;
  }

  #bannerArea #topBanner07 li img {
    width: 100%;
    height: auto;
  }

  #bannerArea li p {
    width: 63%;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    font-size: 90%;
    line-height: 140%;
  }

  #topBanner17 {
    margin-bottom: 0;
    clear: none;
  }

  #topBanner17 ul {
    border: none;
    clear: none;
    padding: 0 1% 2% 1%;
  }

  #topBanner17 li {
    width: 48%;
    border: none;
    margin: 0 1% 2% 1%;
  }

  #topBanner17 .img {
    margin: 0;
    float: none;
  }

  #topBanner17 li img {
    width: 100%;
    height: auto;
  }

  #topBanner17 a {
    width: auto;
    height: auto;
    background-image: none;
    border: none !important;
    padding: 0;
  }

  #topBanner17 li p {
    display: none;
  }

  #bannerArea #topBanner20,
#bannerArea #topBanner21,
#bannerArea #topBanner22,
#bannerArea #topBanner23 {
    width: auto;
    height: auto;
    background-image: none;
  }

  #bannerArea #topBanner21,
#bannerArea #topBanner22,
#bannerArea #topBanner23 {
    display: none !important;
  }

  #bannerArea #topBanner20 a,
#bannerArea #topBanner21 a,
#bannerArea #topBanner22 a,
#bannerArea #topBanner23 a {
    padding: 0 1%;
  }

  #bannerArea #topBanner20 a:hover,
#bannerArea #topBanner21 a:hover,
#bannerArea #topBanner22 a:hover,
#bannerArea #topBanner23 a:hover {
    color: #97d7e1;
  }

  #bannerArea #topBanner20:before,
#bannerArea #topBanner20:after,
#bannerArea #topBanner21:before,
#bannerArea #topBanner21:after,
#bannerArea #topBanner22:before,
#bannerArea #topBanner22:after,
#bannerArea #topBanner23:before,
#bannerArea #topBanner23:after {
    content: " ";
    display: table;
  }

  #bannerArea #topBanner20:after,
#bannerArea #topBanner21:after,
#bannerArea #topBanner22:after,
#bannerArea #topBanner23:after {
    clear: both;
  }

  #bannerArea #topBanner20 h3 {
    width: 12%;
    float: left;
    padding: 0 2%;
  }

  #bannerArea #topBanner20 h4,
#bannerArea #topBanner21 h4,
#bannerArea #topBanner22 h4,
#bannerArea #topBanner23 h4 {
    display: block;
    color: #333;
    text-align: center;
    letter-spacing: -0.02em;
    margin-bottom: 0.3em;
  }

  #bannerArea #topBanner20 ul,
#bannerArea #topBanner21 ul,
#bannerArea #topBanner22 ul,
#bannerArea #topBanner23 ul {
    width: 78%;
    padding: 0;
    float: left;
    margin-left: 0;
  }

  #bannerArea #topBanner20 ul,
#bannerArea #topBanner21 ul {
    width: 84%;
  }

  #bannerArea #topBanner20 ul li {
    width: 26%;
    float: left;
    color: #5abfcf;
    margin-bottom: 0.7em;
  }

  #bannerArea #topBanner20 ul .list01 {
    width: 16%;
  }

  #bannerArea #topBanner20 ul .list02 {
    width: 45%;
    white-space: nowrap;
  }

  #bannerArea #topBanner20 ul li:last-child {
    width: 35%;
  }

  #bannerArea #topBanner20,
#bannerArea #topBanner23,
#bannerArea #topBanner26 {
    margin-bottom: 10px;
  }

  #bannerArea #topBanner21 h3,
#bannerArea #topBanner22 h3,
#bannerArea #topBanner23 h3 {
    width: 10%;
    float: left;
    padding: 0 2.5%;
  }

  #bannerArea #topBanner21 ul li {
    width: 47%;
    float: left;
    color: #5abfcf;
    margin-bottom: 0.7em;
  }

  #bannerArea #topBanner21 ul li:nth-child(2) {
    white-space: nowrap;
  }

  #bannerArea #topBanner22 ul li {
    width: 45%;
    float: left;
    color: #5abfcf;
    margin-bottom: 0.7em;
  }

  #bannerArea #topBanner22 ul li:last-child {
    white-space: nowrap;
  }

  #bannerArea #topBanner22 h4 {
    font-size: 85%;
  }

  #bannerArea #topBanner23 ul li {
    width: 40%;
    float: left;
    color: #5abfcf;
    margin-bottom: 0.7em;
  }

  #bannerArea #topBanner23 ul li:first-child {
    width: 50%;
  }

  #topBanner07 #topBanner24,
#topBanner07 #topBanner25 {
    height: auto;
    margin-bottom: 10px;
  }

  #topBanner07 #topBanner26 {
    height: auto;
    margin-bottom: 10px;
  }

  #bannerArea #topBanner24 h3,
#bannerArea #topBanner25 h3,
#bannerArea #topBanner26 h3 {
    width: 33%;
    padding: 0 1%;
  }

  #topBanner17 {
    margin-bottom: 0;
    clear: none;
    background: #f3f1f2;
    border-top: 1px solid #40d1ed;
    padding-top: 4.5%;
  }

  #topBanner17 ul {
    border: none;
    clear: none;
    padding: 0 1% 2% 1%;
  }

  #topBanner17 li {
    width: 48%;
    border: none;
    float: left;
    margin: 0 1% 2% 1%;
  }

  #topBanner17 .img {
    margin: 0;
    float: none;
  }

  #topBanner17 li img {
    width: 100%;
    height: auto;
  }

  #topBanner17 a {
    width: auto;
    height: auto;
    background-image: none;
    border: none !important;
    padding: 0;
  }

  #topBanner17 li p {
    display: none;
  }

  .top_c_mv {
    display: block;
    padding-left: 0;
  }

  .top_c_mv h1 {
    padding: 2.3vw 5.5%;
    height: auto;
  }

  .top_c_mv h1 img {
    width: 100%;
    height: auto;
  }

  .top_c_mv h1 .spNone {
    display: none !important;
  }

  .top_c_mv h1 .pcNone {
    display: block !important;
    margin-top: 7px;
  }

  .top_c_mv ul {
    display: block;
  }

  .top_c_mv li {
    display: block;
    height: auto;
    width: auto;
    padding: 0;
    background-image: none !important;
  }

  .top_c_mv .list02-2,
.top_c_mv .list03-2 {
    padding: 0;
    background-image: none;
    width: 100%;
  }

  .top_c_mv ul a {
    width: 100%;
  }

  .top_c_mv li img {
    width: 100%;
    height: auto;
  }

  .top_c_mv .contact {
    background-color: transparent !important;
    background-image: none !important;
    border: none !important;
    display: block;
    position: static;
    padding: 1.3em 2% 0 !important;
    width: auto;
    height: auto !important;
    text-align: center;
  }

  .top_c_mv .contact a {
    display: block;
  }

  .top_c_mv .contact img {
    width: 100%;
    height: auto;
  }

  .fix .top_c_mv .contact p {
    position: static;
    display: inline-block;
    width: auto;
    padding-top: 0.2em;
  }

  .fix .top_c_mv .contact .text-top {
    font-size: 110%;
    padding-right: 0.3em;
  }

  .fix .top_c_mv .contact .text-bottom {
    font-size: 90%;
  }

  .fix .top_c_mv .contact .text-center {
    padding: 0;
    font-size: 15px;
  }

  .pageTop {
    display: none;
  }

  .pageTop02 {
    display: block;
    background-color: #fff;
    text-align: right;
    padding-bottom: 2%;
  }

  #top .pageTop02 {
    display: none;
  }

  .pageTop02:before,
.pageTop02:after {
    content: " ";
    display: table;
  }

  .pageTop02:after {
    clear: both;
  }

  .pageTop02 a {
    width: 30%;
    height: 1px;
    overflow: hidden;
    padding: 1.7% 0;
    background: url(../common/imgPagetop02.gif) no-repeat 0 0;
    background-size: 100% auto;
    display: block;
    text-indent: -9999px;
    text-align: left;
    float: right;
    margin-right: 2%;
  }

  .lead {
    padding: 0.7em 0 1.5em 0;
    font-size: 100%;
    line-height: 120%;
  }

  #article-area,
#article-area02 {
    padding: 0 2% !important;
  }

  #group {
    width: auto;
    padding: 0 2%;
  }

  #group li {
    width: 34%;
    margin-right: 0;
    margin-bottom: 1%;
  }

  #group li:nth-child(2) {
    width: 30%;
  }

  #group li:nth-child(3) {
    width: 34%;
  }

  #group ul.fix {
    flex-wrap: wrap;
    height: auto;
    align-items: flex-start;
  }

  #group ul.fix li {
    width: 30%;
  }

  #group ul.fix li:nth-child(2) {
    width: 24%;
  }

  #group ul.fix li:nth-child(3) {
    width: 46%;
    letter-spacing: -0.05em;
  }

  #group ul.fix li.right {
    margin-right: auto;
    margin-bottom: 3%;
    width: 35%;
  }

  #group h2 {
    padding-right: 60%;
  }

  #group h2 img {
    width: 100%;
    height: auto;
  }

  #group .right {
    width: 45%;
    margin-bottom: 5%;
  }

  #group li a {
    font-size: 10px;
    background-size: 10px auto;
    padding-top: 2px;
    padding-left: 13px;
    padding-bottom: 2px;
    letter-spacing: -0.03em;
  }

  #footer-nav-inner {
    width: auto;
  }

  #footer-nav-inner .left,
#footer-nav-inner .right {
    text-align: center;
    float: none;
  }

  #footer-nav-inner a {
    letter-spacing: -0.05em;
    font-size: 10px;
    margin: 0 -0.5em;
  }

  #footer-nav-inner address {
    font-size: 8px;
    letter-spacing: -0.03em;
  }

  #footer {
    padding: 3% 2%;
  }

  #footer-inner {
    width: auto;
  }

  #footer-inner .cell {
    padding: 3% 3%;
  }

  #footer-inner img {
    width: 100%;
    height: auto;
    display: block;
  }

  #footer-inner .left {
    width: 46%;
    padding-right: 3.5%;
  }

  #footer-inner .right {
    width: 47%;
    padding-left: 3%;
  }

  #footer-inner .left h3,
#footer-inner .right h3 {
    width: auto;
    height: 1px;
    font-size: 1pt;
    line-height: 1;
    padding-bottom: 11%;
  }

  #footer-inner .right h3 {
    padding-left: 19.2%;
    padding-right: 19.2%;
    padding-bottom: 9%;
  }

  #footer-inner .left p,
#footer-inner .right p {
    width: auto;
    height: 1px;
    font-size: 1pt;
    margin: 0 0 2% 0;
    float: none;
    padding: 0 5% 25% 5%;
    line-height: 1;
  }

  #footer-inner .left p {
    padding-bottom: 23.7%;
  }

  a#linkFooter01 {
    width: 100%;
    height: 60px;
    font-size: 1pt;
    padding: 0;
    overflow: hidden;
    margin-bottom: 0;
    background: url(../common/imgFooter11_sp.gif) #33aac8 no-repeat 50% 50%;
    background-size: 40% auto;
    line-height: 1pt;
    margin-bottom: 4%;
  }

  a#linkFooter01:hover {
    background-position: 50% 50%;
  }

  .footer-navi-bg {
    width: auto;
    height: 60px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 3%;
    padding-left: 3%;
    background-size: 33% auto;
    float: none;
  }

  .footer-navi-bg form {
    height: 18px;
    display: block;
    overflow: hidden;
    padding-top: 21%;
  }

  .footer-navi-bg select {
    width: 100%;
    height: 18px;
    overflow: hidden;
    font-size: 11px;
    display: block;
  }

  .pd-left20 {
    padding-left: 2%;
  }

  .pd-right20 {
    padding-right: 2%;
  }

  .table-bg {
    background-size: 100% auto;
  }

  .table-bg table {
    width: 100%;
    border-collapse: collapse;
  }

  .table-bg table .table-td-b {
    width: 25%;
    padding: 1%;
  }

  .table-bg table td {
    border: 1px solid #dadbdd;
  }

  .table-bg table .radioBlock label {
    display: inline-block;
    width: 80%;
  }

  .table-bg table iframe {
    width: 100% !important;
    height: 200px;
  }

  .pcNone {
    display: block;
  }

  .spNone {
    display: none !important;
  }

  .wd-850 {
    width: auto;
  }

  /* top */
  body#top {
    background-image: none !important;
  }

  .headerAlert {
    position: static;
    font-size: 78%;
    letter-spacing: -0.08em;
    padding: 0 2% 1em;
    margin-top: -1vw;
  }

  #flashcontent {
    width: auto;
    height: auto;
    margin-bottom: 15px;
  }

  #flashcontent ul {
    height: auto !important;
    padding: 19% 0;
  }

  #flashcontent li {
    top: 0;
    display: none;
    margin-right: -16%;
  }

  #flashcontent img {
    width: 100%;
    height: auto;
  }

  #topLeft {
    float: none;
    width: auto;
    display: block;
    margin-bottom: 15px;
  }

  #topLeft .covid {
    line-height: 1.4;
    margin: 1em 2% 2em;
  }

  #topReform {
    height: auto;
    padding: 0 2%;
    margin-bottom: 5%;
  }

  #topReform:before,
#topReform:after {
    content: " ";
    display: table;
  }

  #topReform:after {
    clear: both;
  }

  #topReform h2 img {
    width: auto;
    height: 12px;
  }

  #topReformCategory #naviTopReform {
    width: 62%;
    height: auto;
    background-size: 37% auto;
    background-position: 2px -3px;
    padding: 0 0 0 38%;
  }

  #topReformCategory #naviTopReform li {
    width: 49%;
    margin-bottom: 0;
    background-color: transparent !important;
  }

  #naviTopReform li span {
    width: 100%;
    height: auto !important;
    display: block;
    text-indent: 0;
    padding: 0 !important;
    background-image: none;
    border: none !important;
    background-color: transparent !important;
  }

  #naviTopReform span img {
    width: 100%;
    height: auto;
  }

  #topNaviReform {
    top: -1px;
  }

  #topReform h2 span#btnReform01, #topReform h2 span#btnReform02 {
    line-height: 1;
    text-indent: 0;
    height: auto;
    width: auto;
    color: #fff;
    background-image: none;
    font-size: 11px;
    padding: 0.4em 1.2em;
  }

  #btnReform01 {
    margin-right: 2% !important;
    margin-left: 0 !important;
    background-color: #debd7d;
  }

  #btnReform02 {
    margin-left: 0 !important;
    margin-right: 0 !important;
    background-color: #5cbdd6;
  }

  #topReformCategory {
    width: auto;
    height: auto;
    position: inherit;
    border: 1px solid #efe1c4;
    background-color: #faf7e6;
    background-image: none;
    top: 5px;
    float: none;
  }

  #topReformCategory ul {
    padding: 2% 1%;
    overflow: hidden;
  }

  #listTopReform {
    clear: both;
    padding-top: 0 !important;
  }

  #topReformCategory ul:before,
#topReformCategory ul:after {
    content: " ";
    display: table;
  }

  #topReformCategory ul:after {
    clear: both;
  }

  #topReformCategory li {
    width: 48%;
    height: auto;
    margin: 0 1% 2% 1%;
  }

  #topReformCategory li a {
    text-indent: 0;
    width: auto;
    height: auto;
    background-image: none;
    text-decoration: none;
  }

  #topReformCategory li a img {
    width: 100%;
    height: auto;
  }

  #topReformCategory li span {
    background-color: #fff;
    text-align: center;
    display: block;
    padding: 0.2em 0;
    color: #333;
    border: 1px solid #ddd;
    border-top: none;
  }

  #topReformCategory .navi09 {
    display: none;
  }

  #topReformCategory .clear {
    display: none;
  }

  #topReformSearch {
    width: auto;
    height: auto;
    padding: 3%;
    top: 5px;
    position: inherit;
    float: none;
    margin-top: -2px;
  }

  #topReformSearch .navi01,
#topReformSearch .navi02,
#topReformSearch .navi03,
#topReformSearch .navi04 {
    width: auto;
    height: auto;
    padding: 25px 0 0 0;
    background-size: auto 17px;
  }

  #topReformSearch .navi01,
#topReformSearch .navi02 {
    margin-bottom: 0;
  }

  #topReformSearch .navi01 input,
#topReformSearch .navi02 input,
#topReformSearch .navi05 input {
    width: 63px;
    height: 17px;
    background: url(../img/imgTop20_sp.gif) no-repeat;
    background-size: 63px auto;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    border: none;
    float: right;
  }

  #topReformSearch .navi05 input {
    float: none;
    margin: 0 auto;
  }

  #topReformSearch .navi03 {
    padding-top: 3.1em;
    background-position: 0 1.3em;
    margin-bottom: 1.5em;
  }

  #topReformSearch .navi04 {
    margin-bottom: 1em;
  }

  #topReformSearch select {
    margin-right: 0;
    width: 70%;
    float: none;
    margin-bottom: 1.5em;
  }

  #topReformSearch .navi04 #preicesearch li {
    display: block;
    float: none;
    margin: 0 0 0.5em 0;
  }

  #topReformSearch .navi05 {
    margin: 0;
    padding: 0;
    text-align: center;
  }

  #bnr_jirei {
    width: auto;
    height: auto;
    padding: 0 2%;
  }

  #bnr_jirei a {
    width: auto;
    height: auto;
    background-image: none;
    text-indent: 0;
  }

  #bnr_jirei img {
    width: 100%;
    height: auto;
    display: block;
  }

  #topNews {
    padding: 0 3%;
  }

  #topNews h2 img {
    width: auto;
    height: 12px;
  }

  #topNews h2 span {
    position: inherit;
    top: auto;
    right: auto;
    margin-top: -16px;
  }

  #topNews h2 span a {
    height: auto;
    background-image: none;
    text-indent: 0;
    line-height: 1;
  }

  #topNews h2 span a img {
    width: 100%;
    height: auto;
    display: inline-block;
  }

  .news-bg {
    margin-bottom: 5px;
    background-image: none;
  }

  .news-bg span {
    background: url(../img/imgTop03.gif) no-repeat 0 0;
    background-size: auto 12px;
    padding-left: 70px;
    display: block;
    float: right;
  }

  .news-bg #area {
    float: none;
  }

  .news dt {
    float: none;
    background: url(../img/imgTop04.gif) no-repeat 0 4px;
    padding-left: 10px;
  }

  .news dd {
    padding-left: 0;
    padding-bottom: 8px;
    margin-bottom: 8px;
    background-image: none;
  }

  /*
  #iframeNews iframe {
    display: none;
  }
  */
  #topRight {
    width: auto;
    float: none;
    padding: 0;
  }

  #topRight li {
    width: auto;
    height: auto;
    margin-bottom: 0;
    margin-top: -1px;
    border-left: none;
    border-right: none;
  }

  #topRight li a {
    width: auto;
    height: auto;
    display: block;
    text-indent: 0;
    padding-top: 0;
    background: url(../common/arrow02.gif) no-repeat 99% 50% !important;
  }

  #topRight li a h4 {
    font-size: 110%;
    display: inline-block;
    color: #38739d;
    text-decoration: none;
    vertical-align: middle;
  }

  #topRight li a p {
    display: none;
  }

  #topRight li a img {
    width: 12%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1%;
    margin-left: 4%;
  }

  ul#topRight02 {
    border-top: 1px solid #d7d7d7;
  }

  #topRight02_11 {
    border-bottom: 1px solid #d7d7d7;
  }

  #topRight02_01 {
    width: auto;
  }

  #topRight #topRight02_02 {
    width: 49%;
    float: left;
    margin-right: 2%;
  }

  #topRight #topRight02_03 {
    display: none;
  }

  #topRight02_04 {
    display: none;
  }

  #topRight02_05,
#topRight02_06,
#topRight02_07,
#topRight02_08 {
    min-height: inherit;
  }

  #topRight02_05 a {
    padding-top: 0;
  }

  #topBanner {
    padding: 0 3%;
  }

  #topBanner h2 {
    margin-bottom: 0.5em;
  }

  #topBanner h2 img {
    width: auto;
    height: 10px;
  }

  #topBanner ul {
    border: none;
  }

  #topBanner li {
    width: 31.9999%;
    height: auto;
    margin: 0 2% 1em 0;
    border: none;
    float: left;
    display: block;
  }

  #topBanner li .banner {
    width: auto;
    height: auto;
    clear: both;
    padding: 0 0 0.5em 0;
  }

  #topBanner li .banner a {
    text-indent: 0;
    background-image: none;
    width: auto;
    height: auto;
  }

  #topBanner li a img {
    width: 100%;
    height: auto;
  }

  #topBanner li p {
    width: auto;
    margin: 0;
    font-size: 70%;
    float: none;
    color: #333;
    display: none;
  }

  #topBanner .button {
    display: none;
  }

  #topBanner #topBanner03 {
    margin-right: 0;
  }

  .top_alert {
    margin: -0.2em 2% 1em 2%;
    text-align: left;
    line-height: 1.2;
    padding: 0.5em;
  }

  .topLeftBanner {
    padding: 0 2%;
  }

  .topLeftBanner .emergency {
    display: block;
    text-align: center;
    border-color: #0068b7;
    padding: 0.8em 3%;
  }

  .topLeftBanner .emergency p {
    margin-bottom: 0.8em;
    font-size: 3vw;
    letter-spacing: -0.04em;
    line-height: 1.4;
  }

  .top_topics {
    display: block;
    text-align: center;
    padding: 1em 0.8em;
  }

  .top_topics p {
    margin-bottom: 0.8em;
    font-size: 120%;
  }

  .top_topics p br {
    display: none;
  }

  .top_topics a {
    align-items: center;
    width: 50%;
    margin: 0 auto;
    padding: 0.2em;
    font-size: 100%;
  }

  .top_topics a::after {
    font-size: 110%;
    margin-left: 0.3em;
  }

  /* about */
  #cAbout01 {
    padding: 1em 2% 0 2%;
  }

  #cAbout01 .img {
    width: 35%;
    padding-top: 4.3em;
    margin-bottom: 0.5em;
  }

  #cAbout01 .img img {
    width: 100%;
    height: auto;
  }

  #cAbout01 .text {
    width: auto;
    position: relative;
    padding-top: 4em;
  }

  #cAbout01 .text02 {
    width: auto;
    position: relative;
    padding-top: 4em;
  }

  #cAbout01 h4 {
    border-left: 3px solid #5cbdd6;
    padding-left: 0.7em;
    font-weight: bold;
    font-size: 15px;
    line-height: 130%;
    position: absolute;
    top: 0;
  }

  #cAbout01 h4 img {
    display: none;
  }

  #cAbout01 p {
    padding-left: 0;
    line-height: 140%;
  }

  #cAbout01 .text02 p {
    width: auto;
  }

  /* outline */
  #cOutline01 img {
    width: 100%;
    height: auto;
  }

  #cOutline02 img {
    width: 100%;
    height: auto;
  }

  #cOutline02 .left {
    width: 50%;
  }

  #cOutline02 .right {
    width: 45%;
    padding-left: 5%;
  }

  /* consultation */
  #article-area #cConsultation01,
#article-area #cConsultation02 {
    width: auto;
    float: none;
    display: block;
    margin: 0;
  }

  #article-area #cConsultation01 .left {
    float: none;
  }

  #article-area #cConsultation01 .left img {
    width: 100%;
    height: auto;
  }

  #article-area #cConsultation01 .left .tel {
    display: block;
    padding-right: 20%;
  }

  #article-area #cConsultation01 .left img.pd-bottom10 {
    width: auto;
    height: 18px;
  }

  #article-area #cConsultation01 .cell-inner15 {
    padding-left: 0;
  }

  #cConsultation02 a img {
    width: auto;
    height: 30px;
  }

  #cConsultation03 .left {
    width: 50%;
    margin-bottom: 2em;
  }

  #cConsultation03 .left img {
    width: 100%;
    height: auto;
  }

  #cConsultation03 .right {
    width: 50%;
    margin-bottom: 2em;
  }

  /* house */
  #cHouse01 {
    padding: 1em 2% 0 2%;
    line-height: 140%;
    margin-bottom: 3em;
  }

  #cHouse01:before,
#cHouse01:after {
    content: " ";
    display: table;
  }

  #cHouse01:after {
    clear: both;
  }

  #cHouse01 .img {
    width: 35%;
    padding-top: 2.8em;
    margin-bottom: 0.5em;
  }

  #cHouse01 .img img {
    width: 100%;
    height: auto;
  }

  #cHouse01 .text {
    width: auto;
    position: relative;
    padding-top: 2.5em;
    margin-bottom: 1em;
  }

  #cHouse01 .text02 {
    width: auto;
    position: relative;
    padding-top: 2.5em;
  }

  #cHouse01 h4 {
    border-left: 3px solid #5cbdd6;
    padding-left: 0.7em;
    font-weight: bold;
    font-size: 15px;
    line-height: 130%;
    position: absolute;
    margin-left: 0;
    top: 0;
  }

  #cHouse01 h4 img {
    display: none;
  }

  #cHouse01 p {
    padding-left: 0;
    line-height: 140%;
  }

  #cHouse01 .text02 p {
    width: auto;
  }

  #cHouse01 .btn01,
#cHouse01 .btn02,
#cHouse01 .btn03,
#cHouse01 .btn04 {
    width: auto;
    margin-bottom: 1em;
  }

  #cHouse01 .btn01 a,
#cHouse01 .btn02 a,
#cHouse01 .btn03 a,
#cHouse01 .btn04 a {
    left: 0;
    text-indent: 0;
    width: auto;
    height: auto;
    display: inline-block;
    right: inherit;
    background-image: none;
  }

  #cHouse01 .btn01 a img,
#cHouse01 .btn02 a img,
#cHouse01 .btn03 a img,
#cHouse01 .btn04 a img {
    width: auto;
    height: 25px;
  }

  #article-area02 #cHouse02 {
    padding: 0.7em 2% 1em 2%;
    font-size: 100%;
    line-height: 120%;
  }

  /* qa */
  .listQA .left,
.listQA .right {
    width: auto;
    float: none;
  }

  .listQA h4 img {
    width: auto;
    height: 23px;
  }

  .listQA a {
    text-indent: -1.8em;
    padding-left: 1.8em;
  }

  .listQA .cell-inner10 {
    padding-left: 0 !important;
  }

  #cQa01 .cell20 {
    padding-bottom: 0;
  }

  dl.qa dt {
    font-size: 110%;
  }

  #cQa02 {
    letter-spacing: -0.05em;
  }

  #cQa03 {
    padding-left: 2%;
    padding-right: 2%;
  }

  /* useful */
  #cUseful01 {
    padding: 0 2%;
    line-height: 140%;
    margin-bottom: 3em;
  }

  #cUseful01:before,
#cUseful01:after {
    content: " ";
    display: table;
  }

  #cUseful01:after {
    clear: both;
  }

  #cUseful01 .img {
    width: 35%;
    padding-top: 2.8em;
    margin-bottom: 0.5em;
  }

  #cUseful01 .img img {
    width: 100%;
    height: auto;
  }

  #cUseful01 .text {
    width: auto;
    position: relative;
    padding-top: 2.5em;
    margin-bottom: 1em;
  }

  #cUseful01 .text02 {
    width: auto;
    position: relative;
    padding-top: 2.5em;
  }

  #cUseful01 h4 {
    border-left: 3px solid #5cbdd6;
    padding-left: 0.7em;
    font-weight: bold;
    font-size: 15px;
    line-height: 130%;
    position: absolute;
    margin-left: 0;
    top: 0;
  }

  #cUseful01 h4 img {
    display: none;
  }

  #cUseful01 p {
    padding-left: 0;
    line-height: 140%;
  }

  #cUseful01 .text02 p {
    width: auto;
  }

  #cUseful01 .btn01,
#cUseful01 .btn02 {
    width: auto;
    height: 40px;
    margin-bottom: 0;
  }

  #cUseful01 .btn01 a,
#cUseful01 .btn02 a {
    left: 0;
    text-indent: 0;
    width: auto;
    height: auto;
    right: inherit;
    display: inline-block;
    background-image: none;
  }

  #cUseful01 .btn01 a img,
#cUseful01 .btn02 a img {
    width: auto;
    height: 25px;
  }

  #cUseful02 {
    padding: 0.7em 2% 1.5em 2%;
  }

  /* reform */
  .cReform01,
.cReform02 {
    width: auto;
    height: auto;
    float: none;
    background: #f5f5f5;
    padding: 5% 3%;
    border: 1px solid #d4ebf1;
    margin: 0;
    display: block;
  }

  .cReform01:before,
.cReform01:after,
.cReform02:before,
.cReform02:after {
    content: " ";
    display: table;
  }

  .cReform01:after,
.cReform02:after {
    clear: both;
  }

  .cReform01 {
    margin-bottom: 5%;
  }

  .cReform01 h4,
.cReform02 h4 {
    width: auto;
    height: auto;
    background-image: none;
    font-size: 17px;
    margin-bottom: 0.5em;
    padding: 2px 10px 3px 14px;
    border-left: 2px solid #5CBDD6;
    color: #333;
    text-indent: 0;
  }

  .cReform01 h5 span,
.cReform02 h5 span {
    text-align: left;
    font-weight: bold;
    font-size: 140%;
    display: block;
  }

  .cReform01 p.pd-bottom18,
.cReform02 p.pd-bottom18 {
    display: none;
  }

  .cReform01 p.pcNone,
.cReform02 p.pcNone {
    margin-bottom: 3%;
    font-size: 90%;
  }

  .cReform01 h5 img,
.cReform02 h5 img {
    display: none;
  }

  .cReform01 .img,
.cReform02 .img {
    margin-top: -1em;
    padding: 0 12% 3% 12%;
  }

  .cReform01 img,
.cReform02 img {
    width: 100%;
    height: auto;
  }

  .cReform01 .btn,
.cReform02 .btn {
    clear: both;
    margin: 0 0 4% 0;
  }

  .cReform01 .btn a,
.cReform02 .btn a {
    width: auto;
    height: auto;
    background-image: none;
    text-indent: 0;
  }

  .cReform01 p,
.cReform02 p {
    height: auto;
    padding: 0;
    font-size: 90%;
  }

  .cReform01 .clear,
.cReform02 .clear {
    width: auto;
    height: 1px;
    overflow: hidden;
    background-image: none;
  }

  /* sitemap */
  #cSitemap .wd-435,
#cSitemap .left {
    width: auto;
    float: none;
  }

  /* news */
  #newsWrapper img {
    width: 100%;
    height: auto;
  }

  #newsWrapper .left {
    width: 60%;
  }

  #newsWrapper .right {
    width: 38%;
    margin-left: 2%;
  }

  .cell-event-list {
    width: auto;
  }

  .cell-event-list dt {
    width: auto;
    float: none;
    margin-bottom: 0;
    padding: 0 0.5em 0.1em 0.5em;
  }

  .cell-event-list dd {
    padding: 0 0.5em 0.5em 0.5em;
    margin-bottom: 0.5em;
  }

  #newsWrapper02 div.pd-top10 {
    padding: 3% 0 7% 0;
  }

  #newsWrapper02,
#newsWrapper03 {
    padding: 2%;
  }

  #newsWrapper03 img {
    width: 100%;
    height: auto;
  }

  #newsWrapper03 .left,
#newsWrapper03 .right {
    float: left;
    width: auto;
  }

  /* policy */
  .cPolicy01 {
    padding-left: 2%;
    padding-right: 2%;
  }

  /* use */
  #cUse01,
#cUse02 {
    padding-left: 2%;
    padding-right: 2%;
  }

  /* reform_data */
  #main #content {
    width: auto;
  }

  #primary {
    width: auto;
    float: none;
    display: block;
  }

  #main {
    width: auto;
    padding: 0 2%;
  }

  #main #content {
    margin: 0;
  }

  #gTitle .spNone {
    display: none;
  }

  #listReform01 {
    width: auto;
    padding: 5% 3%;
  }

  #listReform01 li {
    width: auto;
    height: auto;
    float: none;
    background-image: none;
    display: block;
    margin: 0 0 4% 0;
    padding: 4% 3%;
    border: 1px solid #ddd;
  }

  #listReform01 li h4 {
    height: auto;
    padding-right: 10%;
  }

  #listReform01 li .img {
    width: auto;
    height: auto;
    margin-bottom: 4%;
  }

  #listReform01 li img {
    width: 100%;
    height: auto;
  }

  #listReform01 li .button {
    height: auto;
  }

  #listReform01 li .button a {
    width: auto;
    height: 1px;
    padding: 4% 0;
    overflow: hidden;
    background: url(../reform_data/wp-content/themes/twentyeleven/img/category/btnReform01_sp.gif) no-repeat;
    background-size: 100% auto;
  }

  #main #secondary {
    float: none;
    display: block;
    width: auto;
    margin: 0;
  }

  #sidemenu {
    width: auto;
    float: none !important;
  }

  #category h2,
.searchTitle {
    font-size: 130%;
    color: #fff;
    text-align: center;
    background-color: #33b2d2;
    font-weight: bold;
    padding: 0.4em 0;
    background-image: none;
  }

  .categorysearch,
.themesearch {
    height: auto;
    padding: 0.3em 0;
    color: #33b2d2;
    font-weight: bold;
    font-size: 120%;
    background-color: #eaeaea;
    clear: both;
  }

  .themesearch {
    margin-top: 4%;
  }

  #category h2 img,
.categorysearch img,
.themesearch img,
.searchTitle img {
    display: none;
  }

  #body_reform ul.category:before,
#body_reform ul.category:after {
    content: " ";
    display: table;
  }

  #body_reform ul.category:after {
    clear: both;
  }

  #body_reform ul.category li {
    padding: 2% 1%;
    float: left;
    white-space: nowrap;
    font-size: 80%;
  }

  #body_reform ul.category li.cat-item-5,
#body_reform ul.category li.cat-item-6,
#body_reform ul.category li.cat-item-7,
#body_reform ul.category li.cat-item-13,
#body_reform ul.category li.cat-item-14,
#body_reform ul.category li.cat-item-15,
#body_reform ul.category li.cat-item-16,
#body_reform ul.category li.cat-item-17,
#body_reform ul.category li.cat-item-18 {
    width: 31.3%;
  }

  #body_reform ul.category li.cat-item-8,
#body_reform ul.category li.cat-item-9 {
    width: 20%;
  }

  #body_reform ul.category li.cat-item-10,
#body_reform ul.category li.cat-item-11 {
    width: 26%;
  }

  #body_reform ul.category li.cat-item-19,
#body_reform ul.category li.cat-item-20,
#body_reform ul.category li.cat-item-21,
#body_reform ul.category li.cat-item-22,
#body_reform ul.category li.cat-item-23,
#body_reform ul.category li.cat-item-24,
#body_reform ul.category li.cat-item-25,
#body_reform ul.category li.cat-item-26,
#body_reform ul.category li.cat-item-50,
#body_reform ul.category li.cat-item-51 {
    width: 48%;
  }

  #body_reform ul.category li.cat-item-16,
#body_reform ul.category li.cat-item-17,
#body_reform ul.category li.cat-item-50 {
    border-bottom: none;
  }

  #body_reform ul.category li.cat-item-16,
#body_reform ul.category li.cat-item-26 {
    letter-spacing: -0.04em;
  }

  #body_reform .case {
    width: auto;
    position: relative;
    overflow: hidden;
    padding: 3% 2% 3% 2%;
  }

  #body_reform .case .left {
    width: 30%;
    float: left;
  }

  #body_reform .case .left .name {
    border-left: 3px solid #33b2d2;
    padding-left: 5px;
    font-weight: bold;
    margin: 1em 0;
  }

  #body_reform .case img {
    width: 100%;
    height: auto;
  }

  #body_reform .case .description {
    width: 70%;
  }

  #body_reform .case .description h3 {
    display: none;
  }

  #body_reform .case .description .right {
    width: 94%;
    position: absolute;
    bottom: 4%;
    left: 3%;
  }

  #body_reform .case .description .right a {
    width: auto;
    height: 1px;
    padding: 3.9% 0;
    overflow: hidden;
    display: block;
    background: url(../reform_data/wp-content/themes/twentyeleven/img/category/btnReform01_sp.gif) no-repeat;
    background-size: 100% auto;
  }

  #body_reform .case .description .right img {
    display: none;
  }

  #body_reform .case h3 {
    width: auto;
    height: auto;
    margin-right: -5%;
    margin-bottom: 3%;
  }

  #body_reform .case h3 img {
    width: 100%;
    height: auto;
  }

  #body_reform .customer {
    display: none;
  }

  #body_reform .customer span {
    width: 28%;
    position: absolute;
    bottom: 19%;
    left: 2%;
    border-left: 2px solid #33b2d2;
    padding-left: 3px;
    font-size: 12px;
  }

  #body_reform .case .caption {
    width: 95%;
    margin-bottom: 3%;
    margin-left: 5%;
    border: none;
  }

  #body_reform .case .caption td {
    width: auto !important;
    font-size: 80%;
    vertical-align: top;
  }

  #body_reform .case .caption img {
    display: none;
  }

  #body_reform .case .caption .td_t {
    white-space: nowrap;
    color: #33b2d2;
    padding-right: 0.5em;
  }

  #body_reform .searchBox {
    width: auto;
    height: auto !important;
    overflow: hidden;
  }

  #body_reform .h_search,
#body_reform .blue {
    margin-right: -80%;
  }

  #body_reform .h_search img,
#body_reform .blue img {
    width: 100%;
    height: auto;
  }

  #typesearch {
    margin-left: 20px;
    margin-bottom: 10px;
  }

  #typesearch li {
    float: none;
    margin-top: 1%;
    margin-left: 0;
    margin-right: 0;
    font-size: 90%;
  }

  #preicesearch li {
    width: 50%;
    font-size: 80%;
    margin: 0 0 1% 0;
  }

  .searchbottom {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .searchbottom input {
    width: 1px;
    height: 1px;
    border: none;
    overflow: hidden;
    line-height: 1pt;
    padding: 5% 30%;
    background: url(../reform_data/wp-content/themes/twentyeleven/img/search.gif) no-repeat;
    background-size: 100% auto;
  }

  .searchWrapper {
    overflow: hidden;
    margin-bottom: 20px;
  }

  .entry-header h3 {
    font-size: 18px !important;
  }

  .page-numbers {
    letter-spacing: -0.03em;
  }

  #reform_box {
    padding: 3%;
  }

  #reform_box .spNone {
    display: none !important;
  }

  #reform_box h2 {
    margin-bottom: 0.8em !important;
    padding-bottom: 0.8em !important;
  }

  #reform_box h2 img {
    display: block;
  }

  #reform_box img {
    max-width: 100%;
    height: auto;
  }

  #reform_box .right,
#reform_box .left {
    width: auto !important;
    float: none;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #reform_box .img {
    text-align: center;
    margin-bottom: 1em;
  }

  #reform_box .subtitle img {
    display: none;
  }

  #reform_box #detail {
    width: auto;
    position: relative;
    margin-top: 30px;
    padding-top: 15px;
    background-image: none !important;
  }

  #reform_box #detail .left {
    width: 50% !important;
    float: left;
  }

  #reform_box #detail li {
    text-indent: -0.7em;
    padding-left: 0.7em;
    font-size: 80%;
    margin-bottom: 1em !important;
    line-height: 130%;
  }

  #reform_box #detail span {
    text-indent: 0 !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    display: inline !important;
  }

  #reform_box #detail .name {
    font-size: 15px;
    font-weight: bold;
  }

  #reform_box #detail .right {
    width: 60% !important;
    float: none;
    margin: 0 0 5% 0;
  }

  .reformBox01 {
    width: auto !important;
    height: auto !important;
    background-image: none !important;
  }

  #body_reform #reform_box .reformBox02 .left {
    width: auto !important;
    float: none !important;
  }

  #body_reform #reform_box #detail .notes {
    width: auto !important;
  }

  .reformBox03 {
    margin-top: 0 !important;
  }

  .center {
    text-align: center;
  }

  /* solar */
  #solar {
    background-image: none !important;
  }

  #solar #cSolar {
    width: auto;
  }

  #solar #cTop {
    width: auto;
    height: auto;
  }

  #solar #cTop img {
    width: 100%;
    height: auto;
  }

  #solar #naviTop,
#solar #naviTop ul,
#solar #naviTop li,
#solar #naviTop li a {
    width: auto;
    height: auto;
    padding: 0;
  }

  #solar #naviTop li {
    width: 33.3333%;
    margin: 0 0 1em 0;
  }

  #solar #naviTop li a {
    background-image: none;
    text-indent: 0;
  }

  #solar #naviTop img,
#solar #bnrArea li img {
    width: 100%;
    height: auto;
  }

  #solar #bnrArea,
#solar #bnrArea li,
#solar #bnrArea li.list01 {
    width: auto;
    height: auto;
    margin: 0;
  }

  #solar #bnrArea {
    padding: 0 3%;
  }

  #solar #bnrArea li {
    width: 49%;
    margin-bottom: 2%;
  }

  #solar #bnrArea li.list01 {
    width: auto;
    display: block;
    float: none;
    margin-bottom: 5%;
  }

  #solar #bnrArea li.list01 p {
    line-height: 120%;
    font-size: 80%;
    padding-top: 0.5em;
  }

  #solar #bnrArea li.list02,
#solar #bnrArea li.list04 {
    margin-right: 2%;
  }

  #solar #bnrArea li.list04 {
    margin-bottom: 5%;
  }

  #solar #bnrArea span {
    display: none;
  }

  #solar #attention {
    display: none;
  }

  #solar #copy,
#solar02 #copy {
    width: auto;
  }

  #solar #copy address,
#solar02 #copy address {
    font-size: 8px;
  }

  #solar02 {
    background-image: none !important;
  }

  #solar02 #cSolar02 {
    width: auto;
  }

  #solar02 #cSolar02 #cHeader {
    width: auto;
    height: auto;
    background-image: none;
  }

  #cSolar02 #cHeader img {
    width: 100%;
    height: auto;
  }

  #solar02 #cSolar02 #btnHeader {
    display: none;
  }

  #solar02 #menu {
    height: auto;
    padding: 0;
    margin-bottom: 0;
  }

  #solar02 #menu li {
    width: 33.333%;
    height: auto;
    margin: 0;
  }

  #solar02 #menu li:last-child {
    margin-bottom: 5%;
  }

  #solar02 #menu li a,
#solar02 #menu li p {
    width: auto;
    height: auto;
    text-indent: 0;
    background-image: none;
  }

  #solar02 #menu li img {
    width: 100%;
    height: auto;
  }

  #solar02 #cSolar02 #wrapper {
    padding: 0 3%;
  }

  #solar02 #cSolar02 .container01 {
    margin: 0;
    height: auto !important;
  }

  #solar02 h3 img,
#solar02 .container01 img,
#solar02 #cSolar02 #footerNavi01 li a img,
#solar02 #footerNavi02 img {
    width: 100%;
    height: auto;
    margin: 0;
  }

  #solar02 .midashi {
    font-size: 110%;
    background-color: #f5f5f5;
    border-left: 3px solid #33b2d2;
    padding: 0.5em 0.5em;
    margin: 0 0 5% 0;
  }

  #solar02 .midashi img {
    display: none;
  }

  #solar02 #cSolar02 h3 {
    margin-bottom: 5%;
  }

  #solar02 .pageTop {
    width: auto;
    display: block;
  }

  #solar02 .pageTop a {
    width: 30%;
    height: 1px;
    overflow: hidden;
    padding: 1.7% 0;
    background: url(../common/imgPagetop02.gif) no-repeat 0 0;
    background-size: 100% auto;
    display: block;
    text-indent: -9999px;
    text-align: left;
    float: right;
    margin-right: 2%;
  }

  #solar02 #cAbout02 {
    padding-right: 30%;
  }

  #solar02 .cAbout03 {
    width: auto;
    padding: 0 3% 0 3%;
    margin-bottom: 20%;
  }

  #solar02 .cAbout04 {
    width: auto;
    padding: 0 3% 0 3%;
    margin-bottom: 5%;
  }

  #cSolar02 #attention {
    padding-top: 1em;
    margin-bottom: 2em;
  }

  #solar02 #cSolar02 #footerNavi01,
#solar02 #cSolar02 #footerNavi02 {
    width: auto;
    height: auto;
    padding: 0;
    margin-left: 0;
  }

  #solar02 #cSolar02 #footerNavi01 li {
    width: auto;
    height: auto;
    margin: 0 0 1em 0;
    float: none;
    display: block;
  }

  #solar02 #cSolar02 #footerNavi01 li a,
#solar02 #cSolar02 #footerNavi02 a {
    width: auto;
    height: auto;
    display: block;
    background-image: none;
    text-indent: 0;
  }

  #solar02 .imgDenka01 {
    position: relative;
  }

  #solar02 #cDenka01 {
    width: auto !important;
  }

  #solar02 #cDenka02 {
    margin-left: 0;
    margin-bottom: 7%;
    padding: 0 10%;
  }

  #solar02 #cDenka03 {
    float: none;
    margin-left: 0;
  }

  #solar02 #cDenka04 {
    margin-bottom: 7%;
  }

  #solar02 #cLive01 {
    margin: 3% 0 8% 0;
    text-align: left;
    line-height: 130%;
    text-indent: -1.5em;
    padding-left: 1.5em;
  }

  #solar02 #cNature01 {
    width: auto !important;
  }

  #solar02 #cNature02 {
    margin-left: 0;
    float: none;
    display: block;
    margin-bottom: 5%;
  }

  #solar02 #cNature03 {
    margin-bottom: 5%;
  }

  #cSolar03 .m_b100 {
    margin-bottom: 0px !important;
  }

  /* request */
  #cRequest01 {
    padding-top: 1em;
  }

  #cRequest01 img {
    width: 100%;
    height: auto;
  }

  #cRequest01 .right img {
    width: auto;
    height: auto;
  }

  #cRequest02 {
    width: auto;
    height: 18px;
  }

  #frm1 .wd-300,
#frm1 .wd-290,
#frm1 .wd-225,
#frm1 .wd-215 {
    width: auto;
    float: none;
  }

  #frm1 .cell10,
#frm1 .cell30 {
    padding-bottom: 0;
  }

  #frm1 .left {
    margin-bottom: 1em;
  }

  #frm1 .cell-catalog-h,
#frm1 .cell-catalog-h02 {
    text-align: center;
    height: auto;
  }

  #frm1 .cell-catalog-h img,
#frm1 .cell-catalog-h02 img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }

  #frm1 p {
    text-align: left;
  }

  #cRequest03 {
    text-align: left;
  }

  #cRequest03 a {
    display: block;
    margin: 0 0 1em 0 !important;
  }

  #cRequest03 img {
    width: 100%;
    height: auto;
  }

  #cRequest03 .img01 {
    width: 80%;
    margin-right: 20%;
  }

  .table-bg table {
    width: 100%;
    font-size: 95%;
  }

  .table-bg table table th,
.table-bg table table td {
    border: none;
    display: block;
    padding-bottom: 2%;
  }

  .table-bg table span.fs-red,
#frm1 .table-bg table span.fs-blue,
#frm2 .table-bg table span.fs-blue {
    font-size: 90%;
    white-space: nowrap;
    padding-left: 0 !important;
    display: block;
  }

  #frm1 .table-bg,
#frm2 .table-bg,
#frm3 .table-bg {
    margin-bottom: 1em;
  }

  #frm1 table input,
#frm1 table textarea,
#frm2 table input,
#frm2 table textarea,
#frm3 table input,
#frm3 table textarea,
#frm3 #body {
    width: 95%;
    padding: 2%;
  }

  #frm1 table input[radio],
#frm2 table input[radio],
#frm3 table input[radio] {
    width: auto;
    padding: 0;
  }

  #frm1 table #name1,
#frm1 table #name2,
#frm2 table #name1,
#frm2 table #name2,
#frm3 table #name1,
#frm3 table #name2,
#frm1 #cInquiry2 table #age {
    width: 28%;
  }

  #frm1 table #kana1,
#frm1 table #kana2,
#frm2 table #kana1,
#frm2 table #kana2,
#frm3 table #kana1,
#frm3 table #kana2 {
    width: 23%;
  }

  #frm1 table #tel1,
#frm1 table #tel2,
#frm1 table #tel3,
#frm1 table #age,
#frm1 table #year,
#frm1 table #zip1,
#frm1 table #zip2,
#frm1 table #estimate,
#frm2 table #tel1,
#frm2 table #tel2,
#frm2 table #tel3,
#frm2 table #age,
#frm2 table #zip1,
#frm2 table #zip2,
#frm3 table #tel1,
#frm3 table #tel2,
#frm3 table #tel3,
#frm3 table #age,
#frm3 table #zip1,
#frm3 table #zip2,
#frm3 table #estimate {
    width: 21%;
  }

  #frm1 table .radio input,
#frm2 table .radio input,
#frm3 table .radio input,
#frm1 #cInquiry2 table #year,
#solar02 #cRequest01 #age {
    width: auto;
    padding: 0;
  }

  #frm1 table .radio02 label,
#frm2 table .radio02 label,
#frm3 table .radio02 label {
    display: inline-block;
  }

  #frm1 table .radio03 label,
#frm2 table .radio03 label,
#frm3 table .radio03 label {
    display: block;
    float: left;
    width: 50%;
  }

  #frm1 table .radio02 input,
#frm2 table .radio02 input,
#frm3 table .radio02 input,
#frm1 table .radio03 input,
#frm2 table .radio03 input,
#frm3 table .radio03 input {
    width: auto;
    padding: 0;
  }

  table .radio04 label:nth-child(7),
table .radio04 label:nth-child(8) {
    font-size: 90%;
    letter-spacing: -0.05em;
  }

  #frm1 table .radio02 br,
#frm2 table .radio02 br,
#frm3 table .radio02 br {
    display: none;
  }

  #frm1 table .radio02 .pcNone,
#frm2 table .radio02 .pcNone,
#frm3 table .radio02 .pcNone {
    display: block;
  }

  #frm1 table .spNone,
#frm2 table .spNone,
#frm3 table .spNone {
    display: none;
  }

  #frm1 .right,
#frm2 .right,
#frm3 .right {
    float: none;
  }

  .table-td-b span.pd-left10 {
    padding-left: 0;
  }

  #solar02 #cRequest02 .textS,
#solar02 #cInquiry2 .textS,
#frm1 table .textS,
#frm2 table .textS {
    font-size: 90%;
    padding: 0;
  }

  #frm1 #cRequest_radio01 label:nth-child(3),
#frm1 #cRequest_radio01 label:nth-child(7),
#frm1 #cRequest_radio01 label:nth-child(8) {
    width: auto;
    display: block;
  }

  #frm2 #cRequest_radio02 label:nth-child(3),
#frm2 #cRequest_radio02 label:nth-child(7),
#frm2 #cRequest_radio02 label:nth-child(8),
#frm2 #cRequest_radio02 label:nth-child(9) {
    width: auto;
    display: block;
  }

  .cell-contact {
    padding: 0 0 1em 0 !important;
    text-align: center;
  }

  .cell-contact li {
    float: none;
    margin: 0 2% 2% 2%;
    padding: 0 !important;
  }

  .cell-contact .pd-right40 {
    padding-right: 0;
  }

  .cell-contact li input,
#btn_next {
    padding: 0.5em 1em;
  }

  #frm2 .wd-300,
#frm2 .wd-290 {
    width: auto;
    float: none;
  }

  #frm2 .wd-300 {
    margin-bottom: 1em;
  }

  #frm2 .wd-300 img,
#frm2 .wd-290 img {
    max-width: 100%;
    height: auto;
  }

  #solar02 #cRequest01 {
    width: auto;
  }

  #solar02 #cRequest02 {
    height: auto;
    background-image: none;
    padding: 0 3%;
  }

  #solar02 #cRequest02 h2 {
    text-indent: 0;
    margin-bottom: 1em;
    font-size: inherit;
    line-height: inherit;
  }

  #solar02 #cRequest03 {
    height: auto;
  }

  #solar02 #cRequest03 li {
    width: auto;
    height: auto;
    float: none;
    clear: both;
    display: block;
    margin: 0 0 1em 0;
    border: 4px double #3db7d3;
    background-image: none;
  }

  #solar02 #cRequest03 li:before,
#solar02 #cRequest03 li:after {
    content: " ";
    display: table;
  }

  #solar02 #cRequest03 li:after {
    clear: both;
  }

  #solar02 #cRequest03 img {
    width: 100%;
    height: auto;
  }

  #solar02 #cRequest03 li .img {
    width: 30%;
    margin: 3% !important;
  }

  #solar02 #cRequest03 li .check01,
#solar02 #cRequest03 li .check02 {
    width: 64%;
    height: auto;
    background-size: 90% auto;
    background-position: 5px 0;
    margin-bottom: 0;
    margin-top: 3%;
    padding-bottom: 7%;
  }

  #solar02 #cRequest03 li .check01 input,
#solar02 #cRequest03 li .check02 input {
    margin-top: auto;
  }

  #solar02 #cInquiry,
#solar02 #cInquiry2 {
    clear: both;
    padding: 0 3%;
    background-image: none;
  }

  #solar02 #cInquiry .lead {
    margin-bottom: 0;
  }

  #solar02 #cInquiry h2 {
    height: auto !important;
    text-indent: 0;
  }

  #solar02 #cInquiry h2 img {
    width: 100%;
    height: auto;
  }

  #solar02 #cInquiry3 {
    width: auto;
    height: auto;
    border: 4px double #3db7d3;
    background-image: none;
  }

  #solar02 #cInquiry3 h3 {
    width: auto;
    height: auto;
    background-image: none;
    text-indent: 0;
    border-left: 3px solid #3db7d3;
    padding-left: 5px;
  }

  #solar02 #cInquiry3 div {
    margin-bottom: 0.2em;
  }

  #solar02 #cInquiry3 label {
    clear: both;
    display: block;
  }

  #solar02 #cInquiry3 textarea {
    width: auto;
    height: auto;
    margin: 0.2em 0 0 0;
  }

  #cFund01 {
    margin: 0 2%;
  }

  #cFund01 h4 {
    border-left: 3px solid #5cbdd6;
    padding-left: 0.7em;
    font-weight: bold;
    font-size: 15px;
    line-height: 130%;
    margin-bottom: 1em;
  }

  #cFund01 h4 img {
    display: none;
  }

  #cFund01 p {
    margin: 0 0 10px 0;
  }

  #cFund01 .button {
    margin: 0 0 10% 0;
    float: none;
    text-align: center;
  }

  #cFund01 .button img {
    width: 100%;
    height: auto;
  }

  .electContract img {
    width: 100%;
    height: auto;
  }

  .electContract h1 {
    margin-bottom: 3.5em;
  }

  .electContract h2 {
    font-size: 160%;
    margin: 0 4% 2.5em;
  }

  .electContract ol {
    padding: 0 4%;
  }

  .electContract li {
    margin-bottom: 3.5em;
    position: relative;
  }

  .electContract li:last-of-type {
    margin-bottom: 3em;
  }

  .electContract .list01 .img,
.electContract .list05 .img {
    top: 1em;
  }

  .electContract .list04 .img {
    width: 2.4em;
    top: 0.2em;
  }

  .electContract .list05 .img {
    width: 2.8em;
  }

  .electContract .list07 .img {
    top: 0.3em;
  }

  .electContract ol .img {
    width: 2.8em;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(-50%);
  }

  .electContract ol .img img {
    max-width: 100%;
  }

  .electContract ol h3 {
    font-size: 120%;
    line-height: 1.1;
    padding-left: 1em;
    position: relative;
    letter-spacing: -0.04em;
  }

  .electContract ol .img + .text h3 {
    padding-right: 3.5em;
  }

  .electContract ol h3 span {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .electContract .button {
    padding: 0 6%;
  }

  .electContract02 {
    padding: 1em 4% 4em;
    box-sizing: border-box;
  }

  .electContract02 h1 {
    border-bottom: none;
    padding-bottom: 0;
    font-size: 160%;
  }

  .electContract02 .head {
    border-bottom: 1px solid #0297e5;
    padding-bottom: 1em;
    margin: 0 0 4em;
  }

  .electContract02 .head p {
    font-size: 82%;
    letter-spacing: -0.02em;
  }

  .electContract02 h2 {
    font-size: 115%;
    margin-bottom: 2em;
  }

  .electContract02 .button img {
    width: 100%;
  }

  #contents.electContract03 {
    padding: 1em 4% 4em;
    box-sizing: border-box;
  }

  .electContract03 .head {
    box-sizing: border-box;
    padding: 0 0 1em;
    margin-bottom: 1em;
  }

  .electContract03 .head p {
    font-size: 75%;
    letter-spacing: -0.08em;
  }

  .electContract03 .head h1 {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0.7em;
    font-size: 160%;
  }

  .electContract03 #article-area {
    padding: 0 !important;
  }

  .electContract03 .lead {
    font-size: 92%;
    padding: 0;
    margin: 0 0 1.5em;
  }

  .electContract03 h5.sub {
    font-size: 115;
  }

  .electContract03 #article-area #btn_next {
    width: 85%;
    height: 11vw;
    margin: 0 auto;
  }

  .thanksCenter .lead {
    text-align: center;
  }
}
@media screen and (min-width: 480px) {
  .footer-navi-bg form {
    padding-top: 15%;
  }
}
body {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  background: none;
  word-break: break-word;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

.site-main a:link {
  color: inherit;
}

.wd-110 {
  width: 110px;
}

.contact__head {
  margin: 0;
  padding: 50px 15px 0;
}
.contact__head h1 {
  margin-bottom: 20px;
  color: #303741;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
}
.contact__head .leadTxt {
  margin-bottom: 20px;
  color: #303030;
  font-size: 13px;
  text-align: left;
  line-height: 1.6;
}
.contact__head .contactFlow ul, .contact__head .contactFlow li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact__head .contactFlow ul {
  display: flex;
  margin: 0 -3px;
}
.contact__head .contactFlow li {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding: 0 3px;
  position: relative;
}
.contact__head .contactFlow li::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.58);
  position: absolute;
  left: 0;
  top: 0;
}
.contact__head .contactFlow li.current::after {
  content: none;
}
.contact__head .contactFlow p {
  padding: 10px 5px;
  height: 100%;
  color: #0b439a;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  background-color: #edf0f4;
  border-bottom: 5px solid #0b439a;
}
.contact__head .contactFlow small {
  display: block;
  margin-bottom: 5px;
  font-size: 88%;
}

.requestArea {
  background-color: #e0f0f9;
  padding: 20px 0;
  margin-top: 30px;
  border: 1px solid #2d8bd8;
}
.requestArea :not(:last-child) {
  margin-right: 40px;
}

@media screen and (min-width: 768px) {
  .contact__head {
    margin: 0 auto;
    padding: 100px 15px 0;
    width: 100%;
    max-width: 860px;
  }
  .contact__head h1 {
    font-size: 36px;
  }
  .contact__head .leadTxt {
    margin-bottom: 70px;
    font-size: 14px;
    text-align: center;
    line-height: 1.85;
  }
  .contact__head .leadTxt a {
    font-size: 15px;
  }
  .contact__head .contactFlow p {
    padding: 16px 5px;
    height: auto;
    font-size: 18px;
  }
  .contact__head .contactFlow small {
    font-size: 14px;
  }

  .requestArea {
    margin-top: 0;
    padding: 30px 0;
    border: none;
  }
  .requestArea :not(:last-child) {
    margin-right: 60px;
  }
}
/* CONTACT */
.contactBlock {
  margin: 0 auto;
  padding: 0 0 50px;
  font-size: 12px;
  width: 100%;
}
.contactBlock .inner {
  width: 100%;
  max-width: 880px;
}
.contactBlock h5.sub {
  margin: 10px 0;
  color: #1c0f0e;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
  border: 0;
}
.contactBlock h5.sub:first-of-type {
  margin-top: 30px;
}
.contactBlock h5.sub.only {
  color: #8f221a;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .contactBlock {
    font-size: 14px;
  }
  .contactBlock h5.sub {
    font-size: 19px;
  }
  .contactBlock h5.sub.only {
    margin: -9px 0 8px;
  }
}
.contactFormBlock {
  margin-bottom: 30px;
}

@media screen and (min-width: 641px) {
  .contactFormBlock {
    margin-bottom: 30px;
  }
}
.table-bg {
  margin: 0 auto;
  width: 100%;
  max-width: 850px;
  background: none;
}
.table-bg table .table-td-b {
  width: 26%;
  text-align: left;
  vertical-align: middle;
}
.table-bg table .table-td-b span {
  display: block;
}
.table-bg table .table-td-w {
  text-align: left;
}
.table-bg table .table-td-w p {
  margin-top: 5px;
  font-weight: 700;
}
.table-bg table .table-td-w p a {
  color: #0075c1;
}

@media screen and (min-width: 641px) {
  .table-bg table .table-td-b {
    padding: 6px;
    width: 30%;
    line-height: 1.25;
    border-top: 1px solid #dadbdd;
    border-bottom: 1px solid #dadbdd;
  }
  .table-bg table .table-td-b span {
    display: inline;
  }
  .table-bg table .table-td-w {
    padding: 6px 10px;
    line-height: 1.25;
    border-top: 1px solid #dadbdd;
    border-bottom: 1px solid #dadbdd;
  }
  .table-bg.tbl-01 {
    margin-bottom: 60px;
  }
  .table-bg.tbl-02 {
    margin-bottom: 60px;
  }
  .table-bg.tbl-01 table .table-td-b {
    width: 40%;
  }
  .table-bg.tbl-02 table .table-td-b {
    width: 40%;
  }
  .table-bg.tbl-03 table .table-td-b, .table-bg.tbl-03 table .table-td-w {
    padding: 28px 10px;
  }
  .table-bg.tbl-04 table .table-td-b, .table-bg.tbl-04 table .table-td-w {
    padding: 10px 10px;
  }
}
.formPadding {
  line-height: 1.5;
}

.privacyBlock p {
  font-size: 11px;
  line-height: 1.85;
}
.privacyBlock p a {
  color: #0074c1;
  font-size: 12px;
}

@media screen and (min-width: 641px) {
  .privacyBlock {
    margin-top: 15px;
  }
  .privacyBlock p {
    font-size: 14px;
  }
  .privacyBlock p a {
    font-size: 15px;
  }
}
.submitButtonBlock {
  margin: 30px 0 0;
}
.submitButtonBlock ul, .submitButtonBlock li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.submitButtonBlock label {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  width: 290px;
  height: 40px;
  color: #fff;
  background-color: #0b439a;
  border-radius: 20px;
  position: relative;
}
.submitButtonBlock label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  right: 30px;
  top: calc( 50% - 8px );
}
.submitButtonBlock label input[type=submit]#btn_next,
.submitButtonBlock label input[type=submit]#send,
.submitButtonBlock label input[type=submit]#back {
  padding: 0;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
  background: none;
}

@media screen and (min-width: 641px) {
  .submitButtonBlock {
    margin: 40px 0 0;
    position: relative;
  }
  .submitButtonBlock label {
    width: 370px;
    height: 52px;
    border-radius: 26px;
  }
  .submitButtonBlock label input[type=submit]#btn_next,
.submitButtonBlock label input[type=submit]#send,
.submitButtonBlock label input[type=submit]#back {
    font-size: 22px;
  }
  .submitButtonBlock #DigiCertClickID_o5FHFBxc {
    position: absolute;
    top: 0;
    right: 0;
  }
}
#article-area.contact__index {
  padding: 0 !important;
}

#article-area.contact__conf,
#article-area.contact__thanks {
  padding: 50px 0 !important;
}

@media screen and (min-width: 641px) {
  #article-area.contact__index {
    padding: 54px 0 30px !important;
  }
}
/*# sourceMappingURL=contact.css.map */