@charset "utf-8";
html {
  font-size: 62.5%;
}
body {
  font-size: 1.6em;
  margin: 0;
  padding: 0;
  font-family: Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka,
    メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
a:link {
  color: #023894;
  text-decoration: none;
}
a:active {
  color: #023894;
  text-decoration: none;
}
a:visited {
  color: #023894;
  text-decoration: none;
}
a:hover {
  color: #ff6600;
  text-decoration: underline;
}
.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
img {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
a img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover img {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.imgl {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.imgr {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}
form {
  margin: 0px;
  padding: 0px;
}
.clear {
  clear: both;
}
input {
  font-family: Arial, Helvetica, sans-serif;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
}
input[type='text'],
input[type='number'],
input[type='password'],
input[type='email'] {
  height: 30px;
  vertical-align: middle;
}
textarea {
  height: 200px;
  width: 99%;
}
input[type='radio'],
input[type='checkbox'] {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.checklist li input[type='checkbox'] {
  -webkit-transform: scale(3);
  transform: scale(3);
  margin-right: 12px;
}
input[type='submit'] {
  -webkit-appearance: none;
  border-radius: 0;
}
button {
  margin: 1px;
}

.formbutton {
  display: inline-block;
  border-radius: 3%; /* 角丸       */
  font-size: 25pt; /* 文字サイズ */
  text-align: center; /* 文字位置   */
  cursor: pointer; /* カーソル   */
  padding: 25px 53px; /* 余白       */
  background: #ff4d4d; /* 背景色     */
  color: #ffffff; /* 文字色     */
  line-height: 1em; /* 1行の高さ  */
  transition: 0.3s; /* なめらか変化 */
  border: 2px solid #ff4d4d; /* 枠の指定 */
}
.formbutton:hover {
  color: #ff4d4d; /* 背景色     */
  background: #ffffff; /* 文字色     */
}
select,
textarea {
  font-size: 16px;
}
.button_right {
  padding: 0px;
  margin: 0px;
  text-align: right;
}
.button_center {
  padding: 0px 0px 60px 0px;
  margin: 0px;
  text-align: center;
}
.page_back {
  text-align: center;
}
.page_back a {
  color: #fff;
  font-weight: normal;
}
.page_back .btn-border {
  display: inline-block;
  max-width: 180px;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  padding: 8px 16px;
  border-radius: 4px;
  transition: 0.4s;
  border-color: #626262;
  background-color: #626262;
}
.page_back .btn-border:hover {
  background-color: #f5f5f5;
  border-color: #626262;
  color: #626262;
}
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
}
#page-top a {
  text-decoration: none;
  width: 100px;
  padding: 0px;
  text-align: center;
  display: block;
  border-radius: 5px;
}
#page-top a:hover {
  text-decoration: none;
}
#top_login {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
}
#top_login .top_login_waku {
  padding: 20px;
  margin: 0px auto 0px auto;
  min-width: 300px;
}
#top_login .top_login_waku h1 {
  font-size: 2rem;
}
#top_login .top_login_waku .top_login_list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
#top_login .top_login_waku .top_login_list dt {
  font-size: 1.4rem;
  width: 30%;
  padding: 0%;
  margin: 0;
}
#top_login .top_login_waku .top_login_list dd {
  font-size: 1.4rem;
  width: 62%;
  padding: 0%;
  margin: 0;
}
#top_login .top_login_waku .top_login_select {
  padding: 0;
  margin: 0;
  text-align: right;
}
#top_login .top_login_waku .top_login_bt {
  padding: 0;
  margin: 0;
  text-align: right;
}
/*sp menu*/
.sp_head_area {
  display: none;
}
.sp_head_area {
}
.sp_head_area #header_sp {
  margin: 0px;
  padding-top: 10px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
.sp_head_area #header_sp h1 {
  text-align: center;
  margin: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
}
.sp_head_area #header_sp p {
  font-size: 12px;
  margin: 0px;
  text-align: center;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  color: #ec8026;
}
.sp_head_area #menu {
  width: 98%;
  background: #fff;
  display: none;
  top: 46px;
  z-index: 9999;
  border-top-width: 10px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: #ec8026;
  border-bottom-width: 10px;
  border-bottom-color: #ed7e22;
  margin: 0px;
  padding-top: 0%;
  padding-right: 1%;
  padding-bottom: 1%;
  padding-left: 1%;
  position: relative;
}
.sp_head_area #menu h1 {
  text-align: center;
}
.sp_head_area #menu #gmenu_sp {
  margin: 10px;
  padding: 0px;
  border-top-width: 1px;
  border-top-style: dotted;
  border-top-color: #ef7d1d;
}
.sp_head_area #menu #gmenu_sp li {
  font-size: 14px;
  margin: 0px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #e9832e;
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
  list-style-type: none;
}
#button {
  width: 46px;
  height: 46px;
  display: block;
  position: absolute;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
}
#button span {
  width: 24px;
  height: 2px;
  display: block;
  background: #696969;
  position: absolute;
  left: 9px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}
