@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

body{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
	font-size: 16px;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	color:#000;
	text-align: center;
	line-height: 1.5;
}
h1,h2,h3,h4,h5,h6,strong{
  font-style: normal;
	font-weight: 600;
}

:root{
	--header: 130px;
	scroll-padding: var(--header);
}
#pagetop{
	position: fixed;
	bottom: 70px;
	right: 10px;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 5px 10px;
	border-radius: 50%;
}
#pagetop a{
	display: block;
	color:#000;
	text-decoration: none;
	font-size: 12px;
	line-height: 1.6;
	color: #FFF;
}
#pagetop a span{
	display: block;
	font-size: 14px;
	line-height: 1;
}



.maxwidth{
	margin-left: 20px;
	margin-right: 20px;
}
img{
	height: auto;
	max-width: 100%;
}

.sitename{
	margin: 0 10px;
	padding: 0;
	padding-bottom: 5px;
	padding-top: 10px;
	line-height: 1.4;
	font-weight: 400;
	font-size: 20px;
}
.sitename a{
	color: #000;
	text-decoration: none;
}

.sitename span{
	display: block;
	width: 100px;
	line-height: 0;
}
.sitename img.companyname{
	width: 150px;
}
.sitename small{
	font-size: 10px;
	display: block;
}
header{
	height: 120px;
}
.header{
	position: relative;
	text-align: left;
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	z-index: 999999;
	background-color: #FFF;
}
.header .contact{
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header .contact > div{
	flex: 1;
	font-size: 14px;
}
.header .contact img{
	width: 20px;
	margin-right: 5px;
}
.header .contact a{
	display: flex;
	align-items: center;
	height: 50px;
	justify-content: center;
	background-color: #F39800;
	color: #FFF;
	text-decoration: none;
	box-sizing: border-box;
	text-align: center;
	margin-top: 2px;
}
.header .contact .tel{
	font-size: 16px;
	font-weight: 600;
	border-left: solid 1px #FFF;
}
.header .contact .tel img{
	width: 16px;
}

.spmenu{
	position: absolute;
	z-index: 9999999;
	top:10px;
	right:10px;
	
	width: 50px;
	height: 50px;
	box-sizing: border-box;
}
.spmenu span{
	position: absolute;
	top:10px;
	right:10px;
	display: block;
	width: 30px;
	height: 2px;
	background-color: #002060;
	transition: 0.5s;
}
.spmenu span:nth-child(2){
	top:20px;
}
.spmenu span:nth-child(3){
	top:30px;
}
.spmenu small{
	position: absolute;
	top:35px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 10px;
}
.spmenu span:nth-child(2){
	top:20px;
}
.spmenu span:nth-child(3){
	top:30px;
}
.spmenu.close span:nth-child(2){
	top:20px;
	transform: rotate(45deg);
}
.spmenu.close span:nth-child(3){
	top:20px;
	transform: rotate(-45deg);
}
.spmenu.close span:first-child{
	display:none;
}

.gnav{
	display: block;
	height: 0;
	overflow: hidden;
	background-color: #BCE1DF;
	padding: 0px;
	position: fixed;
	top:65px;
	left: 0;
	width: 100%;
	z-index: 999999;
	box-sizing: border-box;
	transition: 1s;
	opacity: 0;
}
.gnav.open{
	display: block;
	height: auto;
	opacity: 1;
	transition: 1s;
}

.gnavbox{
	margin: 0 auto;
	padding: 20px;
}
.gnavbox > div{
	text-align: center;
	padding: 5px 0;
}

.gnavbox img{
	width: 36px;
	vertical-align: -2px;
	margin-right: 5px;
}
.gnavbox a{
	position: relative;
	display: flex;
	align-items: center;
	justify-content:flex-start;
	text-decoration: none;
	color: #000;
	background-color: #93dad9;
	padding: 5px;
	transition: 0.5s;
	border-radius: 4px;
	font-size: 18px;
}
.gnavbox a::after{
	content: ">";
	position: absolute;
	top:0;
	right:0;
	padding: 4px 10px;
	transform: scaleX(0.5);
	font-size: 24px;
}
.gnavbox a:hover{
	background-color: #E2FCFB;
}
.gnavbox span{
	background-color: #00B2AE;
	display: block;
	padding: 5px;
	color: #FFF;
}

.gnavbox .goweb a{
	background-color: #008F96;
	color: #FFF799;
	transition: 0.5s;
	padding: 10px;
}
.gnavbox .goweb a:hover{
	background-color: #00B2AE;
}
.pickupbotton{
	position: fixed;
	width: 100%;
	display: flex;
	justify-content: space-between;
	bottom:0;
	left: 0px;
	z-index: 999999;
	transition: 0.5s;
} 

.pickupbotton > div{
	width: 50%;
}
.pickupbotton > div a{
	display: block;
	place-content: center;
	border-bottom: 0;
	box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.7);
	padding: 15px 0;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
	font-weight: 600;
	font-size: 16px;
}
.pickupbotton > div img{
	width: 20px;
	vertical-align: -4px;
	margin-right: 5px;
}
.pickupbotton > div.member a{
	background-color: #0096C8;
	color: #FFF;
	transition: 0.5s;

}
.pickupbotton > div.accident a{
	background-color: #F39800;
	color: #FFF;
	transition: 0.5s;
}
.pickupbotton > div.member a:hover{
	background-color: #235dd2;
}
.pickupbotton > div.accident a:hover{
	background-color: #b57300;
}
.topimage{
	position: relative;
}
.topimage > div{
	overflow: hidden;
	background-color: #50A4FE;
	line-height: 1;
}
.topimage img{
	width: 1600px;
	max-width: 1600px;
	margin-left: calc(50% - 800px);
	margin-top: -40px;
}
.topimage p{
	position: absolute;
	top:140px;
	left: 0;
	display: block;
	margin: 0;
	place-content: center;
	font-size: 24px;
	width: 100%;
	font-weight: 600;
	color: #FFF;
	line-height: 2;
	text-align: center !important;
}
.cyach{
	color: #006B44;
	font-weight: 600;
	font-size: 16px;
	text-align: left;
	margin: 20px;
}
.h2{
	margin: 40px 0;
	margin-bottom: 20px;
	background-color: #32B141;
	color: #FFF;
	text-align: center;
	border-top: solid 5px #009E96;
  background-image: linear-gradient(0deg, #32B141, #BADB8E);
	font-size: 18px;
}
.h2 img{
	width: 40px;
	margin: 10px;
	margin-left: 0;
	vertical-align: -22px;
}
.contents p{
	text-align: left;
}
.button{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.button > div{
	width: calc(50% - 5px);
	margin-bottom: 10px;
}
.button > div a{
	display: block;
	height: 100%;
	color: #000;
	text-align: center;
	text-decoration: none;
	font-size: 10px;
	border: solid 2px #CCC;
	border-radius: 10px;
	padding: 10px 0;
	padding-bottom: 20px;
	box-sizing: border-box;
	transition: 0.5s;
}
.button > div a img{
	padding: 0 10px;
	box-sizing: border-box;
}
.button > div a span{
	display: block;
}
.button > div a:hover{
	border-color: #32B141;
}


.ol-pc{
	display: none;
}
.h3{
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
	border-left: solid 6px #009E96;
	color: #009E96;
	text-align: left;
	padding-left: 10px;
	margin: 20px 0;
	margin-top: 40px;
}
.sumaho{
	border: solid 2px #AAA;
	text-align: left;
	line-height:0;
	transition: .5s;
}
.sumaho:hover{
	border-color: #008F96;
}
.websony{
	display: flex;
	justify-content: space-between;
}
.websony > div{
	width: calc(50% - 5px);
	box-sizing: border-box;
	margin-bottom: 30px;
}
.websony > div a{
	display: block;
	border: solid 2px #004E97;
	line-height: 0;
	text-decoration: none;
	box-sizing: border-box;
	transition: 0.5s;
}
.websony > div a span{
	background-color: #004E97;
	color: #FFF;
	display: block;
	line-height: 1;
	padding: 10px;
	padding-right: 30px;
	margin: 0;
	font-size: 12px;
	background-image: url("../images/top/next.svg");
	background-position: right 5px center;
	background-repeat: no-repeat;
	background-size: 16px;
	transition: 0.5s;
}
.websony > div.kasai a{
	border: solid 2px #EA5504;
}
.websony > div.kasai a span{
	background-color: #EA5504;
}
.websony > div a:hover{
	border: solid 2px #0075E3;
}
.websony > div a:hover span{
	background-color: #0075E3;
}
.websony > div.kasai a:hover{
	border: solid 2px #FF9900;
}
.websony > div.kasai a:hover span{
	background-color: #FF9900;
}

.webmitsui{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.webmitsui > div{
	width: calc(50% - 5px);
	text-align: left;
}
.webmitsui > div a{
	display: block;
	text-decoration: none;
	color: #000;
	line-height: 1.2;
	font-size: 10px;
	transition: 0.5s;
	margin-bottom: 10px;
}
.webmitsui > div a span{
	display: block;
}
.webmitsui a img{
	opacity: 1;
	transition: 0.5s;
}
.webmitsui a:hover img{
	opacity: 0.7;
}
.webmitsui a:hover{
	color: #0075E3;
}

.toriatukai{
	background-color: #E8F5F4;
	padding: 20px;
}
.toriatukai h3{
	font-size: 16px;
	margin: 0;
	margin-bottom: 10px;
	font-weight: 400;
}
.toriatukai ul{
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
.toriatukai li{
	width: calc(50% - 5px);
	box-sizing: border-box;
	box-sizing: border-box;
	margin: 5px 0;
}
.toriatukai li a img{
	border: solid 2px #808080;
	display: block;
}
.toriatukai li a{
	display: block;
	font-size: 10px;
	text-decoration: none;
	color: #000;
}

footer{
	border-top: solid 1px #808080;
	padding: 20px;
	padding-bottom: 100px;
}
.footer{
	margin: 0 auto;
}
.footernavibox{
	text-align: left;
}
.footernavibox img{
	width: 200px;
}
.footernav ul{
	list-style: none;
	margin: 0;
	margin-bottom: 30px;
	padding: 0;
	text-align: left;
}
.footernav li{
	display: block;
	margin-bottom: 2px;
}
.footernav li a{
	position: relative;
	display: block;
	padding: 10px;
	text-decoration: none;
	font-size: 14px;
	color: #000;
	background-color: #EEE;
}
.footernav li a:after{
	content: ">";
	display: inline-block;
	position: absolute;
	top:0;
	right:0;
	font-size: 20px;
	padding: 5px 10px;
	transform: scaleX(0.5);
}

.footernav li:last-child{
	border: 0;
}
.footernav li:last-child a{
	padding-right: 0;
}
.adress{
	text-align: left;
}
.adress .h4{
	font-size: 16px;
	margin: 0;
	line-height: 1;
}
.adress p{
	margin: 0;
	font-size: 12px;
}
.copyright{
	text-align: right;
	font-size: 10px;
}


/**/
.h2text{
	padding: 20px;
}
.h2sonpo{
	line-height: 1.2;
	padding: 15px 20px;
}
.h2sonpo small{
	display: block;
}
.h1{
	background-image: url("../images/h1.png");
	background-repeat: repeat-x;
	background-position: center top;
	background-size: 150px;
	color:#22AC38;
	font-size: 20px;
	padding: 50px 0 30px 0;
	margin: 0;
	line-height: 1;
	text-align: center;
}
.ancernav ul{
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	list-style: none;
	margin: 20px;
}
.ancernav li{
	width: calc(50% - 5px);
	box-sizing: border-box;
}
.ancernav a{
	display: block;
	box-sizing: border-box;
	border-radius: 10px;
	border: solid 2px #009E96;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	display: block;
	justify-content: center;
	text-align: center;
	color: #009E96;
	background-image: url("../images/sita.svg");
	background-repeat: no-repeat;
	background-position: center bottom 10px;
	background-size: 20px;
	transition: 0.5s;
	height: 100%;
	padding: 30px 0;
	padding-top: 10px;
}
.ancernav a:hover{
	background-color: #FFFFED;
	background-position: center bottom 5px;
}
.h3text{
	text-align: left;
	color: #006B44;
	margin: 20px 0;
	line-height: 1.2;
}
.kiji{
	text-align: left;
}

.hokenbox{
	border:solid 4px #009944;
	padding: 10px;
	margin-bottom: 50px;
}

.h3box{
	font-size: 22px;
	font-weight: 400;
	margin: 0;
	margin-bottom: 10px;
	color: #009944;
}
.h4box{
	font-size:16px;
	color: #009944;
	margin: 10px 0;
}
.h3box small{
	display: block;
}
.kega{
	border-color: #3786C7;
}
.kega .h4box,
.kega .h3box{
	color: #3786C7;
}
.iryou{
	border-color: #EE7800;
	margin-bottom: 10px;
}
.iryou .h4box,
.iryou .h3box{
	color: #EE7800;
}
.hokenbox p strong{
	color: #FF0000;
}


.hokenbox .imgbox{
	text-align: center;
}
.hokenbox::after{
	content: "";
	display: block;
	clear: both;
}
.hokenbox ul{
	list-style: none;
	margin: 10px 0;
	padding: 0;
}
.hokenbox li{
	display: inline-block;
	white-space: nowrap;
	margin-right: 1em;
}
.pdflink{
	background-color: #EDEDED;
	padding: 10px;
	box-sizing: border-box;
}
.pdflink img{
	vertical-align: -10px;
}

.minaoshi{
	border-color: #AA569D;
}
.minaoshi .h4box,
.minaoshi .h3box{
	color: #AA569D;
}
.minaoshi .h3box span{
	display: inline-block;
	background-color: #AA569D;
	font-size: 16px;
	border-radius: 10px;
	color: #FFF;
	padding: 10px;
	line-height: 1;
	vertical-align: 5px;
}
.minaoshi table th{
	white-space: nowrap;
	padding-right: 1em;
}
.minaoshi p{
	margin: 10px 0;
}
.kome{
	display: block;
	margin-left: 1em;
	text-indent: -1em;
}
.okigaruni{
	color: #EE7800;
	font-size: 18px;
}
.okigaruni span{
	background: linear-gradient(transparent 50%, #FFF799 50%);
}
.h5box{
	font-size: 18px;
	margin: 10px 0 5px 0;
	line-height: 1.2;
}
.h5box + p{
	padding-left: 1em;
	margin-top: 0;
}
.toiawase{
	background-color: #E8F5F4;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 50px;
}
.toiawase .toih2{
	font-size: 18px;
	margin: 0;
	color: #009E96;
	text-align: left;
}
.toiawase .toih3{
	font-size: 24px;
	margin: 0;
	margin-top: 20px;
	line-height: 1.2;
}
.toiawase p{
	margin: 0;
}

.toiawase .tel > div{
	margin: 0;
}
.toiawase .tel img{
	width: 20px;
}
.toiawase .tel a strong,
.toiawase .tel strong{
	font-weight: 600;
	font-size: 26px;
	color: #EE7800;
	text-decoration: none;
}
.toiawase .tel a{
	text-decoration: none;
}
.toiawase .tel{
	font-size: 18px;
	font-weight: 600;
	color: #EE7800;
	line-height: 1;
	margin: 10px 0;
}
.toiawase p{
	text-align: center;
}

/**/
.jikoni img{
	display: block;
	width: 40px;
	margin: 0 auto;
}
.jiko img{
	width: 74px;
	vertical-align: -28px;
}
.okigaruni.big{
	font-size: 20px;
	text-align: left;
}
ul.list{
	margin: 0;
	padding: 0 0 0 20px;
}
.orangeback{
	margin: 10px 0;
	background-color: #FEF5E7;
	padding: 10px;
	border-radius: 10px;
	box-sizing: border-box;
}
.h4orange{
	color: #EE7800;
	font-size: 18px;
	margin: 0;
	font-weight: 600;
}
.orangeback p{
	margin: 0;
	margin-top: 10px;
}
.orange{
	color: #EE7800;
}


.flex2 ul{
	margin: 0;
	padding: 0 0 0 25px;
}
.flex2 .tel{
	padding-left: 25px;
}
.flex2 .tel a{
	color: #000;
	font-weight: 600;
	text-decoration: none;
}
a.blank{
	display: inline-block;
	padding-right: 25px;
	background-image: url("../images/blank.svg");
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 20px;
}
.h4orange a{
	color: #EE7800;
}
#renraku{
	margin-bottom: 50px;
}
.ancernav .jikoni li{
	width: calc(33% - 5px);
	box-sizing: border-box;
}


/**/
.gaiyou{
	margin-bottom: 50px;
}

.table,
.table tbody,
.table thead,
.table tr,
.table th,
.table td{
	display: block;
}

.table th{
	font-weight: 400;
	background-color: #EBEBEB;
	padding: 10px;
}
.table td{
	padding: 10px;
}


/**/
.privacy{
	margin-bottom: 50px;
}
.privacylist1{
	list-style: none;
	margin: 0;
	padding: 0;
}
.privacylist1 > li{
	margin-top: 20px;
}
.prh2{
	font-size: 16px;
	margin: 10px 0;
	margin-left: 1.5em;
	text-indent: -2em;
}
.prh3{
	font-size: 18px;
	margin: 0;
	margin-top: 20px;
}
.prh2 + div{
	margin-left: 1em;
}
.prh2 + div > p{
	margin: 10px 0;
}
.prh2 + div > ul{
	margin: 10px 0;
	padding: 0 0 0 1.5em;
	list-style: disc;
}
.prh2 + div > ol{
	margin: 0;
	padding: 0 0 0 1em;
}
.prh2 + div > ol li ul{
	margin: 10px 0;
	padding: 0 0 0 1em;
	list-style: disc;
}
.h1 small{
	display: block;
}

/**/
.kanryhu{
	margin-bottom: 50px;
}
.kanryhu ol.list{
	margin: 20px 0;
	padding: 0 0 0 1.5em;
}
.kanryhu ol.list li{
	margin-top: 10px;
}
.houshin .listbox,
.kanryhu .listbox{
	background-color: #EEE;
	padding: 10px;
	border-radius: 10px;
}

/**/
.houshinh2{
	font-size: 16px;
	margin: 0;
}

.houshinh2 span{
	background-color: #000;
	color: #FFF;
	display: inline-block;
	padding: 5px 10px;
	margin-right: 5px;
	line-height: 1;
	border-radius: 6px;
	display: block;
	width: 3em;
}
/**/
.houshinlist{
	margin: 0;
	padding: 0;
	list-style: none;
}
.houshinlist p{
	margin-top: 5px;
}
.houshin{
	margin-bottom: 50px;
}



/**/
.form{
	background-color: #EEE;
	padding: 10px;
	padding-bottom: 30px;
	border-radius: 10px;
	margin: 10px auto;
	margin-bottom: 50px;
	box-sizing: border-box;
}
.form table,
.form table tbody,
.form table thead,
.form table tr,
.form table th,
.form table td{
	display: block;
}
.form td{
	padding: 10px 0;
}
.form th{
	background-color: #666;
	color: #FFF;
	font-weight: 400;
	padding: 10px;
	position: relative;
	text-align: left;
}
.form th span{
	background-color: #FF0000;
	font-size: 12px;
	padding: 2px 5px;
	border-radius: 6px;
	position: absolute;
	top:10px;
	right:10px;
}
textarea,
input[type="tel"],
input[type="email"],
input[type="text"]{
	width: 100%;
	box-sizing: border-box;
	border: solid 1px #AAA;
	border-radius: 6px;
	padding: 10px;
	font-size: 16px;
}
textarea{
	height: 150px;
}

select{
	border: solid 1px #AAA;
	border-radius: 6px;
	padding: 10px;
	font-size: 16px;
	width: 100%;
	box-sizing: border-box;
}
.formprybacy{
	margin-top: 20px;
}
.formprybacy p{
	margin: 5px 0;
}
.doui{
	background-color: #FFF;
	border: solid 1px #FF0000;
	padding: 10px;
	text-align: center;
	margin-bottom: 20px;
}
.doui .privacy{
	height: auto;
	margin: 0;
}
.doui input[type="checkbox"]{
	width: 1.5em;
	height: 1.5em;
	vertical-align: -0.2em;
}
.submit{
	display: block;
	opacity: 1;
	background-color: #004E97;
	border-radius: 10px;
	width: 200px;
	padding: 20px;
	color: #FFF;
	font-weight: 600;
	font-size: 22px;
	line-height: 1;
	border: 0;
	cursor: pointer;
	margin: 0 auto;
	transition: 0.5s;
}
.submit:hover{
	background-color: #0075E3;
}

/**/

.progress_bar{
	display:none;
	width:200px;
	margin:5px auto;
	border:solid 1px #12DE9A;
	border-radius:10px;
}
.progress_bar2{
	background-color:#12DE9A;
	width:0px;
	height:20px;
	border-radius:10px;
	color:#FFF;
}
.area:after{
	content: "";
	display: block;
	clear: both;
}
.hidden{
	display: none;
}

.drop strong{
	display: none;
}
.drag-drop-info{
	display: none;
}
.btn{
	background-color: #002060;
	border-radius: 6px;
	font-weight: bold;
	padding: 10px;
	border: none;
	color: #FFF;
	cursor:pointer;
}
.btn-primary{
	font-size: 18px;
	text-align: center;
	padding: 20px 0;
	width: 200px;
	margin: 10px auto;
}
.area{
	border: solid 1px #AAA;
	border-radius: 6px;
	background-color: #FFF;
	padding: 10px;
	margin: 10px 0;
}
.photo{
	text-align: center;
	box-sizing: border-box;
}
.photo img{
	padding: 10px;
	padding-bottom: 0;
	box-sizing: border-box;
	max-height: 200px;
}
.draginf{
	margin: 0;
	font-size: 14px;
}
.draginf span{
	color: red;
}

.uploadbox > div strong{
	font-size: 16px;
}
.photodell > div{
	background-color: #666;
	border-radius: 10px;
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	border: none;
	color: #FFF;
	cursor:pointer;
	text-align: center;
	width: 180px;
	margin: 10px auto;
	box-sizing: border-box;
}
.dellno{
	display: none;
}

.submitsend{
	margin: 20px auto;
}
.submitchange{
	background-color: #888;
}

.checkphotobox > div{
	background-color: #FFF;
	padding: 10px;
	border: solid 1px #AAA;
	border-radius: 6px;
	margin: 10px 0;
}


.thanks{
	text-align: center;
	margin: 100px auto;
	margin-top: 200px;
}
p.link{
	text-align: center;
	margin: 100px auto;
	margin-bottom: 200px;
}
p.link a{
	background-color: #004E97;
	color: #FFF;
	text-decoration: none;
	border-radius: 50%;
	padding: 20px 40px;
	
}
.red{
	color: red;
}

/**/
.pass{
	border: solid 2px #0096C8;
	border-radius: 20px;
	padding: 20px;
	margin: 100px 20px;
	margin-top: 10px;
	background-color: #fffde8;
}
.passtable input[name="password"]{
	border: solid 1px #0096C8;
	border-radius: 10px;
	padding: 10px;
	width: 200px;
	text-align: center;
	margin: 20px auto;
}
.pass .submit{
	padding: 15px;
}
.passcenter{
	margin: 1em 20px;
}
.contents p.passerror{
	text-align: center;
	color: #FF0000;
}

.footerlink{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}
.footerlink li{
	width: calc(33% - 5px);
	margin-right:8px;
	margin-top: 8px;
}
.footerlink li:nth-child(3n){
	margin-right: 0;
}
.footerlink li a{
	display: block;
	border: solid 1px #CCC;
	line-height: 1;
}