/*******************************************************************************
 リム情報開発　芝崎作成
********************************************************************************/
#information .c20201216 .pochitto_btn_blue {
    display: inline-block;
    width: 200px;
    padding: 0.8em;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #0C88CA;
    border-bottom: 4px solid #005691;
    border-radius: 4px;
    transition: .0s;
}

#information .c20201216 .pochitto_btn_blue:hover {
    cursor: pointer;
    text-decoration: none;
    background: #005691;
    transform: translate3d(0, 4px, 0);
    transition: .0s;
    border-bottom: none;
}
/*==============================================================
 table
==============================================================*/
#information .c20191129 p {
	line-height: 0em;
	color:blue;
}

#information .c20191129 table {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	width: 100%;
	border-collapse: collapse;
}

#information .c20191129 th.t_top {
	border-top: #b3b3b3 4px solid;
}

#information .c20191129 th {
	border-bottom: #e3e3e3 1px solid;
	border-left: #e3e3e3 1px solid;
	text-align: left;
	background: #f7f7f7;
	padding: 10px;
	font-weight: normal;
}

#information .c20191129 td.t_top {
	border-top: #be1309 4px solid;
}

#information .c20191129 td {
	border-bottom: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
	text-align: left;
	padding: 5px;
}

/*==============================================================
 その他スタイル
==============================================================*/
#information .c20191129 .right1 {
	text-align: right !important;
	line-height: 1.2em !important;
}

#information .c20191129 .detail {
	margin: 0;
	line-height: 1.2em;

}

#information .c20191129 .button {
/*	margin: 5px 5px 5px 10px; */
	margin: 10px 5px 0px 10px;
/*	padding: 3px 10px 5px 10px; */
	padding: 0px 10px 0px 10px;
	display: inline-block;
	width: 180px;
/*	height: 54px; */
	height: 30px;
	text-align: center;
	text-decoration: none;
/*	line-height: 54px; */
	line-height: 30px;
	outline: none;
	position: relative;
	background-color: #1abc9c;
	border-radius: 4px;
	color: #fff;
/*	line-height: 52px; */
	line-height: 30px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #0e8c73;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	font-size: 10pt;
}

#information .c20191129 .button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	background-color: #31c8aa;
	box-shadow: 0 3px 0 #23a188;
}

#information .c20191129 .button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#information .c20191129 .button:hover {
	background-color: #31c8aa;
	box-shadow: 0 3px 0 #23a188;
}

#information .c20191129 .button:active {
	top: 3px;
	box-shadow: none;
}

#information .c20191129 .width1 {
	display: inline-block;
	width: 70px;
}

/*-----------------------------------------------------
 立ち寄りセミナー 2020年7月28日開催
----------------------------------------------------- */
#information .c20200728 body {
    font-family: "Open Sans", sans-serif;
    line-height: 1.25;
}

#information .c20200728 table {
    border-collapse: collapse;
    margin: 0 auto;
    padding: 0;
    width: 650px;
/*    width: 1000px; */
    table-layout: fixed;
    line-height: 20px;
}

#information .c20200728 table tr {
    background-color: #e6f2f5;
    padding: .35em;
    border-bottom: 2px solid #fff;
}

#information .c20200728 table th,
#information .c20200728 table td {
    padding: 1em 10px 1em 1em;
    border-right: 2px solid #fff;
}

#information .c20200728 table th {
    font-size: .85em;
}

#information .c20200728 table thead tr {
    background-color: #167F92;
    color: #fff;
    width: 75%;
}

#information .c20200728 table tbody th {
    background: #78bbc7;
    color: #fff;
    width: 25%;
}

#information .c20200728 .txt {
    text-align: left;
    font-size: .85em;
}

#information .c20200728 .price {
    text-align: right;
    color: #167F92;
    font-weight: bold;
}

#information .c20200728 .non {
    background: #fff
}

#information .c20200728 @media screen and (max-width: 600px) {
    table {
        border: 0;
        width: 100%
    }

    table th {
        background-color: #167F92;
        display: block;
        border-right: none;
    }

    table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table tr {
        display: block;
        margin-bottom: .625em;
    }

    table td {
        border-bottom: 1px solid #bbb;
        display: block;
        font-size: .8em;
        text-align: right;
        position: relative;
        padding: .625em .625em .625em 4em;
        border-right: none;
    }

    table td::before {
        content: attr(data-label);
        font-weight: bold;
        position: absolute;
        left: 10px;
        color: #167F92;
    }

    table td:last-child {
        border-bottom: 0;
    }

    table tbody th {
        color: #fff;
    }
}

