@charset "utf-8";
/* CSS Document */

* {
	line-height: 1;
}

img {
    border: 0;
    vertical-align: top;
}


/*clearfix*/
.clearfix:after{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .clearfix{
	display: inline-block;
}
/* no ie mac \*/
* html .clearfix{
	height: 1%;
}
.clearfix{
	display: block;
}
.clearfix{
  overflow:hidden;
}
/* Hides from IE-mac \*/
* html .clearfix{
  height:1%;
	overflow-x : hidden;
}

* {
	box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
word-wrap: break-word;

	
}

/*body*/

body {
width: 100%;
	-webkit-text-size-adjust: 100%;
}

img {
    border: 0;
    vertical-align: top;
}

.contents-left {
	float: left;
	vertical-align: top;
	display: inline-block;
}

.contents-right {
}

li {
	list-style-type: none;
}

a {
	text-decoration: none;
}

a:hover {
	opacity: 0.75;
}


.contents-box {
	font-family: 'Noto Sans JP', sans-serif;
font-weight: 400;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	color: #000;
	font-size: 17px;
	line-height: 1;
}

.contents-box p {
	font-family: 'Noto Sans JP', sans-serif;
font-weight: 400;
	font-size: 16px;
	color: #000;
	line-height: 1.8;
	letter-spacing: 0.05em;
}

.contents-box p br.sp-view {
	display: none;
}

.contents-box a {
}

.contents-box p a {
}

.space-box {
	clear:both;
}

.anctxt {
	display: block; 
    position: relative;
    top: -140px;
    visibility: hidden;
	height: 1px;
}



/*header*/

#header-top {
	width: 100%;
	position: relative;
	padding-top: 120px;
}

.header {
	display: flex;
  justify-content: space-between;
	align-items: center;
	position: fixed;
left: 0px;
top: 0px;
	width: 100%;
	background-color: #FFF;
	height: 110px;
	padding: 0px 30px;
	z-index: 9999999;
}

.header-right {
	display: flex;
  justify-content: flex-end;
}

#header h2 {
	position: absolute;
   top: 0%;
   left: 50%;
   -webkit-transform: translate(-50%, -0%);
   transform: translate(-50%, -0%);
	padding-top: 80px;
}

/*メニュー部分*/
	nav{
		display: none;
		position: absolute;
		top:0;
		width: 100%;
		min-height: 100vh;
		background:#FFF;
		left: 0;
		overflow: auto;
		
	}
	nav > div {
		display: block;
		width: 100%;
		height:100%;
		position: absolute;
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
		margin: auto;
		padding-top: 280px;
	}
	
.nav-box .box001, .nav-box .box002 ul {
	display: flex;
  justify-content: center;
flex-wrap: wrap;
}

.nav-box .box001 {
	gap:0px 30px;
	margin-bottom: 50px;
}

.nav-box .box001 .box {
	width: 426px;
}

.nav-box .box001 .box a {
	width: 100%;
	height: 185px;
	display: flex;
  justify-content: center;
align-items: center;
	flex-direction: column;
	background-color : rgba(22, 68, 124, 0.8);
	padding-right: 20px;
	background-image: url("../images/link-arrow01.svg");
background-position: right 35px center;
background-repeat: no-repeat;
	transition: .5s;
}

.nav-box .box001 .box a:hover {
	background-color : rgba(22, 68, 124, 1);
background-position: right 25px center;
	opacity: 1;
}

.nav-box .box002 ul {
	gap:15px 10px;
	width: 1200px;
	margin: 15px auto;
}

.nav-box .box002 ul li {
	width: 270px;
}

.nav-box .box001 h5, .nav-box .box001 h6 {
color: #FFF;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.35);
	font-weight: normal;
}

.nav-box .box001 h5 {
	font-size: 33px;
letter-spacing: 0.15em;
}

.nav-box .box001 h6 {
	font-size: 20px;
letter-spacing: 0.05em;
}

