@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: 18px;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	color:#000;
	min-width: 1200px;
	text-align: center;
	line-height: 1.5;
}
h1,h2,h3,h4,h5,h6,strong{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
	font-size: 18px;
	font-weight: 600;
}
/*
:root{
	--header: 100px;
	scroll-padding: var(--header);
}*/
#pagetop{
	position: fixed;
	bottom: 10px;
	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{
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
img{
	height: auto;
	max-width: 100%;
}

.sitename{
	margin: 5px 0;
	margin-top: 12px;
	padding: 10px 0;
	line-height: 1.4;
	font-weight: 400;
	font-size: 20px;
}
.header-clone .sitename{
	margin-top: 5px;
	padding:0;
}

.sitename span{
	display: block;
	width: 160px;
}
.sitename a{
	text-decoration: none;
	color: #000;
}
.sitename img.companyname{
	width: 260px;
	vertical-align: -8px;
	margin-left: 5px;
}
.header-clone .sitename img.companyname{
	width: 200px;
}
.sitename small{
	font-size: 18px;
}
.header-clone .sitename small{
	font-size: 14px;
}
.header-clone{
	position: fixed;
	top:-200px;
	left: 0px;
	width: 100%;
	background-color: #FFF;
	transition: 0.5s;
}
.header-clone.visible{
	top:0;
}
.header{
	display: flex;
	justify-content: space-between;
	text-align: left;
	width: 1100px;
	margin: 0 auto;
}
.header .contact{
	width: 250px;
	box-sizing: border-box;
	text-align: left;
	padding-top: 10px;
}
.header .contact img{
	width: 24px;
}
.header .contact a{
	display: block;
	height: 40px;
	color: #000;
	text-decoration: none;
	box-sizing: border-box;
	font-weight: 600;
}

.header .contact span{
	background-color: #F39800;
	display: inline-block;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	box-sizing: border-box;
	text-align: center;
	padding-top: 8px;
	line-height: 1;
	margin-right: 5px;
	transition: 0.5s;
}
.header .contact .tel span{
	padding-top: 4px;
}

.header .contact .tel{
	font-size: 24px;
	font-weight: 600;
}
.header .contact .tel img{
	width: 18px;
}
.header-clone .sitename{
	margin-top: 10px;
}
.header-clone .header .contact{
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 16px;
}
.header-clone .header .contact span{
	width: 28px;
	height: 28px;
	padding-top: 5px;
	line-height: 1;
	margin-right: 5px;
}
.header-clone .header .contact .tel span{
	padding-top: 4px;
}
.header-clone .header .contact a{
	height: 31px;
}
.header-clone .header .contact .tel{
	font-size: 20px;
}
.header-clone .header .contact img{
	width: 19px;
}
.header-clone .header .contact .tel img{
	width: 16px;
}
.gnav{
	background-color: #BCE1DF;
}
.header .contact a:hover span{
	background-color: #FEAE22;
}

.gnavbox{
	width: 1100px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	align-items: center;
}
.gnavbox > div{
	text-align: center;
	width: calc(100% / 6 - 2px);
	padding: 5px 0;
}
.gnavbox > div:last-child{
	width: calc(100% / 6 + 10px);
}
.gnavbox img{
	width: 30px;
	vertical-align: -2px;
	margin-right: 5px;
}
.gnavbox a{
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #000;
	padding: 1px 0;
	transition: 0.5s;
	border-radius: 4px;
	border: solid 1px #BCE1DF;
}
.gnavbox a:hover{
	background-color: #E2FCFB;
}
.gnavbox span{
	background-color: #00B2AE;
	display: block;
	height: 30px;
	clip-path: polygon(0 0,calc(100% - 10px) 0,100% 50%,calc(100% - 10px) 100%,0 100%);
	color: #FFF;
}

.gnavbox .goweb a{
	background-color: #008F96;
	color: #FFF799;
	transition: 0.5s;
	height: 30px;
}
.gnavbox .goweb a:hover{
	background-color: #00B2AE;
}
.pickupbotton{
	position: fixed;
	top:140px;
	right: 0px;
	z-index: 999999;
	transition: 0.5s;
}
/*
.pickupbotton:hover{
	right: 10px;
}
*/
.pickupbotton > div{
	margin: 0;
}
.pickupbotton > div a{
	position: relative;
	display: grid;
	place-content: center;
	width: 60px;
	height: 190px;
	box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.7);
	padding: 5px;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
	font-weight: 600;
	font-size: 16px;
}
.pickupbotton > div a small{
	position: absolute;
	top: 10px;
	left: 0px;
	width: 100%;
	display: block;
	text-align: center;
}
.pickupbotton > div a span{
	display: block;
	writing-mode: vertical-rl;
	width: 1em;
	line-height: 1;
}
.pickupbotton > div img{
	width: 30px;
	display: inline;
}
.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.accident a span{
	padding-top: 10px;
}
.pickupbotton > div.member a:hover{
	background-color: #235dd2;
}
.pickupbotton > div.accident a:hover{
	background-color: #b57300;
}
.topimage{
	position: relative;
}
.topimage > div{
	height: 420px;
	overflow: hidden;
	background-color: #50A4FE;
}
.topimage img{
	width: 2000px;
	max-width: 2000px;
	margin-left: calc(50% - 1000px);
	margin-top: -90px;
}
.topimage p{
	position: absolute;
	top:120px;
	left: 0;
	display: block;
	margin: 0;
	place-content: center;
	font-size: 32px;
	width: 100%;
	font-weight: 600;
	color: #FFF;
	line-height: 2;
	text-align: center;
}
.cyach{
	color: #006B44;
	font-weight: 600;
	font-size: 20px;
	text-align: center;
}
.h2{
	margin: 50px 0;
	margin-bottom: 30px;
	background-color: #32B141;
	color: #FFF;
	text-align: center;
	border-top: solid 5px #009E96;
  background-image: linear-gradient(0deg, #32B141, #BADB8E);
	font-size: 28px;
}
.h2 img{
	width: 74px;
	margin: 10px;
	vertical-align: -34px;
}
.button{
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 30px);
	margin-left: -15px;
	justify-content: flex-start;
}
.button > div{
	width: calc(25% - 30px);
	margin: 15px;
}
.button > div a{
	display: block;
	height: 100%;
	color: #000;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	border: solid 3px #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-sp{
	display: none;
}
.h3{
	font-size: 28px;
	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: flex-start;
}
.websony > div{
	width: 200px;
	box-sizing: border-box;
	margin-right: 40px;
	margin-bottom: 50px;
}
.websony > div a{
	display: block;
	border: solid 4px #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 4px #EA5504;
}
.websony > div.kasai a span{
	background-color: #EA5504;
}
.websony > div a:hover{
	border: solid 4px #0075E3;
}
.websony > div a:hover span{
	background-color: #0075E3;
}
.websony > div.kasai a:hover{
	border: solid 4px #FF9900;
}
.websony > div.kasai a:hover span{
	background-color: #FF9900;
}

