@charset "utf-8";
/* CSS Document */
@import url("destyle.css");
@import url("layout.css");
/* -----------------------------------------------  */
main {}
#container {
  position: relative;
  background: linear-gradient(#e3f2df 65%, #84cea7);
  overflow: hidden;
}
#container::before {
  position: absolute;
  display: inline-block;
  content: "";
  margin: 0 auto;
  top: -210px;
  left: 0;
  right: 0;
  width: 100%;
  height: 790px;
  background: url("../img/second-title-back.webp") no-repeat top center/100% 100%;
}
/* ----------------------------------------------- contents_title */
#contents_title {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 56px 0;
  z-index: 50;
}
#contents_title p {
  font-size: 3.0rem;
  font-weight: 600;
  line-height: 110%;
}
#contents_title p::after {
  display: block;
  color: #005e41;
  font-size: 1.4rem;
  font-weight: 500;
}
/*学会について*/
#contents_title .about {}
#contents_title .about::after {
  content: "About";
}
/*学術大会・講習会*/
#contents_title .meeting {}
#contents_title .meeting::after {
  content: "Meeting";
}
/*会員の皆さまへ*/
#contents_title .membership {}
#contents_title .membership::after {
  content: "Membership";
}
/*喘息基礎的研究支援プログラム*/
#contents_title .support {}
#contents_title .support::after {
  content: "Support";
}
/*専門医制度*/
#contents_title .specialist {}
#contents_title .specialist::after {
  content: "Specialist";
}
/*ガイドライン・書籍*/
#contents_title .guideline {}
#contents_title .guideline::after {
  content: "Guideline";
}
/*吸入操作ビデオ*/
#contents_title .video {}
#contents_title .video::after {
  content: "Video";
}
/*お知らせ*/
#contents_title .information {}
#contents_title .information::after {
  content: "Information";
}
/*会員専用*/
#contents_title .member {}
#contents_title .member::after {
  content: "Member";
}
/*サイトポリシー*/
#contents_title .policy {}
#contents_title .policy::after {
  content: "Site policy";
}
/*リンク*/
#contents_title .link {}
#contents_title .link::after {
  content: "Link";
}
/*お問い合わせ*/
#contents_title .inquiry {}
#contents_title .inquiry::after {
  content: "Inquiry";
}
/*サイトマップ*/
#contents_title .sitemap {}
#contents_title .sitemap::after {
  content: "Sitemap";
}
/* ----------------------------------------------- #container_inner */
#container_inner {
  position: relative;
  text-align: left;
  display: flex;
  margin: 0 auto;
  padding-bottom: 90px;
  max-width: 1640px;
  width: 100%;
  z-index: 50;
}
#main {
  display: block;
  margin: 0 40px;
  padding: 64px 50px 0;
  width: calc(100% - 80px);
  background: #fff;
  border-radius: 8px;
}
#main .inner {
  margin-bottom: 60px;
}
/*見出し*/
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  clear: both;
  line-height: 150%;
}
h1 {
  position: relative;
  font-size: 4.0rem;
  margin: 18px 0 30px;
  padding: 0 0 38px;
  border-bottom: solid 4px #e6e6e6;
}
h1::before {
  position: absolute;
  display: inline-block;
  content: "";
  bottom: -4px;
  left: 0;
  width: 128px;
  height: 4px;
  background: #66cc2f;
  border-radius: 10px;
}
h2 {
  position: relative;
  font-size: 2.8rem;
  margin: 52px 0 30px;
  padding: 14px 42px;
  background: /*#dff2e7*/ #f0f0f0;
  border-radius: 100px;
}
h2::before {
  position: absolute;
  display: inline-block;
  content: "";
  margin: auto 0;
  top: 0;
  bottom: 0;
  left: 26px;
  width: 4px;
  height: 28px;
  background: #66cc2f;
  border-radius: 10px;
}
h3 {
  font-size: 2.8rem;
  margin: 40px 0 30px;
  color: #005b45;
}
h4 {
  font-size: 2.4rem;
  margin: 40px 0 30px;
}
h5 {
  font-size: 2.0rem;
  margin: 18px 0 30px;
  color: #31893e;
}
h6 {
  font-size: 1.8rem;
  margin: 18px 0 30px;
  color: #005b45;
}
#main .inner p {
  margin: 20px 0;
}
#main a {
  color: #4493db;
  text-decoration: underline;
}
#main a:hover {
  opacity: 0.8;
}
/*ul*/
#main .inner ul {
  margin: 24px 0;
}
#main .inner ul li {
  position: relative;
  padding-left: 24px;
}
#main .inner ul li::before {
  position: absolute;
  content: "";
  display: inline-block;
  margin: auto 0;
  top: 14px;
  left: 8px;
  width: 7px;
  height: 7px;
  background-color: #66cc2f;
  border-radius: 10px;
}
/*ol*/
#main .inner ol {
  margin: 24px 0;
  padding-left: 24px;
}
#main .inner ol li {
  list-style: decimal;
}
/*table*/
#main table {
  margin: 30px 0;
  width: 100%;
}
#main table thead tr {}
#main table thead th {
  color: #fff;
  background-color: #0d2e44;
}
#main table thead td {}
#main table tr {}
#main table th,
#main table td {
  padding: 12px 20px;
  border: 1px solid #cbcbcb;
}
#main table th {
  text-align: center;
  min-width: 80px;
  font-weight: 600;
  color: #367638;
  background-color: #f6fdf7;
}
#main table td {}
/*table-wrap*/ /*横スクロール*/
.table-wrap {
  margin: 30px 0;
  overflow-x: auto;
}
#main .table-wrap table {
  margin: 0;
  width: 100%;
}
#main .table-wrap table th {
  min-width: 60px;
}
/*btn*/
#main .btn {
  text-decoration: none;
  position: relative;
  display: inline-block;
  min-width: 258px;
  padding: 12px 50px 12px 30px;
  color: #001926;
  line-height: 1.6em;
  background-color: #fafffa;
  border: 1px solid #78c74f;
  border-radius: 100px;
}
#main .btn:hover {
  background-color: #e9f7e6;
  border-color: #008803;
}
#main .btn::before {
  position: absolute;
  display: inline-block;
  content: "";
  margin: auto 0;
  top: 0;
  bottom: 0;
  right: 24px;
  width: 8px;
  height: 8px;
  border-top: solid 2px #69a947;
  border-right: solid 2px #69a947;
  transform: rotate(45deg);
  transition: all .4s;
}
#main .btn:hover::before {
  right: 16px;
  border-color: #008803;
}
/* ------------------------------------ index_nav_list */
#main .index_nav_list {}
#main .index_nav_list ul {
  display: flex;
  flex-wrap: wrap;
}
#main .index_nav_list ul li {
  margin: 12px;
  padding: 0;
  width: calc(100% / 2 - 24px);
}
#main .index_nav_list ul li::before {
  display: none;
}
#main .index_nav_list ul li a {
  text-decoration: none;
  position: relative;
  display: block;
  padding: 36px 60px 36px 32px;
  font-weight: 600;
  color: inherit;
  border-bottom: solid 5px;
  border-image: linear-gradient(to right, #005b45 18%, #d9d9d9 18%) 1;
  box-shadow: 0 0 16px -4px rgb(0 0 0/0.2);
}
#main .index_nav_list ul li a:hover {
  background: #f9fff9;
  opacity: 1;
}
#main .index_nav_list ul li a::before {
  position: absolute;
  display: inline-block;
  content: "";
  margin: auto 0;
  top: 0;
  bottom: 0;
  right: 22px;
  width: 22px;
  height: 22px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url(../img/btn_circle.png);
  background-size: contain;
  transition: all .6s;
}
#main .index_nav_list ul li a:hover::before {
  transform: rotate(360deg);
}
#main .index_nav_list ul li a::after {
  position: absolute;
  display: inline-block;
  content: "";
  margin: auto 0;
  top: 0;
  bottom: 0;
  right: 31px;
  width: 5px;
  height: 5px;
  border-top: solid 1px #005b45;
  border-right: solid 1px #005b45;
  transform: rotate(45deg);
}
#main .index_nav_list ul li a:hover::after {}
/**/
#main .index_nav_list ul ul {
  margin: 16px 0;
  padding: 0 0 0 16px;
}
#main .index_nav_list ul ul li {
  margin: 4px 0;
  width: 100%;
}
#main .index_nav_list ul ul li a {
  position: relative;
  padding: 0 40px 0 20px;
  font-size: 1.5rem;
  background: #f3f3f3;
  border-radius: 50px;
  border: none;
  box-shadow: none;
}
#main .index_nav_list ul ul li a:hover {
  background: #d4f1d9;
}
#main .index_nav_list ul ul li a::before {
  display: none;
}
#main .index_nav_list ul ul li a::after {
  position: absolute;
  display: inline-block;
  content: "";
  margin: auto 0;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: solid 2px #69a947;
  border-right: solid 2px #69a947;
  transform: rotate(45deg);
  transition: all .4s;
}
#main .index_nav_list ul ul li a:hover::after {
  right: 12px;
  border-color: #008803;
}
/* ------------------------------------ information */
#main .information {
  margin: 60px 0;
  border-top: solid 1px #bdbdbd;
}
#main .information a {
  text-decoration: none;
  position: relative;
  display: block;
  width: 100%;
  padding: 0 40px 0 0;
  border-bottom: solid 1px #bdbdbd;
}
#main .information a:hover {
  background: #f7fff9;
}
#main .information a::before {
  position: absolute;
  display: inline-block;
  content: "";
  margin: auto 0;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: solid 2px #69a947;
  border-right: solid 2px #69a947;
  transform: rotate(45deg);
  transition: all .4s;
}
#main .information a:hover::before {
  right: 12px;
  border-color: #008803;
}
#main .information .no_link {
  pointer-events: none;  
}
#main .information .no_link::before {
  display: none;
}
/*file icon*/
#main .information a[href$=".pdf"]::after,
#main .information a[href$=".doc"]::after,
#main .information a[href$=".docx"]::after,
#main .information a[href$=".xls"]::after,
#main .information a[href$=".xlsx"]::after,
#main .information a[href$=".pptx"]::after,
#main .information a[href$=".ppt"]::after {
  display: none;
}
/**/
#main .information a[href$=".pdf"] dl dd::after {
  display: inline-block;
  padding-right: 20px;
  background-image: url(../img/pdf.svg);
  background-repeat: no-repeat;
  background-position: 2px center;
  content: ".";
  bottom: 0;
  text-indent: -9999px;
}
#main .information a[href$=".doc"] dl dd::after,
#main .information a[href$=".docx"] dl dd::after {
  display: inline-block;
  padding-right: 20px;
  background-image: url(../img/doc.svg);
  background-repeat: no-repeat;
  background-position: 2px center;
  content: ".";
  text-indent: -9999px;
}
#main .information a[href$=".xls"] dl dd::after,
#main .information a[href$=".xlsx"] dl dd::after {
  display: inline-block;
  padding-right: 20px;
  background-image: url(../img/xls.svg);
  background-repeat: no-repeat;
  background-position: 2px center;
  content: ".";
  text-indent: -9999px;
}
#main .information a[href$=".pptx"] dl dd::after,
#main .information a[href$=".ppt"] dl dd::after {
  display: inline-block;
  padding-right: 20px;
  background-image: url(../img/pp.svg);
  background-repeat: no-repeat;
  background-position: 2px center;
  content: ".";
  text-indent: -9999px;
}
#main .information dl {
  padding: 20px 0;
}
#main .information dt {
  font-weight: 400;
}
#main .information dt span {
  margin: 0 12px;
  padding: 4px 16px;
  font-size: 1.4rem;
  font-weight: 600;
  background-color: #d1edda;
  border-radius: 50px;
}
#main .information dt span.member {
  color: #0e6646;
  background-color: #dbefce;
}
#main .information dd {}
/* --------------------------- pager */
#main .pager {}
#main .pager span,
#main .pager a {
  display: inline-block;
  margin: 8px 0;
  padding: 4px 14px;
  font-size: 1.6rem;
  white-space: nowrap;
}
#main .pager span {
  border: 1px solid #efefef;
}
#main .pager a {
  color: #005b45;
  background: rgb(33 97 0 / 0.07);
}
/* --------------------------- 記事 */
#information {}
#information h1 {
  font-size: 3.2rem;
}
#information .day {
  text-align: right;
}
#information .day span {
  margin: 0 12px;
  padding: 4px 16px;
  font-size: 1.4rem;
  font-weight: 600;
  background-color: #d1edda;
  border-radius: 50px;
}
#information .day span.member {
  color: #0e6646;
  background-color: #dbefce;
}
/* ------------------------------------ 専門医制度 */
#specialist {}
/* --------------------------- 専門医名簿 */
#main .area_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#main .area_list div {
  text-align: center;
  margin: 0 0 4px;
  padding: 0;
  width: calc(100% / 2 - 2px);
}
#main .area_list div a {
  display: block;
  margin: 0;
  padding: 4px;
  width: 100%;
  background: #e4f7e7;
  border-radius: 4px;
}

