@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
.mainVisual {
	border-bottom: 3px solid #0171D5;
}

.headLine02 {
	margin-bottom: 36px;
	padding-bottom: 23px;
}

.headLine02 img {
	margin-bottom: 27px;
}

#main .textUl {
	margin-bottom: 80px;
	text-align: center;
	position: relative;
}

#main .textUl:before {
	width: 100%;
	height: 190px;
	background: #DCECF9;
	position: absolute;
	top: -36px;
	left: 0;
  
	content: ""; 
}

#main .textUl:after {
	margin: -24px 0 0 -25px;
	width: 49px;
	height: 49px;
	background: url(../img/price/img03.png) no-repeat center center;
	background-size: 49px49px;
	position: absolute;
	top: 50%;
	left: 50%;
  
	content: ""; 
}

#main .textUl li {
	margin: 0 54px;
	display: inline-block;
}

#main .textUl li > span {
	width: 300px;
	height: 300px;
	display: inline-block;
	font-size: 27px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	background-color: #fff;
	border: 3px solid #0774D1;
	border-radius: 50%;
	z-index: 1;
	position: relative;
}

#main .textUl li span span {
	padding-top: 24px;
	min-height: 152px;
	display: block;
	color: #FFFF99;
	box-sizing: border-box;
	background-color: #0774D1;
	border-radius: 0 0 140px 140px;
	border: 3px solid #0774D1;
}

#main h4 {
	margin-bottom: 43px;
	color: #006DCD;
	font-size: 55px;
	text-align: center;
	letter-spacing: 6px;
}

#main .comBox {
	width: 1242px;
}

#main .comBox .link {
	text-align: center;
	margin-bottom: 30px;
}

#main .comBox .link a {
	width: 180px;
	padding: 11px 0 12px;
	display: inline-block;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	background: url(../img/common/bg02.gif) repeat-x left top;
	border-radius: 25px;
}
#main .comBox .link a:hover {
	opacity: 0.7;
}

#main .note {
	/*margin-bottom: 82px;*/
	margin-bottom: 42px;
	font-size: 14px;
	line-height: 1.8;
}

#main .tablenote {
	padding-left:220px;
}

#main .inner {
	margin-bottom: 23px;
}

#main .inner .lBox {
	width: 598px;
	float: left;
}

#main .inner .rBox {
	width: 598px;
	float: right;
}

#main .inner table {
	width: 100%;
	border-collapse: collapse;
}

#main .inner table.line {
	width:65%;
	margin:0 auto;
}

#main .inner th,
#main .inner td {
	padding: 15px 5px;
	width: 33%;
	font-size: 20px;
	text-align: center;
	vertical-align: middle;
}

#main .inner thead th {
	padding: 16px 5px;
	color: #fff;
	font-size: 18px;
	background-color: #0774D1;
}

#main .inner th {
	font-weight: bold;
	background-color: #A7D4F5;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#main .inner td {
	border-right: 1px dotted #000;
	border-bottom: 1px dotted #000;
	border-left: 1px solid #fff;
}

#main .inner th.lineopt {
	background:#204AAC;
	padding: 12px 5px;
	
}

#main .inner th span,
#main .inner td span {
	font-size: 17px;
}

#main .inner table.line th {
	width:33%;
}

#main .inner table.line td {
	width:33%;
	border-left: 1px dotted #ccc;
}

#main .inner table.line td.lineopt {
	background:#F4F9FF;
	padding: 10px 5px;
}

#main .inner table.line th.rowptn1 {
	border-right: 1px dotted #000;
	border-bottom: 1px dotted #000;
	border-left: 1px dotted #000;
	background-color: #fff;
}

#main .inner table.line td.rowptn1 {
	border-right: 1px dotted #000;
	border-bottom: 1px dotted #000;
	border-left: 1px dotted #000;
	background-color: #fff;
}

#main .inner table.line th.rowptn2 {
	border-right: 1px dotted #000;
	border-bottom: 1px dotted #000;
	border-left: 1px dotted #000;
	background-color: #A8DBE5;
}

#main .inner table.line td.rowptn2 {
	border-right: 1px dotted #000;
	border-bottom: 1px dotted #000;
	border-left: 1px dotted #000;
	background-color: #A8DBE5;
}


