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




body {
	min-width: 320px;
	padding: 40px 0 80px 0;
	padding: 12vw 0 22vw 0;
	font-size: 14px;
	font-size: 3vw;
	line-height: 1.6 ;
}

a:link,
a:visited {
	color: #f70 ;
	text-decoration: none ;
}

img {
	width: 100%;
	height: auto;
}

hr {
	margin: 15px 0;
	margin: 4vw 0;
}




/*main*/

.inner {
	position: relative;
	width: 100%;
	padding: 0 10px;
	padding: 0 3.5vw;
}

.bg1 {
	position: relative;
	background: #143d66;
	width: 100%;
	padding: 15px 0;
	padding: 4vw 0;
	z-index: 3;
}
.bg1:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(20, 61, 102, 0);
	border-top-color: #143d66;
	border-width: 15px;
	margin-left: -15px;
	border-width: 4vw;
	margin-left: -4vw;
}
.bg2 {
	position: relative;
	background: #dde3eb;
	width: 100%;
	padding: 15px 0;
	padding: 4vw 0;
	z-index: 2;
}
.bg2:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(221, 227, 235, 0);
	border-top-color: #dde3eb;
	border-width: 15px;
	margin-left: -15px;
	border-width: 4vw;
	margin-left: -4vw;
}
.bg3 {
	position: relative;
	background: #fff;
	width: 100%;
	padding: 15px 0;
	padding: 4vw 0;
	z-index: 1;
}

.sub {
	font-size: 16px;
	font-size: 3.2vw;
	color: #143d66;
}
.sub br {
	display: none;
}
.bg1 .sub {
	color: #fff;
}

.point {
	font-size: 16px;
	font-size: 3.2vw;
	text-align: center;
}
.point strong {
	font-size: 20px;
	font-size: 4vw;
	line-height: 1.2;
	color: #e60;
}
.bg1 .point {
	color: #fff;
}
.bg1 .point strong {
	color: #fe3;
}

.subtitle {
	position: relative;
	display: block;
	min-width: 200px;
	background: #143d66;
	width: 90%;
	padding: 3vw;
	padding: 10px;
	font-size: 3.6vw;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	text-align: center;
	box-shadow:2px 2px 0px 0px rgba(0,0,0,0.2);
	-moz-box-shadow:2px 2px 0px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow:2px 2px 0px 0px rgba(0,0,0,0.2);
}
.subtitle strong {
	color: #fe3;
}

.subbox {
	position: relative;
	background: #eee;
	border: 1px solid #ccd5e1;
}




/*header*/

