@charset "utf-8";
/* **************************************************

Name: hsms_2026.css

Description: Original CSS

Create: 2026.03

Copyright 2026 Hitachi Systems, Ltd.

***************************************************** */
/* common */
#Contents {
	padding-bottom: 0;
}
.p-page .is_sw-sp.overview_img {
	display: none;
}
@media screen and (max-width: 767px) {
	.p-page .is_sw-pc.overview_img {
		display: none;
	}
	.p-page .is_sw-sp.overview_img {
		display: block;
		width: 90%;
		margin: 0 auto;
	}
}
.Section.Bg_Branding,
.Section.Bg_Branding #BrandingImgStyle2 {
	padding-bottom: 0;
	position: relative;
}
.Section.Bg_Branding {
	height: 350px;
	background-repeat: no-repeat;
	background-position: center 50%;
}
@media screen and (min-width: 995px) {
	.Section.Bg_Branding {
		position: relative;
		z-index: 0;
	}
	.Section.Bg_Branding::after {
		content: '';
		background-color: rgba(255,255,255,0.3);
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 1;
	}
}
.Section.Bg_Branding.Bg_Branding0 {
	background-image: url(/-/media/ind/hsms/image/brb_hsms_top_back0.png);
}
.Section.Bg_Branding.Bg_Branding1 {
	background-image: url(/-/media/ind/hsms/image/brb_hsms_top_back1.png);
}
.Section.Bg_Branding.Bg_Branding2 {
	background-image: url(/-/media/ind/hsms/image/brb_hsms_top_back2.png);
}
.Section.Bg_Branding.Bg_Branding3 {
	background-image: url(/-/media/ind/hsms/image/brb_hsms_top_back3.png);
}
.Section.Bg_Branding.Bg_Branding4{
	background-image: url(/-/media/ind/hsms/image/brb_hsms_top_back4.png);
}
.Section.Bg_Branding.Bg_Branding_about {
	background-image: url(/-/media/ind/hsms/image/brb_hsms_about_back.png);
}
.Section.Bg_Branding.Bg_Branding_usecase {
	background-image: url(/-/media/ind/hsms/image/brb_hsms_usecase_back.png);
}
.Section.Bg_Branding.Bg_Branding_about,
.Section.Bg_Branding.Bg_Branding_usecase {
	overflow-x: hidden;
}
.Section.Bg_Branding .GridSet {
	width: 1275px;
	height: 350px;
	margin: 0 auto;
	position: relative;
}
.Section.Bg_Branding .ResponsiveBrandingImgStyle {
	margin: 0;
	font-size: 100%;
	z-index: 2;
}
.Section.Bg_Branding .ResponsiveBrandingImgStyle .ImgText {
	height: 350px;
}
.Section.Bg_Branding .BrandingspecialLinks {
	position: absolute;
	top: 35%;
	right: 1%;
	text-align: right;
	z-index: 98;
}
.Section.Bg_Branding .BrandingspecialLinks a {
	display: inline-block;
	width: 332px;
}
.Section.Bg_Branding .BrandingLinks {
	position: absolute;
	top: 50%;
	left: 10%;
	max-width: 965px;
	z-index: 99;
}
.Section.Bg_Branding .BrandingLinks a {
	position: relative;
	display: inline-block;
	width: 120px;
	margin-right: 15px;
	transition: transform 2s linear;
	transform: scale(1.0);
	opacity: 0.95;
}
.Section.Bg_Branding .GridSet .ImgText_s {
	display: none;
}

/* サイドバナー追加 */

