@charset "UTF-8";
#medicalquestion a {
  text-decoration: none;
}

#medicalquestion h4 {
  margin: 10px 5px;
  padding: 20px;
  background-color: darkred;
  color: #fff;
  text-align: center;
  font-size: 20px;
}

#medicalquestion h5 {
  display: inline-block;
  margin: 5px;
  padding: 5px;
  background-color: yellow;
  border: 3px solid yellowgreen;
  color: #000;
  text-align: center;
  font-size: 1.2em;
}

#medicalquestion table {
  border-collapse: collapse;
}

#medicalquestion .medicalquestion-caution {
  padding: 20px;
  border: 3px solid #ff9900;
  width: 80%;
  margin: 0 auto;
  background-color: #f0e68c;
}

#medicalquestion .medicalquestion-caution h5 {
  font-size: 16px;
  color: #dc143c;
}

#medicalquestion .medicalquestion-caution p {
  font-size: 14px;
  color: darkred;
}

#medicalquestion .link-to-notice,
#medicalquestion .self-apply {
  width: 100%;
  display: block;
  text-align: center;
}

#medicalquestion .link-to-notice a,
#medicalquestion .self-apply a {
  text-align: center;
}

#medicalquestion .link-to-notice button,
#medicalquestion .self-apply button {
  text-align: center;
}

#medicalquestion .medicalquestionform {
  margin: 10px 5px;
  padding: 0px;
  width: 100%;
}

#medicalquestion .medicalquestionform th,
#medicalquestion .medicalquestionform td {
  border-collapse: collapse;
  padding: 10px;
  vertical-align: middle;
  border: 1px solid #555;
}

#medicalquestion .medicalquestionform th {
  text-align: center;
}

#medicalquestion .medicalquestionform td.question {
  text-align: left;
}

#medicalquestion .medicalquestionform td.answer {
  white-space: nowrap;
  text-align: center;
}

#medicalquestion .medicalquestionform label {
  white-space: nowrap;
  position: relative;
  padding: 5px;
  margin-right: 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background-color: #d2b48c;
}

#medicalquestion .medicalquestionform td .precautions_donot {
  margin: 5px;
  padding: 5px;
  border: dotted 2px #bbb;
}

#medicalquestion .medicalquestionform select.mq_effecacy {
  text-size: 1.2rem;
  font-weight: bold;
  color: #640125;
}

.vertical-align input {
  vertical-align: middle;
  position: relative;
  top: -3px;
}

.syohin-view {
  text-align: center;
}

.syohin-view img {
  margin-right: 10px;
  vertical-align: middle;
}

.error {
  color: red;
  font-size: 0.8em;
  font-weight: bold;
  margin-bottom: 3px;
}

#noside {
  margin: 20px;
}

/**
 * 押せる感のあるボタン
 */
.btn {
  width: 40%;
  margin: 5px;
  font-size: 1.2em;
  position: relative;
  display: inline-block;
  padding: 1.2em;
  text-decoration: none;
  color: #fff !important;
  background: #999;
  border-bottom: solid 2px #666;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
          box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
}

.btn:active {
  border-bottom: solid 2px #00995c;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.btn_orange {
  background: #fd9535;
}

.btn_orange:hover {
  background: #cc7a00;
}

.btn_green {
  background-color: #094;
}

.btn_green:hover {
  background: #00cc7a;
}

.delivery-flag {
  font-weight: bold;
  font-size: 1.2em;
  padding: 10px;
  text-align: center;
  color: red;
}
/*# sourceMappingURL=main.css.map */