.nav-box .box002 ul li a {
color: #16447c;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: normal;
	width: 100%;
	padding: 15px 0px;
	display: block;
	border-style : solid;
border-color : rgba(22, 68, 124, 0.5);
border-width : 1px;
	background-image: url("../images/link-arrow02.svg");
background-position: right 35px center;
background-repeat: no-repeat;
	transition: .5s;
	text-align: center;
}

.nav-box ul li a:hover {
color: #FFF;
	background-color: #16447c;
	background-image: url("../images/link-arrow01.svg");
background-position: right 25px center;
	background-size: auto 12px;
	opacity: 1;
}

.nav-box  h5 {
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	line-height: 1.2;
}

.nav-box .box001 h6 {
	font-family: 'Cormorant Garamond', serif;
	letter-spacing: 0.05em;
font-weight: 300;
}


/*開閉ボタン*/
	#nav_toggle{
		display: inline-block;
		vertical-align: top;
		float: right;
		width: 60px;
		height: 60px;
		position: relative;
		top: 0px;
		z-index: 10000000000;
		background-position: left bottom;
		background-repeat: no-repeat;
		background-size: 100% auto;
		margin-top: 0px;
		margin-right: 0px;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 1px;
		background: #b2b2b2;
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:10px;
	}
	#nav_toggle span:nth-child(3){
		top:20px;
	}
	
	/*開閉ボタンopen時*/
	.open #nav_toggle span:nth-child(1) {
			top: 12px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		}
		.open #nav_toggle span:nth-child(2) {
			width: 0;
			left: 50%;
		}
		.open #nav_toggle span:nth-child(3) {
			top: 12px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		}





/* main-img */

.main-img {
	width: 100%;
	display: flex;
  justify-content: flex-end;
	position: relative;
	margin-bottom: 60px;
}

.main-img::after {
	content: "";
	position: absolute;
left: 40px;
top: 0px;
	background-image: url("../images/text00.svg");
background-position: left center;
background-repeat: no-repeat;
	background-size: auto 326px;
	width: 14px;
	height: 100%;
}

.main-img .box {
	width: 85%;
}

.main-img .box img {
	width: 100%;
height: 590px;
	object-fit: cover;
}

/*title-box*/

.title-box {
	position: absolute;
right: 5%;
top: 0px;
	height: 100%;
	display: flex;
  justify-content: center;
align-items: flex-end;
	flex-direction: column;
}

.title-box h3, .title-box h4 {
	font-family: 'Noto Serif JP', serif;
color: #FFF;
line-height: 1.4;
letter-spacing: 0.05em;
font-weight: 400;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.75);
}

.title-box h3 {
	font-size: 36px;
}

.title-box h4 {
	font-size: 20px;
	font-family: 'Cormorant Garamond', serif;
font-weight: 300;
	opacity: 0.8;
	padding-top: 5px;
}



/*contents*/
 
.contents {
	width: 100%;
	position: relative;
	padding-bottom: 50px;
}


/*concept-box*/
 
.concept-box {
	width: 100%;
	text-align: center;
	margin-bottom: 120px;
}

.concept-box h3 {
	font-family: 'Noto Serif JP', serif;
	font-size: 14px;
color: #595757;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: normal;
	margin-bottom: 40px;
}

.concept-box h4 {
	font-family: 'Noto Serif JP', serif;
	font-size: 32px;
color: #000;
line-height: 1.6;
letter-spacing: 0.1em;
font-weight: normal;
	margin-bottom: 80px;
	display: inline-block;
	position: relative;
}

.concept-box h4::before, .concept-box h4::after {
	content: "";
	position: absolute;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 11px;
	height: 23px;
}

.concept-box h4::before {
left: 0px;
top: 0px;
	background-image: url("../images/c-text01.svg");
background-position: left top;
	margin-left: -30px;
	margin-top: -5px;
}

.concept-box h4::after {
right: 0px;
bottom: 0px;
	background-image: url("../images/c-text02.svg");
background-position: right bottom;
}

