@charset "utf-8";


/* ======================================
2022/11/01 added by toh
======================================== */

/* よくある質問 */
.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 th{
    padding: 10px;
    width: 5%;
}
.entry-content table.table_qa td{
    padding: 10px;
}
.entry-content table.table_qa tr:nth-child(2n-1) td{
	font-size:18px;
}
.entry-content table.table_qa tr:nth-child(2n){
    background:#fcecd7;
}
/* Qアイコン */
.entry-content table.table_qa tr:nth-child(2n-1) th{
	font-family: 'Nunito', sans-serif;
	/* font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; */
	/* font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif; */
	font-size: 26px;
	color: #74921e;
}
/* Aアイコン */
.entry-content table.table_qa tr:nth-child(2n) th{
	vertical-align:top;
	font-family: 'Nunito', sans-serif;
	/* font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; */
	/* font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif; */
	font-size: 26px;
	color: #eb9c2e;
}

/* ======================================
2023/11/14 added by tsuji
======================================== */


/* --------------- テンプレートBOX化 --------------- */

.template-backpattern{
	padding: 20px;
	background: #fef3e5;
	border: solid 2px #320001;
	margin:10px 0 ;
}

.template-backpattern-2{
	padding: 20px;
	background: #fef3e5;
}

/* --------------- WP 基本テーブル 内容 --------------- */

.table-bordered th {
	background-color: #584324;
	border: 1px solid #dcdcdc;
	color:#FFF;
}
.table-bordered td {
	background-color: #fef3e5;
	border: 1px solid #dcdcdc;
}

/* --------------- ヘルスウェーブの歴史 --------------- */

.table-bdb-2 th {
	width:20%;
	border: none;
	border-bottom: 1px solid #584324;
}
.table-bdb-2 td {
	border: none;
	border-bottom: 1px solid #dcdcdc;
}