header {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	width: 100%;
	height: 40px;
	height: 12vw;
	border-bottom: 1px solid #eee;
	z-index: 100;
}
header .inner {
	padding: 5px 10px;
	padding: 2vw 3.5vw 0 3.5vw;
}
header h1 {
	float: left;
	width: 80px;
	width: 21vw;
}
header ul {
	display: none;
	position: fixed;
	top: 40px;
	top: 12vw;
	right: 0;
	background: rgba(255,255,255,0.9);
	width: 100%;
	margin: 0;
	padding: 0;
}
header ul li a {
	position: relative;
	display: block;
	padding: 10px 20px 10px 10px;
	padding: 3.2vw 7vw 3.2vw 3.5vw;
	color: #fff !important;
	border-bottom: 1px solid #eee;
}
header ul li a:after {
	left: 95%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #fff;
	border-width: 6px;
	margin-top: -6px;
	border-width: 1.6vw;
	margin-top: -1.6vw;
}
header ul li.menu1 a {
	background: #e80;
}
header ul li.menu2 a,
header ul li.menu3 a {
	background: #265380;
}
header ul li.menu4 a {
	background: #383;
}
header ul li.menu5 a {
	background: #aa3;
}
header ul li.menu6 a {
	background: -moz-linear-gradient(top, #ffbb00 0%, #ff8800 100%);
	background: -webkit-linear-gradient(top, #ffbb00 0%,#ff8800 100%);
	background: linear-gradient(to bottom, #ffbb00 0%,#ff8800 100%);
}
header ul li.active {
	display: none;
}
header #sp-menu {
	float: right;
	background: url(../img/sp-menu_01.png) no-repeat;
	background-size: cover ;
	width: 30px;
	height: 30px;
	width: 8vw;
	height: 8vw;
}
header #sp-menu.active {
	background: url(../img/sp-menu_02.png) no-repeat;
	background-size: cover ;
}

.wc-webchat-ctn {bottom: 100px !important; right:30px !important;}


/*footer*/

footer {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	background: #fffcef;
	width: 100%;
	height: 80px;
	height: 22vw;
	padding: 6px 0 0 0;
	padding: 2vw 0 0 0;
	color: #333;
	border-top: 1px solid #ccc;
	z-index: 100;
}
footer .inner {
	position: relative;
	width: 300px;
	width: 92vw;
	margin: 0 auto;
	padding: 0;
}
footer .contact {
	width: 100%;
	margin: 0 0 5px 0;
	margin: 0 0 1.4vw 0;
	font-size: 7px;
	font-size: 2vw;
	color: #265380;
	text-align: left;
	line-height: 1;
	z-index: 1;
}
footer .copytxt {
	position: relative;
	float: left;
	width: 62%;
	padding: 0 0 4px 0;
	padding: 0 0 0.6vw 0;
	font-size: 9px;
	font-size: 2.6vw;
	font-weight: bold;
	line-height: 1.4;
	text-align: left;
	color: #000;
}
footer .copytxt span {
	color: #c00;
}
footer .clicktel {
	position: relative;
	float: right;
	width: 38%;
	padding: 0 0 4px 0;
	padding: 0 0 0.6vw 0;
	font-size: 7px;
	font-size: 1.8vw;
	line-height: 7px;
	line-height: 1.6vw;
	color: #333;
	z-index: 1;
}
footer .clicktel a {
	display: inline-block;
	background: url(../img/free-d.png) left center no-repeat;
	background-size: contain ;
	width: 100%;
	margin: 2px 0 0 0;
	margin: 1vw 0 0 0;
	padding: 0 0 1px 24%;
	padding: 0 0 0.5vw 7.8vw;
	letter-spacing: -0.03em;
	font-size: 14.5px;
	font-size: 4.6vw;
	line-height: 14.5px;
	line-height: 4vw;
	font-family: 'Oswald', sans-serif;
	color: #000;
	white-space: nowrap;
}
footer ul {
	float: none;
	clear: both;
	display: table;
	width: 100%;
	z-index: 1;
}
footer li {
	display: table-cell;
	width: 33.33%;
	padding: 0 0.5%;
	vertical-align: middle;
}
footer .gotop {
	position: absolute;
	top: -25px;
	right: 2%;
	top: -7vw;
	right: 2vw;
	width: 40px;
	height: 40px;
	width: 12vw;
	height: 12vw;
	z-index: 10;
}




/*top*/

#main-top {
	position: relative;
	background: #fff url(../img/top-img.jpg) center top no-repeat;
	background-size: cover ;
	width: 100%;
	padding: 0;
}
#main-top &gt; div {
	background: url(../img/top-mesh.png);
	width: 100%;
}
#main-top .inner {
	padding: 20px 0;
	padding: 4vw 0;
}
#main-top h2,
#main-top p {
	position: relative;
	width: 100%;
	text-align: center;
	z-index: 1;
}




/* trouble */

.trouble {
	display: table;
	width: 100%;
	margin: 10px 0;
	margin: 3vw 0 2vw 0;
}
.trouble &gt; li {
	position: relative;
	display: table-cell;
	width: 33.33%;
}




/* operate */

.fast {
	position: relative;
	width: 50%;
	margin: -5px auto 10px auto;
	margin: -1vw auto 4vw auto;
}
.operate {
	display: table;
	width: 100%;
	margin: 20px auto;
	margin: 6vw auto 4vw auto;
}
.operate li {
	display: table-cell;
	width: 33.33%;
}




/* cash */