.webmitsui{
	display: flex;
	flex-wrap: wrap;
}
.webmitsui > div{
	width: 270px;
	text-align: left;
	margin-right: 40px;
}
.webmitsui > div a{
	text-decoration: none;
	color: #000;
	transition: 0.5s;
}
.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: 50px 0;
}
.toriatukai h3{
	font-size: 22px;
	margin: 0;
	margin-bottom: 10px;
	font-weight: 400;
}
.toriatukai ul{
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: flex-start;
	width: calc(1100px + 30px);
	flex-wrap: wrap;
}
.toriatukai li{
	width: calc(25% - 30px);
	margin: 15px;
	box-sizing: border-box;
}
.toriatukai li a img{
	border: solid 2px #808080;
	display: block;
}
.toriatukai li a{
	display: block;
	font-size: 14px;
	text-decoration: none;
	color: #000;
}

footer{
	border-top: solid 1px #808080;
	padding: 50px 0;
}
.footer{
	width: 1100px;
	margin: 0 auto;
}
.footernavibox{
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	align-items: end;
}
.footernavibox img{
	width: 230px;
}
.footernav ul{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
}
.footernav li{
	display: inline-block;
	border-right:solid 1px #AAA;
}
.footernav li a{
	display: block;
	padding: 0 10px;
	text-decoration: none;
	font-size: 15px;
	color: #000;
	transition: 0.3s;
}
.footernav li a:hover{
	color: red;
}
.footernav li:last-child{
	border: 0;
}
.footernav li:last-child a{
	padding-right: 0;
}
.adress{
	text-align: left;
}
.adress .h4{
	font-size: 20px;
	margin: 0;
	margin-top: 30px;
	line-height: 1;
}
.adress p{
	margin: 0;
	font-size: 14px;
}
.copyright{
	text-align: right;
	font-size: 10px;
}

/**/
.h2text{
	padding: 20px;
}
.h2sonpo{
	line-height: 1.2;
	padding: 10px 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: 36px;
	padding: 100px 0 70px 0;
	margin: 0;
	line-height: 1;
	text-align: center;
}
.ancernav ul{
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	list-style: none;
}
.ancernav li{
	width: 300px;
	margin: 10px;
}
.ancernav a{
	display: block;
	height: 88px;
	box-sizing: border-box;
	border-radius: 10px;
	border: solid 2px #009E96;
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: 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;
}
.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: 20px;
	margin-bottom: 50px;
}

.h3box{
	font-size: 36px;
	font-weight: 400;
	margin: 0;
	margin-bottom: 10px;
	color: #009944;
}
.h4box{
	font-size:20px;
	color: #009944;
	margin: 10px 0;
}
.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{
	width: 360px;
	float: right;
	margin-left: 40px;
}
.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;
	width: 620px;
	padding: 20px;
	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;
	white-space: nowrap;
	background-color: #AA569D;
	font-size: 16px;
	border-radius: 20px;
	color: #FFF;
	padding: 10px;
	line-height: 1;
	vertical-align: 5px;
	margin-left: 10px;
}
.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: 20px;
}
.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: 40px;
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 100px;
}
.toiawase .toih2{
	font-size: 20px;
	margin: 0;
	color: #009E96;
}
.toiawase .toih3{
	font-size: 36px;
	margin: 0;
	margin-top: 20px;
	line-height: 1.2;
}
.toiawase p{
	margin: 0;
}
.toiawase .tel{
	display: flex;
	justify-content: center;
}
.toiawase .tel > div{
	margin: 10px;
}
.toiawase .tel img{
	width: 30px;
}
.toiawase .tel a strong,
.toiawase .tel strong{
	font-weight: 600;
	font-size: 36px;
	color: #EE7800;
	text-decoration: none;
}
.toiawase .tel a{
	text-decoration: none;
}
.toiawase .tel{
	font-size: 24px;
	font-weight: 600;
	color: #EE7800;
}