/* ------------------------------------ 学術大会 */
#meeting
/* --------------------------- 開催記録 */
#main table.archive {}
#main table.archive th,
#main table.archive td {
  padding: 16px;
  font-size: 90%;
  line-height: 1.6em;
}
#main table.archive th {}
#main table.archive td {}
#main table.archive td.time {
  white-space: nowrap;
}
#main table.archive td a {
  padding: 0 20px 0 0;
  background: right / contain no-repeat url("../img/icon_link.png");
}
/* ------------------------------------ ガイドライン */
#guideline {}
/* --------------------------- 一覧 */
#main .guideline_list {
  display: flex;
  flex-wrap: wrap;
  border-collapse: collapse; 
  border-left: 1px solid #ededed;
}
#main .guideline_list div {
  display: inline-block;
  margin: 0;
  width: calc(100% / 4);
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  border-right: 1px solid #ededed;
  border-collapse: collapse;
  transition: .4s;
}
#main .guideline_list div:nth-child(n+5) {
  border-top: none;
}
@media screen and (max-width: 1280px)  {
  #main .guideline_list div {
    width: calc(100% / 3);
  }
  #main .guideline_list div:nth-child(n+4) {
    border-top: none;
  }
}
#main .guideline_list div:hover {
  background: #f6fdf7;
  box-shadow: 0 0 14px -4px rgb(20 46 24/0.35);
}
#main .guideline_list div a {
  text-decoration: none;
  display: block;
  margin: 0 auto;
  padding: 40px 30px;
  width: 100%;
}
#main .guideline_list div a:hover {
  opacity: 1;
}
#main .guideline_list div a figure {
  margin: 0 auto;
  text-align: center;
}
#main .guideline_list div a figure img {
  margin: 0 auto;
  max-width: 160px;
  width: 100%;
  height: auto;
  box-shadow: 0 0 12px rgb(0 0 0/0.2);
  transition: .4s;
}
#main .guideline_list div a:hover figure img {}
#main .guideline_list div p {
  margin: 30px 0 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 160%;
  color: #31893e;
}

