@charset "UTF-8";
/* ==================================================
Setting by CMS sheets
================================================== */
body,
input,
select,
button,
textarea {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
}

body #tmp_contents p em {
  font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
  font-size: 105%;
}

a {
  transition: 0.2s all ease-out;
}
a:link {
  color: #186bad;
}
a:hover, a:focus, a:active {
  color: #3c664a;
  text-decoration: underline;
}

body {
  color: #333;
  background-color: transparent;
}

#tmp_wrapper noscript > p {
  background-color: #fff;
  color: inherit;
}

/* Styles
================================================== */
/* text */
.txt_red {
  color: #c73d2f;
  /* Setting by CMS sheets */
}

.txt_green {
  color: #17701e;
  /* Setting by CMS sheets */
}

.txt_big {
  font-size: 130%;
  /* Setting by CMS sheets */
}

.txt_small {
  font-size: 86%;
  /* Setting by CMS sheets */
}

/* bgcolor */
td.bg_blue,
th.bg_blue {
  color: inherit;
  background-color: #e3f2f9;
  /* Setting by CMS sheets */
}

td.bg_green,
th.bg_green {
  color: inherit;
  background-color: #ddf4e2;
  /* Setting by CMS sheets */
}

td.bg_yellow,
th.bg_yellow {
  color: inherit;
  background-color: #fbf0e1;
  /* Setting by CMS sheets */
}

td.bg_red,
th.bg_red {
  color: inherit;
  background-color: #fbe8e9;
  /* Setting by CMS sheets */
}

/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* ==================================================
Base-Layout
================================================== */
/* header
================================================== */
#tmp_wrap_header {
  background-color: #d3ecc2;
  background-size: auto 100%;
  height: 150px;
}

#tmp_header {
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
}
#tmp_header #tmp_hlogo {
  position: relative;
  background-color: #ffffff;
  border: 2px solid #3c664a;
  border-radius: 35px;
  width: calc(100% - 120px);
  height: 70px;
  top: 25px;
  margin: 0 auto;
}
#tmp_header #tmp_hlogo::before, #tmp_header #tmp_hlogo::after {
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  content: "";
  display: inline-block;
}
#tmp_header #tmp_hlogo::before {
  background-image: url(/shared/images/layout/header_left.svg);
  width: 146px;
  height: 154px;
  left: -40px;
  top: -27px;
}
#tmp_header #tmp_hlogo::after {
  background-image: url(/shared/images/layout/header_right.svg);
  width: 165px;
  height: 155px;
  right: -40px;
  top: -27px;
}
#tmp_header #tmp_hlogo .kadai_rogo {
  position: absolute;
  margin: 15px 20px;
  width: 125px;
  height: auto;
}
#tmp_header #tmp_hlogo h1 {
  position: relative;
  margin: 0 auto;
  background: url(/shared/images/layout/header_logo.svg) top center no-repeat;
  background-size: cover;
  max-width: 220px;
  width: 36%;
  height: 20px;
  top: 22px;
  background-repeat: no-repeat;
  background-size: contain;
}
#tmp_header #tmp_hlogo h1 span {
  display: block;
  position: relative;
  z-index: -1;
  overflow: hidden;
  width: 220px;
  height: 20px;
}
#tmp_header #tmp_hlogo #translate_button {
  position: absolute;
  right: 20px;
  top: 20px;
  text-align: right;
  z-index: 1;
}
#tmp_header #tmp_hlogo #translate_button li {
  display: inline-block;
  margin: 0 0 5px 0;
}
#tmp_header #tmp_hlogo #translate_button li a {
  display: block;
  max-width: 80px;
  width: 10vw;
  text-decoration: none;
  padding: 0px;
  text-align: center;
  border-radius: 3px;
}
#tmp_header #tmp_hlogo #translate_button .japanese a {
  background-color: #3c664a;
  color: #fff;
  border: 2px solid #3c664a;
}
#tmp_header #tmp_hlogo #translate_button .english a {
  background-color: #fcf4da;
  color: #3c664a;
  border: 2px solid #3c664a;
}
#tmp_header #tmp_hlogo #translate_button a:hover {
  opacity: 0.8;
  cursor: pointer;
}
#tmp_header_action {
  margin-top: 35px;
}
#tmp_header_action ul {
  display: flex;
  justify-content: center;
  list-style: none;
}
#tmp_header_action ul li a {
  position: relative;
  display: block;
  background: #fff;
  color: #333;
  text-decoration: none;
  margin: 0 10px;
  font-size: 1rem;
  line-height: 1.2;
  padding: 5px 10px 5px 30px;
}
#tmp_header_action ul li a:hover, #tmp_header_action ul li a:focus, #tmp_header_action ul li a:active {
  opacity: 0.8;
}
#tmp_header_action ul li.notification .notification_num {
  position: absolute;
  display: inline-block;
  top: -2px;
  left: 5px;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #3c664a;
  border-radius: 50%;
  font-size: 0.75rem;
  line-height: 1;
  text-align: center;
  padding: 1px 0;
}
#tmp_header_action ul li.notification a:before {
  content: "";
  display: block;
  width: 28px;
  height: 32px;
  background: url(/shared/images/icon/alert_icon.png) center center no-repeat;
  background-size: cover;
  position: absolute;
  top: -2px;
  left: -10px;
}
#tmp_header_action ul li.logout a:before {
  content: "";
  display: block;
  width: 29px;
  height: 29px;
  background: url(/shared/images/icon/logout_icon.png) center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: -6px;
}

