@charset "utf-8";

/* ======================================
2021/7/29 added by tsuji
======================================== */

/* --------------- WP 基本テーブル 内容 --------------- */

.table-bordered th {
	background-color: #553D25;
	border: 1px solid #906F2A;
	color:#FFF;
}
.table-bordered td {
	background-color: #fcf9ea;
	border: 1px solid #906F2A;
}

.box01 {
    padding: 20px 20px 0px;
    margin: 10px 0 25px;
    color: #2c2c2f;
    background: #F6F0E4;
}

.box02 {
    padding: 15px;
    margin: 10px 0 25px;
    color: #2c2c2f;
    background: #F6F0E4;
}

/* --------------- こんな⽅にオススメ --------------- */

.entry-content ul.icon {
  list-style-type:none;
  margin: 0 0 0 0;
  padding: 0px 0 10px 15px;
}

.entry-content ul.icon li {
  background-image: url("/cwp/wp-content/uploads/2021/07/9f4b95528615d3336f8f9563d409f530-e1627538358616.png");
  background-repeat:no-repeat;
  list-style: none outside none;
  padding:0px 0 15px 30px;
  margin:0 auto;
  line-height:1;
}

/* --------------- Q&Aテーブル2 下線 --------------- */

.entry-content table.table_qa{
    margin: 0 0 0.8em 0;
    padding: 0;
    margin-bottom:40px;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
/* --- スマホサイトはwidthを15%に設定 --- */
.entry-content table.table_qa  tr:nth-child(2n-1) th{
    padding: 10px;
    width: 6%;
    border-bottom:1px #B9AC9C solid;
    vertical-align:top;
}
.entry-content table.table_qa th{
    padding: 10px;
    width: 6%;
    vertical-align:top;
}
.entry-content table.table_qa td{
    padding: 10px;
}
.entry-content table.table_qa tr:nth-child(2n-1) td{
	font-size:18px;
	border-bottom:1px #B9AC9C solid;
}