html,body,header,footer,main,section,title,h1,h2,h3,p,a,figure,figcaption,table,div,nav,ul,li,button{
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
	font-family:serif;
}
#splash{
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100000;
  background-color:black;
  text-align:center;
}
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width:120px;
}
#splash_logo img {
  width:120px;
}
#humbrger{
  display: none;
}
#header-wrapper21 img{
	width:80px;
	height:80px;
	padding:20px 0;
	transition:all 0.5s;
}
#header-wrapper21{
	width:100%;
	height:130px;
	display:flex;
	justify-content:space-between;
	align-items: center;
	position:fixed;
	top:0;
	right:0;
	left:0;
	z-index:10000;
	background-color:white;
}
#header-wrapper21 .header-img2{
	margin-left:70px;
}
#header-wrapper21 .header-list2{
	margin-right:70px;
	padding:5px 20px;
}
#header-wrapper21 .header-list2 a{
	color:black;
}
#header-wrapper21 .header-list2 nav{
	width:400px;
}
.header-nav12{
	height:40px;
	display:flex;	
	align-items:flex-end;
	justify-content:space-between;
	padding:5px 0;
	width:100%;
}
.header-nav12 .fa-square-twitter{
	font-size:24px;
}
.header-nav22{
	height:40px;
	display:flex;	
	align-items:center;
	justify-content:space-between;
	padding:5px 0;
	width:100%;
}
.header-nav22-list3{
	position: relative;
}
.g-menu-link{
	display: block;/* ポイント！！ */
	padding: 20px;
	box-sizing: border-box;
}
.header-nav12 li{
	padding:5px;
	font-size:10px;
	font-weight:normal;
	transition:all 0.5s;
}
.header-nav22 li{
	transition:all 0.5s;
}
.header-nav22 h3{
	font-size:19px;
	font-weight:normal;
}
.header-nav22 p{
	margin:3px 0;
	font-size:10px;
	font-weight:normal;
}
#header-wrapper21 img:hover,.header-nav12 li:hover,.header-nav22 li:hover{
	opacity:0.5;
}
.business-nav{
	position: absolute;
	top: 100%;
	left:0;
	width: 200%;
	background-color:rgba(0, 0, 0, 0.4);
	padding:20px;
	opacity:0;
	transition:all 0.4s;
	box-sizing: border-box;
	opacity: 0;/* ポイント！！ */
  pointer-events: none;/* ポイント！！ */
}
.business-nav a{
	color:white;
}
.header-nav22-list3:hover .business-nav {
  opacity: 1;
  pointer-events: auto;
  transition: .5s;
}
.top-div1{
	padding-top:280px;
	padding-bottom:100px;
	text-align:center;
}
.top-div1 .sentence-one{
	background-color:rgba(0, 0, 0, 0.5);
}
.top-div1 h2{
	font-weight:normal;
    font-size:44px;
    margin-bottom:15px;
}
.top-div1 p{
    font-size:18px;
    margin-bottom:10px;
}
.top-div1 nav{
	margin:auto;
	display: inline-block;
	width:65%;
}
.top-div1 ul{
	margin:100px auto;
	display:flex;
	justify-content:center;
	align-items:center;
	width: 100%;
} 
.top-div1 li{
	font-size:14px;
	padding:30px 0;
	background-color:black;
	color:white;
	transition:all 0.5s;
	cursor:pointer;
	width: 30%;
}
.top-div1 li:hover{
	opacity:0.8;
}
.sentence-one-wrapper{
	display:flex;
	justify-content:center;
	width:100%;
	max-width:1200px;
	margin:0 auto 200px auto;
}
.sentence-one-hide{
	display:none;
}
.sentence-one-h2{
	width:35%;
	display:inline-block;
}
.sentence-one a{
	color:white;
}
.sentence-one-h2 h2{
	font-weight:normal;
	font-size:40px;
	text-align:left;
}
.adress-sentence{
	width: 60%;
	display:inline-block;
}
.adress-sentence p{
	font-size:14px;
	padding-bottom:50px;
	border-bottom:1px solid rgba(0, 0, 0, 0.5);
	display:inline-block;
	width:100%;
}
.adress-sentence .table{
	width:100%;
}
.adress-sentence .table-parent{
	display:flex;
}
.adress-sentence .theme{
	width:25%;
	padding:30px 0 30px 5px;
}
.adress-sentence .name{
	width: 75%;
	padding:30px 0 30px 5px;
}
.sentence-two-wrapper{
	display:flex;
	justify-content:center;
	width:100%;
	max-width:1200px;
	margin:0 auto 200px auto;
	transition:all 0.5s;
}
.sentence-two-hide{
	display:none;
}
.sentence-two-h2h3{
	display:inline-block;
	width: 35%;
}
.sentence-two-h2h3 h2{
	font-weight:normal;
	font-size:50px;
	text-align:left;
}
.sentence-two-h2h3 h3{
	font-weight:normal;
	font-size:35px;
	text-align:left;
}
.sentence-two-wrapper  table{
    width:60%;
	display:inline-block;
	padding-top:5px;
	border-collapse: collapse;
}
.sentence-two-wrapper .top-tr{
	border-top:1px solid rgba(0, 0, 0, 0.5);
}
.sentence-two-wrapper table tr{
	border-bottom:1px solid rgba(0, 0, 0, 0.5);
}
.sentence-two-wrapper th{
	width:30%;
	padding:30px 0 30px 5px;
	text-align:left;
	font-weight:normal;
	font-size:14px;
}
.sentence-two-wrapper td{
	width:70%;
	padding:30px 10px 30px 0;
	font-size:14px;
}
.sentence-three-wrapper{
	display:flex;
	justify-content:center;
	width:100%;
	max-width:1200px;
	margin:0 auto 200px auto;
	transition:all 0.5s;
}
.sentence-three-hide{
	display:none;
}
.sentence-three-h2h3{
	display:inline-block;
	width: 35%;
}
.sentence-three-h2h3 h2{
	font-weight:normal;
	font-size:50px;
	text-align:left;
}
.sentence-three-h2h3 h3{
	font-weight:normal;
	font-size:35px;
	text-align:left;
}
.sentence-photos{
	width:60%;
	display:inline-block;
	padding-top:10px;
}
.sentence-photos img{
	width:100%;
	height:auto;
	padding-bottom:15px;
}
.sticky{
	position:sticky;
	top:120px;
}





