@charset "UTF-8";

.color01 {

}
.color02 {

}


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

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

.txt {
	line-height: 1.8;
}

.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 .ttl {
	font-size: 34px;
	font-weight: 500;
	line-height: 1.4;
}
.title-box01 .eng-ttl {
	font-size: 18px;
	font-weight: 500;
	color: #57B772;
	line-height: 1.2;
}

.title-box02 .ttl {
	font-size: 30px;
	font-weight: 500;
	padding-left: 50px;
	line-height: 1.5;
}

.title-box02 .eng-ttl {
	font-size: 18px;
	font-weight: 500;
	color: #57B772;
	line-height: 1.2;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;	
	position: absolute;
	margin-top: 10px;
}

.read-t {
	font-size: 16px;
	position: relative;
	text-align: center;
	display: inline-block;
	margin: auto;
}


.read-t::before{
	content: "";
	position: absolute;
	top: 50%;
	left: -35px;
	margin-top: 1px;
  background: #415055;
	width: 20px;
	height: 1px;
	border-radius: 100px;
}

.read-t::after{
	content: "";
	position: absolute;
	top: 50%;
	right: -35px;
	margin-top: 1px;
  background: #415055;
	width: 20px;
	height: 1px;
	border-radius: 100px;
}

.line-ttl {
	font-size: 22px;
	position: relative;
	padding-left: 26px;
	font-weight: 500;
}

.line-ttl::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;

  background: #57B772;
	width: 15px;
	height: 3px;
	border-radius: 100px;
}


.title-box03 .eng-ttl {
	font-size: 18px;
	font-weight: 500;
	color: #57B772;
	line-height: 1.2;
	letter-spacing: 0.15em;	
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;	
}

.title-box03 .ttl {
	font-size: 30px;
	font-weight: 500;
	padding-left: 40px;
	line-height: 1.5;
	letter-spacing: 0.2em;
  -ms-writing-mode: tb-rl;
	position: absolute;
	height: 100%;
	top: 0;
  writing-mode: vertical-rl;		
}



@media screen and (max-width: 768px) {
.title-box01 .ttl {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.4;
}
.title-box01 .eng-ttl {
	font-size: 15px;
	font-weight: 500;
	color: #57B772;
	line-height: 1.2;
}

.title-box02 .ttl {
	font-size: 24px;
	font-weight: 500;
	padding-left: 36px;
	line-height: 1.5;
}

.title-box02 .eng-ttl {
	font-size: 15px;
	font-weight: 500;
	color: #57B772;
	line-height: 1.2;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;	
	position: absolute;
	margin-top: 10px;
}

.read-t {
	font-size: 14px;
	position: relative;
	text-align: center;
	display: inline-block;
	margin: auto;
}


.read-t::before{
	content: "";
	position: absolute;
	top: 50%;
	left: -26px;
	margin-top: 1px;
  background: #415055;
	width: 18px;
	height: 1px;
	border-radius: 100px;
}

.read-t::after{
	content: "";
	position: absolute;
	top: 50%;
	right: -26px;
	margin-top: 1px;
  background: #415055;
	width: 18px;
	height: 1px;
	border-radius: 100px;
}

.line-ttl {
	font-size: 19px;
	position: relative;
	padding-left: 24px;
	font-weight: 500;
}

.line-ttl::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;

  background: #57B772;
	width: 15px;
	height: 3px;
	border-radius: 100px;
}


.title-box03 .eng-ttl {
	font-size: 15px;
	font-weight: 500;
	color: #57B772;
	line-height: 1.2;
	letter-spacing: 0.05em;	
  -ms-writing-mode:horizontal-tb;
  writing-mode:horizontal-tb;
}

.title-box03 .ttl {
	font-size: 24px;
	font-weight: 500;
	padding-left: 0;
	line-height: 1.5;
	letter-spacing: 0.02em;
  -ms-writing-mode:horizontal-tb;
	position: inherit;
	height: 100%;
	top: 0;
  writing-mode: horizontal-tb;
}
	
}





/*------------------------------------------------------------
  btn
------------------------------------------------------------*/
@media (min-width: 751px) {

}


.link-a a {
	font-size: 16px;
	position: relative;
	line-height: 1.4;
}



.link-a a::before{
	content: "";
	position: absolute;
	top: 0;
	right: -85px;
	margin-top: -22px;
background: #57C2E2;
	width: 70px;
	height: 70px;
	border-radius: 100px;
}

