@charset "Shift_JIS";

/* **************************************************

Name: common_new.css

Create: 2020.01.15
Update: 2020.01.15

Copyright 2020 Hitachi, Ltd.

***************************************************** */


/* common
=========================================================================================== */
#Contents,#Contents > .GridSet,#Contents > .GridSet > .Grid4 {
    width: 100%;
    max-width: 100%!important;
}
#Contents h3 {
    padding: 0;
    border-left: none;
}
.newBaseWid {
    width: 100%;
    background-color: #ffffff;
    padding-bottom: 1px;
}
.newBaseWidIn {
    width: 100%;
    max-width: 965px;
    margin: 0 auto;
}
.DateListStyle2 dt { width: auto!important; }
.DateListStyle2 dt,.DateListStyle2 dd {
    float: none!important;
    margin: 0!important;
}


/* Video Controller
=========================================================================================== */
video { display: block; }
.JS #VideoControl {
	position: absolute;
    left: calc((100% - 965px) / 2 );
    bottom: 15px;
    z-index: 99999;
	width: 115px;
	height: 25px;
}

#VideoControl ul { overflow: hidden; }

.JS #VideoControl #VideoPlay {
	float: left;
	width: 27px;
	height: 27px;
	margin: 0 12px 0 0;
	cursor: pointer;
}
.JS #VideoControl #VideoPlay {
	width: 115px;
	margin: 0 0 0 15px;
	background-image: url(/image/global/index/new/top_text_play.png);
	background-repeat: no-repeat;
	background-position: top right 15px;
	background-size: 70px 54px;
}
.JS #VideoControl #VideoPlay.vStop {
	background-image: url(/image/global/index/new/top_text_play.png);
	background-repeat: no-repeat;
	background-position: bottom right 15px;
	background-size: 70px 54px;
}
.JS #VideoControl #VideoPlay.vStart {
	background-image: url(/image/global/index/new/top_text_play.png);
	background-repeat: no-repeat;
	background-position: top right 15px;
	background-size: 70px 54px;
}

.JS #VideoControl #VideoPlay a {
	position: relative;
	display: block;
	width: 19px;
	height: 19px;
	margin: 4px;
	text-indent: -9999px;
	background-color: #e6000e;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
}
.JS #VideoControl #VideoPlay a:before {
	content: "";
	position: absolute;
	display: block;
	width: 27px;
	height: 27px;
	top: -4px;
	left: -4px;
	background-color: #e6000e;
	opacity: .5;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
}
.JS #VideoControl #VideoPlay a:after {
	content: "";
	position: absolute;
	display: block;
	width: 3px;
	height: 11px;
	top: 50%;
	left: 50%;
	margin: -5.5px 0 0 -4.5px;
	border-left: solid 3px #fff;
	border-right: solid 3px #fff;
}
.JS #VideoControl #VideoPlay.vStop a:after {
	width: 0;
	height: 0;
	top: 50%;
	left: 50%;
	margin: -5px 0 0 -1px;
	border-left: solid 5px #fff;
	border-right: 0 none;
	border-top: solid 5px transparent;
	border-bottom: solid 5px transparent;
}
.PC #VideoControl #VideoPlay:hover a,
.PC #VideoControl #VideoPlay:hover a:before {background-color: #b1000e;}


/* form parts style riset
=========================================================================================== */
#tpSearchArea button,#tpSearchArea input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: transparent;
}
#tpSearchArea input[type="text"] {
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
}


/* index main image
=========================================================================================== */
#topMainImage {
    position: relative;
    width: 100%;
    height: auto;
}
#topMainImage video {
	width: 100%;
	height: auto;
}
#topMainImageIn {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    height: 0;
    max-width: 995px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}
