@charset "utf-8";


/* ======================================
2022/02/24 added by nakazato
======================================== */


/* よくある質問 */
.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;/* <SP>15px */
}
.entry-content table.table_qa tr:nth-child(2n){
    background:#EBEBEB;
}
.entry-content table.table_qa tr:nth-child(2n) th{
    vertical-align: top;
}
/* Qアイコン */
.q_icon{
	/*font-family: 'Nunito', sans-serif;*/
	/* font-family: "ヒラギノ明朝 Pro","Hiragino Mincho Pro","游明朝", "Yu Mincho", YuMincho, "MS P明朝", "MS PMincho", serif; */
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-weight: normal;
	display: inline-block;
	font-size: 26px;/* <SP>22px */
	color: #fff;
	background: #2f3d66;
	border-radius: 50%;
	width: 54px;/* <SP>42px */
	height: 54px;/* <SP>42px */
	text-align: center;
	line-height: 54px;/* <SP>40px */
}
/* Aアイコン */
.a_icon{
	/*font-family: 'Nunito', sans-serif;*/
	/* font-family: "ヒラギノ明朝 Pro","Hiragino Mincho Pro","游明朝", "Yu Mincho", YuMincho,  "MS P明朝", "MS PMincho", serif; */
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-weight: normal;
	display: inline-block;
	font-size: 26px;/* <SP>22px */
	color: #fff;
	background: #7284b7;
	border-radius: 50%;
	width: 54px;/* <SP>42px */
	height: 54px;/* <SP>42px */
	text-align: center;
	line-height: 54px;/* <SP>40px */
}


/* 背景模様付き枠テンプレートver */
.template-backpattern{
	padding: 24px;
	background: #F4F4F4;
	border: solid 2px #ebebeb;
	margin:20px 0 26px 0;
}


/* WP基本テーブル */
.table-bordered th {
	background-color: #2f3d66;
	text-align:center;
	color:#FFF;
}
.table-bordered th, .table-bordered td {
	border: 1px solid #bababa;
	vertical-align:middle;
}