@charset "UTF-8";

.tertiary_wrapper {
  max-width: 900px;
  width:calc(100% - 40px);
  margin: 0 auto;
  padding-bottom: 100px;
}

.tertiary_wrapper h2 {
  font-size: 20px;
  font-size: 1.25rem;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 30px;
}

.tertiary_wrapper h3 {
  font-size: 19px;
  font-size: 1.1875rem;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 60px;
  padding-left: 21px;
  border-left: 10px solid #035735;
}

.tertiary_wrapper h4 {
  padding-bottom: 40px;
}

.tertiary_wrapper .access {
  margin-top: 80px;
}

.tertiary_wrapper .access dl {
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 40px;
}

.tertiary_wrapper .access dl:last-child {
  margin-bottom: 0;
}

.tertiary_wrapper .access dl dt {
  padding-left: 12px;
  border-left: 10px solid #035735;
  line-height: 10px;
  color: #000;
}

.tertiary_wrapper .access dl dd {
  margin-top: 15px;
  color: #000;
}

.tertiary_wrapper .access dl dd .add {
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-font-smoothing: antialiased;
}

.tertiary_wrapper .note {
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-font-smoothing: antialiased;
  color: #000;
}

.tertiary_wrapper .inquiry_list {
  margin: 75px 0;
  display:grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: center;
  gap:20px;
}

.tertiary_wrapper .inquiry_list li{
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
  border: 8px solid #dfdfdf;
  width:100%;
  box-sizing: border-box;
  
  padding: 10px 0;
  text-align: center;

  display: flex;
  justify-content: center;
  align-items: center;
  gap:10px;

}

.tertiary_wrapper .inquiry_list li img{
  width:30px;
}

.tertiary_wrapper .faq dl{
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #dfdfdf;
}

.tertiary_wrapper .faq dl dt{
  cursor: pointer;
}

.tertiary_wrapper .faq dl dt span{
  font-size:16px;
  font-weight: 700;
  margin-right:5px;
}

.tertiary_wrapper .faq dl dd{
  margin-top: 10px;
}


@media only screen and (max-width: 919px) {

  .tertiary_wrapper h2 {
    margin-top: 0;
    font-size: 16px;
    font-size: 1rem;
  }
    
  .tertiary_wrapper h3 {
    margin-top: 0;
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 30px;
  }

  .tertiary_wrapper .access {
    margin-top: 40px;
  }
  
  .tertiary_wrapper .access img {
    width: 100%;
  }
  
  .tertiary_wrapper .access dl {
    margin-bottom: 20px;
    font-size: 12px;
    font-size: 0.75rem;
    -webkit-font-smoothing: antialiased;
  }
  
  .tertiary_wrapper .access dl dt {
    padding-left: 8px;
    border-left: 5px solid #035735;
    line-height: 5px;
  }
  
  .tertiary_wrapper .access dl dd {
    margin-top: 10px;
  }
  
  .tertiary_wrapper .note {
    margin-top: 0px;
    font-size: 12px;
    font-size: 0.75rem;
    -webkit-font-smoothing: antialiased;
  }
  
  .tertiary_wrapper .inquiry_list {
    margin: 35px 0;
    grid-template-columns: 1fr;
  }

  .tertiary_wrapper .inquiry_list li img{
    width:20px;
  }



}
