@charset "UTF-8";
/* CSS Document */

  .bs-component + .bs-component {
    margin-top: 1rem;
  }
    .bs-docs-section {
      margin-top: 3em;
    }
  @media (min-width: 768px) {
    .bs-docs-section {
      margin-top: 8em;
    }
    .bs-component {
      position: relative;
    }
    .bs-component .modal {
      position: relative;
      top: auto;
      right: auto;
      bottom: auto;
      left: auto;
      z-index: 1;
      display: block;
    }
    .bs-component .modal-dialog {
      width: 90%;
    }
    .bs-component .popover {
      position: relative;
      display: inline-block;
      width: 220px;
      margin: 20px;
    }
    .nav-tabs {
      margin-bottom: 15px;
    }
    .progress {
      margin-bottom: 10px;
    }
  }





/*header================*/
header {
	background-color: #fff;
}
header a {
	color: #666;
	text-decoration: none;
	outline: 0;
}
header .navbar-right.hideOnSP a[target="_blank"] {
	padding-left: 20px;
	background: url(http://www.jikkyo.co.jp/digital/materials/images/common/icon_link.png) no-repeat left center;
	background-size: auto;
}
header a span {
	display: inline-block;
}
.navbar .nav-item .nav-link::before {
	border: none;
}

* {
    -webkit-tap-highlight-color: rgba(0,0,0,0)!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    outline: none!important;
}

@media (max-width: 991px) {
	#navbarJI {
		background-color: #717171;
		width:100vw;
		margin-left: -1.5rem;
		margin-right: -1.5rem;
	}
	#navbarJI .nav-arrow {
		border-bottom: 1px solid #fff;
	}
	#navbarJI a {
		color: #fff;
		text-decoration: none;
	}
	#navbarJI .syougyou_top a {
		display: block;
		text-align: center;
	}
	#navbarJI .nav-arrow a {
		padding-left: 0.5em;
		font-feature-settings : "palt";
	}
	#navbarJI .nav-arrow:before {
		 content:"\f105";
		 font-family: "Font Awesome 5 Free";
		color: #fff;
		font-weight: bold;
	}
	#navbarJI .nav-arrow.show:before {
		 content:"\f107";
	}
	#navbarJI .nav-arrow > a {
		width:90%;
		display:inline-block;
		color: #fff;
	}
	.dropdown-toggle::after {
		display: none;
	}
	header #navbarJI .nav-arrow a span {
		display: inline;
	}
	
	header .hideOnPC div {
		margin-bottom: 0.5em;
	}
	header .hideOnPC a img {
		width:100%;
		height: auto;
	}
	header .subnavi li {
		border-top: 1px solid #fff;
		margin: 0 1em;
	}
	header .subnavi li a:before {
		 content:"・";
		color: #fff;
	}
}

.subnavi {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}
.subnavi li a {
	display: block;
	padding: 0.5em;
	color: #007bff;
}


.dropdown-menu {
	background-color: transparent;
  border: none;
}
#navbarJI {
	padding: 0 1em 1em;
}
#navbarJI .border-left {
	border-left: none !important;
}

