@charset "UTF-8";

/*------------------------------------------------
style
--------------------------------------------------*/
.forPC {
	display: block;
}
.forSP {
	display: none;
}

@media screen and (min-width:668px) and (max-width:800px) {
	.forPC {
		display: none;
	}
	.forSP {
		display: none;
	}
	.forTB {
		display: block;
	}
	.forPC.forTB {
		display: block;
	}
	.forSP.forTB {
		display: block;
	}
}

@media screen and (min-width: 0px) and (max-width: 667px) {
	.forPC {
		display: none;
	}
	.forSP {
		display: block;
	}
	.forTB {
		display: none;
	}
	.forPC.forTB {
		display: none;
	}
	.forSP.forTB {
		display: block;
	}
}

.notes {
	font-size: 75%;
}

#smart-factory sup{
	vertical-align: middle;
}


#smart-factory .mainVisual img {
	width: 100%;
	height: auto;
}

#smart-factory .maintitle {
	font-size: 218.75%;
	color: #005eb8;
	margin: 50px 0 25px 0;
	line-height: 1.2;
	font-weight: bold;
}
#smart-factory .subtitle {
	font-size: 137.5%;
	font-weight: bold;
	line-height: 1.5;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
	#smart-factory .maintitle {
		font-size: 150%;
		margin: 25px 0 15px;
	}
	#smart-factory .subtitle {
		font-size: 125%;
		margin-bottom: 10px;
	}
}
#smart-factory figure {
	margin: 0;
}
#smart-factory figure img {
	width: 100%;
	height: auto;
	backface-visibility: hidden;
}
#smart-factory .w100 {
	margin: 0;
}
#smart-factory .spacing {
	letter-spacing: -0.2px;
}
#smart-factory .txt-underline {
	text-decoration: underline;
}

/*------------------------
 index
------------------------*/

.index .headcell {
	background: url('../../smart-factory/images/bg_main_idx.jpg') no-repeat center center;
	background-size: cover;
	height: 406px;
	position: relative;
}

.index .headcell .mainvisual {
	width: 65.5%;
	height: 404px;
	align-items: center;
	display: flex;
}

.index .headcell .mainvisual img {
	width: 100%;
	height: auto;
}

.index .lead {
	font-size: 112.5%;
	margin-top: 25px;
}

.index .graybase {
	background: rgba(240, 239, 239, 1);
	padding: 50px 0px;
}

.index .col-3 {
	*zoom: 1;
}

.index .col-3:after {
	content: " ";
	display: table;
	clear: both;
}

.index .col-3 li {
	width: 32.5%;
	margin-right: 1.25%;
	float: left;
}

.index .col-3 li img {
	width: 100%;
	height: auto;
}

.index .col-3 li:nth-child(3n) {
	margin-right: 0;
}

.index .col-3 li:nth-child(n + 4) {
	margin-top: 20px;
}

.index .col-3 li a:hover {
	opacity: 0.7;
	background-color: rgba(255, 255, 255, 0.4);
	-moz-transition: 0.3s ease-out;
	-webkit-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	-ms-transition: 0.3s ease-out;
}

.index .idx_menu li a {
	display: block;
	height: 221px;
	padding: 30px;
	box-sizing: border-box;
	text-decoration: none;
	position: relative;
	text-shadow: 3px 3px 6px #ffffff, -3px -3px 6px #ffffff, -3px 3px 6px #ffffff, 3px -3px 6px #ffffff;
}

.index .idx_menu li a:after {
	content: '';
	width: 30px;
	height: 30px;
	border: 0px;
	border-top: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -15px;
}

.index .idx_menu li:nth-child(1) {
	background: url(../../smart-factory/images/idx_btn01.jpg) no-repeat right top;
}

.index .idx_menu li:nth-child(2) {
	background: url(../../smart-factory/images/idx_btn02.jpg) no-repeat right top;
}

.index .idx_menu li:nth-child(3) {
	background: url(../../smart-factory/images/idx_btn03.jpg) no-repeat right top;
}

.index .idx_menu li:nth-child(4) {
	background: url(../../smart-factory/images/idx_btn04.jpg) no-repeat right top;
}

.index .idx_menu li:nth-child(5) {
	background: url(../../smart-factory/images/idx_btn05.jpg) no-repeat right top;
}

.index .idx_menu li:nth-child(6) {
	background: url(../../smart-factory/images/idx_btn06.jpg) no-repeat right top;
}