.cash {
	position: relative;
	width: 100%;
}
.cash h3 {
	display: table-cell;
	width: 22%;
	width: 18vw;
	max-height: 70px;
	height: 18vw;
	padding: 0 2%;
	padding: 0 2vw;
	font-size: 12px;
	font-size: 3vw;
	font-weight: bold;
	line-height: 1.3;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
	text-align: center;
	vertical-align: middle;
}
.cash h3.cash1 {
	background: url(../img/cash_01.png) center center no-repeat;
	background-size: contain ;
}
.cash h3.cash2 {
	background: url(../img/cash_02.png) center center no-repeat;
	background-size: contain ;
}
.cash .txt {
	display: table-cell;
	width: 28%;
	width: 28.5vw;
	padding: 0 4% 0 2%;
	padding: 0 3vw 0 2vw;
	font-size: 22px;
	font-size: 6vw;
	font-weight: bold;
	line-height: 1;
	color: #c30;
	text-align: center;
	vertical-align: middle;
}
.cash p strong {
	font-size: 32px;
	font-size: 9vw;
	color: #c30;
}
.cash .sub {
	display: block;
	width: 100%;
	padding: 10px 0 0 0;
	padding: 3vw 0 0 0;
}

.web-cash {
	margin: 35px 0 15px 0;
	margin: 10vw 0 5vw 0;
	padding: 25px 15px 10px 15px;
	padding: 7vw 3.5vw 3vw 3.5vw;
	line-height: 1.2;
	font-size: 20px;
	font-size: 4.8vw;
	font-weight: bold;
	color: #265380;
}
.web-cash h4 {
	position: absolute;
	top: -20px;
	top: -5vw;
	left: 50%;
	width: 90%;
	margin: 0 0 0 -45%;
}
.web-cash span {
	color: #c30;
}
.web-cash strong {
	font-size: 24px;
	font-size: 6.5vw;
	color: #c30;
}

.cash-title {
	font-size: 16px;
	font-size: 4vw;
	color: #000;
	text-align: left;
}
.cash-list {
	position: relative;
	background: #eee;
	width: 100%;
	border: 1px solid #99abc3;
	border-collapse: collapse;
}
.cash-list th {
	background: #265380;
	width: 25%;
	padding: 2.5% 2%;
	padding: 1.8vw;
	font-size: 14px;
	font-size: 3vw;
	font-weight: bold;
	line-height: 1.4;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #99abc3;
}
.cash-list td {
	width: 25%;
	padding: 2%;
	padding: 1.8vw;
	font-size: 10px;
	font-size: 2.4vw;
	line-height: 1.5;
	vertical-align: middle;
	border: 1px solid #99abc3;
}
.cash-list td strong {
	font-size: 12px;
	font-size: 3.2vw;
}
.cash-list .cl1 {
	background: #ccd5e1 url(../img/work_01.png) center center no-repeat;
	background-size: 50px;
	background-size: 15vw;
	font-size: 12px;
	font-size: 3vw;
	font-weight: bold;
	line-height: 1.4;
	color: #265380;
	text-align: center;
}
.cash-list .cl2 {
	background: #ccd5e1 url(../img/work_02.png) center center no-repeat;
	background-size: 50px;
	background-size: 15vw;
	font-size: 12px;
	font-size: 3vw;
	font-weight: bold;
	line-height: 1.4;
	color: #265380;
	text-align: center;
}
.cash-list .cl3 {
	background: #ccd5e1 url(../img/work_03.png) center center no-repeat;
	background-size: 50px;
	background-size: 15vw;
	font-size: 12px;
	font-size: 3vw;
	font-weight: bold;
	line-height: 1.4;
	color: #265380;
	text-align: center;
}
.cash-list .cl1 br,
.cash-list .cl2 br,
.cash-list .cl3 br {
	display: none;
}




/* service */

.service-title {
	position: relative;
	width: 100%;
	background: #143d66;
	margin: 10px 0;
	margin: 3vw 0;
	padding: 15px 0;
	padding: 4vw 0;
	text-align: center;
}

