@charset "UTF-8";

.color01 {
	color: #65C4A1;
}
.color02 {
	color: #FDAE31;
}
.color03 {
	color: #FF0000;
}




.note {
	font-size: 13px;
  padding-left:1em;
  text-indent:-1em;	
}

.indent {
  margin-left: 1em;
  text-indent: -1em;
}

.txt-link01 {
}

.u-line {

}

.center {
	text-align: center;
}


.sec .inner {
	width: 1100px;
	margin: auto;
}

@media screen and (max-width: 768px) {
  .sec .inner {
    width: 90%;
    margin: auto;
  }
}








/*--------------------------------------------------
  タイトル
--------------------------------------------------*/
.title-box01 .title {
	color: #65C4A1;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 5px;
}

.title-box01 .eng-ttl {
	font-size: 18px;
	font-weight: 500;
	color: #C3C3C3;
	line-height: 1;
	letter-spacing: 0.07em;
}

.title-box02 {
	border-bottom: solid 1px #C3C3C3;
	box-sizing: border-box;
	padding-bottom: 14px;
	margin-bottom: 20px;
}

.title-box02 .title {
	color: #65C4A1;
	font-size: 24px;
	font-weight: 500;
	position: relative;
	line-height: 1.5;
	padding-left: 18px;
}

.title-box02 .title::after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	background: #65C4A1;
	left: 0;
	top: 15px;;
	border-radius: 10px;
}
.ft-box {
	 display: flex;
  justify-content: flex-start; 
  flex-wrap: wrap; 
	 align-items: center;
}
.ft-box .txt {
	margin-left: 30px;
}


.title-box03 {
	border-bottom: solid 1px #65C4A1;
	box-sizing: border-box;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.title-box03 .title {
	color: #3E3E3E;
	font-size: 32px;
	font-weight: 700;
	position: relative;
	line-height: 1.5;
}

	
.title-box04 {
	box-sizing: border-box;
	padding-bottom: 14px;
	margin-bottom: 20px;
}	
	
.title-box04 .title {
	font-size: 28px;
	font-weight: 500;
	position: relative;
	line-height: 1.5;
	padding-left: 18px;
}

.title-box04 .bg-txt {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
	display: inline-block;
	border-radius: 100px;
	padding: 2px 25px;
	margin-left: 25px;
}
	.m-read {
		font-size: 18px;
	}






@media screen and (max-width: 768px) {
.title-box01 .title {
	color: #65C4A1;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 3px;
	text-align: center;
}

.title-box01 .eng-ttl {
	font-size: 14px;
	font-weight: 500;
	color: #C3C3C3;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.07em;
}

.title-box02 {
	border-bottom: solid 1px #C3C3C3;
	box-sizing: border-box;
	padding-bottom: 14px;
	margin-bottom: 20px;

}

.title-box02 .title {
	color: #65C4A1;
	font-size: 22px;
	font-weight: 500;
	position: relative;
	line-height: 1.5;
	padding-left: 18px;

}

.title-box02 .title::after {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	background: #65C4A1;
	left: 0;
	top: 15px;;
	border-radius: 10px;
}
.ft-box {
	 display: block;
  justify-content: flex-start; 
  flex-wrap: wrap; 
	 align-items: center;
}
.ft-box .txt {
	margin-left: 20px;
}


.title-box03 {
	border-bottom: solid 1px #65C4A1;
	box-sizing: border-box;
	padding-bottom: 15px;
	margin-bottom: 15px;
	text-align: center;
}

.title-box03 .title {
	color: #3E3E3E;
	font-size: 22px;
	font-weight: 700;
	position: relative;
	line-height: 1.5;
	text-align: center;
}	
	

.title-box04 {
	box-sizing: border-box;
	padding-bottom: 14px;
	margin-bottom: 20px;
}	
	
.title-box04 .title {
	font-size: 22px;
	font-weight: 500;
	position: relative;
	line-height: 1.4;
	padding-left: 0;
}

.title-box04 .bg-txt {
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	text-align: center;
	display: inline-block;
	border-radius: 100px;
	padding: 2px 25px;
	margin-left: 0;
	margin: auto;
	margin-top: 10px;
}
	
	.m-read {
		font-size: 16px;
	}
	
}



/*--------------------------------------------------
共通
--------------------------------------------------*/

.table-com table {
	margin-top: 25px;
	width: 100%;
	box-sizing: border-box;
	border-top: solid 1px #EFEFEF;	
	border-left: solid 1px #EFEFEF;	
}
.table-com table tr {
	border-bottom: solid 1px #EFEFEF;
	box-sizing: border-box;
}
.table-com table th {
	font-size: 17px;
	font-weight: 700;
	vertical-align: middle;
	width: 150px;
	border-right: solid 1px #EFEFEF;
	box-sizing: border-box;
	text-align: center;
	line-height: 1.5;
}

.table-com  table td {
	vertical-align: middle;
	padding: 24px 30px;
	border-right: solid 1px #EFEFEF;
	box-sizing: border-box;
}


@media screen and (max-width: 768px) {
.table-com table {
	margin-top: 25px;
	width: 100%;
	box-sizing: border-box;
	border-top: solid 1px #EFEFEF;	
	border-left: solid 1px #EFEFEF;	
}
.table-com table tr {
	border-bottom: solid 1px #EFEFEF;
	box-sizing: border-box;
}
.table-com table th {
	font-size: 13px;
	font-weight: 700;
	vertical-align: middle;
	width: 20%;
	border-right: solid 1px #EFEFEF;
	box-sizing: border-box;
	text-align: center;
	line-height: 1.5;
	padding: 0 1.5%;
}

.table-com  table td {
	vertical-align: middle;
	padding: 12px 12px;
	line-height: 1.5;
	border-right: solid 1px #EFEFEF;
	box-sizing: border-box;
}	
}












.type-t dl{
	display: table;
	width: 100%;
}

.type-t dt{
	display: table-cell;
}

.type-t dd{
	display: table-cell;
}

.note {
	font-size: 14px;
	line-height: 1.5;
	margin-top: 15px;
}


@media screen and (max-width: 768px) {
.type-t dl{
	display: block;
	width: 100%;
}
	
.type-t dt{
	display: block;
}

.type-t dd{
	display: block;
}

.note {
	font-size: 12px;
	line-height: 1.5;
	margin-top: 12px;
}
	
}













/*------------------------------------------------------------
  btn
------------------------------------------------------------*/
@media (min-width: 751px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}




.link01 a {
	display: block;
	position: relative;
	font-size: 16px;
	background: #FDAE31;
	border-radius: 8px;
	color: #fff;
	padding: 10px 0 10px 20px;
	width:170px;
	margin: auto;
  font-weight: 700;
}

.link01 a::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 25px;
	height: 25px;
	margin-top: -12px;
	background: url("../images/arrow01.png") right center no-repeat;
	background-size: 100% auto;		
}

