#boxCatch {
	background-image: url('/resources/images/background_main.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	padding: 50px 0;
}

#boxFooterSupport {
	background-image: url('/resources/images/background_footer.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	padding: 30px;
	font-size: var(--fs-h3);
}

#boxCatch img {
	margin: 0 auto;
	width: 80%;
}

.contents {
	max-width: 1280px;
	margin: 0 auto;
}

.boxHeader {
	text-align: center;
	margin: 50px 0px;
}

.textAccent {
	color: var(--clr-accent);
}

.tdReason {
	padding-left: 20px;
	width: 60%;
}

.textAlphabetTop,
.textAlphabetBottom {
	color: #bbb;
	font-size: clamp(0.75rem, 0.55rem + 1vw, 1rem);
	line-height: 150%;
	font-weight: var(--fs-light);
}

.textAlphabetTop {
	vertical-align: top;
}

.textAlphabetBottom {
	vertical-align: bottom;
}

.footer {
	margin-top: 2rem;
	background-color: lightgray;
}

.tblReason img {
	width: 600px;
}

#btnContact {
	background-color: #efefef;
	padding: 10px 50px;
	margin-top: 1rem;
	color: var(--clr-text);
	font-size: var(--fs-body);
}

.boxShadow {
	box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.15);
}

.hrReason {
	margin: 1rem 0;
	position: relative;
	height: 1px;
	border-width: 0;
	background-image: linear-gradient(90deg, transparent 0%, var(--clr-primary) 50%, transparent 100%);
}

.padding15 {
	padding: 15px;
}

.textCenter {
	text-align: center;
}

#tblServiceStatus {
	/* width: 100%; */
	margin: 2px auto;
}

#tblServiceStatus th {
	text-align: center;
	color: white;
	background: linear-gradient(#11A9E3, #1452A4);
	border-left: 1px solid #3c6690;
	border-top: 1px solid #3c6690;
	border-bottom: 1px solid #3c6690;
	box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.3) inset;
	padding: 0px 10px 5px 10px;
	white-space: nowrap;
}

#tblServiceStatus td {
	padding: 5px 10px;
}

.textGreen {
	color: green;
}

.textRed {
	color: red;
}

#boxCatchService img {	
	max-width: 1280px;
	margin: 0 auto 1rem 0;
}

.colorWhite {
	color: white;
}

.imgReason {
	width: 600px;
}

h4 {
	padding: .5em .7em;
	border-left: 5px solid var(--clr-accent);
	color: var(--clr-text);
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(236, 236, 236, 1) 50%, rgba(255, 255, 255, 1));
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
	margin-bottom: 10px;
}

.boxFunction {
	margin-top: 10px;
	padding: 10px;
	border: 1px solid var(--clr-text);
	background-color: white;
}

.tdTop {
	vertical-align: top;
}

table h3,
table h4 {
	word-wrap: normal;
	word-break: normal;
}

.breadcrumb {
	margin: 5px 0;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}

.breadcrumb a {
	text-decoration: none;
}

.breadcrumb li:not(:last-of-type)::after {
	content: "›";
	margin: 0 .6em;
	/* 記号の左右の余白 */
	color: #777;
	/* 記号の色 */
}

.boxServiceFunctionDescription {
	padding: 10px;
	background-color: var(--clt-descbg);
}

.boxServiceFunctionDescriptionLink {
	padding: 15px;
	text-align: center;
	border: 1px solid var(--clr-text);
	display: inline;
	margin: 20px auto;
}

.boxServiceFunctionDescriptionLink:hover {
	background-color: var(--clr-text);
	color: var(--clr-bg);
}

.textRight {
	text-align: right;
}

.textCenter {
	text-align: center;
}

details {
	border: 1px solid #ddd;
	margin-bottom: 10px;
	border-radius: 4px;
	overflow: hidden;
}

summary {
	padding: 15px 20px;
	background-color: #f5f5f5;
	cursor: pointer;
	user-select: none;
	font-weight: bold;
	display: flex;
	align-items: center;
	transition: background-color 0.3s ease;
}

summary:hover {
	background-color: #e8e8e8;
}

details[open] summary {
	background-color: var(--clr-accent);
	color: white;
}

details>p {
	padding: 15px 20px;
	margin: 0;
	background-color: #fafafa;
	border-top: 1px solid #ddd;
}

summary {
	list-style: none;
}

summary::before {
	content: '▶ ';
	transition: transform 0.3s ease;
	display: inline-block;
	margin-right: 10px;
}

details[open] summary::before {
	transform: rotate(90deg);
}

.boxFunctionList {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px 20px;
}

.boxFunctionListItem {
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid var(--clr-text);
	width: 30%;
}

.imgError {
	max-width: 400px;
	margin: 0 auto;
}

.textBreak {
	overflow-wrap: break-word;
	word-break: keep-all;
}

.boxDescription {
	background-image: url('/resources/images/background_main.jpg');
	color: white;
	background-size: cover;
	margin-bottom: 1rem;
	padding: 50px 0;
}

.boxDescription h2,
.boxDescription h3 {
	color: white;
	text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.7);
}

.wrapper {
	display: flex;
	flex: 1;
	flex-direction: column;
}

main {
	flex: 1;
}

#boxBreadcrumb {
	width: 90%;
}

#imgTransfer{
	margin: 0 auto;
}

.boxNotes ul {
	list-style:  none;
	margin:  0;
	padding: 0;
}

.boxNotes li:before {
	content:  "";
	width:  10px;
	height:  10px;
	display:  inline-block;
	background-color: var(--clr-text);
	border-radius:  50%;
	position:  relative;
	top: -1px;
	margin-right: 5px;
}

ol{
	margin-left: 20px;
}

.boxTerms ul, .boxNote ul{
	margin-left: 20px;
	list-style-type: disc;
	list-style-position: outside;
}

/* スマートフォン向け */
@media (max-width: 1280px) {
	#boxCatch {
		padding: 10px 0;
	}

	#boxCatch img {
		width: 90%;
	}

	.boxHeader {
		margin: 25px 0;
	}

	.imgReason {
		display: none;
	}

	#tblServiceStatus th {
		width: 20%;
		padding: 5px 10px;
	}

	.tdReason {
		padding: 0;
		width: 100%;
	}

	.contents {
		margin: 0 10px;
	}

	#boxCatchService {
		padding: 0;
	}

	#boxCatchService img {
		max-width: 100%;
		margin: 0 auto 1rem 0;
	}

	.boxFunctionListItem {
		width: 100%;
	}

	.imgError {
		max-width: 75%;
		margin: 0 auto;
	}
}