@charset "Shift_JIS";

/* **************************************************

Name: newstyle.css
Description: CSS for New Design Pages
Create: 2018.03.30
Update: 

***************************************************** */


/* [-] Grid etc.（フルスクリーン対応）
=========================================================================================== */
.GridSet.FullScreen {
	width: 100%;
}

.ContentsWidth {
	width: 965px;
	margin-left: auto;
	margin-right: auto;
}

.FeaturedArea {
	padding-bottom: 25px;
	background-color: #f5f5f5;
}


/* [c1] Page Title（フルスクリーン対応の画像付きページタイトル）
=========================================================================================== */
.FullScreen .PageTitleStyle1 {
	background-image: url("/image/hsw/newstyle/common/bg_pagetitle.png");
	background-position: center top;
	background-repeat: repeat-x;
}
.FullScreen .PageTitleStyle1#keyword {
	background-color:#ffffff;
}

.FullScreen .PageTitleStyle1#case {
	background-image: url("/image/hsw/newstyle/common/bg_pagetitle3.png");
}

.FullScreen .PageTitleStyle1#industry {
	background-image: url("/image/hsw/newstyle/common/bg_pagetitle3.png");
}

.FullScreen .PageTitleStyle1#finance {
	background-image: url("/image/hsw/newstyle/common/bg_pagetitle3.png");
}

.FullScreen .PageTitleStyle1#general_affairs {
	background-image: url("/image/hsw/newstyle/common/bg_pagetitle3.png");
}

.FullScreen .PageTitleStyle1#crossing {
	background-image: url("/image/hsw/newstyle/common/bg_pagetitle3.png");
}

.FullScreen .PageTitleStyle1#public {
	background-image: url("/image/hsw/newstyle/common/bg_pagetitle3.png");
}

.FullScreen .PageTitleStyle1#medical {
	background-image: url("/image/hsw/newstyle/common/bg_pagetitle3.png");
}

.FullScreen .PageTitleStyle1#security {
	background-image: url("/image/hsw/newstyle/common/bg_pagetitle3.png");
}

.FullScreen .PageTitleStyle1#hard_soft_network {
	background-image: url("/image/hsw/newstyle/common/bg_pagetitle3.png");
}

.FullScreen .PageTitleStyle1 .ImageArea {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #f5f5f5;
}

.FullScreen .PageTitleStyle1 .ImageArea .TextArea {
	display: table;
	width: 965px;
	height: 340px;
	margin: 0 auto;
}

.FullScreen .PageTitleStyle1 .TextArea h1 {
	display: table-cell;
	padding: 20px 0;
	text-align: center;
	vertical-align: middle;
	font-size: 280%;
	font-weight: normal;
	color: #ffffff;
}

.FullScreen .PageTitleStyle1#products .ImageArea {
	background-image: url("/image/hsw/newstyle/products/pagetitle_products.png");
}
.FullScreen .PageTitleStyle1#products .TextArea h1 {
	text-shadow: 3px 3px 3px #046297, -3px -3px 3px #046297;
}

.FullScreen .PageTitleStyle1#industry .ImageArea {
	background-image: url("/image/hsw/newstyle/products/industry/pagetitle_industry.png");
}
.FullScreen .PageTitleStyle1#industry .TextArea h1 {
	text-shadow: 3px 3px 5px #000000, -3px -3px 5px #000000;
}

.FullScreen .PageTitleStyle1#finance .ImageArea {
	background-image: url("/image/hsw/newstyle/products/finance/pagetitle_finance.png");
}
.FullScreen .PageTitleStyle1#finance .TextArea h1 {
	text-shadow: 3px 3px 5px #000000, -3px -3px 5px #000000;
}

.FullScreen .PageTitleStyle1#general_affairs .ImageArea {
	background-image: url("/image/hsw/newstyle/products/general_affairs/pagetitle_general_affairs.png");
}
.FullScreen .PageTitleStyle1#general_affairs .TextArea h1 {
	text-shadow: 3px 3px 5px #000000, -3px -3px 5px #000000;
}

.FullScreen .PageTitleStyle1#medical .ImageArea {
	background-image: url("/image/hsw/newstyle/products/medical/pagetitle_medical.png");
}
.FullScreen .PageTitleStyle1#medical .TextArea h1 {
	text-shadow: 3px 3px 5px #000000, -3px -3px 5px #000000;
}

.FullScreen .PageTitleStyle1#crossing .ImageArea {
	background-image: url("/image/hsw/newstyle/products/crossing/pagetitle_crossing.png");
}
.FullScreen .PageTitleStyle1#crossing .TextArea h1 {
	text-shadow: 3px 3px 5px #000000, -3px -3px 5px #000000;
}

.FullScreen .PageTitleStyle1#public .ImageArea {
	background-image: url("/image/hsw/newstyle/products/public/pagetitle_public.png");
}
.FullScreen .PageTitleStyle1#public .TextArea h1 {
	text-shadow: 3px 3px 5px #000000, -3px -3px 5px #000000;
}

.FullScreen .PageTitleStyle1#security .ImageArea {
	background-image: url("/image/hsw/newstyle/products/security/pagetitle_security.png");
}
.FullScreen .PageTitleStyle1#security .TextArea h1 {
	text-shadow: 3px 3px 5px #000000, -3px -3px 5px #000000;
}

