
#contents_chara sup{
	font-size: 12px;
}
#contents_chara img{
	height: auto;
}
/* ------------------------------------------

raeding

------------------------------------------ */


.reading p {
	font-size: 1.4rem;
	line-height: 1.6;
}
.reading * + p {
	margin-top: 1em;
}
.reading .footnote {
	font-size: 1.1rem;
}

.reading .txt_box_w{
	padding:1rem 1.5rem;
	background: #fff;
}
#contents_chara h2,
#contents_chara h3,
#contents_chara h4{
	font-weight:normal;
}


.reading .catch{
	position: relative;
	margin-top: 3rem;
}
.reading .catch::before {
	position: absolute;
	top: -2rem;
	left: 0;
	background: #f2f2f2;
	border-radius: 0.4rem;
	content: "\8A8D\5B9A\6E08\307F";
	color:#767676;
	font-size: 1.1rem;
	text-align: center;
	padding: .2rem .5rem;
	width: 35%;
}
.reading .catch.non::before {
	position: absolute;
	top: -2rem;
	left: 0;
	background: #fff;
	border-radius: 0.4rem;
	content: "";
	color:#767676;
	font-size: 1.1rem;
	text-align: center;
	padding: .2rem .5rem;
	width: 35%;
}

@media screen and (min-width: 1024px) {
	.reading h2,
	.reading h2.hLine > span {
		font-size: 27px;
	}
}


/* -----------------------------------------

common

--------------------------------------------- */

.sub_title {

	font-weight: normal;
}
.sub_title.small {
	font-size: 1.6rem;
}

@media screen and (min-width: 1024px) {
	.sub_title {
		font-size: 23px;
	}
	.sub_title.small {
		font-size: 20px;
	}
}

@media screen and (max-width: 1023px) {
	.oj_fit_w100{
		object-fit: cover;
		width: 100%;
	}
}

/*===================
 order1
======================== */
@media screen and (min-width: 768px) {
	.order1_md { order: 1 !important; }
}

@media screen and (min-width: 1024px) {
	.order1_lg { order: 1 !important; }
}


/* -----------------------------------------

content_area

----------------------------------------- */
.content_area {
	padding: 4rem 1.6rem;
}
@media screen and (min-width: 1024px){
	.content_area {
	    padding: 60px 0;
	}
}

/* -----------------------------------------

object_list 

----------------------------------------- */
.object_list > li{
	margin-top: 2.5rem;
	background: #fff;
	padding: 2rem 1rem;
}

.object_list_head {
	margin-bottom:1rem;
	text-align: center;
}
.object_list_head img.icon {
	max-height: 80px;
	max-width: auto;
}
.object_list_head h3 {
	margin-top: 1.5rem;
	font-weight: normal;
	line-height: 1.4;
}
.object_list_head h3 span{
	display: block;
	color: #ccc;
	font-size: 80%;
}

@media screen and (min-width: 480px) {
	.object_list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.object_list > li {
		width: calc((100% - 2rem) / 2);
	}
	.object_list > li +li {

	}
}
@media screen and (min-width: 1024px) {
	.object_list > li {
		width: calc((100% - 80px) / 3);
	}
	.object_list > li {
		margin-top: 30px;
	}
	.object_list_head h3 {
		margin-top: 20px;
	}
	.object_list > li p + *{
		margin-top: 1rem;
	}
}



/* ==================================================
	data
================================================== */

.data {
	padding: 1.6rem;
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
	line-height: 2;
	background: #5a5a5a;
}
.data a {
	color: #fff;
	text-decoration: underline;
}

@media screen and (min-width: 768px) {
	.data {
		padding: 25px;
	}
}

@media screen and (min-width: 1024px) {
	.data {
		font-size: 18px;
	}
}


/*-------------------------------------------------- 
workflow
------------------------------------------------------ */
.workflow h3{
	font-weight: normal;
	line-height: 1.4;
	margin: 1rem 0;
}


/*============================== 

mv__box

============================== */
.mv__box {
	outline: 1px #000 solid;
	outline-offset: -1px;
}
.mv__box p {
	font-size: 12px;
	color: #fff;
	padding: .5rem 2rem;
	text-align: right;
}




/*------------------------------------- 
mini_style_photo
---------------------------------------- */
.mini_style_photo > li {
	background: #000;
	color: #fff;
}
.mini_style_photo > li p {
	margin: 5px 15px;
}


/*------------------------------------------------- 
	features_point
----------------------------------------------------- */
.features_point > li + li{
	border-top: 1px #000 dotted;
	margin-top: 1em;
	padding-top: 1em;
}
@media screen and (min-width: 1024px) {
	.features_point > li + li{
		border-top: none;
		padding-top: 0;
	}
}

/*------------------------------------------------- 
	security__area
----------------------------------------------------- */

