main section h1 {
  margin-bottom: 84px; }
  @media only screen and (max-width: 768px) {
    main section h1 {
      margin-bottom: 8vw; } }
  main section h1 img {
    width: 100%; }

main section h2 {
  text-align: left;
  font-size: 24px;
  font-weight: bold;
  color: #003594;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  padding: 0 16px; }
  @media only screen and (max-width: 768px) {
    main section h2 {
      font-size: 4.2vw;
      padding: 0; } }

main section.sec_top .content {
  padding-bottom: 60px; }
  @media only screen and (max-width: 768px) {
    main section.sec_top .content {
      padding-bottom: 6vw; } }
  main section.sec_top .content .link_box_cnt {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap; }
    main section.sec_top .content .link_box_cnt .link_box {
      width: 47%;
      margin-bottom: 60px; }
      @media only screen and (max-width: 768px) {
        main section.sec_top .content .link_box_cnt .link_box {
          width: 100%;
          margin-bottom: 20px; } }
      main section.sec_top .content .link_box_cnt .link_box a {
        display: block; }
        main section.sec_top .content .link_box_cnt .link_box a:hover {
          opacity: 0.9; }
      main section.sec_top .content .link_box_cnt .link_box .link_pt {
        width: 100%;
        margin: 0;
        padding: 0; }
        main section.sec_top .content .link_box_cnt .link_box .link_pt img {
          width: 100%; }
      main section.sec_top .content .link_box_cnt .link_box .link_title {
        width: 100%;
        padding: 1px 0 4px 10px;
        color: #02347B;
        font-weight: bold;
        font-size: 1.4em;
        text-align: left;
        box-sizing: border-box;
        margin-bottom: 4px;
        margin-top: 10px;
        border-bottom: 1px solid #eee;
        border-left: 6px solid #02347B;
        background: url(../img/company/link_box_arrow.png) no-repeat right center; }
      main section.sec_top .content .link_box_cnt .link_box .link_data {
        width: 100%;
        text-align: left; }