.FullScreen .PageTitleStyle1#hard_soft_network .ImageArea {
	background-image: url("/image/hsw/newstyle/products/hard_soft_network/pagetitle_hard_soft_network.png");
}
.FullScreen .PageTitleStyle1#hard_soft_network .TextArea h1 {
	text-shadow: 3px 3px 5px #000000, -3px -3px 5px #000000;
}




.FullScreen .PageTitleStyle1#case .ImageArea {
	background-image: url("/image/hsw/newstyle/case/pagetitle_case.jpg");
}
.FullScreen .PageTitleStyle1#case .TextArea h1 {
	text-shadow: 3px 3px 5px #000000, -3px -3px 5px #000000;
}

.FullScreen .PageTitleStyle1#keyword .ImageArea {
	background-image: url("/image/hsw/newstyle/keyword/pagetitle_keyword.png");
}
.FullScreen .PageTitleStyle1#keyword .TextArea h1 {
	text-shadow: 3px 3px 5px #000000, -3px -3px 5px #000000;
}


/* [c2] Heading
=========================================================================================== */

/* --- [c2-1-1] Heading > Leval 1 （アイコン付きの大きい見出し）--- */
h2.Special {
	padding-top: 25px;
	padding-bottom: 20px;
	text-align: center;
	background-image: none;
}

h2.Special span {
	display: inline-block;
	min-height: 80px;
	padding-top: 20px;
	padding-left: 95px;
	font-weight: normal;
	font-size: 200%;
	color: #555555;
	background-position: left center;
	background-repeat: no-repeat;
	background-color: transparent;
	box-sizing: border-box;
}
.TopicsArea h2.Special span {
	background-image: url("/image/hsw/newstyle/common/icon_topics.png");
}
.FeaturedArea h2.Special span {
	color: #666666;
	background-image: url("/image/hsw/newstyle/common/icon_featured.png");
}
.CaseStudyArea h2.Special span {
	background-image: url("/image/hsw/newstyle/common/icon_casestudy.png");
}


/* [c12] Button
=========================================================================================== */
/* --- [c12-7-1] メニューボタン > 単体 （カスタマイズボタン）--- */

.ButtonArea {
	margin: 5px -7px 15px;
	text-align: center;
	letter-spacing: -1em;
}

.CaseStudyArea .ButtonArea {
	display: inline-block;
	vertical-align: top;
}

.ButtonArea .ButtonStyle1 {
	display: inline-block;
	width: 270px;
	margin: 0 7px;
	vertical-align: top;
	letter-spacing: normal;
}

.ButtonArea .ButtonStyle1 a {
	display: table;
	width: 100%;
	height: 55px;
	padding-right: 15px;
	font-size: 115%;
	color: #333333;
	background-image: none;
	background-color: #ffffff;
	border: 2px solid #bebebe;
	box-sizing: border-box;
}
.ButtonArea .ButtonStyle1 a:hover,
.ButtonArea .ButtonStyle1 a:active {
	color: #ffffff;
	background-color: #e50027;
	border-color: #e50027;
}

.ButtonArea .ButtonStyle1.LargeBtn a {
	height: 70px;
}

.ButtonArea .ButtonStyle1 a span {
	display: table-cell;
	vertical-align: middle;
	background-image: url("/image/hsw/newstyle/common/icon_link_right_btn.png");
	background-repeat: no-repeat;
	background-position: right center;
}
.ButtonArea .ButtonStyle1 a:hover span,
.ButtonArea .ButtonStyle1 a:active span {
	background-image: url("/image/hsw/newstyle/common/icon_link_right_btn_w.png");
}
.ButtonArea .ButtonStyle1.LargeBtn a span {
	background-image: url("/image/hsw/newstyle/common/icon_link_right_btn_l.png");
}
.ButtonArea .ButtonStyle1.LargeBtn a:hover span,
.ButtonArea .ButtonStyle1.LargeBtn a:active span {
	background-image: url("/image/hsw/newstyle/common/icon_link_right_btn_wl.png");
}


/* [c16] Box
=========================================================================================== */
/* --- [c16-2-1] Box > Pattern B （注目の商品などの特殊ボックス）--- */
a.BoxLink {
	display: block;
	color: inherit;
	text-decoration: none;
}

a.BoxLink .Img {
	position: relative;
}
a.BoxLink:hover .Img img,
a.BoxLink:active .Img img {
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	opacity: 0.8;
}

a.BoxLink .Img span {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	padding: 8px 15px 5px;
	color: #ffffff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#dd333333,endColorstr=#dd333333);
	background-color: rgba(51, 51, 51, 0.85);
}
a.BoxLink .Img span:not(:target){
	filter: none;
}

.BoxPatternB.BoxB01 {
	position: relative;
	padding-bottom: 35px;
}
.FeaturedArea .BoxPatternB.BoxB01 {
	background-color: #ffffff;
}
.CaseStudyArea .BoxPatternB.BoxB01,
.SolutionList .BoxPatternB.BoxB01 {
	background-color: #f5f5f5;
}

