@charset "UTF-8";

/* **************************************************

Name: renew2020.css

Create: 2020.03.01
Update: 2021.03.23

***************************************************** */


/* ************************************************** common.css ***************************************************** */

/* common
=========================================================================================== */
#Contents,#Contents > .GridSet,#Contents > .GridSet > .Grid4 {
    width: 100%;
    max-width: 100%!important;
}
#Contents h3 {
    padding: 0;
    border-left: none;
}
#layout2020 .newBaseWid {
    width: 100%;
    background-color: #ffffff;
    padding-bottom: 1px;
}
#layout2020 .newBaseWidIn {
    width: 100%;
    max-width: 965px;
    margin: 0 auto;
}
#layout2020.engPage .DateListStyle2 dt { width: auto!important; }
#layout2020.engPage .DateListStyle2 dt,.DateListStyle2 dd {
    float: none!important;
    margin: 0!important;
}


/* TOPPAGE slider
=========================================================================================== */
#layout2020 .topSlider2020 {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
#layout2020 .topSlider2020 li img {
    width: 100%;
    height: auto;
    max-width: 965px;
    max-height: 290px;
    margin: 0 auto;
    transition: 0.2s;
}
#layout2020 .topSlider2020 li:hover img { opacity: 0.9; }
#layout2020 .topSlider2020 .slick-prev {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: calc((100% - 965px) / 2);
    height: 100%;
    padding: 0;
    border: none;
    background-color: rgba(255,255,255,0.5);
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    transition: 0.2s;
    cursor: pointer;
}
#layout2020 .topSlider2020 .slick-prev::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 4;
    display: block;
    width: 40px;
    height: 80px;
    margin-top: -40px;
    background: url("/image/common/hht/branding_area/hht_branding_image/icon_arw_l_02.png") 0 38% no-repeat;
    opacity: 0.7;
    transition: 0.2s;
}
#layout2020 .topSlider2020 .slick-prev:hover::before { opacity: 0.95; }
#layout2020 .topSlider2020 .slick-next {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    width: calc((100% - 965px) / 2);
    height: 100%;
    padding: 0;
    border: none;
    background-color: rgba(255,255,255,0.5);
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    transition: 0.2s;
    cursor: pointer;
}
#layout2020 .topSlider2020 .slick-next::before {
    content: " ";
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 4;
    display: block;
    width: 40px;
    height: 80px;
    margin-top: -40px;
    background: url("/image/common/hht/branding_area/hht_branding_image/icon_arw_r_02.png") 100% 50% no-repeat;
    opacity: 0.7;
    transition: 0.2s;
}
#layout2020 .topSlider2020 .slick-next:hover::before { opacity: 0.95; }
/*#layout2020 .topSlider2020 .slick-prev:hover,#layout2020 .topSlider2020 .slick-next:hover { background-color: rgba(255,255,255,0.1); }*/
#layout2020  .topSlider2020 .slick-dots {
    position: absolute;
    left: 50%;
    bottom: 15px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0 auto;
    text-align: center;
}
#layout2020  .topSlider2020 .slick-dots li { display: inline-block; }
#layout2020  .topSlider2020 .slick-dots li button {
    width: 10px;
    height: 10px;
    margin: 0 4px;
    padding: 0;
    border: none;
    border-radius: 10px;
    background-color: #b0b0b0;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
    box-shadow: 0 0 5px #333333;
    transition: 0.2s;
    cursor: pointer;
}
#layout2020 .topSlider2020 .slick-dots li button:hover,#layout2020 .topSlider2020 .slick-dots li.slick-active button { background-color: #808080; }
#layout2020 .topSlider2020 .playstopBtn .slideStop {
    width: 12px;
    height: 14px;
    background: url("/image/jp/index/branding_area/btn_movie_stop.png") top center no-repeat;
    background-size: 100% auto;
    font-size: 0;
}
#layout2020 .topSlider2020 .playstopBtn .slideStop:hover {
    background: url("/image/jp/index/branding_area/btn_movie_stop.png") bottom center no-repeat;
    background-size: 100% auto;
}
#layout2020 .topSlider2020 .playstopBtn .slidePlay {
    display: none;
    width: 12px;
    height: 14px;
    background: url("/image/jp/index/branding_area/btn_movie_play.png") top center no-repeat;
    background-size: 100% auto;
    font-size: 0;
}
#layout2020 .topSlider2020 .playstopBtn .slidePlay:hover {
    background: url("/image/jp/index/branding_area/btn_movie_play.png") bottom center no-repeat;
    background-size: 100% auto;
}
#layout2020 .topSlider2020 .playstopBtn .slideStop,#layout2020 .topSlider2020 .playstopBtn .slidePlay {
    position: absolute;
    left: 50%;
    margin-left: -60px;
    bottom: 15px;
    width: 12px;
    height: 14px;
    overflow: hidden;
    cursor: pointer;
}


/* Video Controller
=========================================================================================== */
#layout2020 video { display: block; }
.JS #layout2020 #VideoControl {
	position: absolute;
    left: calc((100% - 965px) / 2 );
    bottom: 15px;
    z-index: 99999;
	width: 100px;
	height: 25px;
}

#layout2020 #VideoControl ul { overflow: hidden; }

.JS #layout2020 #VideoControl #VideoPlay {
	float: left;
	width: 27px;
	height: 27px;
	margin: 0 12px 0 0;
	cursor: pointer;
}
.JS #layout2020 #VideoControl #VideoPlay {
	width: 85px;
	margin: 0 0 0 15px;
	background-image: url(/image/jp/index/new/top_text_play.png);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 53px 54px;
}
.JS #layout2020 #VideoControl #VideoPlay.vStop {
	background-image: url(/image/jp/index/new/top_text_play.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 53px 54px;
}
.JS #layout2020 #VideoControl #VideoPlay.vStart {
	background-image: url(/image/jp/index/new/top_text_play.png);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 53px 54px;
}
.JS #layout2020 #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 #layout2020 #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 #layout2020 #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 #layout2020 #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 #layout2020 #VideoControl #VideoPlay:hover a,
.PC #layout2020 #VideoControl #VideoPlay:hover a:before {background-color: #b1000e;}


/* form parts style riset
=========================================================================================== */
#layout2020 #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;
}
#layout2020 #tpSearchArea input[type="text"] {
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
}


/* index main image
=========================================================================================== */
#layout2020 #topMainImage {
    position: relative;
    width: 100%;
    height: auto;
}
#layout2020 #topMainImage video {
	width: 100%;
	height: auto;
}
#layout2020 #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;
}
#layout2020 #topMainImage .corpName {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
#layout2020 #tpSearchArea {
    height: 100px;
    padding: 24px 15px 0 15px;
    background-color: #e60027;
    box-sizing: border-box;
}
#layout2020 #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;
}
#layout2020 #tpSearchBox::before {
    content: " ";
    position: absolute;
    top: 6px;
    left: 42px;
    width: 1px;
    height: 40px;
    background-color: #888888;
    overflow: hidden;
}
#layout2020 #tpSearchBox input[type="text"] {
    width: 78%;
    height: 40px;
    border: none;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#layout2020 #tpSearchBox input[type="text"]::-ms-clear { visibility:hidden }
#layout2020 #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;
}
#layout2020 #tpSearchBox input[type="submit"]:hover { background-color: #555555; }
#layout2020 .btmText { padding-top: 80px; }
#layout2020 .topNews {
    width: 100%;
    margin: 20px 0 30px 0;
}
#layout2020 .topNews > li {
    float: left;
    margin: 0 15px;
}
#layout2020 .topNews > li > a {
    position: relative;
    display: block;
    padding: 5px 10px;
    text-align: center;
    font-size: 15px;
    text-decoration: none;
    color: #333333;
}
#layout2020 .topNews > li.Current > a {
    border-bottom: solid 2px #e60027;
    color: #e60027;
}
#layout2020 .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;
}
#layout2020 .DateListStyle2 dd { padding-bottom: 15px; }
#layout2020 .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;
}
#layout2020 .moreDetails:hover {
    background: #ffffff url("/image/common/hht/new/icon_link_right_l_green_hd.png") right 3px center no-repeat;
    background-size: 16px;
}
#layout2020 #topMainImage.imgType .imgTypeBlock {
    display: table;
    width: 100%;
    height: 550px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#layout2020 #topMainImage.imgType .imgTypeBlock .bgImage { display: none; }