#button span:first-child {
  top: 15px;
}
#button span:nth-child(2) {
  margin-top: -1px;
  top: 50%;
}
#button span:last-child {
  bottom: 15px;
}
header {
  padding: 0px;
  width: 1000px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}
header #header {
  padding: 10px;
  margin: 0px;
}
header #header h1 {
  font-size: 1.6rem;
  padding: 0px;
  margin: 0px;
  text-align: center;
}

#contents {
  max-width: 1000px;
  padding: 0px;
  margin: 0px auto 0px auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#contents .menu {
  width: 21%;
  padding: 2%;
  margin: 0px;
  border: #ccc solid 1px;
  background-color: #f7f7f7;
}
#contents .menu p {
  font-size: 1.4rem;
  padding: 0px;
  margin: 0px 0px 10px 0px;
}
#contents .menu .logout_bt {
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 10px 0px;
  border-bottom: #000 dotted 1px;
}

#contents .menu h2 {
  font-size: 1.6rem;
  margin: 0px 0px 10px 0px;
  padding: 10px 0px 3px 0px;
  border-bottom: #000 dotted 1px;
}
#contents .menu .menu0 {
  padding: 10px 10px 10px 10px;
  margin: 0px 0px 10px 0px;
  border-top: #000 dotted 1px;
  border-bottom: #000 dotted 1px;
}
#contents .menu .menu0 li {
  list-style-type: none;
  padding: 0px;
  margin: 0px 0px 1px 0px;
}
#contents .menu .menu1 {
  padding: 0px 10px 10px 10px;
  margin: 0px;
}
#contents .menu .menu1 li {
  list-style-type: none;
  padding: 0px;
  margin: 0px 0px 1px 0px;
}
#contents .menu .menu1 .menu a {
  display: block;
  padding: 0px;
  text-decoration: none;
  color: #000;
}
#contents .menu .menu1 label {
  display: block;
  margin: 0px;
  padding: 0;
  cursor: pointer;
}
#contents .menu .menu1 input {
  display: none;
}
#contents .menu .menu1 ul {
  margin: 0px 0px 6px 0px;
  padding: 0;
  list-style: none;
  background-color: #fff;
  border-radius: 6px;
}
#contents .menu .menu1 ul li {
  font-size: 1.4rem;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding: 0px;
  margin: 0px;
}
#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li,
#menu_bar03:checked ~ #links03 li,
#menu_bar04:checked ~ #links04 li,
#menu_bar05:checked ~ #links05 li,
#menu_bar06:checked ~ #links06 li,
#menu_bar07:checked ~ #links07 li,
#menu_bar08:checked ~ #links08 li,
#menu_bar09:checked ~ #links09 li,
#menu_bar10:checked ~ #links10 li,
#menu_bar11:checked ~ #links11 li,
#menu_bar12:checked ~ #links12 li,
#menu_bar13:checked ~ #links13 li,
#menu_bar14:checked ~ #links14 li {
  height: 24px;
  opacity: 1;
  padding: 3px 10px 3px 10px;
  margin: 0px;
}

#contents .cont {
  width: 69%;
  padding: 2%;
  margin: 0px;
  border: #ccc solid 1px;
}
#contents .cont h3 {
  font-size: 1.6rem;
  padding: 0px 0px 10px 0px;
  margin: 0px 0px 16px 0px;
  border-bottom: #000 solid 1px;
}
#contents .cont h4 {
  font-size: 1.4rem;
  padding: 5px 16px 5px 16px;
  margin: 0px 0px 16px 0px;
  background-color: #f7f7f7;
}
#contents .cont h6 {
  font-size: 1.6rem;
  padding: 10px 0px 10px 0px;
  margin: 0px;
}
#contents .cont .page_navi {
  padding: 6px 10px 6px 10px;
  margin: 10px 0px 10px 0px;
  text-align: center;
  background-color: #f7f7f7;
}
#contents .cont .page_navi li {
  list-style-type: none;
  display: inline-block;
  margin: 0px 5px 0px 5px;
}
#contents .cont .checklist {
  max-width: 320px;
  margin: 0px auto 0px auto;
  padding: 30px;
}
#contents .cont .checklist li {
  list-style-type: none;
  margin: 10px 0px 10px 0px;
  font-size: 2rem;
}
#contents .cont .list1 {
  padding: 0px;
  margin: 0px;
  display: block;
}
#contents .cont .list1 li {
  list-style-type: none;
  display: inline-block;
  margin: 0px 10px 5px 0px;
}
#contents .cont .photo_list {
  padding: 10px;
  margin: 0px;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}
