@charset "utf-8";
/* CSS Document */

/****************************************
  でんき
****************************************/
.electric .caption1 {
	background-image:url(../images/bg_caption_electric.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	background-color:#444;
	height:318px;
}
@media screen and (min-width:1367px) {
.electric .caption1 {
	background-size:cover;
}
}
.electric .caption h2 {
	width:auto;
	text-align:center;
	margin:0 auto;
	padding:90px 10px 0 10px;
}
@media screen and (min-width:910px) {
.electric .caption h2 {
	margin:0;
	text-align:left;
	padding:90px 110px 0 110px;
}
}
.electric .electrinMenu {
	background-color:#444;
}
@media screen and (min-width:936px) {
.electric .electrinMenu {
	padding:0 50px;
}
}
.electric .electrinMenu ul {
	letter-spacing:-0.4em;
	margin:0;
	padding:0;
}
.electric .electrinMenu li {
	letter-spacing:normal;
	display:inline-block;
	border-left:1px solid #888;
	border-right:1px solid #888;
	text-align:center;
  box-sizing: border-box;
	width:50%;
	font-size:1em;
	vertical-align:top;
}
@media screen and (min-width:641px) {
.electric .electrinMenu li {
	width:19.6%;
	min-width:200px;
}
}
.electric .electrinMenu li.current {
	background-color:#ec9601;
}
.electric .electrinMenu li:hover {
	background-color:#ec9601;
}
/*.electric .electrinMenu li.current:after {
	content: '';
	width: 0;
	height: 0;
	border-width: 10px 10px 0px 10px;
	border-style: solid;
	border-color:#fff transparent transparent transparent;
	position: absolute;
	bottom:-10px;
	left:50%;
	margin-left:-10px;
	z-index: 0;
}*/

.electric .electrinMenu li a {
	text-decoration:none;
	color:#fff;
	display:block;
	padding:31px 0;
}
.electric .electrinMenu .menu05 a {
	padding:22px 0;
}

.electric .Contents-area {
	margin:30px 10px;
}
@media screen and (min-width:641px) {
.electric .Contents-area {
	margin:30px 50px 0 50px;
}
}

.electric .Contents-block-detail {
	margin-bottom:80px;
}


/* コンテンツトップ */
.electric .anchorMenu {
	text-align:center;
	letter-spacing:-0.4em;
}
.electric .anchorMenuTitle {
	display:inline-block;
	margin:0;
	padding:8px 2em;
	font-size:18px;
	color:#fff;
	background-color:#a61616;
	position:relative;
}
.electric .anchorMenuTitle:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-width: 18px 18px 18px 14px;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
	/* bottom:-12px; */
	left:0;
	top:0;
	z-index: 0;
}
.electric .anchorMenuTitle:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-width: 18px 14px 18px 18px;
	border-style: solid;
	border-color: transparent #fff transparent transparent ;
	/* bottom:-12px; */
	right:0;
	top:0;
	z-index: 0;
}
@media screen and (min-width:641px) {
.electric .anchorMenuTitle {
	padding:8px 3em;
	font-size:24px;
}
.electric .anchorMenuTitle:before {
	border-width: 21px 21px 21px 17px;
	top:1px;
}
.electric .anchorMenuTitle:after {
	border-width: 21px 17px 21px 21px;
	top:1px;
}
}

.electric .anchorMenu {
	margin:25px 0;
	padding:0;
}
.electric .anchorMenu dl {
	display:inline-block;
	vertical-align:top;
	letter-spacing:normal;
	width:260px;
}
.electric .anchorMenu dt {
	border:2px solid #023b92;
	background-color:#e0ecfd;
	padding:5px;
  border-radius: 328px;
  -webkit-border-radius: 328px;
  -moz-border-radius: 328px;
	width:164px;
	box-sizing:border-box;
	margin-left:36px;
}
.electric .anchorMenu dt a {
	display:block;
	background-color:#fff;
	color:#023b92;
	font-size:30px;
	text-decoration:none;
	padding:60px 0;
	line-height:1;
  border-radius: 300px;
  -webkit-border-radius: 300px;
  -moz-border-radius: 300px;
	position:relative;
}
.electric .anchorMenu dt a:hover {
	background-color:#f8fff8;
}
.electric .anchorMenu dt a:after {
	font-size:20px;
  font-family: 'shizugas';
  content: "\f0d7";
	position:absolute;
	bottom:6px;
	left:68px;
}
.electric .anchorMenu dd {
	margin:0 10px 0 0;
	text-align:left;
}


