/* fintech key visual */
.fintech-keyVisual {
  padding: 80px 10px 85px;
  background: url(/resource/it/fintech/img/kv_sp.jpg) no-repeat 50% 50%;
  background-size: cover;
  color: #006046;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.16em;
}
.fintech-keyVisualSub {
  display: inline-block;
  font-size: 1.4em;
  line-height: 1;
  padding: 6px;
  background-color: rgba(255, 255, 255, .9);
}
.fintech-keyVisualMain {
  margin-top: 10px;
  padding: 12px 10px;
  display: inline-block;
  font-size: 3.0em;
  line-height: 1;
  background-color: rgba(255, 255, 255, .9);
}
/*fintech 下層 keyvisual  */
.fintech-keyVisual--detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
  padding: 0 20px;
  background: url(/resource/it/fintech/img/kv_pc.jpg) no-repeat;
  background-size: cover;
  color: #006046;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.fintech-keyVisualMain--detail {
  padding: 8px;
  display: inline-block;
  font-size: 1.65em;
  line-height: 1.2;
  background-color: rgba(255, 255, 255, .9);
}

/* パンくずリスト */
#breadcrumbArea {
  margin-bottom: 20px;
}

/* fintech 共通パーツ */
.fintech-section {
  padding-right: 10px;
  padding-left: 10px;
}
.fintech-section__contents {
  margin-bottom: 20px;
}
#fintech .fintech-title {
  margin-bottom: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#1e5799),color-stop(0%, #0a3a60),to(#0c6679));
  background: linear-gradient(to right, #1e5799 0%,#0a3a60 0%,#0c6679 100%);
}
#fintech .fintech-subTitle {
  margin-bottom: 5px;
  padding-left: 5px;
  border-left: 4px solid #0a3a60;
  font-size: 1.17em;
  line-height: 1.29;
  font-weight: bold;
}
#fintech .fintech-boldTitle {
  font-size: 1.17em;
  line-height: 1.29;
  font-weight: bold;
}
#fintech .fintech-text {
  font-size: 1.0em;
  line-height: 1.67;
}
#fintech .fintech-text--bb {
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd
}
#fintech .fintech-img {
  text-align: center;
}
#fintech .fintech-img img {
  width: 100%;
}
#fintech .fintech-img:not(:last-child) {
  margin-bottom: 5px;
}

/* fintech 2カラム */
.fintech-col2Item {
  margin-bottom: 15px;
}
.fintech-col2Item img {
  margin-bottom: 10px;
  max-width: 100%;
}
.fintech-itemShoulder {
  margin-bottom: 5px;
  font-size: 1em;
  line-height: 1.4;
}
.fintech-itemTitle {
  font-size: 1.25em;
  line-height: 1.5;
  color: #0066af;
  text-decoration: underline;
}
.fintech-itemTitle:not(:last-child) {
  margin-bottom: 5px;
}
.fintech-itemText {
  font-size: 1em;
  line-height: 1.6;
}

/* fintech バナー */
.fintech-bnr {
  margin-bottom: 20px;
}
.fintech-bnrItem {
  margin-bottom: 5px;
}
.fintech-bnrItem img {
  max-width: 100%;
}

/* fintech 転職成功事例 */
.fintech-case {
  margin-bottom: 20px;
}
.fintech-caseList > li {
  background: #f6f6f6;
  padding: 10px;
  margin-bottom: 10px;
}
.fintech-caseImage {
  float: left;
  width: 75px;
  margin-bottom: 7px;
  text-align: center;
}
.fintech-caseImage img {
  max-width: 100%;
}
.fintech-caseLink {
  display: block;
  margin-left: 90px;
  font-size: 1.16em;
  line-height: 1.5;
  color: #1262b2;
  font-weight: bold;
  text-decoration: underline;
}
.fintech-caseTable {
  clear: both;
}
.fintech-caseTable th, td {
  border: 1px solid #ccc;
  vertical-align: middle;
  font-size: 1.16em;
  line-height: 1.5;
  padding: 6px 10px;
}
.fintech-caseTable th {
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}
.fintech-caseTable td i {
  font-style: normal;
  font-weight: bold;
}
.fintech-caseTable tr:first-of-type th {
  background: #ddd;
}
.fintech-caseTable tr:first-of-type td {
  background: #fff;
}
.fintech-caseTable tr:last-of-type th {
  background: #0a3a60;
  color: #fff;
}
.fintech-caseTable tr:last-of-type td {
  background: #ebf9fe;
}
/* fintech ボタン */
.fintech-btn {
  text-align: center;
}
.fintech-btn > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  width: 270px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 0 20px;
  border-radius: 5px;
  border: solid 1px #1262b2;
  position: relative;
  font-size: 1.16em;
  color: #006aac;
  text-decoration: none;
  line-height: 1.4;
}
.fintech-btn > a::after {
  content: '';
  width: 6px;
  height: 6px;
  border-top: 2px solid #1262b2;
  border-right: 2px solid #1262b2;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
/* fintech 下層 */
.fintech-navi {
  background: #eaf8fd;
  padding: 20px 10px 15px;
}
.fintech-naviTitle {
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}

.fintech-naviItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px;
}
.fintech-naviItem > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 0 5px;
  margin-bottom: 5px;
}
.fintech-naviLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  padding: 0px 15px;
  position: relative;
  background: #0c6679;
  border-radius: 5px;
  color: #fff;
  line-height: 1.4;
  font-size: 1em;
}
.fintech-naviLink::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