#link-wrapper{
    margin: auto;
    display: flex;
    justify-content: center;
    padding-bottom: 80px;
    height: 220px;
}
#link-wrapper a{
    color: black;
    text-align: center;
    height: 100%;
}
.link{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 60px;
    height: 100%;
    width:250px;
    transition:all 0.5s;
}
.link:hover{
	opacity:0.5;
}
.link h3{
	font-weight:normal;
}
.link p{
	font-size:12px;
}
.link-two{
	border-right:1px solid rgba(0, 0, 0, 0.8);
	border-left:1px solid rgba(0, 0, 0, 0.8);
}


#contact-wrapper{
	display:flex;
	height:auto;
	background-color:black;
}
#contact-wrapper .contact-sentence{
	max-width:500px;
	margin:auto 0 auto auto;
	width:40%;
	text-align:left;
}
.contact-sentence h2{
	font-weight:normal;
	font-size:32px;
	margin-bottom:20px;
	color:white;
}
.contact-sentence .p8{
	padding-bottom:30px;
	border-bottom:1px solid white;
	margin-bottom:30px;
	color:white;
	display:inline-block;
}
.contact-sentence .p9{
	color:white;
}
.contact-image{
	width:60%;
	height:100%;
}
.contact-anker{
	height: 50%;
	display:flex;
	position: relative;
	overflow: hidden;
}
.contact-hover-img{
	width: 100%;
  height: 100%;
  transition: all .4s ease;
  z-index: 10;
}
.contact-image h3{
	font-size:32px;
	font-weight:normal;
	margin-bottom:5px;
}
.contact-image .p10{
	margin-bottom:30px;
}
.contact-image .report,.contact-image .Inquirement{
	color:white;
	padding-left:100px;
	display:flex;
	flex-direction:column;
	justify-content:center;
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	box-sizing: border-box;
}
.contact-anker:hover .contact-hover-img {
  transform: scale(1.2);
}