.Section.side_banner {
	height: 10px;
}
.Section.side_banner a {
	position: fixed;
	right: 25px;
	z-index: 99;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.Section.side_banner li.side_banner_link_gwbc a {
	bottom: 90px;
}
.Section.side_banner li.side_banner_link_contact a {
	bottom: 20px;
	min-width: 240px;
	padding: 15px 5px;
	text-align: center;
	background: #cc0000;
	color: #ffffff;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.2;
	border-radius: 45px;
}

.Section.side_banner li.side_banner_link_gwbc a img {
	width: 250px;
}
.Section.side_banner li.side_banner_link_contact a:hover {
	background: #fa000f;
	text-decoration: none;
}
@media screen and (max-width: 579px) {
	.Section.side_banner a {
		right: 15px;
	}
	.Section.side_banner li.side_banner_link_hsms a {
		bottom: 215px;
	}
	.Section.side_banner li.side_banner_link_gwbc a {
		bottom: 120px;
	}
	.Section.side_banner li.side_banner_link_hsms a img {
		width: 200px;
	}
	.Section.side_banner li.side_banner_link_gwbc a img {
		width: 200px;
	}
}
@media screen and (max-width: 994px) {
	.Section.Bg_Branding .BrandingspecialLinks a {
		width: 270px;
	}
	.Section.Bg_Branding .BrandingLinks {
		top: 45%;
	}
	.Section.Bg_Branding .BrandingLinks a {
		width: 100px;
		margin-right: 10px;
	}
	.Section.side_banner li.side_banner_link_gwbc a {
		bottom: 90px;
	}
	.Section.side_banner li.side_banner_link_contact a {
		bottom: 20px;
		min-width: 240px;
		padding: 15px 5px;
		text-align: center;
		background: #cc0000;
		color: #ffffff;
		font-size: 0.9em;
		font-weight: bold;
		line-height: 1.2;
		border-radius: 45px;
	}
	.Section.side_banner li.side_banner_link_gwbc a img {
		width: 250px;
	}
	.Section.side_banner li.side_banner_link_contact a:hover {
		background: #fa000f;
		text-decoration: none;
	}
}
@media screen and (max-width: 768px) {
	.Section.Bg_Branding .BrandingspecialLinks {
		top: 25%;
	}
	.Section.Bg_Branding .BrandingspecialLinks a {
		width: 200px;
	}
	.Section.Bg_Branding .BrandingLinks {
		position: relative;
		top: 0;
		left: 0;
		background-color: #ffffff;
		text-align: center;
		padding: 0.5em;
	}
	.Section.Bg_Branding .BrandingLinks a {
		width: 100px;
	}
}
@media screen and (max-width: 579px) {
	.Section.Bg_Branding .BrandingspecialLinks {
		top: 25%;
	}
}
@media screen and (max-width: 499px) {
	.Section.Bg_Branding .BrandingspecialLinks {
		top: 4em;
	}
}
.Section.Bg_Branding .BrandingLinks a.BrandingLinks1:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	border: 1px solid #004596;
	border-radius: 50%;
	box-sizing: border-box;
	animation: BrandinglinkAnimation 3s linear infinite;
	animation-delay: 0s;
}
@keyframes BrandinglinkAnimation {
	0% {
		transform: scale(1.0);
		opacity: 0.8;
	}

	50% {
		transform: scale(1.2);
		opacity: 0;
	}

	100% {
		transform: scale(1.2);
		opacity: 0;
	}
}
.Section.Bg_Branding .BrandingLinks a.BrandingLinks2:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	border: 1px solid #004596;
	opacity: 0.7;
	border-radius: 50%;
	box-sizing: border-box;
	animation: BrandinglinkAnimation 3s linear infinite;
	animation-delay: 1s;
}
.Section.Bg_Branding .BrandingLinks a.BrandingLinks3:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	border: 1px solid #004596;
	border-radius: 50%;
	box-sizing: border-box;
	animation: BrandinglinkAnimation 3s linear infinite;
	animation-delay: 2s;
}
.Section.Bg_Branding .BrandingLinks a.BrandingLinks1:hover,
.Section.Bg_Branding .BrandingLinks a.BrandingLinks2:hover,
.Section.Bg_Branding .BrandingLinks a.BrandingLinks3:hover {
	transition: transform 0.5s linear;
	transform: scale(1.2);
	opacity: 1.0;
}
@media screen and (max-width: 1300px) {
	.Section.Bg_Branding .GridSet {
		width: auto;
	}
}
@media screen and (max-width: 1200px) {
	.Section.Bg_Branding.Bg_Branding_about .GridSet .ImgText_s {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
	}
	.Section.Bg_Branding.Bg_Branding_about .GridSet .ImgText {
		display: none;
	}
}
@media screen and (max-width: 994px) {

	.Section.Bg_Branding {
		height: auto;
	}
	.Section.Bg_Branding .Grid4 {
		padding-left: 0;
	}
	.Section.Bg_Branding .ResponsiveBrandingImgStyle {
		background-color: #222222;
	}
	.Section.Bg_Branding .GridSet {
		height: auto;
	}
	.Section.Bg_Branding .GridSet .ImgText_s {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 2;
	}
	.Section.Bg_Branding .GridSet .ImgText {
		display: none;
	}
}
@media screen and (min-width: 995px) and (max-width: 1200px) {
	.Section.Bg_Branding.Bg_Branding_about .GridSet .ImgText_s {
		left:50%;
		transform: translateX(-50%);
		right: auto;
	}
}

