@charset "utf-8";

/* =============================================
  1級建築施工管理技士
============================================= */
/* ヘッダー背景 */
#index_header{
  background: #333 url(../img/header_bg.jpg) no-repeat center top;
  background-size: cover;
}
.btm_header{
  background: #333 url(../img/header_bg.jpg) no-repeat center top;
  background-size: cover;
}
.btm_header.fixed_ttl{
  background-image: none;
  background-color: #1b1b1b;
}


.normal_section{
  font-size: 1.6rem;
   width: 970px;
  margin: 0 auto;
 }
 
 .ttl_type01{
   font-size: 3.2rem;
   color: #C95660;
   margin-bottom: 1em;
   padding: 0.5em 1em;
   border-top: solid 1px #C95660;
   border-bottom: solid 1px #C95660;
 }

 /*****
開催講座内容
*****/
.ttl_type02{
	font-size: 2.2rem;
	color: #fff;
	padding: 0.5em;
	background-color: var(--bg-color-dark2);
}
.ttl_type03{
	font-size: 1.6rem;
	padding: 0.5em 0;
	border-bottom: solid 1px var(--line-light);
}
.ttl_type04{
	font-size: 1.8rem;
	padding: 0.5em 0;
	color: #C95660;
	border-bottom: solid 1px var(--line-light);
}

.info_detail{
	margin-bottom: 4em;
	padding: 1em;
	border: solid 1px var(--line-light);
	border-radius: 0 0 0.5em 0.5em;
}

.tbl_detail tr{
	border-bottom: solid 1px #ccc;
}
.tbl_detail th,
.tbl_detail td{
	padding: 0.5em;
}
.tbl_detail th{
	white-space: nowrap;
}