.link02 a {
	display: block;
	position: relative;
	font-size: 16px;
	background: #fff;
	border-radius: 8px;
	color: #65C4A1;
	padding: 10px 0 10px 20px;
	width:170px;
	margin: auto;
  font-weight: 700;
}

.link02 a::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 25px;
	height: 25px;
	margin-top: -12px;
	background: url("../images/arrow03.png") right center no-repeat;
	background-size: 100% auto;		
}

.link03 a {
	display: block;
	position: relative;
	font-size: 16px;
	background: #65C4A1;
	border-radius: 8px;
	color: #fff;
	padding: 10px 0 10px 20px;
	width:170px;
	margin: auto;
  font-weight: 700;
}

.link03 a::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 25px;
	height: 25px;
	margin-top: -12px;
	background: url("../images/arrow01.png") right center no-repeat;
	background-size: 100% auto;		
}



.m-link a {
	text-decoration: underline;
	color: #65C4A1;
	font-size: 15px;
	font-weight: 500;
	padding-right: 16px;
	position: relative;
	display: inline-block;
	
}

.m-link a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 11px;
	height: 15px;
	margin-top: -5px;
	background: url("../images/m-icon.png") right center no-repeat;
	background-size: 100% auto;			
}





@media screen and (max-width: 768px) {

.link01 a {
	display: block;
	position: relative;
	font-size: 15px;
	background: #FDAE31;
	border-radius: 4px;
	color: #fff;
	padding: 10px 0 10px 20px;
	width:55%;
	margin: auto;
  font-weight: 700;
	
	
	
}

.link01 a::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 25px;
	height: 25px;
	margin-top: -12px;
	background: url("../images/arrow01.png") right center no-repeat;
	background-size: 100% auto;		
}

	
	
.link02 a {
	display: block;
	position: relative;
	font-size: 15px;
	background: #fff;
	border-radius: 4px;
	color: #65C4A1;
	padding: 10px 0 10px 20px;
	width:55%;
	margin: auto;
  font-weight: 700;
}

.link02 a::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 25px;
	height: 25px;
	margin-top: -12px;
	background: url("../images/arrow03.png") right center no-repeat;
	background-size: 100% auto;		
}
	
	
.link03 a {
	display: block;
	position: relative;
	font-size: 15px;
	background: #65C4A1;
	border-radius: 4px;
	color: #fff;
	padding: 10px 0 10px 20px;
	width:170px;
	margin: auto;
  font-weight: 700;
}

.link03 a::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 25px;
	height: 25px;
	margin-top: -12px;
	background: url("../images/arrow01.png") right center no-repeat;
	background-size: 100% auto;		
}


.m-link a {
	text-decoration: underline;
	color: #65C4A1;
	font-size: 15px;
	font-weight: 500;
	padding-right: 16px;
	position: relative;
	display: inline-block;
	
}

.m-link a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 11px;
	height: 15px;
	margin-top: -5px;
	background: url("../images/m-icon.png") right center no-repeat;
	background-size: 100% auto;			
}

	

}








/*------------------------------------------------------------
  header
------------------------------------------------------------*/
header {
	width: 100%;
	margin: auto;
	z-index: 10;
	position: fixed;
	top: 0;
	min-width: 1100px;
	box-sizing: border-box;
	height: 110px;
	background: #fff;
}


header .area01_box {
	display: flex;
	justify-content: space-between;
	margin: 0;
	width: 100%;
}

header .h-logo h1 {
	width: 190px;
	margin-left: 20px;
	padding-top: 35px;
}



header .g-nav ul {
  display: flex;
	padding: 0 10px 0 0;
  justify-content: center;
  align-items: center;
	box-sizing: border-box;
}
header .g-nav .navi {
	height: 110px;
	margin-right: 22px;
}



header .g-nav .navi:last-child {
	height: inherit;
	margin-right:0;
}
header .g-nav .navi a {
	display: flex;
	align-items: center;
	height: 110px;
	font-size: 15px;
	font-weight: 500;
}



header .l-navi a {
	width: 40px;
}
header .g-nav .navi01 {
	margin-right: 10px;
}


header .g-nav .navi01 a {
	color: #fff;
	background: #FDAE31;
	text-align: center;
	padding: 0;
	width: 116px;
	border-radius: 0 0 8px 8px;
	height: 93px;
	display: inline-block;
	margin-top: -17px;
}

header .g-nav .navi02 a {
	color: #fff;
	background: #65C4A1;
	text-align: center;
	padding: 0;
	width: 116px;
	border-radius: 0 0 8px 8px;
	height: 93px;
	display: inline-block;
	margin-top: -17px;	
}


header .g-nav .navi01 a span , 
header .g-nav .navi02 a span{
	position: relative;
	font-size: 16px;
	font-weight: 700;
	margin-top: 55px;
	display: inline-block;
}