.Section.Bg_Branding img {
	width: auto;
}
.Section.Bg_Branding img.Img {
	display: none;
}
.Section.Bg_Branding .ResponsiveBrandingImgStyle .ResponsiveTextSet2 {
	display: none;
}
@media screen and (max-width: 994px) {
	.Section.Bg_Branding.Bg_Branding0,
	.Section.Bg_Branding.Bg_Branding1,
	.Section.Bg_Branding.Bg_Branding2,
	.Section.Bg_Branding.Bg_Branding3,
	.Section.Bg_Branding.Bg_Branding4,
	.Section.Bg_Branding.Bg_Branding5,
	.Section.Bg_Branding.Bg_Branding_about {
		background: none;
	}
	.Section.Bg_Branding img.Img {
		display: block;
		width: 100%;
	}

	.Section.Bg_Branding #BrandingImgStyle2 > span:first-child::after {
		content: '';
		background-color: rgba(255,255,255,0.3);
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 1;
	}

	.JS #Contents .Bg_Branding5 .ResponsiveBrandingImgStyle .GridSet .Grid4 #BrandingImgStyle2 img.ImgText {
		width: 90%;
	}
}

@media screen and (max-width: 579px) {
	.Section.Bg_Branding .ResponsiveBrandingImgStyle .ResponsiveTextSet {
		position: absolute;
		top: 0;
		padding-left: 15px;
		padding-right: 15px;
		font-size: 100%;
		z-index: 2;
	}
	.Section.Bg_Branding .ResponsiveBrandingImgStyle .ResponsiveTextSet2 {
		display: block;
		padding: 15px;
		font-size: 100%;
	}
	.Section.Bg_Branding .ResponsiveBrandingImgStyle .ResponsiveTextSet2 .TextStyle2_inline {
		font-size: 11pt;
		line-height: 1.3;
	}
	.JS .ResponsiveBrandingImgStyle .ResponsiveTextSet {
		padding: 15px 0;
		display: block;
		text-align: left;
	}
	.JS .ResponsiveBrandingImgStyle .TextStyle1, .JS .ResponsiveBrandingImgStyle .TextStyle2 {
		margin: 0 15px;
		color: #ffffff;
	}
	.Section.Bg_Branding.Bg_Branding0 .ResponsiveBrandingImgStyle .ResponsiveTextSet .TextStyle2 strong,
	.Section.Bg_Branding.Bg_Branding0 .ResponsiveBrandingImgStyle .ResponsiveTextSet .TextStyle2 em,
	.Section.Bg_Branding.Bg_Branding1 .ResponsiveBrandingImgStyle .ResponsiveTextSet .TextStyle2 strong,
	.Section.Bg_Branding.Bg_Branding1 .ResponsiveBrandingImgStyle .ResponsiveTextSet .TextStyle2 em,
	.Section.Bg_Branding.Bg_Branding2 .ResponsiveBrandingImgStyle .ResponsiveTextSet .TextStyle2 strong,
	.Section.Bg_Branding.Bg_Branding2 .ResponsiveBrandingImgStyle .ResponsiveTextSet .TextStyle2 em,
	.Section.Bg_Branding.Bg_Branding3 .ResponsiveBrandingImgStyle .ResponsiveTextSet .TextStyle2 strong,
	.Section.Bg_Branding.Bg_Branding3 .ResponsiveBrandingImgStyle .ResponsiveTextSet .TextStyle2 em,
	.Section.Bg_Branding.Bg_Branding_about .ResponsiveBrandingImgStyle .ResponsiveTextSet .TextStyle2 strong,
	.Section.Bg_Branding.Bg_Branding_usecase .ResponsiveBrandingImgStyle .ResponsiveTextSet .TextStyle2 strong {
		color: #0c0c0c;
		font-weight: bold;
		font-size: 120%;
	}
	.Section.Bg_Branding.Bg_Branding0 .ResponsiveBrandingImgStyle .ResponsiveTextSet .TextStyle2 em,
	.Section.Bg_Branding.Bg_Branding1 .ResponsiveBrandingImgStyle .ResponsiveTextSet .TextStyle2 em,
	.Section.Bg_Branding.Bg_Branding2 .ResponsiveBrandingImgStyle .ResponsiveTextSet .TextStyle2 em,
	.Section.Bg_Branding.Bg_Branding3 .ResponsiveBrandingImgStyle .ResponsiveTextSet .TextStyle2 em,
	.Section.Bg_Branding.Bg_Branding_about .ResponsiveBrandingImgStyle .ResponsiveTextSet .TextStyle2 em,
	.Section.Bg_Branding.Bg_Branding_usecase .ResponsiveBrandingImgStyle .ResponsiveTextSet .TextStyle2 em {
		font-size: 100%;
	}
	.Section.Bg_Branding .GridSet .ImgText_s {
		display: none;
	}
	.Section.Bg_Branding.Bg_Branding_about .GridSet .ImgText_s {
		display: none;
	}
}
.Section_contents_menu .p-bgc__wht01 {
	background-color: #737373;
	padding-bottom: 0;
	margin-bottom: 50px;
}
.Section_contents_menu .p-section__inner {
	background-color: #737373;
	color: #ffffff;
}
.Section_contents_menu .p-btnlink__box_item {
	border: none;
	border-right: solid 1px #ffffff;
}
.Section_contents_menu .p-anchorlink__sct {
	padding: 10px;
}
.Section_contents_menu .p-anchorlink__sct ul {
	flex-wrap: nowrap;
	justify-content: center;
	gap: 0;
}
.Section_contents_menu li:first-child .p-btnlink__box_item {
	border-left: solid 1px #ffffff;
}
.Section_contents_menu .p-section__inner a {
	display: block;
	text-align: center;
}
.Section_contents_menu .p-section__inner a big {
	display: block;
	line-height: 1.5;
}
.Section_contents_menu .p-ic__angle01-bottom01-blk01 {
	background: url(/-/media/ind/hsms/image/icon/icon_link_bottom_w.svg) no-repeat 50% 50%;
	background-size: contain;
	transform: scale(0.8, 0.8);
}
.Section_contents_menu .p-section__inner a:hover {
	color: #cc0000;
}
@media screen and (max-width: 994px) {
	.Section_contents_menu .p-section__inner a {
		padding: 1em;
	}
}
@media screen and (max-width: 767px) {
	.Section_contents_menu .p-anchorlink__sct {
		padding: 0;
	}
	.Section_contents_menu .p-section__inner {
		padding: 0;
	}
	.Section_contents_menu .p-btnlink__box_item {
		border-right: 0;
		border-bottom: solid 1px #ffffff;
	}
	.Section_contents_menu li:first-child .p-btnlink__box_item {
		border-left: 0;
	}
	.Section_contents_menu li:last-child .p-btnlink__box_item {
		border-bottom: 0;
	}
	.Section_contents_menu .p-section__inner a big {
		line-height: 1;
		font-size: 90%;
	}
}