/* footer
================================================== */
#tmp_footer {
  position: relative;
  background-color: #def0d8;
}
#tmp_footer .fnavi {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  padding: 15px 20px;
  min-height: 59px;
}
#tmp_footer .fnavi li {
  margin-left: 10px;
}
#tmp_footer .fnavi li a {
  display: block;
  min-width: 140px;
  border-radius: 5px;
  background-color: #fff;
  color: #3c664a;
  padding: 3px 20px;
  text-decoration: none;
  text-align: center;
}
#tmp_footer .fnavi li a:hover, #tmp_footer .fnavi li a:focus, #tmp_footer .fnavi li a:active {
  background-color: #fcf4da;
}

.format_admin #tmp_footer:before {
  content: "";
  width: 136px;
  height: 118px;
  background: url(/shared/images/icon/footer_sattun.png) center center no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 20px;
}

.copyright {
  text-align: center;
  background-color: #3c664a;
  color: #fff;
  padding: 8px;
}

/* ==================================================
layout
================================================== */
#tmp_main {
  display: flex;
}

/* lnavi */
#tmp_lnavi {
  width: 270px;
  background-color: #fcf4da;
  padding: 20px 0;
  transition: 0.2s all ease-out;
  height: 100%;
}
#tmp_lnavi .open_menu {
  margin-bottom: 10px;
}
#tmp_lnavi .open_menu #open_menu_btn {
  position: relative;
  width: 100%;
  border: 1px solid #eac36a;
  background-color: #fff;
  text-align: center;
  padding: 4px 0;
  white-space: nowrap;
  overflow: hidden;
  transition: 0.3s all ease;
}
#tmp_lnavi .open_menu #open_menu_btn:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 33px;
  height: 100%;
  background-color: #eac36a;
}
#tmp_lnavi .open_menu #open_menu_btn:after {
  content: "";
  position: absolute;
  top: 9px;
  right: 5px;
  width: 14px;
  height: 14px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(45deg);
}
#tmp_lnavi .open_menu #open_menu_btn:hover, #tmp_lnavi .open_menu #open_menu_btn:focus, #tmp_lnavi .open_menu #open_menu_btn:active {
  opacity: 0.8;
}
#tmp_lnavi .login_user {
  background: url(/shared/images/layout/navi_head.png) center top no-repeat;
  padding: 18px 20px 5px;
  width: 270px;
  position: relative;
  transition: 0.2s all ease-out;
  left: 0;
}
#tmp_lnavi .login_user_ttl {
  border-top: 2px solid #3c664a;
  background: #e9f5e2;
  text-align: center;
  color: #3c664a;
}
#tmp_lnavi .login_user_cnt {
  border-bottom: 2px solid #3c664a;
  background: #fff;
  text-align: center;
}
#tmp_lnavi .lnavi {
  padding: 0 20px 0;
  width: 270px;
  position: relative;
  left: 0;
  transition: all 0.25s ease;
}
#tmp_lnavi .lnavi .lnavi_item {
  margin-bottom: 5px;
}
#tmp_lnavi .lnavi .lnavi_item .lnavi_open {
  border: none;
  background-color: #eac36a;
  border-radius: 5px;
  width: 100%;
  position: relative;
  padding: 5px 10px;
  text-align: left;
  transition: 0.3s opacity ease;
}
#tmp_lnavi .lnavi .lnavi_item .lnavi_open:hover, #tmp_lnavi .lnavi .lnavi_item .lnavi_open:focus, #tmp_lnavi .lnavi .lnavi_item .lnavi_open:active {
  opacity: 0.8;
}
#tmp_lnavi .lnavi .lnavi_item .lnavi_open:before {
  content: "";
  position: absolute;
  margin-top: -10px;
  top: 50%;
  right: 8px;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 3px;
}
#tmp_lnavi .lnavi .lnavi_item .lnavi_open:after {
  content: "";
  position: absolute;
  margin-top: -4px;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  transition: 0.2s max-height ease;
}
#tmp_lnavi .lnavi .lnavi_item ul {
  padding: 0;
  list-style: none;
  max-height: 0;
  transition: 0.1s all ease;
  overflow: hidden;
}
#tmp_lnavi .lnavi .lnavi_item ul li {
  padding-top: 5px;
}
#tmp_lnavi .lnavi .lnavi_item ul li a {
  text-decoration: none;
  color: #333;
  position: relative;
  padding: 0 0 0 22px;
}
#tmp_lnavi .lnavi .lnavi_item ul li a:before {
  content: "・";
  position: absolute;
  left: 10px;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  transition: all 0.2s ease;
}
#tmp_lnavi .lnavi .lnavi_item ul li a:hover, #tmp_lnavi .lnavi .lnavi_item ul li a:focus, #tmp_lnavi .lnavi .lnavi_item ul li a:active {
  text-decoration: underline;
}
#tmp_lnavi .lnavi .lnavi_item.open .lnavi_open:after {
  transform: rotate(45deg);
  margin-top: -6px;
  right: 14px;
}
#tmp_lnavi .lnavi .lnavi_item.open ul {
  transition: 1.2s max-height ease;
  max-height: 100vh;
}
#tmp_lnavi.close {
  width: 33px;
}
#tmp_lnavi.close .open_menu #open_menu_btn:after {
  transform: rotate(225deg);
  right: 11px;
}
#tmp_lnavi.close .login_user,
#tmp_lnavi.close .lnavi {
  opacity: 0;
  left: -270px;
  transition: all 0.2s ease;
}

/* col_main */
.col_main {
  padding: 30px;
  width: 100%;
  min-height: calc(100vh - 248.6px);
  transition: 0.3s all ease-out;
}