.index .idx_menu li .idx_ttl span {
	font-size: 137.5%;
}

.index .smartFactory .ttl {
	margin-bottom: 25px;
}

.index .smartFactory dt {
	margin-top: 25px;
	color: #005eb8;
}

.index .smartFactory dt em {
	font-size: 150%;
}

.index .smartFactory .notes {
	font-size: 75%;
}

.index .smartFactory .pic {
	margin-top: 65px;
	text-align: center;
}

.index .smartFactory .pic .ttl {
	margin-bottom: 40px;
	font-size: 150%;
}

.index .smartFactory .pic img {
	width: 60%;
	height: auto;
}

@media screen and (min-width: 0px) and (max-width: 667px) {
	#content .m-box-fixed img {
		width: 100%;
		height: auto;
		backface-visibility: hidden;
	}

	.index .headcell {
		background: none;
		background-color: #e4edf6;
		height: auto;
		padding: 20px 0;
	}

	.index .headcell .mainvisual {
		height: auto;
		padding-top: 0;
		width: auto;
	}

	.index .headcell h2 {
		position: static;
	}

	.index .lead {
		position: static;
		margin: 20px 0;
		font-size: inherit;
	}

	.index .col-3 li {
		float: none;
		width: 100%;
		margin: 0 0 1px 0;
	}

	.index #content .idx_menu li {
		background-size: 100% auto;
	}

	.index #content .idx_menu li:nth-child(n+2) {
		margin-top: 10px;
	}

	.index .idx_menu li a {
		height: 160px;
	}

	.index .idx_menu li .idx_ttl span {
		font-size: 125%;
	}

}
@media screen and (min-width:668px) and (max-width:800px) {
	.index .headcell {
		background: url('../../smart-factory/images/bg_main_idx.jpg') no-repeat left 54% top;
		background-size: 189% auto;
		padding: 8.9% 0;
		height: 129px;
	}


	#content .m-box-fixed img {
		width: 100%;
		height: auto;
	}

	.index .headcell .mainvisual {
		width: 62.5%;
		align-items: baseline;
		display: flex;
		height: auto;
	}

	.index .headcell .mainvisual img {
		width: 100% !important;
		height: auto;
	}

	.index .headcell h2 {
		position: static;
	}

	.index .lead {
		position: static;
		margin: 30px 0 0 0;
		font-size: 93.75%;
	}

	.index #content .idx_menu li {
		background-size: cover;
	}

	.index .idx_menu li a {
		height: 130px;
		padding: 10px 15px;
		box-sizing: border-box;
	}

	.index .idx_menu li .idx_ttl {
		font-size: 12px;
	}

	.index .idx_menu li .idx_ttl span {
		font-size: 16px;
		line-height: 1.4;
	}
}

/*------------------------
 connect-plan
------------------------*/
#smart-factory.connect-plan .maintitle {
	margin: 25px 0;
}
.connect-plan .column dd {
	margin-bottom: 20px;
}

.connect-plan .detail_list {
	margin: 0 0 25px;
}

.connect-plan .txtbox {
	width: 60%;
	float: left;
}

.connect-plan .imgbox {
	float: right;
	width: 37.5%;
}

.connect-plan figcaption {
	margin-top: 10px;
	font-size: 87.5%;
	text-align: center;
}

.connect-plan #machinespec {
	margin-top: 100px;
}

.connect-plan table {
	width: 100%;
	table-layout: fixed;
	margin-top: 25px;
	border-left: 1px solid #d3d3d3;
}

.connect-plan table caption {
	font-weight: bold;
	margin-bottom: 25px;
}

.connect-plan table thead th,
.connect-plan table thead td {
	padding: 10px;
	text-align: center;
	background: #e5eef8;
}

.connect-plan table tbody th {
	background: #eeeeee;
	text-align: center;
}

.connect-plan table th,
.connect-plan table td {
	vertical-align: middle;
	border-top: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	font-size: 87.5%;
}

.connect-plan table td {
	padding: 10px;
	font-size: 112.5%;
	text-align: center;
}

.connect-plan table td sup {
	font-size: 55.6%;
}

.connect-plan table td.line_none {
	border-right: 0px solid #999;
}

.connect-plan .caution {
	margin-top: 15px;
	text-align: right;
	font-size: 12px;
}

.connect-plan .icon01,
.connect-plan .icon02 {
	position: relative;
}