#topMainImage .corpName {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
#tpSearchArea {
    height: 100px;
    padding: 24px 15px 0 15px;
    background-color: #e60027;
    box-sizing: border-box;
}
#tpSearchBox {
    position: relative;
    width: 100%;
    max-width: 760px;
    height: 52px;
    margin: 0 auto;
    padding: 5px 0 0 56px;
    border-radius: 7px;
    background: #ffffff url("/image/common/hht/new/icon_search.png") 12px center no-repeat;
    background-size: 20px 21px;
    box-sizing: border-box;
}
#tpSearchBox::before {
    content: " ";
    position: absolute;
    top: 6px;
    left: 42px;
    width: 1px;
    height: 40px;
    background-color: #888888;
    overflow: hidden;
}
#tpSearchBox input[type="text"] {
    width: 78%;
    height: 40px;
    border: none;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#tpSearchBox input[type="text"]::-ms-clear {
    visibility:hidden
}
#tpSearchBox input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    width: 14.7368421%;
    height: 52px;
    border: solid 1px #ffffff;
    border-top-right-radius : 7px;
    border-bottom-right-radius : 7px;
    background-color: #b9b9b9;
    font-size: 16px;
    color: #ffffff;
    box-sizing: border-box;
    cursor: pointer;
    transition: 0.2s;
}
#tpSearchBox input[type="submit"]:hover { background-color: #555555; }
.btmText { padding-top: 80px; }
.topNews {
    width: 100%;
    margin: 20px 0 30px 0;
}
.topNews > li {
    float: left;
    margin: 0 15px;
}
.topNews > li > a {
    position: relative;
    display: block;
    padding: 5px 10px;
    text-align: center;
    font-size: 15px;
    text-decoration: none;
    color: #333333;
}
.topNews > li.Current > a {
    border-bottom: solid 2px #e60027;
    color: #e60027;
}
.topNews > li.Current > a::after {
    content: " ";
    position: absolute;
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: #e60027 transparent transparent transparent;
}
.DateListStyle2 dd { padding-bottom: 15px; }
.moreDetails {
    position: absolute;
    right: calc((100% - 965px) / 2 );
    bottom: 15px;
    z-index: 1000;
    display: inline-block;
    padding: 4px 25px 5px 20px;
    border: solid 1px #008574;
    background: #ffffff url("/image/common/hht/new/icon_link_right_l_green_hd.png") right 5px center no-repeat;
    background-size: 16px;
    text-decoration: none!important;
    font-size: 14px;
    color: #008574!important;
}
.moreDetails:hover {
    background: #ffffff url("/image/common/hht/new/icon_link_right_l_green_hd.png") right 3px center no-repeat;
    background-size: 16px;
}


/* index emergency area
=========================================================================================== */
#emergencyArea {
    width: 100%;
    padding: 6px 15px 5px 15px;
    border-top: solid 1px #b9b9b9;
    border-bottom: solid 1px #b9b9b9;
    box-sizing: border-box;
}
#emergencyArea .emTitle {
    float: left;
    width: 148px;
    padding-left: 30px;
    background: url("/image/common/hht/new/icon_emergency.png") top 5px left no-repeat;
    background-size: 19px 17px;
    font-size: 20px;
    font-weight: bold;
    color: #e60027;
    box-sizing: border-box;
}
#emergencyArea .emLink {
    float: left;
    width: calc(100% - 148px);
    padding-top: 5px;
}
#emergencyArea .emLink a {
    display: table;
    width: 100%;
    text-decoration: none;
}
#emergencyArea .emLink a:hover > span:last-child { text-decoration: underline; }
#emergencyArea .emLink a > span:first-child {
    display: table-cell;
    width: 128px;
    vertical-align: top;
    font-size: 14px;
    line-height: 150%;
}
#emergencyArea .emLink a > span:last-child {
    display: table-cell;
    vertical-align: top;
    font-size: 14px;
    line-height: 150%;
}


/* top bnr area
=========================================================================================== */
#tpBnrArea {
    padding-top: 40px;
    height: 222px;
    background: #ffffff url("/image/global/index/new/bg_bnrarea.png") bottom center no-repeat;
    background-size: 2140px 148px;
    box-sizing: border-box;
}
#tpBnrAreaIn {
    max-width: 965px;
    width: 100%;
    margin: 0 auto;
    padding: 0 5px;
    box-sizing: border-box;
}
#tpBnrAreaIn ul li {
    float: left;
    width: 31.9371727%;
    margin-right: 2.0942408%;
    box-shadow:  4px 4px 4px rgba(0,0,0,0.3);
    overflow: hidden;
}
#tpBnrAreaIn ul li:nth-child(3n) { margin-right: 0; }
#tpBnrAreaIn ul li a {
    position: relative;
    display: block;
    padding-bottom: 31px;
}
#tpBnrAreaIn ul li a img { transition: 0.3s; }
#tpBnrAreaIn ul li a:hover img { transform: scale(1.1,1.1); }
#tpBnrAreaIn ul li a::after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    transition: 0.3s;
}
#tpBnrAreaIn ul li a:hover::after { opacity: 1; }
#tpBnrAreaIn ul li a > span {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    display: block;
    width: 100%;
    padding: 8px 5px;
    background-color: #333333;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    box-sizing: border-box;
    line-height: 130%;
    transition: 0.3s;
}
#tpBnrAreaIn ul li a:hover > span { background-color: #000000; }
#tpBnrAreaIn ul li img {
    width: 100%;
    height: auto;
}


