@charset "utf-8";

/*
  Description: initial setting
*/

/****** CONTENTS ***************************************

1: base setting
2: common style
3: layout
4: contents

*******************************************************/

/****** 1: base setting **********************/

/* general params
--------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
}

body {
  line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display:block;
}

nav ul {
  list-style:none;
}

blockquote, q {
  quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}

a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

/* change colours to suit your needs */
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}

/* change colours to suit your needs */
mark {
  background-color:#ff9;
  color:#000;
  font-style:italic;
  font-weight:bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}

table {
  border-collapse:collapse;
  border-spacing:0;
}

/* change border colour to suit your needs */
hr {
  display:block;
  height:1px;
  border:0;
  border-top:1px solid #ccc;
  margin:1em 0;
  padding:0;
}

input, select {
  vertical-align:middle;
}

ul, ol {
  list-style: none;
}

img {
  vertical-align: top;
}

.clearfix:before, .clearfix:after{content:""; display:table;}
.clearfix:after{clear:both;}


p, dt, dd, th, td, li {
  line-height: 1.6em;
}


body {
  margin: 0px;
  padding: 0px;
  font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Arial,Helvetica,Verdana,sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.57;
  -webkit-text-size-adjust: 100%;
}

a:link,
a:visited {
  color: #0033aa;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a:hover .op,
a.op:hover {
  text-decoration: none;
  opacity: 0.8;
}


/****** 2: common style *********************/

/* font style of eo
--------------------*/
.eo {
  font-size: 128.5714%;
  line-height: 1;
}

/* magnification fo img
--------------------*/
.fit_img {
  width: 100%;
  height: auto;
}

ul.disc {
  list-style: disc outside;
  padding: 0 0 0 1.5em;
}

ul.circle {
  list-style: circle outside;
  padding: 0 0 0 1.5em;
}

.balloon_inner {
  word-wrap: break-word;
}

.balloon_inner li {
  margin: 6px 0;
}

.balloon_inner .image_right {
  float: right;
  margin: 0 10px 10px;
}

.balloon_inner .clear_txt {
  clear: both;
}

.balloon_inner .notes {
  padding: 0 0 0 1em;
  text-indent: -1em;
}

strong.kanden, .case_is.kanden {
  color: #039;
}

#l_wrapper * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;

  /* for android */
  background: url(../images/bg_android.png);
}

#l_wrapper .query:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 13px 0 0;
  background: url(../images/icon_query.png) no-repeat;
  vertical-align: middle;
}

#l_wrapper .queryNoBallon:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 13px 0 0;
  background: url(../images/icon_query.png) no-repeat;
  vertical-align: middle;
}

#l_wrapper .error_msg li {
  display: none;
  margin: 0 0 10px;
  padding: 8px 12px;
  background: #fcf3f3;
  color: #d24545;
  font-size: 16px;
}

#l_wrapper .error_msg li:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 14px 0 0;
  background: url(../images/icon_warning.png) no-repeat;
  background-size: 100%;
  font-size: 0;
  vertical-align: middle;
}


#l_wrapper .estimation {
  margin: 0px 0 15px 0;
  padding: 3px 0 3px;
  border: 4px solid #e8ecee;
  background: #f3f5f6;
  font-size: 171.4%;
  line-height: 1.6;
  text-align: center;
} 

#l_wrapper .estimation strong {
  font-size: 125%;
} 


#l_wrapper .graph_figure {
  margin: 0 0 5px;
  padding: 0px 0px 30px;
  border: 5px solid #ffe100;
  border-radius: 7px;
  background: #fffdce;
} 

#l_wrapper .result02 .graph_figure {
  padding: 0px 0px 30px;
}

#lv2 .graph_figure {
  padding: 0px 0px 30px;
}

#lv2 .typeb .graph_figure {
  padding: 0px 0px 55px;
}

#l_wrapper .graph_figure figcaption {
  margin: 0 26px 5px;
  padding: 0 0 0px;
  border-bottom: 1px dotted #aaaaa9;
  text-align: center;
}

#l_wrapper .graph_figure figcaption span {
  display: inline-block;
  padding: 0 22px;
  color: #000;
  font-size: 200%;
  line-height: 1.6;
}

#l_wrapper .graph_figure .figbox {
  position: relative;
  margin: 0px 24px 0px;
  padding: 0 0 75px;
}

#l_wrapper .graph_figure .figbox p.usage {
  display: none;
}

#l_wrapper .graph_figure .figbox div.usage {
  display: none;
}

#l_wrapper .graph_figure .figbox li:first-child.usage {
  display: block;
}

#l_wrapper .graph_figure .figbox li:nth-child(2).usage {
  display: none;
}

#l_wrapper .graph_figure .figbox .usage {
  width: 380px;
  padding: 0px 8px 3px;
  font-size: 142.9%;
  line-height: 1.6;
  text-align: center;
}
#l_wrapper .graph_figure .figbox .usageBk {
  position: absolute;
  bottom: 0;
  left: 15px;
  width: 370px;
  padding: 5px 8px 3px;
  font-size: 142.9%;
  line-height: 1.6;
  text-align: center;
}
#l_wrapper .graph_figure .figbox .figureFooter {
  position: absolute;
  left: 15px;
  width: 370px;
  padding: 0px 8px 0px;
  bottom: -20px;
}

#l_wrapper .result02 .graph_figure .figbox .figureFooter {
  bottom: 0px;
}

#l_wrapper .typeb .result02 .graph_figure .figbox .figureFooter {
  bottom: -15px;
}

#lv2 .graph_figure .figbox .figureFooter {
  bottom: -20px;
}

#lv2 .typeb .graph_figure .figbox .figureFooter {
  bottom: -50px;
}

#l_wrapper .graph_figure .figbox .figureFooter:after {
  content: " . ";
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  visibility: hidden;
}

#l_wrapper .graph_figure .figbox .figureFooter li {
  line-height: 1.57;
  text-align: center;
  white-space: nowrap;
  margin: 5px 0 0 0;
}

#l_wrapper .graph_figure .figbox .monthlyLink {
  font-size: 142.9%;
  text-align: center;
  white-space: nowrap;
}

#l_wrapper .graph_figure .figbox .names {
  width: 440px;
  margin: 0 0px 0px;
}

#l_wrapper .graph_figure .figbox .names:after {
  content: " . ";
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  visibility: hidden;
}

#l_wrapper .graph_figure .figbox .names li {
  float: left;
  width: 50%;
  font-size: 110.3%;
  line-height: 1.57;
  text-align: center;
  white-space: nowrap;
}

#l_wrapper .graph_figure .figbox .names li strong {
  font-size: 175%;
}

#l_wrapper .graph_figure .figbox .names li .balloon {
  display: inline-block;
  position: relative;
  width: 150px;
  height: 65px;
  padding: 14px 0;
  border-radius: 5px;
  background: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.57;
  text-align: center;
  vertical-align: bottom;
}

#l_wrapper .graph_figure .figbox .names li:first-child .balloon {
  padding: 10px 0;
}

#l_wrapper .graph_figure .figbox .names li .balloon:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin: 0 0 0 -5px;
  border-style: solid;
  border-color: #fff transparent transparent;
  border-width: 10px 5px 0;
  font-size: 0;
}

#l_wrapper .graph_figure .figbox .names li .text {
  margin: 0 0 0 10px;
  font-size: 24px;
  font-weight: bold;
}

#l_wrapper .graph_figure .figbox .names li .text .value {
  display: inline-block;
  margin: 0 14px 0 10px;
  padding: 12px 10px 10px;
  background: #ffe89c;
  vertical-align: middle;
}

#l_wrapper .graph_figure .figbox .names li .text .value span {
  display: inline-block;
  color: #d34545;
  padding: 4px 0 8px;
  border-bottom: 2px solid #d34545;
}

#l_wrapper .graph_figure .figbox .names li .text .value strong {
  font-size: 45px;
}

#l_wrapper .graph_figure .figbox .charge {
  width: 430px;
  overflow: hidden;
}

#l_wrapper .graph_figure .figbox .charge li {
  float: left;
  width: 50%;
  height: 182px;
  font-size: 0;
  line-height: 1;
  text-indent: -1000px;
  background-repeat: no-repeat;
  background-position: center;
}

#l_wrapper .graph_figure .figbox .charge li strong {
  font-size: 28px;
}

#l_wrapper .graph_figure .figbox .compare_balloon {
  position: absolute;
  left: 445px;
  bottom: 60px;
  width: 361px;
  height: 200px;
  border: 5px solid #ffe100;
  border-radius: 10px;
  background: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

#l_wrapper .graph_figure .figbox .compare_balloon:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 100%;
  width: 29px;
  height: 20px;
  margin: -10px 0 0;
  background: url(../images/arrow_balloon.gif) no-repeat;
}

#l_wrapper .graph_figure .figbox .compare_balloon div {
  display: table;
  width: 100%;
  height: 100%;
}

#l_wrapper .graph_figure .figbox .compare_balloon p {
  display: table-cell;
  position: relative;
  vertical-align: middle;
}

#l_wrapper .graph_figure .figbox .compare_balloon strong {
  font-size: 46px;
}

/* Pattern01, Pattern02 */
#l_wrapper .pattern01 .graph_figure .figbox .compare_balloon .value,
#l_wrapper .pattern02 .graph_figure .figbox .compare_balloon .value,
#l_wrapper .pattern01_og01 .graph_figure .figbox .compare_balloon .value,
#l_wrapper .pattern01_og02 .graph_figure .figbox .compare_balloon .value,
#l_wrapper .pattern01_jc .graph_figure .figbox .compare_balloon .value,
#l_wrapper .pattern01_jc_aA .graph_figure .figbox .compare_balloon .value,
#l_wrapper .pattern01_au .graph_figure .figbox .compare_balloon .value,
#l_wrapper .pattern01_sb .graph_figure .figbox .compare_balloon .value,
#l_wrapper .pattern01_dc .graph_figure .figbox .compare_balloon .value, 
#l_wrapper .pattern02_og01 .graph_figure .figbox .compare_balloon .value, 
#l_wrapper .pattern02_og02 .graph_figure .figbox .compare_balloon .value, 
#l_wrapper .pattern02_jc .graph_figure .figbox .compare_balloon .value, 
#l_wrapper .pattern02_jc_aA .graph_figure .figbox .compare_balloon .value, 
#l_wrapper .pattern02_au .graph_figure .figbox .compare_balloon .value, 
#l_wrapper .pattern02_sb .graph_figure .figbox .compare_balloon .value, 
#l_wrapper .pattern02_dc .graph_figure .figbox .compare_balloon .value{
  display: inline-block;
  margin: 8px 0 0;
  border-bottom: 2px solid #d34545;
  color: #d24545;
  line-height: 1;
}

