@charset "UTF-8";
/*学会への思い*/
.omoi h2 {
  position: relative;
}
.omoi h2 .link {
  width: 180px;
  background-color: #fc8858;
  text-align: center;
  border-radius: 50px;
  position: absolute;
  right: 0;
  top: -20px;
}
.omoi h2 .link a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 10px 0;
  position: relative;
}
.omoi h2 .link i {
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translate(-10%, -50%);
}
.omoi .wrap {
  padding: 60px 8% 15px;
  border: solid 1px #ccc;
  background-color: #fff;
  box-shadow: 1px 1px 20px #eee;
}
.omoi section h4 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  margin: 0 0 -10px 0 !important;
  position: static;
  padding: 10px 0 10px 50px;
  background-size: 35px;
  background-repeat: no-repeat;
  background-position: center left;
  display: flex;
}
.omoi section h4::after {
  display: none;
}
.omoi section .box01 h4 {
  border-bottom: solid 2px #aad301;
  background-image: url(../../assets/img/about/omoi/icon_01.png)
}
.omoi section .box02 h4 {
  border-bottom: solid 2px #099ac6;
  background-image: url(../../assets/img/about/omoi/icon_02.png)
}
.omoi section .box03 h4 {
  border-bottom: solid 2px #ce333c;
  background-image: url(../../assets/img/about/omoi/icon_03.png)
}
.omoi section h5 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: -5px;
}
.omoi section figure {
  width: 30%;
  margin: 10px 0 20px 5%;
  float: right;
}
.omoi section figure figcaption {
  font-size: 20px;
  text-align: center;
  margin-top: 5px;
}
.omoi section figure figcaption span {
  display: block;
  font-size: 15px;
  margin-top: 5px;
}
/*ナビスクロールボタン*/
ul.nav {
  padding: 0 !important;
  margin: 0 auto;
  list-style: none;
}
ul.nav li a {
  display: block;
  text-align: center;
  text-decoration: none;
  outline: solid 1px #aaa;
  padding: 10px 0;
  position: relative;
  width: 31.33%;
  margin: 0 1% 10px;
  float: left;
}
ul.nav li a i {
  position: absolute;
  top: 17px;
  right: 5%;
}
@media screen and (min-width:700px) and (max-width:1024px) {
  /*ナビスクロールボタン*/
  ul.nav {
    padding: 0 !important;
    margin: 0 auto;
    list-style: none;
  }
  ul.nav li a {
    display: block;
    text-align: center;
    text-decoration: none;
    outline: solid 1px #aaa;
    padding: 10px 0;
    position: relative;
    width: 48%;
    margin: 0 1% 10px;
    float: left;
  }
  ul.nav li a i {
    position: absolute;
    top: 17px;
    right: 5%;
  }
}
@media screen and (max-width:700px) {
  .omoi h2 .link {
    margin: 0 0 0 auto !important;
  }
  .omoi h2 .link {
    width: 150px;
    position: static;
    margin-top: 10px !important;
  }
  .omoi .wrap {
    padding: 40px 5% 0;
  }
  .omoi section figure {
    width: 200px;
    margin: 0 auto 20px;
    float: none;
  }
  .omoi section h4 {
    font-size: 18px;
    line-height: 28px;
    padding: 10px 0;
    display: block;
    text-align: center !important;
  }
  .omoi section h5 {
    font-size: 20px;
    line-height: 30px;
  }
  /*ナビスクロールボタン*/
  ul.nav {
    padding: 0 !important;
    margin: 0 auto;
    list-style: none;
  }
  ul.nav li a {
    display: block;
    text-align: center;
    text-decoration: none;
    outline: solid 1px #aaa;
    padding: 10px 0;
    position: relative;
    width: 100%;
    margin: 0 auto 10px;
    float: left;
  }
  ul.nav li a i {
    position: absolute;
    top: 17px;
    right: 5%;
  }
}