.question__nav {
  border-collapse: separate;
  border-spacing: 5px;
  width: 1200px;
  margin: 0 auto; }
  .question__nav td {
    background: #fff;
    border: 1px solid #CBCBCB;
    text-align: center; }
    .question__nav td::nth-of-type(2) {
      margin: 0 5px 5px; }

.question h3 {
  border-bottom: 1px solid #CBCBCB;
  margin-bottom: 2%;
  padding-bottom: 1%;
  font-size: 2.8rem; }

.question__read {
  text-align: center;
  margin-bottom: 4%; }

.questionItems {
  margin-bottom: 30px; }
  .questionItems dl {
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .questionItems dl img {
      padding: 0 10px;
      width: 32px; }
  .questionItems dt {
    width: 8%;
    text-align: center; }
  .questionItems dd {
    width: 92%; }
  .questionItems .questionItems__title--gray {
    background: #F1F1F1;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 15px; }
.questionItems__title--gray dd {font-size:2.2rem;padding: 1% 0;}
  .questionItems .questionItems__answer {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .questionItems .planCase {
    margin: 15px 0;
    list-style: disc;
    line-height: 180%; }
  .questionItems .fee {
    margin-top: 15px;
    width: 250px;
    display: block;
    padding: 10px 0;
    text-align: center;
    border: 1px solid #F1F1F1; }

@media all and (max-width: 1023px) {
  .question__nav {
    width: 100%; }
  .question__read {
    text-align: left; } }

@media all and (max-width: 600px) {
  .question {
    margin-top: 30px; }
  .question h3 {
	  font-size:1.8rem;
    margin-bottom: 15px; 
	  padding-bottom:10px;
	}
  .questionItems dt {
    width: 20%; }
  .questionItems .questionItems__title--gray {
    font-size: 2rem;
    line-height: 130%;
    font-size: 1.4rem; }
	.questionItems__title--gray dd {font-size:1.4rem;}
}