.BoxPatternB.BoxB01 .Title,
.BoxPatternB.BoxB01 h2,
.BoxPatternB.BoxB01 h3,
.BoxPatternB.BoxB01 h4 {
	padding-top: 4px;
	padding-bottom: 5px;
	font-size: 115%;
	color: #555555;
}

.BoxPatternB.BoxB01 .LinkListStyle1 {
	position: absolute;
	right: 0;
	bottom: 0;
	margin-bottom: 18px;
}

a.BoxLink .LinkListStyle1 li {
	padding: 0 17px 0 0;
	background-image: url("/image/jp/r1/icon/icon_link_right.gif");
	background-repeat: no-repeat;
	background-position: right center;
	zoom: 1;
}

a.BoxLink:link .LinkListStyle1 li {
	color: #c02;
}
a.BoxLink:visited .LinkListStyle1 li {
	color: #a94657;
}
a.BoxLink:hover .LinkListStyle1 li,
a.BoxLink:active .LinkListStyle1 li {
	background-image: url("/image/jp/r1/icon/icon_link_right_hover.gif");
	text-decoration: underline;
	color: #b1000e;
}


/* [xxx] ページ共通
=========================================================================================== */
/*--- Page Top Button ---*/
@keyframes SlideUp {
	0% { transform:translate(68px,0px); }
	90% { transform:translate(-2px,0px); }
	100% { transform:translate(0px,0px); }
}


body #PageTopControler { display: none; }

#PageTopControler {
	position: fixed;
	right: 8px;
	bottom: 100px;
	display: block;
	z-index: 100000;
	animation: SlideUp ease-in 0.8s 1 normal;
}

#PageTopControler button {
	display: block;
	width: 68px;
	height: 68px;
	padding: 0;
	white-space: nowrap;
	text-indent: 9999px;
	overflow: hidden;
	outline: none;
	border-style: none;
	background-image: url("/image/hsw/newstyle/common/pagetop_button.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent;
	cursor: pointer;
	-webkit-transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in;
}
#PageTopControler button:hover,
#PageTopControler button:active,
#PageTopControler button:focus {
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	opacity: 0.8;
}



/*  問い合わせボタンローカル*/


body #InquiryButtonControler { display: none; }

#InquiryButtonControler {
	position: fixed;
	right: 80px;
	bottom: 100px;
	display: block;
	z-index: 1000;
	animation: SlideUp ease-in 0.8s 1 normal;
}

#InquiryButtonControler button {
	display: block;
	width: 100px;
	height: 68px;
	padding: 0;
	white-space: nowrap;
	text-indent: 9999px;
	overflow: hidden;
	outline: none;
	border-style: none;
	background-image: url("/image/hsw/newstyle/common/inquirybutton.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent;
	cursor: pointer;
	-webkit-transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	-o-transition: 0.3s ease-in;
	transition: 0.3s ease-in;
}
#InquiryButtonControler button:hover,
#InquiryButtonControler button:active,
#InquiryButtonControler button:focus {
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	opacity: 0.8;
}


/* [xxx] トップページ
=========================================================================================== */

/*--- ブランディング ---*/
.Branding {
	width: 100%;
	margin-bottom: 30px;
	background-position: center top;
	background-repeat: repeat-x;
}
.Branding#smartkit {
	background-image: url("/image/hsw/newstyle/top/bg_branding_smartkit.png");
}
.Branding#kit3 {
	background-image: url("/image/hsw/newstyle/top/bg_branding_kit3.png");
}
.Branding#ad {
	background-image: url("/image/hsw/newstyle/top/bg_branding_ad.png");
}
.Branding#affairs {
	background-image: url("/image/hsw/newstyle/top/bg_branding_general_affairs.png");
}
.Branding#areapower {
	background-image: url("/image/hsw/newstyle/top/bg_branding_areapower.png");
}

.Branding#bkwhite {
	background-color:#ffffff;
}

.Branding#company {
	background-color:#ffffff;
}


.Branding > a {
	position: relative;
	z-index: 0;
	display: block;
	width: 100%;
	color: inherit;
	text-decoration: none;
}
.Branding > a:hover,
.Branding > a:active {
	filter: alpha(opacity=80);
	-ms-fliter: "alpha(opacity=80)";
	opacity: 0.8
}

.Branding .ImageArea {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	background-position: center top;
	background-repeat: no-repeat;
}
.Branding#smartkit .ImageArea {
	background-image: url("/image/hsw/newstyle/top/branding_smartkit.png");
}
.Branding#kit3 .ImageArea {
	background-image: url("/image/hsw/newstyle/top/branding_kit3.png");
}
.Branding#ad .ImageArea {
	background-image: url("/image/hsw/newstyle/top/branding_ad.png");
}
.Branding#affairs .ImageArea {
	background-image: url("/image/hsw/newstyle/top/branding_general_affairs.png");
}
.Branding#areapower .ImageArea {
	background-image: url("/image/hsw/newstyle/top/branding_areapower.png");
}

.Branding#rpa .ImageArea {
	background-image: url("/image/hsw/newstyle/top/branding_rpa.png");
}

.Branding#bkwhite .ImageArea {
	background-image: url("/image/hsw/newstyle/top/branding_bkwhite.png");
}

