.help_icon_layout {
  display: flex;
  align-items: center;
}
.layout_fix_column,
.menu_fix_column,
.special_fix_column,
.special_login_column,
.one_fix_column,
.middle_fix_column {
  display: flex;
  flex-direction: column;
}
.layout_fix_column > .container,
.menu_fix_column > .container,
.special_fix_column > .container,
.special_login_column > .container,
.one_fix_column > .container,
.middle_fix_column > .container {
  flex: 1;
}

.jhf_radio_label {
  display: inline-block;
  white-space: nowrap;
}
.jhf_text_label {
  display: inline-block;
  vertical-align: top;
}

.jhf_btn_disable_default {
  box-shadow: none !important;
  cursor: not-allowed;
}
.jhf_menu_id_btn {
  display: none;
}
.nativeRadioBoxCont {
  display: flex;
  flex-direction: row;
}
.nativeRadioBox {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}

.title_header_ccc_div {
  position: relative;
  border: 2px solid #ccc;
  border-top: none;
}
div .title_header_ccc_div:first-child,
.border_top_grey {
  border-top: 2px solid #ccc;
}
.border_solid_bottom {
  border-bottom: 2px solid #ccc;
}
.jhf_header_center {
  justify-content: center;
  align-items: center;
}
.jhf_header_center a {
  padding: 5px 5px;
  background: #0079a2;
}
.jhf_header_center:last-child a {
  padding: 5px 0px 5px 5px;
  background: #0079a2;
}
.jhf_header_center div {
  padding: 5px 5px;
  background: #069c0d;
}

.jhf_raius {
  border-radius: 7px;
}
.jhf_input_disable {
  width: 65px;
  height: 40px;
  color: #000;
}
.jhf_left {
  width: 110px;
  border-top: 1px solid #000;
}
.jhf_left_btn {
  border-radius: 6px;
  background: #a29999;
  color: #fff;
  border: 2px solid #fff;
  margin: 11px 5px;
  padding: 2px 7px;
  font-size: 13px;
}
.jhf_left_btn:first-child {
  margin-top: 60px;
}
.jhf_left_btn:last-child {
  font-size: 12px;
}
.jhf_center {
  background: #fff;
  flex: 1;
  padding: 5px 20px !important;
}