#layout2020 #topMainImage.imgType .imgTypeBlock .txtImage {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
#layout2020 #topMainImage.imgType .imgTypeBlock .txtImage img {
    width: 100%;
    height: auto;
}


/* index emergency area
=========================================================================================== */
#layout2020 #emergencyArea {
    width: 100%;
    padding: 6px 15px 5px 15px;
    border-top: solid 1px #b9b9b9;
    border-bottom: solid 1px #b9b9b9;
    box-sizing: border-box;
}
#layout2020 #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;
}
#layout2020 #emergencyArea .emLink {
    float: left;
    width: calc(100% - 148px);
    padding-top: 5px;
}
#layout2020 #emergencyArea .emLink a {
    display: table;
    width: 100%;
    text-decoration: none;
}
#layout2020 #emergencyArea .emLink a:hover > span:last-child { text-decoration: underline; }
#layout2020 #emergencyArea .emLink a > span:first-child {
    display: table-cell;
    width: 128px;
    vertical-align: top;
    font-size: 14px;
    line-height: 150%;
}
#layout2020 #emergencyArea .emLink a > span:last-child {
    display: table-cell;
    vertical-align: top;
    font-size: 14px;
    line-height: 150%;
}


/* top bnr area
=========================================================================================== */
#layout2020 #tpBnrArea {
    padding-top: 40px;
    height: 222px;
    background: #ffffff url("/image/jp/index/new/bg_bnrarea.png") bottom center no-repeat;
    background-size: 2140px 148px;
    box-sizing: border-box;
}
#layout2020 #tpBnrAreaIn {
    max-width: 965px;
    width: 100%;
    margin: 0 auto;
    padding: 0 5px;
    box-sizing: border-box;
}
#layout2020 #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;
}
#layout2020 #tpBnrAreaIn ul li:nth-child(3n) { margin-right: 0; }
#layout2020 #tpBnrAreaIn ul li a {
    position: relative;
    display: block;
    padding-bottom: 31px;
}
#layout2020 #tpBnrAreaIn ul li a img { transition: 0.3s; }
#layout2020 #tpBnrAreaIn ul li a:hover img { transform: scale(1.1,1.1); }
#layout2020 #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;
}
#layout2020 #tpBnrAreaIn ul li a:hover::after { opacity: 1; }
#layout2020 #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;
}
#layout2020 #tpBnrAreaIn ul li a:hover > span { background-color: #000000; }
#layout2020 #tpBnrAreaIn ul li img {
    width: 100%;
    height: auto;
}


/* topics area
=========================================================================================== */
#layout2020 #topicsArea {
    padding: 70px 0 30px 0;
    background: url("/image/jp/index/new/bg_toptopics.png") top center no-repeat;
    background-size: 1228px 340px;
}
#layout2020 #topicsAreaIn {
    width: 100%;
    max-width: 965px;
    margin: 0 auto;
}
#layout2020 #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;
}
#layout2020 #topicsArea h2 span {
    display: inline;
    padding: 0;
    background: none!important;
    font-weight: bold;
    font-size: 20px;
    line-height: 120%;
}
#layout2020 .tpLink {
    display: table;
    margin-top: 20px;
}
#layout2020 .tpLink dt {
    display: table-cell;
    width: 120px;
    vertical-align: top;
    line-height: 150%;
    font-size: 14px;
    color: #333333;
}
#layout2020 .tpLink dd {
    display: table-cell;
    vertical-align: top;
    font-size: 14px;
}
#layout2020 .tpLink dd:nth-child(2) { width: 82px; }
#layout2020 .tpLink dd img { vertical-align: middle; }
#layout2020 .tpLink dd a {
    text-decoration: none;
    font-size: 14px;
    line-height: 150%;
    color: #333333;
}
#layout2020 .tpLink dd a:hover { text-decoration: underline; }
#layout2020 .topicsLink {
    margin-top: 25px;
    margin-bottom: 0;
}
#layout2020 .topicsLink li {
    padding-top: 0;
    text-align: center;
}
#layout2020 .topicsLink li a {
    font-weight: bold;
    color: #333333;
}


/* infomation area
=========================================================================================== */
#layout2020 #infoArea {
    margin-top: 30px;
    padding-bottom: 60px;
}
#layout2020 #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;
}
#layout2020 #infoArea h2 span {
    display: inline;
    padding: 0;
    background: none!important;
    font-weight: bold;
    font-size: 20px;
    line-height: 120%;
}
#layout2020 #infoArea .LinkListStyle1 li { padding: 0 0 15px 0; }


/* navi block
=========================================================================================== */
#layout2020 .contentBody {
    padding-top: 30px;
    background-color: #ffffff;
}
#layout2020 .contentBodyIn {
    max-width: 965px;
    margin: 0 auto;
}
#layout2020 .contentBody .section { padding: 80px 0; }
#layout2020 .contentsTitle01 {
    margin: 0!important;
    padding: 0 0 3px 0!important;
    border-bottom: solid 1px #e60027;
    background: none!important;
}
#layout2020 .contentsSubTitle01 {
    font-size: 11px;
    color: #e60027;
}
#layout2020 .contentsSubTitle01 { margin-top: 5px; }
#layout2020 .contentsSubTitle01 em {
    font-style: italic;
    font-size: 10px;
    color: #e60027;
}
#layout2020 .contentsTitle01 span {
    display: inline;
    margin: 0;
    padding: 0;
    background: none;
    line-height: 120%;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
}
#layout2020 .contentsTitle02 {
    margin: 0!important;
    padding: 0 0 5px 0!important;
    border-bottom: solid 1px #333333;
    background: none!important;
}
#layout2020 .contentsTitle02 span {
    display: inline;
    margin: 0;
    padding: 0;
    background: none;
    line-height: 120%;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
}