#information .c20200728 .pochitto_btn_blue {
    display: inline-block;
    width: 200px;
    padding: 0.8em;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #0C88CA;
    border-bottom: 4px solid #005691;
    border-radius: 4px;
    transition: .0s;
}

#information .c20200728 .pochitto_btn_blue:hover {
    cursor: pointer;
    text-decoration: none;
    background: #005691;
    transform: translate3d(0, 4px, 0);
    transition: .0s;
    border-bottom: none;
}

/*-----------------------------------------------------
 立ち寄りセミナー 2020年12月4日開催
----------------------------------------------------- */
#information .c20201204 body {
    font-family: "Open Sans", sans-serif;
    line-height: 1.25;
}

#information .c20201204 table {
    border-collapse: collapse;
    margin: 0 auto;
    padding: 0;
    width: 650px;
    table-layout: fixed;
    line-height: 20px;
}

#information .c20201204 table tr {
/*    background-color: #e6f2f5; */
    background-color: #000000;
    padding: .35em;
    border-bottom: 2px solid #fff;
}

#information .c20201204 table th,
#information .c20201204 table td {
    padding: 1em 10px 1em 1em;
    border-right: 2px solid #fff;
}

#information .c20201204 table th {
    font-size: .85em;
}

#information .c20201204 table thead tr {
    background-color: #167F92;
    color: #fff;
    width: 75%;
}

#information .c20201204 table tbody th {
    background: #78bbc7;
    color: #fff;
    width: 25%;
}

#information .c20201204 .txt {
    text-align: left;
    font-size: .85em;
}

#information .c20201204 .price {
    text-align: right;
    color: #167F92;
    font-weight: bold;
}

#information .c20201204 .non {
    background: #fff
}

#information .c20201204 @media screen and (max-width: 600px) {
    table {
        border: 0;
        width: 100%
    }

    table th {
        background-color: #167F92;
        display: block;
        border-right: none;
    }

    table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    table tr {
        display: block;
        margin-bottom: .625em;
    }

    table td {
        border-bottom: 1px solid #bbb;
        display: block;
        font-size: .8em;
        text-align: right;
        position: relative;
        padding: .625em .625em .625em 4em;
        border-right: none;
    }

    table td::before {
        content: attr(data-label);
        font-weight: bold;
        position: absolute;
        left: 10px;
        color: #167F92;
    }

    table td:last-child {
        border-bottom: 0;
    }

    table tbody th {
        color: #fff;
    }
}

#information .c20201204 .pochitto_btn_blue {
    display: inline-block;
    width: 200px;
    padding: 0.8em;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #0C88CA;
    border-bottom: 4px solid #005691;
    border-radius: 4px;
    transition: .0s;
}

#information .c20201204 .pochitto_btn_blue:hover {
    cursor: pointer;
    text-decoration: none;
    background: #005691;
    transform: translate3d(0, 4px, 0);
    transition: .0s;
    border-bottom: none;
}

/*==============================================================
クリーンエネルギー
==============================================================*/
#information .c20201216 ul {
  border: solid 2px #ffb03f;
  padding: 0 0.5em;
  position: relative;
}

#information .c20201216 ul li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 1.4em;
  border-bottom: dashed 1px silver;
  list-style-type: none!important;
}

#information .c20201216 ul li:last-of-type {
  border-bottom: none;
}


/*==============================================================
「リム電力データ」お申込み #powerDataItems-field
==============================================================*/
#powerDataItems-field dd.form-element div.form-element div.pastHidden {
	display: none;
}
#powerDataItems-field dd.form-element div.form-element input#showHidePast {
	display: none;
}
#powerDataItems-field dd.form-element div.form-element input#showHidePast:checked + div.pastHidden {
	display: block;
}

/*==============================================================
マーケットニュースの記事をレスポンシブに表示させる
==============================================================*/
#marketNews main .newsData article .newsSentence img {
	width: auto !important;
	max-width: 100% !important;
	height: auto !important;
}
#marketNews main .newsData article .div1 {
	width: auto !important;
	max-width: 100% !important;
}
#marketNews main .newsData article .newsSentence .div2 {
	width: auto !important;
	max-width: 100% !important;
}
#marketNews main .newsData article .newsSentence table {
    width: auto !important;
    max-width: 100% !important;
}
#marketNews main .newsData article .newsSentence table td {
    width: auto !important;
    max-width: 100% !important;
}

