@charset "utf-8";
/* CSS Document */
#content{
	padding:0px 0px;
}

.subTtl{
	min-height:254px;
	border-bottom:4px solid;
	text-align:center;
	margin-bottom:35px;
}
.tabC1.subTtl{
	border-color:#56ceec;
	background:url(../img/activity/ttl01.jpg);
}
.tabC2.subTtl{
	border-color:#7fd248;
	background:url(../img/activity/ttl02.jpg) center top;
}
.tabC3.subTtl{
	border-color:#b690ea;
	background:url(../img/activity/ttl03.jpg);
}
/* 20220823 add */
.tabC4.subTtl{
	border-color:#1372dd;
	background:url(../img/activity/ttl04.jpg);
}
.subTtl h3{
	display:inline;
	padding:5px 10px;
	font-size:180%;
	line-height:189px;
}
.tabC1.subTtl h3{
	color:#FFF;
	background:#4a4a4a;
}
.tabC2.subTtl h3{
	color:#000;
	background:#FFF;
}
.tabC3.subTtl h3{
	color:#FFF;
	background:#5b5a6a;
}
/* 20220823 add */
.tabC4.subTtl h3{
	color:#FFF;
	background:#1372dd;
}
@media screen and (max-width:767px){
.subTtl{
	min-height:254px;
	border-bottom:4px solid;
	text-align:center;
	margin-bottom:15px;
	position:relative;
}
.subTtl h3{
	display:block;
	font-size:160%;
	line-height:35px;
}

}



.activeTabs {
	width:1098px;
	height:65px;
	overflow:hidden;
	text-align:center;
	letter-spacing: -.40em;
	}
		.tab{
			display:inline-block;
			letter-spacing: normal;
			width:196px;
			height:65px;
			margin-right:20px;
			background:#FFF;
			/*角丸*/
			border-radius:3px 0px;
			-webkit-border-radius:3px 3px 0px 0px;
			-moz-border-radius:3px;
		}
		.tab a{
			display:table;
			font-weight:bold;
			width:100%;
			height:100%;
			text-decoration:none;
		}
			.tab a span{
				display:table-cell;
				vertical-align:middle;
			}
		#tab5{
			margin-right:0px;
		}
@media screen and (max-width:767px){




.panels{
	/*角丸*/
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	padding:20px;
}
.tabSec{
	width:100%;
}
.activeTabs {
	position:absolute;
	bottom:0px;
	display:table;
	width:100%;
}
	.tab{
		display:table-cell;
		width:20%;
		height:auto;
		vertical-align:middle;
	}
}


/*---------------------
タブ色分け
----------------------*/

.tabC1 .tab{
	/*シャドウ*/
	box-shadow:rgba(80, 206, 236, 1) -2px 2px 0px 2px inset;
	-webkit-box-shadow:rgba(80, 206, 236, 1) -2px 2px 0px 2px inset;
	-moz-box-shadow:rgba(80, 206, 236, 1) -2px 2px 0px 2px inset;
}
.tabC2 .tab{
	/*シャドウ*/
	box-shadow:rgba(127, 210, 72, 1) -2px 2px 0px 2px inset;
	-webkit-box-shadow:rgba(127, 210, 72, 1) -2px 2px 0px 2px inset;
	-moz-box-shadow:rgba(127, 210, 72, 1) -2px 2px 0px 2px inset;
}
.tabC3 .tab{
	/*シャドウ*/
	box-shadow:rgba(182, 144, 234, 1) -2px 2px 0px 2px inset;
	-webkit-box-shadow:rgba(182, 144, 234, 1) -2px 2px 0px 2px inset;
	-moz-box-shadow:rgba(182, 144, 234, 1) -2px 2px 0px 2px inset;
}
/* 20220823 add */
.tabC4 .tab{
	/*シャドウ*/
	box-shadow:rgba(209, 228, 249, 1) -2px 2px 0px 2px inset;
	-webkit-box-shadow:rgba(209, 228, 249, 1) -2px 2px 0px 2px inset;
	-moz-box-shadow:rgba(209, 228, 249, 1) -2px 2px 0px 2px inset;
}
/* box-shadow: rgb(209 228 249) -2px 2px 0px 2px inset;
    -webkit-box-shadow: rgb(209 228 249) -2px 2px 0px 2px inset; */
.tabC1 .tab a{
			color:#56ceec;
}
.tabC2 .tab a{
			color:#7fd248;
}
.tabC3 .tab a{
			color:#b690ea;
}
/* 20220823 add */
.tabC4 .tab a{
	color:#1372dd;
}