#tmp_lnavi + .col_main {
  width: calc(100% - 270px);
}

#tmp_lnavi.close + .col_main {
  width: calc(100% - 33px);
}

.topic {
  border-left: 3px solid #eac36a;
}

.login_U {
  color: #3c664a;
  font-weight: bold;
  background-color: #e9f5e2;
  border-top: solid #3c664a;
  margin-top: -2px;
}

.system_K {
  background-color: white;
  border-bottom: solid #3c664a;
  margin-bottom: 5px;
}

.page-link {
  left: 2px;
}

/* ==================================================
free
================================================== */
#tmp_contents h1 {
  border-bottom: 4px solid #3c664a;
  background-color: #e9f5e2;
  position: relative;
  text-align: center;
  padding: 10px 20px;
  color: #3c664a;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 20px;
}
#tmp_contents h1:after {
  content: "";
  border: 10px solid transparent;
  border-top-color: #3c664a;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -10px;
}
#tmp_contents h2 {
  font-weight: normal;
  background-color: #e9f5e2;
  border-left: 2px solid #3c664a;
  margin-bottom: 10px;
  font-size: 1rem;
  padding: 10px 20px;
}
#tmp_contents p {
  margin-bottom: 1em;
}
#tmp_contents ul {
  list-style: none;
}
#tmp_contents ul li {
  margin-bottom: 5px;
  padding-left: 20px;
  position: relative;
}
#tmp_contents ul li a {
  color: #3c664a;
  text-decoration: none;
}
#tmp_contents ul li a:hover, #tmp_contents ul li a:focus, #tmp_contents ul li a:active {
  text-decoration: underline;
}
#tmp_contents ol {
  margin: 0 0 1em 20px;
}
#tmp_contents ol li {
  margin-bottom: 5px;
}
#tmp_contents input[type=text],
#tmp_contents input[type=date],
#tmp_contents input[type=password],
#tmp_contents select {
  height: 40px;
  border: 1px solid #333;
  border-radius: 5px;
  padding: 5px;
}
#tmp_contents input[type=date] {
  width: 140px;
}
#tmp_contents input[type=date]::-webkit-calendar-picker-indicator {
  right: 0px;
  top: 2px;
  padding: 0;
  width: 25px;
  height: 25px;
  margin: 0px;
}

.func_btn {
  display: flex;
}
.func_btn li:before {
  display: none;
}
.func_btn li a {
  display: block;
  border: 2px solid #3c664a;
  width: 220px;
  border-radius: 5px;
  background-color: #3c664a;
  color: #fff !important;
  text-align: center;
  padding: 20px;
  font-weight: bold;
}
.func_btn li a:hover, .func_btn li a:focus, .func_btn li a:active {
  opacity: 0.8;
  text-decoration: none !important;
}
.func_btn li.list_back a {
  background-color: #e9f5e2;
  color: #3c664a !important;
}
.func_btn li.clear_btn a {
  background-color: #f4faf0;
  color: #3c664a !important;
}
.func_btn li.middle-btn a {
  width: 200px;
}

.class_name {
  display: flex;
}

.func_btn2 {
  list-style: none;
}
.func_btn2 li.list_back a {
  background-color: #e9f5e2;
  color: #3c664a !important;
}
.func_btn2 li a {
  display: block;
  border: 2px solid #3c664a;
  width: 120px;
  border-radius: 5px;
  background-color: #3c664a;
  color: #fff !important;
  text-align: center;
  padding: 10px;
  text-decoration: none !important;
}
.func_btn2 li a:hover, .func_btn2 li a:focus, .func_btn2 li a:active {
  opacity: 0.8;
  text-decoration: none !important;
}

li.list_back::before {
  display: none;
}

.func_btn3 {
  display: flex;
}
.func_btn3 li {
  list-style: none;
  margin: 5px auto;
}
.func_btn3 li:before {
  display: none;
}
.func_btn3 li a {
  display: block;
  border: 3px solid #eac36a;
  /* width: 230px; */
  /* height: 40px; */
  border-radius: 5px;
  background-color: #fff8ee;
  color: #000 !important;
  text-align: center;
  margin-bottom: 3%;
  padding: 4px 10px;
  Text-decoration: none;
}
.func_btn3 li a:hover, .func_btn3 li a:focus, .func_btn3 li a:active {
  opacity: 0.8;
}
.func_btn3 li a img {
  vertical-align: bottom;
}

.download_btn {
  border: 2px solid #eac36a;
  border-radius: 3px;
  background-color: #fdebd1;
  color: #000 !important;
  text-align: center;
  padding: 7px;
  /* line-height: 50px; */
  Text-decoration: none;
  /* width: 100% !important; */
  height: 40px;
  float: left;
  margin-right: 10px;
}
.download_btn:hover, .download_btn:focus, .download_btn:active {
  opacity: 0.8;
}

/* ==================================================
top
================================================== */
.top_notice {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 30px;
}
.top_notice .tab_menu {
  width: 49%;
}
.top_notice .tab_menu.bukyoku .tab_switch {
  border-bottom: 4px solid #3c664a;
  background-color: #e9f5e2;
}
.top_notice .tab_menu.bukyoku .tab_switch:after {
  border-top-color: #3c664a;
}
.top_notice .tab_switch {
  margin-bottom: 16px;
  border-bottom: 4px solid #eac36a;
  background-color: #fcf4da;
  position: relative;
  display: block;
  text-align: center;
  padding: 5px 20px;
  color: #333;
  text-decoration: none;
}
.top_notice .tab_switch:after {
  content: "";
  border: 10px solid transparent;
  border-top-color: #eac36a;
  position: absolute;
  bottom: -22px;
  left: 50%;
  margin-left: -10px;
}
.top_notice .tab_switch p {
  margin-bottom: 0 !important;
  font-weight: bold;
}
.top_notice .tab_cnt ul {
  border: 1px solid #9fa0a0;
  list-style: none;
  padding: 10px 20px;
}
.top_notice .tab_cnt ul li {
  border-bottom: 1px solid #9fa0a0;
  padding: 10px 0;
}
.top_notice .tab_cnt ul li::before {
  display: none;
}

