<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*------------------------------------------------------------
	アコーディオンメニュー埋め込み
------------------------------------------------------------*/
summary {
 	position: relative;
 	display: block; /* 矢印を消す */
 	padding: 10px 10px 10px 20px; /* アイコンの余白を開ける */
 	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 0px;
	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;
}

/*------------------------------------------------------------
	ツリー表示用
------------------------------------------------------------*/
.tree_view{
	list-style-type: none;
}

.tree_view ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.tree_view ul {
	position: relative;
/* margin-top: 1rem; */
	margin-left: 15px;
}

.tree_view ul:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 0;
	border-left: 1px solid #000000;
}

.tree_view ul li {
	position: relative;
	margin: 0;
	padding: 7px 15px;
/* padding: 0; */
}

.tree_view ul li:before {
	content: "";
	display: block;
	position: absolute;
	top: 15px;
	left: 0;
	width: 15px;
	height: 0;
	border-top: 1px solid #000000;
}

.tree_view ul li:last-child:before {
	top: 15px;
	bottom: 0;
	height: auto;
	background-color: #F7F7F7;
}

/*------------------------------------------------------------
	画像回り込み
------------------------------------------------------------*/
.text-gazou-box {
	display: flex;
}

.text-gazou-box .text-box {
	width: 60%;
}

.text-gazou-box .gazou-box {
	width: 40%;
}

.photo{
	margin: auto 0;
	float: left;
	align-items: center;
}



/*------------------------------------------------------------
	コンバージョン　Actian用
------------------------------------------------------------*/

.conversion{
 	max-width: 1200px;
 	margin: 60px auto;
	background-color: #002060;
}

.cvtext-cvgazou-box {
	display: flex;
	padding: 20px 10px;
}

.cvtext-cvgazou-box .cvtext-box {
	width: 75%;
}

.cvtext-cvgazou-box cvgazou-box img {
	width: 35%;
}


.cvtext-cvgazou-box .cvgazou-box {
	margin: 0 0 0 35px;	
}

.cvtext-box {
	text-align: center;
	color: #FFFFFF;
}

.cvtext-box p.cvtitle {
	font-size: 2.8rem;
	font-weight: bold;
	margin-bottom: 15px;
}

.cvtext-box p.cvitem {
	font-size: 1.8rem;
 	margin: 0 0 15px;
}

.cvtext-box p.cvoverview {
	font-size: 1.5rem;
	line-height: 1.5em;
	line-height: 1.7em;
	margin: 10px 0;
}

.cvtext-box p.cvform_info {
	color: #FFFF00;
	font-size: 1.4rem;
}

.cvbutton {
	text-align: center;
}

.cvbutton a {
	padding: 11px 10px 10px;
	min-width: 146px;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	border-radius: 4px;
	border: 2px solid #238FFB;
	transition: color .5s ease,background .5s ease,border .5s ease;
	background: #238FFB;
	font-size: 1em;
	font-weight: 500;
	color: #fff;
	text-align: center;
	margin: 15px 0;
	text-decoration: none
}

.cvbutton a:hover {
	color: #238FFB;
	background: #fff;
}


@media all and (max-width: 767px) {
	.cvtext-cvgazou-box {
		display:block;
	}

	.cvtext-gazou-box .cvtext-box {
		width: 100%;
	}

	.cvtext-cvgazou-box .cvgazou-box {
		margin: 0;
		text-align: center;
		margin-bottom: 20px;
	}


	.cvtext-cvgazou-box .img {
		width: 0;
	}

	.cvtext-cvgazou-box .cvtext-box {
		width: 100%;
		text-align: left;
	}

	.cvtext-box p.cvtitle {
		font-size: 2.55rem;
		font-weight: bold;
		text-align: center;
		 margin-bottom: 25px;
	}

	.cvtext-box p.cvitem {
		font-size: 2.1rem;
	}

	.cvtext-box p.cvoverview {
		font-size: 1.8rem;
	}

	.cvtext-box p.cvform_info {
		font-size: 1.7rem;
	}

}

