@media print {
    .siteHeader{
        display:none !important;
    }
}
body {
	font-family: "Noto Sans JP","Roboto","Droid Sans","游ゴシック","YuGothic","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.8;
	font-weight: 400;
}
.anchor{
	display:block;
	padding-top:150px;
	margin-top:-150px;
}
.cs_btn_col{
	text-align:center;
	font-size:12px;
	margin:1rem;
}
.cs_btnstyle{
  display: inline-block;
  padding: 0.1em 1em;
  text-decoration: none;
  color: #000;
  border: solid 1px #000;
  border-radius: 3px;
  transition: .4s;
}
.cs_btnstyle:hover {
  background: #000;
  color: white;
  text-decoration: none;
}
/*ヘッダー背景色設定*/
.siteHeader{
	background-color:#333232;
	margin-bottom:0;
}
.custom_search_area{
	background-color:#696969;
	padding:0.3em 10%;
}

.custom_search_area .container{
	padding-top:0;
	padding-bottom:0;
}
.icon_style{
	padding:3rem 0;
	margin:0 auto;
	height:220px;
	width:220px;	
	background-color:#FFFFFF;
	border-radius:50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: solid 6px #ffdc3d;
}

.top-features h3{
	margin:0 0 1rem 0;
}

.page-header_cover{
	margin-top:0;
	margin-bottom:3em;
	text-shadow:0 0 2px #fff;
}