/**/
.jikoni img{
	display: block;
	width: 50px;
	margin: 0 auto;
}
.jiko img{
	width: 100px;
}
.okigaruni.big{
	font-size: 32px;
	text-align: center;
}
ul.list{
	margin: 0;
	padding: 0 0 0 20px;
}
.orangeback{
	margin: 10px 0;
	background-color: #FEF5E7;
	padding: 20px;
	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{
	display: flex;
	justify-content: space-between;
}
.flex2 > div{
	width: calc(50% - 10px);
}
.flex2 ul{
	margin: 0;
	padding: 0 0 0 40px;
}
.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: 100px;
}

/**/
.gaiyou{
	margin-bottom: 100px;
}
.gaiyoubox{
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.gaiyoubox > div{
	width: 360px;
}
.table{
	border-collapse: collapse;
	width: 100%;
}
.gaiyoubox .table{
	width: calc(100% - 400px);
}
.table th{
	vertical-align: top;
	font-weight: 400;
	background-color: #EBEBEB;
	padding: 10px;
	text-align: left;
	border: solid 1px #AAA;
	width: 10em;
}
.table td{
	padding: 10px;
	border: solid 1px #AAA;
	vertical-align: top;
}

/**/
.privacy{
	margin-bottom: 100px;
}
.privacylist1{
	list-style: none;
	margin: 0;
	padding: 0;
}
.privacylist1 > li{
	margin-top: 40px;
}
.prh2{
	font-size: 20px;
	margin: 10px 0;
	margin-left: -0.5em;
}
.prh3{
	font-size: 18px;
	margin: 0;
	margin-top: 20px;
}
.prh2 + div{
	margin-left: 2em;
}
.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 1.5em;
	list-style: disc;
}
/**/
.kanryhu{
	margin-bottom: 100px;
}
.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: 30px;
	border-radius: 10px;
}

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

/**/
.form{
	background-color: #EEE;
	padding: 30px;
	border-radius: 10px;
	width: 1000px;
	margin: 0 auto;
	margin-bottom: 100px;
	box-sizing: border-box;
}
.form table{
	border-collapse: separate;
	border-spacing: 4px;
	width: 100%;
}
.form td{
	background-color: #FFF;
	padding: 10px;
	width: calc(100% - 14em);
}
.form th{
	background-color: #666;
	color: #FFF;
	font-weight: 400;
	padding: 10px;
	position: relative;
	width: 14em;
}
.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: 18px;
}
textarea{
	height: 150px;
}
input[name="name"],
input[name="kana"]{
	width: 300px;
}
select{
	border: solid 1px #AAA;
	border-radius: 6px;
	padding: 10px;
	font-size: 18px;
}
.formprybacy{
	margin-top: 20px;
}
.formprybacy p{
	margin: 5px 0;
}
.doui{
	background-color: #FFF;
	border: solid 1px #FF0000;
	padding: 20px;
	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{
	line-height: 1.2;
	width: 200px;
	background-color: #EEE;
	padding: 20px 10px;
	border-radius: 10px;
	text-align: center;
	margin-right: 10px;
	box-sizing: border-box;
}
.drag-drop-info{
	font-size: 14px;
	margin: 5px 0;
}
.btn{
	background-color: #002060;
	border-radius: 6px;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	border: none;
	color: #FFF;
	cursor:pointer;
}
.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{
	display: flex;
}
.uploadbox > div{
	width: 200px;
	margin-right: 10px;
}
.uploadbox > div strong{
	font-size: 16px;
}
.photodell > div{
	background-color: #002060;
	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{
	display: flex;
	justify-content: flex-start;
}
.checkphotobox > div{
	width: 200px;
	margin-right: 20px;
}

.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 #009E96;
	border-radius: 20px;
	padding: 20px;
	width: 500px;
	margin: 100px auto;
	margin-top: 10px;
	background-color: #fffde8;
}
.passtable input[name="password"]{
	border: solid 1px #009E96;
	border-radius: 10px;
	padding: 10px;
	width: 300px;
	text-align: center;
	margin: 20px auto;
}
.pass .submit{
	padding: 15px;
}
.contents p.passerror{
	text-align: center;
	color: #FF0000;
}
.footerlink{
	list-style: none;
	display: flex;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}
.footerlink li{
	width: calc(20% - 20px);
}
.footerlink li a{
	display: block;
	border: solid 1px #CCC;
	line-height: 1;
}