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

/*===================================================
タイトル
===================================================*/
#other .titBox {
	margin: 50px auto 15px auto;
}

#other h1 {
	font-size: 300%;
	line-height: 1;
	font-weight: 400;
	text-align: center;
	border: none;
	padding	: 0;
}
#other h1 span {
	display: inline;
	font-size: 100%;
	background-image: none;
	padding: 0;
	margin: 0 0 0 -0.3em;
}

#other h2 {
	font-size: 250%;
	line-height: 1;
	font-weight: 400;
	text-align: center;
	margin: 50px auto 10px auto;
}

#aboutCopy {
	font-size: 120%;
	line-height: 1.7;
	text-align: center;
	margin-bottom: 50px;
}

@media screen and ( max-width:665px ) {
#other .titBox {
	margin: 30px auto 10px auto;
}

#other h1 {
	font-size: 250%;
}

#other h1 span {
	display: block;
	margin: 5px 0 0 0;
}

#other h2 {
	font-size: 200%;
	margin-bottom: 15px;
}

#aboutCopy {
	font-size: 100%;
	text-align: left;
}
}


/*===================================================
コンテンツ
===================================================*/
#other #contents {
	margin-top: 0;
}

#other #contentsMain {
	float: none;
	width: 100%;
}


/*===================================================
アイコン
===================================================*/
#about_iconBox {
	width: 90%;
	border-bottom: 1px solid #3b699c;
	padding: 0 5% 50px 5%;
	margin: 0 auto 50px auto;
}

#about_iconBox li {
	float: left;
	width: 30%;
	font-size: 110%;
	margin-top: 50px;
	margin-left: 5%;
}
#about_iconBox li:first-child,
#about_iconBox li:nth-child(4) {
	clear: both;
	float: left;
	margin-left: 0;
}

#about_iconBox li div {
	text-align: center;
}

#about_iconBox li img {
	width: 100%;
	max-width: 100px;
	margin-bottom: 10px;
}

#about_iconBox li b {
	display: block;
	font-size: 140%;
	font-weight: 400;
	text-align: center;
	margin-bottom: 5px;
}

#about_iconBox li a {
	display: block;
	margin-top: 5px;
}

@media screen and ( max-width:665px ) {
#about_iconBox {
	padding: 0 5%;
	margin: 0 auto 30px auto;
}

#about_iconBox li {
	float: none !important;
	width: 100%;
	margin: 0 0 30px 0;
}

#about_iconBox li img {
	max-width: 80px;
}

#about_iconBox li b {
	font-size: 110%;
}
}


/*===================================================
青ボタン
===================================================*/
.save_btmBox {
	width: 50%;
    font-size: 110%;
	line-height: 1;
	text-align: center;
	margin: 30px auto 50px auto;
}

.save_btmBox b {
    display: block;
    font-size: 140%;
	margin-bottom: 7px;
}

.save_btmBox a,
.save_btmBox a:visited,
.save_btmBox a:hover,
.save_btmBox input {
	color: #fff;
	text-decoration: none;
}

.save_btmBox a,
.save_btmBox input[type="button"],
.save_btmBox input[type="submit"] {
	box-sizing: border-box;
    display: block;
	width: 100%;
	font-weight: 500;
	background-color: #0078c4;
	border: none;
	border-radius: 7px;
	padding: 10px;
}

.save_btmBox a:hover,
.save_btmBox input:hover {
	cursor: pointer;
	-ms-filter: "alpha( opacity=50 )";
	filter: alpha( opacity=50 );
	opacity: 0.5;
}

@media screen and ( max-width:665px ) {
.save_btmBox {
	width: 90%;
    font-size: 90%;
	margin-top: 15px;
}

.save_btmBox b {
    font-size: 130%;
}
}


/*===================================================
フッター
===================================================*/
#footLinkBoxOut {
    margin-bottom: 0;
}

/*===================================================
ページトップ
===================================================*/
@media screen and ( max-width:665px ) {
#bt_to_top {
	bottom: 15px;
}
}</pre></body></html>