@charset "utf-8";

/* global */
/*---------------------------------------------*/
.bgTitle01{background: #edebeb;}
.bgTitle02{background: #f3f3f3;}
.bgBasic01{background: #e2eef7;}
.bgBasic02{background: #f0f7fc;}
.bgPremium01{background: #e6ecfe;}
.bgPremium02{background: #edf1fd;}
.bgHikari01{background: #fdf3ec;}
.bgHikari02{background: #ffffff;}
.bgHikari03{background: #ffede0;}

/* typeService */
/*---------------------------------------------*/
table.typeService{
	margin: 10px auto 0;
	border-collapse: collapse;
	width: 960px;
}

table.typeService .mainTit{
	vertical-align: middle;
	text-align: center;
	font-size: 20px;
	line-height: 1.2em;
	color: #ffffff;
	border: 1px solid #cccccc;
}

table.typeService .mainTit .basic{
	width: 269px;
	background: #0099ff;
	border-right: 1px solid #cccccc;
	padding: 15px 0;
}

table.typeService .mainTit .premium{
	width: 269px;
	background: #002270;
	border-right: 1px solid #cccccc;
	padding: 15px 0;
}

table.typeService .mainTit .hikari{
	width: 269px;
	background: #ff6600;
	padding: 15px 0;
}

table.typeService .titleType1{
	background: #666666;
	color: #ffffff;
	padding: 10px 10px;
	font-size: 18px;
	text-align: left;
}

table.typeService .titleType1 span{
	border-left: 4px solid #ffffff;
	padding-left: 5px;
}

table.typeService tbody th{
	border: 1px solid #cccccc;
	vertical-align: middle;
}

table.typeService tbody td{
	border: 1px solid #cccccc;
	padding: 20px 0;
	width: 269px;
	vertical-align: middle;
}

table.typeService tbody td.item_03{
	padding: 0;
}

table.typeService tbody .red{
	color: #ff0000;
}

table.typeService tbody .itemArea01{
	display: table;
	margin: 0 auto !important;
}

table.typeService tbody .itemArea01 li{
	display: table-cell;
    vertical-align: middle;
}

table.typeService tbody .itemArea01 li img{
	padding-left: 15px;
}

table.typeService tbody .itemArea02 li img{
	padding-top: 10px;
}

table.typeService tbody .itemArea03{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
table.typeService tbody .itemArea03 li.itemArea03--w100 {
	flex: 0 0 100%;
	max-width: 100%;
	width: 100%;
	padding-bottom: 20px;
}
table.typeService tbody .itemArea03 li.itemArea03--img {
	flex: 0 0 257px;
	max-width: 257px;
	width: 100%;
}
table.typeService tbody .itemArea03 li:nth-child(3),
table.typeService tbody .itemArea03 li:nth-child(4) {
	flex: 0 0 90px;
	max-width: 90px;
	width: 100%;
}

table.typeService tbody .listLeft{
	vertical-align: top !important;
}

table.typeService tbody .listLeft p{
	text-align: left;
	margin:	0 13px !important;
}

table.typeService tbody .listLeft ul{
	text-align: left;
	margin:	0 20px 0 30px !important;
}

table.typeService tbody .listLeft ul li{
	list-style-position: outside;
	list-style-type: disc;
}