@charset "UTF-8";

/* detail */
.elem_content_divide_block .content_divide_col3.points3 .elem_content_divide_box  {
   width: calc(33% - 20px) !important;
   padding-left: 15px !important;
}
.elem_content_divide_block .content_divide_col3.points3 .elem_content_divide_box:first-child {
   padding-left: 30px !important;
}
.point {
  padding: 6px;
  border: 3px solid #0033a8;
  background:#fff;
  border-radius: 10px;
  position: relative;
  min-height: 68px;
  display: flex;
  align-items: center;
  
}
.point span {
  position: absolute;
  right: 10px;
  top: 15%;
  font-size: 1.875em;
  font-weight: bold;
}
.point.intern {
  background:#ffffff url(https://www.jetro.go.jp/ext_images/hrportal/img/icon-interm.png) 65% 50% no-repeat;
  background-size:50px 50px;
}
.point.adoption{
  background:#ffffff url(https://www.jetro.go.jp/ext_images/hrportal/img/icon-adoption.png) 70% 50% no-repeat;
  background-size:45px 45px;
}
.point.english{
  background:#ffffff url(https://www.jetro.go.jp/ext_images/hrportal/img/icon-english.png) 65% 50% no-repeat;
  background-size:50px 50px;
}
.point.off {
  border: 3px solid #cdcdcd;
}
.point.intern.off {
  background:#ffffff url(https://www.jetro.go.jp/ext_images/hrportal/img/icon-interm-off.png) 65% 50% no-repeat;
}
.point.adoption.off {
  background:#ffffff url(https://www.jetro.go.jp/ext_images/hrportal/img/icon-adoption-off.png) 70% 50% no-repeat;
}
.point.english.off {
  background:#ffffff url(https://www.jetro.go.jp/ext_images/hrportal/img/icon-english-off.png) 65% 50% no-repeat;
}


/* search */
.elem_text_list_note .elem_form_list.var_pt3 ul.liner li  {
    padding: 3px 0 0 15px;
}
.elem_text_list_note dl .elem_form_list ul.liner li:first-child {
    padding-left: 0;
}

.linkBox.btn_search {
    margin-left: auto; 
    margin-right: auto;
    width: 200px;
}
.linkBox.btn_search span {
    padding-right: 0 !important;
    background: transparent url(/library/icons/bt_search.png) no-repeat scroll 20% 20%;
}
.elem_form_list.column3  ul.liner li {
   width: 226px;
   font-size: 1.125em;
}
.elem_form_list.column3  ul.liner li:first-child {
   width: 180px;
}
.elem_form_list.column6  ul.liner li {
   width: 200px;
   padding-right: 20px !important;
}

.arrow .innner_arrow {
    position: relative;
}
.arrow a {
    padding-left: 40px !important;
}
.arrow a:before {
    position: absolute;
    content: "";
    left: 10px;
    top: 0;
    width: 12px;
    height: 12px;
    border-top: 3px solid #006ec8;
    border-left: 3px solid #006ec8;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.arrow.open a:before {
    top: 28%;
    border-bottom: 3px solid #006ec8;
    border-right: 3px solid #006ec8;
    border-top: none;
    border-left: none;
}

div.elem_text_list_note table.elem_text_list_note tr td.elem_text_list_note dl.w90 dt {
    width: 90px;
}
div.elem_text_list_note table.elem_text_list_note tr td.elem_text_list_note dl.w90 dd {
    margin: 0 0 0 92px;
}
td dl.w90 .elem_form_list {
    padding: 0;
}
#searchResult .elem_table_basic tbody th {
   background: #fff;
}
.elem_heading_lv2 ul.button {
    top: 0 !important;
}

@media only screen and (max-width: 640px) {
  #searchResult .elem_table_basic th, .elem_table_basic td {
    min-width: 2em;
  }
  #searchCondition .elem_heading_lv2 ul.button {
    position: relative;;
  }

 .elem_content_divide_block .content_divide_col3.points3 .elem_content_divide_box,
 .elem_content_divide_block .content_divide_col3.points3 .elem_content_divide_box:first-child {
    padding-left: 0 !important; 
  }
  #mainArea .elem_content_divide_block .content_divide_col2 .elem_content_divide_box:first-child {
    margin-bottom: 10px;
 }
 .elem_content_divide_block .content_divide_col3.points3 .elem_content_divide_box {
    width: calc(100% - 100px) !important;
    margin-left: auto !important;
        margin-right: auto;
 }

 .elem_pic img.icon_external {
    min-width: auto !important;
}
}