.h-com .tooltip {
	display: block;
	position: relative;
	cursor: pointer;
}

.h-com .tooltip .number {
	display: flex;
	align-items: center;
	height: 100%;
	font-size: 15px;
	font-weight: 500;
	position: relative;
	width: 100%;
}

.h-com .description {
	position: absolute;
	display: none;
	background: #65C4A1;;
	width:220px;
	padding: 20px 20px 20px 20px;
	color: #fff;
	z-index: 99;
	margin: auto;
	right: 0;
	left: 0;
	margin-top: -27px;
  border-radius: 8px;	
}

.h-com .description:before {
	content: "";
	position: absolute;
	bottom: 100%;
  width: 13px;
  height: 12px;
  background: url("../images/n-arrow.png") center 0 no-repeat;
  background-size: 13px 12px;	
  margin: 0 auto;
  left: 0;
  right: 0;
}



.h-com .tooltip:hover .description {
	display: inline-block;
}


.h-com .c01:hover .description {
	margin-left: -100px;
}

.h-com .c02:hover .description {
	margin-left: -100px;
}

.h-com .c03:hover .description {
	margin-left: -100px;
}

.h-com .des-nav ul {
	display: inline-block!important;
	width: 100%!important;
	margin: 0;
}

.h-com .d-nav li {
	margin: 0!important;
	
}
.h-com .d-nav a{
  text-align: left!important;
	display: inline-block!important;
	width: 100%!important;
	margin: 0!important;
	height: auto!important;
	font-size: 15px!important;	
	font-weight: 500!important;
	line-height: 1.4;
	margin-bottom: 8px!important;
	color: #fff;
}







@media screen and (max-width: 1200px) {
header .g-nav .navi {
	margin-right: 15px;
}
header .g-nav .navi a {
	font-size: 14px;
}
	
header .g-nav .navi01 a {

	width: 105px;

}
header .g-nav .navi02 a {
	width: 105px;
}	
	
}


header .g-nav .navi01 a span::before {
	content: "";
	position: absolute;
  top: -42px;
	left: 0;
	right: 0;
	margin: auto;
	width: 40px;
	height: 40px;
	display: block;
	background: url("../images/a-icon.png") center 0 no-repeat;
	background-size: 100% auto;		
}

header .g-nav .navi02 a span::before {
	content: "";
	position: absolute;
  top: -42px;
	left: 0;
	right: 0;
	margin: auto;
	width: 40px;
	height: 40px;
	display: block;
	background: url("../images/c-icon.png") center 0 no-repeat;
	background-size: 100% auto;		
}





@media screen and (max-width: 768px){
	header {
	width: 100%;
	margin: auto;
	z-index: 10;
	position: fixed;
	top: 0;
	min-width: 100%;
	height: 65px;
}


header .area01_box {
  display: block;
  justify-content: flex-start; 
  flex-wrap: wrap; 
	margin: 0;
	width: 100%;
}

header .h-logo h1 {
	width: 130px;
	margin-left: 10px;
	padding-top: 20px;
}





	

	/*----- .hb-menu -----*/
	#hb-menu {
		display: table;
		position: fixed;
		top: 11px;
		right: 10px;
		height: 45px;
		cursor: pointer;
		width: 45px;
		z-index: 999;
		background:#FDAE31;
		border-radius: 100px;
	}

	

	
	
	#hb-menu .hb-inner {
		display: table-cell;
		vertical-align: middle;
	}
	#hb-menu span {
		display: block;
		width: 20px;
		height: 2px;
		border-radius: 10px;
		background: #fff;
		margin: auto;
		-webkit-transition: all 0.6s ease;
		-moz-transition: all 0.6s ease;
		transition: all 0.6s ease;
	}

	
	#hb-menu span:nth-of-type(2),
	#hb-menu span:nth-of-type(3) {
		margin-top: 4px;
	}
	#hb-menu span:nth-of-type(4) {
		background: none;
		margin-top:-1px;
	}

	/* ナビゲーションアイコン：アクティブ */
	.hb-open #hb-menu span {
		background: #fff;
	}
	

	.hb-open span:nth-of-type(1) {
		-webkit-transform: translateY(8px) translateX(0) rotate(45deg);
		-ms-transform: translateY(8px) translateX(0) rotate(45deg);
		transform: translateY(8px) translateX(0) rotate(45deg);
	}
	.hb-open span:nth-of-type(2) {
		margin-top: 5px;
		opacity: 0;
		-webkit-transform: translateY(9px);
		-ms-transform: translateY(9px);
		transform: translateY(9px);
	}
	.hb-open span:nth-of-type(3) {
		-webkit-transform: translateY(-4px) translateX(0) rotate(-45deg);
		-ms-transform: translateY(-4px) translateX(0) rotate(-45deg);
		transform: translateY(-4px) translateX(0) rotate(-45deg);
	}
	.hb-open span:nth-of-type(4) {
		background: none!important;
	}

	/* overlay */
	.overlay {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		background: transparent;
		pointer-events: none;
		z-index: 10;
		transition: all 0.6s ease;
	}


	/*----- .sp-g-nav -----*/
	.sp-g-nav {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 888;
	}
	.hb-open .sp-g-nav .g-nav-inner {
		transform: translateX(0);
		-ms-transform: translateX(0);
		-webkit-transform: translateX(0);
		transform: translateZ(0);
		-ms-transform: translateZ(0);
		-webkit-transform: translateZ(0);
	}
	.sp-g-nav .g-nav-inner {
		position: fixed;
		top: 65px;
		right: 0;
		width: 100%;
		height: 100%;
		padding-bottom: 50px;
		background: #F5FCFA;
		box-sizing: border-box;
		-ms-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		overflow-x: hidden;
		overflow-y: auto;
		transition: all 0.6s ease;
		transform: translateX(100%);
		-ms-transform: translateX(100%);
		-webkit-transform: translateX(100%);
		transform: translateZ(0%);
		-ms-transform: translateZ(0%);
		-webkit-transform: translateZ(0%);
		z-index: 999;
	}
	


	
	.sp-g-nav .g-nav-inner ul {
		width: 90%;
		margin: auto;
		margin-top: 30px;
	  display: flex;
    justify-content: space-between;
    flex-wrap: wrap; 	
	}
	
	.sp-g-nav .g-nav-inner .navi {
		text-align: center;
		width: 48.5%;
		margin-bottom: 10px;
	}
	.sp-g-nav .g-nav-inner .navi a {
		border-radius: 8px;
		background: #fff;
		font-size: 15px;
		color: #65C4A1;
		text-align: center;
		padding: 15px 0;
		width: 100%;
		display: block;
}
	
	.sp-g-nav .g-nav-inner .navi-a {
		width: 100%;
	}
	
	.sp-g-nav .g-nav-inner .tel-box {
		border-radius: 8px;
		background: #fff;	
		padding: 15px 0;	
		text-align: center;
	}


	.sp-g-nav .g-nav-inner .line-navi {
		width: 40px;
		margin: auto;
		margin-top: 20px;
	}
	
	.sp-g-nav .g-nav-inner .link-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; 
    width: 90%;
    margin: auto;
		padding-bottom: 60px;
    margin-top: 20px;
	}
	
	.sp-g-nav .g-nav-inner .navi01 {
		width: 48%;
	}
	.sp-g-nav .g-nav-inner .navi02 {
		width: 48%;
	}	
