@charset "utf-8";
/*------------------------------------------------------------
	トッププページ
------------------------------------------------------------*/
.iframeWrapper{
    position: relative;
}
.iframeWrapper::before{
    content: "";
    display: inline-block;
    padding-top: 56.25%;
}
.iframeWrapper iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#btnCenter{
	padding: 11px 20px 13px;
	min-width: 228px;
	display: inline-block;
	text-align: center;
	transition: color .5s ease,background .5s;
	box-sizing: border-box;
	border-radius: 4px;
	background: #238FFB;
	border: 1px solid #238FFB;
	font-size: 18px !important;
	font-family: 'Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff !important;
	letter-spacing: 0.04em;
}

#btnCenter .cont:hover{
 background: #FFF;
 border: 1px solid #238FFB;
 color: #238FFB !important;
 letter-spacing: 0.04em;
}

.bloginfo {
	padding: 126px 35px 0px;
}

/*------------------------------------------------------------
	一括ダウンロードページ
------------------------------------------------------------*/
.docs-downloadLinkUl01 {
	margin-bottom: 65px;
	border: none;
}
.docs-downloadLinkUl a {
	border: none;
	display: inline;
	padding: 7px 0 7px 20px;
	background-position: left center;
	padding-left: 20px;
}

/*------------------------------------------------------------
	Youtube埋め込み
------------------------------------------------------------*/
.youtube-box {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}
.youtube {
	max-width: 100%;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.youtube {
		max-width: 95%;
	}
}

/*------------------------------------------------------------
	DataExchange 製品ページ
------------------------------------------------------------*/
.dx_anchor {
	text-align: center;
	padding-bottom: 40px;
}


.dx_anchor ul {
	display: inline-block;
	background: #f5f5f5;
	padding: 10px;
}

.dx_anchor li {
	display: inline;
	font-size: 1.8rem;
	padding: 0 10px;
	line-height: 3.0;
}

.dx_anchor a {
	text-decoration: underline;
	color: #000;
	padding: 10px 10px;
}

.dx_anchor a:hover {
	opacity: 0.7;
}

h2.dx_h2 {
	color: #238FFB;
	padding-left: 0px;
	line-height: 1.4;
	padding: 40px 0 20px;
	font-size: 3rem;
}

.dx_fsummary_wholebox {
	display: flex;
}

.dx_fsummary_txtbox {
	width: 45%;
	margin-right: 20px;
}

.dx_fsummary_txtbox ul {
	font-size: 1rem;
}

.dx_fsummary_txtbox li {
	font-size: 1.8rem;
	margin-bottom: 15px;
	display: block;
	padding-left: 20px;
	line-height: 1.8;
	position: relative;
}

.dx_fsummary_txtbox li::after {
	position: absolute;
	content: "";
	left: 0;
	top: 0.7em;
	width: 10px;
	height: 1px;
	background-color: #238FFB;
}

.dx_fsummary_imgbox {
	width: 55%;
}

.dx_struc_wholebox {
	display: flex;
	justify-content: space-around;
	margin-bottom: 30px;
}

.dx_struc_box {
	width: 32%;
	padding: 10px 10px;
	box-sizing: border-box;
	border: 1px solid #238FFB;
	border-radius: 5px;
	background-size: cover;
}

/*
.dx_struc_list {
	margin-top: -20px;
	padding-bottom: 40px;
}

.dx_struc_list li {
	display: inline-block;
	width: 32.6%;
	padding: 10px 10px;
	margin-right: 6px;
	box-sizing: border-box;
	border: 1px solid #238FFB;
	border-radius: 5px;
	background-size: cover;
}
*/

.dx_struc_title p {
	font-size: 2.0rem;
}

.dx_struc_image img {
	height: 160px;
	mix-blend-mode: multiply;
}

.dx_struc_text p {
	font-size: 1.5rem;
}

.dx_systemev_box {
	display: block;
}

.dx_systemev_box p.version {
	font-size: 2.3rem;
	margin: 30px 0;
}

.dx_systemev_box p.txt {
	font-size: 1.8rem;
	margin-bottom: 10px;
	font-weight: 400;
	padding: 0 20px;
}

.dx_systemev_box ul {
	font-size: 1.8rem;
	font-weight: 400;
	padding: 0 50px 20px;
}

.dx_systemev_box ul li {
	list-style: disc;
}

.dx_systemev_box a {
	margin: 0;
	padding: 0;
	color: #238FFB;
}