/***リンクボタン***/
.btn_normal{
	display: block;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	width: 100%;
	max-width: 640px;
	margin: 1em auto;
	border-radius: 0.25em;
	position: relative;
	z-index: 1;
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.3);
	text-shadow: 0 0 2px rgba(0,0,0,0.5);
}
.btn_normal::before{
	content: '';
	display: block;
	width: 0%;
	height: 100%;
	border-radius: 0.25em;
	background-color: rgba(0,0,0,0.25);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	transition: width 0.5s, opacity 0.5s;
}
/* .btn_normal:hover::before{
	width: 100%;
	opacity: 1;
} */
.btn_normal a{
	margin: 0;
  padding: 15px 15px 15px 5px;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  background: linear-gradient(to bottom, #93ca5c 0%,#7cc035 100%);
  color: #fff;
  font-size: 1.85rem;
  font-weight: bold;
  text-align: center;
  transition: all 0.2s ease;
}
.btn_normal a:hover{
  opacity: 0.8;
}
.btn_normal a:after{
  content: ' ';
  margin: auto 0;
  display: block;
  position: absolute;
  top: 0;
  right: 7px;
  bottom: 0;
  width: 20px;
  height: 16px;
  background: url(/nikken//img/cmn_arrow_ico.png) no-repeat -17px -21px;
  background-size: 150px 150px;
}
.btn_close{
	display: block;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	width: 100%;
	max-width: 420px;
	margin: 1em auto;
	padding: 0.5em;
	border-radius: 0.25em;
	background-color: #ccc;
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.3);
}


.index-main__ttl--lv2{
  margin: 0 0 20px;
  padding: 15px;
  background: linear-gradient(65deg, #f0f2f5 0%,#f0f2f5 20%, #e0e4eb 100%);
  color: var(--font-dark);
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  text-align: center;
}
.appflow_list li{
	margin-bottom: 2em;
	padding: 0.5em 0.5em 0.5em 1.5em;
	border: solid 1px #C95660;
	position: relative;
  font-size: 1.8rem;
}
.appflow_list li::after{
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #ef8c0b transparent transparent transparent;
	border-width: 1em 1.5em 0 1.5em;
	position: absolute;
	bottom: -1.5em;
	left: 50%;
	transform: translateX(-50%);
}
.appflow_list li:last-of-type::after{
	display: none;
}
.ttl_appflow{
	font-size: 1.8rem;
	color: #fff;
	margin-bottom: 1em;
	padding: 0.5em;
}
.atent_box{
	padding: 1em;
	border: solid 2px #e04536;
  font-size: 1.8rem;
}
.atent_box{
  margin-top: 20px;
}

/*****
表組
*****/
.place_area{
	margin-top: 1em;
}

.area_ttl{
	margin-bottom: 1em;
  padding: 0.5em 0 0.8em;
	border-bottom: dashed 1px #989898;
  font-size: 2.0rem;
}

.tbl_place{
  width: 100%;
	line-height: 1;
	border-top: solid 1px #989898;
	border-left: solid 1px #989898;
  font-size: 1.6rem;
}
.tbl_place th,
.tbl_place td{
	padding: 0.75em;
	border-bottom: solid 1px #989898;
	border-right: solid 1px #989898;
	white-space: nowrap;
}
.tbl_place th{
	background-color: #c9d6f7;
}
.tbl_place .maplink{
	text-align: center;
}
.tbl_place .maplink a{
	display: inline-block;
	color: #fff;
	padding: 0.25em 0.5em 0.25em 1.25em;
	border-radius: 0.25em;
	background-color: #0b3190;
	position: relative;
}
.tbl_place .maplink a::before{
	content: '▼';
	display: block;
	font-size: 0.65em;
	position: absolute;
	top: 50%;
	left: 0.5em;
	transform: translateY(-50%) rotateZ(-90deg);
}
.tbl_place .days{
	text-align: center;
}
.tbl_place .app_btn{
	text-align: center;
}
.tbl_place .app_btn a{
	display: inline-block;
	color: #fff;
	padding: 0.5em 2.5em 0.5em 1em;
	border-radius: 1em;
	background-color: #5cad35;
	background-image: url("/nikken/guidance/img/icon_arrow.png");
	background-repeat: no-repeat;
	background-size: 1em auto;
	background-position: right 1em center;
	transition: background 0.5s;
}
.tbl_place .app_btn a:hover{
	text-decoration: none;
	background-color: #2b7905;
}

.index-point-box{
  margin: 0 0 30px;
}
.index-point-box p{
  margin: 0 0 10px;
  padding: 20px 40px;
  background-color: var(--nikken-red);
  color: #fff;
  font-weight: bold;
  font-size: 2.0rem;
  flex: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}


/*****
タブ表示
*****/
.list_tab{
  border-bottom: solid 2px #C95660;
}
.list_tab li{
  display: inline-block;
  font-size: 1.8rem;
  margin: 0 0.2em;
  border-radius: 0.5em 0.5em 0 0;
}
.list_tab li a{
  padding: 0.5em 0.7em;
  border-radius: 0.5em 0.5em 0 0;
  transition: all 0.2s ease;
  text-decoration: none;
}
.list_tab li{
  line-height: 1;
  background-color: #989898;
}
.list_tab li a:hover{
  opacity: 0.8;
}
.list_tab li a{
  display: block;
  color: #fff;
  height: 100%;
}
.show_box{
  background-color: #C95660;
}

/* ===========================================
	MediaQueries
=========================================== */
/* スマホ----------------------------- */
@media screen and (max-width: 767px){
	.list_tab{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.list_tab li{
		font-size: 1.5rem;
		text-align: center;
		width: 49%;
		margin: 0 0 0.25em 0;
	}
	.list_tab li a{
		padding: 0.5em 0.25em;
	}
	.list_tab li a::before{
		content: '▼';
		display: inline;
	}
  .scr_txt{
		font-size: 0.85em;
		text-align: center;
		margin: 0.5em 0;
	}
  .sp_scroll{
		width: 100%;
		overflow-x: scroll;
	}

  /*****
  表組
  *****/
  .scr_txt{
    font-size: 0.85em;
    text-align: center;
    margin: 0.5em 0;
  }
  .sp_scroll{
    width: 100%;
    overflow-x: scroll;
  }

  .area_ttl{
    font-size: 1.6rem;
  }

  .tbl_place .app_btn{
    vertical-align: middle;
  }
  
}
/* PC----------------------------- */
@media screen and (min-width: 768px){
  .flex_between_pc{
		display: flex;
		justify-content: space-between;
    gap: 50px;
	}
  .flex_between_pc > div{
    flex: 1;
  }
  .scr_txt{
		display: none;
	}
  .index-point-box{
    margin: 0 0 30px;
    display: flex;
    justify-content: center;
    gap: 20px;
  }

	
  /*---------------------------------------------
  開催日程・実施会場ページ
  ---------------------------------------------*/
  /*****
  表組
  *****/
  .scr_txt{
    display: none;
  }

  .area_ttl{
    font-size: 2.2rem;
  }

  .tbl_place{}
  .tbl_place th,
  .tbl_place td{
    vertical-align: middle;
  }
  .tbl_place th{}
  .tbl_place td{}

  .tbl_place .tdfk{}
  .tbl_place .place_name{}
  .tbl_place .maplink{}
  .tbl_place .co_name{}
  .tbl_place .days{}
  .tbl_place .app_btn{}

}

/* ===========================================
	印刷
=========================================== */
@media print {

}
