@charset "utf-8";


/*全端末共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	color: #696874;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 2;
	background: #fff;
	-webkit-text-size-adjust: none;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {margin: 0px;padding: 0px;font-size: 100%;}
ul {list-style-type: none;}
ol {padding-left: 40px;padding-bottom: 15px;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}

h1 {
  padding-bottom: .5em;
  border-bottom: 3px double #ccc;
	font-size: 21px;
}
h4{
padding: .5em .75em;
background-color: #f6f6f6;
border-radius: 6px;
font-weight:normal;
margin-top:10px;
font-weight:bold;}


a {
	color: #696874;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
a:hover {
	color: #777684 !important;
	text-decoration: none;
}

 .opa a:hover img {
	opacity: 0.5 ;
}

#container {
	width: 90%;
	max-width: 1400px;
	margin: 50px auto 0px;
}

.nav-header {
   margin: auto;
  max-width: 800px;
  padding: 10px;
	text-align: center;
	}

#menubar li {
	margin-bottom: 15px;
	text-align: center;
}
#menubar a {
	border: 1px solid #696874;
	border-radius: 10px;
	display: block;
	text-decoration: none;
	padding: 10px 0px;
	color: #696874;

}
/*マウスオン時*/
#menubar a:hover {
	color: #777684;
	background: #cccccc;
}

#sh {
	display:none;
}
#menubar_hdr {
	display: none;
}

#main {
	float: right;
	width: 75%;
}

#main h2 {
	clear: both;
	margin-bottom: 15px;
	font-size: 100%;
	color: #FFF;
	background: #777684;
	background: -webkit-gradient(linear, left top, left bottom, from(#777684), to(#696874));
	background: -webkit-linear-gradient(#777684, #696874);
	background: linear-gradient(#777684, #696874);
	padding: 5px 15px;
}

#main h3 {
	clear: both;
	margin-bottom: 15px;
	font-size: 100%;
	color: #333;
	background: #FFF;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#ededed));
	background: -webkit-linear-gradient(#FFF, #ededed);
	background: linear-gradient(#FFF, #ededed);
	padding: 5px 15px;
	border-bottom: 2px solid #696874;
}

#main p {
	padding: 0px 15px 14px;
}
#main h2 + p,
#main h3 + p {
	margin-top: -5px;
}

#sub {
	float: left;
	position: ;
	width: 20%;
	max-width: 308px;
}

#sub #logo {
	margin-bottom: 20px;
}

.box {
	padding: 3%;
	margin-bottom: 30px !important;
	background: #fff;
	overflow: hidden;
	word-break: normal;
	overflow-wrap: break-word;
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	color: #333;
}

.box a {
	color: #333;
}
/*pdfへのリンクテキスト*/
.pd a{
   background-image:url(../img/pdf_i.png);
   background-repeat: no-repeat;
   background-position: right center;
   padding-right: 30px;
}
#new {
	margin-bottom: 15px;
}
#new dl{
	padding-left: 15px;
	height: 140px;
	overflow: auto;
}

#new dt {
	font-weight: bold;
	float: left;
	width: 8em;
}

#new dd {
	padding-left: 8em;
}

footer {
	clear: both;
	text-align: center;
	padding-bottom: 10px;
}
footer .pr {
	display: block;
	font-size: 80%;
}
footer a {
	text-decoration: none;
}

.ta1 {
	width: 100%;
	margin-bottom: 30px;
}
.ta1, .ta1 td, .ta1 th {
	border: 1px solid #696874;
}

.ta1 th.tamidashi {
	width: auto;
	text-align: left;
}

.ta1 th {
	width: 140px;
	padding: 10px;
	text-align: center;
}

.ta1 td {
	padding: 10px;
}

.newicon {
	background: #F00;
	color: #FFF;
	font-size: 10px;
	padding: 0px 5px;
	border-radius: 2px;
	margin: 0px 5px;
}

.look {background: #000;padding: 5px;border-radius: 4px;color: #fff;}
.box .look {color: #fff;}
.mb15,.mb1em {margin-bottom: 15px;}
.clear {clear: both;}
ul.disc {padding: 0em 25px 1em;list-style: disc;}
.color1 {color: #777684 !important;}
.pr {font-size: 10px;}
.wl {width: 96%;}
.ws {width: 50%;}
.c {text-align: center;}
.r {text-align: right;}



@media (orientation :landscape) and (max-width: 800px){

#sub {
	position: static;
}

}


@media screen and (max-width:480px){


#container {
	margin-top: 30px;
}

#main {
	float: none;
	width: auto;
}
#sub {
	float: none;
	width: auto;
	position: static;
}

#sub #logo {
	display: none;
}

#menubar {
	display: none;
}

#sh {
	display: block;
	background: rgba(0,0,0,0.8);
	height: 70px;
}

#sh #logo {
	width: 70%;
	padding-left: 5%;
	padding-top: 17px;
}

#menubar-s {
	z-index: 200;
	position: absolute;
	top: 80px;
	left: 0px;
	width: 100%;
	background: rgba(0,0,0,0.8);
	border-top: 1px solid #fff;
}

#menubar-s a {
	display: block;
	text-decoration: none;
	padding: 20px;
	border-bottom: 1px solid #fff;
	color: #fff;
}