.electric .Contents-block-title {
	background-color:#e0ecfd;
	text-align:center;
	padding:40px 20px;
}
.electric .Contents-block-title h3 {
	color:#023b92;
	font-size:26px;
	margin:0 0 20px 0;
}
.electric .Contents-block-title .introText {
	font-weight:bold;
	font-size:18px;
	margin:0;
}
.electric .Contents-block-body {
	width:100%;
	max-width:900px;
	margin:40px auto;
}
.electric .Contents-block-body p {
	line-height:1.6;
}

.electric .Contents-block-body .Contents-block-child {
	padding:0 10px;
	margin-bottom:70px;
}
.electric .Contents-block-body .Contents-block-child h1 {
	font-size:20px;
	padding-left:70px;
	background-position:left top;
	background-repeat:no-repeat;
	min-height:50px;
	line-height:1.4;
	margin:0 0 30px 0;
}
.electricIcon1 {
	background-image:url(../images/img_electric_titleIcon01.jpg);
}
.electricIcon2 {
	background-image:url(../images/img_electric_titleIcon02.jpg);
}
.electricIcon3 {
	background-image:url(../images/img_electric_titleIcon03.jpg);
}
.electricIcon4 {
	background-image:url(../images/img_electric_titleIcon04.jpg);
}
.electric .Contents-block-body .twoColumnArea {
	width:auto;
	overflow:hidden;
}
.electric .Contents-block-body .twoColumnArea .imageArea {
	width:45%;
	float:left;
}
.electric .Contents-block-body .twoColumnArea .textArea {
	margin-left:50%;
}
.electric .Contents-block-body .twoColumnArea .width50p {
	width:50%;
	float:left;
}
@media screen and (min-width:641px) {
.electric .Contents-block-body .twoColumnArea .imageArea {
	width:268px;
}
.electric .Contents-block-body .twoColumnArea .textArea {
	margin-left:288px;
}
}
.electric .Contents-block-body .twoColumnArea .textArea h2 {
	margin:0;
	font-size:16px;
	line-height:1.6;
}
.electric .Contents-block-body .twoColumnArea .textArea p {
}


.electric .Contents-block-child .subTitle4 {
	margin:0 0 10px 0;
}

/* コンテンツトップ end */


/* シミュレーション */
.Simulation .nopadding {
   padding-top: 0 !important;
}
.Simulation [name^="txtShiyoryo"] {
    width:60px;
    margin-left:0.25em;
    margin-right:0.25em;
}
.Simulation [id^="ddmDenryoku"] {
	width:100%;
    max-width:250px;
}
.Simulation #ddmMonth {
    width:45px;
}
.Simulation #divTitleError {
    background-color: #f69090;

}
.Simulation .markPos {
   padding-left: 1em;
   text-indent: -1em;
   font-size:85%;
}

.Simulation #divTitleError {
    background-color: #f69090;

}

@media screen and (min-width:641px) {
.Simulation {
	margin-right:50px;
}
}
.Simulation .hidden {
	display:none;
}
#progress-basic {
	color:#2196f5;
	border-bottom:6px solid #cae6fc;
	padding-bottom:16px;
	position:relative;
}
#progress-basic:before {
	position:absolute;
	content:"";
	height:6px;
	width:35%;
	background-color:#2196f5;
	left:0;
	bottom:-6px;
}
.Simulation .form-control {
    display: inline-block !important;
}

.Simulation .text-primary {
	color:#2196f5;
	font-weight:normal;
}
@media screen and (min-width:641px) {
.Simulation .form-group {
	padding:20px 0;
}
}
.Simulation .form-group h4 {
	margin:0;
}
.Simulation .form-group .col-sm-7 {
	margin-left:0;
	margin-bottom:20px;
}
@media screen and (min-width:641px) {
.Simulation .form-group {
	width:auto;
	overflow:hidden;
}
.Simulation .form-group h4 {
	min-width:170px;
	width:50%;
	float:left;
	text-align:right;
	line-height:29px;
}
.Simulation .form-group .col-sm-7 {
	padding-left:10px;
	margin-bottom:0;
	float:left;
	width:40%;
}
}
.Simulation .form-group .form-control {
	border:none;
	padding:6px 16px 6px 0;
	border-bottom:1px solid #ddd;
	box-sizing:border-box;
	line-height:1.6;
}
.Simulation .form-group .form-control:focus {
	outline:0;
	border:none;
	border-bottom:1px solid #2196f5;
}
.Simulation .has-error .form-control {
	border-bottom:1px solid #e51c23;
}

