@charset "UTF-8";

/** article **/
.article_section {
  padding-top: 40px;
  position: relative;
}
.article_section h2 {
  color: #3BAA7D;
  text-align: center;
  font-weight: bold;
  padding: 20px;
}


.feature_body {
  background-color: white;
  border-radius: 10px;
  overflow: hidden; /* 高さを出す */
}

/** patent **/
#patent_section {
  /* margin-top: 80px; */
  position: relative;
  color: #FFFFFF;
}

.patent_wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.patentv_wrapper {
  padding-top: 40px;
}

.patent_wrapper > .content3 {
  width: calc(33% - 20px);
  font-size: 16px;    /* 基準のフォントサイズ */
  min-height: 28em;
}

.patent_wrapper > .content2 {
  width: calc(50% - 20px);
  font-size: 16px;    /* 基準のフォントサイズ */
  min-height: 16em;
}

/* PCの時のみ画像の周り込み設定する */
.content2 > img {
  float: left;
  margin: 0px 8px;
  margin-bottom: 20px;
  width: 40%;
}

.patent_wrapper > div div.patent_title,
.patentv_wrapper > div div.patent_title {
  padding: 8px;
  font-size: 17px;
  font-weight: bold;
  color: #444;
  height: calc(1.2em * 3);

  /* 中央寄せ */
  /* text-align: center; */
  display: flex;
  /* justify-content: center; */
  align-items: center;
}

.patentv_wrapper > div div.patent_title {
  /* 左寄せ */
  text-align: left;
  display: flex;
  justify-content: left;
  align-items: center;
}

.patent_wrapper > .patent_panel,
.patentv_wrapper > .patent_panel {
  background-color: white;
}

/* お知らせ */
.notice_wraper {
  width: 100%;
}

.notice_item:last-child {
  border-bottom: none;
}
.notice_item {
  vertical-align: top;
  font-size: 16px;
  border-bottom: solid 1px #CCCCCC;
}

.notice_head:hover {
  background-color: #E1EFE7;
}
.notice_head {
  padding: 20px 20px;
}

.notice_date {
  display: inline-block;
  min-width: 25%;
}

.notice_title {
  display: inline-block;
  min-width: 70%;
}

.notice_description {
  display: none;
}

.notice_description p {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 40px;
  font-size: 16px;
}

.notice_description p a {
  color: #2E75B6;
  text-decoration: underline;
}
