<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ===================================================================
CSS information
 style info :各cssファイル読み込み用
=================================================================== */
/* サポートするブラウザ（true：サポートする false：サポートしない）
----------------------------------------------------------- */
/* default style - リセット及びbody基本設定
----------------------------------------------------------- */
/* リンクの色 */
/*----------------------------------------------------
	汎用class
----------------------------------------------------*/
/* ===================================================================
CSS information
 file name  :  default.css
 style info :  リセット及びbody初期設定 (このスタイルシートは基本的に変更しない)
=================================================================== */
/*--- reset */
/* line 8, ../sass/_default.scss */
html {
  overflow-y: scroll;
}

/* line 11, ../sass/_default.scss */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

/* line 15, ../sass/_default.scss */
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

/* line 18, ../sass/_default.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 22, ../sass/_default.scss */
caption, th {
  text-align: left;
}

/* line 25, ../sass/_default.scss */
q:before, q:after {
  content: '';
}

/* line 28, ../sass/_default.scss */
object,
embed {
  vertical-align: top;
}

/* line 32, ../sass/_default.scss */
hr, legend {
  display: none;
}

/* line 35, ../sass/_default.scss */
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

/* line 38, ../sass/_default.scss */
img, abbr, acronym, fieldset {
  border: 0;
}

/* line 41, ../sass/_default.scss */
li {
  list-style-type: none;
}

/*--- default(html5) */
/* line 46, ../sass/_default.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/*--- default */
/* line 62, ../sass/_default.scss */
body {
  background: #FFF;
  color: #333;
  font-size: small;
  font-family: "中ゴシックBBB", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  line-height: 1.5;
}

/* line 69, ../sass/_default.scss */
* html body {
  /* for IF6 */
  font-family: "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

/* 共通のスタイル指定(ヘッダー、フッター)
----------------------------------------------------------- */
/* ===================================================================
CSS information

 file name  :module.css
 author     :hirasawa(admin)
 style info :共通（ヘッダー、フッター）コンテンツエリア関係 他

このスタイルシートの構成
 基本設定、レイアウト、横幅設定など
 汎用class
 #navSkip
 #page
  #contents
   main
   #sub
=================================================================== */
/*----------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------*/
/* line 26, ../sass/_module.scss */
a {
  color: #1A5497;
}

/* line 36, ../sass/_module.scss */
a:hover {
  text-decoration: none;
}

/* line 43, ../sass/_module.scss */
* {
  box-sizing: border-box;
}

/* line 47, ../sass/_module.scss */
p {
  color: #555555;
  font-size: 15px;
}

/*----------------------------------------------------
	汎用class
----------------------------------------------------*/
/* line 54, ../sass/_module.scss */
.imgR {
  float: right;
  margin: 0 0 10px 10px;
}

/* line 59, ../sass/_module.scss */
.imgL {
  float: left;
  margin: 0 10px 10px 0;
}

/* line 64, ../sass/_module.scss */
.btn {
  text-align: center;
}

/* 外部リンクは別窓用の指定 */
/* line 69, ../sass/_module.scss */
.externalIcon {
  padding-left: 5px;
  vertical-align: middle;
}

/* clearfix */
/* line 75, ../sass/_module.scss */
#hoge:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

/*テキストスタイル*/
/* line 79, ../sass/_module.scss */
.red {
  color: #E73817;
}

/* line 82, ../sass/_module.scss */
.sub {
  font-size: 80%;
  color: #666;
}

/*----------------------------------------------------
	#navSkip (NavigationSkip)
----------------------------------------------------*/
/* line 90, ../sass/_module.scss */
span#navSkip {
  position: absolute;
  top: 0;
  left: 0;
}

/*----------------------------------------------------
	#page
----------------------------------------------------*/
/* line 100, ../sass/_module.scss */
#page {
  width: 100%;
  margin: 0 auto;
  text-align: left;
}

/* -----------------------------------------------------------
	header
		通常ヘッダー
----------------------------------------------------------- */
/* line 112, ../sass/_module.scss */
header {
  *zoom: 1;
  width: 100%;
  background: transparent;
  margin: 0px auto;
  padding: 0px 0 10px 0;
  z-index: 900;
  border-top: 4px solid #e72521;
}
/* line 103, ../sass/_vars.scss */
header:after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (max-width: 550px) {
  /* line 112, ../sass/_module.scss */
  header {
    position: fixed;
  }
}
/* line 125, ../sass/_module.scss */
header .contents {
  *zoom: 1;
  background: #FFF;
}
/* line 103, ../sass/_vars.scss */
header .contents:after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (max-width: 550px) {
  /* line 125, ../sass/_module.scss */
  header .contents {
    background: rgba(255, 255, 255, 0.9);
  }
}
/* line 131, ../sass/_module.scss */
header .contents .left {
   /*float: left;*/
  position: relative;
}
@media screen and (max-width: 1024px) {
  /* line 131, ../sass/_module.scss */
  header .contents .left {
    padding-left: 2%;
  }
}
@media screen and (max-width: 880px) {
  /* line 131, ../sass/_module.scss */
  header .contents .left {
    float: none;
  }
}
/* line 140, ../sass/_module.scss */
header .contents .left #rogo {
  font-size: 18px;
  padding-top: 8px;
}
@media screen and (max-width: 1024px) {
  /* line 140, ../sass/_module.scss */
  header .contents .left #rogo {
    text-align: center;
  }
}
@media only screen and (max-width: 550px) {
  /* line 140, ../sass/_module.scss */
  header .contents .left #rogo {
    padding-top: 18px;
    padding-bottom: 7px;
  }
}
/* line 150, ../sass/_module.scss */
header .contents .left #rogo a {
  color: #555555;
  text-decoration: none;
}
/* line 153, ../sass/_module.scss */
header .contents .left #rogo a:hover {
  text-decoration: none;
}
/* line 156, ../sass/_module.scss */
header .contents .left #rogo a img {
  padding-bottom: 6px;
  padding-right: 5px;
}
@media screen and (max-width: 400px) {
  /* line 163, ../sass/_module.scss */
  header .contents .left #rogo a img {
    display: none;
  }
}
/* line 170, ../sass/_module.scss */
header .contents .left #toggle {
  display: none;
}
@media only screen and (max-width: 550px) {
  /* line 170, ../sass/_module.scss */
  header .contents .left #toggle {
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 40px;
    background: #FFF;
  }
  /* line 179, ../sass/_module.scss */
  header .contents .left #toggle a {
    display: block;
    position: relative;
    padding: 12px 0 10px;
    border-bottom: 1px solid #FFF;
    color: #fff;
    text-align: center;
    text-decoration: none;
  }
  /* line 187, ../sass/_module.scss */
  header .contents .left #toggle a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 9px;
    width: 22px;
    height: 4px;
    background: #FFF;
    margin-top: -6px;
  }
  /* line 198, ../sass/_module.scss */
  header .contents .left #toggle a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 9px;
    width: 22px;
    height: 4px;
    background: #FFF;
    margin-top: 2px;
  }
  /* line 210, ../sass/_module.scss */
  header .contents .left #toggle:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #E73817;
  }
}
/* line 228, ../sass/_module.scss */
header .contents .right {
 /*float: right;*/
}
@media screen and (max-width: 1024px) {
  /* line 228, ../sass/_module.scss */
  header .contents .right {
    padding-right: 2%;
  }
}
@media screen and (max-width: 880px) {
  /* line 228, ../sass/_module.scss */
  header .contents .right {
    float: none;
    padding-right: 0;
  }
}
/* line 237, ../sass/_module.scss */
header .contents .right #gnav {
  margin-top: 32px;
  background: transparent;
}
@media screen and (max-width: 550px) {
  /* line 237, ../sass/_module.scss */
  header .contents .right #gnav {
    background: #E4E4E4;
  }
}
/* line 245, ../sass/_module.scss */
header .contents .right #gnav li {
  display: inline-block;
  padding: 0px 10px;
  border-right: 1px solid #555555;font-size: 15px;
}
/* line 249, ../sass/_module.scss */
header .contents .right #gnav li a {
  color: #555555;
  text-decoration: none;
}
/* line 253, ../sass/_module.scss */
header .contents .right #gnav li:first-child {
  border-left: 1px solid #555555;
}
@media screen and (max-width: 1024px) {
  /* line 258, ../sass/_module.scss */
  header .contents .right #gnav li {
    padding: 0px 5px;
  }
}
@media screen and (max-width: 880px) {
  /* line 237, ../sass/_module.scss */
  header .contents .right #gnav {
    margin-top: 32px;
    margin: 10px auto;
    text-align: center;
  }
}
@media screen and (max-width: 550px) {
  /* line 237, ../sass/_module.scss */
  header .contents .right #gnav {
    display: none;
    margin: 0;
    *zoom: 1;
  }
  /* line 103, ../sass/_vars.scss */
  header .contents .right #gnav:after {
    content: "";
    display: block;
    clear: both;
  }
  /* line 274, ../sass/_module.scss */
  header .contents .right #gnav li {
    float: left;
    display: block;
    width: 50%;
    font-size: 15px;
    height: 50px;
    border: #FFF 1px solid;
    background: #E4E4E4;
    padding-top: 15px;
  }
  /* line 284, ../sass/_module.scss */
  header .contents .right #gnav li:first-child {
    border-left: 1px solid #FFF;
  }
}
@media screen and (max-width: 479px) {
  /* line 290, ../sass/_module.scss */
  header .contents .right #gnav li {
    font-size: 12px;
  }
}
/* line 297, ../sass/_module.scss */
header #header_top {
  /*box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.2) inset;*/
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  /* line 297, ../sass/_module.scss */
  header #header_top {
    text-align: center;
  }
}
/* line 303, ../sass/_module.scss */
header #header_top .contents {
  background: url(/denki/img/share/rogo_h_g.jpg) no-repeat center left;
  font-size: 12px;
  height: 30px;
  color: #FFF;
  *zoom: 1;
}
/* line 103, ../sass/_vars.scss */
header #header_top .contents:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 1024px) {
  /* line 303, ../sass/_module.scss */
  header #header_top .contents {
    padding: 0 2%;
  }
}
@media screen and (max-width: 480px) {
  /* line 303, ../sass/_module.scss */
  header #header_top .contents {
    background: #E73817;
    /*box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.2) inset;*/
    height: 0;
  }
}
/* line 318, ../sass/_module.scss */
header #header_top .contents #head_link_g {
  float: right;
  color: #E73817;
  text-align: right;
  position: relative;
  text-decoration: none;
  font-weignt: bold;
  margin-top: 4px;
}
/* line 328, ../sass/_module.scss */
header #header_top .contents #head_link_g::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: -10px;
  border: 5px solid transparent;
  border-left: 5px solid #E73817;
}
@media screen and (max-width: 480px) {
  /* line 318, ../sass/_module.scss */
  header #header_top .contents #head_link_g {
    color: #FFF;
  }
  /* line 340, ../sass/_module.scss */
  header #header_top .contents #head_link_g::before {
    border-left: 5px solid #FFF;
  }
}
/* line 347, ../sass/_module.scss */
header .top_cap {
  color: #0a4e98;
  font-size: 12px;
}
/* line 351, ../sass/_module.scss */
header img {
  vertical-align: middle;
}

/*----------------------------------------------------
	#contents（通常）
----------------------------------------------------*/
/* line 362, ../sass/_module.scss */
#contents {
  width: 1000px;
  margin: 0 auto;
}

/* line 367, ../sass/_module.scss */
#contents .pageTop {
  clear: both;
  text-align: right;
}

/* line 371, ../sass/_module.scss */
.topicpath {
  width: 100%;
  padding-bottom: 5px;
  line-height: 1.5;
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  /* line 371, ../sass/_module.scss */
  .topicpath {
    box-sizing: border-box;
    padding-left: 5%;
  }
}
/* line 380, ../sass/_module.scss */
.topicpath ol {
  margin-bottom: 10px;
}
/* line 382, ../sass/_module.scss */
.topicpath ol li {
  display: inline;
  color: #333;
  list-style-type: none;
}
/* line 386, ../sass/_module.scss */
.topicpath ol li a {
  color: #E73817;
}
/* line 389, ../sass/_module.scss */
.topicpath ol li:before {
  content: " &gt; ";
}
/* line 392, ../sass/_module.scss */
.topicpath ol li:first-child:before {
  content: none;
}

/* -----------------------------------------------------------
		totop
----------------------------------------------------------- */
/* line 405, ../sass/_module.scss */
.wrap {
  position: relative;
}
@media screen and (max-width: 1024px) {
  /* line 405, ../sass/_module.scss */
  .wrap {
    display: none;
  }
}