.sp-g-nav .g-nav-inner .navi01 a {
	color: #fff;
	background: #FDAE31;
	text-align: center;
	padding: 10px 0;
	width:100%;
	border-radius: 4px;
  height: auto;
	display: inline-block;
	
}
	.sp-g-nav .g-nav-inner .navi02 a {
	color: #fff;
	background: #65C4A1;
	text-align: center;
	padding: 10px 0;
	width:100%;
	border-radius: 4px;
  height: auto;
	display: inline-block;
	
}


	.sp-g-nav .g-nav-inner .navi01 a .tx01 , 
	.sp-g-nav .g-nav-inner .navi02 a .tx01{
	position: relative;
	font-size: 16px;
	font-weight: 700;
	margin-top: 45px;
	display: inline-block;
	transform: translateY(0) translateX(0) rotate(0);	
}
	
	
	.sp-g-nav .g-nav-inner .navi01 a span::before {
	content: "";
	position: absolute;
  top: -36px;
	left: 0;
	right: 0;
	margin: auto;
	width: 33px;
	height: 33px;
	display: block;
	background: url("../images/a-icon.png") center 0 no-repeat;
	background-size: 100% auto;		
}

	.sp-g-nav .g-nav-inner .navi02 a span::before {
	content: "";
	position: absolute;
  top: -36px;
	left: 0;
	right: 0;
	margin: auto;
	width: 33px;
	height: 33px;
	display: block;
	background: url("../images/c-icon.png") center 0 no-repeat;
	background-size: 100% auto;		
}
	
	
	
	
	
	.hb_menu_title {
		position: relative;
	}
	.hb_menu_title:after {
		content: "";
		position: absolute;
		top: 50%;
		right: 2rem;
		width: 8px;
		height: 8px;
		margin-top: -6px;
		background: none;
		border-top: solid 2px #65C4A1;
		border-right: solid 2px #65C4A1;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.hb_menu_title.open:after {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		margin-top: -3px;	
	}	

	.hb_menu_title_link {
		display: block;

		position: relative;
		pointer-events: none;
	}
	.hb_menu_title_link:after {
		display: none;
	}

	.hb_menu_list {
		display: none;
		box-sizing: border-box;
		margin-top: 0;
	}

	.hb_menu_list_item a {
		width: 100%;
		margin: 10px 0 0 0!important;
		padding: 0 0!important;
		box-sizing: border-box;
		position: relative;
		background: none!important;
		padding-left: 10px!important;
		padding-bottom: 0!important;
	}

	
	
}






/*--------------------------------------------------
info01
--------------------------------------------------*/
.info01 .fix-box{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 	
}

.info01 .l-box {
	width: 50%;
}

.info01 .r-box {
	width: 47%;
	margin-top: 8px;
}



.info01 .l-box .f-box {
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 
}


.tel01 a {
	position: relative;
	font-size: 36px;
	font-weight: 500;
	padding-left: 33px;
	line-height: 1.3;
	letter-spacing: 0.06em;
}
.tel01 a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 24px;
	height: 24px;
	margin-top: -9px;
	background: url("../images/tel.png") left center no-repeat;
	background-size: 100% auto;			
}



.tel02 a {
	position: relative;
	font-size: 20px;
	font-weight: 500;
	padding-left: 28px;
}
.tel02 a span {
	font-size: 16px;
	font-weight: 500;
}


.tel02 a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 25px;
	margin-top: -13px;
	background: url("../images/scissors.png") left center no-repeat;
	background-size: 100% auto;			
}

.notes {
	font-size: 15px;
	line-height: 1.6;
	margin-top: 5px;
}


.info01 .calendar {
	margin-top: 20px;
}

.calendar table {
	width: 100%;
	text-align: center;
}
.calendar thead tr {
	font-size: 14px;
	background: #F5FCFA;
	font-weight: 700;
}
.calendar thead th {
	border-right: solid 1px #EFEFEF;
	box-sizing: border-box;
}
.calendar thead .cs {
	border-right: none;
	width: 12%;
}

.calendar thead .cs01 {
	border-bottom: none;

}
.calendar tr {
	border-bottom: solid 1px #EFEFEF;
	box-sizing: border-box;
	position: relative;
}