@media all and (min-width: 0) and (max-width: 340px) {
	.cvbutton a {
		padding-top: 9px;
		padding-bottom: 10px;
		font-size: 0.8em;
	}

	.cvbutton a:hover {
		color: #fff;
		background: #238FFB;
	}
}

/*------------------------------------------------------------
	コンバージョン　PreEmptive用
------------------------------------------------------------*/

.p-conversion{
 	max-width: 1200px;
 	margin: 60px auto;
	background-color: #ffa500;
}

.p-cvtext-cvgazou-box {
	display: flex;
	padding: 20px 20px;
}

.p-cvgazou-box {
	width: 20%;
	align-items: center;
	margin: auto;
	padding: 0 30px 0 10px;
}

.p-cvtext-cvgazou-box .p-cvgazou-box {
	width: 20%;
}

.p-cvtext-box {
 	text-align: center;
	width: 80%;
	margin: 0 30px 0 0;
}

.p-cvtext-box p.p-cvtitle {
 	font-size: 2.5rem;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 25px;
	text-align: left;
	padding-left: 20px;
}

.p-cvtext-box p.p-cvitem {
 	font-size: 1.8rem;
	color: #0f1b60;
	line-height: 1.7em;
	margin-bottom: 20px;
	text-align: left;
}

.p-cvtext-box p.p-cvform_info {
	color: #C00000;
	font-size: 1.4rem;
	margin: 15px 0 0;
	text-align: left;
	padding-left: 10px;
}

.p-cvbutton {
	text-align: left;
	padding-left: 150px;
}


.p-cvbutton a {
	padding: 11px 10px 10px;
	min-width: 250px;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	border-radius: 4px;
	border: 2px solid #0f1b60;
	background: #0f1b60;
	font-size: 2rem;
	font-weight: 500;
	color: #ffffff;
	text-align: center;
	text-decoration: none
}

.p-cvbutton a:hover {
	color: #FF0000;
	background: #ffffff;
}


@media all and (max-width: 767px) {
	.p-cvtext-cvgazou-box {
		display:block;
	}

	.p-cvtext-cvgazou-box .p-cvtext-box {
		width: 100%;
		text-align: center;
	}

	.p-cvtext-cvgazou-box .p-cvgazou-box {
		margin: 5px auto 10px;
		padding: 0;
		width: 30%;
	}

	.p-cvtext-cvgazou-box .img {
		width: 0;
	}

	.p-cvtext-cvgazou-box .p-cvtext-box {
		width: 100%;
	}

	.p-cvtext-box p.cvtitle {
		font-size: 2.4rem;
		font-weight: bold;
	}

	.p-cvtext-box p.p-cvitem {
		font-size: 1.9rem;font-size: 1.8rem;
		color: #0f1b60;
		line-height: 1.7em;
		margin-bottom: 20px;
		text-align: left;
	}

	.p-cvtext-box p.p-cvform_info {
		font-size: 1.8rem;
		line-height: 2.5rem;
		text-align: center;
		padding-left: 0px;
	}

	.p-cvtext-box p.p-cvtitle {
		text-align: center;
		padding-left: 0px;
	}

	.p-cvbutton {
		text-align: center;
		padding-left: 0px;
	}
}

@media all and (min-width: 0) and (max-width: 340px) {
	.p-cvbutton a {
		padding-top: 9px;
		padding-bottom: 10px;
		font-size: 0.8em;
	}

	.p-cvbutton a:hover {
		color: #FF0000;
		background: #ffffff;
	}
}

/*------------------------------------------------------------
	ソースコード表示
------------------------------------------------------------*/
.prg {
	border: solid 1px #fff8dc; 
	background: #fff8dc;
}

.prg .details {
	padding: 0 10px;
}

/*------------------------------------------------------------
	本文中のテキストバナー
------------------------------------------------------------*/
.body-tbanner {
	display: flex;
	padding: 20px;
	background-color: #fff2cc;
	align-items: center;
}

.body-tbanner .logo {
    padding: 0 20px 0 10px;
    width: 30%;
}

