@charset "UTF-8";
/* works 実績 202509更新 */

/*------------ works ------------*/
.head_title {
	background-image: url("../img/title_works.jpg");
	background-size: cover;
	background-position: center;
	height: 90px;
	color: #ffffff;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.head_title h2 {
    padding-top: 6px;
}
.head_title h2 img {
    max-width: 170px;
}

@media (min-width: 768px) {
    .head_title {
        height: 140px;
    }
    .head_title h2 {
        padding-top: 20px;
    }
    .head_title h2 img {
        max-width: 190px;
    }
}


/*worksの共通*/
.works h3 {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.5;
    padding: 0.6rem 1rem;
    margin-bottom: 2rem;
    background-color: #025272;
    color: #fff;
    letter-spacing: 0.06em;
}

.works_inner {
    position: relative;
}
.works h4 {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.4;
  padding-left: 1.7rem;
}

.works h4:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0c8";
  position: absolute;
  left : 0.2rem;
  color: #be9114;
}


@media (min-width: 768px) {
    .works h3 {
        font-size: 1.4rem;
    }
    .works h4 {
      font-size: 1.2rem;
    }
}

.works01 p {
    margin-bottom: 1.8rem;
    margin-left: 1.4rem;
}

.works01 p.figure-caption { 
    margin-top: 5px;
    font-size: 1rem;
    margin-left: 0rem;
}

.works03 p {
    margin-bottom: 0.6rem;
}

.works05 ul {
  padding: 0.5rem 0 0.5rem 1.5rem;
  font-size: 1rem;
}

.works05 ul li {
  line-height: 1.5;
  padding: 0 0 0.7rem;
  list-style: disc;
}

.works05 i {
    margin-left: 0.3rem;
    margin-right: 0.2rem;
    font-size: 0.8rem;
}


/*講演実績202202　寄稿202509*/
.works06 ul, .works07 ul {
    margin: 0;
    padding: 0;
}

.works06 ul li, .works07 ul li {
  font-size: 1rem;/*1.1rem*/
  font-weight: 600;
  line-height: 1.4;
  padding-left: 1.5rem;
  margin-bottom: 20px;
}
.works06 ul li:last-child,
.works07 ul li:last-child {
    margin-bottom: 5px;
}

.works06 ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0c8";
  position: absolute;
  left : 0.2rem;
  color: #15a4be;
}
.works07 ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0c8";
  position: absolute;
  left : 0.2rem;
  color: #14BE28;
}
.works06_photo {
	margin-bottom: 25px;
}
@media (min-width: 768px) {
    .works06_photo {
        margin-left: 30px;

    }
}


/*委員等一部変更202202*/
.works04 dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.works04 dt {
  width: 35%;
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-weight: normal;
}
.works04 dd {
  width: 65%;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
    .works04 dt {
      width: 14%;
    }
    .works04 dd {
      width: 86%;
    }
}