.calendar th {
	text-align: center;
	padding: 12px 0;
	font-weight: 500;	
}

.calendar td {
	font-weight: 500;
	text-align: center;
	width: 10%;
	border-left: solid 1px #EFEFEF;
	box-sizing: border-box;
}

.calendar .c-tx {
	margin-top: 10px;
}

.info01 .r-box .f-box {
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 
	width: 100%;
}


.info01 .link01{
	width: 48%;
}

.info01 .link01 a{
	width: 100%;
	padding: 17px 0 17px 0;
}
.info01 .link01 a span {
	font-weight: 700;
	padding-left: 20px;
}


.info01 .link01-a a::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	background: url("../images/l-icon01.png") right center no-repeat;
	background-size: 100% auto;		
}

.info01 .link01-b a::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	background: url("../images/l-icon02.png") right center no-repeat;
	background-size: 100% auto;		
}

.info01 .link03 {
	width: 100%;
	margin-top: 20px;
}

.info01 .link03 a {
	width: 100%;
	padding: 17px 0 17px 0;
}

.info01 .link03 a span {
	font-weight: 700;
	padding-left: 20px;
}


.info01 .link03 a::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	background: url("../images/l-icon03.png") right center no-repeat;
	background-size: 100% auto;		
}

.line-box {
	border: solid #25CE69 1px;
	box-sizing: border-box;
	border-radius: 8px;
	margin-top: 20px;
}

.line-box .l-inner {
	padding: 20px 25px;
}

.line-box h4 {
	color: #03C755;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 10px;
}

.line-box .txt {
	font-size: 14px;
	line-height: 1.5;
}



.l-link a {
	display: block;
	position: relative;
	font-size: 15px;
	background: #03C755;
	border-radius: 8px;
	color: #fff;
	padding: 10px 0 10px 15px;
	width:170px;
	text-align: center;
	margin: auto;
  font-weight: 500;
	margin-top: 15px;
}

.l-link a::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 31px;
	height: 31px;
	margin-top: -14px;
	background: url("../images/line-icon.png") right center no-repeat;
	background-size: 100% auto;		
}


@media screen and (max-width: 768px) {
.info01 .fix-box{
  display: block;
  justify-content: space-between;
  flex-wrap: wrap; 	
}

.info01 .l-box {
	width: 100%;
}

.info01 .r-box {
	width: 100%;
	margin-top: 8px;
}



.info01 .l-box .f-box {
	display: block;
  justify-content: space-between;
  flex-wrap: wrap; 
}


.tel01 a {
	position: relative;
	font-size: 36px;
	font-weight: 500;
	padding-left: 33px;
	line-height: 1.3;
	letter-spacing: 0.06em;
}
.tel01 a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 24px;
	height: 24px;
	margin-top: -9px;
	background: url("../images/tel.png") left center no-repeat;
	background-size: 100% auto;			
}

	.tel01 {
		text-align: center;
	}

.tel02 a {
	position: relative;
	font-size: 20px;
	font-weight: 500;
	padding-left: 28px;
}
.tel02 a span {
	font-size: 16px;
	font-weight: 500;
}

		.tel02 {
		text-align: center;
	}


.tel02 a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 25px;
	margin-top: -13px;
	background: url("../images/scissors.png") left center no-repeat;
	background-size: 100% auto;			
}

.notes {
	font-size: 15px;
	line-height: 1.6;
  margin: auto;	
	margin-top: 5px;
	width: 100%;
	text-align: center;
}


	

.info01 .calendar {
	margin-top: 20px;
}

.calendar table {
	width: 100%;
	text-align: center;
}
.calendar thead tr {
	font-size: 13px;
	background: #F5FCFA;
	font-weight: 700;
}
.calendar thead th {
	border-right: solid 1px #EFEFEF;
	box-sizing: border-box;
}
.calendar thead .cs {
	border-right: none;
	width: 12%;
}

	
.calendar thead .cs01 {
	border-bottom: none;
}
	
.calendar .cs02 {
	width: 15%;
	line-height: 1.3;
	font-size: 13px;
}	
	
	
.calendar tr {
	border-bottom: solid 1px #EFEFEF;
	box-sizing: border-box;
	position: relative;
}

.calendar th {
	text-align: center;
	padding: 10px 0;
	font-weight: 500;	
}

.calendar td {
	font-weight: 500;
	text-align: center;
	width: 10%;
	border-left: solid 1px #EFEFEF;
	box-sizing: border-box;
}

	
	
	
.calendar .c-tx {
	margin-top: 10px;
	font-size: 13px;
}

.info01 .r-box .f-box {
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 
	width: 100%;
	margin-top: 30px;
}


.info01 .link01{
	width: 48%;
}

.info01 .link01 a{
	width: 100%;
	padding: 60px 0 15px 0;
	text-align: center;
}
.info01 .link01 a span {
	font-weight: 700;
	padding-left: 0;
}


.info01 .link01-a a::after{
	content: "";
	position: absolute;
	top: 17px;
	right: 0;
	left: 0;
	margin: auto;
	width: 40px;
	height: 40px;
	margin-top:0;
	background: url("../images/l-icon01.png") center center no-repeat;
	background-size: 100% auto;		
}

.info01 .link01-b a::after{
	content: "";
	position: absolute;
	top: 17px;
	right: 0;
	left: 0;
	margin: auto;
	width: 40px;
	height: 40px;
	margin-top: 0;
	background: url("../images/l-icon02.png") center center no-repeat;
	background-size: 100% auto;		
}

.info01 .link03 {
	width: 100%;
	margin-top: 20px;
}

.info01 .link03 a {
	width: 100%;
	padding: 17px 0 17px 0;
}

.info01 .link03 a span {
	font-weight: 700;
	padding-left: 20px;
}