/* topics area
=========================================================================================== */
#topicsArea {
    padding: 70px 0 30px 0;
    background: url("/image/global/index/new/bg_toptopics.png") top center no-repeat;
    background-size: 1228px 340px;
}
#topicsAreaIn {
    width: 100%;
    max-width: 965px;
    margin: 0 auto;
}
#topicsArea h2 {
    margin: 0!important;
    padding: 3px 8px 8px 8px;
    border-bottom: solid 1px #333333;
    background: url("/image/common/hht/new/icon_topics.png") top left no-repeat;
    background-size: 21px;
}
#topicsArea h2 span {
    display: inline;
    padding: 0;
    background: none!important;
    font-weight: bold;
    font-size: 20px;
    line-height: 120%;
}
.tpLink {
    display: table;
    margin-top: 20px;
}
.tpLink dt {
    display: table-cell;
    width: 120px;
    vertical-align: top;
    line-height: 150%;
    font-size: 14px;
    color: #333333;
}
.tpLink dd {
    display: table-cell;
    vertical-align: top;
    font-size: 14px;
}
.tpLink dd:nth-child(2) { width: 82px; }
.tpLink dd img { vertical-align: middle; }
.tpLink dd a {
    text-decoration: none;
    font-size: 14px;
    line-height: 150%;
    color: #333333;
}
.tpLink dd a:hover { text-decoration: underline; }
.topicsLink {
    margin-top: 25px;
    margin-bottom: 0;
}
.topicsLink li {
    padding-top: 0;
    text-align: center;
}
.topicsLink li a {
    font-weight: bold;
    color: #333333;
}


/* infomation area
=========================================================================================== */
#infoArea {
    margin-top: 30px;
    padding-bottom: 60px;
}
#infoArea h2 {
    margin: 0!important;
    padding: 3px 8px 8px 8px;
    border-bottom: solid 1px #333333;
    background: url("/image/common/hht/new/icon_topics.png") top left no-repeat;
    background-size: 21px;
}
#infoArea h2 span {
    display: inline;
    padding: 0;
    background: none!important;
    font-weight: bold;
    font-size: 20px;
    line-height: 120%;
}
#infoArea .LinkListStyle1 li { padding: 0 0 15px 0; }


/* navi block
=========================================================================================== */
.contentBody {
    padding-top: 30px;
    background-color: #ffffff;
}
.contentBodyIn {
    max-width: 965px;
    margin: 0 auto;
}
.contentBody .section { padding: 80px 0; }
.contentsTitle01 {
    margin: 0!important;
    padding: 0 0 3px 0!important;
    border-bottom: solid 1px #e60027;
    background: none!important;
}
.contentsSubTitle01 {
    font-size: 11px;
    color: #e60027;
}
.contentsSubTitle01 { margin-top: 5px; }
.contentsSubTitle01 em {
    font-style: italic;
    font-size: 10px;
    color: #e60027;
}
.contentsTitle01 span {
    display: inline;
    margin: 0;
    padding: 0;
    background: none;
    line-height: 120%;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
}
.contentsTitle02 {
    margin: 0!important;
    padding: 0 0 5px 0!important;
    border-bottom: solid 1px #333333;
    background: none!important;
}
.contentsTitle02 span {
    display: inline;
    margin: 0;
    padding: 0;
    background: none;
    line-height: 120%;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
}
.naviBlock {
    position: relative;
    width: 100%;
    margin-top: 55px;
    padding-top: 73px;
    background-color: #ffffff;
}
.naviBlock.positionR::after {
    content: " ";
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc((100% - 965px) / 2);
    height: 250px;
    background-color: #f2f2f2;
}
.naviBlock.positionL::after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc((100% - 965px) / 2);
    height: 250px;
    background-color: #f2f2f2;
}
.naviBlockIn {
    position: relative;
    max-width: 965px;
    width: 100%;
    height: 250px;
    margin: 0 auto;
    background-color: #ccc;
}
.naviBlock.positionR .naviBlockIn .naviBImage {
    position: absolute;
    top: -73px;
    left: 0;
    width: 49.7409326%;
}
.naviBlock.positionL .naviBlockIn .naviBImage {
    position: absolute;
    top: -73px;
    right: 0;
    width: 49.7409326%;
}
.naviBlock .naviBlockIn .naviBImage img {
    width: 100%;
    height: auto;
}
.positionR .naviBLink {
    padding-top: 30px;
    padding-left: 54.9222797%;
}
.positionL .naviBLink {
    float: right;
    padding-top: 30px;
    padding-right: 54.9222797%;
}
.naviBLink h3 {
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: normal;
    font-size: 18px;
}
.naviBLink h3 a {
    padding-right: 22px;
    background: url("/image/common/jp/r1/icon/icon_link_right_hd.gif") top 5px right 2px no-repeat;
    background-size: 16px;
    text-decoration: none;
    color: #cc0022;
}
.naviBLink h3 a:hover {
    background: url("/image/common/jp/r1/icon/icon_link_right_hd.gif") top 5px right no-repeat;
    background-size: 16px;
    text-decoration: underline;
}
.naviBLink a.newWin,.naviBLink a.newWin:hover {
    background: url("/image/common/jp/r1/icon/icon_new_window_hd.gif") top 5px right no-repeat;
    background-size: 16px;
}
.naviBLink > ul > li {
    margin-bottom: 10px;
    line-height: 130%;
}
.naviBLink > ul > li:last-child { margin-bottom: 0; }
.naviBLink > ul > li > a {
    padding-right: 20px;
    background: url("/image/common/hht/new/icon_link_right_l_black_hd.gif") top 2px right 2px no-repeat;
    background-size: 16px;
    text-decoration: none;
    font-size: 14px;
    color: #333333;
}
.naviBLink > ul > li > a:hover {
    background: url("/image/common/hht/new/icon_link_right_l_black_hd.gif") top 2px right no-repeat;
    background-size: 16px;
    text-decoration: underline;
}
.naviBLink > ul > li.newWin > a,.naviBLink > ul > li.newWin > a:hover {
    background: url("/image/common/hht/new/icon_blank_black.png") top 2px right no-repeat;
    background-size: 16px;
}
#nbNum01 .naviBlockIn {
    background: url("/image/global/about/new/bg_about01.jpg") right center no-repeat;
    background-size: 930px 250px;
}
#nbNum02 .naviBlockIn {
    background: url("/image/global/about/new/bg_about02.jpg") left center no-repeat;
    background-size: 930px 250px;
}
#nbNum03 .naviBlockIn {
    background: url("/image/global/about/new/bg_about03.jpg") right center no-repeat;
    background-size: 930px 250px;
}
#nbNum04 .naviBlockIn {
    background: url("/image/global/about/new/bg_about04.jpg") left center no-repeat;
    background-size: 930px 250px;
}
#nbNum05 .naviBlockIn {
    background: url("/image/global/about/new/bg_about05.jpg") right center no-repeat;
    background-size: 930px 250px;
}
#nbNum06 .naviBlockIn {
    background: url("/image/global/about/new/bg_about06.jpg") left center no-repeat;
    background-size: 930px 250px;
}

