@charset "utf-8";


/* CSS Document */

/*
==============================================================================*/




main #sectionA > .container {margin: auto;}
main #sectionA > .container > .title {
	margin: 2em 0;
	font-size: 3rem;
	font-weight: bold;
}
main #sectionA > .container > .note {}
main #sectionA > .container > .note > p {margin: 2rem 0;}
main #sectionA > .container > .note > p a {word-break: break-all;}




/*============================================================================*/

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (max-width: 519px) {/* // Mobile // ～519px // */
/*============================================================================*/




main #sectionA > .container {width: 29rem;}
main #sectionA > .container > .title {font-size: 1.9rem;}
main #sectionA > .container > .note {font-size: 1.2rem;}
main #sectionA > .container > .note > p {}




/*============================================================================*/
}



/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (min-width: 520px) and (max-width: 959px) {/* // Tablet // 520～959px // */
/*============================================================================*/




	main #sectionA > .container {width: 69rem;}
	main #sectionA > .container > .title {}
	main #sectionA > .container > .note {}
	main #sectionA > .container > .note > p {}




/*============================================================================*/
}



/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (min-width: 960px) {/* // PC // 960px～ // */
/*============================================================================*/



	main .upperMainContents {
		min-height: calc(100dvh - 31rem);
		padding-bottom: 0;
	}
	main #sectionA > * {padding-left: var(--width-mainNavigation);}
	main #sectionA > .container {
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 110rem;
		min-height: calc(100dvh - 31rem);
	}
	main #sectionA > .container > .title {}
	main #sectionA > .container > .note {}
	main #sectionA > .container > .note > p {}




/*============================================================================*/
}



/* - - - - - - - - - - - - - - - - - - -
/-/media/Project/globeride/recruit_globeride_cojp/top/error/css/error-css.css
ID={----}
- - - - - - - - - - - - - - - - - - - */