/* 研修・セミナー・講師派遣
-------------------------------------------------- */
#seminar P.seminarSentence {
	line-height: 1.6;
	font-size: 1.7rem;
}
#seminar section.nav_href {
	padding-top: 20px;
	clear: both;
}
#seminar h2.ttl {
	margin-top: 20px;
}
#seminar h3.ttl {
	margin-top: 20px;
	margin-bottom: 10px;
}
#seminar h4 {
	margin-top: 20px;
	margin-bottom: 10px;
}
#seminar div.lower_contents {
	margin-left: 20px;
}
#seminar .subnav {
	display: flex;
	width: 100%;
	background-size: 2px 2px;
	background-color: #ebd7d7;
	background-image: linear-gradient(#ffe9e9 50%, transparent 50%, transparent);
}
#seminar .subnav li {
	width: 20%;
	border-right: #fff solid 1px;
}
#seminar .subnav li:last-of-type {
	border-right: none;
}
#seminar .subnav li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 15px 12px;
	font-size: 1.5rem;
	font-weight: bold;
	background: url("../images/company_arrow.png") no-repeat 91% 88%;
}
#seminar .subnav li a strong {
  word-break: break-all;
}
#seminar .subnav li a img {
	vertical-align: middle;
	padding: 0 8px 0 0;
	height: 29px;
}
#seminar .subnav li a span {
	display: block;
	font-size: 1.3rem;
	font-weight: normal;
	padding-top: 8px;
}
#seminar .subnav li a.hover {
	background-color: #fff;
}
#seminar dl.topics {
	margin-top: 10px;
}
#seminar dl.topics dt {
	margin-top: 10px;
}
#seminar dl.topics dd {
	margin-left: 20px;
}
#seminar ul.topics {
	margin-top: 10px;
}
#seminar ul.topics li {
	margin-top: 10px;
	margin-left: 20px;
}
#seminar div.balloon-left {
	float: left;
	clear: left;
	display: table;
	margin-top: 10px;
	width: 70%;
}
#seminar div.balloon-left div.voice_speaker {
	width: 20%;
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	margin-right: 0.5em;
	padding-right: 24px;
}
#seminar div.balloon-left div.voice_speaker div.voice_speaker_inner {
	text-align: center;
	float: right;
	clear: right;
}
#seminar div.balloon-left div.voice_content {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	margin: 1.5em 0 1.5em 15px;
	padding: 10px;
	min-width: 120px;
	width: 50%;
	color: #555;
	font-size: 16px;
	background: #FFF;
	border: solid 3px #555;
	box-sizing: border-box;
	border-radius: 10px;
}
#seminar div.balloon-left div.voice_content:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -24px;
	margin-top: -12px;
	border: 12px solid transparent;
	border-right: 12px solid #FFF;
	z-index: 2;
	box-sizing: content-box;
}
#seminar div.balloon-left div.voice_content:after {
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
	margin-top: -14px;
	border: 14px solid transparent;
	border-right: 14px solid #555;
	z-index: 1;
	box-sizing: content-box;
}
#seminar div.balloon-left div.voice_content p {
	margin: 0;
	padding: 0;
}
#seminar div.balloon-right {
	float: right;
	clear: right;
	display: table;
	margin-top: 10px;
	width: 70%;
}
#seminar div.balloon-right div.voice_speaker {
	width: 20%;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	margin-left: 0.5em;
	padding-left: 24px;
}
#seminar div.balloon-right div.voice_speaker div.voice_speaker_inner {
	text-align: center;
	float: left;
	clear: left;
}
#seminar div.balloon-right div.voice_content {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	margin: 1.5em 15px 1.5em 0;
	padding: 10px;
	min-width: 120px;
	width: 50%;
	color: #555;
	font-size: 16px;
	background: #FFF;
	border: solid 3px #555;
	box-sizing: border-box;
	border-radius: 10px;
}
#seminar div.balloon-right div.voice_content:before {
	content: "";
	position: absolute;
	top: 50%;
	right: -24px;
	margin-top: -12px;
	border: 12px solid transparent;
	border-left: 12px solid #FFF;
	z-index: 2;
	box-sizing: content-box;
}
#seminar div.balloon-right div.voice_content:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -30px;
	margin-top: -14px;
	border: 14px solid transparent;
	border-left: 14px solid #555;
	z-index: 1;
	box-sizing: content-box;
}
#seminar div.balloon-right div.voice_content p {
	margin: 0;
	padding: 0;
}
#seminar #flow div.flow_content {
	margin-top: 10px;
}
#seminar #seminarMovie {
	float: right;
	width: 290px;
	padding: 10px 0px 10px 10px
}
#seminar #seminarMovie video {
	width: 280px;
	height: 158px;
}
#seminar #flow div.flow_content img {
	margin-right: 1.5em;
}
#seminar #flow div.flow_arrow {
	margin-top: 10px;
}
#seminar #fee ul.topics li {
	margin-top: 0px;
}
#seminar #rules .border {
	border: 1px solid grey;
}
#seminar #rules th {
	padding: 3px;
	text-align: left;
	vertical-align: middle;
	font-weight: normal;
	background-color: #f7f7f7;
}
#seminar #rules td {
	padding: 3px;
	text-align: left;
	vertical-align: middle;
}