.info01 .link03 a::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	background: url("../images/l-icon03.png") right center no-repeat;
	background-size: 100% auto;		
}

.line-box {
	border: solid #25CE69 1px;
	box-sizing: border-box;
	border-radius: 4px;
	margin-top: 20px;
}

.line-box .l-inner {
	padding: 20px 20px;
}

.line-box h4 {
	color: #03C755;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 10px;
	line-height: 1.5;
}

.line-box .txt {
	font-size: 14px;
	line-height: 1.5;
}



.l-link a {
	display: block;
	position: relative;
	font-size: 15px;
	background: #03C755;
	border-radius: 4px;
	color: #fff;
	padding: 10px 0 10px 20px;
	width:55%;
	text-align: center;
	margin: auto;
  font-weight: 500;
	margin-top: 15px;
}

.l-link a::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 31px;
	height: 31px;
	margin-top: -14px;
	background: url("../images/line-icon.png") right center no-repeat;
	background-size: 100% auto;		
}
	
}

/*--------------------------------------------------
com01
--------------------------------------------------*/
.com01{
	width: 100%;
	position: relative;
	padding: 80px 0 90px;
}

.com01::after{
	content: "";
	position: absolute;
	border-radius: 8px 0 0 8px;
	background: #65C4A1;
	height: 100%;
	width: 97%;
	margin-left:3%;
  top: 0;
	z-index: -1;
}

.com01 .title-box02 {
	color: #fff;
	border-bottom: solid 1px #fff;
	padding-bottom: 20px;	
}

.com01 .title-box02 .title {
	color: #fff;
	padding-left: 0;
	font-size: 32px;
}

.com01 .title-box02 .title::after {
	content: "";
  display: none;
}


.com01 .ls-box {
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 
	margin-top: 40px;
}

.com01 .ls-box .item {
	width: 540px;
	margin-bottom: 20px;
}

.com01 .ls-box .item a {
	background: #fff;
	border-radius: 8px;
	display: block;
	position: relative;
}


.com01 .ls-box .item a::after{
	content: "";
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 25px;
	height: 25px;
	margin-top: -12px;
	background: url("../images/arrow03.png") right center no-repeat;
	background-size: 100% auto;		
}



.com01 .ls-box .item .i-inner {
	padding: 20px;
}
.com01 .ls-box .item .f-box {
	display: flex;
  justify-content: flex-start; 
  flex-wrap: wrap; 
	align-items: center;
}

.com01 .ls-box .item .f-box .icon {
	width: 100px;
}
.com01 .ls-box .item .f-box .text-box {
	margin-left: 25px;
}

.com01 .ls-box .item .f-box .text-box h4 {
	color: #65C4A1;
	font-weight: 700;
	font-size: 20px;
}
.com01 .ls-box .item .f-box .text-box .txt {
	font-size: 15px;
	line-height: 1.6;
}


.com01 .ct-box a{
	border: solid 1px #fff;
	box-sizing: border-box;
	border-radius: 8px;
	display: block;
	position: relative;
}


.com01 .ct-box a::after{
	content: "";
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 25px;
	height: 25px;
	margin-top: -12px;
	background: url("../images/arrow01.png") right center no-repeat;
	background-size: 100% auto;		
}


.com01 .ct-box .c-inner {
	padding: 20px;
}

.com01 .ct-box .f-box {
	display: flex;
  justify-content: flex-start; 
  flex-wrap: wrap; 
	align-items: center;
}
.com01 .ct-box .f-box .image {
	width: 207px;
}
.com01 .ct-box .f-box .image img {
		border-radius: 16px;
}

.com01 .ct-box .f-box .text-box {
	margin-left: 25px;
	width: 800px;
}

.com01 .ct-box .f-box .text-box h4 {
	color: #fff;
	font-weight: 700;
	font-size: 20px;
}
.com01 .ct-box .f-box .text-box .txt {
	color: #fff;
	margin-top: 6px;
}

@media screen and (max-width: 768px) {
.com01{
	width: 100%;
	position: relative;
	padding: 40px 0 50px;
}

.com01::after{
	content: "";
	position: absolute;
	border-radius:0;
	background: #65C4A1;
	height: 100%;
	width: 100%;
	margin-left:0;
  top: 0;
	z-index: -1;
}

.com01 .title-box02 {
	color: #fff;
	border-bottom: solid 1px #fff;
	padding-bottom: 20px;
	text-align: center;
}

.com01 .title-box02 .title {
	color: #fff;
	padding-left: 0;
	font-size: 22px;
	margin-bottom: 10px;
}

.com01 .title-box02 .title::after {
	content: "";
  display: none;
}
	.com01 .title-box02 .txt {
		text-align: center;
	}

.com01 .ls-box {
	display: block;
  justify-content: space-between;
  flex-wrap: wrap; 
	margin-top: 30px;
}

.com01 .ls-box .item {
	width: 100%;
	margin-bottom: 20px;
}

.com01 .ls-box .item a {
	background: #fff;
	border-radius: 8px;
	display: block;
	position: relative;
}


.com01 .ls-box .item a::after{
	content: "";
	position: absolute;
	bottom: 12px;
	right: 12px;
	width: 20px;
	height: 20px;
	margin-top: -12px;
	background: url("../images/arrow03.png") right center no-repeat;
	background-size: 100% auto;		
}



.com01 .ls-box .item .i-inner {
	padding: 15px 20px 20px;
}
.com01 .ls-box .item .f-box {
	display: flex;
  justify-content: flex-start; 
  flex-wrap: wrap; 
	align-items: baseline;
}

.com01 .ls-box .item .f-box .icon {
	width: 25%;
}
.com01 .ls-box .item .f-box .text-box {
	margin-left: 5%;
	width: 70%;
}

.com01 .ls-box .item .f-box .text-box h4 {
	color: #65C4A1;
	font-weight: 700;
	font-size: 17px;
}
.com01 .ls-box .item .f-box .text-box .txt {
	font-size: 13px;
	line-height: 1.6;
	padding-right: 20px;
	margin-top: 5px;
}


.com01 .ct-box a{
	border: solid 1px #fff;
	box-sizing: border-box;
	border-radius: 8px;
	display: block;
	position: relative;
	padding-bottom: 20px;
}


.com01 .ct-box a::after{
	content: "";
	position: absolute;
	bottom: 12px;
	right: 12px;
	width: 20px;
	height: 20px;
	margin-top: -12px;
	background: url("../images/arrow01.png") right center no-repeat;
	background-size: 100% auto;		
}


.com01 .ct-box .c-inner {
	padding: 20px 20px;
}

	
	
.com01 .ct-box .f-box {
	display: block;
  justify-content: flex-start; 
  flex-wrap: wrap; 
	align-items: center;
}
.com01 .ct-box .f-box .image {
	width: 55%;
	margin: auto;
	margin-top: 12px;
}
.com01 .ct-box .f-box .image img {
		border-radius: 16px;
}

.com01 .ct-box .f-box .text-box {
	margin-left: 0;
	width: 100%;
}

.com01 .ct-box .f-box .text-box h4 {
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
}
.com01 .ct-box .f-box .text-box .txt {
	color: #fff;
	margin-top: 12px;
}
	
}