.connect-plan .icon01:before {
	position: absolute;
	content: "";
	background: url(/chinese/smart-factory/images/connect-plan/i_factory-opera.gif) no-repeat;
	background-size: 100%;
	width: 33px;
	height: 33px;
	top: 0;
	left: 0;
}

.connect-plan .icon02:before {
	position: absolute;
	content: "";
	background: url(/chinese/smart-factory/images/connect-plan/i_process-record.gif) no-repeat;
	background-size: 100%;
	width: 33px;
	height: 33px;
	top: 0;
	left: 0;
}

.connect-plan #section03 .subtitle.icon01,
.connect-plan #section03 .subtitle.icon02 {
	padding-left: 45px;
}


.connect-plan .video-area {
	margin: 100px auto 70px;
}

.connect-plan .video-inner {
	width: 950px;
	margin: 0 auto;
}

.connect-plan .bluearea {
	background: #e5eff8;
	padding: 20px 50px 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.connect-plan .boxContainer{
	display: flex;
	justify-content: space-between;
}

.connect-plan .detail{
	font-size: 14px;
}

.connect-plan .detail span {
	font-size: 18px;
}
@media screen and (min-width: 768px) and (max-width: 979px) {
	.connect-plan .video-inner {
		width: 100%;
	}
}

.connect-plan .video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.connect-plan .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	.connect-plan .video-area {
		margin: 50px auto 40px;
	}

	.connect-plan .video-inner {
		width: 100%
	}

	.connect-plan .txtbox {
		width: 100%;
		float: none;
	}

	.connect-plan .imgbox {
		float: none;
		width: 100%;
		margin-top: 20px;
	}

	.connect-plan #machinespec {
		margin-top: 0;
	}

	.connect-plan .pdf_link {
		margin-top: 20px;
	}

	.connect-plan .pdf_link a {
		color: #005eb8;
	}

	.connect-plan #section02 .scroll {
		overflow: auto;
	}

	.connect-plan #section02 .m-box-fixed img {
		width: inherit;
	}

	.connect-plan .bluearea {
		padding: 20px 20px 5px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.connect-plan table thead th {
		width: auto !important;
		white-space: nowrap;
	}

	.connect-plan table th,
	.connect-plan table td {
		font-size: 75%;
	}
}

#smart-factory.connect-plan #machinespec .m-box-fixed {
	margin-top: 150px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	#smart-factory.connect-plan #machinespec .m-box-fixed {
		margin-top: 100px;
	}
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	#smart-factory.connect-plan #machinespec .m-box-fixed {
		margin-top: 50px;
	}
}

.video-area {
	margin: 100px auto 70px;
}

.video-inner {
	width: 100%;
	max-width: 997px;
	margin: 0 auto;
}

.video-inner video {
	width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 979px) {
	.video-inner video {
		width: 100%;
	}
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	.video-area {
		margin: 100px auto 35px;
	}
}

#smart-factory sup{
	vertical-align: middle;
}

/*------------------------
dream site
------------------------*/
#smart-factory.dreamsite .maintitle {
	margin: 25px 0;

}
#smart-factory.dreamsite .maintitle span {
	font-size: 68.571%;
	margin-left: 15px;
	font-weight: normal;
}

.dreamsite .lead-copy {
	margin-top: 20px;
	text-align: center;
}

.dreamsite .lead-copy p {
	font-size: 150%;
	line-height: 2;
}

.dreamsite .lead-copy p.notes {
	margin-top: 15px;
	font-size: 75%;
}

.dreamsite .lead-copy sub {
	bottom: 0.6rem;
}

.dreamsite .video-area {
	margin: 70px auto;
}

.dreamsite .video-inner {
	width: 984px;
	margin: 0 auto;
}
.dreamsite .video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.dreamsite .video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.dreamsite figcaption {
	text-align: center;
	margin-top: 5px;
}
.dreamsite .btn {
	margin: 0 auto;
	width: 80%;
}

.dreamsite .btn a {
	display: block;
	position: relative;
	text-align: center;
	padding: 10px 20px 10px 10px;
	text-decoration: none;
	background: #fff;
	border: solid 1px #005eb8;
}

.dreamsite .btn a:after {
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	border: 0px;
	border-top: solid 1px #005eb8;
	border-right: solid 1px #005eb8;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -4px;
}

.dreamsite .btn a:hover {
	background: #9bcbf7;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	border: 1px solid #6da1d6;
}
.dreamsite .box-rtl {
	direction: rtl;
}
.dreamsite .box-rtl .txtbox {
	direction: ltr;
}

