@charset "utf-8";
/* CSS Document */
.mdk_top{
  background: url("../img/information/ph_main.jpg") center center no-repeat;
  background-size: cover;
}


.mdk_info{padding: 64px 0 320px;}
.mdk_info dl{
  padding: 24px 0 20px;
  border-bottom: 1px solid #DDDDDD;
}
.mdk_info dl:last-of-type{margin-bottom: 64px;}
.mdk_info dt{
  display: flex;
  margin-bottom: 18px;
}
.mdk_info dt .mdk_date{
  width: 88px;
  font-size: 0.875rem;
  color: #9C9E9E;
  border-right: 1px solid #C6CCCC;
}
.mdk_info dt .mdk_category{
  margin-left: 20px;
  font-size: 0.875rem;
  color: #1F3134;
}
.mdk_info dd{
  line-height: 2;
  font-weight: bold;
  color: #333333;
}
.mdk_info dd a{
  text-decoration: underline;
  color: #333333;
}
.mdk_info dd .mdk_ftnml{font-weight: normal;}





/*詳細*/
.mdk_info .mdk_infodetail dd{font-weight: normal;}
.mdk_info .mdk_infodetail dd b{
  display: block;
  margin-bottom: 16px;
  padding-bottom: 16px;
  font-weight: bold;
  border-bottom: 1px solid #DDDDDD;
}
.mdk_info .mdk_infodetail dd>p:nth-last-child(n+2){margin-bottom: 16px;}
.mdk_info .mdk_infodetail dd .mdk_linkblock{margin: 16px 0;}
.mdk_info .mdk_infodetail dd img{
  height: 14px;
  margin-left: 8px;
  margin-bottom: -1px;
  vertical-align: baseline;
}


/*---詳細個別スタイル---*/

.mdk_infobox{
  width: 500px;
  margin: 16px 0;
  padding: 8px 16px;
  border-top: 3px double #333333;
  border-bottom: 3px double #333333;
}

.mdk_imagebox{
  display: flex;
  flex-wrap: wrap;
  margin-top: 32px;
}
.mdk_imagebox p{margin-right: 24px;}
.mdk_info .mdk_infodetail dd .mdk_imagebox img{
  height: auto;
  margin-left: 0;
  max-width: 100%;
}
.mdk_imagebox p span{
  display: block;
  text-align: center;
}
.mdk_imagebox a{display: block;}

.mdk_aliri{text-align: right;}
.mdk_alice{text-align: center;}

.mdk_imagebox figure figcaption{
  text-align: center;
  font-size: 0.875rem;
}











.mdk_back{
  position: relative;
  display: block;
  width: 280px;
  height: 65px;
  margin: auto;
  padding-top: 18px;
  text-align: center;
  font-size: 1.125rem;
  color: #000000;
  border: 1px solid #233538;
}
.mdk_back::after{
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  right: 12px;
  top: calc(50% - 4px);
  border-right: 1px solid #3F3F3F;
  border-bottom: 1px solid #3F3F3F;
  transform: rotate(-45deg);
}



@media screen and (min-width:769px){
  .mdk_info dd a:hover{text-decoration: none;}
  .mdk_imagebox a:hover{opacity: 0.5;}
  .mdk_back:hover{background-color: #EFEFEF;}
}



/*-----------------------------------------*/
/*--------------レスポンシブ-------------*/
/*-----------------------------------------*/
@media screen and (max-width:820px){
  .mdk_spbr{display: block;}
}
@media screen and (max-width:420px){
  .mdk_infobox{width: auto;}
  .mdk_imagebox p{margin-right: 0;}
  .mdk_imagebox p span{
    display: block;
    text-align: center;
    font-size: 0.75rem;
  }
  .mdk_image{width: 100%;}
}
@media screen and (max-width:375px){}
@media screen and (max-width:360px){}
@media screen and (max-width:320px){}


