@charset "utf-8";

/* 産総研について */
.aist01 a {
  color: #333;
  text-decoration: none;
}

.aist01 .inner span {
  display: block;
}

.aist01 {
  margin-bottom: 53px;
}

.headLine02 {
  margin-bottom: 29px;
}

.aist01 .howlink {
  margin: 0 auto 30px;
  width: 648px;
  border: 1px solid #ccc;
  background-color: #f5f5f5;
}

.howlink a {
  padding: 20px 50px;
  display: flex;
  align-items: flex-start;
  background: url("/Portals/0/images/information/icon10.png") no-repeat right 29px center / 21px auto;
}

.howlink a img {
  margin-right: 27px;
  width: 65px;
}

.howlink a p,
.howlink a span {
  padding: 5px 0 0;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: normal;
  margin: 0;
}

.howlink a p span,
.howlink a span span {
  display: block;
  color: #ba2636;
  font-size: 1.6rem;
  font-weight: bold;
}

.textUl {
  display: flex;
  margin: 0;
  padding: 0;
}

.textUl>li {
  list-style: none;
  margin-right: 10px;
  width: 150px;
  text-align: center;
  border: 1px solid #ccc;
  padding: 0;
}

.textUl li:nth-of-type(5n) {
  margin-right: 0;
}

.inner.information .textUl li a {
  padding: 25px 10px 15px;
  height: 100%;
  display: block;
  border-right: 25px solid #eee;
  position: relative;
  box-sizing: border-box;
  text-align: center;
}

.inner.information .textUl li a::after {
  width: 14px;
  height: 14px;
  right: -15px;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #eee;
  position: absolute;
  content: "";
  background: url(/Portals/0/images/common/icon44.png) no-repeat right center / 7px auto;
}

.inner.information .textUl>li>a:hover {
  border-right: 25px solid #115c9e;
}

.inner.information .textUl>li>a:hover::after {
  background: url(/Portals/0/images/common/icon46.png) no-repeat right center / 7px auto;
}

.inner.information .textUl>li:hover {
  border: 1px solid #115c9e;
}

.textUl li a img {
  margin: 0 auto 12px;
  display: block;
  height: 88px;
  max-width: inherit;
  width: auto;
}

.textUl li a p,
.textUl li a span {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: bold;
}

.textUl li:nth-of-type(5) {
  padding: 25px 10px 20px 40px;
  width: 312px;
  box-sizing: border-box;
}

.textUl li:nth-of-type(5) .subList li a {
  padding: 5px 5px 2px 17px;
  font-size: 1.6rem;
  text-align: left;
  border: none;
  background: url("/Portals/0/images/common/icon41.png") no-repeat left center / 7px auto;
}

.textUl li:nth-of-type(5) .subList li a::after {
  background: none;
}

.comTextList li a p.ttl,
.comTextList li a span.ttl {
  font-weight: bold;
  margin-bottom: 13px;
  font-size: 1.7rem;
}

.comTextList li:nth-of-type(3n) a span.ttl {
  color: #149d82;
}

.construction {
  margin-bottom: 94px;
}

.construction p,
.construction span {
  margin-bottom: 22px;
}

.construction .photo {
  margin: 0 auto;
  width: 470px;
}

.aist02 {
  margin-bottom: 100px;
}

.panfimgBox {
  display: flex !important;
}

.panfimgBox .photoBox {
  margin-right: 20px;
  text-align: center;
  width: 236px;
}

.panfimgBox .textBox p,
.panfimgBox .textBox span {
  margin: 20px 0 10px !important;
  letter-spacing: normal !important;
}

.panfimgBox .textBox li {
  margin-bottom: 2px;
  padding: 0;
  list-style: none;
}

.panfimgBo .textBox li:last-child {
  margin-bottom: 0;
}

.link a:hover {
  opacity: 0.7;
}

.textUl .subList {
  padding: 0;
  margin: 0;
}

.textUl .subList li {
  border: none !important;
  list-style: none;
  padding: 0;
}

.textUl .subList li a:hover {
  opacity: 0.7;
}

@media all and (min-width: 897px) {
  .textUl li a:hover {
    border-right: 25px solid #115c9e;
  }

  .textUl li a:hover::after {
    background: url(/Portals/0/images/common/icon46.png) no-repeat right center / 7px auto;
  }

  .textUl li:hover {
    border: 1px solid #115c9e;
  }
}

/* ニュース */
.linkList.news {
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 920px;
}

.linkList.news li {
  margin: 0 0 10px 0;
  padding: 0;
  max-width: 215px;
  width: 49%;
  list-style: none;
}

.linkList.news li a {
  color: #333;
  text-decoration: none;
  padding-top: 20px;
  height: 200px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  font-size: 2.2rem;
}

.linkList.news li a:hover {
  opacity: 0.7;
}

.linkList.news li a .pho {
  margin-bottom: 20px;
  height: 69px;
  display: flex;
  align-items: center;
}

@media all and (max-width: 896px) {
  .linkList.news {
    margin: 0 20px;
    display: flex;
    flex-wrap: wrap;
  }

  .linkList.news li {
    width: 48%;
  }

  .linkList.news li:not(:last-of-type) {
    margin-bottom: 20px;
  }

  .linkList.news li a {
    height: auto;
  }
}

/* 環境・社会的取り組み */
.txtList.sdgs {
  padding: 0;
  margin: 21px 20px 61px;
  display: flex;
  justify-content: space-between;
}

#mainBody .txtList.sdgs li {
  width: 25%;
  /* height: 215px !important; */
  /* display: flex; */
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.8rem !important;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  border-radius: 50%;
  background-color: #115c9e;
  padding: 0;
  margin: 0 10px;
  margin-bottom: 0 !important;
}

#mainBody .txtList.sdgs li .circle_height {
  position: relative;
  padding: 100% 0 0 0;
  height: 0;
}

#mainBody .txtList.sdgs li .circle_height span {
  display: block;
  position: absolute;
  top: calc((100% - 2.5em) / 2);
  left: 0;
  right: 0;
  margin: 0;
  text-align: center;
}

@media all and (max-width: 896px) {
  .txtList.sdgs+.comLink {
    margin-top: 30px;
  }
}

/* 研究推進組織 */
.inner.units .comSearchUl li span {
  font-size: 2rem;
  margin: 0;
  width: auto;
}

/* 研究拠点 */
.bases .photo {
  margin-bottom: 50px;
  text-align: center;
  width: auto;
}

.bases .pTop {
  margin-bottom: 40px;
  font-size: 1.6rem;
  line-height: 1.625;
}

.bases .comBtn {
  margin-left: 1px;
  width: 150px;
}

.bases div.comBtn a {
  width: 100%;
  min-width: auto;
  box-sizing: border-box;
}

.comTable td p:last-of-type {
  padding-bottom: 0 !important;
}

/* 法人文書 */
.comTable {
  margin-bottom: 30px;
}

.comTable td.title,
.comTable td {
  padding: 14px 10px 13px 18px;
  font-size: 1.4rem;
  line-height: 1.714;
}

.comTable td.title {
  padding: 13px 20px;
  text-align: left;
  font-weight: bold;
}

.comTable td {
  font-weight: normal;
}

@media all and (min-width: 897px) {
  #main a:hover {
    text-decoration: none;
  }
}

/* リスト */
.off_arrow .link a {
  padding: 0 !important;
  padding-left: 17px !important;
  display: block !important;
  font-size: 1.6rem;
  line-height: 1.75;
  text-decoration: underline;
  background: url(/Portals/0/images/common/icon41.png) no-repeat left top 6px / 7px !important;
}

.off_arrow .link:not(:last-of-type) {
  margin-bottom: 20px;
  padding: 0;
}

@media all and (min-width: 897px) {
  .off_arrow .link a:hover {
    text-decoration: none;
  }
}

/* 施設見学 */
.infotextBox {
  margin-bottom: 46px;
  padding: 19px 19px 10px;
  border: 1px solid #ccc;
}

.infotextBox p {
  padding: 0 10px;
}

.comImgBox.exhibition .comPhotoBox {
  width: 280px;
}

.comImgBox.exhibition .comTextBox {
  margin-top: 0;
  width: calc(100% - 300px);
}

.comImgBox.exhibition .comTextBox .comBtn {
  width: 200px;
  margin: 0 0 47px 0;
}

.comImgBox.exhibition .comTextBox .comBtn a {
  background-position: right 10px center;
}

/* 研究成果 */
.headLine02 {
  padding: 8px 20px;
}

.comBtn.left {
  margin: 0 0 0 10px;
}

.comBtn.left ul {
  margin: 0;
  padding: 0;
}

.text01 {
  margin-bottom: 19px;
  padding: 0;
}

