.breadcrumbs_top {
    margin-bottom: 0;
}

section.interview .detail-link {
   max-width: 600px;
   margin: 50px auto;
   border: 1px solid #000;
   border-radius: 5px;
   background: #ecf4ff;
}

section.interview .detail-link p {
   font-size: 28px;
   font-weight: 500;
   text-align: center;
   padding: 25px 0;
}

section.interview .detail-link p a {
   text-decoration: none;
   color: #000;
}


/* 　＋＋＋＋＋＋＋　スマホ - phone （1199px）以下　用　＋＋＋＋＋＋＋　*/
   @media screen and (max-width:1199px) {

      section.interview .detail-link p {
         font-size: 16px;
         padding: 20px 0;
      }
   }

   @media screen and (max-width: 526px) {

	}