/* --------------------------- 記事 */
#main .guideline_title_area {
  display: flex;
  margin: 30px 0;
}
#main .guideline_title_area figure {
  margin: 0 30px;
  display: block;
}
#main .guideline_title_area figure img {
  max-width: 180px;
}
#main .guideline_title_area table {
  margin: auto 0 0;
  display: inline-block;
  width: auto;
}

/* ------------------------------------ 吸入操作ビデオ */
/* --------------------------- 一覧 */
#main .video_list {}
#main .video_list .box {
  margin: 0 0 30px;
  padding: 40px;
  border: 1px solid #b7e7c3;
  box-shadow: 0 0 20px -4px rgb(0 0 0/0.1);
}
#main .video_list .box h2 {
  margin-top: 0;
  padding: 8px 20px;
  font-size: 2.1rem;
  border-radius: 4px;
}
#main .video_list .box h2::before {
  left: 0;
  height: 100%;
}
#main .video_list .box video {
  max-width: 420px;
  width: 100%;
}
#main .video_list .box .list {
  display: flex;
  margin-bottom: 0;
}
#main .video_list .box .list li {
  margin: 0 30px 30px 0;
  padding: 0;
  max-width: 420px;
  width: 100%;
}
#main .video_list .box .list li::before {
  display: none;  
}
#main .video_list .box .list .title {
  display: block;
  margin: 0 0 20px;
  padding: 4px;
  text-align: center;
  color: #fff;
  border-radius: 4px;
}
#main .video_list .box .list .title.preparation {
  background: #52b7c9;
}
#main .video_list .box .list .title.every {
  background: #e18f37;
}
/* --------------------------- 一覧 修正版（250916） */
#main #video_list {}
#main ul.video {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #b7e7c3;
  border-left: 1px solid #b7e7c3;
  text-align: center;
}
#main ul.video li {
  display: flex;
  margin: 0;
  padding: 0;
  width: calc(100% / 3);
  border-right: 1px solid #b7e7c3;
  border-bottom: 1px solid #b7e7c3;
}
#main ul.video li::before {
  display: none;
}
#main ul.video li a {
  text-decoration: none;
  position: relative;
  display: block;
  margin: 0;
  padding: 40px 32px 60px;
  width: 100%;
  color: inherit;
  line-height: 160%;
}
#main ul.video li a::after {
  position: absolute;
  content: "";
  display: inline-block;
  right: 24px;
  bottom: 24px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #69a947;
  border-right: 2px solid #69a947;
  transform: rotate(45deg);
}
#main ul.video li a img {
  margin: 20px 0;
  width: 100%;
  height: auto;
}
#main ul.video li a div.title {
  display: block;
}
#main ul.video li a div.title span {
  display: block;
  margin: 0 0 4px;
  padding: 4px;
  text-align: center;
  color: #fff;
  border-radius: 4px;
}
#main ul.video li a div.title span.preparation {
  background: #52b7c9;
}
#main ul.video li a div.title span.every {
  background: #e18f37;
}

