@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
*/

/* 追加CSS */
/* タイムライン */
.timeline-date {
  font-weight: bold;
  color: #000000;
  display: block;
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
}

.timeline-content p {
  margin: 0;
}

/* テーブル */
.custom-table {
  border-spacing: 0;
  border-collapse: separate;
  width: 100%;
}

.custom-table th,
.custom-table td {
  border-top: 1px solid #C7C7C7;
  border-left: 1px solid #C7C7C7;
}

.custom-table th {
  padding: 5px 10px;
  text-align: center;
  background: #16adc7;
  color: #FFFFFF;
}

.custom-table td {
  padding: 4px 10px;
  background: #FCFCFC;
  color: #333333;
  vertical-align: middle;
}

.custom-table tr:nth-child(even) td {
  background: #EEEEEE;
}

.custom-table thead tr:first-child th:first-child {
  border-top-left-radius: 5px;
}
.custom-table thead tr:first-child th:last-child {
  border-top-right-radius: 5px;
}
.custom-table tbody tr:last-child th:first-child {
  border-bottom-left-radius: 5px;
}
.custom-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 5px;
}

.custom-table tbody tr:not(:first-child) th,
.custom-table tbody tr:not(:first-child) td {
  border-top: none;
}

/* マーカー */
.marker-line {
  background:linear-gradient(transparent 60%, #ff6 60%);
}

/* 赤文字 */
.text-red {
  color: red;
}

/* ボックス */
.box27 {
    position: relative;
    margin: 3em 0 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #62c1ce;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #62c1ce;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box27 p {
    margin: 0; 
    padding: 0;
}