/* staff.scss
--------------------------------------------------------------------------------------- */
/* content_support
---------------------------------------------------------------------------------------- */
.content_support .support_list {
  margin-top: 60px;
}

.content_support .support_list::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (max-width: 750px) {
  .content_support .support_list {
    margin: 2rem auto 0;
    max-width: 400px;
  }
}

.content_support .support_list .support_list_item {
  border: 1px solid #1d2088;
  float: left;
  margin-left: 2%;
  padding: 30px;
  position: relative;
  width: 32%;
}

@media screen and (max-width: 750px) {
  .content_support .support_list .support_list_item {
    float: none;
    margin: 0 0 2rem;
    width: 100%;
  }
  .content_support .support_list .support_list_item:last-child {
    margin-bottom: 0;
  }
}

.content_support .support_list .support_list_item:first-child {
  margin-left: 0;
}

.content_support .support_list .support_list_item:before {
  background: #1d2088;
  content: '';
  display: block;
  height: 3px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 70%;
}

.content_support .support_list .title {
  font-size: 32px;
  line-height: 1.4;
  margin: 0 -10px;
}

@media screen and (max-width: 480px) {
  .content_support .support_list .title {
    font-size: 30px;
    font-size: 8.33333vw;
  }
}

.content_support .support_list .title span {
  font-size: 0.6em;
}

.content_support .support_list .img img {
  display: block;
  margin: 30px auto;
  width: 50%;
}

@media screen and (max-width: 750px) {
  .content_support .support_list .img img {
    max-width: 150px;
  }
}

.content_support .support_list .list li {
  background: url("../img/staff/icon_check.png") no-repeat left top 2px/30px;
  line-height: 1.4;
  margin-top: 5px;
  padding: 2px 0 2px 36px;
}

.content_support .support_list .list li:first-child {
  margin-top: 0;
}

.content_support .support_text {
  margin: 20px 0 0;
}

/* content_staff
---------------------------------------------------------------------------------------- */
.content_staff .staff_text {
  margin: 40px 0;
}

.content_staff .staff_list .staff_list_staff {
  background: #f2f5fa;
  margin-top: 20px;
  padding: 35px 60px;
}

.content_staff .staff_list .staff_list_staff::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (max-width: 480px) {
  .content_staff .staff_list .staff_list_staff {
    padding: 2rem 1.5rem;
  }
}

.content_staff .staff_list .staff_list_staff:first-child {
  margin-top: 0;
}

.content_staff .staff_list .inner {
  display: table;
}

@media screen and (max-width: 480px) {
  .content_staff .staff_list .inner {
    display: block;
  }
}

.content_staff .staff_list .img {
  display: table-cell;
  max-width: 232px;
  vertical-align: middle;
  width: 23%;
}

@media screen and (max-width: 480px) {
  .content_staff .staff_list .img {
    display: block;
    max-width: 100%;
    width: 100%;
  }
}

.content_staff .staff_list .img img {
  display: block;
}

@media screen and (max-width: 480px) {
  .content_staff .staff_list .img img {
    margin: 0 auto 1rem;
    width: 80%;
  }
}

.content_staff .staff_list .detail {
  display: table-cell;
  padding-left: 8%;
  vertical-align: middle;
  width: 74%;
}

@media screen and (max-width: 480px) {
  .content_staff .staff_list .detail {
    display: block;
    padding: 0;
    width: 100%;
  }
}

.content_staff .staff_list .detail .title {
  color: #1d2088;
  font-size: 30px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  text-align: left;
}

@media screen and (max-width: 480px) {
  .content_staff .staff_list .detail .title {
    font-size: 30px;
    font-size: 8.33333vw;
    text-align: center;
  }
}

.content_staff .staff_list .detail .text {
  line-height: 2;
}

h3.title2 {
    color: #1D2088;
    margin-top: 50px;
	    font-size: 170%;
}
h4.title small{
    font-size: 60%;
    margin-left: 10px;
}
.sp_br{
    display: none;
}
@media screen and (max-width: 750px) {
.content_staff .staff_list .detail .title {
    line-height: 1em;
	margin-bottom: 15px;
}
}
@media screen and (max-width: 480px) {
.sp_br{
    display: inherit;
}
	h4.title small{
    margin-left: 0px;
}
	.content_staff .staff_list .detail .title {
    line-height: 1em;
}
}

/* 
---------------------------------------------------------------------------------------- */
/* 
---------------------------------------------------------------------------------------- */
/* 
---------------------------------------------------------------------------------------- */
