#suggest .suggest_warp {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
  position: relative;
}
#suggest .suggest_warp h2 {
  padding: 50px 0;
  font-size: 3em;
  text-align: center;
}
#suggest .suggest_title {
  padding: 30px 0;
  font-weight: bold;
  font-size: 2em;
  text-align: center;
}
#suggest .suggest_title h1 {
  font-size: 2em;
  margin-bottom: 3px;
}
#suggest .suggest_title p {
  font-size: 1.2em;
  font-weight: normal;
}
#suggest .table {
  border-top: 2px solid #333;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
}
#suggest .table th {
  padding: 10px 30px;
  text-align: left;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  background-color: #f1f1f1;
}
#suggest .table td {
  padding: 10px 10px;
  text-align: left;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
}
#suggest .table td.type_td label {
  margin-right: 10px;
}
#suggest ._agree {
  width: 100%;
  margin-top: 50px;
}
#suggest ._agree ._top {
  border-top: 2px solid #333;
  padding: 20px 0;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  background: #f1f1f1;
}
#suggest ._agree ._content {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 20px;
}
#suggest ._agree ._content ._section {
  margin-bottom: 20px;
}
#suggest ._agree ._content ._section h3 {
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 5px;
}
#suggest ._agree ._content ._section ul li {
  font-size: 1.1em;
  margin-bottom: 3px;
}
#suggest ._agree ._bottom {
  padding: 15px 0;
  text-align: center;
  font-weight: normal;
  font-size: 1.4em;
  border-bottom: 1px solid #999;
}
#suggest ._button_warp {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}
#suggest ._button_warp button {
  margin-right: 5px;
  padding: 10px 20px;
  border: none;
  background: none;
  font-size: 1.2em;
}
#suggest ._button_warp button:last-child {
  margin-right: 0;
}
#suggest ._button_warp button._can {
  border: 1px solid #999;
  border-radius: 8px;
}
#suggest ._button_warp button._mit {
  border: 1px solid #003bb2;
  background: #003bb2;
  color: #fff;
  border-radius: 8px;
}