#l_wrapper .pattern01 .graph_figure .figbox .compare_balloon .deals,
#l_wrapper .pattern02 .graph_figure .figbox .compare_balloon .deals,
#l_wrapper .pattern01_og01 .graph_figure .figbox .compare_balloon .deals,
#l_wrapper .pattern01_og01 .graph_figure .figbox .compare_balloon .deals,
#l_wrapper .pattern01_jc .graph_figure .figbox .compare_balloon .deals,
#l_wrapper .pattern01_jc_aA .graph_figure .figbox .compare_balloon .deals,
#l_wrapper .pattern01_au .graph_figure .figbox .compare_balloon .deals,
#l_wrapper .pattern01_sb .graph_figure .figbox .compare_balloon .deals,
#l_wrapper .pattern01_dc .graph_figure .figbox .compare_balloon .deals,
#l_wrapper .pattern02_og01 .graph_figure .figbox .compare_balloon .deals,
#l_wrapper .pattern02_og02 .graph_figure .figbox .compare_balloon .deals,
#l_wrapper .pattern02_jc .graph_figure .figbox .compare_balloon .deals,
#l_wrapper .pattern02_jc_aA .graph_figure .figbox .compare_balloon .deals,
#l_wrapper .pattern02_au .graph_figure .figbox .compare_balloon .deals,
#l_wrapper .pattern02_sb .graph_figure .figbox .compare_balloon .deals,
#l_wrapper .pattern02_dc .graph_figure .figbox .compare_balloon .deals{
  font-size: 35px;
  line-height: 1.6;
}

/* Pattern03 */
#l_wrapper .pattern03 .graph_figure .figbox .compare_balloon .deals,
#l_wrapper .pattern03_og01 .graph_figure .figbox .compare_balloon .deals,
#l_wrapper .pattern03_og02 .graph_figure .figbox .compare_balloon .deals,
#l_wrapper .pattern03_jc .graph_figure .figbox .compare_balloon .deals,
#l_wrapper .pattern03_jc_aA .graph_figure .figbox .compare_balloon .deals,
#l_wrapper .pattern03_au .graph_figure .figbox .compare_balloon .deals,
#l_wrapper .pattern03_sb .graph_figure .figbox .compare_balloon .deals,
#l_wrapper .pattern03_dc .graph_figure .figbox .compare_balloon .deals{
  font-size: 35px;
  line-height: 1.4;
}

/* Pattern04, Pattern05 */
#l_wrapper .pattern04 .graph_figure .figbox .compare_balloon .deals,
#l_wrapper .pattern05 .graph_figure .figbox .compare_balloon .deals,
#l_wrapper .pattern04_og01 .graph_figure .figbox .compare_balloon .deals,
#l_wrapper .pattern04_og02 .graph_figure .figbox .compare_balloon .deals,
#l_wrapper .pattern04_jc .graph_figure .figbox .compare_balloon .deals,
#l_wrapper .pattern04_jc_aA .graph_figure .figbox .compare_balloon .deals,
#l_wrapper .pattern04_au .graph_figure .figbox .compare_balloon .deals,
#l_wrapper .pattern04_sb .graph_figure .figbox .compare_balloon .deals,
#l_wrapper .pattern04_dc .graph_figure .figbox .compare_balloon .deals,
#l_wrapper .pattern05_og01 .graph_figure .figbox .compare_balloon .deals,
#l_wrapper .pattern05_og02 .graph_figure .figbox .compare_balloon .deals,
#l_wrapper .pattern05_jc .graph_figure .figbox .compare_balloon .deals,
#l_wrapper .pattern05_jc_aA .graph_figure .figbox .compare_balloon .deals,
#l_wrapper .pattern05_au .graph_figure .figbox .compare_balloon .deals,
#l_wrapper .pattern05_sb .graph_figure .figbox .compare_balloon .deals,
#l_wrapper .pattern05_dc .graph_figure .figbox .compare_balloon .deals {
  font-size: 20px;
  line-height: 2;
}

#l_wrapper .pattern04 .graph_figure .figbox .compare_balloon .value,
#l_wrapper .pattern05 .graph_figure .figbox .compare_balloon .value,
#l_wrapper .pattern04_og01 .graph_figure .figbox .compare_balloon .value,
#l_wrapper .pattern04_og02 .graph_figure .figbox .compare_balloon .value,
#l_wrapper .pattern04_jc .graph_figure .figbox .compare_balloon .value,
#l_wrapper .pattern04_jc_aA .graph_figure .figbox .compare_balloon .value,
#l_wrapper .pattern04_au .graph_figure .figbox .compare_balloon .value,
#l_wrapper .pattern04_sb .graph_figure .figbox .compare_balloon .value,
#l_wrapper .pattern04_dc .graph_figure .figbox .compare_balloon .value,
#l_wrapper .pattern05_og01 .graph_figure .figbox .compare_balloon .value,
#l_wrapper .pattern05_og02 .graph_figure .figbox .compare_balloon .value,
#l_wrapper .pattern05_jc .graph_figure .figbox .compare_balloon .value,
#l_wrapper .pattern05_jc_aA .graph_figure .figbox .compare_balloon .value,
#l_wrapper .pattern05_au .graph_figure .figbox .compare_balloon .value,
#l_wrapper .pattern05_sb .graph_figure .figbox .compare_balloon .value,
#l_wrapper .pattern05_dc .graph_figure .figbox .compare_balloon .value {
  display: inline-block;
  margin: 6px 0 0;
  color: #666;
  line-height: 1;
}

#l_wrapper .pattern03 .graph_figure .figbox .query,
#l_wrapper .pattern04 .graph_figure .figbox .query,
#l_wrapper .pattern05 .graph_figure .figbox .query,
#l_wrapper .pattern03_og01 .graph_figure .figbox .query,
#l_wrapper .pattern03_og02 .graph_figure .figbox .query,
#l_wrapper .pattern03_jc .graph_figure .figbox .query,
#l_wrapper .pattern03_jc_aA .graph_figure .figbox .query,
#l_wrapper .pattern03_au .graph_figure .figbox .query,
#l_wrapper .pattern03_sb .graph_figure .figbox .query,
#l_wrapper .pattern03_dc .graph_figure .figbox .query,
#l_wrapper .pattern04_og01 .graph_figure .figbox .query,
#l_wrapper .pattern04_og02 .graph_figure .figbox .query,
#l_wrapper .pattern04_jc .graph_figure .figbox .query,
#l_wrapper .pattern04_jc_aA .graph_figure .figbox .query,
#l_wrapper .pattern04_au .graph_figure .figbox .query,
#l_wrapper .pattern04_sb .graph_figure .figbox .query,
#l_wrapper .pattern04_dc .graph_figure .figbox .query,
#l_wrapper .pattern05_og01 .graph_figure .figbox .query,
#l_wrapper .pattern05_og02 .graph_figure .figbox .query,
#l_wrapper .pattern05_jc .graph_figure .figbox .query,
#l_wrapper .pattern05_jc_aA .graph_figure .figbox .query,
#l_wrapper .pattern05_au .graph_figure .figbox .query,
#l_wrapper .pattern05_sb .graph_figure .figbox .query,
#l_wrapper .pattern05_dc .graph_figure .figbox .query {
  position: absolute;
  bottom: 6px;
  left: 490px;
  font-size: 114.3%;
}

/* Pattern01 */
#l_wrapper .pattern01 .graph_figure .figbox .charge li {
  background-image: url(../images/graph01_eo.gif);
}
#l_wrapper .pattern01 .graph_figure .figbox .charge li:first-child {
  background-image: url(../images/graph01_kd.gif);
}

#l_wrapper .pattern01_og01 .graph_figure .figbox .charge li {
  background-image: url(../images/graph01_eo.gif);
}
#l_wrapper .pattern01_og01 .graph_figure .figbox .charge li:first-child {
  background-image: url(../images/og/graph01_og_0001.gif);
}

#l_wrapper .pattern01_og02 .graph_figure .figbox .charge li {
  background-image: url(../images/graph01_eo.gif);
}
#l_wrapper .pattern01_og02 .graph_figure .figbox .charge li:first-child {
  background-image: url(../images/og/graph01_og_0002.gif);
}

#l_wrapper .pattern01_jc .graph_figure .figbox .charge li {
  background-image: url(../images/graph01_eo.gif);
}
#l_wrapper .pattern01_jc .graph_figure .figbox .charge li:first-child {
  background-image: url(../images/jc/graph01_jc_0001.gif);
}

#l_wrapper .pattern01_jc_aA .graph_figure .figbox .charge li {
  background-image: url(../images/graph01_eo.gif);
}
#l_wrapper .pattern01_jc_aA .graph_figure .figbox .charge li:first-child {
  background-image: url(../images/jc_aA/graph01_jc_0001.gif);
}

#l_wrapper .pattern01_au .graph_figure .figbox .charge li {
  background-image: url(../images/graph01_eo.gif);
}
#l_wrapper .pattern01_au .graph_figure .figbox .charge li:first-child {
  background-image: url(../images/au/graph01_au_0001.gif);
}

#l_wrapper .pattern01_sb .graph_figure .figbox .charge li {
  background-image: url(../images/graph01_eo.gif);
}
#l_wrapper .pattern01_sb .graph_figure .figbox .charge li:first-child {
  background-image: url(../images/sb/graph01_sb_0001.gif);
}

#l_wrapper .pattern01_dc .graph_figure .figbox .charge li {
  background-image: url(../images/graph01_eo.gif);
}
#l_wrapper .pattern01_dc .graph_figure .figbox .charge li:first-child {
  background-image: url(../images/dc/graph01_dc_0001.gif);
}

/* pattern02 */
#l_wrapper .pattern02 .graph_figure .figbox .charge li {
  background-image: url(../images/graph02_eo.gif);
}
#l_wrapper .pattern02 .graph_figure .figbox .charge li:first-child {
  background-image: url(../images/graph02_kd.gif);
}

#l_wrapper .pattern02_og01 .graph_figure .figbox .charge li {
  background-image: url(../images/graph02_eo.gif);
}
#l_wrapper .pattern02_og01 .graph_figure .figbox .charge li:first-child {
  background-image: url(../images/og/graph02_og_0001.gif);
}

#l_wrapper .pattern02_og02 .graph_figure .figbox .charge li {
  background-image: url(../images/graph02_eo.gif);
}
#l_wrapper .pattern02_og02 .graph_figure .figbox .charge li:first-child {
  background-image: url(../images/og/graph02_og_0002.gif);
}

#l_wrapper .pattern02_jc .graph_figure .figbox .charge li {
  background-image: url(../images/graph02_eo.gif);
}
#l_wrapper .pattern02_jc .graph_figure .figbox .charge li:first-child {
  background-image: url(../images/jc/graph02_jc_0001.gif);
}

#l_wrapper .pattern02_jc_aA .graph_figure .figbox .charge li {
  background-image: url(../images/graph02_eo.gif);
}
#l_wrapper .pattern02_jc_aA .graph_figure .figbox .charge li:first-child {
  background-image: url(../images/jc_aA/graph02_jc_0001.gif);
}


#l_wrapper .pattern02_au .graph_figure .figbox .charge li {
  background-image: url(../images/graph02_eo.gif);
}
#l_wrapper .pattern02_au .graph_figure .figbox .charge li:first-child {
  background-image: url(../images/au/graph02_au_0001.gif);
}

#l_wrapper .pattern02_sb .graph_figure .figbox .charge li {
  background-image: url(../images/graph02_eo.gif);
}
#l_wrapper .pattern02_sb .graph_figure .figbox .charge li:first-child {
  background-image: url(../images/sb/graph02_sb_0001.gif);
}

#l_wrapper .pattern02_dc .graph_figure .figbox .charge li {
  background-image: url(../images/graph02_eo.gif);
}
#l_wrapper .pattern02_dc .graph_figure .figbox .charge li:first-child {
  background-image: url(../images/dc/graph02_dc_0001.gif);
}