/*アクティブ*/
.tabC1 .tab.active {
	background-color: #56ceec !important;
	/*シャドウ*/
	box-shadow:rgba(156, 234, 254, 1) -2px 2px 0px 2px inset;
	-webkit-box-shadow:rgba(156, 234, 254, 1) -2px 2px 0px 2px inset;
	-moz-box-shadow:rgba(156, 234, 254, 1) -2px 2px 0px 2px inset;
}
.tabC2 .tab.active {
	background-color: #7fd248 !important;
	/*シャドウ*/
	box-shadow:rgba(177, 237, 138, 1) -2px 2px 0px 2px inset;
	-webkit-box-shadow:rgba(177, 237, 138, 1) -2px 2px 0px 2px inset;
	-moz-box-shadow:rgba(177, 237, 138, 1) -2px 2px 0px 2px inset;
}
.tabC3 .tab.active {
	background-color: #b690ea !important;
	/*シャドウ*/
	box-shadow:rgba(221, 202, 247, 1) -2px 2px 0px 2px inset;
	-webkit-box-shadow:rgba(221, 202, 247, 1) -2px 2px 0px 2px inset;
	-moz-box-shadow:rgba(221, 202, 247, 1) -2px 2px 0px 2px inset;
}
/* 20220823 add */
.tabC4 .tab.active {
	background-color: #1372dd !important;
	/*シャドウ*/
	box-shadow:rgba(209, 228, 249, 1) -2px 2px 0px 2px inset;
	-webkit-box-shadow:rgba(209, 228, 249, 1) -2px 2px 0px 2px inset;
	-moz-box-shadow:rgba(209, 228, 249, 1) -2px 2px 0px 2px inset;
}

.activeTabs > .tab.active a{
	color:#FFF !important;
}
.activeTabs > .tab.un {
	opacity: .5;
}
.activeTabs > .tab.un a{
	pointer-events: none;
}


.indentList li{
	padding-bottom:7px;

}
.indentList p{
	padding-left:15px;

}
	.indentList li:before{
		content:"■";
		color:#56ceec;
		position:absolute;
	}

.bgC1{
	padding:5px 10px;
	display:inline;
	background:#56ceec;
	color:#FFF;
	display:inline;
}
.bgC2{
	padding:5px 10px;
	display:inline;
	background:#7fd248;
	color:#FFF;
	display:inline;
}
.bgC3{
	padding:5px 10px;
	display:inline;
	background:#b690ea;
	color:#FFF;
	display:inline;
}
/* 20220823 add */
.bgC5{
	padding:5px 10px;
	display:inline;
	background:#1372dd;
	color:#FFF;
	display:inline;
}

/*-----------------------------
予防医学指導士認定制度認定方法
------------------------------*/
.subTtl h4{
	background:#56ceec;
	color:#FFF;
	text-align:left;
	font-size:140%;
	padding:20px 0px 20px 10px;
}
@media screen and (max-width:767px){
.subTtl h4{
	font-size:120%;
}
}

