@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/


.basic-info {

  overflow: hidden;
  border: none;
}
.basic-info table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: transparent;
}
.basic-info th, .basic-info td {
  font-size: 1.05em;
/*  padding: 1.1em 1em;*/
  border: none;
}
.basic-info th {
  border-right: 2px solid #f3e5f5;
  color: #a05fa7;
  font-weight: bold;
  text-align: left;
    background: #fff;
  
}
.basic-info td {
  background: #fff;
  color: #6d4c5b;

  word-break: break-word;
}

.basic-info tr:last-child th,
.basic-info tr:last-child td {
  border-bottom: none;
}
.basic-info th:first-child {
/*  border-radius: 18px;*/

}
.basic-info td:last-child {

}
@media (max-width: 600px) {
  .basic-info {
    max-width: 100%;
    font-size: 0.98em;
  }
  .basic-info th, .basic-info td {
    padding: 0.8em 0.6em;
    
  }
} 