@charset "utf-8";


/*********************************************
 * AIプラント運転支援ソリューション
 * /business/dx/smart/factory/ai-plant.html
 *********************************************/


/*---------------------------
  汎用
---------------------------*/
@media only screen and (max-width: 768px) {
	.pc_only{ display:none;}
}
/* 画像 */
.image_wrapper{
	width:100%;
	text-align:center;
}
.image_wrapper img{
	max-width:100%;
}
/* Youtube */
.mov_area {
	width:100%;
	margin:50px auto;
}
@media only screen and (max-width: 768px){
	.mov_area {
		width:100%;
	}
}
.mov {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.mov iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
/* ※付リスト */
ul.mark-list {
	margin: 0;
	padding: 0
}
ul.mark-list li {
	list-style: none;
	padding-left: 1.3em;
	text-indent: -1.3em;
}


/*---------------------------
  Top
---------------------------*/
h1 span{
	display:block;
	font-size:20px;
	line-height:1.5 !important;
	margin-bottom:10px;
}
.service_kobetsu_slider_icon{
	width:30px;
	height:auto;
}

/* News/Topics */
h3.news_ttl{
	font-size:24px;
	font-weight:bold;
	line-height:1.5;
	margin:0 0 15px 0;
}
.news_wrapper{
	overflow:auto;
	height:450px;
	padding:0 20px 40px 0;
}
.news_wrapper h4,
.news_wrapper p{
	font-size:16px;
	line-height:1.5;
	margin:0 !important;
}
.news_block{
	margin:0 0 20px 0;
}


/*---------------------------
  オペレーション品質における課題
---------------------------*/
.problem_ttl{
	font-size:18px;
	font-weight:bold;
	margin:0 0 20px 0;
}
.problem_wrapper{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	align-items:center;
	margin:30px auto 50px;
}
.problem_pic{
	width:25%;
	text-align:center;
}
.problem_pic img{
	width:60%;
}
.problem_txt{
	width:75%;
}
.problem_txt h4{
	font-size:18px;
	font-weight:bold;
	margin:20px 0 10px 0;
}
.problem_txt > h4:nth-child(1){
	margin-top:0;
}
.problem_txt ul{
	margin:1em 0 0;
}

@media only screen and (max-width: 768px) {
	.problem_wrapper{
		width: 100%;
	}
	.problem_pic{
		width:100%;
	}
	.problem_pic img{
		width:25%;
		margin:0 0 20px 0;
	}
	.problem_txt{
		width:100%;
	}
}


/*---------------------------
  導入までの流れ
---------------------------*/
.step-wrapper {
	position: relative;
}
.step-content {
	padding: 15px 0 30px 70px;
	margin: 0;
	position: relative;
}
.step-content::before {
	content: "";
	display: block;
	width: 60px;
	height: 60px;
	background: #004386;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: -3px;
}
.step-content::after {
	content: "";
	display: block;
	height: calc(100% - 60px);
	border-left: solid 3px #004386;
	position: absolute;
	top: 60px;
	left: 26px;
}
.step-label {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	position: absolute;
	top: 23px;
	left: 4px;
	font-family:"Arial", sans-serif;
}
.step-title {
	font-weight: bold;
	font-size: 18px;
	line-height:1.5;
}
.step-body {
	margin-top: 10px;
	line-height:1.5;
}
.step-wrapper > :last-of-type::after {
	display: none;
}


/*---------------------------
  本番サービス導入に含まれるもの
---------------------------*/
.item_wrapper{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.item_box{
	width:32%;
}
@media only screen and (max-width: 768px){
	.item_box{
		width:100%;
	}
}
.item_ttl{
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	line-height:1.5;
	text-align:center;
	background-color:#004386;
	padding:3px 0;
	border-radius:20px;
}
.item_pic{
	width:100%;
	text-align:center;
}
.item_pic img{
	max-width:100%;
	margin:20px 0 0;
}
/*注釈*/
.notes{
	border:1px solid #004386;
	border-radius:20px;
	padding:10px;
	text-align:center;
}
.notes p{
	margin:0;
}


/*---------------------------
  よくあるご質問
---------------------------*/
.faq_wrapper{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	align-items:center;
	border-radius:20px;
}
.faq_wrapper.question{
	border:1px solid #7F6800;/*茶色*/
	background-color:#FEF1B2;/*黄色*/
	padding:10px 20px;
	margin:15px auto;
}
.faq_wrapper.answer{
	border:1px solid #003264;/*紺色*/
	background-color:#E8F4FF;/*水色*/
	padding:20px;
	margin:15px auto 50px;
}
.question_pic{
	width:10%;
}
.question_pic img{
	max-width:100%;
}
.question_txt{
	width:88%;
}
.answer_txt{
	width:100%;
}
p.faq_txt{
	font-size:17px;
	line-height:1.5;
	padding-left: 2.3em;
	text-indent: -2.3em;
	margin:0;
}
@media only screen and (max-width: 768px){
	.question_pic{
		width:20%;
	}
	.question_txt{
		width:78%;
	}
}