/* Scss Document */
/* Scss Document */
@media screen and (max-width: 980px) {
  /* line 52, ../sass/_defines.scss */
  .sh_header {
    background: #FF648B !important;
    text-align: center !important;
    color: #fff !important;
    height: 30px !important;
    line-height: 30px !important;
    font-weight: bold !important;
    font-size: 14px !important; } }
/* line 6, ../sass/company.scss */
.section__header {
  background-color: #D3A9D1;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  padding-left: 14px;
  border-radius: 3px; }

/* line 20, ../sass/company.scss */
.section_info .info_list {
  margin: 20px auto 70px !important; }
  /* line 23, ../sass/company.scss */
  .section_info .info_list > div {
    display: table; }
    /* line 26, ../sass/company.scss */
    .section_info .info_list > div > * {
      display: table-cell; }
    /* line 31, ../sass/company.scss */
    .section_info .info_list > div:first-child dt, .section_info .info_list > div:first-child dd {
      border-top: 1px solid #808080; }
  /* line 37, ../sass/company.scss */
  .section_info .info_list dt {
    border: 1px solid #808080;
    border-top: none;
    background-color: #F6F2ED;
    width: 190px;
    text-align: center;
    vertical-align: middle; }
  /* line 46, ../sass/company.scss */
  .section_info .info_list dd {
    border: 1px solid #808080;
    border-top: none;
    border-left: none;
    background-color: #fff;
    width: 507px;
    padding: 10px 15px; }

@media screen and (max-width: 980px) {
  /* line 60, ../sass/company.scss */
  #main article section {
    margin: auto 5%; }

  /* line 66, ../sass/company.scss */
  .section__header {
    padding-left: 0;
    border-radius: 0;
    text-align: center; }

  /* line 73, ../sass/company.scss */
  .section_info .info_list {
    margin-top: 0; }
    /* line 76, ../sass/company.scss */
    .section_info .info_list > div {
      display: block; }
    /* line 80, ../sass/company.scss */
    .section_info .info_list dt, .section_info .info_list dd {
      display: block;
      width: 96%;
      text-align: left;
      padding: 2%;
      border: 1px solid #808080; }
    /* line 87, ../sass/company.scss */
    .section_info .info_list dt {
      border-bottom: none; } }
