@charset "UTF-8";

/*	******************************
	PRESTIGE INTERNATIONAL
	Domestic BPO middle office
	Miho Sasaki
	update: 2025.07.16
	version: 1.0
	******************************	*/


* {
	font-family: 'Noto Sans JP', 'Noto Sans CJK JP', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku GOthic ProN', 'Arial', sans-serif;
	font-style: normal;
	font-size: 16px;
	color: #4b4b4b;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0 auto;
	width: 100%;	
}

header {
	top: 0;
	position: fixed;
	z-index: 99;
	width: 100%;
	background-color: #fff;
}

section {
	scroll-margin-top: 80px;
}

@media screen and (max-width: 430px) {

	section {
		width: 100%;
	}

}


h1, h2, h3, h4, h5, h6 {
	font-size: 28px;
	font-weight: bold;
}

@media screen and (max-width: 430px) {

	h1, h2, h3, h4, h5, h6 {
		font-size: 24px;
	}
	
}

p {
	line-height: 1.5rem;
}

a,
a:link,
a:visited,
a:active {
	color: #4b4b4b;
	text-decoration: none;
	transition: 0.4s;
}

a:hover {
	color: #ff5638;
	/* text-decoration: underline; */
}

button {
	display: block;
	padding: 1em;
	width: 350px;
	font-size: 1.1em;
	text-align: center;
	color: #fff;
	background: #ff5638;
	border: 1px solid #ff5638;
	border-radius: 10px;
	transition: 0.4s;
}

@media screen and (max-width: 430px) {
	button {
		width: 100%;
	}
}

button:hover {
	color: #ff5638;
	background: #fff;
	border-color: #ff5638;
}

input[type="button"],input[type="submit"],button{
    cursor: pointer;
}

img {
	margin: 0.5em 0;
	width: 100%;
}

ul {
	padding-left: 0;
	list-style: none;
}

footer {
	padding: 1em 0;
	border-top: 1px solid #aaa;
}

small {
	font-size: 10px;
}
