* {
    padding: 0;
    margin: 0;
  }
  
html{
  scroll-behavior: smooth;
  overflow-y: auto;
}
@font-face {
  font-family: "Noto Sans JP-Bold", sans-serif;
  src: url("../font/NotoSansJP-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans JP", sans-serif;
  src: url("../font/NotoSansJP-Regular.ttf") format("truetype");
}
body {
  margin: 0;
  color: #5A5B5E;
  /* background-color: #fff; */
  background-color: #40366E;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  overflow-y: auto;
}
p,h1,h2,h3,h4,h5,h6,div,li,span,button,a,input,textarea,select,option{
  font-family: "Noto Sans JP", sans-serif;
}
p,h1,h2,h3,h4,h5,h6,span{
  word-break: break-word;
  overflow-wrap: break-word;
}
img{
  width: 100%;
}
button{
  border: 0;
  outline: 0;
}
a,button,.memo_icon{
  cursor: pointer;
}
a{
  text-decoration: none;
}
ul{
  list-style-type: none;
}
figure{line-height: 0;}
.error{
  color: #ff0000;
  display: block;
  margin-top: 5px;
  font-size: 12px!important;
}
.text_red {
  color: #ff0000;
}
.pg_txt{
  font-size: 12px;
}
.pg_title{
  font-size: 20px;
}
.disable{
  cursor: auto!important;
  pointer-events: none!important;
}
.ct_flex_gp{
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.ct_flex_gp .prog_btn_gp{
  margin-bottom: 0!important;
}
.return_btn_gp{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.return_btn_gp .return_btn{
  margin: 0 10px 0 0;
  padding: 5px 10px;
  min-width: 100px;
}
.return_btn::before{
  content: "";
  background: url('/search/parts/assets/img/icon/return_icon.svg') center/contain no-repeat;
  width: 11px;
  height: 11px;
  display: block;
  margin-right: 3px;
  display: inline-flex;
  align-items: center;
}
.cursor_auto{
  cursor: auto!important;
}
.dis_block{
  display: block!important;
}
.ft_color{
  color: #5C4E9C;
}
.ft_normal_color{
  color: #5A5B5E;
}
.ft_normal{
  font-weight: normal!important;
}
.ft_bold{
  font-weight: bold!important;
  font-family: "Noto Sans JP-Bold", sans-serif;
}
.txt_right{
  text-align: right!important;
}
.txt_desc{
  font-size: 13px;
}
.container{
  /* width: 1280px;
  min-width: 1263px; */
  max-width: 1263px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.inner_width{
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
}
/* background-color gp*/
.bg-01{
  background-color: #40366E;
}
.bg-02{
  background-color: #F2F1F6;
}
.hide{
  display: none!important;
}
/* checkbox start */
input[type="checkbox"] {
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
  outline: none;
  min-width: 20px;
  height: 20px;
  border-radius: 2px;
}
input[type="checkbox"]:checked{
  background: #5C4E9C;
}
input[type="checkbox"]::before, input[type="checkbox"]::after {
  content: "";
  position: absolute;
  left: 0;
}
input[type="checkbox"]::after {
  width: 100%;
  height: 100%;
  border: 2px solid #B1B1B1;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}
input[type="checkbox"]:checked::after{
  border-color: #5C4E9C;
  background-color: transparent;
}
input[type="checkbox"]:checked::before {
  width: 4px;
  height: 8px;
  background: transparent;
  border: solid #fff;
  transform: rotate(45deg);
  border-width: 0 2px 2px 0;
  top: -4px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
input[type="text"],input[type="password"],input[type="email"]{
  outline: 0;
}
input[type="text"]:focus,input[type="password"]:focus,input[type="email"]:focus,textarea:focus{
  border: 2px solid #7D60FF!important;
  background-color: #FFFDD6;
}
input[type="text"]:read-only,input[type="password"]:read-only,input[type="email"]:read-only{
  border-width: 1px!important;
}
input[type="text"]:read-only,input[type="password"]:read-only,input[type="email"]:read-only,textarea:read-only{
  background-color: transparent!important;
  border: 1px solid #D0D0D0!important;
  cursor: auto;
}
label:has(> input:disabled),input:disabled{
  cursor: auto!important;
}
label:has(> input[type="checkbox"]:checked){
  font-weight: bold;
  font-family: "Noto Sans JP-Bold", sans-serif;
}
.reg_edu_stage .ck_box_item label:has(> input[type="checkbox"]:checked){
  color: #5C4E9C;
}
/* checkbox end */
/* radio start */
input[type="radio"] {
  position: relative;
  cursor: pointer;
  -webkit-appearance: none;
  outline: none;
  min-width: 20px;
  height: 20px;
  border-radius: 30px;
}
input[type="radio"]:checked{
  background: #5C4E9C;
}
input[type="radio"]::before, input[type="radio"]::after {
  content: "";
  position: absolute;
  left: 0;
}
input[type="radio"]::after {
  width: 100%;
  height: 100%;
  border: 2px solid #B1B1B1;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}
input[type="radio"]:checked::after{
  border-color: #5C4E9C;
  background-color: transparent;
}
input[type="radio"]:checked::before {
  width: 8px;
  height: 8px;
  background: #fff;
  transform: rotate(45deg);
  border-radius: 10px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
label:has(> input[type="radio"]:checked){
  font-weight: bold;
  font-family: "Noto Sans JP-Bold", sans-serif;
}
/* radio end */
/* loading animation */
.pg_loading{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  display: none;
}
.pg_loading:before{
  content: '';
  position: fixed;
  width: 100%;
  height: 100%;
  /* background-color: #000; */
  background-color: #e0e0e0;
  opacity: 0.6;
}
.loading_icon{
  width: 60px;
  z-index: 1;
}
.data_loading{
  width: 18px;
  position: absolute;
  right: 10px;
}
.txt_box input[type='text'],
.txt_box input[type='email']{
  color: #5A5B5E;
}
.textarea_box .txt_desc{
  margin-bottom: 10px;
}
.btn{
  min-width: 132px;
  width: max-content;
  font-size: 14px;
  line-height: 19px;
  background-color: #fff;
  border: 1px solid #D0D0D0;
  color: #5A5B5E;
  font-weight: bold;
  font-family: "Noto Sans JP-Bold", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 25px;
  box-sizing: border-box;
  border-radius: 50px;
  margin: 0 auto;
}
button[disabled].btn, input[type="submit"].btn{
  background: #B9B9B9;
  border-color: #B9B9B9;
  color: #fff;
  cursor: auto;
}
.btn.selected{
  color: #fff;
  background-color: #5C4E9C;
  border-color: #5C4E9C;
}
.btn .csv_icon, .btn .icon_img{
  width: 16px;
  margin-right: 8px;
}
.hg_28 {
    height: 28px;
}
.hg_33 {
    min-height: 33px;
}
.pl_23{
  padding-left: 23px;
  padding-right: 23px;
}
.del_btn{
  font-size: 12px;
  line-height: 19px;
  color: #fff;
  font-weight: bold;
  font-family: "Noto Sans JP-Bold", sans-serif;
  border: 1px solid #D0D0D0;
  padding: 2px 5px;
  /* min-width: 154px; */
  min-width: max-content;
  min-height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 20px;
  /* box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 1); */
}
.del_btn span{
  color: #5A5B5E;
  display: flex;
}
.del_btn span:before{
  content: '';
  background: url('/search/parts/assets/img/icon/delete_icon.svg') center/contain no-repeat;
  display: block;
  width: 11px;
  height: 13px;
  position: relative;
  top: 2px;
  margin-right: 4px;
}
.del_btn.selected{
  background-color: #5C4E9C;
  border-color: #5C4E9C;
}
.del_btn.selected span{
  color: #fff;
}
.del_btn.selected span:before{
  background: url('/search/parts/assets/img/icon/selected_delete_icon.svg') center/contain no-repeat;
}
.rec_btn{
  font-size: 13px;
  line-height: 19px;
  border: 1px solid #D0D0D0;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  padding: 5px 16px;
  box-sizing: border-box;
  background-color: transparent;
}
.rec_btn.selected{
  border-color: #5C4E9C;
  background-color: #fff;
  color: #5C4E9B;
  text-align: center;
  font-weight: bold;
  font-family: "Noto Sans JP-Bold", sans-serif;
}
.ext_link:after{
  content: '';
  background: url('/search/parts/assets/img/icon/default_share_icon.svg') center/contain no-repeat;
  display: block;
  width: 12px;
  height: 12px;
  margin-left: 6px;
}
.ext_link.selected:after{
  background: url('/search/parts/assets/img/icon/share_icon.svg') center/contain no-repeat;
}
.export_btn:before{
  content: '';
  background: url('/search/parts/assets/img/icon/export_icon.svg') center/contain no-repeat;
  display: block;
  width: 16px;
  height: 18px;
  margin-right: 8px;
}
.export_btn.selected:before{
  background: url('/search/parts/assets/img/icon/selected_export_icon.svg') center/contain no-repeat;
}
.inst_add:before{
  content: '';
  background: url('/search/parts/assets/img/icon/inst_add_icon.svg') center/contain no-repeat;
  display: block;
  width: 14px;
  height: 18px;
  margin-right: 8px;
}
.inst_add.selected:before{
  background: url('/search/parts/assets/img/icon/selected_inst_add_icon.svg') center/contain no-repeat;
}
.ext_icon{
  width: 12px;
  margin-left: 6px;
}
.move_top{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.move_top .mt_link{
  font-size: 13px;
  line-height: 19px;
  font-weight: bold;
  font-family: "Noto Sans JP-Bold", sans-serif;
  display: inline-flex;
  align-items: center;
  color: #5C4E9C;
  text-decoration: underline;
}
.move_top .mt_link img{
  width: 24px;
  margin-right: 8px;
}
.lock_btn:before,.edit_btn:before{
  content: '';
  display: block;
  width: 16px;
  height: 17px;
  margin-right: 8px;
}
.edit_lock_btn{
  width: 100%;
  border: 2px solid #5C4E9C;
  font-size: 13px;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  color: #5C4E9C;
  font-weight: bold;
  font-family: "Noto Sans JP-Bold", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  cursor: auto;
}
.edit_lock_btn:before{
  content: '';
  background: url('/search/parts/assets/img/icon/edit_lock_icon.svg') center/contain no-repeat;
  display: block;
  width: 18px;
  height: 21px;
  margin-right: 8px;
}
.edit_lock_btn.selected{
  background-color: #5C4E9C;
  border-color: #5C4E9C;
  color: #fff;
}
.edit_lock_btn.selected:before{
  background: url('/search/parts/assets/img/icon/selected_edit_lock_icon.svg') center/contain no-repeat;
}
.sv_txt{
  font-size: 13px;
  line-height: 19px;
  margin: 16px 0;
}
.lock_btn:before{
  background: url('/search/parts/assets/img/icon/lock_icon.svg') center/contain no-repeat;
}
.lock_btn.selected:before{
  background: url('/search/parts/assets/img/icon/selected_lock_icon.svg') center/contain no-repeat;
}
.edit_btn:before{
  background: url('/search/parts/assets/img/icon/edit_icon.svg') center/contain no-repeat;
}
.edit_btn.selected:before{
  background: url('/search/parts/assets/img/icon/selected_edit_icon.svg') center/contain no-repeat;
}
.right_btn_gp{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 24px;
}
.right_btn_gp .btn{
  margin: 0 16px 0 0;
}
.right_btn_gp .btn:last-child{
  margin-right: 0;
}
/* form start */
.title_content .inner_width{
  padding: 0;
}
.title_item{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.noti_session{
  display: flex;
  align-items: flex-start;
}
.subtotal{
  margin-right: 40px;
  min-width: 140px;
}
.stg_item .noti_txt{
  width: 70%;
  margin-left: 20px;
}
.noti_txt p{
  margin-top: 3px;
}
.copy_txt{
  margin-top: 10px;
}
.copy_txt .copy_icon{
  background: transparent;
}
.copy_txt .copy_icon img{
  width: 23px;
  margin-left: 8px;
}
.form_content .form_item_gp{
  display: flex;
  flex-wrap: wrap;
}
.form_content .form_item_gp.bor_top{
  padding-top: 16px;
  margin-top: 16px;
}
.form_content .form_gp{
  display: block;
  margin-bottom: 16px;
}
.form_content .form_gp:last-child{
  margin-bottom: 0;
}
.form_content label, .stg_txt_title{
  font-size: 12px;
  line-height: 17px;
  font-weight: bold;
  font-family: "Noto Sans JP-Bold", sans-serif;
}
.form_content .form_gp label{
  margin-bottom: 4px;
  display: block;
}
.form_content .form_gp input::placeholder{
  font-size: 13px;
  line-height: 19px;
}
.form_content .txt_box,.select_box{
  position: relative;
  background-color: #fff;
}
.form_content .form_gp input[type = 'text'], .select_box select{
  width: 100%;
  display: block;
  border: 1px solid #D0D0D0;
  border-radius: 4px;
  padding: 0 25px 0  12px;
  min-height: 40px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 19px;
  appearance: none;
  outline: 0;
  color: #5A5B5E;
}
.select_box{
  border-radius: 4px;
}
.select_box.selected:after{
  transform: rotate(180deg);
}
.select_box select{
  cursor: pointer;
  z-index: 2;
  position: relative;
  background-color: transparent;
  line-height: 38px!important;
}
.select_box:after,.stg_city_btn:after{
  content: '';
  background: url('/search/parts/assets/img/icon/tri_down_icon.svg') center/contain no-repeat;
  display: block;
  width: 12px;
  height: 8px;
  margin-left: 4px;
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.keyword_item{
  display: flex;
  align-items: center;
  padding-top: 16px;
}
.keyword_item label{
  font-weight: normal;
}
.keyword_item .form_gp{
  width: 409px;
  margin-right: 10px;
}
.keyword_item .form_gp .txt_box input{
  height: 39px;
}
.ck_box_item,.rd_box_item{
  display: flex;
}
.ck_box_item label,.rd_box_item label{
  font-size: 13px;
  line-height: 19px;
  cursor: pointer;
  display: flex;
}
.rd_box_item label{
  font-size: 14px;
  line-height: 20px;
}
.ck_box_item label input[type="checkbox"],
.rd_box_item label input[type="radio"]{
  margin-right: 6px;
}
 .ck_disable label{
  color: #B9B9B9!important;
  cursor: auto!important;
 }
 .ck_disable input[type = "checkbox"]:after{
  border-color: #B9B9B9!important;
 }
 .ck_disable input[type = "checkbox"]{
  background-color: #B9B9B9!important;
  cursor: auto!important;
 }
.bor_top{
  border-top: 1px solid #E5E5E5;
}
.btn_item_gp .btn_gp_item{
  display: flex;
  padding: 16px 0;
  box-sizing: border-box;
}
.btn_item_gp .btn_gp_item ul{
  display: flex;
}
.btn_item_gp .btn_gp_item ul li{
  margin-right: 4px;
}
.btn_item_gp .btn_gp_item ul li:last-child{
  margin-right: 0;
}
.btn_item_gp .btn_gp_item label{
  display: flex;
  align-items: center;
  font-weight: bold;
  font-family: "Noto Sans JP-Bold", sans-serif;
}
.checkbox_gp_item{
  display: flex;
  padding-top: 16px;
  margin-bottom: 7px;
}
.checkbox_gp_item .ck_box_item{
  margin-right: 12px;
}
.checkbox_gp_item .ck_box_item:last-child{
  margin-right: 0;
}
.ck_title{
  background-color: #575757;
  border-radius: 3px 3px 0 0;
  font-size: 13px;
  line-height: 19px;
  font-weight: bold;
  font-family: "Noto Sans JP-Bold", sans-serif;
  padding: 6px 16px;
  box-sizing: border-box;
  color: #fff;
  margin-bottom: 16px;
}
.sub_txt{
  font-size: 14px;
  line-height: 20px;
  display: block;
  margin-top: 5px;
}
/* form end */
/* header footer start */
.content .header{
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  padding: 8px 24px 15px 40px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  z-index: 9;
  max-width: 1280px;
  justify-content: space-between;
}
.content .header h2.pg_title{
  color: #fff;
  margin: 0 40px;
}
.content .header .jpf_logo{
  min-width: 174px;
}
.content .header .admin{
  display: flex;
  align-items: center;
}
.content .header .admin .user_acc{
  display: flex;
  align-items: flex-start;
}
.content .header .admin .user_acc figure{
  width: 18px;
  margin: 4px 8px 0 0;
}
.content .header .admin .user_acc .prof p,.content .header .admin .user_acc .prof input{
  font-size: 13px;
  line-height: 19px;
  color: #F2F1F6;
  display: flex;
}
.content .header .admin .user_acc .prof p span.prof_id{
  min-width: max-content;
}
/* .content .header .admin .user_acc .prof p{
  width: max-content;
} */
.content .header .admin .user_acc .prof input{
  text-decoration: underline;
  font-weight: bold;
  font-family: "Noto Sans JP-Bold", sans-serif;
  background-color: transparent;
  border: none;
  margin-top: 3px;
  cursor: pointer;
}
.content .header .admin .lang{
  display: inline-flex;
  align-items: center;
  margin-left: 25px;
}
.content .header .admin .lang span{
  display: inline-block;
  width: 40px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-family: "Noto Sans JP-Bold", sans-serif;
  font-size: 13px;
  line-height: 19px;
  background-color: #1F1A38;
}
.content .header .admin .lang .jp span{
  border-radius: 5px 0px 0px 5px;
}
.content .header .admin .lang .en span{
  border-radius: 0px 5px 5px 0px;
}
.content .header .admin .lang .select_lang span{
  background-color: #fff;
  color: #40366E;
}
footer{
  position: relative;
  z-index: 9;
}
.content .footer{
  padding: 80px 10px 22px;
  background-color: #fff;
  max-width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
}
.content .footer p{
  font-size: 10px;
  font-weight: bold;
  font-family: "Noto Sans JP-Bold", sans-serif;
  line-height: 27px;
  text-align: center;
}
/* header footer end */

/* table start */
/* .table_content{
  background-color: #EFEFEF;
  margin-top: 40px;
} */
.table_content .inner_width{
  padding: 24px 40px;
  box-sizing: border-box;
}
.table_item{
  background-color: #EFEFEF;
  border: 1px solid #CECECE;
  max-width: 1200px;
  overflow-x: auto;
  white-space: nowrap;
  margin-top: 16px;
  margin-bottom: 10px;
}
table{
  border-collapse: collapse;
  width: 100%;
  background-color: #fff;
}
table thead th, table tbody td{
  padding: 10px;
}
table thead th{
  font-size: 12px;
  line-height: 19px;
  background-color: #EFEFEF;
}
table thead th.asc span:after{
  transform: rotate(180deg);
}
table thead th:first-child{
  border-radius: 20px 0 0 20px;
}
/* table thead th:last-child{
  border-radius: 0 20px 20px 0;
} */
table thead th span{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
/* table thead th span:after */
table thead th span:after{
  content: '';
  background: url('/search/parts/assets/img/icon/default_icon.svg') center/contain no-repeat;
  display: block;
  min-width: 10px;
  min-height: 14px;
  width: 10px;
  height: 14px;
  margin-left: 4px;
  border-radius: 0;
}
table thead th.asc span:after,table thead th.desc span:after{
  background: url('/search/parts/assets/img/icon/tri_down_icon.svg') center/contain no-repeat;
  min-width: 10px;
  min-height: 6px;
  width: 10px;
  height: 6px;
}
table thead .sub_item{
  border-bottom: 1px solid #CECECE;
  background-color: #F8F8F8;
}
table thead th.sub_item span::after{
  content: none;
}
table thead .sub_item span{
  display: flex;
  justify-content: center;
}
table thead tr.sub_lst{
  background-color: #F8F8F8;
  border-bottom: 2px solid #C5C6C7;
}
table thead tr.sub_lst th{
  border-radius: 0;
}
table tbody td{
  font-size: 13px;
  line-height: 16px;
}
table tbody tr{
  border: 1px solid #C5C6C7;
  border-left: 0;
  border-right: 0;
}
table tbody tr.nt_item td{
  font-weight: bold;
  font-family: "Noto Sans JP-Bold", sans-serif;
}
table tbody tr td .memo_img{
  width: 20px;
}
table tbody tr.selected{
  background-color: #FFFDD6;
}
table tbody tr.selected .pg_item{
  background-color: #FFFA91;
}
table tbody tr.end_item{
  background-color: #E5E5E5;
}
table tbody tr.end_item .pg_item{
  background-color: #D6D6D6;
}
table tbody td.next-status,table tbody td.sakura-status, table tbody td.unknown-status{
  text-align: center;
}
table tbody td.red_txt{
  color: #ff0000;
}
table tbody tr td.pg_item{
  background-color: #F8F8F8;
  text-align: center;
}
table tbody tr td figure{
  width: 28px;
  margin: 0 auto;
}
table td a,.txt_underline{
  text-decoration: underline;
}
table td a{
  color: #5C4E9C;
}
.txt_bold{
  font-weight: bold;
}
.summary_status .table_content.prog_table .table_item,
.ratio_status .table_content.prog_table .table_item,
.institution_tbl .table_item{
    max-height: 858px;
    /* height: 858px; */
}
.tb_scroll_content .table_content .inner_width{
  padding: 0;
}
.tb_scroll_content .table_content{
  background-color: transparent;
}
.tb_scroll_content .table_content .table_item{
  border-radius: 0;
  max-height: 750px;
}
table tr td.school-name,
table tr td.dept-name{
  max-width: 200px;
  width: 200px;
  text-overflow: ellipsis;
  overflow-x: hidden;
  white-space: nowrap;
}
/* table end */

.content .body_content{
  background-color: #FFFFFF;
  border-radius: 30px 30px 0 0;
  padding: 25px 40px 0;
  max-width: 1280px;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 99;
}
.content .table_body .title_content{
  padding: 25px 40px 0;
}
.content .body_content.table_body{
  padding: 0;
}
.search_content .btn{
  margin: 0;
}
.submit_item_gp{
  display: flex;
  justify-content: center;
}
.submit_item_gp .btn{
  margin: 0;
}
.mdl_lock_studio p{
  margin-top: 170px;
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
  font-family: "Noto Sans JP-Bold", sans-serif;
}
/* modal end */

/* new */
.pagination button{
  font-size: 12px;
  font-weight: bold;
  font-family: "Noto Sans JP-Bold", sans-serif;
  min-width: 24px;
  min-height: 24px;
  border-radius: 3px;
  border: 1px solid #E5E5E5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #5A5B5E;
  margin-right: 8px;
  padding: 3px 8px;
  box-sizing: border-box;
}
.pagination button:last-child{
  margin-right: 0;
}
.pagination button:first-child{
  margin-left: 0;
}
.pagination button.selected{
  background-color: #5C4E9C;
  border-color: #5C4E9C;
  color: #fff;
}
.pagination span{
  margin-right: 8px;
}
.pg_setting{
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  align-items: flex-end;
  /* flex-wrap: wrap;
  flex-direction: column; */
}
.pg_setting .pgi_content{
  display: flex;
  align-items: center;
}
.pgi_title{
  font-size: 14px;
  line-height: 19px;
  margin-right: 16px;
}
.pg_setting_item{
  display: flex;
  align-items: center;
  margin-left: auto;
}
.pg_setting .result_item{
  display: flex;
  align-items: center;
  margin-left: 16px;
}
.pg_setting .result_label{
  font-size: 12px;
  line-height: 17px;
  margin-right: 8px;
  font-weight: bold;
  font-family: "Noto Sans JP-Bold", sans-serif;
}
.pg_setting .result_item .select_box{
  min-width: 80px;
}
.sec_condition_gp{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 32px;
}
.sec_condition_gp .error{
  width: 100%;
  text-align: center;
}
.sec_condition_gp .btn{
  margin-right: 16px;
}
.sec_condition_gp .btn:last-child{
  margin-right: 0;
}
.search_content .simple_search{
  margin-top: 16px;
  padding-top: 16px;
  padding-bottom: 22px;
}
.search_content .simple_search .ck_box_item label{
  font-weight: normal;
}
.reg_edu_stage .ck_item,.stg_subitem_click{
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #6F6F6F;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  font-family: "Noto Sans JP-Bold", sans-serif;
}
.reg_edu_stage .ck_item{
  font-size: 13px;
  line-height: 19px;
  padding: 10.5px 12px;
}
.reg_edu_stage .ck_item:before{
  content: '';
  background: url('/search/parts/assets/img/icon/dark_triangle_box.svg') center/contain no-repeat;
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
.reg_edu_stage .ck_item.selected:before{
  transform: rotate(180deg);
}
.reg_edu_stage .stg_item_click{
  background-color: #F4F4F4;
  min-height: 52px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.reg_edu_stage .stg_item_click:after{
  content: '';
  background: url('/search/parts/assets/img/icon/triangle_box_icon.svg') center/contain no-repeat;
  display: block;
  width: 28px;
  height: 28px;
  margin-left: auto;
  transform: rotate(180deg);
  margin-right: 16px;
}
.reg_edu_stage .stg_item_click.selected:after{
  transform: rotate(0deg);
}
.reg_edu_stage .region_item,.reg_edu_stage .education_stage{
  margin-bottom: 25px;
  background-color: #fff;
  /* padding: 4px; */
  border-radius: 4px;
}
.region_show .stage_item_inner:last-child{
  padding-bottom: 0;
}
.stage_item_inner{
  padding: 0 23px;
  margin-top: 16px;
}
.stage_item_inner p.sub_txt{
  margin-bottom: 10px;
}
.stg_item_layer{
  position: relative;
}
.stg_check_click{
  font-weight: bold;
  font-family: "Noto Sans JP-Bold", sans-serif;
  background-color: transparent;
  display: inline-flex;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 16px;
  margin: auto 0;
}
.stg_check_click,.stg_subitem_click{
  color: #5A5B5E;
  font-size: 14px;
  line-height: 20px;
}
.stg_subitem_click{
  background-color: #F4F4F4;
  padding: 16px;
}
.stg_check_click.selected,.stg_item.selected .stg_subitem_click{
  color: #5C4E9C;
}
.stg_check_click.selected:before,.stg_item .stg_subitem_click.selected:before{
  background: url('/search/parts/assets/img/icon/selected_check_icon.svg') center/contain no-repeat;
}
.stg_check_click::before,.stg_subitem_click:before{
  content: '';
  background: url('/search/parts/assets/img/icon/regtangle_icon.svg') center/contain no-repeat;
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
.stg_item_show{
  padding-left: 24px;
  padding-top: 16px;
  margin-top: 16px;
  /* display: none; */
}
.stg_content_show .stg_item_show:first-child{
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}
.stg_item_show label{
  font-weight: normal;
}
.stg_item{
  display: flex;
  align-items: center;
}
.stg_city_btn{
  position: relative;
}
.stg_city_btn .btn{
  padding-left: 6px;
  padding-right: 25px;
  font-size: 12px;
}
.stg_city_btn .btn.selected{
  color: #5C4E9C;
  border-color: #5C4E9C;
  background-color: #fff;
}
.stg_subitem_click.selected{
  color: #5C4E9C;
}
.stg_city_btn:after{
  background: url('/search/parts/assets/img/icon/right_triangle_icon_selected.svg') center/contain no-repeat;
  transform: rotate(90deg);
  right: 10px;
}
.stg_item.selected .select_box select{
  border-color: #5C4E9C;
  color: #5C4E9C;
  font-weight: bold;
  font-family: "Noto Sans JP-Bold", sans-serif;
}
.stg_subitem_click{
  background-color: transparent;
  width: auto;
  min-width: max-content;
}
.stg_item.selected label{
  font-weight: bold;
  font-family: "Noto Sans JP-Bold", sans-serif;
  color: #5C4E9C;
}
.stg_item_show_inner{
  margin-left: 40px;
  margin-top: 24px;
}
.stg_item_show_inner ul{
  display: flex;
  flex-wrap: wrap;
}
.stg_item_show_inner ul li{
  display: inline-block;
  margin-right: 24px;
  margin-bottom: 16px;
}
.education_stage .stage_item_inner .stage_msg{
  padding-top: 16px;
  margin-bottom: 16px;
  /* margin-left: 25px; */
}
.education_stage .stage_item_lst{
  padding-top: 16px;
  border-top: 1px solid #CECECE;
  display: flex;
  flex-wrap: wrap;
}
.education_stage .stage_item_lst.two_col .edu_main_lst{
  width: 42.6%;
}
.education_stage .stage_item_lst:first-child{
  border-top: 0;
  padding-top: 0;
  margin-top: 0;
}
.education_stage .stage_item_lst:last-child{
  padding-bottom: 0;
}
.education_stage .stage_item_lst .edu_main_lst{
  margin-right: 4%;
  /* width: 318px;
  margin-right: 64px; */
  margin-bottom: 20px;
}
.education_stage .edu_main_lst.ch_main_lst li ul{
  margin-left: 0;
}
.education_stage .stage_item_gp{
  /* margin-right: 64px; */
  margin-right: 4.954%;
}
.institution_tbl .sticky_item td:first-child,
.sticky_item thead tr:last-child th:first-child{
  display: none;
}
.institution_tbl .sticky_item td:nth-child(2),
.sticky_item thead tr:last-child th:nth-child(2){
  left: 0!important;
}
.education_stage .stage_item_gp .edu_main_lst{
  margin-right: 0;
}
/* .education_stage .stage_item_lst .edu_main_lst:nth-child(3n){
  margin-right: 0;
} */
.stage_item_lst .stage_item_gp label{
  margin-bottom: 10px;
  display: block;
  font-weight: normal;
}
.education_stage .edu_main_lst label, .stg_txt_title{
  font-size: 14px;
}
.education_stage .edu_main_lst input[type="checkbox"]{
  min-width: 15px;
  height: 15px;
  position: relative;
  top: 2.5px;
}
.education_stage .edu_main_lst li ul{
  margin-top: 16px;
  margin-left: 25px;
}
.education_stage .edu_main_lst li ul li{
  margin-top: 16px;
}
.education_stage .edu_main_lst li ul li label{
  font-weight: normal;
  font-size: 13px;
}
/* textarea box */
textarea{
  padding: 6px 10px;
  box-sizing: border-box;
  outline: 0;
  color: #5A5B5E;
  resize: vertical;
  font-size: 13px;
  display: flex;
  align-items: center;
}
textarea:read-only{
  cursor: auto;
}
.textarea_box{
  margin-top: 8px;
}
.textarea_box textarea{
  width: 100%;
  height: 48px;
  outline: 0;
  border: 1px solid #D0D0D0;
  border-radius: 4px;
}
/* .textarea_box textarea::-webkit-scrollbar {
  display: none;
} */

/* data_off_btn */
.data_off_btn{
  pointer-events: none!important;
  background-color: #B9B9B9!important;
  border-color: #B9B9B9!important;
  color: #fff!important;
}
.sticky_item .hoz_sticky td:first-child, .sticky_item .hoz_sticky_01 td:nth-child(2),
.sticky_item table thead tr th:first-child,
.edu_table .sticky_item .vtl_sticky tr th:nth-child(2) {
  position: sticky;
  left: 0;
}
.sticky_item .hoz_sticky td:first-child, .sticky_item .hoz_sticky_01 td:nth-child(2),
.sticky_item thead tr:last-child th:first-child {
  /* background: #fff; */
  padding: 0;
}
.sticky_item .hoz_sticky td:first-child span, .sticky_item .hoz_sticky_01 td:nth-child(2) span,
.sticky_item thead tr:last-child th:first-child span {
  background: #fff;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 10px;
  min-height: 35px;
}
/* .institution_tbl .sticky_item td:first-child,
.institution_tbl .sticky_item td:nth-child(2){
  background-color: transparent;
} */
.institution_tbl .sticky_item td:first-child span,
.institution_tbl .sticky_item td:nth-child(2) a{
  position: relative;
  z-index: 2;
}
.institution_tbl .sticky_item td:first-child:after,
.institution_tbl .sticky_item td:nth-child(2):after{
  /* content: ''; */
  display: block;
  width: 100%;
  height: 40%;
  position: absolute;
  /* background-color: #fff; */
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.institution_tbl .sticky_item table thead tr.int_sticky_th{
  position: relative;
  z-index: 2;
}
.institution_tbl .sticky_item table thead tr.sub_lst th:first-child,
.institution_tbl .sticky_item table thead tr.sub_lst th:nth-child(2){
  position: relative;
  left: 0!important;
}
.institution_tbl .sticky_item table thead tr th:after{
  content: none!important;
}
.sticky_item thead tr:last-child th:first-child{
  z-index: 1;
}
.sticky_item .hoz_sticky_01 td:nth-child(2),
.edu_table .sticky_item .vtl_sticky tr th:nth-child(2){
  border-right: 0!important;
}
.sticky_item table thead,
.sticky_item thead tr:last-child th:first-child:after{
  border-bottom: 0!important;
}
.sticky_item thead tr:last-child th:after{
  content: '';
  position: absolute;
  border-bottom: 2px solid #C5C6C7;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
}
.edu_table .sticky_item thead tr:last-child th:nth-child(2):after{
  border-bottom: 0!important;
}
.edu_table .sticky_item .hoz_sticky_01 td:nth-child(2):after,
.edu_table .sticky_item .vtl_sticky tr th:nth-child(2):after{
  content: '';
  position: absolute;
  border-right: 2px solid #C5C6C7;
  height: 100%;
  right: -1px;
  top: 0;
}
.edu_table .sticky_item thead tr th:first-child,
.edu_table .sticky_item thead tr th:nth-child(2){
  background-color: #fff;
}
.edu_table .sticky_item thead tr:first-child th:first-child,
.edu_table .sticky_item thead tr:first-child th:nth-child(2){
  background-color: #5C4E9C;
}
.vtl_sticky{
  position: sticky;
  top: 0;
  z-index: 2;
  background-color: #fff;
}
.sc_top, .inner_sc{max-width: 1200px;overflow-x: auto;}
.sc_top{height: 14px; overflow-y: hidden;}
.sc_item {
  /* max-width:1000px;  */
  height: 20px; 
}

.institution_tbl table thead th:first-child{
  border-radius: 0!important;
  text-align: left;
}
.institution_tbl table thead th:first-child,
.institution_tbl table thead th:nth-child(2){
  position: sticky;
  /* background-color: #fff; */
  z-index: 1;
}
.institution_tbl table tbody tr.selected td:first-child,
.institution_tbl table tbody tr.selected td:nth-child(2){
  background-color: #FFFDD6;
}
.institution_tbl table tbody tr.end_item td:first-child,
.institution_tbl table tbody tr.end_item td:nth-child(2){
  background-color: #E5E5E5;
}
.institution_tbl .sticky_item table tbody tr.selected td:first-child:after,
.institution_tbl .sticky_item table tbody tr.selected td:nth-child(2):after{
  background-color: #FFFDD6;
}
.institution_tbl .sticky_item table tbody tr.end_item td:first-child:after,
.institution_tbl .sticky_item table tbody tr.end_item td:nth-child(2):after{
  background-color: #E5E5E5;
}
.institution_tbl table tbody tr td{
  border-bottom: 1px solid #C5C6C7;
}
.institution_tbl .table_item{
  margin-top: 0;
}
.institution_tbl table thead .sub_item{
  position: relative;
}
.institution_tbl table thead tr.sub_lst th{
  background-color: #F8F8F8!important;
}
.prog_btn_gp{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 24px;
}
.prog_btn_gp div{margin-right: 20px;}
.prog_btn_gp .btn{
    font-family: "Noto Sans JP", sans-serif;
    min-width: 180px;
    border-radius: 22px;
}
.prog_btn_gp div:last-child{
  margin-right: 0;
}
.form_item_gp{
  border: 1px solid #ddd;
}
.form_gp_content .form_item_gp{
  border-bottom: 0;
}
.form_gp_content .form_item_gp .form_gp{
  display: flex;
  border-bottom: 1px solid #ddd;
}
.form_gp_content .form_item_gp .lft_item{
    min-width: 350px;
    max-width: 350px;
    font-weight: bold;
    font-family: "Noto Sans JP-Bold", sans-serif;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    padding: 12px;
    background-color: #F4F4F4;
    padding-right: 50px;
    position: relative;
    box-sizing: border-box;
}
/* .form_gp_content .form_item_gp .lft_item:after{
  content: ':';
  display: block;
  padding: 0 20px;
  box-sizing: border-box;
  position: absolute;
  right: 0;
} */
.form_gp_content .form_item_gp .lft_item label{
  font-size: 14px;
  font-weight: bold;
}
.form_gp_content .form_item_gp .rgh_item{
  padding: 12px;
}
.form_gp_content .form_item_gp .rgh_item p{
  font-size: 13px;
  font-family: "Noto Sans JP-Bold", sans-serif;
}
.sec_condition_content{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 16px 0;
}
.sec_condition_content p{
  font-size: 12px;
  line-height: 19px;
  min-width: 60px;
}
.sec_condition_content .cond_title:after{
  content: '：';
  font-size: 12px;
  line-height: 19px;
}
.sec_condition_content .cond_txt{
  display: flex;
}
.sec_condition_content .cond_txt span{
  word-break: keep-all;
  padding-right: 10px;
}

/* alert message */
.alert_content{
  margin-top: 30px;
  /* background-color: #d5d5d5; */
  border: 1px solid #d5d5d5;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 5px;
}
.alert_content h5{
  font-size: 14px;
  margin-bottom: 6px;
}
.alert_content p{
  font-size: 12px;
}


/* PC version */
@media screen and (min-width: 768px) {
  .fixed-position{
      height: 100%;
      overflow: hidden;
  }
}

/* SP version */
@media screen and (max-width: 768px) {
  .ct_flex_gp{
    margin-bottom: calc(30 / 750 * 100vw);
  }
  .return_btn_gp .return_btn{
    margin: 0 calc(20 / 750 * 100vw) 0 0;
    min-width: calc(160 / 750 * 100vw);
    padding: calc(6 / 750 * 100vw) calc(10 / 750 * 100vw);
  }
  .return_btn::before{
    width: calc(20 / 750 * 100vw);
    height: calc(20 / 750 * 100vw);
    margin-right: calc(6 / 750 * 100vw);
  }
  .error{
    margin-top: calc(10/750 * 100vw);
    font-size: calc(12/750 * 100vw)!important;
  }
  .pg_txt{
    font-size: calc(24/750 * 100vw);
  }
  .pg_title{
    font-size: calc(36/750 * 100vw);
  }
  .txt_desc{
    font-size: calc(26/750 * 100vw);
  }
  .inner_width{
    padding: 0 calc(60/750 * 100vw);
  }
  input[type="checkbox"] {
    min-width: calc(28/750 * 100vw);
    height: calc(28/750 * 100vw);
    border-radius: calc(4/750 * 100vw);
  }
  input[type="checkbox"]::after {
    border-width: calc(2/750 * 100vw);
  }
  input[type="checkbox"]:checked::before {
    width: calc(4/750 * 100vw);
    height: calc(10/750 * 100vw);
    border-width: 0 calc(2/750 * 100vw) calc(2/750 * 100vw) 0;
    top: calc(-6/750 * 100vw);
  }
  input[type="text"]:focus,input[type="password"]:focus,input[type="email"]:focus,textarea:focus{
    border-width: calc(4/750 * 100vw);
  }
  input[type="radio"] {
    min-width: calc(40/750 * 100vw);
    height: calc(40/750 * 100vw);
    border-radius: calc(60/750 * 100vw);
  }
  input[type="radio"]::after {
    border-width: calc(4/750 * 100vw);
    border-radius: calc(60/750 * 100vw);
  }
  input[type="radio"]:checked::before {
    width: calc(8/750 * 100vw);
    height: calc(8/750 * 100vw);
    border-radius: calc(20/750 * 100vw);
  }
  .loading_icon{
    width: calc(100/750 * 100vw);
  }
  .data_loading{
    width: calc(36/750 * 100vw);
    right: calc(20/750 * 100vw);
  }
  .textarea_box .txt_desc{
    margin-bottom: calc(20/750 * 100vw);
  }
  .btn{
    min-width: calc(264/750 * 100vw);
    font-size: calc(28/750 * 100vw);
    line-height: calc(38/750 * 100vw);
    border-width: calc(2/750 * 100vw);
    padding: calc(10/750 * 100vw) calc(30/750 * 100vw);
    border-radius: calc(100/750 * 100vw);
  }
  .btn .csv_icon, .btn .icon_img{
    width: calc(32/750 * 100vw);
    margin-right: calc(8/750 * 100vw);
  }
  .hg_28 {
      height: calc(56/750 * 100vw);
  }
  .hg_33 {
      min-height: calc(60/750 * 100vw);
  }
  .pl_23{
    padding-left: calc(15/750 * 100vw);
    padding-right: calc(15/750 * 100vw);
  }
  .del_btn{
    font-size: calc(24/750 * 100vw);
    line-height: calc(38/750 * 100vw);
    border-width: calc(2/750 * 100vw);
    padding: calc(4/750 * 100vw) calc(10/750 * 100vw);
    min-height: calc(54/750 * 100vw);
    border-radius: calc(40/750 * 100vw);
  }
  .del_btn span:before{
    width: calc(22/750 * 100vw);
    height: calc(26/750 * 100vw);
    top: calc(4/750 * 100vw);
    margin-right: calc(8/750 * 100vw);
  }
  .rec_btn{
    font-size: calc(26/750 * 100vw);
    line-height: calc(38/750 * 100vw);
    border-width: calc(2/750 * 100vw);
    border-radius: calc(8/750 * 100vw);
    min-width: calc(100/750 * 100vw);
    padding: calc(10/750 * 100vw) calc(32/750 * 100vw);
  }
  .ext_link:after{
    width: calc(24/750 * 100vw);
    height: calc(24/750 * 100vw);
    margin-left: calc(12/750 * 100vw);
  }
  .export_btn:before{
    width: calc(32/750 * 100vw);
    height: calc(36/750 * 100vw);
    margin-right: calc(8/750 * 100vw);
  }
  .inst_add:before{
    width: calc(28/750 * 100vw);
    height: calc(36/750 * 100vw);
    margin-right: calc(8/750 * 100vw);
  }
  .ext_icon{
    width: calc(24/750 * 100vw);
    margin-left: calc(12/750 * 100vw);
  }
  .move_top{
    margin-top: calc(60/750 * 100vw);
  }
  .move_top .mt_link{
    font-size: calc(26/750 * 100vw);
    line-height: calc(38/750 * 100vw);
  }
  .move_top .mt_link img{
    width: calc(48/750 * 100vw);
    margin-right: calc(8/750 * 100vw);
  }
  .lock_btn:before,.edit_btn:before{
    width: calc(32/750 * 100vw);
    height: calc(34/750 * 100vw);
    margin-right: calc(8/750 * 100vw);
  }
  .edit_lock_btn{
    width: 100%;
    border-width: calc(4/750 * 100vw);
    font-size: calc(26/750 * 100vw);
    padding-top: calc(14/750 * 100vw);
    padding-bottom: calc(14/750 * 100vw);
  }
  .edit_lock_btn:before{
    width: calc(36/750 * 100vw);
    height: calc(42/750 * 100vw);
    margin-right: calc(8/750 * 100vw);
  }
  .sv_txt{
    font-size: calc(26/750 * 100vw);
    line-height: calc(38/750 * 100vw);
    margin: calc(32/750 * 100vw) 0;
  }
  .right_btn_gp{
    margin-top: calc(48/750 * 100vw);
  }
  .right_btn_gp .btn{
    margin: 0 calc(32/750 * 100vw) 0 0;
  }
  .title_item{
    margin-bottom: calc(30/750 * 100vw);
  }
  .subtotal{
    margin-right: calc(80/750 * 100vw);
    min-width: calc(250/750 * 100vw);
  }
  .stg_item{
    flex-wrap: wrap;
  }
  .stg_item .noti_txt{
    width: 100%;
    margin: 0 0 calc(30/750 * 100vw) calc(40/750 * 100vw);
  }
  .noti_txt p{
    margin-top: calc(6/750 * 100vw);
    font-size: calc(26/750 * 100vw);
  }
  .copy_txt{
    margin-top: calc(20/750 * 100vw);
  }
  .copy_txt .copy_icon img{
    width: calc(46/750 * 100vw);
    margin-left: calc(8/750 * 100vw);
  }
  .form_content .form_item_gp.bor_top{
    padding-top: calc(32/750 * 100vw);
    margin-top: calc(32/750 * 100vw);
  }
  .form_content .form_gp{
    margin-bottom: calc(32/750 * 100vw);
  }
  .form_content label, .stg_txt_title{
    font-size: calc(24/750 * 100vw);
    line-height: calc(34/750 * 100vw);
  }
  .form_content .form_gp label{
    margin-bottom: calc(8/750 * 100vw);
  }
  .form_content .form_gp input::placeholder{
    font-size: calc(26/750 * 100vw);
    line-height: calc(38/750 * 100vw);
  }
  .form_content .form_gp input[type = 'text'], .select_box select{
    border-width: calc(2/750 * 100vw);
    border-radius: calc(8/750 * 100vw);
    padding: 0 calc(30/750 * 100vw) 0  calc(15/750 * 100vw);
    min-height: calc(60/750 * 100vw);
    font-size: calc(26/750 * 100vw);
    line-height: calc(38/750 * 100vw);
  }
  .select_box{
    border-radius: calc(8/750 * 100vw);
  }
  .select_box select{
    line-height: calc(60/750 * 100vw)!important;
  }
  .select_box:after,.stg_city_btn:after{
    width: calc(30/750 * 100vw);
    height: calc(15/750 * 100vw);
    margin-left: calc(8/750 * 100vw);
    right: calc(10/750 * 100vw);
  }
  .keyword_item{
    padding-top: calc(32/750 * 100vw);
  }
  .keyword_item .form_gp{
    width: 100%;
    margin-right: calc(20/750 * 100vw);
  }
  .keyword_item .form_gp .txt_box input{
    height: calc(60/750 * 100vw);
  }
  .ck_box_item label,.rd_box_item label{
    font-size: calc(26/750 * 100vw);
    line-height: calc(38/750 * 100vw);
  }
  .rd_box_item label{
    font-size: calc(28/750 * 100vw);
    line-height: calc(40/750 * 100vw);
  }
  .ck_box_item label input[type="checkbox"],
  .rd_box_item label input[type="radio"]{
    margin-right: calc(12/750 * 100vw);
  }
  .bor_top{
    border-top-width: calc(2/750 * 100vw);
  }
  .btn_item_gp .btn_gp_item{
    padding: calc(32/750 * 100vw) 0;
  }
  .btn_item_gp .btn_gp_item ul li{
    margin-right: calc(8/750 * 100vw);
  }
  .checkbox_gp_item{
    padding-top: calc(32/750 * 100vw);
    margin-bottom: calc(14/750 * 100vw);
  }
  .checkbox_gp_item .ck_box_item{
    margin-right: calc(24/750 * 100vw);
  }
  .ck_title{
    border-radius: calc(6/750 * 100vw) calc(6/750 * 100vw) 0 0;
    font-size: calc(26/750 * 100vw);
    line-height: calc(38/750 * 100vw);
    padding: calc(12/750 * 100vw) calc(32/750 * 100vw);
    margin-bottom: calc(32/750 * 100vw);
  }
  .sub_txt{
    font-size: calc(28/750 * 100vw);
    line-height: calc(40/750 * 100vw);
    margin-top: calc(10/750 * 100vw);
  }
  .content .header{
    padding: calc(20/750 * 100vw) calc(30/750 * 100vw) calc(30/750 * 100vw);
    flex-wrap: wrap;
  }
  .content .header h2.pg_title{
    margin: 0 0 0 auto;
    font-size: calc(24/750 * 100vw);
  }
  .content .header .jpf_logo{
    min-width: calc(180/750 * 100vw);
    max-width: calc(180/750 * 100vw);
  }
  .content .header .admin .user_acc figure{
    width: calc(36/750 * 100vw);
    margin: calc(8/750 * 100vw) calc(8/750 * 100vw) 0 0;
  }
  .content .header .admin .user_acc .prof p,.content .header .admin .user_acc .prof input{
    font-size: calc(26/750 * 100vw);
    line-height: calc(38/750 * 100vw);
  }
  .content .header .admin .user_acc .prof input{
    margin-top: calc(6/750 * 100vw);
  }
  .content .header .admin{
    margin-top: calc(20/750 * 100vw);
    margin-left: auto;
    justify-content: end;
  }
  .content .header .admin .lang{
    margin-left: 0;
  }
  .content .header .admin .lang span{
    width: calc(80/750 * 100vw);
    height: calc(44/750 * 100vw);
    font-size: calc(24/750 * 100vw);
    line-height: calc(34/750 * 100vw);
  }
  .content .header .admin .lang .jp span{
    border-radius: calc(10/750 * 100vw) 0 0 calc(10/750 * 100vw);
  }
  .content .header .admin .lang .en span{
    border-radius: 0 calc(10/750 * 100vw) calc(10/750 * 100vw) 0;
  }
  .content .footer{
    padding: calc(120/750 * 100vw) calc(20/750 * 100vw) calc(40/750 * 100vw);
  }
  .content .footer p{
    font-size: calc(20/750 * 100vw);
    line-height: calc(54/750 * 100vw);
  }
  .table_content .inner_width{
    padding: calc(48/750 * 100vw) calc(20/750 * 100vw);
  }
  .table_item{
    border-width: calc(2/750 * 100vw);
    margin-top: calc(32/750 * 100vw);
    margin-bottom: 0;
  }
  table thead th, table tbody td{
    padding: calc(20/750 * 100vw);
  }
  table thead th{
    font-size: calc(24/750 * 100vw);
    line-height: calc(38/750 * 100vw);
  }
  table thead th:first-child{
    border-radius: calc(40/750 * 100vw) 0 0 calc(40/750 * 100vw);
  }
  table thead th span:after{
    min-width: calc(20/750 * 100vw);
    min-height: calc(28/750 * 100vw);
    width: calc(20/750 * 100vw);
    height: calc(28/750 * 100vw);
    margin-left: calc(8/750 * 100vw);
  }
  table thead th.asc span:after,table thead th.desc span:after{
    min-width: calc(20/750 * 100vw);
    min-height: calc(12/750 * 100vw);
    width: calc(20/750 * 100vw);
    height: calc(12/750 * 100vw);
  }
  table thead .sub_item{
    border-bottom-width: calc(2/750 * 100vw);
  }
  table thead tr.sub_lst{
    border-bottom-width: calc(4/750 * 100vw);
  }
  table tbody td{
    font-size: calc(26/750 * 100vw);
    line-height: calc(32/750 * 100vw);
  }
  table tbody tr{
    border-width: calc(2/750 * 100vw);
  }
  table tbody tr td .memo_img{
    width: calc(40/750 * 100vw);
  }
  table tbody tr td figure{
    width: calc(28/750 * 100vw);
  }
  .summary_status .table_content.prog_table .table_item,
  .ratio_status .table_content.prog_table .table_item,
  .institution_tbl .table_item{
      max-height: calc(858/750 * 100vw);
  }
  .tb_scroll_content .table_content .table_item{
    max-height: calc(750/750 * 100vw);
  }
  table tr td.school-name,
  table tr td.dept-name{
    max-width: calc(300/750 * 100vw);
    width: calc(300/750 * 100vw);
  }
  .content .body_content{
    padding: calc(50/750 * 100vw) calc(80/750 * 100vw) 0;
  }
  .content .table_body .title_content{
    padding: calc(40/750 * 100vw) calc(20/750 * 100vw) 0;
  }
  .mdl_lock_studio p{
    margin-top: calc(280/750 * 100vw);
    font-size: calc(32/750 * 100vw);
    line-height: calc(28/750 * 100vw);
  }
  .pagination button{
    font-size: calc(20/750 * 100vw);
    min-width: calc(40/750 * 100vw);
    min-height: calc(40/750 * 100vw);
    border-radius: calc(6/750 * 100vw);
    border-width: calc(2/750 * 100vw);
    margin-right: calc(4/750 * 100vw);
    padding: calc(4/750 * 100vw) calc(6/750 * 100vw);
  }
  .pagination span{
    margin-right: calc(8/750 * 100vw);
  }
  .pg_setting{
    flex-direction: column;
    margin-bottom: calc(10/750 * 100vw);
  }
  .pg_setting .pgi_content{
    flex-wrap: wrap;
    order: 2;
    margin-right: auto;
  }
  .pg_setting .pgi_content .pagination{
    margin-top: calc(20/750 * 100vw);
  }
  .pgi_title{
    font-size: calc(20/750 * 100vw);
    line-height: calc(28/750 * 100vw);
    margin-right: calc(15/750 * 100vw);
    position: relative;
    top: calc(10/750 * 100vw);
  }
  .pg_setting_item{
    margin: 0 auto calc(10/750 * 100vw) 0;
  }
  .pg_setting_item .btn{
    margin: 0 calc(20/750 * 100vw) 0 0;
    font-size: calc(23/750 * 100vw);
    min-width: calc(300/750 * 100vw);
  }
  .pg_setting .result_item{
    margin-left: auto;

  }
  .pg_setting .result_label{
    font-size: calc(24/750 * 100vw);
    line-height: calc(34/750 * 100vw);
    margin-right: calc(20/750 * 100vw);
  }
  .pg_setting .result_item .select_box{
    min-width: calc(125/750 * 100vw);
  }
  .sec_condition_gp{
    margin-top: calc(64/750 * 100vw);
  }
  .sec_condition_gp .btn{
    margin-right: calc(32/750 * 100vw);
    margin-bottom: calc(20/750 * 100vw);

  }
  .search_content .simple_search{
    margin-top: calc(32/750 * 100vw);
    padding-top: calc(32/750 * 100vw);
    padding-bottom: calc(40/750 * 100vw);
  }
  .reg_edu_stage .ck_item,.stg_subitem_click{
    border-radius: calc(8/750 * 100vw);
  }
  .reg_edu_stage .ck_item{
    font-size: calc(26/750 * 100vw);
    line-height: calc(38/750 * 100vw);
    padding: calc(20/750 * 100vw) calc(24/750 * 100vw);
  }
  .reg_edu_stage .ck_item:before{
    width: calc(32/750 * 100vw);
    height: calc(32/750 * 100vw);
    margin-right: calc(12/750 * 100vw);
  }
  .reg_edu_stage .stg_item_click{
    min-height: calc(80/750 * 100vw);
  }
  .reg_edu_stage .stg_item_click:after{
    width: calc(36/750 * 100vw);
    height: calc(36/750 * 100vw);
    margin-right: calc(24/750 * 100vw);
  }
  .reg_edu_stage .region_item,.reg_edu_stage .education_stage{
    margin-bottom: calc(40/750 * 100vw);
    border-radius: calc(8/750 * 100vw);
  }
  .stage_item_inner{
    padding: 0 calc(50/750 * 100vw);
    margin-top: calc(32/750 * 100vw);
  }
  .stage_item_inner p.sub_txt{
    margin-bottom: calc(20/750 * 100vw);
  }
  .stg_check_click{
    left: calc(24/750 * 100vw);
  }
  .stg_check_click,.stg_subitem_click{
    font-size: calc(28/750 * 100vw);
    line-height: calc(40/750 * 100vw);
  }
  .stg_subitem_click{
    padding: calc(20/750 * 100vw) calc(32/750 * 100vw);
    text-align: left;
  }
  .stg_check_click::before,.stg_subitem_click:before{
    width: calc(32/750 * 100vw);
    height: calc(32/750 * 100vw);
    min-width: calc(32/750 * 100vw);
    min-height: calc(32/750 * 100vw);
    margin-right: calc(12/750 * 100vw);
  }
  .stg_item_show{
    padding-left: calc(20/750 * 100vw);
    padding-top: calc(32/750 * 100vw);
    margin-top: calc(32/750 * 100vw);
  }
  .stg_city_btn .btn{
    padding-left: calc(12/750 * 100vw);
    padding-right: calc(50/750 * 100vw);
    font-size: calc(24/750 * 100vw);
  }
  .stg_city_btn:after{
    right: calc(10/750 * 100vw);
  }
  .stg_item_show_inner{
    margin-left: calc(60/750 * 100vw);
    margin-top: 0;
  }
  .stg_item_show_inner ul li{
    margin-right: calc(48/750 * 100vw);
    margin-bottom: calc(32/750 * 100vw);
  }
  .education_stage .stage_item_inner .stage_msg{
    padding-top: calc(32/750 * 100vw);
    margin-bottom: calc(32/750 * 100vw);
    font-size: calc(24/750 * 100vw);
  }
  .education_stage .stage_item_lst{
    padding-top: calc(32/750 * 100vw);
    border-top-width: calc(2/750 * 100vw);
  }
  .education_stage .stage_item_lst .edu_main_lst{
    /* width: calc(400/750 * 100vw); */
    width: 100%;
    /* margin-right: calc(65/750 * 100vw); */
    margin-right: 0;
    margin-bottom: calc(30/750 * 100vw);
  }
  .stage_item_lst .stage_item_gp label{
    margin-bottom: calc(20/750 * 100vw);
  }
  .education_stage .edu_main_lst label, .stg_txt_title{
    font-size: calc(28/750 * 100vw);
  }
  .education_stage .edu_main_lst input[type="checkbox"]{
    min-width: calc(28/750 * 100vw);
    height: calc(28/750 * 100vw);
    top: calc(5/750 * 100vw);
  }
  .education_stage .edu_main_lst li ul{
    margin-top: calc(20/750 * 100vw);
    margin-left: calc(50/750 * 100vw);
  }
  .education_stage .edu_main_lst li ul li{
    margin-top: calc(20/750 * 100vw);
  }
  .education_stage .edu_main_lst li ul li label{
    font-size: calc(26/750 * 100vw);
  }
  textarea{
    padding: calc(12/750 * 100vw) calc(20/750 * 100vw);
    font-size: calc(26/750 * 100vw);
  }
  .textarea_box{
    margin-top: calc(8/750 * 100vw);
  }
  .textarea_box textarea{
    height: calc(80/750 * 100vw);
    border-width: calc(2/750 * 100vw);
    border-radius: calc(8/750 * 100vw);
  }
  .sticky_item thead tr:last-child th:after{
    border-bottom-width: calc(4/750 * 100vw);
  }
  .sticky_item .hoz_sticky td:first-child span, .sticky_item .hoz_sticky_01 td:nth-child(2) span,
  .sticky_item thead tr:last-child th:first-child span {
    padding: 0 calc(20/750 * 100vw);
    min-height: calc(70/750 * 100vw);
  }
  .edu_table .sticky_item .hoz_sticky_01 td:nth-child(2):after,
  .edu_table .sticky_item .vtl_sticky tr th:nth-child(2):after{
    border-right-width: calc(4/750 * 100vw);
    right: calc(-2/750 * 100vw);
  }
  .sc_top{height: calc(28/750 * 100vw);}
  .sc_item {
    height: calc(40/750 * 100vw); 
  }
  .institution_tbl table tbody tr td{
    border-bottom-width: calc(2/750 * 100vw);
  }
  .prog_btn_gp{
    margin-bottom: calc(48/750 * 100vw);
    justify-content: center;
  }
  .prog_btn_gp div{margin-right: calc(20/750 * 100vw);}
  .prog_btn_gp .btn{
    min-width: calc(300/750 * 100vw);
    border-radius: calc(40/750 * 100vw);
  }
  .prog_btn_gp .btn.print{
    min-width: calc(200/750 * 100vw);
  }
  .form_item_gp{
    border: 0;
  }
  .form_gp_content .form_item_gp .form_gp{
    display: block;
    border-bottom: 0;
    margin-bottom: calc(40/750 * 100vw);
  }
  .form_gp_content .form_item_gp .lft_item{
    min-width: auto;
    max-width: 100%;
    font-size: calc(28/750 * 100vw);
    line-height: calc(40/750 * 100vw);
    padding-right: calc(100/750 * 100vw);
    padding: calc(10/750 * 100vw) calc(20/750 * 100vw);
    border: 1px solid #ddd;
  }
  .form_gp_content .form_item_gp .lft_item:after{
    padding: 0 calc(40/750 * 100vw);
  }
  .form_gp_content .form_item_gp .lft_item label{
    font-size: calc(28/750 * 100vw);
  }
  .form_gp_content .form_item_gp .rgh_item{
    padding: calc(10/750 * 100vw) calc(20/750 * 100vw) 0;
  }
  .form_gp_content .form_item_gp .rgh_item p{
    font-size: calc(26/750 * 100vw);
  }
  .sec_condition_content{
    margin: calc(16/750 * 100vw) 0;
  }
  .sec_condition_content p{
    font-size: calc(20/750 * 100vw);
    line-height: calc(28/750 * 100vw);
    min-width: calc(100/750 * 100vw);
  }
  .sec_condition_content .cond_title:after{
    font-size: calc(20/750 * 100vw);
    line-height: calc(28/750 * 100vw);
  }
  .sec_condition_content .cond_txt span{
    padding-right: calc(10/750 * 100vw);
  }
  /* alert message */
  .alert_content{
    margin-top: calc(30/750 * 100vw);
    padding: calc(24/750 * 100vw);
    border-radius: calc(10/750 * 100vw);
  }
  .alert_content h5{
    font-size: calc(28/750 * 100vw);
    margin-bottom: calc(12/750 * 100vw);
  }
  .alert_content p{
    font-size: calc(24/750 * 100vw);
  }
}