@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');

body {
  margin: 0;
  padding: 0;
  font-family: 'noto sans JP', sans-serif;
}


header {
  /*background-color: rgb(0, 121, 70); */
  height: 200px;
  padding-top: 5px;
  background-image: -webkit-linear-gradient(315deg, #ffffff 0%, #dafac5 33%, #a9fc88 67%, #aefd53 100%);
}

footer {
  background-color: rgb(0, 128, 53);
  color: white;
  height: 20px;
  padding: 10px;
  text-align: right;
}

h1 {
  color: #5c073b;
  font-size: 28px;
  font-family: 'Noto Sans JP',serif;
  text-align: center;
  background-image: url(files/procon36.png);
  height: 180px;
  padding-top: 155px;
  background-repeat: no-repeat;
  background-position: top center;
  margin:0;
}

nav {
  background-image: linear-gradient(-225deg, #460080 0%, #421f68 50%, #460080 100%);
  font-family: 'Noto Sans JP',serif;
  font-weight: bold;
  color: #ffffff;
  /* background-color: rgb(0, 121, 70); */
  padding-top: 10px;
  padding-bottom: 10px;
}

nav a {
  color: #ffffff;
  text-decoration: none;
}

nav a:hover {
  color: #ffcc11;
}

nav ul {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
}

nav li {
  display: inline-block;
  margin-right: 40px;
}

.parag {
  background-color: #f4fafd;
  color: #663300;
  padding: 10px 20px 10px;

}

.title {
  font-size: 20px;
  border-left-style: solid;
  border-left-color: #663300;
  border-left-width: 10px;
  padding-left: 15px;
  margin-bottom: 0px;
}

.parag p {
  background-color: #ffffff;
  padding: 10px;
  border-radius: 20px;
}
.parag ul {
  background-color: #ffffff;
  padding: 10px 30px;
  border-radius: 10px;
}
.chk p{
  background-color: #ffffff;
  padding:  10px 00px 00px 20px;
}
.emp
{
  color: rgb(202, 3, 3);
  font-size:1.0em;
  font-weight: 700;
}
.ipt_login {
  position: relative;
	width: 100%;
	margin: 10px 3%;
}
.ipt_login input[type='text'], input[type='password']{
	font: 15px/24px sans-serif;
	box-sizing: border-box;
	width:200px;
	padding: 0.3em;
	padding-left: 15px;
	border: 1px solid #1b2538;
	border-radius: 4px;
	outline: none;
}
.ipt_login input[type='submit'] {
  font-family: 'noto sans JP',sans-serif;
  color : rgb(255, 255, 255);
  font-weight:   700;
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #1471c7;/*ボタン色*/
  border : 0px;
  border-bottom: solid 4px #13161d;
  border-radius: 20px;
}
.btn-square {
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #f7eac2;/*ボタン色*/
  color: #000000;
  border-bottom: solid 4px #627295;
  border-radius: 3px;
}
.btn-square:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}
.ipt_txt {
	position: relative;
	width: 100%;
	margin: 10px 3%;
}
.ipt_txt input[type='text'] {
	font: 15px/24px sans-serif;
	box-sizing: border-box;
	width:70%;
	padding: 0.3em;
	padding-left: 15px;
	border: 1px solid #1b2538;
	border-radius: 4px;
	outline: none;
}
.ipt_txt input[type='submit'], input[type='button'] {
  font-family: 'noto sans JP',sans-serif;
  color : rgb(255, 255, 255);
  font-weight:   700;
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #1471c7;/*ボタン色*/
  border : 0px;
  border-bottom: solid 4px #13161d;
  border-radius: 20px;
}

.ipt_txt textarea {
	font: 15px/24px sans-serif;
	box-sizing: border-box;
	width: 70%;
	padding: 0.3em;
	padding-left: 15px;
	border: 1px solid #1b2538;
	border-radius: 4px;
	outline: none;
}
.ipt_txt i {
	position: absolute;
	top: 0;
	left: 0;
	padding: 9px 5px;
	color: red;
}

table, th, td {
  border-collapse: collapse;
  border: 1px solid #ccc;
  line-height: 1.5;
  margin: 30px;
}
.ipt_txt2 {
	position: relative;
	margin: 10px 3%;
}
.ipt_txt2 input[type='text'] {
	font: 15px/24px sans-serif;
	box-sizing: border-box;
	width:100px;
	padding: 0.3em;
	padding-left: 15px;
	border: 1px solid #1b2538;
	border-radius: 4px;
	outline: none;
}
table.t1 th {
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  background: #3f3f3f;
  color: #ffffff;
}
table.t1 th a{
  font-weight: bold;
  color: #ffcc11;
}
table.t1 th a:hover{
  color: #ffffff;
}
table.t1 td {
   padding: 10px;
  vertical-align: top;
}
table.tri {
  width:100%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0px 10px;
  font-size: 1rem;
  }
  
  table.tri th,
  table.tri td {
  padding: 10px;
  }
  
  table.tri th {
  background: #ac2301;
  vertical-align: middle;
  text-align: left;
  width: 150px;
  overflow: visible;
  position: relative;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  }
  
  table.tri th:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #ac2301;
  border-width: 10px;
  margin-top: -10px;
  }
  table.tri td {
    background: #f8f8f8;
    width: 720px;
    padding-left: 20px;
  }
  .pulldown {
    appearance: none; /* ① */
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #aaa; /* ② ここから */
    border-radius: 4px;
    padding: 5px 25px 5px 10px;
    font-size: 1.2rem;
    cursor: pointer; /* ② ここまで */
  }
.msr_pulldown_01 {
  padding-bottom: 20px;
  padding-left: 8px;
  position: relative;
	margin: 10px 3%;
}
.msr_pulldown_01 label {
  font-size: 14px;
  padding-bottom: 5px;
}
.msr_pulldown_01 select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(files/msr01_pulldown_btn01.png) no-repeat right;
  border: 1px solid #AAAAAA;
  box-shadow: 1px 1px 1px 1px #E1E1E1 inset;
  -moz-box-shadow: 1px 1px 1px 1px #E1E1E1 inset;
  -webkit-box-shadow: 1px 1px 1px 1px #E1E1E1 inset;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  cursor: pointer;
  text-indent: .01px;
  text-overflow: "";
  height: 25px;
  padding-left: 8px;
}
.message {
  position: relative;
}
.message span.remark {
  display: none;
}
.message a:hover span.remark {
  background: none repeat scroll 0 0 #EEFFEE;
  border: 1px solid #CCCCCC;
  color: #000000;
  display: block;
  line-height: 1.2em;
  margin: 0.5em;
  padding: 0.5em;
  position: absolute;
  top: 50px;
  width: 40em;
  z-index: 100;
}
