@charset "utf-8";

/* ===================================================================
  title
=================================================================== */
.l-title--support {
	background: url("../img/SP_support_ttl_bg.jpg") center / cover;
}
@media screen and (min-width: 768px) {
	.l-title--support {
		background: url("../img/support_ttl_bg.jpg") center / cover;
	}
}
/* ===================================================================
  menu
=================================================================== */
.table-menu{
	margin-top: 1em;
}
.table-menu th {
	border-bottom: 1px solid #DDDDDD !important;
	background: #F5F5F5;
}
.contents__block--box__title--menu {
	color: #FFFFFF;
	background-color: #0985C8;
}

@media screen and (min-width: 768px) {
	.table-menu th {
		width: 10em;
	}
	.contents__block--box__title--menu {
		margin-bottom: 18px !important;
	}
}

/* ===================================================================
  example
=================================================================== */
.checkBalloon {
	font-size: .875rem;
	position: relative;
	display: block;
	padding: .75em .75em .875em .75em;
	text-align: center;
	border: 1px solid #0985C8;
	border-radius: 5em;
}
.checkBalloon::before {
	position: absolute;
	top: auto;
	right: 0;
	bottom: calc(-.5rem);
	left: 0;
	width: .875rem;
	height: .875rem;
	margin: auto;
	content: "";
	transform: rotate(45deg);
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #0985C8;
}
.checkBalloon::after {
	position: absolute;
	top: auto;
	right: 0;
	bottom: -1px;
	left: 0;
	width: calc(1em + 2px);
	height: 1px;
	margin: auto;
	content: "";
	background-color: #FFFFFF;
}
/* .checkBalloon::before {
	position: absolute;
	top: auto;
	right: 0;
	bottom: calc(-.5em - 1px);
	left: 0;
	width: 1em;
	height: 1em;
	margin: auto;
	content: "";
	transform: rotate(45deg);
	background-color: #0985C8;
}
.checkBalloon::after {
	position: absolute;
	top: auto;
	right: 0;
	bottom: calc(-.5em + 1px);
	left: 0;
	width: calc(1em + 2px);
	height: calc(1em + 2px);
	margin: auto;
	content: "";
	transform: rotate(45deg);
	background-color: #FFFFFF;
} */
.heading--check {
	font-size: 1.2em;
	position: relative;
	margin-top: 0;
	margin-bottom: 1em;
	padding: .8em .5em .8em 1.4em;
	border-bottom: 1px solid #DDDDDD;
}
.heading--check::before {
	position: absolute;
	top: 0;
	right: auto;
	bottom: 0;
	left: 0;
	width: .8em;
	height: .4em;
	margin: auto;
	content: "";
	transform: rotate(-45deg);
	border-bottom: 3px solid #F8692A;
	border-left: 3px solid #F8692A;
}
.heading--check::after {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 20%;
	max-width: 4em;
	content: "";
	border-bottom: 1px solid #0985C8;
}

@media screen and (min-width: 768px) {
	.checkBalloon {
		font-size: 1rem;
	}
	.heading--check {
		font-size: 1.5em;
	}
}

/* ===================================================================
  inq
=================================================================== */
.l-contents--inq {
	background-image: url("../img/bg_training.jpg");
	background-position: center;
	background-size: cover;
}