.security__area {
	margin-top: 4rem;
}
.security__box {
	background: url(images/ai_antivirus_bgimages.jpg) right 0 /cover no-repeat;
	padding: 3rem 2rem;
}
@media screen and (min-width: 768px) {
	.security__box {
		padding: 40px 30px;
	}
}

.ai_antivirus_area {
	background: #fff;
	padding: 1em;
}
.ai_antivirus_box > div {
	display: flex;
	margin-top: 1rem;
}
.ai_antivirus_box > div + div{
	margin-top: 2rem;
}
.ai_antivirus_area .img_box img {
	max-width: 60px;
}
.ai_antivirus_box .txt_box {
	text-align: left;
	margin-left: 1rem;
}
.ai_antivirus_box .txt_box h4 {
	font-weight: 400;
	font-size: 1.8rem;
}
.ai_antivirus_box .txt_box h4 + p {
	margin-top: .5rem;
}

@media screen and (min-width: 768px) {
	.ai_antivirus_box > div {
		align-items: center;
	}
	.ai_antivirus_box > div + div{
		margin-top: 30px;
	}
	.ai_antivirus_box .txt_box h4 {
		font-size: 20px;
	}
}


/*----------------------------------------- 
digital_workspaces_list
------------------------------------------- */
.digital_workspaces_list img {
	max-width: 60px;
}
.digital_workspaces_list > li {
	background: #fff;
	border-radius: .8rem;
	color: #000;
	padding: 1rem;
	
}
.digital_workspaces_list .list_basic {
	text-align: left;
}




/*------------------------------------------------- 
	portfolio__area
----------------------------------------------------- */
.portfolio__ttl {
	background: #000;
	margin-top: 2rem;
}
.portfolio__ttl .txt__box {
	color: #fff;
	padding: 2rem;
}
@media screen and (min-width: 768px) {
	.portfolio__ttl {
		position: relative;
	}
	.portfolio__ttl .txt__box {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
	}
}



.portfolio__area .sub_ttl {
	font-size: 150%;
	font-weight: normal;
	line-height: 1.3;
}
.portfolio__area .portfolio_box {
	margin-top: 4rem;
}
.portfolio__area .portfolio_box h4{
	font-size: 1.8rem;
	margin-top: 1em;
}

@media screen and (min-width: 480px) {
	.portfolio__area .portfolio_box {
		display: flex;
	}
	.portfolio__area .portfolio_box .img_area{
		margin-right: 1em;
	}
	.portfolio__area .portfolio_box h4{
		margin-top: 0;
	}
}

.chk {
	position: relative;
	padding-left: 20px;
}
.chk::after {
	content: "";
	display: block;
	position: absolute;
	top: calc(50% - 8px);
	left: 50%;
	width: 12px;
	height: 8px;
	border-left: 3px solid #000;
	border-bottom: 3px solid #000;
	transform: rotate(-45deg) translate(-50%, -50%);
}

.sustainable_top {
	margin-top: 2rem;
}
.sustainable_top .text__box {
	padding: 2rem 1.6rem;
}
@media screen and (min-width: 768px) {
	.sustainable_top {
		position: relative;
	}
	.sustainable_top .text__box {
		padding: 2rem;
		position: absolute;
		bottom: 0;
		left: 0;
	}
}


/*---------------------------------------------------- 
	intel_gf__box
-------------------------------------------------- */
.intel_gf__box {
	border: 1px #000 solid;
	padding: 2rem 1em;
}
.intel_gf__box > li {
	display: grid;
	gap: 30px 20px;
}
.intel_gf__box > li + li {
	border-top: 1px #000 solid;
	padding-top: 2rem;
	margin-top: 2rem;
}
@media screen and (min-width: 768px) {
	.intel_gf__box {
		padding: 30px 20px;
	}
	.intel_gf__box > li + li {
		padding-top: 30px;
		margin-top: 30px;
	}
}
@media screen and (min-width: 1024px) {
	.intel_gf__box > li {
		grid-template-columns: repeat(2, 1fr);
		margin-top: 30px;
	}
}

/*------------------------------------------------ logo_area */
.logo_area{
	display: flex;
	justify-content: center;
}
.logo_area > li {
	margin: 1rem;
}




/*--------------------------------------------  
	design_style
--------------------------------------------- */
.design_style {
	position: relative;
}
.design_style::after {
	content: "";
	position: absolute;
	top: -24px;
	bottom: auto\9; /* IE10 */
	top: -23px\9; /* IE10 */
	left: 55%;
	transform: translateX(-50%) rotate(-25deg);
	border: 8px solid transparent;
	border-bottom: 24px solid #000;
}
@media screen and (min-width: 768px) {
	.design_style .text__box{
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 0;
		text-align: left;
		width: 65%;
	}
}
@media screen and (min-width: 1024px) {
	.design_style .text__box{
		width: 50%;
	}
}