/* index */
.p-page .p-wrapper .p-section:first-child .p-bgc.p-bgc__clr01 .p-section__inner {
	max-width: 1275px;
}
.p-page .p-section__inner {
	max-width: 1275px;
}
.p-page .js_fade.js_fade_in.section_news {
	background-color: #f4f4f4;
}
.p-page .js_fade.js_fade_in.section_news dd,
.p-page .js_fade.js_fade_in.section_news dt {
	line-height: 1.5;
}
.p-page .Section_about .p-bgc__about01 {
	background: none;
}
.Section_about .p-about__tit big {
	font-size: 3em;
}
@media screen and (max-width: 767px) {
	.Section_about .p-about__tit big {
		font-size: 9vw;
	}
}
.p-page .p-about__tit big {
	color: #fa000f;
}
.p-page .Section_about .services_txt p {
	padding-left: 1em;
	text-indent: -1em;
}
.Section_about .p-service__img {
	margin: 30px auto 50px; 
}
.Section_about .p-service__img.service_img1 {
	max-width: 700px;
}
.Section_about .p-service__img.big_1 {
		width: 1000px;
}
.Section_about .p-service__img.big_2 {
	display: none;
}
@media screen and (max-width: 1050px) {
	.Section_about .p-service__img.big_1 {
		display: none;
	}
	.Section_about .p-service__img.big_2 {
		display: block;
		max-width: 700px;
	}
}
.Section_about .p-service__box_list {
	margin-top: 20px;
}
.Section_about .p-service__box_list a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 3px 10px;
	border-radius: 15px;
}
.Section_about .p-service__box_list li.p-service__box_list_s a {
	background-color: #004596;
	border: solid 5px #004596;
}
.Section_about .p-service__box_list li.p-service__box_list_s a:hover {
	border: solid 5px #0064fa;
}
.Section_about .p-service__box_list li.p-service__box_list_c a {
	background-color: #00964e;
	border: solid 5px #00964e;
}
.Section_about .p-service__box_list li.p-service__box_list_c a:hover {
	border: solid 5px #00fa82;
}
.Section_about .p-service__box_list li.p-service__box_list_cc a {
	background-color: #bb000b;
	border: solid 5px #bb000b;
}
.Section_about .p-service__box_list li.p-service__box_list_cc a:hover {
	border: solid 5px #ff636c;
}
.Section_about .p-service__box_list a img {
	display: inline-block;
	width: 55px;
	margin-right: 5px;
}
.Section_about .p-service__box_list a span {
	display: inline-block;
	width: 300px;
	text-align: center;
	font-weight: bold;
	font-size: 105%;
	color: #ffffff;
}
@media screen and (max-width: 1275px) {
	.Section_about .p-service__box_list a span {
		width: 200px;
	}
}
.p-page .p-bgc__gry01 {
	background-color: #f4f4f4;
}
.Section_about .p-service__box_list a span span.text_inline {
	display: inline-block;
}
.Section_about .p-service__img {
	position: relative;
}
.Section_about .OverviewLinks_outside {
	display: none;
}
@media screen and (max-width: 767px) {
	.Section_about .p-service__img map {
		display: none;
	}
	.Section_about .OverviewLinks_outside {
		display: flex;
		justify-content: center;
		margin-top: 15px;
	}
	.Section_about .OverviewLinks_outside a {
		display: block;
		margin: 0 5px;
	}
}
@media screen and (max-width: 994px) {
	.Section_about .p-service__box_list a {
		padding: 3px 5px;
	}
	.Section_about .p-service__box_list a img {
		width: 50px;
	}
	.Section_about .p-service__box_list a span {
		font-size: 90%;
		width: auto;
	}
}
@media screen and (max-width: 767px) {
	.Section_about ul.p-service__box_list {
		gap: 15px;
	}
	.Section_about .p-service__box_list a {
		padding: 3px 10px;
	}
	.Section_about .p-service__box_list a img {
		width: 55px;
		margin-right: 10px;
	}
	.Section_about .p-service__box_list a span {
		font-size: 110%;
		text-align: left;
		width: auto;
	}
}