.Branding#company .ImageArea {
	background-image: url("/image/hsw/newstyle/top/pagetitle_company_340.jpg");
}

.Branding .TextArea {
	position: relative;
	width: 965px;
	height: 440px;
	margin: 0 auto;
}

.Branding .TextArea .Text {
	position: absolute;
	bottom: 0;
	left: 0;
}

/*会社情報用*/

.Branding#company .TextArea  {
	position: relative;
	width: 965px;
	height: 340px;
	margin: 0 auto;
}

.Branding#company .TextArea .Text {
	position: absolute;
	bottom: 0;
	left: 0;
}

/*--ここまで--会社情報用*/


.SolCategory {
	display: inline-block;
	padding: 5px 10px 2px;
	line-height: 125%;
	color: #ffffff;
	background-color: #555555;
}
.SolCategory.General_affairs {
	background-color: #00666a;
}
.SolCategory.Finance {
	background-color: #384794;
}
.SolCategory.Industry {
	background-color: #493881;
}

.SolCategory.Crossing {
	background-color: #005494;
}

.SolCategory.Medical {
	background-color: #FFFFFF;
}

.SolCategory.Security {
	background-color: #4e4f56;
}


.Branding .Text .SolCategory {
	margin-bottom: 10px;
	font-size: 110%;
}

.Branding .Text .SolName {
	margin-bottom: 30px;
	line-height: 110%;
	font-size: 270%;
	color: #ffffff;
	text-shadow: 2px 0 #595959, 0 2px #595959, 2px 2px 2px #595959, -2px 0 #595959, 0 -2px #595959, -2px -2px 2px #595959;
}
.Branding#affairs .Text .SolName {
	text-shadow: 2px 0 #214044, 0 2px #214044, 2px 2px 2px #214044, -2px 0 #214044, 0 -2px #214044, -2px -2px 2px #214044;
}

.Branding .Text .CatchCopy {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 120%;
	color: #ffffff;
	text-shadow: 2px 0 #595959, 0 2px #595959, 1px 1px 2px #595959, -2px 0 #595959, 0 -2px #595959, -1px -1px 2px #595959;
}
.Branding#affairs .Text .CatchCopy {
	text-shadow: 2px 0 #214044, 0 2px #214044, 1px 1px 2px #214044, -2px 0 #214044, 0 -2px #214044, -1px -1px 2px #214044;
}
.Branding .Text .CatchCopy span {
	font-size: 150%;
	font-weight: normal;
}

/* イベント用 */
.Branding#event {
	position: relative;
	background-color: #ffffff;
}

.Branding#event .ImageArea {
	position: absolute;
	top: 0;
	left:0;
	right: 0;
	bottom:0;
	z-index: 1;
	background-image: url("/image/hsw/newstyle/top/branding_event.png");
	background-position: center bottom;
}

.Branding#event .ImageArea .TextCover {
	width: 100%;
	height: 440px;
	background-image: url("/image/hsw/newstyle/top/bg_branding_event.png");
	background-position: center bottom;
	background-repeat: no-repeat;
}

.Branding#event .TextArea {
	position: relative;
	z-index: 10;
	display: table;
}

.Branding#event .TextArea .Text {
	position: static;
	display: table-cell;
	padding: 15px 0;
	vertical-align: middle;
}

.Branding#event .TextArea .Text .ImgOnlyStyle {
	margin-left: 15px;
}

.Branding#event .TextArea .Text .EventList {
	margin-top: 35px;
	font-size: 150%;
}

.Branding#event .TextArea .Text .EventList li {
	margin-top: 10px;
	line-height: 130%;
	    color: #000000;
    font-weight: bold;
    text-shadow: 2px 2px 1px #ffffff,
    -2px 2px 1px #ffffff,
    2px -2px 1px #ffffff,
    -2px -2px 1px #ffffff;
}


/*--- 推し商品のリスト ---*/
.SolutionList.TopList {
	margin-bottom: 15px;
}