.dreamsite .txtbox {
	width: 60%;
	display: table-cell;
	vertical-align: middle;
	padding: 0 20px 0 0;
}
.dreamsite .imgbox {
	width: 37.5%;
	display: table-cell;
	vertical-align: middle;
}

.dreamsite .txtbox.right {
	text-align: left;
	padding: 0 0 0 20px;
}
.dreamsite .imgbox.left {
	text-align: left;
}

.dreamsite .bluearea {
	background: #e5eff8;
	padding: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#smart-factory.dreamsite .bluearea .maintitle {
	margin: 0;
}

#smart-factory.dreamsite .bluearea .maintitle span {
	font-size: 60%;
	margin-left: 15px;
	font-weight: normal;
}

.dreamsite .bluearea .maintitle-ruby {
	margin-bottom: 15px;
}
.dreamsite .bluearea .btn {
	margin: 30px auto 0;
}

.dreamsite .ds-about-r {
	float: right;
	width: 48%;
}

.dreamsite .ds-about-l {
	float: left;
	width: 48%;
}

.dreamsite .bluearea table {
	margin-top: 20px;
	width: 100%;
}

.dreamsite .bluearea table th {
	padding: 3px 0;
	width: 105px;
	background: #005eb8;
	color: #fff;
	text-align: center;
	border: 2px solid #e5eff8;
	line-height: 1.2;
}

.dreamsite .bluearea table td {
	padding-left: 15px;
	background: #fff;
	border: 2px solid #e5eff8;
	vertical-align: middle;
}

.dreamsite .bluearea table td sup {
	font-size: 71%;
	line-height: 1;
}

#smart-factory.dreamsite .bluearea figure img {
	margin-top: 20px;
}

/* dreamsite1 */
.dreamsite1 .bluearea .btn {
	margin: 30px auto 0;
	width: 280px;
}

.dreamsite1 .bannerarea {
	text-align: center;
	font-size: 115%;
}

#smart-factory.dreamsite .bannerarea img {
	margin-top: 10px;
	width: 386px;
}

#smart-factory.dreamsite .bannerarea img:hover {
	opacity: 0.7;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.dreamsite .lead-copy p {
		font-size: 93.75%;
	}
	#smart-factory.dreamsite .maintitle {
		font-size: 187.5%;
	}
}
@media screen and (min-width: 768px) and (max-width: 997px) {
	.dreamsite .video-inner {
		width: 100%;
	}
}
@media screen and (min-width: 768px) and (max-width: 800px) {
	.dreamsite1 #content .bannerarea img {
		width: 386px;
	}
}

@media screen and (min-width: 0px) and (max-width: 767px) {
	.dreamsite .lead-copy {
		text-align: left;
	}
	.dreamsite .btn {
		width: 100%;
	}
	.dreamsite .box-rtl {
		direction: ltr;
	}
	.dreamsite .txtbox {
		width: 100%;
		display: block;
		padding: 0 0 10px 0;
	}
	.dreamsite .txtbox.right {
		padding: 0 0 10px 0;
	}
	.dreamsite .bluearea .btn {
		width: 100%;
	}

	.dreamsite .video-area {
		margin: 50px auto 40px;
	}

	.dreamsite .video-inner {
		width: 100%
	}

	#smart-factory.dreamsite .maintitle {
		margin: 10px 0 15px;
	}
	.dreamsite .lead-copy p {
		font-size: 115%;
		line-height: 1.8;
	}

	.dreamsite .txtbox-r,
	.dreamsite .txtbox-l {
		width: 100%;
		float: none;
	}

	.dreamsite .imgbox-r,
	.dreamsite .imgbox-l {
		float: none;
		width: 100%;
		margin: 20px 0 40px;
	}

	.dreamsite .ds-about-l {
		width: 100%;
		float: none;
	}

	.dreamsite .ds-about-r {
		float: none;
		width: 100%;
		margin-top: 40px;
	}

	.dreamsite .bluearea {
		padding: 40px 20px;
	}
}