.dx_systemev_box a:hover {
	opacity: 0.7;
}

.dx_systemev_ref_box {
	display: block;
}

.dx_systemev_ref_box ul {
	font-size: 1.6rem;
	font-weight: 400;
	color: #ff0000;
	padding: 0 20px 20px;
}

.dx_systemev_ref_box ul li {
	list-style: none;
	line-height: 2.5;
}

.dx_price_box {
	display: block;
	margin-bottom: 40px;
}

.dx_price_box p.version {
	font-size: 2.3rem;
	margin: 30px 0 5px;
}

.dx_price_box p.txt {
	font-size: 1.8rem;
	font-weight: 400;
	padding: 0 20px;
}

.dx_price_box a {
	margin: 0;
	padding: 0;
	color: #238FFB;
}

.dx_price_box a:hover {
	opacity: 0.7;
}

.dx_price_ref_box {
	display: block;
}

.dx_price_ref_box ul {
	font-size: 1.6rem;
	font-weight: 400;
	padding: 0 0 20px;
}

.dx_price_ref_box ul li {
	list-style: none;
	line-height: 2.5;
}

.dx_price_ref_box a {
	margin: 0;
	padding: 0;
	color: #238FFB;
	text-decoration: none !important;
}

.dx_price_ref_box a;hover {
	opacity: 0.7;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.dx_anchor li {
		display: block;
		text-align: left;
	}

	.dx_fsummary_wholebox {
		display: block;
	}

	.dx_fsummary_txtbox {
		width: auto;
		margin: 0
	}

	.dx_fsummary_imgbox {
		width: auto;
		margin: 0;
	}

	.dx_struc_wholebox {
		display: block;
	}

	.dx_struc_box {
		width: auto;
		margin: 30px 0;
		text-align: center;
	}

	.dx_systemev_box ul {
		padding: 0 30px 20px;
	}
}

/*------------------------------------------------------------
	Audit for Zen 製品ページ
------------------------------------------------------------*/

h2.az_h2 {
	color: #238FFB;
	padding-left: 0px;
	line-height: 1.4;
	padding: 40px 0 20px;
	font-size: 3rem;
}

.az_ssummary_wholebox {
	display: flex;
}

.az_ssummary_txtbox {
	width: 45%;
	margin-right: 20px;
}

.az_ssummary_txtbox ul {
	font-size: 1rem;
}

.az_ssummary_txtbox li {
	font-size: 1.8rem;
	margin-bottom: 15px;
	display: block;
	padding-left: 20px;
	line-height: 1.8;
	position: relative;
}

.az_ssummary_txtbox li::after {
	position: absolute;
	content: "";
	left: 0;
	top: 0.7em;
	width: 10px;
	height: 1px;
	background-color: #238FFB;
}

.az_ssummary_imgbox {
	width: 55%;
}

.az_spec_imgbox {
	margin-bottom:25px;
	width: auto;
}

.az_systemev_box {
	display: block;
}

.az_systemev_box p.version {
	font-size: 2.3rem;
	margin: 30px 0;
}

.az_systemev_box p.txt {
	font-size: 1.8rem;
	margin-bottom: 10px;
	font-weight: 400;
	padding: 0 20px;
}

.az_systemev_box ul {
	font-size: 1.8rem;
	font-weight: 400;
	padding: 0 50px 20px;
}

.az_systemev_box ul li {
	list-style: disc;
}

.az_systemev_box a {
	margin: 0;
	padding: 0;
	color: #238FFB;
}

.az_systemev_box a:hover {
	opacity: 0.7;
}

.az_systemev_ref_box {
	display: block;
}

.az_systemev_ref_box ul {
	font-size: 1.6rem;
	font-weight: 400;
	color: #ff0000;
	padding: 0 20px 20px;
}

.az_systemev_ref_box ul li {
	list-style: none;
	line-height: 2.5;
}

.az_price_box {
	display: block;
	margin-bottom: 40px;
}

.az_price_box p.version {
	font-size: 2.3rem;
	margin: 30px 0 5px;
}

.az_price_box p.txt {
	font-size: 1.8rem;
	font-weight: 400;
	padding: 0 20px;
}

.az_price_box a {
	margin: 0;
	padding: 0;
	color: #238FFB;
}

.az_price_box a:hover {
	opacity: 0.7;
}

.az_price_ref_box {
	display: block;
}