.SolutionList.TopList .ImgHeadingStyle .SolCategory {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.SolutionList.TopList .ImgHeadingStyle .Title p {
	font-size: 130%;
	padding: 12px 15px;
	font-weight: bold;
	background-image: none;
	text-shadow: 2px 0 #595959, 0 2px #595959, 1px 1px 2px #595959, -2px 0 #595959, 0 -2px #595959, -1px -1px 2px #595959;
}

.SolutionList.TopList .CatchCopy span {
	font-size: 125%;
	font-weight: bold;
	color: #555555;
}

/*--- 検索エリア ---*/

.LinkWithPict {
	margin: 0 -8px 30px;
	text-align: center;
	letter-spacing: -1em;
}

.LinkWithPict li {
	display: inline-block;
	width: 260px;
	margin: 0 8px;
	vertical-align: top;
	letter-spacing: normal;
}

.LinkWithPict li a {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 95px;
	padding: 0 5px 15px;
	line-height: 130%;
	font-size: 110%;
	color: #2078ae;
	text-decoration: none;
	background-color: #e1f0fa;
	border-right: 2px solid #2078ae;
	border-bottom: 2px solid #2078ae;
	box-sizing: border-box;
}
.LinkWithPict li a:hover,
.LinkWithPict li a:active {
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	opacity: 0.8;
}
.LinkWithPict li a:before {
	content: "";
	display: block;
	width: 100%;
	height: 90px;
	background-repeat: no-repeat;
	background-position: center center;
}
.LinkWithPict li.Products a:before {
	background-image: url("/image/hsw/newstyle/top/icon_products.png");
}
.LinkWithPict li.Hi-perbt a:before {
	background-image: url("/image/hsw/newstyle/top/icon_hi-perbt.png");
}
.LinkWithPict li.Keyword a:before {
	background-image: url("/image/hsw/newstyle/top/icon_keyword.png");
}



/*--- 新着情報エリア ---*/
.TopicsArea {
	margin: 20px 0 50px;
	padding-bottom: 15px;
	background-color: #f5f5f5;
}

.DateListStyle2.TopicsList {
	margin-bottom: 35px;
	font-size: 100%;
}

.DateListStyle2.TopicsList dt {
	margin-left: 1em;
	padding-top: 10px;
}

.DateListStyle2.TopicsList dt span {
	display: inline-block;
	width: 9.4em;
	margin-right: 0.5em;
	padding: 0.2em 0.3em 0.15em;
	text-align: center;
	vertical-align: 5%;
	font-size: 90%;
	color: #ffffff;
	background-color: #777777;
}

.DateListStyle2.TopicsList dd {
	min-height: 2.35em;
	margin-left: 0;
	padding: 10px 0 0 19em;
	border-bottom: 1px solid #c8c8c8;
}
.DateListStyle2.TopicsList dd:hover,
.DateListStyle2.TopicsList dd:active,
.DateListStyle2.TopicsList dt:hover + dd,
.DateListStyle2.TopicsList dt:active + dd {
	background-color: #fef2f4;
}

.DateListStyle2.TopicsList .LinkListStyle1 {
	margin-top: -2px;
	margin-bottom: 7px;
}

/*--- バナーエリア ---*/
.BannerArea {
	margin-bottom: 25px;
}

.BannerList {
	margin-left: -16px;
}

.BannerList li {
	float: left;
	width: 311px;
	margin-left: 16px;
}

.BannerList li a:hover img,
.BannerList li a:active img {
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	opacity: 0.8;
}


/* [xxx] 商品・ソリューショントップページ
=========================================================================================== */
.ProductsSection {
	padding: 40px 0 25px;
	letter-spacing: -1em;
}
.ProductsSection.Even {
	background-color: #fafafa;
}

.ProductsSection .TextArea {
	display: inline-block;
	width: 490px;
	vertical-align: top;
	letter-spacing: normal;
}

.ProductsSection .ImageArea {
	display: inline-block;
	width: 460px;
	margin-left: 15px;
	vertical-align: top;
	letter-spacing: normal;
}

.ProductsSection h2 {
	margin-bottom: 20px;
	padding-bottom: 0;
	background-image: none;
	border-left: 4px solid #e50027;
}

.ProductsSection h2 span {
	font-weight: normal;
	color: #555555;
	background-color: transparent;
}

.ProductsSection h2 span.MainTitle {
	padding: 1px 0 0 10px;
	font-size: 200%;
}
.ProductsSection h2 span.SubTitle {
	padding: 3px 10px 2px;
}

.ProductsSection h2 span a {
	color: #555555;
	background-image: url("/image/hsw/newstyle/common/icon_link_right_h2.png");
	background-position: right 48%;
	background-size: auto auto;
}
.ProductsSection h2 span a:hover,
.ProductsSection h2 span a:active {
	color: #b1000e;
}

.ProductsSection h3 {
	margin-bottom: 0;
	font-weight: normal;
	font-size: 125%;
	color: #555555;
	border-bottom: 1px solid #e6e6e6;
}

.ProductsSection h3 span {
	display: inline-block;
	margin-bottom: -1px;
	padding: 3px 15px;
	border-bottom: 2px solid #e50027;
}

.ProductsSection .LinkListStyle1 {
	margin-top: 0;
	font-size: 100%;
}

.ProductsSection .LinkListStyle1 li {
	padding: 2px 0;
	border-bottom: 1px solid #e6e6e6;
}

.ProductsSection .LinkListStyle1 li a {
	display: block;
	padding: 10px 10px 7px 15px;
	text-decoration: none;
	background-image: none;
}
.ProductsSection .LinkListStyle1 li a:hover,
.ProductsSection .LinkListStyle1 li a:active {
	padding-right: 8px;
	background-color: #fef2f4;
}

.ProductsSection .LinkListStyle1 li a span {
	padding-right: 15px;
	background-image: url("/image/hsw/newstyle/common/icon_link_right.png");
	background-repeat: no-repeat;
	background-position: right 40%;
}
.ProductsSection .LinkListStyle1 li a:hover span,
.ProductsSection .LinkListStyle1 li a:active span {
	padding-right: 17px;
}


/* [xxx] Hi-PerBTトップページ
=========================================================================================== */
.Hi-PerBTSection {
	margin-bottom: 35px;
}

.Hi-PerBTSection h2 {
	position: relative;
	text-align: center;
	margin-bottom: 35px;
	padding-top: 15px;
	font-size: 200%;
	color: #555555;
	background-image: none;
}
.Hi-PerBTSection h2:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 160px;
	height: 2px;
	display: block;
	margin-left: -80px;
	background-color: #e50027;
}

