/*
    Theme Name: SWELL
    Theme URI: https://swell-theme.com/
    Description: シンプルなのに高機能。ブロックエディターの使い心地にこだわった国内最高峰のWordPressテーマ
    Version: 2.7.6.2
    Requires at least: 5.6
    Requires PHP: 7.3.0
    Author: LOOS,Inc.
    Author URI: https://loos.co.jp/
    Text Domain: swell
    Domain Path: /languages
    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

.accordion .link {
    font-weight: 600;
    padding-left: 0px;
}
.widget_text ul li i {
    vertical-align: middle;
    margin-right: 0px;
}
.submenu {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    max-width: 400px;
}
.submenu li {
    margin: 4px;
}
.btn01 a {
    background:#fb7494;
        border:solid 2px #fb7494;
    color:#fff;
    padding:5px;
	max-width:340px;
	font-size:110%;
    margin:0 auto;
    display:block;
    border-radius:20px;
    font-weight:bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.btn01 a:hover {
    background:#fff;
    border:solid 2px #fb7494;
    color:#fb7494;
}
.fstyle03 {
    color: #e57373;
    font-size: 16px;
    font-weight: bold;
}
.fstyle04 {
    color: #06F;
    font-size: 16px;
    font-weight: bold;
}
.fstyle05 {
    background: #FCC;
    font-size: 16px;
    padding: 2px;
}
@media (max-width: 768px) {
  .spec-table,
  .spec-table tbody,
  .spec-table tr {
    display: block;
  }

  .spec-table tr {
    margin-bottom: 16px;
    padding: 12px;
    border: 1px solid #eee;
    border-radius: 8px;
    background: #fff;
  }

  .spec-table th {
    display: block;
    font-weight: 700;
    margin-bottom: 6px;
    color: #666;
    width:100%;
  }

  .spec-table th::before{
    content: "■ ";
    color: #fb7494;
}

  .spec-table td {
    display: block;
    line-height: 1.6;
  }
}
