<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#qanda{
  padding: 50px 0;
  text-align: left;
}

#qanda #qanda_title h2{
  margin-bottom: 30px;
}

#qanda #qanda_title p{
  margin: 30px 0
}

#qanda #qanda_title{
  margin-bottom: 30px;
}

#qanda .qanda_links{
  border: 1px solid #dcdcdd;
  margin: 50px 0;
}

#qanda .qanda_links li{
  width: 50%;
  border: 1px solid #dcdcdd;
}

#qanda h3{
  font-size: 26px;
  padding: 10px 20px;
}

#qanda dl{
  padding: 30px 2.5%;
  border-bottom: 1px solid #dcdcdd;
  clear: both;
  overflow: hidden;
}

#qanda dl dt{
  width: 4%;
  height: 40px;
  margin-bottom: 20px;
  float: left;
}

#qanda dl dd{
  width: 93%;
  margin-left: 2%;
  margin-bottom: 20px;
  float: right;
}

#qanda dl dd h4{
  width: 100%;
  height: 40px;
  line-height: 40px;
}

#qanda dl dd ul{
  margin-top: 15px;
}

.sa_move_button{
  width: 30%;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  background: #036eb8;
  color: #fff;
  border-radius: 5px;
  padding: 5px 0px;
  border-bottom: 2px solid #161b61;
  margin: 20px auto 50px;
}

.sa_move_button:hover,
.sa_move_button a:hover,
.sa_move_button a:link,
.sa_move_button a:active,
.sa_move_button a:visited{
  border-top: 2px solid #161b61;
  border-bottom: 0;
}

/*-----sp_cording_start-----*/
@media only screen and (max-width: 1300px) and (max-width: 786px){
  #qanda{
    width: 95%;
    padding: 50px 2.5;
    text-align: left;
  }

  #qanda dl{
    padding: 30px 0;
  }

  #qanda dl dt{
    width: 12%;
  }

  #qanda dl dd{
    width: 86%;
  }

  #qanda dl dd h4{
    line-height: 20px;
    margin-bottom: 20px;
  }

  .sa_move_button{
    width: 50%;
  }


}
/*-----sp_cording_end-----*/
</pre></body></html>