/* ==================================================
list
================================================== */
.list_search {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.list_search .search_cond {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.list_search .search_cond_item {
  margin-right: 30px;
}
.list_search .search_submit button {
  width: 220px;
  height: 60px;
  border: 2px solid #3c664a;
  background-color: #3c664a;
  color: #fff;
  border-radius: 5px;
  transition: 0.2s all ease;
  font-weight: bold;
}
.list_search .search_submit button:hover, .list_search .search_submit button:focus, .list_search .search_submit button:active {
  opacity: 0.8;
}

.list {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
}
.list tr:nth-child(2n) {
  background-color: #f3f3f3;
}
.list th {
  background-color: #e9f5e2;
  color: #3c664a;
  padding: 5px 10px;
  text-align: center;
}
.list th a {
  position: relative;
  color: #3c664a;
  text-decoration: none;
}
.list th a:hover, .list th a:focus, .list th a:active {
  text-decoration: underline;
}
.list th a.asc:after {
  content: "";
  position: absolute;
  margin-top: -2px;
  top: 50%;
  right: -15px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #3c664a;
  border-right: 1px solid #3c664a;
  transform: rotate(-45deg);
}
.list th a.desc:after {
  content: "";
  position: absolute;
  margin-top: -6px;
  top: 50%;
  right: -15px;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #3c664a;
  border-right: 1px solid #3c664a;
  transform: rotate(45deg);
}
.list td {
  padding: 0 10px;
  text-align: center;
}
.list .list_action {
  width: 100px;
}
.list .list_action ul {
  display: flex;
}
.list .list_action ul li {
  padding: 0 0 0 5px !important;
}
.list .list_action ul li:before {
  display: none;
}
.list .list_action ul li a {
  display: inline-block;
  padding: 5px;
}

.list tr:before {
  width: 0px;
  content: "";
  float: left;
  overflow: hidden;
  height: 39px;
  font-size: 0;
}

.list_number {
  display: flex;
  justify-content: space-between;
}

.pagination {
  display: flex;
}
.pagination li a {
  color: #810081 !important;
  text-decoration: underline !important;
}
.pagination li a:visited {
  color: #810081 !important;
}
.pagination li:before {
  display: none;
}
.pagination li.active a, .pagination li.disabled a {
  color: #000000 !important;
  text-decoration: none !important;
  pointer-events: none;
}

.user-list-number {
  display: flex;
  justify-content: center;
}

.user-pagination {
  display: flex;
}
.user-pagination li a {
  color: #810081 !important;
  text-decoration: underline !important;
}
.user-pagination li a:visited {
  color: #810081 !important;
}
.user-pagination li:before {
  display: none;
}
.user-pagination li.active a, .user-pagination li.disabled a {
  color: #000000 !important;
  text-decoration: none !important;
  pointer-events: none;
}

.list_func {
  margin-top: 60px;
}
.list_func ul {
  justify-content: flex-end;
}

/* ==================================================
admin edit
================================================== */
.edit_area {
  max-width: 930px;
  min-width: 460px;
  width: 60%;
  margin: 0 auto;
}
.edit_area.syllabus {
  min-width: 690px;
  width: 100%;
}
.edit_area .func_btn {
  margin-top: 45px;
  justify-content: center;
}
.edit_area .func_btn li {
  padding: 0 10px !important;
}
.edit_area input[type=text],
.edit_area input[type=date],
.edit_area input[type=password],
.edit_area select,
.edit_area textarea {
  margin-bottom: 10px;
  border-radius: 5px;
}
.edit_area input[type=text]:disabled,
.edit_area input[type=date]:disabled,
.edit_area input[type=password]:disabled,
.edit_area select:disabled,
.edit_area textarea:disabled {
  background: #e9e9e9;
  color: #333;
  border: 1px solid #333;
}
.edit_area input[type=checkbox],
.edit_area input[type=radio] {
  margin-left: 20px;
  margin-right: 5px;
}
.edit_area fieldset legend {
  display: none;
}

/* ==================================================
kateihyo
================================================== */
.list_kateihyo {
  border: 1px solid #9fa0a0;
}
.list_kateihyo th {
  font-weight: bold;
  border-bottom: 1px solid #9fa0a0;
  text-align: center;
  padding: 8px 5px;
}
.list_kateihyo td {
  text-align: center;
  padding: 0 2px;
}

.list_search_kateihyo .search_cond_item {
  margin-right: 10px;
}

.kateihyo_list_func {
  display: flex;
  margin-top: 0px;
}
.kateihyo_list_func .func_btn li {
  padding-left: 0 !important;
  padding-right: 10px;
}
.kateihyo_list_func .func_btn li a {
  width: auto;
  min-width: 85px;
  padding: 10px 5px;
  border-width: 1px;
}

/* ==================================================
syllabus
================================================== */
.syllabus_cnt {
  max-width: 1280px;
  margin: 0 auto;
}

.syllabus_search {
  background-color: #e9f5e2;
  border: 1px solid #d3ecc2;
  border-radius: 6px;
  padding: 20px 40px;
  margin: 17px 0 17px;
}
.syllabus_search_h {
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.syllabus_search_h > div {
  padding: 10px 0;
  font-weight: bold;
}
.syllabus_search_h:first-child {
  margin-right: 20px;
}
.syllabus_search_h label {
  color: #3c664a;
  margin-right: 10px;
}
.syllabus_search_h div:first-child select {
  width: 160px;
}
.syllabus_search_h div:last-child select {
  width: 350px;
  max-width: 500px;
}
.syllabus_search_item {
  border-bottom: 1px solid #9db2a4;
  padding: 15px 0;
}
.syllabus_search_item dl {
  display: flex;
  align-items: center;
  width: 100%;
}
.syllabus_search_item dl dt {
  color: #3c664a;
  width: 210px;
  font-weight: bold;
  padding-right: 5px;
}
.syllabus_search_item dl dd {
  flex-grow: 3;
  width: calc(100% - 200px);
}
.syllabus_search_item dl dd input[type=checkbox],
.syllabus_search_item dl dd input[type=radio] {
  margin-right: 5px;
}
.syllabus_search_item dl dd label {
  margin-right: 20px;
}
.syllabus_search_item dl dd fieldset legend {
  display: none;
}
.syllabus_search_detail_open {
  padding: 26px 0 0;
}
.syllabus_search_detail_open #syllabus_search_detail_open_btn {
  border: none;
  background: #fff;
  color: #3c664a;
  padding: 10px 12px 10px 26px;
  position: relative;
  border-radius: 6px;
  font-weight: bold;
}
.syllabus_search_detail_open #syllabus_search_detail_open_btn:before {
  content: "";
  border: 7px solid transparent;
  border-left: 9px solid transparent;
  border-left-color: #3c664a;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -7px;
  transition: 0.2s all ease;
}
.syllabus_search_detail_open #syllabus_search_detail_open_btn.active::before {
  transform: translate(-2px, 3px) rotate(90deg);
}
.syllabus_search_detail {
  display: none;
  margin-bottom: 80px;
}
.syllabus_search_detail.active {
  display: block;
}
.syllabus_search .func_btn {
  display: flex;
  width: 70%;
  margin: auto;
  margin-top: -50px;
  justify-content: center;
  flex-wrap: wrap;
}
.syllabus_search .func_btn li {
  margin-bottom: 10px !important;
}
.syllabus_search .func_btn a {
  line-height: 30px;
}
.syllabus_search .func_btn a img {
  vertical-align: middle;
  margin-right: 10px;
}