.service {
	width: 100%;
	margin: 10px 0 0 0;
	margin: 3vw 0 1vw 0;
}
.service li {
	position: relative;
	background: #265380;
	width: 100%;
	margin: 0 0 10px 0;
	margin: 0 0 3vw 0;
	padding: 12px 0 12px 55px;
	padding: 3vw 0 3vw 14vw;
	font-size: 16px;
	font-size: 4.5vw;
	font-weight: bold;
	line-height: 1.4;
	color: #fff;
	text-align: center;
}
.service li img {
	position: absolute;
	top: 50%;
	left: 5px;
	left: 2vw;
	width: 50px;
	height: 50px;
	width: 14vw;
	height: 14vw;
	margin: -25px 0 0 0;
	margin: -7vw 0 0 0;
}
.service li br {
	display: none;
}
.service li strong {
	color: #fe3;
}

.service-list {
	margin: 3vw 0;
	margin: 10px 0;
	padding: 40px 10px 10px 10px;
	padding: 12vw 3.5vw 3.5vw 3.5vw;
}
.service-list strong {
	color: #e60;
}
.service-list .subtitle {
	position: absolute;
	top: 5px;
	left: -5px;
	top: 2vw;
	left: -1.5vw;
	margin: 0;
}
.service-list .list {
	width: 100%;
	margin: 5px 0 0 0;
	margin: 2vw 0 0 0;
}
.service-list .list dl {
	position: relative;
	width: 100%;
	min-height: 90px;
	min-height: 14vw;
	margin: 10px 0 0 0;
	margin: 5vw 0 0 0;
	padding: 0 0 0 90px;
	padding: 0 0 0 17vw;
	z-index: 1;
}
.service-list .list dl dt {
	position: relative;
	margin: 0 0 10px 0;
	padding: 0 0 8px 0;
	margin: 0 0 3vw 0;
	padding: 0 0 2vw 0;
	font-size: 16px;
	font-size: 3.6vw;
	font-weight: bold;
	line-height: 1.2;
	text-align: left;
}
.service-list .list dl dt:after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	background: #265380;
	width: 40px;
	width: 10vw;
	height: 2px;
}
.service-list .list dl .icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	height: 80px;
	width: 14vw;
	height: 14vw;
}
.service-list .list dl dd {
	line-height: 1.6;
}
.service-list .list dl dd small {
	font-size: 100%;
}

.service-list.list1 dl:nth-child(6) {
	background: #fff;
	min-height: 80px;
	min-height: 21.5vw;
	padding: 15px 10px 0 90px;
	padding: 3.5vw 3.5vw 0 20.5vw;
	border-radius: 8px 8px 0 0;
	border-radius: 2vw 2vw 0 0;
	-moz-border-radius: 2vw 2vw 0 0;
	-webkit-border-radius: 2vw 2vw 0 0;
}
.service-list.list1 dl:nth-child(7) {
	background: #fff;
	min-height: 80px;
	min-height: 21.5vw;
	margin: 0;
	padding: 15px 10px 0 90px;
	padding: 3.5vw 3.5vw 0 20.5vw;
}
.service-list.list1 dl:nth-child(8) {
	background: #fff;
	min-height: 80px;
	min-height: 21.5vw;
	margin: 0;
	padding: 15px 10px 15px 90px;
	padding: 3.5vw 3.5vw 3.5vw 20.5vw;
	border-radius: 0 0 8px 8px;
	border-radius: 0 0 2vw 2vw;
	-moz-border-radius: 0 0 2vw 2vw;
	-webkit-border-radius: 0 0 2vw 2vw;
}
.service-list.list1 dl:nth-child(6) dt:after,
.service-list.list1 dl:nth-child(7) dt:after,
.service-list.list1 dl:nth-child(8) dt:after {
	background: #e60;
}
.service-list.list1 dl:nth-child(6) img,
.service-list.list1 dl:nth-child(7) img,
.service-list.list1 dl:nth-child(8) img {
	position: absolute;
	top: 10px;
	left: 10px;
	top: 3.5vw;
	left: 3.5vw;
	width: 70px;
	height: 70px;
	width: 14vw;
	height: 14vw;
}
.service-list.list1 .call {
	position: absolute;
	top: -5px;
	right: -5px;
	top: -2vw;
	right: -2vw;
	width: 50px;
	height: 50px;
	width: 14vw;
	height: 14vw;
	margin: 0;
	padding: 0;
	z-index: 2;
}
.service-list.list1 .call img {
	position: relative;
	top: 0 !important;
	left: 0 !important;
	display: inline-block;
	width: 50px !important;
	height: 50px !important;
	width: 14vw !important;
	height: 14vw !important;
	margin: 0;
	padding: 0;
}