@media (min-width: 992px) {
	#navbarJI {
	height: auto;
	background-color: transparent;
	}
	#navbarJI .navbar-nav {
		padding-top: 1em;
	}
	#navbarJI .border-left {
	border-left: 1px solid #dee2e6 !important;
	}
	.subnavi li {
		text-align: center;
	}
	#subnavi01 ul {
		position: relative;
	}
	#subnavi01 li {
		border-left: 1px solid #ccc;
		border-top: 1px solid #ccc;
		width:25%;
	}
	#subnavi01 li:nth-child(4n+1) {
		border-left: none;
	}
	#subnavi01 li:nth-child(1),
	#subnavi01 li:nth-child(2),
	#subnavi01 li:nth-child(3),
	#subnavi01 li:nth-child(4){
		border-top: none;
		border-bottom: 1px solid #ccc;
	}
	#subnavi01 li.small_txt {
		font-size: 80%;
		line-height: 1;
	}
	
	#subnavi01 li:last-child {
		border-right: 1px solid #ccc;
		border-top: none;
		width:calc(25% + 1px);
	}
	
	
	.dropdown-menu {
		width:610px;
		padding: 0;
	}
	.dropdown-menu {
		background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
		display: block;
  opacity: 0;
  visibility: hidden;
  transition: .2s;
	}
	.dropdown-menu.show {
  visibility: visible;
  opacity: 1;
	}
	.dropdown-toggle::after {
		display: inline-block;
		width: 0;
		height: 0;
		margin-left: 0;
		vertical-align: 0;
		content: "";
		border: none;
	}
	.subnavi::after {
		content: "";
		width:0;
		height: 0;
		
  border-bottom: 6px solid #fff;
  border-right: 6px solid transparent;
  border-top: 0;
  border-left: 6px solid transparent;
		position: absolute;
		top:-5px;
		left:50px;
	}
	.subnavi::before {
		content: "";
		width:0;
		height: 0;
		
  border-bottom: 6px solid #999;
  border-right: 6px solid transparent;
  border-top: 0;
  border-left: 6px solid transparent;
		position: absolute;
		top:-6px;
		left:50px;
	}
	
	#subnavi02 ul {
		position: relative;
	}
	#subnavi02 li {
		border-left: 1px solid #ccc;
		border-top: 1px solid #ccc;
		width:33.3333%;
	}
	#subnavi02 li:last-child {
		border-right: 1px solid #ccc;
		width:calc(33.3333% + 1px);
	}
	#subnavi02 li:nth-last-child(3),
	#subnavi02 li:nth-last-child(2)
	{
		border-bottom: 1px solid #ccc;
	}
	#subnavi02 li:nth-child(3n+1) {
		border-left: none;
	}
	#subnavi02 li:nth-child(1),
	#subnavi02 li:nth-child(2),
	#subnavi02 li:nth-child(3){
		border-top: none;
	}
	#subnavi02 li:nth-child(2) {
		font-size: 80%;
	}
	#subnavi02 li:nth-last-child(2) {
		border-bottom: none;
	}
}



/*main-visual================*/
#main-visual {
	margin-top: 6em;
	background-image: url("../img/kv.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: auto;
}
#main-visual h1 strong {
	font-size: 95%;
	font-feature-settings : "palt";
}
@media (min-width: 992px) {
	#main-visual {
	margin-top: 6em;
	background-image: url("../img/kv.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 2000px auto;
	height: 440px;
}
	#main-visual h1 strong {
		font-size: 160%;
		font-weight: bold;
		padding-bottom: 1.5em;
		display: inline-block;
	}
	#main-visual .lead {
		padding-top: 1.5rem;
	}

}




/*セクションタイトル================*/
.section-title-jit {
	border-left: 2px solid #e47625;
}
.section-title-jit span {
	font-feature-settings : "palt";
}





/*サブタイトル================*/
.subtitle-jit {
	padding-left: 15px;
	position: relative;
	text-align: left;
}
.subtitle-jit:before {
	content: "";
	width:10px;
	height: 10px;
	background-color: #e47625;
	display: block;
	position: absolute;
	top:50%;
	left:0;
	margin-top: -7px;
	line-height: 1;
}





/*下層ページタイトル================*/
#page-title {
	border-bottom: 3px solid #e47625;
	margin-top: 8em;
}





/*追加ボタン：オレンジ================*/
.btn-jit {
  color: #fff;
  background-color: #e47625;
  border-color: #e47625;
}
.btn-jit:hover {
  color: #fff;
  background-color: #ff9966;
  border-color: #ff9966;
}




/*追加ボタン：赤線================*/
.btn-outline-jit {
  color: #c82333;
  background-color: transparent;
  background-image: none;
  border-color: #c82333;
}
.btn-outline-jit:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #c82333;
}




/*追加ボタン：オレンジ線・黒文字・下向き三角付き================*/
.btn-outline2-jit {
  color: #000;
  background-color: transparent;
  background-image: none;
  border-color: #e47625;
	font-feature-settings : "palt";
	position: relative;
	height: 4em;
  display: flex;
  justify-content: center;
  align-items: center;
	padding-left: 24px;
}
.btn-outline2-jit::before {
	content:"\f0d7";
	font-family: "Font Awesome 5 Free";
	color:#e47625;
	font-size: 18px;
	position:absolute;
	top:50%;
	margin-top: -10px;
	left:10px;
	-webkit-font-smoothing: antialiased;
	font-weight: bold;
	line-height: 1;
	
}
.btn-outline2-jit:hover {
  color: #fff;
  background-color: #e47625;
  border-color: #e47625;
}
.btn-outline2-jit:hover::before {
  color: #fff;
}




