/****************************** mobile,cpmmon ******************************/

.ft_con {
  padding-top: 50px;
  padding-bottom: 100px;
}

/* ロゴ */
.ft_logo_con {
  display: flex;
  margin-bottom: 20px;
}
.ft_logo_con img {
  height: 25px;
  width: auto;
  margin-right: 10px;
}
.ft_logo_con p {
  font-size: 10px;
  line-height: 14px;
  font-weight: 500;
  transform: translate(0px, -4px);
}

/* メニュー */
.ft_con nav {
  padding-bottom: 40px;
  margin-bottom: 35px;
  border-bottom: 1px solid #eaeaea;
}
.ft_menu_con dl:not(:last-child) {
  margin-bottom: 40px;
}
.ft_menu_con dt {
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 8px;
  border-bottom: 1px dotted var(--corp_color);
}
.ft_menu_con dd {
  font-size: 13px;
}

/* メニューアイテム */
.ft_menu_item {
  padding-top: 15px;
  position: relative;
}
.ft_menu_item > a {
	padding-left: 15px;
  position: relative;
}
.ft_menu_item > a:before {
  content: '';
  position: absolute;
  top: 40%;
  left: 0;
  width: 3px;
  height: 3px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg) translate(0px, -50%);
}

.ft_menu_item i {
  color: var(--corp_color);
  width: 20px;
  position: absolute;
}
.ft_menu_item p {
  padding-left: 20px;
}
.ft_menu_item_scnd_line {
  margin-top: 8px;
}

/* SNS */
.ft_sns_list {
  display: flex;
  margin-top: 20px;
}
.ft_sns_item {
  border-radius: 50%;
  width: 40px;
  line-height: 40px;
  font-size: 22px;
  margin-right: 15px;
  text-align: center;
}

/* コピーライト */
.copy_right {
  width: 100%;
  text-align: center;
  font-size: 13px;
}

/****************************** tablet ******************************/
@media (min-width: 600px){

}

/****************************** tablet Pro ******************************/
@media (min-width: 1025px){

  .ft_logo_con img {
    height: 30px;
  }

  .ft_con {
    padding-top: 70px;
    padding-bottom: 50px;
  }
  .ft_con nav {
    margin-bottom: 50px;
    padding-bottom: 70px;
  }

  .ft_logo_con {
    margin-bottom: 50px;
  }

  .ft_menu_con {
    display: flex;
  }

  .ft_menu_con dl {
    width: 250px;
  }
  .ft_menu_con dl:not(:last-child) {
    margin-right: 50px;
  }

  /* メニューアイテム */
  .ft_menu_item {
    padding-top: 20px;
  }

  /* SNS */
  .ft_sns_list {
    margin-top: 20px;
  }

  /* コピーライト */
  .copy_right {
    font-size: 14px;
  }

}