/* --------------------------- 各ビデオページ */
#main #video {}
#main #video video {
  max-width: 700px;
  width: 100%;
  height: auto;
}
#main #video ul.list {
  display: flex;
}
#main #video ul.list li {
  margin: 0 30px 30px 0;
  padding: 0;
  width: 100%;
  height: auto;
}
#main #video ul.list li::before {
  display: none;
}
/*title*/
#main #video ul.list li .title {
  display: block;
  margin: 0 0 20px;
  padding: 4px;
  text-align: center;
  color: #fff;
  border-radius: 4px;
}
#main #video ul.list li .title.preparation {
  background: #52b7c9;
}
#main #video ul.list li .title.every {
  background: #e18f37;
}
/*youtube*/
#main #video ul.list li .video_iframe {
  max-width: 700px;
}
#main #video ul.list li .video_iframe iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
}

/* ------------------------------------ サイトマップ */
#sitemap {}
#main .sitemap {
  margin: 50px 0;
  display: flex;
  flex-wrap: wrap;
}
#main .sitemap .box {
  margin: 0 20px 20px 0;
  width: calc(100% / 3 - 20px);
}
#main .sitemap .box div {}
#main .sitemap .box div a {
  position: relative;
  text-decoration: none;
  color: inherit;
  display: block;
  width: 100%;
  padding: 20px 40px 20px 0;
  border-bottom: 1px solid #cbcbcb;
}
#main .sitemap .box div a:hover {
  color: #005e41;
  box-shadow: 0 0 20px -8px rgb(0 0 0 / 0.2);
}
#main .sitemap .box div a::before {
  position: absolute;
  display: inline-block;
  content: "";
  margin: auto 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 22px;
  height: 22px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url(../img/btn_circle.png);
  background-size: contain;
  transition: all .6s;
}
#main .sitemap .box div a:hover::before {
  transform: rotate(360deg);
}
#main .sitemap .box div a::after {
  position: absolute;
  display: inline-block;
  content: "";
  margin: auto 0;
  top: 0;
  bottom: 0;
  right: 9px;
  width: 5px;
  height: 5px;
  border-top: solid 1px #005b45;
  border-right: solid 1px #005b45;
  transform: rotate(45deg);
}
#main .sitemap .box div a:hover::after {}
#main .sitemap .box div a.member {
  padding-left: 24px;
  background-image: url("../img/icon_member_gr.png");
  background-repeat: no-repeat;
  background-size: 14px auto;
  background-position: left center;
}
#main .sitemap ul {}
#main .sitemap ul li {}
#main .sitemap ul li a {
  text-decoration: none;
  color: inherit;
}
#main .sitemap ul li a:hover {
  color: #005e41;
}