.concept-box p {
	line-height: 2;
	color: #000;
}



/*lay01*/

.lay01 {
	width: 100%;
}

/*lay01 box01*/

.lay01 .box01 {
	width: 100%;
	height: 400px;
	display: flex;
  justify-content: center;
	align-items: center;
	text-align: center;
background-position: center top;
background-repeat: no-repeat;
background-size: cover;
	margin-bottom: 80px;
}

.lay01 h3 {
	font-family: 'Cormorant Garamond', serif;
	font-size: 52px;
color: #FFF;
line-height: 1.2;
font-weight: 300;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.55);
}

/*lay01 box02*/

.lay01 .box02 {
	width: 1040px;
	margin-bottom: 70px;
}

.lay01 .box02 > h4 {
	font-family: 'Noto Serif JP', serif;
	font-size: 33px;
color: #16447c;
line-height: 1.4;
letter-spacing: 0.15em;
font-weight: normal;
	margin-bottom: 70px;
	text-align: center;
}

.lay01 .box02 .box-in {
	border-top-style : solid;
	border-bottom-style : solid;
  border-color : rgba(83, 71, 65, 0.5);
  border-width : 1px;
	padding: 50px 0px;
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
	gap: 0px 50px;
}

.lay01 .box02 h5 {
	font-family: 'Cormorant Garamond', serif;
	font-size: 52px;
color: #384f78;
line-height: 1.2;
font-weight: 300;
}

.lay01 .box02 ul li {
	font-family: 'Noto Serif JP', serif;
	font-size: 22px;
color: #736357;
line-height: 1.4;
letter-spacing: 0.05em;
font-weight: normal;
	text-align: left;
}

.lay01 .box02 ul li:not(:last-child) {
	margin-bottom: 10px;
}

/*lay01 box03*/

.lay01 .box03 {
	width: 1040px;
	margin-bottom: 100px;
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
	text-align: center;
}

.lay01 .box03 .box001 {
	width: 410px;
	background : rgba(22, 68, 124, 0.8);
	display: flex;
  justify-content: center;
align-items: center;
	flex-direction: column;
	position: relative;
}

.lay01 .box03 .box001::after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: rgba(22, 68, 124, 0.8);
	border-width: 15px;
	margin-top: -15px;
}

.lay01 .box03 .box001 h4, .lay01 .box03 .box001 h5 {
color: #FFF;
line-height: 1.2;
font-weight: normal;
}

.lay01 .box03 .box001 h4 {
	font-family: 'Noto Serif JP', serif;
	font-size: 33px;
letter-spacing: 0.15em;
}

.lay01 .box03 .box001 h5 {
	font-family: 'Cormorant Garamond', serif;
	font-size: 20px;
letter-spacing: 0.05em;
	padding-top: 10px;
}

.lay01 .box03 .box002 {
	width: 580px;
}

.lay01 .box03 .box002 ul {
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
	gap:10px 0px;
}

.lay01 .box03 .box002 ul li {
	width: 48.5%;
}

.lay01 .box03 .box002 ul li a {
	width: 100%;
	display: block;
color: #16447c;
line-height: 1.2;
letter-spacing: 0.2em;
font-weight: normal;
	border-style : solid;
border-color : rgba(22, 68, 124, 0.5);
border-width : 1px;
	padding: 15px 0px;
	background-image: url("../images/link-arrow02.svg");
background-position: right 25px center;
background-repeat: no-repeat;
	transition: .5s;
}

.lay01 .box03 .box002 ul li a:hover {
color: #FFF;
	background-color: #16447c;
	background-image: url("../images/link-arrow01.svg");
background-position: right 15px center;
	background-size: auto 12px;
}

/*lay01 box04*/

.lay01 .box04 {
	width: 1040px;
	margin-bottom: 100px;
}

.lay01 .box04 .box:not(:last-child) {
	margin-bottom: 70px;
}

.lay01 .box04 .box001 p {
	padding: 0px 10px;
	line-height: 2;
	color: #000;
}

