<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "shift_jis";
/* CSS Document */

.topimg {
	margin: 0.5em 0;
	background-color: #5E6577;
	padding: 2%;
	color: #ffffff;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.top_01 {
    width: 44%;
    margin: 2%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: space-around;
}

.top_01:first-child img {
	width: 100%;
	max-width: 361px;
	height: auto;
	border-top: #ffffff 1px solid;
	border-left: #ffffff 1px solid;
}

.top_01:last-child {
	border-bottom: #ffffff 1px solid;
	border-right: #ffffff 1px solid;
}

.top_01:last-child img {
}

.top_01 p:nth-child(2) {
    font-size: 2.5em;
    margin: 1em 0 1.5em 0;
}

.top_01 p:nth-child(3) {
}

.acssy_01 {
	margin: 1em 0;
}

.acssy_01 img {
	padding: 1em 0.4em;
}

.acssy_01 img:first-child {
}

.acssy_01:last-child img {
}

.acssy_01 h2 {
    color: #59607C;
    padding-bottom: 0.4em;
    border-bottom: #59607C 1px solid;
}

.acssy_01 p span {
	/* font-size: 1.0em; */
}

.acssy_011 {
	background-color: #EDF3FC;
	padding: 0.4em;
}

	.acssy_011s {
		display: none;
	}

.acssy_01 ul{
    width: 90%;
    background-color: #F7F8F9;
    margin: auto;
    text-align: center;
    padding: 1em;
}

.acssy_01 ul li{
	color: #59607C;
}

.acssy_01 ul li a{
	color: #59607C;
}

.acssy_01 ul li a:hover{
	color: #949AAF;
}

.acssy_02 {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 100px;
}

.acssy_021 {
    width: 320px;
    margin: 1% 1% 2% 1%;
	border: 1px solid #526389;
	padding: 2%;
}

.acssy_021 p {
	margin: 0;
}

.acssy_021 img {
	width: 100%;
	max-width: 250px;
	height: auto;
	margin: 1em 0;
}

.fa-window-restore, .fa-envelope{
	font-weight: bold;
}

.acssy_021 a.acssy_btn {
	width: 80%;
	margin: 0.5em auto;
	font-weight: 600!important;
	font-size: 0.9em;
    position: relative;
    display: block;
    padding: 6px 0;
    text-decoration: none;
    color: #ffffff;
    background: #566CBA;
    border-radius: 4px;
}

.acssy_021 a.acssy_btn:hover {	
    background: #92A6DD;
}

.acssy_btn::after {
	font-family: "Font Awesome 5 Free";
  	content: "\f105";
	position: absolute;
	right: 15px;
	top: 1px;
    font-size: 1.5em;
    line-height: 42px;
	padding-bottom: 2em;
	font-weight: bold;
}
</pre></body></html>