@charset "UTF-8";

/* ******************************
	PRESTIGE INTERNATIONAL
	Domestic BPO middle office
	Miho Ssasaki
	update: 2024.04.09
	version: 1.0
	****************************** */

*	{
	font-family: 'Noto Sans CJK JP', 'メイリオ', Meiryo, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku GOthic ProN', 'Arial', sans-serif;
	font-style: normal;
	font-size: 16px;
	color: #333;
}

body	{
	margin: 0 auto;
	width: 1140px;
}

@media screen and (max-width: 1140px) {
	body	{
		width: 95%;
	}
}

h1, h2, h3, h4, h5, h6	{
	font-size: 1.5em;
	font-weight: normal;
}

p	{
	line-height: 1.5rem;
}

a,
a:link,
a:visited,
a:active	{
	color: #0A8664;
}

a:hover	{
	color: #246852;
	text-decoration: none;
}

button	{
	display: block;
	background: #0A8664;
	color: #fff;
	border: none;
	transition: 0.4s;
	padding: 1em;
	font-size: 1.1em;
	width: 40%;
	border-radius: 5px;
	text-align: center;
}

button:hover	{
	background: #246852;
}

button::after{
    content: "";
    display: inline-block;
    margin-left: 1em;
    vertical-align: 1px;
    width: 7px;
    height: 7px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}

input[type="button"],input[type="submit"],button{
    cursor: pointer;
}

@media screen and (max-width: 1140px) {
	button	{
		width: 100%;
	}
}

@media screen and (max-width: 780px) {
	button	{
		width: 100%;
		font-size: 1em;
	}
}

footer	{
	padding-bottom: 5rem;
}