#stock_top .sec_img_list a { background-color: #edeee5; border-top-left-radius: 30px; border-bottom-left-radius: 30px; }
#stock_top .sec_img_list a:hover { background-color: #49b192; }
#stock_top .sec_img_list a:hover .list_img { filter: none; }
#stock_top .sec_img_list a:hover .list_img img { transform: none; }
#stock_top .list_txt { font-size: 1.6rem; padding: 1em; }

.stock_txt { margin-top: 1em; font-size: 1.8rem; line-height: 2; }

.stock_table { margin-top: 3rem; width: 100%; border: 1px solid #cecece; border-right: none; border-bottom: none; }
.stock_table thead th { background-color: #e3ecec; }
.stock_table th, .stock_table td { padding: 1em; vertical-align: middle; border-right: 1px solid #cecece; border-bottom: 1px solid #cecece; }
.stock_table th { font-size: 1.8rem; font-weight: 600; text-align: center; background-color: #f2f2f2; }
.stock_table td { font-size: 1.6rem; }
.stock_table td a { color: #49b192; border-bottom: 1px solid #49b192; }
.stock_table.basic01 th { width: 35%; padding: 1em 3em; text-align: left; }
.stock_table.basic01 td { width: 65%; padding: 1em 25%; text-align: right; }
.stock_table.basic02 thead th { text-align: center; }
.stock_table.basic02 th { text-align: left; }
.stock_table.basic02 td { text-align: center; }
.stock_table.information th { padding: 1em 1.5em; text-align: left; vertical-align: baseline; white-space: nowrap; }
.stock_table.information td { padding: 1em 1.5em; }
.stock_table.return td { text-align: center; }

.stock_wrap { margin: 3rem 0 8rem; display: flex; justify-content: space-between; }
.stock_wrap .img { width: 48%; }

.notes { margin-top: 1em; font-size: 1.6rem; }

.mt { margin-top: 2em; }

@media screen and (min-width: 768px) and (max-width: 1240px) { #stock_top .list_txt { font-size: 1.29vw; }
  .stock_txt { font-size: 1.4vw; }
  .stock_table th { font-size: 1.4vw; }
  .stock_table td { font-size: 1.29vw; }
  .notes { font-size: 1.29vw; }
  .stock_sec_txt { font-size: 1.4vw; } }
@media screen and (max-width: 767px) { #stock_top .sec_img_list { display: flex; justify-content: space-between; }
  #stock_top .sec_img_list li { width: 48%; margin: 0 0 4vw; }
  #stock_top .sec_img_list a { border-top-left-radius: 15px; border-bottom-left-radius: 15px; }
  #stock_top .sec_img_list .list_ttl { font-size: 3.2vw; padding: 0 2em 0 1em; background-size: 1em auto; }
  #stock_top .list_txt { font-size: 3.3vw; text-align: center; padding: 1em 0 0; }
  .stock_txt { font-size: 3.7vw; }
  .stock_table { margin-top: 1.5rem; }
  .stock_table th, .stock_table td { font-size: 3.7vw; }
  .stock_table.basic01 th, .stock_table.basic01 td { width: auto; padding: 1em; }
  .stock_table.basic02 thead th { white-space: nowrap; }
  .stock_table.basic02 th, .stock_table.basic02 td { padding: .5em; }
  .stock_table.return th, .stock_table.return td { padding: .5em; }
  .stock_table.information tr { display: flex; flex-wrap: wrap; }
  .stock_table.information th, .stock_table.information td { width: 100%; padding: 1em; }
  .stock_wrap { margin: 0 0 4rem; display: block; }
  .stock_wrap .img { width: 100%; margin-top: 3rem; }
  .notes { font-size: 3.2vw; } }

/*# sourceMappingURL=stock.css.map */
