@charset "utf-8";
/* -----------------------------
 platical-use.css
----------------------------- */


/* -----------------------------
 PC
----------------------------- */
@media screen and (min-width:1000px) {

/* --------------------------------------- #mainimg --------------------------------------- */

	#mainimg {
		margin: 0px auto 100px;
	}

	#mainimg > div:first-of-type {
		position: relative;


		margin-bottom: 50px;
	}

	#mainimg h1 {
		position: absolute;
		bottom: 0;
		left: 0;

		padding: 20px 30px;
		width: 80%;

		background: 
			linear-gradient(
				to right,
				rgba(0, 26, 75, 0.6),
				rgba(0, 26, 75, 0.6),
				transparent
			)
		;

		letter-spacing: 2px;
		font-size: 3vw;
		color: #FFFFFF;
	}

	#mainimg > div:first-of-type img {
		width: 100%;
		height: auto;
height: 300px;
	}

	#mainimg > div:nth-of-type(2) {
		margin: 0px auto 100px;

		width: fit-content;
	}

	#mainimg > div:nth-of-type(2) p {
		line-height: 150%;
		letter-spacing: 1px;
		font-size: large;
	}

	#mainimg > div:nth-of-type(3) {
		display: flex;
		justify-content: center;
	}

	#mainimg > div:nth-of-type(3) div {
		margin: 0px 20px;
	}

	#mainimg > div:nth-of-type(3) img {
		margin-bottom: 50px;
		width: 100%;
height: 300px;
	}

	#mainimg > p {
		margin-bottom: 50px;

		text-align: center;
		line-height: 150%;
		font-size: x-large;
	}

	#mainimg > p span {
		font-size: xx-large;
		font-weight: bold;
		color: rgb(0, 26, 75);
	}





	.toCon a {
		display: block;
		margin: 0px auto;
		padding: 30px 50px;
		width: fit-content;
		border-radius: 5px;
		background:
			linear-gradient(
				to bottom,
				#818181 0%,
				#575757 100%
			)
		;

		font-size: x-large;
		color: #FFFFFF;
	}

}

/* -----------------------------
 SP
----------------------------- */
@media screen and (max-width:999px) {

/* --------------------------------------- #mainimg --------------------------------------- */

	#mainimg {
		margin: 0px auto 100px;
	}

	#mainimg > div:first-of-type {
		position: relative;


		margin-bottom: 50px;
	}

	#mainimg h1 {
		position: absolute;
		bottom: 0;
		left: 0;

		padding: 20px 30px;
		width: 80%;

		background: 
			linear-gradient(
				to right,
				rgba(0, 26, 75, 0.6),
				rgba(0, 26, 75, 0.6),
				transparent
			)
		;

		letter-spacing: 2px;
		font-size: 8vw;
		color: #FFFFFF;
	}

	#mainimg > div:first-of-type img {
		width: 100%;
		height: auto;
	}

	#mainimg > div:nth-of-type(2) {
		margin: 0px auto 100px;
		padding: 0px 20px;
	}

	#mainimg > div:nth-of-type(2) p {
		margin-bottom: 15px;
		line-height: 150%;
		letter-spacing: 1px;
		font-size: large;
	}

	#mainimg > div:nth-of-type(3) img {
		margin-bottom: 50px;
		width: 100%;
		height: auto;
	}

	#mainimg > p {
		margin-bottom: 50px;
		padding: 0px 10px;

		text-align: center;
		line-height: 150%;
		font-size: 5vw;
	}

	#mainimg > p span {
		font-size: 7vw;
		font-weight: bold;
		color: rgb(0, 26, 75);
	}

	.toCon a {
		display: block;
		margin: 0px auto;
		padding: 30px;
		width: fit-content;
		border-radius: 5px;
		background:
			linear-gradient(
				to bottom,
				#818181 0%,
				#575757 100%
			)
		;

		font-size: 5vw;
		color: #FFFFFF;
	}


/* --------------------------------------- #footer --------------------------------------- */

	footer nav ul li a {
		display: block;
		width: 100%;
		height: auto;
	}


}
