@charset "utf-8";

#contents {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	color: #333333;
}
#contents a {
	color: #4b70b5;
	text-decoration: none;
}
#contents a:hover {
	color: #4b70b5;
	text-decoration: underline;
}


#contents.supportContents {
	width: 100%;
}
#contents.supportContents .seminar {
	background-image: url(images/maintitle_bg_seminar.jpg);
}
#contents.supportContents .training {
	background-image: url(images/maintitle_bg_training.jpg);
}

#contents.supportContents h2 {
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	color: #4B70B4;
	font-size: 21px;
	margin-bottom: 20px;
	line-height: 25px;
}
#contents.supportContents h3 {
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	color: #333333;
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 25px;
}
#contents.supportContents p {
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 28px;
}
#contents.supportContents p .textLarge {
	font-size: 36px;
}



/* solutionsCommon */
#contents.supportContents,
#contents.supportContents .section01,
#contents.supportContents .section02,
#contents.supportContents .section03 {
	width: 100%;
	position: relative;
}



/* pstn */
#pstn .section01 .sec01TextArea,
#pstn .section02 .sec02TextArea,
#pstn .section03 .sec03TextArea {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#pstn .section01 {
	min-width: 960px;
}
#pstn .section01 .section01bg {
	background-image: url(../products/support/images/pstn/title_pc.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 1920px 400px;
	height: 400px;
}
#pstn .section01 .sec01TextArea h1 {
	color: #D16D3B;
	font-size: 33px;
	position: absolute;
	top: 25px;
	left: 40px;
	line-height: 1.2em;
	font-weight: bold;
}
#pstn .section01 .sec01TextArea h1 span {
	color: #251E1C;
	font-size: 21px;
	font-weight: bold;
}
#pstn .section02 .sec02TextArea {
	padding: 100px 0 0 0;
}
#pstn .section02 .sec02TextArea.colorBG {
	background-color: #F6F8EF;
	padding: 100px 0 1px 0;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: center;
	margin-bottom: 100px;
}
#pstn .section02 .sec02TextArea p.section2P {
	margin: -20px auto 30px auto;
}
#pstn .section02 .sec02TextArea p.section2P a {
	text-decoration: underline;
	font-weight: bold;
	font-size: 120%;
}
#pstn .section02 .sec02TextArea p.section2P a:hover {
	text-decoration: none;
}
#pstn .section02 ul {
	font-size: 0;
	margin-bottom: 80px;
	text-align: center;
}
#pstn .section02 ul li {
	font-size:12px;
	width: 280px;
	display:inline-block;
	margin-right: 50px;
	text-align: left;
}
#pstn .section02 .fourList ul li {
	width: 210px;
	margin-right: 30px;
}
#pstn .section02 li:last-child,
#pstn .section02 .fourList li:last-child {
	margin-right: 0px;
}
#pstn .section02 li img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
#pstn .section02 li h2 {
	color: #251E1C;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.25em;
	margin: 0;
	border-left: 4px solid #4B70B5;
	padding: 5px 0 5px 15px;
	width: 100%;
}
#pstn .section02 .fourList li h2 {
	color: #251E1C;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.25em;
	margin: 0;
	border-left: 4px solid #4B70B5;
	padding: 3px 0 3px 10px;
	width: 100%;
}
#pstn .section02 li p {
	width: 100%;
}
#pstn .section02 li p a {
	font-size: 15px;
	line-height: 40px;
	text-align: center;
	display: block;
	background-color: #4B70B5;
	color: #FFFFFF;
	border-radius: 3px;
	position: relative;
}
#pstn .section02 li p a::after {
	display: block;
	width: 40px;
	content: ">";
	transform: scale(0.8, 1.5);
	position: absolute;
	right: 0;
	top: -1px;
}
#pstn .section02 li p a:hover {
	opacity: 0.7;
	text-decoration: none;
}
#pstn .section02 span.formBtn {
	display: block;
	width: 700px;
	margin: auto;
	text-align: center;
}
#pstn .section02 span.formBtn a {
	background-image: url(../products/support/images/pstn/mailto.png);
	background-repeat: no-repeat;
	display: block;
	width: 700px;
	height: 180px;
	text-indent: -9999px;
}
#pstn .section02 span.formBtn a:hover {
	opacity: 0.7;
	text-decoration: none;
}
#pstn .section03 .sec03TextArea {
	padding: 0;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: center;
	margin-bottom: 100px;
}
#pstn .section03 ul {
	font-size: 0;
}
#pstn .section03 ul li {
	font-size:12px;
	width: 205px;
	display:inline-block;
	margin-right: 40px;
	text-align: left;
}
#pstn .section03 li:last-child {
	margin-right: 0px;
}
#pstn .section03 li img {
	width: 205px;
	height: auto;
	margin-bottom: 10px;
}
#pstn .section03 li h2 {
	color: #251E1C;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.25em;
	margin: 0;
	padding: 0;
	width: 100%;
}
#pstn .section03 li p {
	width: 100%;
}
#pstn .section03 li p a {
	font-size: 15px;
	line-height: 40px;
	text-align: center;
	display: block;
	background-color: #4B70B5;
	color: #FFFFFF;
	border-radius: 3px;
	position: relative;
}
#pstn .section03 li p a:hover {
	opacity: 0.7;
	text-decoration: none;
}
#pstn .section03 span.formBtn {
	display: block;
	width: 700px;
	margin: auto;
	text-align: center;
}
#pstn .section03 span.formBtn a {
	background-image: url(../products/support/images/pstn/mailto.png);
	background-repeat: no-repeat;
	display: block;
	width: 700px;
	height: 180px;
	text-indent: -9999px;
}
#pstn .section03 span.formBtn a:hover {
	opacity: 0.7;
	text-decoration: none;
}






