@charset "UTF-8";

.pd{ display: block;}
.sd{ display: none;}

/* clearfix */
/* For modern browsers */
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
	overflow: hidden;
}
.clearfix:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}
.clear01 {
	clear: both;
}
/* clearfix end */
.int0 {
	text-indent: 0 !important;
}
a:hover .hover {
    filter: alpha( opacity=70 );  /* IE */
    opacity:0.7;                 /* Firefox,Opera,Safari */
    -moz-opacity:0.7;           /* Firefox 0.9�����O */
}

body {
  font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic'
	font-weight: 500;
	box-sizing: border-box;
}
p {
	line-height: 1.5em;
	font-size: 1.0em;
}

/*------------------- コンテナ -------------------*/
.container {
  margin: 0 auto;
  width: 1000px;
  box-sizing: border-box;
}
.container_header {
  display: flex;
  background-color: #ffffff;
 height: 70px;
}
.contents {
  display: flex;
}

/*------------------- ヘッダー -------------------*/
header {
  width: 100%;
  /* height: 300px;
  background-image: url(../img/header1.png); */
}
header h1 {
  padding: 15px;
  width: 270px;
  color: #051f54;
}
header form {
  padding: 20px 0;
  text-align: right;
  flex: 1;
}
header .header_img {
  position: relative;
}
header .header_img h1 {
  position: absolute;
  font-size: 30px;
  color: #ffffff;
  width: 50%;
  top: 100px;
  left: 100px;
}
.title1{
  color: #051f54 !important;
  position: absolute;
  font-size: 48px;
  font-weight: bolder;
  width: 100%;
  top: 40%;
  left: 50%;
}

/*------------------- ナビ -------------------*/
nav ul{
display: table;
margin: 20px auto;
padding: 0 ;
width: 80%;
text-align: center;
}
nav li{
display: table-cell;
min-width: 50px;
}
nav a{
display: block;
width: 100%;
text-decoration: none;
color: #051f54;
padding-bottom: 5px;
font-weight: bold;
}
nav li.current{
border-bottom: 3px solid #00bcea;
}
nav li:hover{
color: #E7DA66;
border-bottom: 3px solid #012981;
}


/*------------------- セクション -----------------*/
section {
  width: 700px;
  margin-right: 30px;
}

