@media screen and (min-width: 751px) {
  .line_spacing_img_box {
    margin-bottom: 15px;
    margin-top: 15px;
    display: flex;
    width: 100%;
    align-items: center;
    padding-left: 410px;
  }
  .jhf_img_niji {
    border: 1px dashed #999;
    font-size: 14px;
    padding: 5px;
    left: 0 !important;
    width: 100%;
  }
  .qrcode canvas {
    display: block;
    margin: auto;
  }
  .jhf_img_niji > div {
    align-items: center;
    display: flex;
    font-size: 16px;
    height: 240px;
    margin: auto;
    width: 240px;
  }
  .jhf_text_padding_left {
    padding-left: 20px;
  }
  .jhf_space_around {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 100px;
    margin: 45px 0px 30px;
  }
  .jhf_space_around div {
    flex: 1;
  }
  .jhf_space_around div button {
    width: 100%;
  }
  .jhf_space_around div:nth-child(2n) {
    margin: 0 50px;
  }
  .jhf_titled {
    box-shadow: 0 0 20px 0 #00673073;
    left: 80px;
    top: 90px;
    width: 212px;
    z-index: 10;
  }
  .jhf_titled ul {
    list-style-type: none;
    background: #fff;
    overflow: hidden;
    padding: 0;
  }
  .jhf_titled ul li {
    padding: 0 20px;
  }
  .jhf_titled_li {
    border-bottom: 1px solid#eee;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 0;
    align-items: center;
  }
  .jhf_titled ul li:last-child .jhf_titled_li {
    border: none;
  }
  .jhf_titled_li img {
    height: 16px;
    margin-right: 10px;
  }
  .jhf_titled ul li:hover {
    background-color: #006730;
    color: #fff;
  }
  .jhf_titled li:hover > a {
    color: #ffffff;
  }
  .jhf_titled ul li:hover .jhf_icon_blue {
    display: none;
  }
  .jhf_titled ul li:hover .jhf_icon_white {
    display: block;
  }
  .nativeRadio {
    margin-right: 15px;
  }
  .jhf_layout_grid_three {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .jhf_layout_grid_three div.jhf_layout_grid_three_one,
  .jhf_layout_grid_three div.jhf_layout_grid_three_two,
  .jhf_layout_grid_three div.jhf_layout_grid_three_three {
    flex: 1;
    height: 100%;
  }
  .jhf_layout_grid_three div.jhf_layout_grid_three_one div.jhf_layout_grid_three_content_box,
  .jhf_layout_grid_three div.jhf_layout_grid_three_two div.jhf_layout_grid_three_content_box,
  .jhf_layout_grid_three div.jhf_layout_grid_three_three div.jhf_layout_grid_three_content_box {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .jhf_email_btn {
    position: relative;
    margin-left: 10px;
    padding: 0 30px;
  }
  .jhf_menu_btn_mar {
    margin-right: 20px;
  }
  .jhf_warning_icon {
    color: #cc0000;
    margin-right: 15px;
    font-size: 23px;
  }
  .jhf_button {
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
  }
  .jhf_fieldset_style {
    border: 2px solid #cc0000;
    padding: 19px 34px 36px;
  }
  .jhf_legend_style {
    margin: auto;
    font-size: 22px;
    font-weight: bold;
    color: #cc0000;
    width: initial;
    max-width: initial;
    border-radius: 8px;
  }
  .jhf_legend_style span::before {
    display: inline-block;
    background-image: url(../../assets/images/iconattention.png);
    width: 38px;
    height: 34px;
    content: "";
    margin-right: 10px;
    vertical-align: sub;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .jhf_right_red {
    width: 16px;
    height: auto;
    background-color: #cc0000;
    overflow: hidden;
    margin-right: 10px;
  }
  .jhf_bar_title {
    font-size: 22px;
    color: #000;
    font-weight: bold;
  }
  .nativeRadio input[type="radio"],
  .nativeRadio input[type="checkbox"] {
    margin-right: 5px;
  }
  input.checkbox_layout_input {
    box-shadow: inset 0px 0px 4px rgb(204, 204, 204);
    border: 1px solid rgb(204, 204, 204);
    width: 25px;
    height: 25px;
    margin-right: 15px;
  }
  input.checkbox_layout_input + label {
    font-weight: bold;
  }

  .jhf_icon_help {
    font-size: 26px;
    margin-left: 5px;
  }
  .title_header_bar {
    padding-left: 17px;
    line-height: 30px;
    font-size: 28px;
    vertical-align: top;
  }
  .title_header_bar::before {
    content: "";
    position: absolute;
    height: 30px;
    left: 0;
    border-left: 8px solid #006730;
  }
  .jhf_layout_checkbox {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 22px;
    background: #006730;
    padding: 5px;
    color: #fff;
  }
  .jhf_layout_title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
  }
  .jhf_layout_title h2.jhf_layout_title_h2 {
    background: #006730;
    width: 100%;
    padding: 9px;
    color: #fff;
    font-size: 22px;
    flex: 1;
  }
  .jhf_layout_title div.jhf_layout_title_h2_ccc {
    width: 100%;
    padding: 5px 10px;
    padding-right: 0;
    font-size: 22px;
    font-weight: bold;
  }
  .jhf_upload_btn {
    margin-right: 10px;
  }
  .jhf_upload_btn > .jhf_upload_label {
    padding: 0 30px;
  }
  .jhf_upload_btn span.jhf_upload_span_text {
    font-size: 16px;
  }

  .jhf_pagination {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .jhf_pagination button.jhf_sign_pagination {
    background: #ccc;
  }
  .jhf_pagination button .rakuraku {
    font-weight: bold;
    font-size: 24px;
    color: #000;
  }
  .jhf_pagination button {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: none;
    outline: none;
    margin-right: 40px;
    background: #ddf0f5;
  }
  .jhf_pagination div.jhf_pagination_number {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    background: #ddf0f5;
    color: #0079a2;
  }
  .jhf_pagination button:last-child {
    margin: 0 0 0 40px;
  }

  .jhf_button_box .jhf_btn_number {
    display: none;
  }

  .jhf_button_box_right,
  .jhf_button_box_double {
    background: linear-gradient(45deg, #ccc, #ccc);
    border: none;
    height: 60px;
    color: #fff;
    flex: 1;
    font-weight: bold;
    font-size: 14px;
    padding: 5px 0;
    overflow: hidden;
    outline: none;
  }
  .jhf_button_box_right {
    clip-path: polygon(0 0, 0 50%, 0 100%, calc(100% - 20px) 100%, 100% 50%, calc(100% - 20px) 0);
  }
  .jhf_button_box_right .jhf_btn_text {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .jhf_button_box_double {
    clip-path: polygon(0 0, 20px 50%, 0 100%, calc(100% - 20px) 100%, 100% 50%, calc(100% - 20px) 0);
  }
  .jhf_button_box_double .jhf_btn_text {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .jhf_layout_grid {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .jhf_layout_grid_col {
    width: 50%;
  }

  header,
  footer,
  section.contents,
  section.userinfo,
  nav {
    border-radius: 5px;
    box-shadow: 0 0 20px 0 rgba(0, 103, 48, 0.45);
  }

  h1 {
    font-size: 28px;
    color: #000;
  }
  h2 {
    font-size: 28px;
    line-height: 1.1429;
    color: #000;
  }
  textarea {
    line-height: 2;
    resize: none;
  }
  header {
    width: 100%;
    height: 100px;
    min-width: 1200px;
  }
  header div.jhf_header_inner {
    display: flex;
    align-items: center;
    height: 100px;
    justify-content: space-between;
    padding: 0 80px;
    width: 100%;
  }

  header div.jhf_header_inner div.jhf_box_group {
    display: flex;
    align-items: center;
  }
  header div.jhf_header_inner div.jhf_box_group .jhf_sitename {
    font-size: 3.2rem;
    line-height: 1;
    color: #006730;
    font-weight: bold;
  }
  header div.jhf_header_inner div.jhf_box_group .jhf_logo {
    display: flex;

    margin-left: 40px;
  }
  header div.jhf_header_inner div.jhf_box_group .jhf_logo img {
    width: 204px;
  }
  header div.jhf_header_inner div.jhf_box_group div.jhf_box_button {
    width: 56px;
  }
  header div.jhf_header_inner div.jhf_box_group div.jhf_box_button:not(:first-of-type) {
    margin-left: 30px;
  }
  header div.jhf_header_inner div.jhf_box_group div.jhf_box_button .jhf_button_label {
    white-space: nowrap;
  }
  header div.jhf_header_inner div.jhf_box_group div.jhf_text_decoration_p {
    margin-left: 40px;
    font-weight: bold;
    font-size: 14px;
    display: flex;
    flex-direction: column;
  }
  div.jhf_box_button {
    display: flex;
    flex-direction: column;

    justify-content: center;
    align-items: center;
  }
  div.jhf_box_button .jhf_button_label {
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 2;

    margin: 8px 0 0 0;
  }
  a.jhf_button_std {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
    display: inline-block;
    width: 160px;
    height: 52px;
    text-decoration: none;
    color: #fff;
    border-radius: 7px;
  }
  a.jhf_button_std.jhf_button_square {
    width: 56px;
    height: 52px;
  }
  a.jhf_button_std.jhf_button_square div.jhf_button_inner img {
    width: auto;
    height: 30px;
  }
  .jhf_box_button a.jhf_button_icon_lock .jhf_button_inner i.rakuraku {
    font-size: 38px;
    color: #fff;
  }

  a.jhf_button_std div.jhf_button_inner {
    display: flex;

    height: 100%;

    justify-content: center;
    align-items: center;
  }
  a.jhf_button_std div.jhf_button_inner p {
    margin-bottom: -5px;
  }
  .jhf_dialogplay_icon_green {
    position: fixed;
    z-index: 9999;
    right: 30px;
    bottom: 120px;
    width: 192px;
    height: 96px;
    background-image: url(../../assets/images/greenpostion.png);
    cursor: pointer;
  }

  main {
    font-size: 16px;
    width: 1200px;
    min-height: 400px;
    padding: 30px 0;
    margin: auto;
  }
  main section.contents {
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
    padding: 40px 42px 40px 42px;
  }
  .jhf_button_pagetop {
    position: sticky;
    bottom: 0;
    left: 50%;
    width: 48px;
    height: 48px;
    margin-top: 47px;
    transform: translateX(616px);
    border-radius: 7px 7px 0 0;
    background-color: #0079a2;
    background-image: url(../../assets/images/arrowgo2top.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 17px;
  }

  footer {
    overflow: visible;

    width: 100%;
    min-width: 1200px;
    height: 150px;
  }
  footer div.jhf_footer_inner {
    display: flex;

    width: 100%;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;

    justify-content: space-between;
    align-items: center;
  }
  footer div.jhf_footer_inner div.jhf_geotrust img {
    width: 115px;
  }
  footer div.jhf_footer_inner div.jhf_geotrust a.notd {
    display: flex;

    align-items: center;
  }
  p.jhf_captionSSL {
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 2;
    margin-left: 15px;
    color: #000;
  }
  footer div.jhf_footer_inner div.jhf_copyright {
    font-size: 1rem;
    font-weight: bold;
    padding-top: 45px;
  }
  footer div.jhf_footer_inner ol.jhf_link {
    position: absolute;
    top: 50px;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
  }
  footer div.jhf_footer_inner ol.jhf_link li {
    margin-left: 30px;
  }
  footer div.jhf_footer_inner ol.jhf_link li a {
    font-size: 1.3rem;
    font-weight: bold;

    color: inherit;
  }

  .jhf_main_layout_button {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 8px solid #006730;
  }
  .jhf_main_layout_button button {
    width: 160px;
    height: 60px;
    flex: 1;
    margin-right: 20px;
    border-radius: 12px 12px 0 0;
    background: #ccc;
    color: #666;
    outline: none;
    border-color: #ccc;
  }
  .jhf_main_layout_button button:last-child {
    margin-right: 0;
  }
  .jhf_main_layout_button button div.jhf_radius_number {
    display: none;
  }
  .jhf_input_after {
    margin-left: 10px;
  }
  .jhf_input_mini {
    width: 65px;
    height: 40px;
    color: #000;
  }
  /* レイアウト */
  .background.layout_fix_column,
  .background.menu_fix_column {
    min-height: calc(100vh - 130px - 77px - 198px);
  }
  .background.special_fix_column,
  .background.special_login_column {
    min-height: calc(100vh - 130px - 77px - 48px);
  }
  .background.one_fix_column {
    min-height: calc(100vh - 60px);
  }
  .background.middle_fix_column {
    min-height: calc(100vh - 160px - 150px);
  }

  .jhf_warning_text_p {
    font-size: 14px;
    color: #cc0000;
  }
  .jhf_select {
    appearance: none;
    background: url(../../assets/images/arrowdown.png) no-repeat scroll 98% center transparent;
    padding-right: 25px;
  }
  .link_copy {
    width: 18px;
  }
  .vertical_text_bottom {
    vertical-align: text-bottom;
  }
  .shot_display_pc {
    display: none;
  }
  .jhf_padding_left {
    padding-left: 10px;
  }
  .jhf_options > .pulldown_content {
    white-space: pre;
  }
}