#contents .cont .photo_list li {
  width: 30%;
  list-style-type: none;
  margin: 0px 0px 15px 0px;
  text-align: center;
}
#contents .cont .photo_list li img {
  margin: 0px 0px 3px 0px;
  width: 26%;
}
#contents .cont .sys_top_list {
  padding: 0px;
  margin: 0px 0px 20px 0px;
}
#contents .cont .sys_top_list table {
  font-size: 1.4rem;
  border-top: #ccc solid 1px;
  border-left: #ccc solid 1px;
  margin: 0px 0px 10px 0px;
}
#contents .cont .sys_top_list th {
  border-bottom: #ccc solid 1px;
  border-right: #ccc solid 1px;
  padding: 6px;
  margin: 0px;
  background-color: #f7f7f7;
}
#contents .cont .sys_top_list td {
  border-bottom: #ccc solid 1px;
  border-right: #ccc solid 1px;
  padding: 6px;
  margin: 0px;
}
.cont .sys_top_list tr td:nth-of-type(1) {
  width: 12%;
  text-align: center;
}
#contents .cont .sys_top_list tr td:nth-of-type(2) {
}
#contents .cont .sys_top_list tr td:nth-of-type(3) {
  width: 20%;
  text-align: center;
}
#contents .cont .sys_top_list tr td:nth-of-type(4) {
  width: 25%;
  text-align: right;
}
#contents .cont .sys_top_list2 {
  padding: 0px;
  margin: 0px 0px 20px 0px;
}
#contents .cont .sys_top_list2 table {
  font-size: 1.4rem;
  border-top: #ccc solid 1px;
  border-left: #ccc solid 1px;
  margin: 0px 0px 10px 0px;
}
#contents .cont .sys_top_list2 th {
  border-bottom: #ccc solid 1px;
  border-right: #ccc solid 1px;
  padding: 6px;
  margin: 0px;
  background-color: #f7f7f7;
  text-align: left;
}
#contents .cont .sys_top_list2 td {
  border-bottom: #ccc solid 1px;
  border-right: #ccc solid 1px;
  padding: 6px;
  margin: 0px;
}
#contents .cont .sys_top_list2 tr th:nth-of-type(1) {
  width: 25%;
}
#contents .cont .sys_top_list2 tr td:nth-of-type(2) {
}
#contents .cont .sys_top_list2 tr td input[type='text'],
#contents .cont .sys_top_list2 tr td input[type='password'],
#contents .cont .sys_top_list2 tr td input[type='email'] {
  width: 100%;
}
#contents .cont .sys_top_list3 {
  padding: 0px;
  margin: 0px 0px 20px 0px;
}
#contents .cont .sys_top_list3 table {
  font-size: 1.4rem;
  border-top: #ccc solid 1px;
  border-left: #ccc solid 1px;
  margin: 0px 0px 10px 0px;
}
#contents .cont .sys_top_list3 th {
  border-bottom: #ccc solid 1px;
  border-right: #ccc solid 1px;
  padding: 6px;
  margin: 0px;
  background-color: #f7f7f7;
}
#contents .cont .sys_top_list3 td {
  border-bottom: #ccc solid 1px;
  border-right: #ccc solid 1px;
  padding: 6px;
  margin: 0px;
}
#contents .cont .sys_top_list3 td input {
  width: 100%;
}
#contents .cont .sys_top_list3 tr td:nth-of-type(1) {
  width: 12%;
}
#contents .cont .sys_top_list3 tr td:nth-of-type(2) {
}
#contents .cont .sys_top_list3 tr td:nth-of-type(3) {
}
#contents .cont .sys_top_list3 tr td:nth-of-type(4) {
}
#contents .cont .sys_top_list3 tr td:nth-of-type(5) {
  width: 15%;
}
#contents .cont .sys_top_list4 {
  padding: 0px;
  margin: 0px 0px 20px 0px;
}
#contents .cont .sys_top_list4 table {
  font-size: 1.4rem;
  border-top: #ccc solid 1px;
  border-left: #ccc solid 1px;
  margin: 0px 0px 10px 0px;
}
#contents .cont .sys_top_list4 th {
  border-bottom: #ccc solid 1px;
  border-right: #ccc solid 1px;
  padding: 6px;
  margin: 0px;
  background-color: #f7f7f7;
  text-align: left;
}
#contents .cont .sys_top_list4 td {
  border-bottom: #ccc solid 1px;
  border-right: #ccc solid 1px;
  padding: 6px;
  margin: 0px;
  text-align: left !important;
}
#contents .cont .sys_top_list4 td label {
  text-align: left !important;
}
#contents .cont .sys_top_list4 td input[type='text'],
#contents .cont .sys_top_list4 td input[type='email'],
#contents .cont .sys_top_list4 td input[type='password'] {
  width: 100%;
  height: 30px;
  vertical-align: middle;
}
#contents .cont .sys_top_list4 tr th:nth-of-type(1) {
  width: 26%;
}
#contents .cont .sys_top_list4 tr td:nth-of-type(2) {
  text-align: left !important;
}
#contents .cont .sys_top_list5 {
  padding: 0px;
  margin: 0px 0px 20px 0px;
}
#contents .cont .sys_top_list5 table {
  font-size: 1.4rem;
  border-top: #ccc solid 1px;
  border-left: #ccc solid 1px;
  margin: 0px 0px 10px 0px;
}
#contents .cont .sys_top_list5 th {
  border-bottom: #ccc solid 1px;
  border-right: #ccc solid 1px;
  padding: 6px;
  margin: 0px;
  background-color: #f7f7f7;
}
#contents .cont .sys_top_list5 td {
  border-bottom: #ccc solid 1px;
  border-right: #ccc solid 1px;
  padding: 6px;
  margin: 0px;
}
#contents .cont .sys_top_list5 td input {
  width: 100%;
}
#contents .cont .sys_top_list5 tr td:nth-of-type(1) {
  width: 10%;
  text-align: center;
}
#contents .cont .sys_top_list5 tr td:nth-of-type(2) {
  width: 13%;
  text-align: center;
}
#contents .cont .sys_top_list5 tr td:nth-of-type(3) {
}
#contents .cont .sys_top_list5 tr td:nth-of-type(4) {
}
#contents .cont .sys_top_list5 tr td:nth-of-type(5) {
  width: 15%;
}
#contents .cont .sys_top_list6 {
  padding: 0px;
  margin: 0px 0px 20px 0px;
}
#contents .cont .sys_top_list6 table {
  font-size: 1.4rem;
  border-top: #ccc solid 1px;
  border-left: #ccc solid 1px;
  margin: 0px 0px 10px 0px;
}
#contents .cont .sys_top_list6 th {
  border-bottom: #ccc solid 1px;
  border-right: #ccc solid 1px;
  padding: 6px;
  margin: 0px;
  background-color: #f7f7f7;
}
#contents .cont .sys_top_list6 td {
  border-bottom: #ccc solid 1px;
  border-right: #ccc solid 1px;
  padding: 6px;
  margin: 0px;
}
#contents .cont .sys_top_list6 td input {
  width: 100%;
}
#contents .cont .sys_top_list6 tr td:nth-of-type(1) {
  width: 10%;
  text-align: center;
}
#contents .cont .sys_top_list6 tr td:nth-of-type(2) {
  width: 13%;
  text-align: center;
}
#contents .cont .sys_top_list6 tr td:nth-of-type(3) {
}
#contents .cont .sys_top_list6 tr td:nth-of-type(4) {
}
#contents .cont .sys_top_list6 tr td:nth-of-type(5) {
}
#contents .cont .sys_top_list6 tr td:nth-of-type(6) {
  width: 15%;
}
#contents .cont .sys_top_list7 {
  padding: 0px;
  margin: 0px 0px 20px 0px;
}
#contents .cont .sys_top_list7 table {
  font-size: 1.4rem;
  border-top: #ccc solid 1px;
  border-left: #ccc solid 1px;
  margin: 0px 0px 10px 0px;
}
#contents .cont .sys_top_list7 th {
  border-bottom: #ccc solid 1px;
  border-right: #ccc solid 1px;
  padding: 6px;
  margin: 0px;
  background-color: #f7f7f7;
}
#contents .cont .sys_top_list7 td {
  border-bottom: #ccc solid 1px;
  border-right: #ccc solid 1px;
  padding: 6px;
  margin: 0px;
}
#contents .cont .sys_top_list7 td input[type='text'] {
  width: 100%;
}
#contents .cont .sys_top_list7 tr td:nth-of-type(1) {
  width: 9%;
  text-align: center;
}
#contents .cont .sys_top_list7 tr td:nth-of-type(2) {
  width: 13%;
  text-align: center;
}
#contents .cont .sys_top_list7 tr td:nth-of-type(3) {
}
#contents .cont .sys_top_list7 tr td:nth-of-type(4) {
}
#contents .cont .sys_top_list7 tr td:nth-of-type(5) {
  width: 8%;
  text-align: center;
}
#contents .cont .sys_top_list7 tr td:nth-of-type(6) {
  text-align: center;
}
#contents .cont .sys_top_list7 tr td:nth-of-type(7) {
  width: 8%;
  text-align: center;
}
#contents .cont .sys_top_list7 tr td:nth-of-type(8) {
  width: 15%;
}
#contents .cont .sys_top_list8 {
  padding: 0px;
  margin: 0px 0px 20px 0px;
}
#contents .cont .sys_top_list8 table {
  font-size: 1.4rem;
  border-top: #ccc solid 1px;
  border-left: #ccc solid 1px;
  margin: 0px 0px 10px 0px;
}
#contents .cont .sys_top_list8 th {
  border-bottom: #ccc solid 1px;
  border-right: #ccc solid 1px;
  padding: 6px;
  margin: 0px;
  background-color: #f7f7f7;
}
#contents .cont .sys_top_list8 td {
  border-bottom: #ccc solid 1px;
  border-right: #ccc solid 1px;
  padding: 6px;
  margin: 0px;
}
#contents .cont .sys_top_list8 td input[text] {
  width: 100%;
}
#contents .cont .sys_top_list8 tr td:nth-of-type(1) {
  width: 9%;
  text-align: center;
}
#contents .cont .sys_top_list8 tr td:nth-of-type(2) {
  width: 14%;
  text-align: center;
}
#contents .cont .sys_top_list8 tr td:nth-of-type(3) {
}
#contents .cont .sys_top_list8 tr td:nth-of-type(4) {
}
#contents .cont .sys_top_list8 tr td:nth-of-type(5) {
  width: 12%;
}
#contents .cont .sys_top_list8 tr td:nth-of-type(6) {
  width: 9%;
  text-align: center;
}
#contents .cont .sys_top_list9 {
  padding: 0px;
  margin: 0px 0px 20px 0px;
}
#contents .cont .sys_top_list9 table {
  font-size: 1.4rem;
  border-top: #ccc solid 1px;
  border-left: #ccc solid 1px;
  margin: 0px 0px 10px 0px;
}
#contents .cont .sys_top_list9 th {
  border-bottom: #ccc solid 1px;
  border-right: #ccc solid 1px;
  padding: 6px;
  margin: 0px;
  background-color: #f7f7f7;
}
#contents .cont .sys_top_list9 td {
  border-bottom: #ccc solid 1px;
  border-right: #ccc solid 1px;
  padding: 6px;
  margin: 0px;
}
#contents .cont .sys_top_list9 td input[text] {
  width: 100%;
}
#contents .cont .sys_top_list9 tr td:nth-of-type(1) {
  width: 9%;
  text-align: center;
}
#contents .cont .sys_top_list9 tr td:nth-of-type(2) {
  width: 14%;
  text-align: center;
}
#contents .cont .sys_top_list9 tr td:nth-of-type(3) {
  width: 12%;
  text-align: center;
}
#contents .cont .sys_top_list9 tr td:nth-of-type(4) {
  width: 9%;
  text-align: center;
}
#contents .cont .sys_top_list10 {
  padding: 0px;
  margin: 0px 0px 20px 0px;
}
#contents .cont .sys_top_list10 table {
  font-size: 1.4rem;
  border-top: #ccc solid 1px;
  border-left: #ccc solid 1px;
  margin: 0px 0px 10px 0px;
}
#contents .cont .sys_top_list10 th {
  border-bottom: #ccc solid 1px;
  border-right: #ccc solid 1px;
  padding: 6px;
  margin: 0px;
  background-color: #f7f7f7;
}
#contents .cont .sys_top_list10 td {
  border-bottom: #ccc solid 1px;
  border-right: #ccc solid 1px;
  padding: 6px;
  margin: 0px;
}
#contents .cont .sys_top_list10 td input {
  width: 100%;
}
#contents .cont .sys_top_list10 tr td:nth-of-type(1) {
}
#contents .cont .sys_top_list10 tr td:nth-of-type(2) {
  width: 16%;
  text-align: center;
}
#contents .cont .sys_top_list11 {
  padding: 0px;
  margin: 0px 0px 20px 0px;
}
#contents .cont .sys_top_list11 table {
  font-size: 1.4rem;
  border-top: #ccc solid 1px;
  border-left: #ccc solid 1px;
  margin: 0px 0px 10px 0px;
}
#contents .cont .sys_top_list11 th {
  border-bottom: #ccc solid 1px;
  border-right: #ccc solid 1px;
  padding: 6px;
  margin: 0px;
  background-color: #f7f7f7;
}
#contents .cont .sys_top_list11 td {
  border-bottom: #ccc solid 1px;
  border-right: #ccc solid 1px;
  padding: 6px;
  margin: 0px;
}
#contents .cont .sys_top_list11 td input[text] {
  width: 100%;
}
#contents .cont .sys_top_list11 tr td:nth-of-type(1) {
  width: 9%;
  text-align: center;
}
#contents .cont .sys_top_list11 tr td:nth-of-type(2) {
  width: 14%;
  text-align: center;
}
#contents .cont .sys_top_list11 tr td:nth-of-type(3) {
}
#contents .cont .sys_top_list11 tr td:nth-of-type(4) {
  width: 9%;
  text-align: center;
}
#contents .cont .sys_top_list12 {
  padding: 0px;
  margin: 0px 0px 20px 0px;
}
#contents .cont .sys_top_list12 table {
  font-size: 1.4rem;
  border-top: #ccc solid 1px;
  border-left: #ccc solid 1px;
  margin: 0px 0px 10px 0px;
}
#contents .cont .sys_top_list12 th {
  border-bottom: #ccc solid 1px;
  border-right: #ccc solid 1px;
  padding: 6px;
  margin: 0px;
  background-color: #f7f7f7;
}
#contents .cont .sys_top_list12 td {
  border-bottom: #ccc solid 1px;
  border-right: #ccc solid 1px;
  padding: 6px;
  margin: 0px;
}
#contents .cont .sys_top_list12 td input[text] {
  width: 100%;
}
#contents .cont .sys_top_list12 tr td:nth-of-type(1) {
  width: 9%;
  text-align: center;
}
#contents .cont .sys_top_list12 tr td:nth-of-type(2) {
  width: 11%;
  text-align: center;
}
#contents .cont .sys_top_list12 tr td:nth-of-type(3) {
  text-align: center;
}
#contents .cont .sys_top_list12 tr td:nth-of-type(4) {
}
#contents .cont .sys_top_list12 tr td:nth-of-type(5) {
  width: 16%;
  text-align: center;
}
#contents .cont .sys_top_list12 tr td:nth-of-type(6) {
  width: 9%;
  text-align: center;
}
#contents .cont .sys_top_list13 {
  padding: 0px;
  margin: 0px 0px 20px 0px;
}
#contents .cont .sys_top_list13 table {
  font-size: 1.4rem;
  border-top: #ccc solid 1px;
  border-left: #ccc solid 1px;
  margin: 0px 0px 10px 0px;
}
#contents .cont .sys_top_list13 th {
  border-bottom: #ccc solid 1px;
  border-right: #ccc solid 1px;
  padding: 6px;
  margin: 0px;
  background-color: #f7f7f7;
}
#contents .cont .sys_top_list13 td {
  border-bottom: #ccc solid 1px;
  border-right: #ccc solid 1px;
  padding: 6px;
  margin: 0px;
}
#contents .cont .sys_top_list13 td input[text] {
  width: 100%;
}
#contents .cont .sys_top_list13 tr td:nth-of-type(1) {
  width: 3%;
  text-align: center;
}
#contents .cont .sys_top_list13 tr td:nth-of-type(2) {
  width: 9%;
  text-align: center;
}
#contents .cont .sys_top_list13 tr td:nth-of-type(3) {
  width: 9%;
  text-align: center;
}
#contents .cont .sys_top_list13 tr td:nth-of-type(4) {
  width: 9%;
  text-align: center;
}
#contents .cont .sys_top_list13 tr td:nth-of-type(5) {
  width: 16%;
  text-align: center;
}
#contents .cont .sys_top_list13 tr td:nth-of-type(6) {
  width: 3%;
  text-align: center;
}
#contents .cont .sys_top_list14 {
  padding: 0px;
  margin: 0px 0px 20px 0px;
}
#contents .cont .sys_top_list14 table {
  font-size: 1.4rem;
  border-top: #ccc solid 1px;
  border-left: #ccc solid 1px;
  margin: 0px 0px 10px 0px;
}
#contents .cont .sys_top_list14 th {
  border-bottom: #ccc solid 1px;
  border-right: #ccc solid 1px;
  padding: 6px;
  margin: 0px;
  background-color: #f7f7f7;
}
#contents .cont .sys_top_list14 td {
  border-bottom: #ccc solid 1px;
  border-right: #ccc solid 1px;
  padding: 6px;
  margin: 0px;
}
#contents .cont .sys_top_list14 td input[text] {
  width: 100%;
}
#contents .cont .sys_top_list14 tr td:nth-of-type(1) {
  width: 10%;
  text-align: center;
}
#contents .cont .sys_top_list14 tr td:nth-of-type(2) {
}
#contents .cont .sys_top_list14 tr td:nth-of-type(3) {
  width: 10%;
  text-align: center;
}
#contents .cont .sys_top_list15 {
  padding: 0px;
  margin: 0px 0px 20px 0px;
}
#contents .cont .sys_top_list15 table {
  font-size: 1.4rem;
  border-top: #ccc solid 1px;
  border-left: #ccc solid 1px;
  margin: 0px 0px 10px 0px;
}
#contents .cont .sys_top_list15 th {
  border-bottom: #ccc solid 1px;
  border-right: #ccc solid 1px;
  padding: 6px;
  margin: 0px;
  background-color: #f7f7f7;
}
#contents .cont .sys_top_list15 td {
  border-bottom: #ccc solid 1px;
  border-right: #ccc solid 1px;
  padding: 6px;
  margin: 0px;
}
#contents .cont .sys_top_list15 td input[text] {
  width: 100%;
}
#contents .cont .sys_top_list15 tr td:nth-of-type(1) {
  width: 9%;
  text-align: center;
}
#contents .cont .sys_top_list15 tr td:nth-of-type(2) {
  width: 9%;
  text-align: center;
}
#contents .cont .sys_top_list15 tr td:nth-of-type(3) {
  width: 15%;
  text-align: center;
}
#contents .cont .sys_top_list15 tr td:nth-of-type(4) {
}
#contents .cont .sys_top_list15 tr td:nth-of-type(5) {
  width: 12%;
  text-align: center;
}
#contents .cont .sys_top_list15 tr td:nth-of-type(6) {
  width: 20%;
  text-align: center;
}
#contents .cont .sys_top_list15 tr td:nth-of-type(7) {
  width: 9%;
  text-align: center;
}
#contents .cont .sys_top_list16 {
  padding: 0px;
  margin: 0px 0px 20px 0px;
}
#contents .cont .sys_top_list16 table {
  font-size: 1.4rem;
  border-top: #ccc solid 1px;
  border-left: #ccc solid 1px;
  margin: 0px 0px 10px 0px;
}
#contents .cont .sys_top_list16 th {
  border-bottom: #ccc solid 1px;
  border-right: #ccc solid 1px;
  padding: 6px;
  margin: 0px;
  background-color: #f7f7f7;
}
#contents .cont .sys_top_list16 td {
  border-bottom: #ccc solid 1px;
  border-right: #ccc solid 1px;
  padding: 6px;
  margin: 0px;
}
#contents .cont .sys_top_list16 td input[text] {
  width: 100%;
}
#contents .cont .sys_top_list16 tr th:nth-of-type(1) {
  width: 20%;
  text-align: left;
}
#contents .cont .sys_top_list16 tr td:nth-of-type(2) {
}
#contents .cont .sys_top_list17 {
  padding: 0px;
  margin: 0px 0px 20px 0px;
}
#contents .cont .sys_top_list17 table {
  font-size: 1.4rem;
  border-top: #ccc solid 1px;
  border-left: #ccc solid 1px;
  margin: 0px 0px 10px 0px;
}
#contents .cont .sys_top_list17 th {
  border-bottom: #ccc solid 1px;
  border-right: #ccc solid 1px;
  padding: 6px;
  margin: 0px;
  background-color: #f7f7f7;
}
#contents .cont .sys_top_list17 td {
  border-bottom: #ccc solid 1px;
  border-right: #ccc solid 1px;
  padding: 6px;
  margin: 0px;
}
#contents .cont .sys_top_list17 td input[text] {
  width: 100%;
}
#contents .cont .sys_top_list17 tr td:nth-of-type(1) {
  width: 9%;
  text-align: center;
}
#contents .cont .sys_top_list17 tr td:nth-of-type(2) {
}
#contents .cont .sys_top_list17 tr td:nth-of-type(3) {
}
#contents .cont .sys_top_list17 tr td:nth-of-type(4) {
  width: 9%;
  text-align: center;
}
#contents .cont .sys_top_list18 {
  padding: 0px;
  margin: 0px 0px 20px 0px;
}
#contents .cont .sys_top_list18 table {
  font-size: 1.4rem;
  border-top: #ccc solid 1px;
  border-left: #ccc solid 1px;
  margin: 0px 0px 10px 0px;
}
#contents .cont .sys_top_list18 th {
  border-bottom: #ccc solid 1px;
  border-right: #ccc solid 1px;
  padding: 6px;
  margin: 0px;
  background-color: #f7f7f7;
}
#contents .cont .sys_top_list18 td {
  border-bottom: #ccc solid 1px;
  border-right: #ccc solid 1px;
  padding: 6px;
  margin: 0px;
}
#contents .cont .sys_top_list18 td input[text] {
  width: 100%;
}
#contents .cont .sys_top_list18 tr td:nth-of-type(1) {
  width: 9%;
  text-align: center;
}
#contents .cont .sys_top_list18 tr td:nth-of-type(2) {
  width: 9%;
  text-align: center;
}
#contents .cont .sys_top_list18 tr td:nth-of-type(3) {
  text-align: center;
}
#contents .cont .sys_top_list18 tr td:nth-of-type(4) {
  width: 8%;
  text-align: center;
}
#contents .cont .sys_top_list18 tr td:nth-of-type(5) {
  width: 7%;
  text-align: center;
}
#contents .cont .sys_top_list18 tr td:nth-of-type(6) {
}
#contents .cont .sys_top_list18 tr td:nth-of-type(7) {
  text-align: center;
}
#contents .cont .sys_top_list18 tr td:nth-of-type(8) {
  text-align: center;
}
#contents .cont .sys_top_list18 tr td:nth-of-type(9) {
  width: 16%;
  text-align: center;
}
#contents .cont .sys_top_list19 {
  padding: 0px;
  margin: 0px 0px 20px 0px;
}
#contents .cont .sys_top_list19 table {
  font-size: 1.4rem;
  border-top: #ccc solid 1px;
  border-left: #ccc solid 1px;
  margin: 0px 0px 10px 0px;
}
#contents .cont .sys_top_list19 th {
  border-bottom: #ccc solid 1px;
  border-right: #ccc solid 1px;
  padding: 6px;
  margin: 0px;
  background-color: #f7f7f7;
}
#contents .cont .sys_top_list19 td {
  border-bottom: #ccc solid 1px;
  border-right: #ccc solid 1px;
  padding: 6px;
  margin: 0px;
}

