@charset "utf-8";

/*
エディタ＆表示側　両方から参照するCSS
(エディタ上で表示する可能性がある内容は全てここに記述)
*/

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
フォント関連
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* フォントサイズ指定は見出し用に拡大されたものとみなして、行間を削る */
span[style*='font-size'] {
    line-height: 1.4;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
基本スタイル
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.editorArea a{
    color:#06f;
    text-decoration:underline;
}
.editorArea a:hover{
    text-decoration:none;
}
.editorArea li a{
    text-decoration:none;
    color:#333;
}
.editorArea li a:hover{
    text-decoration:underline;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
基本テキストサイズ・行間
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.fontM p,
.fontM li,
.fontM th,
.fontM td{
	/* ブログのフォントサイズを大きくする（2024-10-15）mk */
    /* font-size: 15px; */
    font-size: 17px;
}

.fontM p{
    line-height:1.8;
}
/* 大サイズ指定されたリスト */
.large > li{
    font-size:30px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
電話番号
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
p.telNum{
	font-size:3em;
	text-align:center;
	font-weight:bold;
	font-family: 'Lora', serif;
}
p.telNum:before{
	font-family:FontAwesome;
	content:'\f095';
	margin-right: 4px;
	color:#f00;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用リンク
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
a.simpleLink{
	font-size:14px;
	color:#333;
}
a.simpleLink,
a.simpleLink:hover{
	text-decoration:none;
}
a.simpleLink:before{
	font-family:FontAwesome;
	content: '\f138';
	margin-right: 5px;
	font-size: 18px;
	vertical-align:-1px;
	color:#f00;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用リンク2
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
a.simpleLink02{
	font-size: 1.8em;
	color: #f00;
}
a.simpleLink02,
a.simpleLink02:hover{
	text-decoration:none;
}
a.simpleLink02:after{
	font-family:FontAwesome;
	content: '\f054';
	margin-left: 5px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
スタイルの矯正
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* エディタでサイズ調整すると、height属性が自動挿入されるので、そのリセット目的 */
.editorArea img{height:auto;}

/* 上記の指定により、YoutubeやGoogleMAPのiframe代替画像が縦に伸びすぎる為、上限を与える */
img.mce-object.mce-object-iframe {
    max-height: 300px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
エディタの「手板風背景」用CSS
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
ul.bgType01 {
    background: 
    url(http://cyber-intelligence.jp/parts/images/bg01_btm.png) no-repeat 50% 100%,
    url(http://cyber-intelligence.jp/parts/images/bg01_top.png) no-repeat 50% 0%,
    url(http://cyber-intelligence.jp/parts/images/bg01_mid.png) repeat-y 50% 0%;
    background-size:contain;
    padding: 85px 50px 30px;
    position: relative;
    margin: 0 auto;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用見出し
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.editorArea h2,
h2.basic {
    font-size: 20px;
    padding: 15px;
    margin-bottom: 10px;
    background: url(images/h_bg.jpg) repeat 0 0 #ddd;
    clear: both;
}

.editorArea h3,
h3.basic {
    font-size: 15px;
    border-bottom: 1px solid #CCC;
    padding: 10px;
    margin-bottom: 10px;
    background: #EEE;
    clear: both;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
エディタ末尾にフロートが残っていた場合の解除処理
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.editorArea:after{
    content:'';
    display:block;
    clear:both;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Google Map & YouTube
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
iframe[src*="maps"], 
iframe[src*="youtube"] {
max-width: 100%;
border:0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
破線
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
hr.hr01 {
border: 1px dashed #777;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
テーブル1
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.thLock01 th {width:200px;}

table.table01 th,
table.table01 td{
	border: 1px solid #DED1B6;
	padding: 15px;
}
table.table01 th {
	text-align: center;
	background-color: #FBF7EE;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
引用
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.editorArea blockquote {
    position: relative;
    border: 1px solid #C0C0C0;
    margin: 1em 0;
    padding: 30px;
    border-radius: 5px;
    color: #000;
    background: #FAFAFA;
}
.editorArea blockquote:before,
.editorArea blockquote:after{
    position: absolute;
    font-family: Georgia;
    font-size: 60px;
    color: #C9C9C9;
    line-height: 1;
}
.editorArea blockquote:before{
    content:"“";
    top: 5px;
    left: 10px;
}
.editorArea blockquote:after{
    content:"”";
    bottom: -30px;
    right:10px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
エディタ内の汎用ULのリストアイコン（2024-10-15）mk
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ↓下記では正しく動作しないので修正（2024-12-09）mk */
/* .editorArea ul:not(:has([class])){ */
.editorArea ul:not([class],.faq ul){
    list-style-type: disc;
	padding-left: 2em;
}	

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
OLのナンバーリング
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
ol > li:before{
  content: counters(ol_cnt, "")".";
}
ol ol > li:before{
  content: counters(ol_cnt2, "")".";
}
ol ol ol > li:before{
  content: counters(ol_cnt3, "")".";
}
ol.list02 > li:before{
  content: counters(ol_cnt, "");
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
リスト01
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* OL,UL共通 */
.list01 > li{
    padding: 5px 0;
    border-bottom: 1px dotted #ccc;
    padding-left:2em;
    position:relative;
}
.list01 > li .list01 > li{/* list01 > list01の限定スタイル */
    border-bottom: 0;
    border-top:1px dotted #ccc;
}
.listType02 > li{
    border-bottom: 0;
}
.list01 li:before{
	font-size: 1.6em;
	line-height:1;
	color:#555;
	position:absolute;
	left:0;
	top: 3px;
}
/* UL限定 */
ul.list01 > li:before{
	font-family:FontAwesome;
	content:'\f0da';
	margin-left: 10px;
}
ul.listType02 > li:before{
	content:'\f046';
	margin-left: 0px;
	color:#f00;
}
/* UL子階層限定 */
.list01 ul > li:first-child{
    margin-top: 5px;
}
.list01 ul > li:before{
	content: '┗';
	margin-left: 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
リスト02
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* OL,UL共通 */
.list02 > li{
    padding: 1em;
    position: relative;
    border:2px solid #000;
    background:#fff;
    min-height: 2em;
    margin-top: 1em;
    border-radius: 5px;
    border: 2px solid #ccc;
}
.list02 > li:first-child{
    margin-top: 0;
}
.list02 > li:after{
	position:absolute;
	line-height:1;
	content:'▼';
	left:50%;
	top: -.7em;
	font-size:3em;
	margin-left:-.5em;
}
.list02 > li:first-child:after{
	content:'';
}
/* OL限定 */
ol.list02 > li{
    padding-left: 2em;
    margin-left: 2em;
}
ol.list02 > li:before{
  position:absolute;
  top: 0;
  left: 0;
  border-width:2px;
  border-style:solid;
  color:#fff;
  background:#000;
  background:rgba(0,0,0,.7);
  margin:2px;
  width:46px;
  line-height:46px;
  text-align:center;
  border-radius: 50%;
  font-size: 2em;
  margin-left: -1em;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
リスト02　子孫の2列コンテナ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.list02 div.container00 {
    position:relative;
}
.list02 div.container00 > div {
	background:#eee;
}
.list02 div.container00 >div:first-child:before {
	font-family:'FontAwesome';
	content:'\f061';
	position:absolute;
	top:50%;
	left:50%;
	margin-left: -.5em;
	margin-top:-.5em;
	line-height: 1em;
	font-size: 2em;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
エディタ専用のガイド
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
body.editorOnly div.guide01:before {
	display:block;
	background:pink;
	padding:2px;
	font-size:14px;
	text-align:center;
}
body.editorOnly div.guide01 {
    border: 1px dotted red;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
2列
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
body.editorOnly div.container00:before {
    content:'2列エリア';
}
body.editorOnly div.container00 > div {
    background: #eee;
}
div.container00 {
    /* overflow:hidden; */
}
div.container00 > div {
    float: left;
    width:48%;
    margin-left: 4%;
}
div.container00 > div:first-child {
    margin-left: 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
3列

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
body.editorOnly div.container01:before {
    content:'3列エリア';
}
body.editorOnly div.container01 > div {
    background: #eee;
}
div.container01 {
    /* overflow:hidden; */
}
div.container01 > div {
    float: left;
    width:32%;
    margin-left: 2%;
}
div.container01 > div:first-child {
    margin-left: 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
4列
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
body.editorOnly div.container02:before {
    content:'4列エリア';
}
body.editorOnly div.container02 > div > div {
    background: #eee;
}
div.container02 {
    /* overflow:hidden; */
}
div.container02 > div {
    float: left;
    width:49%;
    margin-left: 2%;
}
div.container02 > div:first-child {
    margin-left: 0;
}
div.container02 > div > div {
    float: left;
    width:48%;
    margin-left: 4%;
}
div.container02 > div > div:first-child {
    margin-left: 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用ボックス
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.box01{
    background:#def0f1;
    padding:15px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
汎用ボタン
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
a.btn01{
    text-decoration: none;
    display: inline-block;
    padding: 15px 40px;
    color: #FFF;
    background: repeat 50% 50% #c0c0c0;
    margin:0 auto 3px;
    box-shadow: 0px 3px 0px #b0b0b0;
    border-radius:0px;
    position:relative;
    font-size: 15px;
    line-height: 1.4;
}
a.btn01:hover{
    margin:3px auto 0;
    box-shadow: 0px 1px 0px #b0b0b0;
    text-decoration: none;
}
a.btn01:before {
	position:absolute;
	top: 8px;
	right: 5px;
	font-family: FontAwesome;
	content: '\f105';
	font-size: 30px;
	line-height:1;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
よくある質問
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
ul.faq{
	margin-bottom: 3em;
}
ul.faq :before{
	margin-right:5px;
	font-size:1.3em;
}
ul.faq > li h4:before{
	content:'Q.';
	color:orange;
}
ul.faq > li h4{
	padding: 10px 15px;
	font-size:18px;
	font-weight:normal;
	background: #e8e8e8;
	width: 80%;
	margin-bottom: 10px;
	border-radius: 5px;
}
ul.faq > li > ul > li h5:before{
	content:'A.';
	color: teal;
}
ul.faq > li > ul{
	background: #d3efee;
	padding:15px;
	margin-left: 3em;
	border-radius: 5px;
}
ul.faq > li > ul > li h5{
	margin: 0;
	font-size:18px;
	font-weight:normal;
	line-height: 1.4;
	color: teal;
	font-weight: bold;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
よくある質問(定義リストver.)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
dl.faq :before{
	height: 34px;
	width: 34px;
	line-height: 34px;
	box-sizing: border-box;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	color: #fff;
	margin-right:5px;
	font-size: 22px;
	position: absolute;
	left: 15px;
	top: 8px;
}
dl.faq > dt,
dl.faq > dd{
	position: relative;
}
dl.faq > dd{
	position: relative;
	padding: 12px 0px 30px 65px;
}
dl.faq > dt:before{
	content: 'Q';
	background: #8aaee4;
}
dl.faq > dd:before{
	content: 'A';
	background: #ff9194;
	font-weight:normal;
}
dl.faq > dt > h4{
	font-size:18px;
	background: #eaf2ff;
	padding: 12px 10px 12px 65px;
	margin-bottom: 5px;
	line-height: 1.4;
}
dl.faq > dd > h5{
	color: #333;
	font-size:18px;
	line-height: 1.4;
	font-weight: normal;
}
dl.faq > dd > p{
	font-size:16px;
	/*line-height: 1.4;*/
	line-height: 1.5;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
エディタが自動生成するクラスへのスタイル指定
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.aligncenter,
dl.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	padding: 0 10px 10px 0;
}
.alignright {
	float: right;
	margin: 0 0 10px 5px;
}