.body-tbanner .ccopy {
    width: 70%;
    padding: 0 0 0 30px;
}

.body-tbanner .ccopy p.title {
    font-size: 1.1em;
    font-weight: 900;
}

.body-tbanner .ccopy p.detail {
	font-weight: 300;
}

.body-tbanner .ccopy ol.list {
	margin: 0;
	list-style: decimal inside;
	margin-left: 5px;
}

.body-tbanner .ccopy p.tlink {
	list-style: decimal inside;
	margin-left: 5px;
}

.body-tbanner .ccopy p.tlink a {
	font-size: 1.1em;
	font-weight: 900;
	color: #ff0000;
	text-decoration: underline;
}

.body-tbanner .ccopy p.tlink a:hover {
	opacity: 0.5;
}

/*------------------------------------------------------------
	サイドメニューのテキストバナー
------------------------------------------------------------*/
.side-tbanner {
	background-color: #ffa500;
	margin-bottom: 40px;
	margin-left: 8px;
	padding: 10px;
}

.side-tbanner p.title {
	font-size: 1.8rem;
	font-weight: 500;
	color: #FFFFFF;
	text-align: center;
}

.side-tbanner p.detail {
	font-size: 1.3rem;
	font-weight: 300;
	color: #0f1b60;
	margin: 10px 0;
}

.side-tbanner p.tlink {
	text-align: center;
	margin-bottom: 5px;
}

.side-tbanner p.tlink a {
	padding: 8px 40px;
	min-width: 146px;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	border-radius: 4px;
	border: 2px solid #0f1b60;
	background: #0f1b60;
	font-size: 1.6rem;
	font-weight: 500;
	color: #ffffff;
	text-align: center;
}

.side-tbanner p.tlink a:hover {
	color: #0f1b60;
	background: #ffffff;
}


/*
.side-tbanner p.tlink {
	text-align: center;
	margin-bottom: 10px;
}

.side-tbanner p.tlink a {
	font-size: 1.1em;
	font-weight: 900;
	color: #ff0000;
	text-decoration: underline;
}

.side-tbanner p.tlink a:hover {
	opacity: 0.5;
}
*/

/*------------------------------------------------------------
	下線付きの画像
------------------------------------------------------------*/
img.yubi {
    vertical-align: middle;
    border-bottom: solid 2px;
    border-color: #F00;
}

/*------------------------------------------------------------
	下線付きのテキスト
------------------------------------------------------------*/
.underline_black2{
	border-bottom: 2px solid #000000;
}


/*------------------------------------------------------------
	背面色付き
------------------------------------------------------------*/
.note_blog {
    background-color: #f1f1f1;
    width: 85%;
    padding: 15px;
    margin: 0 auto;
}

.note_blog-skyblue {
    background-color: #00d9ff13;
    width: 85%;
    padding: 15px;
    margin: 0 auto;
}

.note_blog-skyblue_border-blue {
    background-color: #00d9ff13;
    padding: 15px;
    margin: 0 auto 30px;
    border: 3px solid #4472C4;
}

.textbox_blog-yel {
    background-color: #fff2cc;
    padding: 15px;
    margin: 0 auto 30px;
}

/*------------------------------------------------------------
	文字を太くする
------------------------------------------------------------*/
.text_bold {
    font-weight: 900;
}

b {
	font-weight: bold;
}

b.color-darkgreen {
	color: #3f8146;
	font-weight: 500;
}

