@charset "UTF-8";

/*----------------------------------------
ベース
----------------------------------------*/
/* #contents-ai {
  min-width: 1500px;
  font-size: 1.8rem;
  line-height: 1.5;
  font-family: Arial, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", sans-serif;
  position: relative;
  letter-spacing: 1px;
  overflow-x: hidden;
  overflow: visible;
}

#contents-ai a {
  transition: all 0.3s;
} */
.contents-ai {
	color: #000;
	/* min-width: 1500px; */
	/* color: #fff; */
	padding-block-start: 6.25rem;
	font-size: 1.8rem;
	line-height: 1.5;
	font-family: Arial, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro", sans-serif;
	position: relative;
	letter-spacing: 1px;
	overflow-x: hidden;
	overflow: visible;
}
@media screen and (max-width: 767px) {
	.contents-ai {
		padding-block-start: 4.4375rem;
	}
}

img {
	max-width: 100%;
}

.contents-ai a {
	transition: all 0.3s;
}

.top_bg_n {
	padding: 2em 2em 5em 2em;
	display: block;
	background: url(/img/business/ai-translation/bg_mv.jpg) center center / cover;
	position: relative;
	text-align: center;
}

.h1-l a {
	color: #fff;
}
.h1-l a img {
	display: block;
	margin: 10px auto 0 auto;
	max-width: 240px;
}

.news_title {
	background-color: #f2f2f2;
	max-width: 1270px;
	margin: -2em auto 0 auto;
	position: relative;
	z-index: 10;
}

/* --------------------------------------------------

ぱんくず

-------------------------------------------------- */

.breadCrumbs {
	padding: 0.3em 1em;
	margin-bottom: 1em;
	text-align: right;
	overflow-x: auto;
	white-space: nowrap;
	position: relative;
	max-width: 1270px;
	margin: 0 auto 0 auto;
	background: #dcdcdc;
}

.breadCrumbs ul {
	display: flex;
	flex-wrap: wrap;
}

.breadCrumbs li:first-child {
	margin: 0;
}
.breadCrumbs li {
	color: #000;
	font-size: 14px;
	display: inline-block;
	margin: 0 0 0 0.5em;
}
/* .breadCrumbs li:after {
	color: #000;
	content: "\f105";
	margin: 0 0 0 1em;
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	display: inline-block;
} */
/* .breadCrumbs li:last-child:after {
	display: none;
} */
#contents-ai .breadCrumbs li a {
	color: #000;
}

.title_in {
	color: #1d4695;
	font-size: 35px; /*文字の大きさh2*/
	padding: 10px 30px;
	font-weight: bold;
}

.news-area {
	margin: 0 auto;
	width: 90%;
}

.news_box {
	margin: 0 auto;
	width: 60%;
}

.news_in {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 30px;
	margin-top: 25px;
}

.time01 {
	margin-bottom: 40px;
	color: #000000;
	text-align: right;
}

.n_title {
	margin-top: 20px;
	margin-bottom: 30px;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

.pic_block {
	width: 90%;
	margin: 10px;
}

.news_pic {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 15px;
	padding-bottom: 15px;
	gap: 35px;
}

.pic_item {
	width: 43%;
}

.news_link {
	color: #000000;
	border-bottom: 0.5px solid #000000;
}

.news_link:hover {
	opacity: 0.5;
}

.t_title03 {
	font-size: 20px;
	font-weight: bold;
	padding-top: 30px;
}

.a_gaibu_l:after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 19px;
	background: url(../img/icon_gaibu_l.png) no-repeat center center;
	position: absolute;
	right: -3rem;
	top: 50%;
	margin-top: -10px;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

/* -- 表 -- */

.n_info {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

.n_info tr {
	border: 1px solid #acacac;
}

.n_info tr th,
.n_info tr td {
	padding: 20px 20px;
	text-align: left;
	vertical-align: top;
}

.n_info tr th {
	width: 20%;
	font-weight: bold;
	background: #c0c0c0;
}

.n_info tr td {
	width: 80%;
}

/* -- 表 ここまで -- */

div,
ul,
ol,
li,
p {
	position: static;
}

a:hover {
	opacity: 1;
}

/*
#contents-ai a:link,
#contents-ai a:visited {
	color: #FFF;
	text-decoration: none;
}
*/

.inner {
	max-width: 1280px;
	margin: 0 auto;
}

br.pc-br {
	display: block;
}

.txt-block {
	line-height: 2.5;
}

.txt-block p {
	font-size: 2rem;
	font-weight: bold;
}

.txt-block ul {
	margin-top: 1.5em;
	list-style-type: disc;
	list-style-position: inside;
}

.txt-block ul li {
	text-indent: -1.2em;
	padding-left: 1.2em;
}

.w_100 {
	width: 100%;
}

@media screen and (max-width: 1500px) {
	#contents-ai {
		min-width: 0;
	}
	.a_gaibu_l:after {
		margin-top: 2px;
	}
}

@media screen and (max-width: 768px) {
	#contents-ai {
		font-size: 1.5rem;
	}

	.news_box {
		margin: 0 auto;
		width: 90%;
	}
	.top_bg_n {
		padding: 2em 2em 3em 2em;
	}

	.news_title,
	.breadCrumbs {
		width: 92%;
	}

	.title_in {
		font-size: 22px;
		padding: 10px;
	}

	.txt-block {
		line-height: 1.6;
	}

	.txt-block p {
		font-size: 1.5rem;
		font-weight: bold;
	}

	br.pc-br {
		display: none;
	}

	.n_info tr th,
	.n_info tr td {
		display: block;
		width: 100%;
	}
	.a_gaibu_l:after {
		margin-top: -10px;
	}
}

@media screen and (max-width: 654px) {
	.a_gaibu_l:after {
		margin-top: 0px;
	}
}

@media screen and (max-width: 480px) {
	.news_box {
		margin: 0 auto;
		width: 90%;
	}

	.pic_item {
		width: 100%;
	}

	.n_info tr th,
	.n_info tr td {
		display: block;
		width: 100%;
	}
	.a_gaibu_l:after {
		margin-top: 0px;
	}
}

@media screen and (max-width: 377px) {
	.a_gaibu_l:after {
		margin-top: 12px;
	}
}

.news_box {
	font-size: 62.5%;
}
