@charset "UTF-8";
#med_top #disease {
  overflow: hidden;
  background: #fff;
  padding: 15px;
  border: 1px solid #eee;
  margin-bottom: 20px;
  box-sizing: border-box;
}

#med_top #disease h2 {
  font-size: 1.4rem;
  font-weight: bold;
  padding: 10px 3px;
  border-bottom: 1px solid #eee;
  line-height: 1;
  margin-bottom: 20px;
}

#med_top #disease ul {
  display: flex;
  justify-content: space-between;
}

#med_top #disease ul li {
  width: 49.05%;
}

#med_top #disease ul li:nth-child(2) {
  text-align: right;
}

#med_top #disease ul li a {
  transition: 0.3s;
  position: relative;
  display: block;
}

#med_top #disease ul li a:hover {
  opacity: 0.8;
}

#med_top #disease ul li a img {
  vertical-align: bottom;
}

#med_top #disease ul li a.new:before {
  content: "";
  background-image: url("../img/top/new_icn.png");
  height: 27px;
  width: 62px;
  background-size: cover;
  display: block;
  position: absolute;
  top: -3px;
  left: -3px;
}

@media only screen and (max-width: 640px) {
  #med_top #disease ul {
    display: block;
  }
  #med_top #disease ul li {
    width: 100%;
    margin: 10px auto 0;
    text-align: center;
    max-width: 455px;
    width: 100%;
  }
}
#med_top #banner_link {
  overflow: hidden;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

#med_top #banner_link div {
  overflow: hidden;
  background: #fff;
  padding: 10px 20px;
  border: 1px solid #eee;
  margin-bottom: 20px;
  box-sizing: border-box;
}

#med_top #banner_link div a {
  transition: 0.3s;
}

#med_top #banner_link div a:hover {
  opacity: 0.8;
}

#med_top #banner_link div h2 {
  text-align: center;
  font-size: 1.4rem;
  padding: 10px 0 15px;
}

#med_top #banner_link .banner_01 {
  width: 63%;
}

#med_top #banner_link .banner_02 {
  width: 35%;
}

#med_top #banner_link .banner_01 ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#med_top #banner_link .banner_01 ul li {
  text-align: center;
  margin: 0 1%;
}

#med_top #banner_link .banner_02 ul {
  width: 100%;
  display: block;
  overflow: hidden;
}

#med_top #banner_link .banner_02 ul li {
  width: 100%;
  float: left;
  text-align: center;
}

#med_top #banner_link h2 {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 100%;
  padding-bottom: 10px;
}

#top_contents {
  padding-top: 50px;
}

#top_contents .topInfo {
  border: 1px solid #bf0d0d;
  background: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.1rem;
  padding: 5px 0;
}

#top_contents .topInfo br.sp {
  display: none;
}

@media only screen and (max-width: 1260px) {
  #top_contents {
    padding-top: 0;
    margin-top: -20px;
  }
}
@media only screen and (max-width: 980px) {
  #top_contents {
    padding-top: 20px;
    margin-top: 0;
  }
  #med_top #banner_link {
    display: block;
    width: 100%;
  }
  #med_top #banner_link .banner_01 {
    width: 100%;
  }
  #med_top #banner_link .banner_02 {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  #top_contents {
    padding-top: 70px;
  }
  #med_top .titlearea h2 {
    margin: 10px 0 3px;
    float: none;
  }
  #med_top .titlearea span {
    float: none;
    padding: 0 0 5px;
  }
  #med_top #banner_link .banner_01 ul {
    width: 100%;
    display: block;
  }
  #med_top #banner_link .banner_01 ul li {
    margin: 0;
  }
  #med_top #banner_link .banner_01 {
    float: none;
    width: 100%;
  }
  #med_top #banner_link .banner_02 {
    float: none;
    width: 100%;
    margin-left: 0%;
  }
  #med_top #banner_link .banner_01 ul li {
    width: 100%;
    float: none;
    text-align: center;
  }
  #med_top #banner_link .banner_01 ul li:nth-child(1) {
    margin: 0 0 5px 0;
  }
  #med_top #banner_link .banner_01 ul li:nth-child(2) {
    margin: 0;
  }
  #med_top #banner_link .banner_02 ul {
    width: 100%;
    display: block;
    overflow: hidden;
  }
  #med_top #banner_link .banner_02 ul li {
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width: 480px) {
  #top_contents .topInfo {
    font-size: 0.8rem;
  }
  #top_contents .topInfo br.sp {
    display: block;
  }
  .medtop_bg {
    background-size: 600px auto;
    background-position: center top;
  }
}
#top_contents .topbanner {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}