.textUl.rresult {
  margin: -30px 0 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.textUl.rresult li {
  margin-top: 30px;
  border: none;
  width: 470px;
  padding: 0;
}

.textUl.rresult .comImgBox .comPhotoBox {
  width: 200px;
}

.textUl.rresult .comImgBox .comTextBox {
  margin: 0;
  width: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.textUl.rresult .comImgBox .comTextBox p {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
}

.textUl.rresult .comImgBox .comTextBox .comBtn a {
  border: none;
}

.textUl.rresult .comImgBox .comTextBox .comBtn a::after {
  background: none;
}

.text03 a {
  text-decoration: underline;
}

.text03 a:hover {
  text-decoration: none;
}

@media all and (min-width: 897px) {
  .text03 a:hover {
    text-decoration: none;
  }
}

@media all and (max-width: 896px) {
  .comBtn {
    margin: 0 auto 47px;
    max-width: 300px;
    width: auto;
  }

  .comBtn a {
    padding: 25px 15px;
    font-size: 1.4rem;
  }

  .textUl.rresult {
    margin: 0;
  }

  .textUl.rresult li {
    margin-top: 0;
    width: 48%;
  }

  .textUl.rresult li:not(:last-of-type) {
    margin-bottom: 20px;
  }

  .textUl.rresult .comImgBox .comPhotoBox {
    width: 100%;
  }

  .textUl.rresult .comImgBox .comTextBox {
    margin: 10px 0 0;
    width: 100%;
    display: block;
  }

  .textUl.rresult .comImgBox .comTextBox p {
    margin: 0 0 10px;
  }

  .textUl.rresult .comImgBox .comTextBox .comBtn {
    margin: 0;
    width: 100%;
    max-width: 180px;
  }

  .textUl.rresult>li {
    margin: 20px 0 0 0 !important;
    text-align: left;
    display: flex;
    flex-direction: column;
  }

  .textUl.rresult>li .comImgBox {
    margin-top: 10px;
  }

  .textUl.rresult>li .comBtn {
    margin-top: auto;
    width: 100%;
  }

  .textUl.rresult>li .comBtn a {
    padding: 10px 0;
  }

  .textUl li:nth-of-type(5) {
    width: 48% !important;
    padding: 0 !important;
  }
}

/* 採用情報 */
#mainBody .comLinkUl {
  margin-bottom: 30px;
}

#mainBody .comLinkUl li::before {
  width: 1px;
  height: 24px;
  position: absolute;
  top: calc(50% - 12px);
  right: 0;
  background-color: #e7e7e7;
  content: "";
}

#mainBody .comLinkUl li {
  padding: 0 23px 0 25px;
}

#mainBody .photoList {
  margin-bottom: 45px;
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  margin-left: 0;
}

#mainBody .photoList>li {
  margin-right: 20px;
  padding: 25px 31px 56px;
  background-color: #f3f3f3;
  box-sizing: border-box;
}

#mainBody .photoList>li p {
  margin-bottom: 43px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

#mainBody .photoList>li:first-of-type {
  width: 480px;
}

#mainBody .photoList>li:last-of-type {
  width: calc(100% - 480px);
}

#mainBody .photoList li:last-of-type {
  margin-right: 0;
}

#mainBody .photoList li ul {
  display: flex;
}

#mainBody .photoList li ul>li {
  margin-right: 24px;
  width: 120px;
}

#mainBody .photoList li ul>li span {
  margin-top: 16px;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

#mainBody .keyword p {
  margin-bottom: 22px;
  font-weight: normal;
  padding: 0;
}

#mainBody .keyword .btn {
  margin: 0 auto;
  width: 600px;
}

#mainBody .keyword .btn a:hover {
  opacity: 0.7;
}

#mainBody .information .headLine03 {
  margin-bottom: 15px;
}

#mainBody .information dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 1.625;
  margin: 0 0 45px 0;
}

#mainBody .information dt,
#mainBody .information dd {
  margin-bottom: 10px;
  padding-bottom: 11px;
  border-bottom: 1px solid #ccc;
}

#mainBody .information dt:last-of-type,
#mainBody .information dd:last-of-type {
  margin-bottom: 0;
}

#mainBody .information dt {
  padding: 0 20px;
  width: 170px;
  box-sizing: border-box;
}

#mainBody .information dd {
  width: calc(100% - 170px);
}

@media all and (min-width: 897px) {
  #mainBody .information dd a:hover {
    text-decoration: underline;
  }
}

/* 研究職員募集 */

.comTextUl li a {
  color: #333;
  text-decoration: none;
}

@media only screen and (max-width: 599px) {
  .listTable {
    table-layout: fixed;
    width: 708px;
  }

  .listTable th,
  .listTable td {
    width: auto !important;
  }
}

/*メディアライブラリー */
.medialinkList {
  display: flex;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  flex-wrap:wrap;
  gap:20px;
}

.medialinkList li {
  max-width: 320px;
  width: 100%;
  padding: 0;
  list-style: none;
}

.medialinkList li a {
  text-decoration: none;
  color: #333;
  padding-top: 20px;
  height: 233px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border: 1px solid #cccccc;
  box-sizing: border-box;
}

.medialinkList li a:hover {
  opacity: 0.7;
}

.medialinkList li a p {
  font-size: 2.2rem;
}

.medialinkList li a .pho {
  margin-bottom: 24px;
  height: 85px;
  display: flex;
  align-items: center;
}

@media all and (max-width: 896px) {
  .medialinkList li:not(:last-of-type) {
    margin-bottom: 30px;
  }

  .medialinkList li a {
    height: auto;
    padding: 20px 0 0 0;
  }

  .medialinkList li a p {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }

  .medialinkList li a .pho {
    margin-bottom: 0;
    height: 60px;
  }

  .medialinkList li a .pho img {
    width: 50px;
  }
}

/* パンフレット */
.panfletList {
  margin: 0 0 46px 0;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.panfletList li {
  margin-right: 15px;
  padding: 17px 25px 17px 20px;
  width: 310px;
  background-color: #f3f3f3;
  box-sizing: border-box;
  list-style: none;
}

.panfletList.column2 li {
  width: 340px;
}

.panfletList li:nth-of-type(3n) {
  margin-right: 0;
}

.panfletList li .ttl {
  padding: 0;
  margin-bottom: 13px;
  font-weight: bold;
  text-align: center;
}

#mainBody .imgBox {
  display: flex !important;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0 !important;
}

#mainBody .panfletList .imgBox{
    gap:10px;
}

#mainBody .panfletList.column2 li .imgBox {
  align-items: flex-end;
}

.panfletList li .imgBox .photoBox {
  width: 80px;
}

.panfletList.column2 li .imgBox .photoBox {
  width: 100px;
}

#mainBody .panfletList.column2 li .imgBox .photoBox img {
  width: auto;
  height: auto !important;
  max-width: 100px;
}

.panfletList li .imgBox .textBox p {
  margin: 0 0 10px;
  font-size: 1.4rem !important;
}

#mainBody .panfletList.column2 li .imgBox .textBox {
  margin: 0;
}

.panfletList li:nth-of-type(3) p {
  margin-top: -2px;
}

.panfletList li .imgBox .textBox .comBtn {
  margin-bottom: 6px;
}

.panfletList .textBox .comBtn a{
    min-width: auto;
}

.panfletList li .imgBox .textBox .text02,
#mainBody .comImgBox .comTextBox .text02 {
  margin-bottom: 0;
  font-size: 1.3rem;
}


#mainBody .comImgBox .comPhotoBox {
  width: 240px;
}

#mainBody .comImgBox .comTextBox {
  margin: 0;
  width: calc(100% - 260px);
}

#mainBody .comImgBox .comTextBox p {
  margin-bottom: 9px;
}

@media all and (max-width: 896px) {
  .panfletList {
    margin: 0 0 30px 0;
    display: block;
    padding: 0;
  }

  .panfletList li {
    list-style: none;
    margin: 0 0 20px;
    padding: 15px;
    width: auto;
  }

  .panfletList li .imgBox .textBox {
    margin-bottom: 0;
    width: calc(100% - 100px);
  }

  .panfletList li:nth-of-type(3n) {
    margin: 0;
  }

  #mainBody .comImgBox .comPhotoBox {
    width: auto;
  }

  #mainBody .comImgBox .comTextBox {
    margin: 10px 0;
    width: auto;
  }

  #mainBody .imgList li .imgBox .photoBox {
    margin: 0;
  }
}

/* 動画ライブラリ */
.mediacomImgBox {
  margin-bottom: 45px;
  display: flex;
}

.mediacomImgBox:last-child {
  margin-bottom: 0;
}

.mediacomImgBox .comPhotoBox {
  padding: 39px 29px;
  width: 460px;
  border: 1px solid #ccc;
  margin: 0 30px 0 0;
}

.mediacomImgBox .comTextBox {
  margin-top: 0px;
  width: 100%;
}

.mediacomImgBox .comTextBox p {
  margin-bottom: 19px;
  font-size: 1.6rem;
  padding: 0;
}

@media only screen and (max-width: 599px) {
  iframe {
    width: 95%;
    height: 95%;
  }
}

@media all and (max-width: 896px) {
  .mediacomImgBox {
    margin-bottom: 30px;
  }

  .mediacomImgBox .comPhotoBox {
    margin-bottom: 10px;
    width: 100% !important;
  }

  .mediacomImgBox .comTextBox {
    width: auto;
  }

  .mediacomImgBox .comTextBox p {
    font-size: 1.4rem;
  }
}