/*--------------------------------------------------
com02
--------------------------------------------------*/
.com02{
	width: 100%;
	position: relative;
	padding: 80px 0 80px;
	margin-top: 60px;
}

.com02::after{
	content: "";
	position: absolute;
	border-radius: 0 40px 0 40px;
	background: #F5FCFA;
	height: 100%;
	width: 97%;
	margin-right:3%;
  top: 0;
	z-index: -1;
}


.com02 .title-box02 {
	border-bottom: solid 1px #65C4A1;
	padding-bottom: 20px;
}


.com02 .title-box02 .title {
	color: #3E3E3E;
	padding-left: 0;
	font-size: 32px;
}

.com02 .title-box02 .title::after {
	content: "";
  display: none;
}

.com02 .ls-box {
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 
	margin-top: 40px;
}

.com02 .ls-box .item {
	width: 540px;
	margin-bottom: 20px;
}

.com02 .ls-box .item a {
	background: #fff;
	border-radius: 8px;
	display: block;
	position: relative;
	box-shadow: 0px 0px 20px -5px rgba(114,163,162,0.4);  ;	
}


.com02 .ls-box .item a::after{
	content: "";
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 25px;
	height: 25px;
	margin-top: -12px;
	background: url("../images/arrow03.png") right center no-repeat;
	background-size: 100% auto;		
}



.com02 .ls-box .item .i-inner {
	padding: 20px;
}
.com02 .ls-box .item .f-box {
	display: flex;
  justify-content: flex-start; 
  flex-wrap: wrap; 
	align-items: center;
}

.com02 .ls-box .item .f-box .icon {
	width: 100px;
}
.com02 .ls-box .item .f-box .text-box {
	margin-left: 25px;
	width: 340px;
}

.com02 .ls-box .item .f-box .text-box h4 {
	color: #65C4A1;
	font-weight: 700;
	font-size: 20px;
}
.com02 .ls-box .item .f-box .text-box .txt {
	font-size: 15px;
	line-height: 1.6;
}


@media screen and (max-width: 768px) {
.com02{
	width: 100%;
	position: relative;
	padding: 45px 0 30px;
	margin-top: 0;
}

.com02::after{
	content: "";
	position: absolute;
	border-radius: 0;
	background: #F5FCFA;
	height: 100%;
	width: 100%;
	margin-right:0;
  top: 0;
	z-index: -1;
}


.com02 .title-box02 {
	border-bottom: solid 1px #65C4A1;
	padding-bottom: 20px;
	text-align: center;
}


.com02 .title-box02 .title {
	color: #3E3E3E;
	padding-left: 0;
	font-size: 22px;
	margin-bottom: 10px;
}

.com02 .title-box02 .title::after {
	content: "";
  display: none;
}

	.com02 .title-box02 .txt {
		text-align: center;
	}	
	
.com02 .ls-box {
	display: block;
  justify-content: space-between;
  flex-wrap: wrap; 
	margin-top: 40px;
}

.com02 .ls-box .item {
	width: 100%;
	margin-bottom: 20px;
}

.com02 .ls-box .item a {
	background: #fff;
	border-radius: 8px;
	display: block;
	position: relative;
	box-shadow: 0px 0px 20px -5px rgba(114,163,162,0.4);  ;	
}


.com02 .ls-box .item a::after{
	content: "";
	position: absolute;
	bottom: 12px;
	right: 12px;
	width: 20px;
	height: 20px;
	margin-top: -12px;
	background: url("../images/arrow03.png") right center no-repeat;
	background-size: 100% auto;		
}



.com02 .ls-box .item .i-inner {
	padding: 15px 20px 20px;
}
.com02 .ls-box .item .f-box {
	display: flex;
  justify-content: flex-start; 
  flex-wrap: wrap; 
	align-items:baseline;
}

.com02 .ls-box .item .f-box .icon {
	width: 25%;
}
.com02 .ls-box .item .f-box .text-box {
	margin-left: 5%;
	width: 70%;
}

.com02 .ls-box .item .f-box .text-box h4 {
	color: #65C4A1;
	font-weight: 700;
	line-height: 1.5;
	font-size: 17px;
}
.com02 .ls-box .item .f-box .text-box .txt {
	font-size: 13px;
	line-height: 1.6;
	padding-right: 20px;
	margin-top: 6px;
}
	
}
















/*--------------------------------------------------
  footer
--------------------------------------------------*/