#top_contents .topbanner a {
  margin-bottom: 10px;
  transition: 0.3s;
  display: block;
}

#top_contents .topbanner a:hover {
  z-index: 0;
  opacity: 0.8;
}

#top_contents .topbanner img.pc {
  display: block;
}

#top_contents .topbanner img.sp {
  display: none;
}

@media only screen and (max-width: 480px) {
  #top_contents .topbanner img.pc {
    display: none;
  }
  #top_contents .topbanner img.sp {
    display: block;
  }
}
.update {
  position: absolute;
  top: -32px;
  left: -10px;
  z-index: 1;
  margin-top: 15px;
}

.update img {
  width: 85px;
}

@media only screen and (max-width: 768px) {
  .update {
    transform: scale(0.7);
    left: -15px;
  }
}
@media only screen and (max-width: 480px) {
  #top_contents .topbanner {
    margin-top: 20px;
  }
  .update {
    top: -35px;
  }
}
/* 20211006 2度目のレイアウト変更 */
#top_contents {
  padding-top: 75px;
}
#top_contents section {
  max-width: auto;
  width: 100%;
}
#top_contents section .inner {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 25px;
}
#top_contents section#head_contents {
  display: flex;
  justify-content: space-between;
  max-width: 1150px;
  width: 100%;
  margin: 0 auto 40px;
  min-height: 350px;
}
#top_contents section#head_contents #dic_point {
  width: 565px;
  background: url("../img/top/dic_bg.jpg");
  background-size: cover;
  color: #fff;
  display: block;
  position: relative;
  padding: 0;
  margin: 0;
}
#top_contents section#head_contents #dic_point .label {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 90px;
}
#top_contents section#head_contents #dic_point .info {
  width: 100%;
  position: relative;
  text-align: center;
  padding-bottom: 15px;
}
#top_contents section#head_contents #dic_point .info h2 {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.2;
  padding: 30px 0;
  letter-spacing: 0.05rem;
  vertical-align: middle;
}
#top_contents section#head_contents #dic_point .info h2 span {
  display: block;
  font-size: 1.2rem;
  padding-bottom: 3px;
}
#top_contents section#head_contents #dic_point .info h2 strong {
  font-size: 2.2rem;
}
#top_contents section#head_contents #dic_point .info h2 a {
  display: block;
  color: #fff;
}
#top_contents section#head_contents #dic_point .info h2 a:hover {
  text-decoration: none;
}
#top_contents section#head_contents #dic_point .info .btn {
  width: 96%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#top_contents section#head_contents #dic_point .info .btn a {
  width: 49%;
  background: #fff;
  text-align: left;
  padding: 7px 10px;
  box-sizing: border-box;
  border-radius: 100px;
  margin-bottom: 10px;
  color: #1a3781;
  position: relative;
  font-weight: bold;
  letter-spacing: 0;
  font-size: 0.85rem;
  transition: 0.3s;
  text-decoration: none;
}
#top_contents section#head_contents #dic_point .info .btn a:hover {
  opacity: 0.9;
}
#top_contents section#head_contents #dic_point .info .btn a::after {
  content: "▶";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 6px;
  color: #999;
}
#top_contents section#head_contents #dic_point .dr {
  width: 100%;
  position: relative;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 19%, rgba(66, 8, 4, 0.8) 20%);
  text-align: center;
  margin-top: 10px;
}
#top_contents section#head_contents #dic_point .dr img {
  vertical-align: bottom;
  margin: 0 auto;
}
#top_contents section#head_contents #banner {
  width: 565px;
}
#top_contents section#head_contents #banner a {
  transition: 0.3s;
}
#top_contents section#head_contents #banner a:hover {
  opacity: 0.8;
}
#top_contents section#head_contents #banner img {
  vertical-align: bottom;
}
#top_contents section.frame {
  max-width: 1200px;
  padding: 0 25px;
  margin: 0 auto;
  box-sizing: border-box;
}
#top_contents section#pickup {
  padding: 25px 0;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