.lay01 .box04 .box002 {
	margin-bottom: 50px;
}

.lay01 .box04 .box002 img {
	width: 100%;
height: auto;
}


/*midashi*/

p.text01 {
	color:#807c7a;
	line-height:2.1;
	font-size: 16px;
}

.midashi01 {
	text-align: center;
	margin-bottom: 40px;
}

.midashi01 h4, .midashi01 h5 {
color: #16447c;
font-weight: normal;
	line-height: 1.2;
}

.midashi01 h4 {
	font-family: 'Cormorant Garamond', serif;
	font-size: 47px;
font-weight: 300;
	display: flex;
    align-items: center;
}

.midashi01 h4 span {
	font-family: 'Noto Serif JP', serif;
	font-size: 40px;
font-weight: 300;
	display: inline-block;
	padding-left: 10px;
}

.midashi01 h4::before,
.midashi01 h4::after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #16447c;
}
 
.midashi01 h4::before {
    margin-right: 50px;
}
 
.midashi01 h4::after {
    margin-left: 50px;
}

.midashi01 h5 {
	font-family: 'Noto Serif JP', serif;
font-size: 18px;
	letter-spacing: 0.15em;
	padding-top: 5px;
}


/*banner-side*/

.banner-side {
	position: fixed;
right: 0px;
top: 32%;
	z-index: 9999999;
}

.banner-side img {
	width: 116px;
	height: auto;
}


/*pagetop_btn*/

.pagetop_btn {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
    z-index: 100;
}

.pagetop_btn img {
	width: 60px;
height: auto;
}

.pagetop_btn a:hover {
    opacity: 0.75;
}


/*subcontents-map*/

.subcontents-map {
	width: 100%;
	clear: both;
	text-align: center;
}

.subcontents-map h3 {
	margin-bottom: 50px;
}

.subcontents-map .map-box2 {
	padding: 25px 0px;
	display: flex;
  justify-content: center;
flex-wrap: wrap;
	gap:0px 20px;
	background-color: #f1f1f1;
}

.subcontents-map .map-box2 h4 {
color: #16447c;
line-height: 1.2;
letter-spacing: 0.1em;
font-weight: normal;
	border-style : solid;
border-color : #16447c;
border-width : 1px;
	padding: 10px 20px;
}

.subcontents-map .map-box2 h5 {
	font-size: 15px;
color: #16447c;
line-height: 1.4;
letter-spacing: 0.1em;
font-weight: normal;
	text-align: left;
}

.subcontents-map p {
	font-size: 14px;
color: #FFF;
line-height: 1.2;
font-weight: normal;
	padding: 15px 0px;
	background-color: #16447c;
}

.subcontents-map .map-box .map {
	width: 100%;
	height: 500px;
	overflow: hidden;
}

.subcontents-map .map-box .map iframe {
	width: 100%;
	height: 860px;
	margin-top: -170px;
}

/*footer*/

.footer-img {
	width: 100%;
}

.footer {
	width: 100%;
	text-align: center;
}

.footer .box01 {
	padding: 50px 0px 40px;
}

.footer .box02 {
	padding: 35px 0px;
	display: flex;
  justify-content: center;
align-items: center;
flex-wrap: wrap;
	background-color: #16447c;
	gap:0px 40px;
}

.footer .box02 .box002 {
	text-align: left;
}

.footer h4, .footer h5, .footer h5 a, .footer h6, .footer p {
color: #FFF;
}

.footer h4, .footer h5, .footer h5 a, .footer h6 {
	font-family: 'Noto Serif JP', serif;
font-weight: normal;
	line-height: 1.2;
}

.footer h4 {
letter-spacing: 0.15em;
	margin-bottom: 5px;
}

.footer h5, .footer h5 a {
	font-family: 'Zen Old Mincho', serif;
	font-size: 34px;
letter-spacing: 0.05em;
}

.footer h5::before {
	content: "TEL";
	font-size: 22px;
}