#mainBody .comImgBox .comTextBox h4 {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: bold;
}

/* お問い合わせ */
.comTextList.contact li a {
  color: #333;
  text-decoration: none;
  padding: 20px 15px !important;
}

.contact span,
.comTextList.comTextList01 span,
.comTextList.contact li span {
  display: block;
  margin: 0;
  padding: 0;
}

.contact .inner.inquiry {
  border: none !important;
}

.comTextList.contact {
  justify-content: space-between;
}

.comTextList.contact li a img,
.comTextList.comTextList01 li a img {
  margin-bottom: 0;
  height: 83px !important;
  width: initial;
}

.comTextList.contact li a .pho {
  margin-bottom: 17px;
  height: 110px;
}

.comTextList.contact li a p.ttl,
.comTextList.contact li a span.ttl {
  margin-bottom: 3px !important;
  font-size: 2rem !important;
  text-align: center !important;
  padding: 0;
}

.comTextList.contact li a p,
.comTextList.contact li a span {
  line-height: 1.875;
}

.comTextList.contact li:first-of-type a p,
.comTextList.contact li:first-of-type a span {
  text-align: center;
}

.comTextList.contact01 li a {
  padding: 29px 18px 12px;
}

.comTextList.contact01 li:first-of-type a p,
.comTextList.contact01 li:first-of-type a span {
  text-align: left;
  line-height: 1.625;
}

.contact .linkBox {
  margin-bottom: 35px;
  display: flex;
  justify-content: space-between;
}

.comTextList.contact li {
  box-sizing: border-box;
  width: 310px;
}

.contact .subList {
  max-width: 310px;
  width: 100%;
}

.contact .subList li {
  border: 1px solid #cccccc;
  box-sizing: border-box;
  height: 155px;
}

.contact .subList li:not(:last-of-type) {
  margin-bottom: 15px;
}

.comTextList li a::after {
  height: 100%;
  top: 0;
  width: 14px;
  right: -15px;
  color: #eee;
  position: absolute;
  content: "";
  background: url(/Portals/0/images/common/icon44.png) no-repeat right center / 7px auto;
}

.comTextList li a img {
  margin: 0 auto 12px;
  display: block;
  height: 135px;
  max-width: inherit;
  width: auto;
}

.contact .subList li a {
  color: #333;
  text-decoration: none;
  padding: 10px 18px;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-right: 25px solid #f2f2f2;
  box-sizing: border-box;
}

.contact .subList li a p.ttl,
.contact .subList li a span.ttl {
  margin-bottom: 8px !important;
  font-size: 2rem;
  font-weight: bold;
  text-align: center !important;
}

.contact .subList li a p,
.contact .subList li a span {
  font-size: 1.6rem;
  line-height: 1.625;
  text-align: left !important;
}

.contact .subList li a::after {
  width: 14px;
  height: 100%;
  right: -15px;
  top: 0;
  color: #eee;
  position: absolute;
  content: "";
  background: url("/Portals/0/images/common/icon44.png") no-repeat right center / 7px auto;
}

.contact .subList li a:hover::after {
  background: url("/Portals/0/images/common/icon46.png?2022") no-repeat right center / 7px auto;
}

.contact .subList li p,
.contact .subList li span {
  padding: 0;
}

.contact .linkList {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
}

.contact .linkList li {
  width: 230px;
  border: 1px solid #cccccc;
}

.contact .linkList li:hover {
  border: 1px solid #115c9e;
}

.contact .linkList li:hover p,
.contact .linkList li:hover span {
  color: #115c9e;
}

.contact .linkList li a,
.contact .comTextList li a {
  color: #333;
  text-decoration: none;
  padding: 0 20px;
  height: 142px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-right: 24px solid #f2f2f2;
  text-align: center;
}

.contact .linkList li a:hover {
  border-right: 25px solid #115c9e;
}

.contact .linkList li a:hover::after {
  background: url("/Portals/0/images/common/icon46.png?2022") no-repeat right center / 7px auto;
}

.contact .linkList li a p.ttl,
.contact .linkList li a span.ttl {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.625;
  margin: 0;
}

.contact .linkList li a p,
.contact .linkList li a span {
  font-size: 1.3rem;
  line-height: 1.85;
  margin: 0;
}

.contact .linkList li a::after {
  width: 14px;
  height: 100%;
  right: -15px;
  top: 0;
  color: #eee;
  position: absolute;
  content: "";
  background: url(/Portals/0/images/common/icon44.png) no-repeat right center / 7px auto;
}

.contact .linkList li p {
  padding: 0;
}

.contact .linkArea {
  display: flex;
  justify-content: space-between;
}

.contact .linkArea .lBox {
  padding: 29px 28px 30px;
  width: 473px;
  border: 1px solid #cccccc;
  box-sizing: border-box;
}

.contact .linkArea p,
.contact .linkArea span {
  font-size: 1.6rem;
  text-align: center;
}

.contact .linkArea p.title,
.contact .linkArea span.title {
  margin-bottom: 5px;
  font-size: 2rem;
  font-weight: bold;
}

.contact .linkArea .lBox .comSubList li:not(:last-of-type) {
  margin-bottom: 7px;
}

.contact .linkArea .rBox {
  width: 473px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #f5f5f5;
}

.contact .linkArea .rBox .title {
  margin-bottom: 7px;
}

.contact .linkArea .rBox p,
.contact .linkArea .rBox span {
  line-height: 1.625;
}

@media all and (min-width: 897px) {

  /*.contact .subList li a:hover p,
  .contact .subList li a:hover span {
    color: #115c9e !important;
  }
  .comTextList.contact li a:hover p,
  .comTextList.contact li a:hover span {
    color: #115c9e !important;
  }*/
  .comTextList.contact li:nth-of-type(3) a:hover,
  .contact .subList li a:hover {
    border-right: 25px solid #115c9e;
  }

  .comTextList.contact li:nth-of-type(3):hover,
  .contact .subList li:hover {
    border: 1px solid #115c9e;
  }
}

@media all and (max-width: 896px) {
  .comTextList.contact li {
    width: 100% !important;
    height: auto !important;
  }

  .comTextList.contact li a img {
    margin-bottom: 0;
    height: auto;
  }

  .comTextList.contact li a,
  .comTextList.contact01 li a {
    padding: 30px 20px !important;
  }

  .comTextList.contact li a p,
  .comTextList.contact li a span,
  .contact .subList li a p,
  .contact .subList li a span {
    line-height: 1.6em;
    margin-bottom: 0;
    padding: 0;
  }

  .comTextList.contact li a .pho {
    margin-bottom: 0;
  }

  .comTextList.contact li a p.ttl,
  .comTextList.contact li a span.ttl {
    margin-bottom: 3px !important;
    font-size: 2rem !important;
  }

  .comTextList.contact li a p,
  .comTextList.contact li a span {
    line-height: 1.875;
    text-align: center !important;
  }

  .comTextList.contact li:first-of-type a p,
  .comTextList.contact li:first-of-type a span {
    text-align: center;
  }

  .comTextList.contact li:nth-of-type(3) a p.ttl,
  .comTextList.contact li:nth-of-type(3) a span.ttl,
  .comTextList.contact li:nth-of-type(3n) a span.ttl {
    color: #000;
  }

  .comTextList.contact01 li:first-of-type a p,
  .comTextList.contact01 li:first-of-type a span {
    text-align: center;
    line-height: 1.625;
  }

  .contact .linkBox {
    margin-bottom: 35px;
    display: block;
  }

  .contact .subList {
    max-width: 100%;
    width: 100%;
  }

  .contact .subList li:not(:last-of-type) {
    margin-bottom: 15px;
  }

  .contact .subList li a {
    padding: 10px 18px;
    height: 100%;
  }

  .contact .linkList {
    margin: -10px 0 15px;
    flex-wrap: wrap;
  }

  .contact .linkList li {
    margin-top: 10px;
    width: 48%;
  }

  .contact .linkList li a {
    padding: 0 5px;
  }

  .contact .linkList li a p.ttl,
  .contact .linkList li a span.ttl {
    font-size: 1.4rem;
  }

  .contact .linkList li a p,
  .contact .linkList li a span {
    font-size: 1.1rem;
  }

  .contact .linkArea {
    display: block;
  }

  .contact .linkArea .lBox {
    margin-bottom: 15px;
    width: auto;
  }

  .contact .linkArea p,
  .contact .linkArea span {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 0;
    padding: 0;
  }

  .contact .linkArea p.title,
  .contact .linkArea span.title {
    padding: 0;
    margin-bottom: 5px;
    font-size: 1.8rem;
  }

  .contact .linkArea .rBox {
    padding: 10px;
    width: auto;
  }
}

.about_aist_box {
  vertical-align: bottom !important;
  width: 960px;
  margin: 0 auto 50px;
}

.about_box01,
.about_box03,
.about_box04,
.about_box05 {
  float: left;
}

.about_box02,
.about_box06 {
  float: right;
}

.about_box01 {
  margin-bottom: 7px;
}