#top_contents section#pickup h2 {
  width: 100%;
  margin-left: calc(50% - 575px);
  color: #bb1919;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
  border-bottom: 1px solid #bb1919;
  overflow: hidden;
  box-sizing: border-box;
  margin-bottom: 20px;
  line-height: 1.6;
  padding-bottom: 5px;
}
#top_contents section#pickup h2:before {
  content: "";
  display: inline-block;
  background: url("../img/navigation/icn_pickup.png");
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
  vertical-align: -6px;
  margin-right: 5px;
}
#top_contents section#pickup .banner {
  display: flex;
  justify-content: space-between;
}
#top_contents section#pickup .banner a {
  width: 32%;
}
#top_contents section#pickup .banner a img {
  vertical-align: bottom;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}
#top_contents section#pickup:after {
  display: block;
  position: absolute;
  content: "";
  background: #fdece5;
  width: 80%;
  height: 70%;
  top: 0;
  left: 0;
  z-index: -1;
}
#top_contents section#seminar {
  padding: 25px 0;
  position: relative;
  margin-bottom: 30px;
}
#top_contents section#seminar h2 {
  max-width: 1150px;
  width: 100%;
  margin: 0 auto 20px;
  color: #bb1919;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
  box-sizing: border-box;
  line-height: 1.6;
  padding-bottom: 5px;
}
#top_contents section#seminar h2:before {
  content: "";
  display: inline-block;
  background: url("../img/navigation/icn_seminar.png");
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
  vertical-align: -6px;
  margin-right: 5px;
}
#top_contents section#seminar h2:after {
  content: "";
  display: block;
  width: 150%;
  height: 1px;
  background: #bb1919;
  margin-top: 5px;
  margin-left: -50%;
}
#top_contents section#seminar .banner {
  display: flex;
  flex-wrap: wrap;
}
#top_contents section#seminar .banner a {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 15px;
}
#top_contents section#seminar .banner a img {
  vertical-align: bottom;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}
#top_contents section#seminar .banner a:nth-child(3n) {
  margin-right: 0;
}
#top_contents section#seminar:after {
  display: block;
  position: absolute;
  content: "";
  background: #fdece5;
  width: 80%;
  height: 70%;
  top: 0;
  right: 0;
  z-index: -1;
}
#top_contents section#head_banner {
  background: #eee;
  padding: 35px 0;
}
#top_contents section#head_banner .banner {
  display: flex;
  justify-content: space-between;
}
#top_contents section#head_banner .banner a {
  width: 24%;
}
#top_contents section#head_banner .banner a img {
  width: 100%;
  vertical-align: bottom;
}
#top_contents section#news {
  padding: 35px 0;
  background: #fff;
}
#top_contents section#news .news_frame {
  max-width: 800px;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
