@charset "UTF-8";
/*! ======================================================
会社概要独自
====================================================== */
.company__text {
  font-weight: 200;
  padding: 20px;
  background: #f5f5f5;
  margin-bottom: 30px; }
  @media all and (max-width: 768px) {
    .company__text br {
      display: none; } }
  @media all and (max-width: 768px) {
    .company__text {
      text-align: left; } }

.company__detail {
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  padding: 10px 0; }
  @media all and (max-width: 640px) {
    .company__detail {
      padding: 0; } }
  .company__detail--first {
    border-top: none !important; }
  .company__detail dt, .company__detail dd {
    display: inline-block;
    padding: 20px;
    vertical-align: top;
    border-top: 1px dotted #BFB197; }
    @media all and (max-width: 640px) {
      .company__detail dt, .company__detail dd {
        width: 100% !important;
        border: none; } }
  .company__detail dt {
    width: 20%; }
    @media all and (max-width: 640px) {
      .company__detail dt {
        background: #f5f5f5; } }
  .company__detail dd {
    width: 79%;
    font-weight: 200;
    text-align: left; }
    .company__detail dd p {
      font-weight: 200; }
  .company__detail .troisTitle {
    width: 100%;
    background: rgba(255, 199, 214, 0.5);
    padding: 10px;
    border-bottom: 2px solid #333;
    line-height: 2.2rem;
    font-weight: 300;
    color: #333;
    margin-top: -10px; }
    @media all and (max-width: 640px) {
      .company__detail .troisTitle {
        margin-top: 0; } }
    .company__detail .troisTitle span {
      margin-left: 1rem;
      color: #333; }
      @media all and (max-width: 640px) {
        .company__detail .troisTitle span {
          display: block; } }

.yuubin {
  padding: 2px; }

.textSmall {
  font-size: 11px;
  font-size: 1.1rem; }

.linkWrap {
  letter-spacing: -0.4em; }
  .linkWrap .hanyouBtn {
    margin-right: 20px;
    letter-spacing: normal;
    width: 40%;
    min-width: 310px; }
    .linkWrap .hanyouBtn:last-child {
      margin-right: 0; }
    @media all and (max-width: 710px) {
      .linkWrap .hanyouBtn {
        margin-right: 0 !important;
        font-size: 14px;
        min-width: 100%;
        width: 100%;
        margin-bottom: 20px; } }