/* ----------------------------------------------- breadcrumb */
#breadcrumb {
  margin-bottom: 52px;
  font-size: 1.3rem;
  font-weight: 600;
}
#breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  padding: 6px 28px;
  background: #f2f2f2;
  border-radius: 100px;
}
#breadcrumb ul li {
  position: relative;
  margin-right: 40px;
}
#breadcrumb ul li::after {
  position: absolute;
  display: inline-block;
  content: "";
  margin: auto 0;
  padding: 0 4px;
  top: 0;
  bottom: 0;
  right: -26px;
  width: 10px;
  height: 1px;
  background-color: #999;
}
#breadcrumb ul li:last-child::after{
  display: none;
}
#breadcrumb ul li a {
  color: #005b45;
  text-decoration: underline;
}

/* ----------------------------------------------- aside */
aside {
  margin: 0 auto;
  padding-right: 40px;
  max-width: 360px;
  width: 100%;
}
@media screen and (max-width: 1280px)  {
  aside {
    max-width: 340px;
  }
}
#side_nav {}
#side_nav .inner {
  padding: 30px;
  background: #fff;
  border-radius: 8px;
}
#side_nav p {
  padding: 20px 20px 18px;
  font-size: 1.9rem;
  font-weight: 600;
  color: #fff;
  text-shadow: 0 0 4px rgb(0 0 0/0.2);
  background: linear-gradient(150deg, #98d36a, #1b8967 40%);
  border-radius: 8px;
}
#side_nav ul {
  margin: 0 auto;
  padding: 24px 0;
  width: 100%;
}
#side_nav ul li {
  position: relative;
  display: block;
  margin-bottom: 2px;
  transition: .3s;
}
#side_nav ul li:hover {
  background: #edf9f2;
}
#side_nav ul li::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: #e6e6e6;
  border-radius: 10px;
  transition: .3s;
}
#side_nav ul li:hover::before {
  background: #66cc2f;
}
#side_nav ul li a {
  position: relative;
  display: block;
  padding: 10px 20px;
  font-size: 1.6rem;
}
#side_nav ul li a::before {
  position: absolute;
  display: inline-block;
  content: "";
  margin: auto 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 18px;
  height: 18px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url("../img/btn_circle.png");
  background-size: contain;
  transition: all .6s;
}
#side_nav ul li a:hover::before {
  transform: rotate(360deg);
}
#side_nav ul li a::after {
  position: absolute;
  display: inline-block;
  content: "";
  margin: auto 0;
  top: 0;
  bottom: 0;
  right: 8px;
  width: 4px;
  height: 4px;
  border-top: solid 1px #005e41;
  border-right: solid 1px #005e41;
  transform: rotate(45deg);
}
/**/
#side_nav ul ul {
  display: none;
}