#top_contents section#news .news_frame h2 {
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
  font-weight: bold;
  margin-bottom: 15px;
}
#top_contents section#news .news_frame a.moreinfo {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.85rem;
  letter-spacing: 0.05rem;
  color: #333;
}
#top_contents section#news .news_frame a.moreinfo i {
  font-size: 0.8rem;
  padding-left: 8px;
  color: #e1918d;
}
#top_contents section#news .news_frame dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.95rem;
}
#top_contents section#news .news_frame dl dt {
  width: 21%;
  padding: 15px 5px;
  box-sizing: border-box;
  border-top: 1px solid #eee;
}
#top_contents section#news .news_frame dl dt:first-child {
  border-top: none;
}
#top_contents section#news .news_frame dl dt:first-child + dd {
  border-top: none;
}
#top_contents section#news .news_frame dl dd {
  width: 79%;
  padding: 15px 5px;
  box-sizing: border-box;
  border-top: 1px solid #eee;
}
#top_contents section#news .news_frame dl dd a {
  color: #214176;
}
#top_contents section#bottom_banner {
  display: flex;
  justify-content: space-between;
  margin-top: 55px;
  padding-bottom: 50px;
}
#top_contents section#bottom_banner .info {
  width: 71%;
  background: #fff;
  padding: 25px;
  box-sizing: border-box;
}
#top_contents section#bottom_banner .info h2 {
  text-align: center;
  font-size: 1.3rem;
  letter-spacing: 0.2rem;
  font-weight: bold;
  margin-bottom: 15px;
}
#top_contents section#bottom_banner .material {
  width: 27%;
  background: #fff;
  padding: 25px;
  box-sizing: border-box;
}
#top_contents section#bottom_banner .material h2 {
  text-align: center;
  font-size: 1.3rem;
  letter-spacing: 0.2rem;
  font-weight: bold;
  margin-bottom: 15px;
}
#top_contents section#bottom_banner .wrap {
  display: flex;
  justify-content: center;
}
#top_contents section#bottom_banner .wrap div {
  margin: 0 3px;
}
#top_contents section#bottom_banner .wrap div img {
  vertical-align: bottom;
}

