@charset "utf-8";

/* ======================================
2021/5/28 added by tsuji
======================================== */

/* --------------- WP 基本テーブル 内容 --------------- */

.table-bordered th {
	background-color: #DAF9E8;
	border: 1px solid #dcdcdc;
	color:#005E6F;
	font-weight:bold;
}
.table-bordered td {
	background-color: #fff;
	border: 1px solid #dcdcdc;
}

/* --------------- よくあるご質問 --------------- */

.entry-content table.table_qa{
    margin: 0 0 0.8em 0;
    padding: 0;
    margin-bottom:25px;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
/* --- スマホサイトはwidthを15%に設定 --- */
.entry-content table.table_qa th{
    padding: 10px;
    width: 6%;
}
.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:#DAF9E8;
}
.entry-content table.table_qa tr:nth-child(2n) th{
	vertical-align:top;
}

/* --------------- テンプレートBOX化 --------------- */

.template-backpattern{
	padding: 30px 35px;
	background: #EBFCF3;
	border: solid 2px #20C4BB;
	margin:35px 0px;
}

.template-backpattern2{
	padding: 20px 35px;
	background: #EBFCF3;
	margin:15px 0px;
}