.Section_usecase .p-usecase__box_item--img {
	margin-bottom: 3em;
}
.Section_usecase .p-usecase__box_item.case01 .p-usecase__box_item--tit,
.Section_usecase .p-usecase__box_item.case02 .p-usecase__box_item--tit,
.Section_usecase .p-usecase__box_item.case03 .p-usecase__box_item--tit {
	display: flex;
	justify-content: center;
}
.Section_usecase .p-usecase__box_item.case01 .p-usecase__box_item--tit h3,
.Section_usecase .p-usecase__box_item.case02 .p-usecase__box_item--tit h3,
.Section_usecase .p-usecase__box_item.case03 .p-usecase__box_item--tit h3 {
	width: 100%;
	padding: 0.5em 1em;
	text-align: center;
}
.Section_usecase .p-usecase__box_item .p-usecase__box_item--tit h3 {
	margin-top: 2em;
}
.Section_usecase .p-usecase__box_item.case01 .p-usecase__box_item--tit big,
.Section_usecase .p-usecase__box_item.case02 .p-usecase__box_item--tit big,
.Section_usecase .p-usecase__box_item.case03 .p-usecase__box_item--tit big {
	color: #ffffff;
}
.Section_usecase .p-usecase__box_item.case01 .p-usecase__box_item--tit h3 {
	background-color: #00964e;
}
.Section_usecase .p-usecase__box_item.case02 .p-usecase__box_item--tit h3 {
	background-color: #004596;
}
.Section_usecase .p-usecase__box_item.case03 .p-usecase__box_item--tit h3 {
	background-color: #bb000b;
}
.Section_usecase .p-usecase__box_item.case01 .p-bgc__sky01,
.Section_usecase .p-usecase__box_item.case02 .p-bgc__sky01,
.Section_usecase .p-usecase__box_item.case03 .p-bgc__sky01 {
	background-color: #cc0000;
}
.Section_usecase .p-usecase__box_item.case01 .p-bgc__sky01 + dd,
.Section_usecase .p-usecase__box_item.case02 .p-bgc__sky01 + dd,
.Section_usecase .p-usecase__box_item.case03 .p-bgc__sky01 + dd {
	color: #cc0000;
}

