@charset "utf-8";
/* CSS Document */



.s-link01_cover {
	display: inline-block;
	border-radius: 6px;
	margin-bottom: 20px;
}
.s-link01_cover .s-link01 {
	color: #fff;
	display: block;
	background: linear-gradient(180deg,#1754ac,#003e98);
	margin-left: 0;
	padding: 6px 20px 8px 30px;
	border-radius: 6px;
	border: #003787 solid 1px;
}
.s-link01_cover .s-link01:hover {
	text-decoration: none;
	opacity: 0.8;
}
.s-link01_cover .s-link01::before {
	content: "";
	display: block;
    position: absolute;
    height: 0;
    width: 0;
    border-left: 6px solid #fff;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    top: 1em;
    left: 17px;
}
.s-table01 a {
	display: block;
	width: 100%;
}
.s-table01 a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.s-table01 table td, .s-table01 table th {
	border-color: #bbb;
}
.s-txt01 .att {
	color: #f00 !important;
}
/*s-sec00*/
.s-sec00{
    margin-bottom: 40px;
}

/* 青のボタン*/
.s-link02_cover {
	display: block;
}
.s-link02{
    border-radius: 6px;
	margin-bottom: 20px;
    display: block;
    width: 100%;
    color: #fff;
	letter-spacing: 1px;
    text-decoration: none;
    font-weight: 600;
    text-align: center;
    font-size: 18px;
	background: linear-gradient(180deg, #0891db 0, #098dd9 18%, #058bd9 21%, #088bd8 26%, #0586d6 36%, #0683d5 49%, #0380d3 54%, #0172cc);
	margin-left: 0;
	padding: 6px 20px 8px 30px;
	border: #0172CC solid 1px;
    position: relative;
}
.s-link02>i{
    padding-left: 10px;
}
.s-link02_cover .s-link02:hover {
	text-decoration: none;
	opacity: 0.8;
}

/*s-sec00*/
.s-sec00{
    margin-bottom: 40px;
}
/* 青のボタン*/
.s-link0202_cover {
	display: block;
}
.s-link0202{
    border-radius: 6px;
	margin-bottom: 20px;
    display: block;
    width: 60%;
    color: #fff;
	letter-spacing: 1px;
    text-decoration: none;
    font-weight: 600;
    text-align: center;
    font-size: 18px;
	background: linear-gradient(180deg, #0891db 0, #098dd9 18%, #058bd9 21%, #088bd8 26%, #0586d6 36%, #0683d5 49%, #0380d3 54%, #0172cc);
	margin-left: 0;
	padding: 6px 20px 8px 30px;
	border: #0172CC solid 1px;
    position: relative;
}
.s-link02>i{
    padding-left: 10px;
}
.s-link02_cover .s-link02:hover {
	text-decoration: none;
	opacity: 0.8;
}



@media screen and (min-width: 750px)  {
	.s-table01 a:hover {
		text-decoration: none;
		opacity: 0.7;
	}
}


.s-page h4 {
    font-weight: 700;
    font-size: 17px;
	position: relative;
	padding: .3em .3em .3em 1.6em;
}
.s-page h4::after {
	position: absolute;
	content: '';
	bottom: .8em;
	left: .4em;
	width: 12px;
	height: 12px;
	background-color: #ff0083;
	transform: rotate(45deg);
}

/* テキスト調整*/
.bold {
    font-weight: 700;
    font-size: 16px;
	margin-bottom: 15px;
}
.skoumoku {
    font-weight: 700;
	background-color: #ffff00;
}