/* about navi START */
#layout2020 .naviBlock {
    position: relative;
    width: 100%;
    margin-top: 55px;
    padding-top: 73px;
    background-color: #ffffff;
}
#layout2020 .naviBlock.positionR::after {
    content: " ";
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc((100% - 965px) / 2);
    height: 250px;
    background-color: #f2f2f2;
}
#layout2020 .naviBlock.positionL::after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc((100% - 965px) / 2);
    height: 250px;
    background-color: #f2f2f2;
}
#layout2020 .positionR .naviBlockIn {
    position: relative;
    max-width: 965px;
    width: 100%;
    height: 250px;
    margin: 0 auto;
    padding-left: 30px;
    box-sizing: border-box;
}
#layout2020 .positionL .naviBlockIn {
    position: relative;
    max-width: 965px;
    width: 100%;
    height: 250px;
    margin: 0 auto;
    padding-right: 30px;
    box-sizing: border-box;
}
#layout2020 .naviBlock.positionR .naviBlockIn .naviBImage {
    position: absolute;
    top: -73px;
    left: 0;
    z-index: 2;
    width: 49.7409326%;
}
#layout2020 .naviBlock.positionL .naviBlockIn .naviBImage {
    position: absolute;
    top: -73px;
    right: 0;
    z-index: 2;
    width: 49.7409326%;
}
#layout2020 .naviBlock .naviBlockIn .naviBImage img {
    width: 100%;
    height: auto;
}
#layout2020 .positionR .naviBLink {
    position: relative;
    z-index: 2;
    padding-top: 30px;
    padding-left: 54.9222797%;
}
#layout2020 .positionL .naviBLink {
    position: relative;
    z-index: 2;
    float: right;
    padding-top: 30px;
    padding-right: 54.9222797%;
}
#layout2020 .naviBLink h3 {
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: normal;
    font-size: 18px;
}
#layout2020 .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;
}
#layout2020 .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;
}
#layout2020 .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;
}
#layout2020 .naviBLink > ul > li {
    margin-bottom: 10px;
    line-height: 130%;
}
#layout2020 .naviBLink > ul > li:last-child { margin-bottom: 0; }
#layout2020 .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;
}
#layout2020 .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;
}
#layout2020 .naviBLink > ul > li.newWin > a,#layout2020 .naviBLink > ul > li.newWin > a:hover {
    background: url("/image/common/hht/new/icon_blank_black.png") top 2px right no-repeat;
    background-size: 16px;
}
#layout2020 .naviBlock.positionR .naviBlockIn .bgSetting {
    width: 100%;
    max-width: 935px;
    height: 250px;
    background-color: #f2f2f2;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
}
#layout2020 .naviBlock.positionL .naviBlockIn .bgSetting {
    width: 100%;
    max-width: 935px;
    height: 250px;
    background-color: #f2f2f2;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
}
#layout2020 .naviBlock .naviBlockIn .bgSetting .naviImgSet { display: none; }
#layout2020 .naviBlock.positionR::before {
    content: " ";
    position: absolute;
    left: calc((100% - 965px) / 2 + 30px);
    bottom: 0;
    z-index: 1;
    width: 100%;
    max-width: 935px;
    height: 250px;
    background-color: #f2f2f2;
    opacity: 0.92;
}
#layout2020 .naviBlock.positionL::before {
    content: " ";
    position: absolute;
    right: calc((100% - 965px) / 2 + 30px);
    bottom: 0;
    z-index: 1;
    width: 100%;
    max-width: 935px;
    height: 250px;
    background-color: #f2f2f2;
    opacity: 0.92;
}
#layout2020 .naviBlock .naviBlockIn .naviBImage img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#layout2020 .naviBlock.positionR .naviBlockIn .bgSetting::before {
    content: " ";
    position: absolute;
    left: 30px;
    top: 0;
    z-index: 1;
    width: 30%;
    height: 250px;
    -webkit-background: linear-gradient(to left, transparent 0, #f2f2f2 70%);
    background: linear-gradient(to left, transparent 0, #f2f2f2 70%);
}
#layout2020 .naviBlock.positionR .naviBlockIn .bgSetting::after {
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 30%;
    height: 250px;
    -webkit-background: linear-gradient(to right, transparent 0, #f2f2f2 70%);
    background: linear-gradient(to right, transparent 0, #f2f2f2 70%);
}
#layout2020 .naviBlock.positionL .naviBlockIn .bgSetting::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 30%;
    height: 250px;
    -webkit-background: linear-gradient(to left, transparent 0, #f2f2f2 70%);
    background: linear-gradient(to left, transparent 0, #f2f2f2 70%);
}
#layout2020 .naviBlock.positionL .naviBlockIn .bgSetting::after {
    content: " ";
    position: absolute;
    right: 30px;
    top: 0;
    z-index: 1;
    width: 30%;
    height: 250px;
    -webkit-background: linear-gradient(to right, transparent 0, #f2f2f2 70%);
    background: linear-gradient(to right, transparent 0, #f2f2f2 70%);
}
#layout2020 .naviBlock:nth-child(3n),#layout2020 .naviBlock:nth-child(6){ page-break-after:always; }
/* about navi block END */


#layout2020 .tileList { margin-top: 30px; }
#layout2020 .tileList li {
    float: left;
    width: 32.2279792%;
    max-width: 311px;
    margin-right: 1.658031%;
    margin-bottom: 16px;
}
#layout2020 .tileList li a {
    display: block;
    text-decoration: none;
}
#layout2020 .tileList li a .tileImage {
    display: block;
    position: relative;
    overflow: hidden;
}
#layout2020 .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;
}
#layout2020 .tileList li a .tileImage img {
    width: 100%;
    height: auto;
    opacity: 1!important;
    transition: 0.3s;
}
#layout2020 .tileList li a:hover .tileImage img { transform: scale(1.1,1.1); }
#layout2020 .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;
}
#layout2020 .tileList li a .tileText {
    display: block;
    padding-top: 5px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
}
#layout2020 .tileList li:nth-child(3n) { margin-right: 0; }


/* Company Information
=========================================================================================== */
#layout2020 .companyInfoBlock.positionR {
    width: 100%;
    background-color: #ffffff;
}
#layout2020 .companyInfoBlock.positionL {
    width: 100%;
    background-color: #f5f5f5;
}
#layout2020 .companyInfoBlockIn {
    position: relative;
    width: 100%;
    max-width: 965px;
    margin: 0 auto;
}
#layout2020 .positionL .companyInfoBlockIn .colTable::before {
    content: " ";
    position: absolute;
    left: 49.5%;
    top: 0;
    z-index: 2;
    width: 20%;
    height: 250px;
    -webkit-background: linear-gradient(to left, transparent 0, #f5f5f5 85%);
    background: linear-gradient(to left, transparent 0, #f5f5f5 85%);
}
#layout2020 .positionR .companyInfoBlockIn .colTable::before {
    content: " ";
    position: absolute;
    left: 30.5%;
    top: 0;
    z-index: 2;
    width: 20%;
    height: 250px;
    -webkit-background: linear-gradient(to right, transparent 0, #ffffff 85%);
    background: linear-gradient(to right, transparent 0, #ffffff 85%);
}
#layout2020 .companyInfoBlock.noGrad .companyInfoBlockIn .colTable::before { display: none!important; }
#layout2020 .companyInfoBlockIn .colTable {
    display: table;
    width: 100%;
    height: 250px;
}
#layout2020 .companyInfoBlockIn .colTable .col {
    display: table-cell;
    width: 50%;
    text-align: center;
    vertical-align: middle;
}
#layout2020 .companyInfoBlockIn .colTable .col.bgCompany {
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
}
#layout2020 .companyImage,#layout2020 .companyImageFlame { display: none; }
#layout2020 .cibLink {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 18px;
}
#layout2020 .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;
}
#layout2020 .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;
}
#layout2020 .cibText {
    margin-top: 10px;
    line-height: 200%;
    font-size: 14px;
}
#layout2020 .cibNameImage {
    width: 145px;
    margin-top: 10px;
}
#layout2020 .cibNameImage img {
    width: 100%;
    height: auto;
}
#layout2020 .centerBlock01 {
    width: 230px;
    margin: 0 auto;
    text-align: left;
}
#layout2020 .centerBlock02 {
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
}
#layout2020 #cib02.companyInfoBlock { background-color: #ffffff; }
#layout2020 #cib02 .companyInfoBlockIn .colTable { float: right; }

#layout2020 #boxMenu01 {
    max-width: 963px;
    width: 100%;
    margin: 85px auto 0 auto;
}
#layout2020 #boxMenu01 ul li {
    position: relative;
    width: 33.3333333%;
    float: left;
    overflow: hidden;
}
#layout2020 #boxMenu01 ul li a { display: block; }
#layout2020 #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;
}
#layout2020 #boxMenu01 ul li a:hover::after { opacity: 1; }
#layout2020 #boxMenu01 ul li a img {
    width: 100%;
    height: auto;
    transition: 0.3s;
}
#layout2020 #boxMenu01 ul li a:hover img {
    opacity: 1;
    transform: scale(1.1,1.1);
}
#layout2020 #boxMenu01 ul li a span.boxMenuLink {
    position: absolute;
    top: calc(50% - 36px);
    left: 0;
    z-index: 6;
    display: block;
    width: 100%;
    height: 32px;
    padding: 20px 0;
    background: url("/image/jp/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: 18px;
    color: #ffffff;
}
#layout2020.engPage #boxMenu01 ul li a span.boxMenuLink {
    font-size: 16px;
    line-height: 130%;
}
#layout2020 #boxMenu01 ul li a span.boxMenuImage { display: none; }
#layout2020 #boxMenu01 ul li a span.boxMenuFlame img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


