@charset "Shift_JIS";

@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@700&display=swap');


/* CSS Document */


/* ---------------------------------------------------------

	01. 共通設定

--------------------------------------------------------- */

.page_top_sec {
    width: 100%;
    max-width: 1305px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}
.mt45 { margin-top: 45px!important; }
.pt45 { padding-top: 45px!important; }
.top_menu_list_grid { width: 50%; }
.top_menu_list_list li { font-size: 92%!important; }
.top_menu_list_list li a {
    padding-right: 17px;
    background: url("/image/jp/r1/icon/icon_link_right_hover_hd.gif") right 2px center no-repeat;
    background-size: 16px 16px;
    color: #cc0022;
}
.top_menu_list_list li a:visited { color: #a94657; }
.top_menu_list_list li a:hover {
    padding-right: 17px;
    background: url("/image/jp/r1/icon/icon_link_right_hover_hd.gif") right center no-repeat;
    background-size: 16px 16px;
    color: #b1000e;
}
.top_menu_list_list li a.iconBlank {
    padding-right: 20px;
    background: url("/products/energy/pg/image/icon_blank_black.png") right center no-repeat;
    background-size: 13px 11px;
}
.top_menu_list_list li a:hover.iconBlank {
    background: url("/products/energy/pg/image/icon_blank_red.png") right center no-repeat;
    background-size: 13px 11px;
    color: #e60027;
}
.pcOnly { display: block; }
.spOnly { display: none; }


/* ---------------------------------------------------------

	02. スライダー

--------------------------------------------------------- */
#top_slider {
    width: 100%;
    text-align: center;
}
#top_slider ul li.slider_list { height: 400px; }
#top_slider ul li.topslide01 {
    background: url("/products/energy/portal/image/") center top no-repeat;
    background-size: cover;
}
#top_slider ul li.topslide02 {
    background: url("/products/energy/portal/image/") center top no-repeat;
    background-size: cover;
}
#top_slider ul li.topslide03 {
    background: url("/products/energy/portal/image/") center top no-repeat;
    background-size: cover;
}
#top_slider ul li a {
    display: table;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-decoration: none;
}
#top_slider ul li a:hover { text-decoration: none; }
.slider_tcell {
    display: table-cell;
    vertical-align: middle;
}
.slider_in {
    display: block;
    width: 100%;
    max-width: 1305px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}