/* other index */
.Section_sidebar .p-navi__sct {
	position: fixed;
	bottom: 60px;
	right: 20px;
	z-index: 15;
	transition: all 0.5s;
}
.Section_sidebar .p-btn__type01 ul li a {
	padding: 16px 32px;
	font-size: 0.9em;
	font-weight: bold;
	color: #ffffff;
	line-height: 1.2;
	background: #cc0000;
	border-radius: 45px;
}
.Section_sidebar .p-btn__type01 ul li a:hover {
	background: #fa000f;
	text-decoration: none;
}
/* aboout */
.p-page .p-wrapper .p-section .p-section__inner {
	max-width: 1275px;
}
.p-page .section_link .p-btnlink__box_item big {
	font-size: 15px;
}
.p-page .p-tit__type03 big {
	color: #222222;
}
.section_about_m h3 {
	display: inline-block;
	font-size: 1.3em;
	font-weight: bold;
	color: #222222;
	line-height: 1.5;
	border-bottom: 1px solid #222222;
}
.section_about_m .p-normaldocument__box_txt.services_text p {
	padding-left: 1em;
	text-indent: -1em;
}
.section_about_m .p-normaldocument__box_txt .sub_title {
	font-weight: bold;
	margin-bottom: 1em;
}
.section_about_m .p-normaldocument__box_txt .sub_title .sub_title_i {
	padding: 3px 10px;
	color: #ffffff;
}
@media screen and (max-width: 767px) {
	.section_about_m .p-normaldocument__box_txt .sub_title .sub_title_i {
		display: block;
		margin-bottom: 10px;
		padding: 0.5em;
		text-align: center;
	}
}
.section_about_m .p-normaldocument__box_txt .sub_title.feature_1 {
	border-bottom: solid 1px #cc0000;
}
.section_about_m .p-normaldocument__box_txt .sub_title.feature_1 .sub_title_i {
	background-color: #cc0000;
}
.section_about_m .p-normaldocument__box_txt .sub_title.feature_2 {
	border-bottom: solid 1px #cc0000;
}
.section_about_m .p-normaldocument__box_txt .sub_title.feature_2 .sub_title_i {
	background-color: #cc0000;
}
.section_about_m .p-normaldocument__box_txt .sub_title.feature_3 {
	border-bottom: solid 1px #cc0000;
}
.section_about_m .p-normaldocument__box_txt .sub_title.feature_3 .sub_title_i {
	background-color: #cc0000;
}
.section_about_m .p-normaldocument__box_txt .sub_title.feature_4 {
	border-bottom: solid 1px #cc0000;
}
.section_about_m .p-normaldocument__box_txt .sub_title.feature_4 .sub_title_i {
	background-color: #cc0000;
}
.section_about_m .p-normaldocument__box_txt p {
	line-height: 1.8;
}
.section_about_m .p-normaldocument__box_img img {
	width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
.section_about_m .p-normaldocument__box_img.image_s img {
	width: 100%;
	max-width: 700px;
}
.section_about_m .p-normaldocument__box_img.image_ss img {
	width: 100%;
	max-width: 750px;
}
@media screen and (max-width: 994px) {
	.JS #Contents .section_about_m .p-normaldocument__box_img img {
		width: 100%;
		max-width: 800px;
	}
	.JS #Contents .section_about_m .p-normaldocument__box_img.image_s img {
		width: 100%;
		max-width: 700px;
	}
	.JS #Contents .section_about_m .p-normaldocument__box_img.image_ss img {
		width: 100%;
		max-width: 750px;
	}
}