/* products
=========================================================================================== */
#layout2020 #productsMenu {
    width: 100%;
    height: 350px;
    background: url("/image/jp/products/new/bg_productsmenu.jpg") bottom center no-repeat;
    background-size: 1800px 248px;
}
#layout2020 #productsMenuIn {
    position: relative;
    max-width: 965px;
    width: 100%;
    margin: 0 auto;
}
#layout2020 #pmList li {
    position: relative;
    float: left;
    width: 23.2124352%;
    margin-left: 2.384196%;
}
#layout2020 #pmList li:first-child { margin-left: 0; }
#layout2020 #pmList li {
    color: #333333;
    text-decoration: none;
}
#layout2020 #pmList li img {
    width: 100%;
    height: auto;
}
#layout2020 #pmList li p.pmTab { position: relative; }
#layout2020 #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;
}
#layout2020 #pmList li p.pmTab.current::after,#pmList li p.pmTab:hover::after { background-color: rgba(0,0,0,0.5); }
#layout2020 #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: 16px;
    box-sizing: border-box;
    transition: 0.2s;
}
#layout2020.engPage #pmList li .pmText {
    font-size: 14px;
    line-height: 150%;
}
#layout2020 #pmList li p.pmTab.current .pmText,#pmList li p.pmTab:hover .pmText { background-color: rgba(255,255,255,1.0); }
#layout2020 .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);
}
#layout2020 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);
}
#layout2020 p.pmTab { cursor: pointer; }
#layout2020 #pmList li .pmTabInMenu .col1,#pmList li .pmTabInMenu .col2 { display: none; }
#layout2020 .pmCopyArea { padding-top: 8px; }
#layout2020 .pmCopyArea .pmTabBody {
    display: none;
    width: 100%;
    padding: 10px 0;
    border-top: solid 2px #dddddd;
    border-bottom: solid 2px #dddddd;
    box-sizing: border-box;
}
#layout2020 .pmCopyArea .pmTabBody .pmTabBodyIn {
    position: relative;
    max-width: 965px;
    width: 100%;
    margin: 0 auto;
}
#layout2020 .pmCopyArea .pmTabBody .pmTabBodyIn::before {
    content: "";
    position: absolute;
    top: -31px;
    left: 0;
    display: block;
    width: 23.2124352%;
    height: 21px;
    background: url("/image/jp/products/new/hukidashi.png") center center no-repeat;
    background-size: 24px;
}
#layout2020 .pmCopyArea .pmMenu1 .pmTabBody .pmTabBodyIn::before { left: 0; }
#layout2020 .pmCopyArea .pmMenu2 .pmTabBody .pmTabBodyIn::before { left: 25.5958549%; }
#layout2020 .pmCopyArea .pmMenu3 .pmTabBody .pmTabBodyIn::before { left: 51.1917098%; }
#layout2020 .pmCopyArea .pmMenu4 .pmTabBody .pmTabBodyIn::before { left: 76.7875647%; }
#layout2020 .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;
}
#layout2020 .pmCopyArea .pmTabBody .pmTabBodyIn .col1 ul,.pmCopyArea .pmTabBody .pmTabBodyIn .col2 ul {
    max-width: 280px;
    width: 100%;
}
#layout2020 .pmCopyArea .pmTabBody .pmTabBodyIn .col1 > ul > li,.pmCopyArea .pmTabBody .pmTabBodyIn .col2 > ul > li { border-top: solid 1px #e5e5e5; }
#layout2020 .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;
}
#layout2020 .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;
}
#layout2020 .pmCopyArea .pmTabBody .pmTabBodyIn .col1 > ul > li > a:hover,.pmCopyArea .pmTabBody .pmTabBodyIn .col2 > ul > li > a:hover { text-decoration: underline; }
#layout2020 .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;
}
#layout2020 .pmCopyArea .pmTabBody .pmTabBodyIn .col1 > ul > li:first-child,.pmCopyArea .pmTabBody .pmTabBodyIn .col2 > ul > li:first-child { border-top: none; }
#layout2020 .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;
}
#layout2020 .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;
}
#layout2020 .titleProducts02 span {
    padding: 0;
    background: none!important;
    font-size: inherit;
    color: inherit;
}
#layout2020 .productsBnrList { margin-top: 30px; }
#layout2020 .productsBnrList li {
    float: left;
    width: 32.2279792%;
    max-width: 311px;
    margin-right: 1.658031%;
    margin-bottom: 16px;
}
#layout2020 .productsBnrList li a {
    position: relative;
    display: block;
    text-decoration: none;
    overflow: hidden;
}
#layout2020 .productsBnrList li a .tileImage {
    display: block;
    position: relative;
    overflow: hidden;
}
#layout2020 .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;
}
#layout2020 .productsBnrList li a .tileImage img {
    width: 100%;
    height: auto;
    opacity: 1!important;
    transition: 0.3s;
}
#layout2020 .productsBnrList li a:hover .tileImage img { transform: scale(1.1,1.1); }
#layout2020 .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;
}
#layout2020 .productsBnrList li:nth-child(3n) { margin-right: 0; }
#layout2020 .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;
}
#layout2020 .productsBnrList .tileTArea .tileTAreaIn {
    display: table-cell;
    height: 80px;
    vertical-align: middle;
}
#layout2020 .productsBnrList .tileTArea .tileTAreaIn .tileTitle {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #ffffff;
}
#layout2020 .productsBnrList .tileTArea .tileTAreaIn .tileText {
    display: block;
    margin-top: 3px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
}


/* inquiry
=========================================================================================== */
#layout2020 .contentGrayArea {
    width: 100%;
    padding: 30px 0;
    background-color: #e4e4e4;
}
#layout2020 .contentGrayAreaIn {
    width: 100%;
    max-width: 965px;
    margin: 0 auto;
}
#layout2020 #inquiryMenu {
    width: 100%;
    height: 280px;
    padding-top: 51px;
    background: url("/image/jp/products/new/bg_productsmenu.jpg") bottom center no-repeat;
    background-size: auto 100%;
    box-sizing: border-box;
}
#layout2020 #inquiryMenuIn {
    position: relative;
    max-width: 965px;
    width: 100%;
    margin: 0 auto;
}
#layout2020 #iqList {
    float: left;
    max-width: 817px;
    width: 84.6632124%;
    border-left: solid 1px #ffffff;
    box-sizing: border-box;
}
#layout2020 #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;
}
#layout2020 #iqList > li .iqTab {
    position: relative;
    display: table;
    width: 100%;
    height: 178px;
    cursor: pointer;
}
#layout2020 #iqList > li .iqTab::after {
    position: absolute;
    left: 50%;
    bottom: 30px;
    z-index: 2;
    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;
}
#layout2020.engPage #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;
}
#layout2020.engPage #iqList > li:hover .iqTab::after { padding-left: 2px; }
#layout2020 #iqList > li .iqTab.current::after { transform: scale(-1,-1); }
#layout2020 #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;
}
#layout2020 #iqList > li .iqTab:hover::before { opacity: 1.0; }
#layout2020 #iqList > li .iqTab.current:hover::before { opacity: 0; }
#layout2020 #iqList > li:nth-child(1) .iqTab {
    background: url("/image/jp/support/inquiry/new/img_inquirymenu01_off.jpg") center center no-repeat;
    background-size: auto 100%;
}
#layout2020 #iqList > li:nth-child(1) .iqTab.current {
    background: url("/image/jp/support/inquiry/new/img_inquirymenu01.jpg") center center no-repeat;
    background-size: auto 100%;
}
#layout2020 #iqList > li:nth-child(2) .iqTab {
    background: url("/image/jp/support/inquiry/new/img_inquirymenu02_off.jpg") center center no-repeat;
    background-size: auto 100%;
}
#layout2020 #iqList > li:nth-child(2) .iqTab.current {
    background: url("/image/jp/support/inquiry/new/img_inquirymenu02.jpg") center center no-repeat;
    background-size: auto 100%;
}
#layout2020 #iqList > li:nth-child(3) .iqTab {
    background: url("/image/jp/support/inquiry/new/img_inquirymenu03_off.jpg") center center no-repeat;
    background-size: auto 100%;
}
#layout2020 #iqList > li:nth-child(3) .iqTab.current {
    background: url("/image/jp/support/inquiry/new/img_inquirymenu03.jpg") center center no-repeat;
    background-size: auto 100%;
}
#layout2020 #iqList > li:nth-child(4) .iqTab {
    background: url("/image/jp/support/inquiry/new/img_inquirymenu04_off.jpg") center center no-repeat;
    background-size: auto 100%;
}
#layout2020 #iqList > li:nth-child(4) .iqTab.current {
    background: url("/image/jp/support/inquiry/new/img_inquirymenu04.jpg") center center no-repeat;
    background-size: auto 100%;
}
#layout2020.engPage #iqList > li a.iqTab {
    display: table;
    text-decoration: none;
}