/*コンテンツ紹介ムービー================*/
.movie_item {
	display:inline-flex;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	
}
.movie_item .movie_title {
	padding-left: 1em;
	position: relative;
	text-align: left;
	order: 1;
}
.movie_item .movie_thumb {
	order: 2;
	background-image: url("../img/movie01.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.movie_item .movie_title:before {
	content: "";
	width:10px;
	height: 10px;
	background-color: #e47625;
	display: block;
	position: absolute;
	top:50%;
	left:0;
	margin-top: -5px;
}

.modal-dialog {
  width: 80%;
	max-width: 900px;
}


@media (min-width: 992px) {
	.movie_item .movie_title:before {
		width:0;
		height: 0;
		}
	.movie_item .movie_title {
		padding-left: 0;
		text-align: center;
		order: 2;
	}
	.movie_item .movie_thumb {
		order: 1;
	}
}

@media (min-width: 992px) {
	.hideOnSP {
		display: block;
	}
	.hideOnPC {
		display: none;
	}
}
@media (max-width: 991px) {
	.hideOnSP {
		display: none;
	}
	.hideOnPC {
		display: block;
	}
}




/*スマホ時、区切り破線なし（テキストのリスト）================*/
.under_border {
		border-bottom: none;
	}
@media (min-width: 992px) {
	.under_border {
		border-bottom: 1px dotted #999;
	}
}




/*スマホ時、本2つ並び（テキストのリスト）================*/
@media (max-width: 991px) {
	.two_row {
		width:50%;
		padding-left: 6px;
		padding-right: 6px;
	}
}




/*全商簿記2級================*/
.mondai_num .num {
	display: inline-block;
	border: 1px solid #666;
	padding: 0 0.25em;
	margin-left: 0.25em;
	margin-right: 0.25em;
}

.table_01 .col-lg-6 {
	padding-left: 0;
	padding-right: 0;
}

	.table_01 dl {
		border: 1px solid #666;
		margin-bottom: 0;
	}
	.table_01 dt {
		text-align: center;
		padding: 0.5em;
		border-bottom: 1px solid #666;
	}
	.table_01 dd {
		padding: 1.5em 2em 0.5em;
	}

.table_01 .col-lg-6:last-child dl {
	border-top: none;
}

@media (min-width: 992px) {
	.table_01 .col-lg-6:last-child dl {
		border-top: 1px solid #666;
		border-left: none;
	}
}

.table_02 {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.table_02 th {
	background-color: #ebebeb;
	border-left: 1px solid #ccc;
}
.table_02 td {
	border-left: 1px solid #ccc;
}


/*footer================*/
footer {
  background-color:#666;
  color:#fff;
	padding: 50px 0 20px;
	margin-top: 100px;
}
footer a:link,footer a:visited {
  color:#fff;
}
footer h5 {
	font-size: 96%;
}
footer li {
	font-size: 80%;
}
#copyright{
  font-size: 80%;
  }

	/* ページトップ */
	#page-top {
			position: fixed;
			bottom: 20px;
			right: 20px;
			font-size: 80%;
			z-index:2;
	}
	#page-top a {
		background: #fff;
		text-decoration: none;
		color: #333;
		width: 60px;
		height: 60px;
		text-align: center;
		padding-top:25px;
		display: block;
		border-radius: 50%;
		border:1px solid #999;
		position:relative;
	}
	#page-top a::before {
	 content:"\f106";
	 font-family: "Font Awesome 5 Free";
		font-weight: bold;
	 color:#ccc;
		font-size: 160%;
	 position:absolute;
	 top:5px;
	 left:calc(50% - 6px);
	line-height: 1;
	}
	#pageTop a:hover {
		text-decoration: none;
		background: #999;
		color: #fff;
	}


	.ft_banner {
		width: 50%;
		height: auto;
	}
@media (min-width: 992px) {
	.ft_banner {
		width: auto;
		height: 100px;
	}
}
@media (min-width: 1200px) {
	.ft_banner {
		width: auto;
		height: 120px;
	}
}