@charset "UTF-8";

/*
ページタイトル
-------------------------------------------------------*/

.pageTitle {
	width:790px;
	height:39px;
	margin:10px 0 5px 20px;
	padding-left: 20px;
	background: linear-gradient(to right, #ee5a24, #f8ad3b);
	font-size:1.5em;
	font-weight:600;
	line-height:2.0;
	color:#f9eb21;
	border-bottom: #f4901e solid 2px;
}
.pageTitle::before {
    content: "\f45c";
    font-family: "Font Awesome 5 Free";
    font-size: 0.7em;
    font-weight: 900;
    margin-right: .5em;
    position: relative;
    bottom: 0.12em;
	opacity:0.5;
}


/*
共通
-------------------------------------------------------*/

.page_top {
    width: 40px;
    height: 40px;
    right: 20px;
    bottom: 20px;
    position: fixed;
    border: 1px solid #cc3927;
    background: #fcd25b;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.page_top::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-top: 1px solid #cc3927;
    border-right: 1px solid #cc3927;
    transform: rotate(-45deg);
}


p.under_construction {
	text-align:center;
	font-size:1.2em;
	padding:40px;
}
.mainTxt {
	line-height:180%;
	margin:10px auto;
	text-indent:1em;
}
.mainTxt02 {
	line-height:180%;
	margin:10px auto;
}

/* ポスターDL */
.poster_dl {
        margin: 10px auto;
    }
.poster_dl a:hover {
	display: block;
    transition: all .3s;
    filter: brightness(85%) contrast(120%);
}


	
/*事務局情報*/
		
#contactInfo {
	width:250px;
	margin:142px auto 0px;	
}
	#contactInfo .office {
		margin:10px auto 40px;
		line-height:1.3;
		font-family:Open Sans, Avenir, Helvetica, Arial, Verdana, Roboto, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "M PLUS 1p", 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	}
		#contactInfo .office h4 {
			height:30px;
			margin: 0 auto 5px;
			padding:0px 5px 0;
			line-height:2.3;
			font-size:1.0em;
            font-weight: 600;
			color:#fff;
			background: #4ca7a8;
		}
		#contactInfo .office h5 {
			font-size:0.9em;
			font-weight:600;
			color:#4ca7a8;
			padding:5px;
		}
		#contactInfo .office p {
			font-size:0.9em;
			color: #4ca7a8;
            font-weight:500;
			padding:0px 0px 5px 5px;
		}
		#contactInfo .office a {
			color:#0000ff;
		}
	#contactInfo .line {
		padding-bottom:10px;
		margin-bottom:8px;
		border-bottom:1px solid #3c78a0;	
	}
	#contactInfo .dot {
		padding-bottom:10px;
		margin-bottom:8px;
		border-bottom:1px dotted #fff;	
	}


/*
Home
--------------------------*/

/*新着*/
#whatsnewArea {
	width:850px;
	height: auto;
	min-height:210px;
	margin:0px 0 0px 0px;
	padding:0px 0 0px;
}
	#tit_whatsnew {
		width:820px;
		height:30px;
		font-size: 1.1em;
		font-weight: 600;
		line-height: 2.2em;
		color: #fff;
		background:url("../images/bg_tit_new.png") left center no-repeat, #e84d23;
		padding-left: 30px;
	}
	
	#dl_whatsnew {
		width:850px;
		font-size:1.0em;
		height: auto;
		min-height:200px;
		padding:10px 0;
		overflow: auto;
		background: url("../images/bg_new.png") left top no-repeat, #fff;
	}
	
		#dl_whatsnew dt {
			clear:left;
			float:left;			
			color:#e84d23;
			padding-top:3px;
			padding-left:30px;
			font-weight: 600;
		}
		#dl_whatsnew dd {
			padding:3px 10px 3px 7em;
			margin-left:50px;			
			color:#646464;
            font-weight: 500;
		}
		#dl_whatsnew dd a {
			color:#FF4F00;		
		}

.h3heading {
	font-size: 1.4em;
	font-weight: bold;
	color: #006;
	border-bottom: 1px solid #ccc;
	padding-bottom: 2px;
	margin: 10px 0 10px;
}
	.h3heading span {
		/*border-left:7px solid #AA90F7;*/
		border-left:3px solid #5E82A4;
		padding-left:10px;
	}