@media only screen and (max-width: 1200px) {
  #top_contents section {
    max-width: auto;
    width: 100%;
  }
  #top_contents section .inner {
    max-width: 956px;
    margin: 0 auto;
  }
  #top_contents section#head_contents {
    display: flex;
    max-width: 956px;
    width: 100%;
    margin: 0 auto 40px;
    min-height: auto;
  }
  #top_contents section#head_contents #dic_point {
    width: 49.5%;
  }
  #top_contents section#head_contents #dic_point .label {
    width: 60px;
    height: 60px;
  }
  #top_contents section#head_contents #dic_point .info h2 {
    font-size: 1.3rem;
    padding: 20px 0;
  }
  #top_contents section#head_contents #dic_point .info h2 span {
    font-size: 1.1rem;
  }
  #top_contents section#head_contents #dic_point .info .btn {
    width: 98%;
  }
  #top_contents section#head_contents #dic_point .info .btn a {
    width: 49.5%;
    padding: 7px 10px;
    font-size: 0.75rem;
  }
  #top_contents section#head_contents #dic_point .info .btn a::after {
    right: 6px;
  }
  #top_contents section#head_contents #dic_point .dr {
    margin-top: 0;
  }
  #top_contents section#head_contents #dic_point .dr img {
    vertical-align: bottom;
    margin: 0 auto;
    max-width: 328px;
  }
  #top_contents section#head_contents #banner {
    width: 49.5%;
  }
  #top_contents section.frame {
    max-width: 1200px;
    padding: 0 25px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  #top_contents section#pickup {
    padding: 25px 0;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
  }
  #top_contents section#pickup h2 {
    margin-left: 2%;
    font-size: 1.2rem;
  }
  #top_contents section#pickup h2:before {
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    vertical-align: -4px;
  }
  #top_contents section#pickup .banner {
    display: flex;
    justify-content: space-between;
  }
  #top_contents section#pickup .banner a {
    width: 32%;
  }
  #top_contents section#pickup .banner a img {
    vertical-align: bottom;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  }
  #top_contents section#seminar {
    padding: 25px 0;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
  }
  #top_contents section#seminar h2 {
    border-bottom: 1px solid #bb1919;
    margin-left: 2%;
    font-size: 1.2rem;
  }
  #top_contents section#seminar h2:before {
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    vertical-align: -4px;
  }
  #top_contents section#seminar h2:after {
    display: none;
  }
  #top_contents section#seminar .banner {
    display: flex;
  }
  #top_contents section#seminar .banner a {
    width: 32%;
  }
  #top_contents section#seminar .banner a img {
    vertical-align: bottom;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  }
  #top_contents section#head_banner {
    background: #eee;
    padding: 35px 0;
  }
  #top_contents section#head_banner .banner {
    display: flex;
    justify-content: space-between;
  }
  #top_contents section#head_banner .banner a {
    width: 24%;
  }
  #top_contents section#head_banner .banner a img {
    width: 100%;
    vertical-align: bottom;
  }
  #top_contents section#news {
    padding: 35px 0;
    background: #fff;
  }
  #top_contents section#news .news_frame {
    max-width: 800px;
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  #top_contents section#news .news_frame h2 {
    text-align: center;
    font-size: 1.4rem;
    letter-spacing: 0.2rem;
    font-weight: bold;
    margin-bottom: 15px;
  }
  #top_contents section#news .news_frame a.moreinfo {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0.85rem;
    letter-spacing: 0.05rem;
    color: #333;
  }
  #top_contents section#news .news_frame a.moreinfo i {
    font-size: 0.8rem;
    padding-left: 8px;
    color: #e1918d;
  }
  #top_contents section#news .news_frame dl {
    display: flex;
    flex-wrap: wrap;
    font-size: 0.95rem;
  }
  #top_contents section#news .news_frame dl dt {
    width: 21%;
    padding: 15px 5px;
    box-sizing: border-box;
    border-top: 1px solid #eee;
  }
  #top_contents section#news .news_frame dl dt:first-child {
    border-top: none;
  }
  #top_contents section#news .news_frame dl dt:first-child + dd {
    border-top: none;
  }
  #top_contents section#news .news_frame dl dd {
    width: 79%;
    padding: 15px 5px;
    box-sizing: border-box;
    border-top: 1px solid #eee;
  }
  #top_contents section#news .news_frame dl dd a {
    color: #214176;
  }
}
@media only screen and (max-width: 1023px) {
  #top_contents section#head_contents {
    display: block;
    max-width: 1150px;
    width: 100%;
    margin: 0 auto 40px;
    min-height: 480px;
  }
  #top_contents section#head_contents #dic_point {
    width: 565px;
    margin: 0 auto 15px;
  }
  #top_contents section#head_contents #dic_point .label {
    width: 90px;
    height: 90px;
  }
  #top_contents section#head_contents #dic_point .info h2 {
    font-size: 1.5rem;
    padding: 30px 0;
  }
  #top_contents section#head_contents #dic_point .info .btn {
    width: 96%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #top_contents section#head_contents #dic_point .info .btn a {
    width: 49%;
    background: #fff;
    text-align: left;
    padding: 7px 10px;
    box-sizing: border-box;
    border-radius: 100px;
    margin-bottom: 10px;
    color: #1a3781;
    position: relative;
    font-weight: bold;
    letter-spacing: 0;
    font-size: 0.85rem;
    transition: 0.3s;
    text-decoration: none;
  }
  #top_contents section#head_contents #dic_point .info .btn a:hover {
    opacity: 0.9;
  }
  #top_contents section#head_contents #dic_point .info .btn a::after {
    content: "▶";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 6px;
    color: #999;
  }
  #top_contents section#head_contents #dic_point .dr {
    width: 100%;
    position: relative;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 19%, rgba(66, 8, 4, 0.8) 20%);
    text-align: center;
    margin-top: 10px;
  }
  #top_contents section#head_contents #dic_point .dr img {
    vertical-align: bottom;
    margin: 0 auto;
    max-width: 448px;
    width: 100%;
  }
  #top_contents section#head_contents #banner {
    width: 565px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 980px) {
  #top_contents {
    padding-top: 100px;
  }
  #top_contents section#dic_point {
    min-height: auto;
    display: block;
    margin: 0 auto 40px;
  }
  #top_contents section#dic_point .info {
    width: 100%;
    padding: 50px 0 30px;
  }
  #top_contents section#dic_point .info h2 {
    font-size: 5vw;
  }
  #top_contents section#dic_point .info h2 span {
    font-size: 3vw;
  }
  #top_contents section#dic_point .info .wrap {
    width: 33%;
  }
  #top_contents section#dic_point .dr {
    width: 100%;
    position: relative;
    min-height: auto;
    display: flex;
    align-items: center;
  }
  #top_contents section#dic_point .dr .photo {
    position: relative;
    bottom: auto;
    left: auto;
    transform: translateX(0);
    max-width: auto;
    vertical-align: bottom;
    width: 100px;
  }
  #top_contents section#dic_point .dr .text {
    position: relative;
    bottom: auto;
    right: auto;
    max-width: 362px;
    width: 100%;
  }
  #top_contents section#pickup {
    padding: 25px 0;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
  }
  #top_contents section#pickup h2 {
    margin-left: 2%;
    font-size: 1.2rem;
  }
  #top_contents section#pickup h2:before {
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    vertical-align: -4px;
  }
  #top_contents section#pickup .banner {
    margin: 0 auto;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  #top_contents section#pickup .banner a {
    width: auto;
    display: inline-block;
    width: 48%;
    margin: 0 1%;
  }
  #top_contents section#pickup .banner a img {
    max-width: 370px;
    width: 100%;
  }
  #top_contents section#pickup .banner a:not(:last-child) {
    margin-bottom: 15px;
  }
  #top_contents section#pickup:after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  #top_contents section#seminar {
    padding: 25px 0;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
  }
  #top_contents section#seminar h2 {
    margin-left: 2%;
    font-size: 1.2rem;
  }
  #top_contents section#seminar h2:before {
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    vertical-align: -4px;
  }
  #top_contents section#seminar .banner {
    margin: 0 auto;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  #top_contents section#seminar .banner a {
    width: auto;
    display: inline-block;
    width: 48%;
    margin: 0 1% 15px !important;
  }
  #top_contents section#seminar .banner a img {
    max-width: 370px;
    width: 100%;
  }
  #top_contents section#seminar:after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  #top_contents section#bottom_banner {
    display: block;
    justify-content: space-between;
    margin-top: 55px;
    padding-bottom: 50px;
  }
  #top_contents section#bottom_banner .info {
    width: 100%;
    padding: 25px 10px;
  }
  #top_contents section#bottom_banner .material {
    margin-top: 20px;
    width: 100%;
    padding: 25px 10px;
  }
}
@media only screen and (max-width: 767px) {
  #top_contents section .inner {
    width: 96%;
    margin: 0 auto;
    padding: 0;
  }
  #top_contents section#dic_point {
    width: 96%;
  }
  #top_contents section#dic_point .label {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
  }
  #top_contents section#dic_point .info {
    padding: 25px 0;
  }
  #top_contents section#dic_point .info .btn {
    width: 92%;
    margin: 0 auto;
    display: block;
  }
  #top_contents section#dic_point .info .btn a {
    width: 100%;
    display: block;
    padding: 7px 15px;
    margin-bottom: 5px;
    font-size: 0.9rem;
  }
  #top_contents section#dic_point .info .btn a:hover {
    opacity: 1;
  }
  #top_contents section#dic_point .info .btn a:last-child {
    width: 100%;
  }
  #top_contents section#dic_point .info h2 {
    font-size: 5.5vw;
  }
  #top_contents section#dic_point .info h2 span {
    font-size: 4vw;
  }
  #top_contents section.frame {
    padding: 0 2%;
  }
  #top_contents section#pickup {
    padding: 25px 0;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
  }
  #top_contents section#pickup h2 {
    margin-left: 2%;
    font-size: 1.2rem;
  }
  #top_contents section#pickup h2:before {
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    vertical-align: -4px;
  }
  #top_contents section#pickup .banner {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  #top_contents section#pickup .banner a {
    width: auto;
    margin: 0;
  }
  #top_contents section#pickup .banner a img {
    max-width: 370px;
    width: 100%;
  }
  #top_contents section#pickup .banner a:not(:first-child) {
    margin-top: 15px;
  }
  #top_contents section#pickup .banner a:not(:last-child) {
    margin-bottom: 0;
  }
  #top_contents section#pickup:after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  #top_contents section#seminar {
    padding: 25px 0;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
  }
  #top_contents section#seminar h2 {
    margin-left: 2%;
    font-size: 1.2rem;
  }
  #top_contents section#seminar h2:before {
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    vertical-align: -4px;
  }
  #top_contents section#seminar .banner {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  #top_contents section#seminar .banner a {
    width: auto;
    margin: 0;
  }
  #top_contents section#seminar .banner a img {
    max-width: 370px;
    width: 100%;
  }
  #top_contents section#seminar .banner a:not(:first-child) {
    margin-top: 15px;
  }
  #top_contents section#seminar .banner a:not(:last-child) {
    margin-bottom: 0;
  }
  #top_contents section#seminar:after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  #top_contents section#head_banner {
    background: #eee;
    padding: 15px 0;
  }
  #top_contents section#head_banner .banner {
    flex-wrap: wrap;
  }
  #top_contents section#head_banner .banner a {
    width: 49%;
    margin: 5px 0;
  }
  #top_contents section#news {
    padding: 15px 0;
  }
  #top_contents section#news .news_frame h2 {
    font-size: 1.2rem;
  }
  #top_contents section#news .news_frame dl {
    display: block;
    font-size: 0.9rem;
  }
  #top_contents section#news .news_frame dl dt {
    width: 100%;
    padding: 15px 0 5px;
    border-top: 1px solid #eee;
  }
  #top_contents section#news .news_frame dl dd {
    width: 100%;
    padding: 0 0 15px;
    border-top: none;
  }
  #top_contents section#bottom_banner {
    display: block;
    margin-top: 40px;
    padding-bottom: 30px;
  }
  #top_contents section#bottom_banner .info {
    width: 100%;
    padding: 25px 10px;
    margin-bottom: 15px;
  }
  #top_contents section#bottom_banner .info h2 {
    font-size: 1.2rem;
    margin-bottom: 0;
  }
  #top_contents section#bottom_banner .material {
    width: 100%;
    padding: 15px 10px;
  }
  #top_contents section#bottom_banner .material h2 {
    font-size: 1.2rem;
    margin-bottom: 0;
  }
  #top_contents section#bottom_banner .wrap {
    display: block;
  }
  #top_contents section#bottom_banner .wrap div {
    margin: 0 3px;
    text-align: center;
  }
  #top_contents section#bottom_banner .wrap div img {
    vertical-align: bottom;
    margin-top: 10px;
    max-width: 220px;
  }
}
@media only screen and (max-width: 1260px) {
  #top_contents {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 640px) {
  #top_contents {
    padding-top: 75px;
  }
  #top_contents section#head_contents {
    min-height: auto;
    width: 96%;
  }
  #top_contents section#head_contents #dic_point {
    width: 100%;
  }
  #top_contents section#head_contents #dic_point .label {
    width: 60px;
    height: 60px;
  }
  #top_contents section#head_contents #dic_point .info h2 {
    font-weight: bold;
    font-size: 5.5vw;
    padding: 30px 0 20px;
  }
  #top_contents section#head_contents #dic_point .info h2 span {
    display: block;
    font-size: 4vw;
  }
  #top_contents section#head_contents #dic_point .info h2 strong {
    font-size: 7.5vw;
  }
  #top_contents section#head_contents #dic_point .info .btn {
    width: 96%;
    display: block;
  }
  #top_contents section#head_contents #dic_point .info .btn a {
    display: block;
    width: 100%;
    padding: 7px 20px;
    font-size: 0.95rem;
  }
  #top_contents section#head_contents #dic_point .info .btn a:last-child {
    margin: 10px auto 0;
    width: 100%;
  }
  #top_contents section#head_contents #dic_point .dr img {
    padding: 0 15px;
    box-sizing: border-box;
  }
  #top_contents section#head_contents #banner {
    width: 100%;
  }
  #top_contents section#head_contents #banner a {
    transition: 0.3s;
  }
  #top_contents section#head_contents #banner a:hover {
    opacity: 0.8;
  }
  #top_contents section#head_contents #banner img {
    vertical-align: bottom;
  }
}
/* 20211130 スライダーのアンカーリンク */
.slider__item {
  position: relative;
}
.slider__item .anchorlink {
  position: absolute;
  top: 48%;
  left: 2%;
  width: 96%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.slider__item .anchorlink a {
  display: block;
  width: 49.5%;
  margin-bottom: 8px;
}
.slider__item .anchorlink a img {
  max-width: 268px;
  width: 100%;
}
.slider__item .anchorlink_banner_05 {
  position: absolute;
  top: 40%;
  left: 1%;
  width: 98%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.slider__item .anchorlink_banner_05 a {
  display: block;
  width: 49.5%;
  margin-bottom: 8px;
}
.slider__item .anchorlink_banner_05 a img {
  max-width: 272px;
  width: 100%;
}

#med_top #main #med_mv .mov {
  width: 100% !important;
  max-width: 1200px;
  display: block;
  margin: 0 auto;
  position: relative;
}
#med_top #main #med_mv .mov video {
  width: 100%;
  vertical-align: bottom;
}
#med_top #main #med_mv .mov .btn {
  position: absolute;
  bottom: 15px;
  left: 15px;
}
#med_top #main #med_mv .mov .btn button {
  display: none;
  width: 40px;
  height: 40px;
  font-size: 10px;
  margin-top: 10px;
  cursor: pointer;
}
#med_top #main #med_mv .mov .btn button.active {
  display: block;
}
#med_top #main #med_mv .mov .btn button#btnPlay {
  background: url("/med/common/mov/btn_play.png") no-repeat;
  background-size: cover;
}
#med_top #main #med_mv .mov .btn button#btnPause {
  background: url("/med/common/mov/btn_pause.png") no-repeat;
  background-size: cover;
}
#med_top #main #med_mv .med_mv_link {
  text-align: center;
  padding: 1.8rem 1rem;
}
#med_top #main #med_mv .med_mv_link a {
  font-size: 1.1rem;
  color: rgb(33, 65, 118);
}
#med_top #main #med_mv .med_mv_link a::after {
  content: " ▶";
  font-size: 8px;
  vertical-align: 3px;
}
#med_top #main #med_mv h2 {
  max-width: 300px;
  margin: 0 auto;
  padding: 30px 5% 20px;
}
#med_top #main #med_mv h2 img {
  width: 100%;
  vertical-align: bottom;
}
#med_top #main #med_mv p {
  text-align: center;
  padding: 0 3% 30px;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  #med_top #main #med_mv h2 {
    max-width: 200px;
    padding: 25px 5% 10px;
  }
  #med_top #main #med_mv p {
    padding-bottom: 20px;
    font-size: 0.85rem;
  }
  #med_top #main #med_mv .med_mv_link a {
    font-size: 0.85rem;
  }
}