/*------------------------
osp-suite
------------------------*/
#smart-factory.osp-suite .col-2 figure img {
	width: 100%;
	height: auto;
	backface-visibility: hidden;
}
.osp-suite .bluearea {
	background: #e5eff8;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.osp-suite .blue-bg-title {
	background-color: #0b308e;
	padding: 30px;
	color: #ffffff;
	text-align: center;
}
.osp-suite .blue-bg-title h4 {
	margin-top: 10px;
	font-size: 218.75%;
	line-height: 1.2;
	font-weight: bold;
}
.osp-suite .flow {
	display: flex;
	flex-wrap: wrap;
	margin-top: 20px;
}
.osp-suite .flow li {
	position: relative;
	width: 31.666%;
	background-color: #edf3f9;
	padding: 30px;
	box-sizing: border-box;
}
.osp-suite .flow li:not(:last-child):after {
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	content: '';
	top: 50%;
	right: -23px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	border-width: 15px 0 15px 15px;
	border-color: transparent transparent transparent #00bbff;
}
.osp-suite .flow li + li {
	margin-left: 2.5%;
}
.osp-suite .flow .step {
	font-size: 50px;
	line-height: 1;
	color: #005eb8;
	text-align: center;
}
.osp-suite .flow .step span {
	display: block;
	font-size: 14px;
}
.osp-suite .flow figcaption {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
	.osp-suite .blue-bg-title {
		padding: 15px;
	}
	.osp-suite .blue-bg-title h4 {
		margin-top: 5px;
		font-size: 150%;
	}
	.osp-suite .flow li {
		width: 100%;
		padding: 15px;
	}
	.osp-suite .flow li:not(:last-child):after {
		top: auto;
		bottom: -30px;
		right: auto;
		left: calc(50% - 13px);
		border-width: 13px 12.5px 0 12.5px;
		border-color: #00bbff transparent transparent transparent;
	}
	.osp-suite .flow li + li {
		margin-left: 0;
		margin-top: 30px;
	}
}

/* index */
.osp-suite.index .m-btn-box {
	margin: 30px auto 0;
}
.osp-suite.index .bluearea {
	background-color: #f2f7fb;
	padding: 50px 0;
}
.osp-suite.index h3 {
	font-size: 28px;
	margin-bottom: 30px;
	text-align: center;
	line-height: 2;
}
.osp-suite.index h3 span {
	font-size: 64px;
	display: block;
	color: #005eb8;
	line-height: 1;
}
.osp-suite.index .list_page {
	width: 100%;
	margin: 50px auto 20px auto;
	display: flex;
}
.osp-suite.index .list_page li {
	position: relative;
	width: 32.666%;
	background-color: #fff;
	border: 1px solid #005eb8;
	text-align: center;
	box-sizing: border-box;
}
.osp-suite.index .list_page li + li {
	margin-left: 1%;
}
.osp-suite.index .list_page li:hover {
	background: #9bcbf7;
	transition: 0.3s;
}
.osp-suite.index .list_page li:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 10px;
	display: block;
	width: 10px;
	height: 10px;
	margin-left: -5px;
	background-color: transparent;
	border-right: 1px solid #015fb8;
	border-bottom: 1px solid #015fb8;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.osp-suite.index .list_page li a {
	display: block;
	padding: 23px 15px;
	text-decoration: none;
}
.osp-suite.index .list_page li span {
	display: block;
	font-size: 150%;
	color: #005eb8;
}

.osp-suite.index .ttl-area {
	display: flex;
}
.osp-suite.index .ttl-area .icon {
	width: 64px;
	margin-right: 15px;
}
.osp-suite.index .ttl-area .ttl {
	width: calc(100% - 79px);
}
.osp-suite.index .ttl-area h4 {
	font-size: 24px;
	font-weight: bold;
	color: #0069b7;
	line-height: 1.4;
}
.osp-suite.index .ttl-area h4 span {
	font-size: 12px;
	font-weight: normal;
	color: #000;
}
.osp-suite.index #section1 .m-box-fixed .two_column {
	margin-top: 0;
}
.osp-suite.index #section1 .m-box-fixed .two_column .col-2 {
	margin-top: 70px;
}
.osp-suite.index #section1 .m-box-fixed .two_column .ttl-area + .ttl-area {
	margin-top: 30px;
}
.osp-suite.index .btn {
	margin: 0 auto;
	max-width: 405px;
}
.osp-suite.index .btn a {
	display: block;
	position: relative;
	text-align: center;
	padding: 10px 20px 10px 10px;
	text-decoration: none;
	background: #fff;
	border: solid 1px #005eb8;
}
.osp-suite.index .btn a:after {
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	border: 0px;
	border-top: solid 1px #005eb8;
	border-right: solid 1px #005eb8;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -4px;
}
.osp-suite.index .btn a:hover {
	background: #9bcbf7;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	border: 1px solid #6da1d6;
}
.osp-suite.index img.default {
	width: auto !important;
}
@media screen and (min-width: 0px) and (max-width: 1051px) {
	.osp-suite.index img.default {
		width: 100% !important;
	}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
	.osp-suite.index h3 {
		font-size: 125%;
		margin-bottom: 25px;
	}
	.osp-suite.index .bluearea {
		padding: 25px 0;
	}
	.osp-suite.index h3 span {
		font-size: 180%;
		line-height: 1.2;
	}
	.osp-suite.index .list_page {
		flex-wrap: wrap;
	}
	.osp-suite.index .list_page li {
		width: 100%;
		font-size: 14px;
	}
	.osp-suite.index .list_page li + li {
		margin: 10px 0 0 0;
	}
	.osp-suite.index .list_page li a {
		display: block;
		padding: 15px;
		text-decoration: none;
	}
	.osp-suite.index .list_page li span {
		font-size: 20px;
	}
	.osp-suite.index .ttl-area .icon {
		width: 46px;
		margin-right: 10px;
	}
	.osp-suite.index .ttl-area .ttl {
		width: calc(100% - 56px);
	}
	.osp-suite.index .ttl-area p {
		margin-bottom: 5px;
		line-height: 1.2;
	}
	.osp-suite.index .ttl-area h4 {
		line-height: 1.2;
	}
	.osp-suite.index .ttl-area h4 span {
		display: block;
	}
}

