@charset "utf-8";
/* CSS Document */

.aiB {align-items: baseline;}
.imgBox02 {
	background: #f2ecd0;
	padding: 30px;
	text-align: center;
}
.whiteBox {
	position: relative;
	background: #fff;
	padding: 10px;
}
.whiteBox dt {
	background: #e2f3e2;
	padding: 5px 15px 4px;
}
.whiteBox .text {
	display: flex;
	justify-content: center;
	padding: 25px 25px 50px;
	text-align: left;
}
.whiteBox.plus:before {
	content: '';
	display: block;
	position: absolute;
	top: 97px;
	left: -60px;
	width: 40px;
	height: 4px;
	background: #333;
}
.whiteBox.plus:after {
	content: '';
	display: block;
	position: absolute;
	top: 79px;
	left: -42px;
	width: 4px;
	height: 40px;
	background: #333;
}
.greenBox {
	background: #e2f3e2;
	padding: 30px;
}

@media screen and (max-width: 750px){

	.imgBox02 {
		padding: 5%;
	}
	.whiteBox.plus:before {
		top: -27px;
		left: 0;
		right: 0;
		margin: auto;
		width: 30px;
		height: 4px;
	}
	.whiteBox.plus:after {
		top: -40px;
		left: 0;
		right: 0;
		margin: auto;
		width: 4px;
		height: 30px;
	}
}
/*
.blank_link a {
	position: relative;
	padding-left: 18px;
	display: inline-block;
}

.blank_link a:before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-top: 3px solid #231815;
	border-right: 3px solid #231815;
	transform: rotate(45deg);
	position: absolute;
	top: 6px;
	left: 0;
}

.blank_link a:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	background: url(../../mobilesuica/common/img/ico_blank.png) no-repeat;
	background-size: contain;
	width: 15px;
	height: 15px;
	margin-left: 8px;
}
*/

/*-----テーブル-----*/

.RenrakuteikiTable {
	background: #fff;
	width: 100%;
	padding: 10px;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
}

.RenrakuteikiTable > table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.RenrakuteikiTable > table td {
	text-align: center;
	padding: 20px 10px;
	vertical-align: middle;
	border: 1px solid #ddd;
}

.l-compatible .basicTable .basicHeading, .l-compatible .basicTable .basicHeading th, .l-compatible .basicTable02 .basicHeading, .l-compatible .basicTable02 .basicHeading th, .l-compatible .basicTable03 .basicHeading, .l-compatible .basicTable03 .basicHeading th {
	background: #eee;
}

.l-compatible .basicTable03 > table th {
	background: #eee;
}