/* line 412, ../sass/_module.scss */
#totop {
  position: fixed;
  right: 50%;
  margin-right: -500px;
  bottom: 40px;
  z-index: 9999;
}

/* -----------------------------------------------------------
	footer
		フッター
----------------------------------------------------------- */
/* line 425, ../sass/_module.scss */
footer {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5) inset;
  width: 100%;
  min-width: 1000px;
  margin: 0 auto;
  background-color: #FFF;
  height: 160px;
}
@media screen and (max-width: 1023px) {
  /* line 425, ../sass/_module.scss */
  footer {
    min-width: 0px;
  }
}
/* line 436, ../sass/_module.scss */
footer #footer_nav {
  display: block;
  text-align: center;
  padding: 20px 0;
}
/* line 440, ../sass/_module.scss */
footer #footer_nav li {
  display: inline-block;
  padding: 0px 10px;
  border-left: 1px solid #555555;
}
/* line 444, ../sass/_module.scss */
footer #footer_nav li a {
  color: #555555;
  text-decoration: none;
}
/* line 448, ../sass/_module.scss */
footer #footer_nav li:first-child {
  border-left: none;
}
@media screen and (max-width: 480px) {
  /* line 436, ../sass/_module.scss */
  footer #footer_nav {
    padding: 0;
  }
  /* line 454, ../sass/_module.scss */
  footer #footer_nav li {
    display: block;
    padding: 0px;
    border-left: none;
    border-bottom: #FFF 1px solid;
    background: #E4E4E4;
  }
  /* line 460, ../sass/_module.scss */
  footer #footer_nav li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px;
  }
}
/* line 470, ../sass/_module.scss */
footer #copyright {
  clear: both;
  display: block;
  text-align: center;
  color: #555555;
  padding: 8px 0;
}

@media screen and (max-width: 1024px) {
  /* line 480, ../sass/_module.scss */
  footer {
    min-width: auto;
  }
}
/* -----------------------------------------------------------
	汎用
----------------------------------------------------------- */
/* line 496, ../sass/_module.scss */
img {
  vertical-align: middle;
}

/* line 499, ../sass/_module.scss */
.wrap {
  width: 100%;
  margin: 0 auto;
}

/* line 503, ../sass/_module.scss */
.contents {
  /*#contentsとは区別。これはLPで.wrapの中に入れて真ん中に寄せる用*/
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  /* line 503, ../sass/_module.scss */
  .contents {
    width: 100%;
  }
}

/* line 510, ../sass/_module.scss */
.pl25 {
  padding-left: 25px;
}

/* line 513, ../sass/_module.scss */
.pt15 {
  padding-top: 15px;
}

/* line 516, ../sass/_module.scss */
.red_h {
  background: #E73817;
  font-size: 22px;
  font-weight: bold;
  color: #FFF;
  padding: 5px 15px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  /* line 516, ../sass/_module.scss */
  .red_h {
    font-size: 18px;
  }
}

/* line 528, ../sass/_module.scss */
.h_cap {
  background: #EDEDEC;
  color: #555555;
  padding: 10px;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  /* line 528, ../sass/_module.scss */
  .h_cap {
    font-size: 16px;
    font-weight: normal;
  }
}

/* line 540, ../sass/_module.scss */
.mt60 {
  margin-top: 60px;
}

/* line 543, ../sass/_module.scss */
.yellow_h {
  text-align: center;
  background: #FFF325;
  font-size: 30px;
  font-weight: bold;
  padding: 11px 0 7px 0;
  color: #555;
  border-radius: 5px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  /* line 543, ../sass/_module.scss */
  .yellow_h {
    font-size: 18px;
  }
  /* line 554, ../sass/_module.scss */
  .yellow_h img {
    width: 25px;
    height: auto;
  }
}

/* line 561, ../sass/_module.scss */
.pink_h {
  padding: 20px 10px;
  background: #F8C3B9;
  color: #323232;
  font-size: 20px;
  margin: 15px 0;
}
@media screen and (max-width: 767px) {
  /* line 561, ../sass/_module.scss */
  .pink_h {
    margin: 15px 0 0 0;
  }
}
/* line 570, ../sass/_module.scss */
.pink_h .small {
  font-size: 17px;
}

/* line 574, ../sass/_module.scss */
.black_h {
  padding: 10px 0px;
  color: #323232;
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
}

/* line 582, ../sass/_module.scss */
.orange_link {
  font-weight: normal;
  background: url(/denki/img/share/arr_r_w.png) no-repeat right center #F29600;
  border: 1px solid #D37D00;
  border-radius: 5px;
  color: #FFF;
  padding: 15px 25px;
  text-align: center;
  display: inline-block;
  font-size: 17px;
  text-decoration: none;
}
/* line 593, ../sass/_module.scss */
.orange_link:hover {
  opacity: 0.8;
}
/* line 596, ../sass/_module.scss */
.orange_link.arr_none {
  background-image: none;
}
/* line 599, ../sass/_module.scss */
.orange_link.maru {
  background: url(/denki/img/share/arr_r_w_maru.png) no-repeat left center #F29600;
}
/* line 602, ../sass/_module.scss */
.orange_link.maru2 {
  background: url(/denki/img/share/arr_r_w_maru.png) no-repeat right center #F29600;
}

/* line 606, ../sass/_module.scss */
.red_link {
  font-weight: normal;
  background: url(/denki/img/share/arr_r_w.png) no-repeat right center #F29600;
  border: 1px solid #E73817;
  border-radius: 5px;
  color: #FFF;
  padding: 15px 25px;
  text-align: center;
  display: inline-block;
  font-size: 17px;
  text-decoration: none;
}
/* line 617, ../sass/_module.scss */
.red_link:hover {
  opacity: 0.8;
}
/* line 620, ../sass/_module.scss */
.red_link.arr_none {
  background-image: none;
}
/* line 623, ../sass/_module.scss */
.red_link.maru {
  background: url(/denki/img/share/arr_r_w_maru.png) no-repeat left center #E73817;
}
/* line 626, ../sass/_module.scss */
.red_link.maru2 {
  background: url(/denki/img/share/arr_r_w_maru.png) no-repeat right center #E73817;
}

/* line 630, ../sass/_module.scss */
.gray_link {
  font-weight: normal;
  background: url(/denki/img/share/arr_r_w.png) no-repeat right center #888888;
  border: 1px solid #555555;
  border-radius: 5px;
  color: #FFF;
  padding: 15px 25px;
  text-align: center;
  display: inline-block;
  font-size: 17px;
  text-decoration: none;
}
/* line 641, ../sass/_module.scss */
.gray_link:hover {
  opacity: 0.8;
}
/* line 644, ../sass/_module.scss */
.gray_link.arr_none {
  background-image: none;
}
/* line 647, ../sass/_module.scss */
.gray_link.maru {
  background: url(/denki/img/share/arr_l_w_maru.png) no-repeat left center #555555;
}
/* line 650, ../sass/_module.scss */
.gray_link.maru2 {
  background: url(/denki/img/share/arr_l_w_maru.png) no-repeat right center #555555;
}

/* line 654, ../sass/_module.scss */
.w230 {
  width: 230px;
}

/* line 657, ../sass/_module.scss */
.red_bold {
  font-size: 18px;
  font-weight: bold;
  color: #E73817;
  padding: 30px 10px;
}

/* line 663, ../sass/_module.scss */
.list_style_normal {
  padding-left: 20px;
}
/* line 665, ../sass/_module.scss */
.list_style_normal li {
  list-style-type: disc;
}

/* line 669, ../sass/_module.scss */
.lr_box {
  *zoom: 1;
}
/* line 103, ../sass/_vars.scss */
.lr_box:after {
  content: "";
  display: block;
  clear: both;
}
/* line 671, ../sass/_module.scss */
.lr_box .left {
  float: left;
}
/* line 675, ../sass/_module.scss */
.lr_box .right {
  float: right;
}

/* all style
----------------------------------------------------------- */
/*=============================================================================

トップページ  /iwatani-kanto/denki/index.php

===============================================================================*/
/* line 11, ../sass/_main.scss */
#mainVis {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  /* line 11, ../sass/_main.scss */
  #mainVis {
    background-size: cover;
    display: block;
    padding: 0 2%;
  }
}
@media screen and (max-width: 550px) {
  /* line 11, ../sass/_main.scss */
  #mainVis {
    padding-top: 100px;
  }
}
/* line 21, ../sass/_main.scss */
#mainVis img {
  vertical-align: middle;
}
@media screen and (max-width: 1024px) {
  /* line 21, ../sass/_main.scss */
  #mainVis img {
    width: 96%;
    height: auto;
  }
}
/* line 30, ../sass/_main.scss */
#mainVis .contents {
  background: #FFFBC1;
  border: 4px solid #555555;
  border-radius: 10px;
  padding: 1%;
  overflow: hidden;
  *zoom: 1;
}
/* line 103, ../sass/_vars.scss */
#mainVis .contents:after {
  content: "";
  display: block;
  clear: both;
}
/* line 37, ../sass/_main.scss */
#mainVis .contents .pc {
  display: block;
}
/* line 40, ../sass/_main.scss */
#mainVis .contents .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  /* line 44, ../sass/_main.scss */
  #mainVis .contents .pc {
    display: none;
  }
  /* line 47, ../sass/_main.scss */
  #mainVis .contents .sp {
    display: block;
  }
}

/* line 55, ../sass/_main.scss */
.main_sec {
  width: 100%;
  margin: 0px auto 50px auto;
  padding-top: 10px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  /* line 55, ../sass/_main.scss */
  .main_sec {
    margin-bottom: 10;
    padding-bottom: 10px;
    padding: 10px 2%;
  }
}
@media screen and (max-width: 550px) {
  /* line 55, ../sass/_main.scss */
  .main_sec {
    padding-top: 100px;
  }
  /* line 68, ../sass/_main.scss */
  .main_sec.main_sec_top {
    padding-top: 10px;
  }
}

/* line 75, ../sass/_main.scss */
.top_menu {
  *zoom: 1;
  margin: 25px 0 0 0;
}
/* line 103, ../sass/_vars.scss */
.top_menu:after {
  content: "";
  display: block;
  clear: both;
}
/* line 81, ../sass/_main.scss */
.top_menu li {
  float: left;
  display: block;
  width: 19%;
  height: 135px;
  margin-right: 1.1%;
}
/* line 87, ../sass/_main.scss */
.top_menu li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1023px) {
  /* line 81, ../sass/_main.scss */
  .top_menu li {
    width: 48%;
    margin-bottom: 20px;
  }
  /* line 93, ../sass/_main.scss */
  .top_menu li:nth-child(2) {
    margin-right: 0;
  }
}
@media screen and (max-width: 479px) {
  /* line 81, ../sass/_main.scss */
  .top_menu li {
    width: 98%;
  }
}
/* line 101, ../sass/_main.scss */
.top_menu li a {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 10px;
  background: #E73817;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  overflow: hidden;
  text-indent: 120%;
  white-space: nowrap;
  margin-bottom: 20px;
}
/* line 112, ../sass/_main.scss */
.top_menu li a.simulation {
  background: url(/denki/img/top/top_menu_1.jpg) no-repeat center center #E73817;
  background-size: 90%;
}
@media screen and (max-width: 1023px) {
  /* line 112, ../sass/_main.scss */
  .top_menu li a.simulation {
    background-size: auto;
  }
}
/* line 117, ../sass/_main.scss */
.top_menu li a.simulation2 {
  background: url(/denki/img/top/top_menu_5.jpg) no-repeat center center #E73817;
  background-size: 90%;
}
@media screen and (max-width: 1023px) {
  /* line 117, ../sass/_main.scss */
  .top_menu li a.simulation2 {
    background-size: auto;
  }
}
/* line 122, ../sass/_main.scss */
.top_menu li a.flow {
  background: url(/denki/img/top/top_menu_2.jpg) no-repeat center center #E73817;
  background-size: 90%;
}
@media screen and (max-width: 1023px) {
  /* line 122, ../sass/_main.scss */
  .top_menu li a.flow {
    background-size: auto;
  }
}
/* line 127, ../sass/_main.scss */
.top_menu li a.entry {
  background: url(/denki/img/top/top_menu_3.jpg) no-repeat center center #E73817;
  background-size: 90%;
}
@media screen and (max-width: 1023px) {
  /* line 127, ../sass/_main.scss */
  .top_menu li a.entry {
    background-size: auto;
  }
}
/* line 132, ../sass/_main.scss */
.top_menu li a.contact {
  background: url(/denki/img/top/top_menu_4.jpg) no-repeat center center #E73817;
  background-size: 90%;
}
@media screen and (max-width: 1023px) {
  /* line 132, ../sass/_main.scss */
  .top_menu li a.contact {
    background-size: auto;
  }
}
/* line 137, ../sass/_main.scss */
.top_menu li a:hover {
  opacity: 0.9;
}

