.c-career img  {
  background-color: transparent;
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
}

.c-career img  {
  width: 360px;
  max-width: 100%;
  height: auto;
}

.c-btn_type02 > a,
.c-btn_type02 > button {
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
  color: #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#008cc9+1,0057b8+100 */
  background: #008cc9;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #008cc9 1%, #0057b8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008cc9', endColorstr='#0057b8',GradientType=1 );
  /* IE6-9 */
  border-radius: 24px;
  display: inline-block;
  text-align: center;
  padding: 12px 10px;
}

@media only screen and (max-width: 767px) {
  .c-btn_type02 > a,
  .c-btn_type02 > button {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 12px 10px;
  }
}

.c-btn_type02 > a:hover,
.c-btn_type02 > button:hover {
  opacity: 0.7;
}

.c-btn_type02 > a > span,
.c-btn_type02 > button > span {
  display: inline-block;
}

.c-btn_type02 > a[target="_blank"] > span,
.c-btn_type02 > button[target="_blank"] > span {
  background-image: url(/examinee/assets/images/common/icon_blank-w.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 16px auto;
  padding-left: 14px;
  padding-right: 24px;
}

.c-btn_type02[data-size="max"] > a,
.c-btn_type02[data-size="max"] > button {
  width: 100%;
}

.p-footMenu__contact__btnList__item {
  width: 356px;
  margin-left: calc((756px - (356px * 2)) / 1);
  float: left;
  text-align:center;
}

@media only screen and (max-width: 767px) {
  .p-footMenu__contact__btnList__item {
    width: 100%;
    margin-left: 0;
    float: none;
    margin-bottom: 20px;
  }
}

.p-footMenu__contact__btnList__item:nth-child(3n+1) {
  margin-left: 0;
  clear: both;
}