@media screen and (max-width: 767px) {
	.section_about_m .p-normaldocument__box_txt {
		margin-top: 3em;
	}
	.p-page .p-btnlink__box_item a {
		padding: 1em 2em 1em 1em;
	}
	.section_about_m .p-normaldocument__box_img.image_s {
		width: 100%;
	}
	.section_about_m .p-normaldocument__box_img.image_s img {
		width: auto;
	}
	.section_about_m .p-normaldocument__box_img.image_ss {
		width: 100%;
	}
}

.hsms_contact {
	text-align: center;
}
.hsms_contact p {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.3;
}
.hsms_contact2 p {
	font-size: 90%;
	font-weight: normal;
	margin: 30px 0 20px 0;
	line-height: 1.3;
}
.hsms_contact a {
	background-color: #cc0000;
	font-size: 33px;
	margin-bottom: 15px;
	padding: 20px 30px;
	display: inline-block;
	border-radius: 30px;
	line-height: 38px;
}
@media screen and (max-width: 994px) {
	.hsms_contact a {
		font-size: 110%;
	}
	.hsms_contact p {
		font-size: inherit;
	}
}
.hsms_contact a:hover {
	color: #FFFFFF;
	background-color: #fa000f;
	text-decoration: none;
}
.p-page .p-section .hsms_contact a img {
	vertical-align: middle;
	padding-left: 30px;
	display: inline;
	width: 22px;
}
/* usecase */
.p-page .p-usecase__box_item--tit big {
	color: #cc0000;
}
.p-page .p-bgc__sky01 {
	background-color: #cc0000;
}
.p-page .p-bgc__sky01 + dd {
	color: #cc0000;
}
/* case / wp */
.PageTitleWrapper #case .Title.Text_title {
	font-size: 300%;
	padding: 85px 0 0 40px;
}
@media screen and (max-width: 767px) {
	.PageTitleWrapper #case .Title.Text_title {
		padding: 5px 0 0 5.2%;
	}
}
@media screen and (max-width: 579px) {
	.PageTitleWrapper #case .Title.Text_title {
		font-size: 6.5vw;
	}
}
.TextArea,
.PageTitle.WithSubtitle .SubArea,
.Grid4 div.Section.Bg_wp .Inner {
	width: 1275px;
}
@media screen and (max-width: 1300px) {
	.TextArea,
	.PageTitle.WithSubtitle .SubArea,
	.Grid4 div.Section.Bg_wp .Inner {
		width: 965px;
	}
}
@media screen and (max-width: 994px) {
	.Grid4 div.Section.Bg_wp .Inner {
		width: 100%;
	}
}
.ColumnSet .Column3 {
	width: 1000px;
}
@media screen and (max-width: 1300px) {
	.ColumnSet .Column3 {
		width: 720px;
	}
}
@media screen and (max-width: 994px) {
	.ColumnSet .Column3 {
		width: 75%;
	}
}
.case .ColumnSet .Column2 .PanelText.Support:before {
	background-color: #ff636c;
}
.case .ColumnSet .Column2 .PanelText.Operation:before {
	background-color: #fa6900;
}
.case .ColumnSet .Column2 .PanelText.Construct:before {
	background-color: #008496;
}
.wp .Grid4 h2 {
	background: #737373;
}
.wp .Grid4 a.Button:link,
.wp .Grid4 a.Button:visited {
	background: #cc0000;
	color: #ffffff;
}
/*m-cloud_202011.css*/
.wp .Grid4 a.Button:hover {
    background: #fa000f;
}