.Simulation .form-group .col-sm-7 .radio{
	display:block;
	margin-bottom:10px;
}
.Simulation .help-block {
	display:block;
	margin-bottom:4px;
}
.Simulation .has-error .help-block {
	color:#e51c23;
	position:relative;
}


.Simulation .btn-warning {
  color: #ffffff;
  background-color: #ff9800;
  border-color: transparent;
}
.Simulation .btn-warning:focus,
.Simulation .btn-warning.focus {
  color: #ffffff;
  background-color: #cc7a00;
  border-color: rgba(0, 0, 0, 0);
}
.Simulation .btn-warning:hover {
  color: #ffffff;
  background-color: #cc7a00;
  border-color: rgba(0, 0, 0, 0);
}
.Simulation .btn-warning:active,
.Simulation .btn-warning.active,
.Simulation .open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #cc7a00;
  border-color: rgba(0, 0, 0, 0);
}
.Simulation .btn-warning:active:hover,
.Simulation .btn-warning.active:hover,
.Simulation .open > .dropdown-toggle.btn-warning:hover,
.Simulation .btn-warning:active:focus,
.Simulation .btn-warning.active:focus,
.Simulation .open > .dropdown-toggle.btn-warning:focus,
.Simulation .btn-warning:active.focus,
.Simulation .btn-warning.active.focus,
.Simulation .open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #a86400;
  border-color: rgba(0, 0, 0, 0);
}
.Simulation .btn-warning:active,
.Simulation .btn-warning.active,
.Simulation .open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.Simulation .btn-warning.disabled:hover,
.Simulation .btn-warning[disabled]:hover,
.Simulation fieldset[disabled] .btn-warning:hover,
.Simulation .btn-warning.disabled:focus,
.Simulation .btn-warning[disabled]:focus,
.Simulation fieldset[disabled] .btn-warning:focus,
.Simulation .btn-warning.disabled.focus,
.Simulation .btn-warning[disabled].focus,
.Simulation fieldset[disabled] .btn-warning.focus {
  background-color: #ff9800;
  border-color: transparent;
}
.Simulation .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 16px;
  font-size: 13px;
  line-height: 1.846;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.Simulation .btn-lg,
.Simulation .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 17px;
  line-height: 1.3333333;
  border-radius: 3px;
}
.Simulation .btn {
  text-transform: uppercase;
  border: none;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
#divShiyoryo99 .help-block{
	margin-top:10px;
}

.Simulation .panel {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.Simulation .panel-heading {
	background-color:#f5f5f5;
	padding:10px 15px;
}
.Simulation #shiyoryodetail {
	letter-spacing:-0.4em;
}
.Simulation .col-xs-6 {
	letter-spacing:normal;
	display:inline-block;
	padding:0 15px;
}
.Simulation .col-xs-6 .form-group label{
	width:3em;
	display:inline-block;
}
.Simulation #resultDetail {
	margin:0 20px;
}
@media screen and (min-width:641px) {
.Simulation #resultDetail {
	width:67%;
	margin:0 auto;
}
}
.Simulation #resultDetail table {
	width:100%;
	border-collapse: collapse;
}

.Simulation .panel-warning>.panel-heading {
	background-color:#ff9800;
}
.Simulation .panel-heading .panel-title {
	margin:0;
	color:#fff;
}
.Simulation .panel-body {
	background-color:#fff;
}

.Simulation #resultDetail table>tbody>tr>td {
	padding:8px;
	line-height:1.846;
	vertical-align:top;
	border-top:1px solid #ddd;
}

.Simulation #resultDetail table .warning {
	background-color:#ffe0b2;
}

.Simulation p.Econtactbtn{
margin-bottom: 15px;
padding:0 20px;
text-align: center;
}
.Simulation p.Econtactbtn a{
    display: inline-block;
    padding: 15px 12px;
    background: #e80;
    color: #fff;
    font-size: 93%;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    letter-spacing: 1px;
    font-weight: bold;
    text-decoration: none;
}

.Simulation p.Econtactbtn a:hover{
    cursor:pointer;
    background: #f2a33a;
}
.Simulation p.Econtactbtn span{
    background: url(../images/mrk_arrow_w.png) no-repeat right center;
    padding-right: 20px;
}
/* シミュレーション end */