.about_box01 a:nth-child(2) img {
  margin-left: 4px;
}

.about_box03 a:nth-child(1) img {
  margin-right: 4px;
}

.ab_space {
  clear: both;
  padding-top: 6px;
}

.about_box04 {
  margin-top: 8px;
}

.about_box04 img {
  margin-right: 8px;
}

.about_box05 a:nth-child(1) img {
  margin-right: 4px;
}

.about_box05 a:nth-child(3) img {
  margin-top: 8px;
}

.about_box05 {
  margin: 8px 0;
}

.about_box06 {
  margin-top: 8px;
}

.about_txt01 .at_box {
  margin: 0 auto 50px;
}

.about_txt01 .at_box a {
  text-decoration: none;
}

.about_txt01 .at_box>p {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  width: auto;
  position: relative;
  overflow: hidden;
  margin: 0 auto !important;
  padding: 0 0 0 90px;
  border-bottom: 6px solid #d70101;
  font-weight: bold;
  font-size: 2.4rem;
}

.about_txt01 .at_box>p span.number:before {
  display: inline-block;
  /*忘れずに！*/
  width: 50px;
  /*画像の幅*/
  height: 50px;
  /*画像の高さ*/
  background-image: url(/Portals/0/images/information/about_aist/abouttie.png);
  background-size: contain;
}

.about_txt01 .at_box>p span.number {
  font-size: 4rem;
  position: absolute;
  z-index: 1;
  top: -4px;
  left: 0;
  display: block;
  padding-top: 3px;
  padding-left: 16px;
  color: #fff;
  background: url(/Portals/0/images/information/about_aist/abouttie.png) no-repeat;
  width: 37px;
}

.about_txt01 .at_box#about10>p span.number {
  letter-spacing: -8px;
  padding-left: 5px;
  padding-right: 30px;
}

.about_txt01 .at_box>p span {
  font-size: 4rem;
  display: contents;
}

.about_txt01 .at_box>p .number {
  padding-right: 15px;
}

.about_txt01 .at_box>p:after {
  position: absolute;
  right: 0;
  bottom: 6px;
  content: "";
  display: inline-block;
  width: 146px;
  height: 30px;
  /*画像の高さ*/
  background-size: contain;
  vertical-align: middle;
  background: url(/Portals/0/images/information/about_aist/keyword.png) no-repeat;
}

.about_txt01 .at_box div:last-child {
  background-color: #f5f5f5;
  padding: 52px 39px 50px;
  text-align: center;
}

.about_txt01 .at_box div p {
  padding: 0;
}

.about_txt01 .at_box#about04 div p,
.about_txt01 .at_box#about05 div p {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 30px;
}

.about_txt01 .at_box#about05 ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}

.about_txt01 .at_box#about05 ul li {
  padding: 0;
  list-style: none;
}

.about_txt01 .at_box#about03>div {
  position: relative;
}

.about_txt01 .at_box#about03>div p {
  width: 400px;
  font-size: 1.6rem;
  margin: 0 0 30px;
  position: absolute;
  text-align: left;
}

.about_txt01 .at_box#about03>div img {
  display: block;
  margin: 0 auto;
}

.about_txt01 .at_box#about04>div ul {
  display: flex;
  margin: 0 auto;
  padding: 0;
  justify-content: space-between;
  width: 100%;
}

.about_txt01 .at_box#about04>div ul li {
  list-style: none;
  padding: 0;
}

.about_txt01 .at_box#about06>div {
  display: flex;
}

.about_txt01 .at_box#about06>div>div {
  display: block;
  margin-right: 30px;
}

.about_txt01 .at_box#about06>div>div p {
  font-size: 1.6rem;
  line-height: 26px;
  margin: 0 0 20px;
  text-align: left;
}

.about_txt01 .at_box#about06>div>div ul {
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0;
  justify-content: space-between;
}

.about_txt01 .at_box#about06>div>div ul li {
  padding: 0;
  list-style: none;
}

.about_txt01 .at_box#about06>div img {
  height: fit-content;
}

.about_txt01 .at_box#about07>div,
.about_txt01 .at_box#about09>div,
.about_txt01 .at_box#about08>div,
.about_txt01 .at_box#about10>div {
  display: flex;
  justify-content: space-between;
}

.about_txt01 .at_box#about07>div p,
.about_txt01 .at_box#about09>div p,
.about_txt01 .at_box#about08>div p,
.about_txt01 .at_box#about10>div p {
  width: 450px;
  margin-right: 30px;
  font-size: 1.6rem;
  line-height: 26px;
  margin-bottom: 30px;
  text-align: center;
}

.about_txt01 .at_box#about09>div p,
.about_txt01 .at_box#about08>div p,
.about_txt01 .at_box#about10>div p {
  text-align: left;
}

.about_txt01 .at_box div a {
  background-color: #001730;
  color: #fff;
  display: block;
  font-size: 1.4rem;
  padding: 10px;
  width: 280px;
  background-image: url(/Portals/0/images/common/icon46.png);
  background-repeat: no-repeat;
  background-size: 7px;
  background-position: right 20px center;
}

.about_txt01 .at_box#about03 div a {
  left: 40px;
  position: absolute;
  top: 180px;
}

.about_txt01 .at_box#about07>div img {
  height: fit-content;
  margin: 30px auto 0;
}

.about_txt01 .at_boxx#about09>div img,
.about_txt01 .at_boxx#about08>div img,
.about_txt01 .at_boxx#about10>div img {
  height: fit-content;
}

.inner p.about_aist_title {
  font-size: 2.8rem;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  text-align: center;
  color: #222;
  margin: 0 auto 30px;
  letter-spacing: 2px;
  font-weight: bold;
}

.about_aist_title span {
  font-size: 4.4rem;
  display: initial;
}

@media screen and (max-width: 896px) {
  .about_txt01 .at_box {
    margin: 0 auto 30px;
  }

  .about_txt01 .at_box div:last-child {
    padding: 20px 10px;
    text-align: center;
  }

  .about_txt01 .at_box>p .number {
    background-size: cover !important;
    padding-right: 5px;
    top: 38% !important;
    padding: 10px 0px 7px 11px !important;
    font-size: 1.3rem !important;
    height: 35px;
  }

  .about_txt01 .at_box>p span {
    font-size: 2.5rem;
  }

  .about_txt01 .at_box:nth-child(3) ul {
    flex-wrap: wrap;
    justify-content: center;
  }

  .about_txt01 .at_box:nth-child(3) ul li {
    width: 45%;
    margin-right: 15px;
    margin-top: 8px;
  }

  .about_txt01 .at_box:nth-child(3) ul li:nth-child(even) {
    margin-right: 0;
  }

  .about_txt01 .at_box:nth-child(5)>div ul {
    flex-wrap: wrap;
  }

  .about_txt01 .at_box:nth-child(5)>div ul li:nth-child(even) {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .about_txt01 .at_box:nth-child(6)>div {
    display: block;
  }

  .about_txt01 .at_box:nth-child(7)>div,
  .about_txt01 .at_box:nth-child(8)>div,
  .about_txt01 .at_box:nth-child(9)>div,
  .about_txt01 .at_box:nth-child(10)>div {
    display: block;
  }

  .about_txt01 .at_box:nth-child(7)>div p,
  .about_txt01 .at_box:nth-child(8)>div p,
  .about_txt01 .at_box:nth-child(9)>div p,
  .about_txt01 .at_box:nth-child(10)>div p {
    width: 100%;
    margin: 0 auto 0px !important;
    text-align: left;
  }

  .about_txt01 .at_box:nth-child(8)>div img,
  .about_txt01 .at_box:nth-child(9)>div img,
  .about_txt01 .at_box:nth-child(10)>div img {
    margin: 20px auto 0;
  }

  .about_txt01 .at_box:nth-child(6)>div>div {
    width: 100%;
    margin-right: 0;
  }

  .about_txt01 .at_box:nth-child(6)>div>div p {
    margin: 0 auto 0 !important;
    text-align: left;
  }

  .about_txt01 .at_box:nth-child(6)>div img:last-child {
    margin: 10px auto 0;
  }

  .about_txt01 .at_box:nth-child(7)>div a,
  .about_txt01 .at_box:nth-child(8)>div a,
  .about_txt01 .at_box:nth-child(10)>div a {
    font-size: 1.4rem;
    margin: 10px 0 0;
  }

  .about_txt01 .at_box:nth-child(5)>div ul li {
    width: 22%;
    margin-right: 5px;
    margin-left: 5px;
  }

  .about_txt01 .at_box:nth-child(5)>div ul li:nth-child(even) {
    margin-right: 5px;
    margin-left: 5px;
  }

  .about_txt01 .at_box:nth-child(5)>div p {
    margin: 0 auto 15px;
    text-align: left;
  }

  .about_aist_title {
    font-size: 1.8rem !important;
    line-height: 1.6rem !important;
    margin: 30px auto 10px !important;
  }

  .about_aist_title span {
    font-size: 3rem;
  }

  .at_box#about01,
  .at_box#about02,
  .at_box#about03,
  .at_box#about04,
  .at_box#about05,
  .at_box#about06,
  .at_box#about07,
  .at_box#about08 {
    display: block;
    padding-top: 70px;
    margin-top: -70px;
  }
}