/* window wide */
#TopicPath ul {
	width: 1275px;
}
@media screen and (max-width: 1315px) {
	#TopicPath ul {
		width: auto;
		padding: 20px 15px 5px;
	}
}
/* font family */
.p-page,
.p-page .p-wrapper,
.p-page .p-news__tit big,
.p-page .p-about__tit big,
.p-page .p-usecase__tit big,
.p-page .p-usecase__tit small,
.p-page .p-casestudy__tit big,
.p-page .p-usecase__box_item--tit big {
	font-family: "Hitachi Sans", "Noto Sans JP", "Yu Gothic UI", "Noto Sans" ,sans-serif;
}
.p-page .p-news__tit big,
.p-page .p-casestudy__tit h2 {
	color: #222222;
}

/*common.css*/
a:link, a:link * {
	color: #0c0c0c;
}
a:visited, a:visited * {
	color: #0c0c0c;
}
table th, table td {
	border-color: #d9d9d9;
}
table th {
	background-color: #f4f4f4;
}

/*style.css*/
.p-page .p-usecase__tit h2 {
    color: #222222;
}
.p-page .p-linkbtn__box_item > object > a,
.p-page .p-linkbtn__box_item > object > span {
	background: #cc0000;
}
.p-page .p-linkbtn__box_item > object > a:hover,
.p-page a:hover .p-linkbtn__box_item > object > a,
.p-page a:hover .p-linkbtn__box_item > object > span {
	background: #fa000f;
}
.p-page .p-bgc__blk01 {
	background-color: #222222;
}
.p-page .p-usecase__box_item--img i img {
	max-width: 1130px;
}
.p-page .p-service__tit big {
	color: #0c0c0c;
}
.p-page a:visited, .p-page a:link {
	color: #0c0c0c;
}
.hsms_contact a:link,
.hsms_contact a:visited,
.p-btnlink__box a:link,
.p-btnlink__box a:visited {
	color: #FFFFFF;
}

/*top_202302.css*/
.p-page .p-btn__type01 ul li a, .p-page .p-btn__type01 ul li span {
    background: #cc0000;
}
.p-page .p-btn__type01 ul li a:hover {
    background: #fa000f;
}
@media screen and (max-width: 767px) {
	.p-page .p-btn__type01 ul li a,
	.p-page .p-btn__type01 ul li span {
		background: #cc0000;
	}
	.p-page .p-btn__type01 ul li a:hover {
		background: #fa000f;
	}
}

/*m-cloud_202010.css*/
.PageTitle .TextArea .Title {
	color: #0c0c0c;
}
#Contact h2 {
	color: #0c0c0c;
}
#Contact h2 {
	color: #0c0c0c;
}
#Contact a, #Detail a {
    background-color: #cc0000;
}
#Contact a:hover, #Contact a:active {
	background-color: #fa000f;
}

/*m-cloud_202011.css*/
@media screen and (min-width: 768px) {
	.PageTitle#wp::after {
		content: '';
		background-color: rgba(255,255,255,0.3);
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 1;
	}
	.PageTitle .TextArea, .PageTitle.WithSubtitle .SubArea {
		position: relative;
		z-index: 2;
	}
}
@media screen and (max-width: 767px) {
	.JS .PageTitle.WithSubtitle .TextArea::after {
		content: '';
		background-color: rgba(255,255,255,0.3);
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 1;
	}
	.JS .PageTitle.WithSubtitle .TextArea .Title {
		z-index: 2;
	}
}
.PageTitle.WithSubtitle .SubArea .SubTitle {
	font-size: 120%;
}

.PageTitle.WithSubtitle .TextArea .Title {
	color: #0c0c0c;
}
.PageTitle.WithSubtitle .SubArea .SubTitle {
	color: #0c0c0c;
}
.PageTitle.WithSubtitle#wp .SubArea .SubTitle {
    text-shadow: none;
}