.footer-margin{
	background-color:rgba(0, 0, 0, 0.9);
}
#footer-wrapper{
	width:100%;
	max-width:1300px;
	margin: 0 auto;
	display:flex;
	align-items:center;
	height:850px;
	color:white;
}
.footer-class111{
	width:60%;
	margin-left:150px;
}
.footer-class111 a,.footer-class222 a{
	color: white;
	transition:all 0.5s;
}
.footer-class111 h3{
	font-size:16px;
	font-weight:normal;
	margin: 5px 0;
	transition:all 0.5s;
}
.footer-class111 p{
	font-size:12px;
	margin:5px 0;
	transition:all 0.5s;
}
.footer-parent{
	display:flex;
	width:850px;
	margin:0;
}
.footer-child{
	text-align:left;
	padding-bottom:150px;
	width:220px;
	margin-right: 50px;
}
.footer-class222{
	margin:0;
	width:40%;
}
.footer-class222 p{
	font-size:11px;
}
.footer-class222  .fa-square-twitter{
	font-size:40px;
	margin:10px 0 20px 0;
}
.footer-class222 .footer-img1{
	width:65px;
	height:70px;
	margin:10px 0;
	transition:all 0.5s;
}
.footer-div{
	margin:20px 0;
}
.footer-div p{
	margin-bottom: 5px;
	transition:all 0.5s;
}
.footer-class222 .footer-img2{
	width:250px;
	height:100px;
	transition:all 0.5s;
}
.footer-class222 button{
	width:250px;
	height:80px;
	background-color:#2E2E2E;
	color:white;
	border:none;
	margin:10px 0;
	display:block;
	cursor:pointer;
	transition:all 0.5s;
}
.button-css{
	display:flex;
	align-items: center;
	justify-content: center;
}
.button-css p{
	font-size:12px;
}
.button-css h3{
	width: 80%;
	font-size:26px;
}
small{
	display:flex;
	align-items: center;
	justify-content: space-around;
	height:80px;
	background-color:black;
	color: white;
}
.small-div01 .right-anker{
	margin-right: 5px;
	transition: all 0.5s;
	font-size: 14px;
}
.small-div01 .left-anker{
	margin-left: 5px;
	transition: all 0.5s;
	font-size: 14px;
}
.small-div01 a{
	color: white;
}
.small-div01 .right-anker:hover,.small-div01 .left-anker:hover{
	opacity: 0.5;
}




@media screen and (max-width: 1200px){
	#humbrger{
	  display: none;
    }
	#header-wrapper21 .header-img2{
		margin-left:50px;
	}
	#header-wrapper21 .header-list2{
		margin-right:50px;
		padding:0;
	}
	.top-div1 nav{
		width:90%;
	}

    .sentence-one-wrapper{
    	width:95%;
    }
	.sentence-two-wrapper{
		width:95%;
	}
	.sentence-three-wrapper{
		width: 95%;
	}
    .sentence-one-h2{
    	width: 35%;
    }
    .sentence-two-h2h3{
    	width: 35%;
    }
    #link-wrapper{
    	display:flex;
    	justify-content:center;
    	align-items:center;
    	width:90%;
    	margin: auto;
    }
    #link-wrapper .link{
    	padding:0;
    }
    #link-wrapper a{
    	width:100%;
    }
	#contact-wrapper{
  	    height: 950px;
    }
	#contact-wrapper .contact-sentence{
		width:45%;
		margin-left: 2em;
	}
	#contact-wrapper .contact-sentence h2{
		font-size: 26px;
	}
	#contact-wrapper .contact-sentence p{
		font-size:14px;
	}
	#contact-wrapper .report,#contact-wrapper .Inquirement{
		padding:2em;
	}
	.contact-anker img,.contact-anker img{ 
		object-fit: cover;
		object-position: center;
		transform: scale(1.1);
	}
	#footer-wrapper{
		height:auto;
		padding: 80px 0;
		display:flex;
		align-items:flex-start;
	}
	.footer-class111{
		margin-left:0;
	}
	.footer-parent{
		display:flex;
		flex-direction:column;
		width:auto;
	}
	.footer-child {
        text-align: left;
        padding-bottom:30px;
        width: 220px;
        margin-left:50px;
    }
    .footer-child h3{
        font-size:18px ;
    }
    .footer-child p{
    	font-size:14px;
    }

