﻿@charset "utf-8";

/* contents */
/*---------------------------------------------*/
#contents_v3 {
	max-width: 960px;
	padding-left: 0;
	padding-right: 0;
}

#contents_v3 .mainContents_v3 {
	padding-left: 0;
	padding-right: 0;
}

#header_en .naviArea {
	padding-left: 0;
	padding-right: 0;
}

#footer_en .fundamental {
	padding-left: 0;
	padding-right: 0;
}

/* 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: 100%;
	max-width: 960px;
	table-layout: fixed;
}

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: auto;
	background: #0099ff;
	border-right: 1px solid #cccccc;
	padding: 15px 0;
}

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

table.typeService .mainTit .hikari{
	width: auto;
	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: auto;
	vertical-align: middle;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

table.typeService img {
	max-width: 100%;
	height: auto;
}

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 1 257px;
	max-width: 100%;
	width: 100%;
}
table.typeService tbody .itemArea03 li:nth-child(3),
table.typeService tbody .itemArea03 li:nth-child(4) {
	flex: 0 1 90px;
	max-width: 100%;
	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;
}

/* table scroll wrapper */
.tableScroll {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 768px) {
	#contents_v3 .mainContents_v3 {
		padding-left: 24px;
		padding-right: 24px;
	}

	#footer_en .fundamental {
		padding-left: 24px;
		padding-right: 24px;
	}

	#breadcrumb_v3 {
		margin-left: 0;
		margin-right: 0;
	}

	table.typeService {
		width: 100%;
		min-width: 327px;
		margin-top: 10px;
		font-size: 10px;
		line-height: 1.3;
	}

	table.typeService .mainTit {
		font-size: 14px;
	}

	table.typeService .mainTit .basic,
	table.typeService .mainTit .premium,
	table.typeService .mainTit .hikari {
		width: auto;
		padding: 10px 5px;
	}

	table.typeService .mainTit th:first-child {
		width: 60px;
	}

	table.typeService .titleType1 {
		font-size: 18px;
		padding: 10px;
	}

	table.typeService tbody th {
		width: 60px;
		padding: 10px 5px;
		font-size: 10px;
		word-break: break-word;
		overflow-wrap: break-word;
	}

	table.typeService tbody td {
		width: auto;
		padding: 10px 5px;
		font-size: 10px;
		vertical-align: middle;
	}

	table.typeService tbody .itemArea03 li.itemArea03--w100 {
		padding-bottom: 10px;
		font-size: 10px;
	}

	table.typeService tbody .itemArea03 li.itemArea03--img {
		flex: 0 0 100%;
		max-width: 100%;
	}

	table.typeService tbody .itemArea03 li.itemArea03--img img {
		max-width: 100%;
		height: auto;
	}

	table.typeService tbody .listLeft ul {
		margin: 0 10px !important;
		padding-left: 10px;
	}

	table.typeService tbody .listLeft ul li {
		font-size: 10px;
	}

	.withImgCol .txtAR {
		font-size: 12px;
		text-align: right;
	}
}
