@charset "UTF-8";
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';
}


[class*="link-"]:after {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	margin-right: 2px;
	margin-left: 2px;
	position: relative;
	top: 2px;
}

a.link-ex:after {
	content: '\e89e';
}

a.link-pdf:after {
	content: '\e415';
}

a.link-download:after {
	content: '\e161';
}

a.link-mail:after {
	content: '\e0e1';
}


body {
	margin: 0px;
	padding: 0px;
	background-color: #FBFBFB;
	font-size: 14px;
	background-color: #FFFFFF;
	font-family:  'Hiragino Sans', 'ヒラギノ角ゴシック', 'メイリオ', Meiryo, YuGothic, 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    background-image: url("images/back3.gif");
    background-repeat: no-repeat;
     background-position: 0 3%;
     min-height: 100vh;
     display: flex;
     flex-direction: column;}

.title1 {
	text-align: center;
	font-size: 25px;
    font-weight: 200;
	margin: 1em;
	background-color: #FFFFFF;
	font-family:  'Hiragino Sans', 'ヒラギノ角ゴシック', 'メイリオ', Meiryo, YuGothic, 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    letter-spacing: 0.1em;
}

.title1::after{
    content: '';
    display: block;
    height: 2.5px;
    width: 2em;
    background-color: orange;
    text-align: center;
    margin: 8px auto 0px;
}

/*header*/

header{
    margin: 0px;
    padding: 30px 0px;
/*border-bottom: 1px solid  #333;
border-top: 1px solid  #333;*/
background: rgb(199,199,199);
background: linear-gradient(149deg,rgba(196,255,0,1) 0%, rgba(0,212,255,1) 18%, rgba(199,199,199,0.1) 18%, rgba(199,199,199,0.1) 82%, rgba(0,212,255,1) 82%, rgba(196,255,0,1) 100%);
    box-shadow: 1px 1px 3px 3px rgba(10,10,10,0.1)
}

header h1{
    margin: 0px;
    padding: 0px;
    text-align: center;
}

header p{
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-size: 15px;
}

/*幅と背景*/
#wrapper {
	text-align: center;
	padding: 0px;
    margin: 0px auto  auto;;
    width: 92%;
    max-width: 1260px;
     background-image: url("images/back3.gif");
    background-repeat: no-repeat;
    background-position: 100% 100%;
}

hr.kugiri {
    height: 6px;
    background: url("images/hr.svg") center center repeat-x;
    margin-top: 50px;
    margin-bottom: 50px;
    width: 100%;
}

.info{
    font-size: 14px;
    text-align: left;
    padding: 15px;
    box-sizing: border-box;
    background-color: rgba(243,237,94,0);
    border: 1px dashed #333333;
    border-radius: 5px;
}
.info strong{
    position: relative;
    padding-left: 30px;
}




i.material-icons{
    position: absolute;
    left: 0;
    top: -8px;
    color: orange;
}

#contents {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#contents a{
	color: #1d3994;
	text-decoration: none;
}

#contents a:hover{
	opacity: 0.5;
	transition-duration: 300ms;
}
.error {
	background-color: #FFEDF3;
	color: #C00;
    border: 1px dashed #C00;
	font-family: sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 10px 10px 10px 20px;
	text-align: left;
    box-sizing: border-box;
}

.error:empty,.display_error:empty{
    display: none;
}