#testNav{
	width:22%;
	float:left;
}
.navA, .navB, .navC, .navD{
	padding:15px;
	display:block;
	width:100%;
	color:#FFF;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.navA{background:#e2c74b;}
.navB{background:#69d5d1;}
.navC{background:#f67373;}
.navD{background:#67a5ea; border-bottom:1px #fff solid;}
.testNavList li{
	padding:15px;
	width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.testbb{
	border-bottom:1px solid #999;
}
.testCont{
	width:73%;
	float:right;
	padding-bottom:60px;
}
.testCont h5{
	font-size:130%;
	color:#FFF;
	padding:15px 0px 15px 10px;
	background:#e2c74b;
	margin-bottom:15px;
}
.courseB h5{
	background:#69d5d1 !important;
}
.courseB .headline03{
	border-color:#69d5d1;
	background:#d5f4f3 !important;
}
.courseC h5{
	background:#f67373 !important;
}
.courseC .headline03{
	border-color:#f67373;
	background:#ffd9d9 !important;
}
.shinsei h5{
	background:#67a5ea !important;
}

.desc{
	font-size:80%;
	color:red !important;
}

@media screen and (max-width:767px){
#testNav{
	width:100%;
	float:none;
}
.testCont{
	width:100%;
	float:none;
	padding:40px 0px 0px;
}
}


.t_pageTop{
	padding-top:30px;
	text-align:right;
	margin-bottom:40px;
}

.t_flow{
	display:table;
}
	.t_flow li{
		display:table-cell;
		line-height:20px;
	}
	.flow_arrow{
		padding:30px 0px 30px 90px;
	}
.t_map{
		width:237px;
		vertical-align:middle;
}
	.t_map p{
		display:table-cell;
		width:237px;
		height:53px;
		background:#e2c74b;
		border-radius:3px;
		vertical-align:middle;
		text-align:center;
	}
.t_cap{
	padding-left:40px;
	vertical-align:middle;
}
.courseB .t_map p{
	background:#69d5d1;
}
.courseC .t_map p{
	background:#f67373;
}

@media screen and (max-width:767px){
.t_flow{
	display:block;
	width:100%;
}
	.t_flow li{
		display:block;
		line-height:20px;
	}
.t_map{
		width:100%;
		vertical-align:middle;
}
	.t_map p{
		height:auto;
		display:block;
		width:100%;
		padding:15px 0px;
	}
.t_cap{
	padding-left:0px;
}
	.flow_arrow{
		text-align:center;
		padding:20px 0px;
	}
	.flow_arrow img{
		width: 10%;
	}
}

.syutokuflow_box {
width:100%;
  margin: 10px 0px;
  padding: 10px;
  border: 1px solid #e2c74b;
  border-radius:3px;
  text-align: left;
  clear: both;
}
.courseB .syutokuflow_box{border-color:#69d5d1;}
.courseC .syutokuflow_box{border-color:#f67373;}

table.testTable {
  margin: 10px 0px;
  width: 700px;
  border-top: 1px solid #B3B3B3;
  border-left: 1px solid #B3B3B3;
  text-align: left;
}
table.testTable td.right {
  text-align: right;
  border-right: 1px solid #B3B3B3;
  border-bottom: 1px solid #B3B3B3;
}
table.testTable td.no_border_w {
  border-style: solid;
  border-color: #B3B3B3;
  border-width: 1px 0px 1px 0px;
}
table.testTable th, table.testTable td {
  background-color: #FFF;
  border-right: 1px solid #B3B3B3;
  border-bottom: 1px solid #B3B3B3;
  font-weight: lighter;
  text-align: left;
  padding: 4px 6px;
  line-height: 1.4;
}

.table01 th,.table01 td{
	text-align:left;
	padding-left:10px;
}

@media screen and (max-width:767px){
.syutokuflow_box {
width:auto;
}
table.testTable {
  width:100%;
}
.table01 th,.table01 td{
	padding-left:0px;
}
.table01 th{
	padding-left:0px;
	background:#1372dd;
	color:#FFF;
}
.table03{
	width:95%;
	margin:auto;
	table-layout:fixed;
}
.table03 td{
	display:table-cell;
}
}
ol.normal {
  margin: 15px 0 15px 50px;
  display: block;
  list-style-type: decimal;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 40px;}
.kiyaku{
	border:1px solid #d7f1f7;
	padding:50px;
}
.kiyaku p {
  margin: 0 0 15px !important;
  text-indent: 0 !important;
}

.link_bn{
	/* width:471px; */
	margin-bottom:35px;
}
.link_bn li{
	border:4px solid #56ceec;
	/* width:220px; */
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-width: 220px;
	height:60px;
	line-height:60px;
	text-align:center;
}
.link_bn li a{
	display:block;
	width:100%;
	height:100%;
	color:#000;
	font-size:110%;
	font-weight:bold;
	padding: 0 20px;
}
@media screen and (max-width:767px){
.kiyaku{
	padding:20px;
}
.link_bn{
	width:100%;;
	margin-bottom:35px;
}
.link_bn li{
	margin:auto;
	border:4px solid #56ceec;
	width:97%;
	height:60px;
	line-height:60px;
	text-align:center;
	margin-bottom:10px;
}
}


/*----------------------
メンタル
-----------------------*/

.mentaladd{
	width:100%;
}
.mentalT{
	width:100%;
	text-align:center;
	background:#fff;
	}
.mentalT td,.mentalT th{
	border:1px solid #7fd248;
	padding:20px 10px;
}
.mentalT th{
	background:#dff8ce;
	color:#000;
	}


/*----------------------
ボタン
-----------------------*/

.deta_btn li{
	border:4px solid #7fd248;
}
.kiyaku2{
	border:1px solid #7fd248;
	padding:50px;
}


@media screen and (max-width:767px){
.mentalT{
	width:100%;
	text-align:center;
	background:#fff;
	table-layout:fixed;
	}
.mentalT td,.mentalT th{
	border:1px solid #7fd248;
	padding:20px 0px;
}
.mentalT th{
	background:#dff8ce;
	color:#000;
	}
.mentaladd{
	width:auto;
}
.kiyaku2{
	padding:20px;
}

}

/*----------------------
学術総会
-----------------------*/
.gakujutuTtl{
	padding:15px;
	color:#FFF;
	font-size:130%;
	background:#9367ce;
	text-align:center;
}
.w615{
	width:615px;
}
.table01{
}
.gakuTable td, .gakuTable th {
  border: 1px solid #b690ea;
}
.gakuTable th.sub {
	width:20%;
  background: #b690ea;
  color: #FFF;
}

.deta_btn_gaku li{
	border:4px solid #b690ea;
}

.eduBtn li{
	border:4px solid #56ceec;
}

@media screen and (max-width:767px){
.w615{
	width:100%;
}
}

/* 210324更新 */

.tabC3.subTtl {
	border: 0;
}

.tabC3.subTtl {
	line-height: 254px;
}
.tabC3.subTtl h3 {
	font-size: 360%;
}
@media screen and (max-width:767px) {
	.tabC3.subTtl h3 {
		font-size: 160%;
		line-height: normal;
		display: inline-block;
	}
}

.activeTabs.C3{
	width: auto;
	height: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-right: -20px;
	position: inherit;
}

.C3 .tab{
	width: calc(88.3% / 5);
	height: 60px;
	border: 3px solid #b690ea;
	margin-bottom: 20px;
}

.C3 .tab.active{
	background: #b690ea;
	border: 3px solid #e9ddf9;
}

@media screen and (max-width:767px) {
	.C3 .tab{
		width: calc(46%);
    height: 45px;
    border: 2px solid #b690ea;
    margin-bottom: 1%;
    margin-right: 1%;
	}
}

.C3 .tab.active{
	background: #b690ea;
}

.C3 a{
	color:#b690ea;
}

.systemList li {
	margin-bottom: 20px;
}

.systemList li > p{
	font-weight: bold;
	margin-bottom: 10px;
}

.systemList li > dl {
	display: flex;
	margin-left: 20px;
}

.systemList li > dl > dt{
	width: 10%;
}

.systemList li > dl > dd .systemListSub{
	margin: 10px;
}

.systemList li > dl > dd .systemListSub dd{
	padding-left: 1em;
}
@media screen and (max-width:767px) {
	.systemList li > dl > dt{
		width: 25%;
	}
}

.tableC3 {
	width: 100%;
	border-collapse:  collapse;
	margin-bottom: 30px;
}
.tableC3 tbody tr:first-child th , .tableC3 tbody tr:first-child td{
	background: #b690ea;
	color: #fff;
	font-weight: bold;
}
.tableC3 tbody tr:first-child th {
	border-right: 1px solid #fff;
}
.tableC3 tbody tr th , .tableC3 tbody tr td{
	border: 1px solid #b690ea;
	padding: 10px;
}

@media screen and (max-width:767px) {
	.tableC3 tbody tr th , .tableC3 tbody tr td{
		padding: 10px 5px;
	}
}

.tableC3 tbody tr th{
	width:  30%;
	text-align: left;
	font-weight: normal;
}

.deta_btn.c3 {
	display: inline-block;
}

.deta_btn.c3 li{
	border:4px solid #b690ea;
}

.deta_btn.c3 .un {
	position: relative;
}

.deta_btn.c3 .un a {
	pointer-events: none;
}

.deta_btn.c3 .un::after{
	content: '';
	background: rgba(0,0,0,.1);
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.deta_btn.c3 li span {
	display: inline-block;
	line-height: normal;
}

.mapImg img{
	width: 100%;
}

.c3TxtList{
	padding-left: 2em;
	margin-bottom: 20px;
}

.c3TxtList li {
	list-style-type: decimal;
}
.bkc3 span{
	font-weight: normal;
	font-size: 80%;
  margin-left: 10px;
}
.eventTabs li{
	display: flex;
  align-items: center;
	margin-bottom: 20px;
	padding: 20px;
	background: #f9f7fd;
}
.eventTabs li .eventTabsLink {
	width: 30%;
	margin-right: 5%;
}
.eventTabs li .eventTabsLink a {
	background: #fff;
	border: 3px solid #b690ea;
  color: #b690ea;
	font-weight: bold;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
	text-decoration: none;
}
.eventTabs li .eventTabsLink a:hover {
	border: 3px solid #e9ddf9;
  color: #fff;
	background: #b690ea;
}

.eventTabs li .eventTabsTxt {
	width: 65%;
	text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width:767px) {
	.eventTabs li{
		display: block;
		margin-bottom: 20px;
	}
	.eventTabs li .eventTabsTxt {
		width: 100%;
		text-indent: inherit;
		padding: 0;
	}
	.eventTabs li .eventTabsLink {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
}


/* 20210407 add */
.secEntry{
	margin: 15px auto 40px;
}
.secEntry h3{
	border-bottom: 1px solid #ccc;
	margin-bottom: 25px;
}
.secEntry .secEntryList{
	display: flex;
	/* justify-content: center; */
	justify-content: flex-start;
	flex-wrap: wrap;
}
.secEntry .secEntryList li{
	width: 100%;
	margin: 0 1% 15px;
}
.secEntry .secEntryList li.preparation a{
	pointer-events: none;
	background: #ccc;
}

.secEntry .secEntryList li a{
	display: block;
	padding: 0 10px;
	border-radius: 25px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #000;
	color: #000;
	text-align: center;
	position: relative;
}
.secEntry .secEntryList li a::after{
	content: "";
	background: url(/common/img/common/ico_target.svg);
	background-size: contain;
	height: 12px;
	width: 12px;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
	.secEntry .secEntryList li{
		width: 48%;
		margin: 0 1% 2%;
	}
}



/* 20210514 add */


.tableC2 {
	width: 100%;
	border-collapse:  collapse;
	margin-bottom: 30px;
}
.tableC2 tbody tr:first-child th , .tableC2 tbody tr:first-child td{
	background: #7fd248;
	color: #fff;
	font-weight: bold;
	border: 0;
}
.tableC2 tbody tr:first-child td {
	border-left: 1px solid #fff;
}
.tableC2 tbody tr th , .tableC2 tbody tr td{
	border: 1px solid #7fd248;
	padding: 10px;
	vertical-align: middle;
}

@media screen and (max-width:767px) {
	.tableC2 tbody tr th , .tableC2 tbody tr td{
		padding: 10px 5px;
	}
}

.tableC1 tbody tr th{
	width:  3%;
	text-align: center;
	font-weight: normal;
}

.tableC1 {
	width: 100%;
	border-collapse:  collapse;
	margin-bottom: 30px;
}
.tableC1 tbody tr:first-child th , .tableC1 tbody tr:first-child td{
	background: #56ceec;
	color: #fff;
	font-weight: bold;
	border: 0;
}
.tableC1 tbody tr:first-child td {
	border-left: 1px solid #fff;
}
.tableC1 tbody tr th , .tableC1 tbody tr td{
	border: 1px solid #56ceec;
	padding: 10px;
	vertical-align: middle;
}

@media screen and (max-width:767px) {
	.tableC1 tbody tr th , .tableC1 tbody tr td{
		padding: 10px 5px;
	}
}

.tableC1 tbody tr th{
	width:  3%;
	text-align: center;
	font-weight: normal;
}
.nubList{
	list-style-type: decimal;
	padding-left: 1.5em;
}

.deta_btn li {
	min-width: 200px;
}



/*  */

.listIndent{
	padding-left: 2em;
}

.listIndent li {
	text-indent: -1.5em;
}

.deta_btn .preparation {
	background: #ccc;
}

.deta_btn .preparation a{
	pointer-events: none;
}

.link_bn .preparation {
	background: #ccc;
}

.link_bn .preparation a{
	pointer-events: none;
}


.activeImg{
	width: 100%;
	max-width: 850px;
}

.activeImg .pc{
	display: none!important;
}
.activeImg .sp{
	display: flex!important;
}
@media screen and (min-width: 1025px) {
	.activeImg .pc{
		display: flex!important;
	}
	.activeImg .sp{
		display: none!important;
	}
}

.activeImg img {
	width: 100%;
	border: 1px solid #ccc;
	display: flex;
}

.activeIcon {
	display: inline-flex;
	align-items: center;
	background: #f1f1f1;
	padding: 5px 15px;
}
.activeIcon dt {
	float: left ;
	display: inline-flex;
}
.activeIcon dt img {
	width: 34px;
	height: 34px;
}
.activeIcon dd {
	float: left;
	margin-left: 2em;
}

/*-----------------------------
予防医学認定医
------------------------------*/
.arrowDown{
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #1372dd;
	margin:0 auto;
}
.kiyaku3{
	border:1px solid #1372dd;
	padding:50px;
}
@media screen and (max-width:767px){
.kiyaku3{
	padding:20px;
}
}
/*----------------------
2022/09/27
-----------------------*/
.drBtn a {
    display: inline-block;
    padding: 0 65px 0 45px;
    color: #fff;
    background: #1372dd;
    font-size: 16px;
    font-weight: bold;
    width: auto;
    height: 70px;
    line-height: 70px;
    position: relative;
}
.drBtn a::after {
    content: '';
    background: url(../img/activity/ico_download.svg) center center no-repeat;
		background-size: contain;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
}

@media screen and (min-width:767px){
	.flex{
		display: flex;
		justify-content: center;
	}
	.flex li:first-child{
		margin-right: 20px;
	}
}
/*----------------------
2022/10/31
-----------------------*/
.tableC4 {
	width: 100%;
	border-collapse:  collapse;
	margin-bottom: 30px;
}
.tableC4 tbody tr:first-child th , .tableC4 tbody tr:first-child td{
	background: #1372dd;
	color: #fff;
	font-weight: bold;
}
.tableC4 tbody tr:first-child th {
	border-right: 1px solid #fff;
}
.tableC4 tbody tr:first-child th:last-child {
	border-right:none;
}
.tableC4 tbody tr th , .tableC4 tbody tr td{
	border: 1px solid #1372dd;
	padding: 10px;
}

@media screen and (max-width:767px) {
	.tableC4 tbody tr th , .tableC4 tbody tr td{
		padding: 10px 5px;
	}
}

.tableC4 tbody tr th{
	width:  30%;
	text-align: left;
	font-weight: normal;
}


/*----------------------
2022/11/25
-----------------------*/
.mapImg iframe{
	width: 100%;
    max-width: 800px;
    height: 50vh;
	max-height: 500px;
}
.mapImg img{
	max-width: 600px;
}
@media screen and (min-width:767px){
	.gakujuku_eventFlex{
		display: flex!important;
	}
}

.gakujuku_eventFlex li:first-of-type{
	position: relative;
}
.gakujuku_eventFlex li:first-of-type::after{
	content: "";
    background: url(/common/img/common/ico_target.svg);
    background-size: contain;
    height: 12px;
    width: 12px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
@media screen and (min-width:767px){
	.gakujuku_eventFlex li:first-of-type{
		margin-right: 20px;
	}
}
.gakujukuList{
	display: flex;
    width: 350px;
}
.gakujukuList dt{
	width: 240px;
}
.gakujukuList dd{
	width: 110px;
}

/*----------------------
2022/12/28
-----------------------*/
.program_icon {
    background: #b690ea;
    padding: 2px;
    color: #fff;
    font-weight: bold;
    margin: 0 5px;
}
.program_subTxt{
	text-indent: -5em;
    padding-left: 5em;
}

/*----------------------
2023/02/06
-----------------------*/
.eventTabs02 li .eventTabsLink a {
	text-align: center;
  }
  .eventTabs02 li .eventTabsLink a {
	border: none;
	color: #fff;
	  background: #b690ea;
	  font-weight: bold;
	width: 100%;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	  text-decoration: none;
	position: relative;
  }
  .eventTabs02 li .eventTabsLink a::after{
	content: '';
	background: url(../img/activity/ico_download.svg) center center no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
  }
  
  .eventTabs02 li .eventTabsLink a:hover {
	opacity: .8;
    border:none;
  }
  
  .secEvent04List{
	border: solid 1px #ddd;
	padding: 20px;
  }
  
  .secEvent04List li{
	margin-bottom: 5px;
  }
  .postFlex .contRight{
	text-align: center;
  }
  .postFlex .contRight img{
	max-width: 300px;
  }
@media screen and (min-width:767px){
  .postFlex{
    display: flex;
    align-items: center;
    gap: 60px;
  }
  .postFlex .contRight img{
    max-width: 330px;
  }
}


/*----------------------
2023/02/09
-----------------------*/
.eventTable tr th{
  background: #b690ea;
  color: #fff;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  vertical-align: middle;
  padding: 10px ;
  font-size: 16px;
}
.eventTable tr:first-of-type th{
  border-top: 1px solid #b690ea;
}
.eventTable tr:nth-of-type(3) th{
  border-bottom: 1px solid #b690ea;
}
.eventTable tr td{
  border: 1px solid #b690ea;
  padding: 10px 20px;
}
@media screen and (min-width:767px){
  .eventTable tr th{
    padding: 20px 30px;
  }
  .eventTable tr td{
    padding: 20px 30px;
  }
}
.gakujuku_btn{
    width:100%;
    max-width: 250px;
    height: 60px;
    margin-bottom: 5px;
}
.gakujuku_btn a{
  background: #b690ea;
  border: 3px solid #e9ddf9;
  color: #fff;
  font-weight: bold;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  position: relative;
}
.gakujuku_btn a::after{
  content: "▶︎";
  font-size: 10px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
/*----------------------
2023/02/15
-----------------------*/
.gakujuku_eventFlex li{
	/* min-width: 200px; */
  margin: 0 10px 20px 10px;
  height: 60px;
}
@media screen and (min-width:767px){
  .gakujuku_eventFlex li{
    /* min-width: 200px; */
    margin: 0;
    margin-right: 20px;
  }
}
.gakujuku_eventFlex li a{
	min-width: 200px;
  border: 4px solid #b690ea;
  height: 100%;
  color: #000;
  font-weight: bold;
  min-width: 180px;
  display: flex;
  align-items: center;
  padding: 0px 50px 0 15px;
  position: relative;
}
.gakujuku_eventFlex li:first-of-type::after {
  content: none;
}
.gakujuku_eventFlex li .pdf::after{
  content: "";
  background: url(../img/activity/ico_pdf.png) no-repeat;
  width: 25px;
  height: 25px;
  background-size: contain;
  position: absolute;
  right: 15px;
}
.gakujuku_eventFlex li a .gakujuku_eventIcon{
  position: absolute;
  right: 15px;
  font-size: 18px;
}


/*----------------------
2023/02/28
-----------------------*/
.gakujuku_eventFlex li a {
	align-items:flex-start;
	justify-content: center;
	flex-direction: column;
}

/*----------------------
2023/05/31
-----------------------*/
.program .wdt30 {
	width: 31%;
}
@media screen and (min-width: 769px) { 
	.program .wdt30 {
		width: auto;
	}
}
.program table {
	font-size: 13px;
}
@media screen and (min-width: 769px) { 
	.program table {
		font-size: 14px;
	}
}
/*----------------------
2024/07/26
-----------------------*/
.eventTable tr th {
    border-left: 1px solid #fff;
	}
.eventTable tr th:first-of-type {
    border-left: none;
	}
.eventTable {
	width: 100%;
}
@media screen and (min-width: 769px) { 
	.eventTable {
			width: 70%;
		}
}
.systemList li > dl > dt {
    width: fit-content;
    max-width: 40%;
}
@media screen and (min-width: 769px) { 
	.systemList li > dl > dt {
			width: 11%;
	}

}
				
.systemList li > dl {
	flex-wrap: wrap;
	margin-left: 20px;
	margin-bottom: 15px;
}
@media screen and (min-width: 769px) { 
	.systemList li > dl {
		margin-bottom: 0;
	}
}
.noPointer {
	pointer-events: none;
	opacity: .8;
}

/* 240807更新 */
.sangyoiTtl{
	padding: 15px;
    color: #FFF;
    font-size: 130%;
    background: #ffa800;
    text-align: center;
}

@media screen and (min-width:767px){
	.sangyoi_eventFlex{
		display: flex!important;
	}
}

.sangyoi_eventFlex li:first-of-type{
	position: relative;
}
.sangyoi_eventFlex li:first-of-type::after{
	content: "";
    background: url(/common/img/common/ico_target.svg);
    background-size: contain;
    height: 12px;
    width: 12px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
@media screen and (min-width:767px){
	.sangyoi_eventFlex li:first-of-type{
		margin-right: 20px;
	}
}

.sangyoi_eventFlex li{
	/* min-width: 200px; */
  margin: 0 10px 20px 10px;
  height: 60px;
}
@media screen and (min-width:767px){
  .sangyoi_eventFlex li{
    /* min-width: 200px; */
    margin: 0;
    margin-right: 20px;
  }
}
.sangyoi_eventFlex li a{
	min-width: 200px;
  border: 4px solid #ffa800;
  height: 100%;
  color: #000;
  font-weight: bold;
  min-width: 180px;
  display: flex;
  align-items: center;
  padding: 0px 50px 0 15px;
  position: relative;
}
.sangyoi_eventFlex li:first-of-type::after {
  content: none;
}
.sangyoi_eventFlex li .pdf::after{
  content: "";
  background: url(../img/activity/ico_pdf.png) no-repeat;
  width: 25px;
  height: 25px;
  background-size: contain;
  position: absolute;
  right: 15px;
}
.sangyoi_eventFlex li a .gakujuku_eventIcon{
  position: absolute;
  right: 15px;
  font-size: 18px;
}
.sangyoi_eventFlex li a {
	align-items:flex-start;
	justify-content: center;
	flex-direction: column;
}

/* 241106更新 */
.mentalhealth-top{
	border: 2px solid #7fd248;
	padding: 20px 10px;
	margin-bottom: 30px;
	background: #f8fff3;
}
.mentalhealth-top .mentalhealth-top__ttl{
	font-size: 20px;
	background: #7fd248;
	padding: 10px 20px;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
}
.mentalhealth-top .mentalhealth-top__lead{
	text-align: center;
	margin-bottom: 30px;
	font-size: 16px;
}
.mentalhealth-top .mentalhealth-top__subttl{
	text-align: center;
	margin-bottom: 20px;
}
.mentalhealth-top .mentalhealth-top__subttl span{
	font-size: 20px;
	background: linear-gradient(transparent 60%, rgb(127 210 72) 0%);
	padding-bottom: 5px;
}
@media screen and (min-width:767px){
	.mentalhealth-top{
		padding: 20px;
	}
	.mentalhealth-top .mentalhealth-top__ttl{
		font-size: 22px;
		padding: 14px 20px;
		color: #fff;
	}
}

/* 241209更新 */
.ninteii__caution{
	padding: 15px;
	color: #FFF;
	font-size: 130%;
	background: #ffa800;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
}
.ninteii__caution .drBtn a{
	background: #c00;
}

/* 241213更新 */
.mentalhealth-cont{
	border: 2px solid #7fd248;
	padding: 20px 10px;
	margin-bottom: 30px;
	background: #f8fff3;
}

.mentalhealth-cont__box{
  position: relative;
  background: #7fd248;
  box-shadow: 0px 0px 0px 5px #7fd248;
  border: dashed 2px white;
  padding: 0.5em 0.8em;
  color: #454545;
  font-size: 14px;
  font-weight: bold;
  width: 70%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
@media screen and (min-width:767px){
	.mentalhealth-cont__box{
    width: 60%;
    font-size: 18px;
	}
}
.mentalhealth-cont__box span{
  position: absolute;
  content: '';
  left: -46px;
  top: -30px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #e22d2d;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  color: #fff;
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (min-width:767px){
	.mentalhealth-cont__box span{
    left: -30px;
    top: -20px;
    width: 70px;
    height: 70px;
	}
}
.mentalhealth-cont__txt{
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (min-width:767px){
	.mentalhealth-cont__txt{
    font-size: 18px;
	}
}
.mentalhealth-cont__txt span{
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (min-width:767px){
	.mentalhealth-cont__txt span{
    font-size: 16px;
	}
}

.mentalhealth-cont__qr{
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.mentalhealth-cont__qr img{
  width: 100%;
  max-width: 130px;
}
.mentalhealth-cont__qr li{
  display: grid;
  text-align: center;
}


.mentalhealth_btn{
  margin: 20px auto;
  height: 60px;
  width: fit-content;
  display: block;
  align-items: center;
}

.mentalhealth_btn a{
	min-width: 200px;
  border: 4px solid #7fd248;
  height: 100%;
  color: #000;
  font-weight: bold;
  min-width: 180px;
  display: flex;
  align-items: center;
  padding: 0px 50px 0 15px;
  position: relative;
}
.mentalhealth_btn:first-of-type::after {
  content: none;
}
.mentalhealth_btn .pdf::after{
  content: "";
  background: url(../img/activity/ico_pdf.png) no-repeat;
  width: 25px;
  height: 25px;
  background-size: contain;
  position: absolute;
  right: 15px;
}

.mentalhealth-table {
	width: 100%;
	border-collapse:  collapse;
	margin-bottom: 30px;
  font-size: 13px;
}
.mentalhealth-table tbody tr:first-child th , .mentalhealth-table tbody tr:first-child td{
	background: #7fd248;
	color: #fff;
	font-weight: bold;
	border: 0;
  font-size: 14px;
}
@media screen and (min-width:767px) {
	.mentalhealth-table tbody tr:first-child th , .mentalhealth-table tbody tr:first-child td{
    font-size: 16px;
	}
}
.mentalhealth-table tbody tr:first-child td {
	border-left: 1px solid #fff;
}
.mentalhealth-table tbody tr th , .mentalhealth-table tbody tr td{
	border: 1px solid #7fd248;
	padding: 10px;
	vertical-align: middle;
  background-color: #fff;
}

@media screen and (max-width:767px) {
	.mentalhealth-table tbody tr th , .mentalhealth-table tbody tr td{
		padding: 10px 5px;
	}
}
.mentalhealth-table td:first-child {
	width: 70%;
}
@media screen and (min-width:767px) {
	.mentalhealth-table td:first-child {
		width: 80%;
	}
}
.mentalhealth-table tbody tr:first-child th , .mentalhealth-table tbody tr:first-child td span{
	font-weight: 500;
  font-size: 14px;
}
/* 250512更新 */
/* .eventTable tr:nth-of-type(3) th{
	border-bottom: 1px solid #fff;
}
@media screen and (min-width:767px) {
	.eventTable {
		width: 50%;
	}
	.eventTable th{
		width: 40%;
	}

} */
.secEventLink a {
	border: none;
	color: #fff;
	background: #b690ea;
	font-weight: bold;
	width: 100%;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	position: relative;
}
@media screen and (min-width:767px) {
	.secEventLink {
		width: 40%!important;
    margin: auto!important;
	}
}
.secGakujuku__download li{
	padding: 20px;
	background: #f9f7fd;
}
@media screen and (min-width:767px) {
	.secGakujuku__download li{
		display: flex;
		align-items: center;
		gap: 30px;
	}

}
@media screen and (min-width:767px) {
	.secGakujuku__download .secEventLink{
		width: 80%!important;
    margin: auto!important;
	}
}

.program__pdf-btn{
  height: 60px;
  width: fit-content;
  display: block;
  align-items: center;
}

.program__pdf-btn a{
	min-width: 200px;
  border: 4px solid #b690ea;
  height: 100%;
  color: #000;
  font-weight: bold;
  min-width: 180px;
  display: flex;
  align-items: center;
  padding: 0px 50px 0 15px;
  position: relative;
}
.program__pdf-btn:first-of-type::after {
  content: none;
}
.program__pdf-btn .pdf::after{
  content: "";
  background: url(../img/activity/ico_pdf.png) no-repeat;
  width: 25px;
  height: 25px;
  background-size: contain;
  position: absolute;
  right: 15px;
}