#tmp_contents .syllabus_search_result h2 {
  font-size: 1.25rem;
  font-weight: normal;
  border-left: none;
  padding: 0;
  color: #3c664a;
  margin-top: 10px;
  float: left;
}
#tmp_contents .syllabus_search_result table th,
#tmp_contents .syllabus_search_result table td {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  padding: 3px 0;
}
#tmp_contents .syllabus_search_result table th {
  font-weight: bold;
  width: 210px;
}

#syllabus_research {
  display: none;
}
#syllabus_research.active {
  display: block;
  margin-top: 20px;
  padding: 40px 0 0;
  background-size: 12px 2px;
  background-image: linear-gradient(to right, #3c664a, #3c664a 7px, transparent 6px, transparent 12px);
  background-repeat: repeat-x;
}
#syllabus_research_btn {
  border-radius: 6px;
  background: #fff;
  color: #3c664a;
  border: none;
  /* width: 100%; */
  padding: 10px 12px 10px 26px;
  margin-bottom: 5px;
  margin-left: 10px;
  position: relative;
  transition: 0.2s all ease-out;
  font-weight: bold;
}
#syllabus_research_btn:hover, #syllabus_research_btn:focus, #syllabus_research_btn:active {
  opacity: 0.8;
}
#syllabus_research_btn::before {
  content: "";
  border: 7px solid transparent;
  border-left: 9px solid transparent;
  border-left-color: #3c664a;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -7px;
  transition: 0.2s all ease;
}
#syllabus_research_btn.active::before {
  transform: translate(-2px, 3px) rotate(90deg);
}

#tmp_contents .syllabus_result_item {
  border: 2px solid #d3ecc2;
  margin-bottom: 20px;
  padding: 10px;
  overflow-wrap: break-word;
  transition: 0.2s all ease-out;
}
#tmp_contents .syllabus_result_item h2 {
  font-size: 1.25rem;
  border-left: none;
  padding: 0 10px;
  min-height: 3em;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #3c664a;
  background: none;
}
#tmp_contents .syllabus_result_item h2 a:hover, #tmp_contents .syllabus_result_item h2 a:focus, #tmp_contents .syllabus_result_item h2 a:active {
  text-decoration: underline;
}
#tmp_contents .syllabus_result_item table {
  border-collapse: separate;
  border-spacing: 10px;
  width: 100%;
}
#tmp_contents .syllabus_result_item table th {
  background: #e9f5e2;
  color: #3c664a;
  width: 20%;
  padding: 3px 20px;
  text-align: left;
  font-weight: bold;
}
#tmp_contents .syllabus_result_item table td {
  width: 30%;
}

/* syllabus detail
=================================== */
#tmp_contents .syllabus_back_to_search {
  text-align: right;
  margin-bottom: 12px;
}
#tmp_contents .syllabus_back_to_search a {
  color: #3c664a;
  text-decoration: none;
  position: relative;
}
#tmp_contents .syllabus_back_to_search a:before {
  content: "";
  position: absolute;
  top: 0;
  left: -25px;
  border: 8px solid transparent;
  border-right-color: #3c664a;
}
#tmp_contents .syllabus_back_to_search a:hover {
  opacity: 0.8;
}