.h4heading {
	font-size: 1.3em;
	font-weight: bold;
	margin: 15px 0 5px;
	color: #006BB3;
}
	.h4heading span {
		border-bottom:1px solid #ccc;
		margin-bottom:5px;
	}
.period {
	font-size: 1.3em;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.8;
	text-align: center;
	display: block;
}
.img_hover {
	display: inline-block;
}
.img_hover:hover {
	opacity: 0.7;
	transition: 0.2s;
}
.kome {
	padding-left: 1em;
	text-indent: -1em;
}
.kome:before {
	content: "※";
}
.ol_number {
	list-style-type: decimal;
	padding-left: 1em;
}
.ol_number li {
}
.table01 {
}
.table01 tr th {
	border: 1px solid #000000;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	min-width: 125px;
	font-weight: bold;
	vertical-align: middle;
}
.table01 tr .th01 {
	background-color: #005C76;
	color: #FFFFFF;
}
.table01 tr .th02 {
	background-color: #0087AD;
	color: #FFFFFF;
}
.table01 tr td {
	border: 1px solid #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	min-width: 125px;
	vertical-align: middle;
}
	
.ul_dot {
	margin: 1em 0;
}
	.ul_dot li {
		position: relative;
		padding-left: 1.5em;
		margin-bottom: 0.5em;
	}
	.ul_dot li::after {
		display: block;
		content: '';
		position: absolute;
		top: .5em;
		left: 0.5em;
		width: 6px;
		height: 6px;
		background-color: #666;
		border-radius: 100%;
	}