/*=============================================================================

電気ご利用ガイド /denki/guide.php

===============================================================================*/
/* line 151, ../sass/_main.scss */
.comment {
  font-size: 12px;
  position: relative;
  padding-left: 15px;
  font-weight: bold;
}
/* line 156, ../sass/_main.scss */
.comment::after {
  content: "*";
  display: block;
  position: absolute;
  top: 1px;
  left: 3px;
  font-size: 16px;
}

/* line 165, ../sass/_main.scss */
.tel_box {
  *zoom: 1;
}
/* line 103, ../sass/_vars.scss */
.tel_box:after {
  content: "";
  display: block;
  clear: both;
}
/* line 167, ../sass/_main.scss */
.tel_box .tel_h_box {
  text-align: center;
}
/* line 170, ../sass/_main.scss */
.tel_box .tel_h {
  display: inline-block;
  padding: 30px 10px 30px 55px;
  font-size: 30px;
  font-weight: bold;
  background: url(/denki/img/share/guide_tel.png) no-repeat left center;
  margin: auto;
}
/* line 179, ../sass/_main.scss */
.tel_box .tel_box_1 {
  float: left;
  width: 48%;
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 10px 0 30px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  /* line 179, ../sass/_main.scss */
  .tel_box .tel_box_1 {
    float: none;
    width: 100%;
    margin-bottom: 0px;
  }
}
/* line 192, ../sass/_main.scss */
.tel_box .tel_box_1 .tel_h2 {
  font-size: 22px;
  font-weight: normal;
  padding-bottom: 15px;
}
/* line 198, ../sass/_main.scss */
.tel_box .tel_box_2 {
  float: right;
  width: 48%;
  background: #FFFBC1;
  margin-bottom: 20px;
  padding: 10px 10px 20px 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  /* line 198, ../sass/_main.scss */
  .tel_box .tel_box_2 {
    float: none;
    width: 100%;
  }
}
/* line 209, ../sass/_main.scss */
.tel_box .tel_box_2 .tel_h3 {
  padding: 10px 0 14px 0;
  font-size: 18px;
  font-weight: normal;
}
/* line 214, ../sass/_main.scss */
.tel_box .tel_box_2 .tel_h2 {
  font-size: 22px;
  font-weight: normal;
}

/* line 221, ../sass/_main.scss */
.dial {
  font-size: 40px;
  font-weight: bold;
  color: #444444;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  /* line 221, ../sass/_main.scss */
  .dial {
    font-size: 30px;
  }
}
/* line 229, ../sass/_main.scss */
.dial span.freeDial {
  display: block;
  font-size: 20px;
  position: relative;
  top: -10px;
  left: -10px;
}
@media screen and (max-width: 767px) {
  /* line 229, ../sass/_main.scss */
  .dial span.freeDial {
    display: block;
    top: 0px;
    left: 0px;
  }
}

/* line 243, ../sass/_main.scss */
.fz15 {
  font-size: 15px;
  font-weight: normal;
}

/* line 247, ../sass/_main.scss */
.mtb20 {
  margin: 20px 0;
}

/* line 251, ../sass/_main.scss */
.time_info {
  margin-top: 30px;
}
/* line 253, ../sass/_main.scss */
.time_info .left {
  width: 50%;
}
/* line 255, ../sass/_main.scss */
.time_info .left .red_h {
  font-weight: normal;
  font-size: 22px;
  text-align: center;
  margin-bottom: 5px;
}
/* line 261, ../sass/_main.scss */
.time_info .left .y_bg {
  background: #FFFBC1;
  padding: 20px;
  font-size: 22px;
  text-align: center;
  font-weight: normal;
}
/* line 269, ../sass/_main.scss */
.time_info .right {
  width: 50%;
  text-align: center;
  padding-top: 40px;
}
/* line 273, ../sass/_main.scss */
.time_info .right .red_btn_big {
  display: inline-block;
  text-decoration: none;
}
/* line 276, ../sass/_main.scss */
.time_info .right .red_btn_big:hover {
  opacity: 0.9;
}
@media screen and (max-width: 1023px) {
  /* line 282, ../sass/_main.scss */
  .time_info .left {
    float: none;
    width: 100%;
  }
  /* line 286, ../sass/_main.scss */
  .time_info .right {
    float: none;
    width: 100%;
  }
}

/*=============================================================================

重要事項 /denki/matter.php

===============================================================================*/
/* line 298, ../sass/_main.scss */
.matter_box {
  margin-top: 30px;
}

/* line 301, ../sass/_main.scss */
.matter_gray_h {
  background: #888888;
  color: #FFF;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  padding: 10px;
  margin-bottom: 20px;
}

/* line 310, ../sass/_main.scss */
.mb15 {
  margin-bottom: 15px;
}

/* line 313, ../sass/_main.scss */
.matter_dl {
  font-size: 14px;
}
/* line 315, ../sass/_main.scss */
.matter_dl dt {
  background: #F7F7F7;
  font-weight: bold;
  padding: 5px 20px;
}
/* line 320, ../sass/_main.scss */
.matter_dl dd {
  padding: 15px 40px;
}
@media screen and (max-width: 767px) {
  /* line 320, ../sass/_main.scss */
  .matter_dl dd {
    padding: 15px 2%;
  }
}
/* line 325, ../sass/_main.scss */
.matter_dl dd .pl40 {
  padding-left: 40px;
}
/* line 328, ../sass/_main.scss */
.matter_dl dd .pt30a {
  padding-top: 30px;
}
/* line 331, ../sass/_main.scss */
.matter_dl dd .comment {
  font-weight: normal;
}
/* line 334, ../sass/_main.scss */
.matter_dl dd table {
  margin: 20px 0;
  border: none;
}
/* line 338, ../sass/_main.scss */
.matter_dl dd table tr th {
  width: 28%;
  padding: 10px 0;
  vertical-align: top;
  text-align: left;
}
@media screen and (max-width: 767px) {
  /* line 345, ../sass/_main.scss */
  .matter_dl dd table tr td, .matter_dl dd table tr th {
    display: block;
  }
  /* line 348, ../sass/_main.scss */
  .matter_dl dd table tr th {
    width: 100%;
  }
}

/* line 358, ../sass/_main.scss */
ol &gt; li {
  list-style-type: none;
  list-style-position: outside;
  counter-increment: cnt;
  text-indent: -2.0em;
  margin-left: 30px;
}
/* line 364, ../sass/_main.scss */
ol &gt; li::before {
  display: marker;
  content: "(" counter(cnt) ") ";
}
/* line 368, ../sass/_main.scss */
ol &gt; li .iroha {
  margin-left: 40px;
}
/* line 370, ../sass/_main.scss */
ol &gt; li .iroha li {
  list-style-type: katakana-iroha;
  text-indent: 0;
}

/* line 378, ../sass/_main.scss */
.red_border {
  border: 1px solid #E73817;
  margin: 10px 0;
  color: #E73817;
}

/* line 386, ../sass/_main.scss */
.iroha li {
  list-style-type: katakana-iroha;
  text-indent: 0;
}

/*=============================================================================

手続きの流れ /denki/flow.php

===============================================================================*/
/* line 397, ../sass/_main.scss */
.flow section {
  margin-bottom: 30px;
}
/* line 400, ../sass/_main.scss */
.flow h3.red_h {
  margin-bottom: 30px;
}
/* line 404, ../sass/_main.scss */
.flow .lr_box .fz21 {
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 30px;
}
/* line 409, ../sass/_main.scss */
.flow .lr_box .left {
  width: 48%;
}
/* line 412, ../sass/_main.scss */
.flow .lr_box .right {
  width: 48%;
}
@media screen and (max-width: 767px) {
  /* line 416, ../sass/_main.scss */
  .flow .lr_box .left {
    width: 100%;
    float: none;
  }
  /* line 420, ../sass/_main.scss */
  .flow .lr_box .right {
    width: 100%;
    float: none;
  }
}
/* line 426, ../sass/_main.scss */
.flow .lr_box.flow2 .left {
  width: 70%;
}
@media screen and (max-width: 1023px) {
  /* line 426, ../sass/_main.scss */
  .flow .lr_box.flow2 .left {
    width: 100%;
    float: none;
    text-align: center;
  }
  /* line 432, ../sass/_main.scss */
  .flow .lr_box.flow2 .left .comment {
    text-align: left;
  }
}
/* line 436, ../sass/_main.scss */
.flow .lr_box.flow2 .left p {
  font-size: 22px;
  margin-bottom: 20px;
  margin-left: 20px;
}
/* line 440, ../sass/_main.scss */
.flow .lr_box.flow2 .left p.comment {
  font-size: 16px;
  font-weight: normal;
}
/* line 443, ../sass/_main.scss */
.flow .lr_box.flow2 .left p.comment:after {
  font-size: 20px;
}
/* line 449, ../sass/_main.scss */
.flow .lr_box.flow2 .right {
  width: auto;
  text-align: right;
}
@media screen and (max-width: 1023px) {
  /* line 449, ../sass/_main.scss */
  .flow .lr_box.flow2 .right {
    display: none;
  }
}
/* line 459, ../sass/_main.scss */
.flow .province {
  border: 3px solid #E73817;
  padding: 15px;
  background: #FFFDDC;
}
/* line 464, ../sass/_main.scss */
.flow .fz22 {
  font-size: 22px;
}
/* line 467, ../sass/_main.scss */
.flow .fz15 {
  font-size: 15px;
}
/* line 470, ../sass/_main.scss */
.flow .mb15 {
  margin-bottom: 15px;
}
/* line 473, ../sass/_main.scss */
.flow .list_style_normal {
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 25px;
}
/* line 478, ../sass/_main.scss */
.flow .ml20 {
  margin-left: 20px;
}
/* line 481, ../sass/_main.scss */
.flow .pink_h {
  padding: 5px 10px;
  text-align: center;
}
/* line 485, ../sass/_main.scss */
.flow .p_yellow_h {
  padding: 5px 10px;
  background: #FFFBC1;
  color: #323232;
  font-size: 20px;
  margin: 15px 0;
  text-align: center;
}
/* line 493, ../sass/_main.scss */
.flow .gray_h_kensin {
  font-size: 22px;
  color: #555;
  background: #ececec;
  padding: 5px 10px;
  margin-bottom: 25px;
  font-weight: normal;
}
/* line 501, ../sass/_main.scss */
.flow .flow_ol {
  font-size: 17px;
  margin-bottom: 15px;
}
/* line 504, ../sass/_main.scss */
.flow .flow_ol.green {
  color: #059F69;
}
/* line 506, ../sass/_main.scss */
.flow .flow_ol.green .yellow_bg {
  background: #F4F2A0;
  color: #555;
}
/* line 511, ../sass/_main.scss */
.flow .flow_ol.red {
  color: #D40061;
}
/* line 514, ../sass/_main.scss */
.flow .flow_ol li {
  text-indent: -1.0em;
}
/* line 516, ../sass/_main.scss */
.flow .flow_ol li::before {
  content: none;
  /*background:#2A6096;
  border-radius:100%;
  color:#FFF;
  width:18px;
  height:18px;
  text-align:center;*/
}
/* line 528, ../sass/_main.scss */
.flow .gray_box {
  padding: 35px;
  background: #EDEBE7;
  margin: 40px auto;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  /* line 528, ../sass/_main.scss */
  .flow .gray_box {
    padding: 35px 2%;
  }
  /* line 535, ../sass/_main.scss */
  .flow .gray_box img {
    width: 100%;
    height: auto;
  }
}
/* line 541, ../sass/_main.scss */
.flow .button_box {
  margin: 40px auto;
}
/* line 543, ../sass/_main.scss */
.flow .button_box .btn_pdf {
  color: #555;
  font-size: 19px;
  display: inline-block;
  margin: 10px;
  text-align: left;
  padding: 15px 40px 15px 70px;
  width: 423px;
  line-height: 1;
  text-decoration: none;
  background: url(/denki/img/share/pdf.png) no-repeat 20px center #FFF325;
  position: relative;
}
@media screen and (max-width: 767px) {
  /* line 543, ../sass/_main.scss */
  .flow .button_box .btn_pdf {
    width: 100%;
    margin: 10px auto;
  }
}
/* line 557, ../sass/_main.scss */
.flow .button_box .btn_pdf:hover {
  opacity: 0.8;
}
/* line 560, ../sass/_main.scss */
.flow .button_box .btn_pdf span {
  font-size: 16px;
}
/* line 565, ../sass/_main.scss */
.flow .button_box .btn_pdf::after {
  content: url(/denki/img/share/arr_r_gray.png);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -10px;
}
/* line 573, ../sass/_main.scss */
.flow .button_box .orange_link {
  margin: 0px 15px;
  padding: 10px 43px;
}
@media screen and (max-width: 767px) {
  /* line 573, ../sass/_main.scss */
  .flow .button_box .orange_link {
    margin: 0;
  }
}