.service-set {
	width: 100%;
	margin: 3vw auto 8vw auto;
	margin: 10px auto 20px auto;
}
.service-set li {
	background: #dde3eb;
	margin: 0 0 6px 0;
	margin: 0 0 2vw 0;
	padding: 15px;
	padding: 4.2vw 3.5vw 3.8vw 3.5vw;
	font-size: 16px;
	font-size: 4.5vw;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	text-shadow: 1px 1px 0 #000;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 35px;
	border-radius: 10vw;
	-moz-border-radius: 10vw;
	-webkit-border-radius: 10vw;
	box-shadow:2px 2px 0px 0px rgba(0,0,0,0.2);
	-moz-box-shadow:2px 2px 0px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow:2px 2px 0px 0px rgba(0,0,0,0.2);
}
.service-set li br {
	display: none;
}
.service-set li:nth-child(1) {
	background: #265380 url(../img/work_04.png) center center no-repeat;
	background-size: contain ;
}
.service-set li:nth-child(2) {
	background: #265380 url(../img/work_05.png) center center no-repeat;
	background-size: contain ;
}
.service-set li:nth-child(3) {
	background: #265380 url(../img/work_02.png) center center no-repeat;
	background-size: contain ;
}
.service-set li:nth-child(4) {
	background: #265380 url(../img/work_03.png) center center no-repeat;
	background-size: contain ;
}
.service-set li strong {
	color: #ffee33;
}

.service-img {
	margin: 15px auto;
	margin: 4vw auto;
}




/* trouble2 */

.trouble2 {
	margin-top: 10pxw;
	margin-top: 3vw;
}
.trouble2 .point {
	margin: 15px 0;
	margin: 4vw 0;
}
.trouble2 .sub {
	margin: 10px 0 0 0;
	margin: 3vw 0 0 0;
}




/* manage */

.bg2.manage {
	position: relative;
	z-index: 3;
}
.bg2.manage:after {
	top: 0%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(20, 61, 102, 0);
	border-top-color: #143d66;
	border-width: 15px;
	margin-left: -15px;
	border-width: 4vw;
	margin-left: -4vw;
}
.manage-title {
	position: relative;
	margin: -6% 0 35px 0;
	margin: -6vw 0 9vw 0;
	z-index: 100;
}
.manage-list {
	width: 100%;
	margin: 0 0 15px 0;
	margin: 0 0 4vw 0;
}
.manage-list &gt; div {
	position: relative;
	background: #fff;
	padding: 30px 10px 10px 10px;
	padding: 7.5vw 3.5vw 3vw 3.5vw;
	border: 1px solid #ccd5e1;
	box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.2);
}
.manage-list &gt; div:nth-child(1) {
	background: #fff url(../img/manage_01.png) right bottom no-repeat;
	background-size: 46%;
	margin: 0 0 25px 0;
	margin: 0 0 6vw 0;
	padding: 30px 10px 60px 10px;
	padding: 7.5vw 3.5vw 14vw 3.5vw;
}
.manage-list &gt; div:nth-child(2) {
	background: #fff url(../img/manage_02.png) right bottom no-repeat;
	background-size: 50%;
}
.manage-list h3 {
	position: absolute;
	top: -18px;
	top: -5vw;
	left: 50%;
	width: 90%;
	margin: 0 0 0 -45%;
}
.manage-list ul {
	border-top: 1px solid rgba(38, 83, 128, 0.2);
}
.manage-list li {
	background: url(../img/check.png) 1% center no-repeat;
	background-size: 16px;
	background-size: 3.6vw;
	padding: 12px 10px 12px 28px;
	padding: 2.5vw 1vw 2.5vw 6.5vw;
	font-size: 14px;
	font-size: 3.4vw;
	line-height: 1.2;
	border-bottom: 1px solid rgba(38, 83, 128, 0.2);
	color: #000;
}
.manage-list .pmark {
	position: absolute;
	left: 50%;
	bottom: 10px;
	bottom: 2vw;
	width: 60px;
	height: 60px;
	width: 18vw;
	height: 18vw;
	margin: 0 0 0 -30px;
	margin: 0 0 0 -9vw;
}