.page-header{
	text-align:left;
	background-image:url(http://ranorex.techmatrix.jp/wp-content/uploads/header_lines_big.jpg);
}

/*スライドのタイトル*/
@media (min-width: 1196px){
	.slide-text-title{
		font-size: 45px;
	  font-weight:700;
	}
	.slide-text-title1{
	font-size: 45px;
	margin:0;
	font-weight:700;
	color:#FFF;
}
.btn-trial-dl-slide{
	font-size:18px;
	font-weight: 700;
	color:#FFFFFF;
	margin:2rem 1rem;
  padding: 0.9rem 2.5rem;
  border-radius: 0;
  background-color: #E3041A;	
}

.btn-trial-dl-slide:after {
	font-family: "Font Awesome 5 Free";
	font-weight:600;
  content: "\f054";
	color:#FFFFFF;
	padding: 0 0 3em 0;
	margin-left:2rem;
}
	
.btn-trial-dl-slide:hover{
  background-color: #000000;	
}

	.slide1-text{
		padding: 0;
		margin: 0;
		font-size:25px;
		font-weight:400;
		color:#FFFFFF;
	}
	/*スライドの文章*/
	.slide-text-caption {
		font-size:16px;
	}
	/*スライドのボタン*/
	.slide .btn-ghost {
	}
}

@media (max-width: 1195px){
	.slide-text-title{
		font-size: 40px;
  	font-weight:700;
	}
	.slide-text-title1{
		font-size: 35px;
  	font-weight:700;
		color:#FFF;
		margin:0;
		padding:0;
	}
.btn-trial-dl-slide{
	font-size:15px;
	font-weight: 700;
	color:#FFFFFF;
	margin:2rem 1rem;
  padding: 0.9rem 2.5rem;
  border-radius: 0;
  background-color: #E3041A;	
}

.btn-trial-dl-slide:after {
	font-family: "Font Awesome 5 Free";
	font-weight:600;
  content: "\f054";
	color:#FFFFFF;
	padding: 0 0 3em 0;
	margin-left:2rem;
}
	
	.slide1-text{
		padding: 0;
		margin: 0;
		font-size:18px;
		font-weight:400;
		color:#FFFFFF;
	}
	/*スライドの文章*/
	.slide-text-caption {
		font-size:13px;
	}
	/*スライドのボタン*/
	.slide .btn-ghost {
	}
}
@media (max-width: 767px){
	.slide-text-title{
		font-size: 7vw;
	}
	.slide-text-title1{
		font-size: 7vw;
		color:#FFF;
		margin:1vw 0 0 0;
	}
	.slide1-text{
		
	}
.btn-trial-dl-slide{
	font-size:15px;
	font-weight: 700;
	color:#FFFFFF;
	margin:2rem 1rem;
	padding: 0.9rem 2.5rem;
  border-radius: 0;
  background-color: #E3041A;	
}

.btn-trial-dl-slide:after {
	font-family: "Font Awesome 5 Free";
	font-weight:600;
  content: "\f054";
	color:#FFFFFF;
	padding: 0 0 3em 0;
	margin-left:2rem;
}
	
	.slide1-text{
		padding: 0;
		margin: 0;
		font-size:4vw;
		font-weight:400;
		color:#FFFFFF;
	}
	/*スライドの文章*/
	.slide-text-caption {
		font-size: 3vw;
	}
	/*スライドのボタン*/
	.slide .btn-ghost {
		font-size: 3vw;
		margin:10px 1rem;
		padding: 2vw 3vw;
	}
}
	
.btn-trial-dl-slide:hover{
	color:#FFFFFF;
  background-color: #000000;	
}

li{
	margin-bottom:0.5rem;
}

h1{
	padding: 1rem 0;
	font-size:40px;
	font-weight:700;
}

h2{
	border: none;
	font-size:30px;
	font-weight:400;
	margin:0;
}

.h2-blog{
	padding: 0.25em 0.5em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #DC143C;/*左線*/
	margin-top: 50px;
	margin-bottom: 40px;
}

.top-intro{
	margin-top:2rem;
	margin-bottom:1rem;
}

.top_home{
	background-color:#f3f3f3;
	margin-top:3rem;
	margin-bottom:3rem;
	padding-top:3rem;
	padding-bottom:0.5em;
}

.top_home h2{
	border: none;
	font-size:35px;
	font-weight:700;
	margin:0;
	padding:0;
}


h3{
	border: none;
	font-size:20px;
	margin:1em 0 1em 0;
	padding: 1em 0 0.5em 0;
}
h3::after{
	width: 100%;
}
h4{
	font-size:20px;	
}

em{
	font-weight:400;
	color:#666666;
}

.wp-block-code{
	margin: 2em 0;
	padding:2em 1em;
	background-color:#333333;
	color:#FFFFFF;
}

/*ロゴ画像を元画像どおりのサイズで表示*/
.navbar-brand img {
	max-height: 50px !important;
	margin:0;
	padding:0;
}

/*ヘッダーとモバイルメニューの調整*/
.gMenu_name{
	color:#FFFFFF;
	font-weight:normal;
}
.gMenu > li:before {
    border-bottom:none;
}
.vk-mobile-nav-menu-btn {
background:url('http://ranorex.techmatrix.jp/wp-content/themes/lightning/inc/vk-mobile-nav/package/images/vk-menu-btn-white.svg') center 50% no-repeat;
	filter: invert(16%) sepia(0%) saturate(0%) hue-rotate(203deg) brightness(89%) contrast(83%);
}
.vk-mobile-nav{
	background-color:#333232;
}
.vk-mobile-nav .widget_nav_menu ul li a, .vk-mobile-nav nav ul li a 
{
	color: #FFF;
}
.vk-menu-acc a:hover{
	color:#FFF;
}

.vk-menu-acc .acc-btn {
    border: 1px solid var(--vk-menu-acc-btn-border-color);
    background: var(--vk-menu-acc-icon-open-white-bg-src) center 50% no-repeat;
}

.copyright_width{
	display:flex;
  justify-content: center;
  align-items: center;
	margin:0;
	padding:0;
}

.sitepolicy{
	color:#FFFFFF;
}

.sitepolicy:hover {
  color: #c3c3c3;
	text-decoration: none;
}

.copyright_char{
	float:right;
	font-size:12px;
	color:#FFFFFF;
}

.footer_style{
	margin:10px 0;
}

/* 問い合わせボタン フッター */
.btn-inquiry-footer {
	position: relative;
	display:inline-block;
	font-weight:800;
	padding:0.5em 4em;
	margin: 2em 0 1em 0;
	background: #ffdc3d;
	font-size:20px;
	border-radius: 8px;
	text-align:center;
	color: #222222;
}
.btn-inquiry-footer:after {
	position: absolute;
	content: url(http://ranorex.techmatrix.jp/wp-content/uploads/ic_mailbox.png);
	display:inline-block;
	background-size: contain;
	right: 0.5rem;
	bottom: 0;
}

.btn-inquiry-footer:hover {
  background: #e8c93b;
  color: #000000;
}

/*検索フォーム*/

.searchform {
	position:relative;
	padding:0;
}

::placeholder{
	font-size: 14px;
}

.searchfield {
	display:block;
	font-size: 10px;
  width: 15em;
	margin: 0 0 0 auto;
	padding:0 10px;
	box-shadow: none;
  border-radius: 20px;
  color:#222222;
}
.searchfield:focus {
	font-size: 14px;
	outline: none;
  border: 5px;	
	box-shadow: none;
}

.searchfield:focus-visible {
	font-size: 12px;
	outline: none;
  border: 5px;	
	box-shadow: none;
}

.searchsubmit {
  font-family: "Font Awesome 5 Free";
  font-size: 1.3em;
	font-weight: 900;
  position: absolute;
  top: 0;
  right: 1%;
	margin:0;
  padding: 5px ;
  cursor: pointer;
  color: #d2d2d2;
	outline: none;
  border: none;	
	box-shadow: none;
  background: transparent;
}

.searchsubmit:hover {
  color: #222222;
  background: transparent;
}

.top-h-btn-center{
	position:relative;
	text-align:center;
	margin-bottom:1rem;
}

.btn-trial-dl{
	font-size:18px;
	font-weight: 700;
	color:#FFFFFF;
	margin:10px 1rem;
  padding: 20px 60px;
  border-radius: 50px;
  background-color: #42af6f;	
}

.btn-trial-dl:hover {
  background: #2d7e4e;
  color: #FFF;
}

.add-menu a{
	color:#FFFFFF;
	font-weight: 700;
}
.menu-item-button-dl{
	margin:0 5px;
	border-radius: 10px;
  background-color: #42af6f;
}

.menu-item-button-dl:hover {
  background: #2d7e4e;
}

.menu-item-button-webinar{
	margin:0 5px;
  border-radius: 10px;
  background-color: #343232;
	border: solid 1px #bbb;	
}

.menu-item-button-webinar:hover {
  background: #201f1f;
}

.top_container{
	margin:2rem 1rem;
}

.top_contents_m{
	padding:2rem 0;
}
.top_contents_m_logo{
	padding:0;
}

/*トップページサポート*/
.support-bg{
	position:relative;
	background-color:#FFFFFF;
	margin:1rem 0 0 0;
	padding:2rem 0 0 0;
	border-radius:20px;
	border:  #bbb;
	box-shadow: 0 0 10px 0 #DDDDDD;
}

.support-bg a{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height:100%; 
    width: 100%; 
}

.support-bg a:hover{
	background-color:#000000;
	opacity: 0.05;
	border-radius:18px;
}

/*アプリ種類*/
.app-bg{
	position:relative;
	background-color:#FFFFFF;
	margin:3rem 2rem 0 2rem;
	padding:0;
	border-radius:20px;
	border: #bbb;
	box-shadow: 0 0 10px 0 #DDDDDD;
}

.app-bg a{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height:100%; 
    width: 100%; 
}

.app-bg a:hover{
	background-color:#000000;
	opacity: 0.05;
	border-radius:18px;
}

.app-bg a:after {
	content:"";
  position: absolute;
	top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	font-size: 30px;
	font-weight:700;
  display: flex;
	color:#FFF;
	align-items: center;
  justify-content: space-around;
  display: flex;
}

.app-bg a:hover:after {
	opacity: 1;
}
/*トップページ機能*/
.features-bg{
	position:relative;
	background-color:#FFFFFF;
	margin:1rem 0 0 0;
	padding:2rem 0 0 0;
	border-radius:20px;
	border: #bbb;
	box-shadow: 0 0 10px 0 #DDDDDD;
}

.features-bg a{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height:100%; 
    width: 100%; 
}

.features-bg a:hover{
	background-color:#000000;
	opacity: 0.05;
	border-radius:18px;
}

.features-bg ul{
	padding:1rem 1.5rem 1rem 2.5rem;
	margin-bottom:0;
	margin-right:0;
	min-height:250px;
	background-color:#F4F6F6;
	color:#636B72;
	border-radius: 0 0 20px 20px;
}

/*導入事例*/
.examples-bg{
	position:relative;
	background-color:#FFFFFF;
	margin:0;
	padding:0;
	border-radius:20px;
	border: #bbb;
	box-shadow: 0 0 10px 0 #DDDDDD;
}

.examples-bg a{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height:100%; 
    width: 100%; 
}

.examples-bg a:hover{
	background-color:#000000;
	opacity: 0.05;
	border-radius:18px;
}

/*過去セミナー資料*/
.oldseminar-bg{
	position:relative;
	background-color:#FFFFFF;
	margin:0;
	padding:0;
	border-radius:20px;
	border: #bbb;
	box-shadow: 0 0 10px 0 #DDDDDD;
}

.oldseminar-img img{
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.oldseminar-img:hover{
	background-color:#000000;
	opacity: 0.5;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.regularseminar-bg img:hover{
	background-color:#000000;
	opacity: 0.5;
}


/*関連製品*/
.related_products_group{
	background-color:#f3f3f3;
	margin-bottom:0;
	padding: 3em;
}

.products_bg{
	position:relative;
	background-color:#FFF;
	margin:5px 0;
	padding:15px 0 0 0;
	border-radius:20px;
	border: solid 1px #bbb;
	box-shadow: 0 0 10px 0 #DDDDDD;
}

.products_bg a{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height:100%; 
    width: 100%; 
}

.products_bg a:hover{
	background-color:#000000;
	opacity: 0.05;
	border-radius:18px;
}

.testrail_cl{
	color:#FFFFFF;
	background-color:#0b3754;
	padding:20px;
	margin:0;
	border-radius: 0 0 15px 15px
}
.soa-virt_cl{
	color:#FFFFFF;
	background-color:#00a8f3;
	padding:20px;
	margin:0;
	border-radius: 0 0 15px 15px
}
.cloudbees_cl{
	color:#FFFFFF;
	background-color:#006ab0;
	padding:20px;
	margin:0;
	border-radius: 0 0 15px 15px
}

/*サポートテクノロジーページ*/
.technology-table {
  margin-bottom: 2em;
}

.technology-table td{
	border: 2px #F2F2F2 solid;
	display: inline-block;
	height: 170px;
	width: 135px;
}

.technology-table tr{
	display: inline;
}

.technology-images img{
	width:52%;
	margin-bottom: 1em;
	margin-top:
}

.technology-images td{
	text-align: center;
}

.technology-name td{
	text-align: center;
	font-size: 15px;
}

.browser-technology-table{
	margin-bottom: 2em;
}

.browser-technology-table td{
	border: 2px #F2F2F2 solid;
	display: inline-block;
	height: 180px;
	width: 135px;
}

.browsertechnology-images td{
	text-align: center;
}

.browsertechnology-images img{
	width: 80%;
	margin-bottom: 1em;
}

.mobile-technology-table td{
	border: 2px #F2F2F2 solid;
	display: inline-block;
	height: 10%;
	width: 50%;
}

.mobile-technology-table{
	margin-bottom: 2em;
}

.mobiletechnology-images img{
	width:68%;
	margin-bottom: 1em;
}

.mobiletechnology-images td{
	text-align: center;
}

/*セミナー・トレーニングページ*/
.bottom-space{
	margin-bottom: 5em;
}
.btn-seminar{
	color:#ffffff;
  padding: 1em 2rem;
  border-radius: 30px;
  background-color: navy;	
	margin:0 0 1rem 0;
}

.btn-seminar:hover {
	opacity:0.6;
  color: #FFF;
}
.seminar-bg{
	background-color: #FFF;
	color: black;
	position:relative;
	text-align:center;
	padding:1em 2em;
	margin:1rem 0;
	border-radius:20px;
	border: solid 1px #bbb;
	font-weight: bold;
}

.seminar-bg a{
    position: absolute;
    top: 0;
    left: 0;
    height:100%; 
    width: 100%; 
}

.seminar-bg a:hover{
	background-color:#000000;
	opacity: 0.1;
	border-radius:18px;
}

.seminar-target1{
	margin:0;
	padding:1em;
	background-color: #42af6f;
	color:#FFF;
  border-radius: 10px;/*角の丸み*/
}

.seminar-target1 p{
	margin:0;
	padding:0;
}

.seminar-target2{
	margin:0;
	padding: 1em;
	background-color: #2B6CAF;
	color:#FFF;
  border-radius: 10px;/*角の丸み*/
}
.seminar-target2 p{
	margin:0
}

.seminar-target3{
	margin:0;
	padding: 1em;
	background-color: #F6BF66;
	color:#FFF;
  border-radius: 10px;/*角の丸み*/
}
.seminar-target3 p{
	margin:0
}

.seminar-title{
  font-size: 18px;
	font-weight: bold;
}

.seminar-contents{
	margin-top: -0.5em;
	height: 24%;
}

.detail-container {
  display: flex;
  justify-content: center;
  align-items: center;
}


@media (min-width: 1200px) {
.seminar-map-image{
	height:700px;
	background-repeat: no-repeat;
	background-size: 70em;
	background-position: -670% 40%;
	background-image:url("http://ranorex.techmatrix.jp/wp-content/uploads/三角.png");
	margin:2rem 0;
	padding:1rem;
	}
}

@media (max-width: 1199px) {
.seminar-map-image{
	background-size: 60em;
	background-repeat: no-repeat;
	background-position: -180% 2%;
	background-image:url("http://ranorex.techmatrix.jp/wp-content/uploads/三角.png");}
.seminar-map p{
  margin-left: 0em;		
	font-size: 13px;
	}
.seminar-target1_ggg p, .seminar-target2 p{
  text-align:center;        
  font-weight: bold;
	font-size: 13px;
}
.seminar-target2_ggg{
	padding-top: 1.3em;
	background-color: white;
  border: solid 2px #C0C0C0;/*線*/
  border-radius: 10px;/*角の丸み*/
	margin-top: 0.4em;
}
}

@media (max-width: 781px) {
.seminar-map-image{
	background-image:none;}
.seminar-map p{
  margin-left: 0em;		
	}
}

@media (min-width:782px) and (max-width: 991px){
.seminar-map-image{
	background-size: 60em;
	
	background-repeat: no-repeat;
	background-position: -20% -3%;
	background-image:url("http://ranorex.techmatrix.jp/wp-content/uploads/三角.png");}
.seminar-map p{
  margin-left: 0em;		
	font-size: 13px;
	}
.seminar-target1_ggg p, .seminar-target2 p{
  text-align:center;        
  font-weight: bold;
	font-size: 13px;
}
.seminar-target1_ggg{
	padding-top: 1.3em;
	background-color: white;
  border: solid 2px #C0C0C0;/*線*/
  border-radius: 10px;/*角の丸み*/
	margin-top: 1.7em;
}
.seminar-target2_ggg{
	padding-top: 1.3em;
	background-color: white;
  border: solid 2px #C0C0C0;/*線*/
  border-radius: 10px;/*角の丸み*/
	margin-top: 0.6em;
}
*/
}

/*ライセンス詳細*/
.table-seminar{
	 border-collapse: separate; 
   border-spacing:  3px;
	 border: 0px none;
}
.table-title{
	border: 0px none;
	padding: 20px 10px;
	background-color: #e8e8e8; 
	text-align:center;
	font-weight: bold;
	font-size: 15px;
	width: 15%;
}
.table-contents{
	border: 0px none;
	padding: 20px;
	font-size: 15px;
  background-color:  #f0f0f0; 
}

/*価格*/
.license-price{
	font-weight:700;
	font-size: 25px;
	margin:0;
}

/*リソース*/
.resource_bg{
	display:block;
	position:relative;
	background-color:#FFF;
	margin:5px 0;
	padding:15px 0 0 0;
	border-radius:20px;
	border: solid 1px #bbb;
}

.resource_bg a{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height:100%; 
    width: 100%; 
}

.resource_bg a:after{
	font-size: 100px;
	content: "";
	font-weight:900;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color:#FFF;
	align-items: center;
	justify-content: space-around;
	display: flex;
	opacity: 0;
}

.resource_bg a:hover{
	background-color:#000000;
	opacity: 0.1;
	border-radius:18px;
}
.resource_bg a:hover:after {
	opacity: 1;
}

.resource_bg ul{
	margin:1rem 1rem 1mre 2rem;
}

.resource_bg li{
	font-size:15px;
	margin:0 1.2rem;
}

/*動画用*/
.resource_bg_sc{
	display: flex;
	flex-direction: column;
	-ms-flex-direction: column;
	position:relative;
	background-color:#FFF;
	margin:5px 0;
	padding:15px 0 0 0;
	border-radius:20px;
	border: solid 1px #bbb;
}

.resource_bg_sc a{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height:100%; 
    width: 100%; 
}

.resource_bg_sc a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	font-family: "Font Awesome 5 Free";
	font-weight:900;
  font-size: 100px;
  content: "\f04b";
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-around;
  opacity: 0;
}
.resource_bg_sc a:hover:after {
  opacity: 1;
}
.resource_bg_sc a:hover{
	background-color:#000000;
	opacity: 0.1;
	border-radius:18px;
}
/*事例用*/
.resource_bg_cs{
	display:block;
	position:relative;
	background-color:#FFF;
	margin:5px 0;
	padding:15px 0 0 0;
	border-radius:20px;
	border: solid 1px #bbb;
}

.rs_title{
	margin:0;
  align-items: center;/*上下中央揃え*/
}
.ct_title2{
	margin: 1.5rem 1rem;
	height:3.5rem;
}

.ct_whitepaper{
	text-align:center;
	font-size:15px;
	color:#FFFFFF;
	background-color:#ea9b33;
	margin:0;
	padding:3px 0;
	border-radius:50px;
}

.ct_customers{
	text-align:center;
	font-size:15px;
	color:#FFFFFF;
	background-color:#ab66a5;
	margin:0 2em 0 0;
	padding:3px 0;
	border-radius:50px;	
}

.ct_title3{
	margin:1rem 1rem 0.7em 1rem;
}

.ct_screencast{
	text-align:center;
	font-size:15px;
	color:#FFFFFF;
	background-color:#2b6caf;
	margin:0;
	padding:3px 0;
	border-radius:50px;		
}

.ct_seminar{
	text-align:center;
	font-size:15px;
	color:#FFFFFF;
	background-color:#de85de;
	margin:0;
	padding:3px 0;
	border-radius:50px;		
}

.resource-icon {
	position:right;
}
.rs_m_title{	
	margin: 0;
}

.rs_m{
	margin:1rem; 
}
.resource_bg h5{
	margin:1rem;
}

.resource_bg p{
	font-size:14px;
}

.resource_bg_sc h5{
	margin:1rem;
}

.resource_bg_sc p{
	font-size:14px;
}

.resource_bg_cs h5{
	margin:1rem;
}

.resource_bg_cs p{
	font-size:14px;
}

.resource_bg_cs ul{
	margin-left:0;
	margin-right:2rem;
} 
.resource_bg_cs li{
	font-size:14px;
	line-height:1rem;
}

.btn_position{
	margin-top:auto;
}

.rs_dec{
	border-top:solid 1px #bbb;
}

.btn_column_center{
	position:relative;
	text-align:center;
}

.btn_casestudy_dl {
	position: relative;
	display:inline-block;
	font-weight:900;
	margin: 1em 0;
	padding:1rem 3em;
	color: #222222;
	background: #ffdc3d;
	font-size:25px;
	border-radius: 10px;
}

.btn_casestudy_dl:hover {
  background: #e8c93b;
  color: #000000;
}

.btn_casestudy_dl_s {
	display:block;
	color: #FFF;
	background: #929292;
	font-size:12px;
	border-radius: 10px;
	margin:5px 0;
}

.btn_casestudy_dl_s:hover {
	background: #ffdc3d;
	opacity:0.8
}

.btn_indp_dl{
	position: relative;
	display:block;
	margin:auto 10rem;
	padding:1rem 3rem;
	font-weight:900;
	color: #222222;
	background: #ffdc3d;
	font-size:25px;
	border-radius: 10px;
}

.btn_indp_dl:hover {
  background: #e8c93b;
  color: #000000;
}


.casestudy_profile{
	margin: 3rem 1rem;	
}

/* 問い合わせボタン 大 */
@media (min-width: 768px){
	.btn-inquiry-LL-2 {
		position: relative;
		display:inline-block;
		font-weight:900;
		padding:1rem 8em;
		margin:1rem 0 2rem 0;
		color: #222222;
		background: #ffdc3d;
		font-size:25px;
		border-radius: 10px;
	}
}
@media (max-width: 767px){
	.btn-inquiry-LL-2 {
		position: relative;
		display:inline-block;
		font-weight:900;
		padding:1rem 23vw;
		margin:1rem 0 2rem 0;
		color: #222222;
		background: #ffdc3d;
		font-size:22px;
		border-radius: 10px;
	}
}
.btn-inquiry-LL-2:after {
	position: absolute;
	content:url(http://ranorex.techmatrix.jp/wp-content/uploads/ic_mailbox.png);
	display:inline-block;
	background-size: contain;
	right: 1rem;
	bottom: 0;
}
.btn-inquiry-LL-2:hover {
  background: #e8c93b;
  color: #000000;
}

.contact-cs{
	border:solid 1px #fac8e9;
	width:28rem;
	padding: 0.5em 1rem;
	border-radius:10px;
	margin:1em 0;
}

.contact-ts{
	border:solid 1px #afddfa;
	width:28rem;
	padding: 0.5em 1rem;
	border-radius:10px;
	margin:1em 0;
}

.contact{
	margin:3rem 0;
}

.contact-cs-p{
	margin:0;	
}
.price-table td:nth-child(1){
	background-color:#f3f3f3;
	width:23%
}
.price-table2 td:nth-child(1){
	background-color:#f3f3f3;
	width:15%
}

.price-column{
	margin:1rem 0;
	padding:1rem;
	background:#FFF;
	border:solid 1px gray;
	border-radius:10px;
}
.price-nl{
	position:relative;
	padding:1em 0 1em 5rem;
}
.price-fl{
	position:relative;
	padding:1em 0 1em 5rem;
}
.price-rt{
	position:relative;
	padding:1em 0 1em 5rem;
}
.price-nl:before{
	position:absolute;
  content: '';
	background-repeat: no-repeat;
  display: inline-block;
  width: 60px;
  height: 60px;
	top:15%;
	left:0;
	margin:0 10px;
  background-image:url(http://ranorex.techmatrix.jp/wp-content/uploads/pricing-premium-nodelocked.svg);
  background-size: contain;
}
.price-fl:before{
	position:absolute;
  content: '';
	background-repeat: no-repeat;
  display: inline-block;
  width: 70px;
  height: 70px;
	top:15%;
	left:0;
	margin:0;
  background-image:url(http://ranorex.techmatrix.jp/wp-content/uploads/pricing-premium-floating.svg);
  background-size: contain;
  vertical-align: middle;
}
.price-rt:before{
	position:absolute;
  content: '';
	background-repeat: no-repeat;
  display: inline-block;
  width: 55px;
  height: 55px;
	top:15%;
	left:0;
	margin:0 1em 0 0.5em;
  background-image:url(http://ranorex.techmatrix.jp/wp-content/uploads/lineicon_remote.svg);
  background-size: contain;
  vertical-align: middle;
}
/*---------------------------------
アコーディオンボックス
--------------------------------*/
.acbox1{
  width: auto;
  margin:10px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: #8BC34A;
  position: relative;
  display: block;
  padding:10px;
  border-radius:
  cursor: pointer;
  color: #fff;
}

.acbox2{
  width: auto;
  font-size:0px; /* ラベルと開く部分を分離する時は数値を入れる */
	margin:10px;
}

.acbox2 label{
  width: auto;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: #8BC34A;
  position: relative;
  display: block;
  padding:10px;
  border-radius:
  cursor: pointer;
  color: #fff;
}
.acbox2 label:hover{
	background: #8BC34A; /* ラベルにマウスを乗せた時の背景色 */
}

.acbox2 input{
  display: none;
}

.acbox2 label:after{
  color: #fff;
  content:"▼"; /* ラベルのアイコン */
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -14px;
}

.acbox2 input:checked ~ label::after {
  content:"▲"; /* ラベルをクリックした後のアイコン */
}

.acbox2 .acbox-under2{
  height: 0px;
  overflow: hidden;
	font-size:16px;
  opacity: 0;
  transition: 0.5s; /* 開閉スピードの設定 */
}

.acbox2 input:checked ~ .acbox-under2{
  padding: 1rem; /* 開いた部分の枠内の余白 */
	height:100%;
  border-radius: 0px;
  background: #F3F4F5; /* 開いた部分の背景色 */
  opacity: 1;
}

.acbox2 input:checked ~ label {
  background: #8BC34A; /* クリック後のラベルの背景色 */
}

.acbox3{
  width: auto;
  font-size:0px; /* ラベルと開く部分を分離する時は数値を入れる */
  margin:10px; /* ボックス全体の位置調整 */
}

.acbox3 label{
  width: auto;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: #8BC34A;
  position: relative;
  display: block;
  padding:10px;
  border-radius:
  cursor: pointer;
  color: #fff;
}
.acbox3 label:hover{
	background: #8BC34A; /* ラベルにマウスを乗せた時の背景色 */
}

.acbox3 input{
  display: none;
}

.acbox3 label:after{
  color: #fff;
  content:"▼"; /* ラベルのアイコン */
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -14px;
}

.acbox3 input:checked ~ label::after {
  content:"▲"; /* ラベルをクリックした後のアイコン */
}

.acbox3 .acbox-under3{
  height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: 0.5s; /* 開閉スピードの設定 */
}

.acbox3 input:checked ~ .acbox-under3{
  padding: 1rem; /* 開いた部分の枠内の余白 */
	height:100%;
  border-radius: 0px;
	font-size:18px;
	color:#000;
  background: #F3F4F5; /* 開いた部分の背景色 */
  opacity: 1;
}

.acbox3 input:checked ~ label {
  background: #8BC34A; /* クリック後のラベルの背景色 */
}
.price-innercolumn{
	position:relative;
	margin:1rem 1rem 0 1rem;
}
.ordersheet{
	text-align:center;
	display:block;
	color:#FFF;
	width:8rem;
	font-size:13px;
	padding:0.2em 1rem;
	margin-left:auto;
	background:navy;
	border-radius:10px;
	opacity:1;
}
.ordersheet:hover{
	color:#FFF;
	text-decoration:none;
	opacity:0.7;
}
.ordersheet2{
	text-align:center;
	display:block;
	color:#FFF;
	width:13rem;
	padding:0 1rem;
	margin:2rem auto 2rem 0;
	background:navy;
	border-radius:10px;
	opacity:1;
}
.ordersheet2:hover{
	color:#FFF;
	text-decoration:none;
	opacity:0.7;
}
.rq-m{
	margin:5rem 0;
}
.intro_sem_icon{
	position:relative;
	padding:2em 0 1em 6rem;
}
.intro_sem_icon:before{
	position:absolute;
  content: '';
	background-repeat: no-repeat;
  display: inline-block;
  width: 80px;
  height: 80px;
	top:15%;
	left:0;
	margin:0;
  background-image:url(http://ranorex.techmatrix.jp/wp-content/uploads/ranorex_logo_black.png);
  background-size: contain;
}
.handson_sem_icon{
	position:relative;
	padding:2em 0 1em 6rem;
}
.handson_sem_icon:before{
	position:absolute;
  content: '';
	background-repeat: no-repeat;
  display: inline-block;
  width: 80px;
  height: 80px;
	top:15%;
	left:0;
	margin:0;
  background-image:url(http://ranorex.techmatrix.jp/wp-content/uploads/Rx_Studio.svg);
  background-size: contain;
}
.basic_sem_icon{
	position:relative;
	padding:2em 0 1em 6rem;
}
.basic_sem_icon:before{
	position:absolute;
  content: '';
	background-repeat: no-repeat;
  display: inline-block;
  width: 80px;
  height: 80px;
	top:15%;
	left:0;
	margin:0;
  background-image:url(http://ranorex.techmatrix.jp/wp-content/uploads/lineicon_skills.svg);
  background-size: contain;
}
.guide_sem_icon{
	position:relative;
	padding:2em 0 1em 6rem;
}
.guide_sem_icon:before{
	position:absolute;
  content: '';
	background-repeat: no-repeat;
  display: inline-block;
  width: 80px;
  height: 80px;
	top:15%;
	left:0;
	margin:0;
  background-image:url(http://ranorex.techmatrix.jp/wp-content/uploads/lineicon_userguide.svg);
  background-size: contain;
}

.RxPath_sem_icon{
	position:relative;
	padding:2em 0 1em 6rem;
}
.RxPath_sem_icon:before{
	position:absolute;
  content: '';
	background-repeat: no-repeat;
  display: inline-block;
  width: 80px;
  height: 80px;
	top:15%;
	left:0;
	margin:0;
  background-image:url(http://ranorex.techmatrix.jp/wp-content/uploads/lineicon_object_recognition.svg);
  background-size: contain;
}
.team_sem_icon{
	position:relative;
	padding:2em 0 1em 6rem;
}
.team_sem_icon:before{
	position:absolute;
  content: '';
	background-repeat: no-repeat;
  display: inline-block;
  width: 80px;
  height: 80px;
	top:15%;
	left:0;
	margin:0;
  background-image:url(http://ranorex.techmatrix.jp/wp-content/uploads/lineicon_collaboration.svg);
  background-size: contain;
}

.seminar_detail_bg{
	background:#f3f3f3;
	padding:0.5rem 2rem;
	margin:1rem;
	border-radius:20px;
}
.seminar_detail_bg ul{
	margin:0;
	padding:0 1.5em;
}
.seminar_detail_bg li{
	line-height:1.2em;
	font-size:15px;
}

.seminar_detail_bg_blank{
	background:#FFFFFF;
	padding:0.5rem 2rem;
	margin:1rem;
	border-radius:20px;
}
.price-detail-bottom{
	min-width:40rem;
}
.price-img-bottom{
	margin:3rem 0 0 0;	
}

.siteFooter{
	background-color:#202020;
	color:#ffffff;	
	margin:0;
	padding:0;
}
.siteFooter a{
	text-decoration:none;
}
/*スライド5枚目のボタン*/
.slide .mini-content-container-5 .btn{
	background-color:#EC5F2D;
	color:#ffffff;
	border:none;
	border-radius: 30px;
	font-size:18px;
	font-weight: 600;
	padding: 0.8rem 3rem;
	
}
.top_head2{
	padding:2rem 0 0 0;
}
.btn-gradient{
	font-size: 1.1rem;
	font-weight: 700;
  position: relative;
  display: block;
  padding: 1.5rem 1.4rem;
	margin:0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
	border:none;
}

a.btn-gradient {
  font-weight: 700;
  color: #222222;
  border-radius: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(40%, #f4f4e4),
    to(#fed92f)
  );
  background-image: -webkit-linear-gradient(left, #f4f4e4 40%, #fed92f 100%);
  background-image: linear-gradient(90deg, #f4f4e4 40%, #fed92f 100%);
}

a.btn-gradient:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f4f4e4),
    color-stop(#f4f4e4),
    to(#fed92f)
  );
  background-image: -webkit-linear-gradient(left, #f4f4e4, #fcfcf3, #fed92f);
  background-image: linear-gradient(90deg, #f4f4e4, #fcfcf3, #fed92f);
}
a.btn-gradient span {
  position: relative;
  z-index: 1;
}
a.btn-gradient:hover {
  color: #222222;
}

a.btn-gradient:hover:after {
  opacity: 0;
}
iframe.wp-embedded-content {
	margin:0;
	padding:0;
	height:145px;
}

/* 問い合わせボタン 小 */
.btn-inquiry-S {
		position: relative;
		display:inline-block;
		font-weight:900;
		padding:1rem 0;
		margin:1rem 0 ;
		color: #222222;
		background: #ffdc3d;
		font-size:22px;
		border-radius: 10px;
}
.btn-inquiry-S:hover {
  background: #e8c93b;
  color: #000000;
}
.matome_banner a{
	display:block;
  justify-content: space-between;
	text-align:center;
  margin: 0;
  padding: 0.6em 2em;
  width: 300px;
  font-size: 23px;
  font-weight: 700;
  transition: 0.3s;
	color: #2285b1;
  border: 4px solid #2285b1;
}

.matome_banner a:hover {
	color: #FFFFFF;
  text-decoration: none;
  background-color: #a0c4d3;
}
.footer_connpass{
	position:relative;
	padding:0.6em 2em 0.6em 4.5em;
	margin:0;
	color:#222222;
	font-size:14px;
	font-weight:700;
	background:#F3F3F3;
	border-radius:5px;
}
.footer_connpass:before{
	position:absolute;
  content: '';
	background-repeat: no-repeat;
  display: inline-block;
  width: 30px;
  height: 30px;
	top:15%;
	left:5%;
	margin:0 10px;
  background-image:url(http://ranorex.techmatrix.jp/wp-content/uploads/connpass_logo_3.png);
  background-size: contain;
}

.footer_connpass:hover {
  background: #BFBFBF;
  color: #000000;
}

.externalLink::after {
	font-family: "Font Awesome 5 Free";
	font-weight:600;
  content: "\f35d";
}
/* サブメニューの背景色と文字色 */
.gMenu li li {
  background-color: #808080;
}
/* ▲部分 */
.gMenu li.menu-item-has-children::after {
  border-bottom-color: #808080;
}
.footerlink {
	color:#ffffff
}

.customers_button a{
	font-size:20px;
	margin-bottom:2rem;
}
.top_header_3 {
	margin:0;
	padding:0;
}

.btn_center_dl {
	text-align: center;
	font-weight:900;
	margin: 1em 0;
	padding:1rem 5em;
	color: #222222;
	background: #ffdc3d;
	font-size:25px;
	border-radius: 10px;
}

.btn_center_dl:hover {
  background: #e8c93b;
  color: #000000;
}

/*枠線*/
.price_table th, .price_table td {
  border: solid 5px white;
}

/*ヘッダー(Runtime)*/
.price_table th:nth-child(3){
	background:#F6BF66;
}

/*ヘッダーのフォント指定*/
.price_table th{
	font-size:16px;
	color:white;
}

/*ヘッダー画像の装飾*/
.price_table th img{
	background:white;
	width:5rem;
	height: 5rem;
	margin: 0.5em;
	padding: 0.5rem 0.5rem;
	border-radius:3rem;
}

/*ヘッダー1番目*/
.price_table tr th{
	background:white;
}

/*ヘッダー2番目以降*/
.price_table th+th{
	background:#42AF6F;
}

/*一番左の列*/
.price_table tr td{
	background:#E8E8E8;
}

/*一番左以外の列*/
.price_table td+td{
	background:#F8F8F8;
}

.xmark_red::after {
	font-family: "Font Awesome 5 Free";
	font-weight:600;
	font-size:2em;
  content: "\f00d";
	color: #f41010;
}

.check_green::after {
	font-family: "Font Awesome 5 Free";
	font-weight:600;
	font-size:2em;
  content: "\f00c";
	color: #42AF6F;
}

/*画像付きツールチップ*/
.m_tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
	background-color:#E8E8E8;
	color:black;
	padding: 2px 9px;
	margin: 0 5px 5px 5px;
	font-size:10px;
	border-radius:15px;
}

.m_tooltip:hover::before {
  content: "";
  position: absolute;
  width: 460px; /* テキスト領域の横幅を指定 */
  height: 160px; /* テキスト領域の縦幅を指定 */
	left:-400px;
  line-height: 2;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  color: white; /* 文字色 */
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 100;
}

.m_tooltip:hover::after {
  content: "";
  position: absolute;
  top: 100%;
  left: calc(50% - 5px); /* 三角タブを中央に配置 */
  border-width: 0 5px 5px 5px;
  border-style: solid;
  border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent;
}

.m_tooltip img {
  display: none;
}

.m_tooltip:hover img {
  border-radius: 5px 0 0 5px; /* 左上と左上を5px丸める */
  display: block;
  position: absolute;
  top: calc(100% + 5px); /* 三角タブの分だけ下にずらす */
  left: 0;
  max-width: 150px;
  z-index: 100;
}

.m_tooltip-content {
  width: 460px; /* テキスト領域の横幅を指定 */
  height: 160px; /* テキスト領域の縦幅を指定 */
	left:-400px;
  display: none;
  position: absolute;
  /* ツールチップのスタイリング */
  background-color: rgba(0, 0, 0, 1);
  color: yellow;
  border-radius: 5px;
}

.m_tooltip:hover .m_tooltip-content {
  display: block;
}

/* 追加: ツールチップテキストのスタイリング */
.m_tooltip .m_tooltip-content {
  display: none;
	text-align:left;
	font-size:12px;
  position: absolute;
  width: 460px; /* テキスト領域の横幅を指定 */
  height: 160px; /* テキスト領域の縦幅を指定 */
	left:-400px;
  line-height: 1.5;
	padding:1rem;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
	color: white;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 100;
}

/*導入事例下段のマージン*/
.cs_m{
	margin-right:2rem;
}

/*機能一覧下のボタン*/
.btn_commonpages {
	position: relative;
	font-weight:800;
	margin: 1em 0;
	width:90%;
	padding:1rem 3rem;
	color: #222222;
	background: #ffdc3d;
	font-size:18px;
	border-radius: 10px;
}

.btn_commonpages:hover {
  background: #e8c93b;
  color: #000000;
}

.nf_m{
	margin: 4.5rem 0;
}

/*デスクトップアプリのアイコン*/
.icon_style_d{
	padding:1% 0;
	margin:auto;
	width:180px;
	background-color:#FFFFFF;
	border-radius:50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.icon_style_d img{
	padding:1rem;
}

/*トップページの導入事例ボタン*/
.btn_userex{
position: relative;
    font-weight: 800;
    margin: 1em 0;
    width: 100%;
    padding: 1rem 3rem;
    color: #FFFF;
    background: #333232;
    font-size: 22px;
    border-radius: 10px;
}

.btn_userex:hover{
  background: #0F0F0F;
  color: #CECCCC;
}

/*機能ページ回遊ボタン*/
.function-list{
 width: auto;
  margin:10px;
  font-size: 20px;
	font-weight: bold;
  text-align: start;
  background: #696969;
  position: relative;
  display: block;
  padding:10px;
  border-radius:
  cursor: pointer;
  color: #fff;
}

.function-list-container{
	position:relative;
	background-color:#FFFFFF;
	border-radius:10px;
	padding:1rem 0 0 0;
	border: #bbb;
	box-shadow: 0 0 10px 0 #DDDDDD;
}

.function-list-container a{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height:100%; 
    width: 100%; 
}

.function-list-container a:hover{
	background-color:#000000;
	opacity: 0.05;
	border-radius:10px;
}

/*対応アプリページ回遊ボタン*/
.btn_app_next_s {
	display: block;
	color: #000000;
	background-color: #FFF;
	border-radius:10px;
	box-shadow: 0 0 10px 0 #DDDDDD;
}

.btn_app_next_s:hover {

  background:#8C8C8C;
	border-radius:10px;
}

.app_next_p {
 display: block;
 text-align: center;
 padding: 0.458rem 1.5rem;
 font-size: 1rem;
 line-height: 1.5;
 color:#FFF;
 background: #8C8C8C;
 border-radius:10px;
 box-shadow: 0 0 10px 0 #DDDDDD;
}

/*導入事例のタグ*/
.case_tag_desk_on {
 text-align: center;
 display: inline;
 color: #FFF ;
 margin:0 0 0 1rem;
 font-size: 13px;
 padding: 0.2em 7%;
 background:#4F81BD;
 border-radius: 10px;
}

.case_tag_web_on {
 text-align: center;
 display: inline;
 color: #FFF ;
 margin:0 0 0 1rem;
 font-size: 13px;
 padding: 0.2em 7%;
 background:#3EB45C;
 border-radius: 10px;
}

.case_tag_mobile_on {
 text-align: center;
 display: inline;
 color: #FFF ;
 margin:0 0 0 1rem;
 font-size: 13px;
 padding: 0.2em 7%;
 background:#DD1E25;
 border-radius: 10px;
}

.case_tag_off {
 text-align: center;
 display: inline;
 color: #fff ;
 font-size: 13px;
 padding: 0.2em 7%;
 margin:0 0 0 1rem;
 background:#8C8C8C;
 border-radius: 10px;
 opacity: 50%;
}

/*特長ページポイント*/
.feature-point{
	background-color:#FFFFFF;
	padding:2rem 2rem 2rem 2rem;
	border-radius:20px;
	border: #bbb;
	box-shadow: 0 0 10px 0 #DDDDDD;
}

/*テスト作成ページ操作一覧*/
.operationlist {
  padding: 0.5rem 1rem 0 1rem;
  border-radius:20px;
	border: solid 2px #ffdc3d;
	background-color: #FFF8D9;
}

.whitepaper_banner{
	font-size: 1.1rem;
	font-weight: 700;
  position: relative;
  display: block;
  padding: 1.5rem 1.4rem;
	margin:0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
	border:none;
}

a.whitepaper_banner {
  font-weight: 700;
  color: white;
  border-radius: 0;
  background-color: #ea9b33;
}

a.whitepaper_banner span {
	color: white;
  position: relative;
  z-index: 1;
}
a.whitepaper_banner:hover {
  background-color: #f4a460;
}

/*対応アプリ下部の関連ブログ*/
.wp-block-embed-1 {
border: 1px solid #dcdcde;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

.seminar_target1_new {
	margin: 1em 0;
	padding:1em 3em;
	background-color: #42af6f;
	color:#FFF;
  border-radius: 10px;
}

.seminar_target2_new {
	margin: 1em 0;
	padding:1em 3em;
	background-color: #2B6CAF;
	color:#FFF;
  border-radius: 10px;
}
.seminar_target3_new {
	margin: 1em 0;
	padding:1em 3em;
	background-color: #F6BF66;
	color:#FFF;
  border-radius: 10px;
}

.price-m{
	margin:1rem;
}

/*目次*/
.toc-001 {
	  margin-top: 30px;
    margin-bottom: 30px;
    padding: 1em 1em 1em 2em;
    border: 1px solid #999;
    background-color: #f7f7f7;
    color: #333333;
}

.toc-001 div {
    display: flex;
    align-items: center;
    margin: 0;
}

.toc-001 label::after {
    margin-left: 10px;
    font-size: .8em;
    color: #166c9d;
    content: "[開く]";
    cursor: pointer;
}

.toc-001:has(:checked) label::after {
    content: "[閉じる]";
}

.toc-001 input {
    display: none;
}

.toc-001 ol {
    list-style-type: decimal;
    margin: 0;
    padding: 0 2em;
    overflow: hidden;
	  font-size: 16px;
}

.toc-001 > ol {
    height: 0;
}

.toc-001:has(:checked) > ol {
    height: auto;
}

.toc-001 ol ol {
    margin-top: 5px;
}

.toc-001 a {
    color: #166c9d;
}