.tileList { margin-top: 30px; }
.tileList li {
    float: left;
    width: 32.2279792%;
    max-width: 311px;
    margin-right: 1.658031%;
    margin-bottom: 16px;
}
.tileList li a {
    display: block;
    text-decoration: none;
}
.tileList li a .tileImage {
    display: block;
    position: relative;
    overflow: hidden;
}
.tileList li a .tileImage::after {
    content: " ";
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
    width: 22px;
    height: 22px;
    background: #e60027 url("/image/common/jp/r1/icon/icon_link_right_white_hd.gif") right 4px center no-repeat;
    background-size: 16px;
    transition: 0.2s;
}
.tileList li a .tileImage img {
    width: 100%;
    height: auto;
    opacity: 1!important;
    transition: 0.3s;
}
.tileList li a:hover .tileImage img { transform: scale(1.1,1.1); }
.tileList li a:hover .tileImage::after {
    background: #b5001f url("/image/common/jp/r1/icon/icon_link_right_white_hd.gif") right 2px center no-repeat;
    background-size: 16px;
}
.tileList li a .tileText {
    display: block;
    padding-top: 5px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
}
.tileList li:nth-child(3n) { margin-right: 0; }


/* Company Information
=========================================================================================== */
.companyInfoBlock {
    width: 100%;
    background-color: #f5f5f5;
}
.companyInfoBlockIn {
    width: 100%;
    max-width: 965px;
    margin: 0 auto;
}
.companyInfoBlockIn .colTable {
    display: table;
    width: 50%;
    height: 250px;
}
.companyInfoBlockIn .colTable .col {
    display: table-cell;
    width: 100%;
    text-align: center;
    vertical-align: middle;
}
.spCompanyImage { display: none; }
.cibLink {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 18px;
}
.cibLink a {
    padding-right: 22px;
    background: url("/image/common/jp/r1/icon/icon_link_right_hd.gif") top 5px right 2px no-repeat;
    background-size: 16px;
    text-decoration: none;
    color: #cc0022;
}
.cibLink a:hover {
    background: url("/image/common/jp/r1/icon/icon_link_right_hd.gif") top 5px right no-repeat;
    background-size: 16px;
    text-decoration: underline;
}
.cibText {
    margin-top: 10px;
    line-height: 200%;
    font-size: 14px;
}
.cibNameImage {
    width: 145px;
    margin-top: 10px;
}
.cibNameImage img {
    width: 100%;
    height: auto;
}
.centerBlock01 {
    width: 230px;
    margin: 0 auto;
    text-align: left;
}
.centerBlock02 {
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
}
#cib02.companyInfoBlock { background-color: #ffffff; }
#cib02 .companyInfoBlockIn .colTable { float: right; }