/* pattern03 */
#l_wrapper .pattern03 .graph_figure .figbox .charge li {
  height: 160px;
  background-image: url(../images/graph03_eo.gif);
  background-position: center bottom;
}
#l_wrapper .pattern03 .graph_figure .figbox .charge li:first-child {
  background-image: url(../images/graph03_kd.gif);
}

#l_wrapper .pattern03_og01 .graph_figure .figbox .charge li {
  height: 160px;
  background-image: url(../images/graph03_eo.gif);
  background-position: center bottom;
}
#l_wrapper .pattern03_og01 .graph_figure .figbox .charge li:first-child {
  background-image: url(../images/og/graph03_og_0001.gif);
}

#l_wrapper .pattern03_og02 .graph_figure .figbox .charge li {
  height: 160px;
  background-image: url(../images/graph03_eo.gif);
  background-position: center bottom;
}
#l_wrapper .pattern03_og02 .graph_figure .figbox .charge li:first-child {
  background-image: url(../images/og/graph03_og_0002.gif);
}

#l_wrapper .pattern03_jc .graph_figure .figbox .charge li {
  height: 160px;
  background-image: url(../images/graph03_eo.gif);
  background-position: center bottom;
}
#l_wrapper .pattern03_jc .graph_figure .figbox .charge li:first-child {
  background-image: url(../images/jc/graph03_jc_0001.gif);
}

#l_wrapper .pattern03_jc_aA .graph_figure .figbox .charge li {
  height: 160px;
  background-image: url(../images/graph03_eo.gif);
  background-position: center bottom;
}
#l_wrapper .pattern03_jc_aA .graph_figure .figbox .charge li:first-child {
  background-image: url(../images/jc_aA/graph03_jc_0001.gif);
}

#l_wrapper .pattern03_au .graph_figure .figbox .charge li {
  height: 160px;
  background-image: url(../images/graph03_eo.gif);
  background-position: center bottom;
}
#l_wrapper .pattern03_au .graph_figure .figbox .charge li:first-child {
  background-image: url(../images/au/graph03_au_0001.gif);
}

#l_wrapper .pattern03_sb .graph_figure .figbox .charge li {
  height: 160px;
  background-image: url(../images/graph03_eo.gif);
  background-position: center bottom;
}
#l_wrapper .pattern03_sb .graph_figure .figbox .charge li:first-child {
  background-image: url(../images/sb/graph03_sb_0001.gif);
}

#l_wrapper .pattern03_dc .graph_figure .figbox .charge li {
  height: 160px;
  background-image: url(../images/graph03_eo.gif);
  background-position: center bottom;
}
#l_wrapper .pattern03_dc .graph_figure .figbox .charge li:first-child {
  background-image: url(../images/dc/graph03_dc_0001.gif);
}

/* pattern04 */
#l_wrapper .pattern04 .graph_figure .figbox .charge li {
  background-image: url(../images/graph04_eo.gif);
}
#l_wrapper .pattern04 .graph_figure .figbox .charge li:first-child {
  background-image: url(../images/graph04_kd.gif);
}

#l_wrapper .pattern04_og01 .graph_figure .figbox .charge li {
  background-image: url(../images/graph04_eo.gif);
}
#l_wrapper .pattern04_og01 .graph_figure .figbox .charge li:first-child {
  background-image: url(../images/og/graph04_og_0001.gif);
}

#l_wrapper .pattern04_og02 .graph_figure .figbox .charge li {
  background-image: url(../images/graph04_eo.gif);
}
#l_wrapper .pattern04_og02 .graph_figure .figbox .charge li:first-child {
  background-image: url(../images/og/graph04_og_0002.gif);
}

#l_wrapper .pattern04_jc .graph_figure .figbox .charge li {
  background-image: url(../images/graph04_eo.gif);
}
#l_wrapper .pattern04_jc .graph_figure .figbox .charge li:first-child {
  background-image: url(../images/jc/graph04_jc_0001.gif);
}

#l_wrapper .pattern04_jc_aA .graph_figure .figbox .charge li {
  background-image: url(../images/graph04_eo.gif);
}
#l_wrapper .pattern04_jc_aA .graph_figure .figbox .charge li:first-child {
  background-image: url(../images/jc_aA/graph04_jc_0001.gif);
}


#l_wrapper .pattern04_au .graph_figure .figbox .charge li {
  background-image: url(../images/graph04_eo.gif);
}
#l_wrapper .pattern04_au .graph_figure .figbox .charge li:first-child {
  background-image: url(../images/au/graph04_au_0001.gif);
}

#l_wrapper .pattern04_sb .graph_figure .figbox .charge li {
  background-image: url(../images/graph04_eo.gif);
}
#l_wrapper .pattern04_sb .graph_figure .figbox .charge li:first-child {
  background-image: url(../images/sb/graph04_sb_0001.gif);
}

#l_wrapper .pattern04_dc .graph_figure .figbox .charge li {
  background-image: url(../images/graph04_eo.gif);
}
#l_wrapper .pattern04_dc .graph_figure .figbox .charge li:first-child {
  background-image: url(../images/dc/graph04_dc_0001.gif);
}

/* pattern05 */
#l_wrapper .pattern05 .graph_figure figcaption {
  margin-bottom: 10px;
}
#l_wrapper .pattern05 .graph_figure .figbox .charge li {
  height: 137px;
  background-image: url(../images/graph05_eo.gif);
  background-position: bottom;
}
#l_wrapper .pattern05 .graph_figure .figbox .charge li:first-child {
  background-image: url(../images/graph05_kd.gif);
}


#l_wrapper .pattern05_og01 .graph_figure figcaption {
  margin-bottom: 10px;
}
#l_wrapper .pattern05_og01 .graph_figure .figbox .charge li {
  height: 137px;
  background-image: url(../images/graph05_eo.gif);
  background-position: bottom;
}
#l_wrapper .pattern05_og01 .graph_figure .figbox .charge li:first-child {
  background-image: url(../images/og/graph05_og_0001.gif);
}

#l_wrapper .pattern05_og02 .graph_figure figcaption {
  margin-bottom: 10px;
}
#l_wrapper .pattern05_og02 .graph_figure .figbox .charge li {
  height: 137px;
  background-image: url(../images/graph05_eo.gif);
  background-position: bottom;
}
#l_wrapper .pattern05_og02 .graph_figure .figbox .charge li:first-child {
  background-image: url(../images/og/graph05_og_0002.gif);
}

#l_wrapper .pattern05_jc .graph_figure figcaption {
  margin-bottom: 10px;
}
#l_wrapper .pattern05_jc .graph_figure .figbox .charge li {
  height: 137px;
  background-image: url(../images/graph05_eo.gif);
  background-position: bottom;
}
#l_wrapper .pattern05_jc .graph_figure .figbox .charge li:first-child {
  background-image: url(../images/jc/graph05_jc_0001.gif);
}

#l_wrapper .pattern05_jc_aA .graph_figure figcaption {
  margin-bottom: 10px;
}
#l_wrapper .pattern05_jc_aA .graph_figure .figbox .charge li {
  height: 137px;
  background-image: url(../images/graph05_eo.gif);
  background-position: bottom;
}
#l_wrapper .pattern05_jc_aA .graph_figure .figbox .charge li:first-child {
  background-image: url(../images/jc_aA/graph05_jc_0001.gif);
}

#l_wrapper .pattern05_au .graph_figure figcaption {
  margin-bottom: 10px;
}
#l_wrapper .pattern05_au .graph_figure .figbox .charge li {
  height: 137px;
  background-image: url(../images/graph05_eo.gif);
  background-position: bottom;
}
#l_wrapper .pattern05_au .graph_figure .figbox .charge li:first-child {
  background-image: url(../images/au/graph05_au_0001.gif);
}

#l_wrapper .pattern05_sb .graph_figure figcaption {
  margin-bottom: 10px;
}
#l_wrapper .pattern05_sb .graph_figure .figbox .charge li {
  height: 137px;
  background-image: url(../images/graph05_eo.gif);
  background-position: bottom;
}
#l_wrapper .pattern05_sb .graph_figure .figbox .charge li:first-child {
  background-image: url(../images/sb/graph05_sb_0001.gif);
}

#l_wrapper .pattern05_dc .graph_figure figcaption {
  margin-bottom: 10px;
}
#l_wrapper .pattern05_dc .graph_figure .figbox .charge li {
  height: 137px;
  background-image: url(../images/graph05_eo.gif);
  background-position: bottom;
}
#l_wrapper .pattern05_dc .graph_figure .figbox .charge li:first-child {
  background-image: url(../images/dc/graph05_dc_0001.gif);
}

/* Campaign */
#l_wrapper .is_campaign sup {
  font-size: 10px;
  font-weight: normal;
  line-height: 1;
  vertical-align: super;
}
#l_wrapper .is_campaign .cp_notes {
  counter-reset: cp_note;
  margin: 0 0 8px;
  padding: 0 0 0 30px;
  color: #444;
  font-size: 85.714%;
  line-height: 1.57;
  text-indent: -30px;
}
#l_wrapper .is_campaign .sect_result > .cp_notes {
  color: #000;
  font-size: 100%;
}
#l_wrapper .is_campaign .cp_notes li {
  color: #444;
}
#l_wrapper .is_campaign .sect_result > .cp_notes li {
  color: #000;
}
#l_wrapper .is_campaign .graph_figure .names li .cp {
  display: block;
  width: 170px;
  margin: 0 auto 7.5px;
  padding: 3px 0 3px;
  background: #ffe89c;
  font-size: 15px;
  font-weight: bold;
  line-height: 22px;
  text-align: center;
  white-space: normal;
}
#l_wrapper .is_campaign .graph_figure .names li .ncp {
  display: block;
  width: 170px;
  margin: 23px auto 7.5px;
  padding: 3px 0 3px;
  font-size: 15px;
  font-weight: bold;
  line-height: 0px;
  text-align: center;
  white-space: normal;
}
#l_wrapper .is_campaign .graph_figure .names li strong {
  display: inline-block;
  position: relative;
}
#l_wrapper .is_campaign .graph_figure .names li strong sup {
  position: absolute;
  top: 0;
  left: 100%;
}
#l_wrapper .is_campaign .graph_table {
  margin: 0 0 6px;
}


/* TypeB */
#l_wrapper .typeb .graph_figure .figbox {
  padding: 0 0 80px;
}

#l_wrapper .pattern01.typeb .graph_figure .figbox .charge li:first-child {
  background-image: url(../images/graph01_kdb.gif);
}
#l_wrapper .pattern02.typeb .graph_figure .figbox .charge li:first-child {
  background-image: url(../images/graph02_kdb.gif);
}
#l_wrapper .pattern03.typeb .graph_figure .figbox .charge li:first-child {
  background-image: url(../images/graph03_kdb.gif);
}
#l_wrapper .pattern04.typeb .graph_figure .figbox .charge li:first-child {
  background-image: url(../images/graph04_kdb.gif);
}
#l_wrapper .pattern05.typeb .graph_figure .figbox .charge li:first-child {
  background-image: url(../images/graph05_kdb.gif);
}
#l_wrapper .pattern05.typeb .graph_figure .figbox .charge li:first-child {
  background-image: url(../images/graph05_kdb.gif);
}
#l_wrapper .typeb .graph_figure .figbox .compare_balloon {
  bottom: 70px;
}

#l_wrapper .typeb .graph_figure .figbox li:first-child.usage {
  display: none;
}

