.sub-page {
	min-height: 200px !important;
}

.main {
	margin: 20px auto;
}

ul.special {
	cursor: default;
}

	ul.special li {
		-moz-transition: top .15s ease-in-out;
		-webkit-transition: top .15s ease-in-out;
		-ms-transition: top .15s ease-in-out;
		transition: top .15s ease-in-out;
		position: relative;
		display: inline-block;
		margin: 0 1.5em 0 1.5em;
		top: 0;
	}

		ul.special li:hover {
			top: -10px;
		}

			ul.special li:hover a {
				background: #2683c6;
			}

	ul.special a {
		-moz-transition: background-color .2s ease-in-out;
		-webkit-transition: background-color .2s ease-in-out;
		-ms-transition: background-color .2s ease-in-out;
		transition: background-color .2s ease-in-out;
		display: block;
		position: relative;
		background: #1cade4;
		width: 12em;
		height: 12em;
		border-radius: 6em;
		outline: 0;
		cursor: default;
	}

		ul.special a:before {
			position: absolute;
			width: 128px;
			height: 128px;
			font-size: 96px;
			line-height: 128px;
			left: 50%;
			top: 50%;
			margin-top: -64px;
			margin-left: -64px;
			color: rgba(118, 182, 228, 0.5);
			text-align: center;
		}

		ul.special a > span {
			position: absolute;
		/*	display: none;*/
			width: 146px;
			line-height: 1.2;
			top: 60px;
			margin-left: -73px;
			color: #fff;
			font-size: 20px;
			font-weight: 800;
		}

.validity, .comparison, .case, .guideline, .plan, .company, .policy {
	margin: 20px auto 50px;
	width: 90%;
}

.contact {
	margin: 5px 0;
	padding: 10px;
	background-color: #f2f2f2;
	font-size: 1.5em;
	text-align: center;
	border-radius: 5px;
}
.contact small {
	font-size: .6em;
}

.list-thead {
	background-color: #51bcda;
}

.list-thead th {
	color: #FFF;
	text-align: center;
}

.small-info {
	font-size: 0.8em;
}

.alert-default {
	border: 1px solid #66615B;
	color: #66615B;
}

.highlight {
	padding: 1rem;
	background-color: #f7f7f9;
}


.table-comparison {
	border-collapse: collapse;
}
.table-comparison tbody td:nth-child(2) {
	color: #dc143c;
}

@media only screen and (min-width:801px) {
	.table-comparison tbody td:first-child {
		width: 180px;
	}
	.table-comparison tbody td:nth-child(2),
	.table-comparison tbody td:nth-child(3),
	.table-comparison tbody td:nth-child(4) {
		width: 80px;
		text-align: center;
		font-size: 1.4em;
	}
}

@media only screen and (max-width:800px) {
	.table-comparison {
		display: block;
	}
		.table-comparison thead {
			display: none;
		}
		.table-comparison tbody {
			display: block;
		}
			.table-comparison tbody tr {
				display: block;
				padding-bottom: 1.5em;
			}
			.table-comparison tbody td {
				display: list-item;
				border: none;
			}
			.table-comparison tbody tr td:first-child {
				margin-bottom: 5px;
				list-style-type: none;
				color: #fff;
				background-color: #51bcda;
			}
			.table-comparison tbody tr td:not(:first-child) {
				margin-left: 20px;
				padding: 0;
			}
			.table-comparison tbody td:nth-of-type(2):before { content: "[ＳＭＳ]"; }
			.table-comparison tbody td:nth-of-type(3):before { content: "[メール]"; }
			.table-comparison tbody td:nth-of-type(4):before { content: "[電　話]"; }
}


.arrow-bottom {
	width: 0px;
	border-color: #d9534f;
	border-style: solid;
	border-width: 30px;
	border-left-color: transparent;
	border-bottom-color: transparent;
	border-right-color: transparent;
}

.major {
	text-align: center;
	margin: 60px 0 20px 0;
}
.major {
	position: relative;
	border-top: solid 5px #e7eae8;
}
.major span {
	top: -0.775em;
	padding: 0 1.5em 0 1.5em;
}
.major span {
	background: #fff;
	position: relative;
	display: inline-block;
}

.box > div {
	margin-bottom: 20px;
}

.round-icon {
	text-align: center;
	cursor: default;
	background-color: #37c0fb;
	color: #fff;
	border-radius: 100%;
	display: inline-block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	box-shadow: 0 0 0 7px white, 0 0 0 8px #e0e0e0;
	margin: 2em 0;
}
.round-icon::before {
	position: relative;
	font-size: 36px;
	top: 20px;
}


/* プライバシーポリシー関連
================================================== */
.policy {

}
.policy > ol > li {
	margin-top: 1rem;
}
.policy .circled-number {
	counter-reset: my-counter;
	list-style: none;
	padding: 0;
}
.policy .circled-number li {
	margin-bottom: 10px;
	padding-left: 30px;
	position: relative;
}
.policy .circled-number li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #fff;
	color: #66615b;
	display: block;
	float: left;
	line-height: 18px;
	margin-left: -30px;
	text-align: center;
	height: 19px;
	width: 19px;
	border: 1px solid #66615b;
	border-radius: 50%;
}

.table-handling {
	border-collapse: separate;
	border-spacing: 0px 15px;
}
.table-handling tr th {
	width: 20px;
	vertical-align: top;
}
.table-handling tr td:first-child {
	vertical-align: middle;
}
.table-handling tr td h6 {
	padding-top: 2px;
}

.table-handling .inner-table {
	width: 100%;

}
.table-handling .inner-table tr td:first-child {
	width: 20px;
}

.brackets-number {
	padding: 0 0 0 2em;
	margin: 0;
}
.brackets-number li {
	list-style-type: none;
	list-style-position: inside;
	counter-increment: cnt;
}
.brackets-number li:before {
	display: marker;
	content: "(" counter(cnt) ") ";
	margin-left: -25px;
}


/* IEハック
================================================== */
@media all and (-ms-high-contrast: none){
	.content-center {
		margin-top: 180px !important;
	}

	ul.special a > span {
		margin-left: 10px;
		display: inline-block;
	}
}

/* TOPへ戻るボタン
================================================== */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}

	#page-top a {
		padding: 0 10px;
/*		width: 50px;*/
		height: 40px;
		display: block;
		line-height: 40px;
		background: rgba(44, 62, 80, 0.8) none repeat scroll 0 0;
		border-radius: 5px;
		border: none;
		color: #fff;
		font-size: 0.9em;
		text-decoration: none;
		text-align: center;
		vertical-align: middle;
		z-index: 99999;
	}

	#page-top a:hover{
		background: rgba(44, 62, 80, 0.9);
		border: none;
	}