.slider_text_box {
    position: relative;
    display: block;
    width: 580px;
    padding: 3px;
    text-align: left;
    box-sizing: border-box;
    transition: 0.2s;
}
.slider_text_boxIn {
    display: block;
    width: 100%;
    padding: 30px;
    background-color: rgba(0,0,0,0.45);
    box-sizing: border-box;
    transition: 0.2s;
}
#top_slider ul li a:hover .slider_text_boxIn { background-color: rgba(0,0,0,0.6); }
.slider_text {
    display: block;
    margin-bottom: 20px;
    font-size: 18px;
    color: #ffffff;
    line-height: 140%;
}
.slider_header {
    display: block;
    font-size: 32px;
    color: #ffffff;
    line-height: 140%;
    font-family: "M PLUS Rounded 1c";
}
.slider_header.tit_s { font-size: 32px; }
.more_arrow {
    float: right;
    display: inline-block;
    margin-top: 10px;
    padding: 5px 8px;
    border: solid 1px #ffffff;
    text-align: right;
    font-size: 12px;
    color: #ffffff;
    line-height: 100%;
}
#top_slider .slick-prev,#top_slider .slick-next { display: none!important; }
#top_slider .slick-dots {
    display: inline-block;
    padding-top: 15px;
    text-align: center;
    line-height: 14px!important;
}
#top_slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 10px;
    text-align: center;
    cursor: pointer;
}
#top_slider .slick-dots li button {
    position: absolute;
    left: 0;
    top: 2px;
    display: inline-block;
    width: 14px;
    height: 14px;
    padding: 0;
    border: none;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-color: #f8f8f8;
    cursor: pointer;
    outline: none;
    appearance: none;
    transition: 0.2s;
    box-sizing: content-box;
    font-size: 0;
}
#top_slider .slick-dots li button:after {
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    margin-left: -4px;
    border-radius: 8px;
    background-color: #b5b5b5;
    font-size: 0;
}
#top_slider .slick-dots li.slick-active button:after,#top_slider .slick-dots li button:hover:after { background-color: #e80228; }
#top_slider .slick-initialized .slick-slide { height: 400px!important; overflow: hidden; }
#top_slider .slider_stop_play {
    position: absolute;
    bottom: 6px;
    right: 50%;
    display: inline-block;
    height: 14px;
    line-height: 14px!important;
}
#top_slider .slider_stop_play .slider-stop,#top_slider .slider_stop_play .slider-play {
    display: inline-block;
    width: 12px;
    height: 14px;
    margin-right: 10px;
    text-align: center;
    cursor: pointer;
}
#top_slider .slider_stop_play .slider-stop span {
    display: block;
    width: 12px;
    height: 14px;
    background: url("/products/energy/portal/image/btn_slider_stop.png") center top no-repeat;
    background-size: 12px auto;
}
#top_slider .slider_stop_play .slider-stop:hover span {
    background: url("/products/energy/portal/image/btn_slider_stop.png") center bottom no-repeat;
    background-size: 12px auto;
}
#top_slider .slider_stop_play .slider-stop span.current {
    background: url("/products/energy/portal/image/btn_slider_stop.png") center bottom no-repeat;
    background-size: 12px auto;
}
#top_slider .slider_stop_play .slider-play span {
    display: block;
    width: 12px;
    height: 14px;
    background: url("/products/energy/portal/image/btn_slider_play.png") center top no-repeat;
    background-size: 12px auto;
}
#top_slider .slider_stop_play .slider-play:hover span {
    background: url("/products/energy/portal/image/btn_slider_play.png") center bottom no-repeat;
    background-size: 12px auto;
}
#top_slider .slider_stop_play .slider-play span.current {
    background: url("/products/energy/portal/image/btn_slider_play.png") center bottom no-repeat;
    background-size: 12px auto;
}
.slide01_header {
    font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',Arial,Helvetica,sans-serif;
    font-size: 18px;
}
.slide01_text {
    font-size: 37px;
    line-height: 130%;
    font-family: 'Open Sans', sans-serif!important;
}
.slide02_header {
    margin-bottom: 10px;
    font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',Arial,Helvetica,sans-serif;
    font-size: 18px;
}
.slide02_text {
    font-size: 37px;
    line-height: 130%;
    font-family: 'Open Sans', sans-serif!important;
}
.slide03_header {
    font-size: 37px;
    line-height: 130%;
    font-family: 'Open Sans', sans-serif!important;
}
.slide03_text { margin-bottom: 10px; }
.slide03_text2 {
    margin-top: 15px;
    font-size: 18px;
}