#l_wrapper .typeb .graph_figure .figbox li:nth-child(2).usage {
  display: inline-block;
}

#l_wrapper .typeb .graph_figure .figbox div.usage {
  display: none;
}

#l_wrapper .typeb .graph_figure .figbox .usage {
  width: auto;
  min-width: 360px;
  padding: 5px 28px 3px;
  overflow: hidden;
  white-space: nowrap;
}

#l_wrapper .typeb .graph_figure .figbox .usage .inline_wrap {
  display: inline-block;
  vertical-align: middle;
}

#l_wrapper .typeb .graph_figure .figbox .monthlyUrl {
  display: inline-block;
  width: auto;
  min-width: 360px;
  padding: 5px 28px 3px;
  overflow: hidden;
  white-space: nowrap;
}

#l_wrapper .typeb .graph_figure .figbox .monthlyUrl .inline_wrap {
  display: inline-block;
  vertical-align: middle;
}

/* 必要なので削除しないこと */
#l_wrapper .typeb .graph_figure .figbox p.usage,
#l_wrapper .graph_figure .figbox div.usage {
  display: none;
}

#l_wrapper .typeb .graph_figure .figbox .usage table th,
#l_wrapper .typeb .graph_figure .figbox .usage table td {
  font-weight: normal;
  vertical-align: middle;
}

#l_wrapper .typeb .graph_figure .figbox .usage table th {
  text-align: right;
}

#l_wrapper .typeb .graph_figure .figbox .usage table td {
  text-align: left;
}

#l_wrapper .typeb .graph_figure .figbox .usage table th + td {
  text-align: center;
}

#l_wrapper .typeb .graph_figure .figbox .usage span {
  display: inline-block;
  margin: 0 0 0 14px;
  line-height: 3.2;
}

/* 必要なので削除しないこと */
#l_wrapper .typeb .graph_figure .figbox p.monthlyUrl,
#l_wrapper .graph_figure .figbox div.monthlyUrl {
  display: none;
}

#l_wrapper .typeb .graph_figure .figbox .monthlyUrl table th,
#l_wrapper .typeb .graph_figure .figbox .monthlyUrl table td {
  font-weight: normal;
  vertical-align: middle;
}

#l_wrapper .typeb .graph_figure .figbox .monthlyUrl table th {
  text-align: right;
}

#l_wrapper .typeb .graph_figure .figbox .monthlyUrl table td {
  text-align: left;
}

#l_wrapper .typeb .graph_figure .figbox .monthlyUrl table th + td {
  text-align: center;
}

#l_wrapper .typeb .graph_figure .figbox .monthlyUrl span {
  display: inline-block;
  margin: 0 0 0 14px;
  line-height: 3.2;
}

/* 新規向け電気シミュレーション用月別グラフ表示 */
#l_wrapper .graph_table {
  padding: 20px;
  overflow: hidden;
} 

#l_wrapper .graph_table table {
  float: left;
  height: 830px;
} 

#l_wrapper .graph_table .table01 {
  width: 419px;
  background: url(../images/bg_table01.gif) no-repeat;
  background-size: 100% 100%;
} 

#l_wrapper .graph_table .table02 {
  width: 401px;
  background: url(../images/bg_table02.gif) no-repeat;
  background-size: 100% 100%;
} 

#l_wrapper .graph_table table th,
#l_wrapper .graph_table table td {
  width: 120px;
  padding: 0 1px;
  font-size: 19px;
  text-align: center;
  vertical-align: middle;
  letter-spacing: -1px;
} 

#l_wrapper .graph_table .table02 td {
  padding-right: 10px;
  padding-left: 5px;
  text-align: right;
  white-space: nowrap;
} 

#l_wrapper .graph_table .table02 thead th:first-child {
  width: 0;
} 

#l_wrapper .graph_table .table02 thead .kandenCampaign.kandenNormal {
  width: 119px;
} 

#l_wrapper .graph_table .table02 thead .eoCampaign.eoNormal {
  width: 120px;
} 
#l_wrapper .graph_table .table02 thead .notNetSetEoCampaignTg.notNetSetEoNormalTg {
  width: 120px;
} 

#l_wrapper .graph_table .table02 thead .diff {
  width: 162px;
} 

#l_wrapper .graph_table table .diff {
  padding-right: 6px;
} 

#l_wrapper .graph_table table thead th {
  height: 50px;
  font-size: 16px;
  font-weight: bold;
} 

#l_wrapper .graph_table table tbody th,
#l_wrapper .graph_table table tbody td {
  height: 65px;
  padding-top: 5px;
  font-weight: normal;
} 

#l_wrapper .graph_table table .diff strong {
  color: #d24545;
  font-size: 23px;
} 

/* プラン変更用月別グラフ表示 */
#l_wrapper .graph_table_plansim {
  padding: 20px;
  overflow: hidden;
} 

#l_wrapper .graph_table_plansim table {
  float: left;
  height: 830px;
} 

#l_wrapper .graph_table_plansim .table01 {
  width: 800px;
  background: url(../images/bg_table01_plansim.gif) no-repeat;
  background-size: 100% 100%;
} 

#l_wrapper .graph_table_plansim .table01 td {
  padding-right: 10px;
  padding-left: 5px;
  text-align: right;
  white-space: nowrap;
} 

#l_wrapper .graph_table_plansim .table01 td.dispYearMonth {
  text-align: center;
}

#l_wrapper .graph_table_plansim .table01 thead .dispYearMonth {
  width: 60px;
} 

#l_wrapper .graph_table_plansim .table01 thead .usage {
  width: 135px;
} 

#l_wrapper .graph_table_plansim .table01 thead .useEoCampaign {
  width: 185px;
} 

#l_wrapper .graph_table_plansim .table01 thead .eoCampaign {
  width: 185px;
} 

#l_wrapper .graph_table_plansim .table01 thead .diff {
  width: 146px;
} 

#l_wrapper .condition_note {
  display: table;
  width: 100%;
  margin: 40px 0 15px;
}
#l_wrapper .conditionCancelMsg{
  display: table;
  color: #003399;
  width: 100%;
  margin: 0 0 20px;
}

#l_wrapper .condition_note dt,
#l_wrapper .condition_note dd {
  display: table-cell;
  color: #444;
  font-size: 85.7%;
  line-height: 1.57;
  vertical-align: top;
}

#l_wrapper .condition_note dt {
  white-space: nowrap;
}


@media screen and (min-width: 701px){
  .for_sp {
    display: none;
  }
}

.disabled {
  opacity: 0.2 !important;
  -ms-filter: "alpha(opacity=20)" !important;
  filter: "alpha(opacity=20)" !important;
  cursor: default;
}

.hidden {
  display: none !important;
}


/****** 3: layout *********************/

/* wrapper
--------------------*/
#l_wrapper {
  position: relative;
  min-width: 980px;
  padding: 20px 0 50px;
  overflow: hidden;
}

.view-wrapper {
  max-width: 960px;
  margin: 0 auto;
}

#l_wrapper .head_logo  {
  width: 960px;
  margin: 0 auto 10px;
  padding: 0 13px;
}

/* l_header #ffa500
--------------------*/

#l_header.plan_img {
  margin-bottom: 30px;
  padding: 10px;
  background: #ffe100;
  line-height: 110px;
  text-align: center;
  overflow: hidden;
}

#l_header.plan_img_prod {
  margin-bottom: 30px;
  padding: 10px;
  background: #ffe100;
  line-height: 110px;
  text-align: center;
  overflow: hidden;
}

#l_header.plan_txt {
  margin-bottom: 30px;
  padding: 10px;
  background: #ffe100;
  text-align: center;
  overflow: hidden;
}

#l_header img {
  vertical-align: middle;
}

#l_header p {
  display: inline;
}

#l_header h1 {
  display: inline-block;
  padding: 0 138px 0 0;
  background: url(../images/icon_header.png) no-repeat right center;
  font-family: "A1 Gothic";
}

#l_header h1 .icon {
  margin: 0 13px 0 0;
}

#l_header ul {
  height: 110px;
  display: inline-block;
  padding: 15px 138px 0 0;
  background: url(../images/icon_header.png) no-repeat right center;
}

#l_header li {
  font-weight: bold;
  font-size: 200%;
  color: #ffffff;
}

/* l_header2
--------------------*/
#l_header2.plan_img {
  margin-bottom: 30px;
  padding: 10px;
  background: #ffe100;
  line-height: 110px;
  text-align: center;
  overflow: hidden;
}

#l_header2.plan_img_prod {
  margin-bottom: 30px;
  padding: 10px;
  background: #ffe100;
  line-height: 110px;
  text-align: center;
  overflow: hidden;
}

#l_header2.plan_txt {
  margin-bottom: 30px;
  padding: 10px;
  background: #ffe100;
  text-align: center;
  overflow: hidden;
}

#l_header2 img {
  padding-top: 20px;  
  margin-right: 20px;
}

#l_header2 p {
  display: inline-block;
  vertical-align: top;
  margin-top: 15px;
  margin-right: 10px;
}

#l_header2 h1 {
  display: inline-block;
  padding: 0 138px 0 0;
  background: url(../images/eologo.png) no-repeat left center;
}

#l_header2 h1 .icon {
  margin: 0 13px 0 0;
}

#l_header2 ul {
  height: 110px;
  display: inline-block;
  padding: 10px 138px 0 0;
  margin-top: 0px;
  background: url(../images/icon_header.png) no-repeat right center;
  background-size: 85px;
}
#l_header2 li {
  font-weight: bold;
  font-size: 200%;
}

#l_header2 > ul .ulTg {
  height: 110px;
  display: inline-block;
  padding: 15px 138px 0 0;
  margin-top: 20px;
  background: url(../images/icon_headerTg.png) no-repeat right center;
  background-size: 85px;
}

/* l_headerTg
--------------------*/
#l_headerTg.plan_img {
  margin-bottom: 20px;
  overflow: hidden;
}
#l_headerTg.plan_img img {
  width: 100vw; 
}

#l_headerTg p {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}

/* pl_header
--------------------*/
#pl_header {
  margin-bottom: 30px;
  padding: 10px;
  background: #29b289;
  line-height: 60px;
  text-align: center;
  overflow: hidden;
}

#pl_header img {
  vertical-align: middle;
}

#l_header h1 {
  display: inline-block;
  padding: 0 138px 0 0;
}

/* l_contents
--------------------*/
#l_contents .tabs {
  margin: 0 0 10px;
  font-size: 0;
}

#l_contents .tabs:after {
  content: " . ";
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  visibility: hidden;
}

#l_contents .tabs ul {
  font-size: 0;
  text-align: center;
}

#l_contents .tabs ul li {
  display: inline-block;
  position: relative;
  width: 306px;
  padding: 0 2.4242424% 0 0;
}

#l_contents .tabs ul li a {
  display: block;
}

#l_contents .tabs ul li a.on,
#l_contents .tabs ul li a:hover {
  box-shadow: none;
}

#l_contents .tabs ul li img {
  width: 100%;
  height: auto;
}

#l_contents .tab_cont {
  display: none;
}


#l_contents .ac_sect .ac_ttl .switch {
  display: block;
  position: relative;
  padding: 15px 10px 11px 30px;
  border: 1px solid #ddd;
  background: #f3f3f3;
  color: #000;
  font-size: 128.571429%;
  font-weight: normal;
  line-height: 1.2em;
  text-decoration: none;
}