.SolutionList {
	margin-left: -16px;
}

.SolutionList > li {
	float: left;
	width: 311px;
	margin: 0 0 16px 16px;
}

.SolutionList > li a {
	display: block;
	color: inherit;
	text-decoration: none;
}

.SolutionList li .ImgHeadingStyle {
	margin-bottom: 0;
}

.SolutionList li .ImgHeadingStyle .Img img {
	width: 100%;
}

.SolutionList li .ImgHeadingStyle .Title {
	display: table;
}

.SolutionList li .ImgHeadingStyle .Title h3 {
	display: table-cell;
	width: 100%;
	height: 52px;
	padding: 6px 15px 3px 15px;
	vertical-align: middle;
	line-height: 120%;
	font-weight: bold;
	font-size: 110%;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e6222222,endColorstr=#e6222222);
	background-color: rgba(34, 34, 34, 0.9);
	box-sizing: border-box;
}
.SolutionList li .ImgHeadingStyle .Title h3:not(:target){
	filter: none;
}

.SolutionList li a .ImgHeadingStyle .Title h3 span {
	padding-right: 20px;
	background-image: url("/image/jp/r1/icon/icon_link_right_xl.gif");
	background-repeat: no-repeat;
	background-position: right center;
}
.SolutionList li a:hover .ImgHeadingStyle .Title h3 span,
.SolutionList li a:active .ImgHeadingStyle .Title h3 span {
	background-image: url("/image/jp/r1/icon/icon_link_right_xl_hover.gif");
}

.SolutionList li .BoxPatternB {
	margin-bottom: 0;
}



/* for Responsive Web Design
=========================================================================================== */
@media screen and (min-width: 1px) {
	a.BoxLink .LinkListStyle1 li {
		background-image: url("/image/jp/r1/icon/icon_link_right_hd.gif");
		background-size: 16px 16px;
	}
	a.BoxLink:hover .LinkListStyle1 li,
	a.BoxLink:active .LinkListStyle1 li {
		background-image: url("/image/jp/r1/icon/icon_link_right_hover_hd.gif");
	}

	.SolutionList li a .ImgHeadingStyle .Title h3 span {
		background-image: url("/image/jp/r1/icon/icon_link_right_xl_hd.gif");
		background-size: 16px 16px;
	}
	.SolutionList li a:hover .ImgHeadingStyle .Title h3 span,
	.SolutionList li a:active .ImgHeadingStyle .Title h3 span {
		background-image: url("/image/jp/r1/icon/icon_link_right_xl_hover_hd.gif");
	}
}


/*--- for - 994px ---*/
@media screen and (max-width: 994px) {
	.JS .GridSet.FullScreen {
		width: auto;
		max-width: 995px;
		margin-right: -15px;
	}

	.JS .GridSet.FullScreen .Grid4 {
		padding-left: 0;
	}

	.JS .ContentsWidth {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
		box-sizing: border-box;
	}

	.JS .Branding .ImageArea {
		background-size: cover;
	}

	.JS .Branding#company .ImageArea {
		background-size: cover;
	}

	.JS .Branding .TextArea {
		width: auto;
		height: 0;
		padding-bottom: 44.22111%;
	}

	.JS .Branding#company .TextArea {
		width: auto;
		height: 0;
		padding-bottom: 44.22111%;
	}

	.JS .Branding .TextArea .Text {
		padding: 0 15px;
	}

	.JS .Branding#company .TextArea .Text {
		padding: 0 15px;
	}
	
	.JS .Branding#event .ImageArea .TextCover {
		width: auto;
		height: 0;
		padding-bottom: 44.22111%;
	}
	.JS .Branding#event .TextArea {
		display: block;
	}
	.JS .Branding#event .TextArea .Text {
		display: block;
		padding: 7% 15px 15px;
	}
	.JS .Branding#event .TextArea .Text .EventList {
		margin-top: 3%;
	}

	.JS .Branding .Text .SolName {
		font-size: 210%;
	}

	.JS .LinkWithPict li {
		width: calc(33.33333333% - 16px);
		max-width: 260px;
	}

	.JS .TopicsArea .ButtonArea .ButtonStyle1 {
		width: calc(33.33333333% - 14px);
		max-width: 270px;
	}

	.JS .BannerList li {
		width: calc(33.33333333% - 16px);
		max-width: 311px;
	}

	.JS .FullScreen .PageTitleStyle1 .ImageArea .TextArea {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
		box-sizing: border-box;
	}

	.JS .ProductsSection .TextArea {
		width: 50.7772%;
	}

	.JS .ProductsSection .ImageArea {
		width: calc(49.2228% - 15px);
	}

	.JS .SolutionList > li {
		width: calc(33.33333333% - 16px);
	}

	.JS .HideTablet {
		display: none;
	}
}