.link-a a:after{
	content: "";
	position: absolute;
	top: 50%;
	right: -61px;
	width: 14px;
	height: 18px;
	margin-top: -8px;
	background: url("../images/arrow02.png") right center no-repeat;
	background-size: 100% auto;	
}






.link01 a {
	display: block;
	position: relative;
	font-size: 17px;
	background: #57C2E2;
	border-radius: 100px;
	color: #fff;
	font-weight: 500;
	padding: 15px 0;
	box-sizing: border-box;
	margin: auto;
	text-align: center;
	width: 280px;
}

.link01 a::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 24px;
	width: 14px;
	height: 18px;
	margin-top: -8px;
	background: url("../images/arrow02.png") right center no-repeat;
	background-size: 100% auto;		
}


.link02 a {
	display: block;
	position: relative;
	font-size: 17px;
	background: #fff;
	border-radius: 100px;
	border: solid 2px #57C2E2;
	box-sizing: border-box;
	color: #57C2E2;
	font-weight: 500;
	padding: 15px 0;
	box-sizing: border-box;
	margin: auto;
	text-align: center;
	width: auto;
}

.link02 a::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 24px;
	width: 14px;
	height: 18px;
	margin-top: -8px;
	background: url("../images/arrow05.png") right center no-repeat;
	background-size: 100% auto;		
}




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

.link-a a {
	font-size: 15px;
	position: relative;
	line-height: 1.4;
	padding-right: 58px;
}



.link-a a::before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	margin-top: -15px;
background: #57C2E2;
	width: 50px;
	height: 50px;
	border-radius: 100px;
}

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






.link01 a {
	display: block;
	position: relative;
	font-size: 15px;
	background: #57C2E2;
	border-radius: 100px;
	color: #fff;
	font-weight: 500;
	padding: 13px 0;
	box-sizing: border-box;
	margin: auto;
	text-align: center;
	width: 80%;
}

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

	
	.link02 a {
	display: block;
	position: relative;
	font-size: 15px;
	background: #fff;
	border-radius: 100px;
	border: solid 2px #57C2E2;
	box-sizing: border-box;
	color: #57C2E2;
	font-weight: 500;
	padding: 13px 0;
	box-sizing: border-box;
	margin: auto;
	text-align: center;
	width: auto;
}

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

	
	

	
}









/*------------------------------------------------------------
  共通
------------------------------------------------------------*/
.line-dod {
	position: relative;
}

.line-dod::after{
	content: "";
	position: absolute;
	background: url("../images/dod.png") 0 0 repeat-x;
	width: 100%;
	height: 3px;
	background-size: 100% auto;
	bottom: -22px;
}

.pat01 {
	display: table;
	width: 100%;
}
.pat01 dt {
	display: table-cell;
}
.pat01 dd {
	display: table-cell;
}
@media screen and (max-width: 768px) {
.line-dod::after{
	content: "";
	position: absolute;
	background: url("../images/dod.png") 0 0 repeat-x;
	width: 100%;
	height: 3px;
	background-size: 100% auto;
	bottom: -18px;
}
	
}


/*------------------------------------------------------------
  header
------------------------------------------------------------*/
header {
	width: 100%;
	margin: 0 auto;
	z-index: 10;
	position: fixed;
	top: 25px;
	min-width: 1180px;
	box-sizing: border-box;
}

header .inner {
	width: 96%;
	margin: auto;
	border-radius: 100px;	
	background: #fff;	
}


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

header .h-logo h1 {
	width: 120px;
	position: relative;
	margin-left: 50px;
	margin-top: 15px;
	padding-bottom: 15px;
	display: inline-block;
}



header .ad-box {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap; 
	box-sizing: border-box;	
	margin-right: 60px;
	padding-top: 22px;
}


header .ad-box .ad img {
	width: 13px;
	margin-top: 3px;
	margin-right: 8px;
}

header .ad-box .ad {
	font-size: 14px;	
	margin-top: 3px;
	margin-right: 30px;
}


header .ad-box .pc-tel img {
	width: 11px;
	margin-top: 7px;
	margin-right: 8px;	
}

header .ad-box .pc-tel p {
	font-size: 18px;
}




header .g-nav ul {
  display: flex;
	padding: 5px 60px 0 0;
  justify-content: center;
  align-items: center;
	box-sizing: border-box;
}
header .g-nav .navi {
	margin-right: 28px;
}
header .g-nav .navi:last-child {
	height: inherit;
	margin-right:0;
}
header .g-nav .navi a {
	display: flex;
	align-items: center;
	font-weight: 500;
	position: relative;

}




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