#main .addbanner {
	width:100%;
	background:#DDDBDC;
	padding:70px 0;
}

#main .addbanner ul {
	width:730px;
	margin:0 auto;
	font-size:0;
}

#main .addbanner ul li {
	display:inline-block;
	width:328px;
	margin-right:74px;
}

#main .addbanner ul li:nth-child(2n) {
	margin-right:0;
}

#main .addbanner ul li img {
	width:100%;
	height:auto;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#main .comBox {
		margin: 0 10px;
		width: auto;
	}

	
	.headLine02 {
		margin-bottom: 0;
	}
	
	#main .textUl {
		margin-bottom: 0;
	}
	
	#main .textUl li {
		margin: 30px 0;
	}
	
	#main .textUl li > span {
		box-sizing: border-box;
		font-size: 20px;
	}
	
	#main .textUl li > span img {
		padding: 24px 0;
		height: 100px;
	}
	
	#main .textUl li > span span {
		padding-top: 36px;
	}
	
	#main .textUl:before {
		top: 0;
	}
	
	#main .textUl:after {
		margin-top: -20px;
		width: 40px;
		height: 40px;
		background-size: 40px 40px;
	}
	
	#main h4 {
		margin-bottom: 30px;
		font-size: 30px;
	}
	
	#main .inner .lBox,
	#main .inner .rBox {
		float: none;
		width: auto;
	}
	
	#main .inner th, 
	#main .inner td {
		font-size: 14px;
	}
	
	#main .inner thead th {
		font-size: 12px;
		padding:0;
	}

	
	#main .inner th span, 
	#main .inner td span {
		font-size: 12px;
	}
	
	#main .note {
		margin-bottom: 50px;
		font-size: 12px;
	}
	
	#main .addbanner {
		padding:30px 0;
	}
	
	#main .addbanner ul {
		width:100%;
		margin:0;
		padding:0;
	}
	
	#main .addbanner ul li {
		width:80%;
		margin:0 auto 15px auto;
		background:#0f0;
		display:block;
	}
	
	#main .addbanner ul li:nth-child(2n) {
		margin:0 auto;
	}
	
	#main .addbanner ul li img {
		width:100%;
		height:auto;
	}


	/* fix */
	#main .tablenote {
		padding-left:0;
	}
	
	#main .inner table.line {
		width:90%;
		margin:0 auto;
	}

}