#l_contents .ac_sect .ac_ttl .switch:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 10px;
  margin: -5px 0 0;
  background: #29b289;
}

#l_contents .ac_sect .ac_ttl .switch i {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 30px;
  height: 30px;
  margin: -15px 0 0;
  background: url(../images/icon_btn_accordion.gif) no-repeat left top;
  background-size: 100% auto;
}

#l_contents .ac_sect .ac_ttl .switch.on i {
  background-position: left bottom;
}

#l_contents .ac_sect .ac_wrap {
  display: none;
}

#l_contents .ac_sect .ac_wrap.show_default {
  display: block;
}

#l_contents .ac_sect .ac_cont {
  padding: 25px 30px 0;
}

#l_contents .monthly_resul_plansimt .ac_cont {
  padding: 25px 30px 0;
}

#l_contents .btn_field {
  margin: 40px 0 0;
  font-size: 0;
  text-align: center;
}

#l_contents .btn_field div {
  display: inline;
  margin: 0 12px;
}

#l_contents .result_field .results .ac_cont.graph_table {
  padding: 20px;
}


/****** 4: contents *********************/

/* common style
--------------------*/
#l_contents .input_field {
  padding: 32px 43px 30px;
  border: 8px solid #d1dade;
  background: #fff;
}

#l_contents .input_field .caption {
  margin: 0 0 15px;
  font-size: 214.3%;
  font-weight: bold;
  line-height: 1.57;
  vertical-align: middle;
}


#l_contents .input_field .input_ui {
  font-size: 171.4%;
  line-height: 1.57;
}

#l_contents .input_field input[type='text'],
#l_contents .input_field input[type='number'],
#l_contents .input_field select,
#l_contents .input_field .customize_select{
  border: none;
  border-radius: 0;
  color: #000;
  font-size: 116.7%;
  font-weight: bold;
  line-height: 1.2;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

#l_contents .input_field input[type='text'],
#l_contents .input_field input[type='number'],
#l_contents .input_field .select_label {
  border: 5px solid #f4d0d0;
  outline: 1px solid #d34545;
}

#l_contents .input_field input[type='text'],
#l_contents .input_field input[type='number'] {
  padding: 13px 13px 12px;
  background: #fff;
  text-align: right;
}

#l_contents .input_field .select_label {
  display: inline-block;
  padding: 0 35px 0 0;
  background: #fff url(../images/bg_select.gif) no-repeat right center;
  vertical-align: middle;
}

#l_contents .input_field input[type='text'].disabled,
#l_contents .input_field input[type='number'].disabled,
#l_contents .input_field .select_label.disabled {
  border-color: #ccc;
  outline-color: #888;
  background: #eee !important;
  opacity: 1 !important;
  color: #ccc;
}
#l_contents .input_field input[type='text'].disabled,
#l_contents .input_field input[type='number'].disabled,
#l_contents .input_field .select_label.disabled {
  border-color: #ccc;
  outline-color: #888;
  background: #eee !important;
  opacity: 1 !important;
  color: #ccc;
}
#l_contents .input_field .select_label.disabled  .customize_select {
  color: #ccc;
}

#l_contents .input_field select {
  display: inline-block;
  width: 200%;
  padding: 13px 11px 12px 20px;
}

#l_contents .input_field .apply {
  margin: 25px 0 0;
  text-align: center;
}

#l_contents .input_field .apply input:hover {
  opacity: 0.8;
}

#l_contents .input_field .ordered_by_input .item {
  margin: 40px 0 0;
}

#l_contents .input_field .ordered_by_input .item:first-child {
  margin: 0;
}

#l_contents .input_field .ordered_by_input .item .input_ui {
  margin: 16px 0 0;
}

#l_contents .input_field .ordered_by_input .select_menu .select_label.menu {
  float: left;
  width: 408px;
}

#l_contents .input_field .ordered_by_input  .select_menu:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  visibility: hidden;
}

#l_contents .input_field .ordered_by_input .select_menu ul {
  margin: 0 0 0 440px;
  padding: 8px 0 0 37px;
  text-indent: -37px;
}

#l_contents .input_field .ordered_by_input .select_menu ul li {
  margin: 0 0 6px;
}

#l_contents .input_field .ordered_by_input .select_menu > ul li.def_hidden {
  display: none;
}

#l_contents .result_field {
  display: none;
}

#l_contents .result_field .arrow {
  margin: 0 0 10px;
  text-align: center;
}

#l_contents .onemore,
#l_contents .onemorelv2, 
#l_contents .closewin {
  margin: 49px 0 0;
  text-align: center;
}

#l_contents .onemorelv0_2 {
  margin: 19px 0 0;
  text-align: center;
}

#l_contents .onemorelv0_2 .onemore_cont {
  margin: 0 130px 0;
  font-size: 120%;
  text-align: left;
}

#l_contents .onemorelv0_2 .onemore_btn {
  margin: 19px 0 0;
}

#l_contents .onemorelv0_2 .onemore_btn span {
  margin: 0 20px 0;
}

#l_contents .onemorelv0_2 .onemore_btn img {
  width: 338px;
  height: 97px;
}

#l_contents .entry_btn {
  text-align: center;
}

#l_contents .result_field .results {
  position: relative;
  border: 5px solid #d1dade;
  background: #fff;
}

.resultsNormal:before {
  content: ""; 
  position: absolute;
  top: -6px;
  right: -6px;
  width: 74px;
  height: 74px;
  background-size: 100%;
}

#l_contents .result_field .results h2 {
  margin: 0 44px;
  padding: 14px 0 10px;
  border-bottom: 2px solid #d1dade;
  font-size: 285.7%;
  font-weight: normal;
  line-height: 1.57;
  text-align: center;
}

#l_contents .result_field .results h2 .icon {
  display: inline-block;
  width: 111px;
  margin: 0 0 0 22px;
  padding: 2px 0;
  background: #00b289;
  color: #fff;
  font-size: 90%;
}

#l_contents .result_field .results .case_cont {
  padding: 10px 44px 39px;
}

#l_contents .result_field .results .sect_result {
    margin: 5px 0 0;
}

#l_contents .result_field .results .sect_result:first-child {
  margin: 0;
}

#l_contents .result_field .results .sect_result h3 {
  margin: 16px 0 16px;
  font-size: 214.3%;
}

#l_contents .input_field .ordered_by_input .item i,
#l_contents .result_field .results .sect_result h3:before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 60px;
  margin: 0 22px 0 0;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  vertical-align: middle;
}

#l_contents .result_field .results .sect_result h3.no_icon:before {
  content: "";
  display: none;
}

#l_contents .result_field .results .sect_result h3.nan:before {
  background-image: url(../images/icon_nan.png);
  float:left;
}
#l_contents .result_field .results .sect_result h3.nan p span {
  font-size: 75%;
}

#l_contents .input_field .ordered_by_input .no01 i,
#l_contents .result_field .results .result01 h3:before {
  background-image: url(../images/icon_no01.gif);
}
#l_contents .input_field .ordered_by_input .no02 i,
#l_contents .result_field .results .result02 h3:before {
  background-image: url(../images/icon_no02.gif);
}
#l_contents .result_field .results .result02 h3.main_plan:before {
  background-image: url(../images/icon_no02.gif);
  float:left;
}
#l_contents .result_field .results .result02 h3.main_plan p span {
  font-size: 75%;
}

#l_contents .input_field .ordered_by_input .no03 i {
  background-image: url(../images/icon_no03.gif);
}

#l_contents .input_field .ordered_by_input .no04 i,
#l_contents .result_field .results .result04 h4:before {
  background-image: url(../images/icon_no04.gif);
}

#l_contents .result_field .results .sect_result h3 img {
  margin: 0 6px 0 -17px;
  vertical-align: middle;
}

#l_contents .result_field .results h5 {
  margin: 15px 0 10px;
  font-size: 200%;
  text-align: center;
}

#l_contents .result_field .results h6 {
  padding: 10px 0px 7px;
  margin: 0 1px 0 1px;
  text-align: center;
  font-size: 200%;
}

#l_contents .set_bnr_cp {
  margin: 20px 0 20px;
}

#l_contents .set_btn_tigers_netSet {
  margin: 5px 0 40px;
  text-align: center;
}

#l_contents .result_field .results .recommendMsg {
  margin: 0 0 0px;
  font-size: 180%;
  text-align: center;
}

#l_contents .result_field .results .ac_cont {
  padding-bottom: 20px;
  background: #f3f6f7;
}

#l_contents .result_field .case_is {
  margin: 0 0 5px;
  font-size: 185.7%;
  font-weight: bold;
  line-height: 1.57;
  text-align: center;
}


#l_contents .simulate_banners {
  text-align: center;
}

#l_contents .simulate_banners li {
  margin: 22px 0 0;
}

#l_contents .simulate_banners li:first-child {
  margin: 0;
}

#l_contents .simulate_banners li p {
  margin: 8px 0 20px;
  font-size: 114.3%;
}


#l_contents .sect_inquiry {
  margin: 45px 0 0px;
}

#l_contents .sect_inquiry .indent {
  margin: 22px 0 0;
  padding: 0 0 0 1em;
}

#l_contents .sect_inquiry .indent strong {
  font-size: 142.9%;
  font-weight: bold;
  line-height: 1.4;
}

#l_contents .sect_inquiry .indent strong a:link,
#l_contents .sect_inquiry .indent strong a:visited {
  color: #000;
  text-decoration: none;
}

#l_contents .foot_txt {
  margin: 0 0 10px;
  font-size: 18px;
  text-align: center;
}

#l_contents .foot_btn {
  margin: 40px 0 20px;
  text-align: center;
}

#l_contents .foot_close_btn {
  margin: 30px 0 0;
  text-align: center;
  display: none;
}

#l_contents .foot_entry_btn {
  margin: 30px 0 0;
  text-align: center;
  display: none;
}

#l_contents .foot_entry_btn dt {
  margin: 0 0 5px;
  font-size: 128.6%;
  line-height: 1.57;
}

#l_contents .plan_list .entry_btn {
  margin: 0 0 20px;
  text-align: center;
}


/* lv0
--------------------*/
#lv0 .input_field .no01 .input_ui {
  text-align: center;
}

#lv0 .input_field .select_label.months {
  width: 268px;
  margin: 0 14px 0 0;
  text-align: left;
}

#lv0 .for_typeb .ui_box {
  margin: 20px 0 0;
}

#lv0 .for_typeb .ui_box .select_label {
  width: 348px;
  margin: 0 33px 0 0;
  font-size: 171.4%;
}

#lv0 .input_field .text_label input {
  width: 190px;
  margin: 0 14px 0 30px;
}


#lv0 .result_field .results .ac_cont strong {
  font-size: 142.9%;
  font-weight: bold;
  line-height: 1.4;
}

#lv0 .result_field .results .ac_cont strong a:link,
#lv0 .result_field .results .ac_cont strong a:visited {
  color: #000;
  text-decoration: none;
} 

#lv0 .result_field .result01 div {
  overflow: hidden;
} 

#lv0 .result_field .result01 div .note {
  float: right;
  width: 420px;
  padding: 26px 0 24px;
  background: url(../images/bg_parentheses01.gif) no-repeat right center;
  font-size: 157.1%;
  text-align: center;
} 

#lv0 .result_field .ac_sect.what {
  font-size: 100%;
} 