.h-com .tooltip .number {
	display: flex;
	align-items: center;
	height: 100%;
	font-weight: 500;
	position: relative;
	width: 100%;
	margin-top: 6px;
	padding-bottom: 12px;
	top: 3px;
}

.h-com .description {
	position: absolute;
	display: none;
	background: #57C2E2;;
	width:190px;
	padding: 20px 0 20px 30px;
	color: #fff;
	z-index: 99;
	margin: auto;
	right: 0;
	left: 0;

  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: -63px;
}

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



.h-com .des-nav ul {
	display: inline-block!important;
	width: auto!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: auto!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;
	padding: 0!important;
}







header .g-nav .navi01 a {
	background: #57C2E2;
	text-align: center;
	padding: 6px 45px 6px 40px;
	color: #fff;
	border-radius: 100px;
	position: relative;
}


header .g-nav .navi01 a::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 10px;
	height:13px;
	margin-top: -5px;
	background: url("../images/arrow01.png") right center no-repeat;
	background-size: 100% auto;		
}




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




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

header .h-logo h1 {
	width: 130px;
	position: relative;
	margin-left: 7px;
	margin-top: 0;
	padding-top: 8px;
	display: inline-block;
	z-index: 1111;
	padding-bottom: 0;
}


header .webbtn{
  width: auto;
	position: absolute;
	right: 141px;
	top: 28px;
		z-index: 1111;
}
	header .webbtn a {
		font-size: 10px;
		position: relative;
				font-weight: 500;
	}
	header .webbtn a::after {
	content: "";
	position: absolute;
	top: -25px;
	right: 0;
	left: 0;
	width: 20px;
	height:20px;
	margin: auto;
	background: url("../images/sp-mail.png") 0 0 no-repeat;
	background-size: 100% auto;		
	}	
	
	
header .telbtn{
  width: auto;
	position: absolute;
	right: 112px;
		z-index: 1111;
	top: 28px
}
	
	header .telbtn a {
		font-size: 10px;
		position: relative;
				font-weight: 500;
	}		
	
	header .telbtn a::after {
	content: "";
	position: absolute;
	top: -25px;
	right: 0;
	left: 0;
	width: 12.5px;
	height:20px;
	margin: auto;
	background: url("../images/sp-tel.png") 0 0 no-repeat;
	background-size: 100% auto;		
	}	
		