/* case */

.bg3.case {
	margin: 0;
	padding: 20px 0 0 0;
	padding: 8vw 0 0 0;
	z-index: 1;
}
.case h2 {
	margin: 0 0 15px 0;
	margin: 0 0 3.5vw 0;
}
.case-data {
	position: relative;
	background: #eee;
	width: 100%;
	margin: 10px 0 0 0;
	border: 1px solid #ccd5e1;
}
.case-data .case-icon {
	position: absolute;
	top: -5px;
	left: -5px;
	background: #265380;
	width: 55px;
	height: 55px;
	width: 14vw;
	height: 14vw;
	padding: 10px 10px 0 10px;
	padding: 2.5vw 2vw 0 2vw;
	border: 2px solid #fff;
	font-size: 14px;
	font-size: 3.6vw;
	font-weight: bold;
	line-height: 1.2;
	color: #fff;
	text-align: center;
	text-shadow: 1px 1px 0 #000;
	white-space: normal;
	border-radius: 28px;
	border-radius: 8vw;
	-moz-border-radius: 8vw;
	-webkit-border-radius: 8vw;
	box-shadow:1px 1px 0px 0px rgba(0,0,0,0.5);
	-moz-box-shadow:1px 1px 0px 0px rgba(0,0,0,0.5);
	-webkit-box-shadow:1px 1px 0px 0px rgba(0,0,0,0.5);
	z-index: 100;
}
.case-data .title {
	position: relative;
	background: #dde3eb;
	width: 100%;
	padding: 15px 15px 15px 110px;
	padding: 3.5vw 3.5vw 3.5vw 30vw;
}
.case-data .title img {
	position: absolute;
	top: 50%;
	left: 15px;
	left: 4vw;
	height: 80px;
	width: 80px;
	height: 22vw;
	width: 22vw;
	margin: -40px 0 0 0;
	margin: -11vw 0 0 0;
}
.case-data .title h3 {
	margin: 0 0 15px 0;
	margin: 0 0 3vw 0;
	font-size: 18px;
	font-size: 4vw;
	font-weight: bold;
	line-height: 1;
	color: #265380;
	text-align: center;
}
.case-data .title dl {
	margin: 10px 0 0 0;
}
.case-data .title dt {
	position: relative;
	margin: 0 0 10px 0;
	margin: 0 0 2vw 0;
	padding: 0 0 8px 0;
	padding: 0 0 2vw 0;
	font-size: 16px;
	font-size: 4vw;
	font-weight: normal;
	line-height: 1;
	color: #000;
	text-align: center;
}
.case-data .title dt:after {
	position: absolute;
	left: 50%;
	bottom: 0;
	content: "";
	background: #265380;
	width: 50px;
	width: 14vw;
	height: 2px;
	margin: 0 0 0 -25px;
	margin: 0 0 0 -7vw;
}
.case-data .title dd {
	text-align: justify ;
	text-justify: inter-ideograph ;
}
.case-data .read {
	background: #eee;
	padding: 15px;
	padding: 3.5vw;
}
.case-data .read h4 {
	position: relative;
	margin: 10px 0 0 0;
	margin: 3vw 0 0 0;
	font-size: 16px;
	font-size: 4vw;
	font-weight: normal;
	line-height: 1;
	color: #265380;
}
.case-data .read h4:first-child {
	margin: 0;
}
.case-data .read p {
	margin: 5px 0 0 0;
	margin: 2vw 0 0 0;
}
.case-data .read dt {
	margin: 8px 0 0 0;
	margin: 2vw 0 0 0;
	font-size: 14px;
	font-size: 3.6vw;
	font-weight: bold;
}
.case-data .read dd {
	margin: 2px 0 0 0;
	margin: 0.5vw 0 0 0;
	padding: 0 0 0 1em;
}