#contents .cont .sys_top_list19 td input[text] {
  width: 100%;
}
#contents .cont .sys_top_list19 tr td:nth-of-type(1) {
  width: 9%;
  text-align: center;
}
#contents .cont .sys_top_list19 tr td:nth-of-type(2) {
  text-align: center;
}
#contents .cont .sys_top_list19 tr td:nth-of-type(3) {
  width: 8%;
  text-align: center;
}
#contents .cont .sys_top_list19 tr td:nth-of-type(4) {
  width: 7%;
  text-align: center;
}
#contents .cont .sys_top_list19 tr td:nth-of-type(5) {
}
#contents .cont .sys_top_list19 tr td:nth-of-type(6) {
  text-align: center;
}
#contents .cont .sys_top_list19 tr td:nth-of-type(7) {
  width: 9%;
  text-align: center;
}
#contents .cont .sys_top_list20 {
  padding: 0px;
  margin: 0px 0px 20px 0px;
}
#contents .cont .sys_top_list20 table {
  font-size: 1.4rem;
  border-top: #ccc solid 1px;
  border-left: #ccc solid 1px;
  margin: 0px 0px 10px 0px;
}
#contents .cont .sys_top_list20 th {
  font-size: 1.2rem;
  border-bottom: #ccc solid 1px;
  border-right: #ccc solid 1px;
  padding: 6px;
  margin: 0px;
  background-color: #f7f7f7;
}
#contents .cont .sys_top_list20 td {
  font-size: 1.2rem;
  border-bottom: #ccc solid 1px;
  border-right: #ccc solid 1px;
  padding: 6px;
  margin: 0px;
}
#contents .cont .sys_top_list20 td input[text] {
  width: 100%;
}
#contents .cont .sys_top_list20 tr td:nth-of-type(1) {
  width: 9%;
  text-align: center;
}
#contents .cont .sys_top_list20 tr td:nth-of-type(2) {
  width: 9%;
  text-align: center;
}
#contents .cont .sys_top_list20 tr td:nth-of-type(3) {
  width: 13%;
  text-align: center;
}
#contents .cont .sys_top_list20 tr td:nth-of-type(4) {
  width: 13%;
  text-align: center;
}
#contents .cont .sys_top_list20 tr td:nth-of-type(5) {
  width: 7%;
  text-align: center;
}
#contents .cont .sys_top_list20 tr td:nth-of-type(6) {
  width: 11%;
  text-align: center;
}
#contents .cont .sys_top_list20 tr td:nth-of-type(7) {
  width: 8%;
  text-align: center;
}
#contents .cont .sys_top_list20 tr td:nth-of-type(8) {
  width: 11%;
  text-align: center;
}
#contents .cont .sys_top_list20 tr td:nth-of-type(9) {
  width: 9%;
  text-align: center;
}
#contents .cont .sys_top_list21 {
  padding: 0px;
  margin: 0px 0px 20px 0px;
}
#contents .cont .sys_top_list21 table {
  font-size: 1.4rem;
  border-top: #ccc solid 1px;
  border-left: #ccc solid 1px;
  margin: 0px 0px 10px 0px;
}
#contents .cont .sys_top_list21 th {
  font-size: 1.2rem;
  border-bottom: #ccc solid 1px;
  border-right: #ccc solid 1px;
  padding: 6px;
  margin: 0px;
  background-color: #f7f7f7;
}
#contents .cont .sys_top_list21 td {
  font-size: 1.2rem;
  border-bottom: #ccc solid 1px;
  border-right: #ccc solid 1px;
  padding: 6px;
  margin: 0px;
}
#contents .cont .sys_top_list21 td input[text] {
  width: 100%;
}
#contents .cont .sys_top_list21 tr td:nth-of-type(1) {
  width: 9%;
  text-align: center;
}
#contents .cont .sys_top_list21 tr td:nth-of-type(2) {
  width: 13%;
  text-align: center;
}
#contents .cont .sys_top_list21 tr td:nth-of-type(3) {
  width: 13%;
  text-align: center;
}
#contents .cont .sys_top_list21 tr td:nth-of-type(4) {
  width: 7%;
  text-align: center;
}
#contents .cont .sys_top_list21 tr td:nth-of-type(5) {
  width: 11%;
  text-align: center;
}
#contents .cont .sys_top_list21 tr td:nth-of-type(6) {
  width: 8%;
  text-align: center;
}
#contents .cont .sys_top_list21 tr td:nth-of-type(7) {
  width: 11%;
  text-align: center;
}
.tenponame {
  font-size: 14px;
}
.pdf {
  padding: 16px 0 32px 0;
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
}
.pdf li {
  list-style-type: none;
  margin: 0px 10px 0 10px;
  font-size: 12px;
}
.pdf li img {
  width: 50px;
}