.sac_01 {
  margin: 0;
  list-style: none;
}

/*-------------------------------
 産総研ビジョン
 -------------------------------*/
#mainBody .vision_list02 {
  text-align: center;
}

#mainBody .vision_list02 li {
  border: solid 1px #ccc;
  padding: 50px 143px 56px;
  margin: 0 auto 30px;
}

#mainBody .vision_list02 li:last-child {
  margin: 0 auto 0;
}

#mainBody .vision_list02 li img {
  margin: 0 auto 30px;
  width: 160px;
}





#mainBody .vision_list02 li .vl02_title {
  position: relative;
  margin-bottom: 40px;
  font-size: 2.5rem;
}

#mainBody .vision_list02 li .vl02_title::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -21px;
  display: inline-block;
  width: 100px;
  height: 5px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: linear-gradient(90deg,rgba(214, 201, 227, 1) 0%, rgba(209, 160, 199, 1) 70%, rgba(210, 167, 204, 1) 100%);
}

/*
#mainBody .vision_list02 li:first-child .vl02_title,
#mainBody .vision_list02 li:first-child .vl02_title+p {
  color: #027dbb;
}

#mainBody .vision_list02 li:first-child .vl02_title::before {
  background-color: #027dbb;
}

#mainBody .vision_list02 li:nth-child(2) .vl02_title,
#mainBody .vision_list02 li:nth-child(2) .vl02_title+p {
  color: #4a831b;
}

#mainBody .vision_list02 li:nth-child(2) .vl02_title::before {
  background-color: #4a831b;
}

#mainBody .vision_list02 li:last-child .vl02_title,
#mainBody .vision_list02 li:last-child .vl02_title+p {
  color: #9b2880;
}

#mainBody .vision_list02 li:last-child .vl02_title::before {
  background-color: #9b2880;
}
*/

#mainBody .vision_list02 li .vl02_title+p {
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0.17rem;
}

#mainBody .vision_list02 li p.vision_sb {
  text-align: center;
  font-weight: bold;
  font-size: 1em;
}

#mainBody .vision_list02 li .vl02_title+p+p+p {
  color: #333;
  text-align: center;
  line-height: 2.6rem;
  margin: 0;
}

#main .sac_02 .pTop {
  margin-bottom: 24px;
  font-size: 1.6rem;
  line-height: 1.625;
}

#main .sac_02 .text {
  margin-bottom: 30px;
  padding: 16px;
  font-size: 1.6rem;
  text-align: center;
  border: 1px solid #cf0010;
}

#main .sac_02 .comTable th,
#main .sac_02 .comTable td {
  font-weight: normal;
}

.sac_02 .comTable table {
  table-layout: auto;
}

.sac_02 .comTable thead td:nth-child(1) {
  width: 20%;
}

.sac_02 .comTable thead td:nth-child(2) {
  width: 36%;
}

.sac_02 .comTable thead td:nth-child(3) {
  width: 30%;
}

.sac_02 .comTable thead td:nth-child(4) {
  width: 14%;
}

.sac_02 .comTable td dl dd {
  margin-left: 2em;
}

#main .sac_02 .comTable td a[href^="tel:"] {
  color: #333;
  text-decoration: none;
  cursor: default;
  pointer-events: none;
}

#main .sac_02 .comTable td dt {
  margin-bottom: -3px;
  font-weight: bold;
}

#main .sac_02 .comTable td dd:not(:last-of-type) {
  margin-bottom: 13px;
}

#main .sac_02 .comBtn,
.sac_02 .comBtn {
  margin: 0;
  width: 150px;
}

#main .sac_02 .comBtn a {
  padding: 3px 2px;
  font-size: 1.5rem;
  line-height: 1.73;
}

#main .sac_02 .comTable tbody tr td:nth-child(3) {
  font-weight: normal !important;
}

.sac_02 .comTable tr td:nth-child(3) {
  font-weight: normal !important;
}

#mainBody .sac_03 .txtList.sdgs li::after {
  content: none;
}

#mainBody .sac_03 .txtList.sdgs+.comLink {
  margin: 50px auto 50px;
}

#mainBody .sac_03 .txtList.sdgs+.comLink+h2+p+.comLink {
  margin: 20px auto 50px;
}

#mainBody .sac_03 .txtList.sdgs+.comLink+h2+p {
  padding: 0 0 20px 0;
}

#mainBody .sac_04 .photoList {
  margin: 0;
  list-style: none;
}

#mainBody .sac_04 .photoList li ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#mainBody .sac_04 .photoList li ul>li a {
  color: #222;
  text-decoration: none;
}

#mainBody .sac_05 dl dt {
  width: 130px !important;
}

#mainBody .sac_05 dl dd {
  width: calc(100% - 130px) !important;
  margin-left: 0 !important;
}

#mainBody .sac_05 dl dd a {
  color: #333;
  text-decoration: underline;
}

#mainBody .sac_05 dl dd a:hover {
  text-decoration: none;
}

#mainBody ul.sac_06 {
  margin: 0 !important;
  list-style: none !important;
}

#mainBody .sac_07 .pTop {
  font-size: 1.6rem;
  line-height: 1.625;
}

#mainBody .sac_07 .pTop a:hover {
  text-decoration: none;
}

#mainBody .pTop span {
  display: block;
  color: #ba2636;
}

#mainBody .sac_07 dl {
  margin-bottom: 50px;
}

#mainBody .sac_07 dt {
  margin-bottom: 20px;
  padding: 0 30px 10px;
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 4px solid #eee;
}

#mainBody .sac_07 dd:not(:last-of-type) {
  margin-bottom: 37px;
}

#mainBody .sac_07 dd a {
  text-decoration: underline;
}

#mainBody .sac_07 dd a:hover {
  text-decoration: none;
}

#mainBody .sac_07 .txtUl dt {
  margin-bottom: 20px;
  padding: 0 30px 10px;
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 4px solid #eee;
}

#mainBody .sac_07 .txtUl dd {
  font-size: 1.4rem;
  line-height: 1.625;
}

#mainBody .sac_07 .txtUl dd:not(:last-of-type) {
  margin-bottom: 37px;
}

#mainBody .sac_07 .txtUl dd a {
  text-decoration: underline;
}

@media all and (min-width: 897px) {
  #mainBody .sac_07 dd a:hover {
    text-decoration: none;
  }

  #mainBody .sac_07 .pTop a:hover {
    text-decoration: none;
  }
}

#mainBody .sac_08 .comTable {
  margin-bottom: 20px;
}

#mainBody .sac_08 .comTable tr td:nth-child(3) {
  font-weight: normal;
}

#mainBody .sac_08 .comTable td .smlList {
  font-size: 1.4rem;
}

#mainBody .sac_08 .comTable:not(.comTable01) td:first-child {
  text-align: center;
}

#mainBody .sac_08 .comTable .wid01 {
  width: 20% !important;
  text-align: left !important;
}

#mainBody .sac_08 .comTable01 {
  margin-bottom: 25px;
}

#mainBody .sac_08 .comTable01 th,
#mainBody .sac_08 .comTable01 td {
  padding: 16px 10px 15px;
}

#mainBody .sac_08 td a {
  color: #cf0010;
}

#mainBody .sac_08 .comTable01 thead th {
  width: auto !important;
}

#mainBody .sac_08 .comTable01 thead tr:first-child th:nth-child(1) {
  width: 18% !important;
}

#mainBody .sac_08 .comTable01 thead tr:first-child th:nth-child(2) {
  width: 6% !important;
}

#mainBody .sac_08 .sac_08 .comTable01 thead tr:first-child th:nth-child(3) {
  width: 41% !important;
}

#mainBody .sac_08 .comTable01 thead tr:first-child th:nth-child(4) {
  width: 35% !important;
}

#mainBody .sac_08 .comTable01 thead tr:last-child th {
  line-height: 1.45;
}

#mainBody .sac_08 .comTable01 td {
  text-align: center !important;
}

#mainBody .comTable02 {
  margin-bottom: 43px;
}

#mainBody .sac_08 .comTable02:last-of-type {
  margin-bottom: 20px;
}

#mainBody .sac_08 .comTable02 thead th {
  width: auto !important;
}

#mainBody .sac_08 .comTable02 td {
  padding: 16px 18px 15px;
}

#mainBody .sac_08 .comTable02 td:first-child {
  text-align: left !important;
}

#mainBody .sac_08 .comTable02 thead tr:first-child th:nth-child(1) {
  width: 19% !important;
}

#mainBody .sac_08 .comTable02 thead tr:first-child th:nth-child(2) {
  width: 21% !important;
}

#mainBody .sac_08 .comTable02 thead tr:first-child th:nth-child(3) {
  width: 49% !important;
}

#mainBody .sac_08 .comTable02 thead tr:first-child th:nth-child(4) {
  width: 11% !important;
}

#mainBody .sac_08 .comTable03 td:first-child {
  text-align: left !important;
}

