/*
Theme Name:sydney-child
Theme URI:
Description:WordPress child thema of sydney
Template:sydney
Author:Team ALC
Author URI:
Version:
*/


/*---------------------------------------------------------------
独自CSSの記述
---------------------------------------------------------------*/


/*--------------------------------*/
/*--------  会社概要テーブル --------*/

.co-profile table{
  margin-bottom: 70px;
}

.co-profile tr, .co-profile th, .co-profile td{
  display: flex;
}

.co-profile tr{
  width: 100%;
}

.co-profile th{
  width: 30%;
  background: #00102E;
  border: solid 1px #ccc;
  color: #FFFFFF;
  padding: 15px;
  line-height: center !important;
  text-align: center;
}

.co-profile td{
  width: 70%;
  border: solid 1px #ccc;
  padding: 15px;
  line-height: center;
  text-align: left;
}


@media only screen and (max-width: 767px) {
  .co-profile tr, .co-profile th, .co-profile td{
    display: block;
  }

  .co-profile tr{
    width: 100%;
  }
  
  .co-profile th{
    width: 100%;
    background: #00102E;
    border: solid 1px #ccc;
    color: #FFFFFF;
    padding: 15px;
    line-height: center !important;
    text-align: left;
  }
  
  .co-profile td{
    width: 100%;
    border: solid 1px #ccc;
    padding: 15px;
    line-height: center;
    text-align: left !important;
  }
}


/*--------------------------------*/
/*--------  お問い合わせフォーム --------*/

.contact-form-1 textarea{
  width: 720px;
}