/* line 583, ../sass/_main.scss */
.flow_yellow_box {
  background: #FFFBC1;
  border: 4px solid #555555;
  border-radius: 10px;
  padding: 5px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1023px) {
  /* line 590, ../sass/_main.scss */
  .flow_yellow_box img {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  /* line 583, ../sass/_main.scss */
  .flow_yellow_box {
    background: url(/denki/img/flow/flow_sp.png) no-repeat center center, url(/denki/img/flow/flow_sp_bg.png) repeat-x center bottom #FFFBC1;
    background-size: auto 1072px, auto 244px;
    height: 1072px;
  }
  /* line 598, ../sass/_main.scss */
  .flow_yellow_box img {
    display: none;
  }
}

/*=============================================================================

電気料金シミュレーション  /denki/simulation/index.php

===============================================================================*/
@media screen and (max-width: 1024px) {
  /* line 608, ../sass/_main.scss */
  .simulation {
    padding: 0 2%;
  }
}
/* line 612, ../sass/_main.scss */
.simulation .simulation_title {
  *zoom: 1;
}
/* line 103, ../sass/_vars.scss */
.simulation .simulation_title:after {
  content: "";
  display: block;
  clear: both;
}
/* line 614, ../sass/_main.scss */
.simulation .simulation_title .iwatani {
  float: left;
  background: url(/denki/img/simulation/iwatani.png) no-repeat center center;
  width: 164px;
  height: 34px;
  overflow: hidden;
  text-indent: 120%;
  white-space: nowrap;
  margin: 10px 30px 80px 0;
  /*			 @media screen and (max-width: 768px){
  			 	background-size:150px auto;
  			 }
  			 @media screen and (max-width: 480px){
  			 	background-size:100px auto;
  			 }
  			 @media screen and (max-width: 375px){
  			 	background-size:80px auto;
  			 }*/
}
@media screen and (max-width: 1024px) {
  /* line 614, ../sass/_main.scss */
  .simulation .simulation_title .iwatani {
    margin: 0 auto;
    width: 100%;
  }
}
/* line 635, ../sass/_main.scss */
.simulation .simulation_title h1 {
  float: left;
  background: url(/denki/img/simulation/title_simulation.png) no-repeat center center;
  width: 555px;
  height: 49px;
  overflow: hidden;
  text-indent: 120%;
  white-space: nowrap;
  margin: 20px 0;
}
/* line 638, ../sass/_main.scss */
.simulation .simulation_title h1.s2 {
  background: url(/denki/img/simulation/title_simulation2.png) no-repeat center center;
}
@media screen and (max-width: 1024px) {
  /* line 635, ../sass/_main.scss */
  .simulation .simulation_title h1 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  /* line 635, ../sass/_main.scss */
  .simulation .simulation_title h1 {
    background-size: 400px auto;
  }
  /* line 648, ../sass/_main.scss */
  .simulation .simulation_title h1.s2 {
    background-size: contain;
  }
}
@media screen and (max-width: 480px) {
  /* line 635, ../sass/_main.scss */
  .simulation .simulation_title h1 {
    margin: 0;
    background-size: 300px auto;
  }
}
@media screen and (max-width: 375px) {
  /* line 635, ../sass/_main.scss */
  .simulation .simulation_title h1 {
    background-size: 250px auto;
  }
}
/* line 663, ../sass/_main.scss */
.simulation .yellow_box {
  background: #FFFBC1;
  border: 4px solid #555555;
  border-radius: 10px;
  padding: 30px;
}
@media screen and (max-width: 768px) {
  /* line 663, ../sass/_main.scss */
  .simulation .yellow_box {
    padding: 20px;
  }
}
@media screen and (max-width: 480px) {
  /* line 663, ../sass/_main.scss */
  .simulation .yellow_box {
    padding: 10px;
  }
}
/* line 674, ../sass/_main.scss */
.simulation .yellow_box .red {
  border-radius: 10px;
  background: url(/denki/img/simulation/subtitle_now.png) no-repeat center center #E73817;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  overflow: hidden;
  text-indent: 120%;
  white-space: nowrap;
  height: 88px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  /* line 674, ../sass/_main.scss */
  .simulation .yellow_box .red {
    height: 60px;
    background-size: auto 80%;
  }
}
@media screen and (max-width: 768px) {
  /* line 674, ../sass/_main.scss */
  .simulation .yellow_box .red {
    background-size: auto 80%;
    height: 40px;
  }
}
/* line 694, ../sass/_main.scss */
.simulation .yellow_box .white_box {
  border-radius: 10px;
  border: 2px solid #555555;
  overflow: hidden;
  background: #FFF;
  padding: 0;
  *zoom: 1;
}
/* line 103, ../sass/_vars.scss */
.simulation .yellow_box .white_box:after {
  content: "";
  display: block;
  clear: both;
}
/* line 701, ../sass/_main.scss */
.simulation .yellow_box .white_box .inner2 {
  width: 100%;
}
/* line 704, ../sass/_main.scss */
.simulation .yellow_box .white_box .inner2 td.left {
  width: 10%;
  font-size: 20px;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
  color: #FFF;
  background: #555555;
}
/* line 713, ../sass/_main.scss */
.simulation .yellow_box .white_box .inner2 td.right {
  width: 90%;
}
@media screen and (max-width: 1024px) {
  /* line 719, ../sass/_main.scss */
  .simulation .yellow_box .white_box .inner2 td {
    display: block;
  }
  /* line 721, ../sass/_main.scss */
  .simulation .yellow_box .white_box .inner2 td.left {
    width: 100%;
  }
  /* line 724, ../sass/_main.scss */
  .simulation .yellow_box .white_box .inner2 td.right {
    width: 100%;
  }
}
/* line 730, ../sass/_main.scss */
.simulation .yellow_box .white_box .gray {
  font-size: 28px;
  text-align: center;
  padding: 10px;
  color: #FFF;
  background: #555555;
  font-weight: normal;
}
/* line 737, ../sass/_main.scss */
.simulation .yellow_box .white_box .gray.left {
  float: left;
  width: 10%;
}
@media screen and (max-width: 1024px) {
  /* line 730, ../sass/_main.scss */
  .simulation .yellow_box .white_box .gray {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  /* line 730, ../sass/_main.scss */
  .simulation .yellow_box .white_box .gray {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  /* line 730, ../sass/_main.scss */
  .simulation .yellow_box .white_box .gray {
    font-size: 15px;
  }
}
/* line 751, ../sass/_main.scss */
.simulation .yellow_box .white_box .box_inner {
  *zoom: 1;
  padding: 10px 50px;
  box-sizing: border-box;
}
/* line 103, ../sass/_vars.scss */
.simulation .yellow_box .white_box .box_inner:after {
  content: "";
  display: block;
  clear: both;
}
/* line 754, ../sass/_main.scss */
.simulation .yellow_box .white_box .box_inner.s2 {
  padding: 10px;
}
@media screen and (max-width: 768px) {
  /* line 751, ../sass/_main.scss */
  .simulation .yellow_box .white_box .box_inner {
    padding: 10px 2%;
  }
}
/* line 762, ../sass/_main.scss */
.simulation .yellow_box .white_box .box_inner .left {
  float: left;
  width: 45%;
}
/* line 767, ../sass/_main.scss */
.simulation .yellow_box .white_box .box_inner .right {
  float: right;
  width: 45%;
}
@media screen and (max-width: 1024px) {
  /* line 772, ../sass/_main.scss */
  .simulation .yellow_box .white_box .box_inner .left {
    width: 50%;
  }
  /* line 775, ../sass/_main.scss */
  .simulation .yellow_box .white_box .box_inner .right {
    width: 50%;
  }
}
@media screen and (max-width: 766px) {
  /* line 781, ../sass/_main.scss */
  .simulation .yellow_box .white_box .box_inner .left {
    float: none;
    width: 100%;
  }
  /* line 785, ../sass/_main.scss */
  .simulation .yellow_box .white_box .box_inner .right {
    float: none;
    width: 100%;
  }
}
/* line 791, ../sass/_main.scss */
.simulation .yellow_box .white_box .box_inner .red_txt {
  text-align: center;
  color: #e73817;
}
@media screen and (max-width: 1024px) {
  /* line 795, ../sass/_main.scss */
  .simulation .yellow_box .white_box .box_inner table {
    width: 100%;
  }
}
/* line 800, ../sass/_main.scss */
.simulation .yellow_box .white_box .box_inner table tr th, .simulation .yellow_box .white_box .box_inner table tr td {
  font-size: 16px;
  verticai-align: middle;
}
@media screen and (max-width: 767px) {
  /* line 800, ../sass/_main.scss */
  .simulation .yellow_box .white_box .box_inner table tr th, .simulation .yellow_box .white_box .box_inner table tr td {
    display: block;
  }
}
/* line 807, ../sass/_main.scss */
.simulation .yellow_box .white_box .box_inner table tr th {
  padding-right: 30px;
}
@media screen and (max-width: 1024px) {
  /* line 807, ../sass/_main.scss */
  .simulation .yellow_box .white_box .box_inner table tr th {
    padding-right: 10px;
  }
}
/* line 814, ../sass/_main.scss */
.simulation .yellow_box .white_box .box_inner table tr input[type=text] {
  margin: 20px 0;
  font-size: 16px;
  width: 210px;
  padding: 5px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  /* line 814, ../sass/_main.scss */
  .simulation .yellow_box .white_box .box_inner table tr input[type=text] {
    width: 75%;
  }
}
@media screen and (max-width: 480px) {
  /* line 814, ../sass/_main.scss */
  .simulation .yellow_box .white_box .box_inner table tr input[type=text] {
    margin: 5px 0 20px 0;
    width: 80%;
  }
}
/* line 828, ../sass/_main.scss */
.simulation .yellow_box .white_box .box_inner table tr select {
  margin: 20px 0;
  font-size: 16px;
  width: 210px;
  padding: 5px;
  text-align: center;
  text-align: -webkit-center;
}
@-moz-document url-prefix() {/*firefoxのみ表示が崩れるものの対応*/
	.simulation .yellow_box .white_box .box_inner table tr select {
		text-indent:0!important;
	}
}
@media screen and (max-width: 1024px) {
  /* line 828, ../sass/_main.scss */
  .simulation .yellow_box .white_box .box_inner table tr select {
    width: 75%;
  }
}
@media screen and (max-width: 480px) {
  /* line 828, ../sass/_main.scss */
  .simulation .yellow_box .white_box .box_inner table tr select {
    margin: 5px 0 20px 0;
    width: 80%;
  }
}
/* line 848, ../sass/_main.scss */
.simulation .yellow_box .red_btn_big {
  display: block;
  margin: 10px auto 0px auto;
  background: #E73817;
  box-shadow: 0 5px 0px #c12a16;
}
/* line 853, ../sass/_main.scss */
.simulation .yellow_box .red_btn_big:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  /* line 848, ../sass/_main.scss */
  .simulation .yellow_box .red_btn_big {
    margin-bottom: 15px;
  }
}
/* line 860, ../sass/_main.scss */
.simulation .yellow_box .msg {
  padding: 10px 0px 0px 0px;
  color: #e73817;
  border-radius: 10px;
}
/* line 868, ../sass/_main.scss */
.simulation .yellow_box .msg p {
  color: #e73817;
  font-weight: bold;
  position: relative;
  padding-left: 25px;
  margin: auto;
  margin-bottom: 15px;
  max-width: 390px;
}
/* line 877, ../sass/_main.scss */
.simulation .yellow_box .msg p:before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: block;
  position: absolute;
  background: #E73817;
  content: "";
  top: 0;
  left: 0;
}
/* line 888, ../sass/_main.scss */
.simulation .yellow_box .msg p:after {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  text-align: center;
  content: "i";
  top: 0;
  left: 0;
  color: #FFF;
}
/* line 903, ../sass/_main.scss */
.simulation .result .red {
  border-radius: 10px;
  background: url(/denki/img/simulation/subtitle_result.png) no-repeat center center #E73817;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  overflow: hidden;
  text-indent: 120%;
  white-space: nowrap;
  margin: 30px;
  height: 88px;
}
@media screen and (max-width: 1024px) {
  /* line 903, ../sass/_main.scss */
  .simulation .result .red {
    margin: 20px;
    height: 60px;
    background-size: auto 80%;
  }
}
@media screen and (max-width: 768px) {
  /* line 903, ../sass/_main.scss */
  .simulation .result .red {
    margin: 5%;
    background-size: auto 80%;
    height: 40px;
  }
}
/* line 926, ../sass/_main.scss */
.simulation .result .price_box {
  *zoom: 1;
  background: url(/denki/img/simulation/arr_price.png) no-repeat center center #FFFBC1;
  border: 4px solid #555555;
  border-radius: 10px;
  padding: 30px;
  position: relative;
  z-index: 10;
}
/* line 103, ../sass/_vars.scss */
.simulation .result .price_box:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 1024px) {
  /* line 926, ../sass/_main.scss */
  .simulation .result .price_box {
    background-size: auto 70px;
  }
}
@media screen and (max-width: 760px) {
  /* line 926, ../sass/_main.scss */
  .simulation .result .price_box {
    background: url(/denki/img/simulation/arr_price_sp.png) no-repeat center center #FFFBC1;
  }
}
@media screen and (max-width: 1024px) {
  /* line 926, ../sass/_main.scss */
  .simulation .result .price_box {
    padding: 20px;
  }
}
@media screen and (max-width: 760px) {
  /* line 926, ../sass/_main.scss */
  .simulation .result .price_box {
    padding: 10px;
  }
}
/* line 946, ../sass/_main.scss */
.simulation .result .price_box::before {
  position: absolute;
  z-index: 11;
  left: 50%;
  bottom: -94px;
  display: block;
  width: 116px;
  height: 94px;
  margin-left: -58px;
  content: url(/denki/img/simulation/arr_price_bottom.png);
}
/* line 957, ../sass/_main.scss */
.simulation .result .price_box .js-current_plan_fee, .simulation .result .price_box .gas_y_cut, .simulation .result .price_box .gas_y, .simulation .result .price_box .js-iwatani_plan_fee, .simulation .result .price_box .gas_denki, .simulation .result .price_box .gas_denki_iwa {
  min-width: 150px;
  display: inline-block;
  text-align: right;
}
/* line 962, ../sass/_main.scss */
.simulation .result .price_box .price {
  text-align: center;
}
/* line 965, ../sass/_main.scss */
.simulation .result .price_box .price_now {
  float: left;
  width: 40%;
}
@media screen and (max-width: 760px) {
  /* line 965, ../sass/_main.scss */
  .simulation .result .price_box .price_now {
    float: none;
    width: 100%;
    margin: auto;
    text-align: center;
  }
}
/* line 974, ../sass/_main.scss */
.simulation .result .price_box .price_now h3 {
  border-radius: 10px;
  background: url(/denki/img/simulation/price_now.png) no-repeat center center #47AA90;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  overflow: hidden;
  text-indent: 120%;
  white-space: nowrap;
  width: 372px;
  height: 72px;
}
@media screen and (max-width: 1024px) {
  /* line 974, ../sass/_main.scss */
  .simulation .result .price_box .price_now h3 {
    margin: auto;
  }
}
@media screen and (max-width: 1024px) {
  /* line 974, ../sass/_main.scss */
  .simulation .result .price_box .price_now h3 {
    height: 60px;
    background-size: auto 55%;
    width: 100%;
  }
}
@media screen and (max-width: 760px) {
  /* line 974, ../sass/_main.scss */
  .simulation .result .price_box .price_now h3 {
    height: 40px;
    background-size: auto 70%;
  }
}
/* line 996, ../sass/_main.scss */
.simulation .result .price_box .price_now .price {
  color: #555555;
  font-weight: bold;
  font-size: 51px;
  margin-top: 20px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  /* line 996, ../sass/_main.scss */
  .simulation .result .price_box .price_now .price {
    margin: auto;
  }
}
/* line 1007, ../sass/_main.scss */
.simulation .result .price_box .price_now .price .year {
  font-size: 38px;
}
@media screen and (max-width: 1024px) {
  /* line 996, ../sass/_main.scss */
  .simulation .result .price_box .price_now .price {
    font-size: 35px;
  }
  /* line 1014, ../sass/_main.scss */
  .simulation .result .price_box .price_now .price .year {
    font-size: 20px;
  }
}
@media screen and (max-width: 760px) {
  /* line 996, ../sass/_main.scss */
  .simulation .result .price_box .price_now .price {
    font-size: 30px;
    margin-bottom: 110px;
  }
  /* line 1019, ../sass/_main.scss */
  .simulation .result .price_box .price_now .price .year {
    font-size: 18px;
  }
}
/* line 1023, ../sass/_main.scss */
.simulation .result .price_box .price_iwatani {
  float: right;
  width: 40%;
}
@media screen and (max-width: 760px) {
  /* line 1023, ../sass/_main.scss */
  .simulation .result .price_box .price_iwatani {
    float: none;
    width: 100%;
    margin: auto;
    text-align: center;
  }
}
/* line 1032, ../sass/_main.scss */
.simulation .result .price_box .price_iwatani h3 {
  border-radius: 10px;
  background: url(/denki/img/simulation/price_iwatani.png) no-repeat center center #E73817;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  overflow: hidden;
  text-indent: 120%;
  white-space: nowrap;
  width: 372px;
  height: 72px;
}
/* line 1035, ../sass/_main.scss */
.simulation .result .price_box .price_iwatani h3.s2 {
  background: url(/denki/img/simulation/price_iwatani2.png) no-repeat center center #E73817;
}
@media screen and (max-width: 1024px) {
  /* line 1035, ../sass/_main.scss */
  .simulation .result .price_box .price_iwatani h3.s2 {
    background-size: contain;
  }
}
@media screen and (max-width: 1024px) {
  /* line 1032, ../sass/_main.scss */
  .simulation .result .price_box .price_iwatani h3 {
    margin: auto;
  }
}
@media screen and (max-width: 1024px) {
  /* line 1032, ../sass/_main.scss */
  .simulation .result .price_box .price_iwatani h3 {
    height: 60px;
    background-size: auto 55%;
    width: 100%;
  }
}
@media screen and (max-width: 760px) {
  /* line 1032, ../sass/_main.scss */
  .simulation .result .price_box .price_iwatani h3 {
    height: 40px;
    background-size: auto 70%;
  }
}
/* line 1059, ../sass/_main.scss */
.simulation .result .price_box .price_iwatani .price {
  color: #555555;
  font-weight: bold;
  font-size: 51px;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  /* line 1059, ../sass/_main.scss */
  .simulation .result .price_box .price_iwatani .price {
    margin: auto;
  }
}
/* line 1067, ../sass/_main.scss */
.simulation .result .price_box .price_iwatani .price .year {
  font-size: 38px;
}
@media screen and (max-width: 1024px) {
  /* line 1059, ../sass/_main.scss */
  .simulation .result .price_box .price_iwatani .price {
    font-size: 35px;
  }
  /* line 1070, ../sass/_main.scss */
  .simulation .result .price_box .price_iwatani .price .year {
    font-size: 20px;
  }
}
@media screen and (max-width: 760px) {
  /* line 1059, ../sass/_main.scss */
  .simulation .result .price_box .price_iwatani .price {
    font-size: 30px;
  }
  /* line 1074, ../sass/_main.scss */
  .simulation .result .price_box .price_iwatani .price .year {
    font-size: 18px;
  }
}
/* line 1080, ../sass/_main.scss */
.simulation .result .breakdown {
  text-align: left;
  width: 100%;
  font-size: 16px;
  margin-bottom: 10px;
}
/* line 1085, ../sass/_main.scss */
.simulation .result .breakdown .js-current_plan_fee, .simulation .result .breakdown .js-iwatani_plan_fee, .simulation .result .breakdown .gas_y, .simulation .result .breakdown .gas_y_cut {
  min-width: 60px;
  display: inline-block;
}
/* line 1089, ../sass/_main.scss */
.simulation .result .breakdown th {
  text-align: center;
  vertical-align: middle;
  padding: 0 10px;
  color: #555555;
  background: white;
  border: 1px solid #555;
  font-weight: normal;
}
/* line 1098, ../sass/_main.scss */
.simulation .result .breakdown td {
  padding-left: 10px;
  box-sizing: border-box;
  font-weight: normal;
}
/* line 1102, ../sass/_main.scss */
.simulation .result .breakdown td span {
  font-weight: bold;
}
/* line 1104, ../sass/_main.scss */
.simulation .result .breakdown td span.mini {
  display: block;
  text-align: center;
}
@media screen and (max-width: 760px) {
  /* line 1111, ../sass/_main.scss */
  .simulation .result .breakdown th, .simulation .result .breakdown td {
    display: block;
    width: 100%;
  }
  /* line 1115, ../sass/_main.scss */
  .simulation .result .breakdown th {
    max-width: 250px;
    margin: auto;
  }
}
/* line 1122, ../sass/_main.scss */
.simulation .result .graph_box {
  *zoom: 1;
  background: url(/denki/img/simulation/graph_arr.png) no-repeat 614px 40%;
  margin: 130px 0 80px 0;
}
/* line 103, ../sass/_vars.scss */
.simulation .result .graph_box:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 1024px) {
  /* line 1122, ../sass/_main.scss */
  .simulation .result .graph_box {
    background-size: auto 90px;
    background-position: 628px 40%;
  }
}
@media screen and (max-width: 1020px) {
  /* line 1122, ../sass/_main.scss */
  .simulation .result .graph_box {
    background-position: 458px 40%;
  }
}
@media screen and (max-width: 760px) {
  /* line 1122, ../sass/_main.scss */
  .simulation .result .graph_box {
    background: none;
  }
}
/* line 1137, ../sass/_main.scss */
.simulation .result .graph_box .left {
  float: left;
  width: 185px;
}
@media screen and (max-width: 1020px) {
  /* line 1137, ../sass/_main.scss */
  .simulation .result .graph_box .left {
    width: 160px;
  }
}
@media screen and (max-width: 760px) {
  /* line 1137, ../sass/_main.scss */
  .simulation .result .graph_box .left {
    display: none;
  }
}
/* line 1147, ../sass/_main.scss */
.simulation .result .graph_box .left .left_price .js-current_plan_fee, .simulation .result .graph_box .left .left_price .js-iwatani_plan_fee, .simulation .result .graph_box .left .left_price .gas_denki, .simulation .result .graph_box .left .left_price .gas_denki_iwa {
  display: inline-block;
  min-width: 85px;
  text-align: right;
}
/* line 1152, ../sass/_main.scss */
.simulation .result .graph_box .left .left_price .now {
  border-radius: 10px;
  width: 142px;
  height: 42px;
  background: url(/denki/img/simulation/graph_now.png) no-repeat center center #47AA90;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  overflow: hidden;
  text-indent: 120%;
  white-space: nowrap;
}
/* line 1157, ../sass/_main.scss */
.simulation .result .graph_box .left .left_price .now.s2 {
  background: url(/denki/img/simulation/graph_now2.png) no-repeat center center #47AA90;
}
@media screen and (max-width: 1020px) {
  /* line 1157, ../sass/_main.scss */
  .simulation .result .graph_box .left .left_price .now.s2 {
    background-size: auto 90%;
  }
}
/* line 1166, ../sass/_main.scss */
.simulation .result .graph_box .left .left_price .iwatani {
  border-radius: 10px;
  width: 173px;
  height: 42px;
  background: url(/denki/img/simulation/graph_iwatani.png) no-repeat center center #E73817;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  overflow: hidden;
  text-indent: 120%;
  white-space: nowrap;
}
/* line 1171, ../sass/_main.scss */
.simulation .result .graph_box .left .left_price .iwatani.s2 {
  background: url(/denki/img/simulation/graph_iwatani2.png) no-repeat center center #E73817;
}
@media screen and (max-width: 1020px) {
  /* line 1171, ../sass/_main.scss */
  .simulation .result .graph_box .left .left_price .iwatani.s2 {
    background-size: 90% auto;
  }
}
@media screen and (max-width: 1020px) {
  /* line 1166, ../sass/_main.scss */
  .simulation .result .graph_box .left .left_price .iwatani {
    width: 142px;
  }
}
/* line 1183, ../sass/_main.scss */
.simulation .result .graph_box .left .left_price p {
  color: #555555;
  font-size: 24px;
  margin: 30px 0;
}
@media screen and (max-width: 1020px) {
  /* line 1183, ../sass/_main.scss */
  .simulation .result .graph_box .left .left_price p {
    font-size: 20px;
  }
}
/* line 1194, ../sass/_main.scss */
.simulation .result .graph_box .middle {
  float: left;
  width: 450px;
}
@media screen and (max-width: 1020px) {
  /* line 1194, ../sass/_main.scss */
  .simulation .result .graph_box .middle {
    width: 300px;
  }
}
@media screen and (max-width: 760px) {
  /* line 1194, ../sass/_main.scss */
  .simulation .result .graph_box .middle {
    float: none;
    margin: auto;
    background: url(/denki/img/simulation/graph_arr2.png) no-repeat 50% bottom;
    padding-bottom: 100px;
    width: 100%;
  }
}
/* line 1208, ../sass/_main.scss */
.simulation .result .graph_box .middle .title_sp {
  display: none;
}
@media screen and (max-width: 760px) {
  /* line 1208, ../sass/_main.scss */
  .simulation .result .graph_box .middle .title_sp {
    display: block;
    *zoom: 1;
    width: 300px;
  }
  /* line 103, ../sass/_vars.scss */
  .simulation .result .graph_box .middle .title_sp:after {
    content: "";
    display: block;
    clear: both;
  }
  /* line 1214, ../sass/_main.scss */
  .simulation .result .graph_box .middle .title_sp .now {
    border-radius: 10px;
    background: url(/denki/img/simulation/graph_now.png) no-repeat center center #47AA90;
    background-size: 80% auto;
    width: 100px;
    height: 30px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
    overflow: hidden;
    text-indent: 120%;
    white-space: nowrap;
    display: inline-block;
    margin-right: 30px;
  }
  /* line 1217, ../sass/_main.scss */
  .simulation .result .graph_box .middle .title_sp .now.s2 {
    background: url(/denki/img/simulation/graph_now2.png) no-repeat center center #47AA90;
    background-size: contain;
  }
  /* line 1229, ../sass/_main.scss */
  .simulation .result .graph_box .middle .title_sp .iwatani {
    border-radius: 10px;
    background: url(/denki/img/simulation/graph_iwatani.png) no-repeat center center #E73817;
    background-size: 80% auto;
    width: 100px;
    height: 30px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
    overflow: hidden;
    text-indent: 120%;
    white-space: nowrap;
    display: inline-block;
  }
  /* line 1232, ../sass/_main.scss */
  .simulation .result .graph_box .middle .title_sp .iwatani.s2 {
    background: url(/denki/img/simulation/graph_iwatani2.png) no-repeat center center #E73817;
    background-size: contain;
  }
}
@media screen and (max-width: 760px) {
  /* line 1208, ../sass/_main.scss */
  .simulation .result .graph_box .middle .title_sp {
    margin: auto;
  }
}
/* line 1248, ../sass/_main.scss */
.simulation .result .graph_box .middle .graph {
  width: 447px;
  height: 304px;
  background: url(/denki/img/simulation/graph_bg.png) repeat top left;
  border: 1px solid #555555;
}
@media screen and (max-width: 1020px) {
  /* line 1248, ../sass/_main.scss */
  .simulation .result .graph_box .middle .graph {
    width: 300px;
    background-size: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 760px) {
  /* line 1248, ../sass/_main.scss */
  .simulation .result .graph_box .middle .graph {
    width: 270px;
    background-size: 100%;
    margin: 0 auto;
    height: 190px;
  }
}
@media screen and (max-width: 375px) {
  /* line 1248, ../sass/_main.scss */
  .simulation .result .graph_box .middle .graph {
    width: 250px;
  }
}
/* line 1270, ../sass/_main.scss */
.simulation .result .graph_box .middle .graph .line li .g {
  height: 56px;
  margin: 65px 0 75px 0;
  display: table;
}
@media screen and (max-width: 760px) {
  /* line 1270, ../sass/_main.scss */
  .simulation .result .graph_box .middle .graph .line li .g {
    margin: 25px 0 25px 0;
  }
}
/* line 1277, ../sass/_main.scss */
.simulation .result .graph_box .middle .graph .line li .g span {
  display: none;
}
@media screen and (max-width: 760px) {
  /* line 1277, ../sass/_main.scss */
  .simulation .result .graph_box .middle .graph .line li .g span {
    display: block;
    font-size: 15px;
    font-weight: bold;
    box-sizing: border-box;
    color: #FFF;
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
  }
  /* line 1290, ../sass/_main.scss */
  .simulation .result .graph_box .middle .graph .line li .g span .js-current_plan_fee {
    display: inline;
  }
}
/* line 1296, ../sass/_main.scss */
.simulation .result .graph_box .middle .graph .line li:first-child .g {
  background: #47AA90;
}
/* line 1299, ../sass/_main.scss */
.simulation .result .graph_box .middle .graph .line li:last-child .g {
  background: #E73817;
}
/* line 1306, ../sass/_main.scss */
.simulation .result .graph_box .middle .caption ul {
  margin-left: -30px;
  width: 510px;
}
@media screen and (max-width: 760px) {
  /* line 1306, ../sass/_main.scss */
  .simulation .result .graph_box .middle .caption ul {
    margin-left: 0;
    width: 315px;
    margin: 0 auto;
  }
}
/* line 1317, ../sass/_main.scss */
.simulation .result .graph_box .middle .caption ul li {
  display: inline-block;
  color: #000;
  font-size: 13px;
  margin-right: 18px;
  width: 53px;
}
/* line 1323, ../sass/_main.scss */
.simulation .result .graph_box .middle .caption ul li:last-child {
  margin-right: 0px;
}
@media screen and (max-width: 1020px) {
  /* line 1317, ../sass/_main.scss */
  .simulation .result .graph_box .middle .caption ul li {
    font-size: 9px;
    margin-right: 7px;
    width: 41px;
  }
}
@media screen and (max-width: 760px) {
  /* line 1317, ../sass/_main.scss */
  .simulation .result .graph_box .middle .caption ul li {
    font-size: 10px;
    margin-right: 0;
  }
}
@media screen and (max-width: 375px) {
  /* line 1317, ../sass/_main.scss */
  .simulation .result .graph_box .middle .caption ul li {
    margin-right: -2px;
  }
}
/* line 1351, ../sass/_main.scss */
.simulation .result .graph_box .right {
  float: right;
  width: 300px;
  min-height: 300px;
  background: #FFFBC1;
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.3);
  color: #E73817;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
  padding: 10px;
  position: relative;
  z-index: 22;
}
@media screen and (max-width: 850px) {
  /* line 1351, ../sass/_main.scss */
  .simulation .result .graph_box .right {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  /* line 1351, ../sass/_main.scss */
  .simulation .result .graph_box .right {
    width: 230px;
  }
}
@media screen and (max-width: 760px) {
  /* line 1351, ../sass/_main.scss */
  .simulation .result .graph_box .right {
    float: none;
    margin: auto;
    margin-top: 30px;
    min-height: auto;
    width: 100%;
  }
}
/* line 1378, ../sass/_main.scss */
.simulation .result .graph_box .right::before {
  position: absolute;
  z-index: 21;
  left: 50%;
  top: -124px;
  display: block;
  width: 116px;
  height: 94px;
  margin-left: -64px;
  content: url(/denki/img/simulation/chara.png);
}
@media screen and (max-width: 760px) {
  /* line 1378, ../sass/_main.scss */
  .simulation .result .graph_box .right::before {
    display: none;
  }
}
/* line 1397, ../sass/_main.scss */
.simulation .result .graph_box .right .year_red {
  border-radius: 10px;
  background: url(/denki/img/simulation/graph_year.png) no-repeat center center #E73817;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  overflow: hidden;
  text-indent: 120%;
  white-space: nowrap;
  width: 268px;
  height: 73px;
}
/* line 1400, ../sass/_main.scss */
.simulation .result .graph_box .right .year_red.s2 {
  background: url(/denki/img/simulation/graph_year2.png) no-repeat center center #E73817;
}
@media screen and (max-width: 1024px) {
  /* line 1400, ../sass/_main.scss */
  .simulation .result .graph_box .right .year_red.s2 {
    background-size: auto 90%;
  }
}
@media screen and (max-width: 760px) {
  /* line 1400, ../sass/_main.scss */
  .simulation .result .graph_box .right .year_red.s2 {
    background: url(/denki/img/simulation/graph_year2_sp.png) no-repeat center center #E73817;
    background-size: auto 90%;
  }
}
@media screen and (max-width: 1024px) {
  /* line 1397, ../sass/_main.scss */
  .simulation .result .graph_box .right .year_red {
    width: 100%;
    height: 60px;
    background-size: auto 80%;
  }
  /* line 1419, ../sass/_main.scss */
  .simulation .result .graph_box .right .year_red.s2 {
    background-size: auto 80%;
  }
}
@media screen and (max-width: 1020px) {
  /* line 1397, ../sass/_main.scss */
  .simulation .result .graph_box .right .year_red {
    background-size: auto 80%;
    height: 40px;
  }
  /* line 1426, ../sass/_main.scss */
  .simulation .result .graph_box .right .year_red.s2 {
    background-size: auto 80%;
  }
}
/* line 1435, ../sass/_main.scss */
.simulation .result .graph_box .right .price {
  font-size: 50px;
  margin-top: 20px;
  line-height: 1;
}
/* line 1439, ../sass/_main.scss */
.simulation .result .graph_box .right .price span.year {
  font-size: 33px;
}
@media screen and (max-width: 1024px) {
  /* line 1435, ../sass/_main.scss */
  .simulation .result .graph_box .right .price {
    font-size: 50px;
  }
  /* line 1444, ../sass/_main.scss */
  .simulation .result .graph_box .right .price span.year {
    font-size: 25px;
  }
}
@media screen and (max-width: 1020px) {
  /* line 1435, ../sass/_main.scss */
  .simulation .result .graph_box .right .price {
    font-size: 45px;
  }
  /* line 1450, ../sass/_main.scss */
  .simulation .result .graph_box .right .price span.year {
    font-size: 20px;
  }
}
@media screen and (max-width: 850px) {
  /* line 1435, ../sass/_main.scss */
  .simulation .result .graph_box .right .price {
    font-size: 40px;
  }
}
/* line 1459, ../sass/_main.scss */
.simulation .result .graph_box .right .otoku {
  font-size: 54px;
}
@media screen and (max-width: 1024px) {
  /* line 1459, ../sass/_main.scss */
  .simulation .result .graph_box .right .otoku {
    font-size: 50px;
  }
}
@media screen and (max-width: 1020px) {
  /* line 1459, ../sass/_main.scss */
  .simulation .result .graph_box .right .otoku {
    font-size: 45px;
  }
}
@media screen and (max-width: 850px) {
  /* line 1459, ../sass/_main.scss */
  .simulation .result .graph_box .right .otoku {
    font-size: 40px;
  }
}
/* line 1471, ../sass/_main.scss */
.simulation .result .graph_box .right .otoku2 {
  font-size: 20px;
}
/* line 1483, ../sass/_main.scss */
.simulation .result .graph_box .right .son {
  font-size: 20px;
}
/* line 1495, ../sass/_main.scss */
.simulation .result .graph_box .right .son2 {
  font-size: 20px;
  color: #555;
}
@media screen and (max-width: 1024px) {
  /* line 1495, ../sass/_main.scss */
  .simulation .result .graph_box .right .son2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 1020px) {
  /* line 1495, ../sass/_main.scss */
  .simulation .result .graph_box .right .son2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 850px) {
  /* line 1495, ../sass/_main.scss */
  .simulation .result .graph_box .right .son2 {
    font-size: 18px;
  }
}
/* line 1510, ../sass/_main.scss */
.simulation .result .table_box {
  margin-bottom: 60px;
}
/* line 1512, ../sass/_main.scss */
.simulation .result .table_box p {
  color: #555555;
  font-size: 21px;
  padding-bottom: 5px;
}
@media screen and (max-width: 1024px) {
  /* line 1512, ../sass/_main.scss */
  .simulation .result .table_box p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  /* line 1512, ../sass/_main.scss */
  .simulation .result .table_box p {
    font-size: 15px;
    text-align: center;
  }
}
/* line 1524, ../sass/_main.scss */
.simulation .result .table_box table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  box-sizing: border-box;
}
/* line 1530, ../sass/_main.scss */
.simulation .result .table_box table th {
  background: #FFF325;
  border: 1px solid #000;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
}
/* line 1537, ../sass/_main.scss */
.simulation .result .table_box table td {
  border: 1px solid #000;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
}
/* line 1543, ../sass/_main.scss */
.simulation .result .table_box table .kwh {
  border: none;
  background: #FFF;
  text-align: center;
}
@media only screen and (max-width: 760px) {
  /* line 1524, ../sass/_main.scss */
  .simulation .result .table_box table {
    display: block;
    width: 100%;
    margin: 0;
  }
  /* line 1552, ../sass/_main.scss */
  .simulation .result .table_box table thead {
    display: block;
    float: left;
    overflow-x: hidden;
  }
  /* line 1557, ../sass/_main.scss */
  .simulation .result .table_box table tbody {
    display: block;
    width: auto;
    overflow-x: auto;
    white-space: nowrap;
  }
  /* line 1562, ../sass/_main.scss */
  .simulation .result .table_box table tbody tr {
    display: inline-block;
    margin: 0 -3px;
  }
  /* line 1567, ../sass/_main.scss */
  .simulation .result .table_box table th {
    display: block;
    width: 200px;
  }
  /* line 1571, ../sass/_main.scss */
  .simulation .result .table_box table td {
    display: block;
    width: 200px;
  }
}
@media screen and (max-width: 480px) {
  /* line 1577, ../sass/_main.scss */
  .simulation .result .table_box table th {
    width: 100px;
  }
  /* line 1580, ../sass/_main.scss */
  .simulation .result .table_box table td {
    width: 100px;
  }
}
@media only screen and (max-width: 760px) {
  /* line 1588, ../sass/_main.scss */
  .simulation .result .table_box.s2 table th, .simulation .result .table_box.s2 table td {
    width: 91px;
  }
}
/* line 1596, ../sass/_main.scss */
.simulation .notes {
  font-size: 21px;
  color: #555555;
}
@media screen and (max-width: 1024px) {
  /* line 1596, ../sass/_main.scss */
  .simulation .notes {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  /* line 1596, ../sass/_main.scss */
  .simulation .notes {
    font-size: 15px;
  }
}
/* line 1605, ../sass/_main.scss */
.simulation .notes h2 {
  font-size: 100%;
  font-weight: normal;
  margin-top: 20px;
}
/* line 1610, ../sass/_main.scss */
.simulation .notes ul {
  margin-left: 45px;
}
@media screen and (max-width: 1024px) {
  /* line 1610, ../sass/_main.scss */
  .simulation .notes ul {
    margin-left: 5%;
  }
}
/* line 1615, ../sass/_main.scss */
.simulation .notes ul li {
  list-style-type: disc;
  font-size: 21px;
}
@media screen and (max-width: 1024px) {
  /* line 1615, ../sass/_main.scss */
  .simulation .notes ul li {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  /* line 1615, ../sass/_main.scss */
  .simulation .notes ul li {
    font-size: 15px;
  }
}
/* line 1627, ../sass/_main.scss */
.simulation .notes p {
  margin-left: 10px;
}

/*=============================================================================

お申込み確認事項 /denki/entry.php

===============================================================================*/
/* line 1637, ../sass/_main.scss */
section {
  margin-bottom: 70px;
}
/* line 1639, ../sass/_main.scss */
section:last-child {
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  /* line 1637, ../sass/_main.scss */
  section {
    margin-bottom: 20px;
  }
}

/* line 1647, ../sass/_main.scss */
.red_h.truck {
  padding-left: 60px;
  background: url(/denki/img/share/truck.jpg) no-repeat 5px 7px #E73817;
}
/* line 1651, ../sass/_main.scss */
.red_h.denkyu {
  padding-left: 42px;
  background: url(/denki/img/share/denkyu.jpg) no-repeat 12px 7px #E73817;
}

/* line 1656, ../sass/_main.scss */
.red_circle {
  border-radius: 50%;
  width: 35px;
  height: 35px;
  text-align: center;
  color: #FFF;
  background: #E73817;
  font-size: 26px;
  display: inline-block;
}

/* line 1667, ../sass/_main.scss */
.yellow_h .exclamationMark {
  position: relative;
  top: -2px;
}
@media screen and (max-width: 767px) {
  /* line 1667, ../sass/_main.scss */
  .yellow_h .exclamationMark {
    width: 25px;
    height: auto;
  }
}
/* line 1675, ../sass/_main.scss */
.yellow_h .red_circle {
  font-size: 32px;
  width: 42px;
  height: 42px;
}

/* line 1682, ../sass/_main.scss */
.yellow_ul li {
  background: url(/denki/img/share/arr_gray.jpg) no-repeat bottom center;
  padding-bottom: 75px;
}
/* line 1685, ../sass/_main.scss */
.yellow_ul li:last-child {
  background: none;
  padding-bottom: 0;
}
/* line 1689, ../sass/_main.scss */
.yellow_ul li .yellow_li {
  background: #FFFBC1;
  border-radius: 5px;
  color: #555555;
  font-size: 20px;
  font-weight: bold;
  padding: 33px 0 33px 10px;
  box-sizing: border-box;
  margin: 10px 0;
  *zoom: 1;
}
/* line 103, ../sass/_vars.scss */
.yellow_ul li .yellow_li:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  /* line 1689, ../sass/_main.scss */
  .yellow_ul li .yellow_li {
    font-size: 16px;
    padding: 3px 0 33px 10px;
  }
  /* line 1702, ../sass/_main.scss */
  .yellow_ul li .yellow_li .red_circle {
    display: block;
    margin: 10px auto;
  }
}
/* line 1708, ../sass/_main.scss */
.yellow_ul li .yellow_li .left {
  float: left;
  width: 70%;
}
@media screen and (max-width: 1023px) {
  /* line 1708, ../sass/_main.scss */
  .yellow_ul li .yellow_li .left {
    float: none;
    width: 100%;
  }
}
/* line 1716, ../sass/_main.scss */
.yellow_ul li .yellow_li .right {
  float: right;
  width: 30%;
}
@media screen and (max-width: 1023px) {
  /* line 1716, ../sass/_main.scss */
  .yellow_ul li .yellow_li .right {
    float: none;
    width: 100%;
    margin: 20px auto;
    text-align: center;
  }
}

/* line 1733, ../sass/_main.scss */
input.entry_check {
  margin: 5px;
}

/* line 1737, ../sass/_main.scss */
.glay_box {
  background: #F7F7F7;
  padding: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  /* line 1737, ../sass/_main.scss */
  .glay_box {
    padding: 30px 2%;
  }
}

/* line 1745, ../sass/_main.scss */
.red_btn_big {
  background: url(/denki/img/share/arr_r_w.png) no-repeat right center #E73817;
  color: #FFF;
  font-size: 24px;
  font-weight: normal;
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  border: 2px solid #C12A16;
  width: 390px;
  cursor: pointer;
}
/* line 1756, ../sass/_main.scss */
.red_btn_big[disabled] {
  background: url(/denki/img/share/arr_r_w.png) no-repeat right center #C12A16;
  cursor: not-allowed;
  /* 禁止カーソル */
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  /* line 1745, ../sass/_main.scss */
  .red_btn_big {
    width: 100%;
    font-size: 18px;
  }
}

/* line 1766, ../sass/_main.scss */
.tac {
  text-align: center;
  padding: 15px;
}

/* line 1770, ../sass/_main.scss */
.gray_border {
  border: 2px solid #E0E0DF;
  padding: 20px;
  color: #555;
  font-size: 15px;
  text-align: center;
}
/* line 1776, ../sass/_main.scss */
.gray_border .red_c {
  font-size: 17px;
  color: #E73817;
}

/* line 1782, ../sass/_main.scss */
.mt30 {
  margin-top: 60px;
  text-align: center;
  font-size: 18px;
}

/* line 1787, ../sass/_main.scss */
.mb20 {
  margin-bottom: 20px;
}

/* line 1790, ../sass/_main.scss */
.mb50 {
  margin-bottom: 50px;
}

/* line 1793, ../sass/_main.scss */
.li_style_normal li {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 30px;
}

/*=============================================================================

お申込みフォーム /denki/inquiry.php

===============================================================================*/
/* line 1804, ../sass/_main.scss */
.error_box {
  border: 1px solid red;
  border-radius: 5px;
  background-color: #FFD8D0;
  padding: 15px;
  font-size: 16px;
  margin: 20px 0;
}

/* line 1812, ../sass/_main.scss */
.form_table {
  border-collapse: collapse;
  border: 3px solid #FFF;
  font-size: 16px;
  width: 100%;
  color: #555555;
  /*テキストボックスの幅*/
}
/* line 1819, ../sass/_main.scss */
.form_table .comment {
  font-size: 12px;
  position: relative;
  padding-left: 15px;
  font-weight: bold;
}
/* line 1824, ../sass/_main.scss */
.form_table .comment::after {
  content: "*";
  display: block;
  position: absolute;
  top: 1px;
  left: 3px;
  font-size: 16px;
}
/* line 1833, ../sass/_main.scss */
.form_table th {
  background: #EDEBE7;
  border: 3px solid #FFF;
  box-sizing: border-box;
  width: 28%;
  padding: 30px 15px;
  vertical-align: top;
}
/* line 1840, ../sass/_main.scss */
.form_table th p, .form_table th label {
  font-size: 14px;
}
/* line 1844, ../sass/_main.scss */
.form_table td {
  background: #F7F7F7;
  border: 3px solid #FFF;
  box-sizing: border-box;
  padding: 30px 15px;
}
/* line 1849, ../sass/_main.scss */
.form_table td .lrBox {
  *zoom: 1;
  padding-bottom: 30px;
}
/* line 103, ../sass/_vars.scss */
.form_table td .lrBox:after {
  content: "";
  display: block;
  clear: both;
}
/* line 1852, ../sass/_main.scss */
.form_table td .lrBox:last-child {
  padding-bottom: 0px;
}
/* line 1855, ../sass/_main.scss */
.form_table td .lrBox .left {
  float: left;
  width: 180px;
  font-weight: bold;
}
@media screen and (max-width: 1025px) {
  /* line 1855, ../sass/_main.scss */
  .form_table td .lrBox .left {
    float: none;
    width: auto;
  }
}
/* line 1864, ../sass/_main.scss */
.form_table td .lrBox .left .zipHolder .sub_title {
  display: inline;
}
/* line 1867, ../sass/_main.scss */
.form_table td .lrBox .left .zipHolder .fieldItem {
  display: inline;
}
/* line 1872, ../sass/_main.scss */
.form_table td .lrBox .right {
  float: right;
  width: 500px;
}
@media screen and (max-width: 1025px) {
  /* line 1872, ../sass/_main.scss */
  .form_table td .lrBox .right {
    float: none;
    width: auto;
  }
}
/* line 1880, ../sass/_main.scss */
.form_table td .lrBox .right .home_tag {
  display: inline-block;
  width: 80px;
}
@media screen and (max-width: 767px) {
  /* line 1880, ../sass/_main.scss */
  .form_table td .lrBox .right .home_tag {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  /* line 1888, ../sass/_main.scss */
  .form_table td .lrBox .sub_title {
    display: block;
    margin-bottom: 15px;
  }
}
/* line 1895, ../sass/_main.scss */
.form_table td .lrBox.zip_box .left {
  width: 380px;
}
@media screen and (max-width: 767px) {
  /* line 1895, ../sass/_main.scss */
  .form_table td .lrBox.zip_box .left {
    width: 100%;
  }
}
/* line 1900, ../sass/_main.scss */
.form_table td .lrBox.zip_box .left .sub_title {
  display: inline;
  margin-right: 13px;
}
@media screen and (max-width: 767px) {
  /* line 1900, ../sass/_main.scss */
  .form_table td .lrBox.zip_box .left .sub_title {
    display: block;
  }
}
/* line 1907, ../sass/_main.scss */
.form_table td .lrBox.zip_box .left .fieldItem {
  display: inline;
}
/* line 1910, ../sass/_main.scss */
.form_table td .lrBox.zip_box .left .orange_link {
  width: 238px;
  padding: 10px 3px;
}
@media screen and (max-width: 767px) {
  /* line 1910, ../sass/_main.scss */
  .form_table td .lrBox.zip_box .left .orange_link {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin: 10px 0;
  }
}
/* line 1921, ../sass/_main.scss */
.form_table td .lrBox.zip_box .left .gray_link {
  width: 105px;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  /* line 1921, ../sass/_main.scss */
  .form_table td .lrBox.zip_box .left .gray_link {
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin: 10px 0;
  }
}
/* line 1932, ../sass/_main.scss */
.form_table td .lrBox.zip_box .right {
  width: 301px;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  /* line 1932, ../sass/_main.scss */
  .form_table td .lrBox.zip_box .right {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  /* line 1812, ../sass/_main.scss */
  .form_table {
    margin: 0;
    width: 100%;
  }
  /* line 1946, ../sass/_main.scss */
  .form_table th {
    display: block;
    border-top: 15px solid #FFF;
    padding: 10px 15px;
    box-sizing: border-box;
    width: 100%;
  }
  /* line 1954, ../sass/_main.scss */
  .form_table td {
    display: block;
    border-top: none;
    width: 100%;
    box-sizing: border-box;
  }
  /* line 1960, ../sass/_main.scss */
  .form_table tbody {
    width: 100%;
  }
}
/* line 1964, ../sass/_main.scss */
.form_table .orange_link {
  padding: 5px 17px;
}
/* line 1967, ../sass/_main.scss */
.form_table .gray_link {
  padding: 5px 17px;
}
/* line 1970, ../sass/_main.scss */
.form_table input, .form_table select, .form_table textarea {
  margin: 5px;
  font-size: 16px;
}
/* line 1973, ../sass/_main.scss */
.form_table input.error, .form_table select.error, .form_table textarea.error {
  border: 1px solid red;
  background-color: #F8C3B9;
}
/* line 1979, ../sass/_main.scss */
.form_table input[type="text"] {
  padding: 3px;
}
/* line 1983, ../sass/_main.scss */
.form_table .t_box0 {
  width: 45px;
}
/* line 1986, ../sass/_main.scss */
.form_table .t_box1 {
  width: 70px;
}
/* line 1989, ../sass/_main.scss */
.form_table .t_box2 {
  width: 160px;
}
/* line 1992, ../sass/_main.scss */
.form_table .t_box3 {
  width: 375px;
}
/* line 1995, ../sass/_main.scss */
.form_table .t_box4 {
  width: 135px;
}
/* line 1998, ../sass/_main.scss */
.form_table .t_box5 {
  width: 85px;
}
/* line 2001, ../sass/_main.scss */
.form_table select {
  min-width: 160px;
  padding: 3px;
}
@media screen and (max-width: 767px) {
  /* line 1812, ../sass/_main.scss */
  .form_table {
    /*スマホ時テキストボックスの幅*/
  }
  /* line 2010, ../sass/_main.scss */
  .form_table .t_box1 {
    width: 25%;
  }
  /* line 2013, ../sass/_main.scss */
  .form_table .t_box2 {
    width: 90%;
    display: block;
  }
  /* line 2017, ../sass/_main.scss */
  .form_table .t_box3 {
    width: 90%;
  }
  /* line 2020, ../sass/_main.scss */
  .form_table .t_box4 {
    width: 40%;
  }
  /* line 2023, ../sass/_main.scss */
  .form_table .t_box5 {
    width: 20%;
  }
  /* line 2026, ../sass/_main.scss */
  .form_table select {
    width: 90%;
  }
}
/* line 2032, ../sass/_main.scss */
.form_table .group_title {
  font-size: 20px;
  font-weight: bold;
  padding: 30px 0 10px 0;
}
/* line 2037, ../sass/_main.scss */
.form_table a.infomation {
  text-align: center;
  text-decoration: none;
  display: block;
}
/* line 2042, ../sass/_main.scss */
.form_table a.infomation:hover {
  text-decoration: underline;
}

/* line 2047, ../sass/_main.scss */
.button_box {
  margin-top: 20px;
  text-align: center;
}
/* line 2050, ../sass/_main.scss */
.button_box input, .button_box a {
  margin: 10px 15px;
}
@media screen and (max-width: 767px) {
  /* line 2050, ../sass/_main.scss */
  .button_box input, .button_box a {
    margin: 10px 0;
    width: 100%;
    display: block;
  }
}
/* line 2058, ../sass/_main.scss */
.button_box .prl30 {
  padding: 15px 30px;
}
/* line 2061, ../sass/_main.scss */
.button_box .w150 {
  width: 150px;
}
@media screen and (max-width: 767px) {
  /* line 2061, ../sass/_main.scss */
  .button_box .w150 {
    width: 100%;
  }
}

/* line 2068, ../sass/_main.scss */
.comp_txt {
  font-size: 18px;
  text-align: center;
  margin: 50px auto;
}

/*=============================================================================

お問合せフォーム /iwatani-kanto/contact-denki01/inquiry.php

(!) CSS、画像、js、共通読み込みは/denki/を使う

===============================================================================*/
/* line 2080, ../sass/_main.scss */
.contact_help {
  font-size: 17px;
  font-weight: bold;
  color: #555;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  /* line 2080, ../sass/_main.scss */
  .contact_help {
    font-size: 14px;
    font-weight: normal;
  }
}

/* line 2092, ../sass/_main.scss */
.yellow_back {
  background: #FFFBC1;
  border-radius: 5px;
  color: #555555;
  font-size: 17px;
  font-weight: bold;
  padding: 13px 0 13px 10px;
  box-sizing: border-box;
  margin: 10px 0;
  *zoom: 1;
}
/* line 103, ../sass/_vars.scss */
.yellow_back:after {
  content: "";
  display: block;
  clear: both;
}
/* line 2102, ../sass/_main.scss */
.yellow_back .left {
  float: left;
  width: 70%;
  padding-top: 15px;
}
@media screen and (max-width: 1023px) {
  /* line 2102, ../sass/_main.scss */
  .yellow_back .left {
    float: none;
    width: 100%;
    text-align: center;
  }
}
/* line 2112, ../sass/_main.scss */
.yellow_back .right {
  float: right;
  width: 30%;
}
@media screen and (max-width: 1023px) {
  /* line 2112, ../sass/_main.scss */
  .yellow_back .right {
    float: none;
    width: 100%;
    text-align: center;
    margin: 20px auto;
  }
}

/*=============================================================================

特定商取引法に基づく表示について（フォームテーブルを流用）/denki/law.php

===============================================================================*/
/* line 2131, ../sass/_main.scss */
.law_table {
  margin-top: 30px;
}
/* line 2133, ../sass/_main.scss */
.law_table.law_table {
  font-size: 13px;
}
/* line 2136, ../sass/_main.scss */
.law_table.law_table thead th {
  font-weight: normal;
  background: #888888;
  text-align: center;
  color: #FFF;
  width: auto;
}
@media screen and (max-width: 767px) {
  /* line 2136, ../sass/_main.scss */
  .law_table.law_table thead th {
    border: none;
  }
  /* line 2144, ../sass/_main.scss */
  .law_table.law_table thead th:first-child {
    display: none;
  }
}
/* line 2150, ../sass/_main.scss */
.law_table.law_table th {
  padding: 10px 15px;
}
/* line 2153, ../sass/_main.scss */
.law_table.law_table td {
  padding: 10px 15px;
  color: #323232;
}

/* line 2160, ../sass/_main.scss */
.price_table {
  margin-top: 30px;
  font-size: 13px;
}
/* line 2164, ../sass/_main.scss */
.price_table thead th {
  font-weight: normal;
  background: #888888;
  text-align: center;
  color: #FFF;
  width: auto;
}
/* line 2178, ../sass/_main.scss */
.price_table th {
  padding: 10px 15px;
}
/* line 2180, ../sass/_main.scss */
.price_table th.h_1 {
  vertical-align: middle;
  text-align: center;
  width: 20%;
}
/* line 2186, ../sass/_main.scss */
.price_table td {
  padding: 10px 15px;
  color: #323232;
  text-align: center;
}
@media screen and (max-width: 767px) {
  /* line 2160, ../sass/_main.scss */
  .price_table {
    margin: 0;
    width: 100%;
  }
  /* line 2194, ../sass/_main.scss */
  .price_table th {
    display: table-cell;
    border-top: 3px solid #FFF;
    padding: 10px 15px;
    box-sizing: border-box;
    width: auto;
  }
  /* line 2200, ../sass/_main.scss */
  .price_table th.h_1 {
    width: auto;
  }
  /* line 2205, ../sass/_main.scss */
  .price_table td {
    display: table-cell;
    border-top: none;
    width: auto;
    box-sizing: border-box;
  }
  /* line 2211, ../sass/_main.scss */
  .price_table tbody {
    width: auto;
  }
}

/* line 2217, ../sass/_main.scss */
p.price_p {
  font-size: 90%;
  text-align: right;
}

/* line 2221, ../sass/_main.scss */
.tempforSize {
  display: inline-block !important;
}

/* line 2222, ../sass/_main.scss */
.mini {
  font-size: 70%;
  font-weight: normal;
}

/*========================以下首都圏のみ==========================*/
/* line 2229, ../sass/_main.scss */
.top_btn .red_btn_top {
  background: url(/denki/img/share/arr_r_w.png) no-repeat right center #2C85CB;
  color: #FFF;
  font-size: 20px;
  font-weight: normal;
  padding: 5px;
  text-align: center;
  border-radius: 5px;
  border: 2px solid #1766a5;
  width: 270px;
  cursor: pointer;
  display: block;
  margin: 40px auto 0px auto;
  text-decoration: none;
}
/* line 2243, ../sass/_main.scss */
.top_btn .red_btn_top.none {
  background: transparent;
  border: none;
  color: transparent;
}
/* line 2248, ../sass/_main.scss */
.top_btn .red_btn_top:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  /* line 2229, ../sass/_main.scss */
  .top_btn .red_btn_top {
    width: 90%;
  }
}

/* line 2256, ../sass/_main.scss */
.top_menu_shutoken {
  *zoom: 1;
  margin: 25px 0 0 0;
}
/* line 103, ../sass/_vars.scss */
.top_menu_shutoken:after {
  content: "";
  display: block;
  clear: both;
}
/* line 2262, ../sass/_main.scss */
.top_menu_shutoken li {
  float: left;
  display: block;
  width: 23%;
  height: 135px;
  margin-right: 2.6%;
}
/* line 2268, ../sass/_main.scss */
.top_menu_shutoken li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1023px) {
  /* line 2262, ../sass/_main.scss */
  .top_menu_shutoken li {
    width: 48%;
    margin-bottom: 20px;
  }
  /* line 2274, ../sass/_main.scss */
  .top_menu_shutoken li:nth-child(2) {
    margin-right: 0;
  }
}
@media screen and (max-width: 479px) {
  /* line 2262, ../sass/_main.scss */
  .top_menu_shutoken li {
    width: 98%;
  }
}
/* line 2282, ../sass/_main.scss */
.top_menu_shutoken li a {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 10px;
  background: #E73817;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  overflow: hidden;
  text-indent: 120%;
  white-space: nowrap;
  margin-bottom: 20px;
}
/* line 2293, ../sass/_main.scss */
.top_menu_shutoken li a.simulation {
  background: url(/denki/img/top/top_menu_1.jpg) no-repeat center center #E73817;
}
/* line 2296, ../sass/_main.scss */
.top_menu_shutoken li a.flow {
  background: url(/denki/img/top/top_menu_2.jpg) no-repeat center center #E73817;
}
/* line 2299, ../sass/_main.scss */
.top_menu_shutoken li a.entry {
  background: url(/denki/img/top/top_menu_3.jpg) no-repeat center center #E73817;
}
/* line 2302, ../sass/_main.scss */
.top_menu_shutoken li a.contact {
  background: url(/denki/img/top/top_menu_4.jpg) no-repeat center center #E73817;
}
/* line 2305, ../sass/_main.scss */
.top_menu_shutoken li a:hover {
  opacity: 0.9;
}

/* line 2312, ../sass/_main.scss */
.pc_nomi {
  display: block;
}

/* line 2315, ../sass/_main.scss */
.sp_nomi {
  display: none;
}

@media screen and (max-width: 1025px) {
  /* line 2320, ../sass/_main.scss */
  .pc_nomi img {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  /* line 2328, ../sass/_main.scss */
  .pc_nomi {
    display: none;
  }

  /* line 2331, ../sass/_main.scss */
  .sp_nomi {
    display: block;
  }
  /* line 2333, ../sass/_main.scss */
  .sp_nomi img {
    max-width: 100%;
    height: auto;
  }
}
input[type="submit"], input[type="button"] { -webkit-appearance: none; }</pre></body></html>