#mainBody .sac_08 .comTable01 td:first-child,
#mainBody .sac_08 .comTable01 td:nth-child(3) {
  text-align: left !important;
}

@media all and (min-width: 897px) {
  #mainBody .sac_08 a:hover {
    text-decoration: none;
  }
}

#mainBody .sac_09 .comTable tr td:nth-child(3) {
  font-weight: normal;
}

#mainBody .sac_09 .comTable td .smlList {
  font-size: 1.4rem;
}

#mainBody .sac_09 .comTable:not(.comTable01) td:first-child {
  text-align: center;
}

#mainBody .sac_09 .comTable .wid01 {
  width: 20% !important;
  text-align: left !important;
}

#mainBody .sac_09 .comTable01 {
  margin-bottom: 25px;
}

#mainBody .sac_09 .comTable01 th,
#mainBody .sac_09 .comTable01 td {
  padding: 16px 10px 15px;
}

#mainBody .sac_09 .comTable01 thead th {
  width: auto !important;
}

#mainBody .sac_09 .comTable01 thead tr:first-child th:nth-child(1) {
  width: 18% !important;
}

#mainBody .sac_09 .comTable01 thead tr:first-child th:nth-child(2) {
  width: 6% !important;
}

#mainBody .sac_09 .comTable01 thead tr:first-child th:nth-child(3) {
  width: 41% !important;
}

#mainBody .sac_09 .comTable01 thead tr:first-child th:nth-child(4) {
  width: 35% !important;
}

#mainBody .sac_09 .comTable01 thead tr:last-child th {
  line-height: 1.45;
}

#mainBody .sac_09 .comTable01 td {
  text-align: center !important;
}

#mainBody .sac_09 .comTable01 td:first-child,
#mainBody .sac_09 .comTable01 td:nth-child(3) {
  text-align: left !important;
}

#mainBody .sac_09 .comTable02 {
  margin-bottom: 43px;
}

#mainBody .sac_09 .comTable02:last-of-type {
  margin-bottom: 20px;
}

#mainBody .sac_09 .comTable02 td {
  padding: 16px 18px 15px;
}

#mainBody .sac_09 .comTable02 td:first-child {
  text-align: left !important;
}

#mainBody .sac_09 .comTable03 td:first-child {
  text-align: left !important;
}

#mainBody .sac_09 .comTable03 thead tr:first-child th:nth-child(1) {
  width: 36% !important;
}

#mainBody .sac_09 .comTable03 thead tr:first-child th:nth-child(2) {
  width: 11% !important;
}

#mainBody .sac_09 .comTable03 thead tr:first-child th:nth-child(3) {
  width: 27% !important;
}

#mainBody .sac_09 .comTable03 thead tr:first-child th:nth-child(4) {
  width: 15% !important;
}

#mainBody .sac_09 .comTable03 thead tr:first-child th:nth-child(5) {
  width: 11% !important;
}

@media all and (min-width: 897px) {
  #mainBody .sac_09 a:hover {
    text-decoration: none;
  }
}

#mainBody .sac_10 .comTable {
  margin-bottom: 20px;
}

#mainBody .sac_10 .comTable thead th:nth-child(1) {
  width: 11%;
}

#mainBody .sac_10 .comTable thead th:nth-child(2) {
  width: 32%;
}

#mainBody .sac_10 .comTable thead th:nth-child(3) {
  width: 57%;
}

#mainBody .sac_10 .comTable tr td:nth-child(3) {
  font-weight: normal;
}

#mainBody .sac_10 .comTable td .smlList {
  font-size: 1.4rem;
}

#mainBody .sac_10 .comTable:not(.comTable01) td:first-child {
  text-align: center;
}

#mainBody .sac_10 .comTable .hk_tbl thead td.title,
#mainBody .sac_10 .comTable .hk_tbl_02 thead td.title {
  font-weight: bold !important;
  text-align: center !important;
}

#mainBody .sac_10 .comTable .hk_tbl_02 td {
  text-align: center !important;
}

#mainBody .sac_10 .comTable .wid01 {
  width: 20% !important;
  text-align: left !important;
}

#mainBody .sac_10 .comTable01 {
  margin-bottom: 25px;
}

#mainBody .sac_10 .comTable01 th,
#mainBody .sac_10 .comTable01 td {
  padding: 16px 10px 15px;
}

#mainBody .sac_10 .comTable01 thead th {
  width: auto !important;
}

#mainBody .sac_10 .comTable01 thead tr:first-child th:nth-child(1) {
  width: 18% !important;
}

#mainBody .sac_10 .comTable01 thead tr:first-child th:nth-child(2) {
  width: 6% !important;
}

#mainBody .sac_10 .comTable01 thead tr:first-child th:nth-child(3) {
  width: 41% !important;
}

#mainBody .sac_10 .comTable01 thead tr:first-child th:nth-child(4) {
  width: 35% !important;
}

#mainBody .sac_10 .comTable01 thead tr:last-child th {
  line-height: 1.45;
}

#mainBody .sac_10 .comTable01 td {
  text-align: center !important;
}

#mainBody .sac_10 .comTable01 td:first-child,
#mainBody .sac_10 .comTable01 td:nth-child(3) {
  text-align: left !important;
}

#mainBody .sac_10 .comTable02 {
  margin-bottom: 43px;
}

#mainBody .sac_10 .comTable02:last-of-type {
  margin-bottom: 20px;
}

#mainBody .sac_10 .comTable02 thead th {
  width: auto !important;
}

#mainBody .sac_10 .comTable02 td {
  padding: 16px 18px 15px;
}

#mainBody .sac_10 .comTable02 td:first-child {
  text-align: left !important;
}

#mainBody .sac_10 .comTable02 thead tr:first-child th:nth-child(1) {
  width: 19% !important;
}

#mainBody .sac_10 .comTable02 thead tr:first-child th:nth-child(2) {
  width: 21% !important;
}

#mainBody .sac_10 .comTable02 thead tr:first-child th:nth-child(3) {
  width: 49% !important;
}

#mainBody .sac_10 .comTable02 thead tr:first-child th:nth-child(4) {
  width: 11% !important;
}

#mainBody .sac_10 .comTable03 td:first-child {
  text-align: left !important;
}

#mainBody .sac_10 .comTable03 thead tr:first-child th:nth-child(1) {
  width: 36% !important;
}

#mainBody .sac_10 .comTable03 thead tr:first-child th:nth-child(2) {
  width: 11% !important;
}

#mainBody .sac_10 .comTable03 thead tr:first-child th:nth-child(3) {
  width: 27% !important;
}

#mainBody .sac_10 .comTable03 thead tr:first-child th:nth-child(4) {
  width: 15% !important;
}

#mainBody .sac_10 .comTable03 thead tr:first-child th:nth-child(5) {
  width: 11% !important;
}

#mainBody .sac_11 .telBox {
  margin-bottom: 46px;
  padding: 14px 0;
  display: flex;
  justify-content: space-between;
  border: 1px solid #cccccc;
}

#mainBody .sac_11 .telBox p {
  padding: 0;
}

#mainBody .sac_11 .telBox .lBox {
  padding: 27px 0 26px 32px;
  width: 518px;
  box-sizing: border-box;
  border-right: 1px solid #cccccc;
}

#mainBody .sac_11 .telBox .lBox .title {
  margin-bottom: 13px;
  font-size: 2rem;
  font-weight: bold;
}

#mainBody .sac_11 .telBox .lBox p {
  font-size: 1.6rem;
  margin-bottom: 0;
}

#mainBody .sac_11 .telBox .rBox {
  padding: 0 27px;
  width: calc(100% - 528px);
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

#mainBody .sac_11 .telBox .rBox p {
  margin-bottom: 0;
}

#mainBody .sac_11 .telBox .rBox p a {
  font-size: 4.5rem;
  font-weight: bold;
  line-height: 1;
}

#mainBody .sac_11 a {
  text-decoration: none;
}

#mainBody .sac_12 .txtList {
  margin-bottom: 8px;
}

#mainBody .sac_12 .txtList li {
  padding: 0 10px 0 33px;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.625;
}

#mainBody .sac_12 .txtList li span {
  color: #b41212;
}

#mainBody .sac_12 .txtList li:not(:last-of-type) {
  margin-bottom: 8px;
}

#mainBody .sac_12 .txtList li::after {
  width: 13px;
  height: 13px;
  position: absolute;
  top: 6px;
  left: 10px;
  border-radius: 50%;
  background-color: #d6d6d6;
  content: "";
}

#mainBody .sac_12 .notes {
  margin-bottom: 19px;
  font-size: 1.6rem;
  line-height: 1.625;
}

#mainBody .sac_12 .notes span {
  color: #b41212;
}

#mainBody .sac_12 .text {
  margin-top: 51px;
  padding: 19px 20px;
  font-size: 1.6rem;
  line-height: 1.625;
  background-color: #f5f5f5;
}

#mainBody .sac_13 .telBox {
  margin-bottom: 46px;
  padding: 14px 0;
  display: flex;
  justify-content: space-between;
  border: 1px solid #cccccc;
}