#layout2020 #iqList > li .iqTab .iqText {
    position: relative;
    z-index: 2;
    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;
}
#layout2020 .iqRightMenu {
    position: relative;
    float: right;
    display: table;
    max-width: 143px;
    width: 14.8186528%;
    height: 180px;
    box-sizing: border-box;
}
#layout2020 .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;
}
#layout2020 .iqRightMenu > a:hover { background-color: rgba(255,255,255,1.0); }
#layout2020 .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;
}
#layout2020.engPage .iqRightMenu > a { padding-bottom: 40px; }
#layout2020.engPage .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;
}
#layout2020 .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;
}
#layout2020 .iqCopyArea .iqTabBody .iqTabBodyIn {
    position: relative;
    max-width: 965px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 15px;
    box-sizing: border-box;
}
#layout2020 .iqCopyArea .iqTabBody .iqTabBodyIn::before {
    content: "";
    position: absolute;
    top: -31px;
    left: 0;
    display: block;
    width: 21.0362694%;
    height: 21px;
    background: url("/image/jp/products/new/hukidashi_inquiry.png") center center no-repeat;
    background-size: 24px;
}
#layout2020 .iqCopyArea .iqMenu1 .iqTabBody .iqTabBodyIn::before { left: 0; }
#layout2020 .iqCopyArea .iqMenu2 .iqTabBody .iqTabBodyIn::before { left: 21.1398963%; }
#layout2020 .iqCopyArea .iqMenu3 .iqTabBody .iqTabBodyIn::before { left: 42.2797927%; }
#layout2020 .iqCopyArea .iqMenu4 .iqTabBody .iqTabBodyIn::before { left: 63.4196891%; }
#layout2020 #iqList li .iqTabInMenu .colSection { display: none; }
#layout2020 .iqSlideTitle {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    line-height: 150%;
}
#layout2020 .iq2ColBlock {
    display: table;
    width: 100%;
}
#layout2020 .iq2ColBlock .col1 {
    display: table-cell;
    width: 50%;
    padding-right: 15px;
    box-sizing: border-box;
}
#layout2020 .iq2ColBlock .col2 {
    display: table-cell;
    width: 50%;
    padding-left: 15px;
    border-left: solid 1px #c3c3c3;
    box-sizing: border-box;
}
#layout2020 .iq2ColBlockEN {
    display: table;
    width: 60%;
}
#layout2020 .iq2ColBlockEN .col1 {
    display: table-cell;
    width: 30%;
    padding-right: 15px;
    box-sizing: border-box;
}
#layout2020 .iq2ColBlockEN .col2 {
    display: table-cell;
    width: 30%;
    padding-left: 15px;
    box-sizing: border-box;
}
#layout2020 hr.hrLine01 {
    display: block;
    height: 1px;
    margin-top: 30px;
    margin-bottom: 30px;
    border: none;
    background: #c3c3c3;
    overflow: hidden;
}
#layout2020 .colBlock2 {
    display: table;
    width: 100%;
    margin-bottom: 25px;
}
#layout2020 .colBlock2 .col {
    display: table-cell;
    width: 50%;
    padding-right: 15px;
    vertical-align: top;
    box-sizing: border-box;
}
#layout2020 .colBlock2 .col .colInBox { padding-left: 30px; }
#layout2020 .colBlock2 .col .colInBox.boxLine { border-left: solid 1px #cccccc; }
#layout2020 .inquiryArea { padding: 30px 0; }
#layout2020 .boxType01 {
    margin-top: 30px;
    padding: 20px 5px;
    border: solid 1px #999999;
}
#layout2020 .boxType02 {
    margin-top: 30px;
    padding: 20px;
    border: solid 1px #999999;
}
#layout2020 .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;
}
#layout2020 .inquiryArea .dotRedList { margin-left: 15px; }


/* EU TOP 2021.02.05追加
=========================================================================================== */
#layout2020 #euMenuArea { padding-top: 75px; }
#layout2020 #euMenuArea #euMenuAreaIn {
    max-width: 995px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}
#layout2020 .euMenuSet li {
    position: relative;
    float: left;
    width: 24.14507772%;
    margin-right: 1.139896373%;
}
#layout2020 .euMenuSet li:nth-child(4n) { margin-right: 0; }
#layout2020 .euMenuSet li a .euMenuTitle {
    position: absolute;
    left: 0;
    bottom: 0;
    display: table;
    width: 100%;
    min-height: 52px;
    padding: 5px;
    background-color: #ee1c34;
    box-sizing: border-box;
    transition: 0.2s;
}
#layout2020 .euMenuSet li a { display: block; }
#layout2020 .euMenuSet li a .euMenuTitle span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    font-size: 16px;
    color: #ffffff;
    line-height: 130%;
}
#layout2020 .euMenuSet li a img {
    width: 100%;
    height: auto;
    transition: 0.2s;
}
#layout2020 .euMenuSet li a:hover img { opacity: 0.7; }
#layout2020 .euMenuSet li a:hover .euMenuTitle { background-color: #b1000e; }
#layout2020 #topicsArea.euTopic {
    background: url("/image/eu/index/new/bg_toptopics.png") top 70px center no-repeat;
    background-size: 1320px 368px;
}
.euTopic #newsTopicsBox { padding-top: 30px; }
#layout2020 .euMenuSet .pcMenuImage { display: block; }
#layout2020 .euMenuSet .spMenuImage { display: none; }
.pceu965Only { display: block; }


/* adjust
=========================================================================================== */
#layout2020 .mt10 { margin-top: 10px!important; }
#layout2020 .mt15 { margin-top: 15px!important; }
#layout2020 .mt20 { margin-top: 20px!important; }
#layout2020 .mt30 { margin-top: 30px!important; }
#layout2020 .mb0 { margin-bottom: 0px!important; }
#layout2020 .mb40 { margin-bottom: 40px!important; }
#layout2020 .pt0 { padding-top: 0px!important; }
#layout2020 .pt30 { padding-top: 30px!important; }
#layout2020 .pt40 { padding-top: 40px!important; }
#layout2020 .pt60 { padding-top: 60px!important; }
#layout2020 .pb0 { padding-bottom: 0px!important; }
#layout2020 .pb1 { padding-bottom: 1px!important; }
#layout2020 .pb15 { padding-bottom: 15px!important; }
#layout2020 .pl30 { padding-left: 30px!important; }
#layout2020 .pcOnly { display: block; }
#layout2020 .spOnly { display: none; }
#layout2020 a:hover img { opacity: 1; }


/* clearFix
=========================================================================================== */
#layout2020 .euMenuSet:after,
#layout2020 #inquiryMenuIn:after,
#layout2020 #iqList:after,
#layout2020 .tileList4col:after,
#layout2020 .tileList:after,
#layout2020 .productsBnrList:after,
#layout2020 .pmTabBody .pmTabBodyIn:after,
#layout2020 #pmList:after,
#layout2020 #boxMenu01 ul:after,
#layout2020 .companyInfoBlockIn:after,
#layout2020 .naviBlockIn:after,
#layout2020 #tpBnrAreaIn ul:after,
#layout2020 #emergencyArea:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
*:first-child+html #layout2020 .euMenuSet,
*:first-child+html #layout2020 #inquiryMenuIn,
*:first-child+html #layout2020 #iqList,
*:first-child+html #layout2020 .tileList4col,
*:first-child+html #layout2020 .tileList,
*:first-child+html #layout2020 .productsBnrList,
*:first-child+html #layout2020 .pmTabBody .pmTabBodyIn,
*:first-child+html #layout2020 #pmList,
*:first-child+html #layout2020 #boxMenu01 ul,
*:first-child+html #layout2020 .companyInfoBlockIn,
*:first-child+html #layout2020 .naviBlockIn,
*:first-child+html #layout2020 #tpBnrAreaIn ul,
*:first-child+html #layout2020 #emergencyArea { zoom: 1; }



/* ************************************************** responsive.css ***************************************************** */

