#visual { position: relative; }
#visual figure img { width: 100%; height: auto; }
#visual .title-area { position: absolute; top: 0; left: 75px; }
#visual .title-area span { margin-left: 15px; font-family: 'Noto Sans JP', sans-serif; font-weight: 700; font-size: 2rem; color: #fff; line-height: 1; text-shadow: rgba(0, 0, 0, 0.4) 0 0 5px; }

#application { padding: 50px 0 150px; background: #eee; }
#application h2 { width: 870px; margin: 0 auto 50px; font-family: 'Noto Sans JP', sans-serif; font-weight: 400; font-size: 2.8rem; color: #cc0001; }
#application div { width: 870px; margin: 0 auto; padding: 40px 75px; border-top: 4px solid #cc0001; background: #fff; }
#application dl { display: flex; }
#application dt { width: 140px; padding: 20px; border-top: 1px solid #cc0001; font-weight: bold; }
#application dd { width: calc(100% - 140px); padding: 20px; border-top: 1px solid #ccc; }
#application dl:last-of-type dt { border-bottom: 1px solid #cc0001; }
#application dl:last-of-type dd {  border-bottom: 1px solid #ccc; }

@media ( max-width: 767px ) {
  #visual .title-area { left: 15px; }
  #visual .title-area span { margin-top: 10px; margin-left: 0; font-size: 1.4rem; }

  #application { padding: 20px 0 40px; }
  #application h2 { width: 100%; margin-bottom: 20px; text-align: center; }
  #application div { width: calc( 100% - 30px ); margin: 0 15px; padding: 20px 25px; }
  #application dl { flex-direction: column; }
  #application dt { position: relative; width: 100%; padding: 15px 15px 5px; font-size: 1.4rem; border-top: 1px solid #ccc; }
  #application dt::before { content: ''; position: absolute; top: -1px; left: 0; width: 105px; height: 1px; background: #cc0001; }
  #application dd { width: 100%; padding: 0 15px 15px; font-size: 1.4rem; border-top: 0; }
  #application dl:last-of-type dt { border-bottom: 0; }
  #application dl:last-of-type dd { position: relative; border-bottom: 1px solid #ccc; }
  #application dl:last-of-type dd::before { content: ''; position: absolute; bottom: -1px; left: 0; width: 105px; height: 1px; background: #cc0001;  }
}