.BtnBox {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
	display: flex;
	justify-content: space-around;
}
.btn_nolink {
	display: inline-block;
	padding-top: 14px;
	padding-bottom: 14px;
	width: 260px;
	text-decoration: none;
	color: #FFFFFF;
	border-radius: 10px;
	font-size: 20px;
	border: 2px solid #808080;
	font-weight: bold;
	background-color: #808080;
	text-shadow: 1px 1px #000000;
}
.btn01 {
	display: inline-block;
	padding-top: 14px;
	padding-bottom: 14px;
	width: 260px;
	background-image: -webkit-linear-gradient(270deg,rgba(0,164,223,1.00) 0%,rgba(0,113,152,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(0,164,223,1.00) 0%,rgba(0,113,152,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(0,164,223,1.00) 0%,rgba(0,113,152,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(0,164,223,1.00) 0%,rgba(0,113,152,1.00) 100%);
	text-decoration: none;
	color: #FFFFFF;
	font-size: 20px;
	border-radius: 10px;
	font-weight: bold;
	border: 2px solid #007198;
	text-shadow: 1px 1px #000;
}
.btn01:hover {
	transition: 0.2s;
	opacity: 0.7;
}
.btn02 {
	display: inline-block;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 200px;
	background-image: -o-linear-gradient(270deg,rgba(196,0,0,1.00) 0%,rgba(146,0,0,1.00) 100%);
	background-image: -webkit-linear-gradient(270deg,rgba(196,0,0,1.00) 0%,rgba(146,0,0,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(196,0,0,1.00) 0%,rgba(146,0,0,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(196,0,0,1.00) 0%,rgba(146,0,0,1.00) 100%);
	text-decoration: none;
	color: #FFFFFF;
	border-radius: 10px;
	font-size: 18px;
	border: 2px solid #C40000;
	font-weight: bold;
	text-shadow: 1px 1px #000;
}
.btn02:hover {
	transition: 0.2s;
	opacity: 0.7;
}
.presidentBox {
	margin: 0 auto;
	padding: 10px 15px;
	position: relative;
	border-bottom: 1px solid #ccc;
	height: 190px;
}
.presidentBox img{
	width: 150px;
	float: right;
}
.presidentBox p {
    text-align: right;
    position: absolute;
    top: 120px;
    right: 185px;
}
.mainTxt02 {
	line-height:180%;
	margin:5px auto;
	text-indent:1em;
}
.dl_overview {
	width:600px;
	padding:0px auto;
	margin: 15px 10px;
}
	.dl_overview dt {
		clear:left;
		float:left;
		color:#2D476E;
        font-weight: 600;
	}
	.dl_overview dd {
		padding-left:6em;
		padding-bottom:20px;
		margin-bottom:20px;
		border-bottom:1px dashed #ccc;
	}
	.dl_overview dd.pro {
		padding-left:10em;
	}
.dl_overview02 {
	padding: 0px auto;
	margin: 15px 10px;
	width: 600px;
}
.dl_overview02 dt {
	clear: left;
	float: left;
	color: #2D476E;
	font-weight: 600;
}
.dl_overview02 dd  {
	padding-left: 9em;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}
.dl_part {
	width:600px;
	margin:20px auto;
}
	.dl_part dt {
		clear:left;
		float:left;
		padding-left:1em;
		font-weight:bold;
	}
	.dl_part dd {
		padding-left:8em;
		padding-bottom:5px;
	}	
.ul_linkList {
	width: 100%;
	margin: 0 auto 50px;
}
	.ul_linkList li {
		clear:left;
		line-height:180%;
		font-size:1.1em;
		padding:10px 0 10px 0em;
		border-bottom:1px dotted #88A6BF;
	}

.mapBox {
	width:410px;
	height:340px;
	padding-top:20px;
	float:left;
}

.accessBox {
	width:235px;
	padding-top:10px;
	float:right;
	font-size:0.9em;
	margin-left:5px;
}
.tbl-width100 {
    width: 100%;
}
.tbl-width75 {
    width:75%;
}

.tbl-width50 {
    width: 50%;
}
.program {
	margin-bottom: 40px;
}
.program h4 {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #2C567E;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: 10px;
}
.program h5 {
	font-weight: bold;
	font-size: 1.2em;
	background-color: #A8D5FF;
	color: #244768;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
}
.program h6 {
	font-weight: bold;
	font-size: 1.1em;
	border-bottom: 2px solid #FF9C42;
	margin-top: 10px;
	margin-bottom: 10px;
}
.program dl {
	display: flex;
	width: 100%;
}
.program dl dt {
	font-weight: bold;
	align-items: center;
	display: flex;
}
.program dl dd {
	text-indent: -1em;
	padding-left: 1em;
}
.program dl dd:before {
	content: "（";
}
.program dl dd:after {
	content: "）";
}
.name_ch2 {
}
.name_ch2 dt {
	width: 9%;
	padding-left: 2%;
}
.name_ch2 dd {
	width: 91%;
}
.name_ch3 {
}
.name_ch3 dt {
	width: 12%;
	padding-left: 2%;
}
.name_ch3 dd {
	width: 88%;
}
.name_ch4 {
}
.name_ch4 dt {
	width: 15%;
	padding-left: 2%;
}
.name_ch4 dd {
	width: 85%;
}
.name_ch5 {
}
.name_ch5 dt {
	width: 18%;
	padding-left: 2%;
}
.name_ch5 dd {
	width: 82%;
}
.name_ch6 {
}
.name_ch6 dt {
	width: 21%;
	padding-left: 2%;
}
.name_ch6 dd {
	width: 79%;
}
.name_ch8 {
}
.name_ch8 dt {
	width: 27%;
	padding-left: 2%;
}
.name_ch8 dd {
	width: 73%;
}

/* アイコン
--------------------------*/

.exlink:after {
  content: "\f08e";
  font-family: FontAwesome;
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.download:before {
  content: "\f019";
  font-family: FontAwesome;
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.pdf:after {
  content: "\f1c1";
  font-family: FontAwesome;
  margin-left: 0.5em;
}

.word:after {
  content: "\f1c2";
  font-family: FontAwesome;
  margin-left: 0.5em;
}

.ppt:after {
  content: "\f1c4";
  font-family: FontAwesome;
  margin-left: 0.5em;
}

.excel:after {
  content: "\f1c3";
  font-family: FontAwesome;
  margin-left: 0.5em;
}

.cipher a:before {
  content: "\f023";
  /* 暗号通信の前（fa-lock） */
  font-family: FontAwesome;
  margin-right: 0.5em;
}
