<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.group {
	clear: both;
	border: solid 5px #d5eeff;
	border-radius: 10px;
	margin: 20px 0 0;
	padding: 20px;
}
.group:first-child {
	margin-top: 0;
}
.group h1 {
	color: #007aec;
	border-bottom: solid 2px #007aec;
	font-size: 157%;
	font-weight: 600;
	margin-bottom: 20px;
	padding-bottom: 15px;
}
.group p {
	font-size: 16px;
	line-height: 1.75;
}
#second #footer_grp {
	margin-top: 80px;
}
/* 
---------------------------------------
index.html
---------------------------------------
*/
#contents &gt; h1 {
	text-align: center;
}
#contents &gt; h1 a {
	display: block;
	background: url(../../../img/useful/move/bg_page_head.jpg) no-repeat 50% 0;
	border-radius: 20px 20px 0 0;
	min-height: 160px;
}
#contents &gt; h1 &gt; span {
	display: block;
	color: #fff;
	font-size: 25px;
	background: #007aec;
	border-radius: 0 0 20px 20px;
	padding: 24px 0 18px 169px;
	letter-spacing: 0.2em;
}
#contents &gt; h1 span span {
	position: relative;
}
#contents &gt; h1 span span:before {
	content: "";
	background: url(../../../img/useful/point/h1_baloon.png) no-repeat 0 0;
	width: 169px;
	height: 90px;
	position: absolute;
	top: -40px;
	left: -169px;
}
#staff {
	text-align: center;
	margin-top: 10px;
}
#staff li {
	display: inline-block;
	line-height: 0;
}
.point {
	position: relative;
	min-height: 160px;
	padding: 15px 20px;
	box-sizing: border-box;
	background: #eaeaea;
	margin-top: 20px;
}
.point:nth-child(odd) {
	background: #f8f8f8;
}
.point h3 {
	font-size: 20px;
	font-weight: bold;
	color: #007aec;
	padding-left: 215px;
	position: relative;
	margin-bottom: 10px;
}
.point h3:before {
	content: "";
	background: #007aec;
	border-radius: 50%;
	width: 33px;
	height: 33px;
	position: absolute;
	top: 14px;
	left: 175px;
	margin-top: -17px;
}
.point h3:after {
	content: "1";
	color: #fff;
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 21px;
	position: absolute;
	top: 14px;
	left: 185.5px;
	margin-top: -12px;
}
.point:nth-of-type(2) h3:after {
	content: "2";
}
.point:nth-of-type(3) h3:after {
	content: "3";
}
.point:nth-of-type(4) h3:after {
	content: "4";
}
.point:nth-of-type(5) h3:after {
	content: "5";
}
.point:nth-of-type(6) h3:after {
	content: "6";
}
.point:nth-of-type(7) h3:after {
	content: "7";
}
.point:nth-of-type(8) h3:after {
	content: "8";
}
.point:nth-of-type(9) h3:after {
	content: "9";
}
.point p {
	padding-left: 175px;
}
.point figure {
	position: absolute;
	top: 15px;
	left: 20px;
	line-height: 0;
}
.point figure img{
	max-width:50%;
}

@media screen and (max-width: 940px) {
#staff li {
	width: 45%;
}
.point figure img{
	max-width:50%;
}
}

@media screen and (max-width: 899px) {
#second #side {
	margin: 40px 0 0 0;
}
.point figure img{
	max-width:50%;
}
}

@media (max-width: 768px) {
#page_ttl_bg {
	margin-bottom: 20px;
}
.point figure img{
	max-width:50%;
}
}

@media (max-width: 640px) {
.group &gt; section figure {
	float: none !important;
	margin-top: 10px;
}
.group &gt; section &gt; div {
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
.group &gt; section figure img {
	display: block;
	width: 100%;
}
.point {
	padding: 15px;
}
.point figure {
	position: static;
}
.point h3 {
	padding-left: 40px;
}
.point h3:before {
	left: 0;
}
.point h3:after {
	left: 10.5px;
}
.point p {
	padding-left: 0;
}
.point figure img{
	max-width:100%;
}
}

@media (max-width: 530px) {
#contents &gt; h1 &gt; span {
	padding-left: 0;
}
#contents &gt; h1 span span:before {
	content: none;
}
.point figure img{
	max-width:100%;
}
}

@media (max-width: 500px) {
#contents &gt; h1 {
	padding: 0 2%;
	position: relative
}
.point figure img{
	max-width:100%;
}
}

@media (max-width: 400px) {
.group {
	padding: 2%;
}
.group h1 {
	margin-bottom: 10px;
	padding-bottom: 0;
}
#contents &gt; h1 {
	padding-top: 25px;
}
#contents &gt; h1 &gt; span {
	letter-spacing: normal;
	padding: 3% 0;
}
.group &gt; section h2 {
	padding: 10px;
	margin-bottom: 10px;
}
.point h3 {
	line-height: 1.3;
}
.point h3:after {
	margin-top: -14px;
}
.point figure {
	margin-top: 0 !important;
}
.point {
	margin-bottom: 30px !important;
}
.point figure img{
	max-width:100%;
}
}
</pre></body></html>