.az_price_ref_box ul {
	font-size: 1.6rem;
	font-weight: 400;
	padding: 0 0 20px;
}

.az_price_ref_box ul li {
	list-style: none;
	line-height: 2.5;
}

.az_price_ref_box a {
	margin: 0;
	padding: 0;
	color: #238FFB;
	text-decoration: none !important;
}

.az_price_ref_box a;hover {
	opacity: 0.7;
}

.az_refdoc_box {
	display: block;
}

.az_refdoc_box ul {
	font-size: 1rem;
}

.az_refdoc_box ul li {
	font-size: 1.8rem;
	margin-bottom: 15px;
	display: block;
	padding-left: 20px;
	line-height: 1.8;
	position: relative;
}

.az_refdoc_box ul li::after {
	position: absolute;
	content: "";
	left: 0;
	top: 0.7em;
	width: 10px;
	height: 1px;
	background-color: #238FFB;
}

.az_refdoc_box a {
	display: inline-block !important;
	margin: 0;
	padding: 0;
	color: #238FFB;
}

.az_refdoc_box a:hover {
	opacity: 0.7;
}

.az_refdoc_box img.ipdf {
	display: inline-block !important;
	margin-left:10px;
	height: 25px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.az_ssummary_wholebox {
		display: block;
	}

	.az_ssummary_txtbox {
		width: auto;
		margin: 0
	}

	.az_ssummary_imgbox {
		width: auto;
		margin: 0;
	}

	.az_systemev_box ul {
		padding: 0 30px 20px;
	}

	.az_refdoc_box img.ipdf {
		height: 15px;
	}

}

/*------------------------------------------------------------
	アコーディオンメニュー埋め込み
------------------------------------------------------------*/
summary {
 	position: relative;
	display: block; /* 矢印を消す */
	padding: 10px 10px 10px 100px; /* アイコンの余白を開ける */
	cursor: pointer; /* カーソルをポインターに */
	font-weight: bold;
	/* background-color: #e2f0f7; */
	transition: 0.2s;
}

summary:hover {
	/* background-color: #ccebfb; */
}

summary::-webkit-details-marker {
	display: none;　/* 矢印を消す */
}

/* 疑似要素でアイコンを表示 */
summary:before,
summary:after {
	content: "";
	margin: auto 0 auto 80px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}

summary:before {
	width: 16px;
	height: 16px;
	border-radius: 4px;
	background-color: #1da1ff;
}

summary:after {
	left: 6px;
	width: 5px;
	height: 5px;
	border: 4px solid transparent;
	border-left: 5px solid #fff;
	box-sizing: border-box;
	transition: .1s;
}

/* オープン時のスタイル */
details[open] summary {
	/* background-color: #ccebfb; */
}

details[open] summary:after {
	transform: rotate(90deg); /* アイコンを回転 */
	left: 4px; /* 位置を調整 */
	top: 5px; /* 位置を調整 */
}

/* アニメーション */
details[open] .details-content {
	animation: fadeIn 0.5s ease;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

/*------------------------------------------------------------
	Enlighter atomic Theme の調整
------------------------------------------------------------*/
.enlighter-t-atomic {
	padding: 10px 0 !important;
}

/*------------------------------------------------------------
	Actian トレーニング：紹介案内
------------------------------------------------------------*/
.training-info {
	text-align: center;
	padding: 20px 30px;
	line-height: 1.7;
	background-color: #fffbf4;
	max-width: 1000px;
	margin: -30px auto 50px;
	font-size: 1.9rem;
}

.training-info .training-infotitle {
	padding: 10px 0 10px;
	font-size: 2.2rem;
	color: #ff0000;
}

.training-info .training-infodata {
	text-align: right !important;
	font-size: 1.5rem;
	padding-top: 5px;
}

.training-info a {
    color: #238FFB;
    text-decoration: underline;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.training-info {
		text-align: left;
	}
}

/*------------------------------------------------------------
	Actian トレーニング：Youtube動画リンク
------------------------------------------------------------*/
.training-movie {
	margin-bottom: 15px;
}

.training-movie p {
	text-align: center;
	font-size: 2.2rem;
	color: #ff0000;
	margin-bottom: 10px;
}

.training-movie-list {
	display: flex;
	margin: 0 auto;
	width: 30%;
}

.training-movie-list .cource-new {
	width: 13%;
	font-size: 1.7rem;
	color: #ff0000;
	text-align: right;
	animation: blink 1.5s ease-in-out infinite alternate;
}

.training-movie-list .cource-name {
	width: 36%;
	font-size: 1.7rem;
}

.training-movie-list .cource {
	width: 17%;
	font-size: 1.7rem;
}

.training-movie-list .cource a {
	color: #238FFB;
	text-decoration: underline;
}

.training-movie-list .cource a:hover {
	opacity: 0.7;
}

.training-movie ul {
	display: flex;
	margin: auto;
	width: 600px;
}

.training-movie li {
	font-size: 14pt;
	width: 15%;
}

.training-movie li a {
	color: #238FFB;
	text-decoration: underline;
}

.training-movie li a:hover {
	opacity: 0.7;
}

.training-movie li.title {
    font-size: 14pt;
    width: 60%;
    text-align: left;
}

.training-movie li.new {
	font-size: 14pt;
	width: 25%;
	color: red;
	animation: blink 1.5s ease-in-out infinite alternate;
}

@keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
  }