/* common
=========================================================================================== */
@media screen and (max-width: 994px) {
    #Contents,#Contents > .GridSet,#Contents > .GridSet > .Grid4 {
        margin: 0!important;
        padding: 0!important;
    }
    #layout2020 .newBaseWidIn {
        padding: 0 15px;
        box-sizing: border-box;
    }
}


/* Video Controller
=========================================================================================== */
@media screen and (max-width: 994px) {
    #layout2020 #topMainImage { padding-bottom: 55px; }
    #layout2020 #topMainImage.imgType { padding-bottom: 0; }
    #layout2020 .moreDetails {
        right: 15px;
        bottom: 10px;
    }
    .JS #layout2020 #VideoControl { left: 0; }
}


/* index
=========================================================================================== */
@media screen and (max-width: 1020px) {
    #layout2020 .topSlider2020 .slick-prev,#layout2020 .topSlider2020 .slick-next {
        top: 50%;
        width: 40px;
        height: 80px;
        opacity: 0.7;
        margin-top: -40px;
    }
    #layout2020 .topSlider2020 .slick-prev:hover,#layout2020 .topSlider2020 .slick-next:hover { opacity: 0.95; }
}
@media screen and (max-width: 994px) {
    #layout2020 #tpBnrAreaIn,#layout2020 #topicsAreaIn {
        padding: 0 15px;
        box-sizing: border-box;
    }
}
@media screen and (max-width: 767px) {
    #layout2020 .topSlider2020 .slick-list.draggable {
        padding-left: 0!important;
        padding-right: 0!important;
    }
    #layout2020 .topSlider2020 .slick-prev,#layout2020 .topSlider2020 .slick-next { display: none; }
    #layout2020 #topMainImage.imgType .imgTypeBlock .txtImage {
        padding-left: 20px;
        padding-right: 20px;
    }
    #layout2020 #tpSearchArea {
        height: auto;
        padding: 15px;
    }
    #layout2020 #tpSearchBox { height: 42px; }
    #layout2020 #tpSearchBox::before { height: 32px; }
    #layout2020 #tpSearchBox input[type="text"] { height: 30px; }
    #layout2020 #tpSearchBox input[type="submit"] { height: 42px; }
    #layout2020 #emergencyArea .emTitle {
        float: none;
        margin: 5px auto 0 auto;
    }
    #layout2020 #emergencyArea .emLink {
        float: none;
        width: 100%;
        padding-bottom: 10px;
        line-height: 130%!important;
    }
    #layout2020 #emergencyArea .emLink a,#layout2020 #emergencyArea .emLink a span { display: inline!important; }
    #layout2020 .newBaseWid.pt40 { padding-top: 30px!important; }
    #layout2020 #tpBnrArea {
        height: auto;
        margin-top: 30px;
        padding-top: 15px;
        background: #ffffff url("/image/jp/index/new/bg_bnrarea_sp.png") bottom center no-repeat;
        background-size: cover;
    }
    #layout2020 #tpBnrAreaIn ul li {
        float: none;
        width: 100%;
        margin-right: 0;
        padding-bottom: 15px;
        box-shadow: none;
    }
    #layout2020 #tpBnrAreaIn ul li a {
        padding-bottom: 0;
        text-decoration: none;
    }
    #layout2020 #tpBnrAreaIn ul li a::after { display: none; }
    #layout2020 #tpBnrAreaIn ul li a > span { position: relative; }
    #layout2020 #topicsArea {
        margin-left: 0;
        margin-right: 0;
        padding: 30px 0 0 0;
        background: none;
    }
    #layout2020 .tpLink,.tpLink dd { display: block; }
    #layout2020 .tpLink dt {
        display: inline-block;
        font-weight: bold;
    }
    #layout2020 .tpLink dd:nth-child(2) {
        display: inline-block;
        padding-left: 5px;
    }
    #layout2020 .tpLink dd:nth-child(3) { width: 100%; }
    #layout2020 #topicsArea .news2 dt { padding-bottom: 5px; }
    #layout2020.engPage #topicsArea .news2 dt { padding-bottom: 0; }
    #layout2020 .topicsLink { margin-top: 20px; }
    #layout2020 .topicsLink li { text-align: right; }
    #layout2020 .btmText { padding-top: 50px; }
    #layout2020 .DateListStyle2 dt { font-weight: bold; }
    #layout2020 .topNews li {
        width: calc(50% - 2px);
        margin: 0 4px 4px 0;
    }
    #layout2020 .topNews li:nth-child(2n) { margin-right: 0; }
    #layout2020 .topNews > li > a {
        padding: 10px;
        border-bottom: none!important;
        background-color: #e8e8e8;
        transition: 0.2s;
    }
    #layout2020 .topNews > li > a::after { display: none; }
    #layout2020 .topNews > li.Current > a,.topNews > li > a:hover {
        background-color: #e60027;
        color: #ffffff;
    }
    #layout2020 #infoArea { padding-bottom: 30px; }
    #layout2020 #topMainImage.imgType .imgTypeBlock { height: 380px; }
}


/* about
=========================================================================================== */
@media screen and (max-width: 994px) {
    #layout2020 .contentBodyIn {
        padding: 0 15px;
        box-sizing: border-box;
    }
    #layout2020 .contentBody .section { padding: 30px 0; }
}
@media screen and (max-width: 767px) {
    #layout2020 .sppt30 { padding-top: 30px!important; }
    #layout2020 .contentBody {
        padding-top: 15px;
        background-color: #ffffff;
    }

    /* about navi block START */
    #layout2020 .positionR .naviBlockIn {
        height: auto;
        padding-left: 0;
    }
    #layout2020 .positionL .naviBlockIn {
        height: auto;
        padding-right: 0;
    }
    #layout2020 .naviBlock::before {
        left: auto!important;
        right: auto!important;
        height: 100%!important;
    }
    #layout2020 .naviBlock .naviBlockIn .bgSetting { height: auto!important; }
    #layout2020 .naviBlock .naviBlockIn .bgSetting::before,#layout2020 .naviBlock .naviBlockIn .bgSetting::after { display: none; }
    #layout2020 .naviBlock {
        margin-top: 30px;
        margin-bottom: 15px;
        padding-top: 0;
    }
    #layout2020 .naviBlockIn {
        height: auto;
        background-position: center bottom!important;
        background-size: 100% auto;
    }

    #layout2020 .positionR .naviBLink { padding: 15px; }
    #layout2020 .naviBlock.positionR .naviBlockIn .naviBImage {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
    }
    #layout2020 .positionL .naviBLink {
        float: none;
        padding: 15px;
        margin-right: 0;
    }
    #layout2020 .naviBlock.positionL .naviBLink.isShow,#layout2020 .naviBlock.positionR .naviBLink.isShow {
        animation-name: animeSPtext;
        animation-duration: 0.8s;
        animation-delay: 0.4s;
        animation-timing-function: cubic-bezier(0.4, 0.15, 0.2, 1);
        animation-fill-mode: forwards;
    }
    #layout2020 .naviBlock.positionL .naviBlockIn .naviBImage {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        width: 100%;
    }
    /* about navi block END */

    #layout2020 .tileList li {
        width: 48.7%;
        max-width: 100%!important;
        margin-right: 2.6%;
        margin-bottom: 15px;
    }
    #layout2020 .tileList li:nth-child(3n) { margin-right: 2.6%; }
    #layout2020 .tileList li:nth-child(2n) { margin-right: 0; }
    #layout2020 .contentBody .linkBoxWrap01 { display: block!important; }
}
@media screen and (max-width: 399px) {
    #layout2020 .tileList li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    #layout2020 .tileList li:nth-child(3n) { margin-right: 0; }
}