/* flow */

.bg3.flow {
	margin: 0;
	padding: 20px 0 0 0;
	padding: 8vw 0 0 0;
}
.flowt {
	margin: 10px 0;
	margin: 3vw 0;
}




/* company */

.bg3.company {
	margin: 0;
	padding: 20px 0;
	padding: 8vw 0;
}
.company h2 {
	margin: 20px 0 10px 0;
	margin: 6vw 0 3vw 0;
}
.company p {
	float: left;
	width: 25%;
	margin: 0 0 10px 0;
	margin: 0 0 3vw 0;
	padding: 0 5px;
	padding: 0 1.6vw;
	text-align: center;
}
.company p:nth-child(4n+3) {
	clear: both;
	float: left;
}
.company p img {
	width: 100%;
}
.company .caution {
	clear: both;
	width: 100%;
	margin: 0 0 10px 0;
	margin: 0 0 3vw 0;
	text-align: center;
}




/* area-map */

.bg2.area-map {
	margin: 15px 0 0 0 !important;
	padding: 15px 0 20px 0 !important;
	margin: 4vw 0 0 0 !important;
	padding: 4vw 0 6vw 0 !important;
}
.bg2.area-map:after {
	top: 0;
	left: 0;
	border: none;
	border-width: 0;
	margin-left: 0;
}
.area-map h2 {
	margin: 0 0 15px 0;
	margin: 0 0 4vw 0;
}
.area-map .map {
	position: relative;
	width: 100%;
	margin: 0 0 15px 0;
	margin: 0 0 4vw 0;
	padding: 80% 0 0 0;
	background: url(../img/map.png) right center no-repeat;
	background-size: contain;
    z-index: 1;
}
.area-map .map img {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
}
.area-map .area {
	position: relative;
	width: 100%;
    z-index: 1;
}
.area-map .area dt {
	position: relative;
	margin: 0 0 5px 0;
	margin: 0 0 1.5vw 0;
	padding: 0 0 0 20px;
	padding: 0 0 0 5.2vw;
	font-size: 16px;
	font-size: 3.6vw;
	font-weight: bold;
	line-height: 1.2;
	color: #000;
}
.area-map .area dt:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	content: " ";
	background: #666;
	width: 16px;
	height: 16px;
	width: 3.6vw;
	height: 3.6vw;
	border-radius: 2px;
	border-radius: 0.5vw;
	-moz-border-radius: 0.5vw;
	-webkit-border-radius: 0.5vw;
}
.area-map .area dt:nth-child(1):before {
	background: #39e;
}
.area-map .area dt:nth-child(3):before {
	background: #3cc;
}
.area-map .area dt:nth-child(5):before {
	background: #393;
}
.area-map .area dt:nth-child(7):before {
	background: #8c3;
}
.area-map .area dt:nth-child(9):before {
	background: #cc3;
}
.area-map .area dt:nth-child(11):before {
	background: #e80;
}
.area-map .area dt:nth-child(13):before {
	background: #e66;
}
.area-map .area dt:nth-child(15):before {
	background: #c6d;
}
.area-map .area dd {
	margin: 0 0 10px 0;
	margin: 0 0 3vw 0;
	padding: 0 0 0 20px;
	padding: 0 0 0 5.2vw;
	line-height: 1.6;
	color: #666;
}
.area-map .btn {
	width: 60%;
	margin: 0 auto;
    z-index: 2;
}
</pre></body></html>