@charset "utf-8";

/* -------------------------------------------------- */
/* #block-company */
/* -------------------------------------------------- */
#block-company .download{display:flex;gap:10px;justify-content:space-between;align-items:center;}
#block-company .download p{font-size:1.4rem;}

#block-company .table-history{border-bottom:1px solid #eee;width:100%;font-feature-settings:"palt";-webkit-font-feature-settings:"palt";}
#block-company .table-history th,
#block-company .table-history td{border-top:1px solid #eee;padding:20px 10px;vertical-align:middle;}
#block-company .table-history th{background:#f5f9fa;color: #4c7598;font-weight:normal;text-align:center;width:105px;border-right:1px solid #ccc;}
#block-company .table-history td{padding-left:20px;}
#block-company .table-history th span{display:block;position:relative;}
#block-company .table-history th span::before{content:"";display:block;width:20px;height:20px;background:url("/img/company/company_img_3.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);position:absolute;left:100%;top:calc(50% -10px);}
#block-company .table-history th span small{font-size:1.2rem;font-weight:bold;}

/* ======================================================================================================================= */
/* for sp */
/* ======================================================================================================================= */
@media screen and (min-width:1px) and (max-width:799px){
  /* -------------------------------------------------- */
  /* #block-company */
  /* -------------------------------------------------- */


}
@media screen and (min-width:1px) and (max-width:569px){
  #block-company .download{display:block;text-align:center;}
  #block-company .download > * + *{margin-top:10px;}
}