/*------------------------------------------------------------
	蛍光マーカー風の下線
------------------------------------------------------------*/
.blue_line {background:linear-gradient(transparent 60%, #006eff57 0%) ;}


/*------------------------------------------------------------
	字下げ
------------------------------------------------------------*/
.indent1 {
	text-indent: -1em;
	padding-left: 1em;
}

.indent_padleft1 {
	padding-left: 1em;
}

.indent_padleft2 {
	padding-left: 2em;
}

.indent_padleft3 {
	padding-left: 3em;
}

p.indent2 {
	padding-left: 2em;
}

p.indentback2{
  text-indent: -1em;
  padding-left: 2em;
}

p.indentback4 {
    text-indent: -2em;
    padding-left: 4em;
}

.indent_marleft30 {
        margin-left: 30px;
}

.indent_text-1_padleft1_marbottom30 {
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 30px;
}

.indent_text-3_padleft3 {
	text-indent: -3em;
	padding-left: 3em;
}

ol.indent13 {
    list-style-type: none;
    text-indent: -1.3em;
    padding-left: 1em;
    margin: 0 0 30px 5px;
}

@media all and (max-width: 767px) {
	p.indentback4 {
		text-indent: 0;
		padding-left: 0;
	}

	.indent_padleft2 {
		padding-left: 0;
	}
}


/*------------------------------------------------------------
	post_article pタグ
------------------------------------------------------------*/
.post_article p {
	margin-bottom: 30px;
}

.post_article p.marbottom0 {
	margin-bottom: 0;
}

.post_article p.marb10 {
	margin-bottom: 10px ;
}

.post_article p.marb15 {
	margin-bottom:15px ;
}

.post_article p.marb0_fontsize15 {
	margin-bottom: 0;
	font-size: 1.5rem;
}

.post_article p.marb5_fontsize18_b {
    margin-bottom: 5px;
    font-size: 1.8rem;
    font-weight: bold;
}

.post_article p.fontsize15_color4a4949_padl25 {
	font-size: 1.5rem;
	color: #4a4949;
	padding-left: 25px;
	line-height: 2.0;
}

.post_article p.fontsize18_colorab9111 {
	font-size: 1.8rem;
	color: #ab9111;
	font-weight: 500;
	}

.post_article p.title_skyblue {
    color: #238FFB;
    font-weight: bold;
    font-size: 1.9rem;
    margin-bottom: 0px;
}

.post_article p.center {
    display: block;
    text-align: center;
}

@media all and (max-width: 767px) {
	.post_article p.fontsize18_colorab9111 {
		font-size: 2.3rem;
	}

	.post_article p.marb0_fontsize15 {
		font-size: 2rem;
	}

	.post_article p.fontsize15_color4a4949_padl25 {
		font-size: 1.8rem;
	}
	
	.post_article p.marb5_fontsize18_b {
    font-size: 2.2rem;
	}
	
	.post_article p.title_skyblue {
    font-size: 2.2rem;
	}
}

/*------------------------------------------------------------
	post_article aタグ
------------------------------------------------------------*/
.post_article a.color-238FFB {
	color: #238FFB; 
	text-decoration: none;
}


/*------------------------------------------------------------
	表
------------------------------------------------------------*/

table {
	margin: 0 0 30px 30px;
}

table th {
	background-color: #238FFB;
	text-align: center;
	color: #FFFFFF;
	font-size: smaller;
	padding: 10px 0;
	border: solid 1px #808080;
}

table td {
	border: solid 1px #808080;
}

/*------------------------------------------------------------
	箇条書リスト 黒丸
------------------------------------------------------------*/
.post_article ul li {
	list-style: disc;
}

.post_article ul li::before {
	display: none;
}

/*------------------------------------------------------------
	箇条書リスト 丸数字
------------------------------------------------------------*/
/* olのスタイル */
.post_article ol.list_circle_num {
	margin: 0;
	padding-left: 1em;
	list-style: none; /* デフォルトの数字を非表示に */
	counter-reset: li;
}

/* ol内のliのスタイル */
.post_article ol.list_circle_num li {
	position: relative;
	font-size: 16px;
	padding-left: 2em;
	line-height: 1.5;
}

.post_article ol.list_circle_num li a {
	color: #238FFB;
	text-decoration: none;
}

/* 2つ目以降のliにmargin-topを指定 */
.post_article ol.list_circle_num li:not(:first-child) {
	margin-top: 0.5em;
}

/* 数字のスタイル */
.post_article ol.list_circle_num li::before {
	counter-increment: li;
	content: counter(li);
	position: absolute;
	left: 0;
	top: 2px; /* 数字のY軸線上の位置を調整 */
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #000000;
	font-size: 12px;
	color: #fff;
	line-height: 20px;
	text-align: center;
}

/*------------------------------------------------------------
	画像位置
------------------------------------------------------------*/
.post_article img.center {
	display: block;
	margin: 0 auto 30px;
}

.post_article img.left {
	display: block;
	margin: 0 auto 30px 0;
}

.post_article img.right {
	display: block;
	margin: 0 0 30px auto;
}

.post_article img.width80 {
	display: block;
	margin: 0 auto 30px;
	width: 80%;
}

@media all and (max-width: 767px) {
	.post_article img.width80 {
		width: 100%;
	}
}

/*------------------------------------------------------------
	動画位置
------------------------------------------------------------*/
.video_box {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}

/*------------------------------------------------------------
	テーブルや図の脚注のマージン(狭くする)
------------------------------------------------------------*/
.footnote {
	margin-top: -15px;
	text-align: center;
}

/*------------------------------------------------------------
	ソースコードのマージン（狭くする）
------------------------------------------------------------*/
.condition {
	margin-top: -15px;
}

/*------------------------------------------------------------
	コマンドの説明（カラーボックス）
------------------------------------------------------------*/
.command-name-box {
	width: auto;
	color: #ff7d6e;
	background: #ffebe9;
	border-left: solid 10px #ff7d6e;
	margin: -15px 0 30px;
	padding: 10px;
	font-size: 2.0rem;
	font-weight: 500;
	border-radius: 10px;
	table-layout: fixed;
	word-wrap: break-word;
}

/*------------------------------------------------------------
	ソースコードの説明（カラーボックス）
------------------------------------------------------------*/
.source-box {
	width: auto;
	color: #000000;
	background: #e0ffff;
	border-left: solid 10px #00bfff;
	margin: -15px 0 30px;
	padding: 20px;
	font-size: 1.6rem;
	font-weight: 500;
	border-radius: 10px;
	line-height: 0.9;
	table-layout: fixed;
	word-wrap: break-word;
}
.source-box pre {
	font-family: "Noto Sans JP", "sans-serif";
}

/*------------------------------------------------------------
	プラグイン：enligeterの調整
------------------------------------------------------------*/
.enlighter-default {
	margin: -15px 0 30px;
}

/*------------------------------------------------------------
	カラーボックス内の説明
------------------------------------------------------------*/
table.inbox {
	margin: 0 0.8em;
}

table.inbox td {
	font-size: 0.8em;
	padding: 0.1em;
	border: none;
}

/*------------------------------------------------------------
	申込ボタン
------------------------------------------------------------*/
.trial-button {
	margin: 90px 0;
}
.trial-button a {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 40%;
	margin: auto;
	padding: 1rem 4rem;
	font-size: 1.9rem;
	font-weight: bold;
	background: linear-gradient(to top, rgb(5, 130, 174), #27acd9);
	color: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
	transition: 0.5s;
}
.trial-button a:hover {
	color: #fff;
	opacity: 0.5;
}

@media all and (max-width: 767px) {
	.trial-button a {
		width: 60%;
	}
}

/*------------------------------------------------------------
	下線のマーカー
------------------------------------------------------------*/
.marker-green {
	background: linear-gradient(transparent 60%, #66FFCC 60%);
}

/*------------------------------------------------------------
	赤文字
------------------------------------------------------------*/
.color-red {
	color: red;
}


/*------------------------------------------------------------
	中央揃え
------------------------------------------------------------*/
.center_txt {
	text-align: center;
}

@media all and (max-width: 767px) {
	.center_txt {
		text-align: left;
	}


/*------------------------------------------------------------
	スマホ対応
------------------------------------------------------------*/
@media all and (max-width: 767px) {
	.text-gazou-box {
		display:block;
	}

	.text-gazou-box .text-box {
		width: 100%;
	}

	.text-gazou-box .gazou-box {
		width: 100%;
	}

        .photo{
		width: 100%;
	}

	.side-tbanner {
		margin-left: 0;
	}

}

</pre></body></html>