#lv0 .result_field .ac_sect.what strong {
  font-size: 100%;
} 

#lv0 .for_typeb {
  display: none;
}

#lv0 .is_typeb .for_typeb {
  display: block;
}

/* lv1
--------------------*/
#lv1 .input_field .no02 .error_msg {
  max-width: 590px;
  margin: 16px auto 22px;
}

#lv1 .input_field .ordered_by_input .no02 .input_ui {
  width: 500px;
  margin: 0 auto;
}

#lv1 .input_field .no02 .input_ui p {
  font-size: 116.7%;
  line-height: 1.57;
}

#lv1 .input_field .no02 .input_ui ul {
  text-align: center;
}

#lv1 .input_field .no02 .input_ui ul li {
  margin: 0 0 20px;
}

#lv1 .input_field .no02 .input_ui ul li input {
  width: 130px;
  margin: 0 14px;
}

#lv1 .result_field .graph_figure .figbox .compare_balloon {
  width: 350px;
}


/* lv2
--------------------*/
#lv2 .input_tab {
  position: relative;
  margin-bottom: -8px;
  font-size: 0;
}

#lv2 .input_tab:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  visibility: hidden;
}

#lv2 .input_tab ul {
  padding: 0 11px;
}

#lv2 .input_tab ul li {
  float: left;
  width: 50%;
  padding: 0 5px;
}

#lv2 .input_tab ul li img {
  width: 100%;
  height: auto;
}


#lv2 .lv2_cont {
  display: none;
}

#lv2 .input_field .no02 .select_label.history {
  width: 268px;
  margin: 0 14px 0 0;
}


#lv2 .input_field .every_month .ui_wrap {
  position: relative;
}

#lv2 .input_field .every_month .ui_wrap input[type='number'] {
  background-color: #fff;
}

#lv2 .input_field .every_month .ui_wrap input[type='number'].in_value {
  background-color: #fff;
}

#lv2 .input_field .every_month .ui_wrap input[type='number'].auto {
  border-color: #d6e8f2;
  outline: 1px solid #76b2d3;
  background: #ebf4f8;
}

#lv2 .input_field .every_month .ui_wrap input[type='number'].yellow {
  border-color: #ffefbf;
  outline: 1px solid #ffc926;
  background: #fffede;
}

#lv2 .input_field .every_month .ui_wrap .arrow01,
#lv2 .input_field .every_month .ui_wrap .arrow02 {
  background-repeat: repeat-y;
  background-position: center top;
  font-size: 0;
  text-align: center;
  vertical-align: bottom;
}

#lv2 .input_field .every_month .ui_wrap .arrow01 {
  background-image: url(../images/arrow_line01.gif);
}
#lv2 .input_field .every_month .ui_wrap .arrow02 {
  background-image: url(../images/arrow_line02.gif);
}

#lv2 .input_field .every_month .ui_wrap .arrow01:after,
#lv2 .input_field .every_month .ui_wrap .arrow02:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 12px 0;
}

#lv2 .input_field .every_month .ui_wrap .arrow01:after {
  border-color: #aab9c0 #fff #fff;
}
#lv2 .input_field .every_month .ui_wrap .arrow02:after {
  border-color: #d1dade #fff #fff;
}

#lv2 .input_field .every_month .ui_wrap table {
  width: 418px;
  font-size: 24px;
}

#lv2 .input_field .every_month .ui_wrap table th,
#lv2 .input_field .every_month .ui_wrap table td {
  box-sizing: content-box;
}

#lv2 .input_field .every_month .ui_wrap table td.month + td input {
  width: 190px;
  margin: 0 14px 0 0;
}

#lv2 .input_field .every_month .ui_wrap table .year,
#lv2 .input_field .every_month .ui_wrap table .arrow01,
#lv2 .input_field .every_month .ui_wrap table .arrow02 {
  width: 94px;
  text-align: center;
}

#lv2 .input_field .every_month .ui_wrap table .month {
  width: 54px;
  padding: 0 12px 0 0;
  text-align: right;
}

#lv2 .input_field .every_month .ui_wrap table td {
  padding: 10px 0 0;
  white-space: nowrap;
}


#lv2 .input_field .every_month .ui_wrap.abs_is_right .right {
  position: absolute;
  top: 0;
  right: 0;
}

#lv2 .input_field .every_month .ui_wrap.abs_is_left .left {
  position: absolute;
  top: 0;
  left: 0;
}

#lv2 .input_field .every_month .ui_wrap.abs_is_left .right {
  margin: 0 0 0 478px;
}

#lv2 .input_field .every_month span.for_pc {
  margin: 0 0 0 82px;
}

#lv2 .input_field .error_msg {
  max-width: 590px;
  margin: 30px auto 0;
}

#lv2 .input_field .auto_input,
#lv2 .input_field .auto_input_u {
  position: relative;
  margin: 28px 0 0;
  text-align: center;
}

#lv2 .input_field .auto_input p,
#lv2 .input_field .auto_input_u p {
  margin: 10px 0 0;
}

#lv2 .input_field .auto_input.disabled:after,
#lv2 .input_field .auto_input_u.disabled:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* TypeB */
#lv2 .for_typeb {
  display: none;
}

#lv2 .for_typeb .ui_box {
  margin: 20px 0 0;
}

#lv2 .for_typeb .ui_box .select_label {
  width: 348px;
  margin: 0 33px 0 0;
  font-size: 171.4%;
}

#lv2 .is_typeb .for_typeb {
  display: block;
}

#lv2 .is_typeb .auto_input,
#lv2 .is_typeb .auto_input_u,
#lv2 .is_typeb .error_msg {
  display: none;
}


/* select
--------------------*/
#l_contents .input_field .customize_select {
  display: inline-block;
  padding: 13px 11px 12px 20px;
}

.customize_select_options {
  font-weight: normal;
  -webkit-overflow-scroll: touch;
}

.customize_select_option {
  font-size: 150%;
  text-align: left;
}

.customize_select_option.on,
.customize_select_option:hover {
  background: #eee;
}


/* 追加部分：「CP料金適用表示」
------------------------------------------*/

#l_contents .cp_campaign {
  overflow: hidden;
  margin: 0px 0 20px;
  margin-left:2em;
}
#l_contents .dl_cp_campaign dt {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 116.7%;
}
#l_contents .dl_cp_campaign dd {
  margin-bottom: 3px;
  margin-left: 1em;
  text-indent: -1em;
}

#l_contents .dl_cp_campaign_name {
  font-weight: bold;
}

#l_contents .dl_cp_campaign_komecap {
  display: block;
  margin-left: 2em;
  text-indent: -1em;
}

#l_contents .dl_cp_campaign_komecap_red {
  display: block;
  margin-left: 2em;
  text-indent: -1em;
  color: #c00;
}

/*#########################################*/
/* キャンペーン文言変更対応 */
/*#l_contents .tbl_cp_campaign {
  width: 450px;
  border-collapse: collapse;
}
#l_contents .tbl_cp_campaign th,
#l_contents .tbl_cp_campaign td {
  padding: 8px 4px 5px;
  border: 1px solid #ccc;
  vertical-align: middle;
  text-align: center;
}
#l_contents .tbl_cp_campaign thead th {
  background-color: #eee;
}
#l_contents .tbl_cp_campaign thead th:last-child  {
  color: #0033CC;
}
#l_contents .tbl_cp_campaign tbody th {
  width: 36%;
  text-align: left;
  font-weight: normal;
}
#l_contents .tbl_cp_campaign tbody td {
  width: 32%;
}
#l_contents .tbl_cp_campaign tbody td:last-child  {
  color: #0033CC;
}
#l_contents .tbl_cp_campaign .th_cpname {
  display: table-cell;
  vertical-align: middle;
}*/
/*###########################################*/
#l_contents .tbl_cp_campaign {
  width: 450px;
  border-collapse: collapse;
}
#l_contents .tbl_cp_campaign th,
#l_contents .tbl_cp_campaign td {
  width: 36%;
  padding: 8px 4px 5px;
  border: 4px solid #ffc926;
  vertical-align: middle;
  text-align: left;
  background: #fffede;
}
#l_contents .tbl_cp_campaign dd {
  margin-bottom: 1px;
  margin-left: 1em;
  text-indent: 0em;
}
#l_contents .tbl_cp_campaign_strong {
  color: #C00;
  font-size: 116.7%;
  text-decoration: underline;
}

.gray {
    border-color: #ccc !important;
  outline-color: #888 !important;
  background: #eee !important;
  opacity: 1 !important;
  color: #ccc;
}


/****** print *********************/
@media print {
  .for_sp {
    display: none;
  }
}

/**
 * ADD
 */
/****** chart *********************/

#relative {
  position: relative;
}
#chart_pc {
  position: absolute;
  top: -9px;
  left: 0px;
}
#chart_sp {
  position: absolute;
  top: -9px;
  left: 0px;
}

/****** balloon *********************/
ul[data-balloon-id='balloon01'] {
  padding-left: 0.5em;
  margin: 0;
}
ul[data-balloon-id='balloon01'] li {
  margin-left: 38px;
}

/****** like disabled *********************/
.disabled {
  filter: alpha(opacity=30);        /* ie lt 8 */
  -ms-filter: "alpha(opacity=30)";  /* ie 8 */
  -moz-opacity:0.3;                 /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.3;              /* Safari 1.x */
  opacity:0.3;
}
/****** display none *********************/
#lv2 .is_typeOther .auto_input,
#lv2 .is_typeOther .auto_input_u,
#lv2 .is_typeOther .error_msg {
  display: none;
}
#lv2 .condition_note dd font.usageEstimation {
  display: none;
}

font.red {
  color: #ff0000;
}

font.bold {
  font-weight: bold;
}

font.black {
  color: #000000;
}

font.blue {
  color: #0000ff;
}

/* プラン変更シミュレーション用プラン比較表レイアウト
--------------------*/

#wish_list {
    width: 100%;
    margin-bottom: 9px;
}

#wish_list tr {
    border: medium #000000 solid;
}

#wish_list tbody tr:last-child {
    border-top: medium double;
}

#wish_list th {
    font-size: 120%;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    background: #66cdaa;
    padding-right: 10px;
    padding-left: 5px;
    white-space: nowrap;
    border: thin #000000 solid;
}

#wish_list td {
    font-size: 110%;
    color: #000000;
    text-align: left;
    vertical-align: middle;
    padding-right: 10px;
    padding-left: 5px;
    border: thin #000000 solid;
}

#wish_list td.difference {
    font-size: 120%;
    white-space: nowrap;
}

#wish_list  td.electricCharge {
    white-space: nowrap;
}

/* 電気代シミュレーション用プラン比較表レイアウト
--------------------*/

#wish_comparison_list {
    width: 100%;
    margin-bottom: 9px;
}

#wish_comparison_list tr {
    border: medium #000000 solid;
}

#wish_comparison_list th {
    font-size: 120%;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    background: #00b289;
    padding-right: 10px;
    padding-left: 5px;
    white-space: nowrap;
    border: thin #000000 solid;
}

#wish_comparison_list td {
    font-size: 120%;
    color: #000000;
    text-align: left;
    vertical-align: middle;
    padding-right: 10px;
    padding-left: 5px;
    border: thin #000000 solid;
}

#wish_comparison_list td.no_nowrap {
    white-space: nowrap;
}

#wish_comparison_list tbody .no {
    text-align: center;
}

