@media all and (min-width: 650px) {
  #header {
    width: 100%;
    z-index: 20;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.9);
  }
  /*----------main_img*/
  .main_img {
    width: 100%;
    /*    height: 500px;*/
    height: 557px;
    z-index: 10;
    position: relative;
    /*background-color: #FADDE7;*/ /*スライドなしの場合*/
  }
  .main_img.english {
    min-height: 480px;
    height: 80vh;
    background-color: #FFFFFF;
  }
  .main_img ul {
    top: 0;
    z-index: 1;
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    /*    height: 500px;*/
    height: 557px;
    list-style: none;
  }
  .main_img.english ul {
    min-height: 480px;
    height: 80vh;
  }
  .main_img ul li {
    width: 100%;
    /*    height: 500px;*/
    height: 557px;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .main_img.english ul li {
    min-height: 480px;
    height: 80vh;
  }
  /*-----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 20%;
  }
  .main_img ul li.top02 {
    background-image: url(../img/index/topimg_02.jpg);
    background-position: center 50%;
  }
  .main_img ul li.top03 {
    background-image: url(../img/index/topimg_03.jpg);
    background-position: center 0%;
  }
  .main_img ul li.top04 {
    background-image: url(../img/index/topimg_04.jpg);
    background-position: center 40%;
  }
  .main_img ul li.top05 {
    background-image: url(../img/index/topimg_05.jpg);
    background-position: center 60%;
  }
  .main_img ul li.top06 {
    background-image: url(../img/index/topimg_06.jpg);
    background-position: center 30%;
  }
  /*-----190227追記*/
  .main_img_on {
    top: -200px;
    z-index: 500;
    font-size: 160%;
    text-align: center;
    position: relative;
    text-shadow: #000 1px 1px 20px, #000 1px 1px 30px, #000 1px 1px 10px;
  }
  .main_img_on.en {
    /*top: -280px;*/
    top: -340px; /*220325変更*/
    font-size: 200%; /*220325追加*/
  }
  .main_img_on a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
  }
  /*-----200416追記（緊急バナーテキスト）*/
  .main_img .important {
    width: 980px;
    z-index: 500;
    top: 180px;
    right: 0;
    left: 0;
    position: absolute;
    margin: 0 auto;
  }
  .main_img .important p {
    text-align: center;
    font-weight: bold;
  }
  .main_img .important .title {
    font-size: 35px;
    margin: 40px 0 20px 0;
    padding: 0;
    color: #222;
  }
  .main_img .important .txt {
    color: #D83838;
    font-size: 16px;
    margin: 0;
    padding: 0;
  }
  /*-----220203追記（リンク追加）*/
  .main_img .important {
    text-decoration: none;
    position: absolute;
    z-index: 501;
    display: block;
    width: 980px;
    border: 6px solid #D83838;
    background-color: #fff;
  }
  .main_img .important .inner {
    display: -webkit-flex;
    display: flex;
    /*-webkit-justify-content: space-around;
    justify-content: space-around;*/
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    margin: 10px 80px 10px auto;
  }
  /**/
  .main_img .important .btn a {
    color: #fff;
    display: block;
    text-decoration: none;
    background-color: #D83838;
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
    font-size: 16px;
    width: 300px;
  }
  /**/
  .main_img .important .btn a.link {
    color: #fff;
    display: block;
    text-decoration: none;
    background-color: #fff;
    margin: 0 auto 0 70px;
    padding: 10px 10px 10px 0;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    width: 180px;
    position: relative;
    border: 2px solid #D83838;
    color: #D83838;
  }
  .main_img .important .btn a.link::after {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    top: 38%;
    right: 15px;
    background-image: url("../img/index/icon_link_re.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 12px;
  }
  /*-----*/
  .index_menu {
    display: block;
    /*height: 290px;*/
    height: 375px;
    position: relative;
  }
  .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 {
    position: absolute;
  }
  .tab li.gairai {
    left: 0;
  }
  .tab li.nyuin {
    left: 327px;
  }
  .tab li.iryo {
    right: 0;
  }
  .tab li div.buttom {
    width: 306px;
    height: 0;
    display: inline-block;
    border-right: 20px solid transparent;
    /*	border-bottom: 105px solid #ccc;*/
    border-bottom: 75px solid #ccc;
    vertical-align: middle;
    position: relative;
  }
  .tab li div.buttom:hover {
    cursor: pointer;
  }
  .tab li div.buttom i {
    width: 304px;
    height: 0;
    top: 1px;
    left: 1px;
    position: absolute;
    display: inline-block;
    border-right: 20px solid transparent;
    /*	border-bottom: 104px solid #fff;*/
    border-bottom: 74px solid #fff;
  }
  .tab li div.buttom span {
    color: #727171;
    position: absolute;
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    /*	padding-top: 20px;*/
    padding-top: 12px;
/*    padding-left: 20px;*/
    vertical-align: middle;
	  line-height: 50px; /*221129　追加*/
	  padding-left: 80px;
  }
  /*ff*/ @-moz-document url-prefix() {
    .tab li div.buttom span {
      padding-top: 15px;
      padding-left: 75px;
    }
  }
  .tab li span img {
    vertical-align: middle;
  }
  .tab li div.buttom.on span {
    color: #fff;
  }
  .tab li div.buttom.on i {
    display: none;
  }
  .tab .gairai div.buttom span {
    padding-left: 100px;
  }
  .tab .nyuin span {
/*    padding-left: 10px;*/
  }
  .tab .gairai .on {
    /*	border-bottom: 105px solid #6593CD;*/
    border-bottom: 75px solid #6593CD;
  }
  .tab .nyuin .on {
    /*	border-bottom: 105px solid #F4C5D7;*/
    border-bottom: 75px solid #F2AAC2;
  }
  .tab .iryo .on {
    /*	border-bottom: 105px solid #ABD39F;*/
    border-bottom: 75px solid #7EB26A;
  }
  .tab li span:before {
	  content: "";
	  position: absolute;
    top: 10px;
    /*	font-size: 70px;*/
/*    font-size: 50px;
    font-family: icomoon;
    font-weight: normal;
    margin-right: 10px;
    vertical-align: middle;*/
    background-repeat: no-repeat;
  }
  .tab .gairai span:before {
/*    color: #6593CD;
    content: "g";*/
/*    margin-right: 20px;*/
    left: 20px;
	  padding: 0 30px 60px;
	background-size: 55px;
    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 65px;
	background-size: 35px;
    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 30px 60px;
	background-size: 50px;
    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 {
    position: absolute;
    display: block;
    margin: 0 !important;
    padding: 0 !important;
  }
  .tab li.gairai .tabmenu {
    left: 0;
  }
  .tab li.nyuin .tabmenu {
    left: -327px;
  }
  .tab li.iryo .tabmenu {
    left: -654px;
  }
  .tabmenu div {
    width: 980px;
    /*	margin-top: 75px;*/
    display: none;
    background-color: #ccc;
  }
  .tabmenu div.on {
    border: none !important;
    display: block;
  }
  .tabmenu .gairai {
    background-image: url(../img/index/gairai_back.jpg);
    background-repeat: no-repeat;
    background-position: center top;
  }
  .tabmenu .nyuin {
    background-image: url(../img/index/nyuin_back.jpg);
    background-repeat: no-repeat;
    background-position: center top;
  }
  .tabmenu .iryo {
    background-image: url(../img/index/iryo_back.jpg);
    background-repeat: no-repeat;
    background-position: center top;
  }
  .tabmenu div ol {
    padding-left: 30px;
    /*	padding-bottom: 50px;*/
    padding-bottom: 50px !important;
    padding-top: 30px;
  }
  .tabmenu div ol li {
    width: auto;
    height: auto;
    border: none;
    min-width: 310px;
    max-width: 610px;
    display: inline-block;
    background: none;
    position: static;
  }
  .tabmenu div ol li.wide {
    width: 610px;
  }
  .tabmenu div ol li.pc_space { /*202407追加*/
	margin-left: 60px;
  }
  .tabmenu div ol li a {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    /*	margin-top: 55px;*/
    /*	margin-top: 25px; 191106 */
    margin-top: 17px;
    font-weight: normal;
    text-decoration: none;
  }
  .tabmenu div ol li a:before {
    color: #fff;
    content: "p";
    font-size: 10px;
    font-family: icomoon;
    font-weight: normal;
    margin-right: 8px;
    vertical-align: middle;
  }
  /*-----*/
  .information {
    margin-top: 40px !important;
    margin-bottom: 45px !important;
    position: relative;
  }
  .information .info_title {
    color: #595757;
    font-size: 18px;
    padding: 9px 10px;
    border-top: 1px solid #DCDDDD;
    border-bottom: 1px solid #DCDDDD;
  }
  .information .ichiran {
    position: absolute;
    top: 15px;
    right: 0;
    text-decoration: none;
  }
  .information .ichiran span:before {
    font-family: icomoon;
    font-weight: normal;
    font-size: 20px;
    margin-right: 5px;
    color: #B4B4B5;
    content: "A";
  }
  .information ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .information ul li {
    padding: 13px 10px;
    width: 950px;
    border-bottom: 1px solid #DCDDDD;
  }
  .information ul dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .information ul dt, .information ul dd {
    margin: 0;
    padding: 0;
    display: inline-block;
    list-style: none;
  }
  .information ul dt {}
  .information ul dt:before {
    font-family: icomoon;
    font-weight: normal;
    font-size: 20px;
    margin-right: 15px;
    vertical-align: text-top;
  }
  .information dt.covid {
    padding-left: 114px;
    background-image: url(../img/new_icon_covid19.png);
    background-repeat: no-repeat;
    background-position: left center;
  }
  .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 dt.covid:before {
    color: #F0907F;
    content: "T";
  }*/
  .information ul dd {
    /*    float: right;*/
    width: 720px;
    flex-basis: 720px;
  }
  .information a:link, .information a:hover, .information a:active, .information a:visited {
    color: #236BB5;
  }
  /*-----*/
  .slider {
    padding: 32px 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 .inline {
    padding: 50px 0;
  }
  .index_banner .inline ul {
    width: 976px;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
    line-height: 0;
    letter-spacing: -.4em;
    border-top: #ccc solid 1px;
    border-left: #ccc solid 1px;
  }
  .index_banner .inline ul li {
    margin: 0;
    padding: 0;
    /*	width: 326px;*/
    width: 195px;
    display: inline-block;
    vertical-align: text-top;
  }
  .index_banner .inline ul li a {
    /*	width: 326px;*/
    /*width: 243px;*/
    width: 195px;
    height: 65px;
    display: block;
    line-height: 65px;
    vertical-align: middle;
    text-decoration: none;
    border-right: #ccc solid 1px;
    border-bottom: #ccc solid 1px;
  }
  .index_banner .inline ul li a:before {
    color: #9FA0A0;
    display: inline-block;
    font-size: 30px;
    font-family: icomoon;
    font-weight: normal;
    margin-right: 15px;
    margin-left: 15px;
    vertical-align: middle;
  }
  .index_banner .inline 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";*/
  }
  .nameplate a:before {
    /*content: "";
    margin-top: 15px;
    width: 30px;
    height: 30px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("../img/index/nameplate_icon.svg");*/
  }
  .book a:before {
    /*content: "B";*/
  }
  .index_banner .inline ul li a span {
    /*	width: 226px;*/
    /*	width: 186px;*/
    color: #555555;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    line-height: 1.2em;
    margin-left: 10px;
    vertical-align: middle;
  }
  .index_banner .inline ul .phone a span {
    font-size: 13px;
    margin-left: 10px;
  }
  .index_banner .inline ul .nameplate a span {
    font-size: 15px;
    margin-top: 15px;
  }
  .index_banner .inline ul li a:hover {
    opacity: 0.7;
  }
  /*-----2111修正（inner）*/
  .index_banner .inner {
    width: 980px;
    margin: 50px auto;
  }
  .index_banner .inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
    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: 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%;
    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: 20px 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: 30px 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: 5px 0;
    background-color: #FEF5E6;
  }
  .index_bosyu .inline {
    background-color: #fff;
  }
  .index_bosyu .inline img {
    float: left;
    background-color: #ccc;
  }
  .index_bosyu .inline .rightf {
    float: right;
  }
  .index_bosyu .inline .bosyu {
    width: 635px;
  }
  .index_bosyu .inline p {
    color: #727171;
    padding: 15px 0 10px;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.4em;
  }
  .index_bosyu ul {
    width: 630px;
	display: inline-flex;
	flex-wrap: wrap;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
  }
  .index_bosyu ul li {
    padding-bottom: .2em;
    padding-right: .2em;
	position: relative;
	flex-basis: 204px;
  }
  .index_bosyu ul li:first-child {
	flex-basis: 618px;
    padding-right: 0em;
  }
  .index_bosyu ul li:last-child {
    padding-right: 0em;
  }

  .index_bosyu ul li a {
    color: #727171;
    padding: 10px 0;
    display: block;
    font-size: 16px;
    text-align: center;
    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:first-child::after  {
    top: 45%;
  }
  .index_bosyu ul li a:link {
    display: block;
  }
  .index_bosyu ul li a:hover {
    opacity: 0.7;
  }
  /*-----*/
  .index_link {
    margin-top: 70px;
  }
  .index_link ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
    line-height: 0;
    letter-spacing: -.4em;
    border-top: #ccc solid 1px;
    border-left: #ccc solid 1px;
  }
  .index_link ul li {
    width: 245px;
    width: 244.5px;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: text-top;
  }
  .index_link ul li:nth-child(4n) {
    width: 244px;
  }
  .index_link ul li a {
    width: 244px;
    height: 70px;
    display: table-cell;
    /*    line-height: 70px;*/
    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 {
    width: 199px;
    font-size: 16px;
    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: 45px center
  }
  .index_link ul li.asuishi a span {
    width: 199px;
    font-size: 22px;
    padding-left: 45px;
  }
  /*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 {
    width: 199px;
    font-size: 16px;
    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 {
	width: 199px;
	font-size: 22px;
	padding-left: 45px;
}*/
  /**/
  /*cqso　19.07.05追加*/
  .index_link ul li.cqso a {
    display: table;
    background-image: url(../img/index/cqso.png);
    background-repeat: no-repeat;
    background-position: 50% 70%
  }
  .index_link ul li.cqso a span {
    display: table-cell;
    font-size: 75%;
    vertical-align: top;
    padding-top: 10px;
  }
  /**/
  .index_link ul li a span {
    width: 244px;
    color: #555555;
    display: inline-block;
    font-size: 17px;
    text-align: center;
    line-height: 1.4em;
    vertical-align: middle;
  }
  .index_link ul li a span.small {
    font-size: 13px;
  }
  .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^="https://www.med.nagoya-u.ac.jp/hospital_en/"]:after, #main .inline a[href^="/hospital_en/"]: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;
}
/************************************************************ 2207 メインイメージ*/
.main_img {
  width: 100%;
  height: 557px;
  z-index: 10;
  position: relative;
  background-color: #fff;
}
/************************************************************ 2207 topic（コロナ）*/
/*---2208修正---*/
#main {
  padding-top: 0;
}
#main .topic {
  width: 900px;
  /*  width: 80%;*/
  /*  max-width: 720px;*/
  margin: 40px auto;
  padding: 20px 35px;
  border: solid 1px #EB9B9B;
  /*  position: relative;
  z-index: 10;*/
  /*  top: -50px;*/
  /*  background-color: rgba(255, 255, 255, 0.9);*/
  /*  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.1));*/
}
#main .topic.topic_y {
	background: #ffffbf;
}
#main .topic.topic_jci {
  background-image: url("../img/index/topic_jci.jpg");
  background-position: center right 40px;
  background-repeat: no-repeat;
  background-size: 100px;
}
#main .topic .top {
  font-size: 16px;
  margin: 0 0 10px 0;
  padding: 0;
  color: #222;
  height: auto;
  color: #D83838;
}
#main .topic .top.bold {
  font-size: 18px;
  font-weight: bold;
}
#main .topic p {
  font-size: 13px;
  margin: 0;
  padding: 0;
  text-align: center;
}
#main .topic ul {
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 10px 0 0 0;
  padding: 0;
}
#main .topic ul li {
  margin: 8px;
}
#main .topic ul li.more a {
  color: #fff;
  display: block;
  text-decoration: none;
  background-color: #D83838;
  border: 1px solid #D83838;
  margin: 0 auto;
  padding: 8px 0;
  text-align: center;
  font-size: 13px;
  width: 280px;
}
#main .topic ul li.link a {
  color: #D83838;
  display: block;
  text-decoration: none;
  border: 1px solid #D83838;
  margin: 0 auto;
  padding: 6px 0;
  text-align: center;
  font-size: 11px;
  width: 280px;
  position: relative;
}
#main .topic ul li.link a::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  top: 30%;
  right: 10px;
  background-image: url("../img/index/icon_link_re.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 12px;
}
/************************************************************ 2207 お知らせ*/
#main .information .info_title {
  font-size: 22px;
  color: #666;
  margin: 0;
  font-weight: bold;
  padding: 40px 0 0 0;
  border: none;
}
#main .information ul {
  width: 100%;
  max-width: 980px;
  padding-bottom: 20px;
  margin: 10px 0;
  padding: 0;
}
#main .information ul li {
  width: 100%;
  padding: 13px 0px;
}
#main .information ul li:hover {
  background-color: rgba(236, 245, 251, 0.5);
}
#main .information ul dd {
  float: right;
  width: 100%;
  flex-basis: 680px;
}
#main .information ul dd a {
  display: block;
}
#main .information .tab_wrap {
  width: 980px;
  margin: 0 auto;
  padding: 20px 0;
}
input[type="radio"] {
  display: none;
}
#main .information .tab_area {
  font-size: 0;
  margin: 0 auto;
  border-bottom: 3px solid #BBCCD8;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#main .information .tab_area label {
  width: calc(25% - 3px);
  margin: 0;
  padding: 12px 0;
  color: #727171;
  background: #ECF5FB;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: ease 0.2s opacity;
  border: 1px solid #BBCCD8;
  box-sizing: border-box;
}
#main .information .tab_area label:hover {
  opacity: 0.5;
}
#main .information .panel_area {
  background: #fff;
}
#main .information .tab_panel {
  width: 100%;
  padding: 0;
  display: none;
}
#main .information .tab_panel p {
  letter-spacing: 1px;
  text-align: center;
}
/**/
#tab1:checked ~ .tab_area .tab1_label {
  background: #BBCCD8;
  color: #fff;
}
#tab1:checked ~ .panel_area #panel1 {
  display: block;
}
#tab2:checked ~ .tab_area .tab2_label {
  background: #BBCCD8;
  color: #fff;
}
#tab2:checked ~ .panel_area #panel2 {
  display: block;
}
#tab3:checked ~ .tab_area .tab3_label {
  background: #BBCCD8;
  color: #fff;
}
#tab3:checked ~ .panel_area #panel3 {
  display: block;
}
#tab4:checked ~ .tab_area .tab4_label {
  background: #BBCCD8;
  color: #fff;
}
#tab4:checked ~ .panel_area #panel4 {
  display: block;
}
/*アイコン打消し*/
#main .information dt.info::before, #main .information dt.medical::before, #main .information dt.updata::before, #main .information dt.important::before, #main .information dt.press::before {
  display: none;
}
#main .information dt.covid {
  background-image: none;
}
/*アイコン再設置*/
#main .information dt.info, #main .information dt.press, #main .information dt.medical, #main .information dt.updata, #main .information dt.important, #main .information dt.covid19 {
  position: relative;
  padding: 0 0 0 150px;
}
#main .information dt.info::after, #main .information dt.press::after, #main .information dt.medical::after, #main .information dt.updata::after, #main .information dt.important::after, #main .information dt.covid19::after {
  width: 120px;
  border-radius: 100vh;
  padding: 5px 0;
  font-size: 12px;
  line-height: 1.0em;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: absolute;
  left: 0;
}
/**/
#main .information dt.info::after {
  content: "お知らせ";
  background-color: #F7BB85;
}
#main .information dt.press::after {
  content: "プレスリリース";
  background-color: #93D4F3;
}
#main .information dt.medical::after {
  content: "医療関係者";
  background-color: #F7C3D2;
}
#main .information dt.updata::after {
  content: "更　新";
  background-color: #BEDB8F;
}
#main .information dt.important::after {
  content: "重　要";
  background-color: #F0907F;
}
#main .information dt.covid19::after {
  content: "COVID-19";
  background-color: #D83838;
}
/**/
#main .information .more a:link, #main .information .more a:hover, #main .information .more a:active, #main .information .more a:visited {
  color: #fff;
}
/**/
#main .information .more {
  margin: 20px auto;
  text-align: center;
}
#main .information .more a {
  text-align: center;
  background-color: #B4B4B5;
  color: #fff;
  line-height: 1.0em;
  text-decoration: none;
  padding: 10px 40px;
  position: relative;
}
#main .information .more a::after {
  display: block;
  content: '';
  position: absolute;
  top: 42%;
  right: 16px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: .4s;
}
/************************************************************ 2207 お知らせ*/
#activity {
  padding: 0 0 60px 0;
  position: relative;
  z-index: 10;
}
#activity::after {
  position: absolute;
  content: "";
  z-index: -1;
  background-color: #F7F8F8;
  width: 100%;
  height: 55%;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#activity .inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
}
#activity .inner .activity_title {
  display: block;
  font-size: 22px;
  color: #666;
  margin: 0;
  padding: 20px 0 0 0;
  border: none;
  font-weight: bold;
  text-align: left;
}
#activity .inner div {
  width: 100%;
  max-width: 980px;
  margin: 20px auto;
  padding: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#activity .inner div .box {
  width: 100%;
  max-width: 302px;
  margin: 0 12px 28px 12px;
  padding: 0 0 5px 0;
  box-sizing: border-box;
  border: 1px solid #ccc;
  background-color: #fff;
}
#activity .inner div .box a {
  text-decoration: none;
}
#activity .inner div .box a figure {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 10;
  width: 100%;
}
/*#activity .inner div .box a figure img {
  width: 100%;
  max-width: 300px;
  height: 185px;
  object-fit: cover;
}*/
#activity .inner div .box a figure img {
  width: 100%;
  max-width: 300px;
  height: 169px;
  /*height: 185px;*/
  object-fit: cover;
  opacity: 0.9;
  transition: .4s;
}
#activity .inner div .box a figure img:hover {
  opacity: 1;
}
/*#activity .inner div .box a figure::after {
  position: absolute;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
}*/
#activity .inner div .box a p {
  padding: 0 10px;
  font-size: 13px;
}
#activity .inner div .box a .date {
  padding: 0 10px;
  font-size: 15px !important;
  font-weight: bold;
  color: #35318F;
}
/*#activity .inner div .box a .date span {
  font-size: 10px;
  font-weight: bold;
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 4px 14px;
  border-radius: 100vh;
  line-height: 1.0em;
  color: #fff;
  background-color: #80A7B4;
  vertical-align: middle;
}*/
/*アイコン設置*/
#activity .inner div .box a .date.a_attempt, #activity .inner div .box a .date.a_press {
  position: relative;
}
#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 100px;
  padding: 4px 0;
  font-size: 11px !important;
  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 .more {
  margin: 20px auto;
  text-align: center;
}
#activity .more a {
  text-align: center;
  background-color: #B4B4B5;
  color: #fff;
  line-height: 1.0em;
  text-decoration: none;
  padding: 10px 40px;
  position: relative;
}
#activity .more a::after {
  display: block;
  content: '';
  position: absolute;
  top: 42%;
  right: 16px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: .4s;
}
/************************************************************ 2208 新着トピックススライド*/
.shinchaku {
  width: 980px;
  height: 400px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  top: -400px; /**2208追加**/
}
.shinchaku .slide {
  width: 360px;
  height: 400px;
  right: 0;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.2);
}
.shinchaku .slide .bx-wrapper {
  margin: 0;
  padding: 40px 60px 0;
  /*padding: 45px 60px 0;*/
  height: 270px;
  /*height: 253px;*/
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.3));
}
.shinchaku .slide .bx-wrapper ol {
  padding: 0;
}
.shinchaku .slide .bx-wrapper .box {
  width: 240px;
  height: 270px;
  /*height: 253px;*/
  background-color: #fff;
}
.shinchaku .slide .bx-wrapper .box a {
  text-decoration: none;
}
.shinchaku .slide .bx-wrapper .box a figure {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 10;
  width: 100%;
}
.shinchaku .slide .bx-wrapper .box figure img {
  width: 100%;
  max-width: 300px;
  height: 169px;
  object-fit: cover;
}
.shinchaku .slide .bx-wrapper .box div {
  padding: 10px
}
.shinchaku .slide .bx-wrapper .box a p {
  margin: 0;
  padding: 10px 0;
  font-size: 13px;
}
.shinchaku .slide .bx-wrapper .box a .date {
  padding: 0;
  font-size: 15px !important;
  font-weight: bold;
  color: #35318F;
  /*padding: 0 10px;
  font-size: 12px !important;
  font-weight: bold;
  color: #35318F;*/
}
/*アイコン設置*/
.shinchaku .slide .bx-wrapper .box a .date.a_attempt, .shinchaku .slide .bx-wrapper .box a .date.a_press {
  position: relative;
}
.shinchaku .slide .bx-wrapper .box a .date.a_attempt::after, .shinchaku .slide .bx-wrapper .box a .date.a_press::after {
  width: 100px;
  border-radius: 100vh;
  margin: 2px 0 0 100px;
  padding: 4px 0;
  font-size: 11px !important;
  line-height: 1.0em;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: absolute;
  left: 0;
  /*width: 90px;
  border-radius: 100vh;
  margin: 2px 0 0 90px;
  padding: 4px 0;
  font-size: 9px !important;
  line-height: 1.0em;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: absolute;
  left: 0;*/
}
/**/
.shinchaku .slide .bx-wrapper .box a .date.a_attempt::after {
  content: "取り組み";
  background-color: rgba(53, 49, 143, 0.7);
}
.shinchaku .slide .bx-wrapper .box a .date.a_press::after {
  content: "プレスリリース";
  background-color: rgba(53, 49, 143, 0.7);
}
.shinchaku .slide .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 330px;
  right: -20px;
  left: auto;
  margin: 0;
  outline: none;
  width: 32px;
  height: 32px;
  text-indent: -9999;
  z-index: 12;
  background: rgba(53, 49, 143, 0.7);
  text-decoration: none;
  border: none;
}
.shinchaku .slide .bx-wrapper .bx-controls-direction a.bx-prev {
  left: 310px;
}
.shinchaku .slide .bx-wrapper .bx-controls-direction a.bx-next {}
.shinchaku .slide .bx-wrapper .bx-controls-direction a.bx-prev::after {
  content: '';
  position: absolute;
  top: 14px;
  left: 45%;
  width: 4px;
  height: 4px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.shinchaku .slide .bx-wrapper .bx-controls-direction a.bx-next::after {
  content: '';
  position: absolute;
  top: 14px;
  right: 45%;
  width: 4px;
  height: 4px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.shinchaku .slide .more {
  position: relative;
  display: block;
  z-index: 11;
  width: 200px;
  margin: 20px auto 0;
  padding: 10px;
  font-size: 13px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border: solid 1px #fff;
  overflow: hidden;
  z-index: 1;
  background: linear-gradient(90deg, rgba(141, 139, 226, 0.5), rgba(253, 187, 203, 0.5));
  ;
}
.shinchaku .slide .more::after {
  content: "";
  height: 0;
  margin: 0;
  padding: 0;
  right: 5px;
  top: 16px;
  position: absolute;
  border: 4px solid #fff;
  border-top: 4px solid rgba(0, 0, 0, 0.0);
  border-right: 4px solid rgba(0, 0, 0, 0.0);
  border-bottom: 4px solid rgba(0, 0, 0, 0.0);
}
.shinchaku .slide .more::before {
  background: linear-gradient(90deg, rgba(141, 139, 226, 0.5), rgba(253, 187, 203, 0.5));
  ;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.shinchaku .slide .more:hover {
  color: #fff;
}
.shinchaku .slide .more:hover::before {
  transform: scale(1, 1);
}