@charset "UTF-8";
a {
  color: #222;
}
.inner {
  width: 1000px;
  margin: 40px auto 50px;
  font-size: 15px;
  line-height: 24px;
}
.breadcrumb {
  width: 100%;
  background-color: #eee;
}
.breadcrumb ul a {
  color: #222;
  text-decoration: none;
}
.breadcrumb ul a:hover {
  color: #000;
  text-decoration: underline;
}
.breadcrumb ul {
  width: 1100px;
  padding: 15px 0;
  margin: 0 auto;
  font-size: 14px;
  color: #000;
  list-style: none;
}
.breadcrumb ul li {
  float: left;
}
.breadcrumb ul li.current {
  color: #888;
}
.breadcrumb ul li:first-child {
  margin-left: 0;
}
.breadcrumb ul li:first-child::before {
  content: '';
  margin: 0;
}
.breadcrumb ul li::before {
  content: '>';
  color: #000;
  margin: 0 5px;
}
h2 {
  font-size: 24px;
  font-weight: normal;
  position: relative;
  border-bottom: 5px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
h2::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 5px;
  background-color: #fc8858;
}
h2 span {
  font-size: 16px;
  margin-left: 20px;
}
h3 {
  font-size: 22px;
  font-weight: normal;
  position: relative;
  padding: 8px 0 10px 15px;
  border-left: 6px solid #fc8858;
}
h3::before {
  position: absolute;
  left: -6px;
  bottom: 0;
  content: '';
  width: 6px;
  height: 50%;
  background-color: #ffb698;
}
h4 {
  font-size: 16px;
  font-weight: normal;
  position: relative;
  padding-left: 30px;
}
h4::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  margin: auto;
  z-index: 2;
  content: '';
  width: 12px;
  height: 12px;
  background-color: #fc8858;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*研究会・イベント　タイトル*/