/* industry */
#industry .section01 .sec01TextArea,
#industry .section02 .sec02TextArea,
#industry .section03 .sec03TextArea {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#industry .bgGray {
	background-color: #F2F2F2;
	padding-bottom: 100px;
}
#industry .section01 {
	min-width: 960px;
}
#industry .section01 .section01bg {
	background-image: url("../products/support/images/industry/title_pc.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 1920px 400px;
	height: 400px;
}
#industry .section01 .sec01TextArea h1 {
	color: #FFF;
	font-size: 35px;
	position: absolute;
	top: 60px;
	left: 40px;
	line-height: 1.2em;
	font-weight: bold;
}
#industry .section01 .sec01TextArea h1 span {
	font-size: 21px;
	line-height: 3em;
	font-weight: bold;
}
#industry .section01 .sec01TextArea p {
	font-size: 19px;
	color: #FFF;
	position: absolute;
	top: 265px;
	left: 40px;
}
#industry .section02 {
	padding: 50px 0 50px 0;
}
#industry .section02 .sec02TextArea {
	padding: 0 0 0 20px;
}
#industry .section02 .txtBlue {
	color: #2A3B8F;
}
#industry .section02 .txtRed {
	color: #D16D61;
}
#industry .section02 .txtGreen {
	color: #1EA4B8;
}
#industry .section02 .txtYellow {
	color: #E2B524;
}
#industry .section02 .txtSky {
	color: #65A6DE;
}
#industry .section02 .blue,
#industry .section02 .red,
#industry .section02 .green,
#industry .section02 .yellow,
#industry .section02 .sky {
	background-image: url(../products/support/images/industry/h2_line_01.png);
	background-repeat: no-repeat;
	background-position: center 8px;
}
#industry .section02 .blue {
	background-image: url(../products/support/images/industry/h2_line_01.png);
}
#industry .section02 .red {
	background-image: url(../products/support/images/industry/h2_line_02.png);
}
#industry .section02 .green {
	background-image: url(../products/support/images/industry/h2_line_03.png);
}
#industry .section02 .yellow {
	background-image: url(../products/support/images/industry/h2_line_04.png);
}
#industry .section02 .sky {
	background-image: url(../products/support/images/industry/h2_line_05.png);
}
#industry .section02 h2 {
	font-size: 28px;
	font-weight: bold;
	padding-bottom: 20px;
	line-height: 1.25em;
	border-bottom: 1px solid #C9C9C9;
}
#industry .section02 h2 span {
	font-size: 20px;
	font-weight: bold;
	color: #251E1C;
}
#industry .section02 h2 img {
	height: 30px;
	display: block;
	margin: 10px 0 -10px auto;
}
#industry .section02 h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.25em;
}
#industry .section02 p + h3 {
	margin-top: -50px;
}
#industry .section02 p {
	color: #251E1C;
	font-size: 18px;
	margin-bottom: 80px;
}
#industry .section02 p.small {
	color: #251E1C;
	font-size: 90%;
	line-height: 1.5em;
}
#industry .section02 p.tableBotomtext {
	margin-top: -40px;
}
#industry .section02 p.tableBotomtext span {
	display: block;
	text-indent: -2em;
	padding-left: 2em;
	line-height: 1.75em;
}
#industry .section02 .tableBox td {
	text-align: center;
}
#industry .section02 .tableBox td img {
	height: 20px;
	vertical-align: bottom;
}
#industry .section02 .tableBox td sup {
	margin-right: -2em;
	margin-left: 0.25em
}
#industry .section02 p + p {
	color: #251E1C;
	font-size: 18px;
	margin-top: -60px;
}
#industry .section03::before {
	content: "";
	display: block;
	position: absolute;
	top: -13px;
	width: 100%;
	height: 25px;
	left: 0;
	right: 0;
	background-image: url(../products/support/images/industry/list_line.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#industry .section03 .sec03TextArea {
	padding: 100px 0 0 0;
}
#industry .section03 ul {
	font-size: 0;
	margin-bottom: 80px;
}
#industry .section03 ul li {
	font-size:12px;
	width: 280px;
	display:inline-block;
	margin-right: 50px;
}
#industry .section03 li:last-child {
	margin-right: 0px;
}
#industry .section03 li img {
	width: 280px;
	height: auto;
	margin-bottom: 10px;
}
#industry .section03 li h2 {
	color: #251E1C;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.25em;
	margin: 0;
	border-left: 4px solid #4B70B5;
	padding: 5px 0 5px 15px;
	width: 100%;
}
#industry .section03 li p {
	width: 100%;
}
#industry .section03 li p a {
	font-size: 15px;
	line-height: 40px;
	text-align: center;
	display: block;
	background-color: #4B70B5;
	color: #FFFFFF;
	border-radius: 3px;
	position: relative;
}
#industry .section03 li p a::after {
	display: block;
	width: 40px;
	content: ">";
	transform: scale(0.8, 1.5);
	position: absolute;
	right: 0;
	top: -1px;
}
#industry .section03 li p a:hover {
	opacity: 0.7;
	text-decoration: none;
}
#industry .section03 span.formBtn {
	display: block;
	width: 700px;
	margin: auto;
	text-align: center;
}
#industry .section03 span.formBtn a {
	background-image: url(../products/support/images/pstn/mailto.png);
	background-repeat: no-repeat;
	display: block;
	width: 700px;
	height: 180px;
	text-indent: -9999px;
}
#industry .section03 span.formBtn a:hover {
	opacity: 0.7;
	text-decoration: none;
}