#tmp_contents .syllabus_detail_head {
  border-left: none;
  border-bottom: 2px solid #3c664a;
  margin-bottom: 42px;
}
#tmp_contents .syllabus_detail_head strong {
  display: block;
  font-size: 1.875rem;
  font-weight: normal;
  color: #3c664a;
  line-height: 1.4;
}
#tmp_contents .syllabus_detail_head i {
  display: block;
  font-size: 0.875rem;
  color: #707070;
  font-style: normal;
  margin-bottom: 10px;
  overflow-wrap: break-word;
  word-break: break-all;
}
#tmp_contents .syllabus_detail_head span.icon {
  display: flex;
  word-break: break-all;
}
#tmp_contents .syllabus_detail_head span.icon img {
  margin-right: 5px;
}
#tmp_contents .syllabus_detail_table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}
#tmp_contents .syllabus_detail_table th {
  background-color: #fcf4da;
  text-align: left;
  width: 20%;
  font-weight: normal;
}
#tmp_contents .syllabus_detail_table td {
  width: 30%;
}
#tmp_contents .syllabus_detail_table th,
#tmp_contents .syllabus_detail_table td {
  padding: 10px;
  border: 1px solid #9fa0a0;
}

.syllabus_detail_func {
  margin-top: 80px;
}
.syllabus_detail_func .func_btn {
  justify-content: center;
}
.syllabus_detail_func .func_btn li a {
  max-width: 355px;
  width: 40vw;
}
.syllabus_detail_func .func_btn li a .arrow_back {
  display: inline-block;
  border: 8px solid transparent;
  border-right-color: #3c664a;
  position: relative;
  top: 2px;
  margin-right: 10px;
}

/* ==================================================
common
================================================== */
.w100p {
  width: 100%;
}

.w3p {
  width: 3%;
}

.w5p {
  width: 5%;
}

.w6p {
  width: 6%;
}

.w7p {
  width: 7%;
}

.w8p {
  width: 8%;
}

.w10p {
  width: 10%;
}

.w13p {
  width: 13%;
}

.w15p {
  width: 15%;
}

.w20p {
  width: 20%;
}

.w25p {
  width: 25%;
}

.w30p {
  width: 30%;
}

.w40p {
  width: 40%;
}

.w50p {
  width: 50%;
}

.w80p {
  width: 80%;
}

.w14p {
  width: 14%;
}

.w80px {
  width: 80px;
}

.w120px {
  width: 120px;
}

.w125px {
  width: 125px;
}

.w140px {
  width: 140px;
}

.w150px {
  width: 150px;
}

.w200px {
  width: 200px;
}

.w260px {
  width: 260px;
}

.min-w60px {
  min-width: 60px;
}

.h100p {
  height: 100%;
}

/* ==================================================
ptop
================================================== */
.ptop {
  position: fixed;
  top: 20px;
  right: 100px;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease;
}

.ptop.show {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

.ptop-down {
  transform: translate(0, -50px);
}

.fixTop {
  display: inline;
  opacity: 1;
}

/* ==================================================
pbottom
================================================== */
.pbottom {
  position: fixed;
  bottom: 20px;
  right: 100px;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease;
}

.pbottom.show {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

.pbottom-down {
  transform: translate(0, 50px);
}

.pbottom.mini {
  opacity: 1;
  pointer-events: auto;
  transform: none;
  transform: scale(0.5);
  right: 140px;
}

.fixBottom {
  display: inline;
  opacity: 1;
}

/* ==================================================
CMS-function
================================================== */
/* linkicon
============================== */
#tmp_main a.icon_pdf,
#tmp_main a.icon_word,
#tmp_main a.icon_excel {
  display: inline-block;
  vertical-align: top;
}

a.icon_pdf,
a.icon_word,
a.icon_excel {
  margin: 0 3px;
  padding: 0 2px 0 70px;
  text-indent: 0 !important;
}

li a.icon_pdf,
li a.icon_word,
li a.icon_excel {
  background-position: 0 0.2em;
}

a.icon_pdf {
  background: url("/shared/images/icon/pdf_icon.png") left 2px no-repeat;
}

a.icon_word {
  background: url("/shared/images/icon/word_icon.png") left 2px no-repeat;
}

a.icon_excel {
  background: url("/shared/images/icon/excel_icon.png") left 2px no-repeat;
}

/* plugin
============================== */
.plugin {
  margin: 0 0 26px;
  padding: 13px 20px 10px 27px;
  border: 1px solid #cecece;
  clear: both;
}

.plugin .plugin_img {
  margin: 0 16px 8px 0 !important;
  float: left;
}

.plugin .plugin_img img {
  vertical-align: top;
}

.plugin p {
  margin: 0 !important;
  font-size: 87.5%;
  letter-spacing: 1px;
}

/* ==================================================
CMS-library
================================================== */
/* update
============================== */
#tmp_update {
  margin: 0 0 0.5em 16px !important;
  text-align: right;
  float: right;
  letter-spacing: 1px;
  font-size: 1rem;
}

/* social_plugins
============================== */
#tmp_social_plugins {
  float: right;
}

#tmp_social_plugins .social_media_btn {
  margin: 0 0 0 9px;
  padding: 0 0 10px;
  float: left;
  height: 30px;
}

#tmp_social_plugins .social_media_btn.facebook_btn {
  width: 92px;
}

