/* **************************************************

Name: style.css

Description: 

Create: 2023.06.20
Update: 2023.06.27

Copyright 2023 Hitachi, Ltd.


***************************************************** */
.wrap {
  margin: 0 0 25px 0; }
  .wrap .ButtonStyle1.btn {
    display: table;
    margin: 0 0 15px 0;
    width: 100%; }
    .wrap .ButtonStyle1.btn span {
      background-color: #e60027;
      background-repeat: no-repeat;
      background-position: right center;
      border-radius: 3px;
      border-right: solid 3px transparent;
      color: #fff;
      display: table-cell;
      font-size: 18px;
      font-weight: bold;
      line-height: 130%;
      min-width: 130px;
      min-height: 18px;
      margin: 0 0 15px;
      padding: 20px 22px 20px 15px;
      text-align: center;
      text-decoration: none;
      vertical-align: middle;
      word-break: break-all; }
    .wrap .ButtonStyle1.btn a {
      border-radius: 3px;
      box-sizing: border-box;
      display: table-cell;
      font-size: 18px;
      font-weight: bold;
      padding: 20px 22px 20px 15px;
      vertical-align: middle;
      word-break: keep-all; }
      .wrap .ButtonStyle1.btn a:hover {
        padding: 20px 24px 20px 15px; }
    .wrap .ButtonStyle1.btn.hcs {
      background: url("../img/bg_btn_hcs.png") no-repeat 0 center/cover; }
      .wrap .ButtonStyle1.btn.hcs:hover {
        opacity: 0.8; }
      .wrap .ButtonStyle1.btn.hcs a {
        background-color: transparent;
        color: #fff;
        text-shadow: 0 1px 3px #063; }
    .wrap .ButtonStyle1.btn.for_engineer span {
      background-color: #0081c1; }
    .wrap .ButtonStyle1.btn.for_engineer a {
      background-color: #0081c1; }
      .wrap .ButtonStyle1.btn.for_engineer a:hover {
        background-color: #006faa; }
  .wrap h2.title_balloon_left {
    background: none;
    margin: 0 0 15px -5px;
    padding: 0;
    position: relative; }
    .wrap h2.title_balloon_left::before {
      border: 15px solid transparent;
      border-right: 15px solid #f2f2f2;
      content: "";
      position: absolute;
      left: -25px;
      top: 0;
      transform: translateY(40%); }
      @media screen and (max-width: 767px) {
        .wrap h2.title_balloon_left::before {
          border-right: 15px solid transparent;
          border-bottom: 15px solid #f2f2f2;
          left: 10%;
          top: -25px;
          transform: translateY(0%); } }
    .wrap h2.title_balloon_left span {
      background: none;
      border: 4px solid #f2f2f2;
      font-size: 1rem; }

hr.solid {
  border: none;
  border-bottom: 1px solid #adaeb0;
  display: block;
  height: 1px;
  margin: 0 auto 50px;
  width: 78.43137254901961%; }
  @media screen and (max-width: 767px) {
    hr.solid {
      margin: 0 auto 40px; } }