#contents.supportContents h2.product2020 {
	background-image: url("../products/images/productlist_h2_bg.png");
	background-repeat: repeat-y;
	background-position: center center;
	font-size: 24px;
	color: #4b70b5 !important;
	width: 100%;
	max-width: 940px;
	margin: 0px auto 15px auto;
	padding: 17px 40px;
}
#contents.supportContents .bnrBox2023 {
	margin: 0px auto 30px auto;
	max-width: 940px;
}
#contents.supportContents .bnrBox2023 ul.bnrListArea {
	list-style: none;
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#contents.supportContents .bnrBox2023 ul.bnrListArea li {
	display: inline-block;
	letter-spacing: normal;
	margin-bottom: 20px;
	margin-right: 0;
	width: auto;
}
#contents.supportContents .bnrBox2023 ul.bnrListArea::after{
  content:"";
  display: block;
  width:300px;
}
#contents.supportContents .bnrBox2023 ul.bnrListArea li:nth-child(even) {
	text-align: right;
}
#contents.supportContents .bnrBox2023 ul.bnrListArea li img {
	width: 300px;
	margin: 0;
}
#contents.supportContents .bnrBox2023 ul.bnrListArea li span.date {
	width: 300px;
	display: block;
	margin-left: 0;
	margin-right: auto;
	margin-bottom: 5px;
	margin-top: 5px;
	color: #707070;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
}
#contents.supportContents .bnrBox2023 ul.bnrListArea li:nth-child(even) span.date {
	margin-left: auto;
	margin-right: 0;
	text-align: left;
}
#contents.supportContents .bnrBox2023 ul.bnrListArea li img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}