table.base1 {
	border-collapse: collapse;
	font-size: 14px;
	padding: 0px;
	text-align: left;
    margin: 0px auto;
    width: 100%;
}
table.base1 th {
	padding: 3px;
	background-color: #ADB4C8;
	font-size: 11px;
	text-align: center;
	font-weight: normal;
	border: 1px solid #CCC;
}
table.base1 td {
	padding: 8px;
	margin: 0px;
	border: 1px solid #777777;
    box-sizing: border-box;
}
.komoku {
	font-size: 14px;
	font-weight: 600;
	text-align: left;
    width: 25%;
    background-color: #DCDCDC;
}
table.base1 td.midashi1 {
	font-size: 20px;
	font-weight: 200;
	text-align: left;
	margin: 0px;
	height: 20px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
border-left: none;
    border-right: none;
    border-top: none;
}
#header {
	text-align: right;
	padding: 10px;
}
.midashi {
	background-color: #EBEBEB;
	font-size: 15px;
	font-weight: 400;
	text-align: left;
	margin: 0px;
	border: thin dashed #CCC;
	text-indent: 10px;
	padding: 3px;
}
.setsumei {
	font-size: 13px;
	text-align: left;
	width: auto;
	margin: 3px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.setsumei2 {
	font-size: 13px;
	text-align: left;
	width: auto;
	margin: 3px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.center {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
hr {
	background-color: #000000;
	border-width: 0px;
	height: 1px;
}

.base1 td ul{
	margin: 0;
	padding-left: 1.5em;
	box-sizing: border-box;
}

/*span設定*/
.eg {
	color:  #505050;
	font-size: 12px;
}
.red {
	color: #F00;
}
.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

/*スペース*/
.space_tb1 { /* 使い方   class="space_tb1" */
	/*上下に各1文字分のマージン（スペース）*/
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 2em;
	margin-right: 0em;
}
.space_tb1_2 {	/*上下に各1文字分のマージン（スペース）*/
	margin-top: 5em;
	margin-bottom: 3em;
	margin-left: 3em;
	margin-right: 3em;
}
ul .da2{
	padding-bottom: 7px;
	margin-left: 0px;
	list-style-type: none;
    line-height: 1.2;
}
ul .da1 {
	padding-bottom: 5px;
	list-style-image: url(images/kome.jpg);
}
.space_tb2 { /* 使い方   class="space_tb2" */
	/*上下に各2文字分のマージン（スペース）*/
	margin-top: 2em;
	margin-bottom: 2em;
	margin-left: 0em;
	margin-right: 0em;
}
.space_tb3 { /* 使い方   class="space_tb3" */
	/*上下に各3文字分のマージン（スペース）*/
	margin-top: 3em;
	margin-bottom: 3em;
	margin-left: 0em;
	margin-right: 0em;
}
.space_lr1 { /* 使い方   class="space_lr1" */
	/*左右に各1文字分のマージン（スペース）*/
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: 1em;
	margin-right: 1em;
}.space_lr2 { /* 使い方   class="space_lr2" */
	/*左右に各2文字分のマージン（スペース）*/
	margin-top: 0em;
	margin-bottom: 0em;
	margin-left: 2em;
	margin-right: 2em;
}
#wrapper #header a {
	text-decoration: none;
}

/*入力欄*/

input,textarea{
    font-size: 14px;
    padding:0.5em;
    border: transparent;
    border: 1px solid #ccc;
    box-shadow: inset 1px 1px 1px rgba(10,10,10,0.05);
    border-radius: 3px;
    box-sizing: border-box;
	background-color: #FFFFFF;
	font-family:  'Hiragino Sans', 'ヒラギノ角ゴシック', 'メイリオ', Meiryo, YuGothic, 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

input[type="file"]{
	border: none;
	box-shadow: none;
}

select{
    font-size: 15px;
    height: 30px;
}

label{
    font-size: 15px;
}

/*次へ、戻るボタンなど*/


div.btn-control{
    display: flex;
    justify-content: center;
    padding: 40px 0px 20px;
}

button{
    outline: none;
    border: none;
    font-size: 15px;
    background-color: rgba(235,131,0,1.00);
    color: #fff;
    width: 20%;
    max-width: 230px;
    min-width: 140px;
    padding: 7px 0px;
    border-radius: 5px;
    box-shadow: 1px 1px 5px rgba(10,10,100,0.5);
    margin-left: 15px;
}

button[name="back"]{
    background-color: #7A7A7A;
}

button:hover{
    opacity: 0.5;
    transition-duration: 500ms;
}

input[type="submit"] {
     background-color:  #ccc;
     font-size: 12px;
}

input[type="submit"]:hover{
    opacity: 0.5;
    transition-duration: 500ms;
}


/*footer*/

footer{
    margin-top: 30px;
    font-family: sans-serif;
    text-align: center;
    padding: 30px 0px;
    background-image: url("images/back.jpg");
    background-size: 100%;
    font-size: 12px;
    font-weight: thin;
}

.per5{width: 5%;}
.per10{width: 10%;}
.per15{width: 15%;}
.per20{width: 20%;}
.per25{width: 25%;}
.per30{width: 30%;}
.per35{width: 35%;}
.per40{width: 40%;}
.per45{width: 45%;}
.per50{width: 50%;}
.per55{width: 55%;}
.per60{width: 60%;}
.per65{width: 65%;}
.per70{width: 70%;}
.per75{width: 75%;}
.per80{width: 80%;}
.per85{width: 85%;}
.per90{width: 90%;}
.per95{width: 95%;}
.per100{width: 100%;}


/*プチナビゲーション*/

#nav{
    padding: 10px 0px;
    display: flex;
    justify-content: flex-end;
}

#nav a{
    text-decoration: none;
    margin-left: 10px;
    margin-top: 8px;
    margin-bottom: 5px;
    color:rgba(53,139,170,0.7);
    font-size: 15px;
    font-weight: 600;

}

#nav a:hover{
    transition: 500ms;
    color: orange;
}

#nav a.now{
    font-size: 17px;
    color:rgba(53,139,170,1);
    border-bottom: 2px solid rgba(53,139,170,1.00);
    pointer-events: none;
}


input[type="text"]::placeholder {
  color: #B2B2B2;
	opacity: 1;
}
/* IE */
input[type="text"]:-ms-input-placeholder {
  color: #B2B2B2;
	opacity: 1;
}
/* Edge */
input[type="text"]::-ms-input-placeholder {
  color: #B2B2B2;
	opacity: 1;
}


/*ログイン画面*/

table.base1.per40{
    width: 40%;
}

table.base1.per40 td.komoku{
    width: 40%;
}


button.doui{
    width: 60%;
    max-width: 500px;
}

i.i-yellow{color: #E0A81A;}

div.setsumei_under{
    border-bottom: 1px solid #777777;
    margin-bottom: 10px;
}