#cib01 .companyInfoBlockIn { background: url("/image/global/about/corporate/new/bg_corporate_01.jpg") center right no-repeat; }
#cib02 .companyInfoBlockIn { background: url("/image/global/about/corporate/new/bg_corporate_02.jpg") center left no-repeat; }
#cib03 .companyInfoBlockIn { background: url("/image/global/about/corporate/new/bg_corporate_03.jpg") center right no-repeat; }
#boxMenu01 {
    max-width: 963px;
    width: 100%;
    margin: 85px auto 0 auto;
}
#boxMenu01 ul li {
    position: relative;
    width: 33.3333333%;
    float: left;
    overflow: hidden;
}
#boxMenu01 ul li a { display: block; }
#boxMenu01 ul li a::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    opacity: 0;
    transition: 0.3s;
}
#boxMenu01 ul li a:hover::after {
    opacity: 1;
}
#boxMenu01 ul li a img {
    width: 100%;
    height: auto;
    transition: 0.3s;
}
#boxMenu01 ul li a:hover img {
    opacity: 1;
    transform: scale(1.1,1.1);
}
#boxMenu01 ul li a span {
    position: absolute;
    top: calc(50% - 36px);
    left: 0;
    z-index: 6;
    display: block;
    width: 100%;
    height: 32px;
    padding: 20px 0;
    background: url("/image/global/about/corporate/new/bg_boxmenuline.png") bottom 20px center no-repeat;
    background-size: 58px 3px;
    background-color: rgba(0,0,0,0.5);
    text-align: center;
    text-shadow: black 0px 0px 5px, black 0px 0px 5px;
    font-size: 16px;
    color: #ffffff;
    line-height: 130%;
}