.tabInner {
	margin: 0 auto 50px;
	width: 1194px;
	display: flex;
	font-weight: 700;
}
.tabInner .lBox {
	margin-right: 20px;
	padding-top: 141px;
	width: 223px;
}
.tabInner .lBox td {
	padding: 5px 20% 0 0;
	text-align: right;
	color: #464646;
	font-size: 20px;
	letter-spacing: 0.5px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.tabInner .lBox tr:last-child td {
	border-bottom: none;
}
.tabInner .lBox td span {
	font-size: 25px;
}
.tabInner .lBox .font22 {
	font-size: 22px;
}
.tabInner .tabUl {
	width: calc(100% + 10px);
	margin: -5px -5px -1px;
}
.tabInner .tabUl li a {
	color: #fff;
	font-size: 28px;
	height: 144px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	pointer-events: none;
}
.tabInner .tabUl li a span {
	font-size: 17px;
}
.tabInner .rBox {
	display: flex;
}
.tabInner .tBox {
	width: 710px;
	border: 5px solid #EE7800;
	box-sizing: border-box;
	border-radius: 30px 30px 0 0;
	overflow: hidden;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.35);
	background-color: #EE7800;
}
.tabInner .tBox.blue {
	margin-right: 15px;
	width: 226px;
	border-color: #005BAC;
	background-color: #005BAC;
}
.tabInner table {
	width: 100%;
	border-collapse: collapse;
	font-weight: 700;
	background-color: #fff;
}
.tabInner table tr:first-child td {
	height: 111px;
}
.tabInner table td {
	height: 100px;
	color: #000;
	font-size: 25px;
	box-sizing: border-box;
	text-align: center;
	vertical-align: middle;
}
.tabInner table .num {
	font-size: 28px;
}
.tabInner .rBox .tBox .txt {
	font-size: 22px;
	color: #EE7800;
	text-align: center;
}
.tabInner .tBox.blue .txt {
	color: #005BAC;
}
.tabInner .rBox table tr:nth-child(2n) td{
	background-color: rgba(0, 0, 0, 0.05);
}
.tabInner .rBox .tab02 table td:last-child {
	border-left: 1px solid rgba(0, 0, 0, 0.3);
}
.tabInner .rBox .tab02 td {
	text-align: right;
	box-sizing: border-box;
}
.tabInner .rBox .tab02 td:nth-child(1) {
	padding-right: 2.5%;
	width: 28%;
}
.tabInner .rBox .tab02 td:nth-child(1).txt {
	padding-left: 4%;
	padding-right: 0;
}
.tabInner .rBox .tab02 td:not(.txt):nth-child(2) {
	padding-right: 5%;
	width: 36%;
}
.tabInner .rBox .tab02 td:nth-child(3) {
	padding-right: 6.8%;
	width: 31.5%;
}
.tabInner .rBox .tab02 td:nth-child(3).txt {
	padding-right: 0;
}
@media all and (min-width: 0) and (max-width: 767px) {
	.tabInner {
		margin-bottom: 30px;
		width: auto;
	}
	.tabInner .lBox {
		margin-right: 6px;
		padding-top: 52px;
		width: 90px;
		flex-shrink: 0;
	}
	.tabInner .lBox td {
		padding-right: 12px;
		font-size: 10px;
		letter-spacing: 0;
	}
	.tabInner .lBox .font22 {
		font-size: 11px;
	}
	.tabInner .lBox td span {
		font-size: 12px;
	}
	.tabInner .rBox {
		display: block;
		width: 100%;
		position: relative;
	}
	.tabInner .tabUl {
		width: 100%;
		margin: 0;
		display: flex;
		justify-content: space-between;
	}
	.tabInner .tabUl li {
		width: 47%;
	}
	.tabInner .tabUl li a {
		font-size: 12px;
		height: 50px;
		background-color: #EE7800;
		border-radius: 10px 10px 0 0;
		pointer-events: auto;
		position: relative;
	}
	.tabInner .tabUl li a::before {
		display: none;
		position: absolute;
		left: 0;
		bottom: -1px;
		width: 100%;
		height: 2px;
		content: '';
		background-color: #EE7800;
	}
	.tabInner .tabUl li.on a::before {
		display: block;
	}
	.tabInner .tabUl li.blue a {
		background-color: #005BAC;
	}
	.tabInner .tabUl li.blue a::before {
		background-color: #005BAC;
	}
	.tabInner .tabUl li a span {
		font-size: 10px;
	}
	.tabInner .tabList {
		position: relative;
		z-index: 11;
	}
	.tabInner .tBox {
		width: auto;
		border-radius: 0;
		border-width: 2px;
		box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
	}
	.tabInner table td {
		font-size: 10px;
		height: 45px;
	}
	.tabInner table tr:first-child td {
		height: 50px;
	}
	.tabInner table .num {
		font-size: 12px;
	}
	.tabInner .rBox .tBox .txt {
		font-size: 10px;
	}
	.tabInner .rBox .tBox .txt span {
		display: inline-block;
		margin: 0 -7px;
	}
	.tabInner .rBox .tBox {
		position: relative;
		z-index: 2;
	}
	.tabInner .rBox .tBox.tab02 {
		position: absolute;
		left: 0;
		top: 50px;
		width: 100%;
		z-index: 1;
	}
	.tabInner .rBox .tBox.tab02.on {
		z-index: 3;
	}
	.tabInner .tBox.blue {
		width: auto;
	}
	.tabInner .rBox .tab02 td:nth-child(3) {
		width: 28%;
	}
}
@media all and (min-width: 0) and (max-width: 374px) {
	.tabInner .lBox {
		margin-right: 5px;
		width: 80px;
	}
	.tabInner .lBox td {
		padding-right: 6px;
	}
	.tabInner .lBox td span {
		font-size: 11px;
	}
	.tabInner .rBox .tab02 td:nth-child(1) {
		width: 26%;
	}
	.tabInner table .num {
		font-size: 10px;
	}
	.tabInner .rBox .tab02 td:not(.txt):nth-child(2) {
		padding-right: 2%;
	}
	.tabInner .rBox .tBox .txt span {
		margin: 0;
	}
}