/* osp-vps */
.osp-vps .bluearea {
	padding: 50px;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
	.osp-vps .bluearea {
		padding: 20px;
	}
	.osp-vps .m-table-common tbody th {
		width: auto;
		padding: 10px;
		white-space: nowrap;
	}
	.osp-vps .m-table-common tbody td {
		padding: 10px;
	}
}

/* logging */
.logging .bluearea {
	padding: 20px;
}
.logging .bluearea .subtitle {
	color: #005eb8;
	margin-bottom: 10px;
}

/* osp-ai */
.osp-ai .bluearea {
	padding: 30px;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
	.osp-ai .bluearea {
		padding: 30px 15px;
	}
}
/* excel_machining */
.excel_machining .bluearea {
	padding: 50px;
}
.excel_machining .m-list-disc.blue > li + li {
	margin-top: 5px;;
}
.excel_machining .example {
	position: relative;
	margin-top: 20px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.excel_machining .example:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	right: -44px;
	left: 0;
	margin: auto;
	width: 24px;
	height: 24px;
	border: 24px solid transparent;
	border-left: 24px solid #c9c9ca;
	box-sizing: border-box;
}
.excel_machining .example:after {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	right: 0;
	left: -20px;
	margin: auto;
	width: 20px;
	height: 28px;
	background-color: #c9c9ca;
}
.excel_machining .example dl {
	position: relative;
	width: 46.36%;
	padding: 20px;
	box-sizing: border-box;
}
.excel_machining .task {
	border: solid 1px #cccccc;
	background-color: #eeeeee;
	margin-right: 7.27%;
}
.excel_machining .merit {
	border: solid 1px #3e699e;
	background-color: #e9ecf0;
}
.excel_machining .example dt {
	font-size: 22px;
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 20px;
}
.excel_machining .merit dd {
	font-size: 18px;
}
.excel_machining .flow li {
	background-color: inherit;
	padding: 0;
}
.osp-suite .flow li:not(:last-child):after {
	content: none;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
	.excel_machining .bluearea {
		padding: 30px 15px;
	}
	.excel_machining .example:before,
	.excel_machining .example:after {
		content: none;
	}
	.excel_machining .example dl {
		width: 100%;
	}
	.excel_machining .task {
		margin-right: 0%;
	}
	.excel_machining .merit {
		position: relative;
		margin-top: 70px;
	}
	.excel_machining .merit:before {
		position: absolute;
		content: "";
		top: -40px;
		bottom: auto;
		left: 0;
		right: 0;
		margin: auto;
		width: 24px;
		height: 24px;
		border: 24px solid transparent;
		border-top: 24px solid #c9c9ca;
		box-sizing: border-box;
	}
	.excel_machining .merit:after {
		position: absolute;
		content: "";
		top: -59px;
		bottom: auto;
		left: 0;
		right: 0;
		margin: auto;
		width: 30px;
		height: 20px;
		background-color: #c9c9ca;
	}
	.excel_machining .flow li + li {
		margin-top: 45px;
	}
}