#tmp_social_plugins .social_media_btn.facebook_btn .fb_iframe_widget {
  left: -16px;
}

#tmp_social_plugins .social_media_btn.twitter_btn {
  position: relative;
  z-index: 1;
}

.social_media_btn {
  margin: 0 0 0 10px;
}

#tmp_social_plugins .social_media_btn a.twitter-share-button {
  padding: 0 10px 0 0;
  line-height: 1.2;
}

/* ==================================================
CMS-parts
================================================== */
/* col2
================================================== */
/* col2_cms */
table.col2 {
  width: 99%;
  border-collapse: collapse;
  border-spacing: 0;
}

table.col2 td.col2L,
table.col2 td.col2R {
  width: 50%;
  padding: 0;
  vertical-align: top;
  text-align: left;
}

#tmp_main table.col2 td.col2L {
  border-right: 15px solid #ffffff;
}

/* col2_pub */
div.col2 {
  width: 100%;
}

div.col2 div.col2L {
  display: table;
  width: 48.5%;
  margin-right: 2%;
  float: left;
}

div.col2 div.col2R {
  display: table;
  width: 100%;
  float: left;
}

/* nestcol2 */
table.col2 table.col2 td.col2L {
  padding: 0;
}

div.col2 div.col2 div.col2L {
  width: 47.5%;
  margin-right: 4%;
}

div.col2 div.col2 div.col2R {
  width: 47.5%;
}

/* fixed_col2 */
div.fixed_col2 {
  width: 100%;
}

div.fixed_col2 div.fixed_col2L {
  display: table;
  width: 48.5%;
  margin-right: 2%;
  float: left;
}

div.fixed_col2 div.fixed_col2R {
  display: table;
  width: 48.5%;
  float: right;
}

/* col3
================================================== */
table.col3 {
  width: 99%;
  border-collapse: collapse;
  border-spacing: 0;
}

table.col3 td.col3L,
table.col3 td.col3M,
table.col3 td.col3R {
  width: 33.33%;
  padding: 0;
  vertical-align: top;
  text-align: left;
}

#tmp_main table.col3 td.col3L,
#tmp_main table.col3 td.col3M {
  border-right: 15px solid #ffffff;
}

div.col3 {
  width: 100%;
}

div.col3 div.col3L,
div.col3 div.col3M {
  display: table;
  width: 31.7%;
  margin-right: 2%;
  float: left;
}

div.col3 div.col3R {
  display: table;
  width: 31.7%;
  float: left;
}

/* reverse_div */
.reserve_div {
  display: none;
}

/* ==================================================
clearfix
================================================== */
/* for modern browser */
#tmp_wrap_custom_update:after,
#tmp_custom_update:after,
#tmp_social_plugins:after,
.plugin:after,
div.col2:after,
div.fixed_col2:after,
div.col3:after {
  content: "";
  /* Do not edit */
  display: table;
  /* Do not edit */
  clear: both;
  /* Do not edit */
}

/*追加CSS*/
.log_username {
  background-color: #e9f5e2;
  color: #3c664a;
  position: relative;
  border-top: solid 3px #3c664a;
  text-align: center;
  margin-top: -2px;
}
.log _systemname {
  background-color: #fff;
  color: #333a;
  position: relative;
  border-bottom: solid 3px #3c664a;
  text-align: center;
  margin-bottom: 5px;
}

.pagination li a:hover {
  color: #810081 !important;
}

#tmp_contents p {
  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 5px;
  padding-left: 10px;
}

.search_condframe {
  display: flex;
}
.search_condframe p {
  margin-left: 20px;
}

div.range-container p {
  margin: 0px;
  padding: 5px !important;
}

.search_cond > .left-justified {
  margin-left: auto;
}

.sdgs-container {
  padding-bottom: 5px;
  margin-bottom: 16px;
}

a.small_btn {
  margin-top: 5px;
  border: 2px solid #3c664a;
  border-radius: 5px;
  background-color: #3c664a;
  color: #fff !important;
  vertical-align: middle;
  padding-left: 10px;
  padding-top: 3px;
  padding-bottom: 5px;
  padding-right: 10px;
  text-decoration: none !important;
  height: 36px;
}
a.very-small_btn {
  margin-top: 10px;
  border: 2px solid #3c664a;
  border-radius: 5px;
  background-color: #3c664a;
  color: #fff !important;
  vertical-align: middle;
  padding-left: 3px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 3px;
  text-decoration: none !important;
  height: 36px;
  font-size: 60%;
}
a.small_btn.light-color {
  background-color: #e9f5e2;
  color: #3c664a !important;
}
a.very-small_btn.light-color {
  background-color: #e9f5e2;
  color: #3c664a !important;
}
a.notice {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}
a.card {
  text-decoration: none;
  display: block;
  width: 100%;
  /* height: 100%; */
  outline: none;
}
a.card:hover {
  cursor: pointer;
}
a.small_btn:hover {
  cursor: pointer;
  opacity: 0.8;
}
a.very-small_btn:hover {
  cursor: pointer;
  opacity: 0.8;
}

.small_btn a:hover, .small_btn a:focus, .small_btn a:active {
  opacity: 0.8;
  text-decoration: none !important;
}

.h80 {
  height: 80px;
}

h2.item-label {
  background-color: #e9f5e2;
  color: #3c664a;
  font-weight: bold !important;
  word-break: break-all;
}

#tmp_contents .syllabus_result_item:hover {
  border: 2px solid #c0dfab;
  background-color: #FFFFF5;
}