@media all and (min-width: 0) and (max-width: 767px) {
	.training-movie {
		margin: 20px 10px;
	}

	.training-movie p {
		text-align: left;
		font-size: 2.0rem;
		margin: 0 10px 10px;
	}


	.training-movie ul {
		width: 450px;
	}

	.training-movie li {
		font-size: 11pt;
	}

	.training-movie li.title {
		font-size: 11pt;
		width: 50%;
	}

	.training-movie li.new {
		font-size: 12pt;
	}


	.training-movie-list {
		margin: 5px 10px;
		width: auto;
	}

	.training-movie-list .cource-new {
		width: 11%;
	}

	.training-movie-list .cource-name {
		width: 42%;
		text-align: left;
	}

	.training-movie-list .cource {
		width: 16%;
	}

}

/*------------------------------------------------------------
	Actianトレーニング申込ページ
------------------------------------------------------------*/
.training-target table {
	margin: 0 auto;
}

.training-target table td {
	padding: 20px 0 18px;
	font-size: 2.1rem;
	line-height: 1.6;
	font-weight: 400;
	vertical-align: top;
	text-align: left;
}

.training-target table td.title {
	width: 38%;
}

.training-target table td.target {
	width: 62%;
}

.training-details {
	width: 100%;
	box-sizing: border-box;
	padding: 80px 100px;
}

.training-details table td {
	border-top: 1px solid #f1f1f1;
	padding: 20px 0 18px;
	font-size: 2.1rem;
	line-height: 1.6;
	font-weight: 400;
	vertical-align: top;
	text-align: left;
}

.training-details table td.title {
	width: 13%;
}

.training-details table td.details {
	width: 35%;
}

.training-details table td.period {
	width: 52%;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.training-details table td {
		font-size: 14px;
	}

	.training-details {
		padding: 10px;
	}
}

/*------------------------------------------------------------
	製品ページ冒頭のリンク
------------------------------------------------------------*/

.info {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14pt;
	margin: 30px 0;
	padding-top: 80px;
	text-align: center;
}

.info li {
	line-height: 2.0;
}

.info li.info_icon {
	color: black;
}

.info li.info_icon::before {
	content: 'お知らせ';
	color: #fff;
	background: #F00;
	font-size: 11pt;
	padding: 5px;
	animation: blink 1.5s ease-in-out infinite alternate;
	margin-right: 10px;
}

.info li.new_icon {
	color: black;
}

.info li.new_icon::before {
	content: 'NEW！';
	color: #fff;
	background: #00008b;
	font-size: 11pt;
	padding: 5px;
	animation: blink 1.5s ease-in-out infinite alternate;
	margin-right: 10px;
}

.info li a {
	color: #238FFB;
	text-decoration: none;
}

.info li a:hover {
	opacity: 0.7;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.info {
		padding: 0 25px;
		font-size: 2.0rem;
	}
}

/*------------------------------------------------------------
	v13価格表の期間限定ラインアップ
------------------------------------------------------------*/
.v13-lineup {
	margin: 20px 0px 0;
	padding: 40px;
	background-color: #f1f1f1;
}

.v13-lineup p {
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.7;
}

.v13-lineup p.title1 {
	color: red !important;
	padding: 40px 0 20px;
	padding-top: 10px;
	font-size: 2.8rem;
	line-height: 1.4;
}

.v13-lineup p.title2 {
	font-size: 2.5rem;
	color: #238ffb;
	margin: 30px 10px 0;
}