.footer p {
	font-size: 14px;
	padding-top: 10px;
}


.copy p {
	font-size: 12px;
	color: #4d4d4d;
	line-height: 1.2;
	padding: 20px 0px;
	text-align: center;
}


/*footer-link*/

.footer-link {
	width: 100%;
	text-align: center;
	padding: 10px 5px;
	background-color: #16447c;
	position: fixed;
	left: 0px;
	bottom: 0px;
	display: none;
}

.footer-link ul {
	display: flex;
  justify-content: center;
}

.footer-link ul li {
	width: 48%;
	margin: 0px 1%;
}

.footer-link ul li img {
	width: 100%;
height: auto;
}



/**
 * for SmartPhone
 */
@media screen and (min-width: 737px) {
	
	body {
	min-width: 1400px;
	}
	

#header .sp-view {
	display: none;
}
	
	.header .contents-right .box02 {
		display: none;
	}	
		
	
}
@media screen and (max-width: 737px) {
    body {
    }

.contents-left {
	float: none;
	display: block;
}

.contents-right {
	float: none;
	display: block;
}


.contents-box {
	font-size: 14px;
}

.contents-box p {
	font-size: 14px;
}

.contents-box p br.sp-view {
	display: inline-block;
}
	
.anctxt {
    top: -90px;
}

/*header*/

#header-top {
	width: 100%;
	padding-top: 70px;
}

.header {
	height: 70px;
	padding: 0px 20px;
}

.header-left h1 img {
	height: 35px;
	width: auto;
}

.header-right {
	padding-top: 15px;
}
	
#header h2 {
	padding-top: 30px;
}
	
#header h2 img {
		height: 80px;
		width: auto;
}

	
/*開閉ボタン*/
	#nav_toggle{
		width: 40px;
		height: 40px;
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:9px;
	}
	#nav_toggle span:nth-child(3){
		top:18px;
	}

	
	.nav-pc {
		display: none;
	}
	
nav > div {
		padding-top: 130px;
	}
	
.nav-box .box001 {
	gap:10px 20px;
	margin-bottom: 30px;
}

.nav-box .box001 .box {
	width: 300px;
}

.nav-box .box001 .box a {
	height: 100px;
	padding-right: 20px;
background-position: right 25px center;
}

.nav-box .box002 {
	padding-bottom: 30px;
}
	
.nav-box .box002 ul {
	gap:7px;
	width: 100%;
	margin: 7px auto;
}

.nav-box .box002 ul li {
	width: 280px;
}

.nav-box .box001 h5 {
	font-size: 22px;
letter-spacing: 0.1em;
}

.nav-box .box001 h6 {
	font-size: 14px;
	padding-top: 5px;
}

.nav-box .box002 ul li a {
	padding: 12px 0px;
	background-position: right 25px center;
}



/* main-img */

.main-img {
	width: 100%;
	margin-bottom: 50px;
}

.main-img::after {
left: 10px;
	background-size: auto 150px;
}

.main-img .box {
	width: 90%;
}

.main-img .box img {
	width: 100%;
height: 200px;
}

.title-box {
right: 5%;
}
	
.title-box h3 {
	font-size: 22px;
}
	
	.title-box h4 {
	font-size: 12px;
}

	
/*contents*/

.contents {
	padding-bottom: 30px;
}

/*concept-box*/
 
.concept-box {
	width: 90%;
	margin-bottom: 60px;
}

.concept-box h3 {
	font-size: 12px;
	margin-bottom: 25px;
}

.concept-box h4 {
	font-size: 18px;
	margin-bottom: 30px;
}

.concept-box h4::before, .concept-box h4::after {
	height: 18px;
}

.concept-box h4::before {
	margin-left: -20px;
}

.concept-box p {
	text-align: left;
}



/*lay01*/

.lay01 {
	width: 100%;
}

/*lay01 box01*/

.lay01 .box01 {
	width: 100%;
	height: 200px;
	margin-bottom: 40px;
}

