/*
タイトル
-------------------------------------------------------*/

.pageTitle {
	width:790px;
	height:39px;
	margin:20px 0 5px 20px;
	padding-left: 20px;
	background: linear-gradient(to top, #f8ad3b, #fff000);
	font-size:1.5em;
	font-weight:600;
	line-height:2.0;
	color:#0a193c;
	border-bottom: #001A92 solid 2px;
}
.pageTitle::before {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-size: 0.7em;
    font-weight: 900;
    margin-right: .5em;
    position: relative;
    bottom: 0.12em;
}
.h3heading {
    font-size: 1.4em;
    font-weight: bold;
    color: #0e3d93;
    margin-top: 15px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 3px;
}
.h3heading02 {
	font-size: 1.4em;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 15px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 10px;
	padding-bottom: 7px;
	background-color: #0080CB;
	border: 3px outset #00578A;
	padding-left: 10px;
	padding-top: 7px;
	padding-right: 10px;
	background-image: -webkit-linear-gradient(270deg,rgba(0,128,203,1.00) 0%,rgba(0,97,155,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(0,128,203,1.00) 0%,rgba(0,97,155,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(0,128,203,1.00) 0%,rgba(0,97,155,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(0,128,203,1.00) 0%,rgba(0,97,155,1.00) 100%);
}
.h4heading {
    margin-top: 10px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 5px;
    font-size: 1.3em;
    font-weight: bold;
    color: #FF3F04;
}
.h4heading02 {
	font-size: 1.3em;
	font-weight: bold;
	color: #E84800;
	margin-top: 10px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 5px;
	border-bottom: 2px solid #15A8FF;
	padding-bottom: 3px;
}
.h5heading {
	margin-top: 10px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 10px;
	font-size: 1.2em;
	font-weight: bold;
	color: #006BB3;
	padding-left: 1em;
	text-indent: -1em;
}
.h5heading:before {
	content: "「";
}
.h5heading:after {
	content: "」";
}
.h5heading02 {
	margin-top: 10px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 10px;
	font-size: 1.2em;
	font-weight: bold;
	color: #009405;
	padding-left: 1em;
	text-indent: -1em;
}

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

/* ページトップへもどる */
.page_top {
    width: 40px;
    height: 40px;
    right: 20px;
    bottom: 20px;
    position: fixed;
    border: 1px solid #ccc;
    background: #F69D01;
    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 #fff;
    border-right: 1px solid #fff;
    transform: rotate(-45deg);
}


p.under_construction {
	text-align:center;
	font-size:1.2em;
	padding:40px;
}

	
/*連絡先*/
		
#contactInfo {
    width: 250px;
    margin-top: 285px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
}

	#contactInfo #tit_contactInfo {
		width:250px;
		height:37px;
		text-indent:-9999px;
	}
	#contactInfo .office {
		margin:10px auto 40px;
		line-height:1.3;
		font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	}
		#contactInfo .office h4 {
			height:30px;
			margin: 0 auto 5px;
			padding:0px 10px 0;
			line-height:2.3;
			font-size:1.0em;
            font-weight: 600;
			color:#fff000;
			background: #0a193c;
		}
		#contactInfo .office h5 {
			font-size:0.9em;
			font-weight:600;
			color:#0a193c;
			padding:5px 5px 5px 10px;
		}
		#contactInfo .office p {
			font-size:0.9em;
			color: #0a193c;
            font-weight:500;
			padding:0px 0px 5px 10px;
		}
		#contactInfo .office a {
			color:#0000ff;
		}