/* products
=========================================================================================== */
#productsMenu {
    width: 100%;
    height: 350px;
    background: url("/image/global/products/new/bg_productsmenu.jpg") bottom center no-repeat;
    background-size: 1800px 248px;
}
#productsMenuIn {
    position: relative;
    max-width: 965px;
    width: 100%;
    margin: 0 auto;
}
#pmList li {
    position: relative;
    float: left;
    width: 23.2124352%;
    margin-left: 2.384196%;
}
#pmList li:first-child { margin-left: 0; }
#pmList li {
    color: #333333;
    text-decoration: none;
}
#pmList li img {
    width: 100%;
    height: auto;
}
#pmList li p.pmTab { position: relative; }
#pmList li p.pmTab::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0);
    transition: 0.2s;
}
#pmList li p.pmTab.current::after,#pmList li p.pmTab:hover::after { background-color: rgba(0,0,0,0.5); }
#pmList li .pmText {
    position: absolute;
    bottom: -22px;
    left: 13px;
    z-index: 2;
    display: block;
    width: calc(100% - 26px);
    height: 120px;
    padding: 10px;
    box-shadow: 2px 2px 6px #999999;
    background-color: rgba(255,255,255,0.8);
    font-weight: bold;
    font-size: 14px;
    line-height: 150%;
    box-sizing: border-box;
    transition: 0.2s;
}
#pmList li p.pmTab.current .pmText,#pmList li p.pmTab:hover .pmText { background-color: rgba(255,255,255,1.0); }
.pmText::after {
    content: " ";
    position: absolute;
    right: -5px;
    bottom: -9px;
    width: 22px;
    height: 22px;
    background: #e60027 url("/image/common/hht/new/icon_link_under_l_white_hd.gif") center center no-repeat;
    background-size: 16px;
    /*transform: rotate(0deg);*/
    transform: scaleX(-1);
}
p.pmTab.current .pmText::after {
    background: #c00021 url("/image/common/hht/new/icon_link_under_l_white_hd.gif") center center no-repeat;
    background-size: 16px;
    /*transform: rotate(-180deg);*/
    transform: scale(-1,-1);
}
p.pmTab { cursor: pointer; }
#pmList li .pmTabInMenu .col1,#pmList li .pmTabInMenu .col2 { display: none; }
.pmCopyArea { padding-top: 8px; }
.pmCopyArea .pmTabBody {
    display: none;
    width: 100%;
    padding: 10px 0;
    border-top: solid 2px #dddddd;
    border-bottom: solid 2px #dddddd;
    box-sizing: border-box;
}
.pmCopyArea .pmTabBody .pmTabBodyIn {
    position: relative;
    max-width: 965px;
    width: 100%;
    margin: 0 auto;
}
.pmCopyArea .pmTabBody .pmTabBodyIn::before {
    content: "";
    position: absolute;
    top: -31px;
    left: 0;
    display: block;
    width: 23.2124352%;
    height: 21px;
    background: url("/image/global/products/new/hukidashi.png") center center no-repeat;
    background-size: 24px;
}
.pmCopyArea .pmMenu1 .pmTabBody .pmTabBodyIn::before { left: 0; }
.pmCopyArea .pmMenu2 .pmTabBody .pmTabBodyIn::before { left: 25.5958549%; }
.pmCopyArea .pmMenu3 .pmTabBody .pmTabBodyIn::before { left: 51.1917098%; }
.pmCopyArea .pmMenu4 .pmTabBody .pmTabBodyIn::before { left: 76.7875647%; }
.pmCopyArea .pmTabBody .pmTabBodyIn .col1,.pmCopyArea .pmTabBody .pmTabBodyIn .col2 {
    float: left;
    max-width: 400px;
    width: 41.14507772%;
    margin: 0 auto;
    padding: 0 5.1813471%;
    box-sizing: border-box;
}
.pmCopyArea .pmTabBody .pmTabBodyIn .col1 ul,.pmCopyArea .pmTabBody .pmTabBodyIn .col2 ul {
    max-width: 280px;
    width: 100%;
}
.pmCopyArea .pmTabBody .pmTabBodyIn .col1 > ul > li,.pmCopyArea .pmTabBody .pmTabBodyIn .col2 > ul > li { border-top: solid 1px #e5e5e5; }
.pmCopyArea .pmTabBody .pmTabBodyIn .col1 > ul > li > a,.pmCopyArea .pmTabBody .pmTabBodyIn .col2 > ul > li > a {
    display: block;
    padding: 10px 0;
    font-size: 14px;
    text-decoration: none;
    color: #333333;
}
.pmCopyArea .pmTabBody .pmTabBodyIn .col1 > ul > li > a > span,.pmCopyArea .pmTabBody .pmTabBodyIn .col2 > ul > li > a > span {
    padding-right: 22px;
    background: url("/image/common/jp/r1/icon/icon_link_right_hd.gif") right 2px center no-repeat;
    background-size: 16px;
}
.pmCopyArea .pmTabBody .pmTabBodyIn .col1 > ul > li > a:hover,.pmCopyArea .pmTabBody .pmTabBodyIn .col2 > ul > li > a:hover { text-decoration: underline; }
.pmCopyArea .pmTabBody .pmTabBodyIn .col1 > ul > li > a:hover > span,.pmCopyArea .pmTabBody .pmTabBodyIn .col2 > ul > li > a:hover > span {
    background: url("/image/common/jp/r1/icon/icon_link_right_hd.gif") right center no-repeat;
    background-size: 16px;
}
.pmCopyArea .pmTabBody .pmTabBodyIn .col1 > ul > li:first-child,.pmCopyArea .pmTabBody .pmTabBodyIn .col2 > ul > li:first-child { border-top: none; }
.titleProducts01 {
    margin: 0!important;
    padding: 0 0 0 15px!important;
    border: 0!important;
    background: url("/image/common/hht/new/icon_title01.png") left 5px no-repeat;
    background-size: 10px;
    font-weight: bold!important;
    font-size: 16px!important;
    color: #333333!important;
}
.titleProducts02 {
    margin: 30px 0 0 0!important;
    padding: 0 0 5px 0!important;
    border: 0!important;
    border-bottom: solid 1px #e60027!important;
    background: none!important;
    font-weight: bold!important;
    font-size: 18px!important;
    color: #333333!important;
}
.titleProducts02 span {
    padding: 0;
    background: none!important;
    font-size: inherit;
    color: inherit;
}
.productsBnrList { margin-top: 30px; }
.productsBnrList li {
    float: left;
    width: 32.2279792%;
    max-width: 311px;
    margin-right: 1.658031%;
    margin-bottom: 16px;
}
.productsBnrList li a {
    position: relative;
    display: block;
    text-decoration: none;
    overflow: hidden;
}
.productsBnrList li a .tileImage {
    display: block;
    position: relative;
    overflow: hidden;
}
.productsBnrList li a .tileImage::after {
    content: " ";
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
    width: 22px;
    height: 22px;
    background: #e60027 url("/image/common/jp/r1/icon/icon_link_right_white_hd.gif") right 4px center no-repeat;
    background-size: 16px;
    transition: 0.2s;
}
.productsBnrList li a .tileImage img {
    width: 100%;
    height: auto;
    opacity: 1!important;
    transition: 0.3s;
}
.productsBnrList li a:hover .tileImage img { transform: scale(1.1,1.1); }
.productsBnrList li a:hover .tileImage::after {
    background: #b5001f url("/image/common/jp/r1/icon/icon_link_right_white_hd.gif") right 2px center no-repeat;
    background-size: 16px;
}
.productsBnrList li:nth-child(3n) { margin-right: 0; }
.productsBnrList .tileTArea {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 9;
    display: table;
    width: 100%;
    height: 90px;
    margin-top: -45px;
    padding: 5px;
    background-color: rgba(0,0,0,0.5);
    box-sizing: border-box;
}
.productsBnrList .tileTArea .tileTAreaIn {
    display: table-cell;
    height: 80px;
    vertical-align: middle;
}
.productsBnrList .tileTArea .tileTAreaIn .tileTitle {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #ffffff;
}
.productsBnrList .tileTArea .tileTAreaIn .tileText {
    display: block;
    margin-top: 3px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
}


/* inquiry
=========================================================================================== */
.contentGrayArea {
    width: 100%;
    padding: 30px 0;
    background-color: #e4e4e4;
}
.contentGrayAreaIn {
    width: 100%;
    max-width: 965px;
    margin: 0 auto;
}
#inquiryMenu {
    width: 100%;
    height: 280px;
    padding-top: 51px;
    background: url("/image/global/products/new/bg_productsmenu.jpg") bottom center no-repeat;
    background-size: auto 100%;
    box-sizing: border-box;
}
#inquiryMenuIn {
    position: relative;
    max-width: 965px;
    width: 100%;
    margin: 0 auto;
}
#iqList {
    float: left;
    max-width: 817px;
    width: 84.6632124%;
    border-left: solid 1px #ffffff;
    box-sizing: border-box;
}
#iqList > li {
    float: left;
    width: 24.9694002%;
    border-right: solid 1px #ffffff;
    border-top: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
    box-sizing: border-box;
}
#iqList > li .iqTab {
    position: relative;
    display: table;
    width: 100%;
    height: 178px;
    cursor: pointer;
}
#iqList > li .iqTab::after {
    position: absolute;
    left: 50%;
    bottom: 30px;
    z-index: 16;
    content: " ";
    width: 14px;
    height: 14px;
    margin-left: -7px;
    border-radius: 14px;
    background: #c00021 url("/image/common/hht/new/icon_link_under_l_white_s.png") center center no-repeat;
    background-size: 14px;
    font-size: 0;
}
#enPage #iqList > li .iqTab::after {
    bottom: 20px;
    width: 26px;
    height: 26px;
    margin-left: -13px;
    background: url("/image/common/jp/r1/icon/icon_link_right_hd.gif") right center no-repeat;
    background-size: 26px;
}
#enPage #iqList > li:hover .iqTab::after { padding-left: 2px; }
#iqList > li .iqTab.current::after { transform: scale(-1,-1); }
#iqList > li .iqTab::before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    content: " ";
    width: 100%;
    height: 178px;
    background-color: rgba(0,0,0,0.4);
    opacity: 0;
    transition: 0.2s;
}
#iqList > li .iqTab:hover::before { opacity: 1.0; }
#iqList > li .iqTab.current:hover::before { opacity: 0; }
#iqList > li:nth-child(1) .iqTab {
    background: url("/image/global/support/inquiry/new/img_inquirymenu01_off.jpg") center center no-repeat;
    background-size: auto 100%;
}
#iqList > li:nth-child(1) .iqTab.current {
    background: url("/image/global/support/inquiry/new/img_inquirymenu01.jpg") center center no-repeat;
    background-size: auto 100%;
}
#iqList > li:nth-child(2) .iqTab {
    background: url("/image/global/support/inquiry/new/img_inquirymenu02_off.jpg") center center no-repeat;
    background-size: auto 100%;
}
#iqList > li:nth-child(2) .iqTab.current {
    background: url("/image/global/support/inquiry/new/img_inquirymenu02.jpg") center center no-repeat;
    background-size: auto 100%;
}
#iqList > li:nth-child(3) .iqTab {
    background: url("/image/global/support/inquiry/new/img_inquirymenu03_off.jpg") center center no-repeat;
    background-size: auto 100%;
}
#iqList > li:nth-child(3) .iqTab.current {
    background: url("/image/global/support/inquiry/new/img_inquirymenu03.jpg") center center no-repeat;
    background-size: auto 100%;
}
#iqList > li:nth-child(4) .iqTab {
    background: url("/image/global/support/inquiry/new/img_inquirymenu04_off.jpg") center center no-repeat;
    background-size: auto 100%;
}
#iqList > li:nth-child(4) .iqTab.current {
    background: url("/image/global/support/inquiry/new/img_inquirymenu04.jpg") center center no-repeat;
    background-size: auto 100%;
}
#enPage #iqList > li a.iqTab {
    display: table;
    text-decoration: none;
}