/* はじめての方へ
-------------------------------------------------- */
#first div.lower_contents {
	margin-left: 20px;
}
#first div.narrow_contents {
	float: left;
	width: 50%;
	padding-top: 20px;
	padding-right: 15px;
}
@media screen and (max-width:740px) {
	#first div.narrow_contents {
		clear: both;
		width: 100%;
	}
}
	#first div.wide_contents {
	clear: both;
	padding-top: 20px;
}
#first p.first_sentence {
	line-height: 1.6;
	font-size: 1.7rem;
    margin-top: 5px;
}
#first h3.ttl {
	margin-top: 20px;
	margin-bottom: 10px;
}
#first .first_youtube {
	position: relative;
	height: 180px;
}
#first .first_youtube1 {
	width: 288px;
	height: 162px;
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 10;
}
#first .first_youtube2 {
	width: 288px;
	height: 162px;
	position: absolute;
	left: 308px;
	top: 10px;
	z-index: 20;
}
#first .first_youtube3 {
	width: 288px;
	height: 162px;
	position: absolute;
	left: 606px;
	top: 10px;
	z-index: 30;
}
@media screen and (max-width:740px) {
	#first .first_youtube {
		position: static;
		height: auto;
	}
	#first .first_youtube1 {
		width: 100%;
		height: auto;
		position: static;
	}
	#first .first_youtube2 {
		width: 100%;
		height: auto;
		position: static;
	}
	#first .first_youtube3 {
		width: 100%;
		height: auto;
		position: static;
	}
}
@media screen and (min-width:741px) {
	#first .first_youtube1:hover, #first .first_youtube1:focus, #first .first_youtube1.active {
		width: 560px;
		height: 315px;
		left: 10px;
		z-index: 100;
		transition: all 0.3s 0s ease;
	}
	#first .first_youtube2:hover, #first .first_youtube1:focus, #first .first_youtube1.active {
		width: 560px;
		height: 315px;
		left: 172px;
		z-index: 100;
		transition: all 0.3s 0s ease;
	}
	#first .first_youtube3:hover, #first .first_youtube1:focus, #first .first_youtube1.active {
		width: 560px;
		height: 315px;
		left: 334px;
		z-index: 100;
		transition: all 0.3s 0s ease;
	}
}

#first ul li.menu {
	display: block;
	position: relative;
	margin-top: 10px;
	line-height: 1.6;
	font-size: 1.7rem;
}
#first ul li.menu .description {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	background: #b22e30;
	color: #ffffff;
	padding: 5px;
}
#first ul.free li.menu .description {
	display: block;
	width: 90%;
	left: 10%;
}
#first ul.reports li.menu .description {
	display: inline;
	width: 70%;
	left: 30%;
}
@media (any-hover: hover) {
	#first ul li.menu:hover .description {
		visibility: visible;
		opacity: 1;
		z-index: calc(infinity);
		transition: all 0.6s 0s ease;
	}
}
#first ul.reports li.menu .description figure {
	float: left;
	width: 15%;
	margin: 5px 15px 5px 5px;
}
#first ul.reports li.menu .description figure img {
	max-width: 100%;
}