#event h2::after {
  background-color: #79b073;
}
#event h3 {
  border-left: 6px solid #79b073;
}
#event h3::before {
  background-color: #b9dab5;
}
#event h4::after, #event p.h4::after {
  background-color: #79b073;
}
/*学会活動　タイトル*/
#activities h2::after {
  background-color: #f8b551;
}
#activities h3 {
  border-left: 6px solid #f8b551;
}
#activities h3::before {
  background-color: #fbde8a;
}
#activities h4::after, #activities p.h4::after {
  background-color: #f8b551;
}
/*論文誌　タイトル*/ /*アーカイブ*/ /*本会出版物*/ /*投稿*/
#transactions h2::after {
  background-color: #45c4b5;
}
#transactions h3 {
  border-left: 6px solid #45c4b5;
}
#transactions h3::before {
  background-color: #9ed8d2;
}
#transactions h4::after, #transactions p.h4::after {
  background-color: #45c4b5;
}
#archive h2::after {
  background-color: #45c4b5;
}
#archive h3 {
  border-left: 6px solid #45c4b5;
}
#archive h3::before {
  background-color: #9ed8d2;
}
#archive h4::after, #archive p.h4::after {
  background-color: #45c4b5;
}
#publication h2::after {
  background-color: #45c4b5;
}
#publication h3 {
  border-left: 6px solid #45c4b5;
}
#publication h3::before {
  background-color: #9ed8d2;
}
#publication h4::after, #publication p.h4::after {
  background-color: #45c4b5;
}
#submission h2::after {
  background-color: #45c4b5;
}
#submission h3 {
  border-left: 6px solid #45c4b5;
}
#submission h3::before {
  background-color: #9ed8d2;
}
#submission h4::after, #submission p.h4::after {
  background-color: #45c4b5;
}
/*寄付・公募・求人　タイトル*/
#donation h2::after {
  background-color: #c6c949;
}
#donation h3 {
  border-left: 6px solid #c6c949;
}
#donation h3::before {
  background-color: #d2db95;
}
#donation h4::after, #donation p.h4::after {
  background-color: #c6c949;
}
/*賞・表彰　タイトル*/
#awards h2::after {
  background-color: #52b3d0;
}
#awards h3 {
  border-left: 6px solid #52b3d0;
}
#awards h3::before {
  background-color: #94d0e2;
}
#awards h4::after, #awards p.h4::after {
  background-color: #52b3d0;
}
/*学会について　タイトル*/ /*会長の部屋*/
#about h2::after {
  background-color: #fc8858;
}
#about h3 {
  border-left: 6px solid #fc8858;
}
#about h3::before {
  background-color: #ffb698;
}
#about h4::after, #about p.h4::after {
  background-color: #fc8858;
}
#president h2::after {
  background-color: #fc8858;
}
#president h3 {
  border-left: 6px solid #fc8858;
}
#president h3::before {
  background-color: #ffb698;
}
#president h4::after, #president p.h4::after {
  background-color: #fc8858;
}
/**/
#main .inner ul, #main .inner ol {
  padding-left: 20px;
}
#main .inner ul li, #main .inner ol li {
  margin-bottom: 10px;
}
/*li >マーク*/
ul.arrow {
  list-style: none;
  padding: 0 !important;
}
ul.arrow li {
  position: relative;
  padding: 0 0 0 30px;
}
ul.arrow li::before {
  position: absolute;
  top: 7px;
  left: 5px;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 3px solid #aaa;
  border-right: 3px solid #aaa;
  transform: rotate(45deg);
}
/*p >マーク*/
p.arrow {
  position: relative;
  color: #000;
  text-decoration: none;
  margin-bottom: 10px;
}
p.arrow::before {
  position: absolute;
  top: 7px;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 7px;
  height: 7px;
  border-top: 3px solid #aaa;
  border-right: 3px solid #aaa;
  transform: rotate(45deg);
}
/*p ◆マーク*/
p.h4 {
  font-size: 16px;
  font-weight: normal;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0;
}
p.h4::after {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 2;
  content: '';
  width: 12px;
  height: 12px;
  background-color: #fc8858;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*タイトル的なテキストで、下にマージンいらないとき*/
p.ttl {
  margin-bottom: 0 !important;
}
/*段落*/
/*h3 ~ *:not(h3) {
  margin-left: 20px;
}
h4 ~ *:not(h4) {
  margin-left: 30px;
}
p.arrow ~ *:not(.arrow) {
  margin-left: 40px;
}
p.h4 ~ *:not(.h4) {
  margin-left: 50px;
}*/
section#main section section {
  margin-bottom: 50px;
}
figure {
  margin: 0;
}
figure img {
  width: 100%;
}
.new {
  color: #f00;
  margin-left: 20px;
  font-weight: bold;
}
.red {
  color: #f00;
}
.blue {
  color: #00479d;
}
.bold {
  font-weight: bold;
}
.border {
  text-decoration: underline;
}
@media screen and (min-width:700px) and (max-width:1024px) {
  .inner {
    width: 90%;
    margin: 20px auto 30px;
    font-size: 15px;
    line-height: 24px;
  }
  .breadcrumb ul {
    width: 90%;
    padding: 15px 0;
    margin: 0 auto;
    font-size: 14px;
    color: #000;
    list-style: none;
  }
  h2 {
    font-size: 22px;
    font-weight: normal;
    position: relative;
    border-bottom: 5px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  h2::after {
    position: absolute;
    bottom: -5px;
    left: 0;
    z-index: 2;
    content: '';
    width: 20%;
    height: 5px;
    background-color: #fc8858;
  }
  h2 span {
    font-size: 13px;
    line-height: 20px;
    margin-left: 0;
    display: block;
    margin-top: 10px;
  }
  h3 {
    font-size: 18px;
    font-weight: normal;
    position: relative;
    padding: 5px 0 10px 15px;
    border-left: 6px solid #f39800;
    margin-bottom: 10px;
  }
  h3::before {
    position: absolute;
    left: -6px;
    bottom: 0;
    content: '';
    width: 6px;
    height: 50%;
    background-color: #facd89;
  }
  section#main section section {
    margin-bottom: 40px;
  }
}
@media screen and (max-width:700px) {
  .inner {
    width: 90%;
    margin: 20px auto 30px;
    font-size: 15px;
    line-height: 24px;
  }
  .breadcrumb ul {
    width: 90%;
    padding: 15px 0;
    margin: 0 auto;
    font-size: 14px;
    color: #000;
    list-style: none;
  }
  h2 {
    font-size: 22px;
    font-weight: normal;
    position: relative;
    border-bottom: 5px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  h2::after {
    position: absolute;
    bottom: -5px;
    left: 0;
    z-index: 2;
    content: '';
    width: 20%;
    height: 5px;
    background-color: #fc8858;
  }
  h2 span {
    font-size: 13px;
    line-height: 20px;
    margin-left: 0;
    display: block;
    margin-top: 10px;
  }
  h3 {
    font-size: 18px;
    font-weight: normal;
    position: relative;
    padding: 8px 0 10px 15px;
    border-left: 6px solid #f39800;
    margin-bottom: 10px;
  }
  h3::before {
    position: absolute;
    left: -6px;
    bottom: 0;
    content: '';
    width: 6px;
    height: 50%;
    background-color: #facd89;
  }
  section#main section section {
    margin-bottom: 40px;
  }
}