/*
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: #0a193c;
		background: url("../images/bg_tit_new.png") left center no-repeat, #fff000;
		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:#0a193c;
			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;		
		}
	
.presidentBox {
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    padding-top: 10px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 5px;
    position: relative;
    border-bottom: 1px solid #ccc;
    height: 210px;
}
.presidentBox img {
	width: 160px;
	float: right;
}
.presidentBox p {
    text-align: right;
    position: absolute;
    top: 100px;
    right: 185px;
}
.mainTxt {
	margin: 10px auto;
	line-height: 180%;
	text-indent: 1em;
}
.b {
	font-weight: bold;
}
.XlText {
	font-size: 1.3em;
}
.llText {
	font-size: 1.2em;
}
.lText {
	font-size: 1.1em;
}
.XsText {
	font-size: 0.7em;
}
.ssText {
	font-size: 0.8em;
}
.sText {
	font-size: 0.9em;
}
.dl_overview {
	padding: 0 auto;
}
.dl_overview dt {
	clear: left;
	float: left;
	font-weight: bold;
	color: #614B96;
	padding-left: 1em;
}
.dl_overview dd {
    padding-left: 9em;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #aaa;
}
.btn_box {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.btn01 {
	display: inline-block;
	background-image: -webkit-linear-gradient(270deg,rgba(0,200,255,1.00) 0%,rgba(0,141,179,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(0,200,255,1.00) 0%,rgba(0,141,179,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(0,200,255,1.00) 0%,rgba(0,141,179,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(0,200,255,1.00) 0%,rgba(0,141,179,1.00) 100%);
	color: #FFFFFF;
	font-weight: bold;
	font-size: 17px;
	padding-top: 12px;
	padding-bottom: 12px;
	width: 250px;
	text-decoration: none;
	border-radius: 12px;
}
.btn01:hover {
	opacity: 0.7;
	transition: 0.2s;
}
.btn02 {
	display: inline-block;
	background-image: -o-linear-gradient(270deg,rgba(0,127,255,1.00) 0%,rgba(0,74,148,1.00) 100%);
	background-image: -webkit-linear-gradient(270deg,rgba(0,127,255,1.00) 0%,rgba(0,74,148,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(0,127,255,1.00) 0%,rgba(0,74,148,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(0,127,255,1.00) 0%,rgba(0,74,148,1.00) 100%);
	color: #FFFFFF;
	font-weight: bold;
	font-size: 15px;
	padding-top: 12px;
	padding-bottom: 12px;
	width: 400px;
	border-radius: 12px;
	text-decoration: none;
}
.btn02:hover {
	opacity: 0.7;
	transition: 0.2s;
}
.btn03 {
	display: flex;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 15px;
	width: 250px;
	text-decoration: none;
	height: 50px;
	margin-bottom: 15px;
	vertical-align: middle;
	line-height: 20px;
	text-align: center;
	align-items: center;
	justify-content: center;
	background-color: #960002;
}
.btn03:hover {
	opacity: 0.7;
	transition: 0.2s;
	color: #FFFFFF;
}
.btn04 {
	display: inline-block;
	background-image: -moz-linear-gradient(270deg,rgba(255,107,27,1.00) 0%,rgba(210,73,0,1.00) 100%);
	background-image: -webkit-linear-gradient(270deg,rgba(255,107,27,1.00) 0%,rgba(210,73,0,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,107,27,1.00) 0%,rgba(210,73,0,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,107,27,1.00) 0%,rgba(210,73,0,1.00) 100%);
	color: #FFFFFF;
	font-weight: bold;
	font-size: 15px;
	padding-top: 12px;
	padding-bottom: 12px;
	border-radius: 12px;
	width: 185px;
	text-decoration: none;
}
.btn04:hover {
	opacity: 0.7;
	transition: 0.2s;
	color: #FFFFFF;
}
.period {
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 40px;
}
.kome {
	padding-left: 1em;
	text-indent: -1em;
}
.kome:before {
	content: "※";
}
.ul-list01 {
	padding-left: 17px;
}
.ul-list01 li {
}
.ul-list02 {
	list-style-type: none;
}
.ul-list02 li {
}
.ol-list01 {
	padding-left: 16px;
}
.ol-list01 li {
	font-weight: bold;
	color: #008116;
}
.ol-list02 {
	padding-left: 16px;
}
.ol-list02 li {
}
.ol-list03 {
	column-count: 2;
	padding-left: 16px;
}
.ol-list03 li {
	font-size: 13px;
}
.tbl-width100 {
	width: 100%;
}
.tbl-width50 {
	width: 50%;
}
.table01 {
	border-collapse: collapse;
}
.table01 tr td {
	border: 1px solid #969696;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 2px;
	padding-right: 2px;
}
.table02 {
	border-collapse: collapse;
}
.table02 tr th {
	background-color: #006AAE;
	border: 1px solid #37B0FF;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight: bold;
	vertical-align: middle;
}
.table02 tr td {
	border: 1px solid #37B0FF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.img_hover {
	display: inline-block;
}
.img_hover:hover {
	opacity: 0.7;
	transition: 0.2s;
}
.program {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 30px;
}
.program tr th {
	width: 3em;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #1AA822;
}
.middle {
	vertical-align: middle;
}
.pre_tit {
	font-size: 1.2em;
	font-weight: bold;
	color: #006BB3;
	text-indent: -1em;
	padding-left: 1em;
	background-color: #FCDAA7;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 1em;
	border-bottom: 5px solid #FFFFFF;
	border-top: 10px solid #FFFFFF;
}
.pre_tit:before {
	content: "「";
}
.pre_tit:after {
	content: "」";
}
.name   {
	width: 7em;
	padding-left: 10px;
	font-weight: bold;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
}
.belongs {
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 1em;
	text-indent: -1em;
}
.belongs:before {
	content: "（";
}
.belongs:after {
	content: "）";
}
.flex {
	display: flex;
	width: 100%;
}
.left-box {
	width: 50%;
}
.right-box {
	width: 50%;
}
.poster {
    text-align: center;
    margin-top: 15px;
}
.poster img {
    display: inline-block;
    border: 1px solid #BABABA;
    margin-bottom: 10px;
    width: 230px;
}
.poster img:hover {
    opacity: 0.7;
    transition: 0.2s;
}
.banner {
	text-align: center;
	margin-top: 15px;
}
.banner img {
	display: inline-block;
	max-height: 90px;
	max-width: 218px;
	border: 1px solid #BABABA;
	margin-bottom: 10px;
}
.banner img:hover {
	opacity: 0.7;
	transition: 0.2s;
}
.ul_linkList {
    width: 100%;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
    list-style-type: none;
}
	.ul_linkList li {
    clear: left;
    line-height: 180%;
    font-size: 1.1em;
    padding-top: 20px;
    padding-right: 0;
    padding-left: 0em;
    padding-bottom: 20px;
    border-bottom: 1px dotted #88A6BF;
	}