@media screen and (max-width: 768px){
	#header-wrapper21 .header-list2{
		display:none;
	}
	#header-wrapper21{
		height:50px;
		padding-bottom:10px;
	}
	#header-wrapper21 .header-img2 a{
		display: block;
		width: 100%;
		height: 100%;
	}
	#header-wrapper21 img{
		height:100%;
		padding: 0;
		width: 100%;
	}
	#header-wrapper21 .header-img2{
		margin-left:40px;
		padding-top:10px;
		height: 100%;
	}
	#humberger02 {
		margin-right: 50px;
		position: relative;
        height: 50px;
        width: 50px;
        display: inline-block;
        box-sizing: border-box;
    }
    #humberger02 div {
        position: absolute;
        left: 0;
        height: 2px;
        width: 100%;
        background-color: #444;
        border-radius: 2px;
        display: inline-block;
        box-sizing: border-box;
        background-color:black;
    }
    #humberger02 div:nth-of-type(1)  {
        bottom: 32px;
    }
    #humberger02 div:nth-of-type(2)  {
        bottom: 22px;
    }
    #humberger02 div:nth-of-type(3)  {
        bottom: 10px;
    }
    .cross-parent{
      	position: absolute;
      	top: 20px;
    	right: 50px;
    }
    .cross {
        position: relative;
        display: inline-block;
        width: 50px;
        height: 1px;
        background: white;
        transform: rotate(155deg);
        vertical-align: middle;
    }

    .cross::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: white;
        transform: rotate(50deg);
    }
	#humbrger{
		padding: 100px 30px;
	    display: flex;
	    flex-direction:column;
	    height:100vh;
	    width: 100vw;
	    background-color:black;
	    position:fixed;
	    top: 0;
	    right: 0;
	    z-index: 10000;
	    box-sizing:border-box;
	    transform: translateX(1000px);
	    transition: all .5s;
    }
    #humbrger.open {
        transform: translateX(0); /* right0まで-700px移動 */
        height:100vh;
	    width:100vw;
    }
    #humbrger.open-2 {
        transform: translateX(0); /* right0まで-700px移動 */
        height:100vh;
	    width:40vw;
    }
    .humbrger-list1{
      	margin: auto;
       	width: 90%;
    	padding-bottom:40px;
      	border-bottom:1px solid dimgray;
    }
    .humbrger-list1 a,.humbrger-list2 a{
  	    color: white;
    }
    .humbrger-list1 h2{
    	font-size:16px;
    	font-weight:normal;
    	padding-top:1em;
    }
    .humbrger-list1 p{
    	font-size:12px;
    }
    .humbrger-list1 li,.humbrger-list2 li{
    	font-size:12px;
    }
    .humbrger-list2{
    	margin: auto;
    	padding-top:20px;
    	width:90%;
    }
    .humbrger-list2 img{
    	width: 100%;
    	height: auto;
    	margin: auto;
    	padding-bottom:20px;
    }
    .humbrger-list2 ul{
    	display: flex;
    	justify-content:space-between;
    	align-items:center;
    }
    .humbrger-list2 .fa-square-twitter{
    	font-size:20px;
    }
	#contact-wrapper{
		display:inline-block;
		width: 100%;
		height:1200px;
	}
	#contact-wrapper .contact-sentence{
		height: 35%;
		padding:2em;
		width:100%;
		box-sizing:border-box;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	#contact-wrapper .report, #contact-wrapper .Inquirement{
		padding:2em;
	}
	.contact-sentence h2{
		margin-bottom:10px;
	}
	.contact-sentence .p8{
		display: inline-block;
		width: 50px;
		padding-bottom:15px;
		margin-bottom:15px;
	}
	.contact-sentence .p9 br{
		display: none;
	}
	.contact-image{
		width:100%;
		margin:0;
		height: 65%;
	}
	.contact-anker{
		height: 45%;
	}
	.contact-hover-img{
		object-fit: cover;
	}
	.contact-anker img{
		transform: scale(1.0);
	}
	.contact-image h3{
		font-size:20px;
	}
	.contact-image .p10{
		margin-bottom: 15px;
		font-size: 12px;
	}
	.contact-image p{
		font-size: 12px;
	}
	#footer-wrapper{
		display:inline-block;
		padding: 0;
	}
	.footer-class111{
		display:flex;
		justify-content:space-around;
		width:90%;
		margin:auto;
		padding-bottom: 50px;
		padding-top:320px;
		border-bottom:1px solid gray;
	}
	.footer-margin{
		width: 100%;
		max-width: 768px;
		margin:0 auto;
		position: relative;
	}
	.footer-child {
        text-align: left;
        padding-bottom: 30px;
        width:100%;
        margin: 0;
    }
    .footer-class222{
	    width:85%;
	    margin:auto;
    }
    .footer-class222 .footer-img1{
      	margin:0;
      	margin-top:50px;
    }
    .footer-class222 button {
        width: 100%;
        height: 80px;
        border: none;
        margin: 10px 0;
    }
    .footer-class222 .footer-img2{
  	    position:absolute;
  	    top: 50px;
  	    left: 0;
  	    right:0;
  	    width: 80%;
  	    margin:  0 auto;
  	    height:auto;
    }
    .button-css h3{
      	display:inline-block;
  	    width: auto;
    }
    small{
  	    font-size:12px;
  	    display: flex;
  	    flex-direction:column;
  	    height: 120px;
    }
}