.list th a.v-asc:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: 30px;
  right: 50%;
  margin-right: -3px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #3c664a;
  border-right: 1px solid #3c664a;
  transform: rotate(-45deg);
}

.list th a.v-desc:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: 30px;
  right: 50%;
  margin-right: -3px;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #3c664a;
  border-right: 1px solid #3c664a;
  transform: rotate(45deg);
}

.func_btn li a:hover, .func_btn2 li a:hover {
  cursor: pointer;
}
.func_btn li.disabled a, .func_btn2 li.disabled a {
  background-color: #cecece;
  border-color: #a7a7a7;
}
.func_btn li.disabled a.nav, .func_btn2 li.disabled a.nav {
  pointer-events: none;
}
.func_btn li.disabled a:hover, .func_btn2 li.disabled a:hover {
  cursor: default;
}
.func_btn li.disabled a:hover, .func_btn li.disabled a:focus, .func_btn li.disabled a:active, .func_btn2 li.disabled a:hover, .func_btn2 li.disabled a:focus, .func_btn2 li.disabled a:active {
  opacity: 1;
  text-decoration: none !important;
}
.func_btn li.disabled a:focus, .func_btn2 li.disabled a:focus {
  outline: none;
  box-shadow: none;
  border-radius: 5px;
}

.list .list_action ul li {
  margin: auto;
}

.list .list_action ul li a:hover {
  cursor: pointer;
}

.sort-header {
  cursor: pointer;
}

.nowrap {
  white-space: nowrap;
}

.scroller {
  height: 300px;
}

.sartras-column {
  width: 5%;
  padding: 0% !important;
  font-size: 14px;
}

p.label-item {
  min-height: 36px;
  overflow-wrap: break-word;
  word-break: break-all;
  white-space: pre-wrap;
}

.no-margin {
  margin: 0 auto;
}

.text-center {
  text-align: center;
}

.vertical-center {
  vertical-align: middle;
}

.separator {
  display: flex;
  align-items: center;
  text-align: center;
  width: 60%;
}
.separator::before, .separator::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #000;
}
.separator:not(:empty)::before {
  margin-right: 0.5em;
}
.separator:not(:empty)::after {
  margin-left: 0.5em;
}

@-webkit-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.form_login {
  display: none;
}
.form_login.active {
  display: block;
  -webkit-animation: show 0.3s linear 0s;
          animation: show 0.3s linear 0s;
}

#form_login_open_btn {
  border: none;
  background: #fff;
  color: #3c664a;
  padding: 10px 12px 10px 26px;
  position: relative;
  border-radius: 6px;
  font-weight: bold;
}
#form_login_open_btn:before {
  content: "";
  border: 7px solid transparent;
  border-left: 9px solid transparent;
  border-left-color: #3c664a;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -7px;
  transition: 0.2s all ease;
}
#form_login_open_btn.active::before {
  transform: translate(-2px, 3px) rotate(90deg);
}

.saml_login_button {
  margin: 25px auto;
}

.flex {
  display: flex;
}

.required::after {
  content: "必須";
  color: red;
  padding-left: 10px;
}

.keyword-target::after {
  content: "※こちらに記載された内容がキーワード検索の検索項目となります";
  color: red;
  padding-left: 20px;
  font-size: 14px;
}

.simple-link {
  text-decoration: none;
  color: #333;
  position: relative;
  padding: 0 0 0 10px;
}

.display-none {
  display: none;
}

.padding-left-0 {
  padding-left: 0px !important;
}

.not-after:after {
  content: none !important;
}

.border-none {
  border-style: none !important;
}

.err-msg-area {
  min-height: 26px;
  position: relative;
  top: -20px;
}

.err-msg {
  background-color: #ffd1d1;
}

.err-msg > label {
  color: #ff0000;
}

.f-left {
  margin-right: auto;
}

.disabled-btn {
  background-color: #cecece !important;
  border-color: #a7a7a7 !important;
}

.syllabus_back_to_search a:hover {
  opacity: 0.8;
  cursor: pointer;
}

.syllabus_search_item > dl > dd > label,
fieldset > label {
  display: inline-block;
}

.copy-msg-area {
  min-height: 26px;
  position: relative;
  top: -20px;
  color: #ff0000;
}

.required-symbol {
  position: relative;
}

.required-symbol::before {
  content: "*";
  color: #ff0000;
  font-size: 30px;
  position: absolute;
  left: -20px;
}

.red-message {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 2px solid #ff0000;
  color: #ff0000;
  padding: 3px;
}

.color-red {
  color: #ff0000;
}

.font-small {
  font-size: 16px;
}

.syllabus-name {
  min-height: 36px;
  overflow-wrap: break-word;
  word-break: break-all;
  font-size: 30px;
  color: #17701e;
}

.notice-emergency, .notice-important {
  position: relative;
}

.notice-emergency:before {
  content: "";
  display: block;
  width: 15px;
  height: 20px;
  background: url(/shared/images/icon/notice_icon_emergency.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 13px;
  left: -20px;
}

.notice-important:before {
  content: "";
  display: block;
  width: 15px;
  height: 20px;
  background: url(/shared/images/icon/notice_icon_important.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 13px;
  left: -20px;
}

.label-item-pdf {
  min-height: 10px;
  overflow-wrap: break-word;
  word-break: break-all;
  white-space: pre-line;
}

.page_break {
  page-break-after: always;
}

.no_page_break {
  page-break-after: avoid;
}

.title-header {
  height: 100%;
}

table.program {
  width: 100%;
  padding-top: 5px;
  margin-bottom: 16px;
  min-height: 36px;
}