/* about > corporate
=========================================================================================== */
@media screen and (max-width: 767px) {
    #layout2020 .companyImageFlame { display: block; }
    #layout2020 .companyImageFlame img {
        width: 100%;
        height: auto;
    }
    #layout2020 .companyImageFlame img {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100%; auto;
    }
    #layout2020 .companyInfoBlock {
        margin-bottom: 15px;
        background-color: #ffffff!important;
    }
    #layout2020 .companyInfoBlockIn {
        background-image: none!important;
        box-sizing: border-box;
    }
    #layout2020 .companyInfoBlockIn .colTable {
        display: block;
        width: 100%;
        height: auto;
    }
    #layout2020 .companyInfoBlockIn .colTable .col {
        display: block;
        width: 100%;
        padding: 10px 15px;
        text-align: left;
        box-sizing: border-box;
    }
    #layout2020 .companyInfoBlockIn .colTable .col .centerBlock01 {
        width: 100%;
        margin: 0;
    }
    #layout2020 .companyInfoBlockIn .colTable::before { display: none; }
    #layout2020 .companyInfoBlockIn .bgCompany { display: none!important; }
    #layout2020 .cibNameImage {
        width: 100%;
        margin-top: 0;
        text-align: right;
    }
    #layout2020 .cibNameImage img { max-width: 145px; }
    #layout2020 #boxMenu01 {
        margin-top: 15px;
        padding: 0 15px;
        box-sizing: border-box;
    }
    #layout2020 #boxMenu01 ul li { width: 50%; }
    #layout2020 #cib02 .companyInfoBlockIn .colTable {
        float: none;
        margin-right: auto;
    }
    #layout2020 .centerBlock02 { margin: 0; }
}

@media screen and (max-width: 767px) {
    #layout2020 .spWTopLine { border-top: solid 1px #ffffff; }
    #layout2020 .spBorderBtmNone { border-bottom: none!important; }
    #layout2020 .spAdTitle {
        margin-left: 15px;
        margin-bottom: 0;
        padding-top: 15px;
    }
    #layout2020 .contentGrayArea { padding: 15px 0; }
    #layout2020 .contentGrayArea .titleProducts01 { margin-top: 0!important; }
    #layout2020 .contentGrayArea .boxType02 { margin-top: 15px; }
    #layout2020 .contentGrayArea .TextStyle1.pt30 { padding-top: 15px!important; }
    #layout2020 .contentBodyIn.mb40 { margin-bottom: 15px!important; }
    #layout2020 .inquiryArea { padding: 15px 0 30px 0; }
    #layout2020 .inquiryArea .boxType01 { margin-top: 15px; }
    #layout2020 .spToggleClass { display: none; }
}


/* products
=========================================================================================== */
@media screen and (min-width: 1800px) {
    #layout2020 #productsMenu {
        background: url("/image/jp/products/new/bg_productsmenu.jpg") bottom center no-repeat;
        background-size: 100% 248px;
    }
}
@media screen and (max-width: 994px) {
    #layout2020 #productsMenu {
        height: auto;
        padding-bottom: 50px;
    }
    #layout2020 #productsMenuIn {
        padding: 0 15px;
        box-sizing: border-box;
    }
    #layout2020 .productsBnrList li {
        width: 49.2227979%;
        max-width: 100%;
        margin-right: 1.5544041%;
    }
    #layout2020 .productsBnrList li:nth-child(3n) { margin-right: 1.5544041%; }
    #layout2020 .productsBnrList li:nth-child(2n) { margin-right: 0; }
}
@media screen and (max-width: 767px) {
    #layout2020 .pmCopyArea { display: none; }
    #layout2020 .titleProducts01 { margin-top: 15px!important; }
    #layout2020 .contentBodyIn.mb40 { margin-bottom: 30px!important; }
    #layout2020 #productsMenu {
        padding-bottom: 0;
        background: url("/image/jp/products/new/bg_productsmenu.jpg") top center no-repeat;
        background-size: auto 100%;
    }
    #layout2020 #productsMenuIn { padding: 15px; }
    #layout2020 #pmList li {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px;
    }
    #layout2020 #pmList li:last-child { margin-bottom: 0; }
    #layout2020 #pmList li p.pmTab {
        position: relative;
        display: table;
        padding-right: 60px;
        border: solid 1px #ffffff;
        background-color: #dedede;
        transition: 0s;
    }
    #layout2020 #pmList li p.pmTab::before {
        content: " ";
        position: absolute;
        top: 50%;
        right: 30px;
        z-index: 9999;
        width: 26px;
        height: 26px;
        margin-top: -13px;
        background: url("/image/common/hht/new/icon_link_down_xl_hd.png") right center no-repeat;
        background-size: 26px;
        transform: scaleX(-1);
        transition: 0s;
    }
    #layout2020 #pmList li p.pmTab.currentSP::before { transform: scale(-1,-1); }
    #layout2020 #pmList li p.pmTab:hover { background-color: #cccccc; }
    #layout2020 #pmList li p.pmTab::after { display: none; }
    #layout2020 #pmList li p.pmTab img.spOnly {
        display: inline!important;
        width: 100px;
        max-width: 100px;
    }
    #layout2020 #pmList li .pmText {
        position: relative;
        bottom: auto;
        left: auto;
        display: table-cell;
        width: 100%;
        height: auto;
        box-shadow: none;
        border-left: solid 1px #ffffff;
        background: none!important;
        line-height: 130%;
        vertical-align: middle;
    }
    #layout2020 #pmList li .pmText::after { display: none; }
    #layout2020 #pmList li .pmTabInMenu .col1,#pmList li .pmTabInMenu .col2 { display: block; }
    #layout2020 #pmList .col2 li:first-child a { border-top: solid 1px #e5e5e5; }
    #layout2020 .pmTabInMenu {
        display: none;
        background-color: #ffffff;
    }
    #layout2020 .pmTabInMenu .pmTabBody .pmTabBodyIn ul li {
        margin-bottom: 0!important;
        padding: 0 15px;
        box-sizing: border-box;
        transition: 0.2s;
    }
    #layout2020 .pmTabInMenu .pmTabBody .pmTabBodyIn ul li:hover { background-color: #efefef; }
    #layout2020 .pmTabInMenu .pmTabBody .pmTabBodyIn ul li a {
        display: block;
        padding: 12px 30px 12px 0;
        border-bottom: solid 1px #e5e5e5;
        background: url("/image/common/jp/r1/icon/icon_link_right_hd.gif") right 5px center no-repeat;
        background-size: 16px;
        text-decoration: none;
        font-size: 16px;
        color: #333333;
    }
    #layout2020 .pmTabInMenu .pmTabBody .pmTabBodyIn ul li:last-child a { border-bottom: none; }
    #layout2020 .pmTabInMenu .pmTabBody .pmTabBodyIn ul li a:hover {
        background: url("/image/common/jp/r1/icon/icon_link_right_hd.gif") right 3px center no-repeat;
        background-size: 16px;
    }
}
@media screen and (max-width: 650px) {
    #layout2020 .productsBnrList li {
        width: 100%;
        margin-right: 0;
    }
    #layout2020 .productsBnrList li:nth-child(3n) { margin-right: 0; }
}