/*------------------- サイドバー ----------------*/
aside {
  flex: 1;
  margin: 20px 0;
}
aside ul {
  text-align: left;
}
aside ul li {
  padding: 10px 10px 10px 30px;
  border: 1px solid #cccccc;
  border-collapse: collapse;
}
aside ul li:first-child {
  background-color: #a3d0db;
  font-weight: bold;
  text-align: center;
  padding: 10px;
}
aside ul li a {
  text-decoration: none;
  color: #051f54;
  font-weight: bold;
}
aside ul li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    font-weight: 900;
    padding-right: 5px;
    color: #012981;
}
aside ul li:first-child:before {
    content: none;
}
/*------------------- アーティクル ----------------*/
article {
  /* border: 1px solid #cccccc; */
  margin: 10px 0 20px;
  padding: 10px;
  box-sizing: border-box;
}
article h1 {
  font-size: 1.2em;
  color: #1d1d1d;
  display: inline;
  border-bottom:3px solid #00348a;
}
article h2 {
  font-size: 1.5em;
  color: #1d1d1d;
  display: block;
  text-align: center;
  padding-bottom: 30px;
}
article p {
  font-size: 0.9em;
  margin-top: 15px;
}
.date {
  font-size: 0.9em;
  font-weight: bold;
  color: #002c83;
}
.new {
  color: #ffffff;
  background-color: #79b6c4;
  padding: 1px 2px;
  border-radius: 5px;
  font-size: 0.5em;
}
.topics {
  margin-top: 2px;
  border-bottom: 2px solid #cccccc;
}
article .fbox {
  display: flex;
}
article .fbox .f50 {
  flex: 50%;
}
article .fbox .f33 {
  flex: 33%;
}
article .fbox .f33:first-child {
  padding-left: 13px;
}
article .conbox {
  display: flex;
  width: 1000px;
  margin: 30px 0;
  box-sizing: border-box;
}
article .left {
  width: 500px;
}
article .right {
  flex: 1;
}
article .left h3 {
  font-weight: bold;
  font-size: 1.4em;
  padding: 0 20px;
}
article .right h3 {
  font-weight: bold;
  font-size: 1.4em;
  padding: 0 20px;
}
article .left .contents {
  box-sizing: border-box;
  padding: 20px;
  line-height: 1.7em;
}
article .right .contents {
  box-sizing: border-box;
  padding: 20px;
  line-height: 1.7em;
}
.siryou {
  margin: 0 auto;
  width: 1000px;
  text-align: center;
}
.btn-siryou {
  display: inline-block;
  padding: 1em 2em;
  text-decoration: none;
  color: #FFF;
  font-weight: bold;
  background-image: linear-gradient(#6795fd 0%, #67ceff 100%);
  transition: .4s;
}
.btn-siryou:hover {
  background-image: linear-gradient(#6795fd 0%, #67ceff 70%);
}


/*------------------- テーブル ----------------*/
table {
  margin: 0px auto;
}
.table02 {
	width: 100%;
	margin-top: 5px;
	border-collapse: collapse;
	font-size: 100%;
}
.table02 th {
	padding: 7px 7px;
	border: solid 1px #dddddd;
	font-weight: bold;
	vertical-align: top;
}
.table02 td {
	padding: 7px 7px;
	background: #ffffff;
	border: solid 1px #dddddd;
	vertical-align: middle;
  font-size: 0.8em;
}
.table03 {
	width: 100%;
	margin-top: 5px;
	border-collapse: collapse;
	font-size: 100%;
}
.table03 th {
	padding: 7px 7px;
	border: solid 1px #dddddd;

	font-weight: bold;
	text-align: center;
	vertical-align: top;
}
.table03 td {
	padding: 7px 7px;
	background: #ffffff;
	border: solid 1px #dddddd;
	text-align: center;
	vertical-align: middle;
  font-size: 0.8em;
}
.table03 .lv01 {
	background: #2d4f7c;
	font-weight: bold;
	vertical-align: middle;
  color: #ffffff;
}
.table03 .img .btn {
	display: block;
	padding: 2px 0;
}

.table04 {
	width: 100%;
	margin-top: 5px;
	border-collapse: collapse;
	font-size: 100%;
}
.table04 th {
	padding: 7px 7px;
	border: solid 1px #dddddd;

	font-weight: bold;
	text-align: center;
	vertical-align: top;
}
.table04 td {
	padding: 7px 7px;
	background: #ffffff;
	border: solid 1px #dddddd;
	text-align: center;
	vertical-align: middle;
  font-size: 0.8em;
}
.table04 .lv01 {
	background: #7b0201;
	font-weight: bold;
	vertical-align: middle;
  color: #ffffff;
}
.table04 .img .btn {
	display: block;
	padding: 2px 0;
}

.aL {
  text-align: left !important;
}
.left_title {
  display: block;
  margin-top: 10px;
	background: #2d4f7c;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
}
.right_title {
  display: block;
  margin-top: 10px;
	background: #7b0201;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
}
.t_box {
  display: flex;
  margin-top: 10px;
}
.left_box {
    width: 49%;
    margin: 5px;
    box-sizing: border-box;
}
.right_box {
    flex: 1;
    margin: 5px;
}



/*------------------- フッター -------------------*/
footer {
  background-color: #002c83;
  width: 1000px;
}
footer p {
  color: #ffffff;
}
footer .copy {
  text-align: center;
  font-size: 0.7em;
  padding: 10px;
}
footer .ftnavi {
  padding: 20px;
}
footer .ftnavi ul {
  display: flex;
}
footer .ftnavi ul li a {
  color: #ffffff;
  font-weight: bold;
  padding: 0px 20px;
  text-decoration: none;
}






/*------------------- フレックスボックス-------------------*/
.f_box {
  display: flex;
}
.box1 {
  width: 100%;
}
.box2 {
  width: 50%;
}
.box3 {
  width: 33%;
}

.cl_f {
  background: #002c83;
}
.cl1 {
  background: #009933;
}
.cl2 {
  background: #0066FF;
}
.cl3 {
  background: #CC6666;
}
.cl4 {
  background: #CC66FF;
}
.cl5 {
  background: #FF33CC;
}