#wish_comparison_list .difference td {
    font-size: 120%;
    color: #ff0000;
    text-align: left;
    vertical-align: middle;
    padding-right: 10px;
    padding-left: 5px;
    white-space: nowrap;
    border: thin #000000 solid;
}

#wish_comparison_list tbody .tdPlanDetails {
  display: none;
}

#compPlanList {
    width: 100%;
    margin-bottom: 9px;
}

#planCheckbox {
  padding-left: 5em;
}

input[type=checkbox] {
  display: none;
}
.check_css {
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  padding: 5px 0 5px 42px;
  vertical-align: middle;
  cursor: pointer;
  font-size: 180%;
}

.check_css:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  border-radius: 6px;
  content: '';
}
.check_css:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #000000;
  border-bottom: 3px solid #000000;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type=checkbox]:checked + .check_css:before {
  opacity: 1;
}

.usePlan {
  padding-left: 5em;
}

.usePlan .l_label {
    font-size: 180%;
    font-weight: bold;
    color: #008000;
    white-space: nowrap;
}

.usePlan .l_val {
    font-size: 160%;
    color: #000000;
}

.trialCalc {
  text-align: center;
}

#l_contents .input_field #trialCalcYM {
  width:-webkit-calc(100% + 35px);
    width:-moz-calc(100% + 35px);
    width:calc(100% + 35px);
    margin-right:-35px;
}

#screenCaption {
  font-size: 220%;
  background-color:#ffffff;
  border: 2px solid;
  margin: 0 0 10px 0;
}

[id^="planheder"] {
  display: none;
}

select::-ms-expand {
  display: none;
}

#wish_list .no {
  width: 10%;
}

#lv2 .input_field .every_month .ui_wrap table .h_usage {
  width: 135px;
}

#l_contents .input_field .ordered_by_input .select_menu #trialCalc_label{
  float: none;
}

.balloon06 {
  margin-left:25px;
}

#l_contents .result_field .onemore_p {
    margin-top:-10px;
}

.modal_window {
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: scroll;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}

.modal_window h1 {
  text-align: center;
  font-size: 130%;
}

.modal_window p {
  margin-top: 5px;
  text-align: center;
  font-size: 120%;
}


#modal-content2 {
  display: none;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}

#modal-content2 .modal_body {
  position: relative;
  left: 50%;
  top: 40%;
  width: 400px;
  height: auto;
  margin-left: -186px;
  margin-top: -256px;
  padding: 10px 20px;
  border: 2px solid #aaa;
  background: #fff;
  border-radius: 20px;
}

#modal-content2 .for_next {
  margin-bottom: 10px;
}

#modal-content2 .for_close {
  margin-bottom: 10px;
}

.modal-hr {
  display:block;
  height:1px;
  border:0;
  border-top:1px solid #ccc;
  margin:0 0;
  padding:0;
}
.use_eonet_radio label {
  margin-left: 120px;
}

.radio_space {
  height: 10px;
}

.radio01-input {
  display: none;
}

.radio01-parts {
  position: relative;
  padding-left: 30px;
  margin-right: 20px;
  font-size: 120%;
}

.radio01-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  border-radius: 50%;
  box-shadow:3px 2px 6px 3px #c4c4c4 inset;
  -moz-box-shadow:3px 2px 6px 3px #c4c4c4 inset;
  -webkit-box-shadow:3px 2px 6px 3px #c4c4c4 inset;
}

.radio01-input:checked+.radio01-parts {
  color: #000000;
}

.radio01-input:checked+.radio01-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  background: #464646;
  border-radius: 50%;
}

.radio02_br_sp{
  display: none;
}
.use_eonet_radio02 label {
  margin-left: 120px;
}
.radio02-input {
  display: none;
}

.radio02-parts {
  position: relative;
  padding-left: 30px;
  margin-right: 20px;
  font-size: 120%;
}

.radio02-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  border-radius: 50%;
  box-shadow:3px 2px 6px 3px #c4c4c4 inset;
  -moz-box-shadow:3px 2px 6px 3px #c4c4c4 inset;
  -webkit-box-shadow:3px 2px 6px 3px #c4c4c4 inset;
}

.radio02-input:checked+.radio02-parts {
  color: #000000;
}

.radio02-input:checked+.radio02-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  background: #464646;
  border-radius: 50%;
}

.simulation_summarize {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}

.simulation_summarize .modal_plan {
  margin-top: 10px;
  padding: 5px 0;
  background-color: #ffdfce;
}

.simulation_summarize .modal_eo_plan {
  font-weight: bold;
  font-size: 1.4em;
}

.simulation_summarize .summarize_title {
  font-weight: bold;
}

.simulation_summarize .notes1 {
  font-size: 70%;
  color: #ff0000;
}

.simulation_summarize .item_lbl {
  background-color: #c0c0c0;
}

.simulation_summarize .differenceCharge {
  margin-bottom: 10px;
}

.simulation_summarize .modal_differenceElectricityCharge_outer {
  color: #ff8000;
}

.simulation_summarize .modal_differenceElectricityCharge {
  font-weight: bold;
  font-size: 1.4em;
}

.notes2 {
  font-size: 80%;
}

#l_wrapper .recommend_disp .triangle {
  margin: 5px 0;
}

#l_wrapper .recommend_caption {
  color: #000000;
  padding: 0px;
  width: 100%;
  max-width: 950px;
  font-weight: bold;
  font-size: 1.5em;
  margin: 0 auto;
}

#l_wrapper .recommend_plan {
  color: #29b289;
}

.set_box {
    margin: 20px 0;
}

#l_wrapper .set_box .set_box_inner {
    padding: 20px 0 20px 0;
    border-right: solid 3px #f3f3f3;
    border-bottom: solid 3px #f3f3f3;
    border-left: solid 3px #f3f3f3;
    -webkit-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
    background: url(../images/sinki_haikei.png) center 0px no-repeat #f3f3f3;
    text-align: center;
}

.set_box .set_box_inner .set_img {
    margin: 0 0 30px 0;
}

.set_box .set_box_inner .set_btn_info {
    margin: 0 0 5px 0;
}

#l_wrapper section .by_month {
  margin-top: 30px;
}

.ryouhen {
    background-color: #ff0000;
}


.ryouhen center a { display:block;
width: 100%; /* 横幅 */
border: 3px solid #FF0000;
padding:10px; /* a要素内の余白 */
margin-bottom: 10px;
height:55px;
text-decoration:none;

}

/****** プラン比較欄のセット区分名 *********************/
#l_wrapper .l_compSetKbn_label {
    font-size: 85%;
}
/****** プラン変更画面の参考プラン表示欄 *********************/
#l_wrapper .l_compPlan_td {
    font-size: 110%;
}

/****** プラン変更シミュレーション用 「YYYY年M月（料金改定後）の単価による試算」レイアウト *********************/
#l_wrapper .l_planYm_label {
    font-size: 85%;
    font-weight: bold;
    color: #984807;
}

/****** CP料金適用表示 *********************/
#l_contents .cp_netSet_campaign {
  overflow: hidden;
  margin: 20px 0;
  margin-left:1em;
}

#l_contents .cp_notNetSet_campaign {
  overflow: hidden;
  margin: 20px 0;
  margin-left:1em;
}

#l_contents .cpNetSetTg {
  overflow: hidden;
  margin: 20px 0;
  margin-left:1em;
}

/****** ネット契約無し料金(年間試算結果)欄の背景設定 *********************/
#l_contents .results .ac_contNotNetSet {
  padding: 25px 30px 20px;
  background: #f3f6f7;
}

/****** 電気代についてのご質問 背景設定 *********************/
#l_contents .ac_contQuestion {
  padding: 20px 50px 0px;
  background-color: #ffffff;
  opacity: 0.75;
}
/****** ネット契約無し料金の試算結果について *********************/
#l_contents .dl_notNetSetCharge dt {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 116.7%;
}

/****** eo電気 タイガース応援プラン(ネットセット料金)について *********************/
#l_wrapper .l_tigersNetSet_label {
    font-weight: bold;
    color: #0033cc;
}

/****** eo電気のネットセット料金でのご利用については、こちらをご覧ください。 *********************/
#l_contents .l_tigersNetSetRef_label {
    margin: 40px 0 10px;
    font-size: 18px;
    font-weight: bold;
    color: #2e75b6;
    text-align: center;
}
/****** eo電気をネットセットでご利用いただくには、eo光ネットと同時にお申し込みください。 *********************/
#l_contents .set_btn_doji_info {
  font-size: 150%;
  font-weight: bold;
    color: #0033cc;
}
/****** eo電気 タイガース応援プラン(ネットセット料金)について アコーディオン *********************/
#l_contents .ac_tgSect .ac_tgTtl .tgSwitch {
  display: block;
  position: relative;
  padding: 15px 10px 11px 30px;
  border: 1px solid #ddd;
  background: #f3f3f3;
  color: #000;
  font-size: 128.571429%;
  font-weight: normal;
  line-height: 1.2em;
  text-decoration: none;
}

#l_contents .ac_tgSect .ac_tgTtl .tgSwitch:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 10px;
  margin: -5px 0 0;
  background: #29b289;
}

#l_contents .ac_tgSect .ac_tgTtl .tgSwitch i {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 30px;
  height: 30px;
  margin: -15px 0 0;
  background: url(../images/icon_btn_accordion.gif) no-repeat left top;
  background-size: 100% auto;
}

#l_contents .ac_tgSect .ac_tgTtl .tgSwitch.on i {
  background-position: left bottom;
}

#l_contents .ac_tgSect .ac_tgWrap {
  display: none;
}

#l_contents .ac_tgSect .ac_tgWrap.show_default {
  display: block;
}

#l_contents .ac_tgSect .ac_tgCont {
  padding: 25px 0 0;
  background: #f3f6f7;  
}

#l_contents .ac_tgSect .ac_tgCont .ac_tgCont2{
  padding: 0 10px 0;
}

#l_wrapper .condition_note_head {
  padding: 0px 40px 0px 40px;
  margin: 20px 0 20px;
}

#l_wrapper .condition_note_head_dd {
  padding: 5px;
}

#l_wrapper .l_maintenance {
  font-size: 170.4%;
  font-weight: bold;
  background: #ffffcc;
}

#l_wrapper .cpKaiteiMsg {
  margin-bottom: 10px
}

/****** 電気料金表示までの間の処理待ち画像表示用 *********************/
#loading {
  display: table;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #bababa;
  opacity: 0.85;
}
 
#loading .loadingMsg {
  display: table-cell;
  text-align: center;
  font-size: 171.4%;
  color: #fff;  
  vertical-align: middle;
  padding-top: 140px;
  background: url(../images/loading.gif) center center no-repeat;
}

#l_wrapper .neon_yellow {
   background: linear-gradient(transparent 0%, #ffff66 0%);
}

#l_wrapper .marker_light_yellow {
    background: linear-gradient(transparent 0%, #fff799 75%);
}

#l_wrapper .neon_green {
  background:linear-gradient(transparent 0%, #b2ffb2 75%);
  font-weight:bold;   
  border-radius:6px;
}

#l_wrapper .marker_light_blue{
  background:linear-gradient(transparent 75%, #c1ffff 75%);
  font-weight:bold; 
}