/* inquiry
=========================================================================================== */
@media screen and (min-width: 2032px) {
    #layout2020 #inquiryMenu {
        background: url("/image/jp/products/new/bg_productsmenu.jpg") bottom center no-repeat;
        background-size: 100% 280px;
    }
}
@media screen and (max-width: 994px) {
    #layout2020 #inquiryMenuIn {
        padding: 0 15px;
        box-sizing: border-box;
    }
    #layout2020 .iqCopyArea .iqTabBody .iqTabBodyIn::before {
        width: 20%;
        margin-left: 15px;
    }
    #layout2020 .iqCopyArea .iqMenu1 .iqTabBody .iqTabBodyIn::before { left: 0; }
    #layout2020 .iqCopyArea .iqMenu2 .iqTabBody .iqTabBodyIn::before { left: calc(20% + 3px); }
    #layout2020 .iqCopyArea .iqMenu3 .iqTabBody .iqTabBodyIn::before { left: calc(40% + 6px); }
    #layout2020 .iqCopyArea .iqMenu4 .iqTabBody .iqTabBodyIn::before { left: calc(60% + 9px); }
    #layout2020 .contentGrayAreaIn {
        padding: 0 15px;
        box-sizing: border-box;
    }
}
@media screen and (max-width: 767px) {
    #layout2020 .iqCopyArea { display: none; }
    #layout2020 #inquiryMenu {
        height: auto;
        padding: 15px 0;
    }
    #layout2020 #iqList {
        float: none;
        width: 100%;
        border-left: none;
    }
    #layout2020 #iqList > li {
        float: none;
        width: 100%;
        margin-bottom: 10px;
        border: none;
    }
    #layout2020 #iqList > li .iqTab {
        position: relative;
        display: table;
        height: auto;
        padding-right: 60px;
        border: solid 1px #ffffff;
        background-image: none!important;
        background-color: #dedede!important;
        box-sizing: border-box;
        transition: 0s;
    }
    #layout2020 #iqList > li .iqTab::after { display: none; }
    #layout2020 #iqList > li .iqTab .iqImage {
        display: table-cell;
        width: 100px;
    }
    #layout2020 #iqList > li .iqTab .iqImage img {
        width: 100%;
        height: auto;
    }
    #layout2020 #iqList > li .iqTab .iqText {
        display: table-cell;
        padding: 10px;
        border-left: solid 1px #ffffff;
        text-align: left;
        text-shadow: none;
        font-weight: bold;
        color: #333333;
    }
    #layout2020 .iqRightMenu {
        display: table;
        float: none;
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    #layout2020 .iqRightMenu > a {
        display: table-cell;
        width: 100%;
        height: 87px;
        vertical-align: middle;
        box-sizing: border-box;
    }
    #layout2020 .iqRightMenu > a::after { display: none; }
    #layout2020.engPage .iqRightMenu > a::after {
        display: block;
        bottom: 17px;
    }
    #layout2020 .iqTabInMenu { display: none; }
    #layout2020 #iqList li .iqTab::before,.iqTabInMenu .dotRedList::before {
        content: " ";
        position: absolute;
        top: 50%;
        right: 30px;
        left: auto;
        z-index: 9999;
        width: 26px;
        height: 26px;
        margin-top: -13px;
        background: url("/image/common/hht/new/icon_link_down_xl_hd.png") right center no-repeat;
        background-size: 26px;
        opacity: 1;
        transform: scaleX(-1);
        transition: 0s;
    }
    #layout2020.engPage #iqList > li .iqTab::before {
        background: url("/image/common/jp/r1/icon/icon_link_right_hd.gif") right center no-repeat;
        background-size: 26px;
        transform: scaleX(1);
        opacity: 1;
    }
    #layout2020 #iqList li p.iqTab.currentSP::before,.iqTabInMenu .dotRedList.currentSP::before { transform: scale(-1,-1); }
    #layout2020 #iqList li p.iqTab:hover { background-color: #cccccc!important; }
    #layout2020.engPage #iqList li a.iqTab:hover { background-color: #cccccc!important; }
    #layout2020 #iqList li p.iqTab::after { display: none; }
    #layout2020 #iqList li .iqTabInMenu .colSection { display: block; }
    #layout2020 #iqList > li .iqTab.current:hover::before { opacity: 1.0; }
    #layout2020 .iqTabInMenu .dotRedList {
        position: relative;
        margin-bottom: 0;
        padding: 20px 60px 20px 15px!important;
        border-bottom: solid 1px #dedede;
        background-image: none;
        background-color: #ffffff;
        font-size: 15px;
        cursor: pointer;

    }
    #layout2020 .spSection { padding: 15px; }
    #layout2020 hr.hrLine01 { display: none; }
    #layout2020 .spToggleClass { background-color: #efefef; }
    #layout2020 .spToggleClass .TextStyle1,.spToggleClass .LinkListStyle1 { margin-bottom: 0; }
    #layout2020 .iq2ColBlock { display: block; }
    #layout2020 .iq2ColBlock .col1 {
        display: block;
        width: calc(100% - 30px);
        margin: 0 auto;
        padding: 15px 0;
        border-bottom: solid 1px #ffffff;
    }
    #layout2020 .iq2ColBlock .col2 {
        display: block;
        width: calc(100% - 30px);
        margin: 0 auto;
        padding: 15px 0;
        border-left: none;
        border-bottom: solid 1px #ffffff;
    }
    #layout2020 .iq2ColBlockEN {
        display: block;
        width: 100%;
    }
    #layout2020 .iq2ColBlockEN .col1 {
        display: block;
        width: 100%;
        padding-right: 0;
    }
    #layout2020 .iq2ColBlockEN .col2 {
        display: block;
        width: 100%;
        padding-left: 0;
    }
    #layout2020 .iq2ColBlockEN .LinkListStyle1 { margin-top: 0!important; }
    #layout2020 .iq2ColBlockEN .col1 .LinkListStyle1 > li:first-child { padding-top: 0!important; }
    #layout2020 .spWTopLine { border-top: solid 1px #ffffff; }
    #layout2020 .spBorderBtmNone { border-bottom: none!important; }
    #layout2020 .spAdTitle {
        margin-left: 15px;
        margin-bottom: 0;
        padding-top: 15px;
    }
    #layout2020 .contentGrayArea { padding: 15px 0; }
    #layout2020 .contentGrayArea .titleProducts01 { margin-top: 0!important; }
    #layout2020 .contentGrayArea .boxType02 { margin-top: 15px; }
    #layout2020 .contentGrayArea .TextStyle1.pt30 { padding-top: 15px!important; }
    #layout2020 .contentBodyIn.mb40 { margin-bottom: 15px!important; }
    #layout2020 .inquiryArea { padding: 15px 0 30px 0; }
    #layout2020 .inquiryArea .boxType01 { margin-top: 15px; }
    #layout2020 .spToggleClass { display: none; }
}

@media screen and (max-width: 579px) {
    #layout2020 .inquiryArea .colBlock2 {
        display: block;
        margin-bottom: 0;
    }
    #layout2020 .inquiryArea .colBlock2 .col {
        display: block;
        width: 100%;
    }
    #layout2020 .inquiryArea .boxType01 { padding: 0 15px; }
    #layout2020 .inquiryArea .dotRedList { margin-left: 0; }
    #layout2020 .inquiryArea .colBlock2 .col { padding: 0; }
    #layout2020 .inquiryArea .colBlock2 .col .colInBox { padding-left: 15px; }
    #layout2020 .inquiryArea .colBlock2 .col .colInBox.boxLine { border-left: none; }
    #layout2020 .inquiryArea .spIqSection {
        padding: 15px 0;
        border-bottom: solid 1px #999999;
    }
    #layout2020 .inquiryArea .spIqSectionLast { padding: 15px 0; }
    #layout2020 .inquiryArea .spIqSectionLast .LinkListStyle1.pl30 { padding-left: 15px!important; }
}


/* EU TOP 2021.02.05追加
=========================================================================================== */
@media screen and (max-width: 994px) {
    .pceu965Only { display: none; }
}
@media screen and (max-width: 767px) {
    #layout2020 #euMenuArea { padding-top: 30px; }
    #layout2020 .euMenuSet li {
        width: 49.122807017%;
        margin-right: 1.754385964%;
        margin-bottom: 1.754385964%;
    }
    #layout2020 .euMenuSet li:nth-child(4n) { margin-right: auto; }
    #layout2020 .euMenuSet li:nth-child(2n) { margin-right: 0; }
    #layout2020 .euMenuSet li a .euMenuTitle { min-height: 42px; }
    #layout2020 .euMenuSet .pcMenuImage { display: none; }
    #layout2020 .euMenuSet .spMenuImage { display: block; }
}
@media screen and (max-width: 579px) {
    #layout2020 .euMenuSet li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    #layout2020 .euMenuSet li:nth-child(4n) { margin-right: auto; }
    #layout2020 .euMenuSet li:nth-child(2n) { margin-right: auto; }
}


/* adjust
=========================================================================================== */
@media screen and (max-width: 767px) {
    #layout2020 .pcOnly { display: none; }
    #layout2020 .spOnly { display: block; }
}


/* ************************************************** print.css ***************************************************** */
@media print {
    /* index
    =========================================================================================== */
    #layout2020 #topMainImage {
        height: 400px;
        background: url("/image/jp/index/branding_area/img_branding.jpg") top center no-repeat;
        background-size: 100% auto;
    }
    #layout2020 #topMainImage video { display: none; }
    #layout2020 .spTopMain { display: block; }
    #layout2020 .spTopMain img {
        width: 100%;
        height: auto;
    }
    #layout2020 .slick-list.draggable {
        padding-left: 0!important;
        padding-right: 0!important;
    }
}