@charset "utf-8";



/*ここからmain*/


h2 {
	padding-top: .5em;
	/*padding-bottom: .5em;*/
	margin-top: 2em;
	position: relative;
	border-bottom: solid 3px #000080;
	color: #000;
}

h2::after {
	position: absolute;
	content: " ";
	display: block;
	width: 15%;
	bottom: -3px;
	border-bottom: solid 3px #b1221a;
}

ul.cp_list {
	padding:0.5em;
	list-style-type:none;
	margin:1em 0;
}

ul.cp_list li {
	position:relative;
	padding: 0em 0.3em 0.3em 1.3em;
}

ul.cp_list li:before {
	position:absolute;
	content:'';
	top: 0.5em;
	left: 0.2em;
	height:0;
	width:0;
	border-style: solid;
	border-width: 6px 0 6px 9px;
	border-color: transparent transparent transparent #000080;
}


table {
      width:100%;
      margin:40px auto;
      /*border-collapse:collapse;*/
      border-spacing:  20px 0;
}

table th{
	width:20%;
	height:50px;
	/*padding: 10px 10px;*/
	text-align: center; 
	background: #fff;
	border:solid 1px;
}

table td{
	width:20%;
	height:50px;
	/*padding: 10px 10px;*/
	text-align: center;
	background: #000080;
	color: #fff;
}

span {
	margin: 0 10px;
}

.link {
	color : #fff;
	/*display: inline-block;*/
	padding: 0.1em 0.3em;
	transition: all .3s;
}
.link:hover {
	color: #fff;
	background-color: #b1221a;

}

.link a:link{
	color : #fff;
}

.link a:visited{
	color : #fff;
}

.section2 {
	margin-bottom:50px;
}



/*ここまでmain*/