header .acbtn{
  width: auto;
	position: absolute;
		z-index: 1111;
	right: 60px;
	top: 28px
}
	
	header .acbtn a {
		font-size: 10px;
		position: relative;
				font-weight: 500;
	}		
	
	header .acbtn a::after {
	content: "";
	position: absolute;
	top: -25px;
	right: 0;
	left: 0;
	width: 16px;
	height:21px;
	margin: auto;
	background: url("../images/sp-ad.png") 0 0 no-repeat;
	background-size: 100% auto;		
	}	
		
	
		
	
	

	/*----- .hb-menu -----*/
	#hb-menu {
		display: table;
		position: fixed;
		top: 13px;
		right: 27px;
		height: 60px;
		cursor: pointer;
		z-index: 999;
		font-size: 9px;
		font-weight: 500;
	}

	

	
	
	#hb-menu .hb-inner {
		display: table-cell;
		vertical-align: middle;
	}
	#hb-menu span {
		display: block;
		width: 24px;
		height: 2px;
		border-radius: 10px;
		background: #415055;
		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: 6px;
	}
		#hb-menu span:nth-of-type(3) {
		background: none;

	}
	#hb-menu span:nth-of-type(4) {
		background: none;

	}
	
	#hb-menu .mtx {
		position: relative;
		top: -2px;
		left: -2px;
	}
	
		#hb-menu .mtx:after {
	    content: "MENU";
			font-weight: 500;
			display: inline-block;
			position: absolute;
			text-align: center;	
	}
	
	

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

	
	

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

		.hb-open #hb-menu .mtx {
		position: relative;
		top: -2px;
		left: -3px;
	}
	
			.hb-open #hb-menu .mtx:after {
	    content: "CLOSE";
			font-weight: 500;
			display: inline-block;
			position: absolute;
			text-align: center;	
	}
	
	
	
	/* 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: 0;
		right: 0;
		width: 100%;
		height: 100%;
		padding-bottom: 50px;
		background: #fff;
		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 .sp-nav01 {
		padding-bottom: 15px;
		width: 90%;
		margin: auto;
		margin-top: 120px;	
	}
	
	
	.sp-g-nav .g-nav-inner .sp-nav01 li {
		margin-bottom: 20px;
		border-bottom: solid 1px #F8F6F2;
		padding-bottom: 20px;
	}
	
	
	.hb_menu_title {
		position: relative;
	}
	
	.hb_menu_title:after {
		content: "";
		position: absolute;
		top: 50%;
		right: 0;
		width: 8px;
		height: 8px;
		margin-top: -6px;
		background: none;
		border-top: solid 2px #57C2E2;
		border-right: solid 2px #57C2E2;
		-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 a {
		font-weight: 500;
	}
	
.sp-nav01 .navi a {
		font-weight: 500;
	}
	.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 {
		margin-top: 20px;
	}
	.hb_menu_list_item a {
		width: 100%;
		margin: 20px 0 0 0!important;
		padding: 0 0!important;
		box-sizing: border-box;
		position: relative;
		font-weight: 500;
		background: none!important;
		padding-left: 10px!important;
		padding-bottom: 0!important;
	}
	
	
	.sp-nav01 .navi01 {
		border-bottom: none!important;
		text-align: center;
		margin-top: 40px;
	}	
	.sp-nav01 .navi01 a {
		background: #57C2E2;
		text-align: center;
		color: #fff;
		display: inline-block;
		width: 80%;
		padding: 15px 0;
		border-radius: 100px;
		position: relative;
	}
	

.sp-nav01 .navi01 a::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 10px;
	height:13px;
	margin-top: -5px;
	background: url("../images/arrow01.png") right center no-repeat;
	background-size: 100% auto;		
}
	
	
	
	
}





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

footer {
	width: 100%;
	min-width: 1180px;
	background: #fff;
	padding: 0 0 50px;
	margin-top: 90px;
}
footer .inner {
	width: 1100px;
	margin: auto;
}
footer .f-box .p-top {
	float: right;
	margin-top: 70px;
}
footer .f-box .p-top a {
	position: relative;
	font-size: 16px;
	font-weight: 500;
}
footer .f-box .p-top a::after {
	content: "";
	position: absolute;
	top: 50%;
	left: -32px;
	width: 18px;
	height: 14px;
	margin-top: -7px;
	background: url("../images/arrow03.png") 0 center no-repeat;
	background-size: 100% auto;			
}
footer .f-logo {
	float: left;
	width: 218px;	
}

footer .fix-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 
	margin-top: 20px;
}
footer .fix-box .info-box {
	width: 550px;
}

footer .fix-box .f-nav-box {
	width: 460px;
}

footer .fix-box .info-box .ad-t {
	font-size: 16px;
}
footer .fix-box .info-box .ad-t a {
	border: solid 1px #57C2E2;
	box-sizing: border-box;
	color: #57C2E2;
	font-size: 14px;
	padding: 4px 15px 6px 15px;
	border-radius: 100px;
	margin-left: 15px;
	font-weight: 500;;
}

footer .fix-box .info-box .l-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 	
	margin-top: 40px;
}

footer .fix-box .info-box .l-box .tel {
	width: 240px;
	text-align: center;
}

footer .fix-box .info-box .l-box .tel .tel-t {
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 10px;
}

footer .fix-box .info-box .l-box .tel .tel-a a {
	font-weight: 500;
	line-height: 1;
	font-size: 36px;
	color: #57B772;
}


footer .f-nav-box .fix-nav {
	display: flex;
  justify-content: flex-start; 
  flex-wrap: wrap; 
}

footer .f-nav-box .f-nav-ls {
	width: 41%;
}
footer .f-nav-box .nls01 {
	width: 35%;
}
footer .f-nav-box .nls03 {
	width: 22%;
}


footer .t-link a {
	font-weight: 500;
	margin-bottom: 10px;
	display: block;
}
footer .f-nav-box ul {
	margin-top: 12px;
}
footer .f-nav-box li {
	margin-bottom: 10px;
}
footer .f-nav-box li a {
	position: relative;
	font-size: 15px;
	padding-left: 15px;
}

footer .f-nav-box li a::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 10px;
	height: 1px;
	margin-top: 0;
	background: #57B772;	
}


footer .copy {
	text-align: center;
	font-size: 13px;
	color: #999999;
	font-weight: 400;
	margin-top: 80px;
}


@media screen and (max-width: 768px) {
footer {
	width: 100%;
	min-width: 100%;
	background: #fff;
	padding: 0 0 30px;
	margin-top: 45px;
}
footer .inner {
	width: 90%;
	margin: auto;
}
footer .f-box .p-top {
	float: none;
	margin-top: 20px;
	text-align: center;
}
footer .f-box .p-top a {
	position: relative;
	font-size: 14px;
	padding-left: 20px;
	font-weight: 500;
}
footer .f-box .p-top a::after {
	content: "";
	position: absolute;
	top: 50%;
	left: -5px;
	width: 15px;
	height: 12px;
	margin-top: -6px;
	background: url("../images/arrow03.png") 0 center no-repeat;
	background-size: 100% auto;			
}
footer .f-logo {
	float: none;
	width: 170px;	
	margin: auto;
	margin-top: 25px;
}

footer .fix-box {
  display: block;
  justify-content: space-between;
  flex-wrap: wrap; 
	margin-top: 10px;
}
footer .fix-box .info-box {
	width: 100%;
}
	
	
	
footer .fix-box .info-box .ad-t {
	font-size: 14px;
	text-align: center;
	line-height: 1.6;
}
footer .fix-box .info-box .ad-t a {
	border: solid 1px #57C2E2;
	box-sizing: border-box;
	color: #57C2E2;
	font-size: 14px;
	padding: 4px 15px 6px 15px;
	border-radius: 100px;
	margin-left: 0;
	font-weight: 500;
	margin-top:10px;
	display: inline-block;
	
}

footer .fix-box .info-box .l-box {
  display: block;
  justify-content: space-between;
  flex-wrap: wrap; 	
	margin-top: 30px;
}

footer .fix-box .info-box .l-box .tel {
	width: 100%;
	font-size: 13px;
	text-align: center;
}

footer .fix-box .info-box .l-box .tel .tel-t {
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 5px;
}

footer .fix-box .info-box .l-box .tel .tel-a a {
	font-weight: 500;
	line-height: 1;
	font-size: 30px;
	color: #57B772;
}


	footer .fix-box .info-box .link01 {
		margin-top: 15px;
	}
	footer .fix-box .info-box .link01 a {
		width: 90%;
	}
	
	
	
	
	
	footer .sp-f-nav-box {
		margin-top: 40px;
	}
		
	.f_menu_title {
		position: relative;
		background: #F8F6F2;
		border-radius: 9px;
		margin-bottom: 5px;
		padding: 12px 20px;
		font-size: 14px;
	}
	

	.f_menu_title:after{
    box-sizing: border-box;
    content: '';
    display: block;
	  background: #AAD664;
    height: 2px;
    width:10px;
    position: absolute;
    right: 15px;
    top: 50%;
}
	

	.f_menu_title:before{
    box-sizing: border-box;
    content: '';
    display: block;
	  background: #AAD664;
    height: 10px;
    width: 2px;
    position: absolute;
    right: 19px;
    top: 42%;
}
	
	
	
	.f_menu_title.open::before {
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}	

	
	
 .f_menu_title.open::after {
	display: none;
	}	
	
	
	
	
	.f_menu_title a {
		font-weight: 500;
	}
	

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

	.f_menu_list {
		display: none;
		box-sizing: border-box;
		margin-top: 0;
		margin-bottom: 20px;
	}
	.f_menu_list_item {
		margin-top: 15px;
	}
	.f_menu_list_item a {
		width: 100%;
		margin: 20px 0 0 0!important;
		padding: 0 0!important;
		box-sizing: border-box;
		position: relative;
		font-weight: 500;
		background: none!important;
		padding-left: 20px!important;
		padding-bottom: 0!important;
		font-size: 14px;
	}
	
	
	
	
	
footer .sp-f-nav02 {
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap; 
}
	footer .sp-f-nav02 li {
		width: 49%;
		
	}
	footer .sp-f-nav02 li:last-child{
		width: 100%;
	}
	footer .sp-f-nav02 li a {
		position: relative;
		background: #F8F6F2;
		border-radius: 9px;
		margin-bottom: 5px;
		padding: 12px 0;
		display: inline-block;
		width: 100%;
	}
	
	footer .sp-f-nav02 li a span {
	  font-size: 14px;
		font-weight: 500;
		padding-left: 20px;
	}
	footer .sp-f-nav02 li a::after {
		content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 11px;
	height: 15px;
	margin-top: -6.5px;
	background: url("../images/arrow04.png") right center no-repeat;
	background-size: 100% auto;			
	}
	
	
	
	

footer .copy {
	text-align: center;
	font-size: 12px;
	color: #999999;
	font-weight: 400;
	margin-top: 60px;
}	
}




