@media screen and (max-width: 649px) {
  #header {
    width: 100%;
    z-index: 20;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.9);
  }
  /*-----*/
  #main {
    padding: 0;
    -webkit-text-size-adjust: 100%;
  }
  /*-----*/
  .main_img {
    width: 100%;
    height: 400px; /*2208変更　350 →　400*/
    z-index: 10;
    position: relative;
    /*background-color: #FADDE7;*/ /*スライドなしの場合*/
  }
  .main_img ul {
    top: 0;
    z-index: 1;
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 350px;
    list-style: none;
  }
  .main_img ul li {
    width: 100%;
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  /*-----200416追記 00‥緊急バナー掲示の際固定で使用*/
  .main_img ul li.top00 {
    background-image: url(../img/index/topimg.jpg);
    background-position: center;
  }
  /*通常のスライド*/
  .main_img ul li.top01 {
    background-image: url(../img/index/topimg_01.jpg);
    background-position: center 0;
  }
  .main_img ul li.top02 {
    background-image: url(../img/index/topimg_02.jpg);
    background-position: center center;
  }
  .main_img ul li.top03 {
    background-image: url(../img/index/topimg_03.jpg);
    background-position: center top;
  }
  .main_img ul li.top04 {
    background-image: url(../img/index/topimg_04.jpg);
    background-position: 0 center;
  }
  .main_img ul li.top05 {
    background-image: url(../img/index/topimg_05.jpg);
    background-position: center center;
  }
  .main_img ul li.top06 {
    background-image: url(../img/index/topimg_06.jpg);
    background-position: center center;
  }
  /*-----190227追記*/
  .main_img_on {
    top: -220px;
    z-index: 500;
    font-size: 160%;
    text-align: center;
    position: relative;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
  }
  .main_img_on a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
  }
  /*-----200416追記（緊急バナーテキスト）*/
  .main_img .important {
    width: calc(100% - 20px);
    top: 70px;
    left: 0;
    right: 0;
    z-index: 500;
    position: absolute;
    margin: 0 auto;
  }
  @media screen and (max-width: 414px) and (min-width: 375px) {
    .main_img .important {
      width: calc(100% - 20px);
      top: 80px;
      left: 0;
      right: 0;
      z-index: 500;
      position: absolute;
      margin: 0 auto;
    }
  }
  @media screen and (max-width: 649px) and (min-width: 415px) {
    .main_img .important {
      width: calc(100% - 20px);
      top: 100px;
      left: 0;
      right: 0;
      z-index: 500;
      position: absolute;
      margin: 0 auto;
    }
  }
  .main_img .important p {
    text-align: center;
    font-weight: bold;
  }
  .main_img .important .title {
    font-size: 19px;
    margin: 20px 5px 15px 5px;
    padding: 0;
    color: #222;
  }
  @media screen and (max-width: 649px) and (min-width: 375px) {
    .main_img .important .title {
      font-size: 20px;
      margin: 15px 5px 10px 5px;
      padding: 0;
      color: #222;
    }
  }
  .main_img .important .txt {
    color: #D83838;
    font-size: 13px;
    margin: 0 10px;
    padding: 0;
  }
  /*-----220203追記（リンク追加）*/
  .main_img .important {
    width: calc(100% - 20px);
    text-decoration: none;
    position: absolute;
    z-index: 501;
    display: block;
    /*width: 100%;*/
    border: 6px solid #D83838;
    background-color: #fff;
  }
  .main_img .important .inner {
    padding: 0;
  }
  @media screen and (max-width: 649px) and (min-width: 415px) {
    .main_img .important .inner {
      display: block;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: flex-end;
      align-items: flex-end;
      /*      -webkit-justify-content: flex-end;
      justify-content: flex-end;
      -webkit-align-items: flex-end;
      align-items: flex-end;*/
      width: calc(100% - 20px);
      margin: 5px auto;
      padding: 5px 0;
    }
  }
  .main_img .important .btn a {
    color: #fff;
    display: block;
    text-decoration: none;
    background-color: #D83838;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
    width: 80%;
    position: relative;
  }
  .main_img .important .btn a.link {
    color: #fff;
    display: block;
    text-decoration: none;
    background-color: #fff;
    margin: 0 auto;
    padding: 5px 10px 5px 0;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    width: 130px;
    position: relative;
    border: 2px solid #D83838;
    color: #D83838;
  }
  .main_img .important .btn a.link::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    right: 5px;
    top: 35%;
    background-image: url("../img/index/icon_link_re.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 10px;
  }
  @media screen and (max-width: 649px) and (min-width: 415px) {
    .main_img .important .btn a {
      color: #fff;
      display: block;
      text-decoration: none;
      background-color: #D83838;
      margin: 0 auto;
      padding: 10px 0;
      text-align: center;
      width: 180px;
    }
    /**/
    .main_img .important .btn a.link {
      color: #fff;
      display: block;
      text-decoration: none;
      background-color: #fff;
      margin: 0 auto 0 20px;
      padding: 5px 10px 5px 0;
      text-align: center;
      font-size: 10px;
      font-weight: bold;
      width: 120px;
      position: relative;
      border: 2px solid #D83838;
      color: #D83838;
    }
    .main_img .important .btn a.link::after {
      position: absolute;
      content: "";
      width: 10px;
      height: 10px;
      top: 38%;
      right: 5px;
      background-image: url("../img/index/icon_link_re.png");
      background-repeat: no-repeat;
      background-position: right center;
      background-size: 10px;
    }
  }
  /*-----*/
  .index_menu {
    display: block;
    border-top: #fff solid 1px;
  }
  .index_menu ul, .index_menu ol {
    margin: 0 !important;
    padding: 0;
    list-style: none;
  }
  /*---*/
  .tab {
    letter-spacing: -.4em;
    margin: 0 !important;
    padding: 0 !important;
  }
  .tab li {
    border-bottom: 1px solid #ccc;
  }
  .tab li div.buttom {
    width: 100%;
    height: 0;
    display: inline-block;
    border-bottom: 130px solid #fff;
    vertical-align: middle;
    position: relative;
  }
  .tab li div.buttom i {
    height: 0;
    position: absolute;
    display: inline-block;
    border-bottom: 130px solid #fff;
  }
  .tab li div.buttom span {
    color: #727171;
    position: absolute;
    display: block;
    font-size: 18px;
    padding-top: 24px;
    padding-left: 120px;
    vertical-align: middle;
	  line-height: 80px;
  }
  /*ff*/ @-moz-document url-prefix() {
    .tab li div.buttom span {
      padding-top: 15px;
      padding-left: 115px;
    }
  }
  .tab li span img {
    vertical-align: middle;
  }
  .tab li div.buttom.on span {
    color: #fff;
  }
  .tab li div.buttom span img {
    height: 20px;
  }
  .tab li div.buttom.on i {
    display: none;
  }
  .tab .gairai div.buttom span {
    padding-left: 130px;
  }
  .tab .nyuin div.buttom span {
    padding-left: 110px;
  }
  .tab .gairai .on {
    border-bottom: 130px solid #6593CD;
  }
  .tab .nyuin .on {
    border-bottom: 130px solid #F2AAC2;
  }
  .tab .iryo .on {
    border-bottom: 130px solid #7EB26A;
  }
  .tab li span:before {
/*    font-size: 80px;
    font-family: icomoon;
    font-weight: normal;
    margin-right: 10px;
    vertical-align: middle;*/
	  content: "";
	  position: absolute;
    top: 20px;
    background-repeat: no-repeat;
  }
  .tab .gairai span:before {
/*    color: #6593CD;
    content: "g";
    margin-right: 20px;*/
     left: 20px;
	  padding: 0 50px 80px;
	background-size: 85px;
    background-image: url("../img/index/gairai_b.png");
  }
  .tab .gairai .on span:before {
    background-image: url("../img/index/gairai_w.png");
	}
  .tab .nyuin span:before {
/*    color: #F2AAC2;
    content: "n";*/
    left: 25px;
	  padding: 0 30px 85px;
	background-size: 55px;
    background-image: url("../img/index/nyuin_p.png");
  }
  .tab .nyuin .on span:before {
    background-image: url("../img/index/nyuin_w.png");
  }
  .tab .iryo span:before {
/*    color: #7EB26A;
    content: "i";
    margin-right: 20px;*/
    left: 15px;
	  padding: 0 40px 90px;
	background-size: 80px;
    background-image: url("../img/index/iryo_g.png");
  }
  .tab .iryo .on span:before {
    background-image: url("../img/index/iryo_w.png");
  }
  .tab .on span:before {
    color: #fff;
  }
  /*---*/
  .tabmenu {
    margin: 0 !important;
    padding: 0 !important;
  }
  .tabmenu div {
    width: 100%;
    display: none;
    background-color: #ccc;
  }
  .tabmenu div.on {
    border: none !important;
    display: block;
  }
  .tabmenu .gairai {
    background-size: cover;
    background-image: url(../img/index/gairai_back.jpg);
    background-repeat: no-repeat;
    background-position: right top;
  }
  .tabmenu .nyuin {
    background-size: cover;
    background-image: url(../img/index/nyuin_back.jpg);
    background-repeat: no-repeat;
    background-position: left top;
  }
  .tabmenu .iryo {
    background-size: cover;
    background-image: url(../img/index/iryo_back.jpg);
    background-repeat: no-repeat;
    background-position: center top;
  }
  .tabmenu div ol {
    padding-left: 10px;
    padding-bottom: 50px !important;
    padding-top: 30px;
  }
  .tabmenu div ol li {
    width: auto;
    height: auto;
    border: none;
    display: block;
    background: none;
    position: static;
  }
  .tabmenu div ol li.wide {
    /*	width: 610px;*/
  }
  .tabmenu div ol li a {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    /*	margin-top: 55px;*/
    margin-top: 10px;
    font-weight: bold;
    text-decoration: none;
  }
  .tabmenu div ol li a:before {
    color: #fff;
    content: "p";
    font-size: 12px;
    font-family: icomoon;
    font-weight: normal;
    margin-right: 8px;
    vertical-align: middle;
  }
  /*-----*/
  .information {
    margin-top: 15px !important;
    position: relative;
  }
  .information .info_title {
    color: #595757;
    font-size: 24px;
    padding: 2px 10px;
    border-bottom: 1px solid #DCDDDD;
  }
  .information .ichiran {
    position: absolute;
    top: 10px;
    right: 0;
    text-decoration: none;
  }
  .information .ichiran span:before {
    font-family: icomoon;
    font-weight: normal;
    font-size: 25px;
    margin-right: 5px;
    color: #B4B4B5;
    content: "A";
  }
  .information ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .information ul li {
    padding: 20px 0 !important;
    border-bottom: 1px solid #DCDDDD;
  }
  .information ul dl {
    margin-left: 10px;
    margin-right: 10px;
    width: auto;
  }
  .information ul dt, .information ul dd {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .information ul dt {
    font-size: 20px;
  }
  .information ul dt:before {
    font-family: icomoon;
    font-weight: normal;
    font-size: 25px;
    margin-right: 15px;
    vertical-align: text-top;
  }
  .information ul dt.info:before {
    color: #F7BB85;
    content: "I";
  }
  .information ul dt.press:before {
    color: #93D4F3;
    content: "R";
  }
  .information ul dt.medical:before {
    color: #F7C3D2;
    content: "M";
  }
  .information ul dt.updata:before {
    color: #BEDB8F;
    content: "U";
  }
  .information ul dt.important:before {
    color: #F0907F;
    content: "T";
  }
  .information ul dd {
    float: none;
    width: auto;
    padding-top: 5px;
  }
  .information ul dd a {
    font-size: 18px;
  }
  .information a:link, .information a:hover, .information a:active, .information a:visited {
    color: #236BB5;
  }
  /*-----*/
  .slider {
    padding: 35px 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 235px !important;
    background-color: #EFEFEF;
  }
  .slider ul {
    height: 235px !important;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .slider li {
    float: left;
    list-style: none;
    margin: 0 5px 0 0;
    text-align: center;
    line-height: 235px;
  }
  .slider li img {
    width: 376px;
    height: 235px;
  }
  /*-----*/
  /*.index_banner {}
  .index_banner ul {
    width: auto;
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 0;
    letter-spacing: -.4em;
    border-top: #ccc solid 1px;
  }
  .index_banner ul li {
    margin: 0;
    padding: 0;
    vertical-align: text-top;
  }
  .index_banner ul li a {
    display: block;
    line-height: 85px;
    vertical-align: middle;
    text-decoration: none;
    border-bottom: #ccc solid 1px;
  }
  .index_banner ul .nameplate a {
	  height: 85px;
}
  .index_banner ul li a:before {
    color: #9FA0A0;
    display: inline-block;
    font-size: 50px;
    font-family: icomoon;
    font-weight: normal;
    margin-right: 8px;
    margin-left: 15px;
    vertical-align: middle;
  }
  .index_banner ul .phone a:before {
    margin-right: 8px;
    margin-left: 10px;
  }
  .smork a:before {
    content: "S";
  }
  .phone a:before {
    content: "P";
  }
  .facilities a:before {
    content: "F";
  }
  .book a:before {
    content: "B";
  }
  .nameplate a:before {
    content: "";
	  margin-top: 15px;
	  width: 50px;
	  height: 50px;
	  background-size: cover;
	  background-position: center center;
	  background-repeat: no-repeat;
	  background-image: url("../img/index/nameplate_icon.svg");
  }
  .index_banner ul li a span {
    width: 70%;
    color: #555555;
    display: inline-block;
    font-size: 20px;
    text-align: center;
    line-height: 1.2em;
    margin-left: 10px;
    vertical-align: middle;
  }
  .index_banner .facilities a span {
    width: 60%;
  }
  .index_banner ul .phone a span {
    margin-left: 0;
  }
  .index_banner ul .nameplate a span {
	  margin-top: 15px;
}
  .index_banner ul li a:hover {
    opacity: 0.7;
  }*/
  /*-----2111修正（inner）*/
  .index_banner .inner {
    width: 100%;
    /*width: 980px;*/
    margin: 50px auto;
  }
  .index_banner .inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    /*display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;*/
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  .index_banner .inner ul li {
    width: 100%;
    /*width: 33.3%;*/
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .index_banner .inner ul li a {
    width: 100%;
    height: 65px;
    font-size: 13px !important;
    /*font-size: 15px !important;*/
    /*height: 71px;*/
    display: block;
    line-height: 71px;
    text-decoration: none;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center; /* 縦中央（Safari） */
    align-items: center; /* 縦中央 */
  }
  .index_banner .inner ul li a:hover {
    opacity: 0.7;
  }
  .index_banner .inner ul li a span {
    color: #555555;
    font-size: 16px;
    text-align: left;
    line-height: 1.2em;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 75px;
  }
  .index_banner .inner ul .smork {
    background-image: url("../img/index/icon_smork.png");
    background-repeat: no-repeat;
    background-position: 20px center;
  }
  .index_banner .inner ul .phone {
    background-image: url("../img/index/icon_phone.png");
    background-repeat: no-repeat;
    background-position: 16px center;
  }
  .index_banner .inner ul .nameplate {
    background-image: url("../img/index/icon_nameplate.png");
    background-repeat: no-repeat;
    background-position: 20px center;
  }
  .index_banner .inner ul .facilities {
    background-image: url("../img/index/icon_facilities.png");
    background-repeat: no-repeat;
    background-position: 18px center;
  }
  .index_banner .inner ul .book {
    background-image: url("../img/index/icon_book.png");
    background-repeat: no-repeat;
    background-position: 25px center;
  }
  .index_banner .inner ul .youtube {
    background-image: url("../img/index/icon_youtube.png");
    background-repeat: no-repeat;
    background-position: 20px center;
  }
  .index_banner .inner ul .kifu {
    background-image: url("../img/index/icon_kifu.png");
    background-repeat: no-repeat;
    background-position: 20px center;
  }
  .index_banner .inner ul .shien {
    background-image: url("../img/index/icon_shien.png");
    background-repeat: no-repeat;
    background-position: 25px center;
  }
  .index_banner .inner ul .jci {
    background-image: url("../img/index/icon_jci.jpg");
    background-repeat: no-repeat;
    background-position: 18px center;
    /*background-image: url("../img/index/icon_jci.png");
    background-repeat: no-repeat;
    background-position: 25px center;*/
  }
  /*-----*/
  .index_bosyu {
    padding: 8px;
    background-color: #FEF5E6;
  }
  .index_bosyu br.clear {
    display: none;
  }
  .index_bosyu .inline {
    height: 70%;
    overflow: hidden;
    background-color: #fff;
  }
  .index_bosyu .inline img {
    width: 100%;
    height: auto;
    background-color: #ccc;
  }
  .index_bosyu .inline .rightf {}
  .index_bosyu .inline .bosyu {}
  .index_bosyu .inline p {
    color: #727171;
    margin: 0 !important;
    padding: 15px 13px !important;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.2em;
  }
  .index_bosyu ul {
    margin: 0 10px 10px;
    padding: 0;
    list-style: none;
  }
  .index_bosyu ul li {
    padding-bottom: .2em;
    display: block;
    width: auto;
    position: relative;
  }
  .index_bosyu ul li a {
    color: #727171;
    padding: 7px 0;
    display: block;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    background-color: #FEF5E6;
  }
  .index_bosyu ul li:after {
    top: 40%;
    right: 0;
    border: 4px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    margin-right: 3px;
    border-left-color: #9FA0A0;
  }
  .index_bosyu ul li a:link {
    display: block;
  }
  .index_bosyu ul li a:hover {
    opacity: 0.7;
  }
  /*-----*/
  .index_link {}
  .index_link ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 0;
    letter-spacing: -.4em;
    border-top: #ccc solid 1px;
  }
  .index_link ul li {
    width: 50%;
    margin: 0;
    padding: 0;
    display: inline-block !important;
    vertical-align: text-top;
  }
  .index_link ul li:nth-child(4n) {}
  .index_link ul li a {
    width: 320px !important;
    height: 60px;
    display: table-cell !important;
    /*    line-height: 60px;*/
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    border-right: #ccc solid 1px;
    border-bottom: #ccc solid 1px;
  }
  .index_link ul li.donald a {
    background-image: url(../img/index/donald.jpg);
    background-repeat: no-repeat;
    background-position: 7px center
  }
  .index_link ul li.donald a span {
    font-size: 13px !important;
    padding-left: 45px;
    text-align: left;
  }
  .index_link ul li.asuishi a {
    background-image: url(../img/index/asuishi.jpg);
    background-repeat: no-repeat;
    background-position: 40px center
  }
  .index_link ul li.asuishi a span {
    font-size: 20px !important;
    padding-left: 45px !important;
  }
  /*jci　21.03.08追加*/
  .index_link ul li.jci a {
    background-image: url(../img/index/jci.jpg);
    background-repeat: no-repeat;
    background-position: 5px center
  }
  .index_link ul li.jci a span {
    font-size: 13px !important;
    padding-left: 45px;
    text-align: left;
  }
  /*cqso　19.07.03追加*/
  /*.index_link ul li.cqso a {
	background-image: url(../img/index/cqso.png);
	background-repeat: no-repeat;
	background-position:center
}
.index_link ul li.cqso a span {
	font-size: 20px !important;
	padding-left: 45px !important;
}*/
  /**/
  /*cqso　19.07.05追加*/
  .index_link ul li.cqso a {
    background-image: url(../img/index/cqso.png);
    background-repeat: no-repeat;
    background-position: 50% 85%;
    background-size: 50%;
  }
  .index_link ul li.cqso a span {
    font-size: 12px !important;
    margin-top: -25px;
  }
  /**/
  .index_link ul li a span {
    color: #555555;
    display: inline-block !important;
    font-size: 14px !important;
    text-align: center;
    line-height: 1.4em;
    vertical-align: middle;
  }
  .index_link ul li a span.small {
    font-size: 11px !important;
  }
  .index_link ul li a:hover {
    opacity: 0.7;
  }
}
/*-----*/
#main .inline a[href^="http://"]:after, #main .inline a[href^="https://"]:after, #main .inline a[href^="https://www.med.nagoya-u.ac.jp/"]:after, #main .inline a[href^="intranet/"]:after, #main .inline a[href^="/medical_J/"]:after, a[href^="/medical_E/"]:after, #main .inline a[href^="https://www.med.nagoya-u.ac.jp/hospital/"]:after, #main .inline a[href^="/hospital/"]:after, #main .inline a[href$=".pdf"]:after, #main .inline a[href$=".PDF"]:after, #main .inline table a[href$=".pdf"]:after, #main .inline table a[href$=".PDF"]:after, #main .inline a[href$=".docx"]:after, #main .inline a[href$=".docm"]:after, #main .inline a[href$=".doc"]:after, #main .inline table a[href$=".docx"]:after, #main .inline table a[href$=".docm"]:after, #main .inline table a[href$=".doc"]:after, #main .inline a[href$=".xlsx"]:after, #main .inline a[href$=".xlsm"]:after, #main .inline a[href$=".xlsb"]:after, #main .inline a[href$=".xls"]:after, #main .inline a[href$=".csv"]:after, #main .inline a[href$=".pptx"]:after, #main .inline a[href$=".pptm"]:after, #main .inline a[href$=".ppt"]:after, #main .inline a[href$=".pps"]:after, #main .inline a[href$=".ppsx"]:after, #main .inline a[href$=".ppsm"]:after, #main .inline a[href$=".ppt"]:after {
  content: '';
  margin: 0;
}
@media screen and (max-width: 649px) {
  /************************************************************ 2207 topic（コロナ）*/
  #main {
    /*padding-top: 0;*/
  }
  #main .topic {
    width: calc(100% - 80px);
    max-width: 80%;
    padding: 15px 20px;
    /*    top: -40px;*/
    top: 0;
  }
  #main .topic.topic_jci {
    width: calc(100% - 20 0px);
    padding: 15px 120px 15px 20px;
    background-position: center right 20px;
    background-size: 80px;
  }
  #main .topic .top {
    font-size: 13px;
  }
  #main .topic .top.bold {
    font-size: 15px;
    font-weight: bold;
  }
  #main .topic p {
    font-size: 11px;
  }
  #main .topic ul {
    display: block;
    margin: 20px 0 0 0;
  }
  #main .topic ul li.more a {
    font-size: 12px;
    width: 100%;
    max-width: 280px;
  }
  #main .topic ul li.link a {
    font-size: 11px;
    width: 100%;
    max-width: 200px;
  }
  /************************************************************ 2207 お知らせ*/
  #main .information h2 {
    padding: 20px 0 0 10px;
  }
  #main .information ul {
    max-width: 100%;
  }
  #main .information ul dl {
    height: auto;
  }
  #main .information ul dt {
    font-size: 17px;
  }
  #main .information ul dd {
    float: none;
  }
  #main .information ul dd a {
    font-size: 16px;
  }
  #main .information .tab_wrap {
    width: 100%;
    padding: 20px 0 10px 0;
  }
  #main .information .tab_area label {
    font-size: 14px;
    letter-spacing: -0.1em;
    font-weight: 500;
  }
  @media screen and (max-width: 380px) {
    #main .information .tab_area label {
      font-size: 12px;
      letter-spacing: -0.1em;
    }
  }
  /************************************************************ 2207 activity*/
  #activity::after {
    height: 70%;
    top: 48%;
  }
  @media screen and (max-width: 380px) {
    #activity::after {
      height: 80%;
    }
  }
  /*アイコン設置*/
  #activity .inner div .box a .date.a_attempt, #activity .inner div .box a .date.a_press {
    position: relative;
    font-size: 15px !important;
  }
  #activity .inner div .box a .date.a_attempt::after, #activity .inner div .box a .date.a_press::after {
    width: 100px;
    border-radius: 100vh;
    margin: 2px 0 0 120px;
    padding: 4px 0;
    font-size: 11px;
    line-height: 1.0em;
    color: #fff;
    font-weight: bold;
    text-align: center;
    position: absolute;
    left: 0;
  }
  /**/
  #activity .inner div .box a .date.a_attempt::after {
    content: "取り組み";
    background-color: rgba(53, 49, 143, 0.7);
  }
  #activity .inner div .box a .date.a_press::after {
    content: "プレスリリース";
    background-color: rgba(53, 49, 143, 0.7);
  }
  #activity .inner {
    max-width: 100%;
  }
  #activity .inner h2 {
    padding: 20px 0 0 10px;
  }
  #activity .inner div .box {
    margin: 0 auto 20px auto;
  }
  /************************************************************ 2208 新着トピックススライド*/
  .shinchaku {
    width: auto;
    height: auto;
    margin: 20px auto 0;
    /*		position: static;*/
    top: -75px;
  }
  .shinchaku .slide {
    width: auto;
    height: auto;
    right: 0;
    position: static;
    background: none;
  }
  .shinchaku .slide .bx-wrapper {
    margin: 0;
    padding: 0;
    height: auto;
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.2));
  }
  .shinchaku .slide .bx-wrapper .bx-viewport {
    padding: 10px 0;
  }
  .shinchaku .slide .bx-wrapper .box {
    width: 80%;
    height: auto;
    margin: 0 auto;
    background-color: #fff;
  }
  .shinchaku .slide .bx-wrapper .box a {
    text-decoration: none;
    display: flex;
    align-content: space-between;
  }
  .shinchaku .slide .bx-wrapper .box a figure {
    margin: 0;
    padding: 0;
    width: 100px;
    flex-basis: 100px;
  }
  .shinchaku .slide .bx-wrapper .box figure img {
    width: 100px;
    max-width: 300px;
    height: 110px;
    object-fit: cover;
  }
  .shinchaku .slide .bx-wrapper .box a div {
    flex-basis: auto;
  }
  .shinchaku .slide .bx-wrapper .box a p {
    padding: 0 10px;
    font-size: 11px;
  }
  .shinchaku .slide .bx-wrapper .box a .date.a_attempt::after, .shinchaku .slide .bx-wrapper .box a .date.a_press::after {
    width: 80px;
    border-radius: 100vh;
    margin: 2px 0 0 90px;
    padding: 4px 0;
    font-size: 7px !important;
    line-height: 1.0em;
    color: #fff;
    font-weight: bold;
    text-align: center;
    position: absolute;
    left: 0;
  }
  .shinchaku .slide .bx-wrapper .box a .date {
    padding: 0 10px;
    font-size: 12px !important;
    font-weight: bold;
    color: #35318F;
  }
  .shinchaku .slide .bx-wrapper .box a .title {
    height: 50px;
    overflow: hidden;
  }
  @media screen and (max-width: 340px) {
    .shinchaku .slide .bx-wrapper .box a .date.a_attempt::after, .shinchaku .slide .bx-wrapper .box a .date.a_press::after {
      display: block;
      margin: 2px 10px 2px;
    }
    .shinchaku .slide .bx-wrapper .box a .title {
      padding: 10px 10px 0;
      height: 35px;
      overflow: hidden;
    }
  }
  .shinchaku .slide .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 40px;
    right: 0px;
    left: auto;
    margin: 0;
    outline: none;
    width: 32px;
    height: 32px;
    text-indent: -9999;
    z-index: 52;
    background-color: rgba(53, 49, 143, 0.7);
    text-decoration: none;
    border: none;
  }
  .shinchaku .slide .more {
    display: none
  }
  .shinchaku .slide .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 5px;
  }
  .shinchaku .slide .bx-wrapper .bx-controls-direction a.bx-next {
    right: 5px;
  }
}