/*--- for - 767px ---*/
@media screen and (max-width: 767px) {
	/* カラム調整 */
	.JS .Grid4 .Column1.Column1Clear0,
	.JS .Grid4 .Column1.Column1Clear1,
	.JS .Grid4 .Column1.Column1Clear2,
	.JS .Grid4 .Column2.Column2Clear0,
	.JS .Grid4 .Column2.Column2Clear1,
	.JS .Grid4 .Column2.Column2Clear2 {
		float: left;
	}

	.JS .Grid4 .Column1.Column1Clear0,
	.JS .Grid4 .Column1.Column1Clear1,
	.JS .Grid4 .Column1.Column1Clear2 {
		width: 25%;
	}

	.JS .Grid4 .Column2.Column2Clear0,
	.JS .Grid4 .Column2.Column2Clear1,
	.JS .Grid4 .Column2.Column2Clear2 {
		width: 50%;
	}


	.JS .Branding {
		margin-bottom: 20px;
	}

	.JS .Branding .Text .SolCategory {
		font-size: 100%;
	}

	.JS .Branding .Text .SolName {
		margin-bottom: 15px;
		font-size: 150%;
		font-weight: bold;
		text-shadow: 2px 0 #595959, 0 2px #595959, 1px 1px 2px #595959, -2px 0 #595959, 0 -2px #595959, -1px -1px 2px #595959;
	}
	.JS .Branding#affairs .Text .SolName {
		text-shadow: 2px 0 #214044, 0 2px #214044, 1px 1px 2px #214044, -2px 0 #214044, 0 -2px #214044, -1px -1px 2px #214044;
	}

	.JS .Branding .Text .CatchCopy {
		font-size: 100%;
	}
	.JS .Branding .Text .CatchCopy span {
		font-size: 140%;
		font-weight: bold;
	}

	.JS .Branding#event .TextArea .Text {
		padding-top: 6%;
	}
	.JS .Branding#event .TextArea .Text .ImgOnlyStyle {
		margin-left: 10px;
	}
	.JS .Branding#event .TextArea .Text .EventList {
		margin-top: 2%;
		font-size: 125%;
	}

	.JS .SolutionList.TopList {
		margin-bottom: 5px;
	}

	.JS .SolutionList.TopList li:last-child .BoxB01 {
		height: auto !important;
	}

	.JS .LinkWithPict {
		margin-bottom: 20px;
	}

	.JS .CaseStudyArea .ButtonArea {
		margin-top: -5px;
	}

	.JS .TopicsArea {
		margin-top: 0;
		margin-bottom: 30px;
		padding-bottom: 0;
	}

	.JS .DateListStyle2.TopicsList {
		margin-bottom: 20px;
	}

	.JS .DateListStyle2.TopicsList dt {
		float: none;
		height: 40px;
	}

	.JS .DateListStyle2.TopicsList dd {
		margin-top: -50px;
		padding-top: 45px;
		padding-left: 1em;
	}

	.JS .TopicsArea .ButtonArea .ButtonStyle1 a {
		margin-bottom: 5px;
		padding-left: 5px;
		padding-right: 5px;
		font-size: 90%;
	}

	.JS .BannerArea {
		margin-bottom: 5px;
	}

	.JS .BannerList li {
		width: calc(50% - 16px);
	}

	.JS .FullScreen .PageTitleStyle1 .ImageArea {
		background-size: cover;
	}

	.JS .FullScreen .PageTitleStyle1 .ImageArea .TextArea {
		display: block;
		height: 0;
		padding-bottom: 44.27083%;
	}

	.JS .FullScreen .PageTitleStyle1 .TextArea h1 {
		display: block;
		padding-top: calc(22.13542% - 0.45em);
	}

	.JS .ProductsSection .TextArea {
		display: block;
		width: auto;
	}

	.JS .ProductsSection h2 {
		margin-left: 0;
		margin-right: 0;
	}

	.JS .ProductsSection h2 span.MainTitle {
		font-size: 175%;
	}
	.JS .ProductsSection h2 span.SubTitle {
		font-size: 100%;
	}

	.JS .ProductsSection .TextArea > div {
		float: left;
		width: 50.7772%;
	}

	.JS .ProductsSection .LinkListStyle1 {
		font-size: 90%;
	}

	.JS .Hi-PerBTSection {
		margin-bottom: 15px;
	}

	.JS .SolutionList {
		margin-left: -10px;
	}

	.JS .SolutionList > li {
		width: calc(50% - 10px);
		margin-left: 10px;
		margin-bottom: 10px;
	}
}