footer {
	width: 100%;
	min-width: 1100px;
	margin-top: 100px;
	position: relative;
	padding-bottom: 30px;
}
footer .image {
	position: absolute;
	width: 50%;
	top: 0;
	height: 604px;
	left: 0;
}

footer .image img {
  object-fit: cover;
  font-family: 'object-fit: cover';
	border-radius: 0 8px 8px 0;
	height: 604px;
}
footer .inner {
	width: 1100px;
	margin: auto;
}

footer .inner-box {
	padding-left: 56%;
}
footer .f-logo {
	width: 317px;
	margin-bottom: 10px;
}

footer .link-box {
  display: flex;
  justify-content: flex-start; 
  flex-wrap: wrap; 
	margin-top: 20px;
}

footer .link-box .link01 {
	margin-right: 10px;
}
footer .link-box .link01 .txt{
 text-align: center;
	font-size: 12px;
	margin-bottom: 5px;
}

footer .link-box .l-link .txt{
 text-align: center;
	font-size: 12px;
	margin-bottom: 5px;
}
footer .link-box .link01 a::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	background: url("../images/l-icon03.png") right center no-repeat;
	background-size: 100% auto;		
}


footer .link-box .l-link a {
	margin-top: 0;
}

footer .info-box .f-box {
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 
	margin-top: 30px;
}
footer .info-box .tel-box {
	width: 250px
}

footer .info-box .notes {
	width: 230px;
}


footer .tel01 a {
	position: relative;
	font-size: 32px;
	font-weight: 500;
	padding-left: 30px;
	line-height: 1.3;
	letter-spacing: 0.06em;
}
footer .tel01 a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 22px;
	height: 22px;
	margin-top: -9px;
	background: url("../images/tel.png") left center no-repeat;
	background-size: 100% auto;			
}



footer .tel02 a {
	position: relative;
	font-size: 17px;
	font-weight: 500;
	padding-left: 25px;
}
footer .tel02 a span {
	font-size: 14px;
	font-weight: 500;
}


footer .tel02 a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 16px;
	height: 20px;
	margin-top: -11px;
	background: url("../images/scissors.png") left center no-repeat;
	background-size: 100% auto;			
}

footer .notes {
	font-size: 14px;
	line-height: 1.6;
	margin-top: 5px;
}

footer .calendar {
	margin-top: 20px;
}
footer .calendar th {
	text-align: center;
	padding: 8px 0;
	font-weight: 500;	
}

footer .copy {
	text-align: right;
	font-size: 12px;
	margin-top: 50px;
}

@media screen and (max-width: 768px) {
footer {
	width: 100%;
	min-width: 100%;
	margin-top: 60px;
	position: relative;
	padding-bottom: 30px;
}
footer .image {
	position: inherit;
	width: 100%;
	top: 0;
	height: auto;
	left: 0;
}

footer .image img {
  object-fit: cover;
  font-family: 'object-fit: cover';
	border-radius: 0;
	height: auto;
}
footer .inner {
	width: 90%;
	margin: auto;
}

footer .inner-box {
	padding-left: 0;
}
	
footer .f-logo {
	width: 171px;
	margin: auto;
	margin-top: 25px;
	margin-bottom: 10px;
}
	footer .ad-txt {
		text-align: center;
	}
	
	footer .m-link {
		text-align: center;
	}

	
	
footer .link-box {
  display: block;
  justify-content: flex-start; 
  flex-wrap: wrap; 
	margin-top: 30px;
}

footer .link-box .link01 {
	margin-right: 0;
}
footer .link-box .link01 .txt{
 text-align: center;
	font-size: 14px;
	margin-bottom: 5px;
}

footer .link-box .l-link .txt{
 text-align: center;
	font-size: 14px;
	margin-bottom: 5px;
}
footer .link-box .link01 a::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	background: url("../images/l-icon03.png") right center no-repeat;
	background-size: 100% auto;		
}


footer .link-box .link01 a {
	margin-top: 0;
	padding-left: 0;
	width: 100%;
	padding: 15px 0;
}
	footer .link-box .link01 a span {
		font-weight: 700;
		padding-left: 20px;
	}	
	
	footer .link-box .l-link {
		margin-top: 10px;
	}
footer .link-box .l-link a {
	margin-top: 0;
	padding-left: 0;
	padding: 15px 0;
	width: 100%;
}

footer .l-link a::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 40px;
	height: 40px;
	margin-top: -18px;
	background: url("../images/line-icon.png") right center no-repeat;
	background-size: 100% auto;		
}	
	
	
footer .info-box .f-box {
	display: block;
  justify-content: space-between;
  flex-wrap: wrap; 
	margin-top: 35px;
}
footer .info-box .tel-box {
	width: 100%;
	text-align: center;
}

footer .info-box .notes {
	width: 100%;
	margin-top: 25px;
}


footer .tel01 a {
	position: relative;
	font-size: 32px;
	font-weight: 500;
	padding-left: 30px;
	line-height: 1.3;
	letter-spacing: 0.06em;
}
footer .tel01 a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 22px;
	height: 22px;
	margin-top: -9px;
	background: url("../images/tel.png") left center no-repeat;
	background-size: 100% auto;			
}



footer .tel02 a {
	position: relative;
	font-size: 17px;
	font-weight: 500;
	padding-left: 25px;
}
footer .tel02 a span {
	font-size: 14px;
	font-weight: 500;
}


footer .tel02 a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 16px;
	height: 20px;
	margin-top: -11px;
	background: url("../images/scissors.png") left center no-repeat;
	background-size: 100% auto;			
}

footer .notes {
	font-size: 14px;
	line-height: 1.6;
	margin-top: 5px;
}

footer .calendar {
	margin-top: 25px;
}
footer .calendar th {
	text-align: center;
	padding: 8px 0;
	font-weight: 500;	
}

footer .copy {
	text-align: center;
	font-size: 12px;
	margin-top: 20px;
}	
}
