@charset "UTF-8";

/* ******************************
	PRESTIGE INTERNATIONAL
	Domestic BPO middle office
	Miho Ssasaki
	update: 2025.10.02
	version: 1.1
	****************************** */

/* header title */

h1 {
	background: #0A8664;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	padding: 1rem;
}

@media screen and (max-width: 780px) {
	h1 {
		font-size: 1em;
	}
}


/* Information */

.info {
	width: 800px;
	margin: auto;
}

@media screen and (max-width: 800px) {
	.info {
		width: 100%;
	}
}

/* foam */

h2 {
	border-bottom: solid 1px #ccc;
	position: relative;
	font-size: 1.3em;
}

h2:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 1px #0A8664;
	bottom: -1px;
	width: 30%;
}

h3 {
	font-size: 1.2em;
}

.foam-box h3 {
	font-weight: bold;
}

@media screen and (max-width: 780px) {

	h2,
	h3 {
		font-size: 1em;
	}
}

.auto-card-btn,
.conditional-card-btn {
	display: flex;
	justify-content: center;
	gap: 5em;
}

@media screen and (max-width: 1140px) {

	.auto-card-btn,
	.conditional-card-btn {
		gap: 2.5em;
	}
}

@media screen and (max-width: 780px) {

	.auto-card-btn,
	.conditional-card-btn {
		flex-direction: column;
		align-items: center;
		gap: 1em;
	}
}

.circle-mark li {
	/* display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: baseline; */
	list-style-type: none;
}

.circle-mark li:before {
	content: "●";
	margin-right: 5px;
}

/*
@media screen and (max-width: 780px) {
	ul {
		padding-left: 0.5em;
	}
}
*/

/* custom */

.mt20 {
	margin-top: 20px;
}

.mb20 {
	margin-bottom: 20px;
}

.mt40 {
	margin-top: 40px;
}

.mb40 {
	margin-bottom: 40px;
}

.mt60 {
	margin-top: 60px;
}

.mb60 {
	margin-bottom: 60px;
}

.red-t {
	color: #f00;
}

@media screen and (max-width: 780px) {
	.kome-mark {
		padding-left: 0.5rem;
	}
}

.kome-mark li {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: baseline;
	font-size: 0.9rem;
}

.kome-mark li:before {
	content: "※";
	margin-right: 5px;
}

.kome-mark02 li {
	list-style-type: none;
}

.kome-mark02 li:before {
	content: "※";
}

@media screen and (max-width: 780px) {
	.kome-mark02 {
		padding-left: 0;
	}
}

.foam-box-note {
	font-weight: normal;
}