@charset "UTF-8";
/*
 * sotsugyo.css
 *
 */

/* メインタイトル(卒業生の方へ)
---------------------------------------------------------- */
.sotsugyo-list img {
	width: 100%;
}
.sotsugyo-list > h1 {
	background: #99cfc7;
	text-align: center;
	padding: 32px 0;
	margin: 0 0 20px;
}
.sotsugyo-list > h1 img {
	width: 154px;
}
@media screen and (min-width: 769px){ /* PC */
	.sotsugyo-list > h1 {
		padding: 63px 0;
		margin: 0 0 40px;
	}
	.sotsugyo-list > h1 img {
		width: 308px;
	}
}

/* トップリンクリスト
---------------------------------------------------------- */
.sotsugyo-list-box {
	margin: 0 18px 30px;
}
.sotsugyo-list-box ul li {
	background: #ffffff; /* Old browsers */
	background: linear-gradient(to right,  #ffffff 0%,#ffffff 91%,#404272 91%,#404272 100%);
	margin: 20px 0 0;
}
.sotsugyo-list-box ul li a {
	display: block;
	border: 1px solid #404272;
	background: url(../../img/sotsugyo/link_arw_01_sp.png) right 3% center no-repeat;
	background-size: 10px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #404272;
	text-align: center;
	padding: 30px 9% 30px 0;
}
@media screen and (min-width: 769px){ /* PC */
	.sotsugyo-list-box {
		margin: 0 auto 70px;
		width: 640px;
	}
	.sotsugyo-list-box ul {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: flex-start;
	}
	.sotsugyo-list-box ul li {
		width: 194px;
		background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 85%,#404272 85%,#404272 100%);
		margin: 0;
	}
	.sotsugyo-list-box ul li a {
		background: url(../../img/sotsugyo/link_arw_01.png) bottom 4% center no-repeat;
		background-size: 12px;
		font-size: 1.5rem;
		line-height: 2.0;
		padding: 60px 0 70px;
	}
	.sotsugyo-list-box ul li a:hover {
		opacity: 0.7;
	}
}

/* メインタイトル(各種証明書の発行について)
---------------------------------------------------------- */
.main-title-certificate {
	background: #99cfc7;
	text-align: center;
	padding: 32px 0;
	margin: 0 0 35px;
}
.main-title-certificate img {
	width: 158px;
}
@media screen and (min-width: 769px){ /* PC */
	.main-title-certificate {
		padding: 63px 0;
		margin: 0 0 36px;
	}
	.main-title-certificate img {
		width: 316px;
	}
}

/* 各種証明書の発行について
---------------------------------------------------------- */
.lead-text {
	text-align: center;
	margin: 0 0 25px;
	font-size: 1.4rem;
	line-height: 1.8;
}
.lead-text span {
	font-weight: bold;
	color: #404272;
}
.lead-text a {
	font-size: 1.4rem;
	font-weight: bold;
	color: #404272;
	text-decoration: underline;
}
.certificate-box {
	margin: 0 20px;
}
.certificate-box > h2 {
	background: #727498;
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 8px 0;
}
.certificate-sub {
	margin: 30px 0 0;
}
.certificate-sub > h3 {
	color: #404272;
	font-size: 1.4rem;
	font-weight: bold;
	margin: 0 0 10px;
}
.certificate-box .cs-text {
	margin: 12px 0 0;
	font-size: 1.4rem;
	line-height: 1.8;
}
.certificate-box .cs-table {
	margin: 14px 0 0;
}
.certificate-box .cs-table table {
	border: 1px solid #404272;
	width: 100%;
	line-height: 1.4;
	font-size: 1.1rem;
}
.certificate-box .cs-table table thead th {
	border: 1px solid #404272;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	color: #fff;
	background: #404272;
}
.certificate-box .cs-table table thead td {
	border: 1px solid #404272;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	color: #404272;
	background: #f1f1f5;
	font-weight: bold;
}
.certificate-box .cs-table table tbody th {
	border: 1px solid #404272;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	color: #404272;
}
.certificate-box .cs-table table tbody td {
	border: 1px solid #404272;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}
.certificate-box .table-caption {
	margin: 12px 0 0;
}
.certificate-box .table-caption li {
	font-size: 1.0rem;
	position: relative;
	padding: 0 0 0 1em;
	line-height: 1.8;
}
.certificate-box .table-caption li:before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}
.cs-in {
	margin: 0 0 30px;
	border: 1px solid #404272;
}
.cs-in > h4 {
	color: #404272;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
	padding: 8px 0;
	background: #f1f1f5;
}
.cs-in-sub {
	padding: 0 12px 12px;
}
.cs-in-sub .cs-in-text {
	font-size: 1.3rem;
	line-height: 1.8;
	margin: 12px 0 0;
}
.cs-in-sub .cs-in-caption {
	font-size: 1.0rem;
}
.cs-in-sub dl {
	margin: 18px 0 0;
}
.cs-in-sub dl dt {
	font-size: 1.3rem;
	line-height: 1.8;
}
.cs-in-sub dl dd {
	font-size: 1.3rem;
	line-height: 1.8;
}
.cs-in-sub dl dd ul li {
	position: relative;
	padding: 0 0 0 1em;
}
.cs-in-sub dl dd ul li:before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}
.cs-in-list {
	margin: 12px 0 0;
}
.cs-in-list > div {
	padding: 0 0 0 1em;
}
.pdf-link {
	margin: 10px 0 0;
}
.pdf-link a {
	display: block;
	border: 2px solid #404272;
	color: #404272;
	padding: 15px 45px 15px 15px;
	font-size: 1.3rem;
	font-weight: bold;
	background: url(../../img/sotsugyo/icon_pdf.png) right 6px center no-repeat;
	background-size: 34px;
	text-decoration: underline;
}
.certificate-box .cs-in-table {
	margin: 14px 0 10px;
}
.certificate-box .cs-in-table table {
	border: 1px solid #404272;
	width: 100%;
	line-height: 1.4;
	font-size: 1.4rem;
}
.certificate-box .cs-in-table table thead th {
	border: 1px solid #404272;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	color: #404272;
	background: #f1f1f5;
	font-weight: bold;
}
.certificate-box .cs-in-table table tbody td {
	border: 1px solid #404272;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	color: #404272;
}
@media screen and (min-width: 769px){ /* PC */
	.lead-text {
		margin: 0 0 36px;
		font-size: 1.5rem;
	}
	.lead-text span {
		font-size: 1.5rem;
	}
	.lead-text a {
		font-size: 1.5rem;
	}
	.certificate-box {
		margin: 0 auto;
		width: 640px;
	}
	.certificate-box > h2 {
		font-size: 1.5rem;
		padding: 12px 0;
	}
	.certificate-sub {
		margin: 30px 18px 0;
	}
	.certificate-sub > h3 {
		font-size: 1.5rem;
		margin: 0 0 10px;
	}
	.certificate-box .cs-text {
		font-size: 1.5rem;
	}
	.certificate-box .cs-table {
		margin: 14px 0 0;
	}
	.certificate-box .cs-table table {
		font-size: 1.3rem;
	}
	.certificate-box .cs-table table thead th {
		padding: 8px;
	}
	.certificate-box .cs-table table thead td {
		padding: 8px;
	}
	.certificate-box .cs-table table tbody th {
		padding: 8px;
	}
	.certificate-box .cs-table table tbody td {
		padding: 8px;
	}
	.cs-in {
		margin: 0 0 30px;
		border: 1px solid #404272;
	}
	.cs-in > h4 {
		font-size: 1.5rem;
		padding: 12px 0;
	}
	.cs-in-sub {
		padding: 0 18px 18px;
	}
	.cs-in-sub .cs-in-text {
		font-size: 1.4rem;
	}
	.cs-in-sub dl dt {
		font-size: 1.4rem;
	}
	.cs-in-sub dl dd {
		font-size: 1.4rem;
	}
	.cs-in-list > div {
		padding: 0 1em 0 1em;
	}
	.pdf-link {
		margin: 10px 0 0;
	}
	.pdf-link a {
		font-size: 1.4rem;
	}
	.pdf-link a:hover {
		opacity: 0.7;
	}
	.certificate-box .cs-in-table table thead th {
		padding: 8px;
	}
	.certificate-box .cs-in-table table tbody td {
		padding: 8px;
	}
}

/* メインタイトル(各種証明書の発行について)
---------------------------------------------------------- */
.main-title-junior {
	background: #99cfc7;
	text-align: center;
	padding: 32px 0;
	margin: 0 0 35px;
}
.main-title-junior img {
	width: 198px;
}
@media screen and (min-width: 769px){ /* PC */
	.main-title-junior {
		padding: 63px 0;
		margin: 0 0 36px;
	}
	.main-title-junior img {
		width: 396px;
	}
}