/* ---------------------------------------------------------

	02. タイトル

--------------------------------------------------------- */
.top_menu_title {
    width: 100%;
    max-width: 1305px;
    margin: 0 auto;
    box-sizing: border-box;
}
.pg_title {
    position: relative;
    margin: 0!important;
    padding-bottom: 10px;
    border-bottom: solid 7px #828282;
    background: none;
}
.pg_title span {
    padding: 0;
    background: none;
    font-size: 29px;
    font-weight: bold;
    color: #000000;
    line-height: 100%;
}
.pg_title span a { color: #000000!important; }
.pg_title span a:hover { color: #b1000e!important; }
.pg_title span::before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 80px;
    height: 7px;
    background-color: #ea2d4b;
    font-size: 0;
}
.pg_title span a,.pg_title span a:visited { text-decoration: none!important; }



/* ---------------------------------------------------------

	03. メニューボックス

--------------------------------------------------------- */
.top_menu {
    padding: 40px 0 60px 0;
    background-color: #f2f2f2;
}
.top_menu::before {
	content: '';
	background: url(/products/energy/portal/image/menu_bg.jpg) center/cover no-repeat;
	display: block;
	height: 180px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100vw;
}
.top_menu_btn_wrap {
    width: 20%;
    border-top: solid 1px #ffffff;
    border-left: solid 1px #ffffff;
    box-sizing: border-box;
    background-size: cover;
}
.top_menu_list .top_menu_btn_wrap:nth-child(4n) { border-right: solid 1px #ffffff; }
@media screen and (max-width: 767px) {
    .top_menu_btn_wrap {
        width: 100%;
        border-top: none;
        border-left:  none;
    }
    .top_menu_list .top_menu_btn_wrap:last-child { border-right: none; }
}
.top_menu_panel::before {
    max-width: 1271px;
    background-color: #ffffff;
}
.top_menu_acc {
    height: 56px;
    bottom: -1px;
}
.top_menu_acc a {
    display: table;
    width: 100%;
    border-bottom: solid 1px #ffffff;
    background: none!important;
    text-decoration: none;
}
.top_menu_acc a > span {
    display: table-cell;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    font-size: 17px;
    color: #ffffff;
    line-height: 130%;
    box-sizing: border-box;
}
.top_menu_acc a > span:hover { background-color: rgba(0,0,0,0.9); }
.top_menu_acc a > span > span {
    display: inline-block;
    padding-left: 10px;
    padding-right: 25px;
    background: url("/products/energy/pg/image/icon_panel_arrow_down.png") center right 5px no-repeat;
    background-size: 14px 9px;
}
.top_menu_acc a::after { display: none; }
.top_menu_acc a.is-open { padding-bottom: 0; }
.top_menu_acc a.is-open span {
    background-color: rgba(198,198,198,0.85);
    color: #333333;
}
.top_menu_acc a.is-open > span > span {
    background: url("/products/energy/pg/image/icon_panel_arrow_up_black.png") center right 5px no-repeat!important;
    background-size: 14px 9px!important;
}
.top_menu_list .top_menu_panel .MMColumnArea {
    max-width: 1305px;
    padding: 40px 15px;
    box-sizing: border-box;
}
.no_panel { border: none!important; }


.top_menu_btn a span {
    position: relative;
    z-index: 5;
}

.top_menu_btn { height: 208px; }
.top_menu_boxName01 .top_menu_btn a { background-image: url("/products/energy/pg/image/menu_cable_accessories.png"); }
.top_menu_boxName02 .top_menu_btn a { background-image: url("/products/energy/pg/image/menu_capacitors_and_filters.png"); }
.top_menu_boxName03 .top_menu_btn a { background-image: url("/products/energy/pg/image/menu_communicationnetworks.png"); }
.top_menu_boxName04 .top_menu_btn a { background-image: url("/products/energy/pg/image/menu_cooling_systems.png"); }
.top_menu_boxName05 .top_menu_btn a { background-image: url("/products/energy/pg/image/menu_disconnectors.png"); }
.top_menu_boxName06 .top_menu_btn a { background-image: url("/products/energy/pg/image/menu_energystorage.png"); }
.top_menu_boxName07 .top_menu_btn a { background-image: url("/products/energy/pg/image/menu_enterprise.png"); }
.top_menu_boxName08 .top_menu_btn a { background-image: url("/products/energy/pg/image/menu_facts.png"); }
.top_menu_boxName09 .top_menu_btn a { background-image: url("/products/energy/pg/image/menu_generator_circuitbreakers.png"); }
.top_menu_boxName10 .top_menu_btn a { background-image: url("/products/energy/pg/image/menu_grid_edge_solutions.png"); }
.top_menu_boxName11 .top_menu_btn a { background-image: url("/products/energy/pg/image/menu_high_voltageswitchgear_and_breakers.png"); }
.top_menu_boxName12 .top_menu_btn a { background-image: url("/products/energy/pg/image/menu_hvdc.png"); }
.top_menu_boxName13 .top_menu_btn a { background-image: url("/products/energy/pg/image/menu_instrumenttransformers.png"); }
.top_menu_boxName14 .top_menu_btn a { background-image: url("/products/energy/pg/image/menu_scada.png"); }
.top_menu_boxName15 .top_menu_btn a { background-image: url("/products/energy/pg/image/menu_semiconductors.png"); }
.top_menu_boxName16 .top_menu_btn a { background-image: url("/products/energy/pg/image/menu_substationautomation_protection_control.png"); }
.top_menu_boxName17 .top_menu_btn a { background-image: url("/products/energy/pg/image/menu_substations.png"); }
.top_menu_boxName18 .top_menu_btn a { background-image: url("/products/energy/pg/image/menu_surge_arresters.png"); }
.top_menu_boxName19 .top_menu_btn a { background-image: url("/products/energy/pg/image/menu_transformerinsulation_components.png"); }
.top_menu_boxName20 .top_menu_btn a { background-image: url("/products/energy/pg/image/menu_transformers.png"); }
.top_menu_boxName21 .top_menu_btn a { background-image: url("/products/energy/pg/image/menu_ups.png"); }
.top_menu_boxName22 .top_menu_btn a { background-image: url("/products/energy/pg/image/menu_assess_advise.png"); }
.top_menu_boxName23 .top_menu_btn a { background-image: url("/products/energy/pg/image/menu_install_commission.png"); }
.top_menu_boxName24 .top_menu_btn a { background-image: url("/products/energy/pg/image/menu_maintain_sustain.png"); }
.top_menu_boxName25 .top_menu_btn a { background-image: url("/products/energy/pg/image/menu_train_develop.png"); }
.top_menu_boxName26 .top_menu_btn a { background-image: url("/products/energy/pg/image/menu_update_replace.png"); }
.top_menu_btn a { font-size: 20px; }


/* ---------------------------------------------------------

	04. ニュース＆トピックス

--------------------------------------------------------- */
#js-top_topics { padding-top: 40px; }
.news_topics_are {
    max-height: 370px;
    margin-top: 30px;
    padding: 5px 0 10px 0;
    overflow-y: auto;
}
.news_topics_are_in {
    width: 100%;
    max-width: 1305px;
    margin: 0 auto;
    padding: 0 15px;
}
.news_list {
    width: 100%;
    margin-bottom: 25px;
}
.news_list:last-child { margin-bottom: 0; }
.news_list dt {
    margin-bottom: 10px;
    vertical-align: top;
    font-size: 14px;
    line-height: 130%;
}
.news_list dd {
    display: table-cell;
    vertical-align: top;
    line-height: 120%;
}
.news_list dd .LinkListStyle1 { margin-bottom: 0; }
.news_ymd {
    display: inline-block;
    padding-right: 10px;
}
.news_icon01 {
    border: 1px solid #cc0022;
    color: #cc0022;
    display: inline-block;
    font-size: 83%;
    line-height: 1;
    margin-left: 10px;
    padding: 4px 15px 3px;
    position: relative;
    top: -1px;
    vertical-align: middle;
}
.news_icon02 {
    border: 1px solid #cc0022;
    background-color: #cc0022;
    color: #ffffff;
    display: inline-block;
    font-size: 83%;
    line-height: 1;
    margin-left: 10px;
    padding: 4px 15px 3px;
    position: relative;
    top: -1px;
    vertical-align: middle;
}
.top_news_readMoreBox { margin-top: 50px; }



/* ---------------------------------------------------------

	05. ムービー

--------------------------------------------------------- */
.movie_are { padding: 30px 0 50px 0; }
.movie_are .movie_are_in {
    width: 100%;
    max-width: 1305px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}
.movie_are .movie_are_in ul li {
    float: left;
    width: 24.235294117%;
    margin-right: 1.019607843%;
    margin-bottom: 20px;
}
.movie_are .movie_are_in ul li .ImgOnlyStyle { margin: 0; }
.movie_are .movie_are_in ul li img {
    width: 100%;
    height: auto;
    margin: 0;
    vertical-align: bottom;
}
.movie_are .movie_are_in ul li:nth-child(4n) { margin-right: 0; }
.movie_text {
    margin-top: 10px;
    font-size: 14px;
    color: #333333;
    line-height: 130%;
}



/* ---------------------------------------------------------

	05. slider2 btn

--------------------------------------------------------- */
.top_topics_controller {
    top: 15px;
    left: 50%;
    margin: 0 0 0 -70px;
}
.top_topics_controller button { background-color: #f8f8f8!important; }
.top_topics_prev {
	background-image: url(/products/energy/portal/image/ico_prev02.png);
	background-size: 9px;
}
.top_topics_prev:hover {
	background-image: url(/products/energy/portal/image/ico_prev02_on.png);
	background-size: 9px;
}
.top_topics_pause {
	background-image: url(/products/energy/portal/image/ico_pause02.png);
	background-size: 11px;
}
.top_topics_pause:hover {
	background-image: url(/products/energy/portal/image/ico_pause02_on.png);
	background-size: 11px;
}
.top_topics_pause.is-pause {
	background-image: url(/products/energy/portal/image/ico_play02.png);
}
.top_topics_pause.is-pause:hover {
	background-image: url(/products/energy/portal/image/ico_play02_on.png);
}
.top_topics_next {
	background-image: url(/products/energy/portal/image/ico_next02.png);
	background-size: 9px;
	margin-right: 5px;
}
.top_topics_next:hover {
	background-image: url(/products/energy/portal/image/ico_next02_on.png);
	background-size: 9px;
	margin-right: 5px;
}
.top_topics_text {
    border-top: solid 4px #cccccc;
    border-bottom: solid 1px #cccccc;
    border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
}


/* ---------------------------------------------------------

	05. clearFix

--------------------------------------------------------- */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
*:first-child+html .clearfix { zoom: 1; }