#iqList > li .iqTab .iqText {
    position: relative;
    z-index: 17;
    display: table-cell;
    padding: 10px 10px 30px 10px;
    text-align: center;
    vertical-align: middle;
    text-shadow: black 0px 0px 5px, black 0px 0px 5px;
    color: #ffffff;
}
.iqRightMenu {
    position: relative;
    float: right;
    display: table;
    max-width: 143px;
    width: 14.8186528%;
    height: 180px;
    box-sizing: border-box;
}
.iqRightMenu > a {
    display: table-cell;
    padding: 10px;
    background-color: rgba(255,255,255,0.5);
    text-align: center;
    vertical-align: middle;
    color: #333333;
    text-decoration: none;
    line-height: 150%;
    transition: 0.2s;
}
.iqRightMenu > a:hover { background-color: rgba(255,255,255,1.0); }
.iqRightMenu > a::after {
    position: absolute;
    left: 50%;
    bottom: 30px;
    z-index: 16;
    content: " ";
    width: 14px;
    height: 14px;
    margin-left: -7px;
    border-radius: 14px;
    background: #c00021 url("/image/common/hht/new/icon_link_under_l_white_s.png") center center no-repeat;
    background-size: 14px;
    font-size: 0;
}
#enPage .iqRightMenu > a { padding-bottom: 40px; }
#enPage .iqRightMenu > a::after {
    bottom: 24px;
    width: 15px;
    height: 15px;
    margin-left: -7px;
    background: url("/image/common/jp/r1/icon/icon_inquiry.gif") center center no-repeat;
    background-size: 15px;
}
.iqCopyArea .iqTabBody {
    display: none;
    width: 100%;
    padding: 10px 0;
    border-top: solid 2px #dddddd;
    border-bottom: solid 2px #dddddd;
    background-color: #f4f4f4;
    box-sizing: border-box;
}
.iqCopyArea .iqTabBody .iqTabBodyIn {
    position: relative;
    max-width: 965px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 15px;
    box-sizing: border-box;
}
.iqCopyArea .iqTabBody .iqTabBodyIn::before {
    content: "";
    position: absolute;
    top: -31px;
    left: 0;
    display: block;
    width: 21.0362694%;
    height: 21px;
    background: url("/image/global/products/new/hukidashi_inquiry.png") center center no-repeat;
    background-size: 24px;
}
.iqCopyArea .iqMenu1 .iqTabBody .iqTabBodyIn::before { left: 0; }
.iqCopyArea .iqMenu2 .iqTabBody .iqTabBodyIn::before { left: 21.1398963%; }
.iqCopyArea .iqMenu3 .iqTabBody .iqTabBodyIn::before { left: 42.2797927%; }
.iqCopyArea .iqMenu4 .iqTabBody .iqTabBodyIn::before { left: 63.4196891%; }
#iqList li .iqTabInMenu .colSection { display: none; }
.iqSlideTitle {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    line-height: 150%;
}
.iq2ColBlock {
    display: table;
    width: 100%;
}
.iq2ColBlock .col1 {
    display: table-cell;
    width: 50%;
    padding-right: 15px;
    box-sizing: border-box;
}
.iq2ColBlock .col2 {
    display: table-cell;
    width: 50%;
    padding-left: 15px;
    border-left: solid 1px #c3c3c3;
    box-sizing: border-box;
}
.iq2ColBlockEN {
    display: table;
    width: 60%;
}
.iq2ColBlockEN .col1 {
    display: table-cell;
    width: 30%;
    padding-right: 15px;
    box-sizing: border-box;
}
.iq2ColBlockEN .col2 {
    display: table-cell;
    width: 30%;
    padding-left: 15px;
    box-sizing: border-box;
}
hr.hrLine01 {
    display: block;
    height: 1px;
    margin-top: 30px;
    margin-bottom: 30px;
    border: none;
    background: #c3c3c3;
    overflow: hidden;
}