#mainBody .sac_13 .telBox .lBox {
  padding: 27px 0 26px 49px;
  width: 518px;
  box-sizing: border-box;
  border-right: 1px solid #cccccc;
}

#mainBody .sac_13 .telBox .lBox .title {
  margin-bottom: 13px;
  font-size: 2rem;
  font-weight: bold;
}

#mainBody .sac_13 .telBox .lBox p {
  font-size: 1.6rem;
  margin-bottom: 0;
  padding: 0;
}

#mainBody .sac_13 .telBox .rBox {
  padding: 0 27px;
  width: calc(100% - 518px);
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

#mainBody .sac_13 .telBox .rBox p {
  margin-bottom: 0;
  padding: 0;
}

#mainBody .sac_13 .telBox .rBox p a {
  font-size: 4.5rem;
  font-weight: bold;
  line-height: 1;
}

#mainBody .sac_14 h4 {
  margin: 28px 0 12px;
  font-size: 2rem;
  font-weight: bold;
}

#mainBody .sac_14 .txtList {
  margin-bottom: 8px;
}

#mainBody .sac_14 .txtList li {
  padding: 0 10px 0 33px;
  position: relative;
  line-height: 1.625;
}

#mainBody .sac_14 .txtList li:not(:last-of-type) {
  margin-bottom: 8px;
}

#mainBody .sac_14 .txtList li::after {
  width: 13px;
  height: 13px;
  position: absolute;
  top: 6px;
  left: 10px;
  border-radius: 50%;
  background-color: #d6d6d6;
  content: "";
}

#mainBody .sac_14 .notes {
  margin-bottom: 19px;
  font-size: 1.6rem;
  line-height: 1.625;
}

#mainBody .sac_14 .notes span {
  color: #b41212;
}

#mainBody .sac_14 .text {
  margin-top: 51px;
  padding: 19px 20px;
  font-size: 1.6rem;
  line-height: 1.625;
  background-color: #f5f5f5;
}

div.topInfoBanner {
  margin: 40px auto 0;
}

.sac_15 .comTextList li:nth-of-type(3n) a span.ttl {
  color: #333 !important;
}

/*.sac_15 .comTextList li:nth-of-type(3n) a:hover span.ttl {
  color: #115c9e !important;
}*/
.sac_15 .comTextList li a {
  color: #333 !important;
  text-decoration: none !important;
  padding: 20px 15px !important;
  display: block;
}

.sac_15 .comTextList li a .pho {
  margin-bottom: 17px !important;
}

.sac_15 .linkArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 50px;
}

.sac_15 .linkArea .lBox {
  border: solid 1px #ccc;
  text-align: center;
  padding: 30px 0;
  width: 474px;
}

.sac_15 .linkArea .lBox .title {
  font-size: 2rem;
  font-weight: bold;
  padding: 0 0 12px 0;
}

.sac_15 .linkArea .lBox .text {
  padding: 0 0 0 0;
}

.sac_15 .linkArea .lBox .comSubList {
  text-align: left;
  padding: 0 50px;
}

.sac_15 .linkArea .rBox {
  width: 474px;
  background: #f5f5f5;
  text-align: center;
  padding: 90px 0 0;
}

.sac_15 .linkArea .rBox .title {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0 0 17px 0;
}

.sac_15 .linkArea .rBox .title+p {
  line-height: normal;
}

.sac_15 .linkList {
  margin-bottom: 15px;
  display: flex;
  margin-left: 0;
  padding: 0;
  justify-content: space-between;
  list-style: none;
}

.sac_15 .linkList li {
  list-style: none;
  margin-left: 0;
  padding: 0;
  margin-right: 12px;
  width: 231px;
  text-align: center;
  border: 1px solid #ccc;
}

.sac_15 .linkList li:last-child {
  margin-right: 0px;
}

.sac_15 .linkList li a {
  color: #333 !important;
  text-decoration: none !important;
  padding: 20px 15px !important;
  height: 100%;
  display: block;
  border-right: 25px solid #eee;
  position: relative;
  box-sizing: border-box;
}

.sac_15 .linkList li a:after {
  height: 100%;
  top: 0;
  width: 14px;
  right: -15px;
  color: #eee;
  position: absolute;
  content: "";
  background: url(/Portals/0/images/common/icon44.png) no-repeat right center / 7px auto;
}

.sac_15 .linkList li a .ttl {
  font-weight: bold;
  display: block;
}

.sac_15 .comTextList li {
  box-sizing: border-box;
  width: 312px;
  height: 262px;
}

.sac_15 .linkList li:first-child a .ttl,
.sac_15 .linkList li:nth-child(3) a .ttl {
  font-size: 1.5rem;
  padding: 30px 0 0;
}

.sac_15 .linkList li:nth-child(2) a .ttl {
  font-size: 1.5rem;
  padding: 22px 0 0;
}

.sac_15 .comTextList01 {
  float: left;
}

.sac_15 .subList {
  list-style: none;
  margin: 0;
  float: right;
  width: 312px;
  padding: 0;
}

.sac_15 .subList li {
  list-style: none;
  padding: 0;
  width: 100%;
  text-align: center;
  border: 1px solid #ccc;
  margin: 0 0 12px 0;
  height: 123px;
}

.sac_15 .subList li:last-child {
  margin: 0;
}

.sac_15 .subList li a {
  color: #333 !important;
  text-decoration: none !important;
  padding: 20px 15px !important;
  height: 100%;
  display: block;
  border-right: 25px solid #eee;
  position: relative;
  box-sizing: border-box;
}

.sac_15 .subList li a:after {
  height: 100%;
  top: 0;
  width: 14px;
  right: -15px;
  color: #eee;
  position: absolute;
  content: "";
  background: url(/Portals/0/images/common/icon44.png) no-repeat right center / 7px auto;
}

.sac_15 .subList li a .ttl {
  font-weight: bold;
  display: block;
  font-size: 1.7rem;
  margin: 0 auto 7px;
}

.sac_15 h3 {
  background: url(/Portals/0/images/common/bg_h2.gif) repeat-x 0 bottom;
}

.sac_16 li {
  font-size: 1.6rem;
  line-height: 1.6em;
  margin-bottom: 10px;
}

div.topInfoBanner a {
  text-decoration: none;
}

div.topInfoBanner a:hover {
  text-decoration: underline;
}

.headLine01+.clearfix+.catlist {
  width: 750px;
}

.sac_17 .comTextList li a {
  padding: 23px 18px 23px;
}

.sac_17 .textUl .subList li {
  margin-bottom: 5px;
}

.sac_17 .panfimgBox .textBox .text {
  margin: 5px 0 10px !important;
}

#mainBody .inner.event .photoList li {
  margin: 30px auto 0;
  max-width: 310px !important;
  padding: 0;
  width: 100% !important;
}

.medialinkList li a {
  height: auto;
  padding: 20px 0;
}

/* .sac_18 .comSearchUl li a {
  font-weight: bold;
}

.sac_18 .comSearchUl li:first-child a {
  color: #abcd2d !important;
}

.sac_18 .comSearchUl li:nth-child(2) a {
  color: #e583ac !important;
}

.sac_18 .comSearchUl li:nth-child(3) a {
  color: #51b6a8 !important;
}

.sac_18 .comSearchUl li:nth-child(4) a {
  color: #b18bb2 !important;
}

.sac_18 .comSearchUl li:nth-child(5) a {
  color: #5faae3 !important;
}

.sac_18 .comSearchUl li:nth-child(6) a {
  color: #be8943 !important;
}

.sac_18 .comSearchUl li:nth-child(7) a {
  color: #f5ab28 !important;
}

.sac_18 .comSearchUl li:last-child a {
  color: #868584 !important;
} */

.sac_18 .tooltip {
  line-height: 3rem;
}

.panfletList li .imgBox .textBox .comBtn+.text02 {
  text-align: center;
}

.panfletList li {
  padding: 15px 25px;
}

.panfletList li .imgBox .photoBox {
  margin: 0 0 20px;
}

.panfletList li .imgBox .photoBox {
  margin: 0 0 20px;
}

#mainBody .inner.units .photoList li p a {
  color: #333 !important;
  text-decoration: none !important;
}

#mainBody .inner.units .photoList li p a:visited,
#mainBody .inner.units .photoList li p a:active {
  color: #333 !important;
}

#mainBody .sac_21 .comImgBox .comPhotoBox {
  width: 180px;
}

#mainBody .sac_21 .comImgBox .comTextBox {
  width: calc(100% - 210px);
}

.sac_16.listArrow li {
  background-position: left 11px;
}

#mainBody .sac_23 .comTextUl li a span {
  background: url(/Portals/0/images/common/icon41.png) no-repeat left 0px center / 7px auto;
  padding-left: 18px;
}

#mainBody .sac_23 .comTextUl li a:hover {
  color: #115c9e;
}

.sac_24 .headLine05 {
  margin: 0 auto 19px;
}

.sac_24 .text {
  padding: 0 0 30px 0;
}

.sac_24 .comImgBox.exhibition .comTextBox .comBtn {
  margin: 0;
}