#menubar-s a::before {
	content: "→";
	padding-right: 10px;
}

#menubar_hdr {
	display: block;
	position: absolute;
	top: 10px;
	right: 5%;
	width: 30px;
	border: 1px solid #FFF;
	border-radius: 4px;
	padding: 12px 10px 5px;
}

#menubar_hdr span {
	display: block;
	border-top: 2px solid #FFF;
	border-radius: 2px;
	margin-bottom: 7px;
}



.ta1 th{
	width: 100px;
	padding: 2px;
}
/*テーブル内の右側*/
.ta1 td{
	width: auto;
	padding: 2px;
}

.ws {width: 96%;}


}

.m_line01{
  padding-bottom: .5em;
  border-bottom: 3px double #ccc;
	font-size: 21px;
}


.importantDate-table,
.importantDate-table tr,
.importantDate-table th,
.importantDate-table td {
	display: block;
}

@media screen and (min-width: 768px) {
	.importantDate-table {
		display: table;
		border-collapse: collapse;
		width: 100%;
	}
	.importantDate-table tr {
		display: table-row;
	}
	.importantDate-table th,
	.importantDate-table td {
		display: table-cell;
	}
}


.importantDate-table th,
.importantDate-table td {
	padding: 1rem;
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
}
.importantDate-table th {
	background-color: #f0efef;
	color: #000000;
	text-align: left;
	font-weight:normal;
	border-top: 1px solid #dadada;
}
.importantDate-table-sub {
	font-size: 0.8rem;
	font-weight: normal;
}


@media screen and (min-width: 768px) {
	.importantDate-table th,
	.importantDate-table td {
		border: 1px solid #dadada;
	}
	.importantDate-table th {
		white-space: nowrap;
	}
}

.fs01{color: #CB090C;}
.fs02{font-weight:bold;}
.fs03{text-decoration: line-through;}
.fs04{text-decoration: underline;}
.fs05{margin-bottom: 20px;}
.fs06{font-size: 14px;}
.fs07{background-color: #EBA67D;}
.fs08{background-color: #F4F5D5;}
.fs09{width: 50px;}
.fs10{width: 150px;}
.fs11{text-align: center;}
.fs12{font-size: 20px;}
.fs13{font-size: 19px;}
.fs14{text-indent:60px;	margin:0px;}
.fs15{line-height: 1;}
span.fs16{display: block; text-indent:-0.1em; padding-left: 2em;}

.lne1{border-bottom: 1px solid #999999;
 margin-top: 0px;
   padding-top: 0px;
   margin-bottom: 20px;
   padding-bottom: 10px;
}

.kakomi{
	border: 1px solid #696874;
	border-radius: 5px;
	padding: 10px 0px;
	margin: 10px;
	color: #696874;
	background-color: #DBCFCF;
	text-align: center;
	width: 300px;
}


.btn-border {
  display: inline-block;
  max-width: 300px;
  text-align: center;
  border: 2px solid #cccccc;
  font-size: 16px;
  color: #9ec34b;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 16px;
  margin-bottom: 20px;
  border-radius: 4px;
  transition: .4s;
}

.btn-border:hover {
  background-color: #DCDCD1;
  border-color: #cccccc;
  color: #FFF;
}


.btnR-border {
  display: inline-block;
  max-width: 600px;
  text-align: center;
  border: 2px solid #cccccc;
  font-size: 16px;
  color: #9ec34b;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 16px;
  margin-bottom: 20px;
  border-radius: 4px;
  transition: .4s;
}

.btnR-border:hover {
  background-color: #DCDCD1;
  border-color: #cccccc;
  color: #FFF;
}


.btnP-border {
  display: inline-block;
  max-width: 600px;
  text-align: center;
  border: 2px solid #cccccc;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 16px;
  margin-bottom: 20px;
  border-radius: 4px;
  transition: .4s;
}

.btnP-border:hover {
  background-color: #DCDCD1;
  border-color: #cccccc;
  color: #FFF;
}

.btn-gradient-radius {
  display: inline-block;
  padding: 7px 20px;
  border-radius: 25px;
  text-decoration: none;
  color: #FFF;
  background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
  transition: .4s;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}

.btn-gradient-radius:hover {
  background-image: linear-gradient(45deg, #FFC107 0%, #f76a35 100%);
}

.btnB-gradient-radius {
  display: inline-block;
  padding: 7px 20px;
  border-radius: 25px;
  text-decoration: none;
  color: #FFF;
  background-image: linear-gradient(45deg, #9de7f2 0%, #46a6f7 100%);
  transition: .4s;
font-size: 15px;
    font-weight: 600;
    text-align: center;
}

.btnB-gradient-radius:hover {
  background-image: linear-gradient(45deg, #9de7f2 0%, #2492ef 100%);
}

.list-1{
list-style-type:disc;
padding-left: 40px;
padding-bottom: 15px;
}

.list-1 li{
padding-bottom: 15px;
}

#publist {
     line-height: 15px;
}

#publist .list {
	font-size: 14px;
	font-style: normal;
	text-align: left;
	text-indent: 1em;
}

#publist .item {
     margin: 3px;
     float: left;
     width: calc(25% - 10px);
}

.clear {
	clear:both;
}