/****** ネット契約無し料金の試算結果について *********************/
#l_contents .cp_notNetSetCharge {
  overflow: hidden;
  margin: 0px 0 20px;
  margin-left:2em;
}
.eoNotNetSetChargeRef {
  font-size: 100%;
}

#l_wrapper .diffUndertLinex {
  color: #d34545;
  border-bottom: 2px solid #d34545;
}

#l_wrapper .diffUndertLine {
  color: #d34545;
  background:linear-gradient(transparent 90%, #d34545 0%);
}

/****** プラン変更シミュレーション用 月別表示 *********************/
#l_wrapper .graph_table_plansim table th,
#l_wrapper .graph_table_plansim table td {
  padding: 0 1px;
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
  letter-spacing: -1px;
} 

#l_wrapper .graph_table_plansim table .diff {
  padding-right: 6px;
} 

#l_wrapper .graph_table_plansim table thead th {
  height: 50px;
  font-size: 16px;
  font-weight: bold;
} 

#l_wrapper .graph_table_plansim table tbody th,
#l_wrapper .graph_table_plansim table tbody td {
  height: 65px;
  padding-top: 5px;
  font-weight: normal;
} 

#l_wrapper .graph_table_plansim table .diff strong {
  color: #d24545;
  font-size: 19px;
} 

/****** 生活110番バナー *********************/
#l_contents .set_bnr_110_none {
  margin: 40px 0 30px;
  display: none;
}
#l_contents .set_bnr_110 {
  margin: 40px 0 30px;
}

/****** 入力ガイダンスモーダルウインドウ *********************/
#modal-content3 {
  display: none;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}

#modal-content3 .modal_body {
  position: relative;
  left: 60%;
  top: 45%;
  width: 700px;
  height: auto;
  margin-left: -500px;
  margin-top: -300px;
  padding: 10px 10px;
  border: 2px solid #aaa;
  background: #fff;
  border-radius: 20px;
}

#modal-content3 .for_close {
  margin-bottom: 0px;
}
#modal-content3 .btn_close {
  margin-top: 5px;
}


/****** 入力ガイダンスモーダルウインドウ STEP14 追加事業者 *********************/
#modal-content4 {
  display: none;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}

#modal-content4 .modal_body {
  position: relative;
  left: 60%;
  top: 45%;
  width: 500px;
  height: auto;
  margin-left: -400px;
  margin-top: -300px;
  padding: 20px 20px 10px 20px;
  border: 2px solid #aaa;
  background: #fff;
  border-radius: 20px;
}
#modal-content4 .modal_body li {
  list-style-type: disc;
  margin: 20px 20px 10px 20px;
}
#modal-content4 .for_close {
  margin-bottom: 0px;
}
#modal-content4 .btn_close {
  margin-top: 5px;
}

/* スマホ表示時にタブが入力ガイダンスのモーダル上に表示されてしまう対応 */
.inputTabHidden {
  visibility:hidden;
}
.inputTabVisible {
  visibility:visible;
}

/*--------------------------------------------------------- */
/*入力ガイダンスモーダルウインドウ用（前画面から移植）開始
----------------------------------------------------------- */
#simulation {
  background: url(../img/bg_stripe.png) repeat;
}

.imageSet .l, .imageSet .r {
  border: none;
  background-color: #f1f1f1;
}
#simulation a:hover {
  opacity: 0.7;
}

/*-------------------- */
/* Typography
-------------------- */
.cont_box h3 {
  font-size: 30px;
}

.title01 {
  font-size: 42px;
}

.cont_box p, .cont_box2 p {
  font-size: 13px;
}
p.first {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.cont_box2 .fzS {
  font-size: 13px;
  line-height: 1.38;
}

p.margin {
  margin: 10px 0 0 0;
  font-size: 15px;
  text-align: center;
}

/*-------------------- */
/* TITLE
-------------------- */
.main h2 {
  text-align: center;
}

.main h2 img {
  margin: auto;
}

.title01 {
  color: #29b289;
  line-height: 55px;
  vertical-align: top;
}

.title01 img {
  width: 168px;
}

/*-------------------- */
/* MODULE
-------------------- */
/* ------ cont_box2 ------ */
.cont_box2 {
  background: #fff;
  border: 1px solid #54c1a1;
  padding: 38px 44px;
  text-align: center;
  margin-top: 50px;
}

/* ------ cont_box ------ */
.cont_box {
  background-color: #fff;
  border: none;
  border-radius: 10px;
  margin-bottom: 5px;
}

.cont_box h3 {
  border-left: 10px solid #29b289;
  background: #69c9ac url(../img/order/bg_title.gif);
  color: #fff;
  line-height: 1;
  padding: 15px 25px;
}

.cont_box .btn {
  text-align: center;
  margin-bottom: 10px;
}
.cont_box .btn a{
  display: block;
}

.cont_box .btn img {
  margin: 10px auto 0;
}

/* ------ box ------ */
.box {
  margin: 30px auto 10px;
  padding: 3px 0;
  border: 1px solid #54c1a1;
}

/* ------ imageSet ------ */
.imageSet {
  overflow: hidden;
  margin: 10px auto 0;
  width: 650px;
}

/* ------ contin ------ */
.contin {
  border: 1px solid #ffaf1e;
  margin-bottom: 50px;
}

.contin h4 {
  background-color: #ffe100;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  padding: 10px;
  text-align: center;
}

.contin h4.attention {
  font-size: 25px;
}

.contin p {
  margin: 5px;
}

.imageSet .contin {
  margin-bottom: 0;
}

.li_indent {
  margin: 15px;
  font-size: 16px;
}

.li_indent li {
  padding-left: 1em;
  text-indent: -1em;
}

.contin strong {
  color: #fa5000;
}

ul.notes {
  font-size: 13px;
  text-indent: -1em;
  padding-left: 1em;
}

.check {
  background: #fff none repeat scroll 0% 0%;
  border: 1px solid #F00;
  color: #c00;
  font-size: 14px;
  margin: 15px auto 10px;
  padding: 4px;
  text-align: left;
  width: 100%;
  -webkit-box-sizing: borderbox;
  -moz-box-sizing: borderbox;
  box-sizing: borderbox;
}

.check dt {
  font-weight: 700;
}

.check dd {
  margin: 0 1em;
}

.check dd span {
  font-weight: 700;
}

.contentArea_bottom_text1 {
  margin: 15px 0;
}

.main .main_bottom_text {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.main .main_bottom_text span {
  color: #ff9200;
}

.order {
  display: block;
  text-align: center;
}
.order .pc_block {
  width: 733px;
  margin: 0 auto;
}

@media (min-width: 701px) {
  /* ------ box ------ */
  .box {
    width: 600px;
  }

  .main .main_bottom_text {
    margin: 30px 0 0;
    font-size: 26px;
  }

  /* ----------------------------------------------------
  simulation
  ---------------------------------------------------- */

  #simulation .contentWrap {
    width: 960px;
    margin: 0 auto;
  }

  .l {
    float: left;
  }

  .r {
    float: right;
  }

  .imageSet .l, .imageSet .r {
    width: 320px;
    height: 285px;
    background-color: #f1f1f1;
    text-align: center;
  }

  .imageSet .l .img {
    margin-top: 10px;
  }

  .imageSet .l p {
    text-align: center;
	margin-top: 5px;
  }

  .imageSet .r p {
    text-align: left;
	margin-top: 55px;
  }

  /*::::::::::::::::::::::::::::::::::
  cont_box
  :::::::::::::::::::::::::::::::::::*/
  .cont_box {
    margin-top: 5px;
  }

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

  .cont:after {
    clear: both;
  }

  .cont {
    zoom: 1;
  }

  .cont_box .cont {
    padding: 5px 5px 5px 5px;
    margin: -5px 0 0;
    overflow: hidden;
  }
}
@media (max-width: 701px) {

  .sub {
    border-bottom: none;
  }

  .contentArea {
    margin-top: 5%;
  }

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

  .cont:after {
    clear: both;
  }

  .cont {
    zoom: 1;
  }

  .cont_box, .cont_box2 {
    width: 93.7%;
    margin: 5% auto;
  }

  .cont_box .cont, .cont_box2 {
    padding: 5% 3%;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .contin h4 {
    text-align: center;
    padding: 2% 5%;
    font-size: 12px;
    line-height: 1.4;
  }
  ul.notes {
    font-size: 12px;
  }
  /*-------------------- */
  /* Typography
  -------------------- */
  .cont_box h3 {
    font-size: 16px;
  }

  .title01 {
    font-size: 18px;
    line-height: 20px;
  }

  .cont_box p, .cont_box2 p, .cont_box2 .fzS {
    font-size: 12px;
  }

  p.margin {
    text-align: left;
  }

  /*-------------------- */
  /* TITLE
  -------------------- */
  .title01 img {
    width: 113px;
    margin-bottom: 3px;
  }

  .cont_box h3 {
    border-left: 5px solid #29b289;
    padding: 2% 3%;
    line-height: 1.25;
    background: #69c9ac url(../img/order/bg_title.gif) repeat;
  }

  /*-------------------- */
  /* MODULE
  -------------------- */
  .main p {
    font-size: 10px;
    text-align: center;
    margin-top: 5%;
  }

  .cont_box2 .fzS {
    text-align: left;
    line-height: 1.5;
  }

  .cont_box .btn {
    margin-left: 10px;
    margin-right: 10px;
  }

  .box {
    margin: 6% auto 3%;
  }

  /* ------ imageSet ------ */
  .imageSet {
    margin: 0 auto;
  }

  .cont_box .imageSet {
    margin-bottom: 7%;
  }

  .imageSet img {
    display: block;
  }

  .imageSet .l, .imageSet .r {
    padding-bottom: 10px;
  }

  .imageSet .l {
    margin-top: 20px;
  }

  .imageSet .l .img {
    padding: 3% 7% 0px;
  }

  .imageSet .r .img {
    padding: 0 0 5px;
  }

  .r.contin {
    margin-bottom: 0;
    
  }

  .li_indent {
    font-size: 12px;
  }

  .contin h4.attention {
    font-size: 20px;
  }

  .check {
    width: 90%;
    margin: 3% 4%;
    font-size: 12px;
  }

  .contentArea_bottom_text1 {
    width: 93.7%;
    margin: 15px auto;
  }
  .order {
    margin-left: 10px;
    margin-right: 10px;
  }
}

/* ----------------------------------------------------
information
---------------------------------------------------- */
.information {
  max-width: 954px;
  margin: 0 auto 35px;
  border:3px solid #FF3600;
}
.information p {
  padding:12px 0;
  font-size:18px;
}
.information a {
  display: block;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  color:#333;
}
.information a:hover {
  opacity: 0.7
}
.information a b {
  margin:0 10px 0 0;
  color:#ff0101;
}

@media screen and (max-width: 701px) {
  .information {
    margin: 0 5% 35px;
    border:2px solid #FB5000;
  }
  .information p {
    padding:12px 0;
    font-size:13px;
    line-height: 1.1;
  }
  .information a b {
    margin:0 5px 0 0;
  }
}
/*--------------------------------------------------------- */
/*入力ガイダンスモーダルウインドウ用（前画面から移植）終了
----------------------------------------------------------- */


/* シミレーション不可画面 */
p.noSim_message {
	font-size:180% ;
	color: red ;
}

p.noSim_message_sub {
	font-size:150% ;
	color: red ;
}

input.noSim_close_btn {
	font-size:200% ;
	width : auto;
	height :auto;
}