.sac_25 .textUl.rresult li {
  margin: 0;
}

#mainBody .sac_25 .comImgBox .comPhotoBox {
  width: 200px;
}

#mainBody .sac_25 .comImgBox .comTextBox {
  width: calc(100% - 220px);
}

.sac_25 .textUl.rresult {
  margin: 30px auto 10px;
}

#mainBody .sac_04 .photoList>li p {
  margin-bottom: 30px;
  padding: 0;
}

.sac_05 h2 {
  padding: 15px 0 10px 10px;
}

.sac_26 h2 {
  margin: 40px 0 20px;
}

.sac_08 .pTop+h2+p {
  padding: 0 0 20px;
}

.sac_10 p+.comTable+p span {
  color: #cf0010;
  font-weight: bold;
}

.sac_27 .comBtnList li {
  height: 80px;
}

.sac_15 .linkArea .lBox .comSubList li:last-child a {
  color: #cf0010 !important;
}

.menuBox ul,
#gFooter ul {
  list-style: none;
}

.ads_13 {
  padding-left: 270px;
}

.ads_14 {
  padding-left: 20px;
}

.ads_15 {
  padding-left: 83px;
}

.ads_16 {
  padding-left: 34px;
}

.ads_17 {
  padding-left: 90px;
}

.sac_17 img {
  width: 70%;
}

.construction .photo.information img {
  width: 100%;
}

.maj_07 {
  margin: 0;
}

#headWrap {
  display: block;
  position: absolute;
  opacity: 0;
}

/*------------------------------------------
採用情報  2024.08.01追加
------------------------------------------*/

/*------------ページ内ナビ------------*/
.comLinkArea.humanres_box {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  margin: 0 0 50px 0;
  gap: 10px;
}

.comLinkArea.humanres_box ul li {
  padding: 0;
}

.comLinkArea.humanres_box li {
  margin: 0;
  padding: 0;
  max-width: 480px;
  width: 100%;
}

.comLinkArea.humanres_box li a {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  font-size: 1em;
  justify-content: center;
  line-height: 1.33;
  padding: 2em 0 max(25px, 2.5em);
  text-align: center;
  font-weight: normal;
  flex-direction: column;
  color: #333;
  background: #fff url(/Portals/0/images/common/icon57.png) no-repeat center bottom 9px / 12px;
  border: 1px solid #ccc;
  text-decoration: none;
}

.comLinkArea.humanres_box li a:hover,
.comLinkArea.humanres_box li a:focus {
  color: #fff;
  background: #115c9e url(/Portals/0/images/common/icon58.png) no-repeat center bottom 9px / 12px;
}

.comLinkArea.humanres_box li a span {
  margin-bottom: 9px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
  display: block;
}

/*--ページ内ナビ SP用CSS--*/

body.spView .comLinkArea.humanres_box {
  flex-wrap: wrap;
  margin-bottom: 50px;
  margin-right: 0;
  gap: 1.2em 0;
}

body.spView .comLinkArea.humanres_box li {
  max-width: 100%;
}

body.spView .comLinkArea.humanres_box li:last-of-type {
  margin: 0;
}

body.spView .comLinkArea.humanres_box li a {
  padding: 1.5em 0 max(17px, 2rem);
  background-position: 5px / 12px;
}

/*------------契約職員------------*/

.Parttime_inner {
  margin-bottom: 50px;
  padding: 30px;
  background: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
  line-height: 1.4;
}

.Parttime_inner ul.comSubList {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0;
}

.Parttime_inner .right_content {
  width: 348px;
}

.Parttime_inner .right_content a {
  padding: 13px 26px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  flex-wrap: wrap;
  color: #fff !important;
  font-size: 1.8rem;
  text-align: center;
  text-decoration: none !important;
  background: #001730 url(/Portals/0/images/common/icon40.png) no-repeat right 19px center / 7px auto;
  box-sizing: border-box;
}

.Parttime_inner .right_content a:hover,
.Parttime_inner .right_content a:focus {
  opacity: 0.7;
}

/*--契約職員 SP用CSS--*/
body.spView .Parttime_inner {
  line-height: 1.4;
  flex-wrap: wrap;
  gap: 1.5em;
}

body.spView .Parttime_inner .left_content {
  margin: 0 auto;
}

body.spView .Parttime_inner .right_content {
  width: 100%;
}

body.spView #mainBody .Parttime_inner ul.comSubList {
  display: flex;
  flex-direction: column;
}

body.spView .Parttime_inner ul.comSubList li {
  width: auto;
}

/*------------常勤職員------------*/

.tenuredPositionSite {
  margin: 0 auto 50px;
  width: 100%;
  max-width: 720px;
  text-align: center;
}

.tenuredPositionSite:hover,
.tenuredPositionSite:focus {
  opacity: 0.7;
}

.tenuredPositionSite a,
.tenuredPositionSite a:link,
.tenuredPositionSite a:visited,
.tenuredPositionSite a:active,
.tenuredPositionSite a:hover {
  text-decoration: none;
}

.tenuredPositionSite img {
  border: 1px solid #cccccc;
  margin-bottom: 1rem;
}

.tenuredPositionSite span.btn {
  display: inline-block;
  padding: 13px 23px 12px;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  background: #001730 url(/Portals/0/images/common/icon40.png) no-repeat right 9px center / 7px auto;
  box-sizing: border-box;
}

.jobDescription {
  display: flex;
  gap: 20px;
  justify-content: space-around;
  margin-bottom: 45px;
}

.jobDescription_content {
  box-sizing: border-box;
  background: #f3f3f3;
  padding: 20px 30px;
}

.jobDescription_content.researcher,
.jobDescription_content.technical {
  width: 240px;
}

.jobDescription_content {
  width: 440px;
}

.jobDescription_content h4 {
  text-align: center;
  margin: 0 0 20px;
  padding: 0;
  border: none;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.jobDescription_content h4 img {
  display: block;
  margin: 0 auto;
  width: 80px;
  max-width: none;
  height: 80px;
  margin-bottom: 10px;
}

.jobDescription_content ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 20px;
  margin: 0;
  padding: 0;
}

.jobDescription_content ul li {
  width: 180px;
}

.jobDescription_content ul a {
  padding: 13px 23px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  flex-wrap: wrap;
  height: 100%;
  width: 100%;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  text-decoration: none !important;
  background: #001730 url(/Portals/0/images/common/icon40.png) no-repeat right 9px center / 7px auto;
  box-sizing: border-box;
}

.jobDescription_content ul a:hover,
.jobDescription_content ul a:focus {
  opacity: 0.7;
}

/*--常勤職員 SP用CSS--*/
body.spView .jobDescription {
  flex-wrap: wrap;
}

body.spView .jobDescription_content {
  width: 100%;
}

body.spView .jobDescription_content ul {
  gap: 10px;
}

body.spView .jobDescription_content li {
  width: 100%;
}


/*------------------------------------------
理事長メディア掲載・出演一覧  2024.10.08 追加
------------------------------------------*/

.article_list {
  list-style: none;
  margin: 0;
  border-top: 1px dotted #dddddd;
}

.article_list li {
  display: flex;
  border-bottom: 1px dotted #dddddd;
  gap: 4em;
  padding: 1em 0;
}

.article_list li a {
  text-decoration: none;
  color: inherit;
}

.article_list li a:hover,
.article_list li a:focus {
  text-decoration: underline;
}

.article_list li .date {
  flex-shrink: 1;
  white-space: nowrap;
  color: #a85057;
}

.article_list li .title {
  flex-shrink: 2;
  font-size: 1.4rem;
}

/*--理事長メディア掲載・出演一覧 SP用CSS--*/

body.spView .article_list li {
  gap: 0.5em;
  flex-direction: column;
}

/*------------------------------------------
画像付きリンク　2024.10.23 追加
理事長ご挨拶ページで使用　（メディア掲載・出演一覧リンク）  
------------------------------------------*/

.img_link a {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  border: 1px solid #CCCCCC;
  color: #333333;
  text-decoration: none;
  font-size: 2.4rem;
  font-weight: bold;
  padding-right: 30px;
  width: 100%;
  max-width: 650px;
  margin: auto;
  text-align: center;

}

.img_link a .imgItem {
  align-self: stretch;
  display: block;
}

.img_link a .imgItem img {
  object-fit: cover;
  height: 100% !important;
}


.img_link a .textItem {
  display: block;
  min-width: 65%;
  flex-grow: 2;
  padding: 20px;
}

.img_link a::after {
  content: '';
  display: block;
  position: absolute;
  width: 25px;
  height: 100%;
  background: #EEEEEE url(/Portals/0/images/common/icon44.png) no-repeat center / 7px;
  top: 0;
  right: 0;
}

.img_link a:hover,
.img_link a:focus {
  border-color: #115c9e;
}

.img_link a:hover::after,
.img_link a:focus::after {
  background-color: #115c9e;
  background-image: url(/Portals/0/images/common/icon46.png);
}

/*--画像付きリンク SP用CSS--*/
.spView .img_link a {
  font-size: 1.6rem;
}