.lay01 h3 {
	font-size: 28px;
}

/*lay01 box02*/

.lay01 .box02 {
	width: 90%;
	margin-bottom: 50px;
}

.lay01 .box02 > h4 {
	font-size: 18px;
line-height: 1.6;
	margin-bottom: 35px;
}

.lay01 .box02 .box-in {
	padding: 40px 0px;
	gap: 25px 0px;
	flex-direction: column;
}

.lay01 .box02 h5 {
	font-size: 30px;
}

.lay01 .box02 ul li {
	font-size: 16px;
	text-indent: -16px;
	margin-left: 16px;
}

/*lay01 box03*/

.lay01 .box03 {
	width: 90%;
	margin-bottom: 60px;
	gap:20px 0px;
}

.lay01 .box03 .box001 {
	width: 100%;
	padding: 20px 0px;
}

.lay01 .box03 .box001::after {
	display: none;
}

.lay01 .box03 .box001 h4 {
	font-size: 22px;
}

.lay01 .box03 .box001 h5 {
	font-size: 14px;
	padding-top: 5px;
}

.lay01 .box03 .box002 {
	width: 100%;
}

.lay01 .box03 .box002 ul li a {
letter-spacing: 0.05em;
background-position: right 15px center;
}

/*lay01 box04*/

.lay01 .box04 {
	width: 90%;
	margin-bottom: 50px;
}

.lay01 .box04 .box:not(:last-child) {
	margin-bottom: 40px;
}

.lay01 .box04 .box001 p {
	padding: 0px 5px;
}

.lay01 .box04 .box002 {
	margin-bottom: 30px;
}

	

/*midashi*/

p.text01 {
	font-size: 14px;
	line-height: 1.8;
}

.midashi01 {
	margin-bottom: 25px;
}

.midashi01 h4 {
	font-size: 30px;
}

.midashi01 h4 span {
	font-size: 25px;
}

.midashi01 h4::before {
    margin-right: 25px;
}
 
.midashi01 h4::after {
    margin-left: 25px;
}

.midashi01 h5 {
font-size: 14px;
}

	
.btntop-footer {
		width: 92%;
		padding-bottom: 20px;
		display: block;
	}
	
.btntop-footer img {
		width: 100%;
	height: auto;
	}

	

	
/*banner-side*/
	
.banner-side {
	display: none;
}

/*btn-top*/
	
	.pagetop_btn {
		bottom: 12%;
		right: 5px;
	}
	

/*subcontents-map*/

.subcontents-map h3 {
	margin-bottom: 30px;
}
	
.subcontents-map h3 img {
	height: 30px;
	width: auto;
}

.subcontents-map p {
	padding: 15px;
	line-height: 1.4;
}
	
.subcontents-map .map-box2 {
	gap:10px 20px;
	flex-direction: column;
	align-items: center;
	padding-bottom: 15px;
}

.subcontents-map .map-box2 h5 {
	font-size: 14px;
	line-height: 1.6;
letter-spacing: 0.05em;
	text-align: center;
}

.subcontents-map .map-box .map {
	width: 100%;
	height: 250px;
	overflow: hidden;
}

.subcontents-map .map-box .map iframe {
	width: 100%;
	height: 600px;
	margin-top: -150px;
}
/*footer*/

.footer .box01 {
	padding: 30px 0px 25px;
}

.footer .box02 {
	gap:25px 40px;
}

.footer .box02 .box002 {
	text-align: center;
}
	
.footer h3 img {
	height: 110px;
	width: auto;
}

.footer h5, .footer h5 a {
	font-size: 32px;
}

.footer h5::before {
	font-size: 18px;
}
	
.footer h6 {
	font-size: 16px;
}

.footer p {
	padding: 10px 15px 0px;
}

	
.copy p {
	font-size: 10px;
	padding: 15px 0px;
	padding-bottom: 20%;
}
	
	/*footer-link*/

.footer-link {
	display: block;
}

      
}
