@charset "utf-8";
/* CSS Document */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}

header, footer, nav, section, article, figure, aside, dialog,  figcaption,hgroup, nav {
display:block;
}
html{height:105%;
/*background-color:#265fb0*/}

*::before, *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a{text-decoration:underline}

a:hover,a:focus{color:#1b4e81;text-decoration:underline}

a:active{color:#fdd4db;text-decoration:underline}

body{
	background: #fff; color:#333;
	font-family:Helvetica Neue, Helvetica, Arial, Geneva, sans-serif, "游ゴシック", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size:63%;
	/*line-height:1;*/
	margin:0;
	padding:0;
	font-size:14px;
	*font-size:small;
	*font:x-small;
	/*-webkit-text-size-adjust:100%;*/
	line-break: strict; /*iPhone fix*/
	/*user-select:none;
-webkit-user-select:none;
-moz-user-select:none;
-khtml-user-select:none;
-webkit-user-drag:none;
-khtml-user-drag:none;選択させない*/
}

/* IE8 */
html>/**/body{font-size:small;}

ul, ol, li {
  list-style: none;
}

img {
  vertical-align: top;
}

em {
  font-weight: bold;
  font-style: normal;
}

strong {
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr, legend {
  display: none;
}

pre {
  font-family: monospace, sans-serif;
  white-space: pre-wrap;
}

input, select {
  vertical-align: middle;
  font-family: inherit;
}

h1, h2, h3, h4, h5, h6, p, li {
  line-height: 1.5;
}

a {
  overflow: inherit;
  color: #16387c;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  text-decoration: none;
}

h1{}
h2{
	font-size: 1.2rem;
}

p{
	line-height:160%}

.mincho{
font-family: 'ＭＳ Ｐ明朝', 'MS PMincho','ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'serif';
	font-weight: 500;
}
.bold{
	font-weight:bold;}

.font-size110{
	font-size: 1.1rem!important
	
}


p.pRight{
	text-align:right;}
p.pDate{
	text-align:right;
	color: #666;
	/*margin-bottom: 0 !important;*/
}
.text-red{
	color: #C00;
}
.clearfix::after{
    clear: both;
	content: " ";
	display: table;
}

.none,
.noContents{
	display:none}
/*common*/
.border {border: 1px solid #CCC;}
.text-center {text-align: center !important;}
.mt-0 {margin-top: 0px !important;}
.mt-5 {margin-top: 5px !important;}
.mt-10 {margin-top: 10px !important;}
.mt-15 {margin-top: 15px !important;}
.mt-20 {margin-top: 20px !important;}
.mt-25 {margin-top: 25px !important;}
.mt-30 {margin-top: 30px !important;}

.mb-0 {margin-bottom: 0px !important;}
.mb-5 {margin-bottom: 5px !important;}
.mb-10 {margin-bottom: 10px !important;}
.mb-15 {margin-bottom: 15px !important;}
.mb-20 {margin-bottom: 20px !important;}
.mb-25 {margin-bottom: 25px !important;}
.mb-30 {margin-bottom: 30px !important;}


.m-0 {margin: 0 !important;}
.m-1 {margin: 0.25rem !important;}
.m-2 {margin: 0.5rem !important;}
.m-3 {margin: 1rem !important;}
.m-4 {margin: 1.5rem !important;}
.m-5 {margin: 3rem !important;}

.mt-0 {margin-top: 0 !important;}
.mt-1 {margin-top: 0.25rem !important;}
.mt-2 {margin-top: 0.5rem !important;}
.mt-3 {margin-top: 1rem !important;}
.mt-4 {margin-top: 1.5rem !important;}
.mt-5 {margin-top: 3rem !important;}

.mb-0 {margin-bottom: 0 !important;}
.mb-1 {margin-bottom: 0.25rem !important;}
.mb-2 {margin-bottom: 0.5rem !important;}
.mb-3 {margin-bottom: 1rem !important;}
.mb-4 {margin-bottom: 1.5rem !important;}
.mb-5 {margin-bottom: 3rem !important;}

.p-0 {padding: 0 !important;}
.p-1 {padding: 0.25rem !important;}
.p-2 {padding: 0.5rem !important;}
.p-3 {padding: 1rem !important;}
.p-4 {padding: 1.5rem !important;}
.p-5 {padding: 3rem !important;}

.pt-0 {padding-top: 0 !important;}
.pt-1 {padding-top: 0.25rem !important;}
.pt-2 {padding-top: 0.5rem !important;}
.pt-3 {padding-top: 1rem !important;}
.pt-4 {padding-top: 1.5rem !important;}
.pt-5 {padding-top: 3rem !important;}

.pb-0 {padding-bottom: 0 !important;}
.pb-1 {padding-bottom: 0.25rem !important;}
.pb-2 {padding-bottom: 0.5rem !important;}
.pb-3 {padding-bottom: 1rem !important;}
.pb-4 {padding-bottom: 1.5rem !important;}
.pb-5 {padding-bottom: 3rem !important;}


.position-relative {
    position:relative
}

#mainContent{position: relative;}


.pdf::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("/images/pdf.png");
  background-size: contain;
  background-repeat: no-repeat;
    position: absolute;
}
.search{
	text-align: center!important;
	    line-height: 3;
}
.search div{
	margin: auto!important;line-height: 3;
}

.search #___gcse_0 {
    width: 450px;
}

.search-result #___gcse_0 .gsc-adBlock{
	display: none!important
}

input.search-form {
	width: 60%;
	box-sizing: border-box;
	margin: 1em 0;
	padding: .5em;
	border: 2px solid #CCC;
	color: #000;
	font-size: 1.1em;
	border-radius: 2px;
}
	

input.btn {
	color: #FFF;
	border-color: #3079ED;
background-color: #4D90FE;
background-image: none;
  font-size: 13px;
  padding: 6px 27px;
  width: auto;
  vertical-align: middle;
  border: 1px solid #666;
  border-radius: 2px;
  border-color: #3079ed;
  background-color: #4d90fe;
  background-image: linear-gradient(top, #4d90fe, #4787ed);
}

	input.btn:hover {
  border-color: #2f5bb7;
  background-color: #357ae8;
  background-image: linear-gradient(top, #4d90fe, #357ae8);
}

.gsc-search-button-v2 svg {
  fill: #fff;
}

/*フォームnew*/
#line-rowTable {
    width: auto;
    margin: 0 10px 1.5em 10px;
	clear: both;
background-color: #d6e4f7;
padding: 2em 2em;
	text-align: center;
}

#line-rowTable  > dl:first-child > dt,
#line-rowTable > dl:first-child > dd {
    /* border-bottom: 1px solid #ddd */}

#line-rowTable > dl {
    display: table;
    width: 90%;
    margin: 0;
    padding: 0;
    border: 0;
}