/*--- for - 579px ---*/
@media screen and (max-width: 579px) {
	/* カラム調整 */
	.JS .Grid4 .Column1.Column1Clear2,
	.JS .Grid4 .Column2.Column2Clear2 {
		float: none;
		width: auto;
	}


	.JS #PageTopControler {
		bottom: 30px;
	}

	.JS #InquiryButtonControler {
		bottom: 30px;
	}



	.JS .Branding .TextArea {
		padding-bottom: 55.17241%;
	}

	.JS .Branding .TextArea2 {
		padding-bottom: 55.17241%;
	}

	.JS .Branding .Text .SolCategory {
		font-size: 83%;
		padding-top: 4px;
		padding-bottom: 2px;
	}

	.JS .Branding .Text .SolName {
		margin-bottom: 10px;
		font-size: 130%;
	}

	.JS .Branding .Text .CatchCopy {
		font-size: 76%;
	}

	.JS .Branding#event .ImageArea .TextCover {
		padding-bottom: 55.17241%;
	}
	.JS .Branding#event .TextArea .Text {
		padding-top: 10%;
	}
	.JS .Branding#event .TextArea .Text .ImgOnlyStyle {
		margin-left: 5px;
	}
	.JS .Branding#event .TextArea .Text .EventList {
		margin-top: 5%;
		font-size: 90%;
	}

	.JS .SolutionList.TopList li .BoxB01 {
		height: auto !important;
	}

	.JS .LinkWithPict {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 15px;
	}

	.JS .LinkWithPict li {
		width: 100%;
		height: auto !important;
		max-width: none;
		margin: 0 0 5px;
	}

	.JS .LinkWithPict li a {
		display: table;
		height: 80px;
		min-height: auto;
		padding-bottom: 0;
		text-align: left;
	}
	.JS .LinkWithPict li a:before {
		display: table-cell;
		width: 160px;
		height: 100%;
		vertical-align: middle;
	}

	.JS .LinkWithPict li a span {
		display: table-cell;
		padding: 5px 0 2px;
		vertical-align: middle;
	}

	.JS .LinkWithPict li a span br {
		display: none;
	}

	.JS .TopicsArea .ButtonArea {
		margin: 5px -5px 10px;
		text-align: left;
	}

	.JS .TopicsArea .ButtonArea .ButtonStyle1 {
		width: calc(50% - 10px);
		margin: 0 5px 5px;
	}

	.JS .FullScreen .PageTitleStyle1 .TextArea h1 {
		padding-top: calc(22.13542% - 0.4em);
		font-size: 200%;
	}

	.JS h2.Special {
		margin-left: 0;
		margin-right: 0;
	}

	.JS h2.Special span {
		min-height: 60px;
		padding-left: 75px;
		font-size: 160%;
		background-size: 60px 60px;
	}

	.JS a.BoxLink .Img img {
		width: 100%;
	}

	.JS .BoxPatternB.BoxB01 {
		height: auto !important;
	}

	.JS .FeaturedArea {
		margin-bottom: 50px;
		padding-bottom: 5px;
	}

	.JS .ProductsSection {
		padding: 0 0 15px;
	}

	.JS .ProductsSection > div {
		position: relative;
		padding-top: 48.27586%;
	}

	.JS .ProductsSection .TextArea {
		margin-top: 20px;
	}

	.JS .ProductsSection .TextArea > div {
		float: none;
		width: auto;
	}

	.JS .ProductsSection .ImageArea {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 0;
		margin-left: 0;
		padding-bottom: 48.27586%;
		overflow: hidden;
	}

	.JS .ProductsSection .ImageArea img {
		width: 100%;
	}

	.JS .SolutionList li .ImgHeadingStyle {
		height: 0;
		padding-bottom: 50.90909%;
		overflow: hidden;
	}

	.JS .Hi-PerBTSection h2 {
		font-size: 160%;
	}

	.JS .SolutionList > li {
		float: none;
		width: auto;
	}
}


/*--- for - 399px ---*/
@media screen and (max-width: 399px) {
	/* カラム調整 */
	.JS .Grid4 .Column1.Column1Clear1,
	.JS .Grid4 .Column2.Column2Clear1 {
		float: none;
		width: auto;
	}


	.JS .Branding .Text .SolCategory {
		font-size: 67%;
		padding-top: 3px;
	}

	.JS .Branding .Text .SolName {
		font-size: 115%;
	}

	.JS .Branding .Text .CatchCopy {
		font-size: 60%;
	}

	.JS .Branding#event .TextArea .Text .EventList {
		font-size: 71%;
	}

	.JS .SolutionList.TopList .ImgHeadingStyle .Title p {
		margin: 0;
		color: #ffffff;
	}

	.JS .LinkWithPict li a {
		padding-left: 0;
	}
	.JS .LinkWithPict li a:before {
		width: 145px;
	}

	.JS .TopicsArea .ButtonArea {
		margin: 0 0 20px;
		text-align: center;
	}

	.JS .TopicsArea .ButtonArea .ButtonStyle1 {
		display: block;
		width: 100%;
		margin: 0 auto 10px;
	}

	.JS .BannerList {
		margin-left: 0;
	}

	.JS .BannerList li {
		float: none;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.JS .FullScreen .PageTitleStyle1 .TextArea h1 {
		padding-top: calc(22.13542% - 0.35em);
		font-size: 175%;
	}

	.JS .ProductsSection h2 span.MainTitle {
		font-size: 150%;
	}
	.JS .ProductsSection h2 span.SubTitle {
		font-size: 96%;
	}

	.JS .Hi-PerBTSection h2 {
		font-size: 140%;
	}

	.JS .SolutionList li .ImgHeadingStyle .Img {
		float: none;
		width: auto;
		margin: 0;
	}

	.JS .SolutionList li .ImgHeadingStyle .Title {
		position: absolute;
		width: 100%;
	}

	.JS .SolutionList li .ImgHeadingStyle .Title h3 {
		color: #ffffff;
	}
}