.v13-lineup table {
	width: 50%;
	margin: 20px;
}

.v13-lineup table th.product {
	font-size: 1.8rem !important;
	line-height: 1.7 !important;
	font-weight: 700;
	text-align: left;
	width: 60%;
}

.v13-lineup table th.price {
	font-size: 1.8rem !important;
	line-height: 1.7 !important;
	font-weight: 700;
	text-align: right;
	width: 40%;
}

.v13-lineup table td.product {
	font-size: 1.8rem !important;
	line-height: 1.7 !important;
	font-weight: 400;
	text-align: left;
}

.v13-lineup table td.price {
	font-size: 1.8rem !important;
	line-height: 1.7 !important;
	font-weight: 400;
	text-align: right;
}

.v13-lineup p.attention {
	color: red;
}

.v13-lineup a {
	color: #238FFB;
	background: none;
	margin-left: 0px;
	padding-left: 0px;
}

@media all and (min-width: 0) and (max-width: 767px) {
	.v13-lineup table {
		width: auto;
	}
}

/*------------------------------------------------------------
	Sticky Table
------------------------------------------------------------*/
.sticky_table{
	margin-bottom: 30px;
	overflow-x: scroll;
	width: calc(100vw - 25%);
	overflow-y: scroll;
	height: 600px;
}

.sticky_table table{
	white-space: nowrap;
	border-collapse: collapse;
	min-width: calc(100vw - 25%);
	border: 1px #666666 solid;
}

.sticky_table th,.sticky_table td{
 	height: 30px;
	padding: 1em;
	margin: 0;
	border: 1px solid #CCC;
}

.sticky_table .fixed01{
	position: sticky;
	top: 0;
	left: 0;
	color: #fff;
	background: #238FFB;
}

.sticky_table .fixed02{
	position: sticky;
	top: 0;
	left: 0;
	color: #fff;
	background: #F7F7F7;;
}

.sticky_table .fixed03{
	position: sticky;
	top: 0;
	left: 0;
	color: #fff;
	background: #CCFFFF;
}

.sticky_table .fixed01{
  z-index: 2;
}

.sticky_table .fixed02{
  z-index: 1;
}

/*------------------------------------------------------------
	お客様の個人情報の取扱い（評価版）
------------------------------------------------------------*/

#main_contents_right .personal_info_actian {
    width: 70%;
    margin: 70px auto 60px;
    padding: 40px 30px 30px;
    background-color: #F5F5F5;
}

#main_contents_right .personal_info_actian h2 {
    font-size:1.9rem;
    margin-bottom: 30px;
}

#main_contents_right .personal_info_actian h3 {
    font-size:1.8rem;
    margin-bottom: 20px;
    color: #000000 !important;
    padding: 0;
}

#main_contents_right .personal_info_actian p {
    font-size: 1.6rem;
    line-height: 1.7;
    font-weight: 400;
    margin-bottom: 20px;
}

#main_contents_right .personal_info_actian p a {
    color: dodgerblue;
    word-break: break-all;
}

#main_contents_right .personal_info_actian p a:hover {
	opacity: 0.5;
}


/*レスポンシブ対応*/
@media screen and (max-width: 767px) {
    #main_contents_right .personal_info_actian {
       box-sizing: border-box;
       width: 100%;
       margin: 50px 0 50px;
       padding: 20px 15px 10px;
    }

    #main_contents_right .personal_info_actian h2 {
       font-size: 2.2rem;
       margin-bottom: 30px;
    }

    #main_contents_right .personal_info_actian h3 {
       font-size: 2.1rem;
       margin-bottom: 30px;
    }

    #main_contents_right .personal_info_actian p {
       font-size: 1.7rem;
       margin-bottom: 20px;
    }

}


/*------------------------------------------------------------
	評価版申し込みページのレイアウト変更
------------------------------------------------------------*/
#main_contents_right .note_newver {
    font-size: 1.6rem;
    padding: 40px;
    background-color: #f1f1f1;
    margin-bottom: 20px;
}

#main_contents_right .note_newver a {
    color: #238FFB !important;
}

#main_contents_right .actian {
    padding: 0px;
}


#main_contents_right .content_top_actian {
	width: 80%;
	margin: 0 auto 50px;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.8;
}


#main_contents_right .large_2_actian {
    font-size: 2.6rem;
    margin: 0 0 30px;
    padding: 0px;
}