.colBlock2 {
    display: table;
    width: 100%;
    margin-bottom: 25px;
}
.colBlock2 .col {
    display: table-cell;
    width: 50%;
    padding-right: 15px;
    vertical-align: top;
    box-sizing: border-box;
}
.colBlock2 .col .colInBox { padding-left: 30px; }
.colBlock2 .col .colInBox.boxLine { border-left: solid 1px #cccccc; }
.inquiryArea { padding: 30px 0; }
.boxType01 {
    margin-top: 30px;
    padding: 20px 5px;
    border: solid 1px #999999;
}
.boxType02 {
    margin-top: 30px;
    padding: 20px;
    border: solid 1px #999999;
}
.dotRedList {
    margin-bottom: 15px;
    padding-left: 15px!important;
    background: url("/image/common/hht/new/dotred.png") 5px 7px no-repeat;
    background-size: 4px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}
.inquiryArea .dotRedList { margin-left: 15px; }


/* adjust
=========================================================================================== */
.mt10 { margin-top: 10px!important; }
.mt15 { margin-top: 15px!important; }
.mt20 { margin-top: 20px!important; }
.mt30 { margin-top: 30px!important; }
.mb0 { margin-bottom: 0px!important; }
.mb40 { margin-bottom: 40px!important; }
.pt0 { padding-top: 0px!important; }
.pt30 { padding-top: 30px!important; }
.pt40 { padding-top: 40px!important; }
.pt60 { padding-top: 60px!important; }
.pb0 { padding-bottom: 0px!important; }
.pb1 { padding-bottom: 1px!important; }
.pb15 { padding-bottom: 15px!important; }
.pl30 { padding-left: 30px!important; }
.pcOnly { display: block; }
.spOnly { display: none; }
a:hover img { opacity: 1; }


/* clearFix
=========================================================================================== */
#inquiryMenuIn:after,
#iqList:after,
.tileList4col:after,
.tileList:after,
.productsBnrList:after,
.pmTabBody .pmTabBodyIn:after,
#pmList:after,
#boxMenu01 ul:after,
.companyInfoBlockIn:after,
.naviBlockIn:after,
#tpBnrAreaIn ul:after,
#emergencyArea:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
*:first-child+html #inquiryMenuIn,
*:first-child+html #iqList,
*:first-child+html .tileList4col,
*:first-child+html .tileList,
*:first-child+html .productsBnrList,
*:first-child+html .pmTabBody .pmTabBodyIn,
*:first-child+html #pmList,
*:first-child+html #boxMenu01 ul,
*:first-child+html .companyInfoBlockIn,
*:first-child+html .naviBlockIn,
*:first-child+html #tpBnrAreaIn ul,
*:first-child+html #emergencyArea { zoom: 1; }