.jhf_medium {
  padding: 10px 20px;
  border-radius: 4px;
}
.jhf_small {
  padding: 9px 30px;
  border-radius: 5px;
}
.jhf_mini {
  padding: 7px 15px;
  border-radius: 3px;
}
.jhf_choose_btn_other {
  background: #ccc !important;
}
.jhf_message_btn {
  background: #0079a2;
}
.jhf_apply_btn {
  background: #fc7e23;
}
.jhf_apply_btn_other {
  background: #fff0e3;
}
.jhf_becareful_btn {
  background: #fcebeb;
}
.jhf_body_back {
  background: #dff0df;
}
.jhf_body_back_other {
  background: #eee;
}
.jhf_content_back {
  background: #fff;
}
.jhf_flex_row {
  display: flex;
  flex-direction: row;
}
.jhf_flex_column {
  display: flex;
  flex-direction: column;
}
.jhf_flex-end {
  justify-content: flex-end;
}
.jhf_flex_space_between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.jhf_flex_center {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.jhf_flex_row_reverse {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.jhf_flex_row_reverse button:last-child {
  margin-right: 20px;
}
.jhf_layout_footer {
  height: 150px;
  box-shadow: 0 0 20px 0 #00673073;
}
.jhf_layout_left {
  margin-left: 5px;
}
.jhf_auto {
  margin: auto;
  width: 1200px;
  justify-content: space-between;
  padding: 50px;
}
.jhf_message_color {
  color: #0079a2;
}

.jhf_side_margin {
  margin: 0 10px;
}

.jhf_postion_absolute {
  position: absolute;
}
.jhf_fixed {
  position: fixed;
  right: 20px;
  bottom: 120px;
  width: 192px;
  height: 96px;
  z-index: 100;
  background-image: url(../../assets/images/greenpostion.png);
  background-repeat: no-repeat;
}
.jhf_fixed img {
  position: absolute;
  right: -12px;
  top: -11px;
  width: 33px;
  height: 32px;
}

.jhf_icon_blue {
  display: block;
}
.jhf_icon_white {
  display: none;
}

.jhf_ol_style ol,
.jhf_ol_style p {
  list-style: none;
  margin: 0;
  padding: 0;
}
.jhf_ol_style ol li {
  margin-right: 20px;
  font-weight: bold;
}
.jhf_ol_style p {
  font-weight: bold;
}
.jhf_ol_style ol li:last-child {
  margin: 0;
}

.jhf_button_pagetop a {
  width: 100%;
  height: 100%;
  display: block;
}
.title_header {
  padding: 10px 20px;
  color: #fff;
  margin: 0;
  font-size: 22px;
  font-weight: bold;
}

.jhf_layout_collapse {
  margin-bottom: 20px;
}
.jhf_layout_collapse_accordion {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  padding: 5px 10px;
}
.jhf_layout_collapse_icon .jhf_layout_collapse_icon_open {
  display: block;
}
.jhf_layout_collapse_icon .jhf_layout_collapse_icon_close {
  display: none;
}
.jhf_layout_collapse_icon_open {
  background-image: url(../../assets/images/iconarrowuwhite.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 28px;
  height: 28px;
  display: none;
}
.jhf_layout_collapse_icon_close {
  background-image: url(../../assets/images/iconarrowdwhite.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 28px;
  height: 28px;
  display: block;
}
.jhf_layout_collapse_panel_default {
  max-height: 100% !important;
}
.jhf_layout_collapse_panel {
  transition: max-height 0.4s ease-out;
  max-height: 0;
  overflow: hidden;
}
.jhf_layout_close {
  position: relative;
  width: 100%;
}
.btn_close_img {
  position: absolute;
  right: 0;
  top: 0;
}
.drawing-board-close {
  min-height: 35px;
  height: 100%;
  height: inherit;
}
.jhf_layout_button {
  display: flex;
  align-items: center;
}
.jhf_layout_button button {
  width: 170px;
  height: 70px;
  flex: 1;
  margin-right: 20px;
  border-radius: 7px;
  background: #ccc;
  color: #666;
  font-size: 14px;
  font-weight: bold;
  outline: none;
}
.jhf_layout_button button:last-child {
  margin: 0;
}
.jhf_layout_button button.current_option {
  background: #006730;
  color: #ffffff;
}
.jhf_center_align_row {
  display: flex;
  align-items: center;
}
.content_base_pc .jhf_center_align_row:last-child {
  margin-bottom: 0;
}
.jhf_layout_bar_header {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.jhf_postion_height {
  height: 100%;
}

/* item */
.jhf_input {
  line-height: initial;
  box-shadow: inset 0px 0px 4px #ccc;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 0 10px;
}
.jhf_input_medium {
  width: 320px;
  height: 40px;
  min-height: 40px;
  color: #000;
}
.jhf_input_small {
  width: 160px;
  height: 40px;
  color: #000;
}
.jhf_apply_btn_other {
  background: #fff0e3;
}
/* ファイルアップロード */
.jhf_input_normal {
  width: 260px;
}

.jhf_postion {
  position: relative;
  z-index: 10;
  color: #fff;
}
.jhf_text {
  text-align: center;
}
.jhf_btn_medium {
  height: 75px;
  line-height: initial;
}
.jhf_btn_small {
  height: 45px;
  line-height: initial;
}
.jhf_btn_mini {
  height: 30px;
  line-height: initial;
}
.jhk_btn_color3 {
  color: #0079a2 !important;
  border: 2px solid #0079a2 !important;
}
.jhf_button_apply_shaow {
  box-shadow: 0 4px 0 0 #d83300;
}
.jhf_button_apply_shaow:hover {
  box-shadow: 0 -4px 0 0 #d83300;
}
.jhf_button_shadow {
  box-shadow: 0 4px 0 0 #005673;
}
.jhf_button_shadow:hover {
  box-shadow: 0 -4px 0 0 #005673;
}
.jhf_padding_diff {
  padding: 10px 30px;
}

.jhf_table {
  width: 100%;
}
.jhf_table tr td,
.jhf_table thead th {
  min-width: 90px;
}
thead {
  background-color: #eeeeee;
}
th,
td {
  border: 2px solid #ccc;
  text-align: center;
  padding: 5px;
}
.jhf_table td:nth-of-type(2) {
  text-align: left;
}
tr td:nth-of-type(2) a,
.ellipsis_text {
  display: inline;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 90%;
  white-space: normal;
}

.jhf_link_title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex: 1;
}
.jhf_header_icon_css {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.att_jhf_header {
  background: #eee;
  background-clip: padding-box;
}
.jhf_td_link {
  text-decoration: underline;
  color: #000;
  font-weight: normal;
}

.jhf_input_number {
  position: relative;
  display: inline-block;
  width: 160px;
  line-height: 38px;
}
.jhf_input_number_decrease {
  left: 1px;
  border-radius: 4px 0 4px;
  border-right: 1px solid #ccc;
}
.jhf_input_number_increase {
  right: 1px;
  border-radius: 0 4px 4px 0;
  border-left: 1px solid #ccc;
}
.jhf_input_number_decrease,
.jhf_input_number_increase {
  position: absolute;
  z-index: 1;
  width: 40px;
  height: auto;
  text-align: center;
  cursor: pointer;
  font-size: 13px;
}
.jhf_input_number_decrease .rakuraku,
.jhf_input_number_increase .rakuraku,
.jhf_input_number_disable .rakuraku {
  color: #fff;
}
.jhf_input_number .jhf_input_number_inner {
  padding: 0 50px;
  text-align: center;
}
.jhf_input_number_inner {
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  color: #606266;
  font: inherit;
  height: 40px;
  line-height: 40px;
  outline: none;
  padding: 0 15px;
  transform: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
}
.jhf_table_header_icon {
  position: relative;
}
.jhf_table_header_icon .rakuraku {
  font-size: 12px;
  height: 12px;
  position: absolute;
}
.jhf_table_header_icon .rk-icon-arrow-up-filling {
  top: -3px;
  left: -20px;
}
.jhf_table_header_icon .rk-icon-arrow-down-filling {
  top: 7px;
  left: -20px;
}
.jhf_table_header_iconIocn {
  position: relative;
}
.jhf_table_header_iconIocn .rakuraku {
  height: 16px;
  position: absolute;
}
.jhf_table_header_iconIocn .rk-icon-arrow-up-filling {
  top: -7px;
  left: -2px;
}
.jhf_table_header_iconIocn .rk-icon-arrow-down-filling {
  top: 5px;
  left: -2px;
}
.jhf_up_down {
  top: 0;
}
.jhf_color_icon {
  color: #0079a2;
}
a.jhf_color_icon:hover {
  opacity: 75%;
}
.jhf_content_warning {
  border: 1px solid #eee;
  width: 100%;
  overflow: hidden;
  display: flex;
}
.jhf_link_style {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  padding-right: 5px;
}
.jhf_56csk {
  margin-bottom: 10px;
}
.jhf_56csk:last-child {
  margin-bottom: 0;
}
.jhf_icon_warning_box {
  flex: 1;
  padding: 10px 0;
}
.jhf_upload {
  display: none;
}
.jhf_input_number_disable {
  width: 65px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  cursor: pointer;
  margin-left: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.jhf_footer_img_css {
  text-decoration: none;
  display: block;
}
.jhf_footer_img_css img {
  display: block;
}
.jhf_box_button a.jhf_button_std_c {
  background-color: #0079a2;
  box-shadow: 0 4px 0 0 #005673;
}
.jhf_box_button a.jhf_button_std_b {
  background-color: #069c0d;
  box-shadow: 0 4px 0 0 #71bb75;
}
.jhf_box_button a.jhf_button_std_b:hover {
  box-shadow: 0 -4px 0 0 #71bb75;
}
.jhf_box_button a.jhf_button_std_c:hover {
  box-shadow: 0 -4px 0 0 #005673;
}
.jhf_dialogplay_icon_green .close {
  position: absolute;
  right: -12px;
  top: -11px;
  width: 33px;
  height: 32px;
  cursor: pointer;
}
.border_solid {
  border: 1px solid #000;
}
.border_solid_top {
  border-top: 1px solid #000;
  color: #999;
}
.border_grey {
  border: 2px solid #ccc;
  padding: 20px;
  margin-bottom: 20px;
}
.text_bold {
  font-weight: bold;
}
.left_margin_normal {
  width: 220px;
  margin-left: 20px;
}
.absolute_right {
  position: absolute;
  right: 0;
}
.link_text {
  color: #0079a2;
  font-weight: bold;
  text-decoration: none;
}
.link_area,
.text_break {
  word-break: break-all;
}
.full_width {
  width: 100%;
}
/* プルダウン */
.jhf_options {
  background-color: #fff;
  border: 1px solid #999;
  max-height: 502px;
  overflow: hidden;
  overflow-y: scroll;
  position: absolute;
  z-index: 999;
}

.jhf_options > .pulldown_content {
  cursor: pointer;
  padding: 2px 0 2px 8px;
}

.jhf_options > .pulldown_content:hover,
.jhf_options > .pulldown_visited {
  background-color: dodgerblue;
  color: #fff;
}

.pulldown_special {
  height: auto;
  min-height: 40px;
  text-align: left;
  white-space: pre-wrap;
}
