@charset "UTF-8";

/*色の設定
-----------------------------------------*/
:root
{
	--bluedeep: #92C4DA;
	--bluelight: #CFEAF5;
	--bluefont: #8EBCD1;
	--red: #EE887E;
	--graylight: #F7F7F7;
}

/* 英語
-----------------------------------------*/
.page-title
{
	margin-bottom: 50px;
}

.page-title img
{
	padding-bottom: 30px;
}

h1
{
	font-family: 'min2', serif;
	font-weight: bold;
	font-size: 30px;
	letter-spacing: 0.15em;
	color: #fff;
}

h2
{
	font-size: 26px;
	color: var(--bluefont);
}

table.table
{
	margin-top: 60px;
	width: 1024px;
	border-collapse: collapse;
	border-spacing: 0;
	letter-spacing: 0;
	line-height: 1.5;
	margin-bottom: 50px;
}

table.table th
{
	width: 15%;
	padding: 30px;
	font-weight: normal;
	text-align: center;
	background-color: #f7f7f7;
	border: solid 1px #cccccc;
}

table.table td
{
	padding: 30px 20px;
	border: solid 1px #cccccc;
	vertical-align: middle;
}

table.table tr td:nth-child(2)
{
	width: 10%;
}

table.table tr td:nth-child(3)
{
	width: 18%;
}

table.table tr td:nth-child(4)
{
	width: 57%;
}

table.table tr td ul
{
	list-style-type: disc;
	margin-left: 1em;
}

table.table tr td a
{
	color: var(--bluefont);
	margin-left: 1em;
}

@media (max-width: 769px)
{}