@media screen and (max-width: 540px){
	#header-wrapper21 .header-list2{
		display:none;
	}
	#header-wrapper21{
		height:50px;
		padding-bottom:10px;
	}
	#header-wrapper21 .header-img2 a{
		display: block;
		width: 100%;
		height: 100%;
	}
	#header-wrapper21 img{
		height:100%;
		padding: 0;
		width: 100%;
	}
	#header-wrapper21 .header-img2{
		margin-left:40px;
		padding-top:10px;
		height: 100%;
	}
	#humberger02 {
		margin-right: 50px;
		position: relative;
        height: 50px;
        width: 50px;
        display: inline-block;
        box-sizing: border-box;
    }
    #humberger02 div {
        position: absolute;
        left: 0;
        height: 2px;
        width: 100%;
        background-color: #444;
        border-radius: 2px;
        display: inline-block;
        box-sizing: border-box;
        background-color:black;
    }
    #humberger02 div:nth-of-type(1)  {
        bottom: 32px;
    }
    #humberger02 div:nth-of-type(2)  {
        bottom: 22px;
    }
    #humberger02 div:nth-of-type(3)  {
        bottom: 10px;
    }
    .cross-parent{
      	position: absolute;
      	top: 20px;
    	right: 50px;
    }
    .cross {
        position: relative;
        display: inline-block;
        width: 50px;
        height: 1px;
        background: white;
        transform: rotate(155deg);
        vertical-align: middle;
    }

    .cross::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: white;
        transform: rotate(50deg);
    }
	#humbrger{
		padding: 100px 30px;
	    display: flex;
	    flex-direction:column;
	    height:100vh;
	    width: 100vw;
	    background-color:black;
	    position:fixed;
	    top: 0;
	    right: 0;
	    z-index: 10000;
	    box-sizing:border-box;
	    transform: translateX(1000px);
	    transition: all .5s;
    }
    #humbrger.open {
        transform: translateX(0); /* right0まで-700px移動 */
        height:100vh;
	    width:100vw;
    }
    #humbrger.open-2 {
        transform: translateX(0); /* right0まで-700px移動 */
        height:100vh;
	    width:40vw;
    }
    .humbrger-list1{
      	margin: auto;
       	width: 90%;
    	padding-bottom:40px;
      	border-bottom:1px solid dimgray;
    }
    .humbrger-list1 a,.humbrger-list2 a{
  	    color: white;
    }
    .humbrger-list1 h2{
    	font-size:16px;
    	font-weight:normal;
    	padding-top:1em;
    }
    .humbrger-list1 p{
    	font-size:12px;
    }
    .humbrger-list1 li,.humbrger-list2 li{
    	font-size:12px;
    }
    .humbrger-list2{
    	margin: auto;
    	padding-top:20px;
    	width:90%;
    }
    .humbrger-list2 img{
    	width: 100%;
    	height: auto;
    	margin: auto;
    	padding-bottom:20px;
    }
    .humbrger-list2 ul{
    	display: flex;
    	justify-content:space-between;
    	align-items:center;
    }
    .humbrger-list2 .fa-square-twitter{
    	font-size:20px;
    }
	.business-nav{
		display:none;
	}
	.top-div1 {
        padding-top: 130px;
        padding-bottom:0;
        text-align: center;
    }
    .top-div1 ul{
    	margin: 60px auto;
    }
    .top-div1 h2{
    	font-size:26px;
    }
	.sentence-one-wrapper{
		display:flex;
		flex-direction:column;
		width:90%;
		justify-content:center;
		align-items:center;
	}
	.sentence-one-h2{
		text-align: center;
		margin-bottom:50px;
		font-size: 26px;
	}
    .sentence-one-h2 h2{
    	text-align:center;
    	font-size:26px;
    }
    .sentence-two-wrapper{
    	display:flex;
    	flex-direction: column;
    }
    .sentence-two-h2h3{
    	display:inline-block;
    	width:100%;
    	margin:0 auto;
    	text-align:center;
    }
    .sentence-two-h2h3 h2{
    	font-size:36px;
    }
    .sentence-two-h2h3 h3{
    	text-align:center;
    	font-size:26px;
    	margin-bottom:50px;
    }
    .sentence-two-wrapper table{
    	width:90%;
    	margin: 0 auto;
    	text-align:left;
    }
    .sentence-three-wrapper{
    	display:flex;
    	flex-direction:column;
    }
    .sentence-three-h2h3{
    	display:inline-block;
    	width:100%;
    	margin:0 auto;
    	text-align:center;
    }
    .sentence-three-h2h3 h2{
    	font-size: 36px;
    }
    .sentence-three-h2h3 h3{
    	font-size:26px;
    	text-align:center;
    	margin-bottom:50px;
    }
    .sentence-photos{
    	width:90%;
    	margin: auto;
    }
    .adress-sentence{
	    width: 100%;
    }
    .adress-sentence .adress-sentence-p{
    	letter-spacing:5px;
    }

    #link-wrapper{
    	height:150px;
    }
    .link {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding:0 30px;
        height: 100%;
        width: 100%;
        transition: all 0.5s;
        box-sizing:border-box;
    }
    .link h3{
    	font-size: 14px;
    }
    #contact-wrapper{
		display:inline-block;
		width: 100%;
		height: 900px;
	}
	#contact-wrapper .contact-sentence{
		height: 25%;
		margin: 0 ;
		padding:2em;
		width:100%;
		box-sizing:border-box;
	}
	#contact-wrapper .report, #contact-wrapper .Inquirement{
		padding:2em;
	}
	.contact-sentence h2{
		margin-bottom:10px;
	}
	.contact-sentence .p8{
		padding-bottom:15px;
		margin-bottom:15px;
	}
	.contact-image{
		width:100%;
		margin:0;
		height: 75%;
	}
	.contact-anker{
		height: 45%;
	}
	.contact-hover-img{
		object-fit: cover;
	}
	.contact-anker img{
		transform: scale(1.0);
	}
	.contact-image h3{
		font-size:20px;
	}
	.contact-image .p10{
		margin-bottom: 15px;
		font-size: 12px;
	}
	.contact-image p{
		font-size: 12px;
	}
	#footer-wrapper{
		display:inline-block;
		padding: 0;
	}
	.footer-class111{
		display:flex;
		justify-content:space-around;
		width:90%;
		margin:auto;
		padding-bottom: 50px;
		padding-top:260px;
		border-bottom:1px solid gray;
	}
	.footer-margin{
		width: 100%;
		max-width: 768px;
		margin:0 auto;
		position: relative;
	}
	
	.footer-child {
        text-align: left;
        padding-bottom: 30px;
        width:100%;
        margin: 0;
    }
    .footer-class222{
	  width:85%;
	  margin:auto;
    }
    .footer-class222 .footer-img1{
      	margin:0;
      	margin-top:50px;
    }
    .footer-class222 button {
        width: 100%;
        height: 80px;
        border: none;
        margin: 10px 0;
    }
    .footer-class222 .footer-img2{
      	position:absolute;
      	top: 50px;
      	left: 0;
      	right:0;
      	width: 80%;
      	margin:  0 auto;
      	height:auto;
    }
    .button-css h3{
    	display:inline-block;
    	width: auto;
    }
    small{
    	font-size:12px;
    	display: flex;
    	flex-direction:column;
    	padding: 30px 0;
    }










}


