@charset "utf-8";
/* ******************************************************************

    --recruit.css--

    1. Style setting
        1-1. Font styles

    2. Layout setting
        2-1. Base styles
        2-2. Header styles
        2-3. Content styles
        2-4. Footer styles

****************************************************************** */
/*==================================================================
    1. Style setting
===================================================================*/
/* ------------------------------------------------------------------
    1-1. Font styles
-------------------------------------------------------------------*/
/*==================================================================
    2. Layout setting
===================================================================*/
/* ------------------------------------------------------------------
    2-1. Base styles
-------------------------------------------------------------------*/
/* ------------------------------------------------------------------
    2-2. Header styles
-------------------------------------------------------------------*/
/* ------------------------------------------------------------------
    2-2. Content styles
-------------------------------------------------------------------*/
.content {
  margin-top: 60px !important;
}
.content .intro-1 {
  color: #427392;
  margin: 0 120px;
}
.content .intro-1 .intro-title h3 {
  font-size: 18px;
  background: url('../imgs/icon_circle.png') no-repeat left center;
  padding-left: 19px;
  margin-bottom: 10px;
}
.content .intro-1 .intro-title h3.custome {
  background: none;
  padding-left: 0;
  margin-bottom: 20px;
}
.content .intro-1 .transactions {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 15px 0 55px;
  color: #427392;
  /*font-size: 14px;*/
}
.content .intro-1 .transactions tr td {
  border: 1px solid #427392;
  padding: 10px 19px;
}
.content .intro-1 .transactions .title-transaction {
  width: 160px;
  background-color: #d6efff;
  text-align: center;
  font-weight: bold;
}
.content .intro-1 .transactions.custome {
  margin-bottom: 40px;
}
.content .intro-1 img.phone-number {
  padding: 0 0 80px 15px;
}
.content .intro-1 .phone-number.custome {
  padding: 0 0 0 15px;
  margin-bottom: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.content .intro-1 .phone-number.custome .tel {
  font-size: 40px;
  font-weight: 600;
  margin-left: 12px;
}
.content .intro-1 .phone-number.custome .tel a {
  color: #427392;
  text-decoration: none;
}
.content .intro-1 .phone-number.custome .tel a:hover {
  text-decoration: underline;
}
.content.custome {
  border: none;
  margin-top: 80px;
  margin-bottom: 5px;
}