#line-rowTable > dl > dt {
    display: table-cell;
    vertical-align: middle;
	text-align: right;
    font-weight: bold;
    width:30%;
}

#line-rowTable > dl > dd {
	display: table-cell;
	vertical-align: middle;
    width: 70%;
	padding: 15px;
}

#line-rowTable input{
    width: 70%;
}

/*ボタン*/
button.btn {
	position: relative;
	display: inline-block;
	color: #FFF;
	text-align: center;
	width: 70%;
	padding: 15px 15px 15px 35px;
	border-radius: 3px;
	line-height: 16px;
	font-weight: bold;
	font-size: 1rem;
	-webkit-transition: background .35s,color .35s;
	transition: background .35s,color .35s;
	box-shadow: 0 3px 0 rgba(0,0,0,0.1);
    background-color: #232323;
    border: 2px solid #232323;
    margin-bottom: 20px;
    padding-right: 2rem;
}

button.btnLogout{
	position: absolute;
	right: 20px;
	top:0px;
	padding: 10px 10px;
	background-color: #265fb0;
	border: 1px solid #265fb0;
	color: #fff;
	font-size: .8rem;
    border-radius:0px 0px 5px 5px;
}

button.btnLogout:hover{
    background-color: #d6e4f7;
	color: #265fb0;
    border: 1px solid #d6e4f7;

/*key　みだし*/
/*
#mainContent .mainBody ul li.key a::after{	
font-family: "Font Awesome 5 Free";
  content: "\f023";
 font-weight: bold;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
   margin-left: 5px;
  line-height: 1;
	}

#mainContent .mainBody ul li.key-open a::after{	
font-family: "Font Awesome 5 Free";
  content: "\f3c1";
 font-weight: bold;
	color: #93AAC3;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
   margin-left: 5px;
  line-height: 1;
	}
/*key メニュー*/
/*
div#menu .key a:after{
	font-family: "Font Awesome 5 Free";
	content: "\f023";
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	margin-left: 5px;
	line-height: 1;
}

div#menu .key-open a:after{
	font-family: "Font Awesome 5 Free";
	content: "\f3c1";
	font-weight: bold;
	color: #93AAC3;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	margin-left: 5px;
	line-height: 1;
}

/*社報用　key メニュー*/
/*
div#menu #navShahou.key a,
div#menu #navShahou.key-open a{
	position: relative;
}

div#menu #navShahou.key a:after{
	position: absolute;
	right: 	20px;
	top:0;
	bottom: 0;
	margin: auto;
	font-family: "Font Awesome 5 Free";
	content: "\f023";
	color: #1b4e81;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	display: block;
	line-height: 1;
	width: 17px;
	height: 17px;
}

div#menu #navShahou.key-open a:after{
	content: "";
	position: absolute;
	right: 22px;
	top:0;
	bottom: 0;
	margin: auto;
	font-family: "Font Awesome 5 Free";
	content: "\f3c1";
	color: #1b4e81;
	font-weight: bold;
	color: #93AAC3;
	-webkit-font-smoothing: antialiased;
	display: block;
	line-height: 1;
	width: 17px;
	height: 17px;
}

div#menu #navShahou.key a:before,
div#menu #navShahou.key-open a:before{
	content: "";
	position: absolute;
	right: 15px;
	top:0;
	bottom: 0;
	background-color: #FFF;
	display:block;
	width: 30px;
	height: 30px;
	border-radius: 3px;
	margin: auto;
	line-height: 1;
}*/


#mainContent .mainBody ul.info-top li:nth-child(-n+5)::after{	/* ←最新の記事◇[New]の数 */
display: inline-block;
content:'New';
border: 1px solid #c00;
padding: 2px 3px;
line-height: 1em;
font-size: .7em;
color: #c00;
margin-right: .5em;
margin-left: .5em;
}
#mainContent .mainBody ul.infoList.top li:nth-child(-n+10)::after{	/* ←最新の記事◆[New]の数 */
display: inline-block;
content:'New';
border: 1px solid #c00;
padding: 2px 3px;
line-height: 1em;
font-size: .7em;
color: #c00;
margin-right: .5em;
margin-left: .5em;
}

.dot-line {
  margin-bottom: 1.5em;
}
.dot-line:after {
    background: radial-gradient(circle farthest-side, #000, #000 60%, transparent 60%, transparent);
    background-size: 4px 4px;
    content: '';
    display: inline-block;
    height: 4px;
    width: 100%;
}
.indent-1{
  text-indent: -1em;
  padding-left: 1em;}

.indent-2{
  text-indent: -2em;
  padding-left: 2em;}
