@charset "utf-8";

/* ======================================
2020/07/14 added by tsuji
======================================== */

/* --- 依頼の流れ --- */

.box01 {
    padding: 20px;
    margin: 10px 0 0 0;
    background: #F6F4ED;/*背景色*/
	font-size:20px;
	font-weight:bold;
}

/* --- QA --- */

.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:20px;
	font-weight:bold;
}
.entry-content table.table_qa tr:nth-child(2n){
    background:#f6f4ed;
}
.entry-content table.table_qa tr:nth-child(2n) th{
	vertical-align:top;
}

/* --- 依頼の流れ --- */

.entry-content table.table_order{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.entry-content table.table_order td{
    padding: 10px;
}
.entry-content table.table_order tr